@charset "utf-8";

.page-wrap{
  background: url(../images/conts-bg.jpg) no-repeat top center / cover;
  padding: 120px 0 90px;
  color: #555a5f;
}
.under-mv{
  margin-bottom: 80px;
}
.page-tit{
  color: #555a5f;
}
.page-tit:before{
  background-color: #555a5f;
}
@media screen and (max-width: 810px) {
  .page-wrap{
    padding: 50px 0;
  }
  .under-mv{
    margin-bottom: 30px;
  }
}

.head-txt{
  font-size: clamp(14px,1.6vw,18px);
  text-align: center;
  line-height: 1.6;
}
.btn-list{
  max-width: 1050px;
  width: 90%;
  margin: 40px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.btn-list li{
  width: calc(100% / 3 - 15px);
  margin: 0;
  padding: 20px;
  text-align: center;
  box-shadow: 5px 5px 3px rgba(0, 0, 0,.4);
  background-color: #fff;
  position: relative;
}
.btn-list li:before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background: url(../../images/limited/ill.svg) no-repeat top right;
  width: 32%;
  height: 65%;
  opacity: .4;
}
.btn-list li.new:after{
  content: 'NEW';
  position: absolute;
  top: -5px;
  right: -5px;
  font-size: clamp(14px,1.6vw,18px);
  text-align: center;
  line-height: 1;
  background-color: #ff0000;
  color: #fff;
  padding: 5px 10px;
  z-index: 1;
}
.btn-list li.cs:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.3);
  z-index: 1;
}
/*.btn-list li:nth-child(2n){
  margin-right: 0;
}*/
.btn-list li .txt{
  font-size: 24px;
  line-height: 1.2;
  padding: 20px 0 20px;
  position: relative;
  z-index: 1;
}
.btn-list li a{
  display: block;
  background: linear-gradient(to right, #a56969, #7a4e4f);
  color: #fff;
  padding: 15px 5px;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  transition: .3s;
  position: relative;
  max-width: 220px;
  margin: 0 auto;
  z-index: 1;
}
.btn-list li a:after{
  content: '';
  position: absolute;
  top: 40%;
  width: 30px;
  height: 10px;
  right: 10px;
  background: url(../../images/limited/arw.svg) no-repeat center center;
}
.btn-list li a.cs{
  pointer-events: none;
}
.btn-list li a.cs:after{
  display: none;
}
.btn-list li a:hover{
  opacity: .7;
}
@media screen and (max-width: 810px) {
  .btn-list{
    margin: 30px auto 0;
    display: block;
  }
  .btn-list li{
    width: 100%;
    margin: 0 0 20px;
    padding: 20px;
  }
}

.priority{
  border: solid 1px #7a4e4f;
  background-color: #fff;
  max-width: 1050px;
  width: 90%;
  margin: 50px auto;
}
.priority .title{
  background-color: #7a4e4f;
  padding: 5px 0;
}
.priority .title span{
  display: block;
  border-top: solid 1px rgba(255,255,255,.5);
  border-bottom: solid 1px rgba(255,255,255,.5);
  text-align: center;
  padding: 10px 0;
  font-size: clamp(14px,1.8vw,24px);
  text-align: center;
  line-height: 1.4;
  color: #fff;
}
.priority .inner{
  padding: 50px 40px;
}
.priority .inner .data{
  border: solid 1px rgba(120,80,80,.5);
  margin: 0;
}
.priority .inner .data p{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 10px;
  border-bottom: dashed 1px rgba(120,80,80,.5);
}
.priority .inner .data p:last-of-type{
  border-bottom: none;
}
.priority .inner .data p strong{
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 280px;
  width: 280px;
  font-size: clamp(11px,1.8vw,26px);
  text-align: center;
  line-height: 1.4;
  color: #7a4e4f;
  position: relative;
}
.priority .inner .data p > span:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #7a4e4f;
}
.priority .inner .data p > span{
  display: block;
  font-size: clamp(14px,2.2vw,30px);
  line-height: 1.2;
  width: calc(100% - 280px);
  padding: 5px 30px;
  text-align: left;
  position: relative;
}
.priority .inner .data p:last-of-type > span{
  padding-top: 0;
}
.priority .inner .data p > span span{
  font-size: clamp(11px,1.6vw,18px);
}
.priority .inner .btn{
  display: block;
  background: linear-gradient(to right, #a56969, #7a4e4f);
  color: #fff;
  font-size: clamp(14px,1.6vw,18px);
  line-height: 1;
  padding: ;
  position: relative;
  padding: 25px 5px;
  transition: .3s;
  max-width: 300px;
  margin: 30px auto 0;
  z-index: 1;
}
.priority .inner  .btn:hover{
  opacity: .7;
  text-decoration: none;
}
.priority .inner  .btn.reserve{
  max-width: 620px;
  background: linear-gradient(to right, #887753, #715a3d);
  font-size: clamp(14px,1.8vw,24px);
}
.priority .inner .btn: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);
}
@media screen and (max-width: 810px) {
  .priority{
    margin: 30px auto;
  }
  .priority .inner{
    padding: 20px 10px;
  }
  .priority .inner .data{
    margin: 0 0 20px;
  }
  .priority .inner .data p{
    display: block;
  }
  .priority .inner .data p:last-of-type{
    border-bottom: none;
  }
  .priority .inner .data p strong{
    display: block;
    min-width: auto;
    width: 100%;
    padding-bottom: 5px;
  }
  .priority .inner .data p > span:before{
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 1px;
  }
  .priority .inner .data p > span{
    display: block;
    width: 100%;
    padding: 10px 0 0;
    text-align: center;
    line-height: 1.4;
  }
  .priority .inner .data p:last-of-type > span{
    padding-top: 10px;
  }
  .priority .inner .btn{
    margin: 15px auto 0;
  }
}

.map{
  max-width: 1052px;
  width: 90%;
  border: solid 1px #7a4e4f;
  box-sizing: border-box;
  margin: 80px auto 60px;
}
@media screen and (max-width: 810px) {
  .map{
    margin: 30px auto;
  }
}

.carnavi{
  max-width: 1050px;
  width: 90%;
  background-color: #7a4e4f;
  padding: 20px 10px;
  margin: 0 auto 60px;
  text-align: center;
  color: #fff;
  font-size: clamp(14px,1.6vw,22px);
  text-align: center;
  line-height: 1.6;
}
.carnavi span{
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}
@media screen and (max-width: 810px) {
  .carnavi{
    margin: 0 auto 30px;
  }
}

.map-btn{
  max-width: 620px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.map-btn li{
  width: 49%;
}
.map-btn li a{
  display: block;
  background: linear-gradient(to right, #f06478, #ff5a6e);
  color: #fff;
  font-size: 18px;
  line-height: 1;
  padding: ;
  position: relative;
  padding: 25px 5px;
  box-shadow: 3px 3px 3px rgba(0,0,0,.6);
  transition: .3s;
}
.map-btn li a:hover{
  text-decoration: none;
  box-shadow: 0 0 0 rgba(0,0,0,.6);
}
.map-btn 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);
}
@media screen and (max-width: 810px) {
  .map-btn{
    display: block;
  }
  .map-btn li{
    width: 100%;
    margin-bottom: 10px;
  }
  .map-btn li a{
    box-shadow: none;
  }
}