@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 {
	background: #f9f5ef;
	width: 100%;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	color: #211d1a;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0;
	margin: 0;
	padding: 0;
}
a[href^="tel:"] {
	pointer-events:none;
}
@media only screen and (max-width: 767px) {
	html,body {
		font-size: 4vw;
	}
	a[href^="tel:"] {
		pointer-events:auto;
	}
}
@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;
}
a:hover{
	opacity: 0.6;
}
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_start{
	align-items: flex-start;
}
.items_center{
	align-items: center;
}
.items_end{
	align-items: flex-end;
}
/**
/* ヘッダー CSS
----------------------------------------------- */
.global-header{
	position: fixed;
	width: 100%;
	z-index: 9999;
}
.global-header .global-nav{
	background: #FFFFFF;
	position: fixed;
	display: flex;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 100%;
	top: 0;
	z-index: 9999;
}
.home .global-header .global-nav{
	background: rgb(255, 255, 255, 0.85);
	border-bottom: none;
}
.global-header .global-nav.fixed{
	background: #FFFFFF;
}
.global-header .header_logo{
	padding: 1.25rem 1.25rem 1.25rem 2rem;
}
.global-header .header_logo img{
	width: auto;
	height: 4.375rem;
}
.global-header .global-nav .logo.fixed{
	display: none;
}
.global-nav .header-contact{
	display: flex;
	align-items: center;
	margin-left: 3rem;
}
.global-nav .header-contact .tel-grid{
	text-align: center;
}
.global-nav .header-contact .tel-grid .tel li a{
	font-family: "Roboto Condensed", sans-serif;
	color: #211d1a;
	font-size: 1.875rem;
	font-weight: 500;
	line-height: 1.25;
}
.global-nav .header-contact .tel-grid .hours{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Roboto Condensed", sans-serif;
	color: #211d1a;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.25;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
}
.global-nav .header-contact .tel-grid .hours span{
	background: #de9547;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	color: #ffffff;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.25;
	text-align: center;
	border-radius: 3.125rem;
	padding: 0.3125rem 0.75rem;
	margin-right: 0.625rem;
}
.global-nav .header-contact .contact_btn{
	width: 10rem;
	margin-left: 2rem;
}
.global-nav .header-contact .contact_btn li a{
	background: #de9547;
	display: block;
	color: #ffffff;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	padding: 1.785rem 1.125rem 1.25rem 1.125rem;
}
.global-nav .header-contact .contact_btn li a span{
	display: block;
	line-height: 1;
	margin-bottom: 1rem;
}
.global-nav .header-contact .contact_btn li a span img{
	width: 1.6875rem;
}
.global-header .global-nav .sp-contact_btn{
	display: none;
}
@media only screen and (max-width: 1450px) {
	.global-header .header_logo{
		padding: 1.25rem 1.25rem 1.25rem 1.5rem;
	}
	.global-nav .header-contact{
		margin-left: 2.375rem;
	}
	.global-nav .header-contact .tel-grid .tel li a{
		font-size: 1.5rem;
	}
	.global-nav .header-contact .tel-grid .hours span{
		font-size: 0.875rem;
		margin-right: 0.375rem;
	}
	.global-nav .header-contact .contact_btn{
		width: 8.5rem;
		margin-left: 1.5rem;
	}
	.global-nav .header-contact .contact_btn li a{
		padding: 1.785rem 1rem 1.25rem 1rem;
	}
}
@media only screen and (max-width: 1380px) {
	.global-header .header_logo{
		padding: 1.125rem 1.25rem 1.125rem 1.5rem;
	}
	.global-header .header_logo img{
		height: 3.5rem;
	}
	.global-nav .header-contact .contact_btn li a{
		font-size: 0.875rem;
		padding: 1.5rem 1rem 1.125rem 1rem;
	}
	.global-nav .header-contact .contact_btn li a span{
		margin-bottom: 0.625rem;
	}
	.global-nav .header-contact .contact_btn li a span img{
		width: 1.375rem;
	}
}
@media only screen and (max-width: 1230px) {
	.global-nav .header-contact .tel-grid{
		display: none;
	}
	.global-nav .header-contact .contact_btn{
		margin-left: 0;
	}
}
@media only screen and (max-width: 1024px) {
	.global-header .global-nav{
		height: 5rem;
		box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.15);
	}
	.global-header .header_logo img{
		height: 3.5rem;
	}
}
@media only screen and (max-width: 767px) {
	.global-header .global-nav{
		height: 3.95rem;
	}
	.global-header .header_logo{
		padding: 0;
		padding-left: 0.875rem;
	}
	.global-header .header_logo img{
		height: 2.6rem;
		width: auto;
	}
	.global-header .global-nav.fixed .logo,
	.global-header .global-nav .logo.fixed{
		display: none;
	}
	.global-header .global-nav.fixed .logo.fixed{
		display: block;
	}
	.global-header .global-nav.fixed .sp-contact_btn{
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		display: flex;
		width: 65%;
		background-color: #de9547;;
	}
	.global-header .global-nav.fixed .sp-contact_btn > li{
		width: 50%;
	}
	.global-header .global-nav.fixed .sp-contact_btn li a{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		font-size: 0.9375rem;
		font-weight: 500;
		line-height: 1.25;
		text-align: center;
		padding: 1rem 0;
	}
	.global-header .global-nav.fixed .sp-contact_btn li:first-child > a{
		border-right: 1px solid #fff;
	}
	.global-header .global-nav.fixed .sp-contact_btn li a  span{
		display: block;
		font-size: 0.875rem;
		color: #fff;
	}
	.global-header .global-nav.fixed .sp-contact_btn li a img{
		width: 1.5rem;
		margin-top: 0.2rem;
	}
}
/**
/* ヘッダーナビ CSS
----------------------------------------------- */
.global-nav .drawer-hamburger,
.global-nav .drawer-nav{
	display: none;
}
.global-nav .header-nav{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.global-nav .pc-nav .nav{
	display: flex;
}
.global-nav .pc-nav .nav>li{
	position: relative;
}
.global-nav .pc-nav .nav>li + li{
	margin-left: 2.25rem;
}
.global-nav .pc-nav .nav li a{
	display: block;
	color: #211d1a;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	white-space: nowrap;
}
@media only screen and (max-width: 1450px) {
	.global-nav .pc-nav .nav>li + li{
		margin-left: 1.875rem;
	}
}
@media only screen and (max-width: 1380px) {
	.global-nav .pc-nav .nav li a{
		font-size: 0.875rem;
	}
}
@media only screen and (max-width: 1024px) {
	.global-nav .pc-nav,
	.global-nav .header-contact{
		display: none;
	}
	.global-nav .drawer-hamburger{
		display: block;
		/* background: #de9547; */
		width: 2.5rem;
		top: 0;
		z-index: 99999;
		padding: 1.45rem 1.25rem 1rem 1.25rem;
	}
	.drawer--right.drawer-open .global-nav .drawer-hamburger{
		right: 0;
	}
	/* .global-nav .drawer-hamburger:hover{
		background: #de9547;
	} */
	.global-nav .drawer-hamburger-icon{
		margin-top: 0.65rem;
	}
	.global-nav .drawer-hamburger-icon,
	.global-nav .drawer-hamburger-icon::after,
	.global-nav .drawer-hamburger-icon::before{
		background: #de9547;
		height: 2px;
	}
	.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: #de9547;
		font-size: 0.625rem;
		font-weight: 500;
		display: block;
		text-align: center;
		width: 140%;
		margin: 0.75rem -20% 0 -20%;
	}
	.drawer-open	.global-nav .drawer-hamburger::after{
		color: #fff;
	}
	.global-header .drawer-nav{
		position: fixed;
		display: block;
		background: #de9547;
		width: 100%;
		height: 100%;
		z-index: 9999;
		padding: 5rem 1rem 4.375rem 1rem;
	}
	.drawer--right .global-header .drawer-nav{
		right: -100%;
		left: auto;
	}
	.global-nav .drawer-nav .drawer-menu{
		display: block;
	}
	.global-nav .drawer-nav ul.drawer-menu li{
		display: block;
		border-bottom: 1px solid #ffffff;
	}
	.global-nav .drawer-nav ul.drawer-menu li + li{
		margin-left: 0
	}
	.global-nav .drawer-nav ul.drawer-menu li a{
		position: relative;
		display: block;
		color: #ffffff;
		font-size: 1.125rem;
		line-height: 1.45;
		padding: 1rem;
	}
	.global-nav.fixed .drawer-nav ul.drawer-menu li a{
		color: #ffffff;
	}
	.global-nav .drawer-nav ul.drawer-menu li a:after{
		display: block;
		content: "";
		border-bottom: 2px solid #fff;
		border-right: 2px solid #fff;
		margin: auto;
		position: absolute;
		right: 1rem;
		top: 1.65rem;
		transform: rotate(-45deg);
		width: 0.5rem;
		height: 0.5rem;
	}
	.global-nav .drawer-contact{
		margin-top: 4rem;
	}
	.global-nav .drawer-contact .tel{
		text-align: center;
	}
	.global-nav .drawer-contact .tel a{
		font-family: "Roboto Condensed", sans-serif;
		color: #ffffff;
		font-size: 3.125rem;
		font-weight: 500;
		line-height: 1.25;
	}
	.global-nav .drawer-contact .hours{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-family: "Roboto Condensed", sans-serif;
		color: #ffffff;
		font-size: 1.625rem;
		font-weight: 500;
		line-height: 1.25;
		-webkit-justify-content: center;
		justify-content: center;
		align-items: center;
	}
	.global-nav .drawer-contact .hours span{
		background: #ffffff;
		font-family: "Zen Kaku Gothic Antique", sans-serif;
		color: #de9547;;
		font-size: 1rem;
		font-weight: 500;
		line-height: 1.25;
		text-align: center;
		border-radius: 3.125rem;
		padding: 0.3125rem 1.375rem;
		margin-right: 1rem;
	}
	.global-nav .drawer-contact .contact_btn{
		text-align: center;
		margin-top: 2rem;
	}
	.global-nav .drawer-contact .contact_btn li{
		display: inline-block;
		width: 100%;
		max-width: 20rem;
	}
	.global-nav .drawer-contact .contact_btn li a{
		background: #ffffff;
		display: block;
		color: #de9547;;
		font-size: 1rem;
		font-weight: 500;
		line-height: 1.5;
		text-align: center;
		border-radius: 3.125rem;
		padding: 1.125rem 1rem;
	}
	.global-nav .drawer-contact .contact_btn li a span{
		display: inline-block;
		width: 1.75rem;
		margin-right: 1rem;
	}
}
@media only screen and (max-width: 767px) {
	.global-nav .drawer-hamburger{
		width: 1.875rem;
		padding: 0.9375rem 1.0625rem 0.5625rem 1.0625rem;
	}
	.global-nav .drawer-nav ul.drawer-menu li a{
		font-size: 1rem;
		padding: 1rem 0.625rem;
	}
	.global-nav .drawer-contact .tel a{
		font-size: 2.5rem;
	}
	.global-nav .drawer-contact .hours{
		font-size: 1.5rem;
	}
	.global-nav .drawer-contact .hours span{
		font-size: 0.875rem;
		padding: 0.3125rem 1rem;
		margin-right: 0.625rem;
	}
	.global-nav .drawer-contact .contact_btn{
		margin-top: 2rem;
	}
	.global-nav .drawer-contact .contact_btn li{
		max-width: 20rem;
	}
	.global-nav .drawer-contact .contact_btn li a{
		font-size: 1rem;
		padding: 1.125rem 1rem;
	}
}
/**
/* Common CSS
----------------------------------------------- */
.inner-wrap{
	position: relative;
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
}
.inner{
	position: relative;
	width: 90%;
	max-width: 1080px;
	margin: 0 auto;
}
.page-wrap{
	padding: 6.25rem 0 5.75rem 0;
}
.single-wrap{
	padding: 1.25rem 0 5.75rem 0;
}
.page-guide{
	position: relative;
}
.page-wrap .page-guide:not(:last-child){
	padding-bottom: 8.5rem;
}
.center{
	text-align: center;
}
iframe{
	width: 100%;
}
@media only screen and (max-width: 767px) {
	.inner-wrap{
		width: 90%;
	}
	.page-wrap{
		padding: 3rem 0 3.75rem 0;
	}
	.single-wrap{
		padding: 1rem 0 3.75rem 0;
	}
	.page-wrap .page-guide:not(:last-child){
		padding-bottom: 3rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.page-wrap{
		padding: 4rem 0 4.75rem 0;
	}
	.single-wrap{
		padding: 1rem 0 4.75rem 0;
	}
	.page-wrap .page-guide:not(:last-child){
		padding-bottom: 6.5rem;
	}
}
/**
/* Btn CSS
----------------------------------------------- */
.block_btn li{
	display: inline-block;
	width: 100%;
	max-width: 20rem;
}
.block_btn li .btn{
	background: #de9547;
	display: block;
	color: #ffffff;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	border-radius: 3.125rem;
	padding: 1.125rem 1rem;
}
@media only screen and (max-width: 767px) {
	.block_btn li{
		width: 100%;
		max-width: 16rem;
	}
	.block_btn li .btn{
		font-size: 0.875rem;
		padding: 1.125rem 1rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.block_btn li{
		width: 100%;
		max-width: 20rem;
	}
	.block_btn li .btn{
		font-size: 1rem;
		padding: 1.125rem 1rem;
	}
}
/**
/* パンくず CSS
----------------------------------------------- */
.breadcrumbs{
	padding: 1.75rem 0;
}
.breadcrumbs span{
	display: inline-block;
	color: #de9547;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.35;
}
.breadcrumbs span img{
	position: relative;
	top: -2px;
}
.breadcrumbs a span{
	color: #a2a2a2;
}
.breadcrumbs span.separator{
	color: #211d1a;
	margin: 0 0.875rem;
	vertical-align: middle;
}
.breadcrumbs span br{
	display: none;
}
@media only screen and (max-width: 767px) {
	.breadcrumbs{
		padding: 0.875rem 0;
	}
	.breadcrumbs span img{
		width: 1.25rem;
	}
	.breadcrumbs span.separator{
		margin: 0 0.675rem;
	}
}
/**
/* ページネーション 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: "Roboto Condensed", sans-serif;
	color: #b3b3b3;
	width: 3rem;
	height: 3rem;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 3rem;
	text-align: center;
	border: none!important;
	padding: 0!important;
	margin: 0 0.125rem!important;
	border-radius: 50%;
}
.wp-pagenavi .current,
.wp-pagenavi a.page:hover{
	background: #de9547;
	color: #FFFFFF;
	opacity: 1;
}
.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: 2.5rem;
	}
	.wp-pagenavi a,
	.wp-pagenavi span{
		width: 2.2rem;
		height: 2.2rem;
		font-size: 1.125rem;
		line-height: 2.2rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.wp-pagenavi {
		margin-top: 4.5rem;
	}
}
/**
/* フッター CSS
----------------------------------------------- */
footer{
	margin-top: auto;
}
.home .footer {
	background: #ebe2d5;
}
.footer-wrap{
	align-items: center;
	padding: 6.25rem 0 4.375rem 0;
}
.footer-wrap .footer-l{
	width: 40%;
}
.footer-wrap .footer-logo{
	line-height: 0;
	margin-bottom: 2.25rem;
}
.footer-wrap .footer-logo img{
	max-width: 10.375rem;
}
.footer-wrap h5{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 2rem;
}
.footer-wrap .address{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.375;
}
.footer-wrap .sns_btn{
	margin-top: 2rem;
}
.footer-wrap .sns_btn li{
	display: inline-block;
	max-width: 1.875rem;
}
.footer-wrap .footer-nav + .footer-nav{
	margin-left: 3.875rem;
}
.footer-wrap .footer-nav li + li{
	margin-top: 2rem;
}
.footer-wrap .footer-nav li a{
	display: block;
	color: #211d1a;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
}
.footer .copy{
	font-family: "Roboto Condensed", sans-serif;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.45;
	text-align: center;
	padding-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
	.footer-wrap{
		padding: 4.25rem 0 1rem 0;
	}
	.footer-wrap .footer-l{
		position: relative;
		width: 100%;
	}
	.footer-wrap .footer-logo{
		margin-bottom: 1.5rem;
	}
	.footer-wrap .footer-logo img{
		max-width: 9.375rem;
	}
	.footer-wrap h5{
		font-size: 0.9375rem;
		margin-bottom: 1rem;
	}
	.footer-wrap .address{
		font-size: 0.9375rem;
	}
	.footer-wrap .sns_btn{
		width: 100%;
		text-align: center;
	}
	.footer-wrap .sns_btn li{
		max-width: 1.875rem;
	}
	.footer-wrap .footer-r{
		width: 100%;
	}
	.footer-wrap .footer-nav{
		width: 100%;
		margin-top: 1.25rem;
	}
	.footer-wrap .footer-nav + .footer-nav{
		margin-left: 0;
		margin-top: 0;
	}
	.footer-wrap .footer-nav li{
		border-bottom: 1px solid #211d1a;
	}
	.footer-wrap .footer-nav li + li{
		margin-top: 0;
	}
	.footer-wrap .footer-nav li a{
		position: relative;
		display: block;
		color: #211d1a;
		font-size: 0.9375rem;
		line-height: 1.45;
		padding: 0.625rem;
	}
	.footer-wrap .footer-nav li a:after{
		display: block;
		content: "";
		border-bottom: 2px solid #211d1a;
		border-right: 2px solid #211d1a;
		margin: auto;
		position: absolute;
		right: 0.625rem;
		top: 1.25rem;
		transform: rotate(-45deg);
		width: 0.375rem;
		height: 0.375rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.footer-wrap{
		padding: 4.25rem 0 3.375rem 0;
	}
}
