@charset "UTF-8";
@import url("https://use.typekit.net/qns6hms.css");

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size:16px;
	color:#4d4d4d;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.6;
	background:url(../img/bg.png) repeat;
	height: 100%;
}

html{
	height: 100%;
}

h1{
	float: left;
}

@font-face{ 
	font-family: 'hannari';
	src: url('../font/font.eot');
    src: url('../font/font.eot?#iefix') format('embedded-opentype'),
    url('../font/font.woff') format('woff'),
    url('../font/font.ttf') format('truetype');
}

.hannari{
	font-family: 'hannari';
}



.inner {
	position:relative;
	width:1100px;
	margin:0 auto;
}

header {
	box-sizing:border-box;
	position:relative;
	width:100%;
	background:#ffffff;
}

/*pankuzu*/

.pan{
	width:1050px;
	margin:0 auto;
	font-size:14px;
	padding-top: 5px;
	background: url(../img/pan.png) no-repeat left;
}

.pan ol li {
        /* liを横並び＆ブレットを消す */
    display: inline;
    list-style-type: none;
	margin-left: 0;
}

.pan ol li:first-child {
    padding-left: 17px;
}

.pan ol li:before {
        /* liの前に記号追加 */
    content: " ＞ ";

}

.pan ol li:first-child:before {
        /* 最初のliだけcontentを消す */
    content: none;
}	

.p_none{
	display: none;
}

.clear {clear:both;}

/* For modern browsers */
.clearfix:before,
.clearfix:after {
	content:"";
	display:table;
}

.clearfix:after {
	clear:both;
}

.mt10{
	margin-top: 10px;
}

.mt20{
	margin-top: 20px;
}

.mt30{
	margin-top: 30px;
}

.mb40{
	margin-bottom: 40px;
}

.mb100{
	margin-bottom: 100px;
}

.header_m {
	width:100%;
	height:85%;
	position:relative;
}


.box {
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
	background: rgba(0,66,142,.3);
}

/*================================================
 *  下層main
 ================================================*/
.f_main {
	position:relative;
	width:100%;
	height:400px;
	background:url(../flow/img/main.jpg) no-repeat center;/*背景をhtml要素に表示*/
	background-size:cover; /* 背景画像をhtml要素にフィット */
	/*background: url(img/main_back.jpg) no-repeat center;
	height: 500px;*/
}
	
.c_main {
	position:relative;
	width:100%;
	height:400px;
	background:url(../company/img/main.jpg) no-repeat center;/*背景をhtml要素に表示*/
	background-size:cover; /* 背景画像をhtml要素にフィット */
	/*background: url(img/main_back.jpg) no-repeat center;
	height: 500px;*/
}
	
.i_main {
	position:relative;
	width:100%;
	height:400px;
	background:url(../contact/img/main.jpg) no-repeat center;/*背景をhtml要素に表示*/
	background-size:cover; /* 背景画像をhtml要素にフィット */
}	

.in_main {
	position:relative;
	width:100%;
	height:400px;
	background:url(../info/img/main.jpg) no-repeat center;/*背景をhtml要素に表示*/
	background-size:cover; /* 背景画像をhtml要素にフィット */
}

.wo_main {
	position:relative;
	width:100%;
	height:400px;
	background:url(../works/img/main.jpg) no-repeat center;/*背景をhtml要素に表示*/
	background-size:cover; /* 背景画像をhtml要素にフィット */
}

.p_main {
	position:relative;
	width:100%;
	height:400px;
	background:url(../product/img/main.jpg) no-repeat center;/*背景をhtml要素に表示*/
	background-size:cover; /* 背景画像をhtml要素にフィット */
}
	
.header_se {
	width:100%;
	position: relative;
    text-align: center;
}

.header_se h1 {
	position:absolute;
	top:47%;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	width:1000px;
	z-index:10;
	text-align:center;
	font-size:58px;
	color:#fff;
	font-family: 'adage-script-jf', sans-serif;
	border: none;
}

.fuwatAnime {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1.5s;
 -ms-animation-duration:1.5s;
 animation-duration:1.5s;
 -webkit-animation-name: fuwatAnime;
 -ms-animation-name: fuwatAnime;
 animation-name: fuwatAnime;
 visibility: visible !important;
}
@-webkit-keyframes fuwatAnime {
 0% {opacity: 0}
    100% {opacity: 1}
}
@keyframes fuwatAnime {
0% {opacity: 0}
    100% {opacity: 1}
}

.cap2 {
  display: block;
  color: #fff;
  font-size: 26px;
	text-align:center;
font-family: 'adage-script-jf', sans-serif;
	line-height: 1em;
}






.box h1 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	border-bottom: none;
	position:absolute;
	top:4%;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	width:600px;
	height:200px;
	z-index:10;
	text-indent: -2em;
	padding-left: 2em;
	font-size:70px;
	color:#ffffff;
	text-shadow: 
			   4px 4px 4px #4d4d4d; 
	/*text-shadow: 2px 1px 1px #fff,
               2px -1px 1px #fff,
               -2px 1px 1px #fff,
               -2px -1px 1px #fff,
			   4px 4px 4px #4d4d4d;*/
	
}



#youtube iframe {
    width: 100%;
    height: 93%;
}

.movie{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    
    z-index: -1;
}

/*スライドキャッチ*/
#slideshow h1 {
font-family: 'hannari';
	border-bottom: none;
	position:absolute;
	top:43%;
	left:0;
	right:0;
	bottom:0;
	margin:0 auto;
	height:200px;
	z-index:10;
	font-size:60px;
	color:#ffffff;
	text-shadow: 
			   4px 4px 4px #4d4d4d; 
	/*text-shadow: 2px 1px 1px #fff,
               2px -1px 1px #fff,
               -2px 1px 1px #fff,
               -2px -1px 1px #fff,
			   4px 4px 4px #4d4d4d;*/
	width: 60%;
}
.rig{
	text-align: right!important;
}

#slideshow img{
	margin-top: 20px;
}

.big{
	font-size: 82px;
float: right;
}

.chui{
	font-size: 20px;
}

.large{
	font-size: 65px;
}

.small{
	position: relative;
	top: -20px;
	font-size: 36px;
	
}

/*枠*/
.contents {
	width:1100px;
	margin:0 auto;
}



.contents2 {
	padding:0 10px;
	margin-top: 30px;
	
}

.contents2-2 {
	padding:0 10px;
	margin-top: 50px;
	
}

.contents3 {
	width: 100%;
	margin-top: 100px;
}

.contents4 {
	width: 100%;
	margin-top: 30px;
}


.contents5 {
	padding:0 10px;
	margin-top: 100px;
}

.contents6 {
	width: 100%;
	margin-top: 50px;
}

.contents7 {
	width: 100%;
	margin: 50px 0;
}

.contents8 {
	width: 100%;
	margin-top: 70px;
}

.contents9 {
	width:1100px;
	margin:50px auto 0;
}

.contentsV {
	width: 70%;
	margin: 30px auto;
}


.contentsSf:nth-child(odd){
	margin-top: 30px;
	
}

.contentsSf:nth-child(even){
	background: #e9edf4;
	margin-top: 30px;
	padding: 30px 0;
}

.contentsSf img{
	margin-bottom: 15px;
}

.contentsB{
	background: #e9edf4;
	padding: 1px 0 40px;
	margin-top: 50px;
}

.contents4 p,.contents6 p{
	padding: 0 10px;
}


.contents_pic{
	text-align: center;
	width: 100%;
}



.contents_pic p img {
	height:auto;
	width:640px;
}

.contents_pic ul {
	display:block;
	overflow:hidden;
	clear:both;
	width: 100%;
	margin-top: 10px;
	
}
.contents_pic li {
	display:block;
	float:left;
	background:#fff;
	margin:0 6.5px 0 0;
	width:270px;
		overflow: hidden;
}

.contents_pic li:last-child{
	margin-right: 0;
}

.contents_pic li img {
	cursor:pointer;
	width:270px;
}

.contents_pic li img:hover { 
	opacity:0.8;
	filter:alpha(opacity=60); -ms-filter:"alpha(opacity=60)";
	zoom:1; }


.contents_pic2{
	width: 480px;
	margin: 30px auto 50px auto;
	text-align: center;
}

.contentsD2{
	padding: 0 10px;
	margin-top: 30px;
}

.contentsD2L{
	width: 50%;
	float: left;
}

.contentsD2R{
	width: 50%;
	float: right;
}

.dtl{
	text-align: left;
	width: 100%;
	margin: 0 auto;
}

.dtl dl {
	width: 100%;
	line-height: 1.8em;
	
}


.dtl dt{
	float: left;
	margin-right: 10px;
	text-align: center;
	background: rgba(137,182,0,.2);
	width: 150px;
	padding: 8px 0;
	font-family: 'hannari';
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

.dtl dd {
	padding: 8px 0;
	margin-left: 150px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

.sf{
	width: 1080px;
	margin: 0 auto;
}

.sf p{
	padding: 0;
}

.sfL{
	float: left;
	width: 800px;
}

.sfR{
	float: right;
	width: 250px;
}

.sfR img{
	width: 100%;
}


/*インスタ*/
/*insta*/
#instafeed ul{

  list-style: none;
}

#instafeed li {
	float: left;
	margin-right: 5px;
	margin-bottom:5px;
}

#instafeed li:nth-child(3n) {
	margin-right: 0;

}

#instafeed li img {
  width:107px;
  height: auto;
}



/*とｐ会社概要*/
.buttonS {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  color: #fff;
font-family: 'hannari';
	height: 400px;
}

