@charset "UTF-8";
.site-head__inner, .site-main .pan, .site-main .staff .staff-cont .staff-cont__inner, .site-main .staff .staff-cont .staff-title, .site-main .staff .staff-cont.staff-cont--sales .staff-cont__item .staff-cont__item__inner, .site-main .map-area, .site-main .section-title.section-title--staff, .site-main--oguro .shop-concept, .site-main--oguro .greeting .inner, #findArea {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1030px) {
  .site-head__inner, .site-main .pan, .site-main .staff .staff-cont .staff-cont__inner, .site-main .staff .staff-cont .staff-title, .site-main .staff .staff-cont.staff-cont--sales .staff-cont__item .staff-cont__item__inner, .site-main .map-area, .site-main .section-title.section-title--staff, .site-main--oguro .shop-concept, .site-main--oguro .greeting .inner, #findArea {
    margin-right: 15px;
    margin-left: 15px;
  }
}

/*
@extend %site-width__inner
*/
.site-head {
  background: #004EA2;
  color: #fff;
}

.site-head__inner {
  display: table;
  padding: 20px 30px;
  width: 100%;
}

.site-head .page-title {
  display: table-cell;
  vertical-align: middle;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  width: 15%;
  border-right: 1px solid #fff;
}

.site-head .page-title-detail {
  margin-left: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
}

