@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Potta+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Modak&display=swap');



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

base

------------------------------------------- */
:root {
	--prime: #b19300;
	--font-Potta: "Potta One", system-ui;
	--font-Modak: "Modak", system-ui;
}
body {
	background: #000;
	color: #fff;
	font-family: "M PLUS 1", 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: #fff;
}


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

header

------------------------------------------- */
header {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	padding-top: 2rem;
}
header::before {
	content: "";
	width: 100%;
	height: 2rem;
	background: linear-gradient(to bottom,#aa922e,#796a23);
	position: absolute;
	left: 0;
	top: 0;
}
@media screen and (max-width: 768px) {
	header.low::before {
		display: none;
	}
}



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

nav

------------------------------------------- */
.gnav {
	padding: 1.7rem 0;
}
.gnav-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 5rem;
	line-height: 1;
}
.gnav-menu > li {
	white-space: nowrap;
}
.gnav-menu > li > a {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}
.gnav-menu > li > a:hover {
	opacity: 1;
}
.gnav-menu > li > a::before {
	content: "";
	width: 2.2rem;
	height: 2.2rem;
	background: url(../img/current.png) no-repeat center / contain;
	position: absolute;
	left: calc(50% - 1.1rem);
	top: -2.6rem;
	transition: all .3s;
	opacity: 0;
	transform: translateY(0.5rem);
}
.gnav-menu > li > a:hover::before {
	opacity: 1;
	transform: translateY(0);	
}
.gnav-menu .en {
	font-family: var(--font-Modak);
	font-size: 1.8rem;
	color: var(--prime);
	margin-bottom: 0.3rem;
}
.gnav-menu .jp {
	font-family: var(--font-Potta);
	font-size: 1rem;
}
@media screen and (max-width: 768px) {
	.gnav-menu {
		gap: 0;
	}
	.gnav-menu > li {
		text-align: center;
		width: 50%;
	}
	.gnav-menu > li a {
		display: block;
		padding: 0.6rem 0;
	}
}
	

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

footer

------------------------------------------- */
footer {
	padding: 4rem 0 2rem 0;
	border-top: solid 0.7rem var(--prime);
}
footer .wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 10rem;
	margin-bottom: 2rem;
}
footer .logo {
	width: 22rem;
}
footer nav {
	display: flex;
	gap: 6rem;
	line-height: 1;
}
footer nav > ul > li:not(:last-child) {
	margin-bottom: 2.5rem;
}
footer nav > ul > li > a {
	font-family: var(--font-Modak);
	font-size: 1.8rem;
}
footer nav > ul > li > div {
	display: flex;
	gap: 1.5rem;
	margin-top: 1rem;
	font-size: 1.2rem;
	font-weight: bold;
}
footer nav > ul > li > div ul li:not(:last-child) {
	margin-bottom: 1rem;
}
footer nav > ul > li > div a {
	display: flex;
	align-items: center;
}
footer nav > ul > li > div a::before {
	content: "";
	width: 0.5rem;
	height: 0.2rem;
	background: var(--prime);
	margin-right: 0.3em;
	margin-top: 0.15rem;
}
footer small {
	display: block;
	font-size: 1rem;
	text-align: right;
}
@media screen and (max-width: 768px) {
	footer .wrap {
		flex-direction: column;
		gap: 4rem;
		margin-bottom: 4rem;
	}
	footer .logo {
		width: 22rem;
	}
	footer nav {
		flex-direction: column;
		gap: 3rem;
	}
	footer nav > ul > li:not(:last-child) {
		margin-bottom: 2.5rem;
	}
	footer nav > ul > li > a {
		font-size: 2.2rem;
	}
	footer nav > ul > li > div {
		font-size: 1.4rem;
	}
	footer small {
		text-align: center;
	}
}



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

page-ttl

