/* main */

@charset "utf-8";
/* CSS Document */

@media print, screen and (min-width:641px){

div,p,table,td,th,dl,dt,dd,img,h1,h2,h3,h4,section {
  margin:0;
  padding:0;
  border:0;
}

img { vertical-align:bottom; }


/*リンク設定*/
a {
  color:#111111;
  text-decoration:underline;
}

a:visited {
  color:#111111;
}

a:hover {
  color:#0000FF;
}

/*フォント調整*/


html {
  font-family:"游ゴシック Medium", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
}



/*汎用設定*/

html {
  font-size:62.5%;
}

body {
  margin:0;
  padding:0;
  text-align:center;
  font-size:16px;
  font-size:1.6rem;
  width:100%;
  color:#111111;
  font-weight:500;
  line-height:1.4;
  min-width:1200px;
  /*font-family:"メイリオ",'Meiryo','Verdana',"ヒラギノ角ゴ Pro W3",'Hiragino Kaku Gothic Pro',"ＭＳ Ｐゴシック",'Osaka',sans-serif;*/
}

strong { font-weight:normal; }
em { font-style:normal; }

.h2area strong {
  font-weight:bold;
}
  
}

/* sub */

@media print, screen and (min-width:641px){

#container {
  width:100%;
  text-align:left;
}

#head {
  width:990px;
  margin:0 auto;
}

#content {
  width:100%;
  margin-bottom:100px;
}

#foot {
  width:100%;
  background-color:#000000;
  color:#FFFFFF;
}

/* 基礎 */
h1 {
  width:111px;
  height:40px;
  float:left;
  padding:20px 0;
}

h1 img {
  width:100%;
  height:auto;
  vertical-align:top;
}

.navArea{
  display:block !important;
  width:870px;
  height:80px;
  float:right;
}

.navArea ul{
  margin:20px 0 0 0;
  padding:0;
  text-align:right;
}

.navArea ul li {
  display:inline-block;
  margin:0 10px;
  overflow:hidden;
  border-bottom: solid 3px #FFFFFF;
  position:relative;
}

.navArea ul li:after {
  width:40px;
  content:"";
  height:0;
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
  border-bottom:solid 3px #FFFFFF;
}

.navArea ul li a {
  display:block;
  padding:10px 15px;
  text-decoration:none;
  line-height:20px;
}

.navArea ul li.on:after {
  border-bottom: solid 3px #000000;
}

.navArea ul * {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.navArea ul li a:after {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.navArea ul li a:after {
  padding: 0.3em 0;
  position: absolute;
  bottom: 100%;
  font-size:1.4rem;
  line-height:20px;
  left: 0;
  right:0;
  text-align:center;
  content: attr(data-hover);
  color: #333333;
  white-space: nowrap;
  margin-bottom:6px;
}
.navArea ul li:hover a {
  transform: translateY(100%);
}

.footArea{
  width:990px;
  margin:0 auto;
  padding-top:80px;
}

.footLeft {
  width:470px;
  float:left;
  position:relative;
}

.footLeft a {
  color:#FFFFFF;
  text-decoration:none;
}

.footLeft a:hover{
  text-decoration:underline;
}

.footRight {
  width:480px;
  float:right;
}

.footLogo {
  background:url(../usr_img/logo.svg) no-repeat;
  background-size:100% auto;
  padding-top:60px;
  padding-top:calc(9em * 0.4);
  display:inline-block;
  vertical-align:bottom;
}

.footTel {
  font-size:3.0rem;
  display:inline-block;
  padding-left:20px;
  margin-bottom:-5px;
}

.footTel span {
  font-size:1.8rem;
}

address {
  font-style:normal;
  margin-top:20px;
}

.footRight ul{
  margin:0;
  padding:0;
}

.footRight ul li {
  display:inline-block;
  margin:0;
  overflow:hidden;
  border-left: solid 1px #FFFFFF;
  float:left;
  width:239px;
}

.footRight ul li a {
  display:block;
  padding:10px 20px;
  text-decoration:none;
  line-height:20px;
  color:#FFFFFF;
}

.footRight ul * {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.footRight ul li a:after {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.footRight ul li a:after {
  padding: 0.3em 0;
  position: absolute;
  bottom: 100%;
  line-height:20px;
  left: 20px;
  right:auto;
  text-align:left;
  content: attr(data-hover);
  color: #FFFFFF;
  white-space: nowrap;
  margin-bottom:3px;
}
.footRight ul li:hover a {
  transform: translateY(100%);
}

.copy {
  padding:40px 0 10px 0;
  text-align:right;
  clear:both;
}


/* SP グローバルメニュー */

.sp_menu_btn{
  display:none;
}


/* 下層共通 */
#LOW h2{
  border-bottom:solid 6px #000000;
  margin-bottom:130px;
}

#LOW h2 span{
  width:340px;
  height:50px;
  line-height:52px;
  border:solid 3px #000000;
  background-color:#FFFFFF;
  font-weight:bold;
  font-size:2.4rem;
  text-align:center;
  margin:0 auto -31px auto;
  display:block;
}

.h2area{
  width:990px;
  margin:0 auto 200px auto;
}

#LOW h3{
  font-weight:bold;
  font-size:28px;
  margin:0 0 40px 0;
  padding-bottom:5px;
  text-align:center;
  position:relative;
}

#LOW h3::after {
  content:"";
  border-bottom:solid 2px #000000;
  width:25px;
  text-align:center;
  margin:auto;
  position:absolute;
  bottom:0;
  left:0;
  right:0;
}

