@charset "UTF-8";
img {
  width: 100%;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
@keyframes beyooon_a {
  0% {
    transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    transform: translate(-50%, 0%) scale(1);
  }
  88% {
    transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
  }
}
@keyframes beyooon_b {
  0% {
    transform: scale(0.5);
  }
  16% {
    transform: scale(1.32);
  }
  28% {
    transform: scale(0.87);
  }
  44% {
    transform: scale(1.05);
  }
  59% {
    transform: scale(0.98);
  }
  73% {
    transform: scale(1.01);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss共通ここまで***/
#section01 {
  width: 100%;
  /****************************/
  /***********************/
  /***********************/
}
#section01 .thumbnail_rega01 {
  width: 100%;
  max-width: 1036px;
  margin: 35px auto 35px auto;
}
@media screen and (max-width:800px) {
  #section01 .thumbnail_rega01 {
    display: none;
  }
}
#section01 .slick-img {
  position: relative;
}
#section01 .thumbnail .slick-track {
  transform: unset !important;
}
#section01 .thumbnail2 .slick-track {
  transform: unset !important;
}
#section01 .thumbnail3 .slick-track {
  transform: unset !important;
}
#section01 .thumbnail_rega01 .slick-track {
  transform: unset !important;
}
#section01 .thumbnail-img {
  width: 18% !important;
  margin-right: 2.5%;
  position: relative;
  background-color: #000;
}
#section01 .thumbnail-img.lastsam {
  margin-right: 0;
}
#section01 .thumbnail-img img {
  opacity: 0.3;
  transition: opacity 0.3s linear;
}
@media screen and (max-width:800px) {
  #section01 .thumbnail-img {
    width: 31.3% !important;
    margin-right: 3px;
    margin-left: 3px;
    margin-bottom: 7px;
  }
}
#section01 .thumbnail-img:hover {
  cursor: pointer;
}
#section01 .thumbnail-img:hover > img {
  opacity: 0.8 !important;
}
#section01 .thumbnail_rega01 .slick-current.slick-active img {
  opacity: 1;
}
#section01 .prev2 {
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: 10;
  transition: all 0.4s ease-out;
  transform: translate(0, -50%);
  width: 75px;
}
#section01 .prev2:hover {
  cursor: pointer;
  opacity: 0.7 !important;
}
@media screen and (max-width:800px) {
  #section01 .prev2 {
    width: 12.5vw !important;
    left: 0px;
  }
}
#section01 .next2 {
  position: absolute;
  top: 50%;
  right: 0px;
  z-index: 10;
  transition: all 0.4s ease-out;
  transform: translate(0, -50%);
  width: 75px;
}
#section01 .next2:hover {
  cursor: pointer;
  opacity: 0.7 !important;
}
@media screen and (max-width:800px) {
  #section01 .next2 {
    width: 12.5vw !important;
    right: 0px;
  }
}
#section01 .textbox {
  width: 100%;
  text-align: left;
  position: absolute;
  z-index: 5;
  left: 9.35%;
  top: 50%;
  color: #fff;
}
@media screen and (max-width:800px) {
  #section01 .textbox {
    top: 30%;
    left: 5%;
  }
}
#section01 .textbox .minitext {
  margin-bottom: 2.5em;
  letter-spacing: 0.1em;
}
@media screen and (max-width:800px) {
  #section01 .textbox .minitext {
    margin-bottom: 1.75em;
  }
}
#section01 .textbox .bigtext {
  line-height: 180%;
  letter-spacing: 0.1em;
}
@media screen and (max-width:800px) {
  #section01 .textbox .bigtext {
    line-height: 160%;
  }
}
#section01 .textsam {
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 5;
  left: 0;
  top: 50%;
  transform: translate(0%, -50%);
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5), 0 0 4px rgba(0, 0, 0, 0.5), 0 0 4px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width:800px) {
  #section01 .textsam {
    font-size: 2.6vw;
  }
}
#section01 .slick-dots {
  position: absolute;
  bottom: -26px;
  width: 80%;
  padding: 0;
  list-style: none;
  text-align: center;
  pointer-events: auto !important;
  height: 35px;
  padding-top: 15px;
  display: none;
  opacity: 0;
  pointer-events: none;
  z-index: -5;
}
@media screen and (max-width:800px) {
  #section01 .slick-dots {
    opacity: 1;
    pointer-events: auto;
    z-index: 5;
    display: block;
    bottom: 25px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
#section01 .slick-dots li {
  position: relative;
  display: inline-block;
  pointer-events: auto !important;
  width: 16%;
  height: 20px;
  margin: 0 2% !important;
  padding: 0;
  cursor: pointer;
}
#section01 .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 20px;
  padding: 0px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
