/*

Theme Name: mobitouch

*/
* {
  box-sizing: border-box;
}
html, body {
  border: none;
  margin: 0;
  padding: 0;
}
html {
  font-size: 62.5%; /* 1rem = 10px */
  scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
body {
  background-color: #e6f2f9;
  box-sizing: border-box;
  color: #333333;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
  letter-spacing: -0.015em;
  text-align: left;
}
@supports (font-variation-settings: normal) {
  body {
    font-family: "Inter var", -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
  }
}
h1, h2, h3, h4, h5, h6, p, blockquote, address, big, cite, code, em, font, img, small, strike, sub, sup, li, ol, ul, fieldset, form, label, legend, button, table, caption, tr, th, td {
  border: none;
  font-size: 100%;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
}
blockquote::before, blockquote::after {
  content: "";
}
*, *::before, *::after {
  box-sizing: inherit;
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
  word-wrap: break-word;
}
/* Clearing ---------------------------------- */
.group::after, .entry-content::after {
  clear: both;
  content: "";
  display: block;
}
a, path {
  transition: all 0.15s linear;
}
/* -------------------------------------------------------------------------- */
/*	Base

/* -------------------------------------------------------------------------- */
main {
  display: block;
}
h1, h2, h3, h4, h5, h6, .faux-heading {
  font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.25;
  margin: 0 0 20px;
}
h1, h2 {
  font-size: 2.75rem;
}
h2.entry-title, .content section h2 {
  color: #37569B;
  text-align: center;
  margin: 20px 0;
  font-size: 28px;
}
h2.entry-title span,.content section h2 span {
  font-size: 2.375rem;
  letter-spacing: 0.025em;
  display: block;
  padding: 1rem 0 0;
}
#post-478 h2.entry-title {
  display: none;
}
h3 {
  font-size: 2.45rem;
}
.content section h3 {
  padding: 3rem 0 0;
  margin: 0 0 10px;
}
.content section h3::after{
  content: "";
  clear: both;
  display: block;
}
h4 {
  font-size: 3rem;
}
h5 {
  font-size: 2.375rem;
}
h6 {
  font-size: 1.6rem;
}
.car-sharp h6 {
  margin: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 2.375rem;
  }
  h3 {
    font-size: 1.75rem;
  }
}
p {
  font-size: 1.6rem;
  line-height: 1.2;
  margin: 0 0 .4em 0;
}
big {
  font-size: 1.2em;
}
small {
  font-size: 0.75em;
}
p.result_error {
  text-align: center;
  font-size: 1.2em;
  padding: 60px 0 0;
}
hr {
  border-style: solid;
  border-width: 0.1rem 0 0 0;
  border-color: #ccc;
  margin: 20px 25% 60px;
}
ul {
	list-style: none;
}

