@charset "UTF-8";
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lobster&display=swap'); */


@import url('https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');

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

base

------------------------------------------- */
:root {
	--orange: #ee6a27;
	--grey: #424242;
	--bg-beige: #f8f7f4;
	--bg-orange: #fff5f0;
	--bg-grey: #C5F2FA;
	--blue: #78CFEA;
	--prime: #F88379;
	--font: "Inter", sans-serif;
}

body {
	color: #000;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.4rem;
	letter-spacing: 0.06em;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
}

a {
	color: #000;
}

@media screen and (max-width: 768px) {
	body {
		font-size: 1.5rem;
	}
}



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

header

------------------------------------------- */
header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 6.4rem;
	min-height: 76.8px;
	position: relative;
	z-index: 99;
	padding: 0 10rem 0 11.5rem;
	background-color: #C5F2FA;
}

header h1 {
	height: 6.4rem;
	min-height: 76.8px;
	line-height: 1;
}
header h1 img {
	width:auto;
	height: 100%;
}

@media screen and (max-width: 1000px) {
	header {
		padding: 0 10rem 0 7rem;
	}
}
@media screen and (max-width: 768px) {
	header {
		justify-content: center;
		height: 6rem;
		box-shadow: none;
		min-height: 0;
		padding: 0 10rem 0 10rem;
	}
	header h1 {
		height: 6rem;
		min-height: 0;
	}
}



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

nav

------------------------------------------- */
ul.gnav-menu {
	display: flex;
	align-items: center;
}

ul.gnav-menu>li {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.05em;
	white-space: nowrap;
}

ul.gnav-menu>li:not(:last-child) {
	margin-right: 3rem;
}

ul.gnav-menu > li:nth-last-child(2) {
	width: 1.8rem;
	margin-right: 2rem;
}
ul.gnav-menu > li:last-child {
	width: 1.55rem;
	margin-right: 1rem;
}

ul.gnav-menu>li>a:hover {
	opacity: 1;
	color: var(--prime);
}



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

footer

------------------------------------------- */
footer {
	background: #0D2A53;
	color: #fff;
	padding-bottom: 2rem;
}

footer a {
	color: #fff;
}

footer .wrap {
	display: flex;
	justify-content: space-between;
	align-items: top;
	padding: 3.5rem 0 4rem 0;
	width: 102rem;
}

footer .logo {
	width: 13rem;
	mix-blend-mode: screen;
}

footer nav ul {
	display: flex;
	align-items: top;
}
footer nav ul li:not(:last-child) {
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin-right: 2.8rem;
}
footer nav ul li:nth-last-child(2) {
	width: 1.8rem;
	margin-right: 2rem;
	filter: grayscale(100%) brightness(0) invert(100%);  /* 白 */

}
footer nav ul li:last-child {
	width: 1.55rem;
	margin-right: 1rem;
	filter: grayscale(100%) brightness(0) invert(100%);  /* 白 */
	margin-top: -0.3rem;
}

footer small {
	display: block;
	text-align: center;
	font-size: 1.1rem;
}

@media screen and (max-width: 768px) {
	footer {
		padding-bottom: 9rem;
	}
	footer .wrap {
		flex-direction: column;
		align-items: center;
		padding: 4rem 0;
		width: 100%;
	}

	footer .logo {
		width: 16rem;
		margin-bottom: 3rem;
	}

	footer nav ul {
		flex-wrap: wrap;
		flex-direction: column;
		gap: 1.5rem;
	}

	footer nav ul li {
		text-align: center;
		padding: 0.3rem 0;
	}

	footer nav ul li:not(:last-child) {
		font-size: 1.4rem;
		margin-right: 0;
	}
	footer nav ul li:nth-last-child(2) {
		width: 2.2rem;
		margin: 2rem auto 0;

	}
	footer nav ul li:last-child {
		width: 2.1rem;
		margin: 0 auto;
	}
}



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

page-ttl

------------------------------------------- */
.page-ttl {
}

