.txt_br01 {
  color: #ac5800;
}

.bg_br01 {
  background: #ac5800;
}

.txt_br02 {
  color: #573000;
}

.bg_br02 {
  background: #573000;
}

.txt_rl {
  writing-mode: vertical-rl;
}

.lh2 {
  line-height: 2;
}

.rad5 {
  border-radius: 5px;
}

.font-en {
  font-family: "Oooh Baby", cursive;
}

.w90 {
  margin-inline: 10px;
}

.w80 {
  margin-inline: 30px;
}

body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  font-size: 14px;
  color: #573000;
}
body p {
  font-size: 14px;
  line-height: 2;
}

#container {
  padding-top: 70px;
  background-color: #f7f6f2;
  margin-inline: auto;
  text-align: center;
}

header {
  width: 100vw;
  height: 70px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: fixed;
  z-index: 999;
  padding: 10px 30px;
  box-sizing: border-box;
  background: #ac5800;
  transition: all 0.4s linear;
}
header .h_logo {
  position: relative;
  z-index: 999;
}
header.fixed {
  height: 60px;
}
header.fixed #gnavi .toggle {
  top: 10px;
}

#fv001 {
  box-sizing: border-box;
}
#fv001 .lead_h2 {
  position: absolute;
  top: 96px;
  left: 100px;
  margin: auto;
  font-size: max(18px, 5vw);
}
#fv001 .txt_rl {
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0.5em;
  font-weight: 500;
}
#fv001 .txt_rl span {
  display: inline-block;
  background-color: #fff;
  padding: 10px 4px;
  white-space: nowrap;
}
#fv001 .txt_rl span.ml {
  margin-right: 0.7em;
  margin-top: 2em;
}
#fv001 .img01 {
  margin-right: auto;
  width: 68%;
}

#fv01 {
  box-sizing: border-box;
}
#fv01 .lead_h2 {
  position: absolute;
  top: 96px;
  left: 73%;
  margin: auto;
  font-size: max(18px, 5vw);
}
#fv01 .txt_rl {
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0.5em;
  font-weight: 500;
}
#fv01 .txt_rl span {
  display: inline-block;
  background-color: #fff;
  padding: 10px 4px;
  white-space: nowrap;
}
#fv01 .txt_rl span.ml {
  margin-right: 0.7em;
  margin-top: 2em;
}
#fv01 .img01 {
  margin-right: auto;
  width: 68%;
}

.stit_en .txt40 {
  font-weight: normal;
  line-height: 1.5;
}

.btn01 a {
  text-align: center;
  margin: 0;
  font-size: 14px;
  display: block;
  position: relative;
  color: #573000;
  letter-spacing: 0.5px;
  background: #fff;
  border: 1.5px solid #573000;
  height: 50px;
  line-height: 48px;
  box-sizing: border-box;
}
.btn01 a:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  margin: auto;
  width: 4px;
  height: 4px;
  border-top: 1px solid #573000;
  border-right: 1px solid #573000;
  transform: rotate(45deg);
}

#about {
  padding: 50px 0;
}

#lineup {
  padding: 50px 0 70px;
}
#lineup .lineup_clm3 {
  gap: 15px;
}
#lineup .lineup_clm3 li {
  width: calc((100% - 30px) / 3);
}
#lineup .lineup_clm3 li .txt {
  margin-top: 13px;
}

.img_cafe_top img {
  border-radius: 15px 15px 0 0;
}

.img_cafe_btm img {
  border-radius: 0 0 15px 15px;
}

#cafe {
  padding-top: 50px;
  padding-bottom: 40px;
  background-color: #62502d;
  color: #fffcf8;
}
#cafe .img_cafe02 {
  width: 72%;
  margin-left: auto;
}
#cafe .img_cafe02 img {
  border-radius: 5px 0 0 5px;
}
#cafe .img_cafe03 {
  width: 72%;
  margin-right: auto;
}
#cafe .img_cafe03 img {
  border-radius: 0 0 5px 5px;
}
#cafe .img_wrap:before {
  display: block;
  content: "";
  width: 50%;
  height: 50%;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  background: rgba(145, 124, 82, 0.5019607843);
  z-index: 0;
}

