@charset "UTF-8";
#menu .menu h2, #information h2 {
  font-size: 40px;
  color: #ffffff;
  line-height: 1.2;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  background-color: #39b14a;
  width: 470px;
  height: 120px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  border-radius: 200px;
}
#menu .menu h2 small, #information h2 small {
  display: block;
  font-size: 18px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-style: normal;
}
@media (max-width: 1199px) {
  #menu .menu h2, #information h2 {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  #menu .menu h2, #information h2 {
    font-size: 25px;
    width: 300px;
    height: 75px;
  }
  #menu .menu h2 small, #information h2 small {
    font-size: 16px;
  }
}

#menu .menu h2, #information h2 {
  margin-bottom: 30px;
  text-align: center;
}

#instagram {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
}

#selecter .map .HTMLBlock {
  height: 100%;
}

/* ----------------------------------------------
mainimg
------------------------------------------------- */
#mainimg {
  position: relative;
  overflow: hidden;
}
#mainimg::before, #mainimg::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 40%;
  height: 55%;
  bottom: 1%;
  left: -10%;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  background-image: url(../images/main-tree.png);
}
#mainimg::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 40%;
  height: 55%;
  bottom: 1%;
  left: unset;
  right: -10%;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  background-image: url(../images/main-tree.png);
}
#mainimg #mainbg {
  height: calc(100vh + 3vw);
}
#mainimg #mainbg img {
  width: 100%;
  height: 80%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  background-size: cover;
  background-position: center;
}
#mainimg .mainimg {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: -2vw;
  left: 50%;
  width: 1500px;
  transform: translateX(-50%);
  z-index: 3;
  pointer-events: none;
}
#mainimg .mainimg img {
  width: 100%;
  height: 100%;
}
#mainimg.m_fixed .logo {
  position: fixed;
  top: 10px;
  z-index: 5;
  left: 30px;
  transform: unset;
}
#mainimg.m_fixed .logo img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  height: 70px;
}
#mainimg .logo {
  position: absolute;
  left: 29%;
  transform: translate(-50%, -50%);
  top: 32%;
  z-index: 3;
}
#mainimg .logo img {
  min-width: 160px;
  width: 100%;
}
@media (max-width: 1600px) {
  #mainimg .mainimg {
    width: 84%;
  }
}
@media (max-width: 1199px) {
  #mainimg .logo {
    width: 30%;
  }
  #mainimg #mainbg {
    height: 50vw;
  }
  #mainimg .mainimg {
    bottom: -5vw;
  }
}
@media (max-width: 767px) {
  #mainimg .logo {
    width: 28%;
    left: 25%;
  }
  #mainimg .logo img {
    min-width: unset;
  }
  #mainimg .mainimg {
    width: 96%;
    max-width: 500px;
    bottom: -4vw;
  }
  #mainimg #mainbg {
    height: 300px;
  }
}
@media (max-width: 500px) {
  #mainimg .logo {
    width: 35%;
  }
  #mainimg #mainbg {
    height: 250px;
  }
  #mainimg .mainimg {
    bottom: -5vw;
  }
}

