/* CSS Document */
@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
  .pc_none {
    display: block;
  }
  header h3 {
    text-align: center;
    width: 100%;
  }

  .top h2.title {
    font-size: 22px;
    margin-bottom: 8%;
  }
  .top h2.title small {
    font-size: 20px;
  }
  .top .reccomend ul {
    font-size: 16px;
    width: 70%;
    margin-right: 2%;
  }
  .top .reccomend ul li {
    padding: 0.65em;
  }
  .top .reccomend p.img {
    width: 28%;
  }
  .top .reccomend p.img img {
    width: 100%;
    height: auto;
  }
  .top .type {
    padding-top: 16vw;
    background-image: url(../img/top/bg_type_sp.png);
  }
  .top .type h3 {
    font-size: 24px;
  }
  .top .type ul li {
    width: 100%;
    max-width: none;
  }
  .top .type ul li div {
    width: 100%;
  }
  .top .type ul li p.img {
    width: 100%;
    margin-top: 4%;
  }
  .top .type ul li div h4 {
    font-size: 20px;
  }
  .top .special {
    padding-bottom: 8%;
  }
  .top .special div {
    padding: 4%;
  }
  .top .special div h3 {
    font-size: 16px;
    font-weight: bold;
  }
  .top .special div h3 strong {
    font-size: 22px;
  }
  .top .special div h3 b {
    font-size: 20px;
  }
  .top article {
    padding-top: 8%;
    padding-bottom: 18%;
  }
  .top article h1 {
    font-size: 24px;
  }
  .top article .point_top ul {
    width: 100%;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .top article .point_top ul li {
    margin: -2%;
    width: 37%;
  }
  .top article .point_top ul li img {
    width: 100%;
    height: auto;
  }
  .top article .point_top p.img {
    width: 100%;
    margin-top: 4%;
  }
  .top article .point_top p.img img {
    width: 100%;
    height: auto;
  }
  .top article section h2 {
    font-size: 20px;
    margin-bottom: 6%;
  }
  .top article .top_operation ul li {
    width: 48%;
    margin-bottom: 8%;
    font-size: 16px;
    font-weight: normal;
  }
  .top article .top_operation ul {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .top article .top_operation p {
    margin-top: 0;
  }
  .top article .top_point_txt div p.txt {
    width: 100%;
  }
  .top article .top_point_txt div p.img {
    width: 100%;
    margin-top: 4%;
  }

  /* -------下層ページ------- */
  .under {
    padding-bottom: 0;
  }
  .under article > h2 {
    font-size: 24px;
  }
  .under article > section {
    padding: 8% 2%;
  }
  .under .caption section .txt {
    width: 100%;
  }
  .under .caption section .img {
    width: 100%;
    margin-top: 4%;
  }
  .under .method .wrap_method .txt {
    width: 100%;
    margin-top: 6%;
  }
  .under .method .wrap_method .img {
    width: 100%;
    margin-top: 2%;
    margin-left: 0;
  }
  .under article > section h3 {
    margin-bottom: 6%;
  }
  .under article > section h3 span {
    font-size: 20px;
    font-weight: bold;
    padding: 0.8em;
  }
  .under .method .wrap_image .txt {
    width: 100%;
    order: 1;
  }
  .under .method .wrap_image .img {
    width: 100%;
    order: 2;
    margin-top: 2%;
  }
  .under .design h6 {
    font-size: 16px;
  }
  .under .design .wrap_design .txt {
    width: 100%;
  }
  .under .design .wrap_design .img {
    width: 100%;
    margin-top: 4%;
  }
  .under .type h4 {
    font-size: 20px;
    padding: 0.2em;
  }
  .under .type section {
    padding: 2%;
  }
  .under .type section h5 {
    font-size: 18px;
  }
  .under .type section p {
    font-size: 14px;
  }
  .under .type ul li {
    width: 100%;
    padding: 5px;
    font-size: 18px;
  }
  .under .type ul li span {
    width: 100%;
    display: block;
    text-align: center;
  }
  .under .type ul li.plus {
    margin: 10px 0px;
  }
  .under article > h4 {
    margin-bottom: 6%;
    font-size: 20px;
  }

  .under .small {
    padding: 8% 2%;
  }
  .under .small section {
    margin-top: 12%;
  }
  .under .small section h5 {
    font-size: 20px;
    margin-bottom: 0.2em;
  }
  .under .small section > dl dt {
    width: 100%;
  }
  .under .small section > dl dd {
    width: 100%;
  }
  .under .small .outside .text_wrap .txt {
    width: 100%;
  }
  .under .small .outside .text_wrap .img {
    width: 100%;
    margin-top: 2%;
  }
  .under .small .inner ul {
    margin-top: 2%;
  }
  .under .small .inner ul li {
    width: 50%;
    border-bottom: 1px solid #111230;
  }
  .under .small .inner ul li:nth-of-type(2n) {
    border-right: none;
  }
  .under .small .inner ul li:nth-of-type(n + 3) {
    border-bottom: none;
  }
  .under .small .inner ul li dl dt {
    line-height: 1;
  }

  .under .extention {
    padding: 8% 2%;
    padding-top: 0;
  }
  .under .extention h5 {
    font-size: 22px;
  }
  .under .extention h5 small {
    margin-top: 10px;
  }

  .under .elevation {
    padding: 8% 2%;
  }

  .under .cut {
    padding: 8% 2%;
  }
  .under .cut ol {
    margin-top: 4%;
  }

  .under .choose {
    padding: 8% 2%;
  }
  .under .choose dl dt {
    font-size: 20px;
  }

  .under .care table tr {
    display: block;
    border-width: 2px;
  }
  .under .care table tr th {
    display: block;
  }
  .under .price {
    padding-bottom: 0;
  }

  .under .price table thead tr th {
    font-size: 16px;
  }
  .under .price table thead tr td {
    font-size: 16px;
  }
  .under .price table tbody tr th {
    font-size: 14px;
    font-weight: bold;
  }
  .under .price table tbody tr td {
    font-size: 14px;
    vertical-align: middle;
  }

  /* あぐら鼻の料金表修正 2023/01/27 */
  .under p.agura-price-attention {
    font-size: 12px;
  }
}



/* ordermade 2025/09/30 */
@media screen and (max-width: 768px) {
.under .ordermade .wrap_image .img {
  max-width: 100%;
}

.under .ordermade .ordermade_inner {
  width: 92%;
  gap: 30px 0;
  padding: 8% 4%;
}

.under .ordermade .ordermade_inner section h3 span {
  min-height: unset;
  font-size: 20px;
  font-weight: bold;
  padding: 0.8em;
}
}

/* doctor */
@media screen and (max-width: 768px) {
.under .doctor .wrap_doctor {
  margin-bottom: 15%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
  position: relative;
}
.under .doctor .wrap_doctor:last-child {
  margin-bottom: 0;
}
.under .doctor .wrap_doctor .txt {
  width: 100%;
  z-index: 5;
  position: relative;
  order: 1;
}
.under .doctor .wrap_doctor .txt .doctor_name {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 26px;
  width: 45%;
  position: absolute;
  top: -36vw;
  right: 0;
}

.under .doctor .wrap_doctor .txt .doctor_name span {
  display: block;
  font-size: 13px;
}

.under .doctor .wrap_doctor .txt .doctor_subtitle {
  font-size: 18px;
}

.under .doctor .wrap_doctor .txt p + p,
.under .doctor .wrap_doctor .txt ul + p {
  margin-top: 1.5em;
}
.under .doctor .wrap_doctor .txt ul li {
  font-size: 16px;
  list-style: disc;
  margin-left: 1.2em;
}
.under .doctor .wrap_doctor .img {
  width: 50%;
  margin-left: 0;
  order: 0;
}
.under .doctor .wrap_doctor .img img {
  width: 100%;
  height: auto;
}
.under .doctor .wrap_image {
  text-align: center;
}

.under .doctor .wrap_image .img img {
  width: 50%;
  height: auto;
}
}


/* technical */
@media screen and (max-width: 768px) {
  .under .small .accordion_content {
    padding-top: 6%;
  }
}

/* faq */
@media screen and (max-width: 768px) {
  .under article.faq {
	  margin-top: 10%;
	}
  .under article.faq .faq_wrap {
	  margin-top: 0;
	}
  .under article.faq .faq_wrap dl {
	  margin-top: 0.7em;
	  border-top: #414159 solid 1px;
	  border-bottom: #414159 solid 1px;
	  letter-spacing: 0.05em;
	}
  .under article.faq .faq_wrap dl .dl_inner {
	  padding: 5.33vw 0;
	}
  .under article.faq .faq_wrap dl .dl_inner + .dl_inner {
	  border-top: #414159 solid 1px;
	}
  .under article.faq .faq_wrap dt {
	  font-size: 3.73vw;
	  line-height: 1.79;
	  padding-left: 12vw;
	  padding-top: 1.33vw;
	}
  .under article.faq .faq_wrap dt:before {
	  width: 9.33vw;
	  height: 9.33vw;
	  background-size: cover;
	  background-repeat: no-repeat;
	}
  .under article.faq .faq_wrap dd {
	  font-size: 3.2vw;
	  line-height: 2;
	  padding-left: 12vw;
	  padding-top: 1.33vw;
	  margin-top: 5.33vw;
	}
  .under article.faq .faq_wrap dd:before {
	  width: 9.33vw;
	  height: 9.33vw;
    top: -.1em;
	  background-size: cover;
	  background-repeat: none;
	}
}