@charset "UTF-8";
/* CSSリセット
 ================================================*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}

body {
	line-height: 1
}

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

ul {
	list-style: none
}

blockquote, q {
	quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
	content: none
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}

del {
	text-decoration: line-through
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0
}

input, select {
	vertical-align: middle
}

body {
	font-size: 16px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #352f25;
	line-height: 1.6;
	background: url('../images/bg.png') repeat 100% 100% fixed;
	background-color: #e4f2fa;
}

#information {
	width: 600px;
	margin: 0 auto;
}

#contents {
	width: 980px;
	margin: 0 auto;
}

a {
	color: #f39100;
}

a:hover {
	color: #d98200;
}

h1 {
	font-size: 28px;
}

h2 {
	clear: both;
	margin-top: 50px;
	margin-bottom: 2em;
	font-size: 28px;
	color: #655844;
	text-align: center;
}

h2 span {
	display: block;
	font-size: 13px;
	text-decoration: none !important;
	font-weight: bold;
}

h3 {
	margin-bottom: 0.25em;
	font-size: 18px;
	color: #e65305;
	font-weight: bold;
}

h4 {
	margin-bottom: 0.25em;
	font-size: 16px;
	font-weight: bold;
}

h5 {
	margin-bottom: 0.25em;
	padding-left: 25px;
	font-size: 16px;
	background: url('../images/bg_arrow_black.png') 0 50% no-repeat;
}

h6 {
	margin-bottom: 0.25em;
	padding-left: 5px;
	font-size: 16px;
}

p {
	margin: 0 0 3em 0;
}

img {
	vertical-align: bottom;
}

em {
	font-weight: bold;
}

strong {
	font-weight: bold;
	color: #ff0000;
}

pre {
	margin: 1em 0;
	padding: 1em;
}

blockquote {
	margin-bottom: 1em;
	padding: 1em;
	border: 1px dotted #9b8462;
	border-left: 5px solid #9b8462;
}

ul, ol, dl {
	margin: 0 0 1em 0;
}

ul li {
	list-style: disc;
}

ol li {
	list-style: decimal;
}

li {
	margin-left: 2em;
}

dt {
	margin-bottom: 0.5em;
	padding-left: 2em;
	border-bottom: 1px dotted #c0c0c0;
	font-size: 14px;
	background: url('../images/bg_arrow_white.png') 0 50% no-repeat;
}

dd {
	margin-bottom: 1em;
}

table {
	width: 100%;
	margin-bottom: 1em;
	border-collapse: collapse;
	border: 1px solid #9b8462;
}

th {
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #9b8462;
	background: #ede2d5;
}

td {
	padding: 10px;
	text-align: left;
	border: 1px solid #9b8462;
}

/*汎用クラス
 ================================================*/

.conL {
	clear: both;
	box-sizing: border-box;
	float: left;
	width: 50%;
	padding-right: 10px;
}

.conR {
	box-sizing: border-box;
	float: right;
	width: 50%;
	padding-left: 10px;
}

.name {
	margin-left: 2em;
	font-size: 13px;
}

.add {
	overflow: hidden;
	margin-bottom: 80px;
	padding: 20px;
	border-radius: 10px;
	background: #b9e3f9;
	opacity: 0.8;
	color:#000;
}

.add div {
	position: relative;
}

.add .innerL {
	box-sizing: border-box;
	width: 50%;
	float: left;
	padding-right: 20px;
}

@media screen and (max-width:767px) {
	.add .innerL {
		padding-right: 0;
		padding-bottom: 2em;
	}
}

.add .innerL div {
	position: relative;
	margin-bottom: 2em;
}

.add .innerL div:last-child {
	margin-bottom: 0;
}

.aadd .innerR {
	box-sizing: border-box;
	width: 50%;
	float: right;
	padding-left: 20px;
}

@media screen and (max-width:767px) {
	.add .innerR {
		padding-left: 0;
	}
}

.add .innerR div {
	position: relative;
	margin-bottom: 2em;
}

.add .innerR div:last-child {
	margin-bottom: 0;
}

.add p {
	margin-bottom: 0;
}

.add .price {
	position: absolute;
	top: 0;
	right: 0;
}

.textC {
	text-align: center;
}

.add h4:before {
	content: '・';
}

/* ボタン（タイプ1） */

.sns {
	margin: 10px 10px 10px 40px;
}

