@charset "UTF-8";
.common_fv {
  background-image: url(../img/access/main_image.jpg);
}
@media screen and (min-width: 770px) {
  #access_conts {
    clear: both;
    float: left;
    width: 100%;
    height: auto;
    padding-bottom: 125px;
  }
  #access_conts .ggmap {
    position: relative;
    padding-bottom: 40.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 30px;
  }
  #access_conts .ggmap iframe, #access_conts .ggmap object, #access_conts .ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #access_conts .map .btn_common {
    margin-inline: auto;
  }
  #access_conts .section_01_bg {
    width: 100%;
    clear: both;
    float: left;
    margin-bottom: 77px;
  }
  #access_conts .section_01 {
    margin-left: auto;
    margin-right: auto;
    width: 1100px;
  }
  #access_conts .section_01 .t_title {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 30px;
    text-align: center;
  }
  #access_conts .section_01 .t_text {
    font-size: 17px;
    line-height: 2;
    margin-bottom: 51px;
    text-align: center;
  }
  #access_conts .section_01 .i_box {
    width: 90%;
    padding: 40px 40px;
    box-sizing: border-box;
    margin: 0 auto 96px;
    display: flex;
    flex-wrap: wrap;
    gap: 8%;
    background: none;
    border: 1px solid var(--color-border-main);
    justify-content: center;
  }
  #access_conts .section_01 .i_box dl {
    display: flex;
    align-items: center;
  }
  #access_conts .section_01 .i_box dl dt {
    width: 105px;
    margin-right: 30px;
  }
  #access_conts .section_01 .i_box dl dd {
    font-size: 16px;
    line-height: 1.6;
    display: table-cell;
    vertical-align: middle;
  }
  #access_conts .section_01 .map {
    clear: both;
    margin-bottom: 74px;
  }
  #access_conts .section_01 .map .title {
    font-size: 34px;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 34px;
  }
  #access_conts .section_01 .map .button {
    text-align: right;
    margin-top: 12px;
  }
  #access_conts .section_01 .img_map .left_box {
    width: 489px;
    float: left;
  }
  #access_conts .section_01 .img_map .left_box .title {
    font-size: 34px;
    line-height: 1.3;
    margin-left: 144px;
    margin-bottom: 36px;
  }
  #access_conts .section_01 .img_map .left_box .img {
    margin-bottom: 16px;
  }
  #access_conts .section_01 .img_map .left_box .text {
    font-size: 16px;
    line-height: 28px;
  }
  #access_conts .section_01 .img_map .right_box {
    width: 611px;
    float: right;
  }
  #access_conts .section_01 .img_map .right_box .title {
    font-size: 34px;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 36px;
  }
  #access_conts .section_02_bg {
    width: 100%;
    clear: both;
    float: left;
  }
  #access_conts .section_02 {
    margin-left: auto;
    margin-right: auto;
    width: 1100px;
  }
  #access_conts .section_02 .box {
    height: 309px;
    background: none;
    border: 1px solid var(--color-border-main);
  }
  #access_conts .section_02 .box .img {
    width: 433px;
    float: left;
    margin-top: 1px;
    margin-left: 1px;
  }
  #access_conts .section_02 .box .right_box {
    width: 648px;
    float: right;
    margin-top: 26px;
  }
  #access_conts .section_02 .box .right_box .circle {
    width: 91px;
    float: left;
    margin-right: 24px;
  }
  #access_conts .section_02 .box .right_box dl {
    width: 468px;
    float: left;
    margin-top: 30px;
  }
  #access_conts .section_02 .box .right_box dl dt {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 28px;
  }
  #access_conts .section_02 .box .right_box dl dd {
    font-size: 16px;
    line-height: 32px;
  }
  #access_conts #section_03 {
    text-align: center;
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 180px;
  }
  #access_conts #section_03 .title {
    font-size: 34px;
    line-height: 1.3;
    margin-bottom: 34px;
  }
  #access_conts #section_03 img {
    margin-bottom: 40px;
    width: 100%;
  }
  #access_conts #section_03 p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 28px;
  }
  #access_conts #section_03 .departure {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #access_conts #section_03 .departure li {
    width: 300px;
    margin-right: 5%;
  }
  #access_conts #section_03 .departure li:last-of-type {
    margin-right: 0px;
  }
}

