@charset "utf-8";
/* ==============================================

	body

================================================= */
body {
	color: #222;
	font-size: 1.4rem;
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
	-webkit-text-size-adjust: 100%;
	letter-spacing: 0.05em;
	background: #f1eeea;
}
::-moz-selection {
	color: #fff;
	background-color: #a3997c;
}
::selection {
	color: #fff;
	background-color: #a3997c;
}
@media screen and (max-width: 480px) {
	body {
		font-size: 1.3rem;
	}
}


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

	logo

================================================= */
.loader img, #main_logo img {
	width: 210px;
	height: auto;
}
@media screen and (max-width: 480px) {
	.loader img {
		zoom: 0.7;
	}
}

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

	loading

================================================= */
.loader {
	position: fixed;
	width: 100%;
	height: 100vh;
	height: calc(var(--vh,1vh)*100);
	background: #B8AA9E;
	z-index: 555;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.loader .loader_logo {
	display: none;
	-webkit-animation-name: smooth-fadein-out;
	        animation-name: smooth-fadein-out;
	-webkit-animation-duration: 0.9s;
	        animation-duration: 0.9s;
	-webkit-animation-timing-function: ease;
	        animation-timing-function: ease;
	-webkit-animation-delay: 0s;
	        animation-delay: 0s;
	-webkit-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	        animation-direction: alternate;
}

@-webkit-keyframes smooth-fadein-out {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@keyframes smooth-fadein-out {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

.loader.hide {
	display: none;
}


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

	header

================================================= */
header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 3;
	padding-left: 30px;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.headerArea {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 80px;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.h_logo {
}
.h_logo img {
	height: 26px;
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}
.h_link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

/*---------------------------------------------
	h_nav
---------------------------------------------*/
.h_nav {
	text-align: right;
	margin-right: 25px;
}
.h_nav a {
	color: #fff;
}
#gnav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0 25px;
}
#gnav ul li {
	font-size: 1.4rem;
}
#gnav ul li a:hover {
	color: #d8cec5;
}
@media screen and (max-width: 1366px) {
	#gnav ul {
		gap: 0 18px;
	}
	#gnav ul li {
		font-size: 1.25rem;
	}
}
@media screen and (max-width: 1194px) {
	.h_nav {
		margin-right: 20px;
	}
	#gnav ul {
		gap: 0 15px;
	}
	#gnav ul li {
		font-size: 1.2rem;
	}
}


/*---------------------------------------------
	h_fairBtn
---------------------------------------------*/
.h_fairBtn a {
	width: 90px;
	height: 80px;
	background: rgba(145,126,68,0.9);
	display: block;
	position: relative;
	color: #fff;
	font-size: 1.3rem;
	text-align: center;
}
.h_fairBtn a::before {
	content: "";
	position: absolute;
	top: 14px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: url("images/icon_church.svg") center no-repeat;
	width: 21px;
	height: 30px;
	background-size: contain;
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);

}
.h_fairBtn a span {
	display: inline-block;
	padding-top: 55px;
}

.h_fairBtn a:hover {
	background: rgba(145,126,68,0.7);
}

/*---------------------------------------------
	h_rsvBtn
---------------------------------------------*/
.h_rsvBtn a {
	width: 90px;
	height: 80px;
	background: rgba(158,150,127,0.9);
	display: block;
	position: relative;
	color: #fff;
	font-size: 1.3rem;
	text-align: center;
}
.h_rsvBtn a::before {
	content: "";
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: url("images/icon_calendar.svg") center no-repeat;
	width: 25px;
	height: 24px;
	background-size: contain;
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);

}
.h_rsvBtn a span {
	display: inline-block;
	padding-top: 55px;
}

.h_rsvBtn a:hover {
	background: rgba(158,150,127,0.7);
}

/*---------------------------------------------
	nav_toggle
---------------------------------------------*/
.h_tglBtn a {
	padding: 28px 30px;
	cursor: pointer;
	display: block;
}
.h_tglBtn a:hover {
	background: #fff;
}
.nav_toggle{
	width: 30px;
	height: 24px;
}
.nav_toggle div {
	position: relative;
}
.nav_toggle span {
	display: block;
	height: 1px;
	background: #fff;
	position:absolute;
	width: 100%;
	left: 0;
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.nav_toggle span:nth-child(1){
	top: 0px;
}
.nav_toggle span:nth-child(2){
	top: 12px;
}
.nav_toggle span:nth-child(3){
	top: 24px;
}
.nav_toggle span::before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 0;
	display: block;
	background: #917e44;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.nav_toggle:hover span::before {
	width: 100%;
}

@media screen and (max-width: 768px) {
	.h_tglBtn {
		padding: 0;
		height: 60px;
		width: 65px;
		display: flex;
		justify-content: center;
		align-items: center;
		background: transparent;
	}
	.h_tglBtn:hover {
		background: transparent;
	}
	.h_tglBtn a {
		padding: 18px 18px;
		background: none;
	}
	.h_tglBtn a:hover {
		background: transparent;
	}
	.nav_toggle{
		width: 30px;
		height: 24px;
	}
	.nav_toggle span {
	}
}


/*---------------------------------------------
	h_fixed
---------------------------------------------*/
.h_fixed {
	background: #fff;
}
.h_fixed .h_logo {
	opacity: 1;
}
.h_fixed .h_logo img {
	filter: brightness(0) saturate(100%) invert(53%) sepia(28%) saturate(711%) hue-rotate(8deg) brightness(88%) contrast(82%);
}
.h_fixed .h_nav a {
	color: #222222;
}
.h_fixed .h_nav a:hover {
	opacity: 0.7;
	color: #222222!important;
}
.h_fixed .h_fairBtn a {
	background: rgba(145,126,68, 1);
}
.h_fixed .h_fairBtn a:hover {
	background: rgba(145,126,68, 0.8);
}
.h_fixed .h_rsvBtn a {
	background: rgba(158,150,127, 1);
}
.h_fixed .h_rsvBtn a:hover {
	background: rgba(158,150,127, 0.8);
}
.h_fixed .h_tglBtn {
	background: #fff;
}
.h_fixed .nav_toggle {
	background: rgba(167,152,110, 1);
}
.h_fixed .nav_toggle:hover {
	background: rgba(167,152,110, 0.4);
}
.h_fixed .nav_toggle span {
	background: #fff;
}

@media screen and (max-width: 1194px) {
	header {
		padding-left: 20px;
	}
}
@media screen and (max-width: 1024px) {
	.h_nav, .h_fairBtn, .h_rsvBtn {
		display: none;
	}
}

@media screen and (max-width:768px){
	header {
		padding-left: 15px;
	}
	.headerArea {
		height: 60px;
	}
	.h_logo img {
		height: 20px;
	}
	.nav_toggle span:nth-child(2) {
		top: 12px;
	}
	.nav_toggle span:nth-child(3) {
		top: 24px;
	}
}
@media screen and (max-width: 480px) {
}

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

	remodal

================================================= */
.remodal_h {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 0 45px;
	height: 80px;
	position: relative;
}
.remodal_logo {
	opacity: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	margin-top: 55px;
}
.remodal-is-opened .remodal_logo {
	opacity: 1;
}
.remodal_logo a:hover {
	opacity: 0.7;
}
.remodal_logo img {
	height: 26px;
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}
.nav_toggle_close {
	width: 40px!important;
	height: 32px!important;
	cursor: pointer;
	display: block;
}
.remodal_h .nav_toggle_close {
	position: absolute;
	right: 40px
}
.nav_toggle_close:hover span {
	background: #f1eeea;
}
.nav_toggle_close div {
	position: relative;
	width: 46px!important;
	height: 32px!important;
}
.nav_toggle_close span{
	display: block;
	height: 1px;
	background: #fff;
	position:absolute;
	width: 100%;
	left: 0;
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;	
}
.nav_toggle_close span:nth-child(1){
	top: 12px;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	    transform: rotate(135deg);
}
.nav_toggle_close span:nth-child(2){
	width: 0;
	left: 50%;
}
.nav_toggle_close span:nth-child(3){
	top: 12px;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	    transform: rotate(-135deg);
}

@media screen and (max-width: 768px) {
	.nav_toggle {
		padding: 0;
	}
	.remodal_h .nav_toggle_close {
		right: 15px;
	}
	.remodal_logo {
		margin-top: 50px;
	}
	/*
	.remodal_logo img {
		height: 35px;
	}
	.remodal_h {
		height: 60px;
		padding: 0 20px;
	}
	*/
}
@media screen and (max-width: 480px) {
	.remodal_logo {
		margin-top: 0;
	}
	.remodal_logo img {
		height: 20px;
	}
}


