@charset "UTF-8";

body {
  font-family:"Osaka" , "Yu Gothic", YuGothic, Helvetica, Arial,
  "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",
  Meiryo, メイリオ, sans-serif;
  color: #FFF;
}

img {
  max-width: 100%;
}

*{
  margin: 0px;
  padding: 0px;
}
/* セクション共通 */

#about, #campaign, #program, #price, #voice, #access{
  background-color: #333;
}

#header{
  width: 100%;
  height: 70px;
  color:#333;
  background-color: #FFF;
  position: fixed;
  top: 0;
  z-index: 1;
}

#about{
  color: #333;
  text-align: center;
}

#program{
  background-color: #333;
  line-height: 3;
  }

#price{
  color: #333;
  text-align: center;
  }


.section-inner{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fff;
}

.col-2{
  display: flex;
  align-items: center;
}

.col-2 .item{
  width: calc(100%/2);
}

.col-2 .item-1,.item-2,.item-3,.item-4,.item-5,.item-6,.item-7,.item-8,.item-9,.item-10,.item-11, .item-12, .item-13, .item-14{
  width: calc(100%/2);
}

#about .col-2{
  background-image: url(../images/about-bgimg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px){
  .col-2{
    flex-direction: column;
  }

  .col-2 .item{
    width: 100%;
  }

.col-2 .item-1,.item-2,.item-3,.item-4,.item-5,.item-6,.item-7,.item-8,.item-9,.item-10,.item-11, .item-12, .item-13, .item-14{
  width: 100%;
  text-align: center;
  }
}

#about .col-2{
  background-image:none;
}



#access.section-inner {
  background-color: #fff;
}

.pc-only{
  display: block;
}

.sp-only{
  display: none;
}


/* --スマホ-- */
@media screen and (max-width: 768px){
  .section-inner{
    max-width: 550px;
  }

  .pc-only{
    display: none;
  }

  .sp-only{
    display: block;
  }


}

h2.large{
  font-family:'Montserrat',sans-serif;
  color: #333;
  font-weight: bold;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.07em;
  background-color: #FFE500;
  text-align: center;
  padding: 10px 0 ;
}

h2.small{
  color: #333;
  font-size: 18px;
  letter-spacing: 0.07em;
  background-color: #FFE500;
  text-align:center;
  padding-bottom: 10px;

}

h3{
  color: #333;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.07em;
  padding-bottom: 10px;
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 1em;

}

h3:before{
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #FFE500;
  border-radius: 1px;
}

p.large{
  color: #333;
  font-weight: bold;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.07em;
  padding: 20px 0 ;
}

p.medium{
  color: #333;
  font-weight: bold;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.07em;
  display: inline-block;
}

p.small {
    color: #b29f79;
    font-size: 10px;
    letter-spacing: 0.09em;
    text-align: right;
    margin: 0 150px 30px 0;
}

p.medium-2{
  color: #333;
  font-weight: bold;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.07em;
  text-align: right;
}

p.cta{
  color: #333;
  font-size: 16px;
  line-height: 2.5;
  letter-spacing: 0.07em;
  text-align: center;
}

p.reserve{
  color: #333;
  font-weight: bold;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.07em;
  text-align: center;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px){

  .item-1{
    order:2
  }
  .item-2{
    order: 1;
  }

  #about h2.large{
    font-size: 30px;
    margin-top: 40px;
  }

  h2.small{
    font-size: 10px;
  }

  h3{
    font-size: 15px;
  }

  h3:before{
    width: 40px;
  }

  p.large{
    font-size: 11px;
  }

  p.medium{
    font-size: 10px;
    text-align: center;
  }

  p.small {
      font-size: 8px;
      margin: 0 30px 30px 0;

  }

  p.medium-2{
    font-size: 10px;
    text-align: center;
  }

  p.cta{
    font-size: 10px;
  }

  p.reserve{
    font-size: 10px;
  }
}

/* ヘッダー */

#header ul.gnav-pc{
  margin-top: 30px;
}

.gnav-pc-wrap{
  text-align: center;
}

.gnav-sp-wrap{
  display: none;
}

ul.gnav-pc li {
    margin-right: 30px;
    display: inline;
    width: 1200px;
}

ul.gnav-pc li a{
    font-family: 'Osaka',sans-serif;
    font-size: 15px;
    letter-spacing: 0.1em;
    color: #333;
    font-weight: bold;
    text-decoration: none;
}