@media screen and (max-width:767px) {
	.menu .innerL {
		padding-right: 0;
		padding-bottom: 2em;
	}
}



.map {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 40px;
}

.map iframe, .map object, .map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* 写真中央寄せ */

.imgC {
	clear: both;
	overflow: hidden;
	margin-bottom: 50px;
	text-align: center;
}

.imgC img {
	border-radius: 5px;
	margin-bottom: 0.5em;
}

/* 写真左寄せ */

.imgL {
	clear: both;
	overflow: hidden;
	margin-bottom: 50px;
}

.imgL img {
	float: left;
	margin: 0 2em 2em 0;
	border-radius: 5px;
}

/* 写真右寄せ */

.imgR {
	clear: both;
	overflow: hidden;
	margin-bottom: 50px;
}

.imgR img {
	float: right;
	margin: 0 0 2em 2em;
	border-radius: 5px;
}

/* 2カラム（SPは1カラム) */

.twoCol {
	overflow: hidden;
	margin-bottom: 50px;
}

.twoColInner {
	overflow: hidden;
	margin-right: -2%;
}

.twoColInner div {
	width: 48%;
	float: left;
	margin-right: 2%;
}

.twoColInner div:nth-child(2n+1) {
	clear: both;
}

.twoColInner img {
	width: 100%;
	margin-bottom: 0.5em;
	border-radius: 5px;
}

/* 3カラム（SPは1カラム) */

.threeCol {
	overflow: hidden;
	margin-bottom: 50px;
}

.threeColInner {
	overflow: hidden;
	margin-right: -3%;
}

.threeColInner div {
	width: 31%;
	float: left;
	margin-right: 2%;
}

.threeColInner div:nth-child(3n+1) {
	clear: both;
}

.threeColInner img {
	width: 100%;
	margin-bottom: 0.5em;
	border-radius: 5px;
}

/* 4カラム（SPは2カラム) */

.fourCol {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
	margin-bottom: 60px;
}

.fourCol .inner {
	position: relative;
	overflow: hidden;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-direction: column-reverse;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	flex-direction: column;
	width: 23.46%;
	width: calc((230 / 980) *100%);
	margin: 0 0 20px 0;
}

.fourCol .inner .image {
	width: 100%;
	min-height: 0%;
}

.fourCol .inner img {
	width: 100%;
}

@media screen and (max-width:767px) {
	.fourCol {
		display: block;
		margin-bottom: 20px;
	}
	.fourCol .inner {
		box-sizing: border-box;
		width: 50%;
		margin: 0;
	}
	.fourCol .inner:nth-child(odd) {
		clear: both;
		float: left;
		padding: 0 5px 10px 0;
	}
	.fourCol .inner:nth-child(even) {
		float: right;
		padding: 0 0 10px 5px;
	}
}

/* ボタン（タイプ1） */

.btn01 a {
	display: inline-block;
	padding: 10px 10px 10px 40px;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	background: #867254 url('../images/bg_arrow_white.png') 10px 50% no-repeat;
	transition: all 0.2s ease 0s;
}

.btn01 a:hover {
	background: #6d5d45 url('../images/bg_arrow_white.png') 10px 50% no-repeat;
	transition: all 0.2s ease 0s;
}

/* ボタン（タイプ2） */

.btn02 a {
	display: inline-block;
	padding: 10px;
	color: #6d5d45;
	text-decoration: none;
	border-radius: 5px;
	border: 1px solid #6d5d45;
	background: #fff;
	transition: all 0.2s ease 0s;
}

.btn02 a:hover {
	color: #fff;
	background: #6d5d45;
	transition: all 0.2s ease 0s;
}

/* SNS
------------------------------------------------------------*/

#sns img {
	padding: 35px 10px 5px 0;
	width: 30px;
}

#sns a:hover img {
	opacity: .8;
}

/* ヘッダー
------------------------------------------------------------*/

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #000;
	z-index: 100;
}

header:after {
	content: "";
	display: block;
	clear: both;
}

header h1 {
	float: left;
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	color: #fff;
}

header h1 img {
	vertical-align: middle;
}

@media screen and (max-width:768px) {
	header h1 {
		padding: 0 0 0 10px;
	}
}

/*  グローバルナビゲーション
------------------------------------------------------------*/

/* PC用 */

