@charset "utf-8";

/* ======================================================
 * access.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - access-tabele
====================================================== */
@media print, screen and (min-width: 768px) {
/* ------------------------------------------------------
   * Heading
  ------------------------------------------------------ */
  .pageHead{
    background-color: #333333;
  }
  .pageHead .heading-lv1{
    display: -webkit-flex;
    display:flex;
    -webkit-flex-direction:column;
    flex-direction:column; 
    -webkit-align-items:center;
    align-items:center;
    -webkit-justify-content:center;
    justify-content:center;
    min-width: 1020px;
    height: 160px;
    margin: 0 auto;
    color: #ffffff;
  }
  .pageHead .heading-lv1 .heading_title {
    font-size: 3.8rem;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
  }
  .pageHead .heading-lv1 .heading_subtitle {
    margin-top: 12px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
  }

/* ------------------------------------------------------
 * General Purpose
------------------------------------------------------ */
  .map_box{
    margin-top: 340px;
  }
  .map_box::after,
  .map_box .bg-gray_area::after{
    display: block;
    clear: both;
    content: "";
  }
  .map_box .map_area{
    float: left;
    margin-top: -280px;
  }
  .map_box .bg-gray_area{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .map_box .map_area iframe{
    width: 640px;
    height: 397px;
  }
  .map_box .map_detail{
    float: left;
    margin-left: 50px;
    position: relative;
    top: 50px;
  }
  .map_box .map_detail .heading_title{
    margin-top: 0;
  }
  .link-button{
    margin-top: 15px;
  }
  .link-button.notfound-link li a.phone-link{
    color: #333333;
    pointer-events: none;
    text-decoration: none;
  }
  .link-button.notfound-link li a.phone-link em{
    font-style: normal;
    text-decoration: none;
  }
  .link-button.notfound-link li a.phone-link span{
    position: relative;
    padding-left: 25px;
    font-style: normal;
  }
  .link-button.notfound-link li a.phone-link span:before{
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 15px;
    height: 27px;
    margin-top: -14px;
    background: url(/common_new/img/com_phone_ic01.png) no-repeat 0 0;
    vertical-align: middle;
  }
  .box_column-layout{
    margin-top: 60px;
  }
  .box_column-layout > .column_item{
    margin-top: 30px;
  }
  .box_layout-v2{
    border: 1px solid #dddddd;
  }
  .box_layout-v2 .heading_area{
    padding: 10px;
    background-color: #f5f5f5;
  }
  .box_layout-v2 .text_area{
    padding: 10px;
  }
  .text-catch-v2{font-size: 2.2rem; font-weight: bold;}
  .f-large{font-size: 4rem;}
  .text-lead-v2{font-size: 1.8rem; line-height: 1.3;}
  
  .ic-train{
    position: relative;
    padding-left: 43px;
  }
  .ic-train::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 25px;
    height: 30px;
    margin-top: -17px;
    background: url(/common_new/img/access_ic01.png) no-repeat 0 0 / 25px 30px;
  }
  .ic-car{
    position: relative;
    padding-left: 50px;
  }
  .ic-car::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 26px;
    margin-top: -17px;
    background: url(/common_new/img/access_ic02.png) no-repeat 0 0 / 30px 26px;
  }
  .linkBtn .a-blank{
    position: relative;
    display: inline-block;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    color: #16509f;
    border: 1px solid #16509f;
  }
  .linkBtn .a-blank::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-top: -6px;
    background: url(/common_new/img/com_blank_ic01.png) no-repeat 0 0 / 11px;
    border: none !important;
    -webkit-transform: rotate(0) !important;
    transform: rotate(0) !important;
  }
  .bg-gray_area{
    margin-top: 60px;
    margin-right: calc(((100vw - 100%) / 2) * -1);
    margin-left: calc(((100vw - 100%) / 2) * -1);
    padding: 60px calc((100vw - 100%) / 2);
    background-color: #f5f5f5;
  }
  .box_column-layout{
    margin-top: 30px;
  }
  .text-catch + .box_column-layout{
    margin-top: 20px;
  }
  .list-note + .text-catch,
  .box_column-layout + .text-catch{
    margin-top: 50px;
  }
  .box_column-layout .text_area .list-note{
    margin-top: 0;
  }
  .box_column-layout .text_area .list-note .list_mark{
    position: inherit;
    margin-right: 0.5em;
  }
  .box_column-layout .text_area .list-note > li{
    padding: 0;
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1020px){
  .bg-gray_area{
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    background-color: #f5f5f5;
  }
}
@media print, screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * Heading
  ------------------------------------------------------ */
  .pageHead{
    background-color: #333333;
  }
  .pageHead .heading-lv1{
    display: -webkit-flex;
    display:flex;
    -webkit-flex-direction:column;
    flex-direction:column; 
    -webkit-align-items:center;
    align-items:center;
    -webkit-justify-content:center;
    justify-content:center;
    min-height: 90px;
    margin: 0 auto;
    padding: 24px 0;
    color: #ffffff;
  }
  .pageHead .heading-lv1 .heading_title {
    font-size: 2.3rem;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
  }
  .pageHead .heading-lv1 .heading_subtitle {
    margin-top: 6px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
  }

