@charset "UTF-8";
/*===============================================
●sp.css  画面の横幅が769pxまで（iPhone6 横向きまで）
===============================================*/
@media screen and (max-width:769px) {
  html {
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
  }
  img, a {
    width: 100%;
    display: block;
  }
  table {
    width: 100%;
  }
  html, body {
    width: 100%;
    height: 100%;
    font-size: 62.5%;
  }
  body {
    width: 100%;
    height: 100%;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.5rem;
    line-height: 1.8;
    color: #000000;
    text-align: left;
  }
  /*=========================
▼▼共通▼▼
===========================*/
  .sp_none {
    display: none;
  }
  .auto {
    width: 100%;
    margin: 0 auto;
    padding: 0 16px;
  }
  .font_acme {
    font-family: 'Acme', sans-serif;
    font-weight: 400;
  }
  section {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
  }
  h3 {
    font-size: 2.7rem;
    line-height: 1.3;
    font-weight: 600;
    color: #00a1dd;
    text-align: center;
  }
  #contents .btn {
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: 600;
    color: #fff;
    padding: 19px 0 18px;
    border: 2px solid #c75946;
    border-radius: 6px;
    background-color: #c75946;
    background-image: url("../img/arrow_03.png");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 7px;
    transition-duration: .3s;
    text-align: center;
  }
  #contents .btn:hover {
    color: #c75946;
    background-color: #fff;
    background-image: url("../img/arrow_03_on.png");
  }
  /*=========================
▲▲共通▲▲
===========================*/
  #container {
    width: 100%;
    clear: both;
    float: left;
  }
  #header {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 4%;
    padding-right: 4%;
  }
  header {
    height: 72px;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 9;
  }
  header h1 {
    width: 160px;
    margin: 20px auto auto 20px;
  }
  #main_visual {
    width: 100%;
    clear: both;
    float: left;
    margin-bottom: 50px;
    background-color: #fff;
  }
  #main_visual .bg_area {
    width: 100%;
    height: 137vw;
    margin-top: -79px;
    display: -ms-flexbox;
    display: flex;
    background-image: url("../img/main_img.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  #main_visual h2 {
    margin-top: 29vw;
  }
  #main_visual .select_btn {
    width: 90%;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 50px;
    margin: 0 auto;
    display: none;
  }
  #main_visual .select_btn li {
    width: 31%;
    font-size: 1.9rem;
    line-height: 1.1;
    padding: 13px 0 8px;
    color: #a9a9a9;
    background-color: #e0e0e0;
  }
  #main_visual .select_btn li.active {
    color: #fff;
    background-color: #00a1dd;
    border: 3px solid #0082b2;
  }
  #main_visual .select_btn li.active {
    color: #fff;
    background-color: #00a1dd;
    border: 3px solid #0082b2;
  }
  #conts_slide {
    text-align: center;
    padding-bottom: 34px;
  }
  #conts_slide h3 {
    font-size: 3.8rem;
    margin-bottom: 10px;
  }
  #conts_slide .read {
    margin: 0 5% 3px;
    text-align: left;
  }
  #conts_slide .slick_slide {}
  #conts_slide .slick-slider .slick-track {}
  #conts_slide .slick-slider .slick-track li {
    position: relative;
    padding: 25px 2.8vw 12vw;
    outline: none;
  }
  #conts_slide .slick-slider .slick-track li img {
    box-shadow: 1px 1px 18px 10px rgba(0, 0, 0, 0.06);
  }
  #conts_slide .slick-slider .slick_prev, #conts_slide .slick-slider .slick_next {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    background-image: url("../img/arrow_01_l.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 23px;
    box-shadow: 1px 1px 12px 3px rgba(0, 0, 0, 0.05);
    position: absolute;
    left: 2%;
    top: 54%;
    transform: translateY(-70%);
    z-index: 9;
    cursor: pointer;
  }
  #conts_slide .slick-slider .slick_next {
    background-image: url("../img/arrow_01_r.png");
    left: auto;
    right: 2%;
  }
  #conts_slide .slick-dots li {
    margin: 0 2px;
  }
  #conts_slide .slick-dots li button {
    width: 6px;
    height: 6px;
    background: #e5e5e5;
    border-radius: 50%;
  }
  #conts_slide .slick-dots li.slick-active button {
    background: #00a1dd;
  }
  #conts_slide .slick-dots li button:before {
    content: '';
  }
  #conts_slide .slick-dots li.slick-active button::before {
    width: 16px;
    height: 16px;
    border: 1px solid #00a1dd;
    border-radius: 50%;
    opacity: 1;
    position: absolute;
    left: -3px;
    top: -3px;
  }
  #conts_slide .slick-slider .text {
    position: absolute;
    bottom: 5.6vw;
    right: 1vw;
    display: inline-block;
    font-size: 2.5vw;
    font-weight: 600;
    line-height: 1.2;
    color: #00a1dd;
    text-align: left;
    transform: rotate(-1deg);
  }
  #conts_slide .slick-slider .text span {
    display: block;
    font-size: 8vw;
    color: #00a1dd;
  }
  #conts_movie {
    background-image: url("../img/bg_01.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
  }
  #conts_movie .auto {
    padding: 56px 16px 59px;
    position: relative;
  }
  #conts_movie .bg_text {
    position: absolute;
    bottom: 0;
    left: -5%;
    width: 161%;
  }
  #conts_movie .youtube {
    width: 100%;
    padding-bottom: 56.25%;
    height: 0px;
    position: relative;
  }
  #conts_movie .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #conts_movie .youtube .name {
    font-size: 1.2rem;
    line-height: 0.7;
    color: #fff;
    text-align: left;
    position: absolute;
    right: -1%;
    bottom: -30px;
    pointer-events: none;
    font-weight: bold;
  }
  #conts_movie .youtube .name span {
    font-size: 3.5rem;
    line-height: 0.8;
    color: #fff;
    display: block;
  }
  #inpage_link {
    width: 100%;
    float: left;
    clear: both;
    font-size: 1.4rem;
    line-height: 1.4;
    background-image: url("../img/ptn_01.jpg");
    background-repeat: repeat;
    background-position: center center;
    background-size: 278px;
  }
  #inpage_link ul {
    letter-spacing: -.02em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
  }
  #inpage_link ul li {
    width: 50%;
    height: 74px;
    padding-bottom: 5px;
    border-right: 2px dotted #77c9e7;
    border-bottom: 2px dotted #77c9e7;
  }
  #inpage_link ul li:nth-child(even) {
    border-right: none;
  }
  #inpage_link ul li:nth-last-child(1), #inpage_link ul li:nth-last-child(2) {
    border-bottom: none;
  }
  #inpage_link ul li a {
    height: 100%;
    color: #fff;
    font-weight: 600;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    position: relative;
  }
  #inpage_link ul li a::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("../img/arrow_02.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    position: absolute;
    bottom: 4px;
    left: 0;
    background-size: 12px;
    transition-duration: .3s;
  }
  #inpage_link ul li a:hover::after {
    bottom: 6px;
  }
  #inpage_link ul li a span {
    margin: auto;
  }
  #conts_goto_travel {
    padding: 57px 0 40px;
    background-color: #edf5f7;
  }
  #conts_goto_travel .bg_wrapper {
    width: 100%;
    background-color: #fff;
    padding: 33px 5% 36px;
    border-radius: 6px;
  }
  #conts_goto_travel h3 {
    letter-spacing: -0.1em;
    margin-bottom: 10px;
  }
  #conts_goto_travel h3 .logo {
    width: 186px;
    display: block;
    margin: 0 auto;
  }
  #conts_goto_travel h3 .small {
    color: #00a1dd;
  }
  #conts_goto_travel .read {
    text-align: left;
    margin-bottom: 10px;
  }
  #conts_goto_travel .read span {
    font-size: 12px;
    vertical-align: top;
    padding-top: 3px;
  }
  #conts_goto_travel .caution {
    font-size: 1.0rem;
    line-height: 1.4;
    color: #8f8f8f;
    text-align: right;
    margin-bottom: 30px;
  }
  #conts_goto_travel .caution p {
    margin-bottom: 5px;
    letter-spacing: -.09rem
  }
  #conts_goto_travel .infograph {
    border: 1px solid #e5e4e4;
    margin-bottom: 33px;
  }
  #conts_goto_travel .graph_01 {
    width: 100%;
    margin-bottom: 33px;
  }
  #conts_goto_travel .graph_01 p {
    position: relative;
    vertical-align: middle;
  }
  #conts_goto_travel .graph_01 p:last-of-type::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url("../img/icon_01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: -10%;
    transform: translateX(-50%);
  }
  #conts_goto_travel h4 {
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: -.08em;
    margin-bottom: 10px;
    text-align: center;
  }
  #conts_goto_travel h4 span {
    font-size: 2.8rem;
    line-height: 1;
    color: #00a1dd;
  }
  #conts_goto_travel .graph_02 {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 38px;
  }
  #conts_goto_travel .graph_02 table {
    width: 100%;
    float: right;
    clear: both;
    display: block;
  }
  #conts_goto_travel .graph_02 tbody {
    width: 90%;
    max-width: 350px;
    display: block;
    margin: 0 auto;
  }
  #conts_goto_travel .graph_02 tr {
    width: 11%;
    float: right;
    display: block;
  }
  #conts_goto_travel .graph_02 .graph {
    width: 74%;
    margin: 0 2%;
  }
  #conts_goto_travel .graph_02 td {
    width: 100%;
    display: block;
  }
  #conts_goto_travel .graph_02 .graph td {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
  }
  #conts_goto_travel .graph_02 .graph td:first-child {
    background-color: #0bb4c8;
    height: 200px;
    border-bottom: 10px solid #fff;
  }
  #conts_goto_travel .graph_02 .graph td:nth-child(2) {
    background-color: #00a1dd;
    height: 140px;
    position: relative;
  }
  #conts_goto_travel .graph_02 .graph td:nth-child(2)::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("../img/icon_01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    bottom: -6px;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
  }
  #conts_goto_travel .graph_02 .graph td:nth-child(3) {
    background-color: #50b7d9;
    height: 110px;
  }
  #conts_goto_travel .graph_02 tr:last-of-type td:first-of-type {
    height: 200px;
    display: block;
  }
  #conts_goto_travel .graph_02 .graph td img {
    width: 64%;
    max-width: 120px;
    margin: auto;
  }
  #conts_goto_travel .expenses, #conts_goto_travel .support {
    width: 12%;
    height: 350px;
    padding: 3px 0 3px;
    border-top: 1px dotted #6f6f6f;
    border-bottom: 1px dotted #6f6f6f;
    position: relative;
  }
  #conts_goto_travel .expenses img, #conts_goto_travel .support img {
    position: relative;
    z-index: 9;
    top: 30%;
    left: 10%;
    width: 80%;
  }
  #conts_goto_travel .support {
    height: 250px;
  }
  #conts_goto_travel .expenses::before, #conts_goto_travel .support::before {
    content: "";
    display: block;
    width: 50%;
    height: 350px;
    border-right: 1px dotted #6f6f6f;
    position: absolute;
    top: 0;
    left: 0;
  }
  #conts_goto_travel .support::before {
    height: 250px;
  }
  #conts_goto_travel .detail_text {
    font-size: 1.6rem;
    line-height: 1.3;
    margin-bottom: 17px;
    text-align: center;
  }
  #conts_goto_travel .detail_text p {
    font-weight: 600;
  }
  #conts_goto_travel .detail_text .price {
    font-size: 4rem;
    line-height: 1.3;
    color: #0bb4c8;
  }
  #conts_goto_travel .detail_text .price .small {
    font-size: 2rem;
    font-weight: 600;
  }
  #conts_goto_travel .detail_text .icon {
    width: 20px;
    height: 20px;
    margin: 2px auto 6px;
  }
  #conts_goto_travel .detail_text .coupon {
    width: 168px;
    margin: 0 auto;
  }
  #conts_goto_travel .infograph .caution {
    margin: 0 3% 29px;
  }
  #conts_goto_travel .detail_list {
    margin: 0 auto;
    text-align: left;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 48px;
  }
  #conts_goto_travel .detail_list li {
    margin-bottom: 37px;
  }
  #conts_goto_travel .detail_list li:last-of-type {
    margin-bottom: 0;
  }
  #conts_goto_travel .detail_list .number {
    width: 50px;
    height: 50px;
    padding-top: 12px;
    background-color: #00a1dd;
    border-radius: 50%;
    font-size: 2.9rem;
    line-height: 1;
    color: #fff100;
    text-align: center;
    margin: 0 auto 10px;
  }
  #conts_goto_travel .detail_list .text {
    position: relative;
    font-weight: 600;
    margin-top: 8px;
    font-size: 1.8rem;
  }
  #conts_goto_travel .detail_list .text::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: #00a1dd;
    position: absolute;
    bottom: -8px;
    left: 0;
  }
  #conts_goto_travel .etiquette {
    width: 100%;
    padding: 30px 5% 26px;
    background-color: #f9f6ed;
  }
  #conts_goto_travel .etiquette .text {
    text-align: left;
    margin-bottom: 26px;
  }
  #conts_goto_travel .etiquette .box_wrapper {
    margin: 0 auto;
  }
  #conts_goto_travel .etiquette .box_wrapper .box {
    font-size: 1.3rem;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 22px;
  }
  #conts_goto_travel .etiquette .box_wrapper .box .link_text {
    margin-bottom: 6px;
    line-height: 1.5;
  }
  #conts_coupon {
    padding-bottom: 40px;
    background-color: #edf5f7;
  }
  #conts_coupon .bg_wrapper {
    width: 100%;
    background-color: #fff;
    padding: 33px 5% 36px;
    border-radius: 6px;
  }
  #conts_coupon h3 {
    margin-bottom: 12px;
  }
  #conts_coupon .read {
    margin: 0 auto 26px;
    text-align: left;
  }
  #conts_coupon .box_wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
  #conts_coupon .box_wrapper .box {
    border: 2px solid #00a1dd;
    background-color: #fff;
    position: relative;
    margin-bottom: 20px;
  }
  #conts_coupon .box_wrapper .box:first-of-type::after {
    content: "";
    display: block;
    width: 50px;
    height: 46px;
    background-image: url("../img/arrow_04.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    top: 97%;
    left: 40%;
    transform: translateX(-50%);
    transform: rotate(90deg);
    z-index: 1;
  }
  #conts_coupon .box_wrapper .box .text_box {
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 21px 0px 18px;
    background-color: #00a1dd;
    position: relative;
  }
  #conts_coupon .box_wrapper .box .text {
    font-weight: 600;
    color: #fff;
    text-align: center;
    letter-spacing: -.06em;
  }
  #conts_coupon .box_wrapper .box:first-of-type .text {}
  #conts_coupon .box_wrapper .box .badge {
    width: 68px;
    height: 68px;
    position: absolute;
    left: -29px;
    top: -36px;
    z-index: 1;
  }
  #conts_coupon .detail_text {
    text-align: left;
    margin: 0 auto 25px;
  }
  #conts_coupon .detail_text .caution {
    display: block;
  }
  #conts_coupon .period {
    text-align: left;
    background-color: #f9f6ed;
    padding: 26px 5% 18px;
    margin: 0 auto 28px;
  }
  #conts_coupon .period dt {
    padding: 7px 20px 5px;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #fff;
    border-radius: 100px;
    background-color: #00a1dd;
    margin-bottom: 14px;
  }
  #conts_coupon .period dd {
    display: inline-block;
    line-height: 1.76;
  }
  #conts_coupon .period dd .detail {
    margin-bottom: 6px;
  }
  #conts_coupon .period dd .detail li {
    margin-bottom: 8px;
    line-height: 1.5;
    text-indent: -1em;
    padding-left: 1em;
  }
  #conts_coupon .period dd .caution li {
    font-size: 1.0rem;
    line-height: 1.5;
    color: #8f8f8f;
    margin-bottom: 10px
  }
  #conts_coupon .btn {
    margin: 0 auto;
  }
  #conts_steps {
    padding-bottom: 60px;
    background-color: #edf5f7;
  }
  #conts_steps .bg_wrapper {
    width: 100%;
    background-color: #fff;
    padding: 33px 5% 36px;
    border-radius: 6px;
  }
  #conts_steps h3 {
    font-weight: 600;
    color: #00a1dd;
    margin-bottom: 14px;
  }
  #conts_steps h3 span {
    display: block;
    font-size: 1.6rem;
    font-weight: 600;
    color: #00a1dd;
  }
  #conts_steps .box_wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
  #conts_steps .box_wrapper .box {
    color: #fff;
    padding: 26px 5% 20px;
    position: relative;
  }
  #conts_steps .box_wrapper .box:first-of-type {
    background-color: #00a1dd;
  }
  #conts_steps .box_wrapper .box:nth-of-type(2) {
    background-color: #0b8cd6;
    padding-top: 36px;
  }
  #conts_steps .box_wrapper .box:nth-of-type(3) {
    background-color: #0bb4c8;
    padding-top: 36px;
    padding-bottom: 20px;
  }
  #conts_steps .box_wrapper .box:first-of-type::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("../img/part_01_sp.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    position: absolute;
    left: 0%;
    bottom: -53%;
    z-index: 1;
  }
  #conts_steps .box_wrapper .box:nth-of-type(2)::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("../img/part_02_sp.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    position: absolute;
    left: 0%;
    bottom: -53%;
    z-index: 1;
  }
  #conts_steps .box_wrapper .box .number {
    font-size: 2.2rem;
    line-height: 1.3;
    margin-bottom: 18px;
    text-align: center;
  }
  #conts_steps .box_wrapper .box .number .big {
    font-size: 3.6rem;
    line-height: 1;
    display: inline-block;
    margin-left: 5px;
  }
  #conts_steps .box_wrapper .box .icon {
    width: auto;
    height: 24vw;
    margin: 0 auto 17px;
  }
  #conts_steps .box_wrapper .box .icon img {
    width: auto;
    height: 100%;
    margin: 0 auto;
  }
  #conts_steps .box_wrapper .box .text {
    margin: 0 auto;
    line-height: 1.7;
    text-align: left;
  }
  #conts_steps .btn {
    margin: 0 auto 12px;
  }
  #conts_steps .caution {
    margin: 0 auto;
    display: block;
    font-size: 1.4rem;
    line-height: 1.7;
    text-indent: -1em;
    padding-left: 1em;
  }
  #conts_hotel {
    padding: 56px 0 44px;
  }
  #conts_hotel h3 {
    line-height: 1.3;
    margin-bottom: 14px;
  }
  #conts_hotel .caution {
    margin-bottom: 21px;
    text-align: center;
  }
  #conts_hotel .box {
    width: 100%;
    text-align: left;
    margin-bottom: 44px;
  }
  #conts_hotel .box .img {
    margin-bottom: 24px;
  }
  #conts_hotel .box .text_box {}
  #conts_hotel .box .detail_area {
    margin-bottom: 20px;
  }
  #conts_hotel .box h4 {
    font-size: 2.1rem;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 10px;
    color: #00a1dd;
  }
  #conts_hotel .box .detail_area .text {
    line-height: 1.7;
    margin-bottom: 17px;
  }
  #conts_hotel .box .detail_area .period {
    line-height: 1.5;
    position: relative;
    padding-left: 77px;
  }
  #conts_hotel .box .detail_area .period:before {
    position: absolute;
    content: '営業期間';
    top: 0;
    left: 0;
    font-size: 1.2rem;
    display: inline-block;
    padding: 2px 8px 1px;
    color: #fff;
    background-color: #00a1dd;
    margin-right: 10px;
  }
  #conts_hotel .box .detail_area .period span {
    display: none;
  }
  #conts_hotel .box .price_area {
    padding: 21px 5% 26px;
    background-color: #f1f1f1;
  }
  #conts_hotel .box .price_area h5 {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 7px;
  }
  #conts_hotel .box .price_area table {
    width: 100%;
    line-height: 1.5;
    margin-bottom: 6px;
  }
  #conts_hotel .box .price_area tr {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
  #conts_hotel .box .price_area th {
    width: 100%;
    display: block;
    font-size: 16px;
  }
  #conts_hotel .box .price_area p {
    display: inline-block;
    vertical-align: middle;
  }
  #conts_hotel .box .price_area .icon {
    width: 20px;
    display: inline-block;
    margin-right: 2px;
    vertical-align: middle;
  }
  #conts_hotel .box .price_area td {
    width: 100%;
    display: block;
  }
  #conts_hotel .box .price_area td .original {
    font-size: 21px;
    font-weight: 600;
    position: relative;
  }
  #conts_hotel .box .price_area td .original::before {
    content: "";
    display: block;
    width: calc(100% - 40px);
    height: 2px;
    background-color: #000;
    position: absolute;
    left: -2px;
    top: 48%;
  }
  #conts_hotel .box .price_area td .original::after {
    content: "";
    display: inline-block;
    width: 22px;
    height: 14px;
    margin: 0 7px 0 16px;
    background-image: url("../img/arrow_08.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  #conts_hotel .box .price_area td .original .small {
    font-size: 15px;
    font-weight: 600;
  }
  #conts_hotel .box .price_area td .value {
    font-size: 1.8rem;
    font-weight: 600;
    color: #c75946;
  }
  #conts_hotel .box .price_area td .value .big {
    font-size: 2.6rem;
    font-weight: 600;
  }
  #conts_hotel .box .price_area .btn_wrapper {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #conts_hotel .box .price_area .btn_wrapper .btn {
    width: 49%;
    padding: 14px 0 14px;
    text-align: center;
    letter-spacing: -.05em;
    font-size: 1.2rem;
    background-position: right 8px center;
    background-size: 6px;
  }
  #conts_hotel .box .price_area .btn_wrapper .padding_m {
    padding: 6px 0 3px;
  }
  #conts_hotel .box .price_area .btn_wrapper .guide {
    background-color: #3b3b3b;
    border-color: #3b3b3b;
  }
  #conts_hotel .box .price_area .btn_wrapper .guide:hover {
    background-color: #fff;
    color: #3b3b3b;
    background-image: url("../img/arrow_03_on_bk.png");
  }
  .facility_list {}
  .facility_list li {
    text-align: left;
    background-color: #f1f1f1;
    margin-bottom: 20px;
  }
  #conts_hotel .facility_list li .name {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.3;
    color: #00a1dd;
    padding: 16px 5% 12px;
  }
  #conts_hotel .facility_list li .detail {
    line-height: 1.7;
    padding: 0 5% 15px;
  }
  #conts_hotel .facility_list li .btn_wrapper {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 5% 26px;
    text-align: center;
  }
  #conts_hotel .facility_list li .btn_wrapper .btn {
    width: 49%;
    padding: 14px 0 14px;
    text-align: center;
    letter-spacing: -.05em;
    font-size: 1.2rem;
    background-position: right 8px center;
    background-size: 6px;
    margin-bottom: 10px;
  }
  #conts_hotel .facility_list li .btn_wrapper .padding_m {
    padding: 6px 0 3px;
  }
  #conts_hotel .facility_list li .btn_wrapper .btn:nth-child(even) {
    margin-left: 2%;
  }
  #conts_facility {
    padding: 56px 0 44px;
    background-color: #edf5f7;
  }
  #conts_facility h3 {
    margin-bottom: 18px;
  }
  #conts_facility .box {
    background-color: #fff;
    margin-bottom: 20px;
  }
  #conts_facility .box .img {}
  #conts_facility .box .text_box {
    padding: 25px 5% 23px;
    text-align: left;
  }
  #conts_facility .box .text_box h4 {
    font-size: 2.1rem;
    font-weight: 600;
    line-height: 1.3;
    color: #00a1dd;
    margin-bottom: 11px;
  }
  #conts_facility .box .text_box .facility_name {
    margin-bottom: 8px;
  }
  #conts_facility .box .text_box .facility_name li {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1.3;
    margin: 0 4px 8px 0;
  }
  #conts_facility .box .text_box .facility_name li a {
    font-weight: 600;
    color: #fff;
    padding: 4px 6px 2px;
    border: 2px solid #ccab3a;
    background-color: #ccab3a;
    transition-duration: .3s;
  }
  #conts_facility .box .text_box .facility_name li a:hover {
    color: #ccab3a;
    background-color: #fff;
  }
  #conts_facility .box .text_box .btn {
    padding: 14px 0 14px;
    text-align: center;
    letter-spacing: -.05em;
    font-size: 1.5rem;
    line-height: 1.3;
    background-position: right 8px center;
    background-size: 6px;
  }
  #conts_facility .facility_list li {
    background-color: #fff;
  }
  #conts_facility .facility_list li .name {
    font-weight: 600;
    color: #00a1dd;
    font-size: 1.8rem;
    padding: 20px 5% 4px;
  }
  #conts_facility .facility_list li .facility_name {
    padding: 0 5% 23px;
  }
  #conts_facility .facility_list li .facility_name li {
    width: auto;
    display: inline-block;
    margin: 0 2px 6px 0;
  }
  #conts_facility .facility_list li .facility_name li a {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    line-height: 1.5;
    padding: 2px 6px 1px;
    border: 2px solid #ccab3a;
    background-color: #ccab3a;
    transition-duration: .3s;
  }
  #conts_facility .facility_list li .facility_name li a:hover {
    color: #ccab3a;
    background-color: #fff;
  }
  #conts_facility .facility_list li .facility_name li:last-of-type {
    margin-right: 0;
  }
  #conts_access {
    padding: 56px 0 40px;
  }
  #conts_access h3 {
    margin-bottom: 14px;
  }
  #conts_access .gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 130.25%;
    position: relative;
    margin-bottom: 58px;
  }
  #conts_access .gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
  #conts_access h4 {
    font-size: 2.3rem;
    line-height: 1.3;
    font-weight: 600;
    color: #00a1dd;
    background-image: url("../img/icon_06.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 48px;
    margin-bottom: 16px;
    padding-top: 52px;
    text-align: center;
  }
  #conts_access h4 .small {
    font-size: 1.3rem;
  }
  #conts_access h4 .middle {
    font-size: 1.5rem;
  }
  #conts_access h4 .arrow_icon {
    display: inline-block;
    width: 24px;
    margin: 5px 0px 4px 0px;
    transform: rotate(90deg);
  }
  #conts_access .read {
    margin-bottom: 30px;
  }
  #conts_access .table_wrapper {
    margin-bottom: 36px;
    text-align: center;
  }
  #conts_access .table_wrapper table {
    outline: 2px solid #00a1dd;
    margin-bottom: 30px;
  }
  #conts_access .table_wrapper thead {
    width: 100%;
    background-color: #00a1dd;
  }
  #conts_access .table_wrapper th {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: 600;
    color: #fff;
    padding: 13px 0 13px;
  }
  #conts_access .table_wrapper th .small {
    font-size: 1.4rem;
    font-weight: 600;
  }
  #conts_access .table_wrapper th .arrow_icon {
    width: 10px;
    display: inline-block;
    transform: rotate(90deg);
    margin: 0px 0px;
  }
  #conts_access .table_wrapper td {
    width: 33%;
    font-size: 1.3rem;
    line-height: 1.2;
    padding: 15px 5% 14px;
    vertical-align: middle;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
  }
  #conts_access .table_wrapper tr:first-of-type td {
    padding: 10px 2% 10px;
  }
  #conts_access .table_wrapper td:last-of-type {
    border-right: none;
  }
  #conts_access .table_wrapper tr:last-of-type td {
    border-bottom: none;
  }
  #conts_access .table_wrapper tr:nth-child(odd) td {
    background-color: #f5f9fa;
  }
  #conts_access .bus_list {
    width: 100%;
  }
  #conts_access .bus_list li {
    position: relative;
    margin-bottom: 61px;
    text-align: center;
  }
  #conts_access .bus_list li .line {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.5;
    color: #00a1dd;
    background-color: #00a1dd;
    background: none;
    margin-bottom: 4px;
  }
  #conts_access .bus_list .single .line {
    margin-bottom: 11px;
  }
  #conts_access .bus_list li .line .arrow_icon {
    width: 19px;
    display: inline-block;
    padding-bottom: 4px;
    margin: 0 3px 0;
  }
  #conts_access .bus_list li .name {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 6px;
  }
  #conts_access .bus_list li .name .small {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.3;
    color: #292929;
  }
  #conts_access .bus_list li .time {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.3;
    padding: 5px 42px 5px;
    border-radius: 100px;
    background-color: #edf5f7;
    margin-bottom: 22px;
  }
  #conts_access .bus_list li .time .big {
    display: inline-block;
    font-size: 1.9rem;
    font-weight: 600;
    margin-left: 10px;
  }
  #conts_access .bus_list li .btn {
    width: 90%;
    margin: 0 auto;
    font-size: 1.4rem;
    padding: 13px 0 12px;
    background-position: right 13px center;
    background-size: 7px;
  }
  footer {
    width: 100%;
    clear: both;
    color: #ffffff;
    text-align: center;
    padding-top: 50px;
    background-color: #2b2c28;
  }
  footer .sns_list {
    width: 100%;
    margin-bottom: 17px;
  }
  footer .sns_list li {
    width: 32px;
    margin: 0 7px 8px;
    display: inline-block;
  }
  footer .address_box {
    width: 100%;
    margin-bottom: 37px;
  }
  footer .address_box .logo {
    width: 200px;
    margin: 0 auto 29px;
  }
  footer .address_box .address {
    font-size: 13px;
  }
  footer .address_box .tel {
    font-size: 1.7rem;
  }
  footer .address_box .tel a {
    color: #fff;
    display: inline;
  }
  footer .copy {
    width: 100%;
    font-size: 9px;
    letter-spacing: .1em;
    padding: 10px 0 9px;
    background-color: #1e1f1b;
  }
  #back-top {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 8px;
    width: 62px;
    z-index: 99;
    clear: both;
    float: left;
  }
}