.h3area{
  width:990px;
  margin:0 auto 130px auto;
}


/* トップ */
.sliderBox{
  position:relative;
  margin-bottom:100px;
}

.sliderBox img {
  max-width:100%;
}

.slideLogo {
  width:324px;
  height:173px;
  position:absolute;
  z-index:10000;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
}

.readBox{
  text-align:center;
  line-height:40px;
  margin-bottom:100px;
}

.infoBox{
  border-top:solid 6px #000000;
  border-bottom:solid 6px #000000;
  padding:100px 0;
  position:relative;
  margin-bottom:100px;
}

.infoArea{
  width:790px;
  margin:0 auto;
  position:relative;
}

.infoArea dt{
  height:120px;
  width:150px;
  float:left;
  background-color:#000000;
  font-size:1.8rem;
  text-align:center;
  font-weight:bold;
  line-height:120px;
  color:#FFFFFF;

}

.infoArea dd{
  width:640px;
  position:absolute;
  top:50%;
  left:160px;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}

.infoArea dd table {
  margin:0;
  padding:0;
  
}

.infoArea dd table th,
.infoArea dd table td{
  font-weight:500;
  padding:6px 0 6px 50px;
  vertical-align:top;
}

.infoLink{
  position:absolute;
  width:220px;
  height:40px;
  border:solid 3px #000000;
  left:0;
  right:0;
  bottom:0;
  margin:0 auto -23px auto;
  background-color:#FFFFFF;
}

.infoLink a {
  display:block;
  height:40px;
  line-height:40px;
  text-align:center;
  text-decoration:none;
  position:relative;
  font-weight:bold;
}

.infoLink a:hover{
  background-color:#000000;
  color:#FFFFFF;
}

