@charset "utf-8";

@media screen and (max-width: 575px) {

}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 991px) {

}

/*  */

/* ページ内スムースリンク */
html {scroll-behavior: smooth;}

.mw-1600 {max-width : 1600px;}
.mw-1200 {max-width : 1200px;}
.mw-1000 {max-width : 1000px;}
.mw-900 {max-width : 900px;}
.mw-450 {max-width : 450px;}
.w-100 {width: 100%;}
.w-80 {width: 80px;}

.bg-color {background-color: rgba(0, 0, 128, 0.6);}

hr {background-color: white;}
.r-10 {border-radius: 10px;}

h1 {
	margin: 0;
	font-size: 1.3rem;
}
.font-navy {color: navy;}

.f-15 {font-size: 1.5rem;}

.f25-20 {font-size: 2.5rem;}
@media screen and (max-width: 575px) {
.f25-20 {font-size: 2rem;}
}
.f20-15 {font-size: 2rem;}
@media screen and (max-width: 576px) {
.f20-15 {font-size: 1.5rem;}
}
.f15-10 {font-size: 1.5rem;}
@media screen and (max-width: 576px) {
.f15-10 {font-size: 1rem;}
}

.tel-font{
	font-size : 36px;
	font-family: 'Impact',
	'DIN Condensed',
	'Seravek',sans-serif;
	text-align : center;
	color : navy;
}

/* 壁紙設定 */
	.grid-box-bg {
		display: grid;
		grid-template-rows: 1fr;
		grid-template-columns: 1fr;
	}
	.grid-item-bg:nth-child(1) {
	grid-row: 1/2;
	grid-column: 1/2;
	position: fixed;
	}
	.grid-item-bg:nth-child(2) {
		grid-row: 1/2;
		grid-column: 1/2;
		z-index: 1;
	}
	/* 青空固定bg-img */
	.bg-cloud {
		width: 100%;
		height: 100vh;
		object-fit: cover;
	}
	/* /青空固定bg-img */
/* /壁紙設定 */

/* grid-top 洗濯物 */
.grid-box-top {
	display: grid;
	grid-template-rows: 70% 30%;
	grid-template-columns: 1fr;
	overflow: hidden;
}
.grid-item-top:nth-child(1) {
	grid-row: 1/3;
	grid-column: 1/2;
}
.grid-item-top:nth-child(2) {
	grid-row: 2/3;
	grid-column: 1/2;
}
/* /grid-top */

/* お買い得ボタン */
.button-navy {
	position: relative;
	z-index: 1;
	overflow: hidden;
	width: 250px;
	padding: 1em;
	cursor: pointer;
	line-height: 1.4;
	transition: color 0.3s cubic-bezier(0.02,0.01,0.47,1),transform 0.3s cubic-bezier(0.02,0.01,0.47,1);
	color: #ffffff;
	font-weight: bold;
	border: none;
	border-width: 0;
	border-color: transparent;
	border-radius: 100px;
	background: royalblue;
}
.button-navy:after, .button-navy:before {
	position: absolute;
	z-index: -1;
	right: 0;
	bottom: 0;
	width: 100px;
	height: 100px;
	content: '';
	transition: transform 0.15s cubic-bezier(0.02,0.01,0.47,1),opacity 0.15s cubic-bezier(0.02,0.01,0.47,1);
	-webkit-transform: translate(100%,-25%) translateZ(0);
		transform: translate(100%,-25%) translateZ(0);
	opacity: 0;
	border-radius: 50%;
	background: #009688;
}
.button-navy:after, .button-2:before {
	background: #ffffff;
}
.button-navy:hover {
	transition: all 0.5s cubic-bezier(0.02,0.01,0.47,1);
	-webkit-transform: scale(1.1) translateZ(0);
		transform: scale(1.1) translateZ(0);
	color: #ffffff;
	box-shadow: 0 1px 8px rgba(0,0,0,0.3);
}
.button-navy:hover:before {
	transition: transform 0.2s cubic-bezier(0.02,0.01,0.47,1),opacity 0.2s cubic-bezier(0.02,0.01,0.47,1);
	-webkit-transform: translate3d(50%,0,0) scale(0.9);
		transform: translate3d(50%,0,0) scale(0.9);
	opacity: 0.15;
}
.button-navy:hover:after {
	transition: transform 0.2s cubic-bezier(0.02,0.01,0.47,1) 0.05s,opacity 0.2s cubic-bezier(0.02,0.01,0.47,1) 0.05s;
	-webkit-transform: translate(50%) scale(1.1);
		transform: translate(50%) scale(1.1);
	opacity: 0.25;
}
.button-navy:active {
	opacity: 0.5;
}
.button-navy:focus {
	color: #ffffff;
}
/* /ボタンnavy */

/* ボタンフィンガー */
.label-finger {
	position: relative;
	max-width: 250px;
}
.label-finger::before{
	position: absolute;
	content: url(image/icon-finger.svg);
	right: 0px;
	bottom: 0px;
	z-index: 2;
}
/* /ボタンフィンガー */

/* grid-town 街中を走る車 */
.grid-box-town {
	display: grid;
	grid-template-rows: 1fr;
	grid-template-columns: 1fr;
	overflow: hidden;
}
.grid-item-town:nth-child(1) {
	grid-row: 1/2;
	grid-column: 1/2;
}
.grid-item-town:nth-child(2) {
	grid-row: 1/2;
	grid-column: 1/2;
}
/* /grid-town */

