@charset "UTF-8";
/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
html,body {
  margin: 0;
  padding: 0;
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
@media screen and (max-width:767px){
html,body{ font-size:3vw; min-width:240px; max-width:767px;}
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* 共通変数・プレースホルダー */
.clearfix:after, #footerblock:after, #footermenublock:after {
  content: "";
  clear: both;
  display: block;
}

.contentsh1, #contentsheaderblock h1 {
  clear: both;
  margin: 0 0 30px;
  padding: 0;
  line-height: 1.25;
  font-weight: normal;
  text-align: left;
}

.contentsh2 {
  clear: both;
  margin: 0 0 20px;
  padding: 0;
  line-height: 1.25;
  font-weight: normal;
  text-align: left;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* タグ基本スタイル定義 */
* {
  max-height: 999999px;
}

form * {
  font-size: 14px;
  font-size: 1.4rem;
}

a:link {
  color: #555;
  text-decoration: none;
}

a:visited {
  color: #555;
  text-decoration: none;
}

a:hover {
  color: #888;
  text-decoration: underline;
}

a:active {
  color: #444;
  text-decoration: underline;
}

a.dummy:hover {
  text-decoration: none !important;
  cursor: default;
}

img {
  border: none;
}

em {
  font-style: normal;
  font-weight: normal;
}

strong {
  font-style: normal;
  font-weight: normal;
}

p {
  /*line-height: 2;*/
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}

p + h2, div + h2, ul + h2, table + h2,
p + h3, div + h3, ul + h3, table + h3,
p + h4, div + h4, ul + h4, table + h4,
p + h5, div + h5, ul + h5, table + h5,
p + h6, div + h5, ul + h6, table + h6 {
  margin-top: 20px;
}

h2 {
  font-size: 28px;
  font-size: 2.8rem;
}

h3 {
  font-size: 24px;
  font-size: 2.4rem;
}

h4 {
  font-size: 18px;
  font-size: 1.8rem;
}

.fcred {
  color: #ed1c24;
}

.tdul {
  text-decoration: underline;
}

.fsxxl {
  font-size: 160% !important;
}

/*カラムボックス*/
.two-column-box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.two-column-box > div {
  max-width: 50%;
}
.two-column-box > li {
  max-width: 50%;
  min-width: 45%;
  margin: 0;
  padding: 0;
}
.two-column-box.space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.ul-between-list {
  margin: 0;
  padding: 0;
}
.ul-between-list li {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #666;
}

/*装飾ボックス*/
.indexbox {
  border-radius: 5px;
  border: 1px solid #666;
  overflow: hidden;
}
.indexbox__label {
  font-size: 20px;
  font-size: 2rem;
  padding: 4px 20px;
}
.indexbox-orange .indexbox__label {
  color: #fff;
  font-weight: bold;
  background: #F7931E;
}
.indexbox-black .indexbox__label {
  color: #fff;
  background: #111;
  font-size: 18px;
  font-size: 1.8rem;
}
.indexbox__content {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 20px 40px;
}
.indexbox-black .indexbox__content {
  padding: 20px 20px;
}

.fusenbox {
  background: #ffffcc;
  margin: 20px 0;
  padding: 20px 20px;
  line-height: 1.7em;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
}
.fusenbox .inline-center {
  display: inline-block;
  text-align: left;
}
.fusenbox p:first-child {
  margin-top: 0;
}
.fusenbox p:last-child {
  margin-bottom: 0;
}

/* レイアウト：サイト基本構造  */
html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  color: #555;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#allwrapperblock {
  position: relative;
}

#headerblock {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  height: 40px;
}
#headerblock .headermenublock {
  position: relative;
  background: url(../img/headermenu-bg.png) center top no-repeat;
}
#headerblock .headermenublock .headerlogo {
  position: absolute;
  top: 10px;
  left: 440px;
}
#headerblock .headermenublock .headermenu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  height: 40px;
  text-align: center;
}
#headerblock .headermenublock .headermenu > li {
  margin: 0 10px;
  padding: 0;
  display: block;
  width: 105px;
  height: 40px;
  float: left;
  position: relative;
}
#headerblock .headermenublock .headermenu > li a {
  display: block;
  line-height: 40px;
}
#headerblock .headermenublock .headermenu > li a:link, #headerblock .headermenublock .headermenu > li a:visited, #headerblock .headermenublock .headermenu > li a:hover {
  color: #fff;
  text-decoration: none;
}
#headerblock .headermenublock .headermenu > li a:hover {
  text-decoration: underline;
}
#headerblock .headermenublock .headermenu > li:first-child {
  margin-left: 45px;
}
#headerblock .headermenublock .headermenu > li:last-child {
  margin-right: 45px;
}
#headerblock .headermenublock .headermenu > li:nth-child(3) {
  margin-right: 70px;
}
#headerblock .headermenublock .headermenu > li:nth-child(4) {
  margin-left: 70px;
}
#headerblock .headermenublock .headermenu > li a.is-current {
  border-bottom: 2px solid #ffdd36;
  font-weight: bold;
}
#headerblock .headermenublock .headermenu > li a.is-current:link, #headerblock .headermenublock .headermenu > li a.is-current:visited, #headerblock .headermenublock .headermenu > li a.is-current:hover {
  color: #ffdd36;
  text-decoration: none;
}
#headerblock .headermenublock .headermenu > li a.is-current:hover {
  text-decoration: underline;
}
#headerblock .headermenublock .headermenu > li > ul {
  width: 280px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 40px;
  left: 0;
  display: none;
  list-style-type: none;
}
#headerblock .headermenublock .headermenu > li > ul > li {
  width: auto;
  margin: 0;
  padding: 0;
  font-size: 95%;
  text-align: left;
  background: rgba(0, 0, 0, 0.7);
}
#headerblock .headermenublock .headermenu > li > ul > li a {
  padding: 10px 10px;
  line-height: 1.5;
  border-bottom: 1px solid rgba(255, 221, 54, 0.7);
}