.infoLink a:after{
  position:absolute;
  top:0;
  bottom:0;
  margin:auto;
  content: "";
  vertical-align: middle;
    right: 15px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.infoLink a:hover:after{
  border-color:#FFFFFF;
}

.topMenu {
  background:url(../usr_img/topbg.jpg) repeat-y;
  background-size:100% auto;
  padding:80px 0;
  margin-bottom:100px;
}

.topMenu ul {
  margin:0 auto;
  padding:0;
  width:990px;
}

.topMenu ul li {
  width:296px;
  height:212px;
  border:solid 10px #000000;
  border-radius:20px 0 20px 0;
  overflow:hidden;
  position:relative;
  float:left;
  margin:0 21px 21px 0;
}

.topMenu ul li:nth-child(3n){
  margin:0 0 21px 0;
}

.topMenu ul li img{
  width:105%;
  transition: transform 0.2s ease-out;
  backface-visibility:hidden;
  -webkit-backface-visibility: hidden;
}

.topMenu ul li:hover img{
  transform: scale(1.1);
}

.topMenu ul li .tmHead{
  height:40px;
  width:100%;
  background-color:rgba(0,0,0,0.6);
  color:#e5b834;
  overflow:hidden;
  position:absolute;
  left:0;
  top:0;
}

.topMenu ul li .tmHead a {
  width:auto;
  height:40px;
  line-height:40px;
  display:block;
  padding:0 15px;
  position:relative;
  color:#e5b834;
  text-decoration:none;
}

.topMenu ul li .tmHead a:after{
  position:absolute;
  top:0;
  bottom:0;
  margin:auto;
  content: "";
  vertical-align: middle;
    right: 15px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #e5b834;
    border-right: 2px solid #e5b834;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.topMenu ul li .tmHead a img {
  width:auto;
  position:absolute;
  bottom:0;
  left:10px;
}

.topMenu ul li:hover .tmHead a img{
  transform: scale(1) translate(0,41px);
}

.topMenu ul li .tmCont {
  height:40px;
  width:100%;
  box-sizing:border-box;
  padding:0 10px;
  background-color:rgba(0,0,0,0.6);
  color:#FFFFFF;
  overflow:hidden;
  position:absolute;
  left:0;
  line-height:40px;
  bottom:-40px;
  transition: bottom 0.2s ease-out;
}

.topMenu ul li:hover .tmCont{
  bottom:0;
}

.topContact a{
  margin:0 auto;
  border:solid 3px #000000;
  width:340px;
  height:40px;
  font-weight:bold;
  text-align:center;
  line-height:42px;
  font-size:2.4rem;
  display:block;
  text-decoration:none;
}

.topContact a:hover{
  color:#FFFFFF;
  background-color:#000000;
}


/* タイル施工 */
.constBox {
  width:830px;
  height:380px;
  border:solid 10px #000000;
  overflow:hidden;
  background-color:#FFFFFF;
}

.L{
  margin:0 auto 0 0;
  border-radius:0 30px 0 0;
}

.R {
  margin:0 0 0 auto;
  border-radius:0 0 0 30px;
}

.connect {
  background:url(../usr_img/const_bg.svg) repeat-y center center;
}

.connect .constBox{
  margin-bottom:30px;
}

.photo {
  width:422px;
  height:380px;
  overflow:hidden;
}

.L .photo, .R dl {
  float:left;
}

.R .photo, .L dl {
  float:right;
}

.constBox dl {
  width:408px;
  height:380px;
  position:relative;
}

.constBox dl dt, .constBoxS dl dt {
  background-color:#000000;
  padding:10px;
  height:54px;
  color:#FFFFFF;
  line-height:27px;
  font-weight:bold;
}

.constBox dl dd, .constBoxS dl dd {
  height:306px;
  box-sizing:border-box;
  position:relative;
  line-height:2;
}

.constBox dl dd p, .constBoxS dl dd p{
  position:absolute;
  left:0;
  top:50%;
  transform: translateY(-50%);
  padding:0 50px;
}

.R dl dt {
  position:absolute;
  left:0;
  bottom:0;
  text-align:right;
  width:calc(100% - 20px);
}

.constBoxS {
  width:970px;
  height:380px;
  border:solid 10px #000000;
  border-radius:0 0 30px 0;
}

.constBoxS .photo {
  float:left;
}

.constBoxS dl {
  width:548px;
  height:380px;
  position:relative;
  float:right;
}

.constBoxS dl dt {
  position:absolute;
  left:0;
  bottom:0;
  width:calc(100% - 20px);
}

/* 切断加工 */

.manuBox {
  width:970px;
  border:solid 10px #000000;
  border-radius:0 0 30px 0;
  margin-bottom:60px;
}
.h2area .manuBox:nth-child(2n){
  border-radius:0 0 0 30px;
}

.manuL{
  width:480px;
  float:left;
  text-align:left;
}

.manuR{
  width:480px;
  float:right;
  text-align:right;
}

.manuBox .cap{
  padding:5px;
}

.manuBox .txt{
  background-color:#000000;
  color:#FFFFFF;
  font-weight:bold;
  font-size:2.3rem;
  text-align:center;
  padding:15px 15px 5px 15px;
  clear:both;
}

.manuBottom {
  width:800px;
  margin:0 auto 80px;
  padding-top:80px;
}

.manuBottom dt {
  width:480px;
  border:solid 6px #000000;
  margin:0 auto 90px auto;
  padding:10px 0;
  font-weight:bold;
  font-size:2.4rem;
  text-align:center;
}

.manuBottom dd{
  background-color:#e6e6e6;
  padding:100px;
  text-align:left;
  line-height:2;
}


/* 資材 */

.saleBox{
  background-color:#e6e6e6;
  padding:100px;
  text-align:left;
  line-height:2;
  width:600px;
  margin:0 auto;
}

/* 募集 */

.recruitBox {
  width:970px;
  border:solid 10px #000000;
  border-radius:0 0 30px 0;
  margin-bottom:60px;
}

.recruitL{
  width:485px;
  float:left;
  text-align:left;
}

.recruitR{
  width:485px;
  float:right;
  text-align:right;
}

.recruitBox .cap{
  padding:5px;
}

.recruitBox .txt{
  width:740px;
  margin:0 auto;
  clear:both;
  padding:80px 0;
  line-height:2;
}

.recruitBox .tel {
  background-color:#000000;
  color:#FFFFFF;
  padding:10px;
  line-height:45px;
  font-size:2.0rem;
  margin-top:80px;
  text-align:center;
  
}

.recruitBox .tel span{
  padding-left:20px;
  font-size:40px;
  line-height:40px;
  display:inline-block;
  vertical-align:middle;
}

/* アクセス */

#gmap {
  margin-bottom:20px;
}

.accessLink{
  margin-bottom:20px;
}

