/**NANACO JAPAN LLC **/
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Noto Sans JP';
  /*background-image: URL("../img/background_green.jpg");*/
  /*background-size: contain;*/
  background-repeat: repeat;
  width:100%;
  height:100%;
}

/*body#bluelock{background-image:url(../img/back_body.jpg);}*/
body#bluelock .bluelock_itemarea_back{background:url(../img/itemarea_back.jpg) repeat-y top center;}
body#bluelock h1.mainbanner img{box-shadow:0px 5px 5px rgb(0 0 0 / 20%); vertical-align:middle;}
/*body#bluelock section.event_info .inner,
body#bluelock section .inner2 ul.box,
body#bluelock section.tokuten .tokuten_img,
body#bluelock ul.img-flex li{box-shadow:none;}*/
body#bluelock section.event_info .inner{background:rgba(255,255,255,.9); border-radius:0 10px 10px 0;margin: 0;}
.event_info_box{margin: 0 auto;text-align: left;color: #000;padding: 1em;border: #3366cc 8px solid;background:rgba(255,255,255,.9);box-shadow: 5px 10px 10px rgb(0 0 0 / 25%);}
.event_info_box p{text-align: left!important;}
body#bluelock ul.img-flex li{background:#e1f3f7;}
body#bluelock .wrapper_1{background:url(../img/back_wrapper_1.png) no-repeat; background-position:center top;}
body#bluelock .wrapper_2{background:url(../img/back_wrapper_2.png) no-repeat; background-position:center top;}
body#bluelock .infoarea{background:url(../img/back_infoarea.jpg); background-size:cover;}
body#bluelock .title-banner{background:#48a088; font-weight:normal; border-radius:0;}
body#bluelock section .inner .attention,
body#bluelock section .inner-item .attention{color:#000;background-color: #fff;box-shadow: 5px 10px 10px rgb(0 0 0 / 25%);}
body#bluelock ul.img-flex li p.price{font-size:1em; font-weight:normal;}
body#bluelock footer{background:#3366cc;}

@media screen and (max-width:680px){
body#bluelock section h2.title.item{color:#3366cc; border-bottom:2px solid #3366cc;}
body#bluelock .bluelock_itemarea_back{background:none;}box
}


h2{font-size:2.25em;}


.wrapper {
  overflow: hidden;
  width:100%;
  max-width:1000px;
  height:auto;
  margin:0 auto;
}

a:link,a:visited { color:#1a0dab;}
a:hover,a:hover img{
  /*opacity: 0.9;
	color: red;
	-moz-transition: opacity 0.1s ease;
	-o-transition: opacity 0.1s ease;
	-webkit-transition: opacity 0.1s ease;
	transition: opacity 0.1s ease;*/
}

img {
	width: 100%;
	margin: 0;
	padding: 0;
}
 img.here{
    width: 50px;
		height: auto;
    position: absolute;
    top: -35px;
    left: 0;
}

.wrap {
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

 h1.mainbanner{
  width:100%;
  max-width:1800px;
  margin:0 auto;
}
h1.mainbanner img{box-shadow: 5px 10px 10px rgba(0,0,0,0.5);}

section{
  width:78%;
  max-width:1200px;
  margin:0 auto;
}
section.event_info{margin-top:5em;margin-bottom: 6.25rem;}
section.event_info h2{color:#fff;margin:3.75rem 0 1em;text-align: center;}
section.event_info p{color:#000;margin:1.25rem 0;text-align: center;}
section.event_info .inner h2{color:#000;margin: 0 0 1em;}

.infoarea{
  background-image: url("../img/background_news.png");
  background-repeat: repeat;
  background-size:contain;
  width:100%;
  max-width:2400px;
}

section.flex{
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
}

section .inner{
  width:87.1%;
  padding:6.41%;
  margin:6.25rem 0;
  text-align: center;
  border-radius: 10px;
}

section.event_info .inner{
  background-color:#ffffff;
  margin-top:0;
  box-shadow: 5px 10px 10px rgba(0,0,0,0.25);
}
section.tokuten .inner{
  
}

.title-banner{
  width: 50%;
  color: #fff;
  background-color: #125FAD;
  padding: 0;
  margin: 1.5em auto 1em;
  border-radius: 12px;
  line-height: 1.5em;
}

section .inner2{
  width:48%;
  padding:2% 0 5%;
  margin:5% 0;
  text-align: center;
  height: auto;
}
section .inner h2.title,section h2.title{
  font-family: 'Yu Gothic','YuGothic','HiraMinProN-W6','Droid Sans';
  color: #fff;
  margin: 0 auto 2em !important;
  padding: 10px 15px 0;
  width: max-content;
  border-bottom: 2px solid #fff;
}
section .inner2 h2.title{
  /*background-image: url("../img/bluelock_icon02.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;*/
  font-family: 'Yu Gothic','YuGothic','HiraMinProN-W6','Droid Sans';
  padding: 10px 15px 0;
  width: max-content;
  margin: 0 auto 1em !important;
  color: #fff;
  border-bottom: 2px solid #fff;
}

section .inner2 ul.box{background-color:#ffffff;padding:2em 1em;height:21em;box-shadow: 5px 10px 10px rgba(0,0,0,0.25);}
section .inner2 ul.box li{list-style:none;text-align: left;width:100%;line-height:2.25em;border-bottom:1px solid #ccc;font-size:1em;}
section .inner2 ul.box li p{color:#000;line-height: 1.5em;}

section h1,section h2,section h3 {padding-bottom:1em;}
p.desc{padding:1em 0 2em;}
p {padding:1em; text-align: left;color:#fff;}

hr{
  border:1px solid #2C3B5A; margin:2em 0;
  border-bottom:1px solid #fff;
}

dl dt{
  font-weight:bold;
  display: inline-block;
  width:30%;
  font-size:1.25em;
  text-align: left;
  vertical-align: middle;
}
/*dl dt:before,dl dt:after{
  content: "";
  flex-grow: 1;
  border-top: 4px dotted #444;
  height: 1px; 
  background: #000;
  margin:0 .4em;
}*/

dl dt span.small{font-size:0.75em;}

dl dd{
  padding: 0;
  display: inline-block;
  width:65%;
  vertical-align: middle;
}

ul.on{display:table; width:90%;margin:0 auto;}
ul.on li{display: inline;}
ul li.at{width:20%;text-align: left;display: table-cell;}
ul li.flor{width:25%;text-align: center;display: table-cell;}
ul li.space{width:25%;text-align: left;display: table-cell;}
ul li.access{width:25%;text-align: center;display: table-cell;}

ul li.date{width:50%;text-align: left;display: table-cell;}

section .inner2 .news{overflow-y: scroll;}

section.tokuten{width:90%;}

section.tokuten h2.title{color:#3F4D9E;border-bottom:2px solid;}

section.tokuten inner div h2{color:#fff;}

section.tokuten .inner .scrollme{box-shadow: 0 10px 25px 0 rgba(60, 194, 235, 0.5);background: #fff;}

section.tokuten .tokuten_img{width:94%;border:10px solid #fff;background-color: #fff; /*box-shadow: 5px 10px 10px rgba(0,0,0,0.5);*/}

section .inner-item{
  width:100%;
  padding:0 0 20%;
  margin:5% 0;
  text-align: center;
}

section .inner-item h2{margin-bottom:2em;}


section .inner .attention,
section .inner-item .attention{
  color:#fff;
  font-size:0.8em;
}

ul.img-flex {
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;

}

ul.img-flex::before{
  content:"";
  display: block;
  width:27%;
  order:1;
}
ul.img-flex::after{
  content:"";
  display: block;
  width:27%;
}

ul.img-flex li{
  position: relative;
  list-style: none;
  width: 46%;
  /*background-color:#fff;*/
  background:rgba(255,255,255,0.95);
  padding:1%;
  /*border:2px solid #fff;*/
  /*border-radius: 1em;*/
  margin-bottom: 1.875rem;
  /*box-shadow: 5px 10px 10px rgba(0,0,0,0.5);*/
  /*box-shadow: 0 10px 25px 0 rgba(60, 194, 235, 0.5);*/
  /*background-image: url("../img/item_chain.png"),url("../img/item_chain_right.png");
  background-position: left top,right bottom;
  background-repeat: no-repeat;
  background-size:60px;*/
}

ul.group li{width:30% !important;}

ul.img-flex li.animateme{
  box-shadow: 5px 10px 10px rgba(0,0,0,0.25);
}

/*２列結合*/
ul.img-flex li.boxs{
  width:100% !important;
}
ul.img-flex li.boxs a{
  display: table-cell;
  padding:2%;
  width:46%;
}

ul.img-flex li span{
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  background-color: #ff0000;
  font-size: 0.75em;
  padding: 0 0.5em;
}

ul.img-flex li img{
  max-width:450px;
  width:100%;
  /*max-height:410px;*/
  height:auto;
  display: block;
  margin:0 auto;
  /*box-shadow: 5px 5px 5px rgb(44 59 90 / 50%);*/
}
ul.img-flex li img.big{
  max-width:824px;
  width:100%;
  max-height:412px;
  height:auto;
  display: block;
  margin:0 auto;
}
ul.img-flex li p{
  padding:1em 0;
}

ul.img-flex li p.name{
  color:#000;
  font-size:1.25em;
  text-align: center;
}

ul.img-flex li .new_item{
  color:#ff0000 !important;
}

ul.img-flex li p.price{
  text-align: left;
  font-size: 1.25em;
  font-weight: bold;
  color:#000;
  text-align: center;
}

ul.img-flex li.boxs p.name,
ul.img-flex li.boxs p.price{
  text-align: center;
}

footer{
  background-color:#0d224b;
  color: #fff;
  height:80px;
}
footer .copyright{text-align:center;}

/*top*/
#top{
  display: block;
  position: fixed;
  right: 0;
  bottom: 10%;
  width:7%;
}
#top img{
  width:75%;
  width:75%;
}

.sp{display: none;}

@media screen and (max-width:980px) {
  h2{font-size:1.5em;text-align: center;}
  
  #top img{width:50%;}
  ul.img-flex li.boxs a{width:45%;display: inline-block;}
}

@media screen and (max-width:680px) {
  section{width:90%;font-size: 0.8em;}
  section.flex{display:block;}
  section .inner2{
    width:100%;
  }
  section.tokuten{
    width:90%;
  }
  section.tokuten .inner{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0;
  }
  section.tokuten h2.title{
    margin-top:3em !important;
  }
  
  ul.img-flex li{
    /*width:42%;*/
    /*background-size: 30% auto;*/
  }
  ul.img-flex li p.name,
  ul.img-flex li p.price{font-size:1em;}
  ul.img-flex li.boxs{padding:5%;}
  
  dl dt{display: block;width:100%;text-align:center;margin-bottom:1em;}
  dl dd{width:100%;line-height: 2em;}
  ul.on{width:100%;}
  #top{right:-10%;width:25%;}
  #top img{width:50%;}
  .sp{display: block;}
}
@media screen and (max-width:550px) {
  .title-banner{width:75%;}
  .inner2{
    width:90%;
  }
  ul.img-flex li.boxs a{display: inline-block;width:100%;padding:0;}
  ul.img-flex li{
    width:100%;
    background-size: 20% auto;
    padding:5%;
  }
  #top{right:-10%;}
  #top img{width:50%;}

	section.event_info p{text-align: left;}
}