@charset "UTF-8";
@-webkit-keyframes slide-in-top {
  100% {
    -webkit-transform: translateY(-123px);
    transform: translateY(-123px);
  }
  0% {
    -webkit-transform: translateY(123px);
    transform: translateY(123px);
  }
}
html {
  font-size: 17px;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 150px;
}
@media (max-width: 768px) {
  html {
    scroll-padding-top: 80px;
  }
}

body div, body span, body applet, body object, body iframe,
body h1, body h2, body h3, body h4, body h5, body h6, body p,
body blockquote, body pre, body a, body abbr, body acronym, body address, body big, body cite, body code, body del, body dfn, body em, body img, body ins, body kbd, body q, body s, body samp, body small,
body strike, body strong, body sub, body sup, body tt, body var, body b, body u, body i, body center, body dl, body dt, body dd, body ol, body ul, body li, body fieldset, body form, body label, body legend,
body table, body caption, body tbody, body tfoot, body thead, body tr, body th, body td, body article, body aside, body canvas, body details, body embed, body figure, body figcaption,
body footer, body header, body hgroup, body menu, body nav, body output, body ruby, body section, body summary, body time, body mark, body audio, body video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
body ol, body ul {
  list-style: none;
}
body table {
  border-collapse: collapse;
  border-spacing: 0;
}
body caption, body th, body td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
body q, body blockquote {
  quotes: none;
}
body q:before, body q:after, body blockquote:before, body blockquote:after {
  content: "";
  content: none;
}
body a img {
  border: none;
}
body article, body aside, body details, body figcaption, body figure, body footer, body header, body hgroup, body main, body menu, body nav, body section, body summary {
  display: block;
}

body {
  margin: 0 auto;
  line-height: 2em;
  letter-spacing: 2px;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProW3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ明朝", "MS PMincho", serif !important;
  font-weight: bold;
  background-color: #fff;
  color: #313f7a;
  height: auto;
  height: 100%;
  overflow: hidden;
}
body * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body a {
  color: #313f7a;
  text-decoration: none;
  transition: all 0.2s;
}
body a:hover {
  opacity: 0.8;
}
body img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
@media (min-width: 769px) {
  body .sp {
    display: none !important;
  }
}
@media (max-width: 768px) {
  body .pc {
    display: none !important;
  }
}
body .inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
body .page .inner {
  position: relative;
}
body .menu-button {
  display: none;
}
body .navigation {
  background-image: url("../img/menu-bg.png");
  width: 100%;
}
body .navigation > ul {
  border-top: 1px solid #575046;
  border-bottom: 1px solid #575046;
  width: 100%;
  display: flex;
}
body .navigation > ul > li {
  position: relative;
  width: 215px;
  border-left: 1px solid #575046;
  border-right: 1px solid #575046;
  margin-right: -1px;
  transition: all 0.3s;
}
body .navigation > ul > li.parent:before {
  content: "";
  position: absolute;
  top: 0px;
  right: 25px;
  width: 15px;
  height: 100%;
  background-image: url("../img/arow-down.png");
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s;
}
body .navigation > ul > li.active > a {
  color: #ffa373;
}
body .navigation > ul > li:hover:before {
  background-image: url("../img/arow-up.png");
}
body .navigation > ul > li:hover > a {
  color: #ffa373;
}
body .navigation > ul > li:hover ul {
  height: auto;
}
body .navigation > ul > li a {
  display: block;
  line-height: 60px;
  padding: 0px 30px;
  color: #fff;
}
body .navigation > ul > li a:hover {
  opacity: 1;
}
body .navigation > ul > li ul {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0px;
  top: calc(100% - 1px);
  display: flex;
  flex-direction: column;
  height: 0px;
  overflow: hidden;
  transition: all 0.3s;
  background-image: url("../img/menu-bg.png");
}
body .navigation > ul > li ul li {
  width: 100%;
  border: 1px solid #575046;
  margin-bottom: -1px;
  transition: all 0.3s;
}
body .navigation > ul > li ul li:hover > a {
  color: #ffa373;
}

