@charset "utf-8";

article{
	font-size:14px;
	position: relative;
}

article .container{
	position: relative;
}

h1{
	font-size:18px;
	font-weight:bold;
	text-align:center;
	padding:25px 0;
	margin:15px 0 15px 0;
	border-bottom:1px solid #666;
}

@media(max-width:767px) {
	h1{
		font-size:16px;
		text-align:center;
		padding:10px 0;
		margin:5px 0 5px 0;
	}

}

/*
top-text
******************************************/

#top-text {
	font-size: 12px;
	color: #999;
	padding: 0px 5px 5px 5px;
}
#top-text + #mc-search-box {
	margin-top: 0;
}

@media(min-width:992px) {

	header {
		margin-bottom: 10px;
	}
	#top-text {
		font-size: 10px;
		padding: 10px 5px 5px 5px;
	}
}
/*
mc-search-form
******************************************/
#mc-search-box .focus{
	background: #FFF;
}
.btn-default.active,.btn-default.active:focus{
	background: #e6e6e6!important;

}

.tbl-form{
	width: 100%;
}
.mb0 {
	margin-bottom: 0;
}
#mc-search-form {
	padding: 0 0 0 0;
	margin-bottom: 20px;
}
ul.breadcrumb li, ul.breadcrumb li a, .breadcrumb > li + li:before {
	color: #333;
}

#mc-search-box h1 {
	font-size: 18px;
	color: #fff;
	text-align: center;
	padding: 8px 0 5px 0;
	background: #333;
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
}
#mc-search-box form {
	padding:0;
}

#mc-search-box h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 55px 0;
	text-align: center;
}
#mc-search-box .inline-group {
	display: inline-block;
	margin-right: 10px;
}
#mc-search-box select.form-control {
	display: inline-block;
	width: auto;
}
.p-form__form-group-label {
	padding-left: 0;
	margin-right: 5px;
	font-weight:bold;
}
.btn-search {
	width: 300px;
	display: block !important;
	padding: 15px;
	margin: 20px auto 20px auto;
	color: #fff;
	font-size: 16px;
	background: #333;
	border: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#mc-search-box .form-group{
	margin-bottom:0;
}

#mc-search-box dl{
	margin-bottom:15px;
}

#mc-search-box dl:after{
	content: "";
	clear: both;
	height: 0;
	display: block;
}


#mc-search-box dl dt{
	min-width:120px;
	display:table-cell;
	vertical-align:middle;
}


#mc-search-box dl dd{
	display:table-cell;
	vertical-align:middle;
	width:100%;
}

.hotel-box{
	padding:15px !important;
	background:#f4f4f4;
	margin-bottom:10px;
}

#mc-search-box .hotel-box .form-group,
#mc-search-box .hotel-box dl{
	margin-bottom:0 ;
}

#mc-search-box .hotel-box .btn-group{
	display:block;
}

#mc-search-box .hotel-box .btn{
	width:269px !important;
	margin-right:5px;
}

#mc-search-box input[type=checkbox], input[type=radio]{
	display:none;
}



.detail-openbtn{
	text-align:center;
	overflow:hidden;
}
.detail-openbtn a{
	color:#333;
	font-size:16px;
	position:relative;
	display:inline-block;
	padding:0 20px;
	margin-bottom:15px;
	text-decoration:underline;
}

.detail-openbtn a span{
	position:relative;
	padding-left:20px;
}

.detail-openbtn a:before,
.detail-openbtn a:after{
	position:absolute;
	top:50%;
	content:"";
	width:400%;
	height:1px;
	background:#ccc;
}
.detail-openbtn a:before{
	left:100%;
}
.detail-openbtn a:after{
	right:100%;
}


.detail-openbtn a.collapsed span:before{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left:0px;
	content: "\f0d7";
	font-family: "Font Awesome 5 Free";
	font-weight:900;
}

.detail-openbtn a span:before{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left:0px;
	content: "\f0d8";
	font-family: "Font Awesome 5 Free";
	font-weight:900;
}

.search-detail-condition{
	font-size:14px;
	padding:15px 15px;
	border: 1px solid #ddd;
	background:#f4f4f4;
	margin:5px 0 15px 0;
	overflow:hidden;
	line-height:1.8;
	border-radius: 5px;
}

.search-detail-condition h2{
	font-size:18px;
	font-weight:bold;
	margin:0px 0 15px 0 !important;
	padding:0 0 5px 0;
	text-align:center;
	border-bottom: 1px solid #eee;
}



.search-detail-condition ul:after{
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

.search-detail-condition ul li{
	display:inline-block;
	/*padding:5px 8px;
	margin-bottom:8px;
	background:#fff;
	border:1px solid #ccc;*/
}

.search-detail-condition ul li:after{
	content:"|";
	color:#afafaf;
	padding:0 10px;
}

.search-detail-condition ul li:last-child:after{
	content:"";
}

@media(max-width:767px) {
	.search-detail-condition h2{
		padding:0 0 5px 0;
	}
}

.search-result-text {
	font-size: 18px;
	text-align: center;
	margin:15px 0;
}
.search-result-text .num {
	color: #F53D7E;
	font-size: 24px;
	font-weight: bold;
	margin: 0 3px;
}
.search-result-text-notfound {
	padding: 30px 0;
	text-align: center;
	font-size: 16px;
	border: 5px solid #f4f4f4;
	margin: 50px 0 70px 0;
}
.search-result-text-notfound i {
	color: #cc0000;
	font-size: 24px;
}

/*
mordal-search-detail
******************************************/

#mordal-search-detail{

}

#mordal-search-detail h2{
	font-size:20px;
	margin:0 0 20px 0;
}


/*
pagination
******************************************/

.pagination {
	display: block;
	margin: 5px 0;
	color:#666;
}
.pagination ul {
	display: block;
	float: right;
}
.pagination li {
	float: left;
	margin: 5px;
}
.pagination li.pagemae {
	margin-top: 11px;
}
.pagination li a {
	display: block;
	padding: 5px 10px;
	border: 1px solid #ccc;
}
.pagination li a:hover, .pagination li.current {
	padding: 5px 10px;
	color: #fff;
	border-color: #3BAEDA !important;
	background: #3BAEDA;
	text-decoration: none;
}
.pagination li.current {
	border: 1px solid #3BAEDA;
}
.pagination li.prev, .pagination li.next {
	border: none;
}
.pagination li.prev, .pagination li.next {
	padding: 6px 10px;
}
.pagination li.prev a, .pagination li.next a {
	border: none;
	padding: 0;
}
.pagination li.prev a:hover, .pagination li.next a:hover {
	color: #337ab7;
	background: none;
	text-decoration: underline;
}
.sort_link a:hover, .pagination li a:hover {
	cursor: pointer;
}
.sort_link .current {
	font-weight: bold;
}
.pagination:last-child {
	margin-bottom: 20px;
}
/*
search-result-box
******************************************/

