.text_l {
  text-align: left !important;
}

.pcbr {
  display: block;
}
@media screen and (max-width: 768px) {
  .pcbr {
    display: inline;
  }
}

@media screen and (max-width: 768px) {
  .spbr {
    display: block;
  }
}

.js_fixed {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .js_fixed {
    position: relative;
    overflow: hidden;
  }
  .js_fixed::before {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 90;
  }
}
@media screen and (max-width: 768px) {
  .js_fixed #header .header_box .header_menu_sub .header_tel {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .js_fixed #header .header_box .header_menu_sub .header_web {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .js_fixed #header .header_box .header_menu_sub .header_line {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .js_fixed #header .header_box .header_menu_sub .header_doc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .js_fixed #header .header_box .header_menu_sub .header_btn {
    margin: 0 0 0 auto;
  }
}
.js_fixed #header .header_btn .menu_wrap .menu_sp::after {
  content: "CLOSE" !important;
}

.header_wrap {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 120;
}
@media screen and (max-width: 768px) {
  .header_wrap {
    position: fixed;
  }
}
.header_wrap.fixed {
  position: -webkit-sticky;
  position: sticky;
  z-index: 120;
  margin: -89px 0 0;
}
@media screen and (max-width: 768px) {
  .header_wrap.fixed {
    position: fixed;
    margin: 0;
  }
}
.header_wrap.fixed #header .header_box::before {
  background: url(../images/common/menu_bk_on.svg);
  background-size: cover;
  width: 163px;
  height: 153px;
}
@media screen and (max-width: 768px) {
  .header_wrap.fixed #header .header_box::before {
    background: url(../images/common/menu_bk_sp.svg);
    background-size: cover;
    width: 84px;
    height: 84px;
  }
}
.header_wrap.fixed #header .header_box::after {
  content: none;
}
.header_wrap.fixed #header .header_box .header_btn.fixed {
  position: relative;
}
.header_wrap.fixed #header .header_box .header_menu_sub.fixed {
  margin-right: 10%;
}