/* ----------------------------------------------
information
------------------------------------------------- */
#information {
  margin-bottom: 70px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  background-image: url(../images/information-bg.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  padding-top: 40px;
  padding-bottom: 30px;
  position: relative;
}
@media (min-width: 1770px) {
  #information {
    background-size: cover;
    background-position: top;
  }
}
#information::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background-image: url(../images/information-shape1.png);
  background-repeat: no-repeat;
  width: 225px;
  height: 300px;
}
#information::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  background-image: url(../images/information-shape2.png);
  background-repeat: no-repeat;
  width: 225px;
  height: 300px;
}
#information .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1320px;
}
#information .maintext {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 70px;
  position: relative;
}
#information .maintext::before {
  content: "";
  position: absolute;
  left: 10%;
  top: 10px;
  background-image: url(../images/information-shape3.png);
  background-repeat: no-repeat;
  width: 123px;
  height: 136px;
  z-index: -1;
}
#information .maintext::after {
  content: "";
  position: absolute;
  right: 10%;
  top: 70px;
  background-image: url(../images/information-shape4.png);
  background-repeat: no-repeat;
  width: 117px;
  height: 168px;
}
#information .thumbset {
  position: relative;
}
#information .thumbset::before {
  content: "";
  position: absolute;
  left: 10px;
  top: -100px;
  background-image: url(../images/information-shape5.png);
  background-repeat: no-repeat;
  width: 89px;
  height: 108px;
}
#information .thumbset::after {
  content: "";
  position: absolute;
  right: 20px;
  top: -75px;
  background-image: url(../images/information-shape6.png);
  background-repeat: no-repeat;
  width: 72px;
  height: 90px;
}
#information .thumbset a {
  transition: all 0.5s ease-out;
}
#information .thumbset a:hover {
  opacity: 0.6;
}
#information .thumbset a {
  height: -moz-fit-content;
  height: fit-content;
  font-weight: 500;
  display: block;
}
#information .thumbset .main {
  width: 100%;
  position: relative;
  z-index: 3;
}
#information .thumbset .main .slick-list .image {
  margin-bottom: 10px;
}
#information .thumbset .main .slick-list .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 293/201;
  border-radius: 25px;
}
#information .thumbset .main .slick-slide {
  margin: 0 15px;
}
#information .thumbset .time-box {
  display: flex;
}
#information .thumbset .txt-box {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px 20px;
}
#information .thumbset time {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000;
  line-height: 1.4;
  margin-right: 10px;
}
#information .thumbset .cate {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 13px;
  background-color: #f23d5b;
  line-height: 1;
  display: flex;
  align-items: center;
  padding: 0 5px;
  border-radius: 5px;
  color: #fff;
}
#information .thumbset .text {
  font-weight: 400;
  line-height: 1.5;
  margin-top: 7px;
}
#information .thumbset {
  /* prev next arrows */
}
#information .thumbset .slick-prev,
#information .thumbset .slick-next {
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  z-index: 1;
}
#information .thumbset .slick-prev {
  background: url("../images/slide-prev.png") no-repeat left center/cover;
  left: -90px;
}
#information .thumbset .slick-next {
  background: url("../images/slide-next.png") no-repeat right center/cover;
  right: -90px;
}
#information .thumbset .slick-arrow {
  transition: all 0.5s ease-out;
  width: 60px;
  height: 60px;
  text-indent: -999em;
  cursor: pointer;
}
#information .thumbset .slick-arrow.slick-disabled {
  opacity: 0;
  cursor: inherit;
}
@media (max-width: 1490px) {
  #information .thumbset {
    padding: 0 15px;
  }
  #information .thumbset .main .slick-slide {
    margin: 0 10px;
  }
  #information .thumbset .slick-prev {
    left: -20px;
  }
  #information .thumbset .slick-next {
    right: -20px;
  }
  #information .thumbset .slick-arrow {
    transition: all 0.5s ease-out;
    text-indent: -999em;
    cursor: pointer;
  }
}
@media (max-width: 1280px) {
  #information h2 {
    margin-left: unset;
  }
  #information .thumbset {
    padding: 0 20px;
  }
}
@media (max-width: 1199px) {
  #information::before {
    left: 0;
    top: 10px;
    background-repeat: no-repeat;
    width: 150px;
    height: 300px;
    background-size: contain;
  }
  #information::after {
    right: 0;
    top: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    width: 150px;
    height: 300px;
    z-index: -1;
  }
  #information .maintext {
    margin-bottom: 90px;
  }
  #information .maintext::before {
    background-image: url(../images/information-shape3.png);
    background-repeat: no-repeat;
    width: 100px;
    height: 136px;
    z-index: -1;
    background-size: contain;
  }
  #information .maintext::after {
    background-image: url(../images/information-shape4.png);
    background-repeat: no-repeat;
    width: 95px;
    height: 168px;
    background-size: contain;
    z-index: -1;
  }
}
@media (max-width: 767px) {
  #information {
    padding-top: 60px;
    margin-bottom: 60px;
  }
  #information::before {
    left: 0;
    top: 10px;
    background-repeat: no-repeat;
    width: 70px;
    height: 300px;
    background-size: contain;
  }
  #information::after {
    right: 0;
    top: 10px;
    background-repeat: no-repeat;
    width: 70px;
    height: 300px;
  }
  #information .maintext {
    font-size: 15px;
    margin-bottom: 70px;
  }
  #information .maintext::before {
    left: 1%;
    top: 20px;
    background-image: url(../images/information-shape3.png);
    background-repeat: no-repeat;
    width: 60px;
    height: 136px;
    z-index: -1;
    background-size: contain;
  }
  #information .maintext::after {
    right: 1%;
    background-image: url(../images/information-shape4.png);
    background-repeat: no-repeat;
    width: 57px;
    height: 168px;
    background-size: contain;
    z-index: -1;
    top: 50px;
  }
  #information .thumbset {
    padding: 0 15px;
  }
  #information .thumbset::before {
    left: 45px;
    top: -60px;
    background-image: url(../images/information-shape5.png);
    background-repeat: no-repeat;
    width: 54px;
    background-size: contain;
  }
  #information .thumbset::after {
    content: "";
    position: absolute;
    right: 45px;
    top: -50px;
    background-image: url(../images/information-shape6.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 49px;
  }
  #information .thumbset .txt-box {
    padding: 10px 10px;
    min-height: unset;
  }
  #information .thumbset .main .slick-slide {
    margin: 0 5px;
  }
  #information .thumbset .slick-prev {
    left: -10px;
    top: 35%;
  }
  #information .thumbset .slick-next {
    right: -10px;
    top: 35%;
  }
  #information .thumbset .slick-arrow {
    transition: all 0.5s ease-out;
    width: 40px;
    height: 40px;
    text-indent: -999em;
    cursor: pointer;
  }
}
#information article {
  display: block;
}
#information article + article {
  margin-top: 45px;
}
#information article .text {
  font-size: 16px;
  line-height: 1.875;
  color: #4b4948;
  font-weight: 700;
}
#information article {
  /*  カテゴリーあり
  .cate {
     margin-right: 30px;
     flex-shrink: 0;
     width: 100px;
     height: 20px;
     background-color: #3c8bd6;
     @include flex-center();
     a {
       @include flex-center();
       width: 100%;
       height: 100%;
       text-decoration: none;
       @include opacity();
     }
   } 
   */
}
#information {
  /* //画像あり
  article {
    display: flex;
    padding: 0 20px 20px 20px;
    border-bottom: solid 1px #f3f3f3;
    & + article {
      margin-top: 40px;
    }
    .image {
      flex-shrink: 0;
      width: 60px;
      height: 60px;
      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        font-family: "object-fit: cover;";
        border-radius: 50%;
      }
    }
    time {
      margin: 15px 30px 0 20px;
      display: block;
      flex-shrink: 0;
      font-size: 14px;
      @include lh(14, 30);
      font-weight: 700;
      color: #fabe00;
    }
    .text {
      margin-top: 15px;
      font-size: 16px;
      @include lh(16, 30);
      font-weight: 700;
      a {
        @include opacity();
        text-decoration: none;
        color: #101010;
      }
    }
  }
   */
}
@media (max-width: 767px) {
  #information {
    margin-bottom: 40px;
  }
  #information article {
    display: block;
    padding: 0 10px 5px 10px;
  }
  #information article + article {
    margin-top: 30px;
  }
  #information article time {
    margin-right: 0px;
  }
  #information article .text {
    font-size: 14px;
  }
  #information article {
    /* カテゴリーあり
    flex-wrap: wrap;
    .cate {
      margin-right: 0px;
    }
     */
  }
  #information {
    /* //画像あり
    article {
      flex-wrap: wrap;
       padding: 0 10px 5px 10px;
       & + article {
         margin-top: 30px;
       }
       time {
         margin-right: 0px;
       }
       .text {
         margin-top: 10px;
         width: 100%;
         font-size: 14px;
       }
     }
     */
  }
}

/* ----------------------------------------------
menu
------------------------------------------------- */
#menu {
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
}
#menu h2 {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 63px;
  color: #4b4948;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
