@charset "UTF-8";
@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=Shippori+Mincho:wght@400;500;600;700;800&display=swap');


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

base

----------------------------------------------------------  */
:root {
	--blue: #051e50;
	--gold: #b49f00;
}
body {
	background: url(../img/texture-1.jpg) center top;
	background-size: 100% auto;
	color: var(--blue);
	font-family: "Shippori Mincho", 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;
	}
}
a {
	color: #FFF;
}



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

font-size

----------------------------------------------------------  */
html {
    font-size: 0.833vw;
}
html.js-enabled:not(.is-safari) .header__translate {
    display: block;
}
@media screen and (max-width: 768px) {
    html {
        font-size: 1.303vw;
    }	
}
@media screen and (max-width: 540px) {
    html {
        font-size: 1.851vw;
    }	
}
@media screen and (max-width: 414px) {
    html {
        font-size: 2.415vw;
    }	
}



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

header

----------------------------------------------------------  */
header {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: relative;
	height: 10rem;
	padding-right: 9.7rem;
	background: url(../img/texture-1.jpg) center top;
	background-size: 100% auto;	
}
header h1 {
	line-height: 1;
	position: absolute;
	left: 4rem;
    top: 3.3rem;
	z-index: 99;
}
header h1 a {
	width: 14rem;
	display: block;}
@media screen and (max-width: 768px) {
	header {
		display: block;
		height: 6rem;
		padding-right: 0;
	}
	header h1 {
		left: 1rem;
		top: 1.4rem;
	}
	header h1 a {
		width: 15rem;
		/*filter: invert(1);*/
	}
}



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

nav

----------------------------------------------------------  */
.gnav {
	padding-top: 0rem;
}
ul.gnav-menu {
	display: flex;
	align-items: center;
}
ul.gnav-menu > li {
	font-size: 1.33387rem;
	font-weight: bold;
	white-space: nowrap;
	line-height: 1.4;
	margin-right: 3rem;
}
ul.gnav-menu > li span {
	font-size: 1.2rem;
}
ul.gnav-menu > li:not(:last-child) {
	margin-right: 3rem;
}
ul.gnav-menu > li > a {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	color: #051e50;
}
ul.gnav-menu > li:last-child {
	font-size: 2.2rem;
	margin-bottom: 0.25rem;
}
ul.gnav-menu > li.current a::before {
	content: "";
	width: 2.8rem;
	height: 2.8rem;
	background: url(../img/current.png) no-repeat center;
	background-size: 2.8rem;
	position: absolute;
	left: calc(50% - 1.4rem);
	top: -2.8rem;
}



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

footer

----------------------------------------------------------  */
footer {
	color: #000;
	padding: 4.1rem 0 0;
}
footer a {
	color: #051e50;
}
footer .wrap {
	display: flex;
	flex-direction: column-reverse;
	justify-content: space-between;
	margin: 0 auto;
	align-items: center;
	padding-bottom: 7.1rem;
}
/* logo */
footer .logo {
	width: 20rem;
}
/* nav */
footer nav ul {
	display: flex;
	align-items: center;
	line-height: 1;
	margin-bottom: 8.1rem;
}
footer nav ul li:not(:last-child) {
	margin-right: 3rem;
	font-size: 1.33387rem;
	font-weight: 700;
}
footer nav ul li:last-child {
	font-size: 2.2rem;
	margin-bottom: 0.25rem;
}
footer small {
	display: block;
	text-align: center;
	font-size: 1.2rem;
	padding: 1rem 0 1.2rem 0;
}
@media screen and (max-width: 768px) {
	footer .wrap {
		display: block;
		width: auto;
		padding-bottom: 0;
		padding-top: 4rem;
	}
	/* logo */
	footer .logo {
		margin: 0 auto;
		display: flex;
		justify-content: center;
	}
	footer .logo a {
		width: 15rem;
	}
	/* nav */
	footer nav ul {
		margin: 4rem 0;
		flex-direction: column;
	}
	footer nav ul li {
		text-align: center;
	}
	footer nav ul li:not(:last-child) {
		margin-right: 0;
		margin-bottom: 1.5rem;
	}
	footer small {
		padding: 1rem 0 7.6rem 0;
	}
}



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

