@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@font-face {
  font-family: "notoSans";
  font-style: normal;
  font-weight: 500;
  src: url("../font/noto-sans-jp-v25-latin_japanese-500.woff") format("woff");
}

@font-face {
  font-family: "notoSans";
  font-style: normal;
  font-weight: 700;
  src: url("../font/noto-sans-jp-v25-latin_japanese-700.woff") format("woff");
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.075em;
  color: white;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  word-wrap: break-word;
  overflow: hidden;
}

.allura {
  font-family: 'Allura', cursive;
}

a {
  text-decoration: none;
}

figure {
  padding: 0;
  margin: 0;
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bg100 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  background-color: #121212;
  border-bottom: 1px solid #bc8206;
  z-index: 0;
}

.bg {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  background-color: #171717;
  padding-top: 90px;
  padding-bottom: 90px;
}

@media screen and (max-width: 1000px) {
  .bg {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.bg2 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  background-color: #1d1d1d;
}

.bg3 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

@media screen and (max-width: 1200px) {
  .inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media screen and (max-width: 640px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.bornone td {
  border: none !important;
}

.pdnone td {
  padding: 0 !important;
}

.img100 img {
  width: 100%;
}

.link1 a {
  color: #ffde00;
  font-weight: bold;
}

#contents_wrap {
  position: relative;
  z-index: 0;
  overflow: visible;
}

#contents {
  padding: 0;
  max-width: 100%;
}

#main {
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  #main {
    width: 100%;
  }
}

#main #col_main {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  #main #col_main {
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  #side {
    width: 18.75%;
  }
}

@media screen and (max-width: 1200px) {
  #side aside {
    width: 100% !important;
  }
}

.policy h2 {
  border-bottom: 2px solid #bbbbbb;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px;
}

.policy p {
  margin: 0 0 20px;
}

table {
  table-layout: auto;
  padding: 20px;
}

table td {
  margin-bottom: -1px !important;
  padding: 8px 8px 8px 40px !important;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b,
strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #b3b3b3;
}

span {
  font-weight: inherit;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

u {
  text-decoration: underline;
}

.borB {
  border-bottom: 1px dashed #333;
}

b {
  font-weight: bold;
}

.borderB {
  border-bottom: 1px dashed #333;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

#contents_wrap {
  min-width: auto;
  position: relative;
}

@media screen and (max-width: 1200px) {
  #contents_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#contents {
  max-width: 1200px;
  width: 100%;
}

.tacenter {
  text-align: center !important;
}

.ColLeft {
  float: left;
}

.ColRight {
  float: right;
}

.flexleft {
  display: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
}

.flexcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

.imgL {
  margin: 0;
}

@media screen and (max-width: 834px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
}

.mincho {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

header#global_header {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  margin: 0 auto;
  z-index: 4;
}

footer#global_footer {
  min-width: 100% !important;
}

.dsnone {
  display: none;
}

#modal {
  display: none;
}

.modaal-close {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  right: inherit !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
}

.modaal-close::before, .modaal-close::after {
  display: none !important;
}

.cus-close {
  position: static !important;
  color: #333 !important;
  opacity: 1 !important;
  text-align: center;
  border-radius: inherit !important;
  background: #ddd !important;
  padding: 5px 0 !important;
}

.modaal-content-container {
  padding: 25px !important;
}

@media screen and (max-width: 480px) {
  .modaal-content-container {
    padding: 15px !important;
  }
  .modaal-content-container .policy h2 {
    font-size: 16px;
  }
  .modaal-content-container .policy p {
    font-size: 14px;
  }
}

.modaal-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 768px;
  overflow-y: scroll;
}

@media screen and (max-width: 480px) {
  .modaal-container {
    max-height: 100%;
  }
}

@media screen and (max-width: 480px) {
  .modaal-inner-wrapper {
    padding: 80px 10px !important;
  }
}

.bt_confirm {
  background: #eee;
  width: auto;
  text-indent: 0;
}

.bt_back {
  background: #eee;
  text-indent: 0;
}

.bt_send {
  background: #eee;
  width: auto;
  text-indent: 0;
}

.annot {
  display: none;
}

#header {
  width: 100%;
}

#global_header {
  color: #f6f6f6 !important;
  overflow: visible;
  font-family: YuMincho, "Yu Mincho", serif;
}

.header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  padding: 20px 0px;
}

@media screen and (max-width: 1205px) {
  .header-wrap {
    padding: 20px 10px 0 10px;
  }
}

.nav_wrap a {
  display: inline-block !important;
}

.header-left {
  width: 30%;
}

@media screen and (max-width: 834px) {
  .header-left {
    width: 100%;
  }
  .header-left img {
    width: 290px !important;
  }
}

@media screen and (max-width: 640px) {
  .header-left img {
    width: 230px !important;
  }
}

