/* =================================
style
================================= */
.home-sec {
  padding: 30px 0; }
  .home-sec h2 {
    position: relative;
    margin-bottom: 50px;
    font-size: 2.8rem;
    font-weight: 700;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .home-sec h2 {
        font-size: 2rem; } }
    .home-sec h2:after {
      display: block;
      content: "";
      position: absolute;
      bottom: -10px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 60px;
      height: 2px;
      background: #a12522; }

.mod-contact-box {
  max-width: 560px;
  padding: 20px;
  background: #fcee21;
  text-align: center; }
  .mod-contact-box h3 {
    font-size: 1.8rem;
    font-weight: 700; }
    @media only screen and (max-width: 768px) {
      .mod-contact-box h3 {
        font-size: 1.6rem; } }
  .mod-contact-box .tel strong {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1; }
  .mod-contact-box .work {
    font-size: 1.4rem; }

.kv {
  padding: 0; }
  .kv h1 {
    display: none; }
    .kv h1 + p {
      display: none; }
  .kv img {
    width: 100%; }

.about .about-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 768px) {
    .about .about-box {
      display: block; } }
  .about .about-box figure {
    display: block;
    max-width: 300px; }
    @media only screen and (max-width: 768px) {
      .about .about-box figure {
        max-width: none; } }
    .about .about-box figure img {
      width: 100%; }
  .about .about-box .text {
    width: calc(100% - 350px);
    margin-left: auto; }
    @media only screen and (max-width: 768px) {
      .about .about-box .text {
        width: 100%;
        margin: 20px 0 0; } }
    .about .about-box .text > p + p {
      margin-top: 2em; }

.about .mod-contact-box {
  max-width: none;
  margin: 50px auto 0; }
  @media only screen and (max-width: 768px) {
    .about .mod-contact-box {
      margin-top: 20px; } }

