body * {
  box-sizing: border-box;
}

@font-face {
  font-family: "iconfont";
  font-style: normal;
  font-weight: normal;
  font-display: block;
  src: url("../fonts/iconfont/iconfont.woff") format("woff");
}
@font-face {
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  font-display: block;
  src: url("../fonts/icomoon/icomoon.eot?78o7gn");
  src: url("../fonts/icomoon/icomoon.eot?78o7gn#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?78o7gn") format("truetype"), url("../fonts/icomoon/icomoon.woff?78o7gn") format("woff"), url("../fonts/icomoon/icomoon.svg?78o7gn#icomoon") format("svg");
}
/*--------------------------------------------------------------
## Common
--------------------------------------------------------------*/
.switch-pc {
  display: block;
}

.switch-sp {
  display: none;
}

@media screen and (max-width: 979px) {
  .switch-pc {
    display: none;
  }
  .switch-sp {
    display: block;
  }
}
.scroll_prevent {
  height: 100%;
  overflow: hidden;
}

/*--------------------------------------------------------------
## header
--------------------------------------------------------------*/
#header {
  width: 100%;
  border-bottom: 1px solid #bba170;
}
#header a {
  text-decoration: none;
}
#header .header_upper {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 58px;
  transition: 0.5s;
  transform: translateY(0);
  background-color: #000;
}
#header .header_upper.hide {
  transform: translateY(-100%);
}
#header .header_upper {
  transform: translateY(0);
}
#header .header_upper.sticky.fixed {
  position: fixed;
  top: 0;
  z-index: 4;
  display: block;
  width: 100%;
  animation-name: stickySlideDown;
}
#header .header_upper.normal.fixed {
  position: fixed;
  top: 0;
  z-index: 4;
  width: 100%;
  min-width: 1150px;
}
#header .header_upper .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 58px;
}
#header .logo_brand {
  width: 62.05px;
  padding-top: 8.5px;
  align-self: flex-end;
}
#header .logo_brand a {
  display: block;
  line-height: 1;
}
#header .h_nav {
  position: relative;
}
#header .h_nav_pc {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#header .h_nav_pc .h_btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 206px;
  height: 36px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  background: #036EA8;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
#header .h_nav_pc .h_btn.h_btn_primary a {
  background: #bba170;
}
#header .h_nav_pc .h_btn a:hover {
  color: #036EA8;
}
#header .h_nav_pc .h_btn.h_btn_primary a:hover {
  color: #bba170;
}
#header .h_nav_pc .h_btn a:after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 36px;
  background: #FFF;
  transform: translateX(-100%);
  transition: 1.4s cubic-bezier(0.19, 1, 0.22, 1);
}
#header .h_nav_pc .h_btn a:hover:after {
  transform: translateX(0%);
}
#header .h_nav_pc .h_btn a .caption {
  position: relative;
  z-index: 2;
}
#header .h_nav li a {
  display: block;
  color: #fff;
}
#header .h_nav li .img-svg {
  width: 12px;
}
#header .h_nav .h_tel {
  padding: 0 0 0 3px;
  margin-right: 29px;
}
#header .h_nav li.ico2 .img-svg {
  width: 13px;
}
#header .h_nav li .icon {
  vertical-align: middle;
}
#header .h_nav li .icon.-pin {
  font-size: 1.05rem;
}
#header .h_nav li .icon.-mail {
  font-size: 0.8rem;
}
#header .h_nav li .icon.-mobile {
  margin-right: 6px;
  font-size: 1.1rem;
  color: #fff;
}
#header .h_nav .tel_number {
  margin-top: -4px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #fff;
}
#header .h_nav .tel_sm {
  font-size: 10px;
  letter-spacing: 1.2px;
}

