@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 {
  .btn__modal-wrap {
    margin-bottom: 128.944px;
    text-align: right;
  }

  .btn__modal-open {
    font-size: 1.4rem;
    text-decoration: underline;
    cursor: pointer;
  }
  .btn__modal-open:hover {
    text-decoration: none;
  }

  .modal__wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
  }
  .modal__wrap.visible {
    display: block;
  }
  .modal__inner {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 1000px;
    background: #ffffff;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  .btn__modal-close {
    display: block;
    position: absolute;
    right: 0;
    bottom: 100%;
    width: 36px;
    height: 36px;
    cursor: pointer;
  }
  .btn__modal-close i {
    display: block;
    position: relative;
    width: 100%;
    height: 4px;
  }
  .btn__modal-close i::before, .btn__modal-close i::after {
    content: "";
    position: absolute;
    top: 16px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
  }
  .btn__modal-close i::before {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .btn__modal-close i::after {
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .icon__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 30px 20px 20px;
  }
  .icon__list__item {
    width: 136px;
    margin-bottom: 10px;
    font-size: 1.4rem;
    text-align: center;
  }
  .icon__list__pict {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    margin: auto;
    padding: 6px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #00a9cf;
  }
  .icon__list__pict img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: auto;
    height: 26px;
  }

  .announce__txt {
    margin-bottom: 90px;
    color: #e60012;
    font-size: 1.6rem;
    text-align: center;
  }
  .announce__txt a {
    color: #2ea7e0;
  }
  .announce__txt a::before {
    background: #2ea7e0;
  }

  .search__reset {
    display: block;
    position: absolute;
    top: 42.5px;
    right: 17.409px;
    width: 120.866px;
  }
  .search__reset a {
    display: block;
    padding: 4.35px 0;
    font-size: 1.6rem;
    text-align: center;
    letter-spacing: 0.5rem;
    border: solid 1px #b5b5b6;
    -moz-border-radius: 18px;
         border-radius: 18px;
    text-decoration: none;
  }

  .search__area {
    position: relative;
    margin: 0 auto 10px;
  }
  .search__area::before {
    content: "";
    position: absolute;
    top: 18.92px;
    left: 0;
    width: 100%;
    height: 91.9335%;
    border: solid 1px #b5b5b6;
    -moz-border-radius: 5px;
         border-radius: 5px;
    z-index: -1;
  }
  .search__area__ttl {
    text-align: center;
  }
  .search__area__ttl span {
    display: inline-block;
    position: relative;
    padding-left: 14.531px;
    font-size: 2.4rem;
    letter-spacing: 1.5rem;
    background: #ffffff;
    z-index: 1;
  }
  .search__area__btn {
    position: relative;
    width: 291.844px;
    margin: 0 auto;
    background: #ffffff;
    z-index: 1;
  }
  .search__area__btn input[type=submit] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
  }
  .search__area__btn input[type=submit],
