@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
----------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New&display=swap');
@font-face {
	font-family: "calibri";
	src: url("../font/calibri.ttf") format("truetype");
}
html,body {
	width: 100%;
	font-family: "Noto Sans JP", sans-serif;
	color: #303131;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	padding: 0;
	line-height: 1.6;
	letter-spacing: 0.01em;
}
@media only screen and (max-width: 1130px) {
	html,body {
		font-size: 14px;
	}
}
@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: 12px;
	}
}
#Wrapper{
	width: 100%;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	overflow: hidden;
}
*, *:before, *:after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	word-break: break-all;
}
a{
	text-decoration: none;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	color: #303131;
}
br.pc_br,
.pc_img,
.pc{
	display: none;
}
span.sp_br{
	display: block;
}
br.tab_br{
	display: none;
}
@media only screen and (min-width: 767px){
	br.sp_br,
	span.sp_br,
	.sp_img,
	.sp{
		display: none;
	}
	.pc_img{
		display: inline-block;
	}
	br.pc_br,
	.pc{
		display: block;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	br.tab_br{
		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;
}
.item-center{
	align-items: center;
}
dl.dl_table{
	display: table;
	width: 100%;
}
dl.dl_table dt, dl.dl_table dd {
	display: table-cell;
	vertical-align: top;
}
/**
/* ヘッダー CSS
----------------------------------------------- */
.header {
	position: fixed;
	z-index: 999999;
	top: 0;
	left: 0;
	width: 100%;
	background: #ffffff;
	padding: 1.25rem 0;
}
.header .inner-wrap{
	width: 95%;
}
.header .header_logo{
	width: 14.875rem;
}
.header .tel_box{
	text-align: center;
}
.header .tel_box span{
	display: block;
}
.header .tel_box span{
	display: block;
}
.header .tel_box .time{
	font-size: 0.8125rem;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: 0.2em;
}
.header .tel_box .number{
	color: #46211b;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: 0.2em;
}
.header .contact-btn{
	display: flex;
	align-items: center;
}
.header .contact-btn li{
	width: 12.3125rem;
	margin-left: 1.5rem;
}
.header .contact-btn li .btn{
	display: block;
	color: #ffffff;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.2em;
	text-align: center;
	border-radius: 6.25rem;
	padding: 0.5rem 1rem;
}
.header .contact-btn li .orange{
	background: #FFBE61;
	background: linear-gradient(90deg,rgba(255, 190, 97, 1) 0%, rgba(244, 169, 60, 1) 100%);
}
.header .contact-btn li .red{
	background: #F85853;
	background: linear-gradient(90deg,rgba(248, 88, 83, 1) 0%, rgba(229, 58, 51, 1) 100%);
}
@media only screen and (max-width: 767px) {
	.header {
		padding: 0.65rem 0;
	}
	.header .inner-wrap{
		width: 95%;
	}
	.header .header_logo{
		width: 12rem;
	}
	.header .tel_block{
		width: calc(100% - 12rem);
	}
	.header .tel_box .time{
		font-size: 0.8125rem;
	}
	.header .tel_box .number{
		font-size: 1.5rem;
		letter-spacing: 0.01em;
	}
	.header .contact-btn{
		display: none;
	}
}
/**
/* Common CSS
----------------------------------------------- */
#Content{
	margin-top: 5.6875rem;
}
.inner-wrap{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
.inner{
	width: 90%;
	max-width: 985px;
	margin: 0 auto;
}
/**
/* font CSS
----------------------------------------------- */
.center{
	text-align: center;
}
.t-white{
	color: #ffffff;
}
.mB20 {
	margin-bottom: 20px;
}
/**
/* ラインマーカー CSS
----------------------------------------------- */
.marker_yellow{
	background: linear-gradient(transparent 60%, #fff000 60%);
}
/**
/* Btn CSS
----------------------------------------------- */
.block_btn li{
	display: inline-block;
	width: 100%;
	max-width: 21.25rem;
}
.block_btn .btn{
	display: block;
	width: 100%;
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
	border-radius: 3.125rem;
	padding: 0.75rem;
}
.block_btn .orange{
	background: #ff6d25;
	color: #ffffff;
}
@media only screen and (max-width: 767px) {
	.block_btn li{
		max-width: 18.25rem;
	}
	.block_btn .btn{
		font-size: 1.125rem;
	}
}
/**
/* フッター CSS
----------------------------------------------- */
footer{
	background: #efeded;
	margin-top: auto;
	padding: 3rem 0 2.625rem 0;
}
.footer-wrap{
	margin-bottom: 3rem;
}
.footer-wrap .block_btn{
	margin-right: 2.25rem;
}
.footer-wrap .block_btn li{
	width: 20rem;
}
.footer-wrap .block_btn li a{
	background: #F2AA41;
	background: linear-gradient(90deg,rgba(242, 170, 65, 1) 0%, rgba(242, 170, 65, 1) 100%);
	color: #ffffff;
	font-size: 1.125rem;
	letter-spacing: 0.2em;
	padding: 1.25rem 2rem;
}
.footer-wrap .tel a{
	color: #e63933;
	font-size: 2.125rem;
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: 0.2em;
}
.footer-wrap .tel .time{
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	margin-left: 2.25rem;
}
.footer-copy{
	text-align: center;
}
.footer-copy .text,
.footer-copy .copy{
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.5;
}
.footer-bar{
	display: none;
}
@media only screen and (max-width: 767px) {
	footer{
		padding: 3rem 0 3.625rem 0;
	}
	.footer-wrap{
		text-align: center;
		margin-bottom: 2rem;
	}
	.footer-wrap .block_btn{
		width: 100%;
		margin-right: 0;
	}
	.footer-wrap .block_btn li{
		max-width: 14.25rem;
	}
	.footer-wrap .block_btn li a{
		font-size: 1rem;
		padding: 0.875rem 2.375rem;
	}
	.footer-wrap .tel{
		width: 100%;
		margin-top: 0.65rem;
	}
	.footer-wrap .tel a{
		font-size: 2rem;
	}
	.footer-wrap .tel .time{
		display: block;
		font-size: 1rem;
		margin-left: 0;
	}
	.footer-copy{
		padding: 0 0 1rem 0;
	}
	.footer-copy .text{
		font-size: 0.875rem;
		text-align: left;
		margin-bottom: 0.375rem;
	}
	.footer-copy .copy{
		font-size: 0.875rem;
	}
	.footer-bar{
		position: fixed;
		display: flex;
		bottom: 0;
		width: 100%;
		z-index: 9998;
	}
	.footer-bar .footer-bar-item{
		width: 50%;
	}
	.footer-bar .footer-bar-item a{
		display: block;
		text-align: center;
		font-size: 1.125rem;
		color: #ffffff;
		line-height: 3.2;
	}
	.footer-bar .bar-contact a{
		background: #FFBE61;
		background: linear-gradient(90deg,rgba(255, 190, 97, 1) 0%, rgba(244, 169, 60, 1) 100%);
	}
	.footer-bar .bar-request a{
		background: #F85853;
		background: linear-gradient(90deg,rgba(248, 88, 83, 1) 0%, rgba(229, 58, 51, 1) 100%);
	}
}
