@charset "UTF-8";

.seciton_reason .section_ttl_eng {
  color: #f0b7c6;
}

.seciton_point .section_ttl_eng {
  color: #c7c7c7;
}

.seciton_plan .section_ttl_eng {
  color: #f0b7c6;
}

.seciton_flow .section_ttl_eng {
  color: #c7c7c7;
}

.seciton_qa .section_ttl_eng {
  color: #c7c7c7;
}

.seciton_qa .seciton_ttl_area {
  background: rgba(234, 234, 234, 0.8);
}

.section_clinic .section_ttl_eng {
  color: #c7c7c7;
}

.section_clinic .seciton_ttl_area {
  background: rgba(2,35,81);
}

.reserve .section_ttl_eng {
  color: #c7c7c7;
}

.reserve .seciton_ttl_area {
  background: rgba(2,35,81);
  margin-bottom: 0;
}

.seciton_reason p,
.seciton_point p,
.seciton_reason .sec_ttl {
  text-align: center;
}

.seciton_reason .sec_ttl {
  text-align: center;
}

.section_ttl_eng {
  font-size: clamp(30px, 5.6vw, 56px);
  font-weight: 500;
  letter-spacing: 0.15em;
  text-align: center;
}
.seciton_ttl_area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: clamp(70px, 14vw, 140px);
  background: rgba(255, 255, 255, 0.8);
  margin: 0 0 clamp(40px, 8vw, 80px);
  position: relative;
}
.seciton_ttl_area::before {
  content: "";
  width: 238px;
  height: 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: auto 85%;
  position: absolute;
  left: 0;
  right: 720px;
  margin: 0 auto;
  bottom: 0;
}
.seciton_ttl_area.-medium {
  height: clamp(110px, 14vw, 140px);
}
.seciton_ttl_area.-large {
  height: clamp(110px, 19vw, 190px);
}
.seciton_ttl_area .ff_serif {
  font-size: clamp(22px, 4.2vw, 42px);
  font-weight: 500;
  line-height: 124%;
  letter-spacing: 0.08em;
  text-align: center;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .seciton_ttl_area::before {
    left: 20px;
  }
}

.wrap1000 {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.flex-box {
  display: flex;
}

#clinic dl.accordion dl dd {
  margin-left: 0;
}
#clinic dl.accordion > dd {
  margin-left: 0;
}
#clinic dl.accordion > dt {
  background: #6c8999 !important;
}
dl.accordion {
  width: 100% !important;
  margin: 0 auto;
}
.section_clinic {
  /*padding: clamp(55px, 9vw, 90px) 0 clamp(50px, 10vw, 100px);*/
  padding: 0 0 clamp(50px, 10vw, 100px);
  /*background: linear-gradient(180deg, transparent 0 5%, #ffffff 25%),
    url(../img/eye_kuma_fukurami-509_4/flow_bg.png) repeat-x #ffffff;
  background-position: top center;*/
  text-align: center;
}
.section_clinic_inner {
  padding: 0 50px;
  text-align: left;
}
.section_clinic .seciton_ttl_area::before {
  background-image: url(../img/eye_kuma_fukurami_509_9_m/white_diamond.png);
}

@media screen and (max-width: 767px) {
  .section_clinic_inner {
    padding: 0 15px;
  }
}

/* ========================================
    共通始まり */
.u-center90 {
  width: 90%;
  margin: 0 auto;
}
.u-center750 {
  max-width: 750px;
  margin: 0 auto;
}
.u-relative {
  position: relative;
}
.u-text-center {
  text-align: center;
}
.u-bk-blue {
  background: #f6fbff;
}
.u-bk-pink {
  background: #ffebf7;
}
body {
  padding-bottom: 150px;
  font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "MS PGothic",
    "ＭＳ Ｐゴシック", sans-serif;
}

@media only screen and (max-width: 767px) {
  body {
    padding-bottom: 19.55671vw;
  }
}

main {
  background: #f2f5f9;
}

main img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media only screen and (max-width: 767px) {
  main img {
    width: 100% !important;
  }
}

main .main_inner {
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  main .main_inner {
    width: 100%;
    box-shadow: none;
  }
}

.seciton_qa {
  background: linear-gradient(180deg, transparent 0 5%, #ffffff 25%),
    url(../img/double-eyelid_5/flow_bg.png) repeat-x #ffffff !important;
  background-position: top center;
}

.fv,
.change,
.reason,
.plan {
  background: #fff3fc;
  background-image: url("../img/university_double-eyelid/sakura_pattern.png");
  background-size: auto;
  background-repeat: repeat-y;
  background-position: center center;
}

@media screen and (max-width: 767px) {
  .fv,
  .change,
  .reason,
  .plan {
    background: #fff3fc;
    background-image: url("../img/university_double-eyelid/sakura_pattern.png");
    background-size: 100%;
    background-repeat: repeat-y;
    background-position: inherit;
  }
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.fc_pink span {
  color: #008fd1;
}

.fc_pink_serif span.small {
  font-size: clamp(10px, 2vw, 20px);
}

.fc_pink_serif strong {
  font-size: clamp(35px, 7vw, 70px);
}

.fc_pink_serif span.medium {
  font-weight: bold;
}

.fc_pink_serif {
  font-size: clamp(20px, 3.6vw, 36px);
  line-height: 160%;
}

.section_ttl_eng {
  font-size: clamp(30px, 5.6vw, 56px);
  font-weight: 500;
  letter-spacing: 0.15em;
  text-align: center;
  padding-top: clamp(55px, 9vw, 90px);
  background: url(../img/double-eyelid_5/flow_bg.png) repeat-x #ffffff;
  background-position: top center;
}
@media screen and (max-width: 750px) {
  .section_ttl_eng {
    background-size: 100% auto;
  }
}
.seciton_ttl_area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: clamp(70px, 14vw, 140px);
  background: rgba(255, 255, 255, 0.8);
  margin: 0 0 clamp(40px, 8vw, 80px);
  position: relative;
}

.seciton_ttl_area::before {
  content: "";
  width: 238px;
  height: 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: auto 85%;
  position: absolute;
  left: 0;
  right: 720px;
  margin: 0 auto;
  bottom: 0;
}

.seciton_point .seciton_ttl_area::before {
  background-image: url(../img/eye_kuma_fukurami-509_4/point_bg02.png);
}

.seciton_ttl {
  background: #ffffff;
  padding: clamp(10px, 2vw, 20px) 0;
  position: relative;
  margin: 0 0 clamp(30px, 5vw, 50px);
  font-size: clamp(26px, 4.2vw, 42px);
  font-weight: 500;
  line-height: 124%;
  text-align: center;
}

.title__wrap--top {
  font-family: '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: clamp(30px, 5.6vw, 56px);
  font-weight: 500;
  letter-spacing: 0.15em;
  color: #f0b7c6;
}

.title__wrap__area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  height: clamp(70px, 14vw, 140px);
  background: rgba(255, 255, 255, 0.8);
  position: relative;
}

