html,
body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5em;
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

ol,
ul {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

table {
  width: 100%;
  margin-bottom: 1.5em;
  border-spacing: 0;
  border-collapse: collapse;
}

table th,
table td {
  padding: 0.5em;
  border: 1px solid #000;
}

table th {
  font-weight: bold;
}

caption,
table th,
table td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

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

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

body * {
  max-height: 99999em;
  word-break: break-word;
}

p {
  margin-bottom: 1.5em;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a img {
  border: none;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  word-break: normal;
  vertical-align: middle;
  white-space: normal;
  -webkit-appearance: none;
}

button {
  color: inherit;
}

textarea {
  overflow: auto;
  line-height: 1.5;
  white-space: pre-line;
  resize: none;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

@media print {
  html,
  body {
    width: 1600px;
    margin: 0;
  }
  body {
    -webkit-print-color-adjust: exact;
  }
  @page {
    margin: 0;
    size: 11in 14.028in;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
html {
  opacity: 0.01;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
html.is-visible {
  opacity: 1;
}
@media print, (min-width: 768px) {
  html {
    font-size: 625%;
  }
}
@media only screen and (max-width: 767.98px) {
  html {
    min-height: 100vh;
    font-size: 13.3333333333vw;
  }
  html::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
  html.is-frozen-os {
    overflow: hidden;
  }
}

body {
  background-color: #fffeed;
  color: #503510;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  line-height: 1.75;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
@media print, (min-width: 768px) {
  body {
    font-size: 0.16rem;
  }
}
@media print {
  body {
    background-color: #fffeed;
  }
}
@media only screen and (max-width: 767.98px) {
  body {
    font-size: 0.32rem;
  }
}

@media print {
  main,
  header,
  footer {
    background-color: #fffeed;
  }
}

img,
svg {
  image-rendering: smooth;
  shape-rendering: geometricprecision;
}

a:not([class]) {
  -webkit-transition: -webkit-text-decoration 0.3s ease;
  transition: -webkit-text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease, -webkit-text-decoration 0.3s ease;
  color: #503510;
  text-decoration: underline;
}
@media print, (min-width: 768px) {
  a:not([class]) {
    text-underline-offset: 0.02rem;
    text-decoration-thickness: 0.01rem;
  }
  a:not([class]):hover {
    text-decoration-color: transparent;
  }
}
@media only screen and (max-width: 767.98px) {
  a:not([class]) {
    text-underline-offset: 0.04rem;
    text-decoration-thickness: 0.02rem;
  }
}

.hidden {
  display: none;
}

.trans {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  text-decoration: none;
}
.trans:hover {
  opacity: 0.8;
}
html.is-touchable .trans:hover {
  opacity: 1;
}

.load {
  opacity: 0.001;
}
html.is-visible .load {
  opacity: 1;
}

.image-common {
  display: block;
  width: 100%;
}

.object-common {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media print, (min-width: 768px) {
  .container {
    min-width: 1250px;
  }
}
@media only screen and (max-width: 767.98px) {
  .container {
    min-width: 320px;
  }
}

@media print, (min-width: 768px) {
  .wrapper {
    width: calc(100% - 60px);
    max-width: 1024px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .wrapper {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}

@media print, (min-width: 768px) {
  .sm {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .md {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

@media print, (min-width: 768px) {
  main.is-sub {
    padding-top: 120px;
  }
}

.header-common {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
}
@media print, (min-width: 768px) {
  .header-common {
    min-height: 120px;
  }
  .header-common.is-top {
    position: absolute;
    min-height: 94px;
    background-color: transparent;
  }
  .header-common.is-top .bar-header-primary.is-fixed {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
    transition: visibility 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
    transition: transform 0.4s ease, box-shadow 0.4s ease, visibility 0.4s ease, opacity 0.4s ease;
    transition: transform 0.4s ease, box-shadow 0.4s ease, visibility 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-common {
    min-height: 1.16rem;
  }
}

@media print, (min-width: 768px) {
  .header-common.is-scrolled.is-top .bar-header-primary.is-fixed {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: 0 0 20px rgba(80, 53, 16, 0.15);
    box-shadow: 0 0 20px rgba(80, 53, 16, 0.15);
    -webkit-transition: visibility 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
    transition: visibility 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
    transition: transform 0.4s ease, box-shadow 0.4s ease, visibility 0.4s ease, opacity 0.4s ease;
    transition: transform 0.4s ease, box-shadow 0.4s ease, visibility 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease, -webkit-box-shadow 0.4s ease;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-common.is-scrolled.is-top .logo-header-primary {
    opacity: 1;
  }
}

.bar-header-primary {
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
}
@media print, (min-width: 768px) {
  .bar-header-primary {
    min-width: 1250px;
    -webkit-box-shadow: 0 0 20px rgba(80, 53, 16, 0.15);
    box-shadow: 0 0 20px rgba(80, 53, 16, 0.15);
  }
}
@media only screen and (max-width: 767.98px) {
  .bar-header-primary .header-wrapper {
    position: relative;
    z-index: 11;
  }
}
@media print {
  .bar-header-primary {
    position: absolute;
    top: 0;
  }
}

.logo-header-primary .logo-image {
  display: block;
}
@media print, (min-width: 768px) {
  .logo-header-primary .logo-image {
    width: 128px;
    margin-top: 14px;
  }
}
@media only screen and (max-width: 767.98px) {
  .logo-header-primary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.18rem;
    min-height: 1.8rem;
    padding: 0.16rem 0.2rem 0.08rem;
    border-radius: 0 0 0.1rem;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .logo-header-primary .logo-image {
    width: 1.78rem;
  }
  .is-top .logo-header-primary {
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    opacity: 0;
  }
}

.block-header-contact .contact-phone {
  margin: 0;
  color: #086400;
  font-family: "Zen Maru Gothic", serif;
}
@media print, (min-width: 768px) {
  .block-header-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 13px;
  }
  .block-header-contact .contact-time {
    font-size: 0.16rem;
    line-height: 1.25;
  }
}

.button-header-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 195, 195)), to(rgb(216, 207, 0)));
  background: linear-gradient(90deg, rgb(0, 195, 195) 0%, rgb(216, 207, 0) 100%);
  color: #fff;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
}
.button-header-contact .contact-link {
  position: relative;
}
.button-header-contact .contact-link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../img/common/header_icn_01.svg") 50% 50%/contain no-repeat;
}
@media print, (min-width: 768px) {
  .button-header-contact {
    min-width: 235px;
    padding: 13px 15px 12px 30px;
    font-size: 0.2rem;
    line-height: 1.7;
  }
  .button-header-contact .contact-link {
    padding-right: 28px;
  }
  .button-header-contact .contact-link::before {
    width: 12px;
    height: 10px;
  }
}

@media print, (min-width: 768px) {
  .navigation-header-sitemap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 120px;
  }
  .navigation-header-sitemap .navigation-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 16px 34px 0 0;
  }
}

.menu-header-sitemap .menu-wrapper,
.menu-header-sitemap .menu-inner {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-header-sitemap .item-link {
  position: relative;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
}
.menu-header-sitemap .item-link::before {
  content: "";
  position: absolute;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 4px solid #ffea00;
  border-radius: 50%;
  background-color: #fff;
}
@media print, (min-width: 768px) {
  .menu-header-sitemap .menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 -12px;
  }
  .menu-header-sitemap .item-link {
    margin: 0 12px;
    padding-left: 22px;
    font-size: 0.22rem;
    line-height: 1.2727272727;
  }
  .menu-header-sitemap .item-link::before {
    top: calc(50% + 1px);
    width: 13px;
    height: 13px;
  }
}
@media only screen and (max-width: 767.98px) {
  .menu-header-sitemap {
    position: fixed;
    z-index: 10;
    top: 0;
    bottom: 0;
    width: 100%;
    opacity: 0;
    background-color: #fffef0;
    pointer-events: none;
  }
  .menu-header-sitemap .navigation-viewport {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.26rem 0.5rem 2.3rem;
    overflow: hidden auto;
  }
  .menu-header-sitemap .menu-item {
    margin-bottom: 0.32rem;
    padding-bottom: 0.32rem;
    border-bottom: 0.02rem solid #ebe8be;
  }
  .menu-header-sitemap .menu-item:last-child {
    margin: 0;
    padding: 0;
    border: 0;
  }
  .menu-header-sitemap .item-link {
    padding-left: 0.42rem;
    font-size: 0.4rem;
    line-height: 1.8;
  }
  .menu-header-sitemap .item-link::before {
    top: 50%;
    width: 0.26rem;
    height: 0.26rem;
  }
  .menu-header-sitemap .menu-inner {
    margin-top: 0.16rem;
    padding-left: 0.46rem;
  }
  .menu-header-sitemap .menu-link {
    margin-bottom: 0.12rem;
  }
}

.menu-header-sitemap.is-ready {
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}

.menu-header-sitemap.is-active {
  opacity: 1;
  pointer-events: auto;
}

.button-header-burger {
  position: absolute;
  z-index: 10000;
  background-color: #086400;
  cursor: pointer;
  pointer-events: auto;
}
.button-header-burger .button-line {
  top: calc(50% - 0.16rem);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
}
@media only screen and (max-width: 767.98px) {
  .button-header-burger {
    top: 0;
    right: 0;
    width: 1.16rem;
    height: 1.16rem;
    border-radius: 0 0 0 0.1rem;
    background: #8fbf4a url("../img/common/header_icon_02.png") 50% 50%/contain no-repeat;
  }
  .button-header-burger .button-line {
    position: absolute;
    width: 0.42rem;
    height: 0.04rem;
  }
  .button-header-burger .button-line:nth-child(1) {
    top: calc(50% - 0.32rem);
  }
  .button-header-burger .button-line:nth-child(3) {
    top: 50%;
  }
}

.button-header-burger.is-ready .button-line {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.button-header-burger.is-active .button-line:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.button-header-burger.is-active .button-line:nth-child(2) {
  opacity: 0;
}
.button-header-burger.is-active .button-line:nth-child(3) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media only screen and (max-width: 767.98px) {
  .button-header-burger.is-active .button-line {
    top: calc(50% - 0.14rem);
  }
}

.bar-header-primary.is-fixed {
  position: fixed;
}
@media print, (min-width: 768px) {
  .bar-header-primary.is-fixed {
    background-color: #fff;
  }
  .bar-header-primary.is-fixed .button-header-contact {
    height: 120px;
    padding: 13px 15px 12px 30px;
  }
  .bar-header-primary.is-fixed .contact-phone {
    font-size: 0.18rem;
    line-height: 1.8888888889;
  }
  .bar-header-primary.is-fixed .contact-phone a {
    font-size: 0.28rem;
    line-height: 1.2142857143;
  }
  .bar-header-primary.is-fixed .header-wrapper {
    min-height: 120px;
    padding: 0 235px 0 31px;
  }
  .bar-header-primary.is-fixed .contact-time {
    margin: 0 4px 0 15px;
  }
}
@media print {
  .bar-header-primary.is-fixed {
    position: absolute;
  }
}

@media print, (min-width: 768px) {
  .bar-header-primary.is-sticked {
    position: absolute;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .bar-header-primary.is-sticked .header-wrapper {
    min-height: 94px;
    padding: 0 255px 0 31px;
  }
  .bar-header-primary.is-sticked .navigation-wrapper {
    padding: 25px 0 16px;
  }
  .bar-header-primary.is-sticked .button-header-contact {
    height: 94px;
    border-bottom-left-radius: 5px;
  }
  .bar-header-primary.is-sticked .contact-phone {
    font-size: 0.26rem;
    line-height: 1.3076923077;
  }
  .bar-header-primary.is-sticked .contact-phone a {
    font-size: 0.36rem;
    line-height: 0.9444444444;
  }
  .bar-header-primary.is-sticked .contact-time {
    margin: 0 4px 0 17px;
  }
}

@media only screen and (max-width: 767.98px) {
  .block-common-contact {
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  .block-common-contact.is-fixed {
    position: fixed;
  }
  .block-common-contact .block-note {
    padding: 0.06rem 0;
  }
  .block-common-contact .block-information {
    background-color: #fff;
  }
  .block-common-contact .block-information * {
    color: #086400;
  }
  .block-common-contact .block-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .block-common-contact .block-note {
    margin: 0;
    background-color: #ebe8be;
    font-size: 0.24rem;
    text-align: center;
  }
  .block-common-contact .block-information,
  .block-common-contact .block-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50%;
    padding: 0.22rem 0;
    text-align: center;
  }
  .block-common-contact .block-information {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .block-common-contact .block-button {
    position: relative;
    background: -webkit-gradient(linear, left top, right top, from(rgb(0, 195, 195)), to(rgb(216, 207, 0)));
    background: linear-gradient(90deg, rgb(0, 195, 195) 0%, rgb(216, 207, 0) 100%);
    color: #fff;
    font-weight: 600;
    font-family: "Shippori Mincho B1", serif;
  }
  .block-common-contact .block-button::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0.24rem;
    bottom: 0;
    width: 0.26rem;
    background: url("../img/common/header_icn_01.svg") 50% 50%/100% auto no-repeat;
  }
  .block-common-contact .block-button html.is-android {
    font-weight: 700;
  }
  .block-common-contact .information-phone {
    font-size: 0.24rem;
    line-height: 1;
  }
  .block-common-contact .information-phone a {
    font-size: 0.44rem;
  }
  .block-common-contact .information-time {
    font-size: 0.28rem;
  }
  .block-common-contact .information-time time {
    margin-left: -0.1rem;
  }
}

.button-skip-link {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.button-skip-link:focus {
  background-color: #fffeed;
  clip: auto;
  clip-path: none;
  color: #503510;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100;
}

@media print, (min-width: 768px) {
  .footer-common {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-common {
    position: relative;
  }
  .footer-common .footer-wrapper {
    padding: 0 0.79rem 0.94rem;
  }
}

.footer-logo {
  display: block;
  margin: 0 auto;
}
@media print, (min-width: 768px) {
  .footer-logo {
    width: 305px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-logo {
    width: 3.2rem;
    margin-top: 0.8rem;
    margin-bottom: 0.4rem;
  }
}

.footer-information .information-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-information .information-phone {
  color: #086400;
  font-weight: 500;
  line-height: 1;
}
.footer-information .information-map {
  font-weight: 500;
}
@media print, (min-width: 768px) {
  .footer-information {
    margin-bottom: 36px;
    padding-left: 78px;
  }
  .footer-information .information-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer-information .information-location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 3px 40px 0 0;
  }
  .footer-information .phone-link {
    margin-left: 4px;
    font-size: 0.26rem;
  }
  .footer-information .information-time {
    font-size: 0.16rem;
    padding: 0 9px;
  }
  .footer-information .information-time time {
    margin-left: -5px;
  }
  .footer-information .information-note {
    font-size: 0.14rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-information {
    margin-right: -0.24rem;
    margin-bottom: 0.94rem;
  }
  .footer-information .phone-link {
    margin-left: 0.12rem;
    font-size: 0.52rem;
  }
  .footer-information .information-location {
    margin-bottom: 0.16rem;
  }
  .footer-information .information-time {
    display: block;
    margin-top: -0.06rem;
    margin-bottom: 0.1rem;
  }
  .footer-information .information-time time {
    margin-left: -0.1rem;
  }
  .footer-information .information-note {
    font-size: 0.28rem;
  }
}

.footer-contact {
  position: relative;
  z-index: 1;
}
.footer-contact .contact-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.footer-contact .wrapper {
  position: relative;
  z-index: 2;
}
.footer-contact .contact-block {
  display: block;
  background-color: #fff;
}
.footer-contact .contact-detail {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  text-align: center;
}
.footer-contact .contact-detail .detail-text {
  margin-bottom: 0;
}
.footer-contact .contact-detail .text-highlight {
  display: block;
}
.footer-contact .footer-copyright {
  color: #fff;
  font-weight: 500;
}
.footer-contact .contact-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media print, (min-width: 768px) {
  .footer-contact {
    min-height: 310px;
    padding: 73px 0 10px;
  }
  .footer-contact .contact-block {
    max-width: 464px;
    margin: 0 auto 45px;
    padding: 27px 30px 25px;
    border-radius: 10px;
  }
  .footer-contact .block-icon {
    width: 38px;
    height: 27px;
    margin: 0 auto 23px;
  }
  .footer-contact .detail-text {
    font-size: 0.2rem;
    line-height: 1.3;
  }
  .footer-contact .detail-text .text-highlight {
    font-size: 0.18rem;
    line-height: 1.5;
  }
  .footer-contact .footer-copyright {
    margin-right: 19px;
    font-size: 0.14rem;
  }
  .footer-contact .contact-logo {
    width: 90px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-contact {
    min-height: 7rem;
    padding: 1.36rem 0 3rem;
  }
  .footer-contact .contact-block {
    max-width: 5.3rem;
    margin: 0 auto 0.36rem;
    padding: 0.62rem 0.6rem;
    border-radius: 0.2rem;
  }
  .footer-contact .block-icon {
    width: 0.76rem;
    height: 0.54rem;
    margin: 0 auto 0.26rem;
  }
  .footer-contact .detail-text {
    font-size: 0.36rem;
    line-height: 1.4444444444;
  }
  .footer-contact .footer-copyright {
    margin-right: 0.34rem;
    font-size: 0.28rem;
  }
  .footer-contact .contact-logo {
    width: 1.8rem;
  }
}

.navigation-footer-sitemap .navigation-menu,
.navigation-footer-sitemap .child-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.navigation-footer-sitemap .item-link {
  position: relative;
}
.navigation-footer-sitemap .item-link::before {
  content: "";
  position: absolute;
  left: 0;
  border-top: 1px solid #503510;
}
.navigation-footer-sitemap .child-link {
  display: block;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #503510;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
}
.navigation-footer-sitemap .child-link::after {
  content: "";
  position: absolute;
}
@media print, (min-width: 768px) {
  .navigation-footer-sitemap {
    margin-bottom: 65px;
  }
  .navigation-footer-sitemap .navigation-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -23px;
  }
  .navigation-footer-sitemap .menu-child {
    width: 25%;
    padding: 0 23px;
  }
  .navigation-footer-sitemap .item-link {
    padding-left: 6px;
  }
  .navigation-footer-sitemap .item-link::before {
    top: 13px;
    width: 4px;
  }
  .navigation-footer-sitemap .list-item {
    margin-bottom: 4px;
  }
  .navigation-footer-sitemap .child-link {
    margin-bottom: 21px;
    padding-bottom: 11px;
  }
  .navigation-footer-sitemap .child-link::after {
    top: calc(50% - 9px);
    right: 0;
    width: 14px;
    height: 12px;
    background: url("../img/common/icn_arrow_03.svg") 50% 50%/100% auto no-repeat;
  }
  .navigation-footer-sitemap .child-list {
    display: block !important;
    height: auto !important;
  }
}
@media only screen and (max-width: 767.98px) {
  .navigation-footer-sitemap {
    padding: 0 0.26rem;
  }
  .navigation-footer-sitemap .menu-child {
    margin-bottom: 0.58rem;
  }
  .navigation-footer-sitemap .menu-child:last-child {
    margin-bottom: 0;
  }
  .navigation-footer-sitemap .child-list {
    padding-top: 0.42rem;
  }
  .navigation-footer-sitemap .child-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .navigation-footer-sitemap .child-link {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: calc(100% - 38px);
    padding-bottom: 0.24rem;
    border-bottom-width: 0.02rem;
  }
  .navigation-footer-sitemap .link-icon {
    position: absolute;
    z-index: 4;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0.76rem;
    transition: transform 0.35s ease, -webkit-transform 0.35s ease;
    cursor: pointer;
  }
  .navigation-footer-sitemap .link-icon::before, .navigation-footer-sitemap .link-icon::after {
    content: "";
    position: absolute;
    top: 0.32rem;
    left: 0.51rem;
    width: 0.26rem;
    height: 0.04rem;
    transition: transform 0.35s ease, -webkit-transform 0.35s ease;
    background: #086400;
  }
  .navigation-footer-sitemap .link-icon::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .navigation-footer-sitemap .link-icon.is-active::after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .navigation-footer-sitemap .item-link {
    padding-left: 0.12rem;
  }
  .navigation-footer-sitemap .item-link::before {
    top: 0.26rem;
    width: 0.08rem;
  }
  .navigation-footer-sitemap .list-item {
    margin-bottom: 0.08rem;
  }
}

.button-top {
  display: none;
  position: fixed;
  z-index: 100;
  cursor: pointer;
}
@media print, (min-width: 768px) {
  .button-top {
    right: 30px;
    bottom: 30px;
    width: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-top {
    right: 0.22rem;
    bottom: 2.18rem;
    width: 0.8rem;
  }
}

.breadcrumb-common .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.breadcrumb-common .breadcrumb-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumb-common .breadcrumb-item:last-child .item-icon {
  display: none;
}
.breadcrumb-common a.item-wrapper {
  cursor: pointer;
}
@media print, (min-width: 768px) {
  .breadcrumb-common {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .breadcrumb-common {
    padding: 0.3rem 0;
  }
  .breadcrumb-common .item-icon {
    margin: 0 0.1rem;
  }
  .breadcrumb-common .breadcrumb-wrapper {
    margin: -0.1rem 0;
  }
  .breadcrumb-common .breadcrumb-item {
    line-height: 1.5;
  }
}

.section-common-keyvisual {
  position: relative;
  z-index: 1;
}
.section-common-keyvisual .keyvisual-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-common-keyvisual .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.section-common-keyvisual .keyvisual-title {
  margin-bottom: 0;
  color: #fff;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
}
@media print, (min-width: 768px) {
  .section-common-keyvisual {
    min-height: 330px;
    padding: 139px 0 80px;
  }
  .section-common-keyvisual.is-blog {
    min-height: 240px;
    padding: 95px 0 80px;
  }
  .section-common-keyvisual .keyvisual-title .title-english {
    font-size: 0.2rem;
  }
  .section-common-keyvisual .keyvisual-title .title-japanese {
    margin-right: 22px;
    font-size: 0.36rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-keyvisual {
    min-height: 5rem;
    padding: 2rem 0.4rem 1.4rem;
  }
  .section-common-keyvisual .keyvisual-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .section-common-keyvisual .keyvisual-title .title-english {
    font-size: 0.28rem;
  }
  .section-common-keyvisual .keyvisual-title .title-japanese {
    font-size: 0.48rem;
    line-height: 1.5;
  }
}

.title-common-primary {
  color: #086400;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
}
.title-common-primary .title-japanese {
  position: relative;
}
.title-common-primary .title-japanese::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #086400;
}
@media print, (min-width: 768px) {
  .title-common-primary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .title-common-primary .title-japanese {
    margin-bottom: 19px;
    padding-bottom: 30px;
    font-size: 0.28rem;
    line-height: 1.0714285714;
  }
  .title-common-primary .title-japanese::before {
    width: 40px;
  }
  .title-common-primary .title-english {
    font-size: 0.2rem;
  }
  .title-common-primary.is-simple .title-japanese::before {
    width: 41px;
  }
  .title-common-primary.is-simple .title-english {
    margin-bottom: 10px;
    padding-bottom: 33px;
  }
  .title-common-primary.is-small .title-english {
    font-size: 0.16rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-primary .title-japanese {
    margin-right: 0.3rem;
    padding-bottom: 0.5rem;
    font-size: 0.48rem;
    line-height: 1.4166666667;
  }
  .title-common-primary .title-japanese::before {
    width: 0.8rem;
  }
  .title-common-primary .title-english {
    font-size: 0.28rem;
  }
  .title-common-primary.is-simple .title-japanese {
    margin-right: 0;
    font-size: 0.52rem;
  }
}

.title-common-secondary {
  color: #086400;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
}
@media print, (min-width: 768px) {
  .title-common-secondary {
    font-size: 0.2rem;
  }
  .title-common-secondary.is-center {
    font-size: 0.24rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-secondary {
    font-size: 0.38rem;
  }
  .title-common-secondary.is-center {
    font-size: 0.48rem;
  }
}

.label-common-hexagon {
  display: inline-block;
  position: absolute;
  margin-bottom: 0;
  background: url("../img/common/decoration_dr_01.svg") 50% 50%/100% 100% no-repeat;
  color: #fff;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  line-height: 1;
}
.label-common-hexagon.is-pediatric {
  background: url("../img/common/decoration_dr_02.svg") 50% 50%/100% 100% no-repeat;
}
@media print, (min-width: 768px) {
  .label-common-hexagon {
    padding: 26px 21.5px;
    font-size: 0.2rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .label-common-hexagon {
    padding: 0.52rem 0.43rem;
    font-size: 0.4rem;
  }
}

.block-common-message {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  -o-object-fit: cover;
  object-fit: cover;
}
.block-common-message .message-block {
  background-color: rgba(255, 255, 255, 0.9);
}
.block-common-message .message-block:last-child {
  margin-bottom: 0;
}
.block-common-message .block-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0;
}
.block-common-message .block-title .title-english {
  color: #086400;
}
.block-common-message .block-title::before {
  content: "";
  position: absolute;
}
.block-common-message .block-subtitle {
  display: inline-block;
}
.block-common-message .block-detail {
  margin-bottom: 0;
}
.block-common-message .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.block-common-message .item-icon {
  color: #cebea8;
}
@media print, (min-width: 768px) {
  .block-common-message {
    min-height: 570px;
    padding: 81px 0 71px;
    background: url("../img/dr/bg_dr_01.jpg") 50% 50%/100% 100% no-repeat;
  }
  .block-common-message .wrapper {
    max-width: 870px;
  }
  .block-common-message .message-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 35px;
    padding: 27px 49px 32px;
    border-radius: 5px;
  }
  .block-common-message .block-content {
    padding: 5px 37px 5px 39px;
  }
  .block-common-message .block-list {
    margin-right: -12px;
    padding: 1px 0 5px 36px;
  }
  .block-common-message .block-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 102px;
    padding: 5px 21px 5px 0;
    border-right: 1px solid #503510;
    font-size: 0.2rem;
  }
  .block-common-message .block-title::before {
    top: 0;
    right: 0;
    bottom: 0;
  }
  .block-common-message .block-title .title-japanese {
    line-height: 1.5;
  }
  .block-common-message .block-title .title-english {
    font-size: 0.12rem;
  }
  .block-common-message .block-subtitle {
    margin-bottom: 9px;
    font-size: 0.24rem;
    line-height: 1.5;
  }
  .block-common-message .block-detail {
    font-size: 0.18rem;
    line-height: 1.6666666667;
  }
  .block-common-message .list-wrapper {
    font-size: 0.18rem;
    line-height: 2;
  }
}
@media only screen and (max-width: 767.98px) {
  .block-common-message {
    padding: 0.8rem 0;
    background: url("../img/dr/sp/bg_dr_01.jpg") 50% 50%/100% 100% no-repeat;
  }
  .block-common-message .message-block {
    margin-bottom: 0.7rem;
    padding: 0.4rem;
    border-radius: 0.1rem;
  }
  .block-common-message .block-title {
    margin-bottom: 0.4rem;
    padding-bottom: 0.3rem;
    border-bottom: 1px solid #503510;
    font-size: 0.4rem;
  }
  .block-common-message .block-title .title-english {
    font-size: 0.24rem;
  }
  .block-common-message .block-subtitle {
    margin-bottom: 0.2rem;
    font-size: 0.48rem;
  }
  .block-common-message .block-detail,
  .block-common-message .list-wrapper {
    font-size: 0.36rem;
  }
}

.section-dr-message .introduction-banner {
  position: relative;
}
.section-dr-message .introduction-banner::after {
  content: "";
  position: absolute;
  background: url("../img/dr/title_dr_01.svg") 50% 50%/100% auto no-repeat;
}
.section-dr-message .banner-image,
.section-dr-message .detail-image,
.section-dr-message .message-detail {
  overflow: hidden;
}
.section-dr-message .describe-text.is-highlight,
.section-dr-message .career-title {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
}
.section-dr-message .career-title {
  display: inline-block;
  position: relative;
  background: url("../img/dr/decoration_dr_01.svg") 50% 50%/100% 100% no-repeat;
  color: #fff;
  line-height: 1;
}
.section-dr-message .career-wrapper {
  position: relative;
  background-color: #fff;
}
.section-dr-message .career-wrapper .career-title {
  position: absolute;
}
.section-dr-message .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-dr-message .career-list .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-dr-message .career-list .detail-text {
  margin-bottom: 0;
}
.section-dr-message .career-list .item-title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media print, (min-width: 768px) {
  .section-dr-message {
    padding-top: 46px;
  }
  .section-dr-message .message-wrapper {
    margin-bottom: 105px;
  }
  .section-dr-message .introduction-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 45px;
  }
  .section-dr-message .introduction-banner {
    width: 694px;
    height: 360px;
    margin-right: 80px;
  }
  .section-dr-message .introduction-banner::after {
    right: -186px;
    bottom: -66px;
    width: 209px;
    height: 131px;
  }
  .section-dr-message .introduction-image {
    width: 218px;
    height: 297px;
    margin-top: -76px;
  }
  .section-dr-message .banner-thumbnail {
    width: 590px;
    margin: -20px -25px 0 auto;
  }
  .section-dr-message .document-message-content {
    margin-bottom: 46px;
  }
  .section-dr-message .message-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 35px;
  }
  .section-dr-message .message-banner {
    margin-bottom: 35px;
  }
  .section-dr-message .title-common-primary {
    margin-bottom: 22px;
    padding-right: 230px;
  }
  .section-dr-message .introduction-banner img,
  .section-dr-message .introduction-image img {
    border-radius: 5px;
  }
  .section-dr-message .detail-image {
    width: 410px;
    height: 350px;
  }
  .section-dr-message .career-title {
    top: -19px;
    left: -30px;
    padding: 26px 21.5px;
    font-size: 0.2rem;
  }
  .section-dr-message .detail-wrapper {
    margin-right: 76px;
  }
  .section-dr-message .describe-text {
    margin-bottom: 11px;
  }
  .section-dr-message .describe-text.is-highlight {
    margin-bottom: 8px;
    font-size: 0.18rem;
  }
  .section-dr-message .detail-describe {
    padding-top: 2px;
  }
  .section-dr-message .career-wrapper {
    min-width: 300px;
    margin-right: 54px;
    padding: 31px 82px 34px 86px;
  }
  .section-dr-message .career-wrapper:last-child {
    margin-right: 0;
  }
  .section-dr-message .career-list .detail-text {
    margin-bottom: 5px;
  }
  .section-dr-message .career-list .item-title {
    min-width: 44px;
    margin-right: 34px;
  }
  .section-dr-message .message-career {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 30px;
  }
  .section-dr-message .banner-image,
  .section-dr-message .detail-image,
  .section-dr-message .message-detail {
    border-radius: 5px;
  }
  .section-dr-message .document-message-content.is-spacing {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-dr-message {
    padding-top: 0.8rem;
  }
  .section-dr-message .message-wrapper {
    margin-bottom: 1rem;
  }
  .section-dr-message .introduction-wrapper {
    margin-bottom: 0.8rem;
  }
  .section-dr-message .introduction-banner {
    margin-bottom: 0.7rem;
    padding-bottom: 1.1rem;
  }
  .section-dr-message .introduction-banner::after {
    right: 0;
    bottom: 0;
    width: 2.18rem;
    height: 1.22rem;
  }
  .section-dr-message .detail-wrapper {
    margin-bottom: 0.5rem;
  }
  .section-dr-message .document-message-content {
    margin-bottom: 0.8rem;
  }
  .section-dr-message .content-block {
    margin-bottom: 0.56rem;
  }
  .section-dr-message .content-block:last-child {
    margin-bottom: 0;
  }
  .section-dr-message .message-detail,
  .section-dr-message .message-banner {
    margin-bottom: 0.7rem;
  }
  .section-dr-message .title-common-primary {
    margin-bottom: 1rem;
  }
  .section-dr-message .introduction-banner img,
  .section-dr-message .introduction-image img {
    border-radius: 0.1rem;
  }
  .section-dr-message .detail-image {
    width: 8rem;
  }
  .section-dr-message .career-title {
    top: -0.5rem;
    left: 0;
    padding: 0.52rem 0.43rem;
    font-size: 0.4rem;
  }
  .section-dr-message .describe-text {
    margin-bottom: 0.2rem;
  }
  .section-dr-message .describe-text.is-highlight {
    margin-bottom: 0.3rem;
    font-size: 0.31rem;
  }
  .section-dr-message .detail-describe {
    padding-top: 0.04rem;
  }
  .section-dr-message .career-wrapper {
    margin-bottom: 1rem;
    padding: 1rem 0.4rem;
  }
  .section-dr-message .career-list .detail-text {
    margin-bottom: 0.1rem;
  }
  .section-dr-message .career-list .item-title {
    min-width: 44px;
    margin-right: 34px;
  }
  .section-dr-message .banner-thumbnail {
    width: 5.8rem;
    margin: -0.1rem 0 0 auto;
  }
  .section-dr-message .banner-image,
  .section-dr-message .detail-image,
  .section-dr-message .message-detail {
    border-radius: 0.1rem;
  }
  .section-dr-message .document-message-content.is-spacing {
    margin-bottom: 0.7rem;
  }
  .section-dr-message .introduction-image {
    width: 4.36rem;
    height: 5.94rem;
    margin: 0 auto;
  }
}

.document-message-content .detail-highlight,
.document-message-content .block-title {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
}
.document-message-content .detail-highlight {
  display: block;
}
@media print, (min-width: 768px) {
  .document-message-content .block-title {
    margin-bottom: 7px;
    font-size: 0.24rem;
  }
  .document-message-content .detail-highlight {
    padding: 5px 0 4px;
    font-size: 0.2rem;
  }
  .document-message-content .detail-text-small {
    font-size: 0.16rem;
    line-height: 1.75;
  }
}
@media only screen and (max-width: 767.98px) {
  .document-message-content .block-title {
    margin-bottom: 0.4rem;
    font-size: 0.48rem;
    line-height: 1.5;
  }
  .document-message-content .detail-highlight {
    font-size: 0.4rem;
  }
  .document-message-content .detail-text-small {
    font-size: 0.32rem;
  }
}
/*# sourceMappingURL=dr.css.map */