/* svgの設定 */
/* メールアイコン */
/* お問い合わせページ以外に表示させる誘導枠 */
.contactad {
  background: url(../images/common/contact_bg.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  padding: 80px 0;
  position: relative;
}
.contactad .cntns_hl3 {
  margin-bottom: 20px;
}
.contactad .contactad_cntns {
  max-width: 920px;
  margin: 0 auto 10px;
  padding: 40px 30px 60px;
  background: #ffffff;
  text-align: center;
  border: 3px solid #493821;
  border-radius: 15px;
  position: relative;
}
.contactad .contactad_cntns .contactad_txt {
  font-size: 120%;
  width: fit-content;
  margin: 10px auto;
  color: #ff8a00;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
}
.contactad .contactad_cntns .contactad_cntns_form {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.contactad .contactad_cntns .contactad_cntns_form li {
  width: calc((100% / 2) - 80px);
}

.shop_card {
  background: #fdebd7;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 6px 0 #ffd980;
  transition: all 0.3s ease 0s;
}
.shop_card:hover {
  transform: translateY(6px);
  box-shadow: 0 0 0 #ffd98000;
  transition: all 0.3s ease 0s;
}

.shop_info {
  background: #fff;
  margin-bottom: 10px;
  padding: 18px 16px 16px;
  text-align: center;
  border: 2px solid #333;
  border-radius: 8px;
}

.shop_name {
  position: relative;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 3px;
}

.shop_name::before,
.shop_name::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 18px;
  height: 2px;
  background: #333;
}

.shop_name::before {
  left: 28%;
  transform: rotate(45deg);
}

.shop_name::after {
  right: 28%;
  transform: rotate(-45deg);
}

.shop_address {
  margin: 0;
  line-height: 1.4;
  font-size: 90%;
}
.shop_tel {
  text-align: center;
  color: #ff8a00;
  font-family: "Lato", sans-serif;
  font-size: 1.8em;
}

.tel_icon {
  display: inline-block;
  width: 14px;
  height: 17px;
  margin-left: 5px;
}

.contactad .contactad_cntns .contactad_cntns_form .form_btn {
  width: 100%;
}
@media screen and (max-width: 1081px) {
  .contactad .contactad_cntns {
    width: 80%;
    padding: 4vw 4vw 6vw 4vw;
  }
  .contactad .contactad_cntns .contactad_cntns_form {
    justify-content: space-between;
  }
  .contactad .contactad_cntns .contactad_cntns_form li {
    width: calc((100% / 2) - 2vw);
  }
}
@media screen and (max-width: 768px) {
  .contactad .cotns_box {
    margin: 20vw auto 26vw;
  }
  .contactad .contactad_cntns .contactad_txt {
    font-size: calc(80vw / 22);
  }
  .contactad .contactad_cntns .contactad_txt::before,
  .contactad .contactad_cntns .contactad_txt::after {
    width: 40px;
    height: 3px;
  }
  .contactad .contactad_cntns .contactad_txt::before {
    left: -10vw;
  }
  .contactad .contactad_cntns .contactad_txt::after {
    right: -10vw;
  }
  .contactad .contactad_cntns .contactad_cntns_form li {
    width: 100%;
    margin-bottom: 10px;
  }
  .contactad .contactad_cntns .contactad_cntns_form {
    gap: 20px;
  }
  .shop_info {
    padding: 2vw 3vw 2vw;
  }
}
.form_btn a,
.form_btn2 a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  padding: 10px 70px;
  width: 100%;
  min-height: 60px;
  background: #ffe71a;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  border: 2px solid #ffffff;
  border-radius: 80px;
  box-shadow: 0 6px 0 #ffd980;
  position: relative;
  transition: all 0.3s ease 0s;
}
.form_btn2 a {
  width: fit-content;
  margin: auto;
  background: #8cc63f;
  font-size: 120%;
}
.form_btn a::after,
.form_btn2 a::after {
  content: "";
  display: block;
  border-top: 3px solid #493821;
  border-right: 3px solid;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 40px;
  transition: all 0.3s ease 0s;
  transform: rotate(45deg);
}
.form_btn a:hover,
.form_btn2 a:hover {
  transform: translateY(6px);
  box-shadow: 0 0 0 #ffd98000;
  transition: all 0.3s ease 0s;
}
.form_txt {
  font-size: 75%;
}
@media screen and (max-width: 1081px) {
  .form_btn a,
  .form_btn2 a {
    padding: 2vw 5vw;
  }
}

@media screen and (max-width: 768px) {
  .form_btn a,
  .form_btn2 a {
    padding: 5vw 12vw 5vw 8vw;
    width: 100%;
  }
  .contactad .contactad_cntns .contactad_cntns_form .form_btn,
  .form_btn2 {
    font-size: calc(50vw / 12);
    width: 100%;
    margin: auto;
  }
  .form_btn a::after,
  .form_btn2 a::after {
    right: 6vw;
  }
  .form_btn .mail_icon,
  .form_btn2 .mail_icon {
    display: inline-block;
    width: 5vw;
    height: 4vw;
  }
}
/* contact */
.contact_box {
  padding: 120px 0 60px;
}
#contact .form {
  margin-bottom: 60px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