/* grid-box-hand */
.grid-box-hand {
	display: grid;
	grid-template-rows: 1fr 80px;
	grid-template-columns: 1fr 253px 1fr;
	margin: 0 auto;
	max-width: 300px;
	height: 200px;
}
.grid-item-hand:nth-child(1) {
	grid-row: 1/2;
	grid-column: 2/3;
	overflow: hidden;
}
.grid-item-hand:nth-child(2) {
	grid-row: 1/3;
	grid-column: 1/4;
}
/* /grid-box-hand */

/* 特集アコーディオン */
.accbox label{
	display: block;
	margin: 5px 0;
	padding : 10px;
	font-weight: bold;
	cursor :pointer;
	transition: all 0.5s;
	border: solid 1px silver;
	border-radius: 5px;
}
.accbox label:hover{
	background : rgba(0, 0, 128, 0.2);
}
.accbox input{
	display: none;
}
.accbox .accshow{
	height: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
	transition: 0.8s;
}
.cssacc:checked + .accshow{
	height: auto;
	padding: 20px 0;
	opacity: 1;
}
/* /特集アコーディオン */

/* ご利用方法 */
	/* カラム分け */
	.w-30-100 {width: 30%;}
	.w-5-100 {width: 5%;}
	@media screen and (max-width: 768px) {
	.w-30-100 {width: 100%;}
	.w-5-100 {width: 100%;}
	}
	/* /カラム分け */
/* /ご利用方法 */

/* 料金 */
	/* H4のバナー */
	.h4-bg-white {
		color: navy;
		font-size: 1.5rem;
		border-radius: 10px;
	}
	/* /H4のバナー */
	/* ulの横並びは隙間をとるのでこの設定をする事 */
	.font-0 {font-size:0;}
	/* 料金の並び方 */
	#price li{
		display: inline-block;
		list-style: none;
	}
	.calc-5-3-2 {width: calc(100%/5);}
	@media screen and (max-width: 992px) {
	.calc-5-3-2 {width: calc(100%/3);}
	}
	@media screen and (max-width: 576px) {
	.calc-5-3-2 {width: calc(100%/2);}
	}
	/* /料金の並び方 */
	/* /料金の説明bg ulを0設定にしてるのでここでフォントのサイズを指定 */
	.price-box {
		background-color: rgba(255, 255, 255, .5);
		font-size: 1rem;
	}
	/* /料金の説明bg */
	/* 金額表記 */
	.price-font {
		font-size: 1.3rem;
		color: navy;
		font-weight: bold;
		text-shadow:2px 2px 0px white;
	}
	/* /金額表記 */
/* /料金 */

/* サービスパック */
	/* お願い */
	.lavel-please {
		margin-left: 2%;
		margin-top: -5px;
		z-index: 1;
		border-radius: 5px;
	}
	/* 白いボックス */
	.white-box {
		background-color: white;
		border-radius: 10px;
	}
	/* /白いボックス */
/* /サービスパック */

/* 支払方法 */
	/* 文頭飾り */
	.label-decoration {
		position: relative;
			font-size: 1.5rem;
	}
	.label-decoration::before{
		position: absolute;
		content: url(image/decoration.svg);
		left: -35px;
		top: -25px;
	}
	/* /文頭飾り */
/* /支払方法 */

/* footer */
	/* ポップアップお問合せ */
	.popup {
		display: none;
		background: rgba(0, 0, 128, 0.5);
		position: fixed;
		padding: 5px 0;
		bottom : 0px;
		width: 100%;
		z-index: 999;
	}
	/* /ポップアップお問合せ */
	/* お問合せボタン */
	.button-inquiry {
		position: relative;
		z-index: 1;
		overflow: hidden;
		width: 250px;
		padding: 5px;
		cursor: pointer;
		transition: color 0.3s cubic-bezier(0.02,0.01,0.47,1),transform 0.3s cubic-bezier(0.02,0.01,0.47,1);
		color: navy;
		font-weight: bold;
		border: none;
		border-width: 0;
		border-color: transparent;
		border-radius: 100px;
		background: white;
	}
	.button-inquiry:after, .button-inquiry:before {
		position: absolute;
		z-index: -1;
		right: 0;
		bottom: 0;
		width: 100px;
		height: 100px;
		content: '';
		transition: transform 0.15s cubic-bezier(0.02,0.01,0.47,1),opacity 0.15s cubic-bezier(0.02,0.01,0.47,1);
		-webkit-transform: translate(100%,-25%) translateZ(0);
			transform: translate(100%,-25%) translateZ(0);
		opacity: 0;
		border-radius: 50%;
		background: #009688;
	}
	.button-inquiry:after, .button-inquiry:before {
		background: navy;
	}
	.button-inquiry:hover:before {
		transition: transform 0.2s cubic-bezier(0.02,0.01,0.47,1),opacity 0.2s cubic-bezier(0.02,0.01,0.47,1);
		-webkit-transform: translate3d(50%,0,0) scale(0.9);
			transform: translate3d(50%,0,0) scale(0.9);
		opacity: 0.15;
	}
	.button-inquiry:hover:after {
		transition: transform 0.2s cubic-bezier(0.02,0.01,0.47,1) 0.05s,opacity 0.2s cubic-bezier(0.02,0.01,0.47,1) 0.05s;
		-webkit-transform: translate(50%) scale(1.1);
			transform: translate(50%) scale(1.1);
		opacity: 0.25;
	}
	.button-inquiry:active {
		opacity: 0.5;
	}
	.button-inquiry:focus {
		color: #ffffff;
	}
	/* /お問合せボタン */
	/* thanks.htmlの追加 */
	.footer-thanks {
		position: fixed;
		bottom: 0px;
		width: 100%;
	}
	/* /thanks.htmlの追加 */
/* /footer */


