/*----------------------------------------------
mv_area
----------------------------------------------*/
.mv_area {
  width: 100%;
  height: 300px;
  margin: 70px 0 0;
  position: relative;
  justify-content: center;
  background: url("../images/access_mv_2.jpg") no-repeat center center;
  background-size: cover;
}
.mv_area h2 {
  width: 220px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  text-align: center;
  color: #523D32;
}
.mv_area h2 img {
  width: 100%;
}

@media screen and (max-width: 815px) {
  .mv_area {
    background: url("../images/access_mv_sp_2.jpg") no-repeat center center;
    background-size: cover;
    margin: 50px 0 0;
    height: 200px;
  }
  .mv_area h2 {
    width: 156px;
  }
}
/*----------------------------------------------
pararax
----------------------------------------------*/
.bg_ph {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -9999;
}

.bg_sightseeing {
  background: url(../images/bg_sightseeing.jpg) no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 815px) {
  .bg_sightseeing {
    background: url(../images/bg_sightseeing_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}
/*----------------------------------------------
access_about
----------------------------------------------*/
#access_about {
  position: relative;
  width: 100%;
  height: auto;
}
#access_about .bg_w {
  background: #FFF;
  width: 100%;
  height: 40%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#access_about .txt_area {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
#access_about .inner {
  color: #523D32;
}
#access_about .page_text.sec01 {
  padding: 100px 0;
}
#access_about .page_text.sec01 h2 {
  letter-spacing: 3px;
  position: relative;
  margin: 0 0 20px;
}
#access_about .page_text.sec01 h2 .sub:before {
  content: "";
  width: 65px;
  height: 3px;
  background: #523D32;
  display: block;
  margin: 20px auto 0;
}
#access_about .map_area {
  padding: 0 0 100px;
}
#access_about .map_area .google_map {
  width: 100%;
  height: 500px;
  margin: 0 0 40px;
}
#access_about .map_area > .flex_box .left_box {
  color: #FFF;
}
#access_about .map_area > .flex_box .left_box h3 {
  font-size: 2.2rem;
  padding: 0 30px 0 0;
}
#access_about .map_area > .flex_box .left_box address {
  font-size: 1.4rem;
}
#access_about .map_area > .flex_box .right_box {
  width: 320px;
}
#access_about .map_area > .flex_box .right_box .link_area {
  margin: 0 auto;
}
#access_about .map_area > .flex_box .right_box .btn_w {
  width: calc(100% - 40px);
}
#access_about .access_list {
  margin: 0 auto;
  padding: 0 0 100px;
}
#access_about .access_list li {
  background: #FFF;
  border-top: 4px solid #3F7650;
  width: calc(100% - 80px);
  padding: 40px;
  margin: 25px 0 0;
  justify-content: flex-start;
}
#access_about .access_list li:first-child {
  margin: 0;
}
#access_about .access_list li h4 {
  position: relative;
  font-size: 2rem;
  font-weight: 500;
  color: #3F7650;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  margin: 0 0 15px;
}
#access_about .access_list li p {
  width: 100%;
}
#access_about .access_list li p img {
  width: 100%;
}
#access_about .access_list li.car h4:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/access_icon01.svg) no-repeat center center;
  background-size: contain;
  margin: 0 15px 0 0;
}
#access_about .access_list li.car dl {
  flex-wrap: wrap;
  width: 60%;
  align-items: stretch;
}
#access_about .access_list li.car dt {
  font-weight: bold;
  width: 9em;
}
#access_about .access_list li.car dd {
  width: calc(100% - 9em);
}
#access_about .access_list li.train h4:before {
  content: "";
  display: block;
  width: 32px;
  height: 48px;
  background: url(../images/access_icon02.svg) no-repeat center center;
  background-size: contain;
  margin: 0 23px 0 0;
}
#access_about .access_list li.airplane h4:before {
  content: "";
  display: block;
  width: 40px;
  height: 38px;
  background: url(../images/access_icon03.svg) no-repeat center center;
  background-size: contain;
  margin: 0 15px 0 0;
}
#access_about .access_list li.airplane p {
  font-size: 1.3rem;
}

