@charset "UTF-8";

html {
  scroll-behavior: smooth;
}

.sh-PR {
    position: relative;
}
.sh-gradient-wrapper {
    padding-bottom: 40px;
}
.sh-contents {
    max-width: 1200px;
    text-align: inherit;
    position: relative;
}
.sh-contents.__wide {
    max-width: 1620px;
}
.sh-contents.__W800 {
    max-width: 820px;
}
.__W800 {
    max-width: 800px;
    margin-inline: auto;
}

.sh-locationvisual-wrapper {
  height: auto;
  overflow: hidden;
}
.sh-locationvisual {
  position: relative;
  max-width: 100%;
  margin-inline: auto;
  overflow: hidden;
}
#locationvisual {
}
.sh-locationvisual .__caption1 {
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.sh-PR .__caption1 {
    position: absolute;
    right: 5px;
    bottom: 5px;
}
.__caption1.__white {
    text-shadow: 0 0 3px #000, 1px 0 3px #000, 0 -1px 3px #000, 0 1px 3px #000, -1px 0 3px #000;
}
.__white {
    color: #fff;
}


.color1 {
    color: #A58C5A;
}
.color2 {
    color: #376EA5;
}
.color3 {
    color: #CC5C82;
}
.color4 {
    color: #E5A545;
}
.color5 {
    color: #3F8876;
}


.square {
  width: 10px;
  height: 10px;
  margin-inline: auto;
}
.bg1 {
    background-color: #376EA5;
}
.bg2 {
    background-color: #CC5C82;
}
.bg3 {
    background-color: #E5A545;
}
.bg4 {
    background-color: #3F8876;
}
.bg5 {
    box-sizing: border-box;
    max-width: 1200px;
    margin-inline: auto;
    background-color: #fff;
    padding: 80px clamp(0px, 10vw - 60px, 60px);
}
.bg6 {
    background-color: #000;
}

.sh-contents-comment {
    max-width: 1120px;
    margin-inline: auto;
}

.sh-location-linkbox {
    display: flex;
    justify-content: center;
    column-gap: 20px;
}
.sh-location-linkbox > div {
    width: 23.7288136%;
    max-width: 280px;
    position: relative;
    letter-spacing: clamp(0.1em, 0.2vw, 0.2em);
}
.sh-location-linkbox > div:nth-child(1) {
    background: url(images/img_01.jpg) center center no-repeat;
}
.sh-location-linkbox > div:nth-child(2) {
    background: url(images/img_02.jpg) center center no-repeat;
}
.sh-location-linkbox > div:nth-child(3) {
    background: url(images/img_03.jpg) center center no-repeat;
}
.sh-location-linkbox > div:nth-child(4) {
    background: url(images/img_04.jpg) center center no-repeat;
}
.sh-location-linkbox > div::before {
  content: "";
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%) rotate(45deg); /* 45度回して下に向ける */
  width: 10px;          /* 矢印のサイズ */
  height: 10px;         /* 矢印のサイズ */
  border-right: 2px solid #333; /* 矢印の太さと色 */
  border-bottom: 2px solid #333;
  z-index: 2;
}
.sh-location-linkbox > div a {
    display: block;
    padding: 25px 2px 45px;
    color: #333;
}
.sh-location-linkbox > div:has(a:hover) {
    opacity: 0.9;
}

