@charset "UTF-8";
/* easy hover */
@import url(https://fonts.googleapis.com/css?family=Suranna);
@import url(https://fonts.googleapis.com/css?family=Suranna);
@import url(https://fonts.googleapis.com/css?family=Lato:400,400italic,700italic,700);
.clearfix,
.clearFix,
.c,
.cf {
  zoom: 1;
}
.clearfix:before, .clearfix:after,
.clearFix:before,
.clearFix:after,
.c:before,
.c:after,
.cf:before,
.cf:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: " ";
}
.clearfix:after,
.clearFix:after,
.c:after,
.cf:after {
  clear: both;
}

a.linkul:link,
a.linkul:visited,
a.linkul:active {
  text-decoration: underline !important;
}

.color-black {
  color: #000000;
}

a.linkul:hover {
  text-decoration: none !important;
}

.offLeft,
.offleft,
.of,
.off-left {
  text-indent: -9999px;
  font-size: 0.1em;
  line-height: 0;
  overflow: hidden;
}

.floatleft,
.floatLeft,
.fl,
.float-left {
  float: left;
  display: inline;
}

.floatright,
.floatRight,
.fr,
.float-right {
  float: right;
  display: inline;
}

.floatnone,
.floatNone,
.fn,
.float-none {
  float: none !important;
}

.clearleft,
.clearLeft,
.cl,
.clear-left {
  clear: left;
}

.clearright,
.clearRight,
.cr,
.clear-right {
  clear: right;
}

.clearboth,
.clearBoth,
.cb,
.clear-both {
  clear: both;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center !important;
}

.vtop {
  vertical-align: top;
}

.bold {
  font-weight: bold;
}

.displaynone,
.displayNone,
.dn,
.display-none,
.hidden {
  display: none !important;
}

.fdn {
  opacity: 0;
  display: none;
  -webkit-transition: all 0.2s cubic-bezier(0.44, 0.07, 0.23, 1.11);
  transition: all 0.2s cubic-bezier(0.44, 0.07, 0.23, 1.11);
}

.fdn-alt {
  opacity: 0;
  display: none;
  -webkit-transition: all 0.5s cubic-bezier(0.44, 0.07, 0.23, 1.11);
  transition: all 0.5s cubic-bezier(0.44, 0.07, 0.23, 1.11);
}

.fdb {
  opacity: 1;
  display: block;
  -webkit-transition: all 0.2s cubic-bezier(0.44, 0.07, 0.23, 1.11);
  transition: all 0.2s cubic-bezier(0.44, 0.07, 0.23, 1.11);
}

.fdb-alt {
  opacity: 1 !important;
  -webkit-transition: all 0.5s cubic-bezier(0.44, 0.07, 0.23, 1.11);
  transition: all 0.5s cubic-bezier(0.44, 0.07, 0.23, 1.11);
}

.op0 {
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.44, 0.07, 0.23, 1.11);
  transition: all 0.2s cubic-bezier(0.44, 0.07, 0.23, 1.11);
}

.op1 {
  opacity: 1;
  -webkit-transition: all 0.2s cubic-bezier(0.44, 0.07, 0.23, 1.11);
  transition: all 0.2s cubic-bezier(0.44, 0.07, 0.23, 1.11);
}

.displayblock,
.displayBlock,
.db,
.display-block {
  display: block !important;
}

.displayinline,
.di,
.display-inline {
  display: inline !important;
}

.displayinlineblock,
.displayinlineBlock,
.dib,
.display-inlineblock {
  display: inline-block !important;
}

.vh {
  visibility: hidden;
}

.vv {
  visibility: visible;
}

.posr {
  position: relative;
}

.notice {
  color: #ff0000;
}

.notice-pink {
  color: #f86677 !important;
  font-weight: bold;
}

.notice-yoggy {
  color: #ffcc33 !important;
  font-weight: bold;
}

.notice-alt {
  color: #cc0000 !important;
}

/*margin*/
.mn {
  margin: 0 0 0 0 !important;
}

.ma {
  margin: auto;
}

.mra {
  margin-right: auto !important;
}

.mla {
  margin-left: auto !important;
}

.w30 {
  width: 30% !important;
}

.w70 {
  width: 70% !important;
}

.w100 {
  width: 100% !important;
}

.color-white {
  color: #ffffff;
}

.curp {
  cursor: pointer !important;
}

.curd {
  cursor: default !important;
}

.pointerevenenone {
  pointer-events: none;
}

.fw100 {
  font-weight: 100 !important;
}

.fw200 {
  font-weight: 200 !important;
}

.fw300 {
  font-weight: 300 !important;
}

.fw400 {
  font-weight: 400 !important;
}

.fw500 {
  font-weight: 500 !important;
}

.fw600 {
  font-weight: 600 !important;
}

.fw700 {
  font-weight: 700 !important;
}

.fw800 {
  font-weight: 800 !important;
}

.ma0 {
  margin: 0px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ma5 {
  margin: 5px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ma10 {
  margin: 10px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ma15 {
  margin: 15px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ma20 {
  margin: 20px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ma25 {
  margin: 25px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ma30 {
  margin: 30px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ma35 {
  margin: 35px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ma40 {
  margin: 40px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ma45 {
  margin: 45px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ma50 {
  margin: 50px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ma55 {
  margin: 55px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.ma60 {
  margin: 60px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ma65 {
  margin: 65px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.ma70 {
  margin: 70px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ma75 {
  margin: 75px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.ma80 {
  margin: 80px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ma85 {
  margin: 85px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.ma90 {
  margin: 90px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ma95 {
  margin: 95px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.ma100 {
  margin: 100px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

/*padding*/
.pn {
  padding: 0 0 0 0 !important;
}

.pa0 {
  padding: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pa5 {
  padding: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pa10 {
  padding: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pa15 {
  padding: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pa20 {
  padding: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pa25 {
  padding: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pa30 {
  padding: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pa35 {
  padding: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pa40 {
  padding: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pa45 {
  padding: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pa50 {
  padding: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pa55 {
  padding: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pa60 {
  padding: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pa65 {
  padding: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pa70 {
  padding: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pa75 {
  padding: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pa80 {
  padding: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pa85 {
  padding: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pa90 {
  padding: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pa95 {
  padding: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.pa100 {
  padding: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.fontr-11 {
  font-size: 1 0.1rem !important;
}

.fontr-12 {
  font-size: 1 0.2rem !important;
}

.fontr-13 {
  font-size: 1 0.3rem !important;
}

.fontr-14 {
  font-size: 1 0.4rem !important;
}

.fontr-15 {
  font-size: 1 0.5rem !important;
}

.fontr-16 {
  font-size: 1 0.6rem !important;
}

.fontr-17 {
  font-size: 1 0.7rem !important;
}

.fontr-18 {
  font-size: 1 0.8rem !important;
}

.fontr-19 {
  font-size: 1 0.9rem !important;
}

.fontr-22 {
  font-size: 2 0.2rem !important;
}

.fontr-23 {
  font-size: 2 0.3rem !important;
}

.fontr-24 {
  font-size: 2 0.4rem !important;
}

.fontr-25 {
  font-size: 2 0.5rem !important;
}

.fontr-26 {
  font-size: 2 0.6rem !important;
}

.fontr-27 {
  font-size: 2 0.7rem !important;
}

.fontr-28 {
  font-size: 2 0.8rem !important;
}

.fontr-29 {
  font-size: 2 0.9rem !important;
}

.fz-p8 {
  font-size: 0.8rem;
}

.fz-p9 {
  font-size: 0.9rem;
}

.fz-p10 {
  font-size: 1rem;
}

.fz-p11 {
  font-size: 1.1rem;
}

.fz-p12 {
  font-size: 1.2rem;
}

.ha {
  height: auto !important;
}

@media screen and (max-width: 599px) {
  .hasp {
    height: auto !important;
    line-height: 2.8rem;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .sp-dn {
    display: none;
  }
}
.indnt {
  padding-left: 1.6rem;
  text-indent: -1.6rem;
}
@media screen and (max-width: 599px) {
  .indnt {
    padding-left: 1.3rem;
    text-indent: -1.3rem;
  }
}

.bbn {
  border-bottom: none !important;
}

@media screen and (min-width: 1024px) {
  .fixed {
    position: fixed;
    top: 0;
    width: 100%;
    padding-top: 30px;
    background: #ffffff;
    z-index: 10000;
  }
}
.small {
  font-size: 1rem !important;
}

.small11 {
  font-size: 1.1rem !important;
}

.small12 {
  font-size: 1.2rem !important;
}

.small13 {
  font-size: 1.3rem !important;
}

.small9 {
  font-size: 0.9rem !important;
}

.small8 {
  font-size: 0.8rem !important;
}

.small7 {
  font-size: 0.7rem !important;
}

.pc {
  display: block !important;
}

.pctc {
  display: table-cell !important;
}

.pct {
  display: table !important;
}

.pci {
  display: inline !important;
}

.pcib {
  display: inline-block !important;
}

.tab {
  display: none !important;
}

.tabtc {
  display: none !important;
}

.tabi {
  display: none !important;
}

.tabib {
  display: none !important;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.spt {
  display: none !important;
}

.sptc {
  display: none !important;
}

.spi {
  display: none !important;
}

.spi {
  display: none !important;
}

.pctab {
  display: block !important;
}

.pctabi {
  display: inline !important;
}

.tabsp {
  display: none !important;
}

.sptab {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
  .pci {
    display: none !important;
  }
  .pcib {
    display: none !important;
  }
  .pcib {
    display: none !important;
  }
  .tab {
    display: block !important;
  }
  .tabt {
    display: table !important;
  }
  .tabtc {
    display: table-cell !important;
  }
  .tabi {
    display: inline !important;
  }
  .tabib {
    display: inline-block !important;
  }
  .tabsp {
    visibility: visible !important;
    height: auto !important;
  }
  .sp {
    display: none !important;
  }
  .spt {
    display: none !important;
  }
  .sptc {
    display: none !important;
  }
  .spi {
    display: none !important;
  }
  .spib {
    display: none !important;
  }
  .sptab {
    display: block !important;
  }
}
@media screen and (max-width: 599px) {
  .pc {
    display: none !important;
  }
  .pci {
    display: none !important;
  }
  .pcib {
    display: none !important;
  }
  .pctab {
    display: none !important;
  }
  .pctabi {
    display: none !important;
  }
  .pct {
    display: none !important;
  }
  .tabt {
    display: none !important;
  }
  .tabtc {
    display: none !important;
  }
  .tab {
    display: none !important;
  }
  .tabi {
    display: none !important;
  }
  .tabib {
    display: none !important;
  }
  .tabsp {
    visibility: visible !important;
    height: auto !important;
  }
  .spt {
    display: table !important;
  }
  .sptc {
    display: table-cell !important;
  }
  .sp {
    display: block !important;
  }
  .spi {
    display: inline !important;
  }
  .spib {
    display: inline-block !important;
  }
  .pctab {
    display: none !important;
  }
  .sptab {
    display: block !important;
  }
}
.showing_modal {
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .showing_modal {
    position: fixed;
  }
}

a:link.noul,
a:visited.noul,
a:active.noul,
a:hover.noul {
  text-decoration: none !important;
}

/**MV**/
.slider {
  height: 465px;
  margin-inline: auto;
  overflow: hidden; /* 画像がはみ出ないようにする */
  width: 780px;
}
@media screen and (max-width: 1024px) {
  .slider {
    margin-top: 100px;
  }
}
@media screen and (max-width: 599px) {
  .slider {
    width: 250px;
    height: 373px;
    position: absolute !important;
    right: 0 !important;
    overflow: hidden; /* 画像がはみ出ないようにする */
    margin-top: 0;
  }
}

.slick-img,
.slick-list,
.slick-track {
  overflow: hidden; /* 画像がはみ出ないようにする */
}

.slick-img img {
  width: 100%;
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15); /* 拡大率 */
    @media screen and (max-width: 599px) {
      -webkit-transform: scale(5);
              transform: scale(5); /* 拡大率 */
    }
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15); /* 拡大率 */
    @media screen and (max-width: 599px) {
      -webkit-transform: scale(5);
              transform: scale(5); /* 拡大率 */
    }
  }
}
.add-animation {
  -webkit-animation: zoomUp 10s linear 0s normal both;
          animation: zoomUp 10s linear 0s normal both;
}
@media screen and (max-width: 599px) {
  .add-animation {
    -webkit-animation: zoomUp 6s linear 0s normal both;
            animation: zoomUp 6s linear 0s normal both;
  }
}

.btn-reserve {
  position: fixed;
  right: 60px;
  top: 75%;
  z-index: 100;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@media screen and (max-width: 599px) {
  .btn-reserve {
    top: 40%;
    right: 20px;
  }
}
@media screen and (max-width: 375px) {
  .btn-reserve {
    top: 50%;
  }
}
.btn-reserve.show {
  visibility: visible;
  opacity: 1;
}
.btn-reserve__inner {
  border-width: 4px;
  border-color: rgb(255, 255, 255);
  border-style: solid;
  border-radius: 50%;
  background-color: rgb(250, 190, 0);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  width: 110px;
  height: 110px;
}
.btn-reserve a.link_reserve {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
  text-align: center;
  font-weight: bold;
  text-decoration: none !important;
  color: #ffffff !important;
  font-size: 1.6rem;
  line-height: 2.3rem;
  letter-spacing: 0.1rem;
}
.btn-reserve .link_fukuoka {
  display: block;
  font-size: 1.1rem;
  text-align: center;
  line-height: 1.5rem;
  margin-top: 5px;
}
.btn-reserve a.link_reserve:link,
.btn-reserve a.link_reserve:hover,
.btn-reserve a.link_reserve:visited {
  text-decoration: none !important;
}

.main_content-welcome {
  background: url(/welcome/img/202312/bg_typo.png) no-repeat;
  background-position: -100px 500px;
  background-size: 120%;
  position: relative;
  color: #333333;
  z-index: 10;
}
.main_content-welcome * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .main_content-welcome {
    background: url(/welcome/img/202312/bg_typo-sp.png) no-repeat;
    background-position: 0 600px;
    background-size: 100%;
  }
}
.main_content-welcome .hover {
  -webkit-transition: all 0.5s cubic-bezier(0.44, 0.07, 0.23, 1.11);
  transition: all 0.5s cubic-bezier(0.44, 0.07, 0.23, 1.11);
}
.main_content-welcome .hover:hover {
  opacity: 0.8;
}
.main_content-welcome .main_content__inner {
  margin: auto;
  width: 1200px;
}
@media screen and (max-width: 1024px) {
  .main_content-welcome .main_content__inner {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .main_content-welcome .main_content__inner {
    width: 100%;
  }
}
.main_content-welcome .main_visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  margin-bottom: 100px;
  position: relative;
  margin-top: 225px;
}
@media screen and (max-width: 599px) {
  .main_content-welcome .main_visual {
    display: block;
    margin-top: 100px;
    height: 400px;
    margin-bottom: 0;
  }
}
.main_content-welcome .autumn-main-img {
  margin: auto;
  max-width: 1500px;
}
.main_content-welcome .autumn-main-img img {
  max-width: 1500px;
  width: 100%;
}
.main_content-welcome .autumn-campaign {
  position: relative;
  width: 466px;
  z-index: 20;
  margin-top: -150px;
  padding-bottom: 150px;
}
.main_content-welcome .autumn-campaign img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 599px) {
  .main_content-welcome .autumn-campaign img {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .main_content-welcome .autumn-campaign {
    width: 100%;
    margin-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
    padding-bottom: 0;
  }
}
.main_content-welcome .autumn-campaign-text {
  position: relative;
}
.main_content-welcome .autumn-campaign-text p {
  width: 450px;
  position: absolute;
  right: 0;
  bottom: -100px;
}
@media screen and (max-width: 599px) {
  .main_content-welcome .autumn-campaign-text p {
    position: relative;
    width: 100%;
    bottom: auto;
    padding-top: 10px;
    padding-right: 20px;
  }
}
.main_content-welcome .main_visual__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 2rem;
}
@media screen and (max-width: 599px) {
  .main_content-welcome .main_visual__text {
    z-index: 100;
    position: absolute;
    top: 70px;
  }
  .main_content-welcome .main_visual__text img {
    width: 100%;
  }
}
.main_content-welcome .main_visual__text .main_visual__text__inner {
  position: relative;
}
.main_content-welcome .main_visual__text .main-title {
  margin-bottom: 70px;
}
@media screen and (max-width: 599px) {
  .main_content-welcome .main_visual__text .main-title {
    width: 160px;
    margin-bottom: 30px;
  }
}
.main_content-welcome .main_visual__text .main-lead {
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  .main_content-welcome .main_visual__text .main-lead {
    margin-bottom: 10px;
    width: 200px;
  }
}
@media screen and (max-width: 599px) {
  .main_content-welcome .main_visual__text .main-copy {
    width: 240px;
  }
}
.main_content-welcome .text_section .text_section__h2_title {
  font-size: 2.1rem;
  font-weight: bold;
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}
.main_content-welcome .text_section .text_section__h2_title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px; /* adjust this value based on where you want the line */
  width: 89px; /* adjust this value to control the width of the line */
  margin: auto;
  border-bottom: 3px solid #fabe00;
}
.main_content-welcome .text_section .text_section__body {
  font-size: 1.7rem;
  line-height: 3rem;
}
@media screen and (max-width: 599px) {
  .main_content-welcome .text_section .text_section__body {
    font-size: 1.5rem;
  }
}
.main_content-welcome .studio-section {
  max-width: 1200px;
  margin: auto;
}
.main_content-welcome .studio-section .search-studio-title {
  font-weight: bold;
  font-size: 2.2rem;
  letter-spacing: 0.2rem;
}
.main_content-welcome .studio-section .search-studio-title span {
  font-size: 2.5rem;
  display: inline;
  color: #7abe84;
}
@media screen and (max-width: 599px) {
  .main_content-welcome .studio-section .search-studio-title {
    font-size: 1.8rem;
  }
  .main_content-welcome .studio-section .search-studio-title span {
    font-size: 2rem;
  }
}
.main_content-welcome .studio-section .studiolist {
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 800px;
  margin: 50px auto 0;
}
@media screen and (max-width: 599px) {
  .main_content-welcome .studio-section .studiolist {
    gap: 40px 10px;
  }
}
.main_content-welcome .studio-section .studiolist .studiolist__item {
  width: 30%;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .main_content-welcome .studio-section .studiolist .studiolist__item {
    width: calc(50% - 10px);
    padding-left: 10px;
  }
}
.main_content-welcome .studio-section .studiolist .studiolist__item a {
  display: block;
  text-decoration: none !important;
}
.main_content-welcome .studio-section .studiolist .studiolist__item-access {
  font-size: 1.8rem;
  border-bottom: 2px solid #efb81a;
  margin-bottom: 10px;
}
.main_content-welcome .studio-section .studiolist .studiolist__item-access span {
  font-size: 1.1rem;
}
@media screen and (max-width: 599px) {
  .main_content-welcome .studio-section .studiolist .studiolist__item-access {
    line-height: 1.6rem;
    font-size: 1.5rem;
    height: 4rem;
  }
  .main_content-welcome .studio-section .studiolist .studiolist__item-access span {
    font-size: 1rem;
  }
}
.main_content-welcome .studio-section .studiolist .studiolist__item-name {
  position: relative;
  font-size: 2.1rem;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .main_content-welcome .studio-section .studiolist .studiolist__item-name {
    font-size: 1.6rem;
  }
}
.main_content-welcome .studio-section .studiolist .studiolist__item-name img {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 8px;
  right: 10px;
}
@media screen and (max-width: 599px) {
  .main_content-welcome .studio-section .studiolist .studiolist__item-name img {
    top: 5px;
    right: 2px;
  }
}
.main_content-welcome .studio-list {
  display: none;
}
.main_content-welcome .studio-list h2 a:link {
  text-decoration: none !important;
}
.main_content-welcome .about_section {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .main_content-welcome .about_section {
    padding-top: 100px;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.main_content-welcome .about_section .text_section {
  width: 780px;
  margin-left: calc(100% - 800px);
}
@media screen and (max-width: 1024px) {
  .main_content-welcome .about_section .text_section {
    width: 100%;
    margin-left: 0;
  }
}
.main_content-welcome .point_section {
  margin-top: 100px;
  margin-bottom: 100px;
  background-color: #f6f5f5;
}
@media screen and (max-width: 599px) {
  .main_content-welcome .point_section {
    padding: 50px 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.main_content-welcome .point_section .point_section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 140px;
}
@media screen and (max-width: 599px) {
  .main_content-welcome .point_section .point_section__inner {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .main_content-welcome .point_section .point_section__left {
    margin-bottom: 40px;
  }
}
.main_content-welcome .point_section .point_section__right {
  width: 464px;
  height: 657px;
}
@media screen and (max-width: 599px) {
  .main_content-welcome .point_section .point_section__right {
    width: 300px;
    height: auto;
    margin: auto;
  }
}
.main_content-welcome .point_section .point_section__right img {
  display: block;
  width: 100%;
  height: 100%;
}
.main_content-welcome .program_section .program__list {
  padding-bottom: 150px;
}
@media screen and (max-width: 599px) {
  .main_content-welcome .program_section .program__list {
    padding-bottom: 0;
  }
}
.main_content-welcome .program_section .program__item {
  position: relative;
}
.main_content-welcome .program_section .program-yoga {
  margin-left: 45%;
}
.main_content-welcome .program_section .program-yoga .program__item__text {
  position: absolute;
  left: 250px;
  top: 180px;
}
@media screen and (max-width: 599px) {
  .main_content-welcome .program_section .program-yoga {
    margin-left: 0;
  }
  .main_content-welcome .program_section .program-yoga .program__item__text {
    padding-left: 2rem;
    padding-right: 2rem;
    position: relative;
    left: 0;
    top: 0;
  }
}
.main_content-welcome .program_section .program-pilates {
  margin-top: -40px;
  margin-left: 13%;
  width: 450px;
}
.main_content-welcome .program_section .program-pilates .program__item__text {
  position: absolute;
  left: -90px;
  top: 220px;
  width: 400px;
}
@media screen and (max-width: 599px) {
  .main_content-welcome .program_section .program-pilates {
    margin-top: 0;
    margin-left: 0;
    width: 100%;
  }
  .main_content-welcome .program_section .program-pilates .program__item__text {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
    position: relative;
    left: 0;
    top: 0;
  }
}
.main_content-welcome .program_section .program-pelvis {
  margin-top: -20px;
  margin-left: 42%;
}
.main_content-welcome .program_section .program-pelvis .program__item__text {
  position: absolute;
  right: 0px;
  top: 200px;
  width: 400px;
}
@media screen and (max-width: 599px) {
  .main_content-welcome .program_section .program-pelvis {
    margin-top: 0;
    margin-left: 0;
  }
  .main_content-welcome .program_section .program-pelvis .program__item__text {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
    position: relative;
    left: 0;
    top: 0;
  }
}
.main_content-welcome .program_section .program__item__img {
  width: 406px;
  height: 266px;
}
@media screen and (max-width: 599px) {
  .main_content-welcome .program_section .program__item__img {
    width: 100%;
    height: auto;
  }
}
.main_content-welcome .program_section .program__item__img img {
  display: block;
  width: 100%;
  height: 100%;
}
.main_content-welcome .program_section .class__item__title,
.main_content-welcome .program_section .program__item__title {
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  line-height: 3rem;
  border-bottom: 1px solid #333333;
  margin-bottom: 25px;
}
@media screen and (max-width: 599px) {
  .main_content-welcome .program_section .class__item__title,
  .main_content-welcome .program_section .program__item__title {
    margin-top: 50px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .main_content-welcome .program_section .class__item__title {
    margin-top: 35px;
    margin-bottom: 25px;
  }
}
.main_content-welcome .program_section .class__item__body,
.main_content-welcome .program_section .program__item__body {
  font-size: 1.4rem;
  line-height: 2.5rem;
}
@media screen and (max-width: 599px) {
  .main_content-welcome .program_section .class__item__body,
  .main_content-welcome .program_section .program__item__body {
    margin-bottom: 40px;
  }
}
.main_content-welcome .class__list {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 599px) {
  .main_content-welcome .class__list {
    display: block;
  }
}
.main_content-welcome .class__list .class__list__item {
  width: 100%;
}
@media screen and (max-width: 599px) {
  .main_content-welcome .class__list .class__list__item .class__item__img {
    width: 100%;
    padding-left: 2rem;
  }
  .main_content-welcome .class__list .class__list__item:nth-child(2) .class__item__img {
    padding-left: 0;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 599px) {
  .main_content-welcome .class__list .class__item__text {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.main_content-welcome .class__list .class__item__img {
  margin-bottom: 35px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .main_content-welcome .class__list .class__item__img {
    width: 100%;
    margin-bottom: 0;
  }
}
.main_content-welcome .class__list .class__item__img img {
  display: block;
  width: 100%;
  height: 100%;
}
.main_content-welcome .class__list .img-personal2 {
  position: absolute;
  width: 120px;
  height: 120px;
  bottom: -60px;
  right: -10px;
}
@media screen and (max-width: 599px) {
  .main_content-welcome .class__list .img-personal2 {
    width: 90px;
    height: 90px;
    right: 20px;
  }
}
.main_content-welcome .class__list .img-personal2 img {
  width: 100%;
  height: 100%;
}
.main_content-welcome .instructor_section {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 599px) {
  .main_content-welcome .instructor_section {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.main_content-welcome .instructor_section .instructor_section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 150px;
}
@media screen and (max-width: 599px) {
  .main_content-welcome .instructor_section .instructor_section__inner {
    display: block;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.main_content-welcome .instructor_section .text_section__body {
  font-size: 1.4rem;
}
@media screen and (max-width: 599px) {
  .main_content-welcome .instructor_section .instructor_section__left {
    margin-bottom: 40px;
  }
}
.main_content-welcome .instructor_section .instructor_section__right {
  width: 560px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 375px) {
  .main_content-welcome .instructor_section .instructor_section__right {
    gap: 15px;
  }
}
@media screen and (max-width: 599px) {
  .main_content-welcome .instructor_section .instructor_section__right {
    width: 100%;
  }
}
.main_content-welcome .instructor_section .instructor_section__right .instructor_list__item {
  text-align: center;
}
.main_content-welcome .instructor_section .instructor_section__right .instructor_list__item .instructor_list__item__img {
  width: 160px;
  height: 160px;
}
.main_content-welcome .instructor_section .instructor_section__right .raw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 35px;
}
.main_content-welcome .instructor_section .instructor_section__right img {
  display: block;
  width: 100%;
  height: 100%;
}

.inner {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 0 100px;
}
@media screen and (max-width: 599px) {
  .inner {
    max-width: 90%;
  }
}

section {
  text-align: center;
  font-size: 1.3rem;
}

section h2.sub_content_title {
  margin-bottom: 20px;
  padding-bottom: 30px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.sub_content_title.sub_content_title-alt:after {
  border-bottom: 2px solid #fc3 !important;
}

section h2.sub_content_title:after {
  content: "";
  display: block;
  width: 37px;
  position: absolute;
  bottom: -2px;
  left: 50%;
  border-bottom: 2px solid #fc3;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

section h2 span:after {
  content: "\a";
  white-space: pre;
}

.s-text {
  font-size: 80%;
}

.yellow {
  color: #fc3;
}

.blue {
  color: #3983ee;
}

.back-yellow {
  background: #fc3;
}

.back-blue {
  background: #3983ee;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}

.flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 0;
}

.flex-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.flex-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/*スタジオ・オンライン特長*/
.studio-online {
  position: relative;
  margin-top: 60px;
  height: 900px;
}

.studio-online .studio-online-merit {
  position: absolute;
  z-index: 2;
  top: -23px;
  left: 0;
  right: 0;
  background: #ffcc32;
  color: #fff;
  width: 45%;
  padding: 5px;
  font-size: 2rem;
  margin: 0 auto !important;
}

.studio-online__img img {
  width: 100%;
}

.studio-online .flex__studio-online {
  position: absolute;
  top: 280px;
  width: 100%;
}

.studio-online .flex__studio-online .flex__item {
  width: 47%;
  margin: 0 auto;
}

.studio-online .flex__studio-online .flex__item .text {
  background: #fff;
  padding: 50px 0;
  -webkit-box-shadow: 0px 0px 2px 2px rgba(191, 190, 188, 0.15);
          box-shadow: 0px 0px 2px 2px rgba(191, 190, 188, 0.15);
}

.studio-online .flex__studio-online .flex__item .text .text__inner .text__inner-header .futura {
  font-weight: 400;
  font-size: 2.5rem;
  letter-spacing: 2px;
  margin: 0 0 -15px 0 !important;
}

.studio-online .flex__studio-online .flex__item .text .text__inner .point {
  margin-top: 20px;
  position: relative;
}

.studio-online .flex__studio-online .flex__item .text .text__inner .text__inner-header {
  position: relative;
}

.studio-online .flex__studio-online .flex__item .text .text__inner .text__inner-header:after {
  content: "";
  display: block;
  width: 70px;
  position: absolute;
  bottom: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.studio-online .flex__studio-online .flex__item .text .text__inner .point-yellow:after {
  border-bottom: 1px solid #fc3;
}

.studio-online .flex__studio-online .flex__item .text .text__inner .point-blue:after {
  border-bottom: 1px solid #3983ee;
}

.studio-online .flex__studio-online .flex__item .text .text__inner .point .point__no-img {
  width: 20%;
  margin: 30px auto 0px;
}

.studio-online .flex__studio-online .flex__item .text .text__inner .point .point__no-img img {
  width: 100%;
}

.studio-online .flex__studio-online .flex__item .text .text__inner .point .point__text {
  line-height: 2.8rem;
  margin-top: 0px !important;
}

.studio-online .flex__studio-online .flex__item .text .text__inner span {
  font-weight: bold;
}

/**about**/
#about {
  padding: 60px 0;
}
#about img {
  width: 100%;
}
#about .small {
  margin-top: 80px;
}
#about .text {
  font-size: 125%;
  line-height: 2.2;
  letter-spacing: 0.1em;
}
#about p:first-of-type {
  margin-top: 20px;
}
#about .read_campaign {
  border-top: dotted 2px #e87262;
  border-bottom: dotted 2px #e87262;
  width: 350px;
  padding: 7px 0;
  text-align: center;
  font-weight: bold;
  color: #d8503e;
  font-size: 135%;
  letter-spacing: 0.15em;
  margin: 60px auto 20px auto;
}
#about .read_campaign a {
  color: #d8503e;
  text-decoration: none !important;
}

@media screen and (max-width: 599px) {
  /**about**/
  #about {
    padding: 0;
  }
  .logo_about {
    margin-top: 30px;
    width: 80px;
  }
  #about .text {
    font-size: 95%;
    line-height: 2.2em;
    padding: 20px 0;
  }
  #about p:first-of-type {
    margin-top: 20px;
  }
  #about .text span {
    letter-spacing: 0;
  }
  #about .read_campaign {
    margin-top: 40px;
    padding: 3px 0;
  }
  /**studio_online**/
  #studio_box,
  #online_box {
    padding: 30px 10px 40px;
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
  }
  #studio_box {
    margin-bottom: 20px;
  }
  #studio_online_wrap {
    margin-top: 30px;
    margin-bottom: 30px;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #studio_online_wrap .img_area {
    width: 100%;
  }
  #studio_online_wrap h1 {
    margin-bottom: 10px;
    text-align: center;
    padding-left: 0;
  }
  #studio_box .img_area img {
    width: 30%;
  }
  #online_box .img_area img {
    width: 40%;
  }
  #studio_online_wrap .img_area {
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #studio_online_wrap .txt_area {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #studio_online_wrap ul li {
    text-align: left;
    font-size: 100%;
  }
  #studio_online_wrap .link_air {
    padding-top: 15px;
    text-align: center;
    padding-left: 0;
  }
  #studio_online_wrap .link_air a {
    font-size: 1.3em;
    font-weight: bold;
  }
  /**trial2**/
  #trial2 .trial_box .first_time {
    background-size: 20px;
    background-position: 10px 23px;
    height: 70px;
    line-height: 70px;
    padding: 0 0 0 42px;
    font-size: 3rem;
    margin-bottom: 10px;
  }
  #trial2 .trial_box .flex {
    display: block;
    padding-top: 25px;
  }
  #trial2 .trial_box .first_time {
    font-size: 25px;
    margin-bottom: 0;
  }
  #trial2 .trial_box .price1000 {
    font-size: 60px;
    margin-right: -10px;
  }
}
/**studio_online**/
#studio_online .inner {
  max-width: 1500px;
}

#studio_box,
#online_box {
  padding: 30px 20px 40px;
  width: 46%;
  margin: 0 1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#studio_box {
  background-color: #fff7e4;
}

#online_box {
  background-color: #e3eefa;
}

a.btn_plan,
a:visited.btn_plan,
a:link.btn_plan {
  background-color: #7abe84;
  color: #fff !important;
  border: none;
  width: 350px;
  letter-spacing: 0.05em !important;
}

/**studio**/
.studio__list {
  width: 48%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0;
}

.studio__list::after {
  display: block;
  content: "";
  width: calc((100% - 25px) / 3);
}

.list__name {
  width: calc((100% - 25px) / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background: #f6f6f5;
  padding: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
  font-size: 1.4rem;
}

#studio .btn-search_studio {
  background-color: #fabe00;
  color: #fff;
  font-weight: bold;
  font-size: 120%;
  border: none;
}

#studio .figure {
  padding: 30px;
}

#studio p {
  padding-bottom: 15px;
  font-size: 130%;
  letter-spacing: 0.2em;
}

.btn-search_studio span {
  color: #000;
}

/*map*/
#map {
  padding: 0 !important;
}

#map .sub_content_title {
  padding: 80px 0px 20px 0;
  margin-bottom: 35px;
}

#map .bt_type3 {
  background: #fbbe01;
  display: block;
  width: 350px;
}

#map .inner .flex .studio__list .list__name a {
  text-decoration: none !important;
}

.main_content-welcome .common_section {
  background-image: none;
}

/**flow_theday**/
#flow_theday {
  background: none;
}

#flow_theday .inner {
  padding-bottom: 60px;
}

.contents-block-dayflow-prepare {
  border: #5c5c5c 1px solid;
  border-radius: 3px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 40px;
  font-weight: bold;
  color: #242424;
  font-size: 110%;
  letter-spacing: 0.15em;
}

.contents-block-dayflow-prepare-title {
  width: 300px;
  padding: 10px;
  margin-right: 20px;
  background-color: #eeeeee;
  text-align: center;
}

.contents-block-dayflow-prepare-list {
  padding: 10px;
  width: 100%;
}

.list_dayflow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.list_dayflow_li {
  width: calc((100% - 150px) / 3);
  text-align: left;
  position: relative;
  background-image: url(/assets/images/welcome/arrow_flow.svg);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: right 15px top 45%;
  margin-bottom: 30px;
  overflow: hidden;
}

.list_dayflow_li:last-child {
  background-image: none;
}

.list_dayflow_li:last-child .img_flow_theday {
  margin-right: 20px;
}

.list_dayflow_li h3,
.list_dayflow_li .list_dayflow_text h3 {
  font-weight: bold;
  color: #242424;
  font-size: 18px;
  margin-bottom: 20px;
}

.list_dayflow_li .list_dayflow_text h3 {
  margin-bottom: 15px;
}

.list_dayflow_li .list_dayflow_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.img_flow_theday {
  width: 270px;
}

.img_flow_theday img {
  width: 100%;
}

.list_dayflow_li_inner {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.list_dayflow_li .list_dayflow_li_inner p {
  padding-left: 0;
  width: auto;
  margin-right: 10px;
}

.text_shopping {
  width: 45%;
  padding-top: 30px;
}

.bring {
  background-image: none;
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
  background-color: #f6f3ee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
}
.bring.--top {
  margin-top: 100px;
}
@media screen and (max-width: 599px) {
  .bring.--top {
    margin-top: 0;
  }
}

.bring .list_dayflow_li_inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 0;
}

.bring .list_dayflow_li_inner .list_dayflow_li_inner__title {
  width: 300px;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
}

.bring .list_dayflow_li_inner .img_flow_theday {
  text-align: center;
  font-weight: bold;
}

.bring .text_shopping {
  width: 100%;
  background: #fff;
  padding: 20px 30px;
  font-size: 1.4rem;
}

.bring .text_shopping__inner {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.bring .text_shopping__inner ul {
  font-weight: normal;
}
.bring .text_shopping__inner ul span {
  color: #546d7a;
}

.bring-notice {
  max-width: 500px;
  margin: 20px auto;
}
@media screen and (max-width: 599px) {
  .bring-notice {
    max-width: 90%;
  }
}

@media screen and (max-width: 599px) {
  .contents-block-dayflow-prepare-title {
    width: 100%;
    padding: 10px;
    margin-right: 0;
    text-align: center;
  }
  .contents-block .list_dayflow-item {
    padding: 30px 20px;
  }
  .list_dayflow {
    padding: 0;
  }
  .list_dayflow_li {
    width: 90%;
    margin: 0 auto;
    background-image: url(/assets/images/welcome/arrow_flow_sp.svg);
    background-position: left 50% top 20px;
    background-size: 20px;
    /*padding-right: 0;*/
    padding-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    position: relative;
  }
  .list_dayflow_li:first-child {
    background-image: none;
    padding-top: 0;
  }
  .list_dayflow_li .list_dayflow_text h3 {
    width: 100%;
    padding: 0 0 0 10px;
    margin: -5px 0 5px 0;
  }
  .list_dayflow_li:last-child h3 {
    top: 15px;
    left: 6%;
  }
  .img_flow_theday {
    width: 50%;
  }
  .img_flow_theday img {
    width: 100%;
  }
  .list_dayflow_li .list_dayflow_text p {
    width: 100%;
    padding: 0 0 0 10px;
    line-height: 1.8rem;
  }
  .list_dayflow_li:last-child {
    padding-bottom: 15px;
  }
  .list_dayflow_li_inner {
    width: 90%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 45px;
  }
  .text_shopping {
    width: 55%;
    padding-left: 3%;
    padding-top: 0;
  }
  .text_shopping p {
    margin-right: 0;
    font-size: 1.6rem;
    width: 100%;
  }
  .list_dayflow_li:last-child .img_flow_theday {
    margin-right: 0;
  }
  .contents-block-dayflow-right {
    width: 100%;
    height: auto;
    float: none;
    text-align: center;
    margin-top: 20px;
  }
  .contents-block-dayflow-right img {
    width: 50%;
  }
  .contents-block-dayflow-left {
    margin-right: 0;
    width: 100%;
    padding-right: 0;
    float: none;
  }
  .contents-block-dayflow-title {
    margin-bottom: -10px;
    text-indent: -1.5em;
    padding-left: 1.5em;
  }
  .list_dayflow_li .list_dayflow_li_inner p {
    font-size: 1.6rem;
    font-weight: normal;
  }
  .list_dayflow_li:last-child {
    background-image: url(/assets/images/welcome/arrow_flow_sp.svg);
  }
  .list_dayflow_li:last-child h3 {
    margin-bottom: 15px;
  }
  .list_dayflow_li .list_dayflow_text h3 {
    font-weight: bold;
    color: #242424;
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  .img_flow_theday img {
    width: 100%;
  }
  .bring {
    padding: 10px;
    width: 90%;
    background-image: none !important;
  }
  .bring .list_dayflow_li_inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 0;
    width: 100%;
  }
  .bring .list_dayflow_li_inner .list_dayflow_li_inner__title {
    width: 30%;
    line-height: 2.5rem;
    font-size: 1.6rem;
  }
  .bring .text_shopping {
    width: 80%;
    padding: 15px 10px;
    font-size: 1.2rem;
    margin-top: 0;
  }
  .bring .text_shopping .flex {
    margin: 0 0 10px 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    font-size: 1.5rem;
  }
}
.banner__box {
  margin-bottom: 30px;
}

.banner__box a {
  width: calc((100% - 10px) / 2);
}

.banner__box .banner__box__item {
  /* width: calc((100% - 70px)/2); */
  max-width: 800px;
  margin: auto;
}

.banner__box img {
  width: 100%;
}

/*キャンペーンバナー*/
#campaign {
  background: none !important;
  margin-top: 0 !important;
  padding-bottom: 50px !important;
}
@media screen and (max-width: 599px) {
  #campaign {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

#campaign .inner {
  padding: 0;
}

#campaign .flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.campaign__box {
  /* width: calc((100% - 10px)/2); */
  /* background: #f3efe9; */
  /* flex-wrap: nowrap; */
  /* align-items: center; */
  /* padding: 30px; */
  max-width: 70%;
  margin: 80px auto 0;
}
@media screen and (max-width: 599px) {
  .campaign__box {
    max-width: 100%;
    margin-top: 0;
  }
}

.campaign__box::after {
  display: none;
}

.campaign__box img {
  width: 100%;
}

.campaign__box p {
  color: #242424;
  margin-bottom: 15px;
  font-weight: bold;
  text-align: center;
  position: relative;
  line-height: 2.5rem;
  letter-spacing: 0;
}

.campaign__box p:after {
  content: "";
  display: block;
  width: 50px;
  position: absolute;
  bottom: -20px;
  border-bottom: 2px solid #fbc400;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.campaign__box a {
  width: 100%;
}

/**faq**/
#faq {
  padding-bottom: 0;
}

#faq #acMenu {
  border-radius: 10px 10px 0 0;
  padding: 0 80px 0 80px;
  margin: 0 auto 20px;
  text-align: left;
  letter-spacing: 0.08em;
}

.main_content-welcome #faq dt {
  font-size: 130%;
  padding: 20px 20px 10px 30px;
  border-radius: 5px 5px 0 0;
  color: #242424;
  font-weight: bold;
  position: relative;
}

#faq dt::before {
  content: "Q";
  position: absolute;
  top: 20px;
  left: 0;
}

.main_content-welcome #faq dd {
  padding: 10px 10px 20px 30px;
  font-size: 115%;
  font-weight: normal;
  margin-bottom: 20px;
  line-height: 1.8;
  position: relative;
}

#faq .inner dl dt,
#faq .inner dl dd {
  display: block;
}

#faq dd::before {
  content: "A";
  color: #fabe00;
  font-size: 130%;
  position: absolute;
  top: 5px;
  left: 0;
}

#faq dd .icon_img {
  width: 12px;
  margin-right: 3px;
  margin-left: 3px;
}

@media screen and (max-width: 599px) {
  /**faq**/
  #faq {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .main_content-welcome #faq #acMenu {
    padding: 20px 0 0 0;
  }
  .main_content-welcome #faq #acMenu dt {
    padding: 0 20px 10px 50px !important;
    font-size: 120%;
  }
  .main_content-welcome #faq #acMenu dd {
    font-size: 100%;
    padding: 10px 20px 10px 50px !important;
    margin-bottom: 40px;
    line-height: 1.8;
  }
  .main_content-welcome #faq dt::before,
  #faq dd::before {
    left: 20px;
  }
  .main_content-welcome #faq dt::before {
    top: 0;
  }
  .main_content-welcome #faq dd::before {
    top: 5px;
    font-size: 150%;
  }
}
.featherlight-inner .classImg img {
  width: 400px !important;
}

.icon-text {
  width: 120px;
}

.main_content_inner-title {
  margin-bottom: 20px;
}

.featherlight-inner p {
  font-size: 100%;
}

/*wear*/
#wear .inner {
  padding: 20px 0 100px;
}

#wear .flex_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.recommend_image {
  display: block;
}