@media (max-width: 768px) {
  body .navigation ul li {
    width: calc(25% + 1px);
  }
  body .navigation ul li a {
    line-height: 45px;
    padding: 0px 20px;
  }
}
@media (max-width: 480px) {
  body .menu-button {
    position: fixed;
    z-index: 9999;
    top: 12px;
    right: 12px;
    width: 45px;
    height: 45px;
    background-color: #000;
    opacity: 0.5;
    cursor: pointer;
    display: block;
  }
  body .menu-button span {
    position: absolute;
    width: 31px;
    height: 2px;
    left: 7px;
    background-color: #fff;
    transition: all 0.5s;
  }
  body .menu-button span:nth-child(1) {
    top: 12px;
  }
  body .menu-button span:nth-child(2) {
    top: 22px;
  }
  body .menu-button span:nth-child(3) {
    top: 32px;
  }
  body .menu-button.open span:nth-child(1) {
    top: 22px;
    transform: rotate(45deg);
  }
  body .menu-button.open span:nth-child(2) {
    display: none;
  }
  body .menu-button.open span:nth-child(3) {
    top: 22px;
    transform: rotate(-45deg);
  }
  body .navigation {
    position: fixed !important;
    padding-top: 65px;
    top: 0px !important;
    left: 101% !important;
    width: 320px !important;
    height: 100vh;
    z-index: 999;
    transition: all 0.5s;
    padding-left: 30px;
  }
  body .navigation.open {
    left: calc(100% - 320px) !important;
  }
  body .navigation > ul {
    background-repeat: repeat !important;
    flex-direction: column !important;
    border: unset !important;
  }
  body .navigation > ul > li {
    width: 100% !important;
    border: unset !important;
    margin-bottom: 20px !important;
  }
  body .navigation > ul > li.parent:before {
    content: none !important;
  }
  body .navigation > ul > li ul {
    height: auto !important;
    position: relative !important;
    left: 0px !important;
    display: block !important;
  }
  body .navigation > ul > li ul li {
    background-image: unset !important;
    border: unset !important;
    padding-left: 45px !important;
    margin-bottom: 10px !important;
  }
}
header {
  position: fixed;
  z-index: 1000;
  width: 100%;
  top: 0px;
  left: 0px;
  height: 65px;
  background-image: url("../img/header-bg.jpg");
  background-repeat: repeat-x;
}
header .inner {
  max-width: 100%;
  height: 100%;
}
header .inner .logo {
  position: absolute;
  height: 100%;
  display: block;
  top: 0px;
  left: 0px;
}
header .inner .logo img {
  margin-left: 0px;
}
header .inner .top-info {
  float: right;
  display: flex;
  align-items: center;
}
header .inner .top-info .info-1 {
  margin-right: 90px;
}
header .inner .top-info .info-1 a {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: nowrap;
}
header .inner .top-info .info-1 a img {
  margin-right: 30px;
  margin-bottom: 8px;
  max-width: 50px;
}
header .inner .top-info .info-1 a span {
  font-size: 2.5rem;
  line-height: 1em;
  text-align: center;
}
header .inner .top-info .info-1 a span em {
  display: block;
  font-size: 1rem;
  line-height: 1.5em;
}
header .inner .top-info .info-2 {
  margin-top: -2px;
  width: 355px;
  line-height: 1.3rem;
}
header .inner .top-info .info-2 > div {
  display: flex;
}
header .inner .top-info .info-2 > div p:nth-child(1) {
  flex-basis: 95px;
}
header .inner .top-info .info-2 > div p:nth-child(2) {
  flex-basis: calc(100% - 95px);
}
header .inner .top-info .info-2 > div:nth-child(2) p:nth-child(2) {
  font-size: 0.95em;
}

