@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@700&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: 450px;
}

#Content .en{
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

/* content */
.contact_bn{
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 250px;
  z-index: 10;
}

#Content h2{
  font-family: "Noto Serif JP", serif;
  font-weight: 800;
  width: 80%;
  font-size: 40px;
  margin: 2rem 0;
  text-align: center;
  color: #333;
}

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

#Content h3{
  font-family: "Noto Serif JP", serif;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	margin: 3rem auto;
  color: #333;
}

#Content h3 img{
	width: 50%;
}

a:hover{
	opacity: 0.7;
}

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

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

.sp{
  display: none;
}

#Content .inner{
  padding: 3rem 2rem;
}

#Content .service{
  text-align: center;
}

#Content .service h2{
  text-align: center;
  margin: 2rem auto;
}
#Content .service h2 img{
  margin: 0 auto;
}

#Content .partner {
  text-align: center;
  background-image: url(../images/partner_img.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top 80px center;
}
#Content .partner h2{
  text-align: center;
  margin: 2rem auto;
}
#Content .partner .inner{
  width: 85%;
  margin: 20rem auto 2rem auto;
  padding: 2rem 0.5rem;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #DBDCDC;
}
#Content .partner .inner h3{
  margin: 3rem auto;
}
#Content .partner .inner h3 img{
  width: 60%;
}
#Content .partner .inner p{
  font-size: 15px;
}
#Content .partner .partrner_list{
  width: 80%;
  margin: 0 auto;
}
#Content .partner .partrner_list li{
  text-align: left;
  font-size: 15px;
  color: #333;
  line-height: 1.7em;
  margin-bottom: 1.5rem;
}
#Content .partner .partrner_list li span{
  display: block;
  color: #B28247;
  font-weight: bold;
}

#Content .btn{
  width: 60%;
  margin: 3rem auto 10rem auto;
}

#Content .support {
  text-align: center;
  background-image: url(../images/support_img.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top 225px center;
}
#Content .support figure{
  width: 55%;
  margin: 3rem auto;
}
#Content .support h2{
  text-align: center;
  margin: 2rem auto;
}
#Content .support .inner{
  width: 85%;
  margin: 15rem auto 2rem auto;
  padding: 2rem 1.5rem;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #DBDCDC;
}
#Content .support .inner h3{
  margin: 3rem auto;
}
#Content .support .inner h3 img{
  width: 60%;
}
#Content .support .inner p{
  font-size: 15px;
}

#Content .community {
  text-align: center;
  background-image: url(../images/community_img.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top 80px center;
}
#Content .community h2{
  text-align: center;
  margin: 2rem auto;
}
#Content .community .inner{
  width: 85%;
  margin: 15rem auto 2rem auto;
  padding: 2rem 1.5rem;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #DBDCDC;
}
#Content .community .inner h3{
  margin: 3rem auto;
}
#Content .community .inner h3 img{
  width: 60%;
}
#Content .community .inner p{
  font-size: 15px;
}

#Content .balance {
  text-align: center;
  background-image: url(../images/balance_img.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top 80px center;
}
#Content .balance h2{
  text-align: center;
  margin: 2rem auto;
}
#Content .balance .inner{
  width: 85%;
  margin: 15rem auto 2rem auto;
  padding: 2rem 1.5rem;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #DBDCDC;
}
#Content .balance .inner h3{
  margin: 3rem auto;
}
#Content .balance .inner h3 img{
  width: 60%;
}
#Content .balance .inner p{
  font-size: 15px;
}

#Content .foot{
  text-align: center;
  padding: 0 1.5rem 4rem 1.5rem;
}
#Content .foot figure{
  width: 70%;
  margin: 3rem auto;
}

@media screen and (max-width: 420px){
  .sp{
    display: block;
  }
  #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;
}
#Content #mv h1{
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
}

#Content .about{
  padding: 3rem 1rem 0 1rem;
  background: linear-gradient(55deg,rgba(255, 117, 186, 1) 0%, rgba(0, 235, 255, 1) 100%);
  text-align: center;
}

#Content .easyfit{
  background-color: #A5CFD9;
  background-image: url(../images/fit_bg.png);
  background-position: top;
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 2rem 0;
}
#Content .easyfit_content{
  position: relative;
}
#Content .easyfit_content.box_01 h3{
  text-align: left;
  margin: 9rem 0 1.5rem 0;
  padding: 0 0 0 2rem;
}
#Content .easyfit_content.box_01 h3 img{
  height: 45px;
  width: auto;
}
#Content .easyfit_content.box_01 p.text01{
  padding: 0 0 0 2rem;
}
#Content .easyfit_content.box_01 p.text02{
  padding: 18rem 0 0 15.5rem;
}
#Content .easyfit_content img.img01{
  position: absolute;
  top: -3%;
  right: -2%;
  width: 70%;
}
#Content .easyfit_content img.img02{
  position: absolute;
  top: 53%;
  left: -1%;
  width: 38%;
}

#Content .easyfit_content.box_02{
  background-image: url(../images/triangle_img01.png);
  background-position: top 30% right;
  background-size: 20%;
  background-repeat: no-repeat;
}
#Content .easyfit_content.box_02 h3{
  padding: 15rem 2rem 0 2rem;
}
#Content .easyfit_content.box_02 h3 img{
  height: 55px;
  width: auto;
}
#Content .easyfit_content.box_02 p{
  padding: 0 0 0 16rem;
}
#Content .easyfit_content img.img03{
  position: absolute;
  top: 20%;
  left: 2%;
  width: 75%;
}