.txt_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

#wear p {
  border-top: dashed 1px #000;
  border-bottom: dashed 1px #000;
  padding: 20px;
  text-align: center;
  font-size: 130%;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  width: 80%;
}

.reason_li {
  margin-bottom: 30px;
}

.reason_li li {
  background-image: url(/assets/images/welcome/icon_check.svg);
  background-repeat: no-repeat;
  background-position: 0 7px;
  background-size: 15px;
  text-align: left;
  padding-left: 20px;
  color: #242424;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 120%;
  letter-spacing: 0.1em;
}

/*notes*/
.notes {
  text-align: left;
  font-size: 90%;
  margin-top: 30px;
  background: #fafafa;
  padding: 30px 40px;
}

.notes ul {
  margin-bottom: 10px;
}

.notes h4 {
  font-weight: bold;
  font-size: 110%;
  margin-bottom: 20px;
  color: #666;
  height: 40px;
  line-height: 40px;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

.notes h4:before {
  content: "";
  display: block;
  width: 30px;
  border-bottom: 1px solid #d2d2d2;
  position: absolute;
  bottom: 0;
  margin-bottom: -2px;
}

.notes li.title {
  font-weight: bold;
  font-size: 100%;
  margin-top: 10px;
}

.notes li {
  padding-left: 1em;
  text-indent: -1.5em;
}

.end {
  margin-bottom: 100px;
}

.conversion {
  margin-top: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 599px) {
  .conversion {
    margin-bottom: 0;
  }
}
.conversion.-bottom {
  margin-bottom: 130px;
}
@media screen and (max-width: 599px) {
  .conversion.-bottom {
    margin-bottom: 100px;
  }
}
.conversion .attention {
  text-align: left;
  width: 400px;
  margin: 0 auto;
  font-size: 1.4rem;
}
@media screen and (max-width: 599px) {
  .conversion .attention {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.conversion a {
  /*font-size: 110%!important;*/
  /*letter-spacing: 0.1em;*/
  font-weight: normal !important;
}

.banners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin-bottom: 110px;
}
@media screen and (max-width: 599px) {
  .banners {
    display: block;
    text-align: center;
    margin-top: 60px;
  }
}

.pc-tab {
  display: inline;
}

.pc {
  display: inline-block;
}

.sp,
.tab {
  display: none;
}

.sp-tab {
  display: none;
}

.under {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffeb5d));
  background: linear-gradient(transparent 70%, #ffeb5d 70%);
}

/**trial2**/
#trial2 .trial_box {
  border: solid 10px #efe9e0;
  font-weight: bold;
  color: #2f2f2f;
  letter-spacing: 0.2em;
}

