<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* -------------------------------------------------------------*/
/* SiteName : UP-FLD */
/* FileName : contents.css */
/* Add Day : 2015/06/17(Wed) */
/* Udt Day : 2019/11/21(Thu) */
/* Copyright : ZENEI-PRO */
/* == TOC ======================================================*/
/* 1 : */
/*--------------------------------------------------------------*/

/* ------------ 主要ブラウザのベンダープレフィックス */
/* -moz-     …… Firefox */
/* -webkit-  …… Chrome、Safari */
/* -o-       …… Opera */
/* -ms-      …… IE8～ */
/* ベンダープレフィックス指定無しも明記 */

/*--------------------------------------------------------------*/
/* ボタン・リンクボタン共通 */
/*--------------------------------------------------------------*/
.g_btn_desi, input.g_btn_desi, button.g_btn_desi{
	font-size: 1.6rem;
	line-height: 1;
	padding: 1em;
	color: #fff;
	border: 0;
	text-align: center;
	transition: .3s;
	background: #3c321d;
	border-radius: 50px;
	position: relative;
}
.g_btn_desi::after{
	font-family: "Font Awesome 5 Free";
	font-weight: 900; content: "\f105";
	position: absolute;
	right: 10%;
}
.g_btn_desi:hover{
	background: #7d725a;
}
.g_btn_nav{
	margin: 20px auto 0 auto;
}
.g_btn_nav a{
	text-decoration: none;
	display: block;
	opacity: 1;
}

/*--------------------------------------------------------------*/
/* メッセージナビ共通 */
/*--------------------------------------------------------------*/
.g_navi{
	margin-bottom: 2em;
}
.g_navi h3{
	line-height: 2;
	font-weight: bold;
	text-align: center;
}
.g_navi p{
	line-height: 2;
}
@media screen and (max-width: 767px){
	.g_navi p{
	    	line-height: 1.5;
	}
}
.g_navi01{
	padding: 1.5em;
	background: #3c321d;
	border: 1px solid #3c321d;
	color: #fff;
}
.g_navi02{
	padding: 1.5em;
	background: #fbebeb;
	border: 1px solid #ffb8b8;
}
.g_navi02 p{
	color: #ff0000;
}

/*--------------------------------------------------------------*/
/* コンテンツ共通 */
/*--------------------------------------------------------------*/
.h2_title{
	line-height: 1.2;
	text-align: center;
	margin-bottom: 7em;
}
@media screen and (max-width: 767px){
	.h2_title{
		margin-bottom: 4em;
	}
}
.h2_title h2{
	display: inline-block;
	white-space: nowrap;
	position: relative;
}
.h2_title h2:before{
	background: #ffd700;
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 60px;
	height: 3px;
	left: 50%;
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 2px;
}
.h2_title h2 span{
	font-size: 6.6rem;
	font-family: 'Patua One', cursive;
	font-weight: normal;
	letter-spacing: 0.2em;
	display: block;
}
@media screen and (max-width: 767px){
	.h2_title h2 span{
		font-size: 2.6rem;
	}
}
.h2_title h2 em{
	font-size: 1.8rem;
	font-weight: bold;
}
@media screen and (max-width: 767px){
	.h2_title h2 em{
		font-size: 1.6rem;
	}
}
.h2_title p{
	font-size: 2.6em;
	color: #eb5312;
	font-weight: bold;
	margin-top: 1.5em;
}
@media screen and (max-width: 767px){
	.h2_title p{
		font-size: 1.6rem;
	}
}
.g_waku{
	border: 1px #e1c78b solid;
	border-radius: 5px;
	box-shadow: 2px 2px 2px 0 #ccc;
}

/*--------------------------------------------------------------*/
/* テーブル共通 */
/*--------------------------------------------------------------*/
.col2_tbl{
	width: 100%;
	margin-bottom: 3em;
}
.col2_tbl:last-child{
	margin-bottom: 0;
}
.col2_tbl caption{
	margin-bottom: 1em;
	font-weight: bold;
}
.col2_tbl th{
	width: 35%;
	padding: 1em;
	text-align: left;
	border: 1px #ff59a3 solid;
	background: #fff6fa;
	font-weight: bold;
}
@media screen and (max-width: 767px){
	.col2_tbl th{
		width: 100%;
		display: block;
	}
}
.col2_tbl th span{
	font-size: 1.2rem;
	margin-left: 1em;
	padding: 0.1em 0.3em;
	color: #fff;
	background: #e4007f;
	font-weight: normal;
}
@media screen and (max-width: 767px){
	.col2_tbl th{
		width: 100%;
		display: block;
	}
}
.col2_tbl td{
	width: 65%;
	padding: 1em;
	text-align: left;
	border: 1px #ff59a3 solid;
}
@media screen and (max-width: 767px){
	.col2_tbl td{
		width: 100%;
		display: block;
	}
}
.col2_tbl td p{
	margin-top: 0.5em;
}
.col2_tbl td em{
	padding-left: 0.25em;
	padding-right: 0.5em;
}

/*--------------------------------------------------------------*/
/* プライバシー共通 */
/*--------------------------------------------------------------*/
.g_privacy{
	margin-bottom: 3em;
	padding: 1.5em;
	background: #eee;
	border: 1px #e1c78b solid;
	height: 200px;
	overflow-y: scroll;
}
	@media screen and (max-width: 767px){
		.privacy{
			height: 150px;
		}
	}

.g_privacy h3{
	text-align: center;
	margin-bottom: 1em;
}

.g_privacy_body{
	margin-top: 1.5em;
}

.g_privacy_body dl{
	margin-bottom: 2em;
}

.g_privacy_body dl dt{
	margin-bottom: 0.5em;
	font-weight: bold;
}

