@charset "UTF-8";


/*共通*/
body{
	background-image:url("image/parts/body_back.jpg");
	background-size:cover;
	background-position:center;
	background-attachment: fixed;
	background-repeat:no-repeat;
}
html,body{
	margin:0;
	padding:0;
}
body p{
	font-family: YuGothic, "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", "Noto Sans JP", sans-serif;
    font-weight:300;
    letter-spacing:-0.1px;
    font-size:14px;
    line-height:22px;
}
main{
	width:100vw;
	max-width:430px;
	margin:0 auto;
	background-color:white;
}
#care, #spring{
	width:85vw;
	max-width:360px;
	margin:0 auto;
	text-align:center;
}
#reform{
	width:85vw;
	max-width:360px;
	margin:0 auto;
	text-align:left;
}

.mincho{
    font-family: "Yu Mincho", "游明朝", YuMincho, serif;
    font-weight:300;
}

.garamond{
	font-family: "adobe-garamond-pro", serif;
    font-weight: 400;
    font-style: normal;
}

.caution{
	font-size:10px;
}

img{
	max-width:100%;
	height:auto;
}

a{
	text-decoration:none;
	color:inherit;
}

ul,ol{
	list-style:none;
}

.white{
	color:white;
}



/*背景*/
.body-back{
	width:100vw;
	height:100vh;
	position:fixed;
	z-index:1;
	object-fit:cover;
}



/*トップ*/
main{
	z-index:2;
	position:sticky;
}
#top{
	text-align:center;
	position:relative;
	height:157vw;
	max-height:670px;
}
.top{
	position:absolute;
	top:0;
	right:0;
	z-index:9;
}
.top-text{
	position:relative;
	z-index:10;
}
.top-logo{
	width:126px;
	margin-top:15px;
	position:relative;
	z-index:10;
}

h1{
	font-size:27px;
	color:white;
	margin:0 0 10px 0;
	line-height:48px;
  background: linear-gradient(
    90deg,
    #aa8546 0%,
    #caa85b 40%,
    #caa85b 60%,
    #aa8546 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
h1 span{
	font-size:64px;
}




/*取扱ブランド*/
#example-brand{
	text-align:center;
	margin:5px 20px 0;
}
.example-brand-title{
	font-size:17.5px;
	margin:0 0 5px 0;
	font-weight:600;
}
.example-brand-block{
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
	gap:5px;
}
#example-brand p:last-of-type{
	font-size:12px;
	margin:3px 0 0 auto;
	width:25px;
	font-weight:600;
}




/*トップの次*/
#wash-down{
	text-align:center;
	margin-top:30px;
}
#wash-down .intro{
	font-size:18px;
	font-weight:600;
	line-height:31px;
}
#wash-down .description{
	line-height:27px;
}
.i47000{
	width:280px;
	margin:20px 0 -20px;
}






/*最寄りの店舗を探す*/
#nearest-btn{
	background-color:#f0f0eb;
	height:100px;
	display:flex;
	justify-content:center;
	align-items:center;
	margin:30px 0 35px 0;
}
#nearest-btn.back-white{
	background-color:white;
	margin:0 0 30px 0;
}
#nearest-btn.back-brown{
	background-color:#393430;
	padding-bottom:7px;
}
#nearest-btn.margin-none{
	margin:-55px 0 0;
}
.nearest-btn{
	padding:12px 15px 10px;
	display:flex;
	justify-content:center;
	align-items:center;
	gap:8px;
	border:1px solid black;
	background-color:white;
	width:240px;
	height:20px;
	border-radius:4px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}
.nearest-btn i{
	font-size:20px;
}
.nearest-btn p{
	font-weight:600;
	font-size:17px;	
}
.nearest-btn p span{
	font-size:11px;
}
.alignleft{
	text-align:left;
	margin:10px auto 0;
	display:inline-block;
}




/*10の秘密*/
#care{
	margin-top:40px;
}
.care-title{
	font-size:19px;
	margin:0 0 -8px 0;
	text-align:center;
}
.care-image{
	margin-bottom:-40px;
}
.care-block{
	text-align:left;
	margin-bottom:15px;
}
.care-block-title-flex{
	display:flex;
	justify-content:left;
	align-items:baseline;
	gap:10px;
	margin-top:40px;
}
.care-block-title-flex img{
	height:27px;
	width:auto;
}
h3{
	font-size:30px;
	margin:0;
}
h3.font-size27{
	font-size:27px;
}
.yellow{
	background-color:#fff500;
	font-size:18px;
	display:inline-block;
	margin:0 0 5px 0;
	font-weight:600;
}
.care-flex{
	display:flex;
	justify-content:left;
	align-items:center;
	gap:6px;
	height:15px;
}
.care-flex i{
	color:#aa8546;
}
.care-flex p:nth-child(2){
	font-size:17px;
	font-weight:600;
}
.margin-top10{
	margin-top:10px;
}
.margin-top15{
	margin-top:15px;
}
#care .caution{
	margin:0;
}




