@charset "UTF-8";

html {
  font-size: 100%;
}
body {
  color: #2A1907;
  font-size: 0.9rem;
  font-family: "Helvetica Neue", "Arial", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
img {
  max-width: 100%;
}

/*-------------------------------------------
ヘッダー
-------------------------------------------*/
#header {
  width: 100%;
  height: 140px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
h1 span {
  display: block;
}

.site-title {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  height: 60px;
  padding: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.site-title img {
  width: 50px;
  height: 50px;
  margin-right: 5px;
}
.site-title-word .word-a {
  font-size: 0.7rem;
  text-align: justify;
}
.site-title-word .word-b {
  font-size: 1.5rem;
  text-align-last:justify;
  font-weight: bold;
}

#contact_head {
  width: 450px;
  padding: 30px;
  position: absolute;
  top: 50%;
  right:10px;
  transform: translateY(-50%);
}
/*
#contactwrapper_head {
  background-color: #8DC458;
  width: 350px;
  height: 100px;
  margin: 0 auto;
  padding: 5px 10px;
  border-radius: 10px;
  position: relative;
  top: 0;
  display: block;
  box-shadow: 0 9px #436326;
  transition: .2s ease-in-out;
}

/*
#contacttop_head {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  position: relative;
}*/
/* 
#contactunder_head {
  width: 450px;
  height: 70px;
  display: flex;
  padding-left: 30px;

}

#contactunder_head #dialemark_head{
  width: 30%;
  display: flex;
  justify-content: center;
}
#contactunder_head #dialemark_head img {
  margin-right: 20px;
  padding: 10px;
  border-radius: 15px;
}

#contactunder_head #dialenum_head {
  width: 100%;
  line-height: 70px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
}
#contactunder_head #dialenum_head p{
  transform: scale(1.1,2);
  letter-spacing: 2px;
} */

/*-------------------------------------------
メニュー
-------------------------------------------*/

.wrapper {
 width: 100%;
 height: 100px;
}
.wrapper .menu {
 height: 100px;
 line-height: 100px;
 background-color: #8DC458;
 vertical-align: center;
 display: flex;
 margin: 0 auto;
}
.wrapper ul li {
  width: 34%;
  height: 100px;
  text-align: center;
  background-color: #fff;
  border: solid 3px #8DC458;
  font-size: 1.5rem;
  font-weight: bold;
  vertical-align: center;
  position: relative;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}

.wrapper ul li a{
  display: block;
}

.wrapper ul li::before {
  content: "";
  border-top: 20px solid transparent;
  border-right: 20px solid #8DC458;
  position: absolute;
  right: 4px;
  bottom: 4px;
}

.wrapper ul li:hover {
  transform: translate3d(0, 5px, 0);
  box-shadow: none;
  background: #fff;
}

.wrapper ul li:hover::before {
  content: "";
  border-top: 20px solid transparent;
  border-right: 20px solid #aae177;
}


/*-------------------------------------------
各ページでのメニュー背景反転
-------------------------------------------*/

.wrapper .menu #turn {
  background-color: #4F8D42;
  border: solid 3px #8DC458;
  color: #fff;
}
.wrapper .menu #turn::before {
  border-right: 20px solid #fff;
}

.wrapper .menu #turn:hover {
  background: #fff;
  color: #2A1907;
}

.wrapper .menu #turn:hover::before {
  border-right: 20px solid #aae177;
}


/*-------------------------------------------
メインビジュアル
-------------------------------------------*/
#mainvisual {
  width: 100%;
  position: relative;
}

#main_title span {
  display: block;
}

#mainvisual img{
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

#main_title{
  position: absolute;
  top: 30%;
  left: 30px;
}

#title1 {
  font-size: 2rem;
  color: #F3BC72;
  font-weight: bold;
}
#title2 {
  font-size: 2.5rem;
  color: #2A1907;
  font-weight: bold;
}
#title3 {
  font-size: 2.5rem;
  color: #FF6868;
  font-weight: bold;
}

#price_box {
  width: 350px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 10%;
  left: 30px;
}

