@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
/*==================================================================================
 location
==================================================================================*/
html, body {
  height: auto;
  position: static;
  overflow: auto;
  perspective: 1000;
}

.site-header {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 200;
  opacity: 1;
  transition: opacity 2.6s;
}

.sp-site-header {
  position: fixed;
}

html.open, body.open {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
}

html.open .site-header, body.open .site-header {
  z-index: -1;
  opacity: 0;
  transition: opacity 2.2s;
}

#location {
  position: fixed;
  perspective: 1000;
  top: 0;
  left: 0;
  width: 100%;
}

#location main {
  padding-top: 0;
  padding-bottom: 0;
}

#location .mv {
  background: #002f20;
  background: linear-gradient(90deg, #0f1c18 0%, #002f20 100%);
}

#location .mv .image {
  position: relative;
  margin-bottom: 0;
}

#location .mv .image .lists {
  position: absolute;
  height: 1px;
  overflow: hidden;
  z-index: -1;
}

#location .mv .image .lists li {
  position: absolute;
}

#location .mv .image .bg {
  opacity: 0;
}

#location .mv .image .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#location .parallax-box {
  position: relative;
  overflow: hidden;
  perspective: 1000;
}

#location .parallax-box .parallax-img-bg {
  opacity: 0;
  pointer-events: none;
  perspective: 1000;
}

#location .parallax-box .parallax-img {
  position: absolute;
  perspective: 1000;
  top: 0%;
  left: 0;
  width: 100%;
  transform: scale(1.1);
  transition: top .5s ease-out,transform .5s ease-out;
}

#location .parallax-box .parallax-img video {
  perspective: 1000;
}

#location .parallax-box .p-target {
  perspective: 1000;
  transform: scale(1);
  transition: margin-top .5s ease-out,transform .5s ease-out;
}

#location .parallax-box02 {
  position: relative;
  height: 1113px;
}

#location .parallax-box02 .p-element {
  position: absolute;
  transform: translateY(0px);
  transition: transfrom .2s ease-in-out,opacity .2s ease-in-out;
}

#location .parallax-box02 .text {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 24px;
  line-height: 2.8;
  color: #002F20;
}

#location .parallax-box02 video,
#location .parallax-box02 img {
  position: relative;
  z-index: 2;
}

#location .parallax-box02 .in {
  position: relative;
}

#location .parallax-box02 .caption {
  z-index: 3;
}

#location .parallax-box02 .annotation {
  padding-top: 14px;
  font-size: 10px;
  text-align: right;
}

#location .parallax-box02 .shadow {
  filter: blur(20px);
  opacity: .3;
  position: absolute;
  top: 40px;
  left: 40px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#location .parallax-box02 .img04 {
  z-index: 10;
}

#location .parallax-box02 .img03 {
  z-index: 9;
}

#location .parallax-box02 .img02 {
  z-index: 8;
}

#location .parallax-box02 .img01 {
  z-index: 7;
}

#location .bg-area {
  padding-top: 112px;
  background: url(../images/location/bg01.png) center top #E5E5DF no-repeat;
  background-size: 100% auto;
}

#location .bg-area .parallax-box02 {
  padding-bottom: 40px;
}

#location .bg-area .parallax-box02 .text {
  left: 50%;
  margin-left: -60px;
  top: 10%;
}

#location .bg-area .parallax-box02 .img01 {
  top: 0%;
  left: 57.5%;
  width: 33.3%;
}

#location .bg-area .parallax-box02 .img02 {
  top: 10%;
  left: 5.1%;
  width: 37.12%;
}

#location .bg-area .parallax-box02 .img03 {
  top: 55%;
  left: 62.6%;
  width: 30.18%;
}

#location .bg-area .parallax-box02 .img04 {
  top: 66%;
  left: 31.43%;
  width: 33.75%;
}

#location .bg-area .parallax-box02 .caps {
  font-size: 10px;
  line-height: 1.3;
  position: absolute;
  right: 5%;
  bottom: 10%;
  text-align: right;
}

