@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : common.css
 author     : Ability Consultant
 style info : 基本・共通設定
=================================================================== */
#menu_list .inner .con_link, #menu_search .inner .con_link, .con_search {
	max-width: 1160px;
	margin: auto;
}

@media only screen and (max-width: 1024px) {
	#menu_list .inner .con_link, #menu_search .inner .con_link, .con_search {
		width: 95%;
	}
}

#contents .con_tab {
	max-width: 1400px;
	margin: auto;
}

@media only screen and (max-width: 1024px) {
	#contents .con_tab {
		width: 95%;
	}
}

#footer .con_hnav ul {
	max-width: 1700px;
	margin: auto;
}

@media only screen and (max-width: 1024px) {
	#footer .con_hnav ul {
		width: 95%;
	}
}

#menu_list .inner {
	padding: 50px 0 30px;
}

#menu_list .inner .con_link {
	margin-bottom: 10px;
}

#menu_search .inner {
	padding: 20px 0;
}

#menu_list, #menu_search {
	z-index: -1;
	background: rgba(255, 255, 255, 0.95);
	opacity: 0;
	transition: z-index 1s, opacity 500ms, transform 500ms;
	position: fixed;
	width: 100%;
	top: 0;
}

@media only screen and (max-width: 767px) {
	#menu_list, #menu_search {
		display: none !important;
	}
}

#menu_list .inner, #menu_search .inner {
	position: relative;
	z-index: 2;
}

#menu_list .inner .con_link, #menu_search .inner .con_link {
	display: flex;
	justify-content: center;
}

@media only screen and (min-width: 768px) and (max-width: 1050px) {
	#menu_list .inner .con_link, #menu_search .inner .con_link {
		display: block;
	}
}

@media print {
	#menu_list .inner .con_link, #menu_search .inner .con_link {
		display: block;
	}
}

.ie8 #menu_list .inner .con_link, .ie8 #menu_search .inner .con_link {
	display: block;
}

#menu_list .inner .con_link .box_link, #menu_search .inner .con_link .box_link {
	width: 60%;
}

@media only screen and (min-width: 768px) and (max-width: 1050px) {
	#menu_list .inner .con_link .box_link, #menu_search .inner .con_link .box_link {
		width: 100%;
		margin-bottom: 1em;
	}
}

@media print {
	#menu_list .inner .con_link .box_link, #menu_search .inner .con_link .box_link {
		width: 100%;
		margin-bottom: 1em;
	}
}

.ie8 #menu_list .inner .con_link .box_link, .ie8 #menu_search .inner .con_link .box_link {
	width: 100%;
	margin-bottom: 1em;
}

#menu_list .inner .con_link .box_link ul, #menu_search .inner .con_link .box_link ul {
	display: flex;
	justify-content: center;
	padding: 0.25em 0;
}

#menu_list .inner .con_link .box_link ul li, #menu_search .inner .con_link .box_link ul li {
	position: relative;
	margin-right: 10px;
	padding-left: 0.25em;
	font-size: 114%;
}

#menu_list .inner .con_link .box_link ul li:last-child, #menu_search .inner .con_link .box_link ul li:last-child {
	margin-right: 0;
}

#menu_list .inner .con_link .box_link ul li:before, #menu_search .inner .con_link .box_link ul li:before {
	position: absolute;
	content: '\f3d3';
	font-family: "Ionicons";
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

#menu_list .inner .con_link .box_link ul li a, #menu_search .inner .con_link .box_link ul li a {
	text-decoration: none;
	padding: 0 0.5em;
}

#menu_list .inner .con_link .btn, #menu_search .inner .con_link .btn {
	text-align: right;
	width: 30%;
}

@media only screen and (min-width: 768px) and (max-width: 1050px) {
	#menu_list .inner .con_link .btn, #menu_search .inner .con_link .btn {
		width: 45%;
		margin: 0 auto;
	}
}

@media print {
	#menu_list .inner .con_link .btn, #menu_search .inner .con_link .btn {
		width: 45%;
		margin: 0 auto;
	}
}

.ie8 #menu_list .inner .con_link .btn, .ie8 #menu_search .inner .con_link .btn {
	width: 45%;
	margin: 0 auto;
}

#menu_list .btn_close, #menu_search .btn_close {
	clear: both;
	text-align: center;
	margin: auto;
}

#menu_list .btn_close > span, #menu_search .btn_close > span {
	display: inline-block;
	font-size: 87%;
	padding: 0.5em;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#menu_list .btn_close > span:hover, #menu_search .btn_close > span:hover {
	cursor: pointer;
	opacity: 0.8;
}

#menu_list .btn_close > span .ic, #menu_search .btn_close > span .ic {
	display: block;
	line-height: 1;
	font-size: 293%;
	height: 33px;
}

#menu_list .over_menu, #menu_search .over_menu {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 500%;
	z-index: 1;
	display: none;
}

#menu_list.active, #menu_search.active {
	opacity: 1;
	display: block;
	z-index: 999;
	transform: none;
	transition-delay: 0ms;
}

#menu_list.active .over_menu, #menu_search.active .over_menu {
	display: block !important;
}

.con_search {
	display: table;
}

.con_search .box_title {
	display: table-cell;
	vertical-align: middle;
	width: 14.65517%;
	text-align: center;
	background: url(../images/common/bg_green.jpg) repeat;
	padding: 0 10px;
}

@media only screen and (min-width: 1050px) {
	.con_search .box_title {
		min-width: 170px;
	}
}

@media print {
	.con_search .box_title {
		min-width: 170px;
	}
}

.ie8 .con_search .box_title {
	min-width: 170px;
}

.con_search .box_title h2 {
	position: relative;
	padding-top: 26px;
}

.con_search .box_title h2:before {
	position: absolute;
	content: '';
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background: url(../images/common/ic_leaf.png) no-repeat;
	width: 30px;
	height: 23px;
}

.con_search .box_title h2 span {
	font-weight: normal;
	line-height: 1;
}

.con_search .box_title h2 span.jp {
	font-size: 94%;
}

.con_search .box_title h2 span.en {
	font-size: 154%;
	font-family: "Sorts Mill Goudy", serif;
}

.con_search .box_search {
	display: table-cell;
	vertical-align: middle;
	width: 85.43103%;
	padding: 20px 3.93542%;
}

@media only screen and (min-width: 768px) and (max-width: 1050px) {
	.con_search .box_search {
		padding: 1em 0.5em;
	}
}

@media print {
	.con_search .box_search {
		padding: 1em 0.5em;
	}
}

.ie8 .con_search .box_search {
	padding: 1em 0.5em;
}

