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

/*--------------------------------------------------------------------------
   共通　基本設定
---------------------------------------------------------------------------*/
*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}

/* 画像 */
img {
	-ms-interpolation-mode:bicubic;
	vertical-align:bottom;
	max-width:100%;
	height:auto;
	width:auto\9;
	touch-callout:none;
	user-select:none;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-touch-callout:none;
	-moz-user-select:none;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
	border-radius:0;
	-webkit-box-sizing:content-box;
	-webkit-appearance:button;
	appearance:button;
	border:none;
	box-sizing:border-box;
	cursor:pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display:none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset:-2px;
}

/*--------------------------------------------------------------------------
   TOPに戻るボタン
---------------------------------------------------------------------------*/
#btnTop{
	display:inline;
	position:fixed;
	z-index:3000;
	bottom:8px;
	right:20px;
}
	#btnTop a{
		text-align:center;
		display:block;
		position:relative;
		width: 42px;
		height: 42px;
		background: #dadada;

	}
	#btnTop a:after{
		content:'';
		width:16px;
		height:16px;
		border-left:solid 3px #333;
		border-top:solid 3px #333;
		-ms-transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
		position:absolute;
		top:8px;
		bottom: 0;
		left:0;
		right: 0;
		margin: auto;
	}

/*--------------------------------------------------------------------------
   html
---------------------------------------------------------------------------*/
html{
	min-height:100%;
	overflow-y:scroll;
	position:relative;
}

/*--------------------------------------------------------------------------
   body
---------------------------------------------------------------------------*/
body{
	line-height:1.78;
	height:100%;
	background:#fff;
	color:#333;
	font-size:16px;
	//font-family:"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-family:'ヒラギノ角ゴ ProN W3',"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-weight:500;
}

body,
#container{
	min-height:100vh;
}

/*--------------------------------------------------------------------------
   リンク 基本設定
---------------------------------------------------------------------------*/
/* リンク基本 */
a{
	outline:none;
	transition: color 0.2s ease-out;
	text-decoration:none;
	color: #333;
}
a:link,
a:active,
a:visited{
	color:#333;
	outline:none;
	text-decoration:none;
}

/* テキストリンク アイコン */
.arrow{
	position:relative;
	display:inline-block;
	padding:0 0 0 16px;
	color: #000;
	vertical-align:middle;
	text-decoration:none;
	font-size:15px;
}
.arrow::before,
.arrow::after{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	margin:auto;
	content:"";
	vertical-align:middle;
}

/* テキストリンク アイコン arrowとセット */
.icon_link::before{
	left:0px;
	width:6px;
	height:6px;
	border-top:1px solid #193067;
	border-right:1px solid #193067;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
}

/* 別ウインドウ用 アイコン付与 */
.a_blank:after{
	margin-left:6px;
	content:url("../images/icon_link_blank.png");
}
.btn_area{
	margin-top: 20px;
}
.btn_ghost{
	padding: 14px 60px;
	border: 1px solid #064ea0;
	border-radius: 5px;
	background: transparent;
	color: #064ea0;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	cursor: pointer;
}
.btn_icon{
	padding-right: .5em;
}


/*--------------------------------------------------------------------------
   layout
---------------------------------------------------------------------------*/
.inner{
	padding: 0 20px;
	margin: 0 auto;
}
.inner_sp100{
	margin: 0 auto;
	width: 100%;
}
.br-pc{
	display: none;
}

/*--------------------------------------------------------------------------
   header
---------------------------------------------------------------------------*/
header{
	position:fixed;
	top:0;
	width: 100%;
	height: 80px;
	background: linear-gradient(to right, #555a3c 0%, #2d3020 100%);
		background: -moz-linear-gradient(left, #555a3c 0%, #2d3020 100%);
		background: -webkit-linear-gradient(left, #555a3c 0%, #2d3020 100%);
	z-index:9999;
}
#logo a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: auto;
	max-width: 300px;
	height: 80px;
}
#logo a.tel_pc{
	display: none;
}
#logo img{
	width: inherit;
	height: inherit;
}

