@charset "UTF-8";
/* CSS Document */

:root {
    --theme-color: #fa3d1e;
}

html {
    font-size: 62.5%;
}

body {
    min-width: 1024px;
    color: #4c4c4c;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "palt";
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino kaku Gothic ProN", "メイリオ", "Meiryo", "MS Pゴシック", "MS PGothic", sans-serif;
    /*font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;*/
}

/* img {
    width: 100%;
    height: auto;
} */

.containner .Common21__inner {
    position: relative;
    width: 1024px;
    margin: 0 auto;
    padding: 70px 0 50px;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

/* --------------------start_ページトップボタン-------------------- */
#btnToTop {
    position: fixed;
    bottom: -85px;
    right: 15px;
    z-index: 10;
    display: block;
    width: 70px;
    height: 70px;
    opacity: 0.7;
    background: url(/attending/kokunai/huistenbosch/common/images/btnToTop.svg) no-repeat center / contain;
    cursor: pointer;
    transition: 0.3s;
}

#btnToTop:hover {
    opacity: 1;
}

#btnToTop.btnToTop--active {
    bottom: 15px;
}
/* --------------------end_ページトップボタン-------------------- */

/*start_リニューアル2021対応*/
/*:where(.containner) *,
:where(.containner)::after,
:where(.containner)::before {
  box-sizing: content-box;
}*/

:where(.containner) img {
    width: auto;
}

.title_slider .slick-slide img {
    width: 100%;
}
/*end_リニューアル2021対応*/

.CommonModal--hotel-map-info-img img {
    width: 100%;
}