.accessLink a{
  border:solid 6px #000000;
  padding:5px 0;
  width:260px;
  margin:0 auto;
  text-align:center;
  font-weight:bold;
  font-size:18px;
  display:block;
  text-decoration:none;
}

.accessLink a:hover, .accessMail a:hover{
  background-color:#000000;
  color:#FFFFFF;
}

.accessInfo{
  margin-bottom:80px;
  line-height:2;
}

.accessMail{

}

.accessMail a{
  border:solid 6px #000000;
  padding:10px 0;
  width:500px;
  margin:0 auto;
  text-align:center;
  font-weight:bold;
  font-size:24px;
  display:block;
  text-decoration:none;
}

/* 会社概要 */

.aboutBox {
  border:solid 10px #000000;
  border-radius:0 0 30px 0;
  padding:100px;
}

.aboutBox table {
  margin:0;
  padding:0;
  border-top:solid 3px #000000;
  width:100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.aboutBox table td, .aboutBox table th{
  padding:20px 5px;
  border-bottom:solid 3px #000000;
  vertical-align:top;
}

.aboutBox table th{
  width:20%;
}

.aboutBox .aboutImg{
  padding:60px 0 0;
  text-align:center;
}
  
  .aboutBox .aboutImg{
  padding:60px 0 0;
  text-align:center;
}

.aboutBox .aboutImg img{
  width:100%;
  height:auto;
}

.aboutAccess{
  border:solid 2px #000000;
  padding:5px 20px;
  text-align:center;
  display:inline-block;
  text-decoration:none;
  margin-top:5px;
}

.aboutAccess:hover{
  background-color:#000000;
  color:#FFFFFF;
}


/* 問合せ */

.contactTel {
  font-size:4.8rem;
  font-weight:bold;
  text-align:center;
}

.aboutBox table input[type="text"]{
  border:none;
  padding:10px;
  background-color:#F2F2F2;
  width:300px;
}

.aboutBox table textarea{
  border:none;
  padding:10px;
  background-color:#F2F2F2;
  width:calc(100% - 20px);
  font-family:"游ゴシック Medium", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size:14px;
  font-weight:500;
  height:200px;
}

.contaxtBox span.kome{
  font-size:1.2rem;
  color:#CC0000;
  border:solid 1px #CC0000;
  padding:2px;
  margin-left:10px;
}
  
}

/* main_sp */

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

div,p,table,td,th,dl,dt,dd,img,h1,h2,h3,h4,section {
  margin:0;
  padding:0;
  border:0;
}

img { vertical-align:bottom; }


/*リンク設定*/
a {
  color:#111111;
  text-decoration:underline;
}

a:visited {
  color:#111111;
}


/*フォント調整*/


html {
  font-family:"游ゴシック Medium", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
}



/*汎用設定*/

html {
  font-size:62.5%;
}

body {
  margin:0;
  padding:0;
  text-align:center;
  font-size:16px;
  font-size:1.6rem;
  width:100%;
  color:#111111;
  font-weight:500;
  line-height:1.4;
  /*font-family:"メイリオ",'Meiryo','Verdana',"ヒラギノ角ゴ Pro W3",'Hiragino Kaku Gothic Pro',"ＭＳ Ｐゴシック",'Osaka',sans-serif;*/
  -webkit-text-size-adjust:100%;
}

strong { font-weight:normal; }
em { font-style:normal; }

.h2area strong {
  font-weight:bold;
}

input[type="text"],
input[type="email"],
input[type="button"],
input[type="submit"],
textarea,
select{
  font-size:16px;
  -webkit-appearance: none;
}
  
}

/* sub_sp */

@media screen and (max-width:640px){
  
#container {
  width:100%;
  text-align:left;
}

#head {
  position:relative;
  margin:0 auto;
  padding:20px;
}

#content {
  width:100%;
  margin-bottom:60px;
}

#foot {
  width:100%;
  background-color:#000000;
  color:#FFFFFF;
}

/* 基礎 */
h1 {
  width:111px;
  height:40px;
  padding:0;
}

h1 img {
  width:100%;
  height:auto;
  vertical-align:top;
}

.navArea{
  display:none;
  
  position:relative;
}

.navArea ul{
  padding:0;
  list-style:none;
  margin-bottom:0;
}

.navArea ul li {
  border-bottom: solid 2px #FFFFFF;
  position:relative;
  font-weight:bold;
}

.navArea ul li:after {

}

.navArea ul li a {
  display:block;
  padding:10px 0;
  text-decoration:none;
  line-height:20px;
}

.navArea ul li.on{
  color:#999;
  border-bottom: solid 2px #000000;
}

.navArea ul li.on a{
  color:#999;
}

