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

Index

* ============================================================= */
/* slider
=============================== */
.p-index-slider__main {
  width: 100%;
}

.p-index-slider__main img {
  width: 100%;
}

.p-index-slider__sub {
  width: 100%;
  padding: 5px 0;
  background: #eee;
}

.p-index-slider-image {
  overflow: hidden;
  width: 100%;
  height: 33.33333vw;
}

.p-index-slider-image.slick-initialized {
  height: auto;
}

.p-index-slider-thumbs__item {
  position: relative;
  max-width: 33.33333%;
  border: 5px solid #eee;
  background: #000;
  cursor: pointer;
  transition: all .3s ease-out;
}

.p-index-slider-thumbs__item:hover {
  transform: translateY(-2px);
}

.p-index-slider-thumbs:not(._moving-thumb) .p-index-slider-thumbs__item.slick-current:before,
.p-index-slider-thumbs._moving-thumb .p-index-slider-thumbs__item.is-selected:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 4px solid #c00;
}

/* information
=============================== */
.p-index-information {
  margin-top: 1.875em;
  padding: 0 4.39239%;
  background: #c00;
}

@media screen and (max-width: 960px) {
  .p-index-information {
    padding: 0 2.19619%;
  }
}

.p-index-information__inner {
  display: flex;
  justify-content: space-around;
  width: 1120px;
  max-width: calc(100% - 7em - 1px);
  margin: 0 auto;
}

.p-index-information__head {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: calc(6.55em + 1px);
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.p-index-information__head:after {
  content: "";
  width: 1px;
  height: calc(100% - 1.5em);
  margin: 0 1.25em;
  background: #fff;
}

@media screen and (max-width: 560px) {
  .p-index-information__head {
    width: calc(6.55em + 1px);
  }
  .p-index-information__head:after {
    margin: 0 .75em;
  }
}

.p-index-information__body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  max-width: 100%;
  padding: .5em 0;
}

.p-index-information-link {
  width: 100%;
  max-width: 100%;
  margin: 2px auto;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.p-index-information-link.is-important {
  background: #fff;
  color: #c00;
}

@media screen and (max-width: 960px) {
  .p-index-information-link:after {
    margin: auto 0 auto 1em;
  }
}

@media screen and (min-width: 961px) {
  .p-index-information-link:hover:after {
    transform: rotate(45deg) translateX(.375em) translateY(-.375em);
  }
}

.p-index-information-link__inner {
  display: flex;
  max-width: 100%;
}

.p-index-information-link__inner:after {
  content: "";
  display: block;
  box-sizing: border-box;
  width: .5em;
  height: .5em;
  margin: auto .75em auto 1.375em;
  border-top: 2px solid;
  border-right: 2px solid;
  transition: all .3s ease-out;
  transform: rotate(45deg);
}

.p-index-information-link__body {
  display: block;
  flex: 1 1;
  overflow: hidden;
  padding: .25em .5em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p-index-information-link__date {
  display: flex;
  align-items: center;
  flex-shrink: 1;
  margin: auto 0 auto auto;
}

.p-information-contents .blog__body strong {
  font-weight: bold;
}

.p-information-contents .blog__body em {
  font-style: italic;
}

/* movie
=============================== */

@media screen and (max-width: 960px) {
  .p-index-movie{
    margin: 5em 0;
  }
}

.p-index-movie__inner{
    width: 1244px;
    max-width: 95.4612%;
    margin: 3.75em auto 0;
}

@media screen and (max-width: 960px) {
  .p-index-movie__inner{
    margin-top: calc((100% - 95.4612%)/2);
  }
}

.p-index-movie__head{
  text-align: center;
  padding: 0 1em;
}

@media screen and (max-width: 560px) {
  .p-index-movie__head{
    margin-bottom: 2.5em;
  }
}

.p-index-movie__contents{
  display: flex;
  justify-content: space-around;
  align-items: center;
}

@media screen and (max-width: 560px) {
  .p-index-movie__contents{
    flex-direction: column;
  }
}

.p-index-movie__item{
  position: relative;
  max-width: 50%;
  line-height: 0;
}

@media screen and (max-width: 560px) {
  .p-index-movie__item{
    max-width: 100%;
  }
}

.p-index-movie__item video{
  width: 100%;
}


/* nav
=============================== */
.p-index-nav {
  width: 1244px;
  max-width: 95.4612%;
  margin: 3.75em auto 0;
}

@media screen and (max-width: 960px) {
  .p-index-nav {
    margin-top: calc((100% - 95.4612%)/2);
  }
}

.p-index-nav__grid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.p-index-nav__item {
  width: 50%;
  border: 1px solid #fff;
}

.p-index-snsbnr {
	display: flex;
    justify-content: space-between;
	margin-top: 3em;
}
.p-index-snsbnr a:hover {
  opacity: .7;
  transition: .2s;
}

@media screen and (max-width: 960px) {
	.p-index-snsbnr {
		flex-direction: column;
		gap: 20px;
	 }
}

.p-index-other {
  margin-top: 3em;
  display: flex;
  justify-content: center;
}

/* usedcar
=============================== */
.p-index-usedcar {
  margin-top: 5.625em;
}

.p-index-usedcar__inner {
  display: flex;
  flex-wrap: wrap;
  width: 1120px;
  max-width: 91.21523%;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  .p-index-usedcar__inner {
    position: relative;
    padding-bottom: calc(5em + 1.875em);
  }
}

.p-index-usedcar__head {
  width: 22.375em;
  margin: auto 5.35714% auto 0;
}

@media screen and (max-width: 960px) {
  .p-index-usedcar__head {
    width: 100%;
    margin: 0;
    text-align: center;
  }
}

.p-index-usedcar__lead {
  /* -0.4375em for line-height offset */
  margin-top: 3.1875em;
  margin-bottom: -.4375em;
  line-height: 1.875;
}

@media screen and (max-width: 960px) {
  .p-index-usedcar__lead {
    /* -0.4375em for line-height offset */
    margin-top: 2.5625em;
    margin-bottom: -.4375em;
    line-height: 1.875;
  }
  .p-index-usedcar__lead br {
    display: none;
  }
}

.p-index-usedcar__stock {
  display: flex;
  margin-top: 1.875em;
}

@media screen and (max-width: 960px) {
  .p-index-usedcar__stock {
    justify-content: center;
    margin-top: 2.5em;
  }
}

.p-index-usedcar__button {
  width: 100%;
  margin-top: 2.5em;
}

@media screen and (max-width: 960px) {
  .p-index-usedcar__button {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    padding: 0 6.52174%;
  }
}

.p-index-usedcar__body {
  width: calc(94.64286% - 22.375em);
  max-width: 57.05357%;
  margin-left: auto;
}

@media screen and (max-width: 960px) {
  .p-index-usedcar__body {
    width: 100%;
    max-width: 100%;
    margin-top: 3em;
  }
}

/* stock */
.p-index-usedcar-stock {
  display: flex;
  align-items: center;
  color: #c00;
  font-weight: bold;
  font-size: 1.625em;
  line-height: 1;
}

@media screen and (max-width: 560px) {
  .p-index-usedcar-stock {
    font-size: 1.25em;
  }
}

.p-index-usedcar-stock__head {
  margin-right: .66667em;
  font-size: 1.15385em;
  line-height: 1.06667;
}

.p-index-usedcar-stock__body em {
  padding-top: .03em;
  font-size: 4.61538em;
  font-family: "Roboto Condensed", sans-serif;
  line-height: .7;
}

/* list */
.p-index-usedcar-list-wrapper {
  position: relative;
  width: calc(100% + ((100vw - 1120px)/2));
  padding: 0 3.28084%;
}

.p-index-usedcar-list-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 66.66667%;
  background: #f2f2f2;
}

@media screen and (max-width: 1227.86517px) {
  .p-index-usedcar-list-wrapper {
    width: calc(100% + 4.39239vw);
  }
}

.p-index-usedcar-list {
  position: relative;
  z-index: 1;
  width: 125.98425%;
  padding: 0 0 6.56168%;
}

@media screen and (max-width: 1244px) {
  .p-index-usedcar-list {
    /* 1244px - 960px の間の幅を 16px - 14px の範囲で変化 */
    font-size: calc(7.23944px + .70423vw);
  }
}

@media screen and (max-width: 960px) {
  .p-index-usedcar-list {
    font-size: 14px;
  }
}

.p-index-usedcar-list .slick-track {
  display: flex;
  align-items: stretch;
}

.p-index-usedcar-list .slick-slide {
  float: none;
  height: auto;
}

.p-index-usedcar-list__item {
  position: relative;
  z-index: 2;
  display: flex !important;
  align-items: flex-end;
  height: 100%;
  padding: 0 25px;
}

.p-index-usedcar-list__item > * {
  margin: auto auto 0;
}

@media screen and (max-width: 560px) {
  .p-index-usedcar-list__item {
    padding: 0 12px;
  }
}

.p-index-usedcar-list__nav {
  position: absolute;
  top: 8%;
  left: 53.28084%;
  z-index: 3;
  display: flex;
  align-items: center;
  width: 17.20351vw;
  max-width: 235px;
  padding: 0 4.65116%;
}

@media screen and (max-width: 960px) {
  .p-index-usedcar-list__nav {
    width: 25%;
    max-width: none;
  }
}

.p-index-usedcar-slider-prev,
.p-index-usedcar-slider-next {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 12px;
  height: 12px;
  margin: auto 0;
  padding: 0;
  outline: none;
  border: 0;
  border-bottom: 3px solid;
  background: none;
  color: #c00;
  font-size: 0px;
  line-height: 0px;
  cursor: pointer;
}

.p-index-usedcar-slider-prev {
  left: 2.12766%;
  border-left: 3px solid;
  transform: rotate(45deg);
}

.p-index-usedcar-slider-next {
  right: 2.12766%;
  border-right: 3px solid;
  transform: rotate(-45deg);
}

.p-index-usedcar-slider-pagination {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
}

.p-index-usedcar-slider-pagination > li button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0;
  outline: none;
  border: 0;
  border-radius: 100%;
  background: #1f1f1f;
  font-size: 0;
  line-height: 0;
  opacity: .2;
  cursor: pointer;
}