.g_privacy_body dl dd ol{
	margin-top: 1em;
	padding-left: 1.5em;
}

/*--------------------------------------------------------------*/
/* font-family */
/*--------------------------------------------------------------*/
.font_Roboto{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
}
.font_Patua{
	font-family: 'Patua One', cursive;
	font-weight: normal;
}

/*--------------------------------------------------------------*/
/* index */
/*--------------------------------------------------------------*/
.about{
	display: flex;
	margin-bottom: 3em;
}
@media screen and (max-width: 767px){
	.about{
		display: block;
		margin-bottom: 1em;
	}
}
.profile{
	width: 58.427%;
	margin-right: 1.123%;
}
@media screen and (max-width: 767px){
	.profile{
		width: 100%;
		margin-right: 0;
		margin-bottom: 1em;
	}
}
.profile h2{
	height: 0;
	padding-top: 9.615%;
	background: url(../img/h2_profile.png) 0 0 no-repeat;
	background-size: contain;
	text-indent: -9000px;
}
@media screen and (max-width: 767px){
	.profile h2{
		font-size: 1.6rem;
		line-height: 1;
		padding: 0.5em;
		color: #fff;
		height: auto;
		background: #cba55c;
		margin-bottom: 0.5em;
		text-indent: inherit;
	}
}
.profile_body{
	padding: 1em;
}
@media screen and (max-width: 767px){
	.profile_body{
		padding: 0.5em;
	}
}
.profile_list{
	height: 420px;
	overflow-y: scroll;
}
.profile_list_dl{
	margin-top: 1em;
}
.profile_list_dl:first-child{
	margin-top: 0;
}
.profile_list_dt{
	color: #ff59a3;
	font-weight: bold;
	margin-bottom: 0.5em;
	border-bottom: 1px #ff59a3 solid;
}
.greet{
	width: 40.45%;
}
@media screen and (max-width: 767px){
	.greet{
		width: 100%;
		margin-right: 0;
	}
}
.greet h2{
	height: 0;
	padding-top: 13.888%;
	background: url(../img/h2_greet.png) 0 0 no-repeat;
	background-size: contain;
	text-indent: -9000px;
}
@media screen and (max-width: 767px){
	.greet h2{
		font-size: 1.6rem;
		line-height: 1;
		padding: 0.5em;
		color: #fff;
		height: auto;
		background: #cba55c;
		margin-bottom: 0.5em;
		text-indent: inherit;
	}
}
.greet_body{
	padding: 1em;
}
@media screen and (max-width: 767px){
	.greet_body{
		padding: 0.5em;
	}
}
.greet_list{
	height: 420px;
	overflow-y: auto;
}
.greet_list_dt{
	color: #ff59a3;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.5em;
	border-bottom: 1px #ff59a3 solid;
}
.greet_list_dd{
	line-height: 1.1;
}
.greet_list_dd strong{
	font-weight: bold;
}
.line{
	margin-bottom: 2em;
}
@media screen and (max-width: 767px){
	.line{
		margin-bottom: 1em;
	}
}
.line h2{
	height: 0;
	padding-top: 5.618%;
	background: url(../img/h2_line.png) 0 0 no-repeat;
	background-size: contain;
	text-indent: -9000px;
}
@media screen and (max-width: 767px){
	.line h2{
		font-size: 1.6rem;
		line-height: 1;
		padding: 0.5em;
		color: #fff;
		height: auto;
		background: #cba55c;
		margin-bottom: 0.5em;
		text-indent: inherit;
	}
}
.line_body{
	padding: 0.7em;
}
@media screen and (max-width: 767px){
	.line_body{
		padding: 0.5em;
	}
}
.line_detail{
	padding: 0.6em;
	background: #fffafe;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #ffeefc), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #ffeefc),color-stop(.75, #ffeefc), color-stop(.75, transparent),to(transparent));
	background-size: 14px 14px;
	border: 3px #d09eb7 solid;
	border-radius: 5px;
}
@media screen and (max-width: 767px){
	.line_detail{
		padding: 0;
		background: none;
		border: 0;
	}
}
.line_detail_ul02{
	display: flex;
	list-style: none;
	margin-bottom: 1em;
}
.line_detail_ul01{
	list-style: none;
}
.line_detail_ul01 li{
	margin-top: 1em;
}
.line_detail_ul02 li:first-child{
	margin-top: 0;
}
.company{
	margin-bottom: 0;
}
.company h2{
	height: 0;
	padding-top: 5.618%;
	background: url(../img/h2_company.png) 0 0 no-repeat;
	background-size: contain;
	text-indent: -9000px;
}
@media screen and (max-width: 767px){
	.company h2{
		font-size: 1.6rem;
		line-height: 1;
		padding: 0.5em;
		color: #fff;
		height: auto;
		background: #cba55c;
		margin-bottom: 0.5em;
		text-indent: inherit;
	}
}
.company_body{
	padding: 0.7em;
}
@media screen and (max-width: 767px){
	.company_body{
		padding: 0.5em;
	}
}

