@charset "UTF-8";
/***************************************************************
全体
***************************************************************/
body {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.dib {
  display: inline-block;
  font-weight: inherit;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

img {
  height: auto;
  max-width: 100%;
}

.pink-grape {
  color: #ff8383;
}

.green {
  color: #76b755;
}

.bold {
  font-weight: bold;
}

.relative {
  position: relative;
}

span {
  font-weight: inherit;
}

/***************************************************************
ヘッダー
***************************************************************/
.header-title {
  background-color: #ffc300;
  background-image: url(image.php?id=4);
  box-sizing: border-box;
  color: #FFF;
  line-height: 1.5;
}

.nav-list {
  display: none;
}

/*--------------------------------------------------------------
パソコン用
--------------------------------------------------------------*/
/* 固定
--------------------------------------------------------------*/
.header-inner {
  border-color: #ffc300;
  border-style: solid;
  border-width: 0 0 3px 0;
  position: absolute;
  width: 100%;
  padding: 5px 0;
}

.header-inner.scroll {
  position: fixed;
  top: 0 !important;
}

/*--------------------------------------------------------------
タブレット&スマートフォン用
--------------------------------------------------------------*/
/* 固定
--------------------------------------------------------------*/
/***************************************************************
フッター
***************************************************************/
.reservation {
  padding-top: 50px;
  position: relative;
}
@media (max-width: 350px) {
  .reservation {
    display: block;
    padding-top: 30px;
  }
}

.reservation__header {
  position: absolute;
  top: 15px;
  left: 15px;
}

@media (max-width: 350px) {
  .reservation__txt {
    display: block;
    margin-top: 15px;
    width: 100%;
  }
}

.reservation__line {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 10px;
}

@media (max-width: 350px) {
  .reservation__img {
    display: block;
    text-align: center;
    width: 100%;
  }
}

@media (max-width: 350px) {
  .reservation__img01 {
    width: 150px;
  }
}

/***************************************************************
index.html
***************************************************************/
.about-point.-caution {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 900px;
}

.about-point__txt.-caution {
  display: block;
}

.home-caution {
  padding: 15px;
}

.home-caution li {
  font-size: 18px;
  font-weight: bold;
  list-style: none;
  margin-bottom: 1em;
  margin-left: 1.5em;
  -moz-text-align-last: left;
       text-align-last: left;
  text-indent: -1em;
}

.home-caution li:last-child {
  margin-bottom: 0;
}

.home-caution i {
  color: #f00;
  margin-right: 5px;
}

.greview {
  margin-bottom: 30px;
  text-align: center;
}
.greview a:hover {
  opacity: 0.8;
}

/***************************************************************
price.html
***************************************************************/
.price-table {
  display: flex;
  justify-content: space-between;
  margin-top: 1em;
  width: 100%;
}

@media (max-width: 768px) {
  .price-table {
    border-bottom: 1px dashed orange;
    display: block;
    padding-bottom: 1em;
  }
}
.price-table__container {
  display: flex;
  justify-content: center;
  width: 50%;
}
.price-table__container.-w100 {
  width: 100%;
}

@media (max-width: 768px) {
  .price-table__container {
    width: 100%;
  }
}
.price-table__th,
.price-table__td {
  border-bottom: 1px dashed orange;
  display: flex;
  align-items: center;
  padding: 8px;
}

@media (max-width: 768px) {
  .price-table__th,
  .price-table__td {
    border-bottom: none;
  }
}
.price-table__th {
  border-right: none;
  color: orange;
  font-size: 18px;
  font-weight: bold;
  justify-content: center;
  letter-spacing: 0.07em;
  text-align: center;
  width: 40%;
}
@media (min-width: 769px) {
  .-w100 .price-table__th {
    width: 20%;
  }
}

@media (max-width: 480px) {
  .price-table__th {
    font-size: 16px;
  }
}
.price-table__td {
  background: #fff;
  font-size: 14px;
  width: 60%;
}
@media (min-width: 769px) {
  .-w100 .price-table__td {
    width: 80%;
  }
}

.price-table__td.-price span {
  color: #ff6e5f;
  font-weight: bold;
  font-size: 24px;
}

.price-accident {
  margin-top: 1em;
}

/*-----------------------
キャンペーンバナー
-----------------------*/
.price-cp {
  border: 3px solid #f42e00;
  margin: 30px auto 0;
  max-width: 700px;
  padding: 15px;
}

.price-cp__ttl {
  background: #f42e00;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  padding: 10px;
  text-align: center;
}

@media (max-width: 600px) {
  .price-cp__ttl {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .price-cp__ttl {
    font-size: 18px;
  }
}
.price-cp__container {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

@media (max-width: 480px) {
  .price-cp__container {
    display: block;
  }
}
.price-cp__box {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.price-cp__box:first-child {
  margin-right: 100px;
  position: relative;
}

@media (max-width: 480px) {
  .price-cp__box:first-child {
    margin-right: 0;
    margin-bottom: 80px;
  }
}
.price-cp__box:first-child::after {
  content: "";
  position: absolute;
}

@media (min-width: 481px) {
  .price-cp__box:first-child::after {
    border-color: transparent transparent transparent #ccc;
    border-width: 20px 0 20px 30px;
    border-style: solid;
    height: 0;
    width: 0;
    top: 50%;
    right: -70px;
    margin-top: -18px;
  }
}
@media (max-width: 481px) {
  .price-cp__box:first-child::after {
    border-color: #ccc transparent transparent transparent;
    border-width: 30px 40px 0 40px;
    border-style: solid;
    height: 0;
    width: 0;
    bottom: -60px;
    left: 50%;
    margin-left: -40px;
  }
}
.price-cp__box.-normal {
  color: #ffc300;
  font-size: 36px;
}

@media (max-width: 600px) {
  .price-cp__box.-normal {
    font-size: 24px;
  }
}
.price-cp__box.-cp {
  color: #ff6e5f;
  font-size: 48px;
}

@media (max-width: 600px) {
  .price-cp__box.-cp {
    font-size: 36px;
  }
}
.price-cp-box01__txt {
  font-size: 70%;
  font-weight: bold;
  line-height: 1.3;
}

.price-cp-box01__num {
  font-size: 120%;
  font-weight: bold;
  line-height: 1;
  margin-top: 5px;
}

.-normal .price-cp-box01__num {
  color: #999;
  text-decoration: line-through;
}

.-normal .price-cp-box01__num span {
  color: #ffc300;
}

.price-cp-box02 {
  text-align: center;
}

.price-cp-box01__tax {
  font-size: 12px;
  font-weight: bold;
}

.price-cp-box01__yen {
  font-size: 90%;
  font-weight: bold;
  line-height: 1;
}

.price-cp__banner {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

@media (max-width: 380px) {
  .price-cp__banner {
    display: block;
    text-align: center;
  }
}
.price-cp__line,
.price-cp__first {
  border-radius: 10px;
  box-sizing: border-box;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  padding: 8px 30px;
  text-align: center;
}

.price-cp__line {
  background: #3baa41;
  margin-right: 15px;
}

@media (max-width: 380px) {
  .price-cp__line {
    margin-right: 0;
    width: 90%;
  }
}
.price-cp__first {
  background: #ffa700;
}

@media (max-width: 380px) {
  .price-cp__first {
    margin-top: 10px;
    width: 90%;
  }
}
.price-cp__note {
  font-size: 14px;
  line-height: 1.3;
  margin: 15px 0 0 1em;
  text-indent: -1em;
}

.price-coupon {
  margin-top: 15px;
}

.price-coupon__ttl {
  color: orange;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  width: 20%;
}
@media (max-width: 768px) {
  .price-coupon__ttl {
    width: 40%;
  }
}
@media (max-width: 480px) {
  .price-coupon__ttl {
    font-size: 16px;
  }
}

.price-coupon__txt {
  display: inline-block;
  line-height: 1.3;
  vertical-align: top;
}
@media (max-width: 768px) {
  .price-coupon__txt {
    display: block;
    line-height: 1.5;
    margin-top: 10px;
    text-align: center;
  }
}
.price-coupon__txt .price-coupon__tax {
  font-size: 14px;
  margin-top: 15px;
}

.price-coupon__container {
  overflow: auto;
}

.coupon-table {
  margin-top: 10px;
  width: 100%;
}
@media (min-width: 769px) {
  .coupon-table {
    margin-left: auto;
    max-width: 880px;
  }
}
@media (max-width: 768px) {
  .coupon-table {
    width: 768px;
  }
}
.coupon-table tbody th,
.coupon-table tbody td {
  border: 1px solid #333;
  font-size: 18px;
  padding: 10px;
  text-align: center;
}
@media (max-width: 768px) {
  .coupon-table tbody th,
  .coupon-table tbody td {
    white-space: nowrap;
  }
}
.coupon-table tbody th.-bg,
.coupon-table tbody td.-bg {
  background-color: #fff5d9;
}

.coupon-table__times {
  color: orange;
  font-size: 24px;
  font-weight: bold;
}

.coupon-table__border {
  background-image: linear-gradient(to left top, transparent calc(50% - 0.5px), #575757 50%, #575757 calc(50% + 0.5px), transparent calc(50% + 1px));
  overflow: hidden;
}

.coupon-table__ticket {
  color: #3baa41;
}
.coupon-table__ticket strong {
  font-size: 120%;
}

.coupon-table__sale {
  padding: 10px 30px !important;
  text-align: left !important;
}
.coupon-table__sale p {
  border-bottom: 2px solid #3baa41;
  color: #3baa41;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
}

.coupon-scroll {
  font-size: 14px;
}
@media (min-width: 769px) {
  .coupon-scroll {
    display: none;
  }
}