@charset "UTF-8";

/* リセット（ブラウザ差異の吸収） */
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
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-size: 100%;
  font: inherit;
  vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

body {
  line-height: 1
}

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

/* =========================================================
   便利クラス（余白、回り込み、ボタン、ページトップなど）
========================================================= */

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.fnone {
  float: none;
}

.small {
  font-size: 0.8em;
}

.large {
  font-size: 1.2em;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.btn {
  display: inline-block;
  background-color: #CCFFFC;
  color: #666;
  font-size: 0.8em;
  line-height: 1;
  text-decoration: none;
  letter-spacing: 0.05em;
  padding: 0.2em 1em;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
  -webkit-tap-highlight-color: transparent;
  transition: .3s ease-out;
  max-width: 336px;
  width: 100%;
  line-height: 40px;
}

.btn:hover {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

.float-left-img {
  float: none;
  margin: auto;
  display: block;
  max-width: 95%;
  width: 100%;
}

.float-right-img {
  float: none;
  margin: auto;
  display: block;
  max-width: 95%;
  width: 100%;
}

.clear {
  clear: both;
}

.layout-center {
  margin: 0 auto;
}

.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.txt-left {
  text-align: left;
}

.space-5px {
  display: block;
  width: 100%;
  height: 5px
}

.space-10px {
  display: block;
  width: 100%;
  height: 10px
}

.space-20px {
  display: block;
  width: 100%;
  height: 20px
}

.space-40px {
  display: block;
  width: 100%;
  height: 40px
}

.space-60px {
  display: block;
  width: 100%;
  height: 60px
}

#page-top {
  width: 50px;
  height: 50px;
  display: none;
  position: fixed;
  right: 16px;
  bottom: 16px;
}

#page-top p {
  margin: 0;
  padding: 0;
  text-align: center;
  background: #3b3b3b;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#page-top p:hover {
  background: #8b8b8b;
}

#move-page-top {
  color: #fff;
  line-height: 50px;
  text-decoration: none;
  display: block;
  cursor: pointer;
}

/* =========================================================
   サイト共通（レイアウト、ヘッダ、ナビ、本文、フッタ等）
========================================================= */

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
  font-size: 1em;
  line-height: 1.6em;
  color: #222;
}

p {
  text-align: left;
  margin-top: 5px;
}

a {
  text-decoration: none;
  color: #1111cc;
}

img {
  max-width: 100%;
  height: auto;
}

.center {
  text-align: center;
}

.br-sp {
  display: none;
}

@media screen and (max-width:1023px) {
  .br-sp {
    display: block;
    height: 0;
  }
}

.br-pc {
  display: none;
}

@media screen and (min-width:1024px) {
  .br-pc {
    display: block;
    height: 0;
  }
}

.text-center {
  text-align: center;
}

.center img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.bg {
  background-image: url(/img/bg_page.webp);
}

/* =========================================================
   Header
========================================================= */

