@charset "utf-8";

/* CSS Document */
/*--------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-style: normal;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: normal;
  margin: 0px;
  padding: 0px;
}

ul li {
  list-style-type: none;
}

img {
  border-style: none;
  font-size: 0px;
  line-height: 0px;
}

.clear {
  font-size: 0px;
  line-height: 0px;
  margin: 0px;
  padding: 0px;
  clear: both;
  float: none;
}

a {
  overflow: hidden;
  color: #FFFFFF;
  text-decoration: none;
  outline: none;
}

a:hover {
  overflow: hidden;
  color: #999999;
  text-decoration: underline;
}

a:active {
  outline: none;
}

*:focus {
  outline: none;
}

/*--------------------body---------------------------*/
html {
  overflow-y: scroll;
  background: #000000;
}
body {
  background: linear-gradient(to right, #000000 50%, #cc1c00 50%);
}

html,
body {
  font-size: 12px;
  background-attachment: scroll;
  background-color: #000000;
  font-family: Arial, Helvetica, basic-sans, YuGothic, Yu Gothic, 游ゴシック体, 游ゴシック, Hiragino Kaku Gothic ProN, HiraKakuPro-W3, メイリオ, Meiryo, Osaka, sans-serif;
  line-height: 18px;
  color: #FFFFFF;
  margin: 0;
}

#wrapper {
  display: flex;
  margin: 0 auto;
  width: 870px;
  position: relative;
}

#footer {
  height: 36px;
  width: 870px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  margin-top: -36px;
}

#footer address {
  text-align: right;
  padding-top: 0px;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  padding-right: 20px;
  color: #666666;
}

#footer .back_top a {
  background-image: url(images/button_backtotop.jpg);
  background-repeat: no-repeat;
  text-indent: -9999px;
  display: block;
  height: 13px;
  width: 28px;
  margin-left: auto;
  position: relative;
}

#logo {
  height: 64px;
  width: 116px;
  margin-right: 20px;
  margin-top: 262px;
}
#logo img {
  width: 100%;
}

/*********************------sidebar---------**********************/
#sidebar {
  width: 260px;
  background-color: #cc0100;
}

#sidebar h2 {
  background-color: #cc0100;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-weight: 300;
  padding: 20px 0 12px 12px;
}

/*********************------main---------**********************/
#main {
  width: 480px;
  /* border-right: 5px solid #cc0100; */
  background-color: #000000;
  padding-bottom: 56px;
}


#navigation {
  overflow: hidden;
  background-color: #000000;
  display: flex;
}

.button {
  float: left;
  width: 33.33333%;
  display: block;
  margin: 0;
  padding: 9px 0;
  border: none;
  background: none;
  color: inherit;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  font-family: "Jost", sans-serif;
  font-size: 11px;
  font-weight: normal;
  cursor: pointer;
}

.button:nth-of-type(2) {
  border-left: 1px solid #8d8d8d;
  border-right: 1px solid #8d8d8d;
  box-sizing: border-box;
}

.button:focus {
  outline: none;
}

.button>span {
  vertical-align: middle;
}


.button.button--anim {
  background: #252525;
  color: #ffffff;
  overflow: hidden;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.button--anim.button--inverted {
  background: none;
  color: #fff;
}

.button--anim::before,
.button--anim::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 100%;
  left: 0;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.button--anim::before {
  background: #ffffff;
}

.button--anim::after {
  background: #828282;
}

.button--anim:hover {
  color: #fff;
}

.button--anim:hover::before,
.button--anim:hover::after {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.button--anim:hover::after {
  -webkit-transition-delay: 0.075s;
  transition-delay: 0.075s;
}



#top_image {
  font-size: 0px;
  line-height: 0px;
  position: relative;
}

#top_image .sub_logo {
  position: absolute;
  bottom: 12px;
  right: 20px;
  z-index: 100;
}

/*********************------side_menu---------**********************/
#side_menu {
  margin: 0px;
  padding: 0px;
  width: 264px;
}

#side_menu li {
  list-style-type: none;
  clear: both;
  display: block;
  height: auto;
  margin-bottom: 1px;
}

