@charset "UTF-8";

/******************** RESET ********************/
*,
::before,
::after {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

body {
    margin: 0;
}

main {
    display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    margin: 0;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border-top-width: 1px;
    margin: 0;
    clear: both;
    color: inherit;
}

pre {
    font-family: monospace, monospace;
    font-size: inherit;
}

address {
    font-style: inherit;
}

a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
}

a:hover {
    color: #764401;
}

abbr[title] {
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: inherit;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
    vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
    -webkit-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
    text-align: inherit;
    text-transform: inherit;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
    cursor: default;
}

:-moz-focusring {
    outline: auto;
}

select:disabled {
    opacity: inherit;
}

option {
    padding: 0;
}

fieldset {
    margin: 0;
    padding: 0;
    min-width: 0;
}

legend {
    padding: 0;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

[type="number"] {
    -moz-appearance: textfield;
}

label[for] {
    cursor: pointer;
}

details {
    display: block;
}

summary {
    display: list-item;
}

[contenteditable]:focus {
    outline: auto;
}

table {
    border-color: inherit;
    border-collapse: collapse;
}

caption {
    text-align: left;
}

td,
th {
    vertical-align: top;
    padding: 0;
}

th {
    text-align: left;
    font-weight: normal;
}

/******************** ALL ********************/
html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

@font-face {
	font-family: 'GenJyuuGothic';
	font-style: normal;
	font-weight: 200;
	src: url('../font/GenJyuuGothic-Medium.woff2') format('woff2'), url('../font/GenJyuuGothic-Medium.woff') format('woff'), url('../font/GenJyuuGothic-Medium.ttf') format('truetype');
}

body {
    font-size: 1.6rem;
    font-weight: normal;
    color: #764400;
    line-height: 1.8;
    letter-spacing: 0.1em;
    vertical-align: baseline;
    font-family: 'GenJyuuGothic', serif;
}

.container {
    padding: 0 60px;
}

@media (max-width: 1399px) {
  .container {
    padding: 0 15px;
  }
}

/******************** HEADER ********************/
/*** --------------- Header-Manu --------------- ***/
.head_area {
  will-change: transform;
}
.head_area.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.fixed .menu_box {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  top: 0;
  position: fixed;
}
.menu_box {
  width: 100%;
  align-items: center;
  padding: 25px 0;
  z-index: 100;
}
.menu_box .head_logo {
  width: 280px;
}
.menu_box .head_logo img {
  width: 100%;
}
.menu_box .head_logo a {
  display: inline-block;
  transition: 0.3s;
}
.menu_box .head_logo a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 991px) {
  .menu_box {
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .menu_box {
    align-items: center;
    gap: 15px;
    padding: 20px 0;
  }
}

@media screen and (max-width: 575px) {
.menu_box .head_logo {
  width: 200px;
}
}

/* ----- Head Menu ----- */
.header_menu {
  justify-content: flex-end;
}
.header_menu ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.header_menu ul li {
  position: relative;
}
.header_menu ul li::before,
.header_menu ul li::after{
  content: "";
  display: block;
  width: 3px;
  height: 77%;
  background: #FFBD64;
  border-radius: 3px;
  position: absolute;
  top: 5px;
}
.header_menu ul li::before {
  left: -1px;
}
.header_menu ul li::after {
  right: -1px;
}
.header_menu ul li:not(:last-of-type)::after {
  content: none;
}
.header_menu ul li a {
  display: inline-block;
  justify-content: center;
  padding: 0 30px 0;
  font-size: 1.8rem;
  text-align: center;
  transition: 0.3s;
}
.header_menu ul li a::before {
  content: '';
  width: 18px;
  height: 12px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -10px;
  left: calc(50% - 10px);
  background-image: url(../img/header_icon.png);
  transform-origin: center bottom;
  transition: 0.3s;
  opacity: 0;
}
.header_menu ul li a:hover::before {
  opacity: 1;
}

.archive .header_menu .news_nav a::before,
.single .header_menu .news_nav a::before {
  content: '';
  width: 18px;
  height: 12px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -10px;
  left: calc(50% - 10px);
  background-image: url(../img/header_icon.png);
  transform-origin: center bottom;
  transition: 0.3s;
  opacity: 1;
}

@media (max-width: 1399px) {
  .header_menu ul li a {
    padding: 0 25px 0;
  }
}
@media (max-width: 1199px) {
  .header_menu ul li a {
    padding: 0 15px 0;
  }
}
@media screen and (max-width: 991px) {
.header_menu {
    margin-top: 20px;
}
  .header_menu ul {
    width: 100%;
    gap: 20px 0;
  }
  .header_menu ul li {
    width: 19%;
  }
  .header_menu ul li:nth-of-type(4n) {
    width: 24%;
  }
  .header_menu ul li a {
    width: 100%;
    font-size: 1.6rem
  }
}
@media screen and (max-width: 767px) {
  .header_menu ul li {
    width: calc(100% / 3);
  }
  .header_menu ul li:nth-of-type(4n) {
    width: 40%;
  }
  .header_menu ul li::before,
  .header_menu ul li::after {
    height: 80%;
    top: 10%;
  }
  .header_menu ul li:nth-of-type(3n)::after {
    content: '';
  }
}
@media screen and (max-width: 575px) {
  .header_menu ul {
    gap: 0;
  }
  .header_menu ul li {
    width: 100%;
  }
  .header_menu ul li::before {
    width: 100%;
    height: 2px;
    top: 0;
    right: 0;
  }
  .header_menu ul li:nth-of-type(4n) {
    width: 100%;
  }
  .header_menu ul li:nth-of-type(3n)::after {
    content: none;
  }
  .header_menu ul li:last-of-type::after {
    width: 100%;
    height: 2px;
    top: auto;
    bottom: 0;
  }
  .header_menu ul li a {
    padding: 10px;
    text-align: left;
  }
  .header_menu ul li a::before {
    top: 12px;
    left: calc(100% - 30px);
    transform: rotate(-90deg);
    opacity: 1;
    }
  .header_menu ul li a:hover::before {
    left: calc(100% - 20px);
  }
    .archive .header_menu .news_nav a::before,
    .single .header_menu .news_nav a::before {
    top: 12px;
    left: calc(100% - 20px);
    }
}

/* ----- Menu Button ----- */
.navbar-toggler {
  position: relative;
  min-width: 50px;
  min-height: 50px;
  border: none;
  border-radius: 10px;
  background-color: #9A8675;
  transition: 0.3s;
}
.navbar-toggler:hover {
  background: #B5A08D;
}
.navbar-toggler:focus {
  outline: auto;
  outline: auto -webkit-focus-ring-color;
  box-shadow: none;
}
.navbar-toggler span {
  position: absolute;
  display: inline-block;
  left: 25%;
  width: 50%;
  height: 3px;
  background-color: #FFF;
  border-radius: 8px;
  transition: 0.3s;
}
.navbar-toggler span:nth-of-type(1) {
  top: 13px;
}
.navbar-toggler span:nth-of-type(2) {
  top: 23.5px;
}
.navbar-toggler span:nth-of-type(3) {
  bottom: 13px;
}
.navbar-toggler[aria-expanded="true"] span:nth-of-type(1) {
  transform: translateY(11px) rotate(45deg)
}
.navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
  opacity: 0;
}
.navbar-toggler[aria-expanded="true"] span:nth-of-type(3) {
  transform: translateY(-10px) rotate(-45deg)
}

