﻿/* ナイトプールCSS */
.nightpool {
  width: 100%;
  /* height: 800px; */
  background-image: url(../img/nightpool/bg01.png);
  background-position: center;
  background-size: cover;
  margin-bottom: 100px;
}

.nightpool img {
  padding-top: 50px;
}

.np {
  background-color: #130410;
}

.news-bl dt,
.news-bl dd {
  color: white;
}

.news-bl dd {
  font-size: 1.3em;
}

.news-bl dt {
  font-size: 1.2em;
}

.mttl_slash {
  color: white;
}

.news-bl dt {
  background: #cf0097;
}

.mttl_slash:before {
  color: #cf0097;
}

.mttl_slash:after {
  background-color: #130410;
}

@media (max-width: 1368px) {
  .nightpool {
    margin-bottom: 50px;
  }
}

.image-box {
  width: 33.33%;
  box-sizing: border-box;
}

.container h3.title {
  color: white;
  font-size: 20px;
}

#contentwrap p img {
  padding-left: 2%;
  padding-right: 2%
}

/* 3カラム画像をレスポンシブ */
.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 1291px) {
  .image-box {
    flex-basis: calc(50%);
    /* 2カラム表示に変更 */
  }
}

@media screen and (max-width: 480px) {
  .image-box {
    flex-basis: 100%;
    /* 1カラム表示に変更 */
  }
}


.sp-br {
  display: none
}

@media (max-width: 490px) {
  .sp-br {
    display: block;
  }
}


/* BBQボタン */
.border_btn01 {
  display: inline-block;
  width: 100%;
  max-width: 260px;
  color: #fff;
  border: 2px solid #fff;
  background: #ad0000;
  padding: 0.5em 2em;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  transition: 0.3s;
}

/* マウスオーバーした際のデザイン */
.border_btn01:hover {
  color: #fff;
  /* 文字色 */
  background: #000000;
  /* 背景色 */
}

a:link,
a:visited,
a:hover {
  color: #fff;
  text-decoration: none;
}

/* タイムテーブル */
caption {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}

.timeTable {
  clear: both;
}

.col2of4 {
  width: 400px;
  float: left;
  zoom: 1;
}

.tableBox {
  margin: 0 10px;
}

table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
}

th,
td {
  border: 1px solid #fff;
}

th {
  width: 70px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  background-color: #2C3E5C;
  vertical-align: top;
}

td {
  height: 25px;
  padding: 0 10px;
  font-size: 14px;
  text-align: center;
  background: transparent;
}

.borderNone {
  border-bottom: 1px solid #2C3E5C;
}

.tableBox th.just {
  padding-top: 7px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}

.color01 {
  background: #D8C8AE;
}

.color02 {
  background: #80B7E8;
}

.line2 {
  height: 51px;
}

.line3 {
  height: 77px;
}

/* アコーディオン */
.accbox {
  padding: 0;
  max-width: 1200px;
  margin: 0 auto;
}

.accbox label {
  cursor: pointer;
  padding: 10px;
  background: transparent;
  text-align: center;
  width: 300px;
  margin: 15px auto;
  color: #ffeb00;
  display: block;
  padding: 8px 5px;
  font-size: 18px;
  font-weight: 700;
  border: 2px solid #ffeb00;
  border-radius: 35px;
}

.accbox label:hover {
  background: #0016bd69;
  color: #fefefe;
}

.accbox input {
  display: none;
}

.accbox .accshow {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}

.cssacc:checked+.accshow {
  height: auto;
  padding: 10px;
  background: transparent;
  opacity: 1;
  position: relative;
}

.tp {
  max-width: 500px;
  margin: 0 auto;
}



/* タイムテーブル */
.mtitle_small2 {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px
}

.mtitle_small2:before {
  content: "";
  background-color: #ffaec3;
  width: 10px;
  height: 4px;
  position: absolute;
  top: .6em;
  left: 0
}

.spbr2 {
  display: none
}


.daily-dl {
  position: relative
}

.daily-dl .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  position: relative;
  background-color: #ffeb00;

}

.daily-dl .inner:before {
  position: absolute;
  content: "";
  height: 125%;
  width: 8px;
  top: 25px;
  left: 30px;
  background: #ffeb00
}