/*---------------------------------------------
	remodal_contents
---------------------------------------------*/
.remodal_contents {
	padding: 60px 0;
	position: relative;
}
.remodal_contents a {
	color: #eeece8;
}
/*---------------------------------------------
	remodal_nav
---------------------------------------------*/
.remodal_nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: left;
	margin-bottom: 50px;
}
.remodal_nav ul:not(:last-child) {
	margin-right: 100px;
}
.remodal_nav li {
	font-size: 1.5rem;
}
.remodal_nav li:not(:last-child) {
	margin-bottom: 22px;
}
.remodal_nav li a:hover {
	opacity: 0.6;
}
/*---------------------------------------------
	remodal_sns
---------------------------------------------*/
.remodal_sns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-bottom: 30px;
	gap: 25px;
}
.remodal_sns li img {
	width: 20px;
	height: auto;
}
.remodal_sns a:hover {
	opacity: 0.6;
}
/*---------------------------------------------
	remodal_btn
---------------------------------------------*/
.remodal_btn {
	max-width: 560px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

/*---------------------------------------------
	remodal_mainBtn
---------------------------------------------*/
.remodal_mainBtn {
	max-width: 700px;
	margin: 0 auto 65px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

/*---------------------------------------------
	remodal_memberLink
---------------------------------------------*/
.remodal_memberLink.f_memberLink {
	margin: 30px auto 0;
}

/*---------------------------------------------
	remodal_sitemap
---------------------------------------------*/
.remodal_sitemap {
	font-size: 1.3rem;
	margin-bottom: 25px;
}
@media screen and (max-width:768px){
	.remodal_mainBtn {
		margin-bottom: 10px;
	}
	.remodal_nav {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-flow: column;
		        flex-flow: column;
		text-align: center;
		margin-bottom: 20px;
	}
	.remodal_nav ul:not(:last-child), .remodal_nav li:not(:last-child) {
		margin: 0;
	}
	.remodal_nav ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-flow: row wrap;
		        flex-flow: row wrap;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.remodal_nav ul li {
		width: 47%;
		display: flex;
		align-items: center;
		justify-content: center;
		line-height: 115%;
	}
	.remodal_contents {
		padding: 0 5% 5%;
		top: inherit;
		-webkit-transform: inherit;
		-ms-transform: inherit;
		    transform: inherit;
		margin-top: 50px;
	}
	.remodal_nav a {
		display: block;
		padding: 12px 0;
	}
	.remodal-wrapper {
		overflow: auto;
	}
	.remodal_sns {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 480px) {
	.remodal_contents {
		margin-top: 20px;
	}
	.remodal_nav ul li, .remodal_mainBtn, .remodal_btn {
		font-size: 1.3rem;
	}
	.remodal_nav a {
		padding: 10px 0;
	}
	.remodal_memberLink.f_memberLink {
		margin: 25px auto 0;
	}
	.remodal_sitemap {
		font-size: 1.2rem;
	}
}

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

	mv

================================================= */
#mv {
	position: relative;
	height: calc(var(--vh, 1vh)* 100);
}
.movie-wrap {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100vh;
}
.fixed-video {
	z-index: -100;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 50%;
	width: auto;
	min-width: 100%;
	height: auto;
	min-height: 100%;
	margin: auto;
	transform: translate(-50%);
	top: 0;
}
/*
.movie-wrap {
	position: fixed;
	z-index: -1;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	overflow: hidden;
}
.fixed-video {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 177.77777778vh;
	height: 56.25vw;
	min-height: 100%;
	min-width: 100%;
}
*/
/*
.fixed-video {
	position: fixed;
	z-index: -1;
	top: 0;
	left: -1000%;
	right: -1000%;
	bottom: 0;
	margin: auto;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	max-width: inherit;
	max-height: inherit
}
*/
.slide-wrap {
	height: 100vh;
	height: calc(var(--vh,1vh)*100);
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
}
/*
.slide-wrap::before {
	content: "";
	background: rgba(0,0,0,0.25);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}
*/
.slide-wrap img {
	width: 100%;
	height: 100vh;
	height: calc(var(--vh,1vh)*100);
	-o-object-fit: cover;
	object-fit: cover;
}

@media screen and (max-width:768px){
	.fixed-video {
		position: relative;
		width: 120%;
	}
	.movie_pc .fixed-video {
		width: auto;
	}
}


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

	main

================================================= */
#home main {
	position: relative;
	z-index: 1;
}

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

	main_logo

================================================= */
#main_logo {
	height: 100vh;
	height: calc(var(--vh,1vh)*100);
	position: relative;
}
#main_logo img {
	z-index: 1;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform:translateY(-50%);
	    transform:translateY(-50%);
	position: relative;
	margin: 0 auto;
	display: block;
}
@media screen and (max-width:480px){
	#main_logo img {
		zoom: 0.7;
	}
}


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

	cmn_btn & btn & link

================================================= */
.cmn_btn a, .telreserve-btn input, .search_btn input, .fair_calendarBtn input, .cmn_btn button {
	width: 100%;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 0;
}
.cmn_btn button {
	background: transparent;
}
.cmn_btnBdr_wht a {
	border: 1px solid #fff;
}
.cmn_btnBdr_wht a:hover {
	background: #fff;
	color: #917e44!important;
	border: none;
}
.cmn_btnBdr_gold a, .cmn_btnBdr_gold input, .cmn_btn button {
	border: 1px solid #917e44;
	color: #917e44;
	background: #fff;
}
.cmn_btnBdr_gold a:hover, .cmn_btnBdr_gold input:hover, .cmn_btn button:hover {
	background: #917e44;
	color: #fff;
	border: none;
}

.cmn_btnBg_gold a, .cmn_btnBg_gold input, .cmn_btnBg_gold button {
	background: #917e44;
	color: #fff;
}
.cmn_btnBg_gold a:hover, .cmn_btnBg_gold input:hover, .cmn_btnBg_gold button:hover {
	background: #fff;
	color: #917e44;
	border: 1px solid #917e44;
}
.cmn_arrow span, .cmn_arrow_back span {
	display: block;
}
.cmn_arrow span, .cmn_arrow a, .cmn_arrow_back a, .cmn_arrow_back span {
	position: relative;
}
.cmn_arrow span::after, .cmn_arrow a::after {
	position: absolute;
	right: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	transform: rotate(45deg);
}
.cmn_arrow_back a::after, .cmn_arrow_back span::after {
		position: absolute;
	left: 15px;
	top: 50%;
	top: 0;
	bottom: 0;
	margin: auto;
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	transform: rotate(45deg);
}
.cmn_arrow.cmn_btnBg_gold span::after,
.cmn_arrow.cmn_btnBdr_gold:hover span::after,
.cmn_arrow.cmn_btnBg_gold a::after,
.cmn_arrow.cmn_btnBdr_gold:hover a::after{
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
.cmn_arrow_back.cmn_btnBdr_gold:hover a::after,
.cmn_arrow_back.cmn_btnBg_gold span::after,
.cmn_arrow_back.cmn_btnBg_gold a::after,
.cmn_arrow_back.cmn_btnBdr_gold:hover span::after {
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.cmn_arrow.cmn_btnBdr_gold span::after,
.cmn_arrow.cmn_btnBg_gold:hover span::after,
.cmn_arrow.cmn_btnBdr_gold a::after,
.cmn_arrow.cmn_btnBg_gold:hover a::after {
	border-top: 1px solid #917e44;
	border-right: 1px solid #917e44;
}
.cmn_arrow_back.cmn_btnBdr_gold a::after,
.cmn_arrow_back.cmn_btnBg_gold:hover span::after,
.cmn_arrow_back.cmn_btnBg_gold:hover a::after,
.cmn_arrow_back.cmn_btnBdr_gold span::after {
	border-left: 1px solid #917e44;
	border-bottom: 1px solid #917e44;
}
.remodal_btn > * {
	width: 240px;
}
.remodal_mainBtn > * {
	width: 310px;
}
.remodal_mainBtn a {
	height: 60px;
}
.f_btn > * {
	flex: 0 1 240px;
}
.cmn_btn, #main_fair .cmn_btn, #main_plan .cmn_btn, #main_news .cmn_btn, .more_btn, #plan_list .cmn_btn, #main_instagram .cmn_btn {
	max-width: 300px;
	margin: 0 auto;
}
#form .cmn_btn, .plan_listBack, #guide_exp .cmn_btn, #guide_flow > .cmn_btn {
	max-width: 400px;
	margin: 0 auto;
}
#bestrate .cmn_btn a {
	max-width: 300px;
	height: 60px;
	margin: 0 auto;
}
.fair_calendarBtn input {
	max-width: 250px;
	margin: 0 auto;
	height: 45px;
}
#plan_dtlBft .cmn_btn a {
	height: 46px;
	font-size: 1.3rem;
	letter-spacing: 0.2rem;
}
#dressList .cmn_btn a {
	max-width: 300px;
	margin: 0 auto;
	height: 45px;
	font-size: 1.3rem;
	background: #fff;
}
#dressList .cmn_btn a:hover {
	background: #917e44;
}
#access_map .cmn_btn {
	font-size: 1.3rem;
}
#access_map .cmn_btn a {
	font-weight: 500;
}
.guide_flow_txt .cmn_btn a {
	max-width: 300px;
	height: 40px;
	margin: 0 auto;
	font-size: 1.3rem;
}
#guests > .cmn_btn {
	max-width: 330px;
	margin: 0 auto;
	font-size: 1.3rem;
}

.btn_window.cmn_btn a {
	height: 60px;
	font-size: 1.3rem;
	text-align: center;
	font-weight: 500!important;
	line-height: 130%;
	position: relative;
}
.btn_window a::after {
	content: "";
	background: url("images/icon_window.svg") center no-repeat;
	width: 20px;
	height: 18px;
	background-size: contain;
	position: absolute;
	right: 20px;
}
.btn_window a:hover::after {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}


