/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP|Noto+Serif+JP:200,400&display=swap');


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.PC { display: block !important; }
.SP { display: none !important; }

html{
    scroll-behavior: smooth;
}

h1,h2,h3,h4,h5,h6{
	font-size:100%;
}

*{
	margin:0px;
	padding:0px;
}

img{
	vertical-align:bottom;
	max-width:100%;
	height: auto;
}

a{
	text-decoration: none;
    color:#363636;
}


a:hover img{
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
}

hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}


body{
	font-family:'Noto Serif JP','Noto Sans JP', 'Lato',  'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', serif, sans-serif;
	font-size:20px;
	color:#363636;
	font-weight:100;
	line-height:160%;
}

.marker{
background: linear-gradient(transparent 50%, #ffffcc 0%);
}


/*　右下ページトップに戻るボタン　*/

#page-top a{
    position: fixed;
    bottom: 20px;
    right: 20px;
	font-size:2.0em;
	z-index: 6;
	color:#666666;
	font-weight: 900;
}

#page-top a:hover{
	z-index: 6;
	color:#cccc00;
	transition: 0s;
}

/*　ヘッダーコンテンツ　*/

.header{
	max-width:auto;
	margin:0 auto;
	font-size:1.0em;
}

.logo{
	text-align: center;
	margin:10px auto;
}

.logo img{
	height:40px;
}

.top-massage{
	text-align:center;
	margin:50px auto;
	padding:10px;
    font-size:1.4em;
    line-height:2.3em;
}

.top-massage p{
	padding:20px;
}

.massage{
	background:rgba(96,213,179,0.1);
	text-align:center;
	margin:50px auto;
	padding:10px;
}

.massage p{
	padding:20px;
	border:1px solid #93e2c2;
}



/*　メインコンテンツ　*/
.main{
	text-align: center;
	max-width:100%;
	margin:0 auto;
	padding:20px 0;
}

.main .img > img{
	width:100px;
}

.main img{
    width:100%;
}

h2{
	max-width:960px;
	padding:10px 0;
	margin:0 auto;
	text-align:center;
	font-size:1.8rem;
	font-weight:200;
}

/*商品紹介コンテンツ*/

section{
     max-width:960px;
    margin:150px auto;
}


h3{
	max-width:100%;
	padding: 5% 0;
	margin:0 5% 5%;
	text-align:center;
	font-size:1.5rem;
	font-weight:300;
    background-color:rgba(173,228,253,0.8);
    background-blend-mode:soft-light;
}

h3 div{
    padding: 3%;
    background-color:rgba(255,255,255,0.9);
}

.ro-obi{
    background-image:url("img/obi/natuobi-ro02.jpg");
    background-size:cover;
}

.sya-obi{
    background-image:url("img/obi/natuobi-sya02.jpg");
    background-size:cover;
}

.ra-obi{
    background-image:url("img/obi/natuobi-ra02.jpg");
    background-size:cover;
}

.asa-obi{
    background-image:url("img/obi/natuobi-asa02.jpg");
    background-size:cover;
}

.hakata-obi{
    background-image:url("img/obi/natuobi-hakata02.jpg");
    background-size:cover;
}

.all-kenjo{
    background-image:url("img/obi/natuobi-kenjo02.jpg");
    background-size:cover;
}

.all-hanhaba{
    background-image:url("img/obi/natuobi-hanhaba02.jpg");
    background-size:cover;
}

.detail1{
    max-width:100%;
    margin:0 10% 5%;
    display: -webkit-flex;
    display: flex;
    justify-content:center;
align-items:center;
}

.detail1 .image{
    width:42%;
}

.detail1 .coment{
    width:58%;
    text-align:left;
    padding:0 2%;
}

 .image-up{
    width:80%;
    margin:0 auto;
}

/*もっとみるボタン*/

.more-button{
    width:60%;
    font-size:1.5em;
    color:#fff;
    margin:5% auto;
    padding:2% 3%;
    border-radius:10px;
}

.more-button i{
    vertical-align: top;
    font-size:0.8em;
    margin: 0 2%;
    padding-top: 6px;
}

.blue-back{
    background:rgba(68,142,193,1.00);
}




/*フッターコンテンツ*/

footer .copy{
	text-align: center;
	color: #838383;
	margin-top:20px;
	margin-bottom:20px;
	font-size:0.7em;
}

.category{
	margin: 100px 0 15%;
}


/*カテゴリリストボタン*/
.list{
	max-width:960px;
	margin:15px auto 10%;
	padding:0;
}

.list ul{
	width:100%;
	text-align: center;

}


.list li{
	display:inline-block;
	margin:10px 0px;
	padding:2%;
    width : 28% ;
}

div.circle{
    position: relative;
    margin: 0 auto;
    text-align: center;
    width:100%;
}

div.circle a img{
    border-radius: 50%;
    -ms-transition-duration: 0.2s;
    transition-duration : 0.2s;
    }
 
div.circle a:hover img{
    border-radius: 0%;
    opacity: 0.8;
    }

div.circle span{
    width:100%;
    position:absolute;
    top:45%;
    display: block;
    background-color:rgba(255,255,255,0.9);
    font-size:1.3em;
    padding:2% 0;
}

/* -----------------------  PC表示の指定　*/

@media only screen and (min-width: 830px) {
    
/*--------- セール看板 ---------*/
	
h1{
	text-align:center;
	background-image: url("img/top.jpg");
    background-size:cover;
	background-repeat: no-repeat;
	background-position:50% 50%;
	max-width:100%;
	height:430px;
	/*background:#36c2b5;*/
	margin-bottom:5%;
}
    
}


/* -----------------------  タブレット表示の指定　*/

@media only screen and (max-width: 829px) and (min-width:451px){

	body{
		font-size:1.3em;
	}
    
/*--------- セール看板 ---------*/
	
h1{
	text-align:center;
	background-image: url("img/top-sp.jpg");
    background-size:100%;
	background-repeat: no-repeat;
	background-position:50% 50%;
	max-width:100%;
	height:700px;
	/*background:#36c2b5;*/
	margin-bottom:5%;
}
	
}