@charset "utf-8";


/**************************************************50
 * layout
 **************************************************/
body{
	background: #FFFFFF;
	color: #4D4D4D;
	font-size: 16px;
	line-height: 2;
	overflow-x: hidden;
	width: 100%;
}
#page-wrap{
	min-height: 100%;
	overflow-x: hidden;
	width: 100%;
}
#container{
	min-height: 100%;
	overflow: hidden;
	width: 100%;
}
.loading{
	z-index: 1100;
}
img{
	height: auto;
	max-width: 100%;
	width: auto;
}
h1,h2,h3,h4,h5,h6,strong,b{
/*
	font-weight: normal;
*/
}
hr{
	background-color: #4D4D4D;
}
time{
}
.wrap{
	margin-left: auto;
	margin-right: auto;
}
.wrap:after{
	clear: both;
	content: "";
	display: block;
}
.wrap_img{
}
.wrap_img img{
	max-width: 100%;
}
strong.maru_serif,
b.maru_serif{
	font-weight: 500;
}
@media screen and (max-width:359px){
}
@media screen and (max-width:767px){
}
@media screen and (min-width:768px){
}
@media screen and (min-width:768px) and (max-width:939px){
	.wrap{
		padding-left: 20px;
		padding-right: 20px;
	}
	.wrap_img{
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media screen and (min-width:940px) and (max-width:1023px){
	.wrap{
		padding-left: 25px;
		padding-right: 25px;
	}
	.wrap_img{
		padding-left: 25px;
		padding-right: 25px;
	}
}
@media screen and (min-width:1024px) and (max-width:1199px){
	.wrap{
		padding-left: 30px;
		padding-right: 30px;
	}
	.wrap_img{
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media screen and (min-width:1200px) and (max-width:1279px){
	.wrap{
		padding-left: 35px;
		padding-right: 35px;
	}
	.wrap_img{
		padding-left: 35px;
		padding-right: 35px;
	}
}
@media screen and (min-width:1280px){
	.wrap{
		padding-left: -webkit-calc((100% - 1200px) / 2);
		padding-left: calc((100% - 1200px) / 2);
		padding-right: -webkit-calc((100% - 1200px) / 2);
		padding-right: calc((100% - 1200px) / 2);
		min-width: 1200px;
	}
}
@media screen and (min-width:1280px) and (max-width:1365px){
	.wrap_img{
		padding-left: 40px;
		padding-right: 40px;
	}
}
@media screen and (min-width:1366px) and (max-width:1439px){
	.wrap_img{
		padding-left: 45px;
		padding-right: 45px;
	}
}
@media screen and (min-width:1440px) and (max-width:1599px){
	.wrap_img{
		padding-left: 50px;
		padding-right: 50px;
	}
}
@media screen and (min-width:1600px) and (max-width:1719px){
	.wrap_img{
		padding-left: 55px;
		padding-right: 55px;
	}
}
@media screen and (min-width:1720px){
	.wrap_img{
		padding-left: -webkit-calc((100% - 1600px) / 2);
		padding-left: calc((100% - 1600px) / 2);
		padding-right: -webkit-calc((100% - 1600px) / 2);
		padding-right: calc((100% - 1600px) / 2);
		min-width: 1600px;
	}
}


/**************************************************50
 * common
 **************************************************/
/** -- color -- **/
.red{
	color: #FF0F35;
}
.yellow{
	color: #FFFF00;
}
.green{
	color: #005F4B;
}
.blue{
	color: #0F809B;
}

.bg_yellow{
	background: -webkit-linear-gradient(top, transparent 0%, transparent 60%, #FFEB01 60%, #FFEB01 100%);
	background: linear-gradient(to bottom, transparent 0%, transparent 60%, #FFEB01 60%, #FFEB01 100%);
}

/** -- link -- **/
a{
	color: #4D4D4D;
}
[class^="link_"],
[class^="btn_"]{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-weight: normal;
	overflow: hidden;
	position: relative;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
}
[class^="link_"]{
	background-color: #70B7D2;
	letter-spacing: 0.1em;
	line-height: 1.75;
	padding: 0 1em 0 0.1em;
	text-align: center;
	transition: box-shadow 0.2s ease-out 0s;
}
[class^="btn_"]{
	background-color: #FFA320;
	border-color: transparent transparent #C36600 transparent;
	border-style: solid;
	border-width: 0 0 4px 0;
	border-radius: 1000px;
	font-size: 100%;
	letter-spacing: 0.1em;
	padding-left: 0.1em;
	transition: border-width 0.2s ease-out 0s;
	vertical-align: bottom;
}
[class^="link_"]:hover,
[class^="btn_"]:hover{
}
[class^="link_"]:hover{
	box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, 0.6), 0px 0px 10px 2px rgba(0, 0, 0, 0.1) inset;
}
[class^="btn_"]:hover{
	border-width: 4px 0 0 0;
}
[class^="link_"]:before,
[class^="link_"]:after{
	font-family: "Material Design Icons";
}
[class^="link_"]:before{
	left: -0.15em;
}
[class^="link_"]:after{
	right: -0.15em;
}
[class^="link_to"]{
	padding-right: 0.6em;
}
[class^="link_to"]:after{
	content: "\F035F";
	font-family: "Material Design Icons";
	font-size: 150%;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 0;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.link_to{
}
.link_to:hover{
}
.link_to:after{
}
.link_to:hover:after{
}
.link_prev{
	padding: 0 0 0 1.1em;
}
.link_back{
	padding: 0 0 0 1.1em;
}
.link_mail,
.link_tel{
	color: #FFFFFF;
	letter-spacing: 0.1em;
	height: auto !important;
	line-height: 2 !important;
	padding: 0 1.5em 0 .6em;
	width: auto !important;
}
.link_mail{
	background-color: #007CAD;
}
.link_tel{
	background-color: #3D9DC2;
}
.link_mail:after,
.link_tel:after{
	content: "\F035F";
	font-size: 150%;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 0;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.link_mail .mdi,
.link_tel .mdi{
	font-size: 125%;
	line-height: 1.6;
	margin-right: 0.25em;
	vertical-align: middle;
}
[class^="btn_"]:before,
[class^="btn_"]:after{
	font-family: "Material Design Icons";
	font-size: 150%;
	line-height: 1;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
[class^="btn_"]:before{
	left: 0;
}
[class^="btn_"]:after{
	right: 0;
}
.btn_confirm:after{
}
.btn_reset,
.btn_back{
	background-color: #626262;
	border-color: transparent transparent #333333 transparent;
}
.btn_reset:hover,
.btn_back:hover{
}
.btn_back:before{
}
.btn_submit{
}
a[href^="mailto:"]{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: opacity 0.2s ease-out 0s;
}
a[href^="mailto:"]:hover{
	opacity: 0.7;
}
[class*="sns"] a[href^="https://twitter.com/"],
[class*="sns"] a[href^="https://x.com/"],
[class*="sns"] a[href^="https://www.facebook.com/"],
[class*="sns"] a[href^="https://www.instagram.com/"],
[class*="sns"] a[href=""],
[class*="sns"] a[href="#line_qr"],
[class*="sns"] a[href^="https://www.youtube.com/"],
[class*="sns"] a[href^="https://youtu.be/"],
[class*="sns"] a[href^="https://maps.app.goo.gl/"]{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display:inline-block;
	font-size: 36px;
	height: 1em;
	line-height: 1;
	transition: opacity 0.2s ease-out 0s;
	text-decoration: none;
	vertical-align: top;
	width: 1em;
}
[class*="sns"] a[href^="https://twitter.com/"]:hover,
[class*="sns"] a[href^="https://x.com/"]:hover,
[class*="sns"] a[href^="https://www.facebook.com/"]:hover,
[class*="sns"] a[href^="https://www.instagram.com/"]:hover,
[class*="sns"] a[href=""]:hover,
[class*="sns"] a[href="#line_qr"]:hover,
[class*="sns"] a[href^="https://www.youtube.com/"]:hover,
[class*="sns"] a[href^="https://youtu.be/"]:hover,
[class*="sns"] a[href^="https://maps.app.goo.gl/"]:hover{
	opacity: 0.7;
}
[class*="sns"] a[href^="https://twitter.com/"]:before,
[class*="sns"] a[href^="https://x.com/"]:before,
[class*="sns"] a[href^="https://www.facebook.com/"]:before,
[class*="sns"] a[href^="https://www.instagram.com/"]:before,
[class*="sns"] a[href=""]:before,
[class*="sns"] a[href="#line_qr"]:before,
[class*="sns"] a[href^="https://www.youtube.com/"]:before,
[class*="sns"] a[href^="https://youtu.be/"]:before,
[class*="sns"] a[href^="https://maps.app.goo.gl/"]:before{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display:inline-block;
	font-family: "Material Design Icons";
	height: 100%;
	line-height: 100%;
	vertical-align: top;
	width: 100%;
}
[class*="sns"] a[href^="https://twitter.com/"],
[class*="sns"] a[href^="https://x.com/"]{
}
[class*="sns"] a[href^="https://twitter.com/"]:before,
[class*="sns"] a[href^="https://x.com/"]:before{
/*	background-image: url("https://test.lucias.co.jp/images/user/icon/sns/twitter.webp"); */
	content: "\F0544";
}
[class*="sns"] a[href^="https://www.facebook.com/"]{
}
[class*="sns"] a[href^="https://www.facebook.com/"]:before{
/*	background-image: url("https://test.lucias.co.jp/images/user/icon/sns/facebook.webp"); */
	content: "\F020C";
}
[class*="sns"] a[href^="https://www.instagram.com/"]{
}
[class*="sns"] a[href^="https://www.instagram.com/"]:before{
/*	background-image: url("https://test.lucias.co.jp/images/user/icon/sns/instagram.webp"); */
	content: "\F02FE";
}
[class*="sns"] a[href=""],
[class*="sns"] a[href="#line_qr"]{
}
[class*="sns"] a[href=""]:before,
[class*="sns"] a[href="#line_qr"]:before{
	background-image: url("https://test.lucias.co.jp/images/user/icon/sns/line.webp");
}
[class*="sns"] a[href^="https://www.youtube.com/"],
[class*="sns"] a[href^="https://youtu.be/"]{
}
[class*="sns"] a[href^="https://www.youtube.com/"]:before,
[class*="sns"] a[href^="https://youtu.be/"]:before{
	background-image: url("https://test.lucias.co.jp/images/user/icon/sns/youtube.webp");
}
[class*="sns"] a[href^="https://maps.app.goo.gl/"]{
}
[class*="sns"] a[href^="https://maps.app.goo.gl/"]:before{
	content: "\F034E";
}
@media screen and (max-width:319px){
	[class^="link_"],
	[class^="btn_"]{
	}
	.concierge_link{
		font-size: 87.5%;
	}
}
@media screen and (min-width:320px) and (max-width:359px){
	.concierge_link{
		font-size: 112.5%;
	}
}
@media screen and (min-width:360px) and (max-width:413px){
	.concierge_link{
		font-size: 125%;
	}
}
@media screen and (min-width:414px) and (max-width:767px){
	.concierge_link{
		font-size: 150%;
	}
}
@media screen and (max-width:767px){
	[class^="link_"],
	[class^="btn_"]{
	}
	[class^="link_"]{
		height: 36px;
		line-height: 36px;
		width: 180px;
	}
	[class^="link_"]:after{
	}
	[class^="btn_"]{
		height: 36px;
		line-height: 34px;
		width: 160px;
	}
	.link_mail,
	.link_tel{
		margin: 0 1.5625% 3.125%;
	}
}
@media screen and (min-width:768px){
	[class^="link_"],
	[class^="btn_"]{
	}
	[class^="link_"]{
		height: 36px;
		line-height: 36px;
		width: 220px;
	}
	[class^="link_"]:after{
	}
	[class^="btn_"]{
		font-size: 112.5%;
		height: 52px;
		line-height: 48px;
		width: 220px;
	}
	.link_mail,
	.link_tel{
		font-size: 150%;
		margin: 0 10px 20px;
	}
}

[class^="linkbtn_"]{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-style: solid;
	border-width: 0 0 4px 0;
	border-radius: 1000px;
	color: #FFFFFF;
	display: inline-block;
	text-decoration: none;
	transition: border-width 0.2s ease-out 0s;
	vertical-align: bottom;
}
.linkbtn_orange{
	background-color: #FFA320;
	border-color: transparent transparent #C36600 transparent;
}
.linkbtn_blue{
	background-color: #70B7D2;
	border-color: transparent transparent #3D9DC2 transparent;
}
[class^="linkbtn_"]:hover{
	border-width: 4px 0 0 0;
}
[class^="linkbtn_"] b{
	font-weight: normal;
}
[class^="linkbtn_"] span{
}
@media screen and (max-width:319px){
	[class^="linkbtn_"]{
		width: 14em;
	}
	[class^="linkbtn_"] span{
		font-size: 62.5%;
	}
}
@media screen and (min-width:320px) and (max-width:767px){
	[class^="linkbtn_"]{
		width: 18em;
	}
	[class^="linkbtn_"] b{
		font-size: 125%;
	}
	[class^="linkbtn_"] span{
		font-size: 87.5%;
	}
}
@media screen and (max-width:767px){
	[class^="linkbtn_"]{
		line-height: 42px;
	}
}
@media screen and (min-width:768px){
	[class^="linkbtn_"]{
		line-height: 90px;
		width: 600px;
	}
	[class^="linkbtn_"] b{
		font-size: 175%;
	}
	[class^="linkbtn_"] span{
		font-size: 125%;
	}
}

/** -- pager -- **/
.pager{
}
.pager > *{
}
.pager_num{
	text-align: center;
}
.pager_link{
	text-align: center;
}
.pager_link > *{
	border-style: solid;
	border-width: 1px;
	display: inline-block;
	height: 36px;
	line-height: 36px;
	vertical-align: middle;
	width: 36px;
}
.pager_link > a{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: #FFFFFF;
	border-color: #3D9DC2;
	color: #3D9DC2;
	position: relative;
	text-decoration: none;
	transition: all 0.2s ease-out 0s;
}
.pager_link > a:hover{
	background-color: #3D9DC2;
	border-color: #3D9DC2;
	color: #FFFFFF;
}
.pager_link > a.mdi:before{
	color: #3D9DC2;
	font-size: 150% !important;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.pager_link > a.mdi-chevron-left:before{
	content: "\F035E";
}
.pager_link > a.mdi-chevron-right:before{
	content: "\F035F";
}
.pager_link > a.mdi:hover:before{
	color: #FFFFFF;
}
.pager_link > span{
	background-color: #3D9DC2;
	border-color: #3D9DC2;
	color: #FFFFFF;
}
.pager_link > strong{
	border: none;
}
.pager_link > * + *{
	margin-left: 20px;
}
.pager_num + .pager_link,
.pager_link + .pager_num{
	margin-top: 10px;
}
.pager_btn{
	text-align: center;
}
.pager_btn a{
	text-decoration: none;
}
.pager_btn .pager_page{
	background-color: #3D9DC2;
	color: #FFFFFF;
	border-radius: 5px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 10px;
	width: 6em;
}
.pager_btn .pager_prev,
.pager_btn .pager_next,
.pager_btn > span{
	display: inline-block;
	line-height: 1;
	position: relative;
	vertical-align: middle;
	width: 100px;
}
.pager_btn .pager_prev,
.pager_btn .pager_next{
	background-color: #FFFFFF;
	border: 1px solid #3D9DC2;
	border-radius: 100px;
	color: #333333;
	height: 32px;
	line-height: 30px;
}
.pager_btn .pager_prev:before,
.pager_btn .pager_next:before{
	color: #3D9DC2;
	font-size: 150%;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.pager_btn .pager_prev:before{
	content: "\F035E";
	left: 0;
}
.pager_btn .pager_next:before{
	content: "\F035F";
	right: 0;
}
.pager_btn .pager_prev:after,
.pager_btn .pager_next:after,
.pager_btn > span:after{
	content: " ";
}
@media screen and (max-width:767px){
	.pager{
	}
	.pager > *{
		margin-top: 12.5%;
/*
		padding-top: 6.25%;
		padding-bottom: 6.25%;
*/
	}
}
@media screen and (min-width:768px){
	.pager{
	}
	.pager > *{
		margin-top: 100px;
/*
		padding-top: 100px;
		padding-bottom: 100px;
*/
	}
}
@media screen and (max-width:939px){
	.pc_hide .pager_num{
		margin-bottom: 6.25%;
	}
}

.links_prev_next{
	text-align: center;
}
.links_prev_next:after{
	clear: both;
	content: "";
	display: block;
}
.links_prev_next .dummy_prev,
.links_prev_next .dummy_next,
.links_prev_next .link_next,
.links_prev_next .link_prev{
	display: inline-block;
	height: 32px;
	line-height: 32px;
	width: 10em;
}
.links_prev_next .link_prev,
.links_prev_next .dummy_prev{
	float: left;
}
.links_prev_next .link_next,
.links_prev_next .dummy_next{
	float: right;
}
.links_prev_next .link_next,
.links_prev_next .link_prev{
	background-color: #3D9DC2;
	position: relative;
	text-decoration: none;
}
.links_prev_next .link_next:after,
.links_prev_next .link_prev:after{
	font-size: 150%;
	line-height: 1;
	position: absolute;
	top: 50%;
}
.links_prev_next .link_next:after{
	content: "\F035F";
	font-family: "Material Design Icons";
}
.links_prev_next .link_prev:after{
	content: "\F035E";
	font-family: "Material Design Icons";
}
.links_prev_next .link_upper{
/*
	background-color: #FFFFFF;
	border: 1px solid #3D9DC2;
	color:  #FF5000;
*/
	background-color: #3D9DC2;
	display: inline-block;
	height: 32px;
	line-height: 32px;
	text-decoration: none;
}
/*
.links_prev_next .link_next,
.links_prev_next .link_prev,
.links_prev_next .link_upper{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: background-color 0.2s ease-out 0s;
}
.links_prev_next .link_next:hover,
.links_prev_next .link_prev:hover,
.links_prev_next .link_upper:hover{
	background-color: #3D9DC2;
	color: #FFFFFF;
}
*/
.links_prev_next .link_next:hover:after,
.links_prev_next .link_prev:hover:after,
.links_prev_next .link_upper:hover:after{
	color: #FFFFFF;
}
.links_list{
	text-align: center;
}
.links_list [class^="link_"]{
	background-color: #3D9DC2;
}
@media screen and (max-width:767px){
	.links_prev_next{
		margin-top: -12.5%;
		padding: 6.25% 3.125%;
	}
	.links_list{
		padding: 6.25% 3.125%;
	}
	.links_prev_next + .links_list{
		margin-top: -9.375%;
	}
	.links_prev_next .link_upper{
		font-size: 87.5%;
		width: 100px;
	}
	.links_prev_next .dummy_next,
	.links_prev_next .dummy_prev,
	.links_prev_next .link_next,
	.links_prev_next .link_prev{
		width: 8em;
	}
	.links_prev_next .link_next,
	.links_prev_next .link_prev{
	}
	.links_prev_next .link_next{
		padding: 0;
	}
	.links_prev_next .link_prev{
		padding: 0;
	}
	.links_prev_next .link_next:after,
	.links_prev_next .link_prev:after{
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.links_prev_next .link_next:after{
		right: 0.125em;
	}
	.links_prev_next .link_prev:after{
		left: 0.125em;
		right: unset;
	}
}
@media screen and (min-width:768px){
	.links_prev_next{
		margin-top: -100px;
		padding: 100px -webkit-calc((100% - 280px - (10em * 2)) / 2);
		padding: 100px calc((100% - 280px - (10em * 2)) / 2);
	}
	.links_list{
		padding: 100px -webkit-calc((100% - 280px - (10em * 2)) / 2);
		padding: 100px calc((100% - 280px - (10em * 2)) / 2);
	}
	.links_prev_next + .links_list{
		margin-top: -50px;
		padding: 0 -webkit-calc((100% - 280px - (10em * 2)) / 2) 100px;
		padding: 0 calc((100% - 280px - (10em * 2)) / 2) 100px;
	}
	.links_prev_next .link_next,
	.links_prev_next .link_prev{
	}
	.links_prev_next .link_prev:after{
		left: 0.2em;
		right: unset;
		-ms-transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	.links_prev_next .link_next:after{
		right: 0.2em;
		-ms-transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	.links_prev_next .link_upper{
		width: 160px;
	}
}
@media screen and (min-width:768px) and (max-width:939px){
	.links_prev_next{
		padding: 100px 20px;
	}
	.links_prev_next .link_upper{
		margin: 0 10px;
	}
}
@media screen and (min-width:940px){
	.links_prev_next .link_next,
	.links_prev_next .link_prev{
		cursor: pointer;
	}
}


/**************************************************50
 * header
 **************************************************/
header{
	text-align: center;
}
#header_wrap{
	background-color: #FFFFFF;
	box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.2);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}
#header_wrap:after{
	clear: boht;
	content: "";
	display: block;
}
#header_logo{
	float: left;
	line-height: 1;
}
#header_logo a{
	text-decoration: none;
}
#header_logo img{
	height: 40px;
}
#header_logo a img{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: opacity 0.2s ease-out 0s;
}
#header_logo a:hover img{
	opacity: 0.7;
}
#menu_open,
#menu_close,
#tel_btn{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: #FFFFFF;
	border-radius: 5px;
	color: #4D4D4D;
	cursor: pointer;
	display: block;
	line-height: 1;
	float: right;
	text-align: center;
	text-decoration: none;
	transition: opacity 0.2s ease-out 0s;
}
#menu_open:hover,
#menu_close:hover,
#tel_btn:hover{
	opacity: 0.7;
}
#menu_open{
}
#menu_open:before{
	content: "\F035C";
}
#menu_close{
	display: none;
}
#menu_open:before,
#menu_close:before,
#tel_btn:before{
	display: block;
	font-family: "Material Design Icons";
	margin: -0.05em 0 -0.125em;
}
#menu_open p,
#menu_close p,
#tel_btn p{
}
#menu_open:before,
#menu_close:before{
}
#menu_close:before{
	content: "\F0156";
}
#menu_open p,
#menu_close p{
}
#tel_btn{
	background-color: #0F809B;
}
#tel_btn:before{
	content: "\F03F6";
}
#contact_btn,
#estimate_btn{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	float: right;
	display: block;
	text-decoration: none;
	transition: opacity 0.2s ease-out 0s;
}
#contact_btn:hover,
#estimate_btn:hover{
	opacity: 0.7;
}
#contact_btn{
	background-color: #FFBE01;
}
#estimate_btn{
	background-color: #FF8701;
}
header nav{
}
header nav > a{
	color: #4D4D4D;
	text-decoration: none;
}
#btn_totop{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: #70B7D2;
	color: #FFFFFF;
	cursor: pointer;
	display: none;
	position: fixed;
	bottom: 0;
	right: 0;
	text-align: center;
	transition: opacity 0.2s ease-out 0s;
	z-index: 999;
}
#btn_totop:before{
	font-family: "Material Design Icons";
	content: "\F013F";
	display: block;
}
#btn_totop:hover{
	opacity: 0.7;
}
@media screen and (max-width:319px){
	#header_logo{
		margin-top: 20px;
		margin-left: 1.5625%;
	}
	#header_logo img{
		height: 16px;
	}
}
@media screen and (min-width:320px) and (max-width:359px){
	#header_logo{
		margin-top: 15px;
		margin-left: 1.5625%;
	}
	#header_logo img{
		height: 26px;
	}
}
@media screen and (min-width:360px) and (max-width:767px){
	#header_logo{
		margin-top: 13px;
		margin-left: 3.125%;
	}
	#header_logo img{
		height: 30px;
	}
}
@media screen and (max-width:767px){
	#contact_btn,
	#estimate_btn{
		line-height: 1.5;
		padding-top: 0.25em;
		width: 72px;
	}
	#contact_btn img,
	#estimate_btn img{
		vertical-align: top;
		width: 2em;
	}
	#contact_btn p,
	#estimate_btn p{
		font-size: 62.5%;
	}
	header nav{
		right: -100%;
		width: 100%;
	}
	header nav > a{
		padding: 3.125% 6.25%;
	}
	header nav > div{
		padding: 3.125% 0;
	}
	header nav > div .sns_links{
		padding-bottom: 1.5625%;
	}
	header nav > div .sns_links a{
		margin: 0 1.5625% 1.5625%;
	}
}
@media screen and (min-width:768px){
	#header_logo{
		margin-left: 20px;
	}
	#contact_btn,
	#estimate_btn{
		width: 14.5em;
	}
	#contact_btn img,
	#estimate_btn img{
		height: 2em;
		margin-right: 0.25em;
		vertical-align: middle;
	}
	#contact_btn p,
	#estimate_btn p{
		display: inline-block;
		vertical-align: middle;
	}
}
@media screen and (min-width:768px) and (max-width:1023px){
	#header_logo{
		margin-top: 8px;
	}
	#header_logo img{
		height: 40px;
	}
	#contact_btn,
	#estimate_btn{
		font-size: 87.5%;
		line-height: 56px;
	}
}
@media screen and (min-width:768px) and (max-width:1279px){
	header nav{
		right: -360px;
		width: 360px;
	}
	header nav > a{
		padding: 10px 20px;
	}
	header nav > div{
		padding: 20px 20px;
	}
	header nav > div .sns_links{
		padding-bottom: 10px;
	}
	header nav > div .sns_links a{
		margin: 0 5px 10px;
	}
}
@media screen and (max-width:1023px){
	header{
		padding-top: 56px;
	}
	#header_wrap{
		height: 56px;
	}
	#menu_open,
	#menu_close,
	#tel_btn{
		height: 56px;
		width: 56px;
	}
	#menu_open:before,
	#menu_close:before,
	#tel_btn:before{
		font-size: 300%;
	}
	#menu_open p,
	#menu_close p,
	#tel_btn p{
		font-size: 62.5%;
	}
	#contact_btn,
	#estimate_btn{
		height: 56px;
	}
	header nav{
		max-height: -webkit-calc(100vh - 56px);
		max-height: -webkit-calc(100svh - 56px);
		max-height: calc(100vh - 56px);
		max-height: calc(100svh - 56px);
		top: 56px;
	}
}
@media screen and (min-width:1024px){
	header{
		padding-top: 70px;
	}
	#header_wrap{
		height: 70px;
	}
	#header_logo{
		margin-top: 10px;
		margin-left: 20px;
	}
	#header_logo img{
		height: 50px;
	}
	#menu_open,
	#menu_close,
	#tel_btn{
		height: 70px;
		width: 70px;
	}
	#menu_open:before,
	#menu_close:before,
	#tel_btn:before{
		font-size: 375%;
	}
	#menu_open p,
	#menu_close p,
	#tel_btn p{
		font-size: 75%;
	}
	#contact_btn,
	#estimate_btn{
		height: 70px;
		line-height: 70px;
	}
	header nav{
		max-height: -webkit-calc(100vh - 70px);
		max-height: -webkit-calc(100svh - 70px);
		max-height: calc(100vh - 70px);
		max-height: calc(100svh - 70px);
		top: 70px;
	}
}
@media screen and (max-width:1279px){
	header nav{
		background-color: #FFFFFF;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		overflow: hidden auto;
		position: fixed;
		transition: right 0.2s ease-out 0s;
		text-align: left;
		z-index: 1000;
	}
	header nav.active{
		right: 0;
	}
	header nav a{
	}
	header nav > a{
		border-bottom: 1px solid #4D4D4D;
		display: block;
		position: relative;
	}
	header nav > a:hover,
	header nav > a.active{
		background-color: #4D4D4D;
		color: #FFFFFF;
	}
	header nav > a:after{
		content: "\F0142";
		font-family: "Material Design Icons";
		font-size: 150%;
		line-height: 1;
		position: absolute;
		top: 50%;
		right: 0;
		-ms-transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	header nav > div{
		text-align: center;
	}
	header nav > div img[src$="logo.svg"]{
		width: 200px;
	}
	#btn_totop{
	}
	#btn_totop:before{
		font-size: 300%;
		height: 50px;
		line-height: 50px;
		width: 50px;
	}
}
@media screen and (min-width:1280px){
	#menu_open,
	#menu_close,
	#tel_btn{
		display: none !important;
	}
	header nav{
		display: table;
		float: left;
		margin-top: 20px;
		margin-left: 20px;
	}
	header nav > a{
		display: table-cell;
		height: 30px;
		line-height: 30px;
		padding: 0 1em;
		vertical-align: middle;
	}
	header nav > a span{
		display: inline-block;
		line-height: 1.2;
		position: relative;
		vertical-align: baseline;
	}
	header nav > a span:after{
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		background-color: #4D4D4D;
		content: "";
		display: block;
		height: 1px;
		position: absolute;
		bottom: 0;
		left: 0;
		transition: width 0.2s ease-out 0s;
		width: 0;
	}
	header nav > a:hover span:after{
		width: 100%;
	}
	#btn_totop{
	}
	#btn_totop:before{
		font-size: 450%;
		height: 80px;
		line-height: 80px;
		width: 80px;
	}
}
@media screen and (min-width:1280px) and (max-width:1365px){
	#contact_btn,
	#estimate_btn{
		font-size: 87.5%;
	}
	header nav > a{
		font-size: 87.5%;
	}
}
@media screen and (min-width:1366px){
}


