.box-bukken-menu-lists {
  margin-top: 0;
}

main h3.stitle {
  font-size: 20px;
  font-weight: normal;
  font-family: "trajan-pro-3", serif;
  text-align: center;
  color: #ada692;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1200px) {
  main h3.stitle {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 736px) {
  main h3.stitle {
    font-size: 4vw;
  }
}
main .head_txt01 {
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  margin-top: 1em;
}
@media screen and (max-width: 1200px) {
  main .head_txt01 {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 736px) {
  main .head_txt01 {
    font-size: 2.9vw;
  }
}
main .message01 {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  line-height: 1.9em;
  margin-top: 1.2em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1200px) {
  main .message01 {
    font-size: 2vw;
  }
}
@media screen and (max-width: 736px) {
  main .message01 {
    font-size: 4.7vw;
  }
}

#page_title {
  position: relative;
  background-image: url(../images/title_bg_pc.jpg);
}
@media screen and (max-width: 736px) {
  #page_title {
    background-image: url(../images/title_bg_sp.jpg);
  }
}

.bg01 {
  overflow: hidden;
  background-image: url(../images/top_bg01_pc.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
}
@media screen and (max-width: 736px) {
  .bg01 {
    background-image: url(../images/top_bg01_sp.png);
  }
}

.bg02 {
  background-image: url(../images/bottom_bg01_pc.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  padding-bottom: 200px;
}
@media screen and (max-width: 1200px) {
  .bg02 {
    padding-bottom: 16.7vw;
  }
}
@media screen and (max-width: 736px) {
  .bg02 {
    background-image: url(../images/bottom_bg01_sp.png);
    padding-bottom: 18.7vw;
  }
}

.location_img_box {
  margin-top: 80px;
}
@media screen and (max-width: 1200px) {
  .location_img_box {
    margin-top: 6.7vw;
  }
}
@media screen and (max-width: 736px) {
  .location_img_box {
    margin-top: 9.3vw;
  }
}
.location_img_box .img_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 736px) {
  .location_img_box .img_block {
    display: block;
  }
}
.location_img_box .img_block + .img_block {
  margin-top: 50px;
}
@media screen and (max-width: 1200px) {
  .location_img_box .img_block + .img_block {
    margin-top: 4.2vw;
  }
}
@media screen and (max-width: 736px) {
  .location_img_box .img_block + .img_block {
    margin-top: 7vw;
  }
}
.location_img_box .img_block:nth-child(2n) .img01 {
  order: 2;
}
.location_img_box .img_block:nth-child(2n) .txt_box01 {
  order: 1;
}
.location_img_box .img_block .img01 {
  width: 67%;
}
@media screen and (max-width: 736px) {
  .location_img_box .img_block .img01 {
    width: 100%;
    margin-bottom: 4vw;
  }
}
.location_img_box .img_block .txt_box01 {
  width: 28%;
}
@media screen and (max-width: 736px) {
  .location_img_box .img_block .txt_box01 {
    width: 100%;
  }
}
.location_img_box .img_block .txt_box01 .txt01 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.6em;
}
@media screen and (max-width: 1200px) {
  .location_img_box .img_block .txt_box01 .txt01 {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 736px) {
  .location_img_box .img_block .txt_box01 .txt01 {
    font-size: 4.7vw;
  }
}
.location_img_box .img_block .txt_box01 .txt02 {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2em;
}
@media screen and (max-width: 1200px) {
  .location_img_box .img_block .txt_box01 .txt02 {
    font-size: 1vw;
  }
}
@media screen and (max-width: 736px) {
  .location_img_box .img_block .txt_box01 .txt02 {
    font-size: 2.9vw;
  }
}
.location_img_box .img_block .txt_box01 .txt03 {
  font-size: 15px;
  line-height: 1.8em;
  margin-top: 1.3em;
  text-align: justify;
}
@media screen and (max-width: 1200px) {
  .location_img_box .img_block .txt_box01 .txt03 {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 736px) {
  .location_img_box .img_block .txt_box01 .txt03 {
    font-size: 3.3vw;
    margin-top: 0.8em;
  }
}

.head_box {
  padding-top: 100px;
  padding-bottom: 75px;
}
@media screen and (max-width: 1200px) {
  .head_box {
    padding-top: 8.3vw;
    padding-bottom: 6.3vw;
  }
}
@media screen and (max-width: 736px) {
  .head_box {
    padding-top: 10.7vw;
    padding-bottom: 0vw;
  }
}
@media screen and (max-width: 736px) {
  .head_box .wrap02 {
    width: 100%;
  }
}
.head_box .txt01 {
  font-size: 30px;
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .head_box .txt01 {
    font-size: 3vw;
  }
}
@media screen and (max-width: 736px) {
  .head_box .txt01 {
    font-size: 5.3vw;
  }
}
.head_box .txt02 {
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  line-height: 1.9em;
  margin-top: 1em;
}
@media screen and (max-width: 1200px) {
  .head_box .txt02 {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 736px) {
  .head_box .txt02 {
    font-size: 3.3vw;
    margin-top: 1.5em;
  }
}
.head_box .map {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .head_box .map {
    margin-top: 5.8vw;
  }
}
@media screen and (max-width: 736px) {
  .head_box .map {
    width: 93.3%;
    margin-top: 7.3vw;
  }
}
.head_box .map .base {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.head_box .map .pho01 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.head_box .map .pho02 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.head_box .map .pho03 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.head_box .map .pho04 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.head_img_box {
  max-width: 1400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 736px) {
  .head_img_box {
    width: 93.3%;
  }
}
.head_img_box .img_block {
  position: relative;
  width: 32.9%;
  position: relative;
}
@media screen and (max-width: 736px) {
  .head_img_box .img_block {
    width: 49.2%;
  }
  .head_img_box .img_block:first-child {
    width: 100%;
    margin-bottom: 1.3vw;
  }
}
.head_img_box .img_block .sub_txt_box {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 65px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 1200px) {
  .head_img_box .img_block .sub_txt_box {
    height: 5.4vw;
  }
}
@media screen and (max-width: 736px) {
  .head_img_box .img_block .sub_txt_box {
    height: 8.7vw;
  }
}
.head_img_box .img_block .sub_txt_box p {
  text-align: left;
  padding-left: 1em;
}
@media screen and (max-width: 736px) {
  .head_img_box .img_block .sub_txt_box p {
    font-size: 2.9vw;
    padding-bottom: 0.3em;
  }
}

#education {
  margin-top: 140px;
}
@media screen and (max-width: 1200px) {
  #education {
    margin-top: 11.7vw;
  }
}
@media screen and (max-width: 736px) {
  #education {
    margin-top: 18vw;
  }
}

#shopping {
  margin-top: 150px;
}
@media screen and (max-width: 1200px) {
  #shopping {
    margin-top: 12.5vw;
  }
}
@media screen and (max-width: 736px) {
  #shopping {
    margin-top: 20vw;
  }
}
@media screen and (max-width: 736px) {
  #shopping .wrap02 {
    width: 100%;
  }
}
#shopping .shop_box01 {
  margin-top: 80px;
  background-color: #3E3A39;
}
@media screen and (max-width: 1200px) {
  #shopping .shop_box01 {
    margin-top: 6.7vw;
  }
}
@media screen and (max-width: 736px) {
  #shopping .shop_box01 {
    width: 93.3%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8.7vw;
  }
}
#shopping .shop_box01 .shop_sbox01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px;
}
@media screen and (max-width: 1200px) {
  #shopping .shop_box01 .shop_sbox01 {
    padding: 2.5vw;
  }
}
@media screen and (max-width: 736px) {
  #shopping .shop_box01 .shop_sbox01 {
    padding: 0;
  }
}
#shopping .shop_box01 .shop_sbox01 .shop_img02 {
  width: 66.3%;
}
@media screen and (max-width: 736px) {
  #shopping .shop_box01 .shop_sbox01 .shop_img02 {
    width: 100%;
    order: 2;
  }
}
#shopping .shop_box01 .shop_sbox01 .shop_txt_box01 {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 3%;
  color: #fff;
}
@media screen and (max-width: 736px) {
  #shopping .shop_box01 .shop_sbox01 .shop_txt_box01 {
    order: 1;
    width: 87.1%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5.3vw;
    margin-bottom: 5.3vw;
  }
}
#shopping .shop_box01 .shop_sbox01 .shop_txt_box01 .shop_txt01 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.6em;
}
@media screen and (max-width: 1200px) {
  #shopping .shop_box01 .shop_sbox01 .shop_txt_box01 .shop_txt01 {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 736px) {
  #shopping .shop_box01 .shop_sbox01 .shop_txt_box01 .shop_txt01 {
    font-size: 4.7vw;
  }
}
#shopping .shop_box01 .shop_sbox01 .shop_txt_box01 .shop_txt02 {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2em;
}
@media screen and (max-width: 1200px) {
  #shopping .shop_box01 .shop_sbox01 .shop_txt_box01 .shop_txt02 {
    font-size: 1vw;
  }
}
@media screen and (max-width: 736px) {
  #shopping .shop_box01 .shop_sbox01 .shop_txt_box01 .shop_txt02 {
    font-size: 2.9vw;
  }
}
#shopping .shop_box01 .shop_sbox01 .shop_txt_box01 .shop_txt03 {
  font-size: 15px;
  line-height: 1.8em;
  margin-top: 1.3em;
  text-align: justify;
}
@media screen and (max-width: 1200px) {
  #shopping .shop_box01 .shop_sbox01 .shop_txt_box01 .shop_txt03 {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 736px) {
  #shopping .shop_box01 .shop_sbox01 .shop_txt_box01 .shop_txt03 {
    font-size: 3.3vw;
  }
}
#shopping .shop_box01 .shop_sbox01 .shop_img03 {
  width: 32.9%;
  margin-top: 5px;
}
@media screen and (max-width: 736px) {
  #shopping .shop_box01 .shop_sbox01 .shop_img03 {
    margin-top: 0.7vw;
    width: 32.8%;
  }
  #shopping .shop_box01 .shop_sbox01 .shop_img03:nth-child(3) {
    order: 3;
  }
  #shopping .shop_box01 .shop_sbox01 .shop_img03:nth-child(4) {
    order: 4;
  }
  #shopping .shop_box01 .shop_sbox01 .shop_img03:nth-child(5) {
    order: 5;
  }
}
#shopping .location_img_box {
  margin-top: 50px;
}
@media screen and (max-width: 1200px) {
  #shopping .location_img_box {
    margin-top: 4.2vw;
  }
}
@media screen and (max-width: 736px) {
  #shopping .location_img_box {
    width: 81.3vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6.7vw;
  }
}
#shopping .location_img_box .img_block {
  align-items: center;
}
#shopping .location_img_box .img_block .img01 {
  order: 2;
}
#shopping .location_img_box .img_block .txt_box01 {
  order: 1;
}

