@charset "utf-8";
/**
/* CSS RESET START
----------------------------------------------- */
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;vertical-align: baseline;box-sizing: border-box;-webkit-box-sizing: border-box;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
html{overflow-y: scroll;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}
input, textarea{margin: 0;padding: 0;outline: none;}
ol, ul{list-style:none;}
table{border-collapse: collapse; border-spacing:0;width:100%;}
caption, th{text-align: left;}
img {vertical-align: middle;max-width:100%;height: auto;}
.clearfix {min-height: 1px;}
.clearfix:after {content: "."; display: block;clear: both;height: 0;visibility: hidden;}
.both{clear:both;}
/**
/* CSS START
----------------------------------------------- */
html,body {
	width: 100%;
	font-family: "Noto Sans JP", sans-serif;
	color: #333333;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0;
	margin: 0;
	padding: 0;
}
@media only screen and (max-width: 767px) {
	html,body {
		font-size: 4vw;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	html,body {
		font-size: 14px;
	}
}
*:focus {
	outline: none!important;
}
#Wrapper{
	width: 100%;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	overflow: hidden;
	font-feature-settings: "palt";
}
*, *:before, *:after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
a{
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	color: #212121;
}
br.pc_br,
.pc_img,
.pc{
	display: none;
}
.sp_br,
.sp_img,
.sp{
	display: block;
}
@media only screen and (min-width: 768px){
	.sp_br,
	.sp_img,
	.sp{
		display: none;
	}
	.pc_img{
		display: inline-block;
	}
	br.pc_br,
	.pc{
		display: block;
	}
}
/**
/* flex CSS
----------------------------------------------- */
.flex{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flex_row{
	webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.flex_between{
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.flex_column{
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
		flex-direction: column;
}
.flex_center{
	-webkit-justify-content: center;
	justify-content: center;
}
.flex_wrap{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
}
.items_center{
	align-items: center;
}
/**
/* ヘッダー CSS
----------------------------------------------- */
.global-header{
	background: #FFFFFF;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	border-bottom: 1px solid #CCCCCC;
	padding: 0.875rem 0 1rem 0;
}
.global-header .global-nav{
	padding: 0 3.75rem;
}
.global-header .header-top{
	display: flex;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding-bottom: 0.75rem;
}
.global-header .header_logo img{
	width: 14.8125rem;
}
.global-header .header-right{
	display: flex;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.global-header .tel-block .tel-btn{
	display: flex;
	align-items: center;
}
.global-header .tel-block .tel-btn dt{
	width: 1.25rem;
}
.global-header .tel-block .tel-btn dd{
	margin-left: 0.3125rem;
}
.global-header .tel-block .tel-btn dd a{
	color: #000B3F;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.25;
}
.global-header .tel-block .hours{
	font-family: "Noto Serif JP", serif;
	color: #000B3F;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.25;
	text-align: center;
}
.global-header .header-sns{
	display: flex;
	align-items: center;
	margin-left: 1.625rem;
}
.global-header .header-sns li img{
	width: 1.875rem;
}
.global-header .header-sns li + li{
	margin-left: 0.75rem;
}
.global-header .header-contact{
	margin-left: 1.25rem;
}
.global-header .header-contact li{
	display: inline-block;
}
.global-header .header-contact li a{
	position: relative;
	display: block;
	background: #001B66;
	color: #ffffff;
	font-family: "Noto Serif JP", serif;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.45;
	text-align: center;
	border-radius: 1.875rem;
	border: 1px solid #001B66;
	padding: 0.625rem 2.8125rem;
}
.global-header .header-contact li a:hover{
	background:#ffffff;
	color: #001B66;
}
.global-header .header-contact li a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1.25rem;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 0.5rem;
	height: 0.5rem;
	border-top: 0.125rem solid #FFFFFF;
	border-right: 0.125rem solid #FFFFFF;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.global-header .header-contact li a:hover::after{
	border-top: 0.125rem solid #001B66;
	border-right: 0.125rem solid #001B66;
}
@media only screen and (max-width: 1200px) {
	.global-header .global-nav{
		padding: 0 2.5rem;
	}
}
@media only screen and (max-width: 767px) {
	.global-header{
		height: 4rem;
		padding: 1.125rem 0;
	}
	.global-header .header-top{
		padding-bottom: 0;
	}
	.global-header .header_logo img{
		width: 11rem;
	}
	.global-header .global-nav{
		padding: 0 4.5rem 0 1rem;
	}
	.global-header .header-right{
		display: none;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.global-header{
		padding: 0.625rem 0 0.5rem 0;
	}
	.global-header .global-nav{
		padding: 0 5rem 0 1rem;
	}
	.global-header .header-top{
		padding-bottom: 0;
	}
	.global-header .header-sns{
		margin-left: 1.25rem;
	}
	.global-header .header-sns li + li{
		margin-left: 0.375rem;
	}
	.global-header .header-contact{
		margin-left: 1rem;
	}
}
/**
/* ヘッダーナビ CSS
----------------------------------------------- */
.global-nav .drawer-hamburger,
.drawer--right .global-nav .drawer-nav{
	display: none;
}
.drawer--right .global-nav .drawer-nav{
	overflow: visible;
	width: auto;
	height: auto;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	background-color: transparent;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.global-nav .pc-nav{
	text-align: right;
}
.global-nav .pc-nav .nav li{
	display: inline-block;
	margin-left: 2.5rem;
}
.global-nav .pc-nav .nav li a{
	position: relative;
	font-family: "Noto Serif JP", serif;
	color: #333333;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.35;
}
.global-nav .pc-nav .nav li > a::before{
	content: "";
	position: absolute;
	background: #001B66;
	width: 0;
	height: 3px;
	left: 0;
	bottom: -1.25rem;
	transition: 0.5s all;
}
.global-nav .pc-nav .nav li > a:hover::before{
	width: 100%;
}
.global-nav .pc-nav .nav li a:hover{
	color: #001B66;
}
.global-nav .pc-nav .nav li.menu__mega a.mega-link{
	padding-right: 1.25rem;
}
.global-nav .pc-nav .nav li.menu__mega a.mega-link::after{
	display: block;
	content: "";
	border-bottom: 2px solid #333333;
	border-right: 2px solid #333333;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0.45rem;
	transform: rotate(45deg);
	width: 0.5rem;
	height: 0.5rem;
}
.global-nav .pc-nav .nav li.menu__mega .menu__second-level{
	position: absolute;
	top: 6.1875rem;
	left: 0;
	width: 100%;
	padding: 3.125rem;
	background: #001B66;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	text-align: left;
	visibility: hidden;
	opacity: 0;
	z-index: 1;
}
.global-nav .pc-nav .nav li.menu__mega .menu__second-level .inner{
	width: 100%;
	max-width: 1068px;
	column-gap: 8.125rem;
}
.global-nav .pc-nav .nav li.menu__mega:hover .menu__second-level{
	top: 7.1875rem;
	visibility: visible;
	opacity: 1;
}
.global-nav .pc-nav .menu__second-level .menu__second-items .menu__second-img{
	overflow: hidden;
}
.global-nav .pc-nav .menu__second-level .menu__second-items .menu__second-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .5s ease-in-out;
}
.global-nav .pc-nav .menu__second-level .menu__second-items a:hover img{
	transform: scale(1.1);
}
.global-nav .pc-nav .menu__second-level .menu__second-items p{
	position: relative;
	font-family: "Noto Serif JP", serif;
	color: #FFFFFF;
	font-size: 0.8125rem;
	font-weight: 600;
	line-height: 1.35;
	letter-spacing: 0.04em;
	margin-top: 0.625rem;
}
.global-nav .pc-nav .menu__second-level .menu__second-items p::after{
	display: block;
	content: "";
	border-bottom: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	margin: auto;
	position: absolute;
	right: 0.3rem;
	top: 0.3rem;
	transform: rotate(-45deg);
	width: 0.5rem;
	height: 0.5rem;
}
.global-nav .pc-nav .menu__second-left{
	position: relative;
	width: calc(34% - 4.0625rem);
}
.global-nav .pc-nav .menu__second-left::after{
	content: "";
	position: absolute;
	background: #CCCCCC;
	width: 1px;
	height: 100%;
	right: -4.0625rem;
	top: 0;
	bottom: 0;
}
.global-nav .pc-nav .menu__second-left .menu__second-items:first-child{
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 3rem;
	padding-bottom: 3rem;
}
.global-nav .pc-nav .menu__second-right{
	width: calc(66% - 4.0625rem);
	column-gap: 20px;
	row-gap: 2rem;
}
.global-nav .pc-nav .menu__second-right .menu__second-items{
	width: calc(33.3333% - 14px);
}
.global-nav .drawer-contact{
	display: none;
}
@media only screen and (max-width: 1024px) {
	.global-nav .pc-nav{
		display: none;
	}
	.global-nav .drawer-hamburger{
		display: block;
		background: #001B66;
		width: 1.875rem;
		top: 0;
		z-index: 99999;
		padding: 0.9375rem 1.0625rem 0.5625rem 1.0625rem;
	}
	.drawer--right.drawer-open .global-nav .drawer-hamburger{
		right: 0;
	}
	.global-nav .drawer-hamburger:hover{
		background: #001B66;
	}
	.global-nav .drawer-hamburger-icon{
		margin-top: 0.625rem;
	}
	.global-nav .drawer-hamburger-icon,
	.global-nav .drawer-hamburger-icon::after,
	.global-nav .drawer-hamburger-icon::before{
		background: #ffffff;
		height: 0.125rem;
	}
	.drawer-open .global-nav .drawer-hamburger-icon::after,
	.drawer-open .global-nav .drawer-hamburger-icon::before{
		background: #ffffff;
	}
	.global-nav .drawer-hamburger-icon::after{
		top: 0.5rem;
	}
	.global-nav .drawer-hamburger-icon::before{
		top: -0.5rem;
	}
	.global-nav .drawer-hamburger::after{
		content: 'MENU';
		color: #ffffff;
		font-size: 0.625rem;
		font-weight: 500;
		display: block;
		text-align: center;
		width: 140%;
		margin: 0.75rem -20% 0 -20%;
	}
	.drawer--right .global-nav .drawer-nav{
		position: fixed;
		display: block;
		background: rgb(255,255,255,0.9);
		width: 100%;
		height: 100%;
		right: -100%;
		top: 4rem;
		left: auto;
		z-index: 9999;
		padding: 2rem 1rem;
	}
	.drawer--right .global-nav .drawer-nav{
		overflow-x: hidden;
		overflow-y: auto;
	}
	.global-nav .drawer-nav .drawer-menu{
		display: block;
	}
	.global-nav .drawer-nav ul.drawer-menu li{
		display: block;
		border-bottom: 1px solid #333333;
	}
	.global-nav .drawer-nav ul.drawer-menu li{
		margin-left: 0
	}
	.global-nav .drawer-nav ul.drawer-menu li a,
	.global-nav .drawer-nav ul.drawer-menu li .js-accordion-title{
		position: relative;
		display: block;
		font-family: "Noto Serif JP", serif;
		color: #333333;
		font-size: 1rem;
		font-weight: 500;
		line-height: 1.45;
		padding: 0.75rem 0 0.75rem 0.25rem;
	}
	.global-nav .drawer-nav ul.drawer-menu li a:after{
		display: block;
		content: "";
		border-bottom: 2px solid #001B66;
		border-right: 2px solid #001B66;
		margin: auto;
		position: absolute;
		right: 1rem;
		top: 1.3rem;
		transform: rotate(-45deg);
		width: 0.5rem;
		height: 0.5rem;
	}
	.global-nav .drawer-nav ul.drawer-menu li.dropdown-menu{
		border-bottom: none;
	}
	.global-nav .drawer-nav ul.drawer-menu li .js-accordion-title{
		border-bottom: 1px solid #333333;
	}
	.global-nav .drawer-nav ul.drawer-menu li .js-accordion-title::after{
		content: "";
		position: absolute;
		background: url(../img/icon/icn-plus.png) no-repeat center;
		background-size: cover;
		right: 0.875rem;
		top: 1.125rem;
		width: 0.75rem;
		height: 0.75rem;
	}
	.global-nav .drawer-nav ul.drawer-menu li .js-accordion-title.open:after{
		background: url(../img/icon/icn-minus.png) no-repeat center;
		background-size: cover;
		top: 1.5rem;
		height: 0.25rem;
	}
	.global-nav .drawer-nav ul.drawer-menu li.dropdown-menu > ul{
		display: none;
		margin: 1.8rem 0 1.875rem 0;
	}
	.global-nav .drawer-nav ul.drawer-menu li.dropdown-menu ul li{
		border-bottom: none;
	}
	.global-nav .drawer-nav ul.drawer-menu li.dropdown-menu ul li a.img-link{
		padding: 0;
	}
	.global-nav .drawer-nav ul.drawer-menu li.dropdown-menu ul li a.img-link::after{
		content: none;
	}
	.global-nav .drawer-nav ul.drawer-menu li.dropdown-menu ul.sub-nav{
		margin: 1.25rem 0 0 0;
	}
	.global-nav .drawer-nav ul.drawer-menu li.dropdown-menu ul.sub-nav li{
		border-bottom: 1px solid #9E9F9F;
	}
	.global-nav .drawer-nav ul.drawer-menu li.dropdown-menu ul.sub-nav li a{
		font-size: 0.8125rem;
		font-weight: 400;
		line-height: 1.35;
		padding: 0.75rem 0 0.75rem 0.25rem;
	}
	.global-nav .drawer-contact{
		display: block;
		margin-top: 2.5rem;
	}
	.global-header .drawer-contact .tel-block .tel-btn{
		-webkit-justify-content: center;
		justify-content: center;
	}
	.global-header .drawer-contact .header-tel{
		-webkit-justify-content: center;
		justify-content: center;
		margin-left: 0;
		margin-bottom: 0.375rem;
	}
	.global-header .drawer-contact .header-sns{
		-webkit-justify-content: center;
		justify-content: center;
		margin-left: 0;
		margin-top: 1.5rem;
	}
	.global-header .drawer-contact .header-contact{
		text-align: center;
		margin-left: 0;
		margin-top: 1.5rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.drawer--right .global-nav .drawer-nav{
		width: 50%;
		right: -50%;
	}
}
/**
/* Common CSS
----------------------------------------------- */
.archive-wrap,
.single-wrap{
	padding-bottom: 9.375rem;
}
.page-guide{
	position: relative;
}
.front-wrap .page-guide,
.page-wrap .page-guide:not(:last-child){
	padding-bottom: 9.375rem;
}
.inner-wrap{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
.inner{
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}
.center{
	text-align: center;
}
iframe{
	width: 100%;
}
.sidebar-ad{
	position: fixed;
	top: 30%;
	right: 0;
	z-index: 1000;
}
.sidebar-ad ul li{
	width: 3.75rem;
}
@media only screen and (max-width: 767px) {
	.archive-wrap,
	.single-wrap{
		padding-bottom: 5rem;
	}
	.front-wrap .page-guide,
	.page-wrap .page-guide:not(:last-child){
		padding-bottom: 5rem;
	}
	.sidebar-ad{
		display: none;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.archive-wrap,
	.single-wrap{
		padding-bottom: 6rem;
	}
	.front-wrap .page-guide,
	.page-wrap .page-guide:not(:last-child){
		padding-bottom: 6rem;
	}
}
/**
/* パンくず CSS
----------------------------------------------- */
.breadcrumbs{
	padding: 0.625rem 0 0 0;
}
.breadcrumbs span{
	display: inline-block;
	font-family: "Noto Serif JP", serif;
	color: #001B66;
	font-size: 0.8125rem;
	font-weight: 500;
	line-height: 1.35;
}
.breadcrumbs a span{
	color: #001B66;
}
.breadcrumbs span.separator{
	color: #001B66;
	margin: 0 0.375rem;
	vertical-align: middle;
}
.breadcrumbs span br{
	display: none;
}
@media only screen and (max-width: 767px) {
	.breadcrumbs{
		padding: 0.625rem 0 0 0;
	}
	.breadcrumbs span{
		font-size: 0.8125rem;
	}
	.breadcrumbs span.separator{
		margin: 0 0.375rem;
	}
}
/**
/* ページネーション CSS
----------------------------------------------- */
.wp-pagenavi {
	text-align: center;
	margin-top: 6.5rem;
}
.wp-pagenavi span,
.wp-pagenavi a {
	display: inline-block;
	text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span{
	display: inline-block;
	font-family: "EB Garamond", serif;
	width: 3rem;
	height: 3rem;
	font-size: 1.25rem;
	font-weight: 800;
	line-height: 3rem;
	text-align: center;
	padding: 0 !important;
	margin: 0 0.3125rem !important;
	border: none !important;
	border-radius: 50%;
}
.wp-pagenavi .current,
.wp-pagenavi a.page:hover{
	background: #001B66;
	color: #FFFFFF;
	border: none !important;
}
.wp-pagenavi span.extend{
	border: none;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink{
	border: none;
}
@media only screen and (max-width: 767px) {
	.wp-pagenavi {
		margin-top: 4.5rem;
	}
	.wp-pagenavi a,
	.wp-pagenavi span{
		width: 2.2rem;
		height: 2.2rem;
		font-size: 1rem;
		line-height: 2.2rem;
		margin: 0 0.125rem;
	}
}
/**
/* フッター CSS
----------------------------------------------- */
footer{
	border-top: 1px solid #001B66;
	margin-top: auto;
}
.footer-wrap{
	padding: 6.25rem 0;
}
.footer-logo{
	margin-bottom: 1.875rem;
}
.footer-logo img{
	width: 14.8125rem;
}
footer .footer-contact{
	width: 19.625rem;
	display: flex;
	flex-direction: column;
}
footer .footer-add p{
	font-family: "Noto Serif JP", serif;
	color: #001B66;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 2;
}
footer .tel-btn{
	display: flex;
	align-items: flex-end;
	margin: 1.875rem 0 0.5rem 0;
}
p.footer_tel_time{
	font-family: "Noto Serif JP", serif;
	color: #001B66;
}
footer .tel-btn dt img{
	width: 2rem;
}
footer .tel-btn dd{
	margin-left: 0.4375rem;
}
footer .tel-btn dd a{
	color: #000B3F;
	font-size: 2.0625rem;
	font-weight: 500;
	line-height: 1.25;
}
footer .footer-contact .block_btn{
	margin-top: auto;
}
footer .footer-contact .block_btn li{
	display: block;
	width: 100%;
	max-width: 19.625rem;
}
footer .footer-contact .block_btn li + li{
	margin-top: 0.625rem;
}
footer .footer-nav-wrap{
	width: calc(100% - 19.625rem);
	align-items: flex-end;
	padding-left: 6.25rem;
}
.footer-wrap .footer-nav-items:not(:last-child){
	margin-bottom: 2.125rem;
}
.footer-wrap .footer-nav li{
	display: inline-block;
}
.footer-wrap .footer-nav li:not(:last-child){
	margin-right: 2.5rem;
}
.footer-wrap .footer-nav li a{
	display: block;
	font-family: "Noto Serif JP", serif;
	color: #001B66;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.5;
}
.footer-wrap .sub-nav{
	margin-top: 1.25rem;
}
.footer-wrap .sub-nav + .sub-nav{
	margin-left: 2.5rem;
}
.footer-wrap .sub-nav li + li{
	margin-top: 1.25rem;
}
.footer-wrap .sub-nav li a{
	display: block;
	font-family: "Noto Serif JP", serif;
	color: #001B66;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.5;
}
.footer-wrap .sub-nav ul li + li{
	margin-top: 0.3125rem;
}
.footer-wrap .footer-sns{
	display: flex;
	align-items: center;
}
.footer-wrap .footer-sns li img{
	width: 3rem;
}
.footer-wrap .footer-sns li + li{
	margin-left: 1.875rem;
}
.footer .copy{
	background: #001B66;
	font-family: "Noto Serif JP", serif;
	color: #FFFFFF;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.35;
	text-align: center;
	padding: 1.875rem 0;
}
.footer-bar{
	display: none;
}
@media only screen and (max-width: 1180px) {
	footer .footer-nav-wrap{
		padding-left: 3.25rem;
	}
	.footer-wrap .footer-sns li img{
		width: 2.5rem;
	}
	.footer-wrap .footer-sns li + li{
		margin-left: 0.875rem;
	}
}
@media only screen and (max-width: 930px) {
	footer .footer-nav-block{
		width: 100%;
	}
	.footer-wrap .footer-sns{
		width: 100%;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
		margin-top: 1.5rem;
	}
}
@media only screen and (max-width: 767px) {
	.footer-wrap{
		padding: 5rem 0 3.75rem 0;
	}
	.footer-logo{
		margin-bottom: 1.875rem;
	}
	footer .footer-contact{
		width: 100%;
	}
	footer .footer-add p{
		line-height: 1.5;
	}
	footer .footer-contact .block_btn{
		margin-top: auto;
	}
	footer .footer-contact .block_btn li{
		max-width: 100%;
	}
	footer .footer-contact .block_btn li + li{
		margin-left: 0;
		margin-top: 0.625rem;
	}
	footer .footer-nav-wrap{
		width: 100%;
		padding-left: 0;
		margin-top: 2.5rem;
	}
	.footer-wrap .footer-nav-items:not(:last-child){
		margin-bottom: 2.125rem;
	}
	.footer-wrap .footer-sns{
		-webkit-justify-content: center;
		justify-content: center;
		margin-top: 1.5rem;
	}
	.footer-wrap .sub-nav{
		width: 50%;
		margin-top: 1.25rem;
	}
	.footer-wrap .sub-nav + .sub-nav{
		margin-left: 0;
	}
	.footer-wrap .sub-nav li + li{
		margin-top: 1.25rem;
	}
	.footer-wrap .footer-sns li img{
		width: 3.0625;
	}
	.footer-wrap .footer-sns li + li{
		margin-left: 1.875rem;
	}
	.footer .copy{
		font-size: 0.75rem;
		padding: 1rem 0 5rem 0;
	}
	.footer-bar{
		position: fixed;
		display: flex;
		bottom: 0;
		width: 100%;
		z-index: 9998;
	}
	.footer-bar .footer-bar-item{
		width: 50%;
	}
}
.sub-nav li a.nav_ttl{
	font-family: "Noto Serif JP", serif;
    color: #001B66;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.5;
	margin-bottom:5px;
}
.sub_ul{
	margin-left: 5%!important;
}


.guest-box_flex{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
	margin-top: 5%;
}
.guest-box_flex_img{
	width: 40%;
}
.guest-box_flex_img img{
	width: 100%;
}
.guest-box_flex_text{
	width: 57%;
}
.btn_flex{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
}
.white-wrap h2{
	margin-top: 5%;
    color: #1a264b;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.guest-box_flex_img{
	width: 100%;
}
	.guest-box_flex_text{
	width: 100%;
		margin-top: 5%;
}
	.btn_flex ul{
		width: 100%;
	}
}