@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  caret-color: transparent;
}

body {
  background-color: #fff;
  color: #222;
}

body .inner {
  width: 92vw;
  position: relative;
  margin: 0 auto;
}

@media screen and (min-width: 700px) {
  body .inner {
    width: 90vw;
  }
}

@media screen and (min-width: 1200px) {
  body .inner {
    width: 1100px;
  }
}

main {
  background: #f7f7f7;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
}

main li {
  list-style: none;
}

main a {
  display: inline-block;
  height: 100%;
  width: 100%;
  text-decoration: none;
  color: #222;
}

main img {
  pointer-events: none;
  -o-object-fit: cover;
  object-fit: cover;
}

main .sp {
  display: block;
}

main .pc {
  display: none;
}

main .br-sp {
  display: inline-block;
}

main .br-pc {
  display: none;
}

@media screen and (min-width: 700px) {
  main {
    font-size: 16px;
  }
}

@media screen and (min-width: 900px) {
  main {
    font-size: 17px;
  }
}

@media screen and (min-width: 1200px) {
  main {
    font-size: 18px;
  }
}

@media screen and (min-width: 900px) {
  main .sp {
    display: none;
  }
  main .pc {
    display: block;
  }
  main .br-sp {
    display: none;
  }
  main .br-pc {
    display: inline-block;
  }
}

#topimage {
  position: relative;
  height: 78vw;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  overflow: hidden;
}

#topimage img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 900px) {
  #topimage {
    height: 78vw;
  }
}

.product {
  background: #f7f7f7;
  padding: 1.5rem 0;
}

@media screen and (min-width: 700px) {
  .product {
    padding: 3rem 0;
  }
}

.product > p {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 0.9em;
  text-align: center;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  -webkit-text-decoration-color: #dab788;
  text-decoration-color: #dab788;
}

@media screen and (min-width: 700px) {
  .product > p {
    font-size: 1em;
  }
}

.product__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 700px) {
  .product__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: center;
  }
}

.product__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: auto;
  margin-bottom: 1rem;
  padding: 0.75rem 0.5rem;
  background: #fff;
  -webkit-box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media screen and (min-width: 700px) {
  .product__link a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    padding: 1rem 0.75rem;
    width: 40%;
  }
}

@media screen and (min-width: 900px) {
  .product__link a:hover {
    opacity: 0.6;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}

.product__link a div.image {
  width: 45%;
  position: relative;
}

@media screen and (min-width: 700px) {
  .product__link a div.image {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}

.product__link a div.image img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}

.product__link a div.text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 50%;
}

@media screen and (min-width: 700px) {
  .product__link a div.text .title {
    text-align: center;
  }
}

@media screen and (min-width: 700px) {
  .product__link a div.text {
    width: 90%;
    margin: 0 auto;
  }
}

.product__link a div.text .title {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 1em;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 700px) {
  .product__link a div.text .title {
    margin-bottom: 0.25rem;
  }
}

.product__link a div.text p.price {
  margin-bottom: 0.5rem;
  font-size: 0.9em;
  font-weight: 600;
  color: #ea1f20;
  text-align: right;
}

@media screen and (min-width: 700px) {
  .product__link a div.text p.price {
    margin-bottom: 1rem;
  }
}

.product__link a div.text .button {
  height: fit-content;
  width: 100%;
  margin: 0 auto;
  padding: 0.25rem 0.75rem;
  -webkit-box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background-color: #88abda;
  text-align: center;
  font-size: 0.9em;
  color: #fff;
}

.product__link a div.text .button-rentacar {
  height: fit-content;
  width: 100%;
  margin: 0 auto;
  padding: 0.25rem 0.75rem;
  -webkit-box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background-color: #da8888;
  text-align: center;
  font-size: 0.9em;
  color: #fff;
}

.product__link a div.text .button i {
  padding-right: 0.5rem;
}

.product__link a div.text .button-rentacar i {
  padding-right: 0.5rem;
}

@media screen and (min-width: 700px) {
  .product__link a div.text .button {
    padding: 0.5rem 0.75rem;
  }
  .product__link a div.text .button {
    width: 70%;
  }

  .product__link a div.text .button-rentacar {
    width: 65%;
  }
}

.product p.showMore {
  margin-bottom: 1rem;
  text-align: center;
  font-weight: 500;
  color: #222;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  -webkit-text-decoration-color: #dab788;
  text-decoration-color: #dab788;
}

