@charset "utf-8";
/* CSS Document */

/*top*/
/*div#catch_top{
	width: 100%;
	height: 200px;
	background-image: url("../img2/top/top_catch_pc.png");
	background-position: center;
	background-size: auto;
	
}*/
div#catch{
	position: relative;
}
div#catch h3{
	position: absolute;
	top:50%;
	left:75%;
	transform:translate(-50%,-50%);
	width:100%;
	text-align: center;
	margin-right: 0;
	line-height: 30px;
}
a.line_link{
	display: block;
	margin-top: 20px;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}
a.line_link img{
	max-width: 600px;
	display: block;
	margin: auto;
}
p.news{
    text-align: center;
    font-size: 18px;
    color: #e55555;
    margin: 20px 20%;
    display: block;
    border-bottom: solid 1px #e55555;
}
@media screen and (max-width: 768px){
	a.line_link{
		width: inherit;
		margin-bottom: -30px;
	}
	a.line_link img{
		max-width: 100%;
	}
	p.news{
		text-align: left;
		font-size: 16px;
		color: #e55555;
		margin: 20px;
		border-bottom: solid 1px #e55555;
	}
}
a.cmenu_btn{
	display: block;
	position: relative;
}

a.cmenu_btn h4{
	display: block;
	position: absolute;
	text-align: center;
	top:60%;
	left:50%;
	transform:translate(-50%,-50%);
    width: 50%;
    padding: 20px;
	background-color: rgba(255,255,255,0.9);
	font-size: 20px;
}
@media screen and (max-width: 768px){
	div#catch{
		position: static;
	}
	div#catch h3{
		position: static;
		transform: none;
		width: 95%;
		text-align: center;
		line-height: 40px;
		margin: 20px auto 0px;
		font-size: 17px;
		letter-spacing: 2px;
		background-image: url("../img2/top/catch_left.png"),
		url("../img2/top/catch_right.png");
		background-size: 15px;
		background-repeat: 
			no-repeat,no-repeat;
		background-position: 
			top 0 left 0,
			bottom 0 right 0;
	}
	a.cmenu_btn{
		margin-top: -10px;
	}
	a.cmenu_btn h4{
		font-size: 16px;
	}
}
option_outer