a {
  color: #37569B;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}
article a {
  color: #37569B;
  text-decoration: underline;
}

/* Inputs ------------------------------------ */
fieldset {
  border: 0.2rem solid #dcd7ca;
  padding: 2rem;
}
legend {
  font-size: 0.85em;
  font-weight: 700;
  padding: 0 1rem;
}
label {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0 0 0.5rem 0;
}
label.inline, input[type="checkbox"] + label {
  display: inline;
  font-weight: 400;
  margin-left: 0.5rem;
}
input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  top: 2px;
  display: inline-block;
  margin: 0;
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  background: #fff;
  border-radius: 0;
  border-style: solid;
  border-width: 0.1rem;
  border-color: #dcd7ca;
  box-shadow: none;
  cursor: pointer;
}
input[type="checkbox"]:checked::before {
  /* Use the "Yes" SVG Dashicon */
  content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E");
  position: absolute;
  display: inline-block;
  margin: -0.1875rem 0 0 -0.25rem;
  height: 1.75rem;
  width: 1.75rem;
}
input, textarea, button, .button, .faux-button, .wp-block-button__link, .wp-block-file__button {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1;
}
@supports (font-variation-settings: normal) {
  input, textarea, button, .button, .faux-button, .faux-button.more-link, .wp-block-button__link, .wp-block-file__button {
    font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
  }
}
input, textarea {
  border-color: #dcd7ca;
  color: #333333;
}
code, input[type="url"], input[type="email"], input[type="tel"] {
  /*rtl:ignore*/
  direction: ltr;
}
input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="date"], input[type="month"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="week"], input[type="number"], input[type="search"], input[type="tel"], input[type="color"], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  border-radius: 0;
  border-style: solid;
  border-width: 0.1rem;
  box-shadow: none;
  display: block;
  font-size: 1.6rem;
  letter-spacing: -0.015em;
  margin: 0;
  max-width: 100%;
  padding: 1.5rem 1.6rem;
  width: 100%;
}
select {
  font-size: 1em;
}
textarea {
  height: 12rem;
  line-height: 1.5;
  width: 100%;
}
input::-webkit-input-placeholder {
  line-height: normal;
}
input:-ms-input-placeholder {
  line-height: normal;
}
input::-moz-placeholder {
  line-height: revert; /* Reset to the value from the user-agent stylesheet. */
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
button, .button, .faux-button, .wp-block-button__link, .wp-block-file .wp-block-file__button, input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #cd2653;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.0333em;
  line-height: 1.25;
  margin: 0;
  opacity: 1;
  padding: 1.1em 1.44em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 0.15s linear;
}
button:focus, button:hover, .button:focus, .button:hover, .faux-button:focus, .faux-button:hover, .wp-block-button .wp-block-button__link:focus, .wp-block-button .wp-block-button__link:hover, .wp-block-file .wp-block-file__button:focus, .wp-block-file .wp-block-file__button:hover, input[type="button"]:focus, input[type="button"]:hover, input[type="reset"]:focus, input[type="reset"]:hover, input[type="submit"]:focus, input[type="submit"]:hover {
  text-decoration: underline;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
  border-color: currentColor;
}
input[type="search"]:focus {
  outline: thin dotted;
  outline-offset: -4px;
}
/* Opacity ----------------------------------- */
.opacity-0 {
  opacity: 0;
}
.opacity-5 {
  opacity: 0.05;
}
.opacity-10 {
  opacity: 0.1;
}
.opacity-15 {
  opacity: 0.15;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-35 {
  opacity: 0.35;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-45 {
  opacity: 0.45;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-55 {
  opacity: 0.55;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-65 {
  opacity: 0.65;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-75 {
  opacity: 0.75;
}
.opacity-80 {
  opacity: 0.8;
}
.opacity-85 {
  opacity: 0.85;
}
.opacity-90 {
  opacity: 0.9;
}
.blend-mode-exclusion {
  mix-blend-mode: exclusion;
}
.blend-mode-hue {
  mix-blend-mode: hue;
}
.blend-mode-saturation {
  mix-blend-mode: saturation;
}
.blend-mode-color {
  mix-blend-mode: color;
}
.blend-mode-luminosity {
  mix-blend-mode: luminosity;
}
/* -------------------------------------------------------------------------- */
/*	Header

/* -------------------------------------------------------------------------- */
#site-header {
  background: #fff;
  position: relative;
  margin: 0 0 20px;
}
/*.header-inner {

	max-width: 168rem;

	padding: 3.15rem 0;

	z-index: 100;

}*/
/* Header Titles ----------------------------- */
.header-titles-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 0 4rem;
  text-align: center;
}
body:not(.enable-search-modal) .header-titles-wrapper {
  justify-content: flex-start;
  padding-left: 0;
  text-align: left;
}
.site-title, .site-logo, .site-description {
  margin: 0;
}
.site-title {
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1;
}
.site-title a {
  color: inherit;
  display: block;
  text-decoration: none;
}
.site-title a:hover, .site-title a:focus {
  text-decoration: underline;
}
.site-description {
  margin-top: 1rem;
  color: #6d6d6d;
  font-size: 1.6rem;
  font-weight: 500;
  display: none;
  letter-spacing: -0.0311em;
  transition: all 0.15s linear;
}
.site-logo a, .site-logo img {
  display: block;
}
.header-titles .site-logo .site-logo {
  margin: 0;
}
.site-logo img {
  max-height: 6rem;
  margin: 0 auto;
  width: auto;
}
body:not(.enable-search-modal) .site-logo img {
  margin: 0;
}
/* Footer Bottom ----------------------------- */
#site-footer {
  width: 100%;
  text-align: center;
  color: #b7cbda;
}
#site-footer .section-inner {}
#site-footer a {
  text-decoration: none;
}
#site-footer a:focus, #site-footer a:hover {
  text-decoration: underline;
}
.footer-copyright a, .powered-by-wordpress a {
  color: inherit;
}
.powered-by-wordpress, .to-the-top {
  color: #6d6d6d;
}
a.to-the-top > * {
  pointer-events: none;
}
.footer-copyright {
  font-size: 1rem;
  margin: 0;
  padding: 10px 0;
}
.powered-by-wordpress {
  display: none;
  margin: 0 0 0 2.4rem;
}
.to-the-top-long {
  display: none;
}
/* 追加CSS ------------------------------------------------------ */
/* 削除・名前変更 禁止 */
.-on {
  display: block !important;
}
/* 削除・名前変更 禁止 */
a, input[type="submit"]:hover, input[type="button"]:hover {
  text-decoration: none;
}
.backbtn,
.backbtn-item {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 150px;
  height: 150px;
  border-radius: 75px;
  position: fixed;
  position: -webkit-fixed;
	z-index: 89;
  box-shadow: 2px 2px 3px 2px rgb(0 0 0 / 20%);
  font-size: 28px;
}
.backbtn {
  background: #37569b;
  bottom: 230px;
  right: 30px;
}
.backbtn-item {
  background: #EB613C;
  bottom: 60px;
  right: 30px;
}
footer .section-inner {
  position: relative;
}
.backbtn:hover,
.backbtn-item:hover {
  text-decoration: none!important;
}
input[value="car"]
ul {
  list-style: none;
}
/* BASE -------------------------------- */
#site-content {
	height: auto;
	min-height: 626px;
  padding: 0 0 140px;
	background: url(https://mobitouch-kanagawatoyota.jp/search_test/wp-content/uploads/2022/07/back-scaled.jpg)no-repeat center bottom/ 100% auto;
}
#site-content.index {
  padding: 0 0 90px;
}
.content {
  max-width: 1920px;
  padding: 10px 3% 30px;
  margin: 0 auto;
}
.preview {
  padding: 120px 0 0;
}

