@charset "utf-8";
#contact_top .faq_low .wrap,
#contact .wrap {
  padding-bottom: 160px;
}
#contact_top .main_title {
  margin-bottom: 20px!important;
}
#contact_top .lead_txt {
  margin-bottom: 60px;
}
#intro .wrap {
  padding-bottom: 100px;
}
.anc_link_list {
  justify-content: flex-start;
  gap: 30px 40px;
}
.anc_link_list a {
  max-width: none;
  width: calc((100% - 40px*3)/4);
  padding-bottom: 20px;
}
.anc_link_list a:before,
.anc_link_list a:after {
  top: calc(50% - 10px);
}
#contact_list {
  background: #f0f0dc;
}
#contact_list .wrap {
  padding: 100px 0;
}
#contact_list .contact_cts {
  background: #fff;
  padding: 50px 20px 60px;
}
#contact_list .contact_cts:not(:last-of-type) {
  margin-bottom: 60px;
}
#contact_list .contact_cts .list_wrap {
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
}
#contact_list .contact_cts .list_wrap .btn_box {
  width: 100%;
  max-width: 425px;
}
#contact_list .contact_cts h4 {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 500;
  letter-spacing: .1em;
  color: var(--mainColor);
  margin: 0 0 15px;
  padding: 0 0 0 33px;
  position: relative;
}
#contact_list .contact_cts h4:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
#contact_list .contact_cts .phone h4:before {
  width: 24px;
  height: 24px;
  background: url(/form/common/images/icon/phone.png) no-repeat center / contain;
}
#contact_list .contact_cts .web h4:before {
  width: 15px;
  height: 26px;
  background: url(/form/common/images/icon/smartphone.png) no-repeat center / contain;
}
#contact_list .contact_cts .list_wrap .btn_box a.btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 100%;
  height: 80px;
  background: var(--mainColor);
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.4em;
  position: relative;
}
#contact_list .contact_cts .list_wrap .btn_box.web a.btn:after {
  content: '';
  width: 15px;
  height: 15px;
  background: url(/form/common/images/icon/web_wht.png) no-repeat center / contain;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0,-50%);
}
#contact_list .contact_cts .list_wrap .btn_box.web a.btn span {
  padding: 0 0 0 35px;
  position: relative;
}
#contact_list .contact_cts .list_wrap .btn_box.web a.btn span:before {
  content: '';
  width: 22px;
  height: 22px;
  background: url(/form/common/images/icon/faq_wht.png) no-repeat center / contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0,-50%);
}
#contact_list .contact_cts .list_wrap .btn_box.phone a.btn {
  font-size: 26px;
}
#contact_list .contact_cts .list_wrap .btn_box.phone a.btn span {
  font-size: 20px;
}
#contact_list .contact_cts .list_wrap .btn_box.phone a.btn span:after {
  content: ':';
}
#contact_list .contact_cts .list_wrap .btn_box.phone a.btn span.time {
  width: 100%;
  font-size: 16px;
  line-height: 1em;
  text-align: center;
  margin-top: -22px;
}
#contact_list .contact_cts .list_wrap .btn_box.phone a.btn span.time:after {
  content: none;
}
#contact_list .contact_cts .tel_list {
  width: 100%;
  max-width: 1000px;
  margin: 50px auto 0;
  display: block !important;
}
#contact_list #restaurant.contact_cts h4 {
  width: fit-content;
  margin: 0 auto 25px;
  display: block;
}
#contact_list .contact_cts .tel_list .tel_box {
  width: 100%;
  display: block;
  border-top: 1px solid #cdcdcd;
}
#contact_list .contact_cts .tel_list .tel_box:last-of-type {
  border-bottom: 1px solid #cdcdcd;
}
#contact_list .contact_cts .tel_list .tel_box a {
  text-decoration: none;
  padding: 25px 20px;
  justify-content: space-between;
  align-items: center;
  gap: 0 25px;
  color: var(--mainColor);
  font-size: 18px;
  line-height: 1.6em;
}
#contact_list .contact_cts .tel_list .tel_box a .number {
  width: 250px;
  text-align: left;
}
#contact_list .contact_cts .tel_list .tel_box a h5 {
  width: calc(100% - 25px - 250px);
}
#contact_list .contact_cts .tel_list .tel_box a .number span {
  font-size: 16px;
  line-height: 1.6em;
}
.faq_low {
  overflow: hidden;
}
.tab_wrap.scrl .tab_navi .tab_menu {
  width: 100%;
  font-size: 16px;
  line-height: 1.4em;
  color: #000;
  font-weight: bold;
  text-align: center;
  padding: 0;
}
.tab_wrap.scrl .tab_navi .tab_menu:not(:last-child):after {
  content: none;
}
.tab_wrap.scrl .tab_navi {
  gap: 0;
  padding: 0;
}
.tab_wrap.scrl .tab_cts_wrap .tab_cts {
  margin-top: 60px;
}
.tab_wrap.scrl .tab_navi .tab_menu .tab:after {
  background: #999;
}
.tab_wrap.scrl .tab_navi .tab_menu.active .tab:after {
  background: #897d55;
}
.tab_wrap.scrl .tab_navi .tab_menu:first-child,
.tab_wrap.scrl .tab_navi .tab_menu:last-child {
  border-radius: 0;
}
.tab_wrap.scrl .tab_navi .tab_menu .tab {
  padding: 20px 10px;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
}
.tab_wrap.scrl .tab_navi .tab_menu:last-child .tab {
  border-right: 1px solid #999;
}

