@charset "UTF-8";
/**
 * ACCESS
 */
#contents.static .main-article img {
  box-shadow: none;
}

#contents.static .main-article p {
  margin: 0;
}

#contents.static .attention {
  color: #000;
  text-align: center;
  padding: 25px 0;
  margin: 0 120px;
  background-color: #fffce5;
  border: 2px solid #ff4102;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  #contents.static .attention {
    max-width: 300px;
    margin: -10px auto 0;
    padding: 15px 0 20px;
  }
}

#contents.static .attention h4 {
  color: #ff4102;
  font-size: 1.3em;
  line-height: 1;
  font-weight: bold;
  margin: 0 0 15px !important;
  padding: 0;
  background: none;
  border-radius: 0;
}

@media screen and (max-width: 767px) {
  #contents.static .attention h4 {
    font-size: 1.15em;
    line-height: 1.5;
    margin-bottom: 10px !important;
  }
}

#contents.static .attention h4 br {
  display: none;
}

@media screen and (max-width: 767px) {
  #contents.static .attention h4 br {
    display: inherit;
  }
}

#contents.static .attention p {
  line-height: 1.5;
}

#contents.static .attention p br {
  display: none;
}

@media screen and (max-width: 767px) {
  #contents.static .attention p br {
    display: inherit;
  }
}

#contents.static .attention a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  line-height: 1;
  padding: 15px 20px;
  margin: 15px auto 0;
  background-color: #ff4102;
  border-radius: 50px;
  opacity: .8;
  transition: all .2s;
}

#contents.static .attention a:hover {
  opacity: 1;
}

#contents.static .section h3 {
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  #contents.static .section h3 {
    margin-bottom: 20px;
  }
}

#contents.static .section h4 {
  margin: 0 25px 20px;
}

@media screen and (max-width: 767px) {
  #contents.static .section h4 {
    margin: 0 0 20px;
  }
}

#contents.static .section .col {
  justify-content: space-between;
  align-items: center;
  margin: 0 25px 40px;
}

@media screen and (max-width: 767px) {
  #contents.static .section .col {
    flex-direction: column;
    margin: 0 0 40px;
  }
}

@media screen and (max-width: 767px) {
  #contents.static .section .col-right {
    margin-left: 0;
  }
}

#contents.static .section .col-left {
  width: 550px;
}

@media screen and (max-width: 767px) {
  #contents.static .section .col-left {
    width: 90%;
    margin-right: 0;
  }
}

#contents.static .section .col .fig {
  position: relative;
}

@media screen and (max-width: 767px) {
  #contents.static .section .col .fig {
    margin: 0 auto;
  }
}

#contents.static .section .col .fig a {
  display: block;
  position: absolute;
  top: 17px;
  right: -3px;
  font-size: 0;
  line-height: 0;
  width: 84px;
  height: 36px;
  background-color: #f60;
  border-radius: 5px;
  opacity: 0;
  transition: all .2s;
}

#contents.static .section .col .fig a:hover {
  opacity: .15;
}

#contents.static .section .col .logo {
  width: 160px;
}

@media screen and (max-width: 767px) {
  #contents.static .section .col .logo {
    width: 150px;
    margin-top: 15px;
  }
}

#contents.static .section .col .logo em {
  display: block;
  font-size: .9em;
  text-align: center;
  font-weight: bold;
  margin-top: 8px;
}

#contents.static .section .col-sub {
  justify-content: flex-start;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  #contents.static .section .col-sub {
    flex-direction: row;
    align-items: flex-start;
  }
}

#contents.static .section .col-sub:nth-of-type(3) {
  margin-bottom: 40px;
}

#contents.static .section .col-sub .col-left {
  width: 280px;
}

@media screen and (max-width: 767px) {
  #contents.static .section .col-sub .col-left {
    width: 116px;
    margin-top: 5px;
  }
}

#contents.static .section .col-sub .col-right {
  flex: 1;
  margin-left: 15px;
}

#contents.static .section .col-sub .col-right p {
  font-size: .9em;
  line-height: 1.7;
}

#contents.static .section-lead .tab {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  #contents.static .section-lead .tab {
    flex-wrap: wrap;
  }
}

#contents.static .section-lead .tab li {
  width: 24%;
  margin: 0;
}

@media screen and (max-width: 767px) {
  #contents.static .section-lead .tab li {
    width: 49%;
    margin-bottom: 2%;
  }
}

#contents.static .section-lead .tab li a {
  display: block;
  position: relative;
  font-family: "Hiragino Mincho ProN", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #695c21;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  padding: 8px;
  background-color: #eed76f;
  opacity: 1;
  transition: all .2s;
}