#header {
  position: relative;
  width: 100%;
}
#header .header_box {
  width: 100%;
  min-width: 1200px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  #header .header_box {
    min-width: 100%;
  }
}
#header .header_box::before {
  content: "";
  background: url(../images/common/menu_bk.svg);
  background-size: cover;
  width: 455px;
  height: 412px;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #header .header_box::before {
    background: url(../images/common/menu_bk_sp.svg);
    background-size: cover;
    width: 84px;
    height: 84px;
  }
}
#header .header_box::after {
  content: "";
  background: url(../images/common/logo_bk.svg) no-repeat;
  background-size: cover;
  width: 636px;
  height: 423px;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #header .header_box::after {
    background: url(../images/common/logo_bk_sp.svg) no-repeat;
    background-size: cover;
    width: 296px;
    height: 174px;
  }
}
#header .header_box .header_logo_box {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#header .header_box .header_logo_box .header_logo {
  margin: 18px 0 0 30px;
}
@media screen and (max-width: 768px) {
  #header .header_box .header_logo_box .header_logo {
    margin: 9px 0 0 10px;
  }
}
#header .header_box .header_logo_box .header_logo .logo_img {
  width: 328px;
  height: auto;
}
@media screen and (max-width: 768px) {
  #header .header_box .header_logo_box .header_logo .logo_img {
    width: 174px;
    height: 43px;
  }
}
#header .header_box .header_menu_sub {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 30px 10% 0 0;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  #header .header_box .header_menu_sub {
    display: none;
  }
}
#header .header_box .header_menu_sub.fixed {
  margin-right: calc(10% + 54px);
}
#header .header_box .header_menu_sub .sub_btn a {
  border: 4px solid #FFF;
  border-radius: 50px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
  padding: 12px 32px 12px 62px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.18rem;
  position: relative;
}
#header .header_box .header_menu_sub .sub_btn a::before {
  content: "";
  position: absolute;
  left: 31px;
  top: 50%;
  transform: translatey(-50%);
  transition: all 0.3s;
}
@media screen and (min-width: 769px) {
  #header .header_box .header_menu_sub .sub_btn a:hover {
    color: #636363;
  }
}
#header .header_box .header_menu_sub .sub_btn.sub_btn_01 a {
  background: rgba(142, 195, 32, 0.8);
}
#header .header_box .header_menu_sub .sub_btn.sub_btn_01 a::before {
  background: url(../images/common/icon_wakaba_01.svg);
  background-size: cover;
  width: 20px;
  height: 25px;
}
@media screen and (min-width: 769px) {
  #header .header_box .header_menu_sub .sub_btn.sub_btn_01 a:hover {
    background: rgba(255, 255, 255, 0.7);
  }
}
#header .header_box .header_menu_sub .sub_btn.sub_btn_02 a {
  background: rgba(243, 151, 1, 0.8);
}
#header .header_box .header_menu_sub .sub_btn.sub_btn_02 a::before {
  background: url(../images/common/icon_access_01.svg);
  background-size: cover;
  width: 19px;
  height: 26px;
}
@media screen and (min-width: 769px) {
  #header .header_box .header_menu_sub .sub_btn.sub_btn_02 a:hover {
    background: rgba(255, 255, 255, 0.7);
  }
  #header .header_box .header_menu_sub .sub_btn.sub_btn_02 a:hover::before {
    background: url(../images/common/icon_access_02.svg);
    background-size: cover;
  }
}
#header .header_box .header_btn {
  display: flex;
  align-items: center;
  width: 54px;
  height: 65px;
  z-index: 110;
  transition: all 0.3s;
  position: relative;
}
@media screen and (max-width: 768px) {
  #header .header_box .header_btn {
    width: 39px;
    height: 38px;
  }
}
#header .header_box .header_btn.fixed {
  position: fixed;
}
#header .header_box .header_btn .menu_wrap {
  position: absolute;
  top: 31px;
  right: 39px;
  z-index: 105;
}
@media screen and (max-width: 768px) {
  #header .header_box .header_btn .menu_wrap {
    top: 16px;
    right: 14px;
  }
}
#header .header_box .header_btn .menu_wrap .menu_sp {
  width: 54px;
  height: 65px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #header .header_box .header_btn .menu_wrap .menu_sp {
    width: 39px;
    height: 38px;
  }
}
#header .header_box .header_btn .menu_wrap .menu_sp::after {
  content: "MENU";
  font-family: "EB Garamond", serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.16rem;
  color: #636363;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #header .header_box .header_btn .menu_wrap .menu_sp::after {
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 0.1171rem;
  }
}
#header .header_box .header_btn .menu_wrap .menu_sp .menu__line {
  background: #636363;
  display: block;
  height: 2px;
  position: absolute;
  transition: all 0.3s;
  width: 55px;
}
@media screen and (max-width: 768px) {
  #header .header_box .header_btn .menu_wrap .menu_sp .menu__line {
    width: 39px;
  }
}
#header .header_box .header_btn .menu_wrap .menu_sp .menu__line--top {
  top: 0;
  transform: inherit;
}
#header .header_box .header_btn .menu_wrap .menu_sp .menu__line--center {
  top: 16px;
}
@media screen and (max-width: 768px) {
  #header .header_box .header_btn .menu_wrap .menu_sp .menu__line--center {
    top: 9px;
  }
}
#header .header_box .header_btn .menu_wrap .menu_sp .menu__line--bottom {
  bottom: 31px;
}
@media screen and (max-width: 768px) {
  #header .header_box .header_btn .menu_wrap .menu_sp .menu__line--bottom {
    bottom: inherit;
    top: 19px;
  }
}
#header .header_box .header_btn .menu_wrap .menu_sp .menu__line--top.active {
  top: 0;
  transform-origin: left top;
  transform: rotate(35deg);
}
@media screen and (max-width: 768px) {
  #header .header_box .header_btn .menu_wrap .menu_sp .menu__line--top.active {
    transform: rotate(30deg);
  }
}
#header .header_box .header_btn .menu_wrap .menu_sp .menu__line--center.active {
  display: none;
}
#header .header_box .header_btn .menu_wrap .menu_sp .menu__line--bottom.active {
  bottom: 31px;
  transform-origin: left bottom;
  transform: rotate(-35deg);
}
@media screen and (max-width: 768px) {
  #header .header_box .header_btn .menu_wrap .menu_sp .menu__line--bottom.active {
    bottom: 18px;
    transform: rotate(-30deg);
  }
}
#header .gnav {
  display: block;
  height: 100%;
  position: fixed;
  z-index: 102;
  top: 0;
  right: -474px;
  transition: all 0.6s;
}
@media screen and (max-width: 768px) {
  #header .gnav {
    z-index: 90;
    width: 100%;
    height: 100vh;
    top: 0;
    right: -100%;
    padding: 0;
    overflow: scroll;
  }
}
#header .gnav.open {
  right: 0;
}
#header .gnav .gnav_wrap {
  width: auto;
  padding: 153px 35px 85px;
  background: #fff;
  height: auto;
  border-radius: 0px 0px 0px 50px;
}
@media screen and (max-width: 768px) {
  #header .gnav .gnav_wrap {
    padding: 100px 6% 80px;
    border-radius: 0;
  }
}
#header .gnav .gnav_wrap .gnav_menu .bigmenu_box_wrap {
  width: 100%;
}
#header .gnav .gnav_wrap .gnav_menu .bigmenu_box_wrap .bigmenu_box {
  display: flex;
  align-items: center;
  flex-direction: column;
}
#header .gnav .gnav_wrap .gnav_menu .bigmenu_box_wrap .bigmenu_box > ul {
  display: flex;
  flex-direction: column;
  gap: 27px;
  width: 400px;
}
@media screen and (max-width: 768px) {
  #header .gnav .gnav_wrap .gnav_menu .bigmenu_box_wrap .bigmenu_box > ul {
    width: 100%;
    gap: 22px;
  }
}
#header .gnav .gnav_wrap .gnav_menu .bigmenu_box_wrap .bigmenu_box > ul > li {
  width: 100%;
  background-image: linear-gradient(to right, #C2C2C2, #C2C2C2 6px, transparent 6px, transparent 4px);
  background-size: 10px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
  position: relative;
}
@media screen and (min-width: 769px) {
  #header .gnav .gnav_wrap .gnav_menu .bigmenu_box_wrap .bigmenu_box > ul > li a:hover {
    opacity: 0.7;
  }
}
#header .gnav .gnav_wrap .gnav_menu .bigmenu_box_wrap .bigmenu_box > ul > li a.li_menu::before {
  content: "";
  background: url(../images/common/icon_kira.svg);
  background-size: cover;
  width: 15px;
  height: 21px;
  position: absolute;
  left: 14px;
  top: 8px;
}
#header .gnav .gnav_wrap .gnav_menu .bigmenu_box_wrap .bigmenu_box > ul > li .li_menu {
  cursor: pointer;
  color: #636363;
  text-align: center;
  font-size: 1.9rem;
  font-weight: 400;
  letter-spacing: 0.285rem;
  position: relative;
  padding: 0 0 22px;
  display: block;
}
@media screen and (max-width: 768px) {
  #header .gnav .gnav_wrap .gnav_menu .bigmenu_box_wrap .bigmenu_box > ul > li .li_menu {
    font-size: 1.7rem;
    padding: 0 0 20px;
    letter-spacing: 0.255rem;
  }
}
#header .gnav .gnav_wrap .gnav_menu .bigmenu_box_wrap .bigmenu_box > ul > li .li_menu::before {
  content: "";
  background: url(../images/common/icon_left.svg);
  background-size: cover;
  width: 21px;
  height: 21px;
  position: absolute;
  left: 14px;
  top: 4px;
}
#header .gnav .gnav_wrap .gnav_menu .bigmenu_box_wrap .bigmenu_box > ul > li .li_menu::after {
  content: "";
  background: url(../images/common/icon_kira.svg);
  background-size: cover;
  width: 15px;
  height: 21px;
  position: absolute;
  right: 14px;
  top: 8px;
}
@media screen and (min-width: 769px) {
  #header .gnav .gnav_wrap .gnav_menu .bigmenu_box_wrap .bigmenu_box > ul > li:hover .sub_menu {
    visibility: visible;
    opacity: 1;
    transition: all 0.5s;
  }
}
#header .gnav .gnav_wrap .gnav_menu .bigmenu_box_wrap .bigmenu_box > ul > li .sub_menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: -500px;
  top: -150px;
  padding: 0 52px 0 0;
}
#header .gnav .gnav_wrap .gnav_menu .bigmenu_box_wrap .bigmenu_box > ul > li .sub_menu .sub_menu_bk {
  width: 450px;
  border-radius: 50px;
  background: #FFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 42px 50px 58px;
}
#header .gnav .gnav_wrap .gnav_menu .bigmenu_box_wrap .bigmenu_box > ul > li .sub_menu .sub_menu_bk > h2 {
  border-radius: 50px;
  background: #F6F6F6;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 0.33rem;
  padding: 6px 0;
  margin: 0 0 29px;
}
#header .gnav .gnav_wrap .gnav_menu .bigmenu_box_wrap .bigmenu_box > ul > li .sub_menu .sub_menu_bk > h2.next_h2 {
  margin: 52px 0 29px;
}
#header .gnav .gnav_wrap .gnav_menu .bigmenu_box_wrap .bigmenu_box > ul > li .sub_menu .sub_menu_bk > ul {
  gap: 20px 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#header .gnav .gnav_wrap .gnav_menu .bigmenu_box_wrap .bigmenu_box > ul > li .sub_menu .sub_menu_bk > ul > li {
  width: calc((100% - 30px) / 2);
  background-image: linear-gradient(to right, #C2C2C2, #C2C2C2 6px, transparent 6px, transparent 4px);
  background-size: 10px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
#header .gnav .gnav_wrap .gnav_menu .bigmenu_box_wrap .bigmenu_box > ul > li .sub_menu .sub_menu_bk > ul > li a {
  text-align: center;
  font-size: 1.9rem;
  font-weight: 400;
  letter-spacing: 0.095rem;
  padding: 0 0 7px;
}
@media screen and (min-width: 769px) {
  #header .gnav .gnav_wrap .gnav_menu .bigmenu_box_wrap .bigmenu_box > ul > li .sub_menu .sub_menu_bk > ul > li a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  #header .gnav .gnav_wrap .gnav_menu .bigmenu_box_wrap .bigmenu_box > ul > li.pc_menu_li {
    display: none;
  }
}
#header .gnav .gnav_wrap .gnav_menu .bigmenu_box_wrap .bigmenu_box > ul > li.sp_menu_li {
  display: none;
}
@media screen and (max-width: 768px) {
  #header .gnav .gnav_wrap .gnav_menu .bigmenu_box_wrap .bigmenu_box > ul > li.sp_menu_li {
    display: block;
    width: 100%;
    background: none;
    position: relative;
  }
}
#header .gnav .gnav_wrap .gnav_menu .bigmenu_box_wrap .bigmenu_box > ul > li.sp_menu_li .sp_menu_tit {
  cursor: pointer;
  text-align: center;
  display: block;
  color: #636363;
  font-size: 1.7rem;
  padding: 0 0 20px;
  letter-spacing: 0.255rem;
  background-image: linear-gradient(to right, #C2C2C2, #C2C2C2 6px, transparent 6px, transparent 4px);
  background-size: 10px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
  position: relative;
}
#header .gnav .gnav_wrap .gnav_menu .bigmenu_box_wrap .bigmenu_box > ul > li.sp_menu_li .sp_menu_tit::before {
  content: "";
  background: url(../images/common/sp_menu_off.svg);
  background-size: cover;
  width: 21px;
  height: 21px;
  position: absolute;
  right: 14px;
  top: 4px;
  transition: all 0.3s;
}
#header .gnav .gnav_wrap .gnav_menu .bigmenu_box_wrap .bigmenu_box > ul > li.sp_menu_li .sp_menu_tit::after {
  content: "";
  background: url(../images/common/icon_kira.svg);
  background-size: cover;
  width: 15px;
  height: 21px;
  position: absolute;
  left: 14px;
  top: 8px;
}
#header .gnav .gnav_wrap .gnav_menu .bigmenu_box_wrap .bigmenu_box > ul > li.sp_menu_li .sp_menu_tit.open::before {
  background: url(../images/common/sp_menu_on.svg);
  background-size: cover;
}
#header .gnav .gnav_wrap .gnav_menu .bigmenu_box_wrap .bigmenu_box > ul > li.sp_menu_li .sp_sub_menu {
  display: none;
}
#header .gnav .gnav_wrap .gnav_menu .bigmenu_box_wrap .bigmenu_box > ul > li.sp_menu_li .sp_sub_menu .sp_sub_menu_bk {
  margin: 22px auto 0;
  border-radius: 30px;
  background: #F1F1F1;
  padding: 23px 18px 32px 17px;
}
#header .gnav .gnav_wrap .gnav_menu .bigmenu_box_wrap .bigmenu_box > ul > li.sp_menu_li .sp_sub_menu .sp_sub_menu_bk > h2 {
  text-align: center;
  font-size: 1.7rem;
  font-weight: 400;
  letter-spacing: 0.255rem;
  display: flex;
  justify-content: center;
  border-radius: 50px;
  background: #FFF;
  padding: 6px 0;
  margin: 0 0 16px;
}
#header .gnav .gnav_wrap .gnav_menu .bigmenu_box_wrap .bigmenu_box > ul > li.sp_menu_li .sp_sub_menu .sp_sub_menu_bk > h2.next_h2 {
  margin: 46px 0 16px;
}
#header .gnav .gnav_wrap .gnav_menu .bigmenu_box_wrap .bigmenu_box > ul > li.sp_menu_li .sp_sub_menu .sp_sub_menu_bk > ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
#header .gnav .gnav_wrap .gnav_menu .bigmenu_box_wrap .bigmenu_box > ul > li.sp_menu_li .sp_sub_menu .sp_sub_menu_bk > ul li {
  width: calc((100% - 20px) / 2);
}
#header .gnav .gnav_wrap .gnav_menu .bigmenu_box_wrap .bigmenu_box > ul > li.sp_menu_li .sp_sub_menu .sp_sub_menu_bk > ul li a {
  padding: 0 0 7px;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.075rem;
  background-image: linear-gradient(to right, #C2C2C2, #C2C2C2 6px, transparent 6px, transparent 4px);
  background-size: 10px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
}

