@charset "utf-8";
/* CSS Document */

/* コンテンツ幅 フル */
.contentsInr{
	width:auto;padding:0px;
}
/* コンテンツ幅 950px */
.contentsInr .contentsUnit{
	padding:0 10px;
}
.contentsInr.heightAuto{
	min-height: auto;
}
@media all and (min-width:740px){
.contentsInr .contentsUnit{
	width:950px;padding:0px;margin:0 auto;
	}
}
/* ぶち抜き 背景色 */
.ctm_contentsFull{
	background: -webkit-linear-gradient(10deg, rgba(255, 197, 206, 0.5) 0%, rgba(255, 206, 155, 0.5) 100%) no-repeat 50% 50% / 100% 100%;
    background: -o-linear-gradient(10deg, rgba(255, 197, 206, 0.5) 0%, rgba(255, 206, 155, 0.5) 100%) no-repeat 50% 50% / 100% 100%;
    background: linear-gradient(80deg, rgba(255, 197, 206, 0.5) 0%, rgba(255, 206, 155, 0.5) 100%) no-repeat 50% 50% / 100% 100%;
}
/* コンテンツ内見出し */
.ctm_pageTtl.hc01{color:#ff457c;}
.ctm_pageTtl.hc02{color:#0066ff;}
/* 注意書きBOX*/
.AttnBox_btm {
	border: 2px solid #d6d6d6;
	padding: 16px;
	background: #fff;
	}

/* title */
.ttlDisney.ctm_pageTtl.hc01 .heading{
	position: relative;
}
.ttlDisney.ctm_pageTtl.hc01 .heading::before,
.ttlDisney.ctm_pageTtl.hc01 .heading::after{
	content: '';
	display: block;
	width: 25px;
	height: 26px;
	background-image: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/tdr/common/img_sites/bg_shine.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.ttlDisney.ctm_pageTtl.hc01 .heading::before{
	right: auto;
}
.ttlDisney.ctm_pageTtl.hc01 .heading::after{
	left: auto;
	transform: scale(-1, 1);
}
.ttlDisney.ctm_pageTtl.hc01 .heading .sub{
	font-size: 1.4rem;
}
@media (max-width: 739px){
	.ttlDisney.ctm_pageTtl.hc01 .ttlLv1 .heading{
		display: inline-block;
	}
	.ttlDisney.ctm_pageTtl.hc01 .heading::before,
	.ttlDisney.ctm_pageTtl.hc01 .heading::after{
		background-size: cover;
	}
	#osusume.ttlDisney.ctm_pageTtl.hc01 .heading::before,
	#osusume.ttlDisney.ctm_pageTtl.hc01 .heading::after{
		bottom: 10px;
	}
	#osusume.ttlDisney.ctm_pageTtl.hc01 .heading::before{
		left: 41px;
	}
	#osusume.ttlDisney.ctm_pageTtl.hc01 .heading::after{
		right: 41px;
	}
	#osusume.ttlDisney.ctm_pageTtl.hc01 .heading .sub{
		font-size: 1.6rem;
	}
	#osusume.ttlDisney.ctm_pageTtl.hc01 .heading .sub02{
		font-size: 1.4rem;
	}
	#parktickets_option.ttlDisney.ctm_pageTtl.hc01 .heading::before{
		left: 20px;
	}
	#parktickets_option.ttlDisney.ctm_pageTtl.hc01 .heading::after{
		right: 20px;
	}
	#tdr_option.ttlDisney.ctm_pageTtl.hc01 .heading::before,
	#tdr_option.ttlDisney.ctm_pageTtl.hc01 .heading::after{
		bottom: auto;
	}
	#tdr_option.ttlDisney.ctm_pageTtl.hc01 .heading::before{
		left: 66px;
	}
	#tdr_option.ttlDisney.ctm_pageTtl.hc01 .heading::after{
		right: 66px;
	}
	#hotels.ttlDisney.ctm_pageTtl.hc01 .heading::before{
		left: -32px;
	}
	#hotels.ttlDisney.ctm_pageTtl.hc01 .heading::after{
		right: -32px;
	}
}
@media (min-width: 740px){
	.ttlDisney.ctm_pageTtl.hc01 .heading::before,
	.ttlDisney.ctm_pageTtl.hc01 .heading::after{
		width: 50px;
		height: 52px;
	}
	.ttlDisney.ctm_pageTtl.hc01 .heading::before{
		left: -55px;
	}
	.ttlDisney.ctm_pageTtl.hc01 .heading::after{
		right: -55px;
	}
	.ttlDisney.ctm_pageTtl.hc01 .heading .sub{
		font-size: 2.8rem;
	}
	.ttlDisney.ctm_pageTtl.hc01 .heading .sub02{
		font-size: 2.0rem;
	}
}
/* step option ttl */
.ttlDisney_sub{
	background: #fff1f8;
	position: relative;
	margin: 80px 0 22px;
}
@media (max-width: 739px){
	.ttlDisney_sub{
		margin-bottom: 45px;
	}	
}
.ttlDisney_sub [class*="ttlLv"]{
	margin: 0;
	padding: 0;
	color: #525252;
	border: none;
}
.ttlDisney_sub [class*="ttlLv"]:after{
	display: none;
}
.ttlDisney_sub [class*="ttlLv"] .heading{
	display: flex;
	justify-content: space-between;
	font-size: 1.8rem;
	align-items: center;
}
@media (min-width: 740px){
	.ttlDisney_sub [class*="ttlLv"] .heading{
		font-size: 2rem;
		padding: 10px 10px 10px 0;
	}
}
.ttlDisney_sub .ttlLv1 .heading .label{
	width: 77px;
	height: 100%;
	padding: 12px 0 11px;
	background-color: #f70080;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	color: #ffffff;
	font-weight: normal;
	line-height: 1.2;
}
.ttlDisney_sub .ttlLv2 .heading{
	border: none;
	padding-left: 0;
}
@media (max-width: 739px){
	.ttlDisney_sub .ttlLv1 .heading .label{
		width: calc(20% - 4px);
		max-width: 55px;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
}
.ttlDisney_sub .ttlLv1 .heading .label::before,
.ttlDisney_sub .ttlLv1 .heading .label::after{
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	bottom: -21px;
	z-index: 3;
}
.ttlDisney_sub .ttlLv1 .heading .label::before{
	border-width: 22px 38px 0 0;
	border-color: #f70080 transparent transparent transparent;
	left: 0;
}
.ttlDisney_sub .ttlLv1 .heading .label::after{
	border-width: 0 38px 22px 0;
	border-color: transparent #f70080 transparent transparent;
	right: 0;
}
.ttlDisney_sub [class*="ttlLv"] .heading .txt{
	display: inline-block;
	padding: 20px 11px 16px 60px;
}

@media (max-width: 739px){
	.ttlDisney_sub [class*="ttlLv"] .heading .txt{
		width: 100%;
	}
	.ttlDisney_sub.type-option [class*="ttlLv"] .heading .txt{
		display: inline-block;
		padding: 20px 11px 16px 95px;
	}
}
@media (min-width: 740px){
	.ttlDisney_sub [class*="ttlLv"] .heading .txt{
		padding: 17px 20px 11px 97px;
	}
}
.ttlDisney_sub.noLabel [class*="ttlLv"] .heading .txt{
	padding: 17px 10px 11px;
}
.ex_price{
	border: 4px solid #f70080;
	padding: 0 15px;
}
.ex_price .exInr{
	padding: 15px 14px 29px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.ex_price .txtWrap .txt,
.ex_price .txtWrap .sub,
.ex_price .plus {
	font-size: 2rem;
}
.ex_price .plus{
	margin-top: 2px;
}
.ex_price .txtWrap {
	width: 100%;
	padding: 20px;
}
.ex_price .txtWrap.bgPink{
	background-color: #ffe8e8;
	padding: 0;
}
.ex_price .txtWrap.bgYellow{
	background-color: #feffdd;
}
.ex_price .txtWrap .txt{
	line-height: 80px;
}
.ex_price .txtWrap .sub{
	text-align: center;
	line-height: 1;
}
.ex_price .txtWrap .sub em{
	font-size: 1.6rem;
	color: #f70080;
}
.ex_price .txtWrap .txt,
.ex_price .txtWrap .sub{
	font-weight: bold;
}
.ex_price .txtWrap .txt span[class*="icon-"]{
	padding-top: 4px;
	padding-bottom: 3px;
	background-repeat: no-repeat;
	background-size: 22px 22px;
}
.ex_price .btn{
	margin-bottom: 30px;
}
@media (min-width: 740px){
	.ex_price {
		padding: 0;
	}
	.ex_price .exInr{
		padding: 30px 0;
	}
	.ex_price .btn{
		margin-bottom: 38px;
	}
	.ex_price .txtWrap {
		width: 563px;
	}
	.ex_price .plus {
		margin: 11px 0 7px;
	}
	.ex_price .txtWrapSub{
		padding: 0 30px;
	}
	.ex_price .txtWrap .txt,
	.ex_price .txtWrap .sub,
	.ex_price .plus {
		font-size: 2.5rem;
	}
	.ex_price .txtWrap .txt span[class*="icon-"]{
		background-size: contain;
	}
}
.ex_price .txtWrap .txt span.icon-flight{
	background-image: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/tdr/top/img_sites/icon_flight.png);
	background-position: 0 center;
}
.ex_price .txtWrap .txt span.icon-hotel{
	background-image: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/tdr/top/img_sites/icon_hotel.png);
	background-position: 10px center;
}
@media (max-width: 739px){
	.ex_price .txtWrap .txt span.icon-flight{
		padding-left: 26px;
	}
	.ex_price .txtWrap .txt span.icon-hotel{
		background-position: 5px center;
		padding-left: 32px;
	}
}
@media (min-width: 740px){
	.ex_price .txtWrap .txt span.icon-flight{
		padding-left: 51px;
	}
	.ex_price .txtWrap .txt span.icon-hotel{
		padding-left: 62px;
	}
}
.ttlDisney_sub.type-option {
	background-color: #eaf9ff;
	margin:0px 0px 22px
}
.ttlDisney_sub.type-option .ttlLv1 .heading .label{
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 6px 0 2px;
	background-color: #0062c7;
}
.ttlDisney_sub.type-option .ttlLv1 .heading .label::before{
	border-color: #0062c7 transparent transparent transparent;
}
.ttlDisney_sub.type-option .ttlLv1 .heading .label::after{
	border-color: transparent #0062c7 transparent transparent;
}
@media (max-width: 739px){
	.ttlDisney_sub.type-option .ttlLv1 .heading .label{
		width: calc(35% - 10px);
		max-width: 85px;
	}
	.ttlDisney_sub.type-option .ttlLv1 .heading .label::before{
		border-width: 22px 44px 0 0;
	}
	.ttlDisney_sub.type-option .ttlLv1 .heading .label::after{
		border-width: 0 44px 22px 0;
	}
}
.ttlDisney_sub.type-option .ttlLv1 .heading .label .num{
	font-size: 2.4rem;
}
.ttlDisney_sub [class*="ttlLv"] .heading [class*="icon-"]{
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	line-height: 1.1;
	font-size: 1.2rem;
	padding: 4px 5px 3px;
}
.ttlDisney_sub [class*="ttlLv"] .heading .iconWrap,
.ttlDisney_sub [class*="ttlLv"] .heading .iconWrap.reserve{
	display: flex;
}
@media (max-width: 739px){
	.ttlDisney_sub [class*="ttlLv"] .heading .iconWrap,
	.ttlDisney_sub [class*="ttlLv"] .heading .iconWrap.reserve
	{
		align-items: center;
		position: absolute;
		bottom: -45px;
		right: 0;
	}
	.ttlDisney_sub.type-option [class*="ttlLv"] .heading .iconWrap{
		bottom: -40px;
	}
	.ttlDisney_sub.type-option [class*="ttlLv"] .heading .iconWrap.reserve{
		bottom: -35px;
		width: 100%;
	}
.ttlDisney_sub [class*="ttlLv"] .heading .icon-fc{
	margin-left: 10px;
}
.spnone{display: none;}
}
.spacer{width: 100%;}
.ttlDisney_sub [class*="ttlLv"] .heading .icon-desk{
	background-color: #e95d01;
}
.ttlDisney_sub [class*="ttlLv"] .heading .icon-desk02{
	background-color: #e95d01;
}
.ttlDisney_sub [class*="ttlLv"] .heading .icon-reserve{
	background-color: #e95d01;
}
.ttlDisney_sub [class*="ttlLv"] .heading .icon-fc{
	background-color: #1d2088;
}
.ttlDisney_sub [class*="ttlLv"] .heading .icon-add{
	background-color: #e50076;
}
.ttlDisney_sub [class*="ttlLv"] .heading .icon-fc + .icon-add{
	background-color: #e50076;
	margin-left: 10px;
}
.ttlDisney_sub [class*="ttlLv"] .heading .icon-reserve + .icon-fc{
	background-color: #1d2088;
	margin-left: 10px;
}
@media (min-width: 740px){
	.ttlDisney_sub [class*="ttlLv"] .heading .iconWrap{
		flex-direction: column;
	}
	.ttlDisney_sub [class*="ttlLv"] .heading .iconWrap.reserve{
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}
	.ttlDisney_sub [class*="ttlLv"] .heading .icon-reserve{
		padding: 21px 5px;
	}
	.ttlDisney_sub [class*="ttlLv"] .heading .line2{
		display:flex;
		flex-direction: column;
		margin-left: 10px;
	}
	.ttlDisney_sub [class*="ttlLv"] .heading [class*="icon-"]{
		font-size: 2rem;
	}
	.ttlDisney_sub [class*="ttlLv"] .heading .icon-fc + .icon-add{
		font-size: 1.8rem;
		margin-top: 10px;
		margin-left: 0;
	}
}
/* hotel select */
.column .ctm_bdrColumn .colWrap.clm_1_5col {
	justify-content: space-between;
}
.column .ctm_bdrColumn .colWrap.clm_1_5col .col{
	width: 100%;
	border-color: #c1c1c1;
	text-align: center;
	background-color: #ffffff;
	padding: 0;
}
.column .ctm_bdrColumn .colWrap.clm_1_5col .col:not(:first-child){
	margin-top: 15px;
}
@media (min-width: 740px){
	.column .ctm_bdrColumn .colWrap.clm_1_5col .col{
		width: 182px;
	}
	.column .ctm_bdrColumn .colWrap.clm_1_5col .col:not(:first-child){
		margin-top: 0;
	}
}
.column .ctm_bdrColumn .colWrap.clm_1_5col .col a{
	padding: 20px 10px 10px;
	display: block;
}
@media (max-width: 739px){
	.column .ctm_bdrColumn .colWrap.clm_1_5col .col a{
		padding: 4px 15px;
		display: flex;
		align-items: center;
	}
}
.column .ctm_bdrColumn .colWrap.clm_1_5col .col .hotelName{
	font-size: 1.6rem;
	font-weight: bold;
	color: #cc0000;
	border-bottom: 1px solid #c1c1c1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 13px;
	padding-bottom: 10px;
}
.column .ctm_bdrColumn .colWrap.clm_1_5col .col .hotelName .sub{
	font-size: 1.2rem;
	display: block;
}
.column .ctm_bdrColumn .colWrap.clm_1_5col .col figure{
	padding-top: 12px;
}
.column .ctm_bdrColumn .colWrap.clm_1_5col .col figure img{
	width: 80px;
}
@media (max-width: 739px){
	.column .ctm_bdrColumn .colWrap.clm_1_5col .col figure{
		padding-top: 0;
		padding-right: 15px;
		border-right: 1px solid #c1c1c1;

	}
	.column .ctm_bdrColumn .colWrap.clm_1_5col .col .hotelName{
		order: 2;
		border: none;
		align-items: flex-start;
		padding-bottom: 0;
		margin-left: 20px;
		margin-bottom: 0;
	}
}