.header-right, .header-right2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  line-height: 1.5;
}

@media screen and (max-width: 834px) {
  .header-right, .header-right2 {
    display: none;
  }
}

.header-right .tel-wrap a, .header-right2 .tel-wrap a {
  font-size: 3rem;
  font-weight: 700;
  position: relative;
  padding-left: 35px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 1;
  letter-spacing: 2px;
  color: white !important;
}

@media screen and (max-width: 834px) {
  .header-right .tel-wrap a, .header-right2 .tel-wrap a {
    font-size: 2.2rem;
    padding-left: 30px;
    margin-bottom: 10px;
    color: #3b3b3b !important;
  }
}

.header-right .tel-wrap a::before, .header-right2 .tel-wrap a::before {
  content: "";
  background-image: url(../images/contents/tel.png);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
}

@media screen and (max-width: 834px) {
  .header-right .tel-wrap a::before, .header-right2 .tel-wrap a::before {
    width: 25px;
    height: 25px;
    background-size: contain;
    display: inline-block;
  }
}

.header-right .tel-wrap a:hover, .header-right2 .tel-wrap a:hover {
  opacity: 0.6;
}

.header-right .tel-wrap p, .header-right2 .tel-wrap p {
  font-size: 12px;
  letter-spacing: 1px;
}

@media screen and (max-width: 834px) {
  .header-right .tel-wrap p, .header-right2 .tel-wrap p {
    font-size: 1.6rem;
  }
}

.header-right .mail-wrap a, .header-right2 .mail-wrap a {
  position: relative;
  background-color: #bc8206;
  padding: 12px 23px 12px 50px;
  font-weight: 700;
  font-size: 1.8rem;
  top: 12px;
  margin-left: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: white;
}

@media screen and (max-width: 834px) {
  .header-right .mail-wrap a, .header-right2 .mail-wrap a {
    color: white;
    margin: 20px auto;
  }
}

.header-right .mail-wrap a::before, .header-right2 .mail-wrap a::before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Pro";
  color: white;
  font-weight: 300;
  position: absolute;
  top: 49%;
  left: 24px;
  font-size: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-right .mail-wrap a:hover, .header-right2 .mail-wrap a:hover {
  background-color: #eeac1e;
}

.header-nav {
  max-width: 920px;
  margin: auto;
  padding: 12px 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  overflow: visible;
}

@media screen and (max-width: 1200px) {
  .header-nav {
    width: 100%;
  }
}

.header-nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 834px) {
  .header-nav > ul {
    display: none;
  }
}

.header-nav > ul li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.header-nav > ul li a {
  display: block;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 1,5rem;
  color: white;
}

@media screen and (max-width: 1000px) {
  .header-nav > ul li a {
    font-size: 1.4rem;
  }
}

.header-nav > ul li a::after {
  position: absolute;
  z-index: 1;
  bottom: -15px;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background: #ffde00;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.header-nav > ul li a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.header-nav > ul li a:hover {
  color: #ffde00;
}

.header-right2 {
  display: none;
}

@media screen and (max-width: 834px) {
  .header-right2 {
    display: block;
  }
  .header-right2 p {
    color: #000;
  }
}

.slider {
  border-top: 3px solid #434343;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 640px) {
  .slider {
    display: none !important;
  }
}

.sp-image {
  display: none;
}

@media screen and (max-width: 640px) {
  .sp-image {
    display: block;
  }
}

.mainimg-wrap {
  position: relative;
  border-bottom: 1px solid #ffde00;
}

.mainimg-wrap h1 {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  font-size: 6rem;
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 700;
  text-shadow: -4px 4px 4px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 1500px) {
  .mainimg-wrap h1 {
    font-size: calc(5rem + 0.1vw);
  }
}

@media screen and (max-width: 1200px) {
  .mainimg-wrap h1 {
    font-size: calc(4rem + 0.1vw);
  }
}

@media screen and (max-width: 834px) {
  .mainimg-wrap h1 {
    font-size: calc(3.2rem + 0.2vw);
  }
}

@media screen and (max-width: 640px) {
  .mainimg-wrap h1 {
    font-size: calc(2.8rem + 0.2vw);
  }
}

#global_footer {
  padding: 20px 10px;
  border-top: 1px solid #ffde00;
}