@media only screen and (max-width: 979px) {
  #header .header_upper {
    position: fixed;
    top: 0;
    width: 100%;
    height: 58px;
    padding: 0 0 0 4px;
  }
  #header .logo_brand {
    width: 57.1px;
    padding-top: 0;
    align-self: flex-end;
  }
  #header .menu_icon {
    display: none !important;
    /* display: flex; */
    align-items: center;
    -moz-column-gap: 21px;
         column-gap: 21px;
    margin-right: 60px;
  }
  #header .h_nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    -moz-column-gap: 3.733vw;
         column-gap: 3.733vw;
  }
  #header .h_nav li .img-svg {
    width: 15px;
  }
}
.btn_toggle {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  width: 15.5px;
  height: 16px;
  cursor: pointer;
}
.btn_toggle .line {
  position: absolute;
  left: 0;
  display: block;
  width: 15.5px;
  height: 1.74px;
  transition: all 0.4s;
  border-radius: 0;
  background: #bba170;
}
.btn_toggle .line:nth-of-type(1) {
  top: 0;
}
.btn_toggle .line:nth-of-type(2) {
  top: 50%;
  margin-top: -1px;
}
.btn_toggle .line:nth-of-type(3) {
  top: 100%;
  margin-top: -1px;
}
.btn_toggle.collapsed .line:nth-of-type(1) {
  transform: translateY(8px) translateX(0) rotate(45deg);
}
.btn_toggle.collapsed .line:nth-of-type(2) {
  opacity: 0;
}
.btn_toggle.collapsed .line:nth-of-type(3) {
  transform: translateY(-7px) translateX(0) rotate(-45deg);
}

@media only screen and (max-width: 979px) {
  .h_nav_reserve a {
    display: block;
    padding: 1.2vw 2.133vw;
    font-size: 3.2vw;
    color: #FFF;
    line-height: 1.5;
    border: 1px solid #FFF;
  }
  .btn_toggle {
    position: relative;
    /* right: 21px; */
    display: block;
    width: 20px;
    height: 16px;
    transform: translate(0);
    cursor: pointer;
  }
  .btn_toggle .line {
    position: absolute;
    left: 0;
    display: block;
    width: 20px;
    height: 1.74px;
    transition: all 0.4s;
    border-radius: 0;
    background: #bba170;
  }
}
#header .header_logo {
  display: flex;
  align-items: center;
  height: 57px;
  margin-top: 57px;
  background-color: #fff;
}
#header .logo {
  padding: 0 0;
  font-size: 24px;
}
#header .logo a {
  display: block;
  line-height: 1;
  transition: opacity 0.3s ease;
}
#header .logo a:hover {
  opacity: 0.5;
}

.txt_gold {
  color: #bba170;
}

header .inner .logo {
  margin-left: 0;
  border: none;
}

#header .logo img {
  vertical-align: middle;
}
#header .logo .c_logo {
  position: relative;
  top: -2px;
  width: 123px;
  margin-left: 27px;
}

@media only screen and (max-width: 979px) {
  #header .header_logo .inner {
    padding: 0 17px;
  }
  #header .header_logo .logo {
    font-size: 18px;
  }
  header .inner .logo a img:nth-child(1) {
    width: auto;
    height: 15px;
  }
  #header .logo .c_logo {
    position: relative;
    top: 0;
    width: auto;
    margin-left: 10px;
  }
}
.tel-span {
  line-height: 1;
  color: #fff !important;
}

