@charset "utf-8";

@font-face {
    font-family: noto;
    src: url('../fonts/NotoSansCJKjp-DemiLight.woff2') format("woff2");
/*    src: url('../fonts/NotoSansCJKjp-DemiLight.otf') format("truetype");*/
}
@font-face {
    font-family: noto-bold;
    src: url('../fonts/NotoSansCJKjp-Bold.woff2') format("woff2");
/*    src: url('../fonts/NotoSansCJKjp-Bold.otf') format("truetype");*/
}

html {
    font-size: 62.5% !important;
}
body {
    font-family: "noto", sans-serif;
    font-size: 1.4rem;
    line-height: 1.8;
    background: #fff;
    color: #666;
    position: relative;
}
.txt-center {
    text-align: center;
}
.full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-top: 32px;
    margin-bottom: 48px;
}
.full-width hr {
    display: block;
    width: 100%;
    border-color: #666;
}
a:hover,
a:focus {
    color: #666;
    outline: none;
    text-decoration: none;
}

.navbar-light.top-header .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar {
    padding: 12px 16px !important;
}
.navbar-light > a {
    transition: 0.4s;
}
.navbar-light .top-header-logo-g {
    display: none;
}
.navbar-light .top-header-logo-w {
    display: block;
}
.navbar-light.top-header .top-header-logo-g {
    display: block;
}
.navbar-light.top-header .top-header-logo-w {
    display: none;
}
.navbar-toggler:hover,
.navbar-toggler:focus {
    outline: none;
}
.navbar-light .navbar-toggler {
    border-color: rgba(0,0,0,0);
}
.bg-light.top-header {
    background: rgba(255,255,255,0.8) !important;
}
.bg-light {
    background: rgba(0,0,0,0.8) !important;
}
.navbar-light .navbar-brand {
    width: auto;
}
.navbar-brand {
    margin-right: 0;
}
.navbar-brand img {
    width: 200px;
    height: auto;
}
.navbar-toggler-icon {
    width: 2.8em;
    height: 2.8em;
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 1.0);
}
.navbar-nav .nav-link {
    text-align: center;
}
.nav-link {
    margin-left: 0;
    padding: 0.5rem 1rem;
}
.nav-rsvd .nav-link {
    background: #81929b;
    padding: 0.5rem 2rem !important;
    color: #fff !important;
}
.bi-calendar {
    margin-right: 8px;
    position: relative;
    top: -1px;
}
.nav-lang .nav-link {
    border: 1px solid #fff;
    padding: 0.5rem 2rem !important
}
.top-header .nav-lang .nav-link {
    border: 1px solid #666;
}
.dropdown-item {
    text-align: center;
    font-size: 1.4rem;
}

.nav-item > a {
    height: 42px;
}
.nav-rsvd {
    margin-top: 8px;
    margin-bottom: 16px;
}
.nav-rsvd.show > a {
    margin-bottom: 0;
}
.dropdown-menu {
    margin: 0;
    padding: 0;
    background-color: #81929b;
}
.dropdown-menu a {
    transition: 0.4s;
    background: #111;
    padding: 8px 0;
}
.dropdown-item {
    color: #fff;
}
.navbar-light.top-header .navbar-nav .active > .nav-link,
.navbar-light.top-header .navbar-nav .nav-link {
    color: rgba(102,102,102,1);
}

.main-top-logo {
    position: relative;
}

/***** SP用スクロールアコーディオン *****/
.drower-acd.drower-sp {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
    background: #fff;
    width: 90%;
    margin: 0 auto;
    padding: 2px 0 4px 0;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
    border-right: 1px solid #666;
    border-radius: 8px 8px 0 0;
    z-index: 9999;
}
.drower-acd.drower-pc {
    display: none;
}
.drower-acd.drower-close .drower-flex {
    width: auto;
}
.drower-acd.drower-close .drower-inner {
    display: none;
}
.drower-acd.drower-open .drower-inner {
    display: block;
}
.drower-icon {
    text-align: center;
    width: 100%;
}
.drower-icon a {
    display: block;
    font-size: 1.8rem;
    line-height: 1.4;
    color: #333;
}
.drower-inner h3 {
    font-size: 1.6rem;
    text-align: center;
}
.drower-inner h3 a {
    display: block;
    padding: 10px 8px 6px;
    color: #666;
}

/***** トップページ *****/
.logo-top {
    display: block;
    margin: 0;
    padding: 96px 0 40px;
    text-align: center;
}
.logo-top img {
    width: 16%;
    max-width: 60px;
    height: auto;
}