@media all and (-ms-high-contrast: none) {
  #contents.static .section-lead .tab li a {
    font-family: "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
}

@media screen and (max-width: 767px) {
  #contents.static .section-lead .tab li a {
    padding: 8px 0;
  }
}

#contents.static .section-lead .tab li a::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  margin: 3px;
  border: 1px dashed #b39b33;
}

#contents.static .section-lead .tab li a:hover {
  opacity: .8;
}

#contents.static .section-lead .map {
  width: 696px;
  margin: 40px auto 0;
}

@media screen and (max-width: 767px) {
  #contents.static .section-lead .map {
    width: 100%;
    margin-top: 20px;
  }
}

#contents.static .section-lead p {
  line-height: 1.5;
  text-indent: 25px;
  width: 696px;
  margin: 5px auto 0;
}

@media screen and (max-width: 767px) {
  #contents.static .section-lead p {
    font-size: 1.4rem;
    text-indent: 0;
    width: 100%;
    margin-top: 10px;
  }
}

#contents.static .section-lead p em {
  margin-left: 1em;
}

@media screen and (max-width: 767px) {
  #contents.static .section-lead p em {
    display: inline-block;
    vertical-align: top;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  #contents.static .section-1st {
    margin-top: -10px;
  }
}

#contents.static .section-2nd a {
  font-weight: bold;
  color: #fd8a1e;
}

#contents.static .section-2nd .col .fig a {
  top: 18px;
}

#contents.static .section-4th .col-right {
  margin-top: 20px;
}

#contents.static .section-4th .note {
  font-size: .9em;
  line-height: 1.5;
  margin: -30px 0 0 355px;
}

@media screen and (max-width: 767px) {
  #contents.static .section-4th .note {
    margin: -20px 0 0;
  }
}

#contents.static .section-4th .btn {
  display: flex;
  justify-content: flex-end;
  padding: 0;
  margin: 20px 25px 0;
}

@media screen and (max-width: 767px) {
  #contents.static .section-4th .btn {
    flex-direction: column;
    margin: 10px 0 0;
  }
}

#contents.static .section-4th .btn li {
  margin: 0 0 0 10px;
  list-style: none;
}

@media screen and (max-width: 767px) {
  #contents.static .section-4th .btn li {
    margin: 10px auto 0;
  }
}

@media screen and (max-width: 767px) {
  #contents.static .section-4th .btn li a {
    text-align: center;
    width: 220px;
  }
}

#contents.static .section-4th .btn li:nth-of-type(1) a {
  line-height: 50px;
}

#contents.static .section-4th .btn li:nth-of-type(2) a {
  padding-top: 9px;
}

#contents.static .section-4th .btn li:nth-of-type(2) a em {
  display: block;
  font-size: .75em;
  text-align: center;
  margin-top: 3px;
}

#contents.static .section-4th .btn .deco-btn {
  padding-top: 0;
  padding-bottom: 0;
  height: 50px;
  box-sizing: border-box;
}

#contents.static .section-5th h3 {
  color: #fd8a1e;
  border-bottom-color: #fd8a1e;
}

#contents.static .section-5th h4 {
  margin-left: 0;
}

#contents.static .section-5th .box {
  position: relative;
  padding: 20px 25px;
  background-image: url(../img/bg-1.png);
  border: 5px solid #dfd7ca;
}

@media screen and (max-width: 767px) {
  #contents.static .section-5th .box {
    padding: 15px 15px 0;
  }
}

#contents.static .section-5th .box::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  border: 1px solid #fff;
}

#contents.static .section-5th .box h4 {
  color: #afa684;
  font-size: 1.2em;
  padding: 0;
  margin-bottom: 15px;
  background: none;
  border-radius: 0;
}

@media screen and (max-width: 767px) {
  #contents.static .section-5th .box h4 {
    display: block;
    font-size: 1em;
    text-align: center;
  }
}

#contents.static .section-5th .box h4 strong {
  color: #f09159;
  margin-right: 1em;
}

#contents.static .section-5th .box h4 em {
  position: absolute;
  right: 25px;
  color: #afa684;
  font-size: .8em;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #contents.static .section-5th .box h4 em {
    display: block;
    position: relative;
    right: 0;
  }
}

#contents.static .section-5th .box h4 .mdi {
  font-weight: bold;
}

#contents.static .section-5th .box h4 .mdi::before {
  margin-right: .3em;
}

#contents.static .section-5th .images {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  #contents.static .section-5th .images {
    flex-direction: column;
  }
}

#contents.static .section-5th .images li {
  font-size: .9em;
  line-height: 1.5;
  list-style: none;
  width: 22%;
  margin: 0;
}