#price {

  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  background-color: rgba(0,0,0,0.6);
  vertical-align: center;
  padding: 10px 20px;
  border-radius: 10px;
  transform: scale(1.1,1.7);

}

#tax {
  font-size: 1rem;
  color: rgba(255,255,255,1);
}

/*-------------------------------------------
メッセージ
-------------------------------------------*/
#message {
  width: 100%;
  position: relative;
  padding: 30px;
  font-size: 1.5rem;
  text-align: center;
}
#message_title {
  margin: 20px auto;
  padding: 10px;
  width: 60%;
  background-color: #F9F1E7;
  border: solid 1px #FF6868;
  border-radius: 30px;
  color: #FF6868;
  font-size: 1.5rem;
  font-weight: bold;
}
#message2{
  color: #FF6868;
  margin-bottom: 30px;
}
#message3{
  color: #FF6868;
}


/*-------------------------------------------
お困りごと
-------------------------------------------*/
#trouble {
  width: 100%;
  height: 400px;
  background-color: #E3FEBE;
  padding: 30px 20px;
  position: relative;
}
#trouble_title{
  text-align: center;
  color: #4F8D42;
  font-weight: bold;
  font-size: 2rem;
}
#trouble_img {
  display: flex;
}
#trouble_img img {
  width: 200px;
  position: absolute;
  bottom: 0;
  left: 30%;
}
.balloon4 {
  position: absolute;
  margin: 2em 20px 2em 40px;
  padding: 20px 50px;
  background: #fff;
  border-radius: 50%;
  top: 20%;
  left: 50%;
}

.balloon4:before {  
  content: "";
  position: absolute;
  top: 110px;
  left: -38px;
  width: 13px;
  height: 12px;
  bottom: 0;
  background: #fff;
  border-radius: 50%;
}

.balloon4:after {
  content: "";
  position: absolute;
  top: 100px;
  left: -24px;
  width: 20px;
  height: 18px;
  bottom: 3px;
  background: #fff;
  border-radius: 50%;
}
.balloon4 li {
  margin: 0; 
  padding: 0;
  font-weight: bold;
}

.balloon4>ul>li{
  list-style: circle;
}



/*-------------------------------------------
詳細メッセージ
-------------------------------------------*/

#detail_message {
  width: 100%;
  height: 400px;
  padding: 20px;
}

#detail_message h2 {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin: 30px 0 40px;
}
#detail_message h2 span {
  display: block;
}

#emphasis {
  color: #FF6868;
}


#detail_message p {
  text-align: center;
  font-size: 1.5rem;
}



/*-------------------------------------------
お問合せ　フッター上
-------------------------------------------*/


#contact_container {
  width: 100%;
  padding: 30px;
  margin-bottom: 30px;
}

#contactwrapper {
  background-color: #8DC458;
  width: 350px;
  height: 100px;
  margin: 0 auto;
  padding: 5px 10px;
  border-radius: 10px;
  position: relative;
  top: 0;
  display: block;
  box-shadow: 0 9px #436326;
  transition: .2s ease-in-out;

}
#contactwrapper:hover {
  top: 9px; /* 元の位置から9px分下げる */
  box-shadow: 0 0 #436326; /* 影を0pxにする */
}

#contacttop {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
}

#contactunder {
  width: 100%;
  height: 70px;
  display: flex;
}

#contactunder #dialemark{
  width: 30%;
  display: flex;
  justify-content: center;
}
#contactunder #dialemark img {
  padding: 10px;
  border-radius: 15px;
}

#contactunder #dialenum {
  width: 70%;
  line-height: 70px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
}
#contactunder #dialenum p{
  transform: scale(1.1,2);
  letter-spacing: 3px;
}


/*-------------------------------------------
フッター
-------------------------------------------*/


#footer_menu {
  border-top: solid 1px #2A1907;
  padding: 30px;

}

#footer_menu ul {
  display: flex;
  justify-content: center;
}

#footer_menu ul>li {
  border-right:solid 1px #2A1907;
  padding: 0 40px;
}

#footer_menu ul>li:last-child {
  border-right: none;
}

