@charset "utf-8";

@media screen and (max-width: 768px) {
}
@media screen and (max-width: 480px) {
}

/*google webフォント Noto-sans
-------------------------------------------------------------------------------*/

body {
	margin: 0;
	font-family: 'Sawarabi Mincho', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	/*font-family: 'Sawarabi Mincho', sans-serif;*/
	letter-spacing: 0.05em;

}
@media screen and (max-width: 480px) {
	body {
		font-size: 93.75%;
	}
}


.mincho {
	font-family: 'Sawarabi Mincho', sans-serif;
}



/*　汎用
-------------------------------------------------------------------------------*/

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	vertical-align: bottom;
}
a img {
	border-style: none;
}
a:hover img {
	/*opacity:0.7;*/
}

.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	float: none;
	clear: both;
}

@media (min-width: 751px) {
	a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	}
}

/*　page-top
-------------------------------------------------------------------------------*/

#page-top {
	bottom: 80px;
	position: fixed;
	right: 40px;
}
#page-top a {
	display: block;
	text-decoration: none;
	width: 68px;
	filter:alpha(opacity=9);
	-moz-opacity: 0.95;
	opacity: 0.95;
}
#page-top a:hover {
	text-decoration: none;
	animation: rumble 1s linear infinite;
}
#page-top a:hover img {
	opacity:0.8;
}


@media screen and (max-width: 767px) {
	#page-top {
		right: 20px;
	}
}

 @media screen and (max-width: 480px) {
	#page-top {
		display: none;
	}
	#page-top a {
		display: none;
	}
}


/*汎用テーブル
-------------------------------------------------------------------------------*/
.reg-tb {
	width:100%;
	border-collapse: collapse;
	border-spacing:none;
	table-layout:fixed;
	background-color: #FFF;
}
.reg-tb th {
	padding: 5px;
	background: #dddddd;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #000;
	width: 5em;
}
.reg-tb td {
	padding: 5px 10px;
	border: 1px solid #000;
}


/*　body
-------------------------------------------------------------------------------*/

body {
	font-size: 100%;
	line-height: 1.6;
	color: #000;
	background-color: #F0F0F0;
	font-weight: 300;
}


/*　wrapper
-------------------------------------------------------------------------------*/
#wrapper {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}





/*-------------------------------------------------------------------------------
フッター
-------------------------------------------------------------------------------*/
footer {
	border-top: 10px solid #000;
	width: 100%;
	background-color: #243418;
}

.footer-container {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	max-width: 920px;
	overflow: hidden;
	padding-bottom: 1em;
}
.ft-head {
	padding-top: 40px;
	overflow: hidden;
	padding-bottom: 25px;
	margin-bottom: 24px;
	border-bottom: 1px solid #FFF;
}
@media screen and (max-width: 479px) {
	.ft-head {
		padding-top: 20px;
	}
}

footer h1 {
	margin-right: 20px;
	text-align: center;
}
@media screen and (max-width: 479px) {
	footer h1 {
		margin-right: 0;
	}
}
footer h1 img {
	max-width: 280px;
	height: auto;
	width: 100%;
}
#footerNv {
}
#footerNv ul {
	margin-top: 11px;
	margin-bottom: 24px;
	text-align: center;
}
#footerNv ul li {
	display: inline-block;
	border-left: 1px solid #999;
	line-height: 1.1;
	padding-left: 0.5em;
	padding-right: 0.5em;
	white-space: nowrap;
}

#footerNv ul li:first-child {
	border-left: none;
}
#footerNv ul li a {
	color: #211613;
	font-size: 86%;
}

@media screen and (max-width: 479px) {
	#footerNv ul {
		text-align: left;
	}
}

footer h2 {
	text-align: center;
	font-size: 112.5%;
}
footer h2:before {
	content:"[";
	font-size: 112.5%;
}
footer h2:after {
	content:"]";
	font-size: 112.5%;
}
footer h2 span {
	display: inline-block;
}
@media screen and (max-width: 479px) {
footer h2 {
	text-align: center;
	font-size: 100%;
}
footer h2:before {
	content:"";
}
footer h2:after {
	content:"";
}
}
.ft-tel {
	padding-top:8px;
	text-align: center;
}
.ft-tel li {
	display:inline-block;
	font-size: 93.5%;
}
.ft-tel li a {
	font-size: 137.5%;
}
.ft-tel li span {
	display:inline-block;
}
.ft-tel li address:before {
	content: '／';
}
@media screen and (max-width: 479px) {
	.ft-tel li address:before {
		content: '';
	}
}



.social-mini {
	padding-top: 8px;
	text-align: center;
}
.social-mini li {
	display: inline-block;
	margin-right: 8px;
	margin-left: 8px;
}
.social-mini li i {
	font-size: 200%;
	color: #000;
}


.trancelate-caution {
	color: #FFF;
}
@media screen and (max-width: 479px) {
	.trancelate-caution {
	display: none;
	}
}
.trancelate-caution h3 {
	margin-bottom: 0.5em;
	font-size: 81.25%;
	font-weight: bold;
}
.trancelate-caution p {
	font-size: 75%;
	margin-bottom: 1em;
	line-height: 1.4;
	text-align: justify;
}

.ft-docci-logo {
	text-align: center;
	margin-top: 24px;
	margin-bottom: 24px;
}

.copyright {
	text-align: center;
	font-size: 75%;
	letter-spacing: 0em;
}
.copyright li {
	display: inline;
	/*white-space: nowrap;*/
}

.copyright span {
	font-family: Arial, Helvetica, sans-serif;
	white-space: nowrap;
	margin-left: 1em;
}

@media screen and (max-width: 479px) {
	.copyright {
		text-align: left;
	}
	.copyright li {
		display: block;
	}
	.copyright span {
	margin-left: 0;
	}
}

.ft-hub-nav {
	width: 90%;
	max-width:480px;
	margin-right: auto;
	margin-left: auto;
	display: table;
	padding-bottom: 35px;
}
.ft-hub-nav li {
	box-sizing:border-box;
	width: 33%;
	margin-right: auto;
	margin-left: auto;
	display: table-cell;
	padding-right: 8px;
	padding-left: 8px;
	text-align: center;
	vertical-align: middle;
}

.ft-hub-nav li a img {
	width:100%;
	height;auto;
	display:block;
}



/*-------------------------------------------------------------------------------
基本共通パーツ
-------------------------------------------------------------------------------*/

