@charset "UTF-8";
/* CSS Document */
main{
  background-color: #e7e0dd;
}
.head_part.our_stores{
  background-image: url(../img/our_stores/head_part_bg.jpg);
  margin-bottom: 0;
}
.head_part.our_stores h1,
.head_part.our_stores p{
  text-shadow: 0 0 8px #312421;
}
header nav ul li.gnav_li_our_stores a{
  color: #5596ba !important;
}

/* content_section stores */
.content_section.stores{
  margin-bottom: 0;
  padding: 74px 0 100px;
}
.content_section.stores .inner{
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 0;
}

.content_section.stores dt{
  font-family: "STIXg-bold";
  font-size: 32px;
    text-align: center;
  margin-bottom: 8px;
}
.content_section.stores dt.area_name{
  width: 100%;
  background-image: -moz-linear-gradient(top, #cfcfcf 0%, #cfcfcf 100%);
  background-image: -webkit-linear-gradient(top, #cfcfcf 0%,#cfcfcf 100%);
  background-image: linear-gradient(to bottom, #cfcfcf 0%,#cfcfcf 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 0 64%;
}
.content_section.stores dt.area_name::before{
  content: "Cacao Market by MarieBelle";
  display: block;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;
}
.content_section.stores dl.store_ishigaki dt.area_name::before{
  content: "Cacao & Salty Market";
}
.content_section.stores dt.area_name span{
  background-color: #e7e0dd;
  padding: 0 20px;
}
.content_section.stores dd{
  display: flex;
}
.content_section.stores dd dt{
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 12px;
}
.content_section.stores dd dd{
  font-size: 12px;
  margin-bottom: 16px;
  font-weight: 300;
}
.content_section.stores dd dd ul{
  margin-bottom: -12px;
}
.content_section.stores dd dd li{
  margin-bottom: 14px;
}
.content_section.stores dd dd li.mark_li{
  display: flex;
  flex-direction: column;
}
.content_section.stores dd dd li.mark_li::after{
  content: "";
  display: block;
  width: 106px;
  height: 30px;
  background-repeat: no-repeat;
  background-image: url(../img/our_stores/our_stores_mark.png);
  background-size: 100%;
  margin-top: 16px;
}
.content_section.stores dd.wrapDD .link_btn{
  margin: 0 auto;
}

/* layout1 */
.content_section.stores .layout1{
  margin-bottom: 140px;
}
.content_section.stores .layout1 dd.wrapDD{
  flex-wrap: wrap;
}
.content_section.stores .layout1 dd.wrapDD::before{
  content: "";
  display: block;
  background-repeat: no-repeat;
  width: 100%;
  margin: 50px 0 42px;
}
.content_section.stores .layout1.store_kyoto dd.wrapDD::before{
  background-image: url("../img/our_stores/kyoto_bg_01.jpg"), url("../img/our_stores/kyoto_bg_02.jpg"), url("../img/our_stores/kyoto_bg_03.jpg");
  padding-top: 89%;
  background-size: 100% auto, 48% auto, 48% auto;
  background-position: 0 0, 0 100%, 100% 100%;
}
.content_section.stores .layout1.store_ishigaki dd.wrapDD::before{
  background-image: url("../img/our_stores/ishigaki_bg_01.jpg"), url("../img/our_stores/ishigaki_bg_02.jpg");
  padding-top: 38%;
  background-size: 48% auto, 48% auto;
  background-position: 0 100%, 100% 100%;
}
.content_section.stores .layout1 dd dl{
  width: 50%;
}
.content_section.stores .layout1 dd dl:first-of-type{
  margin-bottom: 78px;
}
/* //layout1 */

/* layout2 */
.content_section.stores .layout2{
  margin-bottom: 128px;
}
.content_section.stores .layout2 dd.wrapDD{
  width: 100%;
  margin: 50px 0 0;
  display: flex;
  flex-direction: column;
}
.content_section.stores .layout2 dd.wrapDD>div{
  margin-right: 50px;
  height: 400px;
  display: flex;
  margin-bottom: 80px;
}
.content_section.stores .layout2 dd.wrapDD>div::before{
  content: "";
  display: block;
  width: 500px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  margin-right: 32px;
}
.content_section.stores .layout2 dd.wrapDD>div::before{
  background-image: url("../img/our_stores/ginza_bg.jpg");
}
.content_section.stores .layout2 dd dd li{
  margin-bottom: 0;
}
.ginza_parking_link a{
  margin-left: 16px;
  text-decoration: underline;
}
/* //layout2 */
/* //content_section stores */

/* content_section lounge */
.content_section.lounge{
  background-color: #FFF;
  padding-top: 100px;
}
/* //content_section lounge */


/* 狭小用 */
@media only screen and (max-width: 1112px){
  .content_section .inner{
    padding: 0;
  }
}
@media only screen and (max-width: 1050px){
  .content_section.stores .layout2 dd.wrapDD>div{
    margin-right: 0;
  }
}
@media only screen and (max-width: 1000px){
  .content_section.stores .layout2 dd.wrapDD::before{
    width: calc(64vw - 64px);
    background-position: 50% 0;
  }
  .content_section.stores .layout2 dd.wrapDD>div{
    margin-right: 0;
  }
}
@media only screen and (max-width: 950px){
  .content_section .inner{
    padding: 0;
  }
}
@media only screen and (max-width: 800px){
  .content_section.stores .layout2 dd dt,
  .content_section.stores .layout2 dd dd,
  .content_section.stores .layout2 dd dd ul{
    margin-bottom: 0;
  }
}
/* iPad未満 */
@media only screen and (max-width: 767px){
  .head_part.our_stores{
    background-image: url(../img/our_stores/narrow/nr_head_part_bg.jpg);
  }
  .content_section .inner{
    width: 100%;
    padding: 0 16px;
  }
  .content_section.stores h2{
    font-size: 20px;
  }
  .content_section.stores dt{
    font-size: 40px;
  }
  .content_section.stores dd dt{
    font-size: 22px;
    margin-bottom: 16px;
  }
  .content_section.stores dd dd{
    font-size: 22px;
    margin-bottom: 28px;
  }
  .content_section.stores .link_btn{
    width: 265px;
    margin: 0 auto;
  }
  .content_section.stores .link_btn a{
    width: 100%;
  }

/* layout1 */
  .content_section.stores .layout1.store_kyoto dd.wrapDD::before{
    padding-top: 89%;
    background-size: 100% auto, 48% auto, 48% auto; /* background-sizeは毎回要る */
    background-image: url("../img/our_stores/narrow/nr_kyoto_bg_01.jpg"), url("../img/our_stores/narrow/nr_kyoto_bg_02.jpg"), url("../img/our_stores/narrow/nr_kyoto_bg_03.jpg");
  }
  .content_section.stores .layout1.store_ishigaki dd.wrapDD::before{
    padding-top: 38%;
    background-size: 48% auto, 48% auto; /* background-sizeは毎回要る */
    background-image: url("../img/our_stores/narrow/nr_ishigaki_bg_01.jpg"), url("../img/our_stores/narrow/nr_ishigaki_bg_02.jpg");
  }
  .content_section.stores .layout1 dd{
    flex-direction: column;
  }
  .content_section.stores .layout1 dd dl{
    width: 100%;
    padding: 0 48px;
  }
  .content_section.stores .layout1 dd.wrapDD::before{
    margin-bottom: 28px;
  }
  .content_section.stores .layout1 dd dl:first-of-type{
    margin-bottom: 0;
  }
  .content_section.stores .layout1 dd dl:last-of-type{
    margin-bottom: 36px;
  }
/* //layout1 */

/* layout2 */
  .content_section.stores .layout2 dd dd li{
    margin-bottom: 14px;
  }
  /* ginza,ishigaki */
  .content_section.stores .layout2 dd.wrapDD>div{
    flex-direction: column;
    height: auto;
  }
  .content_section.stores .layout2 dd.wrapDD>div::before{
    width: 100%;
    height: 58vw;
    background-position: 50% 0;
    margin-bottom: 50px;
  }
  .content_section.stores .layout2 dd.wrapDD>div::before{
    background-image: url("../img/our_stores/narrow/nr_ginza_bg.jpg");
  }
  .content_section.stores .layout2 dd.wrapDD dl{
    width: 100%;
    padding: 0 48px;
    margin-bottom: 60px;
  }
  .content_section.lounge{
    padding: 0;
  }
  /* //layout2 */
}
/* //狭小用 */