.con_search .box_search .obj_search {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}

.con_search .box_search .obj_search > div > em {
	font-size: 94%;
	margin-bottom: 6px;
	display: block;
}

.con_search .box_search .obj_search > div input[type="text"], .con_search .box_search .obj_search > div select {
	border: 1px solid #979797;
	width: 100%;
}

.con_search .box_search .obj_search > div select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.con_search .box_search .obj_search > div ::-ms-expand {
	display: none;
}

.con_search .box_search .obj_search .box_day {
	width: 22.1998%;
	margin-right: 2.01816%;
}

@media only screen and (min-width: 768px) and (max-width: 1050px) {
	.con_search .box_search .obj_search .box_day {
		width: 30%;
		margin-right: 3%;
	}
}

@media print {
	.con_search .box_search .obj_search .box_day {
		width: 30%;
		margin-right: 3%;
	}
}

.ie8 .con_search .box_search .obj_search .box_day {
	width: 30%;
	margin-right: 3%;
}

.con_search .box_search .obj_search .box_day .calendar {
	position: relative;
	font-size: 120%;
}

.con_search .box_search .obj_search .box_day .calendar:before {
	position: absolute;
	content: '\f073';
	font-family: FontAwesome;
	top: 50%;
	left: 8%;
	transform: translateY(-50%);
	font-size: 78%;
}

.con_search .box_search .obj_search .box_day .calendar:after {
	position: absolute;
	content: '\f3d0';
	font-family: "Ionicons";
	top: 50%;
	right: 6%;
	transform: translateY(-50%);
	font-size: 84%;
}

.con_search .box_search .obj_search .box_day .calendar input {
	padding: 12px 0 12px 35px;
}

.con_search .box_search .obj_search .box_und {
	margin: 0 2.5227% 31px 0;
}

@media only screen and (min-width: 768px) and (max-width: 1050px) {
	.con_search .box_search .obj_search .box_und {
		width: 10%;
		margin-right: 3%;
	}
}

@media print {
	.con_search .box_search .obj_search .box_und {
		width: 10%;
		margin-right: 3%;
	}
}

.ie8 .con_search .box_search .obj_search .box_und {
	width: 10%;
	margin-right: 3%;
}

@media only screen and (max-width: 767px) {
	.con_search .box_search .obj_search .box_und .chkbox {
		display: inline-block;
		margin: 0;
	}
}

.con_search .box_search .obj_search .box_und .chkbox label {
	font-size: 120%;
	line-height: 20px;
	display: inline-block;
	cursor: pointer;
	position: relative;
}

@media only screen and (max-width: 767px) {
	.con_search .box_search .obj_search .box_und .chkbox label {
		padding-bottom: 0.75em;
	}
}

.con_search .box_search .obj_search .box_und .chkbox label:before {
	content: '';
	width: 20px;
	height: 20px;
	display: inline-block;
	position: absolute;
	left: 0;
	background-color: #fff;
	border: 1px solid #979797;
}

.con_search .box_search .obj_search .box_und .chkbox input[type="checkbox"] {
	display: none;
}

.con_search .box_search .obj_search .box_und .chkbox input[type="checkbox"]:checked + label:before {
	content: '\2713';
}

.con_search .box_search .obj_search .box_sta, .con_search .box_search .obj_search .box_per, .con_search .box_search .obj_search .box_roo {
	width: 11.80626%;
	margin-right: 2.01816%;
}

@media only screen and (min-width: 768px) and (max-width: 1050px) {
	.con_search .box_search .obj_search .box_sta, .con_search .box_search .obj_search .box_per, .con_search .box_search .obj_search .box_roo {
		width: 15%;
	}
	.con_search .box_search .obj_search .box_sta:not(.box_roo), .con_search .box_search .obj_search .box_per:not(.box_roo), .con_search .box_search .obj_search .box_roo:not(.box_roo) {
		margin-right: 3%;
	}
}

@media print {
	.con_search .box_search .obj_search .box_sta, .con_search .box_search .obj_search .box_per, .con_search .box_search .obj_search .box_roo {
		width: 15%;
	}
	.con_search .box_search .obj_search .box_sta:not(.box_roo), .con_search .box_search .obj_search .box_per:not(.box_roo), .con_search .box_search .obj_search .box_roo:not(.box_roo) {
		margin-right: 3%;
	}
}

.ie8 .con_search .box_search .obj_search .box_sta, .ie8 .con_search .box_search .obj_search .box_per, .ie8 .con_search .box_search .obj_search .box_roo {
	width: 15%;
}

.ie8 .con_search .box_search .obj_search .box_sta:not(.box_roo), .ie8 .con_search .box_search .obj_search .box_per:not(.box_roo), .ie8 .con_search .box_search .obj_search .box_roo:not(.box_roo) {
	margin-right: 3%;
}

.con_search .box_search .obj_search .box_sta label, .con_search .box_search .obj_search .box_per label, .con_search .box_search .obj_search .box_roo label {
	position: relative;
	font-size: 120%;
}

.con_search .box_search .obj_search .box_sta label:after, .con_search .box_search .obj_search .box_per label:after, .con_search .box_search .obj_search .box_roo label:after {
	position: absolute;
	content: '\f3d0';
	font-family: "Ionicons";
	top: 50%;
	right: 13%;
	transform: translateY(-50%);
	font-size: 84%;
}

.con_search .box_search .obj_search .box_sta label select, .con_search .box_search .obj_search .box_per label select, .con_search .box_search .obj_search .box_roo label select {
	padding: 12px 0 12px 20px;
}

.con_search .box_search .obj_search .btn_submit {
	width: 23.71342%;
	margin-left: auto;
}

@media only screen and (min-width: 768px) and (max-width: 1050px) {
	.con_search .box_search .obj_search .btn_submit {
		width: 100%;
		margin-top: 20px;
	}
}

@media print {
	.con_search .box_search .obj_search .btn_submit {
		width: 100%;
		margin-top: 20px;
	}
}

.ie8 .con_search .box_search .obj_search .btn_submit {
	width: 100%;
	margin-top: 20px;
}

.con_search .box_search .obj_search .btn_submit p {
	position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 1050px) {
	.con_search .box_search .obj_search .btn_submit p {
		width: 50%;
		margin: 0 auto;
	}
}

@media print {
	.con_search .box_search .obj_search .btn_submit p {
		width: 50%;
		margin: 0 auto;
	}
}

.ie8 .con_search .box_search .obj_search .btn_submit p {
	width: 50%;
	margin: 0 auto;
}