/* 検索フォーム -------------------------------- */
/* 検索結果 */
div.result {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  padding: 0;
  border-radius: 5px;
}
h4.results {
  font-size: 2.375rem;
}
div.result p {
  font-size: 1.6rem;
}
p.result_tit {
  font-size: 2rem;
  font-weight: bold;
  padding: 1rem 0;
}
div.detail {
  width: 100%;
  margin: 85px auto 0;
  background: rgb(254, 213, 0);
  background: linear-gradient(90deg, rgba(181, 224, 255, 1) 76.667%, rgba(254, 213, 0, 1) 76.667%);
  font-family: 'Noto Sans JP', sans-serif;
}
div.detail .inner {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
div.detail .detail_type {
  width: 76.667%;
  max-width: 1500px;
  height: 120px;
  background: #B5E0FF;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
div.detail .detail_tit {
  width: 19.5%;
  color: #37569B;
  font-size: 3.5rem;
  font-weight: bold;
  letter-spacing: 0.8rem;
}
div.detail .type {
  width: auto;
  display: flex;
  align-items: center;
  padding: 0 3% 0 0;
}
div.detail .model {
  width: auto;
  display: flex;
  align-items: center;
}
div.detail .type .type_tit, div.detail .model .model_tit {
  color: #5C6063;
  font-size: 2.2rem;
  margin: 0 2rem 0 0;
}
div.detail .type_result, div.detail .model_result {
  width: auto;
  min-width: 220px;
  height: 50px;
  border: 1px solid #5C6063;
  color: #5C6063;
  font-size: 2.4rem;
  line-height: 2.4rem;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  white-space: nowrap;
}
div.detail .detail_btn {
  width: 23.333%;
  max-width: 420px;
  height: 120px;
  background: #FED500;
}
div.detail .detail_btn a {
  width: 100%;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0;
  color: #37569B;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
}
div.detail .detail_btn a::before {
  position: absolute;
  content: "";
  top: 52%;
  right: calc(50% - 140px);
  transform: translateY(-50%);
  border: 11px solid transparent;
  border-left: 18px solid #37569B;
}
@media screen and (max-width: 1360px) {
  div.detail .inner {
    max-width: 1360px;
  }
  div.detail .detail_type {
    width: 76.667%;
    height: 70px;
    padding: 0 0 0 3%;
  }
  div.detail .detail_tit {
    width: 17%;
    color: #37569B;
    font-size: 2.2rem;
    letter-spacing: 0.4rem;
  }
  div.detail .type {
    width: auto;
  }
  div.detail .model {
    width: auto;
  }
  div.detail .type .type_tit, div.detail .model .model_tit {
    font-size: 1.6rem;
    margin: 0 18px 0 0;
		white-space: nowrap;
  }
  div.detail .type_result, div.detail .model_result {
    width: auto;
    min-width: 160px;
    height: 40px;
    font-size: 1.8rem;
    line-height: 1.7rem;
    border-radius: 7px;
  }
  div.detail .detail_btn {
    width: 23.333%;
    max-width: 420px;
    height: 70px;
    background: #FED500;
  }
  div.detail .detail_btn a {
    height: 70px;
    padding: 0;
    font-size: 2rem;
  }
  div.detail .detail_btn a::before {
    top: 52%;
    right: calc(50% - 120px);
    border: 8px solid transparent;
    border-left: 14px solid #37569B;
  }
}
div.menu {
  width: calc(100% - 5px);
  margin: 0 5px 0 0;
  padding: 20px 0 10px;
  position: inherit;
}
div.menu a {
  font-size: 1.6rem;
}
div.item_link, div.result div.item_link {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1800px;
	min-height: 35vh;
  margin: 0 auto;
  padding: 10px 10px 0 0;
  position: inherit;
  justify-content: space-between;
}
div.item_link:after, div.result div.item_link:after {
  content: "";
  width: 32%;
  margin: 8px 0;
}
div.item_link p, div.result div.item_link p {
  width: 620px;
  margin: 0;
  padding: 10px 0;
}
div.item_link a, div.result div.item_link a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(33.33% - 20px);
  height: 155px;
  font-size: 2.7rem;
  letter-spacing: 2px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  color: #333;
  background-image: linear-gradient(360deg, #ffa300 13px, #ffd500);
  border: 3px solid #ffb600;
  border-radius: 30px;
  z-index: 9;
  transition: all 0.5s 0s ease;
  position: relative;
  box-shadow: 2px 2px 2px 2px #00000021;
}
div.item_link a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 60%;
  border-radius: 30px;
  top: 0;
  left: 0;
  background-image: linear-gradient(360deg, #fff70033 13px, #ffffffad);
  z-index: -1;
}
div.item_link a:hover, div.result div.item_link a:hover {
  background-color: #fff;
}
div.side_content {
  display: flex;
  justify-content: space-between;
}
div.side_content .side_left {
  width: 66%;
	padding: 20px 0 0;
}
div.side_content .side_left img {
  width: 100%;
	height: auto;
}
div.item_link.side_right {
  width: 31.5%;
  flex-direction: column;
  margin: 0;
  justify-content: flex-start;
}
div.item_link.side_right a {
  width: 100%;
  min-height: 7%;
  line-height: 1.6;
  padding: 8% 5%;
  border-radius: 25px;
  border: 3px solid #ffc900;
  overflow: hidden;
	text-decoration: none;
}
div.item_link.side_right a::after {
  height: 52%;
  border-radius: 25px 25px 25px 25px;
}
/* トップページ -------------------------------- */
.bifurcation {
  display: flex;
  justify-content: space-between;
}
.bifurcation a {
  width: 48%;
  font-size: 2rem;
  text-align: center;
  padding: 10rem;
  background-color: #fff;
  border: solid 1px #eee;
  border-radius: 10px;
  transition: all 0.5s 0s ease;
}
.bifurcation a:hover {
  opacity: .6;
}
/* メニューページ -------------------------------- */
div.result ul.main_menu, div.result ul.maintenance_menu, div.result .other, div.result .other ul.other_link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
}
div.result .other {
  align-items: flex-start;
}
div.result ul.main_menu {
  width: 100%;
}
div.result .menu_box1 {
  margin: 0 0 20px;
}
div.result ul.maintenance_menu {
  width: 100%;
  padding: 10px 0 0;
  margin: 0;
}
div.result .menu_box2 {
  background-color: #62c0e3;
  padding: 10px 25px 15px;
  margin-bottom: 20px;
  border-radius: 7px;
}
div.result .menu_box2 h3 {
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin: 0;
  padding: 0;
}
div.result ul.other_link {
  width: 44%;
  max-width: 788px;
  margin: 0;
}
div.result .mobipo {
  width: 28.3%;
  max-width: 512px;
  margin: 0 0 0 -3px;
  box-shadow: 3px 3px 3px 1px #0000003d;
}
div.result ul.main_menu li, div.result ul.maintenance_menu li, div.result ul.other_link li {
  text-align: center;
  padding: 0;
  margin: 0;
  font-weight: bold;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.1);
  transition: all 0.5s 0s ease;
}
div.result ul.main_menu li {
  width: 18.5%;
  padding: 0;
  height: auto;
  border-radius: 10px;
  box-shadow: none;
  border: none;
}
div.result ul.maintenance_menu li {
  width: 10%;
  box-shadow: none;
  border: none;
}
div.result ul.other_link li {
  width: 32%;
  height: auto;
  max-width: 250px;
}
div.result ul.other_link li:nth-child(-n+3) {
  margin: 0 0 1.8%;
}
div.result ul.other_link li:nth-child(n+4) {
  margin: 0;
}
div.result ul.main_menu li a, div.result ul.maintenance_menu li a, div.result ul.other_link li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px 0;
  margin: 0;
  border: 0;
  box-shadow: 3px 3px 3px 1px #0000003d;
}
div.result ul.main_menu li a, div.result ul.maintenance_menu li a {
  border-radius: 10px;
}
div.result ul.main_menu li a {
  color: #fff;
  padding: 0;
  vertical-align: middle;
  overflow: hidden;
  height: auto;
}
div.result ul.maintenance_menu li a {
  color: #37569a;
  padding: 0;
}
div.result ul.maintenance_menu li a img, div.result ul.main_menu li a img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1360px) {
#site-content {
    padding: 0 0 100px;
}
.content {
  padding: 0 3% 30px;
}
  div.menu {
    padding: 0 3% 10px;
  }
  div.result ul.other_link {
    width: 43.5%;
  }
  div.result .mobipo {
    width: 28%;
  }
