@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:wght@400;600;700&display=swap');

/* リセット
---------------------------------------------------------- */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, table, th, td, button, a, span {
	margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
ol ,
ul {
	list-style: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
address {
	font-style: normal;
}

/* レイアウト
----------------------------------------*/
html {
	font-size: 1rem;
	font-size: 10px;
	height: 100%;
}
body {
	color: #332E00;
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
	background: var(--white-color);
	font-size: 1.4rem;
	line-height: 1.5;
	height: 100%;
	-webkit-text-size-adjust: 100%;
}
body.modal {
	width: 100%;
	height: 100%;
	position: fixed;
	overflow-y: scroll;
}
img {
	image-rendering: -webkit-optimize-contrast;
	display: block;
}

a {
	text-decoration: none;
	color: var(--dark-color);
	transition: opacity .3s;
}
table,
tbody,
thead,
tr,
th,
td {
	position: static;
}
.wrapper {
	overflow: hidden;
}
main {
	padding-top: 10rem;
}
@media (hover: hover) {
	a:hover {
		opacity: .6;
	}
}
@media only screen and (max-width: 1350px) {
	html {
		font-size: .7407vw;
	}
}
@media only screen and (min-width: 769px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}
@media only screen and (max-width: 768px) {
	main {
		padding-top: 7rem;
	}
	.wrapper {
		overflow: hidden;
	}
	img {
		width: 100%;
	}
	html {
		font-size: 2.6667vw;
	}
	body.open {
		width: 100%;
		height: 100%;
		position: fixed;
		overflow-y: scroll;
	}
}

/*font
----------------------------------------*/
.en {
	font-family: "Crimson Text", serif;
}
.gothic {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
/*text
----------------------------------------*/
.vertical {
	text-orientation: upright;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	white-space: nowrap;
}
.s1 {
	font-size: 2.8rem;
    line-height: 2.195;
    margin-top: 10rem;
}
.s2 {
    margin-top: 20rem;
}
.s3 {
    margin-top: 23rem;
}
.s4 {
    margin-top: 19rem;
}
@media only screen and (max-width: 768px) {
	.s1 {
		font-size: 2.3rem;
		margin-top: 8rem;
	}
	.s2 {
		margin-top: 16rem;
	}
	.s3 {
		margin-top: 19rem;
	}
	.s4 {
		margin-top: 15rem;
	}
}
/* color
----------------------------------------*/
:root {
    --main-color: #4c5933;
	--sub-color: #7e8b62;
	--dark-color: #000b00;
	--darkgreen-color: #4a4500;
	--blue-color: #005c7e;
	--gray-color: #8c8c8c;
	--white-color: #FFFDF8;
	--lightgreen-color: #eaf6cf;
	--purple-color: #be6e86;
}

/* img
----------------------------------------*/
img {
	max-width: 100%;
	height: auto;
}

/*表示
----------------------------------------*/
@media only screen and (min-width: 769px) {
	.sp {
		display: none !important;
	}
}

@media only screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}
}
/*カタカナ
----------------------------------------*/
.katakana {
	font-feature-settings: 'palt' on;
}

/*animation
----------------------------------------*/
.float-up {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1.5s ease-out, transform 1.5s ease-out;
}

.float-up.visible {
    opacity: 1;
    transform: translateY(0);
}

.ripple-effect {
    opacity: 0;
    transform: scale(0.5); /* 小さくしてスタート */
    transition: opacity 1.9s ease-out, transform 1.9s ease-out;
}
.ripple-effect.visible {
    opacity: 1;
    transform: scale(1);
}

/* 水紋エフェクト */
@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 40px 40px rgba(255, 255, 255, 0);
    }
}

