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



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

base

------------------------------------------- */
:root {
	--pink: #ff97ba;
	--prime: #ff50a0;
}
html {
	scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}
body {
	background: url(../img/texture-2.jpg) center top;
	background-size: 100% auto;
	color: #000;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 1.4rem;
	letter-spacing: 0.06em;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 768px) {
	body {
		font-size: 1.5rem;
	}
}
/* link */
a {
	color: #000;
}



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

header

------------------------------------------- */
header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: var(--prime);
	padding: 2.5rem 4rem;
}
@media screen and (max-width: 768px) {
	header {
		justify-content: center;
		height: 6rem;
		padding: 0;
	}
}
/* h1 */
header h1 {
	width: 8rem;
	line-height: 1;
}
@media screen and (max-width: 768px) {
	header h1 {
		width: 6rem;
	}	
}



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

nav

------------------------------------------- */
.gnav-menu {
	display: flex;
	align-items: center;
}
.gnav-menu > li {
	font-weight: bold;
	white-space: nowrap;
	font-size: 0.9rem;
	line-height: 1;
}
.gnav-menu > li:not(:last-child) {
	margin-right: 3rem;
}
.gnav-menu > li > a {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #fff;
}
.gnav-menu > li > a span {
	font-size: 1.4rem;
	margin-bottom: 0.5rem;
}
.gnav-menu > li:last-child {
	font-size: 2.2rem;
}



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

footer

------------------------------------------- */
footer {
	padding: 4rem 0 2rem 0;
	background: var(--prime);
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
}
footer .logo {
	width: 7rem;
	margin: 5rem 0;
}
footer ul {
	display: flex;
	font-weight: bold;
	justify-content: center;
	align-items: center;
	gap: 3rem
}
footer ul a {
	color: #fff;
}
footer ul li:last-child {
	font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
	footer .logo {
		width: 9rem;
		margin: 5rem 0;
	}
	footer ul {
		flex-wrap: wrap;
		gap: 0
	}
	footer ul li {
		width: 50%;
		text-align: center;
		padding: 0.6rem 0;
	}	
}
footer small {
	display: block;
	font-size: 1rem;
	text-align: center;
}



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

page-ttl

------------------------------------------- */
.page-ttl {
	background: url(../img/top-kv-1.jpg) no-repeat center / cover;
}
.page-ttl > div {
	background: rgba(0,0,0,0.4);
	display: flex;
	align-items: center;
	justify-content: center;
	height: 20rem;
}
@media screen and (max-width: 768px) {
	.page-ttl > div {
		height: 16rem;
	}
}
/* ---- h2 ---- */
.page-ttl h2 {
	color:#fff;
	font-size: 3.6rem;
	line-height: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.page-ttl h2 span {
	font-size: 1.2rem;
	margin-top: 0.8rem;
}



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

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;
}
@media screen and (max-width: 768px) {
	.container {
		margin: 6rem 3rem 8rem 3rem;
		width: auto;
	}
}
.container .wrap {
	display: flex;
	justify-content: space-between;
}
.container .wrap.reverse {
	flex-direction: row-reverse;
}
.container .wrap > figure {
	width: 35%;
}
.container .wrap > div {
	width: 62%;
}
@media screen and (max-width: 768px) {
	.container .wrap {
		display: block;
	}
	.container .wrap > figure {
		width: 100%;
		margin-bottom: 2rem;
	}
	.container .wrap > div {
		width: 100%;
	}
}
/* page-top */
#page-top {
    position: fixed;
	bottom: 1rem;
	right: 1rem;	
	z-index: 999;	
}
#page-top a {
	background: var(--prime);
	border-radius: 50%;
	color: #fff;	
	font-size: 1.2rem;
	width: 3.2rem;
	height: 3.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	padding-left: 0.1rem;
}
@media screen and (max-width: 768px) {

}



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

style

