@charset "UTF-8";
/*===============================================
●mian.css 画面の横幅が770px以上
===============================================*/
@media screen and (min-width: 770px) {
  body {
    background-size: 100%;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 2;
    color: #000000;
    min-width: 1150px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
  a, img {
    width: 100%;
    display: block;
  }
  table {
    width: 100%;
  }
  /*=========================
▼▼共通▼▼
===========================*/
  .pc_none {
    display: none;
  }
  input[type="image"], input[type="submit"], input[type="button"], button {
    cursor: pointer;
  }
  .auto {
    width: 1150px;
    margin: 0 auto;
  }
  .font_acme {
    font-family: 'Acme', sans-serif;
    font-weight: 400;
  }
  section {
    width: 100%;
    float: left;
    clear: both;
    text-align: center;
    position: relative;
  }
  h3 {
    font-size: 62px;
    line-height: 1.3;
    color: #00a1dd;
  }
  #contents .btn {
    width: 389px;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
    color: #fff;
    padding: 20px 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 23px center;
    background-size: 9px;
    transition-duration: .3s;
  }
  #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: 1150px;
    height: 79px;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 9;
  }
  header h1 {
    width: 207px;
    padding-top: 7px;
    margin: auto auto auto 0;
  }
  #main_visual {
    width: 100%;
    clear: both;
    float: left;
    margin-bottom: 72px;
    background-color: #fff;
  }
  #main_visual .bg_area {
    width: 100%;
    height: 867px;
    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 {
    width: 858px;
    padding-top: 16px;
    margin: auto;
  }
  #main_visual .select_btn {
    width: 1150px;
    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: 370px;
    font-size: 38px;
    line-height: 1.5;
    padding: 8px 0 4px;
    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: 52px;
  }
  #conts_slide h3 {
    margin-bottom: 10px;
  }
  #conts_slide .read {
    font-size: 18px;
  }
  #conts_slide .slick-slider .slick-track li {
    position: relative;
    padding: 25px 3.5vw 5vw;
    padding-bottom: 5vw;
    outline: none;
  }
  #conts_slide .slick-slider .slick-track li img {
    box-shadow: 1px 1px 22px 12px rgba(0, 0, 0, 0.06);
  }
  #conts_slide .slick-slider .slick_prev, #conts_slide .slick-slider .slick_next {
    display: block;
    width: 104px;
    height: 104px;
    border-radius: 50%;
    background-color: #fff;
    background-image: url("../img/arrow_01_l.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 48px;
    box-shadow: 1px 1px 12px 3px rgba(0, 0, 0, 0.05);
    position: absolute;
    left: 20%;
    top: 50%;
    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: 20%;
  }
  #conts_slide .slick-dots li {
    margin: 0 3px;
  }
  #conts_slide .slick-dots li button {
    width: 10px;
    height: 10px;
    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: 18px;
    height: 18px;
    border: 2px solid #00a1dd;
    border-radius: 50%;
    opacity: 1;
    position: absolute;
    left: -4px;
    top: -4px;
  }
  #conts_slide .slick-slider .text {
    position: absolute;
    bottom: 2.2vw;
    right: 42px;
    display: inline-block;
    font-size: 1vw;
    font-weight: 600;
    line-height: 1.1;
    color: #00a1dd;
    text-align: left;
    transform: rotate(-1deg);
  }
  #conts_slide .slick-slider .text span {
    display: block;
    font-size: 4vw;
    color: #00a1dd;
  }
  #conts_movie {
    background-image: url("../img/bg_01.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow-x: hidden;
  }
  #conts_movie .auto {
    padding: 98px 0 78px;
    position: relative;
  }
  #conts_movie .bg_text {
    width: 1161px;
    position: absolute;
    left: 141px;
    bottom: 0;
  }
  #conts_movie .youtube {
    width: 1019px;
    height: 573px;
    margin: 0 auto;
    position: relative;
  }
  #conts_movie .youtube iframe {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  #conts_movie .youtube .name {
    font-size: 16px;
    line-height: 0.5;
    color: #fff;
    text-align: left;
    position: absolute;
    right: -12px;
    bottom: -45px;
    pointer-events: none;
    transform: rotate(-1deg);
    font-weight: bold;
  }
  #conts_movie .youtube .name span {
    font-size: 69px;
    line-height: 0.8;
    color: #fff;
    display: block;
  }
  #inpage_link {
    width: 100%;
    float: left;
    clear: both;
    font-size: 20px;
    line-height: 1.35;
    background-image: url("../img/ptn_01.jpg");
    background-repeat: repeat;
    background-position: center center;
    background-size: 278px;
  }
  #inpage_link ul {
    width: 1150px;
    letter-spacing: -.02em;
    padding: 30px 0 24px;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    text-align: center;
  }
  #inpage_link ul li {
    width: 191px;
    border-right: 2px dotted #77c9e7;
  }
  #inpage_link ul li a {
    height: 100%;
    color: #fff;
    font-weight: 600;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    position: relative;
    padding-bottom: 18px;
  }
  #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: 0;
    left: 0;
    background-size: 17px;
    transition-duration: .3s;
  }
  #inpage_link ul li a:hover::after {
    bottom: -10px;
  }
  #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: 47px 55px 68px;
    border-radius: 10px;
  }
  #conts_goto_travel h3 {
    font-size: 54px;
    font-weight: 600;
    color: #00a1dd;
    margin-bottom: 20px;
  }
  #conts_goto_travel h3 .logo {
    width: 328px;
    display: inline-block;
    vertical-align: middle;
  }
  #conts_goto_travel h3 .small {
    color: #00a1dd;
    font-size: 45px;
    font-weight: 600;
  }
  #conts_goto_travel .read {
    width: 880px;
    margin: 0 auto 15px;
    text-align: left;
  }
  #conts_goto_travel .read span {
    font-size: 12px;
    vertical-align: top;
    padding-top: 3px;
  }
  #conts_goto_travel .caution {
    font-size: 13px;
    line-height: 1.8;
    color: #8f8f8f;
    text-align: right;
    margin-bottom: 24px;
  }
  #conts_goto_travel .infograph {
    border: 1px solid #e5e4e4;
    margin-bottom: 35px;
  }
  #conts_goto_travel .graph_01 {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
  }
  #conts_goto_travel .graph_01 p {
    width: 520px;
    position: relative;
    vertical-align: middle;
  }
  #conts_goto_travel .graph_01 p:last-of-type::after {
    content: "";
    display: block;
    width: 41px;
    height: 41px;
    background-image: url("../img/icon_01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
  }
  #conts_goto_travel h4 {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 10px;
  }
  #conts_goto_travel h4 span {
    font-size: 39px;
    line-height: 1;
    color: #00a1dd;
  }
  #conts_goto_travel .graph_02 {
    width: 936px;
    margin: 0 auto 18px;
  }
  #conts_goto_travel .graph_02 table {
    width: 100%;
  }
  #conts_goto_travel .graph_02 tr {
    width: 100%;
  }
  #conts_goto_travel .graph_02 .graph td {
    padding: 40px 0 40px;
    border-bottom: 4px solid #fff;
    border-top: 4px solid #fff;
  }
  #conts_goto_travel .graph_02 .graph td:first-child {
    width: 503px;
    background-color: #0bb4c8;
    border-right: 26px solid #fff;
  }
  #conts_goto_travel .graph_02 .graph td:nth-child(2) {
    width: 272px;
    background-color: #00a1dd;
    position: relative;
  }
  #conts_goto_travel .graph_02 .graph td:nth-child(3) {
    width: 161px;
    background-color: #50b7d9;
  }
  #conts_goto_travel .graph_02 .graph td:nth-child(2)::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;
    top: 50%;
    right: -12px;
    z-index: 1;
    transform: translateY(-50%);
  }
  #conts_goto_travel .graph_02 .graph td img {
    width: auto;
    height: 93px;
    margin: 0 auto;
  }
  #conts_goto_travel .expenses, #conts_goto_travel .support {
    height: 27px;
    padding: 3px 0 3px;
    border-left: 1px dotted #6f6f6f;
    border-right: 1px dotted #6f6f6f;
    position: relative;
  }
  #conts_goto_travel .expenses::before, #conts_goto_travel .support::before {
    content: "";
    display: block;
    width: 100%;
    height: 13px;
    border-bottom: 1px dotted #6f6f6f;
    position: absolute;
    top: 0;
    left: 0;
  }
  #conts_goto_travel .expenses img, #conts_goto_travel .support img {
    width: auto;
    height: 100%;
    margin: 0 auto;
    position: relative;
  }
  #conts_goto_travel .detail_text {
    width: 936px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 26px;
  }
  #conts_goto_travel .detail_text p {
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
  }
  #conts_goto_travel .detail_text .price {
    font-size: 54px;
    line-height: 1.3;
    color: #0bb4c8;
  }
  #conts_goto_travel .detail_text .price .small {
    font-size: 30px;
    font-weight: 600;
  }
  #conts_goto_travel .detail_text .icon {
    width: 28px;
    height: 28px;
    margin-left: 8px;
  }
  #conts_goto_travel .detail_text .coupon {
    width: 180px;
    margin-left: 15px;
  }
  #conts_goto_travel .infograph .caution {
    width: 936px;
    margin: 0 auto 20px;
  }
  #conts_goto_travel .detail_list {
    width: 896px;
    margin: 0 auto;
    text-align: left;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 40px;
  }
  #conts_goto_travel .detail_list li {
    margin-bottom: 20px;
  }
  #conts_goto_travel .detail_list li:last-of-type {
    margin-bottom: 0;
  }
  #conts_goto_travel .detail_list .number {
    display: inline-block;
    width: 55px;
    height: 55px;
    padding-top: 12px;
    background-color: #00a1dd;
    border-radius: 50%;
    font-size: 32px;
    line-height: 1;
    color: #fff100;
    text-align: center;
    margin-right: 19px;
  }
  #conts_goto_travel .detail_list .text {
    display: inline-block;
    position: relative;
    font-weight: 600;
  }
  #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: 45px 60px 53px;
    background-color: #f9f6ed;
  }
  #conts_goto_travel .etiquette .text {
    text-align: left;
    margin-bottom: 32px;
  }
  #conts_goto_travel .etiquette .box_wrapper {
    width: 803px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #conts_goto_travel .etiquette .box_wrapper .box {
    width: 384px;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
  }
  #conts_goto_travel .etiquette .box_wrapper .box .link_text {
    margin-bottom: 8px;
  }
  #conts_coupon {
    padding-bottom: 40px;
    background-color: #edf5f7;
  }
  #conts_coupon .bg_wrapper {
    width: 100%;
    background-color: #fff;
    padding: 55px 55px 68px;
    border-radius: 10px;
  }
  #conts_coupon h3 {
    font-size: 47px;
    font-weight: 600;
    color: #00a1dd;
    margin-bottom: 12px;
  }
  #conts_coupon .read {
    width: 885px;
    margin: 0 auto 32px;
    text-align: left;
  }
  #conts_coupon .box_wrapper {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 22px;
  }
  #conts_coupon .box_wrapper .box {
    width: 504px;
    border: 2px solid #00a1dd;
    background-color: #fff;
    position: relative;
  }
  #conts_coupon .box_wrapper .box:first-of-type::after {
    content: "";
    display: block;
    width: 85px;
    height: 60px;
    background-image: url("../img/arrow_04.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: -61px;
    transform: translateY(-50%);
    z-index: 1;
  }
  #conts_coupon .box_wrapper .box .text_box {
    width: 100%;
    min-height: 102px;
    display: -ms-flexbox;
    display: flex;
    font-size: 25px;
    line-height: 1.36;
    padding: 20px 30px 14px;
    background-color: #00a1dd;
    position: relative;
  }
  #conts_coupon .box_wrapper .box .text {
    display: inline-block;
    font-weight: 600;
    color: #fff;
    text-align: left;
    margin: auto;
  }
  #conts_coupon .box_wrapper .box:first-of-type .text {
    padding-left: 70px;
  }
  #conts_coupon .box_wrapper .box .badge {
    width: 115px;
    height: 115px;
    position: absolute;
    left: -20px;
    top: -26px;
    z-index: 1;
  }
  #conts_coupon .detail_text {
    width: 878px;
    text-align: left;
    margin: 0 auto 18px;
  }
  #conts_coupon .detail_text .caution {
    display: block;
  }
  #conts_coupon .period {
    width: 878px;
    text-align: left;
    background-color: #f9f6ed;
    padding: 30px 50px 20px;
    margin: 0 auto 28px;
  }
  #conts_coupon .period dt {
    display: inline-block;
    padding: 5px 20px 3px;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    border-radius: 100px;
    background-color: #00a1dd;
    vertical-align: top;
  }
  #conts_coupon .period dd {
    display: inline-block;
    line-height: 1.76;
  }
  #conts_coupon .period dd .detail {
    margin-bottom: 6px;
  }
  #conts_coupon .period dd .caution {
    font-size: 13px;
    color: #8f8f8f;
  }
  #conts_coupon .btn {
    margin: 0 auto;
  }
  #conts_steps {
    padding-bottom: 112px;
    background-color: #edf5f7;
  }
  #conts_steps .bg_wrapper {
    width: 100%;
    background-color: #fff;
    padding: 52px 55px 64px;
    border-radius: 10px;
  }
  #conts_steps h3 {
    font-size: 47px;
    font-weight: 600;
    color: #00a1dd;
    margin-bottom: 28px;
  }
  #conts_steps h3 span {
    display: block;
    font-size: 24px;
    font-weight: 600;
    color: #00a1dd;
  }
  #conts_steps .box_wrapper {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 34px;
  }
  #conts_steps .box_wrapper .box {
    width: 33%;
    color: #fff;
    padding: 26px 0 30px;
    position: relative;
  }
  #conts_steps .box_wrapper .box:first-of-type {
    width: 34%;
    background-color: #00a1dd;
  }
  #conts_steps .box_wrapper .box:nth-of-type(2) {
    background-color: #0b8cd6;
  }
  #conts_steps .box_wrapper .box:nth-of-type(3) {
    background-color: #0bb4c8;
  }
  #conts_steps .box_wrapper .box:first-of-type::after {
    content: "";
    display: block;
    width: 30px;
    height: 100%;
    background-image: url("../img/part_01.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    right: -15px;
    z-index: 1;
  }
  #conts_steps .box_wrapper .box:nth-of-type(2)::after {
    content: "";
    display: block;
    width: 30px;
    height: 100%;
    background-image: url("../img/part_02.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    right: -15px;
    z-index: 1;
  }
  #conts_steps .box_wrapper .box .number {
    font-size: 37px;
    line-height: 1.3;
    margin-bottom: 26px;
  }
  #conts_steps .box_wrapper .box .number .big {
    font-size: 47px;
    line-height: 1;
    display: inline-block;
    margin-left: 8px;
  }
  #conts_steps .box_wrapper .box .icon {
    width: auto;
    height: 101px;
    margin: 0 auto 28px;
  }
  #conts_steps .box_wrapper .box .icon img {
    width: auto;
    height: 100%;
    margin: 0 auto;
  }
  #conts_steps .box_wrapper .box .text {
    width: 248px;
    margin: 0 auto;
    line-height: 1.65;
    text-align: left;
  }
  #conts_steps .btn {
    margin: 0 auto 16px;
  }
  #conts_steps .caution {
    margin: 0 auto;
    display: block;
    font-size: 15px;
    line-height: 1.8;
  }
  #conts_hotel {
    padding: 88px 0 111px;
  }
  #conts_hotel h3 {
    font-size: 47px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 14px;
  }
  #conts_hotel .caution {
    margin-bottom: 28px;
  }
  #conts_hotel .box {
    width: 100%;
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
  }
  #conts_hotel .box .img {
    width: 561px;
  }
  #conts_hotel .box .text_box {
    width: 583px;
    margin: auto 0 0;
  }
  #conts_hotel .box .detail_area {
    padding-left: 36px;
    margin-bottom: 24px;
  }
  #conts_hotel .box h4 {
    font-size: 29px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 14px;
    color: #00a1dd;
  }
  #conts_hotel .box h4 a {
    font-weight: 600;
  }
  #conts_hotel .box .detail_area .text {
    line-height: 1.47;
    margin-bottom: 16px;
  }
  #conts_hotel .box .detail_area .period {
    font-size: 15px;
    line-height: 1.5;
  }
  #conts_hotel .box .detail_area .period span {
    font-size: 14px;
    display: inline-block;
    padding: 2px 8px 1px;
    color: #fff;
    background-color: #00a1dd;
    margin-right: 10px;
  }
  #conts_hotel .box .price_area {
    padding: 23px 52px 27px 36px;
    background-color: #f1f1f1;
  }
  #conts_hotel .box .price_area h5 {
    text-align: center;
    font-size: 17px;
    font-weight: 600;
  }
  #conts_hotel .box .price_area table {
    width: 100%;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  #conts_hotel .box .price_area th {
    width: 220px;
    font-size: 16px;
  }
  #conts_hotel .box .price_area p {
    display: inline-block;
    vertical-align: middle;
  }
  #conts_hotel .box .price_area .icon {
    width: 24px;
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
  }
  #conts_hotel .box .price_area td {
    width: 275px;
  }
  #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: 72px;
    height: 2px;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 48%;
  }
  #conts_hotel .box .price_area td .original::after {
    content: "";
    display: inline-block;
    width: 22px;
    height: 14px;
    margin: 0 12px 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: 16px;
    font-weight: 600;
    color: #c75946;
  }
  #conts_hotel .box .price_area td .value .big {
    font-size: 27px;
    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: 244px;
    padding: 14px 0 14px;
    text-align: center;
    font-size: 15px;
    background-position: right 14px center;
    background-size: 7px;
  }
  #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 {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .facility_list li {
    width: 364px;
    text-align: left;
    font-size: 20px;
    line-height: 1.5;
    position: relative;
    background-color: #f1f1f1;
    padding-bottom: 136px;
  }
  #conts_hotel .facility_list li .name {
    font-weight: 600;
    color: #00a1dd;
    padding: 16px 25px 12px;
  }
  #conts_hotel .facility_list li .detail {
    font-size: 16px;
    line-height: 1.47;
    padding: 0 25px 18px;
  }
  #conts_hotel .facility_list li .btn_wrapper {
    width: 100%;
    padding: 0 25px;
    text-align: center;
    position: absolute;
    bottom: 24px;
    left: 0;
  }
  #conts_hotel .facility_list li .btn_wrapper .btn {
    width: 100%;
    padding: 14px 0 14px;
    text-align: center;
    font-size: 15px;
    background-position: right 14px center;
    background-size: 7px;
    margin-bottom: 10px;
  }
  #conts_hotel .facility_list li .btn_wrapper .btn:last-child {
    margin-bottom: 0;
  }
  #conts_facility {
    padding: 90px 0 112px;
    background-color: #edf5f7;
  }
  #conts_facility h3 {
    font-size: 47px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 22px;
  }
  #conts_facility .box {
    width: 100%;
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  #conts_facility .box .img {
    width: 406px;
  }
  #conts_facility .box .text_box {
    width: 705px;
    padding: 33px 50px 0 0;
    text-align: left;
  }
  #conts_facility .box .text_box h4 {
    font-size: 29px;
    font-weight: 600;
    line-height: 1.3;
    color: #00a1dd;
    margin-bottom: 18px;
  }
  #conts_facility .box .text_box .facility_name {
    margin-bottom: 4px;
  }
  #conts_facility .box .text_box .facility_name li {
    display: inline-block;
    font-size: 20px;
    line-height: 1.3;
    margin: 0 4px 10px 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 {
    text-align: center;
    width: 244px;
    padding: 14px 0 14px;
    text-align: center;
    font-size: 15px;
    background-position: right 14px center;
    background-size: 7px;
  }
  #conts_facility .facility_list li {
    background-color: #fff;
  }
  #conts_facility .facility_list li .name {
    font-weight: 600;
    color: #00a1dd;
    padding: 14px 25px 1px;
  }
  #conts_facility .facility_list li .facility_name {
    padding: 0 25px 18px;
  }
  #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.3;
    padding: 2px 4px 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: 90px 0 149px;
  }
  #conts_access h3 {
    font-size: 47px;
    font-weight: 600;
    line-height: 1.15;
    margin-bottom: 20px;
  }
  #conts_access .gmap {
    width: 1150px;
    height: 621px;
    margin: 0 auto 58px;
    position: relative;
    overflow: hidden;
  }
  #conts_access .gmap iframe {
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  #conts_access h4 {
    display: inline-block;
    font-size: 30px;
    line-height: 1.3;
    font-weight: 600;
    color: #00a1dd;
    padding-left: 98px;
    margin-bottom: 40px;
    position: relative;
  }
  #conts_access h4::after {
    content: "";
    display: block;
    width: 76px;
    height: 76px;
    background-image: url("../img/icon_06.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  #conts_access h4 .small {
    font-size: 20px;
  }
  #conts_access h4 .middle {
    font-size: 23px;
  }
  #conts_access h4 .arrow_icon {
    display: inline-block;
    width: 45px;
    margin: 0 8px 0 6px;
  }
  #conts_access .read {
    margin-bottom: 30px;
  }
  #conts_access .table_wrapper {
    margin-bottom: 36px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #conts_access .table_wrapper table {
    width: 559px;
    outline: 2px solid #00a1dd;
  }
  #conts_access .table_wrapper thead {
    width: 100%;
    background-color: #00a1dd;
  }
  #conts_access .table_wrapper th {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    padding: 8px 0 7px;
  }
  #conts_access .table_wrapper th .small {
    font-size: 18px;
    font-weight: 600;
  }
  #conts_access .table_wrapper th .arrow_icon {
    width: 12px;
    display: inline-block;
    margin: 0 24px;
  }
  #conts_access .table_wrapper td {
    width: 33%;
    line-height: 1.18;
    padding: 15px 5% 14px;
    vertical-align: middle;
    border-right: 2px solid #e7e7e7;
    border-bottom: 2px solid #e7e7e7;
  }
  #conts_access .table_wrapper tr:first-of-type td {
    padding: 10px 5% 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%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #conts_access .bus_list li {
    width: 262px;
    position: relative;
    padding-bottom: 73px;
  }
  #conts_access .bus_list li .line {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    color: #00a1dd;
    margin-bottom: 8px;
  }
  #conts_access .bus_list li.single .line {
    margin-bottom: 26px;
  }
  #conts_access .bus_list li .line .arrow_icon {
    width: 19px;
    display: inline-block;
    margin: 0 3px 4px;
    vertical-align: middle;
  }
  #conts_access .bus_list li .name {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 6px;
  }
  #conts_access .bus_list li.single .name {
    margin-bottom: 18px;
  }
  #conts_access .bus_list li .name .small {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
    color: #292929;
  }
  #conts_access .bus_list li .time {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    padding: 5px 42px 5px;
    border-radius: 100px;
    background-color: #edf5f7;
  }
  #conts_access .bus_list li .time .big {
    display: inline-block;
    font-size: 19px;
    font-weight: 600;
    margin-left: 10px;
  }
  #conts_access .bus_list li .btn {
    width: 100%;
    font-size: 15px;
    padding: 14px 0 12px;
    background-position: right 13px center;
    background-size: 7px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  footer {
    width: 100%;
    clear: both;
    float: left;
    color: #ffffff;
    text-align: center;
    padding-top: 60px;
    background-color: #2b2c28;
  }
  footer .sns_list {
    width: 100%;
    margin-bottom: 36px;
  }
  footer .sns_list li {
    width: 44px;
    margin: 0 20px;
    display: inline-block;
  }
  footer .address_box {
    width: 100%;
    margin-bottom: 34px;
  }
  footer .address_box .logo {
    width: 284px;
    margin: 0 auto 30px;
  }
  footer .address_box .address {
    font-size: 14px;
    line-height: 1.3;
  }
  footer .address_box .tel {
    font-size: 18px;
  }
  footer .copy {
    width: 100%;
    font-size: 11px;
    letter-spacing: .1em;
    padding: 10px 0 7px;
    background-color: #1e1f1b;
  }
  #back-top {
    display: none;
    bottom: 60px;
    right: 2%;
    clear: both;
    float: left;
    position: fixed;
    width: 68px;
    z-index: 99;
  }
}