@charset "UTF-8";
/*--------------------------------------*
 * foundation
 *--------------------------------------*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* base
--------------------------- */
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  line-height: 1.6;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  font-size: 17px;
  background: #fff;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
}

a {
  color: #1e0e07;
}

a:hover,
a:active,
a:focus {
  color: #1e0e07;
}

mark {
  font-style: normal;
}

iframe[src*="google.com/maps/"] {
  width: 100%;
}

.font-serif {
  font-family: "Noto Serif", serif;
}

/*--------------------------------------*
* layout
*--------------------------------------*/
.l-wrapper { /* 以下はslickが動作しなくなるためコメントアウト */ }

@media (min-width: 992px) {
  [id] {
    scroll-margin-top: 180px;
  }
}
@media (min-width: 1330px) {
  [id] {
    scroll-margin-top: 205px;
  }
}

.l-header {
  padding: 20px;
}
@media (min-width: 992px) {
  .l-header {
    position: sticky;
    left: 0;
    top: 0;
    padding: 20px 20px 0px;
    background: #f4f1e9;
    z-index: 1;
  }
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1329px) {
  .l-header__logo-wrap {
    max-width: calc(100% - 60px);
  }
}
.l-header__logo a {
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  color: #000;
}
.l-header__logo-text {
  display: flex;
  gap: 8px;
  flex-direction: column;
  line-height: 1;
}
.l-header__logo-clinic {
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 499px) {
  .l-header__logo-clinic {
    font-size: 15px;
  }
}
.l-header__main {
  display: flex;
  gap: 15px;
}
.l-header__tel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.7);
}
@media (max-width: 991px) {
  .l-header__tel {
    display: none;
  }
}
.l-header__tel-address {
  color: #aa965c;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 25.5px */
}
.l-header__tel-number img {
  vertical-align: middle;
}
.l-header__tel-number span {
  display: inline-block;
  vertical-align: middle;
  color: #aa965c;
  font-size: 37px;
  font-weight: 700;
  line-height: 100%; /* 37px */
}
@media (max-width: 1280px) {
  .l-header .p-sc_hours {
    display: none;
  }
}
.l-header .p-sc_hours table {
  width: 100%;
  max-width: 465px;
}
.l-header .p-sc_hours th,
.l-header .p-sc_hours td {
  padding: 7px 14px;
  text-align: center;
  vertical-align: middle;
}
.l-header .p-sc_hours thead {
  font-size: 14px;
}
.l-header .p-sc_hours thead th,
.l-header .p-sc_hours thead td {
  color: #fff;
  background: #aa965c;
}
.l-header .p-sc_hours tbody th {
  padding: 7px 14px;
  font-size: 14px;
}
.l-header .p-sc_hours tbody td {
  font-size: 11px;
}
.l-header .p-sc_hours__bottom {
  display: none;
}

/* desktop menu */
@media (max-width: 991px) {
  .l-header__nav {
    display: none;
  }
}
.l-header__nav-menu {
  display: flex;
  width: 100%;
  max-width: 1680px;
  margin-inline: auto;
}
.l-header__nav-menu .menu-item {
  list-style: none;
}
.l-header__nav-menu .sub-menu {
  display: none;
}
.l-header__nav-menu .menu-item {
  position: relative;
  flex-grow: 1;
}
.l-header__nav-menu .menu-item a {
  display: block;
  color: #333;
}
.l-header__nav-menu .menu-item:first-child > a::before {
  display: none;
}
.l-header__nav-menu > .menu-item > .sub-menu {
  position: absolute;
  top: 70px;
  left: 0;
  z-index: 1;
}
.l-header__nav-menu > .menu-item > .sub-menu .menu-item {
  text-align: left;
}
.l-header__nav-menu > .menu-item > .sub-menu a {
  position: relative;
  padding: 15px 20px 13px;
  width: 240px;
  height: auto;
  line-height: 140%;
  margin: 0 0 -1px 0;
  text-align: left;
  text-decoration: none;
  border-top: 1px solid #f4f1e9;
  border-bottom: 1px solid #f4f1e9;
  background: #fff;
}
.l-header__nav-menu > .menu-item > .sub-menu a:hover {
  background: #f4f1e9;
}
.l-header__nav-menu > .menu-item > a {
  position: relative;
  text-align: center;
  text-decoration: none;
  height: 70px;
  line-height: 60px;
  padding: 0 15px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  font-family: "Noto Serif", serif;
}
.l-header__nav-menu > .menu-item > a::before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background: url(../img/icon_nav_split.svg) no-repeat;
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.l-header__nav-menu > .menu-item > a:hover {
  color: #aa965c;
}
.l-header__nav-menu > .menu-item:hover .sub-menu {
  display: block;
}