.page-ttl>div {
	background: url(../img/back-faq.jpg) no-repeat center top / cover;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 18rem;
	padding-bottom: 0.3rem;
	position: relative;
}
    .page-ttl>div::before {
        content: "";
        position: absolute;
        inset: 0;
        background-color: rgba(0, 0, 0, 0.5);
        background-color: rgba(255, 255, 255, 0.7);
    }


.page-ttl h2 {
	font-size: 6rem;
	font-weight: 400;
	font-style: italic;
	line-height: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	 font-family: "Cormorant Garamond", serif;
	 color: #000;
}

.page-ttl h2 span:not(.and) {
	font-size: 1.3rem;
	letter-spacing: 0.15em;
	margin-bottom: 0.8rem;
	text-transform: uppercase;
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
}
.page-ttl h2 span.and span {
	font-size: 0.6em;
	display: inline;
}

@media screen and (max-width: 768px) {
	.page-ttl>div {
		background: url(../img/back-faq.jpg) no-repeat center top / 180%;
		height: 16rem;
	}
}



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

layout

------------------------------------------- */
/* ---- base-width ---- */
.base-width {
	width: 88rem;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 768px) {
	.base-width {
		width: auto;
	}
}

/* ---- container ---- */
.container {
	margin: 8rem auto 10rem auto;
	width: 88rem;
}

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

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

.container .wrap>figure {
	width: 55%;
}

.container .wrap>div {
	width: 42%;
}
.container .wrap.line-1>div {
	width: 100%;
}

@media screen and (max-width: 768px) {
	.container {
		margin: 6rem 3rem 8rem 3rem;
		width: auto;
	}

	.container .wrap {
		display: block;
	}

	.container .wrap>figure {
		width: 100%;
		margin-bottom: 2rem;
	}

	.container .wrap>div {
		width: 100%;
	}
}

/* ---- page-top ---- */
#page-top {
	width: 100%;
}

#page-top a {
	background: var(--bg-grey);
	height: 3.6rem;
	display: flex;
	color: #000;
	justify-content: center;
	align-items: center;
	line-height: 1;
	font-weight: 700;
	font-size: 1.3rem;
}

#page-top a i {
	font-size: 1.5rem;
	margin-top: 0.2rem;
	margin-right: 0.6rem;
	color: #666;
}

#page-top a:hover {
	opacity: 0.7;
}



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

style

------------------------------------------- */
/* ---- heading ---- */
.heading-1 {
	line-height: 1;
	margin-bottom: 3rem;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding-bottom: 1.5rem;
}

.heading-1 .en {
	font-weight: 400;
	font-size: 4.3rem;
	text-transform: uppercase;
	font-family: var(--font);
	letter-spacing: 0.08em;
}

.heading-1 .jp {
	display: flex;
	align-items: center;
	font-weight: 500;
	margin-top: 0.65rem;
	margin-left: 1.5rem;
}

