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

@import url("reset.css");
@import url("fonts.css");
@import url("common.css");
@import url("style.css");

.main-photo {text-align: center;}
.copyright {text-align: center;}

body {
font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro","メイリオ", "Meiryo", "游ゴシック", YuGothic,  sans-serif;
font-size: 14px;
line-height: 1.7;
}
* { box-sizing: border-box;}
a{text-decoration: none; color:#000; transition:ease-in 0.2s;}
a:hover{}
.container{position: relative;width: 950px;margin: 0 auto;}
/*SPパーツ非表示*/
.spmode{display:none;}
#modal-nav, .right_sp{	display: none;}


/*
--------------------------------------------------
	header
-------------------------------------------------- */
header {
	width: 950px;
	margin: 0 auto;
	position: relative;
	height: 120px;
}
.header-inner {
	width: 950px;
	margin: 0 auto;
}
header h1 {
	font-size: 26px;
	width: 240px;
	height: 80px;
	padding-top: 20px;
}

/*パーツボタン*/
.cnav {
	position: absolute;
	top: 0;
	right: 0;
}
header .cnav li {
	float: left;
	margin-left: 10px;
}
header .cnav li a {
	display: block;
	padding: 6px 10px 6px 18px;
	color: #fff;
	font-size: 14px;
	background: #000 url(../img/langnav_arrow_w.png)no-repeat left 8px center;
}
header .cnav li a:hover {
	background: gray url(../img/langnav_arrow_w.png)no-repeat left 8px center;
}

header .right{text-align: right;}
header .hnav li{
	float:left;
	margin-bottom: 20px;
}
header .hnav li a {
	width: 120px;
	background: black;
	margin-left: 10px;
	display: block;
	text-align: center;
	color: #fff;
	height: 30px;
	line-height: 30px;
}
header .hnav li a:hover{background:gray;}
header .header_tel {
	background: url(../img/header_tel.png)no-repeat bottom left;
	background-size: 24px;
	padding-left: 30px;
	font-size: 26px;
	line-height: 24px;
	position: absolute;
	right: 0;
	top: 50px;
}
header .hnavSP{display:none;}
#headerMenu{width:100%;}
#headerMenu ul{letter-spacing: -.4em; }
#headerMenu nav{margin: 0 auto;width: 950px;}
#headerMenu nav li{letter-spacing: normal;}
#headerMenu nav li a{
	 margin:0 auto;
	float:left;
	display: block;
	width: 120px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	transition: initial;
	}
#headerMenu nav li a:hover{background:url(../img/navArrow.png)no-repeat center bottom;translate:0s;}

/*
--------------------------------------------------
	Navigation
-------------------------------------------------- */
nav { width: 100%;}
.nav-inner {
	width: auto;
	margin: 0 auto;
}
nav ul {
	letter-spacing: -.4em;
}
nav ul:after {
  content: "";
  clear: both;
  display: block;
}
nav.gnav li a {
	float: left;
	width: 120px;
	text-align: center;
	height: 60px;
	line-height: 60px;
	display:block;
	background-position: center bottom -4px;
	letter-spacing: normal;
	margin-right: 10px;
}
nav li a:hover{background:url(../img/navArrow.png)no-repeat center bottom;translate:0s;}
/*hover.css*/
nav li {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
nav li:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #000;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
nav li:hover:before, nav li:focus:before, nav li:active:before {
  left: 0;
  right: 0;
}

/*カレント表示*/
nav li.current a {
	border-bottom: 2px solid #000;
	background: url(../img/navArrow.png)no-repeat center bottom;
}
/*fixed*/
nav.fixed {
	background: #fff;
	box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.18);
}

/*
--------------------------------------------------
	main
-------------------------------------------------- */

/*
--------------------------------------------------
	バナーエリア
-------------------------------------------------- */
.banner {
	width: 950px;
	margin: 10px auto;
}
.banner:after {
  content: "";
  clear: both;
  display: block;
}
.banner img:last-child {
	margin: 0;
}
.banner img {
	vertical-align: bottom;
	float: left;
	margin-right: 26px;
}


/*
--------------------------------------------------
	Main Image
-------------------------------------------------- */
photo{width:100%;text-align: center;}
photo img{  width: 100%; vertical-align:bottom;}
.main-photo{line-height: 0;}

/*
--------------------------------------------------
	Bread crumbs
-------------------------------------------------- */
.breadcrumbs {
	width: 100%;
	margin: 0 auto 30px;
	font-size: 13px;
}
.breadcrumbs ul	   { }
.breadcrumbs ul li { display: inline;}
.breadcrumbs ul li:before { content: "＞"; padding: 0 6px;}
.breadcrumbs ul li:first-child:before { content: "";}

/*
--------------------------------------------------
	Page structure
-------------------------------------------------- */
.content{width:100%;margin: 40px 0;}
.content .inner {
	width: 950px;
	margin: 0 auto;
}
.content h2 {
	text-align: center;
	margin: 30px 0 20px 0;
	letter-spacing: 0.1em;
	height: 46px;
	line-height: 46px;
	font-size: 24px;
	border-bottom: 1px solid #000000;
}
.wrapper {	margin: 20px 0 0 0;}