page-ttl

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



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

style

----------------------------------------------------------  */
/* heading */
.heading-1 {
	line-height: 1;
	margin-bottom: 4rem;
	text-align: center;
	font-size: 2.6rem;
	background:
		url(../img/bg-ttl-1.png) no-repeat left,
		url(../img/bg-ttl-2.png) no-repeat right;
	background-size:
		3.2rem auto,
		3.6rem auto;
	padding: 1.2rem 5.6rem;
	letter-spacing: 0.05em;
	width: max-content;
	margin: 0 auto;
}
.heading-1.wt {
	color: #fff;
	background:
		url(../img/bg-ttl-1-wt.png) no-repeat left,
		url(../img/bg-ttl-2-wt.png) no-repeat right;
	background-size:
		3.2rem auto,
		3.6rem auto;
	padding: 1.2rem 5.6rem;
	letter-spacing: 0.05em;
	width: max-content;
	margin: 0 auto;
}
.heading-2 {
	font-weight: normal;
	font-size: 1.66733rem;
	line-height: 1.6;
	letter-spacing: 0.15em;
	font-weight: 700;
}
.heading-2 strong {
	font-size: 2.4rem;
}
.heading-2 i {
	color: var(--blue);
}
@media screen and (max-width: 768px) {

}

/* more */
.more {
	text-align: center;
	line-height: 1;
	display: block;
	width: 18.5rem;
	padding: 1.6rem 0 1.8rem 0;
	background:url(../img/bg-btn.png) no-repeat center;
	background-size:contain;
	font-weight: bold;
	font-size: 1.16713rem;
	letter-spacing: 0.15em;
	color: #FFF;
}
.more-2 {
	background:url(../img/bg-btn-2.png) no-repeat center;
	background-size:contain;
}
.more-3 {
	background:url(../img/bg-btn-3.png) no-repeat center;
	background-size:contain;
	width: 15rem;
}
@media screen and (max-width: 768px) {

}

/* ttl */
.ttl {
	border-bottom: solid 1px rgba(0,0,0,0.2);
	font-size: 2.2rem;
	margin-bottom: 3rem;
	padding: 1rem 0 1.5rem 0;
	position: relative;
}
.ttl:after {
	border-bottom: solid 4px var(--blue);
	bottom: -4px;
	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;
}
dl.detail dt {
	padding: 1.5rem 1.5rem 1.5rem 0;
	width: 25%;
	white-space: nowrap;
}
dl.detail dd {
	padding: 1.5rem;
	width: 75%;
}
dl.bk dt,
dl.bk dd {
	border-bottom: 1px solid var(--blue);
}
dl.bk dd a {
	color: var(--blue);
}
dl.wt dt,
dl.wt dd {
	border-bottom: 1px solid rgba(255,255,255,0.4);
}
dl.wt dt:last-of-type,
dl.wt dd:last-of-type {
	border: none;
}
@media screen and (max-width: 768px) {
	dl.detail {
		display: block;
	}
	dl.detail dt {
		display: flex;
		align-items: center;
		padding: 1.2rem 1.2rem 0 1.2rem;
		width: 100%;
	}
	dl.detail dt::before {
		content: "◆";
		font-size: 1.2rem;
		margin-right: 0.5rem;
	}
	dl.detail dd {
		padding: 0 1.2rem 1.2rem 1.2rem;
		width: 100%;
	}
	dl.bk dt {
		border-bottom: none;
	}
	dl.wt 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: url(../img/texture-1.jpg) center top;
	background-size: 100% auto;
}
.gnav-sp .wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.gnav-sp-menu li {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
.gnav-sp-menu li span {
	font-weight: normal;
	font-size: 1.2rem;
	display: block;
}
.gnav-sp-menu li a {
	display: block;
	padding: 1.2rem 0;
	white-space: nowrap;
	color: #051e50;
}
.gnav-sp-menu li:last-child {
	font-size: 3.2rem;
}
/* toggle */
.toggle-btn {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	width: 6rem;
	height: 6rem;
	transition: all .5s;
	cursor: pointer;
	z-index: 100000;
	background: var(--blue);
}
.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);
}



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

