@charset "UTF-8";

@media all and (min-width:640px){
#global-navigation {
	overflow: hidden;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#global-navigation ul {
	display: table;
	table-layout: fixed;
	width: 100%;
	float: left;
}
#global-navigation li {
	display: table-cell;
	text-align:center;
}

#global-navigation a {
	display: block;
	padding: 12px 0px;
	width: 100%;
	color: #000000;
	text-decoration: none;
	font-size: 14px;
	font-weight: bolder;
}
#global-navigation li:last-child a {
	border-bottom: 0
}
#global-navigation .sp .contact2 {
	display:none
}
#global-navigation .pc {
	display:none;
}




header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
	height: 80px;
	transition: .3s;
	background-color: #FFF;
}
#rogo {
	max-width: 363px;
	transition: .3s;
}
header h1 {
	color: #fff;
	transition: .3s;
}
.is-animation {
	width: 100%;
	padding-top: 0;
	height: 50px;
}
.is-animation #rogo {
	max-width: 303px;
	margin-top:5px;
}

@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,800);
.snip1217 {
  text-transform: uppercase;
  letter-spacing: 1px;
}
.snip1217 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1217 li {
  display: inline-block;
  list-style: outside none none;
  margin: 0.5em 1.5em;
  padding: 0;
}
.snip1217 a {
  padding: 0.1em 0;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  text-decoration: none;
  display: inline-block;
}
.snip1217 a:before,
.snip1217 a:after {
	height: 1px;
	position: absolute;
	content: '';
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
	background-color: #2d7bb4;
	width: 0;
}
.snip1217 a:before {
  top: 0;
  left: 0;
}
.snip1217 a:after {
  bottom: 0;
  right: 0;
}
.snip1217 a:hover,
.snip1217 .current a {
  color: #ffffff;
}
.snip1217 a:hover:before,
.snip1217 .current a:before,
.snip1217 a:hover:after,
.snip1217 .current a:after {
  width: 100%;
}

.scale {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.scale img {
    -moz-transition: -moz-transform 0.3s ease-out;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    -ms-transition: -ms-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.scale img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
}

