@charset "UTF-8";

/* default
************************************/
* {
	margin:0;
	padding:0;
}

html {
	font-family:"游ゴシック", YuGothic, 'Helvetica Neue', Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
	font-size: 62.5%;
	line-height:1.6;
}

body {
	color:#000;
	width:100%;
	height:100%;
	_display: inline;
	_zoom:1;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h2, h3 {
	font-family: 'Anton', sans-serif;
	font-size:3.2rem;
	line-height:1.2;
}

h2 {
	margin-bottom:30px;
	text-align:center;
	line-height:1;
}

h3 {
	margin-bottom:20px;
}

p,li,div,dt,dd,th,td,input,select,form,textarea {
	margin-bottom:20px;
	font-size:1.4rem;
}

li {
	list-style:none;
}

ol {
	padding-left:20px;
}

ol li{
	list-style:inherit;
}


ul ul {
	margin:20px 0 20px 20px;
}

ul ul li {
	list-style:disc inside;
}

a {
	transition:.3s;
}

a:link {
	text-decoration:underline;
	color:#000;
}

a:visited {
	text-decoration:underline;
	color:#000;
}

a:hover {
	text-decoration:none;
	color:#000;
}

a:active {
	text-decoration:none;
	color:#000;
}

a img {
	border:none;
}

img {
	width:100%;
	height:auto;
	display:inline-block;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary{
　　display:block;
}

input,
textarea{
	border:1px solid #CCCCCC;
	padding:5px;
}

/* clear
************************************/
.clearfix:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}

.clearfix {
	min-height: 1px; /*IE6、7対策*/
}

* html .clearfix {
	height: 1px;
	/*¥*//*/ /*MAC IE5.x対策*/
	height: auto;
	overflow: hidden;
	/**/
}

.clr {
	clear: both;
	height: 1px;
	width: 1px;
	padding: 0;
	margin: 0 -1px -1px 0;
	overflow: hidden;
	border: 0;
	font-size: 0;
	line-height: 0;
}

.lhclr {
	line-height:0;
}

/* common
************************************/
.inner {
	margin:0 auto;
	padding:200px 0;
	width:100%;
	max-width:1200px;
	position:relative;
}

div.images,
.images li {
	margin:0;
}

.images {
	width:50%;
	float:left;
}

.images img {
	display:block;
}

.detail {
	padding:30px 40px;
	width:50%;
	box-sizing:border-box;
	float:right;
}

.link {
	margin-top:50px;
	font-size:1.8rem;
	font-weight:bold;
}

.link a {
	padding:20px 0;
	background:#fff;
	border:5px solid #000;
	text-decoration:none;
	width:90%;
	max-width:400px;
	display:inline-block;
}

.link a:hover {
	background:#000;
	color:#FFF;
}

/* header
************************************/
#header {
	background:url(images/bg4.jpg) center no-repeat;
	background-size:cover;
	text-align:center;
}

#header h1 img {
	width:100%;
	max-width:670px;
	height:auto;
}

#header .inner {
	padding:300px 0;
}

/* gnav
************************************/
#gnavi {
	padding:20px 0;
	text-align:center;
	width:100%;
	position:fixed;
	top:0;
	z-index:100;
}

#gnavi li {
	display: inline;
	font-weight:bold;
}

#gnavi li a {
	padding:10px;
	display:inline-block;
}

/* about
************************************/
#about h2 {
	text-align:left;
}

/* guesthouse
************************************/
#guesthouse {
	background:#f3f0ed;
}

#guesthouse .ghInfo {
	margin-bottom:40px;
	background:#FFF;
	border:5px solid #000;
	box-sizing:border-box;
}

#guesthouse .notice {
	margin-bottom:40px;
	width:46.6%;
}

#guesthouse .notice:first-of-type {
	float:left;
}

#guesthouse .notice:last-of-type {
	float:right;
}

#guesthouse .notice h3 {
	padding-bottom:10px;
	border-bottom:2px solid #000;
	text-align:center;
	font-size:1.8rem;
}

/* reserve
************************************/
#reserve {
	background:url(images/bg2.jpg) center no-repeat;
	background-size:cover;
	text-align: center;
}

#reserve p {
	font-size:1.6rem;
}

#reserve .link a:before {
	margin-right:5px;
	content:"";
	width:20px;
	height:20px;
	background:url(svg/calendar.svg) center no-repeat;
	background-size:20px auto;
	display:inline-block;
	position:relative;
	top:2px;
}

/* access
************************************/
#access {
	text-align: center;
}

#access p {
	font-size:1.6rem;
}

#access .map {
	border:5px solid #000;
	line-height:0;
}

/* contact
************************************/
#contact {
	background:url(images/bg3.jpg) center no-repeat;
	background-size:cover;
	text-align: center;
}

#contact p {
	font-size:1.6rem;
}

#contact .tel {
	font-size:4.2rem;
	line-height:1;
	font-weight:bold;
}

#contact .link a:before {
	margin-right:5px;
	content:"";
	width:20px;
	height:20px;
	background:url(svg/mail.svg) center no-repeat;
	background-size:20px auto;
	display:inline-block;
	position:relative;
	top:4px;
}

/* footer
************************************/
#footer {
	padding:50px 0 30px 0;
	background:#000;
	color:#FFF;
	text-align:center;
}


@media screen and (max-width: 640px) {
	h3 {
		font-size:2.4rem;
	}
	p,li,div,dt,dd,th,td,input,select,form,textarea {
		font-size:1.6rem;
	}
	#gnavi {
		padding:10px 0;
	}
	#gnavi li {
		font-size:1rem;
	}
	#gnavi li a {
		padding:5px;
	}
	#header h1 {
		line-height:100vh;
	}
	#header .inner {
		padding:0;
	}
	.inner {
		padding:45px 0 20px 0;
		width:90%;
	}
	#guesthouse .ghInfo,
	#guesthouse .notice {
		margin-bottom:20px;
	}
	.images,
	.detail,
	#guesthouse .notice {
		float:none;
		width:100%;
	}
	.detail {
		padding:20px;
	}
	#contact .tel {
		font-size:3rem;
	}
	#footer p {
		font-size:1.2rem;
	}
}


@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
}