@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400..900&display=swap');

/* メンズスタイルアップ */

#layout .common-header,
.adult_schoolList .tab {
    background-color: #fff;
}

.adult_schoolList {
    position: relative;
}

#layout #Content {
    position: relative;
    z-index: 1;
}

#Content {
    letter-spacing: 0;
    line-height: 1;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    width: 100%;
    max-width: 750px;
    background: #FFF;
}

#Content .fixed_btn{
  position: fixed;
  width: 250px;
  bottom: 30px;
  right: 30px;
  z-index: 10;
}

@media screen and (max-width: 600px){
  #Content .fixed_btn{
    width: 130px;
    bottom: 68px;
    right: 15px;
  }
}

/* content */
#Content h2{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 800;
  width: 80%;
  font-size: 52px;
  margin: 2rem auto;
  text-align: center;
  color: #333;
}

#Content h2 img{
  width: 100%;
  margin: 0 0 4% 0;
}

#Content h3{
	font-size: 37px;
	font-weight: bold;
	text-align: center;
	margin: 6% auto;
  padding: 3% 0;
  color: #FFF;
}

#Content h3 img{
	width: 70%;
}

a:hover{
	opacity: 0.7;
}

img{
	width: 100%;
	height: auto;
}

#Content p{
  font-size: 21px;
	line-height: 1.7em;
  margin: 0.5rem 0;
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}
#Content p.center{
  text-align: center;
}

.sp{
  display: none;
}

@media screen and (max-width: 600px){
  .sp{
    display: block !important;
  }
  #Content p{
    font-size: 17px;
  }
  #Content h2{
    font-size: 27px;
    width: 95%;
  }
  #Content h2 span{
    font-size: 15px;
    padding: 0 0 8px 0;
  }
  #Content h3{
    font-size: 17px;
  }
}

@media screen and (max-width: 320px){
  #Content p{
    font-size: 15px;
  }
  #Content h2{
    font-size: 23px;
  }
  #Content h2 span{
    font-size: 13px;
  }
  #Content h3{
    font-size: 15px;
  }
}

/*MV*/
#Content #mv{
  position: relative;
}

@media screen and (max-width: 768px) {
  #Content #mv{
    margin: 85px 0 0;
  }
}

#Content .content_inner{
  padding: 0 1.5rem;
}

/*content*/
#Content .about{
  background-color: #FFF;
  background-image: url(../images/about_bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  padding-top: 3rem;
  padding-bottom: 1rem;
}
#Content .about .nayami{
  width: 85%;
  margin: 0 auto 2rem auto;
}

#Content .styleup_bg01{
  position: relative;
}
#Content .styleup_bg01 h2{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  margin: 0 auto;
  width: 70%;
}
#Content .styleup_bg01 figure.bg_img{
  position: fixed;
  object-fit: cover;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: -1;
  display: block;
}
#Content .styleup_bg01 figure.bg_img img{
  width: 750px;
  height: 100vh;
  object-fit: cover;
}
#Content .styleup_bg01 figure.bg_img.none{
  display: none;
}

#Content .program_menu{
  background-color: #CFD8E4;
  padding-top: 3rem;
  padding-bottom: 0.1rem;
  text-align: center;
}
#Content .program_menu .support01{
  width: 80%;
  margin: 1.5rem auto;
}
#Content .program_menu .support02{
  width: 80%;
  margin: 3rem auto 1.5rem auto;
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

#Content .point{
  padding-top: 8rem;
  padding-bottom: 7rem;
  background-image: url(../images/3point_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
#Content .point h2{
  margin: 3rem auto 2rem auto;
  width: 45%;
}
#Content .point figure{
  width: 55%;
}
#Content .point p{
  margin: 1.5rem 0 3rem 0;
}

#Content .support_menu{
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  background-color: #CFD8E4;
}

#Content .support_menu .slide{
  margin-bottom: 8rem;
}

#Content .support_menu .swiper-button-next,#Content .support_menu .swiper-button-prev{
  content: '';
  position: absolute;
  top: auto;
  bottom: -3px;
  width: 20px;
  height: 20px;
  margin: auto !important;
}
#Content .support_menu .swiper-button-next::after,#Content .support_menu .swiper-button-prev::after{
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width:30px;
  height: 30px;
  bottom: 4px;
}
#Content .support_menu .swiper-button-next::after{
  background-image: url(../images/arrow_right.svg);
  left: -200px;
}
#Content .support_menu .swiper-button-prev::after{
  background-image: url(../images/arrow_left.svg);
  right: -200px;
}

#Content .price{
  background-image: url(../images/price_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10rem 1.5rem 18rem 20rem;
}

