@charset "UTF-8";
/* ---------------------------------------
基本情報
-----------------------------------------*/
html {
	font-size: 62.5%;
	overflow-y: scroll;
}
@media screen and (max-width: 1440px) {
	html {
		font-size: 0.6944444444vw;
	}
}
@media screen and (max-width: 767px) {
	html {
		font-size: 2.6666666667vw;
	}
}

*,
*:after,
*:before {
	box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
time,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
img,
figure,
figcaption,
form,
input,
button,
textarea,
select {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	letter-spacing: 0;
	list-style-type: none;
	font-style: normal;
	font-weight: 400;
	font-family: "Zen Kaku Gothic New", sans-serif;
	line-break: strict;
	word-break: break-word;
	-webkit-text-size-adjust: 100%;
}

input,
button,
textarea,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0;
	resize: none;
	outline: none;
	background: none;
}

select::-ms-expand {
	display: none;
}

button:hover {
	cursor: pointer;
}

img,
object {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
	text-decoration: none;
}

.preload* {
	transition: none !important;
}

@media screen and (max-width: 767px) {
	img {
		width: 100%;
	}
}
/* responsive
--------------------------------*/
@media screen and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}
@media screen and (max-width: 767px) {
	.pc {
		display: none !important;
	}
}
/* base
--------------------------------*/
body {
	color: #68444F;
	font-size: 1rem;
	text-align: left;
}

.main {
	display: block;
	overflow: hidden;
	padding-top: 8rem;
}
@media screen and (max-width: 767px) {
	.main {
		padding-top: 6rem;
	}
}

section {
	position: relative;
}

.wrap {
	position: relative;
	width: 100%;
	max-width: 112rem;
	margin: 0 auto;
}
@media screen and (min-width: 768px) {
	.wrap._l {
		max-width: 136rem;
	}
}
@media screen and (max-width: 767px) {
	.wrap {
		max-width: 34.3rem;
	}
}

p,
th,
td,
dt,
dd,
li,
input,
button,
textarea {
	font-size: 1.6rem;
	line-height: 2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.5;
}

.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.flex.reverse {
	flex-direction: row-reverse;
}

.left {
	float: left;
}

.right {
	float: right;
}

.tal {
	text-align: left;
}

.tar {
	text-align: right;
}

.tac {
	text-align: center;
}

.center {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.bold,
strong {
	font-weight: bold;
	font-weight: 700;
}

.fixed {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.en {
	font-family: "Outfit", sans-serif;
}

@media screen and (min-width: 768px) {
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
	}
	a,
	.fade {
		cursor: pointer;
		transition: opacity 0.3s ease;
	}
	a:hover,
	.fade:hover {
		opacity: 0.6;
	}
}
/* scroll-animation
--------------------------------*/
.fadeup {
	opacity: 0;
	transform: translateY(3rem);
	transition: opacity 1s, transform 1s;
}

.fadein {
	opacity: 0;
	transition: opacity 1s;
}

.scroll.is-show.fadeup,
.scroll.is-show .fadeup {
	opacity: 1;
	transform: translate(0, 0);
}

.onload.is-show .fadein,
.scroll.is-show.fadein,
.scroll.is-show .fadein {
	opacity: 1;
}

/* ---------------------------------------
  main common
-----------------------------------------*/
/*bg*/
/*page_ttl*/
#page_ttl {
	padding: 4rem 4rem 0;
	background: linear-gradient(#fbe7eb 0%, #fff 100%);
}
@media screen and (max-width: 767px) {
	#page_ttl {
		padding: 1.6rem 1.6rem 0;
	}
}
#page_ttl .wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 100%;
	height: 34.2rem;
	background-color: #fff;
	border-radius: 2.4rem 2.4rem 0 0;
	padding: 4rem 0 0;
}
@media screen and (max-width: 767px) {
	#page_ttl .wrap {
		height: 32.6rem;
		border-radius: 1.2rem 1.2rem 0 0;
		padding: 0 0 4rem;
	}
}
#page_ttl .ttl {
	position: relative;
	color: #818188;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.4285714286;
}
#page_ttl .ttl::after {
	content: "";
	display: block;
	width: 12rem;
	height: 0.2rem;
	background-color: #ED8599;
	margin: 4rem auto 0;
}
#page_ttl .ttl .en {
	display: inline-block;
	color: #ED8599;
	font-weight: 400;
	font-size: 6rem;
	line-height: 1.2666666667;
	margin-bottom: 0.4rem;
}
@media screen and (max-width: 767px) {
	#page_ttl .ttl .en {
		font-size: 4.8rem;
		line-height: 1.25;
	}
}

