
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Noto Sans JP';
}

.wrapper {
  overflow: hidden;
}

img {
	width: 100%;
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
	width: 24%;
	position: relative;
	padding-bottom: 10px;
}
 img.here{
    width: 50px;
		height: auto;
    position: absolute;
    top: -35px;
    left: 0;
}

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

.fv {
	vertical-align: bottom;
}

.content {
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	align-items: center;
	justify-content:center;
	text-align: center;
}

.abouttext {
	width: 50%;
	background-color: #EFEA3C;
	padding:8%;
}

.aboutday {
	width: 50%;
}

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:23%;
  order:1;
}
ul.img-flex::after{
  content:"";
  display: block;
  width:23%;
}

.abouttext p {
	margin-top:3%;
	text-align: left;
	line-height: 1.8;
}
.place img {
	width: 90%;
	margin-bottom: 10px;
}

h1 {


font-family: heisei-maru-gothic-std, sans-serif;

font-weight: 800;

font-style: normal;
}
#item {
	margin-top: 5%;
  background-color:#fff;
}

p.footer {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5%;
}

p.name {
	background-color: #ED81A1;
    color: #fff;
    border-radius: 3px;
		font-size: 13px;
}
p.name.old {
	background-color: #66cccc;
    color: #fff;
    border-radius: 3px;
	font-size: 13px;
}

img.bsp {
	display: none;
}

br.pc {
	display: block;
}
br.sp {
	display: none;
}
.bl {
    font-size: 13px;
    background: red;
    color: #fff;
    width: 100px;
    padding: 2px;
    position: absolute;
    top: -30px;
    right: 0;
}

.appsmp {
	display: none;
}
    .apppc {
    	display: block;
    	background: #03030303;
    	padding:35px 0;
    }

@media screen and (max-width:1300px) {
	.abouttext {
		padding:20px 2%;
	}
	.abouttext h1 {
    font-size: 25px;
	}
}
@media screen and (max-width:980px) {
	#item {
		padding:0 5%;
	}
	.content {
		display: block;
	}
	.abouttext {
		width: 100%;
		background-color: #EFEA3C;
		padding:5% 0;
	}
	.aboutday {
		width: 100%;
		margin-top: 5%;
	}
	.abouttext p {
		width: 90%;
		margin: 2% auto;
		font-size: 14px;
	}
	.appsmp {
	display: block;
}
    .apppc {
    	display: none;
    }
}


@media screen and (max-width:769px) {


	li {
	list-style: none;
	width: 49%;
   }
   p.name , p.last{
	font-size: 11px;
}

ul.img-flex {
	margin-top: 40px;
}
li {
	padding-bottom: 40px;
}
}

@media screen and (max-width:480px) {
		.abouttext h1 {
		font-size: 18px;
	}
	.abouttext p {
		font-size: 12px;
	}



}
@media screen and (max-width:550px) {
	img.bsp {
	display: block;
}
   img.bpc {
   	display: none;
   }
   .banner {
   	padding: 0 5%;
   }
   br.pc {
	display: none;
}
br.sp {
	display: block;
}
}





@media screen and (max-width:321px) {
	   p.name {
	font-size: 10px;
}
}

.blue {
	background-color: #66cccc;
}

/*nanacojapan追記*/

#hansoku {margin-top:2em;}
#hansoku h2 {background-color:#E4267F;color:#fff;width:40%;min-width:200px;font-size:2em;padding:1%; margin:0 auto;border-radius: 5px;}
#hansoku h3 {text-align: left;width:65%;margin:2em auto;font-weight:bold;}
p.last{text-align: left;}

@media screen and (max-width:980px) {
  #hansoku h3{width:75%;}
}

@media screen and (max-width:769px) {
  
  #hansoku h2{font-size:1em;}
  #hansoku h3{width:80%;font-size:1em;}
}

@media screen and (max-width:550px) {
  #hansoku h3{width:90%;font-size:0.8em;}
}


/*20201023_nanaco-japan_追加*/
#item_info{
  background-color: #ED81A1;
  max-width: 1200px;
  margin: 0 auto;
}

#item_tenjin{
  margin: 0%;
  padding:5%;
  background-color: #fff;
  border-top: 25px solid #ED81A1;
  border-bottom: 25px solid #ED81A1;
  border-left: 50px solid #ED81A1;
  border-right: 50px solid #ED81A1;
}
@media screen and (max-width:769px) {
  #item_tenjin{
    padding:3%;
    border-top: 10px solid #ED81A1;
    border-bottom: 10px solid #ED81A1;
    border-left: 10px solid #ED81A1;
    border-right: 10px solid #ED81A1;
  }
}

table.panel{
  margin:0 auto;
}
.panel td{
  text-align: left;
  padding-left:2em;
}