@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/mplus1p.css");
@import url("https://fonts.googleapis.com/earlyaccess/sawarabimincho.css");
@import url("https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css");
@import url("https://fonts.googleapis.com/css?family=Teko:400,500,600,700");
/*==============================================================================
	Layout
==============================================================================*/
.content-second {
  line-height: 1em;
  font-size: 13px;
  font-weight: 400;
  font-family: "M PLUS 1p", sans-serif;
}

.content-inner {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/**
jQueryとMooToolsがコンフリクトするため MenuMaticは使わず。そのためのnavのスタイル
**/
li#navi2 > ul {
  margin-top: 10px;
}
li#navi2 > ul li {
  font-size: 0.8em;
}
li#navi2 > ul li a {
  display: block;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 1em;
}
li#navi2 > ul li a:hover {
  background: #352421;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*==================================================
 	20.ProductUtilitys
==================================================*/
.mg-bt-15 {
  margin-bottom: 15px;
}

.mg-bt-30 {
  margin-bottom: 30px;
}

.mg-bt-60 {
  margin-bottom: 60px;
}

.mg-bt-90 {
  margin-bottom: 90px;
}

.pd-tp-15 {
  padding-top: 15px;
}

.pd-tp-30 {
  padding-top: 30px;
}

.pd-tp-60 {
  padding-top: 60px;
}

.pd-tp-90 {
  padding-top: 90px;
}

.pd-bt-15 {
  padding-bottom: 15px;
}

.pd-bt-30 {
  padding-bottom: 30px;
}

.pd-bt-60 {
  padding-bottom: 60px;
}

.pd-bt-90 {
  padding-bottom: 90px;
}

.pd-vr-15 {
  padding: 15px 0;
}

.pd-vr-30 {
  padding: 30px 0;
}

.pd-vr-60 {
  padding: 60px 0;
}

.fadein {
  -webkit-animation-name: fadein;
          animation-name: fadein;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.retina img {
  width: 100%;
}

/*==================================================
 	30.追加のスタイルはここより下へ記述してください
	*上部に記載する場合、必ずコメントアウトしたうえ、日付を
	記載してください
==================================================*/
/*==============================================================================
	Page contents
==============================================================================*/
div.pagetittle {
  padding-left: 0.5em;
  border-bottom: 1px solid #000;
  font-size: 2em;
  font-weight: 500;
  color: #352421;
}
div.pagetittle span {
  font-size: 0.5em;
  color: #000;
}

div.content-wrapper-brown {
  background: #341000;
}

div.contents_product_box {
  margin: 0 auto;
  padding: 30px 0 90px;
}
div.contents_product_box div.subtitle {
  width: 1000px;
  margin: auto;
  padding: 30px 0;
}
div.contents_product_box div.subtitle h3 {
  font-size: 30px;
  font-weight: 700;
  font-family: "M PLUS 1p", sans-serif;
}

div.products-list {
  width: 1000px;
  margin: 0 auto;
}
div.products-list thead {
  background: #583429;
  line-height: 3em;
  color: #fff;
}
div.products-list thead tr th {
  padding-left: 1.5em;
}
div.products-list thead tr td {
  border-left: solid 1px #fff;
  text-align: center;
}
div.products-list tbody tr.spacer {
  height: 1.5em;
}
div.products-list tbody tr th {
  width: 136px;
  height: 87px;
  padding-right: 10px;
  vertical-align: top;
}
div.products-list tbody tr td {
  text-align: center;
  vertical-align: middle;
  border-top: thin solid #000;
  border-bottom: thin solid #000;
  border-left: thin solid #000;
}
div.products-list tbody tr td.list-title {
  height: 4em;
  padding-left: 10px;
  border-left: none;
  text-align: left;
  line-height: 1.2em;
  font-weight: 500;
}
div.products-list tbody tr td.list-dsc {
  padding: 1em 0 1em 1em;
  border-top: none;
  border-left: none;
  line-height: 1.5em;
  text-align: left;
  font-size: 0.8em;
}

img.ga-li_img {
  border: solid 1px #ccc;
}

a.mail-btn, a.tell-btn {
  display: block;
  width: 660px;
  margin-left: auto;
  margin-right: auto;
}

a.tell-btn {
  width: 520px;
}

/*==============================================================================
	Camper style2
==============================================================================*/
.black-area {
  background-color: black;
  margin-top: 2%;
  color: #fff;
  font-family: "Noto Sans JP";
  padding-bottom: 10%;
}

.brown-area {
  font-family: "Noto Sans JP";
  background-color: #231815;
}

.inner-900 {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.inner-800 {
  width: 800px;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 10%;
}

.img-full {
  margin-top: 3%;
}
.img-full img {
  width: 100%;
}
.img-full p {
  font-size: 27px;
  text-align: right;
  margin-top: 1%;
}

.bg-cpy {
  font-size: 45px;
  margin-top: 5%;
}

.xbg-cpy {
  font-size: 60px;
  text-align: center;
  margin-top: 5%;
}

.sm-cpy {
  margin-top: 3%;
  font-size: 20px;
  font-family: sans-serif;
  line-height: 1.9em;
  font-weight: 100;
}

.img-w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5%;
}
.img-w div {
  width: 48%;
  margin: 0 auto;
}
.img-w img {
  width: 100%;
}

.contents-w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5%;
  margin-bottom: 5%;
}
.contents-w div {
  width: 50%;
  margin: 0 auto;
}
.contents-w h4 {
  font-size: 52px;
  line-height: 1.2em;
  margin-top: 5%;
}
.contents-w p {
  font-size: 17px;
  line-height: 2.5em;
  margin-top: 10%;
  font-weight: 100;
}