section.search-result-box:last-child {
	margin-bottom: 50px;
}
.search-result-box {
	border: 1px solid #ccc;
	margin: 15px 0;
	border-top: 6px solid #F53D7E;
	border-radius:5px;
}
.ttl-box {
	width: 100%;
	border-bottom:1px solid #ccc;
}

.ttl-box a,.ttl-box a:hover,.ttl-box a:visited{
	color: #212529;
}

.search-result-box-in{
	padding:0 15px 15px 15px;
}

@media(max-width:767px) {
	.search-result-box-in{
		padding:0 10px 5px 10px;
	}

}


.search-result-box h2.planname {
	text-align: left;
	padding:20px;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	width: 100%;
}
.search-result-box h3.mcname {
	font-size: 16px;
	font-weight: bold;
	color:#F53D7E;
	padding:20px 0 20px 5px;
}
.search-result-box h3.detail-ttl {
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	margin-top: 5px;
	padding-bottom: 10px;
	margin-bottom: 12px;
	border-bottom: 1px solid #D9CCD1;
}

.search-result-box h3.detail-ttl:empty{
	border-bottom:none;
		margin-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.search-result-box .area-hotel {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 7px;
}
.search-result-box h4.catchcopy {
	text-align: left;
	margin-bottom: 10px;
	font-size: 16px;
}
.search-result-box h4.catchcopy:empty{
	margin-bottom: 0;
}
.search-result-box p {
}

.search-result-box a{
	display:block;
}

.search-result-box a:hover{
	text-decoration: none !important;

}

a .search-result-detail{
	margin-bottom:10px;
	border:1px solid #eee;
}

a:hover .search-result-detail {
	border:1px solid #f7adc7;
	background:#FEF5F8 !important;
}

a .search-result-detail, a:hover .search-result-detail {
	color: #333;
	text-decoration: none !important;
	position: relative;
	z-index: 0;
}



a .search-result-detail:after {
	content: "\f054";
	font-family: FontAwesome;
	font-size: 24px;
	color: #F53D7D;
	position: absolute;
	top: 50%;
	right: 2px;
	margin-top: -0.5em;
	z-index: 10;
	height: 100%;
}
.search-result-detail:after {
	backgrund: #333;
}
.search-result-detail {
	padding: 15px 15px 15px 15px;
	background:#f8f8f8;
	overflow: hidden;
	border-radius: 5px;
	margin-bottom:10px;
}

.search-result-detail img.hotel-thumb {
	width: 100%;
	display: inline;
	height: 150px;
	object-fit: cover;
}
.search-result-detail .detail-txt {
	font-size: 12px;
	margin-bottom: 10px;
	color: #666;
}

.search-result-detail .detail-txt:empty{
	margin-bottom: 0;
	
}
.search-result-box .priceline {
	position: relative;
	text-align: right ;
}
.search-result-box .priceline .price-text {
	font-size: 12px;
	color: #333;
	display: inline-block;
}
.search-result-box .priceline .price-guide-text {
	padding: 6px 0;
}
.search-result-box .priceline .price {
	font-size: 22px;
	font-weight: bold;
	display: inline-block;
	padding-left: 10px;
	color: #F53D7D;
	font-family: Verdana, Geneva, sans-serif;
}
.search-result-box .priceline .price span.yen {
	font-size: 14px;
	padding-left: 3px;
	font-weight: bold;
}

@media(max-width:767px) {
	.search-result-box .priceline {
		margin-top:0px;
		text-align:center;
	}
	
	.search-result-box .priceline .price{
		margin-top:-3px;
	}

}


/*
btn
***************************/


.btn-more {
	display: inline-block;
	margin: 20px auto 20px auto;
	padding: 15px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height:1.0;
	color: #fff;
	background: #333;
	border-radius: 3px;
}

.btn-more:before{
	content: "\f0fe";
	font-family: "Font Awesome 5 Free";
	font-weight:900;
	margin-right:10px;
	font-size:15px;
}


.btn-set{
	margin:auto;
}



@media(max-width:767px) {
	.btn-set{
		width:100%
	}

}

.btn-set:after{
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

.btn-reserve{
	display:inline-block;
	margin-top:10px;
	margin-left:15px;
	margin-bottom:20px;
	width:320px;
}

.btn-reserve a{
	display: block;
	color:#fff;
	font-size: 16px;
	font-weight:bold;
	line-height:1.0;
	text-align:center;
	background:#F53D7E;
	padding:15px;
	border-radius: 3px;
	position: relative;
}

.btn-reserve a:hover{
	opacity:0.8;
}

.btn-reserve a:after{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right:15px;
	font-family: "Font Awesome 5 Free";
	font-weight:900;
	content: "\f054";
	color:#fff;
}

.btn-close{
	color:#fff;
	font-size: 16px;
	font-weight:bold;
	line-height:1.0;
	text-align:center;
	background:#F53D7E;
	padding:15px;
	border-radius: 3px;
	width:280px;
	margin:0 auto;
}

.btn-close:hover{
	color:#fff;
	opacity:0.8;
}

.btn{
	border:1px solid #ccc;
}


.txt-hotel-select{

}

.txt-hotel-select span{
	color: #F53D7D;
	font-weight: bold;
}

.txt-hotel-select span.num{
	font-size: 1.2em;
}

.txt-hotel-select i{
	color: #F53D7D;
	font-weight: bold;
}

table.tbl-list-box-info {
	box-sizing: border-box;
	border-collapse: collapse;
	margin: 0 auto;
	text-align: left;
	width: 94%;
}
table.tbl-list-box-area {
	box-sizing: border-box;
	border-collapse: collapse;
	margin: 0 auto;
	text-align: left;
	width: 94%;
	table-layout: fixed;
}
table.tbl-list-box-info tr {
	border-top: 1px solid #CCC;
}
table.tbl-list-box-area tr {
	border-top: 1px solid #CCC;
}
table.tbl-list-box-info th, table.tbl-list-box-info td {
	padding: 10px;
}
table.tbl-list-box-area td {
	padding: 10px;
}
table.tbl-list-box-area td:first-child{
	width: 500px;
}


.info-box01{
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	padding:7px 0;
	margin-bottom:5px;
	color:#666;
}

.info-box01 i {
	color: #555;
}

.info-box01 i.fa-hotel{
	color: #F78181;	
}

.info-box01 i.fa-ticket-alt{
	color: #f6bb42;	
}

.info-box01 i.fa-plane{
	color: #54b8d5;	
}

.info-box01 i.fa-ship{
	color: #8cc152;	
}

.info-box01 i.fa-moon{
	color: #5D62AB;	
}

.info-box01 i.fa-moon + i{
	color: #5D62AB;	
}

.info-box01 i.fa-sun{
	color: #EC6438;
}

.info-box01 i.fa-sun + i{
	color: #EC6438;	
}

.info-box01 .bus-alternative  i.fa-moon + i{
	color: #555;	
}

.info-box01 .bus-alternative  i.fa-sun + i{
	color: #F53D7E;	
}

.info-box01 .bus-alternative i.fa-moon{
	color: #5D62AB!important;	
}
.info-box01 .bus-alternative i.fa-sun{
	color: #EC6438!important;	
}

.lict-icon {
	background: #EEE;
	border: 1px solid #FFF;
	padding: 0 5px;
	line-height: 2.2em;
	font-weight: normal;
	font-size: 14px;
	display: inline-block;
}


.info-box01 .bus-yakou i,.info-box01 .hotel-all i,.info-box01 .ticket-all i,
.info-box01 .bus-hirukou i,.info-box01 .plane-all i,.info-box01 .ferry-all i,.info-box01 .bus-all i{
	color: #FFF;
}
.info-box01 .bus-yakou i.fa-moon + i,.info-box01 .bus-hirukou i.fa-sun + i,.info-box01 .bus-all i.fa-moon + i,.info-box01 .bus-all i.fa-sun + i{
	color: #FFF;
}

.info-box02{
	padding:5px;
	color:#666;
	margin-bottom:12px;
}

.info-box02 .priceline{
	text-align:right;
}

.info-box02 .priceline .price-text{
	display:inline-block;
}
.info-box02 .priceline .price {
	font-size: 22px;
	font-weight: bold;
	display: inline-block;
	padding-left: 10px;
	color: #F53D7D;
	font-family: Verdana, Geneva, sans-serif;
}
.info-box02 .priceline .price span.yen {
	font-size: 14px;
	padding-left: 3px;
	font-weight: bold;
}

.hotel-list-num {
	font-size:16px;
	text-align:center;
	margin:0px 0 12px 0;
	color:#666;
}

.hotel-list-num .num{
	font-size:24px;
	font-weight:bold;
	font-family: Verdana, Geneva, sans-serif;
	display:inline-block;
	margin-left:8px;
	margin-right:5px;
	color:#333;
}

.hotel-list-num .hotel-list-num-txt,
.info-box02 .hotel-list-txt{
	margin-top:10px;
	display:inline-block;
	font-size:14px;
	font-weight:normal;
}

.info-box02 .hotel-list-ttl{
	font-size:18px;
	font-weight:bold;
	color:#fff;
	background:#333;
	padding:10px;
}

@media(max-width:767px) {
	.hotel-list-num .hotel-list-num-txt,
	.info-box02 .hotel-list-txt{
		font-size:12px;
		font-weight:normal;
	}
	.info-box02 .hotel-list-ttl{
		font-size:14px;
		font-weight:bold;
		color:#fff;
		background:#333;
		padding:8px 10px;
	}
}




.hotel-list-txt{
	font-size:18px;
	font-weight:bold;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
	color:#333;
}

.bus-yakou{
	color:#FFF;
	background: #5D62AB;
}

.bus-all{
	color:#FFF;
	background: #666;
}

.hotel-all{
	color:#FFF;
	background: #F78181;
}

.ticket-all{
	color:#FFF;
	background: #f6bb42;
}

.bus-hirukou{
	color:#FFF;
	background: #EC6438;
}

.plane-all{
	color:#FFF;
	background: #54b8d5;
}

.ferry-all{
	color:#FFF;
	background: #8cc152;
}


.txt-day, .txt-people, .txt-start, .txt-arrival {
	color: #333;
	font-weight: bold;
	font-size: 1.2em;
	margin: 0 0 0 10px;
}
.pause {
	border-right: 1px solid #e5e5e5;
	padding-right: 20px;
	line-height: 2.2em;
}
.fa-hotel:before, .fa-bed:before {
	content: "\f594"!important;
}
.btn-addmore {
	margin-bottom: 20px;
	display: block;
}
.btn-addmore.focus, .btn-addmore:hover {
	background: #FEF5F8;
}
.btn-addmore:focus{
	background: #FFF;
}

.btn-addmore[aria-expanded="false"]:before {
	content: '\f067';
	font-family: "Font Awesome 5 Free";
	font-weight:900;
	padding-right: 8px;
	color: #F53D7E;
}
.btn-addmore[aria-expanded="true"]:before {
	content: '\f068';
	font-family: "Font Awesome 5 Free";
	font-weight:900;
	padding-right: 8px;
	color: #F53D7E;
}
#Addmore {
	background: #FEF5F8;
	padding: 20px;
}
/* square button style */
#searchform .btn {
	padding: 6px 10px 6px 6px;
	margin: 0 -1px 5px 0;
}
#searchform .btn:before {
	padding-right: 4px;
	content: '\f00c';
	font-family: "Font Awesome 5 Free";
	font-weight:900;
	color: #FFF;
}