.w-960 {
	width:95%;
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.w-830 {
	width:95%;
	max-width: 830px;
	margin-right: auto;
	margin-left: auto;
}

.tu-64 {
	padding-top: 64px;
	padding-bottom: 64px;
}
@media screen and (max-width: 480px) {
	.tu-64 {
		padding-top: 32px;
		padding-bottom: 32px;
	}
}

.tu-128 {
	padding-top: 160px;
	padding-bottom: 64px;
}
@media screen and (max-width: 760px) {
	.tu-128 {
		padding-top: 96px;
		padding-bottom: 64px;
	}
}


/*---*/

.page-intro {
	padding-top: 80px;
	padding-bottom: 80px;
}
.page-intro header {
	margin-bottom: 24px;
}
.page-intro header h1 {
	text-align: center;
	font-size: 230%;
	line-height: 1.4;
	font-family: 'Sawarabi Mincho', sans-serif;
	letter-spacing: 0.1em;
	margin-bottom: 1em;
}
.page-intro header h1 span {
	display: inline-block;
}
.page-intro p.h1-copy {
	text-align: center;
	font-size: 175%;
	line-height: 1.4;
	font-family: 'Sawarabi Mincho', sans-serif;
}
.page-intro header h2 {
	text-align: center;
	font-size: 175%;
	line-height: 1.4;
	font-family: 'Sawarabi Mincho', sans-serif;
	letter-spacing: 0.1em;
}
.page-intro header h2 span {
	display: inline-block;
}
.page-intro h3 {
	font-family: 'Sawarabi Mincho', sans-serif;
	font-size: 160%;
	line-height: 1.4;
	font-weight: 100;
	text-align: center;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
.page-intro p {
	font-family: 'Sawarabi Mincho', sans-serif;
	font-size: 112.5%;
	line-height: 1.4;
	font-weight: 100;
	letter-spacing: 0.05em;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2em;
}
@media screen and (max-width: 480px) {
	.page-intro {
		padding-top: 64px;
		padding-bottom: 64px;
	}
	.page-intro header h2 {
		font-size: 150%;
	}
	.page-intro p {
	font-size: 100%;
	text-align: left;
	}
}

/*---*/


.home-images {
	width: 95%;
	margin: 80px auto;
}
.home-images img {
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	display:block;
}



.sect-header {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-family: 'Sawarabi Mincho', sans-serif;
	margin-bottom: 8px;
}
.sect-header h3 {
	font-size: 175%;
	letter-spacing: 0.15em;
}
.en-title {
	font-size: 87.5%;
}
@media screen and (max-width: 480px) {
	.sect-header h3 {
		font-size: 150%;
	}
}

/*---*/

.link-btn {
	text-align: center;
	margin: 24px auto;
	height: 30px;
	width: 140px;
}
.link-btn p {
	display: table;
	height: 30px;
	width: 140px;
}
.link-btn p a {
	display: table-cell;
	border: 1px solid #FFF;
	text-align: center;
	vertical-align: middle;
	font-size: 93.75%;
	transition: all .4s;
	color: #FFF;
}
.link-btn p a:hover {
	text-decoration: none;
	border:none;
	border-radius:12px;
	background-color: #FFF;
	color: #243418;
}

.link-btn-r {
	text-align: center;
	margin: 24px auto;
	height: 30px;
	width: 140px;
}
.link-btn-r p {
	display: table;
	height: 30px;
	width: 140px;
}
.link-btn-r p a {
	display: table-cell;
	border: 1px solid #FFF;
	text-align: center;
	vertical-align: middle;
	font-size: 93.75%;
	transition: all .4s;
	color: #FFF;
}
.link-btn-r p a:hover {
	text-decoration: none;
	border:none;
	border-radius:12px;
	background-color: #FFF;
	color: #243418;
}

/*-----*/

.parallax {
	padding-top: 400px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
@media screen and (max-width: 780px) {
	.parallax {
		padding-top: 300px;
	}
}
@media screen and (max-width: 480px) {
	.parallax {
	padding-top: 160px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	}
}

/*トップ*/
#parallax-01 {
	background-image: url(../img/parallax-01.jpg);
}
#parallax-02 {
	background-image: url(../img/parallax-02.jpg);
}

/*ホテル*/
#parallax-03 {
	background-image: url(../img/parallax-03.jpg);
}
#parallax-04 {
	background-image: url(../img/parallax-04.jpg);
}

/*day spa*/
#parallax-05 {
	background-image: url(../img/parallax-05.jpg);
}
#parallax-06 {
	background-image: url(../img/parallax-06.jpg);
}
#parallax-07 {
	background-image: url(../img/parallax-07.jpg);
}
#parallax-08 {
	background-image: url(../img/parallax-08.jpg);
}
#parallax-09 {
	background-image: url(../img/parallax-09.jpg);
}
#parallax-10 {
	background-image: url(../img/parallax-10.jpg);
}

/*-----*/


#hero-section {
	width: 100%;
	padding-top: 130px;
	padding-bottom: 40px;
}
	@media screen and (max-width: 760px) {
			#hero-section {
			padding-top: 60px;
		}
	}

#page-hotel .hero {
	background-image: url(../img/hero-hotel.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 400px;
}
#page-dayspa .hero {
	background-image: url(../img/hero-dayspa.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 400px;
}
#page-cusine .hero {
	background-image: url(../img/hero-cusine.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 400px;
}
#page-access .hero {
	background-image: url(../img/hero-access.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 400px;
}
	@media screen and (max-width: 480px) {
		#page-hotel .hero,
		#page-dayspa .hero,
		#page-cusine .hero,
		#page-access .hero {
			padding-top: 200px;
		}
	}


#home-header{
	width: 100%;
	overflow: hidden;
	height: auto;
	min-height: 100vh;
	position: relative;
}
#home-header-in {
	display:table;
	width: 100%;
	height: 100vh;
}

#home-h1 {
	display:table-cell;
	text-align: center;
	vertical-align: middle;
}
#home-h1 img {
	display:block;
	width:90%;
	max-width:609px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 70px;
}

@media screen and (max-width: 680px) {
#home-h1 {
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
}
}



.hero-header {
	background-color: #FFF;
	height: 200px;
	width:90%;
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
	display: table;
}
.hero-header-in {
	height: 200px;
	width:90%;
	max-width: 960px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	/*background: linear-gradient(#F2F2F2, #FFF);*/
}
.hero-header h2 {
	font-family: 'Sawarabi Mincho', sans-serif;
	font-size: 312.5%;
	letter-spacing: 0.1em;
}
.hero-header .en-title {
	font-family: "Times New Roman", Times, serif;
	font-size: 93.75%;
	font-weight: bold;
}
	@media screen and (max-width: 480px) {
		.hero-header {
			height: 150px;
			/*background: linear-gradient(to top, #FFF, rgba(255, 255, 255, 0));*/
		}
		.hero-header-in {
			height: 150px;
		}
		.hero-header h2 {
			font-size: 187.5%;
			/*text-shadow:0px 0px 4px #ffffff;*/
		}
	}

.main-copy {
	font-family: 'Sawarabi Mincho', sans-serif;
	width: 90%;
	max-width:960px;
	margin-right: auto;
	margin-left: auto;
}
.main-copy h3 {
	font-size: 187.5%;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 24px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: 400;
	letter-spacing: 0.1em;
}
.main-copy h3 span {
	display: inline-block;
}
.main-copy p {
	font-size: 125%;
	text-align: justify;
	line-height: 1.4;
}

.main-copy h4.cusine-title {
	font-size: 150%;
	text-align: center;
	position: relative;
	margin-top: 32px;
}
.main-copy h4.cusine-title:before {
	position: absolute;
	left: 0;
	z-index: 2;
	content: '';
	width: 90px;
	height: 1px;
	right: 0;
	background: #000;
	margin: auto;
	top: -16px;
}

	@media screen and (max-width: 480px) {
		.main-copy h3 {
			font-size: 150%;
		}
		.main-copy p {
			font-size: 112.5%;
		}
	}


/*-------------------------------------------------------------------------------
ホーム　index.html
-------------------------------------------------------------------------------*/
/*home-intro
---------------------------------------*/
#home-intro {
}


/*home-information
---------------------------------------*/

#home-information {
	width:100%;
	background-color: #73645A;
	color: #FFF;
}
#home-information header {
	border-bottom: 1px solid #FFF;
}

.home-info-index {
	width:95%;
	max-width: 830px;
	margin-right: auto;
	margin-left: auto;
	display:flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-top: 24px;
}
.home-info-index li {
	width:150px;
	margin-bottom: 16px;

}
.home-info-index li a {
	display:block;
	padding-bottom: 8px;
	transition: all .4s;
	color: #FFF;
}
/*.home-info-index li a:hover {
	box-shadow:0px 0px 4px 1px #bdbdbd;

}*/
.home-info-index li figure {
	display:block;
	width:150px;
	height:auto;
	margin-bottom: 8px;
}
.home-info-index li figure img {
	display:block;
	width:150px;
	height:auto;
}
.home-post-timestamp {
	font-size: 81.25%;
	letter-spacing: 0.05em;
}
.home-post-title {
	line-height: 1.4;
	font-size: 93.75%;
}

@media screen and (max-width: 640px) {
	.home-info-index {
		display:block;
		margin-top: 24px;
	}
	.home-info-index li {
	width:100%;
	margin-bottom: 4px;
	padding-bottom: 0px;
	}
	.home-info-index li a {
	display:block;
	overflow: hidden;
	margin-bottom: 0px;
	}
	.home-info-index li figure {
	float: left;
	width:100px;
	height:auto;
	margin-right: 8px;
	margin-bottom: 0px;
	}
	.home-info-index li figure img {
		width:100px;
	}
}







#home-shortcut-nav {
	height: 435px;
	width: 100%;
	display: table;
	color: #FFF;
}


#home-shortcut01 {
	background-image: url(../img/home-shortcut01_bg.jpg);
	background-position: center center;
	background-size: cover;
}
#home-shortcut02 {
	background-image: url(../img/home-shortcut02_bg.jpg);
	background-position: center center;
	background-size: cover;
}
#home-shortcut03 {
	background-image: url(../img/home-shortcut03_bg.jpg);
	background-position: center center;
	background-size: cover;
}

.shortcut-box {
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	width: 33.3%;
}
.home-shortcut-copy {
	font-size: 137.5%;
	font-family: 'Sawarabi Mincho', sans-serif;
}
.home-shortcut-copy span {
	display: inline-block;
}