.con_search .box_search .obj_search .btn_submit p:before {
	position: absolute;
	content: '\f2f5';
	font-family: "Ionicons";
	top: 50%;
	left: 12%;
	transform: translateY(-50%);
	color: #fff;
}

.con_search .box_search .obj_search .btn_submit p input {
	width: 100%;
	border: none;
	-webkit-appearance: none;
	padding: 1em 44px;
	background: #bfb554;
	color: #fff;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.con_search .box_search .obj_search .btn_submit p input:hover {
	cursor: pointer;
	background: #a3993d;
}

.con_search .box_search .obj_search .box_sub {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	margin-top: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 1050px) {
	.con_search .box_search .obj_search .box_sub {
		display: block;
	}
}

@media print {
	.con_search .box_search .obj_search .box_sub {
		display: block;
	}
}

.ie8 .con_search .box_search .obj_search .box_sub {
	display: block;
}

.con_search .box_search .obj_search .box_sub ul {
	display: flex;
	flex-wrap: wrap;
	font-size: 87%;
}

@media only screen and (min-width: 768px) and (max-width: 1050px) {
	.con_search .box_search .obj_search .box_sub ul {
		margin-bottom: 10px;
	}
}

@media print {
	.con_search .box_search .obj_search .box_sub ul {
		margin-bottom: 10px;
	}
}

.ie8 .con_search .box_search .obj_search .box_sub ul {
	margin-bottom: 10px;
}

.con_search .box_search .obj_search .box_sub ul li {
	margin-right: 20px;
	padding-left: 1em;
	position: relative;
}

.con_search .box_search .obj_search .box_sub ul li:before {
	position: absolute;
	content: '\f3d3';
	font-family: "Ionicons";
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.con_search .box_search .obj_search .box_sub ul li:last-child {
	margin-right: 0;
}

.con_search .box_search .obj_search .box_sub ul li a {
	text-decoration: none;
}

.con_search .box_search .obj_search .box_sub .txt_tel {
	line-height: 1;
	margin-left: 2.62361%;
	color: #a09420;
	font-size: 87%;
}

@media only screen and (min-width: 768px) and (max-width: 1050px) {
	.con_search .box_search .obj_search .box_sub .txt_tel {
		text-align: right;
	}
}

@media print {
	.con_search .box_search .obj_search .box_sub .txt_tel {
		text-align: right;
	}
}

.ie8 .con_search .box_search .obj_search .box_sub .txt_tel {
	text-align: right;
}

.con_search .box_search .obj_search .box_sub .txt_tel em {
	font-size: 170%;
}

/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
html {
	font-size: small;
	line-height: 1.5;
}

body {
	color: #453939;
	background: #fff;
	-webkit-text-size-adjust: none;
	font-size: 116%;
}

.ie body {
	font-size: 112%;
}

@media only screen and (max-width: 767px) {
	body {
		font-size: 108%;
	}
}

body a {
	color: #615050;
}

body a:link, body a:visited, body a:active {
	text-decoration: underline;
}

.mouse body a:hover,
.touch body a.touchstart {
	text-decoration: none;
	color: #7d6767;
}

body img {
	max-width: 100%;
	-webkit-touch-callout: none;
}

body, pre, input, textarea, select {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "SourceHanSerifJP-Regular", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}

input, select, textarea {
	font-size: 100%;
}

html.ie8 .view_tab,
html.ie8 .view_tab_sp,
html.ie8 .view_sp {
	display: none !important;
}

html.ie8 #page {
	min-width: 1160px !important;
	margin: auto;
	font-size: 100% !important;
}

@media only screen and (min-width: 1025px) {
	body .view_tab-sp, body .view_tab {
		display: none !important;
	}
}

@media print {
	body .view_tab-sp, body .view_tab {
		display: none !important;
	}
}

.ie8 body .view_tab-sp, .ie8 body .view_tab {
	display: none !important;
}

@media only screen and (min-width: 768px) {
	body .view_sp {
		display: none !important;
	}
}

@media print {
	body .view_sp {
		display: none !important;
	}
}

.ie8 body .view_sp {
	display: none !important;
}

@media only screen and (max-width: 1024px) {
	body .view_pc {
		display: none !important;
	}
}

@media only screen and (max-width: 767px) {
	body .view_pc-tab, body .view_tab {
		display: none !important;
	}
}

.mouse .over {
	-webkit-transition: opacity 200ms ease-in;
	-moz-transition: opacity 200ms ease-in;
	-o-transition: opacity 200ms ease-in;
	transition: opacity 200ms ease-in;
}

.mouse .over:hover,
.touch .over.touchstart {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}

.touch .over {
	-webkit-tap-highlight-color: transparent;
}

