@charset "utf-8";
/*===============================================
●PC.css 画面の横幅が980px〜 
===============================================*/
@media screen and (min-width: 980px){
	


/*-------------------------------------------
トップ画像
-------------------------------------------*/

#topfixed  {
	width: 100%;
    height: 100% !important;
    position: absolute;
    margin:0 !important;
	padding:0  !important;
}
	
	
#topmain { 
	width:100%;
	height:100%;
		background-image: url("../images/index_img2.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 90%;
}
	
 
topmain { 
	width: calc( 100% - 400px );
	height:calc( 100% - 400px );
	border: 200px solid #FEFEFE ;
	margin-bottom: 120px;
		background-image: url("../images/index_img2.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}




	
/*-------------------------------------------
Googleマップ
-------------------------------------------*/
.g_map {
  width: 100%;
  aspect-ratio: 16/9; 

}	
	

	}


/*===============================================
●SP.css  画面の横幅が〜979px
===============================================*/
@media screen and (max-width:979px) {



/*-------------------------------------------
トップ
-------------------------------------------*/

#topfixed  {
    width: 100%;
    height: 450px !important;
    position: absolute;
	   margin:0 !important;
	padding:0  !important;

}
	

	#topmain { 
	width:100%;
	height:450px;
	background-image: url("../images/index_img_sp2.png");
	background-position:top;
	background-repeat: no-repeat;
	background-size: 80%;

}
 
topmain { 
width: calc( 100% - 20px );
	height:calc( 100% - 20px );
	border: 10px solid #FEFEFE ;
	margin-bottom: 120px;
}

	
	



	
	.profil_img	 {
		width: 80%;
		height: auto;
		
	}


.iframe-wrap {
  position: relative;
  width: 100%;
  padding: calc(アイフレームの高さ / アイフレームの横幅 * 100%) 0 0;
}
 
.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

	
/*-------------------------------------------
Googleマップ
-------------------------------------------*/
.g_map {
  width: 100%;
  aspect-ratio: 16/16; 
	}

	

	}