.title__wrap__area::before {
  content: "";
  width: 238px;
  height: 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: auto 85%;
  position: absolute;
  left: 0;
  right: 720px;
  margin: 0 auto;
  bottom: 0;
}

.title__wrap--headline {
  font-family: '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: clamp(22px, 4.2vw, 42px);
  font-weight: 500;
  line-height: 124%;
  letter-spacing: 0.08em;
  text-align: center;
  position: relative;
  color: #fff;
}

.ttl_font_osw {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
}

.ff_serif {
  font-family: '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
}

.seciton_ttl_area .ff_serif {
  font-size: clamp(22px, 4.2vw, 42px);
  font-weight: 500;
  line-height: 124%;
  letter-spacing: 0.08em;
  text-align: center;
  position: relative;
}

.serif_text {
  font-weight: bold;
  font-size: clamp(18px, 3.2vw, 34px);
  margin: clamp(30px, 8vw, 80px) 0 clamp(30px, 8vw, 80px);
}

@media screen and (max-width: 767px) {
  .seciton_ttl_area::before {
    left: 20px;
  }
}

.seciton_point_drarea_bdbox .ff_serif {
  margin: 0 0 clamp(20px, 3vw, 30px);
  font-weight: bold;
}

.u_line {
  text-decoration: underline;
}

.u_line2 {
  border-bottom: 2px solid #008fd1;
  display: inline;
}

.fs40 {
  font-size: clamp(20px, 4vw, 40px);
}

.fs44 {
  font-size: clamp(22px, 4.4vw, 44px);
}

.ta_left {
  text-align: left !important;
}

.lh180 {
  line-height: 180%;
}

.fw_bold {
  font-weight: bold;
}

.p-diamond::before {
  background-image: url(../img/double-eyelid_5/reason_bg04.png);
}

.g-diamond::before {
  background-image: url(../img/double-eyelid_5/point_bg02.png);
}

.w-diamond {
  background-color: #ededed;
}

.w-diamond::before {
  background-image: url(../img/eye_kuma_fukurami_509_9_m/white_diamond.png);
}

.pc_none {
  display: none !important;
}

.sp_none {
  display: block !important;
}

@media screen and (max-width: 767px) {
  .pc_none {
    display: block !important;
  }
  .sp_none {
    display: none !important;
  }
}

.responsive {
  width: 100%;
  aspect-ratio: 16/9;
}

video {
  position: relative;
  height: 100%;
  max-width: 100%;
  width: 100%;
}
.l-inner750 {
  width: min(750px, calc(calc(750 / 750) * 100vw));
  margin: 0 auto;
}
.l-flex {
  display: flex;
}
.c-bg-white {
  background-color: #fff;
}

.c-bg-blue {
  background-color: #dae7f2;
}
.c-hover {
  transition: 0.3s;
}
.c-hover:hover {
  filter: brightness(1.1);
}
.c-margin {
  margin: 0 min(30px, calc(calc(30 / 750) * 100vw));
}

.c-inner-margin {
  margin: 0 min(60px, calc(calc(60 / 750) * 100vw));
}

.c-padding {
  padding: 0 min(30px, calc(calc(30 / 750) * 100vw));
  box-sizing: border-box;
}

.c-youtube-box {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.c-youtube-box::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
}

.c-youtube-box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.c-youtube-box.-width-pc-md {
  width: 100%;
}

.c-youtube-box.-width-pc-lg {
  width: 676px;
}

@media screen and (max-width: 640px) {
  .c-youtube-box.-width-pc-md,
  .c-youtube-box.-width-pc-lg {
    width: auto;
  }
}

.reserve-btn {
  display: block;
  width: min(656px, calc(calc(656 / 750) * 100vw));
  margin: 0 auto;
}
.l-header {
  height: 100px;
  width: min(750px, 100%);
  margin: 0 auto;
  background-color: #fff;
  display: flex;
  align-items: center;
}
.section_header_logo {
  width: calc(calc(327 / 750) * 100vw);
}
@media screen and (max-width: 640px) {
  .l-header {
    height: 50px;
  }
}
.c-width {
  width: 100%;
}

