/*
 * Base
 * -------------------------------------------------------------------
 */
/*	Reset
-------------------------------*/
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
  padding: 0;
  margin: 0;
  border: 0;
}

a {
  text-decoration: none;
  outline: none;
}

/*	Typography
-------------------------------*/
html {
  font-size: 62.5%;
}

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

/*	Layout
-------------------------------*/
article, aside, footer, header, nav, section, main {
  display: block;
}

* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table tr th, table tr td {
  padding: 0;
  text-align: left;
  vertical-align: top;
}

ol, ul {
  list-style: none;
}

img {
  border-style: none;
  vertical-align: middle;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

img, svg {
  width: auto;
  height: auto;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before,
q:after, q:before {
  content: "";
  content: none;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

label[for] {
  cursor: pointer;
}

/*	Attributes & States
-------------------------------*/
[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-weight: 500;
  text-rendering: optimizeLegibility;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "Zen Maru Gothic", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 2;
  letter-spacing: 0.08em;
  background-color: #fff;
  color: #5D3C25;
  position: relative;
  overflow-x: hidden;
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.3rem;
  }
}
body.noscroll {
  overflow: hidden;
}

@font-face {
  font-family: "Zen Maru Gothic", serif;
  font-display: swap;
  src: url("/web/20250322063600im_/https://cakeshop-broche.com/wp-content/themes/broche/asset/fonts/ZenMaruGothic/Blac.ttf") format("TrueType");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Zen Maru Gothic", serif;
  font-display: swap;
  src: url("/web/20250322063600im_/https://cakeshop-broche.com/wp-content/themes/broche/asset/fonts/ZenMaruGothic/Bold.ttf") format("TrueType");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Zen Maru Gothic", serif;
  font-display: swap;
  src: url("/web/20250322063600im_/https://cakeshop-broche.com/wp-content/themes/broche/asset/fonts/ZenMaruGothic/Medium.ttf") format("TrueType");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Zen Maru Gothic", serif;
  font-display: swap;
  src: url("/web/20250322063600im_/https://cakeshop-broche.com/wp-content/themes/broche/asset/fonts/ZenMaruGothic/Regular.ttf") format("TrueType");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Alegreya SC", serif;
  font-display: swap;
  src: url("/web/20250322063600im_/https://cakeshop-broche.com/wp-content/themes/broche/asset/fonts/Alegreya/Regular.ttf") format("TrueType");
  font-weight: 400;
  font-style: normal;
}
/*
 * Module
 * -------------------------------------------------------------------
 */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  padding: 0 40px;
  z-index: 1010;
}
@media screen and (max-width: 768px) {
  .header {
    padding: 0 20px;
  }
}

.header__inner {
  max-width: 1238px;
  width: 100%;
  margin: 0 auto;
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header__inner {
    padding: 12px 0;
  }
}

.header__title {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  .header__title {
    font-size: 2rem;
  }
}

.header__menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .header__menu {
    gap: 12px;
  }
}

.header__menu__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.header__menu__nav__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .header__menu__nav__list {
    display: none;
  }
}

.header__menu__nav__item {
  color: #fff;
  font-weight: 700;
}

.header__menu__nav__btn {
  padding: 12px 24px;
  background-color: #D2A246;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .header__menu__nav__btn {
    display: none;
  }
}

.header__menu__nav__btn img {
  width: 12px;
  height: 12px;
}
@media screen and (max-width: 768px) {
  .header__menu__nav__btn img {
    width: 10px;
    height: 10px;
  }
}

