@charset "utf-8";
@media screen and (max-width: 1200px) {
  /*------header_nav------*/
.top_logo img{
  width: 65px;
  margin-right: 6px;
}
.top_logo .logo_s{
  font-size: 13px;
  letter-spacing: 0;
}
.top_logo .logo_l{
  font-size: 24px;
  letter-spacing: 1px;
}
  .r_nav li{
  margin-right: 1em;
}
  #vegas {
    padding-bottom: 48%;
}
/*メインビジュアルテキスト*/
  .mainvisual_text{
  width: 80%;
  bottom: 15%;
}
.mainvisual_text .main_text{
  color: #fff;
    line-height: 1.3;
  font-size: 42px;
  letter-spacing: 6px;
  margin-bottom: .3em;
}
.mainvisual_text .subtext{
  font-size: 15px;
}
  #about .l_content{
  width: 70%;
  font-size: 17px;
}
  #machine table{
  width: 95%;
}
  /*------footer------*/
  footer .footer_image {
    margin-bottom: 50px;
}
footer{
  background-image: url("../images/ill_footer.png"),url("../images/ill_footer_cname.png");
  background-repeat: no-repeat;
  background-size: 185px,50%;
  background-position: left 5% bottom,right bottom;
  padding-bottom: 30px;
}
}

@media screen and (max-width: 1000px) {
  /*-----共通------*/
  body {
    font-size: 16px;
    line-height: 1.6;
  }
  a:hover {
    opacity: 1;
  }  
 .section_padding{
  padding-top: 50px;
  padding-bottom: 50px;
}
  /*======header=====*/
  /*------header_nav------*/
  #headernav .r_nav{
    display: none!important;
  }
  .pc_nav.menu{
    display: none!important;
  }
  .headernav_wrap{
    width: 100%;
    position: static;
    padding-top: 5px;
    padding-bottom: 3px;
    background-color: #fff;
  }
.top_logo img{
  width: 50px;
  margin-right: 6px;
  margin-left: 10px;
}
.top_logo .logo_s{
  font-size: 12px;
  letter-spacing: 0;
}
.top_logo .logo_l{
  font-size: 22px;
  letter-spacing: 1px;
}
  
  /*--------開閉ボタン--------*/
  #nav_toggle {
    position: fixed;
    display: block;
    top: 4px;
    right: 5px;
    height: 50px;
    width: 58px;
    padding: 13px 11px 0;
    margin-left: auto;
    z-index: 999;
    background-color: #fff;
  }
  #nav_toggle div {
    position: relative;
    width: 35px;
    height: 35px;
  }
  #nav_toggle span {
    display: block;
    width: 100%;
    height: 2px;
    background: #333;
    position: absolute;
    left: 0;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  #nav_toggle span:nth-child(1) {
    top: 0px;
  }
  #nav_toggle span:nth-child(2) {
    top: 11px;
  }
  #nav_toggle span:nth-child(3) {
    top: 22px;
  }
  /*--------開閉ボタンopen時--------*/
  .open #nav_toggle span {
    background: #333;
  }
  .open #nav_toggle span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .open #nav_toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav_toggle span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  
  /*--------アコーディオンメニュー--------*/
  .sp_nav {
    position: fixed;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 400;
    top: 0;
  }
  .sp_nav .top_logo{
    margin-top: 5px;
  }
  .acMenu {
    width: 95%;
    padding: 12px 10px 0;
    margin: 0 auto;
  }
  .acMenu li {
    border-bottom: 1px solid #C5C5C5;
  }

  .acMenu a {
    display: block;
    text-align: center;
    padding: 1.2em;
  }
  .contact_btn_sp{
  }
  .acMenu a.header_mail_btn {
    width: 90%;
      font-size: 12px;
  max-width: 350px;
  margin: 10px auto;
  border-radius: 40px;
  padding-top: 6px;
  padding-bottom: 5px;
  }
