/* @include m.tpc {
    display: none;
}

@include m.tab {
    display: none;
}

@include m.sspc {
    display: none;
} */
/* ============common
=============================================== */
html {
  font-size: 100%;
  font-family: "Noto Serif JP", serif;
}

*,
::before,
::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
}

ul,
ol {
  list-style-type: none;
}

.wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 850px) {
  .wrapper {
    padding: 0 3%;
  }
}
@media (max-width: 500px) {
  .wrapper {
    padding: 0 2%;
  }
}

.flex {
  display: flex;
}

body {
  margin: 0 auto;
}

iframe {
  width: 100%;
  aspect-ratio: 16/3;
}
@media (max-width: 500px) {
  iframe {
    aspect-ratio: 16/12;
    width: 90%;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
    display: flex;
    margin: 0 auto 15%;
  }
}

/*
font-family: 'M PLUS 1p', sans-serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;
*/
/* =============  header  ================ */
header {
  position: relative;
}
header div {
  width: 100%;
}
header div img {
  width: 100%;
}
header h1 {
  width: 12%;
  position: absolute;
  top: 3%;
  left: 3%;
  color: rgba(0, 0, 0, 0);
}
@media (max-width: 500px) {
  header h1 {
    top: 0;
    width: 15%;
  }
}
header h1 a {
  width: 100%;
}
header h1 a img {
  width: 100%;
}

/* =============  top-speac  ================ */
#top-speace {
  padding: 30px;
  background-color: #fff;
}

/* =============  info  ================ */
#info {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 80px 0;
  background-image: url(../image/info-35.png), url(../image/info-50.png);
  background-size: 30% 40%;
  background-repeat: no-repeat, no-repeat;
  background-position: top right, bottom left;
}
@media (max-width: 500px) {
  #info {
    padding: 60px 0;
    background-size: 40% 50%;
  }
}
#info .info-inner {
  background-color: #fff;
  width: 775px;
  padding: 40px 35px;
  position: relative;
}
@media (max-width: 850px) {
  #info .info-inner {
    width: 80%;
  }
}
@media (max-width: 500px) {
  #info .info-inner {
    width: 92%;
    padding: 35px 18px;
  }
}
#info .info-inner h2 {
  text-align: center;
  margin-bottom: 25px;
}
#info .info-inner p {
  padding-bottom: 8px;
  line-height: 1.7rem;
}
@media (max-width: 500px) {
  #info .info-inner p {
    font-size: 15px;
  }
}
#info .info-inner:after {
  position: absolute;
  border: 1px solid #2a2a2a;
  content: "";
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
}

/* =============  about  ================ */
#about {
  position: relative;
  background-color: #fff;
}
#about .about__main {
  justify-content: center;
  padding: 6%;
}
@media (max-width: 1000px) {
  #about .about__main {
    padding: 6% 5% 12%;
  }
}
@media (max-width: 850px) {
  #about .about__main {
    padding: 6% 2% 22%;
  }
}
@media (max-width: 500px) {
  #about .about__main {
    flex-direction: column;
    padding: 10% 5%;
  }
}
#about .about__main .about__title {
  width: 40%;
  text-align: center;
  margin-top: 4%;
}
@media (max-width: 500px) {
  #about .about__main .about__title {
    width: 100%;
  }
}
#about .about__main .about__title h2 {
  margin-bottom: 4%;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 500px) {
  #about .about__main .about__title h2 {
    padding-bottom: 5%;
  }
}
#about .about__main .about__title h3 {
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 500px) {
  #about .about__main .about__title h3 {
    padding-bottom: 15%;
  }
}
#about .about__main .about__img {
  width: 60%;
  height: auto;
  top: 5%;
  right: 3%;
}
@media (max-width: 500px) {
  #about .about__main .about__img {
    width: 100%;
  }
}
#about .about__main .about__img img {
  width: 100%;
}
#about .about__text {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35%;
  background-color: #fff;
  bottom: 0%;
  left: 20%;
  padding: 2%;
}
@media (max-width: 1000px) {
  #about .about__text {
    width: 45%;
  }
}
@media (max-width: 850px) {
  #about .about__text {
    width: 65%;
    left: 15%;
  }
}
@media (max-width: 500px) {
  #about .about__text {
    position: static;
    width: 100%;
  }
}
#about .about__text p {
  padding: 3%;
  max-width: 400px;
  line-height: 1.75rem;
  font-family: "Noto Serif JP", serif;
}

