@charset "UTF-8";
@media screen and (min-width: 621px), print {
  main .carousel {
    width: 100%;
    overflow: hidden;
  }
  main .carousel .main_carousel {
    height: 187px;
    overflow: hidden;
    position: relative;
  }
  main .carousel .main_carousel ul {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
  }
  main .carousel .main_carousel ul:after {
    content: '';
    display: table;
    clear: both;
  }
  main .carousel .main_carousel ul li {
    float: left;
    width: 211px;
  }
  main .carousel .main_carousel ul li img {
    width: 100%;
    height: 187px;
    object-fit: cover;
    border: 2px solid #fff;
  }
  main .link_more {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  main .link_more a {
    font-size: 1.4rem;
    line-height: 26px;
    font-weight: bold;
    display: inline-block;
    position: relative;
    color: #000;
  }
  main .link_more a::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #000;
    left: 0;
    bottom: 0;
  }
  main .link_more a span {
    display: inline-block;
    padding: 0 17px 0px 10px;
    width: 100%;
    position: relative;
  }
  main .link_more a span::before, main .link_more a span::after {
    position: absolute;
    content: '';
    width: 16px;
    height: 1px;
  }
  main .link_more a span::before {
    bottom: 6px;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    background: #000;
    right: -2px;
  }
  main .link_more a span::after {
    background: #000;
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    bottom: 0px;
    opacity: 0;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-transform-origin: right;
       -moz-transform-origin: right;
        -ms-transform-origin: right;
            transform-origin: right;
    right: 0;
  }
  main .link_more a:hover span::after {
    opacity: 1;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  main .topics .map .note {
    padding: 26px 0 15px;
  }
  main .topics .map .note ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  main .topics .map .note ul li {
    font-size: 1.4rem;
    line-height: 2.3rem;
    padding: 0 0 0 32px;
    position: relative;
    margin-right: 28px;
  }
  main .topics .map .note ul li::before {
    position: absolute;
    content: '';
    width: 24px;
    height: 23px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  main .topics .map .note ul li.hostel::before {
    background: url("/topics/images/icon_hostel.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  main .topics .map .note ul li.people::before {
    background: url("/topics/images/icon_people.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  main .topics .map .note ul li.shop::before {
    background: url("/topics/images/icon_shop.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  main .topics .map .note ul li.res::before {
    background: url("/topics/images/icon_res.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  main .topics .map .note ul li.bar::before {
    background: url("/topics/images/icon_bar.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  main .topics .map .note ul li.tourist::before {
    background: url("/topics/images/icon_tourist.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  main .topics .map .note ul li.recommend::before {
    background: url("/topics/images/icon_recommend.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  main .topics .map .ggmap {
    height: 439px;
  }
  main .topics .map .ggmap a {
    text-decoration: underline;
  }
  main .topics .map .ggmap figure img {
    width: 100%;
    height: auto;
  }
  main .topics .list {
    padding: 10px 0 0;
  }
  main .topics .list > ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main .topics .list > ul li {
    padding: 0 7px;
    position: relative;
  }
  main .topics .list > ul li:not(:last-child)::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 11px;
    background: #000;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  main .topics .list > ul li a {
    display: inline-block;
    font-size: 1.6rem;
    line-height: 2.2rem;
    padding: 0 19px 0 17px;
    color: #000;
    background: #fff;
  }
  main .topics .list > ul li a.active {
    background: #00598b;
    color: #fff;
  }
  main .topics .list .wrap {
    overflow: hidden;
  }
  main .topics .list .wrap ul {
    padding: 37px 0 0;
    margin: 0 -15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main .topics .list .wrap ul li {
    width: 20%;
    padding: 0 15px;
  }
  main .topics .list .wrap ul li:not(:nth-child(-n + 5)) {
    margin-top: 30px;
  }
  main .topics .list .wrap ul li a {
    display: block;
    width: 100%;
    border: 1px solid #00598b;
    padding: 17px 19px 20px 20px;
  }
  main .topics .list .wrap ul li a figure {
    position: relative;
  }
  main .topics .list .wrap ul li a figure.hostel::before {
    position: absolute;
    content: '';
    width: 32px;
    height: 32px;
    background: url("/topics/images/icon_hostel.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: -13px;
    left: -14px;
    z-index: 2;
  }
  main .topics .list .wrap ul li a figure.people::before {
    position: absolute;
    content: '';
    width: 32px;
    height: 32px;
    background: url("/topics/images/icon_people.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: -13px;
    left: -14px;
    z-index: 2;
  }
  main .topics .list .wrap ul li a figure.shop::before {
    position: absolute;
    content: '';
    width: 32px;
    height: 32px;
    background: url("/topics/images/icon_shop.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: -13px;
    left: -14px;
    z-index: 2;
  }
  main .topics .list .wrap ul li a figure.res::before {
    position: absolute;
    content: '';
    width: 32px;
    height: 32px;
    background: url("/topics/images/icon_res.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: -13px;
    left: -14px;
    z-index: 2;
  }
  main .topics .list .wrap ul li a figure.bar::before {
    position: absolute;
    content: '';
    width: 32px;
    height: 32px;
    background: url("/topics/images/icon_bar.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: -13px;
    left: -14px;
    z-index: 2;
  }
  main .topics .list .wrap ul li a figure.tourist::before {
    position: absolute;
    content: '';
    width: 32px;
    height: 32px;
    background: url("/topics/images/icon_tourist.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: -13px;
    left: -14px;
    z-index: 2;
  }
  main .topics .list .wrap ul li a figure.recommend::before {
    position: absolute;
    content: '';
    width: 32px;
    height: 32px;
    background: url("/topics/images/icon_recommend.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: -13px;
    left: -14px;
    z-index: 2;
  }
  main .topics .list .wrap ul li a figure img {
    width: 100%;
    height: 127px;
    object-fit: cover;
  }
  main .topics .list .wrap ul li a figure figcaption {
    font-size: 1.2rem;
    line-height: 1.8rem;
    margin-top: 14px;
    height: 6em;
    overflow: hidden;
  }
  main .topics .list .wrap ul li a figure figcaption em {
    font-style: normal;
    color: #00568e;
    display: block;
  }
  main .topics .list .wrap ul li a .more {
    text-decoration: underline;
    text-align: right;
  }
  main .topics .list .wrap ul li a:hover .more {
    text-decoration: none;
  }
  main .topics .covid_notification p {
    text-align: center;
    padding: 0.3em 0 0.1em 0;
  }
  main .topics .covid_notification p a {
    font-size: 3rem;
    padding: 0.1em 3.5em;
    margin: 2em 0;
    color: #fff;
    background: #cc0000;
    /*背景色*/
  }
  main .topics .btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 30px 0 35px;
  }
  main .topics .btn a {
    font-size: 1.4rem;
    line-height: 1;
    font-weight: bold;
    display: inline-block;
    padding: 0 40px 6px 17px;
    border-bottom: 1px solid #000;
    position: relative;
  }
  main .topics .btn a:hover::after {
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  main .topics .btn a::before, main .topics .btn a::after {
    position: absolute;
    content: '';
    width: 18px;
    height: 1px;
    background: #000;
    -webkit-transform-origin: right;
       -moz-transform-origin: right;
        -ms-transform-origin: right;
            transform-origin: right;
    right: 0;
  }
  main .topics .btn a::before {
    bottom: -1px;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  main .topics .btn a::after {
    bottom: -1px;
    -webkit-transform: rotate(0);
       -moz-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  main .gr_about_use {
    background: url(../images/bkg_gr_ab.jpg) repeat;
    padding: 37px 0px 42px;
  }
  main .gr_about_use .ttl_art {
    font-size: 2rem;
    font-weight: bold;
    border-bottom: 3px solid #000;
    margin-bottom: 16px;
    padding-bottom: 9px;
  }
  main .gr_about_use .ttl_art span {
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    line-height: 1;
    margin-bottom: 3px;
  }
  main .gr_about_use .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main .gr_about_use article {
    width: 579px;
  }
  main .gr_about_use article:first-child .bx_art {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main .gr_about_use article:first-child .bx_art figure {
    width: 165px;
  }
  main .gr_about_use article:first-child .bx_art figure img {
    width: 165px;
  }
  main .gr_about_use article:first-child .bx_art .right {
    padding: 5px 0 0 26px;
    width: -webkit-calc(100% - 165px);
    width: -moz-calc(100% - 165px);
    width: calc(100% - 165px);
  }
  main .gr_about_use .bx_art .right {
    height: 155px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main .gr_about_use .bx_art .right p {
    font-size: 1.4rem;
    line-height: 26px;
  }
  main .st_front_office {
    padding: 52px 0 45px;
  }
  main .st_front_office .ttl_front {
    font-size: 2.7rem;
    line-height: 1;
    position: relative;
    font-weight: bold;
    margin-bottom: 35px;
    font-family: "Akrobat Bold";
    font-style: italic;
    letter-spacing: 2px;
  }
  main .st_front_office .ttl_front:after {
    content: '';
    width: 85%;
    height: 1px;
    background-color: #cdcdcd;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
  }
  main .st_front_office .bx_front {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main .st_front_office .bx_front figure {
    width: 396px;
  }
  main .st_front_office .bx_front figure img {
    width: 396px;
  }
  main .st_front_office .bx_front .right_front {
    width: -webkit-calc(100% - 396px);
    width: -moz-calc(100% - 396px);
    width: calc(100% - 396px);
    padding-left: 28px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main .st_front_office .bx_front .right_front dl:first-child dt {
    margin-bottom: 16px;
  }
  main .st_front_office .bx_front .right_front dl dt {
    font-size: 1.6rem;
    line-height: 24px;
    font-weight: bold;
  }
  main .st_front_office .bx_front .right_front dl dd {
    font-size: 1.4rem;
    line-height: 26px;
  }
  main .st_room {
    padding-bottom: 43px;
  }
  main .st_room .ttl_room {
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    font-size: 5rem;
    line-height: 1;
    color: #00598b;
    font-family: "Akrobat Bold";
    text-align: center;
    text-transform: uppercase;
    padding: 22px 33px 24px 0;
    letter-spacing: 3px;
  }
  main .st_room article:last-child .ttl_art_room a {
    margin: 21px 0 27px;
  }
  main .st_room article:last-child .gr_bx_room {
    background-color: #00598b;
  }
  main .st_room article:last-child .gr_bx_room .list_room {
    padding: 39px 0 2px 94px;
  }
  main .st_room article .ttl_art_room a {
    margin: 26px 0 21px;
    font-size: 2.4rem;
    color: #2a7caa;
    font-weight: bold;
    display: block;
  }
  main .st_room article .gr_bx_room {
    background-color: #2a7caa;
  }
  main .st_room article .gr_bx_room .list_room {
    padding: 56px 0 12px 94px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  main .st_room article .gr_bx_room .list_room > li {
    width: 165px;
    height: 165px;
    margin: 0 47px 42px 0;
  }
  main .st_room article .gr_bx_room .list_room > li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    -moz-border-radius: 100%;
         border-radius: 100%;
    z-index: 1;
    width: 100%;
    height: 100%;
  }
  main .st_room article .gr_bx_room .list_room > li a img {
    width: 100%;
    height: 100%;
  }
  main .st_room article .gr_bx_room .list_room > li a:after {
    position: absolute;
    width: 100%;
    height: 100%;
    -moz-border-radius: 50%;
         border-radius: 50%;
    content: '';
    -moz-box-sizing: content-box;
         box-sizing: content-box;
    top: -2px;
    left: -2px;
    padding: 2px;
    z-index: -1;
    background: #fff;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
    -webkit-transform: scale(1.3);
       -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0;
  }
  main .st_room article .gr_bx_room .list_room > li a:hover img {
    opacity: 1 !important;
  }
  main .st_room article .gr_bx_room .list_room > li a:hover:after {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  .effect {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
         transform: translate3d(0, 50px, 0);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .effect.active {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  @keyframes animatedBackground {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: -884px 0;
    }
  }
  @-moz-keyframes animatedBackground {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: -884px 0;
    }
  }
  @-webkit-keyframes animatedBackground {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: -884px 0;
    }
  }
}

@media screen and (max-width: 620px) {
  main .carousel {
    width: 100%;
    overflow: hidden;
  }
  main .carousel .main_carousel {
    height: 29.21875vw;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  main .carousel .main_carousel ul {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  main .carousel .main_carousel ul li {
    width: 32.96875vw;
  }
  main .carousel .main_carousel ul li img {
    width: 100%;
    height: 29.21875vw;
    object-fit: cover;
    border: 1px solid #fff;
  }
  main .link_more {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  main .link_more a {
    font-size: 4.375vw;
    line-height: 5vw;
    font-weight: bold;
    display: inline-block;
    position: relative;
    color: #000;
  }
  main .link_more a::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #000;
    left: 0;
    bottom: 0;
  }
  main .link_more a span {
    display: inline-block;
    padding: 0 7.03125vw 1.5625vw 4.6875vw;
    width: 100%;
    position: relative;
  }
  main .link_more a span::before, main .link_more a span::after {
    position: absolute;
    content: '';
    width: 3.90625vw;
    height: 1px;
  }
  main .link_more a span::before {
    bottom: 1.5625vw;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    background: #000;
    right: -0.3125vw;
  }
  main .topics .map .note {
    padding: 7.03125vw 0 4.53125vw;
  }
  main .topics .map .note ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    padding: 0 2.8125vw;
  }
  main .topics .map .note ul li {
    font-size: 3.75vw;
    line-height: 1;
    padding: 0 2.5vw 0 7.1875vw;
    margin-right: 1.71875vw;
    position: relative;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
  }
  main .topics .map .note ul li::after {
    position: absolute;
    content: '';
    width: 2px;
    height: 3.75vw;
    background: #000;
    bottom: 0;
    right: 0;
  }
  main .topics .map .note ul li:nth-child(3n) {
    margin-right: 0;
  }
  main .topics .map .note ul li:nth-child(3n)::after {
    display: none;
  }
  main .topics .map .note ul li:nth-child(3) {
    margin-right: 4.6875vw;
  }
  main .topics .map .note ul li:not(:nth-child(-n + 3)) {
    margin-top: 2.65625vw;
  }
  main .topics .map .note ul li::before {
    position: absolute;
    content: '';
    width: 4.84375vw;
    height: 4.84375vw;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  main .topics .map .note ul li.hostel::before {
    background: url("/topics/images/icon_hostel.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  main .topics .map .note ul li.people::before {
    background: url("/topics/images/icon_people.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  main .topics .map .note ul li.shop::before {
    background: url("/topics/images/icon_shop.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  main .topics .map .note ul li.res::before {
    background: url("/topics/images/icon_res.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  main .topics .map .note ul li.bar::before {
    background: url("/topics/images/icon_bar.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  main .topics .map .note ul li.tourist::before {
    background: url("/topics/images/icon_tourist.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  main .topics .map .note ul li.recommend::before {
    background: url("/topics/images/icon_recommend.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  main .topics .map .ggmap {
    height: 68.59375vw;
  }
  main .topics .map .ggmap a {
    text-decoration: underline;
  }
  main .topics .map .ggmap figure img {
    width: 100%;
    height: auto;
  }
  main .topics .list {
    padding: 6.5625vw 4.6875vw 9.375vw;
    overflow: hidden;
  }
  main .topics .list > ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    padding: 0 0 6.40625vw 0;
  }
  main .topics .list > ul li {
    padding: 0 2.34375vw;
    position: relative;
  }
  main .topics .list > ul li:first-child {
    padding-left: 0;
  }
  main .topics .list > ul li:not(:last-child)::before {
    position: absolute;
    content: '';
    width: 2px;
    height: 4.6875vw;
    background: #000;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  main .topics .list > ul li:nth-child(4)::before {
    display: none;
  }
  main .topics .list > ul li a {
    display: inline-block;
    font-size: 4.6875vw;
    line-height: 6.5625vw;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    padding: 0 2.34375vw 0 1.71875vw;
    color: #000;
    background: #fff;
  }
  main .topics .list > ul li a.active {
    background: #00598b;
    color: #fff;
  }
  main .topics .list .wrap {
    overflow: hidden;
  }
  main .topics .list .wrap ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main .topics .list .wrap ul li {
    width: 44.0625vw;
    border: 1px solid #00598b;
  }
  main .topics .list .wrap ul li:not(:nth-child(-n + 2)) {
    margin-top: 2.8125vw;
  }
  main .topics .list .wrap ul li a {
    display: block;
    width: 100%;
    padding: 3.90625vw 3.4375vw 4.6875vw 3.4375vw;
  }
  main .topics .list .wrap ul li a figure {
    position: relative;
  }
  main .topics .list .wrap ul li a figure.hostel::before {
    position: absolute;
    content: '';
    width: 8.28125vw;
    height: 8.28125vw;
    background: url("/topics/images/icon_hostel.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: -2.96875vw;
    left: -2.5vw;
    z-index: 2;
  }
  main .topics .list .wrap ul li a figure.people::before {
    position: absolute;
    content: '';
    width: 8.28125vw;
    height: 8.28125vw;
    background: url("/topics/images/icon_people.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: -2.96875vw;
    left: -2.5vw;
    z-index: 2;
  }
  main .topics .list .wrap ul li a figure.shop::before {
    position: absolute;
    content: '';
    width: 8.28125vw;
    height: 8.28125vw;
    background: url("/topics/images/icon_shop.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: -2.96875vw;
    left: -2.5vw;
    z-index: 2;
  }
  main .topics .list .wrap ul li a figure.res::before {
    position: absolute;
    content: '';
    width: 8.28125vw;
    height: 8.28125vw;
    background: url("/topics/images/icon_res.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: -2.96875vw;
    left: -2.5vw;
    z-index: 2;
  }
  main .topics .list .wrap ul li a figure.bar::before {
    position: absolute;
    content: '';
    width: 8.28125vw;
    height: 8.28125vw;
    background: url("/topics/images/icon_bar.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: -2.96875vw;
    left: -2.5vw;
    z-index: 2;
  }
  main .topics .list .wrap ul li a figure.tourist::before {
    position: absolute;
    content: '';
    width: 8.28125vw;
    height: 8.28125vw;
    background: url("/topics/images/icon_tourist.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: -2.96875vw;
    left: -2.5vw;
    z-index: 2;
  }
  main .topics .list .wrap ul li a figure.recommend::before {
    position: absolute;
    content: '';
    width: 8.28125vw;
    height: 8.28125vw;
    background: url("/topics/images/icon_recommend.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: -2.96875vw;
    left: -2.5vw;
    z-index: 2;
  }
  main .topics .list .wrap ul li a figure img {
    width: 100%;
    height: 27.65625vw;
    object-fit: cover;
  }
  main .topics .list .wrap ul li a figure figcaption {
    font-size: 3.125vw;
    line-height: 4.0625vw;
    margin-top: 3.59375vw;
    height: 6.2em;
    overflow: hidden;
  }
  main .topics .list .wrap ul li a figure figcaption em {
    font-style: normal;
    color: #00568e;
    display: block;
  }
  main .topics .list .wrap ul li a .more {
    text-decoration: underline;
    text-align: right;
  }
  main .topics .covid_notification p {
    text-align: center;
    padding: 0.3em 0 0.1em 0;
  }
  main .topics .covid_notification p a {
    font-size: 3rem;
    padding: 0.1em 3.5em;
    margin: 2em 0;
    color: #fff;
    background: #cc0000;
    /*背景色*/
  }
  main .topics .btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 7.5vw 0 0;
  }
  main .topics .btn a {
    font-size: 4.375vw;
    line-height: 1;
    font-weight: bold;
    display: inline-block;
    padding: 0 7.8125vw 1.875vw 5.3125vw;
    border-bottom: 1px solid #000;
    position: relative;
  }
  main .topics .btn a:hover::after {
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  main .topics .btn a::before, main .topics .btn a::after {
    position: absolute;
    content: '';
    width: 2.8125vw;
    height: 1px;
    background: #000;
    -webkit-transform-origin: right;
       -moz-transform-origin: right;
        -ms-transform-origin: right;
            transform-origin: right;
    right: 0;
  }
  main .topics .btn a::before {
    bottom: -1px;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  main .topics .btn a::after {
    bottom: -1px;
    -webkit-transform: rotate(0);
       -moz-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  main .gr_about_use {
    background: url(../images/bkg_gr_ab.jpg) repeat;
    padding: 9.21875vw 0 10vw;
  }
  main .gr_about_use .ttl_art {
    font-size: 5vw;
    font-weight: bold;
    border-bottom: 0.46875vw solid #000;
    margin-bottom: 5.46875vw;
    letter-spacing: -1px;
  }
  main .gr_about_use .ttl_art span {
    display: block;
    font-size: 3.75vw;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    line-height: 1;
    margin-bottom: 1.5625vw;
  }
  main .gr_about_use .row {
    padding: 0 2.8125vw 0 3.28125vw;
  }
  main .gr_about_use article:not(:last-child) {
    margin-bottom: 10.9375vw;
  }
  main .gr_about_use article .link_more {
    margin-top: 9.375vw;
  }
  main .gr_about_use article:first-child .bx_art {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main .gr_about_use article:first-child .bx_art figure {
    width: 40vw;
  }
  main .gr_about_use article:first-child .bx_art figure img {
    width: 40vw;
  }
  main .gr_about_use article:first-child .bx_art .right {
    padding-left: 3.75vw;
    width: -webkit-calc(100% - 40vw);
    width: -moz-calc(100% - 40vw);
    width: calc(100% - 40vw);
  }
  main .gr_about_use .bx_art .right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 1.5625vw;
  }
  main .gr_about_use .bx_art .right p {
    font-size: 4.375vw;
    line-height: 5.625vw;
  }
  main .st_front_office {
    padding: 10vw 0 11.5625vw;
  }
  main .st_front_office .ttl_front {
    font-size: 7.1875vw;
    line-height: 1;
    position: relative;
    font-weight: bold;
    margin-bottom: 7.8125vw;
    font-family: "Akrobat Bold";
    font-style: italic;
    padding-left: 3.90625vw;
  }
  main .st_front_office .bx_front figure img {
    width: 100%;
    height: auto;
  }
  main .st_front_office .bx_front .right_front {
    padding: 0 4.0625vw 0 3.59375vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 8.125vw;
  }
  main .st_front_office .bx_front .right_front dl {
    margin-bottom: 5.46875vw;
  }
  main .st_front_office .bx_front .right_front dl dt {
    font-size: 4.375vw;
    line-height: 5.625vw;
    font-weight: bold;
  }
  main .st_front_office .bx_front .right_front dl dd {
    font-size: 4.375vw;
    line-height: 5.625vw;
  }
  main .st_room {
    padding-bottom: 7.03125vw;
  }
  main .st_room .ttl_room {
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    font-size: 9.6875vw;
    line-height: 1;
    color: #00598b;
    font-family: "Akrobat Bold";
    text-align: center;
    text-transform: uppercase;
    padding: 5.3125vw 0;
  }
  main .st_room article:last-child .gr_bx_room {
    background-color: #00598b;
  }
  main .st_room article:last-child .gr_bx_room .list_room {
    padding: 11.09375vw 3.28125vw 11.09375vw 3.59375vw;
  }
  main .st_room article .ttl_art_room a {
    margin: 5vw 0;
    font-size: 5.9375vw;
    color: #2a7caa;
    font-weight: bold;
    display: block;
    padding: 0 3.125vw 0 3.75vw;
  }
  main .st_room article .gr_bx_room {
    background-color: #2a7caa;
  }
  main .st_room article .gr_bx_room .list_room {
    padding: 11.09375vw 3.28125vw 6.875vw 3.59375vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 0 5.625vw -5.3125vw;
  }
  main .st_room article .gr_bx_room .list_room > li {
    width: 43.90625vw;
    margin: 0 0 5.625vw 5.3125vw;
    height: 43.90625vw;
  }
  main .st_room article .gr_bx_room .list_room > li img {
    width: 100%;
  }
  main .st_room article .gr_bx_room .list_room > li a {
    width: 100%;
    height: 100%;
    -moz-border-radius: 100%;
         border-radius: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #fff;
    position: relative;
    z-index: 1;
  }
  .effect {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
         transform: translate3d(0, 50px, 0);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .effect.active {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  @keyframes animatedBackground {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: -884px 0;
    }
  }
  @-moz-keyframes animatedBackground {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: -884px 0;
    }
  }
  @-webkit-keyframes animatedBackground {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: -884px 0;
    }
  }
}
