@charset "utf-8";

/********************************
* 
********************************/
.location-sec .mainttl {
  font-size: 40px;
  text-align: center;
  margin-bottom: 60px;
}
.location-sec .mainttl .sup {
  margin-left: -40px;
}

@media screen and (max-width: 768px) {
  .location-sec .mainttl {
      font-size: 19px;
      margin-bottom: 3.91vw;
  }
  .location-sec .mainttl .sup {
    margin-left: -20px;
  }
}

.location-sec .ttl01 {
  font-size: 30px;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
    .location-sec .ttl01 {
        font-size: 19px;
        margin-bottom: 25px;
    }
}
.location-sec .ttl02 {
  background: #C0D0E9;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1.0;
  text-align: center;
  margin-bottom: 48px;
  padding-top: 23px;
  padding-bottom: 23px;
}
@media screen and (max-width: 768px) {
  .location-sec .ttl02 {
    font-size: 26px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 28px;
  }
}
.ttl03 {
  position: relative;
  margin-bottom: 20px;
}
.ttl03 figure {}
.ttl03 figcaption {
  color: #fff;
  text-shadow: 0px 0px 4px #000, 0px 0px 4px #000, 0px 0px 4px #000, 0px 0px 4px #000;
  text-align: right;
  font-size: 10px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.ttl04 {
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1.0;
}
@media screen and (max-width: 768px) {
  .ttl04 {
    font-size: 26px;
  }
}

.location-sec .subttl01 {
  font-size: 22px;
  line-height: 1.6;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .location-sec .subttl01 {
    font-size: 20px;
    margin-bottom: .65vw;
  }
}
.location-sec .subttl02 {
  color: #37444C;
  font-size: 22px;
  line-height: 1.0;
  letter-spacing: 0.15em;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.location-sec .subttl02 span {
  border-left: 2px solid #37444C;
  border-right: 2px solid #37444C;
  padding-left: 22px;
  padding-right: 22px;
}
.location-sec .subttl02::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #37444C;
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .location-sec .subttl02 {
    font-size: 17px;
    margin-bottom: 1.95vw;
  }
}

.lead {
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .lead {
    margin-bottom: 2.6vw;
  }
}

/********************************
* コンテンツ > 01
********************************/
.location-sec--1 {}
.mainimg figure {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .mainimg figure {
    margin-bottom: 1.95vw;
  }
}
/********************************
* コンテンツ > column03
********************************/
/*column03*/
.column03 {
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items:flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

/* コンテンツ > 01 > cntbox01
********************************/
/*column03*/
.location-sec--1-cntbox01 .column03 {
  gap: 3px;
}
.location-sec--1-cntbox01 .column03 dl {
  text-align: center;
  /*width: 374px;*/
  width: 37%;
}
.location-sec--1-cntbox01 .column03 dt ,
.location-sec--1-cntbox01 .column03 dd {
  background: #2E71A1;
  color: #FFF;
  padding-top: 10px;
  padding-bottom: 10px;
}
.location-sec--1-cntbox01 .column03 dl:nth-of-type(3) {
  /*width: 246px;*/
  width: 25%;
}
.location-sec--1-cntbox01 .column03 dl:nth-of-type(3) dt ,
.location-sec--1-cntbox01 .column03 dl:nth-of-type(3) dd {
  background: #638CA0;
}

.location-sec--1-cntbox01 .column03 dt {
  font-size: 22px;
  margin-bottom: 6px;
  
}
.location-sec--1-cntbox01 .column03 dd {
  font-size: 18px;
  margin-top: 1px;
}
@media screen and (max-width: 768px) {
  .location-sec--1-cntbox01 .column03 {
    display: inherit;
    display: -webkit-inherit;
  }
  .location-sec--1-cntbox01 .column03 dl {
    text-align: center;
    margin-bottom: 2vw;
    width: 100%;
  }
  .location-sec--1-cntbox01 .column03 dl:last-of-type {
    margin-bottom: 0;
    width: 100%;
  }
  .location-sec--1-cntbox01 .column03 dt ,
  .location-sec--1-cntbox01 .column03 dd {
    padding-top: 1.3vw;
    padding-bottom: 1.3vw;
  }

  .location-sec--1-cntbox01 .column03 dt {
    font-size: 19px;
    margin-bottom: .39vw;

  }
  .location-sec--1-cntbox01 .column03 dd {
    font-size: 16px;
    margin-top: 1px;
  }
}

/*note*/
.location-sec--1-cntbox01 .note {
  background: #E5EBF6;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.location-sec--1-cntbox01 .note dd {
  padding-left: 10px;
}

@media screen and (max-width: 768px) {
    .location-sec--1-cntbox01 .note {
        font-size: 16px;
  }
}
/*caption*/
.location-sec .caption {
  font-family: "RyuminPro", serif;
  color: #000;
  font-size: 10px;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}


/* コンテンツ > 01 > cntbox02
********************************/
.location-sec--1-cntbox02 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .location-sec--1-cntbox02 {
    margin-top: 3.91vw;
  }
}
.location-sec--1-cntbox02 .column03 {
  -webkit-justify-content: left;
  justify-content: left;
  align-items: stretch;
  gap: 10px;
  margin-bottom: 5px;
}
.location-sec--1-cntbox02 .column03 li {
  background: #00142C;
  width: calc(33.33% - 10px);
  flex-grow: 1;
}
.location-sec--1-cntbox02 .column03 li .image {
  position: relative;
}
.location-sec--1-cntbox02 .column03 li .image figcaption {
  font-size: 20px;
  color: #FFF;
  text-align: center;
  line-height: 1.6;
  margin-left: 10px;
  margin-right: 10px;
  position: absolute;
  bottom: 30px;
  right: 0;
  left: 0;
  text-shadow: 0px 0px 4px #000, 0px 0px 4px #000, 0px 0px 4px #000, 0px 0px 4px #000;
}


.location-sec--1-cntbox02 .column03 li .note {
  color: #FFF;
  font-size: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 18px;
  padding-right: 18px;
}
@media screen and (max-width: 768px) {
  .location-sec--1-cntbox02 .column03 {
    display: inherit;
    display: -webkit-inherit;
  }
  .location-sec--1-cntbox02 .column03 li {
    width: 100%;
    margin-bottom: 15px;
  }
  .location-sec--1-cntbox02 .column03 li:last-of-type {
    margin-bottom: 0;
  }
  .location-sec--1-cntbox02 .column03 li .image figcaption {
    font-size: 18px;
    margin-left: 10%;
    margin-right: 10%;
    bottom: 10%;
  }
  .location-sec--1-cntbox02 .column03 li .note {
    font-size: 16px;
  }
}

/********************************
* コンテンツ > 02
********************************/
.location-sec--2 {
  background: #EAEAEA;
  width: 100%;
  margin-top: 90px;
  padding-top:22px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
    .location-sec--2 {
      margin-top: 50px;
  }
}
/* コンテンツ > 02 > スライダー用
********************************/
.slider01 {
  color: #3e3a39;
}
.slider01 .name {
  font-size: 16px;
  margin: 0 auto 15px;
  line-height: 1.6;
}
.slider01 .name span {
  font-size: 14px;
}
.slider01 .info {
  font-size: 22px;
  line-height: 2;
}
.slick-slide {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .slick-slide {
    margin-left: 1.95vw;
  }
}

.slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #231815;
}

