@charset "UTF-8";
html{
	scroll-padding-top: 100px;
}

#common-wrap {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	text-align: center;
	width: 950px;
	margin: 0 auto;
}
/* 共通 */
#common-wrap h2 {
	background: #8b0b08;
	color: #ffffff;
	padding: 10px;
	text-align: left;
}


/* ヘッダー */
.facility-head {
	overflow: hidden;
	margin: 15px 0;
}
.facility-head h1 {
	float: left;
	width: 200px;
}

.facility-head h1 a{
	color:#8b0b08 ;
	font-size: 2rem;
	font-weight: bold;
	text-decoration: none;
}
.facility-description {
    float: left;
    width: 40%;
    font-size: 35px;
    line-height: 1em;
    text-align: left;
    padding-left: 30px;
    box-sizing: border-box;
    letter-spacing: 2px;
}
.facility-description span {
	font-size: 14px;
	display: block;
    letter-spacing: 2px;
}
.head-plan {
	float: right;
	width: 25%;
}
.head-plan a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 5px 0;
	background: #8b0b08;
	border-radius: 5px;
	border: solid 1px #8b0b08;
}
.head-plan a span {
	display: block;
	border-bottom: solid 1px #ffffff;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.head-plan a:hover {
	background: #ffffff;
	color: #8b0b08;
}
.head-plan a:hover span {
	border-bottom: solid 1px #8b0b08;
}
/* コンタクトエリア */
.facility-contact {
	overflow: hidden;
	margin: 10px 0;
}
.facility-contact dl {
	float: left;
	width: 58%;
	display: table;
	text-align: left;
}
.facility-contact dl dt {
	display: table-cell;
	vertical-align: middle;
}
.facility-contact .facility-yoyakuBtn {
	float: left;
	width: 20%;
}
.facility-contact .facility-yoyakuBtn a {
	display: block;
	border-radius: 5px;
	background: #a20101;
	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
	padding: 5px 0;
	border: solid 1px #a20101;
}
.facility-contact .facility-yoyakuBtn a:hover {
	background: none;
	color: #a20101;
}
.facility-contact .address {
    float: right;
    width: 22%;
    font-size: 12px;
    text-align: left;
    line-height: 1.5em;
    padding-left: 22px;
    box-sizing: border-box;
}
/* ナビ */
.nav-wrap {
	overflow: hidden;
}
.facility-nav {
	overflow: hidden;
}
.facility-nav li {
	float: left;
	width: 25%;
}
.facility-nav li a {
	display: block;
	border-top: solid 3px #ffffff;
	padding-top: 15px;
	border-right: solid 1px #000000;
}
.facility-nav li:last-child a {
	border-right: 0;
}
.facility-nav li a:hover {
	border-top: solid 3px #4480cc;
}
.subNav {
	overflow: hidden;
	margin-top: 15px;
	float: right;
}
.subNav li {
	float: left;
}
.subNav li a {
	text-align: left;
	color: #000000;
	margin-right: 10px;
	font-size: 13px;
}
/* コンテンツ */
.facility-content {
	margin-top: 50px;
}
.common-2Column {
	overflow: hidden;
	text-align: left;
	width: 95%;
	margin: 0 auto;
	word-break: keep-all;
}
.gr-point {
	font-size: 17px;
	font-weight: bold;
	color: #4480cc;
}
.common-2Column > .columnBox {
	float: left;
	width: 48.8%;
	box-sizing: border-box;
	margin: 30px 20px 0 0;
	font-size: 14px;
}
.common-2Column > .columnBox:last-child {
	margin-right: 0;
}
.columnBox h3 {
    color: #4480cc;
    font-size: 19px;
    line-height: 1.5em;
    font-weight: bold;
    border-left: solid 5px #4480cc;
    border-bottom: solid 2px #4480cc;
    padding-left: 10px;
    margin-bottom: 10px;
}
.columnBox img {
	width: 100%;
}
.columnBox p {
	margin-bottom: 10px;
}
.common-3Column {
	overflow: hidden;
	text-align: left;
	width: 95%;
	margin: 0 auto;
}
.common-3Column > .columnBox {
	float: left;
	width: 31.8%;
	box-sizing: border-box;
	margin: 30px 20px 0 0;
	font-size: 14px;
	padding: 0;
}
.common-3Column > .columnBox:last-child {
	margin-right: 0;
}