------------------------------------------- */
/* heading */
.heading-1 {
	line-height: 1;
	margin-bottom: 4rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: url(../img/bg-ttl.png) no-repeat center top;
	background-size: 2rem auto;
	padding-top: 1.8rem;
}
.heading-1 .en {
	font-size: 2.8rem;
	margin-bottom: 0.6rem;
}
.heading-1 .jp {
	color: var(--prime);
	font-size: 1.2rem;
}
.heading-1.wh {
	color: #fff;
	background: url(../img/bg-ttl-wh.png) no-repeat center top;
	background-size: 2rem auto;
}
.heading-1.wh .jp {
	color: #fff;
}
@media screen and (max-width: 768px) {

}
/* more */
.more {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 16rem;
	height: 4.4rem;
	border-radius: 10rem;
	background-color: var(--prime);
	color: #fff;
	margin: 0 auto;
	font-weight: bold;
	padding-bottom: 0.15rem;
	padding-left: 0.2rem;
}	
@media screen and (max-width: 768px) {

}
/* ttl */
.ttl,
.CMS-NEWS-TITLE,
.CMS-ARTICLE-TITLE {
	border-bottom: solid 1px rgba(0,0,0,0.3);
	font-size: 2.2rem;
	margin-bottom: 3rem;
	padding: 1rem 0 1.5rem 0;
	position: relative;
}
.ttl:after,
.CMS-NEWS-TITLE:after,
.CMS-ARTICLE-TITLE::after {
	content: "";
	background: var(--prime);
	display: block;
	height: 3px;
	bottom: -3px;
	position: absolute;
	width: 25%;
	z-index: 10;
}
@media screen and (max-width: 768px) {
	.ttl:after,
	.CMS-NEWS-TITLE:after,
	.CMS-ARTICLE-TITLE::after {
		width: 40%;
	}	
}
/* detail */
dl.detail {
	display: flex;
	flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
	dl.detail {
		display: block;
	}
}
dl.detail dt {
	padding: 1.5rem;
	width: 25%;
	white-space: nowrap;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	dl.detail dt {
		display: flex;
		align-items: center;
		padding: 1.5rem 1.5rem 0.3rem 1.5rem;
		width: 100%;
	}
	dl.detail dt::before {
		content: "◆";
		color: var(--prime);
		font-size: 1.2rem;
		margin-right: 0.5rem;
	}	
}
dl.detail dd {
	padding: 1.5rem;
	width: 75%;
}
@media screen and (max-width: 768px) {
	dl.detail dd {
		padding: 0 1.5rem 1.5rem 1.5rem;
		width: 100%;
	}
}
dl.detail dt:last-of-type,
dl.detail dd:last-of-type {
	border-bottom: none;
}
dl.bk dt,
dl.bk dd {
	border-bottom: 1px solid rgba(0,0,0,0.3);
}
dl.wh dt,
dl.wh dd {
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
@media screen and (max-width: 768px) {
	dl.bk dt {
		border-bottom: none;
	}
	dl.wh dt {
		border-bottom: none;
	}
}



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

hamburger

------------------------------------------- */
.gnav-sp {
	background: var(--prime);
	display: block;
	position: fixed;
	top: 0;
	bottom: 0;
	width: 100%;
	opacity: 0;
	overflow-x: hidden;
	overflow-y: auto;
	transition: all .5s;
	z-index: -1;
	-webkit-overflow-scrolling: touch;
}
.gnav-sp nav {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
/* ---- gnav-sp-menu ---- */
.gnav-sp-menu li {
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
	line-height: 1;
}
.gnav-sp-menu li span {
	display: block;
	font-size: 2rem;
	margin-bottom: 0.8rem;
}
.gnav-sp-menu li a {
	display: block;
	padding: 1.2rem 0;
	white-space: nowrap;
	color: #fff;
}
.gnav-sp-menu li:last-child {
	font-size: 2.8rem;
}
/* toggle */
.toggle-btn {
	background: var(--prime);
	cursor: pointer;
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	width: 6rem;
	height: 6rem;
	transition: all .5s;
	z-index: 100000;
}
.toggle-btn span {
	background: #fff;
	display: block;
	position: absolute;
	left: 2rem;
	width: 2rem;
	height: 0.2rem;
	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:nth-child(1) {
	transform: translateY(0.8rem) rotate(-45deg);
}
.open .toggle-btn span:nth-child(2) {
	opacity: 0;
}
.open .toggle-btn span:nth-child(3) {
	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;
	}
}
/* list */
ul.list-group li {
	margin-left: 2rem;
	list-style: disc;
}
ul.list-group li:not(:last-child) {
	margin-bottom: 0.6rem;
}
@media screen and (max-width: 768px) {
	ul.list-group li:not(:last-child) {
		margin-bottom: 1rem;
	}
}
/* preapre */
.prepare {
	color: var(--prime);
    font-size: 2rem;
	font-weight: bold;
	text-align: center;
    padding: 8rem 0;
}
/* 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);
	}
}
.delay-1 { animation-delay: 0.1s !important; }
.delay-2 { animation-delay: 0.2s !important; }
.delay-3 { animation-delay: 0.3s !important; }
.delay-4 { animation-delay: 0.4s !important; }
.delay-5 { animation-delay: 0.5s !important; }



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

gallery

------------------------------------------- */
.gallery-list {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem
}	
.gallery-list li {
	width: calc((100% - 4rem) / 5);
}
.gallery-list img {	
	aspect-ratio: 1/1;
	height: 100%;
	object-fit: cover;	
}
@media screen and (max-width: 768px) {
	.gallery-list li {
		width: calc((100% - 3rem) / 4);
	}
}



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

news common

------------------------------------------- */
/* CMS-NEWS-MORE-READ */
.CMS-NEWS-MORE-READ {
	background: var(--prime);
    border: none;
	color: #fff !important;
    display: block;
    font-size: 1.4rem;
	font-family: "Zen Maru Gothic", sans-serif;
    margin: 0 auto;
    padding: 1.6rem 0 1.7rem 0;
    width: 31%;
    text-align: center;
    transition: all .3s;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
	border-radius: 10rem;
	font-weight: bold;
}
.CMS-NEWS-MORE-READ:hover {
    cursor: pointer;
    opacity: 0.6;
}
@media screen and (max-width: 768px) {
	.CMS-NEWS-MORE-READ {
		width: 100%;
	}
}
/* newsdetail */
.CMS-NEWS-CONTENT img {
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto 3rem auto;
}
@media screen and (max-width: 768px) {
    .CMS-NEWS-CONTENT img {
        width: 100%;
    }
}



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

news thumbnail

------------------------------------------- */
/* CMS-NEWS */
.CMS-NEWS-INDEX {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 10rem;
	position: relative;
}
@media screen and (max-width: 768px) {
    .CMS-NEWS-INDEX {
        display: block;
    }
}
.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;
}
@media screen and (max-width: 768px) {
	.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-ITEM a {
    transition: all .3s;
    display: block;
}
.CMS-NEWS-ITEM a:hover {
    opacity: 0.6;
}
/* time */
.CMS-NEWS-TIME {
    font-size: 1.2rem;
    margin: 1.8rem 0 0.6rem 0;
    line-height: 1;
	padding-bottom: 1rem;
	border-bottom: solid 0.1rem #000;
}
@media screen and (max-width: 768px) {
	.CMS-NEWS-TIME {
        margin: 1.5rem 0 0.2rem 0;
    }  
}
/* img */
.CMS-NEWS-INDEX > * img {
    height: 100%;
    width: 100%;
	aspect-ratio: 3/2;
    object-fit: cover;
	border-radius: 1rem;
}



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

CMS form

------------------------------------------- */
.CMS-FORM {
	max-width: 72rem;
	margin: 0 auto;
	padding: 3rem;
	background: rgba(255, 255, 255, 0.85);
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 1.6rem;
	box-shadow: 0 1.2rem 3rem rgba(0, 0, 0, 0.08);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
}
@media screen and (max-width: 768px) {
	.CMS-FORM {
		padding: 2rem;
	}
}

.CMS-FORM-GROUP {
	display: grid;
	grid-template-columns: 18rem 1fr;
	gap: 1.2rem 1.6rem;
	align-items: center;
	padding: 1.6rem 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.CMS-FORM-GROUP:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
@media screen and (max-width: 768px) {
	.CMS-FORM-GROUP {
		grid-template-columns: 1fr;
		gap: 0.8rem;
		padding: 1.4rem 0;
	}
}

.CMS-FORM-SELECT-LABEL,
.CMS-FORM-INPUT-LABEL,
.CMS-FORM-EMAIL-LABEL,
.CMS-FORM-TEXTAREA-LABEL {
	font-weight: 700;
	letter-spacing: 0.04em;
	display: inline-flex;
	align-items: center;
	gap: 0.8rem;
}

/* このフォームは全項目 required のため一律表示 */
.CMS-FORM-SELECT-LABEL::after,
.CMS-FORM-INPUT-LABEL::after,
.CMS-FORM-EMAIL-LABEL::after,
.CMS-FORM-TEXTAREA-LABEL::after {
	content: "必須";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 2rem;
	padding: 0 0.8rem;
	border-radius: 10rem;
	background: rgba(255, 80, 160, 0.12);
	color: var(--prime);
	font-size: 1.1rem;
	line-height: 1;
	font-weight: 700;
	white-space: nowrap;
}

.CMS-FORM-INPUT,
.CMS-FORM-EMAIL,
.CMS-FORM-TEXTAREA,
.CMS-FORM-SELECT {
	width: 100%;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 1.5rem;
	padding: 1.2rem 1.3rem;
	border-radius: 1rem;
	border: 1px solid rgba(0, 0, 0, 0.18);
	background: #fff;
	transition: border-color .2s ease, box-shadow .2s ease;
}

.CMS-FORM-TEXTAREA {
	min-height: 16rem;
	resize: vertical;
}

.CMS-FORM-SELECT {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image:
		linear-gradient(45deg, transparent 50%, rgba(0,0,0,0.55) 50%),
		linear-gradient(135deg, rgba(0,0,0,0.55) 50%, transparent 50%);
	background-position:
		calc(100% - 1.8rem) 50%,
		calc(100% - 1.3rem) 50%;
	background-size: 0.6rem 0.6rem, 0.6rem 0.6rem;
	background-repeat: no-repeat;
	padding-right: 3.6rem;
}

.CMS-FORM-INPUT:focus,
.CMS-FORM-EMAIL:focus,
.CMS-FORM-TEXTAREA:focus,
.CMS-FORM-SELECT:focus {
	outline: none;
	border-color: rgba(255, 80, 160, 0.85);
	box-shadow: 0 0 0 0.4rem rgba(255, 80, 160, 0.16);
}

.CMS-FORM-GROUP input[type="submit"] {
	appearance: none;
	-webkit-appearance: none;
	display: block;
	width: min(32rem, 100%);
	margin: 0 auto;
	border: none;
	background: var(--prime);
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.08em;
	padding: 1.6rem 0 1.7rem 0;
	border-radius: 10rem;
	cursor: pointer;
	transition: opacity .2s ease, transform .05s ease;
}
.CMS-FORM-GROUP input[type="submit"]:hover {
	opacity: 0.75;
}
.CMS-FORM-GROUP input[type="submit"]:active {
	transform: translateY(1px);
}

.CMS-FORM-ACTIONS {
	display: block;
	border-bottom: none;
	padding-top: 2.2rem;
}

.CMS-FORM-NOTE {
	max-width: 72rem;
	margin: 1.6rem auto 0 auto;
	font-size: 1.2rem;
	color: rgba(0, 0, 0, 0.78);
	line-height: 1.8;
}

.CMS-PRIVACY {
	max-width: 72rem;
	margin: 2.4rem auto 0 auto;
	padding: 2.2rem 2.2rem;
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 1.6rem;
}
@media screen and (max-width: 768px) {
	.CMS-PRIVACY {
		padding: 1.8rem;
	}
}

.CMS-PRIVACY-TTL {
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 1.2rem;
	padding-bottom: 1.2rem;
	border-bottom: 1px solid rgba(0,0,0,0.12);
}

.CMS-PRIVACY-DL {
	margin-top: 1rem;
	max-height: 32rem;
	overflow: auto;
	padding-right: 0.6rem;
	display: block;
}
.CMS-PRIVACY-DL dt,
.CMS-PRIVACY-DL dd {
	width: 100%;
	border: none !important;
}
.CMS-PRIVACY-DL dt {
	font-weight: 700;
	color: rgba(0, 0, 0, 0.9);
	padding: 1.2rem 0 0.6rem 0;
}
.CMS-PRIVACY-DL dt:not(:first-child) {
	margin-top: 0.8rem;
	border-top: 1px solid rgba(0, 0, 0, 0.10);
}
.CMS-PRIVACY-DL dd {
	padding: 0 0 1.2rem 0;
	line-height: 1.9;
	color: rgba(0, 0, 0, 0.78);
}

.CMS-PRIVACY-DL {
	scrollbar-gutter: stable;
	scrollbar-width: thin;
	scrollbar-color: rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.08);
}
.CMS-PRIVACY-DL::-webkit-scrollbar {
	width: 10px;
}
.CMS-PRIVACY-DL::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.08);
	border-radius: 10px;
}
.CMS-PRIVACY-DL::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.35);
	border-radius: 10px;
	border: 2px solid rgba(0, 0, 0, 0.08);
}
.CMS-PRIVACY-DL::-webkit-scrollbar-thumb:hover {
	background: rgba(0, 0, 0, 0.45);
}



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

thanx

------------------------------------------- */
.thanx__txt {
	font-size: 1.6rem;
	line-height: 2;
	text-align: center;
	margin: 6rem auto 4rem auto;
	max-width: 72rem;
}
@media screen and (max-width: 768px) {
	.thanx__txt {
		margin: 4rem auto 3rem auto;
		text-align: left;
	}
}

.thanx__btn {
	margin-top: 0;
}