/***** ページ共通 *****/
.bg-main {
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    padding-top: 66.667%;
}
.bg-main.bg-main-none {
    position: static;
    background: none;
    padding: 120px 0 24px;
}
.bg-main h1.tit-page {
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 2.0rem;
    color: #fff;
    font-family: "noto-bold", sans-serif;
    /*font-weight: bold;
    text-shadow: #333 1px 0 2px;*/
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.bg-main.bg-main-none h1.tit-page.tit-page-bgnone {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: center;
    font-size: 1.8rem;
    color: #666;
    text-shadow: none;
}
.top-content {
    margin: 0 auto;
    padding: 0 8px 24px;
}
.page-content {
    margin: 0 auto;
    padding: 48px 16px;
}
.page-content.page-content-txt-sec {
    padding-top: 16px;
}
.page-txt {
    margin-bottom: 48px;
}
.page-txt p {
    margin-bottom: 0;
    line-height: 2.0em;
    height: auto;
    letter-spacing: 0.1em;
    /*text-align: center;*/
    font-size: 1.6rem;
}
.banner-flex {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    justify-content: space-between;
}
.banner-flex .banner-list {
    position: relative;
    width: 100%;
    list-style-type: none;
    margin-bottom: 4px;
}
.banner-flex .banner-list::before {
    content: "";
    display: block;
    padding-top: 66.667%;
}
.banner-flex .banner-list a {
    display: block;
}
.banner-flex .banner-list a img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
}
h2.banner-tit {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 999;
    font-size: 2.0rem;
    line-height: 1.1em;
    letter-spacing: 0.1rem;
    text-align: center;
    font-family: "noto-bold", sans-serif;
}
h2.banner-tit a {
    position: relative;
    display: block;
    color: #fff;
    /*text-shadow: #333 1px 0 2px;*/
    word-break: normal;
    padding: 0 16%;
}
h2.banner-tit a span {
    display: block;
    margin-top: 16px;
    font-size: 1.2rem;
}
h2.banner-tit a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 4%;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    border-top: 2px solid #fff;
    border-right: 2px solid#fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.img-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    justify-content: space-between;
}
.img-grid li {
    position: relative;
    width: 48.5%;
    list-style-type: none;
    margin-bottom: 3.0%;
}
.img-grid li::before {
    content: "";
    display: block;
    padding-top: 100%;
}
.img-grid li a {
    display: block;
}
.img-grid li a img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
}

/***** guestroom *****/
.room-exp {
    margin-bottom: 24px;
}
.page-content.page-content-sec {
    padding: 48px 16px;
}
h2.tit-bg-g {
    background: #80919a;
    margin-bottom: 8px;
    padding: 8px 1em 12px;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
    letter-spacing: 0.1em;
}
h2.tit-bd {
    border: 1px solid #666;
    margin-bottom: 24px;
    padding: 8px 1em 12px;
    color: #666;
    font-size: 1.8rem;
    text-align: center;
    letter-spacing: 0.1em;
}
.room-img-main {
    position: relative;
}
.room-img-main figure {
    position: relative;
    width: 100%;
    margin-bottom: 6px;
}
.room-img-main figure::before {
    content: "";
    display: block;
    /*padding-top: 67.16%;*/
    padding-top: 66.667%;
}
.room-img-main figure img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover;
}
.room-img-main .gallery-pre-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
}
.room-img-main .gallery-next-area {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
}
.room-img-main .gallery-pre-area a.gallery-pre,
.room-img-main .gallery-next-area a.gallery-next {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 999;
    transition: 0.4s;
}
.room-img-main .gallery-pre-area a.gallery-pre:hover,
.room-img-main .gallery-pre-area a.gallery-pre:focus,
.room-img-main .gallery-next-area a.gallery-next:hover,
.room-img-main .gallery-next-area a.gallery-next:focus {
    background: rgba(255,255,255,0.3);
}
.room-img-main a.gallery-pre::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 40%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid#fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 9999;
}
.room-img-main a.gallery-next::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 40%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    border-top: 2px solid #fff;
    border-right: 2px solid#fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 9999;
}
.room-img-thumbs-outer {
    position: relative;
}
.room-img-thumbs {
    display: flex;
    flex-wrap: nowrap;
    justify-content: unset;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.room-img-thumbs figure {
    position: relative;
    min-width: 28%;
    margin-right: 2%;
    margin-bottom: 0;
}
.room-img-thumbs figure::before {
    content: "";
    display: block;
    /*padding-top: 67.16%;*/
    padding-top: 66.667%;
}
.room-img-thumbs figure img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover;
}
.room-img-thumbs-outer .thumbs-pre-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 100%;
    z-index: 9999;
}
.room-img-thumbs-outer .thumbs-next-area {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
}
.room-img-thumbs-outer .thumbs-pre-area a.thumbs-gallery-pre,
.room-img-thumbs-outer .thumbs-next-area a.thumbs-gallery-next {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 999;
    transition: 0.4s;
}
.room-img-thumbs-outer .thumbs-pre-area a.thumbs-gallery-pre:hover,
.room-img-thumbs-outer .thumbs-pre-area a.thumbs-gallery-pre:focus,
.room-img-thumbs-outer .thumbs-next-area a.thumbs-gallery-next:hover,
.room-img-thumbs-outer .thumbs-next-area a.thumbs-gallery-next:focus {
    background: rgba(255,255,255,0.3);
}
.room-img-thumbs-outer a.thumbs-gallery-pre::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 40%;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid#fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 9999;
}
.room-img-thumbs-outer a.thumbs-gallery-next::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 40%;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    border-top: 2px solid #fff;
    border-right: 2px solid#fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 9999;
}

/***** Slick Slider *****/
.slide-box {
    position: relative;
    margin: 0;
    padding: 0;
  }
