@charset "utf-8";
/* CSS Document */
/*ブランドナビ*/
.navi-area{margin-top:50px;
margin-bottom:40px;}
.pb_navi {
    display: flex;
    justify-content: center;
	width:100%;
	margin-top:30px;
    padding: 10px 3px 0px;
	text-align:center;
	font-size:8px;
    box-sizing: border-box;
    background: #FFF;
}
.pb_navi img {
    width: 100%;
}



/*タイトル*/
.pb{color:#610e24;
font-size:18px;
font-weight:bold;}

.title-brand {
    width: 100%;
    font-size: 16px;
    color: #492513;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 30px;
    padding-bottom: 10px;
    border-bottom: 2px solid #492513;}

.title-food{width:100%;
text-align: center;
	padding:30px;
background-color:#ddeddd;
  color: #444;
  font-size: 20px;
  font-weight: bold;
margin-bottom:45px;
box-sizing: border-box;}

.title-food{
background-color:#ECD7E9;
  color: #333333
}

h3.headline02{
color: #444;
font-size:15px!important;	
margin-bottom: 15px;
font-weight: bold;
border-bottom:1px solid #444;}

.logo{width:200px;
margin:25px auto 10px;}



.title-image {
    font-size: 35px;
    color: #333;
    text-align: center;
    height: 100px;
    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: 20px;
  padding-left: 8px;
  border-left: 10px solid #C0E4F7;
  color: #444444;
  font-size: 14px;
  font-weight: bold;
}
.info-content__heading{color: #492513;}

.title_h4 {
    font-size: 16px;
    margin-bottom: 15px;
    padding-left: 10px;
    border-left: 8px solid #fcc14b;
    color: #333;
}

.number-lead__number {
background:#610e24;}

/*商品エリア*/
.product-name{font-weight:bold;
	color:#444444;
font-size:14px;
margin-bottom:10px;}

.product-name::before {
  margin-right: 5px;
  display: inline-block;
  content: "";
  background: url(https://www.green-dog.com/assets/vendor/fonts/stylesheet/images/icon/gray/arrow.svg) no-repeat;
  width: 10px;
  height: 10px;
}

.image-container img{
  object-fit: cover;
  width: 100%;/* 横幅の指定 */
  aspect-ratio: 2 / 1;/* ここにアスペクト比を入れる */ }

/*オリジナル定型*/

.shadow-box .col1{max-width:660px;}


.col2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    box-sizing: border-box;
}

.col2_inner {
    width: 48%;
    padding: 15px;
    margin-right: 2%;
    margin-bottom: 30px;
    border-radius: 6px;
    box-sizing: border-box;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 3px;
}

.col2 .col2_inner img{width:100%;
margin-bottom:10px;}

.col2_inner:nth-child(2n) {
    margin-right: 0px;
}

.vis {
    visibility: visible;
    box-shadow: rgba(0, 0, 0, 0) 0 0 0px;
}
/*装飾*/
.monitor__info {
    margin-left: 15px;
}
.product-content01__img {
    margin: 0 auto 30px;}
/*テーブル*/
.table-monitor__head{background-color:#D3EDFB;}
.table-monitor__data{background-color:#FFFFFF;}
.border-box{border:1px solid #C0E4F7;}
.product-content01{border:1px solid #C0E4F7;}

/*文字*/
.star{color:#edad02;font-size:16px;}
.star span{color:#d9d7d3;}



.item_center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.item_center_inner{width:90%;}
.item_center_inner .img100 {
    width:60%;
}

/*吹き出し*/

.balloon1 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #333333;
  font-size: 14px;
font-weight: bold;
  background-color:#D3EDFB;
	border-radius: 6px;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #D3EDFB;
}

.balloon1 p {
  margin: 0;
  padding: 0;
}


/*画像を丸く*/
.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;}
.content-top-btn::after {
    transform: rotateZ(90deg) translateX(-50%);
    width: 10px;
    height: 10px;
}
/*背景*/
.bk_lg{padding:45px 20px 20px;
background-size: auto auto;
background-color: rgba(211, 237, 251, 1);
background-image: repeating-linear-gradient(90deg, transparent, transparent 10px, rgba(192, 228, 247, 1) 10px, rgba(192, 228, 247, 1) 20px );
box-sizing: border-box;	
}


.bk_gy{padding:30px 20px;
background-color: #f0ece5;
box-sizing: border-box;
	
}

.bk_beige{padding:35px 15px;
background-color: #FEF5E8;
box-sizing: border-box;
}

.bk_paper {
    padding:20px;
    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 50px;
    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__img img{
    flex: 0 0 auto;
    width: 90px;
    height: auto;
}

@media print, screen and (max-width: 767px){}

