@charset "UTF-8";

/* ============================================================
	ヘッダー
============================================================ */
#header .logo-img {
	fill: #fff;
}
#header .menu-span {
	background: #fff;
}
#header .menu-text {
	color: #fff;
}
#header.bg .logo-img {
	fill: #4d4d4d;
}
#header.bg .menu-span {
	background: #4d4d4d;
}
#header.bg .menu-text {
	color: #4d4d4d;
}


/* ============================================================
	ビジュアル
============================================================ */
#visual {
	position: relative;
	background: #ece8e3;
}
#visual .first {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 32rem;
	height: 21.5rem;
	z-index: 1;
	background: no-repeat center / cover;
}
#visual .first.none {
	background-image: none!important;
}
#visual .bg {
	position: relative;
	width: 32rem;
	height: 21.5rem;
	margin: 0 auto;
	z-index: 1;
	background: no-repeat center / cover;
}
#visual .bg-ul {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#visual .bg-li {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: no-repeat center / cover;
}
#visual .scroll {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	margin: 0 auto;
	width: .05rem;
	height: 8rem;
	background: #fff;
	z-index: 1;
}
#visual .scroll::after {
	content: '';
	position: absolute;
	top: -.075rem;
	left: -.075rem;
	width: .25rem;
	height: .25rem;
	background: #fff;
	border-radius: 50%;
	animation: scroll 1.4s ease-out infinite;
}
@keyframes scroll {
	0% {
		top: 0;
	}
	100% {
		top: 7.6rem;
	}
}
#visual .photo {
	z-index: -100;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
}
#visual .photo-img {
	width: 32rem;
	height: 56.9rem;
}
#visual .catch {
	padding: 10rem 0;
	background: #ece8e3 url(./images-common/bg-gray-light.jpg) left top /  12rem 12rem;
}
#visual .catch-logo {
	text-align: center;
}
#visual .catch-logo-img {
	width: 4.7rem;
	height: 5.9rem;
}
#visual .catch-copy {
	margin-top: 3rem;
	text-align: center;
	letter-spacing: .15em;
	line-height: 2.5;
}


/* ============================================================
	コンセプト
============================================================ */
#concept {
	padding: 8rem 0;
	background: #e4e1dc url(./images-common/bg-gray-dark.jpg) left top /  12rem 12rem;
}
#concept .headline {
	position: relative;
	padding-bottom: 2rem;
	text-align: center;
}
#concept .headline-main {
	font-family: 'Bodoni Moda', serif;
	font-size: 2.1rem;
	letter-spacing: .2em;
}
#concept .headline::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 2rem;
	height: .1rem;
	background: #b7a06e;
	background: linear-gradient(to right, #b7a06e 0%, #c7b994 50%, #b7a06e 100%);
}
#concept .msg {
	margin-top: 3rem;
	text-align: center;
}
#concept .msg-text {
	letter-spacing: .15em;
	line-height: 2.5;
}
#concept .msg-text:not(:first-of-type) {
	margin-top: 2.5rem;
}
#concept .movie {
	margin-top: 3rem;
	text-align: center;
}
#concept .movie-iframe {
	width: 25rem;
	height: 14.05rem;
}
#concept .movie-photo {
	text-align: center;
}
#concept .movie-photo-img {
	width: 25rem;
	height: 14.05rem;
}
#concept .button {
	margin-top: 4rem;
}
#concept .button-a {
	position: relative;
	display: block;
	width: 15rem;
	height: 4rem;
	margin: 0 auto;
	line-height: 4rem;
	background: #232526;
	background: linear-gradient(to right, #232526 0%, #414345 100%);
	font-size: 1.1rem;
	color: #fff;
	text-align: center;
	text-indent: .1em;
	letter-spacing: .1em;
}
#concept .button-a::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 1rem;
	transform: translateY(-50%);
	width: .8rem;
	height: .8rem;
	background: url(./images-common/icon-btn-more.svg) no-repeat center / contain;
	z-index: 1;
}