/*** slide ***/
.slide {
    position: relative;
    margin: 0;
    padding: 0;
}
.slide .item {
    position: relative;
    height: 100%;
}
.slide .item a {
    display: block;
}
.slide .item::before {
    display: block;
    /*padding-top: 67.16%;*/
    padding-top: 66.667%;
    content: "";
}
.slide .item .image {
    position: relative;
    overflow: hidden;
}
.slide .item img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slide > .slick-list,
.slide > .slick-list > .slick-track,
.slide > .slick-list > .slick-track > .slick-slide > div {
    position: relative;
    height: 100%;
}
/*** slide-navigation ***/
.slide-navigation {
    line-height: 0;
    position: relative;
    margin: 0;
    padding: 0;
    margin-top: 6px;
}
.slide-navigation .item {
    position: relative;
    cursor: pointer;
    outline: none;
}
.slide-navigation .item .image {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.slide-navigation .item .image::before {
    display: block;
    /*padding-top: 67.16%;*/
    padding-top: 66.667%;
    content: "";
}
.slide-navigation .item .image::after {
    position: absolute;
    top: 3px;
    left: 3px;
    display: block;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    content: "";
    opacity: 0.5;
    background: #000;
}
.slide-navigation .slick-current .image::after {
    opacity: 0;
}
.slide-navigation .item .image {
    position: relative;
    overflow: hidden;
}
.slide-navigation .item .image img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 3px;
}
@media screen and (max-width: 767px) {
    .slide-navigation,
    .slide-navigation-multi {
      width: 100%;
    }
}
.slick-slide {
    outline: none;
}
.slick-vertical .slick-slide {
    border: 0 solid transparent;
}
.slick-arrow {
    z-index: 999;
}
.slick-prev {
    top: 25px;
    bottom: 0;
    left: 0;
    right: auto;
    margin: auto;
}
.slide .slick-prev {
    left: 8px;
}
.slick-next {
    top: 25px;
    bottom: 0;
    left: auto;
    right: 0;
    margin: auto;
}
.slide .slick-next {
    right: 8px;
}
.slider {
    display:none;
}
.slider.slick-initialized {
    display: block;
}
.spot-info-crsl {
    line-height: 0;
    position: relative;
    margin:0;
    padding: 0;
}
.slick-arrow {
    z-index: 999;
}
.spot-info-crsl .spot-info-crslbox .image-multi {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.spot-info-crsl .spot-info-crslbox .image-multi::before {
    display: block;
    padding-top: 100%;
    content: "";
}
.spot-info-crsl .spot-info-crslbox .image-multi img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 8px;
}
.spot-info-crslbox {
    position: relative;
    width: 100%;
}
.spot-info-crslbox h3 {
    position: absolute;
    width: 100%;
    /*padding: 0 0.6em;*/
    padding: 2px 1.6em;
    bottom: 16px;
    left: 0;
    color: #fff;
    font-size: 1.4rem;
    /*text-shadow: #333 2px 0 2px;*/
    line-height: 1.4em;
    text-align: center;
    z-index: 999;
}
.spot-info-crslbox h3 a {
    display: block;
    color: #fff;
    /*padding: 2px 1em;
    line-height: 1.4em;*/
}
.spot-info-crsl .slick-next {
    top: auto;
    bottom: -52px;
    right: 104px;
}
.spot-info-crsl .slick-next:before {
    width: 16px;
    height: 16px;
    margin-top: -10px;
    margin-right: -4px;
    border-color: #666;
}
.spot-info-crsl .slick-prev {
    top: auto;
    bottom: -52px;
    left: 104px;
}
.spot-info-crsl .slick-prev:before {
    width: 16px;
    height: 16px;
    margin-top: -10px;
    margin-left: -4px;
    border-color: #666;
}
.spot-info-txt-crsl {
    display: block;
    color: #666;
    font-size: 1.6rem;
    margin-top: 16px;
    text-align: center;
}

.room-txt {
    padding: 24px 2px;
}
.room-txt p {
    line-height: 1.8em;
    font-size: 1.6rem;
    margin-bottom: 0;
}
ul.list-equip {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0 2px 24px 24px;
}
ul.list-equip li {
    flex: 0 0 50%;
    line-height: 1.8em;
    padding-right: 32px;
}
ul.list-equip li:nth-of-type(2n) {
    padding-right: 0;
}