/* #header .h_nav .menu_iconsp {
    display: flex;
    padding: 12px 0;

    align-items: center;
    flex-wrap: wrap;
} */
/*--------------------------------------------------------------
### Menu
--------------------------------------------------------------*/
#gnav {
  /* position: absolute;*/
  position: fixed;
  top: 58px;
  z-index: 9999;
  display: none;
  width: 100%;
  min-width: 1150px;
}
#gnav.sticky {
  transition: 0.5s;
  animation-duration: 0.5s;
}
#gnav.sticky.fixed {
  position: fixed;
  top: 0;
  z-index: 4;
  display: block;
  width: 100%;
  animation-name: stickySlideDown;
}
@keyframes stickySlideDown {
  0% {
    transform: translateY(-100%);
    opacity: 0.7;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.g_navi {
  z-index: 4;
  display: flex;
  width: 100%;
  height: 58px;
  background-color: #BBA171;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  justify-content: center;
}
.g_navi .g_navi_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1120px;
  max-width: 100%;
  -moz-column-gap: 32px;
       column-gap: 32px;
}
.g_navi .g_navi_list li {
  position: relative;
}
.g_navi .g_navi_list li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  height: 58px;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
.g_navi .g_navi_list li a .icon {
  display: none;
}
.g_navi .g_navi_list li a:hover {
  opacity: 0.5;
}
.g_navi .g_navi_list li ul.dropdown {
  display: none;
  position: absolute;
  top: 57px;
  left: 0;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  pointer-events: none;
  background-color: #f5f5f5;
  justify-content: center;
  opacity: 0;
}
.g_navi li.active ul.dropdown.open {
  z-index: 2;
  pointer-events: auto;
  opacity: 1;
}
.g_navi li ul.dropdown.open {
  z-index: 2;
  pointer-events: auto;
  opacity: 1;
}
.g_navi li ul.dropdown li {
  position: relative;
}
.g_navi li ul.dropdown li a {
  background: #CCBB94;
}
.g_navi li ul.dropdown li:last-child {
  margin-right: 0;
}
.g_navi ul.dropdown .s_info {
  position: relative;
  width: 187px;
  height: 194px;
  text-align: center;
  border-radius: 10px;
}
.g_navi ul.dropdown .s_info .m_img {
  width: 100%;
  height: auto;
}
.g_navi ul.dropdown .s_info:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url(/operation/aga/common/img/bg_nav_menu.png) no-repeat;
  background-size: 100% auto;
}
.g_navi li ul.dropdown .m_box {
  position: absolute;
  top: -5px;
  left: -8px;
  width: 80px;
  height: 84px;
  padding: 10px 0 8px;
}
.g_navi li ul.dropdown .m_box .num {
  width: 22px;
  height: 22px;
  font-size: 13px;
}
.g_navi ul.dropdown .s_info_body {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.g_navi ul.dropdown .s_tit {
  margin-right: 0 !important;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #0077e1;
}
.g_navi ul.dropdown .s_copy {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 500;
}
.g_navi ul.dropdown .btn-primary {
  width: 110px;
  height: 28px;
  margin: 0 auto 10px;
  font-size: 10px;
}

.icon-right:after {
  position: absolute;
  top: 50%;
  right: 8px;
  content: "\e902";
  transform: translateY(-50%);
  color: #0077e1;
}

.g_navi li ul.dropdown li a:hover {
  opacity: 0.7;
}
.g_navi .g_nav_banner {
  display: none;
}

.txt_b {
  font-weight: 700;
  color: #0077e1;
}

.m_box {
  position: relative;
  box-sizing: border-box;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16);
}
.m_box img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.m_box .num {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
  font-weight: 500;
  color: #fff;
  background-color: #0077e1;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
}