layout

----------------------------------------------------------  */
.container {
	margin: 8rem auto 14rem auto;
	width: 88rem;
}
.container .wrap {
	display: flex;
	justify-content: space-between;
}
.container .wrap.reverse {
	flex-direction: row-reverse;
}
.container .wrap > figure {
	width: 35%;
}
.container .wrap > div {
	width: 60%;
}
@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%;
	}
}



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

fixed btn

----------------------------------------------------------  */
.fixed-btn {
	position: fixed;
	top: 30%;
	right: 0;
	z-index: 999;
	width: 6rem;
}
@media screen and (max-width: 768px) {
	.fixed-btn {
		top: auto;
		right: auto;
		bottom: 0;
		transform: none;
		-webkit-transform: none;
		width: 100%;
	}
	.fixed-btn a {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		padding: 0;
		height: 6.4rem;
		text-decoration: none !important;
		background: var(--blue);
		color: #fff;
		line-height: 1;
	}
	/* icon */
	.fixed-btn li img {
		width: 2.6rem;
		height: 2.6rem;
		margin-right: 1.2rem;
	}	
	/* txt */
	.fixed-btn a > span {
		display: flex;
		flex-direction: column;
	}
	.fixed-btn a > span > span:nth-child(1) {
		margin-bottom: 0.6rem;
		font-size: 1.2rem;
	}
	.fixed-btn a > span > span:nth-child(2) {
		font-weight: bold;
		font-size: 2rem;
	}		
}


/* .fixed-btn {
	position: fixed;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	z-index: 999;
}
.fixed-btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 5rem;
	color: #fff;
	background: #000;
	padding: 3rem 0;
}
@media screen and (max-width: 768px) {
	.fixed-btn {
		top: auto;
		right: 0;
		bottom: 0;
		transform: none;
		-webkit-transform: none;
		width: 100%;
	}
	.fixed-btn a {
		width: 100%;
		padding: 0;
		height: 5.6rem;
	}
} */







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

display

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



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

page-top

----------------------------------------------------------  */
#page-top {
    position: fixed;
	z-index: 999;
	bottom: 1rem;
	right: 1rem;	
}
#page-top a {
	background: var(--blue);
	color: #fff;	
	width: 4rem;
	height: 4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	line-height: 1;
	font-size: 1.8rem;
	padding-left: 0.1rem;
}
@media screen and (max-width: 768px) {
	#page-top {
		bottom: 7.4rem;
	}
}



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

link

----------------------------------------------------------  */
a {
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;  
    -moz-transition: 0.3s ease-in-out;  
    -o-transition: 0.3s ease-in-out;  
    transition: 0.3s ease-in-out; 
}
a.line {
	text-decoration: underline;
}
a:hover.line {
	text-decoration: none;
}
a:hover {
    opacity: 0.5;
} 
@media screen and (min-width: 769px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}
@media screen and (max-width: 768px) {
    a[href^="tel:"] {
        text-decoration: underline;
    }
}



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

class

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

/* position */
.hv-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 100%;
	z-index: 99;
}

/* list */
ul.list-group li {
	margin-left: 2rem;
	list-style: disc;
}
ul.list-group li:not(:last-child) {
	margin-bottom: 1.2rem;
}

/* prepare */
.prepare {
    text-align: center;
    padding: 8rem 0;
    font-size: 2rem;
}

/* map */
.gmap iframe {
	width: 100%;
	height: 36.7rem;
}
.gmap.grey iframe {
	filter:grayscale(100%);
}

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

