/*--------------------------------------------------
 *Google Fonts 読み込み*
 -------------------------------------------------*/

@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

/*--------------------------------------------------
 *リセット*
 -------------------------------------------------*/
body{
 text-align:left!important;
}
html, body, div, span, h1, h2, h3, h4, h5, h6, p,dd,dt,dl,
a, ul, li,figure, figcaption, footer, header, hgroup
{
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
}

/*--------------------------------------------------
 *共通設定*
 -------------------------------------------------*/
.small{
  font-size: 63%;
}

body .seasons {
  color: #333333;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  background-color: #ffffff;
}

.seasons a img:hover{
  opacity: 0.8;/*全般ブラウザ用50%*/
  filter: alpha(opacity=80);/*IE向け記述透明度50％*/
}

.clearfix {
  overflow: hidden;
  *zoom: 1;
}

.col_title{
  color:#0d90cb;
  /*font-weight: bold;*/
}

.col_price{
  color: #ff0000;
}

.seasons_kome{
    font-size: 0.95em;
    line-height: 1.4;
    padding: 1% 0 0 2%;
    margin: 0;
    text-align: center;
    color: #333333;
}

.seasons_kome a{
  color: #333333;
  padding: 3% 0;
  display: block;
  text-decoration: underline;
  text-align: right;
}


.attention{
  font-size: 0.95em;
}

.attention li{
  padding-left: 1em;
  text-indent: -1em;
}

.bg-brown {
    background-color: #a76f49;
}

.bg-gray {
  background-color: #886f66;
}

@media only screen and (max-width: 1200px) {
  .seasons_kome,.attention{
  font-size: 0.7em;
  }
}

@media only screen and (max-width: 991px) {
  .seasons_kome,.attention{
  font-size: 1.8vw;
  }
}

/* 価格改定　~2022.03.31 */
.kakaku_flag{
  position: absolute;
  top: -30px;
  left: -20px;
}
.kakaku_flag img{
  width: 90%;
}
.kakaku_flag:before{
  position: absolute;
  bottom: -14px;
  left: 0;
  content: "";
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #c12f7f;
}
.otamesi_all{
  margin-top: 4%;
}

.kakaku_link{
  color: #a04b20;
  text-decoration: underline;
  margin-left: 5rem;
  display: inline-block;
  position: absolute;
  bottom: -80px;
  z-index: 999;
}
.kakaku_link:hover{
  opacity: 0.8;
  transition: .4s;
}
@media only screen and (max-width: 1200px) {
  .kakaku_link{
    bottom: -65px;
    margin-left: 2rem;
  }
}
@media only screen and (max-width: 991px) {
  .kakaku_flag{
    width: 90%;
    position: absolute;
    top: -20px;
    left: -10px;
  }
  .kakaku_flag img{
    width: 100%;
  }
  .kakaku_flag:before{
    position: absolute;
    bottom: -9px;
    left: 0;
    content: "";
    border: none;
    border-bottom: solid 10px transparent;
    border-right: solid 10px #c12f7f;
  }
  .kakaku_link{
    bottom: -30px;
    font-size: 0.9rem;
    margin-left: 0.5rem;
    }
}
/* /価格改定　~2022.03.31 */
/*sp*/
@media only screen and (max-width: 576px) {
  .seasons_kome{
    font-size: 3vw;
      line-height: 1.4;
      padding: 1% 0 2%;
      text-align: left;
  }

  .seasons_kome a{
    text-align: left;
    padding: 0% 0 2%;
  }

  .attention{
    font-size: 3vw;
  }
  
}


/*------------------------ PCとSPで出し分ける-----------------------*/
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.bai_pc { display: block !important; }
.bai_sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 991px) {
.bai_pc { display: none !important; }
.bai_sp { display: block !important; }
}


/*PCだけ改行しない*/
.br-pc { display:none; }
/*spだけ改行しない*/
.br-sp { display:inline; }

/*spだけ改行しない*/
@media only screen and (max-width: 991px) {
.br-pc { display:inline; }
.br-sp { display:none; }
}

/*320以下で改行*/
.br_sp_m{ display: none; }
@media only screen and (max-width: 576px) {
.br_sp_m{ display: inline; }
}

/*320以下で改行*/
.br_sp_s{ display: none; }
@media only screen and (max-width: 320px) {
.br_sp_s{ display: inline; }
}