.navArea ul li.on:after {

}

.navArea ul * {

}

.navArea ul li a:after {

}

.navArea ul li a:after {
  padding: 0.3em 0;
  font-size:1.4rem;
  line-height:20px;
  margin-left:1em;
  content: attr(data-hover);
  white-space: nowrap;
  margin-bottom:6px;
}
/*
.navArea ul li:hover a {
  transform: translateY(100%);
}*/

.footArea{
  margin:0 auto;
  padding:30px 30px 20px;
}

.footLeft {
  position:relative;
}

.footLeft a {
  color:#FFFFFF;
  text-decoration:none;
}

.footRight {

}

.footLogo {
  width:144px;
  margin:0 auto;
  background:url(../usr_img/logo.svg) no-repeat;
  background-size:100% auto;
  padding-top:60px;
  padding-top:calc(9em * 0.4);
  display:block;
  vertical-align:bottom;
}

.footTel {
  font-size:3.0rem;
  text-align:center;
  margin-bottom:-5px;
}

.footTel span {
  font-size:1.8rem;
}

address {
  font-style:normal;
  margin:20px 0;
}

.footRight ul{
  margin:0;
  padding:0;
}

.footRight ul li {
  margin:0;
  overflow:hidden;
  border-left: solid 1px #FFFFFF;
}

.footRight ul li a {
  display:block;
  padding:10px 20px;
  text-decoration:none;
  line-height:20px;
  color:#FFFFFF;
}

/*.footRight ul * {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.footRight ul li a:after {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.footRight ul li a:after {
  padding: 0.3em 0;
  position: absolute;
  bottom: 100%;
  line-height:20px;
  left: 20px;
  right:auto;
  text-align:left;
  content: attr(data-hover);
  color: #FFFFFF;
  white-space: nowrap;
  margin-bottom:3px;
}
.footRight ul li:hover a {
  transform: translateY(100%);
}*/

.copy {
  padding:20px 0 0;
  clear:both;
}


/* SP グローバルメニュー */

.sp_menu_btn{
  position:absolute;
  width:26.6px;
  height:26.6px;
  top:7px;
  right:0;
  padding:20px 25px 20px 20px;
  margin:auto;
  cursor:pointer;
}

.sp_menu_btn img{
  width:100%;
  height:auto;
}


/* 下層共通 */
#LOW h2{
  border-bottom:solid 4px #000000;
  margin-bottom:60px;
}

#LOW h2 span{
  height:50px;
  line-height:52px;
  border:solid 3px #000000;
  background-color:#FFFFFF;
  font-weight:bold;
  font-size:2.4rem;
  text-align:center;
  margin:0 20px -31px;
  display:block;
}

.h2area{
  margin:0 20px 30px;
}

#LOW h3{
  font-weight:bold;
  font-size:22.4px;
  margin:0 0 30px;
  padding-bottom:5px;
  text-align:center;
  position:relative;
}

#LOW h3::after {
  content:"";
  border-bottom:solid 2px #000000;
  width:25px;
  text-align:center;
  margin:auto;
  position:absolute;
  bottom:0;
  left:0;
  right:0;
}

.h3area{
  margin:0 auto 30px;
}


/* トップ */
.sliderBox{
  position:relative;
  margin-bottom:30px;
}

.sliderBox img {
  max-width:100%;
}

.slideLogo {
  width:162px;
  height:86.5px;
  position:absolute;
  z-index:1000;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
}

.readBox{
  text-align:center;
  line-height:30px;
  padding:30px;
}

.infoBox{
  border-top:solid 4px #000000;
  border-bottom:solid 4px #000000;
  padding:30px;
  position:relative;
  margin-bottom:60px;
}

.infoArea{
  margin:0 auto 30px;
  position:relative;
}

.infoArea dt{
  height:120px;
  width:150px;
  margin:0 auto 20px;
  background-color:#000000;
  font-size:1.8rem;
  text-align:center;
  font-weight:bold;
  line-height:120px;
  color:#FFFFFF;

}

.infoArea dd{


}

.infoArea dd table {
  margin:0;
  padding:0;
  
}

.infoArea dd table th,
.infoArea dd table td{
  font-weight:500;
  vertical-align:top;
  padding-bottom:10px;
}

.infoArea dd table th{
  padding-right:10px;
}

.infoLink{
  position:absolute;
  width:220px;
  height:40px;
  border:solid 3px #000000;
  left:0;
  right:0;
  bottom:0;
  margin:0 auto -23px auto;
  background-color:#FFFFFF;
}

.infoLink a {
  display:block;
  height:40px;
  line-height:40px;
  text-align:center;
  text-decoration:none;
  position:relative;
  font-weight:bold;
}