#side_menu li a {
  color: #FFFFFF;
  text-decoration: none;
  padding: 1px 0px 1px 12px;
  display: block;
  background-color: #660000;
}





/*#demo2	{
background-color: #39C;
-webkit-transition: background-color 1s linear;
}
#demo2:hover	{
background-color: #09F;
}*/





/*********************------rss_content---------**********************/
#rss_content {
  height: 38px;
  width: 100%;
  background-image: linear-gradient(0deg, #000000 20%, #272727);
}

#rss_content ul {
  width: 50px;
  margin-left: auto;
  padding-top: 5px;
}

#rss_content .text {
  float: left;
  margin-right: 4px;
}

#rss_content .icon a {
  background-image: url(images/rss_icon.png);
  background-repeat: no-repeat;
  height: 22px;
  width: 20px;
  behavior: expression(IEPNGFIX.fix(this));
  text-indent: -9999px;
  background-position: 0px center;
  float: left;
  display: block;
}

/*********************------rss_content_page---------**********************/
#rss_content_page {
  height: 48px;
  width: 436px;
}

#rss_content_page ul {
  width: 50px;
  margin-left: auto;
  padding-top: 5px;
}

#rss_content_page .text {
  float: left;
  margin-right: 4px;
}

#rss_content_page .icon a {
  background-image: url(images/rss_icon.png);
  background-repeat: no-repeat;
  height: 22px;
  width: 20px;
  behavior: expression(IEPNGFIX.fix(this));
  text-indent: -9999px;
  background-position: 0px center;
  float: left;
  display: block;
}

/*********************------new_car_list---------**********************/
#new_post {
  padding-left: 20px;
  padding-right: 20px;
}

#new_post dl {
  margin-bottom: 20px;
  display: flex;
}

#new_post dt {
  float: left;
  margin-right: 10px;
  font-size: 0px;
  line-height: 0px;
}

#new_post dd {
  float: left;
}

#new_post p {
  font-size: 11px;
  color: #666666;
}

#new_post .sold {
  color: #CC0000;
}

#new_post .contents_02 {
  display: none;
}
#new_post img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}

/*********************------single---------**********************/
#single {
  padding-right: 14px;
  padding-left: 14px;
  color: #888;
}

#single img {
  background-color: #0C1316;
  padding: 10px;
}

#single .time {
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
}

#single .title {
  color: #FFFFFF;
}

#single .content {
  line-height: 22px;
}

#single p {
  margin-top: 10px;
}

/*********************------comments-template---------**********************/
#comments-template {
  margin-top: 40px;
  color: #999999;
  background-image: url(images/comment_border.jpg);
  background-repeat: repeat-x;
  background-position: 0px top;
  padding-top: 10px;
}

.comments {
  padding-right: 14px;
  padding-left: 14px;
}

.comments form {}

.comments textarea {
  width: 70%;
  height: 156px;
  border: 1px solid #333;
  color: #666666;
  padding: 2px;
  overflow: auto;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  background-color: #121212;
}

#commentform p {
  margin-top: 6px;
}

#commentform input {
  background: #121212;
  border: 1px solid #333;
  color: #666666;
  padding-left: 2px;
}

.comments input#submit {
  padding: 0;
  width: 72px;
  height: 29px;
}

.comments h2 {
  font-size: 12px;
  line-height: 30px;
  font-weight: normal;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0px;
  font-family: Arial, Helvetica, sans-serif;
  padding-top: 10px;
}

.comments ol li p {
  padding: 0;
  color: #888;
}

.comments li {
  height: 100%;
  padding: 6px;
  margin-bottom: 1px;
  list-style-type: none;
  background-color: #0F161A;
}

/*********************------archive---------**********************/
#archive {
  padding-left: 20px;
}

#archive h2 {
  padding-bottom: 20px;
}

#archive dl {
  clear: both;
  float: none;
  margin-bottom: 15px;
}

#archive dt {
  float: left;
  margin-right: 6px;
  font-size: 0px;
  line-height: 0px;
}

#archive dd {
  float: left;
}

#archive p {
  font-size: 11px;
}

#archive .sold {}