/*
--------------------------------------------------
	記事
-------------------------------------------------- */
.column { width: 100%; margin: 0; padding: 0; clear: both;}
.column-inner {
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: 1px dotted #b8b2a5;
}
.column-inner h3:before {
	content: "";
	border-left: 4px solid #000;
	margin-right: 10px;
}
.column-inner h3 {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 16px;
}
.column-inner p		 { margin: 0; padding: 0; line-height: 1.6;}
.column-inner span	 { margin: 0 0 15px; padding: 0; line-height: 1.6;}
.column-inner:after	 { content: ""; display: block; clear: both;}

.column-inner table {
	margin		: 10px 0;
	border		: solid #a0a0a0;
	border-width	: 1px 0 0 1px;
	border-collapse	: separate;
	border-spacing	: 0;
}
.column-inner table th,
.column-inner table td {
	padding		: 8px;
	border		: solid #a0a0a0;
	border-width	: 0 1px 1px 0;
}
.column-inner table th {
	background	: #efefef;
}

/*photo*/
.photos		{}
.photos-right {
	float: right;
margin-left: 30px;
}
.photos-left {
float: left;
margin-right: 30px;
}
.plandetail-left {
/* float: right;*/
margin-left: 30px;
}
.plandetail a { color: #0077e0;}
.plandetail a:hover {  text-decoration:underline; }
.photos-center{ width: 100%; text-align: center; margin-bottom: 10px;}
.photos-center img { width: 100% !important; height:auto; }
.photos-conformity	  { margin: 0 auto;}
.photos-conformity-left	  { margin: 0;}
.photos-conformity-left &gt; div {
	margin-right: 10px;
}
.photos-conformity-left &gt; div:last-of-type {
	margin-right: 0;
}
.photos-conformity-right  { margin: 0;margin:0 0 20px 0;}
.photos-conformity-center { margin: 0 auto;}

.photos-conformity:after,
.photos-conformity-left:after,
.photos-conformity-right:after,
.photos-conformity-center:after{
	content: "";
	clear: both;
	display: block;
}
.photos-conformity div,
.photos-conformity-left div,
.photos-conformity-right div,
.photos-conformity-center div { float: left;}

.photos-conformity div:last-child,
.photos-conformity-left div:last-child,
.photos-conformity-right div:last-child,
.photos-conformity-center div:last-child { margin: 0;}

.photos img,
.photos-left img,
.photos-right img,
.photos-top img,
.photos-top-headline img,
.photos-center img,
.photos-conformity img,
.photos-conformity-left img,
.photos-conformity-right img,
.photos-conformity-center img { vertical-align: bottom; margin-bottom:10px; }

.photos .caps,
.photos-left .caps,
.photos-right .caps,
.photos-top .caps,
.photos-center .caps,
.photos-conformity .caps,
.photos-conformity-left .caps,
.photos-conformity-right .caps,
.photos-conformity-center .caps {  padding-top: 10px; display: block;}

.photos-left-headline { float: left;margin-right: 20px;}
.photos-right-headline { float: right;margin-left: 20px;}
.photos-top-headline { }

/* List */
.column-inner ul {  padding: 0;}
.column-inner ol { padding: 0;}

/*.column-inner ul li { margin: 0; padding: 0; list-style: disc;}*/
.column-inner ol li {  list-style: decimal;}

/* Detail */
.plandetail	  { overflow: hidden;}
.plandetail-left  { overflow: hidden;}
.plandetail-right { overflow: hidden;}
.plandetail-center{ overflow: hidden; clear: both;}

.plandetail-conformity	  { padding-top: 10px; overflow: hidden; clear: both;}
.plandetail-conformity-left  { overflow: hidden; width: auto;}
.plandetail-conformity-right { overflow: hidden; width: auto;}
.plandetail-conformity-center{ padding-top: 10px; overflow: hidden; clear: both;}

p.statement_link a {
	display: block;
	background: #000 url(../img/arrow_w.png) no-repeat right 8px center;
	background-size: 10px;
	color: #fff;
	width: 200px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin: 20px 0;
	text-decoration:none ;
	transition:ease-in 0.2s;
}
p.statement_link a:hover{
	 background: #000 url(../img/arrow_w.png) no-repeat right 6px center;
	background-size: 10px;
	text-decoration:none;
}


/* Move */
.move{
	position: fixed;
	right: 50%;
	margin-right: -580px;
	bottom:30px;
 }
.move ul li a{
	 width: 60px;
	height:60px;
	background: #000 url(../img/pagetop.png) no-repeat 100% 0;
	background-size: 60px;
	display: block;
	text-indent: -9999px;
	border-radius: 4px;
	}
.move ul li a:hover{background:#4e4e4e url(../img/pagetop.png) no-repeat 100% 0; background-size: 60px;}
/*stop*/
.move.stop a {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

/*news*/
article.news{ width:950px; margin:0 auto; padding-bottom: 90px; }
article.news h2 {
	font-size: 24px;
	text-align: center;
	line-height: 70px;
	height: 70px;
	border-bottom: 1px solid #000;
	margin: 0 0 40px 0;
}
.news .articleWrap article {float:left;width: 300px;margin-right:30px;position:relative;}
.news .articleWrap article:last-of-type{margin-right:0px; }
.news .articleWrap article a{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: 1;
}
.news .articleWrap article a:hover{background:rgba(0, 0, 0, 0.2);}
.news .recentPost h3{font-weight:bold; height: 70px; font-size:16px;}
.news .articleWrap p.detailBtn{
	padding: 10px 0;
	background: #fff url(../img/arrow.png)no-repeat right 6px center;
	background-size: 14px;
	border: 1px solid #333;
	color: #000;
	text-align: center;
	text-decoration: none;
	width: 100%;
	margin: 20px 0;
}
.news .articleWrap p.detailBtn:hover{
	background: #fff url(../img/arrow.png)no-repeat right 6px center;
	background-size: 14px;
}

/*more button*/
article.news .more {margin-top: 20px;}
article.news .more .button {}
article.news .more a {
	display: block;
	background: #333 url(../img/arrow_w.png)no-repeat right 8px center;
	background-size: 14px;
	border: 1px solid #333;
	color: #fff;
	text-align: center;
	text-decoration: none;
	width: 380px;
	margin: 0 auto;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
}
article.news .more a:hover{
	border:1px solid #000;
	color: #000;
	background: #fff url(../img/arrow.png)no-repeat right 6px center;
	background-size: 14px;
}

#entries { margin: 20px 0; padding: 0;}
#entries div.column{ margin: 0; padding: 0;}

/*news詳細*/
span.new {
	color: #fff;
	background: #c30000;
	padding: 0 5px;
	border-radius: 6px;
	margin: 0;
}

/*すべての記事を見るボタン*/
/*.more			{ margin: 0 0 10px; clear: both;}
.more a {
	background: #000 url(../img/arrow_w.png) no-repeat right 8px center;
	background-size: 12px;
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: center;
	width: 340px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	margin: 0 auto;
}
.more a:hover	{ 
text-decoration: none;
background:#4e4e4e url(../img/arrow_w.png) no-repeat right 4px center;
background-size: 12px;
}
.more:after		{ content: ""; display: block; clear: both;}*/

/* Tabs Contents */
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen {
	/* Use class for showing/hiding tab content,
	so that visibility can be better controlled in different media types... */
	.ui-tabs-hide { display: none;}
}
/* Hide useless elements in print layouts... */
@media print {
	.ui-tabs-nav { display: none;}
}

ul.ui-tabs-nav {
	width		: 100%;
	height:70px;
}
ul.ui-tabs-nav li { float: left;position:relative;}
ul.ui-tabs-nav li a {
    width: 230px;
    height: 50px;
    line-height: 50px;
    margin: 0 5px 0 0;
    padding-top: 0px;
    display: block;
    float: left;
    background: #d6d6d6;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
}

/* Tab Style */
ul.ui-tabs-nav li#entries-tab-recommend a{}
ul.ui-tabs-nav li#entries-tab-recommend a:hover { }
ul.ui-tabs-nav li#entries-tab-recommend.ui-tabs-selected a  {
    background: #000000;
    color: #fff;
}

ul.ui-tabs-nav li#entries-tab-restaurant a{ }
ul.ui-tabs-nav li#entries-tab-restaurant a:hover { }
ul.ui-tabs-nav li#entries-tab-restaurant.ui-tabs-selected a  {
    background: #000000;
    color: #fff;
}

ul.ui-tabs-nav li#entries-tab-news a {background: #d6d6d6;     background-position: bottom center; }
ul.ui-tabs-nav li#entries-tab-news a:after {
	    position: absolute;
    content: "";
    width: 230px;
    height: 10px;
    bottom: -10px;
    left: 0;
    display: block;
}
ul.ui-tabs-nav li#entries-tab-news.ui-tabs-selected a {
    background: #000000 ;
    color: #fff;
}
/*選択時の三角*/
ul.ui-tabs-nav li#entries-tab-news.ui-tabs-selected:after,
ul.ui-tabs-nav li#entries-tab-recommend.ui-tabs-selected:after,
ul.ui-tabs-nav li#entries-tab-restaurant.ui-tabs-selected:after {
    content: "";
    position: absolute;
    background: url(../img/tab_arrow.png)no-repeat center bottom;
    width: 230px;
    height: 10px;
    bottom: -10px;
    left: 0;
    display: block;
}
/*hover*/
ul.ui-tabs-nav li#entries-tab-news a:hover,
ul.ui-tabs-nav li#entries-tab-recommend a:hover,
ul.ui-tabs-nav li#entries-tab-restaurant a:hover  {
    opacity: 0.5;
}