@media screen and (max-width: 1024px) {
	.f_btn > * {
		width: 47%;
	}
	.fair_listBox .cmn_btn a, .fair_listBox .cmn_btn input {
		height: 44px;
	}
}
@media screen and (max-width: 768px) {
	.remodal_mainBtn > * {
		width: 47%;
	}
}
@media screen and (max-width: 640px) {
	.remodal_btn > * {
		width: 47%;
	}
}
@media screen and (max-width: 480px) {
	.fair_listBox .cmn_btn a, .fair_listBox .cmn_btn input, .remodal_mainBtn a, #bestrate .cmn_btn a {
		height: 50px;
	}
	.fair_calendarBtn input {
		height: 40px;
	}
	#plan_dtlBft .cmn_btn {
		max-width: inherit;
		width: 100%;
	}
	#plan_dtlBft .cmn_btn a {
		font-size: 1.4rem;
		letter-spacing: 0.2rem;
		height: 50px;
	}
	#access_map .cmn_btn, #guests > .cmn_btn {
		max-width: inherit;
		width: 90%;
	}
	#guide_exp .cmn_btn, #guide_flow > .cmn_btn {
		font-size: 1.3rem;
	}
	#main_contents .cmn_btn,
	.cmnArea .cmn_btn {
		max-width: 300px!important;
	}
}


.btn_access a, .btn_contact a {
	letter-spacing: 0.2rem;
	font-size: 1.5rem;
}
.btn_access a::before {
	content: "";
	background: url("images/icon_access.svg") center no-repeat;
	width: 14px;
	height: 20px;
	margin-right: 8px;
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
	background-size: contain;
}
.btn_access a:hover::before {
	filter: brightness(0) saturate(100%) invert(53%) sepia(28%) saturate(711%) hue-rotate(8deg) brightness(88%) contrast(82%);
}
.btn_contact a::before {
	content: "";
	background: url("images/icon_contact.svg") center no-repeat;
	width: 18px;
	height: 14px;
	margin-right: 10px;
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
	background-size: contain;
}
.btn_contact a:hover::before {
	filter: brightness(0) saturate(100%) invert(53%) sepia(28%) saturate(711%) hue-rotate(8deg) brightness(88%) contrast(82%);
}
.btn_fair a::before {
	content: "";
	background: url("images/icon_church.svg") center no-repeat;
	width: 18px;
	height: 28px;
	margin-right: 8px;
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
	background-size: contain;
}
.btn_fair a:hover::before {
	filter: brightness(0) saturate(100%) invert(53%) sepia(28%) saturate(711%) hue-rotate(8deg) brightness(88%) contrast(82%);
}
.btn_rsv a::before {
	content: "";
	background: url("images/icon_calendar.svg") center no-repeat;
	width: 23px;
	height: 22px;
	margin-right: 8px;
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
	background-size: contain;
}
.btn_rsv a:hover::before {
	filter: brightness(0) saturate(100%) invert(53%) sepia(28%) saturate(711%) hue-rotate(8deg) brightness(88%) contrast(82%);
}


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

	more_btn

================================================= */
.more_btn {
	position: relative;
	margin: 0 auto;
	text-align: left;
}
.more_btn span, .more_btn a {
	padding: 0 0 6px 0;
	display: inline-block;
	color: #645b43;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.more_btn > span::before, .more_btn > a::before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	display: inline-block;
	width: 5px;
	height: 5px;
	transform: rotate(45deg);
	border-top: 1px solid #8b805f;
	border-right: 1px solid #8b805f;
}
.more_btn > span::after, .more_btn > a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100px;
	height: 1px;
	background: #8b805f;
}
.more_btn a {
	display: block;
}
.more_btn a:hover {
	opacity: 0.8;
}
.more_btn a:hover span {
	padding-left: 14px;
	opacity: 0.8;
}


.more_btn_en {
	width: 100px;
}

.fair_contents .more_btn,
.plan_contents .more_btn,
.report_contents .more_btn,
.news_contents .more_btn {
	margin: 0 0 0 auto;
}


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

	h2_ttl

================================================= */
.cmn_ttl_h2 {
	margin-bottom: 60px;
}
.cmn_ttl_h2 p {
	font-size: 4.6rem;
	letter-spacing: 0.15em;
	color: #8b805f;
	margin-bottom: 15px;
}
.cmn_ttl_h2 h2 {
	font-size: 1.4rem;
	letter-spacing: 0.15em;
	color: #6a5b25;
	font-weight: 500;
}
@media screen and (max-width: 1024px) {
	.cmn_ttl_h2 p {
		font-size: 4.0rem;
	}
	.cmn_ttl_h2 h2 {
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 768px) {
	.cmn_ttl_h2 p {
		font-size: 3.6rem;
	}
	.cmn_ttl_h2 h2 {
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 640px) {
	.cmn_ttl_h2 p {
		font-size: 3.2rem;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 480px) {
	.cmn_ttl_h2 {
		margin-bottom: 30px;
	}
	/*
	.cmn_ttl_h2 p {
		font-size: 2.8rem;
	}
	.cmn_ttl_h2 h2 {
		font-size: 1.1rem;
	}
	*/
}


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

	cmn_txtBox

================================================= */
.cmn_txtBox .cmn_ttl_h2 {
	margin-bottom: 90px;
}
.cmn_txt {
	line-height: 200%;
}
@media screen and (max-width: 1024px) {
	.cmn_txtBox .cmn_ttl_h2 {
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 480px) {
	.cmn_txtBox .cmn_ttl_h2 {
		margin-bottom: 40px;
	}
}


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

	top_cms_ttl

================================================= */
.top_cms_ttl h2 {
	font-size: 6rem;
	letter-spacing: 0.5rem;
	color: #8b805f;
	font-family: "Cormorant Garamond", serif;
	font-weight: 400;
}
@media screen and (max-width: 1024px) {
	.top_cms_ttl h2 {
		font-size: 5rem;
	}
}
@media screen and (max-width: 768px) {
	.top_cms_ttl h2 {
		font-size: 4.2rem;
	}
}
@media screen and (max-width: 640px) {
	
}
@media screen and (max-width: 480px) {
	.top_cms_ttl h2 {
		font-size: 3.6rem;
	}
}


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

	en_icon

================================================= */
.font_en {
	font-size: 12rem;
	color: rgba(199,186,146,0.3);
	font-family: "Cormorant Garamond", serif;
	font-weight: 400;
	letter-spacing: 0.05em;
}


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

	main_contents

================================================= */
#main_contents {
	background: #f1eeea;
}
@media screen and (max-width: 480px) {
	#main_contents {
	}
}


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

	top_concept

================================================= */
.lity-active {
	overflow: hidden;
}
#top_concept {
	background: rgba(152,134,81,0.8);
	padding: 90px 5%;
	text-align: center;
	margin-bottom: 800px;
	color: #fff;
}

#top_concept h2 {
	font-size: 3.2rem;
	letter-spacing: 0.1em;
	margin-bottom: 70px;
	line-height: 156%;
	font-weight: 400;
}
#top_concept p {
	line-height: 226%;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
}
.top_conceptBtn {
	margin-top: 70px;
}
.top_conceptBtn a {
	max-width: 300px;
	height: 50px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0 auto;
	border: 1px solid #fff;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
	font-size: 1.5rem;
	letter-spacing: 0.2rem;
}
.top_conceptBtn a::after {
	content: "";
	background: url("images/concept_icon.svg") center no-repeat;
	position: absolute;
	right: 20px;
	width: 28px;
	height: 28px;
	background-size: contain;
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}
.top_conceptBtn a:hover{
	background: #fff;
	color: #6a5b25;
	border: none;
}
.top_conceptBtn a:hover::after {
	filter: brightness(0) saturate(100%) invert(29%) sepia(77%) saturate(365%) hue-rotate(10deg) brightness(99%) contrast(87%);
}

@media screen and (max-width: 1194px) {
	.lity-container {
		padding: 0 60px;
	}
}
@media screen and (max-width: 1024px) {
	#top_concept h2 {
		margin-bottom: 50px;
	}
	.top_conceptBtn {
		margin-top: 50px;
	}
}
@media screen and (max-width: 768px) {
	#top_concept h2 {
		font-size: 3.2rem;
	}
	.lity-container {
		padding: 0 30px;
	}
}
@media screen and (max-width: 640px) {
	#top_concept h2 {
		font-size: 2.8rem;
		margin-bottom: 40px;
	}
	.top_conceptBtn {
		margin-top: 40px;
	}
	.lity-container {
		padding: 0 20px;
	}
}
@media screen and (max-width: 480px) {
	#top_concept {
		padding: 80px 5%;
	}
	#top_concept h2 {
		font-size: 1.85rem;
		letter-spacing: 0.2rem;
	}
	#top_concept p {
		line-height: 200%;
		font-size: 1.3rem;
	}
}


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

	main_topics

================================================= */
#main_topics {
	background: #f7f6f3;
	padding: 25px 5%;
}
.main_topicsArea {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 25px 40px;
}
.main_topics_info {
	display: flex;
	align-items: center;
	gap: 30px;
}
.main_topics_info p {
	font-size: 2.0rem;
	color: #857c62;
	letter-spacing: 0.1em;
}
.main_topics_info div {
	display: flex;
	align-items: center;
	gap: 15px;
	color: #635b43;
}
.main_topics_info time {
	font-size: 1.5rem;
}
.main_topics_ttl {
	flex: 1;
}
.main_topicsArea h2 {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 142%;
}
.main_topics_ttl a {
	text-decoration: underline;
}
.main_topics_ttl a:hover {
	text-decoration: none;
}
@media screen and (max-width: 1366px) {
	.main_topicsArea {
		gap: 20px 40px;
	}
	.main_topics_info {
		gap: 30px;
	}
}
@media screen and (max-width: 896px) {
	.main_topicsArea {
		flex-flow: column;
		align-items: flex-start;
	}
	.main_topics_info {
		gap: 25px;
	}
}


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

	main_concept