/*--------------------------------------------------------------*/
/* junior */
/*--------------------------------------------------------------*/
.junior{
	margin-bottom: 0;
}
.junior h2{
	margin-bottom: 2em;
	height: 0;
	padding-top: 11.236%;
	background: url(../img/h2_junior.png) 0 0 no-repeat;
	background-size: contain;
	text-indent: -9000px;
}
@media screen and (max-width: 767px){
	.junior h2{
		font-size: 1.6rem;
		line-height: 1;
		padding: 0.5em;
		color: #fff;
		height: auto;
		background: #cba55c;
		margin-bottom: 0.5em;
		text-indent: inherit;
	}
}
.junior_body{
	padding: 0;
}
.junior_detail{
	display: block;
}
.junior_meister{
	margin-top: 3em;
}
.junior_meister:first-child{
	margin-top: 0;
}
.junior_meister h3{
	font-size: 1.6rem;
  margin-bottom: 2em;
  padding: 0.5em;
  border-top: 1px #63480a solid;
  border-right: 1px #63480a solid;
  border-bottom: 1px #63480a solid;
  border-left: 5px #63480a solid;
  color: #63480a;
  background: #fffbf1;
  font-weight: bold;
}
.junior_meister--head{
	margin-bottom: 2em;
}
.junior_meister--head h4{
	font-size: 1.6rem;
	color: #ff6fe9;
}
.junior_meister--detail{
	display: block;
}
.parent_pro{
	margin: 3em 0;
}
.parent_pro h3{
	margin-bottom: 1.5em;
	height: 0;
	padding-top: 11.236%;
	background: url(../img/h3_parent.png) 0 0 no-repeat;
	background-size: contain;
	text-indent: -9000px;
}
.parent_pro--detail{
	display: block;
}
.parent_pro--block{
	margin-top: 3em;
}
.parent_pro--block:first-child{
	margin-top: 0;
}
.parent_pro--block h4{
	font-size: 1.6rem;
}
.parent_pro--block p span{
	font-size: 1.8rem;
	color: #ff0000;
	font-weight: bold;
}

/*--------------------------------------------------------------*/
/* tidying */
/*--------------------------------------------------------------*/
.tidying{
	margin-bottom: 0;
}
.tidying h2{
	margin-bottom: 2em;
	height: 0;
	padding-top: 11.236%;
	background: url(../img/h2_tidying.png) 0 0 no-repeat;
	background-size: contain;
	text-indent: -9000px;
}
@media screen and (max-width: 767px){
	.tidying h2{
		font-size: 1.6rem;
		line-height: 1;
		padding: 0.5em;
		color: #fff;
		height: auto;
		background: #cba55c;
		margin-bottom: 0.5em;
		text-indent: inherit;
	}
}
.tidying_body{
	padding: 0;
}
.tidying_detail{
	display: block;
}
.tidying_meister{
	margin-top: 3em;
}
.tidying_meister:first-child{
	margin-top: 0;
}
.tidying_meister h3{
	font-size: 1.6rem;
  margin-bottom: 2em;
  padding: 0.5em;
  border-top: 1px #63480a solid;
  border-right: 1px #63480a solid;
  border-bottom: 1px #63480a solid;
  border-left: 5px #63480a solid;
  color: #63480a;
  background: #fffbf1;
  font-weight: bold;
}
.tidying_meister--head{
	margin-bottom: 2em;
}
.tidying_meister--head h4{
	font-size: 1.6rem;
	color: #ff6fe9;
}
.tidying_meister--detail{
	display: block;
}
.child_pro{
	margin: 3em 0;
}
.child_pro h3{
	margin-bottom: 1.5em;
	height: 0;
	padding-top: 11.236%;
	background: url(../img/h3_child.png) 0 0 no-repeat;
	background-size: contain;
	text-indent: -9000px;
}
.child_pro--detail{
	display: block;
}
.child_pro--block{
	margin-top: 3em;
}
.child_pro--block:first-child{
	margin-top: 0;
}
.child_pro--block h4{
	font-size: 1.6rem;
}
.child_pro--block p span{
	font-size: 1.8rem;
	color: #ff0000;
	font-weight: bold;
}

.voice{
	display: block;
}
.voice h3{
	margin-bottom: 2em;
	height: 0;
	padding-top: 11.236%;
	background: url(../img/h3_voice.png) 0 0 no-repeat;
	background-size: contain;
	text-indent: -9000px;
}
.voice_detail{
	display: block;
}
.voice_detail--block{
	margin-top: 3em;
}
.voice_detail--block:first-child{
	margin-top: 0;
}
.voice_detail--block h4{
	font-size: 2.0rem;
	color: #63480a;
	margin-bottom: 1.5em;
	padding-bottom: 0.5em;
	border-bottom: 3px #63480a solid;
}
.voice_list{
	margin-bottom: 3em;
}
.voice_list h5{
	font-size: 1.6rem;
	color: #63480a;
	margin-bottom: 1.5em;
}
.voice_list--ul{
	padding-left: 2em;
}
.voice_text{
	display: block;
}
.voice_text--block{
	margin-top: 3em;
	padding: 2em;
	border: 4px #c7a352 solid;
	border-radius: 10px;
}
.voice_text--block:first-child{
	margin-top: 0;
}