.slick-dots li.slick-active button {
  background-color: #231815;
}

.slick-dots li button:before {
  display: none;
}
.location-sec--2-cntbox01 .caption {
  padding-left: calc(100% - 95.5vw + 25px);
  max-width: inherit;
}
@media screen and (max-width: 768px) {
  .location-sec--2-cntbox01 .caption {
    padding-left: calc(100% - 95.5vw + 35px);
    max-width: inherit;
  }
}
/********************************
* コンテンツ > 03
********************************/
.location-sec--3 {
  background: #D7E1F1;
  width: 100%;
  margin-top: 90px;
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
}
.location-sec--3 .bgimg {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top:53px;
  padding-bottom: 34px;
}
.location-sec--3 .bgimg::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 200px;
  height: 200px;
  clip-path: polygon(0 0, 0% 100%, 100% 0, 100% 0);
  background: #C0D0E9;
}
@media screen and (max-width: 768px) {
  .location-sec--3 .bgimg {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.location-sec--3 .inner {
  position: relative;
}
.location-sec--3 .ttl04 {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 900px) {
  .location-sec--3 .ttl01 {
    padding-top: 50px;
  }
}
.column02 {}
.column02 .left ,
.column02 .right {
    display: inline-block;
    vertical-align: top;
}
@media screen and (max-width: 768px) {
  .column02 .left ,
  .column02 .right {
      display: block;
      width: 100%;
  }
}

.location-sec--3 .column02 .left {
  width: 46%;
  margin-right: 2%;
}
.location-sec--3 .column02 .right {
  width: 51%;
}
.location-sec--3 .column02 .left p:first-of-type {
    margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .location-sec--3 .column02 .left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .location-sec--3 .column02 .right {
    width: 100%;
  }
  .location-sec--3 .column02 .left p:first-of-type {
      margin-bottom: 10px;
  }
}


/********************************
* コンテンツ > 04
********************************/
.location-sec--4 .column02 {
  margin-bottom: 20px;
}
.location-sec--4 .column02 .left {
  width: 67%;
  margin-right: 2%;
}
.location-sec--4 .column02 .right {
  width: 30%;
}
.location-sec--4 .ttl01 {
  text-align: left;
}
.location-sec--4 .column02 figure img {
  margin-bottom: 15px;
}
.location-sec--4 figcaption {
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .location-sec--4 .column02 .left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .location-sec--4 .column02 .right {
    width: 100%;
  }
}

.location-sec--4 .scaling {
  margin-bottom: 25px;
}
.location-sec--4 .scaling .images .leaflet-control-container .leaflet-top {
  top: 0;
  left: auto;
}
.location-sec--4 .scaling .images .leaflet-control-container .leaflet-left {
  right: 0;
}
.location-sec--4 .scaling .images .leaflet-control-container .leaflet-left .leaflet-control {
  margin-right: 10px;
}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 639px) {
/*    .location-sec {
        margin-top: 16vw;
        font-size: 1.4rem;
    }
    .location-sec-ttl {
        margin-bottom: 30px;
    }*/
}

/* ---------------------------------------
   footer recommend slider reset for location01
   location.css の汎用 .slick-* 影響をフッターだけ打ち消す
---------------------------------------- */
.footer-recommend .slick-dotted.slick-slider {
  display: block;
  margin-bottom: 40px;
}

.footer-recommend .slick-list.draggable {
  padding: 0 !important;
  order: initial;
}

.footer-recommend .slick-slide {
  margin-left: 0;
}

.footer-recommend .slick-dots {
  position: absolute;
  bottom: -30px;
  width: 100%;
  margin: 0;
  order: initial;
  text-align: center;
}

.footer-recommend .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
