html,body{
margin:0;padding:0;
-webkit-text-size-adjust:100%;
font-family: 'Hiragino Kaku Gothic ProN', Meiryo,Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

.wrap {overflow: hidden;}

#container{
	margin:0;padding:0;
	overflow: hidden;
}


@media screen and (max-width: 580px){
	.main_pc{display:none;}
	.main_sp{display:block;}
	#headerbar h1{display:none;}
}


@media screen and (min-width: 581px){
	.main_pc{display:block;}
	.main_sp{display:none;}
}

#main{
	margin:0 auto;
	padding-top:10px;
}


/* --- size ---*/
.sm{font-size:0.75em;}



/* --- HEADER ---*/
h1{
	max-width:980px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	margin:0 auto;
	padding:5px;
}

#header{
	max-width:1350px;
	height:auto;
	margin:2px auto 0;
	padding:0;
	text-align:center;
	background-size:cover;
	background-position:top center;
	position:relative;
	font-size:0;
}

#header img{
	width:100%;
	background-size:cover;
}


/* --- NAVIGATION ---*/
.togglearea{
	display:block;
	padding:6px 0;
}

.togglemenu{
	margin:10px auto;
	text-align:center;
}

.togglemenu ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

.togglemenu li{
	font-size:14px;
	line-height:16px;
	margin:6px;
	padding:6px 12px;
	display:inline-block;
	border-radius:16px;
}

.togglemenu li i{
	padding-right:4px;
}


/* --- FOOTER MENU ---*/

.list{
	max-width:1000px;
	margin:0 auto;
	padding:10px;
}

.section_top ul{
	list-style-type:none;
	margin:20px 0;
	padding:20px 10px;
	}

.section_top h3{
	width:300px;
	text-align:center;
	margin:15px auto;
	padding:4px;
}

.section_top h4{
	margin-bottom:4px;
}

.vfs{
	max-width:1000px;
	margin:10px auto;	
}

.footermenu ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

.footermenu li{
	font-size:14px;
	line-height:16px;
	margin:6px;
	padding:6px 12px;
	display:inline-block;
	border-radius:16px;
}

.footermenu li i{
	padding-right:4px;
}

.allpostblock{
	margin:10px 0;
	padding:0 10px 0 0;
	text-align:right;
	}
	
.allpost{
	font-size:20px;
	padding:0 4px;
	font-weight:bold;
	font-family:Helvetica,Arial,sans-serif;
}


/* --- FOOTER --- */

#footer_top{
	height:60px;
	padding-top:10px;
	padding-bottom:60px;
	text-align:center;
}

.share{
	font-size:14px;
	padding-top:10px;
}

.share ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

.share li a{
	display:block;
	padding:4px 12px;
	border-radius:5px;
	text-decoration:none;
}

.share li a:hover{
	opacity:0.8;
}

.share ul:after{
	content:"";
	display:block;
	clear:both;
}

.share li{
	display:inline-block;
	width:auto;
}


/* --- パンくず --- */
#breadcrumb{
	font-size:12px;
	max-width:980px;
	margin:0 auto;
}

#breadcrumb ul{
	list-style-type:none;
}

#breadcrumb li{
	display:inline-block;
	margin:0;
}

#breadcrumb li span{
	display:inline-block;
	margin:0 6px;
	padding:2px 10px;
	border-radius:14px;
}


/* --- TOPICS(PC) ---*/
	
.section_toppage{
	max-width:1000px;
	margin:20px auto 20px;
	text-align:center;
}

.topics{
	font-size:0;
}

.topics h2{
	font-size:18px;
	font-weight:normal;
	text-align:left;
	margin:0;
	padding:0;
}

.topics ul{
	list-style-type:none;
	display:inline-block;
	margin:0 auto;
	padding:0;
	vertical-align:bottom;
}

.topics li{
	font-size:12px;
	width:310px;
	height:305px;
	margin:5px 10px;
	text-align:left;
	vertical-align:top;
	border-radius:12px;
}

.topics li h3{
	font-size:18px;
	line-height:24px;
	margin:0;
	padding:4px 8px 0;
}

.topics li h4{
	font-size:14px;
	font-weight:bold;
	line-height:24px;
	margin:0;
}

.topics li a{
	font-weight: normal;
}


.topics li p{
	font-size:12px;
	line-height:18px;
	margin:0;
	padding:4px 8px 2px;
}

.top_cat_date{}

.top_cat{
	font-weight:nomal;
	margin:10px;
	padding:2px 15px;
	border-radius:6px;
	float:right;
	}

