@charset "UTF-8";

/* 「するけんCC（インドアゴルフ）」 */

.introduction #main{
  overflow: hidden;
}

.inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  padding: 20px;
}
#header .inner{
  padding: 0;
}

.flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#main{
  background-color: #5CA05C;
  
  background-size: contain;
}

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

#cover{
  background: #313C4E url(https://ao-corner.co.jp/cms/wp-content/uploads/2023/11/suruken-cc-hero-bg.svg) no-repeat 50% 50% / contain;
  padding: 0;
}
#cover .inner {
  padding: 0;
}

#cover h1{
  margin:  0;
}

#cover .photo{
  padding: 2rem 0;
}

#greeting{
  background: #313C4E;
}
#greeting .inner {
  padding: 50px 20px;
}

#booth{
  background-image: linear-gradient(#313C4E, transparent);
}

#booth .item{
  background-color: #fff;
  border-radius: 15px;
  padding: 30px;
  /* padding-bottom: 20px; */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 1.5rem 0;
}
#booth #booth-b{ background-color: #DB2230; color: #fff;}
#booth #booth-c{ background-color: #004280; color: #fff;}

#booth .item-thumbnail{
  width: 350px;
}
#booth .item-content{
  width: 500px;
}

#booth .item .title{
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: space-evenly;
  margin-bottom: 1.5rem;
}
#booth .item .head{
  font-size: 1.5rem;
}
#booth .item .bland{
}
#booth .item .bland img{
  height: 50px;
  width: auto;
}

#booth .item .desc{
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.8;
}

#booth .item .limit{
  border: 2px solid #000;
  padding: .5rem;
  text-align: center;
  font-weight: bold;
  font-size: 1.125rem;
  margin-top: 1.5rem;
}
#booth #booth-b .limit,
#booth #booth-c .limit { border-color: #fff;}

/* プレミアム会員 */

#premium{
  background-color: #000;
  color: #fff;
  margin: 3rem 0 0;
  padding: 30px 15px;
  border-radius: 10px;
}
#premium .h-premium img{
  width: 50%;
  height: auto;
}

#premium .em{
  font-weight: bold;
  font-size: 1.3rem;
}

#premium .item{
  background-color: #fff;
  color: #000;
}

#premium .item-header{
  
  background-color: #F5EF4A;
  display: flex;
  justify-content: center;
}

#premium .item-header .label{
  font-size: 1.8rem;
  background: none;
  margin: 0;
  padding: 10px;
  padding-right: 3rem;
}
#premium .item-header .sub{
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0;
  padding: 10px;
}
#premium .item-header .sub strong{
  font-size: 1.8rem;
  background-image: linear-gradient(transparent 50%, #fff 50%);
  margin: 0 .5rem;
}

#premium .item dt,
#premium .item dd {
  padding: 1.5rem .3rem;
}

#premium .item dt {
  border-top: 2px solid #000;
  padding-bottom: 0;
  font-size: 1.2rem;
}
#premium .item dd {
  font-size: 1.5rem;
  padding-top: .3rem;
}

@media (max-width:600px){
  #premium{
    margin: 2rem 0 0;
    padding: 15px 10px;
    border-radius: 8px;
  }

  #premium .h-premium img{
    width: 100%;
    height: auto;
  }

  #premium .item-header{
    flex-direction: column;
  }
  #premium .item-header .label{
    font-size: 1.8rem;
    padding: 10px 0 0;
  }
  #premium .item-header .sub{
    font-size: 1.0rem;
    padding-top: 0;
  }
  #premium .item-header .sub strong{
    font-size: 1.6rem;
  }

  #premium .item dt{
    padding-top: 1rem;
  }
  #premium .item dd {
    padding-bottom: 1rem;
  }
}

#lesson{
  color: #fff;
}

#lesson .flex{
  padding: 30px;
}
#lesson .photo{
  width: 350px;
}
#lesson .text{
  width: 500px;
  font-size: 1.2rem;
}
#lesson .text strong{
  display: inline-block;
  margin-bottom: 1rem;
  line-height: 1.8;
}

.section-heading{
  border: 3px solid #fff;
  color: #fff;
  border-left: 0;
  border-right: 0;
  margin-bottom: 2rem;
  padding: 1.5rem;
  text-align: center;
}

.section-heading .sub{
  font-weight: bold;
  margin-bottom: .5rem;
}

.section-heading .head{
  font-size: 1.6rem;
  margin: 0;
  line-height: 1;
}

.section-content{
  background-color: #fff;
  border-radius: 15px;
  padding: 30px;
}

.label{
  background-color: #CDDDC7;
  color: #000;
  text-align: center;
  font-size: 1.2rem;
  padding: .3rem;
  margin-bottom: 1.5rem;
}

.note{
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
}

table.fee-list{
  border: 1px solid #000;
  border-collapse: collapse;
  width: 100%;
  font-size: 1.125rem;
}

table.fee-list th,
table.fee-list td{
  border: 1px solid #000;
  padding: .5rem .2rem;
  text-align: center;
  vertical-align: middle;
}

table.fee-list .booth{
  width: 25%;
}
table.fee-list .price{
  white-space: nowrap;
  width: 25%;
}

table.fee-list.type2 .price,
table.fee-list.type2 .booth{
  width: 33%;
}

#membership{
  text-align: center;
}

#membership article{
  margin-bottom: 2rem;
  font-weight: bold;
}

#membership article .sub{
  margin-bottom: .5rem;
}

#membership article .fee{
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
#membership article .fee:last-child{
  margin-bottom: 0;
}

#membership .otoku{
  font-size: 1.8rem;
  font-weight: bold;
  margin: 1.5rem 0;
}

#terms-of-use .section-content{
  max-height: 100vh;
  overflow: auto;
  padding: 50px;
}

#terms-of-use h3{
  margin: 2.5rem 0 1rem;
}
#terms-of-use h3:first-child{
  margin-top: 0;
}

#terms-of-use ul,
#terms-of-use ol{
  padding-left: 1.5rem;
}
#terms-of-use li{
  margin: 1rem 0;
}

@media (max-width:600px){

  .inner{
    width: 100%;
  }

  .flex{
    flex-direction: column;
  }

  .section-content{
    border-radius: 10px;
    padding: 20px 10px;
  }

  #cover{
    background-size: 90%;
  }

  #cover .photo{
    padding: 2rem 20px;
  }

  #booth .item{
    flex-direction: column;
    margin: 1.5rem 0;
    padding: 15px;
    padding-bottom: 20px;
  }

  #booth .item-content{
    width: 100%;
  }
  #booth .item-thumbnail{
    width: 100%;
    margin-bottom: 1rem;
  }

  #booth .item .title{
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
  }

  #booth .item .desc{
    text-align: center;
    font-size: 1rem;
    line-height: 1.6;
  }

  #booth .item .bland{
    padding: 1rem 0;
  }

  #lesson{
    margin: 80px 0 0;
  }
  #lesson .flex{
    padding: 0;
  }
  #lesson .photo,
  #lesson .text{
    width: 100%;
    font-size: 1rem;
  }

  #lesson .photo img{
    display: block;
    width: 80%;
    margin:  0 auto 1.5rem;
  }

  #terms-of-use .section-content{
    padding: 20px;
  }

  table.fee-list{
    font-size: 1rem;
  }
}