@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;
	}
	
	/*======map======*/
	#map{
		width: 100%;
		background: #f7fdff;
		padding-bottom: 60px;
	}
	#map_ttl{
		width: 100%;
		height: 300px;
		background: url(../images/map/map_ttl_bg.jpg) no-repeat;
		background-size: cover;
		background-position: center;
		position: relative;
	}
	#map_ttl h1{
		width: 1080px;
		margin: auto;
		text-align: right;
		position: absolute;
		top:114px;
		right: 21%;
	}
	.map_container{
		width:1080px;
		margin: auto;
		padding-top: 70px;
	}
	.map_container p{
		text-align: center;
		padding-bottom:50px;
		color:#4b4b4b;
		letter-spacing: 0.6px;
	}
	.tabs {
		text-align: center;
		width: 860px;
		float: left;
	}
	.pc_tab_access{
		width:190px;
		float: left;
		padding-top: 30px;
	}
	.tabs li{
		display: inline-block;
		vertical-align: middle;
		padding-right:0px;
	}
	.tabs li img{
		width: 90%;
	}
	.tab_txt{
		text-align: left !important;
		padding-left: 54px;
		padding-top: 25px;
		padding-bottom: 0 !important;
		color:#9b9b9b !important;
	}
	.tab1_wrap{
		width: 1080px;
		text-align: center;
	}
	.tab1 li{
		width: 500px;
		display: inline-block;
		padding-right: 50px;
		padding-top: 60px;
		vertical-align: top;
	}
	.tab1 li:nth-child(even){
		padding-right: 0;
	}
	.tab1 li:last-child{
		position: relative;
	}
	.tab1 li:last-child iframe{
		position: absolute;
		top:326px;
		left: 123px;
	}
	.tab1 li img{
		width: 90%;
	}
	
	.tab2 li{
		padding-top: 40px;
		padding-left: 20px;
	}
	.tab2 li:nth-child(2){
		padding-top: 20px;
	}
	.tab2 li:nth-child(3){
		padding-top: 40px;
	}
	.tab2_wrap{
		width: 900px;
		margin: auto;
		text-align: center;
	}
	.tab2 li img{
		width: 90%;
	}
	
	.tab3 li{
		padding-top: 40px;
		padding-left: 20px;
	}
	.tab3 li:nth-child(2){
		padding-top: 40px;
	}
	.tab3_wrap{
		width: 900px;
		margin: auto;
		text-align: center;
	}
	.tab3 li img{
		width: 90%;
	}
	
	
	
	
	
	
	
	/*======other_links======*/
	.other_link_wrap{
		width: 1080px;
		margin: auto;
		text-align: center;
		padding-top: 70px;
	}
	.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;
		background:url(../images/bg.gif) repeat;
		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_leader{
		position: absolute;
		right: 0px;
		top:0;
		width:160px;
		height: 80px;
		background: #00cb3e;
	}
	.h_leader img{
		padding: 29px 0 0 13px;
	}
	.h_top{
		position: absolute;
		right: 160px;
		top:0;
		width: 174px;
		height: 80px;
		background: #f82b65;
	}
	.h_top img{
		padding: 29px 0 0 13px;
	}
	header a{
		-webkit-tap-highlight-color:rgba(0,0,0,0);
	}
	
	/*======main======*/
	#map{
		width: 100%;
		background: #f7fdff;
		padding-bottom: 60px;
		padding-top: 80px;
	}
	#map_ttl{
		width: 750px;
		height: 362px;
		background: url(../images/map/sp/map_ttl.jpg) no-repeat;
	}
	.tab_txt{
		padding-top: 25px;
		padding-bottom: 0 !important;
		color:#9b9b9b !important;
	}
	.map_container{
		width:750px;
		margin: auto;
		padding-top: 60px;
	}
	.map_container p{
		text-align: center;
		padding-bottom:60px;
		color:#4b4b4b;
		letter-spacing: 1px;
		line-height: 180%;
		font-size:22px;
	}
	.tabs{
		width:710px;
		margin: auto;
	}
	.tabs li{
		display: inline-block;
		vertical-align: middle;
		padding-right:0px;
	}
	.tab1{
		width: 660px;
		margin: auto;
	}
	.tab1 li{
		padding-top:50px;
	}
	.tab1 li:last-child{
		position: relative;
	}
	.tab1 li:last-child iframe{
		position: absolute;
		top:446px;
		left: 82px;
	}
	
	.tab2{
		width: 660px;
		margin: auto;
	}
	.tab2 li{
		padding-top:50px;
	}
	
	.tab3{
		width: 660px;
		margin: auto;
	}
	.tab3 li{
		padding-top:50px;
	}
	
	/*======map======*/
	
	
	/*======blog======*/
	.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;
}