.contents {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contents {
    width: 100%;
    padding: 0 4%;
  }
}

.contents_full {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contents_full {
    width: 100%;
    min-width: auto;
  }
}

.bold {
  font-weight: 700;
}

#footer .contents_full {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #footer .contents_full {
    padding: 60px 0 0;
  }
}
#footer .contents_full::before {
  content: "";
  background: url(../images/common/ft_bk_01.png) left top no-repeat;
  background-size: contain;
  min-width: 1920px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: inherit;
}
@media screen and (max-width: 1920px) {
  #footer .contents_full::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  #footer .contents_full::before {
    background: url(../images/common/ft_sp_bk.jpg) no-repeat center top;
    background-size: cover;
    height: 150px;
    min-width: inherit;
    width: 100%;
  }
}
#footer .contents_full .ft_conts {
  padding: 66px 0 37px;
  width: 1065px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 31px 94px;
}
@media screen and (max-width: 768px) {
  #footer .contents_full .ft_conts {
    width: 90%;
    flex-direction: column;
    padding: 66px 0 30px;
  }
}
#footer .contents_full .ft_conts .ft_conts_l {
  width: 380px;
}
@media screen and (max-width: 768px) {
  #footer .contents_full .ft_conts .ft_conts_l {
    width: 100%;
  }
}
#footer .contents_full .ft_conts .ft_conts_l .ft_logo {
  width: 349px;
}
@media screen and (max-width: 768px) {
  #footer .contents_full .ft_conts .ft_conts_l .ft_logo {
    width: 245px;
  }
}
#footer .contents_full .ft_conts .ft_conts_l .ft_tel {
  margin: 34px 0 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  align-items: center;
  padding: 14px 0 25px;
  border-radius: 15px;
  background: rgba(255, 210, 141, 0.2);
}
@media screen and (max-width: 768px) {
  #footer .contents_full .ft_conts .ft_conts_l .ft_tel {
    margin: 19px 0 0;
    padding: 9px 0 15px;
  }
}
#footer .contents_full .ft_conts .ft_conts_l .ft_tel .ft_tel_txt_01 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.9rem;
  letter-spacing: 0.18rem;
}
@media screen and (max-width: 768px) {
  #footer .contents_full .ft_conts .ft_conts_l .ft_tel .ft_tel_txt_01 {
    font-size: 1.5rem;
    line-height: 2.9rem;
    letter-spacing: 0.15rem;
  }
}
#footer .contents_full .ft_conts .ft_conts_l .ft_tel .ft_tel_txt_02 {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 2.9rem;
  letter-spacing: 0.28rem;
  position: relative;
  padding: 0 0 0 50px;
}
@media screen and (max-width: 768px) {
  #footer .contents_full .ft_conts .ft_conts_l .ft_tel .ft_tel_txt_02 {
    font-size: 2.6rem;
    line-height: 2.9rem;
    letter-spacing: 0.26rem;
    padding: 0 0 0 42px;
  }
}
#footer .contents_full .ft_conts .ft_conts_l .ft_tel .ft_tel_txt_02::before {
  content: "";
  background: url(../images/common/ft_tel.svg);
  background-size: cover;
  width: 36px;
  height: 36px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
}
@media screen and (max-width: 768px) {
  #footer .contents_full .ft_conts .ft_conts_l .ft_tel .ft_tel_txt_02::before {
    width: 28px;
    height: 28px;
  }
}
#footer .contents_full .ft_conts .ft_conts_r {
  width: 510px;
}
@media screen and (max-width: 768px) {
  #footer .contents_full .ft_conts .ft_conts_r {
    width: 100%;
  }
}
#footer .contents_full .ft_conts .ft_conts_r .ft_info_txt {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 2.9rem;
  letter-spacing: 0.17rem;
}
@media screen and (max-width: 768px) {
  #footer .contents_full .ft_conts .ft_conts_r .ft_info_txt {
    font-size: min(3.7333vw, 1.4rem);
    line-height: 2.5rem;
    letter-spacing: 0.15rem;
  }
}
#footer .contents_full .ft_conts .ft_conts_r table {
  margin: 20px 0 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #footer .contents_full .ft_conts .ft_conts_r table {
    margin: 15px 0 0;
  }
}
#footer .contents_full .ft_conts .ft_conts_r table tr th {
  text-align: center;
  vertical-align: middle;
  padding: 7px 0;
  background: #8EC320;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.6rem;
  letter-spacing: 0.18rem;
}
@media screen and (max-width: 768px) {
  #footer .contents_full .ft_conts .ft_conts_r table tr th {
    font-size: 1.5rem;
    letter-spacing: 0.15rem;
  }
}
#footer .contents_full .ft_conts .ft_conts_r table tr th:first-child {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.6rem;
  letter-spacing: 0.27rem;
  width: 150px;
  border-radius: 3px 0px 0px 0px;
}
@media screen and (max-width: 768px) {
  #footer .contents_full .ft_conts .ft_conts_r table tr th:first-child {
    width: 110px;
    font-size: 1.5rem;
    letter-spacing: 0.15rem;
  }
}
#footer .contents_full .ft_conts .ft_conts_r table tr th:last-child {
  border-radius: 0px 3px 0px 0px;
}
@media screen and (max-width: 768px) {
  #footer .contents_full .ft_conts .ft_conts_r table tr th:last-child {
    padding: 7px 7px 7px 0;
  }
}
#footer .contents_full .ft_conts .ft_conts_r table tr td {
  text-align: center;
  vertical-align: middle;
  padding: 10px 0;
  color: #8EC320;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.6rem;
  letter-spacing: 0.08rem;
  border-bottom: 1px solid #8EC320;
}
@media screen and (max-width: 768px) {
  #footer .contents_full .ft_conts .ft_conts_r table tr td {
    font-size: 1.5rem;
    letter-spacing: 0.75rem;
  }
}
#footer .contents_full .ft_conts .ft_conts_r table tr td:first-child {
  color: #636363;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.6rem;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 768px) {
  #footer .contents_full .ft_conts .ft_conts_r table tr td:first-child {
    font-size: 1.3rem;
    line-height: 2.6rem;
    letter-spacing: 0.065rem;
  }
}
#footer .contents_full .ft_conts .ft_conts_r .cap {
  margin: 10px 0 0;
  display: flex;
  gap: 23px;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  #footer .contents_full .ft_conts .ft_conts_r .cap {
    justify-content: center;
  }
}
#footer .contents_full .ft_conts .ft_conts_r .cap li {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.6rem;
  letter-spacing: 0.075rem;
}
@media screen and (max-width: 768px) {
  #footer .contents_full .ft_conts .ft_conts_r .cap li {
    font-size: 1.4rem;
    letter-spacing: 0.07rem;
  }
}
#footer .contents_full .ft_conts .ft_conts_bt {
  width: 1065px;
  border-radius: 10px;
  background: #EDEDED;
  display: flex;
  gap: 42px;
  justify-content: center;
  padding: 24px 0 43px;
}
@media screen and (max-width: 768px) {
  #footer .contents_full .ft_conts .ft_conts_bt {
    width: 100%;
    flex-direction: column;
    padding: 24px 15px 35px;
    gap: 31px;
  }
}
#footer .contents_full .ft_conts .ft_conts_bt .ft_conts_bt_item.item_01 {
  width: 325px;
}
@media screen and (max-width: 768px) {
  #footer .contents_full .ft_conts .ft_conts_bt .ft_conts_bt_item.item_01 {
    width: 100%;
  }
}
#footer .contents_full .ft_conts .ft_conts_bt .ft_conts_bt_item.item_01 .ft_conts_bt_tit::before {
  content: "";
  background: url(../images/common/icon_train.svg) no-repeat;
  background-size: cover;
  width: 20.16px;
  height: 24px;
}
#footer .contents_full .ft_conts .ft_conts_bt .ft_conts_bt_item.item_02 {
  width: 290px;
}
@media screen and (max-width: 768px) {
  #footer .contents_full .ft_conts .ft_conts_bt .ft_conts_bt_item.item_02 {
    width: 100%;
  }
}
#footer .contents_full .ft_conts .ft_conts_bt .ft_conts_bt_item.item_02 .ft_conts_bt_tit::before {
  content: "";
  background: url(../images/common/icon_bus.svg) no-repeat;
  background-size: cover;
  width: 20px;
  height: 24px;
}
#footer .contents_full .ft_conts .ft_conts_bt .ft_conts_bt_item.item_03 {
  width: 280px;
}
@media screen and (max-width: 768px) {
  #footer .contents_full .ft_conts .ft_conts_bt .ft_conts_bt_item.item_03 {
    width: 100%;
  }
}
#footer .contents_full .ft_conts .ft_conts_bt .ft_conts_bt_item.item_03 .ft_conts_bt_tit::before {
  content: "";
  background: url(../images/common/icon_car.svg) no-repeat;
  background-size: cover;
  width: 27px;
  height: 21px;
}
#footer .contents_full .ft_conts .ft_conts_bt .ft_conts_bt_item .ft_conts_bt_tit {
  border-radius: 50px;
  background: #fff;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 2.9rem;
  letter-spacing: 0.17rem;
  padding: 5px 30px 6px 59px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  #footer .contents_full .ft_conts .ft_conts_bt .ft_conts_bt_item .ft_conts_bt_tit {
    font-size: 1.6rem;
    letter-spacing: 0.16rem;
    padding: 5px 30px 6px 52px;
  }
}
#footer .contents_full .ft_conts .ft_conts_bt .ft_conts_bt_item .ft_conts_bt_tit::before {
  content: "";
  position: absolute;
  left: 26px;
  top: 50%;
  transform: translatey(-50%);
}
@media screen and (max-width: 768px) {
  #footer .contents_full .ft_conts .ft_conts_bt .ft_conts_bt_item .ft_conts_bt_tit::before {
    left: 21px;
  }
}
#footer .contents_full .ft_conts .ft_conts_bt .ft_conts_bt_item .ft_conts_bt_ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 19px 0 0 26px;
}
@media screen and (max-width: 768px) {
  #footer .contents_full .ft_conts .ft_conts_bt .ft_conts_bt_item .ft_conts_bt_ul {
    margin: 19px 0 0 17px;
  }
}
#footer .contents_full .ft_conts .ft_conts_bt .ft_conts_bt_item .ft_conts_bt_ul li {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: 0.16rem;
  position: relative;
  padding: 0 0 0 15px;
}
@media screen and (max-width: 768px) {
  #footer .contents_full .ft_conts .ft_conts_bt .ft_conts_bt_item .ft_conts_bt_ul li {
    font-size: 1.5rem;
    line-height: 2.4rem;
    letter-spacing: 0.15rem;
  }
}
#footer .contents_full .ft_conts .ft_conts_bt .ft_conts_bt_item .ft_conts_bt_ul li::before {
  content: "";
  background: #8EC320;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 10px;
  left: 0;
  border-radius: 50%;
}
#footer .contents_full .ft_conts .ft_conts_bt .ft_conts_bt_item .ft_conts_link {
  margin: 10px 0 0;
}
@media screen and (max-width: 768px) {
  #footer .contents_full .ft_conts .ft_conts_bt .ft_conts_bt_item .ft_conts_link {
    margin: 10px 0 0 17px;
  }
}
#footer .contents_full .ft_conts .ft_conts_bt .ft_conts_bt_item .ft_conts_link a {
  width: 260px;
  position: relative;
  padding: 10px 0 12px 10px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.09rem;
}
@media screen and (max-width: 768px) {
  #footer .contents_full .ft_conts .ft_conts_bt .ft_conts_bt_item .ft_conts_link a {
    width: 245px;
    font-size: 1.7rem;
    letter-spacing: 0.085rem;
  }
}
#footer .contents_full .ft_conts .ft_conts_bt .ft_conts_bt_item .ft_conts_link a::before {
  content: "";
  background-image: linear-gradient(to right, #636363, #636363 3px, transparent 3px, transparent 2px);
  background-size: 6px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}