.daily-dl .inner:last-child:before {
  display: none
}

@media all and (max-width: 639px) {
  .daily-dl .inner {
    width: 100%;
    margin: 0 auto 20px
  }

  .daily-dl .inner:before {
    width: 8px;
    height: 130%;
    left: 30px;
    top: 15px
  }
}

.daily-dl .inner dt {
  width: 170px;
  height: 38px;
  margin: 10px;
  line-height: 70px;
  background: #ffffff;
  border-radius: 3%;
  color: #000;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  position: relative;
  z-index: 4;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  letter-spacing: .05em;
  font-size: 16px;
  border-radius: 10px
}

.daily-dl .inner dt.line2 {
  line-height: 1.2;
  padding-top: 18px
}

@media all and (max-width: 639px) {
  .daily-dl .inner dt {
    font-size: 1.2rem
  }
}

.daily-dl .inner dd {
  flex: 1;
  position: relative;
  background: #fff;
  left: -10px;
  margin-top: 5px;
  padding: 15px 10px 15px 15px;
  font-weight: bold;
  color: #000000;
  z-index: 2;
  background: #ffeb00;
  border-radius: 10px 0 10px 0
}

.daily-dl .inner dd p {
  font-weight: 700;
  letter-spacing: .2em;
  margin-left: 30px;
  font-size: 18px;
}


.daily-dl .inner dt.line2 {
  line-height: 1.2;
  padding-top: 18px
}

@media all and (max-width: 639px) {
  .daily-dl .inner dd p {
    font-size: 14px;
  }

  .daily-dl .inner dt.line2 {
    padding-top: 14px;
  }

  .daily-dl .inner dt {
    width: 130px;
  }
}

.dj_name {
  color: #fff;
  font-weight: bold;
  font-size: 17px;
}

.dj_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
}

.dj_flex.dj0728 {
  display: flex;
  justify-content: space-between;
  display: wrap;
  max-width: 500px;
  margin: 0 auto;
}

.dj_each {
  margin: 0 1%;
}

@media (max-width: 690px) {
  .dj_each {
    width: 45%;
  }
}

/* スケジュールボタン */
.schedule {
  text-align: center;
  display: flex;
  align-items: center;
  font-weight: bold;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  border-radius: 5px;
  letter-spacing: 0.1em;
  width: 250px;
  height: 60px;
  transition: 0.3s;
  background-image: radial-gradient(circle at 100% 0%, rgb(0 72 177) 15%, rgb(230 35 136));
  margin: 0 auto;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.6);
}

.schedule:hover {
  opacity: 0.7;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0);
}

.schedule_np th {
  vertical-align: middle;
  padding: 15px 40px;
  font-weight: bold;
  line-height: 2.5;
  border: #ddd 1px solid;
  color: #fff;
  background: #3da6e5;
  font-size: 18px;
}

.schedule_np td {
  padding: 15px 30px;
  font-size: 17px;
}

@media (max-width: 490px) {
  .schedule_np th {
    padding: 20px 20px;
    font-weight: bold;
    line-height: 1;
    border: #ddd 1px solid;
    color: #fff;
    background: #3da6e5;
    font-size: 1.5em;
  }

  .schedule_np td {
    padding: 15px 30px;
    font-size: 1.4em;
  }

  .border_btn01 {
    font-size: 16px;
  }

  /* インスタ */
  .icon img {
    width: 70px;
  }
}

/* 台風 */

.typhoon_1 {
  display: flex;
  justify-content: center;
}

/* 8月4・5日台風により中止 */
.typhoon {
  color: #fff;
  font-weight: bold;
  font-size: 2.3em;
  background-color: red;
  width: 330px;
  border-radius: 5px;
  transform: rotate(20deg);
  padding: 0px 10px;
  top: 150px;
  position: absolute;
  z-index: 100;
}

@media (max-width: 490px) {
  .typhoon {
    color: #fff;
    font-weight: bold;
    font-size: 1.7em;
    background-color: red;
    width: 280px;
    border-radius: 5px;
    transform: rotate(20deg);
    padding: 0px 10px;
    z-index: 100;
    text-align: center;
    top: 150px;
    position: absolute;
  }
}

/* ナイトプールCSS↑ */