@charset "utf-8";
/* 全頁共通レイアウト */
#container,
main{
	background: #ffffff;
	position: relative;
	text-align:justify;
	word-break:break-all; 
	text-justify:inter-ideograph;
	text-justify:inter-character;
	word-wrap:break-word;
	overflow-wrap:break-word;
}
nav{
	width: 100%;
}
header{
	display: flex;
	border-bottom: 1px solid #ffffff;
	justify-content:space-between;
	height: 45px;
	position: absolute;
	top: 0;
	z-index: 20;
	width: 100%;
}
#nav_btn{
	display: none;
}
.page_index header{
	position: fixed;
	top: -45px;
	background: rgba(176, 172, 159, 0.6);
	transition: 500ms ease-in-out;
}
body:not(.page_index) header.fixed{
	position: fixed;
	background: rgba(176, 172, 159, 0.6);
}
.type_pc header{
	min-width: 1000px;
}
header nav ul{
	display: flex;
	justify-content:flex-end;
	font-family: "Sawarabi Mincho", serif;
	font-weight: 400;
	font-style: normal;
	padding-top: 9px;
	padding-right: 12px;
}
header nav ul li{
	height: 32px;
	margin:0 0.4em;
	font-size:1.4rem;
}
header #siteid{
	aspect-ratio: 14740 / 1869;
	padding-top: 8px;
	padding-left:18px;
	line-height: 1;
	width: 220px;
}
header #siteid img{
	aspect-ratio: 14740 / 1869;
	width: 202px;
	height: auto;
/*	-webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.8)); /* Safari等Webkit用 */
/*	filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.8)); */
}
nav a{
	color: #ffffff;
	display: inline-block;
	height: 23px;
	line-height: 23px;
	padding:0 0.359em;
}
.nav_contact a{
	background: #ffffff;
	color: #4c4948;
	height: 23px;
	line-height: 21px;
	border-radius: 3px;
	margin-right: 2rem;
	margin-left: 1.5rem;
	letter-spacing: 0;
	padding:0 0.359em;
}
@media screen and ( max-width:1100px) {/* ～1100px */
	header nav ul li{
		margin:0 3px;
		font-size:1.4rem;
	}
	nav a{
		padding:0 0.1em;
	}
	.nav_contact a{
		margin-right: 0;
		margin-left: 1rem;
	}
}
/* footer =============== */
footer{
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	background: #BAB6AA;
	color: #ffffff;
	display: flex;
}
footer a {
	color: #ffffff;
	letter-spacing: 0;
}
/* dark  */
footer .dark{
	display: flex;
	justify-content:flex-end;
	width: 41.5%;
	min-width: 380px;
	background: #B0AC9F;
	color: #ffffff;
}
footer .dark .inner{
	width: 80%;
	min-width: 380px;
	max-width: 535px;
	padding: 36px 30px 30px 50px;
}
footer #footer_logo{
	width: 83.76%;
	max-width: 294px;
	height: auto;
	margin-bottom: 48px;
}
footer #footer_copy{
	width: 100%;
	max-width: 351px;
}
footer #footer_copy img{
	width: 100%;
	height: auto;
}
/* sns */
footer .sns{
	max-width: 351px;
	margin-top: 14.35%;
}
footer .sns img{
	width: 9.375%;
	height: auto;
	margin-right: 4.7%;
}
/* light */
footer .light{
	display: flex;
	justify-content:flex-start;
	width: 58.5%;
}
footer .light .inner{
	padding: 36px 30px 30px 30px;
	width: 80%;
	min-width: 585px;
	max-width: 765px;
}
footer .light .inner.flex{
	flex-direction: column;
}
footer .light .inner > div{
	width: calc( 186px * 3 );
	margin: 0 auto;
}
.navwrap{
	border-left: 1px solid #ffffff;
	width: 33.3%;
	max-width: 185px;
	padding-left: 19px;
}
.navcontainer p{
	font-weight: 400;
	font-style: normal;
	line-height: 1.2;
	font-size: 1.6rem;
	margin: 0 0 6px 0;
}
.navcontainer p + p{
	margin-top: 18px;
/*	border-top: 1px solid red;*/
}
.navcontainer strong{
	font-weight: 400;
	display: block;
	margin-bottom: 4px;
}
.navcontainer span{
	display: block;
	font-size: 1.1rem;
	font-family: "Sawarabi Mincho", serif;
	font-weight: 300;
	font-style: normal;
}
.navcontainer ul{
	margin-top: -2px;
	margin-bottom: 16px;
}
.navcontainer ul li{
	font-size: 1.2rem;
	padding-left: 1px;
	position: relative;
}
.navcontainer ul li:before{
	content:"・";
}
footer .btn_contact{
	margin: 24px 0;
}
footer .btn_contact a{
	display: block;
	background: #ffffff;
	color:#989384;
	border-radius: 3px;
	width: 100%;
	text-align: center;
	font-size: 1.5rem;
	line-height: 22px;
	line-height: 22px;
}
footer address{
	font-size: 1.4rem;
}
footer address small{
	font-size: 1.2rem;
	text-align: right;
	display: block;
	margin-top: 20px;
}
/* btn_pagetop =============== */
.pagetop{
	width: 55px;
	height: 55px;
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 999;
	background: rgba(176, 172, 159, 0.6);
	display: none;
	overflow:hidden;
	border-radius: 3px;
}
.pagetop:hover,
.pagetop:active{
	background: rgba(176, 172, 159, 0.8);
}
.pagetop a{
	width: 55px;
	height: 55px;
	display: inline-block;
	text-align: center;
}
.pagetop span{
	display: inline-block;
	vertical-align: middle;
	color: #ffffff;
	line-height: 1;
	width: 11.5px;
	height: 11.5px;
	border: 0.1em solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateY(25%) rotate(-45deg);
	opacity: 1;
	top: 20px;
	left: 21px;
	position: absolute;
}
/* 下層共通 =============== */
#mainvisual{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100vh;
}
.type_pc #mainvisual{
	min-width: 1000px;
}
#mainvisual h1{
	position: absolute;
	z-index: 10;
	height: auto;
	width: 100%;
	top: calc( 50% - 2.846vw);
	text-align: center;
}
#mainvisual h1 img{
	width: 23.07%;
	aspect-ratio: 300 / 74 ;
}
.page_voice #mainvisual h1 img{
	width: 32.69%;
	aspect-ratio: 434 / 76 ;
}
#mainvisual figure img{
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	position: absolute;
}