.sh-location-bg1 {
    background-color: #EFF3F8;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}
.sh-location-bg1::before {
    position: absolute;
    top: 0;
    right: 0%;
    content: "";
    width: 650px;
    aspect-ratio: 1 / 1;
    background-image: url(images/bg_01.png);
    z-index: 0;
}
.sh-location-bg2 {
    background-color: #FBF7F9;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}
.sh-location-bg2::before {
    position: absolute;
    top: 0px;
    left: 0%;
    content: "";
    width: 20%;
    height: 100%;
    background-image: url(images/bg_01.png);
    z-index: 0;
}
.sh-location-bg3 {
    background-color: #FFFCF4;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
 }
.sh-location-bg3::before {
    position: absolute;
    top: 18%;
    right: 0%;
    content: "";
    width: 100%;
    aspect-ratio: 8 / 3;
    background-image: url(images/bg_02.png);
    z-index: 0;
}
.sh-location-bg4 {
    background-color: #F1F6F5;
    padding-top: 100px;
    padding-bottom: 100px;
}

.sh-location-box1 {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    gap: 30px 3.63636%;
}
.sh-location-box1 > div {
    width: 48%;
    max-width: 48%;
}
.sh-location-box2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 30px;
    max-width: 720px;
    margin-inline: auto;
}
.sh-location-box2 > div {
    width: 48%;
    max-width: 48%;
}


.__row-reverse {
    flex-direction: row-reverse;
}

.sh-location-info,
.sh-location-info > div {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}
.sh-location-info dl {
    margin-top: 15px;
}
.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: 10px;
}
.sh-location-info dt,
.sh-location-info dd {
    position: relative;
    background-color: #fff;
    font-size: 14px;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.sh-location-info dt {
    padding-left: 2px;
    padding-right: .5em;
    text-align: left;
}
.sh-location-info dd {
    margin-left: 3em;
    padding-left: .5em;
    text-align: right;
    white-space: nowrap;
}
.sh-location-info .font24 {
    text-align: left;
    color: #A59060;
    border-bottom: 1px solid #3e3a39;
    overflow: hidden;
    margin-bottom: 10px;
}
.sh-location-info .font20 {
    float: right;
    color: #333;
}

.LS1 {
    letter-spacing: 0.3em;
}

hr {
    border: none;
    margin-top: 0;
    margin-bottom: 0;
    border-top: 1px solid #3e3a39;
}
hr.hr2 {
    border-top: 1px solid #fff;
    max-width: 130px;
}

sup {
    top: initial;
}

.hover-img a:hover img {
    opacity: 0.9;
}

.__smp_prt {
    display: none;
}



@media screen and (min-width: 768px) {

    .sh-location-content {
    }

    .sh-location-box1 > div {
        width: 30.909091%;
        max-width: 340px;
    }
    .sh-location-box2 > div {
        width: 47.22223%;
        max-width: 340px;
    }

    .bg5 {
        display: flex;
        justify-content: space-between;
    }
    .bg5 > div:first-child {
        width: 43.5185185%;
        max-width: 470px;
        padding-top: 30px;
    }
    .bg5 > div:last-child {
        width: 50.9259259%;
        max-width: 550px;
    }

    .sh-location-info {
        flex-direction: row;
        justify-content: space-between;
        gap: 0;
    }
    .sh-location-info > div {
        width: 46.4285714%;
        max-width: 520px;
    }
    .sh-location-info dl div::before {
        margin-top: 11px;
    }
    .sh-location-info dt,
    .sh-location-info dd {
        font-size: 16px;
    }
    .sh-location-info dt {
        padding-right: 5px;
    }
    .sh-location-info dd {
        padding-left: 5px;
    }

}


@media screen and (min-width: 1200px) {
}


@media screen and (max-width: 767px) {
    .sh-gradient-wrapper {
        padding-bottom: initial;
    }
    .sh-contents {
    }

    .sh-location-linkbox {
        column-gap: 4px;
    }
    .sh-location-linkbox > div p {
        font-size: clamp(16px, 2.5vw, 20px);
    }
    .sh-location-linkbox > div::before {
      bottom: 10%;
      width: 12px;          /* 矢印のサイズ */
      height: 12px;         /* 矢印のサイズ */
    }
    .sh-location-linkbox > div a {
        padding-bottom: 30px;
    }

    .sh-location-bg1::before {
        width: 30%;
        height: 70%;
        background-image: url(images/smp/bg_01_smp.png);
        background-size: 180px auto;
    }
    .sh-location-bg2::before {
        width: 30%;
        background-image: url(images/smp/bg_01_smp.png);
        background-size: 180px auto;
    }

    div.sh-contents-smp-sidepadding:has( > .bg5) {
        padding-left: 20px;
        padding-right: 20px;

    }
    .bg5 > div:first-child {
        padding-bottom: 30px;
    }
    .bg5 > div:last-child > p:last-child {
        padding-top: 30px;
    }

    .MB60._smp_MB, 
    .MB80._smp_MB {
        margin-bottom: 40px;
    }
    .MB120._smp_MB {
        margin-bottom: 80px;
    }
    ._smp_TL {
        text-align: left;
    }
    .TL.__smp_TR {
        text-align: right;
    }
    .PLR20-smp {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 600px) and (orientation: portrait) {
    .sh-location-bg3::before {
        top: 23%;
        aspect-ratio: 1 / 1;
    }

    .js-scrollable img {
        width: 150%;
    }

    .__smp_prt {
        display: block;
    }
}





/*   アコーディオン表示   */
.accordion-box {
  border-top: 1px solid #ccc;
  transition: all 0.5s ease;
  text-align: left;
}
.accordion-box:last-of-type {
  border-bottom: 1px solid #ccc;
}
.accordion-box:hover {
  border-color: transparent;
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 2;
}
.accordion-box dl dt {
    padding: 20px 70px 20px 20px;
    cursor: pointer;
    position: relative;
    line-height: 1.7;
}
.accordion-box dl dt .icon {
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    margin-left: auto;
    top: 20px;
    right: 40px;
}
.accordion-box dl dt .icon:before ,
.accordion-box dl dt .icon:after {
    content: "";
    width: 18px;
    height: 2px;
    display: block;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 0px;
    margin-top: 0px;
}
.accordion-box dl dt .icon:after {
    transition: all 0.2s ease;
    transform: rotate(90deg);
}
.accordion-box.open dl dt .icon:after {
    transform: rotate(0deg);
}
.accordion-box dl dd {
    padding: 0px 40px 20px 70px;
    position: relative;
}
.accordion-box dl dd.a {
    display: none;
}
.accordion-box.open {
    margin-bottom: 20px;
}
.accordion-box.open dl dd:before {
    opacity: 1;
    transition-delay: 0.5s;
}
.accordion-box.open dl dt {
}
.accordion-box dl dt .number {
    display: inline-block;
    text-align: center;
    width: 28px;
    height: 28px;
    background-color: #E5A545;
    color: #fff;
    margin-right: 20px;
}

@media screen and (max-width: 767px) {
    .accordion-box dl dt {
        padding-left: 50px;
        padding-right: 45px;
    }
    .accordion-box dl dt .icon {
        right: 20px;
    }
    .accordion-box dl dt .icon:before ,
    .accordion-box dl dt .icon:after {
        width: 20px;
    }
    .accordion-box dl dt .number {
        margin-left: -45px;
        margin-right: 15px;
        padding-top: 3px;
    }
    .accordion-box dl dd {
        padding-left: 40px;
    }
}

