@charset "UTF-8";
/* =============================================================

  Button

* ============================================================= */
.c-button {
  text-align: center;
  display: block;
  width: 100%;
  font-size: 1.3rem;
  padding: 20px;
  font-weight: bold;
  position: relative;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.c-button._type-red {
  background-color: #e70500;
  color: #fff;
}

.c-button span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.c-button span:after {
  content: "\F3D3";
  font-family: "ionicons";
  position: absolute;
  right: 0;
}

/* =============================================================

  Table

* ============================================================= */
/* profile-table
--------------------------- */
.c-profile-table {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.c-profile-table dl {
  display: table;
  table-layout: fixed;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
  position: relative;
  font-size: 1.3rem;
}

.c-profile-table dl > dt {
  width: 25%;
  display: table-cell;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 600;
}

.c-profile-table dl > dd {
  width: 75%;
  display: table-cell;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em 0;
  font-weight: 500;
}

.c-profile-table dl > dd .shop_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-profile-table dl > dd .shop_list a {
  text-decoration: underline;
  color: #e70500;
  display: block;
  margin-right: 2%;
}

.c-profile-table dl > dd .shop_list a:hover {
  text-decoration: none;
}

.c-profile-table dl:last-of-type {
  border-bottom: none;
}

/* =============================================================

  Section

* ============================================================= */
/* container
--------------------------- */
.c-section-container {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}

.c-section-container._both-space {
  padding: 40px 0 40px 0;
}

.c-section-container._top-space {
  padding-top: 40px;
}

.c-section-container._bottom-space {
  padding-bottom: 40px;
}

.c-section-container._bg-gray {
  background-color: #f0f0f0;
}

.c-section-container._slanting:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 90%;
  margin: 3% -10% 0;
  background: #f0f0f0;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  z-index: -1;
}

.c-section-container._slanting:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 90%;
  margin: 3% -10% 0;
  background: #e70500;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  z-index: -2;
}

/* inner
--------------------------- */
.c-section-inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1em;
}

/* header
--------------------------- */
.c-section-header {
  width: 100%;
  position: relative;
  padding: 0 2em 1.75em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.c-section-header__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-section-header__title .ja {
  position: relative;
  margin-left: 5%;
}

.c-section-header__title .ja:before {
  background-color: #000;
  content: "";
  display: inline-block;
  width: 1px;
  height: 16px;
  margin-right: .5555em;
  vertical-align: middle;
}

/* header-subtitle
--------------------------- */
.c-section-header__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: bold;
}

/* lead
-------------------------- */
.c-section-lead {
  position: relative;
  text-align: center;
  color: #fff;
}

.c-section-lead__head {
  background-color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  padding-left: .75em;
  margin-bottom: .85em;
}

.c-section-lead__text {
  text-align: center;
}

/* language
--------------------------- */
.ja {
  font-family: "游ゴシック", YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
}

.en {
  font-family: "Oswald", sans-serif;
  font-size: 3rem;
  font-weight: 300;
}

/* =============================================================

  Index

* ============================================================= */
/* main-slider
--------------------------- */
.p-top-slide {
  width: 100%;
}

#js-carSlide .slick-prev,
#js-carSlide .slick-next {
  height: 40px;
  width: 40px;
  background: #000;
  top: auto;
  bottom: -20px;
}

#js-carSlide .slick-prev:before,
#js-carSlide .slick-next:before {
  font-size: 1.6rem;
  color: #fff;
}

#js-carSlide .slick-prev {
  right: 40px;
}

#js-carSlide .slick-prev:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  right: 0px;
  width: 1px;
  height: 30px;
  background: #4d4d4d;
}

#js-carSlide .slick-next {
  right: 0;
}

/* NEWYEAR banner
--------------------------- */
.NEWYEAR_IMAGE {
  margin: 10px 0;
}

/* top-button contents
--------------------------- */
.p-top-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-top-list__item {
  margin-bottom: 15px;
}

.p-top-list__item:last-of-type {
  margin-bottom: 0;
}

.p-top-list__target {
  display: block;
  width: 100%;
  position: relative;
}

.p-top-list__block {
  background-color: #000;
}

.p-top-list__bg {
  width: 100%;
  height: 150px;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-top-list__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  color: #fff;
}