@media screen and (max-width: 1000px) {
  .site-head__inner {
    display: table;
    padding: 10px 15px;
  }
  .site-head .page-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .site-head .page-title-detail {
    margin-left: 15px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 640px) {
  .site-head__inner {
    display: block;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .site-head .page-title {
    font-size: 16px;
    font-size: 1.6rem;
    display: block;
    border-right: none;
    margin-bottom: .3em;
    width: auto;
  }
  .site-head .page-title-detail {
    margin-left: 0px;
  }
}

.site-main {
  /*------------------------
    　小黒店
    ------------------------*/
}

.site-main .btn {
  text-align: center;
}

.site-main .btn .btn__item {
  /* display: inline-block; */
  max-width: 770px;
  margin: 0 auto;
}

.site-main .btn.btn--car {
  margin-top: 1.5em;
}

.site-main .btn.btn--look {
  margin: 40px auto;
}

.site-main .btn.btn--look .text {
  margin-bottom: .5em;
}

.site-main .btn.btn--look a {
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  border-bottom-style: solid;
  border-bottom-width: 4px;
  padding: .8em 2em;
  display: block;
  font-size: 28px;
  font-size: 2.8rem;
  position: relative;
}

.site-main .btn.btn--look a:before {
  font-size: 20px;
  font-size: 2rem;
  font-family: 'Font Awesome 5 Solid';
  content: "\f105";
  position: absolute;
  left: 1em;
  top: 50%;
  margin-top: -.5em;
}

.site-main .btn.btn--look .btn--look--new-car {
  margin-right: 20px;
}

.site-main .btn.btn--look .btn--look--new-car a {
  background: #0055B3;
  border-bottom-color: #003167;
}

.site-main .btn.btn--look .btn--look--new-car a:hover {
  background: #003167;
  border-bottom-color: #000c1a;
}

.site-main .btn.btn--look .btn--look--re-new a {
  background: #22A897;
  border-bottom-color: #15685e;
}

.site-main .btn.btn--look .btn--look--re-new a:hover {
  background: #15685e;
  border-bottom-color: #082925;
}

@media screen and (max-width: 720px) {
  .site-main .btn.btn--look {
    margin: 20px auto;
  }
  .site-main .btn.btn--look .btn__item {
    width: 48%;
  }
  .site-main .btn.btn--look a {
    padding: .8em 2em .5em;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .site-main .btn.btn--look a:before {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .site-main .btn.btn--look .btn--look--new-car {
    margin-right: 0px;
  }
}

@media screen and (max-width: 640px) {
  .site-main .btn.btn--look .btn__item {
    width: auto;
    display: block;
    /* margin: 15px 15px 20px; */
  }
}

.site-main .btn.btn--contact {
  margin: 35px auto;
}

@media screen and (max-width: 1000px) {
  .site-main .btn.btn--contact {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.site-main .pan {
  padding: 0 30px;
  margin: .5em auto 30px;
}

.site-main .pan:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
}

* html .site-main .pan {
  height: 1%;
}

.site-main .pan .pan__items {
  float: left;
  font-size: 12px;
  font-size: 1.2rem;
}

.site-main .pan .pan__items a {
  color: #000;
  text-decoration: none;
}

.site-main .pan .pan__items a:hover {
  color: #004EA2;
}

.site-main .pan .pan__items:after {
  font-family: FontAwesome;
  content: "\f105";
  margin: 0 .5em;
}

.site-main .pan .pan__items:last-child:after {
  content: none;
}

@media screen and (max-width: 1000px) {
  .site-main .pan {
    padding: 0;
    margin-left: 15px;
    margin-right: 15px;
  }
}

.site-main .shop-name {
  color: #004EA2;
  font-weight: bold;
  font-size: 46px;
  font-size: 4.6rem;
  text-align: center;
  margin-bottom: .5em;
}

@media screen and (max-width: 1000px) {
  .site-main .shop-name {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.site-main .shop-img {
  background: url(../../images_new/main_bg.jpg) center;
  text-align: center;
}

.site-main .shop-intro {
  width: 700px;
  margin: 40px auto;
  /*background: url(../../images_new/manager.jpg) no-repeat right top;*/
}

.site-main .shop-intro:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
}

* html .site-main .shop-intro {
  height: 1%;
}

.site-main .shop-intro p {
  line-height: 1.6;
}

.site-main .shop-intro .balloon {
  position: relative;
  border: 2px solid #ccc;
  border-radius: 11px;
  width: 460px;
  padding: 20px;
}

.site-main .shop-intro .balloon:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 40px;
  border-color: transparent transparent transparent #CCC;
  content: "";
  position: absolute;
  right: -40px;
  top: 30px;
}

.site-main .shop-intro .balloon:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 40px;
  border-color: transparent transparent transparent #fff;
  content: "";
  position: absolute;
  right: -37px;
  top: 30px;
}

.site-main .shop-intro .balloon p {
  line-height: 1.6;
}

.site-main .shop-intro .balloon .intro-delegate {
  text-align: right;
}

@media screen and (max-width: 680px) {
  .site-main .shop-intro {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
    background-size: 24%;
    background-position: right top;
  }
  .site-main .shop-intro .balloon {
    border-radius: 6px;
    width: 70%;
    padding: 10px;
  }
  .site-main .shop-intro .balloon:before {
    border-width: 10px 0 10px 20px;
    position: absolute;
    right: -20px;
    top: 15px;
  }
  .site-main .shop-intro .balloon:after {
    border-width: 10px 0 10px 20px;
    position: absolute;
    right: -17px;
    top: 15px;
  }
  .site-main .shop-intro .balloon p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.site-main .car-slide, .site-main .shop-slide {
  background: #071D32;
  color: #fff;
  padding: 70px 0px 45px;
}

.site-main .car-slide .slick .section-title, .site-main .shop-slide .slick .section-title {
  width: 940px;
  margin: 0 auto .5em;
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 940px) {
  .site-main .car-slide .slick .section-title, .site-main .shop-slide .slick .section-title {
    width: auto;
    margin-left: 2em;
  }
}

.site-main .car-slide .slick .slick-list, .site-main .shop-slide .slick .slick-list {
  width: 1060px;
  margin: 0 auto;
  text-align: center;
}

.site-main .car-slide .slick .slick-list .slick-list__item, .site-main .shop-slide .slick .slick-list .slick-list__item {
  position: relative;
}

.site-main .car-slide .slick .slick-list .slick-list__item img, .site-main .shop-slide .slick .slick-list .slick-list__item img {
  display: block;
  margin: 0 auto;
}

.site-main .car-slide .slick .slick-list .slick-list__item .slick-list__item-txt, .site-main .shop-slide .slick .slick-list .slick-list__item .slick-list__item-txt {
  display: block;
  margin: .5em auto;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
  padding-left: 4em;
}

.site-main .car-slide .slick .slick-arrow, .site-main .shop-slide .slick .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  z-index: 5;
}

.site-main .car-slide .slick .slick-arrow.slick-next, .site-main .shop-slide .slick .slick-arrow.slick-next {
  right: 0px;
}

.site-main .car-slide .slick .slick-arrow.slick-prev, .site-main .shop-slide .slick .slick-arrow.slick-prev {
  left: 0px;
}

.site-main .car-slide .slick .slick-arrow:hover, .site-main .shop-slide .slick .slick-arrow:hover {
  cursor: pointer;
  opacity: 0.8;
}

.site-main .car-slide .btn.btn--car a, .site-main .shop-slide .btn.btn--car a {
  font-size: 28px;
  font-size: 2.8rem;
  border: 2px solid #fff;
  border-radius: 38px;
  color: #fff;
  text-decoration: none;
  padding: .5em;
  display: block;
  width: 370px;
  margin: 0 auto;
}

.site-main .car-slide .btn.btn--car a:before, .site-main .shop-slide .btn.btn--car a:before {
  font-family: FontAwesome;
  content: "\f1b9";
  margin: 0 .5em;
}

.site-main .car-slide .btn.btn--car a:after, .site-main .shop-slide .btn.btn--car a:after {
  font-family: FontAwesome;
  content: "\f105";
  text-align: right;
  margin-left: 2em;
}

.site-main .car-slide .btn.btn--car a:hover, .site-main .shop-slide .btn.btn--car a:hover {
  color: #071D32;
  background: #fff;
}

@media screen and (max-width: 1000px) {
  .site-main .car-slide, .site-main .shop-slide {
    padding: 35px 0px 15px;
  }
  .site-main .car-slide .slick .slick-list, .site-main .shop-slide .slick .slick-list {
    width: auto;
    margin: 0 15px;
  }
  .site-main .car-slide .slick .slick-list .slick-list__item .slick-list__item-txt, .site-main .shop-slide .slick .slick-list .slick-list__item .slick-list__item-txt {
    padding-left: 0em;
  }
  .site-main .car-slide .slick .slick-arrow.slick-next, .site-main .shop-slide .slick .slick-arrow.slick-next {
    width: 30px;
  }
  .site-main .car-slide .slick .slick-arrow.slick-prev, .site-main .shop-slide .slick .slick-arrow.slick-prev {
    width: 30px;
  }
  .site-main .car-slide .btn.btn--car a, .site-main .shop-slide .btn.btn--car a {
    font-size: 16px;
    font-size: 1.6rem;
    width: auto;
    margin: 10px 30px;
  }
}

.site-main .staff {
  margin: 90px auto 0;
}

.site-main .staff .staff-cont .staff-title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 30px;
  margin-left: 30px;
  padding-top: 50px;
}

.site-main .staff .staff-cont .staff-title:before {
  font-family: 'Font Awesome 5 Solid';
  content: "\f101";
  color: #008A8A;
  margin-right: .5em;
}

.site-main .staff .staff-cont.staff-cont--sales .staff-cont__item {
  background: url(../../images_new/slash_sky.jpg);
  padding: 50px 0;
}

.site-main .staff .staff-cont.staff-cont--sales .staff-cont__item .img {
  float: left;
  padding-right: 15px;
  margin-left: 30px;
}

.site-main .staff .staff-cont.staff-cont--sales .staff-cont__item .staff-detail {
  width: 635px;
  float: right;
  margin-right: 30px;
}

.site-main .staff .staff-cont.staff-cont--sales .staff-cont__item .staff-detail .staff-name {
  color: #545454;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: .5em;
}

.site-main .staff .staff-cont.staff-cont--sales .staff-cont__item .staff-detail .staff-name .staff-name--en {
  color: #72A3CE;
  font-size: 15px;
  font-size: 1.5rem;
  margin-left: .5em;
  font-style: italic;
}

.site-main .staff .staff-cont.staff-cont--sales .staff-cont__item .staff-detail .staff-intro {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
}

.site-main .staff .staff-cont.staff-cont--sales .staff-cont__item .staff-detail .staff-intro .title {
  float: left;
  padding: .5em 0px;
  font-weight: bold;
}

.site-main .staff .staff-cont.staff-cont--sales .staff-cont__item .staff-detail .staff-intro .text {
  padding-left: 6em;
  border-bottom: #B2D2E6 2px solid;
  padding: .5em 0px .5em 6em;
}

.site-main .staff .staff-cont.staff-cont--sales .staff-cont__item .staff-detail .staff-intro .text:last-child {
  border-bottom: none;
}

.site-main .staff .staff-cont.staff-cont--sales .staff-cont__item:nth-child(2n) {
  background: #fff;
}

.site-main .staff .staff-cont.staff-cont--sales .staff-cont__item .staff-cont__item__inner:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
}

* html .site-main .staff .staff-cont.staff-cont--sales .staff-cont__item .staff-cont__item__inner {
  height: 1%;
}

.site-main .staff .staff-cont.staff-cont--engineer, .site-main .staff .staff-cont.staff-cont--floor {
  background: #EEE3D9;
}

.site-main .staff .staff-cont.staff-cont--engineer .staff-list, .site-main .staff .staff-cont.staff-cont--floor .staff-list {
  margin: 0 30px;
}

.site-main .staff .staff-cont.staff-cont--engineer .staff-list:after, .site-main .staff .staff-cont.staff-cont--floor .staff-list:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
}

* html .site-main .staff .staff-cont.staff-cont--engineer .staff-list, * html .site-main .staff .staff-cont.staff-cont--floor .staff-list {
  height: 1%;
}

.site-main .staff .staff-cont.staff-cont--engineer .staff-list .staff-list__item, .site-main .staff .staff-cont.staff-cont--floor .staff-list .staff-list__item {
  float: left;
  width: 220px;
  margin-right: 15px;
  margin-bottom: 25px;
}

.site-main .staff .staff-cont.staff-cont--engineer .staff-list .staff-list__item p, .site-main .staff .staff-cont.staff-cont--floor .staff-list .staff-list__item p {
  margin: .5em auto;
  font-size: 17px;
  font-size: 1.7rem;
}

.site-main .staff .staff-cont.staff-cont--engineer .staff-list .staff-list__item p.staff-name .staff-name--en, .site-main .staff .staff-cont.staff-cont--floor .staff-list .staff-list__item p.staff-name .staff-name--en {
  color: #8a623e;
  font-size: 13px;
  font-size: 1.3rem;
  margin-left: .5em;
}

.site-main .staff .staff-cont .btn-detail {
  margin: 20px 0;
}

.site-main .staff .staff-cont .btn-detail a {
  display: block;
  background: #0055b3;
  max-width: 300px;
  text-decoration: none;
  border-bottom: #003166 3px solid;
  color: #FFF;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  padding: 20px 40px 16px;
  border-radius: 2px;
  position: relative;
}

.site-main .staff .staff-cont .btn-detail a:before {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: 'Font Awesome 5 Solid';
  content: "\f105";
  position: absolute;
  left: 1em;
  top: 50%;
  margin-top: -.5em;
}

.site-main .staff .staff-cont .btn-detail a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1100px) {
  .site-main .staff .staff-cont .btn-detail a {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 20px 40px 16px;
  }
  .site-main .staff .staff-cont .btn-detail a:before {
    font-size: 10px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 480px) {
  .site-main .staff .staff-cont .btn-detail {
    margin: 10px 0 0;
  }
  .site-main .staff .staff-cont .btn-detail a {
    width: 100%;
    max-width: 800px;
    padding: 14px 40px 12px;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .site-main .staff .staff-cont .btn-detail a:before {
    font-size: 10px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 1000px) {
  .site-main .staff {
    margin: 45px auto 0;
  }
  .site-main .staff .staff-cont .staff-title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 15px;
    margin-left: auto;
    padding-top: 25px;
  }
  .site-main .staff .staff-cont.staff-cont--sales .staff-cont__item {
    background: url(../../images_new/slash_sky.jpg);
    padding: 25px 0;
  }
  .site-main .staff .staff-cont.staff-cont--sales .staff-cont__item .img {
    float: none;
    padding-right: 0;
    margin-left: 0px;
    text-align: center;
  }
  .site-main .staff .staff-cont.staff-cont--sales .staff-cont__item .staff-detail {
    width: auto;
    float: none;
    margin-right: 0px;
    margin-top: 15px;
  }
  .site-main .staff .staff-cont.staff-cont--sales .staff-cont__item .staff-detail .staff-name {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .site-main .staff .staff-cont.staff-cont--sales .staff-cont__item .staff-detail .staff-name .staff-name--en {
    margin-left: 0em;
    display: block;
    margin-top: .5em;
  }
  .site-main .staff .staff-cont.staff-cont--sales .staff-cont__item .staff-detail .staff-intro {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .site-main .staff .staff-cont.staff-cont--sales .staff-cont__item .staff-detail .staff-intro .title {
    float: none;
    padding: .5em 0px;
  }
  .site-main .staff .staff-cont.staff-cont--sales .staff-cont__item .staff-detail .staff-intro .text {
    padding: 0 0 .5em 0;
  }
  .site-main .staff .staff-cont.staff-cont--engineer .staff-list, .site-main .staff .staff-cont.staff-cont--floor .staff-list {
    margin: 0 auto;
  }
  .site-main .staff .staff-cont.staff-cont--engineer .staff-list:after, .site-main .staff .staff-cont.staff-cont--floor .staff-list:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0.1em;
  }
  * html .site-main .staff .staff-cont.staff-cont--engineer .staff-list, * html .site-main .staff .staff-cont.staff-cont--floor .staff-list {
    height: 1%;
  }
  .site-main .staff .staff-cont.staff-cont--engineer .staff-list .staff-list__item, .site-main .staff .staff-cont.staff-cont--floor .staff-list .staff-list__item {
    float: left;
    width: 32.3%;
    margin-right: 1.5%;
    margin-bottom: 1.5%;
  }
  .site-main .staff .staff-cont.staff-cont--engineer .staff-list .staff-list__item p, .site-main .staff .staff-cont.staff-cont--floor .staff-list .staff-list__item p {
    margin: .5em auto;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .site-main .staff .staff-cont.staff-cont--engineer .staff-list .staff-list__item p.staff-name .staff-name--en, .site-main .staff .staff-cont.staff-cont--floor .staff-list .staff-list__item p.staff-name .staff-name--en {
    font-size: 12px;
    font-size: 1.2rem;
    margin-left: 0;
    display: block;
    margin-top: .2em;
  }
  .site-main .staff .staff-cont.staff-cont--engineer .staff-list .staff-list__item:nth-child(3n), .site-main .staff .staff-cont.staff-cont--floor .staff-list .staff-list__item:nth-child(3n) {
    margin-right: 0;
  }
  .site-main .staff .staff-cont.staff-cont--engineer .staff-list .staff-list__item:nth-child(4n), .site-main .staff .staff-cont.staff-cont--floor .staff-list .staff-list__item:nth-child(4n) {
    margin-right: 1.5%;
  }
}

@media screen and (max-width: 1000px) and (max-width: 640px) {
  .site-main .staff .staff-cont.staff-cont--engineer .staff-list .staff-list__item, .site-main .staff .staff-cont.staff-cont--floor .staff-list .staff-list__item {
    width: 48.4375%;
    margin-right: 3.125%;
    margin-bottom: 1.5625%;
  }
  .site-main .staff .staff-cont.staff-cont--engineer .staff-list .staff-list__item:nth-child(3n), .site-main .staff .staff-cont.staff-cont--floor .staff-list .staff-list__item:nth-child(3n) {
    margin-right: 3.125%;
  }
  .site-main .staff .staff-cont.staff-cont--engineer .staff-list .staff-list__item:nth-child(2n), .site-main .staff .staff-cont.staff-cont--floor .staff-list .staff-list__item:nth-child(2n) {
    margin-right: 0;
  }
}

.site-main .map-area {
  padding: 3em 0 0;
}

.site-main .map-area .map-area__inner {
  margin: 0 30px;
}

.site-main .map-area .map-area__inner .map iframe {
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .site-main .map-area .map-area__inner {
    margin: 0 auto;
  }
  .site-main .map-area .map-area__inner .map iframe {
    height: 320px;
  }
}

.site-main .section-title {
  font-weight: bold;
  margin-bottom: .5em;
}

.site-main .section-title.section-title--staff {
  color: #004EA2;
  font-size: 36px;
  font-size: 3.6rem;
}

@media screen and (max-width: 1000px) {
  .site-main .section-title.section-title--staff {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.site-main--oguro p {
  font-size: 1.7rem;
  line-height: 1.8;
}

.site-main--oguro .shop-img {
  height: 0;
  padding-top: 34%;
  /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  background: url(../../images_new/oguro/main.jpg) 0 0 no-repeat;
  background-size: contain;
  position: relative;
}

.site-main--oguro .shop-img p {
  position: absolute;
  left: 5%;
  top: 5%;
  font-size: 6.5rem;
  font-weight: bold;
  line-height: 1.1;
  text-align: left;
}

.site-main--oguro .shop-img p span {
  font-size: 3rem;
}

.site-main--oguro .shop-concept {
  padding: 4em 0 2em;
}

.site-main--oguro .shop-concept .heading-ttl {
  font-size: 4rem;
}

.site-main--oguro .shop-concept .sub-ttl {
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.site-main--oguro .greeting {
  background-color: #071D32;
  color: #FFF;
  padding: 4em 0 0;
}

.site-main--oguro .greeting .heading-ttl {
  color: #FFF;
  font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho";
}

.site-main--oguro .greeting-name {
  margin-top: 30px;
  text-align: center;
}

.site-main--oguro .greeting-name p {
  margin-top: 10px;
  font-size: 1.6rem;
}

.site-main--oguro .shop-slide {
  padding: 4em 0;
}

@media screen and (max-width: 1000px) {
  .site-main--oguro .shop-img p {
    font-size: 5rem;
    top: 0;
  }
  .site-main--oguro .shop-img p span {
    font-size: 2rem;
  }
}

@media screen and (max-width: 640px) {
  .site-main--oguro p {
    font-size: 1.4rem;
  }
  .site-main--oguro .shop-img p {
    font-size: 3.5rem;
  }
  .site-main--oguro .shop-img p span {
    font-size: 1.5rem;
  }
  .site-main--oguro .shop-concept {
    padding: 3em 0 0;
  }
  .site-main--oguro .shop-concept .heading-ttl {
    font-size: 2.5rem;
  }
  .site-main--oguro .greeting {
    padding: 3em 0 0;
  }
  .site-main--oguro .shop-slide {
    padding: 3em 0;
  }
}

@media screen and (max-width: 480px) {
  .site-main--oguro .shop-img p {
    font-size: 2.2rem;
  }
  .site-main--oguro .shop-img p span {
    font-size: 1.2rem;
  }
}

.site-main .heading-ttl {
  color: #004EA2;
  font-family: Century Gothic;
  font-size: 3.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 640px) {
  .site-main .heading-ttl {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
}

/*==================================================================================================
  試乗できるお近くの店舗
==================================================================================================*/
#findArea {
  margin-top: 60px;
  margin-bottom: 60px;
}

#findArea .findArea__inner {
  margin: 0 30px;
  border: #00528E 1px solid;
}

@media screen and (max-width: 1000px) {
  #findArea {
    margin-bottom: 30px;
  }
  #findArea .findArea__inner {
    margin: 0 auto;
  }
}

#findArea .findArea__ttl {
  background: #D9F1FF;
  text-align: center;
  border-bottom: #00528E 1px solid;
}

#findArea .findArea__ttl span {
  color: #00528E;
  font-weight: bold;
  font-size: 26px;
  font-size: 2.6rem;
  padding: 7px 0 5px 70px;
  position: relative;
  display: inline-block;
}

#findArea .findArea__ttl span:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -2px;
  background: url(../images_new/find_ttl.png) no-repeat;
  background-size: contain;
  width: 70px;
  height: 70px;
}

@media screen and (max-width: 540px) {
  #findArea .findArea__ttl span {
    font-size: 22px;
    font-size: 2.2rem;
    padding: 7px 0 5px 60px;
  }
  #findArea .findArea__ttl span:before {
    bottom: -2px;
    width: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 400px) {
  #findArea .findArea__ttl span {
    font-size: 20px;
    font-size: 2rem;
    padding: 7px 0 5px 50px;
  }
  #findArea .findArea__ttl span:before {
    bottom: -2px;
    width: 50px;
    height: 50px;
  }
}