#contact .form_cts {
  margin: 45px 0 100px;
}
#contact .contact_list {
  background: #f2f1e8 url(/form/common/images/bgi_pt02.jpg) repeat;
  display: inline-block;
  width: 100%;
  padding: 25px 60px 30px;
}
#contact .contact_list h4 {
  text-align: center;
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 600;
  color: var(--mainColor);
  margin: 0 0 25px;
}
#contact .contact_list .list_wrap {
  justify-content: center;
  align-items: center;
  gap: 15px 30px;
}
#contact .contact_list .list_wrap .btn {
  width: calc((100% - 30px*3)/4);
  height: 60px;
  border-radius: 10px;
  background: #fff;
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 500;
  color: var(--mainColor);
  position: relative;
  filter: drop-shadow(4px 4px 8px rgba(0,0,0,.2));
}
#contact .contact_list .list_wrap .btn.arrow:after {
  content: '';
  width: 21px;
  height: 9px;
  background: url(/form/common/images/icon/btn_circle_arrow.png) no-repeat center / contain;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0,-50%);
  transition: .3s;
}
#contact .contact_list .list_wrap .btn.arrow:hover:after {
  right: 10px;
}

/*サブミットボタン*/
.sbmBtn {
  cursor: pointer;
  background: var(--mainColor) url(/form/common/images/icon/btn_circle_arrow_wht.png) no-repeat right 15px top 50% / 21px auto;
  border: 1px solid var(--mainColor);
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 500;
  width: 100%;
  max-width: 300px;
  height: 60px;
  border-radius: 10px;
  position: relative;
  font-family: var(--fontFamily);
  transition: .3s;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.sbmBtn:hover {
  opacity: .8;
  background: var(--mainColor) url(/form/common/images/icon/btn_circle_arrow_wht.png) no-repeat right 10px top 50% / 21px auto;
}
.sbmBtn.back {
  background: #fff url(/form/common/images/icon/btn_circle_arrow_back.png) no-repeat left 15px top 50% / 21px auto;
  border: 1px solid var(--mainColor);
  color: var(--mainColor);
}
.sbmBtn.back:hover {
  background: #fff url(/form/common/images/icon/btn_circle_arrow_back.png) no-repeat left 10px top 50% / 21px auto;
}
button.btn {
  cursor: pointer;
  background: var(--mainColor);
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 500;
  width: 100%;
  max-width: 275px;
  height: 50px;
  border-radius: 10px;
  position: relative;
  font-family: var(--fontFamily);
  transition: .3s;
}
button.btn:hover {
  opacity: .8;
}
.form_cts .head {
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  margin: -20px 0 20px;
}
.form_cts .head p.req {
  color: #f75c2f;
  font-size: 16px;
  line-height: 1.4em;
}
.form_cts .remaining {
  width: fit-content;
  background: #f75c2f;
  color: #fff;
  padding: 10px 15px;
  margin: 0 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  z-index: 999;
}
.form_cts .remaining p {
  font-size: 16px!important;
  line-height: 1.4em!important;
  margin: 0 10px 0 0;
}
.form_cts .remaining .counter {
  font-size: 22px!important;
  line-height: 1.2em!important;
}

.form_table tr {
  width: 100%;
  border-top: 1px solid #cdcdcd;
  color: var(--mainColor);
  font-weight: 500;
}
.form_table th {
  padding: 45px 25px 45px 0;
  width: 290px;
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 500;
  text-align: left;
  vertical-align: top;
}
.form_table td {
  padding: 45px 0;
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 500;
  text-align: left;
}
.form_table tr.border_none {
  border-top: none;
}
.form_table tr.border_none td {
  padding-top: 0;
}
.form_table td h4 {
  display: block;
  width: 100%;
  color: var(--mainColor);
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 600;
  margin: 0 0 5px;
}
.form_table td .col_2 {
  justify-content: flex-start;
  align-items: center;
  gap: 20px 40px;
}
.form_table td .col_2 .col {
  width: 100%;
  max-width: 350px;
}
.form_table .policy_box {
  width: calc(100% - 10px - 4em);
  background: #f2f1e8;
  padding: 25px 30px;
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 1.8em;
  display: inline-block;
}
.form_table .policy_box .scrl_box {
  overflow: auto;
  height: 180px;
}
.form_table span.req {
  color: #f75c2f;
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 500;
}
.form_table .in_box {
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
#form input:focus,
#form textarea:focus {
  background: #ededed!important;
  border: none!important;
  outline: none;
}
#form input:-webkit-autofill,
#form textarea:-webkit-autofill {
  box-shadow: 0 0 0 1000px #f0f0f0 inset!important;
}
#form ::placeholder {
  color: #999;
  font-family: var(--fontFamily);
}
#form .error_msg {
  width: 100%;
  color: #d60003;
  font-size: 14px;
  line-height: 1.8em;
}
#form input[type="text"],
#form input[type="tel"],
#form input[type="email"],
#form textarea {
  width: calc(100% - 10px - 4em);
  border: none;
  font-family: var(--fontFamily);
  background: #f2f1e8;
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 500;
  color: var(--mainColor);
  padding: 12px 20px;
}
#form textarea {
  min-height: 250px;
}
#form select {
  width: 100%;
  border: none;
  font-family: var(--fontFamily);
  background: #f2f1e8;
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 500;
  color: var(--mainColor);
  padding: 12px 20px;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}
