@charset "utf-8";
/*
Theme Name: StudioY.
Description: StudioY.オリジナルテーマ
Version: 1.0
*/


/*-------------------------------
    HOME
-------------------------------*/

/* b-hdBox -----------*/
.b-hdBox{
 background-image: url(assets/images/main-under.jpg);
  background-position: center center;
  background-size: cover;
  height: 15vw;
}
.b-hdBox.m-home{
  background-image: url(assets/images/main-sp.jpg);
  height: 80vw;
}
.b-hdBox::after{
  content:"";
  display: block;
  width:100%;
  background-position: center top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(assets/images/main-cover.png);
  position: absolute;
  left: 0;
  bottom: 0;
}
.b-hdBox::after{
  height: 3vw;
}
@media screen and (max-width: 767px){
  .b-hdBox::after{
    width:110%;
    transform: translate(-5% ,.3vw);
  }
  
}
@media screen and (min-width: 768px){
  .b-hdBox{
    background-position: center center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-color: #525637;
    height: 100px;
  }
  .b-hdBox.m-home{
    background-image: url(assets/images/main.jpg);
    height:575px;
  }
  .b-hdBox::after{
    height:20px;
  }
  .b-hdBox.m-home::after{
    height:30px;
  }
}

/* b-main -----------*/
.b-hdBox .b-main{
  position: absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
}
.b-hdBox .b-main .container{
  position: relative;
  height:100%;
}
/* b-catch */
.b-catch{
  width: 35vw;
  position: absolute;
  left: 5%;
  top: 25vw;
}
@media screen and (min-width: 768px){
  .b-catch{
    left:10%;
    top: 230px;
  }
}
@media screen and (min-width: 601px){
  .b-catch{
    width:244px;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px){
  .b-catch{
    right: 15%;
  }
}

/* b-information -----------*/
.b-information{
  position: absolute;
  bottom: 0;
  left:50%;
  transform: translateX(-50%);
}
.b-information *{
  line-height:1;
}

/* b-information dl */
.b-information{
  display: flex;
  justify-content: center;
  align-items: flex-start;
    bottom: 7vw;
}
.b-information dt,
.b-information dd{
  display: inline-flex;
  border-radius: 150px;
  align-items: center;
}
.b-information dt{
  background: #7da0ab;
  color: #fff;
  padding: 0 1em;
  min-width:8.5em;
  z-index: 1;
  position: relative;
}
.b-information dt::before{
  content:"";
  display: flex;
  width:1.3em;
  min-width:1.3em;
  height:1.3em;
  margin-right:.3em;
  background: url(assets/images/ic-info.png) center center / contain no-repeat;
}
.b-information dd{
  background: rgba( 255, 255, 255, .7);
  padding:1em 1.5em .5em;
}
.b-information dd a{
  border-bottom: 1px solid #666;
}
@media screen and (max-width: 767px){
  .b-information{
    width: 100%;
  }
  
}
@media screen and (max-width: 600px){
  .b-information{
    width:95%;
    display: block;
  }
  .b-information dt,
  .b-information dd{
    width:100%;
  }
  .b-information dt{
    padding: 0;
    padding-left: 2vw;
    background:none;
    border-radius: 0;
    transform: translateY(1vw)
  }
  .b-information dd{
    width:100%;
    padding:.6em .9em .3em;
  }
  .b-information dd *{
    font-size: 2.4vw;
  }
  
}
@media screen and (min-width: 768px){
  .b-information{
    min-width: 600px;
    bottom: 60px;
  }
}

@media screen and (min-width: 601px){
  .b-information dt,
  .b-information dd{
    min-height:41px;
  }
  .b-information dt{
    font-size: 1.6rem;
  }
  .b-information dd{
    width: 100%;
  }
  .b-information dd *{
    font-size: 1.3rem;
  }
}
/* b-information li */
.b-information li{
  display: block;
}
.b-information li time,
.b-information li p{
  display: inline-block;
  margin-bottom:.5em;
  line-height:1.3;
}
.b-information li time{
  width:5em;
}
.b-information li:nth-child(2){ display: none; } /*　仮　*/

/* sec-about -----------*/
.sec-about .b-flx::after{
  content:"";
  display: block;
  height:1px;
  clear: both;
}
.sec-about .b-flx .e-img{
  float: right;
}
.sec-about .e-img{
  position: relative;
}
.sec-about .e-img::after{
  content:"";
  display: block;
  width: 100%;
  height: 100%;
  background:#dfe3e4;
  position: absolute;
  left: 0;
  top: 0;
}
.sec-about .e-img img{
  position: relative;
  z-index: 1;
}
.sec-about p em,
.sec-about p strong{
  font-size:1.14em;
}
@media screen and (max-width: 600px){
  .sec-about{
    padding-top: 8vw;
    margin-bottom: 15vw;
  }
  .sec-about .b-flx{
    flex-direction: column-reverse;
  }
  .sec-about .e-ttl.m-nml{
    margin-bottom: 5vw;
  }
  .sec-about .e-img{
    width: 100%;
    margin: 5vw auto auto 50%;
    transform: translateX(-50%)
  }
  .sec-about .e-img::after{
    transform: translate(1.3vw , 1.3vw);
  }
  .sec-about p{
    line-height: 2.2;
  }
  .sec-about p+p{
    margin-top:1em;
  }
}
@media screen and (min-width: 601px){
  .sec-about{
    padding-top: 70px;
  }
  .sec-about .b-flx{
    display: block;
  }
  .sec-about .e-ttl.m-nml{
    margin-bottom: 25px;
  }
  .sec-about .e-img{
    width: 49%;
    min-width: 49%;
    margin: .6em 0 1em 3.5%;
  }
  .sec-about .e-img::after{
    transform: translate(8px , 8px);
  }
  .sec-about p{
    line-height: 2.2;
  }
  .sec-about p+p{
    margin-top:1em;
  }
}
/* b-Instagram */
.b-Instagram{
  display: flex;
  flex-wrap: wrap;
}
.b-Instagram .e-ttl{
  width: 100%;
  line-height: 1;
}
.b-Instagram .e-ttl span::before{
  content: "";
  display: inline-block;
  background: url(assets/images/ic-insta.png) center center / contain no-repeat;
  margin-right: .3em;
  transform: translateY(.1em);
}
.b-Instagram a{
  margin-left: 0;
  margin-right: auto;
}
.b-Instagram a span{
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 600px){
  .b-Instagram{
    display: block;
    margin-top: 7vw;
    margin-bottom: 12vw;
  }
  .b-Instagram .b-ttls{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5vw;
  }
  .b-Instagram .e-ttl span{
    text-align: center;
    font-size: 5.5vw;
  }
  .b-Instagram .e-ttl span::before{
    width: 5.3vw;
    height: 5.3vw;
  }
  .b-Instagram .e-ttl::after{
    width: 30vw;
    margin-left:auto;
    margin-right: auto;
  }
  .b-Instagram .b-ttls a{
    width:auto;
    min-width:auto;
    padding-right: 8vw;
    margin: auto;
    margin-top: 3vw;
    min-height: 5vw;
  }
}
@media screen and (min-width: 601px){
  .b-Instagram{
    margin:40px 0 60px;
  }
  .b-Instagram .b-ttls{
    width: 190px;
    min-width: 190px;
  }
  .b-Instagram .e-ttl{
    font-size: 3.1rem;
    margin-bottom: 17px;
  }
  .b-Instagram .e-ttl span::before{
    width: 30px;
    height: 30px;
  }
  .b-Instagram .e-ttl::after{
    width: 100%;
  }
  .b-Instagram .b-lnks a{
    min-width: 165px;
    min-height: 25px;
    font-size: 1.4rem;
  }
  .b-Instagram .b-lst{
    width: calc( 100% - 190px);
  }
}
@media screen and (max-width: 600px){
  #sb_instagram #sbi_images .sbi_item{
    width: 49% !important;
  }
  
}
@media screen and (min-width: 601px){
  #sb_instagram #sbi_images .sbi_item{
    width: 19.5% !important;
  }
  #sb_instagram #sbi_images .sbi_item:nth-child(6) {
  display: none;
  }
}