@media print, screen and (min-width:769px) {
	nav.gnav:after {
		content: '';
		display: block;
		clear: both;
	}
	nav.gnav {
		float: right;
	}
	/* 共通 */
	nav.gnav ul {
		margin: 0;
		padding: 0;
	}
	nav.gnav ul li {
		position: relative;
		line-height: 50px;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	nav.gnav ul li a {
		display: block;
		background: #000;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
	}
	nav.gnav ul li:hover>a {
		color: #fff;
		background: #333;
	}
	/* 1段目 */
	nav.gnav>ul>li {
		position: relative;
		width: 120px;
		float: left;
		margin: 0;
		padding: 0;
		text-align: center;
		list-style: none;
		line-height: 50px;
	}
	nav.gnav>ul>li.subnav a {
		padding-right: 20px;
	}
	nav.gnav>ul>li.subnav>a:after {
		position: absolute;
		content: "";
		top: 50%;
		width: 0;
		height: 0;
		margin-top: -2.5px;
		margin-left: 10px;
		border: 5px solid transparent;
		border-top-color: #fff;
	}
	/* 2段目 */
	nav.gnav ul li ul {
		position: absolute;
		z-index: 3;
		top: 100%;
		left: 0;
		width: 180px;
		margin: 0;
		padding: 0;
	}
	nav.gnav ul li ul li {
		overflow: hidden;
		height: 0;
		color: #fff;
		transition: .2s;
	}
	nav.gnav ul li ul li a {
		padding: 0 15px;
		text-align: left;
		background: #333;
		font-weight: normal;
	}
	nav.gnav ul li ul li a:hover {
		background: #444;
	}
	nav.gnav ul li:hover>ul>li {
		overflow: visible;
		height: 40px;
		line-height: 40px;
		border-bottom: 1px solid #555;
	}
	nav.gnav ul li:hover ul li:last-child {
		border-bottom: none;
	}
	nav.gnav>ul>li:last-child>ul {
		left: -60px;
	}
	nav.gnav ul li ul li ul:before {
		position: absolute;
		content: "";
		top: 17.5px;
		left: -20px;
		width: 0;
		height: 0;
		border: 5px solid transparent;
		border-left-color: #fff;
	}
	nav.gnav>ul>li:last-child ul li ul:before {
		position: absolute;
		content: "";
		top: 17.5px;
		left: 200%;
		margin-left: -20px;
		border: 5px solid transparent;
		border-right-color: #fff;
	}
	/* 3段目 */
	nav.gnav ul li ul li ul {
		top: 0;
		left: 100%;
	}
	nav.gnav ul li ul li ul li {
		width: 100%;
	}
	nav.gnav ul li ul li:hover>ul>li {
		border-bottom: 1px solid #555;
	}
	nav.gnav>ul>li:last-child>ul li ul {
		left: -100%;
	}
	nav.gnav ul li ul li ul li a {
		background: #444;
	}
	nav.gnav ul li ul li ul li a:hover {
		background: #666;
	}
	/* 3段目 */
	nav.gnav>ul {
		display: block !important;
	}
	#spMenu {
		display: none;
	}
}

/* レスポンシブ設定 */