/*---------------------------------------
logomark
---------------------------------------*/
.navbar {
  padding: 5px 0;
  margin-bottom: 0;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow: hidden;
}
.navbar .navbar-brand {
  float: left;
  padding: 10px 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
.navbar .navbar-brand a:hover{
  opacity: 0.5 ;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
.navbar .navbar-brand img {
  max-width: 110px;
}
@media only screen and (max-width: 991px) {
.navbar .navbar-brand { padding: 0 0 0 2%; }
}


/*--------------------------------------------------
 *ヘッダ・フッタ*
 -------------------------------------------------*/
 /*-------------------フッター表示------------------------*/
 /*spから*/
 #sp_footer {display: inline;}
 #footer_tk {display: none;}

 #footer_pc_common {
 	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif !important;
 }
 .footer_ltxt_n {font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif !important;}

 /* pc　910px以上 */
 @media only screen and (min-width: 910px), print {
 #sp_footer {display: none;}
 #footer_tk {display: inline;}
 }
 /* pc　910px以上 end */
 /*-------------------フッター表示 end------------------------*/

/*--- メインビジュアル---*/
 #main-header {
    width: 100%;
    height: auto;
    max-height: 750px;
    background: url(images_sum/seasons_main_2024.jpg) no-repeat;
    background-position: center bottom;
    background-size: cover;
    position: relative;
    z-index: 1;
 }

#main-header h1{
  padding-top:35px;
  padding-left:7%;
  width: 65%;
  max-width: 1000px;
  margin: 0;
  height: auto;
}
#main-header h1 .ttl {
  width: 100%;
}

#main-header .houzai {
  padding-top:50px;
  margin-bottom:-30px;
  width:100%;
  position:relative;
  display: block;
  height: auto;
  margin-top:auto;
  right:4%;
}

.houzai img{
  width:28%;
  max-width: 400px;
  height: auto;
  margin-left:auto;
}


 #main-header .gentei_top{
     position: absolute;
     width: 22%;
     max-width: 210px;
     top: 2%;
     right: 3%;
   }

   #main-header .gentei_top img{
       width: 100%;
       height: auto;
     }

     .obi_cha{
       background: linear-gradient(-135deg, #dfc000, #faf1d9,#dfc000);
       -webkit-box-shadow: 0 5px 5px rgb(0 0 0 / 10%);
       box-shadow: 0 5px 5px rgb(0 0 0 / 10%);
       width: 100%;
       height: 30px;
     }


@media screen and (max-width: 1400px) {
  #main-header {
    height: auto;
 }

 
#main-header h1{
  padding-left:5%;
}

  #main-header .gentei_top{
    width: 21%;
    top:1%;
  }

  #main-header .houzai{
    padding-top:70px;
    right:2%;
  }
}



@media screen and (max-width: 991px) {

  #main-header .gentei_top{
    position: absolute;
    width: 30%;
    max-width: 200px;
    top: 50%;
    right: 3%;
  }

img { max-width: 100%; height: auto;}

#main-header{
  background: #004880;
  max-height: none;

}

#main-header h1{
  width:50%;
  padding: 0 0 0 0;
  margin: 0;
  width: 100%;
}

#main-header h1 img {
    width: 100%;
    padding-top: 0;
}

}