/*ハンバーガーナビ*/
@media screen and (min-width:768px){
#smp_nav_btn{ display: none !important;}
#smp_nav_toggle{ display: none !important;}
}
@media screen and (max-width:767px){
#smp_nav_btn{ width:8.75vw; height:12.5vw; position:fixed; right:3.75vw; top:0; z-index:9999; transition:0.3s; cursor:pointer;}
#smp_nav_btn strong{ position: absolute; left: 0; right: 0; bottom: 0; font-size: 2.5vw; line-height: 1em; margin: 0 auto; text-align: center; color: aliceblue;}
#smp_nav_btn strong.open{ display: block;}
#smp_nav_btn strong.close{ display: none;}
#smp_nav_btn.active strong.open{ display: none;}
#smp_nav_btn.active strong.close{ display: block;}
#smp_nav_btn span{ height:1vw; width:100%; background:#fff; position:absolute; left:0; right:0; top:50%; transform: translateY(-50%); margin:auto; border-radius:1vw; transition:0.3s;}
#smp_nav_btn span:before{ content: ""; display:block; height:1vw; width:100%; background:#fff; position:absolute; bottom:2vw; border-radius:1vw; transition:0.3s;}
#smp_nav_btn span:after{ content: ""; display:block; height:1vw; width:100%; background:#fff; position:absolute; top:2vw; border-radius:1vw; transition:0.3s;}
#smp_nav_btn.active span{ background:rgba(255,255,255,0);}
#smp_nav_btn.active span:before{ bottom:0; transform: rotate(45deg);}
#smp_nav_btn.active span:after{ top:0; transform: rotate(-45deg);}
#smp_nav_toggle{ display: none; position: fixed; left: 0; right: 0; top: 0; z-index: 99999; width: 100%; height: calc(100vh - 15vw); overflow-x: hidden; overflow-y: scroll; -webkit-overflow-scrolling: touch;}
#h_nav_smp{ background: #bdd1d6; color: #4f4f4f;}
#h_nav_smp dl{ margin:0 auto; letter-spacing:0; line-height:1em;  border-top: 1px solid #fff;}
#h_nav_smp dl:last-child{ border-bottom: 1px solid #d9d9d9;}
#h_nav_smp dl dt{ padding: 4.5vw 9vw; font-weight: bold; position: relative; cursor: pointer;}
#h_nav_smp dl dt:before{ content: "";width: 5vw; height: 5vw; background: url("../images/h_nav_ico1.png") center center no-repeat; background-size: 100%; position: absolute; left: 2.5vw; top: 50%; transform: translateY(-50%); transition: 0.3s;}
#h_nav_smp dl:nth-child(2) dt:before{background: url("../images/h_nav_ico2.png") center center no-repeat; background-size: 100%;}
#h_nav_smp dl:nth-child(3) dt:before{background: url("../images/h_nav_ico3.png") center center no-repeat; background-size: 100%;}
#h_nav_smp dl:nth-child(4) dt:before{background: url("../images/h_nav_ico4.png") center center no-repeat; background-size: 100%;}
#h_nav_smp dl dt:after{ content: ""; width: 3vw; height: 3vw; background: url("../images/nav_ico_toggle_red.png") center center no-repeat; background-size: 100%; position: absolute; right: 5vw; top: 50%; transform: translateY(-50%); transition: 0.3s;}
#h_nav_smp dl dt.active:after{ transform: rotate(45deg); top: calc(50% - 0.5em);}
#h_nav_smp dl dd{ display: none;}
#h_nav_smp dl dd ul li{ border-top: 1px solid #d9d9d9;}
#h_nav_smp dl dd ul li a{ display:block; padding: 4.5vw 9vw; background: #fff; position: relative;}
#h_nav_smp dl dd ul li a:after{ content: ""; width: 3vw; height: 3vw; background: url("../images/nav_ico_arrow_red.png") center center no-repeat; background-size: 100%; position: absolute; right: 5vw; top: 50%; transform: translateY(-50%);}
#h_nav_smp dl dd ul ul li a{ padding-left: 12vw;}
#h_nav_smp dl dd ul ul li:before{ display: none;}
#h_nav_smp dl dd ul li a:hover{ text-decoration:none;}
#h_ban{ width:100%; background:#fff; padding:7.5% 0;}
#h_ban ul{ display:flex; flex-wrap:wrap; align-items:center; justify-content:center; width:100%; padding: 0 4.25vw; margin:-0.75vw 0;}
#h_ban ul li{ width:calc(100% - 1.5vw); margin:0.75vw !important;}
#h_ban ul li img{ width:100%;}
}

/* スマホメニューの黒丸完全排除 */
#h_nav_smp li,
#h_nav_smp ul,
#h_nav_smp dl dd ul,
#h_nav_smp dl dd ul li {
  list-style: none !important;
  list-style-type: none !important;
  background-image: none !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}

/* PC用ロゴをスマホで非表示 */
.headerlogo--pc {
  display: block;
}
.headerlogo--smp {
  display: none; /* 初期は非表示 */
}