#menu .linkset {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1270px;
  margin-bottom: 90px;
  position: relative;
  z-index: 3;
}
#menu .linkset ul {
  display: flex;
}
#menu .linkset li {
  width: 23.6220472441%;
  position: relative;
  transition: all 0.5s ease-out;
}
#menu .linkset li:hover {
  opacity: 0.6;
}
#menu .linkset li a::before {
  content: "";
  z-index: 3;
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50%;
  background-repeat: no-repeat;
  transform: translateX(-50%);
  bottom: -25px;
  background-image: url(../images/linkset-arrow.png);
}
#menu .linkset li:not(:nth-child(4n+1)) {
  margin-left: 1.8372703412%;
}
#menu .linkset li:nth-child(n+5) {
  margin-top: 20px;
}
#menu .linkset li:nth-child(2) a {
  background-color: #2a8035;
}
#menu .linkset li:nth-child(3) a {
  background-color: #98bf3c;
}
#menu .linkset li:nth-child(4) a {
  background-color: #32ab88;
}
#menu .linkset li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  background: #39b14a;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s ease-out;
  line-height: 1.3;
  font-size: 26px;
  border-radius: 90px;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  padding-bottom: 0.2em;
  border: unset;
  text-align: center;
}
@media (max-width: 767px) {
  #menu .linkset ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #menu .linkset li {
    width: 48%;
  }
  #menu .linkset li:not(:nth-child(4n+1)) {
    margin-left: unset;
  }
  #menu .linkset li:nth-child(n+3) {
    margin-top: 25px;
  }
  #menu .linkset li a {
    font-size: 16px;
    padding: 0 10px;
    height: 55px;
  }
  #menu .linkset li a::before {
    width: 35px;
    height: 35px;
    background-size: contain;
    bottom: -17.5px;
  }
}
#menu .menu:nth-child(n+2) {
  margin-top: 120px;
}
#menu .menu .inner {
  background-image: url(../images/menu-bg.webp);
  background-position: top;
  background-size: cover;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1420px;
  padding: 20px 70px;
  padding-top: 60px;
  border-radius: 25px;
  position: relative;
}
#menu .menu .inner::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 37%;
  height: 286px;
  top: -200px;
  left: 0;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  background-image: url(../images/main-tree.png);
}
#menu .menu .inner::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 37%;
  height: 286px;
  top: -200px;
  right: 0;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  background-image: url(../images/main-tree.png);
}
#menu .menu h3 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  text-align: center;
  font-size: 47px;
  color: #4b2916;
  line-height: 1.7;
}
#menu .menu h3 small {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #754c24;
  font-size: 30px;
  width: 100%;
  max-width: 1100px;
  background-color: #fffde5;
  margin-left: auto;
  margin-right: auto;
  border-radius: 100px;
  text-align: center;
  margin-bottom: 40px;
  display: block;
}
#menu .menu#morning {
  position: relative;
}
#menu .menu#morning::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 464px;
  height: 500px;
  top: -300px;
  left: calc((100% - 1830px) / 2);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  background-image: url(../images/morning-tree.png);
}
#menu .menu#morning::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 464px;
  height: 500px;
  top: -300px;
  right: calc((100% - 1850px) / 2);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  background-image: url(../images/morning-tree.png);
}
#menu .menu#morning .inner {
  padding-bottom: 60px;
}
#menu .menu#morning .contents {
  display: flex;
  justify-content: space-between;
  max-width: unset;
}
#menu .menu#morning .block {
  background-color: #4b2916;
  border-radius: 25px;
  display: block;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 16%;
  padding: 40px 0;
  gap: 30px;
  position: relative;
}
#menu .menu#morning .block:nth-of-type(2) {
  padding: 35px 30px;
}
#menu .menu#morning .block .menu-container {
  display: flex;
  justify-content: space-between;
}
#menu .menu#morning .block .menu-box.yousyoku {
  width: 62%;
}
#menu .menu#morning .block .menu-box.yousyoku .title {
  color: #4b2916;
}
#menu .menu#morning .block .menu-box.yousyoku .txt-container {
  display: flex;
  justify-content: space-between;
  background-color: #fffde5;
  border-radius: 15px;
  padding: 20px;
  height: 100%;
}
#menu .menu#morning .block .menu-box.yousyoku .txt-container .txt-box {
  width: 57%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#menu .menu#morning .block .menu-box.yousyoku .txt-container .txt-box:nth-of-type(1) .image-box {
  display: flex;
}
#menu .menu#morning .block .menu-box.yousyoku .txt-container .txt-box:nth-of-type(1) .image-box:nth-child(n+2) {
  margin-top: 20px;
}
#menu .menu#morning .block .menu-box.yousyoku .txt-container .txt-box:nth-of-type(1) .image-box .image {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#menu .menu#morning .block .menu-box.yousyoku .txt-container .txt-box:nth-of-type(1) .image-box .image img {
  width: 80%;
}
#menu .menu#morning .block .menu-box.yousyoku .txt-container .txt-box:nth-of-type(1) .image-box .image-title {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#menu .menu#morning .block .menu-box.yousyoku .txt-container .txt-box:nth-of-type(2) {
  width: 34%;
}
#menu .menu#morning .block .menu-box.yousyoku .txt-container .txt-box:nth-of-type(2)::before {
  position: absolute;
  top: 0;
  left: -27%;
  display: block;
  background-size: 100%;
  content: "";
  width: 25%;
  height: 100%;
  background-image: url(../images/plus.png);
  background-repeat: no-repeat;
  background-position: center;
}
#menu .menu#morning .block .menu-box.wasyoku {
  width: 28%;
  position: relative;
}
#menu .menu#morning .block .menu-box.wasyoku::before {
  content: "OR";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -36%;
  font-size: 30px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  width: 36%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#menu .menu#morning .block .menu-box.wasyoku .txt-container {
  height: 100%;
  display: flex;
  justify-content: space-between;
  background-color: #fffde5;
  border-radius: 15px;
  padding: 20px;
}
#menu .menu#morning .block .menu-box.wasyoku .txt-container .txt-box {
  display: flex;
  flex-direction: column;
}
#menu .menu#morning .block .menu-box.wasyoku .txt-container .txt-box .image-box {
  margin-top: auto;
}
#menu .menu#morning .block .menu-box.wasyoku .txt-container .txt-box .image-box .image {
  margin-bottom: 15px;
}
#menu .menu#morning .block .title {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  color: #fff;
  line-height: 1.5;
  text-align: center;
}
#menu .menu#morning .block .title2 {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  color: #4b2916;
  line-height: 1.2;
  text-align: center;
}
#menu .menu#morning .block .image-title {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  color: #4b2916;
  text-align: center;
  line-height: 1.2;
}
#menu .menu#morning .block .image-title small {
  font-size: 14px;
  display: block;
  line-height: 1.2;
}
#menu .menu#morning .block:nth-child(1) {
  gap: 30px;
  display: flex;
  flex-direction: column;
}
#menu .menu#morning .block:nth-child(1) .image-box .image {
  display: flex;
  justify-content: center;
}
#menu .menu#morning .block:nth-child(1) .image-box:nth-child(1) .image {
  display: flex;
  justify-content: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
