@charset "utf-8";

.sare-pn_item.-date{
	display: none;
}

/*  パンくず
============================================================================= */
.mv .breadcrumbs{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

/*  キービジュアル
============================================================================= */
.mv{
	padding: 0;
    /*min-height: 600px;*/
    min-height: 600px;
}
.mv-box{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 100%;
	height: 100%;
}
@media screen and (min-width: 400px) {
	.mv-ttl{
		min-width: 380px;
	}
}
.mv-box_inner{
	display: flex;
	flex-direction: column-reverse;
	text-align: center;
	margin-bottom: 100px;
}
.mv-ttl{
	display: inline-block;
	position: relative;
	margin: 25px 0 0;
	padding: 0 10px;
	font-size: 2.0rem;
	font-family: "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.5);
	letter-spacing: .02em;
}
.mv-ttl span{
	font-weight: bold;
}
@media screen and (max-width: 999px) {
	.mv-ttl i{
		display: none;
	}
}
.mv-ttl span{
	display: inline-block;
}
.mv-svg{
	position: relative;
	margin: 0 auto;
	width: 600px;
	padding-top: calc(190 / 803 * 100%);
}
.mv-svg svg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mv-txt{
	margin-top: 30px;
	font-size: 2.8rem;
}
.mv-slide{
	opacity: 0;
	height: 100%;
	transition: opacity .3s linear;
	overflow: hidden;
}
.mv-slide.slick-initialized{
	opacity: 1;
}
.mv .slick-slider .slick-track, .mv .slick-slider .slick-list, .mv-slide_item{
	height: 100%;
}
.mv-slide_item figure{
	position: relative;
	width: 100%;
	height: 100%;
}
.mv-slide_item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	transform: scale(1.05);
	image-rendering: -webkit-optimize-contrast;
}
.mv-slide_item.slick-active img{
	animation: mvimg 8s linear 0s;
}
.mv-slide_item figcaption{
	position: absolute;
	left: 0;
	top: 5px;
	z-index: 1;
	padding: 0 5px;
	width: 100%;
	color: #fff;
	font-size: 1.2rem;
	text-align: right;
	line-height: 1.3;
	text-shadow: 0 0 0.2em rgb(0 0 0 / 80%);
}
@media screen and (max-width: 999px) {
	.mv-slide_item figcaption span{
		display: none;
	}
}
@media screen and (min-width: 1000px) {
	.mv{
		padding-bottom: 0;
	}
	.mv-ttl{
		font-size: 4.0rem;
	}
	/*他発地のタイトルに影響があるため
	.mv-ttl br{
		display: none;
	}*/

	.mv-slide_item{
		position: relative;
	}
	.mv-slide_item figcaption{
		top: inherit;
		bottom: 5px;
	}
}
@keyframes mvimg{
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.05);
	}
}

/*  追尾・開閉ボタン
============================================================================= */
.searchhead_inner{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	background-color: rgba(255,255,255,1);
	box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2);
	transition: background 0.5s;
}

@media print, screen and (max-width: 999px) {
	body:not(.fixed) .searchhead{
		position: absolute;
		bottom: -77px;
		left: 0;
		z-index: 100;
		width: 100%;
	}

	.bt-spsearch{
		position: fixed;
		right: 8px;
		top: 148px;
		z-index: 99;
		width: 50px;
		height: 50px;
		color: #fff;
		text-align: center;
		background: #333;
		border-radius: 50vw;
		visibility: hidden;
		opacity: 0;
		transition: opacity .3s;
	}
	.bt-spsearch:after{
		display: inline-block;
		line-height: 50px;
		font-family: 'Material Icons Round';
		content: "\e8b6";
		font-size: 2.6rem;
	}
	.fixed .searchhead{
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 100;
	}
	.fixed .bt-spsearch{
		visibility: visible;
		opacity: 1;
	}
	.fixed.foot .bt-spsearch{
		visibility: hidden;
		opacity: 0;
	}
	.fixed .searchhead{
		opacity: 0;
		top: -300px;
	}
	.searchhead.is-open{
		box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2);
		top: 0;
		transition: top .3s;
	}
	.searchhead.is-opacity{
		opacity: 1;
	}
	.searchhead.is-open .searchhead_inner{
		background: #fff;
	}
	.bt-spsearch-close{
		display: block;
		width: 100%;
		padding: 0 0 10px;
		color: #003B82;
		font-size: 1.4rem;
		text-align: center;
		background: #fff;
	}
	.bt-spsearch-close span{
		position: relative;
		padding-left: 25px;
	}
	.bt-spsearch-close span:after{
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		font-family: 'Material Icons Round';
		content: "\e5ce";
		font-size: 2.0rem;
	}
}

@media screen and (min-width: 1000px) {
	.searchhead{
		position: absolute;
		bottom: -77px;
		left: 0;
		z-index: 100;
		width: 100%;
		background-color: rgba(255,255,255,0);
		transition: all 0.5s;
	}
	body:not(.fixed) .searchhead{
		bottom: 50px;
	}
	.searchhead_inner{
		max-width: 1200px;
		width: 100%;
		margin: 0 auto;
		background: #fff;
		box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2);
		transition: background 0.5s;
	}
}


/*  ページ内アンカー
============================================================================= */
@media print, screen and (max-width: 999px) {
	.pagenavlist{
		display: flex;
		flex-wrap: wrap;
	}
	.pagenavlist_item{
		position: relative;
		flex: none;
		width: calc(100% / 2);
	}
	.pagenavlist_item a{
		min-height: 70px;
	}
	.pagenavlist_item span{
		display: inline-block;
	}
	.pagenavlist_item:first-child{
		display: none;
	}
	.pagenavlist_item:nth-child(n+4){
		border-top: solid 1px #fff;
	}
	.pagenavlist_item a{
		font-size: 1.3rem;
	}
	.pagenavlist_item:nth-child(2):before,
	.pagenavlist_item:nth-child(4):before{
		display: none;
	}
	.pagenavlist_item:before{
		left: 0;
	}
	.pagenavlist_item:first-child .m-ico.-arrow:before {
		opacity: 1;
	}
}

