@charset "utf-8";

/********************************
* ロケーション共通
********************************/
.location-sec {
  font-family: "RyuminPro", serif;
  color: #37444C;
  margin-top: 70px;
  line-height: 1.8;
}

.location-sec .inner {
  width: 84%;
  max-width: 1000px;
  margin: 0 auto;
}


.location-sec p {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .location-sec p {
      font-size: 14px;
  }
}
.sup {
  font-size: 0.5em;
  vertical-align: top;
}

/* コンテンツ > スライダー用
********************************/
.slider01 {
  color: #3e3a39;
}
.slider01 .name {
  font-size: 16px;
  margin: 0 auto 15px;
  line-height: 1.6;
}
.slider01 .name span {
  font-size: 14px;
}
.slider01 .info {
  font-size: 22px;
  line-height: 2;
}
.slick-slide {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .slick-slide {
    margin-left: 1.95vw;
  }
}

.slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #231815;
}

.slick-dots li.slick-active button {
  background-color: #231815;
}

.slick-dots li button:before {
  display: none;
}

/*slick-theme.cssからの更新箇所*/

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 50px;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .slick-dotted.slick-slider {
    align-items: flex-start;
  }
}

.slick-dots
{
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    order: 1;
    margin-left: 2vw;
    margin-right: 2vw;
    margin-bottom: 97px;
    position: inherit;
    bottom: auto;
    width: auto;
}
/*@media screen and (max-width: 1200px) {
  .slick-dots {
    margin-bottom: 97px;
  }
}*/
.slick-dots li
{
    position: relative;
    display: block;
    width: 15px;
    height: 15px;
    margin-top: 10px;
    padding: 0;
    cursor: pointer;
}
@media screen and (max-width: 768px) {
  .slick-dots {
    margin-left: 4vw;
    margin-right: 4vw;
  }
  .slick-dots li {
/*    display: inline-block;
    margin:0 10px;*/
    margin-top: 0;
    margin-bottom: 10px;
    
  }
}


/*slick.cssからの更新箇所*/
.slick-initialized .slick-slide:first-of-type {
  margin-left: 0;
}
.slick-list.draggable {
  padding: 0 10% 0 0 !important;
  order: 2;
}






.location-link {
    font-family: "RyuminPro", serif;
    display: flex;
    flex-wrap: wrap;
}

.location-link a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100px;
    padding: 10px 2.5vw;
    font-size: 1.8rem;
    font-weight: 300;
    letter-spacing: .1em;
    background-color: #fefcf7;
    border-left: 1px solid #f1e9dc;
    border-bottom: 1px solid #f1e9dc;
}

.location-link a.current {
    color: #fff;
    background-color: #868076;
}
.location-link--2 a {
  width: 50%;
}

.location-link--3 a {
    width: 33.33%;
}

.location-link--4 a {
    width: 25%;
}

.location-link--5 a {
    width: 20%;
}

.location-link a::before {
    content: '\f105';
    position: absolute;
    left: calc(2.5vw - 15px);
    top: 50%;
    font-family: 'Font Awesome 6 Free';
    font-weight: 600;
    color: #808081;
    transform: translateY(-50%);
}

.location-link a.current::before {
    color: #fff;
}
.caption{
	font-family: 'Noto Sans JP', sans-serif;
	font-size:10px;
}
@media screen and (max-width: 1400px) {
    .location-link a {
        font-size: 1.28vw;
    }
}

@media screen and (max-width: 768px) {
  .location-sec {
    margin-top: 9.11vw;
  }
    .location-link a {
        padding: 10px 25px;
        font-size: 1.75vw;
    }
    .location-link--4 a {
        width: 50%;
    }
    .location-link--5 a {
        width: 33.33%;
    }
    .location-link a::before {
        left: 10px;
    }
}

@media screen and (max-width: 639px) {
    .location-link a {
        width: 100% !important;
        height: 13.33vw;
        font-size: 4vw;
    }
    .location-link a::before {
        left: 6vw;
    }
.caption{
	max-width: 100%;
}

}