@media screen and (max-width: 1200px) {
  #access_about .map_area > .flex_box .left_box {
    flex-direction: column;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
  }
  #access_about .map_area > .flex_box .left_box h3 {
    padding: 0 0 20px;
  }
  #access_about .access_list li h4 {
    font-size: 1.8rem;
    padding: 0 30px 0 0;
    margin: 0 30px 0 0;
  }
}
@media screen and (max-width: 815px) {
  #access_about .page_text.sec01 {
    padding: 50px 0;
  }
  #access_about .bg_w {
    background: #FFF;
    width: 100%;
    height: 35%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  #access_about .page_text.sec01 h2 {
    margin: 0 0 20px;
  }
  #access_about .map_area {
    padding: 0 0 50px;
  }
  #access_about .map_area .google_map {
    height: 250px;
    margin: 0 0 20px;
  }
  #access_about .map_area > .flex_box {
    width: 100%;
    display: block;
  }
  #access_about .map_area > .flex_box .flex_box {
    display: block;
  }
  #access_about .map_area > .flex_box .left_box h3 {
    text-align: left;
    font-size: 1.8rem;
    padding: 0 0 15px 0;
  }
  #access_about .map_area > .flex_box .left_box address {
    text-align: left;
    margin: 0 auto 40px;
  }
  #access_about .map_area > .flex_box .right_box {
    width: 100%;
  }
  #access_about .map_area > .flex_box .right_box .link_area {
    margin: 0 auto;
  }
  #access_about .access_list {
    padding: 0 0 50px;
    /*accordion*/
  }
  #access_about .access_list li {
    flex-wrap: wrap;
    padding: 15px 20px;
    width: calc(100% - 40px);
    border-top: 4px solid #3F7650;
    border-left: 0;
  }
  #access_about .access_list li:first-child {
    margin: 0;
  }
  #access_about .access_list li h4 {
    position: relative;
    font-size: 1.8rem;
    padding: 0;
    margin: 0 0 10px;
    width: 100%;
    max-width: 100%;
    border-right: none;
  }
  #access_about .access_list li p {
    width: 100%;
  }
  #access_about .access_list li.car h4:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/access_icon01.svg) no-repeat center center;
    background-size: contain;
    margin: 0 15px 0 0;
  }
  #access_about .access_list li.car dl {
    flex-wrap: wrap;
    width: 100%;
    align-items: stretch;
  }
  #access_about .access_list li.car dt {
    font-weight: bold;
    width: 9em;
  }
  #access_about .access_list li.car dd {
    width: calc(100% - 9em);
  }
  #access_about .access_list li.train h4:before {
    content: "";
    display: block;
    width: 22px;
    height: 38px;
    background: url(../images/access_icon02.svg) no-repeat center center;
    background-size: contain;
    margin: 0 23px 0 0;
  }
  #access_about .access_list li.airplane h4:before {
    content: "";
    display: block;
    width: 30px;
    height: 28px;
    background: url(../images/access_icon03.svg) no-repeat center center;
    background-size: contain;
    margin: 0 15px 0 0;
  }
  #access_about .access_list li.airplane p {
    font-size: 1.4rem;
  }
  #access_about .access_list .acd {
    margin-bottom: 2px;
    width: 100%;
  }
  #access_about .access_list .acd-check {
    display: none;
  }
  #access_about .access_list .acd-label {
    display: block;
    position: relative;
    background: #7fa028;
    width: calc(100% - 47px);
    padding: 12px 35px 12px 12px;
    color: #FFF;
    text-align: center;
    font-size: 1.6rem;
  }
  #access_about .access_list .acd-label:nth-of-type(2) {
    margin: 10px 0 0;
  }
  #access_about .access_list .acd-label:after {
    font-weight: bold;
    box-sizing: border-box;
    content: "";
    display: block;
    height: auto;
    padding: 0px 10px;
    width: 24px;
    height: 12px;
    background: url(../images/arrow_ac.svg) no-repeat top center;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    transition: all ease 0.3s;
  }
  #access_about .access_list .acd-content {
    display: block;
    height: 0;
    opacity: 0;
    transition: 0.3s;
    visibility: hidden;
  }
  #access_about .access_list .acd-check:checked + .acd-label:after {
    transform: translateY(-50%) rotate(-180deg);
  }
  #access_about .access_list .acd-check:checked + .acd-label + .acd-content {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
  #access_about .access_list .acd-content p br {
    display: none;
  }
}
/*----------------------------------------------
sightseeing
----------------------------------------------*/
.main_ph {
  width: 100%;
  height: 400px;
  background: none;
}