/* スマホ時のロゴ中央表示 */
@media screen and (max-width: 767px) {
  .headerlogo--pc {
    display: none !important;
  }
  .headerlogo--smp {
    display: block;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10000; /* ハンバーガーより上に出す */
    height: 15vw;
    line-height: 15vw;
    text-align: center;
  }
  .headerlogo--smp img {
    height: 12vw;
    width: auto;
    vertical-align: middle;
  }

  #headerblock {
    height: 15vw;
  }

  /* ハンバーガーボタンの位置調整（すでにあるが念のため） */
  #smp_nav_btn {
    right: 3.75vw;
    top: 0;
  }

  /* 開閉メニューの開始位置 */
  #smp_nav_toggle {
    top: 15vw;
  }
}


.privacy-frame {
  border: 2px solid #ccc;
  padding: 20px;
  background-color: #f9f9f9;
  font-family: 'Helvetica', 'メイリオ', sans-serif;
  max-height: 300px;
  overflow-y: scroll;
  margin: 20px 0;
  line-height: 1.6;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}


#contentsblock {
  font-size: 14px;
  font-size: 1.4rem;
  background: url(../img/contentsblock-bg.png) repeat-x center top;
}


#contentsblock #contentswrapperblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Safari */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 1100px;
  margin: 0 auto;
  padding: 0 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FAFAFA;
  overflow: hidden;
  text-align: left;
}

.allcontents {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Safari */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
}
.allcontents .maincontents {
  width: 700px;
}
.allcontents .sidecontents {
  width: 210px;
}
.allcontents .sidecontents h2 {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 10px 0 10px;
  border-bottom: 3px solid #333;
  border-top: 1px solid #999;
}

.posmenu {
  padding-top: 10px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: 1.4rem;
}
.posmenu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.posmenu ul li {
  margin: 0;
  padding: 0 10px 0 0;
  display: inline-block;
}
.posmenu ul li:before {
  content: ">";
  padding-right: 10px;
}
.posmenu ul li:first-child:before {
  content: "";
}
.posmenu ul li a:link, .posmenu ul li a:visited, .posmenu ul li a:hover {
  color: #555;
  text-decoration: none;
}
.posmenu ul li a:hover {
  text-decoration: underline;
}

#contentsheaderblock {
  padding: 0 0 10px 0;
  position: relative;
}
#contentsheaderblock h1 {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 500;
  padding: 90px 0 30px;
  margin: 0 0 20px;
}
/* スマホ向けのレスポンシブ対応 */
@media screen and (max-width: 767px) {
  #contentsheaderblock h1 {
    font-size: 1.8rem;         /* 小さめに */
    padding: 60px 10px 20px;   /* 上を詰め、横に余白追加 */
    margin: 0 0 10px;
    line-height: 1.4;
  }

  #contentsheaderblock {
    padding: 0 0 10px 0;
  }
}
.mainimage {
  z-index: 1;
  height: 630px;
}

.contentsbody {
  padding: 20px 0 40px;
}

#footerblockposmenu {
  background-color: #F2F2F2;
  padding: 1px 0;
}
#footerblockposmenu p {
  text-align: right;
  margin-right: 90px;
}
#footerblockposmenu a {
  text-decoration: underline;
}

#footerblock {
  clear: both;
  margin: 0;
  padding: 20px 0 0;
  border-top: 4px solid #000;
}
#footerblock .sitename {
  float: left;
  width: 370px;
  height: 51px;
  margin: 0;
  padding: 0;
}
#footerblock .sitename a {
  display: block;
  height: 36px;
  padding: 15px 0 0 110px;
  background: url(../img/logo-black-s.png) left center no-repeat;
  background-size: 100px 51px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
}
#footerblock .sitename a:link, #footerblock .sitename a:visited, #footerblock .sitename a:active {
  text-decoration: none;
  color: #333;
}
#footerblock .sitename a:hover {
  text-decoration: underline;
  color: #333;
}
#footerblock .tagline {
  height: 51px;
  margin: 0 0 10px;
  padding: 15px 0 0 380px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}

#footermenublock {
  width: 100%;
  margin: 0;
  padding: 40px 0 20px;
  border-top: 1px solid #000;
}
#footermenublock .footermenu {
  float: left;
  width: 25%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#footermenublock .footermenu h3 {
  margin: 0 0 5px;
  padding: 0;
  font-size: 12px;
  font-size: 1.2rem;
  color: #555;
}
#footermenublock .footermenu ul {
  margin: 0 0 20px;
  padding: 0;
}
#footermenublock .footermenu ul ul {
  margin-bottom: 0;
}
#footermenublock .footermenu ul ul a {
  padding-left: 24px;
  background-position: 12px 8px;
}
#footermenublock .footermenu ul ul a:link, #footermenublock .footermenu ul ul a:visited, #footermenublock .footermenu ul ul a:active {
  color: #999;
}
#footermenublock .footermenu ul.footermenu__half {
  float: left;
  width: 50%;
}
#footermenublock .footermenu li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footermenublock .footermenu a {
  display: block;
  padding: 5px 0 3px 12px;
  background: url(../img/arrow_1.png) left 8px no-repeat;
  background-size: 10px 10px;
  border: none;
  font-size: 12px;
  font-size: 1.2rem;
}
#footermenublock .footermenu a:link, #footermenublock .footermenu a:visited, #footermenublock .footermenu a:active {
  text-decoration: none;
  color: #555;
}
#footermenublock .footermenu a:hover {
  text-decoration: underline;
  color: #555;
}
#footermenublock .footermenu a.dummy:hover {
  text-decoration: none;
  cursor: default;
}

#footersponsorblock {
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #ececec;
}
#footersponsorblock .contentswidth {
  background: #fff;
}
#footersponsorblock .topbrands {
  list-style-type: none;
  margin: 0;
  padding: 20px 0;
  text-align: center;
}
#footersponsorblock .topbrands li {
  margin: 0;
  padding: 0 10px;
  display: inline-block;
  vertical-align: middle;
}