#searchform .btn,
#searchform .btn.focus,
#searchform .btn-default:hover{
	background: #FFF;
}
#searchform .btn.active,
#searchform .btn.active:focus, 
#searchform .btn.active.btn-default:hover{
	background: #F53D7E!important;
	color: #FFF;
}


#searchform .btn.active:before {
	content: '\f00c';
	font-family: "Font Awesome 5 Free";
	font-weight:900;
}

#hotel_cond .btn-group{
	display:block;
}

table.tbl-list-box-info th{
	width: 480px;
}

table.tbl-list-box-info tr td:first-of-type{
	width: 150px;
	text-align: center;
}

.modal-header .close{
	opacity:1.0;
	color:#F53D7D;
}

#searchform .btn,
select:hover{
	cursor:pointer;
}

a.btn-list{
	display:inline-block;
	color:#fff;
	font-size:14px;
	background:#333;
	padding:5px 10px;
	margin-left:8px;
	border-radius: 4px;
}

.info-box01 label,
.info-box02 label{
	width:50px;
	margin-bottom:0;
}

.btn-conditions{
	margin-top:20px;
}

@media(min-width :768px) {
	.hotel-one{
		display:none;
	}
}

@media(min-width : 1200px) {
	#mc-search-box .btn-group,
	#mc-search-box .inline-group,
	#mc-search-box .btn-group .btn-default {
	    width: 100%;
	}
}