.infoLink a:hover{
  background-color:#000000;
  color:#FFFFFF;
}

.infoLink a:after{
  position:absolute;
  top:0;
  bottom:0;
  margin:auto;
  content: "";
  vertical-align: middle;
    right: 15px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.infoLink a:hover:after{
  border-color:#FFFFFF;
}

.topMenu {
  background:url(../usr_img/topbg.jpg) repeat-y;
  background-size:100% auto;
  padding:10px 10px 0;
  margin-bottom:60px;
}

.topMenu ul {
  margin:0 auto;
  padding:0;
}

.topMenu ul li{
  float:left;
  box-sizing:border-box;
  width:calc(50% - 5px);
  border:solid 5px #000000;
  border-radius:20px 0 20px 0;
  overflow:hidden;
  position:relative;
  margin:0 0 10px;
}

.topMenu ul li:nth-of-type(2n){
  float:right;
}

.topMenu ul li img{
  width:100%;
  transition: transform 0.2s ease-out;
  backface-visibility:hidden;
  -webkit-backface-visibility: hidden;
}

/*.topMenu ul li:hover img{
  transform: scale(1.1);
}*/

.topMenu ul li .tmHead{
  height:40px;
  width:100%;
  background-color:rgba(0,0,0,0.6);
  color:#e5b834;
  overflow:hidden;
  position:absolute;
  left:0;
  top:0;
}

.topMenu ul li .tmHead a {
  width:auto;
  height:40px;
  line-height:40px;
  display:block;
  padding:0 15px;
  position:relative;
  color:#e5b834;
  text-decoration:none;
}

.topMenu ul li .tmHead a:after{
  position:absolute;
  top:0;
  bottom:0;
  margin:auto;
  content: "";
  vertical-align: middle;
    right: 15px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #e5b834;
    border-right: 2px solid #e5b834;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.topMenu ul li .tmHead a img {
  width:auto;
  position:absolute;
  bottom:4px;
  left:10px;
  height:60px;
}

/*.topMenu ul li:hover .tmHead a img{
  transform: scale(1) translate(0,41px);
}*/

.topMenu ul li .tmCont {
  height:40px;
  width:100%;
  box-sizing:border-box;
  padding:0 10px;
  background-color:rgba(0,0,0,0.6);
  color:#FFFFFF;
  overflow:hidden;
  position:absolute;
  left:0;
  line-height:40px;
  bottom:-40px;
  transition: bottom 0.2s ease-out;
}

/*.topMenu ul li:hover .tmCont{
  bottom:0;
}*/

.topContact{
  padding:0 30px;
}

.topContact a{
  margin:0 auto;
  border:solid 3px #000000;
  font-weight:bold;
  text-align:center;
  font-size:2.4rem;
  display:block;
  text-decoration:none;
}

.topContact a:hover{
  color:#FFFFFF;
  background-color:#000000;
}


/* タイル施工 */
.constBox {
  border:solid 7px #000000;
  overflow:hidden;
  background-color:#FFFFFF;
}

.L{
  margin:0 auto 0 0;
  border-radius:0 30px 0 0;
}

.R {
  margin:0 0 0 auto;
  border-radius:0 0 0 30px;
}

.connect {
  background:url(../usr_img/const_bg.svg) center center / 50% auto  repeat-y;
}

.connect .constBox{
  margin-bottom:30px;
}

.photo {
  overflow:hidden;
}

.constBox .photo img{
  width:100%;
  height:auto;
}

.L .photo, .R dl {
}

.R .photo, .L dl {
}

.constBox dl {
  position:relative;
}

.constBox dl dt, .constBoxS dl dt {
  background-color:#000000;
  padding:10px;
  height:54px;
  color:#FFFFFF;
  line-height:27px;
  font-weight:bold;
}

.constBox dl dd, .constBoxS dl dd {
  box-sizing:border-box;
  position:relative;
  line-height:2;
  padding:20px;
}





.constBoxS {
  border:solid 7px #000000;
  border-radius:0 0 30px 0;
}

.constBoxS .photo img{
  width:100%;
  height:auto;
}

.constBoxS dl {

}

.constBoxS dl dt {

}

/* 切断加工 */

.manuBox img{
  width:100%;
  height:auto;
}

.manuBox {
  border:solid 7px #000000;
  border-radius:0 0 30px 0;
  margin-bottom:60px;
}

.manuBox .txt{
  border-radius:0 0 10px 0;
}

.h2area .manuBox:nth-child(2n){
  border-radius:0 0 0 30px;
}

.h2area .manuBox:nth-child(2n) .txt{
  border-radius:0 0 0 10px;
}

.manuL{

  text-align:left;
}

.manuR{

  text-align:right;
}

.manuBox .cap{
  padding:5px;
}

.manuBox .txt{
  background-color:#000000;
  color:#FFFFFF;
  font-weight:bold;
  font-size:2.3rem;
  text-align:center;
  padding:15px 15px 5px 15px;
  clear:both;
}

.manuBottom {
  margin:0 auto 50px;
}

.manuBottom dt {
  border:solid 4px #000000;
  margin:0 auto 30px;
  padding:10px 0;
  font-weight:bold;
  font-size:2.4rem;
  text-align:center;
}

.manuBottom dd{
  background-color:#e6e6e6;
  padding:30px;
  text-align:left;
  line-height:2;
}


/* 資材 */

.saleBox{
  background-color:#e6e6e6;
  padding:30px;
  text-align:left;
  line-height:2;
  margin:0 auto;
}

/* 募集 */

.recruitBox {
  border:solid 7px #000000;
  border-radius:0 0 30px 0;
  margin-bottom:30px;
}

.recruitL{
  text-align:left;
}

.recruitR{
  text-align:right;
}

.recruitBox img{
  width:100%;
  height:auto;
}

.recruitBox .cap{
  padding:5px;
}

.recruitBox .txt{
  margin:0 auto;
  clear:both;
  padding:20px;
  line-height:2;
  word-break:break-all;
}

.recruitBox .tel {
  background-color:#000000;
  color:#FFFFFF;
  padding:10px;
  line-height:1.5;
  font-size:2.0rem;
  margin-top:30px;
  text-align:center;
  
}

.recruitBox .tel span{
  font-size:32px;
  line-height:32px;
  display:block;
  vertical-align:middle;
}

/* アクセス */

#gmap {
  margin-bottom:20px;
}