@media screen and (max-width:769px) {
  .common_fv img {
    width: 50%;
    padding-top: 15vw;
    margin-left: auto;
    margin-right: auto;
  }
  #access_conts {
    clear: both;
    float: left;
    width: 100%;
    height: auto;
    padding-bottom: 80px;
  }
  #access_conts .ggmap {
    position: relative;
    padding-bottom: 60vw;
    height: 0;
    overflow: hidden;
    margin-bottom: 30px;
  }
  #access_conts .ggmap iframe, #access_conts .ggmap object, #access_conts .ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #access_conts .section_01_bg {
    width: 100%;
    clear: both;
    float: left;
    margin-bottom: 90px;
  }
  #access_conts .section_01 {
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
  }
  #access_conts .section_01 .t_title {
    font-size: 2.2rem;
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: center;
  }
  #access_conts .section_01 .t_text {
    font-size: 1.5rem;
    line-height: 1.8;
    margin-bottom: 36px;
    letter-spacing: -.04em;
    text-align: center;
  }
  #access_conts .section_01 .i_box {
    padding: 22px 3% 21px;
    border: 1px solid var(--color-border-main);
    margin-bottom: 76px;
    background: none;
  }
  #access_conts .section_01 .i_box .m_right {
    margin-bottom: 16px;
    box-sizing: border-box;
    width: 100%;
  }
  #access_conts .section_01 .i_box dl {
    display: flex;
  }
  #access_conts .section_01 .i_box dl dt {
    width: 54px;
    margin-right: 6px;
    display: inline-block;
    vertical-align: middle;
  }
  #access_conts .section_01 .i_box dl dt img {
    max-width: 103px;
  }
  #access_conts .section_01 .i_box dl dd {
    width: calc(100% - 60px);
    font-size: 14px;
    line-height: 1.6;
    padding-top: 7px;
    display: inline-block;
    vertical-align: middle;
  }
  #access_conts .section_01 .map {
    margin-bottom: 74px;
  }
  #access_conts .section_01 .map .title {
    font-size: 2.2rem;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 18px;
  }
  #access_conts .section_01 .map .button {
    text-align: right;
    margin-top: 12px;
  }
  #access_conts .section_01 .map .button img {
    width: 50%;
    margin: 0 25%;
  }
  #access_conts .section_01 .img_map {
    float: left;
    clear: both;
    width: 100%;
  }
  #access_conts .section_01 .img_map .left_box {
    float: left;
    clear: both;
    width: 100%;
  }
  #access_conts .section_01 .img_map .left_box .title {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    float: left;
    font-size: 2rem;
    line-height: 2.2;
    padding-top: 10vw
  }
  #access_conts .section_01 .img_map .left_box .img {
    width: 85%;
    float: right;
    margin-bottom: 20px;
  }
  #access_conts .section_01 .img_map .left_box .text {
    font-size: 14px;
    line-height: 1.8;
    clear: both;
    margin-left: 15%;
  }
  #access_conts .section_01 .img_map .right_box {
    float: left;
    clear: both;
    width: 100%;
    line-height: 0px;
  }
  #access_conts .section_01 .img_map .right_box .title {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    float: left;
    font-size: 2rem;
    line-height: 2.2;
    padding-top: 6vw;
  }
  #access_conts .section_01 .img_map .right_box .img {
    width: 85%;
    float: right;
  }
  #access_conts .section_02 {
    width: 90%;
    margin: 0 5%;
    clear: both;
  }
  #access_conts .section_02 .box .right_box {
    padding: 25px 5% 24px;
    position: relative;
  }
  #access_conts .section_02 .box .right_box .circle {
    width: 54px;
    position: absolute;
    left: 5%;
    top: 24px;
  }
  #access_conts .section_02 .box .right_box dl dt {
    text-align: left;
    font-size: 2rem;
    line-height: 1.4;
    padding-left: 60px;
    margin-bottom: 18px;
  }
  #access_conts .section_02 .box .right_box dl dd {
    text-align: left;
    font-size: 14px;
  }
  #access_conts #section_03 {
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 80px;
  }
  #access_conts #section_03 .title {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 18px;
  }
  #access_conts #section_03 img {
    width: 90%;
    margin: 0 5% 12px;
  }
  #access_conts #section_03 p {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 28px;
  }
  #access_conts #section_03 .departure {
    width: 90%;
    margin: 0 auto;
    letter-spacing: -.4em;
  }
  #access_conts #section_03 .departure li {
    width: 49%;
    display: inline-block;
    margin-right: 2%;
    letter-spacing: normal;
    box-sizing: border-box;
  }
  #access_conts #section_03 .departure li:nth-of-type(2n) {
    margin-right: 0;
  }
  #access_conts #section_03 .departure li:hover {
    background-color: #fff;
    border: 1px solid #061f33;
    transition: .3s;
    box-sizing: border-box;
  }
  #access_conts #section_03 .departure li:last-of-type {
    margin-right: 0px;
  }
}