@charset "utf-8";

/* -----------------------------------------------------------
	group header
----------------------------------------------------------- */
#dm_header {
    margin-top: 30px;
}

/* ホテルヘッダー */
.dm_gpHead {}
.dm_gpHead div {
    float: left;
}
.dm_gpHead div img {
    display: block;
}

/* ホテルナビ */
.dm_gnav {
    height: 140px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

/* グローバルナビ */
.dm_gnav ul {
    background: url(../img/gnav.png);
}
.dm_gnav ul li {
    float: left;
    margin-left: 3px;
}
.dm_gnav ul li:first-child {
    margin-left: 0;
}
.dm_gnav ul li.gn01 { width: 112px;}
.dm_gnav ul li.gn02 { width: 163px;}
.dm_gnav ul li.gn03 { width: 96px;}
.dm_gnav ul li.gn04 { width: 120px;}
.dm_gnav ul li.gn05 { width: 121px;}
.dm_gnav ul li.gn06 { width: 254px;}
.dm_gnav ul li.gn07 { width: 142px;}
.dm_gnav ul li.gn08 { width: 161px;}

.dm_gnav ul li a {
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-top: 140px;
}
.dm_gnav ul li a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 70px;
    z-index: 0;
    display: block;
    height: 4px;
    background-color: #000;
    border-left: 8px solid #000;
    border-right: 8px solid #000;
    
    -webkit-transition: background 0.4s ease-out;
    -moz-transition: background 0.4s ease-out;
    -ms-transition: background 0.4s ease-out;
    -o-transition: background 0.4s ease-out;
    transition: background 0.4s ease-out;
}
.dm_gnav ul li a:hover:after {
    background: url(../img/gnav_over.png) no-repeat center center #fcd20d;
    background-size: 100% 10px;
}
.dm_gnav ul li.gn01 a:after { width: 96px;}
.dm_gnav ul li.gn02 a:after { width: 147px;}
.dm_gnav ul li.gn03 a:after { width: 80px;}
.dm_gnav ul li.gn04 a:after { width: 104px;}
.dm_gnav ul li.gn05 a:after { width: 105px;}
.dm_gnav ul li.gn06 a:after { width: 238px;}
.dm_gnav ul li.gn07 a:after { width: 126px;}
.dm_gnav ul li.gn08 a:after { width: 145px;}

#HOME .dm_gnav ul li.gn01 a:after,
#FACILITIES .dm_gnav ul li.gn02 a:after,
#ROOM .dm_gnav ul li.gn03 a:after,
#SPA .dm_gnav ul li.gn04 a:after,
#DINNING .dm_gnav ul li.gn05 a:after,
#ACCESS .dm_gnav ul li.gn06 a:after,
#RECOMMEND .dm_gnav ul li.gn07 a:after {
    background: url(../img/gnav_over.png) no-repeat center center #fcd20d;
    background-size: 100% 10px;
}


/* -----------------------------------------------------------
	汎用コンテンツブロック
----------------------------------------------------------- */
#contents {
    margin-top: 40px;
    padding-bottom: 0;
    background-color: #000;
    color: #FFF;
}
#HOME #contents {
    padding-bottom: 0;
}


.dm_contBlock .txtFrame {
    position: relative;
    margin: 0 30px;
    padding: 30px 0;
}
.dm_contBlock .txtFrame:before,
.dm_contBlock .txtFrame:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 5px;
    background: url(../img/txtFrame_border.png) no-repeat center center #fcd20d;
    background-size: 100% 10px;
}
.dm_contBlock .txtFrame:before { top: 10px;}
.dm_contBlock .txtFrame:after { bottom: 10px;}

.dm_contBlock .txtFrame .txtBox {
    margin: 0;
    border: none;
}
.dm_contBlock .txtFrame .txtBox + .txtBox {
    border-top: 1px solid #fcd20d;
}


/* インフォメーション */
.dm_contBlock.info {}
.dm_contBlock.info h3 {}

.dm_contBlock.info .infoBody {
    padding-top: 0;
}

.dm_contBlock.info .infoBody .spotBox {
    color: #000;
}


/* 詳細 */
.dm_contBlock .detail {
    background: none;
}


/* -----------------------------------------------------------
    ホテル案内
----------------------------------------------------------- */
/* インフォメーション */
.infoBody .colSet {
    overflow: hidden;
    margin-top: 10px;
}
.infoBody .colSet.col2 ul.default {
    float: left;
    width: 45%;
}
.infoBody .colSet.col3 ul.default {
    float: left;
    width: 30%;
}
.infoBody .colSet + p {
    margin-top: 30px;
}

