@charset "utf-8";
/* ==============================================

	body

================================================= */
body {
	color: #000;
	font-size: 1.5rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	-webkit-text-size-adjust: 100%;
	letter-spacing: 0.05em;
}
::-moz-selection {
	color: #fff;
	background-color: #5E5E5E;
}
::selection {
	color: #fff;
	background-color: #5E5E5E;
}
@media screen and (max-width: 480px) {
	body {
		font-size: 1.3rem;
	}
}


/* ==============================================

	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_logoArea {
	display: flex;
	align-items: center;
	gap: 15px;
}
.h_logo img {
	height: 45px;
}
.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 30px;
}
#gnav ul li {
	font-size: 1.3rem;
}
#gnav ul li a:hover {
	opacity: 0.6;
}
@media screen and (max-width: 1366px) {
	.headerArea {
		gap: 3%;
	}
	.h_logoArea {
		width: 25%;
	}
	.h_nav {
		margin-right: 15px;
	}
	#gnav ul {
		gap: 0 15px;
	}
}
@media screen and (max-width: 1194px) {
	header {
		padding-left: 20px;
	}
	.h_nav {
		margin-right: 12px;
	}
	#gnav ul {
		gap: 0 12px;
	}
	#gnav ul li {
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 1112px) {
	.headerArea {
		gap: 0;
	}
	.h_logoArea {
		width: auto;
	}
}
@media screen and (max-width:768px){
	header {
		padding-left: 15px;
	}
	.headerArea {
		height: 60px;
	}
	.h_logo img {
		height: 36px;
	}
	.h_logoArea figure img {
		height: 42px;
	}
}
@media screen and (max-width: 480px) {
	.h_logoArea {
		gap: 10px;
	}
	.h_logo img {
		height: 32px;
	}
	.h_logoArea figure img {
		height: 38px;
	}
}



/*---------------------------------------------
	h_fairBtn
---------------------------------------------*/
.h_fairBtn a {
	width: 90px;
	height: 80px;
	background: rgba(126,111,68,0.9);
	display: block;
	position: relative;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
}
.h_fairBtn a::before {
	content: "";
	position: absolute;
	top: 18px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: url("images/icon_church.svg") center no-repeat;
	width: 27px;
	height: 27px;
	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(107,93,53,0.9);
}

/*---------------------------------------------
	h_rsvBtn
---------------------------------------------*/
.h_rsvBtn a {
	width: 90px;
	height: 80px;
	background: rgba(62,61,58,0.9);
	display: block;
	position: relative;
	color: #fff;
	font-size: 1.2rem;
	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(47,47,47,0.7);
}

/*---------------------------------------------
	nav_toggle
---------------------------------------------*/
.h_tglBtn a {
	padding: 27px;
	cursor: pointer;
	display: block;
}
.h_tglBtn a:hover {
	background: transparent;
}
.nav_toggle{
	width: 36px;
	height: 26px;
}
.nav_toggle div {
	position: relative;
}
.nav_toggle span {
	display: block;
	height: 1px;
	background: #2d4f0f;
	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: 13px;
}
.nav_toggle span:nth-child(3){
	top: 26px;
}
.nav_toggle span::before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 0;
	display: block;
	background: #373737;
	-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;
	}
	.h_tglBtn:hover {
		background: #f5f4f0;
	}
	.h_tglBtn a {
		padding: 18px 18px;
		background: none;
	}
	.nav_toggle{
		width: 30px;
		height: 24px;
	}
	.nav_toggle span {
	}
}


/*---------------------------------------------
	h_fixed
---------------------------------------------*/
.h_fixed {
	background: #F8F8F8;
}
.h_fixed .h_logo {
	opacity: 1;
}
.h_fixed .h_logo img {
	filter: none;
}
.h_fixed .h_nav a {
	color: #222;
}
.h_fixed .h_fairBtn a {
	background: #A49766;
}
.h_fixed .h_fairBtn a:hover {
	background: #857958;
}
.h_fixed .h_rsvBtn a {
	background: #676767;
}
.h_fixed .h_rsvBtn a:hover {
	background: #4d4d4d;
}
.h_fixed .h_tglBtn a {
	background: #fff;
}
.h_fixed .h_tglBtn a:hover {
	background: #ECF0E9;
}
.h_fixed .h_tglBtn .nav_toggle span::before {
	background: #2D4F0F;
}
@media screen and (max-width: 1112px) {
	.h_nav, .h_fairBtn, .h_rsvBtn {
		display: none;
	}
	.h_fixed .h_tglBtn a {
		background: #26321B;
	}
	.h_fixed .nav_toggle span {
		background: #fff;
	}
}
@media screen and (max-width:768px){
	.nav_toggle span:nth-child(2) {
		top: 12px;
	}
	.nav_toggle span:nth-child(3) {
		top: 24px;
	}
}

