@charset "utf-8";

.content-area {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
}
.sec-inner {
  max-width: 1240px;
  margin: 0 auto;
  width: calc(100% - 20px);
}
.full { width: 100%; }
.sec-transportation .cap { position: relative; }
.sec-transportation .cap picture { display: block; }
.sec-transportation .cap::after { content: attr(data-caption); position: absolute; right: 0.5em; bottom: 0.1em; font-size: 10px; color: #000; }
.sec-transportation .cap.w::after { color: #fff; }
/*TRANSPORTATION*/
.sec-head {
  background: linear-gradient(to right,  rgba(79,40,0,1) 0%,rgba(121,80,0,1) 50%,rgba(79,40,0,1) 100%);
  padding: 25px 0;
}
.sec-head > h2 > span {
  color: #FFF;
  display: block;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.sec-head > h2 > span:first-child {
  font-size: 24px;
  font-weight: 500;
}
.sec-head > h2 > span:last-child {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width:767px) {
  .sec-head { padding: 35px 0; }
}

.sec-transportation { padding: 100px 0; }
.sec-transportation h3 {
  color: #8c7d5a;
  font-size: 40px;
  font-weight: lighter;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}
.sec-transportation .txt01 {
  font-size: 20px;
  letter-spacing: 0.01em;
  line-height: 2.5;
}
@media screen and (max-width:1240px) {
  .sec-transportation h3 { font-size: 30px; letter-spacing: 0.1em; }
  .sec-transportation .txt01 { font-size: 18px; letter-spacing: 0.05em; }
}
@media screen and (max-width:767px) {
  .sec-transportation { padding: 70px 0 0; }
  .sec-transportation h3 { font-size: 20px; letter-spacing: 0; }
  .sec-transportation .txt01 { font-size: 13px; line-height: 2.4; letter-spacing: 0; }
}

.sec-transportation .image01 {
  padding-top: 30px;
  margin-bottom: 60px;
}

.sec-transportation .transportation-block + .transportation-block {
  margin-top: clamp(50px,8.59375vw,165px);
}
.sec-transportation .distance-box {
  margin-top: clamp(40px,3.645833vw,70px);
}
.sec-transportation .distance-box .b-ttl {
  font-size: clamp(16px,1.458333vw,28px);
  letter-spacing: 0.3em;
  line-height: 1.7;
  margin: 0 0 clamp(20px,2.0833333vw,40px);
}
.sec-transportation .distance-box .b-list {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 25px clamp(40px,4.16666vw,80px);
  padding: 40px 0 45px;
  border-top: 1px solid #8b7d5a;
  border-bottom: 1px solid #8b7d5a;
}
.sec-transportation .map-list {
  display: grid;
  grid-template-columns: 42.74% auto;
  gap: 30px clamp(40px,3.645833vw,70px);
}
.sec-transportation .map-list .txt01 {
	letter-spacing: -0.1em;
  text-align: left;
  line-height: 2.4;
}
.sec-transportation .image03 {
  margin-bottom: clamp(40px,3.645833vw,70px);
}
.sec-transportation .image04 {
  margin-top: clamp(40px,3.645833vw,70px);
}
@media screen and (max-width: 810px) {
  .sec-transportation .map-list {
    grid-template-columns: auto;
  }
  .sec-transportation .map-list .txt01 {
    text-align: center;
    letter-spacing: 0.01em;
  }
}
@media screen and (max-width: 767px) {
  .sec-transportation .distance-box .b-list {
    grid-template-columns: auto;
    gap: 15px;
    padding: 15px 0 20px;
  }
  .sec-transportation .image01 {
    margin-bottom: 30px;
  }
}


.swipe-h .swipe-pct { display: none; }
@media screen and (max-width: 767px) {
	.swipe-h {
		overflow-x: scroll;
		position: relative;
		-webkit-overflow-scrolling: touch;
	}
	.swipe-inner {
		padding-bottom: 12px;
		width: 780px;
	}
	.swipe-h .swipe-pct {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 60px;
		height: auto;
		transform: translate(-50%, -50%);
		animation: swipe-horizontal ease-in-out 4s normal infinite ;
	}
	@keyframes swipe-horizontal {
		0% { left: 55%; }
		50% { left: 45%; }
		100% { left: 55%; }
	}
}