/***** 周辺情報 *****/
.page-content-txt {
    margin: 0 auto;
    padding: 48px 16px 0;
}
.page-map {
    margin: 0 auto;
    padding: 0 16px;
}
.gmap-box {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 66.667%;
    overflow: hidden;
    margin-bottom: 56px;
}
.gmap-box iframe,
.gmap-box > div,
.gmap-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.facility-info {
    margin: 0 auto;
    /*padding: 0 16px;*/
    padding: 0;
}
h2.tit-txt-g {
    margin: 0 0 24px;
    padding: 0 1em;
    color: #666;
    font-size: 2.0rem;
    text-align: center;
    letter-spacing: 0.1em;
    /*font-weight: 600;*/
    font-family: "noto-bold", sans-serif;
}
.facility-info-box {
    padding-bottom: 32px;
    border-bottom: 1px solid #666;
}
.facility-info-box-l figure {
    position: relative;
    width: 100%;
    margin-bottom: 16px;
}
.facility-info-box-l figure::before {
    content: "";
    display: block;
    padding-top: 74.627%;
}
.facility-info-box-l figure img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}
.facility-info-box-txt p {
    line-height: 1.8em;
    font-size: 1.6rem;
    margin-bottom: 0;
}
ul.facility-info-txt-list {
    margin: 24px 0 0;
    padding: 0;
    list-style-type: none;
}
ul.facility-info-txt-list li {
    line-height: 1.8em;
    font-size: 1.6rem;
    margin-bottom: 0;
}
.spot-info {
    position: relative;
    margin-bottom: 36px;
}
.spot-info-sec {
    position: relative;
    width: calc(100% + 8px);
    margin-left: -4px;
}
.spot-info-outer {
    position: relative;
    width: 100%;
    overflow: auto;
}
.spot-info-outer::before {
    content: "";
    display: block;
    padding-top: 100%;
}
.spot-info-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.spot-info-box {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 102%;
    height: 100%;
}
.spot-info-list {
    position: relative;
    width: 48%;
    margin-right: 2%;
}
.spot-info-list::before {
    content: "";
    display: block;
    padding-top: 100%;
}
.spot-info-list a {
    display: block;
}
.spot-info-box .spot-info-list a img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
}
.spot-info-list h3 {
    position: absolute;
    width: 100%;
    padding: 0 0.6em;
    bottom: 8px;
    left: 0;
    font-size: 1.6rem;
    color: #fff;
    /*text-shadow: #333 2px 0 2px;*/
    line-height: 1.6em;
    text-align: center;
    z-index: 999;
}
nav.spot-list-nav {
    position: absolute;
    bottom: -4em;
    left: 0;
    width: 100%;
    text-align: center;
}
nav.spot-list-nav span {
    color: #666;
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 24px;
}
nav.spot-list-nav span.spot-pre-area a,
nav.spot-list-nav span.spot-next-area a {
    margin: 0 8px 0 0;
    color: #666;
    font-size: 2.8rem;
    position: relative;
    top: 4px;
}
nav.spot-list-nav span.spot-next-area a {
    margin: 0 0 0 8px;
}
.spot-pre-area-pc,
.spot-next-area-pc {
    display: none;
}

/***** access *****/
.access-info {
    margin: 0 auto;
    /*padding: 0 16px 48px;*/
    padding: 0 0 48px;
}
.access-way {
    margin-bottom: 32px;
}
.access-way:last-of-type {
    margin-bottom: 0;
}
h3.tit-bd-h3 {
    font-size: 1.6rem;
    line-height: 1.6em;
    /*font-weight: 600;*/
    font-family: "noto-bold", sans-serif;
    color: #666;
    border-bottom: 1px solid #666;
    margin-bottom: 6px;
}
.accrss-txt p {
    line-height: 1.6em;
    font-size: 1.6rem;
    margin-bottom: 0;
}

/***** ご利用案内 *****/
.guide-txt {
    padding: 12px 0;
    border-bottom: 1px solid #666;
}
.guide-txt:last-of-type {
    border: none;
}
.guide-txt p {
    line-height: 1.6em;
    font-size: 1.6rem;
    margin-bottom: 0;
}
 .accd-box {
    margin-bottom: 32px;
 }
.accd-box .accd-qst {
    color: #666;
    font-size: 1.6rem;
    line-height: 1.6em;
    /*font-weight: 600;*/
    font-family: "noto-bold", sans-serif;
    margin-bottom: 4px;
    padding: 0 48px 0 0;
    position: relative;
    border-bottom: 1px solid #666;
    cursor: pointer;
    transition-duration: 0.4s;
}
.accd-box .accd-qst::before {
    content: "Q.";
    display: inline-block;
    font-size: 1.6rem;
    margin-right: 4px;
}
.accd-box .accd-qst::after {
    content: "";
    display: inline-block;
    background: url(../img/plus_icon.png);
    background-size: cover;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -8px;
    transition: 0.4s;
}
.accd-box .accd-qst.accd-open::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.accd-box > .accd-qst + .accd-inner {
    display: none;
}
.accd-box > .accd-qst.accd-open + .accd-inner {
    display: block;
    padding: 0;
    box-sizing: border-box;
}
.accd-box .accd-inner .accd-ans {
    line-height: 1.6em;
    font-size: 1.6rem;
    margin-bottom: 0;
}

/***** お知らせ *****/
.page-atcl {
    margin-bottom: 40px;
}
h2.tit-atcl {
    font-size: 1.8rem;
    line-height: 1.8em;
    color: #80919a;
    margin-bottom: 0;
}
.date-atcl {
    line-height: 1.6em;
    font-size: 1.6rem;
    margin-bottom: 16px;
}
.content-atcl p {
    line-height: 1.6em;
    font-size: 1.6rem;
    margin-bottom: 0;
    color: #666;
}
.content-atcl p a {
    color: #666;
}
.info-sp-btn {
    display: block;
}
.info-sp-btn .btn-atcl-sp a {
    display: block;
    width: 100%;
    background: #80919a;
    color: #fff;
    font-size: 1.8rem;
    padding: 4px 8px;
    text-align: center;
}
nav.info-list-nav {
    display: none;
}
.page-atcl-list h2.tit-atcl {
    margin-bottom: 24px;
}
dl.list-atcl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 24px;
    line-height: 1.6em;
    font-size: 1.6rem;
    color: #666;
}
dl.list-atcl dt {
    width: 30%;
    font-weight: normal;
}
dl.list-atcl dd {
    width: 70%;
    margin-bottom: 24px;
}
dl.list-atcl dd a {
    color: #666;
    display: block;
}
aside.info-pc {
    display: none;
}

