@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: "Zen Kaku Gothic New", sans-serif;
	color: #222222;
	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;
}
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;
	}
}

.mv-view .view-img .slick-img img.pc{
	display: none!important;
}
.mv-view .view-img .slick-img img.sp{
	display: block!important;
}
@media only screen and (min-width: 768px){
	.mv-view .view-img .slick-img img.sp{
		display: none!important;
	}
	.mv-view .view-img .slick-img img.pc{
		display: block!important;
	}
}

/**
/* 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;
	top: 0;
	width: 100%;
	z-index: 9999;
}
.global-header .global-nav{
	display: flex;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.global-header .header_logo{
	padding: 1.125rem;
}
.global-header .header_logo img{
	width: 6.4375rem;
}
.global-nav .header-contact{
	position: relative;
	display: flex;
	align-items: center;
	margin-left: 3.5rem;
	padding-right: 2rem;
}
.global-nav .header-contact::after{
	position: absolute;
	background: #183f7f;
	content: '';
	width: 80%;
	height: 100%;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}
.global-nav .owner_btn li a{
	background: url(../img/btn_owner_bg.png) no-repeat center;
	background-size: cover;
	display: block;
	color: #ffffff;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.45;
	text-align: center;
	height: 7.5rem;
	padding: 2.5rem 3.5625rem 2.25rem 7.0625rem;
}
.global-nav .owner_btn li a:hover{
	opacity: 1;
}
.global-nav .contact-tel{
	color: #ffffff;
	text-align: center;
}
.global-nav .contact-tel{
	padding: 0 2rem;
}
.global-nav .contact-tel .tel_btn li a{
	font-family: "Oswald", sans-serif;
	color: #ffffff;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1;
}
.global-nav .hours{
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.25;
	margin-top: 0.375rem;
}
.global-nav .contact-btn li a{
	background: #ee761c;
	display: block;
	color: #ffffff;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.05em;
	border-radius: 3.125rem;
	padding: 1.25rem 3.75rem;
}
.global-nav .contact-btn li a .icon{line-height: 1;}
@media only screen and (max-width: 1560px) {
	.global-header .header_logo{
		padding: 0.625rem;
	}
	.global-nav .header-contact{
		margin-left: 1.5rem;
		padding-right: 1rem;
	}
	.global-nav .owner_btn li a{
		font-size: 1rem;
		height: 6.35rem;
		padding: 2rem 2.625rem 1.25rem 6.0625rem;
	}
	.global-nav .contact-tel{
		padding: 0 1.25rem;
	}
	.global-nav .hours{
		font-size: 0.9375rem;
		margin-top: 0.125rem;
	}
	.global-nav .contact-btn li a{
		padding: 1.125rem 2.5rem;
		display: flex;
        gap: .65rem;
	}
}
@media only screen and (max-width: 1350px) {
	.global-header .header_logo img{
		width: 7.4375rem;
	}
	.global-nav .header-contact{
		margin-left: 1rem;
		padding-right: 0.5rem;
	}
	.global-nav .owner_btn li a{
		height: 6rem;
		padding: 1.8rem 2.625rem 1.25rem 5.0625rem;
	}
	.global-nav .contact-tel{
		padding: 0 1.25rem;
	}
	.global-nav .contact-btn{
		display: none;
	}
}
@media only screen and (max-width: 1120px) {
	.global-nav .header-contact{
		padding-right: 0;
	}
	.global-nav .owner_btn li a{
		font-size: 0.9375rem;
		padding: 1.8rem 1.5rem 1.25rem 3.5rem;
	}
	.global-nav .contact-tel{
		padding: 0 1rem;
	}
	.global-nav .contact-tel .tel_btn li a{
		font-size: 1.25rem;
	}
	.global-nav .hours{
		font-size: 0.8125rem;
	}
	.global-nav .contact-btn{
		display: none;
	}
}
@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{
		width: auto;
		height: 4rem;
	}
	.global-header .header-contact .owner_btn,
	.global-header .header-contact .contact-tel{
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	.global-header .global-nav{
		height: 4.05rem;
	}
	.global-header .header_logo{
		padding-left: 0.625rem;
	}
	.global-header .header_logo img{
		width: auto;
		height: 3.5rem;
	}
}
/**
/* ヘッダーナビ 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: 2rem;
}
.global-nav .pc-nav .nav li a{
	display: block;
	color: #222222;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.5;
	white-space: nowrap;
}
.global-nav .pc-nav .nav .sub_nav{
	position: absolute;
	top: 100%;
	left: 0;
	background: #183f7f;
	opacity: 0;
	pointer-events: none;
	transition: .3s;
}
.global-nav .pc-nav .nav > li:hover .sub_nav{
	opacity: 1;
	pointer-events: auto;
}
.global-nav .pc-nav .nav > li:hover .sub_nav li a{
	color: #ffffff;
	font-size: 0.8125rem;
	line-height: 1.5;
	border-bottom: 1px solid #ffffff;
	padding: 0.65rem 1rem;
}
.global-nav .pc-nav .nav > li:hover .sub_nav li:last-child a{
	border-bottom: none;
}
.nav-line-sp{display: none;}

@media only screen and (max-width: 1560px) {
	.global-nav .pc-nav .nav>li + li{
		margin-left: 1.5rem;
	}
}
@media only screen and (max-width: 1024px) {
	.global-nav .pc-nav,
	.global-nav .header-contact li.contact_btn{
		display: none;
	}
	.global-nav .header-contact{
		margin-left: 0;
	}
	.global-nav .header-contact li.line_btn{
		margin-right: 5.8rem;
		width: 4.25rem;
	}
	.nav-line-sp{
		display: block;
		position: fixed;
		top: 0;
		right: 5rem
	}
	.nav-line-sp a{
		display: block;
		position: relative;
		background-color: #05ae4a;
		padding: .8rem 1.65rem 1rem 1.65rem;
		font-weight: 700;
	}
	.nav-line-sp a .icon{
		display: block;
        padding-top: .3rem;
        width: 1.5rem;
	}
	.nav-line-sp a .icon img{width: 100%;height: auto;}
	.nav-line-sp a::after{
		content: 'LINE';
		color: #ffffff;
		font-size: 0.625rem;
		font-weight: 500;
		display: block;
		text-align: center;
		width: 140%;
		margin: 0.3rem -20% 0 -20%;
	}
	.global-nav .drawer-hamburger{
		display: block;
		background: #183f7f;
		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: #183f7f;
	}
	.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: #ffffff;
		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: #ffffff;
		font-size: 0.625rem;
		font-weight: 500;
		display: block;
		text-align: center;
		width: 140%;
		margin: 0.75rem -20% 0 -20%;
	}
	.global-header .drawer-nav{
		position: fixed;
		display: block;
		background: #183f7f;
		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;
		font-weight: 500;
		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-nav ul.drawer-menu li .js-accordion-title:after{
		font-size: 1.5rem;
		font-family: "Font Awesome 5 Free";
		font-weight: 500;
		content: "\2b";
		border-bottom: none;
		border-right: none;
		width: auto;
		height: auto;
		right: 0.65rem;
		top: 1rem;
		transform: rotate(0deg);
	}
	.global-nav .drawer-nav ul.drawer-menu li .js-accordion-title.open:after{
		content: "\f068";
		font-size: 1rem;
		font-weight: 900;
		top: 1.35rem;
	}
	.global-nav .drawer-nav ul.drawer-dropdown-menu{
		background: rgb(255, 255, 255, 0.15);
	}
	.global-nav .drawer-nav ul.drawer-dropdown-menu li a{
		font-size: 1rem;
	}
	.global-nav .drawer-nav ul.drawer-dropdown-menu li:last-child{
		border-bottom: none;
	}
	.global-nav .drawer-contact{
		width: 100%;
		margin-top: 1.5rem;
	}
	.global-nav .owner_btn{
		width: 100%;
		text-align: center;
		margin-top: 2rem;
	}
	.global-nav .owner_btn li{
		display: inline-block;
		width: 100%;
		max-width: 25rem;
	}
	.global-nav .owner_btn li a{
		font-size: 1.125rem;
		height: auto;
		padding: 1.25rem 1.5rem 1.25rem 3.5rem;
	}
	.global-nav .contact-tel .tel_btn li a{
		font-size: 2rem;
	}
	.global-nav .hours{
		font-size: 1rem;
		margin-top: 0.375rem;
	}
}
@media only screen and (max-width: 767px) {
	.global-nav .drawer-hamburger{
		width: 1.875rem;
		padding: 0.9375rem 1.0625rem 0.5625rem 1.0625rem;
	}
	.nav-line-sp{right: 4rem}
	.nav-line-sp a{
		width: 4rem;
        padding: 0.55rem 1.0625rem 0.55rem 1.0625rem;
	}
	.nav-line-sp a .icon{
        padding-top: 0;
        width: 100%;
	}
	.nav-line-sp a::after {margin-top: .1rem;}
}
@media only screen and (max-width: 599px) {
	.nav-line-sp a{
        padding:0.65rem 1.0625rem 0.46rem 1.0625rem;
	}
}
/**
/* 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;
}
.pageWrap{
	padding: 6rem 0 8.5rem 0;
}
.page-guide{
	position: relative;
}
.pageWrap .page-guide:not(:last-child){
	padding-bottom: 8.5rem;
}
.center{
	text-align: center;
}
iframe{
	width: 100%;
}
.bg-blue{
	background: #f2f4fb;
}
@media only screen and (max-width: 767px) {
	.inner-wrap{
		width: 90%;
	}
	.pageWrap{
		padding: 4.25rem 0 5rem 0;
	}
	.pageWrap .page-guide:not(:last-child){
		padding-bottom: 5rem;
	}
}
/**
/* table CSS
----------------------------------------------- */
table th,
table td{
	font-size: 1rem;
	vertical-align: top;
	padding: 1.25rem 1.5rem;
}
table th{
	font-weight: 500;
	line-height: 1.25;
}
table td{
	line-height: 1.5;
}
table td dl + dl{
	margin-top: 0.625rem;
}
table td ul{
	margin-left: 1.25rem;
}
table td ul li{
	list-style: disc;
}
@media only screen and (max-width: 767px) {
	table th,
	table td{
		font-size: 0.9375rem;
		padding: 0.875rem;
	}
}
/**
/* Btn CSS
----------------------------------------------- */
.block_btn{
	text-align: center;
}
.block_btn li{
	display: inline-block;
	width: 100%;
	max-width: 18.75rem;
}
.block_btn li + li{
	margin-left: 1rem;
}
.block_btn li .btn{
	display: block;
	color: #ffffff;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.05em;
	border-radius: 3.125rem;
	padding: 1.25rem;
}
.block_btn li .blue{
	background: #183f7f;
	color: #ffffff;
}
.block_btn li .orange{
	background: #ee761c;
	color: #ffffff;
}
@media only screen and (max-width: 767px) {
	.block_btn li + li{
		margin-top: 1rem;
		margin-left: 0;
	}
}
/**
/* パンくず CSS
----------------------------------------------- */
.breadcrumbs span{
	display: inline-block;
	color: #999999;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.35;
}
.breadcrumbs a span{
	color: #183f7f;
}
.breadcrumbs span.separator{
	color: #FFFFFF;
	font-size: 0.5rem;
	margin: 0 1rem;
	vertical-align: middle;
}
.breadcrumbs span br{
	display: none;
}
@media only screen and (max-width: 767px) {
	.breadcrumbs span{
		font-size: 0.75rem;
	}
}
/**
/* ページネーション 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: "Oswald", sans-serif;
	color: #b3b3b3;
	width: 3rem;
	height: 3rem;
	font-size: 1.25rem;
	font-weight: 900;
	line-height: 3rem;
	text-align: center;
	border: none!important;
	padding: 0!important;
	margin: 0 0.3125rem;
	border-radius: 50%;
}
.wp-pagenavi .current,
.wp-pagenavi a.page:hover{
	background: #ee761c;
	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: 4.5rem;
	}
	.wp-pagenavi a,
	.wp-pagenavi span{
		width: 2.2rem;
		height: 2.2rem;
		font-size: 1.125rem;
		line-height: 2.2rem;
		margin: 0 0.125rem;
	}
}
/**
/* お問い合わせ CSS
----------------------------------------------- */
.contens-contact-guide{
	background: #183f7f url(../img/contact_bg.jpg) no-repeat center;
	background-size: cover;
	padding: 5.625rem 0 4.125rem 0;
}
.contens-contact-guide .guide-ttl{
	margin-bottom: 3.625rem;
}
.contens-contact-guide .guide-ttl .roma,
.contens-contact-guide .guide-ttl h2{
	color: #ffffff;
}
.contens-contact-guide .guide-ttl .icon{
	margin-bottom: 2.125rem;
}
.contens-contact-guide .guide-ttl .icon img{
	width: 2.0625rem;
}
.contens-contact-guide .contact-grid{
	column-gap: 4rem;
}
.contens-contact-guide .contact-grid .contact-items{
	position: relative;
	width: calc((100% - 8rem)/3);
	color: #ffffff;
	text-align: center;
}
.contens-contact-guide .contact-items:nth-child(1)::after,
.contens-contact-guide .contact-items:nth-child(2)::after{
	background: #ffffff;
	content: "";
	position: absolute;
	width: 1px;
	height: 7.5rem;
	right: -2rem;
	top: 50%;
	transform: translateY(-50%);
}
.contens-contact-guide .contact-items h3{
	display: inline-block;
	width: 100%;
	max-width: 20rem;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.25;
	border: 1px solid #ffffff;
	padding: 0.175rem 1rem;
}
.contens-contact-guide .contact-items .contact-btn,
.contens-contact-guide .contact-items .line-btn{
	margin-top: 2.125rem;
}
.contens-contact-guide .contact-items .contact-btn li,
.contens-contact-guide .contact-items .line-btn li{
	display: inline-block;
	width: 100%;
	max-width: 18.75rem;
}
.contens-contact-guide .contact-items .contact-btn li .icon,
.contens-contact-guide .contact-items .line-btn li .icon{line-height: 1;}
.contens-contact-guide .contact-items .contact-btn li a{
	background: #ee761c;
	display:flex;
	justify-content: center;
	align-items: center;
	gap: .65rem;
	color: #ffffff;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.05em;
	border-radius: 3.125rem;
	padding: 1.25rem;
}
.contens-contact-guide .contact-items .line-btn li a{
	background: #05ae4a;
	display:flex;
	justify-content: center;
	align-items: center;
	gap: .65rem;
	color: #ffffff;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.05em;
	border-radius: 3.125rem;
	padding: 1.25rem;
}
.contens-contact-guide .contact-items .tel-btn{
	margin-top: 1.875rem;
}
.contens-contact-guide .contact-items .tel-btn li a{
	font-family: "Oswald", sans-serif;
	color: #ffffff;
	font-size: 2.6rem;
	font-weight: 500;
	line-height: 1;
}
.contens-contact-guide .contact-items .hours{
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.25;
	margin-top: 0.625rem;
}
@media only screen and (max-width: 767px) {
	.contens-contact-guide{
		padding: 3.625rem 0 3.125rem 0;
	}
	.contens-contact-guide .guide-ttl .icon{
		margin-bottom: 1.125rem;
	}
	.contens-contact-guide .guide-ttl .icon img{
		width: 1.625rem;
	}
	.contens-contact-guide .contact-grid{
		column-gap: 0;
		row-gap: 3rem;
	}
	.contens-contact-guide .contact-grid .contact-items{
		width: 100%;
	}
	.contens-contact-guide .contact-items:nth-child(1)::after,
	.contens-contact-guide .contact-items:nth-child(2)::after{
		display: none;
	}
	.contens-contact-guide .contact-items h3{
		padding: 0.375rem 1rem;
	}
	.contens-contact-guide .contact-items .contact-btn{
		margin-top: 2rem;
	}
	.contens-contact-guide .contact-items .tel-btn{
		margin-top: 1.5rem;
	}
	.contens-contact-guide .contact-items .tel-btn li a{
		font-size: 2.2rem;
	}
	.contens-contact-guide .contact-items .hours{
		font-size: 1rem;
		margin-top: 0.625rem;
	}
}