/* -----------------------------------------------------------
	客室
----------------------------------------------------------- */
/* 睡眠 */
.dm_contBlock.sleep {
    background-color: #f7f5f0;
}
.dm_contBlock.sleep .colSet {
    overflow: hidden;
    margin: 0 30px;
    padding: 30px 0;
}
.dm_contBlock.sleep .colSet + .colSet {
    border-top: 1px solid #7a6a56;
}
.dm_contBlock.sleep .colSet .col-r {
    float: right;
    width: 430px;
}
.dm_contBlock.sleep .colSet .col-l {
    float: left;
    width: 430px;
}
.dm_contBlock.sleep .colSet dl dt {
    font-weight: bold;
}
.dm_contBlock.sleep .colSet dl dd p {
    margin-top: 20px;
}

/* スペックシート */
.specSheet {
    padding: 20px 30px;
    font-size: 1.6rem;
}

/* アメニティ */
.amenityBox {
    padding: 20px 30px;
}
.amenityBox p {
    font-size: 1.6rem;
}
.amenityBox .colSet {
    overflow: hidden;
    margin-top: 10px;
}
.amenityBox .colSet ul.default {
    float: left;
    width: 33%;
}
.amenityBox .colSet ul.default li {
    margin-left: 20px;
    list-style: disc;
}
.amenityBox .colSet + p {
    margin-top: 30px;
}

/* -----------------------------------------------------------
	大浴場
----------------------------------------------------------- */
/* スライダー */
.slideArea {
    padding: 20px;
    background-color: #231815;
}



/* -----------------------------------------------------------
	アクセス・周辺情報
----------------------------------------------------------- */
.trafficCase {}
.trafficCase dt {
    display: inline-block;
    min-width: 300px;
    margin-top: 30px;
    padding: 10px;
    background-color: #e6dcc8;
    background: url(../img/bg_wood.png) repeat left top;
    text-align: center;
    font-size: 1.8rem;
    color: #333;
}
.trafficCase dd {
    padding: 20px 0;
}

/* 周辺案内 */
.aroundList li {
    margin-top: 10px;
}

/* 無料お送りバス */
.bus_block p{
	margin-bottom:10px;
}
.bus_block ul.default li{
	margin-left: 20px;
	list-style: disc;
	margin-bottom:10px;
	font-size:0.875em;
}

.bus_block p.caption{
	font-size:0.875em;
}

/* tbl-bus */
.dm_contBlock table.tbl-bus th, .dm_contBlock table.tbl-bus td{ border:none; }
.dm_contBlock table.tbl-bus {
	width: 100%;
	background: #fff;
	margin-bottom: 15px;
}
.dm_contBlock table.tbl-bus th {
	color: #42210B;
	font-weight: normal;
	background: #D9C7A4;
}
.dm_contBlock table.tbl-bus td { color:#000; }
.dm_contBlock table.tbl-bus th, .dm_contBlock table.tbl-bus td {
	padding: 15px 0;
	border-left: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	text-align: center;
}
.dm_contBlock table.tbl-bus th:first-child, .dm_contBlock table.tbl-bus td:first-child {
	border-left: none;
}




/* -----------------------------------------------------------
	おすすめ
----------------------------------------------------------- */
.recBox {
    overflow: hidden;
}
.recBox .col-l {
    float: left;
    width: 475px;
}
.recBox .col-r {
    overflow: hidden;
    position: relative;
    float: right;
    width: 435px;
    padding: 20px;
    line-height: 1.8;
    font-size: 1.6rem;
}
.recBox .col-r .recList li {
    position: relative;
    margin-top: 1em;
    padding-left: 1em;
}
.recBox .col-r .recList li:first-child {
    margin-top: 0;
}
.recBox .col-r .recList li:before {
    content: "●";
    position: absolute;
    left: 0;
    top: 0;
}
.recBox .col-r .recList li dl dt {
    margin-top: 1em;
    font-weight: bold;
}
.recBox .col-r .recList li dl dd {
}


.recBox .col-r p {}
.recBox .col-r p + p {
    margin-top: 1em;
}

.recBox .linkList {
    margin-top: 1em;
}
.recBox .linkList li {
    margin-top: 0.5em;
}
.recBox .linkList li a {
    display: inline-block;
    padding-left: 1em;
    text-indent: -1em;
    color: #c9a063;
}
.recBox .linkList li a:before {
    content: "●";
}

.spabox {
    border:2px solid #013179;
    padding: 10px 15px;
    margin: 20px 0;
}
.spabox_inn.bline {
    padding: 0 0 20px 0;
    border-bottom: 2px dotted #013179;
}

.spabox_inn {
    margin: 0 0 20px 0;
}


.dm_contBlock.catch .spabox_inn .tit {
    color: #013179;
    font-weight: 800;
    font-size: 20px;
    text-align: left;
    margin: 0 0 15px 0;    
}
.dm_contBlock.catch .spabox_inn .txt {
    text-align: center;
}

.dm_contBlock.catch .starbox_inn {
    margin: 10px 0 20px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px dotted #ff6113;        
}

.dm_contBlock.catch .spabox_inn .tit_voice {
	color: #ff6113;
	font-size: 24px;
	display: flex;
	align-items: center;
	margin: 30px 0 0 0;
}
.dm_contBlock.catch .spabox_inn .tit_voice:before, .dm_contBlock.catch .spabox_inn .tit_voice:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #ff6113;
	display: block;
}
.dm_contBlock.catch .spabox_inn .tit_voice:before {
	margin-right: .4em;
}
.dm_contBlock.catch .spabox_inn .tit_voice:after {
	margin-left: .4em;
}


