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

/* 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 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ 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{
	color: #0066ff;
	text-decoration: none;
}

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

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


/* ヘッダー
------------------------------------------------------------*/
#header{
	text-align: center;
		border-top:10px solid #E1461A;
}

#header h1{
	padding-top: 60px;
}

#mainnav a{
	color: #000;
}

#mainImg{
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 528px;
  background-color:#EFB43E;
}

#mainImg img{
	position: absolute;
  left: 50%;
	max-width: 1280px;
  width: 1280px;
  height: 528px;
  margin-left: -640px;
}

#mainImg_txt{
  width: 100%;
  background-color:#EFB43E;
  text-align:center;
  padding:2em 0;
}
#mainImg_txt h1{
	text-align:center;
	font-size:30px;
	font-weight:bold;
}


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


/* 共通
------------------------------------------------------------*/

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

section{
	clear:both;
	padding-top: 50px;
}

section h2{
	/*font-family: 'Pacifico', cursive;*/
	width: 60%;
	margin: 0 auto 40px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	background: url(../images/borderBlack.png) repeat-x 0 50%;
	background-size: 1px 1px;
}
section h3{
	/*font-family: 'Pacifico', cursive;*/
	width: 60%;
	margin: 0 auto 40px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}



section h2 span {
	background: #fff;
	padding: 0 80px;
}

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

.innerS{
	width: 60%;
	margin: 0 auto;
	padding-bottom: 60px;
	font-size:16px;
}




table {
  margin: 0px auto;
}
.tbl-r02 {
	/*background-color:#fff;*/
	width:100%;
	border-collapse: separate;
border-spacing: 10px;
}
.tbl-r02 tr {
	margin-bottom:5px;
}

.tbl-r02 th {
  background: #E1461A;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px 15px;
  vertical-align: middle;
  	text-align:center
}
.tbl-r02 td {
　border: solid 1px #999 !important;
  padding: 10px 15px;
  vertical-align:middle;
  background-color:#fff;
}

.tbl-r02 th strong {
	font-size:150%;
}

.tbl-r02 td strong.titletxt {
	font-size:150%;
}

/* SEC01
------------------------------------------------------------*/

#sec01{
	background: url(../images/sec01_bg.jpg) repeat center top #e5e5e5;
}
section#sec01 h2 span {
	background: url(../images/sec01_bg.jpg) repeat center top #e5e5e5;
}
	


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

#sec02 header{
	display: none;
}

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

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


/* SEC03 PROJECT
------------------------------------------------------------*/
#sec03 {
	text-align:center;
}
#sec03 img{
	max-width: 100%;
height: auto;
width /***/:auto;
margin-left:auto;
margin-right:auto;
	margin-bottom: 0px;
}


/* SEC04 BRAND
------------------------------------------------------------*/

#sec04{
	background: url(../images/sec01_bg.jpg) repeat center top #e5e5e5;
}
section#sec04 h2 span {
	background: url(../images/sec01_bg.jpg) repeat center top #e5e5e5;
}

.col3 img{
	display: block;
	margin: 0 auto 5px;
}

.col3 li{
	line-height: 2.0;
}

.col3 .img{
	padding: 80px 50px;
	margin-bottom: 40px;
	line-height: 0 !important;
	background: #f6f6f6;
}

#sec04_02{
	background: url(../images/bgSec04.jpg) no-repeat 100% 100% fixed;
	background-size: cover;
	-webkit-background-size: cover;
	text-align: center;
	padding: 220px 20px;
}

#sec04_02 img{
	width: auto;
}


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

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

#sns img{
	padding: 35px 10px 5px 0;
}

#sns a:hover img{
	opacity: .8;
}

#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;
}

#footer {
	background-color:#242415;
	border-bottom:10px solid #E1461A;
	text-align:center;
}

#footer .innerS{
	text-align:left;
	/*font-weight:bold;*/
	color:#fff;
	}





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

@media only screen and (min-width: 1200px){
	.inner{
		width: 1024px;
	}

#footer .innerS{
	font-size:22px;
	font-weight:normal;
	padding-top:30px;
	padding-left:180px;
	text-align:left;
	}
}

@media only screen and (min-width: 800px){
	body{
		font-size:14px;
	}
	
  a#menu{
		display:none;
	}	

	.panel{
		display:block !important;
	}

	#mainnav li{
		display: inline-block;
		padding: 50px 10px;
		font-size: 20px;
	}
	#mainnav li a{
		padding:10px 20px;
		border-radius: 40px;
		background-color:#EFB43E;
		/*background-color:red;*/

	}





	#mainnav li.mega a{
		padding:10px 20px;
		border-radius: 40px;
		background-color:#000;
		color:#fff;
	}
	#mainnav li a:hover{
		background-color:#E1461A;
		color:#fff;
		text-decoration:none;
		border-radius: 40px;
	}