.p-index-usedcar-slider-pagination > li.slick-active button {
  opacity: 1;
}

/* card */
.p-index-usedcar-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  background: #fff;
  text-decoration: none;
  transition: all .4s;
  transform: scale(.8);
  transform-origin: bottom left;
}

@media screen and (max-width: 560px) {
  .p-index-usedcar-card {
    font-size: .875em;
  }
}

.slick-slider.is-prev-clone-showing .slick-cloned + .slick-cloned .p-index-usedcar-card,
.slick-slider.is-next-clone-showing .slick-slide:not(.slick-cloned) + .slick-cloned .p-index-usedcar-card,
.slick-current .p-index-usedcar-card {
  transition: all .3s .05s;
  transform: scale(1);
}

.slick-active .p-index-usedcar-card,
.slick-current .p-index-usedcar-card {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .08);
}

.p-index-usedcar-card__head {
  position: relative;
  overflow: hidden;
}

.p-index-usedcar-card__head:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: #c00;
  transform: scaleX(0);
}

.p-index-usedcar-card:hover .p-index-usedcar-card__head:after {
  -webkit-animation: .6s ease forwards navImageHover;
          animation: .6s ease forwards navImageHover;
}

.p-index-usedcar-card__image {
  height: 0;
  padding-top: 96.31579%;
  background: 50% 50% no-repeat #ddd;
  background-size: cover;
  transition: transform .6s ease;
}

.p-index-usedcar-card:hover .p-index-usedcar-card__image {
  transform: scale(1.1);
}

.p-index-usedcar-card__body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-height: 9.75em;
  padding: 1.875em;
}

@media screen and (max-width: 960px) {
  .p-index-usedcar-card__body {
    padding: 1.25em;
    font-size: .875em;
  }
}

.p-index-usedcar-card__name {
  font-weight: bold;
  font-size: 1.125em;
  line-height: 1;
}

.p-index-usedcar-card__data {
  display: flex;
  flex-wrap: wrap;
  margin-top: .625em;
  margin-bottom: auto;
}

.p-index-usedcar-card__data > p:not(:last-child):after {
  content: "\ff5c";
  margin: 0 .25em;
}

.p-index-usedcar-card__price {
  margin-top: .75em;
  color: #c00;
  text-align: right;
  font-weight: bold;
  line-height: 1;
}

.p-index-usedcar-card__price span {
  display: inline-block;
  margin: .1em 0;
}

.p-index-usedcar-card__price em {
  font-size: 1.875em;
}

/* blog
=============================== */
.p-index-blog {
  margin-top: 5em;
  margin-bottom: 6.875em;
  padding: 4.375em 0;
  background: #f2f2f2;
}

.p-index-blog__inner {
  width: 1120px;
  max-width: 91.21523%;
  margin: 0 auto;
}

.p-index-blog__body {
  margin-top: 2.5em;
}

/* list */
.p-index-blog-list {
  display: flex;
  flex-wrap: wrap;
  width: 104.46429%;
  margin: -2.23214% -2.23214%;
  padding-top: 1px;
}

.p-index-blog-list__item {
  width: 50%;
  padding: 2.13675% 2.13675%;
}

@media screen and (max-width: 960px) {
  .p-index-blog-list__item {
    width: 100%;
  }
}

/* card */
.p-index-blog-card {
  display: flex;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .08);
  text-decoration: none;
}

.p-index-blog-card__image {
  position: relative;
  overflow: hidden;
  width: 37.38318%;
}

.p-index-blog-card__image > div {
  display: block;
  box-sizing: border-box;
  width: 100%;
  min-height: 100%;
  padding-top: 100%;
  background-color: #ccc;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform .4s ease;
}

.p-index-blog-card__image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: #c00;
  transform: scaleX(0);
}

.p-index-blog-card:hover .p-index-blog-card__image:before {
  transform: scale(1.1);
}

.p-index-blog-card:hover .p-index-blog-card__image:after {
  -webkit-animation: .4s ease forwards navImageHover;
          animation: .4s ease forwards navImageHover;
}

.p-index-blog-card__contents {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 62.61682%;
  padding: 1.25em 1.875em;
}

.p-index-blog-card__head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.p-index-blog-card._new .p-index-blog-card__head:before {
  content: "NEW";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.71429em;
  height: 1.28571em;
  margin-right: .71429em;
  padding-top: .05em;
  background: #c00;
  color: #fff;
  font-weight: bold;
  font-size: .875em;
  font-family: "Roboto Condensed", sans-serif;
  line-height: .7;
}

.p-index-blog-card__title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  font-size: 1.25em;
}

.p-index-blog-card._new .p-index-blog-card__title {
  width: calc(100% - 2.4em);
}

.p-index-blog-card__text {
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p-index-blog-card__foot {
  margin-top: 5.37313%;
}

/* showroom
=============================== */
.p-index-showroom {
  margin-top: 5.625em;
}

.p-index-showroom__inner {
  width: 1120px;
  max-width: 91.21523%;
  margin: 0 auto;
}

.p-index-showroom__body {
  margin-top: 3.75em;
}

/* maintenance
=============================== */
.p-index-maintenance {
  position: relative;
  margin-top: 6.25em;
  padding-top: 10em;
  padding-bottom: 3.75em;
}

.p-index-maintenance:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: calc(100vh - 90px);
  background: url(../img/bg_maintenance.jpg) 50% bottom no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

@media screen and (max-width: 960px) {
  .p-index-maintenance:before {
    height: 21.875em;
    background-attachment: scroll;
    background-position: 50% bottom;
  }
}

.p-index-maintenance:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: calc(100% - 21.875em);
  background: #f2f2f2;
}

.p-index-maintenance__frame {
  position: relative;
  z-index: 1;
  width: 1244px;
  max-width: 95.4612%;
  margin: 0 auto;
  padding: 5.85652% 3.66032%;
  background: #fff;
}

@media screen and (max-width: 960px) {
  .p-index-maintenance__frame {
    max-width: 91.21523%;
    padding: 7.24638%;
  }
}

.p-index-maintenance__inner {
  width: 984px;
  max-width: 100%;
  margin: 0 auto;
}

.p-index-maintenance__head {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1244px) {
  .p-index-maintenance__head {
    flex-direction: column;
  }
}

.p-index-maintenance__head > *:first-child {
  margin-right: 1.75em;
  margin-bottom: 1.875em;
}

.p-index-maintenance__head > *:last-child {
  margin-bottom: 3.125em;
}

.p-index-maintenance__lead {
  /* -0.8125em for line-height offset */
  margin-top: -.8125em;
  margin-bottom: -.8125em;
  line-height: 2.625;
}

.p-index-maintenance__lead span {
  display: inline-block;
}

@media screen and (max-width: 960px) {
  .p-index-maintenance__lead {
    line-height: 1.5;
  }
}

@media screen and (max-width: 560px) {
  .p-index-maintenance__lead span {
    display: inline;
  }
}

/* list */
.p-index-maintenance-list {
  display: flex;
  flex-wrap: wrap;
  width: 105%;
  margin: 0 -2.5%;
}

@media screen and (max-width: 960px) {
  .p-index-maintenance-list {
    width: 100%;
    margin: 0;
  }
}

.p-index-maintenance-list__item {
  width: 33.33333%;
}

@media screen and (max-width: 960px) {
  .p-index-maintenance-list__item {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 560px) {
  .p-index-maintenance-list__item + .p-index-maintenance-list__item {
    margin-top: 4%;
  }
}

/* nav */
.p-index-maintenance-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5em 0;
  text-decoration: none;
  transition: all .3s ease-out;
}

@media screen and (min-width: 961px) {
  .p-index-maintenance-nav:hover {
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, .08);
    transform: translateY(-3px);
  }
}

@media screen and (max-width: 960px) {
  .p-index-maintenance-nav {
    flex-direction: row;
    padding: 0;
  }
}

.p-index-maintenance-nav__image {
  margin-bottom: 3em;
}

@media screen and (max-width: 960px) {
  .p-index-maintenance-nav__image {
    width: 29.82456%;
    margin-bottom: 0;
  }
}

.p-index-maintenance-nav__contents {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 960px) {
  .p-index-maintenance-nav__contents {
    align-items: flex-start;
    padding-left: 1.54545em;
  }
}

.p-index-maintenance-nav__head {
  font-weight: 300;
  font-size: 1.5em;
  font-family: "Roboto Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  line-height: 1;
}

.p-index-maintenance-nav__body {
  /* -0.375em for line-height offset */
  margin-top: .875em;
  margin-bottom: 1.125em;
}

.p-index-maintenance-nav__foot {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  padding-right: 1.28571em;
  color: #c00;
  font-weight: bold;
  font-size: .875em;
}

.p-index-maintenance-nav__foot:before {
  content: "";
  display: block;
  width: 2.85714em;
  height: 1px;
  margin-right: .71429em;
  background: #bbb;
}

.p-index-maintenance-nav__foot:after {
  content: "";
  position: absolute;
  top: 0;
  right: -.5em;
  bottom: 0;
  display: block;
  box-sizing: border-box;
  width: .5em;
  height: .5em;
  margin: auto;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
}

