@charset "utf-8";

.intro{
  background: url(../images/conts-bg.jpg) no-repeat top center / cover;
  padding: 120px 0 90px;
}
.intro img{
  width: 100%;
}
.intro .exe{
  max-width: 240px;
  margin: 0 auto 110px;
}
.intro .head-txt{
  font-size: clamp(20px,2.4vw,28px);
  text-align: center;
  line-height: 1.6;
  color: #7a4e4f;
  margin-bottom: 80px;
}
.intro .head-txt span{
  font-size: clamp(14px,1.7vw,20px);
  display: block;
  margin: 0 0 20px;
}
.intro .list{
  max-width: 1050px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.intro .list li{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 90px;
}
.intro .list li:nth-child(even){
  flex-flow: row-reverse;
}
.intro .list li .img{
  width: 57.144%;
  position: relative;
}
.intro .list li .img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  bottom: -30px;
  background-color: #7a4e4f;
  opacity: .2;;
}
.intro .list li:nth-child(odd) .img:after{
  right: -30px;
}
.intro .list li:nth-child(even) .img:after{
  left: -30px;
}
.img span {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 10px;
  color: #fff;
}
.intro .list li .txt-box{
  width: 35%;
  text-align: left;
}
.intro .list li .midashi{
  font-size: clamp(20px,2.4vw,28px);
  line-height: 1.6;
  color: #7a4e4f;
  margin-bottom: 20px;
}
.intro .list li .time{
  font-size: clamp(14px,1.7vw,20px);
  line-height: 1;
  color: #7a4e4f;
  margin-bottom: 20px;
}
.intro .list li .time strong{
  font-size: clamp(20px,3vw,40px);
  font-weight: normal;
}
.intro .list li .txt{
  font-size: clamp(12px,1.3vw,14px);
  line-height: 1.8;
  color: #555a5f;
}
@media screen and (max-width: 810px) {
  .intro{
    padding: 50px 0;
  }
  .intro .head-txt{
    margin-bottom: 40px;
  }
  .intro .head-txt span{
    font-size: clamp(14px,1.7vw,20px);
    display: block;
    margin: 0 0 10px;
  }
  .intro .list{
    width: 100%;
  }
  .intro .list li{
    display: block;
    margin-bottom: 50px;
  }
  .intro .list li .img{
    width: 94%;
    margin-bottom: 20px;
  }
  .intro .list li:nth-child(even) .img{
    margin-left: auto;
  }
  .intro .list li .img:after {
    bottom: -10px;
  }
  .intro .list li:nth-child(odd) .img:after{
    right: -10px;
  }
  .intro .list li:nth-child(even) .img:after{
    left: -10px;
  }
  .intro .list li .txt-box{
    width: 90%;
    margin: 0 auto;
    text-align: left;
  }
  .intro .list li .midashi{
    text-align: center;
    margin-bottom: 10px;
  }
}