#section01 .slick-dots li button:hover,
#section01 .slick-dots li button:focus {
  outline: none;
}
#section01 .slick-dots li button:hover:before,
#section01 .slick-dots li button:focus:before {
  opacity: 1;
}
#section01 .slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  border: 1px solid #999;
  content: "";
  text-align: center;
  opacity: 1;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#section01 .slick-dots li.slick-active button:before {
  opacity: 1;
  color: black;
  background-color: #fff;
  border: 1px solid #fff;
}
#section01 .thumbnail_back {
  width: 100%;
  background-color: #eeeeef;
  padding: 1px 0;
}

#section02 {
  width: 100%;
  background-color: #fff;
  padding: 120px 0 85px 0;
}
@media screen and (max-width:800px) {
  #section02 {
    padding: 40px 0 40px 0;
  }
}
#section02 .section__in {
  width: 90%;
  max-width: 1040px;
  margin: 0 auto;
}
#section02 h2.h2title {
  width: 100%;
  text-align: center;
}
#section02 h2.h2title span.texts {
  display: inline-block;
  position: relative;
  padding: 0.75em;
  font-weight: 500;
}
#section02 h2.h2title span.texts::after {
  content: "";
  position: absolute;
  width: 43px;
  height: 1px;
  background-color: #333;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
#section02 .subtext {
  text-align: center;
  padding: 1.5em 0 3em 0;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width:800px) {
  #section02 .subtext {
    padding: 1em 0 2em 0;
  }
}
#section02 .base_text {
  text-align: center;
  line-height: 210%;
  margin-bottom: 35px;
}
@media screen and (max-width:800px) {
  #section02 .base_text {
    margin-bottom: 20px;
  }
}
#section02 .botancenter {
  text-align: center;
}

#section03 {
  width: 100%;
  background-color: #cfcfcf;
  padding: 80px 0 100px 0;
}
@media screen and (max-width:800px) {
  #section03 {
    padding: 40px 0 40px 0;
  }
}
#section03 .section__in {
  width: 90%;
  max-width: 1040px;
  margin: 0 auto;
}
#section03 h2.h2title {
  width: 100%;
  text-align: center;
}
#section03 h2.h2title span.texts {
  display: inline-block;
  position: relative;
  padding: 0.75em;
  font-weight: 500;
}
#section03 h2.h2title span.texts::after {
  content: "";
  position: absolute;
  width: 43px;
  height: 1px;
  background-color: #333;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
#section03 .osusumebox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 80px;
}
@media screen and (max-width:800px) {
  #section03 .osusumebox {
    margin-top: 60px;
  }
}
#section03 .osusumebox .text {
  width: 45%;
  position: relative;
  padding-bottom: 70px;
}
@media screen and (max-width:800px) {
  #section03 .osusumebox .text {
    width: 100%;
    order: 2;
    padding-bottom: 17.5vw;
  }
}
#section03 .osusumebox .text h3 {
  color: #555;
  margin-bottom: 0.75em;
  font-weight: 600;
  letter-spacing: 0.05em;
}
#section03 .osusumebox .text .pricetext {
  color: #000;
  letter-spacing: 0.05em;
  margin-bottom: 0.75em;
}
#section03 .osusumebox .text .pricetext.spacer {
  padding: 0.75em 0;
}
@media screen and (max-width:800px) {
  #section03 .osusumebox .text .pricetext.spacer {
    padding: 0.05em 0;
  }
}
#section03 .osusumebox .text .base_text {
  text-align: left;
  line-height: 180%;
  color: #000;
  letter-spacing: 0.05em;
}
#section03 .osusumebox figure {
  width: 48.25%;
}
@media screen and (max-width:800px) {
  #section03 .osusumebox figure {
    width: 100%;
    margin-bottom: 2.5vw;
    order: 1;
  }
}
#section03 .botanabsolute {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

#section04 {
  width: 100%;
  background-color: #fff;
  padding: 80px 0 100px 0;
}
@media screen and (max-width:800px) {
  #section04 {
    padding: 40px 0 40px 0;
  }
}
#section04 .section__in {
  width: 90%;
  max-width: 1040px;
  margin: 0 auto;
}
#section04 h2.h2title {
  width: 100%;
  text-align: center;
}
#section04 h2.h2title span.texts {
  display: inline-block;
  position: relative;
  padding: 0.75em;
  font-weight: 500;
}
#section04 h2.h2title span.texts::after {
  content: "";
  position: absolute;
  width: 43px;
  height: 1px;
  background-color: #333;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