#nature {
  margin-top: 150px;
}
@media screen and (max-width: 1200px) {
  #nature {
    margin-top: 12.5vw;
  }
}
@media screen and (max-width: 736px) {
  #nature {
    margin-top: 20vw;
  }
}
@media screen and (max-width: 736px) {
  #nature .wrap02 {
    width: 100%;
  }
}
@media screen and (max-width: 736px) {
  #nature .location_img_box {
    width: 81.3vw;
    margin-left: auto;
    margin-right: auto;
  }
}
#nature .nature_box01 {
  margin-top: 60px;
  background-color: #000;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  #nature .nature_box01 {
    margin-top: 5vw;
  }
}
@media screen and (max-width: 736px) {
  #nature .nature_box01 {
    width: 93.3%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6vw;
  }
}
#nature .nature_box01 .nature_img01 {
  width: 66%;
}
@media screen and (max-width: 736px) {
  #nature .nature_box01 .nature_img01 {
    width: 100%;
  }
}
#nature .nature_box01 .nature_txt_box01 {
  width: 34%;
  padding: 70px 40px 0;
}
@media screen and (max-width: 1200px) {
  #nature .nature_box01 .nature_txt_box01 {
    padding: 5.8vw 3.3vw 0;
  }
}
@media screen and (max-width: 736px) {
  #nature .nature_box01 .nature_txt_box01 {
    width: 87.1%;
    margin-left: auto;
    margin-right: auto;
    padding: 4vw 0 6.7vw;
  }
}
#nature .nature_box01 .nature_txt_box01 .nature_txt01 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.6em;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  #nature .nature_box01 .nature_txt_box01 .nature_txt01 {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 736px) {
  #nature .nature_box01 .nature_txt_box01 .nature_txt01 {
    font-size: 4.7vw;
  }
}
#nature .nature_box01 .nature_txt_box01 .nature_txt02 {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2em;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  #nature .nature_box01 .nature_txt_box01 .nature_txt02 {
    font-size: 1vw;
  }
}
@media screen and (max-width: 736px) {
  #nature .nature_box01 .nature_txt_box01 .nature_txt02 {
    font-size: 2.9vw;
  }
}
#nature .nature_box01 .nature_txt_box01 .nature_txt03 {
  font-size: 15px;
  line-height: 1.6em;
  margin-top: 2em;
  text-align: justify;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  #nature .nature_box01 .nature_txt_box01 .nature_txt03 {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 736px) {
  #nature .nature_box01 .nature_txt_box01 .nature_txt03 {
    font-size: 3.3vw;
    margin-top: 0.8em;
  }
}
#nature .nature_box02 {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  #nature .nature_box02 {
    margin-top: 5vw;
  }
}
@media screen and (max-width: 736px) {
  #nature .nature_box02 {
    width: 81.3vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6.7vw;
  }
}
#nature .nature_box02 .img_block {
  width: 32%;
}
@media screen and (max-width: 736px) {
  #nature .nature_box02 .img_block {
    width: 49.2%;
  }
  #nature .nature_box02 .img_block:nth-child(3) {
    width: 100%;
    margin-top: 3.3vw;
  }
  #nature .nature_box02 .img_block:nth-child(3) .txt01::before {
    height: 2em;
  }
}
#nature .nature_box02 .img_block .txt01 {
  font-size: 12px;
  line-height: 1.6em;
  padding-top: 1em;
  padding-left: 2em;
  letter-spacing: 0;
  position: relative;
}
@media screen and (max-width: 1200px) {
  #nature .nature_box02 .img_block .txt01 {
    font-size: 1vw;
  }
}
@media screen and (max-width: 736px) {
  #nature .nature_box02 .img_block .txt01 {
    padding-top: 0.5em;
    padding-left: 1.5em;
    font-size: 2.7vw;
  }
}
#nature .nature_box02 .img_block .txt01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1em;
  width: 1px;
  height: 2.2em;
  background-color: #ada692;
}
@media screen and (max-width: 736px) {
  #nature .nature_box02 .img_block .txt01::before {
    left: 0.8em;
    height: 3.4em;
  }
}