.copyright {
  color: #999;
  padding: 20px 0 10px;
}
.copyright p {
  margin: 0;
}

#pagetopblock {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  width: 50px;
  height: 50px;
}
#pagetopblock > a {
  overflow: hidden;
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #ccc;
  background: url(../img/pagetop-bg.png) center center no-repeat rgba(255, 255, 255, 0.75);
  background-size: 40px 40px;
  white-space: nowrap;
  text-indent: 100%;
  box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 5px 1px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 5px 1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 5px 1px;
}

/* コンポーネント：サイト内で共通の部品 */
/* flex slider 基本 */
.slick-arrow {
  overflow: hidden;
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  border: none;
  background: url(../img/slick-arrow-bg.png) rgba(0, 0, 0, 0.75);
  background-size: 50px 100px;
  white-space: nowrap;
  text-indent: 100%;
  color: transparent;
}
.slick-arrow:hover {
  background-color: #000;
  -webkit-box-shadow: 0 0 5px #fff;
          box-shadow: 0 0 5px #fff;
}
.slick-prev {
  left: 10px;
  background-position: 0 -50px;
}
.slick-next {
  right: 10px;
}
.slick-dots {
  position: absolute;
  bottom: 10px;
  z-index: 10;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin: 0px;
  padding: 0;
}
.slick-dots li button {
  width: 60px;
  height: 10px;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  color: transparent;
}
.slick-dots li button:hover {
  background-color: white;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.slick-dots .slick-active button {
  background: white;
}

.contentswidth {
  width: 960px;
}

.contentsh1, #contentsheaderblock h1 {
  text-align: left;
  font-size: 26px;
  font-size: 2.6rem;
  padding: 14px 10px;
  border-top: 1px solid #000;
  border-bottom: 2px solid #000;
}

.contentsh2 {
  background: url(../img/contentsh2-bg.png) left top no-repeat;
  width: 700px;
  height: 48px;
  padding-bottom: 2px;
  padding-left: 0.5em;
  font-size: 22px;
  font-size: 2.2rem;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
}
.contentsh2 a:link {
  color: #fff;
}
.contentsh2 a:hover {
  color: #fff;
}
.contentsh2 a:visited {
  color: #fff;
}

/* 表組み */
.datatable1 {
  width: 70%;
  margin: 0 auto 40px;
  padding: 0;
  text-align: left;
  border: none;
  border-collapse: separate;
  border-spacing: 0;
}
.datatable1 th {
  margin: 0;
  padding: 10px 10px 10px 0;
  font-weight: bold;
  border: none;
  border-bottom: 1px dotted #ccc;
  font-weight: normal;
  text-align: left;
}
.datatable1 td {
  margin: 0;
  padding: 10px 0;
  border: none;
  border-bottom: 1px dotted #ccc;
}
.datatable1--tdc td {
  text-align: center;
}
.datatable1--tdr td {
  text-align: right;
}
.datatable1__yellow {
  background: #FFFDE9;
}
* + .datatable1 {
  margin-top: 40px;
}
.datatable1 dl dt {
  font-weight: bold;
  font-size: 110%;
  margin-top: 10px;
}
.datatable1 dl dt:first-child {
  margin-top: 0;
}

.datatable1notes {
  margin-top: -30px;
}

.datatable2 {
  margin: 40px auto;
  padding: 0;
  width: 670px;
}
.datatable2 tr {
  margin: 0;
  text-align: left;
  border-bottom: 1px solid #ccc;
  line-height: 2;
}
.datatable2 tr th, .datatable2 tr td {
  padding: 10px 20px;
}
.datatable2 tr th {
  background-color: #e6e6e6;
}
.datatable2 tr.emp {
  font-size: 110%;
  font-weight: bold;
}
.datatable2 tr dl dt {
  font-weight: bold;
  font-size: 110%;
  margin-top: 10px;
}
.datatable2 tr dl dt:first-child {
  margin-top: 0;
}

.datatable3 {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto 60px;
  border-spacing: 0;
  border-top: 1px dotted #333;
}
.datatable3.hcollapse {
  border-top: none;
}
.datatable3 th {
  font-size: 100%;
  font-weight: bold;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 20px;
  border-bottom: 1px dotted #333;
}
.datatable3 td {
  font-size: 100%;
  font-weight: normal;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 20px 15px 40px;
  border-bottom: 1px dotted #333;
  background: url(../img/td-bg1.png) left center no-repeat;
  background-size: 2px 100%;
}

.dltable {
  margin: 80px 0;
  padding: 0;
}
.dltable > dt {
  float: left;
  width: 20%;
  margin: 0;
  padding: 10px 0 0;
  line-height: 2;
  font-weight: normal;
}
.dltable > dd {
  margin: 0;
  padding: 10px 0 10px 20%;
  border-bottom: 1px dotted #999;
  line-height: 2;
}
.dltable__contact dt {
  float: left;
  width: 20%;
  margin: 0;
  padding: 10px 0 0;
  line-height: 2;
  font-weight: normal;
}
.dltable__contact dt > span {
  display: block;
  padding-left: 3.3em;
}
.dltable__contact dd {
  margin: 0;
  padding: 10px 0 10px 20%;
  border-bottom: 1px dotted #999;
  line-height: 2;
}
.dltable__contact--noline {
  padding-bottom: 0 !important;
  border-bottom: none !important;
}