/*
--------------------------------------------------
	footer
-------------------------------------------------- */
footer {
	width: 100%;
	border-top: 1px solid #000;
}
footer .inner{ }
footer .infoPhoto img{width:200px;}
footer .rowWrap{margin:20px 0}
footer .infoPhoto{float:left; width:200px; margin-right:20px;}
footer .infoaddress{float:left; width:300px;}
footer .infoText{float:right; width:400px; }
footer nav#footerMenu  {margin: 20px 0;}
footer nav#footerMenu ul{  font-size: 0;  text-align: center;}
footer nav#footerMenu ul li{display: inline-block;margin-right:10px;position:relative;}
footer nav#footerMenu ul li:last-child{margin-right:0px;}
footer nav#footerMenu ul li:before {
	content: "test";
	width: 10px;
	height: 10px;
	background: url(../img/fnavArrow_w.png)no-repeat;
	position: absolute;
	left: 5px;
	top: 6px;
}
footer nav#footerMenu li a {
	color:#fff;
	width: 110px;
	height: 26px;
	display: block;
	font-size: 14px;
}
.information {
	width: 950px;
	margin: 0 auto;
}
.information-inner {
	margin: 10px 0;
}
.information-inner:after {
  content: "";
  clear: both;
  display: block;
}
.information-photo {
	width: 200px;
	float: left;
	margin: 0 20px 0 0;
}
.information-access {
	overflow: hidden;
}
.information-read {
	overflow: hidden;
}
.fnav {
	width: 100%;
	background: #333333;
}
.fnav {
	padding-top: 10px;
	width: 100%;
}
.fnav ul {
	text-align: center;
}
.fnav li {
	display: inline-block;
	padding: 0 0 10px 0;
	margin-right: 20px;
}
.fnav li a {
	color: #fff;
	text-decoration: none;
	background: url(../img/footer_arrow.png) no-repeat left center;
	padding-left: 12px;
}
footer .copyright {
	background: #000;
	text-align: center;
	line-height: 40px;
	font-size: 12px;
	color: #fff;
}

