@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);
}
#fv {
  color: #0f2540;
  /* background: url(../p_common/images/about/about_fvback_pc.png); */
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: 0 150px;
  overflow: clip;
}
#fv .wrap .cts_wrap.top {
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  position: relative;
  z-index: 5;
}
#fv .wrap .cts_wrap.top:before {
  content: '';
  width: 100vw;
  height: 100%;
  background: url(../p_common/images/bgi_pt02.jpg) no-repeat center / cover;
  position: absolute;
  left: 100px;
  top: 100px;
  z-index: -1;
}
#fv .wrap .cts_wrap.top .ttl_box {
  margin-right: 20px;
  writing-mode: vertical-rl;
}
#fv .wrap .cts_wrap.top .ttl_box h2 {
  color: #897d55;
  font-size: 70px;
  font-weight: 500;
  letter-spacing: 0.15em;
}
#fv .wrap .cts_wrap.top .cts {
  justify-content: center;
  margin-right: 80px;
  gap: 30px;
}
#fv .wrap .cts_wrap.top .cts .inner {
  flex-direction: column;
  width: calc(100% - 30px - 382px);
  gap: 50px;
}
#fv .wrap .cts_wrap.top .cts .image {
  width: 382px;
}
#fv .wrap .cts_wrap.top .cts .inner h3 {
  font-size: 46px;
  line-height: 1.4em;
  margin: 40px 0;
}
#fv .wrap .cts_wrap.top .cts .inner p {
  font-size: 18px;
  line-height: 2.5em;
}
#fv .wrap .cts_wrap.middle {
  /* position: absolute;
  left: 0;
  top: 45%; */
  margin-left: calc(50% - 50vw);
  margin-top: -15%;
  flex: 1;
  position: relative;
  z-index: 5;
}
#fv .wrap .cts_wrap.bottom {
  /* position: absolute;
  left: 0;
  bottom: 0; */
  margin-top: -8%;
  position: relative;
  z-index: 3;
}
#fv .wrap .cts_wrap.bottom:before {
  content: '';
  width: 100vw;
  height: 120%;
  background: url(../p_common/images/bgi_pt02.jpg) no-repeat center / cover;
  position: absolute;
  right: 100px;
  bottom: 100px;
  z-index: -1;
}
#fv .wrap .cts_wrap.bottom .cts {
  justify-content: space-between;
  gap: 30px;
}
#fv .wrap .cts_wrap.bottom .cts p {
  font-size: 18px;
  line-height: 2.5em;
  margin: auto 0;
}

#history .wrap .cts_wrap .ttl_box {
  justify-content: center;
}
#history .wrap .cts_wrap .ttl_box h2 {
  text-align: center;
  font-size: 38px;
  line-height: 1.4em;
  color: #897d55;
  font-weight: 500;
  margin: 0 0 45px;
  padding: 0;
}
#history .wrap .cts_wrap .cts {
  justify-content: center;
}
ul.tl {
  width: 100%;
}
.tl>li {
  overflow: hidden;
  margin: 0;
  position: relative;
}
.tl_year {
  width: calc(10% - 10px);
  float: left;
  margin-top: 12px;
  font-size: 30px;
}
.tl_cts {
  width: calc(90% - 10px);
  float: left;
  /* border-left: 1px #000 solid; */
  justify-content: flex-start;
  padding: 15px 0 50px 40px;
  position: relative;
}
.tl_cts:before {
  content: '';
  width: 25px;
  height: 25px;
  background: url(../p_common/images/about/timeline_circle.png) no-repeat center / contain;
  position: absolute;
  left: 0;
  top: 27px;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.tl_cts:after {
  content: '';
  width: 1px;
  height: 100%;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
ul.tl li:first-child .tl_cts:after {
  top: 40%;
}
ul.tl li:last-child .tl_cts:after {
  top: -60%;
}
.tl_cts .month {
  width: 5%;
}
.tl_cts .inner .image {
  flex-wrap: nowrap;
  gap: 15px;
  margin-top: 20px;
}







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

/* ========================================================================================================
   1299px以下
   ========================================================================================================*/
@media screen and (max-width: 1299px) {
  #fv .wrap .cts_wrap.middle .image {
    width: 50%;
  }
  #fv .wrap .cts_wrap.top .cts .inner h3 {
    margin: 0;
  }
  #fv .wrap .cts_wrap.top .cts .inner {
    width: calc(100% - 30px - 32%);
  }
  #fv .wrap .cts_wrap.top .cts .image {
    width: 32%;
  }
}