.p-top-list__icon {
  width: 56px;
}

.p-top-list__icon img {
  display: block;
  width: 100%;
}

.p-top-list__subTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-top-list__subTitle .en {
  font-size: 1.2rem;
}

.p-top-list__subTitle .ja {
  font-size: 2.4rem;
}

/* showroom list
--------------------------- */
.p-top-showroom__head {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #ccc;
  background-color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 10px 0;
}

.p-top-showroom__list li {
  position: relative;
  border-bottom: 2px solid #909090;
}

.p-top-showroom__list li:last-of-type {
  border-bottom: none;
}

.p-top-showroom__target {
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 0;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-top-showroom__target:after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid #e70500;
  border-top: 1px solid #e70500;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-top-showroom__name {
  font-weight: 600;
  color: #e70500;
}

.p-top-showroom__address {
  font-weight: 500;
}

.p-top-showroom__button {
  padding-top: 20px;
}

.p-top-showroom__button li {
  margin-bottom: 20px;
}

.p-top-showroom__button li:last-of-type {
  margin-bottom: 0;
}

/* contact
=============================== */
.c-section-container._contact{
  padding-top: 7.25em;
}
.p-sr-contact {
  width: 90%;
  max-width: 1124px;
  margin: auto;
}
.p-sr-contact-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: calc(100% + 5px);
}
.p-sr-contact-list__item {
  width: 48%;
  padding-right: 5px;
}
  .p-sr-contact-list__item:nth-child(n+3) {
    padding-top: 5px;
  }
.p-sr-contact-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 8.88889em;
  background: #fff;
border: 1px #CCCCCC solid;
  color: #4B4545;
  text-decoration: none;
  font-weight: bold;
  transition: all .3s;
  position: relative;
}
.p-sr-contact-button:before {
  border-top-width: 2px;
  border-top-style: solid;
  border-right-width: 2px;
  border-right-style: solid;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 1.4em;
  bottom: 0;
  margin: auto 0;
  -webkit-transition: border-color .3s ease;
  transition: border-color .3s ease;
  border-top-color: #000000;
  border-right-color: #000000;
}
.p-sr-contact-button:hover {
  opacity: .7;
  transform: translateY(-3px);
}
.p-sr-contact-button > i {
  display: flex;
  align-items: center;
  width: 2.77778em;
  height: 2.77778em;
  min-height: 0%;
  margin-bottom: 1em;
}
.p-sr-contact-button > i img {
  min-width: 100%;
}
.p-sr-contact-button > i svg {
  width: 100%;
  height: 100%;
}
.p-sr-contact-button > i svg path {
  fill: #E70500;
}


/* blog
--------------------------- */
.p-top-blog__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 1.5667em;
  position: relative;
}

.p-top-blog__box {
  overflow: hidden;
  width: 220px;
}

.p-top-blog__bg {
  width: 100%;
  height: 125px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-top-blog__target {
  display: block;
  width: 100%;
}

.p-top-blog__head {
  padding: 15px 0 13px 0;
  border-bottom: 2px solid #303030;
  text-align: center;
}

.p-top-blog__title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #e70500;
}

.p-top-blog__text {
  font-size: 1.2rem;
  font-weight: 300;
}

.p-top-blog__body {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-top-blog__name {
  position: relative;
}

.p-top-blog__name:after {
  content: "";
  background-color: #000;
  display: inline-block;
  width: 1px;
  height: 11px;
  margin: 0 .85em;
  vertical-align: middle;
}

.p-top-blog__button {
  margin-top: 30px;
}

#js-blogSlider .slick-slide img {
  display: block;
  width: 100%;
}

#js-blogSlider .slick-prev {
  left: -15px;
}

#js-blogSlider .slick-next {
  right: -15px;
}

/* topics
--------------------------- */
.p-top-topics {
  margin-bottom: 30px;
}

.p-top-topics__category {
  background-color: #e70500;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  padding: 0 5px;
  width: 7em;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-top-topics__text {
  text-decoration: underline;
}

.p-top-topics__inner {
  width: 100%;
  height: 220px;
  overflow-y: scroll;
  padding-bottom: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.topics-link {
  font-size: 1.2rem;
  display: block;
  width: 100%;
}

/* top-banner slide
--------------------------- */
#js-top-banner .slick-prev {
  left: -10px;
}

#js-top-banner .slick-next {
  right: -10px;
}