/*
客室スライダー - 背景に表示
--------------------------------------------*/
#case-1 .slide-01{
	background: url(../img/room-01-slid-01.jpg) center/ cover no-repeat;
}
#case-1 .slide-02{
	background: url(../img/room-01-slid-02.jpg) center/ cover no-repeat;
}
#case-1 .slide-03{
	background: url(../img/room-01-slid-03.jpg) center/ cover no-repeat;
}
#case-1 .slide-04{
	background: url(../img/room-01-slid-04.jpg) center/ cover no-repeat;
}
#case-1 .slide-05{
	background: url(../img/room-01-slid-05.jpg) center/ cover no-repeat;
}

/* サムネイル同じ大きさ */
.sp-thumbnail{
	width: 100px;
    height: 30px;
}

#case-1 .thum-01{
	background: url(../img/room-01-slid-01.jpg) center/ cover no-repeat;
}
#case-1 .thum-02{
	background: url(../img/room-01-slid-02.jpg) center/ cover no-repeat;
}
#case-1 .thum-03{
	background: url(../img/room-01-slid-03.jpg) center/ cover no-repeat;
}
#case-1 .thum-04{
	background: url(../img/room-01-slid-04.jpg) center/ cover no-repeat;
}
#case-1 .thum-05{
	background: url(../img/room-01-slid-05.jpg) center/ cover no-repeat;
}


#case-2 .slide-01{
	background: url(../img/room-02-slid-01.jpg) center/ cover no-repeat;
}
#case-2 .slide-02{
	background: url(../img/room-02-slid-02.jpg) center/ cover no-repeat;
}
#case-2 .slide-03{
	background: url(../img/room-02-slid-03.jpg) center/ cover no-repeat;
}
#case-2 .slide-04{
	background: url(../img/room-02-slid-04.jpg) center/ cover no-repeat;
}
#case-2 .slide-05{
	background: url(../img/room-02-slid-05.jpg) center/ cover no-repeat;
}

#case-2 .thum-01{background: url(../img/room-02-slid-01.jpg) center/ cover no-repeat;}
#case-2 .thum-02{background: url(../img/room-02-slid-02.jpg) center/ cover no-repeat;}
#case-2 .thum-03{background: url(../img/room-02-slid-03.jpg) center/ cover no-repeat;}
#case-2 .thum-04{background: url(../img/room-02-slid-04.jpg) center/ cover no-repeat;}
#case-2 .thum-05{background: url(../img/room-02-slid-05.jpg) center/ cover no-repeat;}



#case-3 .slide-01{
	background: url(../img/room-03-slid-01.jpg) center/ cover no-repeat;
}
#case-3 .slide-02{
	background: url(../img/room-03-slid-02.jpg) center/ cover no-repeat;
}
#case-3 .slide-03{
	background: url(../img/room-03-slid-03.jpg) center/ cover no-repeat;
}
#case-3 .slide-04{
	background: url(../img/room-03-slid-04.jpg) center/ cover no-repeat;
}
#case-3 .slide-05{
	background: url(../img/room-03-slid-05.jpg) center/ cover no-repeat;
}

#case-3 .thum-01{background: url(../img/room-03-slid-01.jpg) center/ cover no-repeat;}
#case-3 .thum-02{background: url(../img/room-03-slid-02.jpg) center/ cover no-repeat;}
#case-3 .thum-03{background: url(../img/room-03-slid-03.jpg) center/ cover no-repeat;}
#case-3 .thum-04{background: url(../img/room-03-slid-04.jpg) center/ cover no-repeat;}
#case-3 .thum-05{background: url(../img/room-03-slid-05.jpg) center/ cover no-repeat;}



#case-4 .slide-01{
	background: url(../img/room-04-slid-01.jpg) center/ cover no-repeat;
}
#case-4 .slide-02{
	background: url(../img/room-04-slid-02.jpg) center/ cover no-repeat;
}
#case-4 .slide-03{
	background: url(../img/room-04-slid-03.jpg) center/ cover no-repeat;
}
#case-4 .slide-04{
	background: url(../img/room-04-slid-04.jpg) center/ cover no-repeat;
}
#case-4 .slide-05{
	background: url(../img/room-04-slid-05.jpg) center/ cover no-repeat;
}

