@media screen and (min-width: 769px), print {
  .bFlex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ggMap iframe {
    width: 100%;
    height: 100%;
    line-height: 0;
  }
  .ttl {
    position: relative;
    display: block;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 25px;
    padding-left: 26px;
    letter-spacing: 1px;
  }
  .ttl:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 15px;
    height: 15px;
    background-color: #99ac1b;
  }
  .stAccess__box li {
    width: 407px;
  }
  .stAccess__box li:first-child {
    margin-right: 26px;
  }
  .stAccess__box .ttl {
    margin-bottom: 6px;
  }
  .stAccess__box .ggMap {
    height: 367px;
  }
  .stAccess__box figure img {
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .stAccess__dl {
    margin: 16px 0 31px;
  }
  .stAccess__dl dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 0 12px;
    border-bottom: 1px solid #c7c7c8;
  }
  .stAccess__dl dl:first-child {
    padding-bottom: 16px;
  }
  .stAccess__dl dl dt, .stAccess__dl dl dd {
    font-weight: 500;
    line-height: 25px;
  }
  .stAccess__dl dl em {
    display: block;
    font-style: normal;
  }
  .stAccess__dl dt {
    width: 110px;
  }
  .stAccess__dl dt span {
    display: block;
    background-color: #eee;
    color: #6f6f6f;
    text-align: center;
  }
  .stAccess__dl dd {
    width: -webkit-calc(100% - 110px);
    width: -moz-calc(100% - 110px);
    width: calc(100% - 110px);
    padding-left: 16px;
    letter-spacing: 1px;
  }
  .stAccess__dl p:not(:last-child) {
    margin-bottom: 23px;
  }
  .stAccess__dl .link {
    display: inline-block;
    color: #99ac1b;
    font-weight: 600;
    text-decoration: underline;
    -webkit-transition: text-decoration .35s ease;
    -moz-transition: text-decoration .35s ease;
    transition: text-decoration .35s ease;
  }
  .stAccess__dl .link:hover {
    text-decoration: none;
  }
  .stAccess__dl .dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .stAccess__dl .dl .dt {
    width: 60px;
  }
  .stAccess__dl .dl .dd {
    width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: calc(100% - 60px);
  }
  .stAccess__dl .dl.large .dt {
    width: 128px;
  }
  .stAccess__dl .dl.large .dd {
    width: -webkit-calc(100% - 128px);
    width: -moz-calc(100% - 128px);
    width: calc(100% - 128px);
  }
  .stAccess__dl .left {
    width: 90px;
  }
  .stAccess__dl .right {
    width: -webkit-calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: calc(100% - 90px);
  }
  .stAccess__image {
    width: 100%;
    margin-bottom: 31px;
  }
  .stAccess__image figure img {
    width: 100%;
  }
  .stAccess__map .ggMap {
    margin-top: 13px;
  }
  .stAccess__map iframe {
    height: 500px;
  }
}

@media screen and (max-width: 768px) {
  .bFlex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ggMap iframe {
    width: 100%;
    height: 100%;
    line-height: 0;
  }
  .ttl {
    position: relative;
    display: block;
    font-weight: 600;
    padding-left: 4vw;
    letter-spacing: 0.13333vw;
  }
  .ttl:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 2.66667vw;
    height: 2.66667vw;
    background-color: #99ac1b;
  }
  .stAccess__box {
    display: block;
  }
  .stAccess__box li:first-child {
    margin-bottom: 4vw;
  }
  .stAccess__box li img {
    width: 100%;
  }
  .stAccess__box .ttl {
    margin-bottom: 1.33333vw;
  }
  .stAccess__box .ggMap {
    height: 69.73333vw;
  }
  .stAccess__box picture {
    border: solid 1px #aaa;
  }
  .stAccess__box figure img {
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .stAccess__dl {
    margin: 5.33333vw 0 8vw;
  }
  .stAccess__dl dl {
    margin-bottom: 4vw;
  }
  .stAccess__dl dl dt, .stAccess__dl dl dd {
    font-weight: 500;
  }
  .stAccess__dl dl em {
    display: block;
    font-style: normal;
  }
  .stAccess__dl dl p {
    line-height: 4.8vw;
  }
  .stAccess__dl dt {
    margin-bottom: 2.66667vw;
  }
  .stAccess__dl dt span {
    display: block;
    background-color: #eee;
    color: #6f6f6f;
    text-align: center;
    padding: 2vw 0;
  }
  .stAccess__dl p:not(:last-child) {
    margin-bottom: 2.66667vw;
  }
  .stAccess__dl .link {
    display: inline-block;
    color: #99ac1b;
    font-weight: 600;
    text-decoration: underline;
  }
  .stAccess__dl .dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .stAccess__dl .dl.large .dt {
    width: 26.66667vw;
  }
  .stAccess__dl .dl.large .dd {
    width: -webkit-calc(100% - 26.66667vw);
    width: -moz-calc(100% - 26.66667vw);
    width: calc(100% - 26.66667vw);
  }
  .stAccess__dl .dl .dt {
    width: 12vw;
  }
  .stAccess__dl .dl .dd {
    width: -webkit-calc(100% - 12vw);
    width: -moz-calc(100% - 12vw);
    width: calc(100% - 12vw);
  }
  .stAccess__dl .left {
    width: 16vw;
  }
  .stAccess__dl .right {
    width: -webkit-calc(100% - 16vw);
    width: -moz-calc(100% - 16vw);
    width: calc(100% - 16vw);
  }
  .stAccess__image {
    width: 100%;
    margin-bottom: 8vw;
  }
  .stAccess__image figure img {
    width: 100%;
  }
  .stAccess__map .ggMap {
    margin-top: 2.4vw;
  }
  .stAccess__map iframe {
    height: 66.66667vw;
  }
}