.contents-w-y {
  width: 50%;
}
.contents-w-y p {
  margin: auto;
  text-align: right;
  margin-bottom: 3%;
  font-size: 22px;
}
.contents-w-y img {
  width: 100%;
}

.contents-w-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contents-w-2 img {
  width: 97%;
}
.contents-w-2 h4 {
  font-size: 40px;
}
.contents-w-2 p {
  font-size: 18px;
}

.img-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5%;
}
.img-3 div {
  width: 33%;
}
.img-3 img {
  width: 100%;
}

.cpy-w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-left: -50px;
  margin-top: 2%;
  margin-bottom: 20%;
}
.cpy-w h4 {
  text-align: center;
  line-height: 1.2em;
  font-size: 26px;
}
.cpy-w h4 span {
  font-size: 16px;
}

.md-cpy {
  font-size: 22px;
  margin-top: 2%;
}
.md-cpy span {
  font-weight: bold;
  border-bottom: solid 1px #fff;
}

.brown-bg-cpy {
  padding-top: 60px;
  font-size: 52px;
  color: #231815;
  text-align: center;
}

.brown-bg-cpy2 {
  padding-top: 60px;
  font-size: 52px;
  color: #231815;
  text-align: center;
  margin-bottom: 10%;
}

.contents-w-brown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 7%;
}
.contents-w-brown div {
  width: 50%;
}
.contents-w-brown img {
  width: 100%;
}
.contents-w-brown h4 {
  font-size: 30px;
  line-height: 1.2em;
  color: #231815;
  margin-bottom: 5%;
}
.contents-w-brown p {
  font-size: 17px;
}
.contents-w-brown a img {
  width: 100%;
  margin-top: 5%;
}

.contents-w-brown-last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 7%;
}

.last-img {
  width: 50%;
}
.last-img img {
  width: 93%;
  padding-top: 132px;
  padding-left: 27px;
}

.last-cpy {
  width: 50%;
}
.last-cpy img {
  margin-left: 50px;
  width: 60%;
}
.last-cpy h4 {
  font-size: 30px;
  line-height: 1.2em;
  color: #231815;
  margin-bottom: 1%;
}
.last-cpy a img {
  width: 100%;
  margin-top: 5%;
  margin-left: 0;
}

.title-x {
  font-size: 25px;
  line-height: 1.2em;
  color: #231815;
  margin-top: 8%;
  text-align: right;
  margin-bottom: -40px;
}

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

.int-one {
  width: 47%;
  margin-bottom: 10%;
}
.int-one img {
  width: 100%;
}
.int-one h4 {
  font-size: 25px;
  text-align: center;
  line-height: 1.2em;
}
.int-one a img {
  width: 90%;
  margin: 0 auto;
  margin-top: 3%;
}
.int-one p {
  width: 90%;
  font-size: 14px;
  margin: 0 auto;
  margin-top: 2%;
}

.bg-area {
  background-image: url(../../specialcontent/images/bg-cpst2-2nd.jpg);
  background-repeat: repeat-y;
  background-size: cover;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.spec {
  margin-top: 5%;
}
.spec p {
  font-size: 18px;
  margin: 1%;
  line-height: 2.3em;
  font-weight: 100;
}

.spec-title {
  border: solid 2.5px;
}
.spec-title h4 {
  font-size: 30px;
  margin: 2%;
}

iframe {
  margin-top: 10%;
}

/*==============================================================================
	COMPLETECAR
==============================================================================*/
section.complete .black-area {
  margin-top: 0;
  padding-bottom: 5%;
}
section.complete .bg-cpy {
  text-align: center;
  font-weight: 500;
}
section.complete .goldcpy {
  font-size: 18px;
  font-family: serif;
  color: #cca467;
  text-align: center;
  margin-top: 2%;
}
section.complete .browncpy {
  font-size: 18px;
  font-family: serif;
  color: #47210d;
  text-align: center;
  margin-top: 2%;
}
section.complete .cap {
  font-size: 15px;
  text-align: left;
}
section.complete .finetech {
  text-align: center;
  margin-top: 7%;
}
section.complete .finetech h2 {
  font-size: 28px;
  font-weight: 500;
  color: #cabb89;
  background-color: #543126;
  width: 80%;
  margin: 0 auto;
  padding-top: 5px;
  padding-bottom: 5px;
}
section.complete .finetech img {
  width: 60%;
  margin: 0 auto;
  margin-top: 5%;
}
section.complete .finetech p {
  margin: 0 auto;
  text-align: left;
  font-size: 16px;
  text-align: justify;
  line-height: 1.8em;
  width: 80%;
  margin-top: 5%;
}
section.complete .area2 .bg-area {
  background-image: url(../../specialcontent/images/bg-cmplt.jpg);
  width: 100%;
  background-size: contain;
  padding-bottom: 10%;
}
section.complete .area2 .cap {
  font-size: 18px;
}
section.complete .area2 .int-w .int-one h4 {
  margin-top: 10%;
  margin-bottom: 10%;
  line-height: 1.2em;
  font-weight: 600;
}
section.complete .area2 .int-w .int-one .kome {
  margin-top: -10%;
  margin-left: 23%;
}
section.complete .area2 .contents-w-brown {
  margin-top: 10%;
}
section.complete .area2 .contents-w-brown h4 {
  font-weight: 600;
  margin-left: 8%;
  margin-top: 10%;
}
section.complete .area2 .contents-w-brown p {
  margin-left: 8%;
}