#Content .option{
  position: relative;
  padding-bottom: 3rem;
  background-color: #F9F9EF;
}
#Content .option::before {
    content: '';
    position: absolute;
    top: -130px;
    left: 0;
    right: 0;
    background-color: #F9F9EF;
    transform: skewY(-10deg);
    height: 200px;
}
#Content .option::after {
    content: '';
    position: absolute;
    bottom: -4%;
    left: 0;
    right: 0;
    background-color: #F9F9EF;
    transform: skewY(-10deg);
    height: 200px;
}
#Content .option h2{
  position: relative;
  z-index: 2;
}
#Content .option h2.coordinator{
  width: 50%;
}
#Content .option .swiper{
  margin: 2rem calc(50% - 375px);
  padding: 0;
  width: 750px;
}
#Content .option .option_box{
  width: 80%;
  margin: 1.5rem auto 4rem auto;
}
#Content .option .option_box h3{
  padding: 0;
  margin: 0 0 1rem 0;
}
#Content .option .option_box h3 img{
  width: auto;
  height: 30px;
}
#Content .option .flex{
  width: 90%;
  display: flex;
  align-items: flex-end;
  gap: 20px;
  margin: 0 auto 2rem auto;
}
#Content .option .flex figure{
  flex: 1;
}
#Content .option .flex div{
  width: 60%;
}
#Content .option .flex p{
  font-size: 20px;
}
#Content .option .flex .name{
  font-size: 25px;
  margin: 2rem 0 0.5rem;
}
#Content .option .option_price{
  position: relative;
  width: 80%;
  margin: 5rem auto 0rem auto;
  z-index: 2;
}

#Content .beforeafter{
  background: #FFF;
  padding: 11rem 4rem 3rem 4rem;
}
#Content .beforeafter h3{
  margin: 0 auto;
}
#Content .beforeafter h3 img{
  width: 100%;
}
#Content .beforeafter .before_box{
  margin-bottom: 3rem;
  padding: 2rem 0;
  border-bottom: 1px solid #D4C08B;
}
#Content .beforeafter .before_box.no-border{
  border: none;
}

#Content .flow{
  position: relative;
  background-color: #F9F9EF;
}
#Content .flow h2{
  position: relative;
  z-index: 2;
  width: 55%;
  margin: 0 auto 4rem auto;
}
#Content .flow::before {
  content: '';
  position: absolute;
  top: -95px;
  left: 0;
  right: 0;
  background-color: #F9F9EF;
  transform: skewY(-10deg);
  height: 200px;
}
#Content .flow::after {
  content: '';
  position: absolute;
  bottom: -8%;
  left: 0;
  right: 0;
  background-color: #F9F9EF;
  transform: skewY(-10deg);
  height: 200px;
}
#Content .flow img{
  position: relative;
  z-index: 2;
}

/* スライダー*/
#Content .swiper{
  margin: 4rem;
  padding-bottom: 3rem;
}
#Content .swiper .swiper-pagination{
  top: auto;
  bottom: 8px;
  font-size: 18px;
}

.infinite-slider .swiper-wrapper {
  transition-timing-function: linear;
}
.infinite-slider .swiper-slide {
  height: 320px !important; /* 高さを指定 */
  width: auto !important;
}
.infinite-slider .swiper-slide img {
  width: auto;
  height: 100%;
}

/*FAQ*/
#Content .faq{
  background: #FFF;
  padding: 8rem 3rem 5rem 3rem;
}
#Content .faq h2{
  width: 35%;
}
#Content .faq h3{
  text-align: center;
}
#Content .faq .faq_item{
  border-bottom: 1px solid #666;
  padding: 0;
  overflow: hidden;
}
#Content .faq .faq_item p{
  font-size: 21px;
  margin: 0;
}
#Content .faq .q_item{
  position: relative;
  padding: 1rem 2rem 1rem 3.5rem;
  font-weight: 500;
  cursor: pointer;
}
#Content .faq .q_item p{
  font-weight: bold;
}
#Content .faq .q_item:before{
  position: absolute;
  content: '';
  background-image: url("../images/Q_icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  top: 18px;
  left: 5px;
}
#Content .faq .q_item:after{
  position: absolute;
  content: '';
  background-image: url("../images/open_icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  top: 34px;
  transform: translateY(-50%);
  right: 5px;
}
#Content .faq .a_item{
  display: none;
  position: relative;
  padding: 0.5rem 2rem 1.5rem 3.5rem;
  font-weight: 500;
}
#Content .faq .a_item:before{
  position: absolute;
  content: '';
  background-image: url("../images/A_icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  top: 17px;
  left: 2px;
}
#Content .faq .faq_item.active .a_item{
  display: block !important;
  transition: all 0.2s;
}
#Content .faq .faq_item.active .q_item:after{
  background-image: url("../images/close_icon.svg");
  background-position: center;
}

