@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

main {
  overflow: hidden;
}

main,
header {
  font-family: "Noto Sans JP", sans-serif;
}

body {
  color: #252525;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  background: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

#body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

body.modal-open {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1;
  border-left: none;
}

ul,
ol {
  list-style: none inside;
}

a {
  transition-duration: 300ms;
}

a:hover {
  opacity: 0.8;
  transition-duration: 300ms;
}

a:link,
a:visited {
  text-decoration: none;
  color: #fff;
}

li::marker {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.is-sp {
  display: none;
}

@media (width < 1200px) {
  .is-tb {
    display: block;
  }
}
@media (width < 834px) {
  .is-sp {
    display: block;
  }
}
.inblo {
  display: inline-block;
}

.tel a {
  color: #483f42;
}

input[type=button],
button,
select {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #000;
}

.family-plan .red {
  color: #d43636;
}
.family-plan .blue {
  color: #3c559d;
}
.family-plan .s-mv {
  height: 550px;
  background: url(../images/familyplan/bg-mv01.webp) no-repeat center center;
  background-size: cover;
}
@media (width < 834px) {
  .family-plan .s-mv {
    height: 100vw;
    background: url(../images/familyplan/bg-mv01-sp.webp) no-repeat center center;
    background-size: cover;
  }
}
.family-plan .s-mv__in {
  max-width: 1060px;
  padding: 0 20px;
  position: relative;
  margin: 0 auto;
}
.family-plan .s-mv__title {
  max-width: 716px;
  margin-left: auto;
  padding-top: 108px;
  margin-bottom: 20px;
}
.family-plan .s-mv__text {
  max-width: 700px;
  margin-left: auto;
  margin-right: 8px;
}
.family-plan .s-mv__icon {
  max-width: 876px;
  margin-left: auto;
  margin-right: -30px;
  margin-top: 60px;
}
.family-plan .s-intro {
  background: url(../images/familyplan/bg-intro01.webp) no-repeat center center;
  background-size: cover;
  padding-bottom: 130px;
}
.family-plan .s-intro__in {
  max-width: 1160px;
  padding: 0 20px;
  margin: 0 auto;
}
.family-plan .s-intro__content {
  position: relative;
  margin-top: 50px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.6);
}
.family-plan .s-intro__title {
  font-size: 53px;
  font-weight: bold;
  color: #3d5d5c;
  -webkit-text-stroke: 7px #fff;
  paint-order: stroke;
  position: relative;
  top: -30px;
  right: -50px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media (width < 1200px) {
  .family-plan .s-intro__title {
    font-size: 40px;
    -webkit-text-stroke: 4px #fff;
  }
}
@media (width < 834px) {
  .family-plan .s-intro__in {
    padding-top: 30px;
  }
  .family-plan .s-intro__title {
    font-size: 28px;
  }
}
.family-plan .s-intro__title .midle {
  font-size: 32px;
}
@media (width < 1200px) {
  .family-plan .s-intro__title .midle {
    font-size: 24px;
  }
}
@media (width < 834px) {
  .family-plan .s-intro__title .midle {
    font-size: 18px;
  }
}
.family-plan .s-intro__title .icon {
  position: absolute;
  width: 145px;
  left: -160px;
}
@media (width < 834px) {
  .family-plan .s-intro__title .icon {
    width: 80px;
    left: -85px;
  }
}
.family-plan .s-intro__list {
  margin-top: 40px;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.family-plan .s-intro__item {
  max-width: 440px;
  width: 100%;
  padding: 0 20px;
  margin-bottom: 30px;
  border: 2px solid #3c559d;
  border-radius: 10px;
  font-size: 26px;
  color: #3c559d;
  background: #fff;
  font-weight: bold;
  padding: 25px 0 25px 30px;
  position: relative;
}
@media (width < 1200px) {
  .family-plan .s-intro__item {
    font-size: 18px;
    padding: 10px 0 10px 20px;
  }
}
@media (width < 834px) {
  .family-plan .s-intro__item {
    text-align: center;
    padding: 10px 0 10px 10px;
  }
}
.family-plan .s-intro__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -16px;
  transform: translateY(-50%);
  background: url(../images/familyplan/icon-check01.webp) no-repeat center center;
  background-size: contain;
  width: 33px;
  height: 100%;
}
@media (width < 1200px) {
  .family-plan .s-intro__item::before {
    width: 25px;
  }
}
@media (width < 1200px) {
  .family-plan .s-intro__item {
    width: 100%;
  }
}
@media (width < 834px) {
  .family-plan .s-intro__item {
    width: 100%;
  }
}
.family-plan .s-intro__img {
  position: absolute;
  width: 181px;
  right: -100px;
  bottom: 0;
}
@media (width < 1200px) {
  .family-plan .s-intro__img {
    display: none;
  }
}
.family-plan .s-intro__btn {
  text-align: center;
  position: relative;
  top: 30px;
}
.family-plan .s-intro__btn button {
  background: #d43636;
  display: flex;
  align-items: center;
  border-radius: 10px;
  margin-inline: auto;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  padding: 16px 20px;
}
@media (width < 1200px) {
  .family-plan .s-intro__btn button {
    font-size: 24px;
    padding: 12px 15px;
  }
}
@media (width < 834px) {
  .family-plan .s-intro__btn button {
    font-size: 18px;
    padding: 10px 10px;
  }
}
.family-plan .s-intro__btn button img {
  width: 55px;
}
@media (width < 1200px) {
  .family-plan .s-intro__btn button img {
    width: 40px;
  }
}
.family-plan .s-porpose__in {
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
}
.family-plan .s-porpose__title {
  font-size: 48px;
  font-weight: bold;
  color: #3d5d5c;
  -webkit-text-stroke: 7px #fff;
  paint-order: stroke;
  text-align: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: -60px;
  margin-bottom: 40px;
}
@media (width < 1200px) {
  .family-plan .s-porpose__title {
    font-size: 36px;
    -webkit-text-stroke: 4px #fff;
  }
}
@media (width < 834px) {
  .family-plan .s-porpose__title {
    font-size: 24px;
  }
}
.family-plan .s-porpose__title .midle {
  font-size: 32px;
}
@media (width < 1200px) {
  .family-plan .s-porpose__title .midle {
    font-size: 24px;
  }
}
@media (width < 834px) {
  .family-plan .s-porpose__title .midle {
    font-size: 18px;
  }
}
.family-plan .s-porpose__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
@media (width < 1200px) {
  .family-plan .s-porpose__list {
    justify-content: center;
    gap: 35px;
  }
}
.family-plan .s-porpose__item {
  max-width: 210px;
  width: 100%;
  font-size: 16px;
  text-align: center;
  background: #fff;
  font-weight: bold;
  position: relative;
}
@media (width < 1200px) {
  .family-plan .s-porpose__item {
    max-width: 150px;
    margin-bottom: 10px;
  }
}
.family-plan .s-porpose__item img {
  max-width: 167px;
  width: 100%;
}
.family-plan .s-porpose__item p {
  margin-top: -20px;
}
@media (width < 1200px) {
  .family-plan .s-porpose__item p {
    font-size: 15px;
  }
}
.family-plan .s-porpose__text {
  line-height: 2;
  margin-bottom: 40px;
}
.family-plan .s-porpose__mid__text {
  font-size: 24px;
  font-weight: bold;
  color: #3d5d5c;
  padding-left: 50px;
  position: relative;
}
@media (width < 1200px) {
  .family-plan .s-porpose__mid__text {
    font-size: 20px;
    padding-left: 0px;
    text-align: center;
  }
}
@media (width < 834px) {
  .family-plan .s-porpose__mid__text {
    font-size: 16px;
  }
}
.family-plan .s-porpose__mid__text::before {
  content: "";
  position: absolute;
  top: 15px;
  left: -15px;
  background: url(../images/familyplan/icon-propose07.webp) no-repeat center center;
  background-size: contain;
  width: 70px;
  height: 100%;
}
@media (width < 1200px) {
  .family-plan .s-porpose__mid__text::before {
    width: 50px;
    top: -40px;
    left: -20px;
  }
}
.family-plan .s-porpose__mid__text img {
  max-width: 550px;
  width: 100%;
}
.family-plan .s-porpose__mid__title {
  position: relative;
  z-index: 2;
  margin-top: 10px;
  font-size: 36px;
  font-weight: bold;
  color: #3c559d;
  margin-bottom: 20px;
  -webkit-text-stroke: 5px #fff;
  paint-order: stroke;
  background: rgba(232, 229, 15, 0.8);
  border-radius: 30px;
}
@media (width < 1200px) {
  .family-plan .s-porpose__mid__title {
    font-size: 28px;
  }
}
@media (width < 834px) {
  .family-plan .s-porpose__mid__title {
    font-size: 18px;
    text-align: center;
  }
}
.family-plan .s-porpose__mid__title .red {
  color: #d43636;
}
.family-plan .s-porpose__mid__tag {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
@media (width < 1200px) {
  .family-plan .s-porpose__mid__tag {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}
.family-plan .s-porpose__mid__tag li {
  background: #3c559d;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  padding-block: 5px;
  opacity: 0;
}
@media (width < 1200px) {
  .family-plan .s-porpose__mid__tag li {
    font-size: 18px;
  }
}
@media (width < 834px) {
  .family-plan .s-porpose__mid__tag li {
    font-size: 14px;
  }
}
.family-plan .s-porpose__mid__column {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (width < 1200px) {
  .family-plan .s-porpose__mid__column {
    justify-content: center;
  }
}
.family-plan .s-porpose__mid__column__item {
  max-width: 490px;
}
@media (width < 1200px) {
  .family-plan .s-porpose__mid__column__item {
    margin-bottom: 30px;
  }
}
.family-plan .s-porpose__mid__column__item p {
  width: 244px;
  margin: -43px auto 0;
}
.family-plan .bread {
  max-width: 1030px;
  margin: 0 auto 35px;
  padding-top: 100px;
}
.family-plan .bread__txt {
  font-size: 12px;
  text-align: left;
  font-weight: 500;
}
.family-plan .bread__txt a {
  color: #252525;
}
.family-plan .s-lineup__in {
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
}
.family-plan .s-lineup__head {
  max-width: 1012px;
  margin: 0 auto;
  text-align: center;
  padding-top: 60px;
}
.family-plan .s-lineup__title {
  font-size: 36px;
  font-weight: bold;
  color: #2a2a2a;
  margin-bottom: 20px;
}
.family-plan .s-lineup__title .green {
  color: #325c50;
}
.family-plan .s-lineup__title .red {
  color: #d43636;
}
.family-plan .s-lineup__title .sml {
  font-size: 30px;
}
.family-plan .s-lineup__maker ul {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 55px;
  gap: 15px 33px;
}
.family-plan .s-lineup__makerItem {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: #fff;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  text-align: center;
  transition: 0.2s cubic-bezier(0.33, 1, 0.68, 1);
}
.family-plan .s-lineup__makerItem:has(.is-active) .bg::after {
  content: "";
  position: absolute;
  bottom: -1px;
  border-radius: 0 0 5px 5px;
  left: 0;
  width: 0;
  height: 4px;
  background: #ff3939;
  animation: slidein 0.3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.family-plan .s-lineup__makerItem:has(a:hover) {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.55));
}
.family-plan .s-lineup__makerItem img {
  height: 49px;
  width: auto;
  margin-top: 10px;
  padding-bottom: 3px;
}
.family-plan .s-lineup__makerItem a {
  display: block;
  width: 100%;
  height: 100%;
}
.family-plan .s-lineup__makerItem a:hover {
  opacity: 1;
}
.family-plan .s-lineup__makerItem p {
  position: relative;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}
.family-plan .s-lineup__makerItem p .bg {
  position: absolute;
  width: 110px;
  height: 25px;
  border-radius: 5px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #2a2a2a;
}
.family-plan .s-lineup__makerItem p .txt {
  position: relative;
  z-index: 2;
}
.family-plan .s-lineup__makerItem:nth-child(1) {
  margin-right: 10px;
}
.family-plan .s-lineup__makerItem:nth-child(2) {
  margin-right: 10px;
}
.family-plan .s-lineup__maker ul {
  position: relative;
}
.family-plan .s-lineup__maker ul::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 102vw;
  height: 40px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: linear-gradient(to right, #d4af37 0%, #f6d365 25%, #c9982c 50%, #7d5309 75%, #7d5309 100%);
}
.family-plan .s-lineup__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 30px 18px;
}
.family-plan .s-lineup__item {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #d4d4d4;
  filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.25));
}
.family-plan .s-lineup__itemMaker {
  font-weight: bold;
  font-size: 14px;
  padding: 10px 10px 0 10px;
}
.family-plan .s-lineup__itemCar {
  font-weight: bold;
  font-size: 18px;
  padding-inline: 10px;
}
.family-plan .s-lineup__itemClass {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
  padding-inline: 10px;
}
.family-plan .s-lineup__itemNote {
  font-size: 13px;
  font-weight: bold;
  color: #3a66ae;
  letter-spacing: 0em;
  padding: 0 10px 5px 10px;
}
.family-plan .s-lineup__item figure {
  padding-inline: 10px;
  padding-top: 10px;
}
.family-plan .s-lineup__item figure img {
  aspect-ratio: 524/295;
  -o-object-fit: cover;
     object-fit: cover;
}
.family-plan .s-lineup__item ul li {
  padding: 10px;
}
.family-plan .s-lineup__item ul li > p {
  font-size: 14px;
  font-weight: bold;
  color: #d43636;
}
.family-plan .s-lineup__item ul li > p .is-red {
  display: inline-block;
  font-size: 26px;
}
.family-plan .s-lineup__item ul li .title {
  font-size: 14px;
  font-weight: bold;
  padding-right: 5px;
  color: #252525;
}
.family-plan .s-lineup__item ul .value {
  background: #fff;
}
.family-plan .s-lineup__btn {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 10px;
  background: #fff;
  border-radius: 0px 0px 5px 5px;
}
.family-plan .s-lineup__btn .slide-btn {
  border-radius: 5px;
  width: calc(50% - 5px);
  text-align: center;
}
.family-plan .s-lineup__btn .slide-btn a {
  display: block;
  font-size: 14px;
  padding-block: 7px;
  font-weight: bold;
}
.family-plan .s-lineup__btn .blue {
  background-color: #1d50a2;
}
.family-plan .s-lineup__btn .red {
  background-color: #c31219;
}
.family-plan .s-lineup__bg {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}
.family-plan .s-lineup__item {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 7;
  gap: 0;
  align-items: center;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  max-width: 244px;
}
.family-plan .s-lineup__item:has(.s-lineup__sale) .s-lineup__itemCar {
  padding-right: 65px;
}
@media (width < 834px) {
  .family-plan .s-lineup__item {
    margin-inline: auto;
  }
}
.family-plan .lineup__sale {
  position: absolute;
  width: 55px;
  right: 5px;
  top: 5px;
}
.family-plan .s-lineup__item.show {
  opacity: 1;
  transform: translateY(0);
}
.family-plan .s-resv {
  padding-inline: 20px;
  padding-top: 30px;
  padding-bottom: 60px;
  margin-top: 80px;
  background-color: #f4f4f4;
}
.family-plan .s-resv__inner {
  max-width: 1000px;
  margin-inline: auto;
}
.family-plan .s-resv__hd {
  margin-top: 40px;
  text-align: center;
  margin-bottom: 60px;
}
.family-plan .s-resv__hd h2 {
  font-size: clamp(20px, 4vw, 40px);
  line-height: 1.5;
}
.family-plan .s-resv__hd h2 .clr-b {
  color: #148394;
}
.family-plan .s-resv__hd h2 > span {
  position: relative;
}
.family-plan .s-resv__hd h2 > span > .icon {
  position: absolute;
  display: inline-block;
  width: 73px;
  bottom: 0;
  right: -75px;
}
@media (max-width: 600px) {
  .family-plan .s-resv__hd h2 > span > .icon {
    width: 30px;
    right: -40px;
    bottom: 0;
  }
}
.family-plan .s-resv__bd > p {
  font-size: 18px;
  max-width: 960px;
  margin-inline: auto;
  line-height: 1.7;
  letter-spacing: 0.01em;
  margin-bottom: 50px;
}
@media (max-width: 600px) {
  .family-plan .s-resv__bd > p {
    font-size: 15px;
  }
}
.family-plan .s-resv__column {
  display: flex;
  justify-content: space-between;
  max-width: 850px;
  margin-inline: auto;
  margin-bottom: 70px;
}
@media (max-width: 600px) {
  .family-plan .s-resv__column {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 30px;
  }
}
.family-plan .s-resv__column li {
  max-width: 182px;
}
.family-plan .s-resv__btm {
  padding-block: 0px 60px;
}
.family-plan .s-resv__btmBtn {
  display: flex;
  justify-content: space-around;
  gap: 10px;
}
@media (width < 834px) {
  .family-plan .s-resv__btmBtn {
    flex-direction: column;
  }
}
.family-plan .s-resv__btmBtn .btm-btn {
  max-width: 370px;
  width: 100%;
  border-radius: 5px;
}
@media (width < 834px) {
  .family-plan .s-resv__btmBtn .btm-btn {
    margin-inline: auto;
  }
}
.family-plan .s-resv__btmBtn .btm-btn a {
  position: relative;
  display: block;
  padding-block: 20px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding-inline: 20px;
}
.family-plan .s-resv__btmBtn .btm-btn a::after {
  position: absolute;
  content: "»";
  font-size: 20px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: right 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (width < 834px) {
  .family-plan .s-resv__btmBtn .btm-btn a::after {
    right: 10px;
  }
}
.family-plan .s-resv__btmBtn .btm-btn a:hover::after {
  right: 5px;
}
.family-plan .s-resv__btmBtn .red {
  background: #d74747;
  border: 2px solid #a63939;
  box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.family-plan .s-resv__btmBtn .blue {
  background: #1d50a2;
  border: 2px solid #0c387f;
  box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.5);
}/*# sourceMappingURL=index.css.map */