<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.content{
	margin: 0 auto;
　　width: 100%;
	max-width: 1280px;
}
.content_inner{
	padding: 2em;
}
.content_foot_upper{
	float: right;
	margin: 0 auto;
	max-width: 640px;
	width: calc(100% * 4 / 5 );
}
.content_foot_upper_inner{
	line-height: 1.65;
	text-align: center;
	padding: 3.5em;
}
.logo{
	margin: 0 auto;
　　width: 100%;
	max-width: 1280px;
	position: relative;
	padding-top: 2em;
}
.logo img{
	width: 380px;
	float: left;
}
header#dish{background: url(../images/dish_top.jpg) center /cover no-repeat; height: 540px;}
header#onsen{background: url(../images/onsen_top.jpg) center /cover no-repeat; height: 540px;}
header#room{background: url(../images/room_top.jpg) center /cover no-repeat; height: 540px;}
header#floor{background: url(../images/floor_top.jpg) center /cover no-repeat; height: 540px;}
header#access{background: url(../images/access_top.jpg) center /cover no-repeat; height: 540px;}
header#tourism{background: url(../images/tourism_top.jpg) center /cover no-repeat; height: 540px;}
header#detail{background: url(../images/detail_top.jpg) center /cover no-repeat; height: 540px;}
header#news{background: url(../images/news_top.jpg) center /cover no-repeat; height: 540px;}
header#company{background: url(../images/company_top.jpg) center /cover no-repeat; height: 540px;}
header#contact{background: url(../images/contact_top.jpg) center /cover no-repeat; height: 540px;}
header#sitemap{background: url(../images/sitemap_top.jpg) center /cover no-repeat; height: 540px;}
header#privacy{background: url(../images/privacy_top.jpg) center /cover no-repeat; height: 540px;}
header#blog{background: url(../images/blog_top2.jpg) top /contain no-repeat; height: 540px;}
.sp_logo{
	width: 80%;
	_background: #fff;
  	margin: 7.0em auto 2em;
  	z-index: 4;	
}
.sp_logo img{
  	width: 300px!important;
}
.menu_facebook{
  position: fixed;
  top: 2.5em; 
  margin-left: 2em;
}
.menu_facebook img{
	width: 30px;
}
.overlay {
  position: fixed;
  width: 30%;
  max-width: 400px;
  height: 100%;
  display: none;
  z-index: 0;
  top: 0;
  right: 0;
}

.modal {
  width: 30%;
  max-width: 400px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  display: none;
  z-index: 1;
  background: url(../images/bg_menu.jpg);
  overflow: auto;
}

.modal-close__wrap,.modal-open__wrap {
  position: absolute;
  right: 0;
  top: 0;
}
.modal-close__wrap button,.modal-open__wrap button{
	padding: 0;
	border: none!important;
	background: none!important;
}
.modal-open__wrap img,.modal-close__wrap img,.yoyaku__btn img{
	width: 70px!important;
}
.modal-open,.modal-close {
  cursor: pointer;
  position: fixed;
  top: 2.5em;
  right: 2em;
  z-index: 0;
}

.overlay.open {
  display: block;
}
.modal.open {
  display: block;
}

.yoyaku__btn {
  position: fixed;
  top: 2.1em;
  right: 120px;
}
.copyright_head{
	position: fixed;
	top: 7em;
	right: 6em;
	writing-mode: vertical-rl;
	z-index: 3;
}
.translate{
	position: fixed;
	writing-mode: horizontal-tb;
	top: 0.35em;
	right: 2.5em;
	font-size: .85em;
}
.translate_sp{
	display: none;
}
.rotate{
	width: 15px;
	transform: rotate( 90deg );
}
.copyright_menu{
	font-size: 0.9em;
	position: fixed;
	bottom: 5px;
	margin-left: 4.5em;
}
/**********************************************/
/*フッター関連*/
/**********************************************/
#footer_upper{
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    justify-content: flex-start;
	background-repeat: repeat-x;
    background-position: center;
	background: url(../images/foot_left.jpg);
}
.footer_rightBox_upper{
	width: 50%;
}
.footer_rightBox_upper img{
	width: 100%;
	margin-bottom: 9px;
}
.footer_leftBox{
	float: left;
	width: calc(100% * 1 / 3);
}
.footer_rightBox{
	float: left;
	width: calc(100% * 2 / 3);
}

.footer_list ul li a{
	display: inline-block;
	width: 150px;
	padding: .4em 0!important;
}
.footer_list_sp{
	display: none;
}

.center_bar{
	width: 120px;
	margin: 0 auto 4em;
}
div.flex {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

/**********************************************/
/*位置調整*/
/**********************************************/
#sec_policy,#sec_sitemap,#sec_news01,#sec_news03{
	margin-top: -5%;
}
/**********************************************/
/*新着情報*/
/**********************************************/
@media screen and (min-width:601px) and (max-width:800px) {
.modal{
	width: 45%;
}
#sec_news01 dd{
	width: 50%;
	float: left;
}
.footer_list ul li a{
	display: block;
	width: 100px;
}
#sec_policy, #sec_sitemap, #sec_news01, #sec_news03{
	margin-top: -8%;
}
.content_foot_upper_inner{
	    padding: 1.5em;
}
}
@media screen and (min-width:801px){
div.news_list{
	display: flex;
	flex-wrap: wrap;
}
div.news_list dl{
	display: block;
	width: 33.3%;
}
#news_foot{
	display: flex;
	flex-wrap: nowrap;
}
.blog_box{
	width: 33.3%;
	display: block;
	padding: 1em;
}
.blog_box ul{
	margin-left: 1em;
}
.blog_content{
	width: 100%;
	max-width: 800px;
	margin: 5em auto 3em;
}
.news_line dt{
	float: left;
	width: 110px;
	width: 20%;
}
.news_ttl{
	text-align: left;
	float: left;
	width: 60%;
}
.previous_post,.next_post{
	float:right;
	width: 80px;
}
}</pre></body></html>