#js-top-banner .slick-slide img {
  display: block;
  width: 100%;
}

/* =============================================================

  Slider

* ============================================================= */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.slick-list:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-trackafter {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-loading img {
  display: none;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

.slick-slide img {
  display: block;
  width: 100%;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  position: absolute;
  bottom: -40px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 7.5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  width: 10px;
  height: 10px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover {
  outline: none;
}

.slick-dots li button:hover:before {
  opacity: .75;
}

.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:focus:before {
  opacity: .75;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  background: #606060;
  border-radius: 10px;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  line-height: 20px;
  text-align: center;
  color: #606060;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  opacity: .25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #606060;
  opacity: 1;
}

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 5px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 20;
}

.slick-prev:before,
.slick-next:before {
  font-family: "ionicons";
  font-size: 1.5rem;
  line-height: 1;
  color: #202020;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev:before {
  content: "\f3d2";
}

.slick-next:before {
  content: "\f3d3";
}

[dir="rtl"] .slick-slide {
  float: right;
}

/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  -o-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  -o-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  -o-transition: background-color .2s linear, height .2s ease-in-out;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  -o-transition: background-color .2s linear, width .2s ease-in-out;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

/* =============================================================

  Showroom

* ============================================================= */
/* Slide
--------------------------- */
.p-sr-slider-inner {
  width: 100%;
  padding: 0 2.5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.p-sr-slider-inner #js-sr-slide .slick-prev,
.p-sr-slider-inner #js-sr-slide .slick-next {
  height: 40px;
  width: 40px;
  background: #000;
  top: auto;
  bottom: -20px;
}

.p-sr-slider-inner #js-sr-slide .slick-prev:before, .p-sr-slider-inner #js-sr-slide .slick-prev:before,
.p-sr-slider-inner #js-sr-slide .slick-next:before,
.p-sr-slider-inner #js-sr-slide .slick-next:before {
  font-size: 1.6rem;
  color: #fff;
}

.p-sr-slider-inner #js-sr-slide .slick-prev {
  right: 40px;
}

.p-sr-slider-inner #js-sr-slide .slick-prev:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  right: 0px;
  width: 1px;
  height: 30px;
  background: #4d4d4d;
}

.p-sr-slider-inner #js-sr-slide .slick-next {
  right: 0;
}

/* Profile
--------------------------- */
.p-sr-profile {
  width: 100%;
}

.p-sr-profile__row {
  position: relative;
  background-color: #fff;
}

.p-sr-profile__item {
  font-size: 1.4rem;
  position: relative;
  margin-bottom: 20px;
}

.p-sr-profile__item dt {
  color: #303030;
  font-weight: 600;
  position: relative;
}

.p-sr-profile__item dd {
  color: #303030;
  font-weight: 500;
}

.p-sr-profile__item dd a {
  color: #e70500;
  text-decoration: underline;
}

.p-sr-button__area a:first-of-type {
  margin-bottom: 15px;
}

.p-sr-banner {
  margin-top: 15px;
}

.p-sr-banner a {
  display: block;
}

.p-sr-banner a img {
  display: block;
  width: 100%;
}

.p-sr-comment {
  margin-top: 25px;
}

/* Blog
--------------------------- */
.p-blog-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 50px;
}

.p-blog-control select {
  display: block;
  width: calc(100% - 6em);
  height: 3em;
  outline: none;
  border: 1px solid #bbb;
}

.p-blog-control input {
  display: block;
  width: 5.5em;
  height: 3em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.p-sr-blog__inner .blog__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .85em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #000;
  color: #fff;
}

.p-sr-blog__inner .blog__title,
.p-sr-blog__inner .blog__date {
  font-size: 1.2rem;
  font-weight: 600;
}

.p-sr-blog__inner .blog__body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em 0 3.2em;
  width: 100%;
}

.p-sr-blog__inner .blog__paging {
  color: #000;
  font-size: 1rem;
  text-align: right;
  padding-bottom: 15px;
}

.p-sr-blog__inner .blog__paging a {
  text-decoration: underline;
}