/*お掃除ページ*/
section.cleaning_top{
	margin-top: 30px;
}
div.top_price_cont{
	display: flex;
	flex-wrap: no-wrap;
	justify-content:center;
	align-items: center;
}
div.top_price_cont.pt1{
}
div.top_price_box{
	padding:20px;
}
div.top_price_cont.pt1 .top_price_box{

}
div.top_price_cont.pt1 .top_price_box:nth-child(n+3) {
/*	border-right:solid 1px #604C3F;*/
	border-left:solid 1px #604C3F;
}
div.top_price_cont.pt1 .top_price_box.bn:nth-child(3) {
	border-right:none;
}
.plusmark{
	border: 1px solid #604C3F;
	padding: 2px 10px;
	border-radius: 50%;
}
div.top_price_cont.pt1 .top_price_box h3{
	font-size: 30px;
    text-align: left;
    letter-spacing: 20px;
	margin-bottom: 10px;
}
div.top_price_cont.pt1 .top_price_box h3.small{
    letter-spacing: 5px;
}
div.top_price_cont.pt1 .top_price_box p.s_catch{
	text-align: center;
	background-color: #FFFBD6;
	padding: 6px;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
div.top_price_cont.pt1 .top_price_box p.parts{
	text-align: center;
	font-size: 12px;
	letter-spacing: 0px;
	margin-bottom: 10px;
}
div.top_price_cont.pt1 .top_price_box h4{
	margin-bottom: 10px;
}
div.top_price_cont.pt1 .top_price_box ul{
	display: flex;
}
div.top_price_cont.pt1 .top_price_box ul li:first-child{
	font-size: 12px;
	background-color: #FFFBD6;
	padding-top: 3px;
	margin-right: 10px;
}
div.top_price_cont.pt1 .top_price_box ul li:last-child{
	font-size: 13px;
	margin-top: 4px;
	padding-left: 6px;
}
div.top_price_cont.pt1 table.price{
	margin: auto;
}
div.top_price_cont.pt1 table.price .number_eng{
	font-size: 54px;
	letter-spacing: -1px;
	color: #D61318;
}
div.top_price_cont.pt1.six table.price .number_eng{
	font-size: 42px;
}
div.top_price_cont.pt1 table.price .price_tax{
	font-size: 10px;
	padding: 16px 0 0 2px;
	color: #D61318;
}
div.top_price_cont.pt1 table.price .price_en{
	font-size: 25px;
	color: #D61318;
	text-shadow:1px 1px 0 #D61318,-1px 1px 0 #D61318,1px -1px 0 #D61318,-1px -1px 0 #D61318;
	
}


div.top_price_cont.pt2{
	max-width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
div.top_price_cont.pt2 div.top_img{
	text-align: left;
	max-width: 50%;
	margin-left: 0;
}
div.top_price_cont.pt2 div.top_price_box{
	margin-left: 20px;
	padding:10px;
	
	
}
div.top_price_cont.pt2 .top_price_box h3{
	font-size: 40px;
    text-align: center;
    letter-spacing: 10px;
	margin-bottom: 40px;
}
div.top_price_cont.pt2 .top_price_box h3.small{
    letter-spacing: 5px;
}
div.top_price_cont.pt2 .top_price_box p.s_catch{
	width: 100%;
	text-align: center;
	background-color: #FFFBD6;
	padding: 3px;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
div.top_price_cont.pt2 .top_price_box p.parts{
	text-align: center;
	font-size: 14px;
	letter-spacing: 0px;
	margin-bottom: 8px;
}
div.top_price_cont.pt2 .top_price_box h4{
	margin-bottom: 10px;
}
div.top_price_cont.pt2 .top_price_box ul{
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
div.top_price_cont.pt2 .top_price_box ul li:first-child{
	font-size: 16px;
	background-color: #FFFBD6;
	padding-top: 3px;
	margin-right: 10px;
}
div.top_price_cont.pt2 .top_price_box ul li.number_eng{
	font-size: 22px;
}
div.top_price_cont.pt2 .top_price_box ul li:last-child{
	font-size: 18px;
	margin-top: 2px;
	padding-left: 4px;
}
div.top_price_cont.pt2 table.price{
	margin: auto;
}
div.top_price_cont.pt2 table.price .number_eng{
	font-size: 80px;
	letter-spacing: -1px;
	color: #D61318;
}
div.top_price_cont.pt2 table.price .price_tax{
	font-size: 12px;
	padding: 16px 0 0 2px;
	color: #D61318;
}
div.top_price_cont.pt2 table.price .price_en{
	font-size: 30px;
	color: #D61318;
	text-shadow:1px 1px 0 #D61318,-1px 1px 0 #D61318,1px -1px 0 #D61318,-1px -1px 0 #D61318;
	
}


/*空室トップ*/
section.cleaning_top div.top_price_cont{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
section.cleaning_top 　div.top_price_cont.pt1 table.price {
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 0;
}
section.cleaning_top p{
    font-size: 14px;
    margin: 10px;
}
section.cleaning_top div.top_price_cont .top_price_box.border{
	border-right:#604D3F 1px solid;
}
@media screen and (max-width: 768px){
	div.top_price_cont.pt1.six table.price .number_eng{
		font-size: 54px;
	}
}

/*オプション*/
section.option{
	background-color: #FFFBD6;
}
div.option_outer,div.option_inner{
	position:relative;
}
div.option_outer:before,div.option_inner:before,div.option_outer:after,div.option_inner:after{
	position:absolute;
	content:"";/*●の作成*/
	background-color:#604D3F;
	width:14px;/*●の大きさ*/
	height:14px;/*●の大きさ*/
	border-radius:50%;
	z-index:100 /*コンテンツより前にする。*/
}
div.option_outer:before{
	top: 20px;
	left: 20px;
}
div.option_inner:before{
	bottom: 20px;
	left: 20px;
}
div.option_outer:after{
	top: 20px;
	right: 20px;
}
div.option_inner:after{
	bottom: 20px;
	right: 20px;
}
div.option_inner{
	background-color: #FFFBD6;
	padding: 20px;
}
h3.option_ttl{
	text-align: center;
	font-size: 24px;
	letter-spacing: 4px;
	margin: 30px;
}
div.option_cnt{
	display: flex;
	flex-wrap: wrap;
	align-items: top;
	justify-content:space-evenly;
	padding-bottom: 40px;
}
/* 最後のコンテンツを左寄せにする指定 */
div.option_cnt:after {
    content: "";
    display: block;
    width: 40%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}
div.option_box{
	width: 40%;
    margin: 0 25px 30px;
}
div.option_box h4{
	text-align: center;
	background-color: #AFA38B;
	color: #FFFFFF;
	    font-size: 16px;
	    padding: 10px;
}
.option_box table.price .number_eng{
	font-size: 24px;
	letter-spacing: 0px;
	padding-bottom: 8px;
	height: 30px;
    width: 15%;
}
.option_box table.price .price_tax{
	font-size: 10px;
}
.option_box table.price .price_en{
	font-size: 15px;
	font-weight: bold;
	padding-top: 7px;
}
.option_box table.price .option_img{
	width: 60%;
}
.option_box table.price .option_img img{
	max-width: 100%;
}
.option_box table.price td p,.option_box p{
	font-size: 12px;
	border-top: 1px solid #604D3F;
	padding: 0 8px;
	line-height: 2;
}
.option_box table.price .option_sub{
    font-size: 14px;
	background-color: #afa38b;
    color: #ffffff;
    padding: 4px;
}
@media screen and (max-width: 768px){
	div.option_box{
		width: 100%;
	}
}

/*手順*/
section.process{
	margin-top: 50px;
}
section.process img{
	max-width: 100%;
}
div.process_ttl{
	width: 100%;
	text-align: center;
	background-color: #AC9E84;
	color: #fff;
	font-size: 26px;
    padding: 40px 0;
}
table.process_container{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
table.process_container .process_box td{
	width: 50%;
	padding: 30px;
}
table.process_container tr.process_box:nth-child(even)  td:nth-child(odd){
	background-color: #EFEBEA;
}
table.process_container tr.process_box:nth-child(odd) td:nth-child(even){
	background-color: #EFEBEA;
}

table.process_container .process_box p.box_ttl{
	font-size: 34px;
	margin-bottom: 10px;
	font-weight: 900;
}
table.process_container .process_box p.box_ttl span{
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 20px;
	padding-left: 20px;
}
table.process_container .process_box p.process_txt{
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0;
}
section.s_bottom {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
	text-align: center;
}

section.s_bottom a{
	display: block;
	text-align: center;
	border-radius: 10px;
}
section.s_bottom a:first-child{
	background-color: #F8F5A8;
}
section.s_bottom a:nth-child(2){
	background-color: #e5404d;
}
section.s_bottom a p{
	margin: 25px;
    padding: 0px 40px;
    background-color: rgba(255,255,255,0.9);
    font-size: 25px;
}
section.othermenu {
    display: flex;
    flex-wrap: nowrap;
}
.othermenu_title{
	width: 90px;
	height: 90px;
	border-radius: 50%;
	border:solid 3px #624C3F;
	text-align: center;
	line-height:20px;
}
.othermenu_title p{
	font-size: 14px;
	padding-top: 10px;
	letter-spacing: 0px;
	line-height: 20px;
}
section.othermenu a p{
	font-size: 11px;
	letter-spacing: 0px;
	margin-top: 4px;
	text-align: center;
}
.othermenu_cont{
	display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
	padding-left: 10px;
}
.othermenu_cont a{
	margin: 0 10px;
}
a.back {
	display: block;
	width: 300px;
	margin:60px auto 0;
	padding: 10px 0;
	background-color: #624C3F;
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
	border-radius: 10px;
}
section.menu_list{
	margin: 0 auto;

}
section.menu_list h4{
	margin-top: 40px;
	text-align: center;
	font-size: 18px;
}
section.menu_list ul{
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
section.menu_list ul li{
	display: block;
	width: calc(20% - 20px);
	margin: 10px;
	padding: 10px;
	text-align: center;
	background-color: #FFF7AF;
}
section.menu_list ul li span{
	font-size: 10px;
    vertical-align: 3px;
}
section.menu_list p{
	font-size: 12px;
    margin: 6px 10px;
}

@media screen and (max-width: 768px){
	div.top_price_cont.pt2 div.top_img{
		max-width: 100%;
	}
	div.top_price_cont{
		flex-wrap: wrap;
	}
	div.top_price_cont.pt2 table.price .number_eng{
		font-size: 54px;
	}
	a.back {
		width: 260px;
    	margin: 40px auto 40px;
		padding: 10px 0;
	}
	section.s_bottom a{
		width: 95%;
		margin-bottom: 10px;
	}
	section.s_bottom a p{
		font-size: 16px;
	}
	p.endmenu_top {
    	font-size: 24px;
	}
	section.menu_list h4{
		margin-top: 20px;
		text-align: center;
		font-size: 16px;
		color: #ffffff;
		background-color: #604D3F;
		padding: 5px;
	}
	section.menu_list ul{
		justify-content: space-between;
	}
	section.menu_list ul li{
		display: block;
		width: calc(33% - 15px);
		font-size: 12px;
		margin: 5px;
		padding: 10px 5px;
	}
	table.process_container{
	}
	table.process_container .process_box td {
		display: block;
	    width: 100%;
	}
	table.process_container .process_box p.box_ttl span {
		padding-left: 0px;
		display: block;
		margin: 20px 0;
	}
	table.process_container .process_box:nth-child(2n) {
		background-color: #EFEBEA;
	}
	table.process_container tr.process_box:nth-child(even) td:nth-child(odd) {
	    background-color: #fff;
	}
	section.othermenu {
		display: flex;
		flex-wrap: wrap;
	}
	.othermenu_cont{
		display: flex;
		justify-content: space-around;
	}
	.othermenu_cont a {
		margin: 10px 0;
	}
	.othermenu_title_cont{
		margin: 20px auto 10px;
	}
}

/*よくある質問*/
section#faq_menu{
	margin:0 auto;
	display: flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
a.faq_link{
	display: block;
	max-width: 450px;
	text-align: center;
	position: relative;
	padding: 65px 100px;
	margin-top: 50px;
}
a.faq_link.bg_1{
	background-color: #F7F5A8;
}
a.faq_link.bg_2{
	background-color: #70635D;
}
a.faq_link.bg_3{
	background-color: #F7BC92;
}
a.faq_link h4{
	line-height: 65px;
	background-color: rgba(255,255,255,0.9 );
	width: 250px;
	height: 64px;
	font-size: 18px;
}
a.faq_link img{
	position: absolute;
	top:20px;
	left: 30px;
	max-width: 90%;
}
section#faq_list{
	margin-top: 50px;
}
section#faq_list h2{
	text-align: center;
	font-size: 30px;
	margin-bottom: 20px;
}
div.faq_cnt{
	padding: 40px 60px;
}
div.faq_cnt.bg_1{
	background-color: #EEEDEB;
}
div.faq_cnt.bg_2{
	background-color: #E0DBD8;
}
div.question{
	background-color: rgba(255,255,255,0.90);
	padding: 3px;
	margin-bottom: 20px;
}
div.question h3{
	font-size: 50px;
	font-weight: 900;
}
div.question h3 span{
	font-size: 24px;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	display: inline-block;
	vertical-align: middle;
	padding-left: 20px;
}
div.menu_bnr{
	margin-top: 50px;
	text-align: center;
	position:relative;
}
div.menu_bnr p{
	position: absolute;
	margin: 0 auto;
	font-size: 25px;
    padding: 20px 50px;
	background-color: rgba(255,255,255,0.8);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
div.menu_bnr p:after, .div.menu_bnr p:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

div.menu_bnr p:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: rgba(255,255,255,0.8);
	border-width: 35px;
	margin-top: -35px;
}
div.menu_bnr p:before {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: rgba(255,255,255,0.8);
	border-width: 40px;
	margin-top: -40px;
}

@media screen and (max-width: 768px){
	section#faq_menu{
		margin: 30px auto 0;
	}
	div.question h3 {
		display: flex;
		font-size: 18px;
		margin-top: 3px;
	}
	div.question h3 span{
		padding-left: 10px;
		line-height: 25px;
		font-size: 16px;
		margin-top: -2px;
	}
	div.question {
		padding: 10px;
		margin-bottom: 5px;
	}
	div.answer{
	    padding: 0 10px;
	}
	a.faq_link{
		width: 100%;
		padding: 35px 10px;
		margin-top: 20px;
	}
	a.faq_link h4{
		margin: 0 auto;
		font-size: 16px;
	}
	a.faq_link img {
		top: 10px;
		left: 10px;
		max-width: 80px;
	}
	div.faq_cnt {
		padding: 20px 20px;
	    margin-bottom: 10px;
	}
	.row img:nth-child(1) {
		margin-top: 0px!important;
	}
	div.menu_bnr {
	    margin-top: 20px;
	}
	div.menu_bnr p {
		font-size: 16px;
		padding: 10px 10px;
		width: 60%;
	}
	div.menu_bnr p:after {
		border-width: 24px;
		margin-top: -24px;
	}
}


/*採用情報*/
section#recruit{
	margin-top: 50px;
	text-align: center;
}	
section#recruit p{
	margin-bottom: 30px;
}


/*ご注意事項*/

section.attention{
	padding: 20px;
}
.attention_ttl{
	font-size:20px;
	padding-bottom: 10px;
}
.attention_container ul li{
	font-size: 14px;
	line-height: 24px;
	padding: 5px 0;
}

/*サービス範囲*/
section.service{
	margin-top: 50px;
}
div.service_ttl{
    width: 100%;
    text-align: center;
    background-color: #AC9E84;
    color: #fff;
    font-size: 26px;
    padding: 40px 0;
	margin-bottom: 20px;
}
div.service_inner{
	padding: 20px;
}
div.service_inner h4{
	font-size: 20px;
	padding: 10px 0
}
div.service_inner ul li{
	padding: 5px 0;
}
@media screen and (max-width: 768px){
	div.service_inner {
		padding: 0 0 20 0;
	}
}

/*メンテメニュー*/
.box {
	text-align: right;
}
section.menu_table{
    padding: 20px;
    text-align: center;
}

section.menu_table .menu_table_inner{
	margin-bottom: 40px;
}
section.menu_table .menu_table_inner h3{
	font-size: 20px;	
}
section.menu_table .menu_table_inner table{
	width: 80%;
	text-align: left;
	line-height: 1.5;
	font-size: 14px;
}
section.menu_table .menu_table_inner table tr{
	border-bottom: #cec1b7 solid 1px;
}
section.menu_table .menu_table_inner table th,
section.menu_table .menu_table_inner table td{
	width: 30%;
	padding: 20px 10px;
}
section.menu_table .menu_table_inner table thead{
	background: #fffce0;
    border-bottom: 2px solid #cec1b7;
}
section.menu_table .menu_table_inner table tr:nth-child(even) {
    background: #F5F5F5;
}


/*網戸メニュー*/
.amido_table{
	max-width: 90%;
	margin: 0 auto 40px;
}
.amido_table h4{
	padding: 10px 0;
	border-bottom: #604D3F 1px solid;
	margin-bottom: 5px;
}
.amido_table table{
	line-height: 1.5;
	font-size: 14px;
}
.amido_table table tr{
	border-bottom: #cec1b7 solid 1px;
}
.amido_table table th,
.amido_table table td{
	padding: 20px 10px;
}
.amido_table table th{
	width: 20%;
}
.amido_table table td{
	min-width: 50%;
}

/*ご注文*/
.order section{
	margin: 0 auto;
}
.order section div{
	text-align: center;
	margin: 40px auto;
}
.order section div p.endmenu_p{
	font-size: 12px;
	color: #ffffff;
}
.order section div p.txt{
	margin-top: 10px;
}
.order .line a{
	background-color: #3BAE37;
	display: block;
    width: 660px;
    padding: 30px 0 20px;
    position: relative;
    border-radius: 10px;
	margin: 0 auto;
}
.order .mail a,.tell a{
	background-color: #D71317;
	display: block;
    width: 660px;
    padding: 30px 0 20px;
    position: relative;
    border-radius: 10px;
	margin: 0 auto;
}
.order .tell{
	margin-bottom: 80px;
	}

@media screen and (max-width: 768px){
	.order .line a,.mail a,.tell a{
	    width: 95%!important;
	}
	.order section div p.txt{
		text-align: left;
		font-size: 14px;
	}
}

/*お客さまからの声*/
section#voice{
    margin: 50px auto;
}
section#voice .row{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
section#voice .row .voice_cont{
	width: 100%;
	margin: 10px;
	border: solid 1px #e8e3bd;
	text-align: left;
	display: flex;
	color: #746257;
}
section#voice .row .voice_cont p{
	line-height: 1.5rem;
}
section#voice .row .voice_cont p.txt{
	display: block;
	width: 400%;
	margin: 20px;
}
section#voice .row .voice_cont p.date{
	display: block;
	font-weight: 100;
	font-size: 12px;
	background-color: #fffdf0;
    width: 100%;
    padding:16px 10px 0px;
    text-align: right;
}
@media screen and (max-width: 768px){
	section#voice .row .voice_cont {
    	width: 100%;
	}
	section#voice .row .voice_cont{
		display: initial;
	}
	section#voice .row .voice_cont p.txt {
	    width: auto;
		margin: 20px 20px 10px;
	}
	section#voice .row .voice_cont p.date{
		padding: 10px 20px;
	}
}