@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700&display=swap");
@media screen and (min-width: 1025px), print {
  a.link_bg_img {
    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;
    position: relative;
    width: 100%;
    height: 165.748px;
    color: #ffffff;
    font-size: 2.4rem;
    letter-spacing: 1rem;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
  }
  a.link_bg_img::before, a.link_bg_img::after {
    content: "";
    position: absolute;
    left: 0;
  }
  a.link_bg_img::before {
    top: 50%;
    right: 0;
    width: 1186.159px;
    height: 149.461px;
    margin: auto;
    border: solid 1px rgba(255, 255, 255, 0.5);
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  a.link_bg_img::after {
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  a.link_bg_img:hover::after {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }

  .mainVisual {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 896px;
    overflow: hidden;
  }
  .mainVisual iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 217.77777778vh;
    height: 98.25vw;
    min-height: 100vw;
    min-width: 100vh;
    background: #000000;
  }

  .section__lead__map {
    width: 424.583px;
    margin: 49.19px auto 25.48px;
  }
  .section__lead__ttl {
    width: 1035.317px;
    margin-bottom: 22.81px;
    margin-left: 97.8686px;
  }
  .section__lead__sub {
    margin-bottom: 34.69px;
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-align: center;
  }

  .section__wether__ttl {
    margin-bottom: 38.95px;
    font-size: 1.6rem;
    font-weight: normal;
    text-align: center;
  }

  .wether__info {
    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;
    margin-bottom: 77.97px;
  }
  .wether__info__body {
    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-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 253.396px;
    padding: 2.86px 14.18px;
    -moz-border-radius: 15.629px;
         border-radius: 15.629px;
  }
  .wether__info__body + .wether__info__body {
    margin-left: 15.15px;
  }
  .wether__info__body.minamiaizu {
    background: #feeace;
  }
  .wether__info__body.shimogo {
    background: #e9cde6;
  }
  .wether__info__body.tadami {
    background: #d3eed7;
  }
  .wether__info__body.hinoemata {
    background: #fad0e3;
  }
  .wether__info__head {
    width: 64px;
    font-size: 1.6rem;
  }
  .wether__info__about, .wether__info__temperature {
    position: relative;
    width: 74.075px;
    font-size: 1.6rem;
    text-align: center;
    -moz-border-radius: 4.632px;
         border-radius: 4.632px;
    background: #ffffff;
  }
  .wether__info__about::before, .wether__info__temperature::before {
    position: absolute;
    top: -26.626px;
    right: 0;
    left: 0;
    margin: auto;
  }
  .wether__info__about::before {
    content: "天気";
  }
  .wether__info__temperature::before {
    content: "気温";
  }

  .top__link__area {
    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-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 79.54px;
  }
  .top__link__area a {
    width: 550px;
    height: 215.98px;
    font-size: 2.4rem;
  }
  .top__link__area a::before {
    width: 97.3016%;
    height: 91.996%;
  }
  .top__link__area a::after {
    background: url(../imgs/top/heading_btn01.png) no-repeat center/cover;
  }
  .top__link__area a:nth-child(2)::after {
    background: url(../imgs/top/heading_btn02.png) no-repeat center/cover;
  }
  .top__link__area a:nth-child(2) span {
    text-shadow: #604c3f 4px 0px 4px, #604c3f -4px 0px 4px, #604c3f 0px -4px 4px, #604c3f -4px 0px 4px, #604c3f 4px 4px 4px, #604c3f -4px 4px 4px, #604c3f 4px -4px 4px, #604c3f -4px -4px 4px, #604c3f 2px 4px 4px, #604c3f -2px 4px 4px, #604c3f 2px -4px 4px, #604c3f -2px -4px 4px, #604c3f 4px 2px 4px, #604c3f -4px 2px 4px, #604c3f 4px -2px 4px, #604c3f -4px -2px 4px, #604c3f 2px 2px 4px, #604c3f -2px 2px 4px, #604c3f 2px -2px 4px, #604c3f -2px -2px 4px;
  }
  .top__link__area span {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-shadow: #006934 4px 0px 4px, #006934 -4px 0px 4px, #006934 0px -4px 4px, #006934 -4px 0px 4px, #006934 4px 4px 4px, #006934 -4px 4px 4px, #006934 4px -4px 4px, #006934 -4px -4px 4px, #006934 2px 4px 4px, #006934 -2px 4px 4px, #006934 2px -4px 4px, #006934 -2px -4px 4px, #006934 4px 2px 4px, #006934 -4px 2px 4px, #006934 4px -2px 4px, #006934 -4px -2px 4px, #006934 2px 2px 4px, #006934 -2px 2px 4px, #006934 2px -2px 4px, #006934 -2px -2px 4px;
    text-align: center;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }

  .fixed__img {
    height: 420.85px;
    background: url(../imgs/top/section_img.png) no-repeat center fixed;
    -moz-background-size: cover;
         background-size: cover;
  }
  .fixed__img img {
    display: none;
  }

  .section__search {
    position: relative;
    margin: 83.36px auto 95.68px;
    padding: 0 38px;
  }
  .section__search::after {
    content: "";
    position: absolute;
    top: 25px;
    left: 0;
    width: 100%;
    height: 92%;
    border: solid 1px #b5b5b6;
    -moz-border-radius: 6.32px;
         border-radius: 6.32px;
    z-index: -1;
  }
  .section__search__ttl {
    position: relative;
    height: 29px;
    margin-bottom: 16.8px;
    font-size: 2.4rem;
    letter-spacing: 0.4rem;
    text-align: center;
  }
  .section__search__ttl span {
    display: inline-block;
    position: absolute;
    left: 35%;
    width: 377px;
    padding-left: 14px;
    text-align: left;
    background: #ffffff;
    z-index: 2;
  }
  .section__search__ttl span::after {
    content: "";
    position: absolute;
    top: -4px;
    right: 5;
    width: 47.997px;
    height: 35.529px;
    background: url(../imgs/top/icon_search.png) no-repeat center/contain;
  }
  .section__search__sub {
    margin-bottom: 20.13px;
    font-size: 1.6rem;
    text-align: center;
  }
  .section__search__btn {
    position: relative;
    width: 272.396px;
    margin: 0 auto;
    padding: 0 20px;
    background: #ffffff;
    z-index: 2;
  }
  .section__search__btn input[type=submit],
.section__search__btn a {
    display: block;
    width: 100%;
    height: 31.259px;
    font-size: 0;
    text-align: center;
    text-decoration: none;
    border: none;
    background: url(../imgs/top/top_btn_search.png) no-repeat center/contain;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .section__search__btn input[type=submit]:hover,
.section__search__btn a:hover {
    opacity: 0.7;
    cursor: pointer;
  }

  #SearchWrap {
    position: relative;
    padding: 0 0 0 57.51px;
  }

  .search__list {
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .search__list__head {
    top: 0;
    left: -10px;
    font-size: 2rem;
  }
  .search__list li {
    font-size: 2.1rem;
  }

  .accodion-btn {
    width: 100%;
  }

  .section__areapage .section__search__ttl {
    margin-bottom: 33.5px;
  }
  .section__areapage .section__search__ttl span {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .section__areapage .section__search__ttl span::after {
    right: -25px;
  }
  .section__areapage ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 101.33px;
  }
  .section__areapage__elm {
    width: 50%;
  }
  .section__areapage__elm a {
    display: block;
    position: relative;
    width: 100%;
    height: 446px;
    overflow: hidden;
  }
  .section__areapage__elm a::before, .section__areapage__elm a::after {
    content: "";
    position: absolute;
  }
  .section__areapage__elm a::before {
    width: 301px;
    height: 148px;
  }
  .section__areapage__elm a::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .section__areapage__elm a:hover::after {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .section__areapage__elm.minamiaizu a::before {
    right: 0;
    bottom: 0;
    background: url(../imgs/top/area_btn01.png) no-repeat center/contain;
  }
  .section__areapage__elm.minamiaizu a::after {
    background: url(../imgs/top/area_img01.png) no-repeat center/cover;
  }
  .section__areapage__elm.shimogo a::before {
    bottom: 0;
    left: 0;
    background: url(../imgs/top/area_btn02.png) no-repeat center/contain;
  }
  .section__areapage__elm.shimogo a::after {
    background: url(../imgs/top/area_img02.png) no-repeat center/cover;
  }
  .section__areapage__elm.tadami a::before {
    top: 0;
    right: 0;
    background: url(../imgs/top/area_btn03.png) no-repeat center/contain;
  }
  .section__areapage__elm.tadami a::after {
    background: url(../imgs/top/area_img03.png) no-repeat center/cover;
  }
  .section__areapage__elm.hinoemata a::before {
    top: 0;
    left: 0;
    background: url(../imgs/top/area_btn04.png) no-repeat center/contain;
  }
  .section__areapage__elm.hinoemata a::after {
    background: url(../imgs/top/area_img04.png) no-repeat center/cover;
  }

  .section__news {
    position: relative;
  }
  .section__news__ttl {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 2.4rem;
  }
  .section__news__btn {
    margin-bottom: 98.49px;
  }
  .section__news__btn a {
    display: block;
    width: 253.369px;
    height: 31.259px;
    margin: auto;
    background: url(../imgs/top/top_btn_news.png) no-repeat center/contain;
  }

  .news__list {
    margin-bottom: 43.23px;
    margin-left: auto;
  }
  .news__list__item:nth-child(5) {
    border-bottom: solid 1px #b5b5b6;
  }
  .news__list__item:nth-child(n+6) {
    display: none;
  }

  .area__lodgings {
    width: 840px;
    margin: 0 auto;
  }
  .area__lodgings a {
    margin-bottom: 100.87px;
    text-shadow: #40220f 4px 0px 4px, #40220f -4px 0px 4px, #40220f 0px -4px 4px, #40220f -4px 0px 4px, #40220f 4px 4px 4px, #40220f -4px 4px 4px, #40220f 4px -4px 4px, #40220f -4px -4px 4px, #40220f 2px 4px 4px, #40220f -2px 4px 4px, #40220f 2px -4px 4px, #40220f -2px -4px 4px, #40220f 4px 2px 4px, #40220f -4px 2px 4px, #40220f 4px -2px 4px, #40220f -4px -2px 4px, #40220f 2px 2px 4px, #40220f -2px 2px 4px, #40220f 2px -2px 4px, #40220f -2px -2px 4px;
  }
  .area__lodgings a::before {
    width: 827px;
    height: 149px;
    border: none;
    background: url(../imgs/top/button_line.png) no-repeat center/cover;
  }
  .area__lodgings a::after {
    background: url(../imgs/top/top_button_lodgings.png) no-repeat center/cover;
  }

  .area__hopetourism a {
    text-shadow: #036eb8 4px 0px 4px, #036eb8 -4px 0px 4px, #036eb8 0px -4px 4px, #036eb8 -4px 0px 4px, #036eb8 4px 4px 4px, #036eb8 -4px 4px 4px, #036eb8 4px -4px 4px, #036eb8 -4px -4px 4px, #036eb8 2px 4px 4px, #036eb8 -2px 4px 4px, #036eb8 2px -4px 4px, #036eb8 -2px -4px 4px, #036eb8 4px 2px 4px, #036eb8 -4px 2px 4px, #036eb8 4px -2px 4px, #036eb8 -4px -2px 4px, #036eb8 2px 2px 4px, #036eb8 -2px 2px 4px, #036eb8 2px -2px 4px, #036eb8 -2px -2px 4px;
  }
  .area__hopetourism a::after {
    background: url(../imgs/top/top_btn_tourism.png) no-repeat center/cover;
  }
  .area__hopetourism p {
    margin-top: 10px;
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 82.87px;
  }

  .banner__list {
    margin-bottom: 108.8735px;
  }
  .banner__list__item {
    width: 204.606px;
    overflow: hidden;
  }
  .banner__list__item + .banner__list__item {
    margin-left: 44.24px;
  }
  .banner__list a:hover {
    opacity: 0.7;
  }
  .banner__list img {
    border: solid 2px #c9caca;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  a.link_bg_img {
    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;
    position: relative;
    width: 100%;
    height: 165.748px;
    color: #ffffff;
    font-size: 2.4rem;
    letter-spacing: 1rem;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
  }
  a.link_bg_img::before, a.link_bg_img::after {
    content: "";
    position: absolute;
    left: 0;
  }
  a.link_bg_img::before {
    top: 50%;
    right: 0;
    width: 97.3016%;
    height: 91.996%;
    margin: auto;
    border: solid 1px rgba(255, 255, 255, 0.5);
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  a.link_bg_img::after {
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }

  .mainVisual {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
  .mainVisual iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 260vw;
    height: 200vw;
    background: #000000;
  }

  .section__lead__map {
    width: 339.6664px;
    margin: 60px auto 30px;
  }
  .section__lead__ttl {
    margin: 0 auto 30px;
  }
  .section__lead__sub {
    margin-bottom: 30px;
    font-size: 1.4rem;
    line-height: 2.4rem;
  }

  .section__wether__ttl {
    margin-bottom: 20px;
    font-size: 1.6rem;
    font-weight: normal;
    text-align: center;
  }

  .wether__info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -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;
    margin-bottom: 62.376px;
  }
  .wether__info__body {
    width: 21.11%;
    padding: 10px 0;
    -moz-border-radius: 15.629px;
         border-radius: 15.629px;
  }
  .wether__info__body.minamiaizu {
    background: #feeace;
  }
  .wether__info__body.shimogo {
    background: #e9cde6;
  }
  .wether__info__body.tadami {
    background: #d3eed7;
  }
  .wether__info__body.hinoemata {
    background: #fad0e3;
  }
  .wether__info__body + .wether__info__body {
    margin-left: 3.112%;
  }
  .wether__info__head {
    margin-bottom: 5px;
    text-align: center;
    font-size: 1.6rem;
  }
  .wether__info__about, .wether__info__temperature {
    position: relative;
    width: 48%;
    margin-left: 38%;
    padding: 4px 0;
    font-size: 1.6rem;
    text-align: center;
    -moz-border-radius: 4.632px;
         border-radius: 4.632px;
    background: #ffffff;
  }
  .wether__info__about::before, .wether__info__temperature::before {
    position: absolute;
    top: 50%;
    left: -42px;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .wether__info__about::before {
    content: "天気";
  }
  .wether__info__temperature {
    margin-top: 5px;
  }
  .wether__info__temperature::before {
    content: "気温";
  }

  .top__link__area {
    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-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 60px;
  }
  .top__link__area a {
    height: 140px;
    font-size: 1.6rem;
  }
  .top__link__area a::after {
    background: url(../imgs/top/heading_btn01.png) no-repeat center/cover;
  }
  .top__link__area a:nth-child(2) {
    margin-left: 4%;
  }
  .top__link__area a:nth-child(2)::after {
    background: url(../imgs/top/heading_btn02.png) no-repeat right bottom/cover;
  }
  .top__link__area a:nth-child(2) span {
    text-shadow: #604c3f 4px 0px 4px, #604c3f -4px 0px 4px, #604c3f 0px -4px 4px, #604c3f -4px 0px 4px, #604c3f 4px 4px 4px, #604c3f -4px 4px 4px, #604c3f 4px -4px 4px, #604c3f -4px -4px 4px, #604c3f 2px 4px 4px, #604c3f -2px 4px 4px, #604c3f 2px -4px 4px, #604c3f -2px -4px 4px, #604c3f 4px 2px 4px, #604c3f -4px 2px 4px, #604c3f 4px -2px 4px, #604c3f -4px -2px 4px, #604c3f 2px 2px 4px, #604c3f -2px 2px 4px, #604c3f 2px -2px 4px, #604c3f -2px -2px 4px;
  }
  .top__link__area span {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    text-shadow: #006934 4px 0px 4px, #006934 -4px 0px 4px, #006934 0px -4px 4px, #006934 -4px 0px 4px, #006934 4px 4px 4px, #006934 -4px 4px 4px, #006934 4px -4px 4px, #006934 -4px -4px 4px, #006934 2px 4px 4px, #006934 -2px 4px 4px, #006934 2px -4px 4px, #006934 -2px -4px 4px, #006934 4px 2px 4px, #006934 -4px 2px 4px, #006934 4px -2px 4px, #006934 -4px -2px 4px, #006934 2px 2px 4px, #006934 -2px 2px 4px, #006934 2px -2px 4px, #006934 -2px -2px 4px;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }

  .fixed__img {
    height: 360px;
    background: url(../imgs/top/section_img.png) no-repeat top center;
  }
  .fixed__img img {
    display: none;
  }

  .section__search {
    position: relative;
    margin: 60px auto 50px;
  }
  .section__search::after {
    content: "";
    position: absolute;
    top: 25px;
    left: 50%;
    width: 90%;
    height: 93%;
    border: solid 1px #b5b5b6;
    -moz-border-radius: 6.32px;
         border-radius: 6.32px;
    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    z-index: -1;
  }
  .section__search__ttl {
    position: relative;
    height: 29px;
    margin-bottom: 16px;
    font-size: 2rem;
    letter-spacing: 0.3rem;
    text-align: center;
  }
  .section__search__ttl span {
    display: inline-block;
    position: absolute;
    top: 6px;
    left: 31%;
    width: 45%;
    padding-left: 12px;
    text-align: left;
    background: #ffffff;
    z-index: 2;
  }
  .section__search__ttl span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -10%;
    width: 47.997px;
    height: 35.529px;
    background: url(../imgs/top/icon_search.png) no-repeat center/contain;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .section__search__sub {
    margin-bottom: 20.13px;
    font-size: 1.4rem;
    text-align: center;
  }
  .section__search__btn {
    position: relative;
    width: 36%;
    margin: 0 auto;
    padding: 0 20px;
    background: #ffffff;
    z-index: 2;
  }
  .section__search__btn input[type=submit],
.section__search__btn a {
    display: block;
    width: 100%;
    height: 25.0072px;
    font-size: 0;
    text-align: center;
    text-decoration: none;
    border: none;
    background: url(../imgs/top/top_btn_search.png) no-repeat center/contain;
  }

  #SearchWrap {
    padding: 0 0 10px 34px;
  }

  .search__list {
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .search__list__head {
    top: 0;
  }

  .accodion-body {
    width: 94.276%;
    margin: auto;
  }

  .section__areapage .section__search__ttl {
    margin-bottom: 20px;
  }
  .section__areapage .section__search__ttl span {
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .section__areapage .section__search__ttl span::after {
    right: -15px;
  }
  .section__areapage ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 50px;
  }
  .section__areapage__elm {
    width: 50%;
  }
  .section__areapage__elm a {
    display: block;
    position: relative;
    width: 100%;
    height: 306.8px;
    overflow: hidden;
  }
  .section__areapage__elm a::before, .section__areapage__elm a::after {
    content: "";
    position: absolute;
  }
  .section__areapage__elm a::before {
    width: 210.8px;
    height: 88.4px;
  }
  .section__areapage__elm a::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .section__areapage__elm.minamiaizu a::before {
    right: 0;
    bottom: 0;
    background: url(../imgs/top/area_btn01.png) no-repeat right/contain;
  }
  .section__areapage__elm.minamiaizu a::after {
    background: url(../imgs/top/area_img01.png) no-repeat center/cover;
  }
  .section__areapage__elm.shimogo a::before {
    bottom: 0;
    left: 0;
    background: url(../imgs/top/area_btn02.png) no-repeat left/contain;
  }
  .section__areapage__elm.shimogo a::after {
    background: url(../imgs/top/area_img02.png) no-repeat center/cover;
  }
  .section__areapage__elm.tadami a::before {
    top: 0;
    right: 0;
    background: url(../imgs/top/area_btn03.png) no-repeat right/contain;
  }
  .section__areapage__elm.tadami a::after {
    background: url(../imgs/top/area_img03.png) no-repeat center/cover;
  }
  .section__areapage__elm.hinoemata a::before {
    top: 0;
    left: 0;
    background: url(../imgs/top/area_btn04.png) no-repeat left/contain;
  }
  .section__areapage__elm.hinoemata a::after {
    background: url(../imgs/top/area_img04.png) no-repeat center/cover;
  }

  .section__news__ttl {
    margin-bottom: 10px;
    font-size: 2rem;
    text-align: center;
    letter-spacing: 0.5rem;
  }
  .section__news__btn {
    margin: 30px auto 50px;
  }
  .section__news__btn a {
    display: block;
    width: 202.6952px;
    height: 25.0072px;
    margin: auto;
    background: url(../imgs/top/top_btn_news.png) no-repeat center/contain;
  }

  .news__list__item:nth-child(5) {
    border-bottom: solid 1px #b5b5b6;
  }
  .news__list__item:nth-child(n+6) {
    display: none;
  }

  .area__lodgings a {
    height: 136px;
    margin-bottom: 80px;
    font-size: 2rem;
    text-shadow: #40220f 4px 0px 4px, #40220f -4px 0px 4px, #40220f 0px -4px 4px, #40220f -4px 0px 4px, #40220f 4px 4px 4px, #40220f -4px 4px 4px, #40220f 4px -4px 4px, #40220f -4px -4px 4px, #40220f 2px 4px 4px, #40220f -2px 4px 4px, #40220f 2px -4px 4px, #40220f -2px -4px 4px, #40220f 4px 2px 4px, #40220f -4px 2px 4px, #40220f 4px -2px 4px, #40220f -4px -2px 4px, #40220f 2px 2px 4px, #40220f -2px 2px 4px, #40220f 2px -2px 4px, #40220f -2px -2px 4px;
  }
  .area__lodgings a::before {
    width: 97%;
    height: 149px;
    border: none;
    background: url(../imgs/top/button_line.png) no-repeat center/contain;
  }
  .area__lodgings a::after {
    background: url(../imgs/top/top_button_lodgings.png) no-repeat center/cover;
  }

  .area__hopetourism a {
    font-size: 2rem;
    text-shadow: #036eb8 4px 0px 4px, #036eb8 -4px 0px 4px, #036eb8 0px -4px 4px, #036eb8 -4px 0px 4px, #036eb8 4px 4px 4px, #036eb8 -4px 4px 4px, #036eb8 4px -4px 4px, #036eb8 -4px -4px 4px, #036eb8 2px 4px 4px, #036eb8 -2px 4px 4px, #036eb8 2px -4px 4px, #036eb8 -2px -4px 4px, #036eb8 4px 2px 4px, #036eb8 -4px 2px 4px, #036eb8 4px -2px 4px, #036eb8 -4px -2px 4px, #036eb8 2px 2px 4px, #036eb8 -2px 2px 4px, #036eb8 2px -2px 4px, #036eb8 -2px -2px 4px;
  }
  .area__hopetourism a::after {
    background: url(../imgs/top/top_btn_tourism.png) no-repeat center/cover;
  }
  .area__hopetourism p {
    margin-top: 10px;
    margin-bottom: 40px;
    font-size: 1.4rem;
    margin-bottom: 82.87px;
  }

  .banner__list {
    position: relative;
    margin-bottom: 100px;
    overflow-x: hidden;
  }
  .banner__list__item {
    width: 145.6848px;
    height: 80px;
    overflow: hidden;
  }
  .banner__list__item + .banner__list__item {
    margin-left: 20px;
  }
  .banner__list__item a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .banner__list__item img {
    border: solid 2px #c9caca;
  }
}
@media screen and (max-width: 599px) {
  a.link_bg_img {
    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;
    position: relative;
    width: 100%;
    height: 82.874px;
    color: #ffffff;
    font-size: 2.4rem;
    letter-spacing: 1rem;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
  }
  a.link_bg_img::before, a.link_bg_img::after {
    content: "";
    position: absolute;
    left: 0;
  }
  a.link_bg_img::before {
    top: 50%;
    right: 0;
    width: 97.3016%;
    height: 91.996%;
    margin: auto;
    border: solid 1px rgba(255, 255, 255, 0.5);
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  a.link_bg_img::after {
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }

  .mainVisual {
    position: relative;
    width: 100%;
    height: 448px;
    overflow: hidden;
  }
  .mainVisual iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 220vw;
    height: 220vw;
    background: #000000;
  }

  .section__lead__map {
    width: 212.2915px;
    margin: 60px auto 0;
  }
  .section__lead__ttl {
    margin-bottom: 20px;
  }
  .section__lead__sub {
    margin-bottom: 40px;
    font-size: 1.4rem;
    line-height: 2.4rem;
  }

  .section__wether__ttl {
    margin-bottom: 20px;
    font-size: 1.8rem;
    font-weight: normal;
    text-align: center;
  }

  .wether__info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -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;
    margin-bottom: 40px;
  }
  .wether__info__body {
    width: 44%;
    margin-bottom: 2%;
    padding: 10px 0;
    -moz-border-radius: 15.629px;
         border-radius: 15.629px;
  }
  .wether__info__body.minamiaizu {
    background: #feeace;
  }
  .wether__info__body.shimogo {
    background: #e9cde6;
  }
  .wether__info__body.tadami {
    background: #d3eed7;
  }
  .wether__info__body.hinoemata {
    background: #fad0e3;
  }
  .wether__info__body:nth-child(2n) {
    margin-left: 2%;
  }
  .wether__info__body:nth-last-child(2), .wether__info__body:last-child {
    margin-bottom: 0;
  }
  .wether__info__head {
    margin-bottom: 5px;
    text-align: center;
    font-size: 1.4rem;
  }
  .wether__info__about, .wether__info__temperature {
    position: relative;
    width: 48%;
    margin-left: 38%;
    padding: 4px 0;
    font-size: 1.4rem;
    text-align: center;
    -moz-border-radius: 4.632px;
         border-radius: 4.632px;
    background: #ffffff;
  }
  .wether__info__about::before, .wether__info__temperature::before {
    position: absolute;
    top: 50%;
    left: -42px;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .wether__info__about::before {
    content: "天気";
  }
  .wether__info__temperature {
    margin-top: 5px;
  }
  .wether__info__temperature::before {
    content: "気温";
  }

  .top__link__area {
    margin-bottom: 40px;
  }
  .top__link__area a {
    font-size: 1.4rem;
  }
  .top__link__area a::after {
    background: url(../imgs/top/heading_btn01.png) no-repeat center/cover;
  }
  .top__link__area a:nth-child(2) {
    margin-top: 2%;
  }
  .top__link__area a:nth-child(2)::after {
    background: url(../imgs/top/heading_btn02.png) no-repeat center bottom/cover;
  }
  .top__link__area a:nth-child(2) span {
    text-shadow: #604c3f 4px 0px 4px, #604c3f -4px 0px 4px, #604c3f 0px -4px 4px, #604c3f -4px 0px 4px, #604c3f 4px 4px 4px, #604c3f -4px 4px 4px, #604c3f 4px -4px 4px, #604c3f -4px -4px 4px, #604c3f 2px 4px 4px, #604c3f -2px 4px 4px, #604c3f 2px -4px 4px, #604c3f -2px -4px 4px, #604c3f 4px 2px 4px, #604c3f -4px 2px 4px, #604c3f 4px -2px 4px, #604c3f -4px -2px 4px, #604c3f 2px 2px 4px, #604c3f -2px 2px 4px, #604c3f 2px -2px 4px, #604c3f -2px -2px 4px;
  }
  .top__link__area span {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    text-shadow: #006934 4px 0px 4px, #006934 -4px 0px 4px, #006934 0px -4px 4px, #006934 -4px 0px 4px, #006934 4px 4px 4px, #006934 -4px 4px 4px, #006934 4px -4px 4px, #006934 -4px -4px 4px, #006934 2px 4px 4px, #006934 -2px 4px 4px, #006934 2px -4px 4px, #006934 -2px -4px 4px, #006934 4px 2px 4px, #006934 -4px 2px 4px, #006934 4px -2px 4px, #006934 -4px -2px 4px, #006934 2px 2px 4px, #006934 -2px 2px 4px, #006934 2px -2px 4px, #006934 -2px -2px 4px;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }

  .fixed__img {
    height: 180.425px;
    background: url(../imgs/top/section_img.png) no-repeat center fixed;
  }
  .fixed__img img {
    display: none;
  }

  .section__search {
    position: relative;
    margin: 40px auto;
  }
  .section__search::after {
    content: "";
    position: absolute;
    top: 18px;
    left: 50%;
    width: 90%;
    height: 96%;
    border: solid 1px #b5b5b6;
    -moz-border-radius: 6.32px;
         border-radius: 6.32px;
    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    z-index: -1;
  }
  .section__search__ttl {
    position: relative;
    height: 29px;
    margin-bottom: 5px;
    font-size: 1.8rem;
    letter-spacing: 0.3rem;
    text-align: center;
  }
  .section__search__ttl span {
    display: inline-block;
    position: absolute;
    top: 4px;
    left: 15%;
    width: 84%;
    padding-left: 5px;
    text-align: left;
    background: #ffffff;
    z-index: 2;
  }
  .section__search__ttl span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -12px;
    width: 34.3976px;
    height: 24.4232px;
    background: url(../imgs/top/icon_search.png) no-repeat center/contain;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .section__search__sub {
    margin-bottom: 20px;
    font-size: 1.4rem;
    line-height: 2.4rem;
    text-align: center;
  }
  .section__search__btn {
    position: relative;
    width: 79%;
    margin: 0 auto;
    padding: 0 20px;
    background: #ffffff;
    z-index: 2;
  }
  .section__search__btn input[type=submit],
.section__search__btn a {
    display: block;
    width: 100%;
    height: 25.0072px;
    font-size: 0;
    text-align: center;
    text-decoration: none;
    border: none;
    background: url(../imgs/top/top_btn_search.png) no-repeat center/contain;
  }

  #SearchWrap {
    position: relative;
    padding: 0 0 10px 0;
  }

  .search__list {
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .search__list__head {
    position: relative;
    padding-left: 2rem;
    font-size: 1.6rem;
  }
  .search__list li {
    font-size: 1.6rem;
  }

  .accodion-body {
    width: 94.276%;
    margin: auto;
  }

  .section__areapage .section__search__ttl {
    margin-bottom: 15px;
  }
  .section__areapage .section__search__ttl span {
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .section__areapage .section__search__ttl span::after {
    right: -8px;
  }
  .section__areapage ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 40px;
  }
  .section__areapage__elm {
    width: 50%;
  }
  .section__areapage__elm a {
    display: block;
    position: relative;
    width: 100%;
    height: 150px;
    overflow: hidden;
  }
  .section__areapage__elm a::before, .section__areapage__elm a::after {
    content: "";
    position: absolute;
  }
  .section__areapage__elm a::before {
    width: 140.8px;
    height: 128.4px;
  }
  .section__areapage__elm a::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .section__areapage__elm.minamiaizu a::before {
    right: 0;
    bottom: 0;
    background: url(../imgs/top/area_btn01.png) no-repeat right bottom/contain;
  }
  .section__areapage__elm.minamiaizu a::after {
    background: url(../imgs/top/area_img01.png) no-repeat center/cover;
  }
  .section__areapage__elm.shimogo a::before {
    bottom: 0;
    left: 0;
    background: url(../imgs/top/area_btn02.png) no-repeat left bottom/contain;
  }
  .section__areapage__elm.shimogo a::after {
    background: url(../imgs/top/area_img02.png) no-repeat center/cover;
  }
  .section__areapage__elm.tadami a::before {
    top: 0;
    right: 0;
    background: url(../imgs/top/area_btn03.png) no-repeat top right/contain;
  }
  .section__areapage__elm.tadami a::after {
    background: url(../imgs/top/area_img03.png) no-repeat center/cover;
  }
  .section__areapage__elm.hinoemata a::before {
    top: 0;
    left: 0;
    background: url(../imgs/top/area_btn04.png) no-repeat top left/contain;
  }
  .section__areapage__elm.hinoemata a::after {
    background: url(../imgs/top/area_img04.png) no-repeat center/cover;
  }

  .section__news__ttl {
    margin-bottom: 10px;
    font-size: 1.8rem;
    text-align: center;
    letter-spacing: 0.5rem;
  }
  .section__news__btn {
    margin: 20px auto 40px;
  }
  .section__news__btn a {
    display: block;
    width: 202.6952px;
    height: 25.0072px;
    margin: auto;
    background: url(../imgs/top/top_btn_news.png) no-repeat center/contain;
  }

  .news__list__item:nth-child(5) {
    border-bottom: solid 1px #b5b5b6;
  }
  .news__list__item:nth-child(n+6) {
    display: none;
  }

  .area__lodgings a {
    height: 64px;
    margin-bottom: 40px;
    font-size: 1.4rem;
    text-shadow: #40220f 4px 0px 4px, #40220f -4px 0px 4px, #40220f 0px -4px 4px, #40220f -4px 0px 4px, #40220f 4px 4px 4px, #40220f -4px 4px 4px, #40220f 4px -4px 4px, #40220f -4px -4px 4px, #40220f 2px 4px 4px, #40220f -2px 4px 4px, #40220f 2px -4px 4px, #40220f -2px -4px 4px, #40220f 4px 2px 4px, #40220f -4px 2px 4px, #40220f 4px -2px 4px, #40220f -4px -2px 4px, #40220f 2px 2px 4px, #40220f -2px 2px 4px, #40220f 2px -2px 4px, #40220f -2px -2px 4px;
  }
  .area__lodgings a::before {
    width: 97%;
    border: none;
    background: url(../imgs/top/button_line.png) no-repeat center/contain;
  }
  .area__lodgings a::after {
    background: url(../imgs/top/top_button_lodgings.png) no-repeat center/cover;
  }

  .area__hopetourism a {
    font-size: 1.4rem;
    letter-spacing: 0.4rem;
    text-shadow: #036eb8 4px 0px 4px, #036eb8 -4px 0px 4px, #036eb8 0px -4px 4px, #036eb8 -4px 0px 4px, #036eb8 4px 4px 4px, #036eb8 -4px 4px 4px, #036eb8 4px -4px 4px, #036eb8 -4px -4px 4px, #036eb8 2px 4px 4px, #036eb8 -2px 4px 4px, #036eb8 2px -4px 4px, #036eb8 -2px -4px 4px, #036eb8 4px 2px 4px, #036eb8 -4px 2px 4px, #036eb8 4px -2px 4px, #036eb8 -4px -2px 4px, #036eb8 2px 2px 4px, #036eb8 -2px 2px 4px, #036eb8 2px -2px 4px, #036eb8 -2px -2px 4px;
  }
  .area__hopetourism a::after {
    background: url(../imgs/top/top_btn_tourism.png) no-repeat center/cover;
  }
  .area__hopetourism p {
    margin-top: 10px;
    margin-bottom: 40px;
    font-size: 1.4rem;
    margin-bottom: 82.87px;
  }

  .banner__list {
    position: relative;
    margin-bottom: 100px;
    overflow-x: hidden;
  }
  .banner__list__item {
    width: 140px;
    height: 60px;
    overflow: hidden;
  }
  .banner__list__item + .banner__list__item {
    margin-left: 20px;
  }
  .banner__list__item a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .banner__list__item img {
    border: solid 2px #c9caca;
  }
}