.search__area__btn a {
    display: block;
    width: 253.396px;
    height: 31.259px;
    margin: auto;
    font-size: 0;
    background: url(../imgs/button_search.png) no-repeat center/contain;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .search__area__btn input[type=submit]:hover,
.search__area__btn a:hover {
    opacity: 0.7;
  }
  .search__area.lodgings__head {
    margin-bottom: 30.38px;
  }

  .search__list {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 1131.313px;
    margin: auto;
    padding: 26.447px 0 20px;
    border-top: solid 1px #b5b5b6;
  }
  .search__list li {
    margin-right: 30px;
    margin-bottom: 0;
    font-size: 2.1rem;
    letter-spacing: 0.2rem;
  }
  .search__list.sports {
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .search__list.first {
    border-top: none;
  }
  .search__list.culture {
    padding-top: 10px;
    border-top: none;
  }
  .search__list .wide {
    width: 100%;
  }

  .nothing__txt {
    width: 100%;
    font-size: 1.8rem;
    text-align: center;
  }
  .nothing__txt + .nothing__txt {
    display: none;
  }

  .link__wrap + .nothing__txt {
    display: none;
  }

  .search__body {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  a.link__wrap {
    display: block;
    width: 328.367px;
    margin-bottom: 67.745px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  a.link__wrap:nth-child(3n-1) {
    margin-right: 107.4495px;
    margin-left: 107.4495px;
  }
  a.link__wrap:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
  a.link__wrap:hover {
    opacity: 0.8;
  }

  .search__item__head {
    position: relative;
    margin-bottom: 22.06px;
    padding: 7.41px 15.659px;
    color: #ffffff;
    font-size: 2rem;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .search__item__head::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .search__item__head.minamiaizu::before {
    background: url(../imgs/institution/label_orange.png) no-repeat center/contain;
  }
  .search__item__head.shimogo::before {
    background: url(../imgs/institution/label_purple.png) no-repeat center/contain;
  }
  .search__item__head.tadami::before {
    background: url(../imgs/institution/label_green.png) no-repeat center/contain;
  }
  .search__item__head.hinoemata::before {
    background: url(../imgs/institution/label_pink.png) no-repeat center/contain;
  }
  .search__item__thumb {
    position: relative;
    width: 100%;
    height: 213.864px;
    margin-bottom: 22.41px;
    border: solid 1px #c9caca;
    overflow: hidden;
  }
  .search__item__thumb .category {
    position: absolute;
    top: 10.63px;
    left: 10.41px;
    width: 103.953px;
    font-size: 1.6rem;
    margin-left: 0;
    z-index: 2;
  }
  .search__item__icons {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 16.49px;
  }
  .search__item__icons .icon {
    display: block;
    position: relative;
    width: 40.682px;
    height: 40.682px;
    margin-right: 5.25px;
    font-size: 0;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #00a9cf;
  }
  .search__item__icons .icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .search__item__icons .icon:last-child {
    margin-right: 0;
  }
  .search__item__icons .icon:nth-child(n+8) {
    margin-top: 10px;
  }
  .search__item__cat {
    margin-bottom: 16.49px;
  }
  .search__item__cat span {
    display: inline-block;
    padding: 4px 20px;
    font-size: 1.6rem;
    border: solid 1px #b5b5b6;
    -moz-border-radius: 22.11px;
         border-radius: 22.11px;
  }
  .search__item__cat span + span {
    margin-left: 15px;
  }
  .search__item__about {
    height: 63px;
    margin-bottom: 23.48px;
    font-size: 1.6rem;
    line-height: 2.1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .search__item__link span {
    display: block;
    width: 253.396px;
    margin: auto;
    padding: 6.27px 0;
    color: #ffffff;
    font-size: 1.6rem;
    text-align: center;
    -moz-border-radius: 20px;
         border-radius: 20px;
  }
  .search__item__link.minamiaizu span {
    background: #fa9a53;
  }
  .search__item__link.shimogo span {
    background: #b352a8;
  }
  .search__item__link.tadami span {
    background: #65c574;
  }
  .search__item__link.hinoemata span {
    background: #ee5c9d;
  }

  .search__btn__back {
    width: 253.396px;
    height: 31.259px;
    margin: 100.427px auto 0;
  }
  .search__btn__back a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../imgs/button_top.png) no-repeat center/contain;
  }

  .accodion-body {
    padding-top: 0;
    padding-bottom: 0;
    border-top: none;
  }

  .lodgings__head::before {
    height: 88%;
  }
  .lodgings .category {
    margin-left: 0;
    font-size: 1.6rem;
  }
  .lodgings .search__item__name {
    margin-bottom: 11.0479px;
    font-size: 2.4rem;
  }

  .require_txt {
    display: inline-block;
    position: absolute;
    top: -10px;
    left: 0;
    color: #e60012;
    font-size: 1.4rem;
  }

  .require_txt02 {
    color: #e60012;
    font-size: 1.2rem;
    vertical-align: super;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .btn__modal-wrap {
    margin-bottom: 40px;
    text-align: right;
  }

  .btn__modal-open {
    font-size: 1.2rem;
    text-decoration: underline;
  }

  .modal__wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
  }
  .modal__wrap.visible {
    display: block;
  }

  .modal__inner {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 90%;
    background: #ffffff;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  .btn__modal-close {
    display: block;
    position: absolute;
    right: 0;
    bottom: 100%;
    width: 32px;
    height: 32px;
  }
  .btn__modal-close i {
    display: block;
    position: relative;
    width: 100%;
    height: 4px;
  }
  .btn__modal-close i::before, .btn__modal-close i::after {
    content: "";
    position: absolute;
    top: 14px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
  }
  .btn__modal-close i::before {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .btn__modal-close i::after {
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .icon__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 20px 10px 10px;
  }
  .icon__list__item {
    width: 16.5%;
    margin-bottom: 10px;
    font-size: 1.2rem;
    text-align: center;
  }
  .icon__list__pict {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    margin: auto;
    padding: 5px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #00a9cf;
  }
  .icon__list__pict img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: auto;
    height: 24px;
  }

  .search__reset {
    display: block;
    position: absolute;
    top: 36px;
    right: 10px;
    width: 96.6928px;
  }
  .search__reset a {
    display: block;
    padding: 4.35px 0;
    font-size: 1.4rem;
    text-align: center;
    letter-spacing: 0.2rem;
    text-decoration: none;
    border: solid 1px #b5b5b6;
    -moz-border-radius: 18px;
         border-radius: 18px;
  }

  .nothing__txt {
    width: 100%;
    margin-top: 40px;
    font-size: 1.4rem;
    text-align: center;
  }
  .nothing__txt + .nothing__txt {
    display: none;
  }

  .link__wrap + .nothing__txt {
    display: none;
  }

  .announce__txt {
    margin-bottom: 45px;
    color: #e60012;
    font-size: 1.4rem;
    line-height: 2.8rem;
  }
  .announce__txt a {
    color: #2ea7e0;
  }

  .search__area {
    position: relative;
    margin: 0 auto 20px;
  }
  .search__area::before {
    content: "";
    position: absolute;
    top: 18px;
    left: 0;
    width: 100%;
    height: 92.9335%;
    border: solid 1px #b5b5b6;
    -moz-border-radius: 5px;
         border-radius: 5px;
    z-index: -1;
  }
  .search__area__ttl {
    text-align: center;
  }
  .search__area__ttl span {
    display: inline-block;
    position: relative;
    padding-left: 15px;
    font-size: 2rem;
    letter-spacing: 1rem;
    background: #ffffff;
    z-index: 1;
  }
  .search__area__btn {
    position: relative;
    width: 233.4752px;
    margin: 0 auto;
    background: #ffffff;
    z-index: 1;
  }
  .search__area__btn input[type=submit] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
  }
  .search__area__btn input[type=submit],
.search__area__btn a {
    display: block;
    width: 202.7168px;
    height: 25.0072px;
    margin: auto;
    font-size: 0;
    background: url(../imgs/button_search.png) no-repeat center/contain;
  }

  .search__list {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 94.276%;
    margin: auto;
    padding: 21.1576px 20px 10px;
    border-top: solid 1px #b5b5b6;
  }
  .search__list.first {
    border-top: none;
  }
  .search__list li {
    margin-bottom: 0;
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
  }
  .search__list.sports {
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .search__list.sports li {
    margin-bottom: 10px;
  }
  .search__list.sports li:first-child, .search__list.sports li + li {
    margin-right: 20px;
    margin-left: 0;
  }
  .search__list.culture {
    padding-top: 10px;
    border-top: none;
  }
  .search__list .wide {
    width: 100%;
  }

  .search__body {
    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;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  a.link__wrap {
    display: block;
    width: 47%;
    margin-bottom: 54.196px;
    text-decoration: none;
  }

  .search__item__head {
    position: relative;
    margin-bottom: 15px;
    padding: 7.41px 15.659px;
    color: #ffffff;
    font-size: 1.8rem;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .search__item__head::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .search__item__head.minamiaizu::before {
    background: url(../imgs/institution/label_orange.png) no-repeat center/contain;
  }
  .search__item__head.shimogo::before {
    background: url(../imgs/institution/label_purple.png) no-repeat center/contain;
  }
  .search__item__head.tadami::before {
    background: url(../imgs/institution/label_green.png) no-repeat center/contain;
  }
  .search__item__head.hinoemata::before {
    background: url(../imgs/institution/label_pink.png) no-repeat center/contain;
  }
  .search__item__thumb {
    position: relative;
    width: 100%;
    height: 171.0912px;
    margin-bottom: 15px;
    border: solid 1px #c9caca;
    overflow: hidden;
  }
  .search__item__thumb .category {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 103.953px;
    font-size: 1.4rem;
    margin-left: 0;
    z-index: 2;
  }
  .search__item__icons {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px;
  }
  .search__item__icons .icon {
    display: block;
    position: relative;
    width: 36px;
    height: 36px;
    margin-right: 2%;
    font-size: 0;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #00a9cf;
  }
  .search__item__icons .icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
    height: 24px;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .search__item__icons .icon:last-child {
    margin-right: 0;
  }
  .search__item__icons .icon:nth-child(n+8) {
    margin-top: 10px;
  }
  .search__item__cat {
    margin-bottom: 10px;
  }
  .search__item__cat span {
    display: inline-block;
    padding: 4px 20px;
    font-size: 1.4rem;
    border: solid 1px #b5b5b6;
    -moz-border-radius: 22.11px;
         border-radius: 22.11px;
  }
  .search__item__cat span + span {
    margin-left: 15px;
  }
  .search__item__about {
    height: 63px;
    margin-bottom: 20px;
    font-size: 1.6rem;
    line-height: 2.1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .search__item__link span {
    display: block;
    width: 202.7168px;
    margin: auto;
    padding: 3px 0;
    color: #ffffff;
    font-size: 1.4rem;
    text-align: center;
    -moz-border-radius: 20px;
         border-radius: 20px;
  }
  .search__item__link.minamiaizu span {
    background: #fa9a53;
  }
  .search__item__link.shimogo span {
    background: #b352a8;
  }
  .search__item__link.tadami span {
    background: #65c574;
  }
  .search__item__link.hinoemata span {
    background: #ee5c9d;
  }

  .search__btn__back {
    width: 202.7168px;
    height: 25.0072px;
    margin: 50px auto 0;
  }
  .search__btn__back a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../imgs/button_top.png) no-repeat center/contain;
  }

  .accodion-body {
    padding-top: 0;
    padding-bottom: 0;
    border-top: none;
  }

  .lodgings__head::before {
    height: 88%;
  }
  .lodgings__head .search__list {
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .lodgings__head .search__list.genres li, .lodgings__head .search__list.capacity li {
    margin-right: 20px;
    margin-left: 0;
  }
  .lodgings .category {
    margin-left: 0;
    font-size: 1.6rem;
  }
  .lodgings .search__item__name {
    margin-bottom: 11.0479px;
    font-size: 2.4rem;
  }

  .require_txt {
    display: inline-block;
    position: absolute;
    top: -10px;
    left: 0;
    color: #e60012;
    font-size: 1.4rem;
  }

  .require_txt02 {
    color: #e60012;
    font-size: 1.2rem;
    vertical-align: super;
  }
}
@media screen and (max-width: 599px) {
  .institution__wrap {
    padding-top: 40px;
  }

  .btn__modal-wrap {
    margin-bottom: 40px;
    text-align: right;
  }

  .btn__modal-open {
    font-size: 1.2rem;
    text-decoration: underline;
  }

  .modal__wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
  }
  .modal__wrap.visible {
    display: block;
  }

  .modal__inner {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 86%;
    background: #ffffff;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  .btn__modal-close {
    display: block;
    position: absolute;
    right: 0;
    bottom: 100%;
    width: 32px;
    height: 32px;
  }
  .btn__modal-close i {
    display: block;
    position: relative;
    width: 100%;
    height: 4px;
  }
  .btn__modal-close i::before, .btn__modal-close i::after {
    content: "";
    position: absolute;
    top: 14px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
  }
  .btn__modal-close i::before {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .btn__modal-close i::after {
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .icon__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 18px 10px 8px;
  }
  .icon__list__item {
    width: 25%;
    margin-bottom: 10px;
    font-size: 1rem;
    text-align: center;
  }
  .icon__list__pict {
    display: block;
    position: relative;
    width: 32px;
    height: 32px;
    margin: auto;
    padding: 4px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #00a9cf;
  }
  .icon__list__pict img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: auto;
    height: 20px;
  }

  .search__reset {
    display: block;
    top: 36px;
    width: 96.6928px;
    margin: 5px 5px 0 auto;
  }
  .search__reset a {
    display: block;
    padding: 2px 0;
    font-size: 1.4rem;
    text-align: center;
    letter-spacing: 0.2rem;
    border: solid 1px #b5b5b6;
    -moz-border-radius: 18px;
         border-radius: 18px;
    text-decoration: none;
  }

  .nothing__txt {
    margin-top: 60px;
    font-size: 1.4rem;
    text-align: center;
  }
  .nothing__txt + .nothing__txt {
    display: none;
  }

  .link__wrap + .nothing__txt {
    display: none;
  }

  .announce__txt {
    margin-bottom: 45px;
    color: #e60012;
    font-size: 1.4rem;
    line-height: 2.8rem;
  }
  .announce__txt a {
    color: #2ea7e0;
  }

  .search__area {
    position: relative;
    margin: 0 auto 20px;
    padding: 0 6.2592%;
  }
  .search__area::before {
    content: "";
    position: absolute;
    top: 18px;
    left: 0;
    width: 100%;
    height: 95.9335%;
    border: solid 1px #b5b5b6;
    -moz-border-radius: 5px;
         border-radius: 5px;
    z-index: -1;
  }
  .search__area__ttl {
    text-align: center;
  }
  .search__area__ttl span {
    display: inline-block;
    position: relative;
    padding-left: 15px;
    font-size: 2rem;
    letter-spacing: 1rem;
    background: #ffffff;
    z-index: 1;
  }
  .search__area__btn {
    position: relative;
    width: 233.4752px;
    margin: 0 auto;
    background: #ffffff;
    z-index: 1;
  }
  .search__area__btn input[type=submit] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
  }
  .search__area__btn input[type=submit],
.search__area__btn a {
    display: block;
    width: 202.7168px;
    height: 25.0072px;
    margin: auto;
    font-size: 0;
    background: url(../imgs/button_search.png) no-repeat center/contain;
  }

  .search__list {
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    margin: auto;
    padding: 13.2235px 0;
    border-top: solid 1px #b5b5b6;
  }
  .search__list.first {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-top: none;
  }
  .search__list li {
    margin-right: 12px;
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
  }
  .search__list li:last-child {
    margin-bottom: 0;
  }
  .search__list.first {
    padding-bottom: 0;
  }
  .search__list.culture {
    padding-top: 10px;
    border-top: none;
  }
  .search__list .wide {
    width: 100%;
  }

  .accodion-btn {
    width: 100%;
  }

  a.link__wrap {
    display: block;
    margin-bottom: 54.196px;
    text-decoration: none;
  }

  .search__item__head {
    position: relative;
    margin-bottom: 10px;
    padding: 7.41px 15.659px;
    color: #ffffff;
    font-size: 1.8rem;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .search__item__head::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .search__item__head.minamiaizu::before {
    background: url(../imgs/institution/label_orange.png) no-repeat center/contain;
  }
  .search__item__head.shimogo::before {
    background: url(../imgs/institution/label_purple.png) no-repeat center/contain;
  }
  .search__item__head.tadami::before {
    background: url(../imgs/institution/label_green.png) no-repeat center/contain;
  }
  .search__item__head.hinoemata::before {
    background: url(../imgs/institution/label_pink.png) no-repeat center/contain;
  }
  .search__item__thumb {
    position: relative;
    width: 100%;
    height: 171.0912px;
    margin-bottom: 10px;
    border: solid 1px #c9caca;
    overflow: hidden;
  }
  .search__item__thumb .category {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 103.953px;
    font-size: 1.4rem;
    margin-left: 0;
    z-index: 2;
  }
  .search__item__icons {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
  }
  .search__item__icons .icon {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    margin-right: 2%;
    font-size: 0;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #00a9cf;
  }
  .search__item__icons .icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 28px;
    height: 27px;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .search__item__icons .icon:last-child {
    margin-right: 0;
  }
  .search__item__icons .icon:nth-child(n+8) {
    margin-top: 10px;
  }
  .search__item__cat {
    margin-bottom: 10px;
  }
  .search__item__cat span {
    display: inline-block;
    padding: 4px 20px;
    font-size: 1.4rem;
    border: solid 1px #b5b5b6;
    -moz-border-radius: 22.11px;
         border-radius: 22.11px;
  }
  .search__item__cat span + span {
    margin-left: 15px;
  }
  .search__item__about {
    margin-bottom: 10px;
    font-size: 1.6rem;
    line-height: 2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .search__item__link span {
    display: block;
    width: 202.7168px;
    margin: auto;
    padding: 3px 0;
    color: #ffffff;
    font-size: 1.4rem;
    text-align: center;
    -moz-border-radius: 20px;
         border-radius: 20px;
  }
  .search__item__link.minamiaizu span {
    background: #fa9a53;
  }
  .search__item__link.shimogo span {
    background: #b352a8;
  }
  .search__item__link.tadami span {
    background: #65c574;
  }
  .search__item__link.hinoemata span {
    background: #ee5c9d;
  }

  .search__btn__back {
    width: 202.7168px;
    height: 25.0072px;
    margin: 50px auto 0;
  }
  .search__btn__back a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../imgs/button_top.png) no-repeat center/contain;
  }

  .accodion-body {
    padding-top: 0;
    padding-bottom: 0;
    border-top: none;
  }
  .accodion-body.is-open {
    padding: 10px 0;
  }

  .lodgings__head::before {
    height: 91%;
  }
  .lodgings__head .search__list {
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .lodgings__head .search__list.area {
    padding-bottom: 20px;
  }
  .lodgings__head .search__list.genres li, .lodgings__head .search__list.capacity li {
    margin-right: 20px;
    margin-left: 0;
  }
  .lodgings .category {
    margin-left: 0;
    font-size: 1.4rem;
  }
  .lodgings .search__item__name {
    margin-bottom: 11.0479px;
    font-size: 2.4rem;
  }

  .require_txt {
    display: inline-block;
    position: absolute;
    top: -20px;
    left: 0;
    z-index: 9;
    color: #e60012;
    font-size: 1.2rem;
  }

  .require_txt02 {
    color: #e60012;
    font-size: 0.8rem;
    vertical-align: super;
  }
}
.soccer::before {
  background: url(../imgs/cms/pictgram_soccer.png) no-repeat center/contain;
}

.futsal::before {
  background: url(../imgs/cms/pictgram_futsal.png) no-repeat center/contain;
}

.baseball::before {
  background: url(../imgs/cms/pictgram_baseball.png) no-repeat center/contain;
}

.softball::before {
  background: url(../imgs/cms/pictgram_softball.png) no-repeat center/contain;
}

.americanfootball::before {
  background: url(../imgs/cms/pictgram_americanfootball.png) no-repeat center/contain;
}

.rugby::before {
  background: url(../imgs/cms/pictgram_rugby.png) no-repeat center/contain;
}

.lacrosse::before {
  background: url(../imgs/cms/pictgram_lacrosse.png) no-repeat center/contain;
}

.athletic::before {
  background: url(../imgs/cms/pictgram_athletic.png) no-repeat center/contain;
}

.tennis::before,
.softtennis::before {
  background: url(../imgs/cms/pictgram_tennis.png) no-repeat center/contain;
}

.tennis + .softtennis {
  display: none;
}

.boundtennis::before {
  background: url(../imgs/cms/pictgram_boundtennis.png) no-repeat center/contain;
}

.volleyball::before,
.softvolleyball::before {
  background: url(../imgs/cms/pictgram_volleyball.png) no-repeat center/contain;
}

.volleyball + .softvolleyball {
  display: none;
}

.basketball::before {
  background: url(../imgs/cms/pictgram_basketball.png) no-repeat center/contain;
}

.badminton::before {
  background: url(../imgs/cms/pictgram_badminton.png) no-repeat center/contain;
}

.pingpong::before {
  background: url(../imgs/cms/pictgram_pingpong.png) no-repeat center/contain;
}

.fencing::before {
  background: url(../imgs/cms/pictgram_fencing.png) no-repeat center/contain;
}

.archery::before {
  background: url(../imgs/cms/pictgram_archery.png) no-repeat center/contain;
}

.judo::before {
  background: url(../imgs/cms/pictgram_judo.png) no-repeat center/contain;
}

.wrestling::before {
  background: url(../imgs/cms/pictgram_wrestling.png) no-repeat center/contain;
}

.karate::before {
  background: url(../imgs/cms/pictgram_karate.png) no-repeat center/contain;
}

.swimming::before {
  background: url(../imgs/cms/pictgram_swimming.png) no-repeat center/contain;
}

.golf::before {
  background: url(../imgs/cms/pictgram_golf.png) no-repeat center/contain;
}

.parkgolf::before {
  background: url(../imgs/cms/pictgram_parkgolf.png) no-repeat center/contain;
}

.diskgolf::before {
  background: url(../imgs/cms/pictgram_diskgolf.png) no-repeat center/contain;
}

.groundgolf::before {
  background: url(../imgs/cms/pictgram_groundgolf.png) no-repeat center/contain;
}

.ski::before {
  background: url(../imgs/cms/pictgram_ski.png) no-repeat center/contain;
}

.crosscountry::before {
  background: url(../imgs/cms/pictgram_crosscountry.png) no-repeat center/contain;
}

.beachvolley::before {
  background: url(../imgs/cms/pictgram_beachvolley.png) no-repeat center/contain;
}

.camp01::before,
.camp02::before {
  background: url(../imgs/cms/pictgram_camp.png) no-repeat center/contain;
}

.camp01 + .camp02 {
  display: none;
}

.gateball::before {
  background: url(../imgs/cms/pictgram_gateball.png) no-repeat center/contain;
}

.trekking::before {
  background: url(../imgs/cms/pictgram_trekking.png) no-repeat center/contain;
}

.rivertrekking::before {
  background: url(../imgs/cms/pictgram_rivertrekking.png) no-repeat center/contain;
}

.climbing::before {
  background: url(../imgs/cms/pictgram_climbing.png) no-repeat center/contain;
}

.seminar::before,
.studymeeting::before {
  background: url(../imgs/cms/pictgram_seminar.png) no-repeat center/contain;
}

.seminar + .studymeeting {
  display: none;
}

.windmusic::before {
  background: url(../imgs/cms/pictgram_windmusic.png) no-repeat center/contain;
}

.brassband::before {
  background: url(../imgs/cms/pictgram_brassband.png) no-repeat center/contain;
}

.chorus::before {
  background: url(../imgs/cms/pictgram_chorus.png) no-repeat center/contain;
}

.cheering::before {
  background: url(../imgs/cms/pictgram_cheering.png) no-repeat center/contain;
}

.lightmusic::before {
  background: url(../imgs/cms/pictgram_lightmusic.png) no-repeat center/contain;
}

.lectureship::before {
  background: url(../imgs/cms/pictgram_lectureship.png) no-repeat center/contain;
}

.lecture::before {
  background: url(../imgs/cms/pictgram_lecture.png) no-repeat center/contain;
}

.dance::before {
  background: url(../imgs/cms/pictgram_dance.png) no-repeat center/contain;
}

.drama::before {
  background: url(../imgs/cms/pictgram_drama.png) no-repeat center/contain;
}

.flower::before {
  background: url(../imgs/cms/pictgram_flower.png) no-repeat center/contain;
}

.tea::before {
  background: url(../imgs/cms/pictgram_tea.png) no-repeat center/contain;
}