#case-4 .thum-01{background: url(../img/room-04-slid-01.jpg) center/ cover no-repeat;}
#case-4 .thum-02{background: url(../img/room-04-slid-02.jpg) center/ cover no-repeat;}
#case-4 .thum-03{background: url(../img/room-04-slid-03.jpg) center/ cover no-repeat;}
#case-4 .thum-04{background: url(../img/room-04-slid-04.jpg) center/ cover no-repeat;}
#case-4 .thum-05{background: url(../img/room-04-slid-05.jpg) center/ cover no-repeat;}




/* おすすめプラン一覧 */
.plan-img {
	/*
	padding: 10px;
	border: solid 2px #cccccc;
	*/
}
h3.kind {
    background: #a20101;
    color: #ffffff;
    text-align: center;
    display: inline-block;
    border: none;
    margin: 0 0 5px 0;
    padding: 3px 5px;
    font-weight: normal;
    font-size: 15px;
    border-radius: 5px;
}
.plan-link {
	margin-bottom: 0 !important;
}
.plan-link a {
	color: #4480cc;
	font-weight: bold;
	font-size: 15px;
}
.plan-description {
	font-size: 13px;
}
/*
--------------------------------
周辺施設情報
--------------------------------
*/
.facility-content .surroundings .columnBox {
	overflow: hidden;
	border: solid 1px #cccccc;
	padding: 10px;
}
.facility-content .surroundings .columnBox .surroundings-img {
	float: left;
	width: 50%;
	padding: 0 10px 0 0;
	box-sizing: border-box;
	margin: 0;
}
.facility-content .surroundings .columnBox .surroundings-txtArea {
	font-size: 12px;
	line-height: 1.5em;
	float: left;
	width: 50%;
}
.facility-content .surroundings .columnBox dl {
	display: table;
	width: 100%;
	font-weight: bold;
}
.facility-content .surroundings .columnBox dl dt {
	display: table-cell;
	width: 38px;
}
.facility-content .surroundings h3 {
	display: flex;
    border: 0;
    margin-bottom: 5px;
    padding: 0;
}
/*
--------------------------------
よくある質問
--------------------------------
*/
dl.faq-box {
	text-align: left;
}
dl.faq-box dt {
	border-bottom: solid 1px #cccccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
dl.faq-box dt:before {
	content: "Q：";
	font-size: 18px;
	font-weight: bold;
	color: #4480cc;
}
dl.faq-box dd:before {
	content: "A：";
	color: #a20101;
	font-weight: bold;
	font-size: 18px;
}
dl.faq-box dd {
	margin-bottom: 30px;
    text-indent: -2em;
    margin-left: 2em;
}
/* タブ */
ul#tab {
	zoom: 1;
	margin: 50px auto 0;
	padding: 0;
	width: 95%;
}
ul#tab:after {
	content:".";
	display: block;
	height:0px;
	clear:both;
	line-height:0;
	visibility:hidden;
}
ul#tab li {
	float: left;
	width: 32%;
	text-align: center;
	border: solid 1px #4480cc;
	box-sizing: border-box;
	margin-right: 1%;
}
ul#tab li:last-child {
	margin-right: 0;
}
ul#tab li a {
	display: block;
	padding: 8px 0;
	text-decoration: none;
	color: #4480cc;
}
ul#tab li a:hover {
	background: #4480cc;
	color: #ffffff;
	transition:all .5s ease-out;
}
ul#tab li.active,
ul#tab li.active a,
ul#tab li.active a:hover {
}
#detail {
	clear: both;
	overflow: hidden;
	text-align: left;
	width: 95%;
	margin: 0 auto;
}
.tabbox {
	display: none;
}
.tabbox h3 {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    padding-left: 60px;
    padding-top: 20px;
    margin: 30px 0;
}
.tabbox h3:before {
    content: url(../img/faq-h3.png);
    position: absolute;
    left: 0;
    top: 0;
}


/* フッター */
.facility-footer {
	margin-top: 80px;
}
.top-btn {
	text-align: right;
	border-bottom: solid 5px #4480cc;
	line-height: 18px;
}
.top-btn a {
	background: #4480cc;
	color: #ffffff;
	text-decoration: none;
	padding: 8px 10px 0;
	border-radius: 5px 5px 0 0;
}
.facility-footer-inner {
	overflow: hidden;
	padding: 30px 0;
}
.facility-footer-inner > dl:nth-child(1) {
	width: 35%;
	float: left;
}