----------------------------------------------------------  */
@keyframes fadeUp {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes fadeDown {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.fadeUp {
    animation: fadeUp 0.5s ease;
    animation-fill-mode: both
}
.fade {
	opacity: 0;
	transform: translateY(2rem);
}
.fade-down {
	opacity: 0;
    animation: fadeDown 0.5s ease;	
	transform: translateY(-2rem);
    animation-fill-mode: both	
}

.delay-1 {
	animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
	-webkit-animation-delay: 0.2s;
	-o-animation-delay: 0.2s;
}
.delay-2 {
	animation-delay: 0.35s;
	-moz-animation-delay: 0.35s;
	-webkit-animation-delay: 0.35s;
	-o-animation-delay: 0.35s;
}
.delay-3 {
	animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
	-o-animation-delay: 0.5s;
}
.delay-4 {
	animation-delay: 0.65s;
	-moz-animation-delay: 0.65s;
	-webkit-animation-delay: 0.65s;
	-o-animation-delay: 0.65s;
}
.delay-5 {
	animation-delay: 0.8s;
	-moz-animation-delay: 0.8s;
	-webkit-animation-delay: 0.8s;
	-o-animation-delay: 0.8s;
}





/* google翻訳 */
.goog-te-combo:nth-child(1) {
    display: none;
}
.header__translate {
	width: 3rem;
	height: 3rem;
	position: relative;
	cursor: pointer;
	z-index: 1;
	display: none;
}
.goog-te-gadget .goog-te-combo {
	width: 100%;
	width: 3rem;
	height: 3rem;
	margin: 0 !important;
}
.goog-te-gadget {
	white-space: initial !important;
	width: 0;
}

/*iosのみ非表示*/
/*@supports (-webkit-touch-callout: none) {
	.header__translate {
		display: none;
	}
}*/

#google_translate_element {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
	width: 3rem;
	height: 3rem;
}

#google_translate_element .skiptranslate>span {
    display: none;
}

@media screen and (max-height:820px) {
    .header__nav li {
        margin-bottom: 4vh;
    }

    .header__nav li:last-of-type {
        margin-bottom: 6vh;
    }
}

@media screen and (max-height:700px) {
    .header__inner {
        padding: 4vh 0 0;
    }

    .header__logo a {
        width: 12vh;
    }

    .header__nav {
        margin-top: 6vh;
    }

    .header__nav li {
        margin-bottom: 3vh;
    }

    .header__nav li:last-of-type {
        margin-bottom: 3vh;
    }

    .globalNav li a {
        font-size: 2.5vh !important;
    }
}

.header__hamburger {
    display: none;
}

.header__drawer {
    display: none;
}

@media screen and (max-width:768px) {
    .header {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 3.75rem;
        background: none;
        padding: 0;
        z-index: 11;
        overflow: visible;
    }

    .header__inner {
        padding: 0 10px;
        display: flex;
        align-items: center;
        height: 100%;
    }

    .header__nav> :not(.icon-wrap) {
        display: none;
    }

    .header__logo a {
        width: 7rem;
        margin-top: 0.5rem;
    }

    .header__logo {
        position: absolute;
        top: 1rem;
        left: 1rem;
        margin: 0;
        width: 5rem;
        z-index: 11;
    }

    .is-fixed .header__logo {
        z-index: 9;
    }

    .header__logo img {
        /* filter: brightness(0) invert(1); */
        width: 5rem;
    }

    .header__hamburger {
        position: fixed;
        display: block;
        width: 2rem;
        height: 4rem;
        top: 0rem;
        right: 1rem;
        margin-left: auto;
        z-index: 1;
    }

    .translated-ltr .header__hamburger {
        top: 40px;
    }

    .header__hamburger span {
        display: inline-block;
        width: 100%;
        height: 2px;
        position: absolute;
        background-color: white;
        transition: all 0.3s;
    }

    .header__translate {
        position: absolute;
        top: 1rem;
        right: 8rem
    }
}
