@charset "UTF-8";

/*============================
共通要素
============================*/
body {
	padding-top: 0;
}
@media screen and (min-width: 641px) {
	.mod_header {
		position: absolute;
		top: calc(100vh - 124px);
		-webkit-transform: translateY(0px) !important;
		-ms-transform: translateY(0px) !important;
		transform: translateY(0px) !important;
	}
	.headerMenuFix .mod_header {
		position: fixed;
		top: 0!important;
	}
	.sc_down .headerMenuFix .mod_header {
		-webkit-transform: translateY(-70px) !important;
		-ms-transform: translateY(-70px) !important;
		transform: translateY(-70px) !important;
	}
	.mod_header .site_logo .logo {
		-webkit-transform: translateY(0px) scale(1.0)!important;
		-ms-transform: translateY(0px) scale(1.0)!important;
		transform: translateY(0px) scale(1.0)!important;
	}
	.sc_down .headerMenuFix .mod_header .site_logo .logo {
		-webkit-transform: translateY(64px) scale(.8)!important;
		-ms-transform: translateY(64px) scale(.8)!important;
		transform: translateY(64px) scale(.8)!important;
	}
	.shitatsuki .mod_header .nav_box .sub {
		top: auto;
		bottom: 100%;
		-webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
		clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
	}
	.shitatsuki .mod_header .inq_box {
		top: auto;
		bottom: 50px;
	}
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sc_down .headerMenuFix .mod_header {
		-webkit-transform: translateY(-52px) !important;
		-ms-transform: translateY(-52px) !important;
		transform: translateY(-52px) !important;
	}
	.sc_down .headerMenuFix .mod_header .site_logo .logo {
		-webkit-transform: translateY(46px) !important;
		-ms-transform: translateY(46px) !important;
		transform: translateY(46px) !important;
	}
}

/*============================
メインビジュアル
============================*/
[data-slidearea01b] {
	padding: 0;
	overflow: hidden;
	opacity: 0;
	transition: 1.0s;
}
[data-slidearea01b][data-lf-area-ok] {
	opacity: 1;
}
[data-slidearea01b] .contantWrap {
	width: 100%;
	margin: auto;
	position: relative;
}
[data-slidearea01b] .contantWrap .btns01 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 100%;
	width: 100%;
}
[data-slidearea01b] .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 screen and (max-width: 640px) {
	[data-slidearea01b] .contantWrap .btns01 button {
		width: 60px;
		height: 90px;
	}
}
[data-slidearea01b] .contantWrap .btns01 button:before, [data-slidearea01b] .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-slidearea01b] .contantWrap .btns01 button:before {
	width: 40px;
	height: 40px;
	background-color: #FFF;
	border-radius: 50%;
}
[data-slidearea01b] .contantWrap .btns01 button:after {
	width: 12px;
	height: 12px;
	border: 2px solid #FFF;
}
[data-slidearea01b] .contantWrap .btns01 button.next {
	right: -30px;
}
@media screen and (max-width: 640px) {
	[data-slidearea01b] .contantWrap .btns01 button.next {
		right: -20px;
	}
}
[data-slidearea01b] .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-slidearea01b] .contantWrap .btns01 button.prev {
	left: -30px;
}
@media screen and (max-width: 640px) {
	[data-slidearea01b] .contantWrap .btns01 button.prev {
		left: -20px;
	}
}
[data-slidearea01b] .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-slidearea01b] .contantWrap .btns01 button:hover:before {
	background-color: #000;
}
.no-touchevents [data-slidearea01b] .contantWrap .btns01 button:hover:after {
	opacity: 0.6;
}
[data-slidearea01b] .contantWrap .contentWrapIn {
	padding: 0 33.33333%;
	/*@media (max-width: 800px) {
				padding: 0 20%;
			}*/
}
[data-slidearea01b] .contantWrap .contentWrapIn .content {
	position: relative;
	display: table;
}
[data-slidearea01b] .contantWrap .contentWrapIn .content.disableTrs {
	-webkit-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}
[data-slidearea01b] .contantWrap .contentWrapIn .content .link {
	display: table-cell;
	position: relative;
	top: 0;
	left: 0;
	height: 100%;
}
[data-slidearea01b] .contantWrap .contentWrapIn .content .link>.in {
	margin: 0 5%;
}
.mvArea {
	position: relative;
	height: 810px;
	height: calc(100vh - 124px);
	margin-bottom: 124px;
}
@media screen and (max-width: 640px) {
	.mvArea {
		padding-top: 50px;
		height: 95vw !important;
		margin-bottom: 0;
		overflow: initial;
	}
}
.mvArea .pharea {
	overflow: hidden;
	height: 100%;
}
@media screen and (max-width: 640px) {
	.mvArea .pharea {
		overflow: initial;
		padding: 0;
	}
}
.mvArea .pharea .contantWrap {
	width: 100%;
	margin: auto;
	position: relative;
	height: 100%;
}
@media (min-width: 641px) and (max-height: 640px) {
	.mvArea .pharea .contantWrap {
		width: 922px !important;
	}
}
@media screen and (max-width: 640px) {
	.mvArea .pharea .contantWrap {
		width: 100% !important;
	}
}
.mvArea .pharea .contantWrap .btns01 {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	text-align: center;
}
.mvArea .pharea .contantWrap .btns01 button {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 11;
	width: 70px;
	height: 70px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media screen and (max-width: 640px) {
	.mvArea .pharea .contantWrap .btns01 button {
		width: 60px;
		height: 90px;
	}
}
.mvArea .pharea .contantWrap .btns01 button:before, .mvArea .pharea .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;
}
.mvArea .pharea .contantWrap .btns01 button:before {
	content: none;
	width: 48px;
	height: 48px;
}
.mvArea .pharea .contantWrap .btns01 button:after {
	width: 20px;
	height: 20px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
@media screen and (max-width: 640px) {
	.mvArea .pharea .contantWrap .btns01 button:after {
		width: 10px;
		height: 10px;
	}
}
.mvArea .pharea .contantWrap .btns01 button.next {
	right: 0;
}
.mvArea .pharea .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;
}
.mvArea .pharea .contantWrap .btns01 button.prev {
	left: 0;
}
.mvArea .pharea .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;
}
.mvArea .pharea .contantWrap .contentWrapIn {
	padding: 0;
	height: 100%;
}
.mvArea .pharea .contantWrap .contentWrapIn .content {
	position: relative;
	display: table;
	height: 100%;
}
.mvArea .pharea .contantWrap .contentWrapIn .content .link {
	display: table-cell;
	position: relative;
	top: 0;
	left: 0;
	height: 100%;
	padding-top: 3.5%;
	-webkit-transition: 1.6s;
	-o-transition: 1.6s;
	transition: 1.6s;
}
.mvArea .pharea .contantWrap .contentWrapIn .content .link .bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1px;
    right: -1px;
	background-size: cover;
	background-position: center center;
}
@media screen and (max-width: 640px) {
	.mvArea .pharea .contantWrap .contentWrapIn .content .link .bg:before {
		opacity: 0.1!important;
	}
}
.mvArea .pharea .contantWrap .contentWrapIn .content .link[data-slide-num="0"] .bg {
	background-image: url(/img/index/mv_ph01.jpg);
}
@media screen and (max-width: 640px) {
	.mvArea .pharea .contantWrap .contentWrapIn .content .link[data-slide-num="0"] .bg {
		background-image: url(/img/index/mv_ph01sp.jpg);
	}
	/*.mvArea .pharea .contantWrap .contentWrapIn .content .link[data-slide-num="0"] .bg:before {
		content: "";
		display: block;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #000;
		opacity: 0.2!important;
	}*/
}
.mvArea .pharea .contantWrap .pager {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
@media screen and (max-width: 640px) {
	.mvArea .pharea .contantWrap .pager {
		display: none;
	}
}
.mvArea .pharea .contantWrap .pager button {
	width: 44px;
	height: 44px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.mvArea .pharea .contantWrap .pager button:before, .mvArea .pharea .contantWrap .pager button:after {
	content: "";
	display: block;
	width: 30px;
	height: 3px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	background-color: #FFF;
}
.mvArea .pharea .contantWrap .pager button:after {
	background-color: #396450;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.no-touchevents .mvArea .pharea .contantWrap .pager button:hover, .mvArea .pharea .contantWrap .pager button.active {
	opacity: 0.6;
}
.mvArea .pharea .contantWrap .pager button.active {
	cursor: default;
	pointer-events: none;
}
.mvArea .pharea .contantWrap .pager button.active:after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
.mvArea .banner_box {
	position: fixed;
	z-index: 1000;
	right: 0;
	font-size: 0;
	transition: opacity 0.6s;
}
.mvArea .banner_box.disabled {
	pointer-events: none;
	opacity: 0;
}
.mvArea .banner_box {
	position: fixed;
	z-index: 1000;
	right: 0;
	font-size: 0;
}
.mvArea .banner_box.view .bnrlink {
	-webkit-transform: translateX(100%) !important;
	-ms-transform: translateX(100%) !important;
	transform: translateX(100%) !important;
}
.no-touchevents .mvArea .banner_box:hover .bnrlink {
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}
.mvArea .banner_box .bnrlink {
	display: block;
	position: absolute;
	top: 0;
	right: 51px;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	vertical-align: top;
	z-index: 109;
	-webkit-transition: -webkit-transform 0.4s;
	transition: -webkit-transform 0.4s;
	-o-transition: transform 0.4s;
	transition: transform 0.4s;
	transition: transform 0.4s, -webkit-transform 0.4s;
	margin-right: 293px;
}
.mvArea .banner_box .bnrlink img {
	display: block;
}
.mvArea .banner_box .btn {
	display: block;
	vertical-align: top;
	z-index: 1;
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	position: relative;
	z-index: 110;
}
.mvArea .txtarea {
	position: absolute;
	top: 15vh;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 10;
}
@media screen and (max-width: 640px) {
	.mvArea .txtarea {
		top: 8.4vw;
	}
}
.mvArea .txtarea .eigo {
	font-family: "minion-3", serif;
	font-weight: 500;
	color: #FFF;
	font-size: 7.0rem;
	line-height: 1;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 1);
	letter-spacing: 3px;
	opacity: 0;
	transform: translateY(16px);
	transition: 2.4s cubic-bezier(0.625, 0.005, 0.355, 1.000) 0.3s;
}
.mvArea .txtarea .eigo01 {
	font-family: "minion-3", serif;
	font-weight: 500;
	color: #FFF;
	font-size: 7.0rem;
	line-height: 1;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 1);
	letter-spacing: 3px;
	opacity: 0;
	transform: translateY(16px);
	transition: 2.4s cubic-bezier(0.625, 0.005, 0.355, 1.000) 0.3s;
}
.mvArea .txtarea .eigo02 {
	font-family: "minion-3", serif;
	font-weight: 500;
	color: #FFF;
	font-size: 7.0rem;
	line-height: 1;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 1);
	letter-spacing: 3px;
	opacity: 0;
	transform: translateY(16px);
	transition: 2.4s cubic-bezier(0.625, 0.005, 0.355, 1.000) 0.3s;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mvArea .txtarea .eigo {
		font-size: 5.25rem;
	}
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mvArea .txtarea .eigo01 {
		font-size: 5.25rem;
	}
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mvArea .txtarea .eigo02 {
		font-size: 5.25rem;
	}
}
.mvArea .active .txtarea .eigo {
	opacity: 1;
	transform: translateY(0px);
}
.mvArea .active .txtarea .eigo01 {
	opacity: 1;
	transform: translateY(0px);
}
.mvArea .active .txtarea .eigo02 {
	opacity: 1;
	transform: translateY(0px);
}
@media screen and (max-width: 640px) {
	.mvArea .txtarea .eigo {
		font-size: 4.0rem;
		letter-spacing: 1px;
		line-height: 1.15;
		text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
	}
}
@media screen and (max-width: 640px) {
	.mvArea .txtarea .eigo01 {
		font-size: 3.6rem;
		letter-spacing: 0.03em;
		line-height: 1.2;
		text-align: left;
		text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
		padding-left: 2.3rem;
	}
}
@media screen and (max-width: 640px) {
	.mvArea .txtarea .eigo02 {
		font-size: 4.2rem;
		letter-spacing: 1px;
		line-height: 1.15;
		text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
	}
}
.mvArea .txtarea .nihongo {
	font-family: YuMincho, "Yu Mincho", "yu-mincho-pr6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", serif;
	font-weight: 700;
	color: #FFF;
	font-size: 2.4rem;
	line-height: 1;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 1);
	letter-spacing: 5px;
	margin-top: 20px;
	opacity: 0;
	transform: translateY(16px);
	transition: 2.4s cubic-bezier(0.625, 0.005, 0.355, 1.000) 1.0s;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mvArea .txtarea .nihongo {
		transform: translateY(12px);
		font-size: 1.6rem;
		margin-top: 15px;
	}
}
.mvArea .active .txtarea .nihongo {
	opacity: 1;
	transform: translateY(0px);
}
@media screen and (max-width: 640px) {
	.mvArea .txtarea .nihongo {
		font-weight: bolder;
		font-size: 1.6rem;
		text-align: left;
  margin-top: 14px;
		line-height: 1.5625;
		letter-spacing: 3px;
		text-shadow: 0px 0px 5.53px 0px rgba(0, 0, 0, 0.8);
		padding-left: 2.3rem;
	}
}
.mvArea .subtxtarea {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: left;
	z-index: 10;
	pointer-events: none;
}
.mvArea .subtxtarea.first {
	top: 7.313vw;
	left: 50%;
	translate: -50% 0;
	text-align: center;
}
.mvArea .subtxtarea:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 330px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	mix-blend-mode: multiply;
	opacity: 0.3;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mvArea .subtxtarea:before {
		height: 248px;
		opacity: 1.0;
	}
}
.mvArea .subtxtarea .eigo {
	position: relative;
	font-family: "minion-3", serif;
	font-weight: 400;
	color: #FFF;
	font-size: 2.2rem;
	margin-bottom: 1.4%;
	line-height: 1;
	text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
	letter-spacing: 1px;
	padding-left: 7%;
	opacity: 0;
	transform: translateY(10px);
	transition: 0.8s cubic-bezier(0.625, 0.005, 0.355, 1.000) 0.3s;
}
.mvArea .subtxtarea .eigo01 {
	position: relative;
	font-family: "minion-3", serif;
	font-weight: 500;
	color: #FFF;
	font-size: 5.8rem;
	margin-bottom: 0;
	line-height: 1.20;
	text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
	letter-spacing: 0.04em;
	padding-left: 0;
	opacity: 0;
	transform: translateY(10px);
	transition: 0.8s cubic-bezier(0.625, 0.005, 0.355, 1.000) 0.3s;
}
.mvArea .subtxtarea .eigo02 {
	position: relative;
	font-family: "minion-3", serif;
	font-weight: 400;
	color: #FFF;
	font-size: 6.2rem;
	margin-bottom: 1.4%;
	line-height: 1;
	text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
	letter-spacing: 1px;
	padding-left: 7%;
	opacity: 0;
	transform: translateY(10px);
	transition: 0.8s cubic-bezier(0.625, 0.005, 0.355, 1.000) 0.3s;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mvArea .subtxtarea .eigo {
		font-size: 1.85rem;
	}
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mvArea .subtxtarea .eigo01 {
		font-size: 5rem;
	}
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mvArea .subtxtarea .eigo02 {
		font-size: 1.85rem;
	}
}
.mvArea .active .subtxtarea .eigo {
	opacity: 1;
	transform: translateY(0px);
}
.mvArea .active .subtxtarea .eigo01 {
	opacity: 1;
	transform: translateY(0px);
}
.mvArea .active .subtxtarea .eigo02 {
	opacity: 1;
	transform: translateY(0px);
}
@media screen and (max-width: 640px) {
	.mvArea .subtxtarea .eigo {
		font-size: 1.8rem;
		letter-spacing: 1px;
		line-height: 1.15;
		text-shadow: 0px 0px 6px rgba(0, 0, 0, 1);
		margin-bottom: 3.4%;
	}
}
@media screen and (max-width: 640px) {
	.mvArea .subtxtarea .eigo01 {
		font-size: 1.8rem;
		letter-spacing: 1px;
		line-height: 1.15;
		text-shadow: 0px 0px 6px rgba(0, 0, 0, 1);
		margin-bottom: 3.4%;
	}
}
@media screen and (max-width: 640px) {
	.mvArea .subtxtarea .eigo02 {
		font-size: 1.8rem;
		letter-spacing: 1px;
		line-height: 1.15;
		text-shadow: 0px 0px 6px rgba(0, 0, 0, 1);
		margin-bottom: 3.4%;
	}
}
.mvArea .subtxtarea .nihongo {
	position: relative;
	font-family: YuMincho, "Yu Mincho", "yu-mincho-pr6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", serif;
	font-weight: 600;
	color: #FFF;
	font-size: 2.4rem;
	line-height: 1.5;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 1);
	letter-spacing: 5px;
	padding-left: 7%;
	margin-bottom: 6.5%;
	opacity: 0;
	transform: translateY(10px);
	transition: 0.8s cubic-bezier(0.625, 0.005, 0.355, 1.000) 0.6s;
}
.mvArea .subtxtarea.first .nihongo {
	font-size: 2.2rem;
	line-height: 1.6;
	letter-spacing: 0.06em;
	padding-left:0;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mvArea .subtxtarea .nihongo {
		font-size: 1.8rem;
	}
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.mvArea .subtxtarea.first .nihongo {
		font-size: 1.7rem;
	}
}
.mvArea .active .subtxtarea .nihongo {
	opacity: 1;
	transform: translateY(0px);
}
@media screen and (max-width: 640px) {
	.mvArea .subtxtarea .nihongo {
		font-size: 1.8rem;
		line-height: 1.5625;
		letter-spacing: 2px;
		text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8);
	}
}