/*header
----------------------------------------*/
.header {
	background: var(--main-color);
	padding: 1.2rem 2rem 1.4rem;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 10rem;
	z-index: 2000;
}
@keyframes header {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(0);
	}
}
.header_logo {
	position: absolute;
	width: 27rem;
	margin: 1.6rem 0 0 2.8rem;
	z-index: 2;
}
.header.fixed .header_logo {
	margin: 2.9rem 0 0 2.8rem;
}
.header_logo img {
	width: 100%;
	height: auto;
}
.header_link {
	position: absolute;
	top: 2.3rem;
	right: 0;
	left: 0;
	max-width: 80rem;
	/*padding: 0 2rem;*/
	margin: 0  24.9rem 0 auto;
	display: flex;
	justify-content: flex-end;
	color: var(--dark-color);
	font-size: 1.2rem;
	letter-spacing: .05em;
}
.header_link .wovn-lang-list,
.header_link_list {
	display: flex;
	margin-top: -.2rem;
	font-weight: 500;
}
.header_link .wovn-lang-list li,
.header_link_list li {
	transition: opacity .3s;
	cursor: pointer;
}
.header_link .wovn-lang-list li + li,
.header_link_list li + li {
	margin-left: 2.3rem;
}
.header_link .wovn-lang-list li + li::before,
.header_link_list li + li::before {
	content: '';
	display: block;
	width: .1rem;
	height: 1.1rem;
	background: var(--white-color);
	position: absolute;
	left: -1.2rem;
	top: .2rem;
	bottom: 0;
	margin: auto 0;
}
/*.okashi .header_link .wovn-lang-list li + li::before,
.wedding .header_link .wovn-lang-list li + li::before,
.wedding .header_link_list li + li::before {
	background: #333;
}*/
.header_link_list {
	margin-left: 2.5rem;
}
.header_link_instagram {
	line-height: 1;
	margin: 0 0 0 2.7rem;
}
.header_link_instagram span {
	display: none;
	font-size: 1.2rem;
	letter-spacing: .05em;
}
.fixed .header_link_instagram span {
	display: inline;
	margin-left: 1rem;
}
.header_link_instagram img {
	display: inline;
	filter: brightness(.5) grayscale(1);
	vertical-align: -.2rem;
}
.header_sns {
	margin-left: 3rem;
}
.header_sns a {
	color: var(--white-color);
}
.header_sns button {
	appearance: none;
	border-radius: 0;
	padding: 0;
	border: 0;
	background: none;
	display: inline;
	line-height: inherit;
	font-family: inherit;
	letter-spacing: inherit;
	color: inherit;
	transition: opacity .3s;
	cursor: pointer;
}
.header_sns button.instagram::before {
	content: '';
	display: inline-block;
	width: 1.6rem;
    height: 1.6rem;
    margin-right: .5rem;
    vertical-align: -0.4rem;
	mask-image: url(images/Instagram_30.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    background-color: var(--white-color);
}
.header_sns_sub {
	opacity: 0;
	pointer-events: none;
	transition: opacity .5s;
	position: absolute;
	left: 0;
	top: 100%;
	padding-top: 1.8rem;
	z-index: 100;
}
.header_sns_sub ul {
	/*background: #EFEFEC;*/
	color: var(--white-color);
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: .05em;
	white-space: nowrap;
	padding: 2.7rem 0 3.8rem 2.8rem;
}
.header_sns_sub ul li {
	border-bottom: 1px solid #c0cee6;
}
.header_sns_sub ul a {
	display: block;
	color: var(--white-color);
	padding: 1.1rem 4rem .7rem 2rem;
}
.header_sns_sub ul a::before {
	content: '';
	display: inline-block;
	width: 1.2291rem;
	height: 1.2288rem;
	background: url(../../img/common/icon_instagram.svg) no-repeat left top / 100% auto;
	position: absolute;
	left: 0;
	top: 1.3rem;
}
@media (hover:hover) {
	.header_link .wovn-lang-list li:hover,
	.header_sns button:hover {
		opacity: .6;
	}
	.header_sns:hover .header_sns_sub {
		opacity: 1;
		pointer-events: all;
	}
}
@media only screen and (min-width: 769px) {
	.header.fixed {
		padding: 0 0 2.4rem;
		position: fixed;
		height: 10rem;
		transform: translateY(-100%);
		animation-fill-mode: forwards;
		animation-duration: .5s;
		animation-name: header;
	}
	/*.header.fixed .header_logo {
		display: none;
	}*/
	.fixed .header_link {
		top: 2.7rem;
		padding: 0;
		z-index: 2;
	}
	.fixed .header_sns_sub {
		padding-top: 1rem;
	}
	@media only screen and (max-width: 1366px) {
		.fixed .header_link {
			max-width: 94.5%;
			margin: 0 0 0 auto;
			padding: 0 17.7rem 0 2rem;
		}
		.fixed .header_sns {
			margin-right: calc(11.1111% - 7.8rem);
		}
		/*.wedding .fixed .header_link_instagram {
			margin-right: calc(11.1111% - 7.5rem);
		}*/
		.header_sns_sub {
			left: auto;
			right: -2rem;
		}
	}
}
@media only screen and (max-width: 768px) {
	.header {
		position: fixed;
		padding: 0;
		display: flex;
		align-items: center;
		height: 7rem;
	}
	.header_logo,
	.header.fixed .header_logo {
		width: 15rem;
		margin: 0 0 0 2.3rem;
	}
	.header_link {
		position: relative;
		top: auto;
		right: auto;
		left: auto;
		margin: 0 2.2rem 0 auto;
		padding: 0;
		font-size: 1.1rem;
	}
	.header_link .wovn-lang-list {
		margin-top: .2rem;
	}
	.header_link .wovn-lang-list li + li {
		margin-left: 2.2rem;
	}
	.header_link .wovn-lang-list li + li::before {
		height: 1rem;
		left: -1.1rem;
	}
	.header_sns {
		display: none;
	}
	.header_btn {
		appearance: none;
		border-radius: 0;
		border: 0;
		background: var(--blue-color);
		width: 7rem;
		height: 7rem;
	}
	.header_btn::before,
	.header_btn::after {
		content: '';
	}
	.header_btn::before,
	.header_btn::after,
	.header_btn span {
		display: block;
		width: 2.1rem;
		height: .1rem;
		background: var(--white-color);
		position: absolute;
		top: 1.9rem;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.header_btn span {
		top: 2.6rem;
	}
	.header_btn::after {
		top: 3.3rem;
	}
	.header_btn span::before {
		content: 'Open';
		font-size: 1rem;
		letter-spacing: .05em;
		color: var(--white-color);
		display: block;
		margin: 1.4rem -1rem 0;
	}
	.header_btn.close span::before {
		content: 'Close';
	}
	.header_reserve {
		appearance: none;
		border-radius: 0;
		border: 0;
		background: var(--white-color);
		color: var(--dark-color);
		font-size: 1.1rem;
		letter-spacing: .05em;
		width: 7rem;
		height: 7rem;
		font-family: inherit;
		padding-top: .8rem;
	}
	/*.okashi .header_reserve {
		background: #CB9D99;
	}
	.wedding .header_reserve {
		background: #189A6F;
	}*/
	.header_reserve span {
		display: block;
		font-size: 1rem;
		letter-spacing: .05em;
		line-height: 1.1;
	}
}

/*gnav
----------------------------------------*/
.gnav_main {
	max-width: 80rem;
    margin: 4.4rem 18.3rem 2.6rem auto;
	display: flex;
	justify-content: space-between;
	color: var(--white-color);
	font-size: 1.2rem;
	letter-spacing: .05em;
	font-weight: 500;
	position: static;
}
.gnav_main li.gnav_main_a a {
	color: var(--white-color);
}
/*.gnav_contact_inner li a {
	color: inherit;
}*/
/*.gnav_main > li button {
	appearance: none;
	border-radius: 0;
	font-family: inherit;
	color: inherit;
	background: none;
	border: 0;
	font-weight: inherit;
	color: #EFCE81;
	text-decoration: underline;
	padding: 0;
	letter-spacing: inherit;
	line-height: inherit;
	cursor: pointer;
}*/
.gnav_main > li button {
    width: 18.3rem;
    background: var(--white-color);
	border: 0;
	color: var(--main-color);
	text-align: center;
	text-decoration: none;
	position: absolute;
	top: -5.6rem;
	right: -1.98rem;
	height: 10rem;
}
/*.gnav_main > li button span {
	display: none;
}*/
.gnav_sub {
	display: none;
	transition: opacity .5s;
	position: absolute;
	left: -2.5rem;
	top: 100%;
	padding-top: 2.4rem;
}
.gnav_sub ul {
	background: var(--main-color);
	color: var(--white-color);
	font-size: 1.3rem;
	letter-spacing: .05em;
	white-space: nowrap;
	padding: 2rem 0 3rem 3rem;
}
/*.gnav_sub ul li {
	border-bottom: 1px solid #c0cee6;
}*/
.gnav_sub ul a {
	display: block;
	padding: 1.9rem 3.5rem 1.4rem 0;
}
.gnav_contact {
	position: static;
}
.gnav_contact_sub {
	display: none;
	position: absolute;
	top: 100%;
	left: -2rem;
	right: -2rem;
	padding-top: 2.6rem;
	opacity: 0;
	transform: translateY(-10px); /* 少し上に配置 */
	transition: opacity 0.4s ease, transform 0.4s ease;
}
.gnav_contact_sub.active {
	display: block;
	opacity: 1;
	transform: translateY(0); /* 元の位置に移動 */
}
.gnav_contact_inner {
	background: var(--white-color);
	padding: 3.4rem 2rem 7.3rem;
}
.gnav_contact_sub ul {
	max-width: 120rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.gnav_contact_sub ul li {
	/*width: 23.25%;*/
	width: 29.3%;
}
.gnav_contact_sub ul li + li {
	margin-left: 2.4rem;
}
.gnav_contact_sub ul li h2 {
	font-size: 1.3rem;
	letter-spacing: .05em;
	font-weight: 500;
	border-bottom: 1px solid var(--white-color);
	padding-bottom: 1rem;
	margin-bottom: 2rem;
}
.gnav_contact_ttl {
	color: #001B33;
	font-size: 1.2rem;
	letter-spacing: .05em;
	margin-bottom: .4rem;
}
.gnav_contact_tel {
	font-size: 2rem;
	letter-spacing: .05em;
	margin-left: .3rem;
}
.gnav_contact_btn {
	margin-top: 1.3rem;
}
/*.gnav_contact_sub li:last-child .gnav_contact_btn {
	margin-top: 2rem;
}*/
.gnav_contact_btn a + a {
	margin-top: .8rem;
}
@media (hover:hover) {
	.gnav_sub,
	.gnav_contact_sub {
		opacity: 0;
		pointer-events: none;
		display: block !important;
	}
	.gnav_main > li:hover .gnav_sub,
	.gnav_main > li:hover .gnav_contact_sub {
		opacity: 1;
		pointer-events: all;
	}
}

@media only screen and (min-width: 769px) {
	.gnav {
		display: block !important;
	}
	.gnav_sub {
		min-width: 24.5rem;
	}
	.gnav_sub li a {
		color: var(--main-color);
	}
	.gnav_contact_tel a {
		color: var(--white-color);
	}
	.fixed .gnav_main {
		margin: 0 18.3rem 0 auto;
		padding: 5.5rem 2rem 2rem 0;
	}
	/*.gnav_contact_inner li:last-child {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}*/
	.gnav_contact_inner {
		background: var(--sub-color);
		color: var(--white-color);
		box-sizing: border-box;
	}
	.gnav_contact_inner li:last-child .gnav_contact_tel {
		margin: 0 0 auto;
	}
	.fixed .gnav_main > li button {
		width: 18.3rem;
		background: var(--white-color);
		color: var(--main-color);
		text-align: center;
		text-decoration: none;
		position: absolute;
		top: 0;
		right: 0;
		height: 10rem;
	}
	.header:not(.fixed) .gnav_main .fixed_show {
		display: none;
	}
	.fixed .gnav_main .fixed_hide {
		display: none;
	}
	.fixed .gnav_main > li button span {
		display: block;
		margin-bottom: .1rem;
	}
	.fixed .gnav_sub {
		min-width: 24.5rem;
		padding-top: 2.7rem;
	}
	.fixed .gnav_contact_sub {
		padding-top: .7rem;
	}
	@media only screen and (max-width: 1366px) {
		.fixed .gnav_main {
			max-width: 94.5%;
			margin: 0 0 0 auto;
			padding: 5.5rem 17.7rem 0 2rem;
		}
	}
}
@media only screen and (max-width: 768px) {
	.gnav {
		position: fixed;
		top: 7rem;
		left: 0;
		right: 0;
		height: calc(100% - 7rem);
		overflow: auto;
		padding: 2.2rem 2rem 5.7rem;
		background: var(--white-color);
		display: none;
	}
	.gnav_main {
		margin: 0;
		display: block;
		color: var(--dark-color);
		font-size: 1.3rem;
		position: relative;
	}
	.gnav_main > li {
		background-color: var(--white-color)efd;
		border-bottom: .1rem solid var(--main-color);
        /*border: .1rem solid var(--main-color);*/
	}
	.gnav_main li.gnav_main_a a {
		color: var(--dark-color);
	}
	.gnav_main > li > a {
		display: block;
		padding: 1.8rem 2rem;
	}
	.gnav_main > li > a.gnav_parent::before,
	.gnav_main > li > a.gnav_parent::after {
		content: '';
		display: block;
		width: 1rem;
		height: .1rem;
		background: var(--main-color);
		position: absolute;
		bottom: 2.9rem;
        right: 1.1rem;
	}
	/*.gnav_main > li > a.gnav_parent::after {
		transform: rotate(90deg)
	}
	.gnav_main > li > a.gnav_parent::after {
		display: none;
	}*/
	.gnav_main > li.sp_uline a::after {
		bottom: 1.5rem;
	}
	.gnav_main > li > a.gnav_parent::after {
		transform: rotate(90deg);
	}
	.gnav_main > li > a.gnav_parent.open::after {
		display: none;
		/*transform: rotate(-90deg);*/
	}
	.gnav_main > li.sp_uline {
		border: 0;
		border-bottom: .1rem solid var(--main-color);
	}
	.gnav_main > li.sp_uline a {
		padding: 1.7rem 2rem 1.3rem;
	}
	.gnav_main > li + li {
		margin-top: .9rem;
	}
	.gnav_main > li.sp_uline + li.sp_uline {
		margin-top: 0;
	}
	.gnav_sns {
		display: flex;
		flex-wrap: wrap;
		margin-top: 1.5rem;
	}
	.gnav_sns::before {
		content: '';
		display: block;
		width: .1rem;
		background: #D3D3C9;
		position: absolute;
		left: 50%;
		top: 0;
		bottom: 0;
	}
	.gnav_sns li {
		width: 50%;
		border-bottom: .1rem solid #D3D3C9;
		margin-bottom: .3rem;
	}
	.gnav_sns li:nth-last-child(2),
	.gnav_sns li:last-child {
		border-bottom: 0;
	}
	.gnav_sns li a {
		display: block;
		color: #767A25;
		font-size: 1.2rem;
		letter-spacing: .05em;
		font-weight: 500;
		padding: .5rem 1rem 1.1rem 4rem;
	}
	.gnav_sns li.en a {
		font-weight: 400;
		padding: .8rem 1rem .8rem 4rem;
	}
	.gnav_sns a::before {
		content: '';
		display: inline-block;
		width: 1.2291rem;
		height: 1.2288rem;
		background: url(../../img/common/icon_instagram.svg) no-repeat left top / 100% auto;
		position: absolute;
		left: 2rem;
		top: 1rem;
	}
	.gnav_sub {
		opacity: 1;
		pointer-events: all;
		position: relative;
		left: auto;
		top: auto;
		padding-top: 0;
		display: none;
	}
	.gnav_sub ul {
		background: var(--white-color);
		padding: 0 2rem 3rem;
	}
	.gnav_sub ul li + li {
		margin-top: 1rem;
	}
	.gnav_sub ul a {
		color: var(--dark-color);
		padding: .6rem 3.5rem 1rem 0;
	}
	.gnav.reserve .gnav_main > li:not(.gnav_contact),
	.gnav.reserve .gnav_sns {
		display: none;
	}
	.gnav_main > li button {
		display: none;
	}
	.gnav_contact {
		display: none !important;
		border: 0 !important;
	}
	.gnav.reserve .gnav_contact {
		display: block !important;
	}
	.gnav_contact_sub {
		display: block !important;
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		padding-top: 0;
		opacity: 1;
		pointer-events: all;
	}
	.gnav_contact_inner {
		padding: .9rem 2rem 1.9rem;
	}
	/*.wedding .gnav_contact_inner {
		padding: 1.2rem 0 0;
		background: none;
	}*/
	.gnav_contact_sub ul {
		display: block;
	}
	.gnav_contact_sub ul li {
		width: auto;
	}
	.gnav_contact_sub ul li + li {
		margin-top: 3rem;
		margin-left: 0;
	}
	.gnav_contact_sub ul li h2 {
		color: color: var(--dark-color);
		border-bottom: 1px solid var(--dark-color);
		padding-bottom: 1.3rem;
		margin-bottom: 1.5rem;
	}
	.gnav_contact_tel {
		margin-bottom: .9rem;
	}
	.gnav_main li p.gnav_contact_tel a {
		color: var(--dark-color);
		margin-bottom: .9rem;
	}
	.gnav_contact_btn a {
		padding-top: 1.35rem;
		padding-bottom: 1.35rem;
	}
}

/*btn
----------------------------------------*/
.btn_main,
.btn_blue,
.btn_purple,
.btn_gold,
.btn_white,
.btn_white_main,
.btn_gray,
.btn_border,
.btn_border_g,
.btn_border_main,
.btn_border_gold {
	appearance: none;
	font-family: inherit;
	border: 0;
	min-width: 27.9rem;
	max-width: 100%;
	display: block;
	background: var(--main-color);
	border: .1rem solid var(--main-color);
	color: var(--white-color);
	text-align: center;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: .05em;
	padding: 1.2rem 2rem 1.3rem;
	cursor: pointer;
	line-height: inherit;
	transition: background .3s, color .3s;
}
.btn_main {
	background: var(--sub-color);
	border-color: var(--sub-color);
}
.btn_blue {
	background: var(--blue-color);
	border-color: var(--blue-color);
}
.btn_purple {
	background: var(--purple-color);
	border-color: var(--purple-color);
}
.btn_gold {
	background: #ce9c3c;
	border-color: #ce9c3c;
}
.btn_white {
	background: var(--white-color);
	border-color: var(--white-color);
	color: var(--dark-color);
}
.btn_white_main {
	background: var(--white-color);
	border-color: var(--white-color);
	color: var(--main-color);
}
.btn_gray {
	background: #3e3e3d;
	border-color: #3e3e3d;
	color: var(--white-color);
}
.btn_border_main {
	background: var(--white-color);
	border: .1rem solid var(--main-color);
	color: var(--main-color);
}
.btn_border_gold {
	background: var(--white-color);
	border: .1rem solid #ce9c3c;
	color: var(--main-color);
}
.btn_border_g {
	background: none;
	border: .1rem solid #A7A7A7;
	color: #A7A7A7;
}
.btn_border.en {
	font-size: 1.3rem;
	letter-spacing: .05em;
	font-weight: 400;
	padding: 1.2rem 2rem 1.1rem;
}
/*.btn_main::before,
.btn_blue::before,
.btn_gold::before,
.btn_white::before,
.btn_gray::before,
.btn_border::before,
.btn_border_l::before {
	content: '';
	display: block;
	width: 1.6rem;
	height: 1.6rem;
	border-radius: 50%;
	position: absolute;
	top: .1rem;
	bottom: 0;
	right: 1.4rem;
	background: var(--white-color);
	margin: auto 0;
	transition: background .3s;
}*/
.btn_main::after,
.btn_blue::after,
.btn_purple::after,
.btn_gold::after,
.btn_white::after,
.btn_white_main::after,
.btn_border::after,
.btn_border_l::after,
.btn_border_main::after,
.btn_border_gold::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-top: 0.5rem solid transparent;
    border-left: 0.5rem solid var(--white-color);
    border-bottom: 0.5rem solid transparent;
	/*transform: rotate(45deg) scale(.7);*/
	position: absolute;
	top: .1rem;
	bottom: 0;
	right: 1.5rem;
	margin: auto 0;
	transition: border-color .3s;
}
.btn_border_g::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-top: 0.5rem solid transparent;
    border-right: 0.5rem solid #A7A7A7;
    border-bottom: 0.5rem solid transparent;
	/*transform: rotate(45deg) scale(.7);*/
	position: absolute;
	top: .1rem;
	bottom: 0;
	left: 1.5rem;
	margin: auto 0;
	transition: border-color .3s;
}
.btn_border_main::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-top: 0.5rem solid transparent;
    border-left: 0.5rem solid var(--main-color);
    border-bottom: 0.5rem solid transparent;
	/*transform: rotate(45deg) scale(.7);*/
	position: absolute;
	top: .1rem;
	bottom: 0;
	right: 1.5rem;
	margin: auto 0;
	transition: border-color .3s;
}
.btn_border_gold::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-top: 0.5rem solid transparent;
    border-left: 0.5rem solid #ce9c3c;
    border-bottom: 0.5rem solid transparent;
	/*transform: rotate(45deg) scale(.7);*/
	position: absolute;
	top: .1rem;
	bottom: 0;
	right: 1.5rem;
	margin: auto 0;
	transition: border-color .3s;
}
/*.btn_green_l::after {
	border-top-color: #189A6F;
	border-right-color: #189A6F;
}*/
.btn_white::before,
.btn_white_main::before,
.btn_border::before {
	background: var(--main-color);
}
.btn_border_l::before {
	background: #189A6F;
}
.btn_white::after,
.btn_border::after,
.btn_border_l::after {
	border-left-color: var(--gray-color);
}
.btn_white_main::after {
	border-left-color: var(--sub-color);
}
.btn_yellow.no_arrow::after,
.btn_green.no_arrow::after,
.btn_green_l.no_arrow::after,
.btn_white.no_arrow::after,
.btn_border.no_arrow::after,
.btn_border_l.no_arrow::after,
.btn_pink.no_arrow::after,
.btn_yellow.no_arrow::before,
.btn_green.no_arrow::before,
.btn_green_l.no_arrow::before,
.btn_white.no_arrow::before,
.btn_border.no_arrow::before,
.btn_border_l.no_arrow::before,
.btn_pink.no_arrow::before {
	display: none;
}
@media (hover:hover) {
	.btn_gold:hover {
		background: none;
		color: #ce9c3c;
		opacity: 1;
	}
	.btn_gold:hover::after {
		border-left: 0.5rem solid #ce9c3c;
	}
	.btn_main:hover {
		background: none;
		color: var(--sub-color);
		opacity: 1;
	}
	.btn_main:hover::after {
		border-left: 0.5rem solid var(--sub-color);
	}
	.btn_blue:hover {
		background: none;
		color: var(--blue-color);
		opacity: 1;
	}
	.btn_blue:hover::after {
		border-left: 0.5rem solid var(--blue-color);
	}
	.btn_purple:hover {
		background: none;
		color: var(--purple-color);
		opacity: 1;
	}
	.btn_purple:hover::after {
		border-left: 0.5rem solid var(--purple-color);
	}
	.btn_border_main:hover {
		background: var(--main-color);
		color: var(--white-color);
		opacity: 1;
	}
	.btn_border_main:hover::after {
		border-left: 0.5rem solid var(--white-color);
	}
	.btn_border_gold:hover {
		background: #ce9c3c;
		color: var(--white-color);
		opacity: 1;
	}
	.btn_border_gold:hover::after {
		border-left: 0.5rem solid var(--white-color);
	}
	.btn_green:hover::before {
		background: var(--main-color);
	}
	.btn_green_l:hover {
		background: none;
		color: #189A6F;
		opacity: 1;
	}
	.btn_green_l:hover::before {
		background: #189A6F;
	}
	.btn_pink:hover {
		background: none;
		color: #CB9D99;
		opacity: 1;
	}
	.btn_pink:hover::before {
		background: #CB9D99;
	}
	.btn_yellow:hover::after,
	.btn_green:hover::after,
	.btn_green_l:hover::after,
	.btn_pink:hover::after {
		border-color: var(--white-color);
	}
	.btn_white:hover,
	.btn_white_main:hover {
		background: none;
		color: var(--white-color);
		opacity: 1;
	}
	.btn_white:hover::before,
	.btn_white_main:hover::before {
		background: var(--white-color);
	}
	.btn_white:hover::after,
	.btn_white_main:hover::after {
		border-left-color: var(--white-color);
	}
	.btn_border_g:hover {
		background: #A7A7A7;
		color: var(--white-color);
		opacity: 1;
	}
	.btn_border_g:hover::after {
		border-right: 0.5rem solid var(--white-color);
	}
	.btn_border:hover::before {
		background: var(--white-color);
	}
	.btn_border:hover::after {
		border-color: #767A25;
	}
	.btn_border_l:hover {
		background: #189A6F;
		color: var(--white-color);
		opacity: 1;
	}
	.btn_border_l:hover::before {
		background: var(--white-color);
	}
	.btn_border_l:hover::after {
		border-color: #189A6F;
	}
}
@media only screen and (max-width: 768px) {
	.btn_yellow,
	.btn_green,
	.btn_green_l,
	.btn_white,
	.btn_border,
	.btn_border_l,
	.btn_pink {
		padding: 1.4rem 2rem 1.5rem;
	}
	.btn_yellow::after,
	.btn_green::after,
	.btn_green_l::after,
	.btn_white::after,
	.btn_border::after,
	.btn_border_l::after,
	.btn_pink::after {
		top: .14rem;
	}
}