/* 共通終わり
======================================== */
/* .p-fv {
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .p-fv {
    margin-top: 50px;
  }
} */
.coupon-box {
  display: flex;
  justify-content: center;
  position: relative;
}
.coupon-content {
  position: absolute;
  bottom: min(90px, calc(calc(90 / 750) * 100vw));
}
.coupon-content._type02 {
  bottom: min(80px, calc(calc(80 / 750) * 100vw));
}
.coupon-content-arrow {
  position: relative;
  width: min(450px, calc(calc(450 / 750) * 100vw));
  margin: 0 auto;
}
.coupon-content-arrow::before,
.coupon-content-arrow::after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 2px;
  background: #008fd1;
  top: 0;
}
.coupon-content-arrow::before {
  transform: rotate(155deg);
  left: 0;
}
.coupon-content-arrow::after {
  transform: rotate(25deg);
  right: min(-4px, calc(calc(-4 / 750) * 100vw));
}
.box_countdown__balloon {
  color: #008fd1;
  font-size: min(24px, calc(calc(24 / 750) * 100vw));
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
.box_countdown {
  display: flex;
  justify-content: center;
  font-size: min(24px, calc(calc(24 / 750) * 100vw));
}
.box_countdown .yycountdown-box {
  font-weight: 600;
  color: #008fd1 !important;
  font-size: min(30px, calc(calc(30 / 750) * 100vw));
  line-height: 1.1;
}
.box_countdown .yyc-day,
.box_countdown .yyc-hou,
.box_countdown .yyc-min,
.box_countdown .yyc-sec {
  font-family: 游ゴシック, "Yu Gothic", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, "MS PGothic",
    "ＭＳ Ｐゴシック", sans-serif;
  font-size: min(40px, calc(calc(40 / 750) * 100vw));
  background: none !important;
  color: #008fd1 !important;
  border-radius: 5px;
  padding: 1.5px min(6px, calc(calc(6 / 750) * 100vw));
}
.box_countdown .yyc-day-text,
.box_countdown .yyc-hou-text,
.box_countdown .yyc-min-text,
.box_countdown .yyc-sec-text {
  color: #008fd1 !important;
}
.counceling_box {
  position: relative;
  display: flex;
  justify-content: center;
}
.counceling_btn-link {
  display: block;
  position: absolute;
  bottom: min(70px, calc(calc(70 / 750) * 100vw));
}

/*================================
こんなクリニックには注意始まり */

.p-attention-accordion {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.p-attention-accordion__item {
  box-shadow: 0 0 38.4px 1.6px rgba(105, 105, 105, 0.3);
}

.p-attention-accordion__item-title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  background: url(../img/kumatori_injection_02/attention_bg01_pc.png) no-repeat;
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝B", serif;
  font-size: 29px;
  line-height: calc(35 / 29);
  text-align: center;
  cursor: pointer;
}

.p-attention-accordion__item-title::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 37px;
  width: 35px;
  height: 35px;
  margin-top: auto;
  margin-bottom: auto;
  background: url(../img/kumatori_injection_02/attention_icon01.png) no-repeat;
}

.p-attention-accordion__item-title.-active::after {
  background-image: url(../img/kumatori_injection_02/attention_icon02.png);
}

.p-attention-accordion__item-body {
  display: none;
  padding: min(40px, calc(calc(40 / 750) * 100vw))
    min(30px, calc(calc(30 / 750) * 100vw));
  margin: 0 auto;
  background: #fff;
}

.p-attention-accordion__item-text {
  margin-bottom: 38px;
  font-size: 18px;
  line-height: calc(35 / 18);
}

@media screen and (max-width: 640px) {
  .p-attention-accordion {
    gap: 36px;
  }

  .p-attention-accordion__item {
    box-shadow: 0 0 12px 0.5px rgba(105, 105, 105, 0.2);
  }

  .p-attention-accordion__item-title {
    height: calc(100vw / 375 * 50);
    /* background-image: url(../img/eye_kuma_fukurami-509_6/attention_bg01_sp.png); */
    background-size: 100% auto;
    font-size: calc(100vw / 375 * 15);
    font-feature-settings: "palt";
  }

  .p-attention-accordion__item-title::after {
    right: 14px;
    width: 15px;
    height: 15px;
    background-size: 100% auto;
  }

  .p-attention-accordion__item-body {
    padding-top: 16px;
    padding-bottom: 18px;
    padding-left: 12.5px;
    padding-right: 12.5px;
  }

  .p-attention-accordion__item-text {
    margin-bottom: 19px;
    font-size: 12px;
    line-height: calc(22.5 / 12);
  }
}

/*================================
point始まり */

.seciton_point {
  padding: clamp(55px, 9vw, 90px) 0 clamp(50px, 10vw, 100px);
  /* background: linear-gradient(180deg, transparent 0 5%, #f8f8f8 25%),
    url(../img/eye_kuma_fukurami-509_4/point_bg.png) repeat-x #ededed;
  background-position: top center; */
  background: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .section_point-inner {
    padding: 0 15px;
  }
}

.seciton_point .section_point_drttl {
  width: fit-content;
  padding: 0.6em 1em;
  margin: 0 auto clamp(30px, 6vw, 60px);
  font-weight: 500;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .seciton_point .section_point_drttl {
    padding: 0.6em 0.8em;
  }
}
.seciton_point .section_point_drttl::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  border-bottom: #008fd1 solid 2px;
  border-left: #008fd1 solid 2px;
}
.seciton_point .section_point_drttl::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  border-top: #008fd1 solid 2px;
  border-right: #008fd1 solid 2px;
}

@media screen and (max-width: 767px) {
  .seciton_point .section_point_drttl::before,
  .seciton_point .section_point_drttl::after {
    width: 30px;
    height: 30px;
    border-width: 1px;
  }
}

.seciton_point_white-box {
  /* background: linear-gradient(180deg, transparent 0 5%, #ffffff 25%),
    url(../img/eye_kuma_fukurami-509_4/point_white-box_bg.png); */
  /* padding: clamp(15px, 8vw, 80px) clamp(15px, 6vw, 60px); */
  /* box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.25); */
  font-size: clamp(14px, 2.4vw, 24px);
}
.seciton_point_drarea_bdbox {
  background: #fff;
  border: 2px #008fd1 solid;
  padding: clamp(15px, 5vw, 50px) clamp(20px, 5vw, 50px);
  margin-bottom: clamp(30px, 6vw, 60px);
  position: relative;
}
.seciton_point_drarea_bdbox::before {
  content: "";
  border-left: 30px solid transparent;
  border-top: 30px solid #008fd1;
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.seciton_point_drarea_bdbox::after {
  content: "";
  border-right: 30px solid transparent;
  border-bottom: 30px solid #008fd1;
  height: 0;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
.seciton_point_drarea_bdbox .ff_serif {
  margin: 0 0 clamp(20px, 3vw, 30px);
  font-weight: bold;
}

.seciton_point_drprof {
  margin: 0 0 clamp(40px, 8vw, 80px);
  background: #fff;
}
.seciton_point_drprof-box {
  justify-content: space-between;
  width: 640px;
  margin: 0 auto;
}
.seciton_point_drprof > p {
  font-weight: 500;
}
.seciton_point_drprof-box li {
  margin: 0 0 clamp(10px, 3vw, 30px);
  overflow: hidden;
  width: 300px;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.25);
  background: #000;
  font-family: '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
}
.seciton_point_drprof-box li .dr_img {
  display: block;
}
.seciton_point_drprof-box li .dr_name {
  display: block;
  font-size: clamp(14px, 2.6vw, 26px);
  background: #e8e8e8;
  padding: clamp(10px, 1.5vw, 15px) 0 clamp(10px, 1vw, 10px);
  font-weight: bold;
  line-height: 110%;
}
.seciton_point_drprof-box li .dr_name span {
  font-size: clamp(10px, 1.8vw, 18px);
  color: #737373;
}
.seciton_point_drprof-box li .dr_spec {
  color: #ffffff;
  font-size: clamp(12px, 2.4vw, 24px);
  padding: clamp(8px, 0.8vw, 8px) 0;
  line-height: 130%;
}

.seciton_point_box {
  background: #ffffff;
  margin: 0 0 clamp(30px, 6vw, 60px);
  font-size: clamp(14px, 2.4vw, 24px);
}
.seciton_point_box .bd_blk_design {
  width: 100%;
  max-width: 500px;
  padding: clamp(6px, 1vw, 10px) 0;
  margin: 0 auto clamp(20px, 4vw, 40px);
  border: 2px #000 solid;
  border-radius: 30px;
  font-size: clamp(20px, 3.6vw, 36px);
  font-weight: 500;
}

.seciton_point_box_imgarea {
  margin-top: 30px;
}
.seciton_point_box_imgarea .pink_english_design {
  display: block;
  max-width: 300px;
  padding: 0.5em 0;
  margin: 0 auto -2.3em;
  background: rgba(244, 58, 105, 0.8);
  border-radius: 30px;
  color: #fff;
  position: relative;
}

@media screen and (max-width: 767px) {
  .seciton_point_white-box {
    padding: 15px;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.25);
  }
  .seciton_point_drprof > p {
    margin-top: 20px;
  }

  .seciton_point_drarea_bdbox::before,
  .seciton_point_drarea_bdbox::after {
    border-width: 20px;
  }

  .seciton_point_drprof-box {
    width: 100%;
  }
  .seciton_point_drprof-box li {
    width: calc((100% - 10px) / 2);
    margin-bottom: 10px;
  }

  .seciton_point_box_imgarea .pink_english_design {
    width: calc(100% - 100px);
    max-width: none;
  }
  .seciton_point_box_imgarea {
    margin-top: 15px;
  }
}