/* ============================================================
	フェア
============================================================ */
#fair {
	padding: 0 0 2rem;
	background: #ece8e3 url(./images-common/bg-gray-light.jpg) left top /  12rem 12rem;
}
#fair .photo {
	text-align: center;
}
#fair .photo-img {
	width: 32rem;
	height: 21.5rem;
}
#fair .card {
	position: relative;
	z-index: 1;
	padding: 6rem 0;
	width: 28rem;
	margin: -5rem auto 0;
	background: #ece8e3 url(./images-common/bg-gray-light.jpg) left top /  12rem 12rem;
}
#fair .headline {
	position: relative;
	padding-bottom: 2rem;
	text-align: center;
}
#fair .headline-main {
	font-family: 'Bodoni Moda', serif;
	font-size: 2.1rem;
	letter-spacing: .2em;
}
#fair .headline::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 2rem;
	height: .1rem;
	background: #b7a06e;
	background: linear-gradient(to right, #b7a06e 0%, #c7b994 50%, #b7a06e 100%);
}
#fair .msg {
	margin-top: 3rem;
	text-align: center;
}
#fair .msg-text {
	letter-spacing: .15em;
	line-height: 2.5;
}
#fair .msg-text:not(:first-of-type) {
	margin-top: 2.5rem;
}
#fair .button {
	margin-top: 3rem;
}
#fair .button-a {
	position: relative;
	display: block;
	width: 15rem;
	height: 4rem;
	margin: 0 auto;
	line-height: 4rem;
	background: #232526;
	background: linear-gradient(to right, #232526 0%, #414345 100%);
	font-size: 1.1rem;
	color: #fff;
	text-align: center;
	text-indent: .1em;
	letter-spacing: .1em;
}
#fair .button-a::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 1rem;
	transform: translateY(-50%);
	width: .8rem;
	height: .8rem;
	background: url(./images-common/icon-btn-more.svg) no-repeat center / contain;
	z-index: 1;
}


/* ============================================================
	チャペル
============================================================ */
#chapel {
	padding: 8rem 0;
	background: #f1edea url(./images-common/bg-stone.jpg) left top /  32rem 32rem;
}
#chapel .headline {
	position: relative;
	padding-bottom: 2rem;
	text-align: center;
}
#chapel .headline-main {
	font-family: 'Bodoni Moda', serif;
	font-size: 2.1rem;
	letter-spacing: .2em;
}
#chapel .headline::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 2rem;
	height: .1rem;
	background: #b7a06e;
	background: linear-gradient(to right, #b7a06e 0%, #c7b994 50%, #b7a06e 100%);
}
#chapel .gallery {
	margin-top: 4rem;
}
#chapel .gallery-carousel {
	width: 28rem;
	margin: 0 auto;
	overflow: visible!important;
}
#chapel .gallery-ul {
	width: 28rem;
	height: 20.6rem;
	margin: 0 auto;
}
#chapel .gallery-li {
	text-align: center;
}
#chapel .gallery-img {
	width: 28rem;
	height: 18.5rem;
}
#chapel .swiper-pagination {
	bottom: 0;
}
#chapel .swiper-pagination-bullet {
	width: .6rem;
	height: .6rem;
	margin: 0 1rem;
	background: none;
	border: solid .1rem #999;
	border-radius: 0;
	opacity: 1;
}
#chapel .swiper-pagination-bullet-active {
	background: #4d4d4d;
	border: none;
}
#chapel .msg {
	margin-top: 3rem;
	text-align: center;
}
#chapel .msg-text {
	letter-spacing: .15em;
	line-height: 2.5;
}
#chapel .msg-text:not(:first-of-type) {
	margin-top: 2.5rem;
}


/* ============================================================
	披露宴会場
============================================================ */
#banquet {
	padding: 8rem 0;
	background: #ece8e3 url(./images-common/bg-gray-light.jpg) left top /  12rem 12rem;
}
#banquet .headline {
	position: relative;
	padding-bottom: 2rem;
	text-align: center;
}
#banquet .headline-main {
	font-family: 'Bodoni Moda', serif;
	font-size: 2.1rem;
	letter-spacing: .2em;
}
#banquet .headline::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 2rem;
	height: .1rem;
	background: #b7a06e;
	background: linear-gradient(to right, #b7a06e 0%, #c7b994 50%, #b7a06e 100%);
}
#banquet .gallery {
	margin-top: 4rem;
}
#banquet .gallery-carousel {
	width: 28rem;
	margin: 0 auto;
	overflow: visible!important;
}
#banquet .gallery-ul {
	width: 28rem;
	height: 20.6rem;
	margin: 0 auto;
}
#banquet .gallery-li {
	text-align: center;
}
#banquet .gallery-img {
	width: 28rem;
	height: 18.5rem;
}
#banquet .swiper-pagination {
	bottom: 0;
}
#banquet .swiper-pagination-bullet {
	width: .6rem;
	height: .6rem;
	margin: 0 1rem;
	background: none;
	border: solid .1rem #999;
	border-radius: 0;
	opacity: 1;
}
#banquet .swiper-pagination-bullet-active {
	background: #4d4d4d;
	border: none;
}
#banquet .msg {
	margin-top: 3rem;
	text-align: center;
}
#banquet .msg-text {
	letter-spacing: .15em;
	line-height: 2.5;
}
#banquet .msg-text:not(:first-of-type) {
	margin-top: 2.5rem;
}


