@charset "UTF-8";
@font-face {
  font-family: anton;
  src: url("../wf/Anton-Regular.ttf") format("truetype");
}
@font-face {
  font-family: yomogi;
  src: url("../wf/Yomogi-Regular.ttf") format("truetype");
}
@font-face {
  font-family: kosugimaru;
  src: url("../wf/KosugiMaru-Regular.ttf") format("truetype");
}
@font-face {
  font-family: sawarabi;
  src: url("../wf/SawarabiGothic-Regular.ttf") format("truetype");
}
@font-face {
  font-family: zenkakunew;
  src: url("../wf/ZenKakuGothicNew-Medium.ttf") format("truetype");
}
@font-face {
  font-family: zenkakunewbold;
  src: url("../wf/ZenKakuGothicNew-Bold.ttf") format("truetype");
}
@font-face {
  font-family: kiwi;
  src: url("../wf/KiwiMaru-Regular.ttf") format("truetype");
}
input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], .site textarea {
  border: var(--form--border-width) solid var(--form--border-color);
  border-radius: var(--form--border-radius);
  color: var(--form--color-text);
  line-height: var(--global--line-height-body);
  padding: var(--form--spacing-unit);
  margin: 0 2px;
  max-width: 100%;
}

.text-right {
  text-align: right;
  margin-right: 10px;
  z-index: 100;
}

.linkwrap {
  position: relative;
}
.linkwrap .linkpoint {
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.linkwrap2 {
  position: relative;
}
.linkwrap2 .linkpoint {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
@media screen and (min-width: 1280px) {
  iframe {
    aspect-ratio: 16/5;
  }
}

.single .site-main > article > .entry-footer .byline {
  display: none;
}

.entry-footer .byline {
  display: none;
}

.entry-footer .posted-on {
  padding-right: 20px;
}

table th, .wp-block-table th {
  border: 0;
  border-bottom: 1px solid white;
}

table td, .wp-block-table td {
  padding: 10px 0 10px 20px;
  border: 0;
  border-bottom: 1px solid white;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-collapse: separate;
  border-spacing: 0 2px;
}
table tr:last-child {
  border-bottom: none;
}
table th {
  position: relative;
  text-align: left;
  width: 30%;
  color: white;
  text-align: center;
  padding: 10px 0;
}
table th::after {
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: calc(50% - 10px);
  right: -10px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
table td {
  width: 70%;
  text-align: left;
  background-color: #eee;
}
table.table-normal {
  width: 100%;
  border-collapse: collapse;
  border-collapse: separate;
  border-spacing: 0 2px;
}
table.table-normal th {
  background-color: #E2F6FE;
  color: #000;
}
table.table-normal td {
  width: 70%;
  text-align: left;
  background-color: #eee;
}

html {
  font-size: 62.5%;
}

body * {
  font-size: 16px;
  font-size: calc(1.6rem);
}

.singular h2 {
  border-bottom: 1px dotted silver;
  border-top: 1px solid silver;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 30px;
  font-size: calc(3rem);
}
h3 {
  font-size: 20px;
  font-size: calc(2rem);
}
a {
  text-decoration: none;
}
a:hover:not(.custom-logo-link) {
  background: rgba(8, 102, 255, 0.2);
  background: rgba(8, 102, 255, 0.1);
}
.menu-guide a:hover:not(.custom-logo-link) {
  background: none;
}

a:focus {
  background: rgba(8, 102, 255, 0.2);
  background: rgba(8, 102, 255, 0.1);
}
a:focus img {
  outline: none !important;
}

.has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button):not(.custom-logo-link) {
  background: rgba(0, 0, 0, 0.9);
  background: rgba(8, 102, 255, 0.2);
  background: rgba(8, 102, 255, 0.1);
}

.has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button):not(.custom-logo-link) {
  color: var(--wp--style--color--link, var(--global--color-white));
}

@media only screen and (min-width: 768px) {
  .primary-menu-container {
    display: none;
  }
}

.page-menu-wrap {
  text-align: center;
  background-color: #E9E6DF;
  margin: 0 auto;
  padding-top: 20px;
  margin-top: -4px;
}
@media (max-width: 767px) {
  .page-menu-wrap {
    display: none;
  }
}

.menu-guide ul {
  display: inline-grid;
  grid-auto-flow: column;
  grid-template-columns: auto;
  gap: 40px;
}
.menu-guide ul li {
  border-radius: 14px;
  background-color: white;
  border: 1px solid #707070;
  position: relative;
  padding: 0 15px;
}
.menu-guide ul li:hover {
  background: rgba(8, 102, 255, 0.2);
  background: rgba(8, 102, 255, 0.1);
}
.menu-guide ul li a {
  font-size: 1.2rem;
  font-size: 1.3rem;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.menu-related {
  margin-top: 10px;
}
.menu-related ul {
  display: inline-grid;
  grid-auto-flow: column;
  grid-template-columns: auto;
  gap: 10px;
}
.menu-related ul li a {
  font-size: 1.2rem;
  font-size: 1.3rem;
}
.menu-related ul li a::before {
  content: "・";
}

.entry-content .maker-logo-mob {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .entry-content .maker-logo-mob img {
    max-width: 50%;
  }
}

.site-main > * {
  margin-top: 0;
  margin-bottom: 0;
}

.menu-button-container #primary-mobile-menu .dropdown-icon.open .svg-icon {
  margin-top: -10px;
  width: 40px;
  height: 40px;
}

.menu-button-container #primary-mobile-menu .dropdown-icon.close .svg-icon {
  margin-top: -10px;
  width: 40px;
  height: 40px;
}