#trial2 .trial_box .period {
  border-top: solid 10px #efe9e0;
  border-bottom: solid 10px #efe9e0;
  padding: 10px 0;
  font-size: 1.2em;
  letter-spacing: 0.1em;
}

.period .futura {
  font-size: 1.4em;
  font-weight: 400;
}

#trial2 .trial_box .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.3em;
  padding-top: 35px;
  padding-bottom: 20px;
}

#trial2 .trial_box .first_time {
  font-size: 33px;
  font-weight: normal;
  margin-bottom: -20px;
  margin-right: 10px;
}

#trial2 .trial_box .price1000 {
  font-size: 80px;
  color: #f1684a;
  font-weight: 400;
}

.tax_yen {
  color: #f1684a;
  line-height: 2.3em;
  padding-bottom: 0;
}

.tax_yen .yen {
  font-size: 35px;
}

.price5000 {
  font-size: 66px;
  color: #f1684a;
  font-weight: 400;
  line-height: 1.3em;
}

.read5000.-bt {
  border-top: 1px solid #cccccc;
  padding-top: 30px;
  margin-left: 20%;
  margin-right: 20%;
  margin-top: 30px;
}

.price0 {
  font-size: 76px;
  color: #f1684a;
  font-weight: 400;
  line-height: 1em;
}