#footer_menu .copyright {
  font-size: 0.75rem;
  text-align: center;
  margin-top: 30px;
}





/*-------------------------------------------
サービスページ
-------------------------------------------*/

/*-------------------------------------------
サービス内容
-------------------------------------------*/
#service_wrapper {
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(135deg, #aae177,  20px, #E3FEBE 20px, #E3FEBE 40px);
}

#service_wrapper h1 {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  padding-top: 50px;
}
#service_wrapper h1 span {
  display: block;
  margin-bottom: 30px;
  color: #FF6868;
}

#service_contents ul {
  width: 100%;
  padding: 0 5%;
  display: flex;
  flex-wrap: wrap;
}
#service_contents ul li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 50px;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 10px 10px 10px #4F8D42;
}
#service_contents ul li:nth-child(2),
#service_contents ul li:nth-child(4) {
  margin-right: 0;
}
#service_contents ul li img {
  border-radius: 10px;
  border: solid 1px #2A1907;
}

#service_contents ul li h2 {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 15px;
}

#service_contents ul li h2 span,
.voice h2 {
  color: #4F8D42;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}

#service_contents ul li p {
  font-size: 1.3rem;
}
#service_contents ul li h2::after {
  content: "";
  width: 150px;
  height: 3px;
  background-color: #4F8D42;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#service_contents ul li:last-child  h2 span{
  color: #2A1907;
}
#service_contents ul li:nth-child(4) h2::after {
  background-color: #2A1907;
}


/*-------------------------------------------
お客様の声
-------------------------------------------*/

.voice {
  width: 100%;
  height: 100%;
  padding: 50px 20px 30px 20px;

}

.voice .voice_content {
  width: 100%;
  border: solid 3px #8DC458;
  padding: 10px 30px;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: 5px 5px 5px #4F8D42;
  font-size: 1.3rem;
}
.voice .voice_content:last-child {
  margin: 0;
}

.voice .voice_content span::after {
  content: "";
  border-bottom: 20px solid transparent;
  border-left: 20px solid #8DC458;
  position: absolute;
  left: 5px;
  top: 5px;
}

.voice .voice_content span::before {
  content: "";
  border-top: 20px solid transparent;
  border-right: 20px solid #8DC458;
  position: absolute;
  right: 5px;
  bottom: 5px;
}






/*-------------------------------------------
代表者挨拶
-------------------------------------------*/
#greet_wrapper {
  width: 100%;
  padding: 100px 0;
  text-align: center;
  background-color: rgb(234, 231, 231);
}
#greet_wrapper h1 {
  width: 300px;
  display: inline-block;
  font-size: 2.5rem;
  font-weight: bold;
  border-bottom: solid 2px gray;
}


#greet_content {
  width: 70%;
  height: 500px;
  display: flex;
  text-align: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

#greet_content #greet_message {
  width: 70%;
  margin-right: 20px;
  text-align: left;
  padding: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: ridge 2px #8DC458;
}

#greet_content #president {
  width: 30%;
  padding: 20px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

#greet_content #president img {
  width: 150%;
  box-shadow: 10px 10px 10px #2A1907;
}




/*-------------------------------------------
お問合せページ
-------------------------------------------*/
.contact_form {
  margin: 50px 0;
  text-align: center;
}

.contact_message {
  margin-bottom: 30px;
}

.contact_form h1 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.contact_table {
  width: 100%;
}

.items {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
  margin-left: 5%;
}
.items .need {
  font-size: 0.7rem;
  margin-right: 5px;
  padding: 5px 10px;
  color: rgb(149, 13, 13);
  background-color: #f8b0b0;
  border-radius: 5px;
}
.contact_table_td .contact_input input {
  width: 45%;
  height: 50px;
  border: solid 1px #2A1907;
  border-radius: 5px;
  margin-bottom: 50px;
}
.contact_table_td .contact_input_mail input {
  width: 90%;
  height: 50px;
  border: solid 1px #2A1907;
  border-radius: 5px;
  margin-bottom: 50px;
}