@media only screen and (max-width: 979px) {
  .menu_icon {
    display: flex;
  }
  #gnav {
    position: fixed;
    top: 58px;
    z-index: 100;
    display: none;
    width: 100%;
    height: calc(100vh - 58px);
    min-width: inherit;
    padding-bottom: 58px;
    margin: 0;
    overflow-y: auto;
    clear: both;
    border-top: 1px solid #333;
    background-color: #000;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
  }
  #gnav.open {
    z-index: 1000;
  }
  #gnav.sticky.fixed {
    display: none;
  }
  .g_navi {
    height: auto;
    flex-direction: column;
    background-color: #000;
  }
  #gnav .g_navi_list {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }
  #gnav .g_navi_list li {
    float: none;
    margin-left: 0;
    border-bottom: 1px solid #333;
  }
  #gnav .g_navi_list li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    padding: 0 20px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1;
    font-weight: normal;
  }
  #gnav li a {
    position: relative;
    display: block;
    padding: 0;
    padding: 0 10px 0 0;
    margin-left: 0;
  }
  .g_navi .g_navi_list li a .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 29px;
  }
  .g_navi .g_navi_list li a .icon img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .g_navi .g_navi_list li a .icon_drawer_features img {
    width: 29px;
  }
  .g_navi .g_navi_list li a .icon_drawer_first img {
    width: 15px;
  }
  .g_navi .g_navi_list li a .icon_drawer_price img {
    width: 24px;
  }
  .g_navi .g_navi_list li a .icon_drawer_parts img, .g_navi .g_navi_list li a .icon_drawer_qaa img, .g_navi .g_navi_list li a .icon_drawer_column img {
    width: 23px;
  }
  .g_navi .g_navi_list li a .icon_drawer_hige img {
    width: 17px;
  }
  .g_navi .g_navi_list li a .icon_drawer_aboutus img {
    width: 15px;
  }
  #gnav li .parents {
    position: relative;
  }
  #gnav li .parents::before {
    content: "";
    width: 10px;
    height: 1px;
    background-color: #bba170;
    position: absolute;
    top: calc(50% - 1px);
    right: 20px;
    z-index: 99999;
    transform: rotate(0deg);
    transition: 0.3s ease-in-out;
  }
  #gnav li .parents::after {
    content: "";
    width: 10px;
    height: 1px;
    background-color: #bba170;
    position: absolute;
    top: calc(50% - 1px);
    right: 20px;
    z-index: 99999;
    transform: rotate(0deg);
    transition: 0.3s ease-in-out;
    transform: rotate(90deg);
  }
  #gnav li .parents.open::after {
    transform: rotate(0deg);
  }
  #gnav li ul.dropdown {
    position: relative;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    padding: 15px 0;
    text-align: left;
    pointer-events: auto;
    opacity: 1;
    background: #333;
  }
  #gnav li ul.dropdown li {
    width: 100%;
    margin: 0 0 0;
    font-size: 11px;
    line-height: 1.8;
    color: #cecece;
    border-bottom: none;
  }
  #gnav li ul.dropdown li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 40px;
    padding: 0 28px;
    background: none;
    color: #cecece;
    font-size: 11px;
  }
  #gnav .g_navi_sns {
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
    margin-top: 38px;
  }
  #gnav .g_navi_sns li a {
    height: 20px;
  }
  #gnav .g_navi_sns li a img {
    height: 28px;
  }
  /* #gnav li .parents:before,
  #gnav li .parents:after {
      content: "";
      position: absolute;
      right: 25px;
      width: 18px;
      height: 18px;
      margin: 0;
      text-align: center;
  } */
  /* #gnav li.menu-sp-tog .tog_icn {
      position: absolute;
      right: 25px;
      width: 18px;
      height: 18px;
      margin: 0;
      text-align: center;
  }

  #gnav li.menu-sp-tog .tog_icn:before,
  #gnav li.menu-sp-tog .tog_icn:after {
      position: absolute;
      top: 50%;
      right: 0;
      bottom: 0;
      left: 0;

      display: block;
      margin: 0 auto;

      content: "";
      transition: transform .25s ease-out;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);

      background-color: #BBA171;
  }

  #gnav li.menu-sp-tog .tog_icn:before {
      width: 10px;
      height: 1px;
  }

  #gnav li.menu-sp-tog .tog_icn:after {
      width: 1px;
      height: 10px;
  }

  #gnav li.menu-sp-tog.open .tog_icn:before {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
  }

  #gnav li.menu-sp-tog.open .tog_icn:after {
      background-color: transparent;
  } */
  .g_navi .g_nav_banner {
    display: block;
    background: #3c3a38;
    padding: 20px;
  }
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.related_common {
  max-width: 1160px;
  margin-inline: auto;
  padding: 80px 20px 0 20px;
}

.related_common_title {
  font-size: 44px;
  font-weight: 700;
  text-align: center;
}

.related_common_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 48px;
}
.related_common_list li {
  width: 163px;
}

