@charset "UTF-8";
/*  common
------------------------------------*/
@font-face {
	font-family: "Yu Mincho";
	src: local("Yu Mincho Regular");
	font-weight: 500;
}
body {
	font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	color: #1F1F1F;
	background: #fff;
}
#wrapper {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.container:after {
	content: "";
	clear: both;
	display: block;
}
a {
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
	transition: all ease 0.2s;
}
a:link, a:visited {
	color: #1F1F1F;
	text-decoration: none;
}
a:hover, a:visited {
	color: #1F1F1F;
	text-decoration: none;
}
a:hover {
	opacity: .7;
}
img {
	height: auto;
	line-height: 1;
	vertical-align: bottom;
}
img.max {
	width: 100%;
}
.flexbox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}
.flexbox.contaier {
	max-width: 1200px;
}
.flexbox.mid {
	align-items: center;
}
.flexbox.center {
	justify-content: center;
}
.col {
	display: table;
	width: 100%;
}
.col.container {
	max-width: 1200px;
}
.cell {
	display: table-cell;
	vertical-align: top;
}
.flL {
	float: left;
}
.flR {
	float: right;
}
.taL {
	text-align: left;
}
.taC {
	text-align: center;
}
.taR {
	text-align: right;
}
.rel {
	position: relative;
}
.mincho {
	font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.gothic {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.icn {
	display: inline-block;
}
.txt_break > .block {
	display: inline-block;
}

.disnon {
	display: none !important;
}

/*  header
------------------------------------*/
#header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: #EFEBE2;
	z-index: 1000;
	-webkit-transition: all ease 0.6s;
	-moz-transition: all ease 0.6s;
	-o-transition: all ease 0.6s;
	transition: all ease 0.6s;
}
#header .h_top {
	background: rgba(239, 235, 226, 0.9);
}
#header .h_top .logo {
	width: 248px;
	padding: 6px;
}
#header .h_top .logo a:hover {
	opacity: 1;
}
#header .h_top .h_contact {
	width: 580px;
}
#header .h_top .h_contact .h_tel .tel {
	display: inline-block;
	margin-left: 15px;
	vertical-align: middle;
	font-size: 28px;
	line-height: 28px;
}
#header .h_top .h_contact .h_tel .tel .icn {
	margin-right: 2px;
	vertical-align: baseline;
}
#header .h_top .h_contact #h_lang_nav {
	position: relative;
	width: 110px;
}
#header .h_top .h_contact #h_lang_nav .lang_nav_tit {
	padding: 3px 20px 3px 5px;
	background: url(../img/common/arrow_h.png) no-repeat right 10px center;
	background-size: 8px;
	border: 1px solid #ACAC9D;
	cursor: pointer;
	text-align: center;
}
#header .h_top .h_contact #h_lang_nav .lang_nav {
	display: none;
	position: absolute;
	left: 0;
	top: 120%;
	width: 100%;
	padding: 10px 0;
	background: rgba(255, 255, 255, 0.95);
}
#header .h_top .h_contact #h_lang_nav .lang_nav li {
	text-align: center;
}
#header .h_top .h_contact #h_lang_nav .lang_nav li a {
	display: block;
	padding: 8px 5px;
	font-size: 0.933em;
	font-weight: bold;
}
#header #h_lang_nav_sp {
	display: none;
	position: relative;
	width: 100%;
	background: rgba(239, 235, 226, 0.9);
}

