@charset "utf-8";
#contact_top .faq_low .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(../p_common/images/icon/phone.png) no-repeat center / contain;
}
#contact_list .contact_cts .web h4:before {
  width: 15px;
  height: 26px;
  background: url(../p_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(../p_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(../p_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;
}
#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;
}


.reg_box {
  display: inline-block;
  width: 100%;
  margin: 0 0 40px;
}
.reg_box:last-of-type {
  margin-bottom: 0;
}
.reg_box h3 {
  text-align: left;
  font-size: 22px;
  line-height: 1.4em;
  color: var(--mainColor);
  font-weight: 500;
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #cdcdcd;
}
ul.numble {
  width: 100%;
  display: inline;
  counter-reset: numble;
}
ul.numble>li {
  display: inline-block;
  width: 100%;
  padding: 0 0 0 1.2em;
  text-indent: -1.2em;
}
ul.numble>li:before {
  counter-increment: numble;
  content: counter(numble) '.';
  margin: 0 7px 0 0;
}
ul.numble02 {
  width: 100%;
  display: inline;
  counter-reset: numble-kakko;
}
ul.numble02>li {
  display: inline-block;
  width: 100%;
  padding: 0 0 0 2em;
  text-indent: -2.6em;
}
ul.numble02>li:before {
  counter-increment: numble-kakko;
  content: '（' counter(numble-kakko) '）';
  margin: 0;
}
ul.iroha {
  width: 100%;
  display: inline;
  counter-reset: iroha;
}
ul.iroha>li {
  display: inline-block;
  width: 100%;
  padding: 0 0 0 1.4em;
  text-indent: -1.3em;
}
ul.iroha>li:before {
  counter-increment: iroha;
  content: counter(iroha, katakana-iroha);
  margin: 0 5px 0 0;
}
p.date {
  text-align: right;
}
.scrl_inner {
  min-width: 890px;
}







/* ========================================================================================================
   1349px以下
   ========================================================================================================*/
@media screen and (max-width: 1349px) {
}


/* ========================================================================================================
   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 {
    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;
  }
  .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;
  }


  .reg_box {
    font-size: 14px;
    line-height: 1.6em;
  }
  .reg_box h3 {
    font-size: 16px;
    margin: 0 0 10px;
    padding: 0 0 5px;
  }

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

}