#location .page-lead {
  padding-bottom: 100px;
  font-size: 16px;
  line-height: 1.85;
  text-align: center;
}

#location .anchors {
  margin: 0 auto;
  width: 90%;
  max-width: 750px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 100px;
}

#location .anchors li {
  width: 48.5%;
}

#location .anchors a {
  display: block;
  text-align: center;
  padding: 15px 0;
  font-size: 18px;
  color: #002F20;
  border: #002F20 1px solid;
  background-color: #fff;
}

#location .anchors a.on {
  pointer-events: none;
  background-color: #002F20;
  color: #fff;
}

#location .photo-lists {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  flex-wrap: wrap;
  padding-bottom: 16px;
}

#location .photo-lists li {
  width: 48%;
  padding-bottom: 54px;
}

#location .photo-lists .image {
  margin-bottom: 7px;
}

#location .photo-lists .name {
  font-size: 18px;
  line-height: 1.5;
}

#location .photo-lists .distance {
  font-size: 14px;
  line-height: 1.5;
}

#location .section-title {
  text-align: center;
  font-size: 24px;
  line-height: 1.8;
  padding-bottom: 50px;
}

#location .section-text {
  font-size: 16px;
  text-align: center;
  line-height: 2;
}

#location .section02 {
  padding: 0 0 200px;
}

#location .section02 .image {
  margin-bottom: 105px;
}

#location .image-list01 .image01 {
  position: relative;
}

#location .image-list01 .image02 {
  height: 850px;
}

#location .image-list01 .image02 video {
  width: 100vw;
  height: auto;
}

#location .image-list01 .image02 .inner {
  padding: 100px 0;
  margin: 0 auto;
  width: 90%;
  max-width: 900px;
  color: #fff;
}

#location .image-list01 .image02 .parallax-img {
  z-index: -1;
  position: absolute;
}

#location .image-list01 .image02 .lead {
  font-size: 24px;
  line-height: 1.8;
  padding-bottom: 50px;
  text-align: center;
}

#location .image-list01 .image02 .text01 {
  font-size: 16px;
  text-align: center;
  line-height: 2;
}

#location .image-list01 .image02 .box {
  padding-top: 70px;
  display: flex;
  justify-content: space-between;
}

#location .image-list01 .image02 .images {
  width: 40%;
}

#location .image-list01 .image02 .images .image {
  position: relative;
  margin-bottom: 26px;
}

#location .image-list01 .image02 .images .txt01 {
  font-size: 18px;
  line-height: 1.5;
}

#location .image-list01 .image02 .images .txt02 {
  font-size: 14px;
  line-height: 1.5;
}

#location .image-list01 .image02 .texts {
  width: 50%;
}

#location .image-list01 .image02 .texts .text02 {
  font-size: 18px;
  line-height: 2.2;
  padding-bottom: 10px;
}

#location .image-list01 .image02 .texts .text03 {
  font-size: 16px;
  line-height: 1.8;
}

#location .section03 {
  padding-top: 50px;
  margin-top: 100px;
  background: #fff;
}

#location .section03 .image01 {
  width: 90%;
  margin: 60px auto 80px;
}

#location .section04 {
  padding: 100px 0 105px;
}

#location .section04 .image {
  margin-top: 100px;
}

#location .section05 {
  padding-bottom: 200px;
}

#location .section05 .image {
  width: 90%;
  margin: 150px auto 0;
}

#location .bg-area02 {
  background: #E5E5DF;
  position: relative;
}

#location .bg-area02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background-color: #fff;
}

#location .bg-area02 .parallax-box02 {
  padding-bottom: 240px;
  z-index: 2;
}

#location .bg-area02 .parallax-box02 .text {
  left: 50%;
  margin-left: -60px;
  top: 30%;
}

#location .bg-area02 .parallax-box02 .img01 {
  top: 0%;
  left: 12.5%;
  width: 42.5%;
}