#findArea .findArea__cont {
  padding: 30px;
}

@media screen and (max-width: 640px) {
  #findArea .findArea__cont {
    padding: 25px 20px 20px;
  }
}

@media screen and (max-width: 480px) {
  #findArea .findArea__cont {
    padding: 20px 15px 15px;
  }
}

@media screen and (max-width: 360px) {
  #findArea .findArea__cont {
    padding: 15px 10px 10px;
  }
}

#findArea .findArea__txt {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 640px) {
  #findArea .findArea__txt {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 520px) {
  #findArea .findArea__txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 480px) {
  #findArea .findArea__txt {
    text-align: left;
  }
}

#findArea .findArea__store {
  margin-top: 20px;
  overflow: hidden;
}

#findArea .findArea__store__list {
  float: left;
  width: 48%;
  margin-right: 4%;
}

#findArea .findArea__store__list:last-child {
  margin-right: 0;
}

#findArea .findArea__store__list__lists {
  border-bottom: #D9F1FF 1px solid;
  padding: 12px 10px 10px;
  overflow: hidden;
}

#findArea .findArea__store__list__lists:last-child {
  border: none;
}

#findArea .findArea__store__list span {
  float: left;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
}

#findArea .findArea__store__list .store-list__name {
  font-weight: bold;
  width: 27.77778%;
}

