@charset "utf-8";
/* CSS Document */
/*ナビ*/
.navi-area h2{font-size:18px;
font-weight:bold;
text-align: center;	
padding-bottom:20px;
border-bottom:2px #444 solid;}
.navi-area{margin-top:50px;
margin-bottom:40px;
padding:5px;}
.pb_navi {
    display: flex;
    justify-content: center;
	width:100%;
    padding: 10px 3px 0px;
	text-align:center;
	font-size:10px;
    box-sizing: border-box;
    background: #FFF;
}
.pb_navi img {
    width: 100%;
}



/*タイトル*/
.title-cate {
    width: 100%;
    font-size: 30px;
    color: #444444;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 50px;
}
.logo{width:200px;
margin:25px auto 10px;}

.title-image {
    font-size: 15px;
    color: #444444;
    text-align: center;
    height: 30px;
    background-image: url(../img/leaf.png);
    background-repeat: no-repeat;
    background-position: 50% 5%;
}
.headline03{background-color:#FBD3DA;color:#444444;margin-bottom:30px;}

.headline08 {
  margin-bottom: 35px;
  padding-left: 8px;
  border-left: 10px solid #998B80;
  color: #444444;
  font-size: 18px;
  font-weight: bold;
}
.number-lead__number {
background:#610e24;}

/*商品エリア*/
.info-content {display: flex;
flex-direction: row;
		align-items: center;}
.info-content__img{width:250px;}
  .info-content__box {
    display: flex;
    flex-direction: column;
    width: calc(100% - 260px);
  }
.info-content__img img{width:100%;}
.info-content__heading{font-size:15px;}
hr{margin:40px 0;}
/*装飾*/

.balloon1-left {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 1.5rem;
    padding: 16px;
    width: 90%;
    min-height: 80px;
    color: #333;
    font-size: 14px;
    background: #f4f2f0;
    border-radius: 6px;
}

.balloon1-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #f4f2f0;
}

.balloon1-left p {
  margin: 0;
  padding: 0;
}


/*メモ*/
.memo {background-color: #ffffff;
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), /* 点線1の色 */
 linear-gradient(180deg, #ccc 1px, transparent 1px); /* 点線2の色と太さ */
  background-size: 8px 100%, /* 点線1のサイズ */
                   100% 2.5em; /* 点線2のサイズ */
  line-height: 2.5em; /* 文字の高さ */
  padding-bottom:1px; /* 最終行の下にも罫線を引く */
}

/*文字*/

.item_center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.item_center_inner{width:95%;}
.item_center_inner .img100 {
    width:80%;
}




/*画像を丸く*/
.circle{border-radius:50%;}
.kadomaru{border-radius:5px;}

/*シャドウ*/
.shadow{box-shadow: rgba(0,0,0,0.2) 0 0 6px;}

/*枠*/
.border-box-wh{border:1px solid #fff;
	padding:20px;
	border-radius:5px;
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;
	border-radius:3px;
}
.tag-cat {
    display: inline-block;
    padding: 4px 8px;
    margin: 10px 3px 0;
    background: #610e24;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 1;
	border-radius:3px;
}
.tag-wh {
    display: inline-block;
    padding: 4px 8px;
    margin: 10px 3px 0;
    background: #fff;
    color: #444;
	border:1px solid #555555;
    font-size: 12px;
    line-height: 1;
	border-radius:3px;
}
.tag-br {
    display: inline-block;
    padding: 4px 8px;
    margin: 10px 3px 0;
    background:#492513;
    color: #FFFFFF;
	border:1px solid #492513;
    font-size: 12px;
    line-height: 1;
	border-radius:3px;
}

/*ボタン*/
.detail-btn02 {
    width: 300px;
	font-size: 13px;
	background: url(/assets/vendor/fonts/stylesheet/images/icon/white/arrow.svg) right 15px center / 10px no-repeat #7a6c62;}
	
	
.content-top-btn::after {
    transform: rotateZ(90deg) translateX(-50%);
    width: 10px;
    height: 10px;
}
/*背景*/
.bk_lg{padding:45px 20px 20px;
background-color: #F4F2F0;
box-sizing: border-box;	
}


.bk_gy{padding:30px 20px;
background-color: #D9CBC0;
box-sizing: border-box;	
} 

.bk_beige{padding:35px 15px;
background-color: #ede8e3;
box-sizing: border-box;
}

.bk_beige .shadow-box{margin-bottom:0px;
padding:30px 15px 15px;}

.bk_paper {
    padding: 30px 30px 20px 30px;
    background-image: url(../img/paper.png);
    box-sizing: border-box;
}
.shadow-box{background-color: #fff;
border-radius:6px;
padding:15px;	
box-shadow: rgba(0,0,0,0.2) 0 0 6px;
box-sizing: border-box;	
margin-bottom: 30px;	
}

.youtube {
    display: block;
    margin: 0 auto 35px;
    box-sizing: border-box;
    max-width: 100%;
    aspect-ratio: 16 / 9;
}

/*余白*/
.mb50{margin-bottom:50px;}
.mb80{margin-bottom:80px;}
.mb100{margin-bottom:100px;}
.p5{padding:0 5px;}
.top-img{margin-bottom:0!important;}
.monitor{margin-bottom:35px;}
.monitor__img{text-align: center;}
.monitor__img img{
    flex: 0 0 auto;
    width: 100px;
    height: auto;
	border-radius: 50%;
}
.monitor__info{margin-left:15px;width:100%;}
hr{margin-bottom:80px;}
@media print, screen and (max-width: 767px){
.title-cate {
    margin: 0 auto 30px;
}
.headline08 {
    font-size: 16px;
}
.monitor__info {
    margin-left: 0px;
    width: 100%;
}
.balloon1-left {

    width: 70%;
    min-height: 80px;

}
.info-content {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.info-content__box {
    display: flex;
    flex-direction: column;
    width: calc(100% - 0px);
}
}