#location .bg-area02 .parallax-box02 .img02 {
  top: 10%;
  left: 64.375%;
  width: 20.625%;
}

#location .bg-area02 .parallax-box02 .img03 {
  top: 44%;
  left: .5%;
  width: 28.75%;
}

#location .bg-area02 .parallax-box02 .img04 {
  top: 52%;
  left: 58.75%;
  width: 33.75%;
}

#location .caption.white {
  background-color: transparent;
  color: #000;
}

#location .life-info {
  text-align: center;
  margin: 100px auto 140px;
}

#location .life-info .title {
  font-size: 30px;
  margin-bottom: 50px;
}

#location .life-info .tabs {
  text-align: center;
  font-size: 0;
  margin: 30px 0;
}

#location .life-info .tabs li {
  display: inline-block;
  width: 16.5%;
  margin-right: 4%;
  padding: 0;
  box-sizing: border-box;
  background: #fff;
}

#location .life-info .tabs li:last-child {
  margin-right: auto;
}

#location .life-info .tabs a {
  display: block;
  color: #000;
  font-size: 16px;
  padding: 15px 0;
  border-bottom: 1px solid;
}

#location .life-info .tabs a.current {
  background: #000;
  color: #fff;
}

#location .life-info .logo {
  float: left;
  width: 612px;
  text-align: right;
}

#location .life-info .logo span {
  display: block;
  margin-right: 20px;
}

#location .life-info .logo img {
  width: 20px;
}

#location .life-info .annotation {
  float: right;
  width: 388px;
}

#location .life-info .annotation span {
  display: block;
  text-align: left;
  line-height: 1.4;
  margin-left: 18px;
}

#location .life-info .maps {
  position: relative;
  margin: 75px auto 0;
}

#location .life-info .googlemap {
  height: 500px;
  margin-right: 388px;
  background: #fff;
}

#location .life-info .list-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 388px;
  height: 100%;
  min-height: 450px;
  background: #fff;
  box-sizing: border-box;
  text-align: left;
  padding: 9px 10px;
  border-left: 1px solid #eee;
}

#location .life-info .list-wrapper ol {
  counter-reset: lis;
  display: none;
}

#location .life-info .list-wrapper ol.current {
  display: block;
}

#location .life-info .list-wrapper li {
  padding: 9px 10px 9px 40px;
  list-style: none;
  border-bottom: 1px solid #eee;
  font-size: 12px;
  line-height: 1.2;
  position: relative;
  cursor: pointer;
  cursor: hand;
}

#location .life-info .list-wrapper li:after {
  counter-increment: lis;
  content: counter(lis);
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50px;
  background: #004135;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0;
  text-align: center;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  position: absolute;
}

#location .life-info .list-wrapper .minite {
  display: none;
  font-size: 10px;
  padding-top: 4px;
  margin-left: 10px;
}

@media (max-width: 1024px) {
  #location .life-info .tabs {
    margin-bottom: 20px;
  }
  #location .life-info .tabs li {
    display: inline-block;
    width: 48%;
    margin-right: 1%;
    margin-bottom: 6px;
  }
  #location .life-info .tabs li:nth-child(2n) {
    margin-right: auto;
  }
  #location .life-info .tabs a {
    font-size: 11px;
    padding: 13px 10px;
  }
  #location .life-info .tabs a .none {
    display: none;
  }
  #location .life-info .logo {
    width: 50%;
    margin-bottom: 10px;
  }
  #location .life-info .annotation {
    width: 50%;
    margin-bottom: 10px;
  }
  #location .life-info .maps {
    margin-bottom: 20px;
  }
  #location .life-info .googlemap {
    float: none;
    height: 328px;
    margin-right: auto;
  }
  #location .life-info .list-wrapper {
    position: static;
    float: none;
    width: auto;
    height: auto;
    min-height: 0;
  }
  #location .life-info .list-wrapper li {
    padding: 9px 10px 9px 30px;
  }
  #location .life-info .list-wrapper li:after {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 11px;
  }
  #location .life-info .list-wrapper .minite {
    display: block;
    font-size: 10px;
    padding-top: 4px;
  }
}

