@charset "UTF-8";
/* CSS Document */

.pageContents {
  padding-bottom: 0
}
.heroBlock {
  position: relative
}
.heroBlock .hero__image img {
  width: 100%
}
@media (min-width: 701px) {
  .heroBlock .media__caption {
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #fff
  }
}
@media (max-width: 700px) {
  .heroBlock .media__caption {
    margin: 0 0.5em
  }
}
.pageTitle {
  margin-top: 0.5em;
  margin-bottom: 1em;
  font-size: 20px
}
@media (max-width: 700px) {
  .pageTitle {
    font-size: 15px
  }
}
.pageCopy {
  margin-bottom: 1em;
  font-size: 25px;
  text-align: left
}
@media (max-width: 700px) {
  .pageCopy {
    font-size: 21px
  }
}
.leadText {
  font-size: 18px;
  text-align: left;
  line-height: 2em
}
@media (max-width: 700px) {
  .leadText {
    font-size: 16px;
    text-align: justify
  }
}
.section {
  margin-bottom: 60px
}
@media (max-width: 700px) {
  .section {
    margin-bottom: 40px
  }
}
.section .text {
  margin-bottom: 2em;
  line-height: 1.8
}
.sectionHeader {
  margin-bottom: 40px
}
.sectionTitle {
  margin-bottom: 0.75em;
  font-size: 24px
}
.sectionTitle .englishLead {
  display: block;
  margin-bottom: 0.5em;
  font-size: 16px;
  color: #305d5f
}
.sectionLead {
  margin-bottom: 0.5em;
  font-size: 24px;
  text-align: center
}


.decoration {
	display: flex;
    justify-content: center;
    align-items: center;
	pointer-events: none;
	position: absolute;
    top: 85%;
    left: 5%;
}
@media (max-width: 700px) {
	.decoration{
	display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
	position: absolute;
    top: 70%;
    left: 2%;
		width: 30%;
  }
}
.decoration-2 {
	display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
	position: absolute;
    top: 70%;
    right: 20%;
}
@media (max-width: 700px) {
	.decoration-2{
	display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
	position: absolute;
    top: 45%;
    right: 2%;
		width: 20%;
  }
}



.locationArea {
 text-align: center;
 background-image:url("../../common/images/bg.png");
 background-repeat:no-repeat;
 background-size:cover;
}

.iwakurashi {
	margin-top: 40px;
	margin-bottom: 20px;
}

.link-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.link-btn2 {
    text-align: center;
    margin-bottom: 100px
}

#AccessBtn {
/*  position: fixed;
*/  right: 2.5%;
  bottom: 35%;
  z-index: 90;
  display: block;
  padding: 10px;
  background: #789E65;
}
#AccessBtn-sp {
/*  position: fixed;
*/  right: 2.5%;
  bottom: 70%;
  z-index: 90;
  display: block;
  padding: 10px;
  background: #789E65;
}

/*  フロートボタン  */ 
.float-button__wrap {
    display: none;/*最初は隠す*/
    width: 180px;
    height: 50px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10;
}
.float-button__wrap a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.siteWrapper {
    position: relative;
}