/* mobile menu */
@media (min-width: 992px) {
  .l-header__nav-xs {
    display: none;
  }
}
.l-header__button {
  position: fixed;
  top: 10px;
  right: 10px;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  background-color: #fff;
  border-radius: 5px;
  transition: all 0.3s;
  padding-bottom: 5px;
}
.l-header__button span,
.l-header__button span:before,
.l-header__button span:after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #1e0e07;
  position: absolute;
  transition: all 0.3s;
}
.l-header__button span:before {
  bottom: 8px;
}
.l-header__button span:after {
  top: 8px;
}
.l-header__button:after {
  content: "menu";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  color: #1e0e07;
  font-size: 12px;
  text-align: center;
}
#menu-button-check:checked ~ .l-header__button {
  background: #fff;
}
#menu-button-check:checked ~ .l-header__button span {
  background-color: rgba(255, 255, 255, 0); /*メニューオープン時は真ん中の線を透明にする*/
}
#menu-button-check:checked ~ .l-header__button span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#menu-button-check:checked ~ .l-header__button span::after {
  top: 0;
  transform: rotate(-45deg);
}
#menu-button-check:checked ~ .l-header__button:after {
  content: "close";
}
.l-header #menu-button-check {
  display: none;
}
#menu-button-check:checked ~ .l-header__nav-xs-content {
  left: 0; /*メニューを画面内へ*/
}
.l-header__nav-xs-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 80;
  transition: all 0.5s;
  background-color: #fff;
}
.l-header__nav-xs-content-inner {
  position: absolute;
  top: 0px;
  bottom: 0;
  right: 0;
  width: 100%;
  height: auto;
  overflow-y: auto;
  padding: 50px 0 0 0;
}
.l-header__nav-xs-content-inner .menu-item {
  border-bottom: solid 1px #1e0e07;
}
.l-header__nav-xs-content-inner .menu-item > a {
  display: block;
  position: relative;
  width: 100%;
  padding: 12px 25px;
  font-size: 16px;
  box-sizing: border-box;
  color: #1e0e07;
  text-decoration: none;
  position: relative;
}
.l-header__nav-xs-content-inner .menu-item > a small {
  display: none;
}
.l-header__nav-xs-content-inner .sub-menu {
  display: none;
  background: rgba(0, 0, 0, 0.04);
}
.l-header__nav-xs-content-inner .sub-menu > .menu-item > a {
  font-size: 0.9em;
  font-weight: normal;
  line-height: 1.5;
}
.l-header__nav-xs-content-inner .sub-menu li {
  border-bottom: 0;
}
.l-header__nav-xs-content-inner .sub-menu-more {
  width: 2.5em;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  text-align: center;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.l-header__nav-xs-content-inner .sub-menu-more .nav-status {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 1em;
  height: 1px;
  background: #000;
  position: relative;
}
.l-header__nav-xs-content-inner .sub-menu-more .nav-status::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
.l-header__nav-xs-content-inner .sub-menu-active > .sub-menu {
  display: block;
}
.l-header__nav-xs-content-inner .sub-menu-active > a > .sub-menu-more .nav-status::before {
  display: none;
}

.l-footer__top {
  padding-top: 54px;
}
.l-footer__logo {
  text-align: center;
}
.l-footer__patient {
  margin-top: 30px;
}
.l-footer__patient dl {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 170%; /* 40.8px */
}
.l-footer__address {
  margin-top: 30px;
  text-align: center;
}
.l-footer__tel-number {
  margin-top: 20px;
  text-align: center;
}
.l-footer__tel-number a {
  color: #000;
  text-decoration: none;
}
@media (min-width: 500px) {
  .l-footer__tel-number a {
    pointer-events: none;
  }
}
.l-footer__tel-number img {
  vertical-align: middle;
}
.l-footer__tel-number span {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  font-size: 37px;
  font-weight: 700;
  line-height: 100%; /* 37px */
}
.l-footer__patient-visit {
  margin-top: 10px;
  text-align: center;
}
.l-footer__patient-visit span {
  display: inline-block;
  padding: 5px 30px;
  border-radius: 20px;
  background: #efe8d6;
}
.l-footer__hours {
  margin-top: 38px;
}
.l-footer__hours .p-sc_hours {
  max-width: 675px;
  margin-inline: auto;
}
.l-footer__hours .p-sc_hours table {
  width: 100%;
}
.l-footer__hours .p-sc_hours__bottom {
  margin-top: 6px;
  font-size: 16px;
}
.l-footer__hours th,
.l-footer__hours td {
  padding: 8px;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 499px) {
  .l-footer__hours th,
  .l-footer__hours td {
    font-size: 14px;
    padding: 8px 4px;
  }
}
.l-footer__hours td {
  width: 11.5%;
}
@media (max-width: 499px) {
  .l-footer__hours td {
    width: 11%;
  }
}
.l-footer__map {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 500px) {
  .l-footer__map {
    flex-direction: row;
  }
  .l-footer__map > * {
    width: 50%;
  }
  .l-footer__map iframe {
    height: 100%;
  }
}
.l-footer__map-address {
  margin-top: 30px;
  text-align: center;
}
.l-footer__map-route {
  margin-top: 30px;
  text-align: center;
}
.l-footer__map-route p {
  display: inline-block;
  text-align: left;
}
.l-footer__nav {
  margin-top: 63px;
  padding-top: 50px;
  border-top: 1px solid #d2c8b2;
}
@media (max-width: 991px) {
  .l-footer__nav {
    display: none;
  }
}
.l-footer__nav-menu {
  display: flex;
  width: 100%;
}
.l-footer__nav-menu a {
  font-family: "Noto Serif", serif;
  font-size: 17px;
  text-decoration: none;
}
.l-footer__nav-menu > li {
  flex-grow: 1;
}
.l-footer__nav-menu > li > a {
  font-size: 18px;
}
.l-footer__nav-menu li {
  margin-top: 10px;
  line-height: 1.3;
}
.l-footer__bottom {
  margin-top: 48px;
  padding: 20px 0;
  text-align: center;
  line-height: 1;
  background: #d2c8b2;
}
.l-footer__bottom a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
}

/*--------------------------------------*
 * object
 *--------------------------------------*/
.p-archive-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
@media (min-width: 500px) {
  .p-archive-item {
    flex-direction: row;
    gap: 1em;
  }
}
.p-archive-item__title a {
  color: #000;
  text-decoration: none;
}
.p-archive-item__title a:hover {
  color: #aa965c;
}

.p-archive-items {
  margin-top: 60px;
  margin-bottom: 60px;
}
.p-archive-items__inner {
  max-width: 980px;
  margin-inline: auto;
}