/* ============================================================
	ガーデンテラス
============================================================ */
#garden {
	padding: 8rem 0;
	background: #e5e2dd url(./images-common/bg-cloth.jpg) left top /  25rem 25rem;
}
#garden .headline {
	position: relative;
	padding-bottom: 2rem;
	text-align: center;
}
#garden .headline-main {
	font-family: 'Bodoni Moda', serif;
	font-size: 2.1rem;
	letter-spacing: .2em;
}
#garden .headline::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 2rem;
	height: .1rem;
	background: #b7a06e;
	background: linear-gradient(to right, #b7a06e 0%, #c7b994 50%, #b7a06e 100%);
}
#garden .gallery {
	margin-top: 4rem;
}
#garden .gallery-carousel {
	width: 28rem;
	margin: 0 auto;
	overflow: visible!important;
}
#garden .gallery-ul {
	width: 28rem;
	height: 20.6rem;
	margin: 0 auto;
}
#garden .gallery-li {
	text-align: center;
}
#garden .gallery-img {
	width: 28rem;
	height: 18.5rem;
}
#garden .swiper-pagination {
	bottom: 0;
}
#garden .swiper-pagination-bullet {
	width: .6rem;
	height: .6rem;
	margin: 0 1rem;
	background: none;
	border: solid .1rem #999;
	border-radius: 0;
	opacity: 1;
}
#garden .swiper-pagination-bullet-active {
	background: #4d4d4d;
	border: none;
}
#garden .msg {
	margin-top: 3rem;
	text-align: center;
}
#garden .msg-text {
	letter-spacing: .15em;
	line-height: 2.5;
}
#garden .msg-text:not(:first-of-type) {
	margin-top: 2.5rem;
}


/* ============================================================
	料理
============================================================ */
#cuisine {
	padding: 8rem 0;
	background: #ece8e3 url(./images-common/bg-gray-light.jpg) left top /  12rem 12rem;
}
#cuisine .headline {
	position: relative;
	padding-bottom: 2rem;
	text-align: center;
}
#cuisine .headline-main {
	font-family: 'Bodoni Moda', serif;
	font-size: 2.1rem;
	letter-spacing: .2em;
}
#cuisine .headline::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 2rem;
	height: .1rem;
	background: #b7a06e;
	background: linear-gradient(to right, #b7a06e 0%, #c7b994 50%, #b7a06e 100%);
}
#cuisine .gallery {
	margin-top: 4rem;
}
#cuisine .gallery-ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 28rem;
	margin: 0 auto;
}
#cuisine .gallery-li {
	text-align: center;
}
#cuisine .gallery-li:nth-of-type(n+3) {
	margin-top: 2rem;
}
#cuisine .gallery-img {
	width: 13rem;
	height: 13rem;
}
#cuisine .msg {
	margin-top: 3rem;
	text-align: center;
}
#cuisine .msg-text {
	letter-spacing: .15em;
	line-height: 2.5;
}
#cuisine .msg-text:not(:first-of-type) {
	margin-top: 2.5rem;
}
#cuisine .button {
	margin-top: 3rem;
}
#cuisine .button-a {
	position: relative;
	display: block;
	width: 15rem;
	height: 4rem;
	margin: 0 auto;
	line-height: 4rem;
	background: #232526;
	background: linear-gradient(to right, #232526 0%, #414345 100%);
	font-size: 1.1rem;
	color: #fff;
	text-align: center;
	text-indent: .1em;
	letter-spacing: .1em;
}
#cuisine .button-a::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 1rem;
	transform: translateY(-50%);
	width: .8rem;
	height: .8rem;
	background: url(./images-common/icon-btn-more.svg) no-repeat center / contain;
	z-index: 1;
}