/* ==============================================

	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;
	display: flex;
	align-items: center;
	gap: 15px;
}
.remodal-is-opened .remodal_logo {
	opacity: 1;
}
.remodal_logo a img {
	height: 45px;
}
.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: #988c6c;
}
.nav_toggle_close div {
	position: relative;
	width: 46px!important;
	height: 32px!important;
}
.nav_toggle_close span{
	display: block;
	height: 1px;
	background: #26321B;
	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 a img {
		height: 40px;
	}
	.remodal_logo figure img {
		height: 50px;
	}
	/*
	.remodal_h {
		height: 60px;
		padding: 0 20px;
	}
	*/
}
@media screen and (max-width: 480px) {
	.remodal_h {
		height: 60px;
		justify-content: flex-start;
		padding: 0 20px;
	}
	.remodal_logo {
		margin-top: 0;
	}
	.remodal_logo a img {
		height: 32px;
	}
	.remodal_logo figure img {
		height: 38px;
	}
}


/*---------------------------------------------
	remodal_contents
---------------------------------------------*/
.remodal_contents {
	padding: 60px 0;
	position: relative;
}
.remodal_contents a {
	color: #26321B;
}
/*---------------------------------------------
	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: 65px;
}
.remodal_nav ul:not(:last-child) {
	margin-right: 100px;
}
.remodal_nav li {
	font-size: 1.4rem;
}
.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: 20px;
}
.remodal_sns li img {
	width: 24px;
	height: auto;
}
.remodal_sns a:hover {
	opacity: 0.6;
}
.remodal .remodal_sns li img {
	filter: brightness(0) saturate(100%) invert(21%) sepia(99%) saturate(380%) hue-rotate(49deg) brightness(98%) contrast(94%);
}
/*---------------------------------------------
	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_btn .cmn_btnBdr_grn a::before {
	filter: brightness(0) saturate(100%) invert(21%) sepia(99%) saturate(380%) hue-rotate(49deg) brightness(98%) contrast(94%);
}
.remodal_btn .cmn_btnBdr_grn a:hover::before {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

/*---------------------------------------------
	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_mainBtn a {
	color: #fff;
}
.remodal_mainBtn a:hover {
	color: #2d4f0f;
	border: 1px solid #2d4f0f;
	background: #fff;
}

.btn_fair a {
	background: #A49766;
}
.btn_rsv a {
	background: #676767;
}

/*---------------------------------------------
	remodal_memberLink
---------------------------------------------*/
.remodal_memberLink.f_memberLink {
	margin: 30px 0;
}
.remodal_memberLink.f_memberLink a:not(:last-child) {
	border-right: 1px solid #26321B;
}

@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.2rem;
	}
	.remodal_nav a {
		padding: 10px 0;
	}
	.remodal_memberLink.f_memberLink {
		margin: 25px 0 20px;
	}
}

/* ==============================================

	mv

================================================= */
#mv {
	position: relative;
	height: calc(var(--vh, 1vh)* 100);
}
.movie-wrap {
	position: fixed;
	top: 0;
	width: 100%;
	height: calc(var(--vh, 1vh)* 100);
}
.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: #2d4f0f!important;
	border: none;
}
.cmn_btnBdr_green a, .cmn_btnBdr_green input, .cmn_btn button {
	border: 1px solid #2d4f0f;
	color: #2d4f0f;
	background: #fff;
}
.cmn_btnBdr_green a:hover, .cmn_btnBdr_green input:hover, .cmn_btn button:hover {
	background: #2d4f0f;
	color: #fff;
	border: none;
}

.cmn_btnBg_green a, .cmn_btnBg_green input, .cmn_btnBg_green button {
	background: #2d4f0f;
	color: #fff;
}
.cmn_btnBg_green a:hover, .cmn_btnBg_green input:hover, .cmn_btnBg_green button:hover {
	background: #fff;
	color: #2d4f0f;
	border: 1px solid #2d4f0f;
}
.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: 8px;
	height: 8px;
	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: 8px;
  height: 8px;
  transform: rotate(45deg);
}
.cmn_arrow.cmn_btnBg_green span::after,
.cmn_arrow.cmn_btnBdr_green:hover span::after,
.cmn_arrow.cmn_btnBg_green a::after,
.cmn_arrow.cmn_btnBdr_green:hover a::after{
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.cmn_arrow_back.cmn_btnBdr_green:hover a::after,
.cmn_arrow_back.cmn_btnBg_green span::after,
.cmn_arrow_back.cmn_btnBg_green a::after,
.cmn_arrow_back.cmn_btnBdr_green:hover span::after {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.cmn_arrow.cmn_btnBdr_green span::after,
.cmn_arrow.cmn_btnBg_green:hover span::after,
.cmn_arrow.cmn_btnBdr_green a::after,
.cmn_arrow.cmn_btnBg_green:hover a::after {
  border-top: 1px solid #2d4f0f;
  border-right: 1px solid #2d4f0f;
}
.cmn_arrow_back.cmn_btnBdr_green a::after,
.cmn_arrow_back.cmn_btnBg_green:hover span::after,
.cmn_arrow_back.cmn_btnBg_green:hover a::after,
.cmn_arrow_back.cmn_btnBdr_green span::after {
  border-left: 1px solid #2d4f0f;
  border-bottom: 1px solid #2d4f0f;
}
.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: #2d4f0f;
}
#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(16%) sepia(98%) saturate(1428%) hue-rotate(209deg) brightness(90%) contrast(106%);
}
.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(16%) sepia(98%) saturate(1428%) hue-rotate(209deg) brightness(90%) contrast(106%);
}
.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(16%) sepia(98%) saturate(1428%) hue-rotate(209deg) brightness(90%) contrast(106%);
}
.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(16%) sepia(98%) saturate(1428%) hue-rotate(209deg) brightness(90%) contrast(106%);
}
.access_way .cmn_btnBg_green {
	margin: 20px auto;
}