header {
  padding: 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.logo {
  margin: 0.5em 0;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}

.logo a {
  text-align: center;
}

.gnav {
  display: flex;
}

/* =========================================================
   ナビゲーション
========================================================= */

.main-nav-btn {
  width: 49%;
  display: inline-block;
  background-color: #FFF;
  font-size: 0.8em;
  color: #333;
  border-bottom: solid 4px #CCC;
  border-radius: 3px;
  text-align: center;
  line-height: 80px;
}

.main-nav-home-btn {
  width: 100%;
  height: 40px;
  text-align: center;
  background-color: #666;
  font-size: 0.8em;
  color: #CCC;
  line-height: 40px;
}

.main-nav a,
.main-nav a:visited {
  color: #333;
  text-decoration: none;
}

.main-nav-home-btn a,
.main-nav-home-btn a:visited {
  color: #CCC;
  text-decoration: none;
}

@media screen and (max-width : 1023px) {
  .main-nav-home-btn {
    margin-bottom: 10px;
    line-height: 40px;
  }
}

/* =========================================================
   コンテンツ
========================================================= */

.container p:not(:last-child) {
  margin-bottom: 1.5em;
}

.main,
footer {
  padding: 20px;
}

.sidebar {
  margin: 20px;
}

.sidebar-nav {
  border: 1px solid #ddd;
  padding: 1em;
  background-color: #FFF;
}

.sidebar-nav a {
  color: #333;
}

.sidebar-nav li {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #ddd;
  background-color: #FFF;
}

/* =========================================================
   タイル
========================================================= */

.tiles {
  margin-bottom: 1em;
}

.tiles li {
  border: #CCC 1px solid;
  margin-bottom: 1em;
  padding: 10px;
  border-radius: 4px;
  background-color: #fff;
  font-size: 1em;
}

.tiles .desc {
  text-align: left;
  margin-top: 0.5em;
}

/* =========================================================
   フッター
========================================================= */

footer {
  text-align: center;
  background: url(/img/footer_bg.webp);
  color: #555;
}

/* =========================================================
   パンくず
========================================================= */

.pankuzu {
  width: 100%;
  background-color: #e6eae3;
  margin-bottom: 30px;
}

.pankuzu a {
  color: #2e8b57;
}

.pankuzu ol {
  margin: 0 auto;
  text-align: center;
}

.pankuzu li {
  display: inline-block;
  margin: 0.9em;
  color: #2e8b57;
  font-size: 0.7em;
}

.pc {
  display: none !important;
}

.sp {
  display: block !important;
}

/* =========================================================
   見出しデザイン（h1〜h5）
========================================================= */

h1 {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 1.5em;
  font-weight: bold;
  color: #C86;
  line-height: 1.4em;
  margin-bottom: 20px;
}

h2 {
  position: relative;
  border-color: #eee;
  border-style: solid;
  border-width: 5px 5px 5px 0;
  background: #fff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
  margin-bottom: 20px;
  font-weight: bold;
  color: #666;
}

h2:after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 15px;
  right: 15px;
  width: 70%;
  height: 10px;
  background: rgba(0, 0, 0, .7);
  box-shadow: 0 15px 10px rgba(0, 0, 0, .7);
  transform: rotate(2deg);
}

h3 {
  padding: 0.4em 0.5em;
  color: #494949;
  border-left: solid 5px #7db4e6;
  border-bottom: solid 3px #d7d7d7;
  margin-bottom: 20px;
  font-weight: bold;
  color: #666;
}

h4 {
  position: relative;
  border-top: solid 2px #80c8d1;
  border-bottom: solid 2px #80c8d1;
  background: #f4f4f4;
  line-height: 1.4;
  padding: 0.4em 0.5em;
  margin: 2em 0 0.5em;
  font-weight: bold;
  color: #666;
}