#menu .menu#morning .block:nth-child(2) {
  width: 75%;
  gap: unset;
  flex-direction: unset;
}
#menu .menu#morning .block:nth-child(2)::before {
  position: absolute;
  top: 0;
  left: -12%;
  display: block;
  content: "";
  width: 12%;
  height: 100%;
  background-image: url(../images/plus.png);
  background-repeat: no-repeat;
  background-position: center;
}
#menu .menu#morning .block:nth-child(2) .title {
  margin-bottom: 30px;
}
#menu .menu#morning .block:nth-child(3) {
  width: 44%;
  padding: 20px 20px;
}
#menu .menu#morning .block:nth-child(3)::before {
  position: absolute;
  top: 0;
  left: -16%;
  display: block;
  content: "";
  width: 16%;
  height: 100%;
  background-image: url(../images/plus.png);
  background-repeat: no-repeat;
  background-position: center;
}
#menu .menu#morning .block:nth-child(3) .title {
  margin-bottom: 0;
}
#menu .menu#morning .block:nth-child(3) .title2 {
  margin-bottom: 10px;
}
#menu .menu#morning .block:nth-child(3) .txt-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
#menu .menu#morning .block:nth-child(3) .txt-box {
  width: 41%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 10px;
}
#menu .menu#morning .block:nth-child(3) .txt-box:nth-child(2) {
  position: relative;
}
#menu .menu#morning .block:nth-child(3) .txt-box:nth-child(2)::before {
  content: "OR";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -43.5%;
  font-size: 30px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  width: 43.5%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#menu .menu#morning .block:nth-child(3) .txt-box:nth-child(2) .image {
  margin-bottom: 30px;
}
#menu .menu#morning .block:nth-child(3) .image {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
#menu .menu#morning .block:nth-child(3) .image-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#menu .menu#morning .block:nth-child(3) .image-box:nth-of-type(n+3) {
  margin-top: 55px;
}
#menu .menu#morning .block:nth-child(3) .image-box:nth-of-type(n+3) .image {
  position: relative;
}
#menu .menu#morning .block:nth-child(3) .image-box:nth-of-type(n+3) .image::before {
  content: "OR";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -50px;
  font-size: 30px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #4b2916;
}
@media (max-width: 1440px) {
  #menu .menu#morning::before {
    left: -200px;
  }
  #menu .menu#morning::after {
    right: -200px;
  }
}
#menu .menu#grand .contents, #menu .menu#sweets .contents {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1190px;
  gap: 60px 5.5084745763%;
  padding-left: 0;
  padding-right: 0;
  flex-wrap: wrap;
  margin-bottom: 90px;
}
#menu .menu#grand .block, #menu .menu#sweets .block {
  width: 29.6610169492%;
  display: flex;
  flex-direction: column;
}
#menu .menu#grand .sub-menu, #menu .menu#sweets .sub-menu {
  max-width: 700px;
  margin: 40px auto 0;
  padding: 30px 32px;
  background: #886239;
  border-radius: 20px;
  color: #fff;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
  margin-bottom: 100px;
}
#menu .menu#grand .sub-menu .title, #menu .menu#sweets .sub-menu .title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 18px;
  letter-spacing: 0.05em;
  position: relative;
  padding-bottom: 8px;
}
#menu .menu#grand .sub-menu .title::after, #menu .menu#sweets .sub-menu .title::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: rgba(255, 255, 255, 0.6);
  margin: 8px auto 0;
}
#menu .menu#grand .sub-menu ul, #menu .menu#sweets .sub-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#menu .menu#grand .sub-menu ul li, #menu .menu#sweets .sub-menu ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
#menu .menu#grand .sub-menu ul li .title, #menu .menu#sweets .sub-menu ul li .title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
  padding-bottom: 0;
}
#menu .menu#grand .sub-menu ul li .title::after, #menu .menu#sweets .sub-menu ul li .title::after {
  display: none;
}
#menu .menu#grand .sub-menu ul li .price, #menu .menu#sweets .sub-menu ul li .price {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.03em;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
@media (max-width: 767px) {
  #menu .menu#grand .sub-menu, #menu .menu#sweets .sub-menu {
    padding: 15px;
    padding-bottom: 30px;
    margin-bottom: 70px;
  }
  #menu .menu#grand .sub-menu .title, #menu .menu#sweets .sub-menu .title {
    padding: unset;
    background-color: unset;
    min-height: unset;
    font-size: 18px;
  }
  #menu .menu#grand .sub-menu ul li .title, #menu .menu#sweets .sub-menu ul li .title {
    font-size: 15px;
  }
  #menu .menu#grand .sub-menu ul li .price, #menu .menu#sweets .sub-menu ul li .price {
    font-size: 15px;
  }
}
#menu .menu#grand .badge, #menu .menu#sweets .badge {
  background-color: #f23d5b;
  font-size: 12px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  left: -30px;
  top: -28px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.3;
}
#menu .menu#grand .image, #menu .menu#sweets .image {
  margin-bottom: 20px;
  margin-top: auto;
  position: relative;
  width: 100%;
}
#menu .menu#grand .image img, #menu .menu#sweets .image img {
  position: relative;
  display: block;
  z-index: 1;
  width: 100%;
}
#menu .menu#grand h3, #menu .menu#sweets h3 {
  margin-bottom: 60px;
}
#menu .menu#grand h3 small, #menu .menu#sweets h3 small {
  margin-bottom: 20px;
}
#menu .menu#grand h3 .text, #menu .menu#sweets h3 .text {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 25px;
  color: #fffde5;
  background-color: #f23d5b;
  padding: 10px 50px;
  border-radius: 10px;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
#menu .menu#grand .txt-box, #menu .menu#sweets .txt-box {
  background-color: #4b2916;
  border-radius: 25px;
  padding: 2px 10px;
  min-height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#menu .menu#grand .txt-box small, #menu .menu#sweets .txt-box small {
  font-size: 17px;
  font-weight: 300;
}
#menu .menu#grand .txt-box .price::after, #menu .menu#sweets .txt-box .price::after {
  content: "円";
}
#menu .menu#grand .title, #menu .menu#sweets .title {
  text-align: center;
  font-size: 21px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  line-height: 1.44;
}
#menu .menu#grand h2 {
  background-color: #2a8035;
}
#menu .menu#sweets h2 {
  background-color: #98bf3c;
}
#menu .menu#drink h2 {
  background-color: #32ab88;
}
#menu .menu#drink .contents {
  gap: unset;
  display: flex;
  justify-content: space-between;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}
