@charset "utf-8";
/* CSS Document */

/*** top ***/
.top {
  height: 692px;
  background-image: url("../images/shop/main_visual.jpg");
  background-position: right 0px top 0px;
  background-size: 1016px 692px;
  background-repeat: no-repeat;
  color: #333;
  margin-bottom: 120px;
  text-align: left;
}
.top-text {
  width: 100%;
  padding: 260px 0 0 50px;
}
.top-text h1 {
  font-size: 6.6rem;
  font-family: 'Shippori Mincho', serif;
  font-weight: 700;
  line-height: 1.0;
  letter-spacing: 0.025rem;
  margin-bottom: 35px;
  background-color: #fff;
  width: 390px;
  padding: 10px 10px 15px 30px;
}
.top-text p {
  font-size: 2.4rem;
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  margin-left: 80px;
  background-color: #fff;
  width: 260px;
  padding: 3px 8px 7px 20px;
}
.top-text p:first-of-type {
  margin-bottom: 20px;
}
.top-text a {
  text-decoration: none;
  color: #333;
}
@media(max-width: 768px) {
  .top {
    height: 490px;
    background-position: 40% 50%;
    background-size: cover;
    margin-bottom: 100px;
  }
  .top-text {
    padding: 190px 0 0;
  }
  .top-text h1 {
    font-size: 2.4rem;
    width: 180px;
    margin-bottom: 40px;
    padding: 15px 10px 20px 30px;
  }
  .top-text p {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.1rem;
    margin: 0 auto;
    width: 200px;
    padding: 5px 8px 5px 20px;
    border-radius: 10px;
    vertical-align: middle;
  }
  .top-text p:first-of-type {
    margin-bottom: 20px;
  }
  .top-text a {
    
  }
  .top-text img {
    display: inline-block;
    vertical-align: text-bottom;
    margin: auto 0;
  }
}

/*** shop ***/
.shop {
  width: 100%;
}
.shop-wrapper {
  width: 100%;
  text-align: center;
  margin-bottom: 150px;
}
.shop-title {
  font-size: 4.8rem;
  font-family: 'Shippori Mincho', serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1rem;
  margin-bottom: 10px;
}
.shop-separator {
  font-size: 2.4rem;
  font-family: 'Zen Old Mincho', serif;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 117px;
}
.shop-description {
  font-size: 2.4rem;
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1rem;
  width: 51.3%;
  text-align: left;
  margin: 0 auto;
}
.shop-layout {
  width: 80%;
  max-width: 750px;
  margin: 0 auto 150px;
  text-align: left;
  font-family: 'Shippori Mincho', serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1rem;
}
.shop-layout dl {
  width: 100%;
  border-bottom: 1px #333 solid;
}
.shop-layout dl::after {
  content: '';
  display: block;
  clear: both;
}
.shop-layout dt {
  float: left; /* 左に寄せる */
  clear: left; /* 後続の左寄せを解除 */
  width: 30%;
  border-top: 1px #333 solid;
  padding: 32px 2% 0 10%;
}
.shop-layout dd {
  float: left; /* 左に寄せる */
  width: 70%;
  border-top: 1px #333 solid;
  padding: 32px 2% 32px 7%;
}
.shop-items {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  max-width: 1130px;
  margin: 0 auto 130px;
}
.shop-items li {
  width: 420px;
  margin: 0 auto 60px;
  vertical-align: bottom;
}
.shop-photo-smoothie {
  height: 461px;
  margin: 0 auto 40px;
}
.shop-name-smoothie {
  display: block;
  margin: 0 auto;
}
.shop-photo-tart {
  height: 291px;
  vertical-align: bottom;
  margin: 0 auto 40px;
}
.shop-name-tart {
  display: block;
  margin: 0 auto;
}
.shop-fig-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  margin: 0 0 105px 5.55%;
}
.shop-fig-list li {
  width: 680px;
}
.shop-fig-list-type {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto;
}
.shop-photo-fig {
  width: 270px;
}
.shop-photo-fig img {
  width: 270px;
  height: 280px;
  object-fit: cover;
  object-position: 0 100%;
}
.shop-fig-list-type-text {
  width: 410px;
  font-family: 'Shippori Mincho', serif;
  text-align: left;
  padding: 30px 120px 0 0;
}
.shop-fig-list-type-text.right-text {
  padding: 30px 100px 0 20px;
}
.shop-fig-title {
  font-weight: 700;
  font-size: 2.0rem;
  line-height: 1.5;
  margin-bottom: 25px;
}
.shop-fig-info {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.68;
}
@media(max-width: 768px) {
  .shop {
    margin-bottom: 150px;
  }
  .shop-wrapper {
    margin-bottom: 60px;
  }
  .shop-title {
    font-size: 2.4rem;
    line-height: 1;
    margin-bottom: 60px;
  }
  .shop-separator {
    display: none;
  }
  .shop-description {
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: 0;
    width: 100%;
    padding: 0 24px;
  }
  .shop-layout {
    width: 100%;
    margin: 0 auto 80px;
    font-size: 1.6rem;
    padding: 0 24px;
  }
  .shop-layout dl::after {
    clear: none;
  }
  .shop-layout dt {
    float: none;
    clear: none;
    width: 100%;
    padding: 15px 0 0 10px;
  }
  .shop-layout dd {
    float: none;
    width: 100%;
    border-top: 0px #333 solid;
    padding: 0 0 15px 10px;
  }  
  .shop-items {
    margin: 0 auto 80px;
  }
  .shop-items li {
    max-width: 375px;
    margin: 0 auto 60px;
  }
  .shop-photo-smoothie {
    display: block;
    max-width: 327px;
    max-height: 279px;
    margin: 0 auto 20px;
  }
  .shop-name-smoothie {
    max-width: 231px;
  }
  .shop-photo-tart {
    display: block;
    max-width: 327px;
    height: auto;
    margin: 0 auto 20px;
  }
  .shop-name-tart {
    max-width: 231px;
  }
  .shop-fig-list {
    margin: 0 24px 60px;
  }
  .shop-fig-list li {
    width: 100%;
    margin-bottom: 60px;
  }
  .shop-fig-list li:last-child {
    margin-bottom: 0;
  }
  .shop-fig-list-type-text {
    width: 100%;
    padding: 0;
  }
  .shop-fig-list-type-text.right-text {
    padding: 0;
  }
  .shop-fig-title {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .shop-fig-info {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

/*** access ***/
.access {
  width: 100%;
}
.access-wrapper {
  width: 100%;
  text-align: center;
  margin-bottom: 150px;
}
.access-title {
  font-size: 4.8rem;
  font-family: 'Shippori Mincho', serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1rem;
  margin: 200px 0 10px;
}
.access-separator {
  font-size: 2.4rem;
  font-family: 'Zen Old Mincho', serif;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 117px;
}
.access-description {
  font-size: 2.4rem;
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1rem;
  width: 55%;
  text-align: left;
  margin: 0 auto;
}
.access-map {
  width: 100%;
  padding: 0 80px;
  height: 600px;
  max-height: 600px;
  vertical-align: bottom;
}
@media(max-width: 768px) {
  .access-wrapper {
    /*margin-bottom: 60px;*/
    margin: 90px 0 60px;
  }
  .access-title {
    font-size: 2.4rem;
    /*margin: 90px 0 60px;*/
    margin: 0 0 60px;
  }
  .access-separator {
    display: none;
  }
  .access-description {
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: 0.05rem;
    width: 100%;
    padding: 0 24px;
  }
  .access-description .br-pc {
    display: none;
  }
  .access-map {
    padding: 0;
    height: 330px;
  }
}