================================================= */
#main_concept {
	padding: 100px 5% 120px;
	background: #f1eeea;
}
.main_conceptArea {
	max-width: 1380px;
	margin: 0 auto;
}
.main_concept_imgTxt {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px;
	gap: 40px 8%;
}
.main_concept_imgTxt figure {
	flex: 1;
}
.main_concept_txt {
	text-align: left;
	padding: 0 30px 0 0;
}
#main_concept .cmn_ttl_h2 p {
	font-size: 4.4rem;
}
.main_concept_txt .cmn_txt {
	word-break: keep-all;
}
.main_concept_img ul {
	display: flex;
	justify-content: flex-end;
	gap: 40px;
}
.main_concept_txt .cmn_btn {
	margin: 30px auto 0 0;
}
@media screen and (max-width: 1366px) {
	.main_concept_imgTxt figure {
		flex: inherit;
		width: 90%;
	}
	.main_concept_imgTxt figure img {
		width: 100%;
		object-fit: cover;
		font-family: 'object-fit: none; object-position: right;';
		height: 450px;
	}
}
@media screen and (max-width: 1194px) {
	.main_concept_imgTxt {
		gap: 60px 7%;
	}
	.main_concept_txt {
		padding: 0 50px 0 0;
	}
}
@media screen and (max-width: 1024px) {
	#main_concept {
		padding: 100px 0 120px;
	}
	.main_concept_imgTxt {
		flex-flow: column;
		align-items: flex-start;
		margin-bottom: 80px;
	}
	.main_concept_imgTxt figure img {
		height: 480px;
	}
	.main_concept_txt {
		margin: 0 auto;
		padding: 0 5%;
	}
	.main_concept_img {
		padding: 0 5%;
	}
	#main_concept .cmn_ttl_h2 p {
		font-size: 4.0rem;
	}
}
@media screen and (max-width: 768px) {
	.main_concept_imgTxt figure img {
		height: auto;
	}
	#main_concept .cmn_ttl_h2 p {
		font-size: 3.6rem;
	}
}
@media screen and (max-width: 480px) {
	#main_concept {
		padding: 60px 0 0;
	}
	.main_concept_imgTxt {
		margin-bottom: 60px;
		gap: 40px 7%;
	}
	.main_concept_txt {
		max-width: 330px;
		padding: 0 6%;
	}
	.main_concept_txt .cmn_btn {
		margin: 40px auto 0;
	}
	.main_concept_txt .cmn_txt {
		word-break: inherit;
	}
	.main_concept_img ul {
		gap: 20px;
	}
}


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

	main_fair

================================================= */
#main_fair {
}
#main_fair .top_cms_ttl {
	text-align: center;
}
.fair_contents {
	padding: 80px 0;
	background: #f7f6f3;
	margin-top: -3rem;
}
.fair_contentsInner {
	background: #fff;
	padding: 50px 0;
}
@media screen and (max-width: 1024px) {
	.fair_contents {
		margin-top: -2rem;
		padding: 70px 0;
	}
}
@media screen and (max-width: 480px) {
	#main_fair {
		padding: 60px 0 0;
	}
	.fair_contents {
		padding: 60px 0;
	}
}


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

	main_plan

================================================= */
#main_plan {
	padding: 80px 5% 90px;
	background: #ece7e1;
}
.plan_contents {
	max-width: 1200px;
	margin: 0 auto;
}
.plan_contentsInner {
	background: #fff;
	padding: 80px 60px 50px;
	margin-top: -3rem;
}
@media screen and (max-width: 1024px) {
	#main_plan {
		padding: 60px 5% 70px;
	}
	.plan_contentsInner {
		margin-top: -2rem;
	}
}
@media screen and (max-width: 480px) {
	#main_plan {
		padding: 50px 5% 60px;
	}
	.plan_contentsInner {
		padding: 40px 0;
	}
}


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

	main_scene

================================================= */
.main_scene {
	overflow: hidden;
}
.main_scene .cmn_ttl_h2 {
	margin-bottom: 45px;
}
.main_scene_h3 {
	font-size: 2.0rem;
	line-height: 180%;
	font-weight: normal;
	letter-spacing: 0.15em;
	color: #222;
	margin-bottom: 35px;
}
.main_scene_txt {
	line-height: 242%;
	margin-bottom: 40px;
	position: relative;
	word-break: keep-all;
}
.main_scene .cmn_btn {
	margin-left: 0;
}
@media screen and (max-width: 480px) {
	.main_scene .cmn_ttl_h2 {
		margin-bottom: 40px;
	}
	.main_scene_h3 {
		font-size: 1.8rem;
		line-height: 160%;
	}
	.main_scene_txt {
		line-height: 200%;
	}
	.main_scene .cmn_btn {
		margin-left: auto;
	}
}


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

	main_chapel

================================================= */
#main_chapel {
	background: #f7f6f3;
	padding: 110px 0 110px 10%;
	position: relative;
}
#main_chapel::after {
	content: "";
	background: #fff;
	width: 82%;
	height: calc(100% - 290px);
	position: absolute;
	top: 180px;
	right: 0;
}
#main_chapel > * {
	position: relative;
	z-index: 1;
}
#main_chapel .font_en {
	position: absolute;
	right: 30px;
}
.main_chapelArea {
	display: flex;
	gap: 60px 8.8%;
}
.main_chapelTxt {
	padding-bottom: 45px;
}
.main_chapelTxtImg {
	margin-bottom: 45px;
}
.main_chapelImg {
	padding: 130px 0 70px;
	/*
	width: 56.8%;
	*/
	overflow: hidden;
}
.main_chapelImg_ttl {
	color: #6a5b25;
	margin-bottom: 15px;
}
.main_chapelImg_ttl p {
	font-size: 2.6rem;
	letter-spacing: 0.1em;
	font-family: "Cormorant Garamond", serif;
	margin-bottom: 5px;
}
.main_chapelImg_ttl small {
	font-size: 1.3rem;
	letter-spacing: 0.15em;
}
.main_chapel_img_inner {
	margin-left: 0;
	width: 40%;
}
.main_chapel_img_lineup {
	position: relative;
}
.main_chapelImg_slide ul li {
	margin-right: 10px;
}
.main_chapelImg_slide .slick-list {
	overflow: visible;
}
.main_chapelImg_slide .slick-dots {
	text-align: left;
	margin: 10px 0 0 -5px !important;
}
@media screen and (max-width: 1700px) {
	#main_chapel {
		padding: 110px 0 110px 7%;
	}
}
@media screen and (max-width: 1536px) {
	.main_chapelArea {
		gap: 60px 7%;
	}
	.main_chapelTxt {
		width: 28%;
	}
}
@media screen and (max-width: 1366px) {
	#main_chapel .font_en {
		font-size: clamp(10rem, 10vw, 12rem);
	}
	.main_chapelTxt {
		width: inherit;
	}
	.main_chapel_img_inner {
		width: 57%;
	}
}
@media screen and (max-width: 1194px) {
	.main_chapelTxt {
		width: 35%;
	}
	.main_chapel_img_inner {
		width: 65%;
	}
}
@media screen and (max-width: 1024px) {
	#main_chapel::after {
		top: 170px;
		height: calc(100% - 280px);
	}
	.main_chapelArea {
		gap: 60px 10%;
	}
	.main_chapel_img_inner {
		width: 75%;
	}
}
@media screen and (max-width: 896px) {
	#main_chapel::after {
		top: 160px;
		height: calc(100% - 270px);
	}
	#main_chapel .font_en {
		position: inherit;
		right: 10px;
		text-align: right;
	}
	.main_chapelTxt {
		width: 100%;
	}
	.main_scene_txt {
		margin-bottom: 60px;
	}
	.main_chapelImg {
		padding: 0;
		margin-bottom: 60px;
	}
	.main_chapel_img_inner {
		width: 45%;
	}
}
@media screen and (max-width: 640px) {
	#main_chapel .font_en {
		font-size: clamp(5rem, -7rem + 40vw, 9rem);
	}
}
@media screen and (max-width: 480px) {
	#main_chapel {
		padding: 50px 0 60px 7%;
	}
	#main_chapel::after {
		top: 80px;
		height: calc(100% - 150px);
	}
	#main_chapel .font_en {
		font-size: clamp(5.5rem, 13vw, 8rem);
	}
	.main_chapel_img_inner {
		width: 70%;
	}
	.main_scene_txt {
		word-break: inherit;
		margin-bottom: 40px;
	}
	.main_chapelImg {
		margin-bottom: 40px;
	}
	.main_chapelImg_ttl p {
		font-size: 2.2rem;
	}
	.main_chapelImg_ttl small {
		font-size: 1.2rem;
	}
	#main_chapel .cmn_btn {
		margin-left: 0;
	}
}


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

	main_banquet

================================================= */
#main_banquet {
	padding: 90px 0 110px 10%;
	position: relative;
}
#main_banquet::after {
	content: "";
	background: #f7f6f3;
	width: 82%;
	height: calc(100% - 280px);
	position: absolute;
	top: 170px;
	right: 0;
}
#main_banquet > * {
	position: relative;
	z-index: 1;
}
.main_banquetArea {
	display: flex;
	gap: 60px 8.8%;
	margin: 50px 0 70px;
}
.main_banquetTxt {
	padding-bottom: 45px;
}
.main_banquetTxtImg {
	display: flex;
	gap: 60px;
}
.main_banquetTxtImg figure {
	overflow: hidden;
	margin-bottom: 20px;
}
.main_banquetTxtImg figure img {
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.main_banquetTxtImg a:hover {
	opacity: 0.8;
}
.main_banquetTxtImg a:hover img{
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}
.main_banquet_ttl {
	color: #6a5b25;
	margin-bottom: 30px;
	position: relative;
}
.main_banquet_ttl::before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 12px;
	right: 14px;
	display: inline-block;
	width: 6px;
	height: 6px;
	transform: rotate(45deg);
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
.main_banquet_ttl::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 32px;
	background: #917e44;
	border-radius: 50vh;
	border: 1px solid #917e44;
	box-sizing: border-box;
}
.main_banquetTxtImg a:hover .main_banquet_ttl::before {
	border-top: 1px solid #917e44;
	border-right: 1px solid #917e44;
}
.main_banquetTxtImg a:hover .main_banquet_ttl::after {
	background: #fff;
	border: 1px solid #917e44;
}