.heading-1::before {
	content: "";
	width: 10rem;
	height: 0.25rem;
	background: linear-gradient(to right, #83562F, #CABDB5);
	position: absolute;
	left: 0;
	bottom: 0;
}

.heading-2 {
	background: var(--prime);
	font-size: 1.6rem;
	margin-bottom: 1.5rem;
	padding: 0.7rem 2rem 0.85rem 2rem;
	position: relative;
	color: #fff;
	font-weight: 500;
}

.heading-2::before {
	content: "";
	width: 1rem;
	height: 0.5rem;
	background: var(--blue);
	position: absolute;
	left: 0;
	top: calc(50% - 0.25rem)
}

@media screen and (max-width: 768px) {
	.heading-2 {
		font-size: 1.8rem;
	}
}

/* ---- more ---- */
.more {
	line-height: 1;
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	justify-content: center;
	width: 15rem;
	padding: 1.3rem 0 1.3rem 0;
	background-color: #F88379;
	font-weight: bold;
	color: #fff;
	font-family: var(--font);
}

.more:hover {
	opacity: 0.7;
	color: #fff;
}

.more i {
	margin-right: 1rem;
}

@media screen and (max-width: 768px) {
	.more {
		font-size: 1.15em;
		width: 17rem;
		padding: 1.5rem 0 1.5rem 0;
		margin: 0 auto;
	}
}

/* ---- ttl ---- */
.ttl {
	border-bottom: solid 0.12rem rgba(0, 0, 0, 0.2);
	font-size: 2.2rem;
	margin-bottom: 3rem;
	padding: 1rem 0 1rem 0;
	position: relative;
}

.ttl span {
	font-size: 1.4rem;
}

.ttl::first-letter {
	/* color: var(--prime); */
}

.ttl:after {
	background: var(--prime);
	background: #F88379;
	height: 0.35rem;
	bottom: -0.35rem;
	z-index: 10;
	content: " ";
	display: block;
	position: absolute;
	width: 25%;
}

@media screen and (max-width: 768px) {
	.ttl:after {
		width: 40%;
	}
}

/* ---- detail ---- */
dl.detail {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

dl.detail dt {
	padding: 1.5rem;
	width: 25%;
	white-space: nowrap;
}

dl.detail dd {
	padding: 1.5rem;
	width: calc(75% - 1px);
}

dl.bk dt,
dl.bk dd {
	border-bottom: 1px solid rgba(0, 0, 0, 1);
}

@media screen and (max-width: 768px) {
	dl.detail {
		display: block;
	}

	dl.detail dt {
		display: flex;
		align-items: center;
		padding: 1.2rem 1.2rem 0.3rem 1.2rem;
		width: 100%;
	}

	dl.detail dt::before {
		content: "◆";
		font-size: 1.2rem;
		margin-right: 0.5rem;
		color: var(--prime);
	}

	dl.detail dd {
		padding: 0 1.2rem 1.2rem 1.2rem;
		width: 100%;
	}

	dl.bk dt {
		border-bottom: none;
	}
}



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

hamburger

------------------------------------------- */
.gnav-sp {
	display: block;
	position: fixed;
	top: 0;
	bottom: 0;
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	transition: all .5s;
	z-index: -1;
	opacity: 0;
	background: #fff;
}

.gnav-sp .wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.gnav-sp-menu li {
	font-size: 1.6rem;
	text-align: center;
	font-weight: 500;
	line-height: 1.4;
}
.gnav-sp-menu li:nth-last-child(2) {
	width: 2.5rem;
	margin: 2rem auto 0;
}
.gnav-sp-menu li:last-child {
	width: 2.4rem;
	margin: 0 auto;
}

.gnav-sp-menu li span {
	display: block;
}

.gnav-sp-menu li a {
	display: block;
	padding: 1.5rem 0;
	white-space: nowrap;
}

/* ---- toggle ---- */
.toggle-btn {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	width: 6rem;
	height: 6rem;
	transition: all .5s;
	cursor: pointer;
	z-index: 100000;
	background: #F88379;
}

.toggle-btn span {
	display: block;
	position: absolute;
	left: 2rem;
	width: 2rem;
	height: 0.2rem;
	background-color: #fff;
	transition: all .4s;
}

.toggle-btn span:nth-child(1) {
	top: 1.9rem;
}

.toggle-btn span:nth-child(2) {
	top: 2.7rem;
}

.toggle-btn span:nth-child(3) {
	top: 3.5rem;
}

/* ---- open ---- */
.open .gnav-sp {
	top: 0;
	opacity: 1;
	z-index: 99999;
}

.open .toggle-btn span {
	background-color: #fff;
}

.open .toggle-btn span:nth-child(1) {
	-webkit-transform: translateY(0.8rem) rotate(-45deg);
	transform: translateY(0.8rem) rotate(-45deg);
}

.open .toggle-btn span:nth-child(2) {
	opacity: 0;
}

.open .toggle-btn span:nth-child(3) {
	-webkit-transform: translateY(-0.8rem) rotate(45deg);
	transform: translateY(-0.8rem) rotate(45deg);
}



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

class

------------------------------------------- */
/* ---- txt-vertical ---- */
.txt-vertical {
	writing-mode: vertical-rl;
}

@media screen and (max-width: 768px) {
	.txt-vertical.not {
		writing-mode: horizontal-tb;
		white-space: normal;
	}
}

/* ---- prepare ---- */
.prepare {
	text-align: center;
	padding: 8rem 0;
	font-size: 2rem;
	font-weight: bold;
	color: var(--orange);
}

/* ---- map ---- */
.gmap iframe {
	width: 100%;
	height: 36rem;
}

.gmap.grey iframe {
	filter: grayscale(100%);
}

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

@media screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}
}

