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

/** reset **/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
	font-weight: 100;
    vertical-align:baseline;
    background:transparent;
	list-style-type: none;
}
 
body {
    line-height:1;
	font-family: Verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
	color: #6C654F;
	font-size: 15pt;
	-webkit-text-size-adjust: 100%;
}
 
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
 
nav ul {
    list-style:none;
}
 
blockquote, q {
    quotes:none;
}
 
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
 
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	color: #6C654F;
	text-decoration: none;
}
 
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
 
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
 
del {
    text-decoration: line-through;
}
 
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
 
table {
    border-collapse:collapse;
    border-spacing:0;
}
 
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
 
input, select {
    vertical-align:middle;
}
img {
    max-width: 100%;
    height: auto;
}

/*clearfix*/
.clearfix {zoom:1;}
.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
}
a.opimg img {
	border: 0;
}
a.opimg:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

/** size **/
.fL {
	float: left;
}
.fR {
	float: right;
}
.cB {
	clear: both;
}
.tA {
	text-align: center;
}
.fB {
	font-weight: bold;
}
.mb10 {
	margin-bottom: 10px!important;
}
.mb20 {
	margin-bottom: 20px!important;
}
.mb30 {
	margin-bottom: 30px!important;
}
.mb170 {
	margin-bottom: 170px!important;
}
.ml27 {
	margin-left: 26px!important;
}
.mt10 {
	margin-top: 10px!important;
}
.mt15 {
	margin-top: 15px!important;
}
.mt30 {
	margin-top: 30px!important;
}
.pt30 {
	padding-top: 30px!important;
}

/** layout **/
#wrapper {
	width: 100%;
	margin: 0px auto;
	overflow: hidden;
}
.inner {
	width: 95%;
	margin: 0px auto;
}
.liC {
	position: relative;
	overflow: hidden;
}
.liC ul {
	position: relative;
	left: 50%;
	float: left;
}
.liC ul li {
	position: relative;
	left: -50%;
	float: left;
	text-align:center;
	margin-right: 10px;
}

/** btn **/
.btnBrown {
	width: 100%;
	background: #6c654f;
	display: block;
	text-align: center;
	padding: 15px 0;
	color: #FFFFFF;
}
.btnWhite {
	border: 1px solid #B5B2A7;
	padding: 1px;
	display: block;
	text-align: center;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.btnWhite span {
	border: 1px solid #B5B2A7;
	display: block;
	padding: 3px 0 0px;
}
.btnL {
	width: 49%;
	float: left;
}
.btnR {
	width: 49%;
	float: right;
}
.btnLine {
	display: block;
	border-top: 1px solid #6C654F;
	border-bottom: 1px solid #6C654F;
	padding: 3px 0;
	text-align:center;
	margin: 15px 0 0;
}
.btnBrowns {
	border: 1px solid #6C654F;
	padding: 3px;
	display:block;
	width: 88%;
	margin: 0px auto;
}
.btnBrowns span {
	display: block;
	background: rgba(108,101,79,1.00);
	padding: 5px;
	text-align: center;
	color: #FFFFFF;
	letter-spacing: 2px;
}
.btnBrownw {
	border: 1px solid #6C654F;
	padding: 3px;
	display:block;
	width: 88%;
	margin: 0px auto;
}
.btnBrownmap span {
	display: block;
	background: rgba(108,101,79,1.00);
	padding: 0px;
	text-align: center;
	color: #FFFFFF;
	letter-spacing: 2px;
}
.btnBrownmap span img {
	width: 100%;
}

/* footnavi */
#btm_nav {
	position: fixed;
	bottom: 0;
	left: 0;
	display: table;
	width: 100%;
	padding: 0px 0;
	background-color: #FFFFFF;
	z-index: 9999;
	border-top: 3px solid #6C654F;
}
#btm_nav a {
	display: table-cell;
	width: 25%;
	text-align: center;
	border-right: 1px solid;
	border-right-color: #6C654F;
	vertical-align: bottom;
	padding: 5px 0 0;
}
#btm_nav a:last-child {
	border: none;
}
#btm_nav a img {
	zoom: .5;
}
#btm_nav li:last-child a {
	border-right: none;
}