.main_banquet_ttl p {
	font-size: 2.6rem;
	font-family: "Cormorant Garamond", serif;
	letter-spacing: 0.1em;
	font-weight: 500;
	margin-bottom: 10px;
}
.main_banquet_ttl h4 {
	font-size: 1.3rem;
	letter-spacing: 0.15em;
}
.main_banquetTxtImg h5 {
	font-size: 1.7rem;
	line-height: 164%;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin-bottom: 25px;
}
.main_banquetTxtImg a > p {
	font-size: 1.3rem;
	color: #6a5b25;
}




.main_banquetImg {
	padding-bottom: 60px;
	width: 85%;
	overflow: hidden;
	margin: 0 0 0 auto;
}
.main_banquet_img_inner {
	margin-left: 0;
	width: 28.1%;
}
.main_banquet_img_lineup {
	position: relative;
}
.main_banquetImg_slide ul li {
	margin-right: 10px;
}
.main_banquetImg_slide .slick-list {
	overflow: visible;
}
.main_banquetImg_slide .slick-dots {
	text-align: left;
	margin: 10px 0 0 -5px !important;
}
@media screen and (max-width: 1700px) {
	#main_banquet {
		padding: 90px 0 110px 7%;
	}
}
@media screen and (max-width: 1650px) {
	.main_banquetArea {
		padding-right: 6%;
	}
}
@media screen and (max-width: 1366px) {
	#main_banquet .font_en {
		font-size: clamp(10rem, 10vw, 12rem);
	}
	.main_banquetArea {
		gap: 60px 7%;
	}
	.main_banquetTxtImg {
		gap: 40px;
	}
	.main_banquet_img_inner {
		width: 40%;
	}
}
@media screen and (max-width: 1194px) {
	.main_banquetTxtImg h5 {
		font-size: 1.5rem;
	}
}
@media screen and (max-width: 1024px) {
	#main_banquet::after {
		top: 150px;
	}
	.main_banquetArea {
		padding-right: 3%;
	}
	.main_banquetTxt {
		padding-bottom: 0;
	}
	.main_banquetTxtImg section {
		flex: 1;
	}
	.main_banquet_img_inner {
		width: 45%;
	}
}
@media screen and (max-width: 896px) {
	#main_banquet {
		display: flex;
		flex-flow: column;
	}
	#main_banquet::after {
		top: 140px;
		height: calc(100% - 270px);
	}
	.main_banquetArea {
		flex-flow: column;
		margin-top: 0;
		padding-right: 0;
	}
	#main_banquet .font_en {
		order: 0;
	}
	.main_banquetArea {
		order: 2;
	}
	.main_banquetImg {
		order: 1;
		width: 100%;
		margin-top: 10px;
	}
	.main_banquetTxtImg {
		padding-right: 7%;
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 640px) {
	#main_banquet .font_en {
		font-size: clamp(5rem, -7rem + 40vw, 9rem);
	}
}
@media screen and (max-width: 480px) {
	#main_banquet {
		padding: 50px 0 60px 7%;
	}
	#main_banquet::after {
		top: 80px;
		height: calc(100% - 150px);
	}
	#main_banquet .font_en {
		font-size: clamp(5.5rem, 13vw, 8rem);
	}
	.main_banquetArea {
		margin: 0 0 50px;
	}
	.main_banquetImg {
		padding-bottom: 40px;
	}
	.main_banquet_img_inner {
		width: 70%;
	}
	.main_banquetTxtImg {
		margin-bottom: 40px;
		gap: 20px;
	}
	.main_banquetTxtImg figure {
		margin-bottom: 12px;
	}
	.main_banquet_ttl {
		margin-bottom: 25px;
	}
	.main_banquet_ttl::before {
		width: 5px;
		height: 5px;
		top: 8px;
		right: 9px;
	}
	.main_banquet_ttl::after {
		width: 22px;
		height: 22px;
	}
	.main_banquet_ttl p {
		font-size: 2.0rem;
		margin-bottom: 8px;
	}
	.main_banquet_ttl small {
		font-size: 1.2rem;
	}
	.main_banquetTxtImg h5 {
		font-size: 1.3rem;
		margin-bottom: 18px;
		line-height: 154%;
	}
	.main_banquetTxtImg a > p {
		font-size: 1.1rem;
	}
	#main_banquet .cmn_btn {
		margin-left: 0;
	}
}


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

	main_cuisine

================================================= */
#main_cuisine {
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	gap: 64px;
	padding: 110px 9%;
	overflow: hidden;
	background: #f8f8f8;
}
.main_cuisine_img {
	display: flex;
	gap: 10px;
}
.main_cuisine_img ul {
	margin-top: 60px;
}
.main_cuisine_img ul li:not(:last-child) {
	margin-bottom: 10px;
}
.main_cuisine_main .font_en {
	margin-left: -1.25em;
	margin-bottom: 120px;
}
.main_cuisine_main .font_en::first-letter {
	color: rgba(255,255,255,0.45);
}
.main_cuisine_txt {
	width: max-content;
}
@media screen and (max-width: 1536px) {
	#main_cuisine {
		align-items: flex-start;
		padding: 110px 7% 110px 3%;
	}
}
@media screen and (max-width: 1366px) {
	.main_cuisine_main .font_en {
		font-size: clamp(10rem, 10vw, 12rem);
	}
}
@media screen and (max-width: 1194px) {
	.main_cuisine_main .font_en {
	}
}
@media screen and (max-width: 1112px) {
	.main_cuisine_main .font_en {
	}
}
@media screen and (max-width: 1024px) {
	#main_cuisine {
		align-items: flex-start;
		padding: 110px 5%;
		gap: 40px;
	}
	.main_cuisine_main .font_en {
		margin-left: -1.15em;
	}
}
@media screen and (max-width: 896px) {
	#main_cuisine {
		flex-flow: column;
		padding: 110px 7%;
		gap: 60px;
		position: relative;
	}
	.main_cuisine_img {
		padding-bottom: 0;
	}
	.main_cuisine_main {
		margin: 0 auto;
	}
	.main_cuisine_main .font_en {
		position: absolute;
		right: 2%;
		top: 3%;
	}
	.main_cuisine_main .font_en::first-letter {
		color: inherit;
	}
}
@media screen and (max-width: 640px) {
	.main_cuisine_main .font_en {
		font-size: clamp(5rem, -7rem + 40vw, 9rem);
	}
}
@media screen and (max-width: 480px) {
	#main_cuisine {
		gap: 40px;
		padding: 70px 7%;
	}
	.main_cuisine_main, .main_cuisine_txt {
		width: 100%;
	}
	.main_cuisine_main .font_en {
		font-size: clamp(5.5rem, 13vw, 8rem);
		margin-bottom: 30px;
	}
	#main_cuisine .cmn_btn {
		margin-left: 0;
	}
}


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

	main_dress

================================================= */
#main_dress {
	display: flex;
	flex-flow: row-reverse;
	align-items: flex-start;
	justify-content: center;
	padding: 110px 0 120px;
}
.main_dress_img {
	margin-top: 30px;
}
.main_dress_img ul {
	display: flex;
	gap: 20px;
}
.main_dress_img ul li:first-child {
	margin-top: 40px;
}
.main_dress_main {
	background: rgba(255,255,255,0.6);
	min-height: 810px;
	margin: 0 -80px 0 0;
	position: relative;
	max-width: 640px;
	width: 50%;
	padding: 170px 0 50px 60px;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}
.main_dress_main .font_en {
	position: relative;
	text-align: right;
	z-index: 1;
	margin-right: 0.1em;
}
.main_dress_main .font_en span {
	color: rgba(255,255,255,0.45);
}
.main_dress_txt {
	position: relative;
	width: max-content;
	padding-right: 50px;
}
.main_dress_txt h3 {
	margin-bottom: 40px;
}
@media screen and (max-width: 1366px) {
	.main_dress_main .font_en {
		font-size: clamp(10rem, 10vw, 12rem);
	}
}
@media screen and (max-width: 1194px) {
	.main_dress_main {
		min-height: inherit;
		padding: 140px 0 50px 60px;
	}
	.main_dress_main .font_en {
		margin-bottom: 25%;
	}
}
@media screen and (max-width: 896px) {
	#main_dress {
		flex-flow: column;
	}
	.main_dress_img {
		padding: 0 7%;
		margin-top: 0;
	}
	.main_dress_main {
		width: 90%;
		margin: -20% 0 0 auto;
		padding: 60px 60px 50px 60px;
	}
	.main_dress_main .font_en {
		width: max-content;
		margin: 0 0 0 auto;
		margin-bottom: 18%;
	}
	.main_dress_main .font_en span {
		color: inherit;
	}
	.main_dress_txt {
		padding-right: 0;
	}
}
@media screen and (max-width: 640px) {
	#main_dress {
		overflow: hidden;
	}
	.main_dress_img {
		padding: 0;
	}
	.main_dress_img ul {
		gap: 10px;
	}
	.main_dress_main {
		width: 93%;
	}
	.main_dress_main .font_en {
		font-size: clamp(5rem, -7rem + 40vw, 9rem);
	}
}
@media screen and (max-width: 480px) {
	#main_dress {
		margin-bottom: 0;
		padding: 70px 0;
	}
	.main_dress_main {
		padding: 20px 7% 60px;
	}
	.main_dress_txt {
		width: auto;
	}
	.main_dress_h2 {
		margin-right: 5%;
	}
	.main_dress_txt h3 {
		margin-bottom: 30px;
	}
	.main_dress_main .font_en {
		font-size: clamp(5.5rem, 13vw, 8rem);
		margin-bottom: 10%;
	}
	#main_dress .cmn_btn {
		margin-left: 0;
	}
}


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

	top_report