/* ==============================================

	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;
	font-size: 1.3rem;
	color: #325d0d;
	-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 {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	transform: rotate(45deg);
	border-top: 1px solid #325d0d;
	border-right: 1px solid #325d0d;
}
.more_btn span::after, .more_btn a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100px;
	height: 1px;
	background: #325d0d;
}
.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 {
	text-align: center;
	margin-bottom: 60px;
}
.cmn_ttl_h2 p {
	font-size: 4.0rem;
	letter-spacing: 0.15em;
	color: #325d0d;
	margin-bottom: 20px;
}
.cmn_ttl_h2 h2 {
	font-size: 1.4rem;
	letter-spacing: 0.15em;
	color: #686868;
	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 {
	text-align: center;
	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;
	}
}


/* ==============================================

	en_icon

================================================= */
.en_icon {
	font-size: 13rem;
	color: rgba(155,141,86,0.3);
}


/* ==============================================

	main_contents

================================================= */
#main_contents {
	background: #fff;
	padding-bottom: 100px;
}
@media screen and (max-width: 480px) {
	#main_contents {
		padding-bottom: 0;
	}
}


/* ==============================================

	top_concept

================================================= */
.lity-active {
	overflow: hidden;
}
#top_concept {
	background: rgba(0,0,0,0.4);
	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;
	font-family: "Cormorant Garamond", serif;
}
#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: #2d4f0f;
	border: none;
}
.top_conceptBtn a:hover::after {
	filter: brightness(0) saturate(100%) invert(20%) sepia(68%) saturate(1314%) hue-rotate(60deg) brightness(93%) contrast(88%);
}

@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: 2.2rem;
		letter-spacing: 0.2rem;
	}
	#top_concept p {
		line-height: 200%;
	}
}


/* ==============================================

	main_topics

================================================= */
#main_topics {
	background: #f6f6f6;
	padding: 30px 5%;
}
.main_topicsArea {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 25px 50px;
}
.main_topics_info {
	display: flex;
	align-items: center;
	gap: 50px;
}
.main_topics_info p {
	font-size: 2.0rem;
	color: #2d4f0f;
	letter-spacing: 0.1em;
}
.main_topics_info div {
	display: flex;
	align-items: center;
	gap: 15px;
}
.main_topics_info time {
	font-size: 1.6rem;
}
.main_topics_ttl {
	flex: 1;
}
.main_topicsArea h2 {
	font-size: 2.0rem;
	font-weight: 500;
	line-height: 142%;
	font-family: "Cormorant Garamond", serif;
	color: #325d0d;
}
.main_topics_ttl h3 {
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 150%;
}
.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;
	}
}
@media screen and (max-width: 480px) {
	.main_topics_ttl h3 {
		font-size: 1.4rem;
	}
}

/* ==============================================

	main_concept

================================================= */
#main_concept {
	position: relative;
	padding: 100px 0;
}
.main_conceptArea {
	display: flex;
	align-items: center;
	gap: 200px;
	position: relative;
	z-index: 1;
	padding: 0 5% 0 0;
}
.main_concept_img {
	position: relative;
}
.main_concept_img .en_icon {
	position: absolute;
	writing-mode: vertical-rl;
	top: -45px;
	right: -100px;
	color: rgba(200,200,200,0.3);
}
#main_concept .cmn_ttl_h2 {
	text-align: left;
}
.main_concept_txt h3 {
	font-size: 2.4rem;
	line-height: 150%;
	margin-bottom: 50px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
	letter-spacing: 0.15em;
}
.main_concept_txt > p {
	font-size: 1.5rem;
	line-height: 250%;
	margin-bottom: 60px;
}
#main_concept .cmn_btn {
	margin: 0 auto 0 0;
}
@media screen and (max-width: 1670px) {
	.main_conceptArea {
		gap: 10%;
	}
}
@media screen and (max-width: 1536px) {
	.main_conceptArea {
		padding: 0 7% 0 0;
	}
	.main_concept_img {
		margin-left: 0;
		width: 60%;
	}
}
@media screen and (max-width: 1366px) {
	.main_conceptArea {
		gap: 100px;
		align-items: flex-start;
	}
	.main_concept_img img {
		width: 100%;
		object-fit: cover;
		font-family: 'object-fit: none; object-position: right;';
		height: 500px;
	}
}
@media screen and (max-width: 1194px) {
	#main_concept .cmn_ttl_h2 p {
		font-size: 4rem;
	}
}
@media screen and (max-width: 1024px) {
	#main_concept::before {
	}
	.main_conceptArea {
		flex-flow: column;
		align-items: center;
		gap: 60px;
	}
	.main_concept_img {
		width: 80%;
	}
	.main_concept_img img {
		height: auto;
	}
}
@media screen and (max-width: 896px) {
	#main_concept {
		overflow: hidden;
	}
}
@media screen and (max-width: 768px) {
	#main_concept .cmn_ttl_h2 p {
		font-size: 3.8rem;
	}
	.main_concept_img .en_icon {
		font-size: 12rem;
	}
}
@media screen and (max-width: 640px) {
	#main_concept .cmn_ttl_h2 p {
		font-size: 3.4rem;
	}
}
@media screen and (max-width: 480px) {
	#main_concept {
		padding: 60px 0;
	}
	#main_concept .cmn_ttl_h2 p {
		font-size: 2.8rem;
	}
	.main_conceptArea {
		align-items: flex-start;
		gap: 40px;
	}
	.main_concept_img {
		width: 85%;
	}
	.main_concept_img .en_icon {
		font-size: 8rem;
		right: -70px;
	}
	.main_concept_txt {
		margin: 0 auto;
		padding-left: 10%;
	}
	.main_concept_txt > p {
		font-size: 1.4rem;
		margin-bottom: 40px;
	}
	.main_concept_txt h3 {
		font-size: 2rem;
		margin-bottom: 40px;
	}
}


