
@media screen and (max-width: 480px){
.spNone { display: none;}
}

body{
  font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
}

body a:hover{
  text-decoration: none;
}




/* パソコンで見たときは"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; }
}


/*画像マウスオーバーで　ぬる拡大*/
.imgWrap img {
  transition-duration: 0.3s;  /*変化に掛かる時間*/
}
.imgWrap img:hover {
  transform: scale(1.1);  /*画像の拡大率*/
  transition-duration: 0.3s;  /*変化に掛かる時間*/
}

/*画像に画像を重ねる*/
.box {
    position:relative;
    top: 50%;
}
     
.box .background { z-index: 0; }
     
.box .photo {
    z-index: 10;
    position: absolute;
    top: 1%;
    left: 1%;
    -webkit-transform: translate(-1%,-1%);
    transform: translate(-1%,-1%);
}
     
.box .photo img {
    width: 55%;
    max-width: 150px;
    height: auto;
}



h1 {
  height: 7em;
  font-size: 130%;
  color: #FF0080;
  animation: neonBlur 16s infinite;
  font-weight: 100;
}
h1 span:nth-child(1) {
  opacity: 1.0;
  font-weight: 800;
}
h1 span:nth-child(2) {
  animation: neonBlink 5s infinite;
}
h1 span:nth-child(3) {
  opacity: .8;
}
h1 span:nth-child(4) {
  animation: neonBlink 4s infinite;
}
h1 span:nth-child(5) {
  animation: neonBlink 15s infinite;
}
h1 span:nth-child(6) {
  animation: neonBlink 7s infinite;
}
h1 span:nth-child(7) {
  animation: neonBlink 5s infinite;
}
h1 span:nth-child(8) {
  animation: neonBlink 7s infinite;
}
h1 span:nth-child(9) {
  animation: neonBlink 9s infinite;
}
h1 span:nth-child(10) {
  animation: neonBlink 4.5s infinite;
}
h1 span:nth-child(11) {
  animation: neonBlink 2.6s infinite;
}

h1 span:nth-child(12) {
  animation: neonBlink 4.7s infinite;
}

h1 span:nth-child(13) {
  animation: neonBlink 2.8s infinite;
}

h1 span:nth-child(14) {
  animation: neonBlink 4.1s infinite;
}

h1 span:nth-child(15) {
  animation: neonBlink 10s infinite;
}

h1 span:nth-child(16) {
  animation: neonBlink 8s infinite;
}

h1 span:nth-child(17) {
  animation: neonBlink 5.1s infinite;
}

h1 span:nth-child(18) {
  animation: neonBlink 4s infinite;
}

h1 span:nth-child(19) {
  animation: neonBlink 8s infinite;
}



@keyframes neonBlink {
  0% { opacity: 1; }
  10% { opacity: .7; }
  12% { opacity: 1; }
  15% { opacity: .8; }
  17% { opacity: 1; }
  18% { opacity: .9; }
  19% { opacity: 1; }
  89% { opacity: 1; }
  91% { opacity: .7; }
  94% { opacity: 1; }
  100% { opacity: 1; }
}