/*============================
ブログ記事
============================*/
.sec_topics {
	text-align: center;
	padding: 0 40px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_topics {
		padding: 0 52px;
	}
}
@media screen and (max-width: 640px) {
	.sec_topics {
		padding: 45px 0;
	}
}
.sec_topics .slideAreaPC {
	padding: 40px 1% 60px;
	opacity: 0;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_topics .slideAreaPC {
		padding: 0px 1% 45px;
	}
}
.sec_topics .slideAreaPC[data-lf-area="1"] {
	opacity: 1;
}
.sec_topics .slideAreaPC .contantWrap {
	max-width: 1290px;
	width: 100%;
	margin: auto;
	position: relative;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_topics .slideAreaPC .contantWrap {
		max-width: 1000px;
	}
}
@media screen and (min-width: 641px) {
	.sec_topics .slideAreaPC .contantWrap {
		min-height: 334px;
	}
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_topics .slideAreaPC .contantWrap {
		min-height: 250px;
	}
}
.sec_topics .slideAreaPC .contantWrap .btns01 {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
}
.sec_topics .slideAreaPC .contantWrap .btns01 button {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 11;
	width: 44px;
	height: 44px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_topics .slideAreaPC .contantWrap .btns01 button {
		width: 52px;
		height: 52px;
	}
}
.no-touchevents .sec_topics .slideAreaPC .contantWrap .btns01 button:hover {
	opacity: 0.6;
}
.sec_topics .slideAreaPC .contantWrap .btns01 button:before, .sec_topics .slideAreaPC .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;
}
.sec_topics .slideAreaPC .contantWrap .btns01 button:before {
	display: none;
}
.sec_topics .slideAreaPC .contantWrap .btns01 button:after {
	width: 18px;
	height: 18px;
	border: 1px solid #000;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_topics .slideAreaPC .contantWrap .btns01 button:after {
		width: 20px;
		height: 20px;
	}
}
.sec_topics .slideAreaPC .contantWrap .btns01 button.next {
	right: -30px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_topics .slideAreaPC .contantWrap .btns01 button.next {
		right: -42px;
	}
}
@media screen and (max-width: 640px) {
	.sec_topics .slideAreaPC .contantWrap .btns01 button.next {
		right: -20px;
	}
}
.sec_topics .slideAreaPC .contantWrap .btns01 button.next:after {
	border-bottom: rgba(255, 0, 255, 0) !important;
	border-left: rgba(255, 0, 255, 0) !important;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 2px;
}
.sec_topics .slideAreaPC .contantWrap .btns01 button.prev {
	left: -30px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_topics .slideAreaPC .contantWrap .btns01 button.prev {
		left: -42px;
	}
}
@media screen and (max-width: 640px) {
	.sec_topics .slideAreaPC .contantWrap .btns01 button.prev {
		left: -20px;
	}
}
.sec_topics .slideAreaPC .contantWrap .btns01 button.prev:after {
	border-bottom: rgba(255, 0, 255, 0) !important;
	border-right: rgba(255, 0, 255, 0) !important;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: -2px;
}
.sec_topics .slideAreaPC .contantWrap .contentWrapIn {
	padding: 20px 80% 0 0;
	overflow: hidden;
}
/*
@media (max-width: 1220px) {
	.sec_topics .slideAreaPC .contantWrap .contentWrapIn {
		padding: 0 66.6666% 0 0;
	}
}
*/
.sec_topics .slideAreaPC .contantWrap .contentWrapIn .content {
	position: relative;
	display: table;
}
.sec_topics .slideAreaPC .contantWrap .contentWrapIn .content.disableTrs {
	-webkit-transition: none !important;
	transition: none !important;
}
.sec_topics .slideAreaPC .contantWrap .contentWrapIn .content .link {
	display: table-cell;
	position: relative;
	top: 0;
	left: 0;
	height: 100%;
}
.no-touchevents .sec_topics .slideAreaPC .contantWrap .contentWrapIn .content .link:hover>.in .img {
	-webkit-filter: brightness(1.2);
	filter: brightness(1.2);
}
.no-touchevents .sec_topics .slideAreaPC .contantWrap .contentWrapIn .content .link:hover>.in dt {
	text-decoration: underline;
}
.sec_topics .slideAreaPC .contantWrap .contentWrapIn .content .link>.in {
	padding: 0 4.265%;
	position: relative;
}
.sec_topics .slideAreaPC .contantWrap .contentWrapIn .content .link>.in .linkarea {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index: 10;
}
.sec_topics .slideAreaPC .contantWrap .contentWrapIn .content .link>.in .img {
	position: relative;
	padding-top: 63.56%;
	background-size: cover;
	background-position: center center;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.sec_topics .slideAreaPC .contantWrap .contentWrapIn .content .link.quo>.in .img:before {
    content: "";
    position: absolute;
    top: -4px;
    right: -4px;
    z-index: 1;
    display: block;
    width: 85px;
    height: 85px;
    background-image: url(../img/index/gift10000_pc.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
    .sec_topics .slideAreaPC .contantWrap .contentWrapIn .content .link.quo>.in .img:before {
        width: 60px;
        height: 60px;
        top: -3px;
        right: -3px;
    }
}
.sec_topics .slideAreaPC .contantWrap .contentWrapIn .content .link.bigfair>.in .img:before {
    content: "";
    position: absolute;
    top: -6px;
    right: -6px;
    z-index: 1;
    display: block;
    width: 80px;
    height: 80px;
    background-image: url(../img/index/badge_bigfair.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}
@media screen and (max-width: 640px) {
	.sec_topics .slideAreaPC .contantWrap .contentWrapIn .content .link>.in .img {
		padding-top: 32%;
	}
}
.sec_topics .slideAreaPC .contantWrap .contentWrapIn .content .link>.in .img iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.sec_topics .slideAreaPC .contantWrap .contentWrapIn .content .link>.in .info>p {
	height: 45px !important;
	padding: 0;
	margin-bottom: 12px;
	border-bottom: 1px solid #DDCFC5;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.sec_topics .slideAreaPC .contantWrap .contentWrapIn .content .link>.in .info>p:after {
	content: "";
	display: block;
	clear: both;
}
.sec_topics .slideAreaPC .contantWrap .contentWrapIn .content .link>.in .info>p .genre {
	font-family: "minion-3", serif;
	font-size: 2.0rem;
	float: left;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0.05em;
	position: relative;
	bottom: -14px;
	color: #AA876E;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_topics .slideAreaPC .contantWrap .contentWrapIn .content .link>.in .info>p .genre {
		font-size: 1.5rem;
		bottom: -10px;
	}
}
.sec_topics .slideAreaPC .contantWrap .contentWrapIn .content .link>.in .info>p .date {
	font-family: "minion-3", serif;
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	float: right;
	font-size: 2.0rem;
	letter-spacing: 0.1em;
	line-height: 2.4;
	position: relative;
	bottom: -3px;
}
.sec_topics .slideAreaPC .contantWrap .contentWrapIn .content .link>.in .info>p .date.blog {
	font-size: 1.6rem;
	line-height: 3;
	color: #AA876E;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_topics .slideAreaPC .contantWrap .contentWrapIn .content .link>.in .info>p .date {
		font-size: 1.5rem;
	}
}
.sec_topics .slideAreaPC .contantWrap .contentWrapIn .content .link>.in .info>p .week {
	font-family: YuMincho, "Yu Mincho", "yu-mincho-pr6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", serif;
	font-weight: 600;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_topics .slideAreaPC .contantWrap .contentWrapIn .content .link>.in .info>p .week {
		font-size: 1.2rem;
	}
}
.sec_topics .slideAreaPC .contantWrap .contentWrapIn .content .link>.in .detail {
    font-size: 1.3rem;
    letter-spacing: .05em;
    line-height: 1.8;
	text-align: left;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_topics .slideAreaPC .contantWrap .contentWrapIn .content .link>.in .detail {
	    font-size: 1.1rem;
   	 	line-height: 1.6;
	}
}
.sec_topics .slideAreaPC .contantWrap .contentWrapIn .content .link>.in .detail dt {
	font-weight: 700;
}
.sec_topics .slideAreaPC .contantWrap .contentWrapIn .content .link>.in .detail dd {
	margin-top: 6px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_topics .slideAreaPC .contantWrap .contentWrapIn .content .link>.in .detail dd {
		margin-top: 4px;
	}
}
.sec_topics .slideAreaSP {
	margin: 0 1.6rem;
	text-align: left;
	/*padding-top: 23px;*/
	padding-top: 0;
	position: relative;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_topics .slideAreaSP {
		margin: 0 1.2rem;
		padding-top: 17px;
	}
}
.sec_topics .slideAreaSP .link {
	position: relative;
	top: 0;
	left: 0;
	height: 100%;
	display: block;
	-webkit-transition: 1.0s;
	-o-transition: 1.0s;
	transition: 1.0s;
}
.sec_topics .slideAreaSP .link + .link {
	margin-top: 60px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_topics .slideAreaSP .link + .link {
		margin-top: 45px;
	}
}

/*add2109060*/
/*.sec_topics .slideAreaSP .link:nth-of-type(n + 5) {
	display: none;
	opacity: 0;
}*/
/*.sec_topics .slideAreaSP .link:nth-child(n+8) {
	display: none;
	opacity: 0;
	-webkit-transition: 1.0s;
	-o-transition: 1.0s;
	transition: 1.0s;
}*/

.sec_topics .slideAreaSP .link>.in {
	position: relative;
}
.sec_topics .slideAreaSP .link>.in:after {
	content: "";
	display: block;
	clear: both;
}
.sec_topics .slideAreaSP .link>.in .linkarea {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	display: block;
}
.sec_topics .slideAreaSP .link>.in .img {
	overflow: hidden;
	position: relative;
	padding-top: 32%;
	width: 33%;
	float: left;
	background-size: cover;
	background-position: center center;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.sec_topics .slideAreaSP .link>.in .info {
	float: right;
	width: 62%;
}
.sec_topics .slideAreaSP .link>.in .info p {
	position: absolute;
	bottom: calc(100% + 10px);
	left: 0;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: block;
	border-bottom: 1px solid #DDCFC5;
	padding-top: 0;
}
.sec_topics .slideAreaSP .link>.in .info p:after {
	content: "";
	display: block;
	clear: both;
}
.sec_topics .slideAreaSP .link>.in .info p .genre {
	font-family: "minion-3", serif;
	font-size: 1.7rem;
	float: left;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0.05em;
	position: relative;
	bottom: 0;
	color: #AA876E;
}
.sec_topics .slideAreaSP .link>.in .info p .date {
	font-family: "minion-3", serif;
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	float: right;
	font-size: 1.85rem;
	letter-spacing: 0.1em;
	line-height: 1;
	position: relative;
	bottom: -3px;
}
.sec_topics .slideAreaSP .link>.in .info p .week {
	font-family: YuMincho, "Yu Mincho", "yu-mincho-pr6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", serif;
	font-weight: 600;
	font-size: 1.45rem;
	letter-spacing: 0.1em;
}
.sec_topics .slideAreaSP .link>.in .detail {
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	line-height: 1.38;
	text-align: left;
	transform: translateY(10%);
}

@media screen and (max-width: 375px) {
	.sec_topics .slideAreaSP .link>.in .detail {
		transform: translateY(8%);
	}
}

@media screen and (max-width: 360px) {
	.sec_topics .slideAreaSP .link>.in .detail {
		transform: translateY(5%);
	}
}

@media screen and (max-width: 320px) {
	.sec_topics .slideAreaSP .link>.in .detail {
		transform: translateY(0);
	}
}

.sec_topics .slideAreaSP .link>.in .detail dt {
	font-weight: 700;
	font-size: 1.2rem;
    letter-spacing: 1px;
    line-height: 1.5;
}
@media screen and (max-width: 640px) {
	.sec_topics .slideAreaSP .link>.in .detail dt {
		font-size: 1.3rem;
		line-height: 1.6;
	}
}
.sec_topics .slideAreaSP .link>.in .detail dd {
    margin-top: 8px;
    font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.6;
}
.sec_topics .slideAreaSP .more {
	display: block;
	width: 100%;
	padding: 1.2rem 0;
	border: 1px solid #3C3C3C;
	font-family: YuMincho, "Yu Mincho", "yu-mincho-pr6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", serif;
	font-size: 1.3rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1;
	margin-top: 2.0rem;
	color: #3C3C3C;
}

/*add210906*/
.sec_topics .slideAreaSP .fairWrap + .fairWrap {
	margin-top: 4rem;
}
.sec_topics .slideAreaSP .fairWrap .decoTit {
	text-align: center;
	margin-bottom: 6rem;
	font-family: YuMincho, "Yu Mincho", "yu-mincho-pr6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", serif;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	line-height: 1.4;
	color: #396450;
	overflow: hidden;
}
.sec_topics .slideAreaSP .fairWrap .decoTit span {
	position: relative;
	padding: 0 1rem;
}
.sec_topics .slideAreaSP .fairWrap .decoTit span:before,
.sec_topics .slideAreaSP .fairWrap .decoTit span:after {
	content: '';
	position: absolute;
	top: 50%;
	height: 1px;
	background-color: rgba(57, 100, 80, 0.4);
}
.sec_topics .slideAreaSP .fairWrap .decoTit span:before {
	left: calc(50% - 50vw);
	right: 100%;
}
.sec_topics .slideAreaSP .fairWrap .decoTit span:after {
	left: 100%;
	right: calc(50% - 50vw);
}



/*============================
コンセプト
============================*/
.sec_concept {
	height: 56.25vw;
	color: #FFF;
	text-align: center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-size: cover;
	background-position: center center;
}
@media screen and (max-width: 640px) {
	.sec_concept {
		height: 120vw;
	}
}
.sec_concept .eigo {
	font-family: "minion-3", serif;
	font-weight: 500;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
	font-size: 2.6rem;
	letter-spacing: 3px;
	padding-top: 90px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_concept .eigo {
		padding-top: 68px;
		font-size: 1.95rem;
	}
}
@media screen and (max-width: 640px) {
	.sec_concept .eigo {
		font-weight: 400;
		font-size: 1.6rem;
		letter-spacing: 1.5px;
		padding-top: 60px;
	}
}
@media screen and (max-width: 370px) {
	.sec_concept .eigo {
		font-size: 4.7vw;
	}
}
.sec_concept .tit {
	font-family: YuMincho, "Yu Mincho", "yu-mincho-pr6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", serif;
	font-weight: 400;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
	font-size: 3.2rem;
	margin-top: 26px;
	line-height: 1.6;
	letter-spacing: 3px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_concept .tit {
		margin-top: 20px;
		font-size: 2.8rem;
	}
}
@media screen and (max-width: 640px) {
	.sec_concept .tit {
		font-size: 1.9rem;
		line-height: 1.6;
		margin-top: 14px;
		letter-spacing: 1px;
	}
}
@media screen and (max-width: 370px) {
	.sec_concept .tit {
		font-size: 4.7vw;
	}
}
.sec_concept .cap {
	font-family: YuMincho, "Yu Mincho", "yu-mincho-pr6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", serif;
	font-weight: 400;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
	font-size: 1.7rem;
	margin-top: 24px;
	line-height: 1.9;
	letter-spacing: 1.5px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_concept .cap {
		font-size: 1.275rem;
		margin-top: 18px;
	}
}
@media screen and (max-width: 640px) {
	.sec_concept .cap {
		font-size: 1.3rem;
		line-height: 1.9;
		margin-top: 12px;
		letter-spacing: 1px;
	}
}
@media screen and (max-width: 370px) {
	.sec_concept .cap {
		font-size: 3.2vw;
	}
}

/*============================
会場、料理
============================*/
.sec_cuisine {
	text-align: center;
	padding: 0 70px 130px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_cuisine {
		padding: 0 52px 98px;
	}
}
@media screen and (max-width: 640px) {
	.sec_cuisine {
		padding: 0 25px 50px;
	}
}
.sec_cuisine.type01 {
	padding-bottom: 0;
}
.sec_cuisine .slideArea {
	opacity: 0;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}
@media screen and (max-width: 640px) {
	.sec_cuisine .slideArea {
		width: 106%;
		margin-left: -3%;
	}
}
.sec_cuisine .slideArea[data-lf-area="1"] {
	opacity: 1;
}
.sec_cuisine .slideArea .contantWrap {
	position: relative;
	max-width: 750px;
	width: 100%;
	margin: auto;
}
@media screen and (min-width: 641px) {
/*
	.sec_cuisine .slideArea .contantWrap {
		min-height: 334px;
	}
*/
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_cuisine .slideArea .contantWrap {
		max-width: 562px;
	}
}
.sec_cuisine .slideArea .contantWrap .btns01 {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
}
.sec_cuisine .slideArea .contantWrap .btns01 button {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 11;
	width: 70px;
	height: 70px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_cuisine .slideArea .contantWrap .btns01 button {
		width: 52px;
		height: 52px;
	}
}
@media screen and (max-width: 640px) {
	.sec_cuisine .slideArea .contantWrap .btns01 button {
		width: 50px;
		height: 50px;
	}
}
.no-touchevents .sec_cuisine .slideArea .contantWrap .btns01 button:hover {
	opacity: 0.6;
}
.sec_cuisine .slideArea .contantWrap .btns01 button:before, .sec_cuisine .slideArea .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;
}
.sec_cuisine .slideArea .contantWrap .btns01 button:before {
	display: none;
}
.sec_cuisine .slideArea .contantWrap .btns01 button:after {
	width: 26px;
	height: 26px;
	border: 1px solid #000;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_cuisine .slideArea .contantWrap .btns01 button:after {
		width: 20px;
		height: 20px;
	}
}
@media screen and (max-width: 640px) {
	.sec_cuisine .slideArea .contantWrap .btns01 button:after {
		width: 16px;
		height: 16px;
	}
}
.sec_cuisine .slideArea .contantWrap .btns01 button.next {
	right: -30px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_cuisine .slideArea .contantWrap .btns01 button.next {
		right: -22px;
	}
}
@media screen and (max-width: 640px) {
	.sec_cuisine .slideArea .contantWrap .btns01 button.next {
		right: -20px;
	}
}
.sec_cuisine .slideArea .contantWrap .btns01 button.next:after {
	border-bottom: rgba(255, 0, 255, 0) !important;
	border-left: rgba(255, 0, 255, 0) !important;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 2px;
}
.sec_cuisine .slideArea .contantWrap .btns01 button.prev {
	left: -30px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_cuisine .slideArea .contantWrap .btns01 button.prev {
		left: -22px;
	}
}
@media screen and (max-width: 640px) {
	.sec_cuisine .slideArea .contantWrap .btns01 button.prev {
		left: -20px;
	}
}
.sec_cuisine .slideArea .contantWrap .btns01 button.prev:after {
	border-bottom: rgba(255, 0, 255, 0) !important;
	border-right: rgba(255, 0, 255, 0) !important;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: -2px;
}
.sec_cuisine .slideArea .contantWrap .contentWrapIn .content {
	position: relative;
	display: table;
	height: 380px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_cuisine .slideArea .contantWrap .contentWrapIn .content {
		height: 285px;
	}
}
@media screen and (max-width: 640px) {
	.sec_cuisine .slideArea .contantWrap .contentWrapIn .content {
		height: calc(56.1vw - 50px);
	}
}
.sec_cuisine .slideArea .contantWrap .contentWrapIn .content.disableTrs {
	-webkit-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}