/* reservation
=============================== */
.p-index-reservation {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 23.75em;
  color: #fff;
}

.p-index-reservation:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: calc(100vh - 90px);
  background: url(../img/bg_reservation.jpg) 50% bottom no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

@media screen and (max-width: 960px) {
  .p-index-reservation:before {
    background-attachment: scroll;
    background-position: 50% 0%;
    background-size: contain;
  }
}

.p-index-reservation__head {
  z-index: 1;
  margin-bottom: .66667em;
  font-size: 1.875em;
  line-height: 1;
}

.p-index-reservation__button {
  z-index: 1;
  width: 37.5em;
  max-width: 86.66667%;
}

/* topics
=============================== */
.p-index-topics {
  position: relative;
  z-index: 1;
  padding-top: 6.5625em;
  padding-bottom: 5.625em;
  background: #fff;
}

.p-index-topics__inner {
  width: 1120px;
  max-width: 91.21523%;
  margin: 0 auto;
}

.p-index-topics__body {
  width: 89.28571%;
  margin: 1.5625em auto 0;
}

.p-index-topics-list__item {
  border-bottom: 1px solid #ccc;
}

.p-index-topics-list .topics-link {
  display: flex;
  flex-wrap: wrap;
  padding: 2.0625em 0 2.125em;
  text-decoration: none;
  line-height: 1.375;
}

.p-index-topics-list .topics-link__head {
  width: 7.1875em;
}

.p-index-topics-list .topics-link__category {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.42857em;
  height: 1.57143em;
  padding-top: .05em;
  background: #1f1f1f;
  color: #fff;
  font-weight: bold;
  font-size: .875em;
  font-family: "Roboto Condensed", sans-serif;
  line-height: .7;
}

.p-index-topics-list .topics-link__category._campaign {
  background: #c00;
}

.p-index-topics-list .topics-link__text {
  width: calc(100% - 12.8125em);
  padding-left: 2em;
}

@media screen and (max-width: 560px) {
  .p-index-topics-list .topics-link__text {
    width: 100%;
    margin-top: .75em;
    padding-left: 0;
    line-height: 1.85;
  }
}

.p-index-topics-list a.topics-link {
  transition: all .3s ease-out;
}

.p-index-topics-list a.topics-link:hover {
  opacity: .7;
  transform: translateY(-2px);
}

/* recruit
=============================== */
.p-index-recruit {
  position: relative;
  z-index: 1;
  padding-bottom: 5.625em;
  background: #fff;
}

.p-index-recruit__inner {
  display: flex;
  width: 1120px;
  max-width: 91.21523%;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  .p-index-recruit__inner {
    position: relative;
    flex-wrap: wrap;
    padding-bottom: calc(5em + 1.875em);
  }
}

.p-index-recruit__contents {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto 7.14286% auto 0;
}

@media screen and (max-width: 960px) {
  .p-index-recruit__contents {
    width: 100%;
    margin: 0;
    text-align: center;
  }
}

.p-index-recruit__lead {
  /* -0.4375em for line-height offset */
  margin-top: 2.0625em;
  margin-bottom: -.4375em;
  line-height: 1.875;
}

.p-index-recruit__button {
  margin-top: 2.5em;
}

@media screen and (max-width: 960px) {
  .p-index-recruit__button {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    padding: 0 6.52174%;
  }
}

.p-index-recruit__image {
  width: 57.05357%;
  margin-left: auto;
}

@media screen and (max-width: 960px) {
  .p-index-recruit__image {
    width: 100%;
    margin-top: 2em;
  }
}

.p-index-recruit__image img {
  display: block;
  width: calc(100% + ((100vw - 1120px)/2));
  max-width: none;
}

@media screen and (max-width: 1227.86517px) {
  .p-index-recruit__image img {
    width: calc(100% + 4.39239vw);
  }
}

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

Newcar

* ============================================================= */
.p-newcar-contents > div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.p-newcar-contents > div#zenkoku_zankure {
  justify-content: center;
}

.p-newcar-contents br {
  display: none;
}

.p-newcar-contents object {
  float: left;
  width: 50%;
  padding: 1rem;
}

.p-newcar-contents div[id^="img600"] {
  float: left;
  width: 50%;
  padding: 1rem;
}

@media screen and (max-width: 560px) {
  .p-newcar-contents div[id^="img600"] {
    width: 100%;
    padding: .75rem 0;
  }
  .p-newcar-contents div[id^="img600"]:first-child {
    padding-top: 0;
  }
}

