@charset "UTF-8";
/* CSS Document */


body {
	padding:0;
	margin:0;
}

.sticky {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 70px;
	z-index: 10;
}

article {
	padding: 3% 2%;
}

.bar_limited {
    background-color: #1190ab;
	padding: 5px 0;
	margin: 0;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ttl1 {
	font-family: "Overpass", sans-serif;
	font-size: 33px;
	line-height: 1.4em;
	font-weight: 700;
	margin: 1% auto 8%;
	color: #fff;
}

.ttl1 span {
	padding: 10px 20px 2px;
	background-color: #981616;
	box-sizing: border-box;
}

.ttl1 strong {
	font-size: 130%;
}

.ttl2 {
	font-size: 36px;
	line-height: 1.5em;
	font-weight: 500;
	margin: 0 auto 5%;
}

.ttl2 span {
	padding: 1px 10px 2px;
	background-color: #434731;
	color: #fff;
}


.limited_txt1 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 30px;
	line-height: 1.5em;
	font-weight: 500;
	margin-right: 2%;
}

.limited_txt1 strong {
	font-size: 150%;
	font-weight: 500;
}



.limited_txt2 {
	font-size: 25px;
	line-height: 1.3em;
	font-weight: 500;
	text-align: left;
}

.limited_txt2 small {
	font-size: 70%;
}



.st_wrap {
	clear: both;
	width:100%;
	min-width: 850px;
    text-align: center;
	padding: 0;
	margin:0 auto;
	font-family: "Noto Sans JP", serif;
	font-weight: 400;
	color: #000000;	
	overflow: hidden;
}

.st_wrap img {
	width: 100%;
}

.st_wrap h1 {
    font-weight: 600;
	font-size: 23px;
	text-align: center;
	margin: 6% auto 4%;
	letter-spacing: 0.024em;
}

.st_wrap h2 {
	font-family: "Barlow", sans-serif;
    font-weight: 600;
	font-size: 24px;
	text-align: center;
	margin: 10% auto 7%;
	letter-spacing: 0.015em;
	text-transform: uppercase;
	color: #1190ab;
}

.st_wrap h2 span{
	padding-bottom: 4px;
	border-bottom: solid 2px #1190ab;
}


.st_wrap .Main h1 {
	font-family: "Barlow", sans-serif;
    font-weight: 700;
	font-size: 65px;
	text-align: center;
	line-height: 0.8em;
	margin: 6% auto 0;
	letter-spacing: 0.075em;
	color: #fff;
}

.st_wrap .Main h2 {
	font-family: "Barlow", sans-serif;
    font-weight: 500;
	font-size: 26px;
	text-align: center;
	margin: 1% auto 7%;
	letter-spacing: 0.025em;
	color: #fff;
}

.st_wrap h3 {
	font-size: 20px;
    font-weight: 500;
	margin: 2% auto;
}

.st_wrap h4 {
	font-size: 17px;
    font-weight: 600;
	margin: 2% auto 4%;
	border-bottom: solid 2px #1190ab;
	color: #1190ab;
}

.st_wrap h5 {
	font-size: 20px;
    font-weight: 700;
	text-align: center;
	margin: 8% auto 5%;
	padding: 1% 0;
	background-color: #f2b5aa;
	color: #fff;
}

.heading-7 {
    display: inline-block;
    position: relative;
    color: #fff;
}

.heading-7:before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background-color: #396fd1;
}

.st_wrap p {
	margin: 5px 0;
    font-size: 14px;    
    line-height: 1.5em;
}

.Main {
	width: 100%;
	min-height: 800px;
	margin: 0 auto 5%;
	padding: 1% 0;
	position: relative;
	background-image: url("../images/top-min.jpg");
	background-size: cover;
	background-position: center center;
}

.ttl {
	width: 60%;
	max-width: 380px;
	margin: -5% auto 7%;
}

.logo {
	width: 20%;
	max-width: 200px;
	margin: 4% auto 2%;
}

.icon_off {
	width: 180px;
	position: absolute;
	top: 14%;
	right: 5%;
}

.MT20 {
	margin-top: 20%;
}

.sp {
	display:none;
}


.Lead {
	font-weight:normal;
	text-align:center;
	font-size: 16px;
	padding:0 ;
	margin: 5% auto 8%;
	line-height: 2em;
}

.info_box {
	width: 95%;
	max-width: 750px;
	margin: 3% auto;
	display: flex;
}

.info_box_icon {
	width: 26%;
	margin: auto 2%;
}

.info_box_txt {
	width: 70%;
	text-align: left;
}

.style_box {
	width: 95%;
	margin: 5% auto;
	display: flex;
	justify-content: space-between;
}

.style_box_s {
	width: 80%;
	margin: 5% auto 8%;
	display: flex;
	justify-content: space-around;
}

.style_box p {
	font-size: 13px;
}

.style_main {
	width: 52%;
}

.style_sub {
	width: 46%;
}

.style_sub_img {
	width: 47%;
}

.point_box {
	margin: 3% 0;
	display: flex;
	flex-direction: row-reverse;
}

.point_box_img {
	width: 45%;
}

.point_box_txt {
	width: 55%;
	text-align: left;
}

.item_box {
	margin: 7% auto 0;
	text-align: left;
}