/* ============================================================
	ウェイティングルーム
============================================================ */
#waiting {
	padding: 8rem 0;
	background: #e6e2df url(./images-common/bg-wall.jpg) left top /  32rem 32rem;
}
#waiting .headline {
	position: relative;
	padding-bottom: 2rem;
	text-align: center;
}
#waiting .headline-main {
	font-family: 'Bodoni Moda', serif;
	font-size: 2.1rem;
	letter-spacing: .2em;
}
#waiting .headline::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 2rem;
	height: .1rem;
	background: #b7a06e;
	background: linear-gradient(to right, #b7a06e 0%, #c7b994 50%, #b7a06e 100%);
}
#waiting .gallery {
	margin-top: 4rem;
}
#waiting .gallery-carousel {
	width: 28rem;
	margin: 0 auto;
	overflow: visible!important;
}
#waiting .gallery-ul {
	width: 28rem;
	height: 20.6rem;
	margin: 0 auto;
}
#waiting .gallery-li {
	text-align: center;
}
#waiting .gallery-img {
	width: 28rem;
	height: 18.5rem;
}
#waiting .swiper-pagination {
	bottom: 0;
}
#waiting .swiper-pagination-bullet {
	width: .6rem;
	height: .6rem;
	margin: 0 1rem;
	background: none;
	border: solid .1rem #999;
	border-radius: 0;
	opacity: 1;
}
#waiting .swiper-pagination-bullet-active {
	background: #4d4d4d;
	border: none;
}
#waiting .msg {
	margin-top: 3rem;
	text-align: center;
}
#waiting .msg-text {
	letter-spacing: .15em;
	line-height: 2.5;
}
#waiting .msg-text:not(:first-of-type) {
	margin-top: 2.5rem;
}


/* ============================================================
	プロデュース
============================================================ */
#produce {
	padding: 0 0 8rem;
	background: #ece8e3 url(./images-common/bg-gray-light.jpg) left top /  12rem 12rem;
}
#produce .photo {
	text-align: center;
}
#produce .photo-img {
	width: 32rem;
	height: 40rem;
}
#produce .card {
	position: relative;
	z-index: 1;
	padding: 6rem 0;
	width: 28rem;
	margin: -5rem auto 0;
	background: #ece8e3 url(./images-common/bg-gray-light.jpg) left top /  12rem 12rem;
}
#produce .headline {
	position: relative;
	padding-bottom: 2rem;
	text-align: center;
}
#produce .headline-main {
	font-family: 'Bodoni Moda', serif;
	font-size: 2.1rem;
	letter-spacing: .2em;
}
#produce .headline::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 2rem;
	height: .1rem;
	background: #b7a06e;
	background: linear-gradient(to right, #b7a06e 0%, #c7b994 50%, #b7a06e 100%);
}
#produce .msg {
	margin-top: 3rem;
	text-align: center;
}
#produce .msg-text {
	letter-spacing: .15em;
	line-height: 2.5;
}
#produce .msg-text:not(:first-of-type) {
	margin-top: 2.5rem;
}
#produce .gallery {
	text-align: center;
}
#produce .gallery-cover {
	width: 25rem;
	margin: 0 auto;
}
#produce .gallery-cover-photo {
	display: inline-block;
	vertical-align: middle;
	width: 12rem;
}
#produce .gallery-cover-photo-img {
	width: 12rem;
	height: 18rem;
}
#produce .gallery-cover-text {
	display: inline-block;
	vertical-align: middle;
	padding-left: 2rem;
	font-size: 2.1rem;
	letter-spacing: .2em;
	line-height: 1.2;
}
#produce .gallery-cover-text-img {
	width: 10.4rem;
	height: 9rem;
}
#produce .button {
	margin-top: 4rem;
}
#produce .button-a {
	position: relative;
	display: block;
	width: 15rem;
	height: 4rem;
	margin: 0 auto;
	line-height: 4rem;
	background: #232526;
	background: linear-gradient(to right, #232526 0%, #414345 100%);
	font-size: 1.1rem;
	color: #fff;
	text-align: center;
	text-indent: .1em;
	letter-spacing: .1em;
	cursor: pointer;
}
#produce .button-a::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 1rem;
	transform: translateY(-50%);
	width: .8rem;
	height: .8rem;
	background: url(./images-common/icon-btn-more.svg) no-repeat center / contain;
	z-index: 1;
}


