@charset "UTF-8";

html {
  scroll-behavior: smooth;
}

.sh-gradient-wrapper {
  overflow: hidden;
}

.sh-page-title {
  margin-bottom: initial;
}
.sh-contents {
  max-width: 1140px;
}
.sh-contents-widebox {
  max-width: 1280px;
}
.sh-contents.__1600 {
  max-width: 1620px;
  padding-left: 0;
  padding-right: 0;
}
.__W800 {
  max-width: 800px;
  margin-inline: auto;
}
.__W1040 {
  max-width: 1040px;
  margin-inline: auto;
}


.__bgWhite {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.__caption1 {
  position: absolute;
  right: 5px;
  bottom: 5px;
  color: #fff;
}

.__title1 {
  position: relative;
  display: inline-block;
  font-family: 'Cinzel', "Yu Mincho", "游明朝", serif;
  color: #3d5b68;
  padding-left: 10px;
  padding-right: 1em;
  letter-spacing: 0.1em;
}
.__title1::after {
    position: absolute;
    display: block;
    content: '';
    width: 100vw;
    height: 1px;
    background-color: #3d5b68;
    right: 0;
    bottom: 0;
}
.__title2 {
  font-family: 'Cinzel', "Yu Mincho", "游明朝", serif;
  color: #3d5b68;
  letter-spacing: 0.1em;
}


.sh-location-bg1 {
  background: url(images/bg_01.jpg) top center repeat-y;
  background-size: 100% auto;
  padding-top: 40px;
  padding-bottom: 80px;
}

.sh-location-box1 > div {
  width: 80%;
  max-width: 80%;
  margin-inline: auto;
}
.sh-location-box2 {
  display: flex;
  justify-content: space-between;
}
.sh-location-box2 > div:first-child {
  width: 53.8461538%;
  max-width: 560px;
}
.sh-location-box2 > div:nth-child(n+2) {
  width: 20.6730769%;
  max-width: 215px;
}

.sh-location-img1 {
  max-width: 800px;
  margin-inline: auto;
}
.sh-location-img2 {
  max-width: 680px;
  margin-inline: auto;
}
.sh-location-img3 {
  max-width: 920px;
  margin-inline: auto;
}


.sh-location-info {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 80px;
}
.sh-location-info > div {
  width: 47%;
}
.sh-location-info > div > div + div {
  margin-top: 40px;
}
.sh-location-info dl {
  margin-top: 10px;
}
.sh-location-info dl div {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.sh-location-info dl div + div {
  margin-top: 5px;
}
.sh-location-info dl div::before {
  position: absolute;
  content: '';
  display: block;
  border-top: 1px dotted #999;
  flex-grow: 1;
  width: 100%;
  margin-top: 11px;
}
.sh-location-info dt,
.sh-location-info dd {
  position: relative;
  background-color: #fff;
  font-size: 16px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.sh-location-info dt {
  padding-left: 2px;
  padding-right: 5px;
  text-align: left;
}
.sh-location-info dd {
  margin-left: 3em;
  padding-left: 5px;
  text-align: right;
  white-space: nowrap;
}

.sh-location-info-title {
  letter-spacing: 0.1em;
  text-align: left;
  color: #3d5b68;
  border-bottom: 1px solid #333;
  margin-bottom: 15px;
}
.sh-location-info-title span {
  display: inline-block;
  font-family: 'Cinzel', "Yu Mincho", "游明朝", serif;
  float: right;
  color: #75959e;
}

.MT80_60 {
  margin-top: 80px;
}

.TR_TL {
  text-align: right;
}

.__smp_prt {
    display: none;
}



@media screen and (min-width: 768px) {
  .sh-location-box1 {
    display: flex;
    justify-content: space-between;
    max-width: 1160px;
    width: calc(100% - 20px);
    margin-inline: auto;
  }
  .sh-location-box1 > div {
    width: 32.7586207%;
    max-width: 380px;
  }

  .sh-location-box2 > div:first-child {
    margin-right: 3.84615%;
  }
  .sh-location-box2 > div:nth-child(2) {
    margin-right: 10px;
  }

}



@media screen and (max-width: 767px) {
  .MT80_60 {
    margin-top: 60px;
  }
  .sh-gradient-wrapper {
    padding-bottom: 0;
  }
  .sh-page-title {
  }


  .sh-location-box1 > div:not(last-child) {
    margin-bottom: 40px;
  }

  .sh-location-info {
    flex-direction: column;
    align-items: center;
    row-gap: 40px;
    padding-bottom: 60px;
  }
  .sh-location-info > div {
    width: 100%;
  }
  .sh-location-info dl div::before {
    margin-top: 10px;
  }
  .sh-location-info dt,
  .sh-location-info dd {
    font-size: 14px;
  }
  .sh-location-info dt {
    padding-right: .5em;
  }
  .sh-location-info dd {
    padding-left: .5em;
  }


}

@media screen and (max-width: 600px) and (orientation: portrait) {
  .sh-location-box2 {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .sh-location-box2 > div:first-child {
    width: 100%;
    max-width: 100%;
  }
  .sh-location-box2 > div:nth-child(n+2) {
    width: 48%;
    max-width: 48%;
  }

  .sh-location-info-title.font22 {
    font-size: 19px;
  }

  .js-scrollable img {
    width: 170%;
  }
  .sh-location-img1.js-scrollable img {
    width: 140%;
  }
  .__smp_prt {
      display: inline-block;
  }
  .TR_TL {
    text-align: left;
  }
}



/* slickスライダー設定*/
.slider-image {
    max-width: 1200px;
    margin-inline: auto;

}
.slider-image .slick-list {
  overflow: visible;

}
.slider-image .slick-slide {
    margin-left: 20px;
    margin-right: 20px;
    max-width: 340px;
}
/* dotsを丸くカスタマイズするCSS */
.dots-wrap {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}
.dots-wrap li {
    width: 12px;
    height: 12px;
    margin: 0 10px;
    background: #ccc;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0.5;
}
.dots-wrap li:hover,
.dots-wrap li.slick-active {
    background: #fff;
    opacity: 1;
}
.dots-wrap li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}

.slider-image .dots-wrap {
    bottom: -30px;
}
.slider-image .dots-wrap li:hover,
.slider-image .dots-wrap li.slick-active {
    background: #3d5b68;
}