@media screen and (max-width:768px) {
	nav.gnav {
		display: none;
	}
	nav.gnav ul {
		margin: 0;
		padding: 0;
	}
	nav.gnav>ul {
		z-index: 2;
		overflow: auto;
		position: fixed;
		top: 50px;
		right: 0;
		width: 100%;
		height: 88%;
		height: -webkit-calc(100% - 50px);
		height: calc(100% - 50px);
	}
	nav.gnav li {
		position: relative;
		width: 100%;
		float: none;
		margin: 0;
		text-align: left;
		list-style: none;
		border-bottom: 1px solid #333;
		background: #000;
	}
	nav.gnav li:first-child {
		border-top: 0;
	}
	nav.gnav li:last-child {
		border-bottom: 0;
	}
	nav.gnav li a {
		display: block;
		padding: 10px 20px;
		color: #fff;
		text-decoration: none;
		background: #000;
	}
	nav.gnav li a:hover {
		color: #fff;
		background: #222;
	}
	nav.gnav ul ul {
		display: none;
		position: relative;
	}
	nav.gnav li li a {
		box-sizing: border-box;
		width: 100%;
		padding: 10px 30px 10px 34px;
		text-align: left;
	}
	nav.gnav li li li a {
		padding: 10px 20px 10px 48px;
	}
	nav.gnav .subnav>a:before {
		display: block;
		content: "";
		position: absolute;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 20px;
		right: 20px;
		width: 10px;
		height: 10px;
		margin-top: -5px;
		background: #f1f1f1;
	}
	nav.gnav .subnav>a:after {
		display: block;
		content: "";
		position: absolute;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 20px;
		right: 20px;
		width: 10px;
		height: 10px;
		margin-top: -10px;
		background: #000;
	}
	nav.gnav .subnav a:hover:after {
		background: #222;
	}
	nav.gnav .subnav.active>a:before {
		margin-top: 0;
	}
	nav.gnav .subnav.active>a:after {
		margin-top: 5px;
	}
	.spMenuWrap {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		-webkit-transition: all 1s;
		-moz-transition: all 1s;
		-ms-transition: all 1s;
		-o-transition: all 1s;
		transition: all 1s;
		background: transparent;
	}
	#spMenu {
		position: absolute;
		top: 10px;
		right: 10px;
	}
	#spMenu:hover {
		cursor: pointer;
	}
	#navBtn {
		display: inline-block;
		position: relative;
		width: 30px;
		height: 30px;
		border-radius: 5%;
		background: #333;
	}
	#navBtnIcon {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 14px;
		height: 2px;
		margin: -1px 0 0 -7px;
		background: #f1f1f1;
		transition: .2s;
	}
	#navBtnIcon:before, #navBtnIcon:after {
		display: block;
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		width: 14px;
		height: 2px;
		background: #f1f1f1;
		transition: 0.3s;
	}
	#navBtnIcon:before {
		margin-top: -6px;
	}
	#navBtnIcon:after {
		margin-top: 4px;
	}
	#navBtn .close {
		background: transparent;
	}
	#navBtn .close:before, #navBtn .close:after {
		margin-top: 0;
	}
	#navBtn .close:before {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	#navBtn .close:after {
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}
}

/* メイン
 ================================================*/

main {
	width: 100%;
}

section {
	margin-bottom: 10%;
}

/* フッター
 ================================================*/

footer {
	clear: both;
	padding: 2% 0;
	font-size: 11px;
	text-align: center;
	background: #9b8462;
}

/* GO TOP
 ================================================*/

.totop {
	position: fixed;
	bottom: 15px;
	right: 15px;
}

.totop a {
	display: block;
	text-decoration: none;
}

.totop img {
	background: #867254;
}

.totop img:hover {
	background: #6d5d45;
}


/* SLIDE
================================================*/

.slide {
	overflow: hidden;
	position: relative;
}

.slideInner {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.slideInner li {
	position: absolute;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	list-style: none;
}

.slideInner li img {
	max-width: 100%;
}

/* レスポンシブ（タブレット用）
 ================================================*/

@media screen and (max-width:979px) {
	header h1 {
		margin-left: 10px;
	}
	header .inner {
		width: 100%;
	}
	#contents {
		box-sizing: border-box;
		width: 100%;
		padding: 0 10px;
	}
}

/* レスポンシブ（SP用）
 ================================================*/

@media screen and (max-width:767px) {
	header nav {
		position: relative;
		padding: 0 0 10px 0;
	}
	h2 {
		margin-top: 30px;
	}
	.conL {
		float: none;
		width: 100%;
		padding-right: 0;
	}
	.conR {
		float: none;
		width: 100%;
		padding-left: 0;
	}
	.menu {
		margin-bottom: 40px;
	}
	.menu .innerL, .menu .innerR {
		float: none;
		width: 100%;
	}
	.imgC {
		margin-bottom: 30px;
	}
	.imgC img {
		max-width: 100%;
	}
	.imgL {
		margin-bottom: 30px;
	}
	.imgL img {
		display: block;
		float: none;
		max-width: 100%;
		margin: 0 auto 1em auto;
	}
	.imgR {
		margin-bottom: 30px;
	}
	.imgR img {
		display: block;
		float: none;
		max-width: 100%;
		margin: 0 auto 1em auto;
	}
	.twoCol {
		margin-right: 0;
		margin-bottom: 30px;
	}
	.twoColInner {
		margin-right: 0;
	}
	.twoColInner div {
		float: none;
		width: 100%;
	}
	.threeCol {
		margin-bottom: 30px;
	}
	.threeColInner {
		margin-right: 0;
	}
	.threeColInner div {
		float: none;
		width: 100%;
	}
	
}