@media only screen and (min-width: 980px) {
  .related_common_list li a {
    transition: opacity 0.3s ease;
  }
  .related_common_list li a:hover {
    opacity: 0.5;
  }
}
@media only screen and (max-width: 979px) {
  .related_common {
    padding: 80px 15px 0 15px;
  }
  .related_common_title {
    font-size: 20px;
  }
  .related_common_list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    -moz-column-gap: 18px;
         column-gap: 18px;
    row-gap: 15px;
    margin-top: 28px;
  }
  .related_common_list li {
    width: 100%;
  }
  .related_common_list li img {
    width: 100%;
  }
}
.supervision_common {
  margin-inline: auto;
  padding: 80px 20px 0;
  width: 1160px;
}
.supervision_common_title {
  background: transparent;
  width: auto;
  height: auto;
  text-align: center;
  line-height: 1.4358974359;
  font-size: 39px;
  font-weight: 700;
  color: #000;
}
.supervision_common_title:not(:last-child) {
  margin-bottom: 26px;
}
.supervision_common_text {
  line-height: 1.7777777778;
  font-size: 18px;
  color: #000;
}
.supervision_common_text:not(:last-child) {
  margin-bottom: 34px;
}
.supervision_common_doctor {
  position: relative;
}
.supervision_common_name {
  position: absolute;
  z-index: 1;
  bottom: 33px;
  left: 62px;
  display: flex;
  align-items: baseline;
  gap: 11px;
  line-height: 1.4666666667;
  font-size: 30px;
  color: #FFF;
}
.supervision_common_name .role {
  line-height: 1.4285714286;
  font-size: 21px;
}
.supervision_common_image {
  width: 100%;
}
.supervision_common_introduction {
  position: absolute;
  top: 36px;
  right: 81px;
}
.supervision_common_introduction_title {
  text-align: center;
  line-height: 1.4375;
  font-size: 32px;
  font-weight: 600;
  color: #FFF;
}
.supervision_common_introduction_title:not(:last-child) {
  margin-bottom: 13px;
}
.supervision_common_introduction_container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 44px;
}
.supervision_common_introduction_label {
  border-bottom: 1px solid #FFF;
  padding-bottom: 15px;
  text-align: center;
  line-height: 1.4230769231;
  font-size: 26px;
  font-weight: 600;
  color: #FFF;
}
.supervision_common_introduction_label:not(:last-child) {
  margin-bottom: 10px;
}
.supervision_common_introduction_list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
}
.supervision_common_introduction_item {
  margin-left: -10px;
  margin-right: -10px;
  text-align: center;
  line-height: 1.4444444444;
  font-size: 18px;
  color: #FFF;
}

@media only screen and (max-width: 979px) {
  .supervision_common {
    padding: 60px 15px 0;
    width: 100%;
  }
  .supervision_common_title {
    line-height: 1.4411764706;
    font-size: 17px;
  }
  .supervision_common_title:not(:last-child) {
    margin-bottom: 14px;
  }
  .supervision_common_text {
    line-height: 1.6666666667;
    font-size: 12px;
  }
  .supervision_common_text:not(:last-child) {
    margin-bottom: 16px;
  }
  .supervision_common_doctor {
    position: static;
    display: flex;
    flex-direction: column;
    gap: 13px;
  }
  .supervision_common_visual {
    position: relative;
  }
  .supervision_common_name {
    bottom: 10px;
    left: 0;
    right: 0;
    justify-content: center;
    gap: 5px;
    line-height: 1.4411764706;
    font-size: 17px;
  }
  .supervision_common_name .role {
    line-height: 1.4583333333;
    font-size: 12px;
  }
  .supervision_common_introduction {
    position: static;
  }
  .supervision_common_introduction_title {
    line-height: 1.4375;
    font-size: 16px;
    color: #000;
  }
  .supervision_common_introduction_title:not(:last-child) {
    margin-bottom: 7px;
  }
  .supervision_common_introduction_container {
    gap: 9px;
  }
  .supervision_common_introduction_label {
    border-bottom: 1px solid #000;
    padding-bottom: 8px;
    text-align: center;
    line-height: 1.4666666667;
    font-size: 15px;
    color: #000;
  }
  .supervision_common_introduction_label:not(:last-child) {
    margin-bottom: 7px;
  }
  .supervision_common_introduction_list {
    gap: 6px;
  }
  .supervision_common_introduction_item {
    margin-left: -5px;
    margin-right: -5px;
    text-align: center;
    line-height: 1.4285714286;
    font-size: 10.5px;
    color: #000;
  }
}
/* Return top (for_sp) */
@media screen and (max-width: 767px) {
  #return-top-button {
    padding: 2.4vw 2.4vw 2.6666666667vw 3.7333333333vw;
    border-radius: 4.6666666667vw 0 0 4.6666666667vw;
    color: #fff;
    background-color: #000;
    font-size: 4.2666666667vw;
    position: fixed;
    right: 0;
    bottom: 20vw;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s;
    z-index: 1000;
  }
  #return-top-button.is-visible {
    opacity: 1;
    visibility: visible;
  }
  #return-top-button.is-anchored {
    position: absolute;
    bottom: 6.4vw;
  }
  #return-top-button.is-hidden-top {
    opacity: 0 !important;
    visibility: hidden !important;
  }
  .return-top-button-wrap {
    position: relative;
  }
}
#ft_tel {
  min-height: 88px;
  margin-top: 140px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