.aveda-logo {
	margin:16px auto;
}
.aveda-logo img {
	width:100%;
	max-width:180px;
	height:auto;
}

.link-btn-w {

	line-height: 40px;
	font-size: 93.75%;
	text-align: center;
}
.link-btn-w p {
	text-align: center;
}
.link-btn-w p i {
	font-weight: bold;
	margin-left: 8px;
}
.link-btn-w p a {
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	color: #54295A;
	transition: all .4s;
	height: 40px;
	width: 250px;
	display: block;
}
.link-btn-w a:hover {
	text-decoration: none;
	border-radius:20px;
}

@media screen and (max-width: 800px) {
#home-shortcut-nav {
	width: 100%;
	display: block;
	height: auto;
}
.shortcut-box {
	display: block;
	width:100%;
	padding-top: 16px;
	padding-bottom: 16px;
}
}

#home-shortcut-cusin {
	text-align: center;
	height: 438px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/home-shortcut-cusin_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	display: table;
}
.table-cell {
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
@media screen and (max-width: 780px) {
#home-shortcut-cusin {
	background-position: left center;
	height: 380px;
}
}


#home-floorguide {
	background-color: #F2F2F2;
}

.floormap {
	text-align: center;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.floormap img {
	width:100%;
	max-width:470px;
	height:auto;
	margin-bottom: 32px;
	display: inline-block;
}

.indrview {
	width:90%;
	max-width:920px;
	margin:0 auto;
}


#g-map {
	height: 550px;
	width: 100%;
}

#home-map {
	height: 550px;
	width: 100%;
}

.map-balloon {
	font-size: 120%;
}
.map-balloon a {
	font-weight: bold;
	border-bottom: 1px solid #000;
}

.map-balloon a:hover {
	font-weight: bold;
	border-bottom: 1px solid #900;
}

.map-balloon span {
	font-size: 86%;
}



#reserve-entrance * {
	box-sizing:border-box;
}

#reserve-entrance {
	width: 90%;
	max-width:960px;
	background-color: #f2F2F2;
	font-family: 'Sawarabi Mincho', sans-serif;
	margin: 40px auto;
	padding-bottom: 40px;
}
#reserve-entrance h3 {
	background: linear-gradient(#fff 50%, #F2F2F2 50%);
	font-size: 187.5%;
	text-align: center;
	letter-spacing: 0.1em;
	margin-bottom: 24px;
}
	@media screen and (max-width: 480px) {
		#reserve-entrance h3 {
			font-size: 150%;
		}
		#reserve-entrance h3 span {
			display:inline-block;
		}
	}

#reserve-entrance ul {
	text-align: center;
	margin-bottom: 16px;
}
#reserve-entrance ul li {
	display: inline-block;
	margin-bottom: 4px;
}
#reserve-entrance ul li a {
	line-height: 40px;
	text-align: center;
	display: block;
	height: 40px;
	width: 200px;
	border: 1px solid #000;
	color: #000;
	font-weight: 600;
	text-decoration: none;
	transition: all .4s;
	background-color: #FFF;
}
#reserve-entrance ul li a:hover {
	background-color: #7C7286;
	border: 1px solid #7C7286;
	color: #FFF;
}

.caution {
	font-size: 75%;
	text-align: center;
	margin-bottom: 16px;
}
#reserve-entrance .bn {
	text-align: center;
	margin-bottom: 24px;
}
#reserve-entrance .bn img {
	width:90%;
	max-width:700px;
	height:auto;
}

#reserve-entrance .note {
	text-align: center;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	font-size: 93.75%;
}

#hotel-rooms {
	width:100%;
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
}

.sample-layout-a {
	width:100%;
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 80px;
}

#hotel-cusine {
	width:100%;
	max-width: 960px;
	margin: 64px auto;
}

.sample-layout-b {
	width:100%;
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 80px;
}




.overview {
	width: 100%;
	max-width:960px;
	margin:0 auto;
	overflow: hidden;
	font-family: 'Sawarabi Mincho', sans-serif;
}
@media screen and (max-width: 960px) {
	.overview {
		width: 95%;
	}
}
.overview-2col {
	width: 100%;
	max-width:960px;
	margin:0 auto;
	font-family: 'Sawarabi Mincho', sans-serif;
	display:flex;
	justify-content: space-between;
}

.overview-head {
	float:left;
	width:30%;
	max-width:280px;
	margin-bottom: 24px;
}

.overview-head-w50 {
	width:50%;
	max-width:450px;
	margin-bottom: 24px;
	box-sizing:border-box;
	padding-right: 8px;
	padding-left: 8px;
	text-align: center;
}

.overview-head h4 {
	font-size: 187.5%;
}
.overview-head h4 span {
	font-size: 67%;
}
.overview-head p {
	font-size: 93.75%;
	line-height: 1.4;
	text-align: justify;
}

.overview-head-w50 h4 {
	font-size: 187.5%;
	letter-spacing: 0.1em;
}

.overview-head-w50 h5 {
	font-size: 150%;
	margin-bottom: 8px;
}

.overview-head-w50 p {
	font-size: 93.75%;
	line-height: 1.4;
	text-align: left;
}

.cusine-image {
	display: block;
	height: auto;
	width: 100%;
	max-width:450px;
	margin-bottom: 8px;
}
.cusine-image img {
	display: block;
	height: auto;
	width: 100%;
	max-width:450px;
}

@media screen and (max-width: 480px) {
	.overview-2col {
		width: 100%;
		display:block;
	}
	.overview-head-w50 {
		width:100%;
	}
}




.link-btn2 {
	box-sizing:border-box;
	margin-top: 1em;
	text-align: center;
}
.link-btn2 a {
	box-sizing:border-box;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border: 1px solid #000;
	line-height: 40px;
	height: 40px;
	width:100%;
	max-width: 280px;
	color: #000;
	display: block;
	text-decoration: none;
	transition: all .4s;
}
.link-btn2 a:hover {
	color: #FFF;
	background-color: #707286;
	border:none;
}

.overview-details {
	float:right;
	width:68%;
	max-width:660px;
}
.details-tb {
	border-collapse:collapse;
	border-spacing:none;
	box-sizing:border-box;
	font-size: 93.75%;
	width:100%;
}
.details-tb th {
	background-color: #F2F2F2;
	border: 1px solid #CCC;
	padding: 8px;
	text-align: center;
	vertical-align: middle;
	width: 170px;
}
.details-tb td {
	border: 1px solid #CCC;
	padding: 8px;
	text-align: left;
	background-color: #FFF;
}
@media screen and (max-width: 768px) {
	.overview-head {
		float:none;
		width:100%;
		max-width:660px;
	}
	.overview-details {
		float:none;
		width:100%;
	}
}

@media screen and (max-width: 480px) {
	.details-tb th {
		padding: 4px;
		text-align: left;
		width: 100px;
	}
	.details-tb td {
		padding: 4px;
	}
}


#hotel-spa,
#hotel-headspa,
#hotel-relaxation {
	width:100%;
	max-width: 960px;
	margin: 64px auto;
}

/*home-michelin
---------------------------------------*/

#home-michelin {
	height: 350px;
	width: 100%;
	background-image: url(../img/home-michelin.jpg);
	background-repeat: no-repeat;
	/*background-size:auto 100%;*/
	background-size:cover;
	display:table;
}

.home-michelin-copy {
	height: 350px;
	width: 100%;
	display:table-cell;
	vertical-align: middle;
	text-align: center;
}
.home-michelin-copy img {
	display: inline-block;
	height: auto;
	width:90%;
	max-width: 830px;
}

@media screen and (max-width: 800px) {
	#home-michelin {
		height: 250px;
	}
	.home-michelin-copy {
		height: 250px;
	}
}
@media screen and (max-width: 530px) {
	#home-michelin {
		height: 200px;
	}
	.home-michelin-copy {
		height: 200px;
	}
}


.home-michelin-copy-mb {
	display: none;
}
.home-michelin-copy-mb img {
}

@media screen and (max-width: 480px) {
	#home-michelin {
		height: 180px;
	}

	.home-michelin-copy {
		display: none;
	}
	.home-michelin-copy-mb {
		display:table-cell;
		height: 180px;
		width: 100%;
		vertical-align: middle;
		text-align: center;
	}
	.home-michelin-copy-mb img {
		display: inline-block;
		height: auto;
		width:90%;
		max-width: 670px;
	}
}