.contact_table_td .contact_input_number input {
  width: 29%;
  height: 50px;
  border: solid 1px #2A1907;
  border-radius: 5px;
  margin-bottom: 50px;
}

.contact_input_container {
  margin-left: 5%;
}


.contact_table_td .contact_input_container {
  width: 90%;
  height: 150px;
  border: solid 1px #2A1907;
  border-radius: 5px;
  margin-bottom: 50px;
}

.attention {
  text-align: center;
}


.contact_guide {
  text-align: center;
  margin-top: 150px;
}

.contact_guide h2 {
  font-size: 1.5rem;
  font-weight: bold;
}

.contact_wrapper {
  padding: 0 0px;
  text-align: center;
}
.contact_btn {
  text-align: center;
  background-color: #aae177;
  width: 90%;
  height: 50px;
  border-radius: 5px;
  line-height: 50px;
  margin-left: 5%;
}

.contact_btn:hover {
  cursor: pointer;
  opacity: 0.7;
}

.contact_btn button {
  width: 100%;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 2rem;
}

  /*-------------------------------------------
  コピーライトの調整
  -------------------------------------------*/

#footer_menu1 .copyright {
  font-size: 0.75rem;
  text-align: center;
  margin: 30px 0;
}

.text-center {
  text-align: center;
}

























/*-------------------------------------------
レスポンシブ
-------------------------------------------*/

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


/*-------------------------------------------
ヘッダー
-------------------------------------------*/
  #header {
    height: 90px;
    padding: 10px;
  }
  .site-title {
    height: 60px;
    padding: 5px;
  }
  .site-title-word .word-a {
    display: none;
  }
  .site-title-word .word-b {
    display: none;
  }
  
  #contact_head {
    width: 250px;
    padding: 10px;
    top: 50%;
    right: 10px;
  }

/*   
  #contactwrapper_head {
    width: 250px;
    height: 60px;
    margin: 0 auto;
    padding: 5px 10px;
    border-radius: 10px;
    position: relative;
    top: 0;
    display: block;
    box-shadow: 0 9px #436326;
    transition: .2s ease-in-out;
  
  }
  #contactwrapper_head:hover {
    top: 9px;
    box-shadow: 0 0 #436326;
  }
  
  #contacttop_head {
    width: 450p;
    height: 20px;
    line-height: 20px;
    font-size: 1.2rem;
  }

  #contact_head {
    width: 200px;
  }

  #contactunder_head {
    width: 100%;
    height: 40px;
    padding-left: 20px;
  }
  
  #contactunder_head #dialemark_head{
    width: 20%;
  }
  #contactunder_head #dialemark_head img {
    margin-right: 10px;
    padding: 7px 0px;
    border-radius: 5px;
  }
  
  #contactunder_head #dialenum_head {
    width: 70%;
    line-height: 40px;
    font-size: 1rem;
  }
  #contactunder_head #dialenum_head p{
    transform: scale(1.1,2);
  } */
  
/*-------------------------------------------
メニュー
-------------------------------------------*/
  .wrapper ul li {
    font-size: 1rem;
  }

/*-------------------------------------------
メインビジュアル
-------------------------------------------*/
#mainvisual {
  position: relative;
}  
#main_title{
    top: 20%;
    left: 10px;
  }
  #title1 {
    font-size: 1.2rem;
  }
  #title2 {
    font-size: 1.5rem;
  }
  #title3 {
    font-size: 1.5rem;
  }
  #price_box #price {
    font-size: 1rem;
    position: absolute;
    bottom: 0;
  }

/*-------------------------------------------
メッセージ
-------------------------------------------*/

  #message {
    width: 100%;
    position: relative;
    padding: 30px;
    font-size: 1rem;
    text-align: center;
  }
  #message_title {
    margin: 0px auto 30px;
    padding: 10px;
    width: 100%;
    background-color: #F9F1E7;
    border: solid 1px #FF6868;
    border-radius: 30px;
    font-size: 1rem;
  }
  #message2{
    color: #FF6868;
    margin-bottom: 30px;
  }
  #message3{
    color: #FF6868;
  }