.acMenu a.header_mail_btn:before{
  content: "";
  display: block;
  padding: 15px;
  background-image: url("../images/icon_mail.png");
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center bottom 5px;
}

  /*メインビジュアルテキスト*/
.mainvisual_text{
  bottom: 18%;
}
  #machine .flex{
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 60px;
  margin-bottom: 50px;
  background-image: url("../images/ill_machine.png");
  background-repeat: no-repeat;
  background-size: 180px;
  background-position: left 10% bottom 5%;
}
  #greeting{
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}
}

@media screen and (max-width: 768px) {
  .pc_style{
    display: none!important;
  }
  .tb_style{
  display: block!important;
  }
  .section_padding{
  padding-top: 40px;
  padding-bottom: 20px;
}
  h2.title_style{
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 1.5em;
}
h2.title_style span{
  font-size: 17px;
font-family: 'Lato', sans-serif;
  letter-spacing: 1px;
}
  /*------header_nav------*/
  .top_logo img{
  margin-left: 0px;
}
 /*======main=====*/
#vegas {
    padding-bottom: 60%;
}  
/*メインビジュアルテキスト*/
.mainvisual_text{
  width:90%;
  right: 0;
  bottom: 25%;
  padding: 1.5em 0;
  padding-right: 2em;
}
.mainvisual_text .main_text{
    line-height: 1.3;
  font-size: 30px;
  letter-spacing: 3px;
  margin-bottom: .2em;
}
.mainvisual_text .subtext{
  font-size: 14px;
  line-height: 1.6;
}
  /*------section/about------*/
#about{
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
}
#about h2{
  font-size: 24px;
  margin-bottom: 1em;
}
#about h2:before{
  content: "";
  padding: 30px;
  background-image: url("../images/top_logo.png");
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: left;
}
#about .content_wrap{
  padding-top: 30px;
  padding-bottom: 30px;
}
  #about .flex{
    display: block;
  } 
#about .l_content{
  width: 100%;
  font-size: 16px;
  line-height: 1.7;
  text-align: justify;
}
#about .r_image{
  width: 80%;
  max-width: 300px;
  margin: 0 auto 20px;
}

/*------section/services------*/
  #services .section_padding{
    padding-bottom: 20px;
  }  
#services section{
  margin-top: 40px;
}
#services .title_style2{
  font-size: 18px;
  margin-bottom: .6em;
  padding-bottom: .2em;
  position: relative;
  border-bottom: 3px solid #b4b4b4;
}
#services .title_style2:before {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 4.5em;
  height: 3px;
  content: "";
  background: #df2d2d;
}
#services .flex-item{
  flex: 1;
}
#machine .flex{
  display: block;
  margin-top: 40px;
  margin-bottom: 50px;
  background-image: none;
}
#machine table{
  width: 95%;
  border: 1px solid #333;
  margin: 0 auto;
  margin-bottom: 50px;
  font-size: 15px;
}
#machine table .t_title td{
  padding: .2em;
  background-color: #e9e9e9;
  font-size: 15px;
}
#machine table td{
  border-right: 1px solid #333;
  padding: .5em;
}
#services .photo{
  background-image: url("../images/ill_machine.png");
  background-repeat: no-repeat;
  background-size: 35%;;
  background-position: right 5% bottom 2%;
}
#services .photo p{
  width: 48%;
  margin-bottom: 10px;
}

/*------section/greeting------*/
#greeting{
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
}
#greeting .content_wrap{
  padding-top: 30px;
  padding-bottom: 30px;
}
#greeting h2{
  font-size: 22px;
  margin-bottom: .5em;
  position: relative;
  padding: 0 65px;
  letter-spacing: .1em;
}
#greeting .l_image{
  width: 140px;
}
#greeting .r_content{
  width: calc(100% - 165px);
  margin-top: 0;
}

/*------section/greeting------*/
  #company .flex{
    display: block;
  }