/* b-column */
@media screen and (max-width: 600px){
  .sec-about .b-column .b-flx{
    flex-direction: column;
  }
  .sec-about .b-column+.b-column{
    margin-top: 10vw;
  }
  .sec-about .b-column .b-flx{
    padding: 0 2vw;
  }
  .sec-about .b-column .e-img{
    order:2;
  }
}
@media screen and (min-width: 601px){
  .sec-about .b-column+.b-column{
    margin-top: 60px;
  }
  .sec-about .b-column .b-flx{
    padding: 0 30px 0 20px;
  }  
  .sec-about .b-column .e-img{
    width: 37.5%;
    min-width: 37.5%;
  }
}

/* sec-profile -----------*/
.sec-profile .b-flx{
  padding: 10vw 4%;
}
@media screen and (max-width: 767px){
  .sec-profile .b-flx{
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 738px){
  .sec-profile .b-flx{
    padding: 55px 5%;
  }
}

/* b-ttls */
.sec-profile .b-ttls{
  text-align: center;
  min-width: 180px;
  margin-right: 5%;
}
.sec-profile .b-ttls .e-ttl{
  display: none;
}
.sec-profile .b-ttls .e-ttl::after{
  margin-bottom: 30px;
}
.sec-profile .b-ttls figure{
  margin: 0;
}
.sec-profile .b-ttls figcaption{
  display: flex;
  flex-direction: column-reverse;
  line-height: 1.3;
  margin-top: .8em;
}
.sec-profile .b-ttls figcaption span{
  font-size: 2.1rem;
}
@media screen and (max-width: 767px){
  .sec-profile .b-ttls{
    margin-right:0;
  }
  .sec-profile .b-ttls figure{
    display: flex;
    align-items:baseline;
    margin-top: 30px;
  }
  .sec-profile .b-ttls figure img{
    width: 30%;
    min-width: 30%;
    height: auto;
    margin-right: 3%;
  }
  .sec-profile .b-ttls figcaption{
    margin-top:auto;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 600px){
  .sec-profile .b-ttls figure{
    margin-top: 5vw;
  }
  .sec-profile .b-ttls figcaption{
    font-size: 2.4vw;
  }
  .sec-profile .b-ttls figcaption span{
    font-size: 4.2vw;
  }
}
@media screen and (min-width: 768px){
  .sec-profile{
    padding-top: 85px;
  }
  .sec-profile .b-ttls figcaption{
    font-size:1.2rem;
  }
  .sec-profile .b-ttls figcaption span{
    font-size: 2.1rem;
  }
}
/* b-txt */

.sec-profile .b-txt h3{
  font-weight: 700;
  font-size: 3.6vw;
  margin-bottom: 1em;
}
.sec-profile .b-txt p+p{
  margin-top: 1.3em;
}
@media screen and (min-width: 601px){
  .sec-profile .b-txt h3{
    font-size: 1.8rem;
    margin-top: -.3em;
  }
  .sec-profile .b-txt p{
    font-size: 1.3rem;
  }
}

/* sec-lesson -----------*/
.sec-lesson{
  text-align: center;
  padding-top: 15vw;
}
.sec-lesson .e-ttl::after{
  margin-bottom: 30px;
}
.sec-lesson p{
  line-height: 2em;
}
.sec-lesson .b-lnks a span{
  margin:auto;
}
@media screen and (max-width: 600px){
  .sec-lesson .container{
    width: 80%;
  }
}
@media screen and (min-width: 601px){
  .sec-lesson{
    padding-top: 85px;
  }
}
@media screen and (min-width: 768px){
  .sec-lesson p{
    text-align: center;
  }
  
}

/* b-hour */
.b-hour{
  width: 100%;
  max-width: 600px;
  margin: auto;
  background: #eceeef;
  text-align: center;
}
.b-hour .b-flx{
  justify-content: center;
  align-items: center;
  margin-bottom: .7em;
}
.b-hour .b-flx .m-times{
  line-height: 1;
  font-weight: 700;
}
.b-hour .b-flx .m-times span{
  display: block;
  font-weight: 700;
  margin-top: .55em;
}
@media screen and (max-width: 600px){
  .b-hour{
    padding: 5vw;
    margin: 8vw auto 5vw;
  }
  .b-hour .b-flx dt{
    width: 12vw;
    min-width: 12vw;
    margin-right: 2vw;
  }
  .b-hour .b-flx .m-times{
    font-size: 5.5vw;
  }
  .b-hour .b-flx .m-times span{
    font-size: 3vw;
  }
  .b-hour small{
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 601px){
  .b-hour{
    padding: 25px;
    margin: 30px auto;
  }
  .b-hour .b-flx dt{
    width: 60px;
    min-width: 60px;
    margin-right: 13px;
    margin-left: -60px;
  }
  .b-hour .b-flx .m-times{
    font-size: 3rem;
  }
  .b-hour .b-flx .m-times span{
    font-size: 1.3rem;
  }
  .b-hour small{
    font-size: 1.2rem;
  }
}

/* sec-access -----------*/
.sec-access{
  margin-top: 12vw;
}
.sec-access::before{
  content:"";
  display: block;
  background: #e0e3e5;
  margin:auto;
  margin-bottom: 85px;
  width: 80%;
  max-width: 720px;
  height: 2px;
}
.sec-access .b-ttls{
  text-align: center;
}
.sec-access .m-max{
  display: flex;
  height: 50vw;
  margin: 20px 0 35px;
}
.sec-access iframe{
  width: 100%;
  height: 100%;
  filter: grayscale(100%) opacity(80%);
}
.sec-access .m-max::before{
  content:"";
  display: block;
  background: url(assets/images/studioy.jpg) center center / cover;
  width:50%;
  height:100%;
}
.sec-access .m-max .b-map{
  width: 50%;
  height: 100%;
}
.sec-access .b-lnks a::before{
  content:"";
  display: block;
  width: 5vw;
  height:5vw;
  margin-right: .5em;
  background: url(assets/images/ic-map.png) center center / contain no-repeat;
}
@media screen and (max-width: 600px){
  .sec-access{
    margin-bottom: 15vw;
  }
  .sec-access .e-ttl{
    margin-bottom: 5vw;
  }
  .sec-access address{
    font-size:3.2vw;
  }
  
}
@media screen and (min-width: 799px){
  .sec-access .m-max{
    height: 500px;
  }
}
@media screen and (min-width: 601px){
  .sec-access{
    margin-top: 85px;
  }
  .sec-access .e-ttl{
    margin-bottom: 30px;
  }
  .sec-access address{
    font-size:1.4rem;
  }
  .sec-access .b-lnks span{
    font-size: 1.5rem;
  }
  .sec-access .b-lnks a::before{
    width:20px;
    height:20px;
  }
}
/* sec-contact -----------*/
.sec-contact .container{
  max-width:720px;
}
.sec-contact .inner{
  text-align: center;
  padding: 65px 45px 45px;
}
.sec-contact .b-formWrap{
  position: relative;
  z-index: 2;
  text-align: left;
  background: #fff;
  padding: 50px 45px 65px;
  margin-top: 50px;
}
.sec-contact .b-lnks{
  margin-top: 20px;
}
.sec-contact textarea{
  height: 35vw;
}
.sec-contact .error{
  font-size: .8em;
  color: #c00;
}
@media screen and (max-width: 767px){
  .sec-contact .b-formWrap dt{
    margin-bottom: .3em;
  }
}
@media screen and (max-width: 600px){
  .sec-contact .inner{
    padding:12vw 5%;
  }
  .sec-contact .container::before{
    border-bottom:0 none;
  }
  .sec-contact .b-formWrap{
    padding: 10vw 6vw;
  }
  .sec-contact .b-formWrap dl+dl{
    margin-top: 4vw;
  }
}
@media screen and (min-width: 768px){
  .sec-contact .b-formWrap dl{
    display: flex;
  }
}
@media screen and (min-width: 601px){
  .sec-contact{
    padding-top: 100px;
  }
  .sec-contact .b-formWrap dt{
    padding-top: .45em;
    width: 11em;
    min-width: 11em;
  }
  .sec-contact dl *{
    font-size: 1.5rem;
  }
  .sec-contact .b-formWrap dl+dl{
    margin-top: 20px;
  }
  .sec-contact textarea{
    height:255px;
  }
  
}

.mw_wp_form_confirm dd{
  padding-top: .45em;
  font-weight: 700;
}
.sec-contact .b-formWrap .b-tnx{
  text-align: center;
  font-size: 1.2em;
}


/*--------------------------------------------------------------
    UNDER PAGE
--------------------------------------------------------------*/
.b-1stCntent{
  padding-top: 6vw;
}
.b-1stCntent .b-ttls{
  text-align: center;
  margin-bottom: 5vw;
}
.b-1stCntent .b-lead p{
  line-height: 2.4;
  letter-spacing: .02em;
  text-align: center;
}
.b-1stCntent .b-lead p+p{
  margin-top: 1em;
}
@media screen and (min-width: 601px){
  .b-1stCntent{
    padding-top: 40px;
  }
  .b-1stCntent .b-ttls{
    margin-bottom: 40px;
  }
}


/*-------------------------------
    price
-------------------------------*/
.sec-price section{
  text-align: center;
  margin-top: 8vw;
}
.sec-price .b-tblBox{
  text-align: left;
}
.sec-price .b-tblBox th{
  width: 9.5em;
}
.sec-price .b-tblBox td:not(.m-oneTime):not(.m-rimit),
.sec-price .b-tblBox td .inner,
.sec-price .b-joinContent dd,
.sec-ticket td:not(.m-oneTime):not(.m-rimit) div{
  font-weight: 700;
}
.sec-price .b-tblBox td span{
  margin-right: .5em;
}
.sec-price .b-tblBox .inner{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.sec-price th.m-taiken{
  background: #0cc;
  color: #fff;
}
.sec-price th.m-join{
  background: #568493;
  color: #fff;
}
.sec-price .b-joinContent{
  display: flex;
  align-items: center;
}
.sec-price .b-joinContent *{
  color: #0cc;
}
.sec-price .b-joinContent dt{
  font-size: 1.4rem;
  margin-left: 1.8em;
}
.sec-price .b-joinContent dd{
  margin-left: .5em;
}
@media screen and (max-width: 600px){
  .sec-price .b-joinContent dt{
    margin-left: 0;
    margin-top: .8em;
  }
  .sec-price .b-joinContent dd{
    transform: translateY(.15em)
  }
  
}

/* sec-ticket */
.sec-ticket thead{
  border-bottom: 3px solid #fff;
}
.sec-ticket thead th,
.sec-ticket td{
  text-align: center;
}
.sec-ticket thead th{
  padding: 0;
  text-align: center;
  padding-top: .5em;
  padding-bottom: .5em;
}
.sec-ticket td{
  padding: .9em 0;
}
.sec-ticket thead th+th div,
.sec-ticket td+td div{
  position: relative;
}
.sec-ticket thead th+th div::before,
.sec-ticket td+td div::before{
  content:"";
  display: block;
  width: 3px;
  height: 12px;
  background:#fff;
  position: absolute;
  left:0;
  top:50%;
  transform: translateY(-50%);
}
.sec-ticket thead th:nth-child(2) div::before{
  display: none;
}
@media screen and (max-width: 600px){
  .sec-price .b-tblBox+.b-tblBox{
    margin-top: 3vw;
  }
  .sec-price .b-tblBox td:not(.m-oneTime):not(.m-rimit),
  .sec-price .b-tblBox td .inner,
  .sec-price .b-joinContent dd,
  .sec-ticket td:not(.m-oneTime):not(.m-rimit) div{
    font-size: 3.4vw;
  }
  .sec-price .b-tblBox small{
    font-size: 2.4vw;
  }
  
}
@media screen and (min-width: 601px){
  .sec-price section{
    text-align: center;
    margin-top: 50px;
  }
  .sec-price .container{
    width: 600px;
  }
  .sec-price .b-tblBox+.b-tblBox{
    margin-top: 20px;
  }
  .sec-price .b-tblBox td:not(.m-oneTime):not(.m-rimit),
  .sec-price .b-tblBox td .inner,
  .sec-price .b-joinContent dd,
  .sec-ticket td:not(.m-oneTime):not(.m-rimit) div{
    font-size: 2.1rem;
  }
  .sec-price .b-tblBox small{
    font-size: 1.2rem;
  }
}

.sec-price .b-hour{
  margin-top: 0;
}
@media screen and (max-width: 600px){
  .sec-price .b-hour{
    margin-bottom: 15vw;
  }
}


/*-------------------------------
    reserve
-------------------------------*/
.sec-reserveWrap{
  text-align: center;
}
.sec-reserveWrap iframe{
  width: 100%;
  height: 100vw;
  margin-top: 8vw;
}
@media screen and (max-width: 600px){
  .sec-reserveWrap iframe{
    margin-bottom: 15vw;
  }
}
@media screen and (min-width: 601px){
  .sec-reserveWrap iframe{
    height: 800px;
    margin-top: 50px;
  }
}