@media (min-width: 768px) {
	#header #h_lang_nav_sp {
		display: none !important;
	}
}
#header #h_lang_nav_sp .lang_nav_tit_sp {
	height: 40px;
	padding: 10px 20px 10px 5px;
	border-bottom: 1px solid #ACAC9D;
	cursor: pointer;
	font-size: 16px;
	text-align: center;
}
#header #h_lang_nav_sp .lang_nav_tit_sp:after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 6px;
	margin-left: 5px;
	background: url(../img/common/arrow_h.png) no-repeat;
	background-size: 8px;
}
#header #h_lang_nav_sp .lang_nav_sp {
	display: none;
	position: absolute;
	left: 0;
	top: 120%;
	width: 100%;
	padding: 10px 0;
	background: rgba(255, 255, 255, 0.95);
}
#header #h_lang_nav_sp .lang_nav_sp li {
	text-align: center;
}
#header #h_lang_nav_sp .lang_nav_sp li a {
	display: block;
	padding: 8px 5px;
	font-size: 0.933em;
	font-weight: bold;
}
#header #sp_menu {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	padding: 0 10px;
	background: #ACAC9D;
}
#header.is-animation {
	position: fixed;
	top: 0;
	animation: -webkit-headerAnime 1s ease;
	animation: headerAnime 1s ease;
}
 @keyframes -webkit-headerAnime {
 0% {
 opacity: 0;
 top: -100%;
}
 100% {
 opacity: 1;
 top: 0;
}
}
@keyframes headerAnime {
 0% {
 opacity: 0;
 top: -100%;
}
 100% {
 opacity: 1;
 top: 0;
}
}
.menu-trigger {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	margin-top: 12px;
	position: relative;
	width: 30px;
	height: 24px;
}
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #EFEBE2;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 10px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}
.menu-trigger.active {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(20px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
.menu-trigger.active span:nth-of-type(3) {
	opacity: 0;
}
/*  gnav
------------------------------------*/
#gnav {
	border-top:1px solid #CECEBF;
}

@media (min-width: 768px) {
#gnav {
	display: block !important;
}
}
#gnav .container {
	padding: 0;
}
#gnav .gnav {
	display: table;
	width: 100%;
}
#gnav .gnav li {
	display: table-cell;
	vertical-align: middle;
}
#gnav .gnav li a {
	display: block;
	width: 100%;
	height: 50px;
	padding: 14px 5px;
	font-size: 1.133em;
	line-height: 1.2;
	text-align: center;
	white-space: nowrap;
}
#gnav .gnav li a:hover {
	background: url(../img/common/bg_nav.jpg);
	opacity: 1;
}
#gnav .gnav li a.current {
	background: url(../img/common/bg_nav.jpg);
}
#gnav .gnav li.min {
	width: 17%;
}
#gnav .gnav li.reserve {
	width: 16.667%;
}
#gnav .gnav li.reserve a {
	padding: 8px 8px 6px;
	background: #4F7128;
	color: #fff;
}
#gnav .gnav li.reserve a .main {
	padding-left: 3px;
	font-weight: bold;
	font-size: 1.133em;
	letter-spacing: 3px;
}
#gnav .gnav li.reserve a .en {
	position: relative;
	top: -5px;
	display: inline-block;
	font-size: 11px;
	color: #CCDFAC;
}
#gnav .gnav li.reserve a:hover {
	opacity: .7;
}


/*  pagetit
------------------------------------*/
article {
	margin-top: 120px;
	overflow: hidden;
}
.pagetit {
	text-align: center;
}

.breadcrumb {
	max-width: 1220px;
	margin: 20px auto 15px;
	padding: 0 10px;
	text-align: right;
}
.breadcrumb li {
	display: inline-block;
	color: #666;
	font-size: 13px;
	line-height: 1.4;
}
.breadcrumb li a {
	color: #666;
}
.breadcrumb li a:hover {
	opacity: 1;
	text-decoration: underline;
}
.breadcrumb li:after {
	content: "›";
	padding-left: 3px;
}
.breadcrumb li:last-child:after {
	content: none;
}


