@charset "utf-8";
/* CSS Document */
/*ポイント*/
#point{border-top:3px solid #00AAE7;}
.point-list {
margin-bottom:50px;	
display: flex;
justify-content: space-around;
flex-wrap: wrap;
background-color: #BEE0F4;
}


/*ポップアップここから*/
.popup_wrap input {
  display: none;
}

.popup_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

.popup_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

.popup_content {
  position: relative;
  align-self: center;
  width: 90%;
  max-width: 800px;
  padding: 30px 30px 15px;
  box-sizing: border-box;
  background: #fff;
  line-height: 1.4em;
  transition: 0.5s;
}

.close_btn {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 30px;
  cursor: pointer;
}

.popup_wrap input:checked ~ .popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

.open_btn {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
	text-align: center;
	font-size:16px;
  width: 200px;
  height: 200px;
  margin:10px auto;
  padding: 8px 16px;
  color: #FFF100;
  background:#55BEED;
  font-weight: bold;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  cursor: pointer;
  transition: .3s ease;

}
.open_btn:hover{
    background:#7BCAEF;
    color:#fbfb2c;
    transition: .3s ease;
}
/*ポップアップココまで*/


/*ナビ*/
.navi-list {
padding:0px 10px 80px;
margin-bottom:0px;	
display: flex;
justify-content: space-around;
flex-wrap: wrap;
background-color: #BEE0F4;
}
.navi__item {
  display: flex;
flex-direction: row;
  align-items: center;
 position: relative;
  width: 30%;
height: 80px;	
  background-color: #fff;
  box-shadow: rgba(0,0,0,0.2) 0 0 6px;
  border-radius: 4px;
  text-align: center;
  color: #111111;
  font-size: 16px;
  font-weight: bold;
}

.navi__item a {
  padding: 10px;
  position: relative;
  width: 100%;	
height:50px;	
  box-sizing: border-box;
	 color: #111111;
}
.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,#treats,#topping,#food,#last{background-color: #BEE0F4;
padding:50px 10px;
margin-bottom:0px;}

#reccomend{margin-top:30px;}
/*タイトル*/
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 5px 5px 5px;
	border:2px solid #00AAE7;
	box-sizing: border-box;
	letter-spacing: 1.2px;
	margin:-60px auto 30px;
}

h2:after {
  /*タブ*/
  position: absolute;
  font-weight:bold;
  content: 'fish';
  background: #00AAE7;
  color: #FFFF01;
  left: -2px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 10px;
  font-size: 14px;
  line-height: 1;
}

#point .headline07{ margin-bottom: 30px;
text-align: center;	
  padding-bottom:10px;
  border-bottom: 1px solid #11A2E3;
  color:#111111;
  font-size: 24px;
  font-weight: bold;}



.headline07{ margin-bottom: 30px;
  padding-bottom:10px;
  border-bottom: 1px solid #111111;
  color:#111111;
  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;}

/*オリジナル定型*/
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;border-radius:6px;}

.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_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: 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;}
.flex-content02__inner{background-color: #fff;}
.product-content03__img img{width:100%;}
.detail-btn02{background-color: #00AAE7;}
#last img{width:80%;}

@media print, screen and (max-width: 767px){
#point {
    border-top: 30px solid #00AAE7;
}
.open_btn {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 15px;
    width: 130px;
    height: 150px;
    margin: 10px auto;
    padding: 8px 16px;
    color: #FFF100;
    background: #55BEED;
    font-weight: bold;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    cursor: pointer;
    transition: .3s ease;
}
.col2 .col2_innner {
    position: relative;
   padding: 0 ;
    margin: 0 10px 35px 0;
    width: calc((100% - 10px) / 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;
}


}