@media screen and (max-width: 767px) {
  #contents.static .section-5th .images li {
    width: 100%;
  }
}

#contents.static .section-5th .images a {
  display: block;
  margin-bottom: 8px;
  border: 1px solid #dfd7ca;
  opacity: 1;
  transition: all .2s;
}

@media screen and (max-width: 767px) {
  #contents.static .section-5th .images a {
    float: left;
    width: 50%;
    margin: 0 15px 15px 0;
    pointer-events: none;
  }
}

#contents.static .section-5th .images a:hover {
  opacity: .8;
}

#contents.static .section-5th .images img {
  display: block;
  padding: 1px;
  width: calc(100% - 2px);
  opacity: 1;
}

#contents.static .section-5th .note {
  font-size: .9em;
  line-height: 1.5;
  text-align: right;
  margin-top: 10px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  #contents.static .section-5th .note {
    text-align: left;
  }
}

/*アクセス 車ルート説明　追加*/
#contents.static .route-photo {
  position: relative;
}

#contents.static .route-photo h4 {
  position: relative;
  display: block;
  background: none;
  color: #73A430;
  font-size: 2rem;
  text-align: left;
  background: transparent url(/images/access/route-sign.png) no-repeat 5px 0;
  margin: -40px 0 0 -40px;
  padding: 40px 0 10px 130px;
  border-radius: 0;
}

#contents.static .route-photo h4 br {
  display: none;
}

@media screen and (max-width: 767px) {
  #contents.static .route-photo h4 {
    left: -20px;
    font-size: 1.4rem;
    text-align: center;
    width: calc(100% - 85px);
    margin: -33px 0 10px;
    padding: 35px 0 5px 20px;
    background-size: 88px auto;
  }
  #contents.static .route-photo h4 br {
    display: inline;
  }
}

#contents.static .route-photo_in {
  margin: 50px 20px 0;
  border: 2px solid #bdd3be;
  padding: 20px 20px 10px;
}

@media screen and (max-width: 767px) {
  #contents.static .route-photo_in {
    margin: 0;
    padding: 20px 5px 0;
  }
}

#contents.static .route-photo_in .table-content {
  margin: 0;
}

#contents.static .route-photo_in table {
  margin-top: 10px;
  border: 0;
  text-align: left;
}

@media screen and (max-width: 767px) {
  #contents.static .route-photo_in table {
    margin-top: 0;
  }
}

#contents.static .route-photo_in td {
  border: 0;
  text-align: left;
}

#contents.static .route-photo_in td:first-of-type {
  width: 290px;
}

@media screen and (max-width: 767px) {
  #contents.static .route-photo_in td:first-of-type {
    width: 46vw;
    padding-right: 2vw;
  }
}

@media screen and (max-width: 767px) {
  #contents.static .route-photo_in td a {
    pointer-events: none;
  }
  #contents.static .route-photo_in td br {
    display: none;
  }
}

#contents.static .route-photo_in td img {
  display: block;
  max-height: none;
  padding: 13px 15px 20px 14px;
  margin-bottom: 10px;
  margin-right: 5px;
  background: transparent url(/images/access/bg_frame240.jpg) no-repeat;
}

@media screen and (max-width: 767px) {
  #contents.static .route-photo_in td img {
    width: calc(100% - 4.4vw);
    padding: 1.8vw 2.2vw 3.3vw 2.2vw;
    margin-bottom: 2vw;
    margin-right: 0;
    background-size: contain;
  }
}

#contents.static .route-photo_in td.end img {
  background-image: none;
  padding: 0;
}

@media screen and (max-width: 767px) {
  #contents.static .route-photo_in td.end img {
    width: 100%;
  }
}

#contents.static .route-photo_in td.routetxt {
  line-height: 2;
  padding-bottom: 1.8em;
}

@media screen and (max-width: 767px) {
  #contents.static .route-photo_in td.routetxt {
    font-size: 1.3rem;
    line-height: 1.7;
    padding-bottom: 2em;
  }
}

#contents.static #open-sesame {
  position: absolute;
  top: 20px;
  right: 50px;
  font-size: 1.4rem;
  cursor: pointer;
  color: #FD9000;
  padding: 5px 0 8px 35px;
  text-decoration: underline;
  background: transparent url(/images/access/icon_route.png) no-repeat 0 2px;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 767px) {
  #contents.static #open-sesame {
    top: 23px;
    right: 10px;
    font-size: 1.2rem;
    padding: 5px 0 5px 27px;
    background-size: auto 58%;
    background-position: 0 50%;
  }
}

#contents.static #js-table-area {
  display: none;
}

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