@charset "UTF-8";



/*  ----------------------------------------------------------

kv

----------------------------------------------------------  */
.top-kv {
	position: relative;
	background: #FFF;
}

#main {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 64rem;
}

@media screen and (max-width: 767px) {
	#main {
		height: 36rem;
	}
}



/*  ----------------------------------------------------------

feature

----------------------------------------------------------  */
.top-feature {
	padding: 10rem 0 10rem 15rem;
	background-color: #FFF;
	position: relative;
}

.top-feature h2 {
	margin-bottom: 4rem;
}

.top-feature .wrap {
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-end;
	position: relative;
	z-index: 10;
}

.top-feature .wrap figure {
	width: 60%;
	margin-left: -5%;
}

.top-feature .wrap>div {
	width: 44%;
}

.top-feature .heading-1 {
	text-align: left;
}

.top-feature .heading-1 span {
	align-items: flex-start;
}

.heading-1 span::after {
	margin: 0.8rem 0 0.8rem -1rem;
}

.top-feature h3 {
	font-weight: normal;
	font-size: 2.2rem;
	width: 35rem;
}

.top-feature p {
	margin: 3rem 0 2rem 0;
	width: 36rem;
}

.top-feature .img {
	width: 23rem;
	position: absolute;
	left: -2rem;
	bottom: 0rem;
}

@media screen and (max-width: 767px) {
	.top-feature {
		padding: 10rem 3rem;
	}
	.top-feature h3 {
		width: initial;
	}
	.top-feature p {
		width: initial;
	}
	.top-feature h2 {
		margin-bottom: 4rem;
	}

	.top-feature .wrap {
		display: block;
	}

	.top-feature .wrap figure {
		width: 100%;
		margin-left: 0;
		margin-bottom: 3rem;
	}

	.top-feature .wrap>div {
		width: 100%;
	}

	.top-feature .img {
		width: 12rem;
		position: absolute;
		left: -2rem;
		bottom: 0rem;
	}
}



/*  ----------------------------------------------------------

parallax

----------------------------------------------------------  */
.bg-parallax {
	height: 36rem;
}

.bg-parallax::before {
	content: "";
	background: url(../img/bg-pa.jpg) no-repeat center / cover;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: -10;
}

@media screen and (max-width: 767px) {
	/*.bg-parallax::before {
		background: url(../img/bg-pa-sp.jpg) no-repeat center left / cover;
	}*/
}



/*  ----------------------------------------------------------

menu

----------------------------------------------------------  */
.top-menu {
	padding: 12rem 10rem 18rem 10rem;
	background-color: #FFF;
	position: relative;
}

.top-menu ul li {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 10;
}

.top-menu ul li figure {
	width: 55%;
}

.top-menu ul li>div {
	width: 45%;
}

.top-menu ul li:nth-child(odd)>div {
	padding: 0 10rem 0 5rem;
}

.top-menu ul li:nth-child(even)>div {
	padding: 0 5rem 0 10rem;
}

.top-menu ul li:nth-child(even) {
	flex-direction: row-reverse;
}

.top-menu ul li:not(:last-child) {
	margin-bottom: 6rem;
}

.top-menu h3 {
	font-weight: normal;
	font-size: 2.2rem;
}

.top-menu p {
	margin: 3rem 0 4rem 0;
}

.top-menu .img-1 {
	width: 27rem;
	position: absolute;
	right: 0;
	top: 6rem;
}

.top-menu .img-2 {
	width: 30rem;
	position: absolute;
	left: -1rem;
	bottom: 0rem;
}

@media screen and (max-width: 767px) {
	.top-menu {
		padding: 10rem 3rem;
	}

	.top-menu ul li {
		display: block;
	}

	.top-menu ul li figure {
		width: 100%;
		margin-bottom: 3rem;
	}

	.top-menu ul li>div {
		width: 100%;
	}

	.top-menu ul li:nth-child(odd)>div {
		padding: 0;
	}

	.top-menu ul li:nth-child(even)>div {
		padding: 0;
	}

	.top-menu ul li:not(:last-child) {
		margin-bottom: 6rem;
	}

	.top-menu p {
		margin: 2rem 0 3rem 0;
	}

	.top-menu .img-1 {
		width: 12rem;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 10;
	}

	.top-menu .img-2 {
		width: 15rem;
		position: absolute;
		left: -1rem;
		bottom: 0rem;
	}
}



/*  ----------------------------------------------------------

news

----------------------------------------------------------  */
.top-news {
	padding: 12rem 15rem;
	background: url(../img/texture-1.jpg) no-repeat center top;
	background-size: 100% auto;
	background-color: #FFF;
}

.top-news .more {
	margin: 6rem auto 0 auto;
}

.top-news .CMS-NEWS-MORE-READ {
	display: none;
}