/* ---- margin ---- */
.mb-10 {
	margin-bottom: 1rem !important;
}

.mb-15 {
	margin-bottom: 1.5rem !important;
}

.mb-20 {
	margin-bottom: 2.0rem !important;
}

.mb-25 {
	margin-bottom: 2.5rem !important;
}

.mb-30 {
	margin-bottom: 3.0rem !important;
}

.mb-35 {
	margin-bottom: 3.5rem !important;
}

.mb-40 {
	margin-bottom: 4.0rem !important;
}

.mb-45 {
	margin-bottom: 4.5rem !important;
}

.mb-50 {
	margin-bottom: 5.0rem !important;
}

.mb-55 {
	margin-bottom: 5.5rem !important;
}

.mb-60 {
	margin-bottom: 6.0rem !important;
}

.mb-65 {
	margin-bottom: 6.5rem !important;
}

.mb-70 {
	margin-bottom: 7.0rem !important;
}

.mb-75 {
	margin-bottom: 7.5rem !important;
}

.mb-80 {
	margin-bottom: 8.0rem !important;
}

.mb-85 {
	margin-bottom: 8.5rem !important;
}

.mb-90 {
	margin-bottom: 9.0rem !important;
}

.mb-95 {
	margin-bottom: 9.5rem !important;
}

.mb-100 {
	margin-bottom: 10.0rem !important;
}



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

fade

------------------------------------------- */
.fade {
	opacity: 0;
	transform: translateY(2rem);
}

.fade.is-animation {
	animation: fade 0.5s ease;
	animation-fill-mode: both;
}

@keyframes fade {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}



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

menu low

------------------------------------------- */
/* ---- menu-list ---- */
dl.menu-list dt,
dl.menu-list dd,
dl.menu-list dt.var,
dl.menu-list dt.var+dd {
	border-bottom: solid 1px rgba(0, 0, 0, 0.2);
	/* メニュー下線カラー */
}

dl.menu-list dt:first-child,
dl.menu-list dt:first-child+dd {
	border-top: solid 1px rgba(0, 0, 0, 0.2);
	/* メニュー上線カラー */
}

dl.menu-list dt:nth-of-type(odd),
dl.menu-list dt:nth-of-type(odd)+dd {
	background: rgba(0, 0, 0, 0.04);
	/* メニュー背景色 */
}

dl.menu-list dt.var+dd dl dt:nth-of-type(odd) {
	background: none !important;
}

dl.menu-list dt.var+dd dl dt:nth-of-type(odd)+dd {
	background: none !important;
}

dl.menu-list {
	display: flex;
	flex-wrap: wrap;
}

dl.menu-list dt {
	padding: 1.5rem;
	width: 70%;
	font-weight: bold;
}

dl.menu-list dt span {
	display: block;
	font-size: 1.2rem;
	font-weight: normal;
}

dl.menu-list dd {
	padding: 1.5rem;
	width: 30%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	text-align: right;
}

dl.menu-list dt.thumb {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

dl.menu-list dt.thumb i:first-of-type {
	width: 16rem;
	display: block;
}

dl.menu-list dt.thumb i:last-of-type {
	width: calc(100% - 18rem);
}

@media screen and (max-width: 768px) {
	dl.menu-list {
		display: block;
	}

	dl.menu-list dt {
		width: 100%;
		border-bottom: none;
		padding: 1.5rem 1.5rem 0 1.5rem;
	}

	dl.menu-list dd {
		width: 100%;
		border-top: none;
		padding: 0 1.5rem 1.5rem 1.5rem;
	}

	dl.menu-list dt:first-child+dd {
		border-top: none;
	}

	dl.menu-list dt.thumb {
		display: block;
	}

	dl.menu-list dt.thumb i:first-of-type {
		width: 100%;
		margin: 0.5rem auto 1.5rem auto;
	}

	dl.menu-list dt.thumb i:last-of-type {
		width: 100%;
	}
}



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

gallery low

------------------------------------------- */
.gallery-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	justify-content: center;
	width: 90%;
	margin: 8rem auto;
}