.p-newcar-contents div[id^="img600"] a {
  display: block;
  transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.p-newcar-contents div[id^="img600"] a:hover {
  opacity: .7;
}

.p-newcar-contents div[id^="img600"] a img {
  width: 100%;
}

.p-newcar-contents table {
  width: 100%;
  padding: 3rem 0;
  border-spacing: 1rem 0;
  border-collapse: separate;
  table-layout: fixed;
}

.p-newcar-contents table a {
  display: block;
  transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.p-newcar-contents table a:hover {
  opacity: .7;
}

.p-newcar-contents table img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  .p-newcar-contents table tr:first-child {
    display: none;
  }
}

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

Special Car

* ============================================================= */
.p-specialcar-contents .frame-c {
  clear: both;
  width: 100%;
  padding: 5rem 0 0;
}

.p-specialcar-contents .frame-c::after {
  content: "";
  display: block;
  clear: both;
  width: 0;
  height: 0;
}

.p-specialcar-contents .frame-c:first-child {
  padding-top: 0;
}

.p-specialcar-contents .frame-c * {
  text-align: left !important;
}

.p-specialcar-contents .frame-c .mainimg-cw {
  float: left;
  overflow: hidden;
  width: 20rem;
  vertical-align: top;
  font-size: 1.2rem;
}

@media screen and (max-width: 560px) {
  .p-specialcar-contents .frame-c .mainimg-cw {
    float: none;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 2rem;
  }
}

.p-specialcar-contents .frame-c .mainimg-cw a {
  display: block;
  margin: 0 auto 1em;
  transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.p-specialcar-contents .frame-c .mainimg-cw a:hover {
  opacity: .7;
}

.p-specialcar-contents .frame-c .mainimg-cw a img {
  float: none;
  margin-right: 0;
}

.p-specialcar-contents .frame-c .mainimg-cw img {
  float: left;
  margin-right: .5em;
}

.p-specialcar-contents .frame-c .mainimg-cw .gas {
  overflow: hidden;
}

.p-specialcar-contents .frame-c .maintxt-cw {
  overflow: hidden;
  padding-left: 2rem;
  background-image: none;
  vertical-align: top;
}

@media screen and (max-width: 560px) {
  .p-specialcar-contents .frame-c .maintxt-cw {
    padding-left: 0;
  }
}

.p-specialcar-contents .frame-c ul.n-cw {
  padding: 0 0 1em 1.5em;
  list-style-type: disc;
  font-size: 1.4rem;
}

.p-specialcar-contents .frame-c ul.n-cw li {
  list-style-position: outside;
  list-style-type: disc;
}

.p-specialcar-contents .frame-c .cartype-w {
  padding: 0 0 5px 0;
  font-size: 1.4rem;
}

.p-specialcar-contents .frame-c .carname-cw {
  margin: 0 0 1.5rem;
  padding-left: 0;
  border-bottom: 1px solid #c00;
  font-size: 2rem;
}

.p-specialcar-contents .frame-c .carname-cw a {
  color: #c00;
  text-decoration: none;
}

.p-specialcar-contents .frame-c .carname-cw a:hover {
  text-decoration: underline;
}

.p-specialcar-contents .frame-c .spacialeq-cw {
  margin: 0 0 5px;
  font-size: 1.6rem;
}

.p-specialcar-contents .frame-c .clear-toku {
  height: 0;
}

.p-specialcar-contents .corner-cw {
  display: none;
}

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

Demo Car

* ============================================================= */
.p-democar-contents .ATC-title-text {
  padding-left: 0;
  border-left: 0;
  font-size: 1.625em;
}

.p-democar-contents .ATC-car-contents:not(:last-child) {
  margin-bottom: 3.75em;
}

.p-democar-contents .ATC-car-contents-lineup-inner {
  min-width: 0;
}

@media screen and (max-width: 960px) {
  .p-democar-contents .ATC-car-contents-lineup-inner {
    width: 20%;
  }
}

@media screen and (max-width: 560px) {
  .p-democar-contents .ATC-car-contents-lineup-inner {
    width: 33.33333%;
  }
}

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

Usedcar

* ============================================================= */
.p-usedcar-contents .COMMON-UCAR-table-list .COMMON-UCAR-thumb {
  margin-right: .75em;
}

.p-usedcar-contents .COMMON-UCAR-table-list .COMMON-UCAR-name {
  float: none;
  overflow: hidden;
  width: auto;
  font-size: .8125em;
}

.p-usedcar-contents .COMMON-UCAR-table-list .COMMON-UCAR-name a {
  font-weight: 550;
  font-size: 1.23077em;
}

.p-usedcar-contents .COMMON-UCAR-search {
  padding: 1.25em;
  background: #f4f4f4;
}

.p-usedcar-contents .COMMON-UCAR-search input,
.p-usedcar-contents .COMMON-UCAR-search select {
  background-color: #fff;
}

.p-usedcar-contents .COMMON-UCAR-search-list li {
  display: flex;
  align-items: center;
}

.p-usedcar-contents .COMMON-UCAR-search-list li input {
  margin-right: .25em;
}

.p-usedcar-contents .COMMON-UCAR-search-btns {
  display: flex;
  align-items: center;
  line-height: 1;
}

/* for responsive
=============================== */
@media screen and (max-width: 960px) {
  #usedcar-resp .COMMON-UCAR-table table,
  #usedcar-resp .COMMON-UCAR-table thead,
  #usedcar-resp .COMMON-UCAR-table tbody,
  #usedcar-resp .COMMON-UCAR-table tr,
  #usedcar-resp .COMMON-UCAR-table th,
  #usedcar-resp .COMMON-UCAR-table td {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    text-align: left;
  }
  #usedcar-resp .COMMON-UCAR-table .COMMON-UCAR-table-header {
    display: none;
  }
  #usedcar-resp .COMMON-UCAR-table .COMMON-UCAR-table-list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
  #usedcar-resp .COMMON-UCAR-table .COMMON-UCAR-name {
    float: none;
    width: auto;
  }
  #usedcar-resp .COMMON-UCAR-table .COMMON-UCAR-info {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 1em;
    background: #f2f2f2;
  }
  #usedcar-resp .COMMON-UCAR-table .COMMON-UCAR-thumb {
    float: none;
    box-sizing: border-box;
    box-sizing: border-box;
    width: 320px;
    max-width: 50%;
    margin: 0;
    padding: 0;
  }
  #usedcar-resp .COMMON-UCAR-table .COMMON-UCAR-thumb a {
    display: block;
  }
  #usedcar-resp .COMMON-UCAR-table .COMMON-UCAR-thumb a img {
    display: block;
    width: 100% !important;
  }
  #usedcar-resp .COMMON-UCAR-table .COMMON-UCAR-name {
    padding-right: 1.2em;
    padding-left: 1.2em;
    font-size: 1.125em;
  }
  #usedcar-resp .COMMON-UCAR-table .COMMON-UCAR-name a {
    display: inline-block;
    margin-bottom: .5em;
    /* 車種名*/
    font-size: 140%;
  }
  #usedcar-resp .COMMON-UCAR-table .COMMON-UCAR-price {
    /* 車両販売価格*/
    width: 100%;
    padding-bottom: 1em;
    text-align: center;
    font-size: 1.5em;
  }
  #usedcar-resp .COMMON-UCAR-table .COMMON-UCAR-price br {
    display: none;
  }
  #usedcar-resp .COMMON-UCAR-table .COMMON-UCAR-price span {
    display: inline-block;
    margin-left: .5em;
  }
  #usedcar-resp .COMMON-UCAR-table .COMMON-UCAR-price:before {
    content: "\8ECA\4E21\8CA9\58F2\4FA1\683C\FF1A";
    display: inline-block;
  }
  #usedcar-resp .COMMON-UCAR-table .COMMON-UCAR-year,
  #usedcar-resp .COMMON-UCAR-table .COMMON-UCAR-distance,
  #usedcar-resp .COMMON-UCAR-table .COMMON-UCAR-color,
  #usedcar-resp .COMMON-UCAR-table .COMMON-UCAR-power {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    padding: 8px 0 8px 7em;
    border-bottom: 1px solid #ddd;
    font-size: 1.25em;
    line-height: 2;
  }
  #usedcar-resp .COMMON-UCAR-table .COMMON-UCAR-year:before,
  #usedcar-resp .COMMON-UCAR-table .COMMON-UCAR-distance:before,
  #usedcar-resp .COMMON-UCAR-table .COMMON-UCAR-color:before,
  #usedcar-resp .COMMON-UCAR-table .COMMON-UCAR-power:before {
    content: "\5E74\5F0F";
    position: absolute;
    top: 8px;
    left: 0;
    display: block;
    float: left;
    width: 6em;
    background: #444;
    color: #fff;
    text-align: center;
  }
  #usedcar-resp .COMMON-UCAR-table .COMMON-UCAR-year {
    /* 年式 */
    border-top: 1px solid #eee;
  }
  #usedcar-resp .COMMON-UCAR-table .COMMON-UCAR-year:before {
    content: "\5E74\5F0F";
  }
  #usedcar-resp .COMMON-UCAR-table .COMMON-UCAR-distance {
    /* 走行距離 */
  }
  #usedcar-resp .COMMON-UCAR-table .COMMON-UCAR-distance:before {
    content: "\8D70\884C\8DDD\96E2";
  }
  #usedcar-resp .COMMON-UCAR-table .COMMON-UCAR-color {
    /* カラー */
  }
  #usedcar-resp .COMMON-UCAR-table .COMMON-UCAR-color:before {
    content: "\30AB\30E9\30FC";
  }
  #usedcar-resp .COMMON-UCAR-table .COMMON-UCAR-power {
    /* 排気量 */
  }
  #usedcar-resp .COMMON-UCAR-table .COMMON-UCAR-power:before {
    content: "\6392\6C17\91CF";
  }
  #usedcar-resp .COMMON-UCAR-table .COMMON-UCAR-compare-check {
    margin-top: 1em;
    margin-bottom: 1em;
    padding: .75em;
  }
  #usedcar-resp .COMMON-UCAR-table .COMMON-UCAR-shop {
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
    border-bottom: 3px solid #bfbfbf;
    font-size: 1.25em;
  }
  #usedcar-resp .COMMON-UCAR-table .COMMON-UCAR-shop a {
    display: inline-block;
  }
}

@media screen and (max-width: 560px) {
  #usedcar-resp #UCAR-search {
    padding-top: 10px;
  }
  #usedcar-resp .COMMON-UCAR-search table,
  #usedcar-resp .COMMON-UCAR-search thead,
  #usedcar-resp .COMMON-UCAR-search tbody,
  #usedcar-resp .COMMON-UCAR-search tr,
  #usedcar-resp .COMMON-UCAR-search th,
  #usedcar-resp .COMMON-UCAR-search td {
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    text-align: left;
    line-height: 1.75;
  }
  #usedcar-resp .COMMON-UCAR-search th {
    padding-top: .75em;
  }
  #usedcar-resp .COMMON-UCAR-search td {
    padding-bottom: .75em;
    border-bottom: 1px solid #c9c9c9;
  }
  #usedcar-resp .COMMON-UCAR-search-btns {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  #usedcar-resp .COMMON-UCAR-search-btns .COMMON-UCAR-search-submit {
    display: block;
    order: -1;
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  #usedcar-resp .COMMON-UCAR-search-btns .COMMON-UCAR-search-toggle,
  #usedcar-resp .COMMON-UCAR-search-btns .COMMON-UCAR-search-reset {
    display: block;
    float: none;
    width: auto;
    margin: 0 10px;
  }
  #usedcar-resp .COMMON-UCAR-search-btns .COMMON-UCAR-search-title {
    margin-top: 1em;
  }
  #usedcar-resp .COMMON-UCAR-detail-table table,
  #usedcar-resp .COMMON-UCAR-detail-table thead,
  #usedcar-resp .COMMON-UCAR-detail-table tbody,
  #usedcar-resp .COMMON-UCAR-detail-table tr,
  #usedcar-resp .COMMON-UCAR-detail-table th,
  #usedcar-resp .COMMON-UCAR-detail-table td {
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    text-align: left;
    line-height: 1.75;
  }
  #usedcar-resp .COMMON-UCAR-detail-table th {
    padding: .75em 1em;
  }
  #usedcar-resp .COMMON-UCAR-detail-table td {
    padding: .75em 1em;
  }
  #usedcar-resp .COMMON-UCAR-detail-shop-name,
  #usedcar-resp .COMMON-UCAR-detail-shop-info {
    float: none;
    padding-top: 1em;
  }
}

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

Lineup

* ============================================================= */
.CMN-L {
  width: 100%;
}

.CMN-L__title {
  margin-top: -3rem;
  padding-top: 3rem;
}

.CMN-L__titleInner {
  margin-bottom: 1.15385em;
  letter-spacing: .125em;
  font-weight: bold;
  font-size: 1.625em;
}

.CMN-L__titleInner img {
  opacity: 0;
}

/* anchor button
=============================== */
.CMN-L__anchorBtn {
  position: relative;
  margin-bottom: 5em;
  padding: 3.25em 0;
}

.CMN-L__anchorBtn > * {
  position: relative;
  z-index: 1;
}

.CMN-L__anchorBtn:before {
  content: "";
  position: absolute;
  top: 0;
  left: calc((1120px - 100vw)/2);
  z-index: 0;
  display: block;
  width: 100vw;
  height: 100%;
  background: #fff;
}

@media screen and (max-width: 1227.86517px) {
  .CMN-L__anchorBtn:before {
    left: -4.39239vw;
  }
}

.CMN-L__anchorBtn-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: -1%;
}

.CMN-L__anchorBtn-item {
  display: inline-block;
  max-width: 22%;
  margin: 1%;
  word-spacing: normal;
  letter-spacing: normal;
  font-size: 1rem;
}

.CMN-L__anchorBtn-item a {
  display: block;
  transition: all .3s ease-out;
}

.CMN-L__anchorBtn-item a:hover {
  opacity: .7;
  transform: translateY(2px);
}

.CMN-L__anchorBtn-item img {
  border: 0;
}

/* anchor text link
=============================== */
.CMN-L__anchorText {
  display: none;
}

/* car list
=============================== */
.CMN-L__car {
  margin-top: 3rem;
  margin-bottom: 6rem;
}

.CMN-L__carList {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  width: 100%;
}

.CMN-L__carItem {
  display: flex;
  flex-direction: column;
  width: 24%;
  margin: .5%;
  border: 1px solid #aaa;
  background: #fff;
}

.CMN-L__carItem img {
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  .CMN-L__carItem {
    width: 32.3333%;
  }
}