.conts{
  background: #000;
  padding: 120px 0;
  color: #fff;
}
.conts img{
  width: 100%;
}
.conts .inner{
  max-width: 1050px;
  width: 90%;
  margin: 0 auto;
}
.conts .page-nav{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-bottom: 90px;
}
.conts .page-nav li{
  width: calc(100% / 3 - 30px);
  margin: 0 45px 30px 0;
}
.conts .page-nav li:nth-child(3n){
  margin-right: 0;
}
.conts .page-nav li a{
  display: block;
  background: linear-gradient(to right, #a56969, #7a4e4f);
  color: #fff;
  font-size: clamp(14px,1.6vw,18px);
  line-height: 1;
  position: relative;
  padding: 25px 5px;
  transition: .3s;
  width: 100%;
  z-index: 1;
}
.conts .page-nav li a:hover{
  text-decoration: none;
  opacity: .7;
}
.conts .page-nav li a:after{
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 5px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, .3);
}
.conts .one-box{
  margin-bottom: 120px;
  text-align: left;
}
.conts .one-box .head{
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 0 30px;
}
.conts .one-box .head .txt-box{
  width: 34%;
  position: relative;
  text-align: right;
}
.conts .en{
  font-size: clamp(30px,4.8vw,60px);
  line-height: 1;
  letter-spacing: .25rem;
}
.conts .one-box .head .txt-box .en{
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: top left;
  transform: rotate(-90deg) translate(-100%, 0);
  width: 120%;
}
.conts .one-box .head .txt-box .name{
  width: calc(100% - 100px);
  margin-left: auto;
  display: flex;
  align-items: center;
}
.conts .one-box .head .txt-box .name span{
  position: relative;
}
.conts .one-box .head .txt-box .name span:before{
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
}
.conts .one-box .head .txt-box .name:after{
  content: '';
  flex-grow: 1;
  height: 1px;
  background-color: #fff;
  display: block;
  margin-left: 10px;
}
.conts .one-box .head .img-box{
  width: 66%;
}
.conts .one-box .list{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
}
.conts .one-box .list li{
  width: calc(100% / 3 - 12px);
  margin: 0 18px 0 0;
}
.conts .one-box .list li:nth-child(3n){
  margin-right: 0;
}
.conts .one-box .txt{
  font-size: clamp(10px,1.1vw,12px);
  line-height: 1.2;
  margin-top: 5px;
  font-weight: bold;
}
.conts .one-box .txt strong{
  font-size: clamp(14px,1.6vw,18px);
  font-weight: bold;
}
@media screen and (max-width: 810px) {
  .conts{
    padding: 40px 0;
  }
  .conts .page-nav{
    display: block;
    padding-bottom: 20px;
  }
  .conts .page-nav li{
    width: 100%;
    margin: 0 0 10px;
  }
  .conts .one-box{
    margin-bottom: 60px;
  }
  .conts .one-box .head{
    display: block;
    margin: 0 0 20px;
  }
  .conts .one-box .head .txt-box{
    width: 100%;
    position: relative;
    text-align: center;
  }
  .conts .one-box .head .txt-box .en{
    position: relative;
    top: inherit;
    left: inherit;
    transform: none;
    text-align: center;
    margin-bottom: 5px;
    width: 100%;
  }
  .conts .one-box .head .txt-box .name{
    width: 100%;
    display: block;
    text-align: center;
    margin: 0 0 10px;
  }
  .conts .one-box .head .txt-box .name span:before,
  .conts .one-box .head .txt-box .name:after{
    display: none;
  }
  .conts .one-box .head .img-box{
    width: 100%;
  }
  .conts .one-box .list{
    display: block;
  }
  .conts .one-box .list li{
    width: 100%;
    margin: 0 0 20px;
  }
}
.conts .other .en{
  margin: 0 0 70px;
}
.conts .other .map{
  width: 100%;
  margin: 0 auto 60px;
}
.conts .other .midashi{
  background: linear-gradient(to right, #a56969, #7a4e4f);
  color: #fff;
  font-size: 16px;
  line-height: 1;
  padding: 10px 5px;
  margin: 0 0 20px;
}
.conts .other .list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 50px;
}
.conts .other .list ul{
  width: 48%;
}
.conts .other .list ul li{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: clamp(10px,1.2vw,13px);
  line-height: 1.4;
  padding: 10px 0;
  border-bottom: solid 1px rgba(255,255,255,.5);
}
.conts .other .list ul li .range{
  text-align: right;
  width: fit-content;
  margin-left: auto;
}
@media screen and (max-width: 810px) {
  .conts .other .en{
    margin: 0 0 20px;
  }
  .conts .other .map{
    margin: 0 auto 40px;
  }
  .conts .other .midashi{
    margin: 0 0 5px;
  }
  .conts .other .list{
    display: block;
    padding-bottom: 50px;
  }
  .conts .other .list ul{
    width: 100%;
  }
}

.conts .access{
  padding-top: 60px;
}
.conts .access .midashi{
  font-size: clamp(20px,2.4vw,28px);
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 50px;
  text-align: center;
}
.conts .access .midashi span{
  display: block;
  font-size: clamp(14px,1.6vw,18px);
  margin-bottom: 10px;
}
.conts .access .list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 40px;
}
.conts .access .list li{
  width: calc(100% / 2 - 40px);
  margin: 0 0 40px;
}
.conts .access .list li .range{
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
  position: relative;
}
.conts .access .list li .range:after{
  content: '';
  height: 1px;
  background-color: rgba(255,255,255,.5);
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
}
.conts .access .list li .range .name{
  font-size: clamp(20px,3vw,40px);
  font-weight: bold;
  line-height: 1.4;
  background-color: #000;
  position: relative;
  z-index: 1;
  padding-right: 10px;
}
.conts .access .list li .range .time{
  font-size: clamp(14px,1.7vw,20px);
  font-weight: bold;
  line-height: 1.4;
  background-color: #000;
  position: relative;
  z-index: 1;
  padding-left: 10px;
}
.conts .access .list li .range .time strong{
  font-size: clamp(20px,3vw,40px);
  font-weight: bold;
}
.conts .access .route{
  background-color: #fff;
  padding: 70px;
  max-width: 1200px;
  margin: 0 -75px;
}
@media screen and (max-width: 810px) {
  .conts .access{
    padding-top: 30px;
  }
  .conts .access .midashi{
    margin-bottom: 30px;
  }
  .conts .access .midashi span{
    margin-bottom: 5px;
  }
  .conts .access .list{
    display: block;
    padding-bottom: 30px;
  }
  .conts .access .list li{
    width: 100%;
    margin: 0 0 30px;
  }
  .conts .access .route{
    padding: 20px;
    margin: 0;
  }
}