h1.com{
	display: block;
	font-size: 60px;
	line-height: 0.8em;
	width: 300px;
	margin: 145px auto;
	float: none;
}

.buttonS:hover{
  text-decoration: none;
  color: #fff;
	background: rgba(255,255,255,.2);
}


.compL{
	width: 49%;
	float: left;
	height: 400px;
background:url(../img/company.jpg) no-repeat center;/*背s景をhtml要素に表示*/
	background-size:cover; /* 背景画像をhtml要素にフィット */
	  text-align: center;
	margin-top: 70px;

}

.compR{
	width: 49%;
	float: right;
	height:400px;
	margin-top: 70px;
}

	
/*サービス案内*/	
.ser1{
}

.ser1L{
	width: 750px;
	float: left;
}

.ser1R{
	width: 300px;
	float: right;
}
.ser2{
}

.ser2R{
	width: 750px;
	float: right;
}

.ser2L{
	width: 300px;
	float: left;
}

.ser1 img,.ser2 img{
	width: 100%;
}

nav {
	width:100%;

	⁄zoom:1;
	z-index:100;
font-family: 'hannari';	
}
nav:after {
	content:'';
	display:block;
	clear:both;
}

#contents {
	overflow:hidden;
	width:1100px;
	margin:20px auto;
	background:#fff;
}

#main {
	box-sizing:border-box;
	overflow:hidden;
	float:left;
	width:68%;
}

#sub {
	box-sizing:border-box;
	overflow:hidden;
	float:right;
	width:28%;
}

footer {
	
	width:100%;
	margin:0 auto;
}

a {
	color:#f48db1;
	text-decoration:underline;
}
a:hover {
	color:#4d4d4d;
	text-decoration:none;
}


a:hover img {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}



h2{
	font-size: 42px;
	font-family: 'hannari';
	margin-top: 100px;
	text-align: center;
	line-height: 1em;
}


.cap {
  display: block;
  color: #f48db1;
  font-size: 20px;
	text-align: center;
font-family: 'adage-script-jf', sans-serif;
	line-height: 1em;
}





h2.none {
	margin-top:20px;
	height: 50px;
	font-size:36px;
	color:#4d4d4d;
	text-align: center;
font-family: 'hannari';
}

h3 {
	font-size:30px;
	font-family: 'hannari';
	margin-bottom: 10px;
}

h3::before{
	content: url(../img/list.png);
	margin-right: 5px;
}

h3.bu {
	font-size:36px;
	color:#00428e;
	font-family: 'hannari';
	margin-bottom: 15px;
	text-align: center;
	padding-left:0;
	border-bottom:none;
}

h4 {
	margin-bottom:10px;
	font-family: 'hannari';
	font-size:30px;
	text-align: left;

}

h5 {
	margin-bottom:10px;
	font-family: 'hannari';
	font-size:30px;
}
h5.f1 {
	margin-bottom:0.25em;
	font-size:30px;
	color:#a1dfc3;
	background: url(../flow/img/01.png) no-repeat left center;
	height: 50px;
	padding-left: 55px;
}
h5.f2 {
	margin-bottom:0.25em;
	font-size:30px;
	color:#a1dfc3;
	background: url(../flow/img/02.png) no-repeat left center;
	height: 50px;
	padding-left: 55px;
}
h5.f3 {
	margin-bottom:0.25em;
	font-size:30px;
	color:#a1dfc3;
	background: url(../flow/img/03.png) no-repeat left center;
	height: 50px;
	padding-left: 55px;
}
h5.f4 {
	margin-bottom:0.25em;
	font-size:30px;
	color:#a1dfc3;
	background: url(../flow/img/04.png) no-repeat left center;
	height: 50px;
	padding-left: 55px;
}
h5.f5 {
	margin-bottom:0.25em;
	font-size:30px;
	color:#f48db1;
	background: url(../flow/img/05.png) no-repeat left center;
	padding-left: 55px;
}


p {
	line-height: 1.8em;
}

img {
	vertical-align:bottom;
}

em {
	font-weight:bold;
}

strong {
	font-weight:bold;

}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #ddd;
	border-left:5px solid #ddd;
}

/*メニューボタン*/
.menuB a {
	display:block;
	width:250px;
	color:#f48db1;
	text-decoration:none;
	font-family: 'adage-script-jf', sans-serif;
	font-size:24px;
	border:#f48db1 1px solid;
	box-sizing: border-box;
	text-align: center;
	margin: 30px auto 0 auto;
	line-height: 1em;
	padding: 9px 0 5px;

}
.menuB a::after {
	content: '→';
	margin-left: 10px;
}

.menuB a:hover {
	background:#f48db1;
	color: #fff;
		transition:.3s;
}

.menuBt a {
	display:block;
	width:300px;
	color:#89B600;
	text-decoration:none;
	font-family: 'study', serif;
	font-size:28px;
	padding: 2px 0;
	border:#89B600 1px solid;
	box-sizing: border-box;
	text-align: center;
	margin: 30px auto 0 auto;

}


.menuBt a:hover {
	background:rgba(137,182,0,.2);
	color: #89B600;
}

.menuB2 a {
	display:block;
	width:300px;
	color:#89B600;
	text-decoration:none;
	font-family: 'study', serif;
	font-size:28px;
	padding: 2px 0;
	border:#89B600 1px solid;
	box-sizing: border-box;
	text-align: center;
	margin: 30px auto 0 auto;
	float: right;

}

.menuB2 a::after{
	 font-family:FontAwesome;
	 content: '\f08e';
	font-size: 14px;
	margin-left: 10px;
}


.menuB2 a:hover {
	background:rgba(137,182,0,.2);
	color: #89B600;
}

.menuB3 a {
	display:block;
	width:250px;
	color:#ff6b29;
	text-decoration:none;
	font-family: 'hannari';
	font-size:20px;
	padding: 13px 0 13px 0;
	border:#ff6b29 1px solid;
	box-sizing: border-box;
	text-align: center;
	margin: 0 auto 0 auto;
	float: right;

}

.menuB3 a:after{
	content: ' ＞'
}


.menuB3 a:hover {
	background:rgba(255,107,41,.6);
	color: #FFF;
}

.menuBP a {
	display:block;
	width:250px;
	color:#ff6b29;
	text-decoration:none;
	font-family: 'hannari';
	font-size:20px;
	padding: 13px 0 13px 0;
	border:#ff6b29 1px solid;
	box-sizing: border-box;
	text-align: center;
	margin: 0 auto 0 auto;
	float: right;
	background: url(../img/icon_pdf.png) no-repeat 20% center;
}



.menuBP a:hover {
	background:rgba(255,107,41,.6) url(../img/icon_pdf2.png) no-repeat 20% center;
	color: #FFF;
}

.menuF a {
	display: block;
    width: 250px;
    color: #fff;
	background: #f48db1;
    text-decoration: none;
    font-family: 'adage-script-jf', sans-serif;
    font-size: 24px;
    border: #f48db1 1px solid;
    box-sizing: border-box;
    text-align: center;
    margin: 20px auto 0 auto;
    line-height: 1em!important;
    padding: 8.2px 0 5px;
}

.menuF a::before {
    font-family: 'FontAwesome';
    content: '\f0e0';
    font-size: 18px;
	margin: 0 10px 0 0;
	position: relative;
	top:-2px;
}


.menuF a:hover {
	background:rgba(244,141,177,.2);
	color: #f48db1;
	transition:.3s;
}


.menuT a {
	display:block;
	width:200px;
	color:#ff6b29;
	text-decoration:none;
	font-family: 'hannari';
	font-size:18px;
	padding: 5px 0 5px 0;
	border:#ff6b29 1px solid;
	box-sizing: border-box;
	text-align: center;
	margin: 20px auto 0 auto;

}

.menuT a:after{
	content: ' ＞'
}

.menuT a:hover {
	background:rgba(255,107,41,.6);
	color: #FFF;
}

.menuT2 a {
	display:block;
	width:200px;
	color:#fff;
	text-decoration:none;
	font-family: 'hannari';
	font-size:18px;
	padding: 5px 0 5px 0;
	border:#ff6b29 1px solid;
	box-sizing: border-box;
	text-align: center;
	margin: 10px auto 0 auto;
	background: #ff6b29;

}

.menuT2 a:after{
	content: ' ＞'
}

.menuT2 a:hover {
	background:rgba(255,107,41,.2);
	color: #ff6b29;
}

.menuL{
	width: 440px;
	margin: 0 auto;
}

.menuTL a {
	display:block;
	width:200px;
	color:#ff6b29;
	text-decoration:none;
	font-family: 'hannari';
	font-size:18px;
	padding: 5px 0 5px 0;
	border:#ff6b29 1px solid;
	box-sizing: border-box;
	text-align: center;
	margin: 20px auto 0 auto;
	float: left;

}

.menuTL a:after{
	content: ' ＞'
}

.menuTL a:hover {
	background:rgba(255,107,41,.6);
	color: #FFF;
}

.menuT2L a {
	display:block;
	width:200px;
	color:#fff;
	text-decoration:none;
	font-family: 'hannari';
	font-size:18px;
	padding: 5px 0 5px 0;
	border:#ff6b29 1px solid;
	box-sizing: border-box;
	text-align: center;
	margin: 20px auto 0 auto;
	background: #ff6b29;
	float: right;
}

.menuT2L a:after{
	content: ' ＞'
}

.menuT2L a:hover {
	background:rgba(255,107,41,.2);
	color: #ff6b29;
}