/* =============  galley  ================ */
#galley {
  background-color: #fff;
}
#galley .wrapper {
  padding: 10% 0;
}
@media (max-width: 500px) {
  #galley .wrapper {
    padding: 15% 0;
  }
}
#galley .wrapper h2 {
  text-align: center;
  margin-bottom: 5%;
  font-family: "Montserrat", sans-serif;
}
#galley .wrapper .galley__area {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4%;
}
@media (max-width: 500px) {
  #galley .wrapper .galley__area {
    grid-template-columns: 1fr;
    padding-bottom: 20%;
  }
}
#galley .wrapper .galley__area img {
  width: 100%;
  padding: 0 10%;
  filter: drop-shadow(6px 6px 0px rgba(127, 127, 127, 0.4));
}
@media (max-width: 500px) {
  #galley .wrapper .galley__area img {
    width: 90%;
    margin: 0 auto;
  }
}

/* =============  menu  ================ */
#menu {
  background-color: #fff;
  padding-bottom: 5%;
}
@media (max-width: 500px) {
  #menu {
    padding-top: 20%;
  }
}
#menu .wrapper h2 {
  text-align: center;
  margin-bottom: 5%;
  font-family: "Montserrat", sans-serif;
}
#menu .wrapper #cut {
  position: relative;
  padding-bottom: 5%;
  margin-bottom: 12%;
}
@media (max-width: 500px) {
  #menu .wrapper #cut {
    padding-bottom: 20%;
    margin-bottom: 20%;
  }
}
#menu .wrapper #cut .menu__img {
  width: 80%;
  height: auto;
  margin: 0 auto 0 5%;
}
@media (max-width: 500px) {
  #menu .wrapper #cut .menu__img {
    width: 80%;
    height: auto;
  }
}
#menu .wrapper #cut .cut__inner {
  position: absolute;
  width: 45%;
  right: 5%;
  bottom: 0;
}
@media (max-width: 500px) {
  #menu .wrapper #cut .cut__inner {
    width: 80%;
  }
}
#menu .wrapper #cut .cut__inner h3 {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 2%;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 500px) {
  #menu .wrapper #cut .cut__inner h3 {
    color: #fff;
  }
}
#menu .wrapper #cut .cut__inner img {
  width: 100%;
}
#menu .wrapper #color {
  position: relative;
  padding-bottom: 5%;
  margin-bottom: 12%;
}
@media (max-width: 500px) {
  #menu .wrapper #color {
    padding-bottom: 20%;
    margin-bottom: 20%;
  }
}
#menu .wrapper #color .menu__img {
  display: flex;
  justify-content: flex-end;
  width: 60%;
  height: auto;
  margin: 0 5% 0 auto;
}
@media (max-width: 500px) {
  #menu .wrapper #color .menu__img {
    width: 80%;
    height: auto;
  }
}
#menu .wrapper #color .cut__inner {
  position: absolute;
  width: 45%;
  left: 5%;
  bottom: 0;
}
@media (max-width: 500px) {
  #menu .wrapper #color .cut__inner {
    width: 80%;
  }
}
#menu .wrapper #color .cut__inner h3 {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 2%;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 500px) {
  #menu .wrapper #color .cut__inner h3 {
    color: #fff;
  }
}
#menu .wrapper #color .cut__inner img {
  width: 100%;
}
#menu .wrapper #spa {
  position: relative;
  padding: 5% 0 12%;
}
@media (max-width: 500px) {
  #menu .wrapper #spa {
    padding-bottom: 20%;
    margin-bottom: 20%;
  }
}
#menu .wrapper #spa .menu__img {
  width: 60%;
  height: auto;
  margin: 0 auto 0 5%;
}
@media (max-width: 500px) {
  #menu .wrapper #spa .menu__img {
    width: 80%;
    height: auto;
  }
}
#menu .wrapper #spa .cut__inner {
  position: absolute;
  width: 45%;
  right: 5%;
  bottom: 0;
}
@media (max-width: 500px) {
  #menu .wrapper #spa .cut__inner {
    width: 80%;
  }
}
#menu .wrapper #spa .cut__inner h3 {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 2%;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 500px) {
  #menu .wrapper #spa .cut__inner h3 {
    color: #fff;
  }
}
#menu .wrapper #spa .cut__inner img {
  width: 100%;
}

/* =============  item  ================ */
#item {
  background-color: #fff;
  padding: 10% 5%;
}
@media (max-width: 500px) {
  #item {
    padding: 10% 4%;
  }
}
#item .wrapper {
  padding: 4px;
  border: 1px solid #000;
  margin-bottom: 10%;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