.ttlHotel.ctm_pageTtl.hc02 .ttlLv2 {
	position: relative;
	padding: 0;
}
.ttlHotel.ctm_pageTtl.hc02 .ttlLv2 .heading{
	background-color: #feffca !important;
	border: 3px solid #ffe7ef;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	display: inline-block;
	z-index: 3;
	width: 100%;
	color: #f70080;
}
.ttlHotel.ctm_pageTtl.hc02 .ttlLv2::before,
.ttlHotel.ctm_pageTtl.hc02 .ttlLv2::after{
	content: '';
	display: block;
	position: absolute;
	top: 16px;
	border: 20px solid #feffca;
}
@media (max-width: 739px){
	.ttlHotel.ctm_pageTtl.hc02 .ttlLv2 {
		width: 85%;
		margin-left: auto;
		margin-right: auto;
	}
	.ttlHotel.ctm_pageTtl.hc02 .ttlLv2 .heading{
		padding: 7px 10px;
	}
	.ttlHotel.ctm_pageTtl.hc02 .ttlLv2::before{
		left: -25px;
	}
	.ttlHotel.ctm_pageTtl.hc02 .ttlLv2::after{
		right: -25px;
	}
}
@media (min-width: 740px){
	.ttlHotel.ctm_pageTtl.hc02 .ttlLv2 {
		min-width: 607px;
		display: inline-block;
	}
	.ttlHotel.ctm_pageTtl.hc02 .ttlLv2 .heading{
		padding: 11px 18px 12px;
		font-size: 3.2rem;
	}
	.ttlHotel.ctm_pageTtl.hc02 .ttlLv2::before,
	.ttlHotel.ctm_pageTtl.hc02 .ttlLv2::after{
		border: 33px solid #feffca;
		width: 78px;
		top: 18px;
	}
	.ttlHotel.ctm_pageTtl.hc02 .ttlLv2::before{
		left: -45px;
	}
	.ttlHotel.ctm_pageTtl.hc02 .ttlLv2::after{
		right: -45px;
	}
}
.ttlHotel.ctm_pageTtl.hc02 .ttlLv2::before{
	border-left-color: transparent;
}
.ttlHotel.ctm_pageTtl.hc02 .ttlLv2::after{
	border-right-color: transparent;
}