.p-single-content__inner {
  max-width: 980px;
  margin-inline: auto;
}

.p-single-title {
  margin: 4em 0;
}
.p-single-title__heading {
  margin-bottom: 0.4em;
  font-size: 23px;
  line-height: 1.25;
  font-weight: 400;
  font-family: "Noto Serif", serif;
}
@media (min-width: 500px) {
  .p-single-title__heading {
    font-size: 28px;
  }
}
.p-single-title__time {
  color: rgba(0, 0, 0, 0.5);
  font-family: "Noto Serif", serif;
}

.p-single-nav {
  margin: 5em 0;
}
.p-single-nav a {
  display: block;
  position: relative;
  padding: 20px 30px;
  text-align: center;
  line-height: 1.1;
  text-decoration: none;
  margin-bottom: 5px;
  border: 1px solid #eee;
}
.p-single-nav__alignleft a:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -0.5em;
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(25%) rotate(-135deg);
}
.p-single-nav__alignright a:before {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -0.5em;
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
}

.p-content-header {
  background: no-repeat center;
  background-size: cover;
}
.p-content-header__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  background-image: linear-gradient(rgba(138, 124, 82, 0.8), rgba(170, 150, 92, 0.8) 10% 100%);
}
.p-content-header__heading {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-family: "Noto Serif", serif;
}

.p-page-home-mv {
  position: relative;
  text-align: center;
  background: url(../img/p-page-home-mv_bg.jpg) no-repeat center bottom;
  background-size: cover;
}
.p-page-home-mv__news {
  max-width: 20%;
  position: absolute;
  top: 30px;
  right: 130px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 499px) {
  .p-page-home-mv__news {
    right: 10px;
  }
}
.p-page-home-mv-bottom {
  background: url(../img/p-page-home-mv-bottom_bg.jpg) no-repeat center;
  background-size: cover;
}
.p-page-home-mv-bottom__inner {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .p-page-home-mv-bottom__inner {
    flex-direction: row;
    justify-content: center;
  }
}
.p-page-home-mv-bottom a {
  position: relative;
  display: flex;
  gap: 20px;
  width: 500px;
  height: 150px;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 22px;
  line-height: 170%;
  text-decoration: none;
}
@media (max-width: 991px) {
  .p-page-home-mv-bottom a {
    width: 100%;
    height: 120px;
  }
}
.p-page-home-mv-bottom a::before {
  display: block;
  content: "";
  width: 33px;
  height: 33px;
  background: url(../img/icon_arrow_big.svg) no-repeat;
  background-size: 100%;
}
.p-page-home-mv-bottom a:nth-child(1) {
  background: rgba(170, 150, 92, 0.67);
}
.p-page-home-mv-bottom a:nth-child(2) {
  background: rgba(197, 150, 0, 0.65);
}
.p-page-home-mv-bottom a:nth-child(3) {
  color: #594913;
  background: rgba(197, 150, 0, 0.3);
}
.p-page-home-mv-bottom__title {
  font-family: "Noto Serif", serif;
}
.p-page-home-mv-bottom__lead {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}

.p-page-home-em {
  margin-top: 20px;
}
.p-page-home-em__inner {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  border: 2px solid #a72037;
  background: #fff;
  overflow: hidden;
}
@media (min-width: 500px) {
  .p-page-home-em__inner {
    flex-direction: row;
  }
}
.p-page-home-em__title {
  padding: 0.4em 2.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  background: #a72037;
}
.p-page-home-em__item {
  padding: 10px 20px;
}
.p-page-home-em__item a {
  display: block;
  position: relative;
  padding-left: 1em;
  font-size: 17px;
  text-decoration: none;
}
.p-page-home-em__item a::before {
  content: "";
  display: block;
  width: 6px;
  height: 11px;
  background: url(../img/icon_arrow_red.svg) no-repeat center;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0.5em;
}

