@charset "utf-8";
html, body {
	width: 100%;
	background: #d4ecfb;
}
body {
	width: 100%;
	background: url(../images/righttop.png) #fcfeff;
	background-repeat: no-repeat;
	background-size: 50% auto;
	background-position: top right;
	color: #3a749a;
}
a:hover img.hv {
	opacity: 0.8;
}
p{
	line-height: 2em;
}
.logo_s{
	display: none;
}
.hide{
	display: none;
}
.tel a{
	color: #3a749a;
}
#wrapper {
	clear: both;
	width: 100%;
	font-size: 14px;
}
#header_wrapper {
	clear: both;
	width: 100%;
	overflow: hidden;
}
#header_wrapper .fix{
	clear: both;
	width: 100%;
	overflow: hidden;
	position: fixed;
	z-index: 99;
}
#navigator {
	text-align: right;
	float: right;
	overflow: hidden;
}
#navigator ul {
	padding: 40px 40px 40px 10px;
}
#navigator li {
	display: inline-block;
}
#navigator li a {
	color: #3a749a;
	display: block;
	padding: 0 8px;
	letter-spacing: 0;
	font-weight: bold;
	transition: all 0.5s linear;
}
#navigator li a:hover{
	color: #fff;
	text-shadow: 0 0 5px #000;
	text-decoration: none;
}
#header_wrapper .ssn{
	overflow: hidden;
	display: inline-block;
	float: right;
	padding: 40px 0px 40px 0px;
}
#header_wrapper .ssn img{
	padding:0 10px;
	transition: all 0.5s linear;
}
#header_wrapper .ssn img:hover{
	opacity: 0.4;
}
.logo_wrap{
	width: 100%;
	overflow: hidden;
	clear: both;
	display: block;
	margin-top: 110px;
}
#header_wrapper .logo{
	float: left;
	padding-left: 20px;
}
#header_wrapper .logo img{
	transition: all 0.5s linear;
}
#header_wrapper .logo img:hover{
	opacity: 0.6;
}
.is-fixed {
	position: fixed;
	top: 0;
	left: 0px;
	z-index: 99;
}
#header_wrapper .wrap{
	float: left;
	padding-left: 20px;
	padding-top: 12px;
	position: absolute;
	left: 120px;
}
#header_wrapper h1{
	font-weight: bold;
	margin: 0px 0px 20px;
	line-height: 2em;
}
#header_wrapper h1 span{
	display: block;
}
#header_wrapper .wrap p{
	font-size: 12px;
	line-height: 2em;
}
.bg-slider {
	width: 95%;
	height: 660px;
	background-position: center;
	background-size: 100% auto;
	box-sizing: border-box;
	margin-bottom: 120px;
	margin-top: 40px;
}
#container{
	position: inherit;
	clear: both;
	overflow: hidden;
	width: 100%;
	padding: 120px 0 0 0;
}
.section{
	clear: both;
	overflow: hidden;
	width: 1020px;
	margin: 0 auto 120px;
}
.section h2.side{
	width: 60px;
	font-size: 40px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	letter-spacing: 4px;
	-moz-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	float: left;
}
.top #bg01{
	margin-left: 90px;
	display: inline-block;
	float: left;
	background: url(../images/concept.jpg);
	background-position:center top;
	background-size:440px 600px;
	width: 280px;
	height: 620px;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.5); //拡大倍率
}
.slidewrap2{
	position: relative;
	top:-120px;
	margin-left: 90px;
	float: right;
	width: 340px;
	height: 600px;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.5); //拡大倍率
}
.top #bg02{
	background: url(../images/concept2.jpg);
	background-position:center top;
	background-size:90%;
	width: 340px;
	height: 600px;
}
.top .contents2{
	float: right;
	width: 460px;
	overflow: hidden;
	margin-right: 50px;
}
.top .contents{
	float: right;
	width: 460px;
	overflow: hidden;
	margin-left: 40px;
}
.top .contents h3,.top .contents2 h3{
	font-weight: bold;
	font-size: 40px;
	padding-bottom: 10px;
	border-bottom: 3px double #ccc;
	margin-bottom: 20px;
}
.top .contents p,.top .contents2 p{
	margin-bottom: 20px;
}
.news .wrap{
	overflow: hidden;
	width: 960px;
}
.news .news_block{
	width: 300px;
	overflow: hidden;
	padding-left: 20px;
	margin-bottom: 20px;
	float: left;
}
.news .news_block .imgwrap{
	width: 300px;
	height: 200px;
	overflow: hidden;
	object-fit: cover;
	overflow:hidden;
	margin: 0 0 8px;
}
.news .news_block img{
	transition: all 1.5s linear; //開く速さ
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.news .news_block img:hover{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1); //拡大倍率
	z-index: 99;
	opacity: 0.6;
}
.news_block h3{
	margin: 8px 0;
}
.news_block a:hover{
	color: #ccc;
	text-decoration: none;
}
.news_block a{
	color: #3a749a;
	transition: all 0.5s linear; //開く速さ
	display: block;
	width: 100%;
}
.news_block p{
	line-height: 1.3em;
	font-size: 12px;
	margin-bottom: 4px;
}
.access .logo{
	position: relative;
	z-index: 2;
	top: 100px;
	width: 300px;
	height: 300px;
	margin-left: 20px;
}
#map_canvas01{
	width: 720px;
	display: inline-block;
	position: absolute;
	margin-left: -150px;
}
.access .contents{
	position: relative;
	float: right;
	z-index: 4;
	top: 0px;
	bottom: 0;
	width: 500px;
	overflow: hidden;
	margin-top: 480px;
	background: #343434;
	color: #fcfeff;
	padding: 10px 0;
}
table.info{
	padding: 10px;
	box-sizing: border-box;
}
table.info th{
	width: 120px;
	padding: 4px 8px;
}
table.info td{
	width: 380px;
	padding: 5px 8px;
}
#copyright {
	clear: both;
	overflow: hidden;
	width: 100%;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background: #d4ecfb;
	padding: 20px 0;
}
.online .text-area{
  float: left;
  width: 880px;
  overflow: hidden;
  color: #353535;
  margin: 0px 0px 0px 20px;
}
.shop_info{
  margin-bottom: 30px;
}


/*-----------------------------------------------------------------*/
