@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");

/* メニュー */
.menu {
  background: url(../category/category-images/bg-menu.jpg) no-repeat center
    center/cover;
}

.menu-top {
  position: relative;
  margin-top: 93px;
}

.menu-top::after {
  position: absolute;
  width: 460px;
  background: url(../common-images/bg-01.png) no-repeat center center/contain;
  content: "";
  z-index: -1;
  top: 1266px;
  right: 0;
  aspect-ratio: 933/1071;
}

.menu-text {
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "M PLUS 1p", sans-serif;
  text-align: center;
  line-height: 2.5;
}

.menu-text span {
  position: absolute;
  margin: -15px 0 0 5px;
  font-size: 2.8rem;
  transform: rotate(10deg);
}

.menu-picture {
  margin-top: 65px;
  position: relative;
  text-align: center;
}

.menu-picture img {
  width: 50%;
  max-width: 663px;
}

.menu-picture::after {
  position: absolute;
  width: 173px;
  height: 133px;
  background: url(../category/category-images/fig-menu01.png) no-repeat center
    center/contain;
  content: "";
  top: 0;
  right: 0;
}

.menu-picture::before {
  position: absolute;
  width: 181px;
  height: 134px;
  background: url(../category/category-images/fig-menu02.png) no-repeat center
    center/contain;
  content: "";
  bottom: 0;
  left: 0;
}

.menu-items {
  display: flex;
  margin-top: 20px;
  flex-wrap: wrap;
}

.menu-item {
  position: relative;
  width: calc(33.3% - 55px * 2 / 3);
  text-align: center;
}

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

.menu-comment {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0;
  transform: rotate(-30deg);
}

.menu-comment span {
  display: inline-block;
  position: relative;
  padding: 0 15px;
  font-size: 2.2rem;
  font-family: "Kiwi Maru", sans-serif;
  font-weight: 500;
}

.menu-comment span::before {
  position: absolute;
  width: 3px;
  height: 32px;
  background: #603811;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-30deg);
}

.menu-comment span::after {
  position: absolute;
  width: 3px;
  height: 32px;
  background: #603811;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(30deg);
}

.menu-item img {
  max-width: 313px;
  height: 290px;
  object-fit: contain;
}

.menu-name {
  /*background: url(../category/category-images/bg-menu-name2.png) no-repeat center center/280px;*/
  background: #663300;
  border-radius: 0 25px 0 25px;
  color: #fff;
  font-size: 2.8rem;
  font-family: "Kiwi Maru", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.05em;
  padding: 10px 0;
}