#archive .out {
  color: #CC0000;
}

/*********************------contact---------**********************/
#contact {
  color: #999999;
}

.contacts {
  padding-right: 14px;
  padding-left: 14px;
}

.contacts form {}

.contacts textarea {
  width: 402px;
  height: 156px;
  border: 1px solid #333;
  color: #666666;
  padding: 2px;
  overflow: auto;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  background-color: #121212;
}

#contactform p {
  margin-top: 6px;
}

#contactform input {
  background: #121212;
  border: 1px solid #333;
  color: #666666;
  padding-left: 2px;
}

.contacts input#submit {
  padding: 0;
  width: 72px;
  height: 29px;
}

.contacts h2 {
  font-size: 12px;
  line-height: 30px;
  font-weight: normal;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0px;
  font-family: Arial, Helvetica, sans-serif;
  padding-top: 10px;
}

.contacts ol li p {
  padding: 0;
  color: #888;
}

.contacts li {
  height: 100%;
  padding: 6px;
  margin-bottom: 1px;
  list-style-type: none;
  background-color: #0F161A;
}

/*********************------about---------**********************/
#about {
  color: #999999;
}

#about .block {
  padding-right: 14px;
  padding-left: 14px;
}

#about h2 {
  font-size: 12px;
  line-height: 30px;
  font-weight: normal;
  margin-bottom: 14px;
}

#about dl {
  padding-bottom: 10px;
}

#about .block p {
  padding: 10px 0 5px;
}

#about dt {
  float: left;
  width: 100px;
}

#about dd {
  float: left;
  padding-left: 10px;
  width: 298px;
  white-space: normal;
}

#about .en {
  color: #606060;
}

#about .map {
  margin-top: 16px;
  padding: 10px;
  background-color: #0C1316;
}

/*********************------privacy_policy---------**********************/
#privacy_policy {
  color: #999999;
}

#privacy_policy .block {
  padding-right: 14px;
  padding-left: 14px;
}

#privacy_policy h2 {
  font-size: 12px;
  line-height: 30px;
  font-weight: normal;
  margin-bottom: 14px;
}

#privacy_policy dl {
  padding-bottom: 5px;
}

#privacy_policy .block p {
  font-size: 11px;
  padding: 0 0 15px;
}

#privacy_policy dt {
  margin-top: 10px;
}

#privacy_policy dd {
  font-size: 11px;
  white-space: normal;
  margin: 5px 0 0 10px;
}

#privacy_policy dd ul {
  margin: 5px 0 0 20px;
}

#privacy_policy dd ul li {
  list-style-type: disc;
}

/*********************------link---------**********************/
#link {
  margin-top: 40px;
  color: #999999;
  background-image: url(images/comment_border.jpg);
  background-repeat: repeat-x;
  background-position: 0px top;
  display: none;
}

#link .content {
  padding-right: 14px;
  padding-left: 16px;
  font-size: 10px;
}

#link h2 {
  font-size: 12px;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  padding-top: 10px;
  padding-bottom: 20px;
}

#link .content img {
  margin-bottom: 2px;
  padding: 1px;
  border: 1px solid #463000;
}

/* select */
.select-box select {
  position: relative;
  width: 100%;
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #6f0000;
  border-radius: 0;
  background-color: #6f0000;
  color: #FFFFFF;
}

.select-box label {
  position: relative;
}

.select-box label:after {
  display: block;
  content: " ";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 7px;
  height: 4px;
  margin-top: -4px;
  background: url(images/arrow_select.png) 0 0 no-repeat;
  pointer-events: none;
}

/*********************------clear---------**********************/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/
  /*/
height: auto;
overflow: hidden;
/**/
}



/*********************------TabbedPanels---------**********************/



.TabbedPanels {
  margin: 0px;
  padding: 0px;
}

.TabbedPanelsTabGroup {
  padding: 0px;
  display: flex;
  margin: 0 0 30px;
}
.TabbedPanelsTabGroup li {
  line-height: 1;
}
.TabbedPanelsTab_01 {
  margin-right: 30px;
}

