@charset "UTF-8";
/* グーグルマップ・レスポンシブレイアウト */	
.gmap-wrap{	
    position : relative;	
    height : 0;	
    padding-bottom : 56.25%; /* 縦横比の指定 */ 	
    overflow : hidden;	
}	
 	
.gmap-wrap iframe,	
.gmap-wrap object,	
.gmap-wrap embed{	
    position : absolute;	
    top : 0;	
    left : 0;	
    width : 100%;	
    height : 75%; 
}



@media (min-width: 1025px) {
  #logo {
    padding: 8px 0;
  }
  #logo img {
    max-height: 72px;
  }
  #logo.logo-square img {
    max-height: 56px;
  }
  #logo.logo-horizon img {
    max-height: 70px;
  }
   }
   
 #contents .topic.topic-01 {
background-color: #667799;
}

/* テキストコピー禁止 */	
p,
img,
ul,
ol {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

#headerimg .headerimg-desc {
   display: none;
}