------------------------------------------- */
.page-ttl {
	background: url(../img/bg-deco-2.png) no-repeat center top;
	background-size: 100% auto;
	background-color: #202020;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 24rem;
	position: relative;
	padding-top: 7rem;
}
.page-ttl::before,
.page-ttl::after {
	content: "";
	position: absolute;
	pointer-events: none;
}
.page-ttl::before {
	width: 24rem;
	height: 24rem;
	background: url(../img/deco-2.png) no-repeat left top / contain;
	left: -2rem;
	bottom: -6rem;
}
.page-ttl::after {
	width: 24rem;
	height: 24rem;
	background: url(../img/deco-3.png) no-repeat right -2rem bottom / contain;
	right: 0;
	bottom: -6rem;
}
/* h2 */
.page-ttl h1 {
	color:#fff;
	font-weight: normal;
	line-height: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.page-ttl h1 .en {
	font-family: var(--font-Modak);
	font-size: 3.6rem;
	color: var(--prime);
	margin-bottom: 0.4rem;
}
.page-ttl h1 .jp 	{
	font-family: var(--font-Potta);
	font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
	.page-ttl {
		height: 16rem;
		padding-top: 2rem;
	}	
	.page-ttl::before {
		width: 14rem;
		height: 14rem;
		background: url(../img/deco-2.png) no-repeat left -1rem top / contain;
		left: 0;
		bottom: -2rem;
	}
	.page-ttl::after {
		width: 14rem;
		height: 14rem;
		background: url(../img/deco-3.png) no-repeat right -4rem bottom / contain;
		bottom: -3rem;
	}
}



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

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 > figure img {
	aspect-ratio: 3 / 2;
	height: 100%;
	object-fit: cover;
}
.container .wrap > div {
	width: 60%;
}
@media screen and (max-width: 768px) {
	.container .wrap,
	.container .wrap.reverse {
		flex-direction: column;
	}
	.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: 3rem;
	display: flex;
	justify-content: center;
}
.heading-1 img {
	width: auto;
	height: 12rem;
}
.heading-1.adjust img {
	height: 8rem;
}
@media screen and (max-width: 768px) {

}
/* more */
.more {
	display: block;
	width: 18rem;
}	
.more.wide {
	width: 22rem;
}
.more-2 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32rem;
	height: 5.6rem;
	border-radius: 10rem;
	background: var(--prime);
	font-weight: bold;
	padding-bottom: 0.3rem;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {

}
/* ttl */
.ttl,
.CMS-NEWS-TITLE,
.CMS-ARTICLE-TITLE {
	border-bottom: solid 1px rgba(255,255,255,0.3);
	font-size: 2.2rem;
	font-weight: bold;
	margin-bottom: 3rem;
	padding: 1rem 0 1.5rem 0;
	position: relative;
	font-weight: 500;
}
.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;
}
dl.detail dt {
	padding: 1.5rem 0;
	width: 25%;
	white-space: nowrap;
	font-weight: bold;
}
dl.detail dd {
	padding: 1.5rem 0;
	width: 75%;
}
@media screen and (max-width: 768px) {
	dl.detail {
		display: block;
	}	
	dl.detail dt {
		display: flex;
		align-items: center;
		padding: 1.5rem 0 0.3rem 0;
		width: 100%;
	}
	dl.detail dt::before {
		content: "◆";
		color: var(--prime);
		font-size: 1.2rem;
		margin-right: 0.5rem;
	}	
	dl.detail dd {
		padding: 0 0 1.5rem 0;
		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: #000;
	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 li {
	text-align: center;
	line-height: 1;
}
.gnav-sp-menu span.en {
	font-size: 2.4rem;
	font-family: var(--font-Modak);
	color: var(--prime);
}
.gnav-sp-menu span.jp {
	font-size: 1.2rem;
	font-family: var(--font-Potta);
}
.gnav-sp-menu li a {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 1.5rem 0;
	white-space: nowrap;
}
/* 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; }



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

menu

------------------------------------------- */
/* lcmenu */
ul.lcmenu {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 2rem;
	margin-bottom: 4rem;
}
ul.lcmenu li {
	text-align: center;
	flex: 1;
}
ul.lcmenu li a {
	background: #fff;	
	display: flex;
	align-items: center;
	justify-content: center;
	height: 4.8rem;
	padding-bottom: 0.1rem;
	white-space: nowrap;
}
ul.lcmenu li.current a {
	background: var(--prime);	
	color: #fff;
}
@media screen and (max-width: 768px) {

}
/* 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;
}
@media screen and (max-width: 768px) {
	dl.menu-list {
		display: block;
	}
}
dl.menu-list dt {
	padding: 1.5rem;
	width: 70%;
}
dl.menu-list dt span {
	display: block;
	font-size: 1.2rem;
	font-weight: normal;
}
dl.menu-list dd {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 1.5rem;
	text-align: right;
	width: 30%;
}
@media screen and (max-width: 768px) {
	dl.menu-list dt {
		width: 100%;
		border-bottom: none;
		padding: 1.5rem 1.5rem 0 1.5rem;		
	}
	dl.menu-list dt:first-child + dd {
		border-top: none;
	}
	dl.menu-list dd {
		width: 100%;
		border-top: none;
		padding: 0 1.5rem 1.5rem 1.5rem;				
	}
}
/* thumbnail */
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 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

------------------------------------------- */
.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;	
	border-radius: 2rem;
}
@media screen and (max-width: 768px) {
	.gallery-list li {
		width: calc((100% - 3rem) / 4);
	}
}



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

news / blog　common

------------------------------------------- */
/* MORE-READ */
.CMS-NEWS-MORE-READ,
.CMS-ARTICLE-MORE-READ {
	background: var(--prime);
    border: none;
	color: #fff !important;
    display: flex;
	justify-content: center;
	align-items: center;
    font-size: 1.4rem;
	font-family: "M PLUS 1", sans-serif;
    margin: 0 auto;
    width: 24rem;
	height: 4.8rem;
    transition: all .3s;
	padding-bottom: 0.3rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
	border-radius: 10rem;
	font-weight: bold;
}
.CMS-NEWS-MORE-READ:hover,
.CMS-ARTICLE-MORE-READ:hover {
    cursor: pointer;
    opacity: 0.6;
}
@media screen and (max-width: 768px) {
	.CMS-ARTICLE-MORE-READ {
		width: 100%;
	}
}
/* DETAIL */
.CMS-NEWS-CONTENT img,
.CMS-ARTICLE-CONTENT img {
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto 3rem auto;
}
@media screen and (max-width: 768px) {
    .CMS-NEWS-CONTENT img,
	.CMS-ARTICLE-CONTENT img {
        width: 100%;
    }
}



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

news / blog　thumbnail

------------------------------------------- */
/* INDEX */
.CMS-NEWS-INDEX,
.CMS-ARTICLE-INDEX,
.CMS-NEWS-CATEGORY-INDEX,
.CMS-ARTICLE-CATEGORY-INDEX {
    display: flex;
    flex-wrap: wrap;
	column-gap: 2rem;
	row-gap: 4rem;
    padding-bottom: 10rem;
	position: relative;
}
.CMS-NEWS-INDEX > *,
.CMS-ARTICLE-INDEX > *,
.CMS-NEWS-CATEGORY-INDEX > *,
.CMS-ARTICLE-CATEGORY-INDEX > * {
	width: calc((100% - 8rem) / 3);
}
.CMS-NEWS-ITEM a,
.CMS-ARTICLE-ITEM a {
    display: block;	
}
@media screen and (max-width: 768px) {
	.CMS-NEWS-INDEX,
	.CMS-ARTICLE-INDEX,
	.CMS-NEWS-CATEGORY-INDEX,
	.CMS-ARTICLE-CATEGORY-INDEX {
		flex-direction: column;
	}
	.CMS-NEWS-INDEX > *,
	.CMS-ARTICLE-INDEX > *,
	.CMS-NEWS-CATEGORY-INDEX > *,
	.CMS-ARTICLE-CATEGORY-INDEX > * {
		width: 100%;
	} 
}
/* TIME */
.CMS-NEWS-TIME,
.CMS-ARTICLE-TIME {
    font-size: 1.2rem;
    line-height: 1;	
    margin: 1.5rem 0 0.5rem 0;
	font-weight: bold;
}
/* THUMBNAIL */
.CMS-NEWS-THUMBNAIL,
.CMS-ARTICLE-THUMBNAIL {
	aspect-ratio: 16 / 9;
    width: 100%;	
    height: 100%;
    object-fit: cover;
}