#space {
  padding: 50px 0;
}
#space .bg_w {
  padding: 30px;
  border-radius: 15px;
  box-shadow: 3px 3px 10px 0px rgba(255, 198, 113, 0.1019607843);
}
#space .txt16.bt {
  border-top: 1px solid #fae5c4;
  padding-top: 30px;
  margin-top: 30px;
  width: 160px;
  margin-inline: auto;
}
#space .event02 {
  margin-left: -4.13%;
  max-width: 104.13%;
}
#space .event_box + .event_box {
  border-top: 1px solid #fae5c4;
  padding-top: 30px;
  margin-top: 30px;
}
#space .list_clm2 {
  gap: 10px;
}
#space .list_clm2 li {
  background: url(/img/top/i_list.png) 0 50% no-repeat;
  background-size: 10px auto;
  padding-left: 15px;
  width: calc((100% - 10px) / 2);
}

.bg_dot {
  background: url(/img/common/dot.png);
}

#comingsoon {
  padding: 50px 0;
}
#comingsoon .i_bread:before {
  display: block;
  content: "";
  width: 53px;
  height: 46px;
  top: -25px;
  left: 0;
  margin: auto;
  position: absolute;
  background: url(/img/top/bread05.png) 50% 50% no-repeat;
  background-size: 100% auto;
  z-index: 4;
}
#comingsoon .i_bread:after {
  display: block;
  content: "";
  width: 57px;
  height: 50px;
  top: -35px;
  right: 0;
  margin: auto;
  position: absolute;
  background: url(/img/top/bread06.png) 50% 50% no-repeat;
  background-size: 100% auto;
  z-index: 4;
}

.sns_btn {
  gap: 25px;
}

.stit_en .txt18 {
  line-height: 1.2;
  padding-top: 10px;
  margin-bottom: 40px;
}

.about_index {
  border-radius: 15px;
}
.about_index li {
  background-color: #fff;
  padding: 40px 30px 65px;
  border-radius: 15px 15px 0 0;
  position: relative;
}
.about_index li.bg02 {
  background: #dcd1b8;
}
.about_index li + li {
  margin-top: -15px;
}
.about_index li:last-child {
  z-index: 3;
  padding: 40px 30px 50px;
}

#about_index {
  margin-bottom: 80px;
}

#about_detail {
  padding: 50px 0 30px;
}
#about_detail .bg_w {
  border-radius: 15px;
  padding: 30px 20px;
}
#about_detail .stit16 {
  gap: 16px;
}
#about_detail .stit16 .txt {
  width: calc(100% - 62px);
}
#about_detail .img02 {
  margin-right: 31.7%;
}

.sp440 {
  display: none;
}

@media screen and (max-width: 435px) {
  /*-----------*/
  .sp440 {
    display: block;
  }
} /*-----------*/
.lineup_clm2 {
  gap: 30px 15px;
}
.lineup_clm2 li {
  width: calc((100% - 15px) / 2);
}

.cake_price_clm2 {
  background: #fff;
  border-radius: 15px;
  padding: 20px 10px;
  gap: 20px 6px;
}
.cake_price_clm2 li {
  width: calc(50% - 3px);
}

footer {
  padding: 50px 0;
  background: #6d3c00;
  border-radius: 15px 15px 0 0;
  color: #fff7ee;
}
footer .w80 {
  gap: 40px;
}
footer .info {
  gap: 20px 0px;
  line-height: 2;
}
footer .info dt {
  width: 75px;
  font-weight: normal;
}
footer .info dd {
  width: calc(100% - 75px);
  border-left: 1px solid #7e5421;
  box-sizing: border-box;
  padding-left: 20px;
}
footer .info dd .txt10 {
  padding-top: 10px;
}
footer .inline_wrap {
  aspect-ratio: 315/140;
}
footer .inline_wrap iframe {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.f_nav li {
  border-bottom: 1px solid #7e5421;
}
.f_nav li a {
  color: #fff7ee;
  transition: all 0.4s linear;
  line-height: 40px;
}
.f_nav li a:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2px;
  margin: auto;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff7ee;
  border-right: 1px solid #fff7ee;
  transform: rotate(45deg);
}
.f_nav li a:hover {
  color: #fff;
}

aside {
  display: none;
}

