@charset "UTF-8";
#gosan {
  background: #090909;
  color: #fff;
  padding-bottom: 20px;
}
#main h1 {
  text-align: center;
}
#main h1 img {
  margin: 0 auto;
}
#point, #schedule, #reserve, #goods, #attention, #conditions, #contact {
  padding-bottom: 80px;
}
.bg-gosan {
  background: url(/static/img/entertainment/gosan-towerrecords/bg-gosan.png) no-repeat top center;
  background-size: cover;
}
.bg-gosan-bottom {
  background: url(/static/img/entertainment/gosan-towerrecords/bg-gosan-bottom.png) no-repeat bottom center;
  background-size: cover;
}
.announce, .tit-h2 {
  text-align: center;
  background: rgba(77, 37, 37, 0.5);
  padding: 30px 0;
  font-weight: bold;
  font-size: 24px;
}
.tit-h2 {
  margin-bottom: 40px;
}
.page-menu {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1110px;
  margin: 40px auto;
  justify-content: space-between;
}
.page-menu li {
  width: 24%;
}
.page-menu li a {
  display: inline-block;
  background: #742525;
  color: #fff;
  font-weight: bold;
  width: 100%;
  text-align: center;
  padding: 16px 0 21px;
  position: relative;
  border: 4px solid #742525;
}
.page-menu li a:hover {
  text-decoration: none;
  opacity: 0.8;
  border: 4px solid #9D3C3C;
}
.page-menu li a::after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 50%;
}
.tit-point {
  text-align: center;
}
.tit-point img {
  position: relative;
  margin: 60px auto -40px;
  z-index: 2;
}
.box-point {
  background: rgba(173, 173, 173, 0.5);
  border-top: #2C0505 5px solid;
  border-bottom: #2C0505 10px solid;
  padding: 70px 40px 40px;
  position: relative;
  z-index: 0;
}
.box-point::after {
  position: absolute;
  content: ''; /*何も入れない*/
  width: 190px; /*画像の幅*/
  height: 168px; /*画像の高さ*/
  background: url(/static/img/entertainment/gosan-towerrecords/img-dogs.png) no-repeat;
  background-size: contain;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  top: 22%;
  right: 5%;
}
.box-point li {
  font-weight: bold;
  font-size: 20px;
  text-decoration: #2C0505 underline 3px;
  text-underline-offset: 16px;
  margin-bottom: 40px;
  padding-left: 100px;
  position: relative;
  line-height: 2em;
}
.box-point li::before {
  content: '';
  width: 85px;
  height: 63px;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  top: 15px;
  left: 40px;
  position: absolute;
}
.box-point li:nth-child(1)::before {
  background-image: url(/static/img/entertainment/gosan-towerrecords/01.png);
}
.box-point li:nth-child(2)::before {
  background-image: url(/static/img/entertainment/gosan-towerrecords/02.png);
}
.box-point li:nth-child(3)::before {
  background-image: url(/static/img/entertainment/gosan-towerrecords/03.png);
}
.box-point li:nth-child(4)::before {
  background-image: url(/static/img/entertainment/gosan-towerrecords/04.png);
}
.box-point li:nth-child(5)::before {
  background-image: url(/static/img/entertainment/gosan-towerrecords/05.png);
}
.box-point li:nth-child(6)::before {
  background-image: url(/static/img/entertainment/gosan-towerrecords/06.png);
}


.box-point li.txt-add{
	text-decoration: none;
	padding: 10px 10px 0;
	font-weight: normal;
	margin: 0;
	font-size: 15px;	
}