@keyframes neonBlur {
  0% { text-shadow: 0px 0px 25px #fff; }
  50% { text-shadow: 0px 0px 75px #fff; filter: blur(0.1px) }
  100% { text-shadow: 0px 0px 25px #fff; }
}




/* 流れる文字 */
marquee{
  padding: 5px 0 5px 0;
}
.marq a{
  color:#fff;
}

header　{
  background-color: #000;
}

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

.block_bg{
  background: url('https://www.kurosawagakki.com/sh_hama/sale/1907/img/bg.gif') center;
  background-size: cover;
  width: 100%;
  padding-top: 1%;
}

/*
#title{
  background-image: url(../img/bg.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
}

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

.button{
  text-decoration: none;
}


.category{
  background-color: #ff664f;
  border-radius: 10px;
  padding: 1.5em 0.5em 1.5em 0.5em;
  border:solid 2px #f1f1f1;
  margin-bottom: 6px;
  color:#fff;
}

.category:hover{
  background-color: #ff3535;
  border-radius: 10px;
  padding: 1.5em 0.5em 1.5em 0.5em;
  border:solid 2px #f1f1f1;
  margin-bottom: 6px;
  color:#fff;
  font-weight: bold;
}

#title{
  padding-right: 0: 
  padding-left: 0: 
}

.bnr_data{
  position:absolute;
  top:-2em;
  right:2em;
  width:;
  background-color: rgb(244,80,60,1.0);
  padding: 0.7em 1.0em 0.7em 1.0em;
}



.rotate-anime {
  animation: rotate-anime 7s linear infinite;
}
@keyframes rotate-anime {
  0%  {transform: rotate(0);}
  100%  {transform: rotate(360deg);}
}

.rotate_z {
  transform: rotateZ(-45deg);
}


.rotate-anime_2 {
  animation: rotate-anime 2s linear infinite;
}
@keyframes rotate-anime_2 {
  0%  {transform: rotate(0);}
  100%  {transform: rotate(360deg);}
}


.cart{
  background-color: #d64e00;
  border-radius: 5px;
  padding: 0.1em 2em 0.1em 2em;
  color: #fff;

}

.cart2{
  background-color: #e53232;
  border-radius: 5px;
  width: 100%;
  height: 2.5em;
  padding: 1.0em 0 1.0em 0;
}

.button_cart a{
  color: #fff;
  font-size: 120%;
  font-weight: bold;
}

.commments{
color: #f1f1f1;
font-size: 14px;
line-height: 1.42857143;
}



@media (max-width: 750px) {
  .comment{
    font-size: 2rem;
  }
}


h2{
  font-size: 2.0rem;
  color: #000;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

h3{
  font-size: 2.0rem;
  color: #fff;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

/*Condition*/
h4{
  font-size: 2.0rem;
  color: #fff;
  margin: 1px 0 0 0;
  padding: 0.2em 1em 0.2em 1em;
  font-size: 1.3rem;
  background-color: #000;
  text-align: center;
  border-radius: 3px;
}

.head{
  margin-top:1.0em;
  padding: 1em 0.0em 1em 0.0em;
  background-color: #e5d9be;
  text-align: center;
  border-radius: 4px;
  border: solid 1px #888;
  font-weight:bold;
}

.data_box{
  margin: 1em 0 0 0;
}

.data{
  padding: 0.5em 0.0em 0.1em 0.0em;
  background-color: #f1f1f1;
  text-align: center;
  border-radius: 4px;
  border: solid 1px #888;
}

.data hr{
  margin: 0.1em 0 0.5em 0;
    display:block;
  width: 100%;
  height: 1px;
  border: 0;
  border-top: 1px dashed #cccccc;
}

.center{
  text-align: center;
}

.kbnr{
  margin-bottom:30px; 
}

.ten{
  font-size: 140%;
  font-weight: ;
  line-height: 1.0;
  color:#000000;
  text-align: center;
  margin-top:1.0em;
  margin-bottom:1.0em;
}

.subject{
  font-size: 135%;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 20px;
}

.proj_text{
  font-size: 105%;
  line-height: 1.3;
  margin-top: 20px;
}

#Container .mix{
  display: none;
}

.container { max-width: 1024px; }

#news{
  background-color: #66b4cc;
  padding: 0.2em 1.0em 0.2em 1.0em;
  color:#000;
}

#fair{
  background-color: #d36565;
  text-align: center;
  padding: 0.2em 1.0em 0.2em 1.0em;
  color:#fff;
}

.news{
  border-radius: 5px;
  background-color: #fcfcfc;
  padding: 0.5em;
  height: 260px;
  overflow-y: scroll;
}

.new{
  padding: 0.8em 0 0.8em 1em ;
  border-bottom: 1px dotted #ccc;
  font-size: 95%;
}
.waku{
  padding: 0.5em;
}

.fair{
  border-radius: 5px;
  background-color: rgba(0,0,0,0.5);
  padding: 0.5em;
  height: 730px;
  overflow-y: scroll;
}

.comm{
  font-size: 80%;
  line-height: 1.5;
}



.contents{
  color: #fff;
  padding: 0.8em 0 0.8em 1em ;
  border-bottom: 1px dotted #ccc;
  line-height: 1.0;
}

.contents_title{
  font-weight: bold;
  font-size: 120%;
  color: #ffff51;
  line-height: 1.0;
}

.event{
  background-color: #ffff51;
  color: #000;
  padding: 2px 20px 2px 20px;
  border-radius: 5px;
  font-weight:;
  font-size: 12px;
  width: 50%;
}

