@charset "utf-8";

/** ***************************************************************************
 * 共用
 * ************************************************************************* */

#main {
  overflow: hidden;
}

#main div.parallax {
  max-width: none;
  width: 100vw;
  padding-bottom: 50vw;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
  left: calc(50% - 50vw);
}

#main div.parallax div.caption {
  padding: 3px 7px 4px;
  color: #fff;
  line-height: 1;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
}

@media screen and (min-width:768px) {

  #main div.parallax {
    padding-bottom: 32vw;
    background-attachment: fixed;
  }

}

/** ***************************************************************************
 * ロケーション 1
 * ************************************************************************* */

#location-1 {
  padding: 40px 0 60px;
  overflow: hidden;
}

#location-1 div.body {
  max-width: 1540px;
}

@media screen and (min-width:768px) {

  #location-1 {
    padding: 80px 0 120px;
  }

}

/**
 * タイトル
 */

#location-1 .section-title {
  margin-bottom: 40px;
  line-height: 3;
  font-size: 0.75em;
  text-align: center;
}

@media screen and (min-width:768px) {

  #location-1 .section-title {
    margin-bottom: 80px;
  }

}

/**
 * 紹介文
 */

#location-1 div.lead {
  padding-bottom: 30px;
}

#location-1 div.lead .catchcopy {
  width: 100%;
  margin-bottom: 2em;
  letter-spacing: 2px;
  line-height: 2.5;
  font-size: 1.25em;
  text-orientation: upright;
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  justify-content: center;
}

#location-1 div.lead .text {
  line-height: 2.5;
  font-weight: 300;
}

@media screen and (min-width:768px) {

  #location-1 div.lead {
    padding-bottom: 60px;
    line-height: 3;
  }

  #location-1 div.lead .text {
    text-align: center;
  }

}

/**
 * 俯瞰図
 */

#location-1 div.location-1 {
  max-width: none;
  width: 100vw;
  position: relative;
  z-index: 0;
  left: calc(50% - 50vw);
}

#location-1 div.location-1 img {
  width: 100%;
}

#location-1 div.location-1 div.caption {
  padding: 3px 7px 4px;
  color: #fff;
  line-height: 1;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
}

/**
 * ロケーション
 */

#location-1 div.location {
  max-width: none;
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: -30px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}

@media screen and (min-width:768px) {

  #location-1 div.location {
    margin-bottom: -50px;
  }

}

/* キャッチコピー */

#location-1 div.location div.catchcopy {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  letter-spacing: 2px;
  font-size: 1.375em;
  text-align: center;
}

@media screen and (min-width:768px) {

  #location-1 div.location div.catchcopy {
    padding-top: 90px;
    padding-bottom: 90px;
    font-size: 1.625em;
  }

}

/* ロケーション */

#location-1 div.location div.item {
  width: calc(100% / 2 - 16px);
  margin: 0 8px 30px;
}

#location-1 div.location div.item div.image {
  margin-bottom: 5px;
  position: relative;
  z-index: 0;
}

#location-1 div.location div.item div.title {
  margin-bottom: 0.25em;
  letter-spacing: 2px;
  font-size: 1.5em;
}

#location-1 div.location div.item div.text {
  font-size: 0.875em;
}

#location-1 div.location div.item div.caption {
  padding: 3px 7px 4px;
  color: #fff;
  line-height: 1;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
}

@media screen and (min-width:768px) {

  #location-1 div.location div.item {
    width: calc(100% / 4 - 16px);
    margin: 0 8px 50px;
  }

  #location-1 div.location div.item div.title {
    letter-spacing: 4px;
    font-size: 2.125em;
  }

}

/** ***************************************************************************
 * アクセス 1
 * ************************************************************************* */

#access-1 {
  padding-top: 30px;
  padding-bottom: 60px;
  background: url("../_image/access/access-bg.jpg") center top / 100% 100% no-repeat;
}

#access-1 div.body {
  max-width: 1540px;
}

@media screen and (min-width:768px) {

  #access-1 {
    padding-top: 50px;
    padding-bottom: 120px;
  }

}

/**
 * アクセス
 */

#access-1 div.access div.item {
  width: fit-content;
}

#access-1 div.access div.item ~ div.item {
  margin-top: 40px;
}

#access-1 div.access :nth-child(odd of .item) {
  margin-left: auto;
  margin-right: 0;
}

@media screen and (min-width:768px) {

  #access-1 div.access div.item ~ div.item {
    margin-top: 80px;
  }

}

/* テキスト */

