@charset "UTF-8";

#mv{
  position: relative;
  color: #fff;
}
#mv .img{
  position: relative;
}
#mv .img span{
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
  font-size: 10px;
  font-weight: 300;
  text-align: right;
}
#mv .tit{
  text-align: center;
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: clamp(22px, 4vw, 46px);
  line-height: 1;
  font-family: 'EB Garamond', serif;
  font-weight: 300;
}
#mv .tit span{
  display: block;
  font-size: clamp(11px, 2vw, 22px);
  font-family: "Noto Serif JP", serif;
  margin-top: 2%;
}
#mv .txt-box{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-weight: 300;
  position: absolute;
  bottom: 3%;
  left: 0;
  letter-spacing: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#mv .txt-box .midashi{
  font-size: clamp(16px, 3vw, 36px);
  line-height: 2;
  margin-left: 20%;
}
#mv .txt-box .txt{
  font-size: clamp(11px, 2vw, 26px);
  line-height: 2;
}
@media screen and (max-width: 930px) {
  #mv{
    margin-top: 62px;
  }
  #mv .tit span{
    margin-top: 4%;
  }
  #mv .txt-box{
    position: relative;
    bottom: initial;
    margin: 5% 0;
    color: #4C4948;
  }
  #mv .txt-box .midashi{
    font-size: clamp(16px, 3vw, 36px);
    line-height: 1.6;
    margin-left: 8%;
  }
  #mv .txt-box .txt{
    font-size: clamp(11px, 2vw, 26px);
    line-height: 2;
  }
}