================================================= */
#top_report .font_en {
	text-align: center;
	font-size: 10rem;
}
#top_report .cmn_ttl_h2 {
	margin-bottom: 55px;
	text-align: center;
}
.top_reportArea {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f7f6f3;
	padding: 110px 5% 80px;
	margin-top: -5rem;
	gap: 60px 6.8%;
}
.top_reportTxt {
	text-align: center;
	margin-top: 30px;
}
.top_reportTxt > p {
	line-height: 242%;
	margin-bottom: 45px;
}
.top_reportImg {
	flex: 1;
	max-width: 1090px;
	background: #fdfcfb;
	padding: 60px 45px;
}
#top_report .report_contents {
	max-width: inherit;
}
#top_report .report_contents article {
	margin: 0 15px;
}
#top_report .report_contents article figure {
	aspect-ratio: 22 / 21;
}
@media screen and (max-width: 1536px) {
	.top_reportImg {
		max-width: 840px;
	}
}
@media screen and (max-width: 1366px) {
	.top_reportImg {
		max-width: 700px;
	}
}
@media screen and (max-width: 1194px) {
	.top_reportArea {
		gap: 60px 6%;
		margin-top: -4rem;
	}
	.top_reportTxt {
		width: 40%;
	}
	.top_reportImg {
		width: 50%;
	}
	#top_report .font_en {
		font-size: clamp(6rem, 9vw, 9rem);
	}
}
@media screen and (max-width: 1024px) {
	#top_report .font_en {
		font-size: clamp(6rem, 8.5vw, 9rem);
	}
	.top_reportTxt {
		margin-top: 0;
	}
	.top_reportImg {
		padding: 45px 25px;
	}
}

@media screen and (max-width: 896px) {
	.top_reportArea {
		flex-flow: column;
		padding: 60px 6% 80px;
	}
	.top_reportTxt {
		width: auto;
		margin: 0 auto;
		display: flex;
		flex-flow: column;
	}
	#top_report .cmn_ttl_h2 {
		order: 1;
	}
	.top_reportTxt > p {
		order: 2;
		margin-bottom: 0;
	}
	.top_reportTxt picture {
		order: 0;
		margin-bottom: 50px;
	}
	.top_reportImg {
		width: 100%;
		max-width: inherit;
	}
}

@media screen and (max-width: 812px) {
	
}

@media screen and (max-width: 768px) {
	.top_reportArea {
		margin-top: -3rem;
	}
}

@media screen and (max-width: 640px) {
	
}

@media screen and (max-width: 480px) {
	#top_report .font_en {
		font-size: clamp(4.5rem, 8vw, 6rem);
	}
	.top_reportArea {
		margin-top: -2rem;
		padding: 40px 6% 60px;
		gap: 40px;
	}
	.top_reportImg {
		padding: 25px 10px;
	}
	#top_report .report_contents article {
		margin: 0 10px
	}
	#top_report .cmn_btn {
		max-width: calc(300px - 20px)!important;
	}
	#top_report .report_contents {
		margin-bottom: 30px;
	}
	.top_reportTxt picture {
		margin-bottom: 40px;
	}
	#top_report .cmn_ttl_h2 {
		margin-bottom: 30px;
	}
	.top_reportTxt > p {
		text-align: left;
	}
}


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

	main_report

================================================= */
#main_report {
	padding: 80px 5%;
	background: #f7f6f4;
}
#main_report .cmn_ttl_h2 {
	margin-bottom: 60px;
	text-align: center;
}
.report_contents {
	max-width: 1400px;
	margin: 0 auto 60px;
}
.report_contents article {
	width: calc((100% / 4));
}
#main_report .report_contents article {
	margin: 0 15px;
}
.report_contents article figure {
	overflow: hidden;
	aspect-ratio: 22 / 21;
	margin-bottom: 18px;
}
.report_contents article figure img {
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.report_contents article a:hover {
	opacity: 0.8;
}
.report_contents article a:hover img{
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}
.report_contents article h3, .report_contents article h2 {
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 133%;
	margin-bottom: 25px;
}

@media screen and (max-width: 1366px) {
	#main_report .report_contents article {
		margin: 0 15px;
	}
}
@media screen and (max-width: 1024px) {
	#main_report {
		padding: 90px 5%;
	}
	#main_report .report_contents article {
		margin: 0 10px;
	}
}
@media screen and (max-width: 480px) {
	#main_report {
		padding: 60px 0;
	}
	#main_report .cmn_ttl_h2 {
		margin-bottom: 30px;
	}
	#main_report .report_contents {
		margin-bottom: 30px;
	}
	#main_report .report_contents article {
		margin: 0 12px;
	}
}


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

	main_page

================================================= */
#main_page {
	padding: 100px 5%;
}
.main_pageArea {
	max-width: 1360px;
	margin: 0 auto;
	display: flex;
	flex-flow: row wrap;
	gap: 60px;
}
#main_page section {
	max-width: 650px;
	width: calc((100% - 60px) / 2);
	display: flex;
	padding: 30px 30px 40px 0;
	position: relative;
}
#main_page section::after {
	content: "";
	background: #f7f6f3;
	position: absolute;
	top: 0;
	right: 0;
	width: 82.8%;
	height: 100%;
}
#main_page section > * {
	position: relative;
	z-index: 1;
}
.main_page_en {
	writing-mode: vertical-rl;
	font-size: 7rem;
	color: rgba(177,156,127,0.2);
}
.main_page_box .cmn_ttl_h2 {
	text-align: left;
	margin: 40px 0 45px;
}
.main_page_box .cmn_ttl_h2 p {
	font-size: 3.6rem;
	letter-spacing: 0.1em;
}
.main_page_txt {
	width: 82.8%;
	margin-left: auto;
}
.main_page_txt p {
	line-height: 171%;
	margin-bottom: 40px;
}
@media screen and (max-width: 1536px) {
	#main_page {
		padding: 100px 5% 100px 3%;
	}
}
@media screen and (max-width: 1366px) {
	.main_pageArea {
		gap: 50px;
	}
	#main_page section {
		width: calc((100% - 50px) / 2);
	}
	#main_page section::after {
		width: 78.5%;
	}
}
@media screen and (max-width: 1024px) {
	.main_pageArea {
		gap: 50px 40px;
	}
	#main_page section {
		width: calc((100% - 40px) / 2);
	}
	.main_page_en {
		font-size: 6rem;
	}
	.main_page_box .cmn_ttl_h2 p {
		font-size: 3.2rem;
	}
}
@media screen and (max-width: 896px) {
	.main_pageArea {
		flex-flow: column;
		gap: 0;
	}
	#main_page section {
		width: 80%;
		margin: 0 auto;
		padding: 30px 30px 60px 0;
	}
	.main_page_en {
		font-size: 7rem;
	}
}
@media screen and (max-width: 768px) {
	#main_page section {
		width: 85%;
	}
}
@media screen and (max-width: 640px) {
	#main_page section {
		width: 90%;
	}
	#main_page section::after {
		width: 78%;
	}
}
@media screen and (max-width: 480px) {
	#main_page {
		padding: 60px 0;
		overflow: hidden;
	}
	#main_page section {
		width: 100%;
		padding: 20px 20px 60px 0;
	}
	#main_page section:last-child {
		padding: 20px 20px 45px 0;
	}
	.main_page_en {
		font-size: 5.5rem;
	}
	.main_page_box .cmn_ttl_h2 {
		margin: 20px 0 25px;
	}
	.main_page_box .cmn_ttl_h2 p {
		font-size: 3.0rem;
	}
	.main_page_txt {
		width: 100%;
	}
	#main_page .cmn_btn {
		margin-left: 0;
	}
}


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

	main_photogallery

================================================= */
#main_photogallery {
	padding: 110px 0;
}
.main_photogalleryBox {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 11%;
	margin-bottom: 60px;
	padding: 0 7%;
}
.main_photogalleryBox .cmn_ttl_h2 {
	margin-bottom: 0;
}
.main_photogalleryTxt {
	max-width: 650px;
	line-height: 171%;
	flex: 1;
}
#main_photogallery .font_en {
	font-size: 10rem;
	position: absolute;
	right: 10px;
	z-index: 1;
	margin-top: -0.7em;
}
.main_photoBox, .main_photoBoxList {
	display: flex;
	gap: 5px;
}
.main_photoBox > * {
	max-width: 370px;
}
.main_photoBoxList {
	width: 39.6%;
}
.main_photoBoxImg {
	width: 19.4%;
}
.main_photoBoxList > * {
	width: 50%;
}
.main_photoBox ul {
	display: flex;
	flex-flow: column;
	gap: 5px;
}
/*
.main_photoBox ul li:not(:last-child) {
	margin-bottom: 10px;
}
*/
.main_photoBox ul figure {
	aspect-ratio: 74 / 55;
	overflow: hidden;
}
.main_photoBox > figure {
	aspect-ratio: 2 / 3;
	overflow: hidden;
}
.main_photoBox img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}