/*リフォーム*/
.line{
	margin-top:20px;
}
.reform-title-flex{
	display:flex;
	justify-content:left;
	align-items:center;
	gap:10px;
	height:100px;
}
.reform-title-flex img{
	width:50px;
	height:auto;
}
.reform-title-flex p{
	font-size:20px;
	line-height:30px;
}
#reform p{
	margin-bottom:20px;
}



/*春に出すと、、、*/
.haruni{
	width:320px;
	margin:20px auto -50px;
}
.spring-block.ki{
    background-image:url("image/parts/kibami_back.png");
    background-position:top right;
	background-size:140px;
	background-repeat:no-repeat;
	margin:50px 0;
}
.spring-block.ka{
	background-image:url("image/parts/kabi_back.png");
	background-position:top left;
	background-size:140px;
	background-repeat:no-repeat;
	margin:50px 0;
}
.spring-block.su{
	background-image:url("image/parts/sukkiri_back.png");
	background-position:top right;
	background-size:100px;
	background-repeat:no-repeat;
	margin:50px 0;
}
.spring-block .kibami, .spring-block .kabi, .spring-block .sukkiri{
	text-align:center;
	width:270px;	
}
.spring-block .kabi{
	margin-left:60px;
}
#spring .ki img, #spring .ka img, #spring .su img{
	width:260px;
}
#spring .ki p, #spring .ka p, #spring .su p{
    font-size:18px;	
    line-height:25px;
}
#spring .kibami p span{
	color:#b2a423;
	padding-bottom:4px;
	font-weight:600;
	border-bottom:3px solid #b2a423;
}
#spring .kabi p span{
	color:#6185a1;
	padding-bottom:4px;
	font-weight:600;
	border-bottom:3px solid #6185a1;
}
#spring .sukkiri p span{
	color:#f5a0be;
	padding-bottom:4px;
	font-weight:600;
	border-bottom:3px solid #f5a0be;
}



/*保管用倉庫で*/
.storage-title{
	font-size:25px;
	line-height:35px;
	margin:60px 0 0 0;
}
.storage-title-block{
	margin:0 0 30px 30px;
}
.storage-flex{
	display:flex;
	gap:10px;
	margin:0;
}
.storage-flex-direction{
	display:flex;
	gap:10px;
	flex-direction:row-reverse;
	margin:-20px 0;
}
.storage-p{
	width:200px;
}
.storage-flex div, .storage-flex-direction div{
	padding-top:50px;
}
.storage-flex div img, .storage-flex-direction div img{
	width:100px;
	margin-bottom:-15px;
}
.storage-flex div p, .storage-flex-direction div p{
	font-size:17px;
}


/*受け取り開始*/
.receiving-title{
	font-size:25px;
	text-align:center;
	line-height:30px;
	margin:30px 0 0 0;
}
.receiving-title span{
	font-size:20px;
}
.receiving-flex{
	display:flex;
	justify-content:center;
	gap:10px;
}
.receiving-flex div{
	text-align:center;
}
.receiving-flex i{
	font-size:50px;
	color:#caa85b;
}
.receiving-flex div p{
	font-size:23px;
	width:25vw;
	max-width:110px;
	height:25vw;
	max-height:110px;
	border:1px solid #caa85b;
	border-radius:100px;
	display:flex;
	justify-content:center;
	align-items:center;
	margin:-5px 0 8px 0;
}
.receiving-last-p{
	font-size:13px;
	width:290px;
	margin:0 auto;
}