@media(min-width : 992px) and (max-width : 1199px) {
	#mc-search-box form{
		padding:0px;
	}
	#mc-search-box dl dt{
		min-width:140px;
		display:table-cell;
		vertical-align:middle;
	}
	#mc-search-box .btn-group,
	#mc-search-box .inline-group,
	#mc-search-box .btn-group .btn-default {
	    width: 100%;
	}
	#mc-search-box .hotel-box .btn{
		width:247px !important;
	}


}

@media (max-width : 991px) {
	#mc-search-box {
		margin-top: 10px;
	}
	#mc-search-box h1 {
		font-size: 16px;
		line-height: 1.3;
		padding: 10px;
	}
	#mc-search-box h2 {
		font-size: 14px;
		margin: 0 0 10px 0;
	}
	#mc-search-box form {
		padding:0px;
	}
	#mc-search-box .btn-search {
		margin: 10px auto 10px auto;
		width: 80%;
	}
	.search-result-text {
		font-size: 15px;
	}
	.search-result-text .num {
		font-size: 18px;
	}
}

@media(max-width:991px) {
	
	#mc-search-box h1 {
		font-size: 15px;
		line-height: 1.3;
		padding: 8px;
	}
	#mc-search-box .btn-group {
		display: inline-flex;
		width: 100%;
		margin-bottom: 5px;
	}
	#mc-search-box .btn-group .btn-default {
		width: 100%;
	}
	#ticketWith,  #ticketNone {
	}
	#hotelWith,  #hotelWith2 {
		display: block;
	}
	#rsym,  #other_query {
	 width:;
		display: block;
	}
	#mc-search-box .btn-search {
		width: 100%;
	}
	.pagination {
		margin: 0 0 10px 0;
	}
	.pagination ul {
		float: none;
	}
	.pagination li.pagemae {
		width: 100%;
		text-align: center;
	}
	.sort_link {
		text-align: center;
	}
	#mc-search-box select.form-control {
		margin-bottom: 10px;
		font-size: 16px;
		padding: 0 5px;
	}
	a .search-result-detail:after {
		font-size: 20px;
	}
	.search-result-detail {
		padding: 10px;
		margin: 10px 0 0px 0px;
	}
	.search-result-box h2.planname {
		text-align: left;
		padding: 12px 10px;
		font-size: 14px;
		font-weight: bold;
		margin: 0;
		line-height: 1.5;
	}
	.search-result-box h3.mcname {
		text-align: center;
		font-size: 12px;
		font-weight: bold;
		padding: 10px;
	}
	.search-result-box h3.detail-ttl {
		font-size: 14px;
		font-weight: bold;
		padding-top: 0;
		padding-bottom: 5px;
		margin-top: 15px;
		margin-bottom: 7px;
	}
		
	.search-result-box h4.catchcopy {
		font-size: 12px;
		padding-top: 0;
		font-weight: normal;
	}

	.lict-icon{
		font-size:12px;
	}
	
	.info-box02 .priceline .price {
		font-size: 18px !important;
	}

	.pd {
		padding: 0 8px;
	}
	.pd5 {
		padding: 0 5px;
	}

	.search-result-text-notfound {
		font-size: 14px;
		margin:20px 10px 50px; 
		padding:10px;	
	}
	.search-result-text-notfound i {
		font-size: 20px;
	}
	#mc-search-box .btn-search {
		margin-top: 0;
	}
	#mc-search-box .inline-group {
		display: inline-block;
		margin-right: 0;
		width: 100%;
	}
	table.tbl-list-box-info th,  table.tbl-list-box-info td {
		display: block;
		border-right: none;
		padding-bottom: 5px;
		padding-top: 0;
		font-size: 11px;
	}
	table.tbl-list-box-area th,  table.tbl-list-box-area td {
		display: block;
		font-size: 11px;
		padding: 0 10px 5px;
	}
	table.tbl-list-box-area td:first-child{
		width: auto;
	}		
		
	.search-result-detail img.hotel-thumb {
		width: 225px;
		display: inline;
		height: 140px;
		object-fit: cover;
	}
	.pause {
		border-right: none;
		padding: 0px 0 0;
		border-bottom: none;
		line-height: 1.4em;
	}
	.img-catch {
		text-align: center;
	}
	table.tbl-list-box-area tr {
		border-top: none;
	}
	table.tbl-list-box-info tr td:first-of-type{
		width: auto;
		text-align: left;
	}	
		

	.txt-day, .txt-people, .txt-start, .txt-arrival {
		font-size: 14px;
	}
	.form-group {
		margin-bottom: 10px;
	}
	.p-form__form-group-label {
		display: block;
		padding-left: 0;
	}
	.btn {
		font-size: 14px;
	}
	.btn-square .btn-default {
		width: 100%;
	}
	#mc-search-box .btn-square {
		width: 100%;
		display: inline-block;
	}
	table.tbl-list-box-info th{
		width: auto;
	}
	.tbl-form tr,.tbl-form td{
	display : block
		}

	#Addmore {
		background: #FEF5F8;
		padding: 10px;
	}	
		
	.txt-hotel-select{
		font-size:12px;
		margin-top: 10px;
		margin-bottom: -10px;
	}
	
	.search-result-detail .detail-txt{
		margin-bottom:0;
	}
}



@media(min-width : 768px) and (max-width : 991px) {
	.modal-dialog.modal-lg{
		max-width:650px !important;
	}
	
	.sticky-top .btn-search{
		margin-bottom:10px !important;
	}
	
	.search-result-detail{
		padding-right:30px;
	}
	
	.btn-conditions{
		margin-top:0px;
	}
	
	.search-result-box h3.detail-ttl{
		margin-top:5px;
	}

	#mc-search-box dl dt{
		width:50px;
	}

	#mc-search-box .hotel-box .btn{
		width:298px !important;
		margin-right:5px;
	}
	
	a.detail-openbtn{
		display:block;
		margin-bottom:15px;
	}
	
	.info-box01 label,
	.info-box02 label{
		width:45px;
		margin-bottom:0;
	}
	
	.search-result-box .priceline{
		text-align:center;
	}
	
	.search-result-box .priceline .price{
		margin-top:-5px;
	}
	
	.btn-reserve{
		margin:15px 0 ;
	}

}

