@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  font-weight: 700;
  color: #0095c9;
  letter-spacing: 0.1em;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1.5rem;
}

.common__ttl--wt {
  color: var(--white);
}

.common__ttl span {
  display: block;
  font-size: max(24px, 4rem);
  text-transform: uppercase;
}

.common__btn {
  width: max(160px, 21.6rem);
  height: max(40px, 5rem);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.common__btn a {
  background-color: var(--blue);
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  font-weight: 500;
  color: #fff690;
  letter-spacing: 0.15em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.common__btn--wt a {
  background-color: var(--white);
  color: var(--blue);
}

/*============================
	hero
============================*/
.hero {
  width: 100%;
  height: 100vh;
  position: relative;
}

@media (max-width: 767px) {
  .hero {
    height: max(300px, 44rem);
  }
}

.hero__slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@keyframes zoomOut {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}

.hero__slider .swiper-slide-active img,
.hero__slider .swiper-slide-duplicate-active img,
.hero__slider .swiper-slide-prev img {
  animation: zoomOut 7s linear both;
}

/*============================
	news
============================*/
.news {
  padding: 11rem 0 15rem;
}

.CMS-NEWS-INDEX {
  width: 101.2rem;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 2.6rem;
  margin: 8.5rem auto;
}

@media (max-width: 767px) {
  .CMS-NEWS-INDEX {
    width: 90%;
    grid-template-columns: 1fr;
  }
}

.CMS-NEWS-LINK-CONTENT {
  display: block;
}

.CMS-NEWS-THUMBNAIL {
  width: 100%;
  height: 20rem;
  margin-bottom: 3rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-THUMBNAIL {
    height: 36rem;
  }
}

.CMS-NEWS-LINK,
.CMS-NEWS-TIME {
  font-weight: 500;
}

.CMS-NEWS-LINK {
  margin-top: 1rem;
}

.CMS-NEWS-MORE-READ {
  display: none;
}

/*============================
	about
============================*/
.about {
  background: var(--bg-1);
  color: var(--white);
  padding: 8.5rem 0 11rem;
  position: relative;
}

.about::before,
.about::after {
  content: "";
  background: url("../img/deco_1.png") no-repeat center / cover;
  width: 144rem;
  height: 5rem;
  position: absolute;
  transform: translateY(-100%) scale(-1, 1);
  top: 1px;
  left: 0;
  pointer-events: none;
}

.about::after {
  transform: translateY(100%) scale(-1, -1);
  top: auto;
  bottom: 1px;
}

@media (max-width: 767px) {
  .about::before,
  .about::after {
    width: 76.7rem;
    height: 2.7rem;
  }
}

.about__contents {
  width: 110rem;
  display: flex;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .about__contents {
    width: 90%;
    flex-direction: column-reverse;
    row-gap: 4rem;
  }
}

.about__txt-wrapper {
  width: 100%;
}

@media (min-width: 768px) {
  .about__txt-wrapper {
    width: 52rem;
    min-height: 53rem;
  }
}

.about .common__ttl {
  align-items: flex-start;
}

.about__txt-wrapper p {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2.5;
  margin: 4.5rem 0 14rem;
}

@media (min-width: 768px) {
  .about .common__btn {
    margin: 0;
  }
}

.about__img {
  width: 60.5rem;
  position: absolute;
  top: -13rem;
  right: 7rem;
  pointer-events: none;
  z-index: 1;
}

@media (max-width: 767px) {
  .about__img {
    width: 90%;
    margin: 0 auto;
    position: static;
  }
}

/*============================
	business
============================*/
.business {
  background: var(--bg-2);
  padding: 13rem 0 15.5rem;
}

.business__ttl {
  width: max-content;
  font-size: max(24px, 5.1rem);
  font-weight: 700;
  color: var(--blue);
  letter-spacing: 0.1em;
  margin: 8.5rem auto 6.5rem;
  position: relative;
}

.business__ttl::before,
.business__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  pointer-events: none;
}

.business__ttl::before {
  background: url("../img/business_ttl-deco-1.png") no-repeat center / contain;
  width: 39.9rem;
  height: 11.6rem;
  transform: translateX(-100%);
  left: -7.5rem;
}

.business__ttl::after {
  background: url("../img/business_ttl-deco-2.png") no-repeat center / contain;
  width: 41.6rem;
  height: 9rem;
  transform: translateX(100%);
  right: -8rem;
}

@media (max-width: 767px) {
  .business__ttl::before {
    left: -4rem;
  }

  .business__ttl::after {
    right: -4rem;
  }
}

.business__list {
  width: 110rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8rem 4.3rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .business__list {
    width: 90%;
    grid-template-columns: 1fr;
  }
}

.business__img {
  width: 100%;
  position: relative;
}

.business__img::before {
  content: "";
  width: 100%;
  height: 100%;
  border: dashed 2px #cac0b9;
  border-radius: 2rem;
  position: absolute;
  top: 1rem;
  left: 1rem;
  pointer-events: none;
  z-index: -1;
}

.business__img img {
  border-radius: 2rem;
}

.business__list h4 {
  font-size: max(18px, 3rem);
  font-weight: 500;
  color: var(--blue);
  letter-spacing: 0.05em;
  text-align: center;
  margin: 3rem 0 2rem;
}

.business__list p {
  letter-spacing: 0.1em;
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .business__list p {
    min-height: 12rem;
  }
}

.business__contents {
  width: 110rem;
  display: flex;
  flex-direction: row-reverse;
  gap: 8rem;
  margin: 19.5rem auto 0;
}

@media (max-width: 767px) {
  .business__contents {
    width: 90%;
    flex-direction: column-reverse;
  }
}

.business__contents h3 {
  font-size: max(24px, 5.1rem);
  font-weight: 700;
  color: var(--blue);
  letter-spacing: 0.1em;
  line-height: 1;
}

.business__contents h4 {
  font-size: max(16px, 2.7rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 4.5rem 0 1rem;
}

.business__contents p {
  font-weight: 500;
  line-height: 2;
}

.business__shop-list {
  display: flex;
  flex-wrap: wrap;
  margin: 5rem 0 3rem;
}

.business__shop-list dt,
.business__shop-list dd {
  padding: 2rem 0;
}

.business__shop-list dt {
  width: max(75px, 12rem);
  font-weight: 400;
  color: var(--blue);
}

.business__shop-list dd {
  width: calc(100% - max(75px, 12rem));
}

.business__shop-list dd:not(:last-of-type) {
  border-bottom: solid 1px var(--black);
}

@media (min-width: 768px) {
  .business__shop-list dt:not(:last-of-type) {
    border-bottom: solid 1px var(--black);
  }
}

@media (max-width: 767px) {
  .business__shop-list dt,
  .business__shop-list dd {
    width: 100%;
  }

  .business__shop-list dt {
    padding: 2rem 1.6rem 1rem;
  }

  .business__shop-list dd {
    padding: 0 1.6rem 2rem;
  }
}

@media (min-width: 768px) {
  .business__contents .common__btn {
    margin: 0 0 0 auto;
  }
}

.business__img-wrapper {
  display: block;
  width: 48rem;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .business__img-wrapper {
    width: 100%;
  }
}

.business__map {
  height: 21rem;
  margin: 4.5rem 0 3.5rem;
}

@media (max-width: 767px) {
  .business__map {
    height: 40rem;
  }
}

.business__sns {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 6rem;
  margin: 0 1.5rem 0 auto;
}

.business__sns li a {
  display: block;
  width: max(110px, 14.7rem);
}

.business__sns li:nth-of-type(2) a {
  width: max(36px, 5.8rem);
}

/*============================
	gallery
============================*/
.gallery {
  background: var(--bg-1);
  padding: 11rem 0 8.5rem;
  position: relative;
}

.gallery::before,
.gallery::after {
  content: "";
  background: url("../img/deco_1.png") no-repeat center / cover;
  width: 144rem;
  height: 5rem;
  position: absolute;
  transform: translateY(-100%);
  top: 1px;
  left: 0;
  pointer-events: none;
}

.gallery::after {
  transform: translateY(100%) scale(1, -1);
  top: auto;
  bottom: 1px;
}

@media (max-width: 767px) {
  .gallery::before,
  .gallery::after {
    width: 76.7rem;
    height: 2.7rem;
  }
}

.gallery__slider {
  height: 26rem;
  margin: 6.5rem 0 6rem;
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 35.6rem;
  margin: 0 0.1rem;
}

/*============================
	access
============================*/
.access {
  padding: 16.5rem 0 11.5rem;
}

.access__contents {
  width: 110rem;
  display: flex;
  gap: 4rem 12rem;
  margin: 12rem auto 0;
}

@media (max-width: 767px) {
  .access__contents {
    width: 90%;
    flex-direction: column;
  }
}

.access__map {
  width: 42rem;
  height: 32rem;
  flex-shrink: 0;
  position: relative;
}

@media (max-width: 767px) {
  .access__map {
    width: 100%;
    height: 40rem;
  }
}

.access__map::before {
  content: "";
  width: 100%;
  height: 100%;
  border: dashed 2px #cac0b9;
  border-radius: 2rem;
  position: absolute;
  top: 2.4rem;
  left: 2.4rem;
  pointer-events: none;
  z-index: -1;
}

.access__map iframe {
  border-radius: 2rem;
}

.access__list {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .access__list {
    margin: -5rem 5rem 0 0;
  }
}

.access__list dt,
.access__list dd {
  padding: 3.2rem 1.6rem;
}

.access__list dt {
  width: max(75px, 12rem);
  font-weight: 400;
  color: var(--blue);
}

.access__list dd {
  width: calc(100% - max(75px, 12rem));
}

.access__list dd:not(:last-of-type) {
  border-bottom: solid 1px var(--black);
}

@media (min-width: 768px) {
  .access__list dt:not(:last-of-type) {
    border-bottom: solid 1px var(--black);
  }
}

@media (max-width: 767px) {
  .access__list dt,
  .access__list dd {
    width: 100%;
  }

  .access__list dt {
    padding: 2rem 1.6rem 1rem;
  }

  .access__list dd {
    padding: 0 1.6rem 2rem;
  }
}

/*============================
	contact
============================*/
.contact {
  background: var(--bg-2);
  padding: 19.5rem 0 21.5rem;
}

.contact__contact {
  background: url("../img/contact_bg.jpg") no-repeat center left / cover;
  width: 110rem;
  color: var(--white);
  display: flex;
  flex-direction: row-reverse;
  padding: 6rem 7rem 6.5rem;
  margin: 0 auto;
  overflow: hidden;
}

@media (max-width: 767px) {
  .contact__contact {
    background: transparent;
    width: 90%;
    flex-direction: column-reverse;
    padding: 0;
  }
}

.contact__txt-wrapper {
  width: max(230px, 31rem);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

@media (max-width: 767px) {
  .contact__txt-wrapper {
    background: var(--bg-1);
    width: 100%;
    padding: 5rem;
  }
}

@media (min-width: 768px) {
  .contact__txt-wrapper::before {
    content: "";
    background: var(--bg-1);
    width: max(400px, 62rem);
    height: max(400px, 62rem);
    border-radius: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    pointer-events: none;
    z-index: -1;
  }
}

.contact__txt-wrapper p {
  font-weight: 500;
  line-height: 2;
  margin: 3rem 0 6rem;
}

@media (max-width: 767px) {
  .contact__img {
    display: block;
    width: 100%;
  }
}