.sec_cuisine .slideArea .contantWrap .contentWrapIn .content .link {
	display: table-cell;
	position: relative;
	top: 0;
	left: 0;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
}
@media screen and (max-width: 640px) {
	.sec_cuisine .slideArea .contantWrap .contentWrapIn .content .link {
		padding: 0 10px;
	}
}
.sec_cuisine .slideArea .contantWrap .contentWrapIn .content .link>div {
	width: 675px;
	height: 380px;
	margin: auto;
	background-position: center center;
	background-size: cover;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_cuisine .slideArea .contantWrap .contentWrapIn .content .link>div {
		width: 506.25px;
		height: 285px;
	}
}
@media screen and (max-width: 640px) {
	.sec_cuisine .slideArea .contantWrap .contentWrapIn .content .link>div {
		width: 100%;
		height: calc(56.1vw - 50px);
	}
}
.sec_cuisine .slideArea .pager {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
.sec_cuisine .slideArea .pager button {
	width: 44px;
	height: 44px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.sec_cuisine .slideArea .pager button:before, .sec_cuisine .slideArea .pager button:after {
	content: "";
	display: block;
	width: 30px;
	height: 3px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	background-color: #C8C8BE;
}
.sec_cuisine .slideArea .pager button:after {
	background-color: #396450;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.no-touchevents .sec_cuisine .slideArea .pager button:hover, .sec_cuisine .slideArea .pager button.active {
	opacity: 0.6;
}
.sec_cuisine .slideArea .pager button.active {
	cursor: default;
	pointer-events: none;
}
.sec_cuisine .slideArea .pager button.active:after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
.sec_cuisine .mainph {
	height: 640px;
	margin-bottom: 20px;
	background-size: cover;
	background-position: center center;
	max-width: 1140px;
	width: 100%;
	margin: auto;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_cuisine .mainph {
		margin-bottom: 15px;
		max-width: 855px;
		height: 480px;
	}
}
@media screen and (max-width: 640px) {
	.sec_cuisine .mainph {
		height: 52vw;
	}
}
.sec_cuisine .infowrap {
	max-width: 1140px;
	width: 100%;
	margin: 20px auto 0;
	text-align: left;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_cuisine .infowrap {
		max-width: 855px;
		margin: 15px auto 0;
	}
}
.sec_cuisine .infowrap:after {
	content: "";
	display: block;
	clear: both;
}
.sec_cuisine .infowrap.type01 {
	margin-top: 30px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_cuisine .infowrap.type01 {
		margin-top: 22px;
	}
}
@media screen and (max-width: 640px) {
	.sec_cuisine .infowrap.type01 {
		margin-top: 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column nowrap;
		flex-flow: column nowrap;
	}
}
@media screen and (max-width: 640px) {
	.sec_cuisine .infowrap {
		margin-top: 10px;
	}
}
.sec_cuisine .infowrap .info {
	width: 48%;
	float: left;
}
@media screen and (max-width: 640px) {
	.sec_cuisine .infowrap .info {
		width: 100%;
	}
}
.sec_cuisine .infowrap .info.type01 {
	width: 46%;
	float: right;
}
@media screen and (max-width: 640px) {
	.sec_cuisine .infowrap .info.type01 {
		width: 100%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin-top: 13px;
	}
}
.sec_cuisine .infowrap .tit {
	font-family: YuMincho, "Yu Mincho", "yu-mincho-pr6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", serif;
	font-size: 2.6rem;
	line-height: 1.9;
	font-weight: bold;
	letter-spacing: 2px;
	padding-top: 30px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_cuisine .infowrap .tit {
		font-size: 1.95rem;
		padding-top: 22px;
	}
}
@media screen and (max-width: 640px) {
	.sec_cuisine .infowrap .tit {
		text-align: center;
		font-size: 1.6rem;
		line-height: 1.56;
		padding-top: 0;
		letter-spacing: 1px;
	}
}
@media screen and (max-width: 320px) {
	.sec_cuisine .infowrap .tit {
		font-size: 1.5rem;
		letter-spacing: 0;
	}
}
.sec_cuisine .infowrap .cap {
	font-size: 1.4rem;
	line-height: 1.8;
	margin-top: 20px;
	letter-spacing: 1px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_cuisine .infowrap .cap {
		font-size: 1.1rem;
		margin-top: 15px;
	}
}
@media screen and (max-width: 640px) {
	.sec_cuisine .infowrap .cap {
		font-size: 1.2rem;
		line-height: 1.9;
		margin-top: 10px;
		letter-spacing: 0;
	}
}
.sec_cuisine .infowrap .more {
	margin-top: 46px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_cuisine .infowrap .more {
		margin-top: 34px;
	}
}
@media screen and (max-width: 640px) {
	.sec_cuisine .infowrap .more {
		clear: both;
		padding-top: 40px;
	}
}
@media screen and (max-width: 640px) {
	.sec_cuisine .infowrap .more.type01 {
		margin-top: 0;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
}
.sec_cuisine .infowrap .phs {
	width: 50%;
	float: right;
	position: relative;
}
@media screen and (max-width: 640px) {
	.sec_cuisine .infowrap .phs {
		width: 100%;
		padding-top: 30px;
	}
}
.sec_cuisine .infowrap .phs:after {
	content: "";
	display: block;
	clear: both;
}
.sec_cuisine .infowrap .phs.type01 {
	float: left;
}
@media screen and (max-width: 640px) {
	.sec_cuisine .infowrap .phs.type01 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
}
.sec_cuisine .infowrap .phs .ph {
	width: 48.598%;
	float: left;
	height: 369px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_cuisine .infowrap .phs .ph {
		height: 276px;
	}
}
@media screen and (min-width: 641px) and (max-width: 1300px) {
	.sec_cuisine .infowrap .phs .ph {
		height: 28.517vw;
	}
}
@media screen and (max-width: 640px) {
	.sec_cuisine .infowrap .phs .ph {
		height: 55vw;
	}
}
.sec_cuisine .infowrap .phs .ph:last-child {
	float: right;
}

.wideph {
	height: 32.639vw;
	background-size: cover;
	background-position: center center;
	/*margin-top: 120px;*/
}
@media screen and (max-width: 640px) {
	.wideph {
		height: 56vw;
		/*margin-top: 60px;*/
	}
}

/*============================
会場
============================*/
.sec_banquet .tit {
	font-family: YuMincho, "Yu Mincho", "yu-mincho-pr6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", serif;
	font-weight: bold;
	font-size: 2.6rem;
	letter-spacing: 1.5px;
	text-align: center;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_banquet .tit {
		font-size: 1.95rem;
	}
}
@media screen and (max-width: 640px) {
	.sec_banquet .tit {
		font-size: 1.6rem;
		line-height: 1.5;
		letter-spacing: 1px;
	}
}
.sec_banquet .cap {
	font-size: 1.4rem;
	line-height: 1.8;
	text-align: center;
	margin-top: 25px;
	letter-spacing: 1px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_banquet .cap {
		font-size: 1.1rem;
		margin-top: 18px;
	}
}
@media screen and (max-width: 640px) {
	.sec_banquet .cap {
		font-size: 1.2rem;
		line-height: 1.9;
		margin-top: 10px;
		padding: 0 30px;
		text-align: left;
	}
}
.sec_banquet .contents {
	display: table;
	width: 100%;
	margin-top: 70px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_banquet .contents {
		margin-top: 52px;
	}
}
@media screen and (max-width: 640px) {
	.sec_banquet .contents {
		display: grid;
		grid-template-columns: 1fr;
		margin-top: 40px;
	}
}
.sec_banquet .row {
	/* display: table-row; */
}
@media screen and (min-width: 641px) {
	.sec_banquet .row:after {
		content:"";
		display:block;
		clear: both;
	}
}
@media screen and (max-width: 640px) {
	.sec_banquet .row {
		display: contents;
	}
}
.sec_banquet .cell {
	/* display: table-cell; */
	width: calc(100% /3);
	height: 25.4vw;
	position: relative;
}
@media screen and (min-width: 641px) {
	.sec_banquet .cell {
		float:left;
	}
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
	.sec_banquet .cell {
		height: 331px;
	}
}
@media screen and (max-width: 640px) {
	.sec_banquet .cell {
		display: table;
		width: 100%;
		height: auto;
		margin-bottom: 1px;
	}
}
.sec_banquet .ph {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}
@media screen and (max-width: 640px) {
	.sec_banquet .ph {
		position: static;
		display: table-cell;
		width: 30%;
		height: 80px;
	}
}
.sec_banquet .info {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #FFF;
}
.no-touchevents .sec_banquet .info:hover .over:before,
.no-touchevents .sec_banquet .info:hover .overin {
	opacity: 1;
}
.no-touchevents .sec_banquet .info:hover .overin {
	-webkit-transform: translateY(-50%) scale(1.0);
	transform: translateY(-50%) scale(1.0);
}
.sec_banquet .info:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
	background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_banquet .info:before {
		height: 60px;
	}
}
@media screen and (max-width: 640px) {
	.sec_banquet .info {
		height: auto;
		position: relative;
		display: table-cell;
		vertical-align: middle;
		width: 65%;
		background: none;
		background-color: #F6F6F1 !important;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 5px 0 5px 20px;
	}
	.sec_banquet .info:before, .sec_banquet .info:after {
		content: "";
		display: block;
		height: 1px;
		background-color: #396450;
		position: absolute;
		left: auto;
		right: 14px;
		top: 0;
		bottom: 0;
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		margin: auto;
	}
	.sec_banquet .info:before {
		width: 20px;
	}
	.sec_banquet .info:after {
		width: 5px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}
.sec_banquet .over:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.73);
	mix-blend-mode: multiply;
	opacity: 0;
	-webkit-transssition: 0.6s;
	transition: 0.6s;
}
.sec_banquet .overin {
	position: absolute;
	top: 41%;
	left: 0;
	width: 100%;
	color: #FFF;
	-webkit-transform: translateY(-50%) scale(0.94);
	transform: translateY(-50%) scale(0.94);
	opacity: 0;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}
.sec_banquet .overtit {
	text-align: center;
	font-size: 2.2rem;
	line-height: 1.9;
	letter-spacing: 2px;
	font-family: YuMincho, "Yu Mincho", "yu-mincho-pr6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", serif;
	font-weight: 700;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_banquet .overtit {
		font-size: 1.95rem;
	}
}
.sec_banquet .overcap {
	max-width: 390px;
	width: 100%;
	margin: auto;
	margin-top: 18px;
	font-size: 1.4rem;
	line-height: 1.8;
	text-align: left;
	letter-spacing: 1px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_banquet .overcap {
		max-width: 292px;
		font-size: 1.1rem;
		margin-top: 14px;
	}
}
.sec_banquet .infowrap {
	background-size: cover;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 27px 20px 20px;
	box-sizing: border-box;
}
@media screen and (max-width: 640px) {
	.sec_banquet .infowrap {
		position: static;
		padding: 0;
	}
}
.sec_banquet .place {
	font-family: "petersburg-web", serif;
	font-weight: 500;
	font-size: 2.6rem;
	letter-spacing: 2px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_banquet .place {
		font-size: 2.1rem;
	}
}
@media screen and (min-width: 640px) and (max-width: 1150px) {
	.sec_banquet .place {
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 640px) {
	.sec_banquet .place {
		font-size: 1.5rem;
		line-height: 1.2;
		color: #396450;
	}
}
@media screen and (max-width: 640px) {
	.sec_banquet .detail {
		margin-top: 6px;
	}
}
.sec_banquet .name {
	display: inline-block;
	vertical-align: bottom;
	font-family: "din-2014", serif;
	font-weight: 300;
	font-size: 2.0rem;
	letter-spacing: 1px;
    line-height: 1;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_banquet .name {
		font-size: 1.5rem;
	}
}
@media screen and (min-width: 640px) and (max-width: 1150px) {
	.sec_banquet .name {
		font-size: 1.3rem;
	}
}
@media screen and (max-width: 640px) {
	.sec_banquet .name {
		font-size: 1.15rem;
		color: #3C3C3C;
	}
}
.sec_banquet .naiyou {
	display: inline-block;
	vertical-align: bottom;
	margin-left: 12px;
	font-weight: 400;
	font-size: 1.35rem;
	letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 2px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_banquet .naiyou {
		font-size: 1.1rem;
	}
}
@media screen and (max-width: 640px) {
	.sec_banquet .naiyou {
		font-size: 1.0rem;
		color: #3C3C3C;
        margin-bottom: 0;
    	margin-left: 6px;
	}
}

/*============================
パーティレポート
============================*/
.sec_report {
	text-align: center;
	padding: 0 0 152px;
	background-color: #F6F6F1;
	margin: 0 auto;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_report {
		padding: 0 0 100px;
	}
}
@media screen and (max-width: 640px) {
	.sec_report {
		padding: 0 25px 25px;
		display: flex;
		flex-direction: column;
		align-items: center;
		position: relative;
		z-index: 0;
	}
	.sec_report:after {
		content: "";
		position: absolute;
		pointer-events: none;
		background-color: #fff;
		width: calc(100% - 25px);
		height: calc(100% - 25px);
		top: 0;
		right: 0;
		z-index: -1;
	}
}
@media screen and (max-width: 640px) {
	.mod_under_ttl02 {
		order: 1;
	}
	.mod_under_ttl02 .jp_ttl {
		font-size: 1.2rem;
	}
}
.sec_report .infowrap {
	position: relative;
	z-index: 0;
}
@media screen and (max-width: 640px) {
	.sec_report .infowrap {
		display: contents;
	}
}
.sec_report .infowrap:after {
	content: "";
	position: absolute;
	pointer-events: none;
	background-color: #fff;
	width: 89.58%;
	height: 100%;
	top: 64px;
	right: 0;
	z-index: -1;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_report .infowrap:after {
		top: 32px;
	}
}
@media screen and (max-width: 640px) {
	.sec_report .infowrap:after {
		content: none;
	}
}
.sec_report .infowrap .info {
	max-width: 1140px;
	margin: 0 auto;
	width: 100%;
	display: flex;
	justify-content: flex-end;
	height: 450px;
	text-align: left;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_report .infowrap .info {
		max-width: 855px;
		height: 31.25vw;
	}
}
@media screen and (max-width: 640px) {
	.sec_report .infowrap .info {
		order: 2;
		height: auto;
	}
}
.sec_report .infowrap .info .in {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	padding-bottom: 30.5px;
	width: 400px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_report .infowrap .info .in {
		padding-bottom: 15px;
		width: 38%;
	}
}
@media screen and (max-width: 640px) {
	.sec_report .infowrap .info .in {
		width: calc(100% - 50px);
		padding: 0 25px 36px;
		align-items: center;
		justify-content: center;
	}
}
.sec_report .infowrap .tit {
	font-family: YuMincho, "Yu Mincho", "yu-mincho-pr6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", serif;
	font-size: 2.6rem;
	line-height: 1.9;
	letter-spacing: 0.01em;
	font-weight: bold;
	white-space: nowrap;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_report .infowrap .tit {
		font-size: 1.95rem;
	}
}
@media screen and (max-width: 640px) {
	.sec_report .infowrap .tit {
		text-align: center;
		font-size: 1.7rem;
		line-height: 1.4;
		letter-spacing: 1px;
	}
}
@media screen and (max-width: 320px) {
	.sec_report .infowrap .tit {
		font-size: 1.5rem;
		letter-spacing: 0;
	}
}
.sec_report .infowrap .cap {
	font-size: 1.4rem;
	line-height: 1.8;
	margin-top: 20px;
	letter-spacing: 1px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_report .infowrap .cap {
		font-size: 1.1rem;
		margin-top: 15px;
	}
}
@media screen and (max-width: 640px) {
	.sec_report .infowrap .cap {
		font-size: 1.2rem;
		line-height: 1.8;
		margin-top: 8px;
		letter-spacing: 0.07em;
	}
}
.sec_report .infowrap .more {
	margin-top: 46px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_report .infowrap .more {
		margin-top: 34px;
	}
}
@media screen and (max-width: 640px) {
	.sec_report .infowrap .more {
		-ms-flex-order: 3;
		order: 3;
		margin-top: 0;
		width: calc(100% - 90px);
		padding: 0 45px 50px;
	}
}
.sec_report .infowrap .phs {
	width: calc(50% + 88px);
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_report .infowrap .phs {
		width: calc(50% + 60px);
	}
}
@media screen and (max-width: 640px) {
	.sec_report .infowrap .phs {
		width: calc(100% + 50px);
		margin: 0 -25px;
		order: 0;
		position: static;
		top: auto;
		left: auto;
	}
}
.sec_report .infowrap .phs .ph {
	width: 32.67%;
	height: 450px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_report .infowrap .phs .ph {
		height: 31.25vw;
	}
}
@media screen and (max-width: 640px) {
	.sec_report .infowrap .phs .ph {
		height: 55vw;
	}
}

/*============================
リゾート
============================*/
.sec_resort {
	position: relative;
	text-align: center;
	padding-top: 48.61vw;
}
@media screen and (min-width: 640px) and (max-width: 1000px) {
	.sec_resort {
		padding-top: 494px;
	}
}
@media screen and (max-width: 640px) {
	.sec_resort {
		padding-top: 120vw;
	}
}
.sec_resort .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.sec_resort .bg .ph {
	position: absolute;
	width: 25.1%;
	height: 50.1%;
	background-position: center center;
	background-size: cover;
}
@media screen and (max-width: 640px) {
	.sec_resort .bg .ph {
		width: 50.1%;
	}
}
.sec_resort .bg .ph:nth-child(1) {
	top: 0;
	left: 0;
}
.sec_resort .bg .ph:nth-child(2) {
	top: 0;
	left: 25%;
}
@media screen and (max-width: 640px) {
	.sec_resort .bg .ph:nth-child(2) {
		left: 50%;
	}
}
.sec_resort .bg .ph:nth-child(3) {
	top: 0;
	left: 50%;
}
@media screen and (max-width: 640px) {
	.sec_resort .bg .ph:nth-child(3) {
		display: none;
	}
}
.sec_resort .bg .ph:nth-child(4) {
	top: 0;
	left: 75%;
}
@media screen and (max-width: 640px) {
	.sec_resort .bg .ph:nth-child(4) {
		display: none;
	}
}
.sec_resort .bg .ph:nth-child(5) {
	top: 50%;
	left: 0;
}
.sec_resort .bg .ph:nth-child(6) {
	top: 50%;
	left: 25%;
}
@media screen and (max-width: 640px) {
	.sec_resort .bg .ph:nth-child(6) {
		left: 50%;
	}
}
.sec_resort .bg .ph:nth-child(7) {
	top: 50%;
	left: 50%;
}
@media screen and (max-width: 640px) {
	.sec_resort .bg .ph:nth-child(7) {
		display: none;
	}
}
.sec_resort .bg .ph:nth-child(8) {
	top: 50%;
	left: 75%;
}
@media screen and (max-width: 640px) {
	.sec_resort .bg .ph:nth-child(8) {
		display: none;
	}
}
.sec_resort .in {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #FFF;
	z-index: 2;
}
.sec_resort .eigo {
	font-family: "minion-3", serif;
	font-weight: 500;
	font-size: 2.6rem;
	letter-spacing: 2.5px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_resort .eigo {
		font-size: 1.95rem;
	}
}
@media screen and (max-width: 640px) {
	.sec_resort .eigo {
		font-size: 1.6rem;
		letter-spacing: 1px;
	}
}
.sec_resort .tit {
	font-family: YuMincho, "Yu Mincho", "yu-mincho-pr6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", serif;
	font-weight: 700;
	font-size: 3.2rem;
	margin-top: 26px;
	line-height: 1.6;
	letter-spacing: 3px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_resort .tit {
		font-size: 2.4rem;
		margin-top: 20px;
	}
}
@media screen and (max-width: 640px) {
	.sec_resort .tit {
		font-size: 1.95rem;
		line-height: 1.6;
		margin-top: 14px;
		letter-spacing: 2px;
	}
}
@media screen and (max-width: 350px) {
	.sec_resort .tit {
		font-size: 1.90rem;
		letter-spacing: 1px;
	}
}
.sec_resort .cap {
	font-family: YuMincho, "Yu Mincho", "yu-mincho-pr6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", serif;
	font-weight: 700;
	font-size: 1.8rem;
	margin-top: 15px;
	line-height: 1.9;
	letter-spacing: 1px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_resort .cap {
		font-size: 1.35rem;
	}
}
@media screen and (max-width: 640px) {
	.sec_resort .cap {
		font-size: 1.3rem;
		line-height: 1.9;
		margin-top: 12px;
		letter-spacing: 1px;
	}
}
@media screen and (max-width: 350px) {
	.sec_resort .cap {
		font-size: 1.2rem;
		letter-spacing: 0.5px;
	}
}
.sec_resort .link a {
	display: inline-block;
	margin-top: 30px;
	width: 320px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_resort .link a {
		margin-top: 22px;
		width: 240px;
	}
}
@media screen and (max-width: 640px) {
	.sec_resort .link a {
		margin-top: 30px;
		width: 250px;
	}
}

/*============================
アクセス
============================*/
.sec_access {
	overflow: hidden;
	padding-top: 0;
	margin-top: 0;
	position: relative;
	background-image: none;
	padding-bottom: 0;
}
@media screen and (max-width: 640px) {
	.sec_access {
		padding-bottom: 50px;
	}
}
.sec_access .bg {
	background-image: url(../img/index/access_ph01.png);
	background-position: center top;
	background-repeat: no-repeat;
	position: absolute;
	top: -14px;
	left: 50%;
	width: 200%;
	height: 120%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-left: -176px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_access .bg {
		width: 150%;
		background-size:1080px auto;
		margin-left: -62px;
	}
}
.sec_access .mod_under_ttl02 {
	position: relative;
}
@media screen and (max-width: 640px) {
	.sec_access .mod_under_ttl02 {
		padding-bottom: 2.8rem;
	}
}
.sec_access .in {
	max-width: 1140px;
	padding-left: 20px;
	padding-right: 20px;
	margin: auto;
	position: relative;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_access .in {
		max-width: 855px;
	}
}
@media screen and (max-width: 640px) {
	.sec_access  .in {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}
.sec_access .more {
	margin-top: 30px;
}
@media screen and (max-width: 640px) {
	.sec_access .more {
		margin-top: 0;
	}
}
.sec_access .access_text {
	max-width: 380px;
	padding-bottom: 13rem;
}
@media screen and (max-width: 640px) {
	.sec_access .access_text {
		max-width: 100%;
		padding-bottom: 3rem;
	}
}
.sec_access .access_text h3 {
	font-size: 2.6rem;
	letter-spacing: .08em;
	line-height: 1.9;
	font-family: YuMincho,"Yu Mincho",yu-mincho-pr6,"ヒラギノ明朝 ProN W3",HiraMinProN-W3,"HG明朝E",serif;
	padding-bottom: 2rem;
	font-weight: 600;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_access .access_text h3 {
		font-size: 1.95rem;
	}
}
@media screen and (max-width: 640px) {
	.sec_access .access_text h3 {
		font-size: 1.6rem;
		text-align: center;
		padding-bottom: 1.5rem;
		line-height: 1.5625;
	}
}
.sec_access .access_text p {
	font-size: 1.4em;
	letter-spacing: .08em;
	line-height: 1.8;
	padding-bottom: 2rem;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_access .access_text p {
		font-size: 1.1em;
		padding-bottom: 1.5rem;
	}
}
@media screen and (max-width: 640px) {
	.sec_access .access_text p {
		font-size: 1.2em;
	}
}
.sec_access .access_text p.caption {
	font-size: 1.2rem;
	letter-spacing: 1px;
	padding-bottom: 0;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_access .access_text p.caption {
		font-size: 1.1rem;
	}
}
@media screen and (max-width: 640px) {
	.sec_access .access_text p.caption {
		font-size: 1em;
	}
}

.sec_access .access_text h4 {
	position: absolute;
	right: 20px;
	top: -90px;
}

.sec_access .access_text h4 img {
	max-width: 100%;
	display: block;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.access_text h4 img {
		width:510px;
		height: auto;
	}
}

@media screen and (max-width: 640px) {
	.sec_access .access_text {
		padding-bottom: 3rem;
	}
}
.sec_access .access_image p {
	padding-bottom: 1rem;
}
.sec_access .access_image img {
	max-width: 100%;
}


/*============================
セクションとプラン
============================*/
.secwrap01 {
	position: relative;
	padding-bottom: 120px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.secwrap01 {
		padding-bottom: 90px;
	}
}
@media screen and (max-width: 640px) {
	.secwrap01 {
		padding-bottom: 0;
	}
}
.secwrap01 .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-attachment: fixed;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-size: cover;
	background-position: center center;
}
.os-iOS .secwrap01 .bg, .safari .secwrap01 .bg, .os-android .secwrap01 .bg {
	background-attachment: local;
}

/*============================
セレクション
============================*/
.sec_section {
	position: relative;
}
.sec_section .links {
	background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 640px) {
	.sec_section .links {
	}
}
.sec_section .linksin {
	max-width: 1440px;
	width: 100%;
	margin: auto;
	display: table;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_section .linksin {
		max-width: 1080px;
	}
}
@media screen and (max-width: 640px) {
	.sec_section .linksin {
		display: block;
	}
}
.sec_section .one {
	width: 25%;
	display: table-cell;
    position: relative;
}
@media screen and (max-width: 640px) {
	.sec_section .one {
		width: 100%;
		display: table;
	}
}
.no-touchevents .sec_section .linkbtn {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.no-touchevents .sec_section .linkbtn:hover ~ .info {
	opacity: 0.6;
}
.no-touchevents .sec_section .linkbtn:hover ~ .ph > div {
    transform: scale(1.06);
}
.no-touchevents .sec_section .linkbtn:hover ~ .info .cap:before ,
.no-touchevents .sec_section .linkbtn:hover ~ .info .cap:after {
    margin-right: -4px;
}
.sec_section .ph {
    position: relative;
	padding-top: 69.445%;
    transition: 0.3s;
    overflow: hidden;
}
.sec_section .ph > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background-size: cover;
	background-position: center center;
    transition: 0.9s;
}
@media screen and (max-width: 640px) {
	.sec_section .ph {
		display: table-cell;
		width: 42%;
		padding-top: 0;
		height: 28vw;
	}
}
.sec_section .info {
	display: block;
	padding: 36px 0 40px 37px;
	text-align: left;
	transition: 0.3s;
}
@media screen and (min-width: 641px) and (max-width: 1400px) {
	.sec_section .info {
		padding-left: 16px;
	}
}
@media screen and (min-width: 641px) and (max-width: 1100px) {
	.sec_section .info {
		padding-left: 10px;
	}
}
@media screen and (max-width: 640px) {
	.sec_section .info {
		display: table-cell;
		width: 60%;
		vertical-align: middle;
		position: relative;
		padding: 6px 16px;
	}
}
.sec_section .eigo {
	font-family: "petersburg-web", serif;
	font-weight: 500;
	font-size: 2.4rem;
	color: #396450;
	letter-spacing: 2px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_section .eigo {
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 640px) {
	.sec_section .eigo {
		font-size: 1.6rem;
		letter-spacing: 1px;
	}
}
.sec_section .tit {
	font-size: 1.3rem;
	margin-top: 4px;
	letter-spacing: 1px;
	font-weight: 500;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_section .tit {
		margin-top: 3px;
		font-size: 1.1rem;
	}
}
@media screen and (max-width: 640px) {
	.sec_section .tit {
		font-size: 1.0rem;
		margin-top: -2px;
	}
}
.sec_section .cap {
	font-family: YuMincho, "Yu Mincho", "yu-mincho-pr6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", serif;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.6;
	padding-right: 40px;
	position: relative;
	margin-top: 16px;
	letter-spacing: 3px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_section .cap {
		font-size: 1.2rem;
		padding-right: 30px;
		margin-top: 12px;
	}
}
@media screen and (max-width: 640px) {
	.sec_section .cap {
		font-size: 1.1rem;
		line-height: 1.6;
		margin-top: 4px;
		padding-right: 0;
		letter-spacing: 1px;
		position: static;
	}
}
.sec_section .cap:before, .sec_section .cap:after {
	content: "";
	display: block;
	height: 1px;
	background-color: #396450;
	position: absolute;
	bottom: 9px;
	right: 36px;
	transform-origin: right bottom;
    transition: 0.2s;
}
@media screen and (max-width: 640px) {
	.sec_section .cap:before, .sec_section .cap:after {
		right: 14px;
		top: 0;
		bottom: 0;
		margin: auto;
	}
}
.sec_section .cap:before {
	width: 30px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_section .cap:before {
		width: 22px;
	}
}
@media screen and (max-width: 640px) {
	.sec_section .cap:before {
		width: 20px;
	}
}
.sec_section .cap:after {
	width: 7px;
	transform: rotate(45deg);
}
@media screen and (max-width: 640px) {
	.sec_section .cap:after {
		width: 5px;
	}
}

/*============================
プラン
============================*/
.sec_plan {
	position: relative;
}
@media screen and (max-width: 640px) {
	.sec_plan {
		padding: 0 15px 50px;
	}
}
.sec_plan .mod_under_ttl02 {
	padding-bottom: 45px;
}
@media screen and (max-width: 640px) {
	.sec_plan .mod_under_ttl02 {
		padding-bottom: 30px;
	}
}
.sec_plan .ttl02_cap {
	font-size: 1.4rem;
	margin-top: 35px;
	text-align: center;
	color: #3C3C3C;
    letter-spacing: 1.5px;
    font-weight: 500;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_plan .ttl02_cap {
		font-size: 1.1rem;
		margin-top: 26px;
	}
}
@media screen and (max-width: 640px) {
	.sec_plan .ttl02_cap {
		margin-top: 20px;
		font-size: 1.2rem;
		line-height: 1.6;
		letter-spacing: 1px;
	}
}
.sec_plan .links {
	background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 640px) {
	.sec_plan .links {
		padding: 0;
	}
}
.sec_plan .linksin2 {
	padding: 50px 0;
/*	background-color: rgba(255, 255, 255, 0.8);*/
	max-width: 1440px;
	width: 100%;
	margin: auto;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_plan .linksin2 {
		padding: 38px 0;
		max-width: 1080px;
	}
}
@media screen and (max-width: 640px) {
	.sec_plan .linksin2 {
		padding: 30px 15px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 640px) {
	.sec_plan .links {
	}
}
.sec_plan .slideArea {
	max-width: 1036px;
	width: 100%;
	margin: auto;
	opacity: 0;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_plan .slideArea {
		max-width: 777px;
	}
}
.sec_plan .slideArea[data-lf-area="1"] {
	opacity: 1;
}
.sec_plan .slideArea .contantWrap {
	position: relative;
	width: 100%;
	margin: auto;
}
.sec_plan .slideArea .contantWrap .btns01 {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 190px;
}
@media screen and (max-width: 640px) {
	.sec_plan .slideArea .contantWrap .btns01 {
		display: none;
	}
}
.sec_plan .slideArea .contantWrap .btns01 button {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 11;
	width: 70px;
	height: 70px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_plan .slideArea .contantWrap .btns01 button {
		width: 52px;
		height: 52px;
	}
}
@media screen and (max-width: 640px) {
	.sec_plan .slideArea .contantWrap .btns01 button {
		width: 50px;
		height: 50px;
	}
}
.no-touchevents .sec_plan .slideArea .contantWrap .btns01 button:hover {
	opacity: 0.6;
}
.sec_plan .slideArea .contantWrap .btns01 button:before, .sec_plan .slideArea .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;
}
.sec_plan .slideArea .contantWrap .btns01 button:before {
	display: none;
}
.sec_plan .slideArea .contantWrap .btns01 button:after {
	width: 26px;
	height: 26px;
	border: 1px solid #000;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_plan .slideArea .contantWrap .btns01 button:after {
		width: 20px;
		height: 20px;
	}
}
@media screen and (max-width: 640px) {
	.sec_plan .slideArea .contantWrap .btns01 button:after {
		width: 16px;
		height: 16px;
	}
}
.sec_plan .slideArea .contantWrap .btns01 button.next {
	right: -60px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_plan .slideArea .contantWrap .btns01 button.next {
		right: -45px;
	}
}
@media screen and (max-width: 640px) {
	.sec_plan .slideArea .contantWrap .btns01 button.next {
		right: -20px;
	}
}
.sec_plan .slideArea .contantWrap .btns01 button.next:after {
	border-bottom: rgba(255, 0, 255, 0) !important;
	border-left: rgba(255, 0, 255, 0) !important;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 2px;
}
.sec_plan .slideArea .contantWrap .btns01 button.prev {
	left: -60px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_plan .slideArea .contantWrap .btns01 button.prev {
		left: -45px;
	}
}
@media screen and (max-width: 640px) {
	.sec_plan .slideArea .contantWrap .btns01 button.prev {
		left: -20px;
	}
}
.sec_plan .slideArea .contantWrap .btns01 button.prev:after {
	border-bottom: rgba(255, 0, 255, 0) !important;
	border-right: rgba(255, 0, 255, 0) !important;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: -2px;
}
.sec_plan .slideArea .contantWrap .contentWrapIn {
	padding: 0 75% 0 0;
	overflow: hidden;
}
@media screen and (max-width: 640px) {
	.sec_plan .slideArea .contantWrap .contentWrapIn {
		padding: 0;
	}
}
.sec_plan .slideArea .contantWrap .contentWrapIn .content {
	position: relative;
	display: table;
}
@media screen and (max-width: 640px) {
	.sec_plan .slideArea .contantWrap .contentWrapIn .content {
		width: 100% !important;
		left: 0 !important;
		-webkit-transition: none !important;
		-o-transition: none !important;
		transition: none !important;
		display: block;
	}
}
.sec_plan .slideArea .contantWrap .contentWrapIn .content.disableTrs {
	-webkit-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}
.sec_plan .slideArea .contantWrap .contentWrapIn .content .link {
	display: table-cell;
	position: relative;
	top: 0;
	left: 0;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 4px;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.no-touchevents .sec_plan .slideArea .contantWrap .contentWrapIn .content .link:hover {
	opacity: 0.6;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_plan .slideArea .contantWrap .contentWrapIn .content .link {
		padding: 0 3px;
	}
}
@media screen and (max-width: 640px) {
	.sec_plan .slideArea .contantWrap .contentWrapIn .content .link {
		display: block;
		padding: 0;
		display: table;
		width: 100% !important;
	}
}
@media screen and (max-width: 640px) {
	.sec_plan .slideArea .contantWrap .contentWrapIn .content .link.dammy {
		display: none;
	}
}
@media screen and (max-width: 640px) {
	.sec_plan .slideArea .contantWrap .contentWrapIn .content .link+.link {
		margin-top: 4px;
	}
}
.sec_plan .slideArea .contantWrap .contentWrapIn .content .link .ph {
	padding-top: 186px;
	max-width: 247px;
	background-position: center center;
	background-size: cover;
	margin: auto;
}
@media screen and (min-width: 641px) and (max-width: 1150px) {
	.sec_plan .slideArea .contantWrap .contentWrapIn .content .link .ph {
		padding-top: 75%;
	}
}
@media screen and (max-width: 640px) {
	.sec_plan .slideArea .contantWrap .contentWrapIn .content .link .ph {
		width: 35%;
		height: 18vw;
		display: table-cell;
		padding-top: 0;
	}
}
.sec_plan .slideArea .contantWrap .contentWrapIn .content .link .txt {
	font-family: YuMincho, "Yu Mincho", "yu-mincho-pr6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", serif;
	font-weight: 700;
	font-size: 1.9rem;
	text-align: center;
	color: #396450;
	margin-top: 20px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_plan .slideArea .contantWrap .contentWrapIn .content .link .txt {
		font-size: 1.425rem;
		margin-top: 15px;
	}
}
@media screen and (max-width: 640px) {
	.sec_plan .slideArea .contantWrap .contentWrapIn .content .link .txt {
		display: table-cell;
		vertical-align: middle;
		margin-top: 0;
		font-size: 1.5rem;
		text-align: left;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 20px;
		width: 65%;
	}
}
.sec_plan .dot {
	margin-top: 20px;
}
.sec_plan .dot:before {
	content: "";
	display: block;
	width: 0;
	height: 40px;
	border-right: 1px dotted #396450;
	margin: auto;
}
.sec_plan .more {
	margin-top: 0;
	text-align: center;
}
.sec_plan .more a {
	margin-top: 30px;
	width: 320px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_plan .more a {
		padding: 6px 0;
		margin-top: 22px;
		font-size: 1.35rem;
		width: 240px;
	}
}
@media screen and (max-width: 640px) {
	.sec_plan .more a {
		font-size: 1.75rem;
		margin-top: 20px;
		width: 250px;
	}
}


/*============================
ブライダルフェア
============================*/
.secwrap02 {
	position: relative;
	background-color: #F6F6F1;
}
.secwrap02 .bg {
	position: absolute;
	top: 350px;
	left: 0;
	width: 100%;
	bottom: 0;
	background-attachment: fixed;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-size: cover;
	background-position: center center;
}
.os-iOS .secwrap02 .bg, .safari .secwrap02 .bg, .os-android .secwrap02 .bg {
	background-attachment: local;
}
.sec_fair {
	position: relative;
	padding: 0 50px 130px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_fair {
		padding: 0 38px 98px;
	}
}
@media screen and (max-width: 640px) {
	.sec_fair {
		padding: 0 15px 50px;
	}
}
.sec_fair .mod_under_ttl02 {
	padding-bottom: 70px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_fair .mod_under_ttl02 {
		padding-bottom: 52px;
	}
}
@media screen and (max-width: 640px) {
	.sec_fair .mod_under_ttl02 {
		padding-bottom: 30px;
	}
}
.sec_fair .ttl02_cap {
	font-size: 1.4rem;
	margin-top: 35px;
	text-align: center;
	color: #3C3C3C;
    font-weight: 500;
    letter-spacing: 1px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_fair .ttl02_cap {
		font-size: 1.1rem;
		margin-top: 26px;
	}
}
@media screen and (max-width: 640px) {
	.sec_fair .ttl02_cap {
		margin-top: 20px;
		font-size: 1.2rem;
		line-height: 1.6;
	}
}
.sec_fair .in {
	max-width: 1140px;
	width: 100%;
	margin: auto;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_fair .in {
		max-width: 885px;
	}
}
.sec_fair .detail_box {
	display: table;
	width: 100%;
}
@media screen and (max-width: 640px) {
	.sec_fair .detail_box {
		display: block;
	}
}
.sec_fair .detail_box .left {
	display: table-cell;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
}
@media screen and (min-width: 640px) {
	.sec_fair .detail_box .left {
		position: relative;
		width: 69%;
		max-width: 814px;
		padding: 55px 30px 20px 45px;
	}
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_fair .detail_box .left {
		max-width:610px;
	}
}

@media screen and (max-width: 640px) {
	.sec_fair .detail_box .left {
		display: block;
		padding: 1.6rem;
		text-align: center;
	}
}
.sec_fair .detail_box .left:after {
	content: "";
	display: block;
	clear: both;
}
.sec_fair .detail_box .left>iframe {
	border: none;
}
@media screen and (min-width: 641px) {
	.sec_fair .detail_box .left>iframe {
		float: left;
	}
	.sec_fair .detail_box .left>iframe:nth-child(1) {
		-webkit-transform: scale(0.92);
		-ms-transform: scale(0.92);
		transform: scale(0.92);
		-webkit-transform-origin: 0 0;
		-ms-transform-origin: 0 0;
		transform-origin: 0 0;
	}
	.sec_fair .detail_box .left>iframe:nth-child(2) {
		float: right;
	}
}
@media screen and (min-width: 641px) and (max-width: 1439px) {
	.sec_fair .detail_box .left>iframe {
		width: 67%;
	}
	.sec_fair .detail_box .left>iframe:nth-child(1) {
		-webkit-transform: scale(0.92);
		-ms-transform: scale(0.92);
		transform: scale(0.92);
		-webkit-transform-origin: 0 0;
		-ms-transform-origin: 0 0;
		transform-origin: 0 0;
	}
	.sec_fair .detail_box .left>iframe:nth-child(2) {
		width: 29%;
		min-height: 260px;
	}
}
@media screen and (min-width: 641px) and (max-width: 1366px) {
	.sec_fair .detail_box .left>iframe:nth-child(1) {
		width: 70%;
		height:330px;
		-webkit-transform: scale(0.75);
		-ms-transform: scale(0.75);
		transform: scale(0.75);
		-webkit-transform-origin: 0 0;
		-ms-transform-origin: 0 0;
		transform-origin: 0 0;
		position: absolute;
	}
	.sec_fair .detail_box .left>iframe:nth-child(2) {
		position: absolute;
		right: 20px;
		min-width: 210px;
	}
}
@media screen and (max-width: 640px) {
	.sec_fair .detail_box .left>iframe {
		width: 100%;
		max-height: 101vw;
	}
	.sec_fair .detail_box .left>iframe:nth-child(2) {
		width: 60vw;
		margin: 2.0rem auto 0;
	}
}
.sec_fair .detail_box .right {
	display: table-cell;
	vertical-align: top;
	text-align: center;
	background-color: #396450;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (min-width: 641px) {
	.sec_fair .detail_box .right {
		width: 27%;
		max-width: 320px;
		padding: 50px 30px 30px;
	}
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_fair .detail_box .right {
		max-width: 240px;
		padding: 38px 22px 22px;
	}
}
@media screen and (max-width: 640px) {
	.sec_fair .detail_box .right {
		display: block;
		padding: 40px 15px 15px;
	}
}
.sec_fair .detail_box .right .title {
	font-family: "minion-3", serif;
	font-size: 2.9rem;
	letter-spacing: 3px;
	line-height: 1;
	color: #FFF;
	margin-bottom: 20px;
	font-weight: 300;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_fair .detail_box .right .title {
		font-size: 2.175rem;
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 640px) {
	.sec_fair .detail_box .right .title {
		font-size: 2.7rem;
		margin-bottom: 2.0rem;
	}
}
.sec_fair .detail_box .right .txt {
	font-size: 1.4rem;
	letter-spacing: 1px;
	line-height: 1.75;
	margin-bottom: 30px;
	color: #FFF;
	font-weight: 300;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_fair .detail_box .right .txt {
		font-size: 1.1rem;
		margin-bottom: 22px;
	}
}
@media screen and (max-width: 640px) {
	.sec_fair .detail_box .right .txt {
		font-size: 1.4rem;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 1.75;
		margin-left: -1em;
		margin-right: -1em;
	}
}
.sec_fair .detail_box .right>ul li {
	margin-top: 5px;
	text-align: left;
}
@media screen and (max-width: 640px) {
	.sec_fair .detail_box .right>ul li .mod_btn01 {
/*		height: 5.4rem;*/
	}
}
.sec_fair .detail_box .right>ul li a {
	margin-top: 9px;
	font-family: YuMincho, "Yu Mincho", "yu-mincho-pr6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", serif;
	font-weight: 700;
	padding-left: 20px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_fair .detail_box .right>ul li a {
		margin-top: 7px;
		padding-left: 15px;
	}
}
@media screen and (max-width: 640px) {
	.sec_fair .detail_box .right>ul li a {
		padding-left: 20px;
	}
}
.sec_fair .detail_box .right>ul li a span {
	padding: 10px 20px;
	padding-left: 0;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_fair .detail_box .right>ul li a span {
		padding: 15px;
	}
}
.sec_fair .detail_box .right>ul li:nth-child(1) a {
	background-color: #D2DCBE;
}
.sec_fair .detail_box .right>ul li:nth-child(2) a {
	background-color: #F0F0EB;
}
.sec_fair .detail_box .right>ul li:nth-child(3) a {
	background-color: #F0F0EB;
}
.sec_fair .detail_box .right>ul li:nth-child(4) a {
	background-color: #F0F0EB;
}
.sec_fair .present {
	margin-top: 84px;
	padding: 90px 30px 80px;
	position: relative;
	background-color: #fff;
	text-align: center;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_fair .present {
		margin-top: 63px;
		padding: 68px 22px 60px;
	}
}
@media screen and (max-width: 640px) {
	.sec_fair .present {
		margin-top: 40px;
		padding: 30px 10px 40px;
	}
}
.sec_fair .present:before {
	content: "";
	display: block;
	width: 1px;
	height: 77px;
	position: absolute;
	top: -35px;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #396450;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_fair .present:before {
		height: 58px;
		top: -26px;
	}
}
@media screen and (max-width: 640px) {
	.sec_fair .present:before {
		height: 35px;
		top: -17px;
	}
}
.sec_fair .present .tit {
	font-family: YuMincho, "Yu Mincho", "yu-mincho-pr6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", serif;
	font-weight: 700;
	font-size: 3.3rem;
	letter-spacing: 4px;
	/* margin-left: 10rem; */
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_fair .present .tit {
		font-size: 2.475rem;
		letter-spacing: 3px;
	}
}
@media screen and (max-width: 640px) {
	.sec_fair .present .tit {
		font-size: 2.2rem;
		letter-spacing: 2px;
		/* margin-left: 0; */
		/* position: relative; */
	}
	/* .sec_fair .present .tit:before{
		content: "";
	    position: absolute;
	    top: -4.6rem;
	    left: 0;
	    right: 0;
	    margin: 0 auto;
	    z-index: 1;
	    display: block;
	    width: 10.2rem;
	    height: 3.9rem;
	    background-image: url(../img/index/icon_renew2307.png);
	    background-size: 100% auto;
	    background-repeat: no-repeat;
	    background-position: center center;
	} */
}
/* .sec_fair .present .tit span{
	position: relative;
} */
/* .sec_fair .present .tit span:before{
	content: "";
    position: absolute;
    top: -.2rem;
    left: -11.4rem;
    z-index: 1;
    display: block;
    width: 10.2rem;
    height: 3.9rem;
    background-image: url(../img/index/icon_renew2307.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_fair .present .tit span:before{
		top: -.6rem;
	}
}
@media screen and (max-width: 640px) {
	.sec_fair .present .tit span:before{
		display: none;
	}
} */
.sec_fair .present .tit img {
	position: relative;
	display: inline-block;
	bottom: -7px;
	left: 4px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_fair .present .tit img {
		width: 48px;
		bottom: -5px;
		left: 3px;
	}
}
@media screen and (max-width: 640px) {
	.sec_fair .present .tit img {
		width: 41px;
		height: auto;
		bottom: -3px;
		left: 2px;
	}
}
.sec_fair .present .cap {
	margin-top: 20px;
	font-size: 1.4rem;
    letter-spacing: 1px;
    font-weight: 500;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_fair .present .cap {
		margin-top: 15px;
		font-size: 1.1rem;
	}
}
@media screen and (max-width: 640px) {
	.sec_fair .present .cap {
		margin-top: 10px;
		font-size: 1.4rem;
		line-height: 1.7;
	}
}
.sec_fair .present .contents {
	display: table;
	width: 100%;
	max-width: 1030px;
	margin: auto;
	margin-top: 70px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_fair .present .contents {
		max-width: 772px;
		margin-top: 52px;
	}
}
@media screen and (max-width: 640px) {
	.sec_fair .present .contents {
		display: block;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin-top: 30px;
		padding: 0 10px 0 15px;
	}
}
.sec_fair .present .one {
	display: table-cell;
	width: 24%;
}
@media screen and (max-width: 640px) {
	.sec_fair .present .one {
		display: table;
		width: 100%;
	}
}
@media screen and (max-width: 640px) {
	.sec_fair .present .one+.one {
		margin-top: 24px;
	}
}
.sec_fair .present .ph {
	width: 200px;
	height: 133px;
	position: relative;
	margin: auto;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_fair .present .ph {
		width: 203px;
		height: 133px;
	}
}
@media screen and (max-width: 640px) {
	.sec_fair .present .ph {
		display: table-cell;
		width: 52%;
		height: 100px;
	}
}
.sec_fair .present .ph img {
	position: absolute;
	top: -15px;
	left: -23px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_fair .present .ph img {
		width: 58px;
		height: auto;
		top: -11px;
		left: -17px;
	}
}

@media screen and (max-width: 640px) {
	.sec_fair .present .ph img {
		width: 56px;
		height: 56px;
		top: -13px;
		left: -16px;
	}
}
.sec_fair .present .info {
	position: relative;
	padding-top: 33px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_fair .present .info {
		padding-top: 24px;
	}
}

@media screen and (max-width: 640px) {
	.sec_fair .present .info {
		display: table-cell;
		width: 48%;
		vertical-align: middle;
		text-align: left;
		padding-left: 10px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding-top: 0;
	}
}
.sec_fair .present .pretit {
	font-family: YuMincho, "Yu Mincho", "yu-mincho-pr6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", serif;
	font-weight: 700;
	font-size: 2.1rem;
	letter-spacing: 1px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_fair .present .pretit {
		font-size: 1.575rem;
	}
}
@media screen and (max-width: 640px) {
	.sec_fair .present .pretit {
		font-size: 1.3rem;
		line-height: 1.3;
	}
}
@media screen and (max-width: 320px) {
	.sec_fair .present .pretit {
		font-size: 1.2rem;
		letter-spacing: 0;
	}
}
.sec_fair .present .precap {
	margin-top: 8px;
	font-size: 1.4rem;
	line-height: 1.8;
	font-weight: 500;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_fair .present .precap {
		margin-top: 12px;
		font-size: 1.1rem;
	}
}
@media screen and (max-width: 640px) {
	.sec_fair .present .precap {
		font-size: 1.0rem;
		line-height: 1.5;
		margin-top: 5px;
	}
}
.sec_fair .present .prenote {
	width: 200px;
	position: absolute;
	top: 5px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: right;
	font-size: 1.2rem;
	letter-spacing: 0.5px;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_fair .present .prenote {
		width: 203px;
		top: 4px;
		font-size: 1rem;
	}
}
@media screen and (max-width: 640px) {
	.sec_fair .present .prenote {
		position: static;
		width: auto;
		font-size: 1.0rem;
		text-align: left;
		line-height: 1.5;
	}
}

.banner_quo {
	position: absolute;
	display: block;
	width: 220px;
	height: 220px;
	right: 42px;
	/*right: 37px;*/
	/* bottom: 160px; */
	/*bottom: 112px;*/
	top: 42px;
	z-index: 10;
}
.banner_quo img {width: 100%;height: auto;}
.banner_quo a {
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.banner_quo a:hover {
	opacity: 0.7;
}
.banner_quo_sp {display: none;}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.banner_quo {
		position: absolute;
		display: block;
		width: 180px;
		height: 180px;
		right: 30px;
		top: 20px;
		/*bottom: 30px;*/
	}
}
@media screen and (max-width: 640px) {
	.banner_quo {display: none;}
	.banner_quo_sp {
			display: block;
			width: 100%;
			padding-top: 5%;
			padding-bottom: 5%;
			background-color: #78A08C;
	}
	.banner_quo_sp img {
				width: 90%;
				margin-left: 5%;
				margin-right: 5%;
				height: auto;
	}
}

.banner_festa {
	position: absolute;
	display: block;
	width: 420px;
	height: 220px;
	right: 42px;
	/*right: 37px;*/
	/* bottom: 160px; */
	/*bottom: 112px;*/
	bottom: 40px;
	z-index: 10;
}
.banner_festa img {width: 100%;height: auto;}
.banner_festa a {
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.banner_festa a:hover {
	opacity: 0.7;
}
.banner_festa_sp {display: none;}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.banner_festa {
		position: absolute;
		display: block;
		width: 280px;
		height: 133px;
		right: 30px;
		bottom: 20px;
		/*bottom: 30px;*/
	}
}
@media screen and (max-width: 640px) {
	.banner_festa {display: none;}
	.banner_festa_sp {
			display: block;
			width: 100%;
			padding-top: 8%;
			padding-bottom: 5%;
	}
	.banner_festa_sp img {
				width: 90%;
				margin-left: 5%;
				margin-right: 5%;
				height: auto;
	}
}

/*コロナ対策用*/
.ex_info {
	background-color: #fff;
	position: absolute;
	right: 0;
	bottom: 100px;
	z-index: 10;
}
.ex_info a {
	display: block;
	padding: 5px 0;
	margin: 0 auto;
	max-width: 900px;
	color: #000;
	font-size: 14px;
	padding: 10px 60px 10px 20px;
	position: relative;
	text-decoration:none;
}
.ex_info a:after {
	content: "";
	display: block;
	margin: auto 0;
	width: 8px;
	height: 8px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	transform: rotate(45deg);
}
.ex_info a:hover {
	text-decoration:underline;
}
.ex_info_sp{
	background-color: #fff;
	border-bottom: 1px solid #999;
}
.ex_info_sp a {
	display: block;
	padding: 5px 0;
	margin: 0 auto;
	max-width: 900px;
	color: #000;
	font-size: 14px;
	padding: 10px 60px 10px 20px;
	position: relative;
	text-decoration:none;
}
.ex_info_sp a:after {
	content: "";
	display: block;
	margin: auto 0;
	width: 8px;
	height: 8px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	transform: rotate(45deg);
}
.ex_info.faq{
	bottom: 40px;
}

/*アルパカ-------------------------------*/
.arupaka_bnr{
	width: 840px;
	height: 170px;
	margin: 0 auto;
	border:solid 1px #a5c1b3;
	background-image: url(../img/index/bg_arupaka.jpg);
	background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    box-sizing: border-box;
}
.arupaka_bnr .linkbtn{
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all  0.8s ease;
}
.arupaka_bnr .linkbtn:hover{
	background-color: #fff;
	opacity: 0.1;
}
.arupaka_bnr .cap {
	font-family: YuMincho,"Yu Mincho",yu-mincho-pr6,"ヒラギノ明朝 ProN W3",HiraMinProN-W3,"HG明朝E",serif;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.6;
	padding-right: 40px;
	position: relative;
	margin-top: 16px;
	width: 100px;
	margin: 0 auto;
	color: #38634f;
}
.arupaka_bnr .cap:before, .arupaka_bnr .cap:after {
	content: "";
	display: block;
	height: 1px;
	background-color: #396450;
	position: absolute;
	bottom: 9px;
	right: 30px;
	transform-origin: right bottom;
    transition: 0.2s;
}
.arupaka_bnr .cap:before {
	width: 30px;
}
.arupaka_bnr .cap:after {
	width: 7px;
	transform: rotate(45deg);
}
.arupaka_bnr .linkbtn:hover ~ .info .cap:before ,
.arupaka_bnr .linkbtn:hover ~ .info .cap:after {
    margin-right: -4px;
}
.arupaka_bnr .info{
	padding-top: 14px;
	text-align: center;
}
.arupaka_bnr .info dt{
	color: #3c3c3c;
	font-size: 2.6rem;
	font-family: YuMincho,"Yu Mincho",yu-mincho-pr6,"ヒラギノ明朝 ProN W3",HiraMinProN-W3,"HG明朝E",serif;
	line-height: 1.2;
	letter-spacing: .1em;
	margin-bottom: 10px;
}
.arupaka_bnr .info dt span{
	color: #38634f;
	font-size: 2rem;
}
.arupaka_bnr .info dd{
	font-size: 1.4rem;
	color: #3c3c3c;
	letter-spacing: .1em;
}

@media screen and (max-width: 640px) {
	.arupaka_bnr{
		width: 90%;
		height: auto;
		margin: 0 auto;
		border:solid 1px #a5c1b3;
		background-color: #f6f6f1;
		background-image: url(../img/index/bg_arupaka_sp.jpg);
		background-size: 100% auto;
	    background-repeat: no-repeat;
	    background-position: center center;
	    position: relative;
	    box-sizing: border-box;
	}
	.arupaka_bnr .info dt{
		font-size: 1.6rem;
		line-height: 1.4;
		letter-spacing: .2em;
		margin-bottom: 6px;
		font-weight: bold;
	}
	.arupaka_bnr .info dt span{
		font-size: 1.3rem;
		letter-spacing: .1em;
	}
	.arupaka_bnr .info dd{
		font-size: 1.2rem;
		letter-spacing: .1em;
	}
	.arupaka_bnr .inner{
		border: solid 1px #fff;
		display: block;
	    position: absolute;
	    top: 0;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    width: 96%;
	    height: 94%;
	    margin: auto;
	}
	.arupaka_bnr .photo{
		padding: 1rem 3rem;
	}
	.arupaka_bnr .photo img{
		width: 100%;
	}
}

@media screen and (max-width: 640px) {
	.sec_section .linkbtn {
	    display: block;
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    z-index: 1;
	}
}

/*230714*/
/* .sec_cuisine.type01 .mainph{
	position: relative;
} */
/* .sec_cuisine.type01 .mainph:before{
	content: "";
    position: absolute;
    top: 16px;
    right: 14px;
    z-index: 1;
    display: block;
    width: 14.8rem;
    height: 14.8rem;
    background-image: url(../img/index/chapel_renew2307.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_cuisine.type01 .mainph:before{
		width: 12rem;
    	height: 12rem;
	}
}
@media screen and (max-width: 640px) {
	.sec_cuisine.type01 .mainph:before{
		display: none;
	}
	.sec_cuisine.type01 .chapel_renew2307{
		position: relative;
	}
	.sec_cuisine.type01 .chapel_renew2307:before{
		content: "";
	    position: absolute;
	    top: -19.8rem;
	    right: -.4rem;
	    z-index: 1;
	    display: block;
	    width: 6.8rem;
	    height: 6.8rem;
	    background-image: url(../img/index/chapel_renew2307.png);
	    background-size: 100% auto;
	    background-repeat: no-repeat;
	    background-position: center center;
	}
} */
.sec_chapelRenew{
	/* background-image: url(../img/index/bg_chapel_renew.jpg); */
	/* background-size: cover; */
	padding-top: 8rem;
	padding-bottom: 9.6rem;
}
@media screen and (max-width: 640px) {
	.sec_chapelRenew{
		padding-top: 6.4rem;
	padding-bottom: 4.4rem;
		/* background-image: url(../img/index/bg_chapel_renew_sp.jpg); */
		/* background-size: cover; */
		/* background-position: center; */
	}
}
.sec_chapelRenew .inner{
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
}
@media screen and (max-width: 640px) {
	.sec_chapelRenew .inner{
		display: block;
	}
}
.sec_chapelRenew .inner .txt_area{
	width: 46rem;
	margin-right: 5rem;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_chapelRenew .inner .txt_area{
		width: 40rem;
	}
}
@media screen and (max-width: 640px) {
	.sec_chapelRenew .inner .txt_area{
		width: 100%;
	}
}

.sec_chapelRenew .inner .ph {
	padding-top: 390px;
	width: 63rem;
	background-position: center center;
	background-size: cover;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_chapelRenew .inner .ph {
		padding-top: 360px;
		width: 50rem;
	}
}
@media screen and (max-width: 640px) {
	.sec_chapelRenew .inner .ph{
		width: 100%;
		padding-top: 232px;
	}
}
.sec_chapelRenew .inner .txt_area .tit{
	font-family: YuMincho, "Yu Mincho", "yu-mincho-pr6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", serif;
	font-size: 2.4rem;
	padding-top: 60px;
	position: relative;
	letter-spacing: .04em;
	font-weight: bold;
}
.sec_chapelRenew .inner .txt_area .tit:before{
	content: "";
    position: absolute;
    top: -1rem;
    left: -4.6rem;
    z-index: 1;
    display: block;
    width: 24.5rem;
    height: 11.1rem;
    background-image: url(../img/index/txt_renewal.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}
@media screen and (max-width: 640px) {
	.sec_chapelRenew .inner .txt_area .tit{
		text-align: center;
		font-size: 1.6rem;
		line-height: 1.56;
		letter-spacing: 1px;
		padding-top: 4rem;
	}
	.sec_chapelRenew .inner .txt_area .tit:before{
		width: 16rem;
    	height: 7.2rem;
    	top: -.2rem;
    	left: -.4rem;
	}
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_chapelRenew .inner .txt_area .tit{
		font-size: 1.95rem;
	}
}
.sec_chapelRenew .inner .txt_area .txt{
	font-size: 1.4rem;
	line-height: 1.8;
	letter-spacing: .02em;
	padding-top: 2.2rem;
}
@media screen and (min-width: 640px) and (max-width: 1366px) {
	.sec_chapelRenew .inner .txt_area .txt{
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 640px) {
	.sec_chapelRenew .inner .txt_area .txt{
		padding: 1.6rem 2.5rem 0;
		font-size: 1.2rem;
		letter-spacing: .1em;
		text-align: justify;
	}
}
.sec_chapelRenew .txt_area .more_btn{
	margin-top: 40px;
}
@media screen and (max-width: 640px) {
	.sec_chapelRenew .txt_area .more_btn{
		margin-top: 24px;
		text-align: center;
	}
}
.sec_chapelRenew .txt_area .more_btn a.arr02 {
  position: relative;
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: 0.07em;
  background-color: #396450;
  display: inline-block;
  text-align: center;
  min-width: 256px;
  padding: 12px 30px 12px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  transition: 0.5s;
}
.sec_chapelRenew .txt_area .more_btn a.arr02:hover{
  opacity: .6;
}
.sec_chapelRenew .txt_area .more_btn a.arr02 span:after{
  content: "";
  display: block;
  position: absolute;
  top: 40%;
  right: 16px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* モーダル基本設定 */

body.is-locked {
	overflow: hidden
}

@media print,
screen and (min-width:641px) {
	body.is-locked {
			width: 100%
	}
	.not-firefox body.is-locked .menu_btn {
			right: calc(.3rem + var(--scrollbar))
	}
	.not-firefox body.is-locked .pagetop_btn {
			right: calc(.15rem + var(--scrollbar))
	}
	.not-firefox body.is-locked .mod_side_btn {
			right: var(--scrollbar)
	}
}

.modal_trigger {
	display: block;
	width: 200px;
	padding: 20px;
	margin-inline: auto;
	margin-top: 30px;
	text-align: center;
	font-size: 20px;
	cursor: pointer;
	border: 1px solid
}


/* モーダル本体 */

.-modal {
visibility: hidden;/*-- 表示に必要な要素 --*/
opacity: 0;/*-- 表示に必要な要素 --*/
position: fixed;
z-index: 70000;
top: 0;
left: 0;
right: 0;
bottom: 0;
transition: opacity 1s, visibility 0s 1s;
background-color: rgba(60, 60, 60, 0.7); 
backdrop-filter: blur(3px);
}
.-modal.is-active {
visibility: visible;
opacity: 1;
-webkit-transition: opacity 1s, visibility 0s 0s;
transition: opacity 1s, visibility 0s 0s;
}
.modal_container {
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
}
.modal_container _:-ms-lang(x)::-ms-backdrop, .modal_container {
min-height: 100vh;
}
.modal_inner {
margin: 20px auto;
width: auto;
}
.modal_content {
display: none; /*-- 表示に必要な要素 --*/
width: 100%;
box-sizing: border-box;
margin: auto;
}
.modal_container::after {
content: "";
	min-height: inherit;
	font-size: 0
}
.is-active .modal_content {
display: block;
}
.modal_close {
display: block;
position: relative;
bottom: -14px;
	right: -326px;
width: 28px;
height: 28px;
border-radius: 50%;
background: #D9D9D9;
cursor: pointer;
transition: 0.3s;
z-index: 1;
}
@media screen and (max-width: 640px){
.modal_close {
	right: -306px;
}
}
.modal_close::before, .modal_close::after {
content: "";
position: absolute;
top: 50%;
left: 50%;
width: 2px;
height: 18px;
background: #ffffff;
}
.modal_close::before {
transform: translate(-50%,-50%) rotate(45deg);
}
.modal_close::after {
transform: translate(-50%,-50%) rotate(-45deg);
}

.modal_item {
aspect-ratio: 1;
transition: 0.3s;
}
@media print, screen and (min-width: 641px){
.modal_item {
	width: 340px;
}
.modal_item:hover {
	opacity: 0.7;
}
}
@media screen and (max-width: 640px){
.modal_item {
	width: 86vw;
	max-width: 320px;
}
}

.modal_item img {
	width: 100%;
	height: auto;
	display: block;
}


/*sec_happycampaign 202602追加*/
.sec_happy_campaign {
	padding-top: 112px;
	padding-bottom: 112px;
	background-color: #fff;
}
.sec_happy_campaign .in {
	position: relative;
	width: 990px;
	margin: 0 auto;
	padding: 24px;
	background-color: #F6F6F1;
	box-sizing: border-box;
	font-feature-settings: normal;
	overflow: hidden;
}
.sec_happy_campaign .in::before,
.sec_happy_campaign .in::after {
	content: "";
	position: absolute;
	width: 120px;
	height: 19px;
	background: #396450;
	transform: rotate(45deg);
	transform-origin: center;
	pointer-events: none;
	z-index: 2;
}
.sec_happy_campaign .in::before {
	top: 18px;
	right: -24px;
}
.sec_happy_campaign .in::after {
	bottom: 18px;
	left: -26px;
}
.sec_happy_campaign .wrap {
	display: flex;
	align-items: center;
}
.sec_happy_campaign .ph {
	width: 460px;
	height: 317px;
}
.sec_happy_campaign .ph img {
	display: block;
	object-fit: cover;
	width: 100%;
	height: auto;
}
.sec_happy_campaign .texwrap {
	margin-left: 60px;
}
.sec_happy_campaign .title {
	font-family: YuMincho, "Yu Mincho", "yu-mincho-pr6", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", serif;
	font-size: 2rem;
	letter-spacing: 0.05em;
	line-height: 1;
}
.sec_happy_campaign .title span {
	display: inline-block;
	padding-top: 16px;
	font-size: 2.6rem;
	letter-spacing: 0.08em;
}
.sec_happy_campaign .txt {
	margin-top: 24px;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	line-height: 2;
}
.sec_happy_campaign .link {
	display: block;
	width: fit-content;
	margin-top: 24px;
	transition: 0.4s;
}
.sec_happy_campaign .cmnBtn03 {
	width: 284px;
	height: 54px;
	margin-top: 24px;
	background-color: #396450;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sec_happy_campaign .cmnBtn03 a {
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	line-height: 1;
	font-weight: 400;
	color: #fff;
	width: 100%;
	height: 100%;
	border: none;
	padding: 20px 0 20px 22px;

}

@media screen and (max-width:640px) {
	.sec_happy_campaign {
		padding: 64px 21px 64px;
	}
	.sec_happy_campaign .in {
		width: 100%;
		padding: 0;
	}
	.sec_happy_campaign .in::before,
	.sec_happy_campaign .in::after {
		height: 14px;
	}
	.sec_happy_campaign .in::before {
		top: 18px;
		right: -38px;
	}
	.sec_happy_campaign .in::after {
		bottom: 18px;
		left: -42px;
	}
	.sec_happy_campaign .wrap {
		flex-direction: column;
	}
	.sec_happy_campaign .ph {
		width: 100%;
		height: auto;
	}
	.sec_happy_campaign img {
	}
	.sec_happy_campaign .texwrap {
		margin-left: 0;
		padding: 44px 24px 40px;
	}
	.sec_happy_campaign .title {
		font-size: 1.6rem;
	}
	.sec_happy_campaign .title span {
		padding-top: 10px;
		font-size: 2rem;
		letter-spacing: 0.02em;
	}
	.sec_happy_campaign .txt {
		margin-top: 24px;
		font-size: 1.4rem;
	}
	.sec_happy_campaign .cmnBtn03 {
		margin: 32px auto 0;
		width: 231px;
		height: 44px;
	}
	.sec_happy_campaign .cmnBtn03 a {
		font-size: 1.2rem;
		padding: 16px 0 16px 17px;
	}
	.sec_happy_campaign .cmnBtn03 a i {
		width: 20px;
		top: 52%;
		right: 16px;
	}
}