/*! ========================================================================
===========================================================================

	location.css
	---------------------------

===========================================================================
======================================================================== */

.section--park .grid-1 .l-col.col-2w {
  width: 66%;
}

.page--location .pageHeader {
  padding-top: 0;
  padding-bottom: 0
}

.heroBlock .hero__image img {
  width: 100%
}

.pageTitleBlock {
  padding: 60px 0
}

.pageTitleBlock .pageTitle {
  opacity: 0;
  transform: translateY(10px);
  transition: 1s ease .4s
}

.pageTitleBlock .pageTitle.is-inview {
  opacity: 1;
  transform: translateY(0)
}

.pageTitleBlock .heading {
  opacity: 0;
  transform: translateY(10px);
  transition: 1s ease .6s
}

.pageTitleBlock .heading.is-inview {
  transform: translateY(0);
  opacity: 1
}

.pageTitleBlock .leadText {
  opacity: 0;
  transform: translateY(10px);
  transition: 1s ease 1s
}

.pageTitleBlock .leadText.is-inview {
  transform: translateY(0);
  opacity: 1
}
/*
.section {
  margin-bottom: 60px
}
*/
.sectionHeader {
  position: relative;
  margin-bottom: 60px
}

@media(max-width: 700px) {
  .sectionHeader {
    margin-bottom: 40px
  }
}

.sectionHeader .sectionTitle {
  margin-bottom: .7em;
  padding-top: 1em;
  font-family: "Cinzel", serif;
  font-size: 29px;
  letter-spacing: .1em;
  text-align: center;
  color: #fff
}

.sectionHeader .featImage {
  position: relative;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto
}

.sectionHeader .featImage .media__image {
  display: inline-block;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .35)
}

.column-w2 {
  position: relative;
}
.column-w2 .block1 img {
  position: absolute;
  bottom: 0;
  max-width: 382px;
}

.section-commonArea img {width: 100%; height: auto;}


@media(max-width: 700px) {
  .sectionHeader .featImage .media__image {
    width: 140%;
    margin-left: -20%
  }
}

.sectionHeader .featImage .media__caption {
  position: absolute;
  bottom: 5px;
  right: 10px;
  z-index: 2;
  color: #fff
}

.sectionHeader:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 80%;
  background: #644fa1;
}

.locationItem {
  margin-bottom: 30px
}

.locationItem__name {
  margin-bottom: .4em;
  font-size: 20px;
  line-height: 1.2
}

@media(max-width: 700px) {
  .locationItem__name {
    font-size: 16px
  }
}

.locationItem__image {
  margin-bottom: 10px
}

.locationItem__image img {
  width: 100%
}

.locationItem__access {
  margin-bottom: 1em;
  font-size: 14px
}

@media(max-width: 700px) {
  .locationItem__access {
    font-size: 13px
  }
}

.locationItem__text {
  font-size: 14px
}

.section--park .p-lead {
  padding-top: 90px;
}

.section--park .p-lead:after {
  margin-left: 0
}
/*
.section--park .row-1 {
  margin-bottom: 40px
}
*/
.leadblock {
  padding: 60px 0;
}

@media(min-width: 701px) {
  .section--park .row-1 .l-col {
    width: 48%
  }
}

@media(max-width: 700px) {
  .section--park .row-1 .l-col {
    width: 100%
  }
}

@media(min-width: 701px) {
  .section--park .grid-1 .l-col {
    width: 32%
  }
}

@media(max-width: 700px) {
  .section--park .grid-1 .l-col {
    width: 48%
  }
}

.section--education .sectionLeadBox {
  margin-bottom: 80px;
  text-align: center
}

@media(max-width: 700px) {
  .section--education .sectionLeadBox {
    margin-bottom: 60px;
    text-align: justify
  }
}

.section--education .sectionLeadBox .p-text {
  text-align: center
}

@media(max-width: 700px) {
  .section--education .sectionLeadBox .p-text {
    text-align: justify
  }
}

.section--education .row-1 {
  margin-bottom: 40px
}

@media(min-width: 701px) {
  .section--education .row-1 .l-col {
    width: 47.5%
  }
}

@media(max-width: 700px) {
  .section--education .row-1 .l-col {
    width: 100%
  }
}