.rOver img:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	
}

table {
	width:100%;
	margin-bottom:1em;
	
	border:none;
	background:#fff;
}
th {
	padding:10px;
	text-align:center;
	vertical-align:middle;
	border:none;
	background:#eee;
}
td {
	padding:10px;
	text-align:center;
	border:none;
}

/*施工*/
.works_menu{
	width: 830px;
	margin: 100px auto 0;
	height:50px;
}


	
.works_menu ul li {
	display:inline-block;
	float:left;
	text-align:center;
	margin-right:10px;
	width:200px;
	font-family: 'hannari';
	font-size: 18px;
}

.works_menu ul li:last-child{
	margin-right:0;
}


.works_menu ul li a:hover{
	background:rgba(137,182,0,.7);
	text-decoration: none;
	color: #fff;
}

.works_menu ul li a{
	padding: 11px 0;
	display: block;
	color: #ffffff;
	background: #89b600;
	text-decoration: none;
	border-radius: 6px;
}

.works_menu ul li.active a{
	color: #4d4d4d;
}


/* 3カラム1（スマートフォンでは1カラム) */
.threeCol {
	overflow:hidden;

	
}
.photoText{
	position: relative;
}

.photoText p{
	font-size: 20px;
	text-align: center;
	font-family: 'hannari';

}

.photoText a{
	text-decoration: none;
	color: #4d4d4d;
}

.photoText a:hover{
	text-decoration: underline;
	color: #f48db1;
}

.threeColInner {
	overflow:hidden;
	
}
.threeColInner div {
	width:32%;
	float:left;
	margin-right:2%;
	
}
.threeColInner div:nth-child(3n) {
	margin-right: 0;
	
}

.threeColInner img {
	width:100%;
		
}


/* 3カラム2（スマートフォンでは1カラム) */
.threeCol2 {
	overflow:hidden;
}

.photoText2 p{
	padding: 0;
}

.threeCol2Inner {
	overflow:hidden;
	
}
.photoText2 {
	    width: 32%;
    float: left;
    margin-right: 2%;
}
.threeCol2Inner div:nth-child(3n) {
	margin-right: 0;
	
}

.threeCol2Inner img {
	width:100%;
		
}

.bor{
	border: #ccc 1px solid;
	box-sizing: border-box;
	padding: 5px;
	height: 345px;
}


/* 3カラム3（スマートフォンでは1カラム) */
.threeCol3 {
	overflow:hidden;
	margin-bottom:10px;
	
}



.threeCol3Inner {
	overflow:hidden;

}
.threeCol3Inner div {
	width:32%;
	float:left;
	margin-right:2%;
	height: 350px;
	overflow: hidden;
	border: #ccc 1px solid;
	box-sizing:border-box;
	padding:5px 5px 5px 5px;
	background:#fff;
	margin-bottom:2%;
}

.threeCol3Inner div:nth-child(3n) {
	margin-right:0;
}

.threeCol3Inner div:nth-child(3n+1) {
	clear:both;
	
}
.threeCol3Inner img {
	display: block;
	width: 100%;
	
}

.photoText3_3 p{
	text-align: left;
	font-size: 12px;
	margin: 10px 0 2px 5px;
}


.photoText3_3 h6{
	text-align: left;
	margin-left: 5px;
	font-family: 'mplusC';
	font-size: 18px;
	margin-bottom: 10px;


}

.photoText3_3 a{
	color: #4d4d4d;
	text-decoration: none;
}

.photoText3_3 a:hover{
	color: #f48db1;
	text-decoration: underline;
}

/* ラベル部分 左上に表示 */
.oshirase2,.koushin2{
	width: 330px;
	position: relative;
	 z-index: 1;
}


.oshirase2::before {
    content: "";
    top: 0;
    left: 0;
    border-bottom: 5em solid transparent;
    border-left: 5em solid #a1dfc3; /* ラベルの色はここで変更 */
    position: absolute;
    z-index: 100;
}
.oshirase2::after {
    content: '\304A\77E5\3089\305B';
    display: block;
    top: 5px;
    color: #fff; /* 文字色はここで変更 */
    left: 3px;
    position: absolute;
    z-index: 101;
	font-size: 13px;
	font-family: 'hannari';
}

.koushin2::before {
    content: "";
    top: 0;
    left: 0;
    border-bottom: 5em solid transparent;
    border-left: 5em solid #f48db1; /* ラベルの色はここで変更 */
    position: absolute;
    z-index: 100;
}
.koushin2::after {
    content: '\66F4\65B0\60C5\5831';
    display: block;
    top: 5px;
    color: #fff; /* 文字色はここで変更 */
    left: 3px;
    position: absolute;
    z-index: 101;
	font-size: 13px;
	font-family: 'hannari';
}
/* 4カラム（スマートフォンでは1カラム) */
.fourCol {
	overflow:hidden;
	margin-top: 30px;
}
.fourColInner {
	overflow:hidden;
	
}
.fourColInner div {
	width:24.2%;
	float:left;
	margin-right: 1%;
	margin-bottom: 1%;
	overflow: hidden;
}


.fourColInner img {
	display: block;
	width: 100%;
}



.fourColInner div:last-child {
	margin-right: 0;
}

.photoText4{
	position: relative;
}

.photoText4 p{
	font-size: 18px;
	text-align: center;
	font-family: 'hannari';

}

.photoText4 a{
	text-decoration: none;
	color: #4d4d4d;
}

.photoText4 a:hover{
	text-decoration: underline;
	color: #f48db1;
}
.lineB {
    display: inline-block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 30px;
    font-family: 'hannari';
    height: 260px;
}

.lineB:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,.4);
}

.lineB span {
    position: relative;
    top: 42%;
}

.line4 span  {
    position: relative;
    top: 33%;
}


.fourColInner img {
	width:100%;

}

.line1{
		background: url(../img/lineup1.jpg) no-repeat ;
		background-size: 100%;
	}
.line2{
		background: url(../img/lineup2.jpg) no-repeat ;
		background-size: 100%;
	}
.line3{
		background: url(../img/lineup3.jpg) no-repeat ;
		background-size: 100%;
	}
.line4{
		background: url(../img/lineup4.jpg) no-repeat ;
		background-size: 100%;
	}




/*5カラム*/
.fiveCol {
	overflow:hidden;

}
.fiveColInner {
	overflow:hidden;
	
}
.fiveColInner div {
	width:20%;
	float:left;
	
}
.fiveColInner div:nth-child(5n+1) {
	clear:both;
}
.fiveColInner img {
	width:100%;

}

/*5カラム-2*/
.fiveCol2Inner {
	overflow:hidden;
	
}
.fiveCol2Inner div {
	width:20%;
	float:left;	
		overflow: hidden;
}
.fiveCol2Inner div:nth-child(5n+1) {
	clear:both;
	
}
.fiveCol2Inner img {
	display: block;
	width: 100%;
	transition-duration: 0.3s;

}
	

.fiveCol2Inner a:hover img {
	transform: scale(1.1);	/*画像の拡大率*/
	transition-duration: 0.3s;	/*変化に掛かる時間*/
	
}

/*6カラム-*/
.sixColInner {
	overflow:hidden;
	
}
.sixColInner div {
	width:16.666%;
	float:left;	
		overflow: hidden;
}
/*.fiveColInner div:nth-child(5n+1) {
	clear:both;
	
}*/
.sixColInner img {
	display: block;
	width: 100%;
}
	
/*流れ*/
.flow{
       width: 100%;
	margin-top: 30px;
}

.flow ul li {
      list-style : none ;
	  float:left;
	  margin-right:17px;

}

.flow ul li:last-child {
	  margin-right:0;
}

.flow ul li a {
	display: inline-block;
}

.flow ul li a:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}

.flow ul li::after {
      content:url(../img/arrow1.png);
    position : relative ;
	  right:-0.5em;
	top:-80px;
	  
}

.flow ul li:last-child:after {
      content : none ;
	  margin-right:0;
}


/*お知らせ*/

.news{
	width: 100%;
	float: left;
	margin-top: 30px;
}

.new{
	padding: 0 15px;
}

.new2{
	width: 510px;
	float: left;
}

.new3{
	width: 510px;
	float: right;
}

.news4{
	padding: 0 10px;

}
.sc{

}

.sc dl {
	width: 100%;
	line-height: 1.8em;

}


.sc dt{
	display: block;
	clear: left;
	float: left;
	padding-left:5px;
	padding-right:5px;
	margin-right: 15px;
	padding-bottom: 5px;
	
}

.sc dd {
	display: block;
	padding-left: 5px;
  	margin-bottom: 10px;
	min-width: 460px;

}

.sc2{
	overflow-y: auto;

}

.sc2 dl {
	width: 100%;
	line-height: 1.8em;

}


.sc2 dt{
	display: block;
	clear: left;
	float: left;
	padding-left:5px;
	padding-right:5px;
	margin-right: 15px;
	padding-bottom: 5px;
	
}

.sc2 dd {
	display: block;
	padding-left: 5px;
  	margin-bottom: 10px;
	min-width: 200px;

}


.koushin::before{
	content: '\66F4\65B0\60C5\5831';
	background: #f48db1;
	height: 20px;
	color: #ffffff;
	font-size: 14px;
	padding: 0 13px 3px;
	text-align: center;
	margin-right: 20px;
	font-family: 'hannari';
}

.oshirase::before{
	content: '\304A\77E5\3089\305B';
	background: #a1dfc3;
	height: 20px;
	color: #ffffff;
	font-size: 14px;
	padding: 0 13px 3px;
	text-align: center;
	margin-right: 20px;
	font-family: 'hannari';
}