#form .select {
  width: 100%;
  max-width: 276px;
  position: relative;
}
#form .select:before {
  content: '';
  width: 16px;
  height: 6px;
  background: url(/form/common/images/icon/pulldown.png) no-repeat center / contain;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translate(0, -50%);
  z-index: 5;
}

.form_cts .radio,
.form_cts .checkbox {
  justify-content: flex-start;
  align-items: center;
  gap: 25px;
}
.form_cts .radio > div,
.form_cts .checkbox > div {
  position: relative;
}
#form input[type="radio"],
#form input[type="checkbox"] {
  width: 0;
  height: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
#form .checkbox .label {
  padding: 0 0 0 35px;
  position: relative;
  cursor: pointer;
}
#form .checkbox .label:before {
  content: '';
  width: 24px;
  height: 24px;
  border-radius: 0;
  border: 1px solid var(--mainColor);
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
}
#form .checkbox input[type="checkbox"] + label:after {
  content: '';
  width: 16px;
  height: 13px;
  background: url(/form/common/images/icon/check.png) no-repeat center / contain;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translate(0,-50%);
  opacity: 0;
  z-index: 2;
  transition: .3s;
}
#form .checkbox input[type="checkbox"]:checked + label:after {
  opacity: 1
}
#form .checkbox input[type="checkbox"].error + label:before {
  border: 1px solid #ff0000!important;
  background: #f8f5f5!important;
}
#form .radio .label {
  display: inline-block;
  padding: 0 0 0 35px;
  margin: 0;
  position: relative;
  cursor: pointer;
}
#form .radio .label:last-of-type {
  margin: 0;
}
#form .radio .label:before {
  content: '';
  width: 24px;
  height: 24px;
  border-radius: 24px;
  border: 1px solid var(--mainColor);
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
}
#form .radio input[type="radio"] + label:after {
  content: '';
  width: 18px;
  height: 18px;
  border-radius: 18px;
  background: var(--mainColor);
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translate(0, -50%) scale(0, 0);
  transform-origin: center;
  z-index: 2;
  transition: .3s;
}
#form .radio input[type="radio"]:checked + label:after {
  transform: translate(0,-50%) scale(1,1);
}
#form .checkbox.check_list {
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
#form .checkbox.check_list div {
  width: calc((100% - 20px*4)/5);
}
#form .checkbox.check_list div.items {
  width: auto;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
}
#form .checkbox.check_list .label {
  width: auto;
  white-space: nowrap;
}
#form input.w_min {
  max-width: 250px;
  padding: 5px 10px;
}