.Form {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
@media screen and (max-width: 480px) {
  .Form {
    margin-top: 40px;
  }
}

.Form-item {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .Form-item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}
.Form-item:nth-child(3) {
  border-bottom: 1px solid #ddd;
}

.Form-item-label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-item-label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
    margin-bottom: 3px;
  }
}

.Form-item-label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 480px) {
  .Form-item-label.isMsg {
    margin-top: 0;
    margin-bottom: 3px;
  }
}

.Form-item-label-required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: hsl(0, 75%, 67%);
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .Form-item-label-required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 10px;
  }
}

.Form-item-input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 800px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-item-input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}

.Form-item-textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-item-textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}

.Form-btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .Form-btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}

.Form-item-label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: normal;
  font-size: 18px;
}

.Form input[type=text], .Form input[type=email], .Form input[type=url], .Form input[type=password], .Form input[type=search], .Form input[type=number], .Form input[type=tel], .Form input[type=date], .Form input[type=month], .Form input[type=week], .Form input[type=time], .Form input[type=datetime], .Form input[type=datetime-local], .Form input[type=color], .Form .site textarea {
  border: 3px solid #104166;
  border-radius: var(--form--border-radius);
  color: var(--form--color-text);
  line-height: var(--global--line-height-body);
  padding: var(--form--spacing-unit);
  margin: 0 2px;
  max-width: 100%;
}
.Form input[type=text]:focus,
.Form input[type=email]:focus,
.Form input[type=url]:focus,
.Form input[type=password]:focus,
.Form input[type=search]:focus,
.Form input[type=number]:focus,
.Form input[type=tel]:focus,
.Form input[type=date]:focus,
.Form input[type=month]:focus,
.Form input[type=week]:focus,
.Form input[type=time]:focus,
.Form input[type=datetime]:focus,
.Form input[type=datetime-local]:focus,
.Form input[type=color]:focus,
.Form .site textarea:focus {
  color: var(--form--color-text);
  outline-offset: 2px;
  outline: 2px dotted var(--form--border-color);
  outline: 2px dotted #104166;
}
.Form .site .button:not(:hover):not(:active):not(.has-background),
.Form button:not(:hover):not(:active):not(.has-background),
.Form input[type=submit]:not(:hover):not(:active):not(.has-background),
.Form input[type=reset]:not(:hover):not(:active):not(.has-background),
.Form .wp-block-search .wp-block-search__button:not(:hover):not(:active):not(.has-background),
.Form .wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-background),
.Form .wp-block-file a.wp-block-file__button:not(:hover):not(:active):not(.has-background) {
  background-color: var(--global--color-primary);
  background-color: #104166;
}
.Form .site .button:hover,
.Form .site .button:active,
.Form button:hover,
.Form button:active,
.Form input[type=submit]:hover,
.Form input[type=submit]:active,
.Form input[type=reset]:hover,
.Form input[type=reset]:active,
.Form .wp-block-search .wp-block-search__button:hover,
.Form .wp-block-search .wp-block-search__button:active,
.Form .wp-block-button .wp-block-button__link:hover,
.Form .wp-block-button .wp-block-button__link:active,
.Form .wp-block-file a.wp-block-file__button:hover,
.Form .wp-block-file a.wp-block-file__button:active {
  background-color: transparent;
  border-color: currentColor;
  border-color: #104166;
  color: inherit;
}

