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

body{
	margin:auto;
	margin:0;
	padding:0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}

a {
	outline: none;
	text-decoration:none;
}

/*========pc_style========*/
@media screen and (min-width: 751px) {
	body{
		min-width:1080px;
		max-height:100%;
		position:relative;
		background:#fff;
	}
	/*========ヘッダー========*/
	header{
		width:100%;
		height:50px;
		background:rgba(255,255,255,0.8);
	}
	.amg_logo{
		padding:10px 0px 0 20px;
		width:360px;
		float:left;
	}
	.header_wrap{
		position:relative;
	}
	header ul{
		position:absolute;
		right:0px;
		top:-1px;
		float:left;
	}
	header ul li{
		width:150px;
		height:50px;
		background:#fff;
		display:inline-block;
	}
	header ul li.active{
		width:150px;
		height:50px;
		background:#f34565;
		display:inline-block;
	}
	header ul li:hover{
		transition:ease 0.6s;
		background:#eee;
	}
	header ul li.active:hover{
		background:#f34565;
	}
	header ul li:nth-child(4){
		width:56px;
		height:50px;
		padding-left:10px;
		background:#fff;
		display:inline-block;
	}
	header ul li:nth-child(5){
		width:70px;
		height:50px;
		background:#fff;
		display:inline-block;
	}
	header ul li img{
		padding:17px 20px;
	}
	header ul li:nth-child(3) img{
		padding:17px 27px;
	}
	
	/*======main======*/
	#main{
		width:100%;
		height:700px;
		overflow:hidden;
		background:url(../images/main_bg.png) no-repeat #24c2ff;
		background-position:center;
	}
	.main_wrap{
		width:1080px;
		margin:auto;
	}
	.main_logo_area{
		text-align:right;
		padding-right:4px;
		padding-top:10px;
	}
	h1{
		padding:10px 0;
	}
	.main_logo_area h2{
		padding-top:6px;
	}
	.main_logo_area img{
		max-width:100%;
		height:auto;
	}
	
	/*======blog======*/
	#blog{
		width:100%;
		padding:65px 0 70px 0;
		background:url(../images/blog_bg.png) repeat fixed;
	}
	.blog_wrap{
		width:1080px;
		margin:auto;
	}
	.blog_wrap h3{
		width:1080px;
		margin:auto;
		text-align:center;
	}
	.article{
		padding-top:40px;
	}
	.blog_wrap li{
		background:#fff;
		width:240px;
		padding:10px;
		border: 1px solid #def5f5;
		display:inline-block;
		margin-right:2px;
	}
	.blog_wrap h4{
		font-size:17px;
		color:#00abff;
		padding-top:2px;
	}
	.blog_wrap p{
		font-size:14px;
		padding:6px 0 30px 0;
		line-height:150%;
		color:#000;
	}
	.blogday{
		font-size:16px;
		color:#1da1f2;
		text-align:left;
	}
	.readmore{
		width:120px;
		height:28px;
		color:#fff;
		border-radius:20px;
		background:#1da1f2;
		margin-left:20px;
		padding:1px 10px 0 10px;
	}
	.more_btn{
		padding-top:50px;
		text-align:center;
	}
	/*======contents======*/
	.contents_wrap{
		padding:60px 0;
		width:1080px;
		margin:auto;
		text-align:center;
	}
	.contents_wrap h3{
		padding-bottom:20px;
	}
	.contents_wrap ul{
		text-align:left;
	}
	.contents_wrap li{
		display:inline-block;
		vertical-align:top;
		padding-right:10px;
		padding-top:10px;
	}
	.contents_wrap li:nth-child(3){
		padding-right:0px;
	}
	
	.count{
		width:226px;
		margin-right:0px;
	}
	.count #CDT{
		position:relative;
		top: -176px;
		left:46px;
		z-index: 2;
		font-size: 60px !important;
		color:#000;
	}
	.count #CDT .day{
		position: absolute;
		left: 16px;
		top: 6px;
		font-weight:bold;
		z-index: 2;
		font-size: 60px !important;
		color: #515151;
	}
	.count #CDT .day2{
		font-size: 30px;
		margin-left:-12px;
		font-weight:bold;
		color: #515151;
	}
	.mv{
		position:relative;
		margin-bottom:-30px;
	}
	.col_w{
		position:absolute;
		bottom:10px;
		left:10px;
		font-size:16px;
		color:#fff;
		font-weight:bold;
	}
	/*======other_links======*/
	.other_link_wrap{
		width: 1080px;
		margin: auto;
		text-align: center;
		padding-top: 10px;
	}
	.other_link_wrap h3{
		text-align: center;
	}
	.other_link_wrap ul {
		margin-top: 30px;
	}
	.other_link_wrap ul li{
		display: inline-block;
	}
	.other_link_wrap a:hover{
		opacity: 0.6;
		transition:ease 0.6s;
	}
	/*======other_links======*/
	footer{
		font-size:14px;
		color:#fff;
		text-align: center;
		width: 100%;
		height:212px;
		background: url(../images/footer_bg.png) repeat-x;
		margin-top: 40px;
	}
	footer p{
		padding-top: 170px;
	}
	
	.sp_style{
		display:none;
	}
}