/*--------------------------------------------------------------*/
/* order made */
/*--------------------------------------------------------------*/
.ordermade{
	margin-bottom: 0;
}
.ordermade h2{
	margin-bottom: 2em;
	height: 0;
	padding-top: 11.236%;
	background: url(../img/h2_ordermade.png) 0 0 no-repeat;
	background-size: contain;
	text-indent: -9000px;
}
@media screen and (max-width: 767px){
	.ordermade h2{
		font-size: 1.6rem;
		line-height: 1;
		padding: 0.5em;
		color: #fff;
		height: auto;
		background: #cba55c;
		margin-bottom: 0.5em;
		text-indent: inherit;
	}
}
.ordermade_detail{
	display: block;
}
.ordermade_meister{
	margin-top: 3em;
}
.ordermade_meister:first-child{
	margin-top: 0;
}
.ordermade_meister h3{
	font-size: 1.6rem;
  margin-bottom: 2em;
  padding: 0.5em;
  border-top: 1px #63480a solid;
  border-right: 1px #63480a solid;
  border-bottom: 1px #63480a solid;
  border-left: 5px #63480a solid;
  color: #63480a;
  background: #fffbf1;
  font-weight: bold;
}
.ordermade_meister--head{
	margin-bottom: 2em;
}
.ordermade_meister--head h4{
	font-size: 1.6rem;
	color: #ff6fe9;
}
.ordermade_meister--detail{
	display: block;
}
.ordermade_headtxt img{
	display: block;
	width: 100%;
}
.ordermade_catch{
	padding: 20px;
	border: 2px solid #e9c1e3;
	border-radius: 5px;
	background: #fffdf5;
}
.ordermade_catch ul.jisseki{
	list-style: url(../img/i_star.png);
	list-style-position: inside;
	margin-bottom: 10px;
}
.ordermade_catch ul li{
	text-align: center;
}
.ordermade_catch h3{
	font-size: 1.6rem;
	text-align: center;
	color: #ff6fe9;
}
.ordermade_flow{
	border-radius: 10px;
	padding: 40px 20px;
	margin-bottom: 2em;
	background: url(../img/bg_ordermade_flow.jpg);
}
.ordermade_flow .flow_title{
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	margin-bottom: 10px;
	padding: 20px;
	background: #fff;
	border: 1px solid #d4b6a1;
	border-radius: 10px;
	box-shadow: 0 0 5px #d4b6a1;
	font-size: 1.6rem;
	font-weight: 600;
	color: #63480a;
	text-align: center;
}
.ordermade_flow .flow_title i{
	color: #e5a0c2;
	margin-right: 0.5rem;
}
.ordermade_flow .flowicon{
	display: block;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	margin-bottom: 10px;
	text-align: center;
}
.ordermade_flow .flowicon img{
	width: 100%;
	max-width: 40px;
	margin: 0 auto;
}
.ordermade_course{
	width: 100%;
	display: flex;
	gap: 6px;
}
.ordermade_course .course_panel{
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	margin-bottom: 10px;
}
@media screen and (max-width: 767px){
	.ordermade_course{
		width: 100%;
		display: block;
	}
	.ordermade_course .course_panel{
		width: 80%;
		text-align: center;
	}
	.ordermade_course .course_panel img{
		width: 100%;
		max-width: 640px;
		margin: 0 auto;
	}
}
.ordermade_course-notice{
	display: block;
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
}

@media screen and (max-width: 767px){
	.ordermade_course-notice{
		text-align: left;
	}
}

.ordermade_course .course_panel img{
	display: block;
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
}

