@charset "utf-8";
/* CSS Document */
/*タイトル*/
.comment-sho {
    position: relative;
    font-size: 14px;
    line-height: 1.8;
    padding: 20px 30px;
left:50%;
    display: inline-block;
    top: 0;
	  transform: translateX(-50%) rotateZ(0deg);
}
.comment-sho:before, .comment-sho:after {
    position: absolute;
    top: 0;
    content: '';
    width: 8px;
    height: 100%;
    display: inline-block;
}
.comment-sho:before {
    border-left: solid 2px #eb6100;
    border-top: solid 2px #eb6100;
    border-bottom: solid 2px #eb6100;
    left: 0;
}
.comment-sho:after {
    content: '';
    border-top: solid 2px #eb6100;
    border-right: solid 2px #eb6100;
    border-bottom: solid 2px #eb6100;
    right: 0;
}

/*ポイント*/
.point-list {
margin-bottom:50px;	
display: flex;
justify-content: space-around;
flex-wrap: wrap;

}

/*ナビ*/
.navi-list {
padding:0px 10px;
margin-bottom:0px;	
display: flex;
justify-content: space-around;
flex-wrap: wrap;
background-color:#E5F3DA;
}
.navi__item {
  display: flex;
flex-direction: row;
flex-wrap: nowrap;
  align-items: center;
 position: relative;
  width: 200px;
height: 200px;
	border-radius:50%;
  background-color: #fff;
  box-shadow: rgba(0,0,0,0.2) 0 0 6px;
  color: #111111;
  font-size: 16px;
  font-weight: bold;
}

.navi__item a {
    display: flex;
    padding: 0px;
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    color: #111111;
    justify-content: center;
    align-items: anchor-center;
}
.navi__item a::after {
  content: "";
  position: absolute;
  background: url(https://www.green-dog.com/assets/vendor/fonts/stylesheet/images/icon/gray/arrow.svg)no-repeat;
  width: 10px;
  height: 10px;
  right: 50%;
  top: 80%;
  transform: translateY(-50%) rotateZ(90deg);
}
#point,#molting,#bug,#last{background-color: #E5F3DA;
padding:50px 10px;
margin-bottom:0px;}

#bug{padding-bottom:30px;}
#last{margin-bottom:50px!important;}

#reccomend{margin-top:30px;}
/*タイトル*/
h1{margin-bottom:0px;}

h2 {
  position: relative;
width:90%;	
  color:#FFFFFF;
	  font-size: 23px;
  background: #2ba638;
text-align: center;	
  line-height: 1.4;
  padding:30px 20px;
  border-radius: 5px;
	box-sizing: border-box;
	letter-spacing: 1.2px;
	margin:-80px auto 30px;
}
.info-content{
	position: relative;}
.info-content:after {
  /*タブ*/
  position: absolute;
  font-weight:bold;
  content: 'こちらもおすすめ';
  background: #6eb659;
  color: #FFFFFF;
  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 #222222;
  color:#222222;
  font-size: 16px;
  font-weight: bold;}

.headline08 {
  margin-bottom: 30px;
  padding-left: 10px;
  border-left: 8px solid #6eb659;
  color: #222222;
  font-size: 14px;
  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;}

/*オリジナル定型*/
ul.col1{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width:100%;
	box-sizing: border-box;
}

.col1 .col1_innner{
max-width:80%;
margin:0 auto 30px;	
	text-align: center;
box-sizing: border-box;	
}

.flex-img{display: flex;width:100%;box-shadow: rgba(0,0,0,0.2) 0 0 6px;margin-bottom:15px;}
.flex-img img{width:50%;}

ul.col2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    box-sizing: border-box;
}

.col2 .col2_innner {
	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;border-radius:6px;box-shadow: rgba(0,0,0,0.2) 0 0 6px;}

.col2 .col2_innner:nth-child(2n) {
    margin-right: 0;}

/*吹き出し*/
.balloon1 {
  position: relative;
  display: inline-block;
  margin: 0 0 40px;
  padding: 20px;
  width: 90%;
  color: #111111;
	font-weight:bold;
  font-size: 16px;
  background: #d0e9bc;
	border-radius: 6px;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #d0e9bc;
}
.balloon1 .txt{color:#111;}

/*動画*/
.youtube {
    display: block;
    margin: 0 auto 30px;
    box-sizing: border-box;
    max-width: 85%;
    aspect-ratio: 16 / 9;
}
/*レイアウト*/
.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_yl{ display: inline-block;
  padding: 4px 8px;
margin:10px 3px 10px;
	background-color:#ffff00;
	color:#333333;
font-size: 12px;
	font-weight:bold;
  line-height: 1;}

.tag-wh {
  display: inline-block;
  padding: 3px 7px;
margin:10px 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:8px;
margin-bottom:10px;
  background:#6eb659;
  color: #FFFFFF;
  font-size: 14px;
	font-weight:bold;
border-radius:3px;	
  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;}
.flex-content02__inner{background-color: #fff;}
.product-content03__img img{width:100%;}
.detail-btn02{background: url(https://www.green-dog.com/assets/vendor/fonts/stylesheet/images/icon/white/arrow.svg) right 15px center / 10px no-repeat #eb6100;}
#last img{width:60%;}

@media print, screen and (max-width: 767px){
.navi__item {
  display: flex;
flex-direction: row;
flex-wrap: nowrap;
  align-items: center;
 position: relative;
  width:150px;
height:150px;
	border-radius:50%;
  background-color: #fff;
  box-shadow: rgba(0,0,0,0.2) 0 0 6px;
  color: #111111;
  font-size: 14px;
  font-weight: bold;
}
h2 {
font-size: 20px;}
.howto_innner {
    width: 100%;
}
.comment-sho {
    font-size: 14px;
    padding: 10px 20px;}
.col1 .col1_innner {
    max-width: 100%;}

.balloon1 {
    position: relative;
    display: inline-block;
    margin: 0 auto 30px;
    padding: 20px;
    width: auto;
    min-width:80%;}
    
.col2 .col2_innner {
    padding: 0 15px 0 0;
    margin: 0 auto 35px 0;
    width: calc((100% - 0px) / 2);
}

.col2 .col2_innner:nth-child(2n) {
    margin-right: 0;
    padding-right: 0;}
    
    
.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;
}


}