.p-page-home-featured {
  margin-top: 40px;
}
.p-page-home-featured__items {
  display: flex;
  gap: 45px;
}
@media (max-width: 991px) {
  .p-page-home-featured__items {
    flex-direction: column;
    gap: 20px;
  }
}
.p-page-home-featured__item {
  display: block;
  flex: 1;
  color: #404040;
  text-decoration: none;
}
.p-page-home-featured__item:hover .p-page-home-featured__item-more {
  transform: translateX(5px);
}
.p-page-home-featured figure {
  position: relative;
}
@media (min-width: 992px) {
  .p-page-home-featured figure {
    aspect-ratio: 297/208;
  }
}
.p-page-home-featured__item-box {
  margin-top: -40px;
  padding: 50px 24px 20px 24px;
  background: #f4f1e9;
  border-radius: 20px;
}
@media (min-width: 992px) {
  .p-page-home-featured__item-box {
    margin-top: -5vw;
  }
}
@media (min-width: 1330px) {
  .p-page-home-featured__item-box {
    margin-top: -70px;
  }
}
.p-page-home-featured h2 {
  color: #4e3e08;
  font-size: 22px;
  font-family: "Noto Serif", serif;
}
.p-page-home-featured p {
  margin-top: 10px;
  font-size: 16px;
}
.p-page-home-featured__item-more {
  text-align: right;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.p-page-home-heat {
  margin-top: 50px;
  text-align: center;
}
.p-page-home-heat a {
  width: 100%;
  max-width: 487px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  border-radius: 50px;
  background: #f7dfdf;
  color: #9f6363;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  font-family: "Noto Serif", serif;
}
@media (min-width: 500px) {
  .p-page-home-heat a {
    font-size: 20px;
  }
}
.p-page-home-heat span {
  display: flex;
  align-items: center;
  gap: 15px;
}

.p-page-home-medical {
  margin-top: 50px;
  padding: 45px 0 65px;
  background: #f4f1e9 url(../img/p-page-home-medical_bg.svg) no-repeat 10px -40px;
  background-size: 40% auto;
}
@media (max-width: 499px) {
  .p-page-home-medical {
    background-size: 80% auto;
  }
}
.p-page-home-medical h2 {
  color: #4e3e08;
  text-align: center;
  font-family: "Noto Serif", serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.p-page-home-medical h2 small {
  display: block;
  margin-top: 3px;
  color: #aa965c;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
}
.p-page-home-medical__items {
  margin-top: 30px;
}
@media (min-width: 500px) {
  .p-page-home-medical__items {
    margin-top: 52px;
  }
}
.p-page-home-medical__items ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 10px;
}
@media (min-width: 992px) {
  .p-page-home-medical__items ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 20px;
  }
}
.p-page-home-medical__items a {
  position: relative;
  height: 60px;
  border-radius: 50px;
  background: #efe8d6;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #aa965c;
  font-family: "Noto Serif", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
}
@media (min-width: 500px) {
  .p-page-home-medical__items a {
    height: 94px;
    font-size: 20px;
  }
}
.p-page-home-medical__items a::after {
  content: "";
  display: block;
  width: 24px;
  height: 10px;
  background: url(../img/icon_arrow.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 499px) {
  .p-page-home-medical__items a::after {
    display: none;
  }
}
.p-page-home-medical__items a:hover::after {
  right: 15px;
}
.p-page-home-medical__beauty {
  margin-top: 98px;
}
.p-page-home-medical__beauty .p-page-home-medical__items a {
  color: #aa965c;
  background: #fff;
}
.p-page-home-medical__more {
  margin-top: 86px;
  text-align: center;
}
.p-page-home-medical__more a {
  padding: 0 40px;
  height: 70px;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  background: #aa965c;
  border-radius: 50px;
  color: #fff;
  font-family: "Noto Serif", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
}
@media (max-width: 499px) {
  .p-page-home-medical__more a {
    padding: 0 20px;
    font-size: 16px;
  }
}
.p-page-home-medical__more a::after {
  display: inline-block;
  content: "";
  display: block;
  width: 24px;
  height: 10px;
  background: url(../img/icon_arrow_white.svg) no-repeat;
  background-size: 100%;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.p-page-home-medical__more a:hover::after {
  transform: translateX(5px);
}

.p-page-home-greeting {
  padding: 58px 0 102px;
  background: url(../img/p-page-home-greeting.jpg) no-repeat center;
  background-size: cover;
}
.p-page-home-greeting__inner {
  max-width: 980px;
}
.p-page-home-greeting h2 {
  color: #4e3e08;
  font-family: "Noto Serif", serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
}
.p-page-home-greeting h2 small {
  display: block;
  color: #aa965c;
  font-family: "Noto Serif", serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
}
.p-page-home-greeting p {
  max-width: 800px;
  margin-top: 50px;
  color: #000;
  font-size: 17px;
  font-weight: 400;
  line-height: 180%; /* 30.6px */
}
.p-page-home-greeting__sign {
  margin-top: 34px;
  font-family: "Noto Serif", serif;
  font-size: 19px;
  font-weight: 400;
}

.p-page-home-news {
  padding: 30px 0;
}
.p-page-home-news__inner {
  display: flex;
  flex-direction: column;
}
@media (min-width: 500px) {
  .p-page-home-news__inner {
    flex-direction: row;
  }
  .p-page-home-news__inner > * {
    flex-grow: 1;
  }
}
@media (min-width: 500px) {
  .p-page-home-news__inner > * {
    padding: 40px 40px;
  }
}
.p-page-home-news h2 {
  color: #4e3e08;
  font-family: "Noto Serif", serif;
  font-size: 28px;
  font-weight: 500;
}
.p-page-home-news h2 small {
  display: block;
  color: #aa965c;
  font-family: "Noto Serif", serif;
  font-size: 17px;
  font-weight: 300;
}
.p-page-home-news__items {
  margin-top: 34px;
}
.p-page-home-news__info {
  max-width: 1060px;
  margin-inline: auto;
}
.p-page-home-instagram {
  padding: 36px 0;
  background: #F4F1E9;
}
.p-page-home-instagram h2 {
  color: #4e3e08;
  font-family: "Noto Serif", serif;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}
.p-page-home-instagram__inner {
  margin-top: 42px;
}
.p-page-home-instagram__more {
  margin-top: 86px;
  text-align: center;
}
.p-page-home-instagram__more a {
  padding: 0 40px;
  height: 70px;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  background: #aa965c;
  border-radius: 50px;
  color: #fff;
  font-family: "Noto Serif", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
}
.p-page-home-instagram__more a::after {
  display: inline-block;
  content: "";
  display: block;
  width: 24px;
  height: 10px;
  background: url(../img/icon_arrow_white.svg) no-repeat;
  background-size: 100%;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.p-page-home-instagram__more a:hover::after {
  transform: translateX(5px);
}

.p-page-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .p-page-top {
    display: none;
  }
}
.p-page-top.fadein {
  opacity: 1;
}
.p-page-top a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #000;
}
.p-page-top a:before {
  content: "";
  margin-top: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 14px solid #fff;
  border-top: 0;
}

.wp-block-table.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
  flex-grow: 0;
}