@media screen and (max-width: 560px) {
  .CMN-L__carItem {
    width: 49%;
  }
}

.CMN-L__carItem-icon {
  overflow: hidden;
  margin-bottom: 10px;
}

.CMN-L__carItem-exhaust {
  display: inline-block;
  float: left;
}

.CMN-L__carItem-mileage {
  display: inline-block;
  float: right;
  min-width: 48%;
  text-align: right;
}

.CMN-L__carItem-mileage img {
  display: inline;
}

.CMN-L__carItem-img {
  margin-bottom: 5px;
  text-align: center;
}

.CMN-L__carItem-img img {
  border: 0;
}

.CMN-L__carItem-head {
  padding: 1em;
}

.CMN-L__carItem-head a .CMN-L__carItem-name {
  color: #000;
  text-decoration: underline;
}

.CMN-L__carItem-head a:hover .CMN-L__carItem-name {
  text-decoration: none;
}

.CMN-L__carItem-name {
  padding: .5em 0;
  text-align: center;
  letter-spacing: .02em;
  font-weight: bold;
}

.CMN-L__carItem-spec {
  padding: 1.2em 1.8em;
  background: #f2f2f2;
  font-size: .875em;
}

@media screen and (max-width: 960px) {
  .CMN-L__carItem-spec {
    margin: auto 0;
    padding: 1em;
  }
}

.CMN-L__carItem-specItem {
  overflow: hidden;
  margin-bottom: 8px;
}

.CMN-L__carItem-specItem:last-child {
  margin-bottom: 0;
}

.CMN-L__carItem-specItem h5 {
  display: inline-block;
  float: left;
  padding-right: 1em;
  line-height: inherit;
}

.CMN-L__carItem-specItem p {
  display: inline-block;
  float: left;
}

.CMN-L__carItem-fuel2 {
  margin-top: 8px;
  padding: 1em;
  color: #023994;
  text-align: center;
  font-weight: bold;
  font-size: .875em;
}

.CMN-L__carItem-fuel2Inner {
  overflow: hidden;
}

.CMN-L__carItem-fuel2Inner img {
  margin-top: -3px;
}

/* page top
=============================== */
.CMN-L__pageTop {
  display: none;
}

/* caution
=============================== */
.CMN-L__cautionList {
  font-size: 1.3rem;
  line-height: 1.8;
}

.CMN-L__cautionItem {
  margin-bottom: 6px;
  padding-left: 1em;
  text-align: justify;
  text-indent: -1em;
  text-justify: auto;
}

.CMN-L__cautionItem--star {
  color: #023994;
}

.CMN-L__cautionItem--star:before {
  content: "\2605";
}

.CMN-L__cautionItem:before {
  content: "\25cf";
}

.CMN-L__cautionItem--asterisk:before {
  content: "\203B";
}

/* zankure
=============================== */
#zenkoku_zankure a {
  display: inline-block;
  transition: all .4s cubic-bezier(.165, .84, .44, 1);
  transition: all .3s ease-out;
}

#zenkoku_zankure a:hover {
  opacity: .7;
}

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

Showroom

* ============================================================= */
.p-showroom-map {
  width: 100%;
  height: 400px;
  background: #aaa;
}

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

Sr

* ============================================================= */
.p-sr-slider__main {
  overflow: hidden;
  width: 100%;
  height: 28.07143vw;
}

@media screen and (max-width: 960px) {
  .p-sr-slider__main {
    height: 56.14286vw;
  }
}

.p-sr-slider__main img {
  width: 100%;
}

.p-sr-slider__sub {
  position: relative;
  width: 100%;
  padding: 5px;
  background: #eee;
}

.p-sr-slider-image .slick-arrow {
  color: #000;
}

.p-sr-slider-thumbs__item {
  position: relative;
  overflow: hidden;
  height: calc((100vw - 10px*5)/4/700*233);
  max-width: 25%;
  border: 5px solid #eee;
  background: #000;
  cursor: pointer;
  transition: all .3s;
  transform: translateX(-100%);
}

@media screen and (max-width: 960px) {
  .p-sr-slider-thumbs__item {
    height: calc((100vw - 10px*5)/4/700*393);
    transform: none;
  }
}

.p-sr-slider-thumbs__item img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.p-sr-slider-thumbs__item:hover {
  opacity: .7;
}

.p-sr-slider-thumbs__item.is-selected:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 4px solid #c00;
}

@media screen and (max-width: 960px) {
  .p-sr-slider-thumbs__item.is-selected + .p-sr-slider-thumbs__item.is-selected:before {
    content: none;
  }
}

.p-sr-slider-sub-arrow {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.p-sr-slider-sub-arrow__item {
  width: 50%;
  height: 100%;
  cursor: pointer;
}

/* profile
=============================== */
.p-sr-profile {
  width: 100%;
  padding-right: 8.92857%;
}

.p-sr-profile__item {
  display: flex;
  padding-bottom: 1.375em;
  border-bottom: 1px solid #ccc;
}

.p-sr-profile__item:not(:last-child) {
  margin-bottom: 1.375em;
}

.p-sr-profile__head {
  width: 5.5em;
  /* -0.375em for line-height offset */
  margin-top: -.375em;
  margin-bottom: -.375em;
  padding-right: 1em;
  font-weight: bold;
}

.p-sr-profile__body {
  width: calc(100% - 5.5em);
  /* -0.375em for line-height offset */
  margin-top: -.375em;
  margin-bottom: -.375em;
}

.p-sr-profile__body a {
  color: #c00;
}

/* nav
=============================== */
.p-sr-nav {
  display: flex;
  flex-wrap: wrap;
  width: 103.57143%;
  margin: -1.78571% -1.78571%;
  padding-top: 1px;
}

.p-sr-nav__item {
  width: 50%;
  padding: 1.72414% 1.72414%;
}

/* facility
=============================== */
.p-sr-facility {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 1.875em;
  padding: .625em;
  background: #f2f2f2;
}

.p-sr-facility__head {
  margin: .5em auto;
  padding: 0 2em;
  text-align: center;
  font-weight: bold;
}

.p-sr-facility__body {
  display: flex;
  flex-grow: 1;
}

.p-sr-facility__list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + .625em);
  margin: -.3125em;
}

.p-sr-facility__list > li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 5.15385em;
  min-width: 10.15385em;
  margin: .38462em;
  border-radius: 2px;
  background: #c00;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  font-size: .8125em;

  flex-basis: calc(16.66667% - .76923em);
}

@media screen and (max-width: 960px) {
  .p-sr-facility__list > li {
    flex-basis: calc(33.33333% - .76923em);
  }
}

@media screen and (max-width: 560px) {
  .p-sr-facility__list > li {
    flex-basis: calc(50% - .76923em);
  }
}

.p-sr-facility__list > li._inactive {
  background: #ccc;
}

.p-sr-facility__list > li > figure {
  width: 2.30769em;
  min-height: 0%;
  margin-bottom: 4px;
}

.p-sr-facility__list > li > figure svg {
  width: 100%;
  height: auto;
}

.p-sr-facility__list > li > figure svg path {
  fill: currentColor;
}

.p-sr-facility__list > li > p {
  font-weight: bold;
  line-height: 1;
}

/* access
=============================== */
.p-sr-access {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.p-sr-access__map {
  width: 100%;
  height: 37.5em;
  background: #f2f2f2;
}

.p-sr-access__notes {
  width: 1120px;
  max-width: 91.21523%;
  margin: 0 auto;
  padding: 2em 0;
}

.p-sr-access-text {
  margin: -.25em 0;
  line-height: 1.5;
}

.p-sr-access-text em:before {
  content: "\25a0";
}

.p-sr-access-text em:after {
  content: "\ff1a";
  margin: 0 .25em;
}

.p-sr-access-text + .p-sr-access-text {
  margin-top: .75em;
}

/* blog
=============================== */
.p-sr-blog .blog__paging {
  display: none;
}

/* contact
=============================== */
.p-sr-contact:not(:first-child) {
  margin-top: 2.5em;
}

.p-sr-contact__head {
  display: flex;
  align-items: center;
  /* -0.375em for line-height offset */
  margin-top: -.375em;
  margin-bottom: .625em;
  font-weight: bold;
  font-size: 1.25em;
}

.p-sr-contact__head:before {
  content: "";
  display: block;
  width: 1em;
  height: 1px;
  margin-right: .35em;
  background: #000;
}

/* list */
.p-sr-contact-list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 5px);
}

.p-sr-contact-list__item {
  width: 33.33333%;
  padding-right: 5px;
}

/* button */
.p-sr-contact-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 8.88889em;
  background: #fff;
  color: #c00;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.125em;
  transition: all .3s;
}

.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: #c00;
}

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

Staff

* ============================================================= */
.p-staff-contents .ATC-shop-contents-staff {
  display: flex;
  flex-wrap: wrap;
  width: 103.125%;
  margin: -1.5625% -1.5625%;
  padding-top: 1px;
}

.p-staff-contents .ATC-shop-contents-staff-list {
  overflow: hidden;
  width: 30.30303%;
  margin: 1.51515% 1.51515%;
  padding: 1.1875em 1.1875em 2.375em;
  border: 1px solid #cfd0d4;
  background: #fff;
}

@media screen and (max-width: 960px) {
  .p-staff-contents .ATC-shop-contents-staff-list {
    width: 46.9697%;
  }
}

@media screen and (max-width: 560px) {
  .p-staff-contents .ATC-shop-contents-staff-list {
    width: 96.9697%;
    font-size: 1.3125em;
  }
}