/* ==============================================

	main_fair

================================================= */
#main_fair {
	padding: 80px 5%;
	background: #f8f8f8;
}
#main_fair .cmn_ttl_h2 {
	margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
	#main_fair {
		padding: 60px 0;
	}
	#mainmain_fair_plan {
		padding: 60px 5%;
	}
	#main_fair .cmn_ttl_h2 {
		margin-bottom: 30px;
	}
}


/* ==============================================

	main_bestrate

================================================= */
#main_bestrate {
	max-width: 1000px;
	margin: 80px auto;
}
#main_bestrate a {
	display: flex;
}
#main_bestrate a:hover {
	opacity: 0.8;
}
@media screen and (max-width: 1194px) {
	#main_bestrate {
		padding: 0 8%;
	}
}
@media screen and (max-width: 1024px) {
	#main_bestrate {
		padding: 0 5%;
	}
}
@media screen and (max-width: 768px) {
	#main_bestrate a {
		max-width: 550px;
		margin: 0 auto;
	}
	#main_bestrate {
		height: auto;
	}
	#main_bestrate picture img {
		max-width: 100%;
		height: auto;
	}
}
@media screen and (max-width: 480px) {
	#main_bestrate {
		margin: 40px auto;
	}
}



/* ==============================================

	main_plan

================================================= */
#main_plan {
	padding: 80px 5%;
	background: #f8f8f8;
}
#main_plan .cmn_ttl_h2 {
	margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
	#main_plan {
		padding: 60px 0;
	}
	#main_plan .cmn_ttl_h2 {
		margin-bottom: 30px;
	}
}



/* ==============================================

	main_scene

================================================= */
#main_scene {
	padding: 140px 0;
	overflow: hidden;
}
#main_scene > section {
	display: flex;
	align-items: flex-end;
	position: relative
}
#main_scene > section:nth-child(even) {
	flex-flow: row-reverse;
	justify-content: space-between;
}
#main_scene > section:not(:last-child) {
	margin-bottom: 140px;
}
#main_scene > section > * {
	position: relative;
	z-index: 1;
}
.main_sceneImg {
	position: relative;
	width: 63.15%;
}
.main_sceneImg picture img {
	width: 100%;
	object-fit: cover;
	font-family: 'object-fit: none; object-position: right;';
	height: 650px;
}
#main_scene .en_icon {
	font-size: 12rem;
	line-height: 40%;
	position: relative;
	letter-spacing: 0.05em;
}
#main_scene > section:nth-child(odd) .en_icon {
	text-align: right;
	right: 20px;
}
#main_scene > section:nth-child(even) .en_icon {
	left: 20px;
}
#main_scene .cmn_txtBox {
	max-width: 690px;
	width: 36.3%;
	position: absolute;
	background: rgba(237,240,233,0.6);
	padding: 85px 0 60px;
	margin-bottom: -20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#main_scene > section:nth-child(odd) .cmn_txtBox {
	margin-right: 7%;
	right: 0;
}
#main_scene > section:nth-child(even) .cmn_txtBox {
	margin-left: 7%;
	left: 0;
}
#main_scene .cmn_ttl_h2 {
	margin-bottom: 60px;
	text-align: left;
}
#main_scene .cmn_txtBox h3 {
	font-size: 2rem;
	line-height: 200%;
	letter-spacing: 0.1em;
	margin-bottom: 45px;
	word-break: keep-all;
}
#main_scene .cmn_txt {
	line-height: 242%;
	text-align: left;
}
#main_scene .cmn_btn {
	margin: 50px auto 0 0;
}
#ceremony_list .more_btn,
#banquet_list .more_btn {
	margin: 50px auto 70px;
}
@media screen and (max-width:1366px){
	#main_scene .cmn_txtBox {
		width: 45%;
	}
	#main_scene > section:nth-child(odd) .cmn_txtBox {
		margin-right: 5%;
	}
	#main_scene > section:nth-child(even) .cmn_txtBox {
		margin-left: 5%;
	}
	.main_sceneImg picture img {
		height: 550px;
	}
}
@media screen and (max-width: 1024px) {
	#main_scene {
		padding: 120px 0;
	}
	#main_scene > section:not(:last-child) {
		margin-bottom: 100px;
	}
	.main_sceneImg {
		width: 90%;
	}
	#main_scene > section {
		flex-flow: column!important;
	}
	#main_scene > section:nth-child(odd) {
		align-items: flex-start;
	}
	#main_scene .cmn_txtBox {
		position: inherit;
		width: 100%;
		margin: -5% auto 0!important;
	}
	#main_scene > section:nth-child(odd) .en_icon {
		text-align: left;
		right: 0;
	}
	#main_scene > section:nth-child(even) .en_icon {
		text-align: right;
		left: 0;
	}
	#main_scene .en_icon {
		font-size: 12rem;
	}
	#ceremony_list .more_btn, #banquet_list .more_btn {
		margin: 50px auto 0;
	}
}
@media screen and (max-width: 768px) {
	#main_scene > section:not(:last-child) {
		margin-bottom: 100px;
	}
	.main_sceneImg picture img {
		height: auto;
	}
	#main_scene .cmn_txtBox {
		width: 90%;
	}
	#main_scene .en_icon {
		font-size: clamp(6rem, 16vw, 10rem);
	}
}
@media screen and (max-width: 480px) {
	#main_scene {
		padding: 60px 0;
	}
	#main_scene > section:not(:last-child) {
		margin-bottom: 60px;
	}
	#main_scene .cmn_txtBox {
		padding: 60px 0 40px;
	}
	#main_scene .cmn_ttl_h2 {
		margin-bottom: 40px;
	}
	#main_scene .cmn_btn {
		margin-top: 40px;
	}
}