/*
page-dayspa
------------------------------------------------------*/

#page-dayspa {
}

/*dayspa-fee
--------------------------*/
#dayspa-fee {
	width:95%;
	max-width:700px;
	margin:40px auto 64px;
}
#dayspa-fee table {
	border-collapse:collapse;
	border-spacing:none;
	background-color: #F2F2F2;
	width:100%;
	max-width:760px;
	margin-bottom:16px;
	font-family: 'Sawarabi Mincho', sans-serif;
	font-size: 125%;
}
#dayspa-fee table th {
	border: 1px solid #CCC;
	padding: 8px;
	text-align: center;
	vertical-align: middle;
}
#dayspa-fee table td {
	border: 1px solid #CCC;
	padding: 8px;
	vertical-align: middle;
}
@media screen and (max-width: 480px) {
	#dayspa-fee table {
		font-size: 100%;
	}
	#dayspa-fee table th {
		padding: 4x;
	}
	#dayspa-fee table td {
		padding: 4px;
	}
}

#dayspa-fee ul {
	font-size: 93.75%;
}
#dayspa-fee ul li {
	display: inline;
}

/*dayspa-spa
--------------------------*/
#dayspa-spa {
	width:100%;
	max-width:960px;
	margin:40px auto 64px;
}

.spa-details {
	border-collapse:collapse;
	border-spacing:none;
	table-layout:fixed;
	width:100%;
	max-width:960px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
	.spa-details {;
	display: none;
	}
}

.spa-details * {
	box-sizing:border-box;
}
.spa-details tr {
	border-bottom: 1px solid #CCC;
}
.spa-details tr:last-child {
	border-bottom: none;
}
.spa-details th {
	padding: 8px;
	font-size: 187.5%;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	letter-spacing: 0.5em;
	width:20%;
}
.spa-details td {
	padding: 8px;
	font-size: 93.75%;
	line-height: 1.4;
}
.spa-details td.second-th {
	font-size: 112.5%;
	width: 20%;
	white-space: nowrap;
}


.spa-details-sm {
	display:none;

}
@media screen and (max-width: 768px) {
	.spa-details-sm {;
	display: block;
	margin-bottom: 40px;
	}
}

.spa-details-sm h4 {
	font-size: 150%;
	letter-spacing: 0.5em;
	border-bottom: 1px solid #CCC;
}
.spa-details-sm dl {
	padding-left: 1em;
	margin-bottom: 1em;
}
.spa-details-sm dt {
	font-size: 112.5%;
	padding-top: 4px;
}
.spa-details-sm dd {
	font-size: 87.5%;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 1em;
	border-bottom: 1px solid #CCC;
	line-height: 1.4;
}


.dayspa-img {
	width:95%;
	max-width:960px;
	margin: 40px auto 64px;
}
.dayspa-img img {
	width:100%;
	max-width:960px;
	height: auto;
	display: block;
}

/*dayspa-garden
---------------------------*/
#dayspa-garden {
	margin-top: 64px;
	margin-bottom: 64px;
}

.sect-header h3 span {
    font-size: 72%;
    letter-spacing: 0.15em;
}


/* dayspa-japaneseroom
----------------------------*/
#dayspa-japaneseroom {
	margin-top: 64px;
	margin-bottom: 64px;
}




/*--------------------------------------------------
 page-cusine
----------------------------------------------------*/

/* cusine-yura
---------------------------*/
#cusine-yura {
	/*width:100%;*/
	margin:64px auto;
	background-image: url(../img/bg_yura.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: 'Sawarabi Mincho', sans-serif;
	width: 100%;
}
.yura-in {
	width: 95%;
	max-width:960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 90px;
}
.yura-in header {
	margin-bottom: 48px;
}
.yura-in h5 {
	font-size: 175%;
	letter-spacing: 0.1em;
}
.yura-in en-title {
	font-family: "Times New Roman", Times, serif;
	font-size: 93.75%;
}
.yura-text {
	font-size: 93.75%;
	max-width: 550px;
	width:100%;
	margin-bottom: 48px;
}
.yura-in figure {
	width: 100%;
	max-width:960px;
}
.yura-in figure img {
	display: block;
	height: auto;
	width: 100%;
	max-width:960px;
}


/* bg-coast
----------------------------*/
.bg-coast {
	background-image: url(../img/bg_coast.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/* about-wine
----------------------------*/
#about-wine {
	box-sizing:border-box;
	padding: 24px 40px;
	width: 95%;
	max-width:960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #f2f2f2;
	display: flex;
	justify-content: space-between;
	font-family: 'Sawarabi Mincho', sans-serif;
}

#about-wine header {
	max-width:350px;
	margin-right: 16px;
}
#about-wine header h5 {
	font-size: 125%;
	margin-bottom:0.5em;
}
#about-wine header p {
	font-size: 93.75%;
	line-height: 1.4;
	text-align: justify;
}
#about-wine figure {
	max-width: 480px;
}
#about-wine figure img {
	display: block;
	max-width: 480px;
	width:100%;
	height:auto;
}
@media screen and (max-width: 768px) {
	#about-wine {
	display: block;
	padding: 24px;
	}
	#about-wine header {
		width:100%;
		max-width:768px;
	}
	#about-wine header p {
		margin-bottom: 1em;
	}
	#about-wine figure {
		max-width: 768px;
	}
	#about-wine figure img {
		max-width: 768px;
	}
}

/* cusine-food
---------------------------*/
#cusine-food {
	width: 95%;
	max-width:960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 230px;
	font-family: 'Sawarabi Mincho', sans-serif;
	margin-bottom: 64px;
}
#cusine-food header {
	margin-bottom: 48px;
}
#cusine-food h5 {
	font-size: 175%;
	letter-spacing: 0.1em;
}
#cusine-food en-title {
	font-family: "Times New Roman", Times, serif;
	font-size: 93.75%;
}
#food-panel {
	width:100%;
	max-width:960px;
	display:flex;
	margin-right: auto;
	margin-left: auto;
}
#food-panel li {
	width:33%;
	max-width:320px;
}
.food-panel-a {
	background: linear-gradient(#F2F2F2, #FFF);
}
.food-panel-b {
	background: linear-gradient(#E6E6E6, #FFF);
}
#food-panel li figure {
	display:block;
	width:100%;
	max-width:320px;
}
#food-panel li figure img {
	width:100%;
	max-width:320px;
	height:auto;
	display:block;
}
#food-panel li h6 {
	font-size: 125%;
	text-align: center;
	margin-bottom: 16px;
	margin-right: 8px;
	margin-left: 8px;
	padding-top: 16px;
}
#food-panel li p {
	font-size: 93.75%;
	line-height: 1.4;
	text-align: justify;
	margin-right: 12px;
	margin-left: 12px;
}

@media screen and (max-width: 768px) {
	#cusine-food {
		padding-top: 160px;
	}
	#cusine-food header {
		margin-bottom: 24px;
	}
}
@media screen and (max-width: 480px) {
	#food-panel {
		display:block;
	}
	#food-panel li {
	width:100%;
	max-width:320px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 16px;
	padding-bottom: 16px;
	}
}

/* cusine-access
---------------------------*/
#cusine-access {
	width:95%;
	max-width:960px;
	margin: 64px auto;
}
#cusine-access figure {
	width:100%;
	max-width:960px;
	margin-bottom: 32px;
}
#cusine-access figure img {
	width:100%;
	max-width:960px;
	height:auto;
	display:block;
}
#cusine-access .details-tb {
	width:100%;
}
#cusine-access .details-tb li {
	display:inline-block;
}
#cusine-access .details-tb li span {
	display:inline-block;
}


/*-------------------------------------------------------------
 access
--------------------------------------------------------------*/

/* access-details
-----------------------------*/
#access-details {
	width:95%;
	max-width: 650px;
	font-family: 'Sawarabi Mincho', sans-serif;
	margin: 64px auto;
}

#access-details .details-tb {
	width:100%;
}
#access-details .details-tb img {
	width:100%;
	display:inline-block;
	max-width:440px;
	height:auto;
}


.details-tb-sm {
	display: none;
}
@media screen and (max-width: 480px) {
	#access-details .details-tb {
		display: none;
	}
	.details-tb-sm {
		display: block;
	}
}
.details-tb-sm {
	width:100%;
}
.details-tb-sm dt {
	background-color: #f2f2f2;
	padding: 4px;
}
.details-tb-sm dd {
	font-size: 93.75%;
	line-height: 1.4;
	padding: 4px;
	margin-bottom: 8px;
}
.details-tb-sm dd p {
	margin-bottom: 1em;
}
.details-tb-sm dd img {
	width:100%;
	display:inline-block;
	max-width:440px;
	height:auto;
}