#nav_box {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 96%;
	margin: 8px 2%;
	padding: 10px;
	background: #FFFFFF;
	z-index: 9999;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
#nav_box h1 {
	width: 75%;
	padding: 15px 0 20px;
}
#nav_box h1 img {
	width: 100%;
}
#nav_box .btn_close {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 10%;
}
#nav_box .btn_close img {
	width: 100%;
}
#nav_box .gnavi {
	clear: both;
	border-top: 2px solid #6C654F;
	margin: 0px 0px 30px;
}
#nav_box .gnavi li {
	width: 50%;
	float: left;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	border-right: 1px solid #B5B2A7;
	border-bottom: 1px solid #B5B2A7;
}
#nav_box .gnavi li:nth-child(2n) {
	border-right: 0px;
}
#nav_box .gnavi li a {
	background: url(../img/cursor_menu.png) no-repeat 10px center;
	background-size: 13px 18px;
	padding: 15px 0 15px 25px;
	display: block;
	font-size: 4vw;
}
#nav_box .foot_inner {
	width: 95%;
	margin: 0px auto 10px;
}
#nav_box .foot_inner .tel {
	margin: 10px 0 0;
}

/* header */
header .logo {
	margin: 10px auto;
}
header .logo img {
	width: 100%;
}
header #topslider {
	margin: 0px 0px 20px;
}
header {
	margin: 0px 0px 20px;
}

/* footer */
footer {
	padding: 15px 0 100px;
}
footer .inner {
	border-top: 1px solid #6C654F;
	padding: 15px 0 0;
}
footer .copy {
	font-size: 60%;
	text-align: center;
	padding: 15px 0 0;
}
footer .hotelinfo {
	font-size: 65%;
	padding: 15px 10px 0;
	border-top: 1px solid #6C654F;
	margin: 30px 0 0;
	line-height: 1.4em;
}
footer .tel {
	width: 90%;
	margin: 0px auto 5px;
}
footer .tel img {
	width: 100%;
}
footer .logo {
	width: 30%;
	margin: 0px auto 15px;
}
footer .logo img {
	width: 100%;
}
.sns {
	display: none;
	margin: 10px 0 40px;
}

/* footcontents */
.footcontents {
	margin:30px 0 0;
}
.footcontents .footlink {
	width: 95%;
	margin: 0px auto;
}
.footcontents .footlink li {
	width: 48%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	float: left;
	margin:0 0 10px;
}
.footcontents .footlink li:nth-child(2n) {
	float: right;
}
.footcontents .footlink li img {
	width: 100%;
	border:1px solid #B5B2A7;
}

/* top */
section {
	font-size: 14px;
	line-height: 1.6em;
}
.top .contents {
	position: absolute;
	width: 100%;
}
.top1 {
	background: url(../../img/img_1.jpg) no-repeat center top;
	background-size:100% auto;
	color: #FFFFFF;
	widdth: 100%;
	height: 0;
	padding-top: 176%;
	position:relative;
	z-index: 0;
}
.top1 .contents {
	top: 50px;
	left: 0;
}
.top2 {
	margin-top: -10%;
	z-index: 10;
	position: relative;
	padding: 0 0 30px;
}
.top3 {
	background: #000000 url(../../img/img_2.jpg) no-repeat center top;
	background-size:100% auto;
	padding: 38% 0 30px;
	color: #FFFFFF;
}
.top4 {
	background: url(../../img/img_3.jpg) no-repeat center top;
	background-size: 100% auto;
	width: 100%;
	height: 0;
	/*padding-top: 187%;*/
	padding-top: 70%;
	position: relative;
	z-index:0;
	color: #FFFFFF;
}
.top4 .contents {
	top: 32%;
	left: 0;
}
.top5 {
	background: url(../../img/img_4.jpg) no-repeat center top;
	background-size: auto 100%;
	width: 100%;
	height: 0;
	/*padding-top: 223%;*/
	padding-top: 174%;
	position: relative;
	z-index: 0;
}
.top5 .contents {
	/*top: 23%;*/
	top: -5%;
	left: 0;
}
.top p {
	width: 88%;
	margin: 10px auto;
}

