@charset "utf-8";
/*
modal Style

	Common Set
	Etc Style

※ベースは//cdn.willer.co.jp/static/css/modal.cssに記載

*/


 /* ======================================
       Common Set
========================================= */
.modal-content{
	display: block;
}
.departure-list01 dt{
    padding: 10px 20px;
    font-weight: normal;
    color: #fff;
    background: #dbbe96;
    border-top: 1px solid rgba(255,255,255,0.5);
}
.close > span{
display: inline-block;
    padding: 5px 8px;
    vertical-align: middle;
    color: #fff;
    background: #333;
    border-radius: 5px;
}

.modal-open .off-modal{ display:none; }
.on-modal{ display:none; }
.modal-open .on-modal{ display:block; }

.modal-body{
	margin:0 auto;
	padding:20px 15px!important;
}
.modal-open .modal-body{
	max-width:inherit;
}

.modal-body h1,
.modal-body h2,
.modal-body h3,
.modal-body h4,
.modal-body h5,
.modal-body h6{
	float:none;
}
.modal-body img {
	display:block;
	max-width:100%;
	height:auto;
	margin:auto;
}
.modal-body i {
	margin:0 5px;
}
.modal-body p{
	font-size:12px;
}

.modal-body a {
	color:#337ab7;
}
.modal-body a:hover {
	opacity:0.7!important;
}
.modal-body em{
	font-style:normal;
}
.modal-body .collapse-btn{
	position:relative;
	padding-right:30px;
	cursor:pointer;
}
.modal-body .collapse-btn:before{
	position:absolute;
	top:50%;
	right:10px;
	margin-top:-0.5em;
	content:"\f0fe";
	font-size:14px;
	font-family:fontAwesome;
	color:#fff;
}
.modal-body .collapse-btn[aria-expanded="false"]:before{
	content:"\f0fe";
}
.modal-body .collapse-btn[aria-expanded="true"]:before{
	content:"\f146";
}
.accTrigger{
	position:relative;
	cursor:pointer;
}
.accTrigger:before{
	position:absolute;
	top:50%;
	right:10px;
	margin-top:-0.5em;
	content:"\f0fe"!important;
	font-family:fontAwesome;
	font-size:0.8em;
}
.accTrigger.on:before{
	content:"\f146"!important;
}
.accTrigger:hover{
	opacity:0.7;
}
.modal-header{
	color:#EEFF77;
	background:#ef5790!important;
	display: block;
}
.close > span{
	color:#ef5790!important;
	background:#fff!important;
}



@media (min-width: 768px) {
}
@media (max-width: 767px) {
	.modal-body{
		padding:15px 15px!important;
		font-size:12px;
	}
}




 /* ======================================
       Etc Style
========================================= */
.modal-body .font-color01{
	color:#e00000;
}
.modal-title{
	font-size:16px;
	font-weight:bold;
	line-height: 1.4;
}
.modal-title03{
	margin:20px 0;
	font-size:20px;
	font-weight:bold;
	color:#ef5790;
	line-height: 1.4;
	text-align:center;
}
.modal-title03:first-child{
	margin-top:0;
}
.modal-title04{
	margin-top:40px;
	padding:5px 10px;
	font-size:16px;
	font-weight:bold;
	color:#222;
	line-height: 1.4;
	border-left:5px solid #666;
	background:#efefef;
}
.modal-title04:first-child{
	margin-top:0;
}
.modal-title05{
	margin:20px 0;
	padding:0 0 0 10px;
	font-size:18px;
	font-weight:bold;
	color:#ef5790;
	line-height: 1.4;
	border-left:5px solid #ef5790;
}
.modal-title06{
	position:relative;
	margin:20px 0;
	padding:10px;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	line-height: 1.4;
	background:#ef5790;
}
.modal-title06:before{
	position:absolute;
	bottom:-10px;
	left:20px;
	content:"";
	width:0;
	height:0;
	border-style:solid;
	border-width:10px 10px 0 10px;
	border-color:#ef5790 transparent transparent transparent;
}

.modal-title07{
	margin:20px 0;
	padding:0 0 0 10px;
	font-size:18px;
	font-weight:bold;
	color:#ef5790;
	line-height: 1.4;
	border-left:5px solid #ef5790;
}


.modal-section01{
	margin-bottom:30px;
	padding:0 0 30px;
	border-bottom:1px dashed #ccc;
}
.modal-box01 + .modal-box01{
	margin-top:20px;
}
.modal-box01:after{
	content:"";
	display:block;
	clear:both;
}
.modal-left{
	float:left;
}
.modal-right{
	float:right;
}
.modal-lead02{
	padding:15px 0;
	font-weight:bold;
	line-height: 1.2;
	border-bottom:1px solid #eee;
}
.modal-lead02 em{
	display:inline-block;
	margin:2px;
	font-size:1.4em;
	color:#e00000;
}
.modal-lead03{
	margin-bottom:40px!important;
	font-size:14px!important;
	line-height: 1.6;
}
.modal-box01 .modal-lead03{
	margin-bottom:0!important;
}
.modal-lead03 em{
	color:#ef5790;
	font-weight:bold;
}


