@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Miss+Fajardose&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arvo&display=swap');




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

base

----------------------------------------------------------------------------------------------------  */
:root {
	--pink: #d49a89;
	--brown-1: #4f2d1a;
	--brown-2: #a99054;
	--font-miss: 'Miss Fajardose', cursive;
	--font-arvo: 'Arvo', serif;
}
body {
	background: url(../img/texture-1.jpg) center top;
	background-size: 100% auto;
	color: #000;
	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;
	}
}

/* ---------------- link ---------------- */
a {
	color: #000;
	text-decoration: none;
    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;
    }
}

/* ---------------- font-size ---------------- */
html {
    font-size: 0.833vw;
}
@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;
    }	
}




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

layout

----------------------------------------------------------------------------------------------------  */
/* ------------- header ------------- */
header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 10;
	height: 11rem;
	padding: 1rem 5rem 0 5rem;
}
header h1 {
	width: 10rem;
}
header a {
	color: #fff;
}
@media screen and (max-width: 768px) {
	header {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		height: 6rem;
		padding: 0;
	}
	header h1 {
		width: 6rem;
	}
}

/* ------------- nav ------------- */
ul.gnav-menu {
	display: flex;
	align-items: center;
}
ul.gnav-menu > li {
	white-space: nowrap;
}
ul.gnav-menu > li:last-child {
	font-size: 2.8rem;
	margin-bottom: 0.3rem;
}
ul.gnav-menu > li:not(:last-child) {
	margin-right: 3rem;
}
ul.gnav-menu > li > a {
	display: inline-block;
	position: relative;
}
ul.gnav-menu > li > a::after {
	content: "";
	background: #fff;
	width: 100%;
	height: 0.15rem;
	position: absolute;
	left: 0;
	bottom: -0.5rem;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: ease-in-out .3s;
}
ul.gnav-menu > li > a:hover::after {
	transform: scale(1,1);
}
ul.gnav-menu > li > a:hover {
	opacity: 1;  
	filter: alpha(opacity=100);  
}

/* ------------- footer ------------- */
footer {
	background: url(../img/texture-3.jpg) center top;
	background-size: 100% auto;
	color: #fff;
	padding: 5rem 0 2rem 0;
}
footer a {
	color: #fff;
}
footer .wrap {
	margin: 4rem 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}
footer .logo {
	line-height: 1;
	width: 14rem;
	margin: 0 auto 1.5rem auto;
}
footer address {
	display: flex;
	flex-direction: column;
	align-items: center;
}
footer address a {
	line-height: 1;
	font-size: 1.6rem;
	margin-top: 1rem;
}
footer address a span {
	font-size: 2.2rem;
}
footer nav ul {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}
footer nav ul li:not(:last-child) {
	margin-right: 2rem;
	padding-right: 2rem;
	border-right: solid 0.12rem #fff;
}
footer nav ul li:nth-last-child(2) {
	border-right: none;
}
footer nav ul li:last-child {
	font-size: 2.2rem;
	margin-bottom: 0.3rem;
}
footer small {
	display: block;
	text-align: center;
	font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
	footer .logo {
		margin: 0 auto 2rem auto;
	}

	footer nav ul {
		flex-direction: column;
	}
	footer nav ul li {
		text-align: center;
	}
	footer nav ul li:not(:last-child) {
		margin-right: 0;
		padding-right: 0;
		border-right: none;
		margin-bottom: 2rem;
	}
}

/* ------------- page-ttl ------------- */
.page-ttl {
	background: url(../img/top-kv-3.jpg) no-repeat center / cover;
}
.page-ttl > div {
	background: rgba(0,0,0,0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	height: 26rem;
	padding-top: 5.5rem;
}
.page-ttl h2 {
	color:#fff;
	font-size: 3.6rem;
	font-weight: normal;
	line-height: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
}
@media screen and (max-width: 768px) {
	.page-ttl > div {
		height: 23rem;
		padding-top: 5.5rem;
	}
}

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

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

}




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

style

