@media screen and (max-width: 766px) {
  article h1 {
    margin-bottom: 30px;
  }
  article h1 + section {
    width: 90%;
    margin: 0 auto 45px;
  }
  article h1 + section > div.about {
    width: 90%;
    margin: 0 auto 45px;
  }
  article h1 + section > div.about figure {
    margin-bottom: 30px;
  }
  article h1 + section > div.about figure img {
    width: 100%;
  }
  article h1 + section > div.about dl {
    margin-bottom: 30px;
  }
  article h1 + section > div.about dl dt {
    font-weight: bold;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-size: 1.1em;
  }
  article h1 + section > div.about dl dd {
    width: 100%;
    font-size: 1.1em;
    line-height: 1.5em;
    border-bottom: 1px solid #dad4d2;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  article h1 + section > div.access {
    width: 90%;
    margin: 0 auto 45px;
  }
  article h1 + section > div.access h3 {
    font-family: 'Contrail One', cursive;
    font-size: 1.75em;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
  }
  article h1 + section > div.access h3 span {
    font-size: 0.65em;
    margin-left: 20px;
  }
  article h1 + section > div.access .target {
    display: block;
    padding: 10px;
    background: #fff;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 0px 3px 3px rgba(106, 91, 86, 0.1);
    -moz-box-shadow: 0px 0px 3px 3px rgba(106, 91, 86, 0.1);
    -ms-box-shadow: 0px 0px 3px 3px rgba(106, 91, 86, 0.1);
    -o-box-shadow: 0px 0px 3px 3px rgba(106, 91, 86, 0.1);
    box-shadow: 0px 0px 3px 3px rgba(106, 91, 86, 0.1);
    margin-bottom: 45px;
  }
  article h1 + section > div.access .target > div {
    width: 100%;
    height: 50vw;
    margin-bottom: 15px;
  }
  article h1 + section > div.access .target > figure {
    width: 100%;
  }
  article h1 + section > div.access .target > figure img {
    width: 100%;
  }
  article h1 + section > div.access .target > a {
    display: block;
    width: 80%;
    height: 45px;
    background: #ffa91e;
    font-size: 1.2em;
    border-radius: 5px;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: bold;
    color: #fff;
    margin: 0 auto 15px;
    cursor: pointer;
    box-shadow: 0px 5px 1px 0px #e49d27;
    position: relative;
    text-align: center;
    line-height: 45px;
    text-decoration: none;
  }
  article h1 + section > div.access .target > a:hover {
    top: 4px;
    box-shadow: 0px 1px 1px 0px #e49d27;
  }
  article h1 + section > div.access .target:nth-of-type(2) {
    margin-bottom: 60px;
  }
  article h1 + section > div.access .parking figure {
    margin-bottom: 30px;
  }
  article h1 + section > div.access .parking figure img {
    width: 100%;
  }
  article h1 + section > div.access .parking dl {
    margin-bottom: 30px;
  }
  article h1 + section > div.access .parking dl dt {
    font-weight: bold;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-size: 1.1em;
  }
  article h1 + section > div.access .parking dl dd {
    width: 100%;
    font-size: 1.1em;
    line-height: 1.5em;
    border-bottom: 1px solid #dad4d2;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  article h1 + section > div.feature {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
  }
  article h1 + section > div.feature div {
    margin-bottom: 45px;
  }
  article h1 + section > div.feature div:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  article h1 + section > div.feature div:nth-of-type(1) h3 {
    text-align: center;
    margin-bottom: 30px;
  }
  article h1 + section > div.feature div:nth-of-type(1) h3 img {
    padding-bottom: 15px;
    border-bottom: 9px double #fdb6a3;
  }
  article h1 + section > div.feature div:nth-of-type(1) ul {
    margin-bottom: 45px;
  }
  article h1 + section > div.feature div:nth-of-type(1) ul li {
    padding: 10px;
    border-radius: 5px;
    background: #e9e4e2;
    margin-bottom: 15px;
    font-size: 1.1em;
    position: relative;
  }
  article h1 + section > div.feature div:nth-of-type(1) ul li:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .whell_chair_tit{
    margin-left:-8px;
  }
  .whell_chair{
    float:none;
    margin-right:0;
    width:100%;
  }
  .whell_chair_last{
    float:none;
    width:100%;
  }
  .whell_chair dt,
  .whell_chair_last dt{
    float:left;
    margin-right:10px;
  }
  article h1 + section > div.feature div:nth-of-type(1) div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  article h1 + section > div.feature div:nth-of-type(1) div figure {
    width: 48.5%;
    position: relative;
    margin-bottom: 20px;
  }
  article h1 + section > div.feature div:nth-of-type(1) div figure img {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
  article h1 + section > div.feature div:nth-of-type(2) h3 {
    text-align: center;
    margin-bottom: 30px;
  }
  article h1 + section > div.feature div:nth-of-type(2) h3 img {
    padding-bottom: 15px;
    border-bottom: 9px double #9ecfa4;
  }
  article h1 + section > div.feature div:nth-of-type(2) ul {
    margin-bottom: 45px;
  }
  article h1 + section > div.feature div:nth-of-type(2) ul li {
    padding: 10px;
    border-radius: 5px;
    background: #e9e4e2;
    margin-bottom: 15px;
    font-size: 1.1em;
    position: relative;
  }
  article h1 + section > div.feature div:nth-of-type(2) ul li:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  article h1 + section > div.feature div:nth-of-type(2) div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  article h1 + section > div.feature div:nth-of-type(2) div figure {
    width: 48.5%;
    position: relative;
  }
  article h1 + section > div.feature div:nth-of-type(2) div figure img {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
  article h1 + section > div.feature div:nth-of-type(2) div figure a {
    display: block;
    width: 100%;
    height: 30px;
    background: #ffa91e;
    font-size: 1em;
    border-radius: 5px;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: bold;
    color: #fff;
    margin: 0 auto 15px;
    cursor: pointer;
    box-shadow: 0px 5px 1px 0px #e49d27;
    position: relative;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
    top: 5px;
  }
  article h1 + section > div.feature div:nth-of-type(2) div figure a:hover {
    top: 9px;
    box-shadow: 0px 1px 1px 0px #e49d27;
  }
  article h1 + section > div.feature div:nth-of-type(3) h3 {
    text-align: center;
    margin-bottom: 20px;
  }
  article h1 + section > div.feature div:nth-of-type(3) h3 img {
    padding-bottom: 15px;
    border-bottom: 9px double #77b7f7;
  }
  article h1 + section > div.feature div:nth-of-type(3) h3 + p {
    text-align: center;
    margin-bottom: 30px;
    font-size: 1.5em;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: bold;
  }
  article h1 + section > div.feature div:nth-of-type(3) dl dt {
    font-weight: bold;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-size: 1.2em;
    text-align: center;
    margin-bottom: 10px;
  }
  article h1 + section > div.feature div:nth-of-type(3) dl dd ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  article h1 + section > div.feature div:nth-of-type(3) dl dd ul li {
    padding: 10px;
    border-radius: 5px;
    background: #e9e4e2;
    margin-bottom: 15px;
    position: relative;
    width: 48.5%;
  }
  article h1 + section > div.feature div:nth-of-type(3) dl dd {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dad4d2;
    line-height: 1.75em;
  }
  article h1 + section > div.feature div:nth-of-type(3) dl dd:nth-last-of-type(1) {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
  }
  .access-main_map {
    margin-bottom: 30px;
  }
  .access-title {
    display: none;
  }
  .access-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: inherit !important;
  }
  .access-flex .access-item {
    width: 48%;
    margin-bottom: 15px;
  }
  .access-flex .access-item br {
    display: none !important;
  }
  .access-flex .access-item img {
    width: 100%;
    display: block;
    margin-bottom: 9px;
  }
  .access-flex .access-item p {
    font-size: .7rem;
    line-height: 1.4;
  }
}
