@charset "utf-8";
/* CSS Document */

a:link{text-decoration: none;}
a:visited{text-decoration: none;color: initial;}
.wrap-article .active a{color: initial !important;}

.wrap-article,article{background: #fafafa;}

.hero{
	padding: 12px 0;
	overflow: hidden;
	background: url(/hotel/img/main/bg-main.jpg)repeat-x center;
	background-size:auto;
	margin-bottom: 48px;
}
.wrap-article{
	padding-top: 150px;
}
.d-none d-sm-block{
	display: block;
}

.d-block d-sm-none{
	display: none;
}

.box-main-txt{
	display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width : 767px) {
	.wrap-article{
		padding-top: 54px;
	}
	.nav-link {
		padding: 0.5rem;
	}
	
}

/* 検索ボックスの調整 */
.title-page{
	color: #fff;
	font-size: 18px;
	font-family: "M PLUS Rounded 1c";
	text-align: center;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding-bottom:12px;
	position: relative;
}
#hotel-seachform{
	background: #f989b1;
    border-radius: 4px;
	padding: 15px;
}
#hotel-seachform-inner{
	border-top: 1px solid rgba(255,255,255,0.2);
	padding-top: 12px;
}
#hotel-seachform table{
	width:100%;
}
#hotel-seachform th,
#hotel-seachform td{
	padding:3px;
	color: #fff;
}
#hotel-seachform th{
	
	font-size: 14px;
}
.hotel-searchbutton{
	text-align: center;
	margin-top: 10px;
}
#search_btn{
    display: block;
    background: #f53d7e;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
    padding: 6px 6px;
    text-align: center;
    border: none;
    cursor: pointer;
    margin:0 auto;
    font-size: 14px;
}
#hotel-seachform input,
#hotel-seachform select{
	margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    text-transform: none;
    cursor: pointer;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    height: auto;
	background:#fff;
    padding: 5px 3px;
    border:none !important;
    font-size: 14px;
}
.inputdata-short{
	position: relative;
	background-image: none;
    background-position: right center;
    background-repeat: no-repeat;
    height: initial;
    border:none;
    width:100%;
}
.mmenu-short{
	width:100%;
}
.megamenu{
font-size:12px;
}

.search-hotel-sp li{
	display: none;
}
.search-hotel-sp li.nav-searchtitle{
	display: block;
}
.nav-searchtitle.open-accordion .title-page:before{
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	right: 18px;
	top: 50%;
	margin-top: -8px;
	color: #999 !important;
	font-size:14px;
}
.nav-searchtitle.open-accordion.switchactive .title-page:before{
	content: "\f106";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size:14px;
}
@media all and (max-width: 768px) {

.wrap-pickupbnr{
	margin-bottom: 12px;
}
}


/* ページ内のリード文 */
.leadtext{
	margin:24px auto 60px auto;
	text-align:center;
}
@media all and (max-width: 768px) {
.leadtext{
	margin:12px auto 30px auto;
	text-align:left;
}
}



/* コンテンツのレイアウト */
.maincontents{
	margin-bottom: 120px;
}
.wrap-contents + .wrap-contents{
	margin-top: 72px;
}
.title-contents{
	text-align: center;
	font-size: 32px;
	padding-bottom: 12px;
	margin-bottom: 60px;
	font-family: "M PLUS Rounded 1c";
	color: #666;
	position: relative;
}
.title-contents small{
	font-size: 18px;
}
.title-contents:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 533px;
    height: 3px;
    content: "";
    background: url(/company/img/bg_dot01.png) 0 0 no-repeat;
}
.title-contents-sub{
	text-align: center;
	font-size: 28px;
	margin-top: 40px;
	margin-bottom: 30px;
	font-family: "M PLUS Rounded 1c";
	color: #666;
	position: relative;
}
@media all and (max-width: 768px) {
.maincontents{
	margin-bottom: 60px;
}
.title-contents{
	font-size: 24px;
	margin-bottom: 36px;
}
.title-contents:after {
    width: 141px;
}
.title-contents-sub{
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 15px;
}
}



/* カード内のレイアウト調整 */
.card-plan-price span{font-size: 18px;}
.card-plan-price span:after{font-size: 12px;}
.card-plan-combi{color:#666;}
.card-plan-01 dd small{display: inline;}
.row-card-plan-01{margin-bottom: 24px;}
.card-plan-title,
.card-plan-price{
	color: #333;
}
.dl-recommend dt{
	position: relative;
}
.dl-recommend dt span{
	position: absolute;
	top: 5px;
	left: 5px;
	background:rgba(0,0,0,0.7);
	color: #fff;
	border-radius: 4px;
	padding: 5px 8px;
	font-size: 13px;
	font-weight: normal;
}
.dl-recommend dt img{
	width: 100%;
}
.row-pickuphotel dt img{width:100%;}
@media all and (max-width: 768px) {
.card-plan-price.text-right{
	text-align: left !important;
}
.card-plan-combi{
	text-align: left;
}
.card-plan-price span{
	display: block;
	margin-left: 0;
	text-align: right;
}
.card-plan-01 p + p{
    margin-top: 6.5px;
}
}



/* タブの調整 */
.nav-tabs .nav-item{
	margin-bottom: 0;
	/*display: flex;*/
}
.nav-tabs .nav-link{
	background:#fff;
	color: #333;
	margin-left: 5px;
	margin-right: 5px;
	border-color:#f84c78;
	border-width: 2px;
	border-bottom: none;
	padding-top: 20px;
	padding-bottom: 20px;
  height: 100%;
}
.nav-tabs{border-bottom: 2px solid #f84c78;}
.nav-item.active .nav-link{
    background-color: #f84c78;
    border-color: #dee2e6 #dee2e6 #f84c78;
    color: #fff !important;
}
.nav-item.active .nav-link a{
	color: #fff !important;
}
.nav-tabs .nav-link{
	font-size: 18px;
}
.tab-content{
	background:#fff;
	padding:25px 35px 5px 35px;
}


@media all and (max-width: 992px) {

.d-none d-sm-block{
	display: none;
}

.d-block d-sm-none{
	display:block;
}
.hero{
	background: url(/hotel/img/main/bg-main-sp.jpg);
	background-size: cover;
	
}
	.hero .container{
		max-width: 100%;
	}
	.main-txt{
		margin:30px auto;
		 background-color: rgba( 255, 255, 255, 0.8 );
		padding: 15px 20px;
		width: 100%;
	}
	.main-txt img{
		margin: 0 auto;
	}
	.pa0-sp{
		padding: 0!important;
	}
		#hotel-seachform,.search-hotel-sp{
		margin: 15px;
	}
	.title-page{
	color: #333;
	padding-top: 12px;
	background:#ECF0FF;
}
	}

@media all and (max-width: 768px) {
	.tab-content {
		background: #fff;
		padding: 10px 10px 10px 10px;
	}
	.nav-tabs .nav-link {
		margin-left: 2px;
		margin-right: 2px;
		font-size: 13px;
	}
}

/* Willer-Colle
----------------------------------------------------*/
#section-willercolle dd {
	padding: 0;
}