.blackbg {
    background-color: #000;
    color: #fff;
    padding: 20px 0 20px 40px;
    margin: 10px auto;
    font-size: 18px;
    line-height: 1.8;
    border:1px solid #c9a063;
    width: 90%;
}
.titbar {
    font-size: 26px;
    text-align: center;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
}
.titbar span {
    font-size: 20px;
    display: block;
    font-family: "游ゴシック",YuGothic,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,Verdana,Arial,Helvetica,sans-serif;
    padding: 20px 0 0 0;
    background: url(../img/bar.png) center top no-repeat;
    margin: 10px 0 0 0;
}

.dm_contBlock + .dm_contBlock {
    margin-top: 50px;}
.mt50 {
    margin-top: 50px !important;
}



.dm_contBlock_c {
	text-align: center;
	margin: 30px 0 50px 0;
}
.dm_contBlock_c h3 {
	padding: 3px 0 0 0;
	font-family: "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 42px;
	letter-spacing: 0.005em;
	font-weight: 400;
	margin-bottom: 20px;
	line-height: 1.1;
}
.dm_contHead_tit {
	padding-bottom: 3px;
	background: url(../img/tit_bar.png) center bottom no-repeat;
	display: inline-block;
}

.dm_contBlock_c .detail,
.dm_contBlock_c .blackbg,
.dm_contBlock_c .specSheet {
	text-align: left;
}

.dm_contBlock_c .lead {
    margin: 20px 0;
    line-height: 1.5;
    text-align: center;
    font-family: "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 2rem;
}

.dm_contBlock_c .detail {
    padding: 20px 30px;
    background-color: #f5f5f5;
    line-height: 1.5;
    font-size: 1.6rem;
}

.dm_contBlock_c.last {
	text-align: center;
	margin: 30px 0 0 0;
}
.mb50 {
	margin-bottom: 50px;
}




.dm_contBlock.ctit {
	text-align: center;
	margin: 30px 0 50px 0;
}
.dm_contBlock.ctit h3 {
	padding: 3px 0 10px 0;
	font-family: "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 42px;
	letter-spacing: 0.005em;
	font-weight: 400;
	margin-bottom: 20px;
	line-height: 1.1;
}
.dm_contBlock.ctit h3 small {
	font-size: 30px;
}

.dm_contBlock.ctit .recList li,
.dm_contBlock.ctit .detail,
.dm_contBlock.ctit .blackbg,
.dm_contBlock.ctit .specSheet {
	text-align: left;
}

.dm_contBlock.ctit .lead {
    margin: 20px 0;
    line-height: 1.5;
    text-align: center;
    font-family: "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 2rem;
}

.dm_contBlock.ctit .detail {
    padding: 20px 30px;
    background-color: #000;
    line-height: 1.5;
    font-size: 1.6rem;
}

.dm_contBlock.ctit .detail.accessbox {
    padding: 30px 30px;
    background-color: #000;
    line-height: 1.5;
    font-size: 1.6rem;
}

.dm_contBlock.ctit.last {
	text-align: center;
	margin: 30px 0 0 0;
}
.dm_contBlock.info .infoBody ul.itemList.spalist li {
    display: -webkit-flex;
    display: flex;
    width: 100%;
}
.dm_contBlock.info .infoBody ul.itemList.spalist li span {
    width: 88%;
    font-weight: normal;
}
.dm_contBlock.info .infoBody ul.itemList.spalist li span.item {
    width: 12%;
    font-weight: 900;
}
#ACCESS .dm_contBlock.ctit {
    text-align: center;
    margin: 30px 0 0px 0;
}

div#hotelInfo {
    width: 950px !important;
    padding: 0px 0px !important;
}
div#hotelInfo p {
    padding: 10px 10px !important;
}
}
.mb10{
    margin-bottom: 10px !important;
}
.mb30{
    margin-bottom: 30px !important;
}
.rectxt{
    text-align: center;
    margin: 10px 0 30px 0;
    font-size: 1.6rem;
}

#contents {
    padding-top: 60px;
    padding-bottom: 0;
    margin-top: 0;
    background-color: #000;
    color: #FFF;
}

#dm_body {
    background-color: #000;
    padding-bottom: 30px;
}