@charset "utf-8";/*----------------------------------------------------
  ★coffee-beer
----------------------------------------------------*/
.wrap-cb{
    width:100%;
    overflow: hidden;
    color: #9C1D21;
    margin-bottom: 10%;
}
.wrap-cb .pankuzu{
    max-width: 1160px;
    margin: 20px auto;
    color: #000;
}
 .wrap-cb .pankuzu p{
        font-size: 14px;
    }
.wrap-cb .main-contents {
    max-width: 100vw;
    margin: 0;
}
.wrap-cb .max-width {
    
    margin: 0 auto;
}
.wrap-cb h3{
    font-size: 40px;
    line-height: 1.2;
    text-align: left;
    font-feature-settings: "palt";
    margin-bottom: 50px;
}
.wrap-cb .cb-products-title{
    padding-left: 35%;
}
.wrap-cb p{
    font-size: 20px;
}
.wrap-cb .cb-txt .cb-motomachi{
    line-height: 2.7;
}
.wrap-cb .cb-txt .cb-products{
    font-size: 30px;
    line-height: 1.8;
}
.wrap-cb .cb-txt .cb-creator{
    line-height: 1.8;
}
.wrap-cb .cb-txt .cb-concept{
    line-height: 1.8;
}
.wrap-cb .cb-special{
    line-height: 1.8;
}
.wrap-cb .cb-concept-img{
    margin: 100px 0;
}
.wrap-cb .cb-txt .name{
    font-size: 30px;
    margin-bottom: 25px;
}
.wrap-cb .cb-flex{
    display: flex;
    justify-content: space-between;
}
.wrap-cb .cb-flex.products, .wrap-cb .cb-flex.right.creator{
    align-items: flex-start;
    margin-bottom: 60px;
}
.wrap-cb .cb-flex.products:last-child, .wrap-cb .cb-flex.right.creator:last-child{
    margin-bottom: 0;
}
.wrap-cb .cb-flex.right{
    flex-direction: row-reverse;
}
.wrap-cb .cb-flex .cb-img{
    width: 30%;
}
.wrap-cb .cb-flex .cb-img img{
    max-width: 500px;
}
.wrap-cb .cb-flex .cb-txt{
    width: 65%;
}
.wrap-cb .cb-logo{
    width: 50%;
    margin: 50px auto;
}
.wrap-cb .cb-flex.products{
    color: #9C1D21;
}
@media screen and (max-width: 767px) {
    .wrap-cb .pankuzu{
        font-size: 12px;
    }
    .wrap-cb p{
        font-size: 15px;
    }
    .wrap-cb .cb-flex{
        display: block;
    }
    .wrap-cb .cb-flex .cb-img{
        width: 100% !important;
    }
    .wrap-cb .cb-flex .cb-txt{
         width: 100% !important;
    }
    .wrap-cb .max-width{
        margin: 20px;
    }
    .wrap-cb h3{
        font-size: 24px;
        margin: 20px 0;
    }
    .wrap-cb .cb-txt .cb-motomachi{
        line-height: 2.2;
        width:93% !important;
    	margin:0 auto !important;
        font-size:110%;
    }
    .wrap-cb .cb-products-title{
        padding: 0;
    }
    .wrap-cb .cb-txt .cb-products{
        font-size: 16px;
        line-height: 1.5;
        margin-top: 20px;
    }
    .wrap-cb .cb-txt .cb-creator{
        line-height: 2;
    }
    .wrap-cb .cb-concept-img{
        margin: 50px 0;
    }
    .wrap-cb .cb-txt .name{
        font-size: 20px;
        margin: 20px 0;
    }
    .wrap-cb .cb-logo{
        width: 80%;
        margin: 30px auto;
    }

}

.right {
     float: none !important;
}
.products {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); /* 自動調整 */
            gap: 10px; /* 間隔を設定 */
            margin-top:10%;
        }
 .syouhin {
            background-color: #f9f9f9;
            padding: 20px;
            text-align: left !important;
            align-items: center; /* 縦の中央揃え */
            justify-content: center; /* 横の中央揃え */
            min-height: 150px; /* 高さを統一 */
            flex-direction: column; /* 子要素を縦に並べる */
 }

.syouhin img {
    width: 100% !important; /* 画像を親要素の幅いっぱいにする */
    height: auto; /* 縦横比を維持 */
    margin: 5% auto; /* 画像とテキストの間に余白を作る */
}
.syouhin p {
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif!important;
    font-size:120%;
    color:#37716C;
    line-height:150%;
    margin-top:5%;
}