h4::after {
  content: "POINT";
  position: absolute;
  left: 0;
  bottom: 100%;
  background: #80c8d1;
  color: #fff;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

h5 {
  padding: 0.4em 0.5em;
  border-bottom: solid 3px #d7d7d7;
  margin-bottom: 20px;
  font-weight: bold;
  color: #666;
}

/* =========================================================
   アクセスページ用（テーブル）

========================================================= */

.access-table {
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 0;
  max-width: 710px;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  height: auto;
  font-size: 0.8em;
}

.access-table th {
  margin: 0;
  padding: 10px;
  white-space: nowrap;
  text-align: center;
  background-color: #598bc8;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #FFFFFF;
  color: #FFF;
  line-height: 1.7em;
  font-weight: normal;
}

.access-table td {
  margin: 0;
  padding: 10px;
  text-align: center;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #FFFFFF;
  background-color: #F7F7F7;
  line-height: 2em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* =========================================================
   補助（このサイトで使う小物）
========================================================= */

.top-note {
  background-color: #631;
  max-width: 100%;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.top-note__inner {
  max-width: 1200px;
  width: 100%;
  text-align: left;
  margin: 0 auto;
  padding: 4px 10px;
}

.footer-text {
  text-align: center;
  font-size: 13px;
  line-height: 1.6;
  padding: 10px 0 0;
}

.square_btn {
  display: inline-block;
  padding: 0.5em 1em;
  margin-bottom: 5px;
  text-decoration: none;
  background: #8d6449;
  color: #FFF;
  border-bottom: solid 4px #deb068;
  border-radius: 3px;
  font-size: 12px;
}

.square-btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
}

  /* =========================================================
   フロー（flow）
========================================================= */
.flow_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.flow_list li {
  border: 5px solid #ccc;
  border-radius: 10px;
  margin-bottom: 35px;
  padding: 4px 10px;
  position: relative;
  background-color: #FFF;
}

.flow_list li::after {
  bottom: -34px;
  color: #ccc;
  content: "▼";
  font-size: 24px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  line-height: 1;
}

.flow_list li.last::after {
  content: "";
}

.flow_list li h3::first-letter {
  font-family: garamond, times;
  font-size: 2rem;
  font-style: italic;
  letter-spacing: 0.15em;
}



/* =========================================================
   デスクトップ（1024px以上）
========================================================= */

@media screen and (min-width : 1024px) {

  .float-right-img {
    float: right;
    margin: 0 0 10px 20px;
    /* 左に余白 */
    max-width: 336px;
    width: 100%;
    display: block;
  }

  .float-left-img {
    float: left;
    margin: 0 20px 10px 0;
    /* 右に余白 */
    max-width: 336px;
    width: 100%;
    display: block;
  }

  header {
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
    flex-direction: row;
    line-height: 80px;
    margin-top: 20px;
  }

  p {
    font-size: 14px;
  }

  .logo {
    margin: -10px auto 0 0;
  }

  .gnav a {
    padding: 10px 22px;
    display: block;
    font-size: 24px;
    border-radius: 4px;
  }

  .main-nav {
    display: flex;
    justify-content: center;
    align-items: stretch;
    background-color: #333333;
    border-bottom: #CCC 1px solid;
    border-top: #333 3px solid;
  }

  .main-nav a {
    background-color: #FFF;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #333;
  }

  .main-nav a:visited {
    color: #333;
  }

  .main-nav a:hover {
    background-color: #ffffe0;
  }

  .main-nav-home-btn {
    display: block;
    width: 80px;
    max-width: 100%;
    height: 80px;
    text-align: center;
    font-size: 0.8em;
    color: #CCC;
  }

  .main-nav-home-btn a {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 80px;
    height: 80px;
    background-image: url(/img/gb1.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 80px 80px;
    padding: 0 0 8px;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    line-height: 1;
  }

  .main-nav-home-btn a:visited {
    color: #fff;
  }

  .main-nav-btn {
    width: 225px;
    max-width: 100%;
    height: 80px;
    text-align: center;
    font-size: 0.8em;
    color: #333;
    border-right: #CCC 1px solid;
    display: inline-block;
    padding-top: 0;
    line-height: normal;
  }

  .main-nav-btn a {
    height: 80px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sidebar {
    margin: 0px;
  }

  .sidebar-nav li {
    line-height: 40px;
    font-size: 13px;
    border-bottom: 1px solid #ddd;
    background-color: #FFF;
  }

  .container {
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }

  .sidebar {
    width: 230px;
  }

  .main {
    flex: 1;
    order: 0;
    padding: 0 40px 0 0;
  }

  .tiles {
    display: flex;
    flex-wrap: wrap;
  }

  .tiles li {
    margin: 5px;
    width: calc(33.3% - 10px);
  }

  .pc {
    display: block !important;
  }

  .sp {
    display: none !important;
  }

  /* =========================================================
   料金表
========================================================= */
  .price-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    margin: 0 0 20px;
    border-left: 2px solid #d9d9d9;
    border-right: 2px solid #d9d9d9;
  }

  .price-table td {
    border-top: 2px solid #d9d9d9;
    border-bottom: 2px solid #d9d9d9;
    padding: 18px 16px;
    font-size: 15px;
    color: #333;
  }

  .price-table td.label {
    text-align: left;
    border-right: 2px solid #d9d9d9;
  }

  .price-table td.value {
    text-align: center;
    white-space: nowrap;
  }

  .price-table th {
    background: #f3f3f3;
    border: 2px solid #d9d9d9;
    color: #333;
    text-align: center;
    font-weight: bold;
    padding: 14px 10px;
    font-size: 16px;
  }

  .price-total {
    font-size: 1.8em;
  }

  .price-table--detail tr.note td {
    border-top: 1px dotted #d9d9d9;
    border-bottom: 2px solid #d9d9d9;
  }

  .price-table--detail .note-cell {
    text-align: left;
    font-size: 13px;
    line-height: 1.8;
    padding: 14px 16px;
  }

  /* =========================================================
     料金表（見出し＋ボックス）
  ========================================================= */
  .price-box {
    background: #fff;
    border: 2px solid #d9d9d9;
    margin: 0 0 20px;
  }

  .price-box_title {
    background: #f3f3f3;
    border-bottom: 2px solid #d9d9d9;
    color: #333;
    text-align: center;
    font-weight: bold;
    padding: 14px 10px;
    font-size: 16px;
  }

  /* デフォルト：金額などは中央 */
  .price-box_value {
    background: #fff;
    text-align: center;
    padding: 6px 10px;
  }

  .price-box_value h1 {
    margin: 0;
    line-height: 1.2;
  }

  /* 左寄せにしたいボックスだけに付けるクラス */
  .price-box_value.is-left {
    text-align: left;
  }

  .price-box_value.is-left ul {
    width: 100%;
    text-align: left;
    margin: 0;
    padding-left: 18px;
    list-style: disc;
  }

  .price-box_value.is-left li {
    margin: 0 0 6px;
    line-height: 1.8;
  }

  /* =========================================================
     受け入れテーブル
  ========================================================= */

  .medical-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    margin: 0 0 20px;
    table-layout: fixed;
    border-left: 2px solid #d9d9d9;
    border-right: 2px solid #d9d9d9;
  }

  .medical-table th,
  .medical-table td {
    background: #fff;
    vertical-align: middle;
  }

  .medical-table th {
    background: #9fcd9f;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 16px 10px;
    font-size: 16px;
    border-top: 2px solid #d9d9d9;
    border-bottom: 2px solid #d9d9d9;
  }

  .medical-table td {
    border-top: 2px solid #d9d9d9;
    height: 64px;
    padding: 0 16px;
    font-size: 15px;
    color: #333;
  }

  .medical-table td.item {
    text-align: center;
    line-height: 1.2;
    border-right: 2px solid #d9d9d9;
  }

  .medical-table td.mark {
    width: 90px;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .medical-table td.mark .mkimg {
    display: block;
    margin: 0 auto;
  }

  .medical-table .medical-legend {
    justify-content: center;
  }

  .medical-table .medical-legend .legend-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }

  .mkimg {
    display: block;
    height: 26px;
    width: auto;
  }

  .mkimg--inline {
    display: inline-block;
    height: 18px;
    width: auto;
    vertical-align: middle;
  }

  .medical-table tr:last-child td {
    border-bottom: 2px solid #d9d9d9;
  }

/* =========================================================
   meal：一日のスケジュール表（列幅調整）
========================================================= */

table[summary="一日のスケジュール"] {
  width: 100%;
  max-width: 100%;
  background-color: #fff;
}

/* 1列目：時刻 */
table[summary="一日のスケジュール"] th {
  width: 15%;
  min-width: 90px !important; /* 1行目の inline min-width:110px を潰す */
}

/* 2列目：起床/朝食 など */
table[summary="一日のスケジュール"] td:nth-child(2) {
  width: 10%;
}

/* 3列目：説明は残り全部 */
table[summary="一日のスケジュール"] td:nth-child(3) {
  width: auto;
}


}