.p-sr-blog__inner .blog__body > div:last-of-type {
  padding-top: 1.4em;
}

.p-sr-blog__inner .blog__body > div:last-of-type table,
.p-sr-blog__inner .blog__body > div:last-of-type tbody,
.p-sr-blog__inner .blog__body > div:last-of-type tr,
.p-sr-blog__inner .blog__body > div:last-of-type td {
  display: block;
  width: 100%;
  text-align: right;
}

.p-sr-blog__inner img {
  max-width: 100% !important;
  height: auto !important;
}

/* List
--------------------------- */
.p-showroom-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-showroom-list__item {
  width: 48%;
  margin-bottom: 25px;
}

.p-showroom-list__target {
  display: block;
}

.p-showroom-list__head {
  overflow: hidden;
  background-color: #fff;
}

.p-showroom-list__img {
  width: 100%;
  height: 125px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  -o-transition: transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}

.p-showroom-list__body {
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: .85em 0 1em;
  font-weight: 500;
  font-size: 1.3rem;
}

.p-showroom-list__name {
  color: #e70500;
  font-size: 1.5rem;
  text-align: center;
  font-weight: 600;
  border-bottom: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: .85em;
  padding-bottom: .65em;
}

.p-showroom-list__foot a:not(:last-of-type) {
  margin-bottom: 5px;
}

/* =============================================================

  Company

* ============================================================= */
/* environment
=============================*/
.p-environment-fig {
  margin: 0 auto;
  padding: 100px 0;
  background-color: #fff;
  position: relative;
  line-height: 2;
  color: #b28146;
}

.p-environment-fig sub {
  display: inline-block;
  font-size: 65%;
}

.p-environment-fig:before, .p-environment-fig:after {
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  position: absolute;
  left: 0;
}

.p-environment-fig:before {
  top: 10px;
  background: url(/environment/direction/common/img/bgHeaderTop.gif) center top repeat-x;
}

.p-environment-fig:after {
  bottom: 10px;
  background: url(/environment/direction/common/img/bgHeaderBottom.gif) center bottom repeat-x;
}

.p-environment-fig__head {
  line-height: 1.8;
  text-align: center;
  padding: 0 0 25px;
  color: #6eb92b;
  font-size: 2.4rem;
}

.p-environment-fig__subhead {
  color: #e70500;
  text-align: center;
  margin-bottom: 2em;
}

.p-environment-fig__subhead > p {
  font-size: 2.1rem;
  margin-bottom: .75em;
}

.p-environment-fig__frame {
  padding: 1.4em;
  background: #eff7e4;
  position: relative;
  font-size: 1.8rem;
}

.p-environment-fig__frame em {
  display: block;
  font-size: 1.16667em;
}

.p-environment-fig__body {
  padding: 0;
  background: url(/environment/direction/common/img/character_img01.jpg) left bottom no-repeat;
}

.p-environment-fig__body dl {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}

.p-environment-fig dt {
  display: table-cell;
  width: 6em;
  padding-bottom: 5px;
}

.p-environment-fig dt:before {
  content: "\25a0";
}

.p-environment-fig dd {
  display: table-cell;
}

.p-environment-fig dd p {
  margin-bottom: 8px;
}

.p-environment-fig dd ol {
  padding-left: 1.5em;
}

.p-environment-fig dd li {
  margin-bottom: 5px;
  list-style: decimal;
  list-style-position: outside;
}

.p-environment-fig__title {
  font-weight: bold;
  text-align: center;
  margin-bottom: 2em;
  background: url(/environment/direction/common/img/bg_policyTitle.gif) center center repeat-x;
  font-size: 1.8rem;
}

.p-environment-fig__title span {
  display: inline-block;
  padding: 0 15px;
  background: #fff;
}

.p-environment-fig__sign {
  text-align: right;
  padding-bottom: 15px;
}

/* terms
=============================*/
.p-terms-text {
  text-align: left;
}

.p-terms-text a:hover {
  text-decoration: underline;
}

.p-terms-section {
  padding-bottom: 45px;
}

.p-terms-plugin {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #eee;
  padding: 2em;
  width: 100%;
  margin: 30px 0 0;
}