.dltable2 {
  margin: 0 auto;
  padding: 0;
}
.dltable2 > dt {
  float: left;
  text-align: left;
  width: 20%;
  margin: 0;
  padding: 5px 0 0 20px;
  line-height: 2;
  font-weight: normal;
}
.dltable2 > dd {
  margin: 0;
  text-align: left;
  padding: 5px 0 5px 20px;
  border-bottom: 1px solid #ccc;
  line-height: 2;
}
.dltable2 > dd:nth-child(4n+2) {
  background: #e6e6e6;
}
.dltable2 > dd:nth-child(4n) {
  background: #f5f5f5;
}
.dltable2 > dd.emp {
  font-size: 110%;
  font-weight: bold;
}

.button {
  display: inline-block;
  padding: 10px 30px 10px 15px;
  border: 2px solid #000;
  background: url(../img/arrow_1.png) 95% center no-repeat;
  background-size: 10px 10px;
  text-align: center;
  line-height: 1.5;
}
.button:link, .button:visited, .button:active {
  text-decoration: none;
  color: #000;
}
.button:hover {
  background-color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  color: #000;
}
.button--white {
  border-color: #fff;
  background-image: url(../img/arrow_2.png);
}
.button--white:link, .button--white:visited, .button--white:active, .button--white:hover {
  color: #fff;
}

.must {
  background-color: #ffffee !important;
  border: #f7931e 1px solid !important;
}
.must value {
  color: #999999;
}

/* ブログ・記事関連共通部品 */
.singlepost .post {
  border-bottom: 1px dotted #333;
  padding-bottom: 40px;
}
.singlepost .post__time {
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  text-align: right;
}

.postslist .post {
  overflow: hidden;
}
.postslist .post__thumbnail {
  width: 240px;
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
}
.postslist .post__time {
  font-size: 14px;
  font-size: 1.4rem;
}
.postslist .post__devider {
  border: none;
  border-bottom: 1px dotted #333;
  clear: both;
  margin: 0 0 40px;
}
.postslist .post a:hover {
  text-decoration: none;
}

.sidepostslist {
  list-style-type: none;
  margin: -15px 0 0 0;
  padding: 0;
}
.sidepostslist li {
  margin: 0;
  border-bottom: 1px solid #ccc;
}
.sidepostslist li a {
  display: block;
  padding: 10px 0;
}

.sideblock {
  margin-bottom: 40px;
}

.post__arrow {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: right;
  display: block;
  margin-top: 10px;
}
.post__arrow a {
  padding-left: 15px;
  background: url(../img/arrow_1.png) left center no-repeat;
}

.backlink {
  text-align: right;
  padding-top: 10px;
}
.backlink a {
  padding-left: 15px;
  margin-left: 15px;
  background: url(../img/arrow_1.png) left center no-repeat;
}

.single .post, .archive .post {
  margin-bottom: 40px;
}
.single .post__content, .archive .post__content {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}
.single .post__time, .archive .post__time {
  display: block;
  text-align: right;
  color: #666;
}
.single .post__thumbnail, .archive .post__thumbnail {
  float: right;
}

/*　各パーツ */
#footerblock {
  background: #000;
  color: #fff;
  padding-top: 20px;
}
#footerblock > h2 {
  font-size: 18px;
  font-size: 1.8rem;
  display: inline-block;
  margin: 0;
  padding: 20px 0;
}
#footerblock .footershoplistblock {
  padding: 20px 0;
  border-bottom: 1px solid #666666;
}
#footerblock .footershoplistblock .footershoplist {
  list-style-type: none;
  margin: 0;
  padding: 0;
  letter-spacing: -0.4em;
}
#footerblock .footershoplistblock .footershoplist li {
  margin: 0 0 20px;
  padding: 10px 0;
  display: inline-block;
  border-left: 1px solid #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: normal;
}
#footerblock .footershoplistblock .footershoplist li:first-child {
  border-left: none;
}
#footerblock .footershoplistblock .footershoplist__shopname {
  display: block;
  margin-bottom: 10px;
  text-align: center;
  line-height: 1;
}
#footerblock .footershoplistblock .footershoplist__shopname img {
  margin: -5px 10px 0 0;
}
#footerblock .footershoplistblock .footershoplist__address {
  display: block;
}
#footerblock .footershoplistblock .footershoplist__motohouse {
  width: 310px;
}
#footerblock .footershoplistblock .footershoplist__ducati {
  width: 400px;
}
#footerblock .footershoplistblock .footershoplist__trickstar {
  width: 400px;
}
#footerblock .footershoplistblock .footershoplist__link {
  display: block;
  font-weight: bold;
}
#footerblock .footershoplistblock .footershoplist__link a {
  display: inline-block;
  padding: 2px 25px 3px;
  margin-top: 15px;
}
#footerblock .footershoplistblock .footershoplist__link a:hover, #footerblock .footershoplistblock .footershoplist__link a:visited, #footerblock .footershoplistblock .footershoplist__link a:link {
  color: #000;
  text-decoration: none;
}
#footerblock .footershoplistblock .footershoplist__link--motohouse a {
  background: #fcee21;
}
#footerblock .footershoplistblock .footershoplist__link--ducati a {
  background: #c1272d;
}
#footerblock .footershoplistblock .footershoplist__link--ducati a:hover, #footerblock .footershoplistblock .footershoplist__link--ducati a:visited, #footerblock .footershoplistblock .footershoplist__link--ducati a:link {
  color: #fff;
}
#footerblock .footershoplistblock .footershoplist__link--trickstar a {
  background: #ccc;
}
#footerblock .footershoplistblock .footershoplist__link--facebook a {
  background: #3b5998;
}
#footerblock .footershoplistblock .footershoplist__link--facebook a:hover, #footerblock .footershoplistblock .footershoplist__link--facebook a:visited, #footerblock .footershoplistblock .footershoplist__link--facebook a:link {
  color: #fff;
}
#footerblock .footermenublock {
  padding: 20px 0;
}
#footerblock .footermenublock .footermenu {
  list-style-type: none;
  margin: 0;
  padding: 20px 0;
}
#footerblock .footermenublock .footermenu > li {
  text-align: left;
  margin: 0;
  padding: 0 20px;
  display: inline-block;
  vertical-align: top;
}
#footerblock .footermenublock .footermenu > li a:hover, #footerblock .footermenublock .footermenu > li a:link, #footerblock .footermenublock .footermenu > li a:visited {
  color: #fff;
  text-decoration: none;
}
#footerblock .footermenublock .footermenu > li a:hover {
  text-decoration: underline;
}
#footerblock .footermenublock .footermenu > li > ul {
  font-size: 95%;
  margin: 0 0 0 5px;
  padding: 0 0 0 5px;
  list-style-type: none;
}
#footerblock .footermenublock .footermenu > li > ul > li {
  margin: 0;
  padding: 0;
}

