@charset "UTF-8";

.mv{
  position: relative;
}
.mv .tit{
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 390px;
  width: 60%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .mv .tit{
    top: 55px;
    max-width: 200px;
  }
}

.obi-txt{
  font-size: clamp(18px,3vw,34px);
  line-height: 1.6;
  text-align: center;
  padding: 60px 0;
  background-color: #060001;
  color: #fff;
  letter-spacing: .25rem;
}
@media screen and (max-width: 767px) {
  .obi-txt{
    padding: 15px 0;
  }
}

.intro{
  padding: 70px 0;
}
.intro .head-txt{
  max-width: 570px;
  width: 90%;
  margin: 0 auto 70px;
}
.intro .img{
  max-width: 996px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .intro{
    padding: 30px 0;
  }
  .intro .head-txt{
    max-width: 400px;
    margin: 0 auto 30px;
  }
  .intro .img{
    max-width: 420px;
  }
}

.map-box{
  padding: 100px 0;
  background-color: #060001;
}
.map-box .page-nav{
  max-width: 1050px;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.map-box .page-nav a{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 5px;
  background-color: #fff;
  color: #6d6b67;
  font-size: clamp(13px,2vw,24px);
  line-height: 1.2;
  text-align: center;
  transition: .3s;
  width: calc(100% / 3 - 12px);
  margin: 0 18px 18px 0;
  border: solid 1px #6d6b67;
}
.map-box .page-nav a:nth-of-type(3n){
  margin-right: 0;
}
.map-box .page-nav a:hover{
  background-color: #304220;
  color: #fff;
  border-color: #fff;
}
.map-box .map{
  max-width: 1050px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .map-box{
    padding: 40px 0;
  }
  .map-box .page-nav a{
    padding: 15px 5px;
    width: calc(100% / 2 - 5px);
    margin: 0 10px 10px 0;
  }
  .map-box .page-nav a:nth-of-type(3n){
    margin-right: 10px;
  }
  .map-box .page-nav a:nth-of-type(2n){
    margin-right: 0;
  }
  .map-box .map{
    width: 100%;
  }
}

.conts{
  padding-bottom: 1px;
}
.conts .cat{
  margin: 0 0 160px;
}
.conts .head{
  width: 100%;
  height: 220px;
  background: no-repeat top right / contain #304220;
  position: relative;
  margin: 0 0 90px;
  border-bottom: solid 4px #304220;
}
.conts .head .notes{
  font-size: 12px;
  line-height: 1;
  position: absolute;
  bottom: 20px;
  right: 10px;
}
.conts .head .inner{
  max-width: 1050px;
  width: 90%;
  margin: 0 auto;
}
.conts #education .head{
  background-image: url(../img/location/education-head.jpg);
}
.conts #shopping .head{
  background-image: url(../img/location/shopping-head.jpg);
}
.conts #medical .head{
  background-image: url(../img/location/medical-head.jpg);
}
.conts #public .head{
  background-image: url(../img/location/public-head.jpg);
}
.conts #park .head{
  background-image: url(../img/location/park-head.jpg);
}
.conts .cat .head .tit{
  padding-top: 40px;
}
.conts #education .head .tit{
  max-width: 370px;
}
.conts #shopping .head .tit{
  max-width: 750px;
}
.conts #medical .head .tit{
  max-width: 294px;
}
.conts #public .head .tit{
  max-width: 530px;
}
.conts #park .head .tit{
  max-width: 500px;
}
.conts .cat .list{
  max-width: 1050px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.conts .cat .list li{
  width: calc(100% / 3 - 12px);
  color: #6d6b67;
  margin: 0 18px 18px 0;
}
.conts .cat .list li:nth-child(3n){
  margin-right: 0;
}
.conts .cat .list li .txt-box{
  position: relative;
}
.conts .cat .list li .name{
  font-size: clamp(12px, 2.2vw, 22px);
  line-height: 1.2;
  margin-top: 15px;
  text-decoration: none;
}
.conts .cat .list li .p-r .name{
  padding-right: 100px;
}
.conts .cat .list li .range{
  font-size: clamp(11px, 2vw, 20px);
  line-height: 1.2;
  margin-top: 5px;
}
.conts .cat .list li .sub{
  position: absolute;
  top: 0;
  right: 0;
  border: solid 1px #6d6b67;
  padding: 2px 4px;
  font-size: clamp(11px, 1.2vw, 14px);
  line-height: 1.2;
}
.conts .cat .other{
  max-width: 1050px;
  width: 90%;
  margin: 30px auto 0;
  padding-top: 30px;
  border-top: solid 1px #cac7c5;
}
@media screen and (max-width: 767px) {
  .conts .cat{
    margin: 0 0 50px;
  }
  .conts .head{
    height: 70px;
    background: no-repeat top right 10% / 160% #304220;
    position: relative;
    margin: 0 0 30px;
    border-bottom: solid 2px #304220;
  }
  .conts .head .notes{
    font-size: 10px;
    bottom: 5px;
    right: 10px;
  }
  .conts .cat .head .tit{
    padding-top: 20px;
  }
  .conts #education .head .tit{
    max-width: 100px;
  }
  .conts #shopping .head .tit{
    max-width: 180px;
  }
  .conts #medical .head .tit{
    max-width: 74px;
  }
  .conts #public .head .tit{
    max-width: 140px;
  }
  .conts #park .head .tit{
    max-width: 130px;
  }
  .conts .cat .list li{
    width: calc(100% / 2 - 5px);
    color: #6d6b67;
    margin: 0 10px 20px 0;
  }
  .conts .cat .list li:nth-child(3n){
    margin-right: 10px;
  }
  .conts .cat .list li:nth-child(2n){
    margin-right: 0;
  }
  .conts #education .list{
    display: block;
  }
  .conts #education .list li{
    width: 100%;
  }
  .conts .cat .list li .name{
    margin-top: 10px;
  }
  .conts .cat .list li .p-r .name{
    padding-right: 50px;
  }
  .conts .cat .other{
    margin: 20px auto 0;
    padding-top: 20px;
  }
}