/*top-concept
----------------------------------------*/
.top-concept {
	display: block;
	padding: 0 2rem 2rem;
    margin: -1.5rem auto 0;
    background: url(images/back_top.svg) no-repeat top 9.2rem center;
    background-size: 100%;
}
.top-concept h2 {
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 1.72;
	letter-spacing: .1em;
	color: var(---white-olor);
	margin: 0 37% 3.3rem auto;
}
.top-concept h2 span.en {
	display: block;
	font-size: 1.3rem;
	letter-spacing: .1em;
	color: var(--main-color);
	margin-bottom: 1rem;
}
.top-concept h2 span.en::first-letter {
	color: var(--white-color);
}
.top-concept .pic1 {
	font-size: 3.4rem;
    font-weight: 100;
    letter-spacing: 1.15rem;
    color: rgb(126 139 98 / .6);
    margin-top: 5.6rem;
    line-height: 3.72;
}
.top-concept .pic2 {
    font-size: 2.8rem;
    color: rgb(51 46 0 / .7);
    margin-top: 21rem;
    line-height: 2.4;
}
.top-concept .pic3 {
	font-size: 2.6rem;
    color: rgb(51 46 0 / .7);
    margin-top: 33.4rem;
    /*line-height: 5.4;*/
}
.concept_direction {
	width: 100rem;
	margin: 0 auto;
}
.top-concept p {
	font-size: 1.3rem;
	font-weight: 500;
	text-align: center;
	letter-spacing: .05em;
	line-height: 2.3077;
}
.concept_btn {
	width: 28.4rem;
	margin: 5.3rem auto 0;
}
@media only screen and (max-width: 768px) {
	.top-concept {
		padding: 0 2rem 7rem;
		margin: -1.7rem auto 0;
        background: url(images/back_top_sp.svg) no-repeat top 7rem center;
        background-size: 100%;
	}
	.top-concept h2 {
		font-size: 2rem;
		line-height: 1.45;
		margin: 0 10% 2.8rem auto;
	}
	.top-concept h2 span {
		margin-bottom: .8rem;
	}
	.top-concept .pic1 {
		font-size: 3.1rem;
        letter-spacing: 1.08rem;
        margin-top: 5.6rem;
        line-height: 3.5;
	}
	.top-concept .pic2 {
		font-size: 2.3rem;
        margin-top: 19.8rem;
        line-height: 1.6;
	}
	.top-concept .pic3 {
		font-size: 2.2rem;
        margin-top: 30rem;
        line-height: 2.5;
	}
	.concept_direction {
		width: 100%;
	}
	.top-concept p {
		text-align: left;
		line-height: 1.6;
	}
	.concept_btn {
		width: 29.5rem;
		margin: 2.2rem auto 0;
	}
}