@keyframes infinity-scroll-left {
	from {
		transform: translateX(0);
	}
		to {
		transform: translateX(-100%);
	}
}
.main_photogalleryImg {
	display: flex;
	overflow: hidden;
	gap: 5px;
	margin-bottom: 60px;
}
.scroll-infinity__list {
	display: flex;
	list-style: none;
	padding: 0
}
.main_photoBox {
	animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.scroll-infinity__list > * {
	width: calc(100vw / 5);
}
.scroll-infinity__item img {
	width: 100%;
}
@media screen and (max-width: 1366px) {
	#main_photogallery .font_en {
		font-size: clamp(6rem, 8.5vw, 9rem);
	}
}
@media screen and (max-width: 1024px) {
	.scroll-infinity__list > * {
		width: calc(100vw / 4);
	}
}
@media screen and (max-width: 768px) {
	.scroll-infinity__list > * {
		width: calc(100vw / 3.5);
	}
	.main_photogalleryBox {
		flex-flow: column;
		gap: 60px;
	}
}
@media screen and (max-width: 640px) {
	#main_photogallery .font_en {
		font-size: clamp(3.5rem, 8.5vw, 6rem);
	}
}
@media screen and (max-width: 480px) {
	#main_photogallery {
		padding: 60px 0;
	}
	.main_photogalleryBox {
		gap: 40px;
		margin-bottom: 40px;
	}
	.main_photogalleryImg {
		margin-bottom: 40px;
	}
	.scroll-infinity__list > * {
		width: calc(100vw / 3);
	}
}


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

	main_instagram

================================================= */
#main_instagram {
	padding: 60px 6% 80px;
	background: #f7f6f3;
}
.main_instagramArea {
	max-width: 1360px;
	margin: 0 auto;
}

/*---------------------------------------------
	main_instagram_main
---------------------------------------------*/
.main_instagram_main {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 55px;
	gap: 60px 8%;
}
.main_instagram_ttl {
	position: relative;
}
.main_instagram_ttl h2 {
	font-size: 4.4rem;
	font-weight: 400;
	color: #8b805f;
	letter-spacing: 0.15em;
	display: flex;
	align-items: center;
	margin-bottom: 25px;
	position: relative;
	font-family: "Cormorant Garamond", serif;
}
.main_instagram_ttl p {
	font-size: 1.6rem;
	font-family: "EB Garamond", serif;
	display: flex;
	align-items: center;
	gap: 10px;
}
.main_instagram_ttl p::before {
	content: "";
	background: url("images/icon_instagram.svg") center no-repeat;
	width: 20px;
	height: 20px;
	background-size: contain;
	display: block;
	filter: brightness(0) saturate(100%) invert(31%) sepia(61%) saturate(435%) hue-rotate(10deg) brightness(96%) contrast(89%);
}
.main_instagram_ttl p a {
	color: #6a5b25;
}
.main_instagram_txt {
	line-height: 185%;
	display: flex;
	align-items: center;
	position: relative;
}
.main_instagram_txt p {
	position: relative;
}

/*---------------------------------------------
	main_instagram_slide
---------------------------------------------*/
.main_instagram_slide {
	display: flex;
	flex-flow: row wrap;
	gap: 20px;
}
.main_instagram_slide li {
	width: calc((100% - 100px) / 6);
}
.main_instagram_slide figure {
	aspect-ratio: 3 / 4;
	overflow: hidden;
	position: relative;
}
.main_instagram_slide figure img {
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.main_instagram_slide a {
	position: relative;
}
.main_instagram_slide a:hover img{
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}
.insta_photo figure::before {
	content: "";
	background: url("images/insta_photo_icon.svg") no-repeat;
	width: 20px;
	height: 20px;
	background-size: contain;
	position: absolute;
	top: 5px;
	right: 5px;
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
	z-index: 1;
}
.insta_reel figure::before {
	content: "";
	background: url("images/insta_reel_icon.svg") no-repeat;
	width: 17px;
	height: 17px;
	background-size: contain;
	position: absolute;
	top: 7px;
	right: 7px;
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
	z-index: 1;
}
@media screen and (max-width: 1366px) {
	.main_instagram_slide {
		gap: 15px;
	}
	.main_instagram_slide li {
		width: calc((100% - 75px) / 6);
	}
}
@media screen and (max-width: 1024px) {
	.main_instagram_txt {

	}
}
@media screen and (max-width: 896px) {
	.main_instagram_main {
		flex-flow: column;
		gap: 60px;
	}
	.main_instagram_main > * {
		flex: inherit;
		width: 100%;
	}
	.main_instagram_txt {
		margin: 0 auto;
		width: 80%;
	}
	.main_instagram_ttl {
		width: max-content;
		margin: 0 0 0 auto;
	}
	.main_instagram_slide {
		width: 80%;
		margin: 0 auto;
	}
	.main_instagram_slide li {
		width: calc((100% - 30px) / 3);
	}
}
@media screen and (max-width: 768px) {
	.main_instagram_txt, .main_instagram_slide {
		width: 100%;
	}
}
@media screen and (max-width: 640px) {
	.main_instagram_txt p {
		word-break: inherit;
	}
}
@media screen and (max-width: 480px) {

	#main_instagram {
		padding: 60px 5%;
	}
	.main_instagram_main {
		margin-bottom: 40px;
		gap: 40px;
	}
	.main_instagram_ttl {
		padding-left: calc(100% - 16em);
	}
	.main_instagram_ttl h2 {
		margin-bottom: 20px;
		font-size: clamp(3.5rem, 8vw, 4.4rem);
		letter-spacing: 0.1em;
	}
	.main_instagram_ttl p {
		font-size: 1.4rem;
	}
	.main_instagram_txt p {
		line-height: 170%;
	}
	.main_instagram_slide {
		gap: 8px;
	}
	.main_instagram_slide li {
		width: calc((100% - 16px) / 3);
	}
}


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

	main_access

================================================= */
#main_access {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 120px;
	padding: 110px 0;
}
.main_access_img {
	position: relative;
	width: 58%;
}
.main_access_img::before {
	content: "ACCESS";
	position: absolute;
	top: 0;
	left: -20px;
	font-size: 10rem;
	writing-mode: vertical-lr;
	line-height: 0;
	z-index: 1;
	color: rgba(199, 186, 146, 0.3);
	font-family: "Cormorant Garamond", serif;
	font-weight: 400;
	letter-spacing: 0.05em;
}
.main_access_img img {
	width: 100%;
	object-fit: cover;
	font-family: 'object-fit: none; object-position: right;';
}
/*
.main_access_txt {
	width: 300px;
}
*/
#main_access .cmn_txt {
	margin-bottom: 50px;
}
#main_access .cmn_btn {
	margin: 0 0 auto 0;
}

@media screen and (max-width: 1366px) {
	#main_access {
		max-width: inherit;
		padding: 120px 7%;
		column-gap: 80px;
	}
	.main_access_txt {
		padding: 0;
	}
}
@media screen and (max-width: 1194px) {
	.main_access_img::before {
		font-size: clamp(6rem, 8.5vw, 9rem);
	}
}
@media screen and (max-width: 1024px) {
	#main_access {
		gap: 60px;
	}
	.main_access_img {
		width: 55%;
	}
}
@media screen and (max-width: 896px) {
	#main_access {
		flex-flow: column;
		gap: 60px;
		overflow: hidden;
		align-items: flex-start;
		padding: 110px 0 110px 20%;
	}
	.main_access_img {
		width: 100%;
	}
	.main_access_img::before {
		font-size: clamp(8rem, 8.5vw, 9rem);
	}
	.main_access_img img {
		height: 400px;
		object-position: center bottom;
	}
	.main_access_txt {
		margin: 0 auto 0 0;
	}
}
@media screen and (max-width:768px){
	.main_access_txt {
		width: auto;
	}
	.main_access_img {
		width: 100%;
	}
	.main_access_img img {
		height: 350px;
	}
}
@media screen and (max-width: 480px) {
	#main_access {
		padding: 60px 0 60px 15%;
	}
	.main_access_img::before {
		font-size: clamp(5.5rem, 13vw, 8rem);
		left: -10px;
	}
	.main_access_img img {
		height: 240px;
	}
	#main_access {
		gap: 40px;
	}
	#main_access .cmn_txt {
		margin-bottom: 40px;
	}
}


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

	main_news

================================================= */
#main_news {
	padding: 80px 5%;
	background: #f7f6f3;
}
#main_news .cmn_ttl_h2 {
	margin-bottom: 60px;
	text-align: center;
}
#main_news .cmn_btn {
	margin-top: 60px;
}

@media screen and (max-width:1024px){
	#main_news {
		padding: 90px 5%;
	}
}
@media screen and (max-width:480px){
	#main_news {
		padding: 60px 0;
	}
	#main_news .cmn_ttl_h2 {
		margin-bottom: 30px;
	}
	#main_news .cmn_btn {
		margin-top: 30px;
	}
}


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

	news_box

================================================= */
.news_contents {
	max-width: 1400px;
	margin: 0 auto;
}
#main_news .news_contents {
	max-width: 1400px;
}
.news_contents article {
	width: calc((100% / 4));
}
#main_news .news_contents article {
	margin: 0 15px;
}

