<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/*タイトル*/
h2.title{
color: #1f3034;
font-size:18px;	
            margin-bottom: 30px;
            padding-left: 5px ;
            font-weight: bold;}
h3.title{
color: #1f3034;
font-size:16px;	
margin-bottom: 15px;
            padding-left: 15px ;
            font-weight: bold;}

h4.headline02{
color: #1f3034;
font-size:15px!important;	
margin-bottom: 15px;
font-weight: bold;
border-bottom:2px solid #1f3034;}

.number-lead{
color: #1f3034;
font-size:16px;	
margin-bottom: 15px;
            padding-left: 15px ;
            font-weight: bold;}
.number-lead__number{background-color:#1f3034;}

.headline02{color:#222!important;}

.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%;
}


.title_h4 {
    font-size: 16px;
    margin-bottom: 15px;
    padding-left: 10px;
    border-left: 8px solid #fcc14b;
    color: #333;
}

/*商品エリア*/
.product-name{font-weight:bold;
	color:#FFFFFF;
font-size:16px;
margin-bottom:10px;}

.image-container img{
  object-fit: cover;
  width: 100%;/* 横幅の指定 */
  aspect-ratio: 4 / 3;/* ここにアスペクト比を入れる */ }

/*オリジナル定型*/

ul.col2{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	box-sizing: border-box;
}

.col2 .col2_innner{
width:50%;
margin-bottom:15px;
padding:10px;	
box-sizing: border-box;	
position: relative;	
}

.col2 .col2_innner img{width:100%;
margin-bottom:10px;}

.col2_innner .coin {
    position: absolute;
    top: -5px;
   left: -5px;
    z-index: 5;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    width: 80px;
    height:80px;
    background-color:#e9c232;
	color:#fff;
	font-size:35px;
	font-weight:bold;
    border-radius: 50%;
    align-items: center;
}



/*装飾*/
/*文字*/
.txt-wh{color:#FFF;
font-size:14px;
line-height: 1.6rem;}
.txt-bl{color: #1f3034;;
}




.item_center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.item_center_inner{width:85%;}



/*画像を丸く*/
.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_bl{
	display: inline-block;
    padding: 4px 8px;
    margin: 10px 3px 0;
 	background-color:#1f3034;
    color: #fff;
    font-size: 12px;
    line-height: 1;
	}
/*ボタン*/
.detail-btn01{
	 background: #b77951;
	 border:1px solid #b77951;
	 color: #f6f5f1;}


/*背景*/
.bk_gy{padding:30px 20px;
background-color: #f0ece5;
box-sizing: border-box;
	
}

.bk_beige{padding:35px 15px;
background-color: #FEF5E8;
box-sizing: border-box;
}



.youtube {
    display: block;
    margin: 0;
    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;}


@media print, screen and (max-width: 767px){

</pre></body></html>