#gmap iframe{
  width:100%;
  height:350px;
}

.accessLink{
  margin-bottom:20px;
}

.accessLink a{
  border:solid 4px #000000;
  padding:5px 0;
  width:260px;
  margin:0 auto;
  text-align:center;
  font-weight:bold;
  font-size:18px;
  display:block;
  text-decoration:none;
}

.accessLink a:hover, .accessMail a:hover{
  background-color:#000000;
  color:#FFFFFF;
}

.accessInfo{
  margin-bottom:30px;
  line-height:2;
}

.accessMail{

}

.accessMail a{
  border:solid 4px #000000;
  padding:10px;
  margin:0 auto;
  text-align:center;
  font-weight:bold;
  font-size:24px;
  display:block;
  text-decoration:none;
}

/* 会社概要 */

.aboutBox {
  border:solid 7px #000000;
  border-radius:0 0 30px 0;
  padding:30px 20px;
}

.aboutBox table {
  margin:0;
  padding:0;
  border-top:solid 3px #000000;
  width:100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.aboutBox table td, .aboutBox table th{
  display:block;
  padding:20px 5px;
  border-bottom:solid 3px #000000;
  vertical-align:top;
}

.aboutBox table th{
  padding-bottom:0;
  border-bottom:0;
}

.aboutBox table td{
  padding-top:10px;
}
  
  .aboutBox .aboutImg{
  padding-top:30px;
}

.aboutBox .aboutImg img{
  width:100%;
  height:auto;
}

.aboutAccess{
  border:solid 2px #000000;
  padding:5px 20px;
  text-align:center;
  display:inline-block;
  text-decoration:none;
  margin-top:5px;
}

.aboutAccess:hover{
  background-color:#000000;
  color:#FFFFFF;
}


/* 問合せ */

.contactTel {
  font-size:3.8rem;
  font-weight:bold;
  text-align:center;
  word-break:break-all;
}

.aboutBox table input[type="text"]{
  box-sizing:border-box;
  width:100% !important;
  border:none;
  padding:10px;
  background-color:#F2F2F2;
}

.aboutBox table tr:first-child td input[type="text"]{
  width:calc(100% - 3em) !important;
}

.aboutBox table textarea{
  box-sizing:border-box;
  width:100%;
  border:none;
  padding:10px;
  background-color:#F2F2F2;
  font-family:"游ゴシック Medium", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight:500;
  height:200px;
}

.contaxtBox span.kome{
  display:inline-block;
  font-size:1.2rem;
  color:#CC0000;
  border:solid 1px #CC0000;
  padding:2px;
  margin-left:10px;
}
  
}

/* library */

/*margin-set*/

.m0 {
  margin:0;
}

.mb0 {
  margin-bottom:0;
}

.mb5 {
  margin-bottom:5px;
}

.mb10 {
  margin-bottom:10px;
}

.mb20 {
  margin-bottom:20px;
}

.mb30 {
  margin-bottom:30px;
}

.mb40 {
  margin-bottom:40px;
}

