@charset "utf-8";
/* CSS Document */
/*ナビエリア*/
.pagelink-list{background-color: #FEF5E8;
	margin-bottom:0px;
padding-top:30px;	
padding-bottom:40px;}
/*タイトル*/
.title{
width:100%;		
font-size:25px;
font-weight:bold;	
text-align: center;
color:#222;	
margin-bottom:30px;
padding:10px 0;	
}
.title-image {
    margin-top: 50px;
    font-size: 26px;
    color: #333333;
    text-align: center;
    height: 95px;
    background-image: url(../img_at2025/leaf.png);
    background-repeat: no-repeat;
    background-position: 50% 5%;
    background-size: auto;
}
.headline02 {
    color: #444 !important;
    border-bottom: 2px solid #444;
}

.headline08 {
  margin-bottom:25px;
  padding-left: 10px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
	border-left: 8px solid #EC6E4D;
}

.title_h4 {
    font-size: 16px;
    margin-bottom: 15px;
    padding-left: 10px;
    border-left: 8px solid #fcc14b;
    color: #333;
}

.info-content__heading{margin:15px 0;}

/*商品エリア*/
.product-name{font-weight:bold;
font-size:14px;
margin-bottom:10px;}

.txt-s{font-size:13px;
color:#444;
line-height:1.6rem;}

.flex-content02__inner{background-color: #fff;}
/*オリジナル定型*/
ul.col1{
	display: flex;
	flex-direction: column;
	align-items:center;
	max-width:650px;
margin:0 auto;
	box-sizing: border-box;
}

.col1 .col1_innner{position: relative;
width:100%;
margin:0 auto 30px;	
padding-bottom:30px;	
box-sizing: border-box;	
}

.col1 .col1_innner img{
width:100%;
margin-bottom:15px;}

ul.col2{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	box-sizing: border-box;
}

.col1 .col1_innner .product-name {
    font-weight: bold;
    font-size: 16px;
    color: #555;
    margin-bottom: 10px;
}

.col2 .col2_innner{
position:relative;	
width:50%;
margin-bottom:15px;
padding:10px;	
box-sizing: border-box;	
}

.col2 .col2_innner img{width:100%;
margin-bottom:15px;}

.col1_innner .coin {
    position: absolute;
    top: -5px;
   left: -5px;
    z-index: 5;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    width: 75px;
    height: 75px;
    background-color:#EC6E4D;
    border-radius: 50%;
    align-items: center;
}


.col2_innner .coin {
    position: absolute;
    top: -5px;
   left: -5px;
    z-index: 5;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    width: 75px;
    height: 75px;
    background-color:#EC6E4D;
    border-radius: 50%;
    align-items: center;
}
.coin p {
    color: #fff;
    text-align: center;
    line-height: 1;
}



/*テーブル*/
.table-product__w100 {
    max-width: 180px;
}

/*動画*/
.youtube {
    display: block;
    margin: 0 auto 50px;
    box-sizing: border-box;
    max-width: 85%;
    aspect-ratio: 16 / 9;
}
/*装飾*/

/*タグ*/

.tag-wh {
  display: inline-block;
  padding: 4px 8px;
margin:10px 3px 8px;
  background: #fff;
border:1px solid #444;
  color: #333;
  font-size: 12px;
  line-height: 1;
}
.tag-gy {
  display: inline-block;
  padding: 4px 8px;
margin:10px 3px 0;
  background: #444;
  color: #fff;
  font-size: 12px;
  line-height: 1;
}
.tag-dog {
  display: inline-block;
  padding: 4px 8px;
margin:10px 3px 0;
  background: #ddeddd;
  color: #333;
  font-size: 12px;
  line-height: 1;
}
.tag-cat {
  display: inline-block;
  padding: 4px 8px;
margin:10px 3px 0;
  background: #CCA3C6;
  color: #333;
  font-size: 12px;
  line-height: 1;
}

/*画像を丸く*/
.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:#666666;}
.img-tag_orange {
  background: #eb6877;
}

.navi .tag{font-size: 12px;
    padding: 3px;}

/*背景*/
.content-box {
  margin-top: 20px;
  padding:20px;
  background-color: #fff;
  box-shadow: none;
  border-radius: 4px;
}
.bk_beige{padding:35px 15px;
background-color: #FEF5E8;
box-sizing: border-box;
}

.bk_beige_st{padding:35px 15px;
background-size: auto auto;
background-color: rgba(254, 245, 232, 1);
background-image: repeating-linear-gradient(45deg, transparent, transparent 15px, rgba(245, 233, 217, 1) 15px, rgba(245, 233, 217, 1) 17px );
box-sizing: border-box;
}

.bk_check{padding:30px 30px 20px 30px;
	background-image: url("img/bg-square002_7.gif");
	box-sizing: border-box;
	}


/*余白*/
.mb50{margin-bottom:50px;}
.mb80{margin-bottom:80px;}
.mb100{margin-bottom:100px;}
.p5{padding:0 20px;}
.top-img{margin-bottom:0!important;}
.product-content03 {
box-sizing: border-box;
}

@media print, screen and (max-width: 767px){
.title-image {
    margin-top: 50px;
    font-size: 26px;
    color: #333333;
    text-align: center;
    height: 95px;
    background-image: url(../img_at2025/leaf.png);
    background-repeat: no-repeat;
    background-position: 50% 30%;
    background-size: contain;
}

.title {
    font-size: 22px;}
.table-product {
    margin-top: 20px;
    display: block;
}

.p5{padding:0px;}

.col2_innner .coin {
width: 60px;
height: 60px;
}
}