#Content .easyfit_content.box_03{
  background-image: url(../images/triangle_img02.png);
  background-position: top 35% left;
  background-size: 10%;
  background-repeat: no-repeat;
  padding-bottom: 6rem;
}
#Content .easyfit_content.box_03 h3{
  padding: 5rem 0 0 5rem;
  text-align: left;
}
#Content .easyfit_content.box_03 h3 img{
  width: 70%;
}
#Content .easyfit_content.box_03 p{
  padding: 0 0 0 5rem;
}
#Content .easyfit_content.box_03 .border{
  padding: 0 0 0 5rem;
}
#Content .easyfit_content.box_03 .border span{
  padding: 0.5rem;
  font-size: 20px;
  color: #000;
  border: 1px solid #000;
}
#Content .easyfit_content img.img04{
  position: absolute;
  top: 0%;
  right: -4%;
  width: 33%;
}

#Content .recommend{
  position: relative;
  background-color: #F9F2B3;
  background-image: url(../images/recommend_bg.png);
  background-size: 20%;
  background-position: top 0.5% left;
  background-repeat: no-repeat;
  padding: 2rem;
}
#Content .recommend ul{
  margin-bottom: 6rem;
}
#Content .recommend ul li{
  position: relative;
  font-size: 25px;
  color: #000;
  padding: 1rem 1.5rem 1rem 5rem;
  font-weight: 600;
}
#Content .recommend ul li:before{
  position: absolute;
  content: '';
  background-image: url(../images/onpu_icon.svg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  top: 5px;
  left: 40px;
  width: 25px;
  height: 42px;
}
#Content .recommend p{
  padding-left: 11.5rem;
}
#Content .recommend img.img05{
  position: absolute;
  top: 60%;
  left: -5%;
  width: 32%;
}

#Content .flow{
  padding: 2rem;
}
#Content .flow .flow_box{
  position: relative;
}
#Content .flow .flow_box h3{
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  margin: 0;
  padding: 0;
}
#Content .flow .flow_box h3 img{
  width: 100%;
}
#Content .flow .flow_box p{
  padding: 8rem 0 0 10rem;
}
#Content .flow .flow_box.box01 h3{
  width: 67%;
  left: -6px;
}
#Content .flow .flow_box.box02 h3{
  width: 45%;
  left: 5px;
}
#Content .flow .flow_box.box03 h3{
  width: 52%;
  top: -10px;
  left: -31px;
}
#Content .flow .flow_box.box04 h3{
  width: 62%;
  top: -3px;
  left: 74px;
}

#Content .faq{
  background-color: #F7D9E4;
  padding: 2rem;
}
#Content .faq dl{
  font-size: 25px;
  color: #000;
  line-height: 1.6em;
}
#Content .faq dl dt{
  position: relative;
  background-image: url(../images/Q_icon.svg);
  background-size: 25px;
  background-position: top 23px left 38px;
  background-repeat: no-repeat;
  padding: 1rem 1.5rem 1rem 5rem;
  font-weight: 600;
  cursor: pointer;
}
#Content .faq dl dt:before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    background-image: url(../images/plus_icon.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}
#Content .faq dl.open dt:before{
    background-image: url(../images/close_icon.png);
}
#Content .faq dl dd{
  background-image: url(../images/A_icon.svg);
  background-size: 25px;
  background-position: top 23px left 38px;
  background-repeat: no-repeat;
  padding: 1rem 1.5rem 1rem 5rem;
  border-bottom: 1px solid #000;
  padding-bottom: 2rem;
  margin-bottom: 1.8rem;
  display: none;
  transition: max-height 0.3s ease;
  opacity: 0;
}
#Content .faq dl dd.open{
    display: block;
    animation: fadeIn 1s ease forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media screen and (max-width: 600px){
  .pc{
    display: none;
  }
  #Content p {
    font-size: 15px;
    margin: 1.5rem 0;
  }
  #Content .inner{
    padding: 2rem 1rem;
  }
  #Content h2 {
    font-size: 28px;
    width: 80%;
  }
  #Content h3 {
    font-size: 20px;
    margin: 1.5rem 0;
  }
  #Content .partner,#Content .community,#Content .balance {
    background-position: top 45px center;
  }
  #Content .partner .inner {
    width: 85%;
    margin: 13rem auto 2rem auto;
    padding: 1.5rem 0.5rem;
  }
  #Content .partner .inner h3,#Content .support .inner h3,#Content .community .inner h3,#Content .balance .inner h3{
    margin: 1.5rem auto;
  }
  #Content .partner .inner h3 img,#Content .support .inner h3 img,#Content .community .inner h3 img,#Content .balance .inner h3 img {
    width: 80%;
  }
  #Content .partner .inner p,#Content .support .inner p,#Content .community .inner p,#Content .balance .inner p{
    font-size: 15px;
  }
  #Content .partner .partrner_list li{
    font-size: 15px;
  }
  #Content .btn {
    width: 70%;
    margin: 3rem auto 6rem auto;
  }
  #Content .support {
    background-position: top 190px center;
  }
  #Content .support .inner,#Content .community .inner,#Content .balance .inner {
    margin: 13rem auto 2rem auto;
    padding: 1.5rem 0.5rem;
  }
}


/* 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;
    }
}