@media screen and (min-width: 1000px) {
	.pagenavlist{
		width: 100%;
	}
}

.pagenavlist_item label{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	min-height: 60px;
	line-height: 1.3;
	text-align: center;
	color: #fff;
	font-weight: bold;
	transition: background-color 0.2s ease, min-height 0.5s ease;
}

@media screen and (min-width: 1000px) {
	.pagenavlist_item label{
		min-height: 90px;
		padding-bottom: 5px;
		line-height: 1.5;
	}
	.fixed .pagenav.-scroll .pagenavlist_item label{
		min-height: 70px;
	}

}


/* =============================================================================
    PAGE COMMON
============================================================================= */
.page-subttltxt:before, .page-subttltxt:after{
	display: none;
}
.page-ttl{
	position: relative;
	margin: 0;
	padding-left: .1em;
	color: #003B82;
	text-align: center;
	font-size: 2.2rem;
	font-weight: bold;
}
.page-ttl span{
	position: relative;
	font-weight: bold;
}
@media screen and (min-width: 1000px) {
	/*他発地のタイトルに影響があるため
	.page-ttl br{
		display: none;
	}*/
}
.page-ttlbox.-hibiscus{
	position: relative;
}
.page-ttlbox.-hibiscus:before, .page-ttlbox.-hibiscus:after{
	position: absolute;
	content: "";
	display: inline-block;
	width: 120px;
	height: 137px;
	opacity: .02;
	background: url(/kaigai/area/hawaii/_images/img_hibiscus.svg) center / 100% auto no-repeat;
}

.page-ttlbox.-hibiscus:before{
    right: calc(100% - 100px);
	top: -40px;
}
.page-ttlbox.-hibiscus:after{
    left: calc(100% - 60px);
	top: 70px;
	transform: scaleX(-1);
	width: 80px;
	height: 91px;
}
.page-ttl.-sun{
	position: relative;
	padding-top: 50px;
}
.page-ttl.-sun:after{
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	content: "";
	display: inline-block;
	width: 120px;
	height: 39px;
	background: url(/kaigai/area/hawaii/_images/ttl_h2.svg) center / 100% auto no-repeat;
}
.page-subttlbox{
	color: #0094D7;
}
.page-subttl.-wave{
	position: relative;
	padding-bottom: 20px;
}
.page-subttl.-wave:after{
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	content: "";
	display: inline-block;
	width: 120px;
	height: 12px;
	background: url(/kaigai/area/hawaii/_images/ttl_h3.svg) center / 100% auto no-repeat;
}

@media screen and (min-width: 1000px) {
	.page-ttl {
		font-size: 3.5rem;
		letter-spacing: .1em;
	}
	.page-ttl.-sun{
		padding-top: 80px;
	}
	.page-ttl.-sun:after{
		width: 200px;
		height: 65px;
	}
	.page-subttl.-wave{
		padding-bottom: 35px;
	}
	.page-ttlbox.-hibiscus:before, .page-ttlbox.-hibiscus:after{
		width: 366px;
		height: 419px;
	}
	.page-ttlbox.-hibiscus:before{
		right: calc(100% - 180px);
		top: -80px;
	}
	.page-ttlbox.-hibiscus:after{
		width: 250px;
		height: 286px;
	}
}

/*  スクロール フェードイン
============================================================================= */
.js-fadein {
	opacity: 0;
	visibility: hidden;
	transform: translateY(30px);
	transition: opacity 1s, visibility 1s, transform 1s;
}
.is-fadein {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}
.js-fadein-bg:after {
	opacity: 0;
	visibility: hidden;
	transition: opacity 1s, transform 1s;
}
.is-fadein-bg:after {
	opacity: 1;
	visibility: visible;
}

/*  渡航ルール
============================================================================= */
.travelrule{
	background: #F0EBE4;
}
.travelrule .page-ttl{
	position: relative;
	color: #855900;
	line-height: 1;
}
.travelrule .page-ttl span{
	font-size: 1.4rem;
	font-weight: bold;
}
.travelrule .ttl-txt{
	margin-top: 20px;
	text-align: center;
	font-size: 1.8rem;
	line-height: 2.0;
}
.travelrule-box{
	margin-top: 30px;
	position: relative;
	z-index: 0;
}
.travelrule-item{
	display: flex;
	flex-direction: column;
	position: relative;
	margin-top: 20px;
	padding: 20px 25px;
	background: #fff;
}
@media print, screen and (max-width: 999px) {
	.travelrule-item{
		font-size: 1.4rem;
	}
}

.travelrule-item:before{
	position: absolute;
	left: 4px;
	top: 4px;
	z-index: -1;
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	background: #d3cbbc;
}
.travelrule-item h3{
	padding-bottom: 10px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.0;
	text-align: center;
	border-bottom: dotted 1px #ccc;
}
.travelrule-ttl_icon{
	position: relative;
	/*padding-left: 35px;*/
	font-weight: bold;
}
/*.travelrule-ttl_icon:before{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
    font-family: 'Material Icons Round';
	font-size: 2.6rem;
	font-weight: normal;
}
.travelrule-ttl_icon.-before:before{ content: "\e905"; }
.travelrule-ttl_icon.-destination:before{ content: "\e0af"; }
.travelrule-ttl_icon.-after:before{ content: "\e88a"; }*/