/******************** FOOTER ********************/
/*** --------------- Footer Wrap --------------- ***/
.footer_wrap {
  position: relative;
  overflow: hidden;
  background: #FCE7AC;
}

/*** --------------- Page Top --------------- ***/
.jump_button {
  position: relative;
}
#page-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  color: #FFF;
  z-index: 2;
}
#page-top:hover {
  color: #9B8575;
}
#page-top::before {
  content: '';
  background-image: url(../img/jump_button01.png);
  background-size: cover;
  display: inline-block;
  position: absolute;
  width: 56px;
  height: 56px;
  bottom: -12px;
  right: -8px;
  z-index: -1;
  transition: 0.3s;
}
#page-top:hover::before {
  background-image: url(../img/jump_button02.png);
}

@media screen and (max-width: 575px) {
  #page-top {
    font-size: 1.2rem;
    right: 15px;
  }
  #page-top::before {
    width: 40px;
    height: 40px;
    bottom: -8px;
    right: -5px;
  }
}

/*** --------------- Footer Box --------------- ***/
.footer_box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
  margin-top: 60px;
}
.footer_box .foot_logo {
  width: 315px;
}
.footer_box .foot_logo img {
  max-width: 100%;
}
.footer_box .info {
  width: 500px;
}
.footer_box .info_text a {
    border-bottom: 1px solid #764400;
    border-radius: 1px;
}
.footer_box .info_text a:hover {
    border-bottom: none;
}
.footer_box .info_text_box {
  position: relative;
  display: flex;
}
.footer_box .info_text_box img {
  position: absolute;
  max-height: 100px;
  height: 100%;
  right: 0;
  bottom: 0;
}
.footer_box .info_text p {
  margin-top: 10px;
}
.footer_box .info_text p:first-child {
  margin-top: 20px;
}
.medical_hours img {
  max-width: 600px;
  width: 100%;
}
.footer_copyright {
  text-align: center;
  padding: 30px 0 20px;
}
.footer_copyright small {
  font-size: 1.2rem;
}