.TabbedPanelsTabGroup a {
  display: flex;
  cursor: pointer;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #FFF;
  letter-spacing: 0.01em;
  position: relative;
  padding-left: 18px;
}

.TabbedPanelsTabGroup a::before {
  content: '';
  width: 7px;
  height: 7px;
  border-top: solid 1px #FFF;
  border-right: solid 1px #FFF;
  position: absolute;
  left: 0px;
  top: 3px;
}

.TabbedPanelsTabGroup a::before {
  transform: rotate(45deg);
}

.TabbedPanelsTabGroup li.active a {
  color: #cc1c00;
  text-decoration: none;
}

.TabbedPanelsTabGroup li.active a:before {
  border-top: solid 1px #cc1c00;
  border-right: solid 1px #cc1c00;
}






/*------------------------------
loading
------------------------------*/

.no-js .bgLoad {
  display: none;
}

.no-js .loaderWrap {
  display: none;
}

body .bgLoad {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10000;
  background-color: #000000;
  display: block;
  opacity: 1;
}

.loaderWrap {
  width: 30px;
  height: 30px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10001;
}

.loader {
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 2px solid rgba(204, 0, 0, 1.0);
  border-right: 2px solid rgba(204, 0, 0, 1.0);
  border-bottom: 2px solid rgba(204, 0, 0, 1.0);
  border-left: 2px solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: loadCircle 0.8s infinite linear;
  animation: loadCircle 0.8s infinite linear;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

@-webkit-keyframes loadCircle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loadCircle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 768px) {

  html,
  body {
    font-size: 13px;
    background: #cc0100;
  }

  #wrapper {
    display: block;
    width: 390px;
    height: auto;
    background-image: none;
    background-color: #000000;
    margin: 0 auto;
    overflow-x: hidden;
  }

  #logo {
    margin-top: 0;
    float: none;
    width: 90px;
    height: 45px;
    background-size: cover;
    margin-left: 10px;
    margin-top: 15px;
  }

  #sidebar {
    float: none;
    width: 100%;
    background-color: #cc0100;
  }

  #sidebar h2 {
    font-size: 13px;
    padding: 5px 0 5px 12px;
  }

  #side_menu {
    width: 100%;
    display: none;
  }

  #main {
    float: none;
    width: 100%;
    padding-right: 0;
  }

  #navigation {
    display: flex;
  }

  #navigation .button {
    width: 33.33333%;
    padding: 14px 0;
    font-size: 12px;
  }

  #rss_content {
    width: 100%;
  }

  #new_post {
    padding-left: 20px;
    padding-right: 20px;
  }

  #new_post dt {
    margin-right: 10px;
  }

  #new_post dd {
    float: left;
    width: 280px;
  }

  #new_post dd a {
    font-size: 13px;
  }

  #new_post dd p {
    font-size: 12px;
  }

  #footer {
    width: 390px;
    background-image: none;
    margin: 0 auto;
    background-color: #000000;
  }

  #footer address {
    text-align: center;
    padding-right: 0;
  }

  #rss_content_page {
    width: 100%;
  }

  #about .block {
    padding-right: 20px;
    padding-left: 20px;
  }

  #about dd {
    width: 220px;
  }

  #about .map iframe {
    width: 100%;
  }

  #privacy_policy .block {
    padding-right: 20px;
    padding-left: 20px;
  }

  .contacts {
    padding-right: 20px;
    padding-left: 20px;
  }

  .contacts textarea {
    width: 100%;
    box-sizing: border-box;
  }

  #contactform p {
    margin-top: 10px;
  }

  #contactform input {
    padding: 5px;
  }

  #contactform textarea {
    padding: 5px;
  }

  #archive {
    padding-right: 20px;
    padding-left: 20px;
  }

  #archive dt {
    margin-right: 10px;
  }

  #archive dd {
    width: 280px;
  }

  #archive p {
    font-size: 12px;
  }

  .comments {
    padding-right: 20px;
    padding-left: 20px;
  }

  #single {
    padding-right: 20px;
    padding-left: 20px;
  }

  #single img {
    padding: 5px;
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
  }
  .TabbedPanelsTabGroup a::before {
    top: 4px;
  }
}