@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: #000000;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0;
	margin: 0;
	padding: 0;
	overflow: unset!important;
}
body.drawer-open{
	overflow: hidden!important;
}
@media only screen and (max-width: 1500px) {
	html,body {
		font-size: 14px;
	}
}
@media only screen and (max-width: 767px) {
	html,body {
		font-size: 4.2vw;
	}
}
*:focus {
	outline: none!important;
}
#Wrapper{
	width: 100%;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	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: #30332B;
}
.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;
	}
	.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{
	background: #FFFFFF;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 9999;
	border-bottom: 1px solid #666666;
}
.global-header .global-nav{
	display: flex;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 2.5rem 3rem;
}
.global-header .header_logo{
	line-height: 0;
}
.global-header .header_logo img{
	max-width: 16.375rem;
}
.global-header .global-nav .contact-btn{
	margin-right: 6.25rem;
}
.global-header .global-nav .contact-btn li{
	display: inline-block;
	width: 100%;
	max-width: 15.375rem;
}
.global-header .global-nav .contact-btn li a{
	display: block;
	background: #ffffff;
	border: 1px solid #333333;
	font-family: 'Noto Sans JP', sans-serif;
	color: #1a1a1a;
	font-size: 2.25rem;
	font-weight: 500;
	line-height: 1.45;
	border-radius: 4.5rem;
	padding: 0 2.5rem;
}
@media only screen and (max-width: 767px) {
	.global-header .global-nav{
		height: 5rem;
		padding: 1.25rem;
	}
	.global-header .header_logo img{
		max-width: 8.1875rem;
	}
	.global-header .global-nav .contact-btn{
		display: none;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.global-header .global-nav{
		padding: 1.5rem;
	}
	.global-header .header_logo img{
		max-width: 14.375rem;
	}
}
/**
/* ヘッダーナビ CSS
----------------------------------------------- */
.global-nav .drawer-hamburger{
	display: block;
	background: #ab1e36;
	width: 4rem;
	top: 2rem;
	z-index: 99999;
	padding: 1.5rem 1rem 1.85rem 1rem;
	border-radius: 50%;
}
.drawer--right .global-nav .drawer-hamburger,
.drawer--right.drawer-open .global-nav .drawer-navbar .drawer-hamburger{
    right: 1.875rem;
}
.drawer--right.drawer-open .global-nav .drawer-hamburger{
	background: #ffffff;
	right: 1.875rem;
}
.global-nav .drawer-hamburger:hover{
	background: #ab1e36;
}
.global-nav .drawer-hamburger::before{
	content: 'MENU';
	color: #ffffff;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.25;
	display: block;
	text-align: center;
	width: 140%;
	margin: 0 -20% 0 -20%;
}
.global-nav .drawer-hamburger-icon{
	margin-top: 0.65rem;
}
.global-nav .drawer-hamburger-icon{
	background-color: transparent
}
.global-nav .drawer-hamburger-icon::after,
.global-nav .drawer-hamburger-icon::before{
	background: #ffffff;
	height: 2px;
}
.drawer-open .global-nav .drawer-hamburger::before{
	color: #ab1e36;
}
.drawer-open .global-nav .drawer-hamburger-icon::after,
.drawer-open .global-nav .drawer-hamburger-icon::before{
	background: #ab1e36;
}
.global-nav .drawer-hamburger-icon::after{
	top: 0.125rem;
}
.global-nav .drawer-hamburger-icon::before{
	top: -0.45rem;
}
.drawer-open .global-nav .drawer-hamburger-icon:after,
.drawer-open .global-nav .drawer-hamburger-icon:before {
    top: -0.125rem;
}
.drawer-open .global-nav .drawer-hamburger-icon:before {
	-webkit-transform: rotate(20deg);
	-ms-transform: rotate(20deg);
	transform: rotate(20deg);
}
.drawer-open .global-nav .drawer-hamburger-icon:after {
	-webkit-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	transform: rotate(-20deg);
}
.global-header .drawer-nav{
	position: fixed;
	display: block;
	background: #ab1e36;
	width: 90%;
	max-width: 61.25rem;
	height: 100%;
	z-index: 9999;
	border-radius: 0 0 0 6.125rem;
}
.drawer--right .global-header .drawer-nav{
	right: -100%;
	left: auto;
	overflow-x: hidden;
	overflow-y: auto;
}
.drawer-nav .drawer-nav-inner{
	position: relative;
	width: 100%;
	padding: 10rem 6rem 6rem 6rem;
}
.drawer-nav .drawer-menu li + li{
	margin-top: 1.25rem;
}
.drawer-nav .drawer-menu li a{
	color: #ffffff;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.25;
}
.drawer-nav .drawer-menu li a .roma{
	display: block;
	color: transparent;
	font-size: 3.9375rem;
	font-weight: 900;
	line-height: 1.25;
	-webkit-text-stroke: 1px #ffffff;
	text-stroke: 1px #ffffff;
}
@media only screen and (max-width: 767px) {
	.global-nav .drawer-hamburger{
		width: 2rem;
		top: 0.625rem;
		padding: 0.95rem 0.88rem 1.1rem 0.88rem;
	}
	.drawer--right .global-nav .drawer-hamburger,
	.drawer--right.drawer-open .global-nav .drawer-navbar .drawer-hamburger{
	    right: 0.65rem;
	}
	.drawer--right.drawer-open .global-nav .drawer-hamburger{
		right: 0.65rem;
	}
	.global-nav .drawer-hamburger::before{
		font-size: 0.75rem;
	}
	.global-header .drawer-nav{
		width: 95%;
		border-radius: 0 0 0 4.125rem;
	}
	.drawer-nav .drawer-nav-inner{
		padding: 5rem 1rem 2rem 2.5rem;
	}
	.drawer-nav .drawer-menu li a{
		font-size: 0.75rem;
	}
	.drawer-nav .drawer-menu li a .roma{
		font-size: 2.5rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.global-nav .drawer-hamburger{
		width: 3rem;
		top: 1rem;
		padding: 1.45rem 1rem 1.51rem 1rem;
	}
	.drawer--right .global-nav .drawer-hamburger,
	.drawer--right.drawer-open .global-nav .drawer-navbar .drawer-hamburger{
	    right: 0.875rem;
	}
	.drawer--right.drawer-open .global-nav .drawer-hamburger{
		right: 0.875rem;
	}
	.global-nav .drawer-hamburger::before{
		font-size: 1rem;
	}
	.drawer-nav .drawer-nav-inner{
		padding: 6rem 3rem 4rem 3rem;
	}
}
/**
/* Common CSS
----------------------------------------------- */
.front-wrap,
.page-wrap{
	padding-bottom: 11.25rem;
}
.inner-wrap{
	position: relative;
	width: 94%;
	max-width: 1560px;
	margin: 0 auto;
}
section{
	position: relative;
}
.center{
	text-align: center;
}
.right{
	text-align: right;
}
iframe{
	width: 100%;
}
@media only screen and (max-width: 767px) {
	.front-wrap,
	.page-wrap{
		padding-bottom: 6rem;
	}
	.inner-wrap,
	.inner{
		width: calc(100% - 2rem);
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.front-wrap,
	.page-wrap{
		padding-bottom: 6.5rem;
	}
}
/**
/* Btn CSS
----------------------------------------------- */
.block_btn li{
	display: inline-block;
}
.block_btn li .btn img{
	width: 14rem;
}
.block_btn li .btn:hover::after{
	
}
@media only screen and (max-width: 767px) {
	.block_btn li .btn img{
		width: 7rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.block_btn li .btn img{
		width: 8rem;
	}
}
/**
/* パンくず CSS
----------------------------------------------- */
.breadcrumbs{
	text-align: right;
	padding: 1.5rem 0 0.5rem 0;
}
.breadcrumbs span{
	display: inline-block;
	font-size: 2.75rem;
	font-weight: 900;
	line-height: 1.35;
}
.breadcrumbs a span{
	color: #000000;
}
.breadcrumbs span.separator{
	position: relative;
	color: #000000;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 1rem solid transparent;
	border-bottom: 1rem solid transparent;
	border-left: 1.5rem solid #000000;
	margin: 0 0.625rem;
	top: 2px;
}
.breadcrumbs span br{
	display: none;
}
@media only screen and (max-width: 767px) {
	.breadcrumbs{
		padding: 1rem 0 0.375rem 0;
	}
	.breadcrumbs span{
		font-size: 1.375rem;
	}
	.breadcrumbs span.separator{
		border-top: 0.625rem solid transparent;
		border-bottom: 0.625rem solid transparent;
		border-left: 1rem solid #000000;
		margin: 0 0.5rem;
		top: 1px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.breadcrumbs{
		padding: 1rem 0 0.375rem 0;
	}
	.breadcrumbs span{
		font-size: 2rem;
	}
	.breadcrumbs span.separator{
		border-top: 0.875rem solid transparent;
		border-bottom: 0.875rem solid transparent;
		border-left: 1.375rem solid #000000;
		margin: 0 0.5rem;
		top: 2px;
	}
}
/**
/* ページネーション CSS
----------------------------------------------- */
.wp-pagenavi {
	text-align: center;
	margin-top: 8rem;
}
.wp-pagenavi span,
.wp-pagenavi a {
	display: inline-block;
	text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span{
	display: inline-block;
	color: #AFB29C;
	width: 2.5rem;
	height: 2.5rem;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 2.5rem;
	text-align: center;
	border: none!important;
	padding: 0!important;
	margin: 0 0.3125rem!important;
}
.wp-pagenavi .current,
.wp-pagenavi a.page:hover{
	background: #30332B;
	color: #FFFFFF;
	font-weight: 500!important;
	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: 4rem;
	}
	.wp-pagenavi a,
	.wp-pagenavi span{
		width: 2.2rem;
		height: 2.2rem;
		font-size: 1rem;
		line-height: 2.2rem;
		margin: 0 0.125rem;
	}
}
/**
/* トップへ戻る CSS
----------------------------------------------- */
.btn_page_top{
	position: fixed;
	display: block;
	width: 8rem;
	right: 1.25rem;
	bottom: 1.5rem;
	z-index: 20;
}
@media only screen and (max-width: 767px) {
	.btn_page_top{
		width: 4.5rem;
		right: 0.5rem;
		bottom: 0.5rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.btn_page_top{
		width: 6rem;
		right: 1rem;
		bottom: 1rem;
	}
}
/**
/* フッター CSS
----------------------------------------------- */
footer{
	position: relative;
	background-color: #ffffff;
	margin-top: auto;
}
footer .footer-bnr{
	padding: 2.5rem 0;
}
footer .footer-bnr ul{
	column-gap: 3.25rem;
}
footer .footer-bnr ul li{
	width: calc(50% - 1.625rem);
	max-width: 18.625rem;
}
footer .footer-wrap{
	position: relative;
	border-top: 1px solid #666666;
	padding: 2.625rem 0;
}
footer .footer-wrap .imageArea{
	position: absolute;
	width: 98%;
	height: 80%;
	top: 2.625rem;
	left: 50%;
	transform: translateX(-50%);
}
footer .footer-wrap .imageArea img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: left;
}
footer .footer-wrap .inner-wrap{
	padding: 6.75rem 0;
}
.footer-wrap .footer-logo{
	width: 17.375rem;
}
.footer-wrap .footer-nav{
	width: calc(100% - 17.375rem);
	margin-top: 0.625rem;
}
.footer-wrap .footer-nav li{
	display: inline-block;
	margin-left: 3.5rem;
}
.footer-wrap .footer-nav li a{
	display: block;
	color: #000000;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.5;
}
.footer .copy{
	position: relative;
	font-size: 0.625rem;
	line-height: 1.45;
	text-align: center;
	padding: 1rem 0;
}
@media only screen and (max-width: 767px) {
	footer .footer-bnr{
		padding: 1.5rem 0;
	}
	footer .footer-bnr ul{
		column-gap: 0;
	}
	footer .footer-bnr ul li{
		width: 100%;
		max-width: 16.625rem;
	}
	footer .footer-bnr ul li + li{
		margin-top: 0.625rem;
	}
	footer .footer-wrap{
		border-top: none;
		padding: 3.25rem 0 2.625rem 0;
	}
	footer .footer-wrap .inner-wrap{
		padding: 0;
	}
	.footer-wrap .footer-logo{
		width: 100%;
		text-align: center;
	}
	.footer-wrap .footer-logo img{
		width: 8.1875rem;
	}
	.footer-wrap .footer-nav{
		width: 100%;
		margin-top: 2rem;
	}
	.footer-wrap .footer-nav li{
		display: block;
		text-align: center;
		margin-left: 0;
	}
	.footer-wrap .footer-nav li + li{
		margin-top: 0.75rem;
	}
	.footer-wrap .footer-nav li a{
		font-size: 0.85rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	footer .footer-bnr{
		padding: 2rem 0;
	}
	footer .footer-bnr ul{
		column-gap: 1.5rem;
	}
	footer .footer-bnr ul li{
		width: calc(50% - 0.75rem);
		max-width: 15.625rem;
	}
	footer .footer-wrap{
		padding: 1.5rem 0;
	}
	footer .footer-wrap .imageArea{
		width: 95%;
		height: auto;
		top: 1.5rem;
	}
	footer .footer-wrap .inner-wrap{
		padding: 2.5rem 0;
	}
	.footer-wrap .footer-logo{
		width: 14.375rem;
	}
	.footer-wrap .footer-nav{
		width: calc(100% - 14.375rem);
	}
	.footer-wrap .footer-nav li{
		margin-left: 1.5rem;
	}
	.footer-wrap .footer-nav li a{
		font-size: 1.125rem;
	}
}
