/* reset */
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	line-height: 1.8em;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}
body {
	line-height: 1.5;
}
ol,ul {
	list-style: none;
}
blockquote,q {
	quotes: none;
}
blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
	word-break: break-all;
}
a,a:link,a:visited,a:hover,a:active {
	text-decoration: none;
	color: inherit;
}
/* resetここまで */


* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body{
	font-size: 16px;
	font-weight: 400;
	color: #0a0404;
	font-family: 'Noto Serif JP','游明朝', serif;
	position: relative;
}
.f_goth{
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}
.flex {
	display: flex;
	justify-content: space-between;
	align-content: flex-start;
}
.bold{
	font-weight: bold;
}
.center{
	text-align: center;
}
.right{
	text-align: right;
}
.write_v{
	writing-mode: vertical-rl;
}
.u_line,a.u_line{
	text-decoration: underline;
}
.center_item{
	display: flex;
	justify-content: center;
	align-items: center;
}
.m_auto{
	margin: auto;
}
.mt10{
	margin-top: 10px;
}
.mt20{
	margin-top: 20px;
}
.mt30{
	margin-top: 30px;
}
.mt40{
	margin-top: 40px;
}
.mt50{
	margin-top: 50px;
}
.mt80{
	margin-top: 80px;
}
.mt100{
	margin-top: 100px;
}
.color_ppl,a.color_ppl{
	color: #705c95;
}
.dib{
	display: inline-block;
}
.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 60%;
	position: relative;
}
.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.youtube {
	width: 100%;
	aspect-ratio: 16 / 9;
}
.youtube iframe {
	width: 100%;
	height: 100%;
}

.obf_cover{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.obf_cover img{
	position: absolute;
	width: auto;
	height: auto;
	top: 50%;
	left: 50%;
	min-height: 100%;
	min-width: 100%;
	max-width: 1000%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
	.obf_cover img {
		position: static;
		height: 100%;
		width: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		-webkit-transform: none;
		transform: none;
	}
}

@media only screen and (min-width:1025px) {
	.pc {
		display: block!important;
	}
	.pc_di {
		display: inline!important;
	}
	.pc_flex{
		display: flex!important;
	}
	.sp,
	.sp_di,
	.sp_flex {
		display: none!important;
	}
	.w1000 {
		width: 100%;
		max-width: 1000px;
		margin: auto;
	}
	.w1700 {
		width: 100%;
		max-width: 1700px;
		margin: auto;
	}

}

@media only screen and (max-width:1024px) {
	.pc,
	.pc_di,
	.pc_flex {
		display: none!important;
	}
	.sp {
		display: block!important;
	}
	.sp_di {
		display: inline-block!important;
	}
	.sp_flex{
		display: flex!important;
	}
	.w1000,.w1700{
		max-width: 100%;
	}
}

@media only screen and (min-width:480px) {
	.sp480 {
		display: none!important;
	}
}

@media only screen and (max-width:480px) {
	.sp480 {
		display: block!important;
	}
}

/* header */
.modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	background: #705c95;
	color: #fff;
	padding: 60px 150px;
	z-index: 10;
}
.head_nav{
	justify-content: center;
	gap: 20px 30px;
	flex-flow: column;
}
.head_logo{
	margin-left: 30px;
}
.head_nav_item{
	position: relative;
	padding-top: 100px;
	letter-spacing: 0.1em;
	transition: 0.3s ease-in-out;
}
.head_left{
	padding-top: 120px;
	gap: 40px;
}
.icon_wrap{
	gap: 20px;
}
.head_icon_img{
	display: flex;
	justify-content: center;
	width: 19px;
}
.head_icon_txt{
	margin-top: 10px;
	line-height: 1.2;
}

/*開閉ボタン*/
#nav_toggle{
	display: block;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 10000;
	padding: 5px 0;
	transition: .3s ease-in-out;
	position: fixed;
	top: 50px;
	right: 35px;
	filter: drop-shadow(0 0 2px #000) ;
}
#nav_toggle div {
	position: relative;
	height: 100%;
}
#nav_toggle span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #fff;
	color: #fff;
	border-radius: 5px;
	right: 0;
	text-align: center;
	transition: .3s ease-in-out;
}
#nav_toggle span:nth-child(1) {
	top: calc(50% - 10px);
}
#nav_toggle span:nth-child(2) {
	top: calc(50% - 3.5px);
}
#nav_toggle span:nth-child(3) {
	top: calc(50% + 4px);
}
.open#nav_toggle span:nth-child(1) {
	top: calc(50% - 3px);
	transform: rotate(45deg);
}
.open#nav_toggle span:nth-child(2) {
	width: 0;
	right: 50%;
}
.open#nav_toggle span:nth-child(3) {
	top: calc(50% - 3px);
	transform: rotate(-45deg);
}