/*-------------------------------------------
お困りごと
-------------------------------------------*/

#trouble_img img {
  left: 0;
}
#trouble_img .balloon4 ul li {
  font-size: 0.75rem;
}
.balloon4 {
  margin: 2em 2px 2em 30px;
  top: 23%;
  left: 26%;
  right: 5px;
}

.balloon4:before {  
  top: 150px;
  left: 30px;
}

.balloon4:after {
  top: 130px;
  left: 40px;
}

.balloon4>ul>li{
  list-style: circle;
}



/*-------------------------------------------
詳細メッセージ
-------------------------------------------*/
#detail_message {
  height: 100%;
  margin-bottom: 30px;
}
#detail_message h2 {
  font-size: 1.4rem;
}
#detail_message p {
  font-size: 0.9rem;
  line-height: 1.5rem;
}



/*-------------------------------------------
お問合せ　フッター上
-------------------------------------------*/


#contact_container {
  padding: 0;
  margin-bottom: 60px;
}


/*-------------------------------------------
フッター
-------------------------------------------*/

/* 
#footer_menu {
  border-top: solid 1px #2A1907;
  padding: 30px;

}

#footer_menu ul {
  font-size: 0.7rem;
  display: flex;
  justify-content: center;
}

#footer_menu ul>li {
  border-right:solid 1px #2A1907;
  padding: 0 40px;
}

#footer_menu ul>li:last-child {
  border-right: none;
}

#footer_menu .copyright {
  font-size: 0.75rem;
  text-align: center;
  margin-top: 30px;
} */







/*-------------------------------------------
サービスページ
-------------------------------------------*/

/*-------------------------------------------
サービス内容
-------------------------------------------*/

#service_wrapper h1 {
  font-size: 2.2rem;
}

#service_wrapper h2 {
  font-size: 2.5rem;
}

#service_contents  {
  padding: 10px 10px;

}
#service_contents ul {
  width: 100%;
  margin-right: 0;
  margin-bottom: 50px;
  display: block;
  padding: 15px;
}
#service_contents ul li {
  width: 100%;
}

#service_contents ul li img {
  border: solid 2px #2A1907;
}

#service_contents ul li h3 {
  font-size: 2rem;
  margin-top: 10px;
  margin-bottom: 20px;
}
#service_contents ul li h3 span {
  color: #4F8D42;
}

#service_contents ul li p {
  font-size: 1.2rem;
}

.voice {
  margin-bottom: 50px;
}



/*-------------------------------------------
代表者挨拶
-------------------------------------------*/
#greet_wrapper {
  padding: 50px 0;
}

#greet_content {
  width: 100%;
  height: 300px;
  padding: 0px;
  justify-content: center;
  margin-bottom: 50px;
}
#greet_content #greet_message {
  left: 10px;
}

#greet_content #president {
  width: 40%;
  padding: 20px;
  position: absolute;
  bottom: 50%;
  right: -10px;
}


#greet_content #president img {
  width: 150%;
  box-shadow: 10px 10px 10px #2A1907;
}



/*-------------------------------------------
お問合せページ
-------------------------------------------*/
.contact_form {
  margin: 50px 0 20px 0;
}


.contact_form h1 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.contact_table {
  width: 100%;
}

.items {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.items .need {
  font-size: 0.7rem;
  margin-right: 5px;
  padding: 5px 10px;
  color: rgb(149, 13, 13);
  background-color: #f8b0b0;
  border-radius: 5px;
}
.contact_table_td .contact_input input {
  width: 45%;
  height: 50px;
  border: solid 1px #2A1907;
  border-radius: 5px;
  margin-bottom: 50px;
}
.contact_table_td .contact_input_mail input {
  width: 90%;
  height: 50px;
  border: solid 1px #2A1907;
  border-radius: 5px;
  margin-bottom: 50px;
}

.contact_table_td .contact_input_number input {
  width: 27.5%;
}



.contact_guide {
  text-align: center;
  margin: 50px 0 20px 0;
}

.contact_btn button {
  letter-spacing: 1rem;
}





}