.sec1{
  padding: 20px 0 120px;
  background-color: #F5F3F0;
  margin: 0 0 150px;
}
.sec1 .page-link{
  max-width: 1100px;
  width: 90%;
  margin: 0 auto 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec1 .page-link li{
  width: calc(100% / 5 - 5px);
}
.sec1 .page-link li a{
  display: block;
  text-align: center;
  width: 100%;
  padding: 15px 5px;
  color: #4C4948;
  transition: .3s;
  font-size: clamp(13px, 1.8vw, 22px);
  line-height: 1;
}
.sec1 .page-link li a:hover{
  opacity: .7;
}
.sec1 .page-link li:nth-child(1) a{ background-color: #E9C3B7; }
.sec1 .page-link li:nth-child(2) a{ background-color: #B0B8D6; }
.sec1 .page-link li:nth-child(3) a{ background-color: #B2CDBA; }
.sec1 .page-link li:nth-child(4) a{ background-color: #94C5DC; }
.sec1 .page-link li:nth-child(5) a{ background-color: #DBCCAE; }
.sec1 .map{
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}
.sec1 .btn{
  max-width: 1100px;
  width: 90%;
  margin: 30px auto 0;
  justify-content: center;
  align-items: center;
  background-color: #b9aa82;
  color: #fff;
  text-align: center;
  padding: 20px 5px;
  font-size: 24px;
  line-height: 1;
  box-sizing: border-box;
  transition: .3s;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec1 .btn:hover{
  opacity: .7;
}
.sec1 .btn:after{
  content: '';
  width: 40px;
  height: 40px;
  margin-left: 10px;
  display: inline-block;
  background: url(../../location/images/arw01.svg) no-repeat center center;
}
.loop-img{
  margin: 0 0 120px;
}
.loop-img p{
  margin: 0 10px;
  position: relative;
}
.loop-img p span{
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
  font-size: 10px;
  font-weight: 300;
  text-align: right;
}
.loop-img p span.bg{
  bottom: 0;
  right: 0;
  background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.01) 1%,rgba(0,0,0,0.4) 40%,rgba(0,0,0,.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 10px;
  display: block;
  width: 100%;
}
@media screen and (max-width: 930px) {
  .sec1{
    padding: 10px 0 30px;
    margin: 0 0 50px;
  }
  .sec1 .page-link{
    margin: 0 auto;
    padding-bottom: 20px;
    display: block;
  }
  .sec1 .page-link li{
    width: 100%;
    margin: 0 0 10px;
  }
  .sec1 .page-link li a{
  }
  .sec1 .btn{
    margin: 20px auto 0;
    padding: 15px 5px;
    font-size: 14px;
  }
  .sec1 .btn:after{
    width: 20px;
    height: 20px;
  }
  .loop-img{
    margin: 0 0 40px;
  }
  .loop-img p{
    margin: 0 2px;
  }
  .loop-img p span{
    bottom: 5px;
    right: 5px;
  }
}

.anker{
  display: block;
  width: 100%;
  padding-top: 70px;
  margin-top: -70px;
}
@media screen and (max-width: 930px) {
  .anker{
    padding-top: 30px;
    margin-top: -30px;
  }
}

.conts{
  max-width: 1100px;
  width: 90%;
  margin: 0 auto 150px;
}
.conts > .midashi{
  font-size: clamp(20px, 2.8vw, 32px);
  line-height: 1;
  letter-spacing: .5rem;
  margin: 0 0 30px;
}
.conts.education > .midashi{color: #E9C3B7; }
.conts.shopping > .midashi{color: #B0B8D6; }
.conts.public > .midashi{color: #B2CDBA; }
.conts.medhical > .midashi{color: #94C5DC; }
.conts.culture > .midashi{color: #DBCCAE; }
.conts .box{
  position: relative;
}
.conts .box .txt-box{
  position: absolute;
  top: 0;
  right: 0;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-weight: 300;
  letter-spacing: 0;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.conts .box .txt-box .midashi{
  font-size: clamp(20px, 2.8vw, 36px);
  line-height: 2;
  margin-left: 12%;
}
.conts .box .txt-box .txt{
  font-size: clamp(11px, 1.8vw, 20px);
  line-height: 2;
}
.conts .box .list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.conts .box .list li{
  width: calc(100% / 2 - 15px);
  margin: 0 0 30px;
}
.conts .box .list li:first-child{
  margin-right: 50px;
}
.conts .box .list li .img{
  position: relative;
}
.conts .box .list li .img span{
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #fff;
  font-size: 14px;
}
.conts .box .list li .txt{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 5px;
}
.conts .box .list li .txt strong{
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  border-radius: 30px;
  text-align: center;
  font-weight: 400;
  font-family: Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", MS PGothic, "ＭＳ Ｐゴシック", Osaka;
  transform: translateY(5px);
}
.conts.education .box .list li .txt strong{background-color: #E9C3B7; }
.conts.shopping .box .list li .txt strong{background-color: #B0B8D6; }
.conts.public .box .list li .txt strong{background-color: #B2CDBA; }
.conts.medhical .box .list li .txt strong{background-color: #94C5DC; }
.conts.culture .box .list li .txt strong{background-color: #DBCCAE; }
.conts .box .list li .txt > span{
  display: block;
  font-size: clamp(11px, 2vw, 26px);
  line-height: 1.4;
  width: calc(100% - 40px);
}
.conts .box .list li .txt > span span{
  font-size: clamp(10px, 1.6vw, 20px);
  display: block;
}
.conts .box .range dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: clamp(10px, 1.8vw, 20px);
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: 300;
  margin: 0 0 15px;
}
.conts .box .range dl dt{
  width: calc(100% - 205px);
  display: flex;
  align-items: flex-start;
  font-weight: 400;
  position: relative;
  padding-left: 40px;
}
.conts .box .range dl dt strong{
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  border-radius: 30px;
  text-align: center;
  font-weight: 400;
  font-family: Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", MS PGothic, "ＭＳ Ｐゴシック", Osaka;
  position: absolute;
  top: 0;
  left: 0;
}
.conts.education .box .range dl dt strong{background-color: #E9C3B7; }
.conts.shopping .box .range dl dt strong{background-color: #B0B8D6; }
.conts.public .box .range dl dt strong{background-color: #B2CDBA; }
.conts.medhical .box .range dl dt strong{background-color: #94C5DC; }
.conts.culture .box .range dl dt strong{background-color: #DBCCAE; }
/*.conts .box .range dl dt:after {
  content: '';
  display: block;
  flex-grow: 1;
  overflow: hidden;
  border-bottom: 2px dotted #000;
  margin-top: 12px;
  margin-left: 8px;
}*/
.conts .box .range dl dd {
  text-align: left;
  min-width: 200px;
  width: 200px;
}
.conts.education .box .range div{
  max-width: 600px;
}
.conts.shopping .box .range div{
  max-width: 600px;
}
.conts.public .box .range div{
  max-width: 550px;
}
.conts.medhical .box .range{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.conts.medhical .box .range div{
  width: 49%;
}
.conts.culture .box .range div{
  max-width: 600px;
}
@media screen and (max-width: 930px) {
  .conts{
    margin: 0 auto 50px;
  }
  .conts > .midashi{
    text-align: center;
    margin: 0 0 30px;
  }
  .conts .box .txt-box{
    position: relative;
    top: initial;
    right: initial;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px;
  }
  .conts .box .txt-box .midashi{
    margin-left: 10%;
  }
  .conts .box .list{
    display: block;
  }
  .conts .box .list li{
    width: 100%;
    margin: 0 0 15px;
  }
  .conts .box .list li:first-child{
    margin-right: 0;
  }
  .conts .box .list li .img span{
    font-size: 10px;
  }
  .conts .box .list li .txt strong{
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    transform: translateY(3px);
  }
  .conts .box .list li .txt > span{
    font-size: 15px;
    width: calc(100% - 25px);
  }
  .conts .box .list li .txt > span span{
    font-size: 12px;
    display: block;
  }
  .conts .box .range dl {
    display: block;
    font-size: 16px;
    line-height: 1.4;
    margin: 0 0 15px;
  }
  .conts .box .range dl dt{
    width: 100%;
    display: block;
    padding-left: 25px;
  }
  .conts .box .range dl dt strong{
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    transform: translateY(3px);
  }
  .conts .box .range dl dt:after {
    display: none;
  }
  .conts .box .range dl dd {
    font-size: 12px;
    min-width: auto;
    width: 100%;
    padding-left: 25px;
  }
  .conts.medhical .box .range{
    display: block;
  }
  .conts.medhical .box .range div{
    width: 100%;
  }
}

.notes{
  max-width: 1100px;
  width: 90%;
  margin: 0 auto 150px;
}
.notes p{
  font-size: clamp(12px, 1.4vw, 16px);
  line-height: 1.4;
  margin: 0 0 5px 1rem;
  text-indent: -1rem;
}
@media screen and (max-width: 930px) {
  .notes{
    margin: 0 auto 50px;
  }
}