/*
--------------------------------------------------
	go pagetop
-------------------------------------------------- */
.pagetop {
	position: fixed;
	right: 50%;
	bottom: 0;
	z-index: 80;
	margin-right: -680px;
	z-index:1;
}
.pagetop a {
background: #333;
color: #fff;
width: 80px;
height:80px;
line-height: 80px;
text-align: center;
display: block;
border-radius: 5px;
}
.pagetop a:hover {
text-decoration: none;
background: #999;
}
/*フッタに固定時*/
.pagetop.stop a {
	border-radius: 6px 6px 0 0;
}

/*hover.css*/
/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #000;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}






/* =================================================
  デザイン専用
================================================= */
/*--------------------------------------------------
  base
-------------------------------------------------- */
body {
  font-family: "游ゴシック";
}
a {
  cursor: pointer;
}
a:hover {
  text-decoration: none !important;
}
.content {
  margin: 0 0 100px 0;
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: space-between;
}
.flex-center {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
}
.flex-left {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  align-content: left;
	width: 950px;
}
.sectionField {
  margin-bottom: 50px !important;
}
.subSectionField {
  margin-bottom: 150px !important;
	margin-top: 150px !important;/*最新情報削除のため*/
}
.maxW-660 {
    max-width: 660px;
    margin: auto;
}
.marginT-50 {
  margin-top:50px;
}
.marginT-100{
    margin-top:100px;
}
.marginT-150{
    margin-top:150px;
}
.paddingB-70 {
    padding-bottom: 70px;
}
.paddingT-50 {
    padding-top:50px;
}
.W-280 {
  width: 280px
}
.W-460 {
  width:460px;
}
.H-50 {
  height:50px;
}
.green-hr {
    border-top: 2px solid #033910;
    padding-top: 20px;
}
.position-l {
    width: fit-content;
    margin-left: auto;
}
.position-c {
    width: fit-content;
    margin: auto;
}
.dispNone {
  display: none;
}
.tel-form {
  display: flex;
  margin-top: 20px;
}
.tel span {
  margin-bottom: 0;
}
.tel-style {
  height: 30px;
}
.tel-txt {
  font-weight: bold;
  margin-left: 6px !important;
  line-height: 24px !important;
}
img.icon {
    width: 24px !important;
    height: 24px !important;
}
.center {
  margin: 0 auto;
}
.aligncenter {
  text-align: center;
}
.center-960 {
  width: 895px;
  margin: 0 auto;
}
.plandetail {
  position: relative;
}
.anchor {
  position: absolute;
  top: -120px;
}
.linkArea {
  margin-top: 20px;
}