#company .l_content{
  width: 100%;
  margin-bottom: 60px;
}
#company .r_image{
  width: 60%;
  margin: 0 auto;
}
#company h3{
  font-size: 18px;
  padding-bottom: .3em;
}
#company table{
  width: 100%;
  text-align: left;
  font-size: 16px;
}
#company table tr th{
  padding-top: .6em;
  padding-bottom: .6em;
  width: 6em;  
}
#company section{
  margin-bottom: 20px;
}
#company span.small{
  font-size: 15px;
}

/*------section/contact------*/
#contact .info_tel{
  background-color: #dfe3e3;
  width: 80%;
  max-width: 400px;
  margin: 0 auto;
  padding: 1.2em;
  font-size:18px; 
  margin-bottom: 50px;
}
#contact .info_tel a{
  font-size: 24px;
}
#contact .info_tel a span{
  font-size: 21px;
}
#formWrap{
  width: 90%;
  max-width: 500px;
}
.contact_title{
  font-size: 22px;
  margin-bottom: 1em;
}
#formWrap .formTable{
  width: 100%;
  line-height: 2;
  margin-bottom: 25px;
}
#formWrap table input{
  width: 82%;
  font-size: 16px;
  padding: .5em;
}
#formWrap table textarea{
  width: 95%;
  font-size: 16px;
  padding: .5em;
}
#formWrap .red_s{
  border-radius: 4px;
  padding: .3em .4em;
  margin-left: .5em;
  font-size: 11px;
}
#formWrap .small{
  font-size: 12px;
}
.contact_btn input{
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: #62a283;
  color: #fff;
  border-radius: 3px;
  width: 45%;
  padding: 1em;
  font-weight: bold;
  margin-right: 5px;
  margin-left: 5px;
}
.contact_btn input:hover{
  filter: none;
}

/*------footer------*/
footer{
  text-align: center;
  background-image: url("../images/ill_footer.png"),url("../images/ill_footer_cname.png");
  background-repeat: no-repeat;
  background-size: 160px,50%;
  background-position: left 5% bottom,right bottom;
  color: #fff;
  padding-bottom: 40px;
}
footer .footer_image{
  margin-bottom: 60px;
}
footer .flex{
  display: block;
}
footer .l_content{
  width: 100%;
  margin-bottom: 30px;
}
.companyname{
  margin-bottom: 1em;
}
.companyname a{
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  transition: .5s;
}
.companyname a:before{
  content: "";
  padding: 18px 37px;
  background-image: url("../images/top_logo.png");
  background-repeat: no-repeat;
  background-size: 58px;
  background-position: left top;
}
.copyright{
  text-align: center;
  padding-right: 0;
}
.copyright a{
  color: #fff;
  font-size: 13px;
}
}

/*=====sp_mode=====*/
@media screen and (max-width: 520px) {
  .sp_style {
    display: block !important;
  }
   .section_padding{
  padding-top: 40px;
  padding-bottom: 20px;
}
  h2.title_style{
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 1em;
}
h2.title_style span{
  font-size: 17px;
font-family: 'Lato', sans-serif;
  letter-spacing: 1px;
}
   /*======main=====*/
#vegas {
    padding-bottom: 70%;
}  
/*メインビジュアルテキスト*/
.mainvisual_text{
  width:100%;
  right: 0;
  bottom: 14%;
  padding: 1.5em 0;
  padding-right: 1em;
}
.mainvisual_text .main_text{
  line-height: 1.3;
  font-size: 26px;
  letter-spacing: 3px;
  margin-bottom: .2em;
}
.mainvisual_text .subtext{
  font-size: 13px;
  line-height: 1.6;
}
  /*------section/about------*/
#about{
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
}
#about h2{
  font-size: 22px;
  margin-bottom: 1em;
}
#about h2:before{
  content: "";
  padding: 30px;
  background-image: url("../images/top_logo.png");
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: left;
}
#about .l_content{
  font-size: 16px;
  line-height: 1.6;
}
#about .r_image{
  width: 80%;
  max-width: 280px;
  margin: 0 auto 15px;
}
/*------section/services------*/
#services section{
  margin-top: 25px;
}
  #services .lead{
    text-align: left;
    line-height: 1.5;
  }