.news_contents article figure {
	overflow: hidden;
	aspect-ratio: 32 / 25;
	margin-bottom: 15px;
}
.news_contents article figure img {
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.news_contents article a:hover {
	opacity: 0.8;
}
.news_contents article a:hover img{
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}
.news_info {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	flex-flow: row wrap;
	gap: 5px 10px;
}
.news_info time {
	font-size: 1.5rem;
	color: #8b805f;
}
.news_cat {
	color: #fff;
	font-size: 1.1rem;
	letter-spacing: 0;
	font-weight: 400;
	padding: 5px 14px;
	background: #917e44;
}
.news_contents article h3, .news_contents article h2 {
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 30px;
}

@media screen and (max-width: 1366px) {
	#main_news .news_contents article {
		margin: 0 15px;
	}
}
@media screen and (max-width: 1024px) {
	#main_news .news_contents article {
		margin: 0 10px;
	}
}
@media screen and (max-width: 480px) {
	#main_news .news_contents article {
		margin: 0 12px;
	}
	.news_info {
		gap: 5px;
	}
}


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

	side_btn

================================================= */
#side_btn {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 10;
	width: 60px;
	display: none;
}
#side_btn ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-flow: column;
	        flex-flow: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
#side_btn ul li {
	width: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.side_sns {
	padding: 20px 0;
	background: #d8cebd;
}
.side_sns li:not(:last-child) {
	margin-bottom: 20px;
}
.side_sns li img {
	width: 24px;
	height: auto;
}
.side_sns li a:hover {
	opacity: 0.5;
}
.side_request, .side_fair {
	-webkit-writing-mode: vertical-rl;
	    -ms-writing-mode: tb-rl;
	        writing-mode: vertical-rl;
}
.side_request a, .side_fair a {
	width: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-size: 1.5rem;
	letter-spacing: 0.3rem;
	padding: 20px 0;
}
.side_request a {
	background: #f3efec;
	color: #5d5650;
}
.side_request a::before {
	content: "";
	background: url("images/icon_request.svg") center no-repeat;
	width: 27px;
	height: 20px;
	display: inline-block;
	margin-bottom: 10px;
	background-size: contain;
	filter: brightness(0) saturate(100%) invert(34%) sepia(6%) saturate(696%) hue-rotate(346deg) brightness(92%) contrast(88%);
}
.side_request a:hover {
	background: #ece7e1;
}

.side_fair a {
	background: #917e44;
	color: #fff;
}
.side_fair a::before {
	content: "";
	background: url("images/icon_church.svg") center no-repeat;
	width: 21px;
	height: 30px;
	display: inline-block;
	margin-bottom: 10px;
	background-size: contain;
	-webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.side_fair a:hover {
	opacity: 0.75;
}

@media screen and (max-width:1024px){
	#side_btn {
		display: none!important;
		opacity: 0!important;
	}
}


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

	btn_fixed

================================================= */
#btn_fixed {
	display: none;
}
@media screen and (min-width:1025px){
	#btn_fixed {
		display: none!important;
	}
}
@media screen and (max-width:1024px){
	#btn_fixed {
		position: fixed;
		bottom: 0;
		width: 100%;
		background: #fff;
		height: 70px;
		z-index: 3;
	}
	#btn_fixed ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	#btn_fixed ul li {
		flex: 1;
	}
	#btn_fixed ul li a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-flow: column;
		        flex-flow: column;
		height: 65px;
		color: #8b805f;
		font-size: 1.4rem;
		padding-bottom: 5px;
	}
	#btn_fixed ul li a::before {
		content: "";
		display: inline-block;
		margin-bottom: 5px;
		filter: brightness(0) saturate(100%) invert(31%) sepia(61%) saturate(435%) hue-rotate(10deg) brightness(96%) contrast(89%);
	}
	.bf_fair a {
		background: #917e44;
		color: #fff!important;
	}
	.bf_fair a::before {
		background: url("images/icon_church.svg") center no-repeat;
		width: 26px;
		height: 26px;
		background-size: contain;
		-webkit-filter: brightness(0) invert(1)!important;
		filter: brightness(0) invert(1)!important;
	}
	.bf_visit a {
		background: #eeece8;
	}
	.bf_visit a::before {
		background: url("images/icon_calendar.svg") center no-repeat;
		width: 26px;
		height: 26px;
		background-size: contain;
	}
	.bf_request a::before {
		background: url("images/icon_request.svg") center no-repeat;
		width: 27px;
		height: 30px;
		background-size: contain;
	}
	.bf_tel a {
		background: #f1efe6;
	}
	.bf_tel a::before {
		background: url("images/icon_smartphone.svg") center no-repeat;
		width: 22px;
		height: 22px;
		background-size: contain;
	}
}
@media screen and (max-width: 480px) {
	#btn_fixed ul li a {
		font-size: 1.2rem;
	}
}


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

	footer

================================================= */
footer {
	position: relative;
	z-index: 2;
	padding: 50px 5% 20px;
	background: #928453;
	color: #fff;
}
footer a {
	color: #fff;
}
.footerArea {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 0 10%;
}
.f_info {
	text-align: center;
	width: 300px;
}
.f_logo {
	margin-bottom: 20px;
}
.f_logo img {
	width: 160px;
	height: auto;
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
	margin-bottom: 10px;
}
.f_logo p {
	font-size: 1.4rem;
	letter-spacing: 0.05em;
}
.f_info p {
	margin-bottom: 10px;
}
.f_address {
	margin-bottom: 40px;
	font-size: 1.3rem;
}
.f_address address {
	font-style: normal;
	margin-bottom: 5px;
	text-decoration: none!important;
}
.f_address a {
	text-decoration: underline;
	font-size: 1.3rem;
}
.f_address a:hover {
	text-decoration: none;
}
.f_tel p {
	font-size: 1.3rem;
	letter-spacing: 0.05em;
}
.f_tel a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-size: 3.0rem;
	margin-bottom: 24px;
	color: #fff;
	font-family: "EB Garamond", serif;
}
.f_tel a::before {
	content: "";
	background: url("images/icon_tel.svg") center no-repeat;
	display: inline-block;
	width: 25px;
	height: 30px;
	margin-right: 2px;
	background-size: contain;
}
.f_tel dl {
	font-size: 1.3rem;
}
.f_tel dl:not(:last-child) {
	margin-bottom: 18px;
}
.f_tel dl dt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-bottom: 6px;
}
.f_tel dl dt::after, .f_tel dl dt::before {
	border-top: 1px solid;
	content: "";
	width: 20px;
}
.f_tel dl dt::after {
	margin-left: 12px;
}
.f_tel dl dt::before {
	margin-right: 12px;
}
.f_tel dl dd {
	white-space: nowrap;
}


.f_link {
	max-width: 700px;
	flex: 1;
}
.f_menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	margin-bottom: 40px;
	gap: 1.5em 1em;
}
.f_menu li {
	font-size: 1.3rem;
	letter-spacing: 0.05em;
}
.f_menu li:not(:last-child)::after {
	content: "/";
	margin-left: 1em;
}
.f_link li a:hover {
	opacity: 0.7;
}
.f_btn {
	max-width: 500px;
	margin: 0 auto 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 23px;
}
.f_memberLink {
	display: -webkit-box;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 430px;
	margin: 0 auto 30px;
	flex-flow: row wrap;
	gap: 15px 8px;
}
.f_memberLink a {
	font-size: 1.2rem;
}
.f_memberLink a:not(:last-child) {
	padding-right: 8px;
	border-right: 1px solid #fff;
}
.f_memberLink a:hover {
	opacity: 0.7;
}
footer .remodal_sns {
	margin-bottom: 0;
}

@media screen and (max-width:1194px) {
	.footerArea {
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.f_link {
		width: calc(100% - 350px);
	}
}
@media screen and (max-width: 1024px) {
	footer {
		margin-bottom: 70px;
		padding-bottom: 30px;
	}
	.f_tel dl dd {
		white-space: normal;
		line-height: calc(16 / 11);
	}
}
@media screen and (max-width: 768px) {
	.footerArea {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-flow: column;
		        flex-flow: column;
	}
	.f_info {
		margin-right: 0;
		margin-bottom: 50px;
		width: auto;
	}
	.f_link {
		width: 100%;
	}
	.f_btn {
		column-gap: 5%;
	}
	.f_memberLink a {
		font-size: 1.1rem;
	}
}
@media screen and (max-width: 640px) {
	.f_memberLink {
	}
}
@media screen and (max-width: 480px) {
	footer {
		padding: 40px 5%;
	}
	.f_memberLink a {
		font-size: 1.05rem;
	}
	.f_memberLink a:not(:last-child) {
		padding-right: 8px;
	}
	.f_info {
		margin-bottom: 30px;
	}
	.f_logo img {
		width: 130px;
	}
	.f_logo p,
	.f_address,
	.f_tel p,
	.f_tel dl {
		font-size: 1.2rem;
	}
}


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

	copyright

================================================= */
#copyright{
	text-align: center;
	font-family: 'EB Garamond', serif;
	font-size: 1.2rem;
	letter-spacing: 0.15em;
	padding: 60px 0 0;
	background: #928453;
}

@media screen and (max-width: 768px) {
	#copyright {
		padding-top: 30px;
		font-size: 1rem;
	}
}
@media screen and (max-width: 480px) {
	#copyright {
		letter-spacing: 0.1rem;
		padding-top: 40px;
	}
}
