@charset "UTF-8";
/* 変数 */
/* リセット */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* 共通 */
.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.column-ttl {
  padding: 10px 4px 0;
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: normal;
  border-top: 3px solid #c1c1c1;
}
.column-ttl img {
  width: auto;
  height: 1.1em;
  vertical-align: middle;
}
.column-ttl img:first-child {
  height: 1.3em;
  margin-right: 5px;
  vertical-align: bottom;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.6;
  color: #000;
}
body a {
  text-decoration: none;
}
body .page-wrapper {
  width: 1100px;
  margin: 0 auto;
}
body #gotop {
  width: 90px;
  height: 120px;
  padding-top: 10px;
  text-align: center;
  font-size: 16px;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.7);
}
body #gotop .arrow {
  position: relative;
  width: 42px;
  height: 13px;
  margin: 0 auto;
}
body #gotop .arrow::before,
body #gotop .arrow::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 1.5px);
  width: 2px;
  height: 45px;
  border-radius: 9999px;
  background-color: #FFF;
  -webkit-transform-origin: 50% 1.5px;
          transform-origin: 50% 1.5px;
}
body #gotop .arrow::before {
  -webkit-transform: rotate(65deg);
          transform: rotate(65deg);
}
body #gotop .arrow::after {
  -webkit-transform: rotate(-65deg);
          transform: rotate(-65deg);
}
body #gotop img {
  width: 60%;
  height: auto;
}

.content-wrapper {
  width: 1100px;
  margin: 0 auto;
}