#footer .contents_full .ft_conts .ft_conts_bt .ft_conts_bt_item .ft_conts_link a::after {
  content: "";
  background: url(../images/common/icon_ft_arrow.svg);
  background-size: cover;
  width: 31px;
  height: 31px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translatey(-50%);
}
@media screen and (max-width: 768px) {
  #footer .contents_full .ft_conts .ft_conts_bt .ft_conts_bt_item .ft_conts_link a::after {
    width: 24px;
    height: 24px;
  }
}
@media screen and (min-width: 769px) {
  #footer .contents_full .ft_conts .ft_conts_bt .ft_conts_bt_item .ft_conts_link a:hover {
    opacity: 0.7;
  }
}
#footer .contents_full .copy {
  text-align: right;
  padding: 16px 41px 140px 0;
  width: 100%;
  font-family: YakuHanJP, "Shippori Mincho", serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.13rem;
  opacity: 0.5;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #footer .contents_full .copy {
    font-size: 1.3rem;
    line-height: 1.5;
    letter-spacing: 0.065rem;
    text-align: center;
    padding: 0 0 130px;
  }
}

.conv_box {
  width: 725px;
  height: 110px;
  position: fixed;
  z-index: 20;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px 0px 0px 0px;
  background: #FFFCF3;
  box-shadow: 0px 0px 22.085px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 768px) {
  .conv_box {
    flex-wrap: wrap;
    width: 92%;
    border-radius: 25px 25px 0px 0px;
    box-shadow: 0px 0px 15.78px 0px rgba(0, 0, 0, 0.15);
    height: 112px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    right: inherit;
  }
}
.conv_box .conv_item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.conv_box .conv_item a::before {
  content: "";
  background: #DADADA;
  width: 1px;
  height: 71px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translatey(-50%);
}
@media screen and (max-width: 768px) {
  .conv_box .conv_item a::before {
    height: 58px;
  }
}
.conv_box .conv_item a .conv_item_txt_01 {
  display: block;
  padding: 2px 10px;
  border-radius: 55.213px;
  background: #A5A5A5;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 2.2085rem;
  letter-spacing: 0.17rem;
}
@media screen and (max-width: 768px) {
  .conv_box .conv_item a .conv_item_txt_01 {
    padding: 2px 12px;
    font-size: 1.3rem;
    line-height: 1.578rem;
    letter-spacing: 0.13rem;
  }
}
.conv_box .conv_item a .conv_item_txt_02 {
  text-align: center;
  font-size: 1.9rem;
  font-weight: 400;
  letter-spacing: 0.19rem;
  position: relative;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .conv_box .conv_item a .conv_item_txt_02 {
    font-size: 1.4rem;
    letter-spacing: 0.14rem;
  }
}
.conv_box .conv_item a .conv_item_txt_02 .span_01 {
  font-size: 2.1rem;
  letter-spacing: 0.21rem;
}
@media screen and (max-width: 768px) {
  .conv_box .conv_item a .conv_item_txt_02 .span_01 {
    font-size: 1.5rem;
    letter-spacing: 0.15rem;
  }
}
.conv_box .conv_item a .conv_item_txt_02 .span_02 {
  font-size: 1.7rem;
  letter-spacing: 0.17rem;
}
@media screen and (max-width: 768px) {
  .conv_box .conv_item a .conv_item_txt_02 .span_02 {
    font-size: 1.2rem;
    letter-spacing: 0.1215rem;
  }
}
.conv_box .conv_item a .conv_item_txt_02 .span_03 {
  padding: 3px 17px 4px;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 1em;
  background: #8ec321;
  border-radius: 20px;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}