#findArea .findArea__store__list .store-list__name a {
  color: #000;
}

#findArea .findArea__store__list .store-list__name a:hover {
  text-decoration: none;
}

#findArea .findArea__store__list .store-list__address {
  width: 44.19192%;
}

#findArea .findArea__store__list .store-list__tel {
  float: right;
  width: 27.77778%;
}

#findArea .findArea__store__list .store-list__tel a {
  color: #D8191E;
}

@media screen and (max-width: 1000px) {
  #findArea .findArea__store__list {
    width: 49%;
    margin-right: 2%;
  }
}

@media screen and (max-width: 900px) {
  #findArea .findArea__store__list {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  #findArea .findArea__store__list:first-child .findArea__store__list__lists {
    border-bottom: #D9F1FF 1px solid;
  }
  #findArea .findArea__store__list:first-child .findArea__store__list__lists:first-child {
    padding: 10px 10px 10px;
  }
  #findArea .findArea__store__list:last-child .findArea__store__list__lists:last-child {
    border: none;
  }
  #findArea .findArea__store__list span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 640px) {
  #findArea .findArea__store__list span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 480px) {
  #findArea .findArea__store__list .findArea__store__list__lists {
    padding: 18px 0 15px;
  }
  #findArea .findArea__store__list:first-child .findArea__store__list__lists:first-child {
    padding: 5px 0 15px;
  }
  #findArea .findArea__store__list span {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 400px) {
  #findArea .findArea__store__list .findArea__store__list__lists {
    padding: 12px 0 10px;
  }
  #findArea .findArea__store__list span {
    font-size: 13px;
    font-size: 1.3rem;
  }
  #findArea .findArea__store__list .store-list__name {
    width: 100%;
    float: none;
    font-size: 15px;
    font-size: 1.5rem;
  }
  #findArea .findArea__store__list .store-list__address {
    width: 60%;
  }
  #findArea .findArea__store__list .store-list__tel {
    width: 40%;
    text-align: right;
  }
}