.top-news .CMS-NEWS-INDEX {
	padding-bottom: 0;
}

.CMS-NEWS-INDEX {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	padding-bottom: 10rem;
}

.CMS-NEWS-INDEX>* {
	width: 31%;
	margin-right: 3.5%;
}

.CMS-NEWS-INDEX>*:nth-of-type(3n) {
	margin-right: 0;
}

.CMS-NEWS-INDEX>*:nth-of-type(n + 4) {
	margin-top: 3.5rem;
}

.CMS-NEWS-ITEM a {
	transition: all .3s;
	display: block;
}

.CMS-NEWS-ITEM a:hover {
	opacity: 0.6;
}

.CMS-NEWS-TIME {
	font-size: 1rem;
	margin: 1.8rem 0 0.6rem 0;
	line-height: 1;
	color: #000;
}

.CMS-NEWS-LINK {
	font-size: 1.4rem;
	line-height: 1.8;
	color: #000;
}

.CMS-NEWS-INDEX>* img {
	height: 20rem;
	width: 100%;
	object-fit: cover;
}

/* read more */
.CMS-NEWS-MORE-READ {
	background: #000;
	border: none;
	padding: 2rem 0 2.2rem;
	font-size: 1.2rem;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	width: 31%;
	display: block;
	transition: all .3s;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	font-family: 'Noto Serif JP', serif;
}

.CMS-NEWS-MORE-READ:hover {
	cursor: pointer;
	opacity: 0.6;
}

/* detail */
.CMS-NEWS-TITLE {
	border-bottom: solid 1px rgba(55, 48, 50, 0.4);
	font-size: 2.2rem;
	margin-bottom: 3rem;
	padding: 1rem 0 1.5rem 0;
	position: relative;
	font-weight: bold;
}

.CMS-NEWS-TITLE:after {
	border-bottom: solid 3px #333;
	bottom: -3px;
	content: " ";
	display: block;
	position: absolute;
	width: 20%;
}

.CMS-NEWS-CONTENT img {
	width: 80%;
	height: auto;
	display: block;
	margin: 0 auto 3rem auto;
}

@media screen and (max-width: 767px) {
	.top-news {
		padding: 10rem 3rem;
		background: url(../img/texture-1.jpg) no-repeat center top;
		background-size: 300% auto;
		background-color: #FFF;
	}

	.top-news .more {
		margin: 5rem auto 0 auto;
	}

	.CMS-NEWS-INDEX {
		display: block;
	}

	.CMS-NEWS-INDEX>* {
		width: 100%;
		margin-right: 0;
	}

	.CMS-NEWS-INDEX>*:nth-of-type(n + 4) {
		margin-top: 0;
	}

	.CMS-NEWS-INDEX>*:nth-of-type(n + 2) {
		margin-top: 3.5rem;
	}

	.CMS-NEWS-TIME {
		margin: 1.5rem 0 0.3rem 0;
	}

	.CMS-NEWS-INDEX>* img {
		height: auto;
	}

	.CMS-NEWS-CONTENT img {
		width: 100%;
	}
}



/*  ----------------------------------------------------------

gallery

----------------------------------------------------------  */
.top-gallery {
	background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/top-bg-1.jpg) no-repeat center / cover;
	padding: 12rem 0;
}
.top-gallery .heading-1 {
	color: #FFF;
}

.top-gallery .heading-1 span::after {
    background: #FFF;
}

.top-gallery .more {
	margin: 0 auto;
}

/* .top-gallery h2 ,
.top-gallery h2 span {
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
} */

#loopslider {
	margin: 0 auto 4rem auto;
	width: 100%;
	height: 190px;
	text-align: left;
	position: relative;
	overflow: hidden;
}

#loopslider ul {
	height: 190px;
	float: left;
	display: inline;
	overflow: hidden;
	margin: 0 !important;
	padding: 0 !important;
}

#loopslider ul li {
	width: 220px;
	height: 190px;
	float: left;
	display: inline;
	overflow: hidden;
}

#loopslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#loopslider ul {
	display: inline-block;
	overflow: hidden;
}

#loopslider img {
	padding: 0 1rem;
}

@media screen and (max-width: 767px) {
	#loopslider {
		height: 120px;
	}

	#loopslider ul {
		height: 120px;
	}

	#loopslider ul li {
		width: 175px;
		height: 120px;
	}

	.top-gallery {
		padding: 10rem 0;
	}

	.top-gallery .more {
		margin: 0 auto;
		width: calc(100% - 6rem);
	}
}



/*  ----------------------------------------------------------

access

----------------------------------------------------------  */
.top-access {
	padding: 12rem 0 8rem 0;
	background-color: #FFF;
}

.top-access .wrap {
	width: 92rem;
	margin: 0 auto 8rem auto;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	align-items: flex-start;
}

