@charset "UTF-8";

:root {
  --font-zen-kaku: zen-kaku-gothic-new, sans-serif; 
  --font-futura: futura-100, sans-serif;
}

main {
  font-family: var(--font-zen-kaku);
  color: #252525;
}



@media print, screen and (min-width:768px) {
  .u-sp {
    display: none;
  }
}

.u-pc {
  display: none;
}
@media print, screen and (min-width:768px) {
  .u-pc {
    display: block;
  }
}

.wrapper {
  background-color: #fff;
  position: relative;
  padding: 0 32px;
  overflow: hidden;
}
@media print, screen and (min-width:768px) {
  .wrapper {
    background-color: #fff;
    position: relative;
    padding: 0 32px;
  }
}

.contents_inner {
  width: 100%;
  margin: 0 auto;
  background-color: #F5F5F5;
  padding-top: 22px;
  padding-bottom: 85px;
}
@media print, screen and (min-width:768px) {
  .contents_inner {
    max-width: 1000px;
    padding-top: 30px;
    padding-bottom: 48px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.sec_title {
  font-family: var(--font-futura);
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin: 0;
}
@media print, screen and (min-width:768px) {
  .sec_title {
    font-size: 30px;
  }
}

.sec_lead {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.66;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
}
@media print, screen and (min-width:768px) {
  .sec_lead {
    font-size: 15px;
    margin-top: 15px;
  }
}

.fv {
  width: calc(100% + 40px);
  margin-left: -20px;
}
@media print, screen and (min-width:768px) {
  .fv {
    width: 100%;
    max-width: 845px;
    margin-left: auto;
    margin-right: auto;
  }
}

.intro {
  margin-top: 50px;
  position: relative;
  padding-bottom: 45px;
}
@media print, screen and (min-width:980px) {
  .intro {
    margin-top: 105px;
    padding-bottom: 115px;
  }
}

.intro::after {
  content: "";
  width: 230px;
  height: 7px;
  background-color: #1B1311;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media print, screen and (min-width:980px) {
  .intro::after {
    content: "";
    width: 540px;
    height: 15px;
  }
}

.intro_text {
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  line-height: 1.92;
  letter-spacing: -0.01em;
  margin-bottom: 0;
}
@media print, screen and (min-width:980px) {
  .intro_text {
    font-size: 20px;
    line-height: 2.25;
    letter-spacing: 0;
  }
}

.about {
  margin-top: 55px;
  padding-bottom: 67px;
  position: relative;
}
@media print, screen and (min-width:768px) {
  .about {
    margin-top: 50px;
    padding-bottom: 85px;
  }
}

.about::after {
  content: "";
  width: 230px;
  height: 7px;
  background-color: #1B1311;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media print, screen and (min-width:980px) {
  .about::after {
    content: "";
    width: 540px;
    height: 15px;
  }
}

.about-images {
  margin-top: 20px;
  position: relative;
}
@media print, screen and (min-width:768px) {
  .about-images {
    margin-top: 35px;
  }
}

.about-slide {
  overflow: hidden;
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media print, screen and (min-width:768px) {
  .about-slide {
    width: 100%;
    max-width: 733px;
    margin-left: auto;
    margin-right: auto;
  }
}

.about-slide_item {
  width: 100%;
  position: relative;
}

.about-slide_item::before {
  content: "";
  display: block;
  padding-top: 60.8%;
}

.about-slide_item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about .swiper-pagination {
  bottom: -40px;
}

.about .swiper-pagination-bullet {
  background: #fff;
  border: 1px solid #707070;
  opacity: 1;
  margin: 0 8px;
}

.about .swiper-pagination-bullet-active {
  background: #252525;
  border: none;
}

.about-post {
  margin-top: 90px;
  position: relative;
  padding: 0 24px;
}
@media print, screen and (min-width:768px) {
  .about-post {
    margin-top: 110px;
  }
}

.about-post-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media print, screen and (min-width:768px) {
  .about-post-slide {
    max-width: 870px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media print, screen and (min-width:768px) {
  .about-post-slide_list {
    gap: 45px;
    flex-wrap: wrap;
  }
}

.about-post-slide_item {
  width: 100%;
}
@media print, screen and (min-width:768px) {
  .about-post-slide_item {
    width: calc(33.33% - 45px * 2 / 3);
  }
}

.about-post-slide_item a {
  color: #252525;
}

.about-post-slide_item a:hover {
  text-decoration: none;
  color: #252525;
  opacity: 0.6;
}

.swiper-slide .about-post-slide_img {
  width: 100%;
  position: relative;
}

.swiper-slide .about-post-slide_img::before {
  content: "";
  display: block;
  /* padding-top: 69.23%; */
  padding-top: 100%;
}

.swiper-slide .about-post-slide_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-post-slide_text {
  margin-top: 20px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  line-height: 1.33;
  margin-bottom: 0;
}
@media print, screen and (min-width:768px) {
  .about-post-slide_text {
    font-size: 18px;
    line-height: 1.38;
  }
}

.swiper-button-prev,
.swiper-button-next {
  height: 58px;
  width: 17px;
  top: 35%;
}

.swiper-button-prev {
  left: -10px;
}

.swiper-button-next {
  right: -10px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 58px;
  margin: auto;
  width: 17px;
}

.swiper-button-prev::after {
  background-image: url(./img/ico_prev.png);
}

.swiper-button-next::after {
  background-image: url(./img/ico_next.png);
}

.swiper-slide img {
  height: auto;
  width: 100%;
}

@media print, screen and (min-width:768px) {
  .about-post-slide-prev,
  .about-post-slide-next {
    display: none;
  }
}

.bland {
  margin-top: 76px;
  padding-bottom: 60px;
  position: relative;
}
@media print, screen and (min-width:768px) {
  .bland {
    margin-top: 50px;
    padding-bottom: 75px;
  }
}

.bland::after {
  content: "";
  width: 230px;
  height: 7px;
  background-color: #1B1311;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media print, screen and (min-width:980px) {
  .bland::after {
    content: "";
    width: 540px;
    height: 15px;
  }
}

.bland_list-wrap {
  margin-top: 20px;
  padding: 0 20px;
}
@media print, screen and (min-width:768px) {
  .bland_list-wrap {
    margin-top: 35px;
  }
}

.bland_list {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media print, screen and (min-width:768px) {
  .bland_list {
    max-width: 740px;
    margin: 0 auto;
    gap: 20px;
  }
}

.bland_item {
  list-style: none;
  width: calc(25% - 10px * 3 / 4);
}
@media print, screen and (min-width:768px) {
  .bland_item {
    width: calc(20% - 20px * 4 / 5);
  }
}

.bland_more {
  margin-top: 15px;
  font-family: var(--font-futura);
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}

.bland_more span {
  cursor: pointer;
}

.info {
  margin-top: 70px;
}
@media print, screen and (min-width:768px) {
  .info {
    margin-top: 50px;
  }
}

.info .sec_lead {
  font-family: var(--font-futura);
  font-size: 10px;
  font-weight: 500;
  margin-top: 10px;
}

.info-map {
  margin-top: 13px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;
}
@media print, screen and (min-width:768px) {
  .info-map {
    width: 100%;
    max-width: 415px;
    margin-left: auto;
    margin-right: auto;
  }
}

.info-map::before {
  content: "";
  display: block;
  padding-top: 53.33%;
}

.info-map iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.info_title {
  font-family: var(--font-futura);
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  margin: 0;
}

.info_text {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.42;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 0;
}

.info_text a {
  color: #252525;
  font-weight: 700;
  text-decoration: underline;
}

.info-access {
  margin-top: 16px;
}

.info-access_text {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.42;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
}
@media print, screen and (min-width:768px) {
  .info-access_text {
    margin-top: 20px;
  }
}

.info_contact {
  margin-top: 40px;
}

.info-insta {
  margin-top: 48px;
}

.info-insta_contents {
  margin-top: 10px;
}

.info-insta_contents__inner {
  width: 100%;
  max-width: 870px;
  padding: 0 20px;
  margin: 0 auto;
}

.info-insta_text {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.54;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 0;
}
@media print, screen and (min-width:768px) {
  .info-insta_text {
    font-size: 15px;
    margin-top: 30px;
  }
}

.deco01 {
  position: absolute;
  top: 3.5%;
  left: -116px;
  width: 191px;
  z-index: 1;
}
@media print, screen and (min-width:768px) {
  .deco01 {
    top: 3.6%;
    left: -115px;
    width: 32%;
    max-width: 389px;
  }
}

.deco02 {
  position: absolute;
  top: 3%;
  right: -86px;
  width: 172px;
  z-index: 1;
}
@media print, screen and (min-width:768px) {
  .deco02 {
    top: 9.5%;
    right: -109px;
    width: 30%;
    max-width: 362px;
  }
}

.deco03 {
  position: absolute;
  top: 15.4%;
  left: -82px;
  width: 163px;
  z-index: 1;
}
@media print, screen and (min-width:768px) {
  .deco03 {
    top: 27.5%;
    left: -85px;
    width: 27%;
    max-width: 328px;
  }
}

.deco04 {
  position: absolute;
  top: 17.5%;
  right: -86px;
  width: 172px;
  z-index: 1;
}
@media print, screen and (min-width:768px) {
  .deco04 {
    top: 33.5%;
    right: -124px;
    width: 30%;
    max-width: 361px;
  }
}

.deco05 {
  position: absolute;
  top: 51%;
  left: -120px;
  width: 182px;
  z-index: 1;
}
@media print, screen and (min-width:768px) {
  .deco05 {
    top: 53.3%;
    left: -145px;
    width: 28%;
    max-width: 340px;
  }
}

.deco06 {
  position: absolute;
  top: 38%;
  right: -113px;
  width: 170px;
  z-index: 1;
}
@media print, screen and (min-width:768px) {
  .deco06 {
    top: 63.5%;
    right: -176px;
    width: 27%;
    max-width: 335px;
  }
}

.deco07 {
  position: absolute;
  top: 92.5%;
  left: -110px;
  width: 175px;
  z-index: 1;
}
@media print, screen and (min-width:768px) {
  .deco07 {
    top: 75%;
    left: -30px;
    width: 30%;
    max-width: 361px;
  }
}

.deco08 {
  position: absolute;
  top: 90%;
  right: -58px;
  width: 178px;
  z-index: 1;
}
@media print, screen and (min-width:768px) {
  .deco08 {
    top: 75%;
    right: -46px;
    width: 27%;
    max-width: 328px;
  }
}

.cta {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
@media print, screen and (min-width:768px) {
  .cta {
    width: 16%;
    max-width: 200px;
    top: 180px;
    left: auto;
  }
}

.cta img {
  width: 100%;
}

.bnr {
  position: fixed;
  width: 100%;
  max-width: 200px;
  bottom: 110px;
  right: 0;
  z-index: 9999;
}
@media print, screen and (min-width:768px) {
  .bnr {
    bottom: 0;
  }
}

.bnr img {
  width: 100%;
}

#footer .totop {
  display: none !important;
}