/** subpage **/
.sec_head {
	margin: 0px auto 30px;
	width: 100%;
}
.sec_head h1 {
	margin: 0 0 0 0;
	padding: 0;
	line-height: 0;
}
.sec_head img {
	width: 100%;
}
.sec_head p {
	width: 94%;
	margin: 20px auto 0;
	text-align: center;
}
#subpage .photo div {
	width: 100%;
	margin: 0 0 0 0;
	padding: 0;
	line-height: 0;
}
#subpage .photo div img {
	width: 100%;
}
#subpage div.photo {
	width: 100%;
	margin: 0 0 0 0;
	padding: 0;
	line-height: 0;
}
#subpage div.photo img {
	width: 100%;
}

/* eat */
.eatBox_1 {
	background: url(../../eat/img/bg1.gif) repeat-y left top;
	margin: 0 0 30px;
}
.eatBox_2 {
	background: url(../../eat/img/bg2.gif) repeat-y left top;
	margin: 0 0 30px;
}
.eatBox_3 {
	background: url(../../eat/img/sec3_bg.jpg) repeat-y left top;
}
.eatBox_3 .in {
	text-align: center;
	padding: 10px 0 15px;
}
.eatBox_4 {
	background: url(../../eat/img/bg3.gif) repeat-y left top;
	color: #FFFFFF;
	margin: 0 0 30px;
}
.eatBox_1 p,
.eatBox_2 p,
.eatBox_3 p,
.eatBox_4 p {
	text-align: center;
	padding: 10px 0 15px;
}
.eat .causion {
	font-size: 12px;
	text-align: center;
	padding: 15px 0 20px;
}

/* service */
.service h1 {
	background: #6D6A6E;
}
.serBox_1 {
	margin: 10px 0 0;
}
.serBox_1 p {
	padding: 10px 15px 15px;
}
.serBox_2 {
	margin: 20px 0 0;
}
.serBox_2 .bg1 {
	background: url(../../service/img/p_barspacebg.jpg) no-repeat left top;
	background-size: 100% auto;
	padding: 10px 0 30px;
	margin: 0px 0px 20px;
}
.serBox_2 .bg2 {
	background: url(../../service/img/p_laundryspacebg.jpg) no-repeat left top;
	background-size: 100% auto;
	padding: 10px 0 0px;
	margin: 0px 0px 20px;
}
.serBox_2 p {
	width: 95%;
	margin: 0px auto;
	color: #FFFFFF;
	padding: 0 0 30px;
}
.twoBox {
	width: 48%;
	float: left;
}
.twoBox:nth-child(2n) {
	float: right;
}
.twoBox p {
	padding: 5px 2px 30px;
}

/* access */
.access .map {
	width: 95%;
	margin: 0px auto 30px;
	position: relative;
	padding-bottom: 85%; /*これが縦横比*/
	height: 0;
	overflow: hidden;
}
.access .map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.accessBox_1 p {
	padding: 15px 0 0px;
}
.ttlB {
	border-bottom: 1px solid #6C654F;
	margin: 30px 0px 10px;
}
.ttlB img {
	width: 100%;
}
.accessBox_2 p {
	padding: 10px 10px 10px;
}

/* concept */
.concept h1 {
	background: #012e57;
}
.coceptBox_1 p{
	text-align: center;
	padding: 0px 0px 15px;
}
.conceptBox_2 p span {
	border-bottom: 2px solid #F5E721;
}
.conceptBox_2 {
	border-bottom: 1px dashed #808080;
	padding: 0px 0px 15px;
	margin: 0 0 20px;
}
.conceptBox_3 {
	background: url(../img/line_left.gif) repeat-x left bottom;
	padding: 0 0 4px;
}
.conceptBox_3 .cIn {
	background: url(../../concept/img/p2_bg.jpg) no-repeat center top;
	background-size: 100% 100%;
}
.conceptBox_4 {
	background: url(../img/line_right.gif) repeat-x left bottom;
	padding: 0 0 4px;
}
.conceptBox_4 .cIn {
	background: url(../../concept/img/p4.jpg) no-repeat center top;
	background-size: 100% 100%;
}
.conceptBox_5 {
	background: url(../img/line_left.gif) repeat-x left bottom;
	padding: 0 0 4px;
}
.conceptBox_5 .cIn {
	background: url(../../concept/img/p6.jpg) no-repeat center top;
	background-size: 100% 100%;
}
.conceptBox_6 {
	background: url(../img/line_right.gif) repeat-x left bottom;
	padding: 0 0 4px;
}
.conceptBox_6 .cIn {
	background: url(../../concept/img/p8.jpg) no-repeat center top;
	background-size: 100% 100%;
}
.conceptBox_3 .inner,
.conceptBox_5 .inner {
	width: 100%;
	padding: 10px 5% 40px;
	color: #FFFFFF;
}
.conceptBox_4 .inner,
.conceptBox_6 .inner {
	width: 100%;
	padding: 10px 5% 40px;
}
.lineBr {
	background: url(../img/line_right.gif) repeat-x left bottom;
	padding-bottom: 4px;
}