@media(max-width:767px) {
	#mc-search-box dl{
		margin-bottom:8px;
	}
	
	#mc-search-box select.form-control{
		margin-bottom:5px;
	}
	
	.search-result-box h3.mcname{
		line-height:1.6;
		padding-bottom:10px;
	}
	
	.itinerary{
		margin-bottom:7px;
	}

	.info-box02 .priceline .price{
		font-size:16px;
	}
	
	.info-box01{
		border:none;
		padding:0;
		margin-bottom:0;
	}
	.info-box02{
		padding:0;
	}
	.btn-more{
		margin:15px 0 0px 0;
	}
	.btn-reserve{
		width:100%;
		margin:10px 0 20px 0;
	}
	
	#mc-search-box .hotel-box .btn{
		width:100% !important;
	}
	#mc-search-box select#fkcd {
		width:100% !important;
	}
	#mc-search-box dl dt,
	#mc-search-box dl dd{
		display:block;
		width:100%;
	}
	#mc-search-box label{
		margin-bottom:3px;
	}
	
	#mc-search-box .hotel-box .form-group,
	#mc-search-box .hotel-box dl{
		margin-bottom:5px;
	}
	
	.sub_conditions{
		margin-top:5px;
	}
	
	
	#mc-search-box .btn-group,
	#mc-search-box dl dt,
	#mc-search-box dl dd{
		display:inline-block !important;
		width:100%;
	}
	#mc-search-box .btn-group .btn-default{
		width:49%;
		border-radius:0 !important;
	}
	
	.hotel-p-num{
		width:100% !important;
		text-align:center;
	}
	
	.search-result-detail.slimbox{
		padding:0;
		background:none;
		border-radius:0;
	}

	.search-result-detail.slimbox .detail-txt{
		display:none;
	}
	
	.search-result-detail.slimbox h3.detail-ttl{
		margin-top:4px;
	}
	
	.search-result-detail.slimbox img.hotel-thumb{
		width:100%;
		height:60px;
	}
	.search-result-box h3.detail-ttl{
		line-height:1.5;
		border-bottom:none;
	}
	
	.modal-body h3.detail-ttl{
		border-bottom:1px solid #D9CCD1 !important;
	}
	
	.search-result-box h4.catchcopy{
		display:none;
	}
	
	.modal-body  h4.catchcopy{
		display:block;
		line-height:1.6;
		padding:3px 0;
		margin-bottom:2px;
	}
	
	.detail_contents .search-result-detail .row-15{
		margin-left:-5px; 
		margin-right:-5px;
	}
	.detail_contents .search-result-detail .row-15 > div{
		padding-right:5px; 
		padding-left:5px;
	}
	
	.info-box01 label,
	.info-box02 label{
		width:45px;
		margin-bottom:3px;
	}
	
}

@media(min-width:375px) and (max-width:767px) {
	#rsd{
		width:158px !important;
	}
	.tour-select-price{
		width:140px !important;
	}
	
	
}

@media(max-width:374px) {

	#ticketWith,  #ticketNone {
	}
	#hotelWith,  #hotelWith2 {
	}
	#rsym,  #other_query {
		display: block;
	}
	.sort_link {
		font-size: 12px;
	}
	.price {
		padding-left: 0;
	}
	.search-result-detail .priceline .price {
		font-size: 16px !important;
		margin-right: 5px;
	}
	#mc-search-box .inline-group {
		display: inline-block;
		margin-right: 0;
	}
	table.tbl-list-box-info th,  table.tbl-list-box-info td {
		display: block;
	}
	table.tbl-list-box-area th,  table.tbl-list-box-area td {
		display: block;
		font-size: 11px;
	}
	.lict-icon {
		font-size: 10px;
	}
	.search-result-detail img.hotel-thumb {
		width: 225px;
		display: inline;
		height: 140px;
		object-fit: cover;
	}

	.img-catch {
		text-align: center;
	}
	table.tbl-list-box-area tr {
		border-top: none;
	}
	.txt-day, .txt-people, .txt-start, .txt-arrival {
		font-size: 13px;
	}
	
	#mc-search-box .btn-group,
	#mc-search-box dl dt,
	#mc-search-box dl dd{
		display:block !important;
		width:100%;
	}
	#mc-search-box label{
		margin-bottom:3px;
	}
	
	#mc-search-box br{
		display:none !important;
	}
	
}

@media(min-width:992px) {
	.sticky-top {
		position: static !important;
	}
}

@media(max-width:991px) {
	.sticky-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1000;
		padding:10px 0;
		background:rgba(255,255,255,0.8);
	}


	.sticky-top .btn-search{
		margin:0 auto;
	}

	.sticky-bottom {
		position: -webkit-sticky;
		position: sticky;
		bottom: 0;
		z-index: 1020;
	}

	.modal-footer.sticky-bottom{
		border-top:none;
		background:rgba(255,255,255,0.8);
	}
	
	.pagination ul {
		float: none;
		text-align:center;
	}
	
	.pagination li.pagemae{
		display:block;
		width:auto;
	}
	
	.pagination ul li{
		float:none;
		display:inline-block;
	}


}

@media(max-width:767px) {
	#mcsearch-detail select#rsym,
	#mcsearch-detail select#rsd{
		width:160px;
	}
}

@media(max-width:374px) {
	#mcsearch-detail select#rsym,
	#mcsearch-detail select#rsd{
		width:130px;
	}
}



/*
ie対応
*********************/

.modal-footer{
	display: -ms-flexbox;
	-ms-flex-pack: justify;
	-ms-flex-line-pack: center;
}

.modal-backdrop{
	height:100% !important;
}

/*
search-link
neararea-link
****************************/

#neararea-link,
#search-link{
	padding: 15px;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin-top: 30px;
	overflow: hidden;
	background:#f4f4f4;
}

#neararea-link + #search-link{
	margin-top:50px;
}

#section-breadcrumb{
	margin-top:50px;
	border-bottom:1px solid #e7e7e7;
}

#neararea-link h2,
#search-link h2{
	font-size: 18px;
	text-align: center;
	padding:0 0 5px 0;
	margin-bottom: 15px;
	font-weight: bold;
	border-bottom: 1px solid #eee;
}

