@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  font-weight: bold;
}

/* 共通 */
body {
  background: url(../../img/hero_bg.png) top center/contain repeat-y;
}
body,
a {
  color: #573001;
  /* font-family: "fot-tsukuardgothic-std", sans-serif; */
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;

  /* 700でボールド体 */
  font-style: normal;
  text-decoration: none;
}
.cake * {
  line-height: 1;
}
img {
  width: 100%;
  height: auto;
}
.pc-none {
  display: none;
}

/* ヘッダー */
.header {
  height: clamp(6.875rem, 4.8718rem + 4.2735vw, 10rem);
}

/* メイン */
/* .cake {
  background: url(../img/cake_bg.png) center repeat-y;
} */

/* hero */
.cake-hero {
  height: 39.06vw;
  padding-top: 7.29vw;
  text-align: center;
  background: url(../img/cake_hero.png) center/cover no-repeat;
  display: flex;
  flex-direction: column-reverse;
  justify-content: start;
  gap: 2.08vw;
}
.cake-hero__ttl {
  font-size: 2.08vw;
}
.cake-hero__ttl-em {
  line-height: 1.45;
  margin-top: 1.04vw;
  font-size: 2.6vw;
  display: block;
}
.allergy-list {
  width: 36.46vw;
  margin: 0 auto;
  padding: 5px 0;
  color: #fff;
  font-size: 1.82vw;
  font-weight: 700;
  background: #e18894;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.allergy-list__img {
  width: 2.6vw;
}

/* 菓子工房 */
.cake-shop {
  width: min(92%, 1200px);
  margin: 140px auto 125px;
}
.cake-shop__box {
  margin: 0 min(7.69vw, 100px);
}
.cake-shop__ttl {
  font-size: 50px;
}
.cake-shop__txt {
  line-height: 1.5;
  margin: 65px 0 110px;
  font-size: 20px;
}
.cake-shop__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

/* menu */
.cake-menu {
  padding: 125px 0 155px;
  background: #f7f2f3;
}
.cake-menu__ttl {
  color: #e18894;
  font-size: 35px;
  text-align: center;
}
.menu-text {
  margin-top: 3.2vw;
}
.cake-menu__box {
  margin: 40px auto 55px;
}
.coke-menu__txt {
  width: min(92%, 50em);
  margin: 50px auto 0;
  line-height: 1.5;
  font-size: 20px;
  text-align: center;
}
.cake-menu__list {
  width: min(92%, 1300px);
  margin: 100px auto 90px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 50px 110px;
}
.cake-menu__item {
  width: 280px;
  height: 282px;
  font-size: 20px;
  text-align: center;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  gap: 10px;
  position: relative;
  z-index: 5;
}
.cake-menu__item:nth-child(n + 4) {
  height: auto;
}
.cake-menu__item::before {
  content: "";
  width: 270px;
  height: 270px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: -1;
}
.cake-menu__item:nth-child(3) .cake-menu__item-img {
  width: 100%;
  margin-top: 20px;
}
.cake-menu__item-img {
  width: auto;
}
.cake-menu__shop-list {
  width: min(92%, 1090px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.cake-menu__shop-box {
  width: calc(100% / 2);
  display: flex;
  flex-direction: column;
}
.cake-menu__shop-ttl {
  margin: 25px 0;
  font-size: 20px;
  text-align: center;
  order: 2;
}
.cake-menu__shop-desc {
  order: 3;
}
.cake-menu__shop-link {
  width: min(100%, 470px);
  line-height: 1.5;
  margin: 0 auto;
  color: #fff;
  padding: 10px 0 15px 105px;
  background: #be5f6d;
  box-shadow: 6px 6px 0 rgba(181, 92, 110, 0.22);
  border-radius: 50px;
  display: block;
  position: relative;
  transition: all 0.2s linear 0s;
}
.cake-menu__shop-link::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../img/cake_cart.png) center/cover no-repeat;
  position: absolute;
  top: 50%;
  left: 45px;
  transform: translateY(-50%);
}
.cake-menu__shop-link::after {
  content: "";
  border-right: 20px solid transparent;
  border-bottom: 15px solid #be5f6d;
  border-left: 20px solid transparent;
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
}
.cake-menu__shop-img-box {
  order: 1;
}

/* オンラインショップ ホバー */
/* 案1 */
.cake-menu__shop-link:hover {
  box-shadow: none;
}
/* 案2 */
/* .cake-menu__shop-box:last-child .cake-menu__shop-link {
  padding: 10px 0 10px 105px;
  border: 3px solid #be5f6d;
} */
/* .cake-menu__shop-box:last-child .cake-menu__shop-link:hover {
  background: #fff;
  color: #be5f6d; */