/* modal */
.mfp-ready .mfp-inline-holder .mfp-content, 
.mfp-ready .mfp-ajax-holder .mfp-content{
	width: auto;
}
.recommendInfo .infoList{
	padding: 15px 10px;
}
.recommendInfo #TTS.infoList{
	background: rgb(217,244,251);
	background: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/tdr/common/img_sites/bg_01_top.png), url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/tdr/common/img_sites/bg_01_bottom.png), linear-gradient(0deg, rgba(217,244,251,1) 0%, rgba(147,220,244,1) 50%, rgba(133,210,242,1) 100%);
	background-repeat: no-repeat;
	background-position: left top, left bottom;
}

.recommendInfo #FFT.infoList{
	background: rgb(255,255,255);
	background: url(/content/dam/sites/wwwjalcojp/jp/ja/domtour/jaldp/tdr/common/img_sites/bg_02_top.png), linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(228,251,224,1) 50%, rgba(184,245,175,1) 100%);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-top: 15px;
}
@media (max-width: 739px){
	.recommendInfo #TTS.infoList,
	.recommendInfo #FFT.infoList{
		background-size: contain;
	}
}
.recommendInfo .infoList dt{
	font-size: 1.8rem;
	text-align: center;
}
@media (max-width: 739px){
	.recommendInfo .infoList dt{
		margin: 0 -10px;
	}
}
.recommendInfo .infoList dt .ribbon{
	position: relative;
	display: block;
	margin: 10px auto 5px;
}
.recommendInfo .infoList dt .ribbon .inr{
	margin-left: auto;
	margin-right: auto;
	position: relative;
	display: inline-block;
	z-index: 3;
	width: 100%;
	color: #ffffff;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.2;
	padding: 11px 15px;
}
.recommendInfo .infoList dt .ribbon .inr .sub{
	font-size: 1.6rem;
}
.recommendInfo #TTS.infoList dt .ribbon .inr{
	background-color: #e5a900;
}
.recommendInfo #FFT.infoList dt .ribbon .inr{
	background-color: #d49b7b;
}
.recommendInfo .infoList dt .ribbon::before,
.recommendInfo .infoList dt .ribbon::after{
	content: '';
	display: block;
	position: absolute;
	top: 16px;
}
@media (max-width: 739px){
	.recommendInfo .infoList dt .ribbon {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.recommendInfo .infoList dt .ribbon .inr{
		padding: 7px 10px;
	}
	.recommendInfo .infoList dt .ribbon::before,
	.recommendInfo .infoList dt .ribbon::after{
		display: none;
	}
}
@media (min-width: 740px){
	.recommendInfo .infoList dt .ribbon {
		min-width: 515px;
		display: inline-block;
	}
	.recommendInfo .infoList dt .ribbon::before,
	.recommendInfo .infoList dt .ribbon::after{
		width: 60px;
		top: 15px;
	}
	.recommendInfo .infoList dt .ribbon::before{
		left: -65px;
	}
	.recommendInfo .infoList dt .ribbon::after{
		right: -65px;
	}
	.recommendInfo #TTS.infoList dt .ribbon::before,
	.recommendInfo #TTS.infoList dt .ribbon::after{
		border: 20px solid #e5a900;
	}
	.recommendInfo #FFT.infoList dt .ribbon::before,
	.recommendInfo #FFT.infoList dt .ribbon::after{
		border: 25px solid #d49b7b;
		top: 30px;
	}
}
.recommendInfo #TTS.infoList dt .ribbon::before,
.recommendInfo #FFT.infoList dt .ribbon::before{
	border-left-color: transparent;
}
.recommendInfo #TTS.infoList dt .ribbon::after,
.recommendInfo #FFT.infoList dt .ribbon::after{
	border-right-color: transparent;
}
.recommendInfo .infoList dt .logo{
	display: flex;
	justify-content: center;
	align-items: center;
}
.recommendInfo .infoList dt .logo .logoTxt{
	padding-left: 10px;
}
@media (max-width: 739px){
	.recommendInfo .infoList dt .logo{
		flex-direction: column;
	}
	.recommendInfo .infoList dt .logo .logoTxt{
		padding: 10px;
	}
}
.recommendInfo .infoList dd{
	display: flex;
	flex-direction: column;
	margin-top: 30px;
}
.recommendInfo .infoList dd figure{
	padding: 10px;
	background-color: #ffffff;
}
.recommendInfo .infoList dd figure figcaption{
	font-size: 1.2rem;
	text-align: right;
	margin-top: 5px;
}
.recommendInfo #FFT.infoList dd .photoList li:not(:first-child) {
	margin-top: 10px;
}
@media (min-width: 740px){
	.recommendInfo .infoList dt .logo .logoTxt{
		padding-left: 20px;
	}
	.recommendInfo #TTS.infoList{
		padding: 30px 50px;
	}
	.recommendInfo #TTS.infoList dd{
		flex-direction: row;
	}
	.recommendInfo #FFT.infoList{
		padding: 30px 20px;
	}
	.recommendInfo #TTS.infoList dd figure{
		width: 360px;
	}
	.recommendInfo #TTS.infoList dd .txtBlock{
		width: 540px;
		margin-left: 30px;
	}
	.recommendInfo #FFT.infoList dd .photoList{
		display: flex;
		justify-content: space-between;
	}
	.recommendInfo #FFT.infoList dd .photoList li {
		width: 434px;
	}
	.recommendInfo #FFT.infoList dd .photoList li:not(:first-child) {
		margin-top: 0;
	}
}