@media screen and (max-width: 768px){
  .conv_box .conv_item a .conv_item_txt_02 .span_03 {
    margin: 0 0 1px;
    padding: 2px 12px 3px;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 769px) {
  .conv_box .conv_item a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .conv_box .conv_item.conv_item_01 {
    width: 33.3333333333%;
    height: 73px;
  }
}
.conv_box .conv_item.conv_item_01 a {
  /* padding: 0 32px 0; */
  padding: 0 32px 0 35px;
}
@media screen and (max-width: 768px) {
  .conv_box .conv_item.conv_item_01 a {
    padding: 0;
    height: 73px;
  }
}
.conv_box .conv_item.conv_item_01 a .conv_item_txt_02 {
  padding: 30px 0 0;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .conv_box .conv_item.conv_item_01 a .conv_item_txt_02 {
    padding: 22px 0 0;
  }
}
.conv_box .conv_item.conv_item_01 a .conv_item_txt_02::before {
  content: "";
  background: url(../images/common/icon_tokei.svg);
  background-size: cover;
  width: 27px;
  height: 27px;
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .conv_box .conv_item.conv_item_01 a .conv_item_txt_02::before {
    width: 19px;
    height: 19px;
    top: -2px;
  }
}
@media screen and (max-width: 768px) {
  .conv_box .conv_item.conv_item_02 {
    width: 33.3333333333%;
    height: 73px;
  }
}
.conv_box .conv_item.conv_item_02 a {
  /* padding: 0 20px 0; */
  padding: 0 31px 0;
}
@media screen and (max-width: 768px) {
  .conv_box .conv_item.conv_item_02 a {
    padding: 0;
    height: 73px;
  }
  .conv_box .conv_item.conv_item_02 a::before {
    content: none;
  }
}
.conv_box .conv_item.conv_item_02 a .conv_item_txt_02 {
  padding: 27px 0 0;
}
@media screen and (max-width: 768px) {
  .conv_box .conv_item.conv_item_02 a .conv_item_txt_02 {
    padding: 22px 0 0;
  }
}
.conv_box .conv_item.conv_item_02 a .conv_item_txt_02::before {
  content: "";
  background: url(../images/common/icon_pc.svg);
  background-size: cover;
  width: 28.846px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .conv_box .conv_item.conv_item_02 a .conv_item_txt_02::before {
    width: 20.61px;
    height: 17.862px;
  }
}
.conv_box .conv_item.conv_item_03 {
  /* padding: 0 36px 0 18px; */
  padding: 0 36px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .conv_box .conv_item.conv_item_03 {
    padding: 6px 0;
    order: -1;
    width: 100%;
    border-bottom: 1px solid #DADADA;
  }
}
.conv_box .conv_item.conv_item_03 a::before {
  content: none;
}
.conv_box .conv_item.conv_item_03 .conv_tel {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .conv_box .conv_item.conv_item_03 .conv_tel {
    pointer-events: all;
  }
  .conv_box .conv_item.conv_item_03 .conv_tel::before {
    content: none;
  }
}
.conv_box .conv_item.conv_item_03 .conv_tel .conv_item_txt_03 {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .conv_box .conv_item.conv_item_03 .conv_tel .conv_item_txt_03 {
    display: none;
  }
}
.conv_box .conv_item.conv_item_03 .conv_tel .conv_item_txt_04 {
  font-size: 2.5rem;
  letter-spacing: 0.2rem;
  position: relative;
  padding: 0 0 0 26px;
}
@media screen and (max-width: 768px) {
  .conv_box .conv_item.conv_item_03 .conv_tel .conv_item_txt_04 {
    font-size: 1.8rem;
    letter-spacing: 0.144rem;
  }
}
.conv_box .conv_item.conv_item_03 .conv_tel .conv_item_txt_04::before {
  content: "";
  background: url(../images/common/icon_tel.svg);
  background-size: cover;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
}
@media screen and (max-width: 768px) {
  .conv_box .conv_item.conv_item_03 .conv_tel .conv_item_txt_04::before {
    width: 17.148px;
    height: 17.148px;
  }
}
.conv_box .pagetop {
  width: 108px;
}
@media screen and (max-width: 768px) {
  .conv_box .pagetop {
    width: 33.3333333333%;
    height: 73px;
  }
}
.conv_box .pagetop a {
  background: #EAEAEA;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: 110px;
}
@media screen and (max-width: 768px) {
  .conv_box .pagetop a {
    height: 73px;
    padding: 0;
  }
}
.conv_box .pagetop a .span {
  text-align: center;
  font-family: "EB Garamond", serif;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.09rem;
  position: relative;
  padding: 37px 0 0;
}
@media screen and (max-width: 768px) {
  .conv_box .pagetop a .span {
    font-size: 1.3rem;
    letter-spacing: 0.065rem;
    padding: 25px 0 0;
  }
}
.conv_box .pagetop a .span::before {
  content: "";
  background: url(../images/common/page_top.svg);
  background-size: cover;
  width: 32.098px;
  height: 32.098px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .conv_box .pagetop a .span::before {
    width: 23.362px;
    height: 22.933px;
  }
}
@media screen and (min-width: 769px) {
  .conv_box .pagetop a:hover {
    opacity: 0.7;
  }
}
/*# sourceMappingURL=style.css.map */