@charset "utf-8";
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

   HOMEページ

   ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

html,
body,
#page { height: 100%; }

h2 { display:none; }


/* ----------------------------------------------------------
   
   #mainImg
   
   ---------------------------------------------------------- */
   
#mainImg { position: relative; overflow: hidden; max-width:1000px; margin:0 auto; padding:0; height:460px; }

#mainImg img { position: absolute; bottom:0 !important;  }

/* ************************************************************************************************

   @media screen and (max-width: 768px)

   ************************************************************************************************ */
	  	   	 
@media screen and (max-width: 768px) {

#page { height:auto;}


/* ----------------------------------------------------------
   
   #mainImg
   
   ---------------------------------------------------------- */
   
#mainImg { height:435px; }

}

/* ************************************************************************************************

   @media screen and (max-width: 738px)

   ************************************************************************************************ */
   
@media screen and (max-width: 738px) {

#page { height:auto;}
/* ----------------------------------------------------------
   
   #mainImg
   
   ---------------------------------------------------------- */
   
#mainImg { height:435px; }

}


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

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


}

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

   ************************************************************************************************ */
	  	   	 
@media screen and (max-width: 480px) {
/* ----------------------------------------------------------
   
   #mainImg
   
   ---------------------------------------------------------- */
 #mainImg { height:295px; }  

}