.ordermade_beforeafter{
	border-radius: 10px;
	padding: 40px 20px;
	margin-bottom: 2em;
	background: url(../img/bg_before_after.jpg);
}
.ordermade_beforeafter .beforeafter{
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.ordermade_beforeafter .beforeafter img{
	display: block;
	width: 100%;
}



.customers_voice{
	margin: 3em 0;
}
.customers_voice h3{
font-size: 1.6rem;
  margin-bottom: 2em;
  padding: 0.5em;
  border-top: 1px #63480a solid;
  border-right: 1px #63480a solid;
  border-bottom: 1px #63480a solid;
  border-left: 5px #63480a solid;
  color: #63480a;
  background: #fffbf1;
  font-weight: bold;
}
.customers_voice .voice_headtitle{
	margin-bottom: 1.5em;
	height: 0;
	padding-top: 11.236%;
	background: url(../img/h2_voice.png) 0 0 no-repeat;
	background-size: contain;
	text-indent: -9000px;
}
.customers_voice--detail{
	display: block;
}
.customers_voice--block{
	margin-top: 3em;
}
.customers_voice--block:first-child{
	margin-top: 0;
}
.customers_voice--block h4{
	font-size: 1.6rem;
}
.customers_voice--block p span{
	font-size: 1.8rem;
	color: #ff0000;
	font-weight: bold;
}



.customersvoice_detail--block{
	margin-top: 3em;
}
.customersvoice_detail--block:first-child{
	margin-top: 0;
}
.customersvoice_detail--block h4{
	font-size: 2.0rem;
	color: #63480a;
	margin-bottom: 1.5em;
	padding-bottom: 0.5em;
	border-bottom: 3px #63480a solid;
}

.customers_voice_list{
	margin-bottom: 2em;
}
.customers_voice_list h5{
	font-size: 1.6rem;
	color: #63480a;
	margin-bottom: 1.5em;
}
.customers_voice_list h5 i{
	color: #ec91ba;
}
.customers_voice_list--ul{
	padding-left: 2em;
}
.customersvoice_text{
	display: block;
}
.customersvoice_text--block{
	margin-top: 3em;
	padding: 2em;
	border: 4px #ec91ba solid;
	border-radius: 10px;
}
.customersvoice_text--block:first-child{
	margin-top: 0;
}




.ordermade_contact{
	margin-top: 3em;
}
.ordermade_contact:first-child{
	margin-top: 0;
}
.ordermade_contact h3{
	font-size: 1.6rem;
  margin-bottom: 2em;
  padding: 0.5em;
  border-top: 1px #63480a solid;
  border-right: 1px #63480a solid;
  border-bottom: 1px #63480a solid;
  border-left: 5px #63480a solid;
  color: #63480a;
  background: #fffbf1;
  font-weight: bold;
}
.ordermade_contact--head{
	margin-bottom: 2em;
}
.ordermade_contact--head h4{
	font-size: 1.6rem;
	color: #ff6fe9;
}
.ordermade_contact--detail{
	display: block;
}
.ordermade_contact_inner{
	width: 100%;
	display: flex;
	gap: 50px;
}
.ordermade_contact_inner .contactbox{
	width: 50%;
}
@media screen and (max-width: 767px){
	.ordermade_contact_inner{
		width: 100%;
		display: block;
	}
	.ordermade_contact_inner .contactbox{
		width: 80%;
		margin: 0 auto;
		text-align: center;
		margin-bottom: 50px;
	}
}
.ordermade_contact_inner .contactbox h4{
	font-size: 2.0rem;
	color: #63480a;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	border-bottom: 1px #63480a dotted;
	text-align: center;
}
.ordermade_contact_inner .contactbox p.telnumber{
	display: block;
	font-size: 2.1rem;
	color: #63480a;
	font-weight: 600;
	text-align: center;
}
.ordermade_contact_inner .contactbox p.telnumber i{
	color: #ec91ba;
}





/*--------------------------------------------------------------*/
/* cleaning */
/*--------------------------------------------------------------*/
.cleaning{
	margin-bottom: 0;
}
.cleaning h2{
	margin-bottom: 2em;
	height: 0;
	padding-top: 11.236%;
	background: url(../img/h2_cleaning.png) 0 0 no-repeat;
	background-size: contain;
	text-indent: -9000px;
}
@media screen and (max-width: 767px){
	.cleaning h2{
		font-size: 1.6rem;
		line-height: 1;
		padding: 0.5em;
		color: #fff;
		height: auto;
		background: #cba55c;
		margin-bottom: 0.5em;
		text-indent: inherit;
	}
}
.cleaning_body{
	padding: 0;
}
.cleaning_detail{
	display: block;
}
.cleaning_meister{
	margin: 3em 0;
}
.cleaning_meister:first-child{
	margin-top: 0;
}
.cleaning_meister h3{
	font-size: 1.6rem;
  margin-bottom: 2em;
  padding: 0.5em;
  border-top: 1px #63480a solid;
  border-right: 1px #63480a solid;
  border-bottom: 1px #63480a solid;
  border-left: 5px #63480a solid;
  color: #63480a;
  background: #fffbf1;
  font-weight: bold;
}
.cleaning_meister--head{
	margin-bottom: 2em;
}
.cleaning_meister--head h4{
	font-size: 1.6rem;
	color: #ff6fe9;
}
.cleaning_meister--detail{
	display: block;
}
.meister_ol, .meister_ul{
	padding-left: 2em;
}
.meister_gokei{
	font-size: 1.8rem;
	color: #ff0000;
	font-weight: bold;
	margin-bottom: 1.5em;
}
.meister_uchi{
	display: block;
}















.seizen{
	display: block;
}
.seizen h3{
	margin-bottom: 1.5em;
	height: 0;
	padding-top: 11.236%;
	background: url(../img/h3_cleaning.png) 0 0 no-repeat;
	background-size: contain;
	text-indent: -9000px;
}
@media screen and (max-width: 767px){
	.seizen h3{
		font-size: 1.6rem;
		line-height: 1;
		padding: 0.5em;
		color: #fff;
		height: auto;
		background: #ff6fe9;
		margin-bottom: 0.5em;
		text-indent: inherit;
	}
}
.seizen_head{
	margin-bottom: 3em;
}
.seizen_head_data{
	margin-top: 2em;
}
.seizen_head_data:first-child{
	margin-top: 0;
}
.seizen_head_data h4{
	font-size: 1.6rem;
	margin-bottom: 1em;
	padding: 0.5em;
	border-top: 1px #e1c78b solid;
	border-right: 1px #e1c78b solid;
	border-bottom: 1px #e1c78b solid;
	border-left: 5px #e1c78b solid;
	color: #9d7a2a;
	font-weight: bold;
}
.syuno{
	margin-bottom: 3em;
}
.syuno_head{
	margin-bottom: 2em;
}
.syuno_head h4{
	font-size: 1.6rem;
	line-height: 1;
	margin-bottom: 1em;
	padding: 0.5em;
	background: #e1c78b;
	color: #fff;
	font-weight: bold;
}
.syuno_flow{
	margin-bottom: 1.5em;
}
.syuno_flow h5{
	font-size: 1.6rem;
	margin-bottom: 1em;
	padding: 0.5em;
	border-top: 1px #63480a solid;
	border-right: 1px #63480a solid;
	border-bottom: 1px #63480a solid;
	border-left: 5px #63480a solid;
	color: #63480a;
	background: #fffbf1;
	font-weight: bold;
}
.syuno_flow_col1{
	margin-bottom: 0.5em;
	padding: 1em;
	border: 1px #e1c78b solid;
}
.syuno_flow_col1 h6{
	font-size: 1.6rem;
	color: #9d7a2a;
	font-weight: bold;
}
.arrow{
	font-size: 2.4rem;
	margin-bottom: 0.5em;
	text-align: center;
}
.syuno_flow_col2{
	display: flex;
}
.syuno_flow_col2 p{
	width: 48%;
	margin-left: 4%;
	padding: 1em;
	border: 1px #e1c78b solid;
	font-size: 1.6rem;
	color: #9d7a2a;
	font-weight: bold;
	text-align: center;
}
.syuno_flow_col2 p:first-child{
	margin-left: 0;
}
.syuno_price{
	margin-bottom: 1.5em;
}
.syuno_price h5{
	font-size: 1.6rem;
	margin-bottom: 1em;
	padding: 0.5em;
	border-top: 1px #63480a solid;
	border-right: 1px #63480a solid;
	border-bottom: 1px #63480a solid;
	border-left: 5px #63480a solid;
	color: #63480a;
	background: #fffbf1;
	font-weight: bold;
}
.syuno_price table{
	width: 100%;
}
.syuno_price table th{
	width: 50%;
	padding: 0.5em;
	text-align: center;
	border: 1px #e1c78b solid;
	background: #fffbf1;
	font-weight: bold;
}
.syuno_price table td{
	width: 50%;
	padding: 0.5em;
	border: 1px #e1c78b solid;
}
.syuno_voice{
	margin-bottom: 0em;
}
.syuno_voice h5{
	font-size: 1.6rem;
	margin-bottom: 1em;
	padding: 0.5em;
	border-top: 1px #63480a solid;
	border-right: 1px #63480a solid;
	border-bottom: 1px #63480a solid;
	border-left: 5px #63480a solid;
	color: #63480a;
	background: #fffbf1;
	font-weight: bold;
}
.syuno_voice ul{
}
.syuno_voice ul li{
	margin-left: 1.5em;
}
.seiseiri{
	margin-bottom: 3em;
}
.seiseiri_head{
	margin-bottom: 2em;
}
.seiseiri_head h4{
	font-size: 1.6rem;
	line-height: 1;
	margin-bottom: 1em;
	padding: 0.5em;
	background: #e1c78b;
	color: #fff;
	font-weight: bold;
}
.seiseiri_head_col2{
	display: flex;
	margin-bottom: 0;
}
@media screen and (max-width: 767px){
	.seiseiri_head_col2{
		display: block;
	}
}
.seiseiri_head_img{
	width: 20%;
	margin-right: 10%;
}
@media screen and (max-width: 767px){
	.seiseiri_head_img{
		width: 70%;
		margin: 0 auto 1em auto;
	}
}
.seiseiri_head_txt{
	width: 70%;
}
@media screen and (max-width: 767px){
	.seiseiri_head_txt{
		width: 100%;
	}
}
.seiseiri_price{
	margin-bottom: 1.5em;
}
.seiseiri_price h5{
	font-size: 1.6rem;
	margin-bottom: 1em;
	padding: 0.5em;
	border-top: 1px #63480a solid;
	border-right: 1px #63480a solid;
	border-bottom: 1px #63480a solid;
	border-left: 5px #63480a solid;
	color: #63480a;
	background: #fffbf1;
	font-weight: bold;
}
.seiseiri_price table{
	width: 100%;
}
.seiseiri_price table th{
	width: 50%;
	padding: 0.5em;
	text-align: center;
	border: 1px #e1c78b solid;
	background: #fffbf1;
	font-weight: bold;
}
.seiseiri_price table td{
	width: 50%;
	padding: 0.5em;
	border: 1px #e1c78b solid;
}
.reizou{
	margin-bottom: 0;
}
.reizou_head{
	margin-bottom: 2em;
}
.reizou_head h4{
	font-size: 1.6rem;
	line-height: 1;
	margin-bottom: 1em;
	padding: 0.5em;
	background: #e1c78b;
	color: #fff;
	font-weight: bold;
}
.reizou_head_col2{
	display: flex;
	margin-bottom: 0;
}
@media screen and (max-width: 767px){
	.reizou_head_col2{
		display: block;
	}
}
.reizou_head_img{
	width: 20%;
	margin-right: 10%;
}
@media screen and (max-width: 767px){
	.reizou_head_img{
		width: 70%;
		margin: 0 auto 1em auto;
	}
}
.reizou_head_txt{
	width: 70%;
}
@media screen and (max-width: 767px){
	.reizou_head_txt{
		width: 100%;
	}
}
.reizou_price{
	margin-bottom: 1.5em;
}
.reizou_price h5{
	font-size: 1.6rem;
	margin-bottom: 1em;
	padding: 0.5em;
	border-top: 1px #63480a solid;
	border-right: 1px #63480a solid;
	border-bottom: 1px #63480a solid;
	border-left: 5px #63480a solid;
	color: #63480a;
	background: #fffbf1;
	font-weight: bold;
}
.reizou_price table{
	width: 100%;
}
.reizou_price table th{
	width: 50%;
	padding: 0.5em;
	text-align: center;
	border: 1px #e1c78b solid;
	background: #fffbf1;
	font-weight: bold;
}
.reizou_price table td{
	width: 50%;
	padding: 0.5em;
	border: 1px #e1c78b solid;
}
select.num1{
	display: none;
}
.priceBox1 dl{
	display: none;
}
.optionPrice1{
	color: #ff0000;
}
.price1{
	font-size: 1.6rem;
	font-weight: bold;
}
.total1{
	color: #ff0000;
}

.cle_btn_nav01{
	width: 50%;
	margin: 0 auto;
}
.cle_btn_nav02{
	width: 80%;
	margin: 0 auto;
	display: flex;
	list-style: none;
}
.cle_btn_nav02 li{
	width: 45%;
	margin-left: 10%;
}
.cle_btn_nav02 li:first-child{
	margin-left: 0;
}
.cle_btn_nav02 &gt; li &gt; .g_btn_desi::after{
	display: none;
}
input[name="CLE_TEL"], input[name="CLE_FAX"], nput[name="CLE_MOB"],input[name="CLE_ZIP"], select[name="SEM_PREF"]{
	width: 40%;
}
textarea[name="CLE_DETAIL"]{
	height: 300px;
}

/*--------------------------------------------------------------*/
/* seminar */
/*--------------------------------------------------------------*/
.seminar{
	margin-bottom: 0;
}
.seminar h2{
	margin-bottom: 2em;
	height: 0;
	padding-top: 11.236%;
	background: url(../img/h2_seminar.png) 0 0 no-repeat;
	background-size: contain;
	text-indent: -9000px;
}
@media screen and (max-width: 767px){
	.seminar h2{
		font-size: 1.6rem;
		line-height: 1;
		padding: 0.5em;
		color: #fff;
		height: auto;
		background: #cba55c;
		margin-bottom: 0.5em;
		text-indent: inherit;
	}
}
.seminar_body{
	padding: 0;
}
.seminar_detail{
	display: block;
}
.seminar_list{
	margin-bottom: 5em;
}
.seminar_list h3{
	margin-bottom: 1.5em;
	height: 0;
	padding-top: 5.618%;
	background: url(../img/h3_seminar.png) 0 0 no-repeat;
	background-size: contain;
	text-indent: -9000px;
}
@media screen and (max-width: 767px){
	.seminar_list h3{
		line-height: 1;
		padding: 0.5em;
		color: #3f2101;
		height: auto;
		border-top: 2px #3f2101 solid;
		border-bottom: 2px #3f2101 solid;
		background: none;
		margin-bottom: 0.5em;
		text-align: center;
		text-indent: inherit;
	}
}
.seminar_data{
	margin-top: 3em;
}
.seminar_data:first-child{
	margin-top: 0;
}
.seminar_data iframe{
	width: 100%;
	height: 300px;
}

.syuryo{
	color: #ff0000;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.seminar_data h4{
	font-size: 1.6rem;
	color: #ff59a3;
	font-weight: bold;
	line-height: 1;
	padding-left: 0.5em;
	padding-bottom: 0.5em;
	margin-bottom: 1em;
	border-bottom: 3px #ff59a3 solid;
}
.seminar_data h4 i{
	font-size: 2.6rem;
	padding-right: 1em;
}
@media screen and (max-width: 767px){
	.seminar_data h4 i{
		display: none;
	}
}
.sem_btn_nav01{
	width: 50%;
	margin: 0 auto;
}
.sem_btn_nav02{
	width: 80%;
	margin: 0 auto;
	display: flex;
	list-style: none;
}
.sem_btn_nav02 li{
	width: 45%;
	margin-left: 10%;
}
.sem_btn_nav02 li:first-child{
	margin-left: 0;
}
.sem_btn_nav02 &gt; li &gt; .g_btn_desi::after{
	display: none;
}
input[name="SEM_AGE"]{
	width: 30%;
	text-align: right;
}
input[name="SEM_TEL"], input[name="SEM_FAX"], nput[name="SEM_MOB"],input[name="SEM_ZIP"], select[name="SEM_PREF"]{
	width: 40%;
}
textarea[name="SEM_DETAIL"]{
	height: 300px;
}

/*--------------------------------------------------------------*/
/* consulting */
/*--------------------------------------------------------------*/
.consulting{
	margin-bottom: 0;
}
.consulting h2{
	margin-bottom: 2em;
	height: 0;
	padding-top: 11.236%;
	background: url(../img/h2_consulting.png) 0 0 no-repeat;
	background-size: contain;
	text-indent: -9000px;
}
@media screen and (max-width: 767px){
	.consulting h2{
		font-size: 1.6rem;
		line-height: 1;
		padding: 0.5em;
		color: #fff;
		height: auto;
		background: #cba55c;
		margin-bottom: 0.5em;
		text-indent: inherit;
	}
}
.consulting_body{
	padding: 0;
}
.consulting_detail{
	height: 400px;
	display: block;
}

/*--------------------------------------------------------------*/
/* media */
/*--------------------------------------------------------------*/
.media{
	margin-bottom: 0;
}
.media h2{
	margin-bottom: 2em;
	height: 0;
	padding-top: 11.236%;
	background: url(../img/h2_media.png) 0 0 no-repeat;
	background-size: contain;
	text-indent: -9000px;
}
@media screen and (max-width: 767px){
	.media h2{
		font-size: 1.6rem;
		line-height: 1;
		padding: 0.5em;
		color: #fff;
		height: auto;
		background: #cba55c;
		margin-bottom: 0.5em;
		text-indent: inherit;
	}
}
.media_body{
	padding: 0;
}
.media_detail{
	display: block;
}
.media_keisai{
	margin-bottom: 5em;
}
.media_keisai h3{
	margin-bottom: 1.5em;
	height: 0;
	padding-top: 11.236%;
	background: url(../img/h3_media01.png) 0 0 no-repeat;
	background-size: contain;
	text-indent: -9000px;
}
@media screen and (max-width: 767px){
	.media_keisai h3{
		font-size: 1.6rem;
		line-height: 1;
		padding: 0.5em;
		color: #fff;
		height: auto;
		background: #ff6fe9;
		margin-bottom: 0.5em;
		text-indent: inherit;
	}
}
.media_keisai_ul{
	display: flex;
	list-style: none;
	margin-top: 2em;
}
@media screen and (max-width: 767px){
	.media_keisai_ul{
		display: block;
	}
}
.media_keisai_ul:first-child{
	margin-top: 0;
}
.media_keisai_img{
	width: 25%;
	margin-right: 5%;
}
@media screen and (max-width: 767px){
	.media_keisai_img{
		width: 70%;
		margin-right: 0;
		margin-bottom: 1em;
	}
}
.media_keisai_txt{
	width: 70%;
}
@media screen and (max-width: 767px){
	.media_keisai_txt{
		width: 100%;
	}
}
.media_keisai_txt_dt{
	color: #63480a;
	background: #fffbf1;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 1em;
	padding: 1em;
	border-top: 1px #63480a solid;
	border-right: 1px #63480a solid;
	border-bottom: 1px #63480a solid;
	border-left: 5px #63480a solid;
}
.media_syutsuen h3.h3_media02{
	margin-bottom: 1.5em;
	height: 0;
	padding-top: 11.236%;
	background: url(../img/h3_media02.png) 0 0 no-repeat;
	background-size: contain;
	text-indent: -9000px;
}
@media screen and (max-width: 767px){
	.media_syutsuen h3.h3_media02{
		font-size: 1.6rem;
		line-height: 1;
		padding: 0.5em;
		color: #fff;
		height: auto;
		background: #ff6fe9;
		margin-bottom: 0.5em;
		text-indent: inherit;
	}
}
.med_btn_nav01{
	width: 50%;
	margin: 0 auto;
}
.med_btn_nav02{
	width: 80%;
	margin: 0 auto;
	display: flex;
	list-style: none;
}
.med_btn_nav02 li{
	width: 45%;
	margin-left: 10%;
}
.med_btn_nav02 li:first-child{
	margin-left: 0;
}
.med_btn_nav02 &gt; li &gt; .g_btn_desi::after{
	display: none;
}
input[name="MED_TEL"], input[name="MED_FAX"], input[name="MED_ZIP"], select[name="MED_PREF"]{
	width: 40%;
}
textarea[name="MED_DETAIL"]{
	height: 300px;
}

/*--------------------------------------------------------------*/
/* gallery */
/*--------------------------------------------------------------*/
.gallery{
	margin-bottom: 0;
}
.gallery h2{
	margin-bottom: 2em;
	height: 0;
	padding-top: 11.236%;
	background: url(../img/h2_gallery.png) 0 0 no-repeat;
	background-size: contain;
	text-indent: -9000px;
}
@media screen and (max-width: 767px){
	.gallery h2{
		font-size: 1.6rem;
		line-height: 1;
		padding: 0.5em;
		color: #fff;
		height: auto;
		background: #cba55c;
		margin-bottom: 0.5em;
		text-indent: inherit;
	}
}
.gallery_body{
	padding: 0;
}
.gallery_detail{
	display: block;
}
.gallery_data_ul{
	display: flex;
	list-style: none;
	margin-top: 2em;
}
@media screen and (max-width: 767px){
	.gallery_data_ul{
		display: block;
	}
}
.gallery_data_ul:first-child{
	margin-top: 0;
}
.gallery_data_img{
	width: 33%;
	margin-right: 7%;
}
@media screen and (max-width: 767px){
	.gallery_data_img{
		width: 80%;
		margin-right: 0;
		margin-bottom: 1em;
	}
}
.gallery_data_txt{
	width: 60%;
}
@media screen and (max-width: 767px){
	.gallery_data_txt{
		width: 100%;
	}
}
.gallery_data_txt_dt{
	color: #63480a;
	background: #fffbf1;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 1em;
	padding: 1em;
	border-top: 1px #63480a solid;
	border-right: 1px #63480a solid;
	border-bottom: 1px #63480a solid;
	border-left: 5px #63480a solid;
}

/*--------------------------------------------------------------*/
/* insurance */
/*--------------------------------------------------------------*/
.insurance{
	margin-bottom: 0;
}
.insurance h2{
	margin-bottom: 2em;
	height: 0;
	padding-top: 11.236%;
	background: url(../img/h2_insurance.png) 0 0 no-repeat;
	background-size: contain;
	text-indent: -9000px;
}
@media screen and (max-width: 767px){
	.insurance h2{
		font-size: 1.6rem;
		line-height: 1;
		padding: 0.5em;
		color: #fff;
		height: auto;
		background: #cba55c;
		margin-bottom: 0.5em;
		text-indent: inherit;
	}
}
.insurance_body{
	padding: 0;
}
.insurance_detail{
	display: block;
}
#pet{
	margin-bottom: 5em;
}
.pet_img{
	margin-bottom: 2em;
}
.jishin_img{
	margin-bottom: 2em;
}