.price5000.-jp {
  font-size: 56px;
  font-weight: bold;
}

.price5000 .yen,
.price0 .yen {
  font-size: 30px;
  font-weight: bold;
}

.fukidashi {
  background: #efe9e0;
  padding: 10px;
  text-align: center;
  margin: 0 auto;
  width: 63%;
  position: relative;
  margin-bottom: 30px;
  font-size: 1.2em;
}

.fukidashi:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 48%;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 10px solid #efe9e0;
}

.read5000 {
  font-size: 1.3em;
  letter-spacing: 0.05em;
}

.read5000 .red {
  color: #f1684a;
  font-size: 1.2em;
}

.read5000 .off {
  font-size: 1em;
}

#trial2 .trial_box .btn_taiken {
  margin: 40px auto;
}

.main_content-welcome .btn_util.btn_util-square,
.main_content-welcome a.btn_util.btn_util-square {
  width: 350px;
  height: 60px;
  line-height: 60px;
  padding: 0;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 599px) {
  .main_content-welcome .btn_util.btn_util-square,
  .main_content-welcome a.btn_util.btn_util-square {
    width: 90%;
  }
}
.note {
  width: 100%;
  text-align: left;
  padding-top: 20px;
}

/*===================================================

media screen and (max-width: 599px)

===================================================*/
@media screen and (max-width: 599px) {
  .main_content-welcome .mainvisual-welcome {
    background: none !important;
    height: 70vh !important;
  }
  .main_content-welcome .mainvisual-welcome.-summer2023 {
    height: auto !important;
  }
  .main_content-welcome .mainvisual-welcome img {
    /* aspect-ratio: 4/5; */
  }
  .main_content-welcome .mainvisual-welcome-h1 {
    position: absolute !important;
    inset: 0;
    padding-left: 0;
  }
  .mainvisual-welcome-h1 .vs-oconavirus {
    display: block;
    width: 50%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .main_content-welcome .mainvisual-welcome {
    height: auto;
    background: none;
  }
  #corona-infection-countermeasures {
    background-size: 15px;
    background-position: 10px 5px;
    bottom: 15px;
    width: 210px;
    padding: 2px 0 2px 15px;
    font-size: 1.2rem;
  }
  .flex {
    margin-top: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  /*スタジオ・オンライン特長*/
  .studio-online {
    position: relative;
    height: 1360px;
  }
  .studio-online .studio-online-merit {
    width: 95%;
    font-size: 1.4rem;
  }
  .studio-online__img img {
    width: 100%;
  }
  .studio-online .flex__studio-online {
    display: block;
    top: 130vw;
    margin-top: 20px !important;
  }
  .studio-online .flex__studio-online .flex__item {
    width: 95%;
  }
  .studio-online .flex__studio-online .flex__item .text {
    margin-top: 0 !important;
  }
  .studio-online .flex__studio-online .flex__item .text .text__inner {
    font-size: 1.6rem;
  }
  .studio-online .flex__studio-online .flex__item .text .text__inner .text__inner-header .futura {
    margin: 0 !important;
  }
  .studio-online .flex__studio-online .flex__item .text .text__inner .point {
    margin-top: 20px;
    position: relative;
  }
  .studio-online .flex__studio-online .flex__item .text .text__inner .text__inner-header:after {
    width: 60px;
    position: absolute;
    bottom: -5px;
    left: 50%;
  }
  .studio-online .flex__studio-online .flex__item .text .text__inner .point .point__no-img {
    width: 25%;
  }
  .studio-online .flex__studio-online .flex__item .text .text__inner .point .point__text {
    line-height: 2.5rem;
  }
  .flex::after {
    display: none;
  }
  .flex__text {
    width: 100%;
    margin-bottom: 20px;
  }
  .flex-reverse .flex__text {
    width: 100%;
  }
  #appeal {
    padding-bottom: 30px;
  }
  #appeal .flex {
    margin-top: 20px;
  }
  #appeal .flex-reverse-sp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin: 60px 0;
  }
  #appeal .flex-reverse-sp .appeal__no-img {
    display: inline-block;
  }
  #appeal .appeal_img {
    width: 100%;
  }
  #appeal img {
    width: 100%;
  }
  #appeal .appeal__no-img {
    width: 15%;
  }
  #appeal .appeal__no1-img {
    width: 13%;
  }
  #appeal .flex-reverse-sp .flex__text {
    text-align: right;
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.welcome_20th_logo {
  width: 200px;
  position: absolute;
  top: 0;
  left: 5%;
}
@media screen and (max-width: 1024px) {
  .welcome_20th_logo {
    width: 150px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -75px;
  }
}