@media only screen and (min-width:1025px) {
	.head_nav_item,
	.head_logo a,
	.head_icon a{
		transition: 0.3s ease-in-out;
	}
	.head_nav_item:hover,
	.head_icon a:hover{
		color: #c1a47f;
	}
	.head_logo a:hover{
		opacity: 0.5;
	}
}

@media only screen and (max-width:1024px) {
	.modal{
		padding: 80px 20px;
		height: 100vh;
		height: 100dvh;
	}
	.modal_inner {
		flex-wrap: wrap;
		justify-content: center;
		gap: 5vw;
	}
	.head_left {
		width: 100%;
		order: 2;
	}
	.head_copy{
		position: absolute;
		left: 30px;
		bottom: 90px;
	}
	.icon_wrap{
		position: absolute;
		left: 0;
		bottom: 20px;
		justify-content: center;
		width: 100%;
	}
	.head_icon_img{
		display: inline-block;
	}
	.head_icon_txt {
		writing-mode: horizontal-tb;
		display: inline-block;
		margin: 0 0 0 10px;
	}
	.head_nav{
		flex-wrap: wrap;
	}
	.head_logo{
		margin: 0 0 20px 0;
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.head_logo a{
		display: block;
		margin: auto;
	}
	.head_nav_item{
		padding: 0;
	}
	#nav_toggle{
		top: 30px;
	}

}


/* footer */
footer{
	padding: 50px 20px 50px;
	background: #705c95;
	color: #fff;
}
.foot_nav_wrap{
	display: flex;
	justify-content: end;
}
.foot_ttl{
	font-size: 20px;
}
.copyright{
	font-size: 0.8em;
}
.foot_nav{
	justify-content: center;
	gap: 20px 30px;
    flex-flow: column;
	margin: 0 0 0 auto;
}
.foot_txt_wrap {
	align-items: end;
}

@media only screen and (min-width:1025px) {
	.foot_nav_item{
		transition: 0.3s ease-in-out;
	}
	.foot_nav_item:hover{
		color: #c1a47f;
	}
}

@media only screen and (max-width:1024px) {

}
@media only screen and (max-width:780px) {
	.foot_nav_wrap{
		justify-content: center;
	}
	.foot_nav{
		margin: 0 auto 30px;
	}
	.foot_txt_wrap{
		flex-wrap: wrap;
		justify-content: center;
		gap: 20px;
	}
	.foot_ttl{
		text-align: center;
	}
}



.edit_area h2{
	font-size: 1.4rem;
	color: #705c95;
	border-bottom: solid 1px #705c95;
	padding-bottom: 5px;
	line-height: 1.4;
	font-weight: bold;
}
.edit_area h3{
	font-size: 1.1rem;
	color: #705c95;
	line-height: 1.4;
	font-weight: bold;
}
.edit_area h4{
	font-size: 1.05rem;
	color: #705c95;
	line-height: 1.4;
	font-weight: 500;
	border-bottom: solid 1px #705c95;
}
.edit_area h5{
	font-size: 1.02rem;
	color: #705c95;
	line-height: 1.4;
}

.edit_area *+h2,
.edit_area *+h3,
.edit_area *+h4,
.edit_area *+h5,
.edit_area *+p,
.edit_area *+ul,
*+.wp-block-table,
*+.wp-block-image,
*+.wp-block-list,
*+.wp-block-file,
*+.wp-block-snow-monkey-blocks-media-text,
*+.wp-block-media-text,
*+.wp-block-columns{
	margin-top: 20px;
	margin-bottom: 20px;
}
.edit_area img{
	display: inline;
}
.edit_area a{
	color: #705c95;
	text-decoration: underline;
}

/* 固定ページ */
.page_main{
	width: 100%;
	aspect-ratio: 1280 / 372;
	background-image: url(../images/common/page_main.jpg);
	background-size: cover;
	background-position: center;
	position: relative;
}
.page_main_logo{
	position: absolute;
	right: 15%;
	top: 20%;
	filter: drop-shadow(0 0 2px #000);
}

@media only screen and (max-width:780px) {
	.page_main{
		height: 250px;
	}
	.page_main_logo{
		right: 50%;
		top: 25%;
		transform: translateX(50%);
	}
	.page_main_logo img{
		height: 120px;
	}
}