.sideLine{
    position: fixed;
    top: 160px;
    right: 0;
    z-index: 100;
}
.sideLine a{
	display: flex;
	flex-direction: column;
	gap: .5rem;
	background-color: #05ae4a;
	text-align: center;
	padding:0.75rem;
	color:#fff;
	font-size: 0.9375rem;
	font-weight:700;
}
.sideLine a span{line-height: 1.2;}

@media only screen and (max-width: 1024px) {
	.sideLine{display: none;}
}

/**
/* フッター CSS
----------------------------------------------- */
.footerSpContact{display: none;}
footer{
	margin-top: auto;
}
.footer-wrap{
	background: #183f7f;
	color: #ffffff;
	padding: 1.5rem 0;
}
.footer-wrap .footer-logo{
	text-align: center;
	margin-bottom: 2.1875rem;
}
.footer-wrap .footer-logo img{
	max-width: 8.4375rem;
}
.footer-wrap h5{
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
	margin-bottom: 2rem;
}
.footer-wrap .address{
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.68;
	text-align: center;
	margin-bottom: 3.125rem;
}
.footer-wrap .footer-tel .tel li a{
	font-family: "Oswald", sans-serif;
	color: #ffffff;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.25;
}
.footer-wrap .footer-tel .hours{
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.25;
	margin-left: 2rem;
}
.footer-wrap .footer-nav{
	text-align: center;
	margin: 3.75rem 0 3.25rem 0;
}
.footer-wrap .footer-nav li a{
	display: block;
	color: #ffffff;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.5;
	padding: 0 1.875rem;
}
.footer .copy{
	font-family: "Oswald", sans-serif;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.25;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.footerSpContact{
		z-index: 1000;
		position: fixed;
		left: 0;
		bottom: 0;
		display: flex;
		height: 60px;
		width: 100%;
	}
	.footerSpContact li{width: 50%;list-style-type: none;}
	.footerSpContact li a{
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
		text-decoration: none;
		text-align: center;
		color: #fff;
		background-color: #ee761c;
		font-size: 1rem;
		font-weight: 700;
	}
	.footerSpContact li.line a{background-color: #05ae4a;}
	.footerSpContact li a:hover{opacity: 1;}
	.footer-wrap{
		padding: 1.5rem 0 5rem;
	}
	.footer-wrap .footer-logo{
		margin-bottom: 1.1875rem;
	}
	.footer-wrap .footer-logo img{
		max-width: 6.4375rem;
	}
	.footer-wrap h5{
		font-size: 1.125rem;
		margin-bottom: 1rem;
	}
	.footer-wrap .address{
		margin-bottom: 2.125rem;
	}
	.footer-wrap .footer-tel .hours{
		margin-left: 1.5rem;
	}
	.footer-wrap .footer-nav{
		border-top: 1px solid #ffffff;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		margin: 2.75rem -6% 2.25rem -6%;
	}
	.footer-wrap .footer-nav li{
		width: 50%;
		border-bottom: 1px solid #ffffff;
	}
	.footer-wrap .footer-nav li:nth-child(odd){
		border-right: 1px solid #ffffff;
	}
	.footer-wrap .footer-nav li a{
		padding: 1.125rem;
	}
}