.top-access .wrap>* {
	width: 48%;
}

.top-access .more {
	margin: 0 auto;
}

.top-access a[href^="tel:"] {
	color: #000;
}

aside {
	width: 80rem;
	margin: 0 auto;
}

aside ul {
	display: flex;
	justify-content: space-between;
}

aside ul li {
	width: 45%;
}

aside ul li a {
	border: solid 1px #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 10rem;
}

aside ul li a:hover {
	opacity: 1;
	background: #fff;
	color: #000;
}

aside dl {
	display: flex;
	justify-content: center;
	align-items: center;
}

aside dl dt {
	display: flex;
	align-items: center;
}

aside dl dt::after {
	content: "";
	width: 1px;
	height: 6rem;
	background: #fff;
	transform: rotate(15deg);
	margin: 0 5rem 0 2rem;
	transition: all .3s;
}

aside a:hover dl dt::after {
	background: #000;
}

aside dl dd {
	display: flex;
	flex-direction: column;
	align-items: center;
	background: url(../img/arrow.png) no-repeat center top 2rem;
	background-size: 100% auto;
	padding: 0 2rem;
}

aside a:hover dl dd {
	background: url(../img/arrow-bk.png) no-repeat center top 2rem;
	background-size: 100% auto;
}

@media screen and (max-width: 767px) {
	.top-access {
		padding: 10rem 3rem 6rem 3rem;
	}

	.top-access .wrap {
		width: 100%;
		margin: 0 auto 4rem auto;
		display: block;
	}

	.top-access .wrap>* {
		width: 100%;
	}

	aside {
		width: 100%;
	}

	aside ul {
		display: block;
	}

	aside ul li {
		width: 100%;
	}

	aside ul li:not(:last-child) {
		margin-bottom: 1.5rem;
	}
}



/*  ----------------------------------------------------------

Retty

----------------------------------------------------------  */
.CMS-FORM-GROUP {
	margin-bottom: 2rem;
}

.CMS-FORM-INPUT-LABEL,
.CMS-FORM-EMAIL-LABEL,
.CMS-FORM-TEXTAREA-LABEL {
	display: block;
	font-weight: 600;
}

.CMS-FORM-INPUT,
.CMS-FORM-TEXTAREA,
.CMS-FORM-EMAIL {
	width: 100%;
	padding: 10px;
	border-radius: 4px;
	border: solid 1px #d4d4d4;
}

.CMS-FORM-RADIO-LABEL {
	font-weight: 600;
}

.content__title {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding: 0 0 1rem;
	border-bottom: 2px solid var(--red);
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 2.5rem;
    position: relative;
}



/*  ----------------------------------------------------------

menu

----------------------------------------------------------  */
.menu {
	font-size: 1.4rem;
}

.menu-img {
	display: flex;
	justify-content: space-between;
	margin-bottom: 2rem;
}

.menu-img li {
	width: 32%;
}

.preparation {
	text-align: center;
	font-size: 3rem;
}

@media screen and (max-width: 767px) {
	.menu-img {
		display: block;
	}

	.menu-img li {
		width: 100%;
	}
}

.youtube {
	text-align: center;
	margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
	.youtube {
		width: 100%;
		text-align: center;
		margin-bottom: 80px;
	}
}

.top_sns {
	background: url(../img/texture-1.jpg) no-repeat center top;
    background-size: cover;
}

.top_sns_share {
	text-align: center;
	display: block;
	margin: 0 auto;
	padding: 80px 20px 0;
}

.sns_wrap {
	padding: 0 0 30px;
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media screen and (min-width: 768px) {
	.top_sns_share img {
		height: auto;
		padding-bottom: 0.8%;
	}
}

@media screen and (max-width: 767px) {
	.top_sns_share {
		display: block;
		padding: 80px 0 0;
		margin-bottom: -1px;
	}

	img.instagram-post-image {
		padding-bottom: 1%;
	}
}

.title-mini {
	font-size: 2rem;
}

footer .title-mini {
	font-size: 1.4rem;
}

.junnbichuu{
    font-size: 2rem;
    text-align: center;
}


/* 予約追従ボタン */
.reserve-btn {
	position: fixed;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 5.5rem;
	z-index: 9999;
	background-color: #d76169;
	display: flex;
	justify-content: center;
}

.reserve-btn-link {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	color: #fff;
	writing-mode: vertical-lr;
	padding: 1rem 0;
	text-align: center;
	font-weight: 600;
	line-height: 1;
}

.reserve-btn-link span {
	font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
	.reserve-btn {
		top: initial;
		right: initial;
		left: 0;
		bottom: 0;
		width: 100%;
		transform: initial;
	}

	.reserve-btn-link {
		display: block;
		writing-mode: initial;
		line-height: 1.4;
		padding: .5rem 0;
	}
}


