@charset "UTF-8";
/* =====
 * /access レイアウト
============================================================================= */
/* -----
 * PageHeadVisual
----------------------------------------------------------------------------- */
#PageHeadVisual {
  background-image: url(../images/access/head-visual2.jpg);
}



/* -----
 * PageHeadNavi
----------------------------------------------------------------------------- */
#PageHeadNavi ul li {
  width: 50%;
}

/* -----
 * PageHeadTitle
----------------------------------------------------------------------------- */
#PageHeadTitle .title {
  width: 121px;
}

#PageHeadTitle:before {
  background-image: url(../images/access/page-head-polygon.png);
}

/* -----
 * AccessJapanMap
----------------------------------------------------------------------------- */
#AccessJapanMap {
  margin-top: 20px;
}

/* -----
 * AccessMap
----------------------------------------------------------------------------- */
#AccessMap {
  position: relative;
  margin: 70px 0 -90px;
}

#AccessMap #googleMap {
  height: 510px;
}

#AccessMap .map-iframe {
  overflow: hidden;
}

#AccessMap .map-iframe iframe {
  width: calc(100% + 800px);
  height: 510px;
  margin-left: -400px;
}

#AccessMap .info {
  width: 300px;
  padding: 15px 15px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 55px;
  left: 60px;
  line-height: 1.75;
}

#AccessMap .info address {
  font-style: normal;
  margin-top: 0.5em;
}

#AccessMap .info address .caption {
  font-size: 26px;
  margin: 0;
}

#AccessMap .info address p {
  margin: 0;
}

#AccessMap .info address p.tel {
  color: #005f3f;
  font-size: 29px;
  font-weight: bold;
}

#AccessMap .info address p.tel a {
  display: inline-block;
  vertical-align: middle;
  color: inherit;
  background: transparent url(../images/common/icon-tel.png) 0 50% no-repeat;
  -webkit-background-size: 33px 25px;
          background-size: 33px 25px;
  padding-left: 40px;
}

#AccessMap .info .btn {
  width: 151px;
  margin: 1em auto 0;
}

/* -----
 * flow-asset
----------------------------------------------------------------------------- */
.flow-asset {
  margin: 0 auto;
  line-height: 1.5;
}

.flow-asset .title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.flow-asset .title img {
  display: block;
  margin: 0 auto 1em;
}

.flow-asset .content {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-top: 30px;
}

.flow-asset .content .flow {
  display: table-cell;
  vertical-align: middle;
  width: 830px;
}

.flow-asset .content .banner {
  display: table-cell;
  vertical-align: middle;
}

.flow-asset .content .banner img {
  border: 1px solid #727272;
}

.flow-asset#Access1 {
  margin-top: 40px;
}

.flow-asset#Access1 .title img {
  width: 135px;
}

.flow-asset#Access2 {
  margin-top: 80px;
}

.flow-asset#Access2 .title img {
  width: 215px;
}

/* -----
 * Message
----------------------------------------------------------------------------- */
#Message {
  line-height: 1.75;
  text-align: center;
  margin-top: 70px;
}

#Message > h3 {
  background: transparent url(../images/access/message-title-deco.png) 50% 0 no-repeat;
  -webkit-background-size: 51px 12px;
          background-size: 51px 12px;
  padding-top: 20px;
  font-size: 18px;
  color: #005f3f;
}

/* -----
 * PriceAndTraffic
----------------------------------------------------------------------------- */
#PriceAndTraffic {
  width: 860px;
  margin: 70px auto 0;
  line-height: 1.75;
}

#PriceAndTraffic h3 {
  color: #005f3f;
  font-size: inherit;
  position: relative;
  padding-left: 40px;
}

#PriceAndTraffic h3:before {
  display: inline-block;
  content: "";
  width: 35px;
  height: 1px;
  background-color: #005f3f;
  position: absolute;
  left: 0;
  top: 0.875em;
}

#PriceAndTraffic table {
  width: 100%;
  border-collapse: collapse;
}

#PriceAndTraffic table th, #PriceAndTraffic table td {
  border: 1px solid #000;
  padding: 0.5em 2em;
}

#PriceAndTraffic table th {
  width: 1%;
  white-space: nowrap;
  background-color: #f4f4f4;
  font-weight: normal;
}

#PriceAndTraffic .price .content {
  width: 400px;
}

