@charset "UTF-8";
/* CSS Document */

/*------------------
header
------------------*/
header{
	width: 100%;
}
@media (max-width: 600px){
	.header_logo{
		width: 100%;
	}
}
header h1 img{
	max-width: 179px;
}
.navbar-light .navbar-toggler{
	border: none;
	padding: 0;
}
header a,
header a:link,
header a:visited,
header a:hover,
header a:active,
header a:focus,
.navbar-light .navbar-nav .nav-link
{
	color:#000;
}

.tel span{
	vertical-align: middle;
	display: inline-block;
}

/*------------------
footer
------------------*/
footer{
	position: relative;
	margin-top: 100px;
}
footer a,
footer a:link,
footer a:visited,
footer a:hover,
footer a:active,
footer a:focus{
	color:#000;
}
.footer_nav{
	border-top: 1px solid #979797;
	border-bottom: 1px solid #979797;
}
.footer_nav ul{
	margin-top: 1rem;
}
footer .tel:hover{
	text-decoration: none;
}
.pagetop{
	position: absolute;
	top: -100px;
	right: 10px;

}
/*------------------
共通パーツ
------------------*/
/*下層ページ見出し*/
.catch_top{
	text-align: center;
	height: 388px;
	background-size: cover;
	background-position: center center;
}

/*リンクボタン*/
.rel_btn{
	display: block;
	margin:0 auto;
	width: 212px;
	line-height: 44px;
	text-align: center;
	border: 1px solid #000;
	background-color: #fff;
}
.rel_btn,
.rel_btn:link,
.rel_btn:visited,
.rel_btn:hover,
.rel_btn:active,
.rel_btn:focus{
	color:#000;
}
.rel_btn:hover{
	background-color: #eee;
	text-decoration: none;
}



/*------------------
トップページ
------------------*/
/*スライダー*/
.slider_wrap{
	position: relative;
}
.slider{
	width: 100%;
	text-align: center;
}

.slider li{
	height: calc(100vh - 117px) ;
	background: #fff  center center no-repeat;
	-webkit-background-size: cover;
}
/*画像を画面幅いっぱいに表示する bx-wrapperのスタイルを上書き*/
.bx-wrapper {
margin: 0 !important;
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
border: none !important;
background: none !important;
}

.catch_copy{
	z-index: 99;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.catch_copy img{
	max-width: 50% !important;
	display: inline-block;
	margin:0 auto;
}
/*おもてなし*/
.omotenashi h3{
	line-height: 1.5;
}
.omotenashi p{
	line-height: 2;
}

/*リンク 館内の設備について*/
@media (max-width: 600px){
	.facility_bg_sp{
		display: flex;
		justify-content: center;
		align-items: center;
		min-height: 379px;
		background: #fff url(../images/index/bg_01_sp.jpg) center center no-repeat;
		background-size: cover;
	}
}
@media (min-width: 601px){
	.facility{
		margin: 0 auto;
		background: #fff url(../images/index/bg_01.jpg) center center no-repeat;
		background-size: cover;
		min-height: 379px;
	}
}
/*リンク アクセス・周辺マップ*/
@media (min-width: 601px){
	.notomap{
		min-height: 744px;
		max-width: 1400px;
		margin: 100px auto 0;
		background: #fff url(../images/index/bg_02.jpg) center 0 no-repeat;
		background-size: contain;
	}
	.notomap p{
		margin-top: 300px;
	}
}
/*人気のプラン*/
.popular_plan{
	margin-top: 50px;
}
@media (min-width: 601px){
	.popular_plan{
		margin: 210px 0 100px;
	}
}

/*アクセスgooglemap*/
.googlemap{
	position: relative;
	padding-top: 145%;
}
.googlemap iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media (min-width: 601px){
	.access{
		margin: 100px 0;
	}
	.googlemap{
		position: relative;
		padding-top: 44.9%;
	}

}


/*------------------
料金プラン
------------------*/
/*料金表*/
.plan_table table{
	margin-bottom: 10px;
	width:100%;
	border-collapse: collapse;
}
.plan_table th,.plan_table td{
	padding: 30px;
	width: 25%;
	border-right: 1px solid #ccc;
	text-align: center;
	font-weight: normal;
}
.plan_table th:first-child{
	text-align: left;
}
.plan_table td{
	font-size: 24px;
}
.plan_table td span{
	font-size: 20px;
}
.plan_table tr{
	border: 1px solid #ccc;
}
.plan_table{
	overflow: auto;/*tableをスクロールさせる*/
	white-space: nowrap;/*tableのセル内にある文字の折り返しを禁止*/
}
.plan_table::-webkit-scrollbar{/*tableにスクロールバーを追加*/
	 height: 7px;
}
.plan_table::-webkit-scrollbar-track{/*tableにスクロールバーを追加*/
	 background: #F1F1F1;
}
.plan_table::-webkit-scrollbar-thumb {/*tableにスクロールバーを追加*/
	 background: #2d80fa;
}
/*館内施設*/
#setsubi{
	margin: 100px 0 100px;
}
/*------------------
周辺マップ
------------------*/
/*能登巡り*/
.notomeguri{
	margin-top: 100px;
}
@media (min-width: 601px){
	.notomeguri{
		position: relative;
		margin: 0 auto;
		max-width: 1400px;
		background: #fff url(../images/notomap/bg_notomeguri.png) center 0 no-repeat;
		background-size: contain;
	}
	.ttl_notomeguri{
		position: absolute;
		top: 0;
		left: 0;
	}

	.nav-link{
		padding-right: 0.5rem !important;
    	padding-left: 1rem !important;
	}
}

@media (min-width: 601px){
	.nav-link{
		padding-right: 0.5rem !important;
    	padding-left: 1rem !important;
	}

}

.mail_link{
	display: block;
	border:1px solid #ccc;
	padding: 5px 10px;
	margin-left: 20px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}