.p-staff-contents .ATC-shop-contents-staff-list.is-notready {
  width: 100%;
  border: 0;
}

.p-staff-contents .ATC-photo-thumb-frame {
  overflow: hidden;
  width: 100%;
  margin-bottom: .9375em;
}

.p-staff-contents .ATC-photo-thumb-frame img {
  width: 100%;
}

@supports ((-o-object-fit: contain) or (object-fit: contain)) {
  .p-staff-contents .ATC-photo-thumb-frame {
    position: relative;
    padding-top: 76.12903%;

    -o-object-fit: contain;
       object-fit: contain;
  }
  .p-staff-contents .ATC-photo-thumb-frame img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;

    -o-object-fit: contain;
       object-fit: contain;
  }
}

.p-staff-contents .ATC-shop-contents-staff-list-name {
  display: flex;
  overflow: hidden;
  margin-bottom: 1.17647em;
  padding-bottom: .88235em;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  font-size: 1.0625em;
}

.p-staff-contents .ATC-shop-contents-staff-list-name > div {
  position: relative;
  top: .18269em;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 9em;
  height: 1.92308em;
  margin-right: 1em;
  color: #fff;
  text-align: center;
  font-size: .76471em;
}

.p-staff-contents .ATC-staff-type-bg01,
.p-staff-contents .ATC-staff-type-bg10 {
  background: #ef929d;
}

.p-staff-contents .ATC-staff-type-bg02 {
  background: #8399d2;
}

.p-staff-contents .ATC-staff-type-bg03,
.p-staff-contents .ATC-staff-type-bg04,
.p-staff-contents .ATC-staff-type-bg05 {
  background: #72c5bd;
}

.p-staff-contents .ATC-staff-type-bg06,
.p-staff-contents .ATC-staff-type-bg07,
.p-staff-contents .ATC-staff-type-bg08,
.p-staff-contents .ATC-staff-type-bg09 {
  background: #ee9100;
}

.p-staff-contents .ATC-shop-contents-staff-list-qualification {
  /* -0.375em for line-height offset */
  margin-top: -.375em;
  margin-bottom: -.375em;
  font-size: .8125em;
}

.p-staff-contents .ATC-staff-type-color01,
.p-staff-contents .ATC-staff-type-color10 {
  color: #dd2e43;
}

.p-staff-contents .ATC-staff-type-color02 {
  color: #3a5fbc;
}

.p-staff-contents .ATC-staff-type-color03,
.p-staff-contents .ATC-staff-type-color04,
.p-staff-contents .ATC-staff-type-color05 {
  color: #2caa9e;
}

.p-staff-contents .ATC-staff-type-color06,
.p-staff-contents .ATC-staff-type-color07,
.p-staff-contents .ATC-staff-type-color08,
.p-staff-contents .ATC-staff-type-color09 {
  color: #ee9100;
}

.p-staff-contents .ATC-shop-contents-staff-list-comment {
  /* -0.375em for line-height offset */
  margin-top: .85577em;
  margin-bottom: -.375em;
  font-size: .8125em;
}

.p-staff-contents .ATC-shop-contents-staff-list-comment.is-empty {
  padding: 0;
  background: transparent;
}

.p-staff-contents#sr60 .ATC-staff-type-bg10 {
  background: #72c5bd;
}

.p-staff-contents#sr60 .ATC-shop-contents-staff-list:first-child .ATC-staff-type-bg10 {
  background: #ef929d;
}

.p-staff-contents#sr60 .ATC-staff-type-color10 {
  color: #2caa9e;
}

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

Maintenance

* ============================================================= */
/* schedule
=============================== */
.p-maintenance-schedule {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.p-maintenance-schedule:not(:first-child) {
  margin-top: 3.125em;
}

@media screen and (max-width: 960px) {
  .p-maintenance-schedule {
    display: flex;
    flex-wrap: wrap;
  }
}

.p-maintenance-schedule__body {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-right: 4.64286%;
  padding-left: 4.64286%;
}

@media screen and (max-width: 960px) {
  .p-maintenance-schedule__body {
    position: relative;
    flex-direction: column;
    justify-content: flex-start;
    width: calc(100% - 6.25em);
    padding-right: 4.46429%;
    padding-left: 0;
  }
}

.p-maintenance-schedule__body:before {
  content: "";
  position: absolute;
  bottom: 13.75em;
  left: 0;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 3.57143%;
  background: #e6e6e6;
  transform: translateY(-155.83333%);
}

@media screen and (max-width: 960px) {
  .p-maintenance-schedule__body:before {
    top: 1rem;
    right: initial;
    left: 1.5rem;
    width: 3rem;
    height: 100%;
    padding-top: 0;
    transform: none;
  }
}

.p-maintenance-schedule__foot {
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-top: 1.875em;
}

@media screen and (max-width: 960px) {
  .p-maintenance-schedule__foot {
    width: 6.25em;
    height: 100%;
    margin-top: 0;
  }
}

/* timeline */
.p-maintenance-schedule-timeline {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 8.33333%;
  max-width: 4.44444em;
  font-size: 1.8rem;
}

@media screen and (max-width: 960px) {
  .p-maintenance-schedule-timeline {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 100%;
  }
  .p-maintenance-schedule-timeline + .p-maintenance-schedule-timeline {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 560px) {
  .p-maintenance-schedule-timeline {
    font-size: 1.4rem;
  }
}

.p-maintenance-schedule-timeline__head {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  margin-bottom: 50%;
  padding-top: 100%;
}

._primary .p-maintenance-schedule-timeline__head,
._emphasise .p-maintenance-schedule-timeline__head {
  z-index: 3;
}

@media screen and (max-width: 960px) {
  .p-maintenance-schedule-timeline__head {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 6rem;
    height: 6rem;
    margin: 0;
    padding: 0;
  }
  .p-maintenance-schedule-timeline:first-child .p-maintenance-schedule-timeline__head {
    width: 100%;
    font-weight: bold;
  }
}

.p-maintenance-schedule-timeline__head:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  box-sizing: content-box;
  width: .66667em;
  height: .66667em;
  margin: auto;
  border: .22222em solid #fff;
  border-radius: 50%;
  background: #e6e6e6;
}

.p-maintenance-schedule-timeline__head span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #666;
  color: #fff;
  line-height: 1;
}

@media screen and (max-width: 960px) {
  .p-maintenance-schedule-timeline__head span {
    position: static;
    top: initial;
    right: initial;
    bottom: initial;
    left: initial;
    flex-direction: row;
    margin: initial;
  }
}

@media screen and (max-width: 560px) {
  .p-maintenance-schedule-timeline__head span {
    font-weight: bold;
    font-size: 100%;
  }
}

.p-maintenance-schedule-timeline__head span > i {
  display: block;
  width: 33.75%;
  min-height: 0%;
  max-width: 1.6875em;
  margin-bottom: 12.5%;
}

@media screen and (max-width: 960px) {
  .p-maintenance-schedule-timeline__head span > i {
    margin-right: .5em;
    margin-bottom: 0;
  }
}

._emphasise .p-maintenance-schedule-timeline__head span {
  background: #c00;
}

.p-maintenance-schedule-timeline__body {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 75%;
  height: 12.22222em;
  border-width: .22222em;
  border-style: solid;
  border-color: #e6e6e6;
  background: #fff;
  text-decoration: none;
  line-height: 1;
  transition: all .2s ease-out;
}

._primary .p-maintenance-schedule-timeline__body {
  border-color: #666;
}

._emphasise .p-maintenance-schedule-timeline__body {
  border-color: #c00;
  color: #c00;
}

@media screen and (max-width: 960px) {
  .p-maintenance-schedule-timeline__body {
    flex-direction: row;
    width: calc(100% - 8rem);
    height: 6rem;
    margin-left: 2rem;
    padding: .8em 0;
  }
}

.p-maintenance-schedule-timeline__body:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: calc(100% + .22222em);
  left: 0;
  display: block;
  box-sizing: content-box;
  width: .22222em;
  height: 0;
  margin: 0 auto;
  padding-top: 142.30769%;
  border-width: 0 .22222em;
  border-style: solid;
  border-color: #fff;
  background: #e6e6e6;
}

._primary .p-maintenance-schedule-timeline__body:before {
  background: #666;
}

._emphasise .p-maintenance-schedule-timeline__body:before {
  background: #c00;
}

@media screen and (max-width: 960px) {
  .p-maintenance-schedule-timeline__body:before {
    top: 0;
    right: calc(100% + .22222em);
    bottom: 0;
    left: auto;
    width: calc(5rem - .33333em);
    height: .22222em;
    margin: auto 0;
    padding-top: 0;
    border-width: .22222em 0;
  }
}

a.p-maintenance-schedule-timeline__body {
  font-weight: bold;
}

a.p-maintenance-schedule-timeline__body:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 1em;
  left: 0;
  display: block;
  width: .8rem;
  height: .8rem;
  margin: 0 auto;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  transition: all .2s ease-out;
  transform: rotate(-45deg);
  transform-origin: center;
}

@media screen and (max-width: 960px) {
  a.p-maintenance-schedule-timeline__body:after {
    top: 0;
    right: 1em;
    bottom: 0;
    left: auto;
    margin: auto 0;
    transform: rotate(-135deg);
  }
}

a.p-maintenance-schedule-timeline__body:hover:after {
  border-bottom-color: #000;
  border-left-color: #000;
}

._emphasise a.p-maintenance-schedule-timeline__body:hover:after {
  border-bottom-color: #c00;
  border-left-color: #c00;
}

/* option */
.p-maintenance-schedule-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .p-maintenance-schedule-option {
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
  }
}