/*  content
------------------------------------*/
article p {
	line-height: 1.8;
}
.sec_tit {
	margin-bottom: 30px;
	font-size: 36px;
	line-height: 1.4;
	letter-spacing: .1em;
	text-align: center;
}
a.btn_default {
	position: relative;
	display: inline-block;
	padding: 8px 15px;
	border-radius: 50px;
	border: 1px solid;
	text-align: center;
}
a.btn_default:after {
	content: "›";
	padding-left: 10px;
}
a.btn_black {
	background: #222;
	color: #fff;
	border-color: #222;
}
a.btn_arrow {
	display: inline-block;
	padding: 15px 10px;
	font-size: 1.125em;
	text-align: center;
}
a.btn_arrow:after {
	content: "›";
	padding-left: 10px;
}
a.btn_view {
	width: 100%;
	max-width: 360px;
	border: 1px solid #1F1F1F;
}
a.btn_view:after {
	content: "";
	display: inline-block;
	margin-left: 20px;
	width: 9px;
	height: 5px;
	padding-left: 0;
	background: url(../img/common/arrow_btn.png) no-repeat;
	background-size: 100%;
	vertical-align: middle;
}

.bg_common {
	background: url(../img/common/bg_common.jpg) center top;
}
.border_top {
	position: relative;
	border-top: 1px solid #1F1F1F;
}
.border_top:before {
	content: "";
	position: absolute;
	left: 50%;
	top: -7px;
	margin-left: -7px;
	display: block;
	width: 14px;
	height: 14px;
	background: url(../img/common/icn_square.png) no-repeat;
	background-size: 100%;
}


/*  footer
------------------------------------*/
#footer {
	position: relative;
	padding: 90px 0 50px;
	background: #fff;
}
#footer .logo_col {
	float: left;
	width: 30%;
}
#footer .logo_col .f_logo {
	margin-bottom: 20px;
}
#footer .logo_col .f_logo a:hover {
	opacity: 1;
}
#footer .logo_col .f_address {
	margin-bottom: 5px;
	line-height: 1.8;
}
#footer .logo_col .f_contact a {
	text-decoration: underline;
}
#footer .logo_col .f_contact a:after {
	content: "›";
}
#footer .logo_col .f_sns_list {
	margin-top: 10px;
}
#footer .logo_col .f_sns_list li {
	display: inline-block;
	margin-right: 5px;
	vertical-align: top;
}
#footer .nav_col {
	float: left;
	width: 300px;
}
#footer .nav_col .fnav li {
	margin-bottom: 15px;
}
#footer .nav_col .fnav li a {
	padding-left: 10px;
	background: url(../img/common/arrow_f.png) no-repeat left center;
	background-size: 6px;
	line-height: 1.4;
}
#footer .nav_col .fnav li a:hover {
	opacity: 1;
	text-decoration: underline;
}
#footer .facebook {
	float: right;
	width: 38.334%;
	height: 500px;
}
#footer .f_copy {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	font-size: 13px;
	line-height: 1.4;
	color: #666;
}
#footer .pagetop {
	display: none;
	position: absolute;
	top: -70px;
	right: 30px;
	/*bottom: 30px;*/
	z-index: 1000;
}
#footer .pagetop a {
	display: block;
}
#reserve {
	position: fixed;
	left: 0;
	top: 100%;
	width: 100%;
	background: rgba(79, 113, 40, 0.9);
	color: #fff;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
	z-index: 3000;
}
#reserve.active {
	transform: translateY(-100%);
}
#reserve .reserve_tit {
	position: absolute;
	top: -40px;
	left: 50%;
	margin-left: -140px;
	width: 280px;
	height: 40px;
	cursor: pointer;
}
#reserve #search_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 20px 0;
	line-height: 40px;
}
#reserve #search_wrap .search_txt {
	display: inline-block;
}
#reserve #search_wrap .search_txt img {
	vertical-align: middle;
}
#reserve #search_wrap #search table {
	margin: 0 20px;
}
#reserve #search_wrap #search th,
#reserve #search_wrap #search td {
	float: left;
}
#reserve #search_wrap #search th {
	margin-right: 4px;
}
#reserve #search_wrap #search input,
#reserve #search_wrap #search select,
#reserve #search_wrap #search textarea {
	margin: 0 4px;
	font-size: 14px;
	border-radius: 0;
}
#reserve #search_wrap #search #search_button_489ban {
	margin: 0 0 0 20px;
	width: 120px;
	height: 40px;
	padding: 0;
	text-indent: -9999px;
	border: medium none;
	background: url(../img/common/btn_search.png) no-repeat;
	background-size: 100%;
	cursor: pointer;
	vertical-align: middle;
}
 @keyframes -webkit-reserveAnime {
 0% {
 bottom: 100%;
}
 100% {
 bottom: 0;
}
}
@keyframes reserveAnime {
 0% {
 opacity: 0;
 top: -100%;
}
 100% {
 opacity: 1;
 top: 0;
}
}




