#container {
  padding-bottom: 100px;
  border-bottom: 1px solid #000;
  font-family: Zen Old Mincho, serif;
}
@media screen and (max-width: 1200px) {
  #container {
    padding-bottom: 8.3vw;
  }
}
@media screen and (max-width: 768px) {
  #container {
    padding-bottom: 12.7vw;
  }
}

.l_section {
  margin-top: 120px;
}
@media screen and (max-width: 1200px) {
  .l_section {
    margin-top: 10vw;
  }
}
@media screen and (max-width: 768px) {
  .l_section {
    margin-top: 13.3vw;
  }
}
.l_section h2 {
  font-size: 20px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: normal;
  line-height: 1.4em;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1200px) {
  .l_section h2 {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 768px) {
  .l_section h2 {
    font-size: 2.9vw;
  }
}
.l_section .catch {
  font-size: 23px;
  line-height: 2.3em;
  text-align: center;
  letter-spacing: 0.2em;
  margin-top: 60px;
}
@media screen and (max-width: 1200px) {
  .l_section .catch {
    font-size: 1.9vw;
    margin-top: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .l_section .catch {
    font-size: 2.8vw;
    margin-top: 6.9vw;
  }
}

#mv .sub_txt {
  font-size: 10px;
  text-align: right;
  margin-top: 0.5em;
}
@media screen and (max-width: 1200px) {
  #mv .sub_txt {
    font-size: 0.8vw;
  }
}
@media screen and (max-width: 768px) {
  #mv .sub_txt {
    width: 93.3%;
    margin-left: auto;
    margin-right: auto;
    font-size: 2.3vw;
    text-align: left;
  }
}

#locations .pho_box {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
}
@media screen and (max-width: 1200px) {
  #locations .pho_box {
    margin-top: 5vw;
  }
}
@media screen and (max-width: 768px) {
  #locations .pho_box {
    width: 85.3%;
    margin-top: 6.7vw;
  }
}
#locations .pho_box .pho_img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #locations .pho_box .pho_img {
    width: 100%;
  }
}
#locations .pho_box .txt_block {
  width: 38.3%;
  margin-left: 5%;
}
@media screen and (max-width: 768px) {
  #locations .pho_box .txt_block {
    width: 100%;
    margin-left: 0;
    margin-top: 8vw;
  }
}
#locations .pho_box .txt_block .txt01 {
  font-size: 16px;
  line-height: 2.5em;
  margin-top: -0.5em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1200px) {
  #locations .pho_box .txt_block .txt01 {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 768px) {
  #locations .pho_box .txt_block .txt01 {
    width: 110%;
    margin-left: -5%;
    margin-right: -5%;
    font-size: 2.3vw;
    text-align: center;
    margin-top: 0;
  }
}

#leisure .wrap_sp {
  max-width: 790px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  #leisure .wrap_sp {
    max-width: none;
    width: 65.8%;
  }
}
@media screen and (max-width: 768px) {
  #leisure .wrap_sp {
    width: 85.3%;
  }
}
#leisure .pho_box01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 45px;
}
@media screen and (max-width: 1200px) {
  #leisure .pho_box01 {
    margin-top: 3.8vw;
  }
}
@media screen and (max-width: 768px) {
  #leisure .pho_box01 {
    margin-top: 9.9vw;
    display: block;
  }
}
#leisure .pho_box01 .pho_block {
  width: 31.6%;
}
@media screen and (max-width: 768px) {
  #leisure .pho_box01 .pho_block {
    width: 54.7%;
  }
  #leisure .pho_box01 .pho_block + .pho_block {
    margin-top: 1.3vw;
  }
  #leisure .pho_box01 .pho_block:nth-child(2n) {
    margin-left: auto;
    margin-right: 0;
  }
  #leisure .pho_box01 .pho_block:nth-child(2n) .pho_txt {
    text-align: right;
  }
}
#leisure .pho_box01 .pho_block .pho_txt {
  font-size: 10px;
  margin-top: 0.5em;
}
@media screen and (max-width: 1200px) {
  #leisure .pho_box01 .pho_block .pho_txt {
    font-size: 0.8vw;
  }
}
@media screen and (max-width: 768px) {
  #leisure .pho_box01 .pho_block .pho_txt {
    font-size: 2.3vw;
  }
}
#leisure .txt_box01 {
  margin-top: 70px;
}
@media screen and (max-width: 1200px) {
  #leisure .txt_box01 {
    margin-top: 5.8vw;
  }
}
@media screen and (max-width: 768px) {
  #leisure .txt_box01 {
    margin-top: 7vw;
  }
}
#leisure .txt_box01 .txt01 {
  font-size: 17px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1200px) {
  #leisure .txt_box01 .txt01 {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  #leisure .txt_box01 .txt01 {
    font-size: 2.7vw;
  }
}
#leisure .txt_box01 .txt02 {
  font-size: 12px;
  line-height: 2em;
  margin-top: 2em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1200px) {
  #leisure .txt_box01 .txt02 {
    font-size: 1vw;
  }
}
@media screen and (max-width: 768px) {
  #leisure .txt_box01 .txt02 {
    font-size: 2.3vw;
    margin-top: 1.5em;
  }
}