.shop-intro-detail {
  margin: 30px 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
}

.shop-intro-detail .title {
  font-weight: bold;
  float: left;
  padding: .5em -0px;
}

.shop-intro-detail .contents {
  border-bottom: 1px dotted #ccc;
  padding: .5em 0px .5em 6em;
}

.shop-intro-detail .contents.contents--big {
  color: red;
  font-weight: bold;
  font-size: 28px;
  font-size: 2.8rem;
  padding: 0 0 0 3.3em;
}

@media screen and (max-width: 680px) {
  .shop-intro-detail {
    margin: 15px 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .shop-intro-detail .contents {
    font-size: 12px;
    font-size: 1.2rem;
    padding: .5em 0px .5em 6em;
  }
  .shop-intro-detail .contents.contents--big {
    color: red;
    font-weight: bold;
    font-size: 12px;
    font-size: 1.2rem;
    padding: .5em 0px .5em 6em;
  }
}

@media screen and (max-width: 680px) and (max-width: 360px) {
  .shop-intro-detail {
    width: auto;
  }
}

/*==================================================================================================
お問い合わせ
==================================================================================================*/
.site-main--contact .content-ttl {
  color: #0293D9;
  text-align: center;
}

.container .content-ttl {
  color: #0293D9;
}

.container .content-ttl span {
  font-size: 22px;
  font-size: 2.2rem;
  vertical-align: middle;
}

@media screen and (max-width: 880px) {
  .container .content-ttl span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 480px) {
  .container .content-ttl span {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 400px) {
  .container .content-ttl span {
    display: block;
  }
}

.container .content-subttl {
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 15px;
  text-align: center;
  position: relative;
  padding: 6px;
  border-radius: 2px;
  color: #FFF;
  font-weight: bold;
  background: #0293D9;
}

@media screen and (max-width: 840px) {
  .container .content-subttl {
    margin-bottom: 5px;
    font-size: 15px;
    font-size: 1.5rem;
    padding: 4px;
  }
}

.site-main--contact .contact {
  background: url(../images_new/main-bg.gif);
}

.site-main--contact .contact .form-txt {
  padding: 20px;
}

@media screen and (max-width: 480px) {
  .site-main--contact .contact .form-txt {
    padding: 10px 0px;
  }
}

.site-main--contact .contact .formArea .box .submitArea .btn input {
  margin: 0 auto 20px;
  width: 400px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  display: block;
  text-align: center;
  vertical-align: middle;
  border-radius: 5px;
  color: #FFF;
  padding: 20px;
  text-decoration: none;
  background: #57B5E1;
  border-bottom: 4px solid #0293D9;
}

.site-main--contact .contact .formArea .box .submitArea .btn input:hover {
  opacity: 0.8;
}

@media screen and (max-width: 640px) {
  .site-main--contact .contact .formArea .box .submitArea .btn input {
    margin: 0 auto 15px;
    width: 320px;
    font-size: 22px;
    font-size: 2.2rem;
    padding: 15px;
    border-bottom: 4px solid #0293D9;
  }
}

@media screen and (max-width: 480px) {
  .site-main--contact .contact .formArea .box .submitArea .btn input {
    margin: 0 auto 10px;
    max-width: 320px;
    width: 100%;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 10px;
    border-bottom: 4px solid #0293D9;
  }
}

.site-main--thanks .content-ttl {
  color: #0293D9;
  text-align: center;
}

.site-main--thanks .contact {
  background: url(../images_new/main-bg.gif);
}

.site-main--thanks .contact .contact-cont {
  background: #FFF;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 60px 30px;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.site-main--thanks .contact .contact-cont p {
  margin-bottom: 15px;
  line-height: 2;
}

.site-main--thanks .contact .contact-cont p:last-child {
  margin-bottom: 0;
}

.site-main--thanks .contact .contact-cont p a {
  color: #0293D9;
}

@media screen and (max-width: 640px) {
  .site-main--thanks .contact .contact-cont {
    padding: 40px 30px;
  }
  .site-main--thanks .contact .contact-cont p {
    margin-bottom: 15px;
    text-align: left;
  }
  .site-main--thanks .contact .contact-cont p .s-sp-none {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .site-main--thanks .contact .contact-cont {
    padding: 20px 20px;
  }
  .site-main--thanks .contact .contact-cont p {
    margin-bottom: 15px;
  }
}

/*==================================================================================================
フォーム
==================================================================================================*/
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.flow {
  text-align: center;
}

#formArea .colorRed {
  color: red !important;
}

@media screen and (min-width: 841px) {
  .formArea {
    margin: 20px auto 0;
    padding: 0;
    background: #FFF;
    border-bottom: rgba(0, 0, 0, 0.1) 2px solid;
    border-radius: 5px;
    width: 980px;
  }
  .formArea .box {
    margin: 0;
    padding: 20px;
    text-align: left;
  }
  .formArea .box .flow img {
    margin: 20px auto 0;
  }
  .formArea .box .merit {
    padding: 20px 0 10px;
    background: url("../../images/merit_list_bg.jpg");
    background-position: right bottom;
    background-repeat: no-repeat;
  }
  .formArea .box .merit li {
    font-size: 120%;
    display: table;
    margin: 20px 0;
  }
  .formArea .box .merit li p {
    display: table-cell;
    vertical-align: middle;
    font-size: 150%;
  }
  .formArea .box .merit li::before {
    content: url("../images_new/check.gif");
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
  }
  .formArea .box .merit li span {
    color: #FF3300;
    font-weight: bold;
  }
  .formArea .box .block_02 {
    padding: 30px 0 0;
    clear: both;
  }
  .formArea .box .block_02 p {
    font-size: 80%;
    text-align: left;
  }
  .formArea .box table.formTable {
    margin: 15px 0 0;
    border-collapse: collapse;
    border-top: 1px solid #CFEEFF;
    border-right: none;
    width: 100%;
  }
  .formArea .box table.formTable th {
    padding: 10px 0 10px 10px;
    border-bottom: 1px solid #CFEEFF;
    border-left: none;
    background: #FFF;
    width: 30%;
    text-align: right;
    vertical-align: top;
  }
  .formArea .box table.formTable td {
    padding: 10px 10px 10px 20px;
    text-align: left;
    border-left: none;
    border-bottom: 1px solid #CFEEFF;
    font-size: 90%;
    vertical-align: top;
  }
  .formArea .box table.formTable tr.must th {
    padding: 10px 24px 10px 12px;
    background: url("../images_new/com_ico_must.gif") no-repeat right 15px;
  }
  .formArea .box .submitArea {
    text-align: center;
    padding: 20px 0 0;
  }
  .formArea .box .submitArea p {
    display: inline;
    padding: 0;
  }
  .formArea .box .submitArea p input {
    padding: 10px 15px;
  }
  .formArea .box table.formTable table.addressTable {
    border-right: none;
    border-top: none;
    margin: 5px 0 0;
    width: auto;
  }
  .formArea .box table.formTable table.addressTable th {
    background: none;
    border-bottom: none;
    text-align: right;
    padding: 5px 0;
    width: auto;
    font-weight: normal;
  }
  .formArea .box table.formTable table.addressTable td {
    border-bottom: none;
    padding: 5px 0;
    font-size: 100%;
  }
  .formArea .box .formDl {
    margin: 15px 0 0;
  }
  .formArea .box .formDl dl {
    margin: 0;
    border-bottom: 1px dotted #cfeeff;
    display: table;
    width: 100%;
  }
  .formArea .box .formDl dl:last-child {
    border-bottom: none;
  }
  .formArea .box .formDl.privacy {
    margin: 10px 0 0px;
  }
  .formArea .box .formDl.privacy dl {
    border-top: 1px dotted #cfeeff;
  }
  .formArea .box .formDl dl {
    margin: 0;
    border-bottom: 1px dotted #CFEEFF;
    display: table;
    width: 100%;
  }
  .formArea .box .formDl dl dt {
    padding: 10px;
    font-size: 100%;
    font-weight: bold;
    text-align: right;
    width: 30%;
    display: table-cell;
  }
  .formArea .box .formDl dl dt.must {
    padding: 10px 30px 10px 10px;
    background: url("../images_new/com_ico_must.gif") right 18px no-repeat;
  }
  .formArea .box .formDl dl dd {
    padding: 10px;
    font-size: 90%;
    width: 70%;
    display: table-cell;
  }
  .formArea .box ul.formAttention,
  .formArea ul.formAttention {
    margin: 30px 0 0;
    padding: 0;
  }
  .formArea .box ul.formAttention li,
  .formArea ul.formAttention li {
    margin: 0;
    padding: 0 0 0 15px;
    font-size: 80%;
    line-height: 150%;
    background: url("../images_new/com_bullet_square_black.gif") 0 0.6em no-repeat;
  }
  /* form reset */
  button,
  fieldset,
  form,
  input,
  label,
  legend,
  select,
  textarea {
    /* font-family: inherit; */
    /* font-size: 100%; */
    /* font-style: inherit; */
    /* font-weight: inherit; */
    /* margin: 2px; */
    /* padding: 3px; */
    /* vertical-align: baseline; */
  }
  label {
    /* cursor: pointer; */
  }
  input[type="text"] {
    /* padding: 5px; */
    /* border: 1px solid #999; */
  }
  input[type="reset"] {
    cursor: pointer;
  }
  input[type="submit"] {
    cursor: pointer;
  }
  select {
    padding: 5px;
  }
  textarea {
    /* padding: 5px; */
    /* border: 1px solid #999; */
    min-width: 90%;
  }
}

@media screen and (max-width: 840px) {
  .formArea {
    margin: 15px 0 0;
    padding: 0;
  }
  .formArea .box {
    margin: 0;
    padding: 1px 10px 10px;
    text-align: left;
    background: #FFF;
  }
  .formArea .box .flow img {
    margin: 20px auto 0;
    width: 100%;
  }
  .formArea .box .merit {
    padding: 15px 0 0;
    background: url("../images_new/merit_list_bg.jpg");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .formArea .box .merit li {
    font-size: 100%;
    margin: 3px 0;
  }
  .formArea .box .merit li p {
    font-size: 90%;
    line-height: 130%;
  }
  .formArea .box .merit li::before {
    background: url("../images_new/check.gif") no-repeat scroll 0 0/contain;
    content: "";
    display: block;
    float: left;
    height: 17px;
    padding-right: 7px;
    width: 15px;
  }
  .formArea .box .merit li span {
    color: #ff3300;
    display: block;
    font-weight: bold;
    text-indent: 1.5em;
  }
  .formArea .box .block_02 {
    padding: 30px 0 0;
    clear: both;
  }
  .formArea .box .block_02 p {
    font-size: 70%;
    text-align: left;
  }
  .formArea .box table.formTable {
    margin: 15px 0 0;
    border-collapse: collapse;
    border-top: 1px solid #CFEEFF;
    border-right: none;
    width: 100%;
  }
  .formArea .box table.formTable th {
    padding: 10px 0 10px 10px;
    font-size: 70%;
    text-align: right;
    vertical-align: top;
    border-bottom: 1px solid #CFEEFF;
    border-left: none;
    background: #FFF;
    width: 30%;
  }
  .formArea .box table.formTable td {
    padding: 10px 10px 10px 20px;
    text-align: left;
    border-left: none;
    border-bottom: 1px solid #CFEEFF;
    font-size: 70%;
    vertical-align: top;
  }
  .formArea .box table.formTable tr.must th {
    padding: 10px 20px 10px 12px;
    background: url("../images_new/com_ico_must.gif") no-repeat right 15px;
    background-size: 17px 9px;
  }
  .formArea .box .submitArea {
    text-align: center;
    padding: 20px 0 0;
  }
  .formArea .box .submitArea p {
    display: inline;
    padding: 0;
  }
  .formArea .box .submitArea p input {
    padding: 8px 10px;
  }
  .formArea .box table.formTable table.addressTable {
    border-right: none;
    border-top: none;
    margin: 5px 0 0;
    width: auto;
  }
  .formArea .box table.formTable table.addressTable th {
    background: none;
    border-bottom: none;
    text-align: right;
    padding: 5px 0;
    width: auto;
    font-weight: normal;
  }
  .formArea .box table.formTable table.addressTable td {
    border-bottom: none;
    padding: 5px 0;
    font-size: 100%;
  }
  .formArea .box .formDl {
    margin: 15px 0 0;
  }
  .formArea .box .formDl dl {
    border-bottom: 1px solid #CFEEFF;
  }
  .formArea .box .formDl dl dt {
    padding: 10px 10px 0;
    color: #01499B;
    font-size: 80%;
    font-weight: bold;
  }
  .formArea .box .formDl dl dt.must {
    padding: 10px 10px 0 35px;
    background: url("../images_new/com_ico_must.gif") 10px 0.7em no-repeat;
  }
  .formArea .box .formDl dl dd {
    padding: 5px 10px 10px;
    font-size: 70%;
  }
  .formArea .box ul.formAttention {
    margin: 30px 0 0;
    padding: 0;
  }
  .formArea .box ul.formAttention li {
    margin: 0;
    padding: 0 0 0 15px;
    font-size: 70%;
    background: url("../images_new/com_bullet_square_black.gif") 0 0.6em no-repeat;
  }
  /* form reset */
  button,
  fieldset,
  form,
  input,
  label,
  legend,
  select,
  textarea {
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 2px;
    padding: 0;
    vertical-align: baseline;
    width: 100%;
  }
  label {
    cursor: pointer;
  }
  input[type="text"] {
    padding: 10px;
    width: 70%;
    border: 1px solid #999;
  }
  input[type="text"]#name1,
  input[type="text"]#name2,
  input[type="text"]#namefuri1,
  input[type="text"]#namefuri2 {
    width: 30%;
  }
  input[type="text"]#kibou1_dd,
  input[type="text"]#kibou2_dd {
    width: 10%;
  }
  input[type="reset"] {
    cursor: pointer;
  }
  input[type="submit"] {
    cursor: pointer;
  }
  select {
    width: 25%;
    padding: 8px;
    border: 1px solid #999;
    background: #eee;
    background: url("../images_new/img-arrow-down.png") 92% 50% no-repeat, -webkit-linear-gradient(top, #fff 0%, #efebe1 100%);
    background: url("../images_new/img-arrow-down.png") 92% 50% no-repeat, linear-gradient(to bottom, #fff 0%, #efebe1 100%);
    background-size: 10px, 100%;
  }
  select#shop {
    width: 60%;
  }
  select#kibou1_time,
  select#kibou2_time {
    width: 70%;
  }
  textarea {
    padding: 10px;
    width: 90%;
    border: 1px solid #999;
  }
}

/*==================================================================================================
フォームサンクス
==================================================================================================*/
@media screen and (min-width: 841px) {
  #index_contentsArea .formThanks {
    margin: 0;
    padding: 70px 30px;
  }
  #index_contentsArea .formThanks h2 {
    margin: 0;
    padding: 5px 30px;
    color: #FFF;
    font-size: 130%;
    text-align: center;
    background: #01499B;
  }
  #index_contentsArea .formThanks p {
    margin: 20px 0 0;
    padding: 0;
  }
}

@media screen and (max-width: 840px) {
  #index_contentsArea .formThanks {
    margin: 0;
    padding: 70px 30px;
  }
  #index_contentsArea .formThanks h2 {
    margin: 0;
    padding: 5px 30px;
    color: #FFF;
    font-size: 130%;
    text-align: center;
    background: #01499B;
  }
  #index_contentsArea .formThanks p {
    margin: 20px 0 0;
    padding: 0;
  }
}
.hissu:after{
  content: '必須';
  width: 40px;
  font-size: 11px;
  padding: 2px 5px;
  box-sizing: border-box;
  background: #ff1903;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  margin-left: 10px;
  vertical-align: middle;
  font-weight: normal;
  letter-spacing: 2px;
}