/*地図*/
.map {
   position:relative;
   width:100%;
   height:350px;
	margin-top:100px;
}

.map2 {
   position:relative;
   width:100%;
   height:400px;
	margin-top:30px;
}

.threeColInner div.map3_p {
   position: relative;
    width: 100%;
}	
.threeColInner div.map3_p:before {
    content:"";
    display: block;
    padding-top: 80%; /* 高さを幅の75%に固定 */
}
	
.threeColInner div.map3 {
     position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	  width: 100%;
	height: 100%;
}

table.t_over {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #ccc;
  margin : 8px  0 8px 0;
}

table.t_over td {
  border-collapse: collapse;
  border: solid 1px #ccc;
  padding : 8px 10px 8px 10px;
	vertical-align: middle;
}

table.t_over th{
	background:#e9edf4;
	color:#00428e;
	border-collapse: collapse;
  border: solid 1px #ccc;
  padding : 8px 10px 5px 10px;
  font-weight: normal;
		vertical-align: middle;
}

/*動画一覧　可変div*/
.video-container {
	position: relative;
	padding-bottom: 56.25%;

	height: 0;
	overflow: hidden;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*会社概要*/

.rinen{
	font-size: 32px;
	text-align: center;
}

.rinen2{
	font-size: 28px;
	text-indent: -1em;
	padding-left: 1em!important;
}

.rinen3{
	font-size: 28px;
	text-align: center;
}

table.table_company {
  width: 98%;
  border-collapse: collapse;
  margin : 8px  auto 8px auto;
  line-height:2em;
 
}

table.table_company td {
  border-collapse: collapse;
  border-bottom:#cccccc 1px solid;
  padding : 8px 0 8px 20px;
	text-align: left;
}

table.table_company th{
　border-collapse: collapse;
border-bottom:#cccccc 1px solid;
  padding : 8px 10px 8px 10px;
	background: #fcf1f5;
	width: 30%;
	font-size: 18px;
	vertical-align: top;
	font-weight: bold;
}

table.table_company th:first-child{
border-top: #ccc 1px solid;
}

table.table_company td div{
	float: left;
	width: 360px;
	margin-right: 20px;
}

table.table_company td:nth-child(2){
border-top: #ccc 1px solid;
}

table.table_company ol{
	list-style-position: inside;
    text-indent: -1.2em;
    padding-left: 1.2em;
}

table.table_company ul{
	list-style-position: inside;
	list-style-type: none;
   
}

table.table_company ul li{
	padding-left: .7em; 
    text-indent: -.7em;
}
table.table_company ul li:before {
    content: url(../img/pan.png);
}

table.table_detail {
  width: 98%;
  border-collapse: collapse;
  margin : 8px  auto 8px auto;
  line-height:2em;
 
}

table.table_detail td {
  border-collapse: collapse;
  border-bottom:#cccccc 1px solid;
	border-top:#cccccc 1px solid;
  padding : 8px 0 8px 20px;
	text-align: left;
}

table.table_detail th{
　border-collapse: collapse;
border-bottom:#cccccc 1px solid;
	border-top:#cccccc 1px solid;
  padding : 8px 10px 8px 10px;
	background: rgba(137,182,0,.2);
	width: 10%;
	font-family: 'hannari';
	font-size: 18px;
	vertical-align: top;
	font-weight: bold;
}






/*単価表*/

table.table_original {
  width: 98%;
  border-collapse: collapse;
  margin : 8px  auto 8px auto;
  line-height:2em;
	border: #ccc 1px solid;
}

table.table_original td {
  border-collapse: collapse;
  border:#cccccc 1px solid;
  padding : 8px 0 8px 0;
	text-align: center;
	vertical-align: middle;
}

table.table_original th{
　border-collapse: collapse;
border:#cccccc 1px solid;
  padding : 8px 0 8px 0;
	background: #ffe1d4;
	
	vertical-align:middle;
	font-weight: bold;
}

/*価格表*/
table.table_price {
  width: 98%;
  border-collapse: collapse;
  margin : 8px  auto 8px auto;
  line-height:2em;
}

table.table_price td {
  border-collapse: collapse;
  border:#cccccc 1px solid;
  padding : 8px 0 8px 0;
	text-align: center;
}

table.table_price td:nth-child(2) {
  padding : 8px 0 8px 10px;
	text-align: left;
}

table.table_price th{
　border-collapse: collapse;
border:#cccccc 1px solid;
  padding : 8px 10px 8px 10px;
	background: #ffe1d4;
	font-family: 'hannari';
	font-size: 18px;
	vertical-align: middle;
	font-weight: bold;
}



/*用途*/
table.table_use {
  width: 98%;
  border-collapse: collapse;
  margin : 8px  auto 8px auto;
  line-height:2em;
 
}

table.table_use td {
  border-collapse: collapse;
  border:#cccccc 1px solid;
  padding : 8px 0 8px 0;
	text-align: center;
	
}

table.table_use th{
　border-collapse: collapse;
border:#cccccc 1px solid;
  padding : 8px 10px 8px 10px;
	background: #ffe1d4;
	font-family: 'hannari';
	font-size: 18px;
	vertical-align: middle;
	font-weight: bold;
}



table.table_use tr:nth-child(2) td:nth-child(2),table.table_use tr:nth-child(2) td:nth-child(3){
text-align: left;
	padding-left: 20px;
}

table.table_use tr:not(:nth-child(2)) td:not(:nth-child(2)),table.table_use tr:not(:nth-child(2)) td:not(:nth-child(3)){
font-family: 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', Osaka, sans-serif;}


/*問い合わせ*/
.cont{
	width: 100%;
	margin-top: 10px;
}

.contL{
	width: 50%;
	float: left;
}
.contR{
	width: 50%;
	float: right;
}

.tel3{
	background: url(../contact/img/tel.png) no-repeat  left center;
	font-size: 34px;
	font-weight: bold;
	padding-left: 40px;
	height: 80px;
	margin-left: 20px;
}

.fax{
	background: url(../contact/img/fax.png) no-repeat  left center;
	font-size: 34px;
	font-weight: bold;
	padding-left: 40px;
	height: 80px;
}

/* お問い合わせ
	* --------------------------------------- */	

.info dl {
	width: 100%;
}

.info dt {
	display: block;
	clear: left;
	float: left;
    min-width: 225px;
	margin-left:10px;
	padding-left:30px;
	padding-top:4px;
	height: 36px;
	/*vertical-align:middle;*/
}

.info dd {
	display: block;
  	margin-bottom:20px;
	margin-left: 265px;
}



.info{
	
	}

input.infoInput {
    height: 25px;
    margin: 0 0 10px 0;
    padding: 5px;
    border: #CCCCCC 1px solid;
    font-size: 15px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.infosize{
	width:95%;
}
.jikan{
		line-height: 2.2em;
	}

.infoselect{
	height: 35px;
	padding: 5px;
	border: #CCCCCC 1px solid;
	font-size: 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom:10px;
}

textarea.infocomment {
    margin: 0 0 10px 0;
    padding: 5px;
    border: #CCCCCC 1px solid;
    font-size: 15px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.formBtn{
	margin-left:250px;
	text-align:center;
	margin-top: 40px;
}

.formBtn1{
	width:150px;
	color: #fff;
	background: #f48db1;
	font-size:22px;
	border: #f48db1 1px solid;
	margin-right:20px;
	padding: 5px 0 11px 0;
	box-sizing: border-box;
	font-family: 'hannari';
	line-height: 1em;
}

.formBtn1:hover{
	background:rgba(244,141,177,.7);
	color: #fff;
}

.formBtn2{
	width:150px;
	background: #4d4d4d;
	color:#fff;
	font-size:22px;
	border: #4d4d4d 1px solid;
	box-sizing: border-box;
	margin-left:20px;
	padding: 5px 0 11px 0;
	font-family: 'hannari';
	line-height: 1em;
}

.formBtn2:hover{
	background: rgba(0,0,0,.7);
	color: #fff;
}

.red{
	color: #ed1c24;
}

.pin{
	color: #f48db1;
}

.org{
	color: #ff6b29;
}

.pro{
	font-size: 26px;
	font-family: 'hannari';
}

.ti{
	text-indent: -1em;
	padding-left: 1em;
}

.merit::before{
	content: url(../img/list2.png);
}

.merit{
	text-indent: -1em;
	padding-left: 1em;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}



.twoCol {
	text-align: center;
	color: #fff;
}

.twoCol h2{
	font-family: 'hannari';
	font-size: 40px;
	margin-top: 178px;
	padding: 0;
}

.twoColL {
	float:left;
	width:50%;
	height: 500px;
	background: url(../img/service.jpg) no-repeat;
	background-size: cover;
}

.twoColtex p{
	margin-left: 10px;
}

.twoColR {
	float:right;
	width:50%;
	height: 500px;
	background: url(../img/company.jpg) no-repeat;
	background-size: cover;
}



.twoCol2 {
	

}

.twoCol2tex {
	float:left;
	width:800px;
}

.twoCol2img {
	float:right;
	width:250px;;
}


/*とｐQuality*/
.quo {
	position:relative;
	width:100%;
	height:500px;
	background:url(../img/quo.jpg) no-repeat center;/*背景をhtml要素に表示*/
	background-size:cover; /* 背景画像をhtml要素にフィット */
    text-align: center;
}

.quo_d{
	width: 800px;
	margin: 0 auto;
text-align:center!important;
	padding-top: 115.5px;
}

h2.qu {
	font-size:60px;
	color:#fff;
	font-family: 'hannari';
	line-height: 0.8em;
	margin-top: 0;
}


.quo p {
	margin:auto;
	z-index:10;
	text-align:center;
	font-size:22px;
	color:#fff;
}
.eng {
font-family: 'Prosto One', cursive;
font-size: 26px;
}

.menuQ{
		margin: 20px auto 0 auto;
	width: 250px;
}

.quo a:after{
	content: ' ＞'
}

.quo a:hover {
	background:rgba(255,255,255,.7);
	color: #fff;
}

.quo a {
	display:block;
	width:250px;
	color:#fff;
	text-decoration:none;
	font-family: 'hannari';
	font-size:20px;
	padding: 13px 0 13px 0;
	border:#fff 1px solid;
	box-sizing: border-box;
	text-align: center;
	background: rgba(255,255,255,.25);
	position: absolute;
	z-index: 10;
	height: 60px;
}


.quality a {
    display: block;
    height: 100%;
    width: 100%;
}

.quality a:hover {
    opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	
}

.original{
	padding: 0 10px;
	line-height: 2em;
	margin-top: 20px;
}

.original ul{
	list-style-position: inside;
    text-indent: -1.5em;
    padding-left: 1.5em;
}

.original ul li{
		list-style-type: katakana-iroha;

}



/*================================================
 *  ヘッダー
 ================================================*/
header {
	padding:10px 10px;
}

.summary {
	position:absolute;
	top:0;
	right:10px;
	margin:0;
}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
@media print, screen and (min-width:770px) {
nav {
		/*border-bottom:5px solid #710000;
		box-shadow:0 1px 3px #999;*/
	position:absolute;
	top:0;
	height: 115px;
	z-index: 100;
}

	/* 共通 */
nav ul {
	margin:0;
	padding:0;
}

nav ul li {
	position:relative;
	margin:0;
	padding:0;
	list-style:none;
}

nav ul li a {
	display:block;
	margin:0;
	padding: 35.7px 0;
	color:#fff;
	font-size:20px;
	line-height:1;
	text-decoration:none;
	width: 149.6px;
}
	
	
.img {
	padding: 7.5px 0;
	width: 202px;
	}
	
	.img:hover{
		background: none;
	}
	
nav ul li a span {
    display: block;
    color: #fff;
    font-size: 14px;
    font-family: 'adage-script-jf', sans-serif;
    margin-top: 10px;
	text-align: center;
}


	
.pd0{
	padding: 0;
}
	
	
nav ul li:hover > a {
	color:#f48db1;
	background:rgba(255,255,255,.7);
}
	
nav ul li:hover > a span {
	color:#f48db1;
}
	
	/* 1段目 */
nav ul.gnav > li {
	position:relative;
	float:left;
	margin:0;
	padding:0;
	text-align:center;
	list-style:none;
	}
	

	
	.logo{
		font-size: 30px;
		font-weight: bold;
	}
	

/*nav ul.gnav > li.subnav a {
	padding-right:30px;
}*/

nav ul.gnav > li.subnav > a:after {
	position:absolute;
	content:"";
	top:60px;
	width:0;
	height:0;
	margin-left:45px;
	border:5px solid transparent;
	border-top-color:#fff;
}

nav ul li a:hover img {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
	transition: opacity 0.3s ease-in;
}
	
nav ul li a img {
 transition: opacity 0.3s ease-out;
}
	

	/* 2段目 */
nav ul li ul {
	position:absolute;
	z-index:3;
	top:115px;
	left:0;
	margin:0;
	padding:0;
}

nav ul li ul li {
	overflow:hidden;
	height:0;
	color:#fff;
	transition:.3s;
}

nav ul li ul li a {
	padding:18px 10px 22px;
	text-align:left;
	background:rgba(244,141,177,.8);
	font-weight:normal;
	width: 280px;
}
/*nav ul li ul li:nth-last-child(2) a,nav ul li ul li:nth-last-child(3) a,nav ul li ul li:last-child a   {
	padding:16px 15px;
	text-align:left;
	background:rgba(137,182,0,.7);
	font-weight:normal;
}	

nav ul li ul li:nth-last-child(2) a:hover,nav ul li ul li:nth-last-child(3) a:hover,nav ul li ul li a:last-child:hover {
	color:#89b600;
	background:rgba(233,237,244,.8);
	
}*/
	

nav ul li:hover > ul > li {
	overflow:visible;
	height:60px;
}

nav ul li:hover ul li:last-child {
	border-bottom:none;
}

nav ul.gnav > li:last-child > ul {
	left:-50%;
}

nav ul li ul li ul:before {
	position:absolute;
	content:"";
	top:13px;
	left:-20px;
	width:0;
	height:0;
	border:5px solid transparent;
	border-left-color:#fff;
}

nav ul.gnav > li:last-child ul li ul:before {
	position:absolute;
	content:"";
	top:13px;
	left:200%;
	margin-left:-20px;
	border:5px solid transparent;
	border-right-color:#fff;
}

	

.gnav {
	display:block !important;
}

#spMenu {
	display:none;
}

.fixed {
	position:fixed;
	top:0;
	height: 70px;
	background: rgba(255,255,255,.9);
}
	
	.fixed ul li a{
		color: #4d4d4d;
		padding: 13.2px 0;
	}
	
	.fixed ul li a span{
		color: #f48db1;
	}
	
	.fixed ul li a img{
		width: 50%;
		background: rgba(244,141,177,.8);
		padding: 10px;
		
	}
	
	.fixed ul li ul {
		top:70px;
		}
	
	.fixed .img{
		padding-top: 0!important;
	}
	
	.fixed ul li ul li a {
	color: #fff;
		height: 33.6px;
		padding:16.2px 10px 10.2px;
}
	.fixed ul li ul li a:hover {
		color: #f48db1;}
		
	.fixed ul.gnav > li.subnav > a:after {
  
    top: 35px;
   
    border-top-color: #f48db1;
}
	
}

/*================================================
 *  トピックパス（パンくずリスト）
 ================================================*/
#topicpath {
	font-size:12px;
	margin-bottom:20px;
	padding:2px;
	background:#f1f1f1;
}

/*================================================
 *  サブコンテンツ
 ================================================*/
.submenu li {
	margin:0;
	padding:0;
	list-style:none;
}
.submenu li a:before {
	content:"\0025a0";
	color:#4d4d4d;
}
.submenu li a {
	display:block;
	padding:10px 2px;
	color:#4d4d4d;
	border-bottom:1px dotted #ddd;
	text-decoration:none;
}
.submenu li a:hover {
	background:#eee;
}

.bnr {
	overflow:hidden;
}
.bnr ul {
	overflow:hidden;
}
.bnr li {
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
}
.bnr li a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha( opacity=80 )";
}
.bnr img {
	width:100%;
}

/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
}

.footmenu {
	width:100%;
	
	overflow:hidden;
	background: url(../img/footer.png) repeat-x center;
	background-size: cover;
	height: 50px;
	margin-top: 145px;
	
}

.footlogo {
	width:100%;
	height: 225px;
	background:rgba(204,204,204,.2);
	margin-top: 140px;
	padding-top: 10px;
}

.foot_logo{
	width: 1100px;
	margin: 0 auto;
	text-align: center;
}



.foot_logo p{
	font-size: 26px;
	font-family: 'hannari';
	color: #4d4d4d;
	line-height: 1.2em;
}

.tel{
	font-size: 50px!important;
}

.tel:before{
	content:  url(../img/f_tel.png) ;
	margin-right: 10px;
}

.tel2{
	font-size: 40px!important;
	font-family: 'hannari';
}

.tel2:before{
	content:  url(../flow/img/tel.png) ;
	margin-right: 5px;
}

.telbxL{
	width: 50%;
	float: left;
}

.telbxR{
	width: 50%;
	float: right;
}
.add{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"!important;
	font-size: 16px!important;
	margin-top: 10px;
}

.foot_name{
	font-family: 'hannari';
	font-size: 28px;
	font-weight: bold;
}


/*.footmenu {
	width:100%;
	padding:20px 0;
	overflow:hidden;
	background:#efede9;
}*/


.copyright {
	clear:both;
	height: 25px;
	font-size:14px;
	text-align:center;
	color:#fff;
	background:#f48db1;
	padding-top: 5px;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/


.f_top{
	width: 85px;
	margin-top: 10px;
	position: fixed;
	bottom: 20px;
	right: 5px;
	padding: 10px;
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
/*================================================
 *  クラス
 ================================================*/
.list {
	padding:0 0 0 0.5em;
}
.list li {
	margin:0;
	padding:0 0 0 15px;
	list-style:none;
	background:url(../images/check.png) 0 5px no-repeat;
}



.col_two_one {
	overflow:hidden;
}

.col_two_one ul {
	overflow:hidden;
	margin:2% -2% 0 0;
}
.col_two_one li {
	list-style:none;
	float:left;
	width:48%;
	margin:0 2% 2% 0;
}
.col_two_one li:nth-child(2n+1) {
	clear:both;
}
.col_two_one li img {
	width:100%;
	margin-bottom:2.5%;
}

/*================================================
 *  スライドショー
 ================================================*/
/* スライドショー */
#slideshow {
   position:relative;
   width:100%;
   height:100%;

}
#slideshow li {
   position:absolute;
   height:100%;
   margin:0;
   padding:0;
   background-position:center top;
   background-repeat:no-repeat;
	background-size:cover;
}

#slideshow div.pat {
   position:absolute;
	z-index:1;
   height:100%;
	width: 100%;
	background: url(../img/pattestrn.png) repeat;
}