.facility-footer-inner dt.ft-logo a{
	color:#8b0b08 ;
	font-size: 2rem;
	font-weight: bold;
	text-decoration: none;
}

.facility-footer-inner > dl:nth-child(2) {
	width: 37%;
	float: left;
	border: solid 1px #a20101;
	margin-right: 20px;
}
.facility-footer-inner > dl:nth-child(3) {
	width: 25%;
	float: left;
	border: solid 1px #a20101;
}
.facility-footer-inner dl > dd > dl.hotel-info {
	display: table;
	width: 100%;
	float: none;
	text-align: left;
}
.facility-footer-inner dl > dd > dl.hotel-info > dt {
	display: table-cell;
	width: 15%;
}
.facility-footer-inner > dl:nth-child(2) dt,
.facility-footer-inner > dl:nth-child(3) dt {
	background: #a20101;
	color: #ffffff;
	padding: 10px 0;
}
.facility-footer-inner dl > dd > dl.rakuten-info {
	display: table;
	width: 92%;
	float: none;
	text-align: left;
	padding: 6px 10px;
}
.facility-footer-inner dl > dd > dl.rakuten-info > dt {
	display: table-cell;
	background: none;
	vertical-align: top;
	border: solid 1px #000000;
	padding: 8px;
}
.facility-footer-inner dl > dd > dl.rakuten-info > dd {
    font-size: 12px;
    line-height: 1.5em;
    margin-left: 10px;
}

/* setting */
.mT00 {
	margin-top: 0px !important;
}
.mT10 {
	margin-top: 10px !important;
}
.mT20 {
	margin-top: 20px !important;
}
.mT30 {
	margin-top: 30px !important;
}
.mT80 {
	margin-top: 80px !important;
}
.mTB10 {
	margin: 10px 0 !important;
}
.mB10 {
	margin-bottom: 10px !important;
}
.mB50 {
	margin-bottom: 50px !important;
}
.mB80 {
	margin-bottom: 80px !important;
}
.pB30 {
	padding-bottom: 30px !important;
}
.pB50 {
	padding-bottom: 50px !important;
}
.c-Blue {
	color: #4480cc !important;
}
.fB {
	font-weight: bold;
}
.rool:hover {
	opacity: .7;
	transition:all .5s ease-out;
}
/* 共通パーツ */
.common-btn {
	width: 70%;
	margin: 20px auto 0;
}
.common-btn a {
	display: block;
	border: solid 3px #4480cc;
	color: #4480cc;
	text-decoration: none;
	text-align: center;
	padding: 10px 0;
	font-weight: bold;
}
.common-btn a:hover {
	background: #4480cc;
	color: #ffffff;
}

/* 201706追加 */
.column02 {
	overflow: hidden;
	width: 950px;
	margin-bottom: 20px;
}
.column02 img {
	width: 100%;
}
.column02 p {
	float: left;
	width: 470px;
	margin: 0 10px 0 0;
	padding: 10px 0;
	background: #5cb531;
}
.column02 p:last-child {
	margin: 0;
	background: none;
	padding: 0;
}
.column02 p a:hover {
	opacity: .7;
}

/*
2025.08.14 - レイアウト追加
-------------------------------------*/
h3.room-name{
	width: 95%;
	line-height: 1.5em;
	margin: 20px auto 10px auto;
	padding-left: 10px;
	border-left: solid 5px #4480cc;
    border-bottom: solid 2px #4480cc;
	color: #4480cc;
    font-size: 19px;
    font-weight: bold;
    text-align: left;
}
.columnBox h4{
	position: relative;
	border-bottom: 5px solid #ddd;
	padding: 10px 0;
	font-size: 16px;
    font-weight: bold;
    margin-bottom: 16px;
}
.columnBox h4::before{
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 20%;
	height: 5px;
	content: '';
	background: #4480cc;
}
.columnBox dl{
	display: flex;
    flex-wrap: wrap;
}

.columnBox dl dt{
	width: 15%;
	padding-bottom: 4px;
}

.columnBox dl dd{
	width: 85%;
	padding-bottom: 4px;
}