.p-terms-plugin__link {
  text-align: center;
  text-decoration: none;
  display: block;
  width: 100%;
  -webkit-transition: opacity .3s ease-in;
  -o-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in;
}

.p-terms-plugin__link:hover {
  opacity: .75;
}

.p-terms-plugin__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-terms-plugin__logo {
  display: block;
}

.p-terms-plugin__text {
  line-height: 2;
  text-align: justify;
  padding-left: 1em;
  margin-left: 1em;
}

.p-terms-ssl_inner {
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  margin-bottom: 20px;
  margin-top: 15px;
}

.p-terms-ssl_caution {
  display: block;
}

.p-terms-ssl_title {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
  font-weight: bold;
}

.p-terms-ssl_block {
  margin-bottom: 10px;
}

.p-terms-ssl_block:last-of-type {
  margin-bottom: 0;
}

.p-terms-ssl_block ul {
  padding: .5em 1em 0;
}

.p-terms-ssl_block ul li {
  margin-bottom: 0;
}

.p-terms-ssl_block ul a {
  word-break: break-all;
  width: 100%;
  float: none;
  display: block;
  text-align: left;
  text-decoration: underline;
}

.p-terms-ssl_block ul a:hover {
  text-decoration: none;
}

.p-policy-block {
  margin-bottom: 30px;
}

.p-policy-block-title {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: .65em;
}

.p-policy-block-title:before {
  content: "■";
}

.p-policy-block-list__item {
  text-indent: -1em;
  padding-left: 1em;
  list-style-type: disc;
  list-style-position: inside;
}

/* privacy
=============================*/
.p-privacy-lead {
  color: #e70500;
  text-align: justify;
  padding-bottom: 3.5em;
}

.p-privacy-section {
  counter-increment: title;
  padding-top: 2.4em;
}

.p-privacy-section:first-of-type {
  padding-top: 0;
}

.p-privacy-section__title {
  font-weight: 500;
  display: block;
  font-size: 1.8rem;
  padding-bottom: 0.6em;
}

.p-privacy-section__title:before {
  content: "" counter(title) ".";
}

.p-privacy-section a {
  text-decoration: underline;
}

.p-privacy-section a:hover {
  text-decoration: none;
}

.p-privacy-section__sub-title {
  font-weight: 500;
  display: block;
}

.p-privacy-section__list {
  padding-left: 2.4em;
  list-style: lower-roman;
  line-height: 2;
}

.p-privacy-section__inner-list {
  font-size: 1.5rem;
  padding-left: 3.6em;
  list-style: lower-roman;
  line-height: 2.4;
}

.p-privacy-insurance {
  padding: 1.2em 0 1.4em 1.2em;
}

.p-privacy-insurance__title {
  font-size: 1.7rem;
  font-weight: 500;
}

.p-privacy-insurance__list {
  line-height: 2.4;
}

.p-privacy-insurance__list a {
  font-size: 1.6rem;
  color: #e70500;
  font-weight: 500;
}

.p-privacy-signature {
  text-align: right;
  padding: 1.4em 0 2.4em;
}

.p-privacy-banner {
  text-align: center;
}


/* SMS
=============================*/
._sms-sp {
  padding: 0 0 1.75em;
}
.p-sms_block ul li {
  margin-bottom: 1em;
}
.p-sms-section {
  padding-bottom: 45px;
}
.p-sms-text {
  text-align: left;
}
.p-sms-text span {
  color: red;
  font-weight: bold;
}
.p-sms-section img {
  margin: 2em auto;
  width: 100%;
}
.p-sms_inner {
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  margin-bottom: 20px;
  margin-top: 15px;
}

/* management
=============================*/

.p-company-management{
  padding-top: 4em;
}
.p-company-management__body h2{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: bold;
  padding-bottom: 1.5em;
}

.p-company-management__item:not(:last-of-type){
  padding-bottom: 2em;
}

.p-company-management__item h3{
  font-weight: 600;
  display: block;
  font-size: 1.4rem;
  padding-bottom: 0.6em;
}

.p-company-management__text{
  padding-left: 1.5em;
  font-size: 1.3rem;
}
.p-company-management__signature{
  text-align: right;
  padding-top: 3em;
  font-size: 1.4rem;
}

.p-management-lead {
  text-align: justify;
  padding-bottom: 1.8em;
  font-size: 1.4rem;
  font-weight: 600;
}