/**************************************************50
 * middle
 **************************************************/
#middle_block{
	text-align: left;
}
@media screen and (max-width:767px){
}
@media screen and (min-width:768px){
}
@media screen and (min-width:1280px){
	#middle_block{
/*
		min-height: -webkit-calc(100vh - 30px - 30px);
		min-height: calc(100vh - 30px - 30px);
*/
	}
}


/**************************************************50
 * title
 **************************************************/
/* -- page -- */
#title_page{
	background: -webkit-linear-gradient(45deg, #EAD6EE 0, #A0F1EA 100%);
	background: linear-gradient(45deg, #EAD6EE 0, #A0F1EA 100%);
	position: relative;
}
#title_page:before{
	content: "";
	display: block;
	padding-top: 7.25em;
}
#title_page p{
	line-height: 1.25;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
}
#title_page p span{
	display: block;
	font-weight: bold;
	letter-spacing: 0.125em;
	padding-left: 0.125em;
}
#title_page p b{
	display: block;
	font-size: 50%;
	font-weight: 500;
}
@media screen and (max-width:767px){
	#title_page{
		font-size: 200%;
	}
}
@media screen and (min-width:768px){
	#title_page{
		font-size: 300%;
	}
}

/* -- section -- */
.title_section{
	line-height: 1.5;
	text-align: center;
}
.title_section span{
	color: #70B7D2;
	display: inline-block;
	font-weight: 500;
	position: relative;
}
.title_section span:before,
.title_section span:after{
	background-color: #70B7D2;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	bottom: 0;
	width: 1px;
}
.title_section span:before{
	left: -1em;
	-ms-transform: rotate(-20deg);
	-webkit-transform: rotate(-20deg);
	transform: rotate(-20deg);
}
.title_section span:after{
	right: -1em;
	-ms-transform: rotate(20deg);
	-webkit-transform: rotate(20deg);
	transform: rotate(20deg);
}
.title_section b{
	color: #4D4D4D;
	display: block;
	font-weight: 500;
}
@media screen and (max-width:767px){
	.title_section{
		margin-bottom: 6.25%;
	}
	.title_section span{
		font-size: 75%;
	}
	.title_section b{
		font-size: 150%;
		padding: 0 3.125%;
	}
}
@media screen and (min-width:768px){
	.title_section{
		margin-bottom: 50px;
	}
	.title_section span{
	}
	.title_section b{
		font-size: 200%;
	}
}

