@media screen and (min-width: 751px) {
  .alpha, #spot-list .spot-btn {
    transition: all .2s ease;
  }
  .alpha:hover, #spot-list .spot-btn:hover {
    opacity: 0.7;
  }
}

.hdr {
  color: #A57268;
}

.spot #content-hdr {
  background: linear-gradient(to bottom, #fff 319px, #EEE3E1 319px, #EEE3E1 750px, transparent 750px);
}

@media screen and (max-width: 750px) {
  .spot #content-hdr {
    background: linear-gradient(to bottom, #fff calc((100vw - 40px) * 0.509), #EEE3E1 calc((100vw - 40px) * 0.509));
  }
}

@media screen and (min-width: 751px) {
  #content-hdr .content-description {
    top: 530px;
  }
}

#map {
  padding-bottom: 123px;
}

@media screen and (max-width: 750px) {
  #map {
    padding-bottom: 60px;
  }
  #map .map {
    padding: 0 15px;
  }
  #map .inner {
    padding: 0 20px;
  }
  #map .map .map-ctr {
    right: 23px;
  }
}

#map .spot-ico {
  width: 860px;
  margin: 40px auto 0;
  padding: 25px 20px 0 44px;
  background-color: #fff;
}

@media screen and (max-width: 750px) {
  #map .spot-ico {
    width: 100%;
    margin-top: 20px;
    padding: 20px 29px;
  }
}

#map .spot-ico ul {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 750px) {
  #map .spot-ico ul {
    display: block;
  }
}

#map .spot-ico ul li {
  display: flex;
  align-items: center;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
  position: relative;
}

@media screen and (max-width: 750px) {
  #map .spot-ico ul li {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 0;
  }
  #map .spot-ico ul li + li {
    margin-top: 16px;
  }
  #map .spot-ico ul li:last-child {
    margin-bottom: 0;
  }
}

#map .spot-ico ul li:nth-of-type(3n - 2) {
  width: 220px;
}

#map .spot-ico ul li:nth-of-type(3n - 1) {
  width: 283px;
}

#map .spot-ico ul li:nth-of-type(3n) {
  width: 240px;
}

#map .spot-ico ul li img {
  width: 50px;
  margin-right: 5px;
}

@media screen and (max-width: 750px) {
  #map .spot-ico ul li img {
    width: 40px;
  }
}

#map .spot-ico ul li span {
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 55px;
  transform: translateY(50%);
}

@media screen and (max-width: 750px) {
  #map .spot-ico ul li span {
    font-size: 13px;
    left: 45px;
  }
}

#map .spot-alert {
  color: #fff;
  width: 860px;
  margin: 40px auto 0;
  padding: 29px 60px 16px;
  background-color: #CC322E;
}

@media screen and (max-width: 750px) {
  #map .spot-alert {
    width: 100%;
    padding: 24px 30px 18px;
    margin-top: 20px;
  }
}

#map .spot-alert h3 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.57;
  text-align: center;
}

@media screen and (max-width: 750px) {
  #map .spot-alert h3 {
    font-size: 17px;
    line-height: 1.47;
    text-align: left;
  }
}

#map .spot-alert ul {
  margin-top: 10px;
}

@media screen and (max-width: 750px) {
  #map .spot-alert ul {
    margin-top: 17px;
  }
}

#map .spot-alert ul li {
  font-size: 14px;
  line-height: 2;
  text-indent: -1em;
  margin-left: 1em;
}

@media screen and (max-width: 750px) {
  #map .spot-alert ul li {
    line-height: 1.5;
  }
}

#spot-list {
  margin-top: 90px;
}

@media screen and (max-width: 750px) {
  #spot-list {
    margin-top: 50px;
  }
  #spot-list .inner {
    padding: 0 20px;
  }
}

#spot-list .spots {
  width: 860px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  #spot-list .spots {
    width: 100%;
  }
}

#spot-list .spot {
  border: 1px solid #A57268;
  border-radius: 0 0 15px 15px;
  background-color: #fff;
}

@media screen and (max-width: 750px) {
  #spot-list .spot {
    border-radius: 0 0 8px 8px;
  }
}

#spot-list .spot + .spot {
  margin-top: 60px;
}

@media screen and (max-width: 750px) {
  #spot-list .spot + .spot {
    margin-top: 40px;
  }
}

#spot-list .spot-hdr {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.375;
  letter-spacing: 0.1em;
  padding: 12px 50px 14px 75px;
  background-color: #A57268;
  position: relative;
}

@media screen and (max-width: 750px) {
  #spot-list .spot-hdr {
    font-size: 16px;
    letter-spacing: 0.1em;
    height: auto;
    padding: 5px 15px 5px 42px;
  }
}

#spot-list .spot-hdr span {
  display: inline-block;
  text-align: center;
  line-height: 28px;
  letter-spacing: 0;
  color: #A57268;
  font-size: 24px;
  font-weight: 500;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #fff;
  padding-left: 1px;
  padding-bottom: 2px;
  position: absolute;
  top: 16px;
  left: 35px;
}

