@charset "UTF-8";
.breadcrumb {
  padding: 20px 0;
  border-top: 1px solid #f1e9dc;
  border-bottom: 1px solid #f1e9dc;
}

.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.02em;
  color: #999;
}

.breadcrumb ul li a {
  color: #fff;
}

.breadcrumb ul li:not(:last-child) a::after,
.breadcrumb ul li:not(:last-child) p::after {
  content: "　＞　";
  display: inline-block;
}

.location-link {
  display: flex;
  flex-wrap: wrap;
  color: #000;
}

.location-link a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  /*text-align: center;*/
  height: 100px;
  padding: 10px 2.5vw;
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  background-color: #fefcf7;
  border-left: 1px solid #f1e9dc;
  border-bottom: 1px solid #f1e9dc;
}

.location-link a.current {
  color: #fff;
  background-color: #868076;
}

.location-link--3 a {
  width: 33.33%;
}

.location-link--4 a {
  width: 25%;
}

.location-link--5 a {
  width: 20%;
}

.location-link a::before {
  content: "\f105";
  position: absolute;
  left: calc(2.5vw - 15px);
  top: 50%;
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: #808081;
  transform: translateY(-50%);
}

.location-link a.current::before {
  color: #fff;
}

.caption {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

section {
  font-family: "RyuminPro", "GaramondPro", serif;
}

#main figure {
  position: relative;
}

#main figcaption {
  color: #fff;
  font-size: 10px;
  line-height: 1.2;
  position: absolute;
  bottom: 2px;
  right: 2px;
  text-shadow: 0px 0px 2px #000;
}

#leadArea {
  width: 1300px;
  margin: 0 auto 120px;
  font-family: "RyuminPro", "GaramondPro", serif;
}

#leadArea h2 {
  font-size: 54px;
  line-height: 1.5;
  letter-spacing: 0.2em;
  text-align: center;
  padding: 0 0 5px;
  margin: 80px auto 40px;
}

#leadArea h2 sup {
  font-size: 25%;
  letter-spacing: 0;
  vertical-align: top;
  margin-left: -1em;
}

#leadArea p {
  font-size: 22px;
  line-height: 1.8;
  text-align: center;
  padding: 0 0 5px;
  margin: 40px auto 60px;
}

.cntBody {
  width: 1300px;
  margin: 0 auto 80px;
}

.flex {
  display: flex;
  justify-content: space-between;
}

h2.h2_lead {
  font-size: 54px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 0 0 5px;
  margin: 60px auto 20px;
}

h2.h2_cnt {
  font-size: 36px;
  line-height: 1.5;
  letter-spacing: 0.2em;
  text-align: center;
  padding: 0 0 5px;
  margin: 60px auto 20px;
}

h3.h3_cnt {
  font-size: 24px;
  text-align: center;
  font-weight: 300;
  padding: 0 0 5px;
  margin: 60px auto 20px;
  border-bottom: 2px solid #94C439;
}

sup {
  font-size: 40%;
  letter-spacing: 0;
  vertical-align: text-top;
  margin: 0 0.2em 0 -0.05em;
}

.eng {
  text-align: center;
  margin: 40px auto 40px;
}

.eng img {
  max-height: 60px;
}

p.lead {
  font-size: 22px;
  line-height: 1.8;
  text-align: center;
  padding: 0 0 5px;
  margin: 20px auto 40px;
}

.s150 {
  font-size: 150%;
}

.s120 {
  font-size: 120%;
}

.s80 {
  font-size: 80%;
}

.s60 {
  font-size: 80%;
}

figure {
  width: 100%;
  margin: 0;
}

.cap_r figcaption {
  font-size: 12px;
  line-height: 1.2;
  text-align: right;
  text-shadow: none;
  margin: 5px 5px 5px 0;
}

.cap_rb {
  position: relative;
}

.cap_rb figcaption {
  font-size: 10px;
  line-height: 1.2;
  position: absolute;
  bottom: 2px;
  right: 2px;
  text-shadow: 0px 0px 0px #000;
}

.cap_rb.light figcaption {
  color: #fff;
  text-shadow: 0px 0px 2px #000;
}

section .caption {
  margin: 0;
}