/* formの書き方
<div class="Form">
<div class="Form-item">
<p class="Form-item-label"><span class="Form-item-label-required">必須</span>お名前</p>
[text* your-name class:Form-item-input]
</div>
<div class="Form-item">
<p class="Form-item-label"><span class="Form-item-label-required">必須</span>メールアドレス</p>
[email* your-email class:Form-item-input]
</div>
<div class="Form-item">
<p class="Form-item-label isMsg"><span class="Form-item-label-required">必須</span>お問い合わせ内容</p>
[textarea* your-msg class:Form-item-textarea]
</div>
[submit class:Form-btn "送信する"]
</div>
*/
body.home .primary-navigation {
  display: none;
}
@media only screen and (max-width: 768px) {
  body.home .primary-navigation {
    display: block;
  }
}
body.home main.site-main {
  padding-top: 0;
}

body:not(.home) #page {
  background-image: url(../img/top_bg-other.jpg);
  background-repeat: no-repeat;
  background-size: 100% 120px;
}

.site-branding {
  display: flex;
}

header.site-header {
  max-width: var(--responsive--alignwide-width);
  max-width: 100%;
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
}
header.site-header .site-logo {
  text-align: left;
  margin: 0;
}
header.site-header .site-logo .custom-logo {
  max-width: 200px;
  max-height: 100px;
}
@media only screen and (max-width: 768px) {
  header.site-header .site-logo .custom-logo {
    max-width: 280px;
    max-height: 150px;
  }
}

@media only screen and (max-width: 481.98px) {
  .site-header.has-logo:not(.has-title-and-tagline).has-menu .site-logo {
    position: absolute;
    padding-top: calc(0.5 * var(--global--spacing-vertical));
    padding-top: 0;
    margin-top: 0;
    top: var(--global--admin-bar--height);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .wp-custom-logo .site-header {
    margin-left: 0;
  }
}
@media only screen and (max-width: 481.98px) {
  .site-header.has-logo:not(.has-title-and-tagline).has-menu .site-logo img {
    max-height: 70px;
  }
}
.logo-side-txt {
  background-image: url(../img/logo-side-txt.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 60%;
  width: 187px;
}

body:not(.home) .maker-logo-wrap {
  width: 100%;
  margin-top: 30px;
  padding-right: 160px;
}
body.home .maker-logo-wrap {
  margin: 0 auto;
  max-width: 100%;
  padding-right: 160px;
}
@media only screen and (max-width: 768px) {
  .maker-logo-wrap {
    margin-top: 50px;
  }
}

.maker-logo {
  display: grid;
  grid-template-columns: repeat(5, 1fr); /* 2列 */
  margin-top: 30px;
  max-width: 600px;
}
body:not(.home) .maker-logo {
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .maker-logo {
    margin-top: 70px;
    padding-left: 0;
    gap: 7px;
  }
  body:not(.home) .maker-logo {
    margin-top: 50px;
  }
}
.maker-logo .logo-bmw {
  width: 40px;
  height: auto;
}
.maker-logo .logo-ktm {
  width: 64px;
  height: auto;
}
.maker-logo .logo-husqvarna {
  width: 50px;
  height: auto;
}
.maker-logo .logo-indian {
  width: 80px;
  height: auto;
}
.maker-logo .logo-gasgas {
  width: 108px;
  height: auto;
}

#top-main-wrap {
  height: 500px;
  overflow: hidden;
  background-image: url(../img/top_bg6.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 -400px;
}
@media only screen and (max-width: 1700px) {
  #top-main-wrap {
    background-position: 0 -300px;
  }
}
@media only screen and (max-width: 1485px) {
  #top-main-wrap {
    background-position: 0 -200px;
  }
}
@media only screen and (max-width: 1440px) {
  #top-main-wrap {
    background-position: 0 -100px;
  }
}
@media only screen and (max-width: 1311px) {
  #top-main-wrap {
    background-position: 0 -100px;
  }
}
@media (min-width: 1024px) and (max-width: 1127px) {
  #top-main-wrap {
    background-position: -250px -250px;
    background-size: 150%;
  }
}
@media (min-width: 769px) and (max-width: 1023px) {
  #top-main-wrap {
    background-position: -350px -250px;
    background-size: 180%;
  }
}
@media only screen and (max-width: 768px) {
  #top-main-wrap {
    background-position: -600px -480px;
    background-size: 250%;
  }
}
@media only screen and (max-width: 430px) {
  #top-main-wrap {
    background-position: 50% -320px;
    background-size: 380%;
    max-width: 100%;
  }
}