.medical_table {
    width: 600px;
    margin: 0 auto;
    padding: 20px 0;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
}

.medical_custom {
    max-width: 540px;
    width: 100%;
    margin: 0 auto;
  border-collapse: collapse;
}

.medical_custom tr {
  border-bottom: 2px solid #C7BCB2;
}

.medical_custom tr:first-child {
  border-bottom: none;
}

.medical_custom th {
    width: 40px;
    padding: 0 7px;
}

.medical_custom th:first-child {
    width: 150px;
}

.medical_custom td {
    padding: 11px 0 10px;
    text-align: center;
    vertical-align: middle;
}

.text_red {
    color: #F3371D;
}

.circle_mark {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #F4991E;
  border-radius: 50%;
  vertical-align: middle;
}

.line_mark {
  display: inline-block;
  width: 15px;
  height: 2px;
  background-color: #9A8675;
  border-radius: 30px;
  vertical-align: middle;
}

.medical_title {
    background-color: #FCE7AC;
    text-align: center;
    border-radius: 3px;
    padding: 1px 12px;
}

.medical_box {
    margin: 0 45px;
}

.medical_same {
    display: flex;
    align-items: center;
    gap: 15px;
}

.medical_time {
    margin-top: 20px;
}

.medical_days {
    margin-top: 15px;
}

.medical_same .medical_title {
    max-width: 100px;
    width: 100%;
}

.medical_text {
    font-size: 1.8rem;
}

.medical_text br {
    display: none;
}

.medical_caution {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    margin-top: 15px;
}

.medical_caution p {
    padding-left: 20px;
    position: relative;
}

.medical_caution p::before {
    content: '※';
    position: absolute;
    top: 0;
    left: 0;
}

.medical_caution p:first-child {
    margin-bottom: 5px
}

@media screen and (max-width: 1399px) {
  .footer_box {
    gap: 70px;
    }
}

@media screen and (max-width: 1199px) {
  .footer_box {
    gap: 15px;
  }
  .footer_box .info_text_box img {
    bottom: 40px;
}
}

@media screen and (max-width: 991px) {
  .footer_box {
    flex-wrap: wrap;
    gap: 50px;
  }
  .footer_box .info {
    width: 100%;
  }
  .footer_box .foot_logo {
    width: 100%;
    max-width: 300px;
  }
  .footer_box .info_text_box img {
    bottom: 0;
}
  .footer_copyright {
    padding: 25px 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .footer_box {
    flex-wrap: wrap;
  }
  .medical_table {
    width: 560px;
}
}

@media screen and (max-width: 575px) {
  .footer_box {
    gap: 30px;
  }
  .footer_box .foot_logo img {
    max-width: 90%;
  }
  .footer_box .info_text p {
    font-size: 1.4rem;
  }
  .footer_copyright {
    padding: 20px 0 10px;
  }
    .medical_table {
    width: 100%;
    max-width: 600px;
    padding: 15px;
    font-size: 1.4rem;
    line-height: 1.5;
}
.medical_custom th {
    width: 150px;
    padding: 0 3px;
}
.medical_custom td {
    width:calc((100% - 150px) / 7);
    padding: 5px;
}
.circle_mark {
  width: 14px;
  height: 14px;
}
.line_mark {
  width: 14px;
}
.medical_title {
    padding: 2px 0;
}
.medical_box {
    margin: 0;
}
.medical_same {
    gap: 10px 15px;
}
.medical_same .medical_title {
    max-width: 80px;
}
.medical_text {
    font-size: 1.6rem;
}
}

@media only screen and (max-width: 495px) {
.footer_box .medical_text br {
    display: block;
}
}

@media screen and (max-width: 420px) {
  .footer_box .info_text_box img {
    bottom: 30px;
}
}

/*** --------------- Footer Link --------------- ***/
.link_box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 50px;
}

.link_box ul li a {
  position: relative;
  display: inline-block;
  background-color: #FFF;
  font-size: 1.4rem;
  min-width: 250px;
  border-radius: 10px;
  padding: 9px 110px 9px 30px;
  transition: 0.5s;
}

.link_box ul li a::before {
  content: '';
  background-image: url(../img/arrow_brown.png);
  background-size: cover;
  display: inline-block;
  position: absolute;
  width: 42px;
  height: 8px;
  right: 20px;
  bottom: 15px;
  transition: 0.3s;
}
.link_box ul li a:hover::before {
  right: 10px;
}