@media screen and (max-width: 560px) {
  .p-maintenance-schedule-option {
    font-size: 1.4rem;
  }
}

.p-maintenance-schedule-option__head {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 11.96429%;
  height: 4.85714em;
  background: #f2f2f2;
  text-align: center;
  letter-spacing: -.04em;
  font-weight: bold;
  font-size: 1.4rem;
}

@media screen and (max-width: 960px) {
  .p-maintenance-schedule-option__head {
    width: 100%;
    height: 6rem;
    font-size: 1.6rem;
    line-height: 1.25;
  }
}

@media screen and (max-width: 560px) {
  .p-maintenance-schedule-option__head {
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.25;
  }
}

.p-maintenance-schedule-option__body {
  width: 83.15476%;
  margin-right: 4.64286%;
}

@media screen and (max-width: 960px) {
  .p-maintenance-schedule-option__body {
    display: flex;
    justify-content: space-around;
    flex-grow: 1;
    width: 100%;
    margin: 0;
    padding: 2rem 0 0 0;
  }
}

.p-maintenance-schedule-option__timeline {
  position: relative;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 960px) {
  .p-maintenance-schedule-option__timeline {
    flex-direction: column;
    justify-content: flex-start;
    width: 40%;
    height: 100%;
  }
}

.p-maintenance-schedule-option__timeline:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 5%;
  display: block;
  width: 100%;
  height: 1px;
  margin: auto;
  border-width: 1px 0 0 0;
}

@media screen and (max-width: 960px) {
  .p-maintenance-schedule-option__timeline:before {
    left: 0;
    width: 1px;
    height: 95%;
    border-top-width: 0;
    border-top-width: 0;
    border-left-width: 1px;
  }
}

.p-maintenance-schedule-option__timeline._mamoru:before {
  border-style: dashed;
  border-color: #8dc21f;
}

.p-maintenance-schedule-option__timeline._ciao:before {
  border-style: solid;
  border-color: #0068b7;
}

.p-maintenance-schedule-option__timeline > span {
  display: block;
  width: 9.09091%;
  height: 37px;
}

@media screen and (max-width: 960px) {
  .p-maintenance-schedule-option__timeline > span {
    width: 100%;
    height: 6rem;
  }
  .p-maintenance-schedule-option__timeline > span + span {
    margin-top: 2rem;
  }
}

.p-maintenance-schedule-option__timeline > span._on {
  position: relative;
}

.p-maintenance-schedule-option__timeline > span._on:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
  margin: auto;
  border-radius: 50%;
}

@media screen and (max-width: 560px) {
  .p-maintenance-schedule-option__timeline > span._on:before {
    width: 12px;
    height: 12px;
  }
}

.p-maintenance-schedule-option__timeline._mamoru > span:before {
  background: #8dc21f;
}

.p-maintenance-schedule-option__timeline._ciao > span:before {
  background: #0068b7;
}

/* note */
.p-maintenance-schedule-note {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 2em;
  font-size: 1.4rem;
}

@media screen and (max-width: 960px) {
  .p-maintenance-schedule-note {
    flex-direction: column-reverse;
    width: 100%;
    line-height: 2;
  }
}

.p-maintenance-schedule-note__sub {
  line-height: 2;
}

.p-maintenance-schedule-note__sub li:before {
  content: "\25cf";
}

.p-maintenance-schedule-note__sub li:first-of-type:before {
  color: #8dc21f;
}

.p-maintenance-schedule-note__sub li:nth-of-type(2):before {
  color: #0068b7;
}

.p-maintenance-schedule-note__main {
  text-align: right;
}

@media screen and (max-width: 960px) {
  .p-maintenance-schedule-note__main {
    margin-bottom: 1em;
    text-align: left;
  }
}

/* menu
=============================== */
.p-maintenance-menu {
  display: flex;
  flex-wrap: wrap;
  width: 103.125%;
  margin: -1.33929% -1.5625%;
  padding-top: 1px;
  padding-top: 5.80357%;
}

@media screen and (max-width: 960px) {
  .p-maintenance-menu {
    width: 104.46429%;
    margin: -2.23214% -2.23214%;
  }
}

.p-maintenance-menu__item {
  width: 33.33333%;
  padding: 1.30435% 1.51515%;
  font-size: .875em;
}

@media screen and (max-width: 960px) {
  .p-maintenance-menu__item {
    width: 50%;
    padding: 2.13675% 2.13675%;
    font-size: .8125em;
  }
}

.p-maintenance-menu__item > p {
  /* -0.375em for line-height offset */
  margin-top: .625em;
  margin-bottom: -.375em;
  text-align: center;
}

/* afterservice
=============================== */
.p-maintenance-afterservice {
  display: flex;
  flex-wrap: wrap;
  width: 102.58929%;
  margin: -1.29464% -1.29464%;
  margin-top: 2.67857%;
  padding-top: 1px;
}

.p-maintenance-afterservice__item {
  width: 33.33333%;
  padding: 1.26197% 1.26197%;
}

@media screen and (max-width: 960px) {
  .p-maintenance-afterservice__item {
    width: 50%;
  }
}

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

Inspection

* ============================================================= */
.p-inspection-caution{
  text-align: center;
  font-size: 1.4rem;
  padding: 2.33333em;  
  background-color: #f2f2f2;
  margin-top: 1.5em;
}

.p-inspection-necessary {
  display: flex;
  justify-content: center;
  margin-top: 2em;
  border-top: 1px solid;
}

.p-inspection-necessary__list {
  display: flex;
  flex-wrap: wrap;
  max-width: 980px;
  margin-top: 1em;
}

.p-inspection-necessary__list > li {
  position: relative;
  width: 32%;
  margin-top: 1.5em;
  padding-left: 1.25em;
  font-weight: bold;
}

.p-inspection-necessary__list > li:nth-child(3n+2) {
  width: 24%;
}

.p-inspection-necessary__list > li:nth-child(3n) {
  width: 44%;
}

@media screen and (max-width: 960px) {
  .p-inspection-necessary__list > li:nth-child(2n+1) {
    width: 40%;
  }
  .p-inspection-necessary__list > li:nth-child(2n) {
    width: 60%;
  }
}

@media screen and (max-width: 560px) {
  .p-inspection-necessary__list > li {
    width: 100% !important;
  }
}

.p-inspection-necessary__list > li:before {
  content: "";
  position: absolute;
  top: .475em;
  left: 0;
  display: block;
  box-sizing: border-box;
  width: .8em;
  height: .8em;
  margin: auto 0;
  border: 1px solid;
  border-radius: 2px;
}

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

Carcare

* ============================================================= */
.p-carcare-contents a[name] {
  display: block;
  visibility: hidden;
  margin-top: -90px;
  /* headerの高さ分相殺 */
  padding-top: 90px;
  pointer-events: none;
}

@media screen and (max-width: 1366px) {
  .p-carcare-contents a[name] {
    margin-top: calc(-22.70934px - 4.92611vw);
    padding-top: calc(22.70934px + 4.92611vw);
  }
}

@media screen and (max-width: 960px) {
  .p-carcare-contents a[name] {
    margin-top: -70px;
    padding-top: 70px;
  }
}

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

Ciao

* ============================================================= */
.p-ciao-heading {
  position: relative;
  margin-top: 13.39286%;
  margin-bottom: 8rem;
  padding-bottom: 4.5rem;
}

@media screen and (max-width: 560px) {
  .p-ciao-heading {
    margin-top: 19.64286%;
  }
}

.p-ciao-heading:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc((1120px - 100vw)/2);
  z-index: -1;
  display: block;
  width: 100vw;
  height: 100%;
  background: #ecf1f5;
}

@media screen and (max-width: 1227.86517px) {
  .p-ciao-heading:before {
    left: -4.39239vw;
  }
}

.p-ciao-heading__head {
  position: relative;
  width: 31.25%;
  margin: 0 auto -6.25%;
  transform: translateY(-50%);
}

@media screen and (max-width: 560px) {
  .p-ciao-heading__head {
    width: 62.5%;
    margin: 0 auto -12.5%;
  }
}

.p-ciao-heading__body {
  width: 736px;
  margin: 4.5rem auto 0;
}

@media screen and (max-width: 960px) {
  .p-ciao-heading__body {
    width: 100%;
  }
}

.p-ciao-heading-lead {
  /* -0.27778em for line-height offset */
  margin-top: 1.16667em;
  margin-bottom: -.27778em;
  text-align: center;
  font-weight: bold;
  font-size: 1.125em;
  line-height: 1.55556;
}

.p-ciao-heading-lead em {
  padding: 0 .25em;
  color: #0068b7;
}

.p-ciao-heading-merit {
  display: flex;
  justify-content: space-between;
  margin-top: 5rem;
}

@media screen and (max-width: 560px) {
  .p-ciao-heading-merit {
    justify-content: space-around;
  }
}

.p-ciao-heading-merit__item {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 560px) {
  .p-ciao-heading-merit__item {
    flex-direction: column;
    text-align: center;
  }
}

.p-ciao-heading-merit__head {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.33333em;
  height: 3.33333em;
  border-radius: 50%;
  background: #0068b7;
  color: #fff;
  font-weight: bold;
  font-size: 3rem;
}

.p-ciao-heading-merit__body {
  padding-left: .5em;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 560px) {
  .p-ciao-heading-merit__body {
    padding-top: .5em;
    padding-left: 0;
  }
}

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

htc

* ============================================================= */
.p-htc {
  padding: 2.92826% 0;
  background: #f3f3f3;
}

.p-htc__head {
  background: url(/htc/bg_htc.gif) bottom center repeat-x;
  background-size: contain;
}