#ft_tel .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1160px;
  padding: 0 20px;
  margin: 0 auto;
}
#ft_tel .tel_col {
  display: flex;
  align-items: center;
  min-height: 88px;
}
#ft_tel .tel_copy {
  padding-right: 70px;
  font-size: 21px;
  letter-spacing: 0.1em;
}
#ft_tel .icon_mobile::before {
  position: relative;
  top: 2px;
  display: inline-block;
  font-family: "iconfont" !important;
  font-size: 30px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal !important;
  font-weight: normal !important;
  line-height: 1;
  content: "\ea03";
  vertical-align: top;
}
#ft_tel .tel {
  display: inline-block;
  padding-left: 13px;
  font-size: 28px;
}
#ft_tel .tel .time {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  text-align: center;
}
#ft_tel .btn_gp {
  display: flex;
  align-items: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
#ft_tel .btn_gp li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 234px;
  height: 48px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #FFF;
  background: #bba170;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
#ft_tel .btn_gp li a:hover {
  color: #bba170;
}
#ft_tel .btn_gp li a:after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  transform: translateX(-100%);
  transition: 1.4s cubic-bezier(0.19, 1, 0.22, 1);
}
#ft_tel .btn_gp li a .caption {
  position: relative;
  z-index: 2;
}
#ft_tel .btn_gp li a:hover:after {
  transform: translateX(0%);
}

#ft_breadcrumb {
  height: 40px;
  background-color: #000;
}
#ft_breadcrumb .inner {
  width: 100%;
  max-width: 1160px;
  margin-inline: auto;
  padding: 0 20px 0 20px;
}
#ft_breadcrumb .inner ul {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  height: 40px;
}
#ft_breadcrumb li {
  font-size: 10px;
  color: #cecece;
  line-height: 1;
}
#ft_breadcrumb li a {
  display: flex;
  align-items: center;
  color: #cecece;
  text-decoration: none;
}
#ft_breadcrumb li a:after {
  display: inline-block;
  margin-left: 15px;
  font-family: "icomoon" !important;
  font-size: 12px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  content: "";
  content: "\e902";
  vertical-align: middle;
  text-transform: none;
  color: #646464;
  speak: never;
}
#ft_breadcrumb .ico_logo img {
  width: 22px;
}

@media only screen and (max-width: 979px) {
  #ft_breadcrumb .inner {
    padding-inline: 15px;
  }
}
footer {
  width: 100%;
  margin-top: 0;
  background-color: #000;
}