----------------------------------------------------------------------------------------------------  */
/* ------------- heading ------------- */
.heading-1 {
	line-height: 1;
	margin-bottom: 3.5rem;
	font-weight: normal;
	font-family: var(--font-arvo);
	color: var(--brown-1);
	text-align: center;
	font-size: 3.0rem;
	letter-spacing: 0.08em;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.heading-1 img {
	width: 5rem;
	margin-bottom: 1rem;
}
.heading-1.wt {
	color: #fff;
}
@media screen and (max-width: 768px) {

}

/* ------------- more ------------- */
.more {
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	width: 20rem;
	padding: 1.4rem 0 1.6rem 0;
	background-color: var(--pink);
	position: relative;
	margin: 0 auto;
}
.more::before {
	content: "";
	width: 4.5rem;
	height: 3rem;
	background: url(../img/arrow-1.png) no-repeat center;
	background-size: 4.5rem auto;
	position: absolute;
	right: -2.25rem;
	top: calc(50% - 1.5rem)

}
@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;
	color: var(--brown-1);
	font-weight: normal;
}
.ttl:after {
	border-bottom: solid 0.4rem var(--brown-1);
	bottom: -0.4rem;
	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;
	width: 25%;
	white-space: nowrap;
}
dl.detail dd {
	padding: 1.5rem;
	width: 75%;
}
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.2);
}
dl.wt dt,
dl.wt dd {
	border-bottom: 1px solid rgba(255,255,255,0.4);
}
@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;
	}
	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-2.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;
	text-align: center;
	line-height: 1.4;
}
.gnav-sp-menu li:last-child {
	font-size: 2.8rem;
}
.gnav-sp-menu li a {
	display: block;
	padding: 1.2rem 0;
	color: #fff;
	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: var(--brown-1);
}
.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;
	color: var(--brown-1);
}

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

----------------------------------------------------------------------------------------------------  */
/* ------------- lcmenu ------------- */
ul.lcmenu {
	display:flex;
	flex-wrap: wrap;
	margin-bottom: 4rem;
	justify-content: space-between;
}
ul.lcmenu li {
	width: 49%;
	text-align: center;
	margin-bottom: 2%;
}
ul.lcmenu li a {
	display: block;
	padding: 1.6rem 0 1.8rem 0;
	background: #fff;	
	white-space: nowrap;
	font-family: var(--font-arvo);
	font-size: 1.6rem;
}
ul.lcmenu li.current a {
	color: #fff;
	background: var(--brown-1);	
}
@media screen and (max-width: 768px) {
	ul.lcmenu li {
		width: 49%;
	}
	ul.lcmenu li a {
		padding: 1.2rem 0 1.3rem 0;
	}	
}

/* ------------- menu-list ------------- */
.menu-list li:not(:last-child) {
	margin-bottom: 6rem;
}
.menu-list li {
	mix-blend-mode: multiply;
}




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

news thumbnail

----------------------------------------------------------------------------------------------------  */
/* ------------- CMS-NEWS ------------- */
.CMS-NEWS-INDEX {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 10rem;
}
.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;
}
.CMS-NEWS-ITEM a {
    transition: all .3s;
    display: block;
}
.CMS-NEWS-ITEM a:hover {
    opacity: 0.6;
}
.CMS-NEWS-TIME {
    font-size: 1.2rem;
    margin: 1.8rem 0 0.6rem 0;
	padding-bottom: 0.8rem;
    line-height: 1;
	border-bottom: solid 0.12rem #000;
}
.CMS-NEWS-LINK {
    font-size: 1.4rem;
}
.CMS-NEWS-INDEX > * img {
    height: 16rem;
    width: 100%;
    object-fit: cover;  
}

/* ------------- CMS-NEWS-MORE-READ ------------- */
.CMS-NEWS-MORE-READ {
    background: var(--brown-1);
    border: none;
    padding: 1.6rem 0 1.7rem 0;
    font-size: 1.4rem;
    color: #fff !important;
    text-align: center;
    margin: 0 auto;
    width: 31%;
    display: block;
    transition: all .3s;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
	font-family: 'Shippori Mincho', serif;
}
.CMS-NEWS-MORE-READ:hover {
    cursor: pointer;
    opacity: 0.6;
}

/* ------------- CMS-NEWS-TITLE  ------------- */
.CMS-NEWS-TITLE {
    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;
    font-weight: bold;
}
.CMS-NEWS-TITLE:after {
    border-bottom: solid 0.4rem var(--brown-1);
    bottom: -0.4rem;
    content: " ";
    display: block;
    position: absolute;
    width: 25%;
}
.CMS-NEWS-CONTENT img {
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto 3rem auto;
}
@media screen and (max-width: 768px) {
    .CMS-NEWS-INDEX {
        display: block;
    }
    .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-TIME {
        margin: 1.5rem 0 0.3rem 0;
    }   
    .CMS-NEWS-INDEX > * img {
        height: 20rem;
    }
    .CMS-NEWS-CONTENT img {
        width: 100%;
    }
}