@media screen and (max-width: 750px) {
  #spot-list .spot-hdr span {
    font-size: 16px;
    line-height: 19px;
    width: 20px;
    height: 20px;
    padding-left: 0;
    top: 6px;
    left: 16px;
  }
}

#spot-list .spot-cont {
  padding: 30px 30px 40px;
}

@media screen and (max-width: 750px) {
  #spot-list .spot-cont {
    padding: 20px 15px;
  }
}

#spot-list .spot-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}

@media screen and (max-width: 750px) {
  #spot-list .spot-row {
    display: block;
  }
}

#spot-list .spot-tags {
  width: 205px;
}

@media screen and (max-width: 750px) {
  #spot-list .spot-tags {
    width: 100%;
  }
}

#spot-list .spot-tags .tags li {
  display: inline-block;
  color: #A57268;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  margin-right: 2px;
  margin-bottom: 5px;
  padding: 0 8px 1px;
  border-radius: 10px;
  background-color: #EEE3E1;
}

@media screen and (max-width: 750px) {
  #spot-list .spot-tags .tags li {
    font-size: 13px;
    line-height: 20px;
    border-radius: 7px;
  }
}

#spot-list .spot-tags .icons {
  margin-top: 10px;
}

@media screen and (max-width: 750px) {
  #spot-list .spot-tags .icons {
    margin-top: 5px;
  }
}

#spot-list .spot-tags .icons li {
  display: inline-block;
  width: 50px;
  margin-right: 10px;
}

@media screen and (max-width: 750px) {
  #spot-list .spot-tags .icons li {
    width: 40px;
    margin-right: 5px;
  }
}

#spot-list .spot-desc {
  width: calc(100% - 205px);
}

@media screen and (max-width: 750px) {
  #spot-list .spot-desc {
    width: 100%;
    margin-top: 13px;
  }
}

#spot-list .spot-desc-txt li {
  line-height: 1.75;
  text-indent: -1em;
  margin-left: 1em;
}

@media screen and (max-width: 750px) {
  #spot-list .spot-desc-txt li {
    line-height: 1.71;
  }
}

#spot-list .spot-desc-txt li sup {
  font-size: 10px;
}

#spot-list .spot-desc-note {
  margin-top: 11px;
}

#spot-list .spot-desc-note li {
  font-size: 14px;
  line-height: 1.71;
  text-indent: -1em;
  margin-left: 1em;
}

@media screen and (max-width: 750px) {
  #spot-list .spot-desc-note li {
    font-size: 13px;
    line-height: 1.65;
  }
}

#spot-list .spot-contact {
  display: flex;
  justify-content: center;
  margin-top: 23px;
}

@media screen and (max-width: 750px) {
  #spot-list .spot-contact {
    display: block;
  }
}

#spot-list .spot-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  color: #fff;
  text-align: center;
  width: 390px;
  height: 90px;
  padding: 10px 0 15px;
  background-color: #CC322E;
  position: relative;
}

@media screen and (max-width: 750px) {
  #spot-list .spot-btn {
    width: 100%;
    height: 60px;
    padding: 5px 0 10px;
  }
}

#spot-list .spot-btn + .spot-btn {
  margin-left: 20px;
}

@media screen and (max-width: 750px) {
  #spot-list .spot-btn + .spot-btn {
    margin-top: 15px;
    margin-left: 0;
  }
}

#spot-list .spot-btn::after {
  display: block;
  content: "";
  width: 15px;
  height: 6px;
  background: url(../img/common/arrow_r.svg) center/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

#spot-list .spot-tel::after {
  content: none;
}

@media screen and (max-width: 750px) {
  #spot-list .spot-tel::after {
    content: "";
  }
}

#spot-list .tel-hdr {
  font-weight: 500;
  text-decoration: underline;
  width: 100%;
  margin-bottom: -3px;
}

@media screen and (max-width: 750px) {
  #spot-list .tel-hdr {
    font-size: 13px;
    margin-bottom: 0;
  }
}

#spot-list .tel-num {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.04em;
  width: 100%;
}

@media screen and (max-width: 750px) {
  #spot-list .tel-num {
    font-size: 27px;
    line-height: 1;
  }
}

#spot-list .web-txt {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 750px) {
  #spot-list .web-txt {
    font-size: 21px;
  }
}

#spot-list .spot-contact-note {
  width: 390px;
  margin: 2px auto 0;
}

@media screen and (max-width: 750px) {
  #spot-list .spot-contact-note {
    width: 100%;
  }
}

#spot-list .spot-contact-note li {
  font-size: 14px;
  line-height: 2;
  text-indent: -1em;
  margin-left: 1em;
}

@media screen and (max-width: 750px) {
  #spot-list .spot-contact-note li {
    font-size: 13px;
    line-height: 1.65;
  }
}
