@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Modern+Antiqua);

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
	font: 14px/1.9 Arial, Verdana,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
	background: #fff;
}

a{
	text-decoration: none;
	color: #000;
}

a:hover, .active{
  text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{outline:0;}


/* ヘッダー
------------------------------------------------------------*/
#mainnav a{
	color: #000;
	font-family: 'Modern Antiqua', 'Noto Sans JP',serif;
}

.toppage header {
	height: auto !important;
}


/* フッター
------------------------------------------------------------*/
#footer{
	clear: both;
	padding: 50px 10px 50px 0;
	text-align: center;
	font-size: 12px;
}


/* 共通
------------------------------------------------------------*/
h1, h2, h3, h4{
	font-family: 'Modern Antiqua', 'Noto Sans JP',serif;
}

img{
	max-width: 100%;
	height: auto;
}

section{
  clear: both;
}

section h2{
	width: 80%;
	margin: 70px auto;
	font-size: 22px;
	font-weight:normal;
	text-align: center;
	line-height:60px;
}

section h2 span {
	padding-bottom: 15px;
	border-bottom: 3px solid #000;
}

.topics {
	width: 80%;
	text-align:left;
	text-shadow: 0 0 5px white;
	padding: 0.3em 0.5em;
	background: -webkit-repeating-linear-gradient(-45deg, #ccc, #ccc 2px,#eee 3px, #eee 7px);
	background: repeating-linear-gradient(-45deg, #ccc, #ccc 2px,#fff 3px, #fff 7px);
}

section h3{
	padding-bottom: 10px;
	font-size: 18px;
	font-weight:normal;
}

section h4{
	font-size: 16px;
	font-weight:normal;
}


.inner{
	width: 92%;
	margin: 0 auto;
	padding-bottom: 50px;
}

#sec03 .inner{
	border-bottom: 1px solid #a0a0a0;
}

#sec04 .inner{
	border-bottom: 1px solid #a0a0a0;
}

.innerS{
	width: 70%;
	margin: 0 auto;
	padding-bottom: 80px;
}


/* SEC02 Gallery
------------------------------------------------------------*/
#sec02{
	padding: 0 !important;
}

#sec02 header{
	display: none;
}

#gallery{
	overflow: hidden;
}

#gallery li{
	float: left;
	width: calc(100%/3);
	line-height: 0;
}
#gallery li.full{
	width: 100%;
}


#gallery img{
	display: block;
	width: 100%;
	height: auto;
}


/* SEC03 BRAND
------------------------------------------------------------*/
.col4 .img{
	margin: 0 auto;
}



/* SEC04 PROJECT
------------------------------------------------------------*/
#sec04{
	padding-bottom: 0 !important;
}

.col4 p{
	width:180px;
	margin-top:10px;
	text-align:center;
}

.img_wrap{
	width: 180px;
	height: 180px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	margin-top: 10px;
	overflow: hidden;
	position: relative;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
.img_wrap img{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	display: block;
}
.img_wrap img:hover{
	width: 150%;
	max-width: 150% !important;
	top: -50%;
	left: 0%;
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	transition-duration: 0.8s;
}

.article{
	clear: both;
	overflow: hidden;
	padding-bottom: 30px;
}

.article img{
	float: left;
	margin: 5px 20px 20px;
}

.article p{
	margin-bottom: 10px;
}



/* SEC05 COMPANY
------------------------------------------------------------*/
#sec05 p{
	margin-bottom: 5px;
}

.col2 li{
	display: inline-block;
	width: 100%;
  margin: 20px 0;
}

#map{
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
	z-index: 0;
}

#map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}



/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 1000px){
	body{
		font-size:14px;
	}
	
	#wrapper{
		width: 100%;
	}
	
	#content{
		width: 72%;
		position: absolute;
		top:0;
		right:0;
		border-left:solid 1px #ccc;
	}
	
	#sidebar{
		width: 26%;
		height:100%;
		postion: -webkit-sticky;
		position: fixed;
		top: 0;
		left: 2%;
		background: #fff;
		overflow-y: scroll;
	}
	
  a#menu{
		display:none;
	}	

	.panel{
		display:block !important;
	}
	
	#sidebar h1{
		padding: 30px 0;
	}

	#mainnav li{
		font-size: 14px;
	}
	
	#sns{
		margin-top: 50px;
	}
	
	#sns li{
		display: inline-block;
		padding-right: 10px;
	}

	#sns a:hover img{
		opacity: .8;
	}
	
	/* SEC03 BRAND
	-----------------*/
	.col4{
		text-align: center;
		font-size:12px;
	}

	.col4 li{
		display: inline-block;
		width: 18%;
		padding: 0 3%;
		vertical-align: top;
		text-align: left;
	}
	
	#map iframe{
		height: 200px !important;
  }
	
  #footer{
		padding: 30px 10px 70px 0;
	}
}