div.result .menu_box2 {
  padding: 6px 25px 12px;
  margin-bottom: 12px;
}
div.result .menu_box1 {
  margin: 0 0 12px;
}
div.result ul.maintenance_menu {
  padding: 7px 0 0;
}
div.item_link a, div.result div.item_link a {
    height: 95px;
}
div.menu {
  padding: 5px;
}
h2.entry-title, .content section h2 {
  font-size: 26px;
  padding: 25px 0 20px;
	margin: 0;
}
.backbtn,
.backbtn-item {
  right: 30px;
  width: 120px;
  height: 120px;
}
.backbtn {
  bottom: 172px;
  font-size: 2.25rem;
}
.backbtn-item {
  bottom: 40px;
  font-size: 2rem;
}
	div.item_link, div.result div.item_link {
    padding: 0 7px 0 0;
}
}
/* 商品から探す -------------------------------- */
.bifurcation_inner {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}
.bifurcation_inner, .bifurcation_item, .bifurcation_menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.bifurcation_item {
  width: 800px;
}
.bifurcation_menu {
  width: 300px;
}
.bifurcation_item a, .bifurcation_menu a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2rem 1rem;
  background-color: #fff;
  border: solid 1px #eee;
  border-radius: 10px;
  transition: all 0.5s 0s ease;
}
.bifurcation_item a {
  width: 31%;
  margin: 15px 0;
  font-size: 2rem;
}
.bifurcation_menu a {
  width: 48%;
  margin: 8px 0;
  font-size: 1.5rem;
}
.bifurcation_item a:hover, .bifurcation_menu a:hover {
  opacity: .6;
}
.bifurcation_item::after {
  display: block;
  content: "";
  width: 31%;
}
.menu_box3 a img {
  display: block;
  width: 100%;
  height: auto;
}
div.result ul.other_link li {
  box-shadow: none;
  border: none;
}
div.result ul.other_link li a {
  padding: 0;
  display: block;
  width: 100%;
  height: auto;
}
/* 固定ページ ------------------------- */
#site-content .entry-content {
  font-family: sans-serif;
  font-size: 1.6rem;
  width: 1800px;
  margin: 6rem auto;
}
.entry-content article {
  width: 100% !important;
  padding: 0 0 1.5rem;
  margin: 0;
}
#site-content .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  width: 100%;
}
.entry-content article p {}
/* 詳細ページ ------------------------- */
section {
  width: 100%;
  padding: 0;
  margin: 0;
  content-visibility: auto;
  line-height: 1.8em;
}
section.result_display {
  display: none;
}
/* section.check削除したらこちらも削除 */
section.check {
  background: #fff;
  padding: 40px;
}
article {
  width: 100%;
  padding: 0 0 40px;
}