/* ========================================================================================================
   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;
  }
  #fv .wrap .cts_wrap.bottom .cts p,
  #fv .wrap .cts_wrap.bottom .cts .image {
    width: calc(50% - 15px);
  }

}

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


  #fv {
    /* background-image: url(../p_common/images/about/about_fvback_sp.png);
    background-position: 50% 75%;
    background-size: contain; */
  }
  #fv .wrap .cts_wrap.top {
    flex-wrap: wrap;
    justify-content: center;
  }
  #fv .wrap .cts_wrap.top:before {
    left: 20px;
    top: 150px;
    height: 80%;
  }
  #fv .wrap .cts_wrap.top .ttl_box {
    margin-right: 0;
    writing-mode: horizontal-tb;
    width: 100%;
  }
  #fv .wrap .cts_wrap.top .ttl_box h2 {
    font-size: 35px;
    font-weight: 500;
    text-align: center;
    margin: 0 0 30px;
  }
  #fv .wrap .cts_wrap.top .ttl_box h3 {
    font-size: 23px;
    line-height: 1.4em;
    margin: 0;
  }
  #fv .wrap .cts_wrap.top .cts {
    margin-right: 0;
    gap: 20px;
    flex-wrap: nowrap;
  }
  #fv .wrap .cts_wrap.top .cts .inner {
    width: 100%;
  }
  #fv .wrap .cts_wrap.top .cts .inner {
    width: calc(100%);
    gap: 0;
  }
  #fv .wrap .cts_wrap.top .cts .inner h3 {
    font-size: 25px;
    margin: 40px 0;
  }
  #fv .wrap .cts_wrap.top .cts .inner p {
    font-size: 14px;
    line-height: 1.8em;
    margin-top: 2em;
  }
  #fv .wrap .cts_wrap.top .cts .image {
    margin: 0;
    width: 100%;
  }
  #fv .wrap .cts_wrap.middle {
    justify-content: flex-start;
    width: 100vw;
    margin-top: 15px;
  }
  #fv .wrap .cts_wrap.bottom {
    margin-top: 10px;
  }
  #fv .wrap .cts_wrap.bottom:before {
    height: 180%;
    right: 40px;
    bottom: 5px;
  }
  #fv .wrap .cts_wrap.bottom .cts {
    flex-wrap: nowrap;
    gap: 15px;
  }
  #fv .wrap .cts_wrap.bottom .cts p {
    font-size: 14px;
    line-height: 1.8em;
    width: 100%;
  }
  #fv .wrap .cts_wrap.bottom .cts .image {
    width: 80%;
  }

  #history .wrap .cts_wrap .ttl_box h2 {
    font-size: 24px;
    margin: 0 0 30px;
  }
  .tl_year {
    width: calc(20% - 21px);
    font-size: 16px;
  }
  .tl_cts {
    width: calc(80% - 5px);
    padding: 12px 0 20px 20px;
    flex-direction: column;
    font-size: 14px;
  }
  .tl_cts:before {
    width: 15px;
    height: 15px;
  }
  .tl_cts .month {
    width: 100%;
  }
  .tl_cts .inner .image {
    margin-top: 5px;
    flex-wrap: wrap;
    gap: 10px;
  }
  .tl_cts .inner .image img {
    width: calc(50% - 20px);
  }
  ul.tl li:first-child .tl_cts:after {
    top: 30%;
  }
  ul.tl li:last-child .tl_cts:after {
    top: -80%;
  }

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

}