.travelrule-item_fs{
	font-size: 1.2rem;
}
.travelrule-txt{
	margin-top: 20px;
	text-align: center;
}
.travelrule-txt span{
	font-weight: bold;
	background:linear-gradient(transparent 70%, #ffea00 0%);
}
.travelrule-list{
	flex: 1;
	margin-top: 15px;
}
.travelrule-list li{
	position: relative;
	padding-left: 25px;
	line-height: 2.0;
}
.travelrule-list li:before{
	position: absolute;
	left: 5px;
	top: 13px;
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 2px;
	background: #ce7641;
}
.travelrule-update{
	margin-top: 20px;
	text-align: right;
	font-size: 1.3rem;
}
.travelrule .fbt{
	max-width: 300px;
}
.travelrule .fbt a{
	min-height: 50px;
	padding: 5px 20px 5px 10px;
}


@media screen and (min-width: 1000px) {
	.travelrule .page-ttl span{
		font-size: 1.6rem;
	}
	.travelrule .page-ttl br{
		display: none;
	}
	.travelrule-box{
		display: flex;
		margin: 50px 0 0 -60px;
	}
	.travelrule-item{
		margin: 0 0 0 60px;
		padding: 20px 25px;
		width: calc(100% / 3 - 60px);
	}
	.travelrule-item:before{
		left: 8px;
		top: 8px;
	}
	.travelrule-item:not(:last-child):after{
		position: absolute;
		left: calc(100% + 32px);
		top: 50%;
		transform: translate(-50%, -50%);
		font-family: 'Material Icons Round';
		content: "\e941";
		color: #d3cbbc;
		font-size: 4.0rem;
	}
	.travelrule-item h3{
		display: flex;
		justify-content: center;
		align-items: center;
		min-height: 51px;
		font-size: 2.0rem;
	}
	.travelrule-item_fs{
		font-size: 1.4rem;
	}
}

/*  ルックJTBで行くハワイ旅行・ツアー
============================================================================= */
.lookjtb-tour{
	overflow: hidden;
}
.lookjtb{
	position: relative;
}
.lookjtb:before{
	position: absolute;
	left: 0;
	top: 0;
	z-index: -2;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(242, 250, 253, 0.90);
}
.product-bg{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
}
.product-bg img{
    width: 100%;
	height: auto;
	opacity: .1;
}	
.lookjtb-sect{
	position: relative;
	z-index: 0;
	margin-top: 30px;
}


@media screen and (min-width: 1000px) {
	.lookjtb{
		padding-left: 0;
		padding-right: 0;
	}
	.lookjtb-sect:not(:first-of-type){
		margin-top: 100px;
	}
	.lookjtb-sect{
		margin-top: 80px;
	}
}

/* 特典・サービス付き */
.lookjtb-wrap{
	margin-top: 40px;
}
.lookjtb-wrap.-kaigaitour{
	position: relative;
}
.lookjtb-ttl{
	color: #0094D7;
	line-height: 1.3;
}

@media screen and (min-width: 1000px){
	.lookjtb-wrap{
		margin-top: 100px;
	}
}

/*  JTB Arrange Tour 
============================================================================= */
.arrange{
	position: relative;
	overflow: hidden;
	padding-left: 10px;
    padding-right: 10px;
}
.arrange-sect{
	margin-top: 40px;
}
.arrange-sect:not(:first-of-type){
	padding-top: 40px;
	border-top: solid 1px #ccc;
}

@media screen and (min-width: 1000px){
	.arrange{
		padding-left: 0;
		padding-right: 0;
	}
	.arrange-sect{
		margin-top: 80px;
	}
	.arrange-sect:not(:first-of-type){
		padding-top: 50px;
	}
}


/*  検索パネルエリア
============================================================================= */
.sect.-ovsdpsearch{
	padding: 30px 0;
	background: #0094D7;	
}
.ovsdpsearch-panel{
	margin-top: 30px;
	width: 100%;
    display: flex;
    flex-direction: column;
    padding: 24px 8px;
    border-radius: 0 0 4px 4px;/*20250730*/
    background-color: rgba(255, 255, 255, 0.95);/*20250730*/
}
.sect.-ovsdpsearch .sect-ttl{
	color: #fff;
}
.ovsdpsearch-resrv_list{
	margin-top: 30px;
}
.ovsdpsearch-resrv_list li{
	margin-top: 10px;
}
.ovsdpsearch-resrv_list a{
    position: relative;
    display: block;
    padding: 15px 35px;
    color: #fff;
    text-align: center;
	border: solid 2px #fff;
    transition: opacity 0.3s;
}
.ovsdpsearch-resrv_list li span{
	position: relative;
	padding-left: 30px;
}
.ovsdpsearch-resrv_list li span:before{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	font-family: 'Material Icons Round';
	font-size: 2.0rem;
}

.ovsdpsearch-resrv_list li.-shop span:before{
	content: "\e0af";
}
.ovsdpsearch-resrv_list li.-online span:before{
	content: "\e326";
}
@media screen and (min-width: 1000px) {
	.sect.-ovsdpsearch{
		padding: 96px 0;
	}
	.ovsdpsearch-panel{
		margin-top: 0;/*20250730*/
		padding: 26px 24px 36px;
	}
	.ovsdpsearch-resrv_list{
		display: flex;
		justify-content: center;
		margin: 50px 0 0 -20px;
	}
	.ovsdpsearch-resrv_list li{
		margin: 0 0 0 20px;
		width: 100%;
		max-width: 380px;
	}
	.ovsdpsearch-resrv_list a:hover{
		opacity: .6;
	}
}

/* リモートコンシェルジュ
============================================================================= */
.card_ttl{ font-weight: 700; text-align: center;}
.card_wrap{ background: #fff;}
.card-box{ display: flex;}
.card_list{ margin-top: 8px; width: 100%;}
.card_list-item{ display: flex; align-items: flex-start; position: relative; font-size: 1.4rem;}
.card_list li:not(:first-child){ margin-top: 5px;}
.card_list-item .material-icon{ margin: -2px 5px 0 0; font-size: 1.4rem;}
.card_actions .card-bt{ background: #003B82; color: #fff; font-size: 1.8rem; text-align: center; font-weight: 700; line-height: 1.5; cursor: pointer;}

@media screen and (max-width: 768px){
	#concierge .inner{ padding: 0;}
	.card_wrap{ padding: 30px 15px;}
	.card_ttl{ font-size: 2.1rem;}
	.card-box{ flex-direction: column-reverse; margin-top: 24px;}
	.card_body{ margin-top: 24px;}
	.card_lead{ font-size: 1.6rem; line-height: 1.8;}
	.card_body-foot{ margin-top: 24px;}
	.card_list_wrap p{font-size: 1.4rem; line-height:1.8}
	.card_actions{ margin-top: 24px;}
	.card-img{ margin:0 auto;}
	.card_actions .card-bt{ padding: 12px 24px;}
}
@media screen and (min-width: 769px){
	.card_wrap{ border: 1px solid #BCBDC2; padding: 24px 30px;}
	.card_ttl{ font-size: 2.4rem;}
	.card-box{ flex-direction: row-reverse; margin-top: 40px;}
	.card_body{ display: flex; flex-direction: column; margin-left: 24px; width: calc(100% - 300px);}
	.card_lead{ font-size: 1.8rem; line-height: 1.8;}
	.card_body-foot{ display: flex; justify-content: space-between; margin-top: 24px;}
	.card_actions{ display : flex; -webkit-align-items: flex-end; align-items: flex-end;}
	.card_actions a:hover{opacity: .6;}
	.card-img{ width: 300px;}
	.card_actions .card-bt{ padding: 12px 32px;}
}

/*  表示・非表示 */
@media screen and (max-width: 768px){ .sp-none{ display: none;}}
@media screen and (min-width: 769px){ .pc-none{ display: none;}}

/*  インフォメーション
============================================================================= */
.sect.-information{
	position: relative;
	overflow: hidden;
}
.information-bg{
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}
.information-bg img{
    width: 100%;
    height: 100%;
	object-fit: cover;
    object-position: 50% 50%;
    vertical-align: bottom;
	opacity: .5;
}
.information-bg .caption{
	position: absolute;
	right: 0;
	bottom: 5px;
    padding: 0 5px;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.3;
    text-shadow: 0 0 0.2em rgb(0 0 0 / 80%);
}
.sect.-information{
	padding: 0;
}
@media screen and (max-width: 999px) {
	#islands.sect.-information{
		padding-bottom: 190px;
	}
	.sect.-information .information-wrap {
  		padding: 40px 0;
   }
}

.information-bg_wrap{
	position: relative;
	overflow: hidden;
	padding-bottom: 0;
}
@media screen and (max-width: 999px) {
	.information-bg_wrap{
		padding: 50px 10px 24px;
	}
}
@media screen and (min-width: 1000px) {
	.information-bg_wrap{
		padding: 100px 0;
	}
}
.information-wrap{
	margin: 0 auto;
	width: 100%;
	max-width: 1480px;
	padding: 30px 0;
	background-color: rgba(255,255,255,0.95);
}
.sect.-information .page-bt{
	margin: 30px auto 0;
    width: 100%;
    max-width: 500px;
}
.sect-box{
	margin-top: 40px;
}
.news_list{
	margin-top: 20px;
}
.news_list li{
	margin-top: 10px;
}
.news_list li a{
	position: relative;
	display: flex;
	flex-direction: column-reverse;
	padding: 20px;
	height: 100%;
	box-shadow: 0 0 0.5em rgb(0 0 0 / 20%);
}
.news_list li a:before{
	position: absolute;
	right: 3px;
	bottom: 3px;
	content: "";
	display: inline-block;
	width: 20px;
	height: 15px;
	background: linear-gradient(135deg, transparent 0%, transparent 50%, #eee 50%, #eee 100%);
}
.report_name{
	flex: 1;
	line-height: 1.7;
}
.report_date{
	margin-top: 10px;
	text-align: right;
	font-size: 1.2rem;
}
.basicinfo-dl{
	margin-top: 30px;
}

/* 202209追加 ハワイの基本情報 */
.basicinfo-map{
	position: relative;
	margin-top: 20px;
	background: #0094D7;
}
@media screen and (max-width: 999px) {
	.basicinfo-map_item h4{
		position: absolute;
		padding: 5px 10px;
		border-radius: 3px;
		background-color: rgba(255, 255, 255, 0.9);
	    transition: opacity 0.3s;
		white-space: nowrap;
	}
	.basicinfo-map_item h4.is-open{
		color: #fff;
		background-color: #00438D;
	}
	.basicinfo-map_item h4 .m-ico{
		margin-right: 0;
		transform: rotate(0);
		transition: transform 0.3s;
	}
	.basicinfo-map_item h4.is-open .m-ico{
		transform: rotate(180deg);
	}
	
	
	.basicinfo-map_item.-oahu h4{
		left: 60%;
		top: 12%;
	}
	.basicinfo-map_item.-hawaii h4{
		left: 67%;
		top: 71%;
	}
	.basicinfo-map_item.-maui h4{
		left: 25%;
		top: 61%;
	}
	.basicinfo-map_item.-kauai h4{
		left: 4%;
		top: 34%;
	}
	.basicinfo-map_body{
		display: none;
		position: absolute;
		z-index: 1;
		margin: 0 10px;
		padding-top: 10px;
		width: calc(100% - 20px);
	}
	.basicinfo-map_body .arrow{
		position: absolute;
		top: 2px;
		content: "";
		width: 0;
		height: 0;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-bottom: 8px solid #fff;
	}
	.basicinfo-map_body .close{
		position: absolute;
		right: 5px;
		top: 15px;
		display: none;
		content: "\e5cd";
		font-family: 'Material Icons Round';
	}
	.basicinfo-map_body .close:before{
		content: "\e5cd";
		font-size: 2.5rem;
		font-family: 'Material Icons Round';
	}
	.basicinfo-map_item h3:after{
		font-size: 2.0rem;
		font-family: 'Material Icons Round';
		content: "\e5cf";
	}

	.basicinfo-map_box{
		display: block;
		padding: 20px;
		border-radius: 5px;
		background: #fff;
		box-shadow: 0 0 0.5em rgb(0 0 0 / 20%);
	}
	.basicinfo-map_arrow{
		position: absolute;
		top: 0;
		width: 0;
		height: 0;
		margin-left: -20px;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-bottom: 10px solid #fff;
	}
	.basicinfo-map_close{
		position: absolute;
		right: 5px;
		top: 0;
		padding: 2px 5px;
		font-size: 3.0rem;
	}
	.basicinfo-map_bt span{
		color: #003B82;
	}
}
.basicinfo-map_item h4{
	font-weight: bold;
}
.basicinfo-map_air{
	display: flex;
	align-items: flex-start;
	margin-right: 20px;
}
.basicinfo-map_air .m-ico{
	margin-left: 0;
}
.basicinfo-map_txt{
	margin-top: 10px;
	font-size: 1.4rem;
}
.basicinfo-map_bt{
	margin-top: 10px;
	display: flex;
	justify-content: flex-end;
}
.basicinfo-map_bt span{
	position: relative;
	display: inline-flex;
	align-items: center;
	line-height: 1;
	font-weight: bold;
}
.basicinfo-map_bt span:after{
	font-size: 2.0rem;
	font-family: 'Material Icons Round';
	content: "\e5cc";
}
@media screen and (min-width: 1000px) {
	.basicinfo-map{
		margin-top: 50px;
	}
	.information-wrap{
		padding: 80px 0;
	}
	.sect.-information .page-bt{
		margin: 50px auto 0;
	}
	.sect.-information .page-bt br{
		display: none;
	}
	.sect-box{
		margin-top: 80px;
	}
	.news_list{
		display: flex;
		margin: 50px 0 0 -20px;
	}
	.news_list li{
		margin-left: 20px;
		width: calc(100% / 3 - 20px);
	}
	.report_date{
		margin-top: 20px;
		font-size: 1.4rem;
	}
	
	/* 202209追加 ハワイの基本情報 */
	.basicinfo-map{
		position: relative;
		height: 600px;
		padding: 0;
		background: #0094D7;
	}
	.basicinfo-map_item{
		position: absolute;
		color: #fff;
		border: solid 1px #fff;
	    transition: all 0.3s;
		background: #0094D7;
	}
	.basicinfo-map_item.-oahu{
		left: 760px;
		top: 35px;
		width: 460px;
	}
	.basicinfo-map_item.-hawaii{
		right: 40px;
		top: 365px;
		width: 590px;
	}
	.basicinfo-map_item.-maui{
		right: 666px;
		top: 343px;
		width: 555px;
	}
	.basicinfo-map_item.-kauai{
		left: 40px;
		top: 40px;
		width: 318px;
	}
	.basicinfo-map_item:hover{
		opacity: 1;
		border-color: #00438D;
	}
	.basicinfo-map_box{
		display: block;
		padding: 55px 20px 20px;
		color: #fff!important;
	    transition: all 0.3s;
	}
	.basicinfo-map_item:hover .basicinfo-map_box{
		opacity: 1;
	}
	.basicinfo-map_item h4{
		position: absolute;
		left: 20px;
		top: 20px;
		font-size: 1.8rem;
		font-weight: bold;
	}
	.basicinfo-map_item h4 .m-ico{
		display: none;
	}
	.basicinfo-map_item:not(.-oahu) h4{
		pointer-events: none;
	}
	.basicinfo-map_item h4:after{
		content: attr(data-en);
	}
	.basicinfo-mapbg{
		width: 100%;
	}
	
	.basicinfo-dl dt {
		width: 250px;
	}
	.basicinfo-dl dd {
		width: calc(100% - 250px);
	}
	.basicinfo-dl dd.col2 {
		width: calc((100% - 500px) / 2);
	}
}

/*  オアフ島の人気エリア＆観光スポット
============================================================================= */
.trip-cas{
	margin-top: 20px;
}
.trip-cas_item{
	margin-top: 10px;
	padding-bottom: 15px;
}
.trip-cas_box{
	display: flex;
	flex-direction: column;
}
@media screen and (max-width: 999px) {
	.trip-cas_item{
		background: #f5f5f5;
	    box-shadow: 0 0 0.5em rgb(0 0 0 / 20%);
	}
	.trip-cas_body{
		padding: 15px 15px 0;
	}
	.trip-cas_spmore{
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		color: #003B82;
		margin: 10px 15px 0;
	}
	.trip-cas_spmore span{
		font-weight: bold;
	}
	.trip-cas_spmore.is-open{
		transform: rotate(0);
		transition: transform 0.3s;
	}
	.trip-cas_spmore.is-open .m-ico{
		transform: rotate(180deg);
	}
	.trip-cas_detail-name{
		display: none;
	}
	.trip-cas_detail-photo{
		display: none;
	}
	.trip-cas_detail-btitem:not(:first-child){
		margin-top: 10px;
	}
}

.trip-cas_photo{
	position: relative;
}
.trip-cas_photo figure{
    position: relative;
	overflow: hidden;
    width: 100%!important;
	height: 0;
    padding-top: calc(230 / 500 * 100%)!important;
}
.trip-cas_photo-img img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
	object-fit: cover;
	vertical-align: bottom;
}
.trip-cas_photo-txt{
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 10px;
	width: 100%;
	color: #fff;
	text-align: center;
	line-height: 1.3;
	background-color: rgba(0, 0, 0, 0.5);
}

.trip-cas_iconlist{
	position: absolute;
	top: 10px;
	display: flex;
	margin-left: -2px;
	padding: 0 10px;
}
.trip-cas_iconlist-item{
	margin-left: 2px;
	width: 60px;
	height: 60px;
	background-color: rgba(255, 255, 255, 0.85);
}

.trip-cas_name{
    line-height: 1.3;
}
.trip-cas_name span{
	position: relative;
	padding-left: 20px;
	font-size: 1.8rem;
    font-weight: bold;
}
.trip-cas_name span:before{
	position: absolute;
    left: 0;
    top: -2px;
	content: "\e0c8";
    font-size: 1.7rem;
    font-family: 'Material Icons Round';
}
.trip-cas_txt{
	display: none;
}
.trip-cas_more{
	display: none;
}
.trip-cas_more .m-ico{
	margin-right: 0;
}

.trip-cas_detail-box{
	padding-top: 15px;
}
.trip-cas_detail-body{
	padding: 0 15px;
}
.trip-cas_detail-info{
	margin-top: 15px;
}
.trip-cas_detail-info > section:not(:first-of-type){
	margin-top: 10px;
}
.trip-cas_detail-spotttl{
	font-weight: bold;
}
.trip-cas_detail-spotlist{
	display: flex;
	flex-wrap: wrap;
	margin: 5px 0 0 -5px;
}
.trip-cas_detail-spotlist_item{
	margin: 5px 0 0 5px;
}
.trip-cas_detail-spotlist_item a{
	display: flex;
	align-items: flex-start;
	padding: 8px 15px;
	font-size: 1.2rem;
	line-height: 1.3;
	border-radius: 50vw;
	border: solid 1px #003B82;
	background: #fff;
}
.trip-cas_detail-spotlist_item a:before{
	content: "#";
	margin-right: 5px;
}
.trip-cas_detail-bt{
	margin-top: 20px;
}

.trip-cas_detail-bt a{
	display: block;
	margin: 0 auto;
    padding: 10px 5px;
	max-width: 350px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border: solid 1px #003B82;
    background: #003B82;
}
.trip-cas_detail-bt .m-ico{
	margin-right: 0;
}
@media screen and (min-width: 1000px) {
	.trip-cas{
		display: flex;
		flex-wrap: wrap;
		margin: 30px 0 0 -20px;
	}
	.trip-cas_item{
		margin: 20px 0 0 20px;
		padding-bottom: 0;
		width: calc(100% / 3 - 20px);
	}
	.trip-cas_box{
		cursor: pointer;
		height: 100%;
		box-shadow: 0 0 0.5em rgb(0 0 0 / 20%);
		transition: opacity 0.3s;
	}
	.trip-cas_box:hover{
		opacity: .6;
	}
	.trip-cas_photo figure{
		padding-top: calc(375 / 500 * 100%)!important;
	}
	.trip-cas_iconlist{
		margin-left: -5px;
	}
	.trip-cas_iconlist-item{
		margin-left: 5px;
	}
	.trip-cas_detail-box{
		padding-top: 0px;
	}
	.trip-cas_body{
		flex: 1;
		display: flex;
		flex-direction: column;
		padding-bottom: 10px;
	}
	.trip-cas_name{
		margin-top: 20px;
		text-align: center;
		line-height: 1.3;
	}
	.trip-cas_name span{
		position: relative;
		padding-left: 20px;
		font-size: 1.8rem;
		font-weight: bold;
	}
	.trip-cas_name span:before{
		position: absolute;
		left: 0;
		top: -2px;
		content: "\e0c8";
		font-size: 1.7rem;
		font-family: 'Material Icons Round';
	}
	.trip-cas_txt{
		display: block;
		flex: 1;
		margin: 15px 20px 0;
	}
	.trip-cas_more{
		display: block;
		margin: 15px 20px 0;
		text-align: right;
		color: #003B82;
		font-weight: bold;
	}
	.trip-cas_detail{
		display: none;
		position: fixed;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		z-index: 10;
		max-width: 1236px;
		min-width: 970px;
		padding-bottom: 0;
		height: auto;
		background: #fff;
	}
	.trip-cas_detailwrap{
		position: relative;
		display: flex;
		flex-direction: row-reverse;
		width: 100%;
		height: auto;
		min-height: 450px;
		background: #fff;
	}
	.trip-cas_detail-body{
		display: flex;
		flex-direction: column;
		padding: 30px 20px;
		width: 50%;
	}
	.trip-cas_detail-name{
		font-size: 2.0rem;
		font-weight: bold;
	}
	.trip-cas_detail-box{
		flex: 1;
	}
	.trip-cas_detail-txt{
		margin-top: 15px;
	}
	.trip-cas_detail-info{
		margin-top: 15px;
		padding: 15px;
		border-radius: 5px;
		background: #f5f5f5;
	}
	.trip-cas_detail-spotlist_item a{
		font-size: 1.4rem;
	}
	.trip-cas_detail-bt{
		display: flex;
		justify-content: center;
		margin: 20px 0 0 -10px;
	}
	.trip-cas_detail-btitem{
		margin-left: 10px;
		width: calc(100% / 2 - 10px);
	}
	.trip-cas_detail-photo{
		width: 50%;
	}
	.trip-cas_detail-photo-img{
		position: relative;
		overflow: hidden;
		height: 100%;
	}
	.trip-cas_detail-photo-img img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.trip-cas_detail-photo figcaption{
		position: absolute;
		right: 0;
		bottom: 5px;
		padding: 0 5px;
		color: #fff;
		font-size: 1.2rem;
		line-height: 1.3;
		text-shadow: 0 0 0.2em rgb(0 0 0 / 80%);
	}
	.trip-cas_detail-photo .trip-cas_iconlist-item{
		width: 70px;
		height: 70px;
	}
}

/*  モーダル
============================================================================= */
body.lock {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
}
.modal-wrap * {
    box-sizing: border-box;
}
.modal-wrap::-webkit-scrollbar {
    width: 10px;
}
.modal-content {
    position: relative;
    display: none;
    width: 80%;
    height: 600px;
    max-width: 970px;
    margin: 30px;
    padding: 30px 10px 30px 30px;
    background: #fff;
}
.modal-content-in {
    overflow: auto;
    padding-right: 20px;
    height: 100%;
}
.modal-overlay {
    z-index: 10000;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(0, 0, 0, 0.75);
}
.modal-wrap {
    z-index: 10001;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}
.modal-wrap::-webkit-scrollbar {
    background: #ccc;
    width: 3px;
}
.modal-wrap::-webkit-scrollbar-thumb {
    background: #aaa;
}
.modal-close {
    position: absolute;
    margin-bottom: 10px;
    right: -30px;
    top: -30px;
    font-size: 2.0rem;
    font-weight: bold;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: 0;
    text-align: center;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
.modal-close:hover {
    text-decoration: none;
    color: #fff;
    opacity: .6;
    transition: all 0.4s ease;
}

@media screen and (max-width: 759px){
    .modal-content {
        margin: 40px 15px;
        width: 90%;
        height: 400px;
        padding: 15px 5px 15px 15px;
    }
    .modal-content-in{
        padding-right: 10px;
    }
    .modal-content-in::-webkit-scrollbar {
        background: #ccc;
        width: 3px;
    }
    .modal-content-in::-webkit-scrollbar-thumb {
        background: #aaa;
    }

    .modal-close {
        right: -5px;
        top: -35px;
    }
}
.modal-close:hover {
	color: #656972;
}
.modal-overlay {
    z-index: 10000;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(0, 0, 0, 0.75);
}

/*  ハワイでのおすすめ体験
============================================================================= */
.experience-cas{
	margin-top: 30px;
}
.experience-cas_item{
	margin-top: 10px;
	padding-bottom: 15px;
	box-shadow: 0 0 0.5em rgb(0 0 0 / 20%);
}
.experience-cas_photo{
	position: relative;
}
.experience-cas_photo figure{
    position: relative;
	overflow: hidden;
    width: 100%!important;
	height: 0;
    padding-top: calc(230 / 500 * 100%)!important;
}
.experience-cas_photo img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
	object-fit: cover;
	vertical-align: bottom;
}
.experience-cas_photo-ttl{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px 10px;
	width: 100%;
	max-width: 70%;
	min-height: 60px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
	background-color: rgba(0, 0, 0, 0.5);
}
.experience-cas_photo-link{
	position: absolute;
	right: 0;
	bottom: 5px;
	padding: 0 5px;
}
.experience-cas_photo-link a{
    position: relative;
    display: inline-block;
    padding: 2px 5px 2px 15px;
    color: #003B82;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    border-radius: 50vw;
    border: solid 1px #fff;
	background-color: rgba(255, 255, 255, 0.85);
}
.experience-cas_body{
    margin: 15px 15px 0;
}
.experience-cas_link{
    margin: 15px 15px 0;
}
.experience-cas_link a{
	display: block;
    padding: 10px 5px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border: solid 1px #003B82;
    background: #003B82;
}

@media screen and (min-width: 1000px) {
	.experience-cas{
		display: flex;
		flex-wrap: wrap;
		margin-left: -20px;
	}
	.experience-cas_item{
		display: flex;
		flex-direction: column;
		margin: 20px 0 0 20px;
		padding-bottom: 20px;
		width: calc(100% / 3 - 20px);
		box-shadow: 0 0 0.5em rgb(0 0 0 / 20%);
	}
	.experience-cas_photo figure{
		padding-top: calc(375 / 500 * 100%)!important;
	}
	.experience-cas_body{
		flex: 1;
		margin: 15px 20px 0;
	}
	.experience-cas_link{
		margin: 15px 20px 0;
	}
}


/* 調整
============================================================================= */
@media screen and (min-width: 1000px) {
	#islands .sect-box {
		margin-top: 40px;
	}
}

/*  【他発地】エスコート非表示
============================================================================= */
.-escort{display:none;}

/* =============================================================================
    注目情報 
============================================================================= */
.spot-sect{
padding: 20px 0;
background: #f3fafd;
}
.spot-sect .page-title-h2{
/* display: inline-block;*/
text-align: center;
position: center;
padding: 0 20px 8px;
font-size: 1.8rem;
font-weight: bold;
}
.spot-sect .page-title-h2::before{
position: absolute;
left: 0;
bottom: 0;
content: "";
display: inline-block;
width: 100%;
height: 3px;
border-radius: 50vw;
background-color: #0094D7;
}
.page-title-h2__wrap{
padding: 20px 15px;
background: #fff;
}

.page-title-h2__wrap {
margin: 0 auto;
padding: 20px 30px 10px;
max-width: 1000px;
}


.news__list--new{
background: #fff;
}

.news__list > dt {
border-top: 1px dashed #d9d9d9;
}
.news__list > dt a{
position: relative;
display: flex;
justify-content: space-between;
align-items: center;
padding: 10px 0 7px 45px;
color: #323743;
text-decoration: none;
}
.news__list > dt p{
padding: 0 0 7px 50px;
color: #323743;
font-size:12px
}


@media screen and (max-width: 759px){
.news__list > dt a{
font-size: 1.4rem;
}
}

.news__list > dt a::after {
display: flex;
justify-content: center;
align-items: center;
font-family:'Material Icons Round';
content: "\e5cc";
color: #3498DB;
font-size: 2.5rem;
line-height: 1;
}
.news__list > dt.news__list--new a::before {
position: absolute;
left: 0;
top: 12px;
display: inline-block;
padding: 0 .4em;
font-size: 1.2rem;
content: "NEW";
border-radius: 3px;
color: #fff;
text-align: center;
background-color: #3498DB;
}
	
.news_none {
  display: none
}

@media screen and (min-width: 760px) {
.spot-sect{
padding: 20px 0;
background: #f3fafd;
}
.news{
margin: 15px auto 0;
}
.news__list > dt {
border-top: none;
border-bottom: 1px dashed #d9d9d9;
}
.news__list > dt:first-of-type {
border-top: 1px dashed #d9d9d9;
}
.news__list > dt a{
padding: 10px 10px 7px 75px;
}

.news__list > dt p{
position: relative;
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 0 7px 75px;
color: #323743;
text-decoration: none;
font-size:12px
}
}

/*ハワイの最新トレンド・観光情報2カラム*/
.-news{width: 49%; display: inline-block;vertical-align: middle; text-align:center;}
.-news img{margin: 20px;  width: 30%;}

.-news .movie_txt{text-align:center;}

@media screen and (min-width: 1000px)  {
.-news .movie_txt{height: 20px;}/*テキスト高さ調整　20250806*/
}

.-news .movie{width:100%;}

@media screen and (min-width: 1000px)  {
.sp{display:none;}
}


@media screen and (max-width: 999px)  {
	.-news {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
	}
	.movie{max-width:100%;}
	.pc{display:none;}
.-news img{margin: 20px;  width: 40%;}
}


/*注目ツアーCMS　20250911*/
@media screen and (max-width: 999px)  {
#chumoku_cms .page-title-h2__wrap {
  overflow-x: auto; /* 横スクロール可能にする */
  white-space: nowrap; /* アイテムを横に並べる */
  width: 90%; /* 親要素の幅を画面幅に固定 */
  white-space: unset;
  padding: 20px 30px 10px 0;
  scroll-snap-type: x;
  
}

#chumoku_cms .page-title-h2__wrap::-webkit-scrollbar{
    width: 5px; /* スクロールバーの幅 */
    height: 8px; /* スクロールバーの高さ */
    background:rgba(0,0,0,.1); /* スクロールバーの背景色 */
}

#chumoku_cms .page-title-h2__wrap::-webkit-scrollbar-thumb {
  background: rgb(169 169 169); /* ハンドルの色 */
}


