@charset "UTF-8";
/*============================================================================*\
    ランクアップ無料プラン
\*============================================================================*/

/*.page-header__sub {
	max-width: 980px;
	margin: 0 auto;
	padding: 7px 5px 5px;
	background: #6a3906;
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
}*/
.page-header__sub p {
	display: inline-block;
	margin: 0;
	line-height: 1.4;
	text-align: left;
}
.page-header__sub span {
	font-size: 1.2em;
}
.page-header__sub small {
	display: inline-block;
	font-size: .75em;
}
@media (min-width: 48em) {
	.page-header__sub {
		font-size: 1.5rem;
	}
}

/* トップページメニュー */
.index-block {
	background: #FFF065;
	font-size: 1.3rem;
	line-height: 1.4;
}
.index-block .mod-grid__item {
	max-width: 80%;
	margin: 0 auto;
}
.index-block a {
	display: block;
	color: inherit;
	text-decoration: none;
}
.index-block a img {
	max-width: 100%;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.index-block a:hover {
	color: #666;
}
.index-block a:hover img {
	opacity: .5;
}
.index-block__title {
	padding: 8px 6px;
	color: #354256;
	font-size: 1.8rem;
	font-weight: bold;
}
.index-block .mod-grid__item:last-child .index-block__title {
	color: #FF9933;
}
.index-block__title .icon-wanpara {
	display: inline-block;
	margin: -3px 0 0 -2px;
	font-size: 1.2em;
	line-height: 1;
	vertical-align: middle;
	transform: rotate(-20deg);
}
.index-block__text {
	padding: 0 4px;
}
.index-block__list {
	list-style: none;
	margin: 0 0 4px;
	padding: 0;
	font-size: .9em;
}
.index-block__list > li {
	padding-left: 1em;
	text-indent: -1em;
}
.index-block__list > li:before {
	content: "\25CF";
	color: #354256;
}
.index-block__list > li.list_wanpara:before,
span.list_wanpara {
	color: #FF9933;
}
@media (min-width:48em) {
	.index-block__title {
		font-size: 2rem;
	}
}
@media (min-width:64em) {
	.index-block {
		padding: 40px 0;
	}
	.index-block__title {
		font-size: 1.6rem;
	}
}



/*------------------------------------*\
    詳細ページ
\*------------------------------------*/
.page-header--2nd {
	background-image: url(../img/bg.png);
}
.mod-subnav a {
	color: #000;
	border-color: #bbb;
}
.mod-subnav a:after {
	color: #c71c11;
}

/* 施設別プラン内容 */
.plan-block ~ .plan-block {
	margin-top: 50px;
}
.plan-block__header {
	padding: 40px 16px 20px;
	background: #fcdda1;
}
.plan-block__header p {
	margin: 10px 0 0;
	font-size: 1.3rem;
	line-height: 1.4;
}
.plan-block__header img {
	max-width: 100%;
	height: auto;
}
.plan-block__image {
	background: #f7f4f2;
	text-align: center;
}
.plan-block__plan {
	margin: 40px 0;
	padding: 0 16px;
}
.plan-block:nth-of-type(even) .plan-block__header {
	background: #dad8b1;
}

@media screen and (min-width:48em) {
	.plan-block ~ .plan-block {
		margin-top: 100px;
	}
	.plan-block__header {
		padding: 60px 30px 20px;
	}
	.plan-block__header p {
		font-size: 1.5rem;
	}
}
@media screen and (min-width:64em) {
	.plan-block__header {
		padding-top: 80px;
		padding-left: 0;
		padding-right: 0;
	}
	.plan-block__header .wrapper {
		display: table;
	}
	.plan-block__header h3,
	.plan-block__header p {
		display: table-cell;
		vertical-align: bottom;
	}
	.plan-block__header p {
		margin-top: 0;
		text-align: right;
	}
}
@media print {
	.plan-block__header h3 {
		width: 70vw;
	}
}


/* 価格ブロック */
.plan-block__heading {
	margin: -8px -8px 16px;
	padding: 4px;
	border-radius: 4px 4px 0 0;
	background: #7f6f65;
	color: #fff;
	font-size: 1.3rem;
	line-height: 1.2;
	text-align: center;
	white-space: nowrap;
}
.plan__type {
	display: inline-block;
	margin-bottom: 10px;
	padding: 5px 20px;
	background: #e6f4f6;
	color: #00aebb;
	font-weight: bold;
	line-height: 1.2;
	vertical-align: middle;
}
.plan__type ~ .plan__type {
	background: #f9ebf3;
	color: #d3599c;
}
.plan__dinner {
	margin-bottom: 10px;
}
.plan__dinner:before {
	display: block;
	width: 158px;
	height: 40px;
	margin-bottom: 10px;
	background: url(../img/plan.png) no-repeat left top;
	background-size: cover;
	content: "";
}
.plan__dinner span {
	display: inline-block;
	position: relative;
	padding: 4px 8px;
	background: #e60012;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1;
}
.plan__dinner span:before {
	display: block;
	position: absolute;
	left: 50%;
	top: -8px;
	width: 0;
	height: 0;
	margin-left: -5px;
	border-style: solid;
	border-width: 0 5px 8px 5px;
	border-bottom-color: #e60012;
	color: transparent;
	content: "";
}
.plan__price {
	max-width: 100%;
}
.plan__exclusion {
	margin: 16px auto 0;
	padding: 6px 10px;
	border: 1px solid;
	color: #6a3906;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: left;
}
.plan__important {
	margin: 16px auto -10px;
	padding: 5px 10px;
	background: #d44138;
	color: #fff100;
	font-weight: bold;
	text-align: center;
}
.plan-block__plan .divider {
	margin-top: 16px;
}
.disclaimer {
	margin-top: 8px;
	margin-bottom: 0;
	font-size: 1.2rem;
}
@media screen and (max-width:47.9375em) {
	.plan-block__plan {
		margin: 30px 10px 40px;
		padding: 10px;
		border-radius: 6px;
		border: 2px solid #6a3906;
	}
	.plan__dinner span {
		margin-left: 28px;
	}
	.plan__price {
		margin-top: 20px;
	}
	.plan__price.width-1 { max-width: 160px; }
	.plan__price.width-2 { max-width: 300px; }
	.plan__price.width-3 { max-width: 430px; }
	.plan__price.width-4 { max-width: 540px; }
	.plan-block__plan .divider {
		padding-top: 16px;
		border-top: 1px dashed #6a3906;
	}
}
@media print, (min-width:48em) {
	.plan-block__plan {
		text-align: center;
	}
	.plan-block__plan .inner {
		display: inline-block;
	}
	.plan-block__heading {
		width: 480px;
		margin: 0 auto 10px;
		border-radius: 30px;
	}
	.plan__type {
		margin-bottom: 0;
		margin-right: 8px;
		padding: 24px 10px;
	}
	.plan__dinner {
		display: inline-block;
		margin-right: 10px;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.plan__dinner:before {
		margin-right: auto;
		margin-left: auto;
	}
	.plan__dinner span {
		font-size: 1.6rem;
	}
	.plan__price {
		display: inline-block;
		vertical-align: middle;
	}
	.plan__exclusion {
		padding: 6px 20px;
		font-size: 1.5rem;
		text-align: center;
	}
}


/* 予約ブロック */
.mod-reserve {
	margin-top: 30px;
	text-align: center;
}
.mod-reserve__heading {
	margin: 30px 0 10px;
	color: #000;
	font-size: 1.6rem;
}
.mod-reserve__heading:after {
	display: block;
	width: 100px;
	height: 2px;
	margin: 4px auto 0;
	background: #c71c11;
	content: "";
}
.mod-reserve__web {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.mod-reserve__web > li {
	width: 80%;
	max-width: 400px;
	margin: 0 auto 10px;
}
.mod-reserve__web a {
	display: block;
	position: relative;
	padding: 16px 20px 16px 10px;
	background: #aaa;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	text-decoration: none;
}
.mod-reserve__web a:after {
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	content: "";
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.mod-reserve__web a:hover {
	opacity: .7;
}
a.type-hotel { background: #f0787f; }
a.type-cottage { background: #afc31c; }
a.type-other { background: #84cedd; }
.mod-reserve__tel {
	line-height: 1;
}
.mod-reserve__tel b {
	display: block;
	width: 20em;
	margin: 0 auto 10px;
	padding: 4px;
	border-radius: 20px;
	background: #7c4e22;
	color: #fff;
	font-size: 1.2rem;
}
.mod-reserve__tel .call {
	color: #7c4e22;
	font-size: 3rem;
	font-size: 8vw;
	font-weight: bold;
	letter-spacing: -.025em;
	text-decoration: none;
}
.mod-reserve__tel a.call:before {
	margin-right: .2em;
	font-family: "icomoon";
	font-size: .8em;
	content: "\e900";
}
@media print, (min-width:48em) {
	.mod-reserve {
		margin-top: 60px;
	}
	.mod-reserve__heading {
		margin: 40px 0 20px;
		font-size: 2rem;
	}
	.mod-reserve__web {
		display: table;
		width: 100%;
	}
	.mod-reserve__web > li {
		display: table-cell;
		width: 33%;
		padding: 5px;
	}
	.mod-reserve__web a {
		max-width: 450px;
		margin: 0 auto;
		white-space: nowrap;
		font-size: 1.8rem;
	}
	.mod-reserve__tel b { font-size: 1.4rem; }
	.mod-reserve__tel .call { font-size: 3.6rem; }
}
@media (min-width:64em) {
	.mod-reserve__web a {
		padding: 18px 24px 18px 12px;
		font-size: 2.2rem;
	}
	.mod-reserve__web a:after {
		right: 15px;
		width: 24px;
		height: 24px;
		margin-top: -12px;
		border-width: 2px;
	}
	.mod-reserve__tel .call { font-size: 4.5rem; }
}