.carousel .carousel.slidType_arw a{
	cursor: auto;
}
.mfp-ready .mfp-inline-holder .mfp-content{
	padding-top: 25px;
}
.mfp-content .modalInr{
	border: 2px solid #ccc;
	margin-top: 15px;
	padding: 15px;
}

/* slick add option */
.slick-box2 .slidControl{
	position: absolute;
	bottom: -45px;
}
.slick-box2.slick-dotted{
	margin-bottom: 45px;
}

/* txt */
.txtBb01{border-bottom: 1px solid #000; display:inline-block;}
.linkBg01{background: #f7eb7e; display: inline-block; padding: 2px 5px 7px; line-height: 1;}

/* txt */
.list_clr01 .txtList > li:before{background-color: #0095d9;}
.list_clr02 .txtList > li:before{background-color: #bad17b;}
.list_clr03 .txtList > li:before{background-color: #c7b0cd;}
.list_clr04 .txtList > li:before{background-color: #bce2e8;}

@media all and (min-width:740px){
.txtList > li:before{width: 7px;height: 7px;}
}

.ttl_inline_txt{padding: 3px 30px;background: #ffcd59;font-size: 16px;margin-left: 60px;border-radius: 37px;}
@media (max-width: 739px){
.ttl_inline_txt {display: table-cell;}
}



/*230420追加*/
#JS_autoop_target .mdl_elm_optionWrap#JS_autoop_elm_wrap1{display:none;}


/*230512追加*/
/* MV */
.heroimgWrap.heroimgWrap-titleImg .mainHeading{
	padding: 0 10px;
}
.heroimgWrap.heroimgWrap-titleImg .mainHeading .mainTtl img{
	width: 100%;
}
@media (min-width: 740px){
    .heroimgWrap.heroimgWrap-titleImg .mainHeading{
        max-width: 1300px;
        width: calc(1300 / 1920 * 100vw);
		padding: 0;
        -webkit-transform: translate(calc(-50% - 11px), -50%);
        transform: translate(calc(-50% - 11px), -50%);
    }
    .mfp-content .txtList > li{padding:0 0 0 12px !important;}
    .mfp-content .noteList > li{padding:0 0 0 1.2em !important;}
}


/*230601追加*/
.areatourismBox{
background: #D9D9D9;
padding: 20px;
}

/*230804追加*/
.ttl_addIcon .heading{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.ttl_addIcon [class*="icon-"]{
	color: #fff;
	padding: 3px;
	background-color: #e95d01;
}
@media (max-width: 739px){
	.ttl_addIcon .heading{
		position: relative;
	}
	.ttl_addIcon .ttlLv3{
		margin-bottom: 45px;
	}
	.ttl_addIcon .iconWrap{
		position: absolute;
		right: 0;
		top: 35px;
	}
}
/* add 202401 */
.inner_ttl .is-staticClm [class*="ctm_iconTxt"]{
	min-width: 4.4rem;
	margin-right: .5rem;
}
.inner_ttl .is-staticClm [class*="ttlLv"] .iconWrap.is-column{
	flex-wrap: wrap;
    width: 270px;
}
.inner_ttl .is-staticClm [class*="ttlLv"] .heading .icon-fc + .icon-add{
	margin-top: 0;
	margin-left: 10px;
}
.inner_ttl .is-staticClm [class*="ttlLv"] .heading [class*="icon-"]{
	font-size: 1.6rem;
}
.inner_ttl .is-staticClm [class*="ttlLv"] .heading [class*="icon-"].is-widFit{
	width: fit-content;
}
.inner_ttl .is-staticClm [class*="ttlLv"] .heading [class*="icon-"]:last-child{
	margin-top: 10px;
}
.inner_ttl .is-staticClm [class*="ttlLv"] .heading .normal-text{
	font-size: 1.2rem;
	font-weight: normal;
	margin-top: .5rem;
}
.inner_ttl .is-staticClm [class*="ttlLv"] .heading .iconWrap.is-aliEnd{
	align-items: flex-end;
}
.inner_ttl .is-staticClm [class*="ttlLv"] .heading .iconWrap.is-aliCenter{
	align-items: center;
}
@media (max-width: 739px){
	.sp-mgAliRight{margin-left: auto;margin-right: 0;}
	.inner_ttl .is-staticClm [class*="ttlLv"] .heading {
		flex-wrap: wrap
	}
	.inner_ttl .is-staticClm [class*="ttlLv"] .heading .iconWrap{
		position: static;
		flex-wrap: wrap;
		justify-content: flex-end;
		margin-top: .5rem;
	}
	.inner_ttl .ttlDisney_sub.type-large.is-staticClm [class*="ttlLv"] .heading .iconWrap.reserve{
		bottom: -60px;
	}
	.inner_ttl .ttlDisney_sub.type-large.noLabel.is-staticClm [class*="ttlLv"] .heading .iconWrap.reserve{
		bottom: -40px;
	}
	.ctm_pageTtl.is-indent [class*="ttlLv"] {
	margin-top: 10px;
	}
	.ctm_pageTtl.is-indent [class*="ttlLv"] [class*="ctm_iconTxt"]{
		margin-bottom: 10px;
	}
}
@media (max-width: 414px){
	.sp-widAuto{width: auto !important;}
	.ctm_pageTtl.is-indent [class*="ttlLv"] [class*="ctm_iconTxt"]{
		margin-left: 0;
		margin-right: auto;
	}
	.inner_ttl .ttlDisney_sub.type-large.is-staticClm{
		margin: 0 0 70px;
	}
	.inner_ttl .ttlDisney_sub.type-large.noLabel.is-staticClm [class*="ttlLv"] .heading .iconWrap.reserve{
		bottom: -64px;
	}
	.inner_ttl .ttlDisney_sub.type-large.is-staticClm [class*="ttlLv"] .heading .iconWrap.reserve{
		bottom: -82px;
	}
}
.ctm_pageTtl.is-indent [class*="ttlLv"] .heading{
	display: flex;
	flex-direction: column;
	align-items: center;
}
@media (min-width: 740px){
	.pc-widAuto{width: auto !important;}
	.ctm_pageTtl.is-indent [class*="ttlLv"]{
		padding-left: 3rem;
	}
	.ctm_pageTtl.is-indent [class*="ttlLv"] .heading{
	display: block;
	}
	.ctm_pageTtl.is-indent [class*="ctm_iconTxt"]{
		margin-left: -3rem;
	}
	.inner_ttl .is-staticClm [class*="ttlLv"] .heading .normal-text{
		font-size: 1.4rem;
		margin-top: 0;
	}
}

/* リボンタイトル h2 */
.ttlHotel.ctm_pageTtl.hc02 .ttlLv1 {
    position: relative;
    padding: 0;
}
.ttlHotel.ctm_pageTtl.hc02 .ttlLv1 .heading{
    background-color: #feffca !important;
    border: 3px solid #ffe7ef;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: inline-block;
    z-index: 3;
    width: 100%;
    color: #f70080;
}
.ttlHotel.ctm_pageTtl.hc02 .ttlLv1::before,
.ttlHotel.ctm_pageTtl.hc02 .ttlLv1::after{
    content: '';
    display: block;
    position: absolute;
    top: 16px;
    border: 20px solid #feffca;
}
@media (max-width: 739px){
    .ttlHotel.ctm_pageTtl.hc02 .ttlLv1 {
        width: 85%;
        margin-left: auto;
        margin-right: auto;
    }
    .ttlHotel.ctm_pageTtl.hc02 .ttlLv1 .heading{
        padding: 7px 10px;
    }
    .ttlHotel.ctm_pageTtl.hc02 .ttlLv1::before{
        left: -25px;
    }
    .ttlHotel.ctm_pageTtl.hc02 .ttlLv1::after{
        right: -25px;
    }
}
@media (min-width: 740px){
    .ttlHotel.ctm_pageTtl.hc02 .ttlLv1 {
        min-width: 607px;
        display: inline-block;
    }
    .ttlHotel.ctm_pageTtl.hc02 .ttlLv1 .heading{
        padding: 11px 18px 12px;
        font-size: 3.2rem;
    }
    .ttlHotel.ctm_pageTtl.hc02 .ttlLv1::before,
    .ttlHotel.ctm_pageTtl.hc02 .ttlLv1::after{
        border: 33px solid #feffca;
        width: 78px;
        top: 18px;
    }
    .ttlHotel.ctm_pageTtl.hc02 .ttlLv1::before{
        left: -45px;
    }
    .ttlHotel.ctm_pageTtl.hc02 .ttlLv1::after{
        right: -45px;
    }
}
.ttlHotel.ctm_pageTtl.hc02 .ttlLv1::before{
    border-left-color: transparent;
}
.ttlHotel.ctm_pageTtl.hc02 .ttlLv1::after{
    border-right-color: transparent;
}

/* h2 (h3の見た目に書き換え) */
.ttlHotel.ctm_pageTtl.hc02 .ttlLv1:after{
    left: unset;
    background-color: unset;
}
@media (max-width: 739px){
    .contentsInr .ttlHotel .ttlLv1{
        margin: 0 -10px 15px -10px;
    }
    .ttlHotel.ctm_pageTtl.hc02 .ttlLv1:after{
        width: unset;
    }
    .ttlHotel.ctm_pageTtl.hc02 .ttlLv1 .heading{
        font-size: 2rem;
    }
}

/* h4 (h5の見た目に書き換え) */
.alC .ttlLv3 .heading{
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.3;
    border: unset;
}
.alC .ttlLv3{
    margin-bottom: 10px;
    padding-top: 20px;
    font-weight: bold;
    line-height: 1.3;
    overflow: unset;
}
@media (max-width: 739px){
    .alC .ttlLv3 .heading{
        font-size: 100%;
    }
}

/* h4 予約上のご注意と予約方法について (h5の見た目に書き換え) */
.contents .acodBlock .ctm_ttlLv3TextToLv4 .ttlLv3{
    padding-top: 20px;
    margin-bottom: 10px;
}
.contents .acodBlock .ctm_ttlLv3TextToLv4 .ttlLv3 .heading{
    padding: unset;
    border: unset;
    line-height: 1.3;
    font-size: 100%
}