#access-1 div.access div.item div.text {
  width: 100%;
  margin-bottom: clamp(-130px, -13.34vw, -16.95vw);
  padding-right: 1.5em;
  line-height: 2;
  font-size: 0.9375em;
  font-weight: 500;
  text-orientation: upright;
  writing-mode: vertical-rl;
  position: relative;
  z-index: 2;
}

#access-1 div.access div.item div.text p {
  margin-top: 0;
}

#access-1 div.access div.item div.text p + p {
  margin-right: 2em;
}

#access-1 div.access div.item div.text .catchcopy {
  line-height: 2.5;
  font-size: 1.34em;
}

@media screen and (min-width:768px) {

  #access-1 div.access div.item div.text {
    width: auto;
    margin-bottom: clamp(-160px, -13.34vw, -15vw);
    padding-left: min(14vw, 210px);
    padding-right: 0;
    line-height: 2.5;
  }

  #access-1 div.access :nth-child(odd of .item) div.text {
    width: 100%;
    padding-right: min(8vw, 120px);
  }

}

/* 画像 */

#access-1 div.access div.item div.image {
  position: relative;
  z-index: 0;
}

#access-1 div.access div.item div.image div.caption {
  padding: 3px 7px 4px;
  color: #fff;
  line-height: 1;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
}

/** ***************************************************************************
 * ロケーション 2
 * ************************************************************************* */

#location-2 {
  padding: 40px 0 60px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

#location-2 div.body {
  max-width: 1540px;
}

@media screen and (min-width:768px) {

  #location-2 {
    padding: 80px 0 120px;
  }

}

/**
 * 紹介文
 */

#location-2 div.lead {
  padding-bottom: 30px;
}

#location-2 div.lead .catchcopy {
  width: 100%;
  margin-bottom: 2em;
  letter-spacing: 2px;
  line-height: 2.5;
  font-size: 1.25em;
  text-orientation: upright;
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  justify-content: center;
}

#location-2 div.lead .text {
  line-height: 2.5;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
}

@media screen and (min-width:768px) {

  #location-2 div.lead {
    padding-bottom: 60px;
    line-height: 3;
  }

  #location-2 div.lead .text {
    text-align: center;
  }

}

/**
 * 俯瞰図
 */

#location-2 div.location {
  max-width: none;
  width: 100vw;
  position: relative;
  z-index: 0;
  left: calc(50% - 50vw);
}

#location-2 div.location img {
  width: 100%;
}

#location-2 div.location div.caption {
  padding: 3px 7px 4px;
  color: #fff;
  line-height: 1;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
}

/** ***************************************************************************
 * アクセス 2
 * ************************************************************************* */

#access-2 {
  padding-top: 30px;
  padding-bottom: 60px;
  background: url("../_image/access/access-bg.jpg") center top / 100% 100% no-repeat;
}

#access-2 div.body {
  max-width: 1540px;
}

@media screen and (min-width:768px) {

  #access-2 {
    padding-top: 50px;
    padding-bottom: 120px;
  }

}

/**
 * アクセス
 */

#access-2 div.access div.item {
  width: fit-content;
}

#access-2 div.access div.item ~ div.item {
  margin-top: 40px;
}

#access-2 div.access :nth-child(odd of .item) {
  margin-left: auto;
  margin-right: 0;
}

@media screen and (min-width:768px) {

  #access-2 div.access div.item ~ div.item {
    margin-top: 80px;
  }

}

/* テキスト */

#access-2 div.access div.item div.text {
  width: 100%;
  margin-bottom: clamp(-130px, -13.34vw, -16.95vw);
  padding-right: 1.5em;
  line-height: 2;
  font-size: 0.9375em;
  font-weight: 500;
  text-orientation: upright;
  writing-mode: vertical-rl;
  position: relative;
  z-index: 2;
}

#access-2 div.access div.item div.text p {
  margin-top: 0;
}

#access-2 div.access div.item div.text p + p {
  margin-right: 2em;
}

#access-2 div.access div.item div.text .catchcopy {
  line-height: 2.5;
  font-size: 1.34em;
}

@media screen and (min-width:768px) {

  #access-2 div.access div.item div.text {
    width: auto;
    margin-bottom: clamp(-160px, -13.34vw, -15vw);
    padding-left: min(14vw, 210px);
    padding-right: 0;
    line-height: 2.5;
  }

  #access-2 div.access :nth-child(odd of .item) div.text {
    width: 100%;
    padding-right: min(8vw, 120px);
  }

}

/* 画像 */

#access-2 div.access div.item div.image {
  position: relative;
  z-index: 0;
}

#access-2 div.access div.item div.image div.caption {
  padding: 3px 7px 4px;
  color: #fff;
  line-height: 1;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
}
