/* ================================
   Footer Area
=================================== */
html {
    font-size: clamp(0.9375rem, 1.0416666667vw, 1rem);
    box-sizing: border-box;
}
body {
    color: #464141;
    -webkit-text-size-adjust: none;
    line-height: 1.7;
    letter-spacing: 0.04em;
    font-weight: 400;
}

.l-footer__container__logo .svg-logo {
    display: block;
    width: 100%;
}
svg {
    height: auto;
    vertical-align: middle;
}
.area_group .list li {
    width: 13em;
}
.area_group .list li a> span span {
    position: relative;
}
.area_group .list li a> span::after {
    content: "";
    z-index: 0;
    width: 100%;
    height: 1px;
    left: 0px;
    bottom: -0.25rem;
    position: absolute;
    transform-origin: left center;
    scale: 0;
    background: rgb(255, 255, 255);
    transition: scale 0.4s;
}
.l-footer__container__address{
text-align:center;}
.area_group .list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-wrap: wrap !important;
}
.l-footer {
    background-color: #524D4D;
    color: #fff;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
        line-height: 1.6;
    padding: 4rem 0 0;
}
.l-footer__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.l-footer__container__logo {
    margin-bottom: 2rem;
    width: 8rem;
    margin-inline: auto;
}
.l-footer__container__logo svg {
    max-width: 230px;
    height: auto;
    width: -webkit-fill-available;
}

.l-footer__container__address {
    font-style: normal;
    margin-bottom: 1.5rem;
}
.l-footer__container__address em {
    display: block;
    font-weight: bold;
    margin-bottom: .5rem;
}

.l-footer__container__sns {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2rem;
    list-style: none; /* 箇条書きマークを消す */
    padding: 0;
}
.l-footer__container__sns li {
    list-style: none;
}
.l-footer__container__sns a {
    display: block;
    width: 32px;
    height: 32px;
    background-size: contain;
    background-repeat: no-repeat;
}

/* SNSアイコン画像設定 */
.ic-insta {
    background-image: url("https://amanekhotels.jp/files/images/common/ic-insta.svg");
}
.ic-x {
    background-image: url("https://amanekhotels.jp/files/images/common/ic-x.svg");
}
.ic-fb {
    background-image: url("https://amanekhotels.jp/files/images/common/ic-fb.svg");
}
.ic-line {
    background-image: url("https://amanekhotels.jp/files/images/common/ic-line.svg");
}

