@charset "utf-8";

* {
	box-sizing: border-box;
}

main {
	font-size: 1.2em;
}


.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

.w-fix {
	width: 100% !important;
	margin: 0;
	padding: 0 !important;
}

img {
	width: 100%;
}

.wrap {
	width: 86%;
	max-width: 1280px;
	margin: 0 auto;
	display: block;
}

.wrap_min {
	width: 86%;
	max-width: 1000px;
	margin: 0 auto;
	display: block;
}



/* -------------------------------------------
メインイメージ
-------------------------------------------*/

.mainimg {
	background: url(../img/bg_mainimg.jpg) no-repeat center center;
	background-size: cover;
}

.mainimg h1 {
	padding: 100px 0;
}

.mainimg h1 img {
	max-width: 720px;
	width: 70%;
	margin: 0 auto;
	display: block;
}

@media screen and (max-width: 680px) {
	.mainimg h1 {
		padding: 60px 0;
	}

	.mainimg h1 img {
		width: 100%;
	}
}

h3 {
	font-weight: 500;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}



/* -------------------------------------------
リード文
-------------------------------------------*/

.lead {
	padding: 70px 0;
	/* background: url(../img/bg_lead.png) no-repeat top right; */
	background-size: 240px;
	text-align: center;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.lead p {
	font-size: 20px;
	font-weight: 500;
}

.lead .cont {
	width: 100%;
	display: inline-block;
	clear: both;
	margin: 30px 0;
}

.lead .cont li {
	letter-spacing: 5px;
	border-bottom: 1px solid #980011;
	padding: 0 15px 5px;
	position: relative;
	display: inline-block;
	width: calc(100% / 3 - 120px);
	margin: 0 20px -5px 20px;
}

.lead .cont li::before {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 7.5px 0 7.5px;
	border-color: #980011 transparent transparent transparent;
}

.lead .cont li a {
	display: block;
	text-decoration: none;
	color: #980011;
	font-weight: 600;
	font-size: 19px;
}

@media screen and (max-width: 680px) {
	.lead {
		padding: 50px 0;
		/* background: url(../img/bg_lead.png) no-repeat top right; */
		background-size: 200px;
	}

	.lead p {
		font-size: 18px;
		text-align: left;
	}

	.lead .cont li {
		width: 100%;
		margin: 0 0 25px;
	}
}



/* -------------------------------------------
館内展示
-------------------------------------------*/

#exhibition {
	background: #fcf9f2 url(../img/bg_exh01.png) no-repeat top 430px left;
	background-size: 240px;
	position: relative;
	padding: 80px 0 60px;
}

#exhibition::before,
#stay::before,
#restaurant::before,
#exhibition::after,
#stay::after,
#restaurant::after {
	content: "";
	position: absolute;
	background: #980011;
	height: 1px;
	width: 25%;
	top: 0;
	left: 0;
}

#exhibition::after,
#stay::after,
#restaurant::after {
	left: auto;
	right: 0;
}