.touch .over.touchend {
	-webkit-transition-delay: 200ms;
	-moz-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	transition-delay: 200ms;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* -----------------------------------------------------------
	見出し
----------------------------------------------------------- */
.st_high {
	position: relative;
	line-height: 1.1;
	font-weight: normal;
	text-align: center;
	color: #453939;
	padding-bottom: 22px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.st_high {
		padding-bottom: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.st_high {
		padding-bottom: 10px;
	}
}

.st_high:before {
	display: block;
	content: '';
	position: absolute;
	left: 50%;
	bottom: 2px;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 12px;
	height: 1px;
	border-left: 62px solid #453939;
	border-right: 62px solid #453939;
}

.st_high:after {
	display: block;
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 5px;
	height: 5px;
	background: #453939;
	border-radius: 50%;
}

.st_high .jp {
	display: block;
	font-size: 114%;
	margin-bottom: 12px;
	color: #5d4131;
}

@media only screen and (max-width: 767px) {
	.st_high .jp {
		margin-bottom: 6px;
	}
}

.st_high .en {
	display: block;
	font-family: "Sorts Mill Goudy", serif;
	font-size: 334%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.st_high .en {
		font-size: 267%;
	}
}

@media only screen and (max-width: 767px) {
	.st_high .en {
		font-size: 200%;
	}
}

.st_high_white {
	position: relative;
	line-height: 1.1;
	font-weight: normal;
	text-align: center;
	color: #fff;
	padding-bottom: 22px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.st_high_white {
		padding-bottom: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.st_high_white {
		padding-bottom: 10px;
	}
}

.st_high_white:before {
	display: block;
	content: '';
	position: absolute;
	left: 50%;
	bottom: 2px;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 12px;
	height: 1px;
	border-left: 62px solid #fff;
	border-right: 62px solid #fff;
}

.st_high_white:after {
	display: block;
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 5px;
	height: 5px;
	background: #fff;
	border-radius: 50%;
}

.st_high_white .jp {
	display: block;
	font-size: 114%;
	margin-bottom: 12px;
	color: #5d4131;
}

@media only screen and (max-width: 767px) {
	.st_high_white .jp {
		margin-bottom: 6px;
	}
}

.st_high_white .en {
	display: block;
	font-family: "Sorts Mill Goudy", serif;
	font-size: 334%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.st_high_white .en {
		font-size: 267%;
	}
}

@media only screen and (max-width: 767px) {
	.st_high_white .en {
		font-size: 200%;
	}
}

.st_high_left {
	position: relative;
	text-align: left;
	padding-left: 24%;
}

@media only screen and (max-width: 767px) {
	.st_high_left {
		padding: 0.75em 0 0;
	}
}

.st_high_left:before, .st_high_left:after {
	position: absolute;
	content: '';
	background: #453939;
}

.st_high_left:before {
	border-radius: 50%;
	width: 5px;
	height: 5px;
	z-index: -1;
	top: 50%;
	left: 22%;
	transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
	.st_high_left:before {
		top: 0;
		transform: none;
	}
}

.st_high_left:after {
	width: 22%;
	height: 1px;
	z-index: -2;
	top: 49%;
	left: 0;
}

@media only screen and (max-width: 767px) {
	.st_high_left:after {
		top: 2px;
	}
}

.st_high_left span {
	display: block;
	font-weight: normal;
}

.st_high_left span.catch {
	color: #c2b964;
	font-size: 134%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.st_high_left span.catch {
		font-size: 120%;
	}
}

@media only screen and (max-width: 767px) {
	.st_high_left span.catch {
		font-size: 107%;
	}
}

@media only screen and (max-width: 767px) {
	.st_high_left span.catch {
		line-height: 1.2;
	}
}

.st_high_left span.catch em {
	font-size: 120%;
}

@media only screen and (max-width: 767px) {
	.st_high_left span.catch em {
		font-size: 113%;
	}
}

.st_high_left span.jp {
	font-size: 234%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.st_high_left span.jp {
		font-size: 214%;
	}
}

@media only screen and (max-width: 767px) {
	.st_high_left span.jp {
		font-size: 187%;
	}
}

.st_high_left span.en {
	font-size: 107%;
	font-family: "Sorts Mill Goudy", serif;
}

@media only screen and (max-width: 767px) {
	.st_high_left span.en {
		font-size: 80%;
	}
}

.st_mid {
	text-align: center;
}

.st_mid span {
	display: block;
	font-weight: normal;
}

@media only screen and (max-width: 767px) {
	.st_mid span {
		line-height: 1;
	}
}

.st_mid span.en {
	font-size: 220%;
	font-family: "Sorts Mill Goudy", serif;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.st_mid span.en {
		font-size: 200%;
	}
}

@media only screen and (max-width: 767px) {
	.st_mid span.en {
		font-size: 174%;
	}
}

.st_mid span.jp {
	font-size: 107%;
}

@media only screen and (max-width: 767px) {
	.st_mid span.jp {
		font-size: 100%;
	}
}

.st_mid_left_normal {
	text-align: left;
}

.st_mid_left_normal span {
	font-weight: normal;
}

@media only screen and (max-width: 767px) {
	.st_mid_left_normal span {
		line-height: 1;
	}
}

.st_mid_left_normal span.en {
	font-size: 220%;
	font-family: "Sorts Mill Goudy", serif;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.st_mid_left_normal span.en {
		font-size: 200%;
	}
}

@media only screen and (max-width: 767px) {
	.st_mid_left_normal span.en {
		font-size: 174%;
	}
}

.st_mid_left_normal span.jp {
	font-size: 107%;
}

@media only screen and (max-width: 767px) {
	.st_mid_left_normal span.jp {
		font-size: 100%;
	}
}

.st_mid_left {
	text-align: left;
	position: relative;
	padding-left: 23.5%;
}

@media only screen and (max-width: 767px) {
	.st_mid_left {
		padding: 0 0 0.75em;
	}
}

.st_mid_left:before {
	position: absolute;
	content: '';
	bottom: 10px;
	left: 0;
	background: #c6c6c6;
	width: 22%;
	height: 1px;
	z-index: -1;
}

@media only screen and (max-width: 767px) {
	.st_mid_left:before {
		bottom: 0;
		width: 45%;
	}
}

.st_mid_left span {
	font-weight: normal;
	line-height: 1;
}

@media only screen and (max-width: 767px) {
	.st_mid_left span {
		display: block;
	}
}

.st_mid_left span.en {
	font-size: 220%;
	font-family: "Sorts Mill Goudy", serif;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.st_mid_left span.en {
		font-size: 200%;
	}
}

@media only screen and (max-width: 767px) {
	.st_mid_left span.en {
		font-size: 174%;
	}
}

.st_mid_left span.jp {
	font-size: 107%;
	margin-left: 0.75em;
}

@media only screen and (max-width: 767px) {
	.st_mid_left span.jp {
		font-size: 100%;
		margin-left: 0;
	}
}

.btn_ghost a {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 100%;
	max-width: 340px;
	font-size: 100%;
	color: #453939 !important;
	border: 1px solid #453939;
	border-radius: 0;
	text-align: left;
	text-decoration: none !important;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	padding: 1em 2em;
}

@media only screen and (max-width: 767px) {
	.btn_ghost a {
		max-width: 100%;
		font-size: 94%;
		padding: 10px;
		padding-right: 55px;
	}
}

.btn_ghost a:hover {
	border: 1px solid #453939;
}

@media only screen and (min-width: 1025px) {
	.btn_ghost a:hover {
		background: #453939;
		color: #fff !important;
	}
}

@media print {
	.btn_ghost a:hover {
		background: #453939;
		color: #fff !important;
	}
}

.ie8 .btn_ghost a:hover {
	background: #453939;
	color: #fff !important;
}

@media only screen and (min-width: 1025px) {
	.btn_ghost a:hover .ic_arrow {
		right: 2.5em;
	}
}

@media print {
	.btn_ghost a:hover .ic_arrow {
		right: 2.5em;
	}
}

.ie8 .btn_ghost a:hover .ic_arrow {
	right: 2.5em;
}

@media only screen and (min-width: 1025px) {
	.btn_ghost a:hover .ic_arrow:before {
		background: #fff;
	}
}

@media print {
	.btn_ghost a:hover .ic_arrow:before {
		background: #fff;
	}
}

.ie8 .btn_ghost a:hover .ic_arrow:before {
	background: #fff;
}

@media only screen and (min-width: 1025px) {
	.btn_ghost a:hover .ic_arrow:after {
		background: #fff;
	}
}

@media print {
	.btn_ghost a:hover .ic_arrow:after {
		background: #fff;
	}
}

.ie8 .btn_ghost a:hover .ic_arrow:after {
	background: #fff;
}

.btn_ghost a .ic_arrow {
	position: absolute;
	right: 3em;
	top: 53%;
	width: 50px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

@media only screen and (max-width: 767px) {
	.btn_ghost a .ic_arrow {
		right: 15px;
		width: 35px;
	}
}

.btn_ghost a .ic_arrow:before {
	display: block;
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #453939;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.btn_ghost a .ic_arrow:after {
	display: block;
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	-webkit-transform: rotate(34deg);
	-ms-transform: rotate(34deg);
	transform: rotate(34deg);
	-webkit-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	transform-origin: right bottom;
	width: 16px;
	height: 1px;
	background: #453939;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.btn_ghost_r a {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 100%;
	max-width: 340px;
	font-size: 100%;
	color: #453939 !important;
	border: 1px solid #453939;
	border-radius: 0;
	text-align: left;
	text-decoration: none !important;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	padding: 1em 2em;
}

@media only screen and (max-width: 767px) {
	.btn_ghost_r a {
		max-width: 100%;
		font-size: 94%;
		padding: 10px;
		padding-right: 55px;
	}
}

.btn_ghost_r a:hover {
	border: 1px solid #453939;
}

@media only screen and (min-width: 1025px) {
	.btn_ghost_r a:hover {
		background: #453939;
		color: #fff !important;
	}
}

@media print {
	.btn_ghost_r a:hover {
		background: #453939;
		color: #fff !important;
	}
}

.ie8 .btn_ghost_r a:hover {
	background: #453939;
	color: #fff !important;
}

@media only screen and (min-width: 1025px) {
	.btn_ghost_r a:hover .ic_arrow {
		right: 3.5em;
	}
}

@media print {
	.btn_ghost_r a:hover .ic_arrow {
		right: 3.5em;
	}
}

.ie8 .btn_ghost_r a:hover .ic_arrow {
	right: 3.5em;
}

@media only screen and (min-width: 1025px) {
	.btn_ghost_r a:hover .ic_arrow:before {
		background: #fff;
	}
}

@media print {
	.btn_ghost_r a:hover .ic_arrow:before {
		background: #fff;
	}
}

.ie8 .btn_ghost_r a:hover .ic_arrow:before {
	background: #fff;
}

@media only screen and (min-width: 1025px) {
	.btn_ghost_r a:hover .ic_arrow:after {
		background: #fff;
	}
}

@media print {
	.btn_ghost_r a:hover .ic_arrow:after {
		background: #fff;
	}
}

.ie8 .btn_ghost_r a:hover .ic_arrow:after {
	background: #fff;
}

.btn_ghost_r a .ic_arrow {
	position: absolute;
	right: 3em;
	top: 53%;
	width: 50px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

@media only screen and (max-width: 767px) {
	.btn_ghost_r a .ic_arrow {
		right: 15px;
		width: 35px;
	}
}

.btn_ghost_r a .ic_arrow:before {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #453939;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.btn_ghost_r a .ic_arrow:after {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transform: rotate(-34deg);
	-ms-transform: rotate(-34deg);
	transform: rotate(-34deg);
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
	width: 16px;
	height: 1px;
	background: #453939;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.btn_green a {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 100%;
	max-width: 340px;
	font-size: 100%;
	color: #fff !important;
	background: #3b7544;
	border: 1px solid #3b7544;
	border-radius: 0;
	text-align: left;
	text-decoration: none !important;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	padding: 1em 2em;
}

@media only screen and (max-width: 767px) {
	.btn_green a {
		max-width: 100%;
		font-size: 94%;
		padding: 10px;
		padding-right: 55px;
	}
}

@media only screen and (min-width: 1025px) {
	.btn_green a:hover {
		background: #2d5a34;
		color: #fff !important;
	}
}

@media print {
	.btn_green a:hover {
		background: #2d5a34;
		color: #fff !important;
	}
}

.ie8 .btn_green a:hover {
	background: #2d5a34;
	color: #fff !important;
}

@media only screen and (min-width: 1025px) {
	.btn_green a:hover .ic_arrow {
		right: 2.5em;
	}
}

@media print {
	.btn_green a:hover .ic_arrow {
		right: 2.5em;
	}
}

.ie8 .btn_green a:hover .ic_arrow {
	right: 2.5em;
}

.btn_green a .ic_arrow {
	position: absolute;
	right: 3em;
	top: 53%;
	width: 50px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

@media only screen and (max-width: 767px) {
	.btn_green a .ic_arrow {
		right: 15px;
		width: 35px;
	}
}

.btn_green a .ic_arrow:before {
	display: block;
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.btn_green a .ic_arrow:after {
	display: block;
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	-webkit-transform: rotate(34deg);
	-ms-transform: rotate(34deg);
	transform: rotate(34deg);
	-webkit-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	transform-origin: right bottom;
	width: 16px;
	height: 1px;
	background: #fff;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.btn_yellow a {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 100%;
	max-width: 340px;
	font-size: 100%;
	color: #fff !important;
	background: #b3ab56;
	border: 1px solid #b3ab56;
	border-radius: 0;
	text-align: left;
	text-decoration: none !important;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	padding: 1em 2em;
}

@media only screen and (max-width: 767px) {
	.btn_yellow a {
		max-width: 100%;
		font-size: 94%;
		padding: 10px;
		padding-right: 55px;
	}
}

@media only screen and (min-width: 1025px) {
	.btn_yellow a:hover {
		background: #9b9346;
		color: #fff !important;
	}
}

@media print {
	.btn_yellow a:hover {
		background: #9b9346;
		color: #fff !important;
	}
}

.ie8 .btn_yellow a:hover {
	background: #9b9346;
	color: #fff !important;
}

@media only screen and (min-width: 1025px) {
	.btn_yellow a:hover .ic_arrow {
		right: 2.5em;
	}
}

@media print {
	.btn_yellow a:hover .ic_arrow {
		right: 2.5em;
	}
}

.ie8 .btn_yellow a:hover .ic_arrow {
	right: 2.5em;
}

.btn_yellow a .ic_arrow {
	position: absolute;
	right: 3em;
	top: 53%;
	width: 50px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

@media only screen and (max-width: 767px) {
	.btn_yellow a .ic_arrow {
		right: 15px;
		width: 35px;
	}
}

.btn_yellow a .ic_arrow:before {
	display: block;
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.btn_yellow a .ic_arrow:after {
	display: block;
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	-webkit-transform: rotate(34deg);
	-ms-transform: rotate(34deg);
	transform: rotate(34deg);
	-webkit-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	transform-origin: right bottom;
	width: 16px;
	height: 1px;
	background: #fff;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.btn_dark a {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 100%;
	max-width: 340px;
	font-size: 100%;
	color: #fff !important;
	background: #453939;
	border: 1px solid #453939;
	border-radius: 0;
	text-align: left;
	text-decoration: none !important;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	padding: 1em 2em;
}

@media only screen and (max-width: 767px) {
	.btn_dark a {
		max-width: 100%;
		font-size: 94%;
		padding: 10px;
		padding-right: 55px;
	}
}

@media only screen and (min-width: 1025px) {
	.btn_dark a:hover {
		background: #2f2727;
		color: #fff !important;
	}
}

@media print {
	.btn_dark a:hover {
		background: #2f2727;
		color: #fff !important;
	}
}

.ie8 .btn_dark a:hover {
	background: #2f2727;
	color: #fff !important;
}

@media only screen and (min-width: 1025px) {
	.btn_dark a:hover .ic_arrow {
		right: 2.5em;
	}
}

@media print {
	.btn_dark a:hover .ic_arrow {
		right: 2.5em;
	}
}

.ie8 .btn_dark a:hover .ic_arrow {
	right: 2.5em;
}

.btn_dark a .ic_arrow {
	position: absolute;
	right: 3em;
	top: 53%;
	width: 50px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

@media only screen and (max-width: 767px) {
	.btn_dark a .ic_arrow {
		right: 15px;
		width: 35px;
	}
}

.btn_dark a .ic_arrow:before {
	display: block;
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.btn_dark a .ic_arrow:after {
	display: block;
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	-webkit-transform: rotate(34deg);
	-ms-transform: rotate(34deg);
	transform: rotate(34deg);
	-webkit-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	transform-origin: right bottom;
	width: 16px;
	height: 1px;
	background: #fff;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

/* -----------------------------------------------------------
	#page
----------------------------------------------------------- */
@media only screen and (min-width: 768px) {
	#page {
		font-size: 100% !important;
	}
}

@media print {
	#page {
		font-size: 100% !important;
	}
}

.ie8 #page {
	font-size: 100% !important;
}

.open-menu #page {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
#header {
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
	padding-top: 30px;
	width: 100%;
	color: #fff;
}

@media only screen and (max-width: 767px) {
	#header {
		padding-top: 17px;
	}
}

#header a {
	color: #fff;
	text-decoration: none;
}

#header .con_header {
	width: 95%;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}

@media only screen and (max-width: 767px) {
	#header .con_header {
		width: 50%;
		margin: 0 0 0 2.5%;
	}
}

#header .con_header .box_logo {
	margin-right: auto;
}

#header .con_header .box_logo h1 {
	font-size: 67%;
	margin-bottom: 6px;
	font-weight: normal;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	#header .con_header .box_logo h1 {
		font-size: 60%;
		text-align: left;
	}
}

@media only screen and (max-width: 767px) {
	#header .con_header .box_logo .logo {
		display: none;
	}
}