ul.gnav-pc li a:visited{
  color:  #333;
}

ul.gnav-pc li a:hover{
  color: #FFE500;
  text-decoration: none;
}

#menu-button{
  display: none;
}

@media screen and (max-width: 768px){
    #header {
      height: 60px;
      padding: 0;
    }

    #header h1 {
      padding-left: 20px;
    }

    #header h1 a {
      display: flex;
    }

    .gnav-pc-wrap {
      display: none;
    }

    #menu-button {
      display: block;
      width: 60px;
      height: 60px;
      padding: 22px 18px;
    }

    .menu-button-inner {
      position: relative;
      display: block;
      width: 100%;
      height: 100%;
    }

    .menu-button-inner span {
      display: block;
      width: 100%;
      height: 2px;
      background-color: #2D3D42;
      position: absolute;
    }

    .menu-button-inner span:nth-child(1) {
      top: 0;
    }

    .menu-button-inner span:nth-child(2) {
      top: 0;
      bottom: 0;
      margin: auto;
    }

    .menu-button-inner span:nth-child(3) {
      bottom: 0;
    }

    /* スマホ用メニューのスタイル */
    .gnav-sp-wrap {
      display: none;
      width: 100vw;
      height: 100vh;
      background-color: #fff;
      position: fixed;
      z-index: 100;
      padding-top: 100px;
    }

    ul.gnav-sp li {
      text-align: center;
      margin-bottom: 30px;
    }

    ul.gnav-sp li a {
      font-family: 'Osaka', sans-serif;
      font-size: 20px;
      letter-spacing: 0.1em;
      color: #333333;
      font-weight: bold;
      text-decoration: none;
    }
  }



/* メインビジュアル */

#mainvisual{
  background-image: url("../images/mainvisual-pc.png");
  width: 100vw;
  height: 100vh;
  top:43px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.copy-wrap{
  position: absolute;
  right: 50px;
  bottom: 300px;
}

.copy{
  font-size: 33px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.07em;
  margin-bottom: 10px;
  text-shadow: 2px 2px 5px #000;
}

.logo{
  width:700px;
}

.award{
  width: 300px;
  display: flex;
  margin: 0 auto;
  justify-content: center;

}

.main-award{
  width: 180px;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  position: absolute;
  right: 300px;
}

.badge{
  margin: 0 20px 20px 20px;
  padding-top: 20px;
  display: inline-block;
}

.mainbadge{
  margin: 10px;
  display: inline-block;
}

#mainvisual p.small {
    position: absolute;
    margin: 0;
    bottom: -200px;
    right: 20px;
}

@media screen and (max-width: 768px) {
  #mainvisual {
    width: 100vw;
    height: 100vw;
    background-image: url("../images/mainvisual-sp.png");
  }

  .copy-wrap {
    right: 10px;
    top: 190px;
  }

  .copy{
    font-size: 18px;

  }

  .logo{
    width:250px;
  }

  .award{
    width: 300px;
  }

  .main-award {
    width: 80px;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    position: absolute;
    right: 90px;
}

  .badge{
    margin: 0 10px 10px 10px;
    padding-top: 10px;
    display: inline-block;
  }

  .mainbadge{
    margin: 5px;
    display: inline-block;
  }
}

/* Make＆Spaceについて */

#about h2.large{
  margin: 40px 0 0 0 ;
}

p.about{
    color: #333;
    font-weight: bold;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.07em;
    display: inline-block;
    margin: 8px 0 ;
    vertical-align: middle;
  }

ul.about{
  list-style: none;
}

ul.about img{
  width: 30px;
  margin-right: 10px;
  vertical-align: middle;
}

#about ul{
  text-align: left;
  margin: 40px 70px;
}

@media screen and (max-width: 768px) {
  p.about{
      font-size: 10px;
      margin: 5px 0 ;
    }

  ul.about{
    list-style: none;
  }

  ul.about img{
    width: 10px;
    margin-right: 5px;
  }

  #about ul{
    text-align: left;
  }


}

/* CAMPAIGN */

img.campaign {
    width: 400px;
    margin: 30px 30px 0 30px;
}

.campaign-img{
  text-align: center;
}


#campaign img.badge {
    width: 200px;
}

@media screen and (max-width: 768px) {
  img.campaign {
      width: 300px;
      margin: 10px 0;
  }

  #campaign img.badge {
      width: 100px;
  }
}




/* PROGRAM */

