@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;
}


main {
  color: var(--mainColor);
}
#concept .kv_wrap img {
  width: 100%;
}
.content {
  max-width: var(--ctsWidth);
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 50px 0;
}
.content .about {
  margin-bottom: 80px;
}
.content-section {
  margin-top: 50px;
}
.figure {
  display: block;
}
.box-outline {
  padding: 16px 20px;
  border: 1px solid;
}
.box-outline-title {
  margin-bottom: .5em;
  font-weight: 700;
  text-align: center;
}
.text-indent-1em {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
.heading-lv2 {
  margin-bottom: .75em;
  padding-bottom: .5em;
  border-bottom: 1px solid #c69c6d;
  font-size: 20px;
} 

/*----- about -----*/
.about-block {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.about-block-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 565px;
  flex: 0 0 565px;
  max-width: 565px;
}
.about-block-col.-info {
  padding-left: 50px;
}

/*----- sdgs -----*/
.sdgs-group {
  margin-bottom: 60px;
  text-align: center;
}
.sdgs-group dt {
  margin-bottom: .75em;
  font-size: 1.8rem;
  font-weight: 500;
}
.sdgs-items {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -10px;
}
.sdgs-items li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 125px;
  flex: 0 0 125px;
  max-width: 125px;
  margin: 10px;
}
.sdgs-txt-note a {
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}
.sdgs-txt-note a:hover {
  border-bottom: none;
}

/*----- definition -----*/
.definition-list {
  margin-top: 70px;
}
.definition-list:first-child {
  margin-top: 0;
}
.definition-list dt {
  font-weight: 500;
}
.definition-list dd {
  margin-top: .5em;
}

/*----- float -----*/
.float-group {
  margin-top: 40px;
}
.float-group:after {
  display: block;
  clear: both;
  content: "";
}
.float-group:first-child {
  margin-top: 0;
}
.float-group .float-img {
  text-align: center;
  width: 300px;
}
.float-group .float-img img {
  margin: 0 auto;
}
.float-group [data-direction]:not(.float-img) {
  max-width: calc(100% - 330px);
}
.float-group [data-direction="left"] {
  margin-right: 15px;
  float: left;
}
.float-group [data-direction="right"] {
  margin-left: 15px;
  float: right;
}


.mt-30 {
  margin-top: 30px !important;
}

.acc_wrap {
  width: 100%;
  border-top: 1px solid #cdcdcd;
  color: var(--mainColor);
}

.acc_wrap:last-of-type {
  border-bottom: 1px solid #cdcdcd;
}

.acc_wrap .acc_tab {
  width: 100%;
  padding: 15px 20px;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.acc_wrap .acc_tab span.btn {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: var(--mainColor);
  position: relative;
}

.acc_wrap .acc_tab span.btn:before,
.acc_wrap .acc_tab span.btn:after {
  content: '';
  width: 14px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: .3s;
}

.acc_wrap .acc_tab span.btn:after {
  transform: translate(-50%, -50%) rotate(90deg);
  transform-origin: center;
}

.acc_wrap .acc_tab.open span.btn:after {
  transform: translate(-50%, -50%) rotate(180deg);
}

.acc_wrap .acc_cts {
  width: 100%;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 500;
  padding-bottom: 70px;
}

.acc_wrap h3 {
  max-width: calc(100% - 60px);
}

.acc_wrap .acc_cts h4 {
  width: 100%;
  background: #e1e1e1;
  padding: 5px 20px;
  margin: 0;
}

.acc_wrap .acc_cts h5 {
  width: 100%;
  border-bottom: 1px solid #cdcdcd;
  padding: 10px 10px;
  margin: 0;
}

.acc_wrap .acc_cts .inner {
  width: 100%;
  padding: 10px 10px 15px;
}







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


  .float-group .float-img {
    text-align: center;
    width: 100%;
    margin-top: 30px;
  }
  .float-group {
    margin-top: 30px;
    margin: 30px 0 0 0;
    float: none;
  }
  .float-group [data-direction]:not(.float-img) {
    max-width: 100%;
  }
  .float-group [data-direction="left"] {
    margin-right: 0;
    float: none;
  }

  .float-group [data-direction="right"] {
    margin-left: 0;
    float: none;
  }

  .about-block {
    display: block;
    margin-top: 30px;
  }
  .about-block-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 565px;
    flex: 0 0 565px;
    max-width: 565px;
  }
  .about-block-col.-info {
    padding: 30px 0 0;
  }

  .sdgs-group {
    margin-bottom: 40px;
  }
  .sdgs-group dt {
    font-size: 18px;
  }

  .sdgs-items.-size3-sp {
    max-width: calc((75px + 10px)* 3);
  }
  .sdgs-items {
    margin: -5px;
  }
  .sdgs-items li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75px;
    flex: 0 0 75px;
    max-width: 75px;
    margin: 5px;
  }
  .definition-list {
    margin-top: 30px;
  }

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

}