.footer_banner {
  background-color: #3c3a38;
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer_banner .inner {
  margin: 0 auto;
  width: 1160px;
  padding-left: 20px;
  padding-right: 20px;
}

.footer_wrapper {
  max-width: 1160px;
  padding: 20px 20px 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 979px) {
  footer {
    margin-top: 60px;
    padding-bottom: 16.4vw;
  }
  .footer_banner {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .footer_banner .inner {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
  }
  .footer_wrapper {
    padding: 0 0 10px;
  }
}
.footer_nav {
  width: 100%;
  display: flex;
  -moz-column-gap: 80px;
       column-gap: 80px;
}

.footer_nav_item a {
  display: block;
  padding: 4px 0;
  font-size: 12px;
  color: #FFF;
  text-decoration: none;
}
.footer_nav_item .dropdown {
  margin-left: 1.1em;
}

.dropdown_clinic {
  -moz-column-count: 2;
       column-count: 2;
}
.dropdown_clinic li {
  margin-right: 39px;
}

@media only screen and (min-width: 980px) {
  .footer_nav_item a {
    transition: opacity 0.3s ease;
  }
  .footer_nav_item a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 979px) {
  .footer_nav {
    width: 100%;
    display: flex;
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .footer_nav_item a {
    position: relative;
    display: block;
    padding: 22px 18px;
    font-size: 12px;
    color: #FFF;
    text-decoration: none;
  }
  .footer_nav_item:not(.notdrop-sp) .dropdown {
    display: none;
    margin-left: 0;
  }
  .footer_nav_item.notdrop-sp .dropdown {
    margin-left: 0;
  }
  .dropdown_clinic {
    -moz-column-count: 2;
         column-count: 2;
  }
  .dropdown_clinic li {
    margin-right: 39px;
  }
  .footer_nav_item:not(.notdrop-sp) .dropdown li a {
    background: #333333;
    padding-left: 36px;
    color: #CECECE;
    font-size: 11px;
  }
  .footer_nav_item a.parents::before {
    content: "";
    width: 10px;
    height: 1px;
    background-color: #bba170;
    position: absolute;
    top: calc(50% - 1px);
    right: 20px;
    z-index: 9;
    transform: rotate(0deg);
    transition: 0.3s ease-in-out;
  }
  .footer_nav_item a.parents::after {
    content: "";
    width: 10px;
    height: 1px;
    background-color: #bba170;
    position: absolute;
    top: calc(50% - 1px);
    right: 20px;
    z-index: 9;
    transform: rotate(0deg);
    transition: 0.3s ease-in-out;
    transform: rotate(90deg);
  }
  .footer_nav_item a.parents.open::after {
    transform: rotate(0deg);
  }
  .dropdown_clinic {
    -moz-column-count: 1;
         column-count: 1;
  }
  .dropdown_clinic li {
    margin-right: 0;
  }
}
.footer_lower {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  margin-top: 72px;
}

.footer_logo {
  width: 100%;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 979px) {
  .footer_lower {
    margin-top: 0;
  }
  .footer_logo {
    margin-top: 55px;
  }
  .footer_logo img {
    width: 45.565px;
    height: 52.865px;
  }
}
.footer_sns {
  width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 23px;
       column-gap: 23px;
}
.footer_sns li a {
  transition: 0.3s ease-in-out;
}
.footer_sns li a:hover {
  opacity: 0.5;
}
.footer_sns li a img {
  max-height: 24px;
}

@media screen and (max-width: 979px) {
  .footer_sns {
    margin-top: 13px;
  }
}
.footer_copy {
  margin-top: 33px;
  font-size: 10px;
  text-align: center;
  color: #bba170;
}

@media screen and (max-width: 979px) {
  .footer_copy {
    margin-top: 23px;
    font-size: 8px;
  }
}
.float_bottom {
  display: none;
}

@media screen and (max-width: 979px) {
  .float_bottom {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    width: 100%;
    height: 16.4vw;
    background: #BBA171;
    z-index: 998;
    transform: translateY(16.4vw);
    transition: all 0.3s ease;
  }
  .float_bottom.show {
    transform: translateY(0);
  }
  .float_bottom .item a {
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 2.267vw;
         column-gap: 2.267vw;
    font-size: 4.267vw;
    font-weight: bold;
    text-decoration: none;
  }
  .float_bottom .item a:after {
    content: "";
    width: 6.933vw;
    height: 3.067vw;
    background: url(../img/common/icon_doubletri_right.svg) no-repeat center center/cover;
  }
}
/*--------------------------------------------------------------
## cp_banner
--------------------------------------------------------------*/
.cp_banner {
  padding-top: 70px;
}

@media screen and (max-width: 767px) {
  .cp_banner {
    padding-top: 9.3333333333vw;
  }
}
.cp_banner_inner {
  margin-left: auto;
  margin-right: auto;
  width: 1120px;
}
.cp_banner_inner.small {
  width: 1000px;
}

@media screen and (max-width: 767px) {
  .cp_banner_inner {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .cp_banner_inner.small {
    width: 100%;
  }
}
.cp_banner_note {
  margin-top: 8px;
  text-align: center;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .cp_banner_note {
    margin-top: 2vw;
    padding-left: 4vw;
    padding-right: 4vw;
    text-align: left;
    font-size: 3.2vw;
  }
}/*# sourceMappingURL=common_2025.css.map */