/* 画像の色が変更できなかったので、白の画像のままです。出来れば色反転したいです
    background: url(../img/cake_cart.png) center/cover no-repeat; */
/* } */

.cake-menu__box {
  width: min(92%, 990px);
  margin: 100px auto 0;
}
.cake-menu__box-ttl {
  margin-bottom: 55px;
  font-size: 50px;
}
@media screen and (max-width: 1040px) {
  .cake-menu__box-ttl {
    margin-bottom: 55px;
    font-size: 4.7vw;
  }
}
.cake-menu__box-txt {
  line-height: 1.5;
  font-size: 20px;
}

/* info */
.cake-info {
  margin: 128px 0 140px;
}
.cake-info__wrap {
  margin-bottom: 75px;
  display: flex;
  align-items: center;
  gap: 0 50px;
}
.cake-info__img-box {
  width: calc(100% / 2);
  height: auto;
}
.cake-info__list-box {
  /* margin-bottom: 25px; */
  margin-bottom: 2.6vw;
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 1100px) {
  .cake-info__list-box {
    font-size: min(16px, 1.82vw);
  }
}
.cake-info__list-ttl {
  width: 130px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  background: #573001;
  border-radius: 50px;
}
.cake-info__area {
  width: min(92%, 1200px);
  margin: 0 auto 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.cake-info__link {
  width: calc(100% / 2);
  padding: 60px 0 30px;
  color: #fff;
  font-size: 26px;
  text-align: center;
  background: #be5f6d;
  border-radius: 50px;
  box-shadow: 6px 6px 0 rgba(181, 92, 110, 0.22);
  position: relative;
  transition: all 0.2s linear 0s;
}
@media screen and (max-width: 1200px) {
  .cake-info__link {
    font-size: min(20px, 2.17vw);
  }
}
.cake-info__link::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../img/cake_cart.png) center no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(calc(-50% - 15px));
}
.cake-info__link:last-child::before {
  background: url(../img/cake_home.png) center no-repeat;
}
/* ホバー案 */
/* 案1 */
.cake-info__link:hover {
  box-shadow: none;
}
/* 案2 */
/* .cake-info__link:last-child {
  padding: 55px 0 25px;
  border: 3px solid #be5f6d;
} */
/* .cake-info__link:last-child:hover {
  background: #fff;
  color: #be5f6d; */
/* 画像の色が変更できなかったので、白の画像のままです。出来れば色反転したいです
    background: url(../img/cake_home.png) center/cover no-repeat; */
/* } */

.cale-info__map-box {
  width: min(100%, 1210px);
  margin: 0 auto;
}
.cale-info__map {
  width: 100%;
  border-radius: 15px;
}

/* フッター */
.footer {
  height: clamp(17.71875rem, 15.4196rem + 9.8095vw, 27.375rem);
}

/* メディアクエリ */
/* 横幅が小さくなり始める時 */
@media screen and (max-width: 1400px) {
  /* 菓子工房 */
  .cake-shop {
    width: min(92%, 1200px);
    margin: 10.77vw auto 9.62vw;
  }
  .cake-shop__ttl {
    font-size: max(3.57vw, 25px);
  }
  .cake-shop__txt {
    line-height: 1.5;
    margin: 4.64vw 0 7.86vw;
    font-size: max(1.43vw, 16px);
  }

  /* menu */
  .cake-menu__shop-link {
    padding: 10px 0 15px 7.5vw;
  }
  /* .cake-menu__shop-box:last-child .cake-menu__shop-link {
    padding: 10px 0 10px 7.5vw;
  } */
  .cake-menu__shop-link::before {
    width: max(35px, 2.86vw);
    height: max(35px, 2.86vw);
    left: 2.5vw;
  }
}