/* === 追加スタイル（上書き） === */
#mainnav li a.about {
    background-color: #E1461A !important;
    color: white !important;
}		
	
	
	/* SEC03 PROJECT
	-----------------*/
	.col3{
		text-align: center;
	}

	.col3 li{
		display: inline-block;
		width: 28%;
		padding: 0 2.5% 50px;
		margin-bottom: 0;
		vertical-align: top;
		text-align: left;
	}
	
  #footer{
		/*padding: 30px 10px 70px 0;*/
	}
	
	.innerS{
	width: 80%;
	margin: 0 auto;
	padding-bottom: 60px;
	font-size:16px;
}

	#footer .innerS{
	font-size:19px;
	font-weight:normal;
	padding-top:30px;
	padding-left:10px;
	text-align:left;
	}
	
}




@media only screen and (min-width: 641px){
	.col2 li{
		width: 45%;
		vertical-align: top;
	}
	.col2 li:first-child{
		width: 50%;
		padding-right: 4%;
	}
.pc_none {display: none;}
.mb_none {display: block;}

}

@media only screen and (max-width: 640px){
	.innerS{
		width: 85%;
		padding-bottom: 70px;
	}
	.col3 li{
		line-height: 1.7;
	}
	.col3 img{
		margin: 0 auto;
	}
	.col3 .img{
		padding: 30px;
		margin-bottom: 20px;
	}
	#gallery li{
		float: none;
		width: 100%;
	}
	#map iframe{
		width: 96% !important;
		left: 2%;
	}
	#sec04_02{
		padding: 50px 20px;
	}
		.innerS{
	width: 90%;
	margin: 0 auto;
	padding-bottom: 60px;
	font-size:16px;
}
	#footer .innerS{
	font-size:15px;
	font-weight:normal;
	padding-top:30px;
	padding-left:0px;
	text-align:center;
	}
.pc_none {display: block;}
.mb_none {display: none;}
}

@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r02 {
    width: 100%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 90%;
	margin:0 auto;
	text-align: center;
  }
  
  section h3{
	width: 90%;
	margin: 0 auto 40px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}


/**/

img.must {width:30px !important; margin-bottom:0 !important;}

table.inquiry tr.mfptr th,
table.inquiry tr.mfptr td {
	font-size:11px;
}


form#mailformpro dl dt {
	float:none !important;
	clear:both !important;
	display:block !important;

}

form#mailformpro dl dt {
	float: none !important;
	width: 100% !important;
	clear: both !important;
	font-size: 12px !important;
	padding: 10px 0px 0px !important;
	text-align: left !important;
	border-top: none !important;
	margin: 0px !important;
}
form#mailformpro dl dd {
	border-top: none !important;
	margin: 0px !important;
	padding: 10px 0px 10px 0px !important;
	font-size: 12px !important;
	line-height: 1.5em !important;
	text-align: left !important;
}



.newsbox .top p.video_frame { 
	width:100% !important;
	height:auto;
	background-color:#000;
}
video { width:100% !important;background-color:#000;}

.innerS{
	width: 90%;
	margin: 0 auto;
	padding-bottom: 60px;
	font-size:16px;
}

}

@media only screen and (max-width: 799px){
	#header{
		position: fixed;
		width: 100%;
		z-index: 500;
	}
	
	#headerWrap{
		position: relative;
		width: 100%;
		height: 100px;
		background: #fff;
		border-bottom: 1px solid #ccc;
	}
	
	#header h1{
		padding-top: 10px;
	}
	
	#header h1 img{
		margin-top: 3px;
		max-height: 70px;
		width: auto !important;
	}

  a#menu{
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 40px;
  	margin: 10px;
	margin-bottom: 40px;
	}

	#menuBtn{
  	display: block;
  	position: absolute;
  	top: 60%;
  	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: 0;
		z-index: 100;
	}

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

	#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 li.mega a{
		color:#E1461A;
	}
	#mainImg{
		padding-top: 60px;
		z-index: -100;
	}

	#mainImg_txt{
		padding-top: 140px;
		z-index: -100;
	}
#mainImg_txt h1{
	text-align:center;
	font-size:20px;
	font-weight:bold;
}
	.col3 li{
		margin: 50px auto 0 auto;
		display: block;
	}
	section{
		padding-top: 50px;
	}
	section h2{
		margin: 0 auto 20px;
	}
	section h2 span {
		padding: 0 30px;
	}
	
	.innerS{
	width: 90%;
	margin: 0 auto;
	padding-bottom: 60px;
	font-size:16px;
}


}




/**/

.ggmap {
position: relative;
padding-bottom: 80.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}