.hd-block {
  width: 1100px;
  margin: 0 auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hd-block .hd-logo {
  width: 440px;
  padding: 15px 0;
  text-align: center;
  background-color: #000;
}
.hd-block .hd-logo img {
  width: 90%;
  height: auto;
}
.hd-block .contact-box {
  width: 615px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hd-block .contact-box .tel {
  padding: 46px 0 0 42px;
  width: 320px;
  background: url(/img/icon_tel_bk.png) left center/auto 53px no-repeat;
}
.hd-block .contact-box .tel a {
  line-height: 1em;
  font-size: 40px;
  font-weight: 900;
  color: #000;
}
.hd-block .contact-box .tel p {
  line-height: 1em;
  font-size: 16px;
  margin-left: 5px;
}
.hd-block .contact-box .mail-btn {
  width: 280px;
  padding-top: 32px;
}
.hd-block .contact-box .mail-btn a {
  display: block;
  height: 90px;
  line-height: 90px;
  padding-left: 55px;
  margin-right: 10px;
  font-size: 18px;
  color: #FFF;
  background: #eb4b33 url(/img/icon_mail_wt.png) 30px center/1.2em auto no-repeat;
  -webkit-box-shadow: 10px 10px 0px 0px rgb(204, 204, 204);
          box-shadow: 10px 10px 0px 0px rgb(204, 204, 204);
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.hd-block .contact-box .mail-btn a:hover {
  margin: 10px 0 0 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.mv-block {
  width: 100%;
  margin-bottom: 40px;
}
.mv-block h1 img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.mv-block .catch01 {
  margin-bottom: 40px;
  font-size: 42px;
  text-align: center;
}
.mv-block .catch01 img {
  width: auto;
  height: 1.1em;
  vertical-align: middle;
}
.mv-block .catch01 img:first-child {
  height: 1.3em;
  margin-right: 5px;
  vertical-align: top;
}
.mv-block .catch02 {
  border: 10px solid #eaeaea;
}
.mv-block .catch02 p {
  font-size: 38px;
  text-align: center;
}
.mv-block .catch02 p img {
  width: auto;
  height: 1em;
  margin-left: 10px;
  vertical-align: middle;
}

.garage-info-outline-block .lead {
  width: 1030px;
  font-size: 26px;
  margin: 0 auto 30px;
}
.garage-info-outline-block table {
  width: 1030px;
  margin: 0 auto 30px;
  border-top: 3px solid #c1c1c1;
  border-collapse: collapse;
}
.garage-info-outline-block table thead {
  font-weight: normal;
  background-color: #eaeaea;
}
.garage-info-outline-block table tr th, .garage-info-outline-block table tr td {
  padding: 10px 20px;
  font-size: 24px;
  text-align: left;
}
.garage-info-outline-block table tr th:nth-child(3), .garage-info-outline-block table tr td:nth-child(3) {
  text-align: center;
}
.garage-info-outline-block table tr td a {
  color: #000;
  text-decoration: underline;
}
.garage-info-outline-block table tr td a:after {
  content: "▼";
}
.garage-info-outline-block .to-shirokuma {
  width: 900px;
  padding-top: 5px;
}
.garage-info-outline-block .to-shirokuma a {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px 0;
  margin: 0 100px 40px 100px;
  color: #FFF;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  background-color: #000;
  -webkit-box-shadow: 10px 10px 0px 0px rgb(204, 204, 204);
          box-shadow: 10px 10px 0px 0px rgb(204, 204, 204);
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.garage-info-outline-block .to-shirokuma a:after {
  position: absolute;
  top: 50%;
  right: 1em;
  padding-right: 20px;
  margin-top: -12px;
  font-size: 20px;
  font-weight: normal;
  content: "check";
  color: #999;
  background: url(/img/icon_arrow_gr.png) right center/auto 1em no-repeat;
}
.garage-info-outline-block .to-shirokuma a:hover {
  margin: 10px 90px 30px 110px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.garage-info-outline-block #map {
  width: 100%;
  height: 460px;
  margin-bottom: 40px;
  background-color: #EEE;
}

.garage-info-detail-block {
  margin-bottom: 40px;
}
.garage-info-detail-block .garage-box {
  width: 1030px;
  margin: 0 auto 30px;
}
.garage-info-detail-block .garage-box .garage-name {
  padding: 8px 30px 6px;
  margin-bottom: 25px;
  font-size: 24px;
  color: #FFF;
  border-top: 3px solid #c1c1c1;
  background-color: #000;
}
.garage-info-detail-block .garage-box .garage-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
.garage-info-detail-block .garage-box .garage-data .thumbnail {
  width: 328px;
  line-height: 0;
}
.garage-info-detail-block .garage-box .garage-data .thumbnail img {
  width: 100%;
  height: auto;
}
.garage-info-detail-block .garage-box .garage-data .thumbnail:hover {
  opacity: 0.6;
}
.garage-info-detail-block .garage-box .garage-data .text {
  width: 680px;
}
.garage-info-detail-block .garage-box .garage-data .text .data {
  border-collapse: separate;
  border-spacing: 15px;
}
.garage-info-detail-block .garage-box .garage-data .text .data th, .garage-info-detail-block .garage-box .garage-data .text .data td {
  padding: 5px;
}
.garage-info-detail-block .garage-box .garage-data .text .data th {
  width: 150px;
  text-align: center;
  font-size: 18px;
  color: #FFF;
  background-color: #000;
}
.garage-info-detail-block .garage-box .garage-data .text .data td {
  width: 485px;
  font-size: 22px;
}
.garage-info-detail-block .garage-box .garage-data .text .data td .feature-list {
  list-style: none;
  font-size: 18px;
}
.garage-info-detail-block .garage-box .garage-data .text .data td .feature-list li:before {
  content: "●";
  color: #dfdfdf;
}
.garage-info-detail-block .garage-box .garage-data .text .quotation-link {
  width: 665px;
  height: 100px;
  padding-top: 5px;
  margin-left: 15px;
}
.garage-info-detail-block .garage-box .garage-data .text .quotation-link a {
  position: relative;
  display: block;
  height: 90px;
  line-height: 90px;
  padding-left: 55px;
  margin-right: 10px;
  font-size: 24px;
  text-align: center;
  color: #FFF;
  background-color: #eb4b33;
  -webkit-box-shadow: 10px 10px 0px 0px rgb(204, 204, 204);
          box-shadow: 10px 10px 0px 0px rgb(204, 204, 204);
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.garage-info-detail-block .garage-box .garage-data .text .quotation-link a:after {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -5px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 11px solid #FFF;
  border-right: 0;
}
.garage-info-detail-block .garage-box .garage-data .text .quotation-link a:hover {
  margin: 10px 0 0 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.garage-info-detail-block .garage-box .image-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.garage-info-detail-block .garage-box .image-list .image {
  width: 328px;
  min-height: 460px;
  text-align: center;
}
.garage-info-detail-block .garage-box .image-list .image a {
  color: #000;
}
.garage-info-detail-block .garage-box .image-list .image a img {
  width: 100%;
  height: auto;
  margin-bottom: 0.5em;
}
.garage-info-detail-block .garage-box .image-list .image a:hover {
  opacity: 0.6;
}
.garage-info-detail-block .garage-box .image-list .image.noimage {
  color: #FFF;
  line-height: 430px;
  font-size: 20px;
  vertical-align: middle;
  background-color: #EEE;
}

.contact-block {
  margin-bottom: 40px;
}
.contact-block .lead {
  width: 1030px;
  margin: 0 auto 30px;
  font-size: 24px;
}
.contact-block .contact-box {
  width: 1030px;
  padding-bottom: 15px;
  margin: 0 auto;
  background-color: #000;
}
.contact-block .contact-box .contact-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 0;
  font-size: 24px;
  color: #FFF;
}
.contact-block .contact-box .contact-ttl img:nth-child(1) {
  width: auto;
  height: 110px;
  margin-right: 10px;
}
.contact-block .contact-box .contact-ttl img:nth-child(2) {
  width: auto;
  height: 48px;
  margin: 30px 15px 0 0;
}
.contact-block .contact-box .contact-ttl .text {
  width: 350px;
  margin-top: 15px;
}
.contact-block .contact-box .tel-mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px;
  margin: 0 auto;
  width: 1000px;
  background-color: #FFF;
}
.contact-block .contact-box .tel-mail .tel {
  padding: 10px 0 0 45px;
  width: 500px;
  background: url(/img/icon_tel_bk.png) left center/auto 64px no-repeat;
}
.contact-block .contact-box .tel-mail .tel a {
  line-height: 1em;
  font-size: 60px;
  font-weight: 900;
  color: #000;
  pointer-events: none;
}
.contact-block .contact-box .tel-mail .tel p {
  line-height: 1em;
  font-size: 20px;
  margin-left: 5px;
}
.contact-block .contact-box .tel-mail .mail-btn {
  width: 400px;
  height: 80px;
  padding-top: 5px;
}
.contact-block .contact-box .tel-mail .mail-btn a {
  display: block;
  height: 80px;
  line-height: 80px;
  padding-left: 70px;
  margin-right: 10px;
  font-size: 24px;
  color: #FFF;
  background: #eb4b33 url(/img/icon_mail_wt.png) 30px center/1.2em auto no-repeat;
  -webkit-box-shadow: 10px 10px 0px 0px rgb(204, 204, 204);
          box-shadow: 10px 10px 0px 0px rgb(204, 204, 204);
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.contact-block .contact-box .tel-mail .mail-btn a:hover {
  margin: 10px 0 0 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.flow-block {
  margin-bottom: 40px;
}
.flow-block .catch {
  padding-top: 20px;
  position: relative;
  margin-bottom: 50px;
  font-size: 38px;
  text-align: center;
}
.flow-block .catch .emph {
  color: #eb4b33;
}
.flow-block .catch:after {
  position: absolute;
  top: 70px;
  left: 50%;
  width: 320px;
  margin-left: -160px;
  content: "";
  height: 5px;
  background-color: #e9e9e9;
}
.flow-block .lead {
  width: 1030px;
  margin: 0 auto 30px;
  font-size: 24px;
  text-align: center;
}
.flow-block .lead p {
  margin-bottom: 1em;
}
.flow-block .lead p img {
  margin-right: 1em;
  vertical-align: middle;
}
.flow-block .flow-list {
  width: 1030px;
}
.flow-block .flow-list dt {
  margin-bottom: 15px;
  font-size: 34px;
}
.flow-block .flow-list dt .step {
  position: relative;
  display: inline-block;
  padding: 2px 10px;
  margin-right: 20px;
  font-size: 24px;
  color: #FFF;
  background-color: #000;
}
.flow-block .flow-list dt .step:after {
  position: absolute;
  top: 50%;
  right: -10px;
  margin-top: -10px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #000;
  border-right: 0;
}
.flow-block .flow-list dt p {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
}
.flow-block .flow-list dd {
  width: 920px;
  margin: 0 0 20px 30px;
  padding-left: 30px;
  border-left: 4px solid #c1c1c1;
}

.worries-block {
  margin-bottom: 60px;
}
.worries-block .worries-list {
  width: 1030px;
  padding-top: 20px;
  margin: 0 auto 50px;
}
.worries-block .worries-list dt {
  position: relative;
  display: table;
  max-width: calc(100% - 1.5em);
  padding: 0.5em 1em;
  margin: 0 0 1em 1.5em;
  font-weight: bold;
  font-size: 22px;
  background-color: #FFF;
  border: 3px solid #000;
}
.worries-block .worries-list dt:before, .worries-block .worries-list dt:after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -1.5em;
  border-top: 16px solid transparent;
  border-right: 1.5em solid #000;
  border-bottom: 16px solid transparent;
}
.worries-block .worries-list dt:after {
  left: calc(6px - 1.5em);
  border-right: solid 1.5em #FFF;
}
.worries-block .worries-list dd {
  position: relative;
  display: table;
  max-width: calc(100% - 2em);
  padding: 1em;
  margin: 0 0 1em 1.5em;
  font-size: 18px;
  background-color: #f6f6f6;
}
.worries-block .worries-list dd:after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -1.4em;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 1.5em solid #f6f6f6;
}

.payment-block {
  margin-bottom: 40px;
}
.payment-block .payment-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1030px;
  padding: 20px;
  margin: 0 auto 40px;
  background-color: #000;
}
.payment-block .payment-list .credit, .payment-block .payment-list .bank {
  width: 26%;
  line-height: 3em;
  text-align: center;
  font-size: 22px;
  background-color: #FFF;
}
.payment-block .payment-list .bank img {
  width: 30%;
  height: auto;
}
.payment-block .payment-list .catch {
  width: 36%;
  padding-top: 10px;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #FFF;
}
.payment-block .payment-list .catch .emph {
  color: #eb4b33;
}
.payment-block .explain {
  width: 1030px;
  margin: 0 auto 40px;
  font-size: 24px;
}

.faq-block {
  margin-bottom: 40px;
}
.faq-block .q-type {
  width: 1030px;
  padding: 3px 10px;
  margin: 0 auto 20px;
  font-size: 24px;
  color: #FFF;
  background-color: #000;
}
.faq-block .faq-list {
  width: 980px;
  margin: 0 auto 40px;
  list-style: none;
}
.faq-block .faq-list li {
  padding: 20px 30px 10px 20px;
  margin-bottom: 20px;
  border: 3px solid #000;
}
.faq-block .faq-list li .q-box {
  position: relative;
  padding-left: 45px;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
}
.faq-block .faq-list li .q-box:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.6em;
  text-align: center;
  content: "Q";
  color: #FFF;
  background-color: #000;
}
.faq-block .faq-list li .q-box p {
  margin-bottom: 1em;
}
.faq-block .faq-list li .a-box {
  position: relative;
  padding-left: 45px;
  font-size: 18px;
}
.faq-block .faq-list li .a-box:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.6em;
  text-align: center;
  content: "A";
  font-size: 22px;
  font-weight: bold;
  color: #FFF;
  background-color: #adadad;
}
.faq-block .faq-list li .a-box p {
  margin-bottom: 1em;
}
.faq-block .faq-list li .emph {
  font-weight: bold;
}

.privacypolicy-block {
  margin-bottom: 40px;
}
.privacypolicy-block .lead {
  width: 1030px;
  margin: 0 auto 30px;
}
.privacypolicy-block .policy-list {
  width: 1030px;
  margin: 0 auto 30px;
}
.privacypolicy-block .policy-list dt {
  font-weight: bold;
  margin-bottom: 0.5em;
}
.privacypolicy-block .policy-list dd {
  margin: 0 0 1em 2em;
}
.privacypolicy-block .policy-list dd p {
  margin-bottom: 1em;
}
.privacypolicy-block .policy-list dd ul, .privacypolicy-block .policy-list dd ol {
  list-style-position: inside;
}
.privacypolicy-block .policy-list dd .num-list {
  list-style-type: decimal;
  margin-left: 2em;
}
.privacypolicy-block .policy-list dd .num-list li + li {
  margin-top: 0;
}
.privacypolicy-block .policy-list dd .nest-list {
  text-indent: -1.5em;
  margin-left: 1.5em;
}
.privacypolicy-block .policy-list dd .nest-list li p {
  display: inline;
  margin-bottom: 1em;
}
.privacypolicy-block .policy-list dd .nest-list li .nest-list-inner {
  list-style: none;
  text-indent: -2.5em;
  margin-left: 2.5em;
}
.privacypolicy-block .policy-list dd .nest-list li + li {
  margin-top: 1em;
}
.privacypolicy-block .policy-list dd .symbol-list {
  list-style-type: disc;
  margin: 0 0 1em 2em;
  text-indent: 0em;
}
.privacypolicy-block .policy-list dd .symbol-list li + li {
  margin-top: 0;
}
.privacypolicy-block .policy-list dd .gmail:after {
  content: "@gmail.com";
}

.company-block {
  margin-bottom: 40px;
}
.company-block .company-data {
  width: 80%;
  margin: 0 auto 30px;
}
.company-block .company-data th, .company-block .company-data td {
  padding: 10px 15px;
  font-size: 20px;
  border-bottom: 4px solid #FFF;
}
.company-block .company-data th {
  text-align: left;
  background-color: #EEE;
}

.ft-block {
  padding-top: 30px;
  background-color: #000;
}
.ft-block .ft-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1000px;
  margin: 0 auto 30px;
}
.ft-block .ft-wrap .logo {
  width: 165px;
}
.ft-block .ft-wrap .logo img {
  width: 100%;
  height: auto;
}
.ft-block .ft-wrap .shopname {
  padding-top: 75px;
  width: 345px;
  color: #FFF;
}
.ft-block .ft-wrap .shopname img {
  width: 325px;
  height: auto;
  margin-bottom: 10px;
}
.ft-block .ft-wrap .shopname .opentime {
  padding-left: 5px;
  font-size: 20px;
}
.ft-block .ft-wrap .contact {
  width: 420px;
}
.ft-block .ft-wrap .contact .mail-btn {
  width: 400px;
  height: 140px;
  padding-top: 32px;
}
.ft-block .ft-wrap .contact .mail-btn a {
  display: block;
  width: 360px;
  height: 90px;
  line-height: 90px;
  margin: 0 10px 0 20px;
  font-size: 20px;
  text-align: center;
  color: #FFF;
  background: #eb4b33 url(/img/icon_mail_wt.png) 30px center/1.2em auto no-repeat;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.ft-block .ft-wrap .contact .mail-btn a:hover {
  margin: 10px 0 0 30px;
}
.ft-block .ft-wrap .contact .phone-number {
  padding-left: 86px;
  font-size: 40px;
  font-weight: bold;
  color: #FFF;
  background: url(/img/icon_tel_wt.png) 56px center/auto 1em no-repeat;
}
.ft-block small {
  display: block;
  text-align: center;
  padding: 5px 0;
  color: #FFF;
}

/* メディアクエリ: PC向け */
@media (min-width: 769px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  #nav-drawer {
    display: none;
  }
  .hd-block .contact-box .tel a.phone-number {
    pointer-events: none;
  }
  .ft-block .ft-menu {
    margin-bottom: 30px;
  }
  .ft-block .ft-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    list-style: none;
  }
  .ft-block .ft-menu ul li {
    padding: 0 0.5em;
  }
  .ft-block .ft-menu ul li a {
    display: inline-block;
    padding: 5px;
    font-size: 20px;
    color: #e0e0e0;
  }
  .ft-block .ft-menu ul li:after {
    display: inline-block;
    content: "";
    width: 1px;
    height: 1.4em;
    margin-left: 1em;
    background-color: #e0e0e0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .ft-block .ft-menu ul li:last-child:after {
    display: none;
  }
  .ft-block small {
    font-size: 15px;
  }
}
/* メディアクエリ: スマートフォン向け */
@media (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .column-ttl {
    width: 93%;
    margin: 0 auto 30px;
    font-size: 24px;
    border-top: 3px solid #c1c1c1;
  }
  body #gotop {
    width: 70px;
    height: 90px;
    padding-top: 5px;
    font-size: 12px;
  }
  body #gotop .arrow {
    width: 22px;
    height: 13px;
  }
  body #gotop .arrow::before,
  body #gotop .arrow::after {
    height: 29px;
  }
  .content-wrapper {
    width: 100%;
    overflow: hidden;
  }
  .hd-block {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    /*チェックボックス等は非表示に*/
    /*アイコンのスペース*/
    /*ハンバーガーの形をCSSで表現*/
    /*閉じる用の薄黒箇所*/
    /*メニューの中身*/
    /*チェックがついたら表示させる*/
    /*ロゴやサイトタイトルをセンタリング*/
  }
  .hd-block .hd-logo {
    width: 35%;
    height: 80px;
    padding-top: 20px;
  }
  .hd-block .contact-box {
    width: 48%;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .hd-block .contact-box .tel {
    width: 38%;
    padding: 10px 0 0;
    background: none;
  }
  .hd-block .contact-box .tel .phone-number {
    display: block;
    height: 60px;
    line-height: 60px;
    background: #FFF url(/img/icon_tel_bk.png) center center/auto 50px no-repeat;
    border: 1px solid #CCC;
    -webkit-box-shadow: 10px 10px 0px 0px rgb(204, 204, 204);
            box-shadow: 10px 10px 0px 0px rgb(204, 204, 204);
  }
  .hd-block .contact-box .tel .phone-number span {
    display: none;
  }
  .hd-block .contact-box .tel p {
    display: none;
  }
  .hd-block .contact-box .mail-btn {
    width: 38%;
    padding: 10px 0 0;
  }
  .hd-block .contact-box .mail-btn a {
    height: 60px;
    line-height: 60px;
    background-position: center center;
    background-size: 70% auto;
  }
  .hd-block .contact-box .mail-btn a span {
    display: none;
  }
  .hd-block .hd-menu {
    cursor: pointer;
    width: 30%;
    height: 44px;
    position: relative;
    display: inline-block;
  }
  .hd-block .hd-menu div {
    background-color: #000;
    display: block;
    position: absolute;
    height: 6px;
    width: 100%;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .hd-block .hd-menu div:nth-child(1) {
    top: 0;
  }
  .hd-block .hd-menu div:nth-child(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .hd-block .hd-menu div:nth-child(3) {
    bottom: 0;
  }
  .hd-block #nav-drawer {
    position: relative;
    width: 70%;
    padding-top: 30px;
  }
  .hd-block .nav-unshown {
    display: none;
  }
  .hd-block #nav-open {
    display: inline-block;
    width: 100%;
    height: 60px;
    vertical-align: middle;
  }
  .hd-block #nav-open span, .hd-block #nav-open span:before, .hd-block #nav-open span:after {
    position: absolute;
    height: 4px; /*線の太さ*/
    width: 100%; /*長さ*/
    background: #000;
    display: block;
    content: "";
    cursor: pointer;
  }
  .hd-block #nav-open span:before {
    bottom: -16px;
  }
  .hd-block #nav-open span:after {
    bottom: -32px;
  }
  .hd-block #nav-close {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .hd-block #nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 90%;
    max-width: 330px; /*最大幅（お好みで調整を）*/
    height: 100%;
    background: #fff;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
  }
  .hd-block #nav-content ul {
    padding-top: 2em;
  }
  .hd-block #nav-content ul li {
    margin-bottom: 5px;
  }
  .hd-block #nav-content ul li a {
    display: block;
    padding: 5px 20px;
    font-size: 18px;
    color: #000;
  }
  .hd-block #nav-input:checked ~ #nav-close {
    display: block;
    opacity: 0.5;
  }
  .hd-block #nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
            box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
  }
  .hd-block .header-logo-menu {
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -moz-flex;
    display: -o-flex;
    display: -ms-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -moz-flex-direction: row;
    -o-flex-direction: row;
    -ms-flex-direction: row;
  }
  .hd-block .logo-area {
    text-align: center;
    margin: auto;
  }
  .hd-block .hd-menu.is-active div:nth-child(1) {
    -webkit-transform: translateY(19px) rotate(45deg);
    transform: translateY(19px) rotate(45deg);
  }
  .hd-block .hd-menu.is-active div:nth-child(2) {
    opacity: 0;
  }
  .hd-block .hd-menu.is-active div:nth-child(3) {
    -webkit-transform: translateY(-19px) rotate(-45deg);
    transform: translateY(-19px) rotate(-45deg);
  }
  .hd-block #hd-nav {
    position: absolute;
    top: 153px;
    right: -100%; /* メニューを初期状態で画面外に配置 */
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    color: #FFF;
    -webkit-transition: right 0.7s;
    transition: right 0.7s; /* スムーズなスライドイン/アウト効果 */
    z-index: 1000; /* メニューを他の要素の上に表示 */
  }
  .hd-block #hd-nav ul {
    width: 100%;
  }
  .hd-block #hd-nav ul li {
    font-size: 22px;
  }
  .hd-block #hd-nav ul li a {
    display: block;
    padding: 10px 15px;
    color: #FFF;
  }
  .mv-block {
    padding-top: 100px;
  }
  .mv-block h1 img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
  .mv-block .catch01 {
    width: 93%;
    margin: 0 auto 40px;
    font-size: 24px;
    text-align: center;
  }
  .mv-block .catch01 img {
    width: auto;
    height: 1.1em;
    vertical-align: middle;
  }
  .mv-block .catch01 img:first-child {
    height: 1.3em;
    margin-right: 5px;
    vertical-align: top;
  }
  .mv-block .catch02 {
    width: 93%;
    padding: 5px 0;
    margin: 0 auto 40px;
    border: 10px solid #eaeaea;
  }
  .mv-block .catch02 p {
    font-size: 20px;
    text-align: center;
  }
  .mv-block .catch02 p img {
    width: auto;
    height: 1em;
    margin-left: 10px;
    vertical-align: middle;
  }
  .garage-info-outline-block {
    width: 100%;
  }
  .garage-info-outline-block .lead {
    width: 93%;
    font-size: 18px;
  }
  .garage-info-outline-block table {
    width: 93%;
  }
  .garage-info-outline-block table thead {
    font-weight: normal;
    background-color: #eaeaea;
  }
  .garage-info-outline-block table tr th, .garage-info-outline-block table tr td {
    padding: 10px 5px;
    font-size: 16px;
  }
  .garage-info-outline-block .to-shirokuma {
    width: 93%;
    padding-top: 5px;
    margin: 0 auto 30px;
  }
  .garage-info-outline-block .to-shirokuma a {
    position: relative;
    display: block;
    width: 100%;
    padding: 15px 0;
    margin: 0;
    font-size: 18px;
  }
  .garage-info-outline-block .to-shirokuma a:after {
    right: 1em;
    padding-right: 1em;
    margin-top: -10px;
    font-size: 14px;
  }
  .garage-info-outline-block #map {
    width: 100%;
    height: 460px;
    margin-bottom: 40px;
    background-color: #EEE;
  }
  .garage-info-detail-block .garage-box {
    width: 93%;
    margin: 0 auto 30px;
  }
  .garage-info-detail-block .garage-box .garage-name {
    padding: 8px 30px 6px;
    margin-bottom: 20px;
    font-size: 20px;
  }
  .garage-info-detail-block .garage-box .garage-data {
    display: block;
  }
  .garage-info-detail-block .garage-box .garage-data .thumbnail {
    width: 86%;
    margin: 0 auto 20px;
  }
  .garage-info-detail-block .garage-box .garage-data .text {
    width: 93%;
    margin: 0 auto 20px;
  }
  .garage-info-detail-block .garage-box .garage-data .text .data {
    border-collapse: separate;
    border-spacing: 15px;
  }
  .garage-info-detail-block .garage-box .garage-data .text .data th, .garage-info-detail-block .garage-box .garage-data .text .data td {
    padding: 5px;
  }
  .garage-info-detail-block .garage-box .garage-data .text .data th {
    width: 30%;
    text-align: center;
    font-size: 18px;
    color: #FFF;
    background-color: #000;
  }
  .garage-info-detail-block .garage-box .garage-data .text .data td {
    width: 70%;
    font-size: 18px;
  }
  .garage-info-detail-block .garage-box .garage-data .text .data td .feature-list {
    list-style: none;
    font-size: 18px;
  }
  .garage-info-detail-block .garage-box .garage-data .text .quotation-link {
    width: 93%;
    height: 70px;
  }
  .garage-info-detail-block .garage-box .garage-data .text .quotation-link a {
    height: 60px;
    line-height: 60px;
    padding: 0;
    font-size: 20px;
  }
  .garage-info-detail-block .garage-box .garage-data .text .quotation-link a:after {
    margin-top: -10px;
  }
  .garage-info-detail-block .garage-box .image-list {
    width: 86%;
    margin: 0 auto;
  }
  .garage-info-detail-block .garage-box .image-list .image {
    width: 32%;
    min-height: auto;
    font-size: 15px;
  }
  .garage-info-detail-block .garage-box .image-list .image.noimage {
    line-height: 160px;
    font-size: 18px;
  }
  .contact-block .lead {
    width: 93%;
    font-size: 18px;
  }
  .contact-block .contact-box {
    width: 93%;
    padding: 0 15px 15px;
  }
  .contact-block .contact-box .contact-ttl {
    display: block;
    padding: 10px 0;
    font-size: 18px;
    text-align: center;
  }
  .contact-block .contact-box .contact-ttl img:nth-child(1) {
    width: auto;
    height: 1.6em;
    margin-right: 6px;
  }
  .contact-block .contact-box .contact-ttl img:nth-child(2) {
    width: auto;
    height: 1.2em;
    margin: 10px 10px 0 0;
  }
  .contact-block .contact-box .contact-ttl .text {
    width: 80%;
    margin: 0 auto;
  }
  .contact-block .contact-box .tel-mail {
    display: block;
    width: 100%;
    padding: 15px 12px;
  }
  .contact-block .contact-box .tel-mail .tel {
    padding: 5px 0 0 40px;
    width: 90%;
    margin: 0 auto 20px;
    background-size: auto 3em;
  }
  .contact-block .contact-box .tel-mail .tel a {
    line-height: 1.4em;
    font-size: 26px;
  }
  .contact-block .contact-box .tel-mail .tel p {
    font-size: 13px;
  }
  .contact-block .contact-box .tel-mail .mail-btn {
    width: 88%;
    height: 60px;
    padding-top: 5px;
    margin: 0 auto;
  }
  .contact-block .contact-box .tel-mail .mail-btn a {
    height: 50px;
    line-height: 50px;
    padding-left: 60px;
    margin-right: 10px;
    font-size: 16px;
  }
  .flow-block .catch {
    padding-top: 10px;
    margin-bottom: 40px;
    font-size: 30px;
    text-align: center;
  }
  .flow-block .catch:after {
    position: absolute;
    top: 3.8em;
    left: 50%;
    width: 60%;
    margin-left: -30%;
  }
  .flow-block .lead {
    width: 93%;
    font-size: 20px;
  }
  .flow-block .lead p:nth-child(2) {
    width: 90%;
    padding: 10px;
    margin: 0 auto;
    border-top: 3px solid #DDD;
    border-bottom: 3px solid #DDD;
  }
  .flow-block .flow-list {
    width: 90%;
    margin: 0 auto 30px;
  }
  .flow-block .flow-list dt {
    margin-bottom: 10px;
    font-size: 34px;
  }
  .flow-block .flow-list dt .step {
    font-size: 18px;
  }
  .flow-block .flow-list dt p {
    font-size: 20px;
  }
  .flow-block .flow-list dd {
    width: 90%;
    margin: 0 0 15px 10%;
  }
  .worries-block {
    margin-bottom: 40px;
  }
  .worries-block .worries-list {
    width: 90%;
    margin: 0 auto 30px;
  }
  .worries-block .worries-list dt {
    font-size: 20px;
  }
  .worries-block .worries-list dd {
    margin: 0 0 35px 30px;
    font-size: 16px;
  }
  .payment-block {
    margin-bottom: 40px;
  }
  .payment-block .payment-list {
    display: block;
    width: 93%;
    margin: 0 auto 30px;
  }
  .payment-block .payment-list .credit, .payment-block .payment-list .bank {
    width: 100%;
    line-height: 1.6em;
    font-size: 20px;
  }
  .payment-block .payment-list .bank img {
    width: 40%;
    height: auto;
  }
  .payment-block .payment-list .catch {
    width: 100%;
    padding: 10px;
    font-size: 22px;
  }
  .payment-block .explain {
    width: 93%;
    margin: 0 auto 30px;
    font-size: 18px;
  }
  .faq-block {
    margin-bottom: 30px;
  }
  .faq-block .q-type {
    width: 93%;
    font-size: 20px;
  }
  .faq-block .faq-list {
    width: 93%;
    margin: 0 auto 30px;
  }
  .faq-block .faq-list li {
    padding: 20px 20px 10px 20px;
    margin-bottom: 20px;
  }
  .faq-block .faq-list li .q-box {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .faq-block .faq-list li .a-box {
    position: relative;
    padding-left: 45px;
    font-size: 18px;
  }
  .faq-block .faq-list li .a-box:before {
    font-size: 22px;
  }
  .privacypolicy-block {
    padding-top: 100px;
  }
  .privacypolicy-block .lead {
    width: 93%;
  }
  .privacypolicy-block .policy-list {
    width: 93%;
  }
  .company-block {
    padding-top: 100px;
  }
  .company-block .company-data {
    display: block;
  }
  .company-block .company-data th, .company-block .company-data td {
    display: block;
    width: 100%;
    font-size: 18px;
  }
  .company-block .company-data td {
    padding: 10px 20px 20px;
  }
  .ft-block {
    padding-top: 5px;
  }
  .ft-block .ft-wrap {
    display: block;
    width: 93%;
    margin: 0 auto 20px;
  }
  .ft-block .ft-wrap .logo {
    display: inline-block;
    width: 20%;
    margin-left: 10%;
  }
  .ft-block .ft-wrap .logo img {
    width: 100%;
    height: auto;
  }
  .ft-block .ft-wrap .shopname {
    display: inline-block;
    padding-top: 25px;
    width: 60%;
  }
  .ft-block .ft-wrap .shopname img {
    width: 100%;
    margin-bottom: 10px;
  }
  .ft-block .ft-wrap .shopname .opentime {
    padding-left: 5px;
    font-size: 16px;
  }
  .ft-block .ft-wrap .contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 86%;
    padding-top: 20px;
    margin: 0 auto;
  }
  .ft-block .ft-wrap .contact .mail-btn {
    width: 45%;
    height: 60px;
    padding-top: 0;
    margin: 0 auto;
  }
  .ft-block .ft-wrap .contact .mail-btn a {
    display: block;
    width: 100%;
    height: 70px;
    line-height: 70px;
    margin: 0;
    background-position: center center;
    background-size: 36% auto;
  }
  .ft-block .ft-wrap .contact .mail-btn a span {
    display: none;
  }
  .ft-block .ft-wrap .contact .phone-number {
    width: 45%;
    height: 70px;
    line-height: 70px;
    padding-left: 0;
    border: 1px solid #EEE;
    background-position: center center;
    background-size: auto 64%;
  }
  .ft-block .ft-wrap .contact .phone-number span {
    display: none;
  }
  .ft-block .ft-menu {
    display: none;
  }
  .ft-block small {
    font-size: 13px;
  }
}