@media screen and ( max-width:750px) {
	 body{
		width:750px;
		margin:auto;
		position:relative;
		overflow-x:hidden;
	}
	/*======header======*/
	header{
		width: 750px;
		height:80px;
		position: fixed;
		background:#fff;
		z-index: 9999;
	}
	header .amg_logo{
		padding:21px 0 0 10px;
	}
	.h_floor{
		position: absolute;
		right: 0px;
		top:0;
		width: 190px;
		height: 80px;
		background: #1da1f2;
	}
	.h_floor img{
		padding: 29px 0 0 15px;
	}
	.h_leader{
		position: absolute;
		right: 190px;
		top:0;
		width: 164px;
		height: 80px;
		background: #00cb3e;
	}
	.h_leader img{
		padding: 29px 0 0 15px;
	}
	header a{
		-webkit-tap-highlight-color:rgba(0,0,0,0);
	}
	
	/*======main======*/
	#main{
		width:750px;
		height:613px;
		padding-top: 80px;
	}	

	/*======map======*/
	
	
	/*======blog======*/
	#blog{
		width:750px;
		padding:65px 0 75px 0;
		background:url(../images/blog_bg.png) repeat;
	}
	.blog_wrap{
		width:750px;
		text-align:center;
		margin:auto;
	}
	.blog_wrap h3{
		width:750px;
		text-align:center;
	}
	.article{
		padding-top:40px;
	}
	.blog_wrap li{
		background:#fff;
		width:690px;
		padding:20px;
		border: 1px solid #def5f5;
		display:inline-block;
		margin-right:2px;
		text-align:left;
		position: relative;
		margin-bottom: 15px;
	}
	.blog_wrap .article img{
		width:240px;
		float:left;
		margin-right:20px;
	}
	.blog_wrap div:nth-child(1){
		widtth:400px;
		float:left;
	}
	.blog_wrap h4{
		font-size:30px;
		color:#00abff;
		padding-top:0px;
	}
	.blog_wrap p{
		font-size:24px;
		padding:10px 0 30px 0;
		line-height:160%;
		color:#000;
	}
	.blogday{
		font-size:22px;
		color:#1da1f2;
		text-align:left;
		position:absolute;
		left:280px;
		bottom:10px;
	}
	.readmore{
		font-size:22px;
		width:140px;
		height:28px;
		color:#fff;
		border-radius:20px;
		background:#1da1f2;
		margin-left:20px;
		padding:1px 12px 8px 14px;
		text-align:right;
		position:absolute;
		bottom:10px;
		right:20px;
	}
	.more_btn{
		padding-top:50px;
		text-align:center;
	}

	/*======contents======*/
	.contents_wrap{
		padding:60px 0;
		width:710px;
		margin:auto;
		text-align:center;
	}
	.contents_wrap h3{
		padding-bottom:20px;
		text-align: center;
	}
	.contents_wrap ul{
		text-align:left;
	}
	.contents_wrap li{
		display:inline-block;
		vertical-align:top;
		padding-top:10px;
		padding-right: 4px;
	}
	.contents_wrap li:nth-dhild(2){
		padding-right: 0px;
	}
	.contents_wrap li:nth-child(3),.contents_wrap li:nth-child(4),.contents_wrap li:nth-child(5),.contents_wrap li:nth-child(6){
		padding-right:0px;
		padding-bottom: 10px;
	}
	.count{
		width:246px;
		position: relative;
	}
	.myFormDate{
		position: absolute;
		top:184px;
		left:60px;
		z-index: 999;
		font-size: 70px;
		font-weight:bold;
		color: #515151;
	}
	

	
	/*======other======*/
	
	.other_link_wrap{
		padding-top: 80px;
	}
	.other_link_wrap h3{
		text-align: center;
	}
	.other_link_wrap ul{
		width: 670px;
		margin: auto;
		padding-top: 40px;
	}
	.other_link_wrap ul li:nth-child(2){
		padding-top: 10px;
	}
	.other_link_wrap ul li:nth-child(3){
		padding-top: 10px;
	}
	
	#sns{
		width:710px;
		margin:auto;
		text-align:center;
		padding-top:60px;
	}
	#sns h3{
		padding-top:80px;
		margin-bottom: 120px;
	}
	
	.twitter{
		position:relative;
		width:350px;
		float:left;
		margin-left:-60px;
	}
	.tw_abs{
		position:absolute;
		top:-60px;
		left:270px;		
	}
	.line{
		position:relative;
		width:350px;
		float:left;
	}
	.line_abs{
		position:absolute;
		top:-60px;
		left:260px;		
	}
	
	footer{
		width:750px;
		height:300px;
		margin-top: 100px;
		background: url(../images/sp/footer_bg.png) no-repeat;
	}
	footer p{
		text-align: center;
		font-size:20px;
		color:#fff;
		padding-top: 180px;
	}

	.pc_style{
		display:none;
	}
}


/*========共通設定========*/
li{
	list-style:none;
}

.clear{
	clear:both;
}