.item_box p {
	font-size: 13px;
	text-align: left;
	margin: 2% 0 5%;
	position: relative;
}

.off {
	color: red;
	font-weight: 500;
	font-size: 110%;
}


.pickup_box {
	width: 90%;
	margin: 6% auto;
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-content: space-around;
	gap:10px;
}

.pick_item {
	width: 49%;
}

.item_name {
	font-size: 17px;
	font-weight: 500;
	line-height: 1.6em;
	margin: 2% auto;
}

.thumb_box {
	width: 90%;
	margin: 4% auto;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.thumb {
    width: 31.3%;
    margin: 1%;
    position: relative;
}

.thumb p {
    text-align: center;
    font-size: 13px;
    line-height: 1.5em;
    margin: 2% 0;
    padding: 0;
}

.thumb p a {
    color: #000;
    text-decoration: none;
}

.laundrynet {
	width: 30%;
	position: absolute;
	top: -3%;
	right: -15%;
}

.Sml {
	font-size: 12px;
	line-height: 1.6em;
}

.clear {
	clear:both;
}

.point_video {
	display: block;
	width: 95%;
	margin: 7% auto;
	border: solid 3px #fff;
	box-sizing: border-box;
}

/* General button style (reset) */
.btn {
	border: none;
	font-family: inherit;
	font-size: 20px;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 10px 20px;
	display: block;
	font-weight: 100;
	outline: none;
	position: relative;
	text-align: center;
	
}


/* Button 1 */
.btn-1 {
	width: 20%;
	margin: 2% auto 5%;
	padding: 10px;
	font-size: 15px;
	line-height: 1.3em;
	font-weight: 500;
	color: #fff;
	background-color: #000;
}


.btn-2 {
	width: 80px;
	font-size: 13px;
	line-height: 1.6em;
	margin: 0;
    padding: 2px 10px;
	color: #fff;
	background-color: #000;
	font-weight: 500;
	position: absolute;
	bottom: 5%;
	right: 0;
}

.btn-3 {
	width: 70%;
	font-size: 18px;
	font-weight: 600;
	margin: 4% auto;
	padding: 15px 10px;
	color: #000;
	background-color: #1190ab;
	transition: .3s;
}

.btn-4 {
	width: 30%;
	font-size: 18px;
	font-weight: 600;
	margin: 4% auto;
	padding: 15px 10px;
	color: #000;
	background-color: #C01316;
	transition: .3s;
}

a.btn-1, a.btn-2, a.btn-3, a.btn-4 {
	color: #fff;
	text-decoration: none;
}


@media only screen and (max-width: 750px) {
	.sticky {
    	top: 50px;
	}
	
	
	.bar_limited {
    	margin: 0;
	}
	
	.limited_txt1 {
		font-size: 16px;
		margin-right: 5%;
	}
	
	.limited_txt2 {
		font-size: 14px;
		line-height: 1.2em;
	}
	
	#Main {
	margin:0 auto 2%;
	}
	.pc {
		display:none;
	}
	.sp {
		display:block;
	}
	.st_wrap {
		width: 97%;
		min-width: auto;
		margin: 0 auto 1%;
	}

    .st_wrap p {
        font-size: 12px;
		line-height: 1.6em;
    }
    
	.st_wrap h1 {
		font-size: 17px;
		margin: 4% auto 5%;
	}	
    
    .st_wrap h2 {
        font-size: 17px;
		line-height: 1.6em;
		margin: 8% auto 4%;
    }
    
	.st_wrap .Main h1 {
		font-size: 35px;
	}
	
	.st_wrap .Main h2 {
		font-size: 16px;
	}
	
    .st_wrap h3 {
        font-size: 14px;
		margin: 4% auto 1%;
		text-align: center;
    }
    
    .st_wrap h4 {
        font-size: 18px;
        margin: 3% auto;
    }
	
	.st_wrap h5 {
		font-size: 16px;
	}
	
	.Main {
		min-height: 340px;
	}
    
	.Lead {
		font-size:13px;
		margin: 4% auto 6%;
	}
	
	.icon_off {
		width: 25%;
		top: 18%;
		right: 2%;
	}
	
	.info_box {
		width: 80%;
		margin: 5% auto;
		flex-direction: column;
	}
	
	.info_box_icon {
		width: 40%;
		margin: 5% auto 0;
	}
	
	.info_box_txt {
		width: 100%;
	}
	
	.style_box_s {
		width: 90%;
		margin: 8% auto 5%;
	}
	
	.style_box {
		flex-direction: column;
	}
	
	.style_main {
		width: 100%;
		margin: 8% 0 2%;
	}
	
	.style_sub {
		width: 100%;
		margin: 2% auto 4%;
	}
	
	.item_name {
		font-size: 15px;
		margin: 10px auto;
	}
	
	.thumb_box {
		width: 94%;
	}
	
	
	.thumb {
		width: 48%;
		margin: 1%;
	}
	
	.heading-7:before {
	    bottom: -14px;
	}
	
	.btn-1 {
		width: 50%;
		font-size: 12px;
		line-height: 1.2em;
		padding: 10px;
	}
	
	.btn-2 {
		width: 60px;
		margin: 0 0 10px;
		font-size: 13px;
	}
	
	.btn-3 {
		font-size: 13px;	
		padding: 10px;
	}
}