#neararea-link h2 span,
#search-link h2 span{
	font-size: 22px;
	padding:0 5px;
}

#neararea-link ul,
#search-link ul{
	padding:0 5px;
}

#neararea-link ul li,
#search-link ul li{
	float:left;
	margin-right:15px;
	font-size:14px;
	line-height:1.7;
}

#neararea-link ul:after,
#search-link ul:after{
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

#neararea-link ul li a,
#search-link ul li a{
	color:#333;
	text-decoration:underline;
}


#neararea-link ul li a:hover,
#search-link ul li a:hover{
	text-decoration:none;
}

@media(max-width:767px) {
	#neararea-link h2,
	#search-link h2{
		padding:0 0 5px 0;
	}

}

/* 
GOTO 
************************************************/

.search-result-box .ttl-box.goto-ttl{
	position:relative;
}

.search-result-box .ttl-box.goto-ttl h2.planname{
	padding-left:180px;
}

.label-goto{
	font-size:12px;
	font-weight:bold;
	color:#fff;
	background:url(/static/3/img/tour/sys/ico/logo-goto-w.png) no-repeat 5px center,#F53D7E;
	background-size:30px 30px;
	height:40px;
	line-height:40px;
	padding:0px 0 0px 40px;
	margin-bottom:10px;
	width:150px;
	border-radius:3px;
	position:absolute;
	top:10px;
	left:10px;
}

@media(min-width : 768px) and (max-width : 991px) { 
	.search-result-box .ttl-box.goto-ttl{
		display:table;
	}
	.search-result-box .ttl-box.goto-ttl h2.planname{
		padding-left:170px;
		display:table-cell;
		vertical-align:middle;
		min-height:60px;
		height:60px;
	}

} 

@media(max-width:767px) { 
	.label-goto{
		background-size:20px 20px;
		height:25px;
		line-height:25px;
		padding:0px 0 0px 30px;
		width:140px;
	}
	.search-result-box .ttl-box.goto-ttl h2.planname{
		padding:40px 10px 7px 10px;
	}
}

.goto-price-box .priceline .price-text{
	display:block;
	text-align:right;
	padding-right:216px;
}

.goto-price-box .priceline .goto-price-after,
.goto-price-box .priceline .goto-price-before{
	text-align:right;
	width:300px;
	position: relative;
	display:inline-block;
}

.goto-price-box .priceline .goto-price-after{
	text-align:right;
}

.goto-price-box .priceline .goto-price-before .price{
	font-size:16px;
	color:#333;
}

.goto-price-box .priceline .goto-price-after:before{
	content:"割引後";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	left: 0;
	font-size:13px;
}

.goto-price-box .priceline .goto-price-before:before{
	content:"割引前";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	left: 0;
	font-size:13px;
}

.goto-price-box .priceline .price{
	font-size:20px;
}

.goto-price-box .btn-reserve{
	margin-top:40px;
}

@media(min-width : 768px) and (max-width : 991px) { 
	.goto-price-box .priceline .price-text{
			text-align:left;
			margin-top:15px;
			padding-left:12px;
	}
} 
@media(max-width:767px) { 
	.goto-price-box .priceline .price-text{
			text-align:left;
			margin-top:15px;
			padding-left:15px;
			padding-right:0;
	}
	
	.goto-price-box .btn-reserve{
		margin-top:10px;
	}
	
	.info-box02 .goto-price-box .goto-price-before .price{
		font-size:16px !important;
	}
} 



@media(max-width:374px) {
	.goto-price-box .priceline .price-text{
		text-align:left;
		padding-right:0;
	}
	.goto-price-box .priceline .goto-price-after,
	.goto-price-box .priceline .goto-price-before{
		width:270px;
	}
	
	.goto-price-box .priceline .goto-price-after .price{
		font-size:18px;
	}
}

@media(min-width : 576px) and (max-width : 767px) { 
	.goto-price-box .col-sm-6{
		width:100%;
		max-width:315px;
		margin:0 auto;
	}
	.goto-price-box .priceline .price-text{
		padding-left:0;
	}
}



/* ヘッダー固定化
--------------------------------------------------------- */

header{
	position:absolute;
	top:0px;
	width:100%;
}
@media(min-width : 768px) { 
	article{
		margin-top:150px;
	}
}
@media(min-width : 768px){
	_::-webkit-full-page-media, _:future, :root article {
		margin-top:115px;
	}
}
@media (max-width : 767px) {
	article{
		margin-top: 54px;
	}
}


.wrap-returnlp{
	text-align: center;
}
.wrap-returnlp a{
	display: inline-block;
	padding: 0 10px;
}
.wrap-returnlp.bg-tdr{
	background: url(/static/img/tdr/bg-main.jpg?20250611) no-repeat center center;
    background-size: cover;
	padding: 10px 0;
}

.wrap-returnlp.bg-usj{
	background: url(/static/img/usj/2023/bg-xmas.webp) no-repeat center center; 
    background-size: cover;
}
.wrap-returnlp.bg-fujiq{
    background: url(/static/img/tour/campaign/fujiq/bg_sky.webp)  no-repeat left center;
    background-size: cover;
	padding: 16px 10px;	
}
.wrap-returnlp.bg-fujiq img{
	width: 90%;
	max-width: 560px;
}
.wrap-returnlp.bg-legoland{
    background:#fdda19;
}

@media (max-width : 767px) {
.wrap-returnlp.bg-tdr{
	padding: 5px 15px;
}
	
.wrap-returnlp.bg-fujiq{
    background: url(/static/img/tour/campaign/fujiq/bg_sky-sp.webp)  no-repeat left center;
    background-size: cover;
	padding: 16px 10px;
}	
	
}



/* ====================================
	テーマパーク検索ページ用調整（分社化）
==================================== */
/*header{
	top:35px;
}*/
/* ====================================
	分社化メッセージ
==================================== */
#info-box {
	background: #ffffcc;
	width: 100%;
	text-align: center;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	padding: 8px 0;
	text-decoration: none;
}
#info-box a {
	position: relative;
	color: #000;
	text-decoration: none;
}
#info-box a:after {
	position: absolute;
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 6px;
	color: #da4453;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	right: -15px;
}
.ico-label {
	background: #da4453;
	color: #fff;
	font-size: 12px;
	padding: 0.1rem 0.3rem 0;
	margin-right: 5px;
	border-radius: 4px;
	display: inline-block;
}