@media (max-width: 1400px) {
  header .inner .top-info .info-1 {
    margin-right: 35px;
  }
  header .inner .top-info .info-1 a img {
    margin-right: 15px;
  }
}
@media (max-width: 1300px) {
  header .inner .top-info .info-1 {
    margin-right: 20px;
  }
  header .inner .top-info .info-2 {
    display: none;
  }
}
@media (max-width: 1024px) {
  header .inner .top-info .info-1 {
    margin-top: 5px;
  }
  header .inner .top-info .info-1 a {
    display: none;
  }
}
@media (max-width: 768px) {
  header .inner .logo {
    width: 80%;
  }
  header .inner .logo img {
    height: 100%;
  }
}
@media (max-width: 480px) {
  header .inner .top-info .info-1 {
    margin-right: 5px;
  }
}
header.top-page-header {
  height: 127px;
}
header.top-page-header .inner {
  height: 65px;
}

@media (max-width: 768px) {
  header.top-page-header {
    height: 107px;
  }
}
@media (max-width: 480px) {
  header.top-page-header {
    height: 65px;
  }
}
footer {
  background-color: #ccc;
  line-height: 1.7em !important;
  min-height: 170px;
}
footer .inner {
  padding-top: 1rem;
  padding-bottom: 1rem;
  max-width: 100%;
  position: relative;
}
footer .inner .ft-logo {
  text-align: center;
}
footer .inner .ft-logo a {
  display: inline-block;
}
footer .inner .ft-info {
  margin-top: 20px;
  text-align: center;
}
footer .inner .ft-info .info-2 > div {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 60px;
}
footer .inner .ft-info .info-2 > div p {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
}
footer .inner .ft-site-map {
  position: absolute;
  right: 50px;
  bottom: 15px;
}