/* ==============================================

	main_page

================================================= */
#main_page {
	background: #ecf0e9;
	padding: 80px 5%;
	margin-bottom: 120px;
}
.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: #fff;
	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(160,160,160,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: 1366px) {
	.main_pageArea {
		gap: 50px;
	}
	#main_page section {
		width: calc((100% - 50px) / 2);
	}
}
@media screen and (max-width: 1024px) {
	#main_page {
		margin-bottom: 0;
	}
	.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_page {
		margin-bottom: 0;
	}
	.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: 6rem;
	}
	.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: 90%;
	}
	/*
	#main_page .cmn_btn {
		font-size: 1.2rem;
	}
	*/
}


/* ==============================================

	main_report

================================================= */
#main_report {
	padding: 80px 5%;
	background: #f7f7f7;
}
#main_report .cmn_ttl_h2 {
	margin-bottom: 60px;
}
.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: 32 / 25;
	margin: -15px 0 20px 0;
}
.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.5rem;
	font-weight: 400;
	line-height: 133%;
	margin-bottom: 30px;
	text-align: center;
}
.report_no {
	display: flex;
	align-items: center;
	width: 100%;
	font-size: 5.4rem;
	color: #9b8d56;
	text-align: right;
	letter-spacing: 0;
	position: relative;
	left: -10px;
	z-index: 1;
	font-family: "EB Garamond", serif;
}
.report_no::before {
	content: "#";
	font-size: 5.4rem;
	vertical-align: middle;
}
@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_photogallery

================================================= */
#main_photogallery {
	position: relative;
	overflow: hidden;
	padding: 120px 5% 0;
}
.main_photogalleryArea {
	max-width: 1480px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 60px 6.7%;
	position: relative;
}
.main_photogalleryArea

/*---------------------------------------------
	main_photogallery_txt
---------------------------------------------*/
.main_photogallery_txt {
	position: relative;
}
.main_photogallery_txt .cmn_ttl_h2 {
	text-align: left;
}
.main_photogallery_txt > p {
	text-align: left;
}
.main_photogallery_txt .cmn_btn {
	margin: 50px auto 0 0;
}

/*---------------------------------------------
	main_photogallery_img
---------------------------------------------*/
.main_photogallery_img {
	max-width: 970px;
	width: 67.3%;
	display: flex;
	gap: 10px;
}
.main_photogallery_img ul li:not(:last-child) {
	margin-bottom: 10px;
}
@media screen and (max-width: 1366px) {
	.main_photogalleryArea {
		gap: 80px 8%;
	}
	.main_photogallery_txt {
		width: 30%;
	}
}
@media screen and (max-width: 1024px) {
	.main_photogalleryArea {
		flex-flow: column-reverse;
	}
	.main_photogallery_txt {
		width: auto;
	}
	.main_photogallery_img {
		width: 80%;
	}
	.main_photo_slide {
		max-width: 600px;
		margin: 40px auto 0;
	}
	.main_photo_slide li {
		margin: 0 15px;
	}
	.main_photo_slide figure {
		aspect-ratio: 1 / 1;
	}
	.main_photo_slide figure img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}
}
@media screen and (max-width: 768px) {
	.main_photogallery_txt {
		width: 100%;
	}
	.main_photogallery_txt .cmn_ttl_h2,
	.main_photogallery_txt > p {
		text-align: center;
	}
	.main_photogallery_txt .cmn_btn {
		margin: 50px auto 0;
	}
}
@media screen and (max-width: 480px) {
	#main_photogallery {
		padding: 60px 5%;
	}
	.main_photogallery_txt .cmn_btn {
		margin-top: 30px;
	}
}