/* ------------------------------------------------------
 * General Purpose
------------------------------------------------------ */
  .bg-gray_area{
    margin-top: 40px;
    margin-right: calc(((100vw - 100%) / 2) * -1);
    margin-left: calc(((100vw - 100%) / 2) * -1);
    padding: 30px calc((100vw - 100%) / 2);
    background-color: #f5f5f5;
  }
  .map_box{
    margin-top: 25px;
  }
  .map_box .map_area iframe{
    width: 100%;
    height: 257px;
  }
  .map_box .map_detail .heading_title{
    margin-top: 0;
  }
  .link-button.notfound-link{
    display: block;
    align-items: center;
    justify-content: center;
    margin: 25px 0 10px;
  }
  .link-button.notfound-link li{
    width: 100%;
  }
  .link-button.notfound-link li + li{
    margin-left: 0;
    margin-top: 15px;
  }
  .link-button.notfound-link li a{
    position: relative;
    display: block;
    padding: 18px 10px 16px 52px;
    font-size: 14px;
    font-size: 1.4rem;
    text-decoration: none;
    text-align: center;
    line-height: 1.2;
  }
  .link-button.notfound-link li a::before{
    position: absolute;
    content: "";
    top: 50%;
    left: 24px;
    width: 18px;
    height: 33px;
    margin-top: -16px;
    background: url(/common_new/img/com_phone_ic02.png) no-repeat 0 0;
    background-size: 18px auto;
    vertical-align: middle;
  }
  .link-button.notfound-link li a.phone-link{
    pointer-events: inherit;
    border: solid 1px #007a8a;
    color: #16509f;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .link-button.notfound-link li a.phone-link em{
    font-size: 19px;
    font-size: 1.9rem;
    font-weight: bold;
    font-style: normal;
  }
  .box_column-layout{
    margin-top: 22px;
  }
  .box_column-layout > .column_item{
    margin-top: 15px;
  }
  .box_layout-v2{
    border: 1px solid #dddddd;
  }
  .box_layout-v2 .heading_area{
    padding: 10px;
    background-color: #f5f5f5;
  }
  .box_layout-v2 .text_area{
    padding: 10px;
  }
  .text-catch-v2{font-size: 2.4rem; font-weight: bold;}
  .f-large{font-size: 3.6rem;position: relative; bottom: -1px;}
  .text-lead-v2{font-size: 1.5rem; line-height: 1.5;}

  .ic-train{
    position: relative;
    padding-left: 26px;
  }
  .ic-train::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 16px;
    height: 21px;
    margin-top: -11px;
    background: url(/common_new/img/access_ic01.png) no-repeat 0 0 / 16px 21px;
  }
  .ic-car{
    position: relative;
    padding-left: 26px;
  }
  .ic-car::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 16px;
    height: 14px;
    margin-top: -8px;
    background: url(/common_new/img/access_ic02.png) no-repeat 0 0 / 16px 14px;
  }
  .linkBtn .a-blank{
    position: relative;
    display: inline-block;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    color: #16509f;
    border: 1px solid #16509f;
  }
  .linkBtn .a-blank::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 9px;
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-top: -6px;
    background: url(/common_new/img/com_blank_ic01.png) no-repeat 0 0 / 11px;
    border: none !important;
    -webkit-transform: rotate(0) !important;
    transform: rotate(0) !important;
  }
  .box_column-layout{
    margin-top: 1rem;
  }
  .text-catch + .box_column-layout{
    margin-top: 0;
  }
  .list-note + .text-catch{
    margin-top: 2.5rem;
  }
  .box_column-layout + .text-catch{
    margin-top: 2.5rem;
  }
  .box_column-layout .text_area .list-note{
    margin-top: 0;
  }
  .box_column-layout .text_area .list-note .list_mark{
    position: inherit;
    margin-right: 0.5em;
  }
  .box_column-layout .text_area .list-note > li{
    padding: 0;
    text-align: center;
  }
}
@media print {
  .bg-gray_area{
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    background-color: #f5f5f5;
  }
  .map_box{
    margin-top: 340px;
  }
  .map_box::after,
  .map_box .bg-gray_area::after{
    display: block;
    clear: both;
    content: "";
  }
  .map_box .map_area{
    float: left;
    margin-top: -280px;
  }
  .map_box .bg-gray_area{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .map_box .map_area iframe{
    width: 640px;
    height: 397px;
  }
  .map_box .map_detail{
    float: left;
    margin-left: 50px;
    position: relative;
    top: 50px;
  }
  .map_box .map_detail .heading_title{
    margin-top: 0;
  }
    .link-button.notfound-link li a{
    position: static;
    padding: 0;
    text-align: left;
  }
  .link-button.notfound-link li a::before{
    content: none;
  }
  .link-button.notfound-link li a.phone-link{
    pointer-events: inherit;
    border: none;
    color: #333333;
  }

}