.product p.showMore::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  content: "\f0d7";
  margin-right: 0.5rem;
  font-weight: 600;
}

.condition {
  background: #fff;
  padding: 2rem 0;
}

@media screen and (min-width: 700px) {
  .condition {
    padding: 3rem 0;
  }
}

.condition h2 {
  margin-bottom: 0.5rem;
  font-size: 1.3em;
  font-weight: 600;
}

.condition h2::before {
  content: "";
  border-left: 0.5em solid #88abda;
  margin-right: 0.25rem;
}

.condition dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-top: 1px solid #a2d7dd;
  border-left: 1px solid #a2d7dd;
  border-right: 1px solid #a2d7dd;
  background: #fff;
  font-size: 0.95em;
}

.condition dl:last-child {
  border-bottom: 1px solid #a2d7dd;
}

.condition dl dt {
  width: 30%;
  padding: 1rem 0.5rem;
  text-align: center;
  background: #f7f7f7;
}

@media screen and (min-width: 700px) {
  .condition dl dt {
    padding: 1.5rem;
  }
}

@media screen and (min-width: 1200px) {
  .condition dl dt {
    padding: 2rem;
  }
}

.condition dl dd {
  width: 70%;
  padding: 1rem 0.75rem;
}

@media screen and (min-width: 700px) {
  .condition dl dd {
    padding: 1.5rem 2rem;
  }
}

@media screen and (min-width: 1200px) {
  .condition dl dd {
    padding: 2rem 3rem;
  }
}

.condition dl dd p {
  margin-bottom: 1rem;
}

.condition dl dd p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 900px) {
  .condition dl dd p {
    margin-bottom: 2rem;
  }
}

.condition dl dd p span.focus {
  font-weight: 500;
}

.condition dl dd p span.small {
  font-size: 0.9em;
  color: #333;
}

.condition dl dd ol.both {
  margin: 1rem auto;
}

@media screen and (min-width: 700px) {
  .condition dl dd ol.both {
    margin: 2rem auto;
  }
}

.condition dl dd ol.both li {
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
  list-style-type: upper-alpha;
  font-weight: 600;
  color: #ff0000;
}

@media screen and (min-width: 700px) {
  .condition dl dd ol.both li {
    margin-bottom: 1.75rem;
  }
}

.condition dl dd ol.both li > span {
  display: block;
  margin: 0.5rem auto;
  font-weight: 400;
  color: #333;
}

.condition dl dd .address {
  padding: 1rem;
  border-radius: 1px;
  border: 1px solid #88abda;
}

@media screen and (min-width: 700px) {
  .condition dl dd .address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.condition dl dd .address__label {
  font-size: 1.1em;
  margin-bottom: 0.5rem;
}

.condition dl dd .address__label::before {
  content: "";
  border-left: 0.5em solid #88abda;
  margin-right: 0.25rem;
}

.condition dl dd .address__mail {
  margin: 0.25rem auto;
}

.condition dl dd .address__mail::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  content: "\f0e0";
  margin-right: 0.25em;
}

.condition dl dd .address__fax {
  margin: 0.25rem auto;
}

.condition dl dd .address__fax::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  content: "\f1ac";
  margin-right: 0.25em;
}

.condition dl dd .address__label,
.condition dl dd .address__mail,
.condition dl dd .address__fax {
  display: inline-block;
  width: 100%;
}

.condition dl dd #officialPage {
  color: #4789df;
  display: inline;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  -webkit-text-decoration-color: #4789df;
  text-decoration-color: #4789df;
}

.whatIsIt {
  padding: 2rem 0;
  background: #f7f7f7;
}

@media screen and (min-width: 700px) {
  .whatIsIt {
    padding: 3rem 0;
  }
}

.whatIsIt__text {
  padding: 1rem;
  border: 1px solid #a2d7dd;
  background: #fff;
}

.whatIsIt__text h2 {
  margin-bottom: 0.5rem;
  font-size: 1.3em;
  font-weight: 600;
}

.whatIsIt__text h2::before {
  content: "";
  border-left: 0.5em solid #88abda;
  margin-right: 0.25rem;
}

.whatIsIt__text p {
  margin-bottom: 0.5rem;
}

.whatIsIt__text p:nth-of-type(2) span {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  -webkit-text-decoration-color: #dab788;
  text-decoration-color: #dab788;
}

/*  デフォルトの謎CSS撃退 */
#footer {
  padding-top: 0;
  border-top: 0;
}
/*# sourceMappingURL=style.css.map */