#top-main {
  max-width: 1240px;
  max-width: var(--responsive--alignwide-width);
  height: 500px;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  #top-main {
    max-width: 100%;
  }
}

.subtitle {
  margin: 0 auto;
  text-align: center;
  margin-top: 50px;
  text-align: center;
  font-size: 4rem;
  margin-bottom: 50px;
  font-family: kiwi;
}
@media only screen and (max-width: 768px) {
  .subtitle {
    padding: 0 10px;
  }
}

.subtitle2 {
  max-width: 800px;
  text-align: left;
  margin: 0 auto;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .subtitle2 {
    padding: 0 10px;
  }
}

[id$=-wrap] {
  padding-top: 60px;
  padding-bottom: 60px;
}
[id$=-wrap] h2 {
  font-size: 4rem;
  font-family: anton;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  [id$=-wrap] h2 {
    font-size: 3rem;
  }
}

#top-main-wrap {
  padding-top: 0;
}

#top-main2-wrap {
  background-color: rgba(2, 102, 177, 0.1);
}

#top-main2 {
  max-width: 1240px;
  max-width: var(--responsive--alignwide-width);
  margin: 0 auto;
}

#top-main3 {
  max-width: var(--responsive--alignwide-width);
  margin: 0 auto;
}
#top-main3 h2 {
  background-color: rgba(2, 102, 177, 0.6);
  width: 52px;
  padding: 20px 0 0 0;
  margin-bottom: -7px;
}
#top-main3 .h2plus {
  height: 30px;
  background-color: white;
  z-index: -5;
}

#top-main4-wrap {
  background-color: #E9E6DF;
}

#top-main4 {
  max-width: var(--responsive--alignwide-width);
  margin: 0 auto;
}
#top-main4 h2 {
  background-color: #ff6600;
  width: 50px;
  padding: 20px 0 0 0;
  margin-bottom: -7px;
}
#top-main4 .h2plus {
  height: 30px;
  background-color: #E9E6DF;
  z-index: -5;
}

#top-main5 {
  max-width: var(--responsive--alignwide-width);
  margin: 0 auto;
}

#top-main6-wrap {
  padding: 0;
}

#top-main6 {
  max-width: var(--responsive--alignwide-width);
  margin: 0 auto;
}
#top-main6 h2 {
  background-color: rgba(2, 102, 177, 0.6);
  width: 50px;
  padding: 20px 0 0 0;
  margin-bottom: -7px;
}
#top-main6 .h2plus {
  height: 30px;
  background-color: white;
  z-index: -5;
}