/* 最安値プランの露出 */
.wrap-letsgo-sale{
	width: 90%;
	margin:10px auto 40px;
}
.wrap-letsgo-sale.ver-2{
	margin:10px auto 15px;
	width: 100%;
	border-bottom:1px dotted #ccc;
	padding-bottom: 15px;
}
.wrap-letsgo-sale.ver-2 .search-result-box{
	margin-bottom: 0px !important;

}
.wrap-letsgo-sale.ver-2 .search-result-box{
	border-top:6px solid #FFD545;
}
.wrap-letsgo-sale.ver-2 .ttl-box{
	display: flex;
	background: #fffaea;
	align-items: flex-start;
}
.wrap-letsgo-sale.ver-2 .ttl-box img{
	width: 60px;
	margin:5px;
}
.wrap-letsgo-sale.ver-2 .planname{
	width: calc(100% - 65px);
	padding-left: 10px;
	padding-right: 5px;
}
.wrap-letsgo-sale.ver-2 .planname b{
	color:#F53D7D;
	font-size: 120%;
	margin-left: 3px;
	font-family: Verdana, Geneva, sans-serif;
}
.wrap-letsgo-sale.ver-2 .search-result-box h3.mcname{
	color: red;
}
.wrap-letsgo-sale a:hover{
	opacity: 0.5;
}
.price-box-change{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.price-line-before,
.price-line-after{
	font-size: 18px;
	line-height: 1;
}
.price-line-before:after{
	content: "⇒";
	margin:0 10px;
}
.price-line-before span{
	font-weight: bold;
	font-size: 110%;
	font-family: Verdana, Geneva, sans-serif;
}
.price-line-before span.price-min{
	margin-left: 10px;
}
.price-line-after span{
	font-weight: bold;
	font-size: 130%;
	font-family: Verdana, Geneva, sans-serif;
}
.price-line-after{
	display: flex;
	align-items: center;
	color: #F53D7D;
}
.price-line-after img{
	width: 30px;
}
.wrap-letsgo-point{
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
	margin-bottom: 10px;
}
.box-letsgo-hotel-thumb{
	width: 100%;
	max-width: 250px;
}
.box-letsgo-point{
	width: calc(100% - 270px);
	padding: 15px 15px 15px 25px;
	background: #fafafa;
}
.list-letsgo-price li{
	padding-left: 20px;
	position: relative;
}
.list-letsgo-price li:before{
	content: "●";
	position: absolute;
	top: 0;
	left: 0;
}
.list-letsgo-price li + li{
	margin-top: 5px;
}
.list-letsgo-price li small{
	display: block;
	line-height: 1;
	margin-top: 3px;
}
/*もっと見るボタン追加*/
.box-letsgo-point.ver-more input{
	display: none;
}
.box-letsgo-point.ver-more label{
	display: none;
	margin-bottom: 0 !important;
}
@media (max-width : 767px) {
.wrap-letsgo-sale{
	margin:-10px auto 20px;
}
.price-box-change{
	flex-wrap: wrap;
	margin-bottom: 0;
}
.price-box-change > div{
	width: 100%;
	text-align: center;
}
.price-line-before{
	font-size: 13px;
}
.price-line-after{
	font-size: 16px;
	justify-content: center;
	display: flex;
	align-items: flex-end;
	position: relative;
	top: -10px;
}
.price-line-before:after{
	display: block;
	width: 100%;
	content: "↓";
	line-height: 1;
	margin:0;
	padding: 5px 0;
}
.wrap-letsgo-point{
	display: flex;
	justify-content: space-between;
	padding-top: 10px;
	flex-wrap: wrap;
}
.box-letsgo-hotel-thumb{
	width: 100%;
	margin:0 auto 10px;
}
.box-letsgo-hotel-thumb img{
    width: 100%;
    max-width: 360px;
    display: inline;
    height: 200px;
    object-fit: cover;
}
.box-letsgo-point{
	width: 100%;
	padding: 10px 5px 10px 10px;
}
.list-letsgo-price li{
	padding-left: 15px;
	position: relative;
	font-size: 13px;
}
.list-letsgo-price li small{
	line-height: 1.3;
}
/*もっと見るボタン追加*/
.box-letsgo-point.ver-more{
	position: relative;
}
.box-letsgo-point.ver-more .list-letsgo-price{
	height: 120px;
	overflow: hidden;
	transition: all 0.5s;
}
.box-letsgo-point.ver-more label{
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	left: 50%;
	transform: translate(-50%, 0);
	height: 50px;
	cursor: pointer;
	text-align: center;
	background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}
.box-letsgo-point.ver-more input:checked + label {
	background: inherit;
	display: none;
}
.box-letsgo-point.ver-more label:after {
	position: absolute;
	display: block;
	font-size: 13px;
	padding: 5px 5px;
	z-index: 2;
	bottom: 5px;
	left: 50%;
	width: 50%;
	content: ' 続きを見る';
	transform: translate(-50%, 0);
	color: #fff;
	border-radius: 20px;
	background:#333;
}
.box-letsgo-point.ver-more input:checked ~ .list-letsgo-price{
	height: auto;
	transition: all 0.5s;
}
}



#mc_lowprice_calendar_modal .modal-dialog{
	margin-top: 1rem;
}
#mc_lowprice_calendar_modal table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	text-align: center;
}
#mc_lowprice_calendar_modal th,
#mc_lowprice_calendar_modal td{
	padding: 0;
	border-bottom: 1px solid #e7e7e7;
	border-left: 1px solid #e7e7e7;
	vertical-align: top;
	font-size: 13px;
	line-height: 1;
	position: relative;
	font-weight: bold;
}
#mc_lowprice_calendar_modal tr th:first-child,
#mc_lowprice_calendar_modal tr td:first-child{
	border-left: none;
}
#mc_lowprice_calendar_modal td .day-num{
	position: absolute;
	top: 4px;
	left: 0;
	width: 100%;
	text-align: center;
}
#mc_lowprice_calendar_modal td > div{
	height: 75px;
	padding-top: 4px;
}
#mc_lowprice_calendar_modal th{
	background-color: #333;
	color: #fff;
	padding: 5px 3px;
}
#mc_lowprice_calendar_modal a,
#mc_lowprice_calendar_modal a:hover,
#mc_lowprice_calendar_modal a:focus {
	color: #333;
}
#mc_lowprice_calendar_modal a{
	display: block;
	padding-top: 30px;
	width: 100%;
	position: relative;
}
#mc_lowprice_calendar_modal a > div{
	display: flex;
	height: 55px;
	width: 100%;
	align-items: center;
	justify-content: center;
}
#mc_lowprice_calendar_modal a:hover{
	text-decoration: none;
	background: #FEEBF2;
}
#mc_lowprice_calendar_modal .button {
	padding: 10px 20px;
	font-size: 16px;
	cursor: pointer;
}
#mc_lowprice_calendar_modal a .t-star{
	color: #ffa500;
	font-size: 20px;
	width: 100%;
	position: absolute;
	top: 26px;
	left: 0;
	text-align: center;
}
#mc_lowprice_calendar_modal .price {
	font-size: 12px;
	color: #1f1f1f;
	font-weight: bold;
	width: 100%;
	letter-spacing: -0.5px;
}
#mc_lowprice_calendar_modal td > div > .price{
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	color: #666;
}
#mc_lowprice_calendar_modal .past-day {
	color: #ccc;
}
#mc_lowprice_calendar_modal .saturday {
	color: #84bbfe;
}
#mc_lowprice_calendar_modal .holiday ,#mc_lowprice_calendar_modal .sunday {
	color: #ff8b8b;
}
#mc_lowprice_calendar_modal th.sunday{
	background: #ff8b8b;
	color: #fff;
}
#mc_lowprice_calendar_modal th.saturday{
	background: #84bbfe;
	color: #fff;
}
#mc_lowprice_calendar_modal .modal-header{
	padding: 15px 15px 15px 15px;
	align-items: center;
	justify-content: center;
	position: relative;
}
#mc_lowprice_calendar_modal .modal-header .close{
	margin: 0;
    position: absolute;
    top: -10px;
    right: -5px;
    background: #ccc;
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    line-height: 1;
    text-shadow: none;
    color: #333;
}
#mc_lowprice_calendar_modal .modal-header button{
	background: none;
	padding: 0;
	border:none;
	font-weight: bold;
	color: #F53D7E;
}
#mc_lowprice_calendar_modal .modal-header button#prev_month:before{
	content: "\f053";
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	margin-right: 5px;
	font-size: 80%;
	position: relative;
	top: -1px;
}
#mc_lowprice_calendar_modal .modal-header button#next_month:after{
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	margin-left: 5px;
	font-size: 80%;
	position: relative;
	top: -1px;
}
#mc_lowprice_calendar_modal .modal-title{
	font-size: 18px;
	font-weight: bold;
	padding: 0 15px;
}
#mc_lowprice_calendar_modal .modal-body{
	padding: 0;
}
#mc_lowprice_calendar_modal .txt-lowest{
	display: block;
	padding: 10px;
    color: #666;
    font-weight: bold;
    text-align: right;
}
#mc_lowprice_calendar_modal .txt-lowest .t-star{
	color: #ffa500;
	font-size: 20px;
}
#mc_lowprice_calendar_modal .price-month-lowest{
	color: #F53D7D;
	font-weight: bold;
	font-size: 110%;
}
#mc_lowprice_calendar_modal .modal-footer{
	text-align: center;
}
#mc_lowprice_calendar_modal .modal-footer .btn-close{
	background: #333;
	padding: 10px;
	width: auto;
	font-size: 14px;
}
.price-calendar{
	display: none;
}
.row-calendarselect .price-calendar{
	display: block;
}
.price-calendar button{
	background-color: #fff;
	background-image: url(/static/img/common/icon/i-nav-day-blue.png?20230920);
	background-repeat: no-repeat;
	background-position: 15px center;
	background-size: 14px 15px;
	padding: 10px 15px 10px 40px;
	border: solid 2px #007bff;
	font-size: 16px;
	color: #007bff;
}
.price-calendar button:hover{
	background-color: #fff;
	color: #007bff;
	opacity: 0.5;
}
.price-calendar button:focus,
.price-calendar button:active{
	box-shadow: none !important;
}
.row-calendarselect > .col-sm-6{
	width: 100% !important;
	max-width: 100% !important;
	flex:auto;
	margin-top: 10px;
}
.search-result-box .row-calendarselect .priceline{
	text-align: center;
}
.row-calendarselect > .col-sm-6 + .col-sm-6{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}
.row-calendarselect .price-calendar + .btn-reserve{
	margin:0 0 0 20px;
}
@media (max-width : 767px) {
#mc_lowprice_calendar_modal .modal-dialog{
	margin-top: 1.5rem;
}
#mc_lowprice_calendar_modal .modal-title{
	font-size: 16px;
}
#mc_lowprice_calendar_modal .price {
	font-size: 9px;
}
#mc_lowprice_calendar_modal .modal-header .close{
    top: -20px;
}
#mc_lowprice_calendar_modal a{
	padding-top: 20px;
}
#mc_lowprice_calendar_modal a .t-star{
	font-size: 14px;
	top: 23px;
}
#mc_lowprice_calendar_modal th,
#mc_lowprice_calendar_modal td{
	font-size: 11px;
}
.price-calendar{
	text-align: center;
}
.price-calendar button{
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 15px;
}
.row-calendarselect > .col-sm-6{
	width: 100% !important;
	max-width: 100% !important;
	flex:auto;
	margin-top: 10px;
}
.search-result-box .row-calendarselect .priceline{
	text-align: center;
}
.row-calendarselect > .col-sm-6 + .col-sm-6{
	display: block;
	text-align: center;
	margin-top: 10px;
	padding-bottom: 20px;
}
.row-calendarselect .price-calendar + .btn-reserve{
	margin:0;
}
}


#obi-10man{
	text-align: center;
	background: url(/static/img/common/bnr/sp-bnr-bg-2508.png) center right no-repeat;
	background-size: cover;
	box-sizing: border-box;
}
#obi-10man a{
	text-align: center;
	display: block;
	padding: 5px;
}
#obi-10man a img{
	margin:0 auto;
	width: 100%;
	max-width: 288px;
	height: auto;
}

header:has(> #obi-10man) + article{
	margin-top: 106px !important;
}
.link-ferry-messege header:has(> #obi-10man) + article{
	margin-top: 0px !important;
	padding-top: 145px;
}
@media (min-width: 576px) {
header:has(> #obi-10man) + article{
	margin-top: 56px !important;
}
.link-ferry-messege header:has(> #obi-10man) + article{
	padding-top: 95px;
}
}
@media (min-width: 768px) {
header:has(> #obi-10man) + article{
	margin-top: 146px !important;
}
.link-ferry-messege header:has(> #obi-10man) + article{
	margin-top: 0 !important;
	padding-top: 188px;
}
}