.gallery-list li {
	margin: 0 1rem 2rem 1rem;
}

.gallery-list img {
	border-radius: 50%;
	height: 11vw;
	width: 11vw;
	object-fit: cover;
}

.gallery-list span {
	display: block;
	font-size: 1.2rem;
	line-height: 1.7;
	margin: 1.2rem 0 0 0;
	text-align: center;
	width: 11vw;
}

@media screen and (max-width: 768px) {
	.gallery-list {
		margin: 4rem auto;
		width: 95%;
	}

	.gallery-list li {
		margin: 0 0.5rem 1.5rem 0.5rem;
	}

	.gallery-list img {
		width: 17vw;
		height: 17vw;
	}

	.gallery-list span {
		font-size: 1rem;
		margin: 1rem auto 0 auto;
		width: 16vw;
	}
}







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

fixed btn

----------------------------------------------------------  */
.fixed-btn {
	position: fixed;
	top: 45%;
	right: 0;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	z-index: 999;
	width: 4.2rem;
    list-style: none;
}
.fixed-btn li:not(:last-of-type) {
	margin-bottom: 1.5rem;
}
.fixed-btn li::marker {
    content: none;
}
.fixed-btn img {
  width: 100%;
  height: auto;
}

@media (min-aspect-ratio: 1440/720) { /* 横長 */
	.fixed-btn {
		width: 3.5rem;
	}
	.fixed-btn .reserve {
		margin-bottom: 1rem;
	}
}
@media (min-aspect-ratio: 1440/560) { /* さらに横長 */
	/* .fixed-btn {
		top: 37%;
		width: 4rem;
	}
	.fixed-btn .reserve {
		margin-bottom: 0.5rem;
	} */
}

@media screen and (max-width: 768px) {
	.fixed-btn {
		top: auto;
		right: auto;
		bottom: 0;
		transform: none;
		-webkit-transform: none;
		width: 100%;
		display: flex;
	}
	.fixed-btn li {
		width: 50%;
        margin-top: 0;
        margin-bottom: 0 !important;
	}
  .fixed-btn li:not(:last-of-type) {
    border-right: solid 0.1rem #fff;
  }
	.fixed-btn a.sp {
		width: 100%;
		padding: 0;
		height: 6rem;
		display: flex !important;
		align-items: center;
		justify-content: center;
		text-decoration: none !important;
		line-height: 1;
		font-family: "Noto Serif JP", serif;
	}
    .fixed-btn a.pc {
        display: none;
    }
	/* icon */
	.fixed-btn li img {
		width: 2.5rem;
		height: 2.5rem;
		margin-right: 1rem;
	}	
	.fixed-btn li.line img {
		width: 2.9rem;
		height: 2.9rem;
		margin-right: 1rem;
	}	
	/* txt */
	.fixed-btn a > span {
		display: flex;
		flex-direction: column;
	}
	.fixed-btn a > span > span:nth-child(1) {
		margin-left: 0;
		margin-bottom: 0.3rem;
		font-size: 1.8rem;
	}
	.fixed-btn li.tel a > span > span:nth-child(1) {
		text-decoration: underline;
	}
	.fixed-btn a > span > span:nth-child(2) {
		/* font-weight: bold; */
		font-size: 1.5rem;
        text-decoration: underline;
	}		
	.fixed-btn li.tel {
		margin-bottom: 0;
	}	
	.fixed-btn .tel a > span > span:nth-child(2) {
		font-size: 1.9rem;
	}	
	.fixed-btn .line a {
		background: #0D2A53;
		color: #fff;
		letter-spacing: 0.2em;
	}	
	.fixed-btn .tel a {
		background: #0D2A53;
		color: #fff;
	}	
}





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

Google翻訳

----------------------------------------------------------  */
#google_translate {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
}
#google_translate img {
  height: auto;
  width: auto;
}
@media only screen and (max-width: 768px) {
  #google_translate {
    position: fixed;
    right: inherit;
	left: 0;
  }
}
@media only screen and (max-width: 360px) {
  .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed {
	font-size: 0.9em;
  }
}