.btn-book {
  display: block;
  background: #742525;
  color: #fff;
  font-weight: bold;
  width: 90%;
  max-width: 500px;
  text-align: center;
  margin: 40px auto;
  position: relative;
  padding: 20px;
  border-radius: 8px;
  border: 4px solid #742525;
}
.btn-book:hover {
  text-decoration: none;
  color: #FFF;
  opacity: 0.8;
  border: 4px solid #9D3C3C;
}
.btn-book.arrow-down::after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 22px;
  position: absolute;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  top: 50%;
  right: 20px;
}
.btn-book.arrow-up::after {
  content: "\f0d8";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 22px;
  position: absolute;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  top: 50%;
  right: 20px;
}
.nav-tabs.nav-schedule {
  border-bottom: none;
  margin: 40px auto;
  width: 100%;
  max-width: 960px;
  justify-content: space-between;
}
.nav-tabs.nav-schedule .nav-item {
  width: 49%;
  text-align: center;
}
.nav-tabs.nav-schedule .nav-link {
  background: #391515;
  color: #C5BDBD;
  font-weight: normal;
  position: relative;
  padding: 12px;
  border-radius: 4px;
  border: 4px solid #391515;
}
.nav-tabs.nav-schedule .nav-link b {
  font-size: 1.1em;
}
.nav-tabs.nav-schedule .nav-link.active {
  border: none;
  background: #742625;
  color: #fff;
  border: 4px solid #742625;
}
.dl-detail {
  width: 90%;
  max-width: 630px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}
