@charset "UTF-8";
.pagevisual {
  background: url(../img/pv.png) no-repeat center;
  background-size: cover;
}
.indent {
  display: block;
}
.block {display: block;}
.mb20 {margin-bottom: 20px;}
.mb40 {margin-bottom: 40px;}
.mb56 {margin-bottom: 56px;}
.ml17 {margin-left: 1.7em;}
.sec_h2 {letter-spacing: 4px;margin-bottom: 30px;}

.minto_sec {
  position: relative;
  background: #F1EFE9;
  padding: 16px 0 80px;
}

.intro_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  @media screen and (max-width: 767px) {
    flex-direction: column;
    align-items: center;
    gap: 36px;
  }
}
.intro_flex--figure {
  width: 100%;
  max-width: 241px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  figure {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  figcaption {
    width: 100%;
    max-width: 180px;
    margin: 0 auto;
    font-weight: bold;
    font-size: 1.6rem;
    letter-spacing: 0.8px;
    color: #3A2206;
    span {
      /* display: block; */
      font-size: 2rem;
      letter-spacing: 1px;
    }
  }
  a {
    border-radius: 10px;
    background: #D8CFC2;
    color: #3A2206;
    padding: 15px 10px;
    width: 100%;
    font-weight: bold;
    text-align: center;
  }
  
}
.intro_flex--txt {
  width: 100%;
  max-width: 760px;
  p {
    margin-bottom: 20px;
  }
  p:last-of-type {
    margin-bottom: 0;
  }
}

.minto_block {
  position: relative;
  margin-bottom: 64px;
  &:last-of-type {margin-bottom: 0;}
  h3 {
    color: #533F3D;
    letter-spacing: 4px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
  }
  p {
    letter-spacing: 1.6px;
    span {letter-spacing: 1.6px;}
  }
  a.btn {
    color: #000;
    text-decoration: underline;
    &:hover {text-decoration: none;}
  }
  @media screen and (max-width: 767px) {
    h3 {
      align-items: flex-start;
      letter-spacing: 2.4px;
      img {
        position: relative;
        top: 4px;
      }
    }
  }
}

.minto_tel--link {
  position: relative;
  width: 100%;
  max-width: 680px;
  margin: 0 auto 20px;
  a {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 1.5em;
    display: flex;
    align-items: center;
    height: 24px;
  }
  img {
    height: auto;
  }
  @media screen and (max-width: 767px) {
    display: none;
    /* a {
      width: 35%;
    } */
  }
}
.minto_tel--sp {
  display: none;
  @media screen and (max-width: 767px) {
    position: relative;
    width: 100%;
    max-width: 620px;
    margin: 0 auto 20px;
    border: 8px solid #e8e5dd;
    background: #ffffff;
    padding: 20px 5%;
    display: block;
    .yoyaku_txt {
      font-size: min(1.6rem, 5vw);
      font-weight: bold;
      letter-spacing: 0.8px;
      margin-bottom: 10px;
      padding-left: 1.5em;
      text-indent: -1.5em;
      img {
        padding-right: 4px;
        object-fit: contain;
      }
    }
    .sp_indent {
      padding-left: 5.2em;
      text-indent: -5.2em;
      font-size: min(1.4rem, 3vw);
      letter-spacing: 0.5px;
      margin-bottom: 10px;
      & + p {
        display: flex;
        justify-content: center;
      }
    }
  }
}


@media screen and (max-width: 767px) {
  .sec_h2 {letter-spacing: 2.4px;}
  .sec_h2.sec_h2--sp {font-size: min(2rem, 4.8vw);}
  .mb56 {margin-bottom: 40px;}
}

@media print {
  
}