#slideshow div.black {
   position:absolute;
	z-index:1;
   height:100%;
	width: 100%;
	background: rgba(0,0,0,.3);
}

#headImage {
	/*overflow:hidden;*/
	position:relative;
	z-index: 100;
}

#headImage ul {
	margin:0;
	padding:0;

}

#headImage li {
	position:absolute;
	margin:0;
	padding:0;
	list-style:none;
}


/*ページ送り*/
.page{
	width: 1080px;
	margin: 20px auto 0;
	height:30px;
}


	
.page ul li {
	display:inline-block;
	float:right;
	text-align:center;
	
	margin-right:7px;
	width:30px;
	
}

.page ul li:first-child{
	margin-right:0;
}


.active_pg{
	background:#ffffff !important;
	color: #4d4d4d;
	border: #f48db1 1px solid;
	box-sizing: border-box;
	height: 25px;
	padding-top: 3px;
	padding-bottom:25px;
}

.page ul li a:hover{
	background:rgba(244,141,177,.7);
	text-decoration: none;
	color: #fff;
}

.page ul li a,
.page ul li.active a{
	padding-top: 4px;
	padding-bottom:17px;
	display: block;
	color: #ffffff;
	height: 9px;
	background:#f48db1;
	text-decoration: none;
}

.page ul li.active a{
	color: #4d4d4d;
}

