@charset "UTF-8";

@font-face {
  font-family: "yasashisa";
  src: url("../font/07Yasashisa/07やさしさゴシック.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "yasashisabold";
  src: url("../font/07YasashisaBold/07やさしさゴシックボールド.ttf")
    format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "anzu";
  src: url("../font/あんずもじ/APJapanesefont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400;500&family=M+PLUS+1p:wght@400;500;700&family=Noto+Sans+JP:wght@400;500;700&display=swap");

/* fv */
.fv {
  position: relative;
  width: 98.5vw;
  aspect-ratio: 2/1;
}

.fv .fv-picture.is-pc img {
  aspect-ratio: 2/1;
  object-fit: cover;
}

.fv-text {
  position: absolute;
  width: 315px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .fv-text {
    width: 200px;
  }
}

/* お知らせ */
.news {
  position: relative;
  padding: 160px 0 190px;
}

.news::after {
  position: absolute;
  width: 26.5%;
  height: 301px;
  background: url(../top-images/bg-news01.png) no-repeat center center/contain;
  content: "";
  top: 70px;
  left: 0;
}

.news::before {
  position: absolute;
  width: 26.5%;
  background: url(../top-images/bg-news01.png) no-repeat center center/contain;
  height: 301px;
  content: "";
  bottom: -70px;
  right: 0;
}

@media screen and (max-width: 767px) {
  .fv {
    aspect-ratio: 750/1200;
  }

  .news::after,
  .news::before {
    display: none;
  }
}

.news-items {
  max-width: 645px;
  margin: 70px auto 0;
}

@media screen and (max-width: 767px) {
  .news-items {
    margin: 24px auto 0;
  }
}

.new-icon {
  width: 46px;
}

.new-icon-important {
  width: 50px;
}

.news-item/*:nth-child(n + 3) */{
  margin-bottom: 50px;
}

.news-item-header {
  display: flex;
  padding-bottom: 5px;
  border-bottom: 1px solid #603811;
  align-items: center;
}

.news-item-date {
  width: 125px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.375;
}

.news-item-title {
  width: calc(100% - 125px);
  font-size: 1.6rem;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  line-height: 1.375;
  letter-spacing: 0.06em;
}

.news-item-body {
  padding-top: 5px;
}

.news-item-text {
  font-size: 1.5rem;
  font-family: "M PLUS 1p", sans-serif;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 767px) {
  .news {
    padding: 75px 0 135px;
  }

  .news-item-date {
    width: 100px;
  }

  .news-item-title {
    width: calc(100% - 100px);
    font-size: 1.5rem;
  }

  .news-item-text {
    font-size: 1.4rem;
  }
}

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

/* 陽だまりハートについて */
.about {
  padding: 100px 0 160px;
  background: url(../top-images/bg-about.png) no-repeat center center/cover;
}

.about-contents {
  display: flex;
  margin-top: 45px;
  align-items: center;
}

.about-picture {
  position: relative;
  width: 50%;
}

.about-picture::before {
  position: absolute;
  width: 308px;
  height: 252px;
  background: url(../top-images/fig-abuot.png) no-repeat center center/contain;
  content: "";
  top: -50px;
  left: -70px;
  z-index: -1;
}

.about-body {
  width: 50%;
}

.about-text {
  font-size: 1.7rem;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  line-height: 2.4;
  letter-spacing: 0.2em;
  text-align: center;
}

.about-link {
  margin-top: 70px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .about {
    padding: 75px 0 85px;
    background: url(../top-images/bg-about_sp.png) no-repeat center center/cover;
  }

  .about .inner {
    padding: 0;
  }

  .about-contents {
    display: block;
  }

  .about-contents img {
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
  }

  .about-body {
    width: auto;
    padding-top: 40px;
  }

  .about-text {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
  }

  .about-picture {
    margin: 0 auto;
    width: 261px;
  }

  .about-picture::before {
    width: 149px;
    left: 50%;
    aspect-ratio: 308/252;
    transform: translateX(-115%);
  }
}

@media screen and (max-width: 370px) {
  .about .inner {
    padding: 0 5px;
  }
  .about-text {
    font-size: 1.3rem;
  }
}

/* メニュー */
.menu {
  padding: 80px 0 160px;
  background: url(../top-images/bg-menu.png) no-repeat center center/contain;
}

.menu-contents {
  margin-top: 110px;
}

.menu-items {
  display: flex;
  flex-wrap: wrap;
}

.menu-item {
  width: calc(25% - 50px * 3 / 4);
}

.menu-name {
  position: relative;
  font-size: 2rem;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  text-align: center;
  -webkit-text-stroke: 0.5px #fff;
  text-stroke: 0.5px #fff;
  color: #412600;
}

.menu-name::before {
  position: absolute;
  width: 130px;
  height: 14px;
  background: url(../top-images/fig-menu.png) no-repeat center center/100%;
  content: "";
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.menu-link {
  margin-top: 140px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .menu-item:nth-child(n + 2) {
    margin-left: 50px;
  }
}

@media screen and (max-width: 767px) {
  .menu {
    padding: 78px 0;
  }

  .menu-contents {
    margin-top: 42px;
  }

  .menu-items {
    background: url(../top-images/bg-menu.png) no-repeat center center/contain;
  }

  .menu-item {
    width: calc(50% - 30px / 2);
  }

  .menu-item:nth-child(2n) {
    margin-left: 30px;
  }

  .menu-item:nth-child(n + 3) {
    margin-top: 42px;
  }

  .menu-link {
    margin-top: 50px;
  }
}

/* 店舗案内 */
.shop-info {
  padding: 71px 0 76px;
  background: url(../top-images/bg-shop-info.jpg) no-repeat center center/cover;
}

.shop-info-box {
  width: 77%;
  margin: 0 auto;
  padding: 77px 55px 40px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 58px;
}

.shop-info-contents {
  display: flex;
  margin-top: 40px;
  align-items: center;
  justify-content: space-between;
}

.shop-info-body {
  width: 65%;
}

.shop-info-tel {
  display: flex;
  font-size: 3.5rem;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  line-height: 2.5;
  letter-spacing: 0.15em;
  align-items: center;
}

.shop-info-tel img {
  width: 61px;
  padding-right: 20px;
}

.shop-info-address {
  display: flex;
  padding-left: 10px;
  font-size: 1.7rem;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  line-height: 2.4;
  letter-spacing: 0.15em;
  align-items: center;
}

.shop-info-address img {
  width: 52px;
  padding-right: 20px;
}

.shop-info-time {
  display: flex;
  padding-left: 10px;
  font-size: 1.7rem;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  line-height: 2.4;
  letter-spacing: 0.15em;
  align-items: center;
}

.shop-info-time img {
  width: 58px;
  padding-right: 20px;
}

.point {
  width: 39%;
  padding: 15px 20px 20px;
  background: #fcf5e3;
  text-align: center;
}

.point img {
  width: 207px;
}

.point-text {
  padding-top: 8px;
  font-size: 1.6rem;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
}

.point-link {
  padding-top: 13px;
  text-align: right;
}

.point-link a {
  font-size: 1.3rem;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  text-decoration: underline;
}

.shop-info-link {
  margin-top: 35px;
  text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .shop-info-box {
    width: 90%;
    padding: 77px 4% 40px;
  }

  .shop-info-tel {
    font-size: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .shop-info {
    padding: 50px 0 68px;
    background: url(../top-images/bg-shop-info_sp.jpg) no-repeat center
      center/cover;
  }

  .shop-info-box {
    width: 344px;
    padding: 45px 40px;
  }

  .shop-info-contents {
    display: block;
  }

  .shop-info-body {
    width: 100%;
  }

  .shop-info-tel {
    display: block;
    font-size: 2.8rem;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }

  .shop-info-tel img {
    display: block;
    width: 26px;
    margin: 0 auto;
    padding-right: 0;
  }

  .shop-info-address {
    display: block;
    padding-top: 15px;
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .shop-info-address img {
    display: block;
    width: 20px;
    margin: 0 auto;
    padding-right: 0;
  }

  .shop-info-time {
    display: block;
    padding-top: 12px;
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .shop-info-time img {
    display: block;
    width: 23px;
    margin: 0 auto;
    padding-right: 0;
  }

  .point {
    width: 100%;
    margin-top: 10px;
    padding: 15px 15px 20px;
  }

  .point-text {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 370px) {
  .shop-info-box {
    width: 300px;
    padding: 45px 10px;
  }

  .point img {
    width: 190px;
  }
}

/* anim */

.fv-picture.image {
  position: absolute;
  width: 100%;
  opacity: 0;
  animation: change-img-anim 32s infinite;
}

.fv-picture.image:nth-of-type(1),
.fv-picture.image:nth-of-type(5) {
  animation-delay: 0s;
}
.fv-picture.image:nth-of-type(2),
.fv-picture.image:nth-of-type(6) {
  animation-delay: 8s;
}
.fv-picture.image:nth-of-type(3),
.fv-picture.image:nth-of-type(7) {
  animation-delay: 16s;
}
.fv-picture.image:nth-of-type(4),
.fv-picture.image:nth-of-type(8) {
  animation-delay: 24s;
}

@keyframes change-img-anim {
  0% {
    opacity: 0;
  }
  6.25% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  31.25% {
    opacity: 0;
  }
}
.hidden {
  display: none;
}