@media only screen and (min-width: 1000px){
	
	.col2 li{
		width: 60%;
		vertical-align: top;
	}
	.col2 li:first-child{
		width: 35%;
		padding-right: 4%;
	}
	.col4 p{
	width:180px;
	margin:10px auto;
	text-align:center;
	}
}

@media only screen and (max-width: 640px){

	#sec01{padding-top:60px;}

	#stage {
	position: absolute;
	top:60px;
	}

	.innerS{
		width: 94%;
		padding-bottom: 30px;
	}
	#gallery li{
		float: none;
		width: 100%;
	}
	.article img{
		float: none;
		display: block;
		margin: 0 auto 20px;
	}
	#map iframe{
		width: 96% !important;
		left: 2%;
	}
	
	.col4 p{
	width:180px;
	margin:10px auto;
	text-align:center;
	}
}

@media only screen and (max-width: 999px){
	#sec01{padding-top:60px;}

	#stage {
	position: absolute;
	top:60px;
	}

	#sidebar{
		postion: -webkit-sticky;
		position: sticky;
		width: 100%;
		z-index:500;
	}
	
	#sidebarWrap{
		position: relative;
		width: 100%;
		height: 60px;
		background: #fff;
		border-bottom: 1px solid #ccc;
	}
	
	#sidebar h1{
		text-align: center;
		padding-top: 15px;
	}
	
	#sidebar h1 img{
		width: auto !important;
		max-height: 25px;
	}
	
  a#menu{
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 40px;
  	margin: 10px;
	}

	#menuBtn{
  	display: block;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	width: 18px;
  	height: 2px;
  	margin: -1px 0 0 -7px;
  	background: #000;
  	transition: .2s;
	}

	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 18px;
  	height: 2px;
  	background: #000;
  	transition: .3s;
	}

	#menuBtn:before{
  	margin-top: -7px;
	}

	#menuBtn:after{
  	margin-top: 5px;
	}

	a#menu .close{
  	background: transparent;
	}

	a#menu .close:before, a#menu .close:after{
  	margin-top: 0;
	}

	a#menu .close:before{
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
	}

	a#menu .close:after{
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
	}

	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: -10px;
		z-index: 100;
	}

	#mainnav{
		position: absolute;
		top: 0;
		width: 100%;
		text-align: right;
	}

	#mainnav ul{
		border-bottom: 1px solid #ccc;
		background: #fff;
		text-align: left;
	}

	#mainnav li a{
		position: relative;
		display: block;
		padding: 15px 25px;
		border-bottom: 1px solid #ccc;
		color: #000;
		font-weight: 400;
	}
	#mainnav li a:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#mainnav #sns li{
		display: inline-block;
	}
	#mainnav #sns li a{
		position: relative;
		display: inline-block;
		padding: 15px 10px 0;
		border: 0;
	}
	#mainnav #sns li a:before{
		border: 0;
	}
	.col4 li{
		margin: 0 auto 50px;
		display: block;
		text-align: center;
	}
	section h2{
		margin: 55px auto;
	}
	
	.col4 p{
	width:180px;
	margin:10px auto;
	text-align:center;
	}
}

/* 左メニュー 設定
------------------------------------------------------------*/
ul, li{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
#category {
    background-color: #f2f2f2;
    box-shadow: 0px 0px 10px #ccc;
    border: 1px solid #bbb;
    padding-bottom: 10px;
    font-size: 15px;
    color: #666;
    font-weight: bold;
    padding-top: 10px;
    width: 300px;
}
#category a {
    text-decoration: none;
    color: #666;
}
#category a:hover {
    color: #ffffff;
}
#menu {
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #CCC;
}
.main_menu{
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: bold;
    text-indent: 10;
    display: block;
    position: relative;
    border-top-width: 1px;
    border-top-style: dashed;
    border-top-color: #CCC;
    width: 100%;
}
.main_menu::before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #ccc;
    border-right: solid 2px #ccc;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -6px;
}

.main_menu2{
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: bold;
    text-indent: 10;
    display: block;
    position: relative;
    border-top-width: 1px;
    border-top-style: dashed;
    border-top-color: #CCC;
    width: 100%;
}