/***** プライバシーポリシー *****/
.page-txt-txt {
    margin-bottom: 24px;
}
.page-txt-box:last-of-type .page-txt-txt {
    margin-bottom: 0;
}
h3.tit-bas-h3 {
    line-height: 1.6em;
    font-size: 1.6rem;
    color: #666;
    /*font-weight: 600;*/
    font-family: "noto-bold", sans-serif;
    margin-bottom: 24px;
}
.page-txt-txt p {
    line-height: 1.6em;
    font-size: 1.6rem;
    color: #666;
    margin-bottom: 0;
}

/***** サイトマップ *****/
ul.tree-sitemap,
ul.tree-sitemap li ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ul.tree-sitemap li ul li {
    padding-top: 16px;
    line-height: 1.8em;
}
ul.tree-sitemap li a,
ul.tree-sitemap li ul li a {
    position: relative;
    font-size: 1.4rem;
    color: #666;
}
ul.tree-sitemap li ul {
    padding-left: 2em;
}
ul.tree-sitemap li ul li a {
    padding-left: 1em;
}
ul.tree-sitemap li ul li a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    height: 6px;
    margin-top: -2px;
    border-right: 1px solid #666;
    border-top: 1px solid#666;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 9999;
}

/***** お問い合わせ *****/
.txt-conf {
    /*text-align: center;*/
    font-size: 1.4rem;
    line-height: 1.8em;
}
.required {
    display: inline-block;
    margin: 0 4px;
}
.page-txt-cmp .txt-conf {
    text-align: center;
}
table.tbl-form {
    width: 100%;
    border-collapse: collapse;
    border: none;
}
table.tbl-form th.form-lbl {
    width: 100%;
    display: block;
    padding: 0 4px 0 0;
    margin-bottom: 6px;
}
table.tbl-form td.form-ipt {
    width: 100%;
    display: block;
    margin-bottom: 16px;
}
table.tbl-form input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #666;
    padding: 4px 8px;
}
table.tbl-form textarea {
    width: 100%;
    border: 1px solid #666;
    padding: 4px 8px;
    outline: none;
}
.btn-form {
    width: 100%;
    text-align: center;
    margin: 24px 0 56px;
    font-size: 1.4rem;
    line-height: 1.8em;
}
.btn-form button.btn-confirm,
.btn-send {
    background: #80919a;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    padding: 2px 4px;
    border: none;
    width: 80%;
    min-width: 260px;
}
.btn-back {
    background: #fff;
    border: 1px solid #80919a;
    color: #80919a;
    margin: 0 auto;
    padding: 2px 4px;
    width: 80%;
    min-width: 260px;
}
.note-robot-box {
    width: 80%;
    min-width: 260px;
    margin: 0 auto 16px;
}
.note-txt {
    margin: 0;
    width: 100%;
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.6em;
}
input.ipt-robot {
    width: 100%;
    text-align: center;
    padding: 2px 4px;
}
p.pls-txt {
    margin: 24px auto 0;
    width: 88%;
    min-width: 260px;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.6em;
    text-align: center;
}
.form-ctn.from-confirm td {
    padding-bottom: 8px;
    border-bottom: 1px solid #666;
}
.form-ctn.from-confirm .btn-form {
    margin-bottom: 24px;
}
.btn-form.btn-form-back {
    margin-top: 0;
    margin-bottom: 56px
}
.page-txt.page-txt-cmp p {
    font-size: 2.0rem;
    text-align: center;
}
.page-txt.page-txt-cmp p span {
    display: inline-block;
    margin-left: 4px;
    position: relative;
    top: -2px;
    color: #666;
}
.txt-comp-txt {
    margin-bottom: 48px;
}
.txt-comp-txt p {
    line-height: 1.8em;
    font-size: 1.4rem;
    color: #666;
    margin-bottom: 24px;
    text-align: center;
}
.btn-home a {
    background: #80919a;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    padding: 2px 4px;
    border: none;
    width: 80%;
    min-width: 260px;
    display: block;
}

