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

.right{
  text-align: right;
}

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


.kbnr{
  margin-bottom:30px; 
}

.test{
  font-size: 150%;
  font-weight: bold;
  line-height: 1.0;
  color:#a80000;
  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 5px #000;
}

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

.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:#992300;
}

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

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


