@charset "UTF-8";

html,
body {
  margin: 0;
  padding: 0;
  letter-spacing: 1px;
  line-height: 1.75;
  font-family: "Noto Sans", "Noto Sans CJK JP", "Noto Sans CJK JP Subset", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo";
}

img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  background: #ffffff;
}

.header-inner {
  overflow: hidden;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #b5b5b5;
}

.header-left {
  width: 30%;
  float: left;
}

.header-right {
  width: 50%;
  float: right;
  text-align: right;
}

.sp-header-menu-icon {
  float: right;
  width: 30px;
  height: 30px;
  margin: 18px 15px;
  cursor: pointer;
  display: none;
}

.sp-header-header-menu {
  margin: 0;
  padding: 0;
  display: none;
}

.sp-header-header-menu li {
  display: block;
  border-bottom: 1px solid #b5b5b5;
}

.sp-header-header-menu li a {
  display: block;
  color: initial;
  text-decoration: none;
  padding: 10px;
}

.sp-header-header-menu li a:hover {
  background: #f3f3f3;
}

.title {
  font-size: 25px;
  margin: 0;
  padding: 12px 0 0 20px;
}

.title a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.header-menu {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 0;
}

.header-menu li {
  display: inline-block;
  border-left: 1px solid #b5b5b5;
  font-size: 16px;
}

.header-menu li a {
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 20px;
}

.header-menu li a:hover {
  text-decoration: underline;
}

.swiper-main-container {
  margin: 50px auto 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-main-container img.is-sp {
  display: none;
}

.swiper-main-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-main-container .swiper-main-slide img {
  max-height: 300px;
  object-fit: cover;
}

.news-wrap,
.feature-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 0;
}

.parts-wrap {
  margin: 100px 0;
}

.news-title,
.feature-title,
.parts-title {
  text-align: center;
  font-size: 30px;
  color: #690000;
}

.parts-subtitle {
  font-size: 22px;
  color: #690000;
  text-align: center;
  margin: 10px auto;
  border-bottom: 1px solid #6900004d;
  padding: 0 0 10px 0;
  width: 90%;
}

.feature-title {
  color: #ffffff;
}

.news-title span,
.feature-title span,
.parts-title span {
  display: block;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
}

.news-list {
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
}

.news-list li {
  display: block;
}

.news-list li a {
  display: block;
  padding: 15px 0;
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid #b5b5b5;
}

.news-list li a:hover {
  opacity: 0.7;
}

.news-list-data {
  display: inline-block;
  margin: 0 20px 0 0;
}

.feature-text,
.parts-text {
  text-align: center;
  font-size: 17px;
}

.feature-text {
  color: #ffffff;
}

.parts-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: 30px auto;
}

.parts-item {
  border: 1px solid #ddd;
  padding: 10px;
  background-color: #f9f9f9;
}

.parts-item a {
  text-decoration: none;
  color: inherit;
}

.parts-item a:hover {
  opacity: 0.7;
}

.parts-item-img img {
  width: 100%;
  height: 200px;
  object-fit: contain;
}

.parts-item-title {
  margin: 10px 0 5px 0;
}

.parts-item-data-wrap {
  text-align: center;
}

.parts-item-data {
  border: 1px solid #bbbbbb;
  display: inline-block;
  padding: 0 5px;
  font-size: 14px;
  margin: 0 0 5px 0;
  background: #ffffff;
}

.parts-item-text {
  font-size: 14px;
}

.parts-item-text p {
  margin: 0;
  padding: 0;
}

.parts-item-content {
  max-width: 800px;
  margin: 0 auto;
}

.sub-container {
  margin: 80px 0 0 0;
}

.pagination {
  margin: 20px 0;
  text-align: center;
}

.pagination a,
.pagination span {
  display: inline-block;
  margin: 0 5px;
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-decoration: none;
  color: #333;
}

.pagination a:hover {
  background-color: #eee;
  border-color: #aaa;
}

.pagination .current {
  background-color: #333;
  color: #fff;
  border-color: #333;
}

.more-btn a {
  display: block;
  max-width: 200px;
  margin: 20px auto;
  text-align: center;
  border: 1px solid #878787;
  padding: 10px 0;
  text-decoration: none;
  color: inherit;
  box-shadow: 1px 1px 0px #d9d9d9;
}

.more-btn a:hover {
  opacity: 0.7;
}

.more-btn.is-small a {
  font-size: 15px;
  padding: 8px 0;
}

.not-date {
  text-align: center;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 18px;
  text-align: left;
}

table,
th,
td {
  border: 1px solid #dddddd;
}

td {
  padding: 12px;
}

tr:nth-child(even) {
  background-color: #f2f2f2;
}

tr:hover {
  background-color: #f5f5f5;
}

td a {
  color: #3498db;
  text-decoration: none;
}

td a:hover {
  text-decoration: underline;
}

footer {
  background: #600021;
  padding: 40px 0;
}

.footer-list {
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.footer-list li {
  display: inline-block;
}

.footer-list li a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  padding: 0 5px;
}

.footer-list li a:hover {
  text-decoration: underline;
}

.cp {
  text-align: center;
  font-size: 12px;
  color: #ffffff;
}

.bg-white {
  background: #fffffc;
}

.bg-beige {
  background: #690000;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea  {
	 width: 100%;
	 padding: 8px 15px;
	 margin-right: 10px;
	 margin-top: 10px;
	 border: 1px solid #ddd;
	 border-radius: 3px;
}