@media print, screen and (min-width: 767px) {
  article h1 {
    margin-bottom: 30px;
  }
  article h1 + section {
    background: url(../../image/facility/common/background.png) repeat-y center top;
    padding-bottom: 90px;
  }
  article h1 + section > div.about {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto 60px;
    clear: both;
    position: relative;
    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-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
  }
  article h1 + section > div.about figure {
    width: 45%;
    position: relative;
  }
  article h1 + section > div.about figure img {
    width: 100%;
  }
  article h1 + section > div.about dl {
    width: 50%;
    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;
    position: relative;
  }
  article h1 + section > div.about dl dt {
    padding: 10px;
    line-height: 1em;
    border-bottom: 1px dotted #3e2a24;
    width: 30%;
    font-size: 1.2em;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
  }
  article h1 + section > div.about dl dt img {
    margin-right: 10px;
  }
  article h1 + section > div.about dl dd {
    padding: 10px;
    line-height: 1em;
    border-bottom: 1px dotted #3e2a24;
    width: 70%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
  }
  article h1 + section > div.about dl dd p {
    margin: 0;
    font-size: 1.2em;
    line-height: 1.75em;
  }
  article h1 + section > div.about dl dt:nth-last-of-type(1),
  article h1 + section > div.about dl dd:nth-last-of-type(1) {
    padding-bottom: 0;
    border-bottom: 0;
  }
  article h1 + section > div.access {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto 60px;
  }
  article h1 + section > div.access h3 {
    font-family: 'Contrail One', cursive;
    font-size: 1.75em;
    margin-bottom: 45px;
    position: relative;
  }
  article h1 + section > div.access h3 span {
    font-size: 0.65em;
    margin-left: 20px;
  }
  article h1 + section > div.access h3:nth-of-type(1):before {
    content: url(../../image/facility/index/access_h3.png);
    position: absolute;
    left: 0;
    top: -20px;
  }
  article h1 + section > div.access .target {
    display: block;
    padding: 30px;
    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: 550px;
    margin-bottom: 30px;
  }
  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;
    max-width: 400px;
    width: 90%;
    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: 75px;
  }
  article h1 + section > div.access h3:nth-of-type(2):before {
    content: url(../../image/facility/index/access_h3_02.png);
    position: absolute;
    left: 0;
    top: -20px;
  }
  article h1 + section > div.access .parking {
    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-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
  }
  article h1 + section > div.access .parking figure {
    width: 45%;
    position: relative;
  }
  article h1 + section > div.access .parking figure img {
    width: 100%;
  }
  article h1 + section > div.access .parking dl {
    width: 50%;
    position: relative;
  }
  article h1 + section > div.access .parking dl dt {
    padding: 10px;
    line-height: 1em;
    font-size: 1.2em;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: bold;
  }
  article h1 + section > div.access .parking dl dt img {
    margin-right: 10px;
  }
  article h1 + section > div.access .parking dl dd {
    padding: 10px 10px 15px;
    margin-bottom: 15px;
    line-height: 1em;
    border-bottom: 1px dotted #3e2a24;
  }
  article h1 + section > div.access .parking dl dd p {
    margin: 0;
    font-size: 2em;
  }
  article h1 + section > div.access .parking dl dd p span {
    font-size: 0.75em;
  }
  article h1 + section > div.access .parking dl dt:nth-last-of-type(1),
  article h1 + section > div.access .parking dl dd:nth-last-of-type(1) {
    padding-bottom: 0;
    border-bottom: 0;
  }
  article h1 + section > div.access .parking dl dt:nth-last-of-type(1) p,
  article h1 + section > div.access .parking dl dd:nth-last-of-type(1) p {
    margin: 0;
    font-size: 1.2em;
    line-height: 1.75em;
  }
  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 {
    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;
    margin-bottom: 45px;
  }
  article h1 + section > div.feature div:nth-of-type(1) ul li {
    padding: 15px;
    width: 48.5%;
    border-radius: 5px;
    background: #e9e4e2;
    margin-bottom: 15px;
    font-size: 1.1em;
    position: relative;
    padding-left: 50px;
    position: relative;
  }
  article h1 + section > div.feature div:nth-of-type(1) ul li:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border: 3px solid #fdb6a3;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 15px;
    top: 15px;
  }
  article h1 + section > div.feature div:nth-of-type(1) ul li:nth-last-of-type(1),
  article h1 + section > div.feature div:nth-of-type(1) ul li:nth-last-of-type(2) {
    margin-bottom: 0;
  }
  .whell_chair_tit{
    margin-left:-8px;
  }
  .whell_chair{
    float:left;
    margin-right:5%;
    width:30%;
  }
  .whell_chair_last{
    float:left;
    width:30%;
  }
  .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: 30%;
    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 {
    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;
    margin-bottom: 45px;
  }
  article h1 + section > div.feature div:nth-of-type(2) ul li {
    padding: 15px;
    width: 48.5%;
    border-radius: 5px;
    background: #e9e4e2;
    margin-bottom: 15px;
    font-size: 1.1em;
    padding-left: 50px;
    position: relative;
  }
  article h1 + section > div.feature div:nth-of-type(2) ul li:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border: 3px solid #9ecfa4;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 15px;
    top: 15px;
  }
  article h1 + section > div.feature div:nth-of-type(2) ul li:nth-last-of-type(1),
  article h1 + section > div.feature div:nth-of-type(2) ul li:nth-last-of-type(2) {
    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: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  article h1 + section > div.feature div:nth-of-type(2) div figure {
    width: 23%;
    position: relative;
    margin: 0 1.5%;
  }
  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(2) div figure:nth-of-type(1) {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 46%;
    position: relative;
    -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:nth-of-type(1) img {
    width: 50%;
  }
  article h1 + section > div.feature div:nth-of-type(2) div figure:nth-of-type(1) figcaption {
    width: 100%;
  }
  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 {
    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 dt {
    width: 25%;
    font-weight: bold;
    font-family: 'Noto Sans Japanese', sans-serif;
    padding-right: 5%;
    font-size: 1.2em;
  }
  article h1 + section > div.feature div:nth-of-type(3) dl dd {
    width: 75%;
  }
  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 {
    width: 32%;
    padding: 10px;
    border-radius: 5px;
    background: #e9e4e2;
    margin-bottom: 15px;
    position: relative;
  }
  article h1 + section > div.feature div:nth-of-type(3) dl dt,
  article h1 + section > div.feature div:nth-of-type(3) dl dd {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dad4d2;
    line-height: 1.75em;
  }
  article h1 + section > div.feature div:nth-of-type(3) dl dt:nth-last-of-type(1),
  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: 60px;
  }
  .access-title {
    font-size: 2.5rem !important;
    text-align: center;
    padding-top: 15px;
    margin-bottom: 35px !important;
  }
  .access-title:before {
    display: none;
  }
  .access-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: inherit !important;
  }
  .access-flex .access-item {
    width: 30%;
    margin-bottom: 30px;
  }
  .access-flex .access-item img {
    width: 100%;
    display: block;
    margin-bottom: 9px;
  }
  .access-flex .access-item p {
    font-size: .9rem;
    line-height: 1.4;
  }
}
