@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Courgette&family=Homemade+Apple&family=Itim&display=swap");
p,
a,
li,
dt,
dd,
th,
td {
  line-height: 2;
}

@media screen and (max-width: 1024px) {
  p,
  a,
  li,
  dt,
  dd,
  th,
  td {
    line-height: 1.8;
  }
}

.display_w600 {
  display: none;
}

@media screen and (max-width: 600px) {
  .display_w600 {
    display: block;
  }
}

.f_en {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.header.scroll {
  background: rgba(255, 255, 255, 0.7);
}

.header .menu-header-menu-container {
  width: 60%;
}

@media screen and (max-width: 1024px) {
  .header .menu-header-menu-container {
    width: 90%;
    margin: auto;
  }
}

.header .header-menu li a {
  position: relative;
  padding: 0 40px;
}

@media screen and (max-width: 1600px) {
  .header .header-menu li a {
    padding: 0 30px;
  }
}

@media screen and (max-width: 1400px) {
  .header .header-menu li a {
    padding: 0 20px;
  }
}

.header .header-menu li a:hover {
  color: #e09a35;
  opacity: 1;
}

.header .header-menu li.menu-item-has-children {
  position: relative;
}

.header .header-menu li.menu-item-has-children::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 10px;
  height: 8px;
  background: url(../img/icon/arrow_bottom.png) no-repeat;
  background-size: contain;
}

.header .header-menu li .sub-menu {
  border-radius: 10px;
  overflow: hidden;
}

.header .header-menu li .sub-menu a {
  white-space: nowrap;
  padding: 10px 0;
}

.header .header-menu li .sub-menu a::after {
  content: none;
}

.header .header-menu li .sub-menu a:hover {
  background-color: #fff;
}

.header .header-menu li .sub-menu li:last-of-type {
  border-bottom: none;
}

.sub-box__sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .sub-box__sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 50px;
  }
  .sub-box__sp li {
    width: 50%;
  }
  .sub-box__sp li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
    color: #fff;
    width: 100%;
    height: 100%;
  }
  .sub-box__sp li a.time {
    background: #a46305;
  }
  .sub-box__sp li a.time img {
    width: 12px;
    height: 12px;
  }
  .sub-box__sp li a.tel {
    background: #51a5f3;
    font-family: "Poppins", sans-serif;
  }
  .sub-box__sp li a.tel img {
    width: 12px;
    height: 15px;
  }
}

@media screen and (max-width: 360px) {
  .sp-header-inner .logo img {
    max-width: 186px;
  }
}

#mobile-nav {
  display: none;
}

#mobile-nav.panelactive {
  display: block;
}

.home .header .header__content {
  max-width: 1880px;
  padding-left: 20px;
}

@media screen and (max-width: 1024px) {
  .home .header .header__content {
    padding-left: 10px;
  }
}

#page-top img {
  max-width: unset;
  max-height: unset;
  width: 80px;
  height: 80px;
}

@media screen and (max-width: 1024px) {
  #page-top img {
    width: 40px;
  }
}

@media screen and (max-width: 1024px) {
  #page-top img {
    height: 40px;
  }
}

.deco {
  display: block;
  position: absolute;
}

.f-movie {
  background: url(../img/bg_slider.png) no-repeat;
  background: url(../img/bg_cloud_star_opacity50.png) no-repeat;
  background: url(../img/bg_top_yozora.png) no-repeat;
  background: url(../img/bg_top_yozora_opacity50.png) no-repeat;
  background-size: 100%;
  background-position: top;
  position: relative;
  overflow: hidden;
}

.f-movie__content {
  width: 80%;
  margin: auto;
  position: relative;
  z-index: 2;
}

