@charset "UTF-8";
/* @content */
#contact #page_header {
  background-image: url(../images/contact/main@2x.jpg);
}
#contact #section10 .flex_box {
  display: flex;
  margin: 25px auto 0;
}
#contact #section10 .flex_box div {
  width: 48%;
}
#contact #section10 .mb-10 {
  margin-bottom: 10px;
  font-size: 20px;
}
#contact #section10 .fax-dl {
  background: #00592A;
  color: #fff;
  padding: 10px 30px;
  display: block;
  max-width: 320px;
  margin: 0 auto 10px;
  border-radius: 60px;
}
#contact #section10 .tel-box .fax-dl:hover {
  color: #fff;
}
#contact #section10 button {
  background-color: #00592A;
  border-radius: 55px;
  color: #fff;
  letter-spacing: 0.05em;
  padding: 10px 20px;
  transition: .3s;
}
#contact #section10 button:hover {
  opacity: 0.8;
  transition: .3s;
}
#contact #section10 {
  margin: 90px 0;
}
#contact #section10 .tel-box {
  text-align: center;
  padding: 30px;
  border: 5px solid #b1ce97;
  margin: 0 auto;
  border-radius: 10px;
  max-width: 1000px;
  width: 90%;
}
#contact #section10 .picking_time{
  font-size: 20px;
  font-weight: bold;
}
#contact #section10 .tel-box .tel-box__inner {
  font-size: 20px;
  line-height: 1.3;
}
#contact #section10 .tel-box .tel-box__inner span{
  font-size: 30px;
}
#contact #section10 .tel-box .tx02 {
  margin-bottom: 5px;
  margin-top: 25px;
}
#contact #section10 .tel-box .tx03 {
  margin-bottom: 5px;
  margin-top: 25px;
}
#contact #section10 .tel-box a:hover {
  color: #029343
}

#contact #section20{
  margin-top: -130px;
  padding-top: 210px;
}
#contact #section20 .q-title{
  font-size: 20px;
  margin: 15px;
  padding-top: 25px;
  border-bottom: 1px solid #00592a;
} 


#contact #section20 h2 {
  text-align: center;
  margin-bottom: 30px;
}
/*アコーディオン start*/
#contact .question {
  font-size: 24px;
  color: #00592a;
  margin-right: 5px;
  width: 20px;
}
#contact .text-area {
  text-indent: -2em;
  padding-left: 2em;
}
#contact .text-area a {
  color: #00592a;
  text-decoration: underline;
}
#contact .acd-title {
}
#contact .acd-check{
  display: none;
}
#contact .acd-label{
  position: relative;
  display: block;
  border-bottom: 1px solid #1111;
  cursor: pointer;
  padding: 10px 50px 10px 10px;
}
#contact .acd-label:before{
  content: "";
  height: 1px;
  width: 20px;
  background: #00592a;
  right: 20px;
  top: 25px;
  position: absolute;
}
#contact .acd-label:after{
  content: "";
  width: 1px;
  height: 20px;
  background: #00592a;
  right: 29px;
  top: 16px;
  position: absolute;
  opacity: 1;
  transition: .3s;
}
#contact .acd-inner{
  padding: 5px;
  max-height: 0;
  opacity: 0;
  transition: .5s;
  visibility: hidden;
}
#contact .acd-check:checked + .acd-label:after{
  opacity: 0;
  transform: rotate(45deg);
  transition: .3s;
}
#contact .acd-check:checked + .acd-label + .acd-inner{
  background: #f2f2f2;
  max-height: 1000px;
  padding: 10px;
  padding-bottom: 20px;
  opacity: 1;
  visibility: visible;
}
#contact .youtube{
  margin-top: 20px;
  margin-left: 30px;
}
#contact .youtubeWrap {
    width: 100%;
    aspect-ratio: 16 / 9;
}
#contact .youtube iframe {
    width: 100%;
    height: 100%;
}
/*アコーディオン end*/


/****************/
/*  小PC表示　max 1024px  */
/****************/
@media screen and (max-width: 1024px) {
  #contact #section10 {
    margin: 140px 0 90px;
  }
  #contact #section20{
    margin-top: -70px;
    padding-top: 140px;
  }
}
/****************/
/*  ipad表示　max 768px  */
/****************/
@media screen and (max-width: 768px) {
  #contact #section10 .mb-10 {
    font-size: 16px;
  }
  #contact #section10 .flex_box {
    margin: 15px auto 0;
    flex-direction: column;
  }
  #contact #section10 .flex_box div {
    width: 100%;
  }
  #contact #section10 .tel-box .tel-box__inner {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.4;
  }
  #contact #section10 .tel-box .tel-box__inner span {
    font-size: 24px;
  }
  #contact #section10 .flex_box p {
    font-size: 16px;
  }
  #contact .youtube{
    margin-left: 5px;
    margin-right: 5px;
  }
}
/****************/
/*  SP表示　max 480px  */
/****************/
@media screen and (max-width: 480px) {
  #contact #section10 {
    margin: 140px 0 45px;
  }
  #contact #section10 .tel-box {
    padding: 15px;
    margin: 15px auto;
  }
  #contact #section10 .tel-box .tel-box__inner {
    font-size: 16px;
  }
  #contact #section10 .tel-box .tel-box__inner span{
    font-size: 22px;
  }
  #contact #section10 .tel-box .tx02 {
    text-align: center;
  }
  #contact #section10 .tel-box .tx03 {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  #contact #section10 .flex_box p {
    font-size: 18px;
  }
  #contact #section20{
    margin-top: -70px;
    padding-top: 100px;
  }
  #contact .q-title {
    font-size: 18px;
    padding-top: 15px;
    margin: 0;
  }
  #contact .acd-label {
    text-indent: -2em;
    padding-left: 2.5em;
  }
}