/* POINT終わり
=================================*/

.seciton_teian {
  padding: 0 0 clamp(30px, 7vw, 60px);
  background: #fff;
  overflow: hidden;
}

.seciton_teian .seciton_teian_ttl {
  width: fit-content;
  padding: 0.6em 1em;
  margin: 0 auto clamp(40px, 6vw, 60px);
  font-weight: bold;
  text-align: center;
  position: relative;
}

.seciton_teian span {
  color: #008fd1;
}
.seciton_teian .seciton_teian_ttl::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  border-bottom: #008fd1 solid 2px;
  border-left: #008fd1 solid 2px;
}
.seciton_teian .seciton_teian_ttl::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  border-top: #008fd1 solid 2px;
  border-right: #008fd1 solid 2px;
}

.teian_pink_box {
  padding: 20px 40px 60px;
  margin-bottom: 80px;
  background: #e1ebf1;
  text-align: center;
}
.teian_pink_box .serif_text {
  margin: 0;
}
.teian_pink_box .pink_box_img {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 20px;
}
.teian_pink_box .pink_box_text {
  margin-top: 30px;
  text-align: center;
}

.teian_model_box {
  border: #008fd1 2px solid;
}
.teian_model_box .model_box_read {
  margin: 60px 0 30px;
  text-align: center;
  color: #008fd1;
}
.teian_model_box .model_box_read span {
  margin-right: 0.5em;
  background: #008fd1;
  color: #fff;
}
.teian_model_box .model_box_ttl {
  padding: 15px 0;
  background: #008fd1;
  text-align: center;
  color: #fff;
  font-size: clamp(24px, 4.8vw, 48px);
  line-height: 1.2;
}

.teian_model_box .model_box_detail {
  padding: 60px;
  text-align: center;
}
.teian_model_box .model_box_detail .ff_serif {
  display: inline-block;
  margin-bottom: clamp(20px, 4vw, 40px);
  font-size: clamp(18px, 3.4vw, 34px);
  font-weight: 500;
  line-height: 1.6;
}
.teian_model_box .model_box_detail .model_box_text {
  margin-bottom: 0.5em;
  font-size: clamp(14px, 2.2vw, 22px);
  line-height: 1.8;
}
.teian_model_box .model_box_detail p.smaill {
  font-size: clamp(12px, 2vw, 20px);
}

.teian_model_box .model_box_img {
  margin: clamp(30px, 6vw, 60px) 0;
}

.pink_box_text {
  text-align: center;
  margin: clamp(30px, 6vw, 60px) 0 0;
}