.fixed-menu {
  position: fixed;
  top: 50px;
  right: 0;
  background-color: rgba(255, 255, 255, 0.7);
  color: black;
  text-align: center;
  text-align: left;
  z-index: 1000;
  /* 以降、チェック時（クリック後）のスタイル */
}
@media only screen and (max-width: 768px) {
  .fixed-menu {
    display: none;
  }
}
.fixed-menu .menutitle {
  font-size: 2rem;
  text-align: center;
  border-bottom: 1px solid #707070;
  border-top: 1px solid #707070;
}
.fixed-menu .switch_content {
  border: 1px solid #333; /* 全体を囲む枠線 */
  width: auto;
}
.fixed-menu .switch_content label {
  margin-bottom: 0;
}
.fixed-menu #switch {
  display: none; /* チェックボックスを除去 */
}
.fixed-menu .button {
  display: block;
  position: relative;
  padding: 10px 20px;
}
.fixed-menu .icon { /* アイコン全体のスタイル */
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-52%);
  width: 22px;
  height: 22px;
  border: 2px solid #333;
  border: 2px solid white;
  border-radius: 50%;
}
.fixed-menu .icon:hover {
  border: 2px solid #333;
}
.fixed-menu .icon::before, .fixed-menu .icon::after { /* 「×」印のスタイル */
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px; /* 棒の幅（太さ） */
  height: 15px; /* 棒の高さ */
  background: #333; /* 棒の色 */
  background: white; /* 棒の色 */
  transform: translate(-50%, -50%) rotate(90deg); /* デフォルトは「-」印に */
  transition: 0.5s all; /* クリック時のアニメーション設定 */
}
.fixed-menu .open, .fixed-menu .close {
  margin-left: 27px;
}
.fixed-menu .open { /* 表示ボタンのスタイル */
  display: inline-block; /* デフォルトは表示 */
}
.fixed-menu .close { /* 閉じるボタンのスタイル */
  display: none; /* デフォルトは非表示 */
}
.fixed-menu .contents { /* コンテンツのスタイル */
  display: none; /* デフォルトは非表示 */
  padding: 0 20px 15px;
  padding: 10px;
}
.fixed-menu .contents ul {
  padding: 10px;
}
.fixed-menu .contents ul li::before {
  content: "■";
}
.fixed-menu #switch:checked + .button > .icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.fixed-menu #switch:checked + .button > .icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.fixed-menu #switch:checked + .button > .open {
  display: none; /* 表示ボタンを非表示 */
}
.fixed-menu #switch:checked + .button > .close {
  display: inline-block; /* 閉じるボタンを表示 */
}
.fixed-menu #switch:checked ~ .contents {
  display: block; /* コンテンツを表示 */
}

