@charset "utf-8";

/* root/ikebukuro/about/special/
------------------------------------------ */

/* ヘッダー内 サブメニュー　PC only
------------------------------------------ */
header dl.submenu{
	width: 100%;
	max-width: 960px;
	margin: 2% auto 0;
	display: table;
}

header dl.submenu dt{
	display: table-cell;
	width: 13em;
	background-color: #368b38;
	color: #ffffff;
	padding: 2px 5px;
	border-radius: 5px;
	text-align: center;
	vertical-align: top;
}

header dl.submenu dd{
	display: table-cell;
	vertical-align: middle;
	padding-top: 2px;
}

header dl.submenu dd ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 1em;
	padding-top: 1px;
}

header dl.submenu dd ul li{
	margin-right: 1em;
	background:url(/ikebukuro/img/icon_link.png) no-repeat left 0px;
	background-size: 12px;
	padding: 0 0 0 14px;
}


header dl.submenu dd ul li:nth-of-type(4){
	background:url(/ikebukuro/img/icon_anchor.png) no-repeat left 0px;
	background-size: 13px;
}


header dl.submenu a{
	color: #368138;
	text-decoration: none;
}

header dl.submenu a:hover{
	color: #ff8138;
}

@media screen and (max-width:768px) {
	header dl.submenu{
		display: none;
	}
}


/* メインコンテンツ article
------------------------------------------ */
article{
	width: 93.48%;
	max-width: 718px;
	padding:2% 3.26% 0;
}

article h1{
	box-sizing: border-box;
	width: 100%;
	border: #368d38 solid 1px;
	padding: 1% 2%;
}

article h1 img{
   /* width: 38%;*/
	/*width: 25.8%;*/
	width: 30.5%;
}

article ul.anchor{
	width: 80%;
	margin: 2% auto 0;
	overflow: hidden;
}

article ul.anchor li{
	float: left;
	margin: 7px 10px 0 0;
}

article ul.anchor span{
	color: #ff4628;
}

article ul.anchor a{
	color: #368d38;
	text-decoration: none;
}

article ul.anchor a:hover{
	color: #ff4628;
}


@media screen and (min-width:769px) {
	article{
		max-width: 960px;
		margin: 0 auto;
	}
	
	article h1 img{
       /* width: 28%;
		/*width: 19.3%;*/
		width: 22.5%;
}	
}


/* section
------------------------------------------ */
section {
	margin-top: 1%;
}

section h2{
	font-size: 1.5em;
	font-weight: bold;
}

#shopping h2{
	color: #3f9de9;
}

section li{
	margin-top: 2.5%;
}


#other h2{
	color: #ef8b28;
}

p.totop{
	text-align: right;
	color: #ff4628;
	margin-top: 25px;
	padding-right: 2.5%;
	font-size: 0.9em;
}

p.totop a{
	color: #368d38;
	text-decoration: none;
}

p.totop a:hover{
	color: #ff4628;
}


@media screen and (min-width:769px) {
	section {
	margin-top: 0%;
}
	
	p.totop{
		max-width: 960px;
		margin: 22px auto 0;
	}
	
	section h2{
		fonto-size:1.8em;
	}
	
	section ul{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	section li{
	margin-top: 3.5%;
}
	
	#shopping ul li{
		width: 32%;
	}
	
	#other ul{
		justify-content: space-around;		
	}

	#other ul li{
/*		width: 49%;*/
		width: 32%;
	}	
}