.modal-lead04{
	margin-bottom:40px!important;
	font-size:14px!important;
	line-height: 1.6;
	margin-bottom:0!important;
}

.modal-lead04 em{
	color:#ef5790;
	font-weight:bold;
}

.modal-dl01{
	margin:20px auto;
}
.modal-dl01 dt{
	position:relative;
	margin-bottom:5px;
	padding-left:1.1em;
	color:#444;
	font-weight:bold;
	font-size:1.2em;
}
.modal-dl01 dt:before{
	position:absolute;
	top:50%;
	left:0;
	margin-top:-0.7em;
	content:"■";
}


.modal-navi01{
	margin:40px auto;
	text-align:center;
	letter-spacing:-0.05em;
}
.modal-navi01 > li{
	display:inline-block;
	letter-spacing:normal;
}
.modal-navi01 > li a{
	display:block;
	padding:8px 20px;
	font-size:16px;
	color:#ef5790!important;
	text-decoration:none!important;
	background:#fff;
	border:3px double #ef5790;
}
.modal-navi01 > li a:hover{
	color:#fff!important;
	background:#ef5790!important;
}
.modal-contact{
	margin:20px auto;
	font-weight:bold;
}
.modal-contact 	a[href^="tel:"] {
	color:#e00000;
}
.modal-copy{
	display:block;
	margin:40px auto 0;
	text-align:center;
	color:#666;
}

.w200{ width:200px; }
.w330{ width:330px; }

.w200-right{
	width:100%;
	margin-left:-220px;
	padding-left:220px;
}
.w200-left{
	width:100%;
	margin-right:-220px;
	padding-right:220px;
}
.w330-right{
	width:100%;
	margin-left:-350px;
	padding-left:350px;
}
.w330-left{
	width:100%;
	margin-right:-350px;
	padding-right:350px;
}