#access-map {
	width:95%;
	max-width:960px;
	margin-right: auto;
	margin-bottom: 80px;
	margin-left: auto;
}

#privacypolicy {
	margin: 64px auto;
	width: 90%;
	max-width:960px;
}

.privacy-txt-jp {
	font-family: 'Sawarabi Mincho', sans-serif;
	margin-bottom: 48px;
	padding-bottom: 48px;
	border-bottom: 1px solid #000;
}
.privacy-txt-jp h4 {
	font-size: 112.5%;
	margin-bottom: 0.5em;
	margin-top: 1em;
	border-bottom: 1px dotted #CCC;
}
.privacy-txt-jp p {
	font-size: 93.75%;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 1.4;
}
.privacy-txt-jp ol {
	font-size: 93.75%;
	margin-bottom: 1em;
	line-height: 1.4;
	padding-left: 1em;
	list-style: decimal;
	margin-left: 0.5em;
}


.privacy-txt-en {
	font-family: Verdana, Geneva, sans-serif;
}
.privacy-txt-en h4 {
	font-size: 137.5%;
	margin-bottom: 1em;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.privacy-txt-en h5 {
	font-size: 112.5%;
	margin-bottom: 0.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 2em;
	border-bottom: 1px solid #CCC;
}
.privacy-txt-en p {
	font-size: 87.5%;
	margin-bottom: 1em;
	text-align: left;
	line-height: 1.4;
}
.privacy-txt-en ol {
	font-size: 93.75%;
	margin-bottom: 1em;
	line-height: 1.4;
	padding-left: 1em;
	list-style: decimal;
	margin-left: 0.5em;
}


/*news-singleBox
---------------------------*/
.news-singleBox {
	width: 90%;
	max-width:830px;
	margin-right: auto;
	margin-bottom: 64px;
	margin-left: auto;
	padding-top: 24px;
}

.news-singleBox h4 {
	font-family: 'Sawarabi Mincho', sans-serif;
	font-size: 137.5%;
	margin-bottom: 32px;
	line-height: 1.4;
}
@media screen and (max-width: 480px) {
	.news-singleBox h4 {
		font-size: 112.5%;
	}
}

.news-singleBox p {
	font-family: 'Sawarabi Mincho', sans-serif;
	font-size: 93.75%;
	margin-bottom: 1em;
}
@media screen and (max-width: 480px) {
	.news-singleBox p {
		font-size: 87.5%;
	}
}

.news-singleBox .post-content {
	width: 100%;
	max-width:830px;
}
.news-singleBox .post-content img {
	max-width:100%;
	height: auto;
}

.news-singleBox .post-content a {
	color: #FFF;
	font-weight: bold;
	display: inline-block;
	border-bottom: 1px dotted #FFF;
	font-family: "Noto Sans JP";
}

.news-sideBox {
	width: 90%;
	max-width:640px;
	margin-right: auto;
	margin-bottom: 32px;
	margin-left: auto;
	padding-top: 32px;
}
.news-sideBox h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	margin-bottom: 8px;
	padding-bottom:8px;
	border-bottom: 1px solid #FFF;
	font-size: 112.5%;
}


.single-info-index {
	width:95%;
	max-width: 640px;
	margin-right: auto;
	margin-left: auto;
	display:block;
	margin-top: 24px;
}
.single-info-index li {
	width:100%;
	margin-bottom: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid #CCC;
}
.single-info-index li a {
	display:block;
	overflow: hidden;
	margin-bottom: 0px;
	color: #FFF;
}

.single-info-index li figure {
	float: left;
	width:100px;
	height:auto;
	margin-right: 8px;
	margin-bottom: 0px;
	display:block;
}
.single-info-index li figure img {
	display:block;
	width:100px;;
	height:auto;
}
.single-post-timestamp {
	font-size: 81.25%;
	letter-spacing: 0.05em;
}
.single-post-title {
	line-height: 1.4;
	font-size: 93.75%;
}



/*-------------------------------------------------------------
 banner
--------------------------------------------------------------*/

.banner {
}
.banner .banner-pc {
}
.banner .banner-sp {
	display:none;
}
@media screen and (max-width: 480px) {
	.banner .banner-pc {
		display:none;
	}
	.banner .banner-sp {
		display:block;
	}
}

.banner a img {
	display:block;
	width:100%;
	height:auto;
	margin:0 auto;
	transition: all .4s;
}
.banner a:hover img {
	opacity:0.9;
}

#banner-top-area {
	width: 90%;
	max-width:750px;
	margin-right: auto;
	margin-bottom: 64px;
	margin-left: auto;
	text-align: center;
}


/*　add
-------------------------------------------------------------------------------*/

/*20181210 side-btn*/

#side-btn {
	position: fixed;
	right: 0px;
	height: 230px;
	width: 58px;
	top: 200px;
	text-align: right;
}
#side-btn a {
	display: block;
	text-decoration: none;
	width: 58px;
	margin: 0px -8px 0px 8px;
	transition: .2s ease-out;
}
#side-btn a:hover {
	margin: 0px -4px 0px 4px;
}
#side-btn a:hover img {
}

 @media screen and (max-width: 479px) {
	#side-btn {
		display: none;
	}
	#side-btn a {
		display: none;
	}
}

/*--------------------------------------------------------*/

#page-header-cover {
	height: 370px;
	width: 100%;
}

.guest-header {
	background-image: url(../img/guest-header.jpg);
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.cusine-header {
	background-image: url(../img/cusine-header.jpg);
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.facilities-header {
	background-image: url(../img/facilities-header.jpg);
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.goto-header {
	background-image: url(../img/goto-header.jpg);
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.stay-header {
	background-image: url(../img/stay-header.jpg);
	background-size:cover;
	background-repeat: no-repeat;
	background-position: right center;
}

@media screen and (max-width: 640px) {
	.guest-header {
		background-image: url(../img/guest-header_sm.jpg);
		background-position: center bottom;
	}
	.cusine-header {
		background-image: url(../img/cusine-header_sm.jpg);
		background-position: center center;
	}
	.facilities-header {
		background-image: url(../img/facilities-header_sm.jpg);
		background-position: center top;
	}
	.goto-header {
		background-image: url(../img/goto-header_sm.jpg);
		background-position: center top;
	}
	.stay-header {
		background-image: url(../img/stay-header_sm.jpg);
		background-position: right top;
	}
}


/*------------*/

.page-header-container {
	padding-top: 72px;

	width: 100%;
	position: relative;
}
#page-header {
	text-align: center;
	width: 90%;
	max-width:830px;
	margin-right: auto;
	margin-left: auto;

}
#page-header h1 {
	font-size: 312.5%;
	line-height: 1.1;

	padding-bottom: 48px;
}
#page-header h1 span {
	font-size: 60%;
	display:inline-block;
}

#page-header::after {
	position: absolute;
	content: " ";
	display: block;
	height: 100px;
	width: 1px;
	top: -50px;
	left: 0px;
	background-color: #000;
	right: 0px;
	margin-right: auto;
	margin-left: auto;
}

#page-header h2 {
	font-size: 156.25%;
	padding-bottom: 32px;
}

#page-header .jp {
	text-align: justify;
	font-size: 93.75%;
	padding-bottom: 24px;
}
#page-header .en {
	/*text-align: left;*/
	text-align: justify;
	font-size: 68.75%;
}

@media screen and (max-width: 479px) {
	#page-header h2 span {
		display:inline-block;
	}
}

#guestroom-overview {
	width: 90%;
	max-width:830px;
	margin: 30px auto 140px;
}
.overview-box {
	box-sizing:border-box;
	background-color: #FFF;
	padding: 12px 48px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 24px;
}
.caution {
}

.both-facilities {
	box-sizing:border-box;
	border:solid 1px #000;
	padding: 24px;
	width: 100%;
	margin: 48px auto 24px;
}
.both-facilities dl {
	letter-spacing: 0;

}
.both-facilities dt {
	text-align: center;
	margin-bottom: 1em;
	font-weight: bold;
	font-size: 106.25%;
}
.both-facilities dt span {
	display: inline-block;
}
.both-facilities dd {
	text-align: justify;
	font-size: 93.75%;
}
.both-facilities dd a.marker {
	background: linear-gradient(transparent 60%, #CBE0BC 0%);
	font-weight: bold;
}


 @media screen and (max-width: 479px) {
.overview-box {
	padding: 12px;
}
.overview-box span {
	display: inline-block;
}
.caution {
	text-align: left;
}

}

#guest-rooms {
	width: 90%;
	max-width:1110px;
	margin-right: auto;
	margin-left: auto;
}


