@charset "UTF-8";
/*====================================================================
// Commmon Style ■■ PC(BASE) ■■■
====================================================================*/
/* -------------------------------
// Convert [px]>[rem]
------------------------------- */
html {
  font-size: 62.5%; }

@media screen and (max-width: 600px) {
  html {
    font-size: 50%; } }
/* -------------------------------
// Typography Style
------------------------------- */
body {
  background-color: #f9fcde;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  color: #444;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 200; }

p {
  margin: 0 0 8px; }

h1, h2, h3, h4, h5, h6 {
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    text-decoration: none; }

h1, .site-logo {
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.1;
  line-height: 1;
  display: inline-block; }

h2 {
  font-size: 3rem;
  font-style: normal;
  font-weight: 100; }

h3 {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 200; }

h4 {
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 300; }

h5 {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 300; }

h6, .copyright {
  color: #777;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400; }

/* -------------------------------
// Layout Style
------------------------------- */
.container{
  max-width: 900px;
  /*background: red;*/
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

header .container{
  height:476px ;
}


header, #header {
  width: 100%;
  height:476px;
  background:url("../img/top.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  position:relative;
  overflow: hidden;
}

header .logo-area{
  width:280px;
  background:#fff;
  border-radius: 0 0 5px 5px;
  box-shadow: 0px 2px 3px 3px #3f5730;
  display: inline-block;
  padding: 10px;
  font-size: 16px;
  text-align: center;
  margin-left: 10px;
}

header .site-logo{
margin:20px;
}

.catch-copy , #header .catch-copy {
font-size:16px;
color: #74b64a;
text-align: left;
margin: 10px;
}


.line {
background-color: #74b64a;
padding:0px 20px;
}

.sns {
  position: absolute;
  right: 10px;
  top: 10px;
}

 .sns img {
   width: 30px;
   margin-left: 5px;
 }

.campaign {
    max-width: 50%;
    position: absolute;
    right: -30px;
    bottom: 20px;
}

.form-btn img {
  margin: 0 auto;
  display: inline-block;
}








nav , #g-navi{
  color:#74b64a;
  background: #fff;
  text-align: center;
  overflow: hidden;
  box-shadow: 0px 2px 3px 3px #CCC;
 }
nav ul {
  max-width: 100%;
  font-size:0;
  margin: 10px;
  white-space: nowrap;
}
nav li {
  font-size: 15px;
     padding: 0 30px;
     display: inline;
     border-right: 1px solid #74b64a;}
nav li:last-child{
     border-right:none;
     }

h2 {
  max-width:100%;
  height:auto;
  text-align: center;
  padding: 20px
}

.about {
  background:url("../img/about_bg.jpg") center center no-repeat;
  background-size:cover;
  position:relative;
  overflow: hidden;
  padding: 30px;
}

.about-top img{
  width:100%;
  height: auto;
  text-align: center;
}

.about01 ul li{
padding:20px;
text-align: left;
 }

.about01 img {
   width: 422px;
   height: 26px;
 }

.about02 ul li{
font-size: 18px;
color:#555;
padding:6px;
 }

.tel img {
max-width: 100%;
height: auto;
text-align: center;
}

.tel{
  text-align: center;
}

.works {
  max-width:100%
  height:auto;
  margin: 0 auto;
  text-align: center;
  background-color: #fff
}

.work {
  max-width:100%;
  height: auto;
  margin: 30px 10px;
}

.works ul {
  height: auto;
  text-align: center;
  white-space: nowrap;
}

.works ul li {
  display: inline-block;
}


.works02 img{
  height: auto;
  padding: 0px 0px 20px 0px;
}


.greeting {
  color:#666;
  text-align: center;
}

.greeting .container {
  background-color: #fff;
  background-position: center;
  padding: 40px;
}

.greet-top ul li {
display: inline-block;
}

.greet-text {
  font-size: 15px;
  max-width:500px;
  height:auto;
  text-align: left;
  margin: 0 auto;
  padding-left:20px;
}

.greet hr {
  margin:10px;
  }

.profile {
  max-width: 100%;
  height: auto;
}

.profile ul{
  font-size: 0;
  max-width: 100%;
}

.profile li {
  font-size:14px;
  display: inline-block;
  text-align:left;
  vertical-align:top;
  margin-right: 20px;
}

.profile li img {
  width:110px;
  height:auto;
  pading-top: 3px;
  vertical-align:top;
}








.contact_top {
  margin-top: 20px;
}

.contact_mail {
  margin: 20px 0 ;
  padding-left: 20px;
  color: #844b08 ;
  font-size: 20px ;
  text-align: center;
}


.contact_cont {
width:800px;
padding: 10px 50px;
margin: 0px auto;
background-color: #ffffff;
}

table.contact_table {
  border-collapse: collapse;
}

table.contact_table tr td:first-child {
    width: 200px;
    background-color: #d0f3b5;
    font-weight: bold;
}

input[type="text"],
textarea {
    width: 90%;
}

input.submit_btn {
    width: 200px;
    margin:0 auto;
    padding: 10px 0;
    border-radius: 5px;
    background: #80ba1a;
    color: #fff;
}

.contact_submit {
  text-align: center;
}

.red{
  color: red;
}


.form_conf {
  margin-left: 100px;
}

.contact_fin {
  max-width: 750px;
  margin: 0px auto;
  margin-top: 20px;
  padding: 20px;
  background-color: #ffffff  ;
  text-align: center ;
}

.login {
  padding-bottom: 10px;
  font-size: 18px;
  border-bottom: 1px solid #80ba1a ;
}

.login_form {
  padding-top: 20px;
}


.contact_fin .submit_btn{
    display: block;
    width: 200px;
    margin: 20px auto 0;
    padding: 10px 0;
    border-radius: 5px;
    background: #80ba1a;
    color: #fff;
    text-align: center;
}








.btt{
    margin:30px 0 10px;
    color:#74b64a;
}
.btt a{
    margin: 10 auto;
    display: block;
    text-align: right;
}


article {
  margin-bottom: 16px;
  max-width: calc(60% - 1rem);
}

aside {
  margin-bottom: 16px;
  max-width: calc(40% - 1rem);
}

section {
  margin-bottom: 40px;
  max-width: 100%;
}

footer, #footer {
  color: #fff;
  clear: both;
  width: 100%;
  background: #89c71c;
  padding: 20px;}

.f-navi ul{
  max-width: 100%;
  font-size:0;
  margin:10px;
  white-space: nowrap;
  text-align: center;
}
.f-navi li{
  font-size: 15px;
  padding: 0 30px;
  display: inline;
  border-right: 1px solid #fff;
}

.f-navi li:last-child{
     border-right:none;
     }



footer .footer_info ul li{
         padding-bottom: 20px;
     }
footer .footer_info .logo02 {
         width: 200px;
         height:100px;
         float: left;}

       .logo02 {
         padding-top: 10px;
       }

footer .footer_info .info {
  padding-left: 30px;
}

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

noscript {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  background: rgba(255, 0, 0, 0.6);
  padding: 1rem;
  color: white; }
  noscript .fa-warning {
    padding-right: 0.4rem; }

/*====================================================================
// Project Style ■■ TABLET ■■■
====================================================================*/
/*====================================================================
// Project Style ■■ SP ■■■
====================================================================*/

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


  /* -------------------------------
  // Layout Style
  ------------------------------- */
  .container{
    max-width: 100%;
  }

  header .container {
    height :auto;
  }

  header, #header {
    height:auto;
    background-position: 65% 0;
    background-size: cover;
    padding-bottom: 10px
  }

  header .logo-area{
    width: 9em;
    padding: 5px;
    margin-left: 10px;
  }

  header .site-logo{
  margin-bottom:10px;
  }

  .catch-copy , #header .catch-copy {
  font-size:12px;}

  .line {
  padding:0px 30px;
  }

  .sns {
    position: absolute;
    right: 10px;
    top: 10px;
  }

   .sns img {
     width: 25px;
     margin-left: 3px;
   }

   .campaign {
     max-width:50%;
     position: absolute;
     right: 1%;
     bottom: 10px;
   }

   .form-btn img {
     max-width: 90px;
     margin: 0 auto;
     display: inline-block;
   }








  nav ul {
    max-width: 100%;
    font-size:0;
    margin: 10px;
    white-space: nowrap;
  }
  nav li {
    font-size: 10px;
       padding: 0 10px;
       display: inline;
       border-right: 1px solid #74b64a;}
  nav li:last-child{
       border-right:none;
       }

  h2 img{
    height: auto;
  }




  .about{
    height:auto;
    background:url("../img/about_bg.jpg") center top no-repeat;
    background-position: right;
    background-size: cover;
  }

  .about .container {
  background-color:rgba(255,255,255,0.6);
  }

  .about-top img {
    max-width: 100%;
    height: auto;
    padding: 10px 0;
  }

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

  .about01 ul li{
  padding:10px;
   }

  .about02 ul li{
  font-size: 10px;
  color:#555;
  padding:6px;
   }


  .tel img{
    max-width:90%;
    height: auto;
    margin: 0 auto;
  }

 .work {
   text-align: center;
 }

  .works ul li{
    max-width: 25%;
    height: auto;
    font-size: 0px;
    display:inline-block;
  }

  .work img{
    height: auto;
    text-align: center;
  }

  .works02 img{
    max-width: 100%;
    height: auto;
    padding: 0px 20px;
  }


  .line02 hr {
    width:100px;
    margin: 20px;
    }


  .greet-text {
      padding-left:0px;
    }

  .greet-pic img{
    max-width: 80%;
    height: auto;
    padding: 10px;
  }

  .profile {
    max-width: 100%;
    height: auto;
    text-align: left;
    margin: 10px;
  }

  .profile ul {
    margin:0 auto;
  }








  .contact_mail {
    font-size: 15px ;
  }

  .contact_cont {
  max-width:95%;
  padding: 10px;
  margin: 0px auto;
  background-color: #ffffff;
  }

  table.contact_table {
    border-collapse: collapse;
  }

  table.contact_table tr td:first-child {
      width: 140px;
      background-color: #d0f3b5;
      font-weight: bold;
  }

  input[type="text"],
  textarea {
      width: 90%;
  }







  .btt{
    margin-right: 10px;
  }


  footer, #footer {
    color: #fff;
    max-width: 100%;
    height: auto;
    background: #89c71c; }

    .f-navi ul{
      text-align: center;
    }
    .f-navi ul li{
      font-size: 10px;
      padding: 0 6px;
      border-right: 1px solid #fff;
    }

    .f-navi li:last-child{
         border-right:none;
         }

  footer .footer_info{
           max-width:100%;
           height: auto;
       }

  footer .footer_info ul {
           margin: 0 auto;
           overflow: hidden;
       }

  footer .footer_info .logo02 {
           display: none;}

	/* スマホ用のCSS */
