@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Baskervville:ital,wght@0,400..700;1,400..700&family=Noto+Serif+JP:wght@200..900&display=swap');

.contents {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.mincho {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-style: normal;
}

/* 終了告知文 */
.Post {
	font-size: 22px;
	font-weight: 600;
	color: #c00;
	text-align: center;
}

/* H1 */
#PageName {
	width: 1024px;
	margin: 10px auto;
	color: #5F372F;
	font-weight: bold;
}

.swiper {
	cursor: pointer;
}

/*---------------------------------------*/

.mainvisual01 {
  background-image: url("/attending/media/hawaii/images/pc/main_BP23-034861D.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.maintit01 {
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.maintit01 img {
  width: 590px;
  height: auto;
}

.mv_inner {
position: relative;
}
.mv_sub {
  width: 1291px;
  position: absolute;
  bottom: 20px; /* 下からの余白（お好みで調整） */
  left: 50%;
  transform: translateX(-50%);
}

.gold-text {
	position: relative;
	display: inline-block;
	width: fit-content;
	line-height: 1.8;
	color: transparent;
	filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.7));
	padding-block-end: 2px;
	margin-inline: auto;
}

.gold-text::before {
	content: attr(data-text);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 2;
	background: linear-gradient(180deg, #EEA11A 0%, #FFECB5 50%, #EEA11A 100%);
	-webkit-background-clip: text;
	color: transparent;
}

.gold-text::after {
	content: attr(data-text);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1;
	background: linear-gradient(90deg, #EA985A 0%, #93430A 100%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 1px transparent;
	color: transparent;
}

.kv-image {
	position: relative;
	background-image: url(/attending/media/hawaii/images/pc/bg-SP23-000705D_SP25-064624D_SP25-064624D.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	max-width: 1300px;
	width: 100%;
	height: 600px;
	margin-inline: auto;
}

.kv-image h1 {
	position: absolute;
	inset: 0;
	display: block;
	width: 821px;
	height: 364px;
	margin: auto;
}


/* sec-movie start */
.sec-movie {
	background-color: #ffffff;
	padding-block: 60px;
}

.sec-movie_inner {
	display: flex;
	gap: 32px;
}

.sec-movie .seo {
	font-size: 18px;
}

.sec-movie .movie {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}

.sec-movie .movie dl {
	display: flex;
	flex-direction: column;
	width: 280px;
}

.sec-movie .movie dl dt {
	display: grid;
	align-items: center;
	height: 100%;
	background-color: #1D52A1;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	padding-block: 8px;
}

.btn-schedule_link {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 4px;
	width: 650px;
	height: 100px;
	/*background: linear-gradient(180deg, #CB1D43 40%, #AB1032 70%);*/
background: #35A8D7;
background: linear-gradient(90deg,rgba(53, 168, 215, 1) 0%, rgba(29, 82, 161, 1) 100%);
	box-shadow: 0 7px 0 0 #cccccc, 0 8px 15px 0 rgba(0, 0, 0, 0.20);
	/*border: 3px solid #E04466;*/
	border-radius: 8px;
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 3px;
	padding: 8px 16px;
	margin-inline: auto;
	margin-block-start: 24px;
	transition: .3s;
  position: relative;
}
.btn-schedule_link::after {
  content: "";
  background-image: url("/attending/media/hawaii/images/pc/seo_btn_ar01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
}

.btn-schedule_link:hover {
	box-shadow: unset;
	transform: translateY(4px);
}

.btn-schedule_link span {
	font-size: 18px;
}

/* スケジュールモーダル */
#inline-wrap {
	position: relative;
}

#inline-wrap .image {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

#inline-wrap .image::before {
	content: '';
	position: absolute;
	top: 10px;
	right: 10px;
	width: 80px;
	height: 80px;
	cursor: pointer;
}

/* sec-movie end */

/* sec-anchor start */
.sec-anchor {
	background-color: #FEE3B5;
	padding-block: 40px;
}

.anchor-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
	gap: 16px;
}

.anchor-item {
	display: flex;
  position: relative;
  background-color: #ffffff;
}
.anchor-item::before {
  content: "";
  box-sizing: border-box;
  width: calc( 100% - 12px );
  height: calc( 100% - 12px );
  border: 1px solid #E2A400;
  position: absolute;
  top: 6px;
  left: 6px;
}

.anchor-link {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 6px;
	border: 3px solid #E2A400;
	/*background: linear-gradient(180deg, #FFF 35%, #E9E2DA 100%);*/
	/*box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.30);*/
	width: 100%;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.2;
	color: #5F372F;
	text-align: center;
	padding-block: 40px 26px;
	transition: opacity .3s;
}

.anchor-link:hover {
	opacity: 0.5;
}

.anchor-link::before,
.anchor-link::after {
	content: '';
	display: block;
}

.anchor-link::before {
	background-image: url("/attending/media/hawaii/images/pc/anchor-deco.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 21px;
	height: 21px;
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
}

.anchor-link::after {
	position: absolute;
	bottom: 8px;
	left: 50%;
	translate: -50% 0;
	/*background-color: #B28836;*/
	width: 15px;
	height: 10px;
	/*clip-path: polygon(100% 0, 0 0, 50% 100%);*/
  background-image: url("/attending/media/hawaii/images/pc/anchor_ar01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

/* sec-anchor end */

/* sec-event start */
.sec-event {
	position: relative;
	background-image: url(/attending/media/hawaii/images/event-bg1.png);
	padding-block: 80px;
}


.sec-event h2 img {
	display: block;
	width: auto;
	margin-inline: auto;
	margin-block-end: 48px;
}

.event-image {
	margin-block-end: 48px;
}

.event-note {
	font-size: 14px;
	text-align: right;
	margin-block-start: 8px;
}

.event-content {
	background-color: #FEF1EF;
	border: 3px solid #CF000E;
	width: 1040px;
	padding: 9px;
}

.event-content_inner {
	position: relative;
	border: 3px solid #CF000E;
}

.event-content_inner::before,
.event-content_inner::after {
	content: '';
	position: absolute;
	left: 50%;
	translate: -50% 0;
	width: 100%;
	height: 80px;
	background-image: url(/attending/media/hawaii/images/pc/event-deco1.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.event-content_inner::before {
	top: -1px;
}

.event-content_inner::after {
	bottom: -1px;
	scale: -1;
}

.event-content_tone {
	position: relative;
	z-index: 0;
	padding: 48px;
}

.event-content_tone::after {
	content: '';
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-image: url(/attending/media/hawaii/images/event-bg2.png);
	background-repeat: repeat;
	background-size: 200px 192px;
	opacity: 0.09;
}

.event-content_item1 {
	position: relative;
	display: grid;
	grid-template-columns: 400px 1fr;
	gap: 32px;
	padding-block-end: 40px;
}

.event-content_item1::after {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	background: radial-gradient(circle farthest-side, #CF000E, #CF000E 30%, transparent 30%, transparent);
	background-size: 12px;
	width: 100%;
	height: 10px;
}

.event-content_item1_dl dt {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	font-weight: 800;
	color: #CB1D43;
	line-height: 1.8;
	padding-block: 25px
}

.event-content_item1_dl dt::before,
.event-content_item1_dl dt::after {
	content: '';
	position: absolute;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 294px;
	height: 25px;
}

.event-content_item1_dl dt::before {
	top: 0;
	background-image: url(/attending/media/hawaii/images/event-deco2.png);
}

.event-content_item1_dl dt::after {
	bottom: 0;
	background-image: url(/attending/media/hawaii/images/event-deco2.png);
	scale: -1;
}

.event-content_item1_dl dd {
	font-size: 18px;
	line-height: 1.5;
	color: #710521;
	letter-spacing: 1.44px;
	padding-block-start: 25px
}

.event-content_item2 {
	display: flex;
	flex-direction: column;
	gap: 0;
	padding-block-start: 24px;
}

.flow-row {
	position: relative;
	display: flex;
	gap: 24px;
	align-items: center;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.flow-row3 {
	gap: 8px;
}

.flow-row .flow-image {
	flex-shrink: 0;
	overflow: hidden;
}

.flow-row1 .flow-image {
	width: 240px;
	height: 210px;
}

.flow-row2 .flow-image {
	width: 380px;
	height: 240px;
}

.flow-row3 .flow-image {
	width: 520px;
	height: 280px;
}

.flow-row .flow-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.flow-row1 .flow-text {
	width: 420px;
	display: flex;
	align-items: center;
	gap: 0;
	padding-right: 4px;
}

.flow-row2 .flow-text {
	width: 440px;
	display: flex;
	align-items: center;
	gap: 0;
	padding-right: 4px;
}

.flow-row3 .flow-text {
	flex: 1;
	display: flex;
	align-items: center;
	gap: 0;
	padding-right: 4px;
	padding-top: 64px;
}

.flow-number {
	position: relative;
	width: 80px;
	height: 80px;
	flex-shrink: 0;
	background-image: url(/attending/media/hawaii/images/pc/event-num_fr.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: -4px;
}

.flow-number span {
	font-family: 'Baskerville', serif;
	font-style: italic;
	font-weight: 600;
	font-size: 28px;
	color: #FEF1EF;
	letter-spacing: -1.4px;
	line-height: 1.5;
}

.flow-desc {
	flex: 1;
	border-top: 1px solid #CF000E;
	border-bottom: 1px solid #CF000E;
	padding: 10px 16px;
	margin-right: -4px;
	display: flex;
	align-items: center;
	min-height: 60px;
}

.flow-desc p {
	font-size: 18px;
	font-weight: 700;
	color: #CF000E;
	line-height: 1.5;
	letter-spacing: 1.44px;
}

.flow-row1::before,
.flow-row2::before,
.flow-row3::before {
	content: '';
	position: absolute;
	background-image: url(/attending/media/hawaii/images/pc/event-deco3.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 60px;
	height: 106px;
}

.flow-row1::before {
	top: 0;
	right: 0;
}

.flow-row2::before {
	top: -70px;
	left: 0;
}

.flow-row3::before {
	top: -30px;
	right: 0;
}

.arrow-1::after,
.arrow-2::after {
	content: '';
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.arrow-1::after {
	bottom: -35px;
	left: calc(50% + 10px);
	transform: translateX(-50%);
	background-image: url(/attending/media/hawaii/images/pc/event-arrow1.svg);
	width: 67px;
	height: 77px;
}

.arrow-2::after {
	bottom: -70px;
	left: calc(50% + 70px);
	transform: translateX(-50%);
	background-image: url(/attending/media/hawaii/images/pc/event-arrow2.svg);
	width: 73px;
	height: 71px;
}

.flow-note {
	padding-top: 40px;
	text-align: center;
	width: 100%;
}

.flow-note p {
	font-size: 18px;
	font-weight: 700;
	color: #CF000E;
	line-height: 1.5;
	letter-spacing: 1.44px;
}

/* sec-event end */

/* sec-point start */
.sec-point {
	position: relative;
  background-image: url("/attending/media/hawaii/images/pc/point_bg01.png");
  background-repeat: repeat;
  background-position: center top;
	background-color: #ACEACB;
	padding-block: 80px;
	z-index: 0;
}


.sec-point h2 img {
	display: block;
	width: auto;
	margin-inline: auto;
	margin-block-end: 48px;
}

.point-item {
	position: relative;
	background: #F9F6F1;
	border: 3px solid #710521;
	width: 620px;
	height: auto;
	gap: 16px;
	padding: 10px 29px 28px 0px;
}

.point-item:before {
	top: 5px;
}

.point-item::after {
	bottom: 5px;
	scale: -1;
}

/*.point-item dl dt {
	display: grid;
	grid-template-columns: 75px 1fr;
	align-items: center;
	gap: 16px;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.4;
	color: #710521;
	margin-block-end: 16px
}

.point-item dl dt::before {
	counter-increment: number 1;
	content: counter(number, decimal-leading-zero);
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url();
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 75px;
	height: 75px;
	color: #CF000E;
	font-family: 'Baskerville', serif;
	font-size: 42px;
	font-style: italic;
	font-weight: 600;
	text-align: center;
	line-height: 1.5;
	letter-spacing: -2px;
	padding-inline: 0 2px;
}*/

.point-item dl dt p span {
	font-size: 20px;
}

.swiper-point-wrapper {
	position: relative;
	counter-reset: number 0;
	margin-block-start: 48px;
}

.swiper-point-wrapper .swiper-wrapper {
	margin-block-end: 24px;
}

.swiper-scrollbar.swiper-scrollbar-horizontal {
	left: 0;
	bottom: 0;
	width: 100%;
	height: 10px;
}

.swiper-scrollbar {
	background: rgba(153, 153, 153, .7);
}

.swiper-scrollbar-drag {
	background: #555;
}

/* sec-point end */

/* sec-hotel start */
.sec-hotel {
	position: relative;
	background-color: #33658A;
	padding-block: 80px;
	z-index: 0;
}


.sec-hotel::after {
	content: '';
	position: absolute;
	inset: 0;
	background-image: url("/attending/media/hawaii/images/pc/bg04.png");
	background-size: 284px 482px;
	opacity: 0.07;
	z-index: -1;
}

.sec-hotel h2 img {
	display: block;
	width: auto;
	margin-inline: auto;
	margin-block-end: 48px;
}

.hotel-title {
	position: relative;
	padding-block: 20px;
	margin-block-start: 48px;
	z-index: 2;
}

.hotel-title::before {
	content: '';
  width: 100%;
  height: 100%;
	position: absolute;
	inset: 0;
	background-image: url("/attending/media/hawaii/images/pc/hotel-bg2.png");
	background-size: 100% 100%;
	opacity: 1;
	z-index: -1;
}

.hotel-title .caption {
	display: block;
	font-size: 24px;
	font-weight: 500;
}

.hotel-title h3 {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: baseline;
	width: 1024px;
	margin-inline: auto;
}

.hotel-title h3:before,
.hotel-title h3:after {
	content: '';
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.hotel2 .hotel-title h3:before {
	top: 50%;
	left: 0;
	translate: 0 -50%;
	background-image: url(/attending/media/hawaii/images/pc/hotel-day2.png);
	width: 148px;
	height: 90px;
}

.hotel-grade {
	position: absolute;
	top: calc(50% + 50px);
	left: calc(50% + (1024px / 2));
	translate: -50% -50%;
	width: 176px;
	height: 127px;
}

/* .hotel1 .hotel-title h3:after {
	top: calc(50% + 10px);
	right: 0;
	translate: 0 -50%;
	background-image: url(/attending/media/hawaii/images/pc/label-sdx.png);
	width: 176px;
	height: 127px;
} */

.swiper-hotel-wrapper .swiper-controls {
	background: linear-gradient(270deg, #B28836 0%, #E2BD6A 50%, #B28836 100%);
	padding-block: 10px;
}

.swiper-hotel-wrapper .swiper-controls_inner {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: fit-content;
}

.swiper-hotel-wrapper .swiper-pagination-bullets.swiper-pagination-horizontal {
	position: initial;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-hotel-wrapper .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
}

.swiper-hotel-wrapper .swiper-pagination-bullet {
	background: #fff;
	opacity: 0.3;
}

.swiper-hotel-wrapper .swiper-pagination-bullet-active {
	background: #fff;
	opacity: 1;
}

.swiper-hotel-wrapper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 7px;
}

.swiper-hotel-wrapper .swiper-button-next,
.swiper-hotel-wrapper .swiper-button-prev {
	position: relative;
	top: 0;
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: 12px;
	margin-top: 0px;
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
}

.swiper-hotel-wrapper .swiper-button-prev {
	left: 0px;
	right: auto;
}

.swiper-hotel-wrapper .swiper-button-next {
	right: 0px;
	left: auto;
}

.swiper-hotel-wrapper .swiper-button-next:after,
.swiper-hotel-wrapper .swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: 12px;
	text-transform: none !important;
	letter-spacing: 0;
	text-transform: none;
	font-variant: initial;
	line-height: 1;
}

.hotel-desc {
	position: relative;
	z-index: 1;
}

.hotel-desc .hotel-caption {
	width: 670px;
	margin-block-start: 16px;
}

.hotel-caption {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 1.35px;
	color: #FFF;
	margin-block-start: 16px;
}

.hotel-logo {
	position: absolute;
	right: 0;
	bottom: 0;
}

.hotel-img_list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-block-start: 40px;
}

.hotel-content_item {
	display: grid;
	grid-template-columns: 492px 1fr;
	margin-block-start: 40px;
}

.hotel1 .hotel-content_item {
	gap: 40px;
}

.hotel2 .hotel-content_item {
	gap: 24px;
}

.hotel-figure_row {
	display: grid;
	align-content: flex-start;
	gap: 24px;
}

.hotel-figure_col {
	display: grid;
	gap: 8px;
}

.hotel1 .hotel-figure_col {
	grid-template-columns: 1fr 248px;
	align-items: center;
	margin-block-start: 16px;
}

.hotel2 .hotel-figure_row img {
	display: block;
	width: 340px;
	margin-inline: auto;
}

.hotel-figure_col figcaption,
.hotel-figure_row figcaption {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 1.35px;
	color: #FFF;
}

/* sec-hotel end */

/* sec-gourmet start */
.sec-gourmet {
	position: relative;
  background-image: url("/attending/media/hawaii/images/pc/gourmet_bg01.png");
  background-repeat: repeat;
  background-position: center top;
	padding-block: 80px;
	z-index: 0;
}


.sec-gourmet h2 img {
	display: block;
	width: auto;
	margin-inline: auto;
	margin-block-end: 48px;
}

.gourmet-content1 {
	position: relative;
	background: linear-gradient(121deg, #DDA94C 0.01%, #FFF1C9 50.49%, #DDA94C 100%);
	margin-block-end: 48px;
	padding: 32px;
	z-index: 0;
}

.gourmet-content1::before,
.gourmet-content1::after {
	content: "";
	position: absolute;
	left: 50%;
	translate: -50% 0;
	background-image: url(/attending/media/hawaii/images/pc/gourmet-deco1_main.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 100%;
	height: 70px;
	z-index: 1;
}

.gourmet-content1::before {
	top: 10px;
}

.gourmet-content1::after {
	bottom: 10px;
	scale: -1;
}

.gourmet-deco1_beside-top,
.gourmet-deco1_beside-bottom {
	display: block;
	position: absolute;
	left: 50%;
	translate: -50% 0;
	width: 827px;
	height: 10px;
}

.gourmet-deco1_beside-top {
	top: 10px;
}

.gourmet-deco1_beside-bottom {
	bottom: 10px;
}

.gourmet-deco1_vertical-left,
.gourmet-deco1_vertical-right {
	display: block;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	width: 10px;
	height: 650px;
}

.gourmet-deco1_vertical-left {
	left: 11px;
}

.gourmet-deco1_vertical-right {
	right: 11px;
}

.gourmet-content1_inner {
	position: relative;
	border-radius: 60px;
	background: #FAF1E3;
	padding: 40px 32px;
}

.gourmet-content2 {
	position: relative;
	background: #5F372F;
	margin-block-end: 48px;
	padding: 32px;
	z-index: 0;
}

.gourmet-content2::before,
.gourmet-content2::after {
	content: "";
	position: absolute;
	left: 50%;
	translate: -50% 0;
	background-image: url(/attending/media/hawaii/images/pc/gourmet-deco2_main.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 1004px;
	height: 70px;
	z-index: 1;
}

.gourmet-content2::before {
	top: 10px;
}

.gourmet-content2::after {
	bottom: 10px;
	scale: -1;
}

.gourmet-deco2_beside-top,
.gourmet-deco2_beside-bottom {
	display: block;
	position: absolute;
	left: 50%;
	translate: -50% 0;
	width: 827px;
	height: 10px;
}

.gourmet-deco2_beside-top {
	top: 10px;
}

.gourmet-deco2_beside-bottom {
	bottom: 10px;
}

.gourmet-deco2_vertical-left,
.gourmet-deco2_vertical-right {
	display: block;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	width: 10px;
	height: 650px;
}

.gourmet-deco2_vertical-left {
	left: 11px;
}

.gourmet-deco2_vertical-right {
	right: 11px;
}

.gourmet-content2_inner {
	position: relative;
	border-radius: 60px;
	background: #F1EDE9;
	padding: 40px 32px;
}

.gourmet-content3 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
}

.gourmet-content3_inner {
	position: relative;
	border-radius: 60px;
	background: #F1EDE9;
	padding: 24px;
}

.gourmet-meal_wappen {
	position: absolute;
	top: 65px;
	left: 32px;
}

.gourmet-content3_item {
	position: relative;
}

.gourmet-content3_item .gourmet-meal_wappen {
	width: 65px;
	top: 25px;
	left: inherit;
}

.gourmet-title_wrapper {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 8px;
}

.gourmet-content3_item-left .gourmet-title_wrapper {
	padding-right: 24px;
}

.gourmet-title_wrapper::before,
.gourmet-title_wrapper::after {
	content: '';
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 31px;
	height: 100px;
}

.gourmet-content3 .gourmet-title_wrapper::before,
.gourmet-content3 .gourmet-title_wrapper::after {
	width: 19px;
	height: 60px;
}

.gourmet-content1 .gourmet-title_wrapper::before,
.gourmet-content1 .gourmet-title_wrapper::after {
	background-image: url(/attending/media/hawaii/images/pc/gourmet-deco1_title.svg);
}

.gourmet-content2 .gourmet-title_wrapper::before,
.gourmet-content2 .gourmet-title_wrapper::after {
	background-image: url(/attending/media/hawaii/images/pc/gourmet-deco2_title.svg);
}

.gourmet-content3 .gourmet-title_wrapper::before,
.gourmet-content3 .gourmet-title_wrapper::after {
	background-image: url(/attending/media/hawaii/images/pc/gourmet-deco2_title.svg);
}

.gourmet-title {
	position: relative;
	width: fit-content;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 1.28px;
	text-align: center;
	padding-block: 24px;
	padding-inline: 16px;
}

.gourmet-content1 .gourmet-title {
	color: #7C5400;
}

.gourmet-content2 .gourmet-title {
	color: #5F372F;
}

.gourmet-content3 .gourmet-title {
	font-size: 24px;
	color: #5F372F;
	padding-block: 18px;
	padding-inline: 8px;
}

.gourmet-content3_item-right .gourmet-title_wrapper::before {
	margin-inline: 40px 0;
}

.gourmet-title::before,
.gourmet-title::after {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 10px;
}

.gourmet-content1 .gourmet-title::before,
.gourmet-content1 .gourmet-title::after {
	background: radial-gradient(circle farthest-side, #7C5400, #7C5400 30%, transparent 30%, transparent);
	background-size: 12px;
}

.gourmet-content2 .gourmet-title::before,
.gourmet-content2 .gourmet-title::after {
	background: radial-gradient(circle farthest-side, #5F372F, #5F372F 30%, transparent 30%, transparent);
	background-size: 12px;
}

.gourmet-content3 .gourmet-title::before,
.gourmet-content3 .gourmet-title::after {
	background: radial-gradient(circle farthest-side, #5F372F, #5F372F 30%, transparent 30%, transparent);
	background-size: 12px;
}

.gourmet-title::before {
	top: 0;
}

.gourmet-title::after {
	bottom: 0;
}

.gourmet-content_wrap {
	display: grid;
	grid-template-columns: 358px 1fr;
	align-items: flex-start;
	gap: 24px;
	margin-block-start: 40px;
}

.gourmet-content_menu {
	position: relative;
	background-color: #fff;
	padding-block: 24px 34px;
	padding-inline: 16px;
}

.gourmet-content1 .gourmet-content_wrap .gourmet-content_menu {
	border: 2px solid #D69E3C;
	border-top: none;
	border-bottom: none;
}

.gourmet-content2 .gourmet-content_wrap .gourmet-content_menu {
	border: 2px solid #966D65;
	border-top: none;
	border-bottom: none;
}

.gourmet-content_menu::before,
.gourmet-content_menu::after {
	content: '';
	position: absolute;
	left: 0;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 100%;
	height: 14px;
}

.gourmet-content1 .gourmet-content_wrap .gourmet-content_menu::before,
.gourmet-content1 .gourmet-content_wrap .gourmet-content_menu::after {
	background-image: url(/attending/media/hawaii/images/gourmet-menu1_line.png);
}

.gourmet-content2 .gourmet-content_wrap .gourmet-content_menu::before,
.gourmet-content2 .gourmet-content_wrap .gourmet-content_menu::after {
	background-image: url(/attending/media/hawaii/images/gourmet-menu2_line.png);
}

.gourmet-content1 .gourmet-content_wrap .gourmet-content_menu::before,
.gourmet-content2 .gourmet-content_wrap .gourmet-content_menu::before {
	top: 0;
}

.gourmet-content1 .gourmet-content_wrap .gourmet-content_menu::after,
.gourmet-content2 .gourmet-content_wrap .gourmet-content_menu::after {
	bottom: 0;
}

.gourmet-menu_title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-family: 'Baskerville', serif;
	font-style: normal;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 2.4px;
	text-align: center;
}

.gourmet-content1 .gourmet-menu_title {
	color: #D69E3C;
}

.gourmet-content2 .gourmet-menu_title {
	color: #966D65;
}

.gourmet-menu_title::before {
	content: '';
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 85px;
	height: 10px;
}

.gourmet-content1 .gourmet-menu_title::before {
	background-image: url(/attending/media/hawaii/images/pc/gourmet-deco1_menu.svg);
}

.gourmet-content2 .gourmet-menu_title::before {
	background-image: url(/attending/media/hawaii/images/pc/gourmet-deco2_menu.svg);
}

.gourmet-menu_list {
	width: 278px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	margin-inline: auto;
	margin-block-start: 16px;
}

.gourmet-menu_list li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.30);
	margin-block-end: 12px;
	padding-block-end: 8px;
}

.gourmet-menu_list li span {
	display: block;
	font-size: 14px;
}

.gourmet-menu_note {
	font-size: 12px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.9px;
	text-align: center;
}

.gourmet-content_dl {
	margin-block-start: 24px;
}

.gourmet-content_img img {
	display: block;
	width: 260px;
	margin-inline: auto;
}

.gourmet-content_dt {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	color: #875C00;
	letter-spacing: 1.35px;
	text-align: center;
	padding-block-start: 8px;
}

.gourmet-content2 .gourmet-content_figure {
	display: grid;
	grid-template-columns: 1fr 256px;
	gap: 24px;
	margin-block-start: 24px;
}

.gourmet-content2 .gourmet-content_figure figcaption {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 1.2px;
}

.gourmet-content3_item {
	position: relative;
	background: #5F372F;
	padding: 20px;
	z-index: 0;
}

.gourmet-content3_item::before,
.gourmet-content3_item::after {
	content: "";
	position: absolute;
	left: 50%;
	translate: -50% 0;
	background-image: url(/attending/media/hawaii/images/pc/gourmet-deco3_main.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 478px;
	height: 40px;
	z-index: 1;
}

.gourmet-content3_item::before {
	top: 8px;
}

.gourmet-content3_item::after {
	bottom: 8px;
	scale: -1;
}


.gourmet-content3 .gourmet-content_figure {
	display: grid;
	gap: 16px;
	margin-block-start: 16px;
}

.gourmet-content3 .gourmet-content_figure figcaption {
	letter-spacing: 1.2px;
}

/* sec-gourmet end */

/* sec-sightseeing start */
.sec-sightseeing {
	position: relative;
	background-image: url("/attending/media/hawaii/images/pc/bg03.png");
	padding-block: 80px;
}

.sec-sightseeing h2 img {
	display: block;
	width: auto;
	margin-inline: auto;
	margin-block-end: 48px;
}

.sightseeing-content1 {
	display: grid;
	grid-template-columns: 360px 500px;
	justify-content: space-between;
	width: 900px;
	margin-inline: auto;
	margin-block-end: 72px;
}

.sightseeing-content1_txt {
	line-height: 1.5;
}

.sightseeing-content1_img {
	position: relative;
	margin-block-start: 30px;
	z-index: 0;
}

.sightseeing-content1_img::after {
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	right: -240px;
	background-color: #B42241;
	width: 263px;
	height: 109px;
	clip-path: polygon(100% 0, 0 65%, 0 100%);
	z-index: -1;
}

.sightseeing-content2 {
	display: grid;
	grid-template-columns: 592px 1fr;
	gap: 32px;
	margin-block-end: 72px;
}

.sightseeing-content2_dl dt {
	position: relative;
	background-color: #B42241;
	font-size: 32px;
	font-weight: 700;
	color: #fff;
	line-height: 1.5;
	text-align: center;
	letter-spacing: 1.28px;
	outline: 1px solid #fff;
	outline-offset: -6px;
	padding: 18px 6px;
}

.sightseeing-content2_dl dt::before,
.sightseeing-content2_dl dt::after {
	content: '';
	position: absolute;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 45px;
	height: 40px;
}

.sightseeing-content2_dl dt::before {
	top: 5px;
	left: 5px;
	background-image: url(/attending/media/hawaii/images/pc/sightseeing-deco1.svg);
}

.sightseeing-content2_dl dt::after {
	bottom: 5px;
	right: 5px;
	background-image: url(/attending/media/hawaii/images/pc/sightseeing-deco1.svg);
	scale: -1;
}

.sightseeing-content2_dl dt span {
	display: block;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.8px;
}

.sightseeing-content2_txt {
	padding-block: 24px;
}

.sightseeing-content3 {
	margin-block-end: 72px;
}

.sightseeing-content3_ttl {
	position: relative;
	background-color: #B42241;
	width: 388px;
	font-size: 32px;
	font-weight: 700;
	color: #fff;
	line-height: 1.5;
	text-align: center;
	letter-spacing: 1.28px;
	outline: 1px solid #fff;
	outline-offset: -6px;
	margin-block-end: 24px;
	padding: 18px 6px;
}

.sightseeing-content3_ttl::before,
.sightseeing-content3_ttl::after {
	content: '';
	position: absolute;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 45px;
	height: 40px;
}

.sightseeing-content3_ttl::before {
	top: 5px;
	left: 5px;
	background-image: url(/attending/media/hawaii/images/pc/sightseeing-deco1.svg);
}

.sightseeing-content3_ttl::after {
	bottom: 5px;
	right: 5px;
	background-image: url(/attending/media/hawaii/images/pc/sightseeing-deco1.svg);
	scale: -1;
}

.sightseeing-content3_ttl span {
	display: block;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.8px;
}

.sightseeing-content3_items {
	display: grid;
	grid-template-columns: 580px 410px;
	gap: 32px;
}

.sightseeing-content3_items dl dt {
	font-size: 20px;
	font-weight: 600;
	color: #B42241;
	margin-block-start: 10px;
}

.sightseeing-content3_txt {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 1.2px;
}

.sightseeing-content3_items dl dd img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.block-spot {
	position: relative;
	background-color: #ECF7F3;
	border: 3px solid #4099A1;
	padding-block: 12px 22px;
	padding-inline: 32px;
	z-index: 0;
}

.block-spot::after {
	content: '';
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-image: url(/attending/media/hawaii/images/pc/spot-bg1.png);
	background-repeat: repeat;
	background-size: 200px 192px;
	opacity: 0.15;
}

.block-spot_inner {
	position: relative;
	padding-block: 71px 24px;
	z-index: 0;
}

.block-spot_inner::before,
.block-spot_inner::after {
	content: '';
	position: absolute;
	left: 0;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 100%;
}

.block-spot_inner::before {
	top: 0;
	background-image: url(/attending/media/hawaii/images/pc/spot-line_top.png);
	height: 39px;
}

.block-spot_inner::after {
	bottom: 0;
	background-image: url(/attending/media/hawaii/images/pc/spot-line_btm.png);
	height: 8px;
}

.block-spot_inner h3 {
	font-size: 32px;
	font-weight: 700;
	color: #187B84;
	text-align: center;
}

.block-spot_inner h3 span {
	position: relative;
}

.block-spot_inner h3 span::before,
.block-spot_inner h3 span::after {
	content: '';
	position: absolute;
	top: calc(50% + 1px);
	translate: 0 -50%;
	display: block;
	background-image: url(/attending/media/hawaii/images/spot-deco1.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 30px;
	height: 46px;
}

.block-spot_inner h3 span::before {
	left: -54px;
}

.block-spot_inner h3 span::after {
	right: -54px;
	scale: -1;
}

.spot-title {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 16px;
	font-size: 32px;
	font-weight: 700;
	line-height: 1;
	color: #187B84;
	height: 100%;
	letter-spacing: 1.2px;
	margin-block: 40px 16px;
}

.spot-title span {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #187B84;
	font-size: 20px;
	line-height: 1;
	color: #fff;
	padding-block: 7px;
	padding-inline: 20px;
}

.swiper-spot-wrapper {
	width: 800px;
	margin-inline: auto;
}

.swiper-spot-wrapper figure figcaption {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 1.2px;
	margin-block: 16px
}

.swiper-spot-wrapper .swiper-button-prev::after,
.swiper-spot-wrapper .swiper-button-next::after {
	display: none;
}

.swiper-spot-wrapper .swiper-button-prev,
.swiper-spot-wrapper .swiper-button-next {
	background-image: url(/attending/media/hawaii/images/pc/spot-arrow.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 56px;
	height: 56px;
	margin-top: 0;
}

.swiper-spot-wrapper .swiper-button-prev {
	left: 10px;
}

.swiper-spot-wrapper .swiper-button-next {
	right: 10px;
	scale: -1;
}

.swiper-spot-wrapper .swiper-pagination {
	position: inherit;
}

.swiper-spot-wrapper .swiper-pagination-bullet {
	background: #BEBEBE;
	width: 12px;
	height: 12px;
	opacity: 1;
}

.swiper-spot-wrapper .swiper-pagination-bullet-active {
	background: #187B84;
}

.swiper-spot-wrapper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
}

/* sec-sightseeing end */

/* sec-others start */
.sec-others {
	position: relative;
	padding-block: 80px;
	z-index: 0;
}


.sec-others h2 img {
	display: block;
	width: auto;
	margin-inline: auto;
	margin-block-end: 48px;
}

.swiper-present-wrapper {
	position: relative;
}

.swiper-present-wrapper .swiper-wrapper {
	padding-block-end: 50px
}

.present-figure {
	margin-block-end: 80px;
}

.present-txt {
	font-size: 16px;
	color: #fff;
	text-align: center;
}

.present-item {
	width: 300px;
}

.present-item figure figcaption {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 5px;
	font-size: 21px;
	font-weight: 800;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	margin-block-start: 10px;
}

.present-item figure figcaption span{
	font-size: 16px;
	font-weight: 700;
	margin-block-start: -4px;
}

.present-item figure figcaption::before {
	content: '';
	display: block;
	background-image: url(/attending/media/hawaii/images/present-deco1.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 86px;
	height: 10px;
}

/* sec-others end */

/* sec-info start */
.sec-info {
	position: relative;
  background-image: url("/attending/media/hawaii/images/pc/point_bg01.png");
  background-repeat: repeat;
  background-position: center top;
	background-color: #F3E9D3;
	padding-block: 80px;
	z-index: 0;
}


.sec-info h2 img {
	display: block;
	width: auto;
	margin-inline: auto;
	margin-block-end: 48px;
}

.block-voice {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 24px;
	grid-row-gap: 24px;
	margin-block-end: 80px;

}

.group-voice {
	position: relative;
  background-image: url("/attending/media/hawaii/images/pc/voice_deco02.png");
  background-repeat: no-repeat;
  background-position: right bottom;
	background-color: #FEFDF6;
	border: 2px solid #29913C;
  border-radius: 16px;
	padding: 32px;
}

.group-voice::before,
.group-voice::after {
	content: '';
	position: absolute;
	display: block;
	background-image: url("/attending/media/hawaii/images/pc/voice_deco01.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 9px;
	height: 9px;
}

.group-voice::before {
	top: 16px;
	left: 16px;
}

.group-voice::after {
  top: 16px;
  right: 16px;
}

.voice-item dt {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 18px;
	/*border-bottom: 1px solid rgba(180, 160, 118, 0.50);*/
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #29913C;
	letter-spacing: 0.84px;
	margin-block-end: 16px;
	padding-block-end: 25px;
  position: relative;
  background-image: url("/attending/media/hawaii/images/pc/voice_tit_line01.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}

.voice-item dt::before {
	content: '';
	display: block;
	background-image: url("/attending/media/hawaii/images/pc/voice_tit_deco01.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 55px;
	height: 55px;
  flex-shrink: 0;
}
.voice-item dt::after {
	content: '';
	display: block;
	background-image: url("/attending/media/hawaii/images/pc/voice_tit_deco02.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 23px;
	height: 21px;
  position: absolute;
  top: 50%;
  margin-top: -42px;
  left: 32px;
}

.voice-item dd {
	font-size: 17px;
	font-weight: 400;
	letter-spacing: 1.36px;
}

.sec--faq__acc {
	background: #FEFDF6;
	border: 2px solid #29913C;
  border-radius: 16px;
	position: relative;
	interpolate-size: allow-keywords;
}

.sec--faq__acc:not(:first-of-type) {
	margin-block-start: 16px;
}

.sec--faq__acc::details-content {
	height: 0;
	opacity: 0;
	overflow: hidden;
	transition: height 0.3s ease, opacity 0.3s ease, content-visibility 0.3s allow-discrete;
}

.sec--faq__acc[open]::details-content {
	height: auto;
	opacity: 1;
}

.sec--faq__acc__btn {
	display: block;
	padding: 16px 20px;
	cursor: pointer;
	position: relative;
}

.sec--faq__acc__btn::before,
.sec--faq__acc__btn::after {
	content: "";
	display: block;
	width: 12px;
	height: 2px;
	background: #29913C;
	position: absolute;
	top: 50%;
	right: 20px;
	translate: 0 -50%;
}

.sec--faq__acc__btn::after {
	rotate: 90deg;
	transition: rotate 0.3s;
}

.sec--faq__acc[open] .sec--faq__acc__btn::after {
	rotate: 180deg;
}

.sec--faq__acc__ttl-wrapper {
	display: grid;
	grid-template-columns: 40px 1fr;
	gap: 15px;
	align-items: center;
	transition: opacity 0.3s;
}

.sec--faq__acc__ttl {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.9px;
}

.sec--faq__acc__btn:hover .sec--faq__acc__ttl-wrapper {
	opacity: 0.5;
}

.sec--faq__acc__ttl-ico,
.sec--faq__acc__content__ico {
	padding-block: 2px 10px;
	color: #29913C;
	font-size: 26px;
	font-weight: 600;
	text-align: center;
}

.sec--faq__acc__content {
	position: relative;
	display: grid;
	grid-template-columns: 40px 1fr;
	gap: 15px;
	align-items: start;
	width: calc(100% - 40px);
	margin-inline: auto;
	padding-block: 20px
}

.sec--faq__acc__content::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	border-top: 1px solid rgba(41, 145, 60, 0.50);
	width: 100%;
	height: 1px;
}

/* sec-info end */

/* sec-tour start */
.sec-tour {
	position: relative;
  background-image: url("/attending/media/hawaii/images/pc/bg01.png");
  background-repeat: repeat;
  background-position: center top;
	padding-block: 80px;
	z-index: 0;
}



.sec-tour h2 img {
	display: block;
	width: auto;
	margin-inline: auto;
}

.block-tab {
	display: flex;
	justify-content: space-between;
}

.block-tab_item {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	border: solid 1px #1D52A1;
	width: calc(100% / 9);
	font-weight: 600;
	color: #1D52A1;
	text-align: center;
	padding: 20px 0;
	cursor: pointer;
}

.block-tab_item:not(:last-child) {
	border-right: none;
}

.block-tab_item.current {
	background-color: #1D52A1;
	color: #fff;
}

.block-tab_contents {
	background-color: #1D52A1;
	padding: 16px;
}

.tour-caption {
	font-size: 18px;
	font-weight: 400;
	color: #FFEE53;
	text-align: center;
	letter-spacing: 1.44px;
	margin-block-start: 24px;
}

.tour-notice {
	font-size: 14px;
	font-weight: 400;
	color: #FFF;
	text-align: center;
	letter-spacing: 1.12px;
}

.tour-choice {
	font-size: 18px;
	font-weight: 700;
	/*color: #FFF;*/
	text-align: center;
	letter-spacing: 1.44px;
	margin-block-start: 22px;
}

.block-tab_contents-item {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
}

.tour-template {
	background: #FFF;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
    height: 100%;
	overflow: hidden;
}

.tour-link:only-child {
	grid-column: 1 / -1;
}

.block-tour {
	margin-block-start: 16px;
}

.dept {
	background: #CFEEFF;
	border-radius: 0 0 8px 0;
	width: fit-content;
	font-size: 16px;
	font-weight: 600;
	color: #1D52A1;
	line-height: 1;
	letter-spacing: 1.2px;
	padding-block: 8px;
	padding-inline: 20px;
}

.details {
	display: flex;
	flex-direction: column;
    gap: 20px;
    height: 100%;
	padding-block: 12px 16px;
	padding-inline: 14px;
}

.name {
	font-size: 18px;
	font-weight: 600;
	color: #333;
	line-height: 1.5;
	letter-spacing: 1.35px;
}

.details-inner {
	display: flex;
	justify-content: space-between;
	align-items: end;
	margin-block-start: auto;
}

.price {
	color: #DB2100;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.6px;
}

.button {
	display: flex;
	border-radius: 4px;
	background: #CB1D43;
	box-shadow: 0 5px 0 0 #930D2A;
	justify-content: center;
	align-items: center;
	gap: 3px;
	font-size: 14px;
	font-weight: 600;
	color: #FFF;
	line-height: 1.5;
	letter-spacing: 0;
	padding: 10px 12px;
}

.notour {
	grid-column: 1 / -1;
	background: #FFF;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	padding-block: 12px
}

.block-bn {
	margin-block: 80px;
}

.block-bn img {
	display: block;
	box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.25);
}

.block-bn p {
	font-size: 14px;
	font-weight: 400;
	color: #1D52A1;
	letter-spacing: 1.12px;
	margin-block-start: 10px;
}

.block-tv img {
	display: block;
	width: 960px;
	margin-block-start: 32px;
	margin-inline: auto;
}

/* sec-tour end */

.custom-swipe-hint {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	padding: 15px 40px;
	border-radius: 12px;
	z-index: 10;
	pointer-events: none;
	transition: opacity 0.5s ease;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	white-space: nowrap;
}

.custom-swipe-hint::before {
	content: "";
	background-image: url("/attending/media/hawaii/images/pc/il-scroll.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 76px;
	height: 94px;
	animation: swipe-hand 1.5s infinite ease-out;
}

@keyframes swipe-hand {

	0%,
	20% {
		transform: translateX(0);
		opacity: 1;
	}

	70% {
		transform: translateX(-40px);
		opacity: 0;
	}

	100% {
		transform: translateX(0);
		opacity: 0;
	}
}

.custom-swipe-hint.is-hidden {
	opacity: 0;
}


/*------------------------------------
  2026/05/14
-------------------------------------*/

.blockDeco01 {
  position: relative;
}
.blocDecoImg01 {
  transform: scale(-1, 1);
  width: 200px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.blocDecoImg02 {
  width: 200px;
  position: absolute;
  top: 0px;
  right: 0px;
}

.tourBoxWrap01 {
  text-align: center;
}
.tourBox01 {
  display: inline-block;
  text-align: left;
  margin: 45px auto auto;
}

.tourSetsuFlex01 {
  display: flex;
  align-items: center;
  gap: 0px 20px;
  color: #1D52A1;
  margin-bottom: 14px;
}
.tourDay01 {
  background: #447BDA;
background: linear-gradient(120deg,rgba(68, 123, 218, 1) 0%, rgba(19, 69, 144, 1) 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 3px 5px;
  width: 90px;
  height: 44px;
}

.pointFlex01 {
  display: flex;
  align-items: center;
  gap: 0px 4px;
  height: 150px;
}
.pointFlex01 .box01 {
  flex-shrink: 0;
}
.point-item dt {
  color: #29913C;
  font-size: 20px;
}
.point-item dt .s01 {
  font-size: 15px;
}

.point-item dd {
  padding-left: 30px;
}

.point-item {
	position: relative;
	background: #F9F6F1;
	border: 3px solid #29913C;
  border-radius: 16px;
	width: 620px;
	height: auto;
	gap: 16px;
	padding: 10px 30px 28px 0px;
}


/*---------------------------*/

.anaBlock01 {
  background-image: url("/attending/media/hawaii/images/pc/bg01.png");
  background-repeat: repeat;
  background-position: center top;
  padding: 80px 0px;
}
.anaBoxWrap01 {
  border: 1px solid #1D52A1;
  border-radius: 16px;
  padding: 8px;
  width: 948px;
  margin: auto;
}
.anaBox01 {
  background-color: #FFFFFF;
  border: 2px solid #1D52A1;
  border-radius: 12px;
  padding: 32px;
}
.anaFlex01 {
  display: flex;
  gap: 0px 22px;
  margin-top: 24px;
}
.anaFlex01 .box01 {
  flex-shrink: 0;
}

.text18_15_n {
  font-size: 18px;
  line-height: 1.5em;
}
.text12_15_n {
  font-size: 12px;
  line-height: 1.5em;
}
.ind_1em {
  text-indent: -1em;
  padding-left: 1em;
}

/*----------------------*/

.presentBlock01 {
  background-image: url("/attending/media/hawaii/images/pc/present_bg01.png");
  background-repeat: repeat;
  background-position: center top;
  padding: 80px 0px;
  position: relative;
}
.contH201 {
  text-align: center;
  margin-bottom: 45px;
}
.contH201 img {
  height: 228px;
  width: auto;
}
.presentFlex01 {
  display: flex;
  align-items: center;
  gap: 0px 24px;
  width: 900px;
  margin: auto;
}
.presentFlex01 .box01 {
  flex-shrink: 0;
}

.contH301 {
  color: #1D52A1;
  font-size: 22px;
  line-height: 1.5em;
  font-weight: bold;
}
.contH301 .s01 {
  font-size: 16px;
}
.presentFlex02 {
  display: flex;
  align-items: center;
  gap: 0px 8px;
  padding-bottom: 4px;
  border-bottom: 1px dotted #1D52A1;
  margin-bottom: 16px;
}

/*----------------------------*/

.hotelBox01 {
  margin-top: 48px;
  margin-bottom: 48px;
  color: #ffffff;
}

.hotelBox01_last {
  position: relative;
}

.hotelImgDeco01 {
	width: 560px;
    position: absolute;
    left: -70px;
    bottom: -130px;
}

.hotelH301 {
  text-align: center;
  margin-bottom: 38px;
}
.hotelH301 img {
  height: 45px;
  width: auto;
}
.hotelFlex01 {
  display: flex;
  gap: 0px 24px;
}
.flexShrink {
  flex-shrink: 0;
}
.mt_16 {
  margin-top: 16px;
}
.hotelFlex01 .box009 {
  width: 430px;
  flex-shrink: 0;
}
.hotelBoxIn01 {
  text-align: center;
  margin-top: 24px;
}
.hotelBoxIn01 .p01 {
  display: inline-block;
  text-align: left;
}


/*-----------------------*/

.mapBlock01 {
  width: 810px;
  margin: 48px auto 55px;
}

.sightBox01 {
  position: relative;
  margin-top: 60px;
}
.sightImg01 {
  position: relative;
  margin-bottom: 32px;
}

.sightDeco01 {
  position: absolute;
  top: -48px;
  right: -30px;
}
.sightDeco02 {
  position: absolute;
  bottom: -25px;
  left: -47px;
}
.sightFlex01 {
  display: flex;
  gap: 0px 32px;
}
.sightH3Wrap01 {
  position: relative;
  margin-bottom: 22px;
}

.sightEn01 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 60px;
  position: absolute;
  top: -30px;
  right: 10px;
}
.sightEn01 img {
  max-width: 100%;
  width: auto;
}

.ribon {
	width: 548px;
}

.text16_15_n {
  font-size: 16px;
  line-height: 1.5em;
}

.sightFlex02 {
  display: flex;
  gap: 0px 16px;
  margin-top: 24px;
}

.sightBoxText01 {
  color: #ffffff;
  width: 524px;
  position: absolute;
  left: 60px;
  top: 518px;
}

/*------------------------*/

.gourmetTextWrap01 {
  text-align: center;
  font-size: 18px;
}

.gourmetContBox01 {
  margin-top: 55px;
}
.gourmetFlex01 {
  display: flex;
  align-items: center;
  gap: 0px 8px;
  margin: 16px auto 0px;
}
.gourmetDay01 {
  width: 180px;
}
.gourmetH301 {
  color: #693600;
  font-size: 22px;
  line-height: 1.4em;
  font-weight: bold;
  margin: 20px 0px;
}

.gourmetFlex02 {
  display: flex;
  gap: 0px 32px;
}

.gourmetMenuBox01 {
  position: relative;
  background-color: #ffffff;
  border-top: 2px solid #693600;
  border-bottom: 2px solid #693600;
  padding: 30px 14px;
  width: 452px;
  color: #693600;
}
.gourmetMenuBox01::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #693600;
  position: absolute;
  left: 0px;
  top: 5px;
}
.menuTit01 {
  width: 84px;
  margin: auto auto 15px;
}
.menuFlex01 {
  display: flex;
  gap: 0px 15px;
}
.menuFlex01 > div {
  width: 100%;
}
.menuBox01 {
  padding: 12px 0px;
  text-align: center;
  font-size: 12px;
  line-height: 1.4em;
  letter-spacing: -0.02em;
  border-bottom: 1px solid rgba( 105,54,0,0.2 );
}
.menuBox01 .h501 {
  font-size: 13px;
  line-height: 1.4em;
  font-weight: bold;
  margin-bottom: 10px;
}
.bold {
  font-weight: bold;
}
.mt_12 {
  margin-top: 12px;
}
.posiRe {
  position: relative;
}
.gourmetImg01 {
  width: 232px;
  position: absolute;
  bottom: 0px;
  left: -110px;
}
.gourmetTextBox01 {
  width: 400px;
}

.gourmetTextBox02 {
  color: #ffffff;
  width: 550px;
  position: absolute;
  left: 40px;
  top: 586px;
}
.gourmetTextBox03 {
  color: #ffffff;
  position: absolute;
	right: 30px;
    bottom: 27px;
}

.gourmetTextBox03 .text16_15_n {
  font-size: 12px;
}

/*----------------------*/

.voiceAge01 {
  color: #333333;
  font-size: 16px;
  line-height: 1.5em;
  display: block;
  width: 70%;
  text-align: right;
}










