/**NANACO JAPAN LLC **/
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
  font-family: 'Noto Sans JP';
    background: url("../../bishounen-tanteidan/img/end.JPEG") ,url("../../bishounen-tanteidan/img/bk03.JPEG");
    background-size: contain;
    background-position: bottom;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat,repeat;
}

h2{font-size:2.25em;}


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

a:link,a:visited { color:#1a0dab;}
a:hover,a:hover img{
  opacity: 0.7;
}

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%;
  margin:0 auto;
}
h1.mainbanner img{}

h3 img.title{
  width:50%;
  margin:0 auto;
}

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


section.event_info img {margin: 19px auto;
    width: 80%;
    /* left: 50%; */
    /* text-align: center; */
    display: block;
}
    


.infoarea{
  
  background-repeat: repeat;
  width:100%;
  max-width:2400px;
}


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

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

section.event_info .inner{
  background-color: rgba(255,255,255,0.6);
  margin-top:0;
}

.nagoya
{
	font-size: 15px;
	word-break: break-all;
}

section.tokuten .t_item
{
	max-width: 700px;
	width: 100%;
}

section.tokuten .t_t
{
	width: 65%;
}

section.tokuten　.t_i
{
	width: 100%;
}


section .inner2{
    width: 48%;
    padding: 2% 0 5%;
    margin: 0% 0 5%;
    text-align: center;
	background-color: #fff;
    height: auto;
	position: relative;
	top: 40px;
	box-shadow: 5px 10px 10px rgb(0 0 0 / 20%);
}

section .inner2 img{
	width: 50%;
    top: -10px;
    right: 25%;
    z-index: 1;
}

section .flex .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: 0 1em;
    height: 30rem;
}

section .inner2 .box{height: 30rem;}

section .inner2 .box #twitter-widget-0{height: 30rem !important;}

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;font-size:14px;}

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:40%;
  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:59%;
  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:100%;}

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

section.tokuten .tokuten_img{
  width: 85%;
  background-color: #fff;
  margin: 0 auto 10%;
  border: 4px solid navy;
  box-sizing: border-box;
  box-shadow:5px 10px 10px rgb(0 0 0 / 20%);
}
section.tokuten h2{color: red;font-size: 30px;}
section.tokuten p{
  color: #000;
  width: 90%;
  text-align: left;
  margin: 0 auto;
  font-size: 1em;
}
section .inner-item{
  width:100%;
  padding:10% 0 20%;
  margin:0;
  text-align: center;
}

section .inner-item h2{
  width: 80%;
  margin: 0 auto 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;
  width:100%;
}

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

ul.img-flex li{
  position: relative;
  list-style: none;
  width: 42%;
  background-color: #fff; 
  background: rgba(255,255,255,0.75);
  padding: 0;
  /* margin: 0%; */
  /*border: 2px solid #fff;*/
  margin: 1.85rem 0;
  /*box-shadow: 5px 10px 10px rgb(0 0 0 / 20%);*/
  /*background-image: url(../img/item_b.jpg);*/
  background-position: bottom;
  background-repeat: no-repeat;
}


/*２列結合*/
ul.img-flex li.boxs{
  width:100% !important;
  height: auto;
  background-size: cover;
  box-shadow:5px 10px 10px rgb(0 0 0 / 20%);
}

.can,.ms,.kr,.tb,.cf,.hc,.hs,.mj,.bp,.mc
{
	display: flex;
}

.mc-1,.mc-2,.mc-3,.mc-4,.mc-5,.mc-6
{
	width: 100% !important;
	margin: 0 auto !important;
}

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:410px;
  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;
}

.caption{
	text-align: center!important;
}

.caption small,h6{
	color: red;
}

ul.img-flex li a{
	text-decoration: none;
}

ul.img-flex li p.name{
  color:#000;
  font-size:1em;
  text-align: center;
}
ul.img-flex li p.price{
  text-align: left;
  font-size: 1em;
  font-weight: bold;
  color:#000;
  text-align: center;
}
/*20210316add okukita*/
ul.img-flex li p.limit{
  background-color:#FF0000;
  text-align: center;
  color:#fff !important;
  border:1px solid #fff;
  font-size:0.75em;
  padding:1%;
}


ul.img-flex li p.price_b{
  text-align: left;
  font-size: 1em;
  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;
  font-size: 1em;
}

.attention {
    color: #000;
    font-size: 1rem;
    padding: 4%;
    background-color: rgba(255,255,255,0.5);
    margin: 20% 10% 30%;
}

footer{
 /*   background-color: #6eb8df;*/
    color: #fff;
 /*   height: 130px;*/

}
footer .copyright{
	text-align:center;
    padding: 4%;}

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

@media screen and (max-width:980px) {
  h2{font-size:1.5em;text-align: center;} 
  #top img{width:50%;}
}


@media screen and (max-width: 980px){
	.nagoya{
		margin: 2% 0;
    line-height: 1.3em;
	}
}

.nagoya_n
{
	word-break: break-all
}

@media screen and (max-width:680px){
  section{width:90%;}
  section.flex{display:block;width:90%;}
  section .inner2{width:100%;}
  section .inner-item h2{margin:20% auto 0;}
}
@media screen and (max-width: 980px){
	.infoarea{ 			
    height: auto;
	  background-size: cover;
  }
}

section.tokuten img.t_item{width: 100%; margin-top: 10%;}
section.tokuten .inner{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0;
  }

@media screen and (max-width: 980px){
	ul.img-flex li{
		background-size: 100%;
		margin: 1.85rem auto;	
		width: 100%;
		padding: 0;
	}
}

@media screen and (max-width: 550px){
  ul.img-flex li.boxs{
    width: 90% !important;
    margin: 1rem 5%;
  }
ul.img-flex li p.name,ul.img-flex li p.price{font-size:1em;}


  ul.img-flex li.boxs a{display:block;}
  
  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%;}
  #top img{width:50%;}

  .attention{
		width: 75%;
		margin: 200px auto 0;
	}

	footer .copyright{
	padding: 15% 0;
	text-align: center;
	}
  
  .title-banner{width:75%;}
  .inner2{
    width:90%;
  }
	
  ul.img-flex li{
    /*background-image: url(../img/item_b.jpg);*/
    background-position: bottom;
	background-repeat: no-repeat;
	}
	
  ul.img-flex li.boxs a{display: inline-block;}
  ul.img-flex li{
    width:80%;
    background-size: 100%;
    
  }
  #top{right:-10%;}
  #top img{width:50%;}
}

@media screen and (max-width:680px){
	.can,.ms,.kr,.tb,.cf,.hc,.hs,.mj,.bp,.mc
{
	display: block;
}
}