
body {
	margin: 0;
	padding: 0;
	color: #000000;
}


.bk_linen {
	margin: 0;
	padding: 6% 0 7%;
	background-color: #f3f3ea;
	position: relative;
	background-image: url("../images/bk_linen.jpg");
	background-position: top center;
	background-size: contain;
	background-repeat: repeat;
}

.bk_landscape {
	background-image: url("../images/laundryimg.jpg");
	background-size: cover;
	background-position: top center;
	background-repeat: repeat-y;
	margin: 0;
	padding: 10% 0;
	min-height: 300px;
}

.st_wrapper a { color: #000000;  }

.st_wrapper {
	text-align: center;
	width: 1000px;
	margin:0 auto;
	padding: 0;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	letter-spacing: 0.045em;
	color: #274430;
}

.st_wrapper p {
	font-weight: 500;
	font-size: 22px;
	text-align: center;
	line-height: 1.8em;
}


.st_wrapper h1 {
	font-size: 30px;
	font-weight: 300;
	line-height: 2.0em;
	letter-spacing: 0.01em;
	margin:0 auto 3%;
	padding: 0;
	text-align: center;
}
.st_wrapper h2 {
	font-size: 33px;
	font-weight: 600;
	line-height: 2.0em;
	letter-spacing: 0.01em;
	margin: 0 auto 2%;
	border-bottom: solid 2px #274430;
}

.st_wrapper h3 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4em;
	letter-spacing: 0.08em;
	margin: 5% auto;
	text-align: center;
    color: #274430;
}

.st_wrapper h3 span {
	border: solid 2px #274430;
	border-radius: 50px;
	padding: 1% 2%;
}



.st_wrapper img {
	width: 100%;
	border: 0;
	vertical-align: bottom;/*]폜*/
}

.box_gry {
    background-color: #F2EAE1; 
	padding: 4% 5%;
	text-align: center;
}

.wrap_content {
	position: relative;
	margin: 0;
	padding: 0;
}

.ttl {
	width: 96%;
	margin: 0 auto;
}

.ttl p {
	font-weight: 600;
	font-size: 24px;
	text-align: center;
	line-height: 1.8em;
}

.ttl2 {
	width: 70%;
	max-width: 600px;
	margin: 4% auto;
}

.txt01 {
	font-size: 20px;
	line-height: 1.6em;
	margin: 2% 0;
}

.txt02 {
	font-size: 24px;
	line-height: 1.6em;
	margin: 1% 0 4%;
}

.txt03 {
	font-size: 16px;
	line-height: 1.6em;
	margin: 2% 0 4%;
}


.box_info {
	width: 90%;
	max-width: 680px;
	margin: 7% auto 15%;
	padding: 2%;
	background-color: rgba(255,255,255,.65);
	border: solid 1px #0f1d08;
	color: #274430;
}

.box_80 {
	width: 80%;
	margin: 5% auto 6%;
	display: flex;
	justify-content: center;
	gap: 5%;
}

.imgbdr {
	border: solid 2px #000;
	padding: 0;
	box-sizing: border-box;
}

.info_box {
	width: 70%;
	margin: 5% 0;
	text-align: left;
	display: flex;
}

.no01 {
	margin-left: 10%;
}

.no02 {
	margin-left: 15%;
}

.no03 {
	margin-left: 20%;
	margin-bottom: 10%;
}



.info_no {
	flex-shrink: 1;
	text-align: center;
	padding: 0;
}

.info_no h2 {
	padding-right: 20px;
}

.info_txt {
	flex-grow: 3;
	text-align: left;
	border-left: solid 2px #274430;
	padding: 0;
}

.info_txt h2 {
	padding-left: 4%;
}

.info_txt .txt02 {
	padding-left: 4%;
}

.bg_box {
	width: auto;
	margin: 5% 10%;
	padding: 0;
	background-color: hsla(56,15%,79%,0.70);
}

.ctr {
	text-align: center;
}


.Sml {
	font-size:11px;
	line-height:1.7em;
	text-align: center;
}

.c01 {
	color: #FFFFFF;
}

.c02 {
	color: #274430;
}