.guest-rooms-left,
.guest-rooms-right {
	overflow: hidden;
	margin-bottom: 80px;
	padding-bottom: 40px;
}
.guest-rooms-left .guest-room-detail {
	float: left;
}
.guest-rooms-left .guest-room-image {
	float: right;
}

.guest-rooms-right .guest-room-detail {
	float: right;
}
.guest-rooms-right .guest-room-image {
	float: left;
}

.guest-room-detail {
	width: 430px;
}
.guest-room-detail header {
	margin-bottom: 40px;
}
.guest-room-detail header h1 {
	font-size: 250%;
}
.guest-room-detail header h2 {
	font-size: 125%;
}
.guest-room-detail .jp {
	text-align: justify;
	font-size: 93.75%;
	padding-bottom: 24px;
}
.guest-room-detail .en {
	/*text-align: left;*/
	text-align: justify;
	font-size: 68.75%;
}

.room-details {
	margin-top: 40px;
	box-sizing:border-box;
	table-layout:fixed;
	border-collapse:collapse;
	width:100%;
	margin-bottom: 24px;
	font-size: 87.5%;
	letter-spacing: 0.05em;
}
.room-details tr {
	border-bottom: 1px solid #E6E6E6;
}
.room-details tr:last-child {
	border-bottom: none;
}
.room-details th {
	background-color: #D2D2D2;
	width: 26%;
	text-align: center;
	vertical-align: middle;
}
.room-details td {
	background-color: #FFF;
	padding: 16px;
}

.room-reserve-link {
	text-align: center;
}
.room-reserve-link a img {
	display: block;
	height: auto;
	width: 100%;
	max-width:430px;
	margin-right: auto;
	margin-left: auto;
}
.room-reserve-link a:hover img {
	opacity:0.8;
}

.guest-room-image {
	max-width: 630px;
	width:100%;
}
.guest-room-image figure {
}
.guest-room-image figure img {
	display: block;
	width:100%;
	height: auto;
}

@media screen and (max-width: 1175px) {
	.guest-rooms-left .guest-room-detail {
	float: none;
}
.guest-rooms-left .guest-room-image {
	float: none;
}
.guest-room-detail {
	width: 100%;
}
.guest-room-image {
	max-width: 100%;
	width:100%;
	margin-top: 40px;
}
}


#message {
	width: 90%;
	max-width:960px;
	margin: 80px auto 112px;
}
.message-box {
	background-color: #FFF;
	padding: 48px 32px 32px;
	text-align: center;
}
.message-box h2 {
	font-size: 156.25%;
	margin-bottom: 24px;
}
.message-box .signature {
	margin-top: 24px;
	font-size: 81.25%;
}
@media screen and (max-width: 480px) {
.message-box {
	background-color: #FFF;
	padding: 24px;
	text-align: left;
}
}

.menu-box {
	box-sizing:border-box;
	background-color: #FFF;
	padding: 32px;
	letter-spacing: 0em;
	font-size: 87.5%;
	margin-bottom: 16px;
}
.menu-box header {
	margin-bottom: 1.5em;
}
.menu-box p {
	margin-bottom: 1.2em;
	line-height: 1.3;
}
.menu-box p span {
	display: inline-block;
}
.menu-box p:last-child {
	margin-bottom: 0;
}
.menu-note {
	font-size: 87.5%;
}
.menu-note p {
	margin-bottom: 0.5em;
}
.menu-note p:last-child {
	margin-bottom: 0;
}


#floor-map {
	width: 90%;
	max-width:1083px;
	margin: 116px auto 80px;
}

.section-header {
	text-align: center;
	width: 90%;
	max-width:830px;
	margin-right: auto;
	margin-left: auto;

}
.section-header h2 {
	font-size: 312.5%;
	line-height: 1.1;
	padding-bottom: 48px;
}
.section-header h2 span {
	font-size: 60%;
}

#floor-map figure {
}
#floor-map figure img {
	display: block;
	height: auto;
	width: 100%;
}


.clm2-960 {
	width: 100%;
	max-width:960px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	margin-bottom: 96px;
}
.clm2-left {
	float: left;
}
.clm2-right {
	float: right;
}

.facilities-detail {
	width: 430px;
	margin-bottom: 48px;
}
@media screen and (max-width: 975px) {
	.facilities-detail {
		width: 380px;
	}
}
@media screen and (max-width: 850px) {
	.facilities-detail {
		width: 100%;
	}
}

.facilities-detail figure {
}
.facilities-detail figure img {
	display: block;
	height: auto;
	width: 100%;
}
.facilities-detail header {
	margin-bottom: 32px;
}
.facilities-detail header h1 {
    font-size: 200%;
}

.facilities-detail header h2 {
	font-size: 125%;
}
.facilities-detail .jp {
	text-align: justify;
	font-size: 93.75%;
	padding-bottom: 24px;
}
.facilities-detail .en {
	/*text-align: left;*/
	text-align: justify;
	font-size: 68.75%;
}



#area-guide {
	width: 100%;
	background-color: #D2D2D2;
}
#area-guide-in {
	width:90%;
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 72px;
	padding-bottom: 72px;
}


.area-item-list {
	width:100%;
	max-width:960px;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-right: auto;
	margin-left: auto;
}

.area-item {
	width:285px;
	margin-bottom: 16px;
}

@media screen and (max-width: 970px) {
.area-item-list {
	max-width:700px;
}
}
@media screen and (max-width: 650px) {
.area-item-list {
	max-width:285px;
}
}

.area-item figure {
	margin-bottom: 4px;
}
.area-item h4 {
	font-size: 156.25%;
	font-weight: bold;
}
.area-item h5 {
	font-weight: bold;
}
.area-item p {
	font-size: 93.75%;
}
.item-link-btn {
	text-align: center;
	margin-top: 8px;
}
.item-link-btn a img {
}
.item-link-btn a:hover img {
}

#faq {
	width: 90%;
	max-width:960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 72px;
	padding-bottom: 72px;
}

.faq-list {
	margin-bottom: 8px;
}
.faq-q {
	font-size: 150%;
	padding-top: 4px;
	padding-bottom: 4px;
	cursor:pointer;
}
.faq-q:hover {
	text-decoration: underline;
}

.faq-a {
	background-color: #FFF;
	font-size: 106%;
	padding: 24px;
}

.faq-contents p {
	margin-bottom:0.8em;

}
.faq-contents p span {
	display:inline-block;
	font-size:81.25%;
	line-height:1.3;
	padding-top:4px;
	letter-spacing:0;
}
.faq-contents p:last-child {
	margin-bottom:0;
}

@media screen and (max-width: 480px) {
.faq-q {
	font-size: 112.5%;
}
.faq-a {
	font-size: 93.75%;
}
}



#reserve-box {

	height: 140px;
	width: 100%;

	position: fixed;
	bottom: 0px;
}
.reserve-box-in {
	width:100%;
	max-width:960px;
	margin-right: auto;
	margin-left: auto;
	display:flex;
	justify-content: center;
}

.yoyakuban {
	max-width: 760px;
	width:100%
	overflow: hidden;
}
input,select {
	font-size: 93.75%;
}
#search_489ban {
	margin: 0 auto;
	width: 560px;
	height:140px;
	/*background: #B38564;*/
	background: -moz-linear-gradient(left, #B38564, #BA7D69);
	background: -webkit-linear-gradient(left, #B38564, #BA7D69);
	background: linear-gradient(to right, #B38564, #BA7D69);
	box-sizing: border-box;
	font-size: 93.75%;
	font-weight: bold;
	color: #FFF;
	opacity:0.95;
	padding: 18px 18px 0px;
}
@media screen and (max-width: 760px) {
	#search_489ban {
		padding: 25px;
		width: 100%;
		height:auto;
		font-size: 100%;
	}
}

.modal-pc #search_489ban form {
	display: flex;
}

.date_489ban,
.inbox_489ban {
	box-sizing:border-box;
	/*float: left;*/

}
.date_489ban {
	padding-right: 18px;
	border-right: 1px dotted #FFF;
}
#search_489ban form .inbox_489ban {
	padding: 0 18px;
	border-right: 1px dotted #FFF;
}