/*確認画面*/
.form_cts.confirm .form_table span.req {
  display: none;
}
.form_cts.confirm .form_table span.req {
  display: none;
}
.form_cts.confirm .btn_wrap {
  margin-top: 100px;
}
.form_cts.confirm .form_table tr:last-child {
  border-bottom: 1px solid #cdcdcd;
}
#contact .form_cts.confirm {
  margin-bottom: 0;
}

/*送信完了*/
#contact .form_cts.thanks {
  margin-bottom: 0;
}
.form_cts.thanks .btn_wrap {
  margin-top: 100px;
}
.form_cts.thanks p {
  text-align: center;
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 500;
  color: var(--mainColor);
}




/* ========================================================================================================
   1349px以下
   ========================================================================================================*/
@media screen and (max-width: 1349px) {
}
/* ========================================================================================================
   1199px以下
   ========================================================================================================*/
@media screen and (max-width: 1199px) {
  #form .checkbox.check_list div {
    width: auto;
  }
}


/* ========================================================================================================
   999px以下
   ========================================================================================================*/
@media screen and (max-width: 999px) {
  .tab_wrap.scrl .tab_navi {
    width: 864px;
  }
  .scrl_wrap {
    overflow: auto;
    margin-left: -20px;
    margin-right: calc(50% - 50vw);
    padding: 0 20px;
  }
  .tab_wrap.scrl .tab_navi .tab_menu {
    font-size: 14px;
  }

}

/* ========================================================================================================
   767px以下
   ========================================================================================================*/