#header .con_header .box_nav {
	overflow: hidden;
	margin-right: 17.44792%;
	position: relative;
}

@media only screen and (min-width: 1300px) and (max-width: 1635px) {
	#header .con_header .box_nav {
		margin-right: 20%;
		margin-top: 10px;
	}
}

@media print {
	#header .con_header .box_nav {
		margin-right: 20%;
		margin-top: 10px;
	}
}

.ie8 #header .con_header .box_nav {
	margin-right: 20%;
	margin-top: 10px;
}

@media only screen and (max-width: 1399px) {
	#header .con_header .box_nav {
		display: none;
	}
}

@media print {
	#header .con_header .box_nav {
		display: none;
	}
}

.ie8 #header .con_header .box_nav {
	display: none;
}

#header .con_header .box_nav .hnav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 0.25em;
}

#header .con_header .box_nav .hnav ul.link {
	display: flex;
	margin-right: 25px;
}

#header .con_header .box_nav .hnav ul.link li {
	font-size: 94%;
	position: relative;
	margin-left: 15px;
	padding-right: 15px;
}

#header .con_header .box_nav .hnav ul.link li:after {
	position: absolute;
	content: '/';
	top: 0;
	right: 0;
}

#header .con_header .box_nav .hnav ul.link li:first-child {
	margin-left: 0;
}

