body {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-size: 16px;
}
h1{
  font-size: 250%;
  line-height: 1.2;
}

h2{
  font-size: 150%;
  line-height: 1;
}

h3{
  font-size: 120%;
  line-height: 1.5;
}

h4{
  font-size: 100%;
}

.bxslider{
  background-image: url(../img/sld_bg.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
}

marquee{
  padding: 5px 0 5px 0;
}

.marq a{
  color:#fff;
}

.right{
  text-align: right;
}

.prof{
  line-height: 1.2;
  font-size: 80%;
}


.kbnr{
  margin-bottom:30px; 
}

.test{
  font-size: 140%;
  font-weight: ;
  line-height: 1.0;
  color:#000000;
  text-align: center;
}

.gazou{
  margin-top: 10px;
}

.center{
  text-align: center;
}

.top_name{
  font-size: 120%;
  font-weight: bold;
  line-height: 1.7;
}

.proj_name{
  font-size: 120%;
  font-weight: bold;
  line-height: 1.0;
}
.proj_text{
  font-size: 105%;
  line-height: 1.3;
  margin-top: 20px;
}

/*
.kikaku_box{
  border-left: solid 2px #1b1f2d;
}
*/

.kikaku_title{
  font-size: 180%;
  font-weight: bold;
  line-height: 1.0;
  color:#ff009d;
}

.kikaku_day{
  font-size: 130%;
  font-weight: bold;
  line-height: 1.0;
  color:#000;
}

.kikaku_style{
  font-size: 150%;
  font-weight: bold;
  line-height: 1.0;
  color:#ff009d;
}

.kikaku_title2{
  font-size: 180%;
  font-weight: bold;
  line-height: 1.0;
  color:#ff3f00;
}

.kikaku_style2{
  font-size: 150%;
  font-weight: bold;
  line-height: 1.0;
  color:#ff3f00;
}

.kikaku_title3{
  font-size: 180%;
  font-weight: bold;
  line-height: 1.0;
  color:#bc0000;
}

.kikaku_style3{
  font-size: 150%;
  font-weight: bold;
  line-height: 1.0;
  color:#bc0000;
}

.mail{
  font-weight: bold;
  margin-right: 6em;
  margin-left: 6em;
}

.caution{
  font-weight: bold;
  margin-right: 1em;
  margin-left: 1em;
  font-size: 120%;
  color:#000;
}

.img{
	margin-top:10px;
	margin-right:12px;
}

.img_end{
	margin-top:10px;
	margin-right:0px;
}

.img_trim {
  width: 100%;  /* トリミングしたい幅 */ 
  height: : 100%; /* トリミングしたい高さ */
  overflow: hidden;
  position: relative;
}


.floor{
  margin-bottom:30px;
  padding-top:10px ;
  padding-bottom: 10px;
}

/*
ul{
  margin-left: 0px;
  font-size: 0;
  list-style-type:none;
}
li{
  margin-top: 17px;
  margin-right: 15px;
  background-color: #222222;
  display: inline-block;
  font-size: 12px;
  width: 18%;
  list-style-type:none;
}
*/




.block{
  margin-bottom: 50px;
  height:350px;
}


.brand{
	font-weight: bold;
	font-size:13px;
  line-height: 1.0;
}

.year{
  font-weight: bold;
  font-size:13px;
  line-height: 1.0;
}

.model{
	font-weight: normal;
	font-size:25px;
  line-height: 1.0;
}

.sn{
	font-size:13px;
	margin-left:0px;
}

.price{
  font-weight: normal;
  font-size:15px;
  line-height: 2.0;
}

.sold{
  font-weight: bold;
  font-size:15px;
  line-height: 2.0;
  color:red;
}

.container{
	margin-bottom:30px; 
}

#Container .mix{
  display: none;
}

.category-1 h2 {
    margin: 0;
    padding: 33px 0px 20px 11px;
    background-color: rgba(255, 44, 25, 0.8); /* 透明度80%で指定 */
    position: absolute; /* 親要素を基点に配置 */
    top: 70%;
    left: 70%;
    font-size: 90%;
    font-weight: bold;
    color:white;
    -moz-box-shadow: 0 2px 4px #666; /* ボックスシャドー */
    -webkit-box-shadow: 0 2px 4px #666;
    box-shadow: 0 2px 4px #666;
    -webkit-transform: rotate(-0deg); /* 回転 */
    -moz-transform: rotate(-0deg);
    transform: rotate(-0deg);
    z-index: 2;
    border-radius: 50%;
  height: 80px;
  width: 80px;
  }

  .category-1 h2:hover {
    margin: 0;
    padding: 33px 0px 20px 11px;
    background-color: rgba(255, 44, 25, 0.9); /* 透明度80%で指定 */
    position: absolute; /* 親要素を基点に配置 */
    top: 70%;
    left: 70%;
    font-size: 90%;
    font-weight: bold;
    color:white;
    -moz-box-shadow: 0 1px 2px #888; /* ボックスシャドー */
    -webkit-box-shadow: 0 1px 2px #888;
    box-shadow: 0 1px 2px #888;
    -webkit-transform: rotate(-0deg); /* 回転 */
    -moz-transform: rotate(-0deg);
    transform: rotate(-0deg);
    z-index: 2;
    border-radius: 50%;
  height: 80px;
  width: 80px;
  }