/*--------------------------------------------------------------*/
/* contact */
/*--------------------------------------------------------------*/
.contact{
	margin-bottom: 0;
}
.contact h2{
	margin-bottom: 2em;
	height: 0;
	padding-top: 11.236%;
	background: url(../img/h2_contact.png) 0 0 no-repeat;
	background-size: contain;
	text-indent: -9000px;
}
@media screen and (max-width: 767px){
	.contact h2{
		font-size: 1.6rem;
		line-height: 1;
		padding: 0.5em;
		color: #fff;
		height: auto;
		background: #cba55c;
		margin-bottom: 0.5em;
		text-indent: inherit;
	}
}
.contact_body{
	padding: 0;
}
.contact_detail{
	display: block;
}
.con_btn_nav01{
	width: 50%;
	margin: 0 auto;
}
.con_btn_nav02{
	width: 80%;
	margin: 0 auto;
	display: flex;
	list-style: none;
}
.con_btn_nav02 li{
	width: 45%;
	margin-left: 10%;
}
.con_btn_nav02 li:first-child{
	margin-left: 0;
}
.con_btn_nav02 &gt; li &gt; .g_btn_desi::after{
	display: none;
}
input[name="CON_TEL"], input[name="CON_ZIP"], select[name="CON_PREF"]{
	width: 40%;
}
textarea[name="CON_DETAIL"]{
	height: 300px;
}
input[name="CON_OTHER"]{
    width: 40%;
}

.txt-for-seminor{
    margin-top: 20px;
}


/*--------------------------------------------------------------*/
/* automobile */
/*--------------------------------------------------------------*/
.automobile{
	margin-bottom: 0;
}
.automobile h2{
	margin-bottom: 2em;
	height: 0;
	padding-top: 11.236%;
	background: url(../img/h2_automobile.png) 0 0 no-repeat;
	background-size: contain;
	text-indent: -9000px;
}
@media screen and (max-width: 767px){
	.automobile h2{
		font-size: 1.6rem;
		line-height: 1;
		padding: 0.5em;
		color: #fff;
		height: auto;
		background: #cba55c;
		margin-bottom: 0.5em;
		text-indent: inherit;
	}
}
.automobile_body{
	padding: 0;
}
.automobile_detail{
	display: block;
}
#automobile{
	margin-bottom: 5em;
}
.aid_img{
	margin-bottom: 2em;
	text-align: center;
}


.visible-xs{
	display: none;
	visibility: hidden;
}
.hidden-xs{
	display: block;
	visibility: visible;
}

@media screen and (max-width: 767px){
	.visible-xs{
		display: block;
		visibility: visible;
	}
	.hidden-xs{
		display: none;
		visibility: hidden;
	}
}</pre></body></html>