#menu .menu#drink .block {
  width: 48.5%;
  position: relative;
}
#menu .menu#drink .block::before {
  content: "";
  background-image: url(../images/drink1.png);
  width: 144px;
  height: 191px;
  position: absolute;
  left: -50px;
  top: -60px;
}
#menu .menu#drink .block .txt-box {
  padding-left: 30px;
  padding-right: 30px;
}
#menu .menu#drink .block:nth-child(2)::before {
  content: "";
  background-image: url(../images/drink2.png);
  width: 136px;
  height: 108px;
  position: absolute;
  left: -30px;
  top: 10px;
}
#menu .menu#drink .block:nth-child(2) .txt-box {
  padding-left: 30px;
  padding-right: 30px;
}
#menu .menu#drink .block:nth-child(2) .bottom {
  padding-right: 100px;
  position: relative;
}
#menu .menu#drink .block:nth-child(2) .bottom .text {
  background-color: #886239;
}
#menu .menu#drink .block:nth-child(2) .bottom::before {
  content: "";
  background-image: url(../images/drink-animal.png);
  width: 157px;
  height: 255px;
  position: absolute;
  right: -40px;
  top: -130px;
}
#menu .menu#drink h3 {
  font-size: 40px;
  background-color: #4b2916;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -65px;
  position: relative;
  z-index: 2;
  border-radius: 20px;
  line-height: 1.2;
  min-height: 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#menu .menu#drink h3 small {
  background-color: unset;
  max-width: unset;
  color: #fff;
  font-size: 18px;
  margin-bottom: unset;
}
#menu .menu#drink .txt-box {
  width: 100%;
  background-color: #fffde5;
  border-radius: 25px;
  padding: 30px 60px;
  padding-top: 100px;
}
#menu .menu#drink ul li {
  font-size: 26px;
  color: #4b2916;
  display: flex;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  flex-wrap: wrap;
  line-height: 1.6;
}
#menu .menu#drink ul li::before {
  content: "・";
}
#menu .menu#drink ul li .price {
  margin-left: auto;
  padding-left: 15px;
}
#menu .menu#drink ul li .text {
  padding-left: 1em;
}
#menu .menu#drink .bottom {
  margin-top: 20px;
  padding: 0 5px;
}
#menu .menu#drink .bottom .text {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 21px;
  background-color: #736357;
  border-radius: 20px;
  color: #fff;
  padding: 10px 15px;
  line-height: 1.380952381;
}
#menu .menu#grand h2 {
  background-color: #2a8035;
}
#menu .menu#sweets h2 {
  background-color: #98bf3c;
}
#menu .menu#drink h2 {
  background-color: #32ab88;
}
#menu .menu#drink .inner {
  padding-top: 90px;
}
#menu .menu#drink .contents {
  gap: unset;
  display: flex;
  justify-content: space-between;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}