@media screen and (max-width: 600px){
  #Content h2{
    width: 95%;
  }
  #Content p{
    font-size: 16px;
  }
  #Content .about{
    padding-top: 2rem;
  }
  #Content .styleup_bg01 figure.bg_img img{
    width: 100vw;
    height: 100vh;
    object-fit: cover;
  }
  #Content .program_menu{
    padding-top: 0.5rem;
  }
  #Content .program_menu .support01,#Content .program_menu .support02{
    width: 100%;
  }
  #Content .program_menu p{
    font-size: 3.5vw;
  }
  #Content .point{
    padding-top: 3rem;
    padding-bottom: 6rem;
    background-size: auto 100%;
    background-position: top right 52%;
  }
  #Content .point figure {
    width: 70%;
  }
  #Content .point p{
    font-size: 14px;
  }
  #Content .swiper{
    margin: 2.5rem 0.5rem;
  }
  #Content .support_menu .swiper-button-next::after {
    left: -105px;
  }
  #Content .support_menu .swiper-button-prev::after {
    right: -105px;
  }
  #Content .support_menu .slide {
    margin-bottom: 5rem;
  }
  #Content .price{
    background-size: 100%;
    padding: 7rem 0.5rem 12rem 11rem;
  }
  #Content .option{
    padding-bottom: 0.5rem;
  }
  #Content .option::before{
    top: -92px;
  }
  #Content .option .option_box{
    width: 85%;
    margin: 0 auto 1.5rem auto;
  }
  #Content .option .option_box h3 img{
    height: 25px;
  }
  #Content .option h2.coordinator {
    width: 70%;
    margin: 3rem auto 0.5rem auto;
  }
  #Content .option .flex{
    width: 100%;
    gap: 5px;
    margin: 0 0 1rem 0;
  }
  #Content .option .flex .name{
    font-size: 17px;
  }
  #Content .option .flex p {
    font-size: 3vw;
  }
  #Content .option .option_price{
    width: 100%;
    margin: 3rem auto;
  }
  #Content .option::after{
    bottom: -2%;
  }
  #Content .beforeafter {
    padding: 3rem 3rem 3rem 3rem;
  }
  #Content .beforeafter .before_box{
    padding-top: 0;
  }
  #Content .flow::before{
    top: -82px;
  }
  #Content .flow h2{
    width: 65%;
    margin: 0 auto 2.5rem auto;
  }
  #Content .option .swiper {
    margin: 2rem calc(50% - 50vw);
    padding: 0;
    width: 100vw;
  }
  #Content .faq {
    padding: 5rem 2rem 5rem 2rem;
  }
  #Content .faq .faq_item p{
    font-size: 16px;
  }
  #Content .faq .q_item{
    padding: 1rem 2rem 1rem 2.2rem;
  }
  #Content .faq .q_item:before{
    width: 25px;
    height: 25px;
    top: 19px;
  }
  #Content .faq .a_item:before{
    width: 25px;
    height: 25px;
  }
  #Content .faq .q_item:after{
    width: 28px;
  }
  #Content .faq .faq_item.active .a_item{
    padding: 0.5rem 2rem 1.5rem 2.2rem;
  }
}

/* shop list */
.adult_headerBlock,
.adult_schoolList .tabContent .list {
    background-color: #fff;
    overflow: hidden;
}

@font-face {
    font-family: icomoon2;
    src: url("fonts/icomoon/icomoon.eot?wckq8j");
    src: url("fonts/icomoon/icomoon.eot?wckq8j#iefix")
            format("embedded-opentype"),
        url("fonts/icomoon/icomoon.ttf?wckq8j") format("truetype"),
        url("fonts/icomoon/icomoon.woff?wckq8j") format("woff"),
        url("fonts/icomoon/icomoon.svg?wckq8j#icomoon") format("svg");
    font-weight: 400;
    font-style: normal;
}

.adult_article {
    font-size: 16px;
}

.adult_article p {
    line-height: 2;
}

.adult_article a {
    border-bottom-color: #000;
    color: #000;
}

@media (max-width: 920px) {
    .adult_article {
        font-size: 14px;
    }
}

.adult_schoolList .tabContent,
.adult_schoolList .tabNav {
    width: 94%;
    max-width: 940px;
    margin: auto;
}

.adult_schoolList .tabNav {
    color: #000;
}

.adult_schoolList .tabNav h3 {
    float: left;
    width: 15%;
    margin: auto 1.063%;
    font-size: 125%;
    line-height: 2.4;
}

.adult_schoolList .tabNav a.open,
.adult_schoolList .tabNav a:hover {
    background-color: #000;
    color: #fff;
}