#shopping .wrap_sp {
  max-width: 790px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  #shopping .wrap_sp {
    max-width: none;
    width: 65.8%;
  }
}
@media screen and (max-width: 768px) {
  #shopping .wrap_sp {
    width: 85.3%;
  }
}
#shopping .pho_box01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 45px;
}
@media screen and (max-width: 1200px) {
  #shopping .pho_box01 {
    margin-top: 3.8vw;
  }
}
@media screen and (max-width: 768px) {
  #shopping .pho_box01 {
    margin-top: 9.9vw;
  }
}
#shopping .pho_box01 .pho_block {
  width: 24.3%;
}
@media screen and (max-width: 768px) {
  #shopping .pho_box01 .pho_block {
    width: 49.2%;
  }
  #shopping .pho_box01 .pho_block:nth-child(n+3) {
    margin-top: 6vw;
  }
}
#shopping .pho_box01 .pho_block .pho_txt {
  font-size: 10px;
  margin-top: 0.5em;
}
@media screen and (max-width: 1200px) {
  #shopping .pho_box01 .pho_block .pho_txt {
    font-size: 0.8vw;
  }
}
@media screen and (max-width: 768px) {
  #shopping .pho_box01 .pho_block .pho_txt {
    font-size: 2.3vw;
  }
}
#shopping .txt_box01 {
  margin-top: 70px;
}
@media screen and (max-width: 1200px) {
  #shopping .txt_box01 {
    margin-top: 5.8vw;
  }
}
@media screen and (max-width: 768px) {
  #shopping .txt_box01 {
    margin-top: 8.8vw;
  }
}
#shopping .txt_box01 .txt01 {
  font-size: 17px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1200px) {
  #shopping .txt_box01 .txt01 {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  #shopping .txt_box01 .txt01 {
    font-size: 2.7vw;
  }
}
#shopping .txt_box01 .txt02 {
  font-size: 12px;
  line-height: 2em;
  margin-top: 2em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1200px) {
  #shopping .txt_box01 .txt02 {
    font-size: 1vw;
  }
}
@media screen and (max-width: 768px) {
  #shopping .txt_box01 .txt02 {
    font-size: 2.3vw;
    margin-top: 1.2em;
  }
}

#onsen .pho_box01 {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
}
@media screen and (max-width: 1200px) {
  #onsen .pho_box01 {
    margin-top: 5vw;
  }
}
@media screen and (max-width: 768px) {
  #onsen .pho_box01 {
    display: block;
    width: 85.3%;
    margin-top: 6.7vw;
  }
}
#onsen .pho_box01 .txt_block {
  width: 41.3%;
  margin-left: 8.3%;
  order: 1;
}
@media screen and (max-width: 768px) {
  #onsen .pho_box01 .txt_block {
    width: 100%;
    margin-left: 0;
    margin-top: 8vw;
  }
}
#onsen .pho_box01 .txt_block .txt01 {
  font-size: 16px;
  line-height: 2.5em;
  margin-top: -0.5em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1200px) {
  #onsen .pho_box01 .txt_block .txt01 {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 768px) {
  #onsen .pho_box01 .txt_block .txt01 {
    width: 110%;
    margin-left: -5%;
    margin-right: -5%;
    font-size: 2.3vw;
    text-align: center;
  }
}
#onsen .pho_box01 .txt_block .txt02 {
  font-size: 10px;
  line-height: 1.5em;
  margin-top: 1.5em;
  text-indent: -1em;
  padding-left: 1em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1200px) {
  #onsen .pho_box01 .txt_block .txt02 {
    font-size: 0.8vw;
  }
}
@media screen and (max-width: 768px) {
  #onsen .pho_box01 .txt_block .txt02 {
    font-size: 2vw;
    margin-top: 1.2em;
    text-indent: 0;
    padding-left: 0;
    text-align: center;
  }
}
#onsen .pho_box01 .pho_img {
  order: 2;
  width: 50%;
}
@media screen and (max-width: 768px) {
  #onsen .pho_box01 .pho_img {
    width: 100%;
  }
}
#onsen .pho_box02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}
@media screen and (max-width: 1200px) {
  #onsen .pho_box02 {
    max-width: none;
    width: 83.3vw;
    margin-top: 8.3vw;
  }
}
@media screen and (max-width: 768px) {
  #onsen .pho_box02 {
    margin-top: 10.7vw;
    display: block;
  }
}
#onsen .pho_box02 .pho_block {
  width: 23.5%;
}
@media screen and (max-width: 768px) {
  #onsen .pho_box02 .pho_block {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    min-height: 40vw;
  }
  #onsen .pho_box02 .pho_block:last-child {
    min-height: 1px;
  }
  #onsen .pho_box02 .pho_block + .pho_block {
    margin-top: 8.3vw;
  }
  #onsen .pho_box02 .pho_block .pho01 {
    width: 49.2%;
  }
  #onsen .pho_box02 .pho_block .txt_content {
    width: 46.1%;
  }
}
#onsen .pho_box02 .pho_block .name {
  font-size: 15px;
  margin-top: 1em;
}
@media screen and (max-width: 1200px) {
  #onsen .pho_box02 .pho_block .name {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 768px) {
  #onsen .pho_box02 .pho_block .name {
    font-size: 3.2vw;
    margin-top: -0.3em;
  }
}
#onsen .pho_box02 .pho_block .power {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin-top: 10px;
  min-height: 48px;
}
@media screen and (max-width: 1200px) {
  #onsen .pho_box02 .pho_block .power {
    margin-top: 0.8vw;
    min-height: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #onsen .pho_box02 .pho_block .power {
    margin-top: 2.7vw;
    min-height: 1px;
  }
}
#onsen .pho_box02 .pho_block .power .icon {
  width: 3em;
  margin-right: 1em;
  font-size: 10px;
  text-align: center;
  color: #fff;
  background-color: #666464;
  padding: 0.3em 0 0.4em;
}
@media screen and (max-width: 1200px) {
  #onsen .pho_box02 .pho_block .power .icon {
    font-size: 0.8vw;
  }
}
@media screen and (max-width: 768px) {
  #onsen .pho_box02 .pho_block .power .icon {
    font-size: 2.3vw;
    line-height: 1.2em;
  }
}
#onsen .pho_box02 .pho_block .power .p_txt {
  width: calc(100% - 4em);
  font-size: 12px;
  position: relative;
  top: 0.1em;
}
@media screen and (max-width: 1200px) {
  #onsen .pho_box02 .pho_block .power .p_txt {
    font-size: 1vw;
  }
}
@media screen and (max-width: 768px) {
  #onsen .pho_box02 .pho_block .power .p_txt {
    font-size: 2.5vw;
  }
}
#onsen .pho_box02 .pho_block .desc {
  font-size: 13px;
  line-height: 1.7em;
}
@media screen and (max-width: 1200px) {
  #onsen .pho_box02 .pho_block .desc {
    font-size: 1.1vw;
  }
}
@media screen and (max-width: 768px) {
  #onsen .pho_box02 .pho_block .desc {
    margin-top: 1.5em;
    font-size: 2.5vw;
  }
}