@media screen and (max-width: 1400px) {
  .location-link a {
    font-size: 1.28vw;
  }
}
@media screen and (max-width: 1300px) {
  #leadArea {
    width: 90%;
    margin: 0 auto 5vw;
  }
  #leadArea h2 {
    font-size: 50px;
  }
  .cntBody {
    width: 93.75vw;
    margin: 0 auto 6.1538vw;
  }
}
@media screen and (max-width: 768px) {
  .location-link a {
    padding: 10px 25px;
    font-size: 1.75vw;
  }
  .location-link--4 a {
    width: 50%;
  }
  .location-link--5 a {
    width: 33.33%;
  }
  .location-link a::before {
    left: 10px;
  }
  p.lead {
    font-size: 2.6041vw;
    margin: 2.6041vw auto 5.2083vw;
  }
}
@media screen and (max-width: 639px) {
  .location-link a {
    width: 100% !important;
    height: 13.33vw;
    font-size: 4vw;
  }
  .location-link a::before {
    left: 6vw;
  }
  .cntBody {
    width: 96%;
    margin: 0 auto 80px;
  }
  section {
    width: 90%;
    margin: 0 auto;
  }
  #leadArea {
    width: 90%;
    margin: 0 auto 16vw;
  }
  #leadArea h2 {
    font-size: 8vw;
    padding: 0 0 0.8vw;
    margin: 10.6667vw auto 5.3333vw;
  }
  #leadArea p {
    font-size: 4.2666vw;
    padding: 0 0 0.8vw;
    margin: 5.3333vw auto 8vw;
  }
  .eng {
    margin: 8vw auto 8vw;
  }
  .eng img {
    max-height: 12vw;
  }
  h2.h2_cnt {
    font-size: 8vw;
    padding: 0 0 0.8vw;
    margin: 10.6667vw auto 5.3333vw;
  }
  p.lead {
    font-size: 4.2666vw;
    padding: 0 0 0.8vw;
    margin: 5.3333vwx auto 8vw;
  }
  h3.h3_cnt {
    font-size: 5.3333vw;
    padding: 0 0 0.8vw;
    margin: 10.6667vw auto 5.3333vw;
  }
  .caption {
    max-width: 100%;
  }
}
#lifeinfo {
  padding: 0px 0 0px 0;
}

#lifeinfo.cntBody {
  padding: 0px 0 0px 0;
}

#lifeinfo #tabs {
  list-style: none;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  border-bottom: 0px solid #999;
  flex-wrap: wrap;
  gap: 20px;
}

#lifeinfo #tabs li {
  color: #666;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400 !important;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32%;
  padding: 15px 20px;
  border: 2px solid #ccc;
  background: #fff;
  transition: all 0.2s ease;
  cursor: pointer;
  position: relative;
}

#lifeinfo #tabs li::after {
  font-size: 25px;
  font-family: sans-serif;
  vertical-align: middle;
  content: ">";
  position: absolute;
  top: 20%;
  bottom: 0;
  right: 10px;
}

#lifeinfo #tabs #tab1 {
  color: #fff;
  background: #D35273 !important;
  border-color: #D35273 !important;
  opacity: 0.7;
}

#lifeinfo #tabs #tab2 {
  color: #fff;
  background: #549B35 !important;
  border-color: #549B35 !important;
  opacity: 0.7;
}

#lifeinfo #tabs #tab3 {
  color: #fff;
  background: #3271AD !important;
  border-color: #3271AD !important;
  opacity: 0.7;
}

#lifeinfo #tabs #tab4 {
  color: #fff;
  background: #7A6C98 !important;
  border-color: #7A6C98 !important;
  opacity: 0.7;
}

#lifeinfo #tabs #tab5 {
  color: #fff;
  background: #409FBD !important;
  border-color: #409FBD !important;
  opacity: 0.7;
}

#lifeinfo #tabs #tab1:hover,
#lifeinfo #tabs #tab1.selected {
  opacity: 1;
}

#lifeinfo #tabs #tab2:hover,
#lifeinfo #tabs #tab2.selected {
  opacity: 1;
}

#lifeinfo #tabs #tab3:hover,
#lifeinfo #tabs #tab3.selected {
  opacity: 1;
}

#lifeinfo #tabs #tab4:hover,
#lifeinfo #tabs #tab4.selected {
  opacity: 1;
}

#lifeinfo #tabs #tab5:hover,
#lifeinfo #tabs #tab5.selected {
  opacity: 1;
}

.info {
  margin: 20px 0 20px 0;
  padding: 30px;
  color: #000;
}

.info .flex {
  margin-inline: auto;
}
@media screen and (min-width: 640px) {
  .info .flex {
    margin-top: 20px;
  }
}
@media screen and (max-width: 639px) {
  .info .flex {
    margin-top: 0;
  }
}

.item2 .flex_item {
  width: 49%;
}

@media screen and (max-width: 639px) {
  .item3 {
    margin-top: 0;
  }
}
.item3 .flex_item {
  width: 32%;
}

.flex_item img {
  vertical-align: bottom;
}

.flex.item2 {
  margin-top: 0;
}

.info .fac {
  margin: 0px 0 20px 0;
}

.info .fig_ttl {
  margin: 3px 0 10px 0;
}

.info h2,
#life2 .border h2 {
  font-size: 24px;
  line-height: 1.5;
  text-align: left;
  margin-top: 0;
}

.info p {
  font-size: 12px;
  line-height: 1.2;
  margin: 5px 0;
}

.info p.lead,
#life2 .border p.lead {
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
  margin: 10px 0;
}

.info p.note {
  font-size: 19px;
}
.info p.note span {
  font-size: 0.6315789474em;
}

.info h4,
#life4 .park h4 {
  font-size: 18px;
  line-height: 1.2;
  display: block;
  margin: 20px 0 20px;
  border-bottom: 1px solid #333;
  color: #000;
  font-weight: normal;
}