.posRe {
  position: relative;
}
.pc {
  display: flex;
}
.sp {
  display: none;
}
#slideshow {
  position: relative;
}
.leftSide.image img, .rightSide.image img {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
span.tel-txt a {
  color: #000;
}
span.tel-txt a:hover {
  opacity: 0.5;
}
ul.clearfix ul {
  border-bottom: 1px solid #033910;
}
/*************************** ヘッダー */
header {
  height: 100px;
}
header, .header-inner {
  width: 950px;
}
.header_tel {
  display: none;
}
.header-inner-inner {
  display: flex;
}
header h1 {
	width: 240px;
	padding-left:0;
	padding-top:20px;
	margin-right: 10px;
}
header h1 img{
	width:240px;
}
.header_wrap.fixed {
  position: fixed;
  top: 0;
	width: 950px;
  z-index: 9998;
}
.header_wrap {
  width: 100%;
  background-color: rgba(243, 235, 221, 0.9);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.16);
}

/*************************** フッター */
footer .copyright {
  background: #033910;
}
.information-info {
	width: 100%;
	height:364px;
}
.information-access {
  width: 30%;
  height: 100%;
  background-image: url(../../../img/footer-access.png);
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}
.information {
  width: 70%;
  height: 100%;
  background-image: url(../../../img/footer.jpg);
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  position: relative;
}
footer {
  border-top: none;
}

/*************************** 見出し */
/*------------------------------------ h2 ----*/
.maincol h2 {
  font-size: 24px !important;
  font-weight: bold;
  border-bottom: none !important;
  position: relative;
}
.maincol h2::before, .maincol h2::after, .maincol h2 span::before {
  content: "";
  position: absolute;
}
.maincol h2::before {
  display: inline-block;
  width: 140px;
  height: 2px;
  top: 50px;
  background-color: #033910;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.maincol h2::after {
  width: 6px;
  height: 6px;
  background-color: #033910;
  top: 48px;
  transform: rotate(45deg);
  z-index: 2;
  left: 0;
  right: 0;
  margin: auto;
}
.maincol h2 span::before {
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  top: 44px;
  transform: rotate(45deg);
  z-index: 1;
  left: 0;
  right: 0;
  margin: auto;
}
/*------------------------------------ h3 ----*/
.maincol h3 {
  font-size: 20px !important;
  font-weight: bold;
  position: relative;
  padding-left: 24px;
}
.maincol h3::before {
  content: "";
  position: absolute;
  border: none !important;
  width: 12px !important;
  height: 12px !important;
  background-color: #033910 !important;
  transform: rotate(45deg);
  margin-right: 0;
  top: 12px;
  left: 4px;
}
/*------------------------------------ h5 ----*/
.maincol h5 {
  font-size: 20px !important;
  font-weight: bold;
  position: relative;
  text-align: center;
  padding-bottom: 50px;
}
.maincol h5 span {
  padding: 0 7px;
}
.maincol h5::before, .maincol h5::after, .maincol h5 span::before {
  content: "";
  position: absolute;
}
.maincol h5::before, .maincol h5::after {
  width: 6px;
  height: 6px;
  background-color: #033910;
  top: 40px;
  transform: rotate(45deg);
}
.maincol h5::before {
  left: 42.5%;
}
.maincol h5::after {
  right: 42.5%;
}
.maincol h5 span::before {
  display: inline-block;
  width: 120px;
  height: 2px;
  top: 42px;
  background-color: #033910;
  left: 0;
  right: 0;
  margin: auto;
}
.column-inner {
  border: none;
  margin-bottom: 50px;
}
/*************************** ヘッダーナビ */
nav li.current a, nav li a:hover {
  background: none;
}
nav li.current a {
  border-bottom: 2px solid #033910;
}
nav li.nav08 {
  display: none;
}
nav li:before {
  background: #033910;
}
.nav-inner {
  width: auto;
}
nav.gnav li a {
  width: 80px;
  line-height: normal;
}

