@charset"utf-8";


.locationArea01 {
  background: #000;
  margin-bottom: 28px;
}
.locationArea01 .textArea {
  color: #fff;
  padding: 36px 7.5% 20px 40px;
}
.locationArea01 .textArea .tx01 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 24px;
}
.locationArea01 .textArea .tx02 {
  font-size: 16px;
  margin-top: 12px;
}
.locationArea01 .photo {
  float: right;
  width: 37%;
  margin-left: 5%;
}
.locationArea01:after {
  content: "";
  display: block;
  clear: both;
}



.locationArea02 {
  margin-bottom: 37px;
}
.locationArea02 .tx01 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 24px;
}
.locationArea02 .tx02 {
  margin-top: 20px;
}
.locationArea02 .photoList {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.locationArea02 .photoList li {
  width: 100%;
}
.locationArea02 .photoList li figure {
}
.locationArea02 .photoList li figure figcaption {
  font-size: 14px;
  margin-top: 2px;
}
.locationArea02 .photoList li figure figcaption span {
  font-size: 12px;
}
.locationArea02 .photoList.photoList01 {
  margin-bottom: 5px;
}
.locationArea02 .photoList.photoList02 {
  width: 48.425%;
}
.locationArea02 .photoList.photoList02 li {
  width: 46.829%;
}
.locationArea02 .photoList.photoList02 li:nth-child(n+3) {
  margin-top: 25px;
}
.locationArea02 .photoList.photoList03 {
  width: 48.425%;
}.locationArea03 {
  margin-bottom: 15px;
}
.locationArea03 .col {
  color: #fff;
  background: #614c41;
  width: 31.496%;
  padding: 25px 19px 25px 21px;
}
.locationArea03 .col .tx01 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  border-bottom: 1px solid #fff;
  padding-bottom: 18px;
  margin-bottom: 18px;
}
.locationArea03 .col p {
  font-size: 14px;
}
.locationArea03 .col .distance {
  text-align: right;
  margin-top: 5px;
  margin-bottom: 10px;
}





.locationArea04 {
  margin-top: 55px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.locationArea04 li {
  width: 18.425%;
}
.locationArea04 li figure figcaption {
  font-size: 14px;
  margin-top: 4px;
}
.locationArea04 li figure figcaption span {
  font-size: 12px;
}






.sectionBox01 {
  margin-top: 47px;
}



@media screen and (max-width: 768px) {

.locationArea01 {
  background: #000;
  margin-bottom: 28px;
  padding-top: 28px;
  padding-bottom: 40px;
  margin-left: -3vw;
  margin-right: -3vw;
}
.locationArea01Inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.locationArea01 .textArea {
  width: 100%;
  color: #fff;
  padding: 0 0 22px 0;
  margin-left: 3vw;
  margin-right: 3vw;
	order: 1;
}
.locationArea01 .textArea .tx01 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 24px;
}
.locationArea01 .textArea .tx02 {
  font-size: 16px;
  margin-top: 12px;
}
.locationArea01 .photo {
  width: 100%;
  margin-left: 3vw;
  margin-right: 3vw;
	order: 2;
}



.locationArea02 {
  margin-bottom: 37px;
}
.locationArea02 .tx01 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 20px;
}
.locationArea02 .tx02 {
  margin-top: 20px;
}
.locationArea02 .photoList {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.locationArea02 .photoList li {
  width: 100%;
}
.locationArea02 .photoList li figure {
}
.locationArea02 .photoList li figure figcaption {
  font-size: 11px;
  margin-top: 2px;
}
.locationArea02 .photoList li figure figcaption span {
  font-size: 10px;
}
.locationArea02 .photoList.photoList01 {
  margin-bottom: 5px;
}
.locationArea02 .photoList.photoList02 {
  width: 100%;
}
.locationArea02 .photoList.photoList02 li {
  width: 46.829%;
}
.locationArea02 .photoList.photoList02 li:nth-child(n+3) {
  margin-top: 25px;
}
.locationArea02 .photoList.photoList03 {
  width: 100%;
}



.locationArea03 {
  margin-bottom: 15px;
}
.locationArea03 .col {
  color: #fff;
  background: #614c41;
  width: 100%;
  padding: 22px 19px 22px 21px;
}
.locationArea03 .col + .col {
  margin-top: 30px;
}
.locationArea03 .col .tx01 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.locationArea03 .col p {
  font-size: 14px;
}
.locationArea03 .col .distance {
  text-align: right;
  margin-top: 5px;
  margin-bottom: 10px;
}
.locationArea03 .col p a {
  color: #fff;
}


.locationArea04 {
  margin-top: 55px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.locationArea04 li {
  width: 47.826%;
}
.locationArea04 li:nth-child(n+3){
  margin-top: 20px;
}
.locationArea04 li figure figcaption {
  font-size: 11px;
  margin-top: 2px;
  letter-spacing: .06em;
}
.locationArea04 li figure figcaption span {
  font-size: 10px;
}



.sectionBox01 {
  margin-top: 47px;
}

}