.footer-wrap {
  max-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 1000px) {
  .footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer-wrap .footer-left {
  font-size: 1.5rem;
}

@media screen and (max-width: 1000px) {
  .footer-wrap .footer-left {
    text-align: center;
    margin-top: 30px;
  }
}

.footer-wrap .footer-left .footer-logo img {
  width: 72%;
}

.footer-wrap .footer-left .footer-tel {
  line-height: 1.5;
  margin-top: 10px;
}

.footer-wrap .footer-left .footer-tel a {
  color: white;
}

.footer-wrap .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 550px) {
  .footer-wrap .footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

.footer-wrap .footer-nav ul {
  margin: 0 20px;
}

.footer-wrap .footer-nav ul li {
  padding: 7px 8px;
}

.footer-wrap .footer-nav ul li a {
  font-size: 1.5rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: white;
}

.footer-wrap .footer-nav ul li a:hover {
  opacity: 0.6;
}

small {
  font-size: 1.3rem;
  margin-top: 30px;
  color: white;
}

#contents_wrap {
  background-color: #121212;
}

@media screen and (max-width: 1200px) {
  #contents_wrap {
    padding: 0 20px;
  }
}

#contents {
  background-color: #121212;
}

.contents1 {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media screen and (max-width: 834px) {
  .contents1 {
    padding: 60px 0 30px 0 !important;
  }
}

.contents1 h3 {
  font-size: 3.4rem;
  padding-bottom: 40px;
  line-height: 1.3;
}

.contents1 h3 span {
  display: inline;
}

@media screen and (max-width: 1200px) {
  .contents1 h3 span {
    display: block;
  }
}

@media screen and (max-width: 1200px) {
  .contents1 h3 {
    font-size: calc(2.8rem + 0.1vw);
  }
}

@media screen and (max-width: 834px) {
  .contents1 h3 {
    font-size: calc(2.5rem + 0.1vw);
  }
}

@media screen and (max-width: 640px) {
  .contents1 h3 {
    font-size: calc(1.9rem + 0.1vw);
  }
}

.contents1 div {
  font-size: 1.8rem;
}

@media screen and (max-width: 1200px) {
  .contents1 div {
    font-size: calc(1.6rem + 0.1vw);
    word-break: keep-all;
  }
}

@media screen and (max-width: 834px) {
  .contents1 div {
    font-size: 1.5rem;
    padding: 0 20px;
  }
}

@media screen and (max-width: 640px) {
  .contents1 div {
    text-align: left !important;
  }
}

@media screen and (max-width: 834px) {
  .contents-title {
    padding: 50px 0 0 0 !important;
  }
}

.contents-title h2 {
  font-size: 6rem;
  color: #434343;
  line-height: 1;
  font-family: YuMincho, "Yu Mincho", serif;
}

@media screen and (max-width: 1200px) {
  .contents-title h2 {
    font-size: calc(5rem + 0.1vw);
  }
}

@media screen and (max-width: 834px) {
  .contents-title h2 {
    font-size: calc(4rem + 0.1vw);
  }
}

.contents-title h2 span {
  color: #ffde00;
}

@media screen and (max-width: 834px) {
  .contents-title div {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 640px) {
  .contents-title div {
    font-size: 1.4rem;
  }
}

/* news */
.news {
  height: 260px;
  overflow: auto;
}

@media screen and (max-width: 1000px) {
  .news {
    margin: 40px 10px 60px 10px !important;
  }
}

@media screen and (max-width: 834px) {
  .news dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.news dt {
  border: none !important;
  background-color: transparent !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  font-weight: 500;
}

@media screen and (max-width: 834px) {
  .news dt {
    margin-left: 30px;
  }
}

.news dd {
  border: none !important;
  background-color: transparent !important;
  margin-left: 20px;
}

/* scroll bar */
::-webkit-scrollbar {
  height: 4px;
  width: 4px;
  padding-right: 20px;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
  background-color: #ffde00;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

/*  モーターサイクル・スノーモービル　*/
.contents2-1, .contents2-2 {
  word-break: keep-all;
}

@media screen and (max-width: 1000px) {
  .contents2-1 article, .contents2-2 article {
    text-align: center;
    padding: 60px 0 50px 0;
  }
}

@media screen and (max-width: 834px) {
  .contents2-1 article, .contents2-2 article {
    padding: 40px 0 50px 0;
  }
}

.contents2-1 h3, .contents2-2 h3 {
  font-size: 2.6rem;
  font-weight: 500;
  padding-top: 40px;
  padding-bottom: 20px;
  line-height: 1;
}

@media screen and (max-width: 1200px) {
  .contents2-1 h3, .contents2-2 h3 {
    font-size: 2.4rem;
    padding-top: 30px;
  }
}

@media screen and (max-width: 1100px) {
  .contents2-1 h3, .contents2-2 h3 {
    font-size: 2rem;
    padding-top: 20px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 1000px) {
  .contents2-1 h3, .contents2-2 h3 {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}

.contents2-1 div, .contents2-2 div {
  font-size: 1.5rem;
}

@media screen and (max-width: 1200px) {
  .contents2-1 div, .contents2-2 div {
    line-height: 1.8;
    padding: 0 10px;
  }
}

@media screen and (max-width: 640px) {
  .contents2-1 div, .contents2-2 div {
    text-align: left !important;
    padding: 0 20px;
  }
}

.contents2-1 div p, .contents2-2 div p {
  width: 50%;
  position: relative;
  right: -50%;
  bottom: 0;
}

@media screen and (max-width: 1000px) {
  .contents2-1 div p, .contents2-2 div p {
    width: 100%;
    right: 0;
    left: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.contents2-1 div p a, .contents2-2 div p a {
  line-height: 1;
  position: absolute;
  top: 10px;
  right: 207px;
  display: block;
  font-size: 1.4rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: white;
}

@media screen and (max-width: 1100px) {
  .contents2-1 div p a, .contents2-2 div p a {
    top: -10px;
  }
}

@media screen and (max-width: 1000px) {
  .contents2-1 div p a, .contents2-2 div p a {
    right: 55%;
    top: 9px;
  }
}

.contents2-1 div p a::after, .contents2-2 div p a::after {
  content: url(../images/contents/btn-arrow.png);
  top: 8px;
  right: -178px;
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contents2-1 div p a:hover, .contents2-2 div p a:hover {
  color: #ffde00;
}

.contents2-1 div p a:hover::after, .contents2-2 div p a:hover::after {
  content: url(../images/contents/arrow-hover.png);
}

.contents2-1 img, .contents2-2 img {
  width: 50% !important;
}

@media screen and (max-width: 1000px) {
  .contents2-1 img, .contents2-2 img {
    float: none;
    width: 60% !important;
  }
}

@media screen and (max-width: 640px) {
  .contents2-1 img, .contents2-2 img {
    width: 90% !important;
    margin: auto;
  }
}

@media screen and (max-width: 1000px) {
  .contents2-2 {
    padding-bottom: 40px;
  }
}

.contents2-2 div p {
  right: 0;
}

@media screen and (max-width: 1000px) {
  .contents2-2 div p {
    width: 100%;
    right: 0;
    left: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/*  contents  */
.contents-box {
  width: 100vw;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.contents-box a {
  width: 50%;
  display: block;
}

@media screen and (max-width: 640px) {
  .contents-box a {
    width: 100%;
  }
}

.contents-box .box {
  width: 100%;
  position: relative;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 550px) {
  .contents-box .box {
    width: 100%;
  }
}

.contents-box .box > div {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 6rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: white;
  font-family: YuMincho, "Yu Mincho", serif;
}

@media screen and (max-width: 1500px) {
  .contents-box .box > div {
    font-size: 5rem;
  }
}

@media screen and (max-width: 1200px) {
  .contents-box .box > div {
    font-size: 4rem;
  }
}

@media screen and (max-width: 834px) {
  .contents-box .box > div {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 640px) {
  .contents-box .box > div {
    font-size: 3rem;
  }
}

.contents-box .box > div:hover {
  color: #ffde00;
}

.contents-box .box:hover {
  opacity: 0.6;
}

/*  お問い合わせ　 */
@media screen and (max-width: 640px) {
  .contents-text div {
    text-align: left !important;
    padding: 0 10px;
  }
}

.contents-btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: YuMincho, "Yu Mincho", serif;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .contents-btn {
    padding: 0 0 30px 0 !important;
  }
}

.contents-btn .box {
  width: 425px;
  height: 110px;
  position: relative;
  margin: 0 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 1100px) {
  .contents-btn .box {
    margin: 0 15px;
  }
}

@media screen and (max-width: 1000px) {
  .contents-btn .box {
    margin: 0 15px 30px 15px;
  }
}

@media screen and (max-width: 550px) {
  .contents-btn .box {
    width: 90%;
  }
}

.contents-btn .box > div {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contents-btn .box > div a {
  color: white;
}

.contents-btn .box:first-child {
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid #bc8206;
  font-size: 3.1rem;
  line-height: 1.2;
}

@media screen and (max-width: 640px) {
  .contents-btn .box:first-child {
    font-size: 2.6rem;
  }
}

.contents-btn .box:first-child a {
  color: #1d1d1d;
  font-weight: 500;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contents-btn .box:first-child a::before {
  content: url(../images/contents/tel-white.png);
  right: 5px;
  position: relative;
}

.contents-btn .box:first-child a:hover {
  opacity: 0.6;
}

.contents-btn .box:first-child span {
  font-size: 1.6rem;
  display: block;
}

.contents-btn .box:nth-child(2) {
  font-size: 2.4rem;
  background-color: #bc8206;
}

@media screen and (max-width: 640px) {
  .contents-btn .box:nth-child(2) {
    font-size: 2.2rem;
  }
}

.contents-btn .box:nth-child(2) > div {
  padding-left: 25px;
}

.contents-btn .box:nth-child(2) > div::before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Pro";
  color: white;
  position: absolute;
  top: 50%;
  left: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-weight: 300;
  font-size: 3.1rem;
}

@media screen and (max-width: 640px) {
  .contents-btn .box:nth-child(2) > div::before {
    display: none;
  }
}

.contents-btn .box:nth-child(2):hover {
  opacity: 0.6;
}

/*   SNS   */
.sns-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .sns-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.sns-wrap .sns-box {
  text-align: center !important;
  width: 48%;
}

@media screen and (max-width: 768px) {
  .sns-wrap .sns-box {
    width: 80%;
  }
}

@media screen and (max-width: 640px) {
  .sns-wrap .sns-box {
    width: 90%;
  }
}

.sns-wrap .sns-box .sns {
  background-color: #252525;
  padding: 20px;
  margin-top: 20px;
}

@media screen and (max-width: 1000px) {
  .sns-wrap .sns-box .sns iframe {
    height: 450px !important;
  }
}

@media screen and (max-width: 834px) {
  .sns-wrap .sns-box .sns iframe {
    height: 500px !important;
  }
}

@media screen and (max-width: 480px) {
  .sns-wrap .sns-box .sns iframe {
    height: 420px !important;
  }
}

.instagram {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.instagram .box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  width: 20%;
}

.instagram .sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media screen and (max-width: 1200px) {
  .instagram .sns_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 800px;
    margin: auto;
  }
}

.instagram .sns_list > div {
  border: none;
  width: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1200px) {
  .instagram .sns_list > div {
    width: 33.333%;
  }
}

.instagram .sns_list .sns_photo {
  width: 100%;
}

.instagram .sns_text {
  display: none;
}

/*  company-list  */
.company-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.company-list .box {
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 25%;
}

@media screen and (max-width: 834px) {
  .company-list .box {
    width: 33.333%;
  }
}

@media screen and (max-width: 640px) {
  .company-list .box {
    width: 50%;
  }
}

.company-list .box:first-child, .company-list .box:nth-child(2) {
  width: 50%;
}

@media screen and (max-width: 640px) {
  .company-list .box:first-child, .company-list .box:nth-child(2) {
    width: 80%;
    text-align: center !important;
  }
}

.company-list .box:first-child {
  text-align: right !important;
}

/*  三輪モーターサイクル　ページ　*/
.pankuzu {
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 1.4rem;
  padding: 5px;
}

.pankuzu a {
  position: relative;
  padding-right: 20px;
}

.pankuzu a::after {
  content: "\f015";
  font-family: "Font Awesome 5 Pro";
  color: #a7a7a7;
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-size: 1.3rem;
  font-weight: 300;
}

.page-title {
  padding: 140px 0 120px 0;
  background-size: cover;
  border-top: 3px solid #434343;
}

@media screen and (max-width: 834px) {
  .page-title {
    padding: 100px 0 80px 0;
    background-position: 20% 40%;
  }
}

@media screen and (max-width: 640px) {
  .page-title {
    background-position: 30% 30%;
  }
}

.page-title h1 {
  font-size: 5rem;
  line-height: 1.2;
  font-family: YuMincho, "Yu Mincho", serif;
}

@media screen and (max-width: 834px) {
  .page-title h1 {
    font-size: 4rem;
  }
}

@media screen and (max-width: 640px) {
  .page-title h1 {
    font-size: 3.5rem;
  }
}

.page-title h1 span {
  color: #ffde00;
}

.top-title h2 {
  font-size: 3.2rem;
  position: relative;
  padding-bottom: 5px;
  font-weight: 500;
}

@media screen and (max-width: 640px) {
  .top-title h2 {
    font-size: 2.5rem;
  }
}

.top-title h2::after {
  content: "";
  width: 120px;
  height: 2px;
  display: block;
  bottom: 0px;
  left: 50%;
  background-color: #ffde00;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.product-title {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #ccc;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.product-title h3 {
  font-size: 2.4rem;
  padding: 0 20px;
}

@media screen and (max-width: 640px) {
  .product-title h3 {
    font-size: 2rem;
  }
}

.spyder {
  padding-top: 20px;
  padding-bottom: 80px;
}

.spyder-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 40px;
  margin: 20px auto;
}

@media screen and (max-width: 834px) {
  .spyder-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.spyder-wrap .spyder-left {
  width: 45%;
}

@media screen and (max-width: 834px) {
  .spyder-wrap .spyder-left {
    width: 80% !important;
  }
}

.spyder-wrap .spyder-image {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  padding: 10px;
  width: 100%;
  float: none;
}

@media screen and (max-width: 834px) {
  .spyder-wrap .spyder-image {
    width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media screen and (max-width: 640px) {
  .spyder-wrap .spyder-image {
    width: 100%;
  }
}

.spyder-wrap .spyder-image img {
  float: none;
}

.spyder-wrap .spyder-right {
  width: 55%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
}

@media screen and (max-width: 834px) {
  .spyder-wrap .spyder-right {
    width: 100%;
    padding: 0;
  }
}

.spyder-wrap .spyder-right .spyder-title {
  font-size: 2.2rem;
  font-weight: 500;
}

.spyder-wrap .spyder-right .spyder-title span {
  font-size: 1.6rem;
}

.spyder-wrap .spyder-right .bg-title div {
  background-color: #bc8206 !important;
}

.spyder-wrap .spyder-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.spyder-wrap .spyder-price h3 {
  display: inline-block;
  font-size: 2.2rem;
  color: white;
  vertical-align: center;
}

.spyder-wrap .spyder-price h3 span {
  font-size: 1.6rem;
  background-color: #bc8206;
  padding: 1px 5px 3px 5px;
  color: white;
  margin-right: 8px;
}

.spyder-wrap .spyder-price div {
  display: inline-block;
}

.spyder-contents dl {
  border-bottom: 1px solid black;
}

@media screen and (max-width: 1000px) {
  .spyder-contents dl {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 834px) {
  .spyder-contents dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: none;
  }
}

.spyder-contents dl dt {
  background-color: #1f1f1f !important;
  border: none !important;
}

@media screen and (max-width: 834px) {
  .spyder-contents dl dt {
    display: block;
    width: 100% !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}

.spyder-contents dl dd {
  background-color: #313131 !important;
  border: none !important;
}

@media screen and (max-width: 834px) {
  .spyder-contents dl dd {
    display: block;
    width: 100% !important;
  }
}

.spyder-contents dl:last-child {
  border-bottom: none;
}

/*  btn   */
.contents-btn2 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  font-family: YuMincho, "Yu Mincho", serif;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .contents-btn2 {
    padding: 0 0 30px 0 !important;
  }
}

@media screen and (max-width: 480px) {
  .contents-btn2 {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.contents-btn2 .box {
  width: 49%;
  height: 80px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 1100px) {
  .contents-btn2 .box {
    height: 60px;
  }
}

@media screen and (max-width: 480px) {
  .contents-btn2 .box {
    width: 80%;
    height: 50px;
    margin-bottom: 5px;
  }
}

.contents-btn2 .box > div {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contents-btn2 .box > div a {
  color: white;
}

.contents-btn2 .box:first-child {
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid #bc8206;
  font-size: 2.4rem;
  line-height: 1.2;
}

@media screen and (max-width: 1100px) {
  .contents-btn2 .box:first-child {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 900px) {
  .contents-btn2 .box:first-child {
    font-size: 2rem;
  }
}

.contents-btn2 .box:first-child a {
  color: #1d1d1d;
  font-weight: 500;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  padding-left: 30px;
}

.contents-btn2 .box:first-child a::before {
  content: "";
  background-image: url(../images/contents/tel-white.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 26px;
  height: 26px;
  display: block;
  right: 5px;
  position: absolute;
  top: 1px;
  left: -55%;
  margin: auto;
}

@media screen and (max-width: 1100px) {
  .contents-btn2 .box:first-child a::before {
    left: -80%;
  }
}

@media screen and (max-width: 900px) {
  .contents-btn2 .box:first-child a::before {
    width: 22px;
    top: 2px;
  }
}

.contents-btn2 .box:first-child a:hover {
  opacity: 0.6;
}

.contents-btn2 .box:first-child span {
  font-size: 1.3rem;
  display: block;
}

@media screen and (max-width: 1100px) {
  .contents-btn2 .box:first-child span {
    display: none;
  }
}

.contents-btn2 .box:nth-child(2) {
  font-size: 1.8rem;
  background-color: #bc8206;
}

@media screen and (max-width: 1100px) {
  .contents-btn2 .box:nth-child(2) {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 900px) {
  .contents-btn2 .box:nth-child(2) {
    font-size: 1.6rem;
  }
}

.contents-btn2 .box:nth-child(2) > div {
  padding-left: 39px;
}

@media screen and (max-width: 1100px) {
  .contents-btn2 .box:nth-child(2) > div {
    padding-left: 0;
  }
}

.contents-btn2 .box:nth-child(2) > div::before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Pro";
  color: white;
  position: absolute;
  top: 50%;
  left: 11%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-weight: 300;
  font-size: 2.5rem;
}

@media screen and (max-width: 1200px) {
  .contents-btn2 .box:nth-child(2) > div::before {
    left: 9%;
  }
}

@media screen and (max-width: 1100px) {
  .contents-btn2 .box:nth-child(2) > div::before {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .contents-btn2 .box:nth-child(2) > div::before {
    display: none;
  }
}

.contents-btn2 .box:nth-child(2):hover {
  opacity: 0.6;
}

/*  中古車両一覧　*/
.used-wrap {
  padding-bottom: 40px;
}

.used-btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .used-btn {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.used-btn .box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 30%;
  margin: 10px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #bc8206;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 834px) {
  .used-btn .box {
    margin: 5px;
  }
}

@media screen and (max-width: 768px) {
  .used-btn .box {
    width: 270px;
  }
}

.used-btn .box a {
  display: block;
  padding: 15px 20px;
  position: relative;
  color: white;
}

.used-btn .box a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  color: white;
  position: absolute;
  font-weight: 300;
  font-size: 1.1rem;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
}

@media screen and (max-width: 834px) {
  .used-btn .box a {
    padding: 15px 10px;
  }
}

.used-btn .box:hover {
  background-color: #bc8206;
}

#motercycle, #snowmobile {
  margin-top: -30px;
  padding-top: 30px;
}

/*  採用情報   */
.recruit-title article {
  margin: auto;
  text-align: center;
}

.recruit-title h2 {
  margin-bottom: 20px;
  font-size: 3.2rem;
  background-color: white;
  color: #121212;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  padding: 0 20px;
}

@media screen and (max-width: 834px) {
  .recruit-title h2 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 640px) {
  .recruit-title h2 {
    font-size: 2.3rem;
  }
}

@media screen and (max-width: 480px) {
  .recruit-title h2 {
    font-size: 2rem;
  }
}

.recruit-title div {
  word-break: keep-all;
}

@media screen and (max-width: 640px) {
  .recruit-title div {
    text-align: left !important;
    padding: 0 20px;
  }
}

.recruit-list {
  padding: 20px;
}

@media screen and (max-width: 834px) {
  .recruit-list {
    padding: 20px 0;
  }
}

.recruit-list a {
  display: block;
}

@media screen and (max-width: 834px) {
  .recruit-list dl {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

.recruit-list dt {
  background-color: #121212 !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  border: none !important;
}

@media screen and (max-width: 834px) {
  .recruit-list dt {
    width: 100% !important;
  }
}

.recruit-list dt span {
  background-color: #313131;
  width: 180px;
  padding: 10px;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .recruit-list dt span {
    width: 100% !important;
  }
}

.recruit-list dd {
  background-color: #121212 !important;
  border: none !important;
  padding: 8px 8px 8px 20px !important;
}

@media screen and (max-width: 834px) {
  .recruit-list dd {
    width: 100% !important;
  }
}

/*  map  */
.map-text dd {
  background-color: #121212 !important;
}

.map-text dt {
  background-color: #121212 !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.map-photo {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.map-photo .box {
  width: 33.333%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
}

@media screen and (max-width: 834px) {
  .map-photo .box {
    width: 50%;
  }
}

@media screen and (max-width: 640px) {
  .map-photo .box {
    width: 90%;
  }
}

.map iframe {
  width: 100vw;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  vertical-align: bottom;
  margin-bottom: -20px;
}

/*  お問い合わせ　　*/
.contact-title h2 {
  margin-bottom: 20px;
}

.contact-title div {
  word-break: keep-all;
}

@media screen and (max-width: 640px) {
  .contact-title div {
    padding: 0 20px;
    text-align: left !important;
  }
}

.contact-form dt span {
  width: 215px;
}

.policy {
  font-size: 1.3rem;
  padding-left: 30px;
}

.policy a {
  color: grey;
}

.contact-form {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-form label {
  color: #ffde00 !important;
  padding-left: 5px;
  font-size: 1.3rem;
}

.bt_confirm {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

.mail {
  display: none;
}

/*  プライバシーポリシー　　*/
.privacy-policy {
  padding: 0 20px;
  word-break: keep-all;
}

.privacy-policy p {
  font-size: 2rem;
  background-color: #ccc;
  color: #121212;
  font-weight: 500;
  padding-left: 20px;
  margin-top: 10px;
}

/*   メンテナンス　　*/
.hold h3 {
  font-size: 3.2rem;
  font-family: YuMincho, "Yu Mincho", serif;
}

@media screen and (max-width: 640px) {
  .hold h3 {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 834px) {
  .maintenance-text div {
    text-align: left !important;
    width: 60%;
    margin: auto;
  }
}

@media screen and (max-width: 640px) {
  .maintenance-text div {
    width: 80%;
  }
}

@media screen and (max-width: 480px) {
  .maintenance-text div {
    width: 100%;
  }
}

.maintenance-contents h3 {
  border-bottom: 2px solid #434343;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: relative;
  font-size: 2rem;
  margin-bottom: 30px;
  padding-bottom: 5px;
  font-weight: 700;
  z-index: 2;
}

@media screen and (max-width: 834px) {
  .maintenance-contents h3 {
    width: 100% !important;
  }
}

.maintenance-contents h3::before {
  content: "";
  background-color: #ffde00;
  width: 20%;
  height: 2px;
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.maintenance-contents h3::after {
  content: "\f0ad";
  font-family: "Font Awesome 5 Pro";
  color: #434343;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  z-index: -1;
  font-size: 8rem;
  opacity: 0.3;
}

.maintenance-image .box {
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
}

@media screen and (max-width: 834px) {
  .maintenance-image .box {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .maintenance-image .box {
    width: 100%;
  }
}

.maintenance-contents2 h3::after {
  content: "\f085";
  font-size: 7rem;
}

.maintenance-list table {
  background-color: #050505;
  max-width: 1000px;
  margin: auto;
}

.maintenance-list table td {
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  border-bottom: 2px dotted rgba(87, 87, 87, 0.3) !important;
  position: relative;
  margin-left: 30px;
}

.maintenance-list table td::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  color: #ff9900;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
}

/*   404　エラー　*/
.contents-error div {
  font-size: 3.2rem;
  font-family: YuMincho, "Yu Mincho", serif;
}

@media screen and (max-width: 640px) {
  .contents-error div {
    font-size: 2.6rem;
  }
}

#sp {
  display: none;
}

@media screen and (max-width: 834px) {
  #sp {
    display: block;
    position: absolute;
    top: 30px;
    right: 30px;
  }
}

@media screen and (max-width: 640px) {
  #sp {
    top: 25px;
    right: 20px;
  }
}

#sp_menu {
  background-color: #bc8206;
}

#nav_sp {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: #fff;
  z-index: 210;
}

.nav_wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  position: absolute;
  width: 100%;
}

.nav_wrap ul {
  width: 100%;
  padding: 0 20px;
}

.nav_wrap ul li {
  opacity: 0;
}

@media screen and (max-width: 834px) {
  .nav_wrap ul li {
    padding: 16px 0;
  }
}

@media screen and (max-width: 480px) {
  .nav_wrap ul li {
    padding: 10px 0;
  }
}

@media screen and (max-width: 320px) {
  .nav_wrap ul li {
    padding: 5px 0;
  }
}

.nav_wrap ul li a {
  color: #000;
  display: block;
}

@media screen and (max-width: 834px) {
  .nav_wrap ul li a {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 640px) {
  .nav_wrap ul li a {
    font-size: 1.6rem;
  }
}

.nav_wrap ul li a span {
  font-size: 1.4rem;
  color: #ffde00;
  margin-left: 10px;
  display: none;
}

.sp_menu {
  width: 32px;
  height: 26px;
  border-radius: 10px;
  display: block;
  z-index: 300;
  position: relative;
  display: none;
}

@media screen and (max-width: 834px) {
  .sp_menu {
    display: block;
  }
}

.sp_menu div {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  background-color: #bc8206;
}

.sp_menu div:nth-of-type(1) {
  top: 0;
}

.sp_menu div:nth-of-type(2) {
  top: 13px;
  opacity: 1;
}

.sp_menu div:nth-of-type(3) {
  bottom: 0;
}

.sp_menu.off div:nth-of-type(1) {
  -webkit-animation: menu-bar01 0.75s forwards;
  animation: menu-bar01 0.75s forwards;
}

@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(12px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(12px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(12px) rotate(45deg);
            transform: translateY(12px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(12px) rotate(0);
            transform: translateY(12px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

.sp_menu.off div:nth-of-type(2) {
  transition: all 0.25s 0.25s;
  -webkit-transition: all 0.25s 0.25s;
}

@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-12px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-12px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-12px) rotate(-45deg);
            transform: translateY(-12px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-12px) rotate(0);
            transform: translateY(-12px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

.sp_menu.off div:nth-of-type(3) {
  -webkit-animation: menu-bar02 0.75s forwards;
  animation: menu-bar02 0.75s forwards;
}

.sp_menu.on div:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 0.75s forwards;
  animation: active-menu-bar01 0.75s forwards;
}

@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(12px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(12px) rotate(45deg);
  }
}

@keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(12px) rotate(0);
            transform: translateY(12px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(12px) rotate(45deg);
            transform: translateY(12px) rotate(45deg);
  }
}

.sp_menu.on div:nth-of-type(2) {
  opacity: 0;
}

.sp_menu.on div:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 0.75s forwards;
  animation: active-menu-bar03 0.75s forwards;
}

@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-12px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-12px) rotate(-45deg);
  }
}

@keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-12px) rotate(0);
            transform: translateY(-12px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-12px) rotate(-45deg);
            transform: translateY(-12px) rotate(-45deg);
  }
}
/*# sourceMappingURL=common_style.css.map */