@charset "UTF-8";

#head {
  background: #4c5868;
}
.head-box {
  width: 1600px;
  margin: 0 auto;
  padding: 20px 10px;
}
.main-box {
  padding: 80px 0;
  background: #fff url(../images/back-blue2.jpg) left bottom repeat-x;
}
.main-content {
  width: 1600px;
  margin: 0 auto 100px auto;
  padding: 0 2%;
  color: #001730;
}
.anchorlink {
  margin-bottom: 100px;
}
.anchorlink ul li {
  position: relative;
  width: 23%;
  margin-bottom: 40px;
  padding: 0 10px 10px 10px;
  border-bottom: solid 1px #001730;
  text-align: center;
}
.anchorlink ul li::after {
  content: url('../images/reserve/arrow.png');
  position: absolute; bottom: 10px; right: 20px;
  width: 21px;
  height: 21px;
  display: inline-block;
  background-position: center;
}
.content {
  margin-bottom: 100px;
}
h3 {
  position: relative;
  width: 520px;
  margin: 0 auto 80px auto;
  padding: 50px 0;
  font-size: 26px;
}
h3.bonus-title::after {
  content: url('../images/reserve/bestrate.png');
  position: absolute; top: 0; right: 0;
  width: 101px;
  height: 131px;
  margin: 0;
  display: inline-block;
  background-position: center;
  background: none;
}
h3.content-title::after {
  content: '';
  width: 50px;
  height: 1px;
  margin: 0;
  display: block;
  background-color: #4c5868;
  position: absolute; bottom: 0; left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
h4 {
  position: relative;
  margin-bottom: 40px;
}
h4::before {
  width: 0;
  height: 0;
  margin-right: 0;
  background-color: none;
}
h4::after {
  content: '';
  width: 50px;
  height: 1px;
  display: block;
  background-color: #4c5868;
  position: absolute; bottom: -16px; left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.tokuten {
  margin-bottom: 80px;
}
.tokuten img {
  width: 100%;
  max-width: 650px;
}
.content p {
  margin-bottom: 60px;
}
.yoyaku-ul li {
  width: 30%;
}
.yoyaku-ul li a {
  display: block;
  padding: 20px;
  border: solid 1px #001730;
  border-radius: 40px;
}
.yoyaku-ul li a:hover {
  background: #00293f;
  color: #fff;
}
.tel {
  font-size: 50px;
}
.tel a {
  border-bottom: solid 1px #001730;
  letter-spacing: 10px;
  pointer-events: none;
}
.tel span {
  font-size: 30px;
}
.cancel-teble {
  overflow-x: auto;
  overflow-y: hidden;
}
table {
  width: 920px;
  margin: 0 auto 20px auto;
  table-layout: fixed;
}
table th {
  text-align: center;
}


@media screen and (max-width:1600px) {
  .head-box { width: 100%; }
  .main-content { width: 100%; }
}


@media screen and (max-width:1200px) {
}


@media screen and (max-width:1023px) { /* Tablet */
  .anchorlink ul li {
    width: 46%;
  }
  h3 {
    width: 100%;
  }
  .yoyaku-ul li {
    width: 46%;
    margin-bottom: 40px;
  }
  .tel a {
    pointer-events: auto;
  }
}


@media screen and (max-width:959px) { /* SP */
  .anchorlink ul li {
    width: 100%;
  }
  .yoyaku-ul li {
    width: 100%;
    margin-bottom: 40px;
  }
  h3.bonus-title::after {
    position: absolute; top: 90px; right: 0;
  }
  .tel {
    font-size: 30px;
  }
  .tel a {
    letter-spacing: 4px;
  }
  .tel span {
    font-size: 20px;
  }
}