#program img {
  /* width: 500px;
  height: 333px; */
  margin: 0;
}

#program p.medium{
  line-height: 3;
  margin: 40px 50px;
}

#program p.medium-2{
  line-height: 3;
  margin: 30px 50px;
}

/* #program .item-5,.item-6,.item-7,.item-8,.item-9,.item-10{
  background-image: url(../images/program-bgimg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
} */

#program img.logo-program {
  width: 300px;
  height: 65px;
}

b, strong {
    font-weight: bolder;
    font-size: 20px;
}

@media screen and (max-width: 768px){
/*
  #program .item-5,.item-6,.item-7,.item-8,.item-9,.item-10{
    background-image: none;
  } */

  .item-7{
    order:2;
  }

  .item-8{
    order:1;
  }

  #program img{
    width: 100%;
    height:100%;
    margin: 0 auto;
  }

  #program p.medium{
    margin: 10px;
  }

  #program p.medium-2{
    margin: 10px;
  }

  #program .item{
    background-image: none;
    width: 100%;
    height: 100%;
    display: inline-grid;
  }

  #program img.logo-program {
    width: 120px;
    height: 25px;
  }

  b, strong {
      font-size: 13px;
  }
}

.cta{
  padding:40px 0 ;
}
/* reserve */

#reserve img.line{
  display: block;
  width: 700px;
  margin: 0 auto;
}

.reserve{
  display: block;
  text-align: center;
}

.mocchiri {
    animation: mocchiri 3s infinite;
    width: 700px;
}
@keyframes mocchiri {
    0% {
        transform: scale(1, 0.9);
    }
    20% {
        transform: scale(0.9, 1);
    }
    95% {
        transform: scale(1, 1);
    }
    100% {
        transform: scale(1, 0.9);
    }
}

@media screen and (max-width: 768px){
  .mocchiri {
      width: 400px;
  }
}

/* PRICE */

h3.price{
  padding-top: 20px;
}

p.price{
    font-size: 22px;
    display: inline;
    padding: 0 5px;
}

p.price2{
    font-size: 22px;
    display: inline;
    padding: 0 5px;
    color: #ff6741
}

p.medium-fee{
  display: block;
  text-align: center;
  padding: 20px;
}

#price h3:before{
  display: none;
}

table{
  border-collapse: collapse;
  margin: 0 auto;

}

th, td{
  border: solid 1px #333;
  width: 365px;
  height: 80px;
  text-align: center;
  vertical-align: middle;

}

th{
  background-color: #333;
  color: #FFE500;
  align: center;
  line-height: 2;
}

#price p.medium{
  display: block;
  text-align: right;
  padding: 5px 150px 5px 0;
}

#price p.small {
    color: #b29f79;
    font-size: 10px;
    letter-spacing: 0.09em;
    text-align: right;
    margin: 0 150px 0 0;
    padding-bottom: 30px;
}

p.red{
  color: #ff6741;
  font-size: 18px;
  display: block;
  text-align: right;
  padding: 0 150px 5px 0 ;
}

@media screen and (max-width: 768px){

  p.price{
      font-size: 15px;
  }

  p.price2{
      font-size: 20px;
  }

  table{
    width: 80%;
  }

  th, td{
    font-size: 10px;
  }

  th{
    font-size: 12px;
  }

  #price p.medium{
    padding-right: 30px;
  }

  #price p.small {
    margin-right: 80px;
  }

  p.red{
    font-size: 12px;
    padding-right: 30px;
  }

  span.mergin-right{
    display: none;
  }

}

/* RESERVATION */
#reservation img{
  width: 700px;
  margin: 0;
}

#reservation p.medium{
  line-height: 3;
}

p.number{
  font-family: rift,sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #FFE500;
  font-size: 25px;
  display: inline-block;
  margin: 0 10px;
}

#reservation ul {
  margin: 40px 60px;
}

@media screen and (max-width: 768px){
.item-13{
  order: 2;
  }
.item-14{
  order: 1;
}
}

/* ACCESS */

iframe{
  width: 400px;
  height: 300px;
}

.map{
  margin: 30px 70px;
}

.map-tx{
  margin-left: 50px;
}

#access img.logo-access {
    width: 270px;
    margin: 20px 0;
}

@media screen and (max-width: 768px){
  iframe{
    width: 300px;
    height: 250px;
  }

  .map{
    margin: 10px;
    text-align: center;
  }

  .map-tx{
    margin: 10px;
    text-align: center;
  }
}