/*--- contents---*/
  .bi-content{
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .bi-content2{
    max-width: 1355px;
    width: 100%;
    margin: 0 auto;
  }

/*--- 珈琲セット---*/
.bg-border{
  padding: 0;
  box-sizing: border-box;
  background-image: url(images_sum/fireworks.png),url(images_sum/summer_bg.jpg);
  background-repeat: repeat-y,repeat-y;
  background-position: center top, center top;
  background-size: 110% auto, 100% auto;
  position: relative;
  background-attachment: fixed;
}

.footer-illust,.footer-illust img{
  width: 100%;
}


.bi-content p,.bi-content li{
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
}

.bi-content .main_txt{
  width: 75%;
  /* font-size: 1.5rem; */
  margin: 0 auto;
  padding: 4% 0;
  height: auto;
  display: block;
  justify-content: center;
  align-items: center;
  color:#000 ;
  text-align: center;
}

.bi-content .main_txt p{
  /* background-color: #004880; */
  font-size: 1.5rem;
  display: inline;
}

.otamesi_all{
  padding: 1%;
  border-radius: 17px;
  margin: 0 3% 5% 3%;
  background: #ee5a24;
  position: relative;
}

.otamesi_all h2{
  font-weight: bold;
  margin:0 0 10px 7%;
  font-size: 30px;
  color:#fff;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;

}

.otamesi .item-category-name {
  font-size: 1.2rem;
  font-weight: bold;
  padding:0.3em 0.75em;
}

@media screen and (max-width: 1200px) {
.otamesi .item-category-name {
  font-size: 1rem;
}
}

@media screen and (max-width: 1200px) {
  .otamesi_all{
    margin: 0 3% 5% 3%;
  }

  .otamesi_all h2{
    margin:0 0 10px 10%;
  
  }
}

@media only screen and (max-width: 991px) {

  .otamesi_all h2{
   width:100%;
  margin:0 30px 10px 110px;
  font-size: 5.2vw;
  line-height: 6.2vw;
  }
}

@media only screen and (max-width: 576px) {

  .otamesi_all h2{
  margin:0 30px 10px 19.5vw;
  font-size: 5vw;
  line-height: 6.6vw;
  }
}

@media only screen and (max-width: 320px) {

  .otamesi_all h2{
  margin:0 20px 2vw 18.2vw;
  font-size: 6vw;
  line-height: 7vw;
  }
}

.check_icons{
  width: 120px;
  position: absolute;
  top:-10px;
  left: -50px;
  z-index: 2;
}
.check_icons .icon01{
  width: 100%;
}

.otamesi_all .img01{
  position: absolute;
  top:-50px;
  right: -20px;
  width: 10%;
  height: auto;
}

.otamesi_all .img02{
  position: absolute;
  bottom:-30px;
  left: -20px;
  width: 15%;
  height: auto;
}

.seasons_tan_all{
  padding: 2% 0 0;
  margin: 10% 3% 3%;
  background: #f9a600;
  position: relative;
}

.gentei_all{
  padding: 0 0 0;
  margin: 10% 3% 3%;
  position: relative;
  background-color: #fff;
}

.seasons_tan{
  position: absolute;
    top: -11%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}


.otamesi{
  padding: 5% 2%;
  background-color: #fff;
  display: flex;
}

.pad{
  padding: 8% 2% 5%;
}

.radius{
  border-radius: 0 0 15px 15px;
}

.otamesi .otamesi_img,.otamesi_text{
  width: 50%;

}

.otamesi_text{
  padding: 10px 40px 0 0;
}

.otamesi .item_name{
  font-size: min(8vw,45px);
  font-weight: bold;
  line-height: 1.2;
  margin:0;
}

.br_itemname{
  display: none;
}

@media only screen and (max-width: 1200px) {
  .br_itemname{
    display: block;
  }
}

@media only screen and (min-width: 781px) {
  .otamesi .item_name span{
    font-size: min(5vw,38px);
    font-weight: bold;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 991px) {
  .otamesi .item_name span{
    font-size: min(7vw,40px);
    font-weight: bold;
    line-height: 1.2;
  }

}

.otamesi .item_text,.gentei_text .item_text{
  font-size: 17px;
  padding: 4% 0%;
  margin:0;
}

.otamesi .item_set{
  font-size: 16px;
  padding: 3%;
  margin: 3% 0;
  background-color: #ffedcc;
}

.item_set a{
  color: #333333;
  padding: 1% 0;
  display: block;
  text-decoration: underline;
}
.otamesi .otamesi_img{
      padding: 0 20px 0 40px;
}

.otamesi .otamesi_img .try{
  max-width: 458px;
}

.otamesi .otamesi_img .tanpin{
  padding: 10px 20px 0 0;
}

.otamesi .otamesi_img .chart{
  padding-right: 15%;
}


.otamesi .otamesi_img img{
  width: 100%;
  height: auto;
}

sup {
  top: -0.5em;
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

.price_all{
  display: flex;
  -webkit-align-items: flex-end;    /* Safari etc. */
  -ms-align-items    : flex-end;    /* IE10        */
  align-items        : flex-end;
  align-items: flex-end;
  justify-content: flex-end;
  margin-top: 0;
  height: 60px;
}

.price_all .price{
  font-size: 29px;
  font-weight: bold;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}

.iri data{
  top: 0.05em;
  position: relative;
  font-size:40px;
  margin-bottom: -3px;
}

.price_all .kakaku{
  position: relative;
    bottom: -12px;
    font-family: "Arial";
    padding: 0 0.08em;
    font-size: 62px;
    letter-spacing: 0rem;
    font-weight: bold;
    padding: 0 0 0 0.08em;
}

p.iri{
  font-size: 26px;
  font-weight: bold;
  display: inline;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  margin-top: 20px;
}

.m_iri{
  margin-right:10px;
  }

.price_top{
  margin-top:30px;
}

.soutou{
  font-size: 22px;
  padding-bottom: 1px;
  text-align: right;

}
.bag{
  font-size: 25px;
  margin-right: 10px;
  padding-bottom: 1px;
  text-align: right;
}

.price_all .en{
  font-size: 37px;
  font-weight: bold;
}
 /*IE*/
  @media all and (-ms-high-contrast: none) {
    .price_all .en{
      line-height: 1;
    }
  }
.otameshi_btn {
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;

    display: block;
    position: relative;
    width: 100%;
    background-color: #48a811;
    border: 1px solid #48a811;
    border-radius: 64px;
    font-size: 27px;
    color: #fff;
    text-align: center;
    line-height: 72px;
    transition: all 0.2s ease-out;
    margin-top: 3%;
    height: 78px;
}
  /*IE*/
  @media all and (-ms-high-contrast: none) {
    .otameshi_btn {
      line-height: 87px;
    }
  }





.otameshi_btn i{
  color:#fff;
  padding-left: 3%;
}

.otameshi_btn:hover{
  opacity: 0.8;/*全般ブラウザ用50%*/
  filter: alpha(opacity=80);/*IE向け記述透明度50％*/
  text-decoration: none;
  color:#fff;
}

.ins_link a{
  color: #ffffff;
  text-decoration: none;
}

.gentei_naka{
  background-color: #fff;
  padding: 40px;
}

.gentei_text{
  width: 77%;
}

.genteiall_tl{
  width: 100%;
}

.genteiall_tl img{
  width: 67%;
  height: auto;
  display: block;
  margin-left: 3%;
}

.gentei_coffee{
  position: absolute;
    top: -90px;
    right: -90px;
    width: 38%;
}

.gentei_coffee img,.gentei_img img{
  width: 100%;
  max-width: 100%;
  height: auto;
}

.gentei_img{
  background: rgb(249,166,0,0.1);
  padding: 2% 5%;
  margin: 5% 0 0;
  text-align: center;
  border-radius: 30px;
}

.gentei_img .genteiall_img{
  padding-bottom: 2%;
}

.gentei_img .genteiall_tx{
  width: 70%;
}

@media screen and (max-width: 1300px) {
  .gentei_coffee{
    position: absolute;
      top: -70px;
      right: 0;
      width: 29%;
  }
}
@media screen and (max-width: 1200px) {
  .bi-content{
    overflow: hidden;
  }


  /* .price_all .kakaku{font-size: 41px;}
  .price_all .price{font-size: 25px;} */
  .otamesi .shipping{font-size: 22px;}
  .soutou{
    margin-top: 0;
  }

  /* .price_all .en {font-size: 22px;} */
    /* .price_all .soutou {font-size: 16px;} */
    .otamesi .family{font-size: 20px;}
    .item_icon .saleoff,.otamesi .shipping,.item_icon .mame{font-size: 20px;}
    .bi-content .main_txt{
      /* font-size: 22px; */
      width: 80%;
      margin: 25px auto;
      padding: 1% 0;
      height: auto;
      display: block;
      justify-content: center;
      align-items: center;
      color: #000;
      text-align: center;
    }

    .check_icons{
      width: 11%;
      min-width: 100px;
      position: absolute;
      top:-20px;
      left: -25px;
      z-index: 2;
    }
    .check_icons .icon01{
      margin-bottom: 10px;
    }

    .otamesi .otamesi_img .try{
      max-width: 100%;
    }
}
@media screen and (max-width: 1200px) {
  .bg-border{
    background-size: 100% auto, 150% auto;
    padding:0;
  }
}
@media screen and (max-width: 991px) {

  .bg-border{
    background-size: 100% auto, 150% auto;
    padding:0;
  }

  .otamesi{
    display: block;
    padding: 3% 3%;
  }

  .otamesi_all{
    border-radius: 10px;
    margin: 7% 3% 10%;
    padding: 2%;
  }

  .otamesi_all .img01{
    position: absolute;
    top:-15px;
    right: -3px;
    width: 15%;
    height: auto;
  }

  .otamesi_all .img02{
    position: absolute;
    bottom:-15px;
    left: -3px;
    width: 20%;
    height: auto;
  }
  .check_icons{
    width: 22%;
    max-width: 120px;
    min-width: 60px;
    position: absolute;
    top:-10px;
    left: -10px;
    z-index: 2;
  }
  .check_icons .icon01{
    margin-bottom: 5px;
  }

  .otamesi .item_name{
    line-height: 1.2;
    text-align: center;
    /* padding-bottom: 3%; */
  }

  .seasons_tan_all .item_name {
    padding-top: 3%;
  }

  .seasons_tan{
    position: absolute;
    top: -5%;
    left: 50%;
    width: 80%;
    min-width: 310px;
  }

  .otamesi .otamesi_img .chart{
    padding: 0 7% 0 5%;
  }

  .gentei_all{
    margin: 3% 3% 8%;
    padding: 0;
  }

  .radius{
    border-radius: 0 0 8px 8px;
  }

  .bi-content .main_txt{
    width: 100%;
    /* font-size: max(3.8vw,14px); */
    margin: 20px auto;
    height: auto;
    display: block;
    justify-content: center;
    align-items: center;
  }

  .otamesi .otamesi_img,.otamesi_text{
    width: 100%;
  }

  .otamesi .otamesi_img{
    padding: 2%;
  }

  .otamesi .otamesi_img .tanpin{
    padding: 10px 0 0 0;
  }


  .otamesi .item_pre{
    font-size: 16px;
  }

  .otamesi_text{
    padding: 10px 0 0 0;
  }

  .otamesi .shipping,.item_icon .saleoff,.item_icon .mame{
    font-size: 18px;
    height: 36px;
    /* padding: 2.3% 2% 1%; */
    line-height: 21px;
  }

  .otamesi .family{
    margin:2% 0 2% 1%;
    padding: 2.3% 1% 1% 1%;
    font-size: 18px;
    height: 36px;
  }

  .price_all{
    height: 9vw;
  }

  .price_all .price{
    font-size: 4vw;
  }
  .price_all .en{
    font-size: 5vw;
  }
  .price_all .kakaku{
    font-size: 9vw;
        bottom: -10px;
  }

  .soutou{
    font-size: 3.5vw;
  }

  .iri data{
    font-size:6.5vw;
  }

  .otameshi_btn {
    line-height: 53px;
    height: 59px;
    border-radius: 36px;
    font-size: 22px;
    margin: 4% 0;
  }

  .genteiall_tl img{
    width: 98%;
    margin-left: 0;
  }

  .gentei_naka{
    padding: 5%;
  }

  .gentei_text{
    width: 100%;
  }

  .gentei_img{
    border-radius: 8px;
    padding: 3% 2% 5%;
  }

  .gentei_img .genteiall_tx{
    width: 100%;
  }

  .gentei_img .genteiall_img {
    padding-bottom: 5%;
  }
}


@media screen and (max-width: 576px) {

  .otamesi .item_text.gentei_text .item_text{
    font-size: 15px;
  }
  
  .otamesi .item_set{
    font-size: 14px;
    /* margin: 3% 0 3%; */
  }
  
  .otamesi .item_name{
    font-size:max(8vw,25px);
    line-height: 1.2;
    text-align: center;
  }
  .seasons_tan_all .icon02{
    top:16%;
  }

  .price_all{
    height: 13vw;
  }

  .price_all .kakaku{
    font-size: 13vw;
    bottom: -10px;
  }

   .price_all .price,p.iri{
    font-size: 6vw;
  }

  
  .soutou{
    font-size: 5vw;
  }

  .iri data{
    font-size:9vw;
  }
  .price_all .en{
    font-size: 7vw;
  }
  .check_icons{
    width: 23%;
    max-width: 120px;
    min-width: 60px;
    position: absolute;
    top:-15px;
  }

}



@media screen and (max-width: 320px) {

  .otamesi_all .icon02{
    top: 6%;
  }
  .seasons_tan_all .icon02{
    top: 13%;
  }
  .otamesi .family {
    font-size: 15px;
    height: 30px;
  }
  .otamesi .shipping,.item_icon .saleoff,.item_icon .mame {
      font-size: 16px;
      height: 30px;
  }

  .price_all{
    height: 14vw;
  }

  .price_all .kakaku{
    font-size: 14vw;

  }

  .check_icons{
    top:-5px;
  }
}

/*------------------------------------ ページTOPへ------------------------------------*/
#page-top_area {
    z-index: 9999;
    position: fixed;
    width: 100%;
    right: 0;
    bottom: 0;
    margin: 10px 0 0;
}

#page-top_naka {
    max-width: 1070px;
    margin: 0 auto;
    padding: 0 10px;
    overflow: hidden;
}

#page-top {
    width: 38px;
    font-size: 12px;
    float: right;
    margin: 0 0 10px;
}

#page-top a {
    background-color: rgb(50,50,50);
    opacity: 0.3;
    text-decoration: none;
    color: #FFF;
    padding: 10px;
    text-align: center;
    display: block;
    border-radius: 5px;
}
