@charset "UTF-8";
/*===============================================
●mian.css 画面の横幅が641px以上
===============================================*/
@media screen and (min-width: 641px) {
  /*=========================
▼▼共通▼▼
===========================*/
  #contents {
    width: 100%;
    min-width: 1080px;
    overflow: hidden;
    float: left;
    clear: both;
    font-size: 16px;
    line-height: 1.75;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    position: relative;
    background-color: #0191e4;
  }
  #contents img {
    display: block;
    width: 100%;
  }
  #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;
  }
  /*=========================
▲▲共通▲▲
===========================*/
  #conts_slider {
    width: 100%;
    padding: 50px 90px 65px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
  }
  #conts_slider::before {
    content: "";
    display: block;
    width: 100%;
    height: 48%;
    background-color: #20c2eb;
    position: absolute;
    top: 26%;
    left: 0;
  }
  #conts_slider .text_wrapper {
    width: calc(100% - 180px);
    height: 48vw;
    min-height: 660px;
    position: absolute;
    top: 50px;
    left: 90px;
  }
  #conts_slider h2 {
    width: 68%;
    min-width: 791px;
    position: absolute;
    left: 50%;
    bottom: 6%;
    transform: translateX(-50%);
    z-index: 9;
  }
  #conts_slider .sub_title {
    width: 10%;
    min-width: 118px;
    position: absolute;
    left: 4%;
    top: 6%;
    z-index: 9;
  }
  #conts_slider .logo {
    width: 23%;
    min-width: 276px;
    position: absolute;
    right: -2%;
    bottom: -4%;
    z-index: 9;
  }
  #conts_slider .sun_icon {
    width: 21%;
    min-width: 250px;
    position: absolute;
    top: -2%;
    right: -2%;
    z-index: 9;
  }
  #conts_slider .bx-wrapper {
    border: 7px solid #000;
    box-sizing: border-box;
  }
  #conts_slider .bxslider {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
  }
  #conts_slider .bxslider .slide {
    width: 100%;
    height: 48vw;
    min-height: 660px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  #conts_slider .bxslider .slide_01 {
    background-image: url("../img/slide_01.jpg");
  }
  #conts_slider .bxslider .slide_02 {
    background-image: url("../img/slide_02.jpg");
  }
  #conts_slider .bxslider .slide_03 {
    background-image: url("../img/slide_03.jpg");
  }
  #conts_slider .bxslider .slide_04 {
    background-image: url("../img/slide_04.jpg");
  }
  #conts_slider .bxslider .slide_05 {
    background-image: url("../img/slide_05.jpg");
  }
  #conts_slider .bxslider .slide_06 {
    background-image: url("../img/slide_06.jpg");
  }
  #conts_slider .bx-prev, #conts_slider .bx-next {
    width: 24px;
    height: 65px;
    background-image: url("../img/arrow_l.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    left: -50px;
    margin-top: -32px;
  }
  #conts_slider .bx-next {
    background-image: url("../img/arrow_r.png");
    left: auto;
    right: -50px;
  }
  #inpage_link ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #inpage_link ul li {
    width: 206px;
  }
  #conts_point {
    padding-top: 62px;
  }
  #conts_point h3 {
    width: 784px;
    margin: 0 auto;
    position: relative;
    z-index: 9;
  }
  #conts_point .point_list {
    width: 100%;
    margin-top: -80px;
  }
  #conts_point .point_list li {
    width: 100%;
    margin: 0 0 -45px;
    padding: 380px 0 25px;
    position: relative;
  }
  #conts_point .point_list li:before {
    content: "";
    display: block;
    width: 1160px;
    height: 100%;
    background-image: url("../img/img_01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    left: -40px;
    top: 0;
  }
  #conts_point .point_list li:nth-child(2):before {
    background-image: url("../img/img_02.png");
  }
  #conts_point .point_list li:nth-child(3):before {
    background-image: url("../img/img_03.png");
  }
  #conts_point .point_list li:nth-child(4):before {
    background-image: url("../img/img_04.png");
  }
  #conts_point .point_list li:nth-child(5):before {
    background-image: url("../img/img_05.png");
  }
  #conts_point .point_list li dl {
    width: 525px;
    font-size: 18px;
    line-height: 1.42;
    padding: 34px 30px 30px;
    box-sizing: border-box;
    background-color: #fff;
    position: relative;
  }
  #conts_point .point_list li:nth-of-type(2n) dl {
    margin-left: 555px;
  }
  #conts_point .point_list li dt {
    width: auto;
    height: 49px;
    position: absolute;
    top: -26px;
    left: -10px;
  }
  #conts_point .point_list li dt img {
    width: auto;
    height: 100%;
  }
  #conts_point .point_list li dd {
    margin: 0;
    font-weight: 600;
  }
  #conts_bustour {
    padding: 82px 0 108px;
    text-align: center;
    position: relative;
  }
  #conts_bustour::before {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% - 142px);
    background-color: #20c2eb;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  #conts_bustour h3 {
    width: 784px;
    margin: 0 auto 25px;
    position: relative;
    z-index: 9;
  }
  #conts_bustour .block {
    width: 982px;
    padding: 42px 0 66px;
    margin: 0 auto;
    box-sizing: border-box;
    border: solid 6px #000000;
    background-color: #fff;
    position: relative;
  }
  #conts_bustour h4 {
    display: inline-block;
    font-size: 31px;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 30px;
    position: relative;
  }
  #conts_bustour h4::before {
    content: "";
    display: block;
    width: 30px;
    height: 28px;
    background-image: url("../img/part_01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    left: -28px;
    top: -15px;
  }
  #conts_bustour .img {
    width: 100%;
    height: 523px;
    background-image: url("../img/img_06.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-bottom: 26px;
  }
  #conts_bustour .text {
    font-size: 19px;
    font-weight: 600;
    line-height: 1.79;
  }
  #conts_bustour .btn {
    width: 381px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    bottom: -40px;
    background-color: #fff;
    border-radius: 24px;
  }
  #conts_plan {
    padding: 38px 0 83px;
    background-image: url("../img/ptn_01.jpg");
    background-repeat: repeat;
    background-position: center center;
    background-size: 22px;
  }
  #conts_plan h3 {
    width: 982px;
    margin: 0 auto 42px;
  }
  #conts_plan .timetable {
    width: 992px;
    margin: 0 auto;
  }
  #conts_facility {
    padding: 56px 0 93px;
    background-color: #fff;
  }
  #conts_facility .auto {
    width: 982px;
  }
  #conts_facility h3 {
    width: 764px;
    margin: 0 auto 49px;
  }
  #conts_facility .facility_list li {
    margin-bottom: 80px;
    position: relative;
    z-index: 9;
  }
  #conts_facility .facility_list li:last-of-type {
    margin-bottom: 0;
  }
  #conts_facility .facility_list li::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #caecff;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: -1;
  }
  #conts_facility .facility_list li dl {
    border: solid 6px #000;
    box-sizing: border-box;
    background-color: #fff;
    margin: 0;
    position: relative;
    z-index: 9;
  }
  #conts_facility .facility_list dt {
    padding: 40px 0 32px;
    margin: 0;
    background-color: #0191e4;
    border-bottom: solid 6px #000;
    position: relative;
  }
  #conts_facility .facility_list dt .number {
    width: 184px;
    position: absolute;
    top: -57px;
    left: 26px;
  }
  #conts_facility .facility_list dt .title {
    width: 476px;
    margin: 0 auto;
  }
  #conts_facility .facility_list dt .picture {
    width: 255px;
    position: absolute;
    top: -26px;
    right: -41px;
  }
  #conts_facility .facility_list li:nth-child(2) dt .picture {
    width: 182px;
    top: -45px;
    right: -13px;
  }
  #conts_facility .facility_list li:nth-child(3) dt .picture {
    width: 327px;
    top: -30px;
    right: -62px;
  }
  #conts_facility .facility_list dd {
    padding: 29px 0 40px;
    margin: 0;
  }
  #conts_facility .facility_list dd .text {
    width: 735px;
    font-size: 19px;
    line-height: 1.8;
    margin: 0 auto 26px;
  }
  #conts_facility .facility_list dd .img_wrapper {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
  }
  #conts_facility .facility_list dd .img_wrapper .img {
    width: 50%;
  }
  #conts_facility .facility_list .food_img {
    width: 1060px;
    padding: 18px 0 4px;
    margin-left: -45px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
  }
  #conts_facility .facility_list .food_img::before {
    content: "";
    display: block;
    width: 315px;
    height: 50px;
    background-image: url("../img/text_10.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    top: -24px;
    right: 60px;
  }
  #conts_facility .facility_list .food_img .img:first-child {
    width: 349px;
  }
  #conts_facility .facility_list .food_img .img:nth-child(2) {
    width: 349px;
    padding-top: 20px;
  }
  #conts_facility .facility_list .food_img .img:nth-child(3) {
    width: 367px;
    padding-top: 20px;
  }
  #conts_access {
    padding: 81px 0 117px;
    text-align: center;
  }
  #conts_access h3 {
    width: 863px;
    margin: 0 auto;
    position: relative;
    z-index: 9;
  }
  #conts_access .block {
    width: 982px;
    padding-bottom: 38px;
    margin-top: -30px;
    border: 6px solid #000;
    background-color: #fff;
  }
  #conts_access .img {
    width: 100%;
    height: 623px;
    background-image: url("../img/img_19.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-bottom: 6px solid #000;
    position: relative;
  }
  #conts_access .img .text_img {
    width: 143px;
    position: absolute;
    top: 56px;
    right: 33px;
  }
  #conts_access h4 {
    width: 665px;
    margin: -50px auto 24px;
    font-size: 37px;
    font-style: italic;
    line-height: 1.4;
    border-radius: 100px;
    background-color: #ffff00;
    position: relative;
  }
  #conts_access h4 a {
    padding: 16px 0 14px;
    font-weight: 600;
    border: solid 6px #000000;
    border-radius: 100px;
    background-image: url("../img/arrow_2.png");
    background-repeat: no-repeat;
    background-position: right 32px top 30px;
    background-size: 21px;
  }
  #conts_access h4 a:hover {
    opacity: 0.7;
  }
  #conts_access table {
    width: 640px;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.58;
    text-align: left;
    margin: 0 auto;
  }
  #conts_access tr {
    width: 100%;
    padding-bottom: 4px;
    background-image: url("../img/ptn_02.png");
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: 15px;
  }
  #conts_access tr:last-child {
    background: none;
  }
  #conts_access th {
    width: 162px;
    padding: 20px 12px 26px;
    box-sizing: border-box;
    vertical-align: top;
  }
  #conts_access td {
    width: 475px;
    padding: 20px 12px 26px;
    box-sizing: border-box;
    vertical-align: top;
  }
}
/*===============================================
●sp.css  画面の横幅が640pxまで
===============================================*/
/*=========================
▼▼共通▼▼
===========================*/
@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: "游ゴシック体", "Yu Gothic", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    overflow: hidden;
    background-color: #0191e4;
  }
  a:hover img {
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #contents img {
    display: block;
    width: 100%;
  }
  #contents a, #contents a:link, #contents a:visited {
    color: inherit;
    text-decoration: none;
    display: block;
  }
  #contents ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #contents .auto {
    width: 92%;
    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 .sp_none {
    display: none !important;
  }
  /*=========================
▲▲共通▲▲
===========================*/
  #conts_slider {
    width: 100%;
    padding: 10vw 5% 58px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
  }
  #conts_slider::before {
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    background-color: #20c2eb;
    position: absolute;
    top: 26%;
    left: 0;
  }
  #conts_slider .text_wrapper {
    width: 90%;
    height: 100vw;
    position: absolute;
    top: 50px;
    left: 5%;
  }
  #conts_slider h2 {
    width: 90%;
    position: absolute;
    left: 50%;
    bottom: 8%;
    transform: translateX(-50%);
    z-index: 9;
  }
  #conts_slider .sub_title {
    width: 20%;
    max-width: 118px;
    position: absolute;
    left: -4%;
    top: -40px;
    z-index: 9;
  }
  #conts_slider .logo {
    width: 140px;
    max-width: 276px;
    position: absolute;
    right: -2%;
    bottom: -10px;
    z-index: 9;
  }
  #conts_slider .sun_icon {
    width: 38%;
    max-width: 249px;
    position: absolute;
    top: -2%;
    right: -2%;
    z-index: 9;
  }
  #conts_slider .bx-wrapper {
    border: 5px solid #000;
    box-sizing: border-box;
  }
  #conts_slider .bxslider {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
  }
  #conts_slider .bxslider .slide {
    width: 100%;
    height: 100vw;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  #conts_slider .bxslider .slide_01 {
    background-image: url("../img/slide_01.jpg");
  }
  #conts_slider .bxslider .slide_02 {
    background-image: url("../img/slide_02.jpg");
  }
  #conts_slider .bxslider .slide_03 {
    background-image: url("../img/slide_03.jpg");
  }
  #conts_slider .bxslider .slide_04 {
    background-image: url("../img/slide_04.jpg");
  }
  #conts_slider .bxslider .slide_05 {
    background-image: url("../img/slide_05_sp.jpg");
  }
  #conts_slider .bxslider .slide_06 {
    background-image: url("../img/slide_06_sp.jpg");
  }
  .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: -55px;
  }
  .bx-wrapper .bx-pager.bx-default-pager a {
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    cursor: pointer;
    float: left;
    background-color: rgba(87, 86, 86, 0.62);
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
    border-radius: 10px;
  }
  #inpage_link ul {
    width: 100%;
    text-align: center;
    letter-spacing: -.4em;
    font-size: 0;
    line-height: 0;
  }
  #inpage_link ul li {
    display: inline-block;
    width: 48%;
    letter-spacing: normal;
    font-size: 15px;
    line-height: 1.5;
    margin: 0 4% 12px 0;
  }
  #inpage_link ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  #conts_point {
    padding-top: 22px;
  }
  #conts_point h3 {
    width: 80%;
    margin: 0 auto;
    position: relative;
    z-index: 9;
  }
  #conts_point .auto {
    width: 100%;
  }
  #conts_point .point_list {
    width: 100%;
    margin-top: -4vw;
  }
  #conts_point .point_list li {
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 14px;
    padding: 59vw 5% 0;
    position: relative;
  }
  #conts_point .point_list li:last-of-type {
    margin-bottom: 0;
  }
  #conts_point .point_list li:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("../img/img_01.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 150%;
    position: absolute;
    left: 0;
    top: 0;
  }
  #conts_point .point_list li:nth-child(2):before {
    background-image: url("../img/img_02.png");
  }
  #conts_point .point_list li:nth-child(3):before {
    background-image: url("../img/img_03.png");
  }
  #conts_point .point_list li:nth-child(4):before {
    background-image: url("../img/img_04.png");
  }
  #conts_point .point_list li:nth-child(5):before {
    background-image: url("../img/img_05.png");
  }
  #conts_point .point_list li dl {
    width: 100%;
    line-height: 1.5;
    padding: 23px 5% 22px;
    box-sizing: border-box;
    background-color: #fff;
    margin: 0;
    position: relative;
  }
  #conts_point .point_list li dt {
    width: auto;
    height: 32px;
    position: absolute;
    top: -22px;
    left: -2%;
  }
  #conts_point .point_list li dt img {
    width: auto;
    height: 100%;
  }
  #conts_point .point_list li dd {
    margin: 0;
    font-weight: 600;
  }
  #conts_bustour {
    padding: 44px 0 60px;
    text-align: center;
    position: relative;
  }
  #conts_bustour::before {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% - 68px);
    background-color: #20c2eb;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  #conts_bustour h3 {
    width: 80%;
    margin: 0 auto 14px;
    position: relative;
    z-index: 9;
  }
  #conts_bustour .block {
    width: 100%;
    padding: 32px 0 40px;
    margin: 0 auto;
    box-sizing: border-box;
    border: solid 5px #000000;
    background-color: #fff;
    position: relative;
  }
  #conts_bustour h4 {
    display: inline-block;
    font-size: 17px;
    letter-spacing: -.05em;
    line-height: 1.4;
    font-weight: 600;
    margin: 0 auto 20px;
    position: relative;
  }
  #conts_bustour h4::before {
    content: "";
    display: block;
    width: 15px;
    height: 14px;
    background-image: url("../img/part_01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    left: 52px;
    top: -6px;
  }
  #conts_bustour .img {
    width: 100%;
    height: 45vw;
    background-image: url("../img/img_06.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-bottom: 20px;
  }
  #conts_bustour .text {
    width: 90%;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.7;
  }
  #conts_bustour .btn {
    width: 250px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    bottom: -31px;
    background-color: #fff;
    border-radius: 13px;
  }
  #conts_plan {
    padding: 28px 0 44px;
    background-image: url("../img/ptn_01.jpg");
    background-repeat: repeat;
    background-position: center center;
    background-size: 22px;
  }
  #conts_plan h3 {
    width: 100%;
    margin: 0 auto 24px;
  }
  #conts_plan .timetable {
    width: 100%;
    margin: 0 auto;
  }
  #conts_facility {
    padding: 40px 0 50px;
    background-color: #fff;
  }
  #conts_facility h3 {
    width: 80%;
    margin: 0 auto 32px;
  }
  #conts_facility .facility_list li {
    margin-bottom: 40px;
    position: relative;
    z-index: 9;
  }
  #conts_facility .facility_list li:last-of-type {
    margin-bottom: 0;
  }
  #conts_facility .facility_list li::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #caecff;
    position: absolute;
    top: 6px;
    left: 6px;
    z-index: -1;
  }
  #conts_facility .facility_list li dl {
    border: solid 5px #000;
    box-sizing: border-box;
    background-color: #fff;
    margin: 0;
    position: relative;
    z-index: 9;
  }
  #conts_facility .facility_list dt {
    padding: 6% 0 5%;
    margin: 0;
    background-color: #0191e4;
    border-bottom: solid 5px #000;
    position: relative;
  }
  #conts_facility .facility_list dt .number {
    width: 22%;
    position: absolute;
    top: -30%;
    left: -4%;
  }
  #conts_facility .facility_list dt .title {
    width: 70%;
    margin: 0 auto;
  }
  #conts_facility .facility_list .picture {
    width: 30%;
    position: absolute;
    top: -24%;
    right: -4%;
  }
  #conts_facility .facility_list li:nth-child(2) .picture {
    width: 20%;
    top: -24%;
    right: -2%;
  }
  #conts_facility .facility_list li:nth-child(3) .picture {
    width: 33%;
    top: -26%;
    right: -4%;
  }
  #conts_facility .facility_list dd {
    padding: 20px 0 30px;
    margin: 0;
  }
  #conts_facility .facility_list dd .text {
    width: 90%;
    line-height: 1.7;
    margin: 0 auto 20px;
  }
  #conts_facility .facility_list dd .img_wrapper {
    width: 100%;
  }
  #conts_facility .facility_list dd .img_wrapper .img {
    width: 100%;
  }
  #conts_facility .facility_list .food_img {
    width: 96%;
    letter-spacing: -.4em;
    font-size: 0;
    line-height: 0;
    text-align: center;
    padding: 28px 0 4px;
    margin: 0 auto;
    position: relative;
  }
  #conts_facility .facility_list .food_img::before {
    content: "";
    display: block;
    width: 220px;
    height: 50px;
    background-image: url("../img/text_10.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
  }
  #conts_facility .facility_list .food_img .img {
    display: inline-block;
    letter-spacing: normal;
    font-size: 15px;
    line-height: 1.5;
    margin-right: 4%;
  }
  #conts_facility .facility_list .food_img .img:first-child {
    width: 48%;
  }
  #conts_facility .facility_list .food_img .img:nth-child(2) {
    width: 48%;
    margin-right: 0;
  }
  #conts_facility .facility_list .food_img .img:nth-child(3) {
    width: 52%;
  }
  #conts_access {
    padding: 40px 0 70px;
    text-align: center;
  }
  #conts_access h3 {
    width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 9;
  }
  #conts_access .block {
    width: 100%;
    padding-bottom: 8px;
    margin-top: -3vw;
    border: 5px solid #000;
    box-sizing: border-box;
    background-color: #fff;
  }
  #conts_access .img {
    width: 100%;
    height: 110vw;
    background-image: url("../img/img_19.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-bottom: 5px solid #000;
    position: relative;
  }
  #conts_access .img .text_img {
    width: 24%;
    position: absolute;
    top: 48vw;
    right: -4%;
  }
  #conts_access h4 {
    width: 90%;
    margin: -36px auto 2px;
    font-size: 17px;
    font-style: italic;
    letter-spacing: -.05em;
    line-height: 1.4;
    font-weight: 600;
    border-radius: 100px;
    background-color: #ffff00;
    position: relative;
  }
  #conts_access h4 a {
    padding: 7px 0 6px;
    font-weight: 600;
    border-radius: 100px;
    border: solid 5px #000000;
    background-image: url("../img/arrow_2.png");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 14px;
  }
  #conts_access h4 a:hover {
    opacity: 0.7;
  }
  #conts_access table {
    width: 90%;
    font-weight: 600;
    line-height: 1.6;
    text-align: left;
    margin: 0 auto;
  }
  #conts_access tr {
    width: 100%;
    padding-bottom: 4px;
    background-image: url("../img/ptn_02.png");
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: 12px;
  }
  #conts_access tr:last-child {
    background: none;
  }
  #conts_access th {
    width: 33%;
    padding: 16px 3% 20px;
    box-sizing: border-box;
    vertical-align: top;
  }
  #conts_access td {
    width: 67%;
    padding: 16px 3% 17px 0;
    box-sizing: border-box;
    vertical-align: top;
  }
  #conts_access td a {
    display: inline-block;
    width: auto;
    color: #000;
  }
}