@media screen and (max-width: 767px) {
  .seciton_teian .seciton_teian-inner {
    padding: 0 15px;
  }
  .teian_pink_box {
    padding: 20px 15px 30px;
    margin-bottom: 40px;
  }
  .teian_pink_box .serif_text {
    margin-top: 20px;
    font-size: 16px;
  }
  .teian_pink_box .serif_text span {
    font-size: 18px;
  }
  .teian_pink_box .pink_box_img img {
    width: 130px !important;
    margin-top: -50px;
    margin-right: -30px;
  }

  .seciton_teian .seciton_teian_ttl::before,
  .seciton_teian .seciton_teian_ttl::after {
    width: 30px;
    height: 30px;
    border-width: 1px;
  }

  .teian_model_box {
    border-width: 1px;
  }
  .teian_model_box .model_box_read {
    margin: 30px 0 15px;
  }
  .teian_model_box .model_box_detail {
    padding: 30px 15px;
  }
  .teian_model_box .model_box_detail .ff_serif {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .teian_model_box .model_box_img {
    padding: 0 30px;
    box-sizing: border-box;
  }
}

/* ========================================
   modal_list
======================================== */
.modal_list {
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .modal_list {
    padding-left: 3.91134vw;
    padding-right: 3.91134vw;
  }
}
.modal_list .icn_modal {
  flex-basis: 48%;
}
.modal_list .icn_modal img,
.modal_list .icn_modal video {
  width: 100%;
}

.icn_modal {
  position: relative;
}

.icn_modal::before {
  content: "";
  position: absolute;
  top: clamp(10px, 2.8vw, 20px);
  right: clamp(10px, 2.8vw, 20px);
  background: url(../img/oneday-facelift/icon_glass.png) no-repeat;
  background-size: 100%;
  width: clamp(17px, 4.5vw, 34px);
  height: clamp(17px, 4.5vw, 34px);
  z-index: 2;
}

.icn_modal::after {
  content: "";
  position: absolute;
  top: clamp(4px, 1vw, 8px);
  right: clamp(4px, 1vw, 8px);
  z-index: 1;
  width: clamp(30px, 8vw, 60px);
  height: clamp(30px, 8vw, 60px);
  border-radius: 50%;
  background-color: #000;
  opacity: 0.5;
}

.with-featherlight .featherlight {
  background: #6a6a6a;
}

.with-featherlight .featherlight .featherlight-content {
  padding: 10px;
}

.with-featherlight .featherlight .featherlight-close-icon {
  top: -45px;
  right: 0;
  line-height: 38px;
  width: 38px;
  font-size: 18px;
  background-color: #3d3d3d;
  text-shadow: 1px 0px #fff;
}

.with-featherlight .featherlight .featherlight-inner {
  max-height: calc(90vh - 60px);
}

@media only screen and (max-width: 767px) {
  .with-featherlight .featherlight .featherlight-inner {
    max-height: calc(75vh - 60px);
  }
}


/*================================
point始まり */

.serif_text {
  font-weight: bold;
  font-size: clamp(18px, 3.2vw, 34px);
  margin: clamp(30px, 8.0vw, 80px) 0 clamp(30px, 8.0vw, 80px);
}

.seciton_point {
  padding: clamp(55px, 9.0vw, 90px) 0 clamp(50px, 10vw, 100px);
  text-align: center;
}

.seciton_point .section_point_drttl {
  width: fit-content;
  padding: 0.6em 1em;
  margin: 0 auto clamp(30px, 6vw, 60px);
  font-weight: 500;
  text-align: center;
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 750px) {
  .seciton_point .section_point_drttl {
    padding: 1em 0.8em;
  }

  .seciton_point .section_point_drttl.type_s {
    padding: 1em 0.5em;
  }
}

.seciton_point .section_point_drttl::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  border-bottom: #008fd1 solid 2px;
  border-left: #008fd1 solid 2px;
}

.seciton_point .section_point_drttl::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  border-top: #008fd1 solid 2px;
  border-right: #008fd1 solid 2px;
}

@media screen and (max-width: 767px) {

  .seciton_point .section_point_drttl::before,
  .seciton_point .section_point_drttl::after {
    width: 30px;
    height: 30px;
    border-width: 1px;
  }
}

.seciton_point_drprof {
  margin: 0 0 clamp(40px, 8vw, 80px);
  background: #FFF;
}

.seciton_point_drprof-box {
  justify-content: space-between;
  width: 640px;
  margin: 0 auto;
}

.seciton_point_drprof>p {
  font-weight: 500;
}

.seciton_point_drprof-box li {
  margin: 0 0 clamp(10px, 3.0vw, 30px);
  overflow: hidden;
  width: 300px;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .25);
  background: #000;
  font-family: '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
}

.seciton_point_drprof-box li .dr_img {
  display: block;
}

.seciton_point_drprof-box li .dr_name {
  display: block;
  font-size: clamp(14px, 2.6vw, 26px);
  background: #e2ecf2;
  padding: clamp(10px, 1.5vw, 15px) 0 clamp(10px, 1.0vw, 10px);
  font-weight: bold;
  line-height: 110%;
  color: #202e35;
}

.seciton_point_drprof-box li .dr_name span {
  font-size: clamp(10px, 1.8vw, 18px);
  color: #737373;
}

.seciton_point_drprof-box li .dr_spec {
  color: #FFFFFF;
  font-size: clamp(12px, 2.4vw, 24px);
  padding: clamp(8px, 0.8vw, 8px) 0;
  line-height: 130%;
  background: url(../img/eye_kuma_fukurami_509_9_m/dr_spec_bg.png) no-repeat top center/cover;
}

.seciton_point_box {
  background: #FFFFFF;
  margin: 0 0 clamp(30px, 6vw, 60px);
  font-size: clamp(14px, 2.4vw, 24px);
}

.seciton_point_box .bd_blk_design {
  width: 100%;
  max-width: 500px;
  padding: clamp(6px, 1.0vw, 10px) 0;
  margin: 0 auto clamp(20px, 4.0vw, 40px);
  border: 2px #000 solid;
  border-radius: 30px;
  font-size: clamp(20px, 3.6vw, 36px);
  font-weight: 600;
}

.seciton_point_box_imgarea {
  margin-top: 30px;
}

@media screen and (max-width: 750px) {
  .seciton_point_box_imgarea._right {
    width: 95vw;
  }

  .seciton_point_box_imgarea._left {
    width: 95vw;
    margin-left: -5vw;
  }
}


.seciton_point_box_imgarea .pink_english_design {
  display: block;
  max-width: 300px;
  padding: 0.5em 0;
  margin: 0 auto -2.3em;
  background: rgba(255, 93, 204, 0.8);
  border-radius: 30px;
  color: #fff;
  position: relative;
}

@media screen and (max-width: 767px) {
  .seciton_point_white-box {
    padding: 15px;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .25);
  }

  .seciton_point_drprof>p {
    margin-top: 20px;
  }

  .seciton_point_drarea_bdbox::before,
  .seciton_point_drarea_bdbox::after {
    border-width: 20px;
  }

  .seciton_point_drprof-box {
    width: 100%;
  }

  .seciton_point_drprof-box li {
    width: calc((100% - 10px) / 2);
    margin-bottom: 10px;
  }

  .seciton_point_box_imgarea .pink_english_design {
    width: calc(100% - 100px);
    max-width: none;
  }

  .seciton_point_box_imgarea {
    margin-top: 15px;
  }
}

.seciton_point_white-box {
  background: linear-gradient(180deg, transparent 0 5%, #ffffff 25%), url(../img/double-eyelid_5/point_white-box_bg.png);
  padding: clamp(15px, 8vw, 80px) clamp(10px, 4vw, 60px);
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .25);
  font-size: clamp(14px, 2.4vw, 24px);
}

.seciton_point_white-box.plr_0 {
  padding: clamp(15px, 8vw, 80px) 0;
}

.plr_10 {
  padding: 0 clamp(10px, 4vw, 60px);
}

.seciton_point_white-box.white_only {
  background: #fff;
}

