/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
  .pc { display: none !important; }
  .sp { display: block !important; }
}




header h1{
  font-size: 150%;
  margin-top: 0;
  margin-bottom: 8px !important;
}


@media (min-width: 600px) {
  header h1{
  font-size: 200%;
  margin-top: 0;
  margin-bottom: 8px !important;
}
}

@media (min-width: 1025px) {
  header h1{
  font-size: 200%;
  margin-top: 0;
  margin-bottom: 8px !important;
}
}


header h2{
  font-size: 100%;
  margin-top: 0;
  margin-bottom: 8px !important;
}

@media (min-width: 600px) {
  header h2{
  font-size: 120%;
  margin-top: 0;
  margin-bottom: 8px !important;
}
}

@media (min-width: 1025px) {
  header h2{
  font-size: 120%;
  margin-top: 0;
  margin-bottom: 8px !important;
}
}



header h3{
  font-size: 140%;
}

header .container .row{
  padding-top: 16px;
}

.tx_center{
  text-align: center;
}

.sns_icon{
  margin-left: 1.75em;
  width: 25px!important;
}

.sns a img{
  padding-left: 1.75em;
  width: 25px!important;
}

.sns_area{
  text-align: center;
  padding-top: 16px;
  padding-bottom: 16px;
}

  
@media (min-width: 600px) {
  .sns_area{text-align: center; padding-top: 0px;}
}

@media (min-width: 1025px) {
  .sns_area{text-align: right; padding-top: 0px;}
}



.event_period{
  font-weight: bold;
  font-size: 1.5em !important;
}


html {
    scroll-behavior: smooth;
    }

body {
    font-size: 14px;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

h1{
  font-size: 300%;
}

h2{
  font-size: 150%;
}

h3{
  font-size: 140%;
}

h4{
  font-size: 80%;
}

h5{
  font-size: 130%;
  font-weight: bold;
}

h6{
  font-size: 110%;
}

.btn_area a{
  text-decoration: none;
}

.btn_area a:hover{
  color: #fff;
  opacity: 0.8;
}

.notice{
  font-size: 10px !important;
}

.bold{
  font-weight: bold;
}

.kikaku p{
  font-size: 16px;
  line-height: 1.75;
}

.benefits p{
  font-size: 14px;
  line-height: 1.75;
}

.fair > h1{
  font-size: 2.25em;
  font-weight: bold;
  margin: 0;
  display:block;

  }

.fair > h2{
  font-size: 90%;
  color: #000;

  border: solid 1px #000;
  border-radius: 2px;
  padding: 2px 10px;
  display: inline-block;

  margin: 0;
}

.fair h3{
  color: #fff;
  font-size: 1.25em;
  text-align: center;
  background-color: #FF6464;
  border-radius: 16px;
  display: inline;
  padding: 2px 24px;
}


.fair h4{
  font-size: 1.25em;
  font-weight: bold;
  color: #333;
  margin-bottom: 6px;
}

.fair h4 span{
  font-size: 2.0em;
  color: #FF6464;
  margin-right: 0.1em;
  font-style: oblique;

}

.kikaku h5{
  font-size: 140%;
  font-weight: bold;
}

.campaigin-title{
  margin-bottom: 5px;
}


.campaigin-title h1{
  color: #fff;
  width: 100% !important;
  font-size: 20px !important;
  text-align: center !important;
  border: solid 1px #f1f1f1 !important;
  background-color: #ff5b5b !important;
  padding: 4px !important;
  border-radius: 6px !important;
  margin: 10px 0;
}

.campaigin-title h2{
  color: #ff5b5b;
  width: 66% !important;
  font-size: 12px !important;
  text-align: center !important;
  border: solid 1px #ff5b5b !important;
  background-color: #fff !important;
  padding: 2px 36px !important;
  border-radius: 2px !important;
  margin: 0;
}

.notice{
  font-size: 10px;
  color: #333;
}

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

.kikaku_text{
  font-size: 120%;


  border: solid 1px #f1f1f1;
  border-radius: 5px;
  padding: 1em;
  margin-bottom: 24px;
}

.online_shop{
  width: 100%;
}

.btn_yl{
  background-color: #ffd800;
  border:solid 1px #555;
  border-radius: 5px; 
}

.btn_bk{
  background-color: #222222;
  border-radius: 4px;
  padding: 8px 14px;
  color: #fff;
  margin-bottom: 12px;
　width: 100%!important;

display: inline-block;
}


.btn_gr{
  background-color: #3ea337;
  border-radius: 4px;
  padding: 8px 14px;
  color: #fff;

  display: inline-block;
}

.btn_sb{
  background-color: #86d1e0;
  border-radius: 4px;
  padding: 4px 14px;
  color: #fff;
  margin-bottom: 12px;
　width: 100%!important;
}

.btn{
  width: 90%;
  height:60px;
  font-size: 120%;
  font-weight: bold;
  line-height: 3.0;
  margin-bottom: 12px;
}

.btn_small{
  width: 90%;
  height:60px;
  font-size: 120%;
  font-weight: bold;
  line-height: 3.0;
  margin-bottom: 12px;
}

.online_shop a{
   color: #fff;
   font-weight:bold; 
  text-decoration: none;
}

.online_shop a :hover{
   color: #3bb8e5;
   font-weight:bold; 
   text-decoration: none;

}

.tokuten_box{
  margin: 0 5px;
}

.tokuten_box p{
  font-size: 0.9em;
}

.dashed {
  background-image: linear-gradient(to right, #999, #999 6px, transparent 2px);
  background-size: 8px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
}

.tokuten{
  font-size: 120%;
  font-weight: bold;
  color: #111;
  text-align: center;
  background-color: #f1f1f1;
  border-radius: 3px;
  padding: 0.5em 0 0.5em 0;
  border:solid 1px #111;
  margin:36px 0 12px 0;
}


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




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

.box{
	margin:0 5px 100px 5px;
  border: solid 1px #f1f1f1;
  border-radius: 3px;
  background-color: #f9f9f9;
  padding:15px 0;
}

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





.mt-0{

    margin-top: 0px;

}

.mt-6{

    margin-top: 6px;

}

.mt-12{

    margin-top: 12px;

}

.mt-16{

    margin-top: 12px;

}

.mt-24{

    margin-top: 24px;

}

.mt-32{
    
    margin-top: 32px;
    
}

.mt-48{
    
    margin-top: 48px;
    
}

.mt-64{
    
    margin-top: 64px;
    
}

.mb-0{

    margin-bottom: 0px!important;

}

.mb-6{
    margin-bottom: 6px!important;
}

.mb-12{

    margin-bottom: 12px!important;

}

.mb-16{

    margin-bottom: 12px!important;

}

.mb-24{

    margin-bottom: 24px!important;

}

.mb-32{
    
    margin-bottom: 32px!important;
    
}

.mb-48{
    
    margin-bottom: 48px!important;
    
}

.mb-64{
    
    margin-bottom: 64px!important;
    
}