/*--------------------------------------------------------------------------
   メインメニュー
---------------------------------------------------------------------------*/
nav-wrap{
	display:none;
	width:100%;
	position:fixed;
	top:68px;
	z-index:100;
}
nav ul{
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	padding: 40px 20px 0;
	background: #52573a;
	z-index: 100;
}
nav li {
	border-top: 1px solid #9d9f94;
}
nav li:last-of-type{
	border-bottom: 1px solid #9d9f94;
}
nav li &gt; a,
nav li &gt; a:link,nav li &gt; a:active,nav li &gt; a:visited{
	display:block;
	color:#fff !important;
	padding: 6px 10px;
	margin: 9px 0;
}
nav li &gt; a:hover{
	opacity: .7;
}
#gnav-btn a{
	position: absolute;
	top: 5px;
	right: 20px;
	margin: 0 -10px 0 0;
	width: 50px;
	height: 50px;
}

/* メインメニュー開閉 */
#gnav-btn a span{
	display:block;
	position:absolute;
	top: 20px;
	bottom: 0;
	left: 0;
	right: 0;
	width:30px;
	height:2px;
	margin: auto;
	background:#9d9f94;
	transition:.2s;
}
#gnav-btn a span:before, #gnav-btn a span:after{
	display:block;
	content:"";
	position:absolute;
	top:42%;
	left:0;
	width:30px;
	height:2px;
	background:#9d9f94;
	transition:.3s;
}
#gnav-btn a span:before{
	margin-top: -10px;
}
#gnav-btn a span:after{
	margin-top: 8px;
}
#panel-btn .close{
	background:transparent;
}
#panel-btn .close:before, #panel-btn .close:after{
	margin-top:0;
}
#panel-btn .close:before{
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
}
#panel-btn .close:after{
	transform:rotate(-135deg);
	-webkit-transform:rotate(-135deg);
}
/*--------------------------------------------------------------------------
   section
---------------------------------------------------------------------------*/
#contents{
	margin:40px 0;
}
section &gt; .inner{
	//margin-bottom: 120px;
}
h2.sec_ttl{
	position: relative;
	text-align: center;
	padding: 2px;
	background:#3e422c;
	border-radius: 5px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
h2.sec_ttl::before{
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	margin: auto;
	left: 10px;
	width: 3px;
	height: 23px;
	background: #a0a297;
}
h3.sec_ttl,
h4.sec_ttl {
	text-align: center;
	color: #595F3F;
	margin-bottom: 8px;
}
h3.sec_ttl{
	font-size: 20px;
	font-weight: bold;
}
h3.sec_ttl.strong{
	background: #595F3F;
	color: #fff;
}
h4.sec_ttl{
	font-size: 18px;
	font-weight: normal;
}
h2 + div {
	margin: 20px 0;
}
/* sidemenu */
.side_list li {
	text-align: center;
}
.side_list li:first-child {
	padding: 8px 0;
	color: #3e422c;
	font-weight: bold;
	border-top: solid 1px #4e5337;
}
.side_list li:not(:first-child) a {
	display: block;
	padding: 8px 0;
	background: #4e5337;
	background: linear-gradient(to right, #4e5337 0%, #6f774f 50%, #4e5337 100%);
		background: -moz-linear-gradient(left, #4e5337 0%, #6f774f 50%, #4e5337 100%);
		background: -webkit-linear-gradient(left, #4e5337 0%, #6f774f 50%, #4e5337 100%);
	color: #fff;
	border-top: solid 1px #fff;
}
.side_list li:not(:first-child) a:hover {
	opacity: .8;
}
.side_list li:nth-child(2) a {
	border-top: none;
}

.txt_area {
	margin-bottom: 40px;
}
.txt_area.border {
	margin-bottom: 40px;
}
.txt_area p {
	margin-bottom: 8px;
}
.txt_area .intro_txt {
	font-size: 18px;
	font-weight: normal;
	color: #595F3F;
}
.txt_area_table dl &gt; * {
	padding: 3px 5px;
}
.txt_area_table dl dt {
	background: #adbc6d;
}
.dd_table {
	width: 100%;
	height: 100%;
	padding: 0 !important;
}
.dd_table table {
	table-layout: fixed;
	width: 100%;
}
.dd_table table th {
	padding: 5px;
	border: 1px solid #e1e2dc;
	border-top: none;
}
.dd_table table th:nth-child(3) {
	text-align: right;
	padding-right: 1.8em;
}
.dd_table table .u-bt th {
	border-top: 1px solid #e1e2dc;
}
.dd_table table .bg_gray &gt; th {
	background: #f8f8f8;
}

.pict_area {
	width: 100%;
	max-width: 680px;
	margin: 0 auto;
}
.pict_list {
	display: flex;
	flex-wrap: wrap;
}
.pict_list li {
	width: 50%;
}
.pict_list li.u-pd {
	padding: 6px;
}
.pict_list li img {
	width: 100%;
	height: auto;
}
.pict_item {
	width: 100%;
	margin: 8px auto;
	text-align: center;
}
.pict_item_h400 {
	height: 400px;
	margin: 8px auto;
	text-align: center;
}
.pict_item_h400 img {
	height: 400px;
	width: auto;
}

.new_info ul li {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.new_info ul li &gt; span {
	display: inline-block;
	padding: 3px 8px;
	margin-right: 1em;
	width: 100px;
	text-align: center;
	background: #c3d38c;
	border-radius: 5px;
}
.note_box {
	background: #eeefe8;
	color: #595F3F;
	padding: 5px 1em;
}
.note {
	font-size: 14px;
	padding-left: 18px;
	position: relative;
}
.note::after {
	position: absolute;
	content: "※";
	top: 0;
	left: 0;
}
a.tel_item {
	text-decoration: underline;
	color: #595F3F;
}
a.tel_item:hover {
	text-decoration: none;
}
.map_link{
	margin-bottom:8px;
}
.map_link a{
	position:relative;
	display: inline-block;
	padding-left: 20px;
	line-height:0;
	color:#797F3F;
}
.map_link a:before{
	content:"";
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px #9D9F94;
	border-right: solid 2px #9D9F94;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -4px;
}


/*--------------------------------------------------------------------------
  footer
---------------------------------------------------------------------------*/
.wrapper{
	height: 100%;
	min-height: 100vh;
	position: relative;
	padding-bottom: 80px;
	box-sizing: border-box;
}
footer{
	width: 100%;
	background:#9d9f94;
	color:#333;
	font-size: 14px;
	text-align: center;
	font-weight: normal;
	padding:15px;
	position: absolute;
	bottom: 0;
}
/*--------------------------------------------------------------------------
  utility
---------------------------------------------------------------------------*/
.inlineBlock {
	display: inline-block;
}
.u-ta-c{
	text-align: center;
}
.u-w-960{
	max-width: 960px;
}
.u-mt-sp {
	margin-top: 100px !important;
}
.u-mt-20 {
	margin-top: 20px;
}
.u-mt-30 {
	margin-top: 30px;
}
.u-mb-10 {
	margin-bottom: 10px;
}
.storng {
	font-weight: bold;
	font-size: 1.2em;
}
.green {
	color: #595F3F;
}

/*=========================================================================================================
   PC版
======================================================================================================== */
@media screen and (min-width:750px) {
	button{
		transition: .2s;
	}
	button:hover{
		opacity: .7;
	}
/*--------------------------------------------------------------------------
   layout
---------------------------------------------------------------------------*/
.br-sp{
	display: none;
}
.br-pc{
	display: block;
}
.inner{
	max-width: 1000px;
}
.inner_sp100{
	max-width: 1000px;
}
#logo a.tel_pc[href^="tel:"],a.tel_item[href^="tel:"] {
	pointer-events: none;
	text-decoration: none;
}

/*--------------------------------------------------------------------------
   header
---------------------------------------------------------------------------*/
header{
	position: relative;
	height: 140px;
}
#logo{
	margin: 0px auto;
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1000px;
}
#logo a{
	display: block;
	max-width: 300px;
}
#logo a.tel_pc{
	display: block;
}
#logo a.tel_pc img{
	max-height: 80px;
}
/*--------------------------------------------------------------------------
   メインメニュー
---------------------------------------------------------------------------*/
nav{
	width: 100%;
	background: #595F3F;
	//max-height: 73px;
}
nav ul{
	position:static;
	display:flex!important;
	justify-content: center;
	padding: 0;
	margin: 0px auto;
	text-align: center;
	background: #595F3F;
	width: 100%;
	max-width: 1000px;
	height: 100%;
}
nav li{
	display: inline-block;
	margin:0;
	padding:0;
	text-align:center;
	border:none;
	width: 16.6%;
	max-height: 72px;
	//background-position: 0 0;
	background-position: 50% 50%;
	background-size: cover!important;
	//text-indent: -9999px;
}
nav li.nav01{background: url(../images/nav_top.png) no-repeat;}
nav li.nav02{background: url(../images/nav_about.png) no-repeat;}
nav li.nav03{background: url(../images/nav_room.png) no-repeat;}
nav li.nav04{background: url(../images/nav_course.png) no-repeat;}
nav li.nav05{background: url(../images/nav_access.png) no-repeat;}
nav li.nav06{background: url(../images/nav_contact.png) no-repeat;}
nav li.nav01.is-active{background: url(../images/nav_top2.png) no-repeat;}
nav li.nav02.is-active{background: url(../images/nav_about2.png) no-repeat;}
nav li.nav03.is-active{background: url(../images/nav_room2.png) no-repeat;}
nav li.nav04.is-active{background: url(../images/nav_course2.png) no-repeat;}
nav li.nav05.is-active{background: url(../images/nav_access2.png) no-repeat;}
nav li.nav06.is-active{background: url(../images/nav_contact2.png) no-repeat;}
nav li.nav01:hover{background: url(../images/nav_top2.png) no-repeat;}
nav li.nav02:hover{background: url(../images/nav_about2.png) no-repeat;}
nav li.nav03:hover{background: url(../images/nav_room2.png) no-repeat;}
nav li.nav04:hover{background: url(../images/nav_course2.png) no-repeat;}
nav li.nav05:hover{background: url(../images/nav_access2.png) no-repeat;}
nav li.nav06:hover{background: url(../images/nav_contact2.png) no-repeat;}
nav li &gt;*,
nav li &gt; a span {
	text-indent:200%;
	white-space:nowrap;
	overflow:hidden;
}
nav li:last-of-type{
	border:none;
}
nav li &gt; a {
	display: block;
	padding: 15px 10px !important;
	margin: 0;
	height: 100%;
}
nav li &gt; a:link {
	margin: 0;
}
nav li &gt; a span{
	font-size: 0.5em;
}

nav ul{
	display: block;
}
#gnav-btn{
	display: none;
}
/*--------------------------------------------------------------------------
   section
---------------------------------------------------------------------------*/
.pc_flex {
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
}
.pc_flex #contents {
	flex-basis: 70%;
}
.pc_flex .side_box {
	flex-basis: 30%;
}
.info_list li {
	display: flex;
}
.info_list li span {
	display: inline-block;
	min-width: 120px;
}
.side_box {
	margin-top: 40px;
}
.side_list li:first-child {
	padding: 8px 0;
	color: #3e422c;
	font-weight: bold;
	border: solid 1px #4e5337;
	border-bottom: none;
}


.txt_area {
	margin-top: 40px;
}
.txt_area_table dl {
	display: flex;
	margin-bottom: 1px;
}
.txt_area_table dl &gt; * {
	padding: 5px 8px;
}
.txt_area_table dl dt {
	width: 140px;
	min-width: 140px;
	text-align: center;
}
.txt_area_table.tel dl dt {
	width: 50%;
	max-width: 220px;
	text-align: center;
}
.txt_area_table.drink_list dl {
	margin-bottom: 0px;
}
.txt_area_table.drink_list dl dt {
	border-bottom: 1px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.new_info ul li {
	display: flex;
	flex-direction: row;
}
/*--------------------------------------------------------------------------
  utility
---------------------------------------------------------------------------*/
.u-mt-sp {
	margin-top: 0 !important;
}

}

@media screen and (max-width:979px) {
nav li:hover{
	//pointer-events: none;
}
}
@media screen and (min-width:980px) {

nav li{
	height: 72px;
}
}
</pre></body></html>