@charset "UTF-8";
@media screen and (min-width: 641px) {
  /*=========================
▼▼共通▼▼
===========================*/
  #contents {
    width: 100%;
    min-width: 1080px;
    overflow: hidden;
    float: left;
    clear: both;
    font-size: 18px;
    line-height: 2.06;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    position: relative;
    background-color: #fff;
    font-feature-settings: "palt"1;
  }
  #contents * {
    box-sizing: border-box;
  }
  #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;
  }
  a:hover img {
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #contents ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #contents .auto {
    width: 1080px;
    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;
    position: relative;
  }
  #contents .pc_none {
    display: none !important;
  }
  #contents a.btn_link {
    width: 100%;
    background: #f24d04;
    text-align: center;
    font-weight: 600;
    color: #fff;
    border: 2px solid #f24d04;
    box-shadow: 0 4px 0 #9c3a05;
    cursor: pointer;
    background-image: url(../img/arrow_small.png);
    background-repeat: no-repeat;
    background-position: right 26px center;
    background-size: 8px;
    padding: 10px 50px 8px;
    border-radius: 100px;
    font-size: 22px;
    transition-duration: .3s;
  }
  #contents a.btn_link:hover {
    background-color: #fff;
    color: #f24d04;
    background-image: url(../img/arrow_small_red.png);
  }
  #contents .btn_link {
    letter-spacing: 0.1em;
    position: relative;
  }
  #contents .inner {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
  }
  /*=========================
▲▲共通▲▲
===========================*/
  /* トップ */
  #contents .top_image {
    margin: 0;
  }
  #contents .top_measures {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding: 15px 0;
  }
  #contents .top_content {
    background: #2165c1;
    color: #fff;
    font-weight: 600;
    padding: 13px 0 12px;
    width: 100%;
    float: left;
    clear: both;
    text-align: center;
  }
  #contents .top_content ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 0;
    line-height: 0;
  }
  #contents .top_content ul li {
    width: calc(100% / 4);
    min-height: 102px;
    border-bottom: 2px solid #dbdbdb;
  }
  #contents .top_content ul .bb_none {
    border-bottom: none;
  }
  #contents .top_content ul .wide {
    width: 300px;
  }
  #contents .top_content ul li.mini {
    width: calc(100% / 5);
  }
  #contents .top_content ul li a {
    letter-spacing: 0.15em;
    width: 100%;
    min-height: calc(100% - 31px);
    display: flex;
    align-items: center;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 1.5;
    transition-duration: .3s;
    background-position: right 12px;
    background-size: 4px;
    padding: 10px 20px 20px;
    margin: 14px 0 17px;
    border-right: 1px solid #fff;
    position: relative;
  }
  #contents .top_content ul li a::before {
    content: "";
    display: block;
    width: 16px;
    height: 11px;
    background-image: url(../img/arrow_under.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
    transition-duration: .3s;
  }
  #contents .top_content ul li a:hover::before {
    bottom: -2px;
  }
  #contents .top_content ul li .br_none {
    border-right: none;
  }
  #contents .top_content ul li.mini a {
    min-height: 109px;
    font-size: 16px;
    line-height: 23px;
    padding: 27px 0 26px;
  }
  #contents .top_content ul li a .inner {
    display: table-cell;
    vertical-align: middle;
  }
  #contents .top_content ul li.bg_none a {
    background: none;
  }
  #contents .top_content ul li a .small {
    font-size: 15px;
    font-weight: bold;
  }
  /* フロー */
  #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-top: 82px;
  }
  #contents .flow_title {
    max-width: 256px;
    width: 100%;
    margin: 0 auto 25px;
  }
  #contents .flow_text {
    font-size: 18px;
    text-align: center;
    margin-bottom: 50px;
    letter-spacing: 0.08em;
  }
  #contents .flow_banner {
    max-width: 930px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 25px;
  }
  #contents .flow_block {
    width: 100%;
    padding: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    margin-bottom: 95px;
  }
  #contents .flow_block .step_list {
    width: 100%;
    font-size: 0;
    line-height: 0;
    text-align: center;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 70px;
  }
  #contents .flow_block .step_list li {
    display: inline-block;
    vertical-align: top;
    width: 215px;
    font-size: 15px;
    line-height: 24px;
    margin: 0 31px 0 0;
    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:nth-of-type(4n) {
    margin-right: 0;
  }
  #contents .flow_block .step_list li::after {
    content: "";
    display: block;
    width: 100%;
    height: 55px;
    background-image: url("../img/arrow_yellow.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    left: 124px;
    top: 50%;
    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 10px;
  }
  #contents .flow_block table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 60px;
  }
  #contents .flow_block table th {
    width: 220px;
    background-color: #2165c1;
    font-size: 18px;
    padding: 17px 20px 16px;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    border: 4px solid #2165c1;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
    vertical-align: top;
  }
  #contents .flow_block table tr:first-of-type th {
    border-top: 4px solid #2165c1;
  }
  #contents .flow_block table tr:last-of-type th {
    border-bottom: 4px solid #2165c1;
  }
  #contents .flow_block table td {
    border: 4px solid #2165c1;
    padding: 18px 40px 18px 26px;
  }
  #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: 532px;
    font-size: 20px;
    line-height: 1.4;
    font-weight: bold;
    color: #fff;
    border-radius: 100px;
    border: 2px solid #f24d04;
    padding: 25px 0 24px;
    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: 300px;
    transition: all 0.5s;
  }
  .apply_box input:checked ~ .table_wrapper {
    height: auto;
    padding-bottom: 80px;
    transition: all 0.5s;
  }
  /* レビュー */
  #review {
    background: #2165c1;
    color: #ffffff;
    background-image: url(../img/review_background_01.png);
    padding-top: 100px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  #review .review_title {
    margin: 0 auto 58px;
    width: 454px;
  }
  #review .review_box {
    padding-bottom: 100px;
  }
  #review .box_02 {
    background-color: #0f98bf;
    background-image: url(../img/review_background_02.png);
    padding-top: 100px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  #review .box_03 {
    background-image: url(../img/review_background_03.png);
    padding-top: 100px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  #review .box_04 {
    background-color: #0f98bf;
    background-image: url(../img/review_background_04.png);
    padding-top: 100px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  #review .box_05 {
    background-image: url(../img/review_background_05.png);
    padding-top: 100px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  #contents .box_speech {
    width: auto;
    height: 56px;
  }
  #contents .box_speech img {
    margin: 0 auto;
    width: auto;
    height: 100%;
  }
  #contents .box_title {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
  }
  #contents .box_title .logo img {
    height: 51px;
    width: auto;
    display: inline;
    position: relative;
    top: 9px;
    right: 15px;
  }
  #contents .box_text {
    font-size: 17px;
    line-height: 1.8;
    text-align: center;
    padding-bottom: 43.5px;
  }
  #contents .link_block {
    display: flex;
    font-size: 22px;
    justify-content: center;
    align-items: center;
  }
  #contents .link {
    margin-left: 96px;
    font-weight: 600;
    letter-spacing: 0.1em;
    position: relative;
  }
  #contents .link a {
    padding-right: 27px;
    background-image: url(../img/arrow_small.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 8px;
  }
  #review .link:first-of-type {
    margin-left: 0;
  }
  #review .review_btn {
    color: #fff;
    display: inline-block;
    max-width: 380px;
    width: 100%;
  }
  /* swiper */
  #review .swiper-container {
    margin-bottom: 50px;
  }
  #review .swiper-slide {
    width: 335px;
    padding: 25px;
    background: #ffffff;
    border: solid 5px #0e3c88;
    border-radius: 30px;
    margin: 0 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 {
    background-image: url(../img/arrow_left.png);
    background-size: contain;
    width: 58px;
    height: 58px;
    right: auto;
    left: 180px;
  }
  #review .swiper-button-next {
    background-image: url(../img/arrow_right.png);
    background-size: contain;
    width: 58px;
    height: 58px;
    right: 180px;
    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: #0f98bf;
  }
  #review .slide_text {
    font-size: 15px;
    color: #040000;
    margin-bottom: 30px;
    line-height: 1.67;
    letter-spacing: .05em;
  }
  #review .slide_visit {
    font-size: 11px;
    color: #000;
    font-weight: 600;
  }
  #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 {
    font-size: 11px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 600;
  }
  #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 a {
    font-size: 12px;
    font-weight: 600;
    color: #2165c1;
    text-align: center;
    text-decoration: revert;
  }
  #review .box_02 .slide_link a, #review .box_04 .slide_link a {
    color: #0f98bf;
  }
  #review .btn_link {
    margin-left: 90px;
  }
  /* ポイント */
  #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-top: 82px;
  }
  #contents .point_title {
    width: 414px;
    margin: 0 auto;
    margin-bottom: 42px;
  }
  #contents .point_movie {
    padding: 58px 93px 1px;
    background: #2165c1;
    border-radius: 30px 30px 0px 0px / 30px 30px 30px 40px;
    position: relative;
  }
  #contents .point_movie_title {
    position: absolute;
    top: -18px;
    right: 40%;
    width: 200px;
    height: 50px;
  }
  #contents .conts_point .movie_box {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    margin: 0 auto 130px;
    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: cover;
    background-repeat: no-repeat;
    background-position: center top;
    padding: 92px 0 96px;
  }
  #contents .conts_tax .title_wrap {
    margin-bottom: 32px;
  }
  #contents .conts_tax .title_wrap h2 {
    width: 464px;
    margin: 0 auto 60px;
  }
  #contents .conts_tax .title_wrap .period_text {
    width: 656px;
    margin: 0 auto;
    display: block;
  }
  #contents .conts_tax .course_img {
    width: 595px;
    margin: 0 auto 50px;
  }
  #contents .conts_tax .btn {
    width: 372px;
    margin: 0 auto 73px;
  }
  #contents .conts_tax .course_wrap .course_list {
    margin-bottom: 45px;
    display: flex;
    flex-wrap: wrap;
  }
  #contents .conts_tax .course_wrap .course_list li {
    width: 342px;
    margin-right: 27px;
  }
  #contents .conts_tax .course_wrap .course_list li:last-of-type {
    margin-right: 0;
  }
  #contents .conts_tax .course_wrap .ozepon_block h3 {
    width: 342px;
    margin: 0 auto;
  }
  #contents .conts_tax .course_wrap .ozepon_block .text_wrap {
    width: 900px;
    background-color: #fff;
    border-radius: 30px;
    border: 5px 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 -160px top -47px, left -115px bottom -98px;
    padding: 64px 120px 45px;
    margin: -41px 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;
    padding: 75px 88px 42px;
    margin: -78px 0 95px;
    z-index: 2;
    margin-top: -78px;
    position: relative;
  }
  #contents .point_reason_box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 31px;
  }
  #contents .point_reason_box .point_reason_image {
    position: relative;
  }
  #contents .point_reason_box:nth-child(2n) {
    flex-direction: row-reverse;
  }
  #contents .point_reason_box:nth-child(2n) .point_body {
    margin-right: 55px;
  }
  #contents .point_reason_box:nth-child(odd) .point_reason_image {
    margin-right: 50px;
    position: relative;
  }
  #contents .point_reason_image .img {
    width: 425px;
  }
  #contents .point_reason_number {
    position: absolute;
    width: 158px;
    height: auto;
    left: -40px;
    top: -40px;
  }
  #contents .point_reason_number2 {
    position: absolute;
    width: 158px;
    height: auto;
    left: 300px;
    top: -40px;
  }
  #contents .point_reason_title {
    max-width: 417px;
    color: #2165c1;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 23px;
  }
  #contents .point_reason_text {
    width: 417px;
  }
  /*アクセス*/
  #conts_access {
    padding: 93px 0 95px;
    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: 569px;
    margin: 0 auto 36px;
  }
  #conts_access .bg_wh {
    background-color: #fff;
    padding: 57px 72px 58px;
    margin-bottom: 68px;
  }
  #conts_access .bus_area {
    margin-bottom: 60px;
  }
  #conts_access .bus_area h3 {
    width: 782px;
    margin: 0 auto 51px;
  }
  #conts_access .bus_area .wrapper {
    width: 570px;
    position: relative;
    margin-bottom: 35px;
  }
  #conts_access .bus_area .text {
    width: 409px;
    margin: 0 auto 32px;
  }
  #conts_access .bus_area .img {
    width: 389px;
    position: absolute;
    top: -30px;
    right: -368px;
  }
  #conts_access .bus_area .fukidashi {
    width: 368px;
    margin: 0 auto 15px;
  }
  #conts_access .bus_area .btn {
    width: 389px;
    margin: 0 auto;
  }
  #conts_access .bottom_area {
    width: 907px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  #conts_access .bottom_area .box {
    width: 438px;
    text-align: center;
  }
  #conts_access .bottom_area .block {
    margin-bottom: 17px;
  }
  #conts_access .bottom_area .text {
    font-size: 16px;
    line-height: 1.53;
  }
  #conts_access .snowliner_wrap {
    position: relative;
    background-color: #209dbe;
  }
  #conts_access .snowliner_wrap .img_wrap {
    padding-bottom: 26px;
  }
  #conts_access .snowliner_wrap .img_wrap .detail_wrap {
    background-color: #fff;
    width: 1028px;
    padding: 42px 40px 40px;
    z-index: 2;
    position: relative;
    margin: -20px auto 0;
  }
  #conts_access .snowliner_wrap .img_wrap .detail_wrap .img_box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  #conts_access .snowliner_wrap .img_wrap .detail_wrap .left_img {
    width: 459px;
  }
  #conts_access .snowliner_wrap .img_wrap .detail_wrap .right_img {
    width: 459px;
  }
  #conts_access .snowliner_wrap .fukidashi {
    width: 292px;
    margin: 0px auto 15px;
    z-index: 3;
    position: relative;
  }
  #conts_access .snowliner_wrap .btn {
    width: 389px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
  }
  /*道の駅*/
  #conts_michinoeki {
    padding: 94px 0 95px;
    background-image: url("../img/michinoeki_bg_01.jpg");
    background-repeat: repeat;
    background-position: left top;
    background-size: 58px;
    text-align: center;
  }
  #conts_michinoeki .auto {
    position: relative;
  }
  #conts_michinoeki .picture_list li {
    position: absolute;
    width: 266px;
  }
  #conts_michinoeki .picture_list .img_01 {
    left: -90px;
    top: 10px;
  }
  #conts_michinoeki .picture_list .img_02 {
    right: -80px;
    top: 12px;
  }
  #conts_michinoeki .picture_list .img_03 {
    left: -152px;
    top: 291px;
  }
  #conts_michinoeki .picture_list .img_04 {
    right: -90px;
    top: 308px;
  }
  #conts_michinoeki h2 {
    width: 655px;
    margin: 0 auto 22px;
  }
  #conts_michinoeki .text {
    font-size: 23px;
    line-height: 1.78;
    letter-spacing: 0.07rem;
    margin-bottom: 34px;
  }
  #conts_michinoeki .btn {
    width: 389px;
    margin: 0 auto;
  }
  /*温泉*/
  #conts_onsen {
    background-color: #fffff1;
    background-image: url(../img/onsen_bg.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 94px 0 95px;
  }
  #conts_onsen h2 {
    width: 509px;
    margin: 0 auto 49px;
  }
  #conts_onsen .onsen_list li {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    background-color: #fff;
    border: 5px solid #2165c1;
    border-radius: 15px;
    align-items: center;
    margin-bottom: 93px;
  }
  #conts_onsen .onsen_list li:nth-of-type(2n) {
    justify-content: space-between;
  }
  #conts_onsen .onsen_list li:nth-of-type(2n) .img {
    order: 2;
  }
  #conts_onsen .onsen_list li:last-of-type {
    margin-bottom: 0;
  }
  #conts_onsen .onsen_list .number {
    width: 152px;
    position: absolute;
    top: -72px;
    right: -25px;
  }
  #conts_onsen .onsen_list li:nth-of-type(2n) .number {
    left: -25px;
  }
  #conts_onsen .onsen_list .img {
    width: 492px;
  }
  #conts_onsen .onsen_list .img img {
    border-radius: 10px 0 0 10px;
  }
  #conts_onsen .onsen_list li:nth-of-type(2n) .img img {
    border-radius: 0 10px 10px 0;
  }
  #conts_onsen .onsen_list .text_block {
    width: 448px;
    margin: 25px 0 0 80px;
  }
  #conts_onsen .onsen_list .text_block .text {
    font-size: 17px;
    line-height: 1.9;
    margin-bottom: 16px;
  }
  #conts_onsen .onsen_list .text_block .btn_link {
    width: 292px;
    font-size: 18px;
    position: relative;
    padding: 6px 0 4px;
  }
  #conts_onsen .onsen_list .text_block .btn_link span {
    width: 8px;
    top: 18px;
    right: 25px;
  }
  /*宿泊*/
  #conts_syukuhaku {
    background-color: #3472c4;
    background-image: url(../img/syukuhaku_background_01.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 96px 0 56px;
  }
  #conts_syukuhaku h2 {
    width: 539px;
    margin: 0 auto 28px;
  }
  #conts_syukuhaku .tel-link {
    width: 576px;
    margin: 0 auto 37px;
  }
  #conts_syukuhaku .banner_list {
    display: -ms-flexbox;
    display: flex;
    width: 974px;
    margin: 0 auto;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #conts_syukuhaku .banner_list li {
    width: 470px;
    margin-bottom: 34px;
  }
  #conts_syukuhaku .banner_list li a {
    border-radius: 20px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0.6px 0.8px 10px 0 rgba(4, 0, 0, 0.12);
  }
}