/*index_menu
----------------------------------------*/
.index_menu {
	text-align: center;
	padding: 9.4rem 0 8.1rem;
}
.linetop {
	border-top: .1rem solid rgba(51,46,0, 0.2);
}
section.index_menu .once_pic {
	display: block;
    font-size: 1.3rem;
    letter-spacing: .1em;
    color: #ce9c3c;
    margin-bottom: 1rem;
}
.index_menu h2 {
	font-size: 1.3rem;
	letter-spacing: .05em;
	font-weight: 500;
	color: var(--dark-color);
	margin-bottom: 6.5rem;
}
.index_menu h2 span {
	display: block;
	font-size: 3rem;
	letter-spacing: .05em;
	font-weight: 400;
	line-height: 1.1;
}
.index_menu_main {
	max-width: 100rem;
	margin: 0 auto 4rem;
}
.index_menu_main h3 {
	width: 12.84rem;
	margin: 0 auto;
	z-index: 1100;
}
.index_menu h4 {
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.9545;
	letter-spacing: .1em;
	margin-bottom: 3.1rem;
}
.index_menu p {
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 2.3077;
}
.index_menu_btn {
	display: flex;
	justify-content: center;
	margin-top: 4.7rem;
}
.index_menu_btn a {
	width: 28.4rem;
	margin: 0 .5rem;
}
@media only screen and (max-width: 768px) {
	.index_menu {
		padding: 7.8rem 0 .5rem;
	}
	.index_menu + .index_menu,
	.index_fair + .index_menu {
		border-top: 0;
	}
	.index_fair + .index_menu {
		padding-top: 0;
	}
	.index_menu + .index_menu::before,
	.index_fair + .index_menu::before,
	.index_menu + .index_menu::after,
	.index_fair + .index_menu::after {
		display: none;
	}
	.index_menu::before {
		top: -1.9rem;
	}
	.index_menu::after {
		top: 1.3rem;
	}
	.index_menu h2 {
		margin-bottom: 3.6rem;
	}
	.index_menu h2 span {
		font-size: 2.5rem;
	}
	.index_menu_main {
		margin: 0 auto 3.6rem;
	}
	.index_menu_main h3 {
		bottom: 0;
		width: 8rem;
	}
	.index_menu_slider {
		padding-bottom: 0;
	}
	.index_menu_slider::before {
		bottom: 0;
	}
	.index_menu_slider .slick-dots {
		display: none !important;
	}
	.index_menu h4 {
		font-size: 2rem;
		line-height: 1.45;
		margin-bottom: 2.5rem;
	}
	.index_menu p {
		line-height: 1.6;
	}
	.index_menu_btn {
		display: block;
		margin-top: 1.5rem;
	}
	.index_menu_btn a {
		width: 29.5rem;
		margin: 0 auto 7.8rem;
	}
	.index_menu_btn a + a {
		margin-top: .7rem;
	}
	.index_menu_btn .none_a {
		width: 29.5rem;
		margin: 0 auto 7.8rem;
	}
	.contact_inner .index_menu_btn a {
		margin: 2.2rem auto 2rem;
	}
}
/*top-section
----------------------------------------*/
.top-section {
	padding: 9.4rem 0 8.1rem;
	background: url(images/back_img.svg) no-repeat bottom 10rem center;
    background-size: 90%;
}
.top-section .inner_title {
	position: relative;
	margin: 0 auto;
	padding: 3rem 0 8rem;
}
.top-section .inner_title h2 {
	position: absolute;
	top: -5.6rem;
    right: 35%;
	text-align: left;
	font-size: 3.4rem;
    font-weight: 100;
    letter-spacing: 1.15rem;
    color: rgb(126 139 98 / .6);
}
.top-section .inner_title h2 .en {
	display: block;
    font-size: 1.3rem;
    letter-spacing: .1em;
    color: var(--main-color);
    margin-bottom: 1rem;
}
.top-section .inner_title h2 .en::first-letter {
	color: var(--white-color);
}
.top-section .inner_title h2 .pic1 {
	font-size: 3.4rem;
    font-weight: 100;
    letter-spacing: 1.15rem;
    color: rgb(126 139 98 / .6);
    margin-top: 3.9rem;
	line-height: 1.7;
}
.top-section .inner_title h2 .pic2 {
    font-size: 3.2rem;
    margin-top: 22.5rem;
    line-height: 1.4;
}
.top-section .inner_txt {
	max-width: 100rem;
	text-align: left;
	margin: 0 auto 4rem;
}
.linetop {
	border-top: .1rem solid rgba(51,46,0, 0.2);
}
.top-section .index_menu_main {
	max-width: 120rem;
	/*margin: 0 auto 4rem;*/
	margin: 0 auto 4rem;
}
.top-section_btn {
	display: flex;
	width: 100rem;
    margin: 0 auto;
}
#travel .top-section {
	background: url(images/back_img_travel.svg) no-repeat bottom center;
    background-size: 80%;
}
#travel .top-section .inner_title {
	padding: 3rem 0 24rem;
}
#travel .top-section .inner_title h2 .pic1 {
    letter-spacing: .8rem;
}
@media only screen and (max-width: 768px) {
	.top-section {
		padding: 0 0 8.1rem;
		background: url(images/back_img_sp.svg) no-repeat bottom 30rem center;
        background-size: 100%;
	}
	.top-section .inner_title {
		padding: 3rem 0 11rem;
	}
	.top-section .inner_title h2 {
		position: absolute;
		top: -5.6rem;
		right: 30%;
	}
	.top-section .inner_title h2 .pic1 {
		font-size: 3.1rem;
		letter-spacing: 1.08rem;
		margin-top: 4rem;
		line-height: 1.65;
	}
	.top-section .inner_title h2 .pic2 {
		font-size: 3rem;
        margin-top: 21.1rem;
        line-height: 1.6;
	}
	.top-section .inner_txt {
		padding: 0 2rem;
	}
	.top-section h4 {
		line-height: 1.85;
	}
	.top-section .index_menu_main {
		max-width: 100%;
	}
	.top-section .index_menu_btn {
		margin-top: 3rem;
	}
	.top-section_btn {
		display: block;
		width: 100%;
	}
	.top-section .index_menu_btn a {
		margin-bottom: 0;
    }
	#travel .top-section {
		background: url(images/back_img_travel_sp.svg) no-repeat top 16rem center;
		background-size: 100%;
	}
}
/*section-back-img
----------------------------------------*/
/*section.top-stay,
section.top-party,
section.top-travel {
    background: url(images/back_leaf_n2.svg) no-repeat center center;
    background-size: 85%;
}
@media only screen and (max-width: 768px) {
    section.top-stay,
	section.top-party,
	section.top-travel {
        padding: 7.8rem 0 .5rem;
        background: url(images/back_leaf_n2_sp.svg) no-repeat top center;
		background-size: 85%;
    }
}*/
/*main_info
----------------------------------------*/
.main_info h3 {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 500;
	line-height: 1.72;
    letter-spacing: .05em;
	margin-bottom: 3.2rem;
}
.main_info_img {
    max-width: 100rem;
    margin: 0 auto 5.6rem;
}
@media only screen and (max-width: 768px) {
	.main_sub h3 {
		text-align: center;
		font-size: 1.6rem;
		font-weight: 500;
		line-height: 1.72;
		letter-spacing: .05em;
		margin-bottom: 3.2rem;
	}
	.main_thought_img {
		max-width: 100%;
		margin: 0 auto 3.6rem;
	}
}

