@charset "utf-8";
/*
Theme Name: feriest
Theme URI:
Description:
Author: s.t
Author URI:
License:
License URI:
Version: 10000.0
*/
/**
/* 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: #FCFCFC;
	width: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	color: #101112;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.01em;
	margin: 0;
	padding: 0;
}
#Wrapper{
	overflow: hidden;
	width: 100%;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
*, *: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.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	color: #1F1F1F;
}
.Com{
	zoom: 1;
}
.Com:before, .Com:after{
	content: "";
	display: table;
}
.Com:after{
	clear: both;
}
br.pc_br,
.pc_img,
.pc{
	display: none;
}
@media only screen and (min-width: 768px){
	br.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;
}
/**
/* ヘッダー CSS
----------------------------------------------- */
.global-header .global-nav{
	background: #ffffff;
	width: 100%;
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	align-items: center;
	padding: 0 40px 0 20px;
}
.global-header .header_logo{
	align-items: center;
}
.global-header .header_logo .logo{
	width: 153px;
	padding: 12px 0;
}
.global-header .header_logo p{
	font-size: 12px;
	font-weight: 500;
	line-height: 1.5;
}
.global-header .global-nav .header-nav{
	align-items: center;
}
.global-header .header-contact{
	align-items: center;
	margin-left: 20px;
}
.global-header .header-contact .tel_btn li a{
	font-family: "Poppins", sans-serif;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
	color: #101112;
	font-size: 29px;
	font-weight: 600;
	font-style: italic;
	line-height: 1.25;
}
.global-header .header-contact .tel_btn li a span{
	width: 24px;
	margin-top: -5px;
	margin-right: 5px;
}
.global-header .header-contact .tel-box .time{
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.05em;
	text-align: right;
	margin-top: -5px;
}
.global-header .header-contact .block_btn{
	display: flex;
	text-align: left;
	margin-left: 25px;
}
.global-header .header-contact .block_btn li{
	width: 180px;
}
.global-header .header-contact .block_btn li + li{
	margin-left: 20px;
}
.global-header .header-contact .block_btn .btn{
	font-size: 18px;
	line-height: 2.2;
}
.global-header .header-view{
	position: relative;
	background-size: cover;
	margin-top: 82px;
	padding: 0;
}
.global-header .header-view .pc-main{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.global-header .header-view .sp-main{
	display: none;
	margin: 0 auto;
	max-width: 100%;
}
.global-header .header-view .view-box{
	margin-left: 5%;
}
.global-header .header-view .view-box .view-ttl{
	width: 60%;
	max-width: 795px;
	margin-bottom: 15px;
}
.global-header .header-view .view-box .bg{
	font-size: 56px;
	font-weight: 700;
	line-height: 1.1;
	margin-left: 40px;
}
.global-header .header-view .view-box .roma{
	margin-left: -3%;
}
@media only screen and (max-width: 1720px) {
	.global-header .global-nav{
		padding: 0 20px 0 10px;
	}
	.global-header .header_logo .logo{
		padding: 12px 0;
	}
	.global-header .header_logo p{
		font-size: 10px;
	}
	.global-header .header-contact{
		margin-left: 20px;
	}
	.global-header .header-contact .tel_btn li a{
		font-size: 24px;
	}
	.global-header .header-contact .tel_btn li a span{
		width: 20px;
		margin-top: -5px;
		margin-right: 3px;
	}
	.global-header .header-contact .tel-box .time{
		font-size: 14px;
		margin-top: -5px;
	}
	.global-header .header-contact .block_btn{
		margin-left: 15px;
	}
	.global-header .header-contact .block_btn li{
		width: 150px;
	}
	.global-header .header-contact .block_btn li + li{
		margin-left: 10px;
	}
	.global-header .header-contact .block_btn .btn{
		font-size: 16px;
	}
	.global-header .header-contact .block_btn .btn::after{
		width: 16px;
	}
}
@media only screen and (max-width: 1400px) {
	.global-header .header_logo p{
		display: none;
	}
}
@media only screen and (max-width: 1100px) {
	.global-header .header-contact{
		margin-left: 15px;
	}
	.global-header .header-contact .tel_btn li a{
		font-size: 22px;
	}
	.global-header .header-contact .tel-box .time{
		font-size: 12px;
	}
	.global-header .header-contact .block_btn li{
		width: 130px;
	}
	.global-header .header-contact .block_btn .btn{
		font-size: 14px;
	}
}
@media only screen and (max-width: 767px) {
	.global-header .global-nav{
		height: 65px;
		padding: 5px 0px;
	}
	.global-header .header_logo .logo{
		width: auto;
		padding: 0;
	}
	.global-header .header_logo .logo img{
		width: auto;
		height: 40px;
	}
	.global-header .header-contact .block_btn{
		display: none;
	}
	.global-header .header-contact .contact_btn{
		display: flex;
	}
	.global-header .header-contact{
		margin-right: 60px;
		margin-left: 0;
	}
	.global-header .header-contact .contact_btn li{
		margin-left: 5px;
	}
	.global-header .header-contact .contact_btn li img{
		width: auto;
		height: 45px;
	}
	.global-header .header-view{
		background-size: cover;
		padding: 0 0 8% 0;
		margin-top: 65px;
	}

	.global-header .header-view .pc-main{
		display: none;
	}
	.global-header .header-view .sp-main{
		display: block;
	}
	.global-header .header-view .view-box{
		width: 90%;
		margin: 0 auto;
	}
	.global-header .header-view .view-box .view-ttl{
		width: 100%;
		margin-bottom: 3%;
	}
	.global-header .header-view .view-box .bg{
		font-size: 8vw;
		text-align: center;
		margin-left: 0;
	}
	.global-header .header-view .view-box .roma{
		display: none;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.global-header .global-nav{
		height: 65px;
		padding: 6px 20px 2px 10px;
	}
	.global-header .header_logo .logo{
		padding: 0;
	}
	.global-header .header-contact{
		margin-right: 40px;
	}
	.global-header .header-view{
		margin-top: 65px;
		padding: 0;
	}
	.global-header .header-view .view-box .bg{
		font-size: 40px;
		margin-left: 15px;
	}
}
/**
/* ヘッダーナビ CSS
----------------------------------------------- */
.global-header .drawer-hamburger,
.drawer--top .global-header .drawer-nav{
	display: none;
}
.global-header .header-menu{
	position: relative;
}
.global-header .header-menu li{
	display: inline-block;
	text-align: center;
}
.global-header .header-menu li a{
	display: block;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	padding: 0 15px;
}
.header-menu .menu__mega-level{
	background: #248FC7;
	position: absolute;
	width: 100%;
	top: 53px;
	left: 0;
	transition: all .2s ease;
	visibility: hidden;
	opacity: 0;
}
.header-menu .menu__mega:hover .menu__mega-level{
	opacity: 1;
	visibility: visible
}
.header-menu .menu__mega-level li{
	position: relative;
	display: block;
}
.header-menu .menu__mega-level li a{
	position: relative;
	color: #FFFFFF;
	line-height: 3;
	text-align: left;
	padding: 0 15px 0 40px;
}
.header-menu .menu__mega-level li a::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 15px;
	width: 5px;
	height: 5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: translate(0, -50%) rotate(45deg);
}
.header-menu .menu__mega-level li a:hover{
	 background-color: #8AC8E8;
}
.header-menu .menu__mega-level .sub-menu{
	padding: 0 0 0 25px;
}
@media only screen and (max-width: 1720px) {
	.global-header .header-menu li a{
		font-size: 14px;
		padding: 0 10px;
	}
	.header-menu .menu__mega-level{
		top: 42px;
	}
	.header-menu .menu__mega-level li a{
		padding: 0 15px 0 40px;
	}
	.header-menu .menu__mega-level .sub-menu{
		padding: 0 0 0 20px;
	}
}
@media only screen and (max-width: 1100px) {
	.global-header .header-menu li a{
		padding: 0 6px;
	}
	.header-menu .menu__mega-level li a{
		padding: 0 15px 0 40px;
	}
	.header-menu .menu__mega-level .sub-menu{
		padding: 0 0 0 15px;
	}
}
@media only screen and (max-width: 1024px) {
	.global-header .drawer-hamburger{
		display: block;
		width: 30px;
		padding: 23px 15px 29px 15px;
		margin: 0;
	}
	.drawer--top .global-header .drawer-hamburger,
	.drawer--top.drawer-open .global-header .drawer-hamburger{
		right: 0;
	}
	.global-header .drawer-hamburger-icon,
	.global-header .drawer-hamburger-icon::after,
	.global-header .drawer-hamburger-icon::before{
		background: #141414;
		height: 3px;
	}
	.global-header .drawer-hamburger-icon::after{
		top: 8px;
	}
	.global-header .drawer-hamburger-icon::before{
		top: -8px;
	}
	.drawer--top .global-header .drawer-nav{
		display: block;
		position: fixed;
		overflow: auto;
		width: 100%;
		height: calc(100% - 65px);
		left: 0;
		background: rgb(16, 17, 18, 0.9);
		padding-bottom: 30px;
	}
	.drawer--top.drawer-open .global-header .drawer-nav{
		top: 65px;
		left: 0;
	}
	.global-header .global-nav .drawer-menu li{
		display: block;
	}
	.global-header .global-nav .drawer-menu li a{
		position: relative;
		display: block;
		color: #ffffff;
		font-size: 16px;
		line-height: 3.6;
		text-align: left;
		border-bottom: 1px solid #FFFFFF;
		padding: 0 20px;
	}
	.global-header .global-nav .drawer-menu li a.js-accordion-title:before {
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: "\2b";
		position: absolute;
		top: 33%;
		right: 15px;
		font-size: 20px;
		line-height: 1;
	}
	.global-header .global-nav .drawer-menu li a.js-accordion-title.open:before{
		content: "\f068";
	}
	.global-header .global-nav .dropdown-menu{
		display: none;
	}
	.global-header .global-nav .dropdown-menu li a{
		position: relative;
		color: #FFFFFF;
		line-height: 3;
		text-align: left;
		border-bottom: none;
		padding: 0 15px 0 40px;
	}
	.global-header .global-nav .dropdown-menu li a::before{
		content: "";
		position: absolute;
		top: 50%;
		left: 15px;
		width: 5px;
		height: 5px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		transform: translate(0, -50%) rotate(45deg);
	}
	.global-header .global-nav .dropdown-menu .sub-menu{
		padding: 0 0 0 20px;
	}
	.global-header .global-nav .dropdown-menu .sub-menu li a{
		border-bottom: none;
	}
	.global-header .drawer-nav .block_btn{
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		max-width: 500px;
		padding: 0 5%;
		margin: 0 auto;
		margin-top: 3%;
		margin-bottom: 3%;
	}
	.global-header .drawer-nav .block_btn li{
		display: inline-block;
		width: 48%;
		margin-bottom: 0;
	}
	.global-header .drawer-nav .block_btn .btn{
		font-size: 16px;
		line-height: 3;
	}
	.global-header .drawer-nav .block_btn .btn::after{
		width: 14px;
	}
	.global-header .drawer-nav .tel-box{
		display: block;
		max-width: 500px;
		padding: 0 5%;
		margin: 0 auto;
	}
	.global-header .drawer-nav .tel-box .tel_btn{
		width: 100%;
		margin-bottom: 2%;
	}
	.global-header .drawer-nav .tel-box .tel_btn li{
		display: inline-block;
		width: 100%;
	}
	.global-header .drawer-nav .tel-box .tel_btn li a{
		position:relative;
		display: block;
		background: #FFFFFF;
		border: 2px solid #FFFFFF;
		color: #101112;
		font-family: "Poppins", sans-serif;
		font-size: 20px;
		font-weight: 600;
		font-style: italic;
		line-height: 2.2;
		text-align: center;
	}
	.global-header .drawer-nav .tel-box .tel_btn li a span{
		font-size: 16px;
		margin-right: 2%;
	}
	.global-header .drawer-nav .tel-box .tel_btn li a::after{
		content: "";
		display: block;
		position: absolute;
		width: 14px;
		height: 2px;
		right: -2px;
		top: 50%;
		transform: translateY(-50%);
		background: #101112;
	}
	.global-header .drawer-nav .tel-box .time{
		color: #ffffff;
		font-size: 16px;
		text-align: center;
	}
	.global-header .header-menu{
		display: none;
	}
}
/**
/* Common CSS
----------------------------------------------- */
.inner{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
.roma{
	font-family: "Poppins", sans-serif;
}
.page-guide{
	position: relative;
	padding: 78px 0 98px 0;
}
@media only screen and (max-width: 767px) {
	.page-guide{
		padding: 10% 0 15% 0;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.page-guide{
		padding: 40px 0 60px 0;
	}
}
/**
/* 見出し CSS
----------------------------------------------- */
.page-header{
	background: url("img/page-view.png") no-repeat center;
	background-size: cover;
	padding: 50px 0;
	margin-top: 80px;
}
.page-header .view-ttl h1{
	color: #FFFFFF;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 10px;
}
.page-header .view-ttl .text{
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.45;
}
.page-header .view-ttl .block_btn{
	column-gap: 26px;
	margin-top: 32px;
}
.page-header .view-ttl .block_btn li{
	display: block;
	width: calc(50% - 13px);
}
.grid-ttl{
	text-align: center;
	margin-bottom: 20px;
}
.grid-ttl h2{
	font-size: 30px;
	font-weight: 700;
	line-height: 1.25;
	margin-top: -5px;
}
.grid-ttl .roma{
	font-size: 110px;
	font-weight: 600;
	font-style: italic;
	line-height: 1.4;
}
@media only screen and (max-width: 767px) {
	.page-header{
		padding: 8% 0;
		margin-top: 65px;
	}
	.page-header .view-ttl h1{
		font-size: 6vw;
		margin-bottom: 5%;
	}
	.page-header .view-ttl .text{
		font-size: 4vw;
	}
	.page-header .view-ttl .block_btn{
		column-gap: 0;
		margin-top: 5%;
	}
	.page-header .view-ttl .block_btn li{
		width: 100%;
	}
	.page-header .view-ttl .block_btn li +li{
		margin-top: 3%;
	}
	.grid-ttl{
		margin-bottom: 8%;
	}
	.grid-ttl h2{
		font-size: 6vw;
		margin-top: -2vw;
	}
	.grid-ttl .roma{
		font-size: 16vw;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.page-header{
		padding: 40px 0;
		margin-top: 65px;
	}
	.page-header .view-ttl h1{
		font-size: 26px;
		margin-bottom: 10px;
	}
	.page-header .view-ttl .text{
		font-size: 16px;
	}
	.page-header .view-ttl .block_btn{
		column-gap: 10px;
		margin-top: 20px;
	}
	.page-header .view-ttl .block_btn li{
		width: calc(50% - 5px);
	}
	.grid-ttl{
		margin-bottom: 15px;
	}
	.grid-ttl h2{
		font-size: 24px;
		margin-top: -5px;
	}
	.grid-ttl .roma{
		font-size: 72px;
	}
}
/**
/* Btn CSS
----------------------------------------------- */
.block_btn{
	text-align: center;
}
.block_btn li{
	display: inline-block;
	width: 100%;
	max-width: 374px;
}
.block_btn .btn{
	position:relative;
	display: block;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	line-height: 3.2;
}
.block_btn .black{
	background: #101112;
	border: 2px solid #101112;
	color: #FFFFFF;
}
.block_btn .border{
	background: #FFFFFF;
	border: 2px solid #101112;
	color: #101112;
}
.block_btn .white{
	background: #FFFFFF;
	border: 2px solid #FFFFFF;
	color: #101112;
}
.block_btn .border_w{
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
}
.block_btn .btn::after{
	content: "";
	display: block;
	position: absolute;
	width: 23px;
	height: 2px;
	right: -2px;
	top: 50%;
	transform: translateY(-50%);
}
.block_btn .black::after{
	background: #FFFFFF;
}
.block_btn .border::after{
	background: #101112;
}
.block_btn .border_w::after{
	background: #FFFFFF;
}
.block_btn .white::after{
	background: #101112;
}
@media only screen and (max-width: 767px) {
	.block_btn li{
		max-width: inherit;
	}
	.block_btn .btn{
		font-size: 4.2vw;
	}
	.block_btn .btn::after{
		width: 3.4vw;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.block_btn li{
		max-width: 280px;
	}
	.block_btn .btn{
		font-size: 16px;
	}
	.block_btn .btn::after{
		width: 16px;
	}
}
/**
/* ページネーション CSS
----------------------------------------------- */
.wp-pagenavi{
	text-align: center;
	margin-top: 90px;
}
.wp-pagenavi a,
.wp-pagenavi span{
	display: inline-block;
	background: #FFFFFF;
	border: 1px solid #E8E8E8;
	width: 48px;
	height: 48px;
	font-family: "Poppins", sans-serif;
	color: #101112;
	font-size: 24px;
	line-height: 50px;
	font-weight: 600;
	font-style: italic;
	border-radius: 50%;
	padding: 0 3px 0 0;
	margin: 0 8px;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current{
	background: #101112;
	border: 1px solid #101112;
	color: #ffffff;
	opacity: 1;
}
.wp-pagenavi a.previouspostslink{
	background: #937F64;
	border: 1px solid #937F64;
	color: #101112;
	line-height: 44px;
	padding: 0;
	margin: 0 20px 0 0;
}
.wp-pagenavi a.previouspostslink i{
	font-size: 16px;
}
.wp-pagenavi a.nextpostslink{
	background: #FFFFFF;
	border: 1px solid #E8E8E8;
	color: #101112;
	line-height: 44px;
	padding: 0;
	margin: 0 0 0 20px;
}
.wp-pagenavi a.nextpostslink i{
	font-size: 16px;
}
@media only screen and (max-width: 767px) {
	.wp-pagenavi{
		margin-top: 15%;
	}
	.wp-pagenavi a,
	.wp-pagenavi span{
		width: 10vw;
		height: 10vw;
		font-size: 5vw;
		line-height: 10vw;
		margin: 0 1%;
	}
	.wp-pagenavi a.previouspostslink{
		line-height: 10vw;
		margin: 0 3% 0 0;
	}
	.wp-pagenavi a.nextpostslink{
		line-height: 10vw;
		margin: 0 0 0 3%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.wp-pagenavi{
		margin-top: 60px;
	}
	.wp-pagenavi a,
	.wp-pagenavi span{
		width: 42px;
		height: 42px;
		font-size: 20px;
		line-height: 43px;
		margin: 0 5px;
	}
	.wp-pagenavi a.previouspostslink{
		margin: 0 15px 0 0;
	}
	.wp-pagenavi a.nextpostslink{
		margin: 0 0 0 15px;
	}
}
/**
/* パンくず CSS
----------------------------------------------- */
.breadcrumbs{
	padding: 20px 0;
}
.breadcrumbs span{
	color: #BABABA;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.35;
}
.breadcrumbs a span{
	color: #101112;
}
.breadcrumbs span.triangle{
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 8px solid #248FC7;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	margin: 0 30px;
}
@media only screen and (max-width: 767px) {
	.breadcrumbs{
		padding: 3% 0 1% 0;
	}
	.breadcrumbs span{
		font-size: 3.2vw;
		line-height: 2;
	}
	.breadcrumbs span.triangle{
		border-left: 2vw solid #248FC7;
		border-top: 1.4vw solid transparent;
		border-bottom: 1.4vw solid transparent;
		margin: 0 3%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.breadcrumbs{
		padding: 15px 0;
	}
	.breadcrumbs span{
		font-size: 12px;
	}
	.breadcrumbs span.triangle{
		border-left: 6px solid #248FC7;
		border-top: 4px solid transparent;
		border-bottom: 4px solid transparent;
		margin: 0 15px;
	}
}
/**
/* フッター CSS
----------------------------------------------- */
footer{
	margin-top: auto;
}
footer .bottom-contact{
	padding: 24px 0 32px 0;
}
footer .bottom-contact .inner{
	width: 94%;
	max-width: 1460px;
	align-items: center;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
footer .bottom-contact .contentArea{
	width: 58%;
	max-width: 719px;
}
footer .bottom-contact h3{
	font-size: 30px;
	font-weight: 500;
	line-height: 1.6;
}
footer .bottom-contact .tel-box{
	align-items: center;
}
footer .bottom-contact .tel-box .tel{
	font-family: "Poppins", sans-serif;
	font-size: 70px;
	font-weight: 600;
	font-style: italic;
	line-height: 1.25;
}
footer .bottom-contact .tel-box .time{
	font-size: 20px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.1em;
	margin-left: 25px;
}
footer .bottom-contact .logo{
	width: 42%;
}
footer .footer-wrap{
	background: #FFFFFF;
	border-top: 1px solid #C1CAD0;
	padding: 57px 0 50px 0;
}
footer .footer-wrap .inner{
	width: 94%;
	align-items: center;
}
footer .footer-wrap .footer-logo{
	width: 20%;
	margin-left: -20px;
}
footer .footer-wrap .footer-right{
	width: 78%;
}
footer .footer-nav{
	border-left: 1px solid #C1CAD0;
	width: 33%;
	padding-left: 5%;
}
footer .footer-nav:first-child{
	width: 25%;
}
footer .footer-nav h3{
	font-family: "Poppins", sans-serif;
	font-size: 22px;
	font-weight: 600;
	font-style: italic;
	line-height: 1.25;
	margin-bottom: 24px;
}
footer .footer-nav .nav li{
	font-size: 14px;
	font-weight: 500;
	line-height: 2.66;
}
footer .footer-nav .nav li a,
footer .footer-nav .nav li p{
	display: block;
	color: #4D4D4D;
}
footer .footer-nav .sub-menu{
	margin-top: 3px;
	margin-bottom: 10px;
	padding-left: 20px;
}
footer .footer-nav .sub-menu li{
	font-size: 14px;
	font-weight: 500;
	line-height: 2.2;
}
footer .footer-contact{
	border-left: 1px solid #C1CAD0;
	width: 30%;
	padding-left: 5%;
}
footer .footer-contact .block_btn li{
	margin-bottom: 18px;
}
footer .footer-contact .block_btn .btn{
	font-size: 18px;
	line-height: 2;
}
footer .footer-contact .tel-box{
	background: #F5F5F5;
	text-align: center;
	padding: 9px 5px 7px 5px;
	margin-bottom: 18px;
}
footer .footer-contact .tel-box .tel_btn li a{
	font-family: "Poppins", sans-serif;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
	color: #101112;
	font-size: 20px;
	font-weight: 600;
	font-style: italic;
	line-height: 1.25;
}
footer .footer-contact .tel-box .tel_btn li a span{
	font-size: 10px;
	margin-right: 6px;
}
footer .footer-contact .tel-box .time{
	font-size: 12px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
footer .footer-wrap .copy{
	font-family: "Poppins", sans-serif;
	color: #A8A8A8;
	font-size: 13px;
	font-weight: 500;
	font-style: italic;
	line-height: 1.25;
	text-align: right;
}
@media only screen and (max-width: 767px) {
	footer .bottom-contact{
		padding: 8% 0 6% 0;
	}
	footer .bottom-contact .inner{
		width: 90%;
	}
	footer .bottom-contact .contentArea{
		width: 100%;
		max-width: inherit;
	}
	footer .bottom-contact h3{
		font-size: 5vw;
		text-align: center;
	}
	footer .bottom-contact .tel-box .tel_btn{
		width: 100%;
		margin-bottom: 3%;
		margin-top: 3%;
	}
	footer .bottom-contact .tel-box .tel_btn li{
		display: inline-block;
		width: 100%;
	}
	footer .bottom-contact .tel-box .tel_btn li a{
		position:relative;
		display: block;
		background: #101112;
		border: 2px solid #101112;
		color: #FFFFFF;
		font-family: "Poppins", sans-serif;
		font-size: 6vw;
		font-weight: 600;
		font-style: italic;
		line-height: 2.2;
		text-align: center;
	}
	footer .bottom-contact .tel-box .tel_btn li a span{
		font-size: 5vw;
		margin-right: 2%;
	}
	footer .bottom-contact .tel-box .tel_btn li a::after{
		content: "";
		display: block;
		position: absolute;
		width: 3.4vw;
		height: 2px;
		right: -2px;
		top: 50%;
		transform: translateY(-50%);
		background: #FFFFFF;
	}
	footer .bottom-contact .tel-box .time{
		width: 100%;
		font-size: 4vw;
		text-align: center;
		margin-left: 0;
	}
	footer .bottom-contact .logo{
		width: 100%;
		text-align: center;
	}
	footer .bottom-contact .logo img{
		width: 78vw;
	}
	footer .footer-wrap{
		padding: 0 0 5% 0;
	}
	footer .footer-wrap .inner{
		width: 100%;
	}
	footer .footer-wrap .footer-logo{
		width: 100%;
		text-align: center;
		margin-left: 0;
	}
	footer .footer-wrap .footer-logo img{
		width: 50vw;
	}
	footer .footer-wrap .footer-right{
		width: 100%;
	}
	footer .footer-nav{
		border-left: none;
		width: 100%;
		padding-left: 0;
	}
	footer .footer-nav:first-child{
		width: 100%;
	}
	footer .footer-nav h3{
		background: #F8F8F8;
		font-size: 5vw;
		padding: 2% 5%;
		margin-bottom: 0;
	}
	footer .footer-nav .nav li{
		border-bottom: 1px solid #D9D9D9;
		font-size: 3.8vw;
		line-height: 2.8;
		padding: 0 5%;
	}
	footer .footer-nav .nav li .js-accordion-title{
		position: relative;
		cursor: pointer;
	}
	footer .footer-nav .nav li .js-accordion-title:before {
		content: "";
		position: absolute;
		top: 30%;
		right: 0;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 3vw 2vw 0;
		border-color: #68B1DA transparent transparent;
	}
	footer .footer-nav .nav li .js-accordion-title.open:before{
		transform: rotate(180deg);
	}
	footer .footer-nav .sub-menu{
		display: none;
		margin-top: 0;
		margin-bottom: 2%;
		padding-left: 5%;
	}
	footer .footer-nav .sub-menu li{
		border-bottom: none;
		font-size: 3.6vw;
	}
	footer .footer-contact{
		border-left: none;
		width: 100%;
		padding: 0 5%;
		margin-top: 5%;
	}
	footer .footer-contact .block_btn{
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		margin-bottom: 5%;
	}
	footer .footer-contact .block_btn li{
		display: inline-block;
		width: 48%;
		margin-bottom: 0;
	}
	footer .footer-contact .block_btn .btn{
		font-size: 4vw;
		line-height: 3;
	}
	footer .footer-contact .block_btn{
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		margin-bottom: 3%;
	}
	footer .footer-contact .block_btn li{
		display: inline-block;
		width: 48%;
		margin-bottom: 0;
	}
	footer .footer-contact .block_btn .btn{
		font-size: 4vw;
		line-height: 3;
	}
	footer .footer-contact .tel-box{
		background: transparent;
		padding: 0;
		margin-bottom: 5%;
	}
	footer .footer-contact .tel-box .tel_btn{
		width: 100%;
		margin-bottom: 2%;
	}
	footer .footer-contact .tel-box .tel_btn li{
		display: inline-block;
		width: 100%;
	}
	footer .footer-contact .tel-box .tel_btn li a{
		position:relative;
		display: block;
		background: #101112;
		border: 2px solid #101112;
		color: #FFFFFF;
		font-family: "Poppins", sans-serif;
		font-size: 6vw;
		font-weight: 600;
		font-style: italic;
		line-height: 2.2;
		text-align: center;
	}
	footer .footer-contact .tel-box .tel_btn li a span{
		font-size: 5vw;
		margin-right: 2%;
	}
	footer .footer-contact .tel-box .tel_btn li a::after{
		content: "";
		display: block;
		position: absolute;
		width: 3.4vw;
		height: 2px;
		right: -2px;
		top: 50%;
		transform: translateY(-50%);
		background: #FFFFFF;
	}
	footer .footer-contact .tel-box .time{
		font-size: 4vw;
	}
	footer .footer-wrap .copy{
		font-size: 3.2vw;
		text-align: center;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	footer .bottom-contact{
		padding: 20px 0 24px 0;
	}
	footer .bottom-contact .contentArea{
		width: 60%;
		max-width: 719px;
	}
	footer .bottom-contact h3{
		font-size: 22px;
	}
	footer .bottom-contact .tel-box .tel{
		font-size: 40px;
	}
	footer .bottom-contact .tel-box .time{
		font-size: 14px;
		margin-left: 15px;
	}
	footer .bottom-contact .logo{
		width: 40%;
	}
	footer .footer-wrap{
		padding: 40px 0 30px 0;
	}
	footer .footer-wrap .footer-logo{
		width: 100%;
		margin-left: 0;
		margin-bottom: 15px;
	}
	footer .footer-wrap .footer-logo img{
		width: 200px;
	}
	footer .footer-wrap .footer-right{
		width: 100%;
	}
	footer .footer-nav{
		padding-left: 2.5%;
	}
	footer .footer-nav:first-child{
		width: 25%;
	}
	footer .footer-nav h3{
		font-size: 20px;
		margin-bottom: 12px;
	}
	footer .footer-nav .nav li{
		font-size: 13px;
	}
	footer .footer-nav .sub-menu{
		padding-left: 15px;
	}
	footer .footer-nav .sub-menu li{
		font-size: 12px;
	}
	footer .footer-contact{
		padding-left: 2.5%;
	}
	footer .footer-contact .block_btn li{
		margin-bottom: 12px;
	}
	footer .footer-contact .block_btn .btn{
		font-size: 15px;
	}
	footer .footer-contact .tel-box{
		margin-bottom: 12px;
	}
	footer .footer-wrap .copy{
		font-size: 12px;
	}
}


/**
/* Pマーク CSS
----------------------------------------------- */
.privacy-pc {
	padding: 20px 0 10px;
	text-align: right;
}
.privacy-sp {
	display: none;
}
.p-mark {
	width: 100%;
	max-width: 100px;
}

@media only screen and (max-width: 767px) {
	.privacy-pc {
		display: none;
	}
	.privacy-sp {
		display: block;
		padding: 6vw 0 3vw;
		text-align: center;
	}
	.p-mark {
		max-width: 25vw;
	}
}

