:disabled {
  color: #dee2e6;
}

.fix-img-col-4 {
  position: relative;
  height: 0;
  padding-top: 54.2%;
  width: 100%;
  overflow: hidden;
}
.fix-img-col-4 img {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
}

.show-sp {
  display: none;
}

@media (min-width: 1280px) {
  .hamachi-container {
    max-width: 1090px;
  }
}
@media (max-width: 991.98px) {
  .max-width-none {
    max-width: none;
  }
}
@media (max-width: 991.98px) {
  .padding0 {
    padding-left: 0;
    padding-right: 0;
  }
}
header {
  position: fixed;
  width: 100%;
  z-index: 1;
}
header .top-header img {
  display: block;
  width: 26px;
  height: 26px;
}
header .top-header .inner-pc {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  background-color: #eb5e30;
  height: 50px;
  width: 100%;
}
header .top-header .inner-pc .top-item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin-left: 2.35vw;
}
header .top-header .inner-pc .top-item:not(:last-child) {
  margin-right: 2.35vw;
}
header .top-header .inner-pc .top-item img {
  margin-right: 10px;
}
header .top-header .inner-pc .top-item a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-family: NotoSansJPRegular;
}
header .top-header .inner-pc .top-item a:hover {
  opacity: 0.75;
}
header .top-header .inner-pc .top-location {
  position: relative;
}
header .top-header .inner-pc .top-location:before {
  content: "";
  position: absolute;
  left: -2.35vw;
  bottom: 12px;
  width: 1px;
  height: 26px;
  background-color: #fff;
}
header .top-header .inner-sp {
  height: 40px;
}
header .top-header .inner-sp .block-item {
  width: 25%;
  float: right;
  height: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .nav-menu {
  background-color: #fff;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2.35vw;
  height: 100px;
  width: 100%;
  position: relative;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
}
header .nav-menu a img {
  height: 33px;
  width: auto;
}
header .nav-menu .list-nav-menu ul.list-menu {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
header .nav-menu .list-nav-menu ul.list-menu li.li-item:not(:last-child) {
  padding-right: 4.7vw;
}
header .nav-menu .list-nav-menu ul.list-menu li.li-item a {
  text-transform: uppercase;
  display: block;
  font-size: 18px;
  color: #707070;
  font-family: NotoSansJPRegular;
}
header .nav-menu .list-nav-menu ul.list-menu li.li-item a:hover {
  text-decoration: none;
  opacity: 0.75;
}
header .nav-menu .list-nav-menu ul.list-menu li.li-item .link_recruit {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.25em;
       column-gap: 0.25em;
  color: #408d38;
}
header .btn-menu {
  border: none;
  background: none;
  width: 30px;
  position: absolute;
  left: 18px;
  top: 24px;
  padding: 0;
  outline: none;
}
header .btn-menu span {
  width: 100%;
  height: 4px;
  background-color: #752a07;
  transition: 0.5s;
  display: block;
}
header .btn-menu span:not(:last-child) {
  margin-bottom: 6px;
}
header .nav-toggle {
  background-color: #eae2d6;
  display: none;
  position: fixed;
  width: 100%;
  z-index: 1;
  height: calc(100vh - 113px);
  overflow-y: auto;
}
header .nav-toggle nav {
  padding: 40px 54px 106px;
}
header .nav-toggle nav ul li a {
  display: block;
  color: #707070;
  font-family: NotoSansJPRegular;
  text-decoration: none;
}
header .nav-toggle nav ul li a:hover {
  opacity: 0.75;
}
header .nav-toggle nav ul.list-menu li.li-item {
  position: relative;
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
}
header .nav-toggle nav ul.list-menu li.li-item a {
  font-size: 18px;
  padding: 10px 4px;
}
header .nav-toggle nav ul.list-menu li.li-item a.link_recruit {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.25em;
       column-gap: 0.25em;
  color: #408d38;
}
header .nav-toggle nav ul.list-menu li.li-item a.link_recruit img {
  width: 2em;
}
header .nav-toggle nav ul.list-menu li.li-item .li-toggle-menu {
  width: 18px;
  height: 18px;
  position: absolute;
  z-index: 1;
  background-color: #eb5e30;
  border-radius: 4px;
  top: 10px;
  right: 25px;
}
header .nav-toggle nav ul.list-menu li.li-item .li-toggle-menu:before {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
header .nav-toggle nav ul.list-menu li.li-item .li-toggle-menu:after {
  content: "";
  width: 2px;
  height: 10px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
header .nav-toggle nav ul.list-menu ul.sub-menu li.li-item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  padding: 10px 4px;
}
header .nav-toggle nav ul.list-menu ul.sub-menu li.li-item:last-child {
  border-bottom: unset;
}
header .nav-toggle nav ul.list-menu ul.sub-menu li.li-item:first-child {
  border-top: 1px solid #fff;
}
header .nav-toggle nav ul.list-menu ul.sub-menu li.li-item a {
  font-size: 16px;
  padding: 0;
  margin-left: 20px;
}
header .nav-toggle nav ul.list-menu ul.sub-menu li.li-item p {
  font-size: 10px;
  color: #eb5e30;
  text-transform: uppercase;
  font-family: NotoSansJPMedium;
  line-height: 15px;
}
header .nav-toggle footer {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
}
header .nav-toggle footer p {
  transform: translateY(30px);
}

@media (min-width: 768px) {
  header .top-header .inner-sp .block-item:hover {
    opacity: 0.75;
  }
}
@media (max-width: 767.98px) {
  header .nav-menu {
    padding: 0;
    justify-content: center;
    height: 73px;
  }
}
@media (max-width: 991.98px) {
  header .nav-menu .list-nav-menu ul.list-menu li.li-item:not(:last-child) {
    padding-right: 4vw;
  }
}
@media (max-width: 991.98px) {
  header .nav-menu .list-nav-menu ul.list-menu li.li-item a {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  header .nav-toggle nav {
    padding: 40px 28px 106px;
  }
}
.hamachi-call {
  background-color: #752a07;
}

.hamachi-workingtime {
  background-color: #b9d9c3;
}

.hamachi-reserve {
  background-color: #fbcb7b;
}

.hamachi-location {
  background-color: #eb5e30;
}

.change .bar1 {
  transform: rotate(-45deg) translate(-9px, 6px);
}
.change .bar2 {
  opacity: 0;
  visibility: hidden;
}
.change .bar3 {
  transform: rotate(45deg) translate(-8px, -5px);
}

.li-toggle-menu.remove-after:after {
  content: none !important;
}

.display-mobile {
  display: block !important;
  animation-delay: 1s;
  position: sticky;
  z-index: 1;
}

.body-overflow {
  overflow: hidden;
  -ms-overflow-style: none;
}

.animation-footer {
  transform: translateY(0) !important;
  transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
}

#footer {
  background-color: #752a07;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
#footer p {
  font-size: 12px;
  color: #fff;
  font-family: NotoSansJPRegular;
}

.treatment-body {
  margin: 0 auto 28px;
}
.treatment-body .treatment-list {
  margin: 0;
  justify-content: center;
  padding: 0;
}
.treatment-body .treatment-list .div-block {
  padding-left: 0;
  padding-right: 0;
  display: table;
  text-align: center;
  max-width: 165px;
  height: 165px;
  width: 100%;
  background-color: #eb5e30;
  border-radius: 10px;
  text-decoration: none;
}
.treatment-body .treatment-list .div-block:not(:last-child) {
  margin-right: 28px;
}
.treatment-body .treatment-list .div-block .inner-item {
  display: table-cell;
  vertical-align: middle;
  line-height: 30px;
}
.treatment-body .treatment-list .div-block p span {
  display: block;
}
.treatment-body .treatment-list .div-block p span:first-child {
  letter-spacing: 2px;
  font-size: 18px;
  color: #fff;
  font-family: NotoSansJPRegular, sans-serif;
}
.treatment-body .treatment-list .div-block p span:last-child {
  font-size: 10px;
  color: #fff;
  font-family: NotoSansJPBold, sans-serif;
  text-transform: uppercase;
}
.treatment-body .treatment-list .div-block:hover {
  opacity: 0.75;
}
.treatment-body .treatment-list:not(:last-child) {
  margin-bottom: 28px;
}

@media (min-width: 768px) {
  .treatment-body {
    max-width: 744px;
    padding: 0;
  }
}
@media (max-width: 375.98px) {
  .treatment-body {
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .treatment-body .treatment-list .div-block {
    height: 100px;
  }
}
@media (min-width: 540px) and (max-width: 575.98px) {
  .treatment-body .treatment-list .div-block {
    max-width: 177px;
  }
}
@media (max-width: 340px) {
  .treatment-body .treatment-list .div-block {
    max-width: 150px;
  }
}
@media (max-width: 767.98px) {
  .treatment-body .treatment-list .div-block.left-item-sp {
    margin-bottom: 8px;
    margin-right: 8px !important;
  }
}
@media (max-width: 767.98px) {
  .treatment-body .treatment-list .div-block:not(:last-child) {
    margin-right: 0;
  }
}
@media (max-width: 340px) {
  .treatment-body .treatment-list .div-block p span:first-child {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .treatment-body .treatment-list:not(:last-child) {
    margin-bottom: 0;
  }
}
.block-title {
  margin: 60px 0 40px;
}
.block-title .title-all-page {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.block-title .title-all-page img {
  margin-right: 5px;
}
.block-title .title-all-page p {
  line-height: 27px;
  font-size: 20px;
  color: #202124;
  font-family: NotoSansJPBold, sans-serif;
}
.block-title .title-en {
  margin-top: 10px;
}
.block-title .title-en p {
  font-size: 12px;
  color: #eb5e30;
  font-family: NotoSansJPRegular, sans-serif;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
}

@media (max-width: 767.98px) {
  .block-title {
    margin: 30px 0;
  }
}
.hamachi-line {
  height: 30px;
  width: 100%;
  background-color: #eb5e30;
}

.dental-clinic {
  margin-bottom: 60px;
  position: relative;
}
.dental-clinic .block-title {
  text-align: center;
}
.dental-clinic .block-title .title-all-page {
  display: block;
  justify-content: unset;
  align-items: unset;
}
.dental-clinic .block-title .title-all-page img {
  margin-right: 0;
  margin-bottom: 10px;
}
.dental-clinic .access {
  margin-left: 10px;
}
.dental-clinic .access p:first-child {
  font-family: NotoSansJPBold, sans-serif;
  font-size: 20px;
  color: #202124;
  line-height: 27px;
  margin-bottom: 8px;
}
.dental-clinic .access p:last-child {
  text-transform: uppercase;
  font-size: 12px;
  color: #eb5e30;
  font-family: NotoSansJPRegular, sans-serif;
}
.dental-clinic .map {
  margin-top: 40px;
}
.dental-clinic .schedule-bus p {
  font-size: 14px;
  text-align: center;
}
.dental-clinic .schedule-bus p:first-child {
  color: #752a07;
  font-family: NotoSansJPBold, sans-serif;
}
.dental-clinic .schedule-bus p:first-child span {
  margin-left: 10px;
}
.dental-clinic .schedule-bus p:last-child {
  margin-top: 8px;
}
.dental-clinic .schedule-bus p:last-child a.character {
  text-decoration: none;
  color: #752a07;
}
.dental-clinic .schedule-bus p:last-child a.character:not(:last-child) {
  margin-right: 20px;
}
.dental-clinic .schedule-bus p:last-child a.character span {
  color: #027cf7;
}
.dental-clinic .schedule-bus p:last-child a.character:hover {
  opacity: 0.75;
}
.dental-clinic .address {
  text-align: center;
}
.dental-clinic .address p:first-child {
  font-size: 16px;
  line-height: 21px;
  color: #8997a5;
  font-family: NotoSansJPRegular, sans-serif;
}
.dental-clinic .address p:first-child span {
  display: block;
}
.dental-clinic .address p:last-child {
  font-size: 20px;
  margin-top: 20px;
  color: #752a07;
  font-family: NotoSansJPBold, sans-serif;
}
.dental-clinic .area-item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column-reverse;
}
.dental-clinic .area-item .inner-item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
.dental-clinic .contact {
  padding: 25px 0 20px;
  text-align: center;
}
.dental-clinic .contact .phone a {
  text-decoration: none;
  display: block;
  color: #eb5e30;
  font-family: NotoSansJPBold, sans-serif;
  font-size: 24px;
  margin-bottom: 10px;
}
.dental-clinic .contact .phone a:hover {
  opacity: 0.75;
}
.dental-clinic .contact .mail a {
  text-decoration: none;
  display: block;
  color: #707070;
  font-family: NotoSansJPRegular, sans-serif;
  font-size: 16px;
}
.dental-clinic .contact .mail a:hover {
  opacity: 0.75;
}

@media (max-width: 1280px) {
  .dental-clinic {
    max-width: 991px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .dental-clinic {
    max-width: none;
  }
}
@media (min-width: 1199px) and (max-width: 1280px) {
  .dental-clinic {
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .dental-clinic .access {
    margin-left: 0;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .dental-clinic .map {
    margin-top: 20px;
  }
}
@media (max-width: 767.98px) {
  .dental-clinic .schedule-bus {
    border-bottom: 1px solid #707070;
    padding: 20px 0;
  }
}
@media (max-width: 767.98px) {
  .dental-clinic .address {
    order: 1;
    border-bottom: 1px solid #707070;
    padding: 15px 0;
  }
}
@media (max-width: 767.98px) {
  .dental-clinic .contact {
    border-bottom: 1px solid #707070;
    order: 2;
  }
}
@media (min-width: 768px) and (max-width: 940px) {
  .dental-clinic .area-item {
    padding: 0;
  }
  .dental-clinic .address p:last-child {
    margin-top: 10px;
  }
  .dental-clinic .contact {
    padding: 10px 0;
  }
  .dental-clinic .contact .phone a {
    margin-bottom: 5px;
  }
  .dental-clinic .address p:first-child {
    font-size: 15px;
  }
  .dental-clinic .consultation table tr td:not(:first-child) {
    font-size: 14px;
  }
  .dental-clinic .consultation table tr:first-child td:first-child {
    font-size: 10px;
  }
  .dental-clinic .consultation table tr td:first-child {
    font-size: 11px;
  }
}
@media (max-width: 767.98px) {
  .consultation {
    padding-top: 40px;
  }
}
.consultation .consultation-title {
  text-align: center;
}
.consultation .consultation-title .title-ja p {
  font-family: NotoSansJPBold, sans-serif;
  font-size: 20px;
  color: #202124;
  line-height: 27px;
  margin-bottom: 8px;
}
.consultation .consultation-title .title-en p {
  text-transform: uppercase;
  font-size: 12px;
  color: #eb5e30;
  font-family: NotoSansJPRegular, sans-serif;
}
.consultation table {
  margin: 40px auto 0;
}
.consultation table tr {
  border-bottom: 1px solid #707070;
}
.consultation table tr:first-child td:first-child {
  font-size: 14px;
  text-align: center;
  color: #d04545;
}
.consultation table tr td {
  color: #752a07;
  font-family: NotoSansJPRegular, sans-serif;
  height: 35px;
  vertical-align: middle;
}
.consultation table tr td:not(:first-child) {
  font-size: 18px;
  padding-left: 15px;
}
.consultation table tr td:first-child {
  font-size: 16px;
  padding-right: 9px;
  border-right: 1px solid #707070;
}
.consultation table tr td:last-child {
  padding-right: 15px;
}

@media (max-width: 1199.98px) {
  .consultation table tr td:not(:first-child) {
    padding-left: 10px;
  }
}
.gg-map {
  position: relative;
  padding-bottom: 335px;
  height: 0;
  overflow: hidden;
  z-index: -1;
}
.gg-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.back-to-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  transition: background-color 0.5s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
}
.back-to-top img {
  display: block;
  width: 46px;
  height: 46px;
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
}

.common-banner .block-title {
  text-align: center;
  margin: 100px 0 180px;
}
.common-banner .block-title .title-all-page {
  display: block;
  justify-content: unset;
  align-items: unset;
}
.common-banner .block-title .title-all-page img {
  margin-right: 0;
  margin-bottom: 16px;
}

@media (max-width: 767.98px) {
  .common-banner .block-title {
    margin: 60px 0 100px;
  }
}
.hamachi-breadcrumb {
  display: block;
  line-height: 30px;
  height: 30px;
  width: 100%;
  background-color: #eb5e30;
}
.hamachi-breadcrumb a {
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-family: NotoSansJPRegular, sans-serif;
  font-size: 12px;
}
.hamachi-breadcrumb a:first-child {
  margin-left: 60px;
}
.hamachi-breadcrumb a:hover {
  opacity: 0.75;
}
.hamachi-breadcrumb span {
  color: #fff;
  font-family: NotoSansJPRegular, sans-serif;
  font-size: 12px;
}

@media (max-width: 767.98px) {
  .hamachi-breadcrumb a:first-child {
    margin-left: 20px;
  }
}
.btn-reservation {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #fbcb7b;
  border-radius: 40px;
  margin-bottom: 60px;
}
.btn-reservation a {
  text-decoration: none;
  display: block;
  color: #752a07;
  font-family: NotoSansJPRegular, sans-serif;
  font-size: 16px;
}
.btn-reservation:hover {
  opacity: 0.75;
}

.common-title {
  margin: 60px 0 75px;
  text-align: center;
  font-size: 20px;
  color: #202124;
  line-height: 27px;
  font-family: NotoSansJPBold, sans-serif;
}
.common-title span {
  display: block;
}

@media (max-width: 767.98px) {
  .common-title {
    margin: 40px 0;
  }
}
.common-sub-title h5 {
  font-size: 18px;
  line-height: 28px;
  color: #eb5e30;
  font-family: NotoSansJPMedium, sans-serif;
  margin-bottom: 45px;
}

@media (max-width: 767.98px) {
  .common-sub-title h5 {
    margin-bottom: 25px;
  }
}
@media (max-width: 767.98px) {
  .common-sub-title h5 span {
    display: block;
    margin-bottom: 25px;
  }
}
.sub-service-title {
  margin: 25px 0;
}
.sub-service-title h5 {
  line-height: 40px;
  font-size: 22px;
  color: #eb5e30;
  font-family: NotoSansJPBold, sans-serif;
}
.sub-service-title.fz-18px h5 {
  font-size: 18px;
}

@media (max-width: 767.98px) {
  .sub-service-title {
    margin: 18px 0;
  }
}
@media (max-width: 767.98px) {
  .sub-service-title.fz-18px h5 {
    font-size: 16px;
    line-height: 30px;
  }
}
.sub-service-content p {
  font-size: 16px;
  line-height: 26px;
  font-family: NotoSansJPRegular, sans-serif;
  color: #8997a5;
}

@media (max-width: 767.98px) {
  .sub-service-content p {
    font-size: 12px;
  }
}
.common-image img {
  width: 100%;
  height: auto;
}

@media (min-width: 1281px) {
  .common-image img {
    height: 100%;
  }
}
.resize-image {
  position: relative;
  height: 0;
  padding-top: 66.66%;
  width: 100%;
  overflow: hidden;
}
.resize-image img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.common-bgc-img,
.resize-image img {
  width: auto;
  height: 100%;
}

.common-bgc-img div {
  display: block;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  height: 100%;
}

@media (max-width: 767.98px) {
  .common-bgc-img div {
    height: 0;
    padding-top: 59.46%;
  }
}
.common-style-p p {
  font-size: 18px;
  line-height: 28px;
  font-family: NotoSansJPRegular, sans-serif;
  color: #8997a5;
}

@media (max-width: 767.98px) {
  .common-style-p p span {
    display: block;
  }
}
.mb-bottom-25:not(:last-child) {
  margin-bottom: 25px;
}

.mb-bottom-30 {
  margin-bottom: 30px;
}

.sub-content-tab .rate {
  margin: 30px 0 40px;
}
.sub-content-tab .rate .content-right {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.sub-content-tab .rate .content-right .star {
  color: #eb5e30;
}
.sub-content-tab .evaluate .list-item {
  margin-bottom: 45px;
}
.sub-content-tab .list-item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.sub-content-tab .list-item p {
  font-size: 16px;
  line-height: 28px;
  font-family: NotoSansJPRegular, sans-serif;
  color: #8997a5;
}
.sub-content-tab .list-item .content-left {
  width: 100px;
}
.sub-content-tab .list-item .content-right {
  width: calc(100% - 100px);
  padding-left: 5px;
}

.common-product {
  margin-bottom: 100px;
}
.common-product .row:not(:last-child) {
  margin-bottom: 80px;
}
.common-product .list-product {
  border-radius: 10px;
  padding-bottom: 30px;
  height: 100%;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}
.common-product .list-product .common-sub-title {
  margin-top: 15px;
}
.common-product .list-product .common-sub-title h5 {
  margin-bottom: 15px;
}
.common-product .list-product .sub-service-content p {
  font-size: 12px;
  line-height: 20px;
}
.common-product .list-product .systema p:first-child {
  color: #eb5e30;
}

@media (max-width: 767.98px) {
  .common-product {
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .common-product .row:not(:last-child) {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .common-product .pd-col {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (max-width: 767.98px) {
  .common-product .pd-col {
    margin-bottom: 35px;
  }
}
.ct__post-item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  line-height: 24px;
  align-items: center;
}
.ct__post-item a {
  display: block;
  font-size: 18px;
  color: #707070;
  font-family: NotoSansJPRegular, sans-serif;
}
.ct__post-item a:hover {
  opacity: 0.75;
  text-decoration: none;
}
.ct__post-item .content-left {
  width: 90px;
  padding-left: 10px;
}
.ct__post-item .content-right {
  width: calc(100% - 90px);
  padding-left: 20px;
}
.ct__post-item .content-right a {
  display: block;
  color: #8997a5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ct__post-item:not(:last-child) {
  margin-bottom: 10px;
}

@media (max-width: 767.98px) {
  .show-pc {
    display: none !important;
  }
  .show-sp {
    display: block;
  }
}
@media (min-width: 768px) {
  .list-nav-menu ul.list-menu li.li-item {
    position: relative;
    height: 50px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
  }
  .list-nav-menu ul.list-menu li.li-item .sub-menu {
    position: absolute;
    left: -50%;
    right: -50%;
    background-color: #fff;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    border-top: 6px solid #eb5e30;
    padding-bottom: 30px;
    margin-top: 25px;
  }
  .list-nav-menu ul.list-menu li.li-item .sub-menu li.li-item {
    width: 100%;
    padding-top: 25px;
    padding-left: 25px;
  }
  .list-nav-menu ul.list-menu li.li-item .sub-menu li.li-item p {
    display: none;
  }
  .list-nav-menu ul.list-menu li.li-item .sub-menu li.li-item a.active, .list-nav-menu ul.list-menu li.li-item .sub-menu li.li-item a:hover {
    color: #eb5e30;
  }
  .list-nav-menu ul.list-menu li.li-item:hover .collapse {
    display: block;
  }
}
.drop-left {
  display: none;
}

.anchor-link {
  display: block;
  position: relative;
  top: -150px;
  visibility: hidden;
}

@media (max-width: 767.98px) {
  .anchor-link {
    top: -113px;
  }
}
#reservation {
  padding: 0 3em;
}
#reservation .container {
  padding: 0;
}

.footer_map__wrap {
  background: #eae2d6;
  padding: 5em 0;
}
.footer_map__wrap .block-title {
  margin: 0 0 2.5em;
}
.footer_map__wrap .dental-clinic {
  margin-bottom: 0;
}/*# sourceMappingURL=common.css.map */