/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:768px) {

img{
	max-width: 100%;
	height: auto;
	width/***/:auto;　
}
	
.inner {
	width:100%;
}

#contents {
	box-sizing:border-box;
	width:100%;
	padding:0 10px;
}

footer {
	width:100%;
}
	
#slideshow {
   position:relative;
   width:100%;
   height:50%;

}
	
#slideshow h1 {
	position:absolute;
	top:35%;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	height: auto;
	z-index:2;
	text-align:center;
	font-size:42px;
	width: 70%;
}
	
	#slideshow img{
		width: 50%;
	}
	
	h2{
		font-size: 38px;
	}
	
.big{
	font-size: 62px;
float: right;
}
	

	/*ぐろなび*/
nav {
	background:#ffffff;
}
	
nav ul {
	margin:0;
	padding:0;
}

nav .inner > ul {
	z-index:2;
	overflow:auto;
	position:fixed;
	top:58.8px;
	right:0;
	width:100%;
	height:88%;
	height:-webkit-calc(100% - 53px);
	height:calc(100% - 53px);
}
	
nav li {
	position:relative;
	width:100%;
	float:none;
	margin:0;
	text-align:left;
	list-style:none;
	border-bottom:1px solid #f48db1;
}

nav li:first-child {
	border-top:0;
}
	
nav li:last-child {
	border-bottom:0;
}

nav li a {
	display:block;
	padding:10px 30px;
	color:#4d4d4d;
	text-decoration:none;
	background:#ffffff;
}
	

nav li a:hover {
	color:#4d4d4d;
	background:#fcf1f5;
}

nav ul li a span {
    color: #f48db1;
    font-size: 14px;
    font-family: 'adage-script-jf', sans-serif;
    margin-left: 10px;
}
	
nav ul ul {
	display:none;
	position:relative;
}
	
nav li li a {
	box-sizing:border-box;
	width:100%;
	padding:10px 30px 10px 50px;
	text-align:left;
	background: #fcf1f5;
}

nav li li li a {
	padding:10px 30px 10px 70px;
}
	


/*.subnav > a:before {
	display:block;
	content:"";
	position:absolute;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	top:20px;
	right:30px;
	width:10px;
	height:10px;
	margin-top:-5px;
}
	*/
.subnav > a:after {
	    position: absolute;
    content: "";
    top: 20px;
    right: 30px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #f48db1;
}
	
.subnav a:hover:after {
	    position: absolute;
    content: "";
    top: 20px;
    right: 30px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #f48db1;
}

.active > a:before {
	margin-top:0;
}
	
.active > a:after {
	margin-top:5px;
}

.gnav {
	display:none;
}

#spMenu {
	display:block;
	z-index:4;
	position:fixed;
	top:10px;
	right:10px;
}
	
#spMenu:hover {
	cursor:pointer;
}

#navBtn {
	display:inline-block;
	position:relative;
	width:40px;
	height:40px;
	background:#f48db1;
	border-radius: 2px;
}
	
#navBtnIcon {
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	width:14px;
	height:2px;
	margin:-1px 0 0 -7px;
	background:#fff;
	transition:.2s;
}
	
#navBtnIcon:before,
#navBtnIcon:after {
	display:block;
	content:'';
	position:absolute;
	top:50%;
	left:0;
	width:14px;
	height:2px;
	background:#fff;
	transition:0.3s;
}
	
#navBtnIcon:before {
	margin-top:-6px;
}
	
#navBtnIcon:after {
	margin-top:4px;
}
	
#navBtn .close {
	background:transparent;
}
	
#navBtn .close:before,
#navBtn .close:after {
	margin-top:0;
}
	
#navBtn .close:before {
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
}
	
#navBtn .close:after {
	transform:rotate(-135deg);
	-webkit-transform:rotate(-135deg);
}
	
header {
	z-index:3;
	box-sizing:border-box;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	padding:15px 10px;
	background: rgba(255,255,255,.8);
}
	
h1 img{
	width: 70%;
}
	
h2 div {
    margin-top: 70px;
   
}
	
	h4{
		padding-left: 0;
	}
	
.p_none{
	display: block;
}
	
.pa_none{
	display: none;
}
	

	
.header_se {
	width:100%;
	position: relative;
   
  	margin-top: 0;
    text-align: center;
}
	


.header_se h1 {
	height:auto;
	text-align:center;
	font-size:36px;
	width: 90%;
	top:35%;
	z-index: 1;
}
	
.cap2 {
    
    font-size: 18px;

}
	
	.f_main,.c_main,.i_main,.in_main,.wo_main,.p_main{
		height: 300px;
	}
	
	
.contents {
	box-sizing:border-box;
	width:100%;
	padding:0 10px;
}
	
.contents2 {
	box-sizing:border-box;
	width:100%;
padding: 0;
}
	
.contents3 {
	margin-top:70px;
}

	.contents5 {
	box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
}
	

		.contents8 {
	width: 100%;
	margin-top:50px;
}
	
.contentsV {
	width: 80%;
}

	.contents9{
		width: 100%;
	}
	.contents4 p, .contents6 p {
    padding: 0;
}
	
.threeColInner div{
	width: 32%;
}

	
.threeColInner div {
    margin-right: 2%;
}

.threeCol3Inner div {
	height: 300px;
	}	
.photoText p {
    height: 430px;
}
	.photoText .caption{
		display: none;;
	}	
	
.qua_list {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
}
	
.qua_list ul li {
    width: 25%;
    text-align: center;
    padding: 13px 0 12px;
	font-size: 14px;
	vertical-align: middle;
}

.sf {
    width: 100%;
    margin: 0 auto;
}
	
.sfL {
    float: left;
    width:63%;
}
	
.page{
	width:90%;
	box-sizing:border-box;
	height:30px;
}
	
.new{
	padding: 0;
	width: 100%;
}

.new2{
	width: 45%;
	float: left;
	margin-right: 7%;
}

.new3{
	width: 45%;
	float: left;
}
	
.sc{

}

.sc dl {
	width: 98%;
	line-height: 1.8em;

}


.sc dt{
	display: block;
	padding-left:5px;
	padding-right:5px;
	margin-right: 15px;
	padding-bottom: 5px;
	
}
	
.new3 .sc dt{
	display: block;
	float: none;
	padding-left:5px;
	padding-right:5px;
	margin-right: 15px;
	padding-bottom: 7px;
	
}

.sc dd {
	display: block;
	padding-left: 5px;
  	margin-bottom: 10px;
	min-width: 340px;
}
	
.footlogo {
	height: auto;

}

.foot_logo{
	width: 100%;
	padding-bottom: 15px;
}
	
.foot_logoM {
    width: 45%;
	float: left;
}

.foot_logoL{

	margin-left: 20px;
	width: 20%;
}

.foot_logo1{
	margin-left: 10px;
	margin-right: 10px;
	float: right;
}
	


.foot_logo2{
	float: right;
	margin-right: 10px;
	font-family: 'hannari';
	width: 53%;
	margin-top: 10px;
	text-align: center;
}

	
.f_top{
	bottom: 220px;
	}

	.btnH{

	margin-top: 7px;
	margin-bottom: 3px;
	text-align: center;
}

.btnH1 {

	width:195px;

}

.btnH2 a {

	width:195px;
	
}
	


	
table.table_company td div{
	float: none;
	width: auto;
	margin-right: 0;
}
	
	/*insta*/

/*insta*/
#instafeed ul{
  width: 100%;
  list-style: none;
	text-align: center;
}

#instafeed li {
	float: left;
	margin-right: 3%;
	margin-bottom: 8px;
	height: 31%;
	text-align: center;
	width: 31%;
}


#instafeed li img {
  width: 100%;
  height: auto;
}


	
/* お問い合わせ
	* --------------------------------------- */	

.info dl {
	display: block;
	
}

.info dt {
	float: none;
	margin-left:5px;
	padding-left:0;
}
	
.info dd {
    display: block;
    margin-bottom: 20px;
    margin-left: 0;
}


.info{
	width:100%;
}