.mb50 {
  margin-bottom:50px;
}

.mleft0 {
  margin-left:0;
}

.mleft5 {
  margin-left:5px;
}

.mleft10 {
  margin-left:10px;
}

.mleft20 {
  margin-left:20px;
}

.mleft30 {
  margin-left:30px;
}

.mright0 {
  margin-right:0;
}

.mright5 {
  margin-right:5px;
}

.mright10 {
  margin-right:10px;
}

.mright20 {
  margin-right:20px;
}

.mright30 {
  margin-right:30px;
}

.mtop0 {
  margin-top:0;
}

.mtop5 {
  margin-top:5px;
}

.mtop10 {
  margin-top:10px;
}

.mtop20 {
  margin-top:20px;
}

.mtop30 {
  margin-top:30px;
}

/*padding-set*/

.p0 {
  padding:0;
}


.p5 {
  padding:5px;
}


.p10 {
  padding:10px;
}

.pb0 {
  padding-bottom:0;
}

.pb5 {
  padding-bottom:5px;
}

.pb10 {
  padding-bottom:10px;
}

.pb20 {
  padding-bottom:20px;
}

.pb30 {
  padding-bottom:30px;
}

.pleft0 {
  padding-left:0;
}

pleft5 {
  padding-left:5px;
}

.pleft10 {
  padding-left:10px;
}

.pleft20 {
  padding-left:20px;
}

.pright0 {
  padding-right:0;
}


.pright5 {
  padding-right:5px;
}

.pright10 {
  padding-right:10px;
}

.pright20 {
  padding-right:20px;
}

.ptop0 {
  padding-top:0;
}

.ptop5 {
  padding-top:5px;
}

.ptop10 {
  padding-top:10px;
}

.ptop20 {
  padding-top:20px;
}

/*position*/
.txtleft {
  text-align:left;
}

.txtcenter {
  text-align:center;
}

.txtright {
  text-align:right;
}

.fleft {
  float:left;
}

.fright {
  float:right;
}

.clearfloat {
  clear:both;
}


/*font-set*/
.bd {
  font-weight:bold;
}

.uline {
  text-decoration:underline;
}

.red {
  color:#CC0000;
}

.lfont {
  font-size:1.2em;
}

.sfont {
  font-size:0.8em;
}

/*table*/
.vtop {
  vertical-align:top;
}

.vbottom {
  vertical-align:bottom;
}

.vmiddle {
  vertical-align:middle;
}

.def {
  margin:0 0 10px 0;
  padding:0;
  border-collapse:collapse;
}

.def td {
  padding:5px;
  text-align:left;
  vertical-align:top;
  border-bottom:dashed 1px #CCCCCC;
}

.def th {
  padding:5px;
  text-align:left;
  vertical-align:top;
  font-weight:bold;
  border-bottom:dashed 1px #CCCCCC;
}

.clearfix {
  zoom: 100%;
}

.clearfix:after {
  content: "";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

/* 送信完了 */

/* 完了ページ */
.compleatBox{
  width:600px;
  background:#FFF;
  border:1px solid #666;
  padding:40px 20px;
  margin:50px auto 100px;
  text-align:center;
}

@media screen and (max-width:640px){
  .compleatBox{
  width:auto;
  background:#FFF;
  border:1px solid #666;
  padding:20px;
  margin:25px;
  text-align:center;
} 
}

.form-errors{
  color:#ff0000;
  padding-top:10px;
}

/* EHフォーム - SP調整用 */

/* EH-style */

.new{
  color:#FFF;
  padding:3px;
  font-size:11px;
  background:#900;
  margin-left:2px;
  position:relative;
  top:-1px;
}

.info-tbl th,
.info-tbl td{
  padding:5px;
}

.form-food{
  padding:30px 0 0;
  text-align:center;
}

.form-fdl{
  margin-bottom:20px;
}

.form-fdc,
.form-fdr{
  display:inline-block;
  margin:0 15px;
}

.form-fdc input,
.form-fdr input{
  margin:0;
  padding:15px;
  border: solid 3px #000000;
  font-weight: bold;
  text-align: center;
  font-size: 2.4rem;
  line-height:1;
  display: block;
  text-decoration: none;
  background:#FFF;
  cursor:pointer;
  border-radius:0;
}

.form-fdc input:hover,
.form-fdr input:hover{
  border-color:#000;
  background:#000;
  color:#FFF;
}

.form-fdr input{
  border-color:#900;
  background:#900;
  color:#FFF;
}

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

.form-fdc,
.form-fdr{
  display:block;
  margin:0 0 15px;
}

.form-fdc input,
.form-fdr input{
  box-sizing:border-box;
  width:100%;
}
  
}