/*page_contents*/
.page_contents {
	padding: 8rem 0 12rem;
}
@media screen and (max-width: 767px) {
	.page_contents {
		padding: 4rem 0 12rem;
	}
}

/*sec_ttl*/
.sec_ttl {
	color: #818188;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.4285714286;
}
.sec_ttl .en {
	display: inline-block;
	color: #ED8599;
	font-weight: 400;
	font-size: 6rem;
	line-height: 1.2666666667;
	margin-bottom: 0.4rem;
}
@media screen and (max-width: 767px) {
	.sec_ttl .en {
		font-size: 4.8rem;
		line-height: 1.25;
	}
}

/*btn*/
.btn a {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 28rem;
	min-height: 6rem;
	color: #fff;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.5;
	padding: 1.8rem 4rem;
	background-color: #ED8599;
	border-radius: 100vh;
}
.btn._arw a {
	padding: 1.8rem 6.8rem 1.8rem 2.4rem;
}
.btn._arw a::before {
	content: "";
	width: 3.6rem;
	height: 0.5rem;
	background: url(../img/common/ico_arw_w.svg) no-repeat center/contain;
	position: absolute;
	right: 2.4rem;
}
.btn._s a {
	min-width: inherit;
	min-height: 4rem;
	font-size: 1.4rem;
	line-height: 1.4285714286;
	padding: 1rem 4rem 1rem 2.4rem;
}
.btn._s a::before {
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.25rem 0px 0.25rem 0.5rem;
	border-color: transparent transparent transparent #fff;
	right: 2.3rem;
}
.btn._reserve a::before, .btn._tel a::before {
	content: "";
	display: inline-block;
	width: 2.1rem;
	height: 2.1rem;
	vertical-align: -0.2rem;
	margin-right: 1.2rem;
}
.btn._reserve a {
	font-size: 2rem;
	line-height: 1.2;
}
.btn._reserve a::before {
	background: url(../img/common/ico_calendar.svg) no-repeat center/contain;
}
.btn._tel a {
	background-color: #fff;
	color: #68444F;
	font-size: 2.4rem;
	line-height: 1;
}
.btn._tel a::before {
	background: url(../img/common/ico_tel.svg) no-repeat center/contain;
}
.btn._blank a {
	padding: 1.8rem 4.5rem 1.8rem 2.4rem;
}
.btn._blank a::after {
	content: "";
	display: inline-block;
	width: 1.7rem;
	height: 1.7rem;
	background: url(../img/common/ico_blank.svg) no-repeat center/contain;
	position: absolute;
	right: 2.4rem;
}

