@charset "UTF-8";

.mod_wrap01 {
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	max-width: 1200px;
	width: 100%;
	min-width: 1100px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (max-width: 640px) {
	.mod_wrap01 {
		width: auto;
		min-width: 0;
		padding-left: 16px;
		padding-right: 16px;
	}
}

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

.vertmiddle:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.vertmiddle>* {
	display: inline-block;
	vertical-align: middle;
}

.rightarr {
	position: relative;
}

.rightarr:after {
	content: "";
	display: block;
	margin: auto 0;
	border-top: 2px solid;
	border-right: 2px solid;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 16px;
	-webkit-transform: rotate(45deg) skew(8deg, 8deg);
	-ms-transform: rotate(45deg) skew(8deg, 8deg);
	transform: rotate(45deg) skew(8deg, 8deg);
	-webkit-transition: opacity .5s, -webkit-transform .5s;
	transition: opacity .5s, -webkit-transform .5s;
	-o-transition: transform .5s, opacity .5s;
	transition: transform .5s, opacity .5s;
	transition: transform .5s, opacity .5s, -webkit-transform .5s;
}

.no-touchevents .rightarr:hover:after {
	-webkit-transform: rotate(45deg) translate(3px, -3px);
	-ms-transform: rotate(45deg) translate(3px, -3px);
	transform: rotate(45deg) translate(3px, -3px);
}

.ph {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}


/*
example
@include vaM;
*/


/*
example
@include taJ
*/


/* =============================================================================

リセットCSS

============================================================================= */

html {
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
	/*font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;*/
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
	opacity: 0;
	color: #3C3C3C;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-weight: 500;
}
@media screen and (max-width: 320px) {
	html {
		font-size: 56.5%;
	}
}

html.wf-active, html .op-active {
	opacity: 1;
}

html.safari {
	-webkit-font-smoothing: antialiased;
}


.touchevents * {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, td, th, figure, input, select, button, textarea {
	margin: 0;
	padding: 0;
}

body {
	position: relative;
	opacity: 0;
}
.wf-active body {
	opacity: 1;
	-webkit-transition: 1.0s cubic-bezier(0.625, 0.005, 0.355, 1.000);
	transition: 1.0s cubic-bezier(0.625, 0.005, 0.355, 1.000);
}

.chrome body {
	image-rendering: -webkit-optimize-contrast;
}

@media print, screen and (min-width: 641px) {
	body {
		padding-top: 125px;
		min-width: 1000px;
	}
}
@media screen and (max-width: 1366px) and (min-width: 640px) {
	body {
		padding-top: 94px;
	}
}

@media screen and (max-width: 640px) {
	body {
		padding-top: 50px;
		font-feature-settings: "palt";
	}
}

article, aside, footer, header, main, nav, section, figcaption, figure {
	display: block;
}

img {
	-ms-interpolation-mode: bicubic;
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

hr {
	height: 0;
	overflow: visible;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

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: -.25em;
}

sup {
	top: -.5em;
}

audio, video {
	display: inline-block;
}

summary {
	display: list-item;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

canvas {
	display: inline-block;
}

input, select, button, textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	border: none;
	outline: 0;
	font: inherit;
}

button, input {
	overflow: visible;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

button:-moz-focusring, input:-moz-focusring {
	outline: 1px dotted ButtonText;
}

button, select {
	cursor: pointer;
	text-transform: none;
}

[type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner, button::-moz-focus-inner {
	border: none;
}

select::-ms-expand {
	display: none;
}

@media screen and (max-width: 640px) {
	[data-sc-pc] {
		display: none !important;
	}
}

@media print, screen and (min-width: 641px) {
	[data-sc-sp] {
		display: none !important;
	}
}
@media print, screen and (min-width: 351px) {
	[data-sc-350] {
		display: none !important;
	}
}

.mod_main {
	overflow: hidden;
}

.ph {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.device-tablet .mod_main {
	width: calc(100% + 1px);
}

[data-lf] {
	opacity: 0;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
}

[data-lf][style], [data-lf][src] {
	opacity: 1;
}

[data-lf].load_view {
	opacity: 1;
}


/* =============================================================================

_configをクラス化

============================================================================= */


/*
margin:0;版をデフォルト化

html例）
<ul class="col_3 col_base">
<li></li>
<li></li>
<li></li>
</ul>
*/

@media print, screen and (min-width: 641px) {
	@supports (display: flow-root) {
		.col_base.col_1 {
			display: flow-root;
		}
	}
	@supports not (display: flow-root) {
		.col_base.col_1 {
			display: block;
		}
		.col_base.col_1:after {
			content: '';
			display: block;
			clear: both;
		}
	}
	.ie .col_base.col_1 {
		display: block;
		width: calc(100% + 1px);
	}
	.ie .col_base.col_1:after {
		content: '';
		display: block;
		clear: both;
	}
	.col_base.col_1>* {
		margin: 0px 0 0 0px;
		width: calc(100% / 1 - 0px);
		float: left;
	}
	.ie .col_base.col_1>* {
		width: calc(calc(100% - 1px) / 1 - 0px);
	}
	.col_base.col_1>*:nth-child(1n+1) {
		margin-left: 0;
	}
	.col_base.col_1>*:nth-child(-n+1) {
		margin-top: 0;
	}
}

@media print, screen and (min-width: 641px) {
	@supports (display: flow-root) {
		.col_base.col_2 {
			display: flow-root;
		}
	}
	@supports not (display: flow-root) {
		.col_base.col_2 {
			display: block;
		}
		.col_base.col_2:after {
			content: '';
			display: block;
			clear: both;
		}
	}
	.ie .col_base.col_2 {
		display: block;
		width: calc(100% + 1px);
	}
	.ie .col_base.col_2:after {
		content: '';
		display: block;
		clear: both;
	}
	.col_base.col_2>* {
		margin: 0px 0 0 0px;
		width: calc(100% / 2 - 0px);
		float: left;
	}
	.ie .col_base.col_2>* {
		width: calc(calc(100% - 1px) / 2 - 0px);
	}
	.col_base.col_2>*:nth-child(2n+1) {
		margin-left: 0;
	}
	.col_base.col_2>*:nth-child(-n+2) {
		margin-top: 0;
	}
}

@media print, screen and (min-width: 641px) {
	@supports (display: flow-root) {
		.col_base.col_3 {
			display: flow-root;
		}
	}
	@supports not (display: flow-root) {
		.col_base.col_3 {
			display: block;
		}
		.col_base.col_3:after {
			content: '';
			display: block;
			clear: both;
		}
	}
	.ie .col_base.col_3 {
		display: block;
		width: calc(100% + 1px);
	}
	.ie .col_base.col_3:after {
		content: '';
		display: block;
		clear: both;
	}
	.col_base.col_3>* {
		margin: 0px 0 0 0px;
		width: calc(100% / 3 - 0px);
		float: left;
	}
	.ie .col_base.col_3>* {
		width: calc(calc(100% - 1px) / 3 - 0px);
	}
	.col_base.col_3>*:nth-child(3n+1) {
		margin-left: 0;
	}
	.col_base.col_3>*:nth-child(-n+3) {
		margin-top: 0;
	}
}

@media print, screen and (min-width: 641px) {
	@supports (display: flow-root) {
		.col_base.col_4 {
			display: flow-root;
		}
	}
	@supports not (display: flow-root) {
		.col_base.col_4 {
			display: block;
		}
		.col_base.col_4:after {
			content: '';
			display: block;
			clear: both;
		}
	}
	.ie .col_base.col_4 {
		display: block;
		width: calc(100% + 1px);
	}
	.ie .col_base.col_4:after {
		content: '';
		display: block;
		clear: both;
	}
	.col_base.col_4>* {
		margin: 0px 0 0 0px;
		width: calc(100% / 4 - 0px);
		float: left;
	}
	.ie .col_base.col_4>* {
		width: calc(calc(100% - 1px) / 4 - 0px);
	}
	.col_base.col_4>*:nth-child(4n+1) {
		margin-left: 0;
	}
	.col_base.col_4>*:nth-child(-n+4) {
		margin-top: 0;
	}
}

@media print, screen and (min-width: 641px) {
	@supports (display: flow-root) {
		.col_base.col_5 {
			display: flow-root;
		}
	}
	@supports not (display: flow-root) {
		.col_base.col_5 {
			display: block;
		}
		.col_base.col_5:after {
			content: '';
			display: block;
			clear: both;
		}
	}
	.ie .col_base.col_5 {
		display: block;
		width: calc(100% + 1px);
	}
	.ie .col_base.col_5:after {
		content: '';
		display: block;
		clear: both;
	}
	.col_base.col_5>* {
		margin: 0px 0 0 0px;
		width: calc(100% / 5 - 0px);
		float: left;
	}
	.ie .col_base.col_5>* {
		width: calc(calc(100% - 1px) / 5 - 0px);
	}
	.col_base.col_5>*:nth-child(5n+1) {
		margin-left: 0;
	}
	.col_base.col_5>*:nth-child(-n+5) {
		margin-top: 0;
	}
}

.f_yu {
	font-family: YuMincho, "Yu Mincho", "yu-mincho-pr6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", serif;
	font-weight: 600;
}

.f_peter {
	font-family: "petersburg-web", serif;
	font-weight: 600;
}

.f_minion {
	font-family: "minion-3", serif;
	font-weight: 600;
}

.f_din {
	font-family: "din-2014", serif;
	font-weight: 400;
}


/* =============================================================================

共通パーツ

============================================================================= */

.mod_btn01 {
	display: block;
	margin-top: 16px;
	position: relative;
	-webkit-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
}

.mod_btn01>span {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
	padding: 12px 50px 12px 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.5rem;
	letter-spacing: .05em;
	-webkit-transition: background .5s, color .5s, opacity .5s;
	-o-transition: background .5s, color .5s, opacity .5s;
	transition: background .5s, color .5s, opacity .5s;
	position: relative;
	font-weight: normal;
}

@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mod_btn01>span {
		padding: 9px 38px 9px 15px;
		font-size: 1.125rem;
	}
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
}

@media screen and (max-width: 640px) {
	.mod_btn01>span {
		padding: 12px 0;
		font-size: 1.4rem;
	}
}

.mod_btn01>i {
	margin: auto 0;
	display: block;
	width: 24px;
	height: 5px;
	position: absolute;
	top: -5px;
	bottom: 0;
	right: 20px;
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	-o-transition: transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mod_btn01>i {
		width: 18px;
		right: 15px;
	}
}

.mod_btn01>i:before, .mod_btn01>i:after {
	content: "";
	display: block;
	border-bottom: 1px solid;
	position: absolute;
	right: 0;
	bottom: 0;
}

.mod_btn01>i:before {
	width: 100%;
}

.mod_btn01>i:after {
	width: 6px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	bottom: 3px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mod_btn01>i:after {
		width: 4px;
		bottom: 2px;
	}
}

.no-touchevents .mod_btn01:hover {
	opacity: .8;
}

.no-touchevents .mod_btn01:hover i {
	-webkit-transform: translateX(5px);
	-ms-transform: translateX(5px);
	transform: translateX(5px);
}

.mod_btn01.tpg01 {
	background-color: #EBF0E6;
	color: #3C3C3C;
	font-size: 1.2rem;
	font-weight: 600;
	font-family: YuMincho, "Yu Mincho", "yu-mincho-pr6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", serif;
	font-weight: 600;
	letter-spacing: .18em;
	line-height: 1.4;
}

.mod_btn01.tpg02 {
	background-color: #396450;
	color: #fff;
	font-weight: 400;
	font-family: "petersburg-web", serif;
	font-weight: 600;
	letter-spacing: 0 0.5em;
	line-height: 1.4;
}

.mod_btn01.tpg02>span {
	font-size: 18px;
	font-size: 1.8rem;
	padding: 8px 0;
}

@media screen and (max-width: 640px) {
	.mod_btn01.tpg02>span {
		padding: 10px 0;
	}
}


/* =============================================================================

共通レイアウト

============================================================================= */


/* -----------------------------------------------------------------------------
ヘッダー
----------------------------------------------------------------------------- */

@media screen and (max-width: 640px) {
	body.nav_open {
		-webkit-overflow-scrolling: auto;
		overflow-y: hidden;
	}
	body.nav_open .nav_wrap {
		-webkit-overflow-scrolling: touch;
	}
}

.mod_header {
	color: #fff;
}

@media print, screen and (min-width: 641px) {
	.mod_header {
		height: 125px;
		min-width: 1000px;
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		-webkit-transition: -webkit-transform 1s;
		transition: -webkit-transform 1s;
		-o-transition: transform 1s;
		transition: transform 1s;
		transition: transform 1s, -webkit-transform 1s;
		z-index: 1000;
	}
	.sc_down .mod_header {
		-webkit-transform: translateY(-70px);
		-ms-transform: translateY(-70px);
		transform: translateY(-70px);
	}
	.sc_down .mod_header .site_logo .logo {
		-webkit-transform: translateY(64px) scale(.8);
		-ms-transform: translateY(64px) scale(.8);
		transform: translateY(64px) scale(.8);
	}
	.mod_header:before, .mod_header:after {
		content: "";
		display: block;
		width: 100%;
		position: absolute;
		left: 0;
	}
	.mod_header:before {
		height: 70px;
		top: 0;
		background-color: #396450;
		z-index: 10;
	}
	.mod_header:after {
		height: 55px;
		bottom: 0;
		background-color: #78A08C;
	}
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mod_header {
		height: 94px;
	}
	.mod_header:before {
		height: 52px;
	}
	.mod_header:after {
		height: 42px;
	}
	.sc_down .mod_header {
		-webkit-transform: translateY(-52px);
		-ms-transform: translateY(-52px);
		transform: translateY(-52px);
	}
	.sc_down .mod_header .site_logo .logo {
		-webkit-transform: translateY(46px);
		-ms-transform: translateY(46px);
		transform: translateY(46px);
	}
}

@media screen and (max-width: 640px) {
	.nav_fix .mod_header .site_logo {
		position: fixed;
		top: -50px;
	}
	.nav_open .mod_header .nav_wrap {
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	.nav_fix.nav_open .mod_header .site_logo {
		-webkit-transform: translateY(50px);
		-ms-transform: translateY(50px);
		transform: translateY(50px);
	}
}

.mod_header .site_logo {
	margin: 0 auto;
	width: 184px;
	height: 42px;
}

@media print, screen and (min-width: 641px) {
	.mod_header .site_logo {
		position: absolute;
		top: 13px;
		right: 0;
		left: -1000px;
		z-index: 11;
	}
}

@media print, screen and (min-width: 641px) and (max-width: 1366px) {
	.mod_header .site_logo {
		top: 11px;
		width: 138px;
		height: 32px;
		left: -795px;
	}
}

@media print, screen and (min-width: 641px) and (max-width: 1000px) {
	.mod_header .site_logo {
		right: auto;
		width: 138px;
		height: 32px;
		left: 10px;
	}
}

@media screen and (max-width: 640px) {
	.mod_header .site_logo {
		text-align: left;
		width: 100%;
		height: 50px;
		z-index: 1000;
		background-color: #396450;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transition: -webkit-transform 1s;
		transition: -webkit-transform 1s;
		-o-transition: transform 1s;
		transition: transform 1s;
		transition: transform 1s, -webkit-transform 1s;
	}
}

.mod_header .site_logo a {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
}

.no-touchevents .mod_header .site_logo a:hover {
	opacity: .7;
}

@media screen and (max-width: 640px) {
	.mod_header .site_logo a {
		padding-left: 16px;
		width: 150px;
		height: 100%;
	}
}

.mod_header .site_logo .logo {
	width: 100%;
	height: 100%;
	fill: #fff;
	stroke: #fff;
	stroke-width: 0.2px;
	-webkit-transition: 1s;
	transition: 1s;
}

.mod_header .nav_wrap {
	height: 100%;
	position: relative;
}

@media print, screen and (min-width: 641px) {
	.mod_header .nav_wrap {
		margin: 0 auto;
		width: 1140px;
	}
}

@media print, screen and (min-width: 641px) and (max-width: 1366px) {
	.mod_header .nav_wrap {
		width: 980px;
	}
}

@media screen and (max-width: 640px) {
	.mod_header .nav_wrap {
		width: 100%;
		height: calc(100% - 50px);
		background-color: #78A08C;
		overflow-y: auto;
		position: fixed;
		left: 100%;
		top: 50px;
		-webkit-transition: -webkit-transform 1s;
		transition: -webkit-transform 1s;
		-o-transition: transform 1s;
		transition: transform 1s;
		transition: transform 1s, -webkit-transform 1s;
		z-index: 1000;
	}
}

.mod_header .tel_box {
	position: relative;
	z-index: 1;
}

@media print, screen and (min-width: 641px) {
	.mod_header .tel_box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		text-align: right;
		position: absolute;
		right: 554px;
		bottom: 10px;
	}
}
@media print, screen and (min-width: 641px) and (max-width: 1366px) {
	.mod_header .tel_box {
		right: 468px;
		bottom:6px;
	}
}

@media screen and (max-width: 640px) {
	.mod_header .tel_box {
		padding: 28px 0 28px;
		text-align: center;
	}
}

.mod_header .tel_box .tel_ttl {
	font-family: "minion-3", serif;
	font-weight: 600;
}

@media screen and (max-width: 640px) {
	.mod_header .tel_box .tel_ttl {
		margin-bottom: 16px;
		font-size: 2.1rem;
		letter-spacing: .1em;
	}
}

@media print, screen and (min-width: 641px) {
	.mod_header .tel_box dl+dl {
		margin-left: 15px;
	}
}

@media screen and (max-width: 640px) {
	.mod_header .tel_box dl+dl {
		margin-top: 15px;
	}
}

.mod_header .tel_box dt {
	font-size: 1.1rem;
	line-height: 1.4;
	letter-spacing: .05em;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mod_header .tel_box dt {
		font-size: 1rem;
		line-height: 1.2;
	}
}

@media screen and (max-width: 640px) {
	.mod_header .tel_box dt {
		font-family: YuMincho, "Yu Mincho", "yu-mincho-pr6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", serif;
		font-weight: 600;
		font-size: 1.2rem;
		letter-spacing: .11em;
	}
}
@media screen and (max-width: 320px) {
	.mod_header .tel_box dt {
		font-size: 1.1rem;
	}
}

.mod_header .tel_box a {
	line-height: 1;
}

.mod_header .tel_box a>span {
	margin-left: 4px;
	font-family: "minion-3", serif;
	font-weight: 400;
	font-size: 1.7rem;
	letter-spacing: .05em;
	vertical-align: middle;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mod_header .tel_box a>span {
		font-size: 1.5rem;
	}
}


@media screen and (max-width: 640px) {
	.mod_header .tel_box a>span {
		font-size: 2.8rem;
	}
}

.mod_header .tel_box a>span .hyphen {
	display: inline-block;
	margin: 0 1px;
	vertical-align: 10%;
}

.mod_header .tel_box svg {
	fill: #fff;
	width: 20px;
	height: 14px;
	vertical-align: middle;
}

@media screen and (max-width: 640px) {
	.mod_header .tel_box svg {
		width: 28px;
		height: 18px;
	}
}

.mod_header .imp_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	right: 70px;
	bottom: 10px;
	z-index: 1;
}

@media print, screen and (min-width: 641px) {
	.mod_header .imp_box {
		position: absolute;
	}
	.mod_header .imp_box>*+* {
		margin-left: 6px;
	}
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mod_header .imp_box {
		bottom: 6px;
	}
}

@media screen and (max-width: 640px) {
	.mod_header .imp_box {
		border-bottom: 1px solid #fff;
	}
}

@media print, screen and (min-width: 641px) {
	.mod_header .imp_box .inq_pc_btn {
		position: relative;
		cursor: pointer;
	}
	.no-touchevents .mod_header .imp_box .inq_pc_btn:hover a, .inq_open .mod_header .imp_box .inq_pc_btn a {
		opacity: .4;
	}
	.mod_header .imp_box .inq_pc_btn:after {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mod_header .imp_box .inq_pc_btn a {
		pointer-events: none;
	}
}

@media screen and (max-width: 640px) {
	.mod_header .imp_box .inq_pc_btn {
		width: calc(100% / 3);
	}
	.mod_header .imp_box .inq_pc_btn a {
		width: 100%;
	}
}

@media screen and (max-width: 640px) {
	.mod_header .imp_box {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.mod_header .imp_box a {
	display: block;
	padding: 10px 0 9px;
	color: #3C3C3C;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.4;
	-webkit-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
	font-weight: 500;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mod_header .imp_box a {
		padding: 8px 0 7px;
		font-size: 1.1rem;
	}
}

@media print, screen and (min-width: 641px) {
	.mod_header .imp_box a {
		background-color: #EBF0E6;
	}
}

@media screen and (max-width: 640px) {
	.mod_header .imp_box a {
		padding: 16px 0;
		width: calc(100% / 3);
		font-size: 1.5rem;
		background-color: #BBCFC5;
	}
	.mod_header .imp_box a:nth-child(3) {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border-left: 1px solid #fff;
		border-right: 1px solid #fff;
	}
}

.mod_header .imp_box a.fair {
	background-color: #D2DCBE;
}

@media screen and (max-width: 640px) {
	.mod_header .imp_box a.fair {
		border-bottom: 1px solid #fff;
		width: 100%;
		font-size: 1.5rem;
	}
}

.no-touchevents .mod_header .imp_box a:hover {
	opacity: .4;
}

@media print, screen and (min-width: 641px) {
	.mod_header .imp_box a {
		width: 114px;
	}
}
@media print, screen and (min-width: 641px) and (max-width: 1366px) {
	.mod_header .imp_box a {
		width: 94px;
	}
}

.mod_header .nav_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media print, screen and (min-width: 641px) {
	.mod_header .nav_box {
		position: absolute;
		right: 0;
	}
}

@media screen and (max-width: 640px) {
	.mod_header .nav_box {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.mod_header .nav_box a {
	display: block;
	-webkit-transition: background .5s;
	-o-transition: background .5s;
	transition: background .5s;
}

.no-touchevents .mod_header .nav_box a:hover, .mod_header .nav_box a.nowpage {
	background-color: #4D7361;
}

.mod_header .nav_box .f {
	text-align: center;
	position: relative;
}

@media print, screen and (min-width: 641px) {
	.mod_header .nav_box .f:after, .mod_header .nav_box .f:first-child:before {
		content: "";
		display: block;
		width: 1px;
		height: 24px;
		background-color: rgba(255, 255, 255, 0.2);
		position: absolute;
		top: 22px;
		z-index: 11;
	}
	.mod_header .nav_box .f:after {
		right: 0;
	}
	.mod_header .nav_box .f:first-child:before {
		left: 0;
	}
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mod_header .nav_box .f:after, .mod_header .nav_box .f:first-child:before {
		height: 18px;
		top: 16px;
	}
}

@media screen and (max-width: 640px) {
	.mod_header .nav_box .f {
		border-bottom: 1px solid #fff;
		width: 50%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.mod_header .nav_box .f.ac > a {
		position: relative;
		padding-right: 20px;
	}
	.mod_header .nav_box .f.ac.current > a > b > span:nth-child(1) ,
	.mod_header .nav_box .f.ac.current > a > b > span:nth-child(3) {
		display: block;
		width: 0;
		height: 2px;
		background-color: #FFF;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 10px;
		margin: auto;
		-webkit-transition: 0.2s;
		transition: 0.2s;
	}
	.mod_header .nav_box .f.ac.current > a > b > span:nth-child(1) ,
	.mod_header .nav_box .f.ac.current > a > b > span:nth-child(3) {
        width: 20px;
    }
	.mod_header .nav_box .f.ac > a > b > span:nth-child(1) {
		top: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.mod_header .nav_box .f.ac > a > b > span:nth-child(2) {
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        top: 6px;
        bottom: 0;
        right: 13px;
        margin: auto;
        border-top: 6px solid #FFF;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid transparent;
		-webkit-transition: 0.2s;
		transition: 0.2s;
	}
	.mod_header .nav_box .f.ac.current > a > b > span:nth-child(2) {
        opacity: 0;
    }
	.mod_header .nav_box .f.ac > a > b > span:nth-child(3) {
		top: 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.mod_header .nav_box .f:nth-child(even) .sub {
		margin-left: -100%;
	}
	.mod_header .nav_box .f:nth-child(even) .sub .s {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.mod_header .nav_box .f:nth-child(even)>a {
		border-left: 1px solid #fff;
	}
}

.mod_header .nav_box .f>a {
	padding: 19px 25px;
	font-size: 1.1rem;
	line-height: 1.2;
	letter-spacing: .08em;
}

@media print, screen and (min-width: 641px) and (max-width: 1366px) {
	.mod_header .nav_box .f>a {
		padding:13px 18px 12px;
		font-size: 0.9rem;
	}
}

@media print, screen and (min-width: 641px) {
	.mod_header .nav_box .f>a {
		position: relative;
		z-index: 11;
	}
}

@media screen and (max-width: 640px) {
	.mod_header .nav_box .f>a {
		padding: 16px 0;
		font-size: 1.5rem;
	}
}

@media screen and (max-width: 320px) {
	.mod_header .nav_box .f>a {
		font-size: 1.3rem;
	}
}

.mod_header .nav_box .f>a>span {
	display: block;
	font-family: "minion-3", serif;
	font-weight: 300;
	font-size: 1.6rem;
	letter-spacing: .05em;
    -webkit-text-stroke: 0.2px #396450;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mod_header .nav_box .f>a>span {
		font-size: 1.3rem;
	}
}

.mod_header .nav_box .sub {
	-webkit-transition: -webkit-transform 1s;
	transition: -webkit-transform 1s;
	-o-transition: transform 1s;
	transition: transform 1s;
	transition: transform 1s, -webkit-transform 1s;
}

@media print, screen and (min-width: 641px) {
	.mod_header .nav_box .sub {
		width: 100%;
		background-color: rgba(57, 100, 80, 0.9);
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 2;
		-webkit-transition: 0.3s;
		transition: 0.3s;
		opacity: 0;
		pointer-events: none;
		-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
		clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
	}
}

@media screen and (max-width: 640px) {
	.mod_header .nav_box .sub {
		width: 200%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		display: none;
	}
}

@media print, screen and (min-width: 641px) {
	.mod_header .nav_box .sub .s {
		position: relative;
	}
	.mod_header .nav_box .sub .s:before {
		content: "";
		display: block;
		margin: 0 auto;
		height: 1px;
		background-color: rgba(255, 255, 255, 0.2);
		position: absolute;
		top: 0;
		left: 10px;
		right: 10px;
	}
}

@media screen and (max-width: 640px) {
	.mod_header .nav_box .sub .s {
		border-top: 1px solid #fff;
		width: 100%;
	}
}

.mod_header .nav_box .sub .s a {
	padding: 12px 10px;
	font-size: 1.2rem;
	letter-spacing: .08em;
	line-height: 1.2;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mod_header .nav_box .sub .s a {
		padding: 10px 0;
		font-size: 1rem;
	}
}

@media screen and (max-width: 640px) {
	.mod_header .nav_box .sub .s a {
		padding: 16px 0;
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 640px) {
	.mod_header .nav_box .f.current {
		z-index: 1;
	}
}
.mod_header .nav_box .f.current>a {
	background-color: #4D7361;
}

.mod_header .nav_box .f.current .sub {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	pointer-events: auto;
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%)!important;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%)!important;
}


/* 中国語 */
.mod_chineselink {
    position: fixed;
    top: 150px;
    right: 0;
    display: block;
    transition: 0.2s;
    z-index: 1000;
}
.no-touchevents .mod_chineselink:hover {
    opacity: 0.6;
}

/* ポップアップ　問い合わせ */
.mod_header .inq_box {
	width: 258px;
	height: 0;
	padding: 0 16px;
	pointer-events: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #396450;
	position: absolute;
	right: 0;
	top: 100%;
	overflow: hidden;
	-webkit-transition: height .8s, padding .8s;
	-o-transition: height .8s, padding .8s;
	transition: height .8s, padding .8s;
	z-index: 1000;
}
@media screen and (max-width: 640px) {
	.mod_header .inq_box {
		width: 280px;
	}
}
@media screen and (max-width: 320px) {
	.mod_header .inq_box {
		width: 260px;
	}
}

.inq_open .mod_header .inq_box {
	pointer-events: auto;
	padding: 48px 16px 16px;
	height: 334px;
}
@media screen and (max-width: 640px) {
	.inq_open .mod_header .inq_box {
		height: 394px;
	}
}

.mod_header .inq_box .close {
	width: 36px;
	height: 36px;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: background .5s, -webkit-transform .8s;
	transition: background .5s, -webkit-transform .8s;
	-o-transition: background .5s, transform .8s;
	transition: background .5s, transform .8s;
	transition: background .5s, transform .8s, -webkit-transform .8s;
}

.no-touchevents .mod_header .inq_box .close:hover {
	background-color: #78A08C;
}

.inq_open .mod_header .inq_box .close {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.mod_header .inq_box .close:before, .mod_header .inq_box .close:after {
	content: "";
	display: block;
	margin: auto;
	width: 16px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.mod_header .inq_box .close:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.mod_header .inq_box .close:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.mod_header .inq_box .box {
	padding-bottom: 12px;
	border-bottom: 1px solid #fff;
}

.mod_header .inq_box .box+.box {
	margin-top: 14px;
}

.mod_header .inq_box .ttl {
	font-family: YuMincho, "Yu Mincho", "yu-mincho-pr6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", serif;
	font-weight: 600;
	font-size: 1.2rem;
	line-height: 1.4;
	letter-spacing: .08em;
}
.ie11 .mod_header .inq_box .ttl {
	letter-spacing: -.05em;
}

.mod_header .inq_box .ttl:before {
	content: "";
	display: inline-block;
	margin-right: 3px;
	border-radius: 50%;
	width: 7px;
	height: 7px;
	background-color: #D2DCBE;
}

.mod_header .inq_box .tel {
	line-height: 1.2;
}
.mod_header .inq_box .tel a {
    display: block;
}

.mod_header .inq_box .tel .ico_tel {
	width: 28px;
	height: 18px;
	fill: #fff;
	vertical-align: middle;
}

.mod_header .inq_box .tel a > span {
	font-family: "minion-3", serif;
	font-weight: 500;
	margin-left: 10px;
	font-size: 2.6rem;
	letter-spacing: .07em;
	vertical-align: middle;
}

.mod_header .inq_box .anno {
	margin-top: 2px;
	font-size: 1.1rem;
}

/* telModal */
.telModal {
	visibility: hidden;
	overflow-y: scroll;
	opacity: 0;
	position: fixed;
	z-index: 10000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0 15px;
	-webkit-transition: opacity 0.3s, visibility 0s 0.3s;
	-o-transition: opacity 0.3s, visibility 0s 0.3s;
	transition: opacity 0.3s, visibility 0s 0.3s;
	background: rgba(0, 0, 0, 0.6);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.telModal.is-active {
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity 0.3s, visibility 0s 0s;
	-o-transition: opacity 0.3s, visibility 0s 0s;
	transition: opacity 0.3s, visibility 0s 0s;
}
.telModal.is-active+.mod_spNav_btn {
	opacity: 0.5;
	pointer-events: none;
}
.telModalContainer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.telModalInner {
	margin: 20px auto;
	width: 100%;
}
.telModalContent {
	display: none;
	background: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
@media screen and (min-width: 641px) {
	.telModalContent {
		padding: 30px 17px 17px;
		max-width: 256px;
	}
}
@media screen and (max-width: 640px) {
	.telModalContent {
		padding: 3.5rem 1.8rem 2rem;
	}
}
@media screen and (max-width: 640px) {
	.telModalContent .close_btn {
		width: 3rem;
		height: 3rem;
	}
	.telModalContent .close_btn:before, .telModalContent .close_btn:after {
		width: 1.4rem;
		margin-left: -0.7rem;
	}
}
.is-active .telModalContent {
	display: block;
	opacity: 1;
}
.telModal .inq_box {
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}

.telModal .inq_box .mod_btn01>span {
    padding-left: 10px;
}


/* -----------------------------------------------------------------------------
共通要素
----------------------------------------------------------------------------- */

.cmnBlock01 .one {
	display: inline-block;
	width: 30%;
	margin-bottom: 60px;
	margin-left: 4.5%;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.cmnBlock01 .one {
		margin-bottom: 45px;
	}
}

.cmnBlock01 .one .link {
	position: relative;
	display: block;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.no-touchevents .cmnBlock01 .one .link:hover {
	opacity: 0.6;
}

.cmnBlock01 .one:nth-child(3n + 1) {
	margin-left: 0;
}

.cmnBlock01 .one .ph {
	padding-top: 66%;
	height: 0;
}

.cmnBlock01 .one .info {
}

.cmnBlock01 .one .info .meta {
	margin-top: 26px;
}

.cmnBlock01 .one .info .meta .date {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.3rem;
	color: #525252;
	margin-right: 8px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
.cmnBlock01 .one .info .meta .date {
	font-size: 1.1rem;
	margin-right: 6px;
}
}

.cmnBlock01 .one .info .meta .cat {
	display: inline-block;
	vertical-align: middle;
	padding: 3px 8px 1px;
	font-size: 1.2rem;
	color: #618373;
	font-weight: 500;
	line-height: 1.3;
	border: 1px solid #618373;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.cmnBlock01 .one .info .meta .cat {
		font-size: 1.1rem;
		padding: 2px 6px 1px;
	}
}
@media screen and (min-width: 640px) {
	.ie .cmnBlock01 .one .info .meta .cat {
		padding-top: 4px;
		margin-top: -2px;
	}
}

.cmnBlock01 .one .info .tit {
	font-family: YuMincho, "Yu Mincho", "yu-mincho-pr6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", serif;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 1.75;
	margin-top: 14px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.cmnBlock01 .one .info .tit {
		font-size: 1.2rem;
		margin-top: 10px;
	}
}

.cmnBlock01 .one .info .resorttit {
	font-family: YuMincho, "Yu Mincho", "yu-mincho-pr6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", serif;
	font-weight: 600;
	color: #396450;
	font-size: 2.0rem;
	text-align: center;
	margin-top: 20px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.cmnBlock01 .one .info .resorttit {
		font-size: 1.5rem;
		margin-top: 15px;
	}
}

.cmnBlock01 .one .info .resortcap {
	font-size: 1.4rem;
	text-align: center;
	margin-top: 20px;
	line-height: 1.8;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.cmnBlock01 .one .info .resortcap {
		font-size: 1.1rem;
		margin-top: 15px;
	}
}

.cmnBlock01 .one .info .btn {
	display: block;
	text-align: right;
	margin-top: 12px;
	height: 40px;
}
.cmnBlock01 .one .info .btn > *{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.cmnBlock01 .one .info .btn > * span{
	width: 105px;
	position: absolute;
	right: 0;
	bottom: 6px;
	text-align: left;
}
.cmnBlock01 .one .info .btn i{
	top: auto;
	width: 110px;
	bottom: 0;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.cmnBlock01 .one .info .btn {
		margin-top: 8px;
	}
}

.cmnBlock01 .one .info .btn .btnlink {
	display: inline-block;
	width: 110px;
	position: relative;
	font-family: petersburg-web, serif;
	color: #618373;
	font-size: 1.8rem;
	padding-left: 6px;
	text-align: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.cmnBlock01 .one .info .btn .btnlink {
		padding-bottom:2px;
		width: 82px;
		font-size: 1.35rem;
		padding-left: 4px;
	}
}

.cmnBlock01 .one .info .btn .btnlink:after, .cmnBlock01 .one .info .btn .btnlink:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	height: 1px;
	background-color: #618373;
}

.cmnBlock01 .one .info .btn .btnlink:after {
	width: 113px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.cmnBlock01 .one .info .btn .btnlink:after {
		width: 85px;
	}
}

.cmnBlock01 .one .info .btn .btnlink:before {
	width: 15px;
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media screen and (max-width: 640px) {
	.cmnBlock01 {
		padding: 0 15px;
	}
	.cmnBlock01 .one {
		display: block;
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 15px 0;
		margin: 0;
		border-top: 1px dotted #396450;
	}
	.cmnBlock01 .one:last-child {
		border-bottom: 1px dotted #396450;
	}
	.cmnBlock01 .one .link {}
	.cmnBlock01 .one .link:after {
		content: "";
		display: block;
		clear: both;
	}
	.no-touchevents .cmnBlock01 .one .link:hover {}
	.cmnBlock01 .one:nth-child(3n + 1) {}
	.cmnBlock01 .one .ph {
		float: left;
		width: 40%;
		padding-top: 27%;
	}
	.cmnBlock01 .one .info {
		float: right;
		width: 55%;
	}
	.cmnBlock01 .one .info .meta {
		margin-top: 0;
	}
	.cmnBlock01 .one .info .meta .date {
		font-size: 1.1rem;
	}
	.cmnBlock01 .one .info .meta .cat {
		padding: 1px 5px 0px;
		font-size: 1.1rem;
		line-height: 1.1;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
	.cmnBlock01 .one .info .tit {
		font-size: 1.2rem;
		line-height: 1.6;
		margin-top: 7px;
	}
	.cmnBlock01 .one .info .resorttit {
		text-align: left;
		font-size: 1.5rem;
		margin-top: 0;
	}
	.cmnBlock01 .one .info .resortcap {
		font-size: 1.2rem;
		text-align: left;
		margin-top: 4px;
		line-height: 1.8;
	}
}


/* 記事一覧 */

.cmnBlock02 {
	padding: 0 50px 78px;
	background-color: #F6F6F1;
	border-top: 1px solid #C4D0CA;
	text-align: left;
}

.cmnBlock02 .nav {
	padding: 0 50px;
	text-align: center;
	margin-bottom: 34px;
	position: relative;
	top: -50px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.cmnBlock02 .nav {
		margin-bottom: 25px;
		top: -37px;
	}
}

.cmnBlock02 .nav .navin {
	display: flex;
	flex-wrap: nowrap;
	max-width: 1142px;
	width: 100%;
	height: 48px;
	margin: auto;
	position: relative;
	bottom: -2px;
	z-index: 1;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.cmnBlock02 .nav .navin {
		max-width: 856px;
		height: 36px;
	}
}

.cmnBlock02 .nav .link {
	width: 100%;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cmnBlock02 .nav .link.active {
	background-color: #F6F6F1;
	border-left: 1px solid #C4D0CA;
	border-top: 1px solid #C4D0CA;
	border-right: 1px solid #C4D0CA;
}

.cmnBlock02 .nav .link span {
	font-family: YuMincho, "Yu Mincho", yu-mincho-pr6, "ヒラギノ明朝 ProN W3", HiraMinProN-W3, "HG明朝E", serif;
	font-weight: 700;
	display: inline-block;
	padding-top: 11px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #396450;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	letter-spacing: 2px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.cmnBlock02 .nav .link span {
		padding-top: 8px;
		font-size: 1.2rem;
	}
}

.no-touchevents .cmnBlock02 .nav .link:hover span {
	opacity: 0.6;
}

.cmnBlock02 .in {
	max-width: 1142px;
	width: 100%;
	margin: auto;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.cmnBlock02 .in {
		max-width: 856px;
	}
}

.cmnBlock02 .pagenavi {
	text-align: center;
	padding-top: 40px;
}

.cmnBlock02 .pagenavi>* {
	display: inline-block;
	margin: 0 5px;
	font-size: 13px;
	font-weight: bold;
	vertical-align: top;
	width: 40px;
	height: 40px;
	border: 1px solid #396450;
	color: #396450;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	padding-top: 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.no-touchevents .cmnBlock02 .pagenavi>*[href]:hover {
	opacity: 0.6;
}

.cmnBlock02 .pagenavi>*.extend {
	pointer-events: none;
	background-color: transparent;
	width: auto;
	margin: 0;
	padding-top: 7px;
	border: none;
	font-size: 1.6rem;
}

.cmnBlock02 .pagenavi>*.current {
	background-color: #396450;
	pointer-events: none;
	color: #FFF;
}

@media screen and (max-width: 640px) {
	/* 記事一覧 */
	.cmnBlock02 {
		margin-top: 40px;
		padding: 0;
		border-top: none;
	}
	.cmnBlock02 .in {}
	.cmnBlock02 .spcatlink {
		display: block;
		position: relative;
		height: 44px;
		background-color: #FFF;
		border-bottom: 1px solid #8FBFA9;
	}
	.cmnBlock02 .spcatlink.active {
		background-color: #F6F6F1;
		border-bottom: none;
        pointer-events: none;
	}
	.cmnBlock02 .spcatlink .word {
		display: block;
		text-align: left;
		font-size: 1.4rem;
		color: #396450;
		padding-left: 30px;
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.cmnBlock02 .spcatlink .mark {
	}
	.cmnBlock02 .spcatlink .mark:before, .cmnBlock02 .spcatlink .mark:after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		bottom: -4px;
		right: 10px;
		margin: auto;
        height: 1px;
        background-color: #396450;
	}
	.cmnBlock02 .spcatlink.active .mark:before, .cmnBlock02 .spcatlink.active .mark:after {
        display: none;
    }
	.cmnBlock02 .spcatlink .mark:before {
        transform-origin: right bottom;
		transform: rotate(45deg);
        width: 10px;
	}
	.cmnBlock02 .spcatlink .mark:after {
        width: 24px;
	}
	.cmnBlock02 .pagenavi {
		text-align: center;
		padding: 20px 15px 20px;
		border-bottom: 1px solid #8FBFA9;
	}
	.cmnBlock02 .pagenavi>* {
		display: inline-block;
		margin: 4px 5px;
		font-size: 13px;
		font-weight: bold;
		vertical-align: top;
		width: 40px;
		height: 40px;
		border: 1px solid #396450;
		color: #396450;
		-webkit-transition: 0.2s;
		transition: 0.2s;
		padding-top: 8px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.os-android .cmnBlock02 .pagenavi>* {
		padding-top: 12px;
	}
	.no-touchevents .cmnBlock02 .pagenavi>*[href]:hover {
		opacity: 0.6;
	}
	.cmnBlock02 .pagenavi>*.extend {
		pointer-events: none;
		background-color: transparent;
		width: auto;
		margin: 0;
		padding-top: 7px;
		border: none;
		font-size: 1.6rem;
	}
	.cmnBlock02 .pagenavi>*.current {
		background-color: #396450;
		pointer-events: none;
		color: #FFF;
	}
	.sec_blogrecommend .info .btn {
		display: none;
	}
}

.cmnBtn01 {}

.cmnBtn01 a {
	display: inline-block;
	width: 110px;
	padding: 5px 0;
	position: relative;
	font-size: 1.8rem;
	font-family: "petersburg-web", serif;
	font-weight: 500;
	box-sizing: border-box;
	padding-left: 5px;
	color: #396450;
}

.cmnBtn01 a:before, .cmnBtn01 a:after {
	content: "";
	display: block;
	height: 1px;
	background-color: #396450;
	position: absolute;
	bottom: 4px;
	right: 0;
	transform-origin: right bottom;
}

.cmnBtn01 a:before {
	width: 100%;
}

.cmnBtn01 a:after {
	width: 13px;
	transform: rotate(45deg);
}

@media screen and (max-width: 640px) {
	.cmnBtn01 a {
		display: block;
		width: 100%;
		padding: 10px 0;
		font-size: 1.75rem;
		padding-left: 0;
		text-align: center;
		border: 1px solid #396450;
	}
	.cmnBtn01 a:before, .cmnBtn01 a:after {
		top: 0;
		bottom: 0;
		margin: auto;
		right: -14px;
	}
	.cmnBtn01 a:before {
		width: 30px;
	}
	.cmnBtn01 a:after {
		width: 8px;
	}
}

.cmnBtn02 {
}
.cmnBtn02 a {
	text-align: center;
	font-family: "petersburg-web", serif;
	font-weight: 300;
	font-size: 1.8rem;
	letter-spacing: 1px;
	line-height: 1.2;
	display: block;
	border: 1px solid #396450;
	box-sizing: border-box;
	padding: 8px 0;
	margin: auto;
	position: relative;
	transition: all .3s;
	color: #FFF;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
    .cmnBtn02 a {
        font-size: 1.5rem;
    	padding: 5px 0 8px;
    }
}
.no-touchevents .cmnBtn02 a:hover {
	color: #396450;
	letter-spacing: 3px;
}
.cmnBtn02 a:before {
	content: "";
	background-color: #396450;
	display: block;
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0;
	right: 0;
	animation: headerBtnAnim01 0.4s forwards;
}
.no-touchevents .cmnBtn02 a:hover:before {
	animation: headerBtnAnim01-ro 0.4s forwards;
}
@keyframes headerBtnAnim01 {
	0% {
		bottom: 100%;
	}
	100% {
		bottom: 0%;
	}
}
@keyframes headerBtnAnim01-ro {
	0% {
		top: 0%;
	}
	100% {
		top: 100%;
	}
}
.cmnBtn02 a span {
	position: relative;
}
@media screen and (max-width: 640px) {
	.cmnBtn02 a {
		font-size: 1.75rem;
	    padding: 6px 0 8px;
	}
}

.cmnBtn03 a {
	position: relative;
	display: block;
	box-sizing: border-box;
	border: 1px solid #FFF;
	font-family: YuMincho, "Yu Mincho", yu-mincho-pr6, "ヒラギノ明朝 ProN W3", HiraMinProN-W3, "HG明朝E", serif;
	font-weight: 600;
	font-size: 1.3rem;
	letter-spacing: .11em;
	padding: 2rem;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	background-size: auto 34px;
	transition: 0.3s;
	background-color: rgba(255,255,255,0);
}
.cmnBtn03.type01 a:after {
    content: "";
    display: inline-block;
    margin-top: -4px;
    margin-left: 4px;
    width: 20px;
    height: 20px;
    background: url(/common/img/icon_blank_win.png) no-repeat;
    background-position: center center;
    background-size: 50px 50px;
    filter: brightness(0) invert(100%);
    vertical-align: middle;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.cmnBtn03 a {
		font-size: 1.2rem;
		padding: 1.5rem;
		padding-top: 1.125rem;
		padding-bottom: 1.125rem;
	}
}
.no-touchevents .cmnBtn03 a:hover {
	background-color: rgba(255,255,255,0.2);
}
.no-touchevents .cmnBtn03 a:hover i:before {
	animation: mvArrowIB 2.0s ease-in-out 0s infinite;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.no-touchevents .cmnBtn03 a:hover i:before {
		animation: mvArrowIB1366 2.0s ease-in-out 0s infinite;
	}
}
.no-touchevents .cmnBtn03 a:hover i:after {
	animation: mvArrowI 2.0s ease-in-out 0s infinite;
}
.cmnBtn03 a i {
	display: inline-block;
	position: absolute;
	top: 50%;
	margin-top: -.5rem;
	right: 20px;
	height: 1rem;
	width: 24px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.cmnBtn03 a i {
		margin-top: -.4rem;
		right: 15px;
		height: 0.75rem;
		width: 18px;
	}
}
.cmnBtn03 a i:before,
.cmnBtn03 a i:after {
	content: "";
	position: absolute;
	top: 50%;
	display: block;
	background-color: #fff;
}
.cmnBtn03 a i:before {
	right: 0;
	width: 1px;
	height: 10px;
	margin-top: -.98rem;
	transform-origin: right bottom;
	transform: scaleX(1) rotate(-45deg);
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.cmnBtn03 a i:before {
		margin-top: -.76rem;
		height: 7px;
	}
}
.cmnBtn03 a i:after {
	height: 1px;
	width: 100%;
	left: 0;
	right: 0;
}
@keyframes mvArrowIB {
	0% {
		transform:rotate(-45deg) scaleX(1) translate(0px, 0px);
		height: 10px;
	}
	25% {
		transform:rotate(-45deg) scaleX(1) translate(0px, 0px);
		height: 10px;
	}
	50% {
		transform:rotate(-45deg) scaleX(0) translate(-10px, -5px);
		height: 0px;
	}
	75% {
		transform:rotate(-45deg) scaleX(0) translate(-10px, -5px);
		height: 0px;
	}
	90% {
		transform:rotate(-45deg) scaleX(1) translate(-10px, 5px);
		height: 0px;
	}
}
@keyframes mvArrowIB1366 {
	0% {
		transform:rotate(-45deg) scaleX(1) translate(0px, 0px);
		height: 7px;
	}
	25% {
		transform:rotate(-45deg) scaleX(1) translate(0px, 0px);
		height: 7px;
	}
	50% {
		transform:rotate(-45deg) scaleX(0) translate(-10px, -5px);
		height: 0px;
	}
	75% {
		transform:rotate(-45deg) scaleX(0) translate(-10px, -5px);
		height: 0px;
	}
	90% {
		transform:rotate(-45deg) scaleX(1) translate(-10px, 5px);
		height: 0px;
	}
}
@keyframes mvArrowI {
	0% {
		transform:scaleX(1);
		transform-origin: 100% 50%;
	}
	20% {
		transform:scaleX(0);
		transform-origin: 100% 50%;
	}
	45% {
		transform:scaleX(0);
		transform-origin: 100% 50%;
	}
	55% {
		transform:scaleX(0);
		transform-origin: 0 50%;
	}
	85% {
		transform:scaleX(0);
		transform-origin: 0 50%;
	}
	100% {
		transform:scaleX(1);
		transform-origin: 0 50%;
	}
}

.cmnBtn04 {
}
.cmnBtn04 a {
	text-align: center;
	font-family: "petersburg-web", serif;
	font-weight: 300;
	font-size: 1.8rem;
	letter-spacing: 1px;
	line-height: 1.2;
	display: block;
	border: 1px solid #396450;
	box-sizing: border-box;
	padding: 8px 0;
	margin: auto;
	position: relative;
	transition: all .3s;
	color: #396450;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
    .cmnBtn04 a {
        font-size: 1.5rem;
        padding-top: 5px;
    }
}
.cmnBtn04.type01 a {
	border: 1px solid #FFF;
	color: #FFF;
}
.no-touchevents .cmnBtn04 a:hover {
	color: #FFF;
	letter-spacing: 3px;
}
.cmnBtn04 a:before {
	content: "";
	background-color: #396450;
	display: block;
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0;
	right: 0;
	animation: headerBtnAnim04 0.4s forwards;
}
.cmnBtn04.type01 a:before {
	background-color: #FFF;
}
.no-touchevents .cmnBtn04 a:hover:before {
	animation: headerBtnAnim04-ro 0.4s forwards;
}
.no-touchevents .cmnBtn04.type01 a:hover {
	color: #396450;
}
@keyframes headerBtnAnim04 {
	0% {
		top: 0%;
	}
	100% {
		top: 100%;
	}
}
@keyframes headerBtnAnim04-ro {
	0% {
		bottom: 100%;
	}
	100% {
		bottom: 0%;
	}
}
.cmnBtn04 a span {
	position: relative;
}
@media screen and (max-width: 640px) {
	.cmnBtn04 a {
		font-size: 1.75rem;
        padding: 6px 0 8px;
	}
}

.cmnBtn05 > * {
	display: inline-block;
	width: 110px;
	padding: 5px 0;
	padding-left: 0px;
	position: relative;
	font-size: 1.8rem;
	font-family: "petersburg-web", serif;
	font-weight: 500;
	box-sizing: border-box;
	padding-left: 5px;
	color: #396450;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
    .cmnBtn05 > * {
        font-size: 1.5rem;
    }
}
@media screen and (max-width: 640px) {
	.cmnBtn05 > * {
		display: block;
		width: 100%;
		padding: 8px 0 10px;
		font-size: 1.75rem;
		padding-left: 0;
		text-align: center;
		border: 1px solid #396450;
	}
}
.no-touchevents .cmnBtn05 > *:hover i:before {
	animation: mvArrow01B 2.0s ease-in-out 0s infinite;
}
.no-touchevents .cmnBtn05 > *:hover i:after {
	animation: mvArrow01 2.0s ease-in-out 0s infinite;
}
.cmnBtn05 > * i {
	display: inline-block;
	position: absolute;
	top: 50%;
    margin-top: 8px;
    right: 0;
	height: 1rem;
	width: 110px;
}
@media screen and (max-width: 640px) {
	.cmnBtn05 > * i {
		width: 50px;
		margin-top: -5px;
		right: -17px;
	}
}
.cmnBtn05 > * i:before,
.cmnBtn05 > * i:after {
	content: "";
	position: absolute;
	top: 50%;
	display: block;
	background-color: #396450;
}
.cmnBtn05 > * i:before {
	right: 0;
	width: 1px;
	height: 20px;
	margin-top: -20px;
	transform-origin: right bottom;
	transform: scaleX(1) rotate(-45deg);
}
@media screen and (max-width: 640px) {
	.cmnBtn05 > * i:before {
		height: 15px;
		margin-top: -15px;
	}
}
.cmnBtn05 > * i:after {
	height: 1px;
	width: 100%;
	left: 0;
	right: 0;
}
@keyframes mvArrow01B {
	0% {
		transform:rotate(-45deg) scaleX(1) translate(0px, 0px);
		height: 20px;
	}
	25% {
		transform:rotate(-45deg) scaleX(1) translate(0px, 0px);
		height: 20px;
	}
	50% {
		transform:rotate(-45deg) scaleX(0) translate(-20px, -10px);
		height: 0px;
	}
	75% {
		transform:rotate(-45deg) scaleX(0) translate(0px, 0px);
		height: 0px;
	}
	90% {
		transform:rotate(-45deg) scaleX(1) translate(0px, 0px);
		height: 0px;
	}
	99% {
		transform:rotate(-45deg) scaleX(1) translate(0px, 0px);
		height: 0px;
	}
	100% {
		transform:rotate(-45deg) scaleX(1) translate(0px, 0px);
		height: 20px;
	}
}
@keyframes mvArrow01 {
	0% {
		transform:scaleX(1);
		transform-origin: 100% 50%;
	}
	20% {
		transform:scaleX(0);
		transform-origin: 100% 50%;
	}
	45% {
		transform:scaleX(0);
		transform-origin: 100% 50%;
	}
	55% {
		transform:scaleX(0);
		transform-origin: 0 50%;
	}
	85% {
		transform:scaleX(0);
		transform-origin: 0 50%;
	}
	100% {
		transform:scaleX(1);
		transform-origin: 0 50%;
	}
}

/* -----------------------------------------------------------------------------
SPヘッダーメニュー開閉ボタン
----------------------------------------------------------------------------- */

.mod_spNav_btn {
	display: block;
	position: fixed;
	border: 1px solid transparent;
	padding: 24px 24px;
	top: 0;
	right: 0;
	z-index: 1200;
	background-color: rgba(57,100,80,0.0);
	-webkit-transition: background 1s, border 1s;
	-o-transition: background 1s, border 1s;
	transition: background 1s, border 1s;
}

.mod_spNav_btn span {
	display: block;
	margin: auto;
	width: 60%;
	height: 3px;
	position: absolute;
	background-color: #fff;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	-webkit-transition: background 0.3s;
	-o-transition: background 0.3s;
	transition: background 0.3s;
}

.mod_spNav_btn span:before, .mod_spNav_btn span:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fff;
	-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;
	-o-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;
	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: -10px;
}

.mod_spNav_btn span:after {
	bottom: -10px;
}

.nav_fix .mod_spNav_btn {
	background-color: rgba(57,100,80,0.7);
}

.nav_open .mod_spNav_btn {
	border: 1px solid transparent;
}

.nav_open .mod_spNav_btn span {
	background-color: rgba(255, 255, 255, 0);
}

.nav_open .mod_spNav_btn span:before, .nav_open .mod_spNav_btn span:after {
	top: 0;
	bottom: 0;
	background-color: #fff;
}

.nav_open .mod_spNav_btn span:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nav_open .mod_spNav_btn span:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


/* -----------------------------------------------------------------------------
下層共通タイトル
----------------------------------------------------------------------------- */

.mod_under_ttl01 {
	padding: 100px 0 70px;
	text-align: center;
	color: #396450;
}

@media screen and (max-width: 640px) {
	.mod_under_ttl01 {
		padding: 46px 0 36px;
	}
}

.mod_under_ttl01 .en_ttl {
	margin-bottom: 25px;
	font-family: "minion-3", serif;
	font-weight: 400;
	font-size: 4rem;
	letter-spacing: .16em;
	line-height: 1;
}

@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mod_under_ttl01 .en_ttl {
		font-size: 30px;
		font-size: 3rem;
		margin-bottom: 19px;
	}
}

@media screen and (max-width: 640px) {
	.mod_under_ttl01 .en_ttl {
		margin-bottom: 10px;
		font-size: 2rem;
	}
}

.mod_under_ttl01 .jp_ttl {
	font-family: YuMincho, "Yu Mincho", "yu-mincho-pr6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", serif;
	font-weight: 600;
	font-size: 1.6rem;
	letter-spacing: .18em;
	line-height: 1;
}

@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mod_under_ttl01 .jp_ttl {
		font-size: 12px;
		font-size: 1.2rem;
	}
}

@media screen and (max-width: 640px) {
	.mod_under_ttl01 .jp_ttl {
		font-size: 1.1rem;
	}
}

.mod_under_ttl02 {
	padding: 75px 0 70px;
	text-align: center;
	color: #396450;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mod_under_ttl02 {
		padding: 56px 0 52px;
	}
}

@media screen and (max-width: 640px) {
	.mod_under_ttl02 {
		padding: 4.3rem 0 3.0rem;
	}
}

.mod_under_ttl02 .en_ttl {
	margin-bottom: 15px;
	font-family: "petersburg-web", serif;
	font-weight: 400;
	font-size: 4rem;
	letter-spacing: .1em;
	line-height: 1;
}

@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mod_under_ttl02 .en_ttl {
		margin-bottom: 12px;
		font-size: 30px;
		font-size: 3rem;
	}
}

@media screen and (max-width: 640px) {
	.mod_under_ttl02 .en_ttl {
		margin-bottom: 10px;
		font-size: 2.2rem;
	}
}

.mod_under_ttl02 .jp_ttl {
	font-family: YuMincho, "Yu Mincho", "yu-mincho-pr6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", serif;
	font-weight: 700;
	font-size: 1.7rem;
	letter-spacing: .18em;
	line-height: 1;
}

@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mod_under_ttl02 .jp_ttl {
		font-size: 12px;
		font-size: 1.2rem;
	}
}

@media screen and (max-width: 640px) {
	.mod_under_ttl02 .jp_ttl {
		font-size: 1.1rem;
	}
}

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

下層MV下コピー

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

.mod_under_intro>.in {
	padding-top: 80px;
	padding-bottom: 100px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mod_under_intro>.in {
		padding-top: 60px;
	}
}
@media screen and (max-width: 640px) {
	.mod_under_intro>.in {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
}
.mod_under_intro .row01 {
	margin-bottom: 90px;
	text-align: center;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mod_under_intro .row01 {
		margin-bottom: 68px;
	}
}
@media screen and (max-width: 640px) {
	.mod_under_intro .row01 {
		margin-bottom: 3.5rem;
	}
}
.mod_under_intro .row01 .catch {
	font-family: YuMincho, "Yu Mincho", "yu-mincho-pr6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", serif;
	font-weight: 400;
	font-size: 3.0rem;
	letter-spacing: 0.16em;
	line-height: 1.93;
	color: #396450;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mod_under_intro .row01 .catch {
		font-size: 24px;
		font-size: 2.4rem;
	}
}
@media screen and (max-width: 640px) {
	.mod_under_intro .row01 .catch {
		font-size: 16px;
		font-size: 1.6rem;
	}
}
.mod_under_intro .row01 .catch+.read {
	margin-top: 20px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mod_under_intro .row01 .catch+.read {
		margin-top: 15px;
	}
}
@media screen and (max-width: 640px) {
	.mod_under_intro .row01 .catch+.read {
		margin-top: 1rem;
	}
}
.mod_under_intro .row01 .read {
	font-family: YuMincho, "Yu Mincho", "yu-mincho-pr6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", serif;
	font-weight: 400;
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 0.08em;
	line-height: 2.38;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mod_under_intro .row01 .read {
		font-size: 14px;
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 640px) {
	.mod_under_intro .row01 .read {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 2.16;
	}
}
.mod_under_intro .detail_box+.detail_box {
	margin-top: 50px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mod_under_intro .detail_box+.detail_box {
		margin-top: 40px;
	}
}
@media screen and (max-width: 640px) {
	.mod_under_intro .detail_box+.detail_box {
		margin-top: 4rem;
	}
}
@media print, screen and (min-width: 641px) {
	.mod_under_intro .detail_box.rev figure {
		margin-left: 484px;
	}
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mod_under_intro .detail_box.rev figure {
		margin-left: 395px;
	}
}
@media print, screen and (min-width: 641px) {
	.mod_under_intro .detail_box.rev .txt_box {
		right: auto;
		left: 20px;
	}
}
.mod_under_intro .detail_box .mod_wrap01 {
	position: relative;
	max-width: 1180px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mod_under_intro .detail_box .mod_wrap01 {
		max-width: 960px;
		min-width: 0;
	}
}
@media screen and (max-width: 640px) {
	.mod_under_intro .detail_box .mod_wrap01 {
		padding-left: 3rem;
		padding-right: 3rem;
	}
}
.mod_under_intro .detail_box figure {
	width: 656px;
	height: 438px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mod_under_intro .detail_box figure {
		width: 525px;
		height: 350px;
	}
}
@media screen and (max-width: 640px) {
	.mod_under_intro .detail_box figure {
		width: 100%;
		height: 0;
		padding-top: 66.76%;
	}
}
@media print, screen and (min-width: 641px) {
	.mod_under_intro .detail_box .txt_box {
		position: absolute;
		right: 20px;
		top: 0;
		width: 434px;
		height: 438px;
	}
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mod_under_intro .detail_box .txt_box {
		width: 347px;
		height: 350px;
	}
}
@media screen and (max-width: 640px) {
	.mod_under_intro .detail_box .txt_box {
		text-align: center;
	}
}
@media print, screen and (min-width: 641px) {
	.mod_under_intro .detail_box .txt_box>.in {
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}
.mod_under_intro .detail_box .txt_box .catch {
	font-family: YuMincho, "Yu Mincho", "yu-mincho-pr6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", serif;
	font-weight: 400;
	font-size: 26px;
	font-size: 2.6rem;
	letter-spacing: 0.08em;
	line-height: 1.92;
	margin-bottom: 20px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mod_under_intro .detail_box .txt_box .catch {
		font-size: 20px;
		font-size: 2rem;
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 640px) {
	.mod_under_intro .detail_box .txt_box .catch {
		font-size: 16px;
		font-size: 1.6rem;
		letter-spacing: 0.08em;
		line-height: 1.56;
		margin-top: 2rem;
		margin-bottom: 1.5rem;
	}
}
.mod_under_intro .detail_box .txt_box .catch.narrow {
	letter-spacing: 0.04em;
}
.mod_under_intro .detail_box .txt_box .txt {
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.08em;
	line-height: 1.85;
	text-align: justify;
	text-justify: inter-ideograph;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mod_under_intro .detail_box .txt_box .txt {
		font-size: 11px;
		font-size: 1.1rem;
	}
}
@media screen and (max-width: 640px) {
	.mod_under_intro .detail_box .txt_box .txt {
		text-align: left;
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.91;
		text-align: justify;
		text-justify: inter-ideograph;
	}
}

/* -----------------------------------------------------------------------------
下層共通メインビジュアルスライド　
----------------------------------------------------------------------------- */

[data-mod_mvslide] {
	padding: 0 3%;
	overflow: hidden;
}

@media screen and (max-width: 640px) {
	[data-mod_mvslide] {
		padding: 0 5.5%;
	}
}

[data-mod_mvslide] .contantWrap {
	max-width: 1200px;
	width: 100%;
	margin: auto;
	position: relative;
}

@media screen and (min-width: 640px) and (max-width: 1366px) {
	[data-mod_mvslide] .contantWrap {
		max-width: 900px;
	}
}

[data-mod_mvslide] .contantWrap .btns01 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 100%;
	width: 100%;
}

@media screen and (max-width: 640px) {
	[data-mod_mvslide] .contantWrap .btns01 {
		bottom: auto;
		top: 0;
		height: 76.38vw;
	}
}

[data-mod_mvslide] .contantWrap .btns01 button {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 60px;
	height: 60px;
	z-index: 1;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media screen and (max-width: 640px) {
	[data-mod_mvslide] .contantWrap .btns01 button {
		width: 3rem;
		height: 3rem;
	}
}

[data-mod_mvslide] .contantWrap .btns01 button:before, [data-mod_mvslide] .contantWrap .btns01 button:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

[data-mod_mvslide] .contantWrap .btns01 button:after {
	width: 30px;
	height: 30px;
	border: 1px solid #3b3b3b;
}

@media screen and (max-width: 640px) {
	[data-mod_mvslide] .contantWrap .btns01 button:after {
		width: 1.6rem;
		height: 1.6rem;
	}
}

[data-mod_mvslide] .contantWrap .btns01 button.next {
	right: -30px;
}

@media screen and (max-width: 640px) {
	[data-mod_mvslide] .contantWrap .btns01 button.next {
		right: -1.7rem;
	}
}

[data-mod_mvslide] .contantWrap .btns01 button.next:after {
	border-bottom: rgba(0, 0, 0, 0) !important;
	border-left: rgba(0, 0, 0, 0) !important;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 20px;
}

[data-mod_mvslide] .contantWrap .btns01 button.prev {
	left: -30px;
}

@media screen and (max-width: 640px) {
	[data-mod_mvslide] .contantWrap .btns01 button.prev {
		left: -1.7rem;
	}
}

[data-mod_mvslide] .contantWrap .btns01 button.prev:after {
	border-bottom: rgba(0, 0, 0, 0) !important;
	border-right: rgba(0, 0, 0, 0) !important;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: -20px;
}

.no-touchevents [data-mod_mvslide] .contantWrap .btns01 button:hover:after {
	border-color: #78A08C;
}

[data-mod_mvslide] .contantWrap .contentWrapIn {
	padding: 0;
	/*@media (max-width: 800px) {
padding: 0 20%;
}*/
}

[data-mod_mvslide] .contantWrap .contentWrapIn .content {
	position: relative;
	display: table;
}

[data-mod_mvslide] .contantWrap .contentWrapIn .content.disableTrs {
	-webkit-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

[data-mod_mvslide] .contantWrap .contentWrapIn .content .link {
	display: table-cell;
	position: relative;
	top: 0;
	left: 0;
	height: 100%;
}

[data-mod_mvslide] .contantWrap .contentWrapIn .content .link>.in {
	margin: 0 2.5%;
	height: 640px;
	background-size: cover;
	background-position: center center;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	[data-mod_mvslide] .contantWrap .contentWrapIn .content .link>.in {
		height: 480px;
	}
}

@media screen and (max-width: 640px) {
	[data-mod_mvslide] .contantWrap .contentWrapIn .content .link>.in {
		margin: 0 3.12%;
		height: 76.38vw;
	}
}

[data-mod_mvslide] .contantWrap .contentWrapIn .content .link .txt_wrap {
	position: absolute;
	left: 2.5%;
	right: 2.5%;
	bottom: 0;
}

@media screen and (max-width: 640px) {
	[data-mod_mvslide] .contantWrap .contentWrapIn .content .link .txt_wrap {
		left: 3.12%;
		right: 3.12%;
	}
}

[data-mod_mvslide] .contantWrap .contentWrapIn .content .link .txt_wrap:before {
	content: '';
	position: absolute;
	z-index: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	height: 70px;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
	background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
	background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
	background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}

@media screen and (max-width: 640px) {
	[data-mod_mvslide] .contantWrap .contentWrapIn .content .link .txt_wrap:before {
		height: 32.77vw;
	}
}

[data-mod_mvslide] .contantWrap .contentWrapIn .content .link .txt_wrap:after {
	content: '';
	display: block;
	clear: both;
}

[data-mod_mvslide] .contantWrap .contentWrapIn .content .link .txt_wrap p {
	position: relative;
	display: block;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 50%;
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing: 0.08em;
	line-height: 3.5;
	font-weight: 500;
	color: #fff;
}

@media screen and (min-width: 640px) and (max-width: 1366px) {
	[data-mod_mvslide] .contantWrap .contentWrapIn .content .link .txt_wrap p {
		font-size: 11px;
		font-size: 1.1rem;
	}
}

@media screen and (max-width: 640px) {
	[data-mod_mvslide] .contantWrap .contentWrapIn .content .link .txt_wrap p {
		padding: 0 0.8rem 0.8rem;
		max-width: 100%;
	}
}

[data-mod_mvslide] .contantWrap .contentWrapIn .content .link .txt_wrap .cap {
	float: left;
}

@media screen and (max-width: 640px) {
	[data-mod_mvslide] .contantWrap .contentWrapIn .content .link .txt_wrap .cap {
		font-size: 11px;
		font-size: 1.1rem;
		float: none;
		letter-spacing: 0.06em;
		line-height: 1.5;
	}
}

[data-mod_mvslide] .contantWrap .contentWrapIn .content .link .txt_wrap .spec {
	float: right;
	text-align: right;
}

@media screen and (max-width: 640px) {
	[data-mod_mvslide] .contantWrap .contentWrapIn .content .link .txt_wrap .spec {
		float: none;
		text-align: left;
		font-size: 9px;
		font-size: 0.9rem;
		letter-spacing: 0.08em;
		line-height: 2;
	}
}

[data-mod_mvslide] .contantWrap .pager {
	text-align: center;
}

@media screen and (max-width: 640px) {
	[data-mod_mvslide] .contantWrap .pager {
		margin-top: 1rem;
	}
}

[data-mod_mvslide] .contantWrap .pager button {
	width: 30px;
	height: 30px;
	margin: 0 5px;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

@media screen and (max-width: 640px) {
	[data-mod_mvslide] .contantWrap .pager button {
		width: 2.9rem;
		height: 2.9rem;
		margin: 0 0.5rem;
	}
}

[data-mod_mvslide] .contantWrap .pager button:after, [data-mod_mvslide] .contantWrap .pager button:before {
	content: "";
	display: block;
	width: 30px;
	height: 3px;
	background-color: #c7c7bd;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}

@media screen and (max-width: 640px) {
	[data-mod_mvslide] .contantWrap .pager button:after, [data-mod_mvslide] .contantWrap .pager button:before {
		width: 2.9rem;
		height: 0.2rem;
	}
}

[data-mod_mvslide] .contantWrap .pager button:after {
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.no-touchevents [data-mod_mvslide] .contantWrap .pager button:hover:after, [data-mod_mvslide] .contantWrap .pager button.active:after {
	background-color: #396450;
}

[data-mod_mvslide] .contantWrap .pager button.active {
	cursor: default;
	pointer-events: none;
}


/* -----------------------------------------------------------------------------
フッター
----------------------------------------------------------------------------- */

footer.mod_footer {
	background: #396450;
	color: #FFF;
}


/* -----------------------------------------------------------------------------
スライダー（お料理）
----------------------------------------------------------------------------- */

[data-slidearea06] {
	padding: 0 3%;
	overflow: hidden;
}

[data-slidearea06] .contantWrap {
	max-width: 1180px;
	width: 100%;
	margin: auto;
	position: relative;
}

[data-slidearea06] .contantWrap .btns01 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 100%;
	width: 100%;
}

[data-slidearea06] .contantWrap .btns01 button {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 70px;
	height: 70px;
	z-index: 1;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media (max-width: 640px) {
	[data-slidearea06] .contantWrap .btns01 button {
		width: 60px;
		height: 90px;
	}
}

[data-slidearea06] .contantWrap .btns01 button:before, [data-slidearea06] .contantWrap .btns01 button:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

[data-slidearea06] .contantWrap .btns01 button:before {
	width: 40px;
	height: 40px;
	/*	background-color: #FFF;*/
	border-radius: 50%;
}

[data-slidearea06] .contantWrap .btns01 button:after {
	width: 12px;
	height: 12px;
	border: 1px solid #000;
}

[data-slidearea06] .contantWrap .btns01 button.next {
	right: -30px;
}

@media (max-width: 640px) {
	[data-slidearea06] .contantWrap .btns01 button.next {
		right: -20px;
	}
}

[data-slidearea06] .contantWrap .btns01 button.next:after {
	border-bottom: rgba(0, 0, 0, 0) !important;
	border-left: rgba(0, 0, 0, 0) !important;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 3px;
}

[data-slidearea06] .contantWrap .btns01 button.prev {
	left: -30px;
}

@media (max-width: 640px) {
	[data-slidearea06] .contantWrap .btns01 button.prev {
		left: -20px;
	}
}

[data-slidearea06] .contantWrap .btns01 button.prev:after {
	border-bottom: rgba(0, 0, 0, 0) !important;
	border-right: rgba(0, 0, 0, 0) !important;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: -3px;
}

.no-touchevents [data-slidearea06] .contantWrap .btns01 button:hover:before {
	/*	background-color: #000;*/
}

.no-touchevents [data-slidearea06] .contantWrap .btns01 button:hover:after {
	/*	border-color: #FFF;*/
	opacity: .7;
}

[data-slidearea06] .contantWrap .contentWrapIn {
	padding: 0 33.33333%;
}


[data-slidearea06] .contantWrap .contentWrapIn.type01 {
	padding: 0;
}

[data-slidearea06] .contantWrap .contentWrapIn .content {
	position: relative;
	display: table;
	height: 500px;
}

@media (max-width: 640px) {
	[data-slidearea06] .contantWrap .contentWrapIn .content {
		height: auto;
	}
}

[data-slidearea06] .contantWrap .contentWrapIn .content.disableTrs {
	-webkit-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

[data-slidearea06] .contantWrap .contentWrapIn .content .link {
	display: table-cell;
	position: relative;
	top: 0;
	left: 0;
	height: 100%;
	background-size: cover;
	background-position: center center;
}

[data-slidearea06] .contantWrap .pager {
	text-align: center;
}

[data-slidearea06] .contantWrap .pager button {
	width: 100px;
	height: 100px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	background-size: cover;
	background-position: center center;
}

.no-touchevents [data-slidearea06] .contantWrap .pager button:hover, [data-slidearea06] .contantWrap .pager button.active {
	opacity: 0.6;
}

[data-slidearea06] .contantWrap .pager button.active {
	cursor: default;
	pointer-events: none;
}


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

.mod_under_gallery

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

.mod_under_gallery .photo_box {
	max-width: 1140px;
	width: 100%;
	height: 1023px;
	position: relative;
	background-color: #fff;
	margin: auto;
	margin-bottom: 80px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mod_under_gallery .photo_box {
		max-width: 920px;
		height: 818px;
	}
}
@media screen and (max-width: 640px) {
	.mod_under_gallery .photo_box {
		width: calc(100% - 32px);
		margin-bottom: 4rem;
		height: 82.36vw;
	}
}
.mod_under_gallery .photo_box>li {
	position: absolute;
}
@media screen and (max-width: 640px) {
	.mod_under_gallery .photo_box>li:before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 1;
		display: block;
	}
}
.mod_under_gallery .photo_box>li figure {
	position: relative;
	background-color: #FFF;
	overflow: hidden;
}
.mod_under_gallery .photo_box>li figure .ph {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.mod_under_gallery .photo_box>li figure figcaption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 1rem;
	font-size: 1.3rem;
	letter-spacing: 0.08em;
	color: #fff;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
	transition: opacity 0.5s, -webkit-transform 0.5s;
	-o-transition: opacity 0.5s, transform 0.5s;
	transition: opacity 0.5s, transform 0.5s;
	transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mod_under_gallery .photo_box>li figure figcaption {
		font-size: 11px;
		font-size: 1.1rem;
	}
}
.no-touchevents .mod_under_gallery .photo_box>li:hover figure .ph {
	opacity: 0.6;
}
.no-touchevents .mod_under_gallery .photo_box>li:hover figure figcaption {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.mod_under_gallery .photo_box .ph01 {
	top: 0;
	left: 0;
}
@media screen and (max-width: 640px) {
	.mod_under_gallery .photo_box .ph01:before {
		border-bottom: 1px solid #fff;
	}
}
.mod_under_gallery .photo_box .ph01 figure {
	width: 759px;
	height: 427px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mod_under_gallery .photo_box .ph01 figure {
		width: calc((920px / 3) * 2);
		height: 342px;
	}
}
@media screen and (max-width: 640px) {
	.mod_under_gallery .photo_box .ph01 figure {
		width: 61.11vw;
		height: 34.30vw;
	}
}
.mod_under_gallery .photo_box .ph02 {
	top: 430px;
	left: 0;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mod_under_gallery .photo_box .ph02 {
		top: 344px;
	}
}
@media screen and (max-width: 640px) {
	.mod_under_gallery .photo_box .ph02 {
		top: 34.30vw;
	}
	.mod_under_gallery .photo_box .ph02:before {
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}
}
.mod_under_gallery .photo_box .ph02 figure {
	width: 378px;
	height: 295px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mod_under_gallery .photo_box .ph02 figure {
		width: calc(((920px / 3) * 1) - 2px);
		height: 236px;
	}
}
@media screen and (max-width: 640px) {
	.mod_under_gallery .photo_box .ph02 figure {
		width: 30.55vw;
		height: 23.75vw;
	}
}
.mod_under_gallery .photo_box .ph03 {
	top: 728px;
	left: 0;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mod_under_gallery .photo_box .ph03 {
		top: 582px;
	}
}
@media screen and (max-width: 640px) {
	.mod_under_gallery .photo_box .ph03 {
		top: 58.05vw;
	}
	.mod_under_gallery .photo_box .ph03:before {
		border-right: 1px solid #fff;
	}
}
.mod_under_gallery .photo_box .ph03 figure {
	width: 378px;
	height: 295px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mod_under_gallery .photo_box .ph03 figure {
		width: calc(((920px / 3) * 1) - 2px);
		height: 236px;
	}
}
@media screen and (max-width: 640px) {
	.mod_under_gallery .photo_box .ph03 figure {
		width: 30.55vw;
		height: 23.75vw;
	}
}
.mod_under_gallery .photo_box .ph04 {
	top: 430px;
	left: 381px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mod_under_gallery .photo_box .ph04 {
		top: 344px;
		left: calc((920px / 3) * 1);
	}
}
@media screen and (max-width: 640px) {
	.mod_under_gallery .photo_box .ph04 {
		top: 34.30vw;
		left: 30.55vw;
	}
}
.mod_under_gallery .photo_box .ph04 figure {
	width: 378px;
	height: 593px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mod_under_gallery .photo_box .ph04 figure {
		width: calc((920px / 3) * 1);
		height: 474px;
	}
}
@media screen and (max-width: 640px) {
	.mod_under_gallery .photo_box .ph04 figure {
		width: 30.55vw;
		height: 47.77vw;
	}
}
.mod_under_gallery .photo_box .ph05 {
	top: 0;
	right: 0;
}
@media screen and (max-width: 640px) {
	.mod_under_gallery .photo_box .ph05 {
		right: auto;
		left: 61.11vw;
	}
	.mod_under_gallery .photo_box .ph05:before {
		border-bottom: 1px solid #fff;
		border-left: 1px solid #fff;
	}
}
.mod_under_gallery .photo_box .ph05 figure {
	width: 378px;
	height: 725px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mod_under_gallery .photo_box .ph05 figure {
		width: calc(((920px / 3) * 1) - 2px);
		height: 580px;
	}
}
@media screen and (max-width: 640px) {
	.mod_under_gallery .photo_box .ph05 figure {
		width: 30.55vw;
		height: 58.33vw;
	}
}
.mod_under_gallery .photo_box .ph06 {
	top: 728px;
	right: 0;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mod_under_gallery .photo_box .ph06 {
		top: 582px;
	}
}
@media screen and (max-width: 640px) {
	.mod_under_gallery .photo_box .ph06 {
		top: 58.33vw;
		right: auto;
		left: 61.11vw;
	}
	.mod_under_gallery .photo_box .ph06:before {
		border-left: 1px solid #fff;
	}
}
.mod_under_gallery .photo_box .ph06 figure {

	width: 378px;
	height: 295px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mod_under_gallery .photo_box .ph06 figure {
		width: calc(((920px / 3) * 1) - 2px);
		height: 236px;
	}
}
@media screen and (max-width: 640px) {
	.mod_under_gallery .photo_box .ph06 figure {
		width: 30.55vw;
		height: 23.75vw;
	}
}
@media screen and (max-width: 640px) {
	.mod_under_gallery .info_box {
		padding-left: 3rem;
		padding-right: 3rem;
	}
}
.mod_under_gallery .info_box .detail {
	max-width: 1140px;
	width: 100%;
	height: 470px;
	margin: 0 auto;
	position: relative;
	background-color: #fff;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mod_under_gallery .info_box .detail {
		max-width: 920px;
		height: 376px;
	}
}
@media screen and (max-width: 640px) {
	.mod_under_gallery .info_box .detail {
		height: auto;
	}
}
@media print, screen and (min-width: 641px) {
	.mod_under_gallery .info_box .detail figure {
		position: absolute;
		right: 0;
		top: 0;
	}
}
.mod_under_gallery .lovers {
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	backface-visibility: hidden;
}
.os-iOS .mod_under_gallery .lovers ,
.safari .mod_under_gallery .lovers ,
.os-android .mod_under_gallery .lovers {
	background-attachment: local;
}
@media print, screen and (min-width: 641px) {
	.mod_under_gallery .lovers {
		padding: 65px 0;
		background-image: url(/common/img/mod_under_gallery_lovers_bg.jpg);
	}
}
@media screen and (max-width: 640px) {
	.mod_under_gallery .lovers {
		padding-top: 3rem;
		padding-bottom: 3rem;
		background-image: url(/common/img/mod_under_gallery_lovers_bg_sp.jpg);
	}
}
.mod_under_gallery .lovers .detail {
	position: relative;
	z-index: 0;
}
.mod_under_gallery .lovers .detail:before, .mod_under_gallery .lovers .detail:after {
	content: '';
	position: absolute;
	bottom: 15px;
	z-index: -1;
	width: 50%;
	height: 25%;
	-webkit-box-shadow: 0 18px 15px rgba(0, 0, 0, 0.5);
	box-shadow: 0 18px 15px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 640px) {
	.mod_under_gallery .lovers .detail:before, .mod_under_gallery .lovers .detail:after {
		-webkit-box-shadow: 0 13px 15px rgba(0, 0, 0, 0.5);
		box-shadow: 0 13px 15px rgba(0, 0, 0, 0.5);
	}
}
.mod_under_gallery .lovers .detail:before {
	left: 10px;
	-webkit-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	transform: rotate(-2deg);
}
.mod_under_gallery .lovers .detail:after {
	right: 10px;
	-webkit-transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	transform: rotate(2deg);
}
.mod_under_gallery .lovers .detail figure {
	width: 601px;
	height: 100%;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mod_under_gallery .lovers .detail figure {
		width: 481px;
	}
}
@media screen and (max-width: 640px) {
	.mod_under_gallery .lovers .detail figure {
		width: 100%;
		height: 0;
		padding-top: 78.33%;
	}
}
.mod_under_gallery .lovers .detail .txt_box {
	width: 539px;
	height: 470px;
	text-align: center;
	background-color: #fff;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mod_under_gallery .lovers .detail .txt_box {
		width: 439px;
		height: 376px;
	}
}
@media screen and (max-width: 640px) {
	.mod_under_gallery .lovers .detail .txt_box {
		width: calc(100% - 6rem);
		height: auto;
		padding: 3rem 3rem 2.5rem;
	}
}
@media print, screen and (min-width: 641px) {
	.mod_under_gallery .lovers .detail .txt_box>.in {
		width: 100%;
		max-width: 390px;
		margin: 0 auto;
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mod_under_gallery .lovers .detail .txt_box>.in {
		max-width: 320px;
	}
}
.mod_under_gallery .lovers .detail .txt_box .logo {
	margin-bottom: 30px;
	line-height: 1;
}
.mod_under_gallery .lovers .detail .txt_box .logo img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mod_under_gallery .lovers .detail .txt_box .logo {
		margin-bottom: 24px;
	}
	.mod_under_gallery .lovers .detail .txt_box .logo img {
		width: auto;
		height: 106px;
	}
}
@media screen and (max-width: 640px) {
	.mod_under_gallery .lovers .detail .txt_box .logo {
		margin-bottom: 1.5rem;
	}
	.mod_under_gallery .lovers .detail .txt_box .logo img {
		width: auto;
		height: 18.61vw;
	}
}
.mod_under_gallery .lovers .detail .txt_box .catch {
	font-family: YuMincho, "Yu Mincho", "yu-mincho-pr6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", serif;
	font-weight: 600;
	font-size: 24px;
	font-size: 2.4rem;
	letter-spacing: 0.28em;
	line-height: 1.66;
	margin-bottom: 20px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mod_under_gallery .lovers .detail .txt_box .catch {
		font-size: 19px;
		font-size: 1.9rem;
		margin-bottom: 16px;
	}
}
@media screen and (max-width: 640px) {
	.mod_under_gallery .lovers .detail .txt_box .catch {
		font-size: 16px;
		font-size: 1.6rem;
		letter-spacing: 0.08em;
		line-height: 1.62;
		margin-bottom: 1.5rem;
	}
}
.mod_under_gallery .lovers .detail .txt_box .txt {
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.08em;
	line-height: 2;
	text-align: justify;
	text-justify: inter-ideograph;
	text-align: left;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mod_under_gallery .lovers .detail .txt_box .txt {
		font-size: 11px;
		font-size: 1.1rem;
	}
}
@media screen and (max-width: 640px) {
	.mod_under_gallery .lovers .detail .txt_box .txt {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.58;
		text-align: justify;
		text-justify: inter-ideograph;
	}
}
.mod_under_gallery .fair {
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	backface-visibility: hidden;
}
.os-iOS .mod_under_gallery .fair ,
.safari .mod_under_gallery .fair ,
.os-android .mod_under_gallery .fair {
	background-attachment: local;
}
@media print, screen and (min-width: 641px) {
	.mod_under_gallery .fair {
		padding: 75px 0 80px;
		background-image: url(/common/img/mod_under_gallery_fair_bg.jpg);
	}
}
@media screen and (max-width: 640px) {
	.mod_under_gallery .fair {
		padding-top: 3rem;
		padding-bottom: 3rem;
		background-image: url(/common/img/mod_under_gallery_fair_bg_sp.jpg);
	}
}
.mod_under_gallery .fair .detail {
	position: relative;
	background-color: rgba(255, 255, 255, 0.8);
}
@media print, screen and (min-width: 641px) {
	.mod_under_gallery .fair .detail {
		height: 413px;
	}
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mod_under_gallery .fair .detail {
		height: 330px;
	}
}
.mod_under_gallery .fair .detail:before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 4px solid #a4c1b3;
	display: block;
	pointer-events: none;
}
@media screen and (max-width: 640px) {
	.mod_under_gallery .fair .detail:before {
		border-width: 0.2rem;
	}
}
.mod_under_gallery .fair .detail figure {
	width: 512px;
	height: 100%;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mod_under_gallery .fair .detail figure {
		width: 410px;
	}
}
@media screen and (max-width: 640px) {
	.mod_under_gallery .fair .detail figure {
		width: 100%;
		height: 0;
		padding-top: 80.83%;
	}
}
.mod_under_gallery .fair .detail .txt_box {
	position: relative;
	text-align: center;
}
@media print, screen and (min-width: 641px) {
	.mod_under_gallery .fair .detail .txt_box {
		width: 628px;
		height: 413px;
	}
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mod_under_gallery .fair .detail .txt_box {
		width: 510px;
		height: 330px;
	}
}
@media screen and (max-width: 640px) {
	.mod_under_gallery .fair .detail .txt_box {
		padding: 0 1.8rem;
	}
}
.mod_under_gallery .fair .detail .txt_box:before, .mod_under_gallery .fair .detail .txt_box:after {
	content: '';
	position: absolute;
	display: block;
	width: 84px;
	height: 84px;
	background-image: url(/common/img/mod_under_gallery_fair_deco.png);
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mod_under_gallery .fair .detail .txt_box:before, .mod_under_gallery .fair .detail .txt_box:after {
		width: 67px;
		height: 67px;
	}
}
@media screen and (max-width: 640px) {
	.mod_under_gallery .fair .detail .txt_box:before, .mod_under_gallery .fair .detail .txt_box:after {
		width: 4.5rem;
		height: 4.5rem;
	}
}
.mod_under_gallery .fair .detail .txt_box:before {
	top: 0;
	left: 0;
}
.mod_under_gallery .fair .detail .txt_box:after {
	top: 0;
	right: 0;
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}
@media print, screen and (min-width: 641px) {
	.mod_under_gallery .fair .detail .txt_box>.in {
		width: 100%;
		margin: 0 auto;
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}
@media screen and (max-width: 640px) {
	.mod_under_gallery .fair .detail .txt_box>.in {
		padding-top: 3rem;
		padding-bottom: 2rem;
	}
}
.mod_under_gallery .fair .detail .txt_box .logo {
	margin-bottom: 20px;
	line-height: 1;
}
.mod_under_gallery .fair .detail .txt_box .logo img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mod_under_gallery .fair .detail .txt_box .logo img {
		width: auto;
		height: 61px;
	}
}
@media screen and (max-width: 640px) {
	.mod_under_gallery .fair .detail .txt_box .logo {
		margin-bottom: 1.5rem;
	}
	.mod_under_gallery .fair .detail .txt_box .logo img {
		width: auto;
		height: 15vw;
	}
}
.mod_under_gallery .fair .detail .txt_box .catch {
	font-family: YuMincho, "Yu Mincho", "yu-mincho-pr6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", serif;
	font-weight: 600;
	font-size: 30px;
	font-size: 3rem;
	letter-spacing: 0.14em;
	line-height: 1.66;
	margin-bottom: 20px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mod_under_gallery .fair .detail .txt_box .catch {
		font-size: 23px;
		font-size: 2.3rem;
	}
}
@media screen and (max-width: 640px) {
	.mod_under_gallery .fair .detail .txt_box .catch {
		font-size: 16px;
		font-size: 1.6rem;
		margin-bottom: 1.0rem;
	}
}
.mod_under_gallery .fair .detail .txt_box .txt {
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 0.08em;
	line-height: 1.75;
	font-weight: 500;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mod_under_gallery .fair .detail .txt_box .txt {
		font-size: 12px;
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 640px) {
	.mod_under_gallery .fair .detail .txt_box .txt {
		font-size: 11px;
		font-size: 1.1rem;
		line-height: 1.72;
	}
}
.mod_under_gallery .fair .detail .txt_box .cmnBtn02 {
	max-width: 326px;
	margin: 0 auto;
	margin-top: 40px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mod_under_gallery .fair .detail .txt_box .cmnBtn02 {
		max-width: 260px;
	}
}
@media screen and (max-width: 640px) {
	.mod_under_gallery .fair .detail .txt_box .cmnBtn02 {
		margin-top: 1rem;
	}
}
/*==============================
メインビジュアル100%
==============================*/


/* メインビジュアル100%の画像 */

.img100box img {
	width: 100%;
}


/* -----------------------------------------------------------------------------
ボックススタイル
----------------------------------------------------------------------------- */

.mod_under_ttl01 {
	padding: 80px 0 70px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mod_under_ttl01 {
		padding: 60px 0 52px;
	}
}

@media screen and (max-width: 640px) {
	.mod_under_ttl01 {
		padding: 46px 0 36px;
	}
}


/* -----------------------------------------------------------------------------
テキストスタイル
----------------------------------------------------------------------------- */

.mod_under_ttl01 .jp_ttl, .mod_under_ttl02 .jp_ttl {
	font-weight: 600;
}

.mod_under_intro .row01 h3.catch, .mod_under_intro .row01 p.read {
	font-weight: 600;
}
@media screen and (max-width: 320px) {
	.mod_under_intro .row01 h3.catch, .mod_under_intro .row01 p.read {
		letter-spacing: 0;
	}
}

.mod_under_intro .detail_box .txt_box h3.catch, .mod_under_gallery .fair .detail .txt_box h3.catch {
	font-weight: 600;
}
@media screen and (min-width: 641px) {
	.mod_under_intro .detail_box .txt_box h3.catch, .mod_under_gallery .fair .detail .txt_box h3.catch {
		white-space: nowrap;
	}
}

/* -----------------------------------------------------------------------------
2カラムボックス
----------------------------------------------------------------------------- */


/* 2カラムボックス全体 */

.column2_wrapper {
	max-width: 1200px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3rem;
	margin: auto;
	overflow: hidden;
	clear: both;
	box-sizing: border-box;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.column2_wrapper {
		max-width: 900px;
		padding-left: 4px;
		padding-right: 4px;
		padding-bottom: 2.25rem;
	}
}


/* カラムボックス単体 */

.column2_box {
	-webkit-width: calc(100%/2.01);
	width: calc(100%/2.01);
	box-sizing: border-box;
	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	float: left;
}

.column2_box img {
	max-width: 100%;
}

.column2_box h4 {
	font-family: minion-3, serif;
	font-size: 2.4rem;
	letter-spacing: 0.1em;
	line-height: 1.4;
	font-weight: 400;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	color: #3C3C3C;
}

.column2_box h4 span {
	font-size: 0.55em;
	display: block;
	padding-bottom: 0.5em;
	color: #396450;
}

.column2_box p {
	font-size: 1.4em;
	color: #3C3C3C;
	letter-spacing: 0.08em;
	line-height: 1.8;
	text-align: left;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.column2_box p {
		font-size: 1.1em;
	}
}

@media screen and (max-width: 640px) {
	.column2_wrapper {
		padding-left: 2rem;
		padding-right: 2rem;
		padding-bottom: 3rem;
	}
	.column2_box {
		width: 100%;
		padding: 0;
		padding-bottom: 3rem;
		float: none;
	}
	.column2_box h4 {
		font-size: 1.6rem;
	}
	.column2_box h4 span {
		font-size: 0.7em;
	}
	.column2_box p {
		font-size: 1.2em;
	}
}


/* -----------------------------------------------------------------------------
3カラムボックス
----------------------------------------------------------------------------- */


/* 3カラムボックス全体 */

.column3_wrapper {
	max-width: 1200px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3rem;
	margin: auto;
	overflow: hidden;
	clear: both;
	box-sizing: border-box;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.column3_wrapper {
		padding-bottom: 2.25rem;
		max-width: 900px;
	}
}


/* カラムボックス単体 */

.column3_box {
	-webkit-width: calc(100%/3.01);
	width: calc(100%/3.01);
	box-sizing: border-box;
	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	float: left;
}

.column3_box img {
	max-width: 100%;
}

.column3_box h4 {
	font-family: minion-3, YuMincho, "Yu Mincho", yu-mincho-pr6, "ヒラギノ明朝 ProN W3", HiraMinProN-W3, "HG明朝E", serif;
	font-size: 2.4rem;
	letter-spacing: 0.1em;
	line-height: 1.4;
	font-weight: 600;
	padding-top: 1em;
	padding-bottom: 0.7em;
	color: #3C3C3C;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.column3_box h4 {
		font-size: 1.8rem;
	}
}

.column3_box h4 span {
	font-size: 0.55em;
	display: block;
	padding-bottom: 0.5em;
	color: #396450;
}

.column3_box p {
	font-size: 1.4em;
	color: #3C3C3C;
	letter-spacing: 0.08em;
	line-height: 1.8;
	text-align: left;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.column3_box p {
		font-size: 1.1em;
	}
}

@media screen and (max-width: 640px) {
	.column3_wrapper {
		padding-left: 2rem;
		padding-right: 2rem;
		padding-bottom: 3rem;
	}
	.column3_box {
		width: 100%;
		padding: 0;
		padding-bottom: 3rem;
		float: none;
	}
	.column3_box h4 {
		font-size: 1.7rem;
	}
	.column3_box h4 span {
		font-size: 0.7em;
	}
	.column3_box p {
		font-size: 1.2em;
	}
}


/*==============================
4カラムボックス
==============================*/


/* 4カラムボックス全体 */

.column4_wrapper {
	max-width: 1360px;
	margin: auto;
	overflow: hidden;
	clear: both;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.column4_wrapper {
		max-width: 1020px;
	}
}


/* 4カラムボックス単体 */

.column4_box {
	width: calc(100%/4.01);
	box-sizing: border-box;
	padding: 10px;
	text-align: center;
	float: left;
	position: relative;
}

.column4_box img {
	max-width: 100%;
}

.column4_box h4 {
	font-family: minion-3, serif;
	font-size: 2.4rem;
	color: #396450;
	letter-spacing: 0.1em;
	line-height: 1.4;
	font-weight: 500;
	padding-top: 0.5em;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.column4_box h4 {
		font-size: 1.8rem;
	}
}

.column4_box h4 span {
	color: #3C3C3C;
	font-size: 0.7em;
	display: block;
	padding-top: 0.5em;
	letter-spacing: 0.08em;
}

.column4_box p {
	font-size: 1.3em;
	color: #3C3C3C;
	letter-spacing: 0.08em;
	line-height: 3.65;
	padding-bottom: 0.5rem;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.column4_box p {
		font-size: 1.2em;
	}
}


/* moreボタン */

.column4_box a {
	width: 70%;
	display: block;
}

/* 下層ページ用 */

.sec_select {
	overflow: hidden;
	margin-bottom: 8rem;
}

.sec_select .mod_under_ttl02 {
	padding: 75px 0 30px;
}

@media screen and (max-width: 640px) {
	.column4_box {
		width: 100%;
		padding: 0;
		text-align: left;
		float: none;
		clear: both;
		position: relative;
		border-top: 1px solid #E1E6DC;
	}
	.column4_box img {
		width: 35%;
		float: left;
	}
	.column4_box h4 {
		font-size: 1.55rem;
		letter-spacing: 0.1em;
		margin-left: 39%;
		margin-top: 1%;
	}
	.column4_box h4 span {
		padding-bottom: 0.3rem;
		padding-top: 0;
	}
	.column4_box p {
		margin-left: 39%;
		line-height: 1.8;
		font-size: 1rem;
	}
	.column4_box a {
		text-indent: -9999px;
		position: absolute;
		top: 0;
		right: 0;
		background: url(/img/partystyle/link_arrow_down.png) no-repeat 95% center;
		border: 0;
		width: 100%;
		height: 120%;
		background-size: 18px;
	}
	.column4_box a:hover {
		background: url(/img/partystyle/link_arrow_down.png) no-repeat 95% center;
		background-size: 18px;
	}
	.sec_select .column4_box a {
		background: url(/img/partystyle/link_arrow_right.png) no-repeat right center;
		border: 0;
		background-size: 60px;
		height: 110%;
	}
	.sec_select .column4_box a:hover {
		background: url(/img/partystyle/link_arrow_right.png) no-repeat right center;
		background-size: 60px;
	}
	.sec_select {
		margin-bottom: 0;
	}
	.sec_select .mod_under_ttl02 {
		display: none;
	}
}



.column6_wrapper {
	max-width: 1360px;
	margin: auto;
	overflow: hidden;
	clear: both;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.column6_wrapper {
		max-width: 1020px;
	}
}
.column5_wrapper {
	max-width: 1160px;
	margin: auto;
	overflow: hidden;
	clear: both;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.column5_wrapper {
		max-width: 1020px;
	}
}



/* 4カラムボックス単体 */

.column6_box {
	width: calc(100%/6.015);
	box-sizing: border-box;
	padding: 10px 5px;
	text-align: center;
	float: left;
	position: relative;
}

.column6_box img {
	max-width: 100%;
}

.column6_box h4 {
	font-family: minion-3, serif;
	font-size: 1.8rem;
	color: #396450;
	letter-spacing: 0.1em;
	line-height: 1.4;
	font-weight: 500;
	padding-top: 0.5em;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.column6_box h4 {
		font-size: 1.8rem;
	}
}

.column6_box h4 span {
	color: #3C3C3C;
	font-size: 1.2rem;
	display: block;
	padding-top: 0.5em;
	letter-spacing: 0.08em;
}

.column6_box p {
	font-size: 1.2rem;
	color: #3C3C3C;
	letter-spacing: 0.08em;
	line-height: 3.65;
	padding-bottom: 0.5rem;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.column6_box p {
		font-size: 1.2em;
	}
}


/* moreボタン */

.column6_box a {
	width: 70%;
	display: block;
}

@media screen and (max-width: 640px) {
	.column6_box {
		width: 100%;
		padding: 0;
		text-align: left;
		float: none;
		clear: both;
		position: relative;
		border-top: 1px solid #E1E6DC;
	}
	.column6_box img {
		width: 35%;
		float: left;
	}
	.column6_box h4 {
		font-size: 1.55rem;
		letter-spacing: 0.1em;
		margin-left: 39%;
		margin-top: 1%;
	}
	.column6_box h4 span {
		padding-bottom: 0.3rem;
		padding-top: 0;
	}
	.column6_box p {
		margin-left: 39%;
		line-height: 1.8;
		font-size: 1rem;
	}
	.column6_box a {
		text-indent: -9999px;
		position: absolute;
		top: 0;
		right: 0;
		background: url(/img/partystyle/link_arrow_down.png) no-repeat 95% center;
		border: 0;
		width: 100%;
		height: 120%;
		background-size: 18px;
	}
	.column6_box a:hover {
		background: url(/img/partystyle/link_arrow_down.png) no-repeat 95% center;
		background-size: 18px;
	}
	.sec_select .column6_box a {
		background: url(/img/partystyle/link_arrow_right.png) no-repeat right center;
		border: 0;
		background-size: 60px;
		height: 110%;
	}
	.sec_select .column6_box a:hover {
		background: url(/img/partystyle/link_arrow_right.png) no-repeat right center;
		background-size: 60px;
	}
}



.column5_box {
	width: calc(100%/5);
	box-sizing: border-box;
	padding: 10px;
	text-align: center;
	float: left;
	position: relative;
}

.column5_box img {
	max-width: 100%;
}

.column5_box h4 {
	font-family: minion-3, serif;
	font-size: 1.8rem;
	color: #396450;
	letter-spacing: 0.1em;
	line-height: 1.4;
	font-weight: 500;
	padding-top: 0.5em;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.column5_box h4 {
		font-size: 1.8rem;
	}
}

.column5_box h4 span {
	color: #3C3C3C;
	font-size: 1.2rem;
	display: block;
	padding-top: 0.5em;
	letter-spacing: 0.08em;
}

.column5_box p {
	font-size: 1.2rem;
	color: #3C3C3C;
	letter-spacing: 0.08em;
	line-height: 3.65;
	padding-bottom: 0.5rem;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.column5_box p {
		font-size: 1.2em;
	}
}


/* moreボタン */

.column5_box a {
	width: 70%;
	display: block;
}

@media screen and (max-width: 640px) {
	.column5_box {
		width: 100%;
		padding: 0;
		text-align: left;
		float: none;
		clear: both;
		position: relative;
		border-top: 1px solid #E1E6DC;
	}
	.column5_box img {
		width: 35%;
		float: left;
	}
	.column5_box h4 {
		font-size: 1.55rem;
		letter-spacing: 0.1em;
		margin-left: 39%;
		margin-top: 1%;
	}
	.column5_box h4 span {
		padding-bottom: 0.3rem;
		padding-top: 0;
	}
	.column5_box p {
		margin-left: 39%;
		line-height: 1.8;
		font-size: 1rem;
	}
	.column5_box a {
		text-indent: -9999px;
		position: absolute;
		top: 0;
		right: 0;
		background: url(/img/partystyle/link_arrow_down.png) no-repeat 95% center;
		border: 0;
		width: 100%;
		height: 120%;
		background-size: 18px;
	}
	.column5_box a:hover {
		background: url(/img/partystyle/link_arrow_down.png) no-repeat 95% center;
		background-size: 18px;
	}
	.sec_select .column5_box a {
		background: url(/img/partystyle/link_arrow_right.png) no-repeat right center;
		border: 0;
		background-size: 60px;
		height: 110%;
	}
	.sec_select .column5_box a:hover {
		background: url(/img/partystyle/link_arrow_right.png) no-repeat right center;
		background-size: 60px;
	}
}

.mod_under_gallery .new_photo_box {
	height: 621px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mod_under_gallery .new_photo_box {
		height: 497px;
	}
}
@media screen and (max-width: 640px) {
	.mod_under_gallery .new_photo_box {
		height: 96vw;
		width: calc(100% - 2.5rem);
	}
}
.mod_under_gallery .photo_box .new_ph01 {
	top: 0;
	left: 0;
}
.mod_under_gallery .photo_box .new_ph01 figure {
	width: 378px;
	height: 408px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mod_under_gallery .photo_box .new_ph01 figure {
		width: calc(((920px / 3) * 1) - 2px);
		height: 326.4px;
	}
}
@media screen and (max-width: 640px) {
	.mod_under_gallery .photo_box .new_ph01 figure {
		width: 41.4vw;
		height: 49vw;
	}
	.mod_under_gallery .photo_box .new_ph01:before {
		border-right: 1px solid #fff;
	}
}
@media screen and (max-width: 350px) {
	.mod_under_gallery .photo_box .new_ph01 figure {
		width: 40.5vw;
	}
}

.mod_under_gallery .photo_box .new_ph02 {
	top: auto;
	left: 0;
	bottom: 0;
}
@media screen and (max-width: 640px) {
	.mod_under_gallery .photo_box .new_ph02 {
		bottom: auto;
		top: 49.2vw;
	}
	.mod_under_gallery .photo_box .new_ph02:before {
		border-bottom: 1px solid #fff;
	}
}
.mod_under_gallery .photo_box .new_ph02 figure {
	width: 378px;
	height: 210px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mod_under_gallery .photo_box .new_ph02 figure {
		width: calc(((920px / 3) * 1) - 2px);
		height: 168px;
	}
}
@media screen and (max-width: 640px) {
	.mod_under_gallery .photo_box .new_ph02 figure {
		width: 41.4vw;
		height: 22.5vw;
	}
}
@media screen and (max-width: 350px) {
	.mod_under_gallery .photo_box .new_ph02 figure {
		width: 40.5vw;
	}
}

.mod_under_gallery .photo_box .new_ph03 {
	top: 0;
	left: 381px;
}
@media screen and (max-width: 640px) {
	.mod_under_gallery .photo_box .new_ph03 {
		left: auto;
		right: 0;
	}
	.mod_under_gallery .photo_box .new_ph03:before {
		border-right: 0;
		border-bottom: 1px solid #fff;
		border-left: 1px solid #fff;
	}
}
.mod_under_gallery .photo_box .new_ph03 figure {
	width: 378px;
	height: 620px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mod_under_gallery .photo_box .new_ph03 {
		left: calc(((920px / 3) * 1) + 0.5px);
	}
	.mod_under_gallery .photo_box .new_ph03 figure {
		width: calc(((920px / 3) * 1) - 1px);
		height: 497px;
	}
}
@media screen and (max-width: 640px) {
	.mod_under_gallery .photo_box .new_ph03 figure {
		width: 52.45vw;
		height: 60.9vw;
	}
}
 @media screen and (max-width: 350px) {
	.mod_under_gallery .photo_box .new_ph03 figure {
		width: 52.4vw;
	}
}

.mod_under_gallery .photo_box .new_ph04{
	left: auto;
	top: 0;
	right: 0;
}
@media screen and (max-width: 640px) {
	.mod_under_gallery .photo_box .new_ph04 {
		top: auto;
		right: auto;
		left: 0;
		bottom: 0;
	}
	.mod_under_gallery .photo_box .new_ph04:before {
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}
}
.mod_under_gallery .photo_box .new_ph04 figure {
	width: 378px;
	height: 210px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mod_under_gallery .photo_box .new_ph04 figure {
		width: calc(((920px / 3) * 1) - 2px);
		height: 168px;
	}
}
@media screen and (max-width: 640px) {
	.mod_under_gallery .photo_box .new_ph04 figure {
		width: 41.4vw;
		height: 24.1vw;
	}
}
@media screen and (max-width: 350px) {
	.mod_under_gallery .photo_box .new_ph04 figure {
		width: 40.5vw;
	}
}

.mod_under_gallery .photo_box .new_ph05 {
	top: auto;
	bottom: 0;
	right: 0;
}
@media screen and (max-width: 640px) {
	.mod_under_gallery .photo_box .new_ph05 {
		left: auto;
		right: 0;
	}
	.mod_under_gallery .photo_box .new_ph05:before {
		border-left: 1px solid #fff;
		border-top: 1px solid #fff;
	}
}
.mod_under_gallery .photo_box .new_ph05 figure {
	width: 378px;
	height: 408px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mod_under_gallery .photo_box .new_ph05 figure {
		width: calc(((920px / 3) * 1) - 2px);
		height: 326.4px;
	}
}
@media screen and (max-width: 640px) {
	.mod_under_gallery .photo_box .new_ph05 figure {
		width: 52.45vw;
		height: 35.1vw;
	}
}
@media screen and (max-width: 350px) {
	.mod_under_gallery .photo_box .new_ph05 figure {
		width: 52.4vw;
	}
}

/* -----------------------------------------------------------------------------
フッター
----------------------------------------------------------------------------- */

.mod_footer {
	background: #396450;
	color: #FFF;
}

.mod_footer .mod_under_ttl02 {
	color: #FFF;
}

.mod_footer .tel_box {
	max-width: 770px;
	margin: auto;
	overflow: hidden;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mod_footer .tel_box {
		max-width: 620px;
	}
}

.mod_footer .tel_box dl {
	width: 340px;
	float: left;
	box-sizing: border-box;
	border-left: 1px solid #CFD9BC;
	text-align: center;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mod_footer .tel_box dl {
		padding-left: 10px;
		width: 280px;
	}
}

.mod_footer .tel_box dl:last-child {
	width: 400px;
	float: right;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mod_footer .tel_box dl:last-child {
		padding-left:10px;
		width: 320px;
	}
}

.mod_footer .tel_box dt {
	font-family: YuMincho, "Yu Mincho", yu-mincho-pr6, "ヒラギノ明朝 ProN W3", HiraMinProN-W3, "HG明朝E", serif;
	font-weight: 400;
	font-size: 1.4rem;
	letter-spacing: 2px;
	margin-bottom: 7px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mod_footer .tel_box dt {
		font-size: 1.1rem;
		margin-bottom: 5px;
	}
}
@media screen and (max-width: 640px) {
	.mod_footer .tel_box dt {
		font-size: 1.2rem;
		letter-spacing: 1px;
		margin-bottom: 0;
	}
}

.ie .mod_footer .tel_box dt {
	letter-spacing: -0.05em;
}

.mod_footer .tel_box svg {
	fill: #FFF;
	width: 36px;
	height: 24px;
	vertical-align: middle;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mod_footer .tel_box svg {
		width: 27px;
		height: 18px;
	}
}

.mod_footer .tel_box a>span {
	margin-left: 8px;
	font-family: "minion-3", serif;
	font-weight: 400;
    font-size: 3.8rem;
    letter-spacing: 1px;
	vertical-align: middle;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mod_footer .tel_box a>span {
		margin-left: 6px;
	    font-size: 2.85rem;
        letter-spacing: 0;
	}
}
@media screen and (max-width: 450px) {
	.mod_footer .tel_box a>span {
   		font-size: 3.0rem;
        letter-spacing: 0;
	}
}

.mod_footer .tel_box a>em {
	font-style: normal;
	display: block;
	font-size: 1.2rem;
	letter-spacing: 1px;
	white-space: pre;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mod_footer .tel_box a>em {
		font-size: 1.1rem;
	}
}
@media screen and (max-width: 450px) {
	.mod_footer .tel_box a>em {
		font-size: 1.1rem;
		letter-spacing: 0;
	}
}

.mod_footer .imp_box {
	width: 1000px;
	overflow: hidden;
	margin: auto;
	clear: both;
	padding-top: 5rem;
	padding-bottom: 7rem;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mod_footer .imp_box {
		width: 750px;
	}
}

.mod_footer .imp_box li {
	width: 20%;
	box-sizing: border-box;
	padding: 7px;
	float: left;
}



/* スマホのみ表示のサブリンク */

.mod_footer .nav_box {
	clear: both;
	overflow: hidden;
	margin-left: -1px;
}

.mod_footer .nav_box li {
	width: 50%;
	float: left;
	border-bottom: 1px solid #D2DCBE;
	border-left: 1px solid #D2DCBE;
	box-sizing: border-box;
}

.mod_footer .nav_box a {
	background: #78A08C;
	font-size: 1.2rem;
	color: #FFF;
	display: block;
	padding: 1.4rem;
	text-align: center;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mod_footer .nav_box a {
		font-size: 1.1rem;
		padding: 1.05rem;
	}
}

.spfootflowmenu {
	position: absolute;
	top: 120vh;
	left: 0;
	width: 0;
	bottom: 0;
	pointer-events: none;
}

.mod_footer .sub_nav_bottom {
	clear: both;
	overflow: hidden;
	margin-left: -1px;
	position: fixed;
	bottom: 0;
	left: 0;
	width: calc(100% - 1.6rem);
	z-index: 10;
    transform: translateY(100%);
    opacity: 0;
    transition: 1.0s;
    padding-bottom: env(safe-area-inset-bottom);
    background-color: #396450;
	border-radius: 5px;
	margin-inline: 0.8rem;
	margin-bottom: 0.8rem;
}
.spfootflowmenuView .mod_footer .sub_nav_bottom {
    transform: none;
    opacity: 1;
}

.mod_footer .sub_nav_bottom ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.mod_footer .sub_nav_bottom li {
	/*float: left;
	box-sizing: border-box;*/
	/* border-bottom: 1px solid #D2DCBE; */
	border-left: 1px solid #D2DCBE;
	width: calc((100% - 2px) / 3);
}

.mod_footer .sub_nav_bottom li:first-child {
	border-left: none;
}

/*.mod_footer .sub_nav_bottom li {
	width: 50%;
	float: left;
	border-bottom: 1px solid #D2DCBE;
	border-left: 1px solid #D2DCBE;
	box-sizing: border-box;
}*/

.mod_footer .sub_nav_bottom a {
	background: #396450;
	font-size: 1.2rem;
    letter-spacing: 1px;
	color: #FFF;
	display: block;
	padding: 0.8rem 0;
	text-align: center;
    font-weight: 300;
	line-height: 1.4;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mod_footer .sub_nav_bottom a {
		font-size: 1.2rem;
		padding: 1.05rem;
	}
}



/* その他のリンク */

.mod_footer .sub_nav {
	background: #D2DCBE;
	padding: 3rem;
	box-sizing: border-box;
	text-align: left;
	color: #3C3C3C;
	position: relative;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mod_footer .sub_nav {
		padding: 2.25rem;
	}
}


.mod_footer .sub_nav .inner_box {
	max-width: 1140px;
	margin: auto;
	overflow: hidden;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mod_footer .sub_nav .inner_box {
		max-width: 885px;
	}
}

.mod_footer .sub_nav ul {
	float: left;
}

.mod_footer .sub_nav li {
	display: inline-block;
	float: left;
	font-size: 1.2rem;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mod_footer .sub_nav li {
		font-size: 1.1rem;
	}
}

.mod_footer .sub_nav a {
	color: #3C3C3C;
	display: inline-block;
}

.mod_footer .sub_nav a.icon_blank_win {
	background: url(/common/img/icon_blank_win.png) no-repeat;
	background-position: right center;
	background-size: auto 49px;
	padding-right: 4rem;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mod_footer .sub_nav a.icon_blank_win {
		background-size: auto 36px;
		padding-right: 3rem;
	}
}

.mod_footer .sub_nav p {
	float: right;
	padding-right: 5%;
}


/* ページの先頭に戻る */

.mod_toTop_area {
	position: fixed;
	bottom: 10px;
	right: 10px;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: 0.6s;
	transition: 0.6s;
	z-index: 10;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mod_toTop_area {
		bottom: 8px;
		right: 8px;
	}
}
@media screen and (max-width: 640px) {
	.mod_toTop_area {
		bottom: 70px;
		bottom: calc(env(safe-area-inset-bottom) + 70px);
	}
}
.pagetopView .mod_toTop_area {
	opacity: 1;
	pointer-events: auto;
}
.pagetopInview {
	position: absolute;
	top: 200vh;
	left: 0;
	width: 0;
	bottom: 0;
	pointer-events: none;
}

.mod_toTop_area a {
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	position: relative;
	background-color: #D2DCBE;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mod_toTop_area a {
		width: 45px;
		height: 45px;
	}
}
@media screen and (max-width: 640px) {
	.mod_toTop_area a {
		width: 44px;
		height: 44px;
	}
}
.mod_toTop_area a:after {
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	border-right: 2px solid #396450;
	border-top: 2px solid #396450;
	position: absolute;
	bottom: 0;
	top: 13px;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mod_toTop_area a:after {
		width: 16px;
		height: 16px;
	}
}
@media screen and (max-width: 640px) {
	.mod_toTop_area a:after {
		width: 14px;
		height: 14px;
		top: 8px;
	}
}

@media screen and (max-width: 640px) {
	.mod_footer .mod_under_ttl02 .en_ttl {
		font-size: 2.4rem;
		font-weight: 600;
	}
	.mod_footer .tel_box dl {
		width: auto;
		float: none;
		margin: auto;
		margin-bottom: 4rem;
		padding-left: 0;
		margin-left: 3rem;
		margin-right: 3rem;
	}
	.mod_footer .tel_box dl:last-child {
		width: 90%;
		float: none;
		padding-right: 0;
	}
	.mod_footer .imp_box {
		width: 100%;
		padding-top: 0;
		padding-bottom: 5rem;
	}
	.mod_footer .imp_box a {
		font-size: 1.6rem;
		padding: 1.4rem;
		padding-top: 1.6rem;
		padding-bottom: 1.6rem;
		background-size: auto 41px;
	}
	.mod_footer .imp_box li {
		width: 100%;
		box-sizing: border-box;
		padding: 9px;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
		float: none;
	}
	.mod_footer .sub_nav {
		padding-bottom: 10rem;
	}
	.mod_footer .nav_box a {
		font-size: 1.6rem;
	}
	.mod_footer .sub_nav .inner_box {
		width: 100%;
		margin: auto;
		overflow: hidden;
	}
	.mod_footer .sub_nav ul {
		float: none;
		text-align: center;
	}
	.mod_footer .sub_nav li {
		float: none;
	}
	.mod_footer .sub_nav p {
		float: none;
		text-align: center;
		padding-top: 2rem;
		font-size: 10px;
		transform: scale(0.9);
		white-space: nowrap;
	}
}


/* ヘッダー閉じるボタン */

.mod_header .closebtn {
	text-align: right;
	margin-bottom: 6rem;
}

.mod_header .closebtn button {
	color: #fff;
	margin-top: 10px;
	padding: 1rem 3.6rem 1rem 0;
	font-weight: 500;
	font-size: 1.3rem;
	display: inline-block;
	position: relative;
}

.mod_header .closebtn button:after, .mod_header .closebtn button:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 16px;
	width: 15px;
	margin-top: -1px;
	height: 2px;
	background-color: #396450;
}

.mod_header .closebtn button:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.mod_header .closebtn button:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav_close {
	text-align: right;
	margin-bottom: 6rem;
	color: #fff;
	padding: 1rem 3.6rem 1rem 0;
	font-family: source-han-sans-japanese;
	font-weight: 500;
	font-size: 1.2rem;
	display: inline-block;
	position: relative;
}

.nav_close:befor {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nav_close:after {
	transform: rotate(-45deg);
}

[data-anim01] {
	opacity: 0!important;
}
[data-anim01].anim {
	opacity: 1!important;
	transition: 1.6s cubic-bezier(0.440, 0.000, 0.580, 0.990);
}
[data-anim01-up] {
	transform: translateY(20px);
}
[data-anim01-down] {
	transform: translateY(-20px);
}
[data-anim01-right] {
	transform: translateX(20px);
}
[data-anim01-left] {
	transform: translateX(-20px);
}
[data-anim01-small] {
	transform: scale(0.85);
}
[data-anim01-big] {
	transform: scale(1.15);
}
[data-anim01-up].anim ,
[data-anim01-down].anim ,
[data-anim01-right].anim ,
[data-anim01-left].anim {
	transform: none;
	transition: 1.6s cubic-bezier(0.440, 0.000, 0.580, 0.990);
}
[data-anim01-small].anim ,
[data-anim01-big].anim {
	transform: none;
	transition: 2.2s cubic-bezier(0.440, 0.000, 0.580, 0.990);
}
[data-anim01-blur] {
	filter: blur(16px);
}
[data-anim01-blur].anim {
	filter: none;
	transition: 2.4s cubic-bezier(0.440, 0.000, 0.580, 0.990);
}
/* [data-anim01-clippath-up] {
	clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
}
[data-anim01-clippath-down] {
	clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
}
[data-anim01-clippath-right] {
	clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}
[data-anim01-clippath-left] {
	clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
[data-anim01-clippath-tl] {
	clip-path: polygon(0% 0%, 0% 0%, 0% 0%, 0% 0%);
}
[data-anim01-clippath-tl].anim ,
[data-anim01-clippath-up].anim ,
[data-anim01-clippath-down].anim ,
[data-anim01-clippath-right].anim ,
[data-anim01-clippath-left].anim {
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	transition: 1.4s cubic-bezier(0.440, 0.000, 0.580, 0.990);
} */

/*ヘッダー多言語*/
.languageIconWrapper{
	position: absolute;
	bottom: 12px;
	right: 10px;
	z-index: 1;
}
.languageIconWrapper .inner{
	display: flex;
	align-items: center;
}
.languageIcon{
	cursor: pointer;
}
.languageText{
	font-size: 16px;
	padding-left: 4px;
	padding-bottom: 2px;
	font-family: "minion-3", "Yu Mincho", "yu-mincho-pr6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", serif;
	cursor: pointer;
}
@media print, screen and (min-width: 641px) and (max-width: 1366px) {
	.languageIconWrapper{
		position: absolute;
		bottom: 6px;
		right: 10px;
		z-index: 1;
	}
	.languageText{
		font-size: 14px;
	}
}
@media screen and (max-width: 640px) {
	.languageWrapper{
		position: absolute;
		top:50px;
		right: 70px;
		z-index: 1200;
	}
	.languageText{
		width: 2em;
	}
}
/*ヘッダー多言語 モーダル*/
.modalBg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	/* background-color: rgba(0,0,0,.4); */
	display: none;
	opacity: 0;
	z-index: 9990;
}
@media screen and (max-width: 640px)  {
	.modalBg .languageIconWhite {
		margin-top: 17px;
		margin-right: 102px;
	}
}
.modalBg .languageTextList {
	position: absolute;
	top: 115px;
	right: 0;
	z-index: 1;
	background-color: rgba(245, 245, 245, 0.8);
	text-align: center;
	padding: 4px 10px;
}
@media print, screen and (min-width: 641px) and (max-width: 1366px) {
	.modalBg .languageTextList {
		top: 88px;
	}
}
@media screen and (max-width: 640px) {
	.modalBg .languageTextList{
		position: absolute;
		top: -8px;
		right: -24px;
		padding: 4px 10px;
		width: 100px;
		box-sizing: border-box;
	}
}
.modalBg .languageTextList a{
	display: block;
	color: #396450;
	font-size: 13px;
	font-family: "minion-3", "Yu Mincho", "yu-mincho-pr6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", serif;
	line-height: 2;
	border-bottom: solid 1px #fff;
	padding: 2px 10px;
}
@media print, screen and (min-width: 641px) and (max-width: 1366px) {
	.modalBg .languageTextList a{
		font-size: 12px;
	}
}
@media screen and (max-width: 640px) {
	.modalBg .languageTextList a{
		padding: 2px 10px;
	}
}
.modalBg .languageTextList a:last-child{
	border-bottom: none;
}

.modalBg a.languageLink.isCurrent {
    opacity: 0.5;
    pointer-events: none;
}

/* .modalBg .languageTextList a.languageLink {
	display: block;
	text-align: center;
	margin-bottom: .1rem;
}
.modalBg .languageTextList a.languageLink:last-of-type {
	margin-bottom: 0;
} */