input.infoInput {
    height: 25px;
    margin: 0 0 10px 0;
    padding: 5px;
    border: #CCCCCC 1px solid;
    font-size: 15px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.infosize{
	width:98%;
}
.formBtn {
	box-sizing:border-box;
	width:100%;
	margin-left:0;
	margin-bottom:10px;
	font-size:18px;
	text-align:center;
	
	}	
	

.contL{
	width: auto;
	float:none;
	
}
.contR{
	width: auto;
	float: none;
	margin: 20px 0 0 20px;
}
	
.twoCol ,.twoCol2{
	width:100%;
}
	
.twoColtex,.twoCol2tex {
	width:65%;

}
	
.twoColimg,.twoCol2img {
	width:30%;
}
	
	.quo_d{
	width: 100%;
		padding-top: 127px;
}

h2.qu {
	font-size:52px;
}
	

	
	
.quo p {
	font-size:20px;
}

.fourColInner div {
	height:auto;
}


.lineB {
    font-size: 22px;
    font-family: 'hannari';
    height: 181.38px;
}

.lineB span {
    top: 38%;
}

.line4 span  {
    top: 31%;
}	

	.compL,.compR{
		margin-top: 50px;
	}
	
h1.com {
    font-size: 52px;
	margin: 152px auto;
}
	
	.map{
		margin-top: 50px;
	}
	

.menuT a {
	display:block;
	width:90%;
	color:#ff6b29;
	text-decoration:none;
	font-family: 'hannari';
	font-size:18px;
	padding: 5px 0 5px 0;
	border:#ff6b29 1px solid;
	box-sizing: border-box;
	text-align: center;
	margin: 20px auto 0 auto;

}

.menuT a:after{
	content: ' ＞'
}

.menuT a:hover {
	background:rgba(255,107,41,.6);
	color: #FFF;
}

.menuT2 a {
	display:block;
	width:90%;
	color:#fff;
	text-decoration:none;
	font-family: 'hannari';
	font-size:18px;
	padding: 5px 0 5px 0;
	border:#ff6b29 1px solid;
	box-sizing: border-box;
	text-align: center;
	margin: 20px auto 0 auto;
	background: #ff6b29;

}

.menuT2 a:after{
	content: ' ＞'
}

.menuT2 a:hover {
	background:rgba(255,107,41,.2);
	color: #ff6b29;
}
	
.photoText4 p ,.photoText4 p.none{
height:60px;
	}
	
.contentsD2 {
    padding: 0;
}

	
.dtl dt {
    
    width: 120px;
}
	
.dtl dd {
    margin-left: 120px;
}
	
/*施工事例*/
.works_menu{
	width: 95%;
}


	
.works_menu ul li {
	margin-right:1%;
	width:24%;
	font-family: 'hannari';
}

/*サービス案内*/	
.ser1L{
	width: 68%;
	float: left;
}

.ser1R{
	width: 30%;
	float: right;
}


.ser2R{
	width: 68%;
	float: right;
}

.ser2L{
	width: 30%;
	float: left;
}

.flow {
		
	}
	
	.flow ul li {
		width:19%;
		margin-right:1.2%;
		height: 142px;
	}
	
	.flow ul li::after {
      top:-5em;
      bottom : 4em;
	  right:-100%;
}

.flow ul li:last-child:after {
      content : none ;
	  margin-right:0;
}
.telbxL{
	width: 100%;
	float: none;
	text-align: center;
}

.telbxR{
	width: 100%;
	float: none;
}
	
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:640px) {
img{
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}
	
	.lock {
		overflow:hidden;
	}

	header {
		z-index:3;
		box-sizing:border-box;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		padding:15px 10px;
	}
	
	.p_none{
	display: block;
}
	
	.s_none{
		display: none;
	}

	h1 img{
		width: 70%;
	}
	
	h1{
		text-align: left;
	}
	
.header_se h1 {
	border: none;
}

.header_se h1 {
	height:auto;
	text-align:center;
	font-size:30px;
	width: 90%;
	top:35%;
}
	
.cap2 {

    font-size: 15px;

}
	
.cap {
    font-size: 14px;
	margin-top: 10px;
}
	


	
	#slideshow h1 {
	position:absolute;
	/*padding-top: 10%;*/
	top:38%;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	z-index:2;

	text-align:center;
	font-size:28px;
		width: 98%;
}
	
.big {
    font-size: 48px;
float: right;
}
	
	.large{
		font-size: 38px;
	}
	
	.small{
		font-size: 25px;
		top:-10px;
	}
	
	.summary {
		position:relative;
		top:auto;
		right:auto;
		margin-top:15px;
	}

	#main {
		float:none;
		width:100%;
	}

	#sub {
		float:none;
		width:100%;
	}
/*ぐろなび*/
	nav {
		background:#ffffff;
	}
	nav ul {
		margin:0;
		padding:0;
		}

	nav .inner > ul {
		z-index:3;
		overflow:auto;
		position:fixed;
		top:55px;
		right:0;
		width:100%;
		height:88%;
		height:-webkit-calc(100% - 53px);
		height:calc(100% - 53px);
	}
	nav li {
		position:relative;
		width:100%;
		float:none;
		margin:0;
		text-align:left;
		list-style:none;
		
	}

	nav li:first-child {
		border-top:0;
	}
	nav li:last-child {
		border-bottom:0;
	}

	nav li a {
		display:block;
		padding:10px 30px;
		color:#4d4d4d;
		text-decoration:none;
		background:#ffffff;
	}
	nav li a:hover {
		color:#4d4d4d;
		background:#d0e7f4;
	}
	nav ul ul {
		display:none;
		position:relative;
	}
	nav li li a {
		box-sizing:border-box;
		width:100%;
		padding:10px 30px 10px 50px;
		text-align:left;
	}

	nav li li li a {
		padding:10px 30px 10px 70px;
	}




	.active > a:before {
		margin-top:0;
	}
	.active > a:after {
		margin-top:5px;
	}

	.gnav {
		display:none;
	}

	#spMenu {
		display:block;
		z-index:4;
		position:fixed;
		top:10px;
		right:10px;
	}
	#spMenu:hover {
		cursor:pointer;
	}

	#navBtn {
		display:inline-block;
		position:relative;
		width:30px;
		height:30px;
		border-radius:2px;
		top:5px;
	}
	#navBtnIcon {
		display:block;
		position:absolute;
		top:50%;
		left:50%;
		width:14px;
		height:2px;
		margin:-1px 0 0 -7px;
background: #fff;
		transition:.2s;
	}
	#navBtnIcon:before,
	#navBtnIcon:after {
		display:block;
		content:'';
		position:absolute;
		top:50%;
		left:0;
		width:14px;
		height:2px;
		background:#fff;
		transition:0.3s;
	}
	#navBtnIcon:before {
		margin-top:-6px;
	}
	#navBtnIcon:after {
		margin-top:4px;
	}
	#navBtn .close {
		background:transparent;
	}
	#navBtn .close:before,
	#navBtn .close:after {
		margin-top:0;
	}
	#navBtn .close:before {
		transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
	}
	#navBtn .close:after {
		transform:rotate(-135deg);
		-webkit-transform:rotate(-135deg);
	}

	.col_two_one ul {
		margin-right:0;
	}
	.col_two_one li {
		width:100%;
	}
	.col_two_one li:nth-child(2n+1) {
		clear:both;
	}
	
	.contents {
		box-sizing:border-box;
		width:100%;
		padding:0 10px;
	}
	
.contents2 {
	box-sizing:border-box;
		width:100%;
	margin-top: 30px;
	padding: 0;
}
	
	.contents2-2{
		width: 100%;
		padding: 0;
	}
	
.contents3 {
	margin:70px auto 0;
}
	

	
	.contents9 {
	box-sizing:border-box;
		width:100%;
		padding:0 10px;
}
	
.contentsB{
	padding: 1px 0 5px;
	margin-top: 30px;
}
	
.contentsD2 {
    padding: 0;
	margin-top: 30px;
}
	
.contentsD2L{
	width: 100%;
	float: none;
}

.contentsD2R{
	width:100%;
	float: none;
}
	

.dtl dl:first-child{
	border-top:none;
}


.dtl dt{
	width: 90px;
}

.dtl dd {
	margin-left: 90px;
}
	
.contentsD2R .dtl dt, .contentsD2R .dtl dd{
	border-top: none;
}
	
	.threeCol {
		margin-bottom:30px;
	}
	
	.threeCol:last-child {
		margin-bottom:0;
	}

	.threeCol2Inner,.threeColInner {
		margin-right:0;
	}
	.threeCol2Inner div {
		float:none;
		width:100%;
	}
	
	.threeColInner div {
		float:none;
		width:100%;
		margin-bottom: 20px;
	}
	

	
	.threeCol2Inner img {
	width:100%;
	margin-bottom:0;
		
}
	
.threeCol2 h5 {
 
    height: auto;
}
	
	.photoText2 p {
    font-size: 16px;
}
	
	.fiveCol {
		margin-bottom:80px;
	}

	.fiveColInner {
		margin-right:0;
	}
	.fiveColInner div {
		float:left;
		width:50%;
	}
	
	/*.fiveCol2 {
		margin-bottom:50px;
	}*/
	
	.fiveCol2Inner div:nth-child(5n+1) {
	clear: none;
	
}

	.fiveCol2Inner {
		margin-right:0;
	}
	.fiveCol2Inner div {
		float:left;
		width:50%;
	}
	
.photoText2 p{
margin-bottom: 5px;	
}
	
	.photoText p {
    height: auto;
		margin-bottom: 5px;	
}
	
	
	.news{
	width: 100%;
	float: none;
		box-sizing: border-box;
	
}