nav.gnav li.nav01 a,
nav.gnav li.nav02 a,
nav.gnav li.nav03 a,
nav.gnav li.nav04 a {
  line-height: 50px;
}
.nav_wrap {
  margin-top: 30px;
  font-weight: bold;
}
header .langnav {
  float: none;
  position: initial;
}
.cnav {
  position: absolute;
  display: flex;
  height: 40px;
}
.cnav ul {
  display: flex;
}
header .cnav li a {
  background-color: #7D5642;
  background-image: none;
  color: #ffffff;
  padding: 6px 10px;
}
header .cnav li a:hover {
  background-color: #98725f;
  background-image: none;
}
header .contactBtn {
  position: absolute;
  bottom: 14px;
  right: 0;
  font-weight: bold;
}
header .contactBtn a::before {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 30px;/*画像の幅*/
  height: 30px;/*画像の高さ*/
  background-image: url(../../../img/mail-topIcon.png);
  background-size: contain;
  vertical-align: middle;
}
/* ----- IE用ナビ全体を右に寄せる ----- */
/*@media all and (-ms-high-contrast: none) {
  nav.gnav ul {
    margin-left: 65px;
  }
}*/
/*************************** フッターナビ */
.fnav li a {
  background: none;
  color: #000000;
  font-weight: bold;
  padding-left: 0px;
  margin-left: 12px;
}
.fnav li a:hover {
  border-bottom: 1px solid #033910;
}
.fnav {
  background: #FBF7EE;
  padding: 35px 0 25px 0;
}
/*************************** ボタン */
.btn {
  background-color: #033910;
  height: 40px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
  line-height: 40px;
  transition: ease-in-out 0.2s;
}
.btn:hover {
  background-color: #35583d;
}
.btn a {
  color: #ffffff;
  display: block;
}
.btn a:hover{
  color: #ffffff;	
}
.btn.large {
  width: 418px;
}
.btn.normal {
  width: 270px;
}
.btn.small {
  width: 194px;
}
.btn-margin {
  margin: 10px 15px;
}
.btn.othColor {
  background-color: #682121;
}
.btn.othColor:hover {
background-color: #964848;
}
/*------------------------------------ トップへ戻るボタン ----*/
.move ul li a {
  background: #7D5642 url(../../../img/toPageTopArrow.png) no-repeat 50% 50%;
}
.move ul li a:hover {
  background: #A7755B url(../../../img/toPageTopArrow.png) no-repeat 50% 50%;
}
/*------------------------------------ 他ページへボタン ----*/
.othPageBtn {
  transition: all .2s;
}
.othPageBtn a {
  border-bottom: 2px solid #033910;
  width: 270px;
  text-align: right;
  position: relative;
  padding-right: 20px;
  display: block;
  color: #000000;
  font-weight: bold;
}
.othPageBtn a:hover{
	color: #000000;
}
.othPageBtn a::after {
  content: "";
  background-color: #033910;
  transform: rotate(-45deg);
  position: absolute;
  height: 20px;
  width: 2px;
  top: 7px;
  right: 6px;
}
.othPageBtn:hover {
  opacity: 0.5;
}
.othPageBtn.multiLines a::after {
  content: "";
  background-color: #033910;
  transform: rotate(-45deg);
  position: absolute;
  height: 20px;
  width: 2px;
  top: 29px;
  right: 6px;
}
/*************************** テーブル */
.column-inner table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
table tr td:first-child {
  background-color: #033910;
  color: #ffffff;
  border: 1px solid #ffffff;
  transition: ease-in-out 0.2s;
}
table tr td:first-child a {
  color: #ffffff !important;
  display: block;
}
table tr td:first-child:hover {
  background-color: #35583d;
}
.column-inner table th, .column-inner table td {
  border: 1px solid #033910;
}


/*--------------------------------------------------
  トップ
-------------------------------------------------- */
/*************************** 最新情報 */
#news {
  width: 950px;
  margin: 150px auto;
}
#news h3 {
  padding-left: 0;
}
#news h3::before {
  display: none;
}
#news .column-inner {
  border-bottom: 1px solid #033910;
}
/************************ すべての記事を見るボタン */
/*.more {
  margin: 30px auto 0 auto;
}
.more a {
  background-image: none;
  background-color: #033910;
  height: 40px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
  line-height: 40px;
  transition: ease-in-out 0.2s;
  color: #ffffff;
  display: block;
  width: 240px !important;
}
.more a:hover {
  background-image: none;
  background-color: #35583d;
}*/
#page-home .accessArea .leftSide iframe {
  margin: 0;
}
#page-home .accessArea .rightSide,
#page-home .accessArea .leftSide {
  width: calc(100% / 2);
}
#page-home .accessArea .rightSide {
  text-align: center;
  padding: 50px 0;
  background-color: #FBF7EE;
}
#page-home .accessArea .rightSide .btn {
  margin: 0 auto;
}
#page-home .accessArea .rightSide img {
  margin: 30px 0;
  width: 80%;
}
#page-home .accessArea .rightSide p {
  margin-bottom: 60px;
}
#page-home .maincol .accessArea h2 span::before {
  background-color: #fbf7ee;
}
/*--------------------------------------------------
  魅力
-------------------------------------------------- */
#page-charm .content .inner {
  width: 100%;
}
#page-charm .maincol h2 {
  margin-bottom: 80px;
}
#page-charm .column {
  margin-bottom: 100px;
}
#page-charm .breadcrumbs {
  width: 950px;
  margin: 0 auto;
}
#page-charm .column img {
  height: 100%;
}
#page-charm .text {
	width: 44%; 
}
#page-charm .image {
  width: calc(60% - 10%);
}
#page-charm .text {
	padding-left: 30px;
}
#page-charm .rightSide.text {
	padding-right: 30px;
}

#page-charm .rightSide.image {
	padding-left: 30px;
  margin-left: 30px;
  overflow: hidden;
}
#page-charm .leftSide.image {
	padding-right: 30px;
  overflow: hidden;
}
#page-charm .sentence {
  margin-top: 30px;
}
#page-charm .point {
  color: #ffffff;
  background-color: #033910;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  line-height: 80px;
  text-align: center;
  margin-right: 30px;
  font-size: 20px;
}
#page-charm .charmTtl {
  font-size: 24px;
  font-weight: bold;
  line-height: 80px;
}