/* タイヤ　タイヤメーカー */
.tire_maker, .tire_maker .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
	margin: 25px 0;
}
.tire_maker .inner {
  width: 48.5%;
  margin: 0 0 3.5vw;
}
@media screen and (min-width: 1930px) {
  .tire_maker .inner {
    margin: 0 0 70px;
  }
}
.tire_maker .inner .img {
  width: 45.8195%;
  max-width: 400px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.tire_maker .inner .img img, .tire_maker .inner .txt img {
  width: 100%;
}
.tire_maker .inner .txt {
  width: 50.5%;
  max-width: 440px;
	min-height: 290px;
}
.tire_maker .inner .txt img {
  margin: 0 0 12px;
}
.tire_maker .inner .txt h4.t_name {
	font-size: 2rem;
  margin: 0 0 2rem;
}
.tire_maker .inner .txt h5.t_maker {
	font-size: 1.5rem;
  margin: 0 0 0.2rem;
}
.tire_maker .inner p {
	font-size: 1.625rem;
	line-height: 1.5;
}

/* 価格表 テーブル */
table,
table.price_table_a {
  width: 100%;
  max-width: 100%;
  font-size: 1.5rem;
  margin: 10px 0 20px;
  overflow: hidden;
  position: relative;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
	border-top: 0.1rem solid #37569B;
}
div.txt table.price_table_a {
  margin: 20px 0;
}
/* border */
table .bottomline,
table.price_table_a.bottomline,
table.price_table_a .bottomline {
	position: relative;
}
table .bottomline::before,
table.price_table_a.bottomline::before,
table.price_table_a .bottomline::before {
	position: absolute;
	content: "";
  border-bottom: solid 0.1rem #37569B!important;
	z-index: 9;
  width: calc(100% + 2px);
  bottom: -1px;
  left: -1px;
}
table.price_table_a.bottomline::before {
  bottom: 0;
}
table tr th,
table.price_table_a tr th {
  color: #fff;
  background-color: #37569B;
  font-size: 18px !important;
  font-weight: 500;
  border-top-color: #37569B;
  border-bottom-color: #fff;
}
table tr th:not(:first-child),
table.price_table_a tr th:not(:first-child) {
  border-left-color: #37569B;
  border-right-color: #fff;
}
table tr th:last-child,
table.price_table_a tr th:last-child {
  border-left-color: #fff;
  border-right-color: #37569B;
}
table tr th:first-child,
table.price_table_a tr th:first-child {
  border-left-color: #37569B;
  border-right-color: #fff;
}
table tr:first-child th,
table.price_table_a tr:first-child th {
  border-bottom-color: #fff;
}
table tr td, table tr:last-child th,
table.price_table_a tr td, table.price_table_a tr:last-child th {
  border-bottom-color: #37569B;
}
table td,
table.price_table_a td {
  background-color: #F8F8F8;
  border-color: #37569B;
}
/* style */
table th, table td
table.price_table_a th, table.price_table_a td {
  line-height: 1.8;
  text-align: center;
  margin: 0;
  overflow: visible;
  padding: 10px;
  border: 0.1rem solid #37569B;
  font-size: 18px;
  font-weight: 500;
}
table.ta_left td {
  text-align: left !important;
}
table.price_table_a th .f_small,
table.price_table_a td .f_small {
  font-size: 1.4rem;
  font-weight: normal;
}
table .left_blue,
table.price_table_a .left_blue {
  position: relative;
}
table .left_blue::before,
table.price_table_a .left_blue::before {
	position: absolute;
	content: "";
  border-left: solid 0.1rem #37569B!important;
	z-index: 9;
  height: 100%;
  top: 0;
  left: 0;
}
table .left_white,
table.price_table_a .left_white {
  position: relative;
}
table .left_white::before,
table.price_table_a .left_white::before {
	position: absolute;
	content: "";
  border-left: solid 0.1rem #fff!important;
	z-index: 9;
  height: 100%;
  top: 0;
  left: 0;
}
table .top_white,
table.price_table_a .top_white {
  position: relative;
}
table .top_white::before,
table.price_table_a .top_white::before {
	position: absolute;
	content: "";
  border-top: solid 0.1rem #fff!important;
	z-index: 9;
  width: 100%;
  top: 0;
  left: 0;
}
table .rblue,
table.price_table_a .rblue {
  border-right-color: #37569B!important;
}
table .bblue,
table.price_table_a .bblue {
  border-bottom-color: #37569B!important;
}
/* タイヤ交換テーブル */
#tire_exchange table.price_table_a th {
  text-align: center;
}
#tire_exchange .tire_wages table.price_table_a th:first-of-type {
  width: 16%;
}
#tire_exchange .tire_wages table.price_table_a th:nth-of-type(2),
#tire_exchange .tire_wages table.price_table_a th:nth-of-type(3) {
  width: 42%;
}
#tire_exchange table.price_table_a td.column-3,
#tire_exchange table.price_table_a td.column-4,
#tire_exchange table.price_table_a td.column-5 {
  vertical-align: middle!important;
}
#tire_exchange table.price_table_a td:first-of-type,
#tire_exchange table.price_table_a tr:nth-child(n+2) td:nth-of-type(2) {
  vertical-align: top;
}
#tire_exchange table.price_table_a th:first-of-type,
#tire_exchange table.price_table_a th:nth-of-type(2) {
  width: 16%;
}
#tire_exchange table.price_table_a th:nth-of-type(3) {
  width: 38%;
}
#tire_exchange table.price_table_a th:nth-of-type(4),
#tire_exchange table.price_table_a th:nth-of-type(5) {
  width: 15%;
}