#PriceAndTraffic .price .content:first-child {
  float: left;
}

#PriceAndTraffic .price .content:last-child {
  float: right;
}

#PriceAndTraffic .traffic {
  margin-top: 60px;
}

#PriceAndTraffic .traffic td:last-child {
  white-space: nowrap;
}

#PriceAndTraffic .traffic a:after {
  display: inline-block;
  content: "";
  width: 20px;
  height: 17px;
  background: transparent url(../images/common/icon-link.png) 50% 50% no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  vertical-align: middle;
  margin-left: 0.5em;
}

/* -----
 * responsive
----------------------------------------------------------------------------- */
@media screen and (min-width: 944px) {
  /* PC */
}

@media screen and (min-width: 768px) and (max-width: 943px) {
  /* tablet */
}

@media screen and (max-width: 767px) {
  /* smart phone */
  /* -----
   * PageHeadVisual
  ----------------------------------------------------------------------------- */
  #PageHeadVisual {
    background-image: url(../images/access/head-visual-sp.jpg);
  }
  /* -----
   * PageHeadNavi
  ----------------------------------------------------------------------------- */
  #PageHeadNavi ul {
    text-align: center;
  }
  #PageHeadNavi ul li {
    display: inline-block;
    width: auto;
    float: none;
  }
  #PageHeadNavi ul li:first-child {
    margin-right: 2em;
  }
  /* -----
   * PageHeadTitle
  ----------------------------------------------------------------------------- */
  #PageHeadTitle .title {
    width: 63px;
  }
  #PageHeadTitle:before {
    background-image: url(../images/access/page-head-polygon-sp.png);
  }
  /* -----
   * AccessJapanMap
  ----------------------------------------------------------------------------- */
  #AccessJapanMap {
    margin-top: 10px;
  }
  /* -----
   * AccessMap
  ----------------------------------------------------------------------------- */
  #AccessMap {
    margin: 40px 0 0;
  }
  #AccessMap #googleMap {
    height: 205px;
  }
  #AccessMap .map-iframe iframe {
    height: 205px;
  }
  #AccessMap .info {
    width: auto;
    margin: -30px 10px 0;
    padding: 20px;
    position: relative;
    top: 0;
    left: 0;
  }
  #AccessMap .info address .caption {
    font-size: 20px;
  }
  #AccessMap .info address p {
    font-size: 15px;
  }
  #AccessMap .info address p.tel {
    font-size: 27px;
  }
  #AccessMap .info address p.tel a {
    text-decoration: none;
  }
  #AccessMap .info .btn {
    width: 190px;
  }
  /* -----
   * flow-asset
  ----------------------------------------------------------------------------- */
  .flow-asset {
    padding: 0 10px;
  }
  .flow-asset .title {
    font-size: 15px;
  }
  .flow-asset .title img {
    margin-bottom: 0.5em;
  }
  .flow-asset .content {
    display: block;
  }
  .flow-asset .content .flow {
    display: block;
    width: auto;
  }
  .flow-asset .content .banner {
    display: block;
  }
  .flow-asset#Access1 .title img {
    width: 100px;
  }
  .flow-asset#Access2 {
    margin-top: 40px;
  }
  .flow-asset#Access2 .title img {
    width: 160px;
  }
  /* -----
   * Message
  ----------------------------------------------------------------------------- */
  #Message {
    margin-top: 40px;
    padding: 0 10px;
    text-align: left;
  }
  #Message > h3 {
    font-size: 13px;
    text-align: center;
  }
  /* -----
   * PriceAndTraffic
  ----------------------------------------------------------------------------- */
  #PriceAndTraffic {
    width: auto;
    margin: 40px auto 0;
    padding: 0 10px;
    line-height: 1.75;
  }
  #PriceAndTraffic h3 {
    padding-left: 35px;
  }
  #PriceAndTraffic h3:before {
    width: 30px;
  }
  #PriceAndTraffic table th, #PriceAndTraffic table td {
    padding: 0.5em 1em;
    font-size: 11px;
  }
  #PriceAndTraffic .price .content {
    width: auto;
    float: none !important;
  }
  #PriceAndTraffic .price .content:last-child {
    margin-top: 30px;
  }
  #PriceAndTraffic .traffic {
    margin-top: 30px;
  }
  #PriceAndTraffic .traffic a:after {
    width: 15px;
    height: 13px;
  }
}