/* room */
.pagenavi {
	background: url(../img/line_left.gif) repeat-x left top;
	padding: 4px 0 0;
}
.pagenavi .photo:nth-child(odd) {
	padding: 0 0 4px!important;
	background: url(../img/line_right.gif) repeat-x left bottom;
}
.pagenavi .photo:nth-child(even) {
	padding: 0 0 4px!important;
	background: url(../img/line_left.gif) repeat-x left bottom;
}
.roomBox:nth-child(odd) {
	padding: 10px 0 34px!important;
	background: url(../img/line_right.gif) repeat-x left bottom;
	margin: 0 0 10px;
}
.roomBox:nth-child(even) {
	padding: 10px 0 24px!important;
	background: url(../img/line_left.gif) repeat-x left bottom;
	margin: 0 0 10px;
}
.roomBox h1 {
	text-align: center;
	font-weight: bold;
	padding: 10px 0 15px;
	font-size: 120%;
}
.roomBox h1 span {
	color: #898472;
	font-weight: 100;
	font-size: 90%;
}
.roomBox h3 {
	font-weight: bold;
	padding: 10px 10px 10px;
}
.roomBox p {
	padding: 0px 10px 10px;
}
.title {
	border-bottom: 1px solid #6C654F;
	margin: 0 0 15px;
}
.histryBox {
	width: 90%;
	margin: 0px auto;
}
.histryBox .left {
	background: #d9d8d3;
	padding: 3px 10px;
}
.histryBox .right {
	padding: 3px 10px;
}
.room .icon {
	padding: 20px 0 30px;
}
.lineB {
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 10px;
}
.roomBox.line {
	background: none;
	border-bottom: 1px solid #d7d7d7;
}

/* company */
.company h1 {
	background-color: #015838;
}
.company .inner p {
	padding: 10px 10px 10px;
}
/* culture */
.culture .sec_head {
	color: #2E75A7;
}
.culture .maparea {
	width: 95%;
	margin: 20px auto 10px;
	position: relative;
	padding-bottom: 85%; /*これが縦横比*/
	height: 0;
	overflow: hidden;
}
.culture .maparea iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.culture .sec1 {
	margin: 30px 0 0;
}
.culture .sec1 .inner {
	padding-top: 10px!important;
}
.culture .sec1 .inner dl {
	
}
.culture .sec1 .inner dt,
.culture .sec1 .inner dt img {
	margin:0px;
	padding:0px;
	line-height: 0;
}
.culture .sec1 .inner dd {
	
}
.culture .sec1 .inner dd span,
.culBox .label {
	background: #6C654F;
	color: #FFFFFF;
	padding: 1px 10px;
	display: block;
}
.culture_inner {
	padding: 10px;
}
.culture .btn2 li {
	width: 49%;
	float: left;
}
.culture .btn2 li:nth-child(1) a {
	display: block;
	border: 1px solid #6C654F;
	padding:3px;
	line-height: 1;
}
.culture .btn2 li:nth-child(1) a span {
	background: #6C654F;
}
.culture .btn2 li:nth-child(1) a span img{
	width: 100%;
}
.culture .btn2 li:nth-child(2) {
	float: right;
}
.culture .btn2 li:nth-child(2) a {
	display: block;
	border: 1px solid #d7d7d7;
	padding:3px;
	line-height: 1;
}
.culture .btn2 li:nth-child(2) a span {
	background: #d7d7d7;
}
.culture .btn2 li:nth-child(2) a span img{
	width: 100%;
}
.culBox .btn1 a.map {
	display: block;
	border: 1px solid #6C654F;
	padding:3px;
	line-height: 1;
	margin: 0 0 5px;
	background: #FFFFFF;
}
.culBox .btn1 a.web {
	display: block;
	border: 1px solid #d7d7d7;
	padding:3px;
	line-height: 1;
	margin: 0 0 5px;
	background: #FFFFFF;
}
.culBox .btn1 a.map span {
	margin:0;
	padding:0;
}
.culBox .btn1 a.web span {
	margin:0;
	padding:0;
}
.culBox .btn1 a span img {
	width: 100%;
}
.culBox {
	width: 48%;
	padding: 0 0 20px;
}
.culBox h2 {
	font-weight: bold;
	padding: 0 0 5px;
}
.culBox .culBox_inner {
	padding: 5px;
	margin-bottom: 1vw;
}