@media screen and (max-width: 768px) {
  #location .wrap {
    width: 84%;
  }
  #location .parallax-box02 {
    height: 1200px;
  }
  #location .parallax-box02 .text {
    font-size: 20px;
    line-height: 1.8;
  }
  #location .parallax-box02 video,
  #location .parallax-box02 img {
    position: relative;
    z-index: 2;
  }
  #location .parallax-box02 .in {
    position: relative;
  }
  #location .parallax-box02 .caption {
    z-index: 3;
  }
  #location .parallax-box02 .annotation {
    padding-top: 14px;
    font-size: 11px;
    text-align: right;
  }
  #location .parallax-box02 .shadow {
    filter: blur(20px);
    opacity: .3;
    position: absolute;
    top: 40px;
    left: 40px;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  #location .parallax-box02 .img04 {
    z-index: 10;
  }
  #location .parallax-box02 .img03 {
    z-index: 9;
  }
  #location .parallax-box02 .img02 {
    z-index: 8;
  }
  #location .parallax-box02 .img01 {
    z-index: 7;
  }
  #location .bg-area {
    padding-top: 112px;
    background: url(../images/location/bg01.png) center top #E5E5DF no-repeat;
    background-size: 100% auto;
  }
  #location .bg-area .parallax-box02 {
    padding-bottom: 0;
  }
  #location .bg-area .parallax-box02 .text {
    left: 25.5%;
    margin-left: 0px;
    top: -5%;
  }
  #location .bg-area .parallax-box02 .img01 {
    top: 6%;
    left: 58.89%;
    width: 41.11%;
  }
  #location .bg-area .parallax-box02 .img02 {
    top: 44%;
    left: 0%;
    width: 80%;
  }
  #location .bg-area .parallax-box02 .img03 {
    top: 74%;
    left: 44.45%;
    width: 55.55%;
    z-index: 6;
  }
  #location .bg-area .parallax-box02 .img04 {
    top: 52%;
    left: 53.75%;
    width: 33.75%;
  }
}

@media screen and (max-width: 768px) and (max-width: 425px) {
  #location .bg-area .parallax-box02 {
    height: 650px;
  }
  #location .bg-area .parallax-box02 .text {
    left: 25.5%;
    margin-left: 0px;
    top: -23%;
  }
  #location .bg-area .parallax-box02 .img01 {
    top: 4%;
    left: 58.89%;
    width: 41.11%;
  }
  #location .bg-area .parallax-box02 .img02 {
    top: 44%;
    left: 0%;
    width: 80%;
  }
  #location .bg-area .parallax-box02 .img03 {
    top: 74%;
    left: 44.45%;
    width: 55.55%;
    z-index: 6;
  }
}