#header .con_header .box_nav .hnav ul.link li:last-child {
	padding-right: 0;
}

#header .con_header .box_nav .hnav ul.link li:last-child:after {
	content: none;
}

#header .con_header .box_nav .hnav ul.link li a:hover {
	text-decoration: underline;
}

#header .con_header .box_nav .hnav .txt_tel {
	margin-right: 20px;
}

#header .con_header .box_nav .hnav .txt_tel span {
	font-size: 147%;
	margin-left: 0.25em;
}

#header .con_header .box_nav .hnav ul.sns {
	display: flex;
}

#header .con_header .box_nav .hnav ul.sns li {
	font-size: 154%;
}

#header .con_header .box_nav .hnav ul.sns li a {
	padding: 0 5px;
}

#header .con_header .box_nav .gnav ul {
	display: flex;
	justify-content: flex-end;
}

#header .con_header .box_nav .gnav ul li {
	font-size: 120%;
	margin-left: 20px;
	padding-right: 20px;
	position: relative;
}

#header .con_header .box_nav .gnav ul li:after {
	position: absolute;
	content: '/';
	top: 0;
	right: 0;
}

#header .con_header .box_nav .gnav ul li:first-child {
	margin-left: 0;
}

#header .con_header .box_nav .gnav ul li:last-child {
	padding-right: 0;
}

#header .con_header .box_nav .gnav ul li:last-child:after {
	content: none;
}

#header .con_header .box_nav .gnav ul li a:hover {
	text-decoration: underline;
}

#header .con_header #fixbtns {
	position: absolute;
	top: 30px;
	right: 1.5625%;
	width: 260px;
}

#header .con_header #fixbtns.fixed {
	position: fixed;
	top: 0;
}

#header .con_header #fixbtns ul {
	display: flex;
}

#header .con_header #fixbtns ul li a {
	display: block;
	text-align: center;
	padding: 18px 0;
	height: 100%;
}

#header .con_header #fixbtns ul li a > span {
	display: inline-block;
	vertical-align: middle;
}

#header .con_header #fixbtns ul li a > span .ic {
	display: block;
	line-height: 1;
	font-size: 200%;
}