.header__menu__btn {
  display: none;
  padding: 10px 16px;
  background-color: #D2A246;
  border-radius: 20px;
  gap: 4px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .header__menu__btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.header__menu__btn img {
  width: 10px;
  height: 10px;
}

.header__menu__toggle {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #5D3C25;
  position: relative;
  display: none;
}
@media screen and (max-width: 768px) {
  .header__menu__toggle {
    display: block;
  }
}

.header__menu__toggle span {
  width: 14px;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}

.header__menu__toggle span:nth-of-type(1) {
  top: calc(50% - 6px);
}

.header__menu__toggle span:nth-of-type(3) {
  top: calc(50% + 6px);
}

.header__menu__toggle.active span:nth-of-type(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.header__menu__toggle.active span:nth-of-type(2) {
  display: none;
}

.header__menu__toggle.active span:nth-of-type(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.header__menu__gnav {
  display: none;
  position: absolute;
  top: 74px;
  right: 20px;
  background-image: url(/web/20250322063600im_/https://cakeshop-broche.com/wp-content/themes/broche/asset/img/bg.webp);
  background-size: 50%;
  background-repeat: repeat;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-radius: 16px;
}

.header__menu__gnav.active {
  display: block;
}

.header__menu__gnav__item:not(:last-child) {
  margin-bottom: 4px;
}

.title {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .title {
    margin-bottom: 30px;
  }
}

.title__inner {
  display: inline-block;
  position: relative;
}
.title__inner::before, .title__inner::after {
  content: "";
  background-size: cover;
  background-position: center;
  height: 68px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .title__inner::before, .title__inner::after {
    height: 46px;
  }
}

.title h2 {
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .title h2 {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
}

.title p {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .title p {
    font-size: 1.3rem;
  }
}

.title-menu .title__inner::before {
  background-image: url(/web/20250322063600im_/https://cakeshop-broche.com/wp-content/themes/broche/asset/img/title-menu-1.svg);
  width: 96px;
  left: -48px;
  transform: translate(-100%, -50%) rotate(-10deg);
}
@media screen and (max-width: 768px) {
  .title-menu .title__inner::before {
    width: 65px;
    left: -40px;
  }
}
.title-menu .title__inner::after {
  background-image: url(/web/20250322063600im_/https://cakeshop-broche.com/wp-content/themes/broche/asset/img/title-menu-2.svg);
  width: 98px;
  right: -48px;
  transform: translate(100%, -50%) rotate(4deg);
}
@media screen and (max-width: 768px) {
  .title-menu .title__inner::after {
    width: 66px;
    right: -40px;
  }
}

.title-whole .title__inner {
  color: #fff;
}
.title-whole .title__inner::before {
  background-image: url(/web/20250322063600im_/https://cakeshop-broche.com/wp-content/themes/broche/asset/img/title-whole-1.svg);
  width: 90px;
  left: -48px;
  transform: translate(-100%, -50%);
}
@media screen and (max-width: 768px) {
  .title-whole .title__inner::before {
    width: 61px;
    left: -26px;
  }
}
.title-whole .title__inner::after {
  background-image: url(/web/20250322063600im_/https://cakeshop-broche.com/wp-content/themes/broche/asset/img/title-whole-2.svg);
  width: 74px;
  right: -48px;
  transform: translate(100%, -50%);
}
@media screen and (max-width: 768px) {
  .title-whole .title__inner::after {
    width: 50px;
    right: -26px;
  }
}

.title-insta .title__inner::before {
  background-image: url(/web/20250322063600im_/https://cakeshop-broche.com/wp-content/themes/broche/asset/img/title-insta-1.svg);
  width: 114px;
  left: -48px;
  transform: translate(-100%, -50%);
}
@media screen and (max-width: 768px) {
  .title-insta .title__inner::before {
    width: 77px;
    left: -26px;
  }
}
.title-insta .title__inner::after {
  background-image: url(/web/20250322063600im_/https://cakeshop-broche.com/wp-content/themes/broche/asset/img/title-insta-2.svg);
  width: 103px;
  right: -48px;
  transform: translate(100%, -50%);
}
@media screen and (max-width: 768px) {
  .title-insta .title__inner::after {
    width: 70px;
    right: -26px;
  }
}

.title-access .title__inner::before {
  background-image: url(/web/20250322063600im_/https://cakeshop-broche.com/wp-content/themes/broche/asset/img/title-access-1.svg);
  width: 55px;
  left: -48px;
  transform: translate(-100%, -50%);
}
@media screen and (max-width: 768px) {
  .title-access .title__inner::before {
    width: 37px;
    left: -30px;
  }
}
.title-access .title__inner::after {
  background-image: url(/web/20250322063600im_/https://cakeshop-broche.com/wp-content/themes/broche/asset/img/title-access-2.svg);
  width: 51px;
  right: -48px;
  transform: translate(100%, -50%);
}
@media screen and (max-width: 768px) {
  .title-access .title__inner::after {
    width: 35px;
    right: -30px;
  }
}

.title-contact .title__inner::before {
  background-image: url(/web/20250322063600im_/https://cakeshop-broche.com/wp-content/themes/broche/asset/img/title-contact-1.svg);
  width: 63px;
  left: -48px;
  transform: translate(-100%, -50%);
}
@media screen and (max-width: 768px) {
  .title-contact .title__inner::before {
    width: 42px;
    left: -30px;
  }
}
.title-contact .title__inner::after {
  background-image: url(/web/20250322063600im_/https://cakeshop-broche.com/wp-content/themes/broche/asset/img/title-contact-2.svg);
  width: 70px;
  right: -48px;
  transform: translate(100%, -50%);
}
@media screen and (max-width: 768px) {
  .title-contact .title__inner::after {
    width: 47px;
    right: -30px;
  }
}

.footer {
  background-image: url(/web/20250322063600im_/https://cakeshop-broche.com/wp-content/themes/broche/asset/img/bg-bk.webp);
  background-size: 50%;
  background-repeat: repeat;
  padding: 60px 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 30px 24px;
  }
}

.footer p {
  color: #fff;
}

/*
 * Page
 * -------------------------------------------------------------------
 */

.kv__front {
    z-index: 1000;
    transform: scale(1);
    transition: all 0.6s ease;
}

.kv__back {
    z-index: 500;
    transform: scale(0.7);
    transition: all 0.6s ease;
}


.kv {
  background-image: url(/web/20250322063600im_/https://cakeshop-broche.com/wp-content/themes/broche/asset/img/bg.webp);
  background-size: 50%;
  background-repeat: repeat;
  width: 100vw;
  height: 137vh;
  position: relative;
  overflow: hidden;
}

.kv__list {
  width: 100vw;
  height: 100vh;
  position: relative;
}

.kv__item {
  width: 100vw;
  height: 100vh;
  position: absolute;
}
.kv__item::before, .kv__item::after {
  content: "";
  display: block;
  background-size: 50%;
  background-repeat: repeat;
  width: 100vw;
  position: absolute;
  left: 0;
  transition: 0.6s;
}
.kv__item::before {
  background-image: url(/web/20250322063600im_/https://cakeshop-broche.com/wp-content/themes/broche/asset/img/bg-bl.jpg);
  height: 100vh;
  top: 0;
  z-index: 998;
}
.kv__item::after {
  background-image: url(/web/20250322063600im_/https://cakeshop-broche.com/wp-content/themes/broche/asset/img/bg-bk.webp);
  height: 70vh;
  bottom: -20vh;
  transform: skewY(-10deg);
  z-index: 999;
}

.kv__item-5 {
  display: none;
}

.kv__item-1::before,
.kv__item-3::before,
.kv__item-5::before {
  background-image: url(/web/20250322063600im_/https://cakeshop-broche.com/wp-content/themes/broche/asset/img/bg-bl.jpg);
}
.kv__item-1::after,
.kv__item-3::after,
.kv__item-5::after {
  background-image: url(/web/20250322063600im_/https://cakeshop-broche.com/wp-content/themes/broche/asset/img/bg-bk.webp);
}

.kv__item-2::before,
.kv__item-4::before,
.kv__item-6::before
  {
  background-image: none;
  background-color: #D2D471;
}
.kv__item-2::after,
.kv__item-4::after,
.kv__item-6::after {
  background-image: none;
  background-color: #304565;
}

.kv__img {
  display: inline-block;
  position: absolute;
  transition: 1s;
  z-index: 1000;
}

.kv__img img {
  height: 100%;
}


.kv__item-6 .kv__img {
  height: 400px;
  top: 30%;
  left: 150%;
  transform: translateY(-50%);
}
@media screen and (max-width: 999px) {
  .kv__item-6 .kv__img {
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .kv__item-6 .kv__img {
    height: 160px;
  }
}

.kv__item-1 .kv__img {
  height: 400px;
  top: 35%;
  left: 90%;
  transform: translateY(-50%);
}
@media screen and (max-width: 999px) {
  .kv__item-1 .kv__img {
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .kv__item-1 .kv__img {
    height: 160px;
    left: 90%;
  }
}

.kv__item-2 .kv__img {
  height: 500px;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 999px) {
  .kv__item-2 .kv__img {
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .kv__item-2 .kv__img {
    height: 300px;
  }
}

.kv__item-3 .kv__img {
  height: 400px;
  top: 55%;
  left: -10%;
  transform: translateY(-50%);
}
@media screen and (max-width: 999px) {
  .kv__item-3 .kv__img {
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .kv__item-3 .kv__img {
    height: 160px;
    left: -30%;
  }
}

.kv__item-4 .kv__img {
  height: 400px;
  top: 60%;
  left: -50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 999px) {
  .kv__item-4 .kv__img {
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .kv__item-4 .kv__img {
    height: 160px;
    left: -80%;
  }
}

.kv__desc {
  width: 100%;
  position: absolute;
  bottom: 4%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
  transition: 0.6s;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .kv__desc {
    bottom: 6%;
  }
}

.kv__desc__num {
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 4px 16px;
  border: 0.6px solid #fff;
  display: inline-block;
  border-radius: 13px;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .kv__desc__num {
    font-size: 0.9rem;
    padding: 4px 12px;
  }
}

.kv__desc__title {
  font-size: 7.2rem;
  font-weight: 400;
  font-family: "Alegreya SC", serif;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .kv__desc__title {
    font-size: 4rem;
    margin-bottom: 6px;
  }
}

.kv__desc__text {
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 1;
}

.kv__item-2 .kv__desc {
  opacity: 1;
}

.kv__item-1 .kv__desc,
.kv__item-3 .kv__desc,
.kv__item-4 .kv__desc,
.kv__item-5 .kv__desc,
.kv__item-6 .kv__desc {
  opacity: 0;
}

.about {
  background-image: url(/web/20250322063600im_/https://cakeshop-broche.com/wp-content/themes/broche/asset/img/bg.webp);
  background-size: 50%;
  background-repeat: repeat;
  padding: 160px 0 200px;
}
@media screen and (max-width: 768px) {
  .about {
    padding: 50px 0 80px;
  }
}

.about__outer {
  position: relative;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .about__outer {
    padding: 0;
  }
}
.about__outer::after {
  content: "";
  background-image: url(/wp-content/themes/broche-theme/asset/img/about.jpg);
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  right: 50%;
  width: 800px;
  height: 100%;
  border-radius: 60px;
  box-shadow: 0 0 40px -30px;
}
@media screen and (max-width: 768px) {
  .about__outer::after {
    width: 93%;
    height: 300px;
    display: block;
    position: relative;
    left: 0;
    margin-top: 4rem;
    border-radius: 0 40px 40px 0;
  }
}

.about__inner {
  max-width: 1023px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about__inner {
    padding: 0 40px;
  }
}

.about__intro {
  padding: 7.2rem 0 72px calc(50% + 42px);
}
@media screen and (max-width: 768px) {
  .about__intro {
    padding: 0;
  }
}

.about__intro h2 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .about__intro h2 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.menu {
  background-image: url(/web/20250322063600im_/https://cakeshop-broche.com/wp-content/themes/broche/asset/img/bg.webp);
  background-size: 50%;
  background-repeat: repeat;
  padding: 0 40px 120px;
}
@media screen and (max-width: 768px) {
  .menu {
    padding: 0 0 80px;
  }
}

.menu__inner {
  max-width: 1238px;
  width: 100%;
  margin: 0 auto;
}

.menu__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .menu__list {
    gap: 30px;
    overflow-x: scroll;
  }
}

.menu__item {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .menu__item {
    max-width: 295px;
    min-width: 295px;
    width: 100%;
  }
  .menu__item:first-child {
    margin-left: 40px;
  }
  .menu__item:last-child {
    margin-right: 40px;
  }
}

.menu__item__img {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .menu__item__img {
    margin-bottom: 14px;
  }
}

.menu__item__img img {
  width: 100%;
  border-radius: 18px;
}
@media screen and (max-width: 768px) {
  .menu__item__img img {
    border-radius: 16px;
  }
}

.menu__item__title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .menu__item__title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}

.whole {
  background-image: url(/web/20250322063600im_/https://cakeshop-broche.com/wp-content/themes/broche/asset/img/bg-bk.webp);
  background-size: 50%;
  background-repeat: repeat;
  padding: 120px 40px 160px;
}
@media screen and (max-width: 768px) {
  .whole {
    padding: 60px 40px 80px;
  }
}

.whole__inner {
  max-width: 1023px;
  width: 100%;
  margin: 0 auto;
}

.whole__box:not(:last-child) {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .whole__box:not(:last-child) {
    margin-bottom: 60px;
  }
}

.whole__box__title {
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  padding: 4px 0 4px 20px;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .whole__box__title {
    font-size: 1.6rem;
    padding: 0 0 0 10px;
    margin-bottom: 16px;
  }
}
.whole__box__title::before {
  content: "";
  display: block;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .whole__box__title::before {
    width: 2px;
    height: 23px;
  }
}

.whole__box__col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.whole__box__img {
  width: 44%;
}
@media screen and (max-width: 768px) {
  .whole__box__img {
    width: 100%;
    margin-bottom: 20px;
  }
}

.whole__box__img img {
  width: 100%;
  border-radius: 16px;
}

.whole__box__table__outer {
  width: 52%;
}
@media screen and (max-width: 768px) {
  .whole__box__table__outer {
    width: 100%;
    overflow-x: scroll;
  }
}

.whole__box__table {
  width: 100%;
}

.whole__box__table tr th,
.whole__box__table tr td {
  font-size: 1.3rem;
  line-height: 1;
  padding: 12px 18px;
  border: 1px solid #5D3C25;
}
@media screen and (max-width: 768px) {
  .whole__box__table tr th,
.whole__box__table tr td {
    padding: 10px 15px;
  }
}

.whole__box__table tr th {
  text-align: center;
  background-color: #E9E3D7;
}
@media screen and (max-width: 768px) {
  .whole__box__table tr th {
    text-align: left;
  }
}

.whole__box__table tr td {
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .whole__box__table tr .table-150 {
    min-width: 150px;
  }
}

@media screen and (max-width: 768px) {
  .whole__box__table tr .table-90 {
    min-width: 90px;
  }
}

.insta {
  background-image: url(/web/20250322063600im_/https://cakeshop-broche.com/wp-content/themes/broche/asset/img/bg.webp);
  background-size: 50%;
  background-repeat: repeat;
  padding: 120px 40px 160px;
}
@media screen and (max-width: 768px) {
  .insta {
    padding: 80px 40px;
  }
}

.insta__inner {
  max-width: 1238px;
  width: 100%;
  margin: 0 auto;
}

.insta__box__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 2%;
}
@media screen and (max-width: 768px) {
  .insta__box__list {
    gap: 10px 2%;
  }
}

.insta__box__item {
  width: 31%;
}
@media screen and (max-width: 768px) {
  .insta__box__item {
    width: 48%;
  }
}

.insta__box__item figure img {
  width: 100%;
  border-radius: 8px;
}

.access {
  background-image: url(/web/20250322063600im_/https://cakeshop-broche.com/wp-content/themes/broche/asset/img/bg.webp);
  background-size: 50%;
  background-repeat: repeat;
  padding: 0 40px 160px;
}
@media screen and (max-width: 768px) {
  .access {
    padding: 0 40px 80px;
  }
}

.access__inner {
  max-width: 1238px;
  width: 100%;
  margin: 0 auto;
}

.access__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .access__box {
    flex-direction: column-reverse;
  }
}

.access__box__desc {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .access__box__desc {
    width: 100%;
  }
}

.access__box__desc h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .access__box__desc h3 {
    font-size: 1.6rem;
    margin-bottom: 2px;
  }
}

.access__box__desc p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .access__box__desc p {
    font-size: 1.4rem;
    margin-bottom: 16px;
  }
}

.access__box__map {
  width: 63%;
}
@media screen and (max-width: 768px) {
  .access__box__map {
    width: 100%;
    margin-bottom: 20px;
  }
}

.access__box__map iframe {
  width: 100%;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .access__box__map iframe {
    border-radius: 16px;
  }
}

.contact {
  background-image: url(/web/20250322063600im_/https://cakeshop-broche.com/wp-content/themes/broche/asset/img/bg.webp);
  background-size: 50%;
  background-repeat: repeat;
  padding: 0 40px 160px;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 0 40px 80px;
  }
}

.contact__inner {
  max-width: 1238px;
  width: 100%;
  margin: 0 auto;
}

.contact__box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact__box p {
  font-size: 1.8rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .contact__box p {
    font-size: 1.3rem;
    margin-bottom: 30px;
  }
}

.contact__box a {
  max-width: 300px;
  width: 100%;
  padding: 20px 3%;
  background-color: #D2A246;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .contact__box a {
    max-width: 295px;
    font-size: 1.4rem;
    gap: 5px;
  }
}

.contact__box a img {
  width: 15px;
  height: 15px;
}
@media screen and (max-width: 768px) {
  .contact__box a img {
    width: 13px;
    height: 13px;
  }
}
/*# sourceMappingURL=style.css.map */
/*
     FILE ARCHIVED ON 06:36:00 Mar 22, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 04:21:56 Sep 09, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.548
  exclusion.robots: 0.023
  exclusion.robots.policy: 0.011
  esindex: 0.013
  cdx.remote: 5.097
  LoadShardBlock: 194.378 (3)
  PetaboxLoader3.datanode: 87.949 (4)
  PetaboxLoader3.resolve: 150.689 (3)
  load_resource: 78.199
*/