.category-2 h2 {
    margin: 0;
    padding: 25px 0px 20px 10px;
    background-color: rgba(0, 123, 255, 0.8); /* 透明度80%で指定 */
    position: absolute; /* 親要素を基点に配置 */
    top: -5%;
    left: 63%;
    font-size: 160%;
    font-weight: bold;
    color:white;
    -moz-box-shadow: 0 2px 4px #666; /* ボックスシャドー */
    -webkit-box-shadow: 0 2px 4px #666;
    box-shadow: 0 2px 4px #666;
    -webkit-transform: rotate(-0deg); /* 回転 */
    -moz-transform: rotate(-0deg);
    transform: rotate(-0deg);
    z-index: 2;
    border-radius: 50%;
  height: 80px;
  width: 80px;
  }

.category-3 h2 {
    margin: 0;
    padding: 25px 0px 20px 10px;
    background-color: rgba(40, 167, 69, 0.8); /* 透明度80%で指定 */
    position: absolute; /* 親要素を基点に配置 */
    top: -5%;
    left: 63%;
    font-size: 160%;
    font-weight: bold;
    color:white;
    -moz-box-shadow: 0 2px 4px #666; /* ボックスシャドー */
    -webkit-box-shadow: 0 2px 4px #666;
    box-shadow: 0 2px 4px #666;
    -webkit-transform: rotate(-0deg); /* 回転 */
    -moz-transform: rotate(-0deg);
    transform: rotate(-0deg);
    z-index: 2;
    border-radius: 50%;
  height: 80px;
  width: 80px;
  }

.category-4 h2 {
    margin: 0;
    padding: 25px 0px 20px 10px;
    background-color: rgba(255, 193, 7, 0.8); /* 透明度80%で指定 */
    position: absolute; /* 親要素を基点に配置 */
    top: -5%;
    left: 63%;
    font-size: 160%;
    font-weight: bold;
    color:white;
    -moz-box-shadow: 0 2px 4px #666; /* ボックスシャドー */
    -webkit-box-shadow: 0 2px 4px #666;
    box-shadow: 0 2px 4px #666;
    -webkit-transform: rotate(-0deg); /* 回転 */
    -moz-transform: rotate(-0deg);
    transform: rotate(-0deg);
    z-index: 2;
    border-radius: 50%;
  height: 80px;
  width: 80px;
  }

.category-5 h2 {
    margin: 0;
    padding: 25px 0px 20px 10px;
    background-color: rgba(200, 35, 51, 0.8); /* 透明度80%で指定 */
    position: absolute; /* 親要素を基点に配置 */
    top: -5%;
    left: 63%;
    font-size: 160%;
    font-weight: bold;
    color:white;
    -moz-box-shadow: 0 2px 4px #666; /* ボックスシャドー */
    -webkit-box-shadow: 0 2px 4px #666;
    box-shadow: 0 2px 4px #666;
    -webkit-transform: rotate(-0deg); /* 回転 */
    -moz-transform: rotate(-0deg);
    transform: rotate(-0deg);
    z-index: 2;
    border-radius: 50%;
  height: 80px;
  width: 80px;
  }

.more{
    max-height: 0;
    transform: scaleY(0);
    transform-origin: center top;
    transition: .3s ease;
    transition-property: transform,max-height;
}
.morefix:target +  .more{
    max-height: 99999px;
    transform: scaleY(1);
}
.morefix{
    position: fixed;
    top: 0;
}


.youtube { margin:10px 0; }
.youtube iframe {
  width:100%;
  height:200px;
  margin: 0 auto; display: block;
  }
.day{
  font-size:2.0rem ;
  font-weight: bold;
}

.time{
  font-size:5.0rem ;
  font-weight: bold;
}

.sche{
  font-size:3.5rem ;
  font-weight: normal;
  margin-left: 25px;
}

.font-20{
  font-size: 2rem;
}

.font-bold{
  font-weight: bold;
}

.font-b400{
  font-weight: 400;
}

.fair-headline{
  font-weight: bold;
  border-left: solid 5px #2ea7e0;
  padding-left: 1.2rem;
}

.benefits-title{
  font-size: 2rem;
}

SS
ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}

li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #bada55;
  color: #222;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -30px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
}

/* 数字をまるで囲む */

ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}
 
li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #bada55;
  color: #222;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -30px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
}

.section{
  margin-bottom: 24px;
}

.shop-logo{
    width: 90%;
    text-align: center;
    margin-top: 24px;
}

.star{
  color: #bada55; 
  font-size: 120%;
}

.border_btn{
  width: 400px;
  line-height: 2.5;
  margin: 0 auto;
  margin-bottom: 12px;

  display: block;
  text-align: center;

  border-radius: 20px;
  border:solid 1px #000;
  background-color: #fff;

  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.border_btn:hover{
  color: #00b6ff;
  text-decoration: none;
  background-color: #f9f9f9;
}

@media (min-width: 480px){

  /*.shop-logo{
      width: 80%;
  }
  */
}

@media (min-width: 767px){

  .shop-logo{
      width: 50%;
  }
}