@media(min-width: 701px) {
  .section--education .grid-1 .l-col {
    width: 32%
  }
}

@media(max-width: 700px) {
  .section--education .grid-1 .l-col {
    width: 48%
  }
}

.section--daily .sectionLeadBox {
  margin-bottom: 80px;
  text-align: center
}

@media(max-width: 700px) {
  .section--daily .sectionLeadBox {
    margin-bottom: 60px;
    text-align: justify
  }
}

.section--daily .sectionLeadBox .p-text {
  text-align: center
}

@media(max-width: 700px) {
  .section--daily .sectionLeadBox .p-text {
    text-align: justify
  }
}

.section--daily .row-1 {
  margin-bottom: 40px
}

@media(max-width: 700px) {
  .section--daily .row-1 {
    margin-bottom: 30px
  }
  .main {
    margin-top: 0;
  }
  .section--park .grid-1 .l-col.col-2w {
    width: 100%;
  }
}

@media(min-width: 701px) {
  .section--daily .row-1 .l-col {
    width: 48%
  }
}

@media(max-width: 700px) {
  .section--daily .row-1 .l-col {
    width: 100%
  }
}

.section--daily .row-1 .colInner {
  display: flex;
  width: 100%;
  flex-direction: column
}

@media(min-width: 701px) {
  .section--daily .row-1 .colInner {
    height: 323px;
    padding-top: 60px;
    padding-left: 20px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc
  }
}

@media(min-width: 701px) {
  .section--daily .row-1 .colInner .locationItem__text {
    margin-top: 20px
  }
}

@media(min-width: 701px) {
  .section--daily .grid-1 .l-col {
    width: 32%
  }
}

@media(max-width: 700px) {
  .section--daily .grid-1 .l-col {
    width: 48%
  }
}

.section--map .sectionTitle {
  margin-bottom: .7em;
  padding-top: 1em;
  font-family: "Cinzel", serif;
  font-size: 29px;
  letter-spacing: .1em;
  text-align: center
}

.section--map .map {
  text-align: center
}

.section--map .map .media__image {
  display: inline-block;
  border: 1px solid #ccc
}

#intro {
  background-image: url("../../assets/img/concept/bkg-concept.jpg");
  background-size: cover;
  background-position: center;
  color: #fff;
  min-height: 1300px;
  padding-top: 98.4615385%;
  position: relative;
}

#intro .l-inner {
  position: absolute;
  width: 100%;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.l-inner {
  max-width: 1220px;
}

.column-w2 {
  margin-bottom: 70px;
  position: relative;
}

.column-w2 > div {
  float: left;
  width: 33.5087719%;
  margin-right: 2.9824562%;
}

.column-w2 > div + div {
  width: 63.5087719%;
  margin-right: 0;
}

.column-y2 {
  margin-bottom: 30px;
  position: relative;
  left: -70px;
}

.column-y2 > div {
  float: right;
  width: 33.5087719%;
  margin-left: 2.9824562%;
}

.column-y2 > div + div {
  width: 63.5087719%;
  margin-left: 0;
}

@media(max-width: 700px) {
  
  .column-w2,
  .column-y2 {
    margin-bottom: 30px;
    position: static;
    right: 0;
    left: 0;
  }

  .column-w2 > div,
  .column-y2 > div {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  .column-w2 > div + div,
  .column-y2 > div + div {
    width: calc(100% + 40px);
    margin: 20px -20px 0;
    overflow: hidden;
  }

}


.h3-type1 {
  font-size: 22px;
  border-bottom: 1px solid #c79f62;
  margin-bottom: 10px;
  padding-bottom: 15px;
}
.h3-type2 {
  font-size: 22px;
  margin-bottom: 30px;
}

.bkg-content {
  padding-top: 70px;
}

.max1000 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}



#intro-tit.noborder {
  margin-bottom: 10px;
}
/*
#intro-tit.topborder::before {
  display: block;
  content: "";
  background-image: none;
  background-color: #171c61;
  width: 52px;
  height: 4px;
  margin: 0px auto 30px;
}
#intro-tit.noborder::after {
  content: none;
}
*/
#intro-tit.topdivider {
  border-top: 3px solid #171c61;
  margin-top: 60px;
  padding-top: 60px;
}