.news-sig {
  position: relative;
  top: 80%;
  margin-left: 0;
  margin-right: 160px;
  border: 1px solid silver;
  background-color: rgba(255, 255, 255, 0.7);
  background-image: url(../img/icon/icon-info.png);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: 20px 50%;
  padding-left: 70px;
}
@media only screen and (max-width: 1440px) {
  .news-sig {
    top: 65%;
  }
}
@media only screen and (max-width: 1280px) {
  .news-sig {
    top: 68%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .news-sig {
    top: 80%;
  }
}
@media only screen and (max-width: 768px) {
  .news-sig {
    margin: 0 auto;
    width: 100%;
    top: 80%;
  }
}
.news-sig .news-text .linkin {
  padding: 20px;
  border-left: 1px dotted #707070;
}
.news-sig .news-time {
  display: none;
}
.news-sig .news-more {
  display: none;
}

.slider_bg {
  background: #312001;
  background: black;
  padding-top: 2px;
  padding-bottom: 2px;
}
.news-block div.news-item {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 2列 */
  grid-template-rows: repeat(2, auto); /* 2行 */
  gap: 30px 20px;
}
@media only screen and (max-width: 768px) {
  .news-block div.news-item {
    grid-template-columns: repeat(2, 1fr); /* 2列 */
  }
}
.news-block div.news-item div.news-time {
  line-height: 18px;
}
.news-block div.news-item div.news-text {
  border: 1px solid #707070;
  height: 70%;
  line-height: 2rem;
}
.news-block .news-more {
  text-align: right;
  margin-top: 30px;
  display: block;
}
.news-block .linkin {
  padding: 10px;
}

.blog-block div.news-item {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 2列 */
  grid-template-rows: repeat(2, auto); /* 2行 */
  gap: 30px 20px;
}
@media only screen and (max-width: 768px) {
  .blog-block div.news-item {
    grid-template-columns: repeat(2, 1fr); /* 2列 */
  }
}
.blog-block div.news-item div.news-text {
  border: 1px solid #707070;
  height: 70%;
  line-height: 2rem;
}
.blog-block .news-more {
  text-align: right;
  margin-top: 30px;
  display: block;
}
.blog-block .linkin {
  padding: 10px;
}

.service-block {
  width: 100%;
  place-items: stretch;
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2列 */
  grid-template-rows: repeat(2, auto); /* 2行 */
  gap: 30px;
}
@media only screen and (max-width: 768px) {
  .service-block {
    display: block;
  }
}
.service-block > div {
  border: 2px solid #707070;
  background-color: white;
  min-height: 160px;
}
@media only screen and (max-width: 768px) {
  .service-block > div {
    margin-bottom: 10px;
  }
}
.service-block > div > div:first-of-type {
  margin-top: 20px;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-position: top 20px;
  font-size: 2.5rem;
}
.service-block > div:first-child {
  background-image: url(../img/service/service1-bg.png);
  background-repeat: no-repeat;
  padding-left: 115px;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .service-block > div:first-child {
    padding-left: 90px;
  }
}
.service-block > div:first-child > div:first-of-type {
  text-indent: 50px;
  background-image: url(../img/icon/icon-search.png);
  background-size: 40px 40px;
}
.service-block > div:nth-child(2) {
  background-image: url(../img/service/service2-bg.png);
  background-repeat: no-repeat;
  padding-left: 115px;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .service-block > div:nth-child(2) {
    padding-left: 90px;
  }
}
.service-block > div:nth-child(2) > div:first-of-type {
  text-indent: 50px;
  background-image: url(../img/icon/icon-message.png);
  background-size: 40px 40px;
}
.service-block > div:nth-child(3) {
  background-image: url(../img/service/service3-bg.png);
  background-repeat: no-repeat;
  padding-left: 115px;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .service-block > div:nth-child(3) {
    padding-left: 90px;
  }
}
.service-block > div:nth-child(3) > div:first-of-type {
  text-indent: 50px;
  background-image: url(../img/icon/icon-person.png);
  background-size: 40px 40px;
}
.service-block > div:nth-child(4) {
  background-image: url(../img/service/service4-bg.png);
  background-repeat: no-repeat;
  padding-left: 115px;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .service-block > div:nth-child(4) {
    padding-left: 90px;
  }
}
.service-block > div:nth-child(4) > div:first-of-type {
  text-indent: 50px;
  background-image: url(../img/icon/icon-email.png);
  background-size: 45px 35px;
}

.middle-block {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .middle-block {
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .middle-block {
    display: block;
  }
}
.middle-block .fb-icon {
  height: 61px;
  background-color: #0866FF;
  background-image: url(../img/facebook/fb-logo.png);
  background-repeat: no-repeat;
  background-size: 51px;
  background-position: 10px 10px;
}
.middle-block .fb-con {
  padding: 40px;
  background-color: white;
}
@media only screen and (max-width: 768px) {
  .middle-block .fb-con {
    padding: 0;
  }
}

@media only screen and (min-width: 482px) {
  .post-navigation .nav-links {
    justify-content: space-between;
    display: none;
  }
}
@media only screen and (min-width: 482px) {
  .post-navigation .nav-links {
    background-color: red;
  }
}
.single .site-main > article > .entry-footer {
  display: none;
}

.singular .entry-header {
  border-bottom: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .singular .entry-header {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .singular .entry-header {
    padding-bottom: 0;
  }
}

.singular .entry-title {
  font-size: 4rem;
}

body:not(.home) #content {
  background-color: #E9E6DF;
  margin-top: -40px;
}
@media only screen and (max-width: 768px) {
  body:not(.home) #content {
    margin-top: 40px;
  }
}

.site-header, .site-main, .widget-area, .site-footer {
  padding-top: var(--global--spacing-vertical);
  padding-bottom: var(--global--spacing-vertical);
  margin-left: auto;
  margin-right: auto;
}

body:not(.home) .site-main {
  max-width: var(--responsive--alignwide-width);
  background-color: white;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: clamp(10px, 10vw, 50px);
  padding-bottom: clamp(10px, 10vw, 50px);
  padding-left: clamp(10px, 10vw, 100px);
  padding-right: clamp(10px, 10vw, 100px);
}
@media (min-width: 768px) and (max-width: 1024px) {
  body:not(.home) .site-main {
    max-width: calc(100% - 20px);
    padding: 10px;
  }
}
@media only screen and (max-width: 768px) {
  body:not(.home) .site-main {
    padding: 10px;
  }
}

.post-thumbnail, .entry-content .wp-audio-shortcode, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator), *[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator), .default-max-width {
  max-width: var(--responsive--aligndefault-width);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.vehicle-list-wrap {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 768px) {
  .vehicle-list-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }
}

