@charset "utf-8";


/* Mobile Layout: 480px and below. */
#スマートフォン {
}
#top h2 {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    margin-left: 0px;
    padding-left: 2%;
    font-size: 1.8em;
}
#top p {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    text-align: center;
    font-size: 1.8em;
}

#about {
    padding-top: 50px;
}

#about h3 {
    padding-left: 2%;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}
#about dl {
    margin-left: 2%;
    margin-right: 2%;
}
#about dl dt {
    font-size: 0.8em;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-weight: bold;
    border-bottom: 1px solid #ABABAB;
}

#about dl dd {
    margin-left: 0px;
    margin-top: 5px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}
#access {
    padding-top: 50px;
}

#access .google_map h3 {
    margin-left: 2%;
}

.google_map h3 a {
    color: #000000;
    text-decoration: none;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}























































/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

	
#タブレット {
}
#about dl {
    clear: both;
    border-bottom: 1px solid #838383;
}

#about dl dt {
    float: left;
    width: 120px;
    border-bottom-style: none;
}












	
	
	
	
	
	
	
	
	
	
	

	
	
	
	
	
	
	
	
	
	
	
	


	
}
/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

	
#パソコン {
}
#top {
    width: 80%;
}
#about {
    width: 80%;
    float: left;
    clear: left;
}
#about dl dt {
    width: 200px;
}

#access {
    width: 80%;
    float: left;
    clear: left;
}



    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    





}	
/* WideDesktop Layout: 1233px to a max of 2000px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1233px) {

#ワイドパソコン {
}

	




		
}