/*ファー付きもOK*/
#fur{
	margin:50px 0 50px 0;
}
.fur-title-block{
	background-image:url("image/parts/fur_back.png");
	background-size:cover;
	padding:30px 20px 40px 20px;
	border-top-right-radius:20px;
	border-bottom-right-radius:20px;
	width:80vw;
	max-width:280px;
}
.fur-title{
    font-size:25px;	
    text-align:center;
    line-height:25px;
    border-bottom:1px solid black;
    margin :0 20px 10px;
    padding-bottom:10px;
}
.fur-title span{
	font-size:20px;
}
.fur-title-block ul{
	margin:0;
}
.fur-title-block li{
	font-size:13px;
	padding-top:10px;
	display:flex;
}
.fur-title-block li::before{
	content:"";
	display:inline-block;
	width:30px;
	height:30px;
	background-image:url("image/parts/check.png");
	background-size:contain;
	background-repeat:no-repeat;
}
#fur img{
	margin-top:-25px;
}


/*店頭に持ち込むだけ*/
#counter ul{
	width:330px;
	padding:0;
	margin:0 auto;
	margin-top:10px;
}
#counter li{
	font-size:14px;
	padding:12px 0 12px 12px;
	border-bottom:2px dotted #ddc289;
	display:flex;
	align-items;cenrer;
}
#counter li:nth-child(1)::before{
	content:"";
	display:inline-block;
	height:20px;
	width:20px;
	background-image:url(image/parts/1.png);
	background-repeat:no-repeat;
	background-size:contain;
	padding-right:5px;
}
#counter li:nth-child(2)::before{
	content:"";
	display:inline-block;
	height:20px;
	width:20px;
	background-image:url(image/parts/2.png);
	background-repeat:no-repeat;
	background-size:contain;
	padding-right:5px;
}
#counter li:nth-child(3)::before{
	content:"";
	display:inline-block;
	height:20px;
	width:20px;
	background-image:url(image/parts/3.png);
	background-repeat:no-repeat;
	background-size:contain;
	padding-right:5px;
}
#counter li:nth-child(4)::before{
	content:"";
	display:inline-block;
	height:20px;
	width:20px;
	background-image:url(image/parts/4.png);
	background-repeat:no-repeat;
	background-size:contain;
	padding-right:5px;
}
#counter li:nth-child(5)::before{
	content:"";
	display:inline-block;
	height:20px;
	width:20px;
	background-image:url(image/parts/5.png);
	background-repeat:no-repeat;
	background-size:contain;
	padding-right:5px;
}
.counter-title{
	width:300px;
	font-size:25px;
	margin:30px auto 10px;
	line-height:39px;
	font-weight:600;
}
.counter-title span{
	background: linear-gradient(
    to bottom,
    #aa8546,
    #caa85b,
    #caa85b,
    #aa8546
    );
    padding:4px 9px;
}



/*Q & A*/
.q-a-top-back{
	margin-bottom:-10px;
}
#q-a{
	text-align:center;
	background-color:#f0f0eb;
	padding:20px 0;
}
#q-a img{
	width:90px;
	height:auto;
	margin-bottom:6px;
}
.q-a-back{
	width:260px;
	margin:10px auto;
	background-color:white;
	padding:23px 25px;
	border-radius:7px;
	display:flex;
	flex-direction:column;
	gap:19px;
}
.q-a-block p{
	text-align:left;
	margin:0;
	letter-spacing:-0.7px;
}
.q-a-block .q{
	color:#a67c52;
	font-weight:700;
	padding-bottom:5px;
}
.q-a-block .a{
	display:flex;
}
.q-a-block .a::before{
	content:"A.";
	display:inline-block;

}



/*梅雨前の冬じまい*/
#warm-down{
	margin-top:20px;
}
.warm-down-block{
	background-image:url(image/photo/warm_down_2.png);
	background-size:60%;
	background-position:top right;
	background-repeat:no-repeat;
	margin-left:40px;
	padding-top:10px;
}
.warm-down-title{
    font-size:25px;
    font-weight:600;
    line-height:35px;
}
.warm-down-text{
	line-height:31px;
	font-size:13px;
}
#warm-down img{
	width:330px;
}




/*フッター*/
.go-top{
	text-align:center;
	background-color:#f0f0eb;
}
.go-top a{
	display:inline-block;
	background-color:#504946;
	padding:5px 20px;
	text-align:center;
	color:white;
	border-radius:5px 5px 0 0;
}
footer{
	border-top:1px solid #504946;
	text-align:center;
}
footer img{
	width:270px;
	margin-top:10px;
}
footer p{
	font-size:9px;
	text-align:left;
	display:inline-block;
	line-height:12px;
}
small{
	font-size:10px;
	color:white;
	background-color:#504946;
	display:block;
	text-align:center;
	padding:3px 0;
	margin-top:10px;
}
