@charset "utf-8";
/* CSS Document */
/*ナビ*/
    .slide-menu {
        margin: 0;
        padding: 35px 15px 30px;
        background-color:#a7c9ec;
        font-weight:bold;
        box-shadow: none;
        border-radius: 0;
    }
    
#hairloss,#smell,#humid,#chokatsu,#tick,#last{background-color: #a7c9ec;
padding:80px 10px 50px;
margin-bottom:0px;}


/*タイトル*/
h1{margin-bottom:0px;}

h2 {
    position: relative;
    width: 90%;
    color: #111111;
    font-size: 23px;
    background: #FFFFFF;
    text-align: center;
    line-height: 1.4;
    padding: 30px 20px;
    border-radius: 0 45px 45px 45px;
    border: 1.6px solid #111111;
    box-sizing: border-box;
    letter-spacing: 1.2px;
    margin: -60px auto 30px;
}
h2:after {
    position: absolute;
    font-weight: bold;
    content: '\Worries';
    color: #111111;
    left: -2px;
    bottom: 100%;
    border-radius: 5px 5px 0 0;
    padding: 10px;
    font-size: 14px;
    line-height: 1;
}
.headline07{ margin-bottom: 30px;
  padding-bottom:10px;
  border-bottom: 1px solid #2196F3;
  color:#0175C0;
  font-size: 16px;
  font-weight: bold;}

.headline08 {
  margin-bottom: 15px;
  padding-left: 10px;
  border-left: 8px solid #2196F3;
  color: #444;
  font-size: 16px;
  font-weight: bold;
}

/*商品エリア*/
.product-name{font-weight:bold;
font-size:14px;
color:#111111;	
margin-bottom:10px;}
.product-txt{
	text-align: left;
font-size:12px;
color:#444444;	
line-height: 1.4rem;}

.detail-btn02 {
    margin: 20px auto 0;
    display: flex;
    justify-content: center;
    border-radius: 25px;
    align-items: center;
    box-sizing: border-box;
    max-width: 210px;
    width: 100%;
    height: 50px;
    color: #111;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    background: url(/assets/vendor/fonts/stylesheet/images/icon/gray/arrow.svg) right 15px center / 10px no-repeat #f3ec2d;
}

/*オリジナル定型*/
ul.col1{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width:100%;
margin:0 auto;
	box-sizing: border-box;
}

.col1 .col1_innner{
max-width:100%;
margin:0 auto 30px;	
	text-align: center;
box-sizing: border-box;	
}

.col1_innner img{max-width:100%;border-radius:5px;}

ul.col2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    box-sizing: border-box;
}

.col2 .col2_innner {position: relative;
	padding:0 15px;
    margin: 0 15px 35px 0;
    width: calc((100% - 15px)/2);
	text-align: center;
    box-sizing: border-box;}

.col2 .col2_innner img{width:90%;margin-bottom:15px;}

.col2 .col2_innner:nth-child(2n) {
    margin-right: 0;}



/*レイアウト*/
.howto {
    display: flex;
    align-items: center;
    justify-content: center;
}
.howto_innner {
    width: 90%;
}

/*画像を丸く*/
.circle{border-radius:50%;}
.kadomaru{border-radius:5px;}

/*シャドウ*/
.shadow{box-shadow: rgba(0,0,0,0.2) 0 0 6px;}

/*文字*/
.txt-wh{color:#FFFFFF;}

/*タグ*/

.tag_blue{ display: inline-block;
  padding: 4px 8px;
margin:auto 3px 10px;
	background-color:#85CAF3;
	color:#FFFFFF;
font-size: 12px;
	font-weight:bold;
  line-height: 1;}

.tag-wh {
  display: inline-block;
  padding: 3px 7px;
margin:auto 3px 10px;
  background:ffffff;
  color:#444444;
  font-size: 12px;
	font-weight:bold;
  line-height: 1;
	border:1px solid #333;
	box-sizing: border-box;
}
.tag-dog {
  display: inline-block;
  padding: 4px 8px;
margin:10px 3px 0;
  background:#439D42;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 1;
}
.tag-cat {
  display: inline-block;
  padding: 4px 8px;
margin:10px 3px 0;
  background:#772D46;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 1;
}

/*背景*/
.bk_blue{backgroungd:#9FD4F3;
padding:30px 15px;}


.bk_beige{padding:20px;
background-color: #f5f2df;
box-sizing: border-box;
}

.bk_wh{
position:relative;
padding:20px;
margin-top:30px;	
background-color: #FFFFFF;
box-sizing: border-box;
}

.bk_wood{padding:30px 30px 20px 30px;
	background-image: url("../img/bk_wood.png");
	box-sizing: border-box;
	}


/*余白*/
.mb50{margin-bottom:50px;}
.mb80{margin-bottom:80px;}
.mb100{margin-bottom:100px;}
.p5{padding:0 5px;}

/*調整*/
.content-box{padding:30px 20px;}
.product-content01{border:none;}
.monitor {

    margin-bottom: 20px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    border-bottom: 1.5px solid #111;
    border-top: 1.5px solid #111;
    padding: 15px 0;
}

.monitor__img {
  width: 150px;
	margin-bottom: 0px;
}
.monitor__img img{width:100%;border-radius:6px;}
.monitor__info {
  margin-left: 15px;
}
.flex-content02__inner{background-color: #fff;}
.product-content03__img img{width:100%;}



@media print, screen and (max-width: 767px){
.slide-menu__tit {
    background-color: white;}
    

h2 {
    position: relative;
    width: 90%;
    color: #111111;
    font-size: 23px;
    background: #FFFFFF;
    text-align: center;
    line-height: 1.4;
    padding: 30px 20px;
    border-radius: 0 45px 45px 45px;
    border: 1.6px solid #111111;
    box-sizing: border-box;
    letter-spacing: 1.2px;
    margin: -60px auto 30px;
}

.col2 .col2_innner {
    position: relative;
    padding: 0;
    margin: 0 15px 35px 0;
    width: calc((100% - 15px) / 2);
    text-align: center;
    box-sizing: border-box;
}
.product {
    display: flex;
    justify-content: center;
    width: 320px;
    margin: 0 auto 30px;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.product img {
width: fit-content;
    height: 200px;
    object-fit: cover;
}
.monitor__img {
    width: 120px;
}
.detail-btn02
 {
    margin: 20px auto 0;
    display: flex;
    justify-content: center;
    border-radius: 25px;
    align-items: center;
    box-sizing: border-box;
    max-width: 210px;
    width: 100%;
    height: 50px;
    color: #111;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    background: url(/assets/vendor/fonts/stylesheet/images/icon/gray/arrow.svg) right 8px center / 10px no-repeat #f3ec2d;
}

}
