@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Amiri:wght@400;700&family=Noto+Sans+JP:wght@400;500&family=Roboto:wght@500&display=swap");
.mod_wrap01 {
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	max-width: 980px;
	width: 100%;
}
@media screen and (max-width:640px) {
	.mod_wrap01 {
		width: auto;
		width: calc(100% - 32px);
		min-width: 0;
		padding-left: 16px;
		padding-right: 16px;
	}
}
.mod_btn01>*, .mod_header .btn_box .link_withsub .fairs .time>span.txt01, .mod_header .btn_box .link_withsub .fairs .time>span.txt02 {
	font-weight: bold;
}
@media screen and (max-width:640px) {
	.mod_btn01>*, .mod_header .btn_box .link_withsub .fairs .time>span.txt01, .mod_header .btn_box .link_withsub .fairs .time>span.txt02 {
		font-weight: normal;
		-webkit-text-stroke: 0.4px;
	}
}
.mod_footer .content .mod_wrap01 .sns_box:after, .mod_footer .ot_box .mod_wrap01:after, .sp_footfix:after {
	content: "";
	display: block;
	clear: both;
}
.mod_header .btn_box .link_withsub .poparea .recommend_ttl:before, .mod_header .nav_wrap .imp_nav .btn_box .btn a:before, .prt_btn03 span:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.mod_header .btn_box .link_withsub .poparea .recommend_ttl>*, .mod_header .nav_wrap .imp_nav .btn_box .btn a>*, .prt_btn03 span>* {
	display: inline-block;
	vertical-align: middle;
}
.mod_btn01>*, .mod_footer .content .mod_wrap01 .nav ul li a, .mod_header .nav_wrap .imp_nav .guest a {
	position: relative;
}
.mod_btn01>:after, .mod_footer .content .mod_wrap01 .nav ul li a:after, .mod_header .nav_wrap .imp_nav .guest a:after {
	content: "";
	display: block;
	margin: auto 0;
	border-top: 2px solid;
	border-right: 2px solid;
	width: 5px;
	height: 5px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 8px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
}
.mod_footer .content .mod_wrap01 .nav ul li .no-touchevents a:hover:after, .mod_header .nav_wrap .imp_nav .guest .no-touchevents a:hover:after, .no-touchevents .mod_btn01>:hover:after, .no-touchevents .mod_footer .content .mod_wrap01 .nav ul li a:hover:after, .no-touchevents .mod_header .nav_wrap .imp_nav .guest a:hover:after {
	-webkit-transform: rotate(45deg) translate(3px, -3px);
	transform: rotate(45deg) translate(3px, -3px);
}
html {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-size: 62.5%;
	font-weight: 400;
	color: #1a1a1a;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}
html.safari {
	-webkit-font-feature-settings: "pkna";
	font-feature-settings: "pkna";
}
html {
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}
body, button, dd, dl, dt, fieldset, figure, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, select, td, textarea, th, ul {
	margin: 0;
	padding: 0;
	letter-spacing: 0.05em;
	-webkit-font-smoothing: antialiased;
	image-rendering: -webkit-optimize-contrast;
}
dd, li, p, td {
	font-size: 15px;
	font-size: 1.5rem;
}
@media screen and (max-width:640px) {
	dd, li, p, td {
		font-size: 12px;
		font-size: 1.2rem;
	}
}
body {
	padding-top: 150px;
	width: 100%;
	min-width: 1080px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: padding 0.5s;
	transition: padding 0.5s;
}
@media screen and (min-width:641px) {
	body:before {
		content: "";
		display: block;
		width: 100%;
		height: 150px;
		background-color: #3c5028;
		position: absolute;
		top: 0;
		left: 0;
	}
}
@media screen and (min-width:641px) {
	body.nav_none {
		padding-top: 62px;
	}
	body.nav_none:before {
		height: 62px;
	}
	body.nav_none .mod_header {
		height: 62px;
	}
	body.nav_none .mod_header .tit {
		padding-bottom: 12px;
	}
	body.nav_none .mod_header:before {
		display: none;
	}
}
@media screen and (max-width:640px) {
	body.nav_none {
		padding-bottom: 0;
	}
}
@media screen and (max-width:640px) {
	body {
		min-width: 0;
		padding: 50px 0 50px;
		-webkit-overflow-scrolling: touch;
	}
}
* {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
article, aside, figcaption, figure, footer, header, main, nav, section {
	display: block;
}
button, input, select, textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	border: none;
	outline: 0;
	font: inherit;
}
button, input {
	overflow: visible;
}
button, select {
	cursor: pointer;
	text-transform: none;
}
textarea {
	overflow: auto;
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
	border: none;
}
fieldset {
	border: 1px solid silver;
}
legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	white-space: normal;
}
progress {
	display: inline-block;
	vertical-align: baseline;
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto;
}
[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
select::-ms-expand {
	display: none;
}
img {
	-ms-interpolation-mode: bicubic;
	border-style: none;
}
@media screen and (max-width:640px) {
	img {
		max-width: 100%;
		width: auto;
		height: auto;
	}
}
svg:not(:root) {
	overflow: hidden;
}
svg {
	stroke-width: 0.2;
	fill: #1a1a1a;
	stroke: #1a1a1a;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
hr {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 0;
	overflow: visible;
}
b, strong {
	font-weight: inherit;
	font-weight: bolder;
}
a {
	outline: 0;
	text-decoration: none;
	color: inherit;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
li {
	list-style: none;
}
sub, sup {
	position: relative;
	vertical-align: baseline;
	line-height: 0;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
pre {
	font-family: monospace;
	font-size: 1em;
}
abbr[title] {
	border-bottom: 0 0;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}
code, kbd, samp {
	font-family: monospace;
	font-size: 1em;
}
dfn {
	font-style: italic;
}
audio, video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
details, menu {
	display: block;
}
summary {
	display: list-item;
}
canvas {
	display: inline-block;
}
[hidden], template {
	display: none;
}
.touchevents * {
	-webkit-tap-highlight-color: transparent;
}
[data-autoheight], [data-pc-autoheight], [data-sp-autoheight] {
	-webkit-transition: none!important;
	transition: none!important;
}
@media screen and (max-width:640px) {
	video {
		display: none!important;
	}
}
@media screen and (max-width:640px) {
	[data-sc-pc] {
		display: none!important;
	}
}
@media screen and (max-width:1020px) {
	[data-sc-onlyPc] {
		display: none!important;
	}
}
@media screen and (min-width:1021px) {
	[data-sc-tab] {
		display: none!important;
	}
}
@media screen and (min-width:1021px) {
	[data-sc-onlyTab] {
		display: none!important;
	}
}
@media screen and (max-width:640px) {
	[data-sc-onlyTab] {
		display: none!important;
	}
}
@media screen and (min-width:641px) {
	[data-sc-sp] {
		display: none!important;
	}
}
.mod_main {
	overflow: hidden;
}
.ph {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.ipad .mod_main {
	width: calc(100% + 1px);
}
.no-touchevents [data-lf] {
	-webkit-filter: opacity(0);
	filter: opacity(0);
	-webkit-transition: 1s;
	transition: 1s;
}
.no-touchevents [data-lf][src], .no-touchevents [data-lf][style] {
	-webkit-filter: opacity(1);
	filter: opacity(1);
}
.no-touchevents [data-lf].load_view {
	-webkit-filter: opacity(1);
	filter: opacity(1);
}
.ie [data-lf], .touchevents [data-lf] {
	opacity: 0;
	-webkit-transition: 1s;
	transition: 1s;
}
.ie [data-lf][style], .touchevents [data-lf][style] {
	opacity: 1;
}
.ie [data-lf].load_view, .touchevents [data-lf].load_view {
	opacity: 1;
}
.min {
	font-family: "source-han-serif-japanese", serif;
}
[data-lines] {
	display: block;
	width: 100%;
}
.load_anim {
	border-radius: 50%;
	color: #1a1a1a;
	border-top: solid 6px;
	border-right: solid 6px transparent;
	border-bottom: solid 6px transparent;
	border-left: solid 6px transparent;
	-webkit-animation: load-animate 1.5s linear infinite;
	animation: load-animate 1.5s linear infinite;
	width: 50px;
	height: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: calc(50% - 25px);
	left: calc(50% - 25px);
	pointer-events: none;
}
.load_anim:after, .load_anim:before {
	content: "";
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-top: solid 6px transparent;
	border-right: solid 6px transparent;
	border-bottom: solid 6px transparent;
	border-left: solid 6px;
	position: absolute;
	top: -6px;
	left: -6px;
}
.load_anim:before {
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
}
.load_anim:after {
	-webkit-transform: rotate(-150deg);
	transform: rotate(-150deg);
}
@-webkit-keyframes load-animate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		color: #1a1a1a;
	}
	50% {
		color: #262626;
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		color: #1a1a1a;
	}
}
@keyframes load-animate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		color: #1a1a1a;
	}
	50% {
		color: #262626;
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		color: #1a1a1a;
	}
}
@-webkit-keyframes doted-move_re {
	0% {
		background-position: center 0px;
	}
	to {
		background-position: center 18px;
	}
}
@keyframes doted-move_re {
	0% {
		background-position: center 0px;
	}
	to {
		background-position: center 18px;
	}
}
.anim_b_arrow {
	margin: 0 auto;
	bottom: 20px;
	width: 80px;
	height: 60px;
	cursor: pointer;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 100;
}
.anim_b_arrow:after {
	content: "";
	display: block;
	margin: auto;
	border-bottom: 3px solid #c19953;
	border-right: 3px solid #c19953;
	width: 15px;
	height: 15px;
	position: absolute;
	top: -20px;
	bottom: 0;
	left: -50px;
	right: -50px;
	-webkit-transform: rotate(45deg) scale(1.6, 1.6) translate(-30px, -30px);
	transform: rotate(45deg) scale(1.6, 1.6) translate(-30px, -30px);
	-webkit-transition: opacity 0.5s, -webkit-transform 0.8s;
	transition: opacity 0.5s, -webkit-transform 0.8s;
	transition: opacity 0.5s, transform 0.8s;
	transition: opacity 0.5s, transform 0.8s, -webkit-transform 0.8s;
	opacity: 0;
}
.anim_b_arrow .arr1, .anim_b_arrow .arr2, .anim_b_arrow .arr3 {
	display: block;
	margin: auto;
	border-bottom: 2px solid #c19953;
	border-right: 2px solid #c19953;
	width: 15px;
	height: 15px;
	display: block;
	-webkit-transition: 1s ease;
	transition: 1s ease;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -50px;
	right: -50px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-filter: opacity(0);
	filter: opacity(0);
}
.anim_b_arrow .arr1 {
	-webkit-animation: flashing 3.6s ease-out infinite;
	animation: flashing 3.6s ease-out infinite;
	-webkit-animation-delay: -2.4s;
	animation-delay: -2.4s;
}
.anim_b_arrow .arr2 {
	-webkit-animation: flashing 3.6s ease-out infinite;
	animation: flashing 3.6s ease-out infinite;
	-webkit-animation-delay: -1.2s;
	animation-delay: -1.2s;
}
.anim_b_arrow .arr3 {
	-webkit-animation: flashing 3.6s ease-out infinite;
	animation: flashing 3.6s ease-out infinite;
}
.no-touchevents .anim_b_arrow:hover:after {
	-webkit-transform: scale(1) rotate(45deg) translate(16px, 16px);
	transform: scale(1) rotate(45deg) translate(16px, 16px);
	opacity: 1;
}
.no-touchevents .anim_b_arrow:hover .arr1, .no-touchevents .anim_b_arrow:hover .arr2, .no-touchevents .anim_b_arrow:hover .arr3 {
	opacity: 0!important;
}
@-webkit-keyframes flashing {
	0% {
		-webkit-transform: translate(0, -10px) scale(1.02) rotate(45deg);
		transform: translate(0, -10px) scale(1.02) rotate(45deg);
		-webkit-filter: opacity(0);
		filter: opacity(0);
	}
	30% {
		-webkit-filter: opacity(1);
		filter: opacity(1);
	}
	50% {
		-webkit-filter: opacity(1);
		filter: opacity(1);
	}
	to {
		-webkit-transform: translate(0px, 20px) scale(0.98) rotate(45deg);
		transform: translate(0px, 20px) scale(0.98) rotate(45deg);
		-webkit-filter: opacity(0);
		filter: opacity(0);
	}
}
@keyframes flashing {
	0% {
		-webkit-transform: translate(0, -10px) scale(1.02) rotate(45deg);
		transform: translate(0, -10px) scale(1.02) rotate(45deg);
		-webkit-filter: opacity(0);
		filter: opacity(0);
	}
	30% {
		-webkit-filter: opacity(1);
		filter: opacity(1);
	}
	50% {
		-webkit-filter: opacity(1);
		filter: opacity(1);
	}
	to {
		-webkit-transform: translate(0px, 20px) scale(0.98) rotate(45deg);
		transform: translate(0px, 20px) scale(0.98) rotate(45deg);
		-webkit-filter: opacity(0);
		filter: opacity(0);
	}
}
.anim_b_arrow_min {
	margin: auto;
	width: 15px;
	height: 15px;
	cursor: pointer;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	position: absolute;
	left: 40px;
	bottom: 0;
	top: -10px;
	z-index: 100;
}
.anim_b_arrow_min .arr1, .anim_b_arrow_min .arr2, .anim_b_arrow_min .arr3 {
	display: block;
	margin: auto;
	border-bottom: 2px solid #c19953;
	border-right: 2px solid #c19953;
	width: 8px;
	height: 8px;
	display: block;
	-webkit-transition: 1s ease;
	transition: 1s ease;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -50px;
	right: -50px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-filter: opacity(0);
	filter: opacity(0);
}
.anim_b_arrow_min .arr1 {
	-webkit-animation: flashing_min 3.6s ease-out infinite;
	animation: flashing_min 3.6s ease-out infinite;
	-webkit-animation-delay: -2.4s;
	animation-delay: -2.4s;
}
.anim_b_arrow_min .arr2 {
	-webkit-animation: flashing_min 3.6s ease-out infinite;
	animation: flashing_min 3.6s ease-out infinite;
	-webkit-animation-delay: -1.2s;
	animation-delay: -1.2s;
}
.anim_b_arrow_min .arr3 {
	-webkit-animation: flashing_min 3.6s ease-out infinite;
	animation: flashing_min 3.6s ease-out infinite;
}
.no-touchevents .anim_b_arrow_min:hover .arr1, .no-touchevents .anim_b_arrow_min:hover .arr2, .no-touchevents .anim_b_arrow_min:hover .arr3 {
	opacity: 0!important;
}
@-webkit-keyframes flashing_min {
	0% {
		-webkit-transform: translate(0, -6px) scale(1.02) rotate(45deg);
		transform: translate(0, -6px) scale(1.02) rotate(45deg);
		-webkit-filter: opacity(0);
		filter: opacity(0);
	}
	30% {
		-webkit-filter: opacity(1);
		filter: opacity(1);
	}
	50% {
		-webkit-filter: opacity(1);
		filter: opacity(1);
	}
	to {
		-webkit-transform: translate(0px, 12px) scale(0.98) rotate(45deg);
		transform: translate(0px, 12px) scale(0.98) rotate(45deg);
		-webkit-filter: opacity(0);
		filter: opacity(0);
	}
}
@keyframes flashing_min {
	0% {
		-webkit-transform: translate(0, -6px) scale(1.02) rotate(45deg);
		transform: translate(0, -6px) scale(1.02) rotate(45deg);
		-webkit-filter: opacity(0);
		filter: opacity(0);
	}
	30% {
		-webkit-filter: opacity(1);
		filter: opacity(1);
	}
	50% {
		-webkit-filter: opacity(1);
		filter: opacity(1);
	}
	to {
		-webkit-transform: translate(0px, 12px) scale(0.98) rotate(45deg);
		transform: translate(0px, 12px) scale(0.98) rotate(45deg);
		-webkit-filter: opacity(0);
		filter: opacity(0);
	}
}
.mod_btn01 {
	text-align: center;
	display: inline-block;
}
@media screen and (max-width:640px) {
	.mod_btn01 {
		display: block;
	}
}
.mod_btn01>* {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
	padding: 10px 24px 10px 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 15px;
	font-size: 1.5rem;
	letter-spacing: 0.15em;
	-webkit-transition: background 0.5s, color 0.5s;
	transition: background 0.5s, color 0.5s;
	position: relative;
}
@media screen and (max-width:640px) {
	.mod_btn01>* {
		padding: 16px 0;
		font-size: 14px;
		font-size: 1.4rem;
	}
}
@media screen and (max-width:640px) {
	.mod_btn01>* span {
		margin-left: -10px;
	}
}
.mod_btn01.tpbd0>* {
	border: 1px solid #1a1a1a;
}
.no-touchevents .mod_btn01.tpbd0>:hover {
	background-color: rgba(26, 26, 26, 0.1);
}
.mod_btn01.tpbdf>* {
	border: 1px solid #fff;
	color: #fff;
}
.no-touchevents .mod_btn01.tpbdf>:hover {
	background-color: rgba(255, 255, 255, 0.1);
}
.mod_btn01.tp00>* {
	background-color: #1a1a1a;
	color: #fff;
}
.no-touchevents .mod_btn01.tp00>:hover {
	background-color: #333;
}
.mod_btn01.tpg01>* {
	background-color: #808028;
	color: #1a1a1a;
}
.no-touchevents .mod_btn01.tpg01>:hover {
	background-color: #808028;
}
@media screen and (max-width:640px) {
	body.nav_open {
		-webkit-overflow-scrolling: auto;
	}
	body.nav_open .mod_main {
		overflow: hidden;
		height: 100%;
	}
	body.nav_open .tit {
		position: fixed;
	}
	body.nav_open .nav_wrap {
		-webkit-overflow-scrolling: touch;
	}
}
.mod_header {
	width: 100%;
	height: 150px;
	background-color: rgba(15, 15, 5, 0.8);
	z-index: 1000;
	position: fixed;
	top: 0;
	left: 0;
	-webkit-transition: -webkit-transform 1s;
	transition: -webkit-transform 1s;
	transition: transform 1s;
	transition: transform 1s, -webkit-transform 1s;
}
@media screen and (min-width:641px) {
	.mod_header.down {
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px);
	}
	.mod_header.up {
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px);
	}
}
@media screen and (max-width:640px) {
	.mod_header {
		top: 0!important;
		min-width: 0;
		height: 100%;
		position: static!important;
	}
	.mod_header.fix .tit {
		position: fixed;
		top: -50px;
	}
	.mod_header.open .nav_wrap {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	.mod_header.open.fix .tit {
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
		height: 50px;
	}
}
@media screen and (max-width:640px) {
	.mod_header {
		height: auto;
		background: none;
	}
}
.mod_header:before {
	content: "";
	display: block;
	width: 100%;
	height: 50px;
	background-color: #3c5028;
	position: absolute;
	left: 0;
	bottom: 0;
}
@media screen and (max-width:640px) {
	.mod_header:before {
		content: none;
	}
}
.mod_header .titwrap {
	display: flex;
	align-items: center;
}
@media (min-width:641px) {
	.mod_header .titwrap {
		justify-content: space-between;
		width: 100%;
		max-width: 1126px;
		margin: auto;
		height: 50px;
	}
}
@media screen and (max-width:640px) {
	.mod_header .titwrap {
		height: 0;
	}
	.mod_header .titwrap .subleftlinks {
		display: none;
	}
}
.mod_header .tit {
	text-align: center;
}
@media screen and (max-width:640px) {
	.mod_header .tit {
		width: 100%;
		height: 50px;
		padding: 0;
		text-align: left;
		background-color: #fff;
		-webkit-transition: -webkit-transform 1s;
		transition: -webkit-transform 1s;
		transition: transform 1s;
		transition: transform 1s, -webkit-transform 1s;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1000;
	}
}
@media screen and (max-width:640px) {
	.mod_header .tit a {
		display: inline-block;
		padding: 5px 0 12px 16px;
	}
}
.mod_header .tit a img {
	vertical-align: bottom;
}
@media screen and (max-width:640px) {
	.mod_header .tit {
		text-align: center;
	}
	.mod_header .tit a {
		padding-left: 0;
	}
	.mod_header .tit a img {
		width: 64vw;
	}
}
@media (min-width:641px) {
	.mod_header .titwrap .subleftlinks {
	}
	.mod_header .titwrap .subleftlinks li {
		display: inline-block;
		vertical-align: middle;
	}
	.mod_header .titwrap .subleftlinks li + li {
		margin-left: 15px;
	}
	.mod_header .titwrap .subleftlinks a {
		display: block;
		font-size: 1.4rem;
		font-family: source-han-serif-japanese, serif;
		font-weight: 500;
		letter-spacing: 0.07em;
		line-height: 1;
		color: #FFFFFF;
		border: 1px solid #BE9B50;
		text-align: left;
		position: relative;
		padding: 5px 12px;
		transition: 0.2s;
		border-radius: 2px;
	}
	.no-touchevents .mod_header .titwrap .subleftlinks a:hover {
		background-color: #BE9B50;
		color: #FFF;
	}
	.mod_header .nav_wrap .subleftlinks {
		display: none;
	}
}
.mod_header .nav_wrap {
	/* max-width: 1100px; */
	max-width: 1200px;
	min-width: 980px;
	height: 100px;
	margin: 0 auto;
	position: relative;
}
@media screen and (max-width:640px) {
	.mod_header .nav_wrap {
		width: 100%;
		min-width: 0;
		height: 100%;
		padding: 0 16px;
		background-color: #3c5028;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		overflow-y: scroll;
		-webkit-transition: -webkit-transform 1s;
		transition: -webkit-transform 1s;
		transition: transform 1s;
		transition: transform 1s, -webkit-transform 1s;
		position: fixed;
		right: -100%;
		top: 50px;
		z-index: 1000;
	}
	.mod_header .nav_wrap > * {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@media screen and (max-width:640px) {
	.mod_header .nav_wrap .subleftlinks {
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 20px;
		padding-bottom: 30px;
	}
	.mod_header .nav_wrap .subleftlinks li {
		display: block;
	}
	.mod_header .nav_wrap .subleftlinks li + li {
		margin-top: 14px;
	}
	.mod_header .nav_wrap .subleftlinks a {
		display: block;
		font-size: 1.4rem;
		font-family: source-han-serif-japanese, serif;
		font-weight: 500;
		letter-spacing: 0.07em;
		line-height: 1;
		color: #FFFFFF;
		position: relative;
		padding: 10px 0;
		border-radius: 8px;
		text-align: center;
		border: 1px solid #BE9B50;
		box-sizing: border-box;
	}
}
.mod_header .nav_wrap a {
	display: block;
	line-height: 0.8;
}
.mod_header .nav_wrap a svg {
	fill: #fff;
	stroke: #fff;
}
.mod_header .nav_wrap .imp_nav .guest {
	position: absolute;
	bottom: 0;
	left: 0;
}
@media screen and (min-width:641px) {
	.mod_header .nav_wrap .imp_nav .guest {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		height: 50px;
	}
}
@media screen and (max-width:640px) {
	.mod_header .nav_wrap .imp_nav .guest {
		padding-top: 20px;
		position: static;
		text-align: right;
	}
}
.mod_header .nav_wrap .imp_nav .guest a {
	display: block;
	padding: 5px 0 1px 20px;
	background-image: url(../img/deco_left.png);
	background-size: 16px auto;
	background-position: left center;
	background-repeat: no-repeat;
}
@media screen and (min-width:641px) {
	.mod_header .nav_wrap .imp_nav .guest a:after {
		content: none;
	}
}
@media screen and (max-width:640px) {
	.mod_header .nav_wrap .imp_nav .guest a {
		color: #fff;
		padding-top: 10px;
		padding-bottom: 10px;
		background-position: calc(100% - 82px) center;
	}
	.mod_header .nav_wrap .imp_nav .guest a:after {
		display: none;
	}
}
@media screen and (max-width:640px) {
	.mod_header .nav_wrap .imp_nav .guest a svg {
		vertical-align: middle;
	}
}
.mod_header .nav_wrap .imp_nav .guest a.nowpage svg, .no-touchevents .mod_header .nav_wrap .imp_nav .guest a:hover svg {
	fill: #be9b50;
	stroke: #be9b50;
}
.mod_header .nav_wrap .imp_nav .btn_box {
	position: absolute;
	left: 140px;
	bottom: 7px;
	letter-spacing: -1em;
}
@media screen and (max-width:640px) {
	.mod_header .nav_wrap .imp_nav .btn_box {
		margin-bottom: 20px;
		position: static;
	}
}
.mod_header .nav_wrap .imp_nav .btn_box .btn {
	display: inline-block;
	margin-left: 4px;
	vertical-align: top;
}
@media screen and (max-width:640px) {
	.mod_header .nav_wrap .imp_nav .btn_box .btn {
		text-align: center;
		/* width: calc(100% / 3 - 2px); */
		width: 100%;
		position: static;
		margin-left: 0;
		margin: 0;
	}
}

.mod_header .nav_wrap .imp_nav .btn_box .btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
	padding: 11px 12px;
	background-color: #808028;
	color: #fff;
	-webkit-transition: background 0.5s!important;
	font-family: source-han-serif-japanese, serif;
	font-size: 1.3rem;
	transition: background 0.5s!important;
	line-height: 1;
	letter-spacing: 2px;
}

.mod_header .nav_wrap .imp_nav .btn_box .btn a span {
	display: none;
}

@media screen and (max-width:640px) {
	.mod_header .nav_wrap .imp_nav .btn_box .btn a span {
		display: block;
	}
}
.mod_header .nav_wrap .imp_nav .btn_box .btn a:hover {
	background-color: #be9b50;
}
.mod_header .nav_wrap .imp_nav .btn_box .btn2 {
	display: inline-block;
	margin-left: 4px;
	vertical-align: top;
}
@media screen and (max-width:640px) {
	.mod_header .nav_wrap .imp_nav .btn_box .btn2 {
		display: block;
		/* width: 60%; */
		width: 100%;
		margin: auto;
		/* margin-top: 18px;
		margin-bottom: 18px;		 */
		margin: 0;
		text-align: center;
		height: auto!important;
	}
	.mod_header .nav_wrap .imp_nav .btn_box .btn2 a {
		height: auto!important;
	}
	.mod_header .nav_wrap .imp_nav .btn_box .btn2 a::before {
		display: none!important;
	}
	.mod_header .nav_wrap .imp_nav .btn_box .btn2 a::after {
		display: none!important;
	}
	.mod_header .nav_wrap .imp_nav .btn_box .btn2 a .sp {
		display: block!important;
		line-height: 1.1;
	}
	.mod_header .nav_wrap .imp_nav .btn_box .btn2 a .pc {
		display: none!important;
	}
}
.mod_header .nav_wrap .imp_nav .btn_box .btn2 a {
	border-radius: 3px;
	padding: 11px 12px;
	background-color: #142805;
	-webkit-transition: background 0.5s!important;
	transition: background 0.5s!important;
	color: #FFF;
	position: relative;
	font-family: source-han-serif-japanese, serif;
	font-weight: 500;
	letter-spacing: 2px;
	font-size: 1.3rem;
	line-height: 1;
}
.mod_header .nav_wrap .imp_nav .btn_box .btn2 a:hover {
	background-color: #335906;
}
.mod_header .nav_wrap .imp_nav .btn_box .btn2 a:after, .mod_header .nav_wrap .imp_nav .btn_box .btn2 a:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	height: 100%;
	width: 1px;
	background-color: #FFF;
}
.mod_header .nav_wrap .imp_nav .btn_box .btn2 a:after {
	right: 4px;
}
.mod_header .nav_wrap .imp_nav .btn_box .btn2 a:before {
	left: 4px;
}
.mod_header .nav_wrap .imp_nav .btn_box .btn a:hover {
	background-color: #be9b50;
}
.mod_header .nav_wrap .imp_nav .btn_box .btn2 a .sp{
	display: none;
}
.mod_header .nav_wrap .imp_nav .btn_box .btn2 a .pc{
	display: block;
}
.mod_header .nav_wrap .imp_nav .btn_box .btn.y a {
	background-color: #be9b50;
}
.mod_header .nav_wrap .imp_nav .btn_box .btn.y a:before {
	content: none;
}
.mod_header .nav_wrap .imp_nav .btn_box .btn.y a:hover {
	background-color: #808028;
}
@media screen and (max-width:640px) {
	.mod_header .nav_wrap .imp_nav .btn_box .btn.y a svg {
		/* display: block; */
		/* margin: 0 auto; */
		display: inline-block;
	}
}
.mod_header .nav_wrap .imp_nav .tel_box {
	position: absolute;
	/* left: 595px; */
	/* left: 632px; */
	left: 572px;
	/* bottom: 8px; */
	bottom: 2px;
}
@media screen and (max-width:1024px) {
	.mod_header .nav_wrap .imp_nav .tel_box {
		left: 540px;
	}
}
@media screen and (max-width:640px) {
	.mod_header .nav_wrap .imp_nav .tel_box {
		margin-bottom: 26px;
		margin-top: 10px;
		position: static;
	}
}
.mod_header .nav_wrap .imp_nav .tel_box .min {
	margin-bottom: 10px;
	color: #fff;
	text-align: center;
	letter-spacing: 0.1em;
	font-weight: 400;
	font-size: 13px;
	font-size: 1.3rem;
	/* font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic; */
	font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width:640px) {
	.mod_header .nav_wrap .imp_nav .tel_box .min {
		letter-spacing: 0.14em;
	}
	.mod_header .nav_wrap .imp_nav .tel_box .min.space {
		margin-top: 20px;
	}
}
.mod_header .nav_wrap .imp_nav .tel_box .numb {
	display: inline-block;
	padding: 0 20px;
}
@media screen and (max-width:1280px) {
	.mod_header .nav_wrap .imp_nav .tel_box .numb {
		padding: 0 10px;
	}
}
.mod_header .nav_wrap .imp_nav .tel_box .numb:first-of-type {
	border-right: 1px solid #A18100;
}
@media screen and (max-width:640px) {
	.mod_header .nav_wrap .imp_nav .tel_box .numb {
		display: block;
		margin-bottom: 10px;
		padding: 10px 0;
		border-radius: 3px;
		text-align: center;
		background-color: #f2eee2;
	}
	.mod_header .nav_wrap .imp_nav .tel_box .numb img {
		width: 243px;
	}
	.mod_header .nav_wrap .imp_nav .tel_box .numb img.small {
		width: 233px;
	}
	.mod_header .nav_wrap .imp_nav .tel_box .numb:first-of-type {
		border-right: none;
	}
}
.mod_header .nav_wrap .imp_nav .tel_box .anno {
	display: inline-block;
	padding-left: 5px;
	color: #fff;
	/* font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic; */
	font-family: "Noto Sans JP", sans-serif;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.5rem;
}
@media screen and (max-width:640px) {
	.mod_header .nav_wrap .imp_nav .tel_box .anno {
		padding-left: 0;
		font-size: 9px;
		font-size: 0.9rem;
	}
}
.mod_header .nav_wrap .imp_nav .tel_box .anno span {
	display: block;
}
@media screen and (max-width:640px) {
	.mod_header .nav_wrap .imp_nav .tel_box .anno span {
		display: inline;
	}
}
.mod_header .nav_wrap .gl_nav {
	display: table;
	width: 100%;
	text-align: center;
	letter-spacing: -1em;
	line-height: 1;
	position: relative;
	white-space: nowrwap;
}
@media screen and (max-width:640px) {
	.mod_header .nav_wrap .gl_nav {
		display: block;
		padding: 30px 0;
		background-image: url(../img/bar_left.png), url(../img/bar_right.png), url(../img/bar_left.png), url(../img/bar_right.png);
		background-size: 11px auto;
		background-repeat: no-repeat;
		background-position: left 6px, right 6px, left bottom 6px, right bottom 6px;
	}
	.mod_header .nav_wrap .gl_nav:after, .mod_header .nav_wrap .gl_nav:before {
		content: "";
		display: block;
		margin: 0 auto;
		width: 99%;
		height: 1px;
		background-color: #c19953;
		position: absolute;
		left: 0;
		right: 0;
	}
	.mod_header .nav_wrap .gl_nav:before {
		top: 9px;
	}
	.mod_header .nav_wrap .gl_nav:after {
		bottom: 9px;
	}
}
.mod_header .nav_wrap .gl_nav li {
	display: table-cell;
	white-space: normal;
	position: relative;
}
@media screen and (max-width:640px) {
	.mod_header .nav_wrap .gl_nav li {
		display: block;
	}
}
.mod_header .nav_wrap .gl_nav li+li:before {
	content: "";
	display: block;
	margin: auto 0;
	width: 1px;
	height: 16px;
	background-color: #be9b50;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -0.5px;
}
@media screen and (max-width:640px) {
	.mod_header .nav_wrap .gl_nav li+li:before {
		content: none;
	}
}
.mod_header .nav_wrap .gl_nav li a {
	padding: 18px 14px;
}
@media screen and (max-width:640px) {
	.mod_header .nav_wrap .gl_nav li a {
		padding: 14px 0;
	}
	.mod_header .nav_wrap .gl_nav li a:before {
		content: "";
		margin: -5px 6px 0 -20px;
		height: 2px;
		width: 10px;
		display: inline-block;
		vertical-align: middle;
		background-color: #c19953;
		opacity: 0;
		-webkit-transition: opacity 0.2s;
		transition: opacity 0.2s;
	}
}
@media screen and (max-width:640px) {
	.mod_header .nav_wrap .gl_nav li a svg {
		height: 16px;
		width: auto;
	}
}
@media screen and (max-width:640px) {
	.mod_header .nav_wrap .gl_nav li a.nowpage:before, .no-touchevents .mod_header .nav_wrap .gl_nav li a:hover:before {
		opacity: 1;
	}
}
.mod_header .nav_wrap .gl_nav li a.nowpage svg, .no-touchevents .mod_header .nav_wrap .gl_nav li a:hover svg {
	fill: #be9b50;
	stroke: #be9b50;
}
@media screen and (min-width:641px) {
	.mod_header .nav_wrap .gl_nav li:first-child a {
		padding-left: 0;
	}
}
@media screen and (min-width:641px) {
	.mod_header .nav_wrap .gl_nav li:last-child a {
		padding-right: 0;
	}
}
.mod_header .nav_wrap .gl_nav .feature_btn a {
	color: #FFF;
	font-size: 13.5px;
	font-family: "source-han-serif-japanese", serif;
	line-height: 1;
	position: relative;
	top: -2px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
@media screen and (max-width:1300px) {
	.mod_header .nav_wrap .gl_nav .feature_btn a {
		font-size: 12px;
		padding: 18px 8px;
	}
}
@media screen and (max-width:640px) {
	.mod_header .nav_wrap .gl_nav .feature_btn a {
		font-size: 15px;
		font-weight: bold;
	}
}
.mod_header .nav_wrap .gl_nav .feature_btn a:hover {
	color: #bd9a4f;
}
.mod_header .nav_wrap .sns_box {
	letter-spacing: -1em;
	position: absolute;
	right: 0;
	bottom: 0;
}
@media screen and (max-width:640px) {
	.mod_header .nav_wrap .sns_box {
		position: static;
		text-align: center;
	}
}
.mod_header .nav_wrap .sns_box .sns_link {
	display: inline-block;
}
@media screen and (max-width:640px) {
	.mod_header .nav_wrap .sns_box .sns_link {
		margin-bottom: 10px;
	}
}
.mod_header .nav_wrap .sns_box .sns_link a {
	padding: 15px 6px;
}
@media screen and (max-width:640px) {
	.mod_header .nav_wrap .sns_box .sns_link a {
		padding: 15px 10px;
	}
	.mod_header .nav_wrap .sns_box .sns_link.yt a {
		padding: 15px 16px;
	}
}
@media screen and (max-width:640px) {
	.mod_header .nav_wrap .sns_box .sns_link a svg {
		width: 30px;
		height: auto;
	}
}
.mod_header .nav_wrap .sns_box .sns_link a.nowpage svg, .no-touchevents .mod_header .nav_wrap .sns_box .sns_link a:hover svg {
	fill: #be9b50;
	stroke: #be9b50;
}
.mod_header .nav_wrap .sp_bnr {
	margin-bottom: 20px;
}
.mod_header .nav_wrap .sp_ot {
	width: 100%;
	white-space: nowrap;
	margin-bottom: 20px;
	line-height: 0.9rem;
	display: flex;
	justify-content: center;
}
.mod_header .nav_wrap .sp_ot li {
	display: inline-block;
	width: 33.333333333%;
	width: calc(100% / 3);
	vertical-align: middle;
	white-space: normal;
	position: relative;
	text-align: center;
}
.mod_header .nav_wrap .sp_ot li+li:before {
	content: "";
	display: block;
	background-color: #fff;
	width: 1px;
	height: 9px;
	margin: auto 0;
	position: absolute;
	left: -0.5px;
	top: -2px;
	bottom: 0;
}
.mod_header .nav_wrap .sp_ot li a {
	display: block;
	width: 100%;
	color: #fff;
	font-size: 9px;
	font-size: 0.9rem;
	line-height: 0.9rem;
	text-align: center;
}
.mod_header .nav_wrap .sp_ot li:first-child {
	text-align: left;
}
.mod_header .nav_wrap .sp_ot li:last-child {
	text-align: right;
}
.mod_header .nav_wrap .sp_copyright {
	text-align: center;
	padding-bottom: 80px;
	color: #fff;
	font-size: 8px;
	font-size: 0.8rem;
}
.mod_spNav_btn {
	display: block;
	position: fixed;
	border: 1px solid transparent;
	padding: 24px 24px;
	top: 0;
	right: 0;
	z-index: 1200;
	background-color: rgba(255, 255, 255, 0);
	-webkit-transition: background 1s, border 1s;
	transition: background 1s, border 1s;
}
.mod_spNav_btn:before {
	content: "";
	margin: auto;
	width: 40px;
	height: 40px;
	background-color: #f7f1e9;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.mod_spNav_btn span {
	display: block;
	margin: auto;
	width: 50%;
	height: 2px;
	position: absolute;
	background-color: #be9b50;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}
.mod_spNav_btn span:after, .mod_spNav_btn span:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: #be9b50;
	-webkit-transition: top 0.5s, bottom 0.5s, background, 0.5s, -webkit-transform 0.5s;
	transition: top 0.5s, bottom 0.5s, background, 0.5s, -webkit-transform 0.5s;
	transition: transform 0.5s, top 0.5s, bottom 0.5s, background, 0.5s;
	transition: transform 0.5s, top 0.5s, bottom 0.5s, background, 0.5s, -webkit-transform 0.5s;
	position: absolute;
	left: 0;
}
.mod_spNav_btn span:before {
	top: -8px;
}
.mod_spNav_btn span:after {
	bottom: -8px;
}
.mod_spNav_btn.open span {
	background-color: rgba(190, 155, 80, 0);
}
.mod_spNav_btn.open span:after, .mod_spNav_btn.open span:before {
	top: 0;
	bottom: 0;
	background-color: #be9b50;
}
.mod_spNav_btn.open span:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.mod_spNav_btn.open span:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.mod_toTop {
	color: #fff;
	background-color: #be9b50;
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	z-index: 50;
	-webkit-transition: color 0.5s, background 0.5s, opacity 0.5s, -webkit-transform 0.5s;
	transition: color 0.5s, background 0.5s, opacity 0.5s, -webkit-transform 0.5s;
	transition: color 0.5s, background 0.5s, opacity 0.5s, transform 0.5s;
	transition: color 0.5s, background 0.5s, opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
	opacity: 0;
	pointer-events: none;
	border-radius: 3px;
}
@media screen and (max-width:640px) {
	.mod_toTop {
		width: 40px;
		height: 40px;
		bottom: 54px;
		right: 4px;
	}
}
.no-touchevents .mod_toTop:hover {
	background-color: #1a1a1a;
}
.mod_toTop.view {
	opacity: 1;
	pointer-events: inherit;
}
.mod_toTop:after {
	content: "";
	display: block;
	margin: auto;
	width: 16px;
	height: 16px;
	border-left: 2px solid;
	border-top: 2px solid;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 10px;
	bottom: 0;
	right: 0;
	left: 0;
}
@media screen and (max-width:640px) {
	.mod_toTop:after {
		width: 14px;
		height: 14px;
		top: 8px;
	}
}
.mod_footer .contact {
	padding: 64px 0 46px;
	text-align: center;
	background-size: cover;
	background-position: center;
}
@media screen and (max-width:640px) {
	.mod_footer .contact {
		padding: 36px 0 40px;
	}
}
.no-touchevents .mod_footer .contact {
	background-attachment: fixed;
}
.firefox .mod_footer .contact, .ie .mod_footer .contact {
	background-attachment: scroll;
}
.mod_footer .contact .title {
	margin-bottom: 30px;
	line-height: 0.8;
}
@media screen and (max-width:640px) {
	.mod_footer .contact .title {
		margin-bottom: 10px;
	}
}
@media screen and (max-width:640px) {
	.mod_footer .contact .title img {
		height: 64px;
	}
}
.mod_footer .contact .cap {
	margin-bottom: 20px;
	color: #fff;
	font-size: 20px;
	font-size: 2rem;
	letter-spacing: 0.1em;
}
@media screen and (max-width:640px) {
	.mod_footer .contact .cap {
		margin-bottom: 20px;
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 2.5rem;
	}
}
.mod_footer .contact .btns {
	margin-bottom: 20px;
	letter-spacing: -1em;
}
@media screen and (min-width:641px) {
	.mod_footer .contact .btns {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
@media screen and (max-width:640px) {
	.mod_footer .contact .btns {
		letter-spacing: 0;
		font-size: 0;
	}
}
.mod_footer .contact .btns .prt_btn02 {
	width: calc(100% / 4 - 10px);
	white-space: normal;
	display: inline-block;
	margin-left: 15px;
}
@media screen and (max-width:640px) {
	.mod_footer .contact .btns .prt_btn02 {
		width: calc(100% / 2 - 4px);
		margin-bottom: 4px;
		margin-left: 4px;
	}
	.mod_footer .contact .btns .prt_btn02:after {
		content: none;
		display: none;
	}
}
.mod_footer .contact .btns li:first-child {
	margin-left: 0;
}
@media screen and (max-width:640px) {
	.mod_footer .contact .btns li:nth-child(3n) {
		margin-left: 0;
	}
}
.mod_footer .tel_box .des {
	margin-bottom: 10px;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 100;
	letter-spacing: 0.03em;
}
@media screen and (max-width:640px) {
	.mod_footer .tel_box .des {
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 1;
	}
}
.mod_footer .tel_box .tel {
	display: inline-block;
	margin-bottom: 8px;
}
@media screen and (max-width:640px) {
	.mod_footer .tel_box .tel {
		margin: 0 auto 8px;
		padding: 6px 0;
		border-radius: 3px;
		display: block;
		width: calc(100% - 32px);
		background-color: #f2eee2;
		line-height: 0.8;
	}
}
@media screen and (max-width:640px) {
	.mod_footer .tel_box .tel img {
		width: 210px;
	}
}
.mod_footer .tel_box .anno {
	font-size: 13px;
	font-size: 1.3rem;
	color: #fff;
	letter-spacing: 0.05em;
	line-height: 2.6rem;
}
@media screen and (max-width:640px) {
	.mod_footer .tel_box .anno {
		font-size: 9px;
		font-size: 0.9rem;
		line-height: 1.8rem;
		letter-spacing: 0.06em;
	}
}
.mod_footer .content {
	padding: 60px 0 50px;
	background-color: #142805;
}
@media screen and (max-width:640px) {
	.mod_footer .content {
		padding: 20px 0 70px;
	}
}
@media screen and (max-width:640px) {
	.mod_footer .content .mod_wrap01 {
		padding: 0;
		width: 100%;
	}
}
.mod_footer .content .mod_wrap01 .title {
	float: left;
}
@media screen and (max-width:640px) {
	.mod_footer .content .mod_wrap01 .title {
		float: none;
		text-align: center;
		line-height: 0.8;
		margin-bottom: 30px;
	}
}
@media screen and (max-width:640px) {
	.mod_footer .content .mod_wrap01 .title a img {
		width: 250px;
	}
}
.mod_footer .content .mod_wrap01 .nav {
	float: right;
	margin-bottom: 46px;
}
@media screen and (max-width:640px) {
	.mod_footer .content .mod_wrap01 .nav {
		float: none;
		margin-bottom: 30px;
		border-top: 1px solid #3c5028;
		position: relative;
	}
	.mod_footer .content .mod_wrap01 .nav:after {
		content: "";
		display: block;
		margin: 0 auto;
		width: 1px;
		height: 100%;
		background-color: #3c5028;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		pointer-events: none;
	}
}
.mod_footer .content .mod_wrap01 .nav ul {
	position: relative;
	margin-left: 90px;
	padding-left: 30px;
	display: inline-block;
	vertical-align: top;
}
@media screen and (max-width:640px) {
	.mod_footer .content .mod_wrap01 .nav ul {
		display: inline;
		margin: 0;
		padding: 0;
		letter-spacing: -1em;
	}
}
.mod_footer .content .mod_wrap01 .nav ul:before {
	content: "";
	display: block;
	border-left: 1px solid #000;
	height: 100%;
	-webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1);
	box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1);
	position: absolute;
	left: -1px;
	top: 0;
}
@media screen and (max-width:640px) {
	.mod_footer .content .mod_wrap01 .nav ul:before {
		content: none;
	}
}
.mod_footer .content .mod_wrap01 .nav ul:first-child {
	margin-left: 0;
}
@media screen and (max-width:640px) {
	.mod_footer .content .mod_wrap01 .nav ul li {
		border-bottom: 1px solid #3c5028;
		display: inline-block;
		width: 50%;
	}
}
.mod_footer .content .mod_wrap01 .nav ul li a {
	color: #fff;
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing: 0.1em;
	line-height: 2.6rem;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
}
@media screen and (max-width:640px) {
	.mod_footer .content .mod_wrap01 .nav ul li a {
		display: block;
		padding: 16px 0 16px 16px;
		width: 100%;
		font-size: 11px;
		font-size: 1.1rem;
		line-height: 1.1rem;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}
.mod_footer .content .mod_wrap01 .nav ul li a:before {
	content: "";
	display: inline-block;
	margin-right: 4px;
	border-radius: 50%;
	width: 4px;
	height: 4px;
	background-color: #fff;
	vertical-align: 10%;
	-webkit-transition: background 0.5s;
	transition: background 0.5s;
}
.mod_footer .content .mod_wrap01 .nav ul .after_none a:before {
	background-color: transparent;
}
@media screen and (max-width:640px) {
	.mod_footer .content .mod_wrap01 .nav ul li a:before {
		content: none;
	}
}
@media screen and (min-width:641px) {
	.mod_footer .content .mod_wrap01 .nav ul li a:after {
		content: none;
	}
}
.mod_footer .content .mod_wrap01 .nav ul li a.nowpage, .no-touchevents .mod_footer .content .mod_wrap01 .nav ul li a:hover {
	color: #be9b50;
}
.mod_footer .content .mod_wrap01 .nav ul li a.nowpage:before, .no-touchevents .mod_footer .content .mod_wrap01 .nav ul li a:hover:before {
	background-color: #be9b50;
}
@media screen and (min-width:641px) {
	.mod_footer .content .mod_wrap01 .nav ul li:nth-child(4) {
		margin-top: 20px;
	}
}
.mod_footer .content .mod_wrap01 .nav ul li.lsn a {
	letter-spacing: -0.03em;
}
.mod_footer .content .mod_wrap01 .sns_box {
	min-height: 214px;
	clear: both;
}
@media screen and (max-width:640px) {
	.mod_footer .content .mod_wrap01 .sns_box {
		min-height: 0;
	}
}
.mod_footer .content .mod_wrap01 .sns_box .l {
	padding-top: 50px;
	float: left;
}
@media screen and (max-width:640px) {
	.mod_footer .content .mod_wrap01 .sns_box .l {
		margin-bottom: 30px;
		padding-top: 0;
		float: none;
		text-align: center;
	}
}
.mod_footer .content .mod_wrap01 .sns_box .l p {
	margin-bottom: 20px;
	color: #fff;
	letter-spacing: 0.08em;
}
@media screen and (max-width:640px) {
	.mod_footer .content .mod_wrap01 .sns_box .l p {
		margin-bottom: 10px;
		font-size: 9px;
		font-size: 0.9rem;
		letter-spacing: 0.06em;
	}
}
.mod_footer .content .mod_wrap01 .sns_box .l .link {
	display: inline-block;
	width: 152px;
	overflow: hidden;
	text-align: center;
	-webkit-transition: background 0.5s;
	transition: background 0.5s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (max-width:640px) {
	.mod_footer .content .mod_wrap01 .sns_box .l .link {
		padding: 12px 0;
		width: calc(50% - 19px);
	}
}
.mod_footer .content .mod_wrap01 .sns_box .l .link+.link {
	margin-left: 8px;
}
@media screen and (max-width:640px) {
	.mod_footer .content .mod_wrap01 .sns_box .l .link+.link {
		margin-left: 6px;
	}
}
.mod_footer .content .mod_wrap01 .sns_box .l .link svg {
	display: inline-block;
	fill: #fff;
	stroke: #fff;
	vertical-align: middle;
}
@media screen and (max-width:640px) {
	.mod_footer .content .mod_wrap01 .sns_box .l .link svg {
		height: 16px;
		width: auto;
	}
}
.mod_footer .content .mod_wrap01 .sns_box .l .link svg:nth-child(2) {
	margin: 0 0 -2px 6px;
}
.no-touchevents .mod_footer .content .mod_wrap01 .sns_box .l .link:hover {}
.no-touchevents .mod_footer .content .mod_wrap01 .sns_box .l .link:hover svg {
	fill: #bd9a4f;
	stroke: #bd9a4f;
}
.mod_footer .content .mod_wrap01 .sns_box .fb-pageWrap {
	float: right;
	width: 490px;
}
@media screen and (max-width:640px) {
	.mod_footer .content .mod_wrap01 .sns_box .fb-pageWrap {
		float: none;
		margin: 0 auto;
		width: calc(100% - 32px);
	}
}
.mod_footer .ot_box {
	background-color: #3c5028;
	padding: 15px 0;
	position: relative;
}
@media screen and (max-width:640px) {
	.mod_footer .ot_box {
		text-align: center;
	}
}
@media screen and (max-width:640px) {
	.mod_footer .ot_box .mod_wrap01 {
		padding: 0;
		width: 100%;
	}
}
.mod_footer .ot_box .mod_wrap01 .ot_links {
	float: left;
	line-height: 1;
}
@media screen and (max-width:640px) {
	.mod_footer .ot_box .mod_wrap01 .ot_links {
		margin-bottom: 12px;
		float: none;
		letter-spacing: 0;
	}
}
.mod_footer .ot_box .mod_wrap01 .ot_links li {
	display: inline-block;
}
.mod_footer .ot_box .mod_wrap01 .ot_links li+li {
	margin-left: 8px;
	border-left: 1px solid #fff;
	padding-left: 10px;
}
.mod_footer .ot_box .mod_wrap01 .ot_links li a {
	color: #fff;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
	font-size: 13px;
	font-size: 1.3rem;
}
@media screen and (max-width:640px) {
	.mod_footer .ot_box .mod_wrap01 .ot_links li a {
		font-size: 9px;
		font-size: 0.9rem;
	}
}
.mod_footer .ot_box .mod_wrap01 .ot_links li a.nowpage, .no-touchevents .mod_footer .ot_box .mod_wrap01 .ot_links li a:hover {
	color: #be9b50;
}
.mod_footer .ot_box .mod_wrap01 .copyright {
	font-size: 10px;
	font-size: 1rem;
	float: right;
	color: #fff;
}
@media screen and (max-width:640px) {
	.mod_footer .ot_box .mod_wrap01 .copyright {
		float: none;
		font-size: 8px;
		font-size: 0.8rem;
	}
}
@media screen and (max-width:640px) {
	.sp_footfix {
		border-top: 1px solid #c19953;
		width: 100%;
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 90;
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
		-webkit-transition: -webkit-transform 0.5s;
		transition: -webkit-transform 0.5s;
		transition: transform 0.5s;
		transition: transform 0.5s, -webkit-transform 0.5s;
	}
	.sp_footfix.view {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	.sp_footfix.move {
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
	}
	.sp_footfix:before {
		content: "";
		display: block;
		margin: auto;
		width: 1px;
		background-color: #c19953;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1;
	}
	.sp_footfix li {
		display: table;
		float: left;
		text-align: center;
		width: 50%;
		line-height: 0;
	}
	.sp_footfix li a {
		display: table-cell;
		background-color: #142805;
		vertical-align: middle;
		height: 49px;
		position: relative;
	}
	.sp_footfix li a img {
		width: auto;
		height: 13px;
	}
	.sp_footfix li a.tel img {
		margin-left: -16px;
	}
	.sp_footfix li a.fair img {
		margin-left: -5px;
	}
	.sp_footfix li a:after {
		content: "";
		display: block;
		margin: auto 0;
		border-width: 2px 2px 6px 6px;
		border-style: solid;
		border-color: #c19953 #c19953 transparent transparent;
		width: 0px;
		height: 0px;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 10px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}
.mod_content_none {
	padding-top: 200px;
	text-align: center;
}
@media screen and (max-width:640px) {
	.mod_content_none {
		padding-top: 100px;
		padding-bottom: 60px;
	}
}
.mod_content_none p {
	color: #fff;
	font-family: p22-marcel-script-pro, serif;
	font-size: 80px;
	font-size: 8rem;
	position: relative;
	z-index: 10;
}
@media screen and (max-width:640px) {
	.mod_content_none p {
		font-size: 60px;
		font-size: 6rem;
	}
}
[data-slidearea01] {
	overflow: hidden;
	position: relative;
}
[data-slidearea01] .contantWrap {
	max-width: 1240px;
	width: 100%;
	margin: auto;
	overflow: hidden;
}
[data-slidearea01] .contantWrap .btns01 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 100%;
	width: 100%;
}
[data-slidearea01] .contantWrap .btns01 button {
	margin: auto;
	z-index: 11;
	width: 80px;
	height: 80px;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	position: absolute;
	bottom: 0;
	top: 0;
}
@media screen and (max-width:640px) {
	[data-slidearea01] .contantWrap .btns01 button {
		width: 50px;
		height: 50px;
	}
}
[data-slidearea01] .contantWrap .btns01 button:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
[data-slidearea01] .contantWrap .btns01 button:after {
	width: 24px;
	height: 24px;
	border: 4px solid #fff;
}
@media screen and (max-width:640px) {
	[data-slidearea01] .contantWrap .btns01 button:after {
		width: 12px;
		height: 12px;
	}
}
[data-slidearea01] .contantWrap .btns01 button.next {
	right: 40px;
}
@media screen and (max-width:1300px) {
	[data-slidearea01] .contantWrap .btns01 button.next {
		right: 10px;
	}
}
@media screen and (max-width:640px) {
	[data-slidearea01] .contantWrap .btns01 button.next {
		right: -16px;
	}
}
[data-slidearea01] .contantWrap .btns01 button.next:after {
	border-bottom: rgba(255, 255, 255, 0)!important;
	border-left: rgba(255, 255, 255, 0)!important;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 10px;
}
[data-slidearea01] .contantWrap .btns01 button.prev {
	left: 40px;
}
@media screen and (max-width:1300px) {
	[data-slidearea01] .contantWrap .btns01 button.prev {
		left: 10px;
	}
}
@media screen and (max-width:640px) {
	[data-slidearea01] .contantWrap .btns01 button.prev {
		left: -16px;
	}
}
[data-slidearea01] .contantWrap .btns01 button.prev:after {
	border-bottom: transparent!important;
	border-right: transparent!important;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 10px;
}
.no-touchevents [data-slidearea01] .contantWrap .btns01 button:hover:before {
	background-color: #1e1e1e;
}
.no-touchevents [data-slidearea01] .contantWrap .btns01 button:hover:after {
	border-color: #262626;
}
[data-slidearea01] .contantWrap .contentWrapIn {
	position: relative;
}
[data-slidearea01] .contantWrap .contentWrapIn.col_3 {
	padding: 0 33.33333%;
}
@media screen and (max-width:640px) {
	[data-slidearea01] .contantWrap .contentWrapIn.col_3 {
		padding: 0 16px;
	}
}
[data-slidearea01] .contantWrap .contentWrapIn.col_3 .content .link {
	padding: 0 15px;
}
[data-slidearea01] .contantWrap .contentWrapIn.col_4 {
	padding: 0 50% 0 25%;
}
@media screen and (max-width:640px) {
	[data-slidearea01] .contantWrap .contentWrapIn.col_4 {
		padding: 0 16px;
	}
}
[data-slidearea01] .contantWrap .contentWrapIn.col_4 .content .link {
	padding: 0 10px;
}
@media screen and (max-width:640px) {
	[data-slidearea01] .contantWrap .contentWrapIn.col_4 .content .link {
		padding: 0 15px;
	}
}
[data-slidearea01] .contantWrap .contentWrapIn .content {
	position: relative;
	display: table;
}
[data-slidearea01] .contantWrap .contentWrapIn .content .link {
	display: table-cell;
	vertical-align: top;
	position: relative;
	top: 0;
	left: 0;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
[data-slidearea01] .contantWrap .contentWrapIn .content .link>.in {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	padding: 50px 0 10px;
	position: relative;
}
@media screen and (max-width:640px) {
	[data-slidearea01] .contantWrap .contentWrapIn .content .link>.in {
		padding: 36px 0 16px;
	}
}
[data-slidearea01] .contantWrap .contentWrapIn .content .link>.in .ph {
	margin: 0 auto;
	max-width: 270px;
	width: 100%;
	width: calc(100% - 20px);
	height: 160px;
}
@media screen and (max-width:640px) {
	[data-slidearea01] .contantWrap .contentWrapIn .content .link>.in .ph {
		width: calc(100% - 32px);
	}
}
.mod_wrap01 {
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	max-width: 980px;
	width: 100%;
}
@media screen and (max-width:640px) {
	.mod_wrap01 {
		width: auto;
		width: calc(100% - 32px);
		min-width: 0;
		padding-left: 16px;
		padding-right: 16px;
	}
}
.mod_wrap02 {
	margin: 0 auto;
	padding-left: 0;
	padding-right: 0;
	min-width: 1080px;
	max-width: 1500px;
	width: 100%;
}
@media screen and (max-width:640px) {
	.mod_wrap02 {
		width: auto;
		width: calc(100% - 32px);
		min-width: 0;
		padding-left: 16px;
		padding-right: 16px;
	}
}
.mod_wrap03 {
	margin: 0 auto;
	max-width: 1380px;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (max-width:640px) {
	.mod_wrap03 {
		margin: 0;
		padding-left: 16px;
		padding-right: 16px;
		width: auto;
		width: 100%;
	}
}
.mod_wrap04 {
	margin: 0 auto;
	max-width: 1280px;
	min-width: 980px;
	padding-left: 30px;
	padding-right: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (max-width:640px) {
	.mod_wrap04 {
		margin: 0;
		padding-left: 16px;
		padding-right: 16px;
		min-width: 0;
		width: auto;
		width: 100%;
	}
}
.mod_wrap05 {
	margin: 0 auto;
	max-width: 1220px;
	min-width: 980px;
	padding-left: 30px;
	padding-right: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (max-width:640px) {
	.mod_wrap05 {
		margin: 0;
		padding-left: 10px;
		padding-right: 10px;
		max-width: 100%;
		min-width: 0;
		width: auto;
		width: 100%;
	}
}
.mod_wrap06 {
	margin: 0 auto;
	max-width: 1380px;
	min-width: 980px;
	padding-left: 30px;
	padding-right: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (max-width:640px) {
	.mod_wrap06 {
		margin: 0;
		padding-left: 10px;
		padding-right: 10px;
		min-width: 0;
		width: auto;
		width: 100%;
	}
}
.mod_wrap07 {
	margin: 0 auto;
	max-width: 1330px;
	min-width: 980px;
	padding-left: 60px;
	padding-right: 60px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (max-width:640px) {
	.mod_wrap07 {
		margin: 0;
		padding-left: 16px;
		padding-right: 16px;
		min-width: 0;
		width: auto;
		width: 100%;
	}
}
.prt_btn02.tp01, .prt_btn02.tp02, .prt_btn02.tp03, .prt_btn02.tp04, .prt_btn02.tpbdb, .prt_btn02.tpbdf, .prt_btn03 span, .prt_txtLink {
	position: relative;
	padding-right: 20px;
}
.prt_btn02.tp01:after, .prt_btn02.tp02:after, .prt_btn02.tp03:after, .prt_btn02.tp04:after, .prt_btn02.tpbdb:after, .prt_btn02.tpbdf:after, .prt_btn03 span:after, .prt_txtLink:after {
	content: "";
	display: block;
	margin: auto 0;
	border-width: 10px 3px 3px 10px;
	border-style: solid;
	border-color: transparent #bd9a4f #bd9a4f transparent;
	width: 0px;
	height: 0px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 8px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
}
.no-touchevents .prt_btn02.tp01:hover:after, .no-touchevents .prt_btn02.tp02:hover:after, .no-touchevents .prt_btn02.tp03:hover:after, .no-touchevents .prt_btn02.tp04:hover:after, .no-touchevents .prt_btn02.tpbdb:hover:after, .no-touchevents .prt_btn02.tpbdf:hover:after, .no-touchevents .prt_btn03 span:hover:after, .no-touchevents .prt_txtLink:hover:after, .prt_btn03 .no-touchevents span:hover:after {
	-webkit-transform: rotate(-45deg) translate(6px, 6px);
	transform: rotate(-45deg) translate(6px, 6px);
}
@font-face {
	font-family: "berthold_walbaum_bookregular";
	src: url("../font/berthold_walbaum_book_regular-webfont.eot");
	src: url("../font/berthold_walbaum_book_regular-webfont.eot?#iefix") format("embedded-opentype"), url("../font/berthold_walbaum_book_regular-webfont.woff2") format("woff2"), url("../font/berthold_walbaum_book_regular-webfont.woff") format("woff"), url("../font/berthold_walbaum_book_regular-webfont.ttf") format("truetype"), url("../font/berthold_walbaum_book_regular-webfont.svg#berthold_walbaum_bookregular") format("svg");
	font-weight: normal;
	font-style: normal;
}
.mod_topicLink .linkBox li dt span, .mod_topicLink .title, .prt_btn02.tp02>*, .prt_btn03, .prt_txtLink {
	font-family: "berthold_walbaum_bookregular";
	letter-spacing: 0.06em;
}
.detailBox01 .txt_box .catch, .detailBox02 .txt_box .catch, .featureBox header>.catch, .mod_header .btn_box .link_withsub .poparea .recommend_ttl span, .title_box02 .txt_box .catch {
	font-family: "source-han-serif-japanese", serif;
	-webkit-font-kerning: normal;
	font-kerning: normal;
}
.mod_header .btn_box .link_withsub .poparea {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
}
.detailBox01 .txt_box .catch, .detailBox02 .txt_box .catch, .featureBox header>.catch, .prt_btn03, .prt_txtLink, .title_box02 .txt_box .catch {
	font-weight: 400;
}
body {
	min-width: 1080px;
}
@media screen and (max-width:640px) {
	body {
		min-width: 0;
	}
}
.side_btn {
	position: fixed;
	right: 0;
	top: 200px;
	width: 45px;
	height: 160px;
	z-index: 10;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: 0.7s;
	transition: 0.7s;
}
@media screen and (max-width:640px) {
	.side_btn {
		display: none;
	}
}
.side_btn li {
	display: block;
}
.side_btn {
	width: 45px;
	height: 160px;
	position: fixed;
	top: 200px;
	right: 0;
	opacity: 1;
	z-index: 200;
	font-size: 0;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: 0.7s;
	transition: 0.7s;
}
.side_btn.pc_fix {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}
.side_btn .tab {
	padding: 7px 13px 7px 14px;
	width: 100%;
	height: 100%;
	line-height: 0;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #7f7f27;
	-webkit-transition: background 0.5s;
	transition: background 0.5s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 100;
}
.side_btn .tabbnr {
	position: absolute;
	padding-right: 50px;
	right: auto;
	left: 0;
	width: auto;
	height: 160px;
	opacity: 1;
}
.side_btn .tabbnr a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	-webkit-transition: -webkit-transform ease-in-out 1s;
	transition: -webkit-transform ease-in-out 1s;
	transition: transform ease-in-out 1s;
	transition: transform ease-in-out 1s, -webkit-transform ease-in-out 1s;
	position: relative;
	-webkit-transition: 1s;
	transition: 1s;
}
.no-touchevents .side_btn .tabbnr a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.side_btn .tabbnr a:after {
	content: "";
	display: block;
	height: 100%;
	width: 3px;
	background-color: #7f7f27;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}
.side_btn .tabbnr a img {
	position: relative;
	z-index: 1;
}
.no-touchevents .side_btn:hover .tabbnr a {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}
.no-touchevents .side_btn:hover .tabbnr a:hover {
	-webkit-filter: brightness(1.2);
	filter: brightness(1.2);
}
.no-touchevents .side_btn:hover .tabbnr a:after {
	-webkit-transform: translateX(-3px);
	transform: translateX(-3px);
}
.tmp_topicpath {
	position: relative;
	z-index: 1;
	display: block;
	max-width: 1320px;
	padding: 0 10px;
	font-size: 0px;
	font-size: 0rem;
	margin: 0 auto;
}
@media screen and (max-width:640px) {
	.tmp_topicpath {
		padding: 0 16px;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		position: absolute;
		top: 55px;
		z-index: 1;
	}
}
.tmp_topicpath>ul {
	position: absolute;
	top: 5px;
}
@media screen and (max-width:640px) {
	.tmp_topicpath>ul {
		position: static;
		white-space: pre;
		display: table;
	}
}
.tmp_topicpath li {
	display: inline-block;
}
@media screen and (max-width:640px) {
	.tmp_topicpath li {
		display: table-cell;
	}
}
.tmp_topicpath li span {
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1;
	position: relative;
	padding-right: 20px;
}
@media screen and (max-width:640px) {
	.tmp_topicpath li span {
		font-size: 9px;
		font-size: 0.9rem;
		padding-right: 15px;
	}
}
.tmp_topicpath li span:after {
	content: "";
	display: block;
	margin: auto 0;
	border-width: 6px 2px 2px 6px;
	border-style: solid;
	border-color: transparent #bd9a4f #bd9a4f transparent;
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 8px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
}
@media screen and (max-width:640px) {
	.tmp_topicpath li span:after {
		border-width: 5px 1px 1px 5px;
	}
}
.tmp_topicpath li a span {
	color: #bd9a4f;
}
.no-touchevents .tmp_topicpath li a:hover span {
	text-decoration: underline;
}
.tmp_topicpath li:last-child a span {
	color: #fff;
}
.tmp_topicpath li:last-child a span:after {
	content: none;
}
.tmp_topicpath.topicpath_renew {
	position: static;
	background-color: #fff;
}
.tmp_topicpath.topicpath_renew li {
	color: #3c3c3c;
}
.tmp_topicpath.topicpath_renew li a, .tmp_topicpath.topicpath_renew li span {
	color: #3c3c3c;
}
.tmp_topicpath.topicpath_renew li:last-child a span {
	color: #3c3c3c;
}
.tmp_topicpath.topicpath_renew li span:after {
	border-color: transparent #3c3c3c #3c3c3c transparent;
}
@media screen and (min-width:641px) {
	.tmp_topicpath.topicpath_renew {
		padding: 10px 3%;
		max-width: none;
		border-top: 1px solid #ebe2d3;
	}
	.tmp_topicpath.topicpath_renew ul {
		position: static;
		max-width: 1180px;
		margin: 0 auto;
	}
	.tmp_topicpath.topicpath_renew li+li:before {
		border-top: 1px solid #3c3c3c;
		border-right: 1px solid #3c3c3c;
	}
	.tmp_topicpath.topicpath_renew li a, .tmp_topicpath.topicpath_renew li span {
		color: #3c3c3c;
	}
}
@media screen and (max-width:640px) {
	.tmp_topicpath.topicpath_renew {
		padding: 0;
		border-top: 1px solid #ebe2d3;
	}
	.tmp_topicpath.topicpath_renew ul {
		margin: 0;
		padding: 10px 10px 10px 20px;
	}
}
.comTit01 {
	display: block;
	width: 100%;
	height: 205px;
	position: relative;
	z-index: -1;
	background-image: url(../img/2nd_title_bg.jpg);
	background-size: 100% auto;
	background-repeat: repeat-y;
	background-position: center 150px;
	text-align: center;
}
@media screen and (max-width:640px) {
	.comTit01 {
		height: auto;
		min-height: 152px;
		background-position: center 0;
		background-image: url(../img/2nd_title_bg_sp.jpg);
	}
}
.no-touchevents .comTit01 {
	background-attachment: fixed;
}
.comTit01 .title {
	display: inline-block;
	margin-top: 65px;
}
@media screen and (max-width:640px) {
	.comTit01 .title {
		line-height: 1;
		margin-bottom: 30px;
	}
	.comTit01 .title img {
		max-height: 62px;
		width: auto!important;
	}
}
.comBg01 {
	position: relative;
	background-image: url(../img/com_bg01.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-color: #f2eee2;
}
@media screen and (max-width:640px) {
	.comBg01 {
		background-image: url(../img/com_bg01_sp.jpg);
	}
}
.comBg02 {
	background-color: #f2eee2;
	background-image: url(../img/com_bg02.jpg), url(../img/com_bg02_lft.jpg), url(../img/com_bg02_rgt.jpg);
	background-position: center 0, left 1355px, right 2470px;
	background-size: 100% auto, 495px 530px, 540px 362px;
	background-repeat: no-repeat, no-repeat, no-repeat;
}
@media screen and (max-width:640px) {
	.comBg02 {
		background-image: url(../img/com_bg02_sp.jpg), url(../img/com_bg02_lft_sp.jpg), url(../img/com_bg02_rgt_sp.jpg);
		background-position: center 0, left 1270px, right 2020px;
		background-size: 100% auto, 78px auto, 105px auto;
		background-repeat: no-repeat, no-repeat, no-repeat;
	}
}
.comBg02.type02 {
	background-image: url(../img/com_bg02b.jpg), url(../img/com_bg02_lft02.jpg);
	background-position: center 0, left 1420px;
	background-size: 100% auto, 497px 300px;
	background-repeat: no-repeat, no-repeat;
}
@media screen and (max-width:640px) {
	.comBg02.type02 {
		background-image: url(../img/com_bg02_sp.jpg), url(../img/com_bg02_lft02_sp.jpg), url(../img/com_bg02_rgt02_sp.jpg);
		background-size: 100% auto, 230px auto, 165px auto;
		background-position: center 0, left 730px, right 850px;
	}
}
.comBg02 .mv_bg {
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 0;
	padding-top: 43.6%;
	background-position: center 0;
	background-size: 100% auto;
	background-repeat: no-repeat;
	-webkit-mask-image: linear-gradient(to top, transparent 0, #000 100px);
	mask-image: linear-gradient(to top, transparent 0, #000 100px);
}
@media screen and (min-width:641px) {
	.comBg02 .mv_bg {
		min-width: 1080px;
	}
}
@media screen and (max-width:640px) {
	.comBg02 .mv_bg {
		padding-top: 100%;
		background-size: 200% auto;
		-webkit-mask-image: linear-gradient(to top, transparent 0%, #000 50px);
		mask-image: linear-gradient(to top, transparent 0%, #000 50px);
	}
}
.comBg02 .mv_bg:before {
	content: "";
	display: block;
	width: 100%;
	height: 100px;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#f2eee1), to(rgba(242, 238, 225, 0)));
	background-image: linear-gradient(to top, #f2eee1 0%, rgba(242, 238, 225, 0) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
}
.ie .comBg02 .mv_bg:before {
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #f2eee1), to(rgba(242, 238, 225, 0)));
	background-image: linear-gradient(to top, #f2eee1 20%, rgba(242, 238, 225, 0) 100%);
}
@media screen and (max-width:640px) {
	.comBg02 .mv_bg:before {
		height: 50px;
	}
}
.comBg03 {
	background-image: url(../img/com_bg03.png);
	background-size: 59px auto;
	background-repeat: repeat;
	background-position: center center;
	background-color: #f9f9c7;
	position: relative;
	padding: 100px 0 120px;
}
@media screen and (max-width:640px) {
	.comBg03 {
		padding: 45px 0;
		margin-bottom: 0;
		background-size: calc(59px / 2) auto;
	}
}
.comBg03:after, .comBg03:before {
	position: absolute;
	content: "";
	display: block;
	left: 0;
	width: 100%;
	height: 7px;
	z-index: 1;
	background-image: url(../img/prt_deco03.png);
	background-size: 30px 7px;
	background-position: center center;
	background-repeat: repeat-x;
}
@media screen and (max-width:640px) {
	.comBg03:after, .comBg03:before {
		height: 4px;
		background-size: auto 4px;
	}
}
.comBg03:before {
	top: 5px;
}
.comBg03:after {
	bottom: 5px;
}
.dataBox01 {
	position: static;
}
.dataBox01>.in {
	min-width: 980px;
	max-width: 1210px;
	margin: 0 auto;
	padding-bottom: 100px;
}
@media screen and (max-width:640px) {
	.dataBox01>.in {
		min-width: 0;
		padding-bottom: 10px;
	}
}
.dataBox01 .mv {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 53.7%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
@media screen and (max-width:640px) {
	.dataBox01 .mv {
		padding-top: 69%;
	}
}
.dataBox01 .data_box {
	margin-top: 20px;
	text-align: right;
	display: table;
	width: 100%;
}
@media screen and (max-width:640px) {
	.dataBox01 .data_box {
		display: block;
		text-align: center;
	}
}
.dataBox01 .data_box .name {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
@media screen and (max-width:640px) {
	.dataBox01 .data_box .name {
		display: block;
		margin-bottom: 10px;
	}
}
.dataBox01 .data_box .spec {
	display: table-cell;
	vertical-align: middle;
	width: 450px;
	text-align: left;
	padding-left: 50px;
	border-left: 1px solid #bd9a4f;
}
@media screen and (max-width:640px) {
	.dataBox01 .data_box .spec {
		display: block;
		width: 100%;
		text-align: center;
		padding-left: 0;
		border: none;
		border-top: 1px solid #bd9a4f;
		padding: 20px 0;
	}
}
.dataBox01 .data_box .spec>dt {
	line-height: 3.2;
}
@media screen and (max-width:640px) {
	.dataBox01 .data_box .spec>dt {
		line-height: 2;
	}
}
.dataBox01 .data_box .spec>dd:after {
	content: "";
	display: block;
	clear: both;
}
@media screen and (max-width:640px) {
	.dataBox01 .data_box .spec>dd {
		margin-top: 15px;
	}
}
.dataBox01 .data_box .spec>dd .wrap {
	width: 60%;
	float: left;
}
.dataBox01 .data_box .spec>dd .wrap:after {
	content: "";
	display: block;
	clear: both;
}
@media screen and (max-width:640px) {
	.dataBox01 .data_box .spec>dd .wrap {
		width: 70%;
		float: none;
		position: relative;
		left: 50%;
		margin-left: -35%;
	}
}
.dataBox01 .data_box .spec>dd dl {
	display: table;
	width: 100%;
}
.dataBox01 .data_box .spec>dd dl dd, .dataBox01 .data_box .spec>dd dl dt {
	display: table-cell;
	font-size: 13px;
	font-size: 1.3rem;
	width: 50%;
	line-height: 2;
}
@media screen and (max-width:640px) {
	.dataBox01 .data_box .spec>dd dl dd, .dataBox01 .data_box .spec>dd dl dt {
		font-size: 12px;
		font-size: 1.2rem;
		text-align: left;
	}
}
.dataBox01 .data_box .spec>dd dl dt {
	color: #bd9a4f;
}
@media screen and (max-width:640px) {
	.dataBox01 .data_box .spec>dd dl dt {
		width: 60%;
	}
}
@media screen and (max-width:640px) {
	.dataBox01 .data_box .spec>dd dl dd {
		width: 40%;
	}
}
.dataBox01 .data_box .spec>dd .narrow {
	width: 40%;
}
@media screen and (max-width:640px) {
	.dataBox01 .data_box .spec>dd .narrow {
		width: 70%;
	}
}
.photoSet {
	max-width: 1220px;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.photoSet.type01 {
	max-height: 1200px;
}
.photoSet.type01>.ph01 {
	left: 0;
	top: 0;
}
.photoSet.type01>.ph01 .ph {
	padding-top: 131%;
}
.photoSet.type01>.ph02 {
	left: 50%;
	top: 0;
	position: absolute;
}
.photoSet.type01>.ph02 .ph {
	padding-top: 65.6%;
}
.photoSet.type01>.ph03 {
	left: 0;
	top: 0;
}
.photoSet.type01>.ph03 .ph {
	padding-top: 65.6%;
}
.photoSet.type01>.ph04 {
	position: absolute;
	left: 50%;
	top: 33.3333%;
}
.photoSet.type01>.ph04 .ph {
	padding-top: 131.5%;
}
.photoSet.type02 {
	max-height: 400px;
}
.photoSet.type02>li .ph {
	padding-top: 98%;
}
.photoSet.type02>.ph01 {
	left: 0;
	top: 0;
	width: 33.4%;
}
.photoSet.type02>.ph02 {
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 33.4%;
	z-index: 1;
}
.photoSet.type02>.ph03 {
	position: absolute;
	right: 0;
	top: 0;
	width: 33.4%;
}
.photoSet.type03 {
	max-height: 600px;
}
.photoSet.type03>.ph01 {
	left: 0;
	top: 0;
	width: 100%;
}
.photoSet.type03>.ph01 .ph {
	padding-top: 49.2%;
}
.photoSet li {
	position: relative;
	width: 50%;
	overflow: hidden;
}
.photoSet li:before {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	position: absolute;
	z-index: 1;
	content: "";
	display: block;
	background-color: transparent;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.no-touchevents .photoSet li:hover:before {
	background-color: rgba(0, 0, 0, 0.3);
}
.no-touchevents .photoSet li:hover .caption {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.photoSet li figure {
	position: relative;
}
.photoSet li .ph {
	width: 100%;
	height: 0;
}
.photoSet li .caption {
	-webkit-transition: 0.7s;
	transition: 0.7s;
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	position: absolute;
	z-index: 2;
	bottom: 0;
	width: calc(100% - 30px);
	text-align: left;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 15px;
}
.photoSet li .caption span {
	color: #fff;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 2;
}
@media screen and (max-width:640px) {
	.photoSet li .caption span {
		font-size: 11px;
		font-size: 1.1rem;
		line-height: 1.7;
	}
}
@media screen and (max-width:640px) {
	.detailBox01+.detailBox01 {
		margin-top: 25px;
	}
}
.detailBox01>.in {
	max-width: 420px;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
	height: auto;
}
.detailBox01 .ph {
	width: 100%;
	height: 300px;
	object-fit: cover;
	line-height: 0;
}
@media screen and (max-width:640px) {
	.detailBox01 .ph {
		height: 210px;
	}
}
.detailBox01 .txt_box {
	position: relative;
	padding: 30px;
}
@media screen and (max-width:640px) {
	.detailBox01 .txt_box {
		padding: 20px 30px;
	}
}
.detailBox01 .txt_box.type02:before {
	position: absolute;
	content: "";
	display: block;
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	background-image: url(../img/optbox_deco03.png), url(../img/optbox_deco04.png);
	background-position: 0 0, right bottom;
	background-size: 42px auto, 42px auto;
	background-repeat: no-repeat, no-repeat;
}
@media screen and (max-width:640px) {
	.detailBox01 .txt_box.type02:before {
		background-size: 30px auto, 30px auto;
	}
}
.detailBox01 .txt_box header {
	text-align: center;
}
.detailBox01 .txt_box header .no {
	position: relative;
	display: block;
	text-align: center;
	padding-bottom: 30px;
	margin-bottom: 5px;
	margin-top: -50px;
}
@media screen and (max-width:640px) {
	.detailBox01 .txt_box header .no {
		margin-top: -34px;
		padding-bottom: 20px;
	}
}
.detailBox01 .txt_box header .no:after {
	position: absolute;
	bottom: 0;
	content: "";
	display: block;
	width: 100%;
	height: 28px;
	background-image: url(../img/prt_deco04.png);
	background-position: center center;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
@media screen and (max-width:640px) {
	.detailBox01 .txt_box header .no:after {
		background-size: 100% auto;
	}
}
.detailBox01 .txt_box .catch {
	margin-top: 0;
	text-align: center;
	font-size: 20px;
	font-size: 2rem;
	color: #1a1a1a;
	line-height: 1.75;
	letter-spacing: 0.08em;
}
.detailBox01 .txt_box .catch.prt_deco02 {
	padding-bottom: 20px;
	margin-bottom: 10px;
}
@media screen and (max-width:640px) {
	.detailBox01 .txt_box .catch.prt_deco02:after, .detailBox01 .txt_box .catch.prt_deco02:before {
		width: calc(100% - 40px);
		left: 20px;
	}
}
@media screen and (max-width:640px) {
	.detailBox01 .txt_box .catch {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 1.7;
		margin-left: -20px;
		margin-right: -20px;
	}
}
.detailBox01 .txt_box .txt {
	margin-top: 10px;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 2;
	letter-spacing: 0.06em;
	text-align: left;
}
@media screen and (max-width:640px) {
	.detailBox01 .txt_box .txt {
		margin-top: 5px;
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.75;
	}
}
.detailBox01 .txt_box .links {
	margin: 30px 0 0;
}
.detailBox02>.in {
	max-width: 420px;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
	height: auto;
}
.detailBox02 .ph {
	width: 100%;
	height: 300px;
	line-height: 0;
}
@media screen and (max-width:640px) {
	.detailBox02 .ph {
		height: 210px;
	}
}
.detailBox02 .txt_box {
	position: relative;
	padding: 30px;
}
@media screen and (max-width:640px) {
	.detailBox02 .txt_box {
		padding: 20px 30px;
	}
}
.detailBox02 .txt_box header {
	text-align: center;
}
.detailBox02 .txt_box header .no {
	position: relative;
	display: block;
	text-align: center;
	padding-bottom: 30px;
	margin-bottom: 5px;
	margin-top: -50px;
}
@media screen and (max-width:640px) {
	.detailBox02 .txt_box header .no {
		margin-top: -14.5%;
		padding-bottom: 11%;
		line-height: 0;
	}
}
.detailBox02 .txt_box header .no:after {
	position: absolute;
	bottom: 0;
	content: "";
	display: block;
	width: 100%;
	height: 28px;
	background-image: url(../img/prt_deco04.png);
	background-position: center center;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
@media screen and (max-width:640px) {
	.detailBox02 .txt_box header .no:after {
		background-size: 100% auto;
		height: 0;
		padding-top: 7.83%;
		overflow: hidden;
	}
}
.detailBox02 .txt_box .catch {
	margin-top: 0;
	text-align: center;
	font-size: 20px;
	font-size: 2rem;
	color: #1a1a1a;
	line-height: 1.75;
	letter-spacing: 0.08em;
}
@media screen and (max-width:640px) {
	.detailBox02 .txt_box .catch {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 1.7;
	}
}
.detailBox02 .txt_box .txt {
	margin-top: 10px;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 2;
	letter-spacing: 0.06em;
	text-align: left;
}
@media screen and (max-width:640px) {
	.detailBox02 .txt_box .txt {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.75;
	}
}
.detailBox02 .txt_box .links {
	margin: 30px 0 0;
}
.title_box02 {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #d6c193;
	background-color: transparent;
	max-width: 600px;
	width: 100%;
	height: 380px;
	text-align: center;
	z-index: 0;
}
@media screen and (max-width:640px) {
	.title_box02 {
		height: auto;
	}
}
.title_box02:after, .title_box02:before {
	content: "";
	display: block;
	position: absolute;
}
.title_box02:before {
	top: 5px;
	bottom: 5px;
	left: 5px;
	right: 5px;
	border: 1px solid #d6c193;
	background-color: rgba(242, 238, 226, 0.8);
}
@media screen and (max-width:640px) {
	.title_box02:before {
		top: 3px;
		bottom: 3px;
		left: 3px;
		right: 3px;
	}
}
.title_box02:after {
	top: 15px;
	bottom: 15px;
	left: 15px;
	right: 15px;
	background-image: url(../img/titlebox_deco01.png), url(../img/titlebox_deco02.png);
	background-size: 70px auto, 70px auto;
	background-position: 0 0, right bottom;
	background-repeat: no-repeat;
}
@media screen and (max-width:640px) {
	.title_box02:after {
		background-image: url(../img/optbox_deco04.png);
		background-size: 100% auto;
		background-position: center center;
		background-repeat: no-repeat;
		width: 30px;
		height: 30px;
		top: auto;
		left: auto;
		bottom: 8px;
		right: 8px;
	}
	.type02 .title_box02:after {
		bottom: 8px;
		left: 8px;
		right: auto;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
}
.title_box02>.in {
	width: 100%;
	height: 100%;
}
.title_box02>.in:before {
	content: "";
	display: block;
	position: absolute;
	top: -30px;
	right: -45px;
	width: 196px;
	height: 280px;
	background-image: url(../img/titlebox_deco03.png);
	background-position: center center;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
@media screen and (max-width:640px) {
	.title_box02>.in:before {
		top: -16px;
		right: -16px;
		width: 83px;
		height: 133px;
	}
}
.type02 .title_box02>.in:before {
	top: auto;
	right: auto;
	bottom: -30px;
	left: -45px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
@media screen and (max-width:640px) {
	.type02 .title_box02>.in:before {
		bottom: auto;
		top: -16px;
		left: -16px;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform: scale(-1, 1);
		transform: scale(-1, 1);
	}
}
.title_box02 .txt_box {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
}
@media screen and (max-width:640px) {
	.title_box02 .txt_box {
		top: 0;
		text-align: center;
		-webkit-transform: none;
		transform: none;
		padding: 25px;
	}
}
.title_box02 .txt_box .title {
	line-height: 1;
	margin-bottom: 25px;
}
@media screen and (max-width:640px) {
	.title_box02 .txt_box .title {
		margin-bottom: 15px;
	}
}
.title_box02 .txt_box .catch {
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.75;
	letter-spacing: 0.08em;
}
@media screen and (max-width:640px) {
	.title_box02 .txt_box .catch {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 1.65;
		letter-spacing: 0.1em;
		margin-left: -20px;
		margin-right: -20px;
	}
}
.title_box02 .txt_box .txt {
	margin-top: 20px;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 2;
	letter-spacing: 0.06em;
}
@media screen and (max-width:640px) {
	.title_box02 .txt_box .txt {
		margin-top: 10px;
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.75;
		text-align: left;
	}
}
.featureBox>.in {
	background-color: #0f2404;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 90px 0;
}
.no-touchevents .featureBox>.in {
	background-attachment: fixed;
	background-size: 100% auto;
}
@media screen and (max-width:640px) {
	.featureBox>.in {
		padding: 40px 0;
	}
}
.featureBox header {
	text-align: center;
}
@media screen and (max-width:640px) {
	.featureBox header>.title img {
		max-height: 16px;
		width: auto!important;
	}
}
.featureBox header>.catch {
	margin-top: 10px;
	text-align: center;
	font-size: 20px;
	font-size: 2rem;
	line-height: 2.1;
	letter-spacing: 0.1em;
	color: #fff;
}
@media screen and (max-width:640px) {
	.featureBox header>.catch {
		font-size: 15px;
		font-size: 1.5rem;
	}
}
.featureBox .contentWrap {
	text-align: center;
	margin-top: 30px;
}
.featureBox .contentWrap .detailBox02 {
	display: inline-block;
}
.featureBox .contentWrap .detailBox02+.detailBox02 {
	margin-left: 30px;
}
@media screen and (max-width:640px) {
	.featureBox .contentWrap .detailBox02+.detailBox02 {
		margin-left: 0;
		margin-top: 25px;
	}
}
@media screen and (max-width:640px) {
	.mod_header .nav_wrap .imp_nav .btn_box {
		letter-spacing: 0;
		font-size: 0;
		display: grid;
		grid-template-columns: repeat(2,1fr);
		gap: 0.9rem 0.7rem;
	}
}
@media screen and (max-width:640px) {
	.mod_header .nav_wrap .imp_nav .btn_box .btn+.btn {
		/* margin-left: 3px; */
		margin-left: 0;
	}
}
.mod_header .btn_box .link_withsub {
	display: inline-block;
}
@media screen and (min-width:641px) {
	.mod_header .btn_box .link_withsub {
		position: relative;
	}
}
@media screen and (max-width:640px) {
	.mod_header .btn_box .link_withsub {
		position: static;
		/* width: calc(100% / 3 - 2px); */
		width: 100%;
		order: 1;
		grid-column: 1 / -1;
	}
	.mod_header .btn_box .link_withsub+.btn {
		/* margin-left: 3px!important; */
	}
}
.mod_header .btn_box .link_withsub .link01 {
	text-align: center;
	margin-top: 4px;
}
.mod_header .btn_box .link_withsub .link01 a {
	width: 100%;
}
.mod_header .btn_box .link_withsub .poparea {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 460px;
	padding-top: 20px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1;
	opacity: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.mod_header .btn_box .link_withsub .poparea:after, .mod_header .btn_box .link_withsub .poparea:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.mod_header .btn_box .link_withsub .poparea:after {
	width: 34px;
	height: 34px;
	top: 13px;
	background-color: #efe9db;
	z-index: 1;
}
.csspointerevents .mod_header .btn_box .link_withsub .poparea {
	opacity: 0;
	pointer-events: none;
}
.no-csspointerevents .mod_header .btn_box .link_withsub .poparea {
	display: none;
}
.mod_header .btn_box .link_withsub .poparea .recommend_ttl {
	text-align: center;
	margin: 0 auto 20px;
	width: 280px;
	height: 32px;
	position: relative;
	background-image: url(../img/recommend_head_fair_ribon.svg);
	background-size: cover;
}
.mod_header .btn_box .link_withsub .poparea .recommend_ttl span {
	color: #fff;
	letter-spacing: 0.1em;
}
.csspointerevents .mod_header .btn_box .link_withsub:hover .poparea {
	opacity: 1;
	pointer-events: auto;
}
.no-csspointerevents .mod_header .btn_box .link_withsub:hover .poparea {
	display: block;
}
.mod_header .btn_box .link_withsub .content {
	background-image: url(../img/fair_popup_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 30px;
	text-align: left;
	position: relative;
	z-index: 2;
	font-size: 0;
}
.mod_header .btn_box .link_withsub .content:before {
	z-index: 0;
	position: absolute;
	content: "";
	display: block;
	left: 5px;
	right: 5px;
	top: 5px;
	bottom: 5px;
	border: 1px solid #bd9a4f;
}
.mod_header .btn_box .link_withsub .fairs {
	margin-bottom: 20px;
}
.mod_header .btn_box .link_withsub .fairs li+li {
	margin-top: 20px;
}
.mod_header .btn_box .link_withsub .fairs a {
	display: block;
	padding-left: 140px;
	position: relative;
	padding-right: 20px;
}
.mod_header .btn_box .link_withsub .fairs a:before {
	content: "";
	min-height: 120px;
	display: inline-block;
	vertical-align: middle;
}
.mod_header .btn_box .link_withsub .fairs a:hover .title {
	text-decoration: underline;
}
.mod_header .btn_box .link_withsub .fairs .img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	width: 120px;
	height: 120px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: left;
}
.mod_header .btn_box .link_withsub .fairs .fair_one {
	display: block;
	padding: 0;
	position: absolute;
	top: 0;
}
.mod_header .btn_box .link_withsub .fairs .time {
	margin-bottom: 5px;
}
.mod_header .btn_box .link_withsub .fairs .time>span {
	color: #bd9a4f;
}
.mod_header .btn_box .link_withsub .fairs .time>span.txt01 {
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 0.08em;
	line-height: 2;
	display: inline-block;
	vertical-align: middle;
}
.mod_header .btn_box .link_withsub .fairs .time>span.txt02 {
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 0.08em;
	line-height: 2;
	display: inline-block;
	vertical-align: middle;
}
.mod_header .btn_box .link_withsub .fairs .time>span.txt03 {
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.08em;
	line-height: 1;
	vertical-align: middle;
	display: block;
}
.mod_header .btn_box .link_withsub .fairs .time>span.txt03>span {
	display: inline-block;
	vertical-align: middle;
}
.mod_header .btn_box .link_withsub .fairs .time>span.txt03>span:before {
	content: "/";
}
.mod_header .btn_box .link_withsub .fairs .time>span.txt03>span:first-child:before {
	display: none;
}
.mod_header .btn_box .link_withsub .fairs .title {
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 0.08em;
	line-height: 1.6;
	color: #3b3b3b;
}
.mod_header .btn_box .btn.y {
	z-index: 1;
}
@media screen and (max-width:640px) {
	.mod_header .btn_box .btn.y {
		position: static;
		width: 100%!important;
	}
}
@media screen and (max-width:640px) {
	.mod_header .btn_box .btn.y a {
		display: block;
	}
}
.no-touchevents .mod_header .btn_box .btn.y {
	position: relative;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.mod_topicLink {
	position: relative;
	padding: 70px 0 55px;
	min-height: 260px;
	background-image: url(../img/topiclink_bg.png);
	background-position: center center;
	background-repeat: repeat;
}
@media screen and (max-width:640px) {
	.mod_topicLink {
		padding: 35px 0 20px;
		min-height: auto;
	}
}
.mod_topicLink:before {
	position: absolute;
	top: 5px;
	content: "";
	display: block;
	left: 0;
	width: 100%;
	height: 7px;
	z-index: 1;
	background-image: url(../img/prt_deco03.png);
	background-size: 30px 7px;
	background-position: center center;
	background-repeat: repeat-x;
}
@media screen and (max-width:640px) {
	.mod_topicLink:before {
		height: 4px;
		background-size: auto 4px;
	}
}
.mod_topicLink .title {
	text-align: center;
	font-weight: normal;
	font-size: 35px;
	font-size: 3.5rem;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #bd9a4f;
	margin-bottom: 50px;
}
@media screen and (max-width:640px) {
	.mod_topicLink .title {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 1.5;
		margin-bottom: 20px;
	}
}
.mod_topicLink .linkBox {
	text-align: center;
	font-size: 0;
	letter-spacing: 0;
	max-width: 1260px;
	margin: 0 auto;
}
@media screen and (max-width:640px) {
	.mod_topicLink .linkBox {
		text-align: left;
	}
}
.mod_topicLink .linkBox li {
	display: inline-block;
	-webkit-transition: 1s;
	transition: 1s;
	width: 14.28%;
}
@media screen and (max-width:640px) {
	.mod_topicLink .linkBox li {
		width: 32%;
		width: calc(100% / 3);
		padding-bottom: 20px;
	}
}
.mod_topicLink .linkBox li a img {
	-webkit-transition: 0.7s;
	transition: 0.7s;
	-webkit-filter: brightness(100%);
	filter: brightness(100%);
}
.mod_topicLink .linkBox li a.current img {
	-webkit-filter: brightness(100%);
	filter: brightness(100%);
}
.no-touchevents .mod_topicLink .linkBox li a:hover img {
	-webkit-filter: brightness(120%);
	filter: brightness(120%);
}
.ie .mod_topicLink .linkBox li a:hover img {
	opacity: 0.6;
}
.mod_topicLink .linkBox li dl {
	width: 100%;
	position: relative;
	text-align: center;
}
.mod_topicLink .linkBox li dt {
	padding-top: 130px;
	color: #bd9a4f;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.7;
	letter-spacing: 0.08em;
}
@media screen and (max-width:640px) {
	.mod_topicLink .linkBox li dt {
		padding-top: 105px;
		font-family: source-han-serif-japanese, serif;
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: 700;
		letter-spacing: 0.08em;
	}
}
.mod_topicLink .linkBox li dt span {
	display: block;
	text-align: center;
	font-size: 20px;
	font-size: 2rem;
	letter-spacing: 0.1em;
	line-height: 2;
}
@media screen and (max-width:640px) {
	.mod_topicLink .linkBox li dt span {
		letter-spacing: 0.06em;
		line-height: 1.6;
	}
}
.mod_topicLink .linkBox li dd {
	position: absolute;
	top: 0;
	width: 100%;
}
.mod_topicLink .linkBox li dd>span {
	margin: 0 auto;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 50%;
	width: 120px;
	height: 120px;
	overflow: hidden;
}
@media screen and (max-width:640px) {
	.mod_topicLink .linkBox li dd>span {
		width: 96px;
		height: 96px;
	}
}
.mod_topicLink .linkBox li dd>span img {
	width: 100%;
	height: auto;
}
@media screen and (min-width:641px) {
	.mod_topicLink .linkBox.col_8 li {
		width: 12.5%;
	}
}
.prt_btn02 {
	text-align: center;
	display: inline-block;
	width: 100%;
}
@media screen and (max-width:640px) {
	.prt_btn02 {
		display: block;
	}
}
.prt_btn02>* {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
	padding: 25px 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.06em;
	line-height: 0;
	-webkit-transition: background 0.5s, color 0.5s;
	transition: background 0.5s, color 0.5s;
	position: relative;
}
@media screen and (max-width:640px) {
	.prt_btn02>* {
		padding: 20px 0;
		font-size: 12px;
		font-size: 1.2rem;
	}
}
.prt_btn02.tpbdb {
	padding-right: 0;
}
.prt_btn02.tpbdb:after {
	right: 20px;
	border-width: 6px 2px 2px 6px;
	border-color: transparent #bd9a4f #bd9a4f transparent;
}
.prt_btn02.tpbdb>* {
	border: 1px solid #bd9a4f;
	color: #bd9a4f;
}
.no-touchevents .prt_btn02.tpbdb>:hover {
	background-color: rgba(189, 154, 79, 0.1);
}
.prt_btn02.tpbdf {
	padding-right: 0;
}
.prt_btn02.tpbdf:after {
	right: 20px;
	border-width: 6px 2px 2px 6px;
	border-color: transparent #fff #fff transparent;
}
.prt_btn02.tpbdf>* {
	border: 1px solid #fff;
	color: #fff;
}
.no-touchevents .prt_btn02.tpbdf>:hover {
	background-color: rgba(255, 255, 255, 0.1);
}
.prt_btn02.tp01 {
	padding-right: 0;
}
.prt_btn02.tp01:after {
	right: 20px;
	border-width: 6px 2px 2px 6px;
	border-color: transparent #fff #fff transparent;
}
.prt_btn02.tp01>* {
	background-color: #bd9a4f;
	color: #fff;
}
.no-touchevents .prt_btn02.tp01>:hover {
	background-color: #bd9a4f;
}
.prt_btn02.tp02 {
	padding-right: 0;
}
.prt_btn02.tp02:after {
	right: 20px;
	border-width: 6px 2px 2px 6px;
	border-color: transparent #fff #fff transparent;
}
.prt_btn02.tp02>* {
	background-color: #bd9a4f;
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
}
@media screen and (max-width:640px) {
	.prt_btn02.tp02>* {
		font-size: 15px;
		font-size: 1.5rem;
	}
}
.no-touchevents .prt_btn02.tp02>:hover {
	background-color: #bd9a4f;
}
.prt_btn02.tp03 {
	padding-right: 0;
}
.prt_btn02.tp03:after {
	right: 20px;
	border-width: 6px 2px 2px 6px;
	border-color: transparent #fff #fff transparent;
}
.prt_btn02.tp03>* {
	background-color: #7f7f27;
	color: #fff;
}
.no-touchevents .prt_btn02.tp03>:hover {
	background-color: #7f7f27;
}
.prt_btn02.tp04 {
	padding-right: 0;
}
.prt_btn02.tp04:after {
	right: 20px;
	border-width: 6px 2px 2px 6px;
	border-color: transparent #fff #fff transparent;
}
.prt_btn02.tp04>* {
	background-color: #3b4f27;
	color: #fff;
}
.no-touchevents .prt_btn02.tp04>:hover {
	background-color: #3b4f27;
}
.prt_btn02.ext {
	padding-right: 0;
	position: relative;
}
.prt_btn02.ext:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: 15px;
	width: 10px;
	height: 10px;
	background-image: url(../img/linkicon_external.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.no-touchevents .prt_btn02.ext:hover:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.prt_btn02.ext>* {
	background-color: #7f7f27;
	color: #fff;
}
.no-touchevents .prt_btn02.ext>:hover {
	background-color: #7f7f27;
}
.prt_btn03 {
	display: block;
	width: 90.6%;
	height: 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #bd9a4f;
	text-align: center;
	margin: 0 auto;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1;
	color: #bd9a4f;
}
.prt_btn03 span {
	display: inline;
	padding-bottom: 5px;
	padding-right: 0;
}
.prt_btn03 span:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 50%;
	top: 12px;
	margin-right: -5px;
	border-width: 6px 2px 2px 6px;
}
.prt_txtLink {
	padding-right: 1.5em;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
}
.prt_txtLink:before {
	content: "";
	display: block;
	width: 60px;
	position: absolute;
	left: -65px;
	top: 50%;
	background-image: -webkit-gradient(linear, right top, left top, from(#bd9a4f), color-stop(28.5714285714%, #bd9a4f), color-stop(28.5714285714%, transparent), to(transparent));
	background-image: linear-gradient(to left, #bd9a4f, #bd9a4f 28.5714285714%, transparent 28.5714285714%, transparent 100%);
	background-size: 7px 7px;
	height: 2px;
	border: none;
}
.prt_txtLink:after {
	border-width: 7px 2px 2px 7px;
	border-color: transparent #1a1a1a #1a1a1a transparent;
}
.prt_txtLink.tp02 {
	font-size: 14px;
	font-size: 1.4rem;
	color: #bd9a4f;
}
.prt_txtLink.tp02:before {
	content: none;
}
.prt_txtLink.tp02:after {
	top: 1px;
	border-width: 6px 2px 2px 6px;
	border-color: transparent #bd9a4f #bd9a4f transparent;
}
.prt_txtLink.tp03 {
	font-size: 15px;
	font-size: 1.5rem;
	color: #bd9a4f;
}
.prt_txtLink.tp03:before {
	content: none;
}
.prt_txtLink.tp03:after {
	top: 1px;
	border-width: 7px 2px 2px 7px;
	border-color: transparent #bd9a4f #bd9a4f transparent;
}
.prt_deco01 {
	position: relative;
	padding: 0 60px;
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1;
	text-align: center;
}
@media screen and (max-width:640px) {
	.prt_deco01 {
		padding: 0 40px;
		font-size: 20px;
		font-size: 2rem;
		line-height: 0.8;
	}
}
.prt_deco01 .lo {
	font-size: 18px;
	font-size: 1.8rem;
}
@media screen and (max-width:640px) {
	.prt_deco01 .lo {
		font-size: 14px;
		font-size: 1.4rem;
	}
}
.prt_deco01:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 26px;
	background-image: url(../img/prt_deco01_lft.png), url(../img/prt_deco01_rgt.png);
	background-position: left center, right center;
	background-size: 40px 19px, 40px 19px;
	background-repeat: no-repeat, no-repeat;
}
@media screen and (max-width:640px) {
	.prt_deco01:before {
		height: 15px;
		background-size: 30px auto, 30px auto;
	}
}
.prt_deco02 {
	position: relative;
	margin-bottom: 40px;
}
@media screen and (max-width:640px) {
	.prt_deco02 {
		margin-bottom: 0;
	}
}
.prt_deco02:after, .prt_deco02:before {
	position: absolute;
	content: "";
	display: block;
	left: 0;
}
.prt_deco02.lft:before {
	background-image: url(../img/prt_deco02_lft.png);
	background-size: 12px 7px;
	background-position: left center;
	background-repeat: no-repeat;
}
.prt_deco02.rgt:before {
	background-image: url(../img/prt_deco02_rgt.png);
	background-size: 12px 7px;
	background-position: right center;
	background-repeat: no-repeat;
}
.prt_deco02.tp02:before {
	bottom: 0;
	width: 100%;
	height: 7px;
	z-index: 1;
	background-image: url(../img/prt_deco02_lft.png), url(../img/prt_deco02_ctr.png), url(../img/prt_deco02_rgt.png);
	background-size: 12px 7px, 44px 7px, 12px 7px;
	background-position: left center, center center, right center;
	background-repeat: no-repeat, no-repeat, no-repeat;
}
.prt_deco03 {
	position: relative;
}
@media screen and (max-width:640px) {
	.prt_deco03 {
		margin-bottom: 0;
	}
}
.prt_deco03:before {
	position: absolute;
	content: "";
	display: block;
	left: 0;
	top: 0;
}
.prt_deco03:before {
	bottom: 0;
	width: 100%;
	height: 7px;
	z-index: 1;
	background-image: url(../img/prt_deco03.png);
	background-size: 30px 7px;
	background-position: center center;
	background-repeat: repeat-x;
}
@media screen and (max-width:640px) {
	.mod_footer .ot_box .mod_wrap01 .ot_links li {
		display: inline-block;
		width: 49%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin-bottom: 10px;
	}
	.mod_footer .ot_box .mod_wrap01 .ot_links li+li {
		margin-left: 0;
	}
	.mod_footer .ot_box .mod_wrap01 .ot_links li:nth-child(odd) {
		border-left: none;
	}
}
.mod_footer .ot_box .bnr_ssl {
	position: absolute;
	bottom: 58px;
	right: 100px;
}
@media screen and (max-width:640px) {
	.mod_footer .ot_box .bnr_ssl {
		position: static;
		padding-top: 20px;
	}
}
.mod_header .nav_wrap .sns_box .sns_link.line a {
	width: 21px;
	height: 21px;
}
/* .mod_header .nav_wrap {
	max-width: 1150px;
} */
.mod_header .nav_wrap .sns_box .sns_link a.nowpage path, .no-touchevents .mod_header .nav_wrap .sns_box .sns_link a:hover path {
	fill: #be9b50;
	stroke: #be9b50;
}
path {
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.fix_bnr-line {
	position: fixed;
	right: -33rem;
	top: 12rem;
	z-index: 1001;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.fix_bnr-line>img {
	vertical-align: bottom;
}
.fix_bnr-line.active {
	right: 0;
}
@media screen and (max-width:640px) {
	.fix_bnr-line {
		right: auto;
		top: auto;
		left: 0;
		bottom: 55px;
		width: 160px;
		z-index: 90;
		opacity: 0;
		pointer-events: none;
	}
	.fix_bnr-line img {
		width: 100%;
	}
	.fix_bnr-line.view {
		opacity: 1;
		pointer-events: inherit;
	}
	.close_btn {
		width: 20px;
		height: 20px;
		display: block;
		position: absolute;
		right: -15px;
		top: -15px;
	}
	.fix_bnr-line.active {
		display: none;
	}
}
.modal {
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1002;
	line-height: 1;
}
.modal__bg {
	background: rgba(0, 0, 0, 0.8);
	height: 100vh;
	position: absolute;
	width: 100%;
}
.modal__content {
	background: #fff;
	left: 50%;
	padding: 8% 5% 5%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 70%;
	border-radius: 5px;
	text-align: center;
}
.modal__content .modal_tit {
	text-align: center;
	font-size: 5.2vw;
	font-weight: 700;
	position: relative;
	margin: 0 auto 1.3em;
	display: inline-block;
}
.modal__content .modal_tit:after {
	content: "";
	width: 100%;
	height: 2px;
	background-color: #b99c5c;
	position: absolute;
	bottom: -8px;
	left: 0;
}
.modal__content .txt {
	text-align: center;
	font-size: 4vw;
	font-weight: 700;
	line-height: 1.6;
	margin: 0 auto 1.1em;
}
.modal__content .btn {
	margin: 0 auto;
}
.modal__content .btn.add {
	position: relative;
	display: block;
	margin-bottom: 1em;
	padding-top: 3.8em;
}
.modal__content .btn.add:before {
	position: absolute;
	content: "";
	display: block;
	top: 1.9em;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #3c3c3c;
}
.modal__content .btn a {
	display: block;
}
.modal__content .btn a img {
	width: 100%;
	vertical-align: bottom;
}
.modal__content .txt_s {
	font-size: 3.4vw;
	line-height: 1.6;
	margin: 0 auto 1.5em;
	text-align: left;
	font-family: "noto-sans-cjk-jp";
	letter-spacing: 0.01em;
}
.modal__content .js-modal-close {
	width: 25%;
	display: block;
	margin: 0 auto 0;
}
.modal__content .js-modal-close img {
	width: 100%;
}
.mod_header .nav_wrap .imp_nav .btn_box .link span:before {
	display: none;
}
.footerContact, footer, header {
	font-family: "Amiri", serif;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}
.mincho_yumincho {
	font-family: YuMincho, "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.mincho_hiragino {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", YuMincho, "游明朝", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
._line-clamp {
	display: -webkit-inline-box;
	-webkit-box-orient: vertical;
	text-align: left;
	overflow: hidden;
}
._line-clamp._line1 {
	-webkit-line-clamp: 1;
}
._line-clamp._line2 {
	-webkit-line-clamp: 2;
}
._line-clamp._line3 {
	-webkit-line-clamp: 3;
}
._line-clamp._line4 {
	-webkit-line-clamp: 4;
}
._line-clamp._line5 {
	-webkit-line-clamp: 5;
}
._line-clamp._line6 {
	-webkit-line-clamp: 6;
}
._line-clamp._line7 {
	-webkit-line-clamp: 7;
}
._line-clamp._line8 {
	-webkit-line-clamp: 8;
}
._line-clamp._line9 {
	-webkit-line-clamp: 9;
}
@media screen and (max-width:640px) {
	._line-clamp._sp-line1 {
		-webkit-line-clamp: 1;
	}
	._line-clamp._sp-line2 {
		-webkit-line-clamp: 2;
	}
	._line-clamp._sp-line3 {
		-webkit-line-clamp: 3;
	}
	._line-clamp._sp-line4 {
		-webkit-line-clamp: 4;
	}
	._line-clamp._sp-line5 {
		-webkit-line-clamp: 5;
	}
	._line-clamp._sp-line6 {
		-webkit-line-clamp: 6;
	}
	._line-clamp._sp-line7 {
		-webkit-line-clamp: 7;
	}
	._line-clamp._sp-line8 {
		-webkit-line-clamp: 8;
	}
	._line-clamp._sp-line9 {
		-webkit-line-clamp: 9;
	}
}
.cm_arrow {
	position: relative;
	display: block;
}
.cm_arrow:after {
	position: absolute;
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg) skew(-25deg, -25deg);
	transform: rotate(45deg) skew(-25deg, -25deg);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	z-index: 10;
}
.no-touchevents a:hover .cm_arrow:after {
	-webkit-transform: rotate(45deg) skew(-25deg, -25deg) translate(2px, -2px);
	transform: rotate(45deg) skew(-25deg, -25deg) translate(2px, -2px);
}
.no-touchevents a:hover .cm_arrow:after {
	-webkit-transform: rotate(45deg) skew(-25deg, -25deg) translate(2px, -2px);
	transform: rotate(45deg) skew(-25deg, -25deg) translate(2px, -2px);
}
.footerContact .telarea .tel {
	padding-bottom: 13px;
	line-height: 1;
}
.footerContact .telarea .tel a {
	display: inline-block;
}
.footerContact .telarea .tel a dl dt {
	margin-bottom: 15px;
	font-family: source-han-serif-japanese, serif;
	font-weight: 500;
	font-size: 1.9rem;
	letter-spacing: 0.1em;
}
.footerContact .telarea .tel a dl dd {
	font-size: 3.7rem;
	letter-spacing: 3px;
}
.footerContact .telarea .tel a dl dd:before {
	content: "TEL.";
	font-size: 2.3rem;
}
.footerContact .telarea .restname {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 19px;
	line-height: 1.9rem;
	color: #FFF;
}
.footerContact .telarea .uketuke {
	display: inline-block;
	font-size: 0;
}
.footerContact .telarea p.uketuke {
	display: block;
	font-size: 13px;
}
.footerContact .telarea .uketuke dd, .footerContact .telarea .uketuke dt {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	color: #FFF;
}
.footerContact .telarea .juusho {
	display: block;
	vertical-align: top;
	font-size: 13px;
	color: #FFF;
	line-height: 1.6;
}
.footerContact .telarea .uketuke>dt {
	float: left;
}
.footerContact .telarea .uketuke>dd {
	display: block;
	text-align: left;
	margin-left: 60px;
}
.footerContact .telarea .uketuke>dd p {
	padding-bottom: 0;
	font-size: 12px;
}
.footerContact .telarea .uketuke>dd+dd {
	margin-top: 5px;
}
.footerContact .telarea .uketuke dl {
	display: inline-block;
	vertical-align: top;
}
.footerContact .telarea .uketuke>dt:after {
	content: "/";
	display: inline-block;
	margin-left: 3px;
}
.footerContact .telarea .uketuke .time+.time:before {
	content: "・";
	display: inline-block;
	margin: 0 -2px;
}
.footerContact .telarea .uketuke .holyday {
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
}
@media screen and (max-width:640px) {
	.footerContact .telarea .uketuke, .footerContact .telarea p.juusho {
		margin-left: -5%;
		margin-right: -5%;
	}
	.footerContact .telarea p.uketuke {
		padding-bottom: 0;
		line-height: 1.8;
		font-size: 9px;
	}
	.footerContact .telarea .uketuke .holyday {
		margin-top: 5px;
		margin-left: 0;
	}
	.footerContact .telarea .juusho {
		padding-bottom: 0;
		line-height: 1.8;
		font-size: 9px;
	}
	.footerContact {
		padding: 9% 5% 11%;
	}
	.footerContact .in p.copy {
		font-size: 1.2rem;
		line-height: 1.5em;
		letter-spacing: 2px;
	}
	.footerContact .in h2 img {
		width: auto;
		height: 32px;
		height: 10vw;
	}
	.footerContact .telarea .tel a dl dt {
		font-size: 1.3rem;
		margin-bottom: 10px;
	}
	.footerContact .telarea .tel a dl dd {
		font-size: 2.5rem;
		letter-spacing: 2px;
	}
	.footerContact .telarea .tel a dl dd:before {
		content: "TEL.";
		font-size: 1.4rem;
	}
	.footerContact .links a+a {
		margin-top: 4%;
	}
	.footerContact .in p {
		font-size: 10px;
	}
	.footerContact .in p img {
		width: auto;
		height: 13px;
		height: 4vw;
	}
	.footerContact .links {
		padding-bottom: 9%;
	}
	.footerContact .links a span {
		font-size: 14px;
	}
	.footerContact .telarea .uketuke dd, .footerContact .telarea .uketuke dt {
		font-size: 12px;
	}
	.footerContact .telarea .uketuke>dd {
		width: 150px;
	}
	.footerContact .telarea .uketuke>dd p {
		line-height: 12px;
		font-size: 12px;
	}
	.footerContact .telarea .uketuke .time+.time:before {
		content: none;
	}
	.footerContact .telarea .uketuke>dd>dl {
		display: block;
	}
	.footerContact .telarea .uketuke>dd>dl+dl {
		margin-top: 5px;
	}
	.footerContact .telarea .tel a dl dt img {
		word-break: break-all;
	}
	.footerContact .telarea .tel a dl dt img {
		width: auto;
		height: 13px;
		height: 4vw;
	}
	.footerContact .telarea .tel a dl dd img {
		width: auto;
		height: 19px;
		height: 6vw;
	}
	.footerContact .telarea .tel {
		padding-bottom: 0;
	}
	.footerArea .row01 .textlink a span {
		font-size: 10px;
	}
	.footerArea .row01 .textlink li:first-child a span {
		padding-left: 15px;
	}
	.footerArea .row01 .textlink {
		width: 110%;
		margin-left: -5%;
	}
}
.footerContact {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 80px 5%;
}
.footerContact .in {
	text-align: center;
	max-width: 1180px;
	width: 100%;
	margin: auto;
}
.footerContact .in p.copy {
	text-align: center;
	width: auto;
	font-size: 1.6rem;
	padding-bottom: 31px;
	font-weight: 500;
	color: #fff;
	letter-spacing: 2px;
}
.footerContact .in h2 span {
	font-size: 15px;
	font-size: 1.5rem;
	color: #fff;
	font-family: serif;
	line-height: 1.6em;
}
.footerContact .in p {
	color: #fff;
}
.footerContact .in p img {
	margin: 0 5px;
}
.footerContact .links {
	padding-bottom: 30px;
	font-size: 0;
}
.footerContact .links a {
	vertical-align: middle;
	width: 21.3%;
	height: 50px;
	margin-left: 1.5%;
}
@media print, screen and (min-width:641px) {
	.footerContact .links a:first-child {
		margin-left: 0;
	}
}
.footerContact .tel h4 {
	font-size: 39px;
	font-size: 3.9rem;
	color: #fff;
	font-family: serf;
	padding-bottom: 10px;
	font-weight: 400;
}
.footerContact .tel h4 span {
	font-size: 16px;
	font-size: 1.6rem;
}
.footerContact .tel p {
	font-size: 12px;
	font-size: 1.2rem;
	padding: 0;
}
.footerContact {
	background-image: url(../../img/texture_bg01.png);
	background-repeat: repeat;
}
@media print, screen and (min-width:641px) {
	.footerContact {
		background-size: 100px;
	}
}
@media screen and (max-width:640px) {
	.footerContact {
		background-size: 50px;
	}
}
.footerContact .footer_ttl {
	padding-bottom: 35px;
	color: #3c5028;
	line-height: 1;
}
@media screen and (max-width:640px) {
	.footerContact .footer_ttl {
		padding-bottom: 5%;
	}
}
.footerContact .footer_ttl .en {
	display: block;
	font-weight: 400;
	font-size: 4rem;
	line-height: 1.6em;
	letter-spacing: 0.05em;
}
@media screen and (max-width:640px) {
	.footerContact .footer_ttl .en {
		margin-bottom: 8px;
		font-size: 9.7vw;
		line-height: 1;
	}
}
.footerContact .footer_ttl .ja {
	display: block;
	font-family: source-han-serif-japanese, serif;
	font-weight: 500;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
}
@media screen and (max-width:640px) {
	.footerContact .footer_ttl .ja {
		font-size: 3.6vw;
	}
}
.footerContact .in p {
	font-weight: 500;
	color: #3c3c3c;
}
.footerContact .in p.catch {
	font-family: source-han-serif-japanese, serif;
	font-weight: 500;
	letter-spacing: 0.1em;
}
@media print, screen and (min-width:641px) {
	.footerContact .in p.catch {
		padding-bottom: 20px;
		font-size: 1.6rem;
	}
}
@media screen and (max-width:640px) {
	.footerContact .in p.catch {
		margin-bottom: 16px;
		font-size: 3.6vw;
		line-height: 1.76;
	}
}
@media print, screen and (min-width:641px) {
	.footerContact .links {
		margin-bottom: 35px;
	}
}
@media screen and (max-width:640px) {
	.footerContact .links a {
		margin-left: auto;
		margin-right: auto;
		width: 85%;
		height: 40px;
	}
}
.footerContact .links a span {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	letter-spacing: 0.05em;
	font-size: 1.4rem;
	-webkit-transform: 0.3s;
	transform: 0.3s;
}
@media screen and (max-width:640px) {
	.footerContact .links a span {
		font-size: 3.6vw;
	}
}
.footerContact .links a span:after {
	top: 4px;
	right: -18px;
}
.footerContact .links a.comBtn01_2:before {
	display: none;
}
@media screen and (max-width:640px) {
	.footerContact .telarea .tel {
		margin-bottom: 16px;
	}
	.footerContact .telarea .tel a {
		color: #3c5028;
	}
}
.footerContact .telarea .tel .main_tel dl dt {
	font-weight: 700;
}
@media print, screen and (min-width:641px) {
	.footerContact .telarea .tel .main_tel dl dt {
		margin-bottom: 15px;
		font-size: 1.6rem;
	}
}
@media screen and (max-width:640px) {
	.footerContact .telarea .tel .main_tel dl dt {
		font-size: 3.6vw;
	}
}
.footerContact .telarea .tel .main_tel dl dd {
	font-size: 0;
}
@media print, screen and (min-width:641px) {
	.footerContact .telarea .tel .main_tel dl dd {
		margin-bottom: 25px;
	}
}
.footerContact .telarea .tel .main_tel dl dd img.main_tel_img {
	margin: 0 auto;
	vertical-align: bottom;
}
@media screen and (max-width:640px) {
	.footerContact .telarea .tel .main_tel dl dd img.main_tel_img {
		width: 69%;
		height: auto;
	}
}
.footerContact .telarea .sub_tel {
	margin: 0 auto;
	line-height: 1;
}
@media print, screen and (min-width:641px) {
	.footerContact .telarea .sub_tel {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		max-width: 600px;
		margin-bottom: 25px;
	}
}
@media screen and (max-width:640px) {
	.footerContact .telarea .sub_tel {
		width: 86%;
		/* margin-bottom: 13px; */
		margin-bottom: 32px;
	}
}
.footerContact .telarea .sub_tel .sub_tel_txt {
	position: relative;
	display: block;
	color: #3c3c3c;
	z-index: 1;
}
@media print, screen and (min-width:641px) {
	.footerContact .telarea .sub_tel .sub_tel_txt {
		width: 50%;
	}
}
@media screen and (max-width:640px) {
	.footerContact .telarea .sub_tel .sub_tel_txt:first-of-type:after {
		position: absolute;
		content: "";
		display: block;
		top: 0;
		right: 0;
		height: 85%;
		width: 1px;
		background-color: #9d9d9d;
		z-index: 1;
	}
	.footerContact .telarea .sub_tel .sub_tel_txt+.sub_tel_txt {
		margin-top: 8px;
	}
}
.footerContact .telarea .sub_tel .sub_tel_txt:before {
	position: absolute;
	content: "";
	display: block;
	top: -2px;
	left: 0;
	width: 1px;
	height: 26px;
	background-color: #9d9d9d;
	z-index: 1;
}
@media screen and (max-width:640px) {
	.footerContact .telarea .sub_tel .sub_tel_txt:before {
		top: 0;
		height: 85%;
	}
}
.footerContact .telarea .sub_tel .sub_tel_txt+.sub_tel_txt:after {
	position: absolute;
	content: "";
	display: block;
	top: -2px;
	right: 0;
	width: 1px;
	height: 27px;
	background-color: #9d9d9d;
	z-index: 1;
}
@media screen and (max-width:640px) {
	.footerContact .telarea .sub_tel .sub_tel_txt+.sub_tel_txt:after {
		top: 0;
		height: 85%;
	}
}
.footerContact .telarea .sub_tel .txt {
	font-family: source-han-serif-japanese, serif;
	font-weight: 500;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	color: #3c3c3c;
}
@media screen and (max-width:640px) {
	.footerContact .telarea .sub_tel .txt {
		position: relative;
		display: inline-block;
		padding-right: 4%;
		font-size: 3.6vw;
		z-index: 1;
	}
	.footerContact .telarea .sub_tel .txt:after {
		position: absolute;
		content: "／";
		display: inline-block;
		top: 8%;
		right: -5%;
	}
}
.footerContact .telarea .sub_tel .tel {
	padding-left: 5px;
	font-size: 2rem;
	letter-spacing: 0.03em;
	color: #3c3c3c;
}
@media screen and (max-width:640px) {
	.footerContact .telarea .sub_tel .tel {
		font-size: 4.4vw;
	}
}
.footerContact .telarea .sub_tel .num {
	padding-left: 4px;
	font-size: 2.4rem;
	color: #3c3c3c;
}
@media screen and (max-width:640px) {
	.footerContact .telarea .sub_tel .num {
		font-size: 5.6vw;
	}
}
.footerContact .telarea p.juusho, .footerContact .telarea p.uketuke {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	line-height: 1.85;
	color: #3c3c3c;
}
@media screen and (max-width:640px) {
	.footerContact .telarea p.juusho, .footerContact .telarea p.uketuke {
		font-size: 2.8vw;
		line-height: 1.8;
	}
}
.footerArea .row02 {
	margin: auto;
	background-color: #3c5028;
	line-height: 1;
	padding: 30px 0;
}
body.pink .footerArea .row02 {
	background-color: #E195A5;
}
.footerArea .row02 .textlink {
	padding-bottom: 30px;
}
.footerArea .row02 .textlink>li {
	display: inline-block;
	vertical-align: top;
}
.footerArea .row02 .textlink>li+li {
	margin-left: 15px;
	padding-left: 20px;
	position: relative;
}
@media print, screen and (min-width:641px) {
	.footerArea .row02 .textlink>li+li:before {
		content: "｜";
		margin-top: 0.18em;
		position: absolute;
		left: 0;
		font-size: 13px;
		font-size: 1.3rem;
		color: #BDBDBD;
	}
}
body.pink .footerArea .row02 .textlink>li+li:before {
	color: #FFF;
}
.footerArea .row02 .textlink a {
	font-size: 13px;
	font-size: 1.3rem;
	color: #BDBDBD;
}
body.pink .footerArea .row02 .textlink a {
	color: #FFF;
}
.footerArea .row02 .copyright {
	font-size: 13px;
	font-size: 1.3rem;
	color: #FFF;
}
.footerArea .row03 {
	padding: 75px 5% 105px 5%;
}
.footerArea .row03 .in {
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	max-width: 920px;
	font-size: 1.4rem;
	text-align: left;
}
.footerArea .row03 .leftArea {
	width: 300px;
}
.footerArea .row03 .leftArea .logo:hover {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	opacity: 0.6;
}
.footerArea .row03 .rightArea {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 580px;
	line-height: 1;
}
.footerArea .row03 .rightArea .column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.footerArea .row03 .rightArea .mb30 {
	margin-bottom: 30px;
}
.footerArea .row03 .rightArea .mb40 {
	margin-bottom: 40px;
}
.footerArea .row03 .rightArea .gold {
	list-style: none;
}
.footerArea .row03 .rightArea li {
	margin: 0 0 10px 0;
}
.footerArea .row03 .rightArea ul:not(.row) li a:before {
	content: "・";
}
.footerArea .row03 .rightArea li:last-child {
	margin: 0;
}
.footerArea .row03 .rightArea .row {
	margin-top: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.ie .footerArea .row03 .rightArea .row {
	margin-top: 40px;
}
.footerArea .row03 .rightArea .row li {
	margin: 0 12px 0 0;
}
.footerArea .row03 .rightArea .row li:last-child {
	margin: 0;
}
.footerArea .row03 .rightArea a:hover {
	text-decoration: underline;
}
@media screen and (min-width:901px) {
	.footerArea .row03 .links {
		width: 19%;
		margin-left: 1.1%;
	}
	.footerArea .row03 .links:nth-child(5n+1) {
		margin-left: 0;
	}
}
@media screen and (min-width:641px) and (max-width:900px) {
	.footerArea .row03 .links {
		width: 24%;
		margin-left: 1.1%;
	}
	.footerArea .row03 .links:nth-child(4n+1) {
		margin-left: 0;
	}
}
@media screen and (max-width:640px) {
	body.pink .footerArea {
		background-size: 25px 25px;
	}
	.footerArea .row03 .links {
		width: 48%;
		margin-left: 4%;
	}
	.footerArea .row03 .links:nth-child(odd) {
		margin-left: 0;
	}
	.footerArea .row03 .subcategory .link span {
		font-size: 12px;
		font-size: 1.2rem;
	}
	.footerArea .row03 .links {
		margin-bottom: 5%;
	}
}
@media screen and (max-width:640px) {
	.footerArea .row02 {
		padding: 7% 0;
	}
	.footerArea .row00 {
		text-align: center;
		margin-bottom: 8%;
	}
	.footerArea .row01 {
		padding: 0 9%;
	}
	.footerArea .row02 .textlink a {
		font-size: 9px;
		font-size: 0.9rem;
	}
	.footerArea .row01 .facebookArea .txt01 {
		font-size: 9px;
		font-size: 0.9rem;
		line-height: 1.5;
		margin-bottom: 7%;
	}
	.footerArea .row01 .facebookArea {
		margin-bottom: 3%;
		width: 100%;
	}
	.footerArea .row02 .textlink {
		font-size: 10px;
		font-size: 1rem;
		padding-bottom: 5%;
	}
	.footerArea .row02 .copyright {
		font-size: 9px;
		font-size: 0.9rem;
	}
	.footerArea .row01 .facebookArea .link span {
		font-size: 12px;
		font-size: 1.2rem;
	}
	.footerArea .row01 .facebookArea dt {
		margin-bottom: 3%;
	}
	.footerArea .row01 .facebookArea .link {
		padding: 13px 0;
	}
	.footerArea .row01 .facebookArea .link span {
		font-size: 10px;
		font-size: 1rem;
	}
	.footerArea .row01 .snslinks {
		text-align: center;
		display: block;
		padding-top: 4%;
	}
	.footerArea .row01>.snslinks .facebook {
		margin-bottom: 0;
	}
	.footerArea .row01 .fb-pageWrap {
		height: 210px;
		float: none;
		width: 100%;
	}
	.footerArea .row02 .textlink>li+li {
		margin-left: 4px;
		padding-left: 19px;
	}
	.footerArea .row03 {
		padding: 40px 5%;
	}
	.footerArea .row03 .leftArea {
		margin: auto;
		width: auto;
	}
	.footerArea .row03 .leftArea img {
		max-width: 160px;
	}
}
.footerArea .imp_bnr {
	display: block;
	max-width: 1100px;
	width: 100%;
	width: calc(100% - 40px);
	height: 200px;
	margin: 0 auto;
	background-color: #fff;
	border: 4px solid #000;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
}
.footerArea .imp_bnr:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}
.footerArea .imp_bnr .ph {
	width: 50%;
	height: 100%;
	background-size: cover;
	background-position: center;
	position: absolute;
	right: 0;
	top: 0;
}
.footerArea .imp_bnr .txt_box {
	display: inline-block;
	width: 50%;
	vertical-align: middle;
	text-align: center;
}
.footerArea .imp_bnr .txt_box dt {
	margin-bottom: 20px;
}
.footerArea .imp_bnr .txt_box dd {
	font-size: 1.7rem;
	line-height: 1.5;
	color: #000;
	font-weight: bold;
}
@media screen and (max-width:640px) {
	.footerArea .imp_bnr {
		margin-bottom: 6%;
		text-align: center;
		height: auto;
	}
	.footerArea .imp_bnr:before {
		content: none;
	}
	.footerArea .imp_bnr .ph {
		position: static;
		width: 100%;
		height: 140px;
		height: 41.6vw;
	}
	.footerArea .imp_bnr .txt_box {
		display: block;
		width: 100%;
		margin: 10% auto;
	}
	.footerArea .imp_bnr .txt_box dt {
		margin-bottom: 5%;
	}
	.footerArea .imp_bnr .txt_box dt img {
		max-width: 80%;
	}
	.footerArea .imp_bnr .txt_box dd {
		font-size: 1.4rem;
	}
}
.footerArea {
	background-color: #fff!important;
	text-align: center;
	font-size: 0;
}
.touchevents body[data-pageflg="2"] .footerArea {
	display: none!important;
}
.footerArea .row00 {
	border-bottom: solid 1px #413506;
}
.footerArea .row00 .in {
	max-width: 1180px;
	border-bottom: solid 3px #7E6606;
	padding-bottom: 40px;
	margin: 0 auto;
}
.no-touchevents .footerArea .row00 .logo {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.no-touchevents .footerArea .row00 .logo:hover {
	opacity: 0.6;
}
@media screen and (max-width:640px) {
	.footerArea .row00 {
		border-bottom: none;
		bottom: 3%;
		left: 0;
		right: 0;
	}
	.footerArea .row00 .in {
		border-bottom: none;
	}
	.footerArea .row02 .textlink li {
		display: inline-block;
		width: 49%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.footerArea .row02 .textlink li+li {
		margin-left: 0;
	}
	.footerArea .row02 .textlink a span {
		border-left: none;
	}
	.footerArea .row02 .textlink li {
		border-left: 1px solid #FFF;
		margin-bottom: 8px;
	}
	.footerArea .row02 .textlink li:nth-child(odd) {
		border-left: none;
	}
}
.footerArea .row01 {
	text-align: left;
	padding: 0 5%;
}
.footerArea .row01>.in {
	max-width: 1180px;
	width: 100%;
	margin: auto;
	overflow: hidden;
}
.footerArea {
	background-color: #323232;
}
@media print, screen and (min-width:641px) {
	.footerArea .row03 .rightArea a {
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 400;
		letter-spacing: 0.05em;
		font-size: 1.4rem;
	}
}
.footerArea .row03 .rightArea .gold {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	letter-spacing: 0.05em;
	font-size: 1.4rem;
}
.footerArea .row02 .textlink a {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	letter-spacing: 0.05em;
	color: #FFF;
}
@media screen and (max-width:640px) {
	.footerArea .row02 .textlink a {
		font-size: 2.8vw;
	}
}
.footerArea .row02 .copyright {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	letter-spacing: 0.04em;
}


/* 下層共通 */
/* mod_localMenu */
.mod_localMenu > .in {
  position: relative;
  z-index: 1;
  padding: 7rem 2rem 10rem;
}
@media screen and (max-width: 640px) {
  .mod_localMenu > .in {
    padding: 5rem 4rem;
  }
}
.mod_localMenu .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
	background-image: url(../img/mod_localmenu_bg.webp);
	background-position: center;
	background-size: cover;
}
@media screen and (max-width: 640px) {
	.mod_localMenu .bg {
		background-image: url(../img/mod_localmenu_bg_sp.webp);
	}
}
.no-touchevents .mod_localMenu .bg {
  background-attachment: fixed;
}
.mod_localMenu .localMenu {
  max-width: 133rem;
  width: 100%;
  margin: auto;
}
.mod_localMenu .localMenu > dt {
	font-family: "Amiri", serif;
  font-weight: 400;
  font-size: 3.6rem;
  letter-spacing: 0.07em;
  line-height: 1;
  color: #3C5028;
	text-align: center;
}
@media screen and (max-width: 640px) {
  .mod_localMenu .localMenu > dt {
    font-size: 2.1rem;
    line-height: 1.19;
    text-align: center;
  }
}
.mod_localMenu .localMenu > dd {
  margin-top: 2rem;
}
.mod_localMenu .localMenu + .localMenu {
  margin-top: 5rem;
}
@media screen and (max-width: 640px) {
  .mod_localMenu .localMenu + .localMenu {
    margin-top: 4rem;
  }
}
.mod_localMenu .menuBox.col3 {
  display: flex;
	column-gap: 2rem;
}
.mod_localMenu .menuBox.col3 li {
  width: calc(100% / 3 - 1rem);
	height: auto;
	aspect-ratio: 430 /154;
}
.mod_localMenu .menuBox.col4 {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 2rem 2.2rem;
}
.mod_localMenu .menuBox.col4 li {
  width: 100%;
	height: auto;
	aspect-ratio: 316 /120;
}
@media screen and (max-width: 640px) {
  .mod_localMenu .menuBox.col3 {
		flex-direction: column;
		row-gap: 1rem;
	}
	.mod_localMenu .menuBox.col3 li {
		width: 100%;
		aspect-ratio: 295 /82;
	}
	.mod_localMenu .menuBox.col4 {
		grid-template-columns: repeat(2,1fr);
		gap: 0.7rem;
	}
	.mod_localMenu .menuBox.col4 li {
		aspect-ratio: 144 /80;
	}
}

.mod_localMenu .menuBox li {
  display: block;
}
.mod_localMenu .menuBox li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0,0,0, 0.55);
  transition: background-color 0.3s;
	width: 100%;
	height: 100%;
	position: relative;
}
.mod_localMenu .menuBox li a .menu_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.mod_localMenu .menuBox li a .menu_bg .img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.mod_localMenu .menuBox li a span {
  position: relative;
	font-family: source-han-serif-japanese,serif;
	font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 0.8;
  color: #fff;
}
.mod_localMenu .menuBox.col3 li a span {
  font-size: 1.4rem;
  padding-top: 4.5rem;
}
.mod_localMenu .menuBox.col4 li a span {
  font-size: 1.3rem;
  padding-top: 3.5rem;
}
@media screen and (max-width: 640px) {
	.mod_localMenu .menuBox.col3 li a span {
		font-size: 1rem;
		padding-top: 2.5rem;
	}
	.mod_localMenu .menuBox.col4 li a span {
		font-size: .9rem;
		padding-top: 2rem;
	}
}
.mod_localMenu .menuBox li a span:before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: attr(data-subtxt);
  display: inline-block;
	font-family: "Amiri", serif;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 1;
  white-space: nowrap;
}
.mod_localMenu .menuBox.col3 li a span:before {
  font-size: 3.4rem;
}
.mod_localMenu .menuBox.col4 li a span:before {
  font-size: 2.6rem;
}
@media screen and (max-width: 640px) {
  .mod_localMenu .menuBox.col3 li a span:before {
		font-size: 2rem;
	}
	.mod_localMenu .menuBox.col4 li a span:before {
		font-size: 1.5rem;
	}
}
.no-touchevents .mod_localMenu .menuBox li a:hover {
  background-color: rgba(0, 0, 0, 0.25);
}
.mod_localMenu .menuBox li.disabled {
  pointer-events: none !important;
  -webkit-filter: brightness(200%) saturate(0%);
  filter: brightness(200%) saturate(0%);
}

/* ---------- LINEで資料請求  ---------- */
.mod_header .nav_wrap .imp_nav .btn_box .inLink {
	display: inline-block;
	vertical-align: top;
}
.mod_header .nav_wrap .imp_nav .btn_box .inLink .btn {
	display: block;
	line-height: 0.8;
	border-radius: 3px;
	padding: 11px 12px;
	background-color: #808028;
	-webkit-transition: background 0.5s !important;
	transition: background 0.5s !important;
	letter-spacing: -0.2em;
	cursor: pointer;
}
.mod_header .nav_wrap .imp_nav .btn_box .inLink .btn:hover {
	background-color: #be9b50;
}
.mod_header .nav_wrap .imp_nav .btn_box .inLink .btn:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.mod_header .nav_wrap .imp_nav .btn_box .inLink .btn svg {
  fill: #fff;
  stroke: #fff;
	display: inline-block;
	vertical-align: middle;
}
.mod_header .nav_wrap .imp_nav .btn_box .inLink > .inLinkWrap {
  transition: 0.5s;
  opacity: 0;
  position: absolute;
  width: 35rem;
  text-align: left;
  pointer-events: none;
  bottom: auto;
	left: 50%;
	z-index: 1;
	top: 100%;
  padding-top: 20px;
}
.mod_header .nav_wrap .imp_nav .btn_box .inLink:hover .inLinkWrap {
  opacity: 1;
	cursor: auto;
	pointer-events: all;
}
.mod_header .nav_wrap .imp_nav .btn_box .inLink > .inLinkWrap::after {
	position: absolute;
	content: "";
	width: 100%;
	height: calc(100% - 20px);
	top: 20px;
	left: 0;
	z-index: -2;
	box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.mod_header .nav_wrap .imp_nav .btn_box .inLink > .inLinkWrap .modalTab {
  display: block !important;
  pointer-events: none;
	border: .7rem solid #fff;
	position: relative;
}
.mod_header .nav_wrap .imp_nav .btn_box .modalTab {
  position: relative;
  width: 100%;
  max-height: 16.5rem;
  padding: 1.8rem 2rem 2.5rem;
  box-sizing: border-box;
  background-color: #F1ECE2;
}
.mod_header .nav_wrap .imp_nav .btn_box .modalTab:before,
.mod_header .nav_wrap .imp_nav .btn_box .modalTab:after {
	content: "";
  position: absolute;
	right: 50%;
	transform: translateX(50%);
  bottom: auto;
  width: 0;
  height: 0;
  border-style: solid;
}
.mod_header .nav_wrap .imp_nav .btn_box .modalTab:before {
	top: -1.3rem;
	z-index: 0;
	border-width: 0 1.7rem 1.6rem 1.7rem;
  border-color: transparent transparent #ede7e6 transparent;
}
.mod_header .nav_wrap .imp_nav .btn_box .modalTab:after {
	top: -2.1rem;
	z-index: -1;
	border-width: 0 3.4rem 3.2rem 3.4rem;
  border-color: transparent transparent #fff transparent;
}
.mod_header .nav_wrap .imp_nav .btn_box .modalTab .linkBox > dt {
	color: #000;
  font-style: normal;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #4d4d4d;
  border-bottom: 0.2rem solid #fff;
}
.mod_header .nav_wrap .imp_nav .btn_box .modalTab .linkBox > dt span {
  position: relative;
  display: inline-block;
}
.mod_header .nav_wrap .imp_nav .btn_box .modalTab .linkBox > dd {
  margin-top: 0.5rem;
}
.mod_header .nav_wrap .imp_nav .btn_box .modalTab .linkBox .qr {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 100%;
  height: 8rem;
  padding-right: 8rem;
  box-sizing: border-box;
}
.mod_header .nav_wrap .imp_nav .btn_box .modalTab .linkBox .qr span {
  display: block;
	font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: -0.05em;
  text-align: left;
	color: #000;
}
.mod_header .nav_wrap .imp_nav .btn_box .modalTab .linkBox .qr::after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 4rem);
  display: block;
  width: 8rem;
  height: 8rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.mod_header .nav_wrap .imp_nav .btn_box .modalTab .linkBox dt span {
  padding-left: 3.2rem;
	font-size: 2rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	letter-spacing: -0.03em;
	line-height: 1.7;
	color: #000;
	position: relative;
  display: inline-block;
}
.mod_header .nav_wrap .imp_nav .btn_box .modalTab .linkBox dt span::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 1.4rem);
  width: 2.5rem;
  height: 2.5rem;
	display: block;
	background-image: url(../img/ico_line.png);
  background-position: center center;
  background-size: 100% auto;
  background-color: none;
}
.mod_header .nav_wrap .imp_nav .btn_box .modalTab .linkBox .qr::after {
	background-image: url(../img/line_qr.png);
}
@media screen and (max-width: 640px) {
	.mod_header .nav_wrap .imp_nav .btn_box .btn.inLink {
		margin-left: 0;
	}
}

@media screen and (max-width: 640px) {
	.mod_header .nav_wrap .imp_nav .tel_box .anno {
			font-size: 2.8vw;
	}
}

/* ---------- フッター電話番号追加  ---------- */
.telarea .tel_layout {
	margin-bottom: 6.6rem;
}
.telarea .tel_layout .txt {
	font-size: 1.8rem;
	line-height: 1.1;
	letter-spacing: 0.2em;
	margin-bottom: 2.4rem;
}
.telarea .tel_layout_wrap {
	display: flex;
	justify-content: center;
	margin-left: 0.4rem;
}
.telarea .tel_layout_box {
	text-align-last: left;
}
.telarea .tel_layout_box:first-of-type {
	padding-right: 3.2rem;
	border-right: 1px solid #BD9A4F;
	width: 31rem;
}
.telarea .tel_layout_box:nth-of-type(2) {
	padding-left: 3.2rem;
	width: 31.3rem;
}
.telarea .tel_layout_title {
	font-size: 1.4rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
	font-family: "Noto Sans JP", sans-serif;
	color: #BD9A4F !important;
}
.telarea .tel_layout_tel {
	display: flex;
	align-items: center;
	font-size: 2.3rem;
	line-height: 1.4;
	margin-top: 1.1rem;
}
.telarea .tel_layout_tel.type01 {
	align-items: flex-end;
}
.telarea .tel_layout_tel .tel_img {
	width: 2.4rem;
	height: 1.54rem;
}
.telarea .tel_layout_tel .tel_number {
	font-size: 3.7rem;
	line-height: 1;
	letter-spacing: 0.04em;
	padding-left: 0.6rem;
}
.tel_layout_time {
	margin-top: 0.8rem;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.telarea .tel_layout_info {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.4rem;
	line-height: 1.5;
	letter-spacing: 0;
}
.telarea .tel_layout_info .date {
	padding-left: 0.8rem;
}
.telarea .tel_layout_info .slash {
	padding-left: 0.8rem;
	padding-right: 0.8rem;
}
@media screen and (max-width: 640px) {
	.telarea .tel_layout {
		margin-top: 1.3rem;
		margin-bottom: 3.4rem;
		padding: 0 2rem;
	}
	.telarea .tel_layout .txt {
		font-size: 1.4rem;
		margin-bottom: 2.1rem;
	}
	.telarea .tel_layout_wrap {
		flex-direction: column;
		margin-left: 0;
	}
	.telarea .tel_layout_box {
		text-align-last: center;
	}
	.telarea .tel_layout_box:first-of-type {
		padding-right: 0;
		padding-bottom: 3.2rem;
		border-right: none;
		border-bottom: 1px solid #BD9A4F;
		width: 100%;
	}
	.telarea .tel_layout_box:nth-of-type(2) {
		padding-left: 0;
		padding-top: 3.2rem;
		width: 100%;
	}
	.telarea .tel_layout_title {
		font-size: 1.4rem !important;
		letter-spacing: 0.08em;
	}
	.telarea .tel_layout_tel {
		font-size: 2.4rem;
		line-height: 1.2;
		margin-top: 0.6rem;
		justify-content: center;
	}
	.telarea .tel_img {
		width: 2.2rem;
		height: 1.4rem;
	}
	.telarea .tel_layout_tel .tel_number {
		font-size: 3.4rem;
		padding-left: 0.6rem;
		letter-spacing: -0.01em;
	}
	.tel_layout_time {
		margin-top: 0.6rem;
		align-items: center;
		flex-direction: column;
		flex-wrap: nowrap;
	}
	.telarea .tel_layout_info {
		font-size: 1.4rem !important;
		letter-spacing: 0.05em;
	}
}

/* ---------- SP追従メニューモーダル  ---------- */
@media screen and (max-width: 640px) {
	.sp_footfix li a {
		color: #FFF;
		font-size: 1.4rem;
	}
	.sp_footfix li a span {
		margin-left: 8%;
	}
	.sp_footfix li .tel {
		background-color: #3C5028;
	}
	.sp_footfix .fair span::before {
		content: "";
		background-image: url(../img/calendar_icon.svg);
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		position: absolute;
		width: 1.5rem;
		height: 1.5rem;
		top: 1.6rem;
		left: 2.2rem;
	}
	.sp_footfix .tel span::before {
		content: "";
		background-image: url(../img/tel_icon.svg);
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		position: absolute;
		width: 1.5rem;
		height: 1.5rem;
		top: 1.6rem;
		left: 2.8rem;
	}
	
	.modal_overlay {
		display: none;
		-webkit-animation: fadeShow 0.2s linear 0s;
		animation: fadeShow 0.2s linear 0s;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.5);
		position: fixed;
		left: 0;
		top: 0;
		z-index: 28;
	}
	.modal_overlay.active {
		display: block;
	}
	@-webkit-keyframes fadeShow {
		from {
			opacity: 0;
		}
		to {
			opacity: 1;
		}
		}
		@keyframes fadeShow {
		from {
			opacity: 0;
		}
		to {
			opacity: 1;
		}
	}
	.modalBlockSPwrap {
		position: fixed;
		left: 0;
		right: 0;
		top: -32px;
		bottom: 0;
		width: 92%;
		margin: auto;
		z-index: 29;
		display: none;
		text-align: center;
	}
	.modalBlockSPwrap.active {
		display: table;
	}
	.modalBlockSP {
		background-color: #F8F8F8;
		text-align: center;
		padding: 4rem 2.4rem;
		position: relative;
	}
	.modalBlockSP:before {
		content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 11px 0px 11px 15px;
        border-color: transparent transparent transparent #F8F8F8;
        position: absolute;
        bottom: -1.2rem;
        right: 5.9rem;
        margin: auto;
        transform: rotate(90deg);
	}
	.modalBlockSP .close {
		display: block;
		position: absolute;
		width: 40px;
		height: 40px;
		background-color: #BE9B50;
		top: 0;
		right: 0;
	}
	.modalBlockSP .close:before, .modalBlockSP .close:after {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		width: 2px;
		height: 26px;
		background: #ffffff;
	}
	.modalBlockSP .close:before {
		transform: translate(-50%,-50%) rotate(45deg);
	}
	.modalBlockSP .close:after {
		transform: translate(-50%,-50%) rotate(-45deg);
	}
	.modalBlockSP .txt {
		font-size: 1.6rem;
		letter-spacing: 0.05em;
		line-height: 1.5;
		margin-bottom: 2.4rem;
	}
	.modalBlockSP .modalTelArea.top{
		padding-bottom: 3.2rem;
		border-right: none;
		border-bottom: 1px solid #BE9B50;
	}
	.modalBlockSP .modalTelArea.under{
		padding-top: 3.2rem;
	}
	.modalBlockSP .tel_txt {
		font-family: "Noto Sans JP", sans-serif;
		font-size: 1.4rem;
		line-height: 1.5;
		margin-bottom: 0.8rem;
		color: #BE9B50;
	}
	.modalBlockSP .tel {
		font-family: "Amiri", serif;
		margin-bottom: 0.8rem;
		padding-left: 1.7rem;
		font-size: 2.4rem;
		text-align: left;
		/* display: flex;
		align-items: center; */
		display: block;
		line-height: 1;
	}
	.modalBlockSP .tel_img {
		width: 2.4rem;
		height: 1.56rem;
	}
	.modalBlockSP .tel .tel_number{
		font-size: 3.4rem;
		padding-left: 0.6rem;
		letter-spacing: -0.01em;
		line-height: 1;
	}
	.modalBlockSP .tel_info {
		font-family: "Noto Sans JP", sans-serif;
		font-size: 1.4rem;
		line-height: 1.5;
		text-align: left;
		padding-left: 1.7rem;
	}
	.modalBlockSP .tel_info span {
		padding-left: 0.8rem;
	}



}