.dl-detail dt {
  width: 30%;
  margin-bottom: 20px;
  text-align: center;
}
.dl-detail dt span {
  border: 2px solid #fff;
  padding: 10px;
  border-radius: 30px;
  text-align: center;
  display: inline-block;
  width: 160px;
}
.dl-detail dd {
  width: 70%;
  margin-bottom: 20px;
  align-self: center;
  font-weight: bold;
}
.box-schedule {
  width: 100%;
  max-width: 780px;
  margin: 40px auto;
}
.box-schedule h3 {
  width: 100%;
  text-align: center;
  background: #5D5D5D;
  padding: 10px;
  font-weight: bold;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  font-size: 18px;
}
.table-schedule {
  border: solid 1px #5D5D5D;
  padding: 20px 40px 0;
}
dl.timeschedule {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
dl.timeschedule dt {
  width: 30%;
  background: #333333;
  margin-bottom: 30px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
dl.timeschedule dt::before {
  content: ''; /*何も入れない*/
  width: 30px; /*画像の幅*/
  height: 30px; /*画像の高さ*/
  background: url(/static/img/entertainment/gosan-towerrecords/ico-clock.png) no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
  margin-right: 5px;
}
dl.timeschedule.premium dt::before {
  content: none;
  margin-right: 0;
}
dl.timeschedule dt:nth-of-type(2n+1) {
  background: #1D1D1D;
}
dl.timeschedule dd {
  width: 70%;
  background: #333333;
  margin-bottom: 30px;
  padding: 10px;
  position: relative;
  display: flex;
  align-items: center;
  text-align: left;
}
dl.timeschedule dd:nth-of-type(2n+1) {
  background: #1D1D1D;
}
dl.timeschedule dd::after {
  position: absolute;
  content: ''; /*何も入れない*/
  width: 38px; /*画像の幅*/
  height: 16px; /*画像の高さ*/
  background: url(/static/img/entertainment/gosan-towerrecords/ico-arrow.png) no-repeat;
  background-size: contain;
  transform: translate(-50% -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  bottom: -32px;
  left: 30%;
}
dl.timeschedule dd:last-child::after, dl.timeschedule dd.mark-part::after {
  background: none;
}
dl.timeschedule dt.mark-part, dl.timeschedule dd.mark-part {
  content: none;
  background: none;
  margin-bottom: 0;
}
dl.timeschedule dt .one, dl.timeschedule dt .two, dl.timeschedule dt .red, dl.timeschedule dt .yellow {
  width: 50%;
  text-align: center;
}
dl.timeschedule dt .one {
  background: url(/static/img/entertainment/gosan-towerrecords/ico-red.png) no-repeat;
  width: 56px;
  height: 33px;
  text-align: center;
  margin: 0 auto;
}
dl.timeschedule dt .two {
  background: url(/static/img/entertainment/gosan-towerrecords/ico-yellow.png) no-repeat;
  width: 56px;
  height: 33px;
  text-align: center;
  margin: 0 auto;
}
dl.timeschedule dt .red, dl.timeschedule dt .yellow {
  position: relative;
}
dl.timeschedule dt .red {
  color: #CC2934;
}
dl.timeschedule dt .red::before {
  position: absolute;
  content: ''; /*何も入れない*/
  width: 24px; /*画像の幅*/
  height: 24px; /*画像の高さ*/
  background: url(/static/img/entertainment/gosan-towerrecords/ico-clock.png) no-repeat;
  background-size: contain;
  transform: translate(-50% -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  top: 50%;
  left: 10px;
  margin-right: 5px;
  filter: brightness(0) saturate(100%) invert(16%) sepia(76%) saturate(3392%) hue-rotate(343deg) brightness(109%) contrast(87%);
}
dl.timeschedule dt .yellow {
  color: #C6A929;
}
dl.timeschedule dt .yellow::before {
  position: absolute;
  content: ''; /*何も入れない*/
  width: 24px; /*画像の幅*/
  height: 24px; /*画像の高さ*/
  background: url(/static/img/entertainment/gosan-towerrecords/ico-clock.png) no-repeat;
  background-size: contain;
  transform: translate(-50% -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  top: 50%;
  left: 10px;
  margin-right: 5px;
  filter: brightness(0) saturate(100%) invert(60%) sepia(86%) saturate(371%) hue-rotate(12deg) brightness(94%) contrast(91%);
}
.reserve-box {
  display: flex;
  justify-content: space-between;
  max-width: 900px;
  margin: 40px auto;
}
.reserve-box li {
  width: 31%;
  display: flex;
}
.reserve-box li a {
  display: inline-block;
  color: #FFF;
  border: 3px solid #FFF;
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  position: relative;
  font-weight: bold;
}
.reserve-box li a::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  color: #742625;
  font-weight: 900;
  font-size: 22px;
  content: "\f0da";
  transform: translate(-50% -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  top: 50%;
  right: 2%;
}
.reserve-box li a:hover {
  text-decoration: none;
  background: rgba(77, 37, 37, 0.7);
}
.txt-big {
  font-size: 1.2em;
}
.txt-plan {
  display: inline-block;
  margin-bottom: 10px;
}
ul.list-goods {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
}
ul.list-goods li {
  width: 32%;
  display: flex;
  flex-direction: column;
  border: 3px solid #FFF;
  border-radius: 6px;
  padding: 20px 0;
}
.img-goods {
  height: 230px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
.tit-goods {
  background: #fff;
  color: #391515;
  padding: 10px;
}
.tit-goods dt{
	font-size: 15px;
}
.tit-goods dd {
  text-align: right;
  font-weight: bold;
  font-size: 1.2em;
}
.tit-goods dd small {
  font-weight: bold;
}
ul.list-goods li p {
  padding: 10px 10px 0;
}
.list-attention {
  font-size: 0.9em;
}
.list-attention li {
  padding-left: 16px;
  position: relative;
}
.list-attention li::before {
  content: "・";
  position: absolute;
  left: 0;
}
#conditions, #contact {
  text-align: center;
	font-size: 0.9em;
}
.dl-conditions dt {
  border: 2px solid #fff;
  padding: 6px;
  padding: 6px;
  border-radius: 30px;
  text-align: center;
  display: inline-block;
  width: 160px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.dl-contact dt {
  margin-top: 30px;
}
.dl-contact dd a {
  color: #fff;
  word-break: break-all;
}

.coming{
	opacity: 0.3;
	
}

.txt-start{
	font-weight: bold;
	font-size: 1.2em!important;
	color: #FFF;
	
}


@media (max-width: 991px) {
  dl.timeschedule dt {
    width: 35%;
  }
  dl.timeschedule dd {
    width: 65%;
  }
  .txt-big {
    font-size: 1.1em;
  }
  .tit-goods dt {
    font-size: 1em;
  }
  .box-point::after {
    position: absolute;
    content: ''; /*何も入れない*/
    width: 160px; /*画像の幅*/
    height: 138px; /*画像の高さ*/
    background: url(/static/img/entertainment/gosan-towerrecords/img-dogs.png) no-repeat;
    background-size: contain;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    top: -130px;
    left: 50%;
  }
  .tit-point {
    margin-top: 120px;
  }
}
@media (max-width: 767px) {
  #gosan p {
    font-size: 14px;
  }
  #gosan #point p {
    font-size: 16px;
  }
  #point, #schedule, #reserve, #goods, #attention, #conditions, #contact {
    padding-bottom: 40px;
  }
  .page-menu {
    flex-wrap: wrap;
  }
  .page-menu li {
    width: 49%;
    margin-bottom: 2%;
  }
  .tit-point img {
    width: 95%;
  }
  .box-point {
    padding: 50px 16px 16px 10px;
  }
  .box-point li {
    font-size: 16px;
    padding-left: 80px;
    text-decoration: none;
    margin-bottom: 30px;
  }
  .box-point li::before {
    width: 70px;
    height: 48px;
    top: 65%;
  }
  .box-point li span {
    border-bottom: #2C0505 solid 3px;
    display: inline-block;
  }
  .nav-tabs.nav-schedule .nav-link {
    padding: 16px 4px;
  }
  .nav-tabs.nav-schedule .nav-link {
    font-size: 13px;
  }
  .nav-tabs.nav-schedule .nav-link b {
    font-size: 13px;
  }
  .dl-detail {
    width: 100%;
  }
  .dl-detail dt {
    width: 35%;
    font-size: 14px;
    text-align: center;
  }
  .dl-detail dt span {
    width: 110px;
    padding: 6px;
  }
  .dl-detail dd {
    width: 65%;
    font-size: 15px;
  }
  .table-schedule {
    padding: 16px 10px 0;
    ;
  }
  dl.timeschedule dt {
    width: 26%;
    font-size: 13px;
  }
  dl.timeschedule dd {
    width: 74%;
    font-size: 13px;
  }
  dl.timeschedule dt::before {
    width: 20px;
    height: 20px;
    left: 0;
  }
  dl.timeschedule.premium dt {
    width: 48%;
    font-size: 13px;
    text-align: right;
  }
  dl.timeschedule.premium dd {
    width: 52%;
    font-size: 13px;
  }
  dl.timeschedule dt .yellow, dl.timeschedule dt .red {
    padding-left: 10px;
  }
  dl.timeschedule dt .yellow::before {
    width: 20px;
    height: 20px;
  }
  dl.timeschedule dt .red::before {
    width: 20px;
    height: 20px;
  }
  .reserve-box {
    display: block;
  }
  .reserve-box li {
    width: 100%;
    margin-bottom: 20px;
  }
  ul.list-goods {
    display: block;
  }
  ul.list-goods li {
    width: 100%;
    margin-bottom: 20px;
  }
  #contact {
    text-align: left;
  }
  .txt-big {
    font-size: 16px;
  }
  .announce, .tit-h2 {
    font-size: 18px;
    padding: 20px 0;
  }
	.dl-conditions dd{
		font-size:14px;
	}
}
@media (max-width: 360px) {
  .dl-detail dt {
    width: 40%;
    font-size: 14px;
    text-align: left;
  }
  .dl-detail dt span {
    width: 110px;
    padding: 6px;
  }
  .dl-detail dd {
    width: 60%;
    font-size: 14px;
  }
  dl.timeschedule dt .yellow::before {
    width: 12px;
    height: 12px;
  }
  dl.timeschedule dt .red::before {
    width: 12px;
    height: 12px;
  }
  dl.timeschedule dt .yellow, dl.timeschedule dt .red {
    padding-left: 14px;
  }
  .nav-tabs.nav-schedule .nav-link {
    font-size: 11px;
    padding: 16px 0;
  }
  .nav-tabs.nav-schedule .nav-link b {
    font-size: 12px;
  }
}