#menu .open::before {
    -ms-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    margin-top: -3px;
}
#menu .main_menu:hover ,#menu .open {
    background-color: #87aa58;
    color: #FFF;
}
#menu .main_menu:hover::before ,#menu .open::before{
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
}
.sub_menu li a{
    padding-top: 10px;
    padding-bottom: 10px;
    text-indent: 25px;
    background-color: #efefef;
    display: block;
    position: relative;
    border-top-width: 1px;
    border-top-style: dashed;
    border-top-color: #CCC;
}
.sub_menu li a::before{
    content: '';
    width: 0;
    height: 0;
    border: solid 4px transparent;
    border-left: solid 6px #ccc;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
    margin-left: 10px;
}
.sub_menu li a:hover{
    background-color: #fff;
}
.sub_menu li a:hover::before {
    border-left: solid 6px #f00;
}
.third_menu li a{
    padding-left: 40px;
    border-top-style: none;
    padding-bottom: 6px;
    padding-top: 6px;   
}
.third_menu li a::before{
    margin-left: 65px;
}

/* フェードイン 設定
------------------------------------------------------------*/
#stage {
position: relative;
max-width:1800px;
margin: 0 auto;
background:#fff;
}
.pic {
position: absolute;
}
.pic img {
width: 100%;
height: auto;
opacity:0;
-moz-animation: imgTrans 18s infinite;
-webkit-animation: imgTrans 18s ease-in infinite;
animation: imgTrans 18s infinite;
}
#photo1 img {
-moz-animation-delay: 0s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
}
#photo2 img {
-moz-animation-delay: 6s;
-webkit-animation-delay: 6s;
animation-delay: 6s;
}
#photo3 img {
-moz-animation-delay: 12s;
-webkit-animation-delay: 12s;
animation-delay: 16s;
}
@-webkit-keyframes imgTrans {
0% { opacity:0; }
33% { opacity:1; }
66% { opacity:1; }
100% { opacity:0; }
}
@-moz-keyframes imgTrans {
0% { opacity:0; }
33% { opacity:1; }
66% { opacity:1; }
100% { opacity:0; }
}
@keyframes imgTrans {
0% { opacity:0; }
33% { opacity:1; }
66% { opacity:1; }
100% { opacity:0; }
}
/* テーブル
------------------------------------------------------------*/
table{
width:auto;
border-collapse:collapse;
margin:20px auto 15px auto;
}

table td{
border-collapse:collapse;
background-color:#F9F9F9;
text-align:center;
padding:8px;
border:1px solid #D6D6D6;
line-height:20px;
}

table th{
background-color:#F5F5F5;
text-align:center;
padding:8px;
color: #151515;
border-top:1px solid #D4D4D4;
border-right:1px solid #D4D4D4;
border-bottom:1px solid #D4D4D4;
border-left:1px solid #D4D4D4;
background-repeat:repeat-x;
background-position:top;
}
/* フラッシュ
------------------------------------------------------------*/
.flash{
  animation: flash 0.5s ease infinite alternate;
  padding:5px;
  color:#f00;
  font-weight:bold;
}

.flash_box{
  border-bottom:1px solid #f00;
  padding:5px;
  color:#f00;
  font-weight:bold;
}

@keyframes flash {
  100% {
    opacity: 0;
  }
}


/* PAGE TOP
------------------------------------------------------------*/
@media only screen and (min-width: 680px){
#to_top {
	position: fixed;
	bottom: 10px;
	right: 20px;
	z-index: 200;
}
#to_top a {
	text-decoration: none;
	text-align: center;
	display: block;
	width:50px;
	height:35px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	padding-top: 15px;
	background-color: rgba(153,153,153,0.8);
}
#to_top a:hover,
#to_top a:hover img {
	background-color: rgba(153,153,153,1.0);
}
}

/* 番号リスト
------------------------------------------------------------*/
ol  {
  margin: 0;
  padding:0;}
ol li  {
  list-style: none;
  padding-left: 1.5em;
  text-indent: -1.3em;
}

/* 電話
------------------------------------------------------------*/
.h_tel {
	font-family: 'EB Garamond', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	letter-spacing: 2px;
}

.h_tel {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 320px;
	font-size: 22px;
	text-align: center;
}

.h_tel strong {
	font-size: 28px;
}

.h_tel i {
	padding-right: 10px;
}

/* 付け足し
------------------------------------------------------------*/
.news_cont1{
margin:30px 0 5px;
font-size:16px;
font-weight:bold;
border-bottom:solid 1px #094;
float:left;}