.text-tax-in {
  font-size: 14px;
  color: gray;
}

.header {
  width: 100%;
  position: fixed;
  background-color: white;
}

.header-inner {
  display: flex;
  height: 56px;
  justify-content: space-between;
  align-items: center;
  width: 93%;
  margin: 0 auto;
}

.header_top_link {
  height: 100%;
  max-width: 150px;
}

.header_top_link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header-top-cv-btn {
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  background: rgb(45, 99, 200);
  color: #fff;
  border-radius: 5px;
  width: 150px;
  text-align: center;
}

.header_top_cv {
  text-align: right;
}

.br-pc {
  display: none !important;
}

.border {
  height: 1px;
  background-color: #c9c9c9;
  width: 92%;
  margin: 8px auto;
}

.gray {
  background-color: gray;
  border-color: gray;
  color: white;
}

.blue {
  border: 2px solid #0c7cbf;
  color: #0c7cbf;
}

.balloon2-right {
  position: relative;
  display: inline-block;
  margin: 1.5em 15px 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #fff;
  border: solid 5px #0099cc;
  border-radius: 25px;
  box-sizing: border-box;
  width: 70%;
}

.balloon2-right:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid #fff;
  z-index: 2;
}

.balloon2-right:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-left: 14px solid #555;
  z-index: 1;
}

.balloon2-right p {
  margin: 0;
}

.wrapper {
  min-width: initial;
  margin: 0 auto;
  padding: 0px 12px;
}

.fv {
  padding: 0;
  margin: 0;
}

.fv-inner {
  background-color: #e3edf4;
}

.plan-overview {
  text-align: center;
  background-color: #e3edf4;
}

.plan-overview h2 {
  color: #0c7cbf;
  font-size: 1.2rem;
  margin: 24px 0;
}

.plan-overview-description {
  margin: 0 auto;
}

.plan-overview-description p {
  font-size: 0.8rem;
}

.plan-detail {
  margin-top: 46px;
}

.plan-detail img {
  border-radius: 30px;
  object-fit: cover;
}