#search_489ban form .inbox_489ban:last-of-type {
	border-style: none;
	padding-right: 0px;
}

.date_489ban dd label {
	display:block;
}

#search_489ban button {
	font-family: 'Sawarabi Mincho', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	/*font-family: 'Sawarabi Mincho', sans-serif;*/
	font-size: 106%;
	font-weight: 500;
	/*background-color: #243418;*/
	background: -moz-linear-gradient(top, #395326, #243418);
	background: -webkit-linear-gradient(top, #395326, #243418);
	background: linear-gradient(to bottom, #395326, #243418);
	padding: 8px 16px;
	margin-top: 0px;
	color: #FFF;
	border-style: none;
	border-radius:4px;
	text-shadow:2px 2px 3px #000000;
}
#search_489ban button:hover {
	cursor:pointer;
	/*background-color: #395326;*/
	background: -moz-linear-gradient(top, #243418, #395326);
	background: -webkit-linear-gradient(top, #243418, #395326);
	background: linear-gradient(to bottom, #243418, #395326);
	text-shadow:-1px -1px 1px #000000;
}

@media screen and (max-width: 760px) {
	input,select {
		font-size: 100%;
	}
	#search_489ban {
		font-size: 100%;
		font-weight: bold;
		opacity:1;
	}
	#search_489ban {
		display: block;
	}
	.date_489ban,
	.inbox_489ban {
		float: none;
	}
	.date_489ban {
		padding-right: 0;
		border-right: none;
		padding-bottom: 8px;
		border-bottom: 1px dotted #FFF;
	}
	#search_489ban form .inbox_489ban {
		padding-right: 0;
		border-right: none;
		padding-bottom: 8px;
		border-bottom: 1px dotted #FFF;
		padding-top: 4px;
	}
	#search_489ban button {
		background-color: #243418;
		width: 100%;
	}

}






#sm-reserve-box {
	display: none;
}
@media screen and (max-width: 760px) {
	#reserve-box {
		display: none;
	}
	#sm-reserve-box {
		display: block;
	}
}

#sm-reserve-box {
	height: 60px;
	width: 100%;
	position: fixed;
	bottom: 0px;
	text-align: center;
	background-color: #9F653C;
	z-index: 10;
}
#sm-reserve-box in {
}
#sm-reserve-box a {
	display: block;
	height: 60px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#sm-reserve-box a img {
	display: block;
	height: 60px;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
}




#home-concept {
	padding-top: 72px;
	padding-bottom: 72px;
}

.home-concept-in {
	width: 90%;
	max-width:960px;
	margin-right: auto;
	margin-left: auto;
}
#home-concept p {
	margin-bottom: 1em;
}
#home-concept .list {
	font-size: 150%;
	text-align: center;
	margin-bottom: 1em;
}

#home-concept .list li {
	display:inline-block;
}
#home-concept .list li::after {
	content:" ｜ ";
}
#home-concept .list li:last-child::after {
	content:"";
}


#home-concept p {
	margin-bottom: 1em;
	text-align: center;
}

#home-concept p .sm {
	display: none;
}
@media screen and (max-width: 480px) {
	#home-concept .list {
		font-size: 112.5%;
	}
	/*#home-concept p {
		text-align: left;
	}*/
	#home-concept p .sm {
		display: inline-block;
	}
}


#home footer {
	padding-bottom: 140px;
}
@media screen and (max-width: 760px) {
	#home footer {
		padding-bottom: 50px;
	}
}




#sm-reserve {
	display:none;
}

@media screen and (max-width: 760px) {
	#pc-reserve {
		display: none;
	}
	#sm-reserve {
		display:block;
	}
}

.modal-pc {
	position: relative;
}
#pc-reserve-box {
	width: 300px;
	position: fixed;
	z-index: 10;
	height: 60px;
	bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	left: 0px;
	right: 0px;
}
#pc-reserve-box a {
	box-sizing:border-box;
	display: block;
	height: 60px;
	width: 300px;
	margin: 8px 0px -8px;
	transition: .2s ease-out;
}
#pc-reserve-box a:hover {
	margin: 0px;
}
#pc-reserve-box a img {
	display: block;
	height: 60px;
	width: 300px;
}

#reserve-modal {
	/*height: 140px;
	width: 100%;*/
}

.close {
	position: absolute;
	height: 24px;
	width: 24px;
	top: 8px;
	right: 8px;
	cursor:pointer;
}



#home-media-listing {
	padding-bottom: 80px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color:#8a7566;
	color:#FFF;
}

#home-media-listing header {
    border-bottom: 1px solid
    #FFF;
}

#home-media-listing h2 {
	text-align: center;
}


#media-listing h2 img.pc {
	margin-bottom: 20px;
}


.home-media-index {
	width: 95%;
	max-width: 830px;
	margin: 24px auto;
}

.home-media-index li {
    margin-bottom: 3px;
    padding-bottom: 8px;
    border-bottom: 1px dotted
    #999;
}

.home-media-index li a {
	display: block;
	height: auto;
	width: 100%;
	color: #FFF;
}

@media screen and (max-width: 479px) {
	#media-listing {
		padding-bottom: 50px;
		width: 95%;
		margin-right: auto;
		margin-left: auto;
		padding-top: 3em;
		max-width: 479px;
	}
	#media-listing .news-box {
		float: none;
		position: relative;
		max-width: 640px;
		width: 100%;
		overflow: hidden;
		background: #FFF;
		margin-bottom: 30px;
	}
	#media-listing h2 {
		border-bottom: 1px solid #000;
	}

}

#home-limitedplan-list{
	width: 100%;
    background-color: #8A7565;
    color: #fff;
}

.home-limitedplan-list header {
    border-bottom: 1px solid #FFF;
}

.post-list a {
	color: #FFF;
}

/*20200518 front-banner*/

.front-banner {
	width: 100%;
	max-width:830px;
	margin-top: 56px;
	margin-right: auto;
	margin-left: auto;
}
.front-banner a {
	display: block;
}
.front-banner a img {
	width: 100%;
	max-width:600px;
	height: auto;
	display:block;
	margin: 0px auto;
}

.front-banner-mb {
	display:none;
	width:100%;
	margin: 0px auto;
}
.front-banner-mb a {
	display: block;
}
.front-banner-mb a img {
	width: 100%;
	max-width:480px;
	height: auto;
	display:block;
}

@media screen and (max-width: 479px) {
	.front-banner {
		display:block;
	}
	.front-banner-mb {
		display:block;
	}
}


/*-------------------------------------------------------------
 go to  added on 20200911
--------------------------------------------------------------*/

.goto-travel-introduction {
	font-size: 93.75%;
	letter-spacing: -0.01em;
	margin-bottom: 72px;
}
.goto-travel-introduction span {
	display: inline-block;
}

.go-to-contents {
	height: auto;
	width: 90%;
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}

.go-to-contents:last-of-type {
	margin-bottom: 80px;
}

.go-to-contents h2 {
	font-size: 150%;
	margin-bottom: 0.5em;
}
.go-to-contents ul {
	font-size: 93.75%;
	width: 100%;
	box-sizing:border-box;
	padding-left: 1.5em;
	padding-right: 1em;
}
.go-to-contents li {
	list-style: disc;
	text-align: justify;
	letter-spacing: -0.01em;
	margin-bottom: 0.25em;
}
.go-to-contents li span {
	font-size: 90%;
}

@media screen and (max-width: 479px) {
	.go-to-contents ul {
		padding-left: 1em;
	}
}


/* added on 20200911
/*home-goto-shortcut-nav
---------------------------------------*/

#home-goto-shortcut-nav {
	height: 250px;
	width: 100%;
	background-image: url(../img/home-goto-shortcut-nav.jpg);
	background-repeat: no-repeat;
	/*background-size:auto 100%;*/
	background-size:cover;
	display:table;
}

.goto-shortcut-box {
	height: 250px;
	width: 100%;
	display:table-cell;
	vertical-align: middle;
	text-align: center;
}

#home-goto-shortcut-nav .sect-header {
	width: 90%;
	max-width:600px;
	margin-right: auto;
	margin-left: auto;
}
#home-goto-shortcut-nav .sect-header h3 {
	color: #FFF;
	font-size: 250%;
	line-height: 1.1;
	letter-spacing: 0;
}
#home-goto-shortcut-nav .sect-header h3 span {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0em;
}

