.inner-section_02 .font-s {
  font-size: 1.3vw;
  text-align: left;
}
.inner-section_03 .font-s {
  font-size: 20px;
  text-align: left;
}
.inner-location {
  max-width: 85%;
  margin: 0 auto;
  padding-bottom: 50px;
}
.inner-location p {
  font-size: .9vw;
  font-family: serif;
  font-weight: 600;
  padding-bottom: 15px;
}
.font-s {
  font-family: serif;
  font-weight: 600;
}
section .concept-ttl p {
  font-size: 1.8vw;
  /* white-space: nowrap; */
  letter-spacing: .1em;
}
section .concept-ttl .concept-txt {
  font-size: 1vw;
  font-family: serif;
  font-weight: 600;
}
section .concept-ttl .concept-txt2 {
  font-size: 18px;
  font-family: serif;
  font-weight: 600;
}
.matter {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.matter iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.gallery_area {
    margin-bottom: 6%;
	text-align: center;
    margin-right: auto;
    margin-left: auto;
}
.slick-slide {
  margin: 0 5px;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.slick-prev, .slick-next {
  z-index: 1;
}
.slick-prev:before, .slick-next:before {
  color: #000;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
.thumb {
  margin: 20px 0 0;
}
.thumb .slick-slide {
  cursor: pointer;
}
.thumb .slick-slide:hover {
  opacity: .7;
}
@media screen and (max-width:767px) {
.inner-section_02 {
  max-width: 100%;
}
.inner-location {
  max-width: 100%;
}
.inner-location p {
  font-size: 2vw;
}
.concept {
  padding: 8% 0 0;
}
section .concept-ttl p {
  font-size: 2.5vw;
}
.inner-section_02 .font-s {
  font-size: 3.3vw;
  text-align: center;
}
.inner-section_03 .font-s {
  font-size: 3.3vw;
  text-align: center;
}
section .concept-ttl .concept-txt {
  font-size: 2.5vw;
}
section .concept-ttl .concept-txt2 {
  font-size: 16px;
}
}
@media screen and (max-width:576px) {
section .concept-ttl p {
  font-size: 2.8vw;
}
}