.newsinfo__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.newsinfo__list li {
  display: block;
  margin: 0;
  padding: 20px 140px;
  background: #e6e6e6;
  overflow: hidden;
  text-align: left;
}
.newsinfo__list li:nth-child(2n) {
  background: #f5f5f5;
}
.newsinfo__list__thumbnail {
  float: left;
  box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 5px 1px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 5px 1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 5px 1px;
}
.newsinfo__list__content {
  width: 560px;
  float: right;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.newsinfo__list time {
  font-size: 16px;
  font-size: 1.6rem;
  color: #666666;
  line-height: 18px;
}
.newsinfo__list__category {
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  color: #000;
  padding: 3px 5px;
  margin-left: 20px;
  font-weight: bold;
}
.newsinfo__list__category--mhanjo {
  background: #d9e021;
}
.newsinfo__list__category--mhkariya {
  background: #fbb03b;
}
.newsinfo__list__category--mhokazaki {
  background: #fcee21;
}
.newsinfo__list__title {
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 10px;
}
.newsinfo__list__title a:hover {
  color: #000;
}
.newsinfo__list__title a:link {
  color: #000;
}
.newsinfo__list__title a:visited {
  color: #000;
}
.newsinfo__list__excerpt {
  color: #333;
}
.newsinfo-block {
  overflow: hidden;
}
.newsinfo-block__detail {
  width: 300px;
  float: left;
  border: 1px solid #e6e6e6;
  margin: 0 27px 50px 0;
  text-align: left;
}
.newsinfo-block__detail time {
  font-size: 10px;
  font-size: 1rem;
}
.newsinfo-block__detail h3 {
  font-size: 14px;
  font-size: 1.4rem;
}
.newsinfo-block__detail:last-child {
  margin-right: 0;
}
.newsinfo-block__content {
  padding: 10px;
  text-align: left;
}
.newsinfo-block__content time {
  font-size: 10px;
  font-size: 1rem;
}
.newsinfo-block__content h3 {
  font-size: 14px;
  font-size: 1.4rem;
}
.newsinfo__content {
  padding: 10px;
}

.detail-button {
  display: inline-block;
  width: 300px;
  height: 45px;
  text-align: center;
  text-decoration: none;
}

.detail-button {
  position: relative;
  border: 2px solid #ccc;
  border-radius: 4px;
  color: #333;
  line-height: 48px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-box-shadow: 0 3px 0 #e6e6e6;
          box-shadow: 0 3px 0 #e6e6e6;
}

.detail-button:hover {
  text-decoration: none;
  background-color: #f9f9f9;
  -webkit-box-shadow: 0 3px 0 #e6e6e6;
          box-shadow: 0 3px 0 #e6e6e6;
}

.detail-button:active {
  top: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.alcenter {
  text-align: center;
}

.shopphotolist {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.shopphotolist li {
  margin: 0 8px 20px;
  padding: 4px;
  border: 1px solid #e6e6e6;
  background: #fff;
  width: 300px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}
.shopphotolist li > img {
  display: block;
}
.shopphotolist li a:link, .shopphotolist li a:visited, .shopphotolist li a:hover {
  text-decoration: none;
  color: #555;
}
.shopphotolist li p {
  display: inline-block;
  margin: 0;
  text-align: left;
}
.shopphotolist__shopname {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 5px 0 6px;
  margin-bottom: 10px;
  width: 100%;
}
.shopphotolist__shopname.motohouse {
  background: #fcee21;
}
.shopphotolist__shopname.ducati {
  background: #c1272d;
  color: #fff;
}
.shopphotolist__shopname.trickstar {
  background: #000;
  color: #fff;
}
.shopphotolist__tel {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
}
.shopphotolist__fax {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}
.shopphotolist__address {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}

/* 各パーツ */
.sidecontents .sideshoplist .shops {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.sidecontents .sideshoplist .shops .shop {
  margin: 0 0 20px;
  padding: 0;
}
.sidecontents .sideshoplist .shops .shop__shopname {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
.sidecontents .sideshoplist .shops .shop__shopimage {
  margin-bottom: 5px;
}
.sidecontents .bannerlist {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.sidecontents .bannerlist__banner {
  margin: 0;
  padding: 0 0 20px;
}
.sidecontents .bannerlist__banner img {
  width: 100%;
  height: auto;
}
.sidecontents .bannerlist__banner:last-child {
  margin-bottom: 0;
}

.posts { /* Safari */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Safari */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; /* Safari */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.posts .post {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 220px;
  border: 1px solid #E6E6E6;
  background: #fff;
  padding: 10px;
  margin-bottom: 15px;
}
.posts .post-invinsible {
  opacity: 0;
}
.posts .post__thumbnail {
  margin: -10px -10px 0 -10px;
}
.posts .post__thumbnail img {
  width: 100%;
  height: auto;
}
.posts .post__header {
  margin: 10px 0; /* Safari */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Safari */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; /* Safari */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* Safari */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.posts .post__time {
  color: #838383;
  font-size: 12px;
  font-size: 1.2rem;
}
.posts .post__tag {
  font-size: 12px;
  font-size: 1.2rem;
  width: 100%; /* Safari */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Safari */
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; /* Safari */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.posts .post__tag > span {
  background: #E6E6E6;
  padding: 2px 6px;
  margin: 0 2px 2px;
}
.posts .post__title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.posts .post__excerpt {
  font-size: 14px;
  font-size: 1.4rem;
}

/* トップページ */
.home {
  /*20161101再構成*/
}
.home #topsliderblock {
  overflow: hidden;
  height: 520px;
}
.home #topsliderblock .topslider {
  position: relative;
  left: 50%;
  width: 2800px;
  height: 520px;
  margin: 0 auto 0 -1400px;
}
.home #topbrandsblock {
  border-bottom: 1px solid #e6e6e6;
}
.home #topbrandsblock .contentswidth {
  background: #fff;
}
.home #topbrandsblock .topbrands {
  list-style-type: none;
  margin: 0;
  padding: 20px 0;
  text-align: center;
}
.home #topbrandsblock .topbrands li {
  margin: 0;
  padding: 0 10px;
  display: inline-block;
  vertical-align: middle;
}
.home .top-shoplist__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.home .top-shoplist__list li {
  margin: 0 8px 20px;
  padding: 4px;
  border: 1px solid #e6e6e6;
  background: #fff;
  width: 300px;
  height: 313px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}
.home .top-shoplist__list li > img {
  display: block;
}
.home .top-shoplist__list li a:link, .home .top-shoplist__list li a:visited, .home .top-shoplist__list li a:hover {
  text-decoration: none;
  color: #555;
}
.home .top-shoplist__list__shopname {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 5px 0 6px;
  margin-bottom: 10px;
  width: 100%;
}
.home .top-shoplist__list__shopname.motohouse {
  background: #fcee21;
}
.home .top-shoplist__list__shopname.ducati {
  background: #c1272d;
  color: #fff;
}
.home .top-shoplist__list__shopname.trickstar {
  background: #000;
  color: #fff;
}
.home .top-shoplist__list__tel {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
}
.home .top-shoplist__list__fax {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}
.home .top-shoplist__list__address {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}
.home #contentswrapperblock .allcontents .maincontents {
  width: 515px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  order: 2;
}
.home #contentswrapperblock .allcontents .sidecontents {
  width: 185px;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  order: 1;
}
.home #contentswrapperblock .allcontents .sidecontents:nth-child(3) {
  width: 210px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 3;
  order: 3;
}
.home .toppostslist__nav {
  margin-bottom: 15px;
}
.home .toppostslist__nav ul {
  list-style-type: none;
  margin: 0 0 0 2px;
  padding: 0; /* Safari */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Safari */
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; /* Safari */
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; /* Safari */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: url(../../img/nav-bg.png) center bottom repeat-x;
}
.home .toppostslist__nav ul li {
  width: 190px;
  height: 34px;
  margin-right: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 3px 3px 0 0;
  background: #fff;
  padding: 0 0 0 37px; /* Safari */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Safari */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* Safari */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  color: #000;
}
.home .toppostslist__nav ul li.event {
  background-image: url(../../img/tabicon-event.png);
  background-position: 30px center;
  background-repeat: no-repeat;
}
.home .toppostslist__nav ul li.news {
  background-image: url(../../img/tabicon-news.png);
  background-position: 30px center;
  background-repeat: no-repeat;
}
.home .toppostslist__nav ul li.current {
  height: 40px;
  margin-right: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 3px 3px 0 0;
  background-color: #FAFAFA;
  border-bottom-color: #FAFAFA;
  padding-top: 6px;
  color: #F15A24;
}
.home .toppostslist__nav ul li.current.event {
  background-image: url(../../img/tabicon-event-current.png);
  background-position: 30px center;
  background-repeat: no-repeat;
}
.home .toppostslist__nav ul li.current.news {
  background-image: url(../../img/tabicon-news-current.png);
  background-position: 30px center;
  background-repeat: no-repeat;
}
.home .toppostslist__posts .posts .post {
  width: 250px;
}