#header .con_header #fixbtns ul li.rsv {
	font-size: 120%;
	width: 187px;
	background: #3b7544;
}

#header .con_header #fixbtns ul li.rsv a {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#header .con_header #fixbtns ul li.rsv a:hover {
	background: #2a5330;
}

#header .con_header #fixbtns ul li.rsv a span {
	padding-top: 8px;
}

#header .con_header #fixbtns ul li.menu {
	width: 73px;
	background: #bfb554;
	line-height: 1;
}

#header .con_header #fixbtns ul li.menu a {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#header .con_header #fixbtns ul li.menu a:hover {
	background: #a3993d;
}

#ui-datepicker-div {
	z-index: 9999 !important;
}

/* -----------------------------------------------------------
	.con_title
----------------------------------------------------------- */
.con_title {
	background-position: center center;
	background-size: cover;
	height: 420px;
	position: relative;
}

@media only screen and (max-width: 767px) {
	.con_title {
		height: 250px;
	}
}

.con_title .inner {
	position: absolute;
	top: 53%;
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
}

@media only screen and (max-width: 767px) {
	.con_title .inner {
		top: 48%;
	}
}

.con_title .inner span {
	display: block;
}

.con_title .inner span.en {
	font-family: "Sorts Mill Goudy", serif;
	font-size: 300%;
	font-weight: normal;
}

@media only screen and (max-width: 767px) {
	.con_title .inner span.en {
		font-size: 254%;
		line-height: 1.2;
	}
}

.con_title .inner span.jp {
	font-size: 134%;
	font-weight: normal;
}

@media only screen and (max-width: 767px) {
	.con_title .inner span.jp {
		font-size: 120%;
	}
}

/* -----------------------------------------------------------
	.con_topicpath
----------------------------------------------------------- */
.con_topicpath {
	width: 100%;
	padding: 25px 0;
}

@media only screen and (max-width: 767px) {
	.con_topicpath {
		display: none;
	}
}

.con_topicpath ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.con_topicpath ul li {
	font-size: 94%;
	position: relative;
}

.con_topicpath ul li:not(:first-child) {
	margin-left: 1em;
	padding-left: 1.75em;
}

.con_topicpath ul li:not(:first-child):before {
	position: absolute;
	content: '';
	top: 10px;
	left: 0;
	width: 12px;
	height: 1px;
	background: #453939;
}

.con_topicpath ul li:last-child {
	margin-right: 1.5625%;
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
/* -----------------------------------------------------------
	#pagetop
----------------------------------------------------------- */
#pagetop {
	display: none;
	position: fixed;
	right: 10px;
	bottom: 20px;
	z-index: 10;
}

#pagetop a {
	display: block;
	text-align: center;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#pagetop a:hover {
	-webkit-transform: translate(0, -5px);
	-ms-transform: translate(0, -5px);
	transform: translate(0, -5px);
}

#pagetop a img {
	width: 65px;
}

@media only screen and (max-width: 767px) {
	#pagetop a img {
		width: 50px;
	}
}

/* -----------------------------------------------------------
	.con_tab
----------------------------------------------------------- */
#contents .con_tab ul {
	display: flex;
	justify-content: center;
	align-items: stretch;
}

#contents .con_tab ul li {
	width: 29.13793%;
	border-right: 1px solid #453939;
}

#contents .con_tab ul li:first-child {
	border-left: 1px solid #453939;
}

#contents .con_tab ul li a {
	display: table;
	width: 100%;
	height: 100%;
	padding: 10px;
	font-size: 120%;
	text-decoration: none;
	color: #453939;
}

#contents .con_tab ul li a span {
	display: table-cell;
	vertical-align: middle;
}

#contents .con_tab ul li a:hover, #contents .con_tab ul li a.active {
	background: #f4f4ea;
	color: #453939;
}

#contents .con_tab select {
	width: 100%;
	padding: 0.5em 0.25em;
}

/* -----------------------------------------------------------
	#spnav
----------------------------------------------------------- */
#spnav {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9998;
}

#spnav ul {
	display: flex;
}

#spnav ul li {
	text-align: center;
}

#spnav ul li a {
	display: block;
	width: 100%;
	text-decoration: none;
	color: #fff;
	width: 73px;
	max-height: 73px;
	padding: 1em 0;
}

#spnav ul li a .ic {
	display: block;
	line-height: 1;
	font-size: 200%;
}

#spnav ul li.plan {
	background: #3b7544;
}

#spnav ul li.menu {
	background: #bfb554;
}

#spnav_menu {
	position: fixed;
	overflow: auto;
	top: 0;
	right: -100%;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.95);
	z-index: 0;
	opacity: 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	padding: 25px 0;
}

#spnav_menu .box_top {
	margin-bottom: 1em;
}

#spnav_menu .box_top .btn_close {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
}

#spnav_menu .box_top .btn_close a {
	text-align: center;
	height: 100%;
	display: block;
	text-decoration: none;
	background: #453939;
	color: #fff;
	line-height: 1;
	padding: 5px 0 0;
}

#spnav_menu .box_top .btn_close a span {
	display: inline-block;
}

#spnav_menu .box_top .btn_close a span.ic {
	font-size: 220%;
	line-height: 1;
}

#spnav_menu .box_top .logo {
	width: 80%;
	text-align: center;
	margin: 3.5em auto 2em;
}

#spnav_menu .box_top ul {
	width: 95%;
	margin: 0 auto 1em;
}

#spnav_menu .box_top ul li {
	margin-bottom: 2px;
}

#spnav_menu .box_top ul li:last-child {
	margin-bottom: 0;
}

#spnav_menu .box_top .txt_tel {
	background: #e3efe7;
	padding: 0.25em;
	font-size: 114%;
	text-align: center;
}

#spnav_menu .box_top .txt_tel a {
	text-decoration: none;
}

#spnav_menu .box_top .txt_tel em {
	font-size: 148%;
}

#spnav_menu .box_menu ul li {
	border-bottom: 1px solid #c6c6c6;
}

#spnav_menu .box_menu ul li a {
	font-size: 114%;
	display: block;
	width: 100%;
	padding: 0.75em 2.5%;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#spnav_menu .box_menu ul li a:hover, #spnav_menu .box_menu ul li a.active {
	background: rgba(198, 198, 198, 0.5);
}

#spnav_menu.active {
	right: 0;
	z-index: 9999;
	opacity: 1;
}

/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
#footer .con_hnav {
	background: #f4f4ea;
	padding: 35px 0;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#footer .con_hnav {
		padding: 25px 0;
	}
}

@media only screen and (max-width: 767px) {
	#footer .con_hnav {
		padding: 0;
	}
}