@media (max-width: 1200px) {
  footer .inner .ft-site-map {
    position: relative;
    right: unset;
    bottom: unset;
    text-align: right;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  footer {
    height: unset;
  }
  footer .inner .ft-info {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  footer .inner .ft-info > div.info-2 {
    flex-basis: 100%;
  }
  footer .inner .ft-info .info-2 > div {
    align-items: center;
    gap: 0;
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  footer .inner .ft-info > div {
    margin: 1rem 1rem;
  }
}
.page-top .inner {
  max-width: 100%;
  height: calc(100vh - 65px - 62px);
  margin-top: 62px;
}
.page-top .inner .main-visual {
  position: relative;
  width: 100%;
  height: 100%;
}
.page-top .inner .main-visual .slider {
  width: 100%;
  height: 100%;
  position: relative;
}
.page-top .inner .main-visual .slider .slider-item {
  position: absolute;
  top: 0px;
  height: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: opacity 3s;
  opacity: 0;
}
.page-top .inner .main-visual .slider .slider-item.show {
  opacity: 1;
}
.page-top .inner .main-visual .slider .slider-item.item-01 {
  background-image: url("../img/slide-01.jpg");
}
.page-top .inner .main-visual .slider .slider-item.item-02 {
  background-image: url("../img/slide-02.jpg");
}
.page-top .inner .main-visual .slider .slider-item.item-03 {
  background-image: url("../img/slide-03.jpg");
}
.page-top .inner .main-visual .slider .slider-item.item-04 {
  background-image: url("../img/slide-04.jpg");
}
.page-top .inner .main-visual .slider .slider-item.item-05 {
  background-image: url("../img/slide-05.jpg");
}
.page-top .inner .scroll-wrap {
  right: 3.6%;
  position: absolute;
  width: 2px;
  height: 123px;
  background: #fff;
  overflow: hidden;
  bottom: 0;
}
.page-top .inner .scroll-wrap .scroll-line {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40%;
  background: #313f7a;
  animation: slide-in-top 2s ease-in-out infinite reverse both;
}

@media (max-width: 768px) {
  .page-top .inner {
    height: calc(100vh - 65px - 42px);
    margin-top: 107px;
  }
  .page-top .inner .scroll-wrap {
    width: 1px;
  }
}
@media (max-width: 480px) {
  .page-top .inner {
    height: calc(100vh - 65px);
    margin-top: 0px;
  }
}
.page {
  padding-top: 65px;
}
.page.page-product {
  margin-top: 62px;
}
.page .page-mv {
  width: 100%;
  height: 210px;
  background-image: url("../img/mv.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.page h2.page-title {
  padding: 0px 30px;
  background-image: url("../img/page-title-bg.jpg");
  background-repeat: repeat-x;
  background-size: auto 100%;
  color: #fff;
  font-size: 1.5rem;
  line-height: 2.5em;
}
.page .breadcrumb {
  padding: 15px;
  font-size: 0.9rem;
}
.page .breadcrumb a {
  color: #88251b;
}
.page .page-content {
  position: relative;
  z-index: 0;
}
.page .page-content:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url("../img/page-content-bg-1.jpg?d=20220902");
  z-index: -2;
}
.page .page-content:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: -1;
}
.page .page-content .product-content {
  padding: 20px 70px;
}
.page .page-content .product-content .sub-title {
  font-size: 2rem;
  margin-bottom: 30px;
  margin-top: 30px;
  text-indent: -0.5em;
  -moz-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  -ms-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.page .page-content .product-content .sub-title .desc {
  font-size: 1rem;
  font-weight: normal;
  -moz-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0);
  -webkit-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0);
  -ms-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0);
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0);
}
.page .page-content .product-content .sub-title span {
  font-size: 1rem;
}
.page .page-content .product-content .sub-title img {
  margin-left: 0px;
}
.page .page-content .product-content > div {
  margin-bottom: 110px;
}
.page .page-content .product-content > div > div p {
  margin-bottom: 0px;
}
.page .page-content .product-content p.product {
  max-width: 720px;
  margin-bottom: 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  font-size: 25px;
  font-weight: bold;
}
.page .page-content .product-content p.product.large {
  max-width: 850px;
}
.page .page-content .product-content p.product.no-line {
  border-bottom: none;
}
.page .page-content .product-content p.product.half-line {
  border-bottom: none;
  position: relative;
}
.page .page-content .product-content p.product.half-line:after {
  content: "";
  position: absolute;
  width: 65%;
  height: 1px;
  background-color: #ccc;
  bottom: 0;
  right: 0;
}
@media (max-width: 768px) {
  .page .page-content .product-content p.product.half-line:after {
    width: 100%;
  }
}
.page .page-content .product-content p.product span:nth-child(1) {
  width: calc(100% - 175px - 135px);
}
.page .page-content .product-content p.product span:nth-child(1) b {
  min-width: 50px;
}
.page .page-content .product-content p.product span:nth-child(2) {
  width: 175px;
  padding-right: 5px;
  text-align: right;
  font-size: 0.9em;
}
.page .page-content .product-content p.product span:nth-child(3) {
  width: 135px;
  font-size: 0.9em;
}
.page .page-content .product-content p.product span em {
  opacity: 0.7;
  margin-right: 5px;
  font-size: 0.9em;
  font-weight: normal;
}
.page .page-content .product-content p.product span em.desc {
  opacity: 1;
  font-size: 0.7em;
  font-weight: normal;
}
.page .page-content .product-content .note {
  text-align: right;
}
.page .page-content .product-content .note em {
  opacity: 0.7;
  margin-right: 5px;
}
.page .page-content .product-content .ctt {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.page .page-content .product-content .ctt__price {
  width: 750px;
  max-width: 100%;
}
.page .page-content .product-content .ctt__price.large {
  width: 850px;
}
.page .page-content .product-content .ctt__img {
  padding: 0 7px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.page .page-content .product-content .ctt__img > p {
  position: relative;
  margin-bottom: 50px;
  overflow: hidden;
  box-shadow: 5px 5px 5px -3px rgba(0, 0, 0, 0.8);
}
.page .page-content .product-content .ctt__img > p img {
  max-width: 270px;
  transition: transform 0.6s;
}
.page .page-content .product-content .ctt__img > p img:hover {
  transform: scale(1.2);
}
.page .page-content .product-content .ctt__img > p span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 2em;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.page .page-content .product-content .ctt-2 {
  position: relative;
  margin-top: -110px;
}
.page .page-content .product-content .ctt-2 > img {
  position: absolute;
  top: 0px;
  right: 0%;
}
.page .page-content .product-content .ctt-3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page .page-content .product-content .ctt-3 > div {
  flex-basis: 45%;
}
.page .page-content .product-content .ctt-3 > div img {
  margin-top: 10px;
  margin-bottom: 30px;
}
.page .page-content .product-content .teikuauto {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.page .page-content .product-content .teikuauto__link {
  width: 930px;
  max-width: 100%;
  text-align: left;
}
.page .page-content .product-content .teikuauto__link a {
  text-decoration: underline;
}
.page .page-content .product-content .teikuauto__menu {
  width: 750px;
}
.page .page-content .product-content .teikuauto__img {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.page .page-content .product-content .teikuauto__img > p {
  position: relative;
  margin-bottom: 50px;
  overflow: hidden;
  box-shadow: 5px 5px 5px -3px rgba(0, 0, 0, 0.8);
}
.page .page-content .product-content .teikuauto__img > p img {
  max-width: 270px;
  transition: transform 0.6s;
}
.page .page-content .product-content .teikuauto__img > p img:hover {
  transform: scale(1.2);
}
.page .page-content .product-content .teikuauto__img > p span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 2em;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.page .page-content .about-content {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page .page-content .about-content .left {
  flex-basis: 30%;
}
.page .page-content .about-content .left p {
  width: fit-content;
  box-shadow: 5px 5px 5px -3px rgba(0, 0, 0, 0.8);
  margin: 0 auto 50px;
}
.page .page-content .about-content .left img {
  width: 100%;
}
.page .page-content .about-content .right {
  flex-basis: 68%;
}
.page .page-content .about-content .right dl {
  margin-bottom: 20px;
  display: flex;
}
.page .page-content .about-content .right dl dt {
  width: 250px;
}
.page .page-content .about-content .right dl dd img {
  margin-top: 20px;
}
.page .page-content .about-content .right dl dd a {
  color: #88251b;
}
.page .page-content .about-content .right dl dd p span {
  margin-left: 100px;
}
.page .page-content .about-content .right dl .images {
  margin-top: 0;
}
.page .page-content .about-content .right dl .images .image {
  margin-bottom: 30px;
}
.page .page-content .about-content .right dl .images .image__ttl {
  text-align: center;
  font-weight: bold;
}
.page .page-content .about-content .right dl .images .image__ctt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page .page-content .about-content .right dl .images .image__ctt p {
  width: 32%;
  box-shadow: 5px 5px 5px -3px rgba(0, 0, 0, 0.8);
}
.page .page-content .about-content .right dl .images .image__ctt p img {
  width: 100%;
}
.page .page-content .about-map {
  width: 100%;
  height: 450px;
  overflow: hidden;
  margin-top: 70px;
}
.page .page-content .site-map-content {
  margin-top: 2rem;
}
.page .page-content .site-map-content ul {
  display: block;
  padding: 0 0 0 6rem;
}
.page .page-content .site-map-content ul li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}
.page .page-content .site-map-content ul li:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 5.5rem;
  background-color: #313f7a;
  right: calc(100% + 0.5rem);
  top: 1.25rem;
}
.page .page-content .site-map-content ul li a {
  margin-right: 6rem;
  padding: 0.5rem 0;
}
.page .page-content .site-map-content ul li.has-line-right > a {
  position: relative;
}
.page .page-content .site-map-content ul li.has-line-right > a:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 5.5rem;
  background-color: #313f7a;
  left: calc(100% + 0.5rem);
  top: 1.25rem;
}
.page .page-content .site-map-content > ul > li:before {
  display: none;
}
.page .page-content .site-map-content > ul ul {
  position: relative;
}
.page .page-content .site-map-content > ul ul:before {
  content: "";
  position: absolute;
  background-color: #313f7a;
  width: 1px;
  height: calc(100% - 3rem);
  top: 1.25rem;
  left: 0;
}

@media (max-width: 1200px) {
  .page .page-content .product-content .ctt-2 img {
    right: 5%;
  }
}
@media (max-width: 1024px) {
  .page .page-content .product-content .ctt-1 img {
    right: 5%;
  }
  .page .page-content .product-content .ctt-2 img {
    right: 5%;
  }
}
@media (max-width: 768px) {
  .page.page-product {
    margin-top: 0px;
  }
  .page .page-content .product-content .ctt-1 img {
    position: relative;
    top: 0;
    right: 0;
  }
  .page .page-content .product-content .ctt-1 img.product-1-1 {
    position: relative;
    top: 0;
    right: 0;
    margin-bottom: 20px;
  }
  .page .page-content .product-content .ctt-1 img.product-1-1 {
    margin-top: 30px;
  }
  .page .page-content .product-content .teikuauto {
    flex-direction: column;
  }
  .page .page-content .product-content .teikuauto img {
    margin-bottom: 30px;
  }
  .page .page-content .product-content .ctt-2 img {
    position: relative;
    top: 0px;
    right: 0;
    margin-bottom: 20px;
  }
  .page .page-content .product-content .ctt-3 > div {
    flex-basis: 100%;
  }
  .page .page-content .product-content .ctt-3 > div:nth-child(2) {
    margin-top: 50px;
  }
  .page .page-content .about-content {
    flex-direction: column;
    padding: 20px 70px;
  }
  .page .page-content .about-content .left {
    display: flex;
    justify-content: space-between;
  }
  .page .page-content .about-content .left p {
    max-width: 45%;
  }
  .page .page-content .about-content .right dl .images {
    margin-top: -20px;
  }
  .page .page-content .about-content .right dl .images .image {
    margin-bottom: 30px;
  }
  .page .page-content .about-content .right dl .images .image__ctt {
    gap: 10px;
  }
  .page .page-content .about-content .right dl .images .image__ctt p {
    width: calc(50% - 5px);
  }
  .page .page-content .about-content .right dl .images .image__ctt p:nth-child(1) {
    width: 100%;
  }
  .page .page-content .product-content p.product span:nth-child(1) {
    width: 100%;
  }
  .page .page-content .product-content p.product span:nth-child(2) {
    width: calc(100% - 135px);
  }
  .page .page-content .product-content .ctt .ctt__img > p {
    margin-bottom: 20px !important;
  }
  .page .page-content .product-content .ctt__img > p img {
    max-width: 100%;
    width: 100%;
  }
  .page .page-content .product-content .teikuauto__menu {
    width: 100%;
  }
  .page .page-content .product-content .teikuauto__img {
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }
  .page .page-content .site-map-content ul li {
    display: block;
  }
  .page .page-content .site-map-content ul {
    padding: 0 0 0 3rem;
    margin-left: 1.5rem;
  }
  .page .page-content .site-map-content ul li.has-line-right > a:after {
    display: none;
  }
  .page .page-content .site-map-content ul li:before {
    width: 2.5rem;
    top: 1rem;
  }
  .page .page-content .site-map-content > ul ul:before {
    height: calc(100% - 1rem);
    top: 0rem;
  }
  .page .page-content .site-map-content ul li a {
    margin-right: 0rem;
  }
}
@media (max-width: 480px) {
  .page .page-content .product-content {
    padding: 20px 15px;
  }
  .page .page-content .about-content {
    padding: 20px 15px;
  }
  .page .page-content .about-content .right dl {
    flex-direction: column;
  }
  .page .page-content .about-content .right dl dt {
    font-size: 1.3rem;
    font-weight: 900;
    width: 100% !important;
  }
  .page .page-content .about-content .right dl dd {
    width: 100%;
  }
  .page .page-content .about-content .right dl dd a {
    display: block;
  }
  .page .page-content .about-content .right dl dd p span {
    margin-left: 10px;
  }
}
.page-news .inner .page-content {
  padding: 50px 15px 0px;
}
.page-news .inner .page-content ul li {
  padding-bottom: 50px;
  display: flex;
}
.page-news .inner .page-content ul li time {
  flex-basis: 180px;
}
.page-news .inner .page-content ul li p {
  flex-basis: calc(100% - 180px);
}

@media (max-width: 480px) {
  .page-news .inner .page-content ul li {
    flex-wrap: wrap;
  }
  .page-news .inner .page-content ul li time {
    flex-basis: 100%;
  }
  .page-news .inner .page-content ul li p {
    flex-basis: 100%;
  }
  .page .page-content .product-content .sub-title {
    font-size: 1.6rem;
  }
}

/*# sourceMappingURL=style.css.map */
