@charset "utf-8";
/* CSS Document */

html { overflow-x: hidden; font-weight:500; }
h1,h2,h3,h4,h5,h6,p,div,ul,li,dd,dl,em{ font-style:normal; margin:0; padding:0; font-weight:500;}
ul,li,dt,dd,dl{ list-style-type:none; font-weight:500;}
hr{height:0px;margin:0;padding:0;border:none;}
table, tr, th, td{ border:none;}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img{ margin: 0; padding: 0; max-width:100%; vertical-align: bottom; -webkit-backface-visibility: hidden !important;}

body{ margin:0; padding:0; overflow-x:hidden;
	font-family:  "游ゴシック", "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体","ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size:16px; line-height:1; color:#333; letter-spacing:0.05em; line-height:1.4;
	font-weight: 500;
	text-align: justify;
	text-justify: inter-ideograph;
	font-feature-settings: "palt";
	-webkit-font-smoothing: antialiased;
	-webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
	}
@media all and (-ms-high-contrast: none){
  body{
	  line-height:1.2;
  }
}

a{ outline:none; color:#000; }

a:link { text-decoration:none;}
a:visited { text-decoration:none;}
a:active { text-decoration:none;}
a:hover { text-decoration:none; color:#CCC;}

/*a.is-hover{display:block;}*/
a.is-hover img{ transition:all 0.5s ease;}
a:hover.is-hover img{ opacity: 0.7; filter: alpha(opacity=70); -moz-opacity:0.7;}
a:hover.is-hover{ opacity: 0.7; filter: alpha(opacity=70); -moz-opacity:0.7; transition:all 0.5s ease;}

/*-----グーグルマップ-----*/

.google-maps {
    position: relative;
    padding-bottom: 500px;
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}



