@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
.breadcrumb {
  padding: 20px 2%;
  border-top: 1px solid #f1e9dc;
  border-bottom: 1px solid #f1e9dc;
  background: #fff;
  color: #000;
}

.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.02em;
  color: #888;
}

.breadcrumb ul li a {
  color: #000;
}

.breadcrumb ul li:not(:last-child) a::after,
.breadcrumb ul li:not(:last-child) p::after {
  content: " ＞ ";
  display: inline-block;
}

.annotation-area {
  background: #fff;
  color: #797979;
  padding: 40px 0;
}

.page-annotation {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  line-height: 1.8;
}

.wrap {
  margin: 0 auto;
  width: 84%;
  max-width: 1200px;
}

.location02 main img {
  max-width: 100%;
}
.location02 .image {
  position: relative;
}
.location02 .image .annotation {
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-align: right;
  font-size: 10px;
}
.location02 .image .annotation.white {
  color: #fff;
  text-shadow: 0px 0px 4px #000, 0px 0px 4px #000, 0px 0px 4px #000, 0px 0px 4px #000;
}
.location02 .location-link {
  color: #000;
}
.location02 main {
  color: #000;
  font-family: "RyuminPro", serif;
  line-height: 1;
}
.location02 sup {
  vertical-align: text-top;
}
.location02 .page-annotation {
  font-family: "Noto Sans JP", sans-serif;
}
.location02 .main-visual {
  border: none;
}
.location02 .main-visual .image {
  line-height: 0;
}
.location02 .sections .inner {
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
}
.location02 .sections .image {
  position: relative;
}
.location02 .sections .annotation {
  font-size: 10px;
  text-align: right;
  z-index: 989;
}
.location02 .sections .column02 li {
  vertical-align: top;
  display: inline-block;
  width: 48.5%;
  margin-right: 2%;
}
.location02 .sections .column02 li:nth-child(2n),
.location02 .sections .column02 li:last-child {
  margin-right: auto;
}
.location02 .sections .column03 li {
  vertical-align: top;
  display: inline-block;
  width: 32%;
  margin-right: 1%;
}
.location02 .sections .column03 li:nth-child(3n),
.location02 .sections .column03 li:last-child {
  margin-right: auto;
}
.location02 .intro {
  text-align: center;
  background: url(../images/location02/bg.jpg);
  background-size: cover;
  padding: 100px 0;
  margin-bottom: 100px;
}
.location02 .intro .tit {
  font-size: 32px;
  line-height: 2;
  margin-bottom: 50px;
}
.location02 .intro .lead {
  font-size: 18px;
  line-height: 2.2;
  margin-bottom: 100px;
}
.location02 .intro .caps {
  text-align: right;
  margin-top: 10px;
  font-size: 10px;
}
.location02 .intro .img02 {
  margin-top: 60px;
}
.location02 .intro .mini {
  text-align: left;
  margin-top: 10px;
  font-size: 10px;
}
.location02 .areas {
  text-align: center;
  margin-bottom: 80px;
}
.location02 .areas .tit {
  font-size: 26px;
  line-height: 1.6;
  margin-bottom: 40px;
}
.location02 .areas .lead {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 100px;
}
.location02 .area01 .tit {
  letter-spacing: 0.3em;
}
.location02 .area01 .text {
  font-size: 32px;
  line-height: 2;
  margin-bottom: 50px;
}
.location02 .area01 .img02 {
  max-width: 480px;
  width: 40%;
  position: absolute;
  right: -5%;
  bottom: 10%;
}
.location02 .area01 .img02 .annotation {
  bottom: 30px;
  right: 20px;
}
.location02 .area02 {
  max-width: 1200px;
  margin: auto;
  background: url(../images/location02/area02-bg.jpg);
  background-size: cover;
  padding: 80px 0 40px;
  margin-bottom: 100px;
}
.location02 .area02 .column02 {
  margin-bottom: 50px;
}
.location02 .area02 .column02 li {
  vertical-align: bottom;
  text-align: left;
}
.location02 .area02 .name {
  font-size: 30px;
  color: #5d5200;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid;
}
.location02 .area02 .purpose {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 30px;
}
.location02 .area02 .info {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 10px;
}
.location02 .area02 .source {
  font-size: 14px;
  line-height: 1.2;
  padding-bottom: 10px;
  border-bottom: 1px solid #5d5200;
}
.location02 .area02 .list01 li {
  width: 38%;
}
.location02 .area02 .list01 li:last-child {
  width: 57%;
}
.location02 .area02 .list02 li {
  width: 57%;
}
.location02 .area02 .list02 li:last-child {
  width: 38%;
}
.location02 .area02 .list03 .name {
  line-height: 1.8;
}
.location02 .area02 .list03 li {
  width: 71%;
}
.location02 .area02 .list03 li:last-child {
  width: 26%;
}
.location02 .area02 .list04 .name {
  line-height: 1.8;
}
.location02 .area02 .list04 li {
  width: 57%;
}
.location02 .area02 .list04 li:last-child {
  width: 38%;
}
.location02 .area03 .inner {
  max-width: 1000px;
  margin: auto;
}
.location02 .area03 .caps {
  text-align: right;
  margin-top: 10px;
  font-size: 10px;
}
.location02 .area03 .lead {
  text-align: left;
  margin-bottom: 10px;
}
.location02 .area03 .mini {
  text-align: left;
  font-size: 10px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.location02 .area04 {
  max-width: 1200px;
  margin: auto;
  background: #15304b;
  padding: 60px 0 40px;
}
.location02 .area04 .tit {
  font-size: 32px;
  letter-spacing: 0.15em;
  color: #fff;
  margin-bottom: 40px;
}
.location02 .area04 .bg {
  background: #fff;
  padding: 30px 0 0;
}
.location02 .area04 .sub {
  font-size: 22px;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}
.location02 .area04 .column02 {
  width: 90%;
  margin: 0 auto 40px;
}
.location02 .area04 .column02 li {
  vertical-align: middle;
}
.location02 .area04 .column02 li .lead {
  text-align: left;
  margin-bottom: 0;
}
.location02 .area04 .mini {
  text-align: left;
  font-size: 10px;
  line-height: 1.4;
  color: #fff;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .location02 sp {
    display: block;
  }
  .location02 pc {
    display: none;
  }
  .location02 .main-visual {
    padding-bottom: 0;
  }
  .location02 .sections .column02 li {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .location02 .sections .column02 li:last-child {
    margin-bottom: auto;
  }
  .location02 .sections .column03 li {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .location02 .sections .column03 li:last-child {
    margin-bottom: auto;
  }
  .location02 .intro {
    background: url(../images/location02/bg.jpg);
    background-size: cover;
    padding: 40px 0;
    margin-bottom: 50px;
  }
  .location02 .intro .tit {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .location02 .intro .lead {
    text-align: left;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 40px;
  }
  .location02 .intro .img02 {
    margin-top: 40px;
  }
  .location02 .intro .mini {
    line-height: 1.4;
  }
  .location02 .areas {
    margin-bottom: 40px;
  }
  .location02 .areas .tit {
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 30px;
  }
  .location02 .areas .lead {
    text-align: left;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 30px;
  }
  .location02 .area01 .text {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .location02 .area01 .image .leaflet-top {
    left: auto;
    right: 10px;
    bottom: 30px;
  }
  .location02 .area01 .img02 {
    width: 100%;
    position: relative;
    right: inherit;
    margin: 20px auto 0;
  }
  .location02 .area01 .img02 .annotation {
    bottom: 30px;
    right: 20px;
  }
  .location02 .area01 .leaflet-container {
    background: none;
  }
  .location02 .area02 {
    background: url(../images/location02/area02-bg.jpg);
    background-size: cover;
    padding: 40px 0 20px;
    margin-bottom: 50px;
  }
  .location02 .area02 .column02 {
    margin-bottom: 40px;
  }
  .location02 .area02 .name {
    font-size: 26px;
  }
  .location02 .area02 .purpose {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .location02 .area02 .info {
    font-size: 16px;
  }
  .location02 .area02 .source {
    font-size: 12px;
  }
  .location02 .area02 .list01 li {
    width: 100%;
  }
  .location02 .area02 .list01 li .image {
    margin-bottom: 20px;
  }
  .location02 .area02 .list01 li:last-child {
    width: 100%;
  }
  .location02 .area02 .list02 li {
    width: 100%;
  }
  .location02 .area02 .list02 li:last-child {
    width: 100%;
  }
  .location02 .area02 .list03 li {
    width: 100%;
  }
  .location02 .area02 .list03 li .image {
    width: 60%;
    margin: 0 auto 20px;
  }
  .location02 .area02 .list03 li:last-child {
    width: 100%;
  }
  .location02 .area02 .list04 li {
    width: 100%;
  }
  .location02 .area02 .list04 li:last-child {
    width: 100%;
  }
  .location02 .area04 {
    padding: 40px 0 40px;
  }
  .location02 .area04 .tit {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .location02 .area04 .sub {
    line-height: 1.5;
  }
  .location02 .area04 .column02 {
    width: 90%;
    margin: 0 auto 40px;
  }
  .location02 .area04 .column02 li {
    vertical-align: middle;
  }
  .location02 .area04 .column02 li .lead {
    text-align: left;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .location02 .swipe-img {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .location02 .swipe-img img {
    max-width: auto !important;
    max-width: inherit !important;
    width: 200% !important;
  }
  .location02 .swipe {
    display: block;
    text-align: center;
    padding: 20px 0;
  }
  .location02 .swipe img {
    max-width: 75px;
    width: 15%;
    height: auto;
    margin: auto;
    pointer-events: none;
  }
}/*# sourceMappingURL=location02.css.map */