#info1 {
  background: #fff;
}

#info2 {
  background: #fff;
}

#info3 {
  background: #fff;
}

#info4 {
  background: #fff;
}

#info5 {
  background: #fff;
}

#life2 .border {
  padding: 20px 20px 35px 20px;
  border: 10px solid #dce3ea;
  box-sizing: border-box;
}

#life2 .border h2 {
  font-size: 24px;
  line-height: 1.5;
  text-align: left;
  margin-top: 0;
}

#life2 .border p.lead {
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
  margin: 10px 0;
}

#life2 .border figure {
  position: relative;
  width: 33%;
  margin: 0 0;
}

#life2 .border figcaption {
  position: absolute;
  bottom: -15px;
  font-size: 14px;
}

#life4 .park {
  padding: 10px 20px 20px 20px;
  background: #DEE5E1;
}

#lifeinfo .tab_panel .caption {
  margin: 70px auto 65px auto;
}

@media screen and (max-width: 1300px) {
  #leadArea h2 {
    letter-spacing: 0.1em;
    font-weight: normal;
  }
}
@media screen and (max-width: 960px) {
  .cntBody {
    width: 97%;
    margin: 0 auto 80px;
  }
  h2.h2_cnt {
    font-size: 4.6875vw;
    letter-spacing: 0;
    text-align: center;
    padding: 0 0 5px;
    margin: 3.9062vw auto 2.6041vw;
  }
  #lifeinfo #tabs li {
    width: 30%;
    font-size: 16px;
  }
  #lifeinfo #tabs li::after {
    font-size: 20px;
    top: 25%;
    bottom: 0;
    right: 10px;
  }
  #life2 .border figcaption {
    font-size: 11px;
  }
}
@media screen and (max-width: 639px) {
  #leadArea h2 {
    font-size: 28px;
    margin-top: 30px;
  }
  #leadArea p.lead {
    font-size: 18px;
  }
  .cntBody {
    width: 100%;
  }
  h2.h2_cnt {
    font-size: 6.4vw;
    font-weight: 400;
  }
  #lifeinfo {
    padding: 0px 0 0px 0;
  }
  #lifeinfo.cntBody {
    padding: 0px 0 0px 0;
    margin-bottom: 0;
  }
  #lifeinfo #tabs {
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    margin-left: 1.5vw;
    margin-right: 1.5vw;
    padding-bottom: 20px;
    border-bottom: 0px solid #999;
    flex-wrap: wrap;
    gap: 10px;
  }
  #lifeinfo #tabs li {
    color: #666;
    font-size: 14px;
    line-height: 1.1;
    width: 20%;
    padding: 5px 5px;
    border: 2px solid #ccc;
    height: 4em;
  }
  #lifeinfo #tabs li::after {
    font-size: 11px;
    font-family: sans-serif;
    vertical-align: middle;
    content: ">";
    position: absolute;
    top: auto;
    bottom: -2px;
    left: 0;
    right: 0;
    transform: rotate(90deg);
    display: none;
  }
  .info {
    margin: 20px 0 20px 0;
    padding: 10px;
  }
  .info .flex {
    flex-direction: column;
  }
  .item2 .flex_item {
    width: 100%;
  }
  .item3 .flex_item {
    width: 100%;
  }
  .info .fac {
    margin: 0px 0 10px 0;
  }
  .info .fig_ttl {
    margin: 3px 0 5px 0;
  }
  .info h2,
  #life2 .border h2 {
    font-size: 20px;
    margin: 0 0 10px 0 !important;
  }
  .info p {
    font-size: 11px;
    margin: 5px 0;
  }
  .info p.lead,
  #life2 .border p.lead {
    font-size: 16px;
    margin: 10px 0;
  }
  .info p.note {
    font-size: 14px;
  }
  .info p.note span {
    font-size: 0.8571428571em;
  }
  .info h4,
  #life4 .park h4 {
    font-size: 16px;
    margin: 20px 0 10px;
  }
  #lifeinfo #tabs li {
    width: 100%;
    font-size: 14px;
  }
  #info1 .flex_item {
    width: 100%;
  }
  #life2 .item3 .fig_ttl {
    max-width: 276px;
  }
  #life2 .border {
    padding: 20px 20px 10px 20px;
    border: 10px solid #dce3ea;
    box-sizing: border-box;
  }
  #life2 .border h2 {
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    margin-top: 0;
  }
  #life2 .border p.lead {
    font-size: 16px;
    margin: 10px 0;
  }
  #life2 .border .item3 {
    flex-direction: column;
  }
  #life2 .border figure {
    width: 100%;
    margin: 0 0 40px;
  }
  #life2 .border figcaption {
    font-size: 14px;
  }
  #life3 .item3 .fig_ttl {
    max-width: 276px;
  }
  #life4 .park {
    padding: 10px 10px 10px 10px;
    background: #DEE5E1;
  }
  #life4 .park .flex {
    flex-direction: column;
  }
}

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