/* ==================================

  index.css

================================== */

/* ==================================

  Top -  トップ画像

================================== */

.header-bg {
  background-image: url("../img/top.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: relative;
}

.header-bg::before{
  background-color: rgba(0,0,0,0.3);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
}

.header-img-box {
  width: 200px;
  color: #FFF;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;
  z-index: 1;
}

.header-text-box {
  width: 600px;
  margin: -56px auto 0 auto;
  text-align: center;
  background-color: rgba(34,24,22,0.9);
  color: #FFF;
  padding: 8px;
}

@media screen and (max-width: 640px) {
  .header-text-box {
    width: 90%;
  }
}

.header-text-box img {
  margin-top: 10px;
  width: 80%;
  height: auto;
  display: block;
  margin: 0 auto;
}


/* ==================================

  Contents -  コンテンツ

================================== */

h1 {
  text-align: center;
  font-weight: bold;
  font-size: 3.0rem
}

h2 {
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  padding: 0;
}

h3 {
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
}

.section-line {
  display: block;
  line-height: 16.0;
  text-align: center;
}

.title-line {
  display: block;
  line-height: 2.0;
  text-align: center;
  padding-top: 128px;
}

.title-line-bottom {
  display: block;
  line-height: 2.0;
  text-align: center;
  padding-bottom: 64px;
}



/* ==================================

  About -  CROSSOVER

================================== */

.about-box {
  width: 980px;
  margin: 0 auto 64px;
  font-size: 1.4rem;
}

.about-img-box {
  width: 100%;
  margin-bottom: 96px;
  text-align: center;
}

.about-text-box {
  width: 50%;
  line-height: 2.0;
}

.about-works-box {
  width: 40%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .about-box {
    width: 90%;
  }
}

@media screen and (max-width: 640px) {
  .about-box .flex-space-between {
    display: block;
  }
  .about-img-box {
    margin-bottom: 64px;
    font-size: 0.9rem;
  }
  .about-text-box {
    width: 100%;
  }
  .about-works-box {
    width: 100%;
    margin-top: 32px;
    font-size: 0.9rem;
  }
}

.about-title {
  font-size: 2.5rem;
  padding-bottom: 32px;
}

.about-detail-text {
  padding-bottom: 8px;
}

.price-box {
    width: 980px;
    margin: 32px auto;
}

.price-innner-box {
    width: 50%;
    padding: 16px 0;
    margin: 0 16px;
}

.p_title {
    font-size: 1.7rem;
}

@media screen and (max-width: 768px) {
    .price-box {
        width: 90%;
    }
    
    .price-box .flex-space-around {
        display: block;
    }
    
    .price-innner-box {
        width: 100%;
        padding: 32px 0;
    }
}

.n-text {
    text-indent: -1em;
    padding-left: 1em;
    text-align: left;
}

@media screen and (max-width: 640px) {
    .price p {
        text-align: center;
    }
    
    .notice-text {
        display: block;
    }

    .price p.n-text {
      text-align: left;
    }
}
    

.price-text {
    font-size: 2.8rem;
}

.ptm {
    margin: 12px 0;
}

.about-bg-box {
    height: 600px; 
    background-image: url(../img/top_2411.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}

@media screen and (max-width: 768px) {
    .about-bg-box {
        height: 550px;
    }
}

@media screen and (max-width: 640px) {
    .about-bg-box {
        height: 450px;
    }
}


/* ==================================

  About -  施設情報

================================== */

.floor-box {
  width: 980px;
  margin: 0 auto 64px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .floor-box {
    width: 90%;
  }
}

.img-box {
  width: 100%;
}

.img-box img {
  transition: all 0.3s ease-out;
}

.img-box img:hover {
  transform: scale(1.3);
}

.over {
  overflow: hidden;
}

.img-text {
    font-family: kozuka-gothic-pr6n, sans-serif;
    font-weight: 900;
    font-style: normal;
}

.img-text-left {
  position: absolute;
  bottom: 18px;
  left: 4px;
  color: #FFF;
  font-size: 2.5em;
  font-weight: 900;
  line-height: 1.0;
  border-bottom: 1px solid #FFF;
}

.img-text-jap-left {
  position: absolute;
  bottom: 0;
  left: 4px;
  color: #FFF;
  font-size: 1.0rem;
}

.img-text-right {
  position: absolute;
  bottom: 18px;
  right: 4px;
  color: #FFF;
  font-size: 2.5em;
  font-weight: 900;
  line-height: 1.0;
  border-bottom: 1px solid #FFF;
}

.img-text-jap-right {
  position: absolute;
  bottom: 0;
  right: 4px;
  color: #FFF;
  font-size: 1.0rem;
}

.floor-text-box {
  width: 90%;
  margin: 0 auto;
  font-size: 1.4rem;
  text-align: center;
}



/* ==================================

  Info -  お知らせ

================================== */

.info-area {
  background-color: rgba(143, 126, 79, 0.1);
  color: #2D080A;
  padding: 0 0 64px;
}

.info-bg-box {
  width: 980px;
  margin: 0 auto;
  padding: 16px 16px 32px;
  background-color: #FFFFFF;
}

@media screen and (max-width: 768px) {
  .info-bg-box {
    width: 95%;
  }
}

.info-box {
  margin: 32px 0;
  padding: 8px 4px;
  border-bottom: 1px solid #DDDDDD;
  transition: all 0.3s ease-out;
}

.info-box a {
  color: #221816;
  transition: all 0.5s ease-out;
}

.info-box a:hover {
  color: #8F7E4F;
}

.info-box:hover {
  display: block;
  background-color: rgba(143, 155, 79, 0.1);
}

.info-box h4 {
  font-size: 1.3rem;
}

.date-title {
  font-size: 1.2rem;
  font-weight: bold;
  color: #6A5837;
}

.bunrui {
  font-size: 1.2rem;
  font-weight: bold;
  color: #FFF;
  background-color: #6A5837;
  margin-left: 8px;
  padding: 0 4px;
}



/* ==================================

  Reservation -  予約状況

================================== */

/* 予約状況 */
.reserve-area {
  width: 900px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .reserve-area {
    width: 95%;
  }
}

/* 曜日 */
.item {
    width: 14%;
    display: block;
    text-align: center;
    font-weight: bold;
}

.day-box {
    width: 14%;
}

.day {
    width: 100%;
    color: #534741;
    margin-bottom: 2px;
    list-style: none;
    vertical-align: middle;
    text-align: center;
    background-color: rgba(143,126,79,0.3);
    height: 27px;
    line-height: 27px;
    font-weight: bold;
}

.red-text {
    color: #DC143C;
}

.blur-text {
    color: #00008B;
}

.status {
    width: 100%;
    font-size: 1.3rem;
    background-color: rgba(230,230,230,0.3);
    height: 45px;
    line-height: 45px;
    vertical-align: middle;
    text-align: center;
}


/* ==================================

  Flow -  ご利用の流れ

================================== */
.flow-area {
    width: 500px;
    margin: 0 auto;
}

.flow-box {
    margin-bottom: 64px;
}

@media screen and (max-width: 640px) {
    .flow-area {
        width: 95%;
    }
}

/* No */
.flow-no-box {
    position: relative;
    width: 20%;
    height: auto;
    border-radius: 50%;
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
    background-color: rgba(143,126,79,0.3);
}

/* テキスト */
.flow-text-box {
    width: 80%;
}

/* 高さ可変 */
.box-1x1:before {
    content: "";
    display: block;
    padding-top: 100%;
}

/* 縦横中央配置 */
.inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    margin: auto;
    font-size: 2.2rem;
    font-weight: bold;
}

.line-box {
    margin-left: -24px;
}

.flow-title {
    width: 100%;
    vertical-align: middle;
    font-size: 2.8rem;
    border-bottom: 1px solid #221816;
    padding-left: 40px;
}

.flow-text {
    padding: 8px 0 0 40px;
}

@media screen and (max-width: 640px) {
    .flow-no-box {
        width: 30%;
    }

    .flow-text-box {
        width: 70%;
    }

    .flow-title {
        font-size: 2.4rem;
        padding-left: 32px;
    }

    .flow-text {
        padding: 8px 0 0 32px;
    }
}

.flow-text a {
    color: #221816;
}



/* ==================================

  Accsess -  アクセス

================================== */

#google-map-area {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 30%;
}

@media screen and (max-width: 768px) {
  #google-map-area {
    padding-top: 50%;
  }
}

@media screen and (max-width: 640px) {
  #google-map-area {
    padding-top: 85%;
  }
}

#google-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.accsess-box {
  width: 980px;
  font-size: 1.4rem;
  text-align: left;
  margin: 32px auto;
}

@media screen and (max-width: 768px) {
  .accsess-box {
    width: 90%;
  }
}

.waku {
  border: 1px solid #000;
  padding: 16px;
  margin: 0 0 16px 0;
} 