.service .service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -40px; }
  @media only screen and (max-width: 768px) {
    .service .service-list {
      display: block;
      margin-top: -20px; } }
  .service .service-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% / 2 - 20px);
    margin-top: 40px;
    padding: 8px;
    background: #4d4d4d; }
    @media only screen and (max-width: 768px) {
      .service .service-list li {
        width: 100%;
        margin-top: 20px; } }
    .service .service-list li > span {
      display: block; }
    .service .service-list li .icon {
      width: 104px;
      background: #fff; }
      @media only screen and (max-width: 768px) {
        .service .service-list li .icon {
          width: 60px; } }
    .service .service-list li .text {
      width: calc(100% - 104px);
      color: #fcee21;
      font-size: 2.4rem;
      font-weight: 700;
      line-height: 1.5;
      text-align: center; }
      @media only screen and (max-width: 768px) {
        .service .service-list li .text {
          width: calc(100% - 60px);
          font-size: 1.8rem; } }

.area .area-map {
  position: relative;
  background: #b6d8f3; }
  .area .area-map img {
    width: 100%; }
  .area .area-map .cost-box {
    position: absolute;
    top: 50%;
    right: 40px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 30px;
    background: #fff;
    border: 8px solid #a12522; }
    @media only screen and (max-width: 768px) {
      .area .area-map .cost-box {
        position: static;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        padding: 20px;
        border-width: 4px; } }
    .area .area-map .cost-box dl {
      text-align: center; }
      .area .area-map .cost-box dl dt {
        font-size: 2rem;
        font-weight: 700; }
      .area .area-map .cost-box dl dd + dt {
        margin-top: 30px; }
      .area .area-map .cost-box dl dd strong {
        color: #a12522;
        font-size: 2.8rem;
        font-weight: 900;
        line-height: 1.5; }
      .area .area-map .cost-box dl dd .notes {
        display: block;
        font-size: 1.4rem; }

.cost h3 {
  margin: 40px 0;
  font-size: 2.4rem; }
  @media only screen and (max-width: 768px) {
    .cost h3 {
      margin: 20px 0;
      font-size: 2rem; } }

.cost h4 {
  margin-bottom: 10px;
  font-size: 1.8rem; }

.cost .cost-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 768px) {
    .cost .cost-box {
      display: block; } }
  .cost .cost-box dl {
    width: 510px;
    padding: 20px 50px;
    background: #a12522;
    color: #fff; }
    @media only screen and (max-width: 768px) {
      .cost .cost-box dl {
        width: 100%;
        padding: 20px; } }
    .cost .cost-box dl dt {
      font-size: 2.4rem;
      font-weight: 700; }
      @media only screen and (max-width: 768px) {
        .cost .cost-box dl dt {
          font-size: 2rem; } }
    .cost .cost-box dl dd {
      font-size: 1.8rem; }
      .cost .cost-box dl dd + dt {
        margin-top: 20px; }
      .cost .cost-box dl dd strong {
        margin-left: 10px;
        color: #fcee21;
        font-size: 3.2rem;
        font-weight: 900; }
      .cost .cost-box dl dd .notes {
        padding: 5px;
        border: 1px solid #fff;
        font-size: 1.6rem;
        text-align: center; }
        @media only screen and (max-width: 768px) {
          .cost .cost-box dl dd .notes {
            font-size: 1.2rem; } }
  .cost .cost-box .fig-wrap {
    position: relative;
    width: calc(100% - 510px); }
    @media only screen and (max-width: 768px) {
      .cost .cost-box .fig-wrap {
        width: 100%; } }
    .cost .cost-box .fig-wrap .illust {
      position: absolute;
      bottom: 30px;
      left: -100px; }
      @media only screen and (max-width: 768px) {
        .cost .cost-box .fig-wrap .illust {
          bottom: 10px;
          left: -10px;
          max-width: 180px; } }
    .cost .cost-box .fig-wrap img {
      width: 100%; }

.cost .standard {
  max-width: 500px;
  margin: 10px 0 20px; }
  .cost .standard li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    background: #f2f2f2;
    border: 1px solid #ccc;
    font-weight: 500; }
    .cost .standard li + li {
      margin-top: -1px; }
    .cost .standard li .th {
      width: 8em; }

.cost .standard-notes {
  margin: 20px 0; }

.cost .tire-size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px; }
  @media only screen and (max-width: 768px) {
    .cost .tire-size {
      display: block; } }
  .cost .tire-size dl {
    width: calc(100% - 380px); }
    @media only screen and (max-width: 768px) {
      .cost .tire-size dl {
        width: 100%; } }
    .cost .tire-size dl dt {
      font-size: 2rem;
      font-weight: 700; }
    .cost .tire-size dl dd {
      margin-top: 10px; }
  .cost .tire-size figure {
    max-width: 340px;
    margin-left: auto; }
    @media only screen and (max-width: 768px) {
      .cost .tire-size figure {
        max-width: none;
        margin-top: 20px; } }
    .cost .tire-size figure img {
      width: 100%; }

.contact-box .link-contact {
  max-width: 560px;
  margin: 50px auto; }
  .contact-box .link-contact a {
    display: block;
    padding: 10px;
    background: #a12522;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center; }

.contact-box .mod-contact-box {
  margin: 50px auto 0; }

.privacy {
  padding: 50px 0 0; }
  .privacy h1 {
    margin: 0 0 50px;
    text-align: center; }
  .privacy h2 {
    margin: 50px 0 5px;
    font-size: 1.8rem; }

/* contact */
.contact-form {
  padding: 50px 0 0; }
  .contact-form .l-inner {
    max-width: 700px; }
  .contact-form h1 {
    text-align: center; }
    .contact-form h1 + p {
      margin: 20px 0 70px;
      text-align: center; }
      @media only screen and (max-width: 768px) {
        .contact-form h1 + p {
          margin-bottom: 40px; } }
  .contact-form .global-error {
    color: #ff0000;
    text-align: center; }
  .contact-form .form-item > li + li {
    margin-top: 30px; }
    @media only screen and (max-width: 768px) {
      .contact-form .form-item > li + li {
        margin-top: 20px; } }
  .contact-form .form-item > li .label {
    font-size: 2rem;
    font-weight: 500; }
    @media only screen and (max-width: 768px) {
      .contact-form .form-item > li .label {
        font-size: 1.4rem; } }
    .contact-form .form-item > li .label .required {
      display: inline-block;
      margin-left: 10px;
      padding: 4px 6px;
      border: 1px solid #ff0000;
      color: #ff0000;
      font-size: 1.3rem;
      line-height: 1;
      vertical-align: 3px; }
  .contact-form .form-item > li .input {
    margin-top: 5px; }
    .contact-form .form-item > li .input .error {
      margin-top: 5px;
      color: #ff0000; }
  .contact-form .fields-notes {
    margin-bottom: 40px; }
  .contact-form .fields-submit {
    max-width: 300px;
    margin: 50px auto 0; }
  .contact-form .confirm-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 50px auto 0; }
    @media only screen and (max-width: 768px) {
      .contact-form .confirm-submit {
        display: block; } }
    .contact-form .confirm-submit > form {
      width: 100%;
      max-width: 251px; }
      @media only screen and (max-width: 768px) {
        .contact-form .confirm-submit > form {
          max-width: none; } }
      .contact-form .confirm-submit > form + form {
        margin-left: 20px; }
        @media only screen and (max-width: 768px) {
          .contact-form .confirm-submit > form + form {
            margin: 20px 0 0; } }
  .contact-form input, .contact-form textarea, .contact-form select {
    width: 100%;
    padding: 13.5px 10px;
    background: #f5f5f5;
    border: 1px solid #ebebeb;
    font-size: 1.8rem; }
    @media only screen and (max-width: 768px) {
      .contact-form input, .contact-form textarea, .contact-form select {
        padding: 16px 10px;
        font-size: 1.4rem; } }
  .contact-form input[type="submit"] {
    display: block;
    padding: 10px;
    background: #a12522;
    color: #fff;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    @media only screen and (max-width: 768px) {
      .contact-form input[type="submit"] {
        padding: 9px;
        border-radius: 25px;
        font-size: 1.6rem; } }
    .contact-form input[type="submit"]:hover {
      opacity: .5; }
    .contact-form input[type="submit"].back {
      background: #919191; }
  .contact-form textarea {
    min-height: 390px; }
    @media only screen and (max-width: 768px) {
      .contact-form textarea {
        min-height: 200px; } }
  .contact-form .contact-finish {
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .contact-form .contact-finish {
        font-size: 1.6rem; } }
  .contact-form .contact-error {
    text-align: center; }