.plusmark {
  margin: 0 auto;
  padding: 0 0 10px;
	max-width: 30px;
  display: block;
}
p.no_type {
	font-size: 1.125em;
	line-height: 1.6em;
	margin: 20px auto 15px;
  padding: 10px 15px 15px 15px;
	border-radius: 10px;
  background: rgba(255, 255, 255, 0.5);
}
p.no_type span br {
	content: "";
}
p.no_type span br::after {
	content: "";
	padding: 0 5px;
}
p.t_annotation {
  padding: 0;
}
div.dataTables_wrapper {
  width: 1000px;
  margin: 0 auto;
}
/*---calendar---*/
@media screen and (max-width : 800px) {
  body {
    font-size: 14px;
  }
  h3, h4, h5, h6, p, blockquote, address, big, cite, code, em, font, img, small, strike, sub, sup, li, ol, ul, fieldset, form, label, legend, button, table, caption, tr, th, td {
    font-size: 14px;
  }
  .content {
    padding: 0 15px 20px;
  }
  #site-content {
		padding: 0 0 40px;
    background: url(https://mobitouch-kanagawatoyota.jp/search_test/wp-content/uploads/2022/07/back-scaled.jpg)no-repeat center bottom/ 150% auto;
  }
	div.detail {
    width: 100%;
    margin: 65px auto 0;
    background: rgb(254, 213, 0);
  }
  div.detail .inner {
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  div.detail .detail_type {
    width: 100%;
    height: auto;
    padding: 20px 0 10px;
    flex-wrap: wrap;
  }
  div.detail .detail_tit {
    width: 100%;
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.8rem;
    padding: 0 0 20px;
  }
  div.detail .type, div.detail .model {
    width: 100%;
    justify-content: center;
    margin: 0 0 15px;
    padding: 0 3px 0 0;
  }
  div.detail .type .type_tit, div.detail .model .model_tit {
    font-size: 1.6rem;
    border-radius: 5px;
  }
  div.detail .model .model_tit {
    letter-spacing: 0.9em;
  }
  div.detail .type_result, div.detail .model_result {
    font-size: 1.2rem;
    width: 260px;
    height: 35px;
    line-height: 1.2rem;
  }
  div.detail .model_result {
    margin: 0 0 0 -1em;
  }
  div.detail .detail_btn {
    width: 100%;
    max-width: 100%;
    height: 60px;
  }
  div.detail .detail_btn a {
    height: 60px;
    width: fit-content;
    margin: 0 auto;
    padding: 0;
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }
  div.detail .detail_btn a::before {
    position: absolute;
    content: "";
    top: 53%;
    right: -30px;
    border: 8px solid transparent;
    border-left: 15px solid #37569B;
  }
	div.item_link, div.result div.item_link {
    min-height: auto;
	}
  div.result {
    width: 100%;
    margin: 0 auto 40px;
    padding: 0;
  }
  div.result:nth-child(even) {
    margin: 0 auto 40px;
  }
  div.menu {
      padding: 8px;
  }
	div.result div.item_link {
    min-height: auto;
    padding: 0 7px 0 0;
}
	section div.item_link {
    padding: 0 3px 0 0;
}
  div.item_link a, div.result div.item_link a {
    width: calc(50% - 5px);
    height: 59px;
    border-radius: 10px;
    box-shadow: 2px 2px 1px 0px #00000021;
    letter-spacing: -0.1rem;
  }
  div.item_link a {
    margin: 6px 0 !important;
  }
  div.item_link.side_right a {
    width: calc(50% - 5px);
    line-height: 1.1;
    padding: 15px 10px;
    border-radius: 15px;
    border: 3px solid #ffc900;
    overflow: hidden;
    height: 65px;
  }
  div.result .menu_box1 {
    margin: 0 0 8px;
  }
  div.result ul.main_menu li {
    width: calc(50% - 8px);
    margin: 7px 0;
    padding: 0;
  }
  div.result ul.maintenance_menu {
    width: 100%;
    padding: 10px 0 0;
    margin: 0;
  }
  div.result .menu_box2 {
    background-color: #62c0e3;
    padding: 10px 12px 4px;
    margin-bottom: 15px;
    border-radius: 5px;
  }
  div.result ul.maintenance_menu li {
    width: calc(33.33% - 7px);
    box-shadow: none;
    border: none;
    margin: 5px 0;
  }
  div.result .menu_box2 h3 {
    text-align: center;
    color: #fff;
    font-size: 13px;
    margin: 0;
    padding: 0;
  }
  div.result ul.other_link {
    width: 100%;
    margin: 0;
  }
  div.result .mobipo {
    width: calc(100% + 5px);
    max-width: calc(100% + 5px);
    margin: 3px 0px 15px;
  }
  div.result .calendar {
    width: 100%;
  }
  div.result ul.other_link li {
    width: calc(50% - 5px);
    max-width: calc(50% - 5px);
    margin-bottom: 12px !important;
  }
  div.result ul.other_link li:nth-child(2n) {
    margin-right: 0;
  }
  div.result ul.other_link li:nth-child(2n+1) {
    margin-right: 0;
  }
  div.result ul.main_menu li a {
    font-size: 25px;
  }
  div.result ul.other_link li a {
    padding: 0;
  }
  div.result ul.main_menu li a::after {
    transform: rotate(63deg) translate(-50%, -50%);
    width: 172px;
    height: 474px;
  }
  div.side_content {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  div.side_content .side_left {
    width: 100%;
    padding: 0;
  }
  #engine_link .side_content .side_left {
    margin-bottom: 3px;
  }
  div.item_link.side_right {
    width: calc(100% + 5px);
    flex-direction: row;
    justify-content: space-between;
  }
  div.item_link.side_right a::after {
    border-radius: 15px 15px 10px 10px;
  }
	h2.entry-title, .content section h2 {
    font-size: 18px;
    padding: 10px 0;
		margin: 15px 0;
  }
  article {
    padding: 0 0 20px;
		line-height: 1.6;
  }
	.content section h3 {
    padding: 1.5rem 0 0;
    margin: 0 0 10px;
	}
  div.item_link a::after {
    border-radius: 10px 10px 10px 10px;
  }
  .backbtn,
  .backbtn-item {
    width: 100%;
    height: 60px;
    font-size: 1.5rem;
    margin: 0;
    border-radius: 0;
    bottom: 0;
		box-shadow: 0px 0 0 0 #00000040;
  }
  .backbtn {
    width: 50%;
    left: 0;
    right: auto;
  }
  .search .backbtn {
    width: 100%;
		bottom: 0;
  }
  .backbtn-item {
    width: 50%;
    right: 0;
 }
  div.result ul.main_menu li a, div.result ul.maintenance_menu li a {
    border-radius: 5px;
  }
  section {
		width: 100%;
    margin: 0;
  }
  table.price_table_a {
    max-width: inherit;
    overflow: visible;
  }
  table.price_table_a.scroll {
    width: 800px;
  }
  table.price_table_a.w400 {
    width: 400px!important;
  }
  table.price_table_a.w500 {
    width: 500px!important;
  }
  table.price_table_a.w600 {
    width: 600px!important;
  }
  table.price_table_a.w700 {
    width: 700px!important;
  }
  table.price_table_a.w400 th:first-of-type,
  table.price_table_a.w500 th:first-of-type,
  table.price_table_a.w600 th:first-of-type,
  table.price_table_a.w700 th:first-of-type {
    min-width: 132px;/* max-widthは動作しないため */
  }
  table.price_table_a.w400 th,
  table.price_table_a.w500 th,
  table.price_table_a.w600 th {
    min-width: 110px;/* max-widthは動作しないため */
  }
  table.price_table_a,
	table.price_table_a:not(.scroll) {
    width: 100%;
  }
  table.price_table_a th {
    min-width: 132px;/* max-widthは動作しないため */
  }
	table.price_table_a th.w40 {
    min-width: 160px;/* max-widthは動作しないため */
  }
	table.price_table_a th.w50 {
    min-width: 180px;/* max-widthは動作しないため */
  }
	table.price_table_a th.w60 {
    min-width: 200px;/* max-widthは動作しないため */
  }
  #tire_exchange .tire_wages table.price_table_a th:first-of-type,
  table.price_table_a.th3 th:first-of-type {
		width: 34%;
    min-width: 116px;/* max-widthは動作しないため */
}
  #tire_exchange .tire_wages table.price_table_a th:nth-of-type(2),
  #tire_exchange .tire_wages table.price_table_a th:nth-of-type(3),
	table.price_table_a.th3 th:nth-of-type(2),
  table.price_table_a.th3 th:nth-of-type(3) {
		width: 33%!important;
    min-width: auto;
}
	table.driverecorder tr th:first-child {
		min-width: 15%;
	}
	table.driverecorder2 tr th:first-child {
		min-width: 154px;
	}
	table.engine_filter th,
	table.engine_filter th.width {
		min-width: 60px!important;
	}
	table.engine_filter th.width2 {
		min-width: 110px!important;
	}
	table.engine_fuel tr th:first-child {
		min-width: 100px!important;
	}
	table.price_table_a th .f_small,
  table.price_table_a td .f_small {
    font-size: 1rem;
  }

  .js-scrollable {
    width: 100%;
    overflow: scroll;
  }
  .tire_maker .inner {
    width: 100%;
    margin: 0 0 3.5vw;
    flex-direction: column;
  }
  .tire_maker .inner .txt {
    width: 100%;
    max-width: none;
    text-align: center;
  }
  .tire_maker .inner .txt img {
    max-width: 200px;
    margin: 0 auto;
  }
  .tire_maker .inner .img {
    margin: 0 auto;
  }
  .car-sharp ul li {
    width: calc(12.5% - 5px);
  }
  .car-sharp ul li span {
    font-size: 7px;
    line-height: 1;
  }
  .tire_maker {
    background-color: #fff;
    padding: 0 5px;
    position: relative;
  }
  .tire_maker .inner .txt p {
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .car-sharp .flex_box {
    padding: 15px 0 15px 0;
  }
  table.price_table_a tr th {
    font-size: 15px !important;
  }
	.footer-copyright {
    margin: 0 0 60px;
    padding: 10px 0;
  }
}