.adult_schoolList .tabNav a,
.adult_schoolList .tabNav a.off {
    background-color: transparent;
    color: #000;
}

.adult_schoolList .tabNav ul {
    list-style: none;
    padding: 0;
    overflow: hidden;
    margin: 0;
}

.adult_schoolList .tabContent::after,
.adult_schoolList .tabNav ul::after {
    content: "";
    display: block;
    clear: both;
}

.adult_schoolList .tabNav ul li {
    float: left;
    width: 14%;
}

.adult_schoolList .tabNav ul li a {
    display: block;
    text-decoration: none;
    font-weight: 700;
    line-height: 3;
    text-align: center;
}

.adult_schoolList .tabNav ul li a.open {
    box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.1) inset,
        -1px 0 0 0 rgba(0, 0, 0, 0.1) inset;
}

.adult_schoolList .tabNav ul li a.off {
    color: #000 !important;
    opacity: 0.2;
}

.adult_schoolList .tabBody {
    background-color: #000;
}

.adult_schoolList .tabContent {
    padding: 20px 0;
}

.adult_schoolList .tabContent:not(.open) {
    display: none;
}

.adult_schoolList .tabContent .list {
    border-radius: 2px;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
    float: left;
    width: 47.872%;
    margin: 1.063%;
}

.adult_schoolList .tabContent .list h4 {
    float: left;
    width: auto;
    white-space: nowrap;
    padding: 1.125em 5%;
}

.adult_schoolList .tabContent .list h4 span {
    color: #2b3;
    display: block;
    font-size: 13px;
    margin: 0.5em 0 0;
}

.adult_schoolList .tabContent .list h4 a {
    text-decoration: none;
    color: #000;
}

.adult_schoolList .tabContent .list ul {
    float: right;
    list-style: none;
    width: 45%;
    overflow: hidden;
    min-width: 190px;
    padding: 0.6em 1em;
}

.adult_schoolList .tabContent .list ul li {
    float: right;
    width: 33.33333%;
    text-align: center;
}

.adult_schoolList .tabContent .list ul li a {
    display: block;
    text-decoration: none;
    font-size: 62.5%;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    padding: 10px 0;
}

.adult_schoolList .tabContent .list ul li a::before {
    font-family: icomoon2 !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    display: block;
}

.adult_schoolList .tabContent .list ul li a.access {
    color: #2aa;
}

.adult_schoolList .tabContent .list ul li a.access::before {
    content: "\e903";
}

.adult_schoolList .tabContent .list ul li a.tel {
    color: #2b3;
    display: none;
}

.adult_schoolList .tabContent .list ul li a.tel::before {
    content: "\e0cd";
}

.adult_schoolList .tabContent .list ul li a.inquiry {
    color: #e56;
}

.adult_schoolList .tabContent .list ul li a.booking::before,
.adult_schoolList .tabContent .list ul li a.inquiry::before {
    content: "\e89e";
}

.adult_schoolList .tabContent .list ul li a.booking {
    color: #f80;
}

@media (max-width: 760px) {
    .adult_schoolList {
        margin-bottom: 0;
    }

    .adult_schoolList .tabContent,
    .adult_schoolList .tabNav {
        width: auto;
    }

    .adult_schoolList .tabNav h3 {
        float: none;
        width: auto;
        margin: auto;
        padding: 0.5em 5%;
        color: #fff;
        font-size: 100%;
    }

    .adult_schoolList .tabNav ul {
        max-width: none;
        font-size: 12px;
    }

    .adult_schoolList .tabNav a.open,
    .adult_schoolList .tabNav a:hover {
        color: #666;
        background-color: #fff;
    }

    .adult_schoolList .tabNav a,
    .adult_schoolList .tabNav a.off {
        color: #fff;
        background-color: transparent;
    }

    .adult_schoolList .tab {
        background-color: #000;
        padding-bottom: 10px;
        box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1) inset;
    }

    .adult_schoolList .tabContent {
        padding: 0;
    }

    .adult_schoolList .tabContent .list {
        float: none;
        width: 100%;
        margin: auto;
        box-sizing: border-box;
        border-radius: 0;
        box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1) inset;
    }

    .adult_schoolList .tabContent .list h4 {
        padding: 1.33em 5%;
        width: 40%;
    }

    .adult_schoolList .tabContent .list h4 span {
        display: none;
    }

    .adult_schoolList .tabContent .list ul {
        width: 60%;
        min-width: 170px;
    }

    .adult_schoolList .tabContent .list ul li {
        width: 33.333333% !important;
    }

    .adult_schoolList .tabContent .list ul li a.tel {
        display: block;
    }
}

@media (max-width: 360px) {
    .adult_schoolList .tabContent .list ul {
        min-width: 120px;
    }
}