#contact .form .formTable {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
#contact .form .formTable dl {
  margin-bottom: 30px;
}
#contact .form .formTable dl dt {
  margin-bottom: 10px;
  display: flex;
  align-items: baseline;
}
#contact .form .formTable dl dt#about .info .list-beasic::before {
  top: 8px;
}
#contact .form .formTable dl dt span {
  margin-left: 10px;
  font-size: 60%;
  color: #ffffff;
  background: #cc3333;
  padding: 3px 5px 4px;
  border-radius: 3px;
}
#contact .form .formTable input[type="text"],
#contact .form .formTable textarea {
  width: 100% !important;
  height: 50px;
  display: block;
  padding: 2%;
  background: #fff;
  font-size: 18px;
  border: 3px solid #999999;
  border-radius: 5px;
  line-height: 1.6;
}
#contact .form .formTable textarea {
  height: 120px !important;
}
#contact .form .formTable input[type="radio"] {
  width: 15px;
  height: 15px;
  margin-left: 30px;
  display: inline-block;
  transform: scale(1.5);
  border: 3px solid #999999;
}
#contact .form .formTable button.main_btn {
  width: fit-content;
  overflow: hidden;
  margin: auto;
  font-size: 20px;
}
@media screen and (max-width: 1081px) {
  #contact .form .formTable dl dt {
    font-size: 130%;
  }
  #contact .form .formTable input[type="radio"] {
    width: 3vw;
    max-width: 16px;
    height: 2vw;
    min-height: 20px;
    margin-right: 1vw;
    margin-left: 5vw;
    border: 2px solid #999999;
  }
  #contact .form .formTable button.main_btn {
    font-size: calc(100vw / 60);
  }
}
@media screen and (max-width: 768px) {
  .contact_box {
    padding: 12vw 0 6vw;
  }
  #contact .gobocha {
    padding: 12vw 0 8vw;
  }
  #contact .form .formTable input[type="text"],
  #contact .form .formTable textarea {
    font-size: calc(80vw / 20);
  }
  #contact .form .formTable label {
    display: block;
    padding: 5px 0 0 0;
    font-size: 110%;
  }
  #contact .form .formTable dl dt {
    font-size: 120%;
  }
  #contact .from .formTable input[type="radio"] {
    margin-left: 0;
  }
  #contact .form .formTable button.main_btn {
    font-size: calc(100vw / 30);
  }
}
/* privacy */
#contact .privacy_box {
  width: 80%;
  height: 36vh;
  max-height: 360px;
  overflow: scroll;
  max-width: 1075px;
  margin: 0 auto;
  padding: 30px 50px;
  background: #fdfdfc;
  border: 2px solid #333333;
  position: relative;
  z-index: 0;
}
#contact .privacy_box h3 {
  margin-bottom: 20px;
  font-size: 140%;
  font-weight: bold;
  text-align: center;
  color: #333333;
}
#contact .privacy_box p {
  margin-bottom: 30px;
  text-indent: 20px;
}
#contact .privacy_box dl dt {
  font-weight: bold;
}
#contact .privacy_box dl dd {
  line-height: 1.8;
  margin: 10px 0 40px;
  text-indent: 20px;
  font-size: 90%;
}
#contact .privacy_box dl dd ul {
  margin: 10px 0;
  text-indent: 0;
}
#contact .privacy_box dl dd ul li {
  margin-bottom: 10px;
}
#contact .privacy_box dl dd ul li#about .info .list-beasic::before {
  top: 5px;
}
@media screen and (max-width: 768px) {
  #contact .privacy_box {
    max-height: 50vh;
    overflow: scroll;
    padding: 6vw 6vw 0;
    font-size: calc(68vw / 18);
  }
  #contact .privacy_box dl dd {
    line-height: 1.6;
  }
  #contact .privacy_box h3 {
    margin-bottom: 20px;
    font-size: calc(68vw / 12);
  }
}

/* サンクス */

.thanks_box {
  max-width: 800px;
  width: 90%;
  margin: 0 auto 60px;
  padding: 50px 20px;
  background: #ffffff;
  border: 2px solid #333333;
  border-radius: 10px;
}
.thanks_box h4 {
  width: fit-content;
  margin: auto;
  padding: 0 30px;
  font-size: 140%;
  font-weight: bold;
  color: #00821c;
  position: relative;
}
.thanks_box h4::before {
  content: "＼";
  position: absolute;
  bottom: 0;
  left: 0;
}
.thanks_box h4::after {
  content: "／";
  position: absolute;
  bottom: 0;
  right: 0;
}
.thanks_box div {
  margin: 20px 0 30px;
  font-size: 110%;
  line-height: 1.6;
}
.thanks_box p {
  font-size: 80%;
  line-height: 1.4;
}
