@charset "UTF-8";
@media screen and (max-width:640px) {
  /*=========================
▼▼共通▼▼
===========================*/
  #contents {
    width: 100%;
    float: left;
    clear: both;
    font-size: 15px;
    line-height: 1.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    overflow: hidden;
  }
  a:hover img {
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #contents img, #contents a {
    display: block;
    width: 100%;
    height: auto;
  }
  #contents a, #contents a:link, #contents a:visited {
    color: inherit;
    text-decoration: none;
    display: block;
    font-weight: bold;
  }
  #contents ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #contents .auto {
    width: 90%;
    margin: 0 auto;
  }
  #contents p, #contents h2, #contents h3, #contents h4, #contents h5 {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: normal;
    font-weight: normal;
    vertical-align: baseline;
    list-style-type: none;
  }
  #contents figure {
    margin: 0;
  }
  #contents section {
    width: 100%;
    float: left;
    clear: both;
    box-sizing: border-box;
    position: relative;
  }
  #contents .sp_none {
    display: none !important;
  }
  #contents .btn_link {
    background: #f24d04;
    text-align: center;
    font-weight: 600;
    color: #fff;
    box-shadow: 0 4px 0 #9c3a05;
    cursor: pointer;
    padding: 10px 0px;
    border-radius: 100px;
    font-size: 17px;
    letter-spacing: 0.1em;
    position: relative;
    background-image: url(../img/arrow_small.png);
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 7px;
  }
  #contents ._link span {
    position: absolute;
    width: 9px;
    top: 9px;
    right: 121px;
  }
  /*=========================
▲▲共通▲▲
===========================*/
  /* トップ */
  #contents .top_image {
    margin: 0;
  }
  #contents .top_measures {
    font-weight: 600;
    padding: 14px 5%;
    line-height: 1.5;
  }
  #contents .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -2px;
  }
  /*スライダー*/
  #contents .top_content {
    width: 100%;
    clear: both;
    text-align: center;
  }
  #contents .top_content .auto {
    width: 100%;
    margin: 0;
  }
  #contents .top_content ul {
    width: 100%;
    font-size: 0;
    line-height: 0;
  }
  #contents .top_content ul li {
    width: calc(100%/2);
    display: flex;
  }
  #contents .top_content ul li a {
    display: flex;
    box-sizing: border-box;
    vertical-align: middle;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.5;
    padding: 8px 6px 8px;
    border-top: 1px solid #fff;
    transition-duration: .3s;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
  }
  #contents .top_content ul li:first-of-type a {
    border-top: none;
  }
  #contents .top_content ul li:nth-of-type(2) a {
    border-top: none;
  }
  #contents .top_content ul .mh_70 a {
    min-height: 79px;
  }
  #contents .top_content ul li a .inner {
    display: table-cell;
    vertical-align: middle;
  }
  #contents .top_content ul li a .small {
    font-size: 10px;
    font-weight: bold;
    display: block;
    margin-bottom: -17px;
  }
  /*ナビ*/
  #contents .top_content {
    background: #2165c1;
    color: #fff;
    font-weight: 600;
    width: 100%;
    float: left;
    clear: both;
    text-align: center;
  }
  #contents .top_content ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    font-size: 0;
    line-height: 0;
  }
  #contents .top_content ul li a {
    width: 100%;
    box-sizing: border-box;
    line-height: 1.5;
    transition-duration: .3s;
    background-position: right 12px;
    background-size: 4px;
    padding: 10px 20px 18px;
    margin: 0;
    position: relative;
  }
  #contents .top_content ul li:nth-of-type(2n) a {
    border-left: 1px solid #fff;
  }
  #contents .top_content ul li a::before {
    content: "";
    display: block;
    width: 11px;
    height: 8px;
    background-image: url(../img/arrow_under.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    position: absolute;
    bottom: 7px;
    left: 50%;
    transform: translateX(-50%);
    transition-duration: .3s;
  }
  /* フロー */
  #contents .conts_flow {
    background-color: #ddedf6;
    background-image: url(../img/flow_background.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 49px 0 75px;
  }
  #contents .flow_title {
    width: 44%;
    margin: 0 auto 22px;
  }
  #contents .flow_text {
    margin-bottom: 34px;
    padding: 0 5%;
  }
  #contents .flow_banner {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 25px;
  }
  /* 昨年の引用 */
  #contents .flow_block {
    width: 92%;
    margin: 0 auto;
    padding: 38px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
  }
  #contents .flow_block .step_list {
    width: 100%;
    font-size: 0;
    line-height: 0;
    text-align: center;
    position: relative;
    margin-bottom: 33px;
  }
  #contents .flow_block .step_list li {
    display: inline-block;
    vertical-align: top;
    width: 80%;
    font-size: 15px;
    line-height: 24px;
    margin: 0 auto 27px;
    border: 4px solid #2165c1;
    border-radius: 30px;
    padding-bottom: 7px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    position: relative;
  }
  #contents .flow_block .step_list li:last-of-type {
    margin-bottom: 0;
  }
  #contents .flow_block .step_list li::after {
    content: "";
    display: block;
    width: 100%;
    height: 47px;
    background-image: url("../img/arrow_yellow.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    transform: rotate(90deg);
    position: absolute;
    left: 0;
    bottom: -42px;
    margin-top: -20px;
    z-index: 1;
  }
  #contents .flow_block .step_list li:last-of-type::after {
    display: none;
  }
  #contents .flow_block .step_list li .step {
    border-radius: 25px 25px 0px 0px / 15px 15px 30px 40px;
    width: 100%;
    background-color: #2165c1;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    padding: 5px 0;
    letter-spacing: .05em;
  }
  #contents .flow_block .step_list li .step .big {
    color: #fff;
    font-size: 35px;
  }
  #contents .flow_block .step_list li .img {
    width: 100%;
    margin: 0 auto 9px;
  }
  #contents .flow_block .step_list li .text {
    width: 100%;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 18px 21px;
  }
  #contents .flow_block table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 90px;
  }
  #contents .flow_block table th {
    width: 100%;
    display: block;
    background-color: #2165c1;
    padding: 10px 20px 8px;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    font-size: 15px;
  }
  #contents .flow_block table tr {
    width: 100%;
    display: block;
  }
  #contents .flow_block table td {
    padding: 15px 3% 22px;
    width: 100%;
    display: block;
  }
  #contents .flow_block table td a {
    width: auto;
    display: inline-block;
    text-decoration: underline;
  }
  #contents .flow_block table td a:hover {
    text-decoration: none;
  }
  #contents .conts_flow .flow_block table td .red {
    color: #f7131e;
  }
  #contents .conts_flow .flow_block table td li {
    text-indent: -1em;
    padding-left: 1em;
  }
  .apply_box *, .apply_box *:before, .apply_box *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .apply_box {
    position: relative;
  }
  .apply_box label {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 140px;
    cursor: pointer;
    text-align: center;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
  }
  .apply_box input:checked + label {
    background: inherit;
  }
  .apply_box label:after {
    line-height: 2.5rem;
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 16rem;
    content: '';
    transform: translate(-50%, 0);
    letter-spacing: 0.05em;
    color: #ffffff;
    border-radius: 20px;
    background-color: #807570;
  }
  .apply_box input {
    display: none;
  }
  .flow_block label span {
    display: inline-block;
    width: 90%;
    font-weight: bold;
    color: #fff;
    border-radius: 100px;
    border: 2px solid #f24d04;
    padding: 15px 0 11px;
    background-color: #f24d04;
    background-image: url("../img/icon_19_open.png");
    background-repeat: no-repeat;
    background-position: right 33px center;
    background-size: 22px;
    transition-duration: .3s;
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    margin: auto;
  }
  .apply_box input:checked + label span {
    background-image: url("../img/icon_19_close.png");
  }
  .flow_block label span:hover {
    background-color: #fff;
    color: #f24d04;
    background-image: url("../img/icon_19_open_on.png");
  }
  .apply_box input:checked + label span:hover {
    background-image: url("../img/icon_19_close_on.png");
  }
  .apply_box .table_wrapper {
    overflow: hidden;
    height: 250px;
    transition: all 0.5s;
    width: 94%;
    margin: 0 auto;
  }
  .apply_box input:checked ~ .table_wrapper {
    height: auto;
    padding-bottom: 41px;
    width: 94%;
    margin: 0 auto;
  }
  /*レビュー*/
  #review {
    background: #2165c1;
    color: #ffffff;
    background-image: url(../img/review_background_01.png);
    padding: 50px 0 65px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  #review .review_title {
    width: 78%;
    margin: 0 auto 26px;
  }
  #review .review_box {
    padding: 50px 0 50px;
  }
  #review .review_box:first-of-type {
    padding-top: 0;
  }
  #review .review_box:last-of-type {
    padding-bottom: 0;
  }
  #review .box_02 {
    background-color: #0f98bf;
    background-image: url(../img/review_background_02.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  #review .box_03 {
    background-image: url(../img/review_background_03.png);
    padding-top: 40px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  #review .box_04 {
    background-color: #0f98bf;
    background-image: url(../img/review_background_04.png);
    padding-top: 40px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  #review .box_05 {
    background-image: url(../img/review_background_05.png);
    padding-top: 40px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  #review .box_speech {
    padding: 0 5%;
    max-width: 205px;
    width: 60%;
    margin: 0 auto 8px;
  }
  #review .box_02 .box_speech, #review .box_05 .box_speech {
    width: 70%;
    max-width: 255px;
  }
  #review .box_title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    padding: 0 5%;
    margin-bottom: 2px;
  }
  #review .box_title .logo img {
    height: 36px;
    width: auto;
    margin: 4px auto;
  }
  #review .box_text {
    margin-bottom: 20px;
    padding: 0 5%;
  }
  #review .link_block {
    text-align: center;
    max-width: 320px;
    margin: 0 auto;
  }
  #review .link {
    font-weight: 600;
    letter-spacing: 0.1em;
    position: relative;
    padding-right: 20px;
    background-image: url(../img/arrow_small.png);
    background-repeat: no-repeat;
    background-position: right 26px center;
    background-size: 8px;
  }
  #review .link:first-of-type {
    margin-bottom: 11px;
  }
  #review .review_btn {
    color: #fff;
    max-width: 320px;
    width: 90%;
    margin: 25px auto 0;
  }
  /* swiper */
  #review .swiper-container {
    margin-bottom: 30px;
  }
  #review .swiper-slide {
    width: 100%;
    padding: 5%;
    box-sizing: border-box;
    background: #ffffff;
    border: solid 5px #0e3c88;
    border-radius: 30px;
  }
  #review .slide_img {
    margin-bottom: 10px;
  }
  #review .slide_img {
    width: 100%;
    height: 260px;
  }
  #review .slide_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #review .swiper-button-prev {
    width: 50px;
    height: 50px;
    background-image: url(../img/arrow_left.png);
    background-size: contain;
    right: auto;
    left: 10px;
  }
  #review .swiper-button-next {
    width: 50px;
    height: 50px;
    background-image: url(../img/arrow_right.png);
    background-size: contain;
    right: 10px;
    left: auto;
  }
  #review .slide_title {
    font-size: 18px;
    color: #2165c1;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 10px;
    letter-spacing: .05em;
  }
  #review .box_02 .slide_title, #review .box_04 .slide_title {
    color: #0b90b6;
  }
  #review .slide_text {
    color: #040000;
    margin-bottom: 20px;
    line-height: 1.67;
    letter-spacing: .05em;
  }
  #review .slide_visit, #review .slide_post {
    font-size: 13px;
    color: #000;
    font-weight: 600;
    margin-bottom: 6px;
  }
  #review .slide_visit:before {
    content: '';
    display: inline-block;
    width: 12.5px;
    height: 12.5px;
    background-image: url(../img/icon_watch.png);
    background-size: contain;
    vertical-align: middle;
    margin-right: 5px;
  }
  #review .slide_post:before {
    content: '';
    display: inline-block;
    width: 12.5px;
    height: 12.5px;
    background-image: url(../img/icon_pencil.png);
    background-size: contain;
    vertical-align: middle;
    margin-right: 5px;
  }
  #review .slide_link {
    color: #2165c1;
    text-decoration: underline;
    text-align: center;
    font-size: 13px;
  }
  #review .box_02 .slide_link, #review .box_04 .slide_link {
    color: #0f98bf;
  }
  /* ポイント */
  #contents .conts_point {
    background-color: #ddedf6;
    background-image: url(../img/flow_background.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 44px 0 60px;
  }
  #contents .point_title {
    width: 72%;
    margin: 0 auto;
    margin-bottom: 37px;
  }
  #contents .point_title {
    width: 72%;
    margin: 0 auto;
    margin-bottom: 37px;
  }
  #contents .point_movie {
    padding: 39px 5% 32px;
    background: #2165c1;
    border-radius: 30px 30px 0px 0px / 30px 30px 30px 40px;
    position: relative;
    margin: 0 4%;
  }
  #contents .point_movie_title {
    width: 145px;
    margin: -57px auto 17px;
  }
  #contents .conts_point .movie_box {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    margin: 0 auto 60px;
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.2);
    position: relative;
  }
  #contents .conts_point .movie_box iframe {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }
  #contents .conts_tax {
    background-color: #fffff1;
    background-image: url("../img/tax_bg.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    padding: 44px 0 60px;
  }
  #contents .conts_tax .title_wrap {
    margin-bottom: 32px;
  }
  #contents .conts_tax .title_wrap h2 {
    margin: 0 auto 30px;
    width: 90%;
  }
  #contents .conts_tax .title_wrap .period_text {
    display: block;
    margin: 0 auto;
  }
  #contents .conts_tax .course_img {
    margin: 0 auto 28px;
    max-width: 410px;
  }
  #contents .conts_tax .btn {
    color: #fff;
    max-width: 320px;
    width: 90%;
    margin: 0 auto 47px;
  }
  #contents .conts_tax .course_wrap .course_list {
    margin-bottom: 40px;
  }
  #contents .conts_tax .course_wrap .course_list li {
    width: 85%;
    margin: 0 auto 20px;
  }
  #contents .conts_tax .course_wrap .course_list li:last-of-type {
    margin-bottom: 0;
  }
  #contents .conts_tax .course_wrap .ozepon_block h3 {
    width: 60%;
    max-width: 320px;
    margin: 0 auto;
  }
  #contents .conts_tax .course_wrap .ozepon_block .text_wrap {
    background-color: #fff;
    border-radius: 20px;
    border: 4px solid #2165c1;
    background-image: url("../img/shape_01.png"), url("../img/shape_02.png");
    background-size: 380px, 305px;
    background-repeat: no-repeat;
    background-position: right -180px top -70px, left -130px bottom -124px;
    padding: 50px 5% 40px;
    margin: -25px auto 30px;
  }
  #contents .conts_tax .course_wrap .ozepon_block .text_wrap .text {
    font-size: 17px;
    line-height: 1.8;
  }
  #contents .conts_tax .course_wrap .ozepon_block .text_wrap .caution {
    display: block;
    font-size: 15px;
    margin-top: 5px;
  }
  #contents .point_reason {
    background: #fff;
    width: 92%;
    margin: -40px auto 0px;
    padding: 44px 0 37px;
    position: relative;
  }
  #contents .point_reason_box {
    padding: 0 5%;
    margin-bottom: 44px;
    position: relative;
  }
  #contents .point_reason_image {
    margin-bottom: 10px;
  }
  #contents .point_reason_box:last-of-type {
    margin-bottom: 0;
  }
  #contents .point_reason_number {
    position: absolute;
    width: 85px;
    height: auto;
    left: 4px;
    top: -27px;
  }
  #contents .point_reason_number2 {
    transform: rotate(-21deg);
  }
  #contents .point_reason_title {
    max-width: 417px;
    color: #2165c1;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 6px;
  }
  /*アクセス*/
  #conts_access {
    padding: 44px 0 60px;
    background-color: #2165c1;
    background-image: url("../img/access_bg.png"), url("../img/access_bg_02.png");
    background-repeat: no-repeat;
    background-position: center top, center bottom;
    background-size: 100%;
  }
  #conts_access h2 {
    width: 100%;
    margin: 0 auto 36px;
  }
  #conts_access .bg_wh {
    background-color: #fff;
    padding: 36px 5% 40px;
    margin-bottom: 20px;
  }
  #conts_access .bus_area {
    margin-bottom: 30px;
  }
  #conts_access .bus_area h3 {
    width: 100%;
    margin: 0 auto 26px;
  }
  #conts_access .bus_area .wrapper {
    position: relative;
    margin-bottom: 35px;
  }
  #conts_access .bus_area .text_box {
    margin: 0 auto 18px;
  }
  #conts_access .bus_area .text {
    width: 86%;
    margin: 0 auto 18px;
  }
  #conts_access .bus_area .period {
    width: 94%;
    margin: 0 auto;
  }
  #conts_access .bus_area .img {
    width: 80%;
    margin: 0 auto;
  }
  #conts_access .bus_area .fukidashi {
    width: 80%;
    margin: 0 auto 10px;
  }
  #conts_access .bus_area .btn {
    color: #fff;
    max-width: 320px;
    width: 90%;
    margin: 0 auto;
  }
  #conts_access .bottom_area {
    width: 90%;
    margin: 0 auto;
  }
  #conts_access .bottom_area .box:not(:last-of-type) {
    margin-bottom: 24px;
  }
  #conts_access .bottom_area .block {
    margin-bottom: 14px;
  }
  #conts_access .bottom_area .text {
    font-size: 16px;
    line-height: 1.53;
  }
  #conts_access .btn_link span {
    top: 18px;
    right: 11px;
  }
  #conts_access .snowliner_wrap {
    position: relative;
    background-color: #209dbe;
  }
  #conts_access .snowliner_wrap .img_wrap {
    padding-bottom: 40px;
  }
  #conts_access .snowliner_wrap .img_wrap .detail_wrap {
    background-color: #fff;
    padding: 20px 2% 30px;
    z-index: 2;
    position: relative;
    margin: 0 auto 0;
    width: 90%;
  }
  #conts_access .snowliner_wrap .img_wrap .detail_wrap .img_box {
    margin-bottom: 30px;
  }
  #conts_access .snowliner_wrap .img_wrap .detail_wrap .left_img {
    margin-bottom: 16px;
  }
  #conts_access .snowliner_wrap .fukidashi {
    width: 80%;
    margin: 0 auto 10px;
  }
  #conts_access .snowliner_wrap .btn {
    color: #fff;
    max-width: 320px;
    width: 90%;
    margin: 0 auto;
  }
  /*道の駅*/
  #conts_michinoeki {
    padding: 63px 0 78px;
    background-image: url("../img/michinoeki_bg_01.jpg");
    background-repeat: repeat;
    background-position: left top;
    background-size: 36px;
  }
  #conts_michinoeki .auto {
    position: relative;
  }
  #conts_michinoeki .picture_list {
    width: 100%;
  }
  #conts_michinoeki .picture_list li {
    position: absolute;
    width: 38%;
  }
  #conts_michinoeki .picture_list .img_01 {
    left: -10%;
    top: -34%;
  }
  #conts_michinoeki .picture_list .img_02 {
    right: -10%;
    top: -20%;
  }
  #conts_michinoeki .picture_list .img_03 {
    left: 0%;
    bottom: -29%;
    z-index: 2;
  }
  #conts_michinoeki .picture_list .img_04 {
    right: 0;
    bottom: -28%;
    z-index: 2;
  }
  #conts_michinoeki h2 {
    width: 77%;
    margin: 0 auto 22px;
  }
  #conts_michinoeki .text {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 24px;
  }
  #conts_michinoeki .btn {
    color: #fff;
    max-width: 320px;
    width: 90%;
    margin: 0 auto 20px;
  }
  #contents .btn_link span {
    top: 18px;
    right: 15px;
  }
  /*温泉*/
  #conts_onsen {
    background-color: #fffff1;
    background-image: url(../img/onsen_bg_01_sp.png), url(../img/onsen_bg_02_sp.png);
    background-position: center top, center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 60px 0 73px;
  }
  #conts_onsen h2 {
    width: 83%;
    margin: 0 auto 49px;
  }
  #conts_onsen .onsen_list li {
    position: relative;
    background-color: #fff;
    border: 5px solid #2165c1;
    border-radius: 15px;
    align-items: center;
    margin-bottom: 42px;
  }
  #conts_onsen .onsen_list li:nth-of-type(2n) {
    justify-content: space-between;
  }
  #conts_onsen .onsen_list li:last-of-type {
    margin-bottom: 0;
  }
  #conts_onsen .onsen_list .number {
    width: 31%;
    position: absolute;
    top: -35px;
    right: -12px;
  }
  #conts_onsen .onsen_list li:nth-of-type(2n) .number {
    left: -12px;
  }
  #conts_onsen .onsen_list .img {
    width: 100%;
  }
  #conts_onsen .onsen_list .img img {
    border-radius: 10px 10px 0 0;
  }
  #conts_onsen .onsen_list .text_block {
    width: 90%;
    margin: 0 auto;
    padding: 28px 0 42px;
  }
  #conts_onsen .onsen_list .text_block .text {
    margin-bottom: 17px;
  }
  #conts_onsen .onsen_list .text_block .btn_link {
    width: 100%;
    color: #fff;
    font-size: 16px;
    position: relative;
    padding: 7px 0 5px;
    margin: 0;
  }
  #conts_onsen .onsen_list .text_block .btn_link span {
    right: 20px;
    top: 14px;
  }
  /*宿泊*/
  #conts_syukuhaku {
    background-color: #3472c4;
    background-image: url(../img/syukuhaku_background_01_sp.png), url(../img/syukuhaku_background_02_sp.png);
    background-position: center top, center bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 100%, 100%;
    padding: 56px 0 48px;
  }
  #conts_syukuhaku h2 {
    width: 67%;
    margin: 0 auto 17px;
  }
  #conts_syukuhaku .tel-link {
    width: 100%;
    margin: 0 auto 26px;
  }
  #conts_syukuhaku .banner_list li:not(:last-of-type) {
    margin-bottom: 12px;
  }
  #conts_syukuhaku .banner_list li a {
    border-radius: 16px;
    overflow: hidden;
    background-color: #fff;
  }
}