@charset "utf-8";
/*
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) {
/* �^�u���b�g�ȉ� */

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 {
	border: 1px solid #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#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: 25px 20px 10px 20px;
}
#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 {
	min-width: 60px;
	padding-left: 0;
	margin-right: 5px;
}
#mc-search-box .btn-search {
	width: 60%;
	display: block !important;
	padding: 15px;
	margin: 10px auto 20px auto;
	color: #fff;
	font-size: 16px;
	background: #333;
	border: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.search-result-text {
	font-size: 18px;
	text-align: center;
}
.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: 20px 0 100px 0;
}
.search-result-text-notfound i {
	color: #cc0000;
	font-size: 24px;
}
/*
pagination
******************************************/

.pagination {
	display: block;
	margin: 5px 0;
}
.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;
	padding: 0;
	margin: 15px 0;
	border-top: 6px solid #F53D7E;
	border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.ttl-box {
	width: 100%;
	padding: 0 20px;
}
.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 {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 15px;
}
.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: 5px;
	font-size: 16px;
}
.search-result-box h4.catchcopy:empty{
	margin-bottom: 0;
}
.search-result-box p {
}
a .search-result-detail, a:hover .search-result-detail {
	color: #333;
	text-decoration: none;
	position: relative;
	z-index: 0;
}
a .search-result-detail:after {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-size: 24px;
	font-weight: bold;
	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;
	margin: 0 20px 20px 20px;
	background: #FEF5F8;
	overflow: hidden;
}
.search-result-detail img.hotel-thumb {
	width: 100%;
	display: inline;
	height: 140px;
	object-fit: cover;
}
@media(max-width:575.9px) {
	.search-result-detail img.hotel-thumb {
		width: 225px;
		height: 140px;
	}
}
@media(max-width:225px) {
	.search-result-detail img.hotel-thumb {
		width: 100%;
	}
}
.search-result-detail .detail-txt {
	font-size: 12px;
	margin-bottom: 10px;
	color: #666;
}

.search-result-detail .detail-txt:empty{
	margin-bottom: 0;
	
}
.search-result-detail .priceline {
	position: relative;
	text-align: right !important;
}
.search-result-detail .priceline .price-text {
	font-size: 12px;
	color: #333;
	display: inline-block;
}
.search-result-detail .priceline .price-guide-text {
	padding: 6px 0;
}
.search-result-detail .priceline .price {
	font-size: 22px;
	font-weight: bold;
	display: inline-block;
	padding-left: 10px;
	color: #F53D7D;
	font-family: Verdana, Geneva, sans-serif;
}
.search-result-detail .priceline .price span.yen {
	font-size: 14px;
	padding-left: 3px;
	font-weight: bold;
}
.btn-more {
	display: block;
	width: 280px;
	margin: 5px auto 20px auto;
	padding: 15px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background: #333;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.btn-more:hover, .btn-more:focus, .btn-more:active {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	background: #555;
}
.btn-more[aria-expanded="false"]:after {
	content: "\f0fe";
	font-family: FontAwesome;
	margin-left: 10px;
}
.btn-more[aria-expanded="true"]:after {
	content: "\f146";
	font-family: FontAwesome;
	margin-left: 10px;
}

.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: 95%;
}
table.tbl-list-box-area {
	box-sizing: border-box;
	border-collapse: collapse;
	margin: 0 auto;
	text-align: left;
	width: 95%;
	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;
}
table.tbl-list-box-info i {
	color: #555;
}

table.tbl-list-box-info i.fa-hotel{
	color: #F78181;	
}

table.tbl-list-box-info i.fa-ticket-alt{
	color: #f6bb42;	
}

table.tbl-list-box-info i.fa-plane{
	color: #54b8d5;	
}

table.tbl-list-box-info i.fa-ship{
	color: #8cc152;	
}




table.tbl-list-box-info i.fa-moon{
	color: #5D62AB;	
}

table.tbl-list-box-info i.fa-moon + i{
	color: #5D62AB;	
}

table.tbl-list-box-info i.fa-sun{
	color: #EC6438;
}

table.tbl-list-box-info i.fa-sun + i{
	color: #EC6438;	
}