/* ---------------------------------------
  header
-----------------------------------------*/
#header {
	width: 100%;
	background-color: #fff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
}
#header .header_wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	max-width: 100%;
	padding: 1rem 2.8rem 1rem 4rem;
}
@media screen and (max-width: 767px) {
	#header .header_wrap {
		padding: 0 0 0 1.2rem;
	}
}
#header .logo {
	width: 15.2rem;
}
@media screen and (max-width: 767px) {
	#header .logo {
		width: 12.2rem;
		transform: translateY(0.6rem);
	}
}
@media screen and (max-width: 767px) {
	#header .ico_wrap {
		display: flex;
	}
	#header .ico_tel a {
		display: block;
		position: relative;
		width: 6rem;
		height: 6rem;
		text-align: center;
		font-size: 1rem;
		line-height: 1;
		padding-top: 4.2rem;
	}
	#header .ico_tel a::before {
		content: "";
		width: 2.1rem;
		height: 2.1rem;
		background: url(../img/common/ico_tel.svg) no-repeat center/contain;
		position: absolute;
		top: 1.3rem;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	#header .menu-trigger {
		position: relative;
		width: 6rem;
		height: 6rem;
		cursor: pointer;
		z-index: 999;
	}
	#header .menu-trigger::after {
		content: "MENU";
		display: block;
		width: 100%;
		text-align: center;
		font-family: "Outfit", sans-serif;
		font-size: 1rem;
		line-height: 1;
		position: absolute;
		top: 4.2rem;
	}
	#header .menu-trigger span {
		width: 1.7rem;
		height: 1px;
		background-color: #68444F;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		transition: 0.3s ease;
	}
	#header .menu-trigger span:nth-child(1) {
		top: 1.9rem;
	}
	#header .menu-trigger span:nth-child(2) {
		top: 2.7rem;
	}
	#header.navOpen .menu-trigger::after {
		content: "CLOSE";
	}
	#header.navOpen .menu-trigger span:nth-child(1) {
		transform: rotate(45deg);
		top: 2.3rem;
	}
	#header.navOpen .menu-trigger span:nth-child(2) {
		transform: rotate(-45deg);
		top: 2.3rem;
	}
}
@media screen and (max-width: 767px) {
	#header .header_nav {
		display: none;
		width: 100%;
		height: 100dvh;
		background-color: rgba(104, 68, 79, 0.8);
		position: fixed;
		left: 0;
		top: 0;
		overflow-y: auto;
		z-index: 98;
		scrollbar-width: none;
		-ms-overflow-style: none;
	}
}
#header .header_nav .nav_wrap {
	height: 6rem;
	display: flex;
	align-items: center;
	gap: 0 6rem;
}
@media screen and (max-width: 767px) {
	#header .header_nav .nav_wrap {
		position: relative;
		height: auto;
		display: block;
		padding: 6rem 3.5rem;
		background: linear-gradient(#fef8f9 0%, #fbe7eb 100%);
	}
}
#header .header_nav .nav_wrap .gnav {
	display: flex;
	gap: 0 3.2rem;
}
@media screen and (max-width: 767px) {
	#header .header_nav .nav_wrap .gnav {
		flex-direction: column;
		gap: 0;
	}
}
#header .header_nav .nav_wrap .gnav li {
	position: relative;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.4285714286;
}
@media screen and (max-width: 767px) {
	#header .header_nav .nav_wrap .gnav li {
		font-size: 1.6rem;
		line-height: 1.5;
		background: url(../img/common/bg_dot_x.svg) repeat-x left bottom/0.4rem auto;
	}
}
#header .header_nav .nav_wrap .gnav li a {
	position: relative;
	display: block;
	padding: 0.8rem 0;
}
@media screen and (max-width: 767px) {
	#header .header_nav .nav_wrap .gnav li a {
		padding: 1em 4.4rem 1em 0;
	}
}
#header .header_nav .nav_wrap .gnav li a::after {
	content: "";
	position: absolute;
}
@media screen and (min-width: 768px) {
	#header .header_nav .nav_wrap .gnav li a::after {
		width: 100%;
		height: 0.2rem;
		background-color: #ED8599;
		left: 0;
		right: 0;
		bottom: 0;
		transform: scale(0);
		transition: 0.3s ease;
	}
}
@media screen and (max-width: 767px) {
	#header .header_nav .nav_wrap .gnav li a::after {
		width: 3.6rem;
		height: 0.5rem;
		background: url(../img/common/ico_arw.svg) no-repeat center/contain;
		right: 0;
		top: calc(50% - 0.25rem);
	}
}
@media screen and (min-width: 768px) {
	#header .header_nav .nav_wrap .gnav li a:hover {
		opacity: 1;
	}
	#header .header_nav .nav_wrap .gnav li a:hover::after {
		transform: scale(1);
	}
}
@media screen and (max-width: 767px) {
	#header .header_nav .nav_wrap .btn_wrap {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 3.2rem 0;
		margin-top: 4rem;
	}
}
#header .header_nav .nav_wrap .btn_wrap .tel {
	font-size: 2.4rem;
	line-height: 1.25;
}
#header .header_nav .nav_wrap .btn_wrap .tel a {
	display: block;
}
@media screen and (max-width: 767px) {
	#header .header_nav .nav_wrap .btn_wrap .tel a {
		position: relative;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-width: 28rem;
		min-height: 6rem;
		font-weight: 500;
		font-size: 2.4rem;
		line-height: 1;
		padding: 1.8rem 4rem;
		background-color: #fff;
		border-radius: 100vh;
	}
}
#header .header_nav .nav_wrap .btn_wrap .tel a::before {
	content: "";
	display: inline-block;
	width: 2.1rem;
	height: 2.1rem;
	background: url(../img/common/ico_tel.svg) no-repeat center/contain;
	vertical-align: -0.2rem;
	margin-right: 1.2rem;
}