.p-page-content .u-empty-element + *[class*=wp-block-],
.p-page-content .u-empty-element + .sc-child-pages,
.p-page-content .u-empty-element + p,
.p-single-content .u-empty-element + *[class*=wp-block-],
.p-single-content .u-empty-element + .sc-child-pages,
.p-single-content .u-empty-element + p {
  margin-top: 80px;
}
.p-page-content .is-style-displaynone,
.p-single-content .is-style-displaynone {
  display: none;
}
.p-page-content h2,
.p-single-content h2 {
  margin-bottom: 1.2em;
  color: #9f8d58;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  font-family: "Noto Serif", serif;
}
@media (min-width: 500px) {
  .p-page-content h2,
  .p-single-content h2 {
    font-size: 36px;
  }
}
.p-page-content p + h2,
.p-page-content *[class*=wp-block-] + h2,
.p-single-content p + h2,
.p-single-content *[class*=wp-block-] + h2 {
  margin-top: 2.5em;
}
.p-page-content h3,
.p-single-content h3 {
  position: relative;
  margin-bottom: 1em;
  padding: 0 0 0.6em;
  color: #4e3e08;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 400;
  font-family: "Noto Serif", serif;
  border-bottom: 1px solid #4e3e08;
}
@media (min-width: 500px) {
  .p-page-content h3,
  .p-single-content h3 {
    font-size: 26px;
  }
}
.p-page-content p + h3,
.p-page-content *[class*=wp-block-] + h3,
.p-single-content p + h3,
.p-single-content *[class*=wp-block-] + h3 {
  margin-top: 2.2em;
}
.p-page-content h4,
.p-single-content h4 {
  margin-bottom: 0.8em;
  padding: 0.4em 0.8em;
  font-size: 17px;
  line-height: 1.25;
  font-family: "Noto Serif", serif;
  color: #aa965c;
  background: #f4f1e9;
}
@media (min-width: 500px) {
  .p-page-content h4,
  .p-single-content h4 {
    font-size: 22px;
  }
}
.p-page-content p + h4,
.p-page-content *[class*=wp-block-] + h4,
.p-single-content p + h4,
.p-single-content *[class*=wp-block-] + h4 {
  margin-top: 1.8em;
}
.p-page-content p,
.p-single-content p {
  margin-bottom: 1.8em;
  line-height: 1.7;
}
.p-page-content .wp-block-image,
.p-single-content .wp-block-image {
  margin-bottom: 1.8em;
}
.p-page-content ul.wp-block-list,
.p-single-content ul.wp-block-list {
  list-style: none;
  margin-bottom: 1.8em;
}
.p-page-content ul.wp-block-list li,
.p-single-content ul.wp-block-list li {
  margin-top: 0.8em;
  padding-left: 1.2em;
  position: relative;
}
.p-page-content ul.wp-block-list li::before,
.p-single-content ul.wp-block-list li::before {
  content: "";
  display: block;
  background: #aa965c;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 0.2em;
  top: 0.6em;
}
.p-page-content ul.wp-block-list.is-style-inline,
.p-single-content ul.wp-block-list.is-style-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 1em 2em;
}
.p-page-content ul.wp-block-list.is-style-inline li,
.p-single-content ul.wp-block-list.is-style-inline li {
  margin: 0;
}
.p-page-content ul.wp-block-list.is-style-inline li::before,
.p-single-content ul.wp-block-list.is-style-inline li::before {
  width: 10px;
  height: 10px;
  border: 3px solid #aa965c;
  background: #fff;
}
.p-page-content ol.wp-block-list,
.p-single-content ol.wp-block-list {
  list-style: none;
  margin-bottom: 1.8em;
  counter-reset: number;
}
.p-page-content ol.wp-block-list li,
.p-single-content ol.wp-block-list li {
  margin-top: 0.8em;
  padding-left: 1.7em;
  position: relative;
}
.p-page-content ol.wp-block-list li::before,
.p-single-content ol.wp-block-list li::before {
  counter-increment: number;
  content: counter(number) ".";
  position: absolute;
  left: 0em;
  top: 0em;
  font-family: "Noto Serif", serif;
  color: #aa965c;
  font-weight: 700;
}
.p-page-content .wp-block-table,
.p-single-content .wp-block-table {
  margin-bottom: 1.8em;
  border-top: 1px solid #dadada;
}
.p-page-content .wp-block-table th,
.p-page-content .wp-block-table td,
.p-single-content .wp-block-table th,
.p-single-content .wp-block-table td {
  padding: 1.2em 0.8em;
  border: 0;
  border-bottom: 1px solid #dadada;
}
.p-page-content .wp-block-table thead,
.p-single-content .wp-block-table thead {
  border: 0;
  background: #aa965c;
}
.p-page-content .wp-block-table thead th,
.p-page-content .wp-block-table thead td,
.p-single-content .wp-block-table thead th,
.p-single-content .wp-block-table thead td {
  color: #fff;
}
.p-page-content .wp-block-table.is-style-price td,
.p-single-content .wp-block-table.is-style-price td {
  padding-left: 0.2em;
  padding-right: 0.2em;
}
.p-page-content .wp-block-button__link,
.p-single-content .wp-block-button__link {
  padding: 0 20px;
  height: 55px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  background: #aa965c;
  border-radius: 50px;
  color: #fff;
  font-family: "Noto Serif", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
}
@media (min-width: 500px) {
  .p-page-content .wp-block-button__link,
  .p-single-content .wp-block-button__link {
    padding: 0 40px;
  }
}
@media (min-width: 500px) {
  .p-page-content .wp-block-button__link,
  .p-single-content .wp-block-button__link {
    font-size: 18px;
  }
}
.p-page-content .wp-block-button__link::after,
.p-single-content .wp-block-button__link::after {
  display: inline-block;
  content: "";
  display: block;
  width: 24px;
  height: 10px;
  background: url(../img/icon_arrow_white.svg) no-repeat;
  background-size: 100%;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.p-page-content .wp-block-button__link:hover::after,
.p-single-content .wp-block-button__link:hover::after {
  transform: translateX(5px);
}
.p-page-content .wp-block-file,
.p-single-content .wp-block-file {
  margin: 20px 0;
  line-height: 1;
}
.p-page-content .wp-block-file a:not(.wp-element-button),
.p-single-content .wp-block-file a:not(.wp-element-button) {
  display: inline-block;
  position: relative;
  padding: 16px 15px 16px 50px;
  color: #000;
  text-decoration: none;
  border: 1px solid #b79c80;
  border-radius: 4px;
}
@media (max-width: 499px) {
  .p-page-content .wp-block-file a:not(.wp-element-button),
  .p-single-content .wp-block-file a:not(.wp-element-button) {
    padding-left: 30px;
  }
}
.p-page-content .wp-block-file a:not(.wp-element-button):hover,
.p-single-content .wp-block-file a:not(.wp-element-button):hover {
  color: #1e0e07;
}
.p-page-content .wp-block-file a:not(.wp-element-button)::before,
.p-single-content .wp-block-file a:not(.wp-element-button)::before {
  content: "";
  display: block;
  height: 1em;
  width: 1em;
  background-size: 100% 100%;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 500px) {
  .p-page-content .wp-block-file a:not(.wp-element-button)::before,
  .p-single-content .wp-block-file a:not(.wp-element-button)::before {
    width: 28px;
    height: 35px;
  }
}
.p-page-content .wp-block-file a[href*=".pdf"]:not(.wp-element-button)::before,
.p-single-content .wp-block-file a[href*=".pdf"]:not(.wp-element-button)::before {
  background-image: url(../img/icon_pdf.svg);
}
.p-page-content .wp-block-file a[href*=".doc"]:not(.wp-element-button)::before,
.p-single-content .wp-block-file a[href*=".doc"]:not(.wp-element-button)::before {
  background-image: url(../img/icon_doc.svg);
}
.p-page-content .wp-block-file a[href*=".docx"]:not(.wp-element-button)::before,
.p-single-content .wp-block-file a[href*=".docx"]:not(.wp-element-button)::before {
  background-image: url(../img/icon_doc.svg);
}
.p-page-content .wp-block-file a[href*=".xls"]:not(.wp-element-button)::before,
.p-single-content .wp-block-file a[href*=".xls"]:not(.wp-element-button)::before {
  background-image: url(../img/icon_xls.svg);
}
.p-page-content .wp-block-file a[href*=".xls"]:not(.wp-element-button)::before,
.p-single-content .wp-block-file a[href*=".xls"]:not(.wp-element-button)::before {
  background-image: url(../img/icon_xls.svg);
}
.p-page-content .wp-block-file a[href*=".xlsz"]:not(.wp-element-button)::before,
.p-single-content .wp-block-file a[href*=".xlsz"]:not(.wp-element-button)::before {
  background-image: url(../img/icon_xls.svg);
}
.p-page-content .wp-block-file:not(.wp-element-button),
.p-single-content .wp-block-file:not(.wp-element-button) {
  font-size: 1em;
}
.p-page-content .wp-block-file__button.wp-element-button,
.p-single-content .wp-block-file__button.wp-element-button {
  padding: 10px 25px;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  background: #1e0e07;
}
.p-page-content .wp-block-file__button.wp-element-button::before,
.p-single-content .wp-block-file__button.wp-element-button::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  background: url(../img/icon_download.svg) no-repeat center;
  background-size: 100%;
}
.p-page-content .wp-block-file__button.wp-element-button:hover, .p-page-content .wp-block-file__button.wp-element-button:focus, .p-page-content .wp-block-file__button.wp-element-button:active,
.p-single-content .wp-block-file__button.wp-element-button:hover,
.p-single-content .wp-block-file__button.wp-element-button:focus,
.p-single-content .wp-block-file__button.wp-element-button:active {
  color: #fff;
}
@media (max-width: 499px) {
  .p-page-content .wp-block-file__button.wp-element-button,
  .p-single-content .wp-block-file__button.wp-element-button {
    display: none;
  }
}
.p-page-content .sc-child-pages ul,
.p-single-content .sc-child-pages ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px 10px;
}
@media (min-width: 500px) {
  .p-page-content .sc-child-pages ul,
  .p-single-content .sc-child-pages ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 40px;
  }
}
@media (min-width: 1330px) {
  .p-page-content .sc-child-pages ul,
  .p-single-content .sc-child-pages ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 40px;
  }
}
.p-page-content .sc-child-pages a,
.p-single-content .sc-child-pages a {
  padding: 0 20px;
  width: 100%;
  height: 55px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  background: #aa965c;
  border-radius: 50px;
  color: #fff;
  font-family: "Noto Serif", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 500px) {
  .p-page-content .sc-child-pages a,
  .p-single-content .sc-child-pages a {
    padding: 0 40px;
  }
}
@media (min-width: 500px) {
  .p-page-content .sc-child-pages a,
  .p-single-content .sc-child-pages a {
    font-size: 18px;
  }
}
.p-page-content .sc-child-pages a::after,
.p-single-content .sc-child-pages a::after {
  display: inline-block;
  content: "";
  display: block;
  width: 24px;
  height: 10px;
  background: url(../img/icon_arrow_white.svg) no-repeat;
  background-size: 100%;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.p-page-content .sc-child-pages a:hover::after,
.p-single-content .sc-child-pages a:hover::after {
  transform: translateX(5px);
}
.p-page-content .sc-toc,
.p-single-content .sc-toc {
  margin-top: 40px;
  margin-bottom: 80px;
}
.p-page-content .sc-toc ul,
.p-single-content .sc-toc ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 500px) {
  .p-page-content .sc-toc ul,
  .p-single-content .sc-toc ul {
    flex-direction: row;
    gap: 30px;
    justify-content: center;
  }
}
.p-page-content .sc-toc a,
.p-single-content .sc-toc a {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 0.1em 30px 0.2em 0;
  color: #9f8d58;
  text-decoration: none;
  border-bottom: 1px solid #efe8d6;
  font-family: "Noto Serif", serif;
}
.p-page-content .sc-toc a::after,
.p-single-content .sc-toc a::after {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  border-bottom: 1px solid #c59600;
  background: url(../img/icon_arrow_down.svg) no-repeat center;
  position: absolute;
  bottom: 0;
  right: 0;
}
.p-page-content .sc-toc a::before,
.p-single-content .sc-toc a::before {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background: #c59600;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.p-page-content .sc-toc a:hover::before,
.p-single-content .sc-toc a:hover::before {
  width: 100%;
}
.p-page-content__inner,
.p-single-content__inner {
  max-width: 980px;
  margin-inline: auto;
}
.p-page-content .wp-block-image.is-style-addsupport figcaption,
.p-single-content .wp-block-image.is-style-addsupport figcaption {
  font-size: 14px;
}

.wpcf7-form {
  display: block;
  margin-bottom: 45px;
  padding: 30px 20px 40px;
  background: #fff;
}
@media (max-width: 499px) {
  .wpcf7-form {
    padding: 30px 0px 40px;
  }
}
.wpcf7-form dl {
  display: flex;
  padding: 20px 0 15px;
  border-top: #ccc 1px solid;
}
@media (max-width: 991px) {
  .wpcf7-form dl {
    display: block;
  }
}
.wpcf7-form dt {
  box-sizing: border-box;
  width: 40%;
  padding: 11px 16px 11px 4px;
}
@media (max-width: 991px) {
  .wpcf7-form dt {
    width: 100%;
  }
}
.wpcf7-form dt p {
  font-weight: 600;
  color: #333;
}
.wpcf7-form dd {
  box-sizing: border-box;
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
}
.wpcf7-form .wpcf7-text {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 52px;
  padding: 8px 12px;
  border: none;
  background: #f0f0f0;
  font-size: 16px;
  line-height: 32px;
  text-indent: 5px;
  transition: all 0.2s ease;
  border-radius: 10px;
}
.wpcf7-form .wpcf7-number {
  box-sizing: border-box;
  display: inline-block;
  max-width: 8em;
  height: 52px;
  margin-right: 0.5em;
  padding: 8px 12px;
  border: none;
  background: #f0f0f0;
  font-size: 16px;
  line-height: 32px;
  text-indent: 5px;
  transition: all 0.2s ease;
  border-radius: 10px;
}
.wpcf7-form .wpcf7-date {
  display: block;
  height: 52px;
  padding: 8px 12px;
  border: none;
  background: #f0f0f0;
  font-size: 16px;
  line-height: 32px;
  text-indent: 5px;
  transition: all 0.2s ease;
  border-radius: 10px;
}
.wpcf7-form span[data-name=your-post] {
  position: relative;
  display: inline-block;
  padding-left: 1.5em;
  max-width: 70%;
}
.wpcf7-form span[data-name=your-post]:before {
  content: "〒";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.wpcf7-form select {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 52px;
  padding: 8px 12px;
  border: none;
  background: #f0f0f0;
  font-size: 16px;
  line-height: 32px;
  text-indent: 5px;
  transition: all 0.2s ease;
  border-radius: 10px;
}
.wpcf7-form span.wpcf7-list-item input {
  height: 20px;
  width: 20px;
  margin: 5px 5px 5px 0;
  accent-color: #242424;
}
.wpcf7-form .wpcf7-textarea {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 8px 12px;
  border: none;
  background: #f0f0f0;
  font-size: 16px;
  line-height: 32px;
  text-indent: 5px;
  transition: all 0.2s ease;
  border-radius: 10px;
}
.wpcf7-form__required {
  padding: 3px 10px;
  margin-left: 15px;
  background-color: #aa965c;
  color: #fff;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
}
.wpcf7-form__submit-wrap {
  margin-top: 60px;
  text-align: center;
}
.wpcf7-form__submit-wrap .wpcf7-form-control-wrap {
  display: inline-block;
}
.wpcf7-form__submit {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .wpcf7-form__submit {
    margin-top: 20px;
  }
}
.wpcf7-form__submit input {
  padding: 15px 0;
  width: 30%;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  background: #1e0e07;
  border: 0;
  cursor: pointer;
}
@media (max-width: 991px) {
  .wpcf7-form__submit input {
    width: 100%;
  }
}
.wpcf7-form__submit input:disabled {
  background: #ccc;
}
.wpcf7-form .wpcf7-spinner {
  display: block;
}
.wpcf7-form p {
  margin-bottom: 0;
}

.p-wp-pagenavi .wp-pagenavi {
  margin-top: 80px;
  clear: both;
  text-align: center;
}
@media (max-width: 499px) {
  .p-wp-pagenavi .wp-pagenavi .pages, .p-wp-pagenavi .wp-pagenavi .last, .p-wp-pagenavi .wp-pagenavi .extend {
    display: none;
  }
}
@media (max-width: 340px) {
  .p-wp-pagenavi .wp-pagenavi > * {
    display: none;
  }
  .p-wp-pagenavi .wp-pagenavi > .pages,
  .p-wp-pagenavi .wp-pagenavi > .previouspostslink,
  .p-wp-pagenavi .wp-pagenavi > .nextpostslink {
    display: inline;
  }
}
.p-wp-pagenavi .wp-pagenavi a, .p-wp-pagenavi .wp-pagenavi > span {
  color: #999;
  background-color: #FFF;
  border: solid 1px #e0e0d2;
  padding: 8px 15px;
  margin: 0 2px;
  white-space: nowrap;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}
.p-wp-pagenavi .wp-pagenavi a:hover {
  color: #FFF;
  background-color: #999;
  border-color: #999;
}
.p-wp-pagenavi .wp-pagenavi span.current {
  color: #FFF;
  background-color: #1e0e07;
  border-color: #1e0e07;
  font-weight: bold;
}

.p-sc_hours table {
  border-top: 1px solid #D2C8B2;
}
.p-sc_hours th, .p-sc_hours td {
  font-weight: 400;
  border-bottom: 1px solid #D2C8B2;
}
.p-sc_hours th {
  color: #AA965C;
}
.p-sc_hours thead th, .p-sc_hours thead td {
  background: #F4F1E9;
}
.p-sc-tel {
  text-align: center;
}
.p-sc-tel a {
  display: inline-block;
  line-height: 1;
  padding: 0.6em 1em;
  box-shadow: 0 0 12px rgba(30, 14, 7, 0.2);
  border-radius: 50px;
}
@media (min-width: 500px) {
  .p-sc-tel a {
    padding: 1.2em 3em;
  }
}
.p-sc-tel a img {
  vertical-align: middle;
}
.p-sc-tel a span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5em;
  color: #aa965c;
  font-size: 30px;
  font-weight: 700;
  line-height: 100%; /* 37px */
}
@media (min-width: 500px) {
  .p-sc-tel a span {
    font-size: 37px;
  }
}

.p-cta {
  position: fixed;
  background: #f4f1e9;
  box-shadow: 0 0 12px rgba(30, 14, 7, 0.2);
  z-index: 2;
}
@media (max-width: 499px) {
  .p-cta {
    width: 100%;
    bottom: 0;
    left: 0;
  }
  .p-cta li.p-cta__contact,
  .p-cta li.p-cta__telpc {
    display: none;
  }
}
@media (min-width: 500px) {
  .p-cta {
    padding: 10px 0;
    right: 15px;
    bottom: 10px;
    border-radius: 50px;
  }
  .p-cta li.p-cta__tel {
    display: none;
  }
}
@media (min-width: 1330px) {
  .p-cta {
    bottom: 100px;
  }
}
.p-cta ul {
  display: flex;
  list-style: none;
  flex-direction: row;
}
@media (min-width: 500px) {
  .p-cta ul {
    flex-direction: column;
  }
}
.p-cta li {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.p-cta li.p-cta__telpc a {
  pointer-events: none;
  gap: 8px;
}
.p-cta li.p-cta__telpc span {
  line-height: 1.1;
}
.p-cta a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  color: #aa965c;
  text-align: center;
  font-family: "Noto Serif", serif;
  font-weight: 500;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.p-cta a:hover {
  color: #1e0e07;
}
@media (max-width: 499px) {
  .p-cta a {
    padding: 5px 0;
    height: 80px;
    border-left: 1px solid #fff;
    line-height: 1.2;
    gap: 0px;
    font-size: 16px;
  }
}
@media (min-width: 500px) {
  .p-cta a {
    width: 100px;
    height: 100px;
    line-height: 1.2;
    border-top: 1px solid #fff;
    gap: 12px;
    font-size: 18px;
  }
}
@media (min-width: 1330px) {
  .p-cta a {
    width: 110px;
    line-height: 1.3;
  }
}
@media (max-width: 499px) {
  .p-cta a > * {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
  }
}
.p-cta li:first-child a {
  border: 0;
}

/* https://getbootstrap.jp/docs/5.3/utilities/display/ */
.u-d-none {
  display: none;
}

@media (min-width: 500px) {
  .u-d-sm-block {
    display: block;
  }
}

@media (min-width: 992px) {
  .u-d-md-block {
    display: block;
  }
}

@media (min-width: 1330px) {
  .u-d-lg-block {
    display: block;
  }
}

@media (min-width: 500px) {
  .u-d-sm-inline {
    display: inline;
  }
}

@media (min-width: 992px) {
  .u-d-md-inline {
    display: inline;
  }
}

@media (min-width: 1330px) {
  .u-d-lg-inline {
    display: inline;
  }
}

@media (min-width: 500px) {
  .u-d-sm-inline-block {
    display: inline-block;
  }
}

@media (min-width: 992px) {
  .u-d-md-inline-block {
    display: inline-block;
  }
}

@media (min-width: 1330px) {
  .u-d-lg-inline-block {
    display: inline-block;
  }
}

@media (min-width: 500px) {
  .u-d-sm-none {
    display: none;
  }
}

@media (min-width: 992px) {
  .u-d-md-none {
    display: none;
  }
}

@media (min-width: 1330px) {
  .u-d-lg-none {
    display: none;
  }
}

.u-mt-0 {
  margin-top: 0;
}

/*-------------------
* component
-------------------*/
.c-container > * {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-group.alignfull .wp-block-group__inner-container > * {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-group.alignwide .wp-block-group__inner-container > * {
  margin-left: auto;
  margin-right: auto;
}

.c-container > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide),
.wp-block-group.alignwide .wp-block-group__inner-container > * {
  width: calc(100% - 30px);
}
@media (min-width: 1200px) {
  .c-container > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide),
  .wp-block-group.alignwide .wp-block-group__inner-container > * {
    width: 1140px;
  }
}/*# sourceMappingURL=watanabe-iin-onoue.css.map */