#hospital {
  margin-top: 150px;
}
@media screen and (max-width: 1200px) {
  #hospital {
    margin-top: 12.5vw;
  }
}
@media screen and (max-width: 736px) {
  #hospital {
    margin-top: 20vw;
  }
}
#hospital .hospital_box01 {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  #hospital .hospital_box01 {
    margin-top: 6.7vw;
  }
}
@media screen and (max-width: 736px) {
  #hospital .hospital_box01 {
    margin-top: 8vw;
  }
}
#hospital .hospital_box01 .img_block {
  width: 49%;
}
@media screen and (max-width: 736px) {
  #hospital .hospital_box01 .img_block {
    width: 100%;
  }
  #hospital .hospital_box01 .img_block + .img_block {
    margin-top: 6.7vw;
  }
}
#hospital .hospital_box01 .img_block .txt01 {
  font-size: 12px;
  line-height: 1.6em;
  padding-top: 1em;
  padding-left: 2em;
  letter-spacing: 0;
  position: relative;
}
@media screen and (max-width: 1200px) {
  #hospital .hospital_box01 .img_block .txt01 {
    font-size: 1vw;
  }
}
@media screen and (max-width: 736px) {
  #hospital .hospital_box01 .img_block .txt01 {
    padding-top: 0.5em;
    padding-left: 1.5em;
    font-size: 2.7vw;
  }
}
#hospital .hospital_box01 .img_block .txt01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1em;
  width: 1px;
  height: 2.2em;
  background-color: #ada692;
}
@media screen and (max-width: 736px) {
  #hospital .hospital_box01 .img_block .txt01::before {
    left: 0.8em;
    height: 2em;
  }
}

.head_box .map .base {
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}
.head_box .map .pho01 {
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-delay: 1.4s;
}
.head_box .map .pho02 {
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-delay: 0.8s;
}
.head_box .map .pho03 {
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-delay: 1.1s;
}
.head_box .map .pho04 {
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-delay: 0.5s;
}
.head_box .map.deactive .base,
.head_box .map.deactive .pho01,
.head_box .map.deactive .pho02,
.head_box .map.deactive .pho03,
.head_box .map.deactive .pho04 {
  opacity: 0;
  transition: 0s;
  transition-delay: 0s;
}/*# sourceMappingURL=style-location.css.map */