.seciton_point_white-box p {
  color: #202e35;
  font-weight: 600;
}

.seciton_point_drarea_bdbox {
  background: #FFF;
  border: 2px #008fd1 solid;
  padding: clamp(15px, 5vw, 50px) clamp(20px, 5vw, 50px);
  margin-bottom: clamp(30px, 6vw, 60px);
  position: relative;
}

.seciton_point_drarea_bdbox._gray {
  border: 2px #6c8696 solid;
}

.seciton_point_drarea_bdbox.ss {
  padding: clamp(15px, 5vw, 50px) clamp(15px, 5vw, 50px);
}


.seciton_point_drarea_bdbox::before {
  content: "";
  border-left: 30px solid transparent;
  border-top: 30px solid #008fd1;
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
  right: 0;
}

.seciton_point_drarea_bdbox._gray::before {
  border-top: 30px solid #6c8696;
}

.seciton_point_drarea_bdbox::after {
  content: "";
  border-right: 30px solid transparent;
  border-bottom: 30px solid #008fd1;
  height: 0;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}

.seciton_point_drarea_bdbox._gray::after {
  border-bottom: 30px solid #6c8696;
}

.seciton_point_drarea span {
  color: #008fd1;
}

.seciton_point_drarea_bdbox p {
  color: #202e35;
}

/* POINT終わり
=================================*/


/* 230919追記 */

/* Tiktok */
.c-container.-width-pc-md {
  width: 1000px;
  margin: 0 auto;
}
.p-tiktok-pc__inner {
  position: relative;
}
.p-tiktok-pc__link {
  position: absolute;
  top: 15%;
  right: 8%;
}
.p-tiktok-pc__video {
  height: clamp(330px, 43vw, 500px);
  width: auto;
  background-color: #000;
  border-radius: 10px;
  border: solid #000 10px;
}


/* 20240925 追記 */

/* tiktok 調整 */
.fv_area-tiktok .fv_area-tiktok-inner {
  padding-bottom: min(50px, calc(calc(3/750) * 100vw))!important;
}

/* アプローチ */
.approach {
  background: #c0d9f3;
}

/* よくあるご質問 */
.faq__acc {
  margin: 0 auto;
}
.faq__acc dd {
  display: none;
  margin: 0;
}

.seciton_qa_q, .seciton_qa_a {
  border: #6c8696 min(3px, calc(calc(3/750) * 100vw)) solid;
  border-top-width: 0;
  z-index: 1;
  cursor: pointer;
  color: #6c8696;
  font-size: min(26px, calc(calc(26/750) * 100vw));
  font-weight: 500;
  position: relative;
  line-height: 1.5;
  padding: min(30px, calc(calc(30/750) * 100vw)) min(100px, calc(calc(100/750) * 100vw)) min(30px, calc(calc(30/750) * 100vw)) min(30px, calc(calc(30/750) * 100vw));
}
.seciton_qa_q:first-child {
  border-top-width: min(3px, calc(calc(3/750) * 100vw));
}
.seciton_qa_q span, .seciton_qa_a span {
  display: inline-block;
  margin-left: min(80px, calc(calc(80/750) * 100vw));
}
.seciton_qa_q.js--accordion-open {
  background: #6c8696;
  color: #fff;
}
.seciton_qa_q_txt::before {
  content: "Q.";
  position: absolute;
  top: min(30px, calc(calc(30/750) * 100vw));
  left: min(30px, calc(calc(30/750) * 100vw));
}
.seciton_qa_a_txt::before {
  content: "A.";
  position: absolute;
  top: min(30px, calc(calc(30/750) * 100vw));
  left: min(30px, calc(calc(30/750) * 100vw));
}
.seciton_qa_q::before, .seciton_qa_q::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #6c8696;
  transition: 0.2s;
  width: min(26px, calc(calc(26/750) * 100vw));
  height: min(4px, calc(calc(4/750) * 100vw));
  right: min(30px, calc(calc(30/750) * 100vw));;
  top: 45%;
}
.seciton_qa_q::after {
  content: "";
  transform: rotate(90deg);
}
.seciton_qa_q.js--accordion-open::before, .seciton_qa_q.js--accordion-open::after {
  background-color: #fff;
}
.seciton_qa_q.js--accordion-open::after {
  transform: rotate(0deg);
}



/* 直書きcssを転記 20250512 
========================================= */

.wrap750 {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

.seciton_point_drprof-box li .dr_name {
  font-family: '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
}

.seciton_point_drprof-box li .dr_img img {
  width: 100%;
}

.seciton_point_drprof-box li {
  overflow: hidden;
}

.seciton_point_drprof-box li .dr_spec {
  font-family: '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: clamp(10px, 2vw, 20px);
  padding: clamp(8px, 0.8vw, 8px) 0;
  line-height: 130%;
  text-align: center;
}

/* アンカーリンクメニュー */
.wrap750 {
  max-width: 750px;
}

/* tiktok */
.fv_area-tiktok {
  background-image: url("../img/eye_kuma_fukurami_509_9_m/pc-bk.webp");
  background-size: cover;
  text-align: center;
}

.fv_area-tiktok .fv_area-tiktok-inner {
  padding: clamp(25px, 5vw, 50px) 0;
  text-align: center;
  width: 750px;
  max-width: 100%;
  margin: 0 auto;
}

.fv_modal_list__movie {
  display: none;
}


/* 諸々調整用 */
  .fv__top {
    margin-top: 88px;
  }

  .ttl-gray {
    color: #c7c7c7;
  }

  #clinic article>h2 {
    display: none;
  }

  .info__heading--text {
    position: relative;
    padding: 1em 2em;
    text-align: center;
    color: #008fd1;
  }

  .info__heading--text:before,
  .info__heading--text:after {
    position: absolute;
    content: '';
  }

  .info__heading--text:after {
    left: 0;
    bottom: 20%;
    width: 40px;
    height: 40px;
    border-bottom: 2px solid #008fd1;
    border-left: 2px solid #008fd1;
  }

  .info__heading--text:before {
    right: 0;
    top: 20%;
    width: 40px;
    height: 40px;
    border-right: 2px solid #008fd1;
    border-top: 2px solid #008fd1;
  }

  .fv_area-tiktok .fv_area-tiktok-inner {
    padding-top: 0 !important;
  }

  .text__title {
    font-size: clamp(22px, 3vw, 40px);
    font-weight: bold;
  }

  .text__text {
    font-size: clamp(16px, 2vw, 24px);
    line-height: 1.6;
  }

  .transportation__subsidy--bg {
    position: relative;
  }

  .transportation__subsidy--text {
    position: absolute;
    color: #fff;
    top: 37%;
    font-size: clamp(16px, 2vw, 30px);
    line-height: 2;
    text-align: left;
    padding: 0 60px;
  }

  .transportation__subsidy--text2 {
    position: absolute;
    color: #fff;
    top: 31%;
    font-size: clamp(16px, 2vw, 30px);
    line-height: 2;
    text-align: left;
    padding: 0 60px;
  }

  .c-youtube-box::before {
    padding-top: 0;
  }

  @media screen and (max-width: 767px) {

    .transportation__subsidy--text,
    .transportation__subsidy--text2 {
      padding: 0 20px;
    }

    header {
      z-index: 999;
    }

    .info__heading--text:after {
      width: 25px;
      height: 25px;
    }

    .info__heading--text:before {
      width: 25px;
      height: 25px;
    }
  }