.breadcrumb {
  padding: 5px 0;
}
.breadcrumb ol {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  text-align: left;
  line-height: 1;
}
.breadcrumb ol li:not(:first-child):before {
  content: "-";
  padding-left: 12px;
  padding-right: 8px;
}
.breadcrumb ol li span {
  display: inline;
}
.breadcrumb ol li a {
  display: inline;
  text-decoration: underline;
}
.breadcrumb ol li a:hover {
  text-decoration: none;
}
.breadcrumb ol li a.current {
  text-decoration: none;
  pointer-events: none;
}
.breadcrumb ol li a.current:hover {
  text-decoration: none;
}

.pc_slide {
  display: none;
}

@media screen and (min-width: 737px) {
  /*------*/
  .pc_slide {
    z-index: -1;
    display: block;
    width: calc(100vw - 630px);
    height: 100vh;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    position: fixed;
  }
  .pc_slide .swiper-slide {
    width: calc(100vw - 630px);
    overflow: hidden;
    height: 100vh;
  }
  .pc_slide .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #container {
    padding-top: 0;
    width: 380px;
    margin-inline: auto 250px;
    position: relative;
  }
  #main {
    position: relative;
    z-index: 10;
    background: #f7f6f2;
  }
  header {
    display: none !important;
  }
  #fv01 .lead_h2 {
    font-size: 18px;
  }
  aside {
    background-color: #ac5800;
    width: 250px;
    height: 100vh;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: fixed;
    display: grid !important;
    place-items: center;
  }
  aside .aside_inbox {
    display: flex;
    flex-direction: column;
    gap: 17vh;
  }
  aside .aside_nav li {
    display: flex;
    flex-direction: column;
  }
  aside .aside_nav li a {
    color: #fff7ee;
    transition: all 0.4s linear;
    line-height: 40px;
  }
  aside .aside_nav li a:hover {
    color: #fff;
  }
} /*--------*/
#gnavi {
  position: absolute;
  top: 0;
  left: 0;
  right: 0px;
  margin: auto;
  pointer-events: none;
}
#gnavi .toggle {
  pointer-events: all;
  width: 50px;
  height: 50px;
  text-align: center;
  box-sizing: border-box;
  top: 15px;
  right: 30px;
  position: absolute;
  cursor: pointer;
  z-index: 9999;
  transition: all 0.4s linear;
}
#gnavi .toggle span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  height: 2px;
  background: #fff4e8;
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}
#gnavi .toggle span:nth-of-type(1) {
  top: 15px;
}
#gnavi .toggle span:nth-of-type(2) {
  top: 25px;
}

#gnavi .menu_open {
  z-index: 992;
  width: 100%;
  height: 100dvh;
  position: absolute;
  top: -100%;
  left: 0;
  opacity: 0;
  transition: all 0.3s;
  color: #fff4e8;
  background: url(/img/common/bg_sp_menu.webp) 50% 50% no-repeat;
  background-size: cover;
}
#gnavi .menu_open ul.pa {
  opacity: 0;
  height: 0;
  margin: 0px auto 70px;
  transition: all 0.4s linear;
}
#gnavi .menu_open ul.pa > li {
  opacity: 0;
  height: 0;
  transition: all 0.4s linear;
  pointer-events: none;
}
#gnavi .menu_open ul.pa > li a {
  color: #fff4e8;
  position: relative;
  overflow: hidden;
  line-height: 50px;
  display: block;
  text-align: right;
}
#gnavi .menu_toggle:checked + label .toggle span {
  background: #fff4e8;
}
#gnavi .menu_toggle:checked + label .toggle span:nth-of-type(1) {
  transform: translateY(5px) rotate(-345deg);
}
#gnavi .menu_toggle:checked + label .toggle span:nth-of-type(2) {
  transform: translateY(-5px) rotate(345deg);
}

#menu_toggle:checked ~ .menu_open {
  pointer-events: none;
  top: 0;
  height: 100vh;
  display: block;
  opacity: 1;
  padding: 0px 0 1px;
}
#menu_toggle:checked ~ .menu_open #spNav {
  padding-top: 96px;
}
#menu_toggle:checked ~ .menu_open ul.pa {
  pointer-events: all;
  opacity: 1;
  height: auto;
}
#menu_toggle:checked ~ .menu_open ul.pa > li {
  height: auto;
  opacity: 1;
  pointer-events: all;
}
/*# sourceMappingURL=style.css.map */