#item .wrapper .item__area {
  padding: 3%;
  border: 2px solid #000;
}
#item .wrapper .item__area h2 {
  text-align: center;
  margin-bottom: 5%;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 500px) {
  #item .wrapper .item__area h2 {
    margin-bottom: 13%;
  }
}
#item .wrapper .item__area h2 br {
  display: none;
}
@media (max-width: 500px) {
  #item .wrapper .item__area h2 br {
    display: block;
  }
}
#item .wrapper .item__area h2 span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}
#item .wrapper .item__area .flex {
  justify-content: space-evenly;
  align-items: baseline;
}
@media (max-width: 500px) {
  #item .wrapper .item__area .flex {
    flex-direction: column;
    align-items: center;
  }
}
#item .wrapper .item__area .flex figure {
  width: 27%;
}
@media (max-width: 500px) {
  #item .wrapper .item__area .flex figure {
    width: 85%;
    padding-bottom: 10%;
  }
}
#item .wrapper .item__area .flex figure figcaption {
  padding-top: 5%;
}
#item .wrapper .item__area .flex figure figcaption span {
  font-size: 0.8rem;
  padding-bottom: 15px;
}

/* =============  gbi-area  ================ */
#gbi-area .box {
  padding: 1%;
  position: relative;
  background-color: #fff;
}
#gbi-area .box__container {
  padding: 0;
}
#gbi-area .attachment {
  padding: 15%;
  position: relative;
}
@media (max-width: 500px) {
  #gbi-area .attachment {
    padding: 25% 3%;
  }
}
#gbi-area .attachment h2 {
  color: #fff;
}
#gbi-area .attachment h2 br {
  display: none;
}
@media (max-width: 500px) {
  #gbi-area .attachment h2 br {
    display: block;
  }
}
#gbi-area .attachment::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../image/shop_2.png);
  background-size: cover;
}

/* =============  flower  ================ */
#flower {
  background-color: #fff;
  padding: 7% 3% 10%;
}
@media (max-width: 500px) {
  #flower {
    padding: 15% 3% 25%;
  }
}
#flower .flex {
  justify-content: space-evenly;
}
@media (max-width: 500px) {
  #flower .flex {
    flex-direction: column;
  }
}
#flower .flex .flower__text {
  width: 40%;
  padding-bottom: 10%;
}
@media (max-width: 500px) {
  #flower .flex .flower__text {
    width: 100%;
  }
}
#flower .flex .flower__text h2 {
  text-align: center;
  padding-bottom: 3%;
  font-family: "Montserrat", sans-serif;
}
#flower .flex .flower__text h3 {
  text-align: center;
  padding-bottom: 12%;
}
@media (max-width: 500px) {
  #flower .flex .flower__text h3 {
    padding-bottom: 6%;
  }
}
#flower .flex .flower__text p {
  padding: 6%;
}
#flower .flex .flower__img {
  position: relative;
  width: 50%;
  padding: 5%;
}
@media (max-width: 500px) {
  #flower .flex .flower__img {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
}
#flower .flex .flower__img img {
  position: absolute;
  width: 55%;
  height: auto;
}
@media (max-width: 500px) {
  #flower .flex .flower__img img {
    position: static;
    width: 100%;
  }
}
#flower .flex .flower__img .flower__1 {
  top: 0;
  right: 0;
}
@media (max-width: 500px) {
  #flower .flex .flower__img .flower__1 {
    display: block;
  }
}
#flower .flex .flower__img .flower__2 {
  width: 50%;
  bottom: 0;
  left: 0;
  z-index: 3;
}
@media (max-width: 500px) {
  #flower .flex .flower__img .flower__2 {
    width: 100%;
    grid-row: 1/3;
    grid-column: 2/3;
  }
}
#flower .flex .flower__img .flower__3 {
  bottom: -5%;
  right: 0;
}
@media (max-width: 500px) {
  #flower .flex .flower__img .flower__3 {
    bottom: 0;
  }
}

/* =============  access  ================ */
#access {
  background-color: #fff;
  padding-bottom: 5%;
}
#access .access__inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-evenly;
  padding-bottom: 5%;
}
@media (max-width: 500px) {
  #access .access__inner {
    flex-direction: column-reverse;
  }
}
#access .access__inner .access__text {
  width: 29%;
  padding-top: 5%;
}
@media (max-width: 1000px) {
  #access .access__inner .access__text {
    width: 35%;
  }
}
@media (max-width: 850px) {
  #access .access__inner .access__text {
    width: 43%;
  }
}
@media (max-width: 500px) {
  #access .access__inner .access__text {
    width: 85%;
    margin: 0 auto;
  }
}
#access .access__inner .access__text h2 {
  text-align: center;
  padding-bottom: 3%;
  font-family: "Montserrat", sans-serif;
}
#access .access__inner .access__text h3 {
  text-align: center;
  padding-bottom: 10%;
}
@media (max-width: 500px) {
  #access .access__inner .access__text h3 {
    padding-bottom: 15%;
  }
}
@media (max-width: 500px) {
  #access .access__inner .access__text dl {
    padding-bottom: 10%;
  }
}
#access .access__inner .access__text dl .flex {
  justify-content: space-between;
  padding-bottom: 2%;
}
@media (max-width: 500px) {
  #access .access__inner .access__text dl .flex {
    text-align: center;
  }
}
#access .access__inner .access__text dl .flex dt {
  padding-bottom: 3%;
}
#access .access__inner .access__text dl .flex dd {
  padding-bottom: 10%;
}
#access .access__inner .access__img {
  width: 40%;
}
@media (max-width: 850px) {
  #access .access__inner .access__img {
    width: 45%;
  }
}
@media (max-width: 500px) {
  #access .access__inner .access__img {
    display: block;
    width: 100%;
  }
}