/**/

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
/*#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}*/

@media screen and (max-width: 640px) {
	#page-top {
    bottom: 10px;
    right: 10px;
}
#page-top img {
	width:70%;
}
}

.bgwhitebox {
	background-color:#fff;
	padding:15px;
}

/**/
#photo {
    width: 100%;
    height: 420px;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
    position: relative;
	background: url(../images/sec01_bg.jpg) repeat center top #e5e5e5;
}

#photo img {
	text-align:center;
    top: 0;
    left: 0;
    position: absolute;
}

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


#sec01{
	padding-top:100px;
}	
#photo {
    height: 200px !important;
}
}





.refine {
	text-align:center;
}
input[name='refine-btn'] {
  position: relative;
  display: none;
}
label.refine-btn {
  color: #000;
  /*background-color: #db6c34;*/
  
  padding: 10px 20px;
  border-radius: 40px;
  background-color: #EFB43E;
  white-space: nowrap;
  line-height:3.3em;
}

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

label.refine-btn {
	font-size:14px;
}
	
}
label.refine-btn a {
  color: #000 !important;
  font-weight:bold;
}
/*input[name='refine-btn']:checked + label {
  color: #fff;
  background-color: #E1461A;
  
  padding: 10px 20px;
  border-radius: 40px;
}*/

label.refine-btn.checked  {
  color: #fff !important;
  background-color: #E1461A;
  
  padding: 10px 20px;
  border-radius: 40px;
}

label.refine-btn.checked a {
    color: #fff !important;
    font-weight: bold;
}

/*.checked{
      color: #fff !important;
  background-color: #E1461A;
  
  padding: 10px 20px;
  border-radius: 40px;
}*/
/*#refine-1:checked ~ .refine-teims:not(.cat1),
#refine-2:checked ~ .refine-teims:not(.cat2),
#refine-3:checked ~ .refine-teims:not(.cat3),
#refine-4:checked ~ .refine-teims:not(.cat4),
#refine-5:checked ~ .refine-teims:not(.cat5),
#refine-6:checked ~ .refine-teims:not(.cat6),
#refine-7:checked ~ .refine-teims:not(.cat7),
#refine-8:checked ~ .refine-teims:not(.cat8) {
  display: none;
}*/

ul.photo {
	margin-top:1em;
}
ul.photo li {
    width: 100px;
    padding: 0 0 5px 5px;
    background: none;
    /* float: left; */
    display: inline-block;
    /display: inline;
    /zoom: 1;
}
ul.photo li img {
padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    object-fit: contain;
  width: 80px;
  height: 80px;
}

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

ul.photo li img22222222 {
    margin: 0 auto 15px;
    max-width: 100%;
    height: auto;
    width /***/: auto;
}

.tg  {border-collapse:collapse;border-spacing:0;border-color:#ddd;width: 100%;}
.tg td{border-color:#ddd;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
  overflow:hidden;padding:10px 5px;word-break:normal;}
.tg th{border-color:#ddd;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
  font-weight:normal;overflow:hidden;padding:10px 5px;word-break:normal;}
.tg .tg-fymr{border-color:inherit;font-weight:bold;text-align:left;vertical-align:top;min-width:90px;width:100%}
.tg .tg-0pky{border-color:inherit;text-align:left;vertical-align:top;width:100%;}

	
}

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

.width01 {
	width:100px;
}
.width02 {
	width:200px;
}
.width_al {
	text-align:left;
}

.tg  {border-collapse:collapse;border-spacing:0;border-color:#ddd;width: 100%;}
.tg td{border-color:#ddd;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
  overflow:hidden;padding:10px 5px;word-break:normal;}
.tg th{border-color:#ddd;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
  font-weight:normal;overflow:hidden;padding:10px 5px;word-break:normal;}
.tg .tg-fymr{border-color:inherit;font-weight:bold;text-align:left;vertical-align:top;min-width:90px;width:30%}
.tg .tg-0pky{border-color:inherit;text-align:left;vertical-align:top;width:70%;}

	
}






/*----------------------*/
/*	サービス案内　 	*/
/*----------------------*/	
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

a:hover img.rover {
-moz-opacity:0.8;
opacity:0.8;
filter: alpha(opacity=80);
}


/*----------------------*/
/*　ゆらぎ　  */
/*----------------------*/

.shake-link:hover {
  animation: shake 1s infinite;
}

@keyframes shake-slow {
  0% { transform: translateX(0); }
  25% { transform: translateX(-5px); }
  50% { transform: translateX(5px); }
  75% { transform: translateX(-5px); }
  100% { transform: translateX(0); }
}

.shake-link {
  display: inline-block;
  position: relative;
  animation: shake-slow 3s infinite ease-in-out;
}