.plan-detail h2 {
  background: linear-gradient(transparent 50%, #f9ef09 50%);
  font-size: 2rem;
  font-weight: 600;
  background-position-y: -15px;
}

.plan-detail-park {
  background-color: #0c7cbf;
  border-radius: 50%;
  padding: 5px;
  text-align: center;
  color: white;
  height: 4rem;
  min-width: 4rem;
  display: grid;
  place-items: center;
}

.plan-detail-park-text {
  font-size: 0.8rem;
  margin: 4px 0 !important;
}

.plan-detail ul {
  margin: 8px 0px;
  display: flex;
}

.plan-detail li {
  padding: 3px 6px;
  width: 30%;
  text-align: center;
  margin: 0 1%;
  border-radius: 8px;
  font-size: 0.8rem;
}

.attention {
  color: gray;
  margin: 2px 0px;
  font-size: 0.7rem;
  white-space: pre-line;
}

.plan-detail-price {
  display: flex;
  max-width: 460px;
}

.plan-detail-price-title {
  padding-top: 19px;
}

.plan-detail-title {
  display: flex;
  justify-content: space-between;
  margin: 8px auto;
}

.plan-detail-price-text {
  color: #223ea7;
  font-size: 2.1rem;
  margin: 0 auto;
}

.pricing-details {
  background-color: #eff6fa;
  padding: 0;
}

.pricing-detail-title {
  font-size: 2rem;
  color: #0c7cbf;
  background-image: url(./images/bg-snow.png);
  border-bottom: 1px dotted #0c7cbf;
  width: 800px;
  margin: 32px auto;
  margin-bottom: 16px;
  margin-top: 64px;
  letter-spacing: 6px;
  font-weight: 800;
  line-height: 2.4;
  background-position: top;
  background-size: cover;
  text-align: center;
}

.plan-detail-table {
  border-collapse: collapse;
  width: 100%;
  text-align: center;
}

.plan-detail-table th {
  background-color: #5eb6e4;
  color: white;
  text-align: center;
  border: 1px solid rgb(0, 0, 0);
}

.plan-detail-table td {
  background-color: white;
  padding: 10px;
  vertical-align: center;
  border: 1px solid rgb(0, 0, 0);
}

.plan-detail-per-text {
  display: block;
  font-size: 10px;
}

.plan-detail-image-wrapper {
  padding-top: 1rem;
}

.plan_voice {
  display: flex;
  align-items: center;
  margin: 0 auto;
  background-color: white;
}

.plan_voice_image {
  border-radius: 50%;
  margin: 0 auto;
  width: 130px;
}

.price {
  color: #0c7cbf;
}

.product-price {
  font-weight: 900;
  font-size: 2.6rem;
}

.campingcar-description-inner {
  margin: 0 auto;
  text-align: center;
}

.highlight_blue {
  color: #5eb6e4;
}

.slash {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.slash::before,
.slash::after {
  content: "";
  width: 25px;
  height: 3px;
  background-color: #5eb6e4;
  margin: 0px 4px 4px;
}

.slash::before {
  transform: rotate(45deg);
}

.slash::after {
  transform: rotate(-45deg);
}

.campingcar-description-inner h2 {
  text-align: center;
}

.campingcar-description-inner p {
  text-align: left;
}

.benefit {
  text-align: center;
  margin-top: 25px;
}

.benefit-title {
  font-size: 1.7rem;
  color: #0c7cbf;
  background-image: url(./images/sp/benefit_title_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 200px;
  height: 70px;
  margin: 0 auto;
}

.benefit-title::before {
  width: 10px;
  height: 10px;
  background-color: red;
}

.benefit-title p {
  line-height: 63px;
  letter-spacing: 3px;
}

.benefit-title span {
  color: #5eb6e4;
  font-size: 50px;
  letter-spacing: 1px;
}

.benefit-name {
  font-size: 2rem;
}

.benefit-description {
  text-align: left;
}

.benefits-sub {
  padding-bottom: 1rem;
}

.highlights {
  margin: 0px auto;
}

.highlights h2 {
  color: #0c7cbf;
  font-size: 1.9rem;
  text-align: center;
  font-weight: 600;
}

.highlight-text {
  color: #0c7cbf;
  font-size: 2.9rem;
}

.highlights-list li {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
  text-align: center;
}

.highlight img {
  height: 120px;
  object-fit: cover;
}

.highlight picture {
  width: 100%;
  display: block;
}

.highlight h3 {
  font-size: 18px;
  text-align: center;
}

.highlight p {
  text-align: left;
}

.video {
  width: 100%;
  text-align: center;
  padding: 2rem 0;
}

.video video {
  width: 90%;
}

.surrounding-info {
  padding-top: 2rem;
}

.res-alert {
  padding: 10px;
}

.res-alert h4 {
  padding-top: 20px;
}

.res-alert-wrapper h4 {
  font-size: 20px;
  text-align: center;
}

.res-alert-img {
  width: 100%;
}

.res-alert-img img {
  width: 100%;
  height: auto;
}

.res-alert-red p {
  color: red;
  margin: 10px 0;
}

.res-alert-res-wrapper {
  width: 100%;
  height: auto;
  text-align: center;
  padding: 20px 0;
}

.res-alert-res-wrapper img {
  width: 80%;
}

.res-jump-wrapper {
  text-align: center;
}

.res-jump-place {
  margin: 10px 0;
}

.res-jump-place p {
  font-size: 16px;
}

.step-title {
  color: #0c7cbf;
  margin-right: 1rem;
  font-weight: 800;
  width: 120px;
}

.use-flow {
  padding: 1.8rem 0.2rem;
  background-color: white;
}

.use-flow div {
  align-items: baseline;
  margin-left: 42px;
  display: grid;
  grid-column: 1fr 1fr;
  grid-template-columns: 60px 1fr;
}

.use-flow h4 {
  text-align: center;
  font-size: 1.2rem;
}

.use-flow p {
  margin: 6px 0;
}

.cv-wrapper {
  text-align: center;
  background-color: #0c7cbf;
  color: white;
  height: auto;
}

.cv-wrapper h4 {
  font-size: 1.8rem;
  color: #f9ef09;
}

.title {
  color: #0c7cbf;
  font-size: 2.4rem;
}

.btn-convert {
  color: #ffffff;
  background-color: #2d63c8;
  font-size: 33px;
  border: 1px solid #2d63c8;
  border-radius: 50px;
  padding: 15px 50px;
  cursor: pointer;
}

.btn-convert:hover {
  color: #2d63c8;
  background-color: #ffffff;
  box-shadow: 0px 0px #00557f;
  margin: 13px 0px 3px;
}

.depart-place {
  margin: 1.3rem 0;
}

.cv-inner h4 {
  font-size: 2rem;
  padding: 1.5rem 0;
}

.reserve-select {
  background-color: #e3edf4;
  width: 95%;
  margin: 0 auto;
  border-radius: 11px;
  padding: 4px;
}

.select-container {
  margin: 15px 0px;
}

.select-container select {
  border: 1px solid black;
  border-radius: 8px;
  padding: 8px 30px;
  color: black;
  margin: 8px 2px;
  appearance: auto;
  background-color: white;
}

.btn-convert {
  margin: 8px 0px;
  box-shadow: 0px 5px #002f7f;
}

.facility-map h4 {
  color: #0c7cbf;
  font-size: 2.2rem;
  text-align: center;
  font-weight: 800;
  margin: 32px 0px;
}

.facility-map img {
  width: 700px;
  display: block;
  margin: 0 auto;
}

.button {
  background-color: #0c7cbf;
  padding: 16px 40px;
  display: block;
  margin: 0 auto;
  border-radius: 30px;
  font-size: 1.2rem;
  color: white;
  margin-top: 12px;
}

.surround-spot-title {
  border: 1px solid #0c7cbf;
  padding: 12px;
  text-align: center;
  border-radius: 30px;
  color: #0c7cbf;
  font-size: 1.3rem;
  margin: 12px;
}

.cam-eqp-wrapper {
  padding-top: 1rem;
}

.faq {
  padding-top: 2rem;
}

.faq h4 {
  text-align: center;
  padding: 1rem 0;
  font-size: 2rem;
}

.qa-007 {
  max-width: 500px;
  margin-bottom: 10px;
  border: none;
  border-radius: 5px;
  box-shadow: 0 4px 4px rgb(0 0 0 / 2%), 0 2px 3px -2px rgba(0 0 0 / 5%);
  background-color: #fff;
  font-size: 1.2rem;
  margin: 0 auto;
}

.plan-detail-fontBig {
  font-size: 1.3rem;
  margin: 4px 0 !important;
}

.qa-007 summary {
  display: flex;
  align-items: center;
  position: relative;
  padding: 1em 2em 1em 1em;
  color: #333333;
  cursor: pointer;
  text-align: left;
  font-size: 1.2rem;
  font-weight: 600;
}

.qa-007 p::before {
  position: absolute;
  left: 1em;
  font-size: 1.3em;
}

.qa-007 summary::before {
  color: white;
  content: "Q";
  background-color: #0c7cbf;
  border-radius: 50%;
  padding: 9px;
  font-size: 17px;
  width: 36px;
  text-align: center;
  margin-right: 6px;
}

.qa-007 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #333333b3;
  border-right: 3px solid #333333b3;
  content: "";
  transition: transform 0.5s;
  position: absolute;
  right: 25px;
}

.qa-007[open] summary::after {
  transform: rotate(225deg);
}

.qa-007 p {
  position: relative;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0.3em 3em 1.5em;
  color: #333;
  transition: transform 0.5s, opacity 0.5s;
}

.qa-007[open] p {
  transform: none;
  opacity: 1;
}

.qa-007 p::before {
  color: #ff8d8d;
  line-height: 1.2;
  content: "A";
}

.customer-reviews h4 {
  color: #0c7cbf;
  font-size: 2rem;
  text-align: center;
  font-weight: 800;
  padding: 12px 0px;
  letter-spacing: 4px;
}

.customer-review {
  width: 343px;
  padding: 12px;
  margin: 13px auto;
  background-color: #e3edf4;
  text-align: center;
  display: flex;
  justify-content: center;
}

.customer-review h5 {
  margin-top: 1rem;
  font-size: 17px;
}

.customer-review img {
  border-radius: 50%;
  width: 130px;
  height: 120px;
  margin-top: 27px;
  margin-right: 12px;
  background-color: white;
}

.social {
  background-color: #e3edf4;
  max-width: 300px;
  margin: 1rem auto;
}

.social li {
  margin: 0 auto;
  width: 50px;
}

.social ul {
  display: flex;
}

footer {
  background-color: black;
  color: white;
  text-align: center;
  font-size: 1rem;
  padding: 31px;
  width: 100%;
}

.fs-sm {
  font-size: 1rem;
}

.office img {
  padding: 4vw 0;
}

.facility-map h4 {
  font-size: 1.2rem;
}

.surrounding-info-skyblue {
  font-size: 1.2rem;
  font-weight: 800;
  text-align: center;
  color: #5eb6e4;
}

.surrounding-info-blue {
  font-size: 1.2rem;
  font-weight: 800;
  text-align: center;
  color: #0c7cbf;
}

.surrounding-info-inner {
  margin-top: 12px;
  border-radius: 8px;
}

.customer-reviews {
  background-color: white;
  margin: 12px auto;
  border-radius: 8px;
}

.customer-review {
  flex-direction: column-reverse;
}

.customer-review img {
  margin: 0 auto;
}

@media screen and (min-width: 950px) {
  .office {
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: #fff;
    padding: 4vw 0;
  }

  .cv-wrapper {
    height: 450px;
  }

  .office img {
    width: 65%;
    padding: 0;
  }

  .halfWidth {
    width: 50%;
  }

  .width-45perc {
    width: 45% !important;
  }

  /* PC */
  p {
    letter-spacing: 1px;
  }

  .header_top_link {
    width: 238px;
    max-width: 238px;
  }

  .header-top-cv-btn:hover {
    transition: all 0.2s linear;
    background: rgb(249, 194, 112);
  }

  .plan-overview-inner img {
    width: 90%;
  }

  .plan-overview-description br {
    display: none;
  }

  .br-pc {
    display: block !important;
  }

  .attention {
    font-size: 0.9vw !important;
  }

  .plan-overview-description h2 {
    font-size: 2.6vw;
    line-height: 4.2vw;
    letter-spacing: 2px;
  }

  .plan-overview-description p {
    padding: 1rem 0;
    font-size: 1.4vw;
  }

  .plan-details {
    display: flex;
    border-radius: 1rem;
    justify-content: center;
  }

  .plan-detail h2 {
    display: inline-block;
  }

  .plan-detail img {
    height: 190px;
    display: flex;
    width: 94%;
  }

  .plan-detail-image-wrapper img {
    height: 18vw;
    width: 100%;
  }

  .plan-detail li {
    font-size: 1vw;
  }

  .campingcar-description-inner {
    display: flex;
    align-items: center;
  }

  .benefit img {}

  .benefit-attention {
    display: flex;
  }

  .benefits-title-wrapper {
    height: 6vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
  }

  .benefits-title-wrapper span {
    display: block;
  }

  .benefits-sub {
    display: flex;
  }

  .benefit-name {
    font-size: 2.2vw;
    font-weight: 600;
  }

  .benefit-name span {
    font-size: 1.6vw;
  }

  .benefit-description {
    font-size: 1.6vw;
    margin: 0 auto;
  }

  .highlights-list {
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
  }

  .hiplan-price-descriptionghlights-list li {
    width: 240px;
  }

  .highlight img {
    width: 100%;
    height: 10vw;
  }

  .highlight h3 {
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 0.8rem;
  }

  .highlight p {
    text-align: left;
    font-weight: 400;
    font-size: 1rem;
    margin-top: 12px;
  }

  .plan-detail-price-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .res-alert-res-wrapper img {
    width: 80%;
  }

  .use-flow h4 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }

  .qa-007 {
    max-width: 1200px;
    margin: 0 auto;
  }

  .surrounding-info {
    background-color: #e3edf4;
  }

  .surrounding-info h4 {
    letter-spacing: 2px;
    line-height: 2.6rem;
  }

  .surrounding-info-skyblue {
    font-size: 1.7rem;
    font-weight: 800;
    text-align: center;
    color: #5eb6e4;
  }

  .surrounding-info-blue {
    font-size: 2.4rem;
    font-weight: 800;
    text-align: center;
    color: #0c7cbf;
  }

  .surround-spot {
    margin-bottom: 12px;
  }

  .surround-spot-title {
    margin: 0 auto;
    width: 95%;
  }

  .surrounding-info-inner {
    background-color: white;
    width: 90%;
    border-radius: 16px;
    margin: 24px auto;
    padding: 12px;
  }

  .flex-reverse {
    flex-direction: row-reverse;
  }

  .plan-detail img {
    object-fit: cover;
    height: 31vw;
  }

  .plan-detail-title {
    display: flex;
    justify-content: space-between;
    margin: 8px auto;
  }

  .plan-detail-description-wrapper {
    height: 24vw;
  }

  .plan-detail-price-section {
    margin: 1vw;
  }

  .plan-detail-price-section p {
    margin: 12px 0;
  }

  .plan-detail-description-wrapper p {
    margin: 0 auto;
    font-size: 1.8vw;
    height: 15vw;
  }

  .campingcar-description-inner picture {
    width: 50%;
  }

  .campingcar-description-text-wrapper {
    text-align: left;
    width: 38vw;
    margin: 0 auto;
  }

  .highlight_blue {
    font-size: 1.8vw;
  }

  .fs {
    font-size: 1.5vw;
  }

  .campingcar-description-inner h2 {
    font-size: 2.6vw;
    margin: 0.5rem 0;
  }

  .reserve-select {
    width: 65%;
  }

  .res-alert {
    max-width: 950px;
    margin: 0 auto;
  }

  .customer-reviews {
    background-color: white;
    padding: 12px 32px;
  }

  .customer-reviews br {
    display: none;
  }

  .customer-review {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 24px;
  }

  .customer-review {
    width: 100%;
    margin: 2rem 0;
  }

  .customer-review div {
    text-align: left;
  }

  .customer-review br {
    display: none;
  }

  .customer-review div h5 {
    font-weight: 800;
    margin-bottom: 1rem;
  }

  .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .plan-detail-price-section h2 {
    margin-left: 0px;
  }

  .balloon2-right {
    font-size: 1.6vw;
  }

  .faq h4 {
    font-size: 2rem;
  }

  .social {
    max-width: 500px;
  }
}
