@charset "UTF-8";
/* CSS Document */
/*
font-family: 'Concert One', cursive;
font-family: 'M PLUS Rounded 1c', sans-serif;
font-family: 'Noto Sans JP', sans-serif;
*/
/* リセット */
html, body, ul, li, dl, dt, dd, div, p, h1, h2, h3, span {
  margin: 0;
  padding: 0;
}
.bof-lp section {
  /* border: none;
  background: none; */
}
.bof-lp a:hover {
  color: inherit;
}
.bof-lp i[class*="fa-"] {
  margin-right: 0;
}
@media screen and (max-width:768px) {}
/*=======================================
	共通
=======================================*/
.bof-lp * {
  font-size: 16px;
  font-weight: normal;
  line-height: 150%;
  box-sizing: border-box;
  list-style-type: none;
  position: relative;
}
.bof-lp p, .bof-lp li, .bof-lp dt, .bof-lp dd, .bof-lp th, .bof-lp td, .bof-lp h1, .bof-lp h2, .bof-lp h3, .bof-lp h4, .bof-lp h5 {
  font-family: 'Noto Sans JP', sans-serif;
}
.bof-lp span {
  font-size: inherit;
  font-weight: inherit;
}
.bof-lp i {
  font-size: inherit;
  font-weight: bold;
}
.bof-lp a {
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
}
.bof-lp a:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.bof-lp .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 0;
}
.bof-lp h1, .bof-lp h2, .bof-lp h3 {
  font-weight: 500;
}
.bof-lp h2 {
  text-align: center;
  margin: 0 0 50px 0;
  font-size: 30px;
  color: #333;
  font-family: serif;
  font-weight: 500;
}
.bof-lp img {
  width: 100%;
  height: auto;
}
.bof-lp .pc-none {
  display: none;
}
@media screen and (max-width:768px) {
  .bof-lp .sp-none {
    display: none;
  }
  .bof-lp .pc-none {
    display: inherit;
  }
  .bof-lp .inner {
    width: 95%;
    padding: 30px 0 20px 0;
  }
}
/*=======================================
	メインビジュアル（mainvisual）
=======================================*/
.bof-lp .mainvisual {
  /* width: 100%;
  background: #612c89 url("../img/main.jpg") no-repeat center center; */
}
.bof-lp .mainvisual .inner {
  color: #000;
  width: 1200px;
  height: 100%;
  padding: 70px 0;
}
@media screen and (max-width:768px) {
  .bof-lp .mainvisual .inner {
  padding: 0;
 }
}
.bof-lp .mainvisual ul {
  display: flex;
  position: absolute;
  top: 15px;
  left: 20px;
}
.bof-lp .mainvisual li {
  display: block;
  padding: 5px 15px 7px 15px;
  background: #FFF;
  box-sizing: content-box;
}
.bof-lp .mainvisual li:first-child {
  width: 135px;
  height: 50px;
  border-right: 3px dotted #000;
}
.bof-lp .mainvisual li:last-child {
  width: 150px;
  height: 50px;
}
.bof-lp .mainvisual .day {
  font-family: 'Concert One', cursive;
  text-align: center;
  font-size: 30px;
  margin: 0 0 20px 0;
  line-height: 100%;
}
.bof-lp .mainvisual h1 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  line-height: 100%;
  margin: 0 0 40px 0;
}
.bof-lp .mainvisual .en {
  font-family: 'Concert One', cursive;
  text-align: center;
  font-size: 64px;
  font-weight: 500;
  line-height: 100%;
  margin: 0 0 30px 0;
  text-shadow: 2px 2px #FFF;
}
.bof-lp .mainvisual .tour-image {
    width: 100%;
    margin: 0 auto;
}
@media screen and (max-width:768px) {
	.bof-lp .mainvisual {
		background-size: cover;
	}
	.bof-lp .mainvisual .inner {
		width: 100%;
	}
.bof-lp .mainvisual .tour-image {
  width: 100%;
	max-width: 600px;
  margin: 0 auto;
}
	.bof-lp .mainvisual ul {
		position: static;
		width: 100%;
		justify-content: center;
		background: #FFF;
	}
	.bof-lp .mainvisual li:first-child {
		width: 100px;
		height: 36px;
  border: none;
	}
	.bof-lp .mainvisual li:last-child {
		width: 120px;
		height: 36px;
	}
}
/*=======================================
	コンテンツナビ（nav）
=======================================*/
.bof-lp .nav {
  background: #612c89
}
.bof-lp .nav ul {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
}
.bof-lp .nav li {
  width: calc(100% / 3);
  text-align: center;
  border-right: 2.5px dotted #FFF;
}
.bof-lp .nav li:first-child {
  border-left: 2.5px dotted #FFF;
}
.bof-lp .nav li a {
  display: block;
  padding: 5px 0 8px 0;
  font-size: 14px;
  color: #FFF;
}
.bof-lp .nav li a span {
  display: block;
  font-family: 'Concert One', cursive;
  font-size: 28px;
  line-height: 130%;
}
.bof-lp .nav li a:hover {
  color: #ffff00;
}
/*スクロールでFix*/
.bof-lp .nav.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width:768px) {
	.bof-lp .nav ul {
		width: 100%;
	}
	.bof-lp .nav li {
		width: 100%;
	}
	.bof-lp .nav li:nth-child(2),
	.bof-lp .nav li:nth-child(3) {
		display: none;
	}
	.bof-lp .nav li:first-child {
		border: none;
	}
	.bof-lp .nav li a span {
		display: inline;
		margin: 0 10px 0 0;
	}
}
/*=======================================
	リード（lead）
=======================================*/
.bof-lp .lead {
  background: #FFF;
  margin: 0;
  padding: 80px 0;
}
.bof-lp .lead .inner {
  border: 4px double #000;
  padding: 40px;
  background: #efefef;
}
.bof-lp .lead h2 {
  font-size: 24px;
  color: #000;
  text-shadow: 1px 1px #FFF;
}
.bof-lp .lead h2 strong {
  font-size: 32px;
}
.bof-lp .lead .box {
  display: flex;
  justify-content: space-between;
}
.bof-lp .lead .img-box {
  width: 240px;
  height: auto;
}
.bof-lp .lead .img-box img {
  border: 2px solid #FFF;
}
.bof-lp .lead .txt-box {
  width: calc(100% - 270px);
}
.bof-lp .lead .txt-box .txt {
  margin: 0 0 15px 0;
}
.bof-lp .lead .txt-box dl {
  background: #FFF;
  border-radius: 3px;
  padding: 10px 20px;
  margin: 0 0 5px 0;
}
.bof-lp .lead .txt-box dt {
  display: block;
  width: fit-content;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 14px;
  margin: 0 0 10px 0;
  background: rgba(255, 255, 0, 0.6);
  position: relative;
  left: -25px;
  padding: 0 10px;
}
.bof-lp .lead .txt-box dd {
  display: inline-block;
  /* width: calc(50% - 5px); */
  font-size: 14px;
}
.bof-lp .lead .txt-box dd strong {
  font-family: 'Concert One', cursive;
  font-size: 22px;
  color: #612c89;
}
.bof-lp .lead .txt-box .note {
  font-size: 12px;
  color: #612c89;
}
@media screen and (max-width:768px) {
	.bof-lp .lead {
  padding: 50px 0 0 0;
}
	.bof-lp .lead .inner {
		padding: 20px 15px;
	}
	.bof-lp .lead h2 {
		font-size: 16px;
		margin: 0 0 20px 0;
	}
	.bof-lp .lead h2 strong {
		display: block;
		font-size: 21px;
		margin: 10px 0 0 0;
	}
	.bof-lp .lead .box {
		flex-direction: column;
	}
	.bof-lp .lead .img-box {
		margin: 0 auto 20px auto;
	}
	.bof-lp .lead .txt-box {
		width: 95%;
		margin: 0 auto;
	}
	.bof-lp .lead .txt-box dl {
		padding: 10px;
	}
	.bof-lp .lead .txt-box dd {
		width: 100%;
	}
}
/*=======================================
	ポイント（point-wrap）
=======================================*/
.bof-lp .point-wrap {
  background: #FFF;
  padding: 70px 0 100px 0;
	margin: 0 0 100px 0;
}
.bof-lp .point-wrap h2 {
  color: #612c89;
  margin: 0 0 80px 0;
}
.bof-lp .point-wrap .box-wrap {
  display: flex;
  justify-content: space-between;
}
.bof-lp .point-wrap .box {
  width: calc(100% / 3 - 30px);
}
.bof-lp .point-wrap .img-box {
  margin: 0 0 20px 0;
  border-radius: 10px;
  background: #915da3;
}
.bof-lp .point-wrap .img-box img {
  border-radius: 10px;
  transform: rotate(-5deg);
  position: relative;
  top: -10px;
}
.bof-lp .point-wrap .img-box .no {
  background:#000;
  color: #FFF;
  font-size: 14px;
  width: 80px;
  height: 80px;
  line-height: 100%;
  text-align: center;
  /* border-radius: 50%; */
  display: block;
  padding: 16px 0 0 0;
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 9;
}
.bof-lp .point-wrap .img-box .no strong {
  display: block;
  font-size: 32px;
  line-height: 120%;
}
.bof-lp .point-wrap h3 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  color: #612c89;
  margin: 0 0 10px 0;
}
.bof-lp .point-wrap .txt strong {
  color: #e95388;
  font-weight: bold;
}
@media screen and (max-width:768px) {
	.bof-lp .point-wrap {
		margin: 0;
	}
	.bof-lp .point-wrap h2 {
		font-size: 24px;
		margin: 0 0 50px 0;
	}
	.bof-lp .point-wrap .box-wrap {
		flex-direction: column;
	}
	.bof-lp .point-wrap .box {
	width: 90%;
		max-width: 400px;
		margin: 0 auto 50px auto;
	}
}
/*=======================================
	ツアー（bof-tour）
=======================================*/
.bof-lp .bof-tour {
  background-image: linear-gradient(#915da3, #e3adc1);
}
.bof-lp .bof-tour .bof-tour-wrap {
  background: url("../img/bk-pi.png");
  padding: 100px 0;
  margin: -100px 0 100px 0;
}
.bof-lp .bof-tour h2 {
  color: #FFF;
  text-align: left;
  padding: 0 0 0 20px;
  border-left: 5px solid #FFF;
  margin: 0 0 50px 30px;
}
.bof-lp .bof-tour h2::before {
  content: '"BOF" TOUR';
  display: block;
  font-family: 'Concert One', cursive;
  font-size: 20px;
  color: #FFFF00;
  text-shadow: 1px 1px #FFF;
}
.bof-lp .bof-tour h2::after {
  content: "";
  display: block;
  width: 360px;
  height: 96px;
  background: url("../img/jeju.png") no-repeat top left;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 10px;
}
.bof-lp .bof-tour .tour-box {
  background: #FFF;
  border: 2px solid #612c89;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  margin: 0 0 50px 0;
}
.bof-lp .bof-tour .tour-box h3 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 22px;
  font-weight: 500;
  color: #612c89;
  margin: 0 0 20px 0;
  padding: 0 0 5px 0;
  border-bottom: 2.5px dotted #915da3;
}
.bof-lp .bof-tour .tour-box h3::after {
  font-family: "Font Awesome 5 Free";
  content: "\f072";
  font-weight: bold;
  position: absolute;
  right: 0;
  bottom: -17px;
}
.bof-lp .bof-tour .tour-box .dep {
  margin: 0 0 10px 0;
}
.bof-lp .bof-tour .tour-box .dep span {
  font-size: 12px;
  color: #612c89;
}
.bof-lp .bof-tour .tour-box dl {
  background: #efefef;
  margin: 0 0 20px 0;
  padding: 10px 15px;
}
.bof-lp .bof-tour .tour-box dt {
  color: #612c89;
  font-size: 14px;
  border: 1px solid #612c89;
  background: #FFF;
  width: fit-content;
  padding: 0 5px;
  margin: 0 0 5px 0;
  line-height: 120%;
}
/*価格表示＆ツアーボタン*/
.bof-lp .bof-tour .tour-box .price-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 20px 0;
}
.bof-lp .bof-tour .tour-box .price-wrap .price {
  font-size: 18px;
  font-weight: 500;
  color: #ea5532;
  margin: 0 20px 0 0;
}
.bof-lp .bof-tour .tour-box .price-wrap .price strong {
  font-size: 26px;
}
.bof-lp .bof-tour .tour-box .price-wrap .price span {
  font-size: 12px;
  font-weight: 400;
  color: #000;
  margin: 0 0 0 5px;
}
.bof-lp .bof-tour .tour-box .price-wrap .tour-btn {
  text-align: center;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 20px;
  font-weight: 500;
}
.bof-lp .bof-tour .tour-box .price-wrap .tour-btn a {
  display: block;
  background: #ea5532;
  color: #FFF;
  padding: 7px 40px 7px 20px;
  border-radius: 5px;
}
.bof-lp .bof-tour .tour-box .price-wrap .tour-btn a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  right: 15px;
}
/*画像入りの場合（class=type-2）*/
.bof-lp .bof-tour .tour-box.type-2 .flex-box {
	display: flex;
	justify-content: space-between;
	margin: 0 0 20px 0;
}
.bof-lp .bof-tour .tour-box.type-2 .left-box {
	width: calc(65% - 20px);
}
.bof-lp .bof-tour .tour-box.type-2 .right-box {
	width: 35%;
}
/*価格表示＆ツアーボタン（class=type-2）*/
.bof-lp .bof-tour .tour-box.type-2 .price-wrap {
	justify-content: space-between;
}
.bof-lp .bof-tour .tour-box.type-2 .price-wrap .box {
	width: calc(100% / 3 - 20px);
}
.bof-lp .bof-tour .tour-box.type-2 .price-wrap .price {
	margin: 0;text-align: center;
}