/* SPメディアクエリ */
/* スマホ版 */
@media screen and (max-width: 768px) {
  body {
    background: url(../../img/sp-hero_bg.png) top center/contain repeat-y;
  }
  /* 共通 */
  .sp-br::before {
    content: "\A";
    white-space: pre;
  }
  .sp-none {
    display: none;
  }
  .pc-none {
    display: block;
  }

  /* メイン */
  /* .cake {
    background: url(../img/cake_bg-sp.png) top center no-repeat,
      url(../img/cake_bg-sp-bottom.png) bottom center no-repeat;
  } */

  /* hero */
  .cake-hero {
    height: 126.13vw;
    padding-top: 18vw;
    background: url(../img/cake_hero-sp.png) center/cover no-repeat;
    gap: 7.33vw;
  }
  .cake-hero__ttl {
    font-size: 6.67vw;
  }
  .cake-hero__ttl-em {
    line-height: 1.3;
    margin-top: 2vw;
    font-size: 9.33vw;
    display: block;
  }
  .allergy-list {
    width: 88vw;
    padding: 5px 6.67vw 5px;
    font-size: 6.67vw;
  }

  /* 菓子工房 */
  .cake-shop {
    width: 92%;
    margin: 12vw auto 16vw;
  }
  .cake-shop__box {
    margin: 0 0;
  }
  .cake-shop__ttl {
    line-height: 1.35;
    font-size: 6.67vw;
  }
  .cake-shop__txt {
    margin: 8.67vw 0 22.67vw;
    font-size: 4vw;
  }
  .cake-shop__list {
    width: 66.67vw;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 7.33vw;
  }
  .cake-shop__item {
    width: 100%;
  }

  /* menu */
  .cake-menu {
    padding: 13.33vw 0;
  }
  .coke-menu__txt {
    margin: 7.33vw auto 0;
    font-size: 4vw;
  }
  .cake-menu__list {
    gap: 12vw 6.67vw;
    margin: 9.33vw auto 9.33vw;
  }
  .cake-menu__item,
  .cake-menu__item:nth-child(n + 4) {
    width: 37.33vw;
    height: 37.6vw;
    font-size: 4vw;
    gap: 0;
  }
  .cake-menu__item-img {
    width: 30vw;
  }
  .cake-menu__item:nth-child(4) .cake-menu__item-img {
    width: 35vw;
  }
  .cake-menu__item:last-child .cake-menu__item-img {
    width: 22.53vw;
  }
  .cake-menu__item::before {
    width: 37.33vw;
    height: 37.33vw;
  }
  .cake-menu__shop-list {
    flex-direction: column;
    justify-content: center;
    gap: 12.67vw;
  }
  .cake-menu__shop-box {
    width: 100%;
  }
  .cake-menu__shop-ttl {
    margin: 4vw 0;
    font-size: 4vw;
  }
  .cake-menu__shop-link,
  .cake-menu__shop-box:last-child .cake-menu__shop-link {
    width: auto;
    line-height: 1.3;
    padding: 2vw 0 2vw 19.33vw;
    font-size: 3.59vw;
  }
  .cake-menu__shop-box:last-child .cake-menu__shop-link {
    padding: 1.33vw 0 1.33vw 19.33vw;
  }
  .cake-menu__shop-link::before {
    width: 7.33vw;
    height: 7.33vw;
    left: 8vw;
  }
  .cake-menu__shop-link::after {
    border-right: 3vw solid transparent;
    border-bottom: 2.5vw solid #be5f6d;
    border-left: 3vw solid transparent;
    top: -2.2vw;
  }
  .cake-menu__shop-img-box {
    margin: 0 6.67vw;
  }
  .cake-menu__box {
    margin-top: 10.67vw;
  }
  .cake-menu__box-ttl {
    line-height: 1.35;
    margin-bottom: 8vw;
    font-size: 6.67vw;
  }
  .cake-menu__box-txt {
    font-size: clamp(15px, 4vw, 30px);
  }
  .cake-info {
    margin: 0 0 10.67vw;
  }

  /* info */
  .cake-info__wrap {
    margin-bottom: 25.33vw;
    flex-direction: column;
    align-items: start;
    gap: 25.33vw;
  }
  .cake-info__img-box {
    width: 100%;
    height: auto;
  }
  .cake-info__list {
    width: 92%;
    margin: 0 auto;
  }
  .cake-info__list-box {
    margin-bottom: 6vw;
    justify-content: right;
    align-items: start;
    flex-direction: column;
  }
  .cake-info__list-box:last-child {
    margin-bottom: 0;
  }
  .cake-info__list-ttl {
    width: 33.33vw;
    font-size: 4vw;
  }
  .cake-info__list-desc {
    line-height: 1.5;
    font-size: 4vw;
  }
  .cake-info__area {
    flex-direction: column;
    margin-bottom: 9.33vw;
  }
  .cake-info__link {
    width: 100%;
    padding: 9vw 0 4vw;
    font-size: 4vw;
  }
  .cake-info__link:before {
    width: 4vw;
    height: 4vw;
    top: 55%;
    background-size: 100% 100%;
  }

  .cake-info__link:last-child {
    padding: 8.5vw 0 3.5vw;
  }
  .cake-info__link:last-child:before {
    width: 4.53vw;
    height: 4.53vw;
    background-size: 100% 100%;
  }
  .cale-info__map {
    height: 62.67vw;
  }
}