#home-goto-shortcut-nav .link-btn-r {
    margin: 18px auto;
}
@media screen and (max-width: 479px) {
	#home-goto-shortcut-nav,
	.goto-shortcut-box {
		height: 220px;
	}
	#home-goto-shortcut-nav .sect-header h3 {
		font-size: 175%;
	}
}


/*-------------------------------------------------------------
 hotel-plan on 20201216
--------------------------------------------------------------*/

.hotel-plan {
	width: 90%;
	max-width:870px;
	margin: 64px auto 0px;
}
.hotel-plan a {
	display: block;
}
.hotel-plan a img {
	width: 100%;
	max-width:870px;
	height: auto;
	display:block;
	margin: 0px auto;
}
.hotel-plan a:hover img {
	opacity:0.8;
}

@media screen and (max-width: 479px) {
	.hotel-plan {
		margin: 36px auto 0px;
	}
}



/*-------------------------------------------------------------
 stay on 20201212
--------------------------------------------------------------*/

#stay-nav {
	text-align: center;
	width: 90%;
	max-width: 830px;
	margin-right: auto;
	margin-left: auto;
}
#stay-nav ul {
	width: 100%;
	max-width: 620px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 32px;
}
#stay-nav li {
 	flex : 26%;
	margin: 0 8px 8px 0;
}
#stay-nav li:nth-child(3n) {
	margin-right: 0;
}

#stay-nav li a {
	display:block;
	width:100%;
	max-width:212px;
	height:auto;
}
#stay-nav li a img {
	display:block;
	width:100%;
	max-width:212px;
	height:auto;
}
#stay-nav li a img:hover {
	opacity: 0.8;
}


#stay-cont {
	width: 90%;
	max-width: 830px;
	margin:0 auto;
}

#stay-cont-map,
#stay-cont-01,
#stay-cont-02,
#stay-cont-03,
#stay-cont-04,
#stay-cont-05 {
	padding-top: 80px;
}

#stay-cont-map {
	width: 100%;
	margin-bottom: 120px;
}
.pc-map img {
	display:block;
	width:100%;
	max-width:650px;
	height:auto;
	margin:0 auto;
}

/*@media screen and (max-width: 479px) {
	.pc-map {
		display:none;
	}
}*/

#stay-cont-01 {
	width: 100%;
	margin-bottom: 120px;
}

.stay-cont-detail {
}
.stay-cont-detail > header {
	text-align: center;
}
.stay-cont-detail > header h1 {
	font-size: 250%;
}
.stay-cont-detail > header h2 {
	font-size: 125%;
	margin-bottom: 52px;
}
.stay-cont-detail > header h3 {
	font-size: 125%;
	margin-bottom: 1em;
}


.stay-image {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 32px;
}
.stay-image img {
	width: 100%;
	max-width:650px;
	height:auto;
	display:block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}



.stay-details {
	margin-top: 24px;
	box-sizing:border-box;
	table-layout:fixed;
	border-collapse:collapse;
	width:100%;
	margin-bottom: 24px;
	font-size: 87.5%;
	letter-spacing: 0.05em;
	border: 1px solid #000;
}
.stay-details tr {
	border-bottom: 1px solid #000;
}
.stay-details tr:last-child {
	border-bottom: none;
}
.stay-details th {
	background-color: #D2D2D2;
	width: 26%;
	text-align: center;
	vertical-align: middle;
}
.stay-details td {
	background-color: #FFF;
	padding: 16px;
}

.stay-cont-left {
}
.stay-cont-left > h3 {
	font-size: 125%;
	margin-bottom: 1rem;
}

.stay-cont-left ul {
	margin-top: 32px;
}
.stay-cont-left ul li {
	margin-bottom: 48px;
}
.stay-cont-inbox {
	display: flex;
	width:100%;
	letter-spacing: 0;
}
.stay-cont-inbox header {
}
.stay-cont-inbox figure {
	margin-right: 16px;
}
.stay-cont-inbox-header h4 {
	font-size: 125%;
	margin-bottom: 0.8rem;
	margin-top: -4px;
}
@media screen and (max-width: 479px) {
	.stay-cont-inbox-header h4 {
		margin-bottom: 0.4rem;
	}
	.stay-cont-inbox figure {
		margin-right: 8px;
	}
	.stay-cont-inbox figure img {
		width:140px;
		height:auto;
	}
}


.stay-cont-inbox2 {
	width:100%;
	letter-spacing: 0;
}
.stay-cont-inbox2 h4 {
	font-size: 125%;
	margin-bottom: 1em;
	border-bottom: 1px solid #000;
}
.stay-cont-03-list li {
	margin-bottom: 40px;
}


/*仮ページナビ*/

.page-sab-nav {
}
.page-sab-nav ul {
}
.page-sab-nav li {
}
.page-sab-nav li.current {
}
.page-sab-nav li a {
}
.page-sab-nav li a:hover {
}



/*-----------------------------------*/
.slider-sub-nav {
	display: none;
}

@media screen and (max-width: 850px) {
	.slider-sub-nav {
		display: block;
		position: fixed;
		left: 0px;
		top: 60px;
		z-index: 10;
	}
}




#slider-nav {
	/* 以下の設定は必須 */
    scroll-snap-type: x mandatory;
	width: 100%;
	overflow-x: scroll;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	-webkit-overflow-scrolling: touch; /* スマホ対応のため必須 */
	overflow-scrolling: touch; /* スマホ対応のため必須 */
}

/*スクロールバー対策*/
#slider-nav::-webkit-scrollbar {
	display:none; /* Chrome, Safari 対応 */
}
#slider-nav {
     -ms-overflow-style:none; /*IE・Edge*/
}
#slider-nav::-webkit-scrollbar {
    display:none; /*Safari*/
}
#slider-nav{
    scrollbar-width: none; /*Firefox*/
}


#slider-nav > li{
	scroll-snap-align: center;
	flex: none;
	color: #FFF;
	/* 文字の上下左右中央寄せのための記述 */
	align-items: center;
	justify-content: center;
	line-height: 40px;
	height: 40px;
	padding-right: 16px;
	padding-left: 16px;
}

#slider-nav > li:last-child{
	border: none;
}

#slider-nav > li:nth-child(2n+1){
	background-color: #FDFDFD
}
#slider-nav > li:nth-child(2n){
	background-color: #FFF
}
#slider-nav > li a {
	text-decoration: none;
	font-size: 90%;
	display: block;
	letter-spacing: 0;
}
#slider-nav > li:hover {
	background-color: #333;
}
#slider-nav > li.current {
	background-color: #333;
}
#slider-nav > li:hover a {
	color: #FFF;
}
#slider-nav > li.current:hover a {
	color: #FFF;
}

#right-btn {
	display:none;
}



@media screen and (max-width: 606px) {
	#right-btn { /* 右側に固定する部分 */
		display:block;
		position: absolute;
		top: 0;
		right: 0;
		width: 25px; /* 固定部分の幅 */
		height: 40px; /* メニューの高さに合わせる */
		line-height: 40px;
		color: #000;
		z-index: 20;
		font-size: 90%;
		background-color: #CCC;
		text-align: center;
		padding-right: 2px;
		padding-left: 2px;
		font-weight: bold;
	}
	#slider-nav > li:last-child{
		padding-right: 41px;
	}
}




/* added on 20201229
/*home-stay-shortcut-nav
---------------------------------------*/

#home-stay-shortcut-nav {
	height: 250px;
	width: 100%;
	background-image: url(../img/home-stay-shortcut-nav.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center center;
	display:table;
}

.stay-shortcut-box {
	height: 250px;
	width: 100%;
	display:table-cell;
	vertical-align: middle;
	text-align: center;
}

#home-stay-shortcut-nav .sect-header {
	width: 90%;
	max-width:600px;
	margin-right: auto;
	margin-left: auto;
}
#home-stay-shortcut-nav .sect-header h3 {
	color: #FFF;
	font-size: 250%;
	line-height: 1.1;
	letter-spacing: 0;
}
#home-stay-shortcut-nav .sect-header h3 span {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0em;
}

#home-stay-shortcut-nav .link-btn-r {
    margin: 18px auto;
}
@media screen and (max-width: 479px) {
	#home-stay-shortcut-nav,
	.stay-shortcut-box {
		height: 220px;
	}
	#home-stay-shortcut-nav .sect-header h3 {
		font-size: 175%;
	}
}
