@charset "UTF-8";
/* ===================
共通変数
===================*/
/* ===================
ブレークポイント
===================*/
/* ===================
rem計算
===================*/
/* ===================
コンテンツサイズ
===================*/
/* ａタグ基本スタイル */
/* buttonデフォルトのスタイルをリセット */
/* スタイルを一部リセット */
/* #Base
   -------------------------------------------------------------------------- */
/**
* Baseレイヤーにはプロジェクトにおける、基本的なベーススタイルを定義します
* 要素セレクタや属性セレクタなど、詳細度はできるかぎり低く保っておきます
* 基本的にclass属性は使用しません
*/
body {
  font-family: "Arial", "BIZ UDPGothic", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  color: #000;
}

html {
  scroll-behavior: smooth;
}
@media print, screen and (min-width: 768px) {
  html {
    scroll-padding-top: 120px;
  }
}

@media only screen and (max-width: 767px) {
  #scroll_area_Off {
    overflow: hidden;
  }
}

a:link, a:visited, a:hover, a:active {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:hover img {
  opacity: 0.7;
}

@page {
  size: A4;
  margin: 12.7mm 5mm;
}
/* -----------------------------------------------------------------------------
   #Spacing
   -------------------------------------------------------------------------- */
/*
  bootstrapのユーティリティを補う為の
  margin,paddingの汎用クラス
*/
/* -----------------------------------------------------------------------------
   #Margin
   -------------------------------------------------------------------------- */
.u-m10 {
  margin: 10px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

@media only screen and (max-width: 767px) {
  .u-m10_sp {
    margin: 10px !important;
  }
  .u-mt0_sp {
    margin-top: 0px !important;
  }
  .u-mt10_sp {
    margin-top: 10px !important;
  }
  .u-mt20_sp {
    margin-top: 20px !important;
  }
  .u-mt30_sp {
    margin-top: 30px !important;
  }
  .u-mt40_sp {
    margin-top: 40px !important;
  }
  .u-mt50_sp {
    margin-top: 50px !important;
  }
  .u-mt60_sp {
    margin-top: 60px !important;
  }
  .u-mb0_sp {
    margin-bottom: 0 !important;
  }
  .u-mb10_sp {
    margin-bottom: 10px !important;
  }
  .u-mb15_sp {
    margin-bottom: 15px !important;
  }
  .u-mb20_sp {
    margin-bottom: 20px !important;
  }
  .u-mb30_sp {
    margin-bottom: 30px !important;
  }
  .u-mb40_sp {
    margin-bottom: 40px !important;
  }
  .u-mb50_sp {
    margin-bottom: 50px !important;
  }
  .u-mb60_sp {
    margin-bottom: 60px !important;
  }
  .u-mr0_sp {
    margin-right: 0px !important;
  }
  .u-mr10_sp {
    margin-right: 10px !important;
  }
  .u-mr20_sp {
    margin-right: 20px !important;
  }
  .u-mr30_sp {
    margin-right: 30px !important;
  }
  .u-ml0_sp {
    margin-left: 0 !important;
  }
  .u-ml10_sp {
    margin-left: 10px !important;
  }
  .u-ml20_sp {
    margin-left: 20px !important;
  }
  .u-ml30_sp {
    margin-left: 30px !important;
  }
}
/* -----------------------------------------------------------------------------
   #Padding
   -------------------------------------------------------------------------- */
.u-p10 {
  padding: 10px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-pt90 {
  padding-top: 90px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

.u-pl90 {
  padding-left: 90px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

@media only screen and (max-width: 767px) {
  .u-p10_sp {
    padding: 10px !important;
  }
  .u-pt0_sp {
    padding-top: 0px !important;
  }
  .u-pt10_sp {
    padding-top: 10px !important;
  }
  .u-pt20_sp {
    padding-top: 20px !important;
  }
  .u-pt30_sp {
    padding-top: 30px !important;
  }
  .u-pt40_sp {
    padding-top: 40px !important;
  }
  .u-pt50_sp {
    padding-top: 50px !important;
  }
  .u-pt60_sp {
    padding-top: 60px !important;
  }
  .u-pt70_sp {
    padding-top: 70px !important;
  }
  .u-pt80_sp {
    padding-top: 80px !important;
  }
  .u-pt90_sp {
    padding-top: 90px !important;
  }
  .u-pt100_sp {
    padding-top: 100px !important;
  }
  .u-pb10_sp {
    padding-bottom: 10px !important;
  }
  .u-pb20_sp {
    padding-bottom: 20px !important;
  }
  .u-pb30_sp {
    padding-bottom: 30px !important;
  }
  .u-pb40_sp {
    padding-bottom: 40px !important;
  }
  .u-pb50_sp {
    padding-bottom: 50px !important;
  }
  .u-pb60_sp {
    padding-bottom: 60px !important;
  }
  .u-pl0_sp {
    padding-left: 0px !important;
  }
  .u-pl10_sp {
    padding-left: 10px !important;
  }
  .u-pl20_sp {
    padding-left: 20px !important;
  }
  .u-pl30_sp {
    padding-left: 30px !important;
  }
  .u-pl90_sp {
    padding-left: 90px !important;
  }
  .u-pr10_sp {
    padding-right: 10px !important;
  }
  .u-pr0_sp {
    padding-right: 0px !important;
  }
  .u-pr20_sp {
    padding-right: 20px !important;
  }
  .u-pr30_sp {
    padding-right: 30px !important;
  }
}
/* -----------------------------------------------------------------------------
   #Text
   -------------------------------------------------------------------------- */
/*
  bootstrapのユーティリティを補う為の
  テキスト系の汎用クラス
*/
.u-serif {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "Meiryo", serif;
}

.u-red {
  color: #C7161E !important;
}

.u-black {
  color: #000 !important;
}

.u-lh_175 {
  line-height: 1.75;
}

.u-lh_200 {
  line-height: 2;
}

.u-f10 {
  font-size: 0.625rem !important;
}

.u-f11 {
  font-size: 0.6875rem !important;
}

.u-f12 {
  font-size: 0.75rem !important;
}

.u-f13 {
  font-size: 0.8125rem !important;
}

.u-f14 {
  font-size: 0.875rem !important;
}

.u-f15 {
  font-size: 0.9375rem !important;
}

.u-f16 {
  font-size: 1rem !important;
}

.u-f17 {
  font-size: 1.0625rem !important;
}

.u-f18 {
  font-size: 1.125rem !important;
}

.u-f19 {
  font-size: 1.1875rem !important;
}

.u-f20 {
  font-size: 1.25rem !important;
}

.u-f21 {
  font-size: 1.3125rem !important;
}

.u-f22 {
  font-size: 1.375rem !important;
}

.u-f23 {
  font-size: 1.4375rem !important;
}

.u-f24 {
  font-size: 1.5rem !important;
}

.u-f25 {
  font-size: 1.5625rem !important;
}

.u-f26 {
  font-size: 1.625rem !important;
}

.u-f27 {
  font-size: 1.6875rem !important;
}

.u-f28 {
  font-size: 1.75rem !important;
}

.u-f29 {
  font-size: 1.8125rem !important;
}

.u-f30 {
  font-size: 1.875rem !important;
}

.u-f31 {
  font-size: 1.9375rem !important;
}

.u-f32 {
  font-size: 2rem !important;
}

.u-f33 {
  font-size: 2.0625rem !important;
}

.u-f34 {
  font-size: 2.125rem !important;
}

.u-f35 {
  font-size: 2.1875rem !important;
}

.u-f36 {
  font-size: 2.25rem !important;
}

.u-f37 {
  font-size: 2.3125rem !important;
}

.u-f38 {
  font-size: 2.375rem !important;
}

.u-f39 {
  font-size: 2.4375rem !important;
}

.u-f40 {
  font-size: 2.5rem !important;
}

.u-f41 {
  font-size: 2.5625rem !important;
}

.u-f42 {
  font-size: 2.625rem !important;
}

.u-f43 {
  font-size: 2.6875rem !important;
}

.u-f44 {
  font-size: 2.75rem !important;
}

.u-f45 {
  font-size: 2.8125rem !important;
}

.u-f46 {
  font-size: 2.875rem !important;
}

.u-f47 {
  font-size: 2.9375rem !important;
}

.u-f48 {
  font-size: 3rem !important;
}

.u-f49 {
  font-size: 3.0625rem !important;
}

.u-f50 {
  font-size: 3.125rem !important;
}

.u-f55 {
  font-size: 3.4375rem !important;
}

@media only screen and (max-width: 767px) {
  .u-f10_sp {
    font-size: 0.625rem !important;
  }
  .u-f11_sp {
    font-size: 0.6875rem !important;
  }
  .u-f12_sp {
    font-size: 0.75rem !important;
  }
  .u-f13_sp {
    font-size: 0.8125rem !important;
  }
  .u-f14_sp {
    font-size: 0.875rem !important;
  }
  .u-f15_sp {
    font-size: 0.9375rem !important;
  }
  .u-f16_sp {
    font-size: 1rem !important;
  }
  .u-f17_sp {
    font-size: 1.0625rem !important;
  }
  .u-f18_sp {
    font-size: 1.125rem !important;
  }
  .u-f19_sp {
    font-size: 1.1875rem !important;
  }
  .u-f20_sp {
    font-size: 1.25rem !important;
  }
  .u-f21_sp {
    font-size: 1.3125rem !important;
  }
  .u-f22_sp {
    font-size: 1.375rem !important;
  }
  .u-f23_sp {
    font-size: 1.4375rem !important;
  }
  .u-f24_sp {
    font-size: 1.5rem !important;
  }
  .u-f25_sp {
    font-size: 1.5625rem !important;
  }
  .u-f26_sp {
    font-size: 1.625rem !important;
  }
  .u-f27_sp {
    font-size: 1.6875rem !important;
  }
  .u-f28_sp {
    font-size: 1.75rem !important;
  }
  .u-f29_sp {
    font-size: 1.8125rem !important;
  }
  .u-f30_sp {
    font-size: 1.875rem !important;
  }
  .u-f31_sp {
    font-size: 1.9375rem !important;
  }
  .u-f32_sp {
    font-size: 2rem !important;
  }
  .u-f33_sp {
    font-size: 2.0625rem !important;
  }
  .u-f34_sp {
    font-size: 2.125rem !important;
  }
  .u-f35_sp {
    font-size: 2.1875rem !important;
  }
  .u-f36_sp {
    font-size: 2.25rem !important;
  }
  .u-f37_sp {
    font-size: 2.3125rem !important;
  }
  .u-f38_sp {
    font-size: 2.375rem !important;
  }
  .u-f39_sp {
    font-size: 2.4375rem !important;
  }
  .u-f40_sp {
    font-size: 2.5rem !important;
  }
  .u-f41_sp {
    font-size: 2.5625rem !important;
  }
  .u-f42_sp {
    font-size: 2.625rem !important;
  }
  .u-f43_sp {
    font-size: 2.6875rem !important;
  }
  .u-f44_sp {
    font-size: 2.75rem !important;
  }
  .u-f45_sp {
    font-size: 2.8125rem !important;
  }
  .u-f46_sp {
    font-size: 2.875rem !important;
  }
  .u-f47_sp {
    font-size: 2.9375rem !important;
  }
  .u-f48_sp {
    font-size: 3rem !important;
  }
  .u-f49_sp {
    font-size: 3.0625rem !important;
  }
  .u-f50_sp {
    font-size: 3.125rem !important;
  }
}
/* #Show
  -------------------------------------------------------------------------- */
/*
PCとスマホの表示・非表示切り替え
*/
@media print, screen and (min-width: 768px) {
  .u-show_sp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .u-show_sp {
    display: inherit;
  }
}

@media print, screen and (min-width: 768px) {
  .u-show_pc {
    display: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .u-show_pc {
    display: none !important;
  }
}

.is-hide {
  display: none;
}

.p-loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

.p-loading::before {
  content: "";
  display: block;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  margin-top: -15px;
  margin-left: -15px;
  background: white;
}

.p-loading::after {
  content: "";
  display: block;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 32px;
  height: 32px;
  border-radius: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border: 4px solid #60ABB9;
  border-right: 4px solid white;
  animation: rotate 1s infinite linear;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.wp-pagenavi {
  clear: both;
  text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
  color: #999;
  background-color: #FFF;
  border: solid 1px #e0e0d2;
  padding: 6px 12px;
  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;
}
.wp-pagenavi a:hover {
  color: #FFF;
  background-color: #999;
  border-color: #999;
}
.wp-pagenavi span.current {
  color: #FFF;
  background-color: #AC8F8B;
  border-color: #8A706C;
  font-weight: bold;
}

.layout_header01 {
  position: relative;
  z-index: 1054;
  background-color: #fff;
}
.layout_header01_top {
  color: #fff;
  background-color: #3A1D04;
}
@media only screen and (max-width: 767px) {
  .layout_header01_top {
    display: none;
  }
}
.layout_header01_main {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .layout_header01_main {
    align-items: center;
    gap: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.layout_header01 h1 {
  margin: 0;
}
.layout_header01 h1 img {
  display: block;
}
@media only screen and (max-width: 767px) {
  .layout_header01 h1 {
    flex: 1 1 auto;
  }
  .layout_header01 h1 img {
    width: min(250px, 100%);
    height: auto;
  }
}
.layout_header01_menuBtn {
  position: relative;
  z-index: 1053;
  display: none;
  border: 0;
  background: transparent;
  padding: 6px 8px;
  line-height: 1.1;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .layout_header01_menuBtn {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-width: 52px;
    gap: 3px;
    font-size: 0.6875rem;
    letter-spacing: 0.04em;
  }
}
.layout_header01_menuBtnIcon {
  position: relative;
  display: block;
  width: 32px;
  height: 22px;
}
.layout_header01_menuBtnIcon::before, .layout_header01_menuBtnIcon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
  transition: transform 0.35s ease, top 0.35s ease, bottom 0.35s ease;
}
.layout_header01_menuBtnIcon::before {
  top: 2px;
  box-shadow: 0 9px 0 currentColor;
}
.layout_header01_menuBtnIcon::after {
  bottom: 2px;
}
.layout_header01_menuBtnText {
  display: block;
  font-size: 0.6875rem;
  line-height: 1;
}

.is-menu-open .layout_header01_menuBtn {
  position: fixed;
  top: 10px;
  right: 12px;
  color: #5c5c5c;
}
.is-menu-open .layout_header01_menuBtnIcon::before {
  top: 10px;
  box-shadow: none;
  transform: rotate(45deg);
}
.is-menu-open .layout_header01_menuBtnIcon::after {
  bottom: 10px;
  transform: rotate(-45deg);
}

.layout_gnv01_wrap {
  transition: transform 0.35s ease;
  background: #fff;
  border-top: 1px solid #533524;
}
@media print, screen and (min-width: 768px) {
  .layout_gnv01_wrap {
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .layout_gnv01_wrap {
    position: fixed;
    top: 67px;
    right: 0;
    z-index: 1055;
    display: flex;
    flex-direction: column;
    width: min(90%, 320px);
    height: calc(100vh - 67px);
    border-top: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transform: translateX(100%);
  }
}

@media print, screen and (min-width: 768px) {
  .layout_gnv02 {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .layout_gnv02 {
    padding: 10px 15px;
    color: #fff;
    background: #3A1D00;
  }
}
.layout_gnv02 a:link {
  color: #fff;
}
.layout_gnv02 a:visited {
  color: #fff;
}
.layout_gnv02 a:hover {
  color: #fff;
}
.layout_gnv02 a:active {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .layout_gnv01_overlay {
    position: fixed;
    inset: 0;
    z-index: 1052;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s ease;
  }
}

@media only screen and (max-width: 767px) {
  body.is-menu-open {
    overflow: hidden;
  }
}

@media only screen and (max-width: 767px) {
  .is-menu-open .layout_gnv01_wrap {
    transform: translateX(0);
  }
}
@media only screen and (max-width: 767px) {
  .is-menu-open .layout_gnv01_overlay {
    opacity: 1;
    pointer-events: auto;
  }
}

@media only screen and (max-width: 767px) {
  .layout_gnv01 {
    padding: 0;
  }
}
.layout_gnv01 > ul {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
}
@media print, screen and (min-width: 768px) {
  .layout_gnv01 > ul {
    display: flex;
    align-items: stretch;
    gap: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .layout_gnv01 > ul {
    display: block;
  }
}
.layout_gnv01 > ul > li {
  font-size: 0.875rem;
}
@media print, screen and (min-width: 768px) {
  .layout_gnv01 > ul > li {
    flex: 1 1 auto;
  }
}
@media only screen and (max-width: 767px) {
  .layout_gnv01 > ul > li {
    border-top: 1px solid #d1c9c4;
  }
}
.layout_gnv01 > ul > li > a,
.layout_gnv01 > ul > li > dl > dt {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #000;
  text-decoration: none;
  font-weight: normal;
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  .layout_gnv01 > ul > li > a,
  .layout_gnv01 > ul > li > dl > dt {
    line-height: 1;
    padding: 20px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .layout_gnv01 > ul > li > a,
  .layout_gnv01 > ul > li > dl > dt {
    justify-content: space-between;
    padding: 15px;
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 768px) {
  .layout_gnv01 > ul > li > a:hover img,
  .layout_gnv01 > ul > li > dl > dt:hover img,
  .layout_gnv01 > ul > li .is-select > dt img {
    opacity: 1;
  }
  .layout_gnv01 > ul > li > a:hover::after,
  .layout_gnv01 > ul > li > dl > dt:hover::after,
  .layout_gnv01 > ul > li .is-select > dt::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    height: 15px;
    width: 100%;
    background-color: #000;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .layout_gnv01 > ul > li > a img,
  .layout_gnv01 > ul > li > dl > dt img {
    display: none;
  }
  .layout_gnv01 > ul > li > dl > dt {
    padding-right: 48px;
  }
  .layout_gnv01 > ul > li > dl > dt::before,
  .layout_gnv01 > ul > li > dl > dt::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    width: 12px;
    height: 1px;
    background: currentColor;
    transform: translateY(-50%);
    transition: transform 0.35s ease, opacity 0.35s ease;
  }
  .layout_gnv01 > ul > li > dl > dt::before {
    transform: translateY(-50%) rotate(90deg);
  }
  .layout_gnv01 > ul > li > dl.is-select > dt::before {
    opacity: 0;
  }
}
.layout_gnv01 dl {
  margin: 0;
}
.layout_gnv01 dd {
  margin: 0;
  background: #000;
}
@media print, screen and (min-width: 768px) {
  .layout_gnv01 dd {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 1000;
    width: 100%;
  }
}
.layout_gnv01 dd ul {
  list-style: none;
  padding: 0;
}
.layout_gnv01 dd a {
  display: block;
  color: #fff;
  text-decoration: none;
}
.layout_gnv01 dd a:hover {
  background-color: #666;
}
@media print, screen and (min-width: 768px) {
  .layout_gnv01 dd a {
    padding: 10px 5px;
  }
}
@media only screen and (max-width: 767px) {
  .layout_gnv01 dd a {
    padding: 15px 25px;
  }
}
@media print, screen and (min-width: 768px) {
  .layout_gnv01 dd img {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .layout_gnv01 dd img {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .layout_gnv01 dd .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .layout_gnv01 small {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .layout_gnv01 small {
    display: block;
    padding: 20px 10px;
    text-align: right;
    border-top: 1px solid #d1c9c4;
  }
}

/* dropdown motion */
.layout_gnv01 dl.is-select > dd {
  visibility: visible;
  transition-delay: 0s;
  pointer-events: auto;
}
.layout_gnv01 dl dd {
  height: 0;
  visibility: hidden;
  pointer-events: none;
  overflow: hidden;
  transition: height 0.3s ease, visibility 0s linear 0.3s;
}

.layout_footer01 {
  color: #fff;
  background-color: #3A1D04;
  font-size: 0.875rem;
  position: fixed;
  bottom: 0;
  display: flex;
  z-index: 99;
}
.layout_footer01 > div {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .f_sns {
    padding-bottom: 68px;
  }
}

footer {
  position: relative;
}

.pageTop {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 99;
}
@media print, screen and (min-width: 768px) {
  .pageTop {
    right: 30px;
    bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .pageTop {
    right: 10px;
    bottom: 73px;
  }
}

.pageTop.is-show {
  opacity: 1;
  visibility: visible;
}

.pageTop.is-stop {
  position: absolute;
}
@media print, screen and (min-width: 768px) {
  .pageTop.is-stop {
    top: -26px;
    right: 30px;
    bottom: auto;
  }
}

@media print, screen and (min-width: 768px) {
  a[href^=tel] {
    pointer-events: none;
  }
}

.ttl_style01 {
  padding: 15px;
  text-align: center;
  border: 1px solid #BB9875;
  color: #BB9875;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .ttl_style01 {
    font-size: 1.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .ttl_style01 {
    font-size: 1.375rem;
  }
}

.ttl_style02, .ttl_about01 {
  margin-inline: auto;
  display: inline-block;
  margin-inline: auto;
  padding-top: 15px;
  min-width: 130px;
  text-align: center;
  font-weight: bold;
  border-top: 5px solid #BB9875;
  color: #BB9875;
}
@media print, screen and (min-width: 768px) {
  .ttl_style02, .ttl_about01 {
    font-size: 1.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .ttl_style02, .ttl_about01 {
    font-size: 1.5rem;
  }
}

.layout_hero01 {
  background-size: cover;
  background-position: center center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .layout_hero01 {
    height: 320px;
  }
}
@media only screen and (max-width: 767px) {
  .layout_hero01 {
    aspect-ratio: 1300/320;
  }
}
.layout_hero01 h2 {
  font-weight: bold;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .layout_hero01 h2 {
    font-size: 2.125rem;
  }
}
@media only screen and (max-width: 767px) {
  .layout_hero01 h2 {
    font-size: 1.5rem;
  }
}

.sub_nav {
  background-color: #BB9875;
}
.sub_nav a {
  display: block;
  padding: 15px 10px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
  transition: opacity 0.2s ease;
}
@media only screen and (max-width: 767px) {
  .sub_nav a {
    border: 1px solid #fff;
  }
}
.sub_nav a a:link {
  color: #fff;
}
.sub_nav a a:visited {
  color: #fff;
}
.sub_nav a a:hover {
  color: #fff;
}
.sub_nav a a:active {
  color: #fff;
}
.sub_nav a:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.1);
}

.btn_style01 {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 600px;
  padding: 15px 40px 15px 20px;
  border: 1px solid #3A1D04;
  border-radius: 8px;
  background-color: #fff;
  color: #3A1D04;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .btn_style01 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .btn_style01 {
    font-size: 1.125rem;
  }
}
.btn_style01:link, .btn_style01:visited, .btn_style01:active {
  color: #3A1D00;
  text-decoration: none;
}
.btn_style01:hover {
  color: #3A1D00;
  text-decoration: none;
  opacity: 0.5;
}
.btn_style01::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #3A1D00;
}

.stretched-link:hover::after {
  background-color: rgba(244, 244, 244, 0.7);
}

@media only screen and (max-width: 767px) {
  .table_scroll {
    overflow-x: scroll; /* スクロールする */
    white-space: nowrap; /* 自動改行しない */
  }
}
.layout_gmap {
  aspect-ratio: 10/4;
  width: 100%;
}
.layout_gmap iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/* フェードインアニメーション */
/*
共通バナー群
*/
.aside_banners {
  background-color: #EEEEEE;
}
.aside_banners .aside_banners_wrap {
  position: relative;
}
.aside_banners .aside_banners_slider {
  position: relative;
}
.aside_banners .swiper-slide {
  display: block;
  height: auto;
}
.aside_banners img {
  display: block;
  width: 100%;
  height: auto;
}
.aside_banners .aside_banners_prev,
.aside_banners .aside_banners_next {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 0;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  cursor: pointer;
}
.aside_banners .aside_banners_prev {
  background-image: url("/images/common/btn_prev.png");
}
@media print, screen and (min-width: 768px) {
  .aside_banners .aside_banners_prev {
    left: -69px;
  }
}
@media only screen and (max-width: 767px) {
  .aside_banners .aside_banners_prev {
    left: -10px;
  }
}
.aside_banners .aside_banners_next {
  background-image: url("/images/common/btn_next.png");
}
@media print, screen and (min-width: 768px) {
  .aside_banners .aside_banners_next {
    right: -69px;
  }
}
@media only screen and (max-width: 767px) {
  .aside_banners .aside_banners_next {
    right: -10px;
  }
}
.aside_banners .swiper-button-disabled {
  opacity: 0.5;
  cursor: default;
}

/* -----------------------------------------------------------------------------
#index
-------------------------------------------------------------------------- */
/*
トップページ
*/
.main_visual_slider {
  position: relative;
}
.main_visual_slider .swiper-slide {
  height: auto;
}
.main_visual_slider img {
  display: block;
  width: 100%;
  height: auto;
}

.media_banners_wrap {
  position: relative;
}

.media_banners_slider {
  position: relative;
}
.media_banners_slider .swiper-slide {
  display: block;
  height: auto;
}
.media_banners_slider img {
  display: block;
  width: 100%;
  height: auto;
}

.media_banners_prev,
.media_banners_next {
  position: absolute;
  top: 50%;
  z-index: 5;
  padding: 0;
  border: 0;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  .media_banners_prev,
  .media_banners_next {
    width: 59px;
    height: 59px;
  }
}
@media only screen and (max-width: 767px) {
  .media_banners_prev,
  .media_banners_next {
    width: 30px;
    height: 30px;
  }
}

.media_banners_prev {
  background-image: url("/images/common/btn_prev.png");
}
@media print, screen and (min-width: 768px) {
  .media_banners_prev {
    left: -69px;
  }
}
@media only screen and (max-width: 767px) {
  .media_banners_prev {
    left: -10px;
  }
}

.media_banners_next {
  background-image: url("/images/common/btn_next.png");
}
@media print, screen and (min-width: 768px) {
  .media_banners_next {
    right: -69px;
  }
}
@media only screen and (max-width: 767px) {
  .media_banners_next {
    right: -10px;
  }
}

.media_banners_prev.swiper-button-disabled,
.media_banners_next.swiper-button-disabled {
  opacity: 0.5;
  cursor: default;
}

/* -----------------------------------------------------------------------------
#News & Blog
-------------------------------------------------------------------------- */
.news_archive_thumb {
  aspect-ratio: 310/200;
}
@media print, screen and (min-width: 768px) {
  .news_archive .news_archive_thumb {
    aspect-ratio: 368/228;
  }
}
.news_archive_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news_cat {
  display: inline-block;
  padding: 5px 10px;
  background-color: #C26C6B;
  color: #fff;
  line-height: 1;
  min-width: 130px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .news_cat {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .news_cat {
    font-size: 0.75rem;
  }
}
@media print, screen and (min-width: 768px) {
  .news_archive .news_cat {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    padding: 10px;
  }
}

.btn_news_more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 240px;
  padding: 15px 10px;
  border: 1px solid #b99f8d;
  border-radius: 999px;
  background-color: #fff;
  color: #6e5242;
  font-size: 0.8125rem;
}
.btn_news_more:link, .btn_news_more:visited, .btn_news_more:hover, .btn_news_more:active {
  color: #6e5242;
}
.btn_news_more:hover {
  text-decoration: none;
  background-color: rgba(110, 82, 66, 0.08);
}

.post_wysiwyg {
  line-height: 1.5;
}
.post_wysiwyg p {
  margin-bottom: 0;
}
.post_wysiwyg h1, .post_wysiwyg h2, .post_wysiwyg h3, .post_wysiwyg h4, .post_wysiwyg h5, .post_wysiwyg h6 {
  margin-bottom: 0;
  font-weight: bold;
  line-height: 1.5;
}
.post_wysiwyg h1 {
  font-size: 1.8em;
}
.post_wysiwyg h2 {
  font-size: 1.6em;
}
.post_wysiwyg h3 {
  font-size: 1.4em;
}
.post_wysiwyg h4 {
  font-size: 1.2em;
}
.post_wysiwyg ul, .post_wysiwyg ol {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}
.post_wysiwyg ul {
  list-style: disc;
}
.post_wysiwyg ol {
  list-style: decimal;
}
.post_wysiwyg a {
  color: #0d6efd;
  text-decoration: underline;
}
.post_wysiwyg a:hover {
  text-decoration: none;
}
.post_wysiwyg img {
  max-width: 100%;
  height: auto;
  margin: 1.5em 0;
}
.post_wysiwyg blockquote {
  padding: 1em 1.5em;
  margin: 1.5em 0;
  border-left: 4px solid #ccc;
  background: #f9f9f9;
}
.post_wysiwyg strong {
  font-weight: bold;
}
.post_wysiwyg em {
  font-style: italic;
}
.post_wysiwyg hr {
  margin: 2em 0;
  border: none;
  border-top: 1px solid #ddd;
}

.btn_copy {
  padding: 0;
  background-color: transparent;
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.news_archive_category {
  padding: 0;
  list-style: none;
  border: 1px solid #dee2e6;
  background-color: #fff;
}
.news_archive_category li + li {
  border-top: 1px solid #ddd7d1;
}
.news_archive_category a {
  display: block;
  padding: 15px;
  font-size: 0.9375rem;
  text-decoration: none;
}
.news_archive_category a:hover {
  background-color: #ddd;
}

.news_archive_dropdown {
  width: 100%;
}

.news_archive_dropdown_toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #dee2e6;
  border-radius: 0;
  background-color: #fff;
  color: #000;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
}
.news_archive_dropdown_toggle::after {
  margin-left: 16px;
  flex-shrink: 0;
}
.news_archive_dropdown_toggle:link, .news_archive_dropdown_toggle:visited, .news_archive_dropdown_toggle:hover, .news_archive_dropdown_toggle:active, .news_archive_dropdown_toggle:focus {
  background-color: #fff;
  color: #000;
  border-color: #dee2e6;
  box-shadow: none;
  text-decoration: none;
}

.news_archive_dropdown_menu {
  width: 100%;
  border: 1px solid #dee2e6;
  border-radius: 0;
  padding: 0;
  margin-top: 0;
}
.news_archive_dropdown_menu .dropdown-item {
  padding: 10px 15px;
  font-size: 0.9375rem;
}
.news_archive_dropdown_menu .dropdown-item:hover, .news_archive_dropdown_menu .dropdown-item:focus {
  background-color: #f8f9fa;
}

.btn_news_menu {
  padding: 0;
  background-color: transparent;
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  padding: 10px;
  border: 0;
  border-radius: 5px;
  background-color: #C26C6B;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.3;
}
.btn_news_menu:link, .btn_news_menu:visited, .btn_news_menu:hover, .btn_news_menu:active, .btn_news_menu:focus {
  color: #fff;
  text-decoration: none;
}
.btn_news_menu:hover {
  opacity: 0.7;
}

.ttl_letter01 {
  font-size: 1rem;
  font-weight: bold;
  position: relative;
  display: block;
  padding-bottom: 5px;
  border-bottom: 2px solid #000;
}
.ttl_letter01::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -8px;
  right: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #000;
}

.news_archive_letter_thumb {
  border: 1px solid #dee2e6;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  max-width: 93px;
}
.news_archive_letter_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* -----------------------------------------------------------------------------
#contact
-------------------------------------------------------------------------- */
/*
お問い合わせ・ご相談
*/
.contact_req {
  display: inline-block;
  margin-left: 5px;
  padding: 1px 5px;
  border-radius: 5px;
  font-size: 0.75rem;
  background-color: #ec7492;
  color: #fff;
}

.contact_tbl {
  margin-top: 20px;
  width: 100%;
  max-width: 740px;
  margin-inline: auto;
  font-size: 0.875rem;
}
.contact_tbl th {
  background-color: #FEF5F8;
  text-align: left;
  font-weight: normal;
}
@media print, screen and (min-width: 768px) {
  .contact_tbl th {
    width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .contact_tbl th {
    width: 100%;
  }
}
.contact_tbl a:link {
  color: #ec7492;
}
.contact_tbl a:visited {
  color: #ec7492;
}
.contact_tbl a:hover {
  color: #ec7492;
}
.contact_tbl a:active {
  color: #ec7492;
}
.contact_tbl input[type=text], .contact_tbl textarea {
  padding: 3px 5px;
  width: 100%;
  max-width: 300px;
}
@media print, screen and (min-width: 768px) {
  .contact_tbl td, .contact_tbl th {
    border: 1px solid #ccc;
    padding: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .contact_tbl {
    display: block;
  }
  .contact_tbl tr, .contact_tbl th, .contact_tbl td, .contact_tbl tbody, .contact_tbl caption {
    display: block;
  }
  .contact_tbl td, .contact_tbl th {
    padding: 10px;
  }
  .contact_tbl tr {
    border-bottom: 1px dashed #ccc;
  }
  .contact_tbl tr:first-child {
    margin-top: 10px;
    border-top: 1px dashed #ccc;
  }
}

.contact_w150 {
  max-width: 150px !important;
}

.contact_w500 {
  max-width: 500px !important;
}

.contact_btn-send, .contact_btn-back {
  margin: 30px auto 0;
  display: inline-block;
  width: 100%;
  max-width: 300px;
  padding: 12px 30px;
  background-color: #ec7492;
  border: 1px solid #fff;
  border-radius: 5px;
  text-align: center;
  color: #fff;
}
.contact_btn-send:link, .contact_btn-back:link {
  color: #fff;
}
.contact_btn-send:visited, .contact_btn-back:visited {
  color: #fff;
}
.contact_btn-send:active, .contact_btn-back:active {
  color: #fff;
}
.contact_btn-send:hover, .contact_btn-back:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}

.contact_btn-back {
  background-color: #888;
}

/*
フォームで使われるエラーメツセージのスタイル。
*/
.field-validation-error {
  font-size: 0.8125rem;
  padding: 5px;
  color: #fff;
  line-height: 3;
  background-color: red;
  border-radius: 10px;
}

.validation-error {
  font-size: 0.8125rem;
  color: red;
}

.input-validation-error {
  border: 1px solid #fd67a4;
  background-color: #fff0f0;
}

input.error, select.error, textarea.error {
  border: 1px solid red;
  background-color: lavenderblush;
}

label.error {
  font-size: 0.8125rem;
  color: red;
  display: inline-block;
  margin-left: 4px;
}

label.center-text {
  display: block;
  text-align: center;
  margin-top: 8px;
}

.layout_faq01 > div {
  border: 1px solid #BB9875;
  border-radius: 10px;
  line-height: 1.75;
  overflow: hidden;
}
.layout_faq01 dt, .layout_faq01 dd {
  font-weight: normal;
}
@media print, screen and (min-width: 768px) {
  .layout_faq01 dt, .layout_faq01 dd {
    padding: 15px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .layout_faq01 dt, .layout_faq01 dd {
    padding: 10px;
  }
}
.layout_faq01 dt {
  font-size: 1.125rem;
}
.layout_faq01 dd {
  margin-bottom: 0;
  background-color: #F9F6F3;
}

.btn_requestpdf {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 10px 40px 10px 20px;
  border: 1px solid #3A1D00;
  border-radius: 5px;
  background-color: #fff;
  color: #3A1D00;
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
}
.btn_requestpdf:link, .btn_requestpdf:visited, .btn_requestpdf:active {
  color: #3A1D00;
  text-decoration: none;
}
.btn_requestpdf:hover {
  color: #3A1D00;
  text-decoration: none;
  opacity: 0.5;
}
.btn_requestpdf::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #3A1D00;
}

@media only screen and (max-width: 767px) {
  form table, form tbody, form tr, form th, form td, form caption {
    display: block;
  }
}

.tbl_request {
  width: 100%;
  border-top: 1px solid #ddd;
}
.tbl_request th, .tbl_request td {
  vertical-align: top;
  font-weight: normal;
  padding: 10px;
}
@media print, screen and (min-width: 768px) {
  .tbl_request th, .tbl_request td {
    border-bottom: 6px solid #fff;
  }
}
.tbl_request th {
  position: relative;
  padding-right: 25px;
}
@media print, screen and (min-width: 768px) {
  .tbl_request th {
    width: 180px;
    text-align: right;
  }
}
@media print, screen and (min-width: 768px) {
  .tbl_request th .req {
    position: absolute;
    top: 10px;
    right: 10px;
  }
}
.tbl_request .th_style01 {
  background-color: #E6E6E6;
}
.tbl_request .th_style02 {
  background-color: #AFD0CB;
}
.tbl_request .th_style03 {
  background-color: #F9F8CB;
}

.req {
  color: #B11C23;
}

.btn_form, .btn_toppage, .btn_entry, .btn_send, .btn_confirm {
  padding: 0;
  background-color: transparent;
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  display: block;
  margin-inline: auto;
  width: 100%;
  max-width: 250px;
  line-height: 50px;
  text-align: center;
  border-radius: 5px;
  font-size: 1rem;
  background-color: #000;
  color: #fff;
  font-weight: normal;
  text-decoration: none;
}
.btn_form:link, .btn_toppage:link, .btn_entry:link, .btn_send:link, .btn_confirm:link, .btn_form:visited, .btn_toppage:visited, .btn_entry:visited, .btn_send:visited, .btn_confirm:visited, .btn_form:hover, .btn_toppage:hover, .btn_entry:hover, .btn_send:hover, .btn_confirm:hover, .btn_form:active, .btn_toppage:active, .btn_entry:active, .btn_send:active, .btn_confirm:active {
  color: #fff;
  text-decoration: none !important;
}
.btn_form:hover, .btn_toppage:hover, .btn_entry:hover, .btn_send:hover, .btn_confirm:hover {
  opacity: 0.7;
  text-decoration: none;
  cursor: pointer;
}

.layout_send {
  display: flex;
  justify-content: space-around;
}
.layout_send button {
  max-width: 350px;
  margin-right: 10px;
  margin-left: 10px;
}

#thanks {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  #thanks {
    margin-top: 25px;
  }
}
#thanks a {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* -----------------------------------------------------------------------------
#about
-------------------------------------------------------------------------- */
/*
診療所の概要
*/
.ttl_about01 {
  color: #C26C6B;
  border-top: 5px solid #C26C6B;
}

.layout_about01 {
  max-width: 800px;
}
.layout_about01 > div {
  padding: 10px 0;
  border-bottom: 1px solid #C7BCBC;
}
.layout_about01 dt {
  color: #997959;
  font-size: 1.375rem;
  font-weight: bold;
}

.ttl_guide01 {
  padding-bottom: 5px;
  border-bottom: 1px solid #CD687D;
  font-size: 1.125rem;
  color: #CD687D;
  font-weight: bold;
}

.ttl_guide03 {
  border-left: 5px solid #ED7991;
  padding-left: 10px;
  line-height: 35px;
  font-weight: bold;
  font-size: 1rem;
}

.tbl_schedule {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 1rem;
  text-align: center;
}
.tbl_schedule th, .tbl_schedule td {
  border: 1px solid #dcdcdc;
  padding: 8px 10px;
  vertical-align: middle;
  font-weight: normal;
}
.tbl_schedule thead th {
  background: #f3f3f3;
}
.tbl_schedule .is_closed {
  color: #C40018;
}
.tbl_schedule .mark {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #000;
  border-radius: 50%;
  background: #fff;
}

/* -----------------------------------------------------------------------------
#在宅医療について
-------------------------------------------------------------------------- */
.layout_zaitaku01 {
  line-height: 2;
}
@media print, screen and (min-width: 768px) {
  .layout_zaitaku01 {
    display: flex;
  }
}
@media print, screen and (min-width: 768px) {
  .layout_zaitaku01 h4 {
    margin-left: -150px;
  }
}
.layout_zaitaku01 figure {
  flex-shrink: 0;
}
@media print, screen and (min-width: 768px) {
  .layout_zaitaku01 figure {
    order: -1;
  }
}
@media only screen and (max-width: 767px) {
  .layout_zaitaku01 figure {
    text-align: center;
  }
}

.ttl_zaitaku01 {
  font-size: 1.5rem;
  color: #582E05;
  font-weight: bold;
}

.layout_zaitaku02 {
  height: 100%;
  padding: 15px 30px;
  line-height: 1.75;
  border: 1px solid #582E05;
  border-radius: 10px;
}
.layout_zaitaku02 dt {
  color: #582E05;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}

.layout_zaitaku03 {
  height: 100%;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #CD687D;
}
.layout_zaitaku03 dt {
  text-align: center;
  margin-bottom: 10px;
  color: #CD687D;
  font-size: 1.125rem;
}
.layout_zaitaku03 dd {
  font-size: 0.875rem;
}

.layout_zaitaku04 {
  position: relative;
  background: #E1C6B6;
  border-radius: 10px;
  padding: 24px 18px 18px;
  height: 100%;
}
.layout_zaitaku04::before {
  content: "";
  position: absolute;
  z-index: 9;
  left: 28px;
  right: 28px;
  top: 38px;
  bottom: 18px;
  background: #fff;
  border-radius: 2px;
  z-index: 0;
}
.layout_zaitaku04::after {
  content: "";
  position: absolute;
  z-index: 10;
  width: 50%;
  max-width: 180px;
  height: 50px;
  left: 50%;
  top: 14px;
  transform: translateX(-50%);
  border: 10px solid #E5E5E6;
  border-radius: 12px;
  z-index: 1;
}
.layout_zaitaku04 p {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 50px 28px 32px;
  font-size: 0.9375rem;
  line-height: 2;
}

.btn_fees01 {
  display: block;
  height: 100%;
  padding: 15px;
  text-align: center;
  font-size: 0.9375rem;
  font-weight: bold;
  background-color: #582E08;
}
.btn_fees01:link, .btn_fees01:visited, .btn_fees01:hover, .btn_fees01:active {
  color: #fff;
  text-decoration: none;
}
.btn_fees01:hover {
  opacity: 0.7;
}
.btn_fees01 span {
  display: inline-block;
  transform: rotate(90deg);
}

.ttl_fees01 {
  padding-bottom: 5px;
  border-bottom: 1px solid #BB9875;
  font-size: 1.5rem;
  color: #BB9875;
}

.tbl_fees01 {
  margin-inline: auto;
  caption-side: inherit;
}
@media print, screen and (min-width: 768px) {
  .tbl_fees01 {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .tbl_fees01 {
    width: max-content;
  }
}
.tbl_fees01 caption {
  font-weight: bold;
  text-align: left;
}
.tbl_fees01 th, .tbl_fees01 td {
  padding: 10px;
  border: 1px solid #ccc;
  font-weight: normal;
}
.tbl_fees01 th {
  background-color: #fef0e9;
  width: 290px;
}
.tbl_fees01 td:last-child {
  width: 100px;
  text-align: right;
}

.layout_fees01 {
  display: inline-block;
  padding: 5px 10px;
  font-size: 1.5rem;
  font-weight: bold;
  border: 1px solid #ccc;
  background-color: #fbf9df;
}
.layout_fees01 span {
  font-size: 0.75rem;
  color: red;
  vertical-align: top;
}

/*
  情報開示
*/
.ttl_disclosure01 {
  padding: 10px 15px;
  background-color: #D16A80;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
}

.ttl_online01 {
  margin-bottom: 1rem;
  padding: 5px 15px;
  color: #fff;
  font-size: 1.125rem;
  background-color: #70AF97;
}

.ttl_online02 {
  color: #EC7492;
  font-size: 1.25rem;
  border: 1px solid #EC7492;
  border-radius: 3px;
  flex-shrink: 0;
  padding: 5px;
  width: 76px;
  height: 42px;
  font-weight: bold;
  margin-right: 10px;
  text-align: center;
}

.ttl_secop01 {
  display: block;
  border-radius: 999px;
  font-weight: normal;
  font-size: 1rem;
  text-align: center;
  background-color: #94C6D4;
}
@media print, screen and (min-width: 768px) {
  .ttl_secop01 {
    padding: 0 5px;
  }
}
@media only screen and (max-width: 767px) {
  .ttl_secop01 {
    padding: 3px 5px;
  }
}

.layout_secop01 {
  padding: 0px 15px;
  border: 1px solid #666;
  background-color: #E7E8E9;
  font-size: 1.125rem;
}
.layout_secop01 span {
  display: inline-block;
  margin-right: 20px;
  font-family: "Times New Roman", Times, serif;
  font-size: 1.5rem;
  font-style: italic;
}

/* -----------------------------------------------------------------------------
   #sitemap
   -------------------------------------------------------------------------- */
/*
  サイトマップ
*/