/*main_sub
----------------------------------------*/
.main_sub {
	padding-bottom: 8.9rem;
}
.main_sub_img {
	margin-bottom: 9.4rem;
}
.main_sub_img figure::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgb(0 0 0 / .14);
	mix-blend-mode: multiply;
}
.main_sub_img figure img {
	width: 100%;
	max-height: calc(100vh - 14.8rem);
	object-fit: cover;
}
.main_sub_img_txt {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -.2rem;
	width: 12.846rem;
	margin: 0 auto;
}
.main_sub_ttl {
	text-align: center;
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: .1em;
	color: var(--main-color);
	margin-bottom: 5.6rem;
}
.main_sub_ttl .en {
	display: block;
	font-size: 3rem;
	font-weight: 400;
	letter-spacing: .05em;
	margin-bottom: .2rem;
}
.main_sub h2 {
	text-align: center;
	font-size: 2.2rem;
	font-weight: 500;
	letter-spacing: .1em;
	line-height: 1.72;
	margin-bottom: 3.2rem;
}
.main_sub h5 {
    text-align: center;
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: .1em;
    color: #ce9c3c;
}
.main_sub p {
	text-align: center;
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 2.3077;
}

@media only screen and (max-width: 768px) {
	.main_sub {
		padding-bottom: 3.9rem;
	}
	.main_sub_img {
		margin-bottom: 6.8rem;
	}
	.main_sub_img_txt {
		bottom: .3rem;
		right: .5rem;
		width: 8rem;
	}
	.main_sub_ttl {
		margin-bottom: 2.5rem;
	}
	.main_sub_ttl .en {
		font-size: 2.5rem;
		margin-bottom: -.2rem;
	}
	.main_sub .main_thought {
        margin: 0 2rem 4rem;
	}
	.main_sub h2 {
		font-size: 2rem;
		line-height: 1.45;
		margin-bottom: 2rem;
	}
	.main_sub p {
		line-height: 1.6;
		text-align: left;
	}
}
/*news
----------------------------------------*/
#news-section {
    background: var(--main-color);
}
#news-section h2{
	color: var(--white-color);
}
#topNewsList {
	width: 100rem;
	height: 13rem;
	padding: 2rem;
	margin: 0 auto;
    background-color: var(--white-color);
	overflow-y: scroll;
	scrollbar-color: #ECF0F7 var(--white-color);
    scrollbar-width: thin;
}
#topNewsList article {
	text-align: left;
    border-bottom: .1rem solid #ECF0F7;
    padding: 0 1.4rem 1.4rem;
    margin-bottom: 1.4rem;
}
@media only screen and (max-width: 768px) {
 #topNewsList {
	 max-width: 29.5rem;
	 height: auto;
    }
	#topNewsList article {
		padding: 0 0 1.4rem;
	}
	#topNewsList article:last-child {
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 0;
	}
}
@media only screen and (min-width: 769px) {
/*================================
Local Navi
================================*/
    .lnav {
		background-color: var(--whitepink-color);
        border-bottom: .1rem solid rgb(51 46 0 / 0.2);
        padding: 0 0 6rem;
    }
    .lnav .choice {
        display: none;
    }
    .lnav .venuelist {
        display: flex;
        justify-content: center;
        gap: 0 .6rem;
        align-items: stretch;
        max-width: 1200px;
        margin: 0 auto;
    }
    .lnav .venuelist li {
        text-align: center;
        width: calc(100% / 6);
    }
    .lnav .venuelist li a {
        display: block;
        text-align: center;
        color: var(--dark-color);
        padding-bottom: 2.6rem;
    }
    .lnav .venuelist li a::before {
        content: '';
        display: block;
        width: 2.3rem;
        height: 2.3rem;
        background: var(--main-color);
        border-radius: .3rem;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto;
    }
    .lnav .venuelist li a::after {
        content: '';
        display: block;
        width: .6rem;
        height: .6rem;
        border-top: .1rem solid var(--white-color);
        border-right: .1rem solid var(--white-color);
        transform: rotate(135deg);
        position: absolute;
        left: 0;
        right: 0;
        bottom: 1rem;
        margin: 0 auto;
    }
    .lnav .venuelist li a figure {
        overflow: hidden;
    }
    .lnav .venuelist li a figure img {
        transition: transform .3s;
    }
    .lnav .venuelist li a:hover figure img {
        transform: scale(1.1);
    }
    
    .lnav .venuelist li p {
        font-weight: 500;
        letter-spacing: .05em;
        font-size: 1.3rem;
        margin: 1.5rem 0;
    }
    
    .lnav .venuelist li span {
        display: block;
    }
}
@media only screen and (max-width: 768px) {
    /*================================
        Venue List
    ================================*/
    .lnav {
        background-color: var(--whitepink-color);
        padding: 0 2rem 4rem;
    }
    .lnav .choice {
        color: var(--dark-color);
        font-size: 1.3rem;
        letter-spacing: 0.05em;
        padding: 1.5rem 0;
        position: relative;
        border-bottom:  .1rem solid rgb(51 46 0 / .2);
        margin-bottom: 3rem
    }
    .lnav .choice::before {
        content: '';
        display: block;
        width: 2rem;
        height: 2rem;
        background: var(--main-color);
        border-radius: .2rem;
        position: absolute;
        right: 0;
        margin: 0 auto;
    }
    .lnav .choice::after {
        content: '';
        display: block;
        width: .4rem;
        height: .4rem;
        border-top: .1rem solid var(--white-color);
        border-right: .1rem solid var(--white-color);
        transform: rotate(135deg);
        position: absolute;
        right: 0.74rem;
        top: 44%;
        margin: 0 auto;
    }

    .lnav .venuelist {
        margin: 0 2rem;
    }
    .lnav .venuelist img {
        display: none;
    }
    .lnav .venuelist li {
        width: 100%;
        border-bottom:  .1rem solid rgb(51 46 0 / 0.2);
        color: #4A521E;
        padding-bottom: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .lnav .venuelist li p {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-right: 7rem;
    }
    .lnav .venuelist li span {
		flex: 1;
        font-size: 1.3rem;
        letter-spacing: .05em;
        display: block;
        min-width: 7.5rem;
    }
	.lnav .venuelist li span.en {
		padding-right: 4rem;
	}
    
    .lnav .venuelist li p::before {
        content: '';
        display: block;
        width: 2rem;
        height: 2rem;
        background: var(--main-color);
        border-radius: .2rem;
        position: absolute;
        right: 0;
        margin: 0 auto;
    }
    .lnav .venuelist li p::after {
        content: '';
        display: block;
        width: .4rem;
        height: .4rem;
        border-top: .1rem solid var(--white-color);
        border-right: .1rem solid var(--white-color);
        transform: rotate(135deg);
        position: absolute;
        right: 0.74rem;
        margin: 0 auto;
    }
}

/*bridalfair_smallarea
----------------------------------------*/
.bridalfair_smallarea {
	text-align: center;
    background: rgb(176 201 210 / .14);
    padding: 7.3rem 2rem 6.9rem;
}
.fairslide_title {
    text-align: center;
    font-size: 2.2rem;
    font-weight: 500;
}
@media screen and (max-width: 768px) {
    .fairslide_title {
        font-size: 1.6rem;
    }
}

/*access　map_area
----------------------------------------*/
section.access_inner {
    max-width: 120rem;
    margin: 0 auto;
    text-align: center;
}
/*google map*/
.access_map iframe {
	height: 60.3rem;
    overflow: hidden;
    margin-bottom: 6.2rem;
}
.access_address h2 {
	text-align: center;
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: .1em;
	margin-bottom: 2.2rem;
}
.access_address h2 .en {
	display: block;
	font-size: 2.5rem;
	font-weight: 400;
	letter-spacing: .05em;
	margin-bottom: .4rem;
}
.access_address p {
	line-height: 2;
	font-size: 1.3rem;
	letter-spacing: .1em;
}
.access_link {
	line-height: 1.5 !important;
	margin-top: 2rem;
}
.access_link a {
	display: inline-block;
	color: var(--sub-color);
	letter-spacing: .05em;
	font-weight: 400;
	border-bottom: .1rem solid var(--sub-color);
	padding-bottom: .2rem;
	font-size: 1.3rem;
}
.access_link a::before {
	content: '';
	display: inline-block;
	width: 1.1211rem;
	height: 1.4948rem;
	mask-image: url(images/map.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    background-color: var(--sub-color);
	vertical-align: -.5rem;
	margin-right: .6rem;
}

@media only screen and (max-width: 768px) {
	section.access_inner {
		padding-bottom: 7.8rem;
	}
	.access_map iframe {
        height: 37.5rem;
        margin-bottom: 4.1rem;
    }
}

/*contact
----------------------------------------*/
.contact {
	background: var(--sub-color);
    color: var(--white-color);
	padding: 10rem 2rem 6.4rem;
}
.contact h2 {
	text-align: center;
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: .05em;
	margin-bottom: 3rem;
}
.contact h2 span {
	display: block;
	font-size: 2.5rem;
	font-weight: 400;
	letter-spacing: .05em;
	margin-bottom: 0;
	line-height: 1.2;
}
.contact > p {
	text-align: center;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: .05em;
}
.contact_tel {
	text-align: center;
	font-size: 2.3rem;
	letter-spacing: .05em;
}
.contact_tel a {
	color: var(--white-color);
}
.contact_time {
	font-size: 1.25rem;
	letter-spacing: .05em;
	font-weight: 500;
	line-height: 1.7273;
	margin: .4rem 0 1.3rem;
}
.contact_inner {
	max-width: 63.3rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.contact_item {
	width: calc(100% / 2)
}
.contact_item h3 {
	border-bottom: .1rem solid #c0cee6;
	font-weight: 500;
	font-size: 1.3rem;
	letter-spacing: .05em;
	padding-bottom: 1.1rem;
	margin-bottom: 1.2rem;
	margin-top: 2.4rem;
}
.contact_item:last-child h3:not(:nth-child(1)) {
	margin-top: 3.2rem;
}
.contact_item h3:nth-child(1) {
	margin-top: 0;
}
.contact_item h3 span:not(.en) {
	font-size: 1.4rem;
	display: inline-block;
}
.contact_item h3:nth-child(1) span:not(.en) {
	margin-bottom: .6rem;
}
.contact_item h3 .en {
	font-size: 1.8rem;
	font-weight: 400;
	letter-spacing: .05em;
	margin: 0 1.1rem 0 0;
	vertical-align: -.2rem;
}
.contact_ttl {
	font-size: 1.2rem;
	letter-spacing: .05em;
	margin: 1rem 0 .3rem;
}
.contact_item h3 + .contact_ttl {
	margin-top: 1.6rem;
}
.contact_detail {
	display: flex;
	justify-content: space-between;
	margin-top: 1.5rem;
}
.contact_detail_item {
	width: 46.9565%;
}
.contact_item h4 {
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: .05em;
	border-bottom: 1px solid #D3D3C9;
	padding-bottom: .8rem;
	margin: 1.2rem 0 .8rem;
}
.contact_item h4 + p {
	font-size: 1.1rem;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 1.5833;
}
.contact_item .contact_detail_item h4 + p {
	line-height: 1.9167;
}

@media only screen and (max-width: 768px) {
	.contact {
		padding: 7.1rem 2rem 7.6rem;
	}
	.contact h2 {
		margin-bottom: 4.1rem;
	}
	.contact > p {
		text-align: left;
	}
	.contact_inner {
		margin: 3.3rem auto 0;
		display: block;
	}
	.contact_item {
		width: auto;
	}
	.contact_item + .contact_item {
		margin-top: 1.4rem;
	}
	.contact_item:nth-child(1) {
		width: auto;
		margin-right: 0;
	}
	.contact_item h3 {
		margin-top: 3.8rem;
	}
	.contact_item h3 span:not(.en) {
		font-size: 1.6rem;
	}
	.contact_item h3:nth-child(1) span:not(.en) {
		margin-bottom: .5rem;
	}
	.contact_detail {
		display: block;
		margin-top: 2.1rem;
	}
	.contact_detail_item {
		width: auto;
	}
	.contact_detail_item + .contact_detail_item {
		margin-top: 2rem;
	}
	.contact_item h4 {
		margin: 1.2rem 0 1.1rem;
	}
}

/*form
----------------------------------------*/
.form {
	padding-bottom: 10.5rem;
}
.form_ttl {
	text-align: center;
	border-bottom: .1rem solid rgb(51 46 0 / .2);
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: .05em;
	color: var(--main-color);
	padding: 6.7rem 2rem 5.2rem;
	margin-bottom: 5.4rem;
}
.form_ttl .en {
	display: block;
	font-size: 2.5rem;
	letter-spacing: .05em;
	font-weight: 400;
}
.form_txt {
	text-align: center;
	font-size: 1.3rem;
	letter-spacing: .05em;
	font-weight: 500;
	line-height: 2;
	margin-bottom: 4.9rem;
}
.form_txt.thanks {
	padding: 4rem 0 8rem;
	line-height: 2.4615;
}
.form_btn {
	margin-top: 4.4rem;
}
.form_btn a {
    width: 33.4rem;
    margin: 0 auto;
    font-size: 1.3rem;
    letter-spacing: .1em;
    padding: 2rem;
}
/*aside fixed_btns
----------------------------------------*/
.fixed_btns {
	position: fixed;
	bottom: 0;
	width: 30rem;
	z-index: 1000;
	right: 0;
	transition: opacity 0.5s ease-in-out;
}
.fixed_btns.visible {
    opacity: 1; /* フェードイン */
    pointer-events: auto;
}

.fixed_btns.hidden {
    opacity: 0; /* フェードアウト */
    pointer-events: none;
}
.fixed_btns a {
	color: var(--white-color);
	font-size: 1.1rem;
	padding: 10px;
	text-align: center;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 1px;
 }
.fixed_btns .fairbtn {
	background-color: var(--blue-color);
}
.fixed_btns .fairbtn i.fixed_fair_icon {
		margin-right: 1.2rem;
		margin-top: -.2rem;
		width: 2rem;
        height: 2rem;
        background-image: url(images/fair_icon.svg);
        background-size: cover;
    }
@media only screen and (max-width: 768px) {
	.fixed_btns {
		width: 100%;
	}
	.fixed_btns .inner {
		display: flex;
		justify-content: flex-end;
	}
	.fixed_btns a {
		width: calc(100% / 2);
	 }
	.fixed_btns .fixed_tel {
		background-color: var(--blue-color);
		border-right: .1rem solid var(--white-color);
	}
	.fixed_btns .fixed_tel i.fixed_tel_icon {
		margin-right: 1.2rem;
		width: 2.1rem;
        height: 2.1rem;
        background-image: url(images/tel_icon.svg);
        background-size: cover;
    }
	/*.fixed_btns .fixed_tel_icon::before {
		content: '';
		display: inline-block;
		width: 2.1rem;
        height: 2.1rem;
		mask-image: url(images/tel_icon.svg);
		mask-size: contain;
		mask-repeat: no-repeat;
		mask-position: center;
		background-color: var(--white-color);
		position: absolute;
	}*/
}

/*footer
----------------------------------------*/
.footer {
	/*padding-bottom: 5.2rem;*/
}
.footer_sitemap {
	padding: 7.2rem 2rem 6.3rem;
	color: var(--white-color);
	background-color:var(--main-color);
}
.footer_sitemap::before {
	content: '';
	display: block;
	/*background: rgb(0 0 0 / .7);*/
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.footer_sitemap h2 {
	width: 12.163rem;
	margin: 0 auto 4.8rem;
}
.footer_sitemap h2 img {
	width: 100%;
	filter: brightness(0) invert(1);
}
.footer_sitemap_inner {
	max-width: 120rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.footer_sitemap_item {
	width: 30%;
}
.footer_sitemap h3 {
	width: 100%;
	font-size: 1.2rem;
	letter-spacing: .05em;
	font-weight: 500;
	border-bottom: .1rem solid var(--white-color);
	padding-bottom: 1.1rem;
	margin: 4rem 0 .9rem;
}
.footer_sitemap h3.en {
	font-size: 1.3rem;
	font-weight: 400;
	padding-bottom: 1.8rem;
	margin: 0 0 2rem;
}
.footer_sitemap_item > h3:nth-child(1) {
	margin-top: 0;
}
.footer_sitemap_item ul {
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: .05em;
}
.footer_sitemap_item ul li a,
.footer_pds_item a {
	color: var(--white-color);
}
.footer_sitemap_item ul li + li {
	margin-top: 1.4rem;
}
.footer_sitemap_sns {
	display: flex;
	justify-content: center;
	font-size: 1.2rem;
	letter-spacing: .05em;
	margin-top: 4.1rem;
}
.footer_sitemap_sns li {
	margin: 0 1.3rem;
}
.footer_sitemap_sns li.en {
	padding-top: .2rem;
}
.footer_sitemap_sns li a::before {
	content: '';
	display: inline-block;
	width: 1.2291rem;
	height: 1.2288rem;
	margin-right: .85rem;
	vertical-align: -.2rem;
	background: url(../../img/common/icon_instagram.svg) no-repeat left top / 100% auto;
	filter: brightness(0) invert(1);
}

.footer_pds {
	background: #585D3D;
	color: var(--white-color);
	padding: 7.4rem 2rem 9.4rem;
}
.footer_pds h2 {
	width: 17.527rem;
	margin: 0 auto 6.1rem;
}
.footer_pds_inner {
	max-width: 120rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.footer_pds_item {
	width: 30%;
}
.footer_pds_item img {
	width: 70%;
	margin:0 auto;
	padding-right: 3rem;
	box-sizing: border-box;
}
.footer_pds_item h3 {
	font-size: 1.3rem;
	letter-spacing: .05em;
	font-weight: 400;
	border-bottom: .1rem solid var(--white-color);
	padding-bottom: 1rem;
	margin-bottom: 1.6rem;
}
.footer_pds_item dl {
	display: flex;
	flex-wrap: wrap;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 2.3333;
}
.footer_pds_item dt {
	width: 9.5rem;
}
.footer_pds_item dd {
	width: calc(100% - 9.5rem);
}

.footer_link {
	display: flex;
	justify-content: center;
	font-size: 1.1rem;
	font-weight: 500;
	letter-spacing: .05em;
	padding: 4.4rem 2rem;
}
.footer_link li + li {
	margin-left: 2.1rem;
}
.footer_link li + li::before {
	content: '';
	display: block;
	width: .1rem;
	height: 1rem;
	background: #333;
	position: absolute;
	top: .2rem;
	bottom: 0;
	left: -1.1rem;
	margin: auto 0;
}
.footer_sitemap .footer_link {
	padding-bottom: 0;
	font-size: 1.2rem;
}
.footer_sitemap .footer_link li + li {
	margin-left: 2.8rem;
}
.footer_sitemap .footer_link li + li::before {
	background: var(--white-color);
	top: 0;
	left: -1.4rem;
}
.footer .copyright {
	display: block;
	text-align: center;
	font-size: 1.1rem;
	font-weight: 500;
	color: var(--white-color);
	letter-spacing: .05em;
	background-color: var(--dark-color);
	padding: 20px 0;
	box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
	.footer {
		overflow: hidden;
	}
	.footer_sitemap {
		padding: 5.5rem 4.2rem 4.3rem;
		/*background-image: url(../../img/common/footer_sitemap_bg-sp.jpg);*/
	}
	.footer_sitemap h2 {
		width: 10rem;
		margin: 0 auto 4.4rem;
	}
	.footer_sitemap_inner {
		display: block;
	}
	.footer_sitemap_item {
		width: auto;
	}
	.footer_sitemap_item + .footer_sitemap_item {
		margin-top: 0;
	}
	/*body:not(.wedding) .footer_sitemap_item:nth-child(3),
	.wedding .footer_sitemap_item:nth-child(1) {
		width: auto;
		display: block;
		margin-bottom: 0;
	}*/
	.footer_sitemap h3 {
		padding-bottom: 1.7rem;
		margin: 0 0 1.9rem;
	}
	.footer_sitemap a {
		display: block;
	}
	.footer_sitemap h3.en {
		padding-bottom: 1.3rem;
		margin: 0 0 2.5rem;
		cursor: pointer;
	}
	.footer_sitemap h3.footer_sitemap_parent::before,
	.footer_sitemap h3.footer_sitemap_parent::after {
		content: '';
		display: block;
		width: 1rem;
		height: .1rem;
		background: var(--white-color);
		position: absolute;
		bottom: 2.4rem;
		right: .1rem;
	}
	.footer_sitemap h3.footer_sitemap_parent::after {
		transform: rotate(90deg)
	}
	.footer_sitemap h3.footer_sitemap_parent.open::after {
		display: none;
	}
	.footer_sitemap_item ul {
		display: none;
		padding-bottom: 3rem;
	}
	.footer_sitemap_item ul li + li,
	.footer_sitemap_item ul + ul {
		margin-top: 1.4rem;
	}
	.footer_sitemap_sns {
		justify-content: flex-start;
		flex-wrap: wrap;
		margin-top: 3.4rem;
	}
	.footer_sitemap_sns li {
		margin: 0 2.7rem 1.7rem 0;
		width: 11.5rem;
	}

	.footer_pds {
		padding: 6.4rem 4rem 5.7rem;
	}
	.footer_pds h2 {
		margin: 0 auto 4rem;
	}
	.footer_pds_inner {
		display: block;
	}
	.footer_pds_item {
		width: auto;
	}
	.footer_pds_item + .footer_pds_item {
		margin-top: 4rem;
	}

	.footer_link {
		padding: 2.6rem 2rem;
	}
}