.new{
	padding: 0;
}

.new2{
	width: 100%;
	float: none;
}

.new3{
	width: 100%;
	float: none;
}
	
.news4 {
    padding: 0;
}

.sc{

}
	.sc dl {
	display: block;
	
}

.sc dt {
	float:none;
  width:98%;
	padding-bottom: 5px;
	
}

.sc dd {
 
  	margin-bottom: 15px;

	 min-width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;

}
	
.new3 .sc dd:last-child{
 
  	margin-bottom:0;

}

.footlogo {
	width:100%;
	height: auto;
	margin-top:100px;
}

.foot_logo{
	width: 100%;

}
.foot_logo1{
	float: none;
	margin:0 auto;
	width: 95%;
}

.foot_logo2{
	float:none;
	width: 95%;
	margin:0 auto;
	margin-top: 20px;
}

.foot_name{
	font-family: 'hannari';
	font-size: 28px;
	font-weight: bold;
}
	
	.foot_logo2 p{
		font-size: 28px;
		margin-bottom: 20px;
	}
	.quo_d {
    width: 100%;
    padding-top: 123px;
}
	
	h2.qu{
		font-size: 36px;
	}
	
	.eng {
    font-size: 22px;
}
	.quo p {
    font-size: 16px;
		margin-top: 20px;
}

	h2{

	font-size: 28px;
	font-family: 'hannari';
		margin-top: 50px;
}


h2 div {
    margin-top: 50px;
    font-size: 30px;
   
}
	

	
h2.jirei {
    margin-top: 50px;
    font-size: 30px;
}
	
	h2.none {
	
	height: 30px;
	font-size:28px;
	color:#4d4d4d;
	text-align: center;
	font-family: 'hannari';
}

	h3 {
	font-size:20px;
	
}
	
		h3.bu {
	font-size:24px;
}
	
h4 {
    
    font-size: 24px;
   
}
	
	
.kohoL{
	width: 100%;
	float: none;
	height: auto;
background:#fff;/*背s景をhtml要素に表示*/
	background-size:cover; /* 背景画像をhtml要素にフィット */
}

.kohoR{
	width: 100%;
	float: none;
	background: #e9edf4;
	height: auto;
	padding-bottom: 30px;
}

	.fourCol {
	overflow:hidden;
}
.fourColInner {
	overflow:hidden;

}

	.mtnone{
		margin-top: 0;
	}	
	
.fourColInner div {
	width:49.5%;
	float:left;
	height: auto;
	margin-top: 0;
}
.fourColInner div:nth-child(2n) {
	margin-right: 0;
}	

.fourColInner img {
	width:100%;

}
	
/*6カラム-*/

	.sixCol{
		padding: 0 10px;
	}
	
.sixColInner div {
	width:49.5%;
	float:left;	
		overflow: hidden;
	margin-right: 1%;
	margin-bottom: 1%;
}
	
	.sixColInner div:nth-child(2n){
		margin-right: 0;
	}
	
	.sixColInner div:nth-child(5),.sixColInner div:nth-child(6){
		margin-bottom: 0;
	}

.sixColInner img {
	display: block;
	width: 100%;
}
	
/*.fourColInner div:nth-child(3) ,.fourColInner div:nth-child(4),.fourColInner div:nth-child(5),.fourColInner div:nth-child(6){
	
	margin-top: 20px;
}*/
	
	.lineB span{
		font-size:20px;
	}
	
	
	
	.photoText2{
		margin-bottom: 20px;
	}
	
.compL {
    width: 100%;
    float: none;
    text-align: center;
    margin-top: 30px;
}
	
	.compL span{
		text-align: center!important;
	}
	
h1.com {
    font-size: 36px;
    margin: 166.5px auto;
	width: 180px;
	text-align: center;
}
	



.compR{
	width: 100%;
	margin: 50px auto 0;
	float: none;
	height:100%;
}
	

	
.foot_logoL{
	float: none;
	margin-left: 10px;
	width: 80%;
	margin-top: 20px;
}
	
/*施工事例詳細*/

.dtl{
	text-align: left;
	width: 100%;
	margin: 0 auto;
}

.dtl dl {
	width: 100%;

	float: none;
}

.dtl dl:first-child {
	border-bottom: none;
}
	


	.contentsV{
		width: 100%;
	}
	
.sfL{
	float: none;
	width: 100%;
}

.sfR{
	float: none;
	width: 100%;
	margin-top: 30px;
	text-align: center;
}
	
table.table_company td {
  padding : 8px 0 8px 10px;
}
	
table.table_company th{
  padding: 8px 5px;
	width: 32%;
	font-size: 16px;
}

/*理念*/

.rinen{
	font-size: 28px;
	text-align: left;
}

.rinen2{
	font-size: 24px;
	text-indent: -1em;
	padding-left: 1em;
}
	
	.rinen3{
		font-size: 24px;
	}


.vision{
	font-size: 24px;
}
	
.formBtn1{
	
	margin-right:10px;
	
}


.formBtn2{
	
	margin-left:0;
	margin-top: 0;
}

	
.twoCol {
	width:100%;
}
	
.twoColInner {
	margin-right:0;
}
	
.twoColInner div {
	float:none;
	width:100%;
}
	
.twoColtex {
	
	float:none;
	width: 100%;
}

.twoColimg,.twoColimg4 {
	margin-top:30px;
	float:none;
	width:100%;
}

.twoColimg img,.twoColimg4 img,.twoColimg2 img{
		width: 100%;
	}
	
	
.twoColtex4 {
	float:none;
	width: 100%;
	padding: 0;
	margin-top: 0
}
	
	.twoColL{
		float: none;
		width: 100%;
		height: 250px;
	}
	
	.twoColR{
		float: none;
		width: 100%;
		height: 250px;
		margin-top: 10px;
	}
	
	.twoCol h2{
		font-size: 30px;
		margin-top: 61px;
	}
	

	
.menuT a {
	width:90%;
	margin: 20px auto 0 auto;

}

.menuT a:hover {
	background:rgba(255,107,41,.6);
	color: #FFF;
}

.menuT2 a {
	
	margin: 25px auto 0 auto;

}

	
.photoText4 p {
height:auto;
	font-size: 16px;
	}
	
	.photoText .caption{
		display: none;
	}
	
.menuL {
    width: 95%;
}	
.menuTL a {
	width:48%;
}

.menuT2L a {
	width:48%;
	
}

	table.table_price tr:first-child th:nth-child(1),table.table_price td:first-child{
		display: none;
	}
/* お問い合わせ
	* --------------------------------------- */	

.info dl {
	display: block;
	
}

.info dt {
	float: none;
	margin-left:5px;
	padding-left:0;
	
}


.info{
	width:100%;
}

input.infoInput {
    height: 25px;
    margin: 0 0 10px 0;
    padding: 5px;
    border: #CCCCCC 1px solid;
    font-size: 15px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.infosize{
	width:95%;
}
	
table.table_use tr:nth-child(2) td:nth-child(2), table.table_use tr:nth-child(2) td:nth-child(3) {
    text-align: left;
    padding-left: 10px;
}
	
.twoCol2 {
	width:100%;
}
	
.twoColInner2 {
	margin-right:0;
}
	
.twoColInner2 div {
	float:none;
	width:100%;
}
	
.twoCol2tex {
	float:none;
	width:100%;
	box-sizing: border-box;
	margin-left: 0;
}

.twoCol2img {
	margin-top:20px;
	float:none;
	width:100%;
	text-align: center;
}	
	
	.threeCol3Inner {
		margin-right:0;
	}
	.threeCol3Inner div {
		float:none;
		width:100%;
		height: auto;
		margin-bottom: 5%;
	}
	

	
/*施工事例*/
.works_menu{
	width: 95%;
	margin: 50px auto 0;
	height:auto;
}

	
.works_menu ul li {
	margin-right:1%;
	width:49%;
	font-size: 20px;
}

.works_menu ul li:nth-child(2n){
	margin-right:0;
}
	
.works_menu ul li:nth-child(1),.works_menu ul li:nth-child(2){
	margin-bottom:10px;
}

.f_main,.c_main,.i_main,.in_main,.wo_main,.p_main{
		height: 200px;
	}
	
	/*サービス案内*/	

.ser1L,.ser1R,.ser2R,.ser2L{
	width: 100%;
	float: none;
}

.ser1R img,.ser2L img{
	margin-top: 30px;
}

	.map,.map2{
		height: 300px;
	}
	
	.foot_logo a{
		text-decoration: none;
	}

		.flow {
		
	}
	
	.flow ul li {
		width:49%;
		margin-right:1%;
		height: auto;
		margin-bottom: 1%;
	}
	.flow ul li:nth-child(2n) {
	margin-right: 0;
	}
	.flow ul li:last-child{
		margin-bottom: 0;
	}

	
	.flow ul li::after {
      content:none;
      bottom : 0.1em;
}

.flow ul li:last-child:after {
      content : none ;
	  margin-right:0;
}
	.pro {
    font-size: 24px;
	}
	
		/*insta*/

/*insta*/
#instafeed ul{
  width: 100%;
  list-style: none;
	text-align: center;
}

#instafeed li {
	float: left;
	margin-right: 3%;
	margin-bottom: 3%;
	height: 31%;
	text-align: center;
	width: 31%;
}


#instafeed li img {
  width: 100%;
  height: auto;
}
	
	.bor{
		height: 390px;
	}
.fb{
		text-align: center;
	}	
}