/* ==============================================

	main_access

================================================= */
#main_access {
	max-width: 1120px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 120px;
	padding: 120px 0;
}
.main_access_img {
	position: relative;
	width: 62.4%;
}
.main_access_img img {
	width: 100%;
	height: 450px;
	object-fit: cover;
	font-family: 'object-fit: none; object-position: right;';
}
#main_access .cmn_ttl_h2 {
	margin-bottom: 70px;
	text-align: left;
}
#main_access .cmn_txt {
	margin-bottom: 50px;
	text-align: left;
}
@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: 1024px) {
	#main_access {
		flex-flow: column;
		gap: 80px;
		overflow: hidden;
		align-items: flex-start;
		padding: 110px 0;
	}
	.main_access_img {
		width: 90%;
		margin: 0 auto;
	}
	.main_access_img img {
		height: 400px;
		object-position: center bottom;
	}
	.main_access_txt {
		margin: 0 auto;
		width: auto;
		padding: 0 5%;
	}
	#main_access .cmn_ttl_h2 {
		margin-bottom: 60px;
	}
}
@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;
	}
	.main_access_img img {
		height: 240px;
	}
	#main_access {
		gap: 40px;
	}
	#main_access .cmn_ttl_h2 {
		margin-bottom: 40px;
	}
	#main_access .cmn_txt {
		margin-bottom: 40px;
	}
	.main_access_txt {
		width: 90%;
	}
}


/* ==============================================

	main_news

================================================= */
#main_news {
	padding: 80px 5%;
	background: #f7f7f7;
}
#main_news .cmn_ttl_h2 {
	margin-bottom: 60px;
}
#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.6rem;
	color: #2d4f0f;
}
.news_cat {
	color: #fff;
	font-size: 1.2rem;
	letter-spacing: 0;
	font-weight: 400;
	padding: 5px 14px;
	background: #2d4f0f;
}
.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;
	}
}


/* =======================================

	#under main

========================================== */
#under main {
	padding: 50px 0 0;
}
.cmn_space {
	padding: 100px 0!important;
}
@media screen and (max-width: 768px) {
	.cmn_space {
		padding: 70px 0!important;
	}
}
@media screen and (max-width: 480px) {
	#under main {
		padding: 30px 0 0;
	}
	.cmn_space {
		padding: 50px 0!important;
	}
}


/* =======================================

	#under

========================================== */
#mv_under {
	position: relative;
	margin-top: 80px;
}
#mv_under::before {
	content: "";
	background: rgba(0,0,0,0.35);
	width: 100%;
	height: 100%;
	position: absolute;
}
#mv_under > div {
	position: absolute;
	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;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 0 auto;
	color: #fff;
}
.mv_under_ja {
	font-size: 1.4rem;
	font-weight: 400;
	text-align: center;
	margin-bottom: 10px;
	letter-spacing: 0.15em;
}
.mv_under_ja small {
	font-size: 1.4rem;
	display: block;
	line-height: 228%;
}
.mv_under_en {
	letter-spacing: 0.1em;
	font-size: 4.4rem;
	font-family: "Cormorant Garamond", serif;
}
#mv_under img {
	height: 400px;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	font-family: 'object-fit: none; object-position: right;';
}
#mv_under.mv_under_noPhoto {
	height: 180px;
}
#mv_under.mv_under_noPhoto::before {
	background: #f5f5f5;
}
#mv_under.mv_under_noPhoto div {
	color: #525252;
}
@media screen and (max-width: 1024px) {
	#mv_under img {
		height: 320px;
	}
	.mv_under_en {
		font-size: 4.0rem;
	}
}
@media screen and (max-width: 768px) {
	#mv_under {
		margin-top: 60px;
	}
	#mv_under img {
		height: 200px;
	}
	.mv_under_ja {
		font-size: 1.3rem;
	}
	.mv_under_ja small {
		font-size: 1.2rem;
	}
	.mv_under_en {
		font-size: 3.2rem;
	}
	#mv_under.mv_under_noPhoto {
		height: 150px;
	}
}
@media screen and (max-width: 480px) {
	#mv_under img {
		height: 120px;
	}
	.mv_under_ja {
		font-size: 1.2rem;
	}
	.mv_under_ja small {
		font-size: 1.0rem;
	}
	.mv_under_en {
		font-size: 2.2rem;
	}
	#mv_under.mv_under_noPhoto {
		height: 90px;
	}
}


/* ==============================================

	cmn_btn & btn & link

================================================= */
.cmn_btn {
	max-width: 300px;
	margin: 0 auto;
}
.cmn_btn a {
	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;
	font-size: 1.4rem;
}
.cmn_btnBdr_wht a {
	border: 1px solid #fff;
}
.cmn_btnBdr_wht a:hover {
	background: #fff;
	color: #222!important;
	border: none;
}
.cmn_btnBdr_grn a {
	border: 1px solid #2d4f0f;
}
.cmn_btnBdr_grn a:hover {
	background: #2d4f0f;
	color: #fff!important;
	border: none;
}

