@charset "UTF-8";
/* ----------------------------------------------
スライダーイメージ
------------------------------------------------*/
#container.lower_page #topImage div.image_area {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../image/topImage.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../image/topImage.jpg);
}

/* ----------------------------------------------

PC設定

------------------------------------------------*/
@media all and (min-width: 768px) {
  #container.lower_page #contents .access {
    background-color: #efefef;
    padding: calc(90px * 0.85) 0;
  }
  #container.lower_page #contents .access .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background-color: #fff;
    padding: calc(90px * 0.55) 9%;
  }
  #container.lower_page #contents .access .wrapper .text_area {
    border-top: 1px #cdcdcd solid;
    border-bottom: 1px #cdcdcd solid;
    margin-bottom: 90px;
    width: 100%;
  }
  #container.lower_page #contents .access .wrapper .text_area div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
  }
  #container.lower_page #contents .access .wrapper .text_area div:not(:last-of-type) {
    border-bottom: 1px dashed #cdcdcd;
  }
  #container.lower_page #contents .access .wrapper .text_area div dt {
    font-size: calc(16px * 1.25);
    padding: 1em;
    width: 20%;
  }
  #container.lower_page #contents .access .wrapper .text_area div dd {
    font-size: 16px;
    padding: 1em;
    width: 80%;
  }
  #container.lower_page #contents .access .wrapper .map_area {
    width: 100%;
    margin-bottom: 90px;
  }
  #container.lower_page #contents .access .wrapper .map_area h2 {
    font-size: calc(16px * 1.5);
    margin-bottom: 0.8em;
    font-family: 'Noto Sans JP', sans-serif;
  }
  #container.lower_page #contents .access .wrapper .map_area iframe {
    width: 100%;
  }
  #container.lower_page #contents .access .wrapper .root_area {
    width: 100%;
    margin-bottom: 90px;
  }
  #container.lower_page #contents .access .wrapper .root_area h2 {
    font-size: calc(16px * 1.5);
    margin-bottom: 0.8em;
    font-family: 'Noto Sans JP', sans-serif;
  }
  #container.lower_page #contents .access .wrapper .root_area .root {
    width: 100%;
    overflow: auto;
    margin-bottom: calc(2rem * 0.75);
    padding-bottom: 1rem;
  }
  #container.lower_page #contents .access .wrapper .root_area .root .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #container.lower_page #contents .access .wrapper .root_area .root .inner > div {
    width: 10vw;
    min-width: 200px;
  }
  #container.lower_page #contents .access .wrapper .root_area .root .inner > div .title_box {
    height: 65%;
    border: 1px solid #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-right: 1rem;
    padding: 0.5rem;
  }
  #container.lower_page #contents .access .wrapper .root_area .root .inner > div .title_box::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #000;
  }
  #container.lower_page #contents .access .wrapper .root_area .root .inner > div .title_box .intext {
    font-size: calc(16px * 1.25);
    margin-right: 0.5rem;
  }
  #container.lower_page #contents .access .wrapper .root_area .root .inner > div .title_box .intext span {
    display: inline-block;
  }
  #container.lower_page #contents .access .wrapper .root_area .root .inner figure {
    width: 10vw;
    min-width: 200px;
    margin-right: 1rem;
  }
  #container.lower_page #contents .access .wrapper .root_area .root .inner figure figcaption {
    font-size: 14px;
    margin-top: 1em;
  }
}