#menu .menu#drink .block {
  width: 48.5%;
  position: relative;
}
#menu .menu#drink .block::before {
  content: "";
  background-image: url(../images/drink1.png);
  width: 100px;
  height: unset;
  aspect-ratio: 169/308;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -27px;
  top: -50px;
}
#menu .menu#drink .block .txt-box {
  padding-left: 30px;
  padding-right: 30px;
}
#menu .menu#drink .block:nth-child(2)::before {
  content: "";
  background-image: url(../images/drink2.png);
  width: 138px;
  height: unset;
  aspect-ratio: 253/174;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -32px;
  top: 13px;
}
#menu .menu#drink .block:nth-child(2) .txt-box {
  padding-left: 30px;
  padding-right: 30px;
}
#menu .menu#drink .block:nth-child(2) .bottom {
  padding-right: 100px;
  position: relative;
}
#menu .menu#drink .block:nth-child(2) .bottom .text {
  background-color: #886239;
}
#menu .menu#drink .block:nth-child(2) .bottom::before {
  content: "";
  background-image: url(../images/drink-animal.png);
  width: 157px;
  height: 255px;
  position: absolute;
  right: -40px;
  top: -130px;
}
#menu .menu#drink h3 {
  font-size: 40px;
  background-color: #4b2916;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -65px;
  position: relative;
  z-index: 2;
  border-radius: 20px;
  line-height: 1.2;
  min-height: 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 300;
}
#menu .menu#drink h3 small {
  background-color: unset;
  max-width: unset;
  color: #fff;
  font-size: 18px;
  margin-bottom: unset;
}
#menu .menu#drink .txt-box {
  width: 100%;
  background-color: #fffde5;
  border-radius: 25px;
  padding: 30px 60px;
  padding-top: 100px;
}
#menu .menu#drink ul li {
  font-size: 26px;
  color: #4b2916;
  display: flex;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  flex-wrap: wrap;
  line-height: 1.6;
}
#menu .menu#drink ul li::before {
  content: "・";
}
#menu .menu#drink ul li .price {
  margin-left: auto;
  padding-left: 15px;
}
#menu .menu#drink ul li .text {
  padding-left: 1em;
  width: 100%;
}
#menu .menu#drink .bottom {
  margin-top: 20px;
  padding: 0 5px;
}
#menu .menu#drink .bottom .text {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 21px;
  background-color: #736357;
  border-radius: 20px;
  color: #fff;
  padding: 10px 15px;
  line-height: 1.380952381;
}
@media (max-width: 1440px) {
  #menu .menu .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  #menu .menu#morning .inner, #menu .menu #grand .inner, #menu .menu #sweets .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  #menu .menu#morning .block, #menu .menu #grand .block, #menu .menu #sweets .block {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1199px) {
  #menu .menu h3 {
    font-size: 40px;
  }
  #menu .menu h3 small {
    font-size: 23px;
  }
  #menu .menu#morning::before {
    z-index: 0;
    width: 360px;
    height: 500px;
    top: -330px;
    left: -150px;
  }
  #menu .menu#morning::after {
    width: 360px;
    height: 500px;
    top: -330px;
    right: -150px;
  }
  #menu .menu#morning .block::before {
    background-size: 80%;
  }
  #menu .menu#morning .block .image-title {
    font-size: 20px;
  }
  #menu .menu#grand h3 .text, #menu .menu#sweets h3 .text {
    font-size: 22px;
  }
  #menu .menu#grand .title, #menu .menu#sweets .title {
    font-size: 20px;
  }
  #menu .menu#drink .contents {
    display: block;
  }
  #menu .menu#drink .block {
    width: 100%;
  }
  #menu .menu#drink .block:nth-child(2) {
    margin-top: 50px;
  }
  #menu .menu#drink .block::before {
    left: -30px;
    z-index: 3;
  }
  #menu .menu .inner::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 37%;
    height: 20vw;
    left: 0;
    top: -100px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/main-tree.png);
  }
  #menu .menu .inner::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 37%;
    height: 20vw;
    top: -100px;
    right: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/main-tree.png);
  }
}
@media (max-width: 767px) {
  #menu h2 {
    font-size: 35px;
    line-height: 1.5;
  }
  #menu .menu:nth-child(n+2) {
    margin-top: 70px;
  }
  #menu .menu h3 small {
    font-size: 18px;
    padding: 5px 15px;
    width: unset;
    line-height: 1.4;
  }
  #menu .menu .inner {
    padding: 50px 10px;
  }
  #menu .menu#morning {
    margin-top: 90px;
  }
  #menu .menu#morning::before {
    z-index: 0;
    width: 230px;
    height: 300px;
    top: -160px;
    left: -100px;
  }
  #menu .menu#morning::after {
    width: 230px;
    height: 300px;
    top: -160px;
    right: -100px;
  }
  #menu .menu#morning .inner {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 60px;
  }
  #menu .menu#morning .contents {
    display: block;
  }
  #menu .menu#morning .block {
    width: 100%;
    flex-direction: row;
    padding: 20px 10px;
    flex-wrap: wrap;
  }
  #menu .menu#morning .block:nth-child(1) {
    flex-direction: unset;
  }
  #menu .menu#morning .block:nth-child(1) .image-box {
    width: 43%;
    margin-top: auto;
  }
  #menu .menu#morning .block:nth-child(1) .image-box:nth-child(1) .image {
    margin-right: unset;
    width: 40% !important;
  }
  #menu .menu#morning .block:nth-child(1) .image-box:nth-child(2) .image {
    margin-right: auto;
    margin-left: unset;
    width: 50% !important;
  }
  #menu .menu#morning .block:nth-child(n+2) {
    margin-top: 45px;
  }
  #menu .menu#morning .block:nth-child(n+2)::before {
    left: 50%;
    transform: translateX(-50%);
    top: -37.5px;
    height: 30px;
    width: 30px;
    background-size: contain;
  }
  #menu .menu#morning .block .image {
    margin-left: auto;
  }
  #menu .menu#morning .block .title {
    font-size: 18px;
    width: 100%;
  }
  #menu .menu#morning .block .image-title {
    font-size: 16px;
  }
  #menu .menu#morning .block .image-title small {
    font-size: 12px;
  }
  #menu .menu#morning .block:nth-child(2) {
    width: 100%;
    padding: 20px 10px;
  }
  #menu .menu#morning .block:nth-child(2) .title2 {
    font-size: 16px;
  }
  #menu .menu#morning .block:nth-child(2) .menu-container {
    display: block;
  }
  #menu .menu#morning .block:nth-child(2) .menu-box.yousyoku {
    width: 100%;
  }
  #menu .menu#morning .block:nth-child(2) .menu-box.yousyoku .txt-container {
    padding: 15px 10px;
  }
  #menu .menu#morning .block:nth-child(2) .menu-box.yousyoku .txt-container .txt-box:nth-of-type(1) .image-box .image {
    width: 45% !important;
  }
  #menu .menu#morning .block:nth-child(2) .menu-box.yousyoku .txt-container .txt-box:nth-of-type(2) .image-box .image {
    width: 80% !important;
  }
  #menu .menu#morning .block:nth-child(2) .menu-box.wasyoku {
    width: 100%;
    margin-top: 45px;
  }
  #menu .menu#morning .block:nth-child(2) .menu-box.wasyoku::before {
    left: 50%;
    transform: translateX(-50%);
    top: -37.5px;
    height: 30px;
    width: 30px;
    font-size: 20px;
  }
  #menu .menu#morning .block:nth-child(2) .menu-box.wasyoku .txt-container .txt-box .image-box .image {
    margin-top: 20px;
  }
  #menu .menu#morning .block:nth-child(2) .image-box {
    margin-top: 20px;
  }
  #menu .menu#morning .block:nth-child(2) .image-box:nth-of-type(n+3) {
    margin-top: 45px;
  }
  #menu .menu#morning .block:nth-child(2) .image-box:nth-of-type(n+3) .image {
    width: 27%;
    margin-right: auto;
    margin-right: auto;
  }
  #menu .menu#morning .block:nth-child(2) .image-box:nth-of-type(n+3) .image::before {
    font-size: 20px;
    top: -42px;
  }
  #menu .menu#morning .block:nth-child(2) .image-box .image {
    width: 33% !important;
    margin-left: auto;
    margin-right: auto;
  }
  #menu .menu#morning .block:nth-child(2) .image-box .image img {
    width: 100%;
  }
  #menu .menu#morning .block:nth-child(2) .image-box .image::before {
    font-size: 22px;
  }
  #menu .menu#morning .block:nth-child(3) {
    width: 100%;
  }
  #menu .menu#morning .block:nth-child(3) .title2 {
    font-size: 18px;
  }
  #menu .menu#morning .block:nth-child(3) .txt-container {
    display: block;
  }
  #menu .menu#morning .block:nth-child(3) .txt-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
  }
  #menu .menu#morning .block:nth-child(3) .txt-box:nth-of-type(2) {
    margin-top: 40px;
  }
  #menu .menu#morning .block:nth-child(3) .txt-box:nth-of-type(2)::before {
    left: 50%;
    transform: translateX(-50%);
    top: -40px;
    font-size: 20px;
  }
  #menu .menu#morning .block:nth-child(3) .txt-box:nth-of-type(2) .image-box {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
  }
  #menu .menu#morning .block:nth-child(3) .txt-box:nth-of-type(2) .image-box .image {
    margin-left: auto;
  }
  #menu .menu#morning .block:nth-child(3) .txt-box:nth-of-type(2) .image {
    margin-bottom: 20px;
  }
  #menu .menu#morning .block:nth-child(3) .txt-box .image-title {
    font-size: 18px;
  }
  #menu .menu#morning .block:nth-child(3) .txt-box:nth-of-type(3) .image {
    margin-right: unset;
  }
  #menu .menu#morning .block:nth-child(3) .image-box {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
  }
  #menu .menu#morning .block:nth-child(3) .image-box .image {
    width: 70% !important;
    display: flex;
  }
  #menu .menu#morning .block:nth-child(3) .image-box:nth-of-type(n+3) {
    margin-top: unset;
    position: relative;
  }
  #menu .menu#morning .block:nth-child(3) .image-box:nth-of-type(n+3)::before {
    content: "OR";
    position: absolute;
    left: -37%;
    width: 37%;
    text-align: center;
    font-size: 20px;
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  #menu .menu#morning .block:nth-child(3) .image-box:nth-of-type(n+3) .image::before {
    display: none;
  }
  #menu .menu#morning .block:nth-child(3) .title2 {
    width: 100%;
  }
  #menu .menu#grand .txt-box, #menu .menu#sweets .txt-box {
    background-color: unset;
    border-radius: unset;
    padding: unset;
    min-height: unset;
    display: unset;
    align-items: unset;
    justify-content: unset;
    height: 100%;
  }
  #menu .menu#grand .title, #menu .menu#sweets .title {
    background-color: #4b2916;
    border-radius: 15px;
    padding: 23px 10px;
    min-height: 83px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: auto;
    height: -moz-fit-content;
    height: fit-content;
  }
  #menu .menu#grand .contents.sandwich .image-block, #menu .menu#sweets .contents.sandwich .image-block {
    margin-bottom: 30px;
  }
  #menu .menu#grand .contents.pasta .image-block, #menu .menu#sweets .contents.pasta .image-block {
    margin-bottom: 30px;
    gap: unset;
  }
  #menu .menu#grand .contents.pasta .image-block .image, #menu .menu#sweets .contents.pasta .image-block .image {
    width: 29%;
    display: flex;
    align-items: center;
  }
  #menu .menu#grand .contents.pasta .image-block .image img, #menu .menu#sweets .contents.pasta .image-block .image img {
    width: unset;
    margin-left: auto;
    margin-right: auto;
  }
  #menu .menu#grand .contents.pasta .image-block .image:nth-child(1), #menu .menu#sweets .contents.pasta .image-block .image:nth-child(1) {
    width: 11%;
  }
  #menu .menu#grand .contents.pasta .image-block .image:nth-child(n+5), #menu .menu#sweets .contents.pasta .image-block .image:nth-child(n+5) {
    width: 29%;
    margin-top: -15px;
  }
  #menu .menu#grand .contents.pasta .image-block .image:nth-child(5), #menu .menu#sweets .contents.pasta .image-block .image:nth-child(5) {
    margin-left: auto;
  }
  #menu .menu#grand .contents.pasta .image-block .image:last-child, #menu .menu#sweets .contents.pasta .image-block .image:last-child {
    width: 11%;
  }
  #menu .menu#grand .image-block, #menu .menu#sweets .image-block {
    margin-bottom: 30px;
  }
  #menu .menu#grand .contents, #menu .menu#sweets .contents {
    justify-content: space-between;
    margin-bottom: 60px;
    gap: unset;
  }
  #menu .menu#grand h3, #menu .menu#sweets h3 {
    font-size: 26px;
    margin-bottom: 35px;
  }
  #menu .menu#grand h3 small, #menu .menu#sweets h3 small {
    margin-bottom: 10px;
  }
  #menu .menu#grand h3 .text, #menu .menu#sweets h3 .text {
    font-size: 14px;
    padding: 7px 20px;
  }
  #menu .menu#grand .block, #menu .menu#sweets .block {
    width: 48%;
  }
  #menu .menu#grand .block:nth-child(n+3), #menu .menu#sweets .block:nth-child(n+3) {
    margin-top: 30px;
  }
  #menu .menu#grand .badge, #menu .menu#sweets .badge {
    width: 45px;
    height: 45px;
    font-size: 9px;
    left: -15px;
    top: -15px;
  }
  #menu .menu#grand .image, #menu .menu#sweets .image {
    margin-bottom: 10px;
    aspect-ratio: 3/2.1;
    display: flex;
    align-items: end;
  }
  #menu .menu#grand .image img, #menu .menu#sweets .image img {
    border-radius: 15px;
  }
  #menu .menu#grand .title-block, #menu .menu#sweets .title-block {
    justify-content: space-between;
    gap: 25px 4%;
  }
  #menu .menu#grand .title-block .txt-box, #menu .menu#sweets .title-block .txt-box {
    width: 48%;
  }
  #menu .menu#grand .txt-box, #menu .menu#sweets .txt-box {
    border-radius: 15px;
  }
  #menu .menu#grand .txt-box small, #menu .menu#sweets .txt-box small {
    font-size: 13px;
  }
  #menu .menu#grand .title, #menu .menu#sweets .title {
    font-size: 16px;
  }
  #menu .menu#sweets .contents .block:nth-child(n+3) {
    margin-top: 26px;
  }
  #menu .menu#sweets .contents .block .image {
    margin-bottom: 14px;
  }
  #menu .menu#sweets .contents.sweets .block .image {
    aspect-ratio: 3/2.6;
  }
  #menu .menu#sweets .contents.sweets .block:nth-child(2) .image {
    aspect-ratio: 3/3.2;
  }
  #menu .menu#sweets .contents.cake .block .image {
    aspect-ratio: 3/1.96;
  }
  #menu .menu#drink .inner {
    padding-top: 50px;
  }
  #menu .menu#drink .block .txt-box {
    padding-left: 10px;
    padding-right: 10px;
  }
  #menu .menu#drink .block:nth-child(2) {
    margin-top: 20px;
  }
  #menu .menu#drink .block:nth-child(2)::before {
    width: 90px;
    background-size: contain;
    background-repeat: no-repeat;
    left: -20px;
    top: 10px;
  }
  #menu .menu#drink .block:nth-child(2) .txt-box {
    padding: 30px 10px;
    padding-top: 90px;
  }
  #menu .menu#drink .block:nth-child(2) .bottom {
    padding-right: 70px;
  }
  #menu .menu#drink .block:nth-child(2) .bottom::before {
    width: 100px;
    top: -80px;
    right: -20px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  #menu .menu#drink .block::before {
    width: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    left: -13px;
    top: -27px;
  }
  #menu .menu#drink .block h3 {
    font-size: 25px;
    width: 75%;
    min-height: 85px;
  }
  #menu .menu#drink .block h3 small {
    font-size: 16px;
  }
  #menu .menu#drink .txt-box {
    padding: 30px 10px;
    padding-top: 90px;
  }
  #menu .menu#drink .txt-box ul li {
    font-size: 16px;
  }
  #menu .menu#drink .bottom .text {
    font-size: 15px;
  }
  #menu .menu .inner {
    padding-bottom: 10px;
  }
  #menu .menu .inner::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 51%;
    height: 18vw;
    left: 0;
    top: -35px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/main-tree.png);
  }
  #menu .menu .inner::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 51%;
    height: 18vw;
    top: -35px;
    right: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/main-tree.png);
  }
}