table.tbl-list-box-info .bus-alternative  i.fa-moon + i{
	color: #555;	
}

table.tbl-list-box-info .bus-alternative  i.fa-sun + i{
	color: #F53D7E;	
}

table.tbl-list-box-info .bus-alternative i.fa-moon{
	color: #5D62AB!important;	
}
table.tbl-list-box-info .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;
}


table.tbl-list-box-info .bus-yakou i,table.tbl-list-box-info .hotel-all i,table.tbl-list-box-info .ticket-all i,
table.tbl-list-box-info .bus-hirukou i,table.tbl-list-box-info .plane-all i,table.tbl-list-box-info .ferry-all i,table.tbl-list-box-info .bus-all i{
	color: #FFF;
}
table.tbl-list-box-info .bus-yakou i.fa-moon + i,table.tbl-list-box-info .bus-hirukou i.fa-sun + i,table.tbl-list-box-info .bus-all i.fa-moon + i,table.tbl-list-box-info .bus-all i.fa-sun + i{
	color: #FFF;
}

.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: #F53D7E;
	font-weight: bold;
	font-size: 1.2em;
	margin: 0 5px;
}
.pause {
	border-right: 1px solid #CCC;
	padding-right: 20px;
	line-height: 1.5em;
}
.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: 'FontAwesome';
	padding-right: 8px;
	color: #F53D7E;
}
.btn-addmore[aria-expanded="true"]:before {
	content: '\f068';
	font-family: 'FontAwesome';
	padding-right: 8px;
	color: #F53D7E;
}
#Addmore {
	background: #FEF5F8;
	padding: 20px;
}
/* square button style */
.btn-square .btn {
	border-radius: 0;
	padding: 6px 24px 6px 8px;
	margin: 0 5px 5px 0;
}
.btn-square .btn:before {
	padding-right: 4px;
	content: '\f00c';
	font-family: 'FontAwesome';
	color: #FFF;
}

.btn-square .btn.focus,.btn-square .btn-default:hover{
	background: #FFF;
}
.btn-square .btn.active, .btn-square .btn.active:focus, .btn-square .btn.active.btn-default:hover{
	background: #F53D7E!important;
	color: #FFF;
}


.btn-square .btn.active:before {
	content: '\f00c';
	font-family: 'FontAwesome';
	padding-right: 4px;
}

table.tbl-list-box-info th{
	width: 480px;
}

table.tbl-list-box-info tr td:first-of-type{
	width: 150px;
	text-align: center;
}

@media (max-width : 991px) {
#mc-search-box {
	margin-top: 20px;
}
#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: 15px 15px 10px 15px;
}
#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) {
/* �X�}�z�p */
	
#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: 95%;
}
.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;
	transform: scale(0.9);
	padding: 0 10px;
}
a .search-result-detail:after {
	font-size: 20px;
}
.search-result-detail {
	padding: 15px;
	margin: 0 10px 10px 10px;
}
@media(max-width:225px) {
	.search-result-detail {
		padding: 0 0 10px 0;
	}
}
.search-result-box h2.planname {
	text-align: left;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	line-height: 1.3;
}
.search-result-box h3.mcname {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 10px 0px 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;
}
/*
	.search-result-box p.detail-txt{
		display:none;
	}*/
	
.search-result-detail .priceline .price {
	font-size: 16px !important;
	margin-right: 5px;
}
.pd {
	padding: 0 8px;
}
.pd5 {
	padding: 0 5px;
}
.btn-more {
	font-size: 14px;
	padding: 8px;
	margin: 0px auto 15px auto;
}
.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;
}		
.pause {
	border-right: none;
	padding: 5px 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;
 font-size:;
}
.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;
	}	
}


@media(max-width:374px) {
/* �X�}�z�p�i���j */

#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;
}
table.tbl-list-box-area tr {
	border-top: none;
}
.txt-day, .txt-people, .txt-start, .txt-arrival {
	font-size: 13px;
}
}
#search_list {
	padding-top: 10px;
}
.detail_contents a:hover {
	text-decoration: underline;
	color: #333;
}
.row-10 >div {
	width: 100%;
}