/* ----------------------------------------------

pad設定

------------------------------------------------*/
@media all and (min-width: 520px) and (max-width: 768px) {
  #container.lower_page #contents .access {
    background-color: #efefef;
    padding: calc(70px * 0.85) 0;
  }
  #container.lower_page #contents .access .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background-color: #fff;
    padding: calc(70px * 0.55) 9%;
  }
  #container.lower_page #contents .access .wrapper .text_area {
    border-top: 1px #cdcdcd solid;
    border-bottom: 1px #cdcdcd solid;
    margin-bottom: 70px;
    width: 100%;
  }
  #container.lower_page #contents .access .wrapper .text_area div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
  }
  #container.lower_page #contents .access .wrapper .text_area div:not(:last-of-type) {
    border-bottom: 1px dashed #cdcdcd;
  }
  #container.lower_page #contents .access .wrapper .text_area div dt {
    font-size: calc(14.4px * 1.25);
    padding: 0.8em 0 0;
    width: 100%;
    text-align: center;
  }
  #container.lower_page #contents .access .wrapper .text_area div dd {
    text-align: center;
    font-size: 16px;
    padding: 0.8em;
    width: 100%;
  }
  #container.lower_page #contents .access .wrapper .map_area {
    width: 100%;
    margin-bottom: 70px;
  }
  #container.lower_page #contents .access .wrapper .map_area h2 {
    font-size: calc(14.4px * 1.5);
    margin-bottom: 0.8em;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
  }
  #container.lower_page #contents .access .wrapper .map_area iframe {
    width: 100%;
  }
  #container.lower_page #contents .access .wrapper .root_area {
    width: 100%;
    margin-bottom: 70px;
  }
  #container.lower_page #contents .access .wrapper .root_area h2 {
    font-size: calc(14.4px * 1.5);
    margin-bottom: 0.8em;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
  }
  #container.lower_page #contents .access .wrapper .root_area .root {
    width: 100%;
    overflow: auto;
    margin-bottom: calc(1.5rem * 0.75);
    padding-bottom: 1rem;
  }
  #container.lower_page #contents .access .wrapper .root_area .root .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #container.lower_page #contents .access .wrapper .root_area .root .inner > div {
    width: 10vw;
    min-width: 200px;
  }
  #container.lower_page #contents .access .wrapper .root_area .root .inner > div .title_box {
    height: 65%;
    border: 1px solid #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-right: 1rem;
    padding: 0.5rem;
  }
  #container.lower_page #contents .access .wrapper .root_area .root .inner > div .title_box::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #000;
  }
  #container.lower_page #contents .access .wrapper .root_area .root .inner > div .title_box .intext {
    font-size: calc(14.4px * 1.25);
    margin-right: 0.5rem;
  }
  #container.lower_page #contents .access .wrapper .root_area .root .inner > div .title_box .intext span {
    display: inline-block;
  }
  #container.lower_page #contents .access .wrapper .root_area .root .inner figure {
    width: 10vw;
    min-width: 200px;
    margin-right: 1rem;
  }
  #container.lower_page #contents .access .wrapper .root_area .root .inner figure figcaption {
    font-size: 14px;
    margin-top: 1em;
  }
}

/* ----------------------------------------------

sp設定

------------------------------------------------*/
@media all and (max-width: 520px) {
  #container.lower_page #contents .access {
    background-color: #efefef;
    padding: calc(45px * 0.85) 0;
  }
  #container.lower_page #contents .access .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background-color: #fff;
    padding: calc(45px * 0.55) 9%;
  }
  #container.lower_page #contents .access .wrapper .text_area {
    border-top: 1px #cdcdcd solid;
    border-bottom: 1px #cdcdcd solid;
    margin-bottom: 45px;
    width: 100%;
  }
  #container.lower_page #contents .access .wrapper .text_area div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
  }
  #container.lower_page #contents .access .wrapper .text_area div:not(:last-of-type) {
    border-bottom: 1px dashed #cdcdcd;
  }
  #container.lower_page #contents .access .wrapper .text_area div dt {
    font-size: calc(12.8px * 1.25);
    padding: 0.8em 0 0;
    width: 100%;
    text-align: center;
  }
  #container.lower_page #contents .access .wrapper .text_area div dd {
    text-align: center;
    font-size: 16px;
    padding: 0.8em;
    width: 100%;
  }
  #container.lower_page #contents .access .wrapper .map_area {
    width: 100%;
    margin-bottom: 45px;
  }
  #container.lower_page #contents .access .wrapper .map_area h2 {
    font-size: calc(12.8px * 1.5);
    margin-bottom: 0.8em;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
  }
  #container.lower_page #contents .access .wrapper .map_area iframe {
    width: 100%;
  }
  #container.lower_page #contents .access .wrapper .root_area {
    width: 100%;
    margin-bottom: 45px;
  }
  #container.lower_page #contents .access .wrapper .root_area h2 {
    font-size: calc(12.8px * 1.5);
    margin-bottom: 0.8em;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
  }
  #container.lower_page #contents .access .wrapper .root_area .root {
    width: 100%;
    overflow: auto;
    margin-bottom: calc(1rem * 0.75);
    padding-bottom: 1rem;
  }
  #container.lower_page #contents .access .wrapper .root_area .root .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #container.lower_page #contents .access .wrapper .root_area .root .inner > div {
    width: 10vw;
    min-width: 200px;
  }
  #container.lower_page #contents .access .wrapper .root_area .root .inner > div .title_box {
    height: 65%;
    border: 1px solid #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-right: 1rem;
    padding: 0.5rem;
  }
  #container.lower_page #contents .access .wrapper .root_area .root .inner > div .title_box::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #000;
  }
  #container.lower_page #contents .access .wrapper .root_area .root .inner > div .title_box .intext {
    font-size: calc(12.8px * 1.25);
    margin-right: 0.5rem;
  }
  #container.lower_page #contents .access .wrapper .root_area .root .inner > div .title_box .intext span {
    display: inline-block;
  }
  #container.lower_page #contents .access .wrapper .root_area .root .inner figure {
    width: 10vw;
    min-width: 200px;
    margin-right: 1rem;
  }
  #container.lower_page #contents .access .wrapper .root_area .root .inner figure figcaption {
    font-size: 14px;
    margin-top: 1em;
  }
}