@charset "utf-8";
/* CSS Document */

/*タイトル*/
.headline03 {
  margin-bottom: 35px;
  padding: 20px 10px;
  background-color:#005E32;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75;
}
.title-bg03 {
    margin-bottom: 35px;
    padding: 15px 10px;
    background-color: #d31d1c;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.75;
}

/*商品レイアウト*/
.col1 {
    position: relative;
}
.col1 .txt{font-size:13px;}
.col1 .image-coin {
position: absolute;
    left: 15px;
    top: 100px;
    z-index: 10;
    width: 200px;
}
.image-coin img{width:100%;}

ul.col2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    box-sizing: border-box;
}
.col2 .col2_innner {
    flex-basis: 50%;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.innner_img{padding: 10px;
    margin-bottom: 15px;}


.col2_innner .txt{font-size:13px;}

/*中身画像*/
.image-grid {
  display: grid; /* グリッドコンテナとして定義 */
  grid-template-columns: repeat(5,1fr); /* 1fr幅で5列作成 */
  gap: 10px; /* 画像間の隙間（ギャップ）を設定 */
}

.image-grid img {
  width: 100%; /* 親要素 (グリッドセル) の幅に合わせる */
  height: auto; /* 縦横比を維持 */
  display: block;
}

/*商品名*/
.h2title_sho {
    font-size: 14px;
    color: #d61518;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}
#happybag .h2title_sho {
	font-size: 30px;}

#okayu .h2title_sho {
	font-size: 18px;}


.consultation-form__lead {
    margin-bottom: 20px;}



/*ボタン*/
.detail__btn {
    position: relative;
    display: flex;
    margin: 0 auto 30px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 50px;
    border: 0;
    border-radius: 25px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 3px 6px;
    background-color: #fff;
    color: #555;
    font-size: 12px;
    font-weight: bold;
}

.detail-btn02 {
    max-width: 200px;
    width: 100%;
    background-color: #e9ce29;
    color: #d61518;
    height: 50px;
    border-radius: 25px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 3px 6px;
}

.col1 .detail-btn02 {
    max-width: 350px;
    width: 100%;
    background-color: #e9ce29;
    color: #d61518;
    height: 80px;
    border-radius: 40px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 3px 6px;
}



/*装飾*/
.border-box{position: relative;padding:60px 20px 20px;}
.border-box .no{position: absolute;
left:50%;
top:0px;
	   -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}
.table-monitor__head{background-color: #fff;}

/*画像を丸く*/
.circle{border-radius:50%;}
.kadomaru{border-radius:5px;}

/*シャドウ*/
.shadow{box-shadow: rgba(0,0,0,0.2) 0 0 6px;}

/*タグ*/
.tag {
    padding: 5px;
    margin-bottom: 5px;
    display: inline-block;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    line-height: 1;
    max-width: 330px;
    z-index: 1;
}

.tag_red{background-color:#d15945;}
.tag_green{background-color:#2BA638;}
.tag_blue{background-color:#0075bf;}
.tag_gray{background-color:#555555;}
.img-tag_orange {
  background: #eb6100;
}
/*数量限定*/
.tag-wh {
    display: inline-block;
    padding:6px;
    margin-bottom:15px;
    background: #eee;
    color: #D90110;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
}

/*背景*/
.bk_beige{padding:30px 15px;
background-color: #FEF5E8;
box-sizing: border-box;
}

.bk_gray{padding:30px 20px;
background-color: #F8F8F5;
box-sizing: border-box;
}



/*余白*/
.mb50{margin-bottom:50px;}
.mb80{margin-bottom:80px;}
.mb100{margin-bottom:100px;}

.item_center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.item_center_inner {
    width: 85%;
}
.item_center_inner p{line-height: 1.6rem;font-size:14px;color:#333;}


@media print, screen and (max-width: 767px){
#happybag .h2title_sho {
	font-size: 22px;}


}