/** js **/
/* bxslider */
.bx-controls {
	z-index: 100000;
	width: 100%;
}
.bx-wrapper .bx-pager {
	text-align: center;
	margin-top: 10px;
}
.bx-wrapper .bx-pager .bx-pager-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-pager a {
	background: #B5B2A7;
	text-indent: -9999px;/*数字表示をブラウザ外に押しやる*/
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	-moz-border-radius: 10px;/*角丸指定 四隅を丸くすることで10pxの●に*/
	-webkit-border-radius: 10px;/*角丸指定*/
	border-radius: 10px;/*角丸指定*/
}
.bx-pager a:hover,
.bx-pager a.active {
	background: #6C654F;
}









/* 英語版追加分 ------------------------------------------------------------------------------ */
/* flexbox */
.flex{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.f-center{
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.f-end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.f-start {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.f-middle{
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.f-bottom{
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
.f-between{
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.f-wrap{
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.f-column{
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.f-reverse{
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
/* トップページ ポイントタイトル */
.box-pointnum {
	width: 40px;
	margin-bottom: 5px;
}
.tx-pointnum {
	display: block;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
}
.num-pointnum {
	width: 38px;
	height: 38px;
	background-color: #FFFFFF;
	border: 1px solid #6C654F;
	font-style: italic;
	color: #6C654F;
	font-size: 24px;
	font-weight: 700;
	border-radius: 100%;
	font-family: Arial;
	line-height: 100%;
}
.ttl-point {
	margin-bottom: 0px;
	font-size: 34px;
	line-height: 130%;
	text-align: center;
}
.mini .ttl-point {
	font-size: 22px;
}
.clr .num-pointnum {
	background-color: #6C654F;
	color: #FFFFFF;
}
/* フッター電話番号 */
.box-fttel {
	margin-top: 5px;
	margin-bottom: 15px;
}
.ttl-fttel {
	font-family: Arial;
}
.num-fttel {
	padding-left: 10px;
	font-size: 30px;
	font-family: Arial;
}
/* フッタープランのボタン */
.btn-plan {
	border-style: double;
	border-width: 3px;
}
.btn-plan a {
	display: block;
	position: relative;
	width: auto;
	padding: 2vw 10px 2vw 30px;
	font-size: 3.8vw;
	line-height: 140%;
}
.btn-plan a img {
	position: absolute;
	vertical-align: middle;
	left: 10px;
	top: calc(50% - 7.5px);
}
/* バーガーメニュー先電話アイコン */
.foot_inner .tel .ttl-fttel img {
	width: 7vw;
}
/* 下層ページの導入タイトル */
.ttl-intro {
	margin-top: 8vw;
	margin-bottom: 8vw;
	padding: 0 3vw;
	font-size: 6.5vw;
	line-height: 140%;
	text-align: center;
}
/* 下層タイトル画像上タイトル */
.sec_head h1 {
	padding: 3vw;
	text-align: center;
	font-size: 5vw;
	line-height: 140%;
	color: #FFFFFF;
}
.room .sec_head h1 {
	background-color: #45686D;
}
.eat .sec_head h1 {
	background-color: #A96335;
}
.culture .sec_head h1 {
	background-color: #898472;
}
.access .sec_head h1 {
	background-color: #6F4844;
}
/* コンセプトページ タイトル */
.ttl-concept-cnts {
	color: #B5B2A6;
	font-size: 7vw;
	line-height: 140%;
}
.ttl-concept-cnts.clr {
	color: #6C654F;
}
/* 共通 > フッター > PCサイトへのボタン */
.btn-pcsite {
	font-size: 3.8vw;
}
.btn-pcsite img {
	width: 7vw;
}
/* サービス > 四角枠のタイトル */
.box-ttl-service {
	width: 90%;
	margin: 0 auto;
	padding: .5vw;
	border: 1px dashed #D8D7D1;
}
.box-ttl-service h3 {
	width: 100%;
	height: auto;
	padding: 2vw;
	border: 1px solid #D8D7D1;
	font-size: 30px;
	line-height: 140%;
	text-align: center;
}
.box-ttl-service.al-cnt {
	margin: 0 auto;
}
.box-ttl-service.mini {
	width: 98%;
}
.box-ttl-service.mini h3 {
	font-size: 4vw;
}
/* お部屋ページ 設備見出し */
.ttl-roomfacs img {
	display: block;
}
.ttl-roomfacs {
	padding-bottom: 5px;
}
.ttl-roomfacs span {
	padding-left: 5px;
	font-size: 18px;
	line-height: 120%;
}
/* お食事 > 見出し */
.ttl-breakfast {
	text-align: center;
	font-size: 4vw;
	font-weight: 700;
}
.ph-mar {
	padding-top: 5vw!important;
	padding-bottom: 5vw!important;
}
/* 周辺観光 > 見出し */
.ttl-tourism {
	margin-top: 8vw;
	margin-bottom: 4vw;
	padding: 3vw;
	font-size: 5vw;
	line-height: 140%;
	color: #FFFFFF;
	background-color: #888371;
}
/* 周辺観光 > PDFボタン */
.btn-tourism-pdf {
	width: 100vw;
	height: 42.5vw;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../../culture/img/btn_pdf.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.btn-tourism-pdf > span {
	display: inline-block;
	padding-top: 13vw;
	padding-left: 45vw;
	color: #FFFFFF;
	font-size: 3.8vw;
}
/* アクセス > 小見出し */
#access .ttl-roomfacs {
	margin-bottom: 30px;
	border-bottom: 1px solid #6C654F;
}

/* 言語ボタン */
.sp-lang {
	border-bottom: 1px solid #6C654F;
}
.sp-lang > ul > li {
	width: 100%;
	background-color: #FFFFFF;
}

.sp-lang a {
	width: 100%;
	height: 12vw;
	padding: 0 3vw 0 36vw;
	font-size: 4vw;
}
.sp-lang .icon {
	margin-right: 8px;
}
.sp-lang .icon img {
	display: block;
}
.lst-lang-sub {
	display: none;
}
.lst-lang-sub li {
	border-top: 1px solid #B5B2A7;
}
.lst-lang-sub li:last-of-type {
}


.menu-lang {
	width: 100%;
}
.menu-lang li:nth-of-type(1) {
	width: 100%;
	margin-top: 4vw;
	padding-bottom: 2vw;
	font-size: 4vw;
}
.menu-lang li:nth-of-type(2),
.menu-lang li:nth-of-type(3) {
	width: calc(50% - 1px);
	border: 1px solid #B5B2A7;
}
.menu-lang li:nth-of-type(2) {
	border-left: none;
}
.menu-lang li:nth-of-type(3) {
	border-left: none;
	border-right: none;
}
.menu-lang li:nth-of-type(2) a,
.menu-lang li:nth-of-type(3) a {
	display: flex!important;
    background: url(../img/cursor_menu.png) no-repeat 10px center;
    background-size: 13px 18px;
    padding: 15px 0 15px 25px;
    display: block;
    font-size: 4vw;
}
.menu-lang .icon {
	margin-right: 5px;
}