.remodal_btn > * {
	width: 240px;
}
.remodal_mainBtn > * {
	width: 310px;
}
.remodal_mainBtn a {
	height: 60px;
}
.f_btn > * {
	flex: 0 1 240px;
}
@media screen and (max-width: 1024px) {
	.f_btn > * {
		width: 47%;
	}
}
@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) {
	.remodal_mainBtn a {
		height: 50px;
		font-size: 1.3rem;
	}
}


.btn_access a, .btn_contact a {
	letter-spacing: 0.2rem;
	font-family: "EB Garamond", serif;
}
.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(21%) sepia(99%) saturate(380%) hue-rotate(49deg) brightness(98%) contrast(94%);
}
.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(21%) sepia(99%) saturate(380%) hue-rotate(49deg) brightness(98%) contrast(94%);
}
.btn_fair a::before {
	content: "";
	background: url("images/icon_church.svg") center no-repeat;
	width: 26px;
	height: 26px;
	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(21%) sepia(99%) saturate(380%) hue-rotate(49deg) brightness(98%) contrast(94%);
}
.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(21%) sepia(99%) saturate(380%) hue-rotate(49deg) brightness(98%) contrast(94%);
}


/* ==============================================

	pageLink

================================================= */
#page_link {
	background: #F9F9F9;
	position: relative;
	padding: 70px 5%;
}
#page_link ul {
	max-width: 1175px;
	margin: 0 auto;
	display: flex;
	flex-flow: row wrap;
	gap: 25px;
}
#page_link ul li {
	width: calc((100% - 125px) / 6);
}
#page_link ul li a {
	position: relative;
}
.pageLink_box {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	position: relative;
	height: 150px;
	overflow: hidden;
}
.pageLink_box::before {
	content: "";
	background: rgba(0,0,0,0.4);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1;
}
#page_link ul li a:hover .pageLink_box::before {
	background: rgba(0,0,0,0.1);
}
.pageLink_box div {
	position: relative;
	z-index: 2;
	color: #fff;
	text-align: center;
}
.pageLink_box div p {
	font-family: "Cormorant Garamond", serif;
	font-size: 2.6rem;
	margin-bottom: 8px;
	letter-spacing: 0.15em;
}
.pageLink_box div small {
	font-size: 1.3rem;
	letter-spacing: 0.1em;
}
.pageLink_img {
	position: absolute!important;
	top: 0;
	left: 0;
	z-index: 0!important;
	width: 100%;
	object-fit: cover;
	font-family: 'object-fit: none; object-position: right;';
	height: 100%;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
#page_link ul li a :hover .pageLink_img{
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}
@media screen and (max-width: 1194px) {
	#page_link ul {
		gap: 20px;
	}
	#page_link ul li {
		width: calc((100% - 100px) / 6);
	}
	.pageLink_box div small {
		letter-spacing: 0.05em;
	}
}
@media screen and (max-width: 1112px) {
	#page_link ul li {
		width: calc((100% - 60px) / 4);
	}
	.pageLink_box {
		height: 120px;
	}
}
@media screen and (max-width: 1024px) {
	.pageLink_box div p {
		font-size: 2.4rem;
	}
	.pageLink_box div small {
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 768px) {
	#page_link ul li {
		width: calc((100% - 40px) / 3);
	}
}
@media screen and (max-width: 640px) {
	#page_link ul {
		gap: 15px;
	}
	#page_link ul li {
		width: calc((100% - 30px) / 3);
	}
}
@media screen and (max-width: 480px) {
	#page_link {
		padding: 40px 5%;
	}
	#page_link ul {
		gap: 10px;
	}
	#page_link ul li {
		width: calc((100% - 20px) / 3);
	}
	.pageLink_box {
		height: 90px;
	}
	.pageLink_box div p {
		font-size: 1.8rem;
		margin-bottom: 5px;
	}
	.pageLink_box div small {
		font-size: 1.0rem;
		letter-spacing: 0.1em;
	}
}