h2.mds_cate {
	position: absolute;
	top: -33px;
	left: 0;
	right: 0;
	display: block;
	text-align: center;
	margin: 0 auto;
	color: #980011;
	font-size: 40px;
	font-weight: 400;
	letter-spacing: 10px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

h2.mds_cate span {
	color: #000;
	display: block;
	font-size: 20px;
}

.exh_1 {
	position: relative;
	margin: 80px 0 100px;
	text-align: center;
}

.exh_1 figure,
.exh_3 figure {
	border: 1px solid #AF8C2D;
	padding: 5px;
	background: #fff;
}

.exh_1 h3,
.exh_2 h3,
.exh_3 h3 {
	color: #AF8C2D;
	margin: 20px 0 10px;
	font-size: 22px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.exh_2 {
	position: relative;
	margin: 80px 0 0;
	text-align: center;
	background: #fff;
	border: 1px solid #AF8C2D;
	padding: 80px 30px 30px;
}

.exh_2 h3 {
	margin: 0 20px 10px 20px;
	text-align: right;
	position: relative;
}

.exh_2 h3::before {
	content: "";
	position: absolute;
	background: #AF8C2D;
	height: 1px;
	width: 120px;
	left: 0;
	top: 20px;
}

.exh_2 .part_l {
	width: auto;
	position: absolute;
	top: -15px;
	left: -15px;
}

.exh_2 .part_r {
	width: auto;
	position: absolute;
	bottom: -15px;
	right: -15px;
}


.exh_2 .gallery {
	width: 100%;
	clear: both;
	display: inline-block;
}

.exh_2 .gallery_l {
	width: 45%;
	float: left;
}

.exh_2 .gallery_r {
	width: 55%;
	float: left;
	text-align: left;
	padding: 0 0 0 80px;
	box-sizing: border-box;
}

.exh_2 .gallery_r ol {}

.exh_2 .gallery_r ol li {
	list-style-type: decimal;
	margin: 0 0 15px;
	font-size: 20px;
	font-weight: 500;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.exh_2 .gallery_r ol li span {
	display: block;
	font-size: 15px;
	font-weight: 400;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Arial, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.exh_3 {
	background: url(../img/bg_exh02.png) no-repeat top right 25%;
	background-size: 240px;
	padding: 100px 0 0;
}

.exh_3 ul {
	width: 100%;
	display: inline-block;
	clear: both;
	text-align: center;
}

.exh_3 ul li {
	width: 47%;
	display: inline-block;
	margin: 0 0 30px;
}

.exh_3 ul li:nth-child(2n + 2) {
	margin: 0 0 30px 4%;
}




.floor {
	width: 70px;
	height: 70px;
	position: absolute;
	top: -35px;
	left: 0;
	right: 0;
	margin: auto;
	color: #fff;
	text-align: left;
}

.floor::before {
	content: "";
	position: absolute;
	width: 70px;
	height: 70px;
	background: #AF8C2D;
	border: 2px solid #fff;
	transform: rotate(-45deg);
	z-index: 0;

}

.floor span {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 5;
	width: 70px;
	height: 55px;
	text-align: center;
	font-size: 18px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.floor span::first-letter {
	font-size: 34px;
	font-style: italic;
	display: inline-block;
	margin: 0 7px 0 0;
}

p.txt {
	text-align: left;
}


@media screen and (max-width: 680px) {

	h2.mds_cate {
		top: -23px;
		font-size: 32px;
	}

	#exhibition {
		background: #fcf9f2 url(../img/bg_exh01.png) no-repeat top 78px left;
		background-size: 240px;
	}

	#exhibition::before,
	#stay::before,
	#restaurant::before,
	#exhibition::after,
	#stay::after,
	#restaurant::after {
		content: normal;
	}

	.exh_1 {
		padding: 80px 0 0;
	}

	.exh_2 {
		padding: 80px 20px 30px;
	}

	.exh_1 h3,
	.exh_2 h3,
	.exh_3 h3 {
		border: none;
		margin: 0;
		padding: 10px 5px;
		font-size: 20px;
	}

	.exh_2 h3 {
		text-align: center;
	}

	.exh_2 h3::before {
		content: normal;
	}

	#exhibition {
		background: #fcf9f2 url(../img/bg_exh01.png) no-repeat top 78px left;
		background-size: 240px;
	}

	.exh_2 .gallery_l {
		width: 100%;
		float: left;
		margin: 0 0 30px;
	}

	.exh_2 .gallery_r {
		width: 100%;
		float: left;
		text-align: left;
		padding: 0 0 0 30px;
		box-sizing: border-box;
	}

	.exh_3 {
		background: url(../img/bg_exh02.png) no-repeat top right 25%;
		background-size: 200px;
	}

	.exh_3 ul li {
		width: 100%;
		margin: 0 0 20px 0;
	}

	.exh_3 ul li h3 {
		text-align: center;
	}

	.exh_3 ul li:nth-child(2n + 2) {
		margin: 0 0 20px 0;
	}

}





/* -------------------------------------------
宿泊
-------------------------------------------*/



#stay {

	position: relative;
	padding: 60px 0 80px;
}




.item_list {
	text-align: center;
	width: 100%;
}

.item_list li {
	width: 30%;
	margin: 0 3.5% 60px 0;
	display: inline-block;
	vertical-align: top;
}

.item_list li:nth-child(3n + 3) {
	margin: 0 0 30px;
}

.item_list li figure {
	border: 1px solid #AF8C2D;
	padding: 5px;
	backgrpund: #fff;
}

.item_list li h3 {
	color: #AF8C2D;
	background: url(../img/part_mds_l.png) no-repeat center left, url(../img/part_mds_r.png) no-repeat center right;
	background-size: contain, contain;
	padding: 20px 15px;
	margin: 15px 0;
	line-height: 1.4;
	font-size: 21px;
}

.item_list li h3.line {
	font-size: 20px;
	padding: 7px 15px;
}

.item_list li .shop {
	color: #AF8C2D;
	margin: 0 0 15px;
	line-height: 1.4;
	font-size: 20px;
	font-weight: 500;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.item_list li .shop span {
	background: #fff;
	border: 1px solid #dfcd9c;
	padding: 2px 10px;
	font-size: 16px;
	margin: 0 10px 0 0;
}

.item_list li a.btn {
	display: block;
	background: #AF8C2D;
	color: #fff;
	margin: 20px 0 0;
	text-decoration: none;
	position: relative;
	padding: 12px 0;
	font-size: 15px;
	letter-spacing: 1px;
	font-weight: 500;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.item_list li a.btn::after {
	content: "";
	position: absolute;
	border: 1px solid #fff;
	margin: 3px;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	top: 0;
	left: 0;
	box-sizing: border-box;
}

.item_list li a.btn:hover {
	opacity: 0.8;
}


@media screen and (max-width: 680px) {
	#stay {
		position: relative;
		padding: 100px 0 50px;
	}

	.item_list li {
		width: 100%;
		margin: 0 0 50px 0;
	}

	.item_list li:nth-child(3n + 3) {
		margin: 0 0 50px;
	}

	.item_list li h3 {
		border: none;
		text-align: center;
		font-size: 20px;
	}
}



/* -------------------------------------------
レストラン
-------------------------------------------*/



#restaurant {
	background: #fcf9f2 url(../img/bg_rest.png) no-repeat bottom left 10%;
	background-size: 300px;
	position: relative;
	padding: 160px 0 100px;
}


@media screen and (max-width: 680px) {
	#restaurant {
		padding: 120px 0 80px;
	}
}