#services .title_style2{
  font-size: 17px;
  margin-bottom: .6em;
  padding-bottom: .2em;
  position: relative;
  border-bottom: 2px solid #b4b4b4;
}
#services .title_style2:before {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 4.5em;
  height: 2px;
  content: "";
  background: #df2d2d;
}
  #machine .flex{
  margin-top: 40px;
  margin-bottom: 40px;
}
#machine table{
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
  font-size: 15px;
}
#machine table .t_title td{
  padding: .2em;
  font-size: 15px;
}
#machine table td{
  padding: .5em;
}
#services .photo{
  background-size: 40%;
}
#services .photo p{
  width: 48%;
  margin-bottom: 5px;
}

/*------section/greeting------*/
#greeting{
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
}
#greeting .content_wrap{
  padding-top: 30px;
  padding-bottom: 30px;
}
  #greeting .flex{
    display: block;
  }
#greeting h2{
  font-size: 22px;
  margin-bottom: 1em;
  position: relative;
  padding: 0 65px;
  letter-spacing: .1em;
}
#greeting .l_image{
  width: 180px;
  margin: 0 auto 20px;
}
#greeting .r_content{
  width: 100%;
}

/*------section/greeting------*/
#company .l_content{
  width: 100%;
  margin-bottom: 40px;
}
#company .r_image{
  width: 80%;
  margin: 0 auto 30px;
}
#company h3{
  font-size: 18px;
  padding-bottom: .3em;
}
  #company table{
    font-size: 15px;
    line-height: 1.4;
  }
  #company table tr td{
  padding-top: .4em;
  padding-bottom: .4em;
  }
#company span.small{
  font-size: 14px;
}

/*------section/contact------*/
  #contact.section_padding{
    padding-bottom: 10px;
  }
#contact .info_tel{
  background-color: #dfe3e3;
  width: 85%;
  max-width: 400px;
  margin: 0 auto;
  padding: 1.2em;
  font-size:16px; 
  margin-bottom: 40px;
}
#formWrap{
  width: 90%;
  max-width: 500px;
}
.contact_title{
  font-size: 20px;
  margin-bottom: .8em;
}
#formWrap .formTable{
  width: 100%;
  line-height: 2;
  margin-bottom: 25px;
}
#formWrap table input{
  width: 85%;
  font-size: 15px;
  padding: .5em;
}
#formWrap table textarea{
  width: 95%;
  font-size: 15px;
  padding: .5em;
}
#formWrap .red_s{
  border-radius: 4px;
  padding: .3em .4em;
  margin-left: .5em;
  font-size: 11px;
}
#formWrap .small{
  font-size: 12px;
}
.contact_btn input{
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: #62a283;
  color: #fff;
  border-radius: 3px;
  width: 45%;
  padding: 1em;
  font-weight: bold;
  margin-right: 5px;
  margin-left: 5px;
}

/*------footer------*/
footer{
  text-align: center;
  background-image: url("../images/ill_footer.png"),url("../images/ill_footer_cname.png");
  background-repeat: no-repeat;
  background-size: 120px,65%;
  background-position: left 1% top 60%,right bottom;
  padding-bottom: 20px;
}
footer .footer_image{
  margin-bottom: 45px;
}
footer .flex{
  display: block;
}
footer .l_content{
  width: 100%;
  margin-bottom: 30px;
}
.companyname{
  margin-bottom: 1em;
}
.companyname a{
  font-weight: bold;
  font-size: 22px;
}
.companyname a:before{
  content: "";
  padding: 15px 33px;
  background-image: url("../images/top_logo.png");
  background-repeat: no-repeat;
  background-size: 53px;
  background-position: left top;
}
.copyright a{
  font-size: 12px;
}
}