/*------------------------------------*/

/*  Responsive

------------------------------------*/
/* common */
.wide_block {
	display: block;
}
.tight_block {
	display: none;
}
.wide_inline {
	display: inline;
}
.tight_inline {
	display: none;
}
.wide_hidden {
	display: none !important;
}

@media screen and (max-width: 1220px) {
	.container {
		padding-left: 10px;
		padding-right: 10px;
	}
	img {
		max-width: 100%;
		height: auto;
	}
	#footer .f_copy {
		left: 10px;
	}
}

@media screen and (max-width: 1040px) {
	#footer {
		padding: 50px 0 50px;
	}
	#footer .logo_col {
		float: none;
		width: 100%;
		margin-bottom: 30px;
		text-align: center;
	}
	#footer .logo_col .f_logo {
		margin-bottom: 20px;
	}
	#footer .logo_col .f_address {
		margin-bottom: 5px;
	}
	#footer .logo_col .f_sns_list {
		margin-top: 10px;
	}
	#footer .logo_col .f_sns_list li {
		display: inline-block;
		margin-right: 5px;
		vertical-align: top;
	}
	#footer .nav_col {
		float: left;
		width: 40%;
		justify-content: space-around;
	}
	#footer .facebook {
		float: right;
		width: 50%;
		height: auto;
	}
	#footer .f_copy {
		position: static;
		display: block;
		padding-top: 30px;
		text-align: center;
	}
}

@media screen and (max-width: 900px) {
	#header .h_top .h_contact {
		display: block;
		width: 450px;
	}
	#header .h_top .h_contact .h_tel {
		margin: 5px 0;
		text-align: right;
	}
	#header .h_top .h_contact .h_tel .tel {
		font-size: 26px;
		line-height: 26px;
	}
	#header .h_top .h_contact #h_lang_nav {
		float: right;
	}
	#gnav .gnav li a {
		padding: 16px 5px;
		font-size: 1em;
	}
	#gnav .gnav li.min {
		width: 18%;
	}
	#gnav .gnav li.reserve {
		width: 16.667%;
	}
	#gnav .gnav li.reserve a {
		padding: 12px 8px 6px;
		font-size: 1.133em;
		line-height: .9;
	}
	#gnav .gnav li.reserve a .en {
		display: inline-block;
		font-size: 11px;
		color: #CCDFAC;
	}
	#gnav .gnav li.reserve a:hover {
		opacity: .7;
	}
}

