@charset "utf-8";
p{
  font-size: 16px;
}
.sightseeing-h3{
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 2rem;
  margin-bottom: 2rem;
  text-align: center;
}
.sightseeing-h4{
  font-size: 1.4285rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #707070;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.sightseeing-btnwrap{
  display: flex;
}
.sightseeing-btn{
  display: inline-block;
  position: relative;
  font-size: 13px;
  border: 1px solid #fff;
  padding: 8px 30px 8px 15px;
  color: #fff;
}
.sightseeing-btn:hover{
  color: #fff;
}
.sightseeing-btn::before{
  content: "";
  position: absolute;
  top: 15px;
  right: 15px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
}
.br-none{
  border-left: none;
}
.alpen-inner{
  max-width: 540px;
}
.sightseeing-other-title{
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #fff;
  line-height: 1.75;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.sightseeing-other-subtitle{
  font-size: 14px;
}
#map{
  padding: 60px 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
.map-pdf{
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 8px 35px;
  display: inline-block;
}
.map-pdf:hover{
  color: #fff;
}
.sightseeing-model{
  padding: 60px 0;
  border-bottom: 1px solid #707070;
}
.sightseeing-table{
  letter-spacing: 0.1em;
}
.sightseeing-table td, .sightseeing-table th{
  display: block;
  width: 100%;
}

.sightseeing-table a{
  display: inline-block;
  position: relative;
  padding-right: 20px;
  text-align: left;
}
.sightseeing-table a::after{
  content: "";
  position: absolute;
  top: 8px;
  right: 5px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
}
.sightseeing-table tr{
  border-bottom: 1px solid #fff;
}
.sightseeing-table th, .sightseeing-table td {
  border: none;
}
.sightseeing-table tr td:last-of-type{}
.sightseeing-map{
  padding-top: 60px;
}
iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

@media all and (min-width: 576px) {

}
@media all and (min-width: 768px) {
  .sightseeing-table th, .sightseeing-table td {
    padding: 18px;
}
#map .sightseeing-model{
  padding: 80px 0;
}
.sightseeing-map{
  padding-top: 80px;
}
.sightseeing-table td{
  display: table-cell;
  width: auto;
}
.sightseeing-table tr th{
  width: 195px;
  text-align: center;
  font-weight: 600;
  display: table-cell;
  font-size: 18px;
}

.sightseeing-table tr td:last-of-type{
  text-align: center;
  width: 155px;
}
.sightseeing-table tr{
  border-bottom: none;
}
.sightseeing-table th, .sightseeing-table td {
  border: 1px solid #fff;
}
}

@media all and (min-width: 992px) {
}
@media all and (min-width: 1200px) {
  .sightseeing-table td:first-of-type {
    padding: 19px 64px 18px 24px;
}
}
@media all and (min-width: 1400px) {
}
/*デスクトップ*/
@media all and (min-width: 992px) and (max-width: 1199px) {
}
/*中デバイス*/
@media all and (min-width: 768px) and (max-width: 991px) {
  
}
/*小デバイス*/
@media all and (min-width: 576px) and (max-width: 767px) {

}

@media all and (max-width: 767px) {
  .sightseeing-table th{
    padding-top: 30px;
    font-size: 16px;
  }
  .sightseeing-table tr td:last-of-type{
    padding-bottom: 30px;
  }
}

@media all and (max-width: 400px) {
 
}
@media all and (max-width: 330px) {
  .map-pdf{
    padding: 8px 30px;
  }
}