.menu-description {
  padding-top: 10px;
  font-size: 2rem;
  font-family: "Kiwi Maru", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.menu-attention {
  margin: 0 auto;
  padding: 75px 0 145px;
  font-size: 2rem;
  font-family: "Kiwi Maru", sans-serif;
  font-weight: 500;
  text-align: left;
  line-height: 1.8;
  width: 800px;
}

@media screen and (min-width: 768px) {
  .menu-item:not(:nth-child(3n)) {
    margin-right: 55px;
  }
}

@media screen and (max-width: 767px) {
  .menu-top {
    margin-top: 60px;
  }

  .menu-text {
    font-size: 1.5rem;
    text-align: left;
    line-height: 2;
    letter-spacing: 0.12em;
  }

  .menu-picture img {
    width: 307px;
    margin: 0 auto;
  }

  .menu-picture::after {
    width: 92px;
    height: 70px;
    top: -10px;
    right: 15px;
  }

  .menu-picture::before {
    width: 96px;
    height: 71px;
  }

  .menu-items {
    width: 344px;
    margin: 80px auto 0;
    justify-content: space-between;
  }

  .menu-item {
    width: 48%;
  }

  .menu-item img {
    height: 150px;
  }

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

  .menu-comment {
    top: -10px;
  }

  .menu-comment span {
    padding: 0 9px;
    font-size: 1.5rem;
  }

  .menu-comment span::before {
    width: 2px;
    height: 24px;
  }

  .menu-comment span::after {
    width: 2px;
    height: 24px;
  }

  .menu-name {
    /*background: url(../category/category-images/bg-menu-name2.png) no-repeat center center/165px;*/
    background: #663300;
    border-radius: 0 25px 0 25px;
    font-size: 1.5rem;
  }

  .menu-description {
    font-size: 1.3rem;
  }

  .menu-attention {
    padding-bottom: 70px;
    font-size: 1.5rem;
    width: 100%;
  }
}

@media screen and (max-width: 370px) {
  .menu-text span {
    margin: -5px 0 0 5px;
    font-size: 2rem;
  }

  .menu-top .inner {
    width: 320px;
  }

  .menu-items {
    width: 100%;
  }

  .menu-picture img {
    width: 280px;
  }
}

/* 店舗案内 */
.shop-info {
  background: url(../category/category-images/bg-shop-info.jpg) no-repeat center
    center/cover;
}

.shop-info-top {
  position: relative;
}

.shop-info-top::before {
  position: absolute;
  width: 460px;
  background: url(../common-images/bg-01.png) no-repeat center center/contain;
  content: "";
  z-index: -1;
  top: -49px;
  right: 0;
  aspect-ratio: 933/1071;
}

.shop-info-top::after {
  position: absolute;
  width: 530px;
  background: url(../category/category-images/bg-shop-info.png) no-repeat center
    center/contain;
  content: "";
  z-index: -1;
  bottom: -411px;
  left: 0;
  aspect-ratio: 1089/1139;
}

.shop-info-icon {
  width: 177px;
  margin: 0 auto;
}

.shop-info-picture {
  max-width: 906px;
  margin: 110px auto 0;
}

.access {
  position: relative;
  padding: 180px 0 96px;
}

.access::before {
  display: none;
  position: absolute;
  width: 247px;
  background: url(../common-images/bg-01.png) no-repeat center center/contain;
  content: "";
  z-index: -1;
  top: 100px;
  right: 0;
  aspect-ratio: 933/1071;
}

.access-contents {
  display: flex;
  position: relative;
  width: 87%;
  margin-left: auto;
}

.access-contents::after {
  content: "";
  position: absolute;
  width: 135px;
  background: url(../category/category-images/fig-shop-info-item01.png)
    no-repeat center center/contain;
  top: -150px;
  right: 0;
  aspect-ratio: 233/288;
}

.access-body {
  width: 45%;
}

.access-logo {
  width: 361px;
}

.access-address {
  display: flex;
  margin-top: 55px;
  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;
}

.access-address img {
  width: 46px;
  padding-right: 20px;
}

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

.access-tel img {
  width: 50px;
  padding-right: 20px;
}

.access-time {
  display: flex;
  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;
}

.access-time img {
  width: 50px;
  padding-right: 20px;
}

.access-picture {
  width: 50%;
}

.access-map {
  position: relative;
  max-width: 768px;
  margin: 0 auto;
}

.access-contents::before {
  position: absolute;
  width: 159px;
  background: url(../category/category-images/fig-shop-info-item02.png)
    no-repeat center center/contain;
  content: "";
  z-index: -1;
  bottom: -400px;
  left: -200px;
  aspect-ratio: 287/370;
}

.google-map {
  width: 100%;
  height: 459px;
}

.google-map iframe {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .access-contents {
    width: 100%;
    justify-content: center;
  }
  .access-contents::before {
    left: 0;
  }

  .access-tel {
    font-size: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .shop-info-icon {
    width: 129px;
  }

  .shop-info-picture {
    margin: 86px auto 0;
  }

  .shop-info-top::before,
  .shop-info-top::after {
    display: none;
  }

  .access {
    padding: 75px 0 62px;
  }

  .access::before {
    display: block;
  }

  .access-contents {
    display: block;
    width: auto;
  }

  .access-contents::after {
    width: 94px;
    top: unset;
    bottom: 0;
    right: 0;
  }

  .access-contents::before {
    width: 75px;
    left: 0;
    bottom: -30px;
  }

  .access-body {
    width: 350px;
    margin: 0 auto;
  }

  .access-logo {
    width: 265px;
    margin: 0 auto;
  }

  .access-address {
    margin-top: 33px;
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .access-tel {
    font-size: 3.2rem;
    line-height: 2.4;
    letter-spacing: 0.1em;
  }

  .access-time {
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .access-picture {
    width: 100%;
    max-width: 305px;
    margin: 100px auto 0;
  }

  .access-map {
    margin-top: 50px;
  }

  .access-map::after {
    width: 78px;
    top: 642px;
    left: 27px;
  }

  .google-map {
    height: 169px;
  }
}

@media screen and (max-width: 370px) {
  .access .inner {
    width: 320px;
  }

  .access-body {
    width: 100%;
  }

  .access-address {
    font-size: 1.3rem;
  }

  .access-tel {
    font-size: 2.8rem;
  }

  .access-time {
    font-size: 1.4rem;
  }
}

/* 陽だまりハートについて */
.about {
  background: url(../category/category-images//bg-about.jpg) no-repeat center
    center/cover;
}

.about-top {
  position: relative;
  margin-top: 100px;
}

.about-top::before {
  position: absolute;
  width: 306px;
  background: url(../category/category-images/bg-about-item01.png) no-repeat
    center center/contain;
  content: "";
  top: -155px;
  left: 0;
  z-index: -1;
  aspect-ratio: 664/866;
}

.about-top::after {
  position: absolute;
  width: 500px;
  background: url(../category/category-images/bg-about-item02.png) no-repeat
    center center/contain;
  content: "";
  bottom: -164px;
  right: 0;
  z-index: -1;
  aspect-ratio: 933/1071;
}

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

.about-text {
  padding-top: 73px;
  background: url(../category/category-images/bg-about-top.png) no-repeat center
    center/100%;
  font-size: 1.6rem;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 2.5;
  letter-spacing: 0.2em;
}

.about-picture {
  max-width: 910px;
  width: 100%;
  margin: 108px auto 0;
}

.work {
  margin-top: 83px;
}

.work-icon {
  width: 181px;
  margin: 0 auto;
}

.work-heading {
  display: flex;
  margin-top: 50px;
  align-items: center;
}

.work-contents {
  position: relative;
}

.work-contents::before {
  position: absolute;
  width: 198px;
  height: 248px;
  background: url(../category/category-images/fig-work01.png) no-repeat center
    center/contain;
  content: "";
  bottom: 0;
  left: 0;
}

.work-contents::after {
  position: absolute;
  width: 203px;
  height: 210px;
  background: url(../category/category-images/fig-work02.png) no-repeat center
    center/contain;
  content: "";
  bottom: 0;
  right: 0;
}

.work-title {
  position: relative;
  width: 50%;
  font-size: 2.3rem;
  font-family: "M PLUS 1p", sans-serif;
  text-align: center;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.3em;
}

.work-title::before {
  position: absolute;
  width: 438px;
  height: 364px;
  background: url(../category/category-images/bg-work-title.png) no-repeat
    center center/contain;
  content: "";
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
}

.work-contents img {
  width: 40%;
}

.work-text {
  max-width: 770px;
  margin: 0 auto;
  padding-top: 75px;
  font-size: 1.6rem;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  line-height: 2.5;
  letter-spacing: 0.18em;
}

.corona {
  margin-top: 70px;
}

.corona-box {
  width: 86%;
  margin: 0 auto 100px;
  padding: 63px 85px 120px 133px;
  background: url(../category/category-images/bg-corona.png) no-repeat center
    center/cover;
}

.corona-title {
  text-align: center;
}

.corona-title span {
  display: inline-block;
  margin-left: -50px;
  padding: 20px 20px 20px 50px;
  background: url(../category/category-images/bg-corona-title.png) no-repeat
    center center/100%;
  font-size: 1.6rem;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 2.5;
}

.corona-text {
  padding-top: 16px;
  font-size: 1.6rem;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  line-height: 2.5;
  letter-spacing: 0.15em;
}

.corona-list {
  padding-top: 30px;
}

.corona-list li {
  list-style: none;
  position: relative;
  padding-left: 30px;
  font-size: 1.5rem;
  font-family: "yasashisabold", sans-serif;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 2.4;
}

.corona-list li::before {
  position: absolute;
  width: 15px;
  height: 21px;
  background: url(../category/category-images/ico-corona.png) no-repeat center
    center/contain;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .work-contents {
    padding-bottom: 200px;
  }
}

@media screen and (max-width: 767px) {
  .about-top {
    margin-top: 55px;
  }

  .about-top::before,
  .about-top::after {
    display: none;
  }

  .about-title {
    font-size: 2.2rem;
  }

  .about-text {
    padding-top: 60px;
    background: url(../category/category-images/bg-about-top2.png) no-repeat
      center center/contain;
    font-size: 1.5rem;
    text-align: left;
    line-height: 2;
    letter-spacing: 0.15em;
  }

  .about-picture {
    margin-top: 55px;
  }

  .work {
    margin-top: 40px;
  }

  .work-icon {
    width: 142px;
  }

  .work-contents {
    padding-bottom: 200px;
  }

  .work-contents::before {
    width: 100px;
    height: auto;
    bottom: 50px;
    aspect-ratio: 398/497;
  }

  .work-contents::after {
    width: 150px;
    height: auto;
    aspect-ratio: 408/422;
  }

  .work-heading {
    display: block;
    position: relative;
  }

  .work-heading img {
    margin-left: auto;
  }

  .work-title {
    position: absolute;
    width: 209px;
    background-color: rgba(255, 255, 255, 0.5);
    font-size: 1.6rem;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
  }

  .work-title::before {
    width: 153px;
    height: 127px;
    left: 0;
    transform: translateY(-50%);
  }

  .work-contents img {
    width: 68%;
  }

  .corona {
    margin-top: 0;
    background: url(../category/category-images/bg-corona_sp.png) no-repeat
      center center/cover;
  }

  .work-text {
    padding-top: 35px;
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0.11em;
  }

  .corona-box {
    width: auto;
    margin-bottom: 0;
    padding: 46px 0 94px;
    background: none;
  }

  .corona-text {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    line-height: calc(25 / 15);
  }

  .corona-list {
    padding-top: 0;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
  }

  .corona-icon {
    width: 18px;
    margin: 0 auto;
  }

  .corona-list li {
    padding-left: 13px;
    letter-spacing: 0.1em;
    line-height: 1.3;
  }

  .corona-list li::before {
    width: 10px;
    height: 10px;
    background: #603811;
  }

  .corona-list li:nth-child(n + 2) {
    margin-top: 24px;
  }
}

/* animation*/

.is-anim {
  position: relative;
  animation: rotate-anim 1s 1;
}

@keyframes rotate-anim {
  0% {
    transform: rotate(0deg) scale(1);
  }
  10% {
    transform: rotate(3deg) scale(1.3);
  }
  20% {
    transform: rotate(-3deg) scale(1.3);
  }
  30% {
    transform: rotate(3deg) scale(1.3);
  }
  40% {
    transform: rotate(-3deg) scale(1.3);
  }
  50% {
    transform: rotate(3deg) scale(1.3);
  }
  60% {
    transform: rotate(-3deg) scale(1.3);
  }
  70% {
    transform: rotate(3deg) scale(1.3);
  }
  80% {
    transform: rotate(-3deg) scale(1.3);
  }
  90% {
    transform: rotate(3deg) scale(1.3);
  }
  100% {
    transform: rotate(0deg) scale(1);
  }
}