/* -- caption -- */
.title_caption{
	color: #4D4D4D;
	text-align: center;
}
.title_caption span{
	display: inline-block;
	line-height: 1.5;
}
@media screen and (max-width:767px){
	.title_caption{
		margin-bottom: 6.25%;
		padding: 0.5em 3.125%;
	}
	.title_section + .title_caption{
		margin-top: -6.25%;
	}
}
@media screen and (min-width:768px){
	.title_caption{
		margin-bottom: 50px;
		padding: 0.5em 0;
	}
	.title_section + .title_caption{
		margin-top: -50px;
	}
	.title_caption span{
		position: relative;
	}
	.title_caption span:before,
	.title_caption span:after{
		content: "\F0374";
		font-family: "Material Design Icons";
		line-height: 1;
		position: absolute;
		top: 50%;
		-ms-transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	.title_caption span:before{
		left: -1.5em;
	}
	.title_caption span:after{
		right: -1.5em;
	}
}


/**************************************************50
 * breadcrumbs
 **************************************************/
.breadcrumbs{
	font-size: 75%;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
.breadcrumbs > *{
	color: #333333;
	display: inline-block;
	position: relative;
}
.breadcrumbs a{
	color: #333333;
}
.breadcrumbs > *:not(:first-child){
	margin-left: 2em;
}
.breadcrumbs > *:not(:first-child):before{
	color: #666666;
	content: "\F0142";
	font-family: "Material Design Icons";
	font-size: 150%;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: -1em;
	-ms-transform: translate(-12%, -50%);
	-webkit-transform: translate(-12%, -50%);
	transform: translate(-12%, -50%);
}
@media screen and (max-width:767px){
	.breadcrumbs{
/*
		margin-top: 12.5%;
*/
		margin-bottom: 12.5%;
		padding-left: 3.125%;
		padding-right: 3.125%;
	}
}
@media screen and (min-width:768px){
	.breadcrumbs{
/*
		margin-top: 100px;
		margin-top: -5px;
*/
		margin-bottom: 100px;
	}
}


/**************************************************50
 * table
 **************************************************/
.tbl_com{
	border-collapse: separate;
	border-spacing: 0;
	line-height: 1.5;
}
.tbl_com tr{
}
.tbl_com tr th{
	border-top: 1px dotted #4D4D4D;
}
.tbl_com tr td{
}
@media screen and (max-width:767px){
	.tbl_com,
	.tbl_com tbody,
	.tbl_com tr,
	.tbl_com th,
	.tbl_com td{
		display: block;
	}
	.tbl_com{
	}
	.tbl_com tr th{
		margin-left: auto;
		margin-right: auto;
		padding: 0.5em 0.5em;
		width: 93.75%;
	}
	.tbl_com tr td{
		margin-left: auto;
		margin-right: auto;
		padding: 0 0.5em 0.5em;
		width: 93.75%;
	}
}
@media screen and (min-width:768px){
	.tbl_com{
	}
	.tbl_com tr{
	}
	.tbl_com tr th{
		padding: 0.75em 2em;
	}
	.tbl_com tr td{
		border-top: 1px dotted #4D4D4D;
		padding: 0.75em 2em;
	}
}



/**************************************************50
 * gmap
 **************************************************/
#gmap{
	position: relative;
}
#gmap:before{
	content: "";
	display: block;
}
#gmap iframe{
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
@media screen and (max-width:767px){
	#gmap{
		margin-bottom: 3.125%;
	}
	#gmap:before{
		padding-top: 56.25%;
	}
}
@media screen and (min-width:768px){
	#gmap{
		margin-bottom: 50px;
	}
	#gmap:before{
	}
}
@media screen and (min-width:768px) and (max-width:1023px){
	#gmap:before{
		padding-top: 43.75%;
	}
}
@media screen and (min-width:1024px){
	#gmap:before{
		padding-top: 400px;
	}
}


/**************************************************50
 * QR CODE
 **************************************************/
.qr_wrap{
	display: none;
}


/**************************************************50
 * sns links
 **************************************************/
.sns_links{
}
.sns_links a{
	display: inline-block;
	line-height: 1;
	vertical-align: top;
}
.sns_links a .mdi{
	vertical-align: top;
}


