@media screen and (min-width: 480px) { /* スマホ向けCSS */
    html {
        font-size: 1000%;/* それっぽい数字を探して */
    }
}


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%;
}


.bxslider{
  background-color: #f1f1f1;
  background-size: cover;
  width:100%;
  height:100%;
}

header{
    background-color: #000;
}

.btn-flat-logo {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #FFF;
  background: #222;
  transition: .4s;
}

.btn-flat-logo:hover {
  color:#ffa3a3;
  background: #000;
  text-shadow: 0px 0px 8px #ff0000;
}

.alpha a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  border-radius: 10px;
  border:solid 3px #abb0b5; 
}

.hnav {
  margin-top: 10px;
}

.nbtn{
  padding: 5px 5px 0px 0;
}

.btn{
  border-radius: 3px;
  border:1px #000 solid;
  width: 100%;
  font-size: 98%;
}

.btn:hover{
  border-radius: 6px;
  border:1px #555 solid;
}

.sort2{
  color: #f3f3f3;
}

.sort3{
  color: #999;
}


.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;
}



.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;
}


.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;
}

.waku{
  background-color: #d9ca00;
  border-radius: 2px;
  padding: 0.2em 1.0em 0.2em 1.0em;
  margin-bottom: 0.5em;
  display: inline-block;
}

.waku_2{
  background-color: #000;
  border-radius: 3px;
  padding: 0.5em 1.0em 0.5em 1.0em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  display: inline-block;
  font-size:85%;
  color:#3795b2;
  width: 100%;
  text-align: center;
}

.waku_2 a:hover{
  color: #ffa3a3;
  text-decoration: none;
  font-size:100%;
  transition: 0.3s;
  text-shadow: 0px 0px 8px #ff0000;

}

.waku_3{
  background-color: #bc0000;
  border-radius: 2px;
  padding: 0.2em 0.8em 0.2em 0.8em;
  margin-bottom: 0.5em;
  font-size:70%;
  color:#f0f0f0;
  width: 35%;
  text-align: center;
}

.waku_4{
  background-color: #2b2a1e;
  border-radius: 2px;
  padding: 0.2em 0.8em 0.2em 0.8em;
  margin-bottom: 0.5em;
  font-size:70%;
  color:#f0f0f0;
  width: 65%;
  text-align: center;
}

.waku_5{
  background-color: #e07365;
  border-radius: 5px;
  padding: 0.2em 1.0em 0.2em 1.0em;
  margin-bottom: 0.5em;
  display: inline-block;
  font-size:70%;
  color:#f0f0f0;
  width: 100%;
  text-align: center;
  color:#fff;
}