/*ツアー行程*/
.bof-lp .bof-tour .tour-box .trigger {
  border: 2px solid #612c89;
  padding: 7px 5px 9px 10px;
  color: #612c89;
  cursor: pointer;
}
.bof-lp .bof-tour .tour-box .trigger:hover {
  background: #efefef;
  transition: 0.3s;
}
.bof-lp .bof-tour .tour-box .trigger::after {
  content: "open";
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
  display: block;
  position: absolute;
  top: 6px;
  right: 20px;
  z-index: 9;
}
.bof-lp .bof-tour .tour-box .trigger.active::after {
  content: "close";
  z-index: 9;
}
.bof-lp .bof-tour .tour-box .schedule-wrap .schedule-box {
  border-left: 3px dotted #915da3;
  padding: 30px 0 25px 20px;
  margin: 0 0 0 10px;
}
.bof-lp .bof-tour .tour-box .schedule-wrap .schedule-box:first-child {
  padding: 45px 0 25px 20px;
}
.bof-lp .bof-tour .tour-box .schedule-wrap .day {
  display: inline-block;
  height: 22px;
  background: #612c89;
  color: #FFF;
  padding: 0 5px;
  font-size: 14px;
  position: absolute;
  top: 0;
  left: -10px;
}
.bof-lp .bof-tour .tour-box .schedule-wrap .day::after {
  content: "";
  display: block;
  width: 10px;
  height: 22px;
  border-top: 11px solid #612c89;
  border-bottom: 11px solid #612c89;
  border-left: 0px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  right: -10px;
}
.bof-lp .bof-tour .tour-box .schedule-wrap .schedule-box:first-child .day {
  top: 15px;
  left: -10px;
}
.bof-lp .bof-tour .tour-box .schedule-wrap .price-wrap {
  padding: 20px 0 0 0;
}
.bof-lp .bof-tour .tour-box .schedule-wrap .detail {
  margin: 0 0 10px 0;
}
.bof-lp .bof-tour .tour-box .schedule-wrap .detail li.move::before {
  font-family: "Font Awesome 5 Free";
  content: "\f063";
  font-weight: bold;
  color: #915da3;
  padding: 0 0 0 20px;
}
.bof-lp .bof-tour .tour-box .schedule-wrap .detail strong {
  color: #e95388;
}
.bof-lp .bof-tour .tour-box .schedule-wrap .detail span {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 75%, rgba(233, 83, 136, 0.3) 75%)
}
.bof-lp .bof-tour .tour-box .schedule-wrap .hotel {
  background: #efefef;
  color: #612c89;
  padding: 2px 10px 4px 10px;
}
.bof-lp .bof-tour .tour-box .schedule-wrap .hotel span {
  font-size: 14px;
}
.bof-lp .bof-tour .tour-box .schedule-wrap figure {
  position: absolute;
}
.bof-lp .bof-tour .tour-box .schedule-wrap figure img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
}
.bof-lp .bof-tour .tour-box .schedule-wrap figure p {
  position: absolute;
}
.bof-lp .bof-tour .tour-box .schedule-wrap figure p span {
  background: #FFFF00;
  font-size: 14px;
  padding: 0 5px;
}
.bof-lp .bof-tour .tour-box .schedule-wrap figure.photo-1 {
  top: 10px;
  right: 170px;
}
.bof-lp .bof-tour .tour-box .schedule-wrap figure.photo-1 img {
  width: 180px;
  height: 180px;
}
.bof-lp .bof-tour .tour-box .schedule-wrap figure.photo-1 p {
  right: 0;
  bottom: 20px;
}
.bof-lp .bof-tour .tour-box .schedule-wrap figure.photo-2 {
  top: 140px;
  right: 10px;
}
.bof-lp .bof-tour .tour-box .schedule-wrap figure.photo-2 img {
  width: 160px;
  height: 160px;
}
.bof-lp .bof-tour .tour-box .schedule-wrap figure.photo-2 p {
  left: 0;
  bottom: 10px;
}
.bof-lp .bof-tour .tour-box .schedule-wrap figure.photo-3 {
  top: -10px;
  right: 220px;
}
.bof-lp .bof-tour .tour-box .schedule-wrap figure.photo-3 img {
  width: 160px;
  height: 160px;
}
.bof-lp .bof-tour .tour-box .schedule-wrap figure.photo-3 p {
  left: 0;
  top: 10px;
}
.bof-lp .bof-tour .tour-box .schedule-wrap figure.photo-4 {
  top: 30px;
  right: -10px;
}
.bof-lp .bof-tour .tour-box .schedule-wrap figure.photo-4 img {
  width: 200px;
  height: 200px;
}
.bof-lp .bof-tour .tour-box .schedule-wrap figure.photo-4 p {
  right: -10px;
  bottom: 20px;
}
.bof-lp .bof-tour .tour-box .schedule-wrap figure.photo-5 {
  top: 250px;
  right: 70px;
}
.bof-lp .bof-tour .tour-box .schedule-wrap figure.photo-5 img {
  width: 170px;
  height: 170px;
}
.bof-lp .bof-tour .tour-box .schedule-wrap figure.photo-5 p {
  right: -10px;
  top: 20px;
}
/*ホテル*/
.flex{
  display: flex;
}
.box.wide-box{
  width: 100%!important;
}
.txt-box{
  margin-left: 30px;
}
.bof-lp .bof-tour h3.hotel {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 26px;
  color: #FFF;
  margin: 0 0 20px 0;
  padding: 50px 0 0 0;
  text-align: center;
}
.bof-lp .bof-tour h3.hotel::after {
  content: "★★★";
  display: block;
}
.bof-lp .bof-tour .hotel-wrap {
  display: flex;
  justify-content: space-between;
  background: #915da3;
  border: 2px solid #FFF;
  padding: 30px 30px 20px 30px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
/* .bof-lp .bof-tour .hotel-wrap::after {
  content: "or";
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 30px;
  line-height: 78px;
  text-align: center;
  background: #FFF;
  color: #915da3;
  position: absolute;
  top: calc(50% - 70px);
  left: calc(50% - 40px);
} */
.bof-lp .bof-tour .hotel-wrap .box {
  width: calc(100% / 2 - 30px);
}
.bof-lp .bof-tour .hotel-wrap .box h4 {
  text-align: center;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 20px;
  margin: 0 0 20px 0;
  color: #FFF;
}
.bof-lp .bof-tour .hotel-wrap .box .img-box {
  margin: 0 0 10px 0;
  border-radius: 10px;
  overflow: hidden;
}
.bof-lp .bof-tour .hotel-wrap .box p {
  color: #FFF;
}
.bof-lp .bof-tour .hotel-wrap .box p + p {
  margin: 7px 0 0 0;
}
.bof-lp .bof-tour .hotel-wrap .box p span {
  color: #612c89;
  background: #FFF;
  font-size: 14px;
  margin: 0 15px 0 0;
  padding: 0 5px 2px 5px;
  border-radius: 2px;
}
.bof-lp .bof-tour .hotel-wrap .box p span::after {
  content: "";
  display: block;
  width: 7px;
  height: 6px;
  border-top: 3px solid rgba(0, 0, 0, 0);
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  border-left: 7px solid #fff;
  border-right: 0 solid rgba(0, 0, 0, 0);
  position: absolute;
  right: -7px;
  top: calc(50% - 3px);
}
@media screen and (max-width:768px) {
	.bof-lp .bof-tour .bof-tour-wrap {
		margin: -50px 0 0 0;
		padding: 50px 0 0 0;
	}
	.bof-lp .bof-tour .inner {
		padding: 0 0 20px 0;
	}
	.bof-lp .bof-tour h2 {
		margin: 0 0 90px 5px;
		padding: 0 0 0 10px;
		border-left: 3px solid #FFF;
		font-size: 24px;
	}
	.bof-lp .bof-tour h2::after {
		top: inherit;
		bottom: -80px;
		right: 0;
		width: 240px;
		height: 85px;
	}
	/*ツアーbox*/
	.bof-lp .bof-tour .tour-box {
		padding: 20px;
	}
	.bof-lp .bof-tour .tour-box .schedule-wrap figure
	{
		position: static;
		width: 100%;
		max-width: 300px;
		height: 120px;
		display: inline-block;
		margin: 10px 0 0 0;
	}
	.bof-lp .bof-tour .tour-box .schedule-wrap figure.photo-1 img,
	.bof-lp .bof-tour .tour-box .schedule-wrap figure.photo-2 img,
	.bof-lp .bof-tour .tour-box .schedule-wrap figure.photo-3 img,
	.bof-lp .bof-tour .tour-box .schedule-wrap figure.photo-4 img,
	.bof-lp .bof-tour .tour-box .schedule-wrap figure.photo-5 img
	{
		width: 100%;
		height: 100%;
		border-radius: 0;
		object-fit: cover;
	}
	.bof-lp .bof-tour .tour-box .schedule-wrap figure p {
		position: static;
	}
	.bof-lp .bof-tour .tour-box .schedule-wrap figure p br {
		display: none;
	}
	
/*画像入りの場合（class=type-2）*/
.bof-lp .bof-tour .tour-box.type-2 .flex-box {
	flex-direction: column;
}
.bof-lp .bof-tour .tour-box.type-2 .left-box {
	width: 100%;
}
.bof-lp .bof-tour .tour-box.type-2 .right-box {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}
/*価格表示＆ツアーボタン（class=type-2）*/
.bof-lp .bof-tour .tour-box.type-2 .price-wrap {
	flex-direction: column;
}
.bof-lp .bof-tour .tour-box.type-2 .price-wrap .box {
	width: 100%;
	max-width: 400px;
	margin: 0 0 20px 0;
}
	
	/*ホテル*/
	.bof-lp .bof-tour .hotel-wrap {
		flex-direction: column;
		padding: 20px 15px 20px 15px;
	}
	.bof-lp .bof-tour .hotel-wrap .box {
		width: 100%;
	}
	.bof-lp .bof-tour .hotel-wrap .box:first-child {
		margin: 0 0 100px 0;
	}
	.bof-lp .bof-tour .hotel-wrap::after {
		content: none;
	}
	.bof-lp .bof-tour .hotel-wrap .box h4 {
		font-size: 24px;
	}
.bof-lp .bof-tour .hotel-wrap .box:first-child::after {
  content: "or";
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 30px;
  line-height: 48px;
  text-align: center;
  background: #FFF;
  color: #915da3;
  position: absolute;
  bottom: -75px;
  left: calc(50% - 40px);
}
	.bof-lp .bof-tour .hotel-wrap .box .img-box {
		max-width: 400px;
		margin: 0 auto 20px auto;
	}
	.bof-lp .bof-tour .hotel-wrap .box .txt-box {
		max-width: 500px;
		margin: 0 auto;
	}
}
/*=======================================
	BOFについて（about）
=======================================*/
.bof-lp .about {
  background: #e3adc1;
  padding: 100px 0 100px 0;
  margin-top: -100px;
}
.bof-lp .about .inner {
  width: 100%;
}
.bof-lp .about h2 {
  color: #FFF;
}
.bof-lp .about h2::before {
  content: 'ABOUT "BOF"';
  display: block;
  font-family: 'Concert One', cursive;
  font-size: 20px;
  color: #612c89;
  text-shadow: 1px 1px #FFF;
}
.bof-lp .about .box-wrap {}
.bof-lp .about .box {
  background: #FFF url("../img/bottom-bk.png") repeat-x bottom;
  min-height: 300px;
  margin: 0 calc((100% - 1000px) / 2) 50px 0;
}
.bof-lp .about .box:nth-child(even) {
  margin: 0 0 50px calc((100% - 1000px) / 2);
}
.bof-lp .about .box .box-inner {
  width: 1000px;
  margin: 0 0 0 calc(100% - 1000px);
}
.bof-lp .about .box:nth-child(even) .box-inner {
  margin: 0 calc(100% - 1000px) 0 0;
}
.bof-lp .about .box .img-box {
  width: 450px;
  height: auto;
  position: absolute;
  top: 0;
  left: -50px;
  transform: rotate(-5deg);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.bof-lp .about .box:nth-child(even) .img-box {
  top: 0;
  left: inherit;
  right: -50px;
  transform: rotate(5deg);
}
.bof-lp .about .box .txt-box {
  width: 490px;
  margin: 0 0 0 460px;
  padding: 30px 0;
}
.bof-lp .about .box:nth-child(even) .txt-box {
  margin: 0 0 0 50px;
}
.bof-lp .about .box .txt-box .logo {
  width: 240px;
  height: auto;
  margin: 0 auto 30px auto;
}
.bof-lp .about .box .txt + .txt {
  margin: 15px 0 0 0;
}
.bof-lp .about h3 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 24px;
  color: #612c89;
  text-align: center;
  margin: 0 0 20px 0;
}
.bof-lp .about .txt-box dl {
  background: #efefef;
  border-radius: 3px;
  padding: 10px 15px;
  margin: 15px 0 5px 0;
}
.bof-lp .about .txt-box dt {
  display: block;
  width: fit-content;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 14px;
  margin: 0 0 10px 0;
  background: rgba(255, 255, 0, 0.6);
  position: relative;
  left: -25px;
  padding: 0 10px;
}
.bof-lp .about .txt-box dd {
  display: inline-block;
  font-size: 12px;
  margin: 0 10px 0 0;
}
.bof-lp .about .txt-box dd strong {
  font-family: 'Concert One', cursive;
  font-size: 22px;
  color: #612c89;
}
.bof-lp .about .txt-box strong {
	color: #e95388;
	font-weight: 500;
}
.bof-lp .about .txt-box .note {
  font-size: 12px;
  color: #612c89;
}
@media screen and (max-width:768px) {
.bof-lp .about {
  padding: 50px 0 100px 0;
  margin: 0;
	}
	.bof-lp .about .inner {
		width: 95%;
	}
	.bof-lp .about h2 {
		font-size: 24px;
	}
	.bof-lp .about .box .box-inner {
		width: 100%;
		margin: 0;
	}
	.bof-lp .about .box,
	.bof-lp .about .box:nth-child(even) {
		width: 100%;
		margin: 0 auto 20px auto;
	}
	.bof-lp .about .box .txt-box,
	.bof-lp .about .box:nth-child(even) .txt-box {
		margin: 0;
		width: 100%;
		padding: 20px;
	}
	.bof-lp .about .box .img-box,
	.bof-lp .about .box:nth-child(even) .img-box {
		position: static;
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
	}
	.bof-lp .about h3 {
		font-size: 22px;
	}
}
/*=======================================
	入国条件（requirement）
=======================================*/
.bof-lp .requirement {
  background: #FFF;
  padding: 100px 0 100px 0;
  margin-top: -100px;
}
.bof-lp .requirement .inner {
  max-width: 800px;
}
.bof-lp .requirement h2::before {
  content: 'REQUIREMENT"';
  display: block;
  font-family: 'Concert One', cursive;
  font-size: 20px;
  color: #612c89;
  text-shadow: 1px 1px #FFF;
}
.bof-lp .requirement h3 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #FFF;
  background: #915da3;
  margin: 40px 0 0 0;
  padding: 1px 15px 2px 15px;
  border-radius: 5px;
}
.bof-lp .requirement h4 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #915da3;
  padding: 0 0 0 10px;
  margin: 15px 0 10px 15px;
  border-left: 3px solid #915da3;
}
.bof-lp .requirement h3:first-child {
  margin: 0;
}
.bof-lp .requirement table {
  width: calc(100% - 40px);
  margin: 20px auto 0 auto;
}
.bof-lp .requirement .txt-box {
  width: calc(100% - 60px);
  margin: 0 auto;
}
.bof-lp .requirement .txt-box li {
  padding: 0 0 0 20px;
}
.bof-lp .requirement .txt-box li::before {
  content: "・";
  color: #915da3;
  position: absolute;
  top: 0;
  left: 0;
}
.bof-lp .requirement .txt-box .note {
  font-size: 14px;
  margin: 10px 0 0 0;
  color: #915da3;
}
.bof-lp .requirement .txt-box .note span {
  font-size: 16px;
	font-weight: 500;
  color: #e95388;
}
.bof-lp .requirement table th, .bof-lp .requirement table td {
  text-align: center;
  border: 2px solid #915da3;
  padding: 5px;
}
.bof-lp .requirement table th {
  background: #efefef;
  color: #915da3;
}
@media screen and (max-width:768px) {
.bof-lp .requirement {
  background: #FFF;
  padding: 50px 0 80px 0;
  margin-top: 0;
}
	.bof-lp .requirement h2 {
		font-size: 24px;
	}
	.bof-lp .requirement table th {
		width: 30%;
	}
	.bof-lp .requirement table th:nth-child(2) {
		width: 40%;
	}
	.bof-lp .requirement .txt-box {
		width: calc(100% - 60px);
	}
	.bof-lp .requirement h4 {
		margin: 15px 0 10px 5px;
	}
	.bof-lp .requirement .txt-box {
		width: 100%;
		padding: 0 10px;
	}
	.bof-lp .requirement .txt-box a {
	text-decoration: underline;
    color: #E95387;
}
	.bof-lp .requirement .txt-box a::after {
	font-family: "Font Awesome 5 Free";
    content: "\f08e";
    font-weight: bold;
    padding: 0 5px;
}
}
/*=======================================
	よくある質問（faq）
=======================================*/
.bof-lp .faq {
  background: #915da3;
  padding: 70px 0 100px 0;
}
.bof-lp .faq h2 {
  color: #FFF;
}
.bof-lp .faq li {
  margin: 0 0 20px 0;
  cursor: pointer;
  background: #FFF;
  border-radius: 5px;
}
.bof-lp .faq .que {
  height: auto;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #612c89;
  position: relative;
  padding: 12px 60px 15px 20px;
  border-radius: 5px;
}
.bof-lp .faq .que::after {
  content: "＋";
  font-weight: bold;
  display: block;
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 9;
}
.bof-lp .faq .que.active::after {
  content: "ー";
  z-index: 9;
}
.bof-lp .faq .que span {
  font-weight: 500;
  text-align: center;
  font-size: 30px;
  line-height: 100%;
  margin: 0 20px 0 0;
  font-family: 'Concert One', cursive;
  color: #E95387;
}
.bof-lp .faq li:hover {
  opacity: 1;
}
.bof-lp .faq .ans {
  padding: 0 60px 20px 62px;
  border-radius: 0 0 5px 5px;
  position: relative;
}
.bof-lp .faq .ans span {
  padding: 0 0 0 10px;
}
.bof-lp .faq .ans span.icon {
  display: inline-block;
  padding: 0;
  font-size: 30px;
  line-height: 100%;
  font-weight: bold;
  color: #ea5532;
  font-family: 'Concert One', cursive;
}
.bof-lp .faq .ans a {
  text-decoration: underline;
  color: #E95387;
}
.bof-lp .faq .ans a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f08e";
  font-weight: bold;
  padding: 0 5px;
}
@media screen and (max-width:768px) {
	.bof-lp .faq {
		padding: 50px 0 70px 0;
	}
  .bof-lp .faq .ans {
    padding: 0 50px 20px 30px;
  }
}
/*=======================================
	その他の特集（other）
=======================================*/
.bof-lp .other {
  background: #612c89;
  padding: 70px 0 100px 0;
}
.bof-lp .other h2 {
  color: #FFF;
}
.bof-lp .other ul {
  display: flex;
  justify-content: center;
}
.bof-lp .other li {
  width: calc(100% / 3 - 20px);
  margin: 10px;
  text-align: center;
}
.bof-lp .other li a {
  display: block;
  color: #FFF;
  font-size: 14px;
  line-height: 200%;
}
.bof-lp .other li a:hover {
  opacity: 0.9;
  text-decoration: underline;
  transition: 0.3s;
}
@media screen and (max-width:768px) {
  .bof-lp .other ul {
    flex-direction: column;
  }
  .bof-lp .other li {
    width: 100%;
    max-width: 400px;
    margin: 10px auto;
  }
}


        :root {
            --color-gold: #C5A059;
            --color-gold-light: #E2C78A;
            --color-gold-dark: #9A7B3E;
            --color-charcoal: #1A1A1A;
            --color-charcoal-light: #2d2d2d;
            --color-offwhite: #F8F9FA;
            --color-gray-100: #f3f4f6;
            --color-gray-200: #e5e7eb;
            --color-gray-300: #d1d5db;
            --color-gray-500: #6b7280;
            --color-gray-600: #4b5563;
            --color-gray-700: #374151;
            --color-gray-800: #1f2937;
            --color-gray-900: #111827;
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Noto Sans JP', sans-serif;
            background-color: var(--color-offwhite);
            color: #333;
            line-height: 1.6;
            -webkit-font-smoothing: antialiased;
        }

        img {
            max-width: 100%;
            height: auto;
        }

        a {
            text-decoration: none;
            color: inherit;
        }

        /* Typography */
        .font-serif { font-family: 'Noto Serif JP', serif; }
        .text-gold { color: var(--color-gold); }
        .text-charcoal { color: var(--color-charcoal); }
        
        .text-gradient-gold {
            background: linear-gradient(to right, var(--color-gold), var(--color-gold-light), var(--color-gold));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        /* Layout Utilities */
        .container-c {
            width: 100%;
            padding-right: 16px;
            padding-left: 16px;
            margin-right: auto;
            margin-left: auto;
        }
        .max-w-md { max-width: 800px; }
        .max-w-lg { max-width: 1000px; }
        .max-w-xl { max-width: 1152px; }

        .section { padding: 64px 0; }
        .section-light { background-color: var(--color-gray-100); }
        .section-white { background-color: #fff; }
        .section-dark { background-color: var(--color-charcoal); color: #fff; }

        .bg-texture-pattern {
            background-image: url('data:image/svg+xml,%3Csvg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"%3E%3Cg fill="%23f3f4f6" fill-opacity="0.4" fill-rule="evenodd"%3E%3Ccircle cx="3" cy="3" r="3"/%3E%3Ccircle cx="13" cy="13" r="3"/%3E%3C/g%3E%3C/svg%3E');
        }

        .btn2 {
            display: inline-block;
            padding: 12px 24px;
            border-radius: 4px;
            font-weight: 600;
            text-align: center;
            cursor: pointer;
            transition: all 0.3s ease;
            width: 100%;
            font-size: 14px;
        }
        @media (min-width: 640px) {
            .btn2 { width: auto; font-size: 16px; }
        }

        .btn-gold {
            background: linear-gradient(135deg, var(--color-gold) 0%, var(--color-gold-dark) 100%);
            color: white;
            border: none;
        }
        .btn-gold:hover {
            background: linear-gradient(135deg, var(--color-gold-dark) 0%, var(--color-gold) 100%);
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(197, 160, 89, 0.4);
        }

        .btn-outline {
            background: transparent;
            color: var(--color-gold);
            border: 1px solid var(--color-gold);
        }
        .btn-outline:hover {
            background-color: var(--color-gold);
            color: white;
        }

        .btn-large {
            padding: 16px 32px;
            font-size: 18px;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
        }
        .btn-large .btn-sub {
            display: block;
            font-size: 12px;
            font-weight: 400;
            margin-bottom: 4px;
        }

        .fv {
            position: relative;
            width: 100%;
            height: 80vh;
            min-height: 600px;
            background-color: var(--color-charcoal);
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            text-align: center;
        }
        .fv-bg {
            position: absolute;
            top: 0; left: 0; right: 0; bottom: 0;
            background-color: rgba(31, 41, 55, 0.6);
            z-index: 1;
        }
        .fv-placeholder {
            width: 100%; height: 100%;
            border: 4px dashed var(--color-gray-600);
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--color-gray-500);
        }
        .fv-content {
            position: relative;
            z-index: 10;
        }
        .fv-sub {
            color: var(--color-gold-light);
            font-size: 18px;
            letter-spacing: 2px;
            margin-bottom: 16px;
        }
        .fv-main {
            color: white;
            font-size: 30px;
            line-height: 1.3;
            margin-bottom: 24px;
        }
        .fv-badge {
            color: var(--color-gold);
            font-size: 24px;
            display: block;
            margin-bottom: 8px;
        }
        .fv-date {
            color: var(--color-gray-300);
            font-size: 18px;
            letter-spacing: 1px;
            margin-bottom: 40px;
        }
        .fv-buttons {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 16px;
            max-width: 800px;
            margin: 0 auto;
        }
        
        .pc-only { display: none; }
        @media (min-width: 768px) {
            .fv-sub { font-size: 20px; }
            .fv-main { font-size: 48px; }
            .fv-badge { font-size: 36px; }
            .fv-date { font-size: 24px; }
            .pc-only { display: block; }
        }
        @media (min-width: 1024px) {
            .fv-main { font-size: 60px; }
        }

        .intro-flex {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 40px;
            max-width: 1000px;
            margin: 0 auto;
        }
        .intro-image-wrap {
            width: 100%;
            display: flex;
            justify-content: center;
        }
        .intro-image {
            position: relative;
            width: 256px;
            height: 256px;
            border-radius: 50%;
            border: 4px solid var(--color-gold);
            padding: 8px;
            background-color: white;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
        }
        .intro-image-inner {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background-color: var(--color-gray-200);
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            font-size: 14px;
            color: var(--color-gray-600);
            overflow: hidden;
        }
        .intro-text {
            text-align: center;
            width: 100%;
        }
        .intro-title {
            font-size: 30px;
            color: var(--color-charcoal);
            margin-bottom: 24px;
            display: inline-block;
            border-bottom: 2px solid var(--color-gold);
            padding-bottom: 8px;
        }
        .intro-desc {
            color: var(--color-gray-700);
            line-height: 1.8;
            margin-bottom: 16px;
        }

        @media (min-width: 768px) {
            .intro-flex { flex-direction: row; }
            .intro-image-wrap { width: 50%; }
            .intro-text { width: 50%; text-align: left; }
            .intro-image { width: 320px; height: 320px; }
        }

        .section-highlights {
            position: relative;
        }
        .section-highlights .gold-line {
            position: absolute;
            top: 0; left: 0;
            width: 100%; height: 4px;
            background: linear-gradient(to right, transparent, var(--color-gold), transparent);
        }
        .section-header {
            text-align: center;
            margin-bottom: 64px;
        }
        .title-en {
            font-size: 36px;
            margin-bottom: 16px;
        }
        .title-ja {
            color: var(--color-gray-400);
            letter-spacing: 2px;
            display: block;
            text-align: center;
        }
        @media (min-width: 768px) {
            .title-en { font-size: 48px; }
        }

        .highlights-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 32px;
            margin-bottom: 64px;
            color: white;
        }
        @media (min-width: 768px) {
            .highlights-grid { grid-template-columns: repeat(2, 1fr); }
        }
        @media (min-width: 1024px) {
            .highlights-grid { grid-template-columns: repeat(3, 1fr); }
        }

        .highlight-card {
            background-color: var(--color-gray-900);
            border: 1px solid var(--color-gray-700);
            padding: 32px;
            border-radius: 8px;
            position: relative;
            overflow: hidden;
            transition: all 0.3s ease;
        }
        .highlight-card:hover {
            border-color: var(--color-gold);
        }
        .highlight-badge {
            position: absolute;
            top: 0; right: 0;
            background-color: var(--color-gold);
            color: white;
            font-size: 12px;
            font-weight: bold;
            padding: 4px 12px;
            border-bottom-left-radius: 8px;
        }
        .highlight-icon {
            color: var(--color-gold);
            font-size: 36px;
            margin-bottom: 16px;
        }
        .highlight-title {
            font-size: 20px;
            line-height: 1.4;
            margin-bottom: 12px;
        }
        .highlight-desc {
            color: var(--color-gray-400);
            font-size: 14px;
        }

        .photo-frame-wrap {
            display: flex;
            justify-content: center;
            margin-top: 64px;
        }
        .photo-frame {
            position: relative;
            padding: 10px;
            width: 100%;
            max-width: 400px;
        }
        .photo-frame::before {
            content: '';
            position: absolute;
            top: 0; left: 0; right: 0; bottom: 0;
            border: 1px solid var(--color-gold);
            transform: translate(10px, 10px);
            z-index: 0;
        }
        .poster-placeholder {
            position: relative;
            z-index: 1;
            width: 100%;
            height: 250px;
            background-color: var(--color-gray-800);
            border: 1px solid var(--color-gray-600);
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--color-gray-500);
            text-align: center;
            padding: 16px 16px 24px 0;
        }
        .logo{
            position: absolute;
            top: 4px;
            z-index: 100;
            width: 40%;
            right: 31px;
      }

        .info-header {
            text-align: center;
            margin-bottom: 40px;
        }
        .info-header .title-en {
            color: var(--color-charcoal);
            margin-bottom: 8px;
        }
        .info-header .title-ja {
            color: var(--color-gray-500);
            font-size: 14px;
        }
        
        .info-box {
            background-color: #fafafa;
            border: 1px solid var(--color-gray-200);
            border-radius: 8px;
            padding: 24px;
            box-shadow: 0 1px 2px rgba(0,0,0,0.05);
        }
        @media (min-width: 768px) {
            .info-box { padding: 40px; }
        }

        .info-list {
            display: flex;
            flex-direction: column;
        }
        .info-item {
            padding: 16px 0;
            border-bottom: 1px solid var(--color-gray-200);
        }
        .info-item:last-child {
            border-bottom: none;
        }
        .info-term {
            font-size: 14px;
            font-weight: bold;
            color: var(--color-gray-700);
            margin-bottom: 4px;
        }
        .info-desc {
            font-size: 14px;
            color: var(--color-gray-900);
        }
        
        @media (min-width: 640px) {
            .info-item {
                display: grid;
                grid-template-columns: 1fr 2fr;
                gap: 16px;
            }
            .info-term { margin-bottom: 0; }
        }

        .tabs {
            display: flex;
            flex-direction: column;
            justify-content: center;
            /* margin-bottom: 32px; */
            gap: 8px;
        }
        .tab-btn {
            background-color: white;
            color: var(--color-gray-600);
            border: 1px solid var(--color-gray-300);
            padding: 12px 32px;
            font-weight: bold;
            cursor: pointer;
            transition: all 0.2s;
            border-radius: 8px;
            font-family: inherit;
        }
        .tab-btn span {
            display: block;
            font-size: 12px;
            font-weight: normal;
        }
        .tab-btn.active {
            background-color: var(--color-charcoal);
            color: white;
            border-color: var(--color-charcoal);
        }
        .tab-btn#tab-btn-local span {
            opacity: 0; /* Align heights */
        }

        @media (min-width: 640px) {
            .tabs { flex-direction: row; gap: 8px; }
            .tab-btn { border-radius: 0; }
            .tab-btn#tab-btn-air { border-top-left-radius: 8px; }
            .tab-btn#tab-btn-local { border-top-right-radius: 8px; }
        }

        .tab-content-wrap {
            background-color: white;
            border: 1px solid var(--color-gray-200);
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 1px 2px rgba(0,0,0,0.05);
        }
        .tab-content {
            display: none;
        }
        .tab-content.active {
            display: block;
        }

        .schedule-table {
            width: 100%;
            border-collapse: collapse;
            text-align: left;
        }
        .schedule-row {
            display: flex;
            flex-direction: column;
            border-bottom: 1px solid var(--color-gray-200);
        }
        .schedule-row:last-child {
            border-bottom: none;
        }
        .schedule-day {
            background-color: #e5ecf9;
            padding: 16px;
            font-weight: bold;
            text-align: center;
            color: var(--color-charcoal);
            width: 100%;
        }
        .schedule-day .day-num {
            display: block;
            font-size: 20px;
        }
        .schedule-day .day-date {
            font-size: 14px;
            color: var(--color-gray-500);
            font-weight: normal;
        }
        .schedule-detail {
            padding: 24px;
            width: 100%;
        }
        .schedule-detail p {
            margin-bottom: 8px;
        }
        .schedule-detail ul {
            list-style-type: disc;
            padding-left: 20px;
            margin-bottom: 16px;
            font-size: 14px;
            color: var(--color-gray-700);
        }
        .schedule-detail ul li {
            margin-bottom: 4px;
        }
        .schedule-note {
            font-size: 14px;
            color: var(--color-gray-500);
            text-align: right;
            margin-top: 16px;
        }
        .text-bold { font-weight: bold; }
        
        @media (min-width: 768px) {
            .schedule-row { flex-direction: row; }
            .schedule-day { width: 16.666%; text-align: left; }
            .schedule-detail { width: 83.333%; }
        }

        .sub-section-title {
            font-size: 24px;
            color: var(--color-charcoal);
            margin-bottom: 24px;
            padding-left: 16px;
            border-left: 4px solid var(--color-gold);
        }
        
        .notes-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 32px;
        }
        @media (min-width: 768px) {
            .notes-grid { grid-template-columns: 1fr 1fr; }
        }

        .notes-title {
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 12px;
            display: flex;
            align-items: center;
        }
        .notes-title i {
            margin-right: 8px;
        }
        .text-red { color: #ef4444; }

        .notes-list li {
            background-color: #fafafa;
            padding: 12px;
            border-radius: 4px;
            border: 1px solid var(--color-gray-100);
            font-size: 14px;
            color: var(--color-gray-700);
            margin-bottom: 12px;
        }
        .note-label {
            display: block;
            font-weight: bold;
            color: var(--color-charcoal);
            margin-bottom: 4px;
        }

        .alert-box {
            background-color: #fef2f2;
            border: 1px solid #fee2e2;
            padding: 16px;
            border-radius: 4px;
            color: #991b1b;
        }
        .alert-main {
            font-weight: bold;
            font-size: 14px;
        }
        .alert-sub {
            font-size: 12px;
            color: #dc2626;
            margin-top: 4px;
        }

        /* CTA Section */
        .cta-section {
            position: relative;
            overflow: hidden;
            text-align: center;
            background-color: var(--color-gray-100) ;
        }
        .cta-bg {
            position: absolute;
            top: 0; left: 0; right: 0; bottom: 0;
            opacity: 0.1;
            z-index: 0;
        }
        .cta-content {
            position: relative;
            z-index: 10;
        }
        .cta-title {
            font-size: 30px;
            margin-bottom: 16px;
        }
        .cta-desc {
            color: var(--color-gray-400);
            margin-bottom: 40px;
            text-align: center;
        }
        @media (min-width: 768px) {
            .cta-title { font-size: 36px; }
        }

        .cta-buttons {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 16px;
            max-width: 1000px;
            margin: 0 auto;
        }

            .section-dark {
            background-color: #000;
            padding: 1.5rem 0;
            text-align: center;
            color: var(--color-gray-500);
            font-size: 0.875rem;
        }
