@charset "UTF-8";
/*中央揃え*/
/*@mixin centerWidth*/
/*中央揃え*/
/*MV ------------------------*/
@media print, screen and (min-width: 769px) {
  .p-mv {
    padding: 100px 0; }
    .p-mv .ttl {
      width: 259px;
      margin: auto; }
      .p-mv .ttl img {
        width: 100%; } }
@media only screen and (max-width: 768px) {
  .p-mv {
    padding: 40px 0; }
    .p-mv .ttl {
      width: calc(438px / 2);
      margin: auto; }
      .p-mv .ttl img {
        width: 100%; } }

@media print, screen and (min-width: 769px) {
  .timeBox .inn {
    width: 600px;
    margin: auto;
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: solid 1px #e5e5e5; }
  .timeBox .conTtl {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 20px; }
  .timeBox .timeTable {
    border-right: solid 1px #e5e5e5;
    border-top: solid 1px #e5e5e5;
    width: 600px;
    margin-bottom: 15px; }
    .timeBox .timeTable th {
      border-left: solid 1px #e5e5e5;
      border-bottom: solid 1px #e5e5e5;
      padding: 28px 0;
      background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIElEQVQYV2P8/+/zfwYQ+HcXTDFiCvy5AFEBBYz/0QQAJgMTLezgMtwAAAAASUVORK5CYII=) repeat; }
    .timeBox .timeTable td {
      border-left: solid 1px #e5e5e5;
      border-bottom: solid 1px #e5e5e5;
      padding: 20px;
      text-align: center;
      font-size: 16px;
      font-size: 1.6rem; }
      .timeBox .timeTable td.td_ttl {
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: bold;
        width: 170px; }
    .timeBox .timeTable .icon_kome {
      position: relative; }
      .timeBox .timeTable .icon_kome:after {
        content: "※";
        position: absolute;
        bottom: 5px;
        right: 5px; }
  .timeBox .sup li {
    padding-left: 1em;
    text-indent: -1em; } }
@media only screen and (max-width: 768px) {
  .timeBox .inn {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: solid 1px #e5e5e5; }
  .timeBox .conTtl {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 10px; }
  .timeBox .timeTable {
    border-right: solid 1px #e5e5e5;
    border-top: solid 1px #e5e5e5;
    width: 100%;
    margin-bottom: 15px; }
    .timeBox .timeTable .thead {
      display: none; }
    .timeBox .timeTable td {
      border-left: solid 1px #e5e5e5;
      border-bottom: solid 1px #e5e5e5;
      padding: 10px;
      display: block;
      text-align: center;
      width: 41px;
      float: left;
      width: calc(100% / 7);
      font-size: 16px;
      font-size: 1.6rem; }
      .timeBox .timeTable td.td_ttl {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIElEQVQYV2P8/+/zfwYQ+HcXTDFiCvy5AFEBBYz/0QQAJgMTLezgMtwAAAAASUVORK5CYII=) repeat;
        font-weight: bold;
        width: 100%; }
      .timeBox .timeTable td:before {
        content: attr(data-label);
        font-weight: bold;
        margin-right: 10px;
        width: 100%;
        display: block; }
    .timeBox .timeTable .icon_kome {
      position: relative; }
      .timeBox .timeTable .icon_kome:after {
        content: "※";
        position: absolute;
        bottom: 2px;
        right: 2px;
        font-size: 10px;
        font-size: 1rem;
        font-weight: bold; }
  .timeBox .sup li {
    font-size: 12px;
    font-size: 1.2rem;
    padding-left: 1em;
    text-indent: -1em; } }

@media print, screen and (min-width: 769px) {
  .accessBox {
    padding-bottom: 100px; }
    .accessBox .inn {
      width: 600px;
      margin: auto; }
    .accessBox .conTtl {
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: bold;
      margin-bottom: 20px; }
    .accessBox .address_txt {
      margin-bottom: 10px; }
    .accessBox iframe {
      margin-bottom: 20px; }
    .accessBox .howGoTo {
      margin-bottom: 30px; }
      .accessBox .howGoTo dt {
        font-size: 16px;
        font-size: 1.6rem;
        margin-bottom: 10px;
        font-weight: bold; }
      .accessBox .howGoTo.train dt:before {
        content: "";
        display: inline-block;
        margin-right: 8px;
        vertical-align: middle;
        background: url(../img/icon_train01.png) no-repeat center;
        width: 13px;
        height: 17px;
        background-size: 100%; }
      .accessBox .howGoTo.car dt:before {
        content: "";
        display: inline-block;
        margin-right: 8px;
        vertical-align: middle;
        background: url(../img/icon_car01.png) no-repeat center;
        width: 31px;
        height: 15px;
        background-size: 100%; }
    .accessBox .park_map_img {
      margin-top: 20px; }
    .accessBox .car {
      margin-bottom: 50px; } }
@media only screen and (max-width: 768px) {
  .accessBox {
    padding-bottom: 40px; }
    .accessBox .conTtl {
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: bold;
      margin-bottom: 15px; }
    .accessBox .address_txt {
      margin-bottom: 6px; }
    .accessBox iframe {
      margin-bottom: 15px;
      width: 100%;
      height: 56vw; }
    .accessBox .howGoTo {
      margin-bottom: 20px; }
      .accessBox .howGoTo dt {
        font-size: 16px;
        font-size: 1.6rem;
        margin-bottom: 6px;
        font-weight: bold; }
      .accessBox .howGoTo.train dt:before {
        content: "";
        display: inline-block;
        margin-right: 8px;
        vertical-align: middle;
        background: url(../img/icon_train01.png) no-repeat center;
        width: 13px;
        height: 17px;
        background-size: 100%; }
      .accessBox .howGoTo.car dt:before {
        content: "";
        display: inline-block;
        margin-right: 8px;
        vertical-align: middle;
        background: url(../img/icon_car01.png) no-repeat center;
        width: 31px;
        height: 15px;
        background-size: 100%; }
      .accessBox .howGoTo:last-of-type {
        margin-bottom: 0; }
    .accessBox .park_map_img {
      margin-top: 15px; }
    .accessBox .car {
      margin-bottom: 30px; } }

/*# sourceMappingURL=index.css.map */