@media screen and (max-width: 768px) {
  #location .page-lead {
    padding-bottom: 54px;
    font-size: 14px;
    line-height: 1.85;
    text-align: left;
  }
  #location .page-lead br {
    display: none;
  }
  #location .anchors {
    display: block;
    padding-bottom: 70px;
  }
  #location .anchors li {
    width: auto;
  }
  #location .anchors li + li {
    padding-top: 20px;
  }
  #location .anchors a {
    padding: 15px 0;
    font-size: 18px;
  }
  #location .photo-lists {
    display: block;
    padding-bottom: 80px;
  }
  #location .photo-lists li {
    width: auto;
    padding-bottom: 30px;
  }
  #location .photo-lists .image {
    margin-bottom: 4px;
  }
  #location .photo-lists .name {
    font-size: 18px;
  }
  #location .photo-lists .distance {
    font-size: 10px;
  }
  #location .section-title {
    text-align: left;
    font-size: 20px;
    line-height: 2;
    padding-bottom: 24px;
  }
  #location .section-text {
    font-size: 16px;
    text-align: left;
    line-height: 2;
  }
  #location .section02 {
    padding: 0 0 90px;
    background: #fff;
  }
  #location .section02 .image {
    margin-bottom: 20px;
  }
  #location .section02 .btn {
    margin-bottom: 55px;
  }
  #location .image-list01 .image02 {
    height: 1300px;
  }
  #location .image-list01 .image02 .parallax-img {
    transform: translateY(0) scale(9) !important;
  }
  #location .image-list01 .image02 .inner {
    color: #fff;
  }
  #location .image-list01 .image02 .lead {
    font-size: 20px;
    line-height: 2;
    padding-bottom: 24px;
  }
  #location .image-list01 .image02 .text01 {
    font-size: 16px;
    text-align: left;
    line-height: 2;
  }
  #location .image-list01 .image02 .box {
    padding-top: 50px;
    display: block;
  }
  #location .image-list01 .image02 .images {
    width: auto;
    margin-bottom: 20px;
  }
  #location .image-list01 .image02 .images .image {
    margin-bottom: 26px;
  }
  #location .image-list01 .image02 .images .txt01 {
    font-size: 18px;
    line-height: 1.5;
  }
  #location .image-list01 .image02 .images .txt02 {
    font-size: 14px;
    line-height: 1.5;
  }
  #location .image-list01 .image02 .texts {
    width: auto;
  }
  #location .image-list01 .image02 .texts .text02 {
    font-size: 18px;
    line-height: 2.2;
    padding-bottom: 10px;
  }
  #location .image-list01 .image02 .texts .text03 {
    font-size: 16px;
    line-height: 1.8;
  }
  #location .btn {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
  #location .section03 {
    padding-top: 40px;
    margin-top: 70px;
    background: #fff;
  }
  #location .section03 .image01 {
    margin-top: 50px;
    margin-bottom: 20px;
  }
  #location .section03 .btn {
    margin-bottom: 80px;
  }
  #location .section04 {
    padding: 56px 0 55px;
  }
  #location .section04 .image {
    margin-top: 50px;
    margin-bottom: 20px;
  }
  #location .section05 {
    padding-bottom: 140px;
  }
  #location .section05 .image {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  #location .section05 .image .caption {
    bottom: -15px;
  }
  #location .bg-area02::before {
    height: 0px;
  }
  #location .bg-area02 .parallax-box02 {
    height: 1063px;
    padding-bottom: 40px;
    z-index: 2;
    position: relative;
  }
  #location .bg-area02 .parallax-box02 .text {
    left: 35%;
    margin-left: 0px;
    top: 17%;
  }
  #location .bg-area02 .parallax-box02 .img01 {
    top: 0%;
    left: 5%;
    width: 72.2%;
  }
  #location .bg-area02 .parallax-box02 .img02 {
    top: 25%;
    left: 58.888%;
    width: 41.111%;
  }
  #location .bg-area02 .parallax-box02 .img03 {
    top: 50%;
    left: 0%;
    width: 56.38%;
  }
  #location .bg-area02 .parallax-box02 .img04 {
    top: 72%;
    left: 44.2%;
    width: 55.8%;
    z-index: 7;
  }
  #location .bg-area02 .parallax-box02 .caps {
    font-size: 10px;
    line-height: 1.3;
    position: absolute;
    right: 5%;
    bottom: 10%;
    text-align: right;
  }
  #location .life-info {
    margin: 50px auto 60px;
  }
  #location .life-info .title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  #location .life-info .bg {
    padding-top: 80px;
    margin-bottom: 60px;
  }
  #location .life-info .maps {
    margin-top: 25px;
  }
  #location .life-info .logo, #location .life-info .annotation {
    width: 100%;
    float: none;
  }
  #location .life-info .logo span, #location .life-info .annotation span {
    text-align: center;
    margin-right: auto;
  }
}

@media screen and (max-width: 768px) {
  .mo .content img {
    max-width: auto;
    max-width: inherit;
    width: 200%;
  }
}

/*# sourceMappingURL=location.css.map */