/*--------------------------------------------------
  客室
-------------------------------------------------- */
#page-room table {
  width: 100%;
  margin-top: 70px;
}
#page-room h5 {
  margin-top: 70px;
}
#page-room .anchor {
    position: absolute;
    top: -70px;
}

#page-room .content .inner {
  width: 100%;
}
#page-room .column-inner {
  padding-bottom: 50px;
}
#page-room .column-inner,
#page-room .breadcrumbs {
  max-width: 950px;
  margin: 0 auto;
	width: 95%;
}
#page-room .column:nth-of-type(4),
#page-room .column:nth-of-type(5),
#page-room .column:nth-of-type(8),
#page-room .column:nth-of-type(9),
#page-room .column:nth-of-type(12),
#page-room .column:nth-of-type(13),
#page-room .column:nth-of-type(16),
#page-room .column:nth-of-type(17),
#page-room .column:nth-of-type(20),
#page-room .column:nth-of-type(21) {
    background-color: #FBF7EE!important;
}

/*--------------------------------------------------
  サービス
-------------------------------------------------- */
#page-service h3 {
  border-bottom: 2px solid #033910;
}
#page-service .content .inner {
  width: 100%;
}
#page-service .column-inner {
  padding: 50px 20px;
}
#page-service .column-inner,
#page-service .breadcrumbs {
  max-width: 950px;
  margin: 0 auto;
}
#page-service .column:nth-of-type(3), 
#page-service .column:nth-of-type(7){
    background: linear-gradient(90deg,#FBF7EE 70%,#ffffff 100%)!important;
}
#page-service .column:nth-of-type(5), 
#page-service .column:nth-of-type(9){
    background: linear-gradient(270deg,#FBF7EE 70%,#ffffff 100%)!important;
}
#page-service .column .column-inner:nth-of-type(3) {
    padding: 0!important;
}

/*--------------------------------------------------
  館内施設・朝食
-------------------------------------------------- */
#page-equipment .plandetail {
  padding-bottom:50px;
}
#page-equipment .content .inner {
    max-width: 100%;
}
#page-equipment h3 {
  border-bottom: 2px solid #033910;
}
#page-equipment .menuTtl {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
#page-equipment .aboutRestaurant {
  font-size: 14px;
}
#page-equipment .aboutRestaurant .sentence {
  font-size: 14px;
}
#page-equipment table tr td:nth-of-type(1) {
  width: 120px;
}
/*--------------------------------------------------
  周辺環境・県内各地へ
-------------------------------------------------- */
#page-surrounding h3 {
  border-bottom: 2px solid #033910;
}
#page-surrounding .wrap {
  width: calc(100% / 3 - 30px);
  margin-bottom: 50px;
}
#page-surrounding .wrap img {
  width: 100%;
  height: 210px;
}
#page-surrounding .transportation {
  font-size: 16px;
  margin: 20px 0 10px 0;
  font-weight: bold;
}
#page-surrounding .content .inner {
  width: 100%;
}
#page-surrounding .column-inner{
  padding-bottom: 50px;
}
#page-surrounding .column-inner,
#page-surrounding .breadcrumbs {
  max-width: 950px;
  margin: 0 auto;
  width:95%;
}
#page-surrounding .column:nth-of-type(2),
#page-surrounding .column:nth-of-type(3),
#page-surrounding .column:nth-of-type(4),
#page-surrounding .column:nth-of-type(5),
#page-surrounding .column:nth-of-type(6),
#page-surrounding .column:nth-of-type(15),
#page-surrounding .column:nth-of-type(16),
#page-surrounding .column:nth-of-type(17),
#page-surrounding .column:nth-of-type(18),
#page-surrounding .column:nth-of-type(19),
#page-surrounding .column:nth-of-type(20),
#page-surrounding .column:nth-of-type(21) {
    background-color: #FBF7EE!important;
}

