@charset "UTF-8";

/****************************************************************************************************************
* @common
*****************************************************************************************************************/

@font-face {
  font-family: 'M PLUS 1p';
  src: url('font/mplus-1p-bold.ttf');
  font-weight: 700;
  font-style: bold;
}

@font-face {
  font-family: 'M PLUS 1p';
  src: url('font/mplus-1p-regular.ttf');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'M PLUS 1p';
  src: url('font/mplus-1p-light.ttf');
  font-weight: 300;
}

@font-face {
  font-family: 'icomoon';
  src: url("font/icomoon.eot?59yf6a");
  src: url("font/icomoon.eot?59yf6a#iefix") format("embedded-opentype"), url("font/icomoon.ttf?59yf6a") format("truetype"), url("font/icomoon.woff?59yf6a") format("woff"), url("font/icomoon.svg?59yf6a#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

.ligature {
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*
 * イージング
 */
html, body, div, span, 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, samp,
small, strike, strong, sub, sup, tt, var,
b, i,
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 {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

html {
  min-width: 320px auto;
  /* font-family: "Noto Sans JP", sans-serif; */
  font-size: 10px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
  overflow-x: auto; }

/*
html * {
  font-family: "Noto Sans JP", sans-serif;
  color: #000000; }
*/
body {
  /* max-width: 1280px; */
  margin-left: auto;
  margin-right: auto;
  position: relative; }

main,
article,
aside,
details,
footer,
header,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

.hidden {
  visibility: hidden; }

.none {
  display: none; }

.no-js .hidden {
  visibility: visible; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

b,
strong {
  font-weight: bold; }

div, p, li, dt, dd, th, td, pre {
  line-break: strict;
  -ms-line-break: strict;
  -webkit-line-break: strict;
  word-break: break-strict;
  -ms-word-break: break-strict; }

small {
  font-size: 80%; }

ul,
ol {
  list-style: none; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  vertical-align: top;
  border: 0;
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

.clearfix {
  zoom: 1; }

body:before {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100vw - 100%);
  height: 0;
  content: '';
  display: block; }

.sp_only { display: none; }
  @media (max-width: 768px) {
    .pc_only { display: none; }
    .sp_only { display: inherit; } }


/****************************************************************************************************************
* @page
*****************************************************************************************************************/

#container {
  background: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  }

@media (max-width: 768px) {
  .pc_only {
    display: none; } }
@media (min-width: 769px) {
  .sp_only {
    display: none; } }

.content {
  padding: 5% 5%; }
@media (max-width: 768px) {
  .content {
    padding: 5% } }

.items {
  width: 100%;
  zoom: 1; }
  .items:after {
    content: "";
    display: block;
    clear: both;
    height: 100%; }

  .item {
    float: left;
    padding: 3%;
    width: 33.333%; }
    .item img {
      width: 100%;
      background-color: #FAFAFA; }
    .item p.text {
      margin: 10% 0;
      font-size: 0.9vw; }
    .item p.note {
      font-weight: 700;
      font-size: 1.25vw;
      margin-top: 3%; }
    .item p.description {
      margin-top: 8%;
      font-size: 0.9vw;
      text-align: left;  }
  .item-2 {
    width: 66.666%; }
  .benefit-header {
    margin-bottom: 46px;
    text-align: center; }
    .benefit-header>span {
      font-size: 1.8vw; }
  @media (max-width: 768px) {
    .benefit-header {
      margin-bottom: 30px; }
      .benefit-header>span {
        font-size: 4.8vw; }
      .benefit-header-title {
        font-size: 4.8vw; }
    .item, .item-2 {
      width: 50%; }
      .item p.text {
        margin: 12% 0;
        height: 15vw;
        font-size: 4.2vw; }
      .item p.note {
        font-size: 4.8vw; }
      .item p.description {
        margin-bottom: 10%;
        font-size: 3.7vw; }
      .item p.text span.note {
        font-size: 2vw; } }

h2 {
  font-size: 3.25vw; }
@media (max-width: 768px) {
  h2 {
    font-size: 4.8vw; } }

h3 {
  font-size: 2.2vw; }
@media (max-width: 768px) {
  h3 {
    font-size: 4vw; } }

h4 {
  font-size: 1.8vw; }
@media (max-width: 768px) {
  h4 {
    font-size: 3.5vw; } }

hr {
  width: 80%;
  margin: 3% auto;
  border: 1px solid #C7C7C7; }
@media (max-width: 768px) {
  hr {
    width: 40%;
    margin: 10% auto; } }
  
#top {
  padding: 0; }
#top img.firstview-img {
  width: 100%;
  height: auto; }
  .top-logo {
    width: 100%; }

#summary {
  display: flex;
  padding: 5% }
  .summary-phone {
    flex: 1; }
    .summary-phone img {
      width: 100%;
      height: auto; }
  .summary-text {
    margin-top: 6%;
    flex: 2.5;
    padding-left: 5%; }
    .summary-title {
      font-size: 1.1vw; }
    .summary-subtitle {
      margin: 4% auto;
      font-size: 2.0vw;
      color: #7466D0; }
    .summary-text li {
      font-size: 1.7vw; }
    .summary-footer {
      margin-top: 15px;
      font-size: 0.9vw; }
@media (max-width: 768px) {
  #summary {
    flex-wrap: wrap-reverse; }
    .summary-phone, .summary-text {
      flex: none;
      width: 100%;
      padding: 5%; }
      .summary-title {
        font-size: 3.7vw; }
      .summary-subtitle {
        margin: 6% auto;
        font-size: 4.8vw; }
      .summary-text li {
        font-size: 3.4vw; }
        .summary-footer {
          font-size: 3.2vw; } }

@media (min-width: 740px) and (max-width: 1024px) {
  #benefit .item {
    width: 50%; } }

#purchase-reservation {
  padding-top: 5%;
  padding-bottom: 10%;
  text-align: center; }
  .reservation-title {
    font-size: 1.8vw; }
  .reservation-button {
    text-align: center;
    padding: 10px;
    margin-top: 40px; }
  .reservation-button > a {
    padding: 20px 60px;
    font-size: 1.40625vw;
    background-color: #000000;
    box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
    border-radius: 50px;
    font-weight: 700;
    border: none; }
    .reservation-button > a {
      text-decoration: none;
      color: #fff; }
    .reservation-button > a:active {
      opacity: 0.6;
      transition: 0.5ms; }
  @media (max-width: 768px) {
    #purchase-reservation {
      padding-top: 15%;
      padding-bottom: 25%;
      text-align: center; }
      .reservation-title {
        font-size: 4.8vw; }
      .reservation-button {
        margin-top: 20px; }
      .reservation-button > a {
        margin-top: 15px;
        font-size: 4vw;
        padding: 15px 40px; } }

#mileage-conditions {
  text-align: center;
  padding: 5%; }
  .mileage-header {
    margin-bottom: 50px; }
  .mileage-header span {
    font-size: 1.8vw; }
  .mileage-footer table, th, td {
    vertical-align: middle;
    border: 1px solid;
    border-collapse: collapse; }
    .mileage-footer th, td {
      padding: 20px;
      text-align: left; }
    .mileage-footer td a {
      font-weight: 700;
      color: #7466D0; }
    .mileage-footer th {
      background-color: #EEEEEE;
      border-width: 2px;
      font-size: 1.1vw;
      width: 20%; }
    .mileage-footer td {
      padding: 10px 30px 10px 30px;
      border-color: #EEEEEE;
      border-right-color: #ffffff;
      border-width: 2px;
      font-size: 1.1vw;
      width: 80%; }
    .mileage-footer tr:nth-child(1) th {
      border-top-color: #EEEEEE !important;
      border-color: #FFFFFF; }
    .mileage-footer tr:nth-child(2) th {
      border-color: #FFFFFF; }
    .mileage-footer tr:nth-child(3) th {
      border-color: #FFFFFF; }
    .mileage-footer tr:nth-child(4) th {
      border-bottom-color: #EEEEEE !important;
      border-color: #FFFFFF; }
  @media (max-width: 768px) {
    #mileage-conditions {
      padding-top: 10%; }
    .mileage-header span {
      font-size: 4.8vw; }
    .mileage-footer th, td {
      padding: 10px; }
    .mileage-footer th {
      width: 40%;
      font-size: 3.25vw; }
    .mileage-footer td {
      padding: 10px 15px 10px 15px;
      width: 60%;
      font-size: 3.25vw; } }

#campaign {
  text-align:center; 
}