/***** modal *****/
.lb-modal {
    display: none;
    position: relative;
}
.lb-modal-wrap {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    text-align: center;
    padding: 16px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    white-space: nowrap;
}
.lb-modal-wrap::-webkit-scrollbar {
    display: none;
}
.lb-modal-wrap::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 100%;
}
.lb-modal-bg {
    position: absolute;
    left: 0;
    top: 0;
    background: none;
    width: 100%;
    height: 100%;
}
.lb-modal-box {
    width: 100%;
    max-width: 720px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.lb-modal-box .lb-inner {
    padding: 0;
    text-align: center;
    position: relative;
}
.lb-modal-box .lb-inner::before {
    content: "";
    display: block;
    padding-top: 100%;
}
.lb-modal-box .lb-inner > :first-child {
    margin-top: 0;
}
.lb-modal-box .lb-inner img {
    position: absolute;
    width: calc(100% + 16px);
    height: calc(100% + 8px);
    top: 0;
    right: 0;
    bottom: 0;
    left: -8px;
    object-fit: cover;
    border: 8px solid rgba(255,255,255,0.8);
}
*::-ms-backdrop, .lb-modal-box .lb-inner img {
    width: 100%;
    height: 100%;
    left: 0;
}
.lb-modal-box  .lb-inner .lb-modal-close {
    position: absolute;
    bottom: 12px;
    right: 8px;
    color: #fff;
    font-size: 1.8rem;
    /*text-shadow: #333 1px 0 2px;*/
}

/***** Footer *****/
footer {
    border-top: 1px solid #666;
    width: 100%;
    padding-bottom: 4px;
}
footer.footer-brd-none {
    border: none;
}
.footer {
    width: 100%;
    max-width: 1104px;
    margin: 0 auto;
    padding: 32px 24px;
}
.footer-box {
    text-align: center;
    color: #666;
}
.logo-footer {
    margin-bottom: 24px;
}
.logo-footer img {
    height: 160px;
    width: auto;
}
.footer-maplink a {
    display: block;
    color: #666;
    text-decoration: underline;
}
.footer-link {
    margin: 16px 0;
}
.footer-link span {
    display: inline-block;
}
.footer-link span a {
    display: block;
    margin: 0 12px;
    width: 40px;
}
.footer-link a img {
    width: 100%;
}
nav ul.navbar-footer {
    display: flex;
    flex-flow: row;
    justify-content: center;
    list-style-type: none;
    padding: 0;
}
nav ul.navbar-footer li a {
    display: block;
    margin: 0 8px;
    text-decoration: underline;
    color: #666;
    transition: 0.4s;
}
.footer-maplink a:hover,
.footer-maplink a:focus,
nav ul.navbar-footer li a:hover,
nav ul.navbar-footer li a:focus {
    color: #333;
}
footer .copy {
    text-align: center;
    font-size: 1.2rem;
    color: #666;
}

@media (min-width: 561px) {
    dl.list-atcl dt {
        width: 16%;
    }
    dl.list-atcl dd {
        width: 84%;
    }
}

@media (min-width: 992px) {
    body {
        font-size: 1.4rem;
    }
    .navbar {
        padding: 32px 2.0em !important;
    }
    .navbar-brand img {
        width: 30rem;
    }
    .bg-main {
        padding-top: 41.667%;
    }
    .page-content.page-content-sec,
    .facility-info,
    .access-info {
        padding-top: 48px;
    }
    .page-content-txt {
        margin-bottom: 48px;
    }
    .navbar-expand-xl .navbar-nav {
        height: auto;
    }
    .navbar-light .navbar-brand {
        width: 28%;
    }
    .nav-item > a {
        height: 38px;
    }
    .nav-link {
        margin-left: 8px;
    }
    .nav-rsvd > a {
        margin-top: 0;
        margin-bottom: 0;
    }
    .dropdown-menu {
        right: -1px;
        margin: 0 0 0 7px;
        padding: 12px 0;
    }
    .dropdown-menu a {
        background: none;
        border: none;
        padding: 2px 12px;
    }
    .main.page {
        margin: 0 auto;
    }
    .logo-top {
        padding-top: 136px;
    }
    .top-content {
        padding: 0 0 24px;
    }
    .banner-flex .banner-list::before {
        padding-top: 42.604%;
    }
    .bg-main h1.tit-page {
        font-size: 3.2rem;
    }

    /***** PC用スクロールアコーディオン *****/
    .drower-acd.drower-pc {
        position: fixed;
        top: 226px;
        left: 0;
        background: rgba(255,255,255,0.8);
        width: auto;
        margin: 0 auto;
        padding: 0 8px;
        border-top: 1px solid #666;
        border-bottom: 1px solid #666;
        border-right: 1px solid #666;
        border-radius: 0 8px 8px 0;
        z-index: 9999;
    }
    .drower-flex {
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
        align-items: center;
        width: 322px;
        height: 135px;
    }
    .drower-icon {
        flex: 0 0 22px;
    }
    .drower-inner {
        flex: 0 0 300px;
    }
    .drower-icon a {
        font-size: 2.2rem;
    }
    .drower-acd.drower-pc .icon-hamburger svg {
        transform: rotate( 90deg );
    }
    .drower-inner h3 {
        margin: 0;
        font-size: 2.0rem;
        text-align: left;
    }
    .drower-inner h3 a {
        padding: 32px 16px 32px 32px;
    }

    .page-content {
        max-width: 960px;
    }
    .page-txt {
        margin-top: 72px;
        margin-bottom: 112px;
        margin-left: auto;
        margin-right: auto;
        width: 800px;
    }
    .lb-modal-box .lb-inner {
        padding: 16px;
    }
    .lb-modal-box  .lb-inner .lb-modal-close {
        right: 24px;
    }
    .drower-acd.drower-sp {
        display: none;
    }
    .drower-acd.drower-pc {
        display: block;
    }
    h2.banner-tit {
        font-size: 3.2rem;
    }
    h2.banner-tit a span {
        font-size: 1.8rem;
    }
    h2.banner-tit a::after {
        width: 48px;
        height: 48px;
        right: 8%;
        margin-top: -24px;
    }
    h2.tit-bg-g {
        margin-bottom: 24px;
    }
    .room-exp {
        margin-bottom: 96px;
    }
    .room-gallery-box {
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
    }
    .room-box-l {
        flex: 2;
        max-width: 560px;
    }
    .room-box-r {
        flex: 1;
    }
    .room-img-thumbs figure {
        min-width: 18%;
        margin-right: 1%;
    }
    .room-equip {
        margin-bottom: 40px;
    }
    .room-txt {
        padding: 0 2px 8px 24px;
    }
    ul.list-equip li {
        flex: 0 0 20%;
        padding-right: 40px;
    }
    ul.list-equip li:nth-of-type(2n) {
        padding-right: 40px;
    }
    ul.list-equip li:nth-of-type(5n) {
        padding-right: 0;
    }
    .gmap-box {
        margin-bottom: 0;
        padding-top: 41.667%;
    }
    h2.tit-txt-g {
        font-size: 2.2rem;
        margin: 72px 0 88px;
    }
    .guide-txt {
        padding: 16px 0;
    }
    .guide-txt p {
        line-height: 1.8em;
    }
    .facility-info-box {
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
        padding-bottom: 88px;
    }
    .facility-info-box-l {
        flex: 5;
    }
    .facility-info-box-r {
        flex: 3;
    }
    .facility-info-box-txt {
        padding: 0 2px 8px 24px;
    }
    .spot-info {
        margin-bottom: 88px;
    }
    .spot-info-outer {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .spot-info-outer::-webkit-scrollbar {
        display: none;
    }
    .spot-info-outer::before {
        padding-top: 66.666%;
    }
    .spot-info-box {
        width: 103.333%
    }
    .spot-info-list {
        width: 30%;
        margin-right: 3.333%;
    }
    nav.spot-list-nav {
        display: none;
    }
    .spot-pre-area-pc,
    .spot-next-area-pc {
        display: block;
    }
    .spot-pre-area-pc a.spot-pre-pc::before {
        content: "";
        position: absolute;
        top: 50%;
        left: -40px;
        width: 32px;
        height: 32px;
        margin-top: -16px;
        border-left: 4px solid #666;
        border-bottom: 4px solid#666;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        z-index: 9999;
    }
    .spot-next-area-pc a.spot-next-pc::before {
        content: "";
        position: absolute;
        top: 50%;
        right: -40px;
        width: 32px;
        height: 32px;
        margin-top: -16px;
        border-right: 4px solid #666;
        border-top: 4px solid#666;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        z-index: 9999;
    }
    .spot-info-txt-crsl {
        display: none;
    }
    .spot-info-crsl .slick-next {
        top: 50%;
        bottom: auto;
        right: -32px;
    }
    .spot-info-crsl .slick-next:before{
        width: 28px;
        height: 28px;
        margin-top: -14px;
        border-right: 4px solid #666;
        border-top: 4px solid#666;
    }
    .spot-info-crsl .slick-prev {
        top: 50%;
        bottom: auto;
        left: -32px;
    }
    .spot-info-crsl .slick-prev:before{
        width: 28px;
        height: 28px;
        margin-top: -14px;
        border-left: 4px solid #666;
        border-bottom: 4px solid#666;
    }
    .spot-info-crslbox h3 {
        font-size: 1.6rem;
    }
    .access-info,
    .page-faq {
        margin-bottom: 88px;
    }
    .full-width {
        margin-top: 80px;
        margin-bottom: 88px;
    }
    .full-width hr {
        width: 1200px;
        max-width: 1200px;
        min-width: 960px;
    }
    .info-content {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row-reverse;
        width: 100%;
        padding: 120px 0 160px;
    }
    .info-content-list {
        width: 100%;
        padding: 120px 0 160px;
    }
    .info-content .page-atcl {
        flex: 0 0 80%;
        margin-bottom: 0;
        padding-left: 64px;
        padding-bottom: 72px;
        border-left: 1px solid #666;
        border-bottom: 1px solid #666;
    }
    aside.info-sp-btn {
        display: none;
    }
    aside.info-pc {
        display: block;
        flex: 0 0 20%;
        padding-right: 16px;
        padding-bottom: 72px;
        border-bottom: 1px solid #666;
    }
    h2.tit-atcl {
        margin-bottom: 2px;
    }
    .date-atcl {
        text-align: right;
        margin-bottom: 64px;
    }
    h2.tit-atcl-aside {
        font-size: 1.8rem;
        line-height: 1.8em;
        color: #666;
        margin-bottom: 40px;
    }
    dl.list-atcl.list-atcl-pc {
        display: block;
        margin: 0;
    }
    dl.list-atcl.list-atcl-pc dt,
    dl.list-atcl.list-atcl-pc dd {
        width: 100%;
    }
    dl.list-atcl.list-atcl-pc dd:last-of-type {
        margin: 0;
    }
    .btn-atcl-pc {
        margin-top: 56px;
    }
    .btn-atcl-pc a {
        color: #666;
        font-size: 1.6rem;
        line-height: 1.6em;
        position: relative;
        padding-right: 12px;
    }
    .btn-atcl-pc a::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        width: 10px;
        height: 10px;
        margin-top: -4px;
        border-right: 1px solid #666;
        border-top: 1px solid#666;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        display: block;
    }
    nav.info-list-nav {
        display: block;
        margin: 16px auto;
        width: 100%;
        position: relative;
        text-align: center;
        font-size: 1.6rem;
    }
    .info-list-nav .info-pre-area {
        position: absolute;
        top: 0;
        left: 4px;
    }
    .info-pre {
        position: relative;
        color: #666;
        padding-left: 12px;
    }
    .info-pre::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 10px;
        height: 10px;
        margin-top: -4px;
        border-left: 1px solid #666;
        border-bottom: 1px solid#666;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        display: block;
    }
    .info-list-nav .info-next-area {
        position: absolute;
        top: 0;
        right: 4px;
    }
    .info-next {
        position: relative;
        color: #666;
        padding-right: 12px;
    }
    .info-next::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        width: 10px;
        height: 10px;
        margin-top: -4px;
        border-right: 1px solid #666;
        border-top: 1px solid#666;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        display: block;
    }
    .page-atcl-list {
        padding-bottom: 24px;
    }
    .info-content-list .page-atcl-list {
        border-bottom: 1px solid #666;
    }
    .page-atcl-list h2.tit-atcl.tit-atcl-g {
        color: #666;
    }
    dl.list-atcl dt {
        width: 12%;
    }
    dl.list-atcl dd {
        width: 88%;
    }
    dl.list-atcl.list-atcl-list dt {
        flex: 1 0 12%;
        min-width: 115px;
    }
    dl.list-atcl.list-atcl-list dd {
        flex: 1 0 88%;
        min-height: 25px;
    }
    .bg-main.bg-main-none {
        padding: 240px 0 56px;
    }
    .page-content.page-content-txt-sec {
        padding-bottom: 144px;
        padding-top: 16px;
    }
    h3.tit-bas-h3 {
        margin-bottom: 32px;
    }
    .page-txt-txt {
        margin-bottom:  32px;
    }
    .page-txt-txt p {
        line-height: 1.8em;
    }
    table.tbl-form th,
    table.tbl-form td {
        vertical-align: middle;
    }
    table.tbl-form th.form-lbl {
        width: 16%;
        min-width: 140px;
        display: inline-block;
        padding: 0 4px;
        margin-bottom: 64px;
    }
    table.tbl-form td.form-ipt {
        width: 84%;
        display: inline-block;
        margin-bottom: 64px;
    }
    table.tbl-form th.form-lbl.form-lbl-blk,
    table.tbl-form td.form-ipt.form-lbl-blk {
        display: block;
        width: 100%;
    }
    table.tbl-form th.form-lbl.form-lbl-blk {
        margin-bottom: 8px;
    }
    table.tbl-form td.form-ipt.form-lbl-blk {
        margin-bottom: 0;
    }
    .btn-form button.btn-confirm, .btn-send {
        width: 320px;
        padding: 12px 4px;
    }
    .btn-form {
        margin: 40px 0 120px;
    }
    .form-ctn.from-confirm {
        width: 100%;
        border: 1px solid #666;
        padding: 80px 80px 24px;
    }
    .form-ctn.from-confirm table.tbl-form th {
        width: 20%;
        margin-bottom: 0;
        padding: 16px 0;
        vertical-align: top;
    }
    .form-ctn.from-confirm table.tbl-form td {
        width: 80%;
        margin-bottom: 0;
        padding: 16px 0;
        border: none;
        vertical-align: top;
    }
    .form-ctn.from-confirm table.tbl-form tr {
        border-bottom: 1px solid #666;
    }
    .form-ctn.from-confirm table.tbl-form th.form-lbl.form-lbl-blk, .form-ctn.from-confirm table.tbl-form td.form-ipt.form-lbl-blk {
        display: inline-block;
    }
    .note-robot-box {
        width: 260px;
        min-width: 260px;
    }
    input.ipt-robot {
        width: 260px;
        padding: 6px 4px;
    }
    .btn-form.btn-form-back {
        margin: 56px auto 136px;
    }
    .btn-form.btn-form-back .btn-back {
        width: 320px;
        padding: 12px 4px;
    }
    .txt-comp-txt {
        margin-bottom: 104px;
    }
    .btn-home a {
        width: 320px;
        padding: 12px 4px;
    }
    ul.tree-sitemap li ul li {
        padding-top: 24px;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.1rem;
        padding-left: 0.1rem;
    }
    .footer {
        padding: 64px 24px;
    }
    .footer-box {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        width: 100%;
        text-align: left;
    }
    .logo-footer {
        flex: 1 0 2%;
        margin-bottom: 0;
    }
    .add-footer {
        flex: 1 0 52%;
    }
    .nav-footer {
        flex: 1 0 36%;
        text-align: right;
    }
    .logo-footer,
    .add-footer {
        margin-right: 8px;
    }
    nav ul.navbar-footer {
        justify-content: flex-end;
        margin-bottom: 0;
    }
    nav ul.navbar-footer li a {
        margin: 0 0 0 8px;
    }
    .footer-maplink a {
        display: inline-block;
        margin-left: 12px;
    }
    .footer-link {
        margin: 24px 0 0;
    }
    .footer-link span a {
        margin: 0 16px 0 0;
    }
}


/***** 404 *****/
.main-404 {
    height: calc(100vh - 314px);
    position: relative;
}
.title-wrapper-404 {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 32px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    color: #81929b;
    font-size: 1.2rem;
}
.title-wrapper-404 p img {
    width: 80px;
    height: auto;
}
.title-wrapper-404 h5 {
    margin-bottom: 4px;
    font-size: 1.4rem;
    color: #81929b;
    font-weight: bold;
    letter-spacing: .05em;
}
.title-wrapper-404 p.img-404 {
    margin-bottom: 16px;
}



@media (min-width: 1200px) {
    .nav-rsvd {
        margin-top: 0;
        margin-bottom: 0;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.2rem;
        padding-left: 0.1rem;
    }
}

@media (min-width: 1276px) {
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
}

.gmap-box button img {
    top: 50%;
    left: 50%;
}