.common { /*一般ページ*/ }
.common #mainimageblock {
  height: 170px;
  background: url(../img/mainimage-bg.jpg) center center;
  background-size: cover;
}
.common #mainimageblock .mainimage {
  width: 1100px;
  height: 170px;
  margin: 0 auto;
}
.common.shop #mainimageblock {
  height: 350px;
  background: url(../../img/topslider-bg.jpg) center center;
  background-size: cover;
}
.common.shop #mainimageblock .mainimage {
  width: 1100px;
  height: 350px;
  margin: 0 auto;
}
.common #submenublock {
  border-bottom: 1px solid #e6e6e6;
}
.common #submenublock .contentswidth {
  background: #fff;
}
.common #submenublock .submenu {
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  text-align: center;
}
.common #submenublock .submenu li {
  margin: 0;
  padding: 0 5px;
  display: inline-block;
  vertical-align: middle;
  line-height: 36px;
}
.common #submenublock .submenu li a {
  display: block;
  font-size: 1.4rem;
  padding: 0 25px;
  border: 1px solid #333;
  border-radius: 18px;
}
.common #submenublock .submenu li a:link, .common #submenublock .submenu li a:visited, .common #submenublock .submenu li a:hover {
  color: #505050;
  text-decoration: none;
}
.common #submenublock .submenu li a:hover {
  text-decoration: underline;
}
.common #submenublock .submenu li.current a {
  background: #333;
  border-radius: 18px;
  /*font-weight: bold;*/
}
.common #submenublock .submenu li.current a:link, .common #submenublock .submenu li.current a:visited, .common #submenublock .submenu li.current a:hover {
  color: #fff; /* color: #ffdd36;*/
}
.common .contentsbody > .contentswidth > p {
  display: inline-block;
  text-align: left;
}