#lifeinfo .head_txt {
  font-size: 16px;
  line-height: 2.5em;
  text-align: center;
  margin-top: 70px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1200px) {
  #lifeinfo .head_txt {
    font-size: 1.3vw;
    margin-top: 5.8vw;
  }
}
@media screen and (max-width: 768px) {
  #lifeinfo .head_txt {
    font-size: 2.3vw;
    letter-spacing: 0;
    margin-top: 6vw;
  }
}
#lifeinfo .pho_box01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 790px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 75px;
}
@media screen and (max-width: 1200px) {
  #lifeinfo .pho_box01 {
    max-width: none;
    width: 65.8%;
    margin-top: 6.3vw;
  }
}
@media screen and (max-width: 768px) {
  #lifeinfo .pho_box01 {
    width: 74.7vw;
    margin-top: 10vw;
  }
}
#lifeinfo .pho_box01 .pho_block {
  width: 24.3%;
}
@media screen and (max-width: 768px) {
  #lifeinfo .pho_box01 .pho_block {
    width: 49.1%;
  }
}
@media screen and (max-width: 768px) {
  #lifeinfo .pho_box01 .pho_block:nth-child(n+3) {
    margin-top: 3.3vw;
  }
}
#lifeinfo .pho_box01 .pho_block:nth-child(n+5) {
  margin-top: 40px;
}
@media screen and (max-width: 1200px) {
  #lifeinfo .pho_box01 .pho_block:nth-child(n+5) {
    margin-top: 3.3vw;
  }
}
@media screen and (max-width: 768px) {
  #lifeinfo .pho_box01 .pho_block:nth-child(n+5) {
    margin-top: 3.3vw;
  }
}
#lifeinfo .pho_box01 .pho_block .pho_txt {
  font-size: 10px;
  margin-top: 0.5em;
}
@media screen and (max-width: 1200px) {
  #lifeinfo .pho_box01 .pho_block .pho_txt {
    font-size: 0.8vw;
  }
}
@media screen and (max-width: 768px) {
  #lifeinfo .pho_box01 .pho_block .pho_txt {
    font-size: 2.3vw;
  }
}
#lifeinfo .map {
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}
@media screen and (max-width: 1200px) {
  #lifeinfo .map {
    max-width: none;
    width: 75vw;
    margin-top: 8.3vw;
  }
}
@media screen and (max-width: 768px) {
  #lifeinfo .map {
    width: 85.3%;
    margin-top: 10.7vw;
  }
}
#lifeinfo .access_txt {
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
}
@media screen and (max-width: 1200px) {
  #lifeinfo .access_txt {
    max-width: none;
    width: 75vw;
    margin-top: 10.7vw;
  }
}
@media screen and (max-width: 768px) {
  #lifeinfo .access_txt {
    width: 85.3%;
    margin-top: 10.7vw;
  }
}/*# sourceMappingURL=style_location.css.map */