@media only screen and (max-width: 767px) {
	#footer .con_hnav {
		display: none;
	}
}

#footer .con_hnav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#footer .con_hnav ul li {
	font-size: 87%;
	position: relative;
}

#footer .con_hnav ul li:not(:last-child):after {
	position: absolute;
	content: '/';
}

#footer .con_hnav ul li a {
	padding: 0 15px;
	text-decoration: none;
}

#footer .con_reservation {
	background: #e3efe7 url(../images/common/bg_reservation.jpg) no-repeat center bottom;
	background-size: cover;
}

#footer .con_reservation .box_main {
	text-align: center;
	display: table;
	width: auto;
	background: transparent url(../images/common/bg_polygon_rsv.png) no-repeat center center;
	background-size: 100% 100%;
	padding: 75px 140px 50px;
	margin: auto;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#footer .con_reservation .box_main {
		padding: 50px 100px;
	}
}

@media only screen and (max-width: 767px) {
	#footer .con_reservation .box_main {
		padding: 13% 10%;
	}
}

@media only screen and (max-width: 767px) {
	#footer .con_reservation .box_main {
		display: block;
		background: none;
	}
}

#footer .con_reservation .box_main .logo {
	margin-bottom: 30px;
}

#footer .con_reservation .box_main .txt_add {
	line-height: 27px;
	margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
	#footer .con_reservation .box_main .txt_add {
		line-height: 1.4;
	}
}

#footer .con_reservation .box_main .sns {
	display: flex;
	justify-content: center;
	margin-bottom: 28px;
}

#footer .con_reservation .box_main .sns li {
	font-size: 154%;
	margin: 0 3px;
}

#footer .con_reservation .box_main .sns li a {
	display: block;
	width: 100%;
	padding: 0 5px;
}

#footer .con_reservation .box_main .btn {
	margin-bottom: 43px;
}

#footer .con_reservation .box_main #copyright {
	color: #c6c6c6;
	font-size: 80%;
	font-family: "Times New Roman", serif;
}

@media only screen and (max-width: 767px) {
	#footer .con_reservation .box_main #copyright {
		color: #fff;
	}
}

/* -----------------------------------------------------------
	下層共通スタイル
----------------------------------------------------------- */
/* -----------------------------------------------------------
	テーブル
----------------------------------------------------------- */
table.tbl_primary {
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	width: 100%;
}

table.tbl_primary tr th, table.tbl_primary tr td {
	padding: 0.5em 1em;
}

@media only screen and (max-width: 767px) {
	table.tbl_primary tr th, table.tbl_primary tr td {
		display: block;
		width: 100%;
		padding: 0.25em 0.5em;
	}
}

table.tbl_primary tr th {
	font-weight: normal;
}

@media only screen and (max-width: 767px) {
	table.tbl_primary tr th {
		background: #dfdfdf;
		border-bottom: 1px solid #dfdfdf;
	}
}

@media only screen and (max-width: 767px) {
	table.tbl_primary tr:not(:first-child) {
		border-top: 1px solid #dfdfdf;
	}
}

table.tbl_primary_fix {
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	width: 100%;
}

@media only screen and (max-width: 767px) {
	table.tbl_primary_fix {
		overflow: auto;
		white-space: nowrap;
		display: block;
		width: auto;
	}
}

table.tbl_primary_fix tr th, table.tbl_primary_fix tr td {
	padding: 0.5em 1em;
}

@media only screen and (max-width: 767px) {
	table.tbl_primary_fix tr th, table.tbl_primary_fix tr td {
		padding: 0.25em 0.5em;
	}
}

table.tbl_primary_fix tr th {
	font-weight: normal;
}

/* -----------------------------------------------------------
	.slick_defalt
----------------------------------------------------------- */
.slick_defalt .slick-prev,
.slick_defalt .slick-next {
	position: absolute;
	display: block;
	height: 16px;
	width: 60px;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	margin-top: -16px\8;
	/*lte IE 8*/
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none;
	background-size: contain !important;
	z-index: 98;
}

@media only screen and (max-width: 767px) {
	.slick_defalt .slick-prev,
	.slick_defalt .slick-next {
		height: 24px;
		margin-top: -3px;
	}
}

.slick_defalt .slick-prev:hover, .slick_defalt .slick-prev:focus,
.slick_defalt .slick-next:hover,
.slick_defalt .slick-next:focus {
	outline: none;
}

.slick_defalt .slick-prev {
	left: -60px;
	background: url(../images/common/ic_arrow_l.png) no-repeat;
}

@media only screen and (max-width: 1300px) {
	.slick_defalt .slick-prev {
		left: -10px;
	}
}

@media print {
	.slick_defalt .slick-prev {
		left: -10px;
	}
}

.ie8 .slick_defalt .slick-prev {
	left: -10px;
}

@media only screen and (max-width: 1200px) {
	.slick_defalt .slick-prev {
		left: 0;
	}
}

@media print {
	.slick_defalt .slick-prev {
		left: 0;
	}
}

.ie8 .slick_defalt .slick-prev {
	left: 0;
}

.slick_defalt .slick-prev:before {
	background: url(../images/common/ic_arrow_l.png) no-repeat;
}

.slick_defalt .slick-next {
	right: -60px;
	background: url(../images/common/ic_arrow_r.png) no-repeat;
}

@media only screen and (max-width: 1300px) {
	.slick_defalt .slick-next {
		right: -10px;
	}
}

@media print {
	.slick_defalt .slick-next {
		right: -10px;
	}
}

.ie8 .slick_defalt .slick-next {
	right: -10px;
}

@media only screen and (max-width: 1200px) {
	.slick_defalt .slick-next {
		right: 0;
	}
}

@media print {
	.slick_defalt .slick-next {
		right: 0;
	}
}

.ie8 .slick_defalt .slick-next {
	right: 0;
}

.slick_defalt .slick-next:before {
	background: url(../images/common/ic_arrow_r.png) no-repeat;
}

/* -----------------------------------------------------------
	slick-dots
----------------------------------------------------------- */
.slick-dots {
	z-index: 2;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 20px;
	text-align: center;
}

@media only screen and (max-width: 1024px) {
	.slick-dots {
		bottom: 20px;
	}
}

.slick-dots li {
	display: inline-block;
	vertical-align: bottom;
	margin: 0 5px;
}

.slick-dots li button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	width: 8px;
	height: 8px;
	text-indent: -999px;
	background: #fff;
	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	vertical-align: bottom;
}

.slick-dots li.slick-active button {
	background: #3b7544;
}

/*# sourceMappingURL=../maps/common.css.map */