@media screen and (max-width: 767px) {
  .link_box ul li a {
    min-width: 340px;
  }
}

@media screen and (max-width: 575px) {
  .link_box ul {
    margin-top: 30px;
    justify-content: left;
    gap: 20px;
  }
  .link_box ul li a {
    padding: 9px 70px 9px 15px;
    min-width: 290px;
  }
  .link_box ul li a::before {
    right: 15px;
  }
}

/******************** PAGE ********************/

/*** --------------- header-title --------------- ***/
.title_band {
  position: relative;
}
.title_wrap {
  background-color: #9A8675;
  padding: 25px 0;
  line-height: 1.5;
}
.title_band::before,
.title_band::after {
  content: "";
  background-image: url(../img/back_decoration05.png);
  background-size: cover;
  display: inline-block;
  position: absolute;
  width: 100%;
  aspect-ratio: 1400 / 15;
}
.title_band::before {
  bottom: 100%;
}
.title_band::after {
  top: 99%;
  transform: scale(-1, -1);
}
.page_h1 {
  color: #FFF;
  font-size: 4rem;
  line-height: 1.5;
  letter-spacing: 0.15em;
  text-align: center;
}
.archive_h1 {
  position: relative;
  font-size: 2.8rem;
  text-align: center;
  font-weight: normal;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
.archive_h1::before,
.archive_h1::after {
    content: '';
    width: 100%;
    background: #D1C1B5;
    border-radius: 1px;
    position: absolute;
    left: 0;
}
.archive_h1::before {
    height: 2px;
    bottom: 0;
}
.archive_h1::after {
    height: 1px;
    bottom: 4px;
}
.heading_box {
  display: flex;
  justify-content: center;
}
.heading_in {
    position: relative;
}
.heading_in ::before {
  content: "";
  background-size: cover;
  display: inline-block;
  position: absolute;
  width: 95px;
  height: 70px;
  bottom: 0;
  left: 0;
}
.sub_heading {
  color: #F4991E;
}
.h2_box {
  font-size: 3.2rem;
  margin-top: 3px;
}
.h3_box {
  position: relative;
  text-align: center;
  line-height: 1.5;
  font-size: 2.4rem;
  padding: 35px 0 20px;
}
.h3_box::before {
  content: "";
  background-size: cover;
  display: inline-block;
  position: absolute;
  width: 105px;
  height: 105px;
  top: -90px;
  left: 50%;
  transform: translateX(-50px);
}
.h3_box::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #9A8675;
  border-radius: 3px;
  bottom: 0;
}

@media only screen and (max-width: 575px) {
  .page_h1 {
    font-size: 3rem;
  }
}

/*** --------------- header-pankuzu --------------- ***/
.pankuzu_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 35px;
  gap: 5px 15px;
}
.pankuzu_list li {
  position: relative;
  font-size: 1.4rem;
  padding-left: 30px;
}
.pankuzu_list li:first-child {
  padding-left: 0;
}
.pankuzu_list li::before {
  content: "";
  background-image: url(../img/arrow_small01.png);
  background-size: cover;
  display: inline-block;
  position: absolute;
  width: 14px;
  height: 5px;
  margin-top: -3px;
  top: 50%;
  left: 0;
}
.pankuzu_list li:first-child::before {
  display: none;
}
.pankuzu_list li a {
  position: relative;
  transition: 0.5s;
}
.pankuzu_list li:first-child a {
  padding-left: 0;
}
.pankuzu_list li a::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background: #7B6042;
  bottom: 0px;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}
.pankuzu_list li a:hover::after {
  visibility: visible;
  opacity: 1;
  transition: 0.5s;
}

@media only screen and (max-width: 767px) {
.pankuzu_list {
  margin-top: 15px;
}
}

/******************** 404-Main ********************/
.error_area {
  position: relative;
  margin-top: 40px;
  padding-bottom: 200px;
}

.error_area::before {
  content: '';
  background-image: url(../img/back_decoration02.png);
  background-size: cover;
  display: inline-block;
  position: absolute;
  width: 100%;
  aspect-ratio: 1400 / 30;
  bottom: 0;
}

.error_area p:not(:first-of-type) {
  margin-top: 15px;
}

@media screen and (max-width: 991px) {
  .error_area {
  padding-bottom: 150px;
  }
}
@media screen and (max-width: 575px) {
  .error_area {
  padding-bottom: 100px;
  }
}

/******************** reCAPTCHA Enterprise-hidden ********************/
.grecaptcha-badge { visibility: hidden; }