/* ----------------------------------------------
instagram
------------------------------------------------- */
#instagram {
  position: relative;
  z-index: 3;
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 90px;
  padding-bottom: 130px;
  overflow: hidden;
}
#instagram::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background-image: url(../images/information-shape1.png);
  background-repeat: no-repeat;
  width: 225px;
  height: 300px;
}
#instagram::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  background-image: url(../images/information-shape2.png);
  background-repeat: no-repeat;
  width: 225px;
  height: 300px;
}
#instagram .image-box .image1, #instagram .image-box .image2, #instagram .image-box .image3 {
  position: absolute;
}
#instagram .image-box .image1 {
  left: -230px;
  bottom: -130px;
}
#instagram .image-box .image2 {
  right: 21%;
  bottom: -130px;
}
#instagram .image-box .image3 {
  right: -140px;
  bottom: -40px;
}
#instagram .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  z-index: 3;
  position: relative;
}
#instagram .head {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
#instagram .title {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
#instagram .left-image {
  position: absolute;
  left: 20px;
  bottom: -205px;
}
#instagram .right-image {
  position: absolute;
  right: 20px;
  bottom: -130px;
}
#instagram .contents {
  display: flex;
  flex-wrap: wrap;
}
#instagram .block {
  position: relative;
  width: 23.2%;
}
#instagram .block:nth-child(n+5) {
  margin-top: 25px;
}
#instagram .block:not(:nth-child(4n+1)) {
  margin-left: 2.4%;
}
#instagram .block:first-child {
  margin-left: 0;
}
#instagram .block a {
  text-decoration: none;
  color: #fff;
}
#instagram .block a:hover .txtbox {
  opacity: 1;
}
#instagram .block .image {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
#instagram .block .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
#instagram .block .txtbox {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.5s ease-out;
  opacity: 0;
}
#instagram .block .text {
  font-size: 12px;
  line-height: 1.5;
}
@media (max-width: 1199px) {
  #instagram::before {
    display: none;
  }
  #instagram::after {
    display: none;
  }
  #instagram .left-image {
    width: 30%;
    bottom: -40px;
  }
  #instagram .right-image {
    width: 30%;
    bottom: 0px;
  }
  #instagram .image-box .image1 {
    left: -10px;
    width: 400px;
    bottom: -130px;
  }
  #instagram .image-box .image2 {
    right: 21%;
    bottom: -130px;
  }
  #instagram .image-box .image3 {
    right: 0;
    bottom: -130px;
    width: 100px;
  }
}
@media (max-width: 767px) {
  #instagram {
    padding-top: 70px;
    padding-bottom: 0;
  }
  #instagram::before {
    display: block;
    left: 0;
    top: 15px;
    background-repeat: no-repeat;
    width: 70px;
    height: 300px;
    background-size: contain;
  }
  #instagram::after {
    display: block;
    background-size: contain;
    right: 0;
    top: 15px;
    background-repeat: no-repeat;
    width: 70px;
    height: 300px;
  }
  #instagram .inner {
    max-width: 480px;
  }
  #instagram .title {
    width: 220px;
    margin-bottom: 80px;
  }
  #instagram .left-image {
    width: 50%;
    bottom: -44px;
    left: 0;
  }
  #instagram .right-image {
    width: 50%;
    bottom: 0;
    right: 0;
  }
  #instagram .block {
    width: 48%;
  }
  #instagram .block:not(:first-child) {
    margin-left: 0;
  }
  #instagram .block:nth-child(even) {
    margin-left: 4%;
  }
  #instagram .block:nth-child(n+3) {
    margin-top: 15px;
  }
  #instagram .image-box .image1 {
    left: -10px;
    width: 190px;
    bottom: -130px;
  }
  #instagram .image-box .image2 {
    right: 21%;
    width: 60px;
    bottom: -130px;
  }
  #instagram .image-box .image3 {
    display: none;
  }
}