@media screen and (max-width: 767px) {
.common #mainimageblock {
  height: auto;
  background: url(../img/mainimage-bg.jpg) center center;
  background-size: cover;
}
.common #mainimageblock .mainimage{
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.common #mainimageblock .mainimage img{
  width: 100%;
  height: auto;
  margin: 0 auto;
}    
.common.shop #mainimageblock {
  height: 350px;
  background: url(../../img/topslider-bg.jpg) center center;
  background-size: cover;
}
.common #mainimageblock .mainimage  {
  width: auto;
  height: 150px;
  margin: 0 auto;
}
.common #submenublock {
  border-bottom: 1px solid #e6e6e6;
}
.common #submenublock .contentswidth {
  background: #fff;
}
.common #submenublock .submenu {
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  text-align: center;
}
.common #submenublock .submenu li {
  margin: 0;
  padding: 0 5px;
  display: inline-block;
  vertical-align: middle;
  line-height: 36px;
}
.common #submenublock .submenu li a {
  display: block;
  font-size: 1.4rem;
  padding: 0 25px;
  border: 1px solid #333;
  border-radius: 18px;
}
.common #submenublock .submenu li a:link, .common #submenublock .submenu li a:visited, .common #submenublock .submenu li a:hover {
  color: #505050;
  text-decoration: none;
}
.common #submenublock .submenu li a:hover {
  text-decoration: underline;
}
.common #submenublock .submenu li.current a {
  background: #333;
  border-radius: 18px;
  /*font-weight: bold;*/
}
.common #submenublock .submenu li.current a:link, .common #submenublock .submenu li.current a:visited, .common #submenublock .submenu li.current a:hover {
  color: #fff; /* color: #ffdd36;*/
}
.common .contentsbody > .contentswidth > p {
  display: inline-block;
  text-align: left;
}
    

/*　新車中古車　*/
.newcarusedcar-newcar__makerlist {
  list-style-type: none;
  margin: 0;
  padding: 0;
  /*overflow: hidden;*/
  text-align: center;
}
.newcarusedcar-newcar__makerlist li {
  margin: 0 20px 20px 0;
  padding: 0;
  display: inline-block;
  /*float: left;*/
}
.newcarusedcar-newcar__makerlist li:last-child {
  margin-right: 0;
}
.newcarusedcar-newcar__makerlist--two {
  width: 470px;
  margin: 0 auto;
}

.newcarusedcar-usedcar__shoplist {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.newcarusedcar-usedcar__shoplist li {
  margin: 0 20px 20px 0;
  padding: 0;
  float: left;
}
.newcarusedcar-usedcar__shoplist li:last-child {
  margin-right: 0;
}

/*モトハウスとは*/
.about-dealing__makerlist {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  -webkit-flex-wrap: wrap;
}
.about-dealing__makerlist img {
  margin: 0 5px;
}
.about-dealing__makertext {
  width: 530px;
  margin: 40px auto;
  background-color: #f2f2f2;
  border-radius: 6px;
  text-align: center;
}
.about-dealing__makertext P {
  padding: 20px 0;
}
.about-dealing__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-display: flex;
  -webkit-justify-content: space-between;
}
.about-dealing__list ul {
  text-align: left;
  padding: 0 0 0 25px;
  list-style-type: square;
  width: 47%;
}
.about-dealing__dlist {
  width: 530px;
  margin: 0 auto;
}
.about-dealing__dlist dt {
  float: left;
  padding-top: 20px;
  font-size: 20px;
  font-weight: bold;
}
.about-dealing__dlist dd {
  text-align: left;
  margin: 0;
  padding: 20px 0 20px 39%;
}
.about-dealing__dlist dd:nth-child(2) {
  border-bottom: 1px solid #ccc;
}
.about-dealing__list:nth-child(3) {
  padding: 0 60px;
}

/* サイトマップ */
.sitemaplist li {
  list-style-image: url(../img/arrow_1.png);
  margin: 2px 0 0 40px;
  padding: 5px 0 5px 0;
  border-top: 1px solid #eee;
}

.sitemaplist li li {
  margin-left: 80px;
}

/* モトハウスの車検 */
.inspection-about .indexbox li {
  line-height: 1.8em;
}
.inspection-about .datatable1 {
  margin-bottom: 0;
}
.inspection-about .datatable1 tr.yellow {
  background: #ffffcc;
  font-weight: bold;
}
.inspection-about .datatable1 th {
  padding-left: 10px;
}
.inspection-about .datatable1 td {
  padding-left: 30px;
}
    
    
/*お問合せ*/

    



/*表示切替*/
@media print, screen and (min-width:768px){
.smp{ display:none !important;}
}
@media screen and (max-width:767px){
.pc{ display:none !important;}
}

/*お問合せ　戻る・送信ボタン*/
.form-buttons {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.form-buttons button,
.form-buttons input[type="submit"] {
  padding: 10px 30px;
  font-size: 16px;
  border: none;
  background-color: #2b8cbe;
  color: white;
  border-radius: 5px;
  cursor: pointer;
}

.form-buttons button:hover,
.form-buttons input[type="submit"]:hover {
  background-color: #1c6fa2;
}
