@charset "UTF-8";

html {
  scroll-behavior: smooth;
}
[data-aos=fade-up] {
  transform: translate3d(0, 10px, 0);
}
.sh-gradient-wrapper {
  padding-bottom: 40px;
}

.sh-page-title {
  margin-bottom: initial;
}
.sh-contents {
  max-width: 1020px;
}
.sh-contents-widebox {
  max-width: 1280px;
}

.sh-location-title1 {
  font-size: 32px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  text-align: center;
}
.sh-location-title2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sh-location-title2 > span {
  line-height: 40px;
  padding: 5px 40px;
  letter-spacing: 0.2em;
}
.sh-location-title2 > span:first-child {
  font-size: 30px;
  font-family: "Cinzel", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  border-right: 1px solid #1f2b64;
  color: #1f2b64;
}
.sh-location-title2 > span:last-child {
  font-size: 28px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.sh-location-title3 {
  font-size: 30px;
  font-family: "Cinzel", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  color: #1f2b64;
  text-align: center;
  letter-spacing: 0.2em;
}
.sh-location-title4 {
  font-size: 22px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  letter-spacing: 0.1em;
  text-align: left;
  color: #1f2b64;
  border-bottom: 2px solid #1f2b64;
  margin-bottom: 15px;
}
.sh-location-title4 span {
  display: inline-block;
  font-family: "Cinzel", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  float: right;
  color: #c3ced9;
}

.sh-location-text1 {
  font-size: 18px;
  line-height: 2;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  text-align: center;
}
.sh-location-text2 {
  font-size: 18px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  text-align: center;
  margin-top: 10px;
}

.sh-location-caption1 {
  position: absolute;
  font-size: 12px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  color: #fff;
  right: 10px;
  bottom: 10px;
}

.sh-location-bg1 {
  padding-bottom: 100px;
  background-color: #edf1f5;  
}

.sh-location-section {
  margin-top: 100px;
}
.sh-location-box1 {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 40px;
}
.sh-location-box1 > div {
  width: 48%;
}
.sh-location-box1 > div.__row3-1,
.sh-location-box1 > div.__row3-2 {
  width: 31%;
}
.sh-location-box1:has(.__row1) {
  justify-content: center;
}

.sh-location-info {
  max-width: 1100px;
  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;
}

.MT80_60 {
  margin-top: 80px;
}

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

  .sh-location-title1 {
    font-size: 24px;
  }
  .sh-location-title2 > span {
    display: block;
    box-sizing: border-box;
    width: 50%;
    padding: 5px;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .sh-location-title2 > span:first-child {
    font-size: 24px;
  }
  .sh-location-title2 > span:last-child {
    font-size: 23px;
  }
  .sh-location-title3 {
    font-size: 24px;
  }
  .sh-location-title4 {
    font-size: 20px;
  }
  .sh-location-text1 {
    font-size: 16px;
  }
  .sh-location-text2 {
    font-size: 16px;
  }
  .sh-location-box1 .sh-location-text2 {
    text-align: left;
  }
  
  .sh-location-section {
    margin-top: 100px;
  }
  .sh-location-box1 {
    margin-top: 60px;
  }
  .sh-location-box1 > div,
  .sh-location-box1 > div.__row3-1, 
  .sh-location-box1 > div.__row3-2 {
    width: 47.5%;
    text-align: left;
  }
  .sh-location-box1 > div.__row1 {
    width: 90%;
  }

  .sh-location-info {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    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: 400px) {

}


body#MAP {
  border-top: 12px solid #aaa;
}

body#MAP .sh-gradient-wrapper {
  padding-bottom: 0;
}

.sh-map-image {
  margin: 0 auto;
  /*background: url(/location/images/bg_map.gif) repeat-x left top transparent;*/
  text-align: center;
}

.sh-map-image {
  max-width: 820px;
  position: relative;
}
.sh-map-image img {
  max-width: 820px;
}
.sh-map-image .sh-map_tel {
  position: absolute;
  display: inline-block;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  background-position: left top;
  background-repeat: repeat;
  /*border: 1px solid red;*/
}
.sh-map-image .sh-map_tel {
  width: 35.15625%;
  height: 4.590566%;
  left: 6.6625%;
  top: 16.6%;
}

.sh-map-bottom {
  padding: 15px 0 30px;
  background-color: #f4f4f4;
}

.sh-map-bottom-wrapper {
  width: 94%;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.sh-map-bottom-button__close {
  float: left;
}

.sh-map-bottom-button__print {
  float: right;
}

.sh-map-bottom-button {
  width: 40%;
  max-width: 180px;
}

.sh-map-bottom-button a.sh-nav-link {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  background-image: none;
  overflow: hidden;
  color: #fff;
}

.sh-map-bottom-button a.sh-nav-link.sh-nav-link__print {
  letter-spacing: 1em;
}

.sh-map-bottom-button a.sh-nav-link.sh-nav-link__print:after {
  position: absolute;
  display: block;
  font-family: FontAwesome;
  content: '\f02f';
  width: 30px;
  height: 40px;
  top: 0;
  right: 0;
  background-color: #000;
  text-align: center;
  letter-spacing: normal;
}

.sh-map-bottom-button a.sh-nav-link.sh-nav-link__close {
  padding-left: 24px;
}

.sh-map-bottom-button a.sh-nav-link.sh-nav-link__close:after {
  position: absolute;
  display: block;
  font-family: FontAwesome;
  content: '\f00d';
  width: 36px;
  height: 40px;
  top: 0;
  left: 0;
  background-color: #000;
  font-size: 22px;
  text-align: center;
}

html.no-print .sh-map-bottom-button__close {
  float: none;
  display: inline-block;
}

html.no-print .sh-map-bottom-button__print {
  display: none;
}

html.no-touch .sh-map-bottom-button a:hover {
  color: #fff;
  opacity: 0.9;
}

@media screen and (max-width: 767px) {
  .sh-map-bottom {
    padding-bottom: 20px;
  }
}