/* ---------------------------------------
footer
-----------------------------------------*/
@media screen and (max-width: 767px) {
	#footer {
		padding-bottom: 5.8rem;
	}
}
#footer .fixed_btn {
	display: flex;
	flex-direction: column;
	gap: 2rem 0;
	padding: 0 2rem 0 0;
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 100;
}
@media screen and (max-width: 767px) {
	#footer .fixed_btn {
		justify-content: center;
		flex-direction: row;
		gap: 0 0.8rem;
		padding: 0 0 1rem;
		left: 0;
		top: auto;
		bottom: 0;
		transform: none;
	}
}
#footer .fixed_btn .btn a {
	min-width: 4.8rem;
	min-height: 18rem;
	font-size: 1.4rem;
	line-height: 1.1428571429;
	padding: 1.4rem;
	border: 0.1rem solid #fff;
}
@media screen and (min-width: 768px) {
	#footer .fixed_btn .btn a {
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		text-orientation: upright;
	}
}
@media screen and (max-width: 767px) {
	#footer .fixed_btn .btn a {
		min-width: 16rem;
		min-height: 4.8rem;
		font-size: 1.4rem;
		line-height: 1.1428571429;
	}
}
#footer .fixed_btn .btn._reserve a::before {
	content: none;
}
#footer .fixed_btn .btn._info a {
	color: #68444F;
	background-color: #f6c7ce;
}
#footer .img {
	position: relative;
	width: 120rem;
	height: 48rem;
	border-radius: 2.4rem;
	overflow: hidden;
	margin: 0 auto -24rem;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	#footer .img {
		width: 31.1rem;
		height: 12.4rem;
		border-radius: 1.2rem;
		margin: 0 auto -6.2rem;
	}
}
#footer .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#footer .wrap {
	padding: 32rem 12rem 8rem;
	background: linear-gradient(to right, #fef8f9 0%, #fbe7eb 100%);
	border-radius: 2.4rem;
}
@media screen and (max-width: 767px) {
	#footer .wrap {
		padding: 10.2rem 1.95rem 4rem;
		border-radius: 1.2rem;
	}
}
#footer .footer_reservation .ttl_wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media screen and (max-width: 767px) {
	#footer .footer_reservation .ttl_wrap {
		flex-direction: column;
		gap: 3.6rem 0;
	}
}
@media screen and (max-width: 767px) {
	#footer .footer_reservation .ttl_wrap .sec_ttl {
		text-align: center;
	}
}
#footer .footer_reservation .ttl_wrap .txt_wrap {
	width: 64rem;
}
@media screen and (max-width: 767px) {
	#footer .footer_reservation .ttl_wrap .txt_wrap {
		width: 100%;
	}
}
#footer .footer_reservation .btn_wrap {
	margin-top: 4rem;
	display: flex;
	justify-content: center;
	gap: 3.2rem;
}
@media screen and (max-width: 767px) {
	#footer .footer_reservation .btn_wrap {
		flex-direction: column;
		align-items: center;
		gap: 3.2rem 0;
	}
}
#footer .footer_info {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 8rem;
}
@media screen and (max-width: 767px) {
	#footer .footer_info {
		flex-direction: column;
		gap: 4rem 0;
	}
}
#footer .footer_info .calendar {
	width: 52.4rem;
}
@media screen and (max-width: 767px) {
	#footer .footer_info .calendar {
		width: 100%;
	}
}
#footer .footer_info .calendar .tb {
	width: 100%;
	border-collapse: collapse;
}
#footer .footer_info .calendar .tb th,
#footer .footer_info .calendar .tb td {
	text-align: center;
}
#footer .footer_info .calendar .tb thead th {
	width: 4.8rem;
	font-weight: 500;
	background-color: #E1DADC;
}
@media screen and (max-width: 767px) {
	#footer .footer_info .calendar .tb thead th {
		width: 2.4rem;
	}
}
#footer .footer_info .calendar .tb thead th:first-child {
	width: 16.8rem;
	text-align: left;
	padding: 1.4rem 2rem;
}
@media screen and (max-width: 767px) {
	#footer .footer_info .calendar .tb thead th:first-child {
		width: 9.1rem;
		padding: 1.8rem 1.6rem;
	}
}
#footer .footer_info .calendar .tb thead th:last-child {
	width: 6.8rem;
	padding-right: 2rem;
}
@media screen and (max-width: 767px) {
	#footer .footer_info .calendar .tb thead th:last-child {
		width: 3.9rem;
	}
}
#footer .footer_info .calendar .tb tbody th,
#footer .footer_info .calendar .tb tbody td {
	background-color: #fff;
}
#footer .footer_info .calendar .tb tbody tr:not(:last-child) th,
#footer .footer_info .calendar .tb tbody tr:not(:last-child) td {
	background: #fff url(../img/common/bg_dot_x.svg) repeat-x left bottom/0.4rem auto;
}
#footer .footer_info .calendar .tb tbody th {
	line-height: 1.5;
}
#footer .footer_info .calendar .tb tbody th:first-child {
	text-align: left;
	padding: 1.8rem 2rem;
}
@media screen and (max-width: 767px) {
	#footer .footer_info .calendar .tb tbody th:first-child {
		padding: 0.6rem 1.6rem;
	}
}
#footer .footer_info .calendar .tb tbody td {
	font-size: 1.2rem;
}
#footer .footer_info .calendar .tb tbody td:last-child {
	padding-right: 2rem;
}
@media screen and (max-width: 767px) {
	#footer .footer_info .calendar .tb tbody td:last-child {
		padding-right: 1.5rem;
	}
}
#footer .footer_info .calendar .txt {
	margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
	#footer .footer_info .calendar .txt {
		letter-spacing: -0.015em;
	}
}
#footer .footer_info .map {
	width: 52.4rem;
	height: 37.2rem;
}
@media screen and (max-width: 767px) {
	#footer .footer_info .map {
		width: 100%;
		height: 30.4rem;
	}
}
#footer .footer_info .map iframe {
	width: 100%;
	height: 100%;
}
#footer .footer_logo {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 4rem;
	margin-top: 4rem;
}
@media screen and (max-width: 767px) {
	#footer .footer_logo {
		flex-direction: column;
		gap: 1.5rem 0;
	}
}
#footer .footer_logo .logo {
	width: 28rem;
}
@media screen and (max-width: 767px) {
	#footer .footer_logo .logo {
		width: 16rem;
	}
}
#footer .footer_logo .txt_wrap {
	position: relative;
}
#footer .footer_logo .txt_wrap .flex {
	justify-content: flex-start;
	align-items: flex-end;
	gap: 0 1.8rem;
}
@media screen and (max-width: 767px) {
	#footer .footer_logo .txt_wrap .flex {
		display: block;
	}
}
#footer .footer_logo .txt_wrap .sns {
	display: flex;
	gap: 0 1.5rem;
	margin-bottom: 0.3rem;
}
@media screen and (max-width: 767px) {
	#footer .footer_logo .txt_wrap .sns {
		justify-content: center;
		margin-top: 1.5rem;
	}
}
#footer .footer_logo .txt_wrap .sns li {
	width: 4rem;
}
#footer .footer_logo .txt_wrap .sns li a {
	display: block;
}
#footer .copyright {
	color: #818188;
	font-size: 1.4rem;
	line-height: 1.2857142857;
	padding: 4rem;
}
@media screen and (max-width: 767px) {
	#footer .copyright {
		padding: 2.4rem;
	}
}

/* ---------------------------------------
clearfix
-----------------------------------------*/
.cf:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.cf {
	display: inline-block;
}

/* Hides from IE Mac */
* html .cf {
	height: 1%;
}

.cf {
	display: block;
}

/* End Hack */