@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=GFS+Didot&display=swap");
/* 30px 見出し文字サイズ */
/* 12px 注意事項など */
body {
  padding-top: 90px; }

#mainv {
  min-width: 1085px;
  margin: 0 0 240px;
  position: relative; }
  #mainv .bg {
    width: calc(50% + 120px);
    height: 303px;
    background-image: url(../images/access/mainv_p_01.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    position: absolute;
    top: 90px;
    right: 0; }
  #mainv::before {
    content: "";
    width: calc(50% + 255px);
    height: 330px;
    background: #f2eae9;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
  #mainv h1 {
    padding: 100px 0 0 0;
    position: relative;
    z-index: 2; }

#access {
  margin-bottom: 80px; }
  #access .subContentsS .lead {
    font-size: .9375rem;
    margin-bottom: 60px; }
  #access .subContentsS .loc {
    font-size: .9375rem;
    margin: 0 200px 80px 0; }
    #access .subContentsS .loc dt {
      width: 120px;
      padding: 25px 0;
      float: left;
      display: flex;
      justify-content: space-between; }
    #access .subContentsS .loc dd {
      border-bottom: solid 1px #b7b7b7;
      padding: 25px 0 25px 180px; }
      #access .subContentsS .loc dd:last-child {
        border-bottom: none; }
  #access .subContentsS .map iframe {
    width: 100%;
    height: 464px;
    margin-bottom: 30px; }
  #access .subContentsS .map .traffic {
    font-size: .9375rem; }

/* FOR smartphone landscape
***************************************************************************/
@media screen and (max-width: 751px) {
  #mainv {
    min-width: initial;
    margin-bottom: 10vw; }
    #mainv .bg {
      width: 100vw;
      height: 40vw;
      background-position: center top;
      top: 0;
      right: 0; }
      #mainv .bg::after {
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.5);
        position: absolute;
        top: 0;
        left: 0; }
    #mainv::before {
      content: "";
      width: 100vw;
      height: 40vw; }
    #mainv .h-type01 .en {
      font-size: 2.8rem; }
    #mainv h1 {
      margin-bottom: 8vw;
      padding: 16vw 0 0 0; }

  #access {
    margin-bottom: 10vw; }
    #access .subContentsS .lead {
      margin-bottom: 8vw; }
    #access .subContentsS .loc {
      margin: 0 0 10vw 0; }
      #access .subContentsS .loc dt {
        width: 20vw;
        padding: 6vw 0; }
      #access .subContentsS .loc dd {
        padding: 6vw 0 6vw 30vw; }
    #access .subContentsS .map iframe {
      width: 100%;
      height: 80vw;
      margin-bottom: 5vw; } }

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