@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@500;900&display=swap');



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

base

------------------------------------------- */
:root {
	--prime: #c29f5f;
}
body {
	background: #000;
	color: #fff;
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	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: space-between;
	align-items: center;
	padding: 1rem 10rem 0 2rem;
}
@media screen and (max-width: 768px) {
	header {
		justify-content: center;
		height: 8rem;
		padding: 0;
	}
}
header.low {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 10;
}
/* h1 */
header h1 {
	width: 20rem;
}
@media screen and (max-width: 768px) {
	header h1 {
		width: 14rem;
	}	
}



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

nav

------------------------------------------- */
.gnav-menu {
	display: flex;
	align-items: center;
}
.gnav-menu > li {
	white-space: nowrap;
	line-height: 1;
	font-size: 0.9rem;
	position: relative;
}
.gnav-menu > li:not(:last-child)::after {
	content: "";
	width: 0.1rem;
	height: 1.3rem;
	background: #fff;
	position: absolute;
	right: 0;
	top: 0.2rem;
}
.gnav-menu > li:not(:last-child) {
	margin-right: 2rem;
	padding-right: 2rem;
}
.gnav-menu > li > a {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.gnav-menu > li span {
	font-size: 1.5rem;
	margin-bottom: 0.5rem;
}




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

footer

------------------------------------------- */
footer {
	padding: 4rem 0 2rem 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #000;
	background: url(../img/bg-footer.jpg) center top;
	background-size: 100% auto;
}
footer a {
	color: #000;
}
footer ul {
	display: flex;
	justify-content: center;
	line-height: 1;
}
footer ul li:not(:last-child) {
	margin-right: 2rem;
	padding-right: 2rem;
	border-right: solid 0.1rem #000;
}
footer .logo {
	width: 20rem;
	margin: 6rem 0;
}
@media screen and (max-width: 768px) {
	footer ul {
		flex-wrap: wrap;
	}
	footer ul li {
		width: 50%;
		text-align: center;
		padding: 1rem 0;
	}
	footer ul li:not(:last-child) {
		margin-right: 0;
		padding-right: 0;
		border-right: none;
	}
	footer .logo {
		width: 24rem;
		margin: 5rem 0;
	}
}
footer small {
	display: block;
	font-size: 1rem;
	text-align: center;
}



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

page-ttl

------------------------------------------- */
.page-ttl {
	background: url(../img/top-bg-1.jpg) no-repeat center / cover;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 30rem;	
	position: relative;
	padding-top: 7rem;
}
@media screen and (max-width: 768px) {
	.page-ttl {
		height: 28rem;	
		padding-top: 6.5rem;
	}
}
/* ---- h2 ---- */
.page-ttl h2 {
	color:#fff;
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	z-index: 10;
}
.page-ttl h2 span {
	font-size: 3.6rem;
	font-weight: bold;
	margin-bottom: 1rem;
	background: linear-gradient(to right,#d5b446,#fae9aa,#d5b446);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;		
}



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

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;
}



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

style

------------------------------------------- */
/* heading */
.heading-1 {
	line-height: 1;
	margin-bottom: 4rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.heading-1 .en {
	font-weight: 900;
	font-size: 2.4rem;
	margin-bottom: 1rem;
	letter-spacing: 0.1em;
}
.heading-1 .jp {
	font-weight: 500;
}
.heading-1 > span {
	background: linear-gradient(to right,#d5b446,#fae9aa,#d5b446);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;	
}
.heading-1.bk > span {
	background: none;
	-webkit-text-fill-color: #000;
	color: #000;
}
@media screen and (max-width: 768px) {
	.heading-1 {
		margin-bottom: 5rem;
	}
}
/* more */
.more {
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	padding: 1.4rem 0 1.55rem 0;
	width: 17rem;
	margin: 0 auto;
	border: solid 0.1rem var(--prime);
	margin: 0 auto;
	color: var(--prime);
	position: relative;
	font-size: 1.3rem;
}	
.more::before {
	content: "";
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border-right: solid 0.1rem var(--prime);
	border-bottom: solid 0.1rem var(--prime);	
	position: absolute;
	right: -0.4rem;
	bottom: -0.4rem;
}
.more:hover {
	color: #000;
	background: var(--prime);
	opacity: 1;
}
.more.bk {
	border: solid 0.1rem #000;
	color: #000;	
}
.more.bk::before {
	border-right: solid 0.1rem #000;
	border-bottom: solid 0.1rem #000;	
}
.more.bk:hover {
	color: var(--prime);
	background: #000;
}
/* ttl */
.ttl,
.CMS-NEWS-TITLE,
.CMS-ARTICLE-TITLE {
	border-bottom: solid 1px rgba(255,255,255,0.5);
	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 0 1.5rem 0;
	width: 25%;
	white-space: nowrap;
	font-weight: bold;
}
dl.detail dt::before {
	content: "◆";
	color: var(--prime);
	font-size: 1.2rem;
	margin-right: 0.5rem;
}	
@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 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: #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 ---- */
.gnav-sp-menu li {
	font-size: 1.2rem;
	text-align: center;
}
.gnav-sp-menu li span {
	display: block;
	font-size: 1.8rem;
}
.gnav-sp-menu li a {
	display: block;
	padding: 2rem 0;
	white-space: nowrap;
}
/* toggle */
.toggle-btn {
	background: #000;
	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

------------------------------------------- */
/* 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; }