.text-right{
	text-align:right;
}
.gmap{
	position: relative;
	padding-bottom: 75%;
	padding-top:0;
	height: 0;
	overflow: hidden;
}
.gmap iframe,
.gmap embed,
.gmap object{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.gmap + p{
	margin-top:10px;
}


@media (max-width: 991px) {
}
@media (max-width: 767px) {
	.modal-title{
		font-size:14px;
	}
	.modal-title03{
		margin:15px 0;
		font-size:16px;
	}
	.modal-title04{
		margin-top:30px;
		font-size:12px;
		border-width:4px;
	}
	.modal-title05{
		margin:10px auto;
		padding-left:5px;
		font-size:14px;
	}
	.modal-title06{
		padding:5px;
		font-size:14px;
	}
	.modal-title07{
		margin:10px auto;
		padding-left:5px;
		font-size:13px;
	}
	
	
	.modal-section01{
		padding:0 0 10px;
	}
	.modal-lead03{
		font-size:12px!important;
	}
	
	.modal-lead04{
		font-size:12px!important;
}
	
	.modal-box01 + .modal-box01{
		margin-top:0px;
	}
	.modal-left{
		float:none;
		margin:15px 0;
	}
	.modal-right{
		float:none;
		margin:15px 0;
	}
	.modal-contact{
		margin:15px auto;
	}
	.modal-copy{
		margin-top:30px;
		font-size:10px;
	}
	.w200{
		margin:15px auto!important;
		width:60%;
	}
	.w330{
		margin:15px auto!important;
		width:auto;
	}
	.w200-right,
	.w330-right{
		margin-left:0;
		padding-left:0;
	}
	.w200-left,
	.w330-left{
		margin-right:0;
		padding-right:0;
	}
}



/* color */
.departure-list01 .hokkaido{ background:#007ddb!important; }
.departure-list01 .tohoku{ background:#4db8f0!important; }
.departure-list01 .hokushinetsu{ background:#9435b8!important; }
.departure-list01 .tokai{ background:#ef3c4d!important; }
.departure-list01 .kansai{ background:#f68732!important; }
.departure-list01 .chugoku{ background:#9ba61d!important; }
.departure-list01 .shikoku{ background:#66aa2f!important; }
.departure-list01 .kyushu{ background:#f54b6b!important; }
.departure-list01 .okinawa{ background:#e23be2!important; }




/* エリア分けがない場合 */
ul.departure-list01{
	margin-bottom:40px;
}
ul.departure-list01 a{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9fcf7+35,f5f9f0+100 */
background: rgb(249,252,247); /* Old browsers */
background: -moz-linear-gradient(top, rgba(249,252,247,1) 35%, rgba(245,249,240,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(249,252,247,1) 35%,rgba(245,249,240,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(249,252,247,1) 35%,rgba(245,249,240,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fcf7', endColorstr='#f5f9f0',GradientType=0 ); /* IE6-9 */
}
ul.departure-list01 a:hover{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5f9f0+0,f9fcf7+65 */
background: rgb(245,249,240); /* Old browsers */
background: -moz-linear-gradient(top, rgba(245,249,240,1) 0%, rgba(249,252,247,1) 65%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(245,249,240,1) 0%,rgba(249,252,247,1) 65%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(245,249,240,1) 0%,rgba(249,252,247,1) 65%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f9f0', endColorstr='#f9fcf7',GradientType=0 ); /* IE6-9 */
}
ul.departure-list01 li:first-child a{
	border-top:1px solid #ccc;
}



/* キャンペーン訴求枠（出発地等がない場合） */
.cpnModal.modal-body p{
	font-size:16px;
	line-height: 1.8;
}
.cpnModal.modal-body em{
	font-weight:bold;
	font-style:normal;
	color:#ef5790;
}
.modal-line{
	margin:20px auto;
	text-align:center;
}
.modal-line dt{
	padding:8px 5px 5px;
	font-weight:bold;
	font-size:16px;
	color:#ef5790;
	line-height: 1.2;
	background:#EEFF77;
}
.modal-line-btn{
	position:relative;
	display:block;
	padding:15px 10px;
	font-weight:bold;
	font-size:16px;
	text-decoration:none!important;
	color:#fff!important;
	background:#13960e;
	border:2px solid #13960e;
}
.modal-line-btn:before{
	position:absolute;
	top:50%;
	right:10px;
	margin-top:-0.6em;
	content:"\f054";
	font-family:fontAwesome;
	font-size:0.8em;
}

.modal-line-btn:hover{
	color:#13960e!important;
	background:#fff;
}

.modal-term{
	margin:10px auto;
	font-size:16px;
	text-align:center;
}
.modal-term dt,
.modal-term dd{
	display:inline-block;
}
.modal-term dt{
	font-weight:bold;
	color:#ef5790;
}
.modal-term + .list-kome{
	margin-top:30px;
}
.modal-btn02{
}


@media (max-width: 991px) {
}
@media (max-width: 767px) {
	.cpnModal.modal-body p{
		font-size:12px;
	}
	.modal-line dt{
		font-size:14px;
	}
	.modal-term{
		margin:5px auto;
		font-size:14px;
	}
	.modal-term + .list-kome{
		margin-top:15px;
	}
}





/* .modal-navi02 */

.modal-navi02{
	margin:20px auto 20px;
	text-align:center;
	letter-spacing:-0.05em;
}
.modal-navi02 > li{
	display:inline-block;
	letter-spacing:normal;
	margin-bottom:10px;
}
.modal-navi02 > li a{
	display:block;
	padding:8px 20px;
	font-size:16px;
	color:#ef5790!important;
	text-decoration:none!important;
	background:#fff;
	border:3px double #ef5790;
}
.modal-navi02 > li a:hover{
	color:#fff!important;
	background:#ef5790!important;
}


@media (max-width: 767px) {
	
.modal-navi02 > li{
	display:block;
	margin-bottom:8px;	
}
	
.modal-navi02 > li a{
	display:block;
	padding:8px 0;
	font-size:12px;
}	
	
	}


.modal-header .close{
  position: relative;
  top: -6px;
}
.departure-list01 a {
    position: relative;
    display: block;
    padding: 10px 20px;
    color: #222!important;
    text-decoration: none!important;
    border: 1px solid #ccc;
    border-top: none;
    background: #fff;
}
.departure-list01 a:after, .departure-list02 a:after, .departure-list03 a:after, .airport-list01 a:after{
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -0.5em;
    content: "\f054";
    font-family: fontAwesome;
    font-size: 0.8em;
    color: #666;
}
.modal-dialog {
    width: 800px;
    margin: 30px auto;
}

@media all and (max-width: 992px) {
.modal-dialog {
    width:auto;
    margin: 30px 10px;
}
}

.dantai-wrap dt {
    vertical-align: middle;
    line-height: 1.2;
    font-size: 30px;
    color: #ec6580!important;
    text-decoration: none!important;
    cursor: default;
    color: #f8689b;
}
.dantai-wrap .tel-box {
    display: block;
    width: 80%;
    margin: 30px auto;
    padding: 10px 40px;
    text-align: center;
    text-decoration: none!important;
    border: 2px solid #ec6580;
    border-radius: 5px;
}
@media all and (max-width: 767px) {
.dantai-wrap dt {
    font-size: 20px;
}
.dantai-wrap .tel-box {
    width: 100%;
    margin: 20px auto;
    padding: 10px 20px;
}

}


#deliveryModal .modal-title02 {
    position: relative;
    margin-bottom: 0px;
    padding: 0 0 10px;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.2;
    color: #e96492;
}
#deliveryModal .modal-body p{
    margin-bottom: 10px;
}
@media all and (max-width: 767px) {
#deliveryModal .modal-title02 {
    margin-bottom: 10px;
    padding: 0 0 10px;
    font-size: 16px;
}
}