/* =============  resrvation  ================ */
#resrvation {
  background-image: url(../image/flower.jpg);
  background-size: cover;
  background-position: center center;
}
#resrvation .resrvation__inner {
  background-color: rgba(255, 255, 255, 0.4);
  padding-top: 5%;
  padding-bottom: 10%;
}
#resrvation .resrvation__inner .wrapper h2 {
  text-align: center;
  padding-bottom: 3%;
  color: #fff;
  filter: drop-shadow(3px 3px 1px rgba(0, 0, 0, 0.5));
}
#resrvation .resrvation__inner .wrapper h3 {
  text-align: center;
  padding-bottom: 5%;
  color: #fff;
  filter: drop-shadow(3px 3px 1px rgba(0, 0, 0, 0.5));
}
#resrvation .resrvation__inner .wrapper .resrvation__item {
  justify-content: space-evenly;
}
@media (max-width: 500px) {
  #resrvation .resrvation__inner .wrapper .resrvation__item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    margin: 0 auto;
    justify-content: center;
  }
}
#resrvation .resrvation__inner .wrapper .resrvation__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #fff;
  width: 30%;
  padding: 5%;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.3);
  font-size: 1.125rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
}
@media (max-width: 500px) {
  #resrvation .resrvation__inner .wrapper .resrvation__item a {
    width: 80%;
    margin: 5% auto;
  }
}
@media (max-width: 500px) {
  #resrvation .resrvation__inner .wrapper .resrvation__item a:nth-child(1) {
    grid-row: 1/2;
    grid-column: 1/2;
  }
}
#resrvation .resrvation__inner .wrapper .resrvation__item a:nth-child(2) {
  padding: 3%;
}
@media (max-width: 500px) {
  #resrvation .resrvation__inner .wrapper .resrvation__item a:nth-child(2) {
    grid-row: 1/2;
    grid-column: 2/3;
  }
}
#resrvation .resrvation__inner .wrapper .resrvation__item a:nth-child(3) {
  padding: 2%;
}
@media (max-width: 500px) {
  #resrvation .resrvation__inner .wrapper .resrvation__item a:nth-child(3) {
    grid-row: 2/3;
    grid-column: 1/3;
    width: 90%;
    padding: 5% 2%;
  }
}

/* =============  footer  ================ */
footer {
  background-color: #fff;
}
footer .footer__area {
  padding-top: 3%;
}
footer .footer__area a {
  display: flex;
  justify-content: center;
  padding: 3% 0;
}
footer .footer__area a img {
  width: 15%;
}
footer .footer__area nav {
  margin: 0 auto;
}
footer .footer__area nav ol {
  justify-content: space-evenly;
}
footer .footer__area nav ol li {
  padding: 3%;
}
footer .footer__area nav ol li a {
  color: #000;
  font-family: "Montserrat", sans-serif;
}
footer .footer__area #copy {
  display: flex;
  justify-content: center;
  font-size: 1.25rem;
  padding: 5%;
}

/* =============  fade  ================ */
.js-fadeBottom {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: opacity 1.2s, visibility 1.2s, transform 2.3s;
}

.js-fadeBottom.scroll {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.js-fadeTop {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-40px);
  transition: opacity 1.3s, visibility 1s, transform 2.3s;
}

.js-fadeTop.scroll {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.js-fadeLeft {
  opacity: 0;
  visibility: hidden;
  transform: translateX(10%);
  transition: opacity 1s, visibility 1.5s, transform 2.5s;
}

.js-fadeLeft.scroll {
  opacity: 1;
  visibility: visible;
  transform: translateX(0%);
}

.js-fadeRight {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-10%);
  transition: opacity 1s, visibility 1.5s, transform 2.5s;
}

.js-fadeRight.scroll {
  opacity: 1;
  visibility: visible;
  transform: translateX(0%);
}
/*# sourceMappingURL=style.css.map */