.buy-button {
            display: inline-block;
            padding: 12px 75px; /* ボタンの大きさ調整 */
            border: 1px solid #37716C; /* 枠線の色 */
            border-radius: 50px; /* 楕円形にする */
            font-size: 16px;
            color: #fff; /* 文字の色 */
            text-decoration: none !important; /* 下線を消す */
            text-align: center;
            transition: 0.3s ease-in-out;
            margin:5% auto;
            background-color: #37716C;
        }
.buy-button a {
            color: #ffffff !important; /* 文字の色 */
 }

.buy-button a:visited {
            color: #ffffff !important; /* 文字の色 */
 }

.syouhin a {
            color: #fff;  /* 文字の色 */
 }
        /* ホバー時のデザイン */
        .buy-button:hover {
            background-color: #fff;
            color: #37716C !important;
            text-decoration: none !important;
        }


.head{
font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif!important;
background-color: #9C2125;
padding:3%;
color: #fff !important;
font-weight:700;
font-size:120%;
text-align:center;
margin-top:20%;
}

.buttonf {

}

.buttonf a {
color:#fff;
}

.buy-button2 {
            display: inline-block;
            padding: 12px 200px; /* ボタンの大きさ調整 */
            border: 1px solid #37716C; /* 枠線の色 */
            border-radius: 50px; /* 楕円形にする */
            font-size: 19px;
            color: #fff; /* 文字の色 */
            text-decoration: none !important; /* 下線を消す */
            text-align: center;
            transition: 0.3s ease-in-out;
            margin:1% auto 2%;
            background-color: #37716C;
            font-weight:500;
        }
.buy-button2 a {
            color: #ffffff !important; /* 文字の色 */
 }

.buy-button2 a:visited {
            color: #ffffff !important; /* 文字の色 */
 }
.br-sp {
        display: none; /* PCでは改行を消す */
 }
@media screen and (max-width: 480px) {
 .br-sp {
        display: block; /* スマホではブロック要素にして改行 */
    }
}

.wrap-cb {
    text-align:center;
    letter-spacing: 0;
    padding-bottom: 80px;
}
.wrap-cb h2{
    margin:0 auto;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif!important;
    font-size:3em;
    font-weight:700;
    color:#37716C;
    line-height:150%;
    }
.wrap-cb h3{
    margin:10px auto !important;
    text-align:center !important;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif!important;
    font-size:1.8em;
    font-weight:700;
    color:#37716C;
    line-height:150%;
    }

.midashi{
    margin:5% auto 0;
    }
    
.cb-txt  { 
color:#37716C; 
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif!important;
  width: 50% !important; /* ←ここで調整！ */
  padding-right: 20px;
  box-sizing: border-box;
}
    
.wide-text {
  width: 80% !important;
  padding-right: 0;
  margin: 0 auto;
}


.wrap-cb .cb-flex .cb-txt {
    width:50%;
    }
.wrap-cb .cb-flex .cb-img {
 width:50%;
    }
    
.cb-products-title { 
color:#c95701;
    
}

.cb-products{ 
margin-top:20px;
    font-size:25px !important;
}
.cb-concept{
    margin-top:1%;
    }    
.wrap-cb .cb-txt .cb-motomachi {
    line-height:180% !important;
    text-align: left;
    }

.wrap-cb .max-width {
    max-width:1088px;
    margin:0 auto;
  }  
.wrap-cb{
margin-bottom:0 !important;
}
    
.orange{
  background:#c95701;
  margin:4% 0 0;
  color:#ffffff;
  font-size:140%;
  padding:1%;
  font-weight:600;
  width: fit-content;
}

.orange a.link-blue {
  color: #2E65B9 !important;
}

.cb-flex{
    margin:5% auto 10%;
    }
    
.cb-special{
  color:#c95701;  
    }
    
       .cb-special2{
    line-height:1.8;
    font-size:20px;
    color:#2E65B9;
}
    
    .cb-flex right{
    margin-bottom:5%;
    }

#footerWrap {
    display:none;
    }
    

    
    /* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}
    
    
@media screen and (max-width: 480px) {
.orange{
   background:#c95701;
  margin:3% 0 0;
  color:#ffffff;
  font-size:120%;
  padding:1%;
  font-weight:600;
  width: fit-content;
    }
    
.cb-products{ 
margin-top:20px;
    font-size:23px !important;
}
  
.wrap-cb .cb-flex .cb-txt {
    width:100% !important;
    }
.wrap-cb .cb-flex .cb-img {
 width:100% !important;
    }

 .wrap-cb .cb-txt .cb-motomachi {
    line-height:180% !important;
    width:93% !important;
    margin:5% auto !important;
    }
    
     .cb-txt.wide-text {
    width: 100% !important;
  }
.buy-button {
font-size:14px !important;
    }
}