<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.planbox {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #221815;
}
.planbox .imgbk {
  width: 45%;
  max-width: 540px;
  overflow: hidden;
}

.planbox .rbox {
  width: 53%;
  max-width: 600px;
  position: relative;
}

.rbox .plan_name {
  display: inline-block;
}

.rbox dl {
  border-top: 1px dotted #221815;
  border-bottom: 1px dotted #221815;
  margin: 7px 0;
}

.rbox dt {
  border-bottom: 1px dotted #221815;
  color: #000;
  font-size: 20px;
  line-height: 2.25;
}

.rbox dt span {
  font-size: 15px;
}

.rbox dd {
  padding: 10px 0;
  font-size: 17px;
  line-height: 1.5;
}
.rbox dd br {
  display: none;
}

.rbox dd span {
  color: #727172;
  font-size: 15px;
}

.rbox p {
  font-size: clamp(12px, 2.92vw, 15px);
  line-height: 1.5;
  margin-bottom: 13px;
}
.rbox p span {
  display: inline-block;
}

.rbox p.yoyakutxt {
  font-size: 13px;
}

.rbox strong {
  font-size: 14px;
}

.rbox table {
  border-top: 1px solid #221815;
  border-collapse: collapse;
  font-size: 12px;
  margin-bottom: 10px;
  width: 100%;
}

.rbox th {
  border-bottom: 1px solid #221815;
  border-right: 1px solid #221815;
  box-sizing: border-box;
  font-size: clamp(13px, 3.13vw, 16px);
  line-height: 1.2;
  padding: 13px 3px;
  text-align: left;
  vertical-align: middle;
}

.rbox th span {
  color: #727172;
  font-size: min(2.92vw, 15px);
}
.rbox th span.ntxt {
  color: #000;
}
.rbox td {
  border-bottom: 1px solid #221815;
  font-size: clamp(12px, 2.92vw, 15px);
  line-height: 16px;
  padding: 13px 0 13px min(2vw, 10px);
  /* text-indent: 10px; */
  width: auto;
}

.rbox .price {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "平成ゴシック", "メイリオ", "Meiryo", Helvetica, Arial, Verdana, "ＭＳ Ｐゴシック", "MS UI Gothic", sans-serif;
  font-size: 20px;
}

.rbox table .bgcg {
  background-color: #f5f5f5;
}
.rbox .reserve {
  max-width: 400px;
  margin: 20px auto;
}
.rbox a.yoyakubtn {
  font-size: min(5vw, 20px);
  font-weight: bold;
  line-height: 38px;
  color: #fff;
  display: block;
  margin: 15px auto 5px;
  text-align: center;
  text-decoration: none;
  max-width: 400px;
  background: #a62126;
}
#awabi .rbox .plan_name {
  margin-top: 20px;
}
.rbox .plan_name {
  font-size: clamp(22px, 5.42vw, 26px);
  text-shadow: 0.03em 0.03em 0.07em rgba(0, 0, 0, 0.3);
  position: relative;
}

.rbox .plan_name span {
  font-size: 62%;
  display: block;
}
@media screen and (max-width: 980px) {
  .planbox {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    max-width: 600px;
    margin: 0 auto;
    padding-top: 130px;
    position: relative;
  }
  #ikura.planbox {
    margin-top: 0;
  }
  .planbox .imgbk {
    width: 100%;
    height: 540px;
  }
  .planbox .rbox {
    width: 100%;
    position: static;
  }
  .rbox .plan_name,
  #awabi .rbox .plan_name,
  #standard .rbox .plan_name {
    position: absolute;
    top: 120px;
    transform: translateY(-100%);
    margin: 0;
  }
}
@media screen and (max-width: 560px) {
  .planbox .imgbk {
    height: 96.43vw;
  }
}
@media screen and (max-width: 400px) {
  .rbox dd br {
    display: block;
  }
}
</pre></body></html>