.reserv{
  background-color: #999;
  color: #fff;
  padding: 4px 20px 4px 20px;
  border-radius: 5px;
  font-weight:;
  font-size: 12px;
  line-height: 2.5;
}


.event_title{
  font-weight: bold;
  font-size: 130%;
  padding:0.3em 0 0.1em 0; 
}

.event_box{
  padding-left:0.5em; 
}

.box{
    margin-bottom: 5px;
}


.guest{
  color: #fff;
  font-weight:;
  font-size: 18px; 
}

.sche{
  color: #fff;
  font-weight: bold;
  font-size: 110%;
  padding-left: 0.5em;
}

.sche_event{
  color: #fff;
  font-weight: bold;
  font-size: 130%;
}

.time{
  color: #fff;
  padding-left: 0.5em; 
}

.comm{
  padding-left: 1.0em; 
}

.end{
  color:#111111;
}

.footer{
  color:#fff;
  font-size: 80%;
  padding: 0.5em 0 0.5em 0;
}

@font-face {
  font-family: "LigatureSymbols";
  src: url("../font/LigatureSymbols-2.11.eot");
  src: url("../font/LigatureSymbols-2.11.eot?#iefix") format("embedded-opentype"),
           url("../font/LigatureSymbols-2.11.woff") format("woff"),
           url("../font/LigatureSymbols-2.11.ttf") format("truetype"),
           url("../font/LigatureSymbols-2.11.svg#LigatureSymbols") format("svg");
  font-weight: normal;
  font-style: normal;
}




/*twetter埋め込み修正*/

@media screen and (max-width: 768px) and (min-width: 480px) {
iframe .twitter-timeline-rendered{
width: 490px !important;
}
}

@media screen and (max-width: 480px) {
iframe.twitter-timeline-rendered {
width: 450px !important;
margin:0 auto;
}

.timeline-Widget {
max-width: 300px!important;
width:200px !important; }




/* 目玉品 */
.medama_waku{
  padding: 0.5em;
  background-color: #fcfcfc;
}

.medama_waku img{
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.img_area {
  position: relative;
  }

.img_button {
  position: absolute;/*絶対配置*/
  color: white;/*文字は白に*/
  bottom: 1.0em;
  right: 1.0em;
  }


  .event_btn{
    padding-top: 0.5em;
  }

   .sold_btn {
    display: inline-block;
    text-decoration: none;
    color: #FFF;
    width: 5.0em;
    height: 5.0em;
    padding-top: 1em;
    font-size: 120%;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    overflow: hidden;
    background-image: -webkit-linear-gradient(135deg, #cccccc 0%, #cccccc 100%);    
    background-image: linear-gradient(135deg, #cccccc 0%, #cccccc 100%);
    transition: .10s;
    border:solid 2px #fff; 
}


  .btn {
    display: inline-block;
    text-decoration: none;
    color: #FFF;
    width: 5.0em;
    height: 5.0em;
    padding-top: 1em;
    font-size: 120%;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    overflow: hidden;
    background-image: -webkit-linear-gradient(135deg, #bf0d52 0%, #ff0052 100%);    
    background-image: linear-gradient(135deg, #bf0d52 0%, #ff0052 100%);
    transition: .10s;
    border:solid 2px #fff; 
}


.btn:hover{
  width: 5.5em;
  height: 5.5em;
  padding-top: 1.3em;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
  color:#ffffff;
  font-weight: bold;
  border:solid 3px #fff; 
}

.medama{
  color:#fff;
  font-size: 135%;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 20px;
  background-color: #bf0d52;
  padding: 0.3em;
  width:50%;
  text-align: center;
}

.medama2{
  color:#fff;
  font-size: 135%;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 20px;
  background-color: #ceab2b;
  padding: 0.3em;
  width:100%;
  text-align: center;
}

 

.model{
  font-weight: bold;
  font-size: 110%;
  padding: 0.2em;
  height: 4em;
}

.price{
  font-weight: normal;
  font-size: 100%;
  padding: 0em 0.2em 0em 0.2em;
}

.sp_price{
  margin: 0.5em 0 0.5em 0;
  font-weight: bold;
  font-size: 140%;
  color:#d82000;
  text-align: right;
  padding: 0em 0.2em 0em 0em;
}