.f-movie__content .deco._01 {
  width: 10.41667vw;
  height: 10.41667vw;
  background-image: url(../img/deco_moon.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: -1.09375vw;
  left: -4.16667vw;
}

.f-movie__content .deco._02 {
  width: 17.5vw;
  height: 13.28125vw;
  background-image: url(../img/deco_star_01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: -3.64583vw;
  right: -6.14583vw;
}

.f-movie video {
  display: block;
  border-radius: 100px;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .f-movie video {
    border-radius: 50px;
  }
}

.f-news {
  position: relative;
  overflow: hidden;
  padding-bottom: 0;
}

.f-news__list {
  margin-bottom: 160px;
}

@media screen and (max-width: 1024px) {
  .f-news__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 90%;
    margin: auto;
  }
}

@media screen and (max-width: 1024px) {
  .f-news__list {
    margin-bottom: 80px;
  }
}

.f-news__list li {
  width: 30%;
}

@media screen and (max-width: 1024px) {
  .f-news__list li {
    width: 100%;
    margin-bottom: 30px;
  }
}

.f-news__list li .item__content {
  background: #f2fcfc;
  border-radius: 30px;
  padding: 20px;
}

@media screen and (max-width: 1024px) {
  .f-news__list li .item__content {
    border-radius: 15px;
  }
}

@media screen and (max-width: 1024px) {
  .f-news__list li .item__content {
    padding: 10px;
  }
}

.f-news__list li .item__content .news-list01 li {
  width: 100%;
}

.f-news__list li .item__content .news-list01 li .news-txt a {
  font-size: 1.4rem;
}

@media screen and (max-width: 1024px) {
  .f-news__list li .item__content .news-list01 li .news-txt a {
    font-size: clamp(12px, 0.7rem, 0.7rem);
  }
}

.f-news__list li .item__content .btn.link {
  border-radius: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: 0;
}

.f-news__list li .item__content .btn.link .btn-arrow {
  left: 0;
  right: unset;
}

.f-news__list li .item__content .btn.link .btn-arrow path {
  fill: #f6ce69;
}

.f-news__list li .item__content .btn.link:hover {
  color: #f6ce69;
}

.f-news__movie {
  width: 60%;
  margin: auto;
  margin-bottom: 0px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .f-news__movie {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 1024px) {
  .f-news__movie {
    width: 80%;
  }
}

.f-news__movie video {
  display: block;
  width: 100%;
  aspect-ratio: 88.9/54.5;
  margin: auto;
}

.f-news .deco._01 {
  width: 10.41667vw;
  height: 10.41667vw;
  background-image: url(../img/deco_sun.png);
  background-repeat: no-repeat;
  background-size: 100%;
  top: 10%;
  left: 2.60417vw;
  z-index: 3;
}

@media screen and (max-width: 1024px) {
  .f-news .deco._01 {
    top: 3%;
  }
}

.f-news .deco._02 {
  width: 34.16667vw;
  height: 21.77083vw;
  background-image: url(../img/deco_rainbow.png);
  background-repeat: no-repeat;
  background-size: 100%;
  top: 60%;
  right: 0;
  z-index: -1;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.f-news .deco._03 {
  width: 15.625vw;
  height: 11.51042vw;
  background-image: url(../img/deco_cloud.png);
  background-repeat: no-repeat;
  background-size: 100%;
  bottom: 10%;
  left: 4.6875vw;
  z-index: 3;
}

@media screen and (max-width: 1024px) {
  .f-news .deco._03 {
    bottom: 3%;
  }
}

.f-news .deco._04 {
  width: 10.41667vw;
  height: 6.30208vw;
  background-image: url(../img/deco_cloud_02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  bottom: 7%;
  left: 1.04167vw;
  z-index: 3;
}

@media screen and (max-width: 1024px) {
  .f-news .deco._04 {
    bottom: 0;
  }
}

.f-news .deco._05 {
  width: 10.41667vw;
  height: 6.30208vw;
  background-image: url(../img/deco_bird_blue.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 27%;
  right: 1.04167vw;
  z-index: 3;
}

@media screen and (max-width: 1600px) {
  .f-news .deco._05 {
    top: 5%;
  }
}

.f-news .deco._06 {
  width: 2.08333vw;
  height: 2.08333vw;
  background-image: url(../img/deco_kira_01.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 46%;
  left: 6.25vw;
  z-index: 3;
}

.f-news .deco._07 {
  width: 1.04167vw;
  height: 1.04167vw;
  background-image: url(../img/deco_kira_02.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 49%;
  left: 4.16667vw;
  z-index: 3;
}

.f-introduction {
  position: relative;
  padding-top: 300px;
  background-image: url(../img/bg_circle_blue_01.png), url(../img/bg_circle_blue_01.png);
  background-repeat: no-repeat, no-repeat;
  background-position: top 25% right -50%, bottom 15% left -50%;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .f-introduction {
    padding-top: 150px;
  }
}

.f-introduction .title01 .en {
  font-size: 170px;
  color: rgba(255, 230, 243, 0.5);
}

@media screen and (max-width: 1024px) {
  .f-introduction .title01 .en {
    font-size: 9.375vw;
  }
}

.f-introduction .title01 .en::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-image: url(../img/deco_bud_02.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.f-introduction__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .f-introduction__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 90%;
    margin: auto;
  }
}

.f-introduction__list li {
  width: 47%;
}

@media screen and (max-width: 1024px) {
  .f-introduction__list li {
    width: 100%;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 1024px) {
  .f-introduction__list li:nth-of-type(2) .titleArea {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.f-introduction .titleArea .title {
  margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  .f-introduction .titleArea .title {
    margin-bottom: 20px;
  }
}

.f-introduction .titleArea .title .en {
  display: block;
  text-align: center;
}

.f-introduction .titleArea .title .ja {
  font-size: 3.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1024px) {
  .f-introduction .titleArea .title .ja {
    font-size: clamp(12px, 1.7rem, 1.7rem);
  }
}

.f-introduction .titleArea .title .ja::before {
  content: "";
  width: 30px;
  height: 30px;
}

.f-introduction .titleArea .title.__kashinomi .ja::before {
  background-image: url(../img/deco_kashinomi.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
}

.f-introduction .titleArea .title.__tochinomi .ja::before {
  background-image: url(../img/deco_tochinomi.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
}

.f-introduction .titleArea .imgArea {
  position: relative;
  width: 255px;
  margin: auto;
  margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  .f-introduction .titleArea .imgArea {
    margin-bottom: 20px;
  }
}

.f-introduction .titleArea .imgArea::before {
  content: "";
  display: block;
  width: 255px;
  height: 250px;
  background-image: url(../img/frame_circle_pink.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  left: -20px;
}

.f-introduction .titleArea .imgArea img {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  width: 240px;
  height: 240px;
}

.f-introduction .titleArea .imgArea.__tochinomi::before {
  background-image: url(../img/frame_circle_yellow.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  left: -20px;
}

.f-introduction .btn.btn01 {
  margin-bottom: 60px;
  border: none;
}

@media screen and (max-width: 1024px) {
  .f-introduction .btn.btn01 {
    margin-bottom: 30px;
  }
}

.f-introduction .btn.btn01.__tochinomi {
  background-image: url(../img/title_bg_yellow.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.f-introduction .btn.btn01.__tochinomi:hover {
  background: rgba(250, 202, 121, 0.7) !important;
}

.f-introduction .aboutArea {
  background: #fffdf5;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  .f-introduction .aboutArea {
    padding: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .f-introduction .aboutArea {
    border-radius: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .f-introduction .aboutArea {
    margin-bottom: 20px;
  }
}

.f-introduction .aboutArea.__kashinomi table.tablepress tbody td.column-1 {
  color: #eeb1d5;
}

.f-introduction .aboutArea.__tochinomi table.tablepress tbody td.column-1 {
  color: #faca79;
}

.f-introduction table.tablepress {
  border: none;
  margin-bottom: 30px;
  padding: 20px;
}

@media screen and (max-width: 1024px) {
  .f-introduction table.tablepress {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 1024px) {
  .f-introduction table.tablepress {
    padding: 10px;
  }
}

.f-introduction table.tablepress tbody {
  border-radius: 20px;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .f-introduction table.tablepress tbody {
    border-radius: 10px;
  }
}

.f-introduction table.tablepress tbody .row-1 .column-1,
.f-introduction table.tablepress tbody .row-1 .column-2 {
  border-top: none !important;
}

@media screen and (max-width: 600px) {
  .f-introduction table.tablepress tbody td {
    border-top: none !important;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px;
  }
}

.f-introduction table.tablepress tbody td.column-1 {
  color: #a46305;
  background: #fffdf5;
  border-top: solid 1px #ddd !important;
}

@media screen and (max-width: 600px) {
  .f-introduction table.tablepress tbody td.column-1 {
    padding-bottom: 0;
  }
}

.f-introduction .mapArea iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

.f-introduction .deco._01 {
  width: 26.04167vw;
  height: 15.625vw;
  background-image: url(../img/deco_branch_watercolor_02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  top: 0;
  right: 0;
  z-index: 3;
}

.f-introduction .deco._02 {
  width: 30.98958vw;
  height: 18.125vw;
  background-image: url(../img/deco_branch_watercolor_01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  top: 5%;
  left: -9.89583vw;
}

.f-introduction .deco._03 {
  width: 10.41667vw;
  height: 6.92708vw;
  background-image: url(../img/deco_bird_yellow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  top: 25%;
  right: 2.60417vw;
}

@media screen and (max-width: 1024px) {
  .f-introduction .deco._03 {
    top: 10%;
  }
}

.f-introduction .deco._04 {
  width: 2.60417vw;
  height: 2.60417vw;
  background-image: url(../img/deco_leaf_02.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 40%;
  left: 4.6875vw;
}

.f-introduction .deco._05 {
  width: 2.08333vw;
  height: 2.08333vw;
  background-image: url(../img/deco_leaf_03.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 45%;
  left: 2.60417vw;
}

.para {
  width: 100%;
  aspect-ratio: 1772 / 600;
}

.para._01 {
  background: url(/wp-content/uploads/2024/07/para000.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  -webkit-mask-image: url(/wp-content/uploads/2024/07/para000.jpg);
          mask-image: url(/wp-content/uploads/2024/07/para000.jpg);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  margin-top: -20px;
}

@media screen and (max-width: 1024px) {
  .para._01 {
    margin-top: -10px;
  }
}

@media screen and (max-width: 1024px) {
  .para._01 {
    background-attachment: unset;
  }
}

.f-recruit {
  position: relative;
  padding-bottom: 360px;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .f-recruit {
    padding-bottom: 180px;
  }
}

.f-recruit .title01 .en::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-image: url(../img/deco_bud_03.png);
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: 40px;
}

@media screen and (max-width: 1024px) {
  .f-recruit .title01 .en::after {
    margin-left: 20px;
  }
}

.f-recruit .deco._01 {
  width: 10.41667vw;
  height: 8.54167vw;
  background-image: url(../img/deco_kikori_bird.png);
  background-repeat: no-repeat;
  background-size: 100%;
  bottom: 3.64583vw;
  left: 2.60417vw;
}

.f-recruit .deco._02 {
  width: 10.41667vw;
  height: 8.54167vw;
  background-image: url(../img/deco_kikori_risu.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 2.60417vw;
  right: 1.5625vw;
}

.f-recruit .deco._03 {
  width: 100%;
  height: 19.21875vw;
  background-image: url(../img/deco_flower.png);
  background-repeat: no-repeat;
  background-size: 100%;
  bottom: 0;
  left: 0;
}

.f-recruit .deco._04 {
  width: 5.20833vw;
  height: 8.54167vw;
  background-image: url(../img/deco_bird_purple.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 20%;
  left: 3.64583vw;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

@media screen and (max-width: 1024px) {
  .f-recruit .deco._04 {
    top: 5%;
  }
}

.title01 {
  width: 100%;
  height: 200px;
  margin-bottom: 100px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .title01 {
    height: 100px;
  }
}

@media screen and (max-width: 1024px) {
  .title01 {
    margin-bottom: 0;
  }
}

.title01 .ja {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 3.8rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  .title01 .ja {
    font-size: clamp(12px, 1.9rem, 1.9rem);
  }
}

@media screen and (max-width: 1024px) {
  .title01 .ja {
    bottom: 5%;
  }
}

@media screen and (max-width: 600px) {
  .title01 .ja {
    bottom: 25%;
  }
}

.title01 .en {
  font-family: "Homemade Apple", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 208px;
  color: rgba(255, 230, 243, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 1024px) {
  .title01 .en {
    font-size: 12.5vw;
  }
}

.title01 .en::after {
  content: "";
  display: block;
  width: 5.20833vw;
  height: 5.20833vw;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-image: url(../img/deco_bud_01.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.title02 {
  height: 100px;
  padding-left: 70px;
  text-align: center;
  margin: auto;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: center center;
  font-size: 24px;
}

@media screen and (max-width: 1024px) {
  .title02 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1300px) {
  .title02 {
    font-size: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .title02 {
    font-size: 17px;
  }
}

@media screen and (max-width: 360px) {
  .title02 {
    font-size: 14px;
  }
}

.title02._01 {
  background-image: url(../img/title_bg_01.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.title02._02 {
  background-image: url(../img/title_bg_02.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.title02._03 {
  background-image: url(../img/title_bg_03.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.title03 span {
  font-size: 3rem;
}

@media screen and (max-width: 1024px) {
  .title03 span {
    font-size: clamp(12px, 1.5rem, 1.5rem);
  }
}

.p-title01 {
  position: relative;
  color: #eeb1d5;
  margin-bottom: 100px;
}

@media screen and (max-width: 1024px) {
  .p-title01 {
    margin-bottom: 50px;
  }
}

.p-title01::before {
  content: "";
  display: block;
  width: 400px;
  height: 100px;
  background-image: url(../img/title_deco_pink_01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}

@media screen and (max-width: 1024px) {
  .p-title01::before {
    width: 200px;
  }
}

@media screen and (max-width: 1024px) {
  .p-title01::before {
    height: 50px;
  }
}

.p-title01 .en {
  display: block;
  font-family: "Homemade Apple", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .p-title01 .en {
    font-size: clamp(12px, 1rem, 1rem);
  }
}

@media screen and (max-width: 1024px) {
  .p-title01 .en {
    margin-bottom: 10px;
  }
}

.p-title01 .ja {
  display: block;
  font-size: 3.6rem;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .p-title01 .ja {
    font-size: clamp(12px, 1.8rem, 1.8rem);
  }
}

.title_en {
  display: block;
  position: absolute;
  top: -40px;
  left: -50px;
}

@media screen and (max-width: 1024px) {
  .title_en {
    top: -20px;
  }
}

@media screen and (max-width: 1024px) {
  .title_en {
    left: -25px;
  }
}

.title_en .txt {
  font-size: 10rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #a46305;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1024px) {
  .title_en .txt {
    font-size: clamp(12px, 5rem, 5rem);
  }
}

.title_en .deco {
  display: block;
  width: 100px;
  height: 100px;
  background: url(../img/deco_dot_square_opacity20.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -73px;
  left: -40px;
  z-index: -1;
}

@media screen and (max-width: 1024px) {
  .title_en .deco {
    width: 50px;
  }
}

@media screen and (max-width: 1024px) {
  .title_en .deco {
    height: 50px;
  }
}

@media screen and (max-width: 1024px) {
  .title_en .deco {
    top: -36.5px;
  }
}

@media screen and (max-width: 1024px) {
  .title_en .deco {
    left: -20px;
  }
}

.p-title02 {
  position: relative;
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .p-title02 {
    font-size: clamp(12px, 1.5rem, 1.5rem);
  }
}

.p-title02::after {
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  background-image: url(../img/border_dot.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-top: 20px;
  margin-bottom: 60px;
}

@media screen and (max-width: 1024px) {
  .p-title02::after {
    height: 7.5px;
  }
}

@media screen and (max-width: 1024px) {
  .p-title02::after {
    margin-top: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .p-title02::after {
    margin-bottom: 30px;
  }
}

.p-title03 {
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  .p-title03 {
    font-size: clamp(12px, 1.5rem, 1.5rem);
  }
}

@media screen and (max-width: 1024px) {
  .p-title03 {
    margin-bottom: 15px;
  }
}

.btn.btn01 {
  position: relative;
  background-image: url(../img/title_bg_pink.png);
  background-repeat: no-repeat;
  background-size: 100%;
  color: #fff;
}

.btn.btn01 .btn-arrow {
  fill: #fff;
}

.btn.btn01:hover {
  background: rgba(238, 177, 213, 0.7) !important;
}

.sub-header {
  width: 90%;
  aspect-ratio: 1900/700;
  height: auto;
  margin: auto;
  margin-top: 112px;
  border-radius: 60px;
}

@media screen and (max-width: 1024px) {
  .sub-header {
    margin-top: 56px;
  }
}

@media screen and (max-width: 1024px) {
  .sub-header {
    border-radius: 30px;
  }
}

@media screen and (max-width: 600px) {
  .sub-header {
    border-radius: 20px;
  }
}

.archive-info-wrap {
  width: 90%;
  max-width: 1400px;
  margin: auto;
  margin-bottom: 100px;
}

@media screen and (max-width: 1024px) {
  .archive-info-wrap {
    margin-bottom: 50px;
  }
}

.single-info-wrap {
  width: 90%;
  max-width: 1400px;
  margin: auto;
  margin-bottom: 100px;
}

@media screen and (max-width: 1024px) {
  .single-info-wrap {
    margin-bottom: 50px;
  }
}

.single-info-article p {
  font-size: 1.8rem;
}

@media screen and (max-width: 1024px) {
  .single-info-article p {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}

.p-greeting {
  background: url(../img/bg_circle_pink_opacity.png) no-repeat;
  background-size: 100%;
  padding-bottom: 300px;
}

@media screen and (max-width: 1024px) {
  .p-greeting {
    padding-bottom: 150px;
  }
}

.p-greeting .com-box01-tit {
  color: #a46305 !important;
}

.p-greeting .com-box01-sub-tit {
  color: #a46305 !important;
}

.p-greeting .com-box01-sub-tit::after {
  width: 50px;
  height: 50px;
  background-image: url(../img/deco_kashinomi.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: unset;
}

@media screen and (max-width: 1024px) {
  .p-greeting .com-box01-sub-tit::after {
    width: 25px;
  }
}

@media screen and (max-width: 1024px) {
  .p-greeting .com-box01-sub-tit::after {
    height: 25px;
  }
}

.p-greeting .com-box01-head {
  font-size: 2.8rem;
  color: #a46305 !important;
}

@media screen and (max-width: 1024px) {
  .p-greeting .com-box01-head {
    font-size: clamp(12px, 1.4rem, 1.4rem);
  }
}

.p-greeting .com-box01-txt-inner {
  border-radius: 0 20px 0 0;
}

.p-greeting .com-box01-img img {
  border-radius: 20px;
}

@media screen and (max-width: 1024px) {
  .p-greeting .com-box01-img img {
    border-radius: 10px;
  }
}

.p-greeting .com-box01::after {
  height: 600px;
  background-image: url(../img/frame_circle_pink.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: unset;
  bottom: -200px;
}

@media screen and (max-width: 1024px) {
  .p-greeting .com-box01::after {
    bottom: -100px;
  }
}

.p-features {
  background: url(../img/bg_pink.png) repeat-y;
  background-size: 100%;
}

.p-features__inner {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.p-features .com-list01 li {
  background-color: #fff;
  border-radius: 20px;
}

@media screen and (max-width: 1024px) {
  .p-features .com-list01 li {
    border-radius: 10px;
  }
}

.p-activities__inner {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.p-activities .com-box02-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4%;
}

.p-activities .com-box02-img img {
  border-radius: 20px;
}

@media screen and (max-width: 1024px) {
  .p-activities .com-box02-img img {
    border-radius: 10px;
  }
}

.p-activities .com-box02-head {
  background: none;
  color: #a46305;
}

.p-events .com-list03-sub {
  background: #fff;
  border-radius: 20px;
  margin-top: 60px;
}

@media screen and (max-width: 1024px) {
  .p-events .com-list03-sub {
    border-radius: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .p-events .com-list03-sub {
    margin-top: 30px;
  }
}

.p-events .com-list03-sub-head {
  background-image: url(../img/border_pink.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
  font-size: 2.4rem;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .p-events .com-list03-sub-head {
    font-size: clamp(12px, 1.2rem, 1.2rem);
  }
}

@media screen and (max-width: 1024px) {
  .p-events .com-list03-sub-head {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .p-events .com-list03-sub-head {
    margin-bottom: 10px;
  }
}

.p-events .com-list03-sub-inner {
  padding: 40px;
}

@media screen and (max-width: 1024px) {
  .p-events .com-list03-sub-inner {
    padding: 20px;
  }
}

.p-events .com-list03-sub-inner p {
  font-size: 2rem;
}

@media screen and (max-width: 1024px) {
  .p-events .com-list03-sub-inner p {
    font-size: clamp(12px, 1rem, 1rem);
  }
}

.p-lunch {
  background: url(../img/bg_pink.png) repeat-y;
  background-size: 100%;
}

.p-lunch .inner {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.p-lunch__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 60px;
}

@media screen and (max-width: 1024px) {
  .p-lunch__box {
    margin-bottom: 30px;
	  flex-wrap: wrap;
  }
.p-flow-text01 {
        width: 80%;
        margin: 0 auto 50px;
        text-align: left;
}

.p-lunch__box .item {
        width: 100%;
        display: block;
        margin-bottom: 50px;
}

}

.p-lunch__box img {
  width: 47%;
}

.p-lunch__box .menu__list {
  width: 47%;
}

.p-lunch__box .menu__list li {
  list-style: disc;
  list-style-position: inside;
}

.p-lunch .menu__archive {
  border-bottom: rgba(164, 99, 5, 0.5) 1px dotted;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-size: 2rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .p-lunch .menu__archive {
    font-size: clamp(12px, 1rem, 1rem);
  }
}

@media screen and (max-width: 1024px) {
  .p-lunch .menu__archive {
    margin-bottom: 10px;
  }
}

.p-lunch .menu__archive .date {
  display: inline-block;
  margin-right: 20px;
}

@media screen and (max-width: 1024px) {
  .p-lunch .menu__archive .date {
    margin-right: 10px;
  }
}

.p-lunch ._menuMonth {
  background: #fff;
  padding: 60px 0px;
  margin-top: 60px;
  border-radius: 20px;
}

@media screen and (max-width: 1024px) {
  .p-lunch ._menuMonth {
    padding: 30px 0px;
  }
}

@media screen and (max-width: 1024px) {
  .p-lunch ._menuMonth {
    margin-top: 30px;
  }
}

.p-lunch .menu__month img {
  display: block;
  width: 90%;
  height: auto;
  margin: auto;
  -webkit-box-shadow: 0 0 12px rgba(164, 99, 5, 0.1);
          box-shadow: 0 0 12px rgba(164, 99, 5, 0.1);
}

.p-info .list {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.p-info .list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .p-info .list li {
    gap: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .p-info .list li {
    margin-bottom: 10px;
  }
}

.p-info .list li::before {
  content: "";
  width: 20px;
  height: 20px;
  min-width: 20px;
  background: #f6c257;
  border-radius: 50%;
  margin-top: 10px;
}

@media screen and (max-width: 1024px) {
  .p-info .list li::before {
    width: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .p-info .list li::before {
    height: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .p-info .list li::before {
    min-width: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .p-info .list li::before {
    margin-top: 5px;
  }
}

.p-contact__inner {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.p-contact__news {
  background: #fff;
  border-radius: 20px;
  margin-top: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url(../img/border_dot.png), url(../img/border_dot.png);
  background-position: top, bottom;
  background-repeat: repeat-x, repeat-x;
  margin-bottom: 60px;
}

@media screen and (max-width: 1024px) {
  .p-contact__news {
    border-radius: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .p-contact__news {
    margin-top: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .p-contact__news {
    padding-top: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .p-contact__news {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .p-contact__news {
    margin-bottom: 30px;
  }
}

.p-contact__news .title {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .p-contact__news .title {
    font-size: clamp(12px, 1.2rem, 1.2rem);
  }
}

.p-contact__news .txt {
  padding: 20px;
}

@media screen and (max-width: 1024px) {
  .p-contact__news .txt {
    padding: 10px;
  }
}

.p-contact .cf-tel-number {
  font-size: 3rem;
}

@media screen and (max-width: 1024px) {
  .p-contact .cf-tel-number {
    font-size: clamp(12px, 1.5rem, 1.5rem);
  }
}

.p-contact .contact-band-tel-icon path:first-of-type {
  stroke: #eeb1d5;
}

.p-contact .contact-band-tel-icon path:last-of-type {
  fill: #eeb1d5;
}

.p-contact .contact-form01 th {
  background-color: #fcf0f7;
  color: #eeb1d5;
}

.p-contact .required {
  background-color: #eeb1d5;
}

.p-contact input[type="submit"],
.p-contact input[type="button"] {
  background: #fcf0f7;
  border: 1px solid #fcf0f7;
  color: #eeb1d5;
}

.p-contact .privacy-check a {
  color: #eeb1d5;
}

.p-contact input[type="radio"]:checked:before {
  background: #fcf0f7;
}

.tochinomi .p-greeting {
  background: url(../img/bg_circle_yellow_opacity.png) no-repeat;
  background-size: 100%;
}

.tochinomi .p-greeting .com-box01-sub-tit::after {
  background-image: url(../img/deco_tochinomi.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: unset;
}

.tochinomi .p-greeting .com-box01::after {
  height: 600px;
  background-image: url(../img/frame_circle_yellow.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.tochinomi .p-lunch {
  background: url(../img/bg_yellow.png) repeat-y;
  background-size: 100%;
}

.tochinomi .p-events .com-list03-sub-head {
  background-image: url(../img/border-yellow.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
}

.tochinomi .p-contact .contact-band-tel-icon path:first-of-type {
  stroke: #faca79;
}

.tochinomi .p-contact .contact-band-tel-icon path:last-of-type {
  fill: #faca79;
}

.tochinomi .p-contact .contact-form01 th {
  background-color: #fef1dc;
  color: #faca79;
}

.tochinomi .p-contact .required {
  background-color: #faca79;
}

.tochinomi .p-contact input[type="submit"],
.tochinomi .p-contact input[type="button"] {
  background: #fef1dc;
  border: 1px solid #fef1dc;
  color: #faca79;
}

.tochinomi .p-contact .privacy-check a {
  color: #faca79;
  display: block;
}

.tochinomi .p-contact input[type="radio"]:checked:before {
  background: #fef1dc;
}

.tochinomi .p-contact input[type="checkbox"]:checked {
  background: #fef1dc;
}

.bg_pink {
  background: url(../img/bg_pink.png) repeat-y;
  background-size: 100%;
  position: relative;
}

.bg_pink::before {
  content: "";
  display: block;
  width: 100vw;
  height: 2.60417vw;
  background-image: url(../img/shape-top-wave_pink.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
  position: absolute;
  top: -2.55208vw;
}

.bg_pink::after {
  content: "";
  display: block;
  width: 100vw;
  height: 2.60417vw;
  background-image: url(../img/shape-top-wave_pink.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
  position: absolute;
  bottom: -2.55208vw;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.bg_yellow {
  background: url(../img/bg_yellow.png) repeat-y;
  background-size: 100%;
  position: relative;
}

.bg_yellow::before {
  content: "";
  display: block;
  width: 100vw;
  height: 2.60417vw;
  background-image: url(../img/shape-top-wave_yellow.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
  position: absolute;
  top: -2.55208vw;
}

.bg_yellow::after {
  content: "";
  display: block;
  width: 100vw;
  height: 2.60417vw;
  background-image: url(../img/shape-top-wave_yellow.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
  position: absolute;
  bottom: -2.55208vw;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.archive-info-wrap,
.single-info-wrap {
  margin-top: 30px;
}

@media screen and (max-width: 1024px) {
  .archive-info-wrap,
  .single-info-wrap {
    margin-top: 15px;
  }
}

.single-lunch_post main {
  margin-top: 30px;
}

@media screen and (max-width: 1024px) {
  .single-lunch_post main {
    margin-top: 15px;
  }
}

.title01 .deco {
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.title01 .line {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.title01.is-show .deco {
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.title01.is-show .line {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.title_en .deco {
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.title_en .txt {
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.title_en.is-show .deco {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.title_en.is-show .txt {
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.deco__wrap .deco {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.deco__wrap.is-show .deco {
  opacity: 1;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.deco__wrap.is-show .deco:nth-of-type(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.deco__wrap.is-show .deco:nth-of-type(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.deco__wrap.is-show .deco:nth-of-type(3) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.deco__wrap.is-show .deco:nth-of-type(4) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.deco__wrap.is-show .deco:nth-of-type(5) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.deco__wrap.is-show .deco:nth-of-type(6) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.deco__wrap.is-show .deco:nth-of-type(7) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.deco__wrap.is-show .deco:nth-of-type(8) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.js-fadeUp {
  opacity: 0;
}

.js-fadeUp.is-show {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.js-fadeIn {
  opacity: 0;
}

.js-fadeIn.is-show {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.js-fadeInRight {
  opacity: 0;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
  -webkit-transition: 2s;
  transition: 2s;
}

.js-fadeInRight.is-show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.js-fadeInLeft {
  opacity: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: 2s;
  transition: 2s;
}

.js-fadeInLeft.is-show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.js-diagonal {
  opacity: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  -webkit-transition: 2s;
  transition: 2s;
}

.js-diagonal.is-show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.f-about li:nth-of-type(2) .js-diagonal.is-show {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.f-about li:nth-of-type(3) .js-diagonal.is-show {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.f-about li:nth-of-type(4) .js-diagonal.is-show {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.js-UpDown {
  opacity: 0;
}

.js-UpDown.is-show {
  -webkit-animation-name: slideTextY-100;
          animation-name: slideTextY-100;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes slideTextY-100 {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    /* 要素を下の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    /* 要素を元の位置に移動*/
    opacity: 1;
  }
}

@keyframes slideTextY-100 {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    /* 要素を下の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    /* 要素を元の位置に移動*/
    opacity: 1;
  }
}

.footer {
  background-color: unset;
  background-image: url(../img/bg_footer.png);
  background-repeat: repeat-y;
  background-size: 100%;
}

@media screen and (max-width: 1024px) {
  .footer {
    padding-bottom: 60px;
  }
}

.footer-logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 40px;
}

.footer-logo a {
  font-size: 3rem;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  .footer-logo a {
    font-size: clamp(12px, 1.5rem, 1.5rem);
  }
}

.footer-logo a span {
  font-size: 6rem;
}

@media screen and (max-width: 1024px) {
  .footer-logo a span {
    font-size: clamp(12px, 3rem, 3rem);
  }
}

@media screen and (max-width: 1024px) {
  .footer-logo {
    margin-bottom: 20px;
  }
}

.footer-address p,
.footer-address a {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.13;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1024px) {
  .footer-address p,
  .footer-address a {
    font-size: clamp(12px, 0.9rem, 0.9rem);
  }
}

.footer-bnr {
  width: 30%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media screen and (max-width: 1024px) {
  .footer-bnr {
    width: 80%;
    margin-bottom: 60px;
  }
}

.footer-bnr a {
  width: 100%;
  display: block;
  background: #fff;
  border-radius: 20px;
  border: solid 8px #a46305;
  padding: 20px;
}

@media screen and (max-width: 1024px) {
  .footer-bnr a {
    border-radius: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .footer-bnr a {
    padding: 10px;
  }
}

.footer-bnr a > img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.footer-bnr a:hover {
  background: rgba(255, 255, 255, 0.7);
}

.footer-bnr a:hover > img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.footer-bnr__txt {
  text-align: center;
  color: #5a3603;
}

.footer-bnr__txt img {
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: initial;
}

#loading {
  background-color: #fff !important;
  background-image: url(../img/bg_top_yozora_opacity50.png);
  background-repeat: no-repeat;
  background-size: cover;
}

#loading .spin-wrap {
  width: 30%;
  margin: auto;
}

@media screen and (max-width: 1024px) {
  #loading .spin-wrap {
    width: 50%;
    margin: auto;
  }
}

.elementor-button {
  background-color: #75c1af !important;
}

.elementor-button span {
  color: #fff;
}

.archive-time-cat time {
  font-size: 1.6rem;
}

@media screen and (max-width: 1024px) {
  .archive-time-cat time {
    font-size: clamp(12px, 0.8rem, 0.8rem);
  }
}


/* 2024/07/01追加 */
.p-flow-text01 {
  text-align: center;
}

/* 20240711追加 */
.com-box02-list li h3 {
  /* padding-left: 0; */
}


/* 20240730追加 */
.p-lunch .p-lunch__box img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .p-lunch .p-lunch__box img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  .p-lunch__box .menu__list {
    width: 100%;
  }
}