@media screen and (max-width: 767px) {
	article {
		margin-top: 90px;
	}
	.breadcrumb {
		display: none;
	}
	.pagetit {
		padding-top: 30px;
	}
	.pagetit img {
		width: 120px;
	}
	
	#header .h_top {
		height: 50px;
	}
	#header .h_top .logo {
		width: 100%;
		padding: 5px 0;
	}
	#header .h_top .logo img {
		width: 160px;
	}
	#header .h_top .h_contact {
		display: none;
	}
	#header #h_lang_nav_sp {
		display: block;
	}
	#header #sp_menu {
		display: block;
	}
	#gnav {
		display: none;
		position: absolute;
		left: 0;
		top: 100%;
		width: 100%;
		background: #EFEBE2;
		border-top: none;
		z-index: 1000;
	}
	#gnav .gnav {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#gnav .gnav li {
		display: block;
		width: 50%;
		border-right: 1px solid #ADAD94;
		border-top: 1px solid #ADAD94;
	}
	#gnav .gnav li:nth-of-type(2n) {
		border-right: none;
	}
	#gnav .gnav li a {
		height: auto;
		padding: 16px 5px;
		font-size: 0.933em;
	}
	#gnav .gnav li.min {
		width: 50%;
	}
	#gnav .gnav li.reserve {
		width: 100%;
	}
	#gnav .gnav li.reserve a {
		padding: 12px 8px 10px;
		font-size: 1.133em;
		line-height: .9;
	}
	#gnav .gnav li.reserve a .en {
		position: static;
	}
	#footer .nav_col {
		float: none;
		width: 100%;
		max-width: 460px;
		margin: 0 auto 20px;
	}
	#footer .nav_col .fnav li {
		margin-bottom: 10px;
	}
	#footer .facebook {
		float: none;
		width: 100%;
		height: auto;
		text-align: center;
	}
}

@media screen and (max-width: 640px) {
	body {
		font-size: 14px;
	}
	#wrapper {
		min-width: auto;
	}
	.container {
		width: 100%;
		min-width: auto;
	}
	.col {
		display: block;
	}
	.cell {
		display: block;
		width: 100%;
	}
	.sec_tit {
		margin-bottom: 15px;
		font-size: 24px;
	}
	a.btn_arrow {
		width: 100%;
		max-width: 100%;
	}
	article img:not(.sp_auto) {
		width: 100%;
		height: auto;
	}
	article p {
		line-height: 1.65;
	}
	#footer {
		padding: 30px 0 50px;
	}
	#footer .logo_col {
		margin-bottom: 20px;
		text-align: center;
	}
	#footer .logo_col .f_logo {
		margin-bottom: 20px;
	}
	#footer .logo_col .f_logo img {
		width: 180px;
	}
	#footer .logo_col .f_address {
		margin-bottom: 5px;
		line-height: 1.8;
	}
	#footer .logo_col .f_address a {
		text-decoration: underline;
	}
	#footer .logo_col .f_sns_list {
		margin: 10px 0 20px;
		text-align: center;
	}
	#footer .logo_col .f_sns_list li {
		margin: 0 5px;
	}
	#footer .f_copy {
		padding-top: 30px;
	}
	#footer .pagetop {
		right: 0;
		bottom: 50px;
	}
	#reserve #search_wrap {
		position: relative;
		display: block;
		padding: 15px 0 20px;
		line-height: 1;
	}
	#reserve #search_wrap .search_txt {
		display: block;
		width: 100%;
		margin-bottom: 10px;
		text-align: left;
	}
	#reserve #search_wrap .search_txt img {
		width: 120px;
	}
	#reserve #search_wrap #search table {
		margin: 0;
	}
	#reserve #search_wrap #search th,  #reserve #search_wrap #search td {
		display: block;
	}
	#reserve #search_wrap #search th {
		margin: 0 4px;
		padding: 3px 0;
	}
	#reserve #search_wrap #search input, #reserve #search_wrap #search select, #reserve #search_wrap #search textarea {
		margin: 0 4px;
		font-size: 14px;
		border-radius: 0;
	}
	#reserve #search_wrap #search #search_button_489ban {
		position: absolute;
		right: 5px;
		bottom: 15px;
		display: block;
		width: 100px;
		height: 34px;
		padding: 0;
		text-indent: -9999px;
		border: medium none;
		background: url(../img/common/btn_search.png) no-repeat;
		background-size: 100%;
		cursor: pointer;
		vertical-align: middle;
	}
	/* common */
	.wide_block {
		display: none;
	}
	.tight_block {
		display: block;
	}
	.wide_inline {
		display: none;
	}
	.tight_inline {
		display: inline;
	}
	.tight_hidden {
		display: none !important;
	}
	.wide_hidden {
		display: block !important;
	}
}