/* ==============================================

	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: #b0b0b0;
}
.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: #575757;
	color: #fff;
}
.side_request a::before {
	content: "";
	background: url("images/icon_request.svg") center no-repeat;
	width: 29px;
	height: 20px;
	display: inline-block;
	margin-bottom: 10px;
	background-size: contain;
	-webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.side_request a:hover {
	background: #4d4d4d;
}
.side_fair a {
	background: #9b8d56;
	color: #fff;
}
.side_fair a::before {
	content: "";
	background: url("images/icon_church.svg") center no-repeat;
	width: 29px;
	height: 26px;
	display: inline-block;
	margin-bottom: 10px;
	background-size: contain;
	-webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.side_fair a:hover {
	background: #857958;
}

@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: #222;
		font-size: 1.4rem;
		padding-bottom: 5px;
	}
	#btn_fixed ul li a::before {
		content: "";
		display: inline-block;
		margin-bottom: 5px;
	}
	.bf_fair a {
		background: #A49766;
		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: #676767;
		color: #fff!important;
	}
	.bf_visit a::before {
		background: url("images/icon_calendar.svg") center no-repeat;
		width: 24px;
		height: 24px;
		background-size: contain;
		-webkit-filter: brightness(0) invert(1)!important;
		filter: brightness(0) invert(1)!important;
	}
	.bf_request a::before {
		background: url("images/icon_request.svg") center no-repeat;
		width: 30px;
		height: 30px;
		background-size: contain;
	}
	.bf_tel a {
		background: #F5F5F5;
	}
	.bf_tel a::before {
		background: url("images/icon_smartphone.svg") center no-repeat;
		width: 22px;
		height: 22px;
		background-size: contain;
		filter: brightness(0) saturate(100%) invert(46%) sepia(21%) saturate(0%) hue-rotate(190deg) brightness(87%) contrast(87%);
	}
}
@media screen and (max-width: 480px) {
	#btn_fixed ul li a {
		font-size: 1.2rem;
	}
}


/* ==============================================

	f_btnArea

================================================= */
.f_btnArea {
	background: #ecf0e9;
	padding: 70px 5%;
}
.f_btnArea ul {
	max-width: 820px;
	display: flex;
	flex-flow: row wrap;
	gap: 20px;
	margin: 0 auto;
}
.f_btnArea ul li {
	width: calc((100% - 20px) / 2);
}
.f_btnArea ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 70px;
	background: #fff;
	border: 1px solid #bbbbbb;
	text-align: center;
	line-height: 146%;
	font-weight: 500;
	position: relative;
	color: #222222;
}
.f_btnArea ul li a::after {
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	border-top: solid 1px #9b9b9b;
	border-right: solid 1px	 #9b9b9b;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	margin: auto;
}
.f_btnArea ul li a div {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
}
.f_btnArea ul li a div img {
	height: 51px;
}
.f_btnArea a:hover {
	color: #26321b;
	border: 1px solid #26321b;
}
.f_btnArea ul li a:hover::after {
	border-top: solid 1px #26321b;
	border-right: solid 1px	 #26321b;
}
@media screen and (max-width: 768px) {
	.f_btnArea ul li a {
		font-size: 1.4rem;
	}
	.f_btnArea ul li a div img {
		height: 45px;
	}
}
@media screen and (max-width: 640px) {
	.f_btnArea ul {
		flex-flow: column;
	}
	.f_btnArea ul li {
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.f_btnArea {
		padding: 40px 5%;
	}
	.f_btnArea ul {
		gap: 15px;
	}
	.f_btnArea ul li a {
		font-size: 1.3rem;
		line-height: 135%;
		height: 64px;
	}
}


/* ==============================================

	footer

================================================= */
footer {
	position: relative;
	z-index: 2;
	padding: 50px 5% 20px;
	background: #26321B;
	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 div {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.f_logo a img {
	width: 160px;
	height: auto;
	margin-bottom: 16px;
}
.f_logo div figure {
	width: 80px;
	height: 80px;
	border-radius: 50vh;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px;
}
.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: 710px;
	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;
	margin-bottom: 30px;
	flex-flow: row wrap;
	gap: 10px 8px;
}
.f_memberLink a {
	font-size: 1.2rem;
	letter-spacing: 0.1em;
}
.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;
}


/*---------------------------------------------
	f_bnr
---------------------------------------------*/
.f_bnr {
	margin: 30px auto 0;
}
.f_bnr ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 25px;
}
.f_bnr ul Li:last-child img {
	height: 70px;
}

/*---------------------------------------------
	btn_hotelsite
---------------------------------------------*/
.btn_hotelsite {
	width: 320px;
}
.btn_hotelsite a {
	width: 100%;
	height: 60px;
	font-size: 1.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	padding: 0 10px;
	color: #252525!important;
	gap: 10px;
	position: relative;
	word-break: keep-all;
	text-align: center;
	line-height: 133%;
	box-sizing: border-box;
	border: 1px solid #fff;
	font-weight: 500;
}
.btn_hotelsite a img {
	width: 91px;
}
.btn_hotelsite a:hover {
	background: #ECF0E9;
	opacity: 1!important;
}
.remodal .btn_hotelsite a:hover {
	border: 1px solid #fff;
}
@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);
	}
	.footerArea {
		gap: 0 5%;
	}
	.btn_hotelsite {
		width: auto;
	}
	.f_bnr ul {
		gap: 15px;
	}
}
@media screen and (max-width: 896px) {
	.btn_hotelsite a img {
		zoom: 0.9;
	}
}
@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 a img {
		width: 110px;
	}
	.f_logo div figure {
		width: 60px;
		height: 60px;
	}
	.f_logo p,
	.f_address,
	.f_tel p,
	.f_tel dl {
		font-size: 1.2rem;
	}
	.btn_hotelsite a {
		font-size: 1.1rem;
		height: 56px;
		gap: 0;
	}
}


/* ==============================================

	copyright

================================================= */
#copyright{
	text-align: center;
	font-family: 'EB Garamond', serif;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	padding: 60px 0 0;
	background: #26321B;
}

@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;
	}
}