#page-surrounding .rightSide {
  width: 30%;
}
#page-surrounding .leftSide {
  /*width: 65%;*/
	width: 100%;
}
#page-surrounding .leftSide.event_surrounding{
	width: 65%;
}
#page-surrounding .rightSide.event_surrounding{
	width: 30%;
}
#page-surrounding .contents {
  width: calc(100% / 2 - 20px);
}
#page-surrounding dt {
  width: 120px;
  float: left;
}
#page-surrounding dt.wid250 {
  width: 250px;
  float: left;
}
/*--------------------------------------------------
  交通アクセス
-------------------------------------------------- */
iframe {
    width: 100%;
    margin: 30px 0;
}
#page-access .content .inner {
    max-width: 100%;
}
#page-access .route.flex-left {
    flex-wrap: nowrap;
    margin-bottom: 30px;
}
#page-access .route.flex-left p {
    padding-left: 15px;
}
/*--------------------------------------------------
  よくある質問
-------------------------------------------------- */
#page-faq .acd-area {
  margin-bottom: 30px;
}
#page-faq .acd-content {
  width: 100%;
  padding: 20px 20px 0 20px;
}
#page-faq .acd-content::before {
    content: "A";
    padding-right: 20px;
}
#page-faq .acd-button {
  background: #033910;
  color: #fff;
  display: block;
  margin-bottom: 1px;
  height: 50px;
  font-size: 16px;
  position: relative;
  line-height: 50px;
  padding: 0 0 0 10px;
  cursor: pointer;
}
#page-faq .acd-button::before {
    content: "Q";
    padding-right: 20px;
}
#page-faq .acd-button::after {
  content: "";
  width: 12px;
  height: 12px;
  border: 0px;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 5px;
  right: 20px;
  margin-top: 10px;
}
.contact-bk {
    background-color:#f5efe3;
    margin-top: 50px;
    padding: 50px 0;
}
#page-faq .content .inner {
    max-width: 100%;
}
#page-faq .column-inner {
    padding-bottom:0;
    margin-bottom:0;
}
#page-faq .tel-form .tel-txt {
  font-size: 20px;
}
/*--------------------------------------------------
    画面サイズ961px
-------------------------------------------------- */
@media screen and (max-width: 961px) {
 .information-info {
	width: 100%!important;
	height:364px!important;
  }
}
/*--------------------------------------------------
全体の調整
-------------------------------------------------- */
#page-home .catchcopy{
	width:auto;
	max-width: 950px;
}
div#top_freearea{
	line-height: 0;
	height: 0;
}
#page-home .bannerWrap .rightSide{
	width:100%;
	height: auto;
	max-width: 950px;
}
/*反映させるために一番下に移動*/
.linkArea .position-l:nth-of-type(2) {
  margin-top: 10px;
}
nav li a , nav li a:visited , nav li a:hover{color:#000!important;}
/*--------------------------------------------------
style.cssの打ち消し
-------------------------------------------------- */
@media screen and (max-width: 1200px){
	nav.gnav li a {
		font-size:14px !important;
	}
	header h1{
		width: 240px !important;
		padding-left:0 !important;
		padding-top:20px !important;
		margin-right: 10px!important;
	}
header h1 img{
	width:240px;
}
}
@media screen and (max-width: 1150px){
	nav.gnav li a {
		font-size:14px !important;
	}
	header h1{
		width: 240px !important;
		padding-left:0 !important;
		padding-top:20px !important;
		margin-right: 10px!important;
	}
header h1 img{
	width:240px;
}
}
@media screen and (max-width: 961px){
	nav.gnav li a {
		font-size:14px !important;
	}
	header h1{
		width: 240px !important;
		padding-left:0 !important;
		padding-top:20px !important;
		margin-right: 10px!important;
	}
header h1 img{
	width:240px;
}
	#page-home .aboutService{
		padding:100px 0 150px 0!important;
	}
}
@media screen and (max-width: 900px){
	nav.gnav li a {
		font-size:14px !important;
	}
	header h1{
		width: 240px !important;
		padding-left:0 !important;
		padding-top:20px !important;
		margin-right: 10px!important;
	}
header h1 img{
	width:240px;
}
	#page-home .main-photo{
		height: 100% !important;
	}
	#page-home .accessArea.flex{
		display: flex !important;
	}
}

#page-room .column:nth-of-type(6),
#page-room .column:nth-of-type(10),
#page-room .column:nth-of-type(14),
#page-room .column:nth-of-type(18),
#page-room .column:nth-of-type(22)
{
	    background-color: #FFF!important;
}

#page-service .column:nth-of-type(2),
#page-service .column:nth-of-type(4),
#page-service .column:nth-of-type(6){
	background:linear-gradient(0deg,#ffffff 100%,#ffffff 100%)!important
}
#page-surrounding .column:nth-of-type(7){
	    background-color: #FFF!important;
}
/*--style.cssの打ち消し--*/
#RthNameArea h2::before,#RthNameArea h2::after{
	background:none;
}
#top_1column{
	display: none;
}
/*--左レーンをそろえる--*/
#htlSide-A a, #htlSide-A a:visited{
	color:#1D54A7;
}
#htlSide-A{	margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;}
.conditionChange select {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: black;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    -webkit-appearance: menulist;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    background-color: white;
    cursor: default;
    margin: 0em;
    font: 400 13.3333px Arial;
    border-radius: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(169, 169, 169);
    border-image: initial;
	padding: 0;
}
.left_voiceline{height:1.3em;}
#htlSide-A input{padding:0;}
dl#dateInptBox dd input.disabled, dl#duDtAndRms dd input.disabled{width: 100%;}
dd.more{padding:0;border:0;font:inherit;vertical-align:baseline;padding-left:0!important;margin:5px}
dd.more a{text-align:right;letter-spacing:0.03em;background:none;box-shadow:none;font-size:82%;transition:initial;display:inline;width:auto;height: auto;}
dd.more:after{ content: none;}
#htlSide-A a:hover, #htlSide-A a:active{background-color:#fff;color:#C00}
/*--IE11崩れ対応--*/
/*.nav_wrap {
min-width:632px!important;
}
nav ul {
	overflow: hidden;
}*/
nav.gnav li.nav07 a{margin-right:0;}</pre></body></html>