@media screen and (max-width: 767px) {
  #contact_top .faq_low .wrap,
  #contact .wrap {
    padding-bottom: 120px;
  }
  #contact_top .main_title {
    margin-bottom: 10px!important;
  }
  #contact_top .lead_txt {
    margin-bottom: 30px;
  }
  .anc_link_list {
    gap: 15px;
  }
  .anc_link_list a {
    width: calc((100% - 15px) / 2);
    padding-bottom: 10px;
  }
  .anc_link_list a:before,
  .anc_link_list a:after {
    top: calc(50% - 5px);
  }
  #intro .wrap {
    padding-bottom: 50px;
  }
  #contact_list .wrap {
    padding: 50px 0;
  }
  #contact_list .contact_cts {
    padding: 30px 20px 35px;
  }
  #contact_list .contact_cts:not(:last-of-type) {
    margin-bottom: 50px;
  }
  #contact_list .contact_cts h4 {
    font-size: 14px;
    margin: 0 auto 15px;
    padding: 0 0 0 25px;
    width: fit-content;
  }
  #contact_list .contact_cts .web h4:before {
    width: 20px;
    height: 20px;
  }
  #contact_list .contact_cts .phone h4:before {
    width: 15px;
    height: 22px;
  }
  #contact_list .contact_cts .list_wrap {
      gap: 40px 0;
  }
  #contact_list .contact_cts .list_wrap .btn_box a.btn {
    height: auto;
    border-radius: none;
  }
  #contact_list .contact_cts .list_wrap .btn_box.web a.btn {
    height: 60px;
    border-radius: 5px;
    font-size: 12px;
  }
  #contact_list .contact_cts .list_wrap .btn_box.web a.btn:after {
    width: 12px;
    height: 12px;
  }
  #contact_list .contact_cts .list_wrap .btn_box.web a.btn span {
    padding: 0 0 0 22px;
  }
  #contact_list .contact_cts .list_wrap .btn_box.web a.btn span:before {
    width: 14px;
    height: 14px;
  }
  #contact_list .contact_cts .list_wrap .btn_box.phone a.btn {
    background: none;
    color: var(--mainColor);
  }
  #contact_list .contact_cts .list_wrap .btn_box.phone a.btn span {
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 15px;
    background: var(--mainColor);
    padding: 2px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
  }
  #contact_list .contact_cts .list_wrap .btn_box.phone a.btn span:after {
    content: none;
  }
  #contact_list .contact_cts .list_wrap .btn_box.phone a.btn span.time {
    width: auto;
    font-size: 12px;
    line-height: 1.6em;
    text-align: left;
    margin: 0;
    padding: 0;
    background: none;
    color: var(--mainColor);
  }
  #contact_list .contact_cts .list_wrap .btn_box.phone a.btn {
    font-size: 21px;
  }
  #contact_list .contact_cts .tel_list {
    display: none !important;
  }
  .tab_wrap.scrl .tab_navi .tab_menu .tab {
    padding: 10px;
  }
  .tab_wrap.scrl .tab_navi .tab_menu {
    font-size: 12px;
  }
  .tab_wrap.scrl .tab_navi {
    width: 767px;
  }
  .tab_wrap.scrl .tab_cts_wrap .tab_cts {
    margin-top: 30px;
  }
  #contact .contact_list {
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 40px 20px 50px;
  }
  #contact .contact_list .list_wrap {
    gap: 20px 15px;
  }
  #contact .contact_list .list_wrap .btn {
    width: calc((100% - 15px) / 2);
    border-radius: 5px;
    font-size: 12px;
  }
  #contact .contact_list h4 {
    font-size: 14px;
    margin: 0 0 20px;
  }
  #contact .contact_list .list_wrap .btn.arrow:after {
    width: 12px;
    height: 5px;
    right: 10px;
  }
  #contact .form_cts {
    margin: 35px 0 50px;
  }
  .sbmBtn,
  .sbmBtn:hover {
    cursor: pointer;
    background: var(--mainColor) url(/form/common/images/icon/btn_circle_arrow_wht.png) no-repeat right 10px top 50% / 12px auto;
    font-size: 12px;
    max-width: 100%;
    height: 60px;
    border-radius: 5px;
  }
  .sbmBtn.back,
  .sbmBtn.back:hover {
    background: #fff url(/form/common/images/icon/btn_circle_arrow_back.png) no-repeat left 10px top 50% / 12px auto;
  }

  .form_cts .head {
    margin: 0 0 5px;
  }
  .form_cts .head p.req {
    font-size: 12px;
  }
  .form_cts .btn_wrap {
    margin-top: 40px;
  }
  .form_cts .remaining {
    position: -webkit-fixed;
    position: fixed;
    top: unset;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
  }
  .form_table th,
  .form_table td {
    display: block;
    width: 100%;
    font-size: 16px;
  }
  .form_table th {
    font-size: 16px;
    padding: 15px 0;
  }
  .form_table td {
    padding: 0 0 20px;
  }
  .form_table td p {
    font-size: 12px;
  }
  .form_table .policy_box {
    width: 100%;
    padding: 18px;
    margin: 0 0 15px;
    font-size: 12px;
    line-height: 1.6em;
  }
  .form_table .policy_box .scrl_box {
    overflow: auto;
    height: 170px;
  }
  #form input[type="text"],
  #form input[type="tel"],
  #form input[type="email"],
  #form textarea {
    width: calc(100% - 10px - 3em);
    font-size: 16px;
    line-height: 1.6em;
    padding: 12px 15px;
  }
  #form textarea {
    width: 100%;
  }
  .form_table td h4 {
    font-size: 14px;
  }
  button.btn {
    font-size: 12px;
    line-height: 1.2em;
    max-width: 120px;
    height: 40px;
    border-radius: 5px;
  }
  .form_table td .col_2 {
    gap: 10px;
  }
  .form_table td .col_2 .col {
    width: 225px;
  }
  .form_table td .col_2 .col.zip {
    width: auto;
  }
  .form_table td .col_2 .col.sp_half {
    width: calc((100% - 10px)/2);
  }
  #form .select {
    max-width: inherit;
    width: calc(100% - 10px - 3em);
  }
  #form textarea {
    min-height: 120px;
  }
  .form_cts .policy .checkbox {
    justify-content: center;
  }
  .form_cts.confirm .btn_wrap {
    margin-top: 50px;
    flex-direction: column-reverse;
  }
  .form_cts.thanks .btn_wrap {
    margin-top: 50px;
  }
  .form_cts.thanks p {
    font-size: 14px;
  }

  
  
}
/* ========================================================================================================
   499px以下
   ========================================================================================================*/
@media screen and (max-width: 499px) {
  .tab_wrap.scrl .tab_navi {
    width: 600px;
  }

}