.top_cat a{
	font-weight: normal;
	text-decoration:none;
}

.topics_thumbnail img{
	border-radius:12px 12px 0 0;
}


/* --- SP_navigation ---*/
@media screen and (max-width: 800px){
#menubar{
	width:100%;
	position:fixed;
	color:#ffffff;
	height:90px;
	z-index:200;
	padding-bottom:10px;
	background-color: rgba(0,0,0,0.4);
}

#menubar h1{
	color:#ffffff;
	border-bottom:1px solid #ffffff;
}

#menubar ul{
	list-style-type:none;
	margin:0px;
	padding:0;
}

#menubar li{
	margin:0 4px;
	display:inline-block;
}
	
#menubar ul li a:link { color: #ffffff;font-weight:normal;text-decoration:none;}
#menubar ul li a:visited { color: #ffffff;font-weight:normal;text-decoration:none;}
#menubar ul li a:hover { color: #ff0c09;text-decoration:underline;}
#menubar ul li a:active { color: #ff0c09; }


#headerwrapper{
	display:none;
}

.menu_navi{
	text-align:center;
	font-size: 0;
	margin:10px 0 0 0;
	padding:0 0 10px 0;
}

.menu_navi ul{
	text-align:center;
	list-style-type:none;
	font-size: 0;
	margin:0;
	padding:0;
	letter-spacing:-.4em;
}

.menu_navi li{
	display:inline-block;
	margin:0;
	padding:0;
	text-align:center;
	vertical-align:top;
	font-size:22px;
	width:14%;
	letter-spacing:normal;

	border-radius:10px;
}

.menu_navi p{
	margin:0 0 0 0;
	padding:0;
	font-size:9px;
	vertical-align:top;
}	
}


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

.photomain{
	margin-bottom:10px;
	background:#ffcfad;
}

.photomain h3{
	width:90%;
	text-align:center;
	margin:5px auto 0;
	font-weight:normal;
}

.photomain h3 a{
	color:#000000;
}

.photomain p{
	font-size:12px;
	width:88%;
	margin:0 auto 10px;
	padding-bottom:15px;
}

.photomain p a{
	color:#ff0c09;
}
	
.photomaini{
	max-width:700px;
	width:100%;
	height: 320px;
	position: relative;
	overflow: hidden;
}

.photomaini img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	height: 320px;
}

.topics li{
	height:100px;
}

.topics li img{
	border-radius:10px 0 0 10px;
}
}



/* --- SINGLE PAGE --- */

#contentspage{
	margin-top:50px;
}

@media screen and (max-width: 700px){
#contentspagespc{
	margin-top:120px;
}
}


#oldcontentspage{
	width:100%;
	padding-top:10px;
}
	
#newcontentspage{
	padding-bottom:40px;
}

.section-contents{
	max-width:700px;
	margin:0 auto;
}

.section-contents img{
	width:100%;
	height:auto;
	display:block;
	margin-bottom:6px;
	border-radius:10px;
}

.section-contents p{
	padding:4px;
	line-height:1.5em;
}

#contentspage h2{
	font-size: 36px;
	line-height: 40px;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	letter-spacing:2px;
	text-align:center;
	margin:40px 0 20px 0;
}

#contentspage h3{
	font-size: 24px;
	line-height: 30px;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	letter-spacing:2px;
	text-align:center;
	margin:40px 0 20px 0;
}

.cat_btn{
	width:140px;
	font-size:16px;
	padding:3px 12px;
	text-align:center;
	border-radius:20px;
	margin:0 auto;
}


.updatetime_top{
	font-size:12px;
	text-align:center;
	margin:10px auto;
}

.pagenation{
	overflow:hidden;
	font-size:18px;
	border-radius:0 0 4px 4px;
	margin:20px 40px 0;
	padding-bottom:40px;
}

.oldpage{float:left;}
.nextpage{float:right;}

.updatetime{
	font-size:12px;
	text-align:center;
	margin:10px auto 20px;
	padding-bottom:20px;
}

.info h4{
	font-size:18px;
	margin-bottom:8px;
	padding:0 0 6px 12px;
}

.info ul{
	list-style-type:none;
	margin:0;
	padding:0 0 20px 0;
}

.info li{
	padding:4px 12px;
}

.map{
	max-width:720px;
	text-align:center;
	margin:0 auto;
}


/* --- カテゴリー --- */

.category{
	max-width:1000px;
	margin:20px auto 40px;
	text-align:center;
}

.category h2{
	font-size: 36px;
	line-height: 40px;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	letter-spacing:2px;
	margin:40px 0 20px 0;
}