.welcome_lead {
  width: 640px;
  margin: auto;
}

.welcome_lead img {
  width: 100%;
}

.welcome_lead_text {
  width: 570px;
  position: relative;
  margin: auto;
}

.welcome_lead_text .ico-begginer-d {
  position: absolute;
  width: 40px;
  bottom: 38px;
  left: 90px;
}

@media screen and (max-width: 599px) {
  .welcome_lead {
    width: 80%;
  }
  .welcome_lead_text {
    width: 100%;
  }
  .welcome_lead_text .ico-begginer-d {
    width: 25px;
    bottom: 18px;
    left: 38px;
  }
}
.plan2980 {
  max-width: 800px;
  margin: 100px auto;
}
.plan2980 .text-plan2980 {
  width: 90%;
  margin: 60px auto;
}
.plan2980 img {
  width: 100%;
}
.plan2980 .btn-taiken-yoyaku:first-of-type {
  margin-bottom: 60px;
}
@media screen and (min-width: 599px) {
  .plan2980 .btn-taiken-yoyaku:first-of-type {
    display: none;
  }
}

.btn-taiken-yoyaku {
  text-align: center;
  color: #00ada9;
  max-width: 500px;
  margin: auto;
  font-weight: bold;
}
.btn-taiken-yoyaku .memo {
  font-weight: normal;
  color: #010101;
  font-size: 1.3rem;
  line-height: 1.8rem;
}
.btn-taiken-yoyaku a {
  color: #00ada9 !important;
}
.btn-taiken-yoyaku img {
  width: 100%;
}
@media screen and (max-width: 599px) {
  .btn-taiken-yoyaku {
    max-width: 90%;
  }
}

