@charset "UTF-8";
/* CSS Document */
main{
  background-color: #e7e0dd;
}
.head_part.lazyloaded{
  background-image: url(../img/items/head_part_bg.jpg);
  margin-bottom: 88px;
}
header nav ul li.gnav_li_items a{
  color: #5596ba !important;
}

/* content_section introduction */
.content_section.introduction .inner{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.content_section.introduction h2{
  font-family: "STIXg-bold";
  font-size: 32px;
    margin-bottom: 20px;
}
.content_section.introduction p{
  font-size: 12px;
}
.content_section.introduction p span{
  display: block;
}
/* //content_section introduction */

/* content_section item_content */
.content_section.item_content{
  margin-bottom: 150px;
}
.content_section.item_content .inner{
  height: 600px;
  display: flex;
  justify-content: space-between;
}
.content_section.item_content .inner::before{
  content: "";
  display: block;
  width: 530px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}
.content_section.item_content:nth-of-type(odd) .inner::before{
  background-position: 0 0;
}
.content_section.item_content:nth-of-type(even) .inner{
  flex-direction: row-reverse;
}
.content_section.item_content:nth-of-type(even) .inner::before{
  background-position: 100% 0;
}
.content_section.item_content dd .content_list{
  padding-top: 35px;
  color: #806239;
}

/* dl */
.content_section.item_content dl{
  width: 400px;
}
.content_section.item_content dl.dl_with_img{
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
  padding-top: 331px;
}
.content_section.item_content dt{
  font-family: "STIXg-bold";
  font-size: 24px;
    margin-bottom: 8px;
}
.content_section.item_content dd{
  font-size: 12px;
}
/* //dl */
/* //content_section item_content */

/* content_section */
.content_section.item_content.sec_1 .inner.lazyloaded::before{background-image: url("../img/items/sec_1_bg.jpg");}
.content_section.item_content.sec_1 dl.dl_with_img.lazyloaded{background-image: url("../img/items/sec_1_dl_bg.jpg");}
.content_section.item_content.sec_2 .inner.lazyloaded::before{background-image: url("../img/items/sec_2_bg.jpg");}
.content_section.item_content.sec_2 dl.dl_with_img.lazyloaded{background-image: url("../img/items/sec_2_dl_bg.jpg");}
.content_section.item_content.sec_3 .inner.lazyloaded::before{background-image: url("../img/items/sec_3_bg.jpg");}
.content_section.item_content.sec_3 dl.dl_with_img.lazyloaded{background-image: url("../img/items/sec_3_dl_bg.jpg");}
.content_section.item_content.sec_4 .inner.lazyloaded::before{background-image: url("../img/items/sec_4_bg.jpg");}
.content_section.item_content.sec_4 dl.dl_with_img.lazyloaded{background-image: url("../img/items/sec_4_dl_bg.jpg");}
.content_section.item_content.sec_5 .inner.lazyloaded::before{background-image: url("../img/items/sec_5_bg.jpg");}
.content_section.item_content.sec_5 dl.dl_with_img.lazyloaded{background-image: url("../img/items/sec_5_dl_bg.jpg");}
/* //content_section */

/* content_section tea_baked */
.content_section.item_content.tea_baked{
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 100px;
}
.content_section.item_content.tea_baked .inner{
  height: auto;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 78px;
}
.content_section.item_content.tea_baked .inner::before{
  content: none;
}

/* dl */
.content_section.item_content.tea_baked dl{
  width: 480px;
}
.content_section.item_content.tea_baked dl.dl_with_img{
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
  padding-top: 331px;
}
.content_section.item_content dl.dl_with_img.hot{
  background-image: url("../img/items/sec_hot_dl_bg.jpg");
}
.content_section.item_content dl.dl_with_img.baked_sweets{
  background-image: url("../img/items/sec_baked_sweets_dl_bg.jpg");
}
.content_section.item_content.tea_baked dt{
  font-family: "STIXg-bold";
  font-size: 24px;
    margin-bottom: 8px;
}
.content_section.item_content.tea_baked dd{
  font-size: 12px;
}
/* //dl */
/* //content_section tea_baked */

/* sub_shop_list override */
.content_section.sub_shop_list{
  max-width: 100%;
  background-color: #fff;
  margin: 0;
  padding: 100px 0;
}
/* //sub_shop_list override */

/* 広角用 */
@media only screen and (min-width: 1280px){
  .content_section.introduction.hasImgBgAfter::after{
    padding-top: 500px;
  }
}
/* //広角用 */

/* 狭小用 */
@media only screen and (max-width: 1112px){
  .content_section .inner{
    padding: 0;
  }
}
@media only screen and (max-width: 1020px){
  .swiper-button_box{
    margin-right: 16px;
  }
  .content_section.item_content:nth-of-type(even) .inner dl.dl_with_img{
    padding-left: 16px;
  }
}

@media only screen and (max-width: 1010px){
  .swiper-button_box{
    margin-right: 16px;
  }
  .content_section.item_content .inner dl.dl_with_img{
    padding-left: 16px;
    padding-top: 300px;
  }
  .content_section.item_content .inner .intro_wrapper>dl{
    padding-left: 16px;
    letter-spacing: -1px;
  }
  .content_section.item_content dd .content_list br{
    display: none;
  }
}

@media only screen and (max-width: 948px){
  .content_section.item_content .inner{
    height: 63.3vw;
  }
  .content_section.item_content .inner dl{
    width: 41.9vw;
  }
  .content_section.item_content .inner dl.dl_with_img{
    padding: 35vw 16px 0;
  }
  .content_section.item_content dd br{
    display: none;
  }
  .content_section.item_content.ganache dd br{
    display: block;
  }
  .content_section.item_content dd .content_list{
    padding-top: 16px;
  }

  /* ganache */
  .content_section.item_content.ganache .inner{
    height: auto;
    flex-direction: column;
    align-items: center;
  }
  .content_section.item_content.ganache .inner::before{
    background-position: 50% 0;
    height: 650px;
    background-size: auto 600px;
  }
  .content_section.item_content .swiper-slide dl{
     width: 400px !important;
  }
  .swiper-button_box{
    margin: 16px 0 0 0;
  }
  /* //ganache */

}


/* iPad未満 */
@media only screen and (max-width: 767px){
  .head_part.lazyloaded{
    background-image: url(../img/items/narrow/nr_head_part_bg.jpg);
    margin-bottom: 60px;
  }
  .head_part .inner{
    padding-left: 0;
  }
  .head_part .inner .page_title{
    width: 90%;
  }
  .content_section.introduction h2{
    font-size: 40px;
  }
  .content_section.introduction p{
    font-size: 19px;
  }
  .content_section.item_content{
    padding: 0 50px;
    margin-bottom: 138px;
  }
  .content_section.item_content.ganache .inner::before{
    background-image: url(../img/items/narrow/nr_sec_ganache_bg.jpg);
  }

  .content_section.item_content .intro_wrapper{
    width: 100%;
  }
  .content_section.item_content:nth-of-type(odd) .inner,
  .content_section.item_content:nth-of-type(even) .inner,
  .content_section.item_content.tea_baked .inner{
    width: 100%;
    height: auto;
    flex-direction: column;
  }
  .content_section.item_content:nth-of-type(odd) .inner::before,
  .content_section.item_content:nth-of-type(even) .inner::before,
  .content_section.item_content.tea_baked .inner::before{
    background-position: 50% 0;
    background-size: cover;
    width: 100%;
    height: 95.3vw;
    margin-bottom: 50px;
  }
  .content_section.item_content.tea_baked .inner{
    padding-top: 0;
    flex-direction: column;
    margin-bottom: -60px;
  }
  .content_section.item_content dl{
     width: 100% !important;
     background-size: contain;
  }
  .content_section.item_content .inner dl.dl_with_img{
    padding: 68vw 0 0!important;
  }
  .content_section.item_content.tea_baked .inner dl.dl_with_img{
    padding-top: 61vw !important;
    margin-bottom: 138px;
  }

  /* ganache */
  .swiper-container{
    width: 100%;
    max-width: 650px;
    /*height: 710px;*/
    height: auto;
  }
  .swiper-slide{
    height: auto;
  }
  .content_section.item_content .swiper-slide dl{
    background-color: #FFF;
    width: 100% !important;
    height: auto;
    background-position: 50% 5vw;
    background-size: 45.5vw;
    padding-top: 48vw;
  }
  .content_section.item_content .swiper-slide dt{
    font-size: 22px;
    text-align: center;
  }
/*  .content_section.item_content .swiper-slide dd .txt_ja{
    height: 110px;
  }*/
  .content_section.item_content .swiper-slide dd .txt_ja,
  .content_section.item_content .swiper-slide dd .txt_ja.high{
    height: auto;
    margin: 16px;
  }
  .content_section.item_content .swiper-slide dd .txt_en{
    margin-bottom: 32px;
  }
/*  .content_section.item_content .swiper-slide dd .txt_ja.high {
    height: 142px;
  }*/
  .swiper-button_box .swiper-button{
    width: 32px !important;
    height: 32px !important;
  }
  .swiper-button::before{
    background-size: 22px 12px;
  }
  /* //ganache */
}

@media only screen and (max-width: 500px){
  .swiper-container{
    height: auto;
    width: 100%;
  }
  .content_section.item_content.ganache{
    padding: 0 16px;
  }
  .content_section.item_content.ganache dl{
    width: 100% !important;
    height: auto;
    /*height: 400px;*/
  }
  .content_section.item_content .swiper-slide dd .txt_ja{
    height: auto;
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 414px){
  .content_section.item_content{
    padding: 0 16px;
  }
}
/* //狭小用 */