#chumoku_cms .tour-cassette {
  display: flex; /* Flexboxでアイテムを横並びに */
  padding: 0;
  margin: 0;
  list-style: none; /* リストスタイルを削除 */
}

#chumoku_cms .tour-cassette_item {
  flex-shrink: 0; /* アイテムが縮まないようにする */
  width: 100%; /* 例：アイテムの幅を固定 */
  padding: 10px;
  margin-right: 0; /* アイテム間のスペース */
}
#chumoku_cms .tour-cassette_name {margin-left:auto;}

}
/*20250916　マージ*/
@media screen and (min-width: 1000px){
    .tour-cassette_att {margin: 0 20px 10px;}
    }
.tour-cassette_att{margin-bottom: 15px; margin-top: 0;} 


#chumoku_cms .tour-cassette_item a{padding: 24px;}
#chumoku_cms .page-title-h2__wrap{background: #fff0;max-width: 1255px;}
#chumoku_cms .tour-cassette_price-num span{font-size: 1.8rem;}
#chumoku_cms .tour-cassette_price-txt,#chumoku_cms .tour-cassette_att {font-size: 1.0rem;}
#chumoku_cms .tour-cassette_item a{box-shadow: 0 0 0 rgb(0 0 0 / 0);}

#chumoku_cms {background: #f3fafd;}
#chumoku_cms .page-title-h2{font-size: 2.2rem; font-weight: bold;padding: 20px 20px 0;}
#chumoku_cms .lookjtb-cst_icon li {
	color: #873535;
    border-color: #873535;
    background: #fff;
    border: solid 1px;
    margin: 0;
    }
#chumoku_cms .lookjtb-cst_icon {position: relative;}
#chumoku_cms .m-ico:before {top: -3px;}
#chumoku_cms .tour-cassette_item a {box-shadow: 0 0 0.5em rgb(0 0 0 / 20%) !important;}
#chumoku_cms .tour-cassette_name span {font-size: 1.5rem;}
#chumoku_cms .lookjtb-cst_icon {top: -2px;}

@media screen and (min-width: 760px) {
    #news {padding: 24px 0 64px;}
}




@media screen and (min-width: 1000px) {
   #chumoku_cms .tour-cassette_price {margin: 5px 20px 0;}
   #chumoku_cms .lookjtb-cst_icon li {margin: 25px 0 0 3px;}
   #chumoku_cms .tour-cassette_list-item{font-size: 1.2rem;}
   #chumoku_cms .tour-cassette {margin: 0 0 0 -20px;}
   #chumoku_cms .tour-cassette_name {font-size: 1.8rem;}
   #chumoku_cms .lookjtb-cst_icon li {
        margin: 10px 0 0 5px;
        padding: 1px 6px;
        font-size: 1.2rem;
        border-radius: 50vw;
    }
}