#sightseeing {
  background: #FFF;
  /*h2{
      margin: 0 auto;
      width: 197px;
      padding: 100px 0 80px;
      img{
          width: 100%;
      }
  }*/
}
#sightseeing .sec_title {
  padding: 100px 0 0;
}
#sightseeing .sec_title .sub:before {
  background: #969107;
}
#sightseeing .sec_title .sub img {
  width: 152px;
}
#sightseeing ul {
  width: 100%;
  align-items: stretch;
  flex-wrap: wrap;
  padding: 0 0 100px;
}
#sightseeing ul li {
  width: 32%;
  max-width: 360px;
  margin: 70px 0 0;
  display: flex;
  align-content: center;
  justify-content: space-between;
  flex-direction: column;
}
#sightseeing ul li:nth-of-type(1), #sightseeing ul li:nth-of-type(2), #sightseeing ul li:nth-of-type(3) {
  margin: 0;
}
#sightseeing ul li h3 {
  text-align: center;
  margin: 25px auto 10px;
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#sightseeing ul li img {
  width: 100%;
  flex-shrink: 0;
}
#sightseeing ul li p {
  margin: 20px 0 30px;
}
#sightseeing ul li p.time {
  margin: 0;
  font-weight: 500;
  font-size: 1.4rem;
  color: #969107;
  text-align: center;
}
#sightseeing ul li p.time:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
  width: 15px;
  height: 15px;
  background: url(../images/access_icon04.svg) no-repeat center center;
  background-size: contain;
}
#sightseeing ul li p.link_area {
  width: calc(100% - 50px);
  max-width: 320px;
  margin: auto auto 0;
}
#sightseeing ul li p.link_area .btn_w2 {
  width: calc(100% - 50px);
  font-size: 1.6rem;
}

@media screen and (max-width: 815px) {
  .main_ph {
    width: 100%;
    height: 400px;
  }
  #sightseeing {
    /*h2{
        width: 128px;
        margin: 0 auto;
        padding: 50px 0 40px;
        img{
            width: 100%;
        }
    }*/
  }
  #sightseeing .sec_title {
    padding: 50px 0 0;
  }
  #sightseeing .sec_title .sub img {
    width: 140px;
  }
  #sightseeing ul {
    width: 100%;
    flex-direction: column;
    padding: 0 0 50px;
  }
  #sightseeing ul li {
    width: 100%;
    max-width: 100%;
    margin: 40px auto 0;
  }
  #sightseeing ul li:nth-of-type(1) {
    margin: 0;
  }
  #sightseeing ul li:nth-of-type(2), #sightseeing ul li:nth-of-type(3) {
    margin: 40px 0 0;
  }
  #sightseeing ul li h3 {
    margin: 15px auto 10px;
    font-size: 1.8rem;
  }
  #sightseeing ul li img {
    width: 100%;
  }
  #sightseeing ul li p {
    margin: 15px 0 0;
  }
  #sightseeing ul li p.time {
    margin: 0;
    font-size: 1.3rem;
    color: #969107;
    text-align: center;
  }
  #sightseeing ul li p.time:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
    width: 15px;
    height: 15px;
    background: url(../images/access_icon04.svg) no-repeat center center;
    background-size: contain;
  }
  #sightseeing ul li p.link_area {
    width: 100%;
    max-width: 100%;
    margin: 20px auto 0;
    text-align: center;
  }
  #sightseeing ul li p.link_area .btn_w2 {
    width: calc(90% - 40px);
  }
}/*# sourceMappingURL=style2.css.map */