@charset "utf-8";
/* CSS Document */

/* top_image */
.main-top{
  grid-row: main;
  height: 100vh;
  width: 100vw;
  position: relative;
}
.swiper-container{
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.swiper-wrapper,
.swiper-slide>div{
  height: 100%;
  width: 100%;
}

.swiper-slide.sw-1>div{
background: url("../images/top/top_1.jpg") center center / cover no-repeat;
}
.swiper-slide.sw-2>div{
background: url("../images/top/top_2.jpg") center center / cover no-repeat;
}
.swiper-slide.sw-3>div{
background: url("../images/top/top_3.jpg") center center / cover no-repeat;
}

@keyframes zoomUp { /* ズームアップで1.15倍させる指定 */
0% {
transform: scale(1);
}
100% {
transform: scale(1.15);
}
}
.swiper-slide-active>div, .swiper-slide-duplicate-active>div, .swiper-slide-prev>div{
animation: zoomUp 10s linear 0s 1 normal both;
}

@media (min-width: 500px) {
.main-top{
  width: 500px;
}
}

/* top */
.top-logotext {
  position: absolute;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top-logo {
  width: 30vw;
  margin: 0 auto;
}
.top-logo img {
  display: block;
  width: 100%;
}
.top-p1 {
  font-size: 1.2rem;
}
.top-p2 {
  font-size: 2.4rem;
}
.top-p3 {
  margin-top: 20px;
  line-height: 1.4rem;
  font-size: 1rem;
}

.section-top {
  margin-bottom: 100px;
}
.section-top h1 {
  margin: 60px auto;
  font-size: max(3vw,1.8rem);
  font-weight: 400;
  line-height: normal;
}
.section-top_image {
  margin: 0 auto;
  width: 65vw;
}
.section-top_image img {
  width: 100%;
}
.section-top p {
  font-size: 1rem;
  color: #866f28;
}

@media (min-width: 500px) {
  .top-logo {
    width: 40%;
    margin: 0 auto;
  }
  .section-top h1 {
    font-size: 1.8rem;
  }
  .section-top_image {
    width: 60%;
  }
}

/* about */
.section-about {
  margin-bottom: 100px;
}
.section-about h2 {
  margin: 40px 0;
}
.section-about_image {
  max-width: 500px;
  margin: 0 auto;
}
.section-about img {
  width: 100%;
}

.section-about_text {
  font-size: max(2vw,1.2rem);
  line-height: normal;
  margin: 26px 0;
}
.section-about_p1 {
  font-weight: 600;
  margin-bottom: 5px;
  letter-spacing: 1px;
}
.section-about_p2 {
  margin-bottom: 10px;
}
.section-about_p3 {
  margin-bottom: 10px;
}

@media (min-width: 500px) {
  .section-about_text {
    font-size: 1.2rem;
    margin: 26px 0;
}
}


/* menu */
.section-menu h2 {
  margin: 40px 0;
}
.section-menu_image {
  position: relative;
}
.section-menu_image-1 {
  width: 90vw;
}
.section-menu_image-1 img {
  width: 100%;
}
.section-menu_image-2 {
  position: absolute;
  width: 90vw;
  top: 76%;
  right: 0;
}
.section-menu_image-2 img {
  width: 100%;
}
.section-menu p {
  padding: 10px 20px 0;
  margin: 15% 0 30px;
  font-size: max(2vw,1.2rem);
  text-align: left;
  line-height: normal;
}
.section-menu_products {
  position: relative;
}
.section-menu_products h3 {
  position: absolute;
  margin-left: 20px;
  top: 20px;
  color: #866f28;
  font-size: 1.6rem;
}
.section-menu_products_image {
  position: relative;
  margin-top: 60px;
}
.section-menu_products_image-1 {
  width: 75vw;
  margin: 0 0 0 auto;
}
.section-menu_products_image-1 img {
  width: 100%;
}
.section-menu_products_image-2 {
  width: 90vw;
  position: absolute;
  top: 70%;
}
.section-menu_products_image-2 img {
  width: 100%;
}
.section-menu_products p {
  margin-top: 10%;
  padding: 10px 20px 0;
  font-size: max(2vw,1.2rem);
  text-align: left;
  line-height: normal;

}

@media (min-width: 500px) {
  .section-menu {
    width: 500px;
    background-color: #1f3439;
  }
  .section-menu_image-1 {
    width: 90%;
  }
  .section-menu_image-2 {
    width: 90%;
  }
  .section-menu p {
    font-size: 1.2rem;
  }
  
  .section-menu_products {
    width: 100%;
    background-color: #1f3439;
  }
  .section-menu_products p {
    font-size: 1.2rem;
    text-align: left;
    margin-top: 5%;
  }
  .section-menu_products_image {
    width: 500px;
  }
  .section-menu_products_image-1 {
    width: 80%;
  }
.section-menu_products_image-2 {
    width: 80%;
  }
}


/* staff */
.section-staff {
  margin-top: 120px;
}
.section-staff h2 {
  margin-bottom: 40px;
}
.section-staff_image {
  width: min(70vw,500px);
  margin: 0 auto 20px;
}
.section-staff_image img {
  width: 100%;
}
.section-staff_p1 {
  font-family: 'Georgia',serif;
  font-size: max(3vw,1.6rem);
  letter-spacing: 1px;
}
.section-staff_p2 {
  margin-top: 10px;
  font-family: 'Georgia',serif;
  font-size: max(3.5vw,1.8rem);
  letter-spacing: 1px;
}
@media (min-width: 500px) {
  .section-staff {
    background-color: #1f3439;
  }
  .section-staff_image {
    width: 50%;
  }
  .section-staff_p1 {
    font-size: 1.6rem;
  }
.section-staff_p2 {
    font-size: 1.8rem;
  }
}


/* access */
.section-access {
  margin-top: 120px;
}
.section-access h2 {
  margin-bottom: 30px;
}
.section-access p {
  margin-bottom: 20px;
  font-size: max(2.5vw,1.4rem);
}
.section-access iframe {
  width: 100vw;
  height: 20vh;
  filter:invert(80%);
  -webkit-filter:invert(80%);
  margin-bottom: 30px;
}
@media (min-width: 500px) {
  .section-access p {
    font-size: 1.4rem;
  }
.section-access iframe {
    width: 500px;
    height: 20vh;
  }
}


/* Q&A */
.section-qa {
  margin-top: 120px;
}
.section-qa h2 {
  margin-bottom: 40px;
}
.section-qa_p1 {
  text-align: left;
  font-size: max(3vw,1.8rem);
  font-weight: 600;
  padding: 0 20px;
}
.section-qa_p2 {
  text-align: left;
  font-size: max(2.5vw,1.4rem);
  padding: 10px 20px 20px;
}
.section-qa_button {
  display: block;
  position: relative;
  width: 70vw;
  height: 40px;
  background-color: #fff;
  border-radius: 20px 0 0 20px;
  margin: 0 0 0 auto;
}
.section-qa_button_p1 {
  position: absolute;
  color: #1f3439;
  font-weight: 600;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  letter-spacing: 1px;
}
.section-qa_button_p2 {
  position: absolute;
  color: #1f3439;
  font-weight: 600;
	top: 50%;
	left: 90%;
	transform: translate(-50%, -50%);
}
@media (min-width: 500px) {
  .section-qa_p1 {
    font-size: 1.8rem;
  }
.section-qa_p2 {
    font-size: 1.4rem;
  }
  .section-qa_button {
    width: 70%;
  }
}


/* instagram */
.section-instagram {
  margin-top: 120px;
  margin-bottom: 80px;
  position: relative;
}
.section-instagram h2 {
  margin-bottom: 40px;
}
.section-instagram ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  width: 100vw;
  padding: 0 10px;
}
.section-instagram ul li {
  width: 45vw;
  padding: 10px;
  filter: drop-shadow(5px 5px 5px #18282c);
}
.section-instagram ul li a img {
  width: 100%;
}
.section-instagram p {
  font-family: 'Georgia',serif;
  font-size: max(3vw,1.4rem);
}
.section-instagram_linkicon {
  position: absolute;
  width: 15px;
  right: 20px;
  bottom: 10px;
}
.section-instagram_linkicon img {
  width: 100%;
}
@media (min-width: 500px) {
  .section-instagram {
    padding-bottom: 80px;
    margin-bottom: 0;
  }
  .section-instagram ul {
    width: 100%;
  }
.section-instagram ul li {
    width: 45%;
  }
  .section-instagram p {
    font-size: 1.4rem;
    letter-spacing: 1px;
  }
  .section-instagram_linkicon {
  bottom: 90px;
}
}