#section04 ul.menulist {
  width: 100%;
  display: grid;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 80px;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
}
@media screen and (max-width:800px) {
  #section04 ul.menulist {
    margin-top: 60px;
  }
}
#section04 ul.menulist li {
  width: 100%;
  margin-bottom: 25px;
  margin-right: 2.25%;
}
@media screen and (max-width:800px) {
  #section04 ul.menulist li {
    width: 100%;
    margin-right: 3%;
  }
  #section04 ul.menulist {
    width: 100%;
    display: grid;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 80px;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
#section04 ul.menulist li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width:800px) {
  #section04 ul.menulist li:nth-child(2n) {
    margin-right: 0;
  }
}
#section04 ul.menulist li figure {
  width: 100%;
}
#section04 ul.menulist li .name {
  font-weight: 500;
  padding-top: 0.5em;
}
@media screen and (max-width:800px) {
  #section04 ul.menulist li .name {
    display: inline;
    padding-right: 0.75em;
  }
}
#section04 ul.menulist li .price {
  font-weight: 500;
  padding-top: 0.15em;
}
@media screen and (max-width:800px) {
  #section04 ul.menulist li .price {
    display: inline;
  }
}

#section05 {
  width: 100%;
  background: url(../images/map_back.jpg) no-repeat center;
  background-size: cover;
  padding: 110px 0 100px 0;
}
@media screen and (max-width:800px) {
  #section05 {
    padding: 50px 0 25vw 0;
  }
}
#section05 .section__in {
  width: 90%;
  max-width: 680px;
  margin: 0 auto;
  background-color: #fff;
  padding: 60px 0 40px 0;
}
@media screen and (max-width:800px) {
  #section05 .section__in {
    padding: 30px 0;
  }
}
#section05 .section__in .section__in__in {
  width: 90%;
  margin: 0 auto;
}
#section05 h2.h2title {
  width: 100%;
  text-align: center;
}
#section05 h2.h2title span.texts {
  display: inline-block;
  position: relative;
  padding: 0.75em;
  font-weight: 500;
}
#section05 h2.h2title span.texts::after {
  content: "";
  position: absolute;
  width: 43px;
  height: 1px;
  background-color: #333;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
#section05 .inboxclum {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 70px;
}
@media screen and (max-width:800px) {
  #section05 .inboxclum {
    margin-top: 40px;
  }
}
#section05 .inboxclum .logos {
  width: 19.68%;
}
@media screen and (max-width:800px) {
  #section05 .inboxclum .logos {
    width: 100%;
    margin-bottom: 7.5vw;
  }
}
#section05 .inboxclum .logos figure {
  width: 35.83%;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #section05 .inboxclum .logos figure {
    width: 100%;
  }
}
#section05 .inboxclum .text {
  width: 73.8%;
}
@media screen and (max-width:800px) {
  #section05 .inboxclum .text {
    width: 100%;
  }
}
#section05 .inboxclum .text .base_text {
  margin-bottom: 1.5em;
  line-height: 160%;
}
#section05 .inboxclum .text a.linktext {
  text-decoration: underline;
}
#section05 .inboxclum .maps {
  width: 100%;
  margin-bottom: 20px;
}
#section05 .inboxclum .maps iframe {
  width: 100%;
  height: 330px;
}
#section05 .texts {
  width: 100%;
  text-align: center;
  margin-bottom: 0.25em;
}
#section05 .texts2 {
  width: 100%;
  text-align: center;
}
#section05 .texts2 a {
  display: inline-block;
}
@media screen and (max-width:800px) {
  #section05 .texts2 a {
    font-size: 6.4vw;
  }
}
#section05 .sp_footers {
  margin-top: 25px;
  width: 100%;
  text-align: center;
  display: none;
}
@media screen and (max-width:800px) {
  #section05 .sp_footers {
    display: block;
  }
}
#section05 .sp_footers ul {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
@media screen and (max-width:800px) {
  #section05 .sp_footers ul {
    margin-bottom: 10px;
  }
}
#section05 .sp_footers ul li {
  display: inline-block;
}
#section05 .sp_footers ul li a {
  display: inline-block;
  padding: 0.25em 0.5em;
}
#section05 .sp_footers .sns_insta {
  width: 35px;
  margin: 0 auto 20px auto;
}
@media screen and (max-width:800px) {
  #section05 .sp_footers .sns_insta {
    width: 7.5%;
    margin: 0 auto 10px auto;
  }
}
#section05 .sp_footers .copyright {
  text-align: center;
}/*# sourceMappingURL=top.css.map */