/* 20250513追記 approach 
==================================== */
.approach__body {
  background-color: #fff;
  background-image: linear-gradient(90deg, #eeeff4 2px, transparent 2px), linear-gradient(#eeeff4 2px, transparent 2px);
  background-position: 10px 10px;
  background-size: 42px 42px;
  padding: min(60px, calc(calc(60/750) * 100vw)) min(30px, calc(calc(30/750) * 100vw)) min(75px, calc(calc(75/750) * 100vw));
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .approach__body {
    background-color: #fff;
    background-image: linear-gradient(90deg, #eeeff4 0.27vw, transparent 0.27vw), linear-gradient(#eeeff4 0.27vw, transparent 0.27vw);
    background-position: 1.33vw 1.33vw;
    background-size: 5.6vw 5.6vw;
  }
}

.approach__body p {
  color: #474747;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: min(34px, calc(calc(34/750) * 100vw));
  font-weight: 500;
  line-height: 1.76;
}
.approach__body p span._color {
  color: #008fd1;
  font-weight: 600;
}

.approach__txt_marker span {
  display: inline-block;
  color: #fff;
  font-size: min(50px, calc(calc(50/750) * 100vw));
  font-weight: 600;
  background: #008fd1;
  margin-bottom: min(14px, calc(calc(14/750) * 100vw));
  padding: 0 min(8px, calc(calc(8/750) * 100vw));
  line-height: 1.24;
}

/* approach - 症例モーダル */
.approach__modal_wrap {
  background: #fff;
  border: min(3px, calc(calc(3/750) * 100vw)) solid #c0d9f3;
  padding: min(15px, calc(calc(15/750) * 100vw));
  box-sizing: border-box;
}
.approach__modal_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: min(20px, calc(calc(20/750) * 100vw));
}
.approach__modal_list li {
  width: 48%;
}

.approach__modal_label {
  width: 100%;
  background: #008fd1;
  text-align: center;
  color: #fff;
  font-size: min(25px, calc(calc(25/750) * 100vw));
  font-weight: 600;
  line-height: 1;
  padding: min(13px, calc(calc(13/750) * 100vw)) 0;
}

/* 20250618 景表法対応 追記 */
.coupon-box {
    display: flex;
    justify-content: center;
    position: relative;
    padding-bottom: min(50px, calc(calc(50/750) * 100vw));
    padding-top: min(10px, calc(calc(10/750) * 100vw));
}
.coupon-content {
    position: absolute;
    max-width: 90%;
    bottom: 11%;
}

.case_span{
    color: #474747;
    line-height: 1.4em;
    font-weight: 500;
}

.coupon_span{
    color: #1a4480;
    max-width: 90%;
    line-height: 1.4em;
    font-weight: 500;
    margin: 0 auto;
}

/*20250703 TCB_AD-8424 ---------------------------*/
/* 限定解除要件アコーディオン */
dt.ex_acc__head {
    background: #efefef;
    text-align: center;
    color: #585858;
    font-family: var(--font-yu-mincho);
    font-size: min(32px, calc(calc(32/750) * 100vw));
    font-weight: 500;
    line-height: 1;
    padding: min(24px, calc(calc(24/750) * 100vw)) 0;
    position: relative;
    box-sizing: border-box;
}
dt.ex_acc__head::before,
dt.ex_acc__head::after {
    content: "";
    background: #707070;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
}
dt.ex_acc__head::before {
    width: min(30px, calc(calc(30/750) * 100vw));
    height: min(2px, calc(calc(2/750) * 100vw));
    right: min(30px, calc(calc(30/750) * 100vw));
}
dt.ex_acc__head::after {
    width: min(2px, calc(calc(2/750) * 100vw));
    height: min(30px, calc(calc(30/750) * 100vw));
    right: min(44px, calc(calc(44/750) * 100vw));
    transition: all 0.3s;
}
dt.ex_acc__head.js--accordion-open::after {
    transform: rotate(90deg);
    transition: all 0.3s;
}
dl.ex_acc__wrap{
  margin-bottom:0;
}

dd.ex_acc__body {
    display: none;
    background: #fff;
    padding: min(30px, calc(calc(30/750) * 100vw));
    border: min(2px, calc(calc(2/750) * 100vw)) solid #efefef;
    margin-left:0;
    box-sizing: border-box;
}
:root {
    --font-yu-mincho: "YuMincho", "Yu Mincho", "游明朝", "Times New Roman", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    --font-yu-gothic: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

/*Frames------*/
/*FRAME normal*/
.frames_basic,
.frames_basic__wrap{
  margin: 0 auto;
  display:flex;
  flex-direction:column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  max-width: 750px;
  box-sizing: border-box;
}
.frames_basic__wrap{
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
}
.frames_basic__wrap.nolimit{
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
}
/*Frames 拡張*/
.gap_30{
  gap: min(30px,calc(30 / 750 * 100vw));
}
.gap_40{
  gap: min(40px,calc(40 / 750 * 100vw));
}
.gap_50{
  gap: min(50px,calc(50 / 750 * 100vw));
}
.bgcol_white{
  background-color:white;
}
.bgcol_gold {
    background-image: linear-gradient(to bottom, #8b5321, #ffdc7e, #de9e24, #8b5321);
    position: relative;
}
.border_gray{
  border:1px solid gray;
}
.border_gold {
    border: 2px solid;
    border-image:linear-gradient(to bottom, #8b5321, #ffdc7e, #de9e24, #8b5321) 1;
}
.font35{
  font-size: min(35px, calc(35 / 750 * 100vw));
}
.frames_basic p.info{
  font-size: min(18px,calc(18 / 750 * 100vw));
  color:#474747;
  font-family: var(--font-yu-gothic);
}
.padding_lr14{
  padding-left:min(14px,calc(14 / 750 * 100vw));
  padding-right:min(14px,calc(14 / 750 * 100vw));
}
.padding_lr30{
  padding-left:min(30px,calc(30 / 750 * 100vw));
  padding-right:min(30px,calc(30 / 750 * 100vw));
}
.padding_cta{
  padding: min(37px,calc(37 / 750 * 100vw)) min(14px,calc(14 / 750 * 100vw)) min(30px, calc(30 / 750 * 100vw)) min(14px,calc(14 / 750 * 100vw));
}
/*二重罫線*/
.frames_basic.doubble_line__outer{
    position: relative;
    padding: 3px;
}
.frames_basic__wrap.doubble_line__inner{
    padding: 9px;
    background-color: #fff;
}
/*.border_round フレームを角丸にする*/
.frames_basic.doubble_line__outer.border_round{
    border-radius: 7px;
}
.frames_basic__wrap.doubble_line__inner.border_round{
    border-radius: 4px;
}
.frames_basic__wrap.doubble_line__body{
    border: 2px solid;
    border-image:linear-gradient(to bottom, #8b5321, #ffdc7e, #de9e24, #8b5321) 1;
}
@media screen and (max-width: 750px) {
    .frames_basic.doubble_line__outer{
        padding: 0.4vw;
    }
    .frames_basic__wrap.doubble_line__inner {
        padding: 1.2vw;
    }
    .frames_basic__wrap.doubble_line__body{
        border: 0.27vw solid;
        border-image:linear-gradient(to bottom, #8b5321, #ffdc7e, #de9e24, #8b5321) 1;        
    }
    /*.border_roundフレームを角丸にする*/
    .frames_basic.doubble_line__outer.border_round{
        border-radius: 0.93vw;
    }
    .frames_basic__wrap.doubble_line__inner.border_round{
        border-radius: 0.53vw;
    }
}

/*cta*/
div.sec_cta .frames_basic{
  width: min(630px,calc(630 / 750 * 100vw));
  margin: 0 auto;
  background-color:white;
  position: relative;
}
div.sec_cta.w690 .frames_basic{
  width: min(690px,calc(690 / 750 * 100vw));
} 
div.sec_cta{
  background-color: white;
  width: min(750px,calc(750 / 750 * 100vw));
  margin: 0 auto;
}
div.sec_cta .reserve-btn{
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
}

/*navi menu*/
:root{
 --navmenu_border_color: #279ef6; /*ボーダー色*/
 --navmenu_border_size:2px; /*ボーダー太さ*/
 --navmenu_border_size_s:2; /*ボーダー太さ：calc計算用*/
 }
 .nav_menu__wrap {
  display: flex;
  flex-wrap: wrap;
  border-bottom: min(var(--navmenu_border_size), calc(var(--navmenu_border_size_s) / 750 * 100vw)) solid var(--navmenu_border_color);
}
.nav_menu__wrap li {
  width: 50%;
  background: #eaf6ff;
  border: min(var(--navmenu_border_size), calc(var(--navmenu_border_size_s) / 750 * 100vw)) solid var(--navmenu_border_color);
  border-bottom: none;
  text-align: center;
  font-size: min(28px, calc(calc(28 / 750) * 100vw));
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.05rem;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  position: relative;
}
.nav_menu__wrap li::before {
  content: "";
  width: min(7px, calc(calc(7 / 750)* 100vw));
  height: min(7px, calc(calc(7 / 750)* 100vw));
  border-top: min(var(--navmenu_border_size), calc(var(--navmenu_border_size_s) / 750 * 100vw)) solid var(--navmenu_border_color);
  border-right: min(var(--navmenu_border_size), calc(var(--navmenu_border_size_s) / 750 * 100vw)) solid var(--navmenu_border_color);
  position: absolute;
  top: 50%;
  right: min(20px, calc(calc(20 / 750)* 100vw));
  transform: translateY(-50%) rotate(135deg);
  -webkit-transform: translateY(-50%) rotate(135deg);
  -ms-transform: translateY(-50%) rotate(135deg);
}
.nav_menu__wrap li a {
  color: #333;
  height: min(110px, calc(calc(110 / 750)* 100vw));
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.nav_menu__wrap li a span {
  display: inline-block;
  background: #279ef6;
  border-radius: 9999px;
  color: #fff;
  font-size: min(23px, calc(calc(23 / 750)* 100vw));
  text-align: center;
  line-height: 1.5;
  width: min(285px, calc(calc(285 / 750)* 100vw));
  margin: 0 auto min(10px, calc(calc(10 / 750)* 100vw));
}
.nav_menu__wrap{
  border:none;
}
.nav_menu__wrap li {
  border-bottom: min(var(--navmenu_border_size),calc(var(--navmenu_border_size_s) / 750 * 100vw)) solid var(--navmenu_border_color);
  border-left: none;
  border-right:none;
  border-top:none;
}
.nav_menu__wrap li:nth-child(even) {
  border-right: min(var(--navmenu_border_size),calc(var(--navmenu_border_size_s) / 750 * 100vw)) solid var(--navmenu_border_color);
}
.nav_menu__wrap li:nth-child(odd) {
  border-left: min(var(--navmenu_border_size),calc(var(--navmenu_border_size_s) / 750 * 100vw)) solid var(--navmenu_border_color);
  border-right: min(var(--navmenu_border_size),calc(var(--navmenu_border_size_s) / 750 * 100vw)) solid var(--navmenu_border_color);
}
.nav_menu__wrap li:nth-child(2),
.nav_menu__wrap li:first-child {
  border-top: min(var(--navmenu_border_size),calc(var(--navmenu_border_size_s) / 750 * 100vw)) solid var(--navmenu_border_color);
}