@charset "utf-8";
/* CSS Document */


body{
	margin:0;
	padding:0;
	color:#000;
	background:#FFF url(../img/top/top_back.jpg) no-repeat -150px bottom fixed;
	background-size:640px;
}

#header h1{
	display:none;
}
#WRAPPER{
	margin:0 auto;
}
#topicpath{
	display:none;
}
#headermenu,
ul.banner{
	display:none;
}

#main {
	margin:0;
	padding:0;
}
#top_main_logo{
	text-align:center;
}
#main #top_main_logo h1{
	margin:20px 0 0;
	padding:0;
	line-height:1;
	background-image:none;
}
#top_main_logo img{
	width:180px;
}
#top_main_logo p{
	color:rgba(237,109,0,1.00);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:24px;
	line-height:1.5;
	margin:10px 0 20px;
	padding:0;
}
#top_main_logo a img{
	filter: Alpha(opacity=100); 
    -moz-opacity:1.0;
    opacity:1.0; 
	transition-duration: 0.2s;
}
#top_main_logo a:hover img{
	filter: Alpha(opacity=85); 
    -moz-opacity:0.85;
    opacity:0.85; 
	transition-duration: 0.2s;
}

@media screen and (min-width: 768px){
#topmenu{
	width:1100px;
	margin:auto;
}
#topmenu ul{
	list-style:none;
	margin:50px 0 0 0;
	padding:0;
	position:relative;
	height: 750px;
	background:url(../img/top/logo_back.png) no-repeat top center;
}
#topmenu ul li{
	position:absolute;
	margin:0;
	padding:0;
}
#topmenu ul li#topmenu_sumire{
	top:37px;
	left:98px;
}
#topmenu ul li#topmenu_sakura{
	top:156px;
	right:0px;
}
#topmenu ul li img{
	filter: Alpha(opacity=80); 
    -moz-opacity:0.8;
    opacity:0.8; 
}
#topmenu ul li a:hover img{
	transition-duration: 0.2s;
	filter: Alpha(opacity=100); 
    -moz-opacity:1.0;
    opacity:1.0; 
}
}
@media screen and (max-width: 767px){
#topmenu{
	background:url(../img/top/logo_back.png) no-repeat top center;
	background-size:contain;
}
#topmenu ul{
	list-style:none;
	margin:0px 0 0 0;
	padding:20px 0;
	background-color:rgba(255,255,255,0.50);
}
#topmenu ul li{
	margin:0px;
	padding:20px;
	text-align:center;
}
}
#main article#top_main_content{
	background-color: rgba(247,240,235,0.50);
	margin:0;
	padding:30px;
	position:relative;
}
p#top-toggle{
	position:absolute;
	top:-20px;
	left:15%;
	margin:0 0 10px 0;
	padding:0;
}
p#top-toggle img{
	width:50px;
	background-color:#FFF;
	border-radius:50%;
	box-shadow:0px 1px 3px rgba(0,0,0,0.40);
}
#main article#top_main_content.active{
	margin-top:-300px;
	transition-duration: 0.2s;
}

#top_main_content h2{
	margin: 0px 0px;
	padding: 0 10px;
	line-height: 42px;
	font-size: 18px;
	font-weight: normal;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#top_main_content h2:before{
	content:url(../img/common/sub_h2.png);
	padding-right:5px;
}
#top_about dl{
	overflow:hidden;
	padding:0px 0 0 2em;
}
#top_about dl dt{
	margin:0 0 0.5em;
	font-size:1.05em;
}
#top_about dl dt a{
	background-color:#FFF;
	border-radius:20px;
	padding:0.2em 0.5em;
}
#top_about dl dd{
	margin:0 0 1em 0.5em;
}
#main .subcontent ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
}
#main .subcontent ul li{
	text-align:center;
	background-image:none;
	padding:10px 5px;
}
#main .subcontent ul li:first-child{
	display:none;
}
#main .subcontent ul li span{
	display:block;
}


.subcontent{
	border:0px solid #DDD;
	border-radius:3px;
	box-shadow:none;
	padding:0 0px;
	margin:20px 0 5px 0;
}
#main h2,
#main .subcontent h2,
#main #whatsnew h2{
	background-image:none;
	margin: 0 0px;
	padding: 0 0px;
	line-height: 42px;
	font-size: 18px;
	font-weight: normal;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing:1px;
	border-bottom: 0px solid #E3E3E3;
	border-top: 0px solid #ed6d00;
	border-radius:3px 3px 0 0;
	text-align:left;
}

#whatsnew{
	border:solid 0px #DDD;
	padding:0;
	border-radius:0px;
}
#whatsnew ul li:first-child{
  padding-top: 0px;
 }
#whatsnew ul.feed{
	list-style:none;
	margin:0;
	padding:0px 20px 10px;
	overflow:hidden;
}


#footer{
	background-color:rgba(243,241,239,0.60);
	margin:0;
	padding:0;
}
#footerlast{
	background-color:transparent;
}
@media screen and (min-width: 768px){
#top_about{
	width:30%;
	float:left;
}
#whatsnew{
	width:65%;
	float:right;
}
#link_mitsuseikei{
	clear:both;
	padding-top:30px;
}
#link_mitsuseikei .subcontent ul li{
	background:url(../img/top/line.png) no-repeat right;
	padding-right:60px;
}
#link_mitsuseikei .subcontent ul li:last-child{
	background-image:none;
	padding-right:0px;
}
}
@media screen and (max-width: 767px){
body{
	background-image:none !important;
	background-color:#FFF;
}
#main{
}
#main article#top_main_content.active{
	margin-top:0px;
}

#top_main_content{
}
#top_about{
}
#whatsnew{
}

}