.category ul{
	margin:0 0 20px 0;
	padding:0;
	display:inline-block;
	vertical-align:top;
}

.category li{
	list-style-type:none;
	margin:0;
	padding:0;
	vertical-align:top;
}

.category li img{
	border-radius:10px;
}

.category p{
	font-size:20px;
	padding-bottom:10px;
}
.caption{
	width:200px;
	font-size:14px;
	font-weight:normal;
	text-align:left;
	margin:0;
	padding:4px 0 8px 0;
	}


/* 公園に行く赤いボタン */
.gobtn_wrapper{
	width:120px;height:120px;
	margin:20px auto;
	text-align:center;
}

.gobtn{
	width:100px;height:100px;
	margin:10px auto;
	background:#ff0c09;
	border-radius:50px;
	outline: solid 3px #ff0c09; 
	outline-offset: 2px;
	margin: 5px; 
	text-align:center;
	display: flex;
	justify-content: center;
	align-items: center;
}
	
.gobtn a:link{color:#ffffff;text-decoration:none;}
.gobtn a:visited{color:#ffffff;text-decoration:none;}
.gobtn a:hover{color:#FFFF00;text-decoration:none;}
.gobtn a:active{color:#ff8833;text-decoration:none;}


/* ページtop */
#page-top{
	width:50px;
	height:50px;
	display:none;
	position:fixed;
	right:16px;
	bottom:16px;
}
 
#page-top p{
	font-size:18px;
	margin:0;
	padding:0;
	text-align:center;
	background:#d51323;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
	border-radius:5px;
}
 
#page-top p:hover{
	background:#d51323;
}
 
#move-page-top{
	color:#fff;
	line-height:50px;
	text-decoration:none;
	display:block;
	cursor:pointer;
}



/* --- 全記事 --- */

.listpage{
		max-width:1000px;
		margin:0 auto 40px;
}

.listpage li{
	height:100px;
}

.listpage li img{
	border-radius:10px 0 0 10px;
}

@media screen and (max-width: 800px){
	.topics{
		text-align:center;
	}
}



/*ランキングページ*/
.wpp-list{
	margin: 0!important;
	padding-left: 0!important;
	counter-reset: no;
}
.wpp-list li:before{
	content: counter(no);
	counter-increment: no;
	font-weight:bold;
	text-align: center;
	opacity: .999;
	float: left;
	line-height: 30px;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	margin-right: -30px;
	margin-top: 26px !important;
}

.wpp-list li img{
	width:300px;height:185px;
	margin:0 auto;
}

.wpp-list li p{
	clear:both;
	line-height: 1.3;
	text-align:center;
}

.wpp-list li p span{
	font-size:0.8em;
}



/* --- 検索結果 --- */
.search_page{
	max-width:980px;
	margin:20px auto;
}
	
.search_page h2{
	font-size:1.5em;
	text-align:center;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	border-bottom:1px solid #111111;
}

.search_page h3{
	font-size:1.25em;
	margin:0;
	border-bottom:1px solid #cccccc;
}

.search_page p{
	margin:-5px 0 0;
	padding-bottom:20px;
	font-size:0.9em;
}

.search_page a{
	text-decoration:none;
}

.no-search{
	font-weight:normal;
	text-align:center;
	padding-bottom:60px;
}



/* --- topics/スマホ用画像 --- */
#photo1st{
display:none;
}


/* --- YARPP --- */
.yarpp-related{
max-width:680px;
margin:0 auto 20px;
text-align:center;
}

.yarpp-related h3{
text-align:center;
font-size: 24px;
line-height: 30px;
font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
padding:4px;
margin-bottom:0;
border-bottom:3px solid #444444;
}

.yarpp-thumbnail{border:none!important;}
.attachment-yarpp-thumbnail{}
.size-yarpp-thumbnail{width:120px;height:auto!important;}


/* ---新旧移行タグ --- */
	.section_mapbtn{
		width:280px;height:40px;
		margin:20px auto;
		background:#ff0c09;
		border-radius:50px;
		outline: solid 3px #ff0c09; 
		outline-offset: 2px;
		margin: 5px; 
		text-align:center;
		display: flex;
  justify-content: center;
  align-items: center;
	}
	
	.section_mapbtn	a:link{color:#ffffff;text-decoration:none;}
	.section_mapbtn a:visited{color:#ffffff;text-decoration:none;}
	.section_mapbtn a:hover{color:#FFFF00;text-decoration:none;}
	.section_mapbtn a:active{color:#ff8833;text-decoration:none;}