.p-management-section__list {
  padding-left: 1.6em;
  list-style: decimal;
  line-height: 2;
}

.p-management-section__list li {
  font-size: 1.3rem;
}

.Mut-holidays[data-hansha-cd="71520751"] {
  padding: 1em 5.125%;
  font-size: 1.6rem;
}

/* =============================================================

  Info System

* ============================================================= */
.p-index-information {
  width: calc(100% - 40px);
  margin: 2rem auto 0;
  max-width: 1020px;
}

.p-index-information-nav:not(:first-child) {
  margin-top: 1rem;
}

.p-index-information-nav {
  display: block;
  padding: 1.5rem 1.5rem 1.2rem 5.2rem;
  position: relative;
  /* border-radius: 8px; */
  background: #f0f0f0;
  text-decoration: none;
  transition: all .3s ease-out;
}

.p-index-information-nav.is-important {
  background: #e70500;
  border: 1px solid #e70500;
  color: #fff;
}

.p-index-information-nav:hover {
  opacity: .7;
}

.p-index-information-nav:before {
  left: 1.5rem;
  width: 2em;
  height: 2em;
}

.p-index-information-nav__icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1.5rem;
  display: block;
  width: 2em;
  height: 2em;
  margin: auto 0;
}

.p-index-information-nav:after {
  content: "";
  position: absolute;
  top: 0;
  right: 2.5rem;
  bottom: 0;
  display: block;
  width: .8rem;
  height: .8rem;
  margin: auto 0;
  border-top: 2px solid;
  border-right: 2px solid;
  transition: .3s;
  transform: rotate(45deg);
}

.p-index-information-nav:hover:after {
  right: 2rem;
}

.p-index-information-nav__date {
  display: block;
  line-height: 1.3em;
  margin-right: 1.5rem;
  font-family: "outfit", sans-serif;
}

.p-index-information-nav__date {
  display: block;
}

.p-information-section .blog__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #000;
  color: #fff;
}

.p-information-section .blog__title,
.p-information-section .blog__date {
  font-size: 1.8rem;
  font-weight: 600;
}

.p-information-section .blog__body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2.4em 1.4em 3.2em;
  width: 100%;
}

.p-information-section .blog__paging {
  color: #000;
  font-weight: 500;
  font-size: 1.4rem;
  text-align: right;
  line-height: 2.75;
  padding-top: 15px;
}

.p-information-section .blog__paging a {
  text-decoration: underline;
  color: #e10015;
}

.p-information-section .blog__paging a:hover {
  text-decoration: none;
}

.p-information-section .blog__body > div:last-of-type {
  padding-top: 1.4em;
}

.p-information-section .blog__body > div:last-of-type table,
.p-information-section .blog__body > div:last-of-type tbody,
.p-information-section .blog__body > div:last-of-type tr,
.p-information-section .blog__body > div:last-of-type td {
  display: block;
  width: 100%;
  text-align: right;
}

.p-information-section img {
  max-width: 100% !important;
  height: auto !important;
}

.p-information-container .blog__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .85em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #000;
  color: #fff;
}

.p-information-container .blog__title,
.p-information-container .blog__date {
  font-size: 1.2rem;
  font-weight: 600;
}

.p-information-container .blog__body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em 0 3.2em;
  width: 100%;
}

.p-information-container .blog__paging {
  color: #000;
  font-size: 1rem;
  text-align: right;
  padding-bottom: 15px;
}

.p-information-container .blog__paging a {
  text-decoration: underline;
}

.p-information-container .blog__body > div:last-of-type {
  padding-top: 1.4em;
}

.p-information-container .blog__body > div:last-of-type table,
.p-information-container .blog__body > div:last-of-type tbody,
.p-information-container .blog__body > div:last-of-type tr,
.p-information-container .blog__body > div:last-of-type td {
  display: block;
  width: 100%;
  text-align: right;
}

.p-information-container img {
  max-width: 100% !important;
  height: auto !important;
}

.COMMON-UCAR-detail__pageback > a,
.COMMON-UCAR-detail-shop__tel > a,
.COMMON-UCAR-detail-shop__order.dNone >a {
  text-decoration: underline;
}