.bdr {
	font-size: 120%;
	border-bottom: solid 2px #274430;
	margin: 5% 0 3%;
}

p .bdr {
	border-bottom: solid 2px #fff;
}


.clear {
	clear: both;
}



.FL {
    float: left;
}

/* General button style (reset) */
.btn {
	border: none;
	font-family: inherit;
	font-size: 20px;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 20px 50px;
	display: inline-block;
	margin: 2% auto;
	letter-spacing: 0.15em;
	font-weight: 100;
	outline: none;
	position: relative;
	text-align: center;
	
}


/* Button 1 */
.btn-1 {
	border: none;
	background: none;
	cursor: pointer;
	width: 70%;
	max-width: 400px;
	margin: 5% auto;
	padding: 20px 50px;
	display: block;
	letter-spacing: 0.15em;
	font-weight: 500;
	outline: none;
	position: relative;
	text-align: center;	
	font-size: 23px;
	background-color: #274430;
	color: #fff;
}

a.btn-1 {
	color: #fff;
	text-decoration: none;
}
.btn-2 {
	border: none;
	background: none;
	cursor: pointer;
	display: inline-block;
	letter-spacing: 0.15em;
	font-weight: 100;
	outline: none;
	position: relative;
	width: 46%;
	margin: 1% 2% 5%;
	font-size: 26px;
	text-align: center;
	padding: 20px 0;
	color: #FFFFFF;
	background-color: #89877a;
	float: left;
}


.sp {
	display: none;
}

.br_pc{
	display: block;
}

.br_sp{
	display: none;
}	


@media only screen and (max-width:750px){
	
	.st_wrapper {
		width: 100%;
	}
	
	.st_wrapper h1 {
    	font-size: 24px;
		margin: 0 auto 4%
	}
	.st_wrapper h2 {
    	font-size: 18px;
		line-height: 1.4em;
		border-bottom: solid 1px #274430;
	}
	.st_wrapper h2 span{
		font-size: 18px;
		padding: 2% 5%;
	}
	.st_wrapper h3 {
    	font-size: 15px;
		margin: 10% auto;
	}
	
	.st_wrapper p{
		font-size: 12px;
	}
	
	.bk_landscape {
		padding: 3% 0;
	}
	
	.bk_linen {
		padding: 6% 0 8%;
	}
	
	.ttl p {
		font-size: 11px;
	}
	
	
	.ttl2{
		top: -36%;
	}
	
	.txt01 {
		font-size: 13px;
		line-height: 1.6em;
		margin: 1% auto 3%;
	}
	

	.txt02 {
		font-size: 12px;
	}
	
	.txt03 {
		font-size: 11px;
	}
	
	.box_info {
		width: 80%;
		margin: 4% auto 7%;
		padding: 4%;
	}
	
	.info_txt {
		border-left: solid 1px #274430;
	}
	
	.box_80 {
		margin: 8% auto 2%;
	}
	
	.bdr {
	    border-bottom: solid 1px #274430;
	}
	
	.imgbdr {
		border: solid 1px #000;
	}
    
	.info_box {
		width: 75%;
		margin: 5% 0 10%;
	}
	
	.no01 {
		margin-left: 5%;
	}
	
	.no02 {
		margin-left: 10%;
	}
	
	.no03 {
		margin-left: 15%;
	}
	
	.info_no {
		font-size: 26px;
	}
	
	.info_no h2 {
    	padding-right: 8px;
	}
	
	.bg_box {
		margin: 5%;
	}
	
	/* Button 1 */
	.btn-1 {
		width: 65%;
		margin: 8% auto 5%;
		padding: 3%;
		font-size: 13px;
		position: relative;
	}
	.btn-2 {
		font-size: 13px;
		text-align: center;
		padding: 10px 0;
		color: #FFFFFF;
		float: left;
	}
	
	
	p .bdr {
		border-bottom: solid 1px #fff;
	}

	
	.pc {
		display: none;
	}
	
	.sp {
		display: block;
	}
	
	.br_pc{
		display: none;
	}

	.br_sp{
		display: flex;
	}			
		
	
}