.l-footer__container__menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.2rem 2rem;
    margin-bottom: 3rem;
    list-style: none;
    padding: 0;
}
.l-footer__container__menu {
    margin-top: 2.5333333333rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.3333333333rem 2rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.l-footer__container__menu li {
    list-style: none;
}
.l-footer__container__menu a {
    color: #fff;
    text-decoration: none;
}
.l-footer__container__menu a:hover {
    text-decoration: underline;
}

.l-footer__copy {
    text-align: center;
    padding: 2rem 0;
    font-size: 1.1rem;
    color: #aaa;
}
.u-white {
  color: white; /* currentColor が白になる */
}

.l-search .p-search-form, .c-pnav, .l-footer .p-hotel-list__container {
    margin-inline: auto;
    max-width: 73.3333333333rem;
}

/* ================================
   Hotel List Area
=================================== */
.p-hotel-list {
    background-color: #524D4D;
    color: #fff;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
    line-height: 1.6;
    padding: 3rem 0;
}

.p-hotel-list__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.p-hotel-list__container p {
    margin-bottom: 2rem;
    text-align: center;
}

.group {
    flex-wrap: wrap;
    gap: 2rem;
}

.p-hotel-list .area_group {
    flex: 1 1 200px;
}

.p-hotel-list .area {
    font-weight: bold;
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

.p-hotel-list .list {
    list-style: none;
    padding: 0;
    margin: 0;
    display:flex;
}

.p-hotel-list .list li {
    list-style: none;
    margin-bottom: .5rem;
}

.p-hotel-list .list li a {
    color: #fff;
    text-decoration: none;
}
.p-hotel-list .list li a:hover {
    text-decoration: underline;
}
.area_group .list li a::before, .area_group .list li > span::before {
    content: "";
    width: 0.4rem;
    height: 0.4rem;
    background: #B3AA99;
    display: block;
    margin-block: calc((1.7em - 0.4rem) / 2);
}
.area_group .list li a, .area_group .list li > span {
    color: #fff;
    text-decoration: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 0.4rem 1fr;
    grid-template-columns: auto 1fr;
    -webkit-column-gap: 0.4rem;
    -moz-column-gap: 0.4rem;
    column-gap: 0.4rem;
}
.area {
    font-size: 1.0666666667rem;
    font-weight: bold;
    color: #fff;
    width: 10em;
    display: flex;
    flex-shrink: 0;
}
.area_group{display:flex;}
.area_group {
    margin-bottom: 32px;
    display: flex;
}
.ic-out::before {
    content: "\e905";
}
[class^=ic-], [class*=" ic-"] {
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.l-footer__container__menu li a i {
    margin-left: 0.5em;
}
.l-footer__container__sns li a {
    display: block;
    color: #fff;
    text-decoration: none;
}
.l-footer__container__menu li a {
    color: #fff;
    text-decoration: none;
}
/* ================================
   Responsive
=================================== */
@media only screen and (max-width: 767px) {
    html {
        font-size: 3.488372093vw!important;
    }
    .l-footer {
        padding-block: 4rem 6.6666666667rem;
    }
    .l-footer__container {
        padding-inline: 4.6511627907vw;
    }
    .l-footer__container__logo {
        width: 7.3333333333rem;
    }
    .l-footer__container__address {
        margin-top: 1.4666666667rem;
    }
    .l-footer__container__menu {
        justify-content: flex-start;
        gap: 0.9333333333rem 1.0666666667rem;
        text-align:left;
    }
    .l-footer__container__menu li {
        width: calc(50% - 0.5333333333rem);
    }
    .l-footer__container__menu li:first-child {
        width: 100%;
        margin-right: 0;
    }
    .l-footer .p-hotel-list {
        margin-top: 2.6666666667rem;
        padding-block: 3rem;
    }
    .p-hotel-list .group {
        flex-direction: column;
    }
    .p-hotel-list .area_group {
        flex: 1 1 auto;
    }
    .l-footer .p-hotel-list__container {
        width: 88.3720930233%;
    }
    .group {
        margin-top: 3em;
    }
    .area_group .list li > span {
        width: 100%;
    }
    .area_group .list li a::before, .area_group .list li > span::before {
        align-self: flex-start;
        margin-top: 0.75rem;
    }
    .area_group .list li {
        width: 100%;
    }
    .l-footer__container__menu {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        gap: 0.9333333333rem 1.0666666667rem;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .area_group .list li a span, .area_group .list li > span span {
        font-size: 0.8rem;
    }
    .l-footer .p-hotel-list__container .group {
        margin-top: 3em;
    }
    .area_group .list {
        gap: 1rem;
        margin-top: 2rem;
    }
}
@media only screen and (max-width: 1199px) {
    .l-footer__container__menu {
        width: 76.7441860465%;
        margin-inline: auto;
    }
    .p-hotel-list__container {
        width: 86.0465116279%;
    }
        .l-footer .p-hotel-list__container .svg-logo {
        margin-inline: auto;
    }
}
@media only screen and (min-width: 1200px) {
    .p-hotel-list__container {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: auto 8.1818181818% 79.0909090909%;
        grid-template-columns: auto 79.0909090909%;
        -webkit-column-gap: 8.1818181818%;
        -moz-column-gap: 8.1818181818%;
        column-gap: 8.1818181818%;
    }
        .l-footer__container__menu {
        width: 76.3888888889%;
        margin-inline: auto;
    }
}