.reason_list {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.reason_list .reason_list_item {
  max-width: 445px;
}
.reason_list .reason_list_item-title {
  font-size: 2rem;
  font-weight: bold;
}
.reason_list .reason_list_item-title span {
  font-size: 3rem;
}

.modaal-cts {
  display: none;
}

.modaal-container {
  max-width: 900px;
  position: relative;
}

.modaal-close:before,
.modaal-close:after {
  background: #000;
  border-radius: 0;
  width: 2px;
  height: 32px;
}

.modaal-close {
  position: absolute;
  right: 20px;
  top: 20px;
}

/*  店舗検索リスト   */
.studio-li {
  width: 100%;
  padding: 25px 0;
}

.studio-li h2 {
  font-size: 2.8rem;
  margin-bottom: 10px;
}

.studio-li .photo-studio {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}

.studio-li p {
  line-height: 1.5em;
  font-size: 0.9em;
}

.studio-li p a {
  color: #3636bc;
}

.studio-li .icon-window {
  width: 10px;
  height: auto;
  margin-left: 2px;
  margin-right: 2px;
}

.studio-li a.btn-schedule {
  display: block;
  background: #6ab273;
  padding: 15px 20px;
  text-align: center;
  color: #fff;
  width: 100%;
  border-radius: 7px;
  text-decoration: none !important;
  font-weight: bold;
  line-height: 1em;
  margin-top: 10px;
}

.voice_list {
  margin: 45px 0 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.member_voice_list {
  width: 1070px;
  margin: 45px auto 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 600px) {
  .member_voice_list {
    width: 90%;
    display: block;
  }
}
.member_voice_list__item {
  width: calc(50% - 15px);
}
@media screen and (max-width: 600px) {
  .member_voice_list__item {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .member_voice_list__item img {
    width: 100%;
  }
}

@media screen and (min-width: 600px) {
  /*  店舗検索MAP   */
  .search-studio {
    padding: 120px 0;
    margin-top: 0;
  }
  .search-studio .ttl-point {
    margin-bottom: 70px;
  }
  .map img {
    width: 580px;
  }
  .map .circle {
    width: 40px;
    height: 40px;
  }
  .map a.circle::after {
    margin-left: -30%;
    margin-top: 3px;
  }
  .map .circle:first-child {
    top: 78px;
    right: 110px;
  }
  .map .circle:nth-child(2) {
    bottom: 153px;
    left: 331px;
  }
  .map .circle:nth-child(3) {
    bottom: 132px;
    left: 281px;
  }
  .map .circle:nth-child(4) {
    bottom: 132px;
    left: 201px;
  }
  .map .circle:nth-child(5) {
    bottom: 83px;
    left: 57px;
  }
  .map-description {
    font-size: 1.3em;
  }
  /*  店舗検索リスト   */
  .studio-li {
    width: 100%;
    padding: 40px 50px;
  }
  .studio-li a.btn-schedule {
    width: 100%;
  }
}
.btn-reserve {
  width: 144px;
}
.btn-reserve img {
  width: 100%;
}

.btn-reserve a.link_reserve {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.btn-reserve a.link_reserve .link_reserve-price {
  font-size: 3rem;
}
.btn-reserve a.link_reserve .link_reserve-text {
  font-size: 1rem;
}

.link_reserve {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.link_reserve.visible {
  opacity: 1;
}