/* ----------------------------------------------
shop
------------------------------------------------- */
#shop {
  position: relative;
  padding-bottom: 280px;
}
#shop::before {
  content: "";
  background-image: url(../images/shop-tree.webp);
  height: 220px;
  width: 100%;
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
  bottom: 0;
  background-position: center;
  z-index: -1;
  background-size: contain;
}
#shop .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1400px;
  padding-left: 30px;
  display: flex;
  justify-content: space-between;
}
#shop .image {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1430px;
  margin-bottom: 50px;
}
#shop .image img {
  width: 100%;
}
#shop h2 {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-size: 63px;
  line-height: 1.1428571429;
  color: #4b4948;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 6.8em;
}
#shop h2 small {
  position: absolute;
  right: 20%;
  top: 8%;
  font-size: 22px;
}
#shop .txt-box {
  display: flex;
  align-items: center;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 15px;
}
#shop .txt-box span {
  font-size: 16px;
  font-weight: 400;
  margin-top: 15px;
  display: block;
}
#shop .text {
  height: -moz-fit-content;
  height: fit-content;
  margin-left: 40px;
}
#shop .golden {
  font-weight: 500;
  font-size: 20px;
}
#shop .golden .title {
  color: #886239;
  margin-bottom: 5px;
  padding-left: 20px;
}
#shop .golden .text {
  margin-left: unset;
  background-color: #886239;
  padding: 5px 30px;
  border-radius: 100px;
  color: #ffffff;
}
@media (max-width: 1199px) {
  #shop .inner {
    display: block;
    padding-left: 10px;
  }
  #shop h2 {
    margin-bottom: 40px;
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  #shop {
    padding-bottom: 210px;
  }
  #shop::before {
    background-size: 200%;
  }
  #shop .image {
    margin-bottom: 30px;
  }
  #shop h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  #shop h2 small {
    font-size: 15px;
    top: 11%;
  }
  #shop .logo {
    width: 140px;
    margin-bottom: 15px;
  }
  #shop .txt-box {
    display: block;
  }
  #shop .text {
    margin-left: unset;
    font-size: 16px;
  }
  #shop .text span {
    font-size: 14px;
  }
  #shop .golden .title {
    font-size: 16px;
    text-align: center;
    padding-left: unset;
  }
  #shop .golden .text {
    font-size: 14px;
    padding: 5px 20px;
  }
}

/* ----------------------------------------------
map
------------------------------------------------- */
#map {
  margin-top: -120px;
}
#map iframe {
  width: 100%;
  height: 500px;
  display: block;
}
@media (max-width: 767px) {
  #map iframe {
    height: 240px;
  }
}

/* ----------------------------------------------

------------------------------------------------- *//*# sourceMappingURL=index.css.map */