.vehicle-select {
  display: grid;
  grid-template-columns: 250px 250px 250px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .vehicle-select {
    display: block;
  }
  .vehicle-select select {
    margin-bottom: 10px;
  }
}

.vehicle-select2 {
  display: grid;
  grid-template-columns: 500px 400px;
  margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .vehicle-select2 {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .vehicle-select2 {
    display: block;
  }
}
.vehicle-select2 input[type=number] {
  width: 150px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .vehicle-select2 input[type=number] {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .vehicle-select2 input[type=number] {
    width: 30%;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .vehicle-select2 input[type=text] {
    width: 70%;
  }
}

.vehicle-select3 {
  background-color: #E9E6DF;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
  display: grid;
  grid-template-columns: 200px 200px 200px 200px;
  margin-bottom: 10px;
}
.vehicle-select3 button {
  margin-left: 10px;
  padding: 5px 10px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .vehicle-select3 {
    grid-template-columns: 150px 200px 200px 200px;
  }
}
@media only screen and (max-width: 768px) {
  .vehicle-select3 {
    grid-template-columns: 160px 170px;
    padding: 2px;
    grid-row: 20px;
  }
}

.vehicle--img {
  width: 245px;
  height: 245px;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
  background-size: contain;
  background-repeat: no-repeat;
  border: 1px solid silver;
}
@media only screen and (max-width: 1280px) {
  .vehicle--img {
    width: 200px;
    height: 200px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .vehicle--img {
    width: 170px;
    height: 170px;
  }
}
@media only screen and (max-width: 768px) {
  .vehicle--img {
    width: 150px;
    height: 150px;
  }
}

.vehicle-list-item {
  display: grid;
}
.vehicle-list-item .textbox {
  padding: 10px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
  gap: 5px;
}
.vehicle-list-item .title {
  font-size: 2rem;
  line-height: 2.4rem;
}
.vehicle-list-item .boxgray {
  display: grid;
  grid-template-columns: 50% 50%;
  border: 1px solid silver;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .vehicle-list-item .boxgray {
    display: block;
  }
}
.vehicle-list-item .price {
  color: rgb(209, 2, 2);
  font-size: 3rem;
  text-align: right;
}
.vehicle-list-item .price span {
  font-size: 2rem;
  color: #000;
}

.pagination ul.page-numbers {
  display: inline-grid;
  grid-auto-flow: column;
  grid-template-columns: auto;
  gap: 10px;
}
.pagination ul.page-numbers li a {
  border: 1px solid #707070;
  display: block;
  text-align: center;
  width: 30px;
  height: 30px;
}
.pagination ul.page-numbers li a.prev, .pagination ul.page-numbers li a.next {
  border: none;
  width: 100px;
  text-align: center;
}
.pagination ul.page-numbers li span.current {
  display: inline-block;
  border: 1px solid #707070;
  background-color: rgba(8, 102, 255, 0.2);
  text-align: center;
  width: 30px;
  height: 30px;
}

.vehicle-wrap {
  margin-top: 0;
}
.vehicle-wrap p {
  border: 1px solid #eee;
  padding: 30px;
  margin-bottom: 20px;
}
.vehicle-wrap .sub-title + .description {
  margin-top: 10px;
}

.vehicle-item-img {
  background-color: #eee;
  max-width: 100%;
  margin: 0 auto 10px 0;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .vehicle-item-img {
    display: block;
  }
}
.vehicle-item-imgl {
  max-width: 100%;
  min-width: 600px;
  min-height: 460px;
  margin: 10px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .vehicle-item-imgl {
    min-width: 400px;
    min-height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .vehicle-item-imgl {
    max-width: 100%;
    min-width: 100%;
    min-height: auto;
    margin: 0;
  }
}
.vehicle-item-imgl img {
  border: 1px solid silver;
}

ul {
  list-style: none;
}

.vehicle-item-imgs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  padding: 10px;
}
.vehicle-item-imgs div {
  border: 1px solid silver;
  height: 150px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .vehicle-item-imgs div {
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .vehicle-item-imgs div {
    height: auto;
  }
}
.vehicle-sub-img-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
  margin-bottom: 10px;
}
.vehicle-sub-img-wrap .vehicle-sub-img {
  border: 1px solid silver;
  padding: 10px;
}

.vehicle-sub {
  border: 1px solid silver;
  padding: 20px;
}
.vehicle-sub > div {
  margin: 5px 0 5px 0;
  border-bottom: 1px dotted silver;
}

.vehicle-item-text th {
  max-width: 20%;
  white-space: nowrap;
  padding-left: 30px;
  padding-right: 30px;
  width: 300px;
}
.vehicle-item-text td {
  text-align: left;
  padding-left: 30px;
}

.vehicle-inq {
  position: relative;
  width: 100%;
  display: block;
  background-color: orange;
  color: white;
  padding: 20px;
  text-align: center;
  font-size: 2rem;
}
.vehicle-item-text th {
  background-color: #E2F6FE;
  color: #000;
}

.news_list {
  margin-top: 40px;
}
.news_list .news__list__item {
  display: grid;
  grid-template-columns: 80px 150px auto;
  gap: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .news_list .news__list__item {
    display: block;
  }
}
.news_list .cat {
  font-size: 1.4rem;
  border: 1px solid #707070;
  text-align: center;
}

.footer-wrap {
  padding-top: 10px;
  padding-bottom: 80px;
  margin-top: 50px;
  background-image: url(../img/footer2.jpg);
  background-position: 0 -300px;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.6);
  background-blend-mode: lighten;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .footer-wrap {
    background-position: 0;
  }
}
@media only screen and (max-width: 768px) {
  .footer-wrap {
    background-position: 50% -100px;
    background-repeat: repeat;
  }
}
.footer-wrap h2 {
  font-size: 2.5rem;
  border-bottom: 1px solid black;
}
.footer-wrap .widget a {
  text-decoration: none;
  text-decoration-style: solid;
}
.footer-wrap .widget a:hover {
  text-decoration: underline;
  text-decoration-style: dotted;
}
.footer-wrap .widget a:focus {
  background: red;
}

.widget-area {
  margin-top: 60px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
}
@media only screen and (min-width: 1024px) {
  .widget-area {
    grid-template-columns: 1fr 2fr;
    padding: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .widget-area {
    padding: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .widget-area {
    padding: 10px;
  }
}

.s-info-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 10px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .s-info-list {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .s-info-list {
    display: block;
  }
}
.s-info-list .s-info-item .title {
  font-size: 2rem;
}
.s-info-list .s-info-item .inq {
  background-image: url(../img/icon/icon-email.png);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: 3px;
  text-indent: 30px;
}

.site-footer > .site-info {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
  text-align: center;
}

@media only screen and (min-width: 822px) {
  .site-footer > .site-info {
    display: block;
    align-items: center;
  }
}
.site-name {
  text-align: center;
}/*# sourceMappingURL=style.css.map */