.p-htc__head > p, .p-htc__body > p {
  width: 1120px;
  max-width: 91.21523%;
  margin: 0 auto;
}

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

Campaign

* ============================================================= */
.p-campaign-contents .CMN-CMP-car-select__head {
  margin-top: 0;
  padding-top: 0;
}

.p-campaign-contents .CMN-CMP-car-select__item {
  max-width: 32%;
  transition: all .3s ease-out;
}

.p-campaign-contents .CMN-CMP-car-select__item:hover {
  opacity: .7;
}

.p-campaign-contents .CMN-CMP-car-article__title {
  background: #f2f2f2;
  color: #000;
  font-weight: bold;
}

.p-campaign-contents .CMN-CMP-car-article__carIcon img {
  max-width: 50%;
}

.p-campaign-contents .CMN-CMP-body__item a {
  transition: all .3s ease-out;
}

.p-campaign-contents .CMN-CMP-body__item a:hover {
  opacity: .7;
}

/* leaflet
=============================== */
.p-campaign-leaflet-list {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 560px) {
  .p-campaign-leaflet-list {
    flex-direction: column;
  }
}

.p-campaign-leaflet-list__item {
  padding: 1em;
}

.p-campaign-leaflet-list__item p {
  border: 1px solid;
}

.p-campaign-leaflet-list__item .c-button {
  margin-top: 1em;
  font-size: 1em;
}

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

Environment

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

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

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

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

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

.p-environment-fig__head {
  padding: 0 0 1em;
  color: #6eb92b;
  text-align: center;
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 1.8;
}

@media screen and (max-width: 960px) {
  .p-environment-fig__head {
    font-size: 2.2rem;
  }
}

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

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

.p-environment-fig__body {
  max-width: 55em;
  margin: 0 auto;
  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;
}

@media screen and (max-width: 560px) {
  .p-environment-fig__body dl {
    display: block;
  }
}

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

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

@media screen and (max-width: 560px) {
  .p-environment-fig__body dt {
    display: block;
  }
}

.p-environment-fig__body dd {
  display: table-cell;
  text-align: justify;
  text-justify: auto;
}

@media screen and (max-width: 560px) {
  .p-environment-fig__body dd {
    display: block;
  }
}

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

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

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

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

@media screen and (max-width: 960) {
  .p-environment-fig__title {
    background-size: auto 3px;
  }
}

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

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

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

Welcome

* ============================================================= */
/* heading
=============================== */
.p-welcome-heading {
  position: relative;
  width: 100%;
  font-size: 2.6rem;
}

@media screen and (max-width: 960px) {
  .p-welcome-heading {
    font-size: 1.8rem;
  }
}

.p-welcome-heading__img img {
  width: 100%;
}

@media screen and (max-width: 560px) {
  .p-welcome-heading__img img {
    width: 160%;
    max-width: none;
    margin: 0 -40%;
  }
}

.p-welcome-heading__box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 35.96154em;
  max-width: 92%;
  color: #fff;
  text-align: center;
  letter-spacing: normal;
  transform: translateX(-50%) translateY(-50%);
}

.p-welcome-heading__title {
  text-shadow: 1px 1px 1em #9a9696;
  font-weight: bold;
  font-size: 1.53846em;
}

.p-welcome-heading__comment {
  margin-top: 4em;
}

.p-welcome-heading__txt {
  margin-top: 1.23077em;
  text-shadow: 1px 1px 1.25em #9a9696;
  line-height: 1.8;
}

/* content
=============================== */
.p-welcome-content {
  width: 100%;
  padding: 6.25em 0;
}

.p-welcome-content__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1120px;
  max-width: 91.21523%;
  margin: 0 auto;
}

.p-welcome-content__item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 31%;
}

@media screen and (max-width: 960px) {
  .p-welcome-content__item {
    flex-direction: row;
    width: 100%;
    margin: 0 auto;
  }
  .p-welcome-content__item + .p-welcome-content__item {
    margin-top: 5em;
  }
}

@media screen and (max-width: 560px) {
  .p-welcome-content__item {
    width: 94%;
  }
}

.p-welcome-content__img {
  width: 100%;
  min-height: 0%;
}

@media screen and (max-width: 960px) {
  .p-welcome-content__img {
    width: 50%;
    padding-right: 5%;
  }
}

@media screen and (max-width: 560px) {
  .p-welcome-content__img {
    width: 100%;
    padding-right: 0;
  }
}

.p-welcome-content__text {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-top: 2rem;
}

@media screen and (max-width: 960px) {
  .p-welcome-content__text {
    width: 50%;
    margin-top: 0;
  }
}

@media screen and (max-width: 560px) {
  .p-welcome-content__text {
    width: 100%;
    margin-top: 2rem;
  }
}

.p-welcome-content__head {
  margin-bottom: auto;
}

.p-welcome-content__title {
  margin-bottom: .83333em;
  padding-bottom: 1.11111em;
  border-bottom: 1px solid #ccc;
  color: #cc0000;
  text-align: center;
  letter-spacing: normal;
  font-weight: bold;
  font-size: 1.8rem;
}

.p-welcome-content__btn {
  margin-top: 1.625em;
  font-size: .875em;
}

@media screen and (max-width: 560px) {
  .p-welcome-content__btn {
    font-size: 1em;
  }
}

.p-welcome-content__btn > .c-button + .c-button {
  margin-top: .5em;
}

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

Terms of use

* ============================================================= */
/* block
=============================== */
.p-terms-block {
  font-size: .9375em;
}

.p-terms-block + .p-terms-block {
  margin-top: 5rem;
  padding-top: 4.5rem;
  border-top: 1px solid #ccc;
}

.p-terms-block__head {
  margin-bottom: 4rem;
}

/* text
=============================== */
.p-terms-text {
  /* -0.5em for line-height offset */
  margin-top: -.5em;
  margin-bottom: -.5em;
  line-height: 2;
}

/* plugin
=============================== */
.p-terms-plugin {
  margin-top: 1.46667em;
  border: 1px solid #ccc;
}

.p-terms-plugin__link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.33333em;
  text-decoration: none;
  transition: all .3s ease-out;
}

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

@media screen and (max-width: 560px) {
  .p-terms-plugin__link {
    flex-direction: column;
  }
}

.p-terms-plugin__logo {
  margin: 0 1em 0 0;
}

@media screen and (max-width: 560px) {
  .p-terms-plugin__logo {
    margin: 0 0 1em 0;
  }
}

/* ssl
=============================== */
.p-terms-ssl {
  margin-top: 3.21429em;
  font-size: .93333em;
}

.p-terms-ssl__head {
  font-weight: bold;
}

.p-terms-ssl__block:not(:first-child) {
  margin-top: 1.78571em;
}

.p-terms-ssl__item {
  /* -0.375em for line-height offset */
  margin-top: 1.625em;
  margin-bottom: -.375em;
  padding-left: 1em;
}

.p-terms-ssl__item > p {
  position: relative;
  margin-bottom: .5em;
}

.p-terms-ssl__item > p:before {
  content: "\30fb";
  position: absolute;
  top: 0;
  left: -1em;
}

.p-terms-ssl__item > ul > li a {
  position: relative;
  display: inline-block;
  padding-left: 1em;
}

.p-terms-ssl__item > ul > li a:before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}

.p-terms-ssl__foot {
  margin-top: 2.28571em;
}

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

Privacy Policy

* ============================================================= */
/* lead
=============================== */
.p-privacy-lead {
  /* -0.5em for line-height offset */
  margin-top: -.5em;
  margin-bottom: -.5em;
  font-size: 1.4rem;
  line-height: 2;
}

/* main
=============================== */
.p-privacy-main {
  counter-reset: privacy-main;
  word-break: break-all;
  font-size: 1.4rem;
}

.p-privacy-main__item {
  counter-increment: privacy-main;
  position: relative;
  padding-left: 1.78571em;
}

.p-privacy-main__item + .p-privacy-main__item {
  /* -0.375em for line-height offset */
  margin-top: 2.91071em;
  margin-bottom: -.375em;
}

.p-privacy-main__title {
  font-weight: bold;
}

.p-privacy-main__title:before {
  content: counter(privacy-main) ".";
  position: absolute;
  top: 0;
  left: 0;
}

/* sub
=============================== */
.p-privacy-sub {
  counter-reset: privacy-sub;
  margin-top: 1em;
}

.p-privacy-sub__item {
  counter-increment: privacy-sub;
  position: relative;
  margin-left: 2.5em;
}

.p-privacy-sub__item + .p-privacy-sub__item {
  margin-top: .25em;
}

.p-privacy-sub__item:first-child:last-child {
  margin-left: 0;
}

.p-privacy-sub__item:first-child:last-child:before {
  content: none;
}

.p-privacy-sub__item:before {
  content: counter(privacy-sub, lower-roman) ".";
  position: absolute;
  top: 0;
  left: -2.5em;
  width: 1.42857em;
  text-align: right;
}

/* detail
=============================== */
.p-privacy-detail {
  margin: .35em 0 .75em 1em;
  font-size: .92857em;
}

.p-privacy-detail__head:before {
  content: "\25cf";
}

/* sign
=============================== */
.p-privacy-sign {
  margin-top: 6rem;
  text-align: right;
  font-size: .875em;
}

/* banner
=============================== */
.p-privacy-banner {
  display: flex;
  justify-content: center;
  margin-top: 6rem;
}

.p-privacy-banner a {
  transition: all .3s ease-out;
}

.p-privacy-banner a:hover {
  opacity: .7;
}

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

Information

* ============================================================= */
.p-information-contents .blog__paging {
  display: none;
}