/* ============================================================
	お知らせ
============================================================ */
#news {
	padding: 8rem 0;
	background: #e4e1dc url(./images-common/bg-gray-dark.jpg) left top /  12rem 12rem;
}
#news .headline {
	position: relative;
	padding-bottom: 2rem;
	text-align: center;
}
#news .headline-main {
	font-family: 'Bodoni Moda', serif;
	font-size: 2.1rem;
	letter-spacing: .2em;
}
#news .headline::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 2rem;
	height: .1rem;
	background: #b7a06e;
	background: linear-gradient(to right, #b7a06e 0%, #c7b994 50%, #b7a06e 100%);
}
#news .msg {
	margin-top: 3rem;
	text-align: center;
}
#news .msg-text {
	letter-spacing: .15em;
	line-height: 2.5;
}
#news .msg-text:not(:first-of-type) {
	margin-top: 2.5rem;
}
#news .post {
	margin-top: 2.5rem;
}
#news .post-ul {
	width: 28rem;
	margin: 0 auto;
}
#news .post-li {
	position: relative;
}
#news .post-li:not(:first-of-type) {
	margin-top: 3rem;
}
#news .post-photo {
	float: left;
	width: 8.5rem;
	height: 8.5rem;
	background: center / cover;
}
#news .post-title {
	float: right;
	width: 17.5rem;
	letter-spacing: .15em;
	line-height: 2;
}
#news .post-title-a {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
#news .post-date {
	float: right;
	color: #888;
	width: 17.5rem;
	letter-spacing: .15em;
	line-height: 2.5;
}
#news .post-title-a::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#news .button {
	margin-top: 4rem;
}
#news .button-a {
	position: relative;
	display: block;
	width: 15rem;
	height: 4rem;
	margin: 0 auto;
	line-height: 4rem;
	background: #232526;
	background: linear-gradient(to right, #232526 0%, #414345 100%);
	font-size: 1.1rem;
	color: #fff;
	text-align: center;
	text-indent: .1em;
	letter-spacing: .1em;
}
#news .button-a::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 1rem;
	transform: translateY(-50%);
	width: .8rem;
	height: .8rem;
	background: url(./images-common/icon-btn-more.svg) no-repeat center / contain;
	z-index: 1;
}


/* ============================================================
	お問い合わせ
============================================================ */
#contact {
	padding: 8rem 0;
	background: #f1edea url(./images-common/bg-stone.jpg) left top /  32rem 32rem;
}
#contact .headline {
	position: relative;
	padding-bottom: 2rem;
	text-align: center;
}
#contact .headline-main {
	font-family: 'Bodoni Moda', serif;
	font-size: 2.1rem;
	letter-spacing: .2em;
}
#contact .headline::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 2rem;
	height: .1rem;
	background: #b7a06e;
	background: linear-gradient(to right, #b7a06e 0%, #c7b994 50%, #b7a06e 100%);
}
#contact .msg {
	margin-top: 3rem;
	text-align: center;
}
#contact .msg-text {
	letter-spacing: .15em;
	line-height: 2.5;
}
#contact .msg-text:not(:first-of-type) {
	margin-top: 2.5rem;
}
#contact .button {
	margin-top: 2rem;
}
#contact .button-a {
	position: relative;
	display: block;
	width: 15rem;
	height: 4rem;
	margin: 0 auto;
	line-height: 4rem;
	background: #232526;
	background: linear-gradient(to right, #232526 0%, #414345 100%);
	font-size: 1.1rem;
	color: #fff;
	text-align: center;
	text-indent: .1em;
	letter-spacing: .1em;
}
#contact .button-a::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 1rem;
	transform: translateY(-50%);
	width: .8rem;
	height: .8rem;
	background: url(./images-common/icon-btn-more.svg) no-repeat center / contain;
	z-index: 1;
}


/* ============================================================
	アクセス
============================================================ */
#access {
	padding: 8rem 0;
	background: #ece8e3 url(./images-common/bg-gray-light.jpg) left top /  12rem 12rem;
}
#access .headline {
	position: relative;
	padding-bottom: 2rem;
	text-align: center;
}
#access .headline-main {
	font-family: 'Bodoni Moda', serif;
	font-size: 2.1rem;
	letter-spacing: .2em;
}
#access .headline::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 2rem;
	height: .1rem;
	background: #b7a06e;
	background: linear-gradient(to right, #b7a06e 0%, #c7b994 50%, #b7a06e 100%);
}
#access .photo {
	margin-top: 4rem;
	text-align: center;
}
#access .photo-img {
	width: 28rem;
	height: 21.5rem;
}
#access .msg {
	margin-top: 3rem;
	text-align: center;
}
#access .msg-text {
	letter-spacing: .15em;
	line-height: 2.5;
}
#access .msg-text:not(:first-of-type) {
	margin-top: 2.5rem;
}
#access .msg-text-a {
	text-decoration: underline;
}
