@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}
/* Frame */
html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  margin: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  background-color: #FFFAE1;
}
.container {
  width: 95%;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
  color: #6B593C;
  background-color: #FFFFFF;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
a {
  color: #583000;
  text-decoration: none;
  font-weight: bold;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
a:hover {
  color: #fff;
  background-color: #AC9A6B;
}
:target {
  outline: none;
  border-bottom: 2px solid #b89e43;
}
.eyecatchimg {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.eyecatchtitle {
  height: auto;
  position: absolute;
  text-shadow:
    2px 2px 2px #fff, -2px -2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff, 2px 0px 2px #fff, -2px -0px 2px #fff, 0px 2px 2px #fff, 0px -2px 2px #fff;
}
@media (max-width: 575px) {
  .eyecatchtitle {
    top: 0.5rem;
    left: 0.5rem;
    font-size: 1.5rem;
  }
}
@media (min-width: 576px) {
  .eyecatchtitle {
    top: 0.5rem;
    left: 0.5rem;
    font-size: 2.0rem;
  }
}
@media (min-width: 768px) {
  .eyecatchtitle {
    top: 1.0rem;
    left: 1.0rem;
    font-size: 2.0rem;
  }
}
.eyecatchtxt2 {
  width: auto;
  position: absolute;
  font-weight: bold;
  text-shadow:
    2px 2px 2px #fff, -2px -2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff, 2px 0px 2px #fff, -2px -0px 2px #fff, 0px 2px 2px #fff, 0px -2px 2px #fff;
}
@media (max-width: 575px) {
  .eyecatchtxt2 {
    top: 3.25rem;
    left: 1.0rem;
    font-size: 0.75rem;
  }
}
@media (min-width: 576px) {
  .eyecatchtxt2 {
    top: 3.25rem;
    left: 1.0rem;
    font-size: 0.8rem;
  }
}
@media (min-width: 768px) {
  .eyecatchtxt2 {
    top: 3.75rem;
    left: 1.5rem;
    font-size: 0.9rem;
  }
}
.eyecatchtxt {
  width: 15.0rem;
  position: absolute;
  font-weight: bold;
  font-size: 0.8rem;
  text-shadow:
    2px 2px 2px #fff, -2px -2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff, 2px 0px 2px #fff, -2px -0px 2px #fff, 0px 2px 2px #fff, 0px -2px 2px #fff;
}
@media (max-width: 575px) {
  .eyecatchtxt {
    display: none;
  }
}
@media (min-width: 576px) {
  .eyecatchtxt {
    display: block;
    top: 4.5rem;
    left: 2.5rem;
    font-size: 0.6rem;
  }
}
@media (min-width: 768px) {
  .eyecatchtxt {
    display: block;
    top: 5.25rem;
    left: 3.0rem;
    font-size: 0.8rem;
  }
}
.eyecatchtitle a {
  color: #583000;
  text-decoration: none;
  font-weight: normal;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.eyecatchtitle a:hover {
  color: #fff;
  background-color: #AC9A6B;
  text-shadow: none;
}
.eyecatchtxt2 a {
  color: #583000;
  text-decoration: none;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.eyecatchtxt2 a:hover {
  color: #fff;
  background-color: #AC9A6B;
  text-shadow: none;
}
summary {
  display: block;
  cursor: pointer;
  transition: 0.2s; /* 変化を滑らかに */
}
summary::-webkit-details-marker {
  display: none;
}
/* ホバー時のスタイル */
summary:hover {
  cursor: pointer; /* カーソルを指マークに */
  background-color: #FFEFD0;
}
details[open] > summary {
  color: #92896C;
}
details > summary::after {
  font-weight: 100;
  font-size: smaller;
  font-style: italic;
  color: #AB997C;
  content: '　▼開く';
}
details[open] > summary::after {
  font-weight: 100;
  font-size: smaller;
  font-style: italic;
  color: #AB997C;
  content: '　▲閉じる';
}
.under1 {
  background: linear-gradient(transparent 70%, #ffeac0 70%);
  color: #000000;
}
.under2 {
  text-decoration-line: underline;
  text-decoration-color: #AC9A6B;
  color: #401900;
}
.under3 {
  background: linear-gradient(transparent 10%, #ffeac0 70%);
  color: #908060;
  font-weight: bold;
}
.under4 {
  background: linear-gradient(transparent 75%, #ff0000 110%);
  color: #b01010;
}
#salonframe {
  border: 0;
  width: 100%;
  height: 400px;
  margin: 0 0 0 12px;
  padding: 0;
}
ul, ol {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0.5rem;
  padding-left: 1.0rem;
}
ul li::marker {
  font-size: 0.5rem;
}
.currentmenu {
  width: 100%;
  height: auto;
  border-bottom: 2px solid #AC9A6B;
  padding: 0;
  margin: 0 0 0.75rem 0;
  padding-bottom: 0.25rem;
}
.bottommenu {
  width: 100%;
  height: 1.5rem;
  text-align: right;
  margin: 0;
  padding: 0;
  border-top: 2px solid #AC9A6B;
}
.pagemenu {
  width: 100%;
  height: auto;
  padding: 0;
  margin: -12px 0 0 0;
  padding-left: 0.5rem;
  background-color: #ECE7D2;
  padding-bottom: 0.25rem;
}
/* ===================================
   新しいCSS
=================================== */
.column {
  margin: 0 24px 18px 24px;
}
.column_title {
  padding-left: 0.25rem;
  margin-left: 0px;
  margin-bottom: 0.5rem;
  border-left: 1.0rem solid #B89E43;
  font-weight: bold;
}
.column_title2 {
  padding-left: 0.25rem;
  margin-left: 0.25rem;
  margin-bottom: 0.5rem;
  border-left: 0.75rem solid #D8BE43;
  font-weight: bold;
}
.column_title3 {
  padding-left: 0.25rem;
  margin-left: 0.5rem;
  margin-bottom: 0.5rem;
  border-left: 0.5rem solid #E8CE43;
  font-weight: bold;
}
.column_caption {
  padding-left: 1.0rem;
  margin-left: 0.25rem;
  margin-bottom: 0.25rem;
}
.column_title-with-icon {
  display: flex;
  align-items: center;
}
/* タイトル */
.column_title-with-icon-text {
  padding-left: 0.25rem;
}
/* 音符 */
.column_title-with-icon-text::before {
  content: "♪";
  margin-right: 0.35rem;
  color: #B89E43;
  font-size: 1.1rem;
}
/* YouTube */
.column_title-with-icon-youtube {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: .2s;
  margin-left: 1.0rem;
}
.column_title-with-icon-youtube img {
  width: 40px;
  height: auto;
  display: block;
}
.column_title-with-icon-youtube:hover {
  transform: scale(1.08);
}
.column-flex {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 12px;
}
/* 左画像 */
.column-photo {
  width: 250px;
  flex-shrink: 0;
  margin: 0 0 0 12px;
}
/* サイズ違い */
.l {
  width: 370px;
}
.youtube {
  width: 64px;
}
.column-photo img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  transition: .3s;
}
.column-photo a {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
}
/* オレンジ被せ */
.thumb-item::after, .column-photo a::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    rgba(184, 120, 20, .38);
  opacity: 0;
  transition: .3s;
}
/* hover */
.thumb-item:hover img, .column-photo a:hover img {
  transform: scale(1.03);
}
.thumb-item:hover::after, .column-photo a:hover::after {
  opacity: 1;
}
/* キャプション */
.column-photo figcaption {
  margin-top: 8px;
  margin-bottom: 8px;
  text-align: center;
  font-size: .75rem;
  font-weight: bold;
  color: grey;
}
/* 右本文 */
.column-body {
  flex: 1;
  min-width: 0;
  margin: 0 0 0 12px;
}
/* スマホ */
@media(max-width:767px) {
  .column-flex {
    flex-direction: column;
  }
  .column-photo {
    width: 95%;
  }
}
/* サムネール全体 */
.thumb-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
}
/* 各サムネ */
.thumb-item {
  flex: 1 1 calc(33.333% - 16px);
  position: relative;
  overflow: hidden;
  margin: 0 -4px 0 -4px;
  border-radius: 8px;
}
/* 画像 */
.thumb-item img {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  object-position: center 30%;
}
/* タブレット */
@media(max-width:767px) {
  .thumb-item {
    flex: 1 1 calc(50% - 16px);
  }
}
/* スマホ */
@media(max-width:575px) {
  .thumb-grid {
    gap: 12px;
    margin: 8px;
  }
  .thumb-item {
    flex: 1 1 100%;
  }
}
/* 左右2分割 */
.two-column {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
/* 左右 */
.two-column-left, .two-column-right {
  flex: 1;
  min-width: 0;
}
@media(max-width:767px) {
  .two-column {
    flex-direction: column;
  }
}
/* =========================
   Concert Table
========================= */
.concert-table {
  width: 100%;
  margin: 12px 0;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  background: #fffdf8;
  border-radius: 8px;
  border: 1px solid rgba(185, 138, 45, .22);
  color: #3d2c14;
}
/* タイトル行 */
.concert-table th {
  background: #b99135;
  color: #fff9ec;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: .04em;
  padding: 12px;
  text-align: center;
}
/* 左ラベル */
.concert-table > tbody > tr:not(.break-row):not(.encore-row) > td:first-child {
  width: 140px;
  color: #7a5414;
  font-weight: 700;
  text-align: center;
  padding: 14px 18px;
  background-color: #f6ecd7;
  border-bottom: 1px solid rgba(185, 138, 45, .16);
}
/* 右内容 */
.concert-table > tbody > tr > td:last-child {
  padding: 14px 20px;
  border-bottom: 1px solid rgba(185, 138, 45, .12);
  background: #fffdf9;
}
/* 曲目テーブル */
.music-info {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
/* 曲目行 */
.music-info tr {
  transition: .2s;
}
/* hover */
.music-info tr:hover {
  background: #fff8ea;
}
.music-info td {
  background: #fffdf9 !important;
}
.music-info tr:hover td {
  background: #fff8ea !important;
}
/* 作曲家 */
.music-info td:first-child {
  text-align: left;
  width: 34%;
  color: #7a5414;
  font-weight: 600;
  padding: 4px 18px;
  vertical-align: top;
  border-bottom: 1px dashed rgba(185, 138, 45, .2);
}
/* 曲名 */
.music-info td:last-child {
  text-align: left;
  padding: 4px 18px;
  border-bottom: 1px dashed rgba(185, 138, 45, .2);
  line-height: 1.8;
}
/* 曲目部分だけ背景なし */
.concert-table .nobgcolor-wrapper {
  background: none !important;
  padding: 0;
}
/* スマホ */
@media(max-width:820px) {
  .concert-table th {
    font-size: 1.0rem;
    padding: 8px;
  }
  .concert-table > tbody > tr:not(.break-row):not(.encore-row) > td:first-child {
    width: 72px;
    padding: 8px 6px;
    font-size: .85rem;
    white-space: normal;
    writing-mode: horizontal-tb;
    text-align: center;
  }
  .music-info td:first-child, .music-info td:last-child {
    display: block;
    width: 100%;
  }
  .music-info td:first-child {
    padding-bottom: 6px;
    border-bottom: none;
    padding: 0 0 0 0.25rem;
  }
}
/* アンコール*/
.encore-row td {
  background: #d8b35a;
  color: #fff9ec !important;
  text-align: center !important;
  font-weight: 700;
  letter-spacing: .4em;
  padding: 4px 18px 4px 18px;
}
/* 文字入れる */
.encore-row td::before {
  content: "―アンコール―";
  display: block;
}
/* 休憩 */
.break-row td {
  text-align: center !important;
  background: #f6efe2;
  color: #8a6516;
  font-weight: 700;
  letter-spacing: 1.0em;
  padding: 4px 18px 4px 18px;
}
/* 文字入れる */
.break-row td::before {
  content: "―休憩―";
  display: block;
}
/* =========================
   Biography / Timeline Table
========================= */
.timeline-table {
  width: 100%;
  border-collapse: collapse;
  background: #fffdf8;
  border: 1px solid rgba(185, 138, 45, .18);
  border-radius: 8px;
  overflow: hidden;
  color: #3d2c14;
}
/* 行 */
.timeline-table tr {
  transition: .2s;
}
.timeline-table tr:hover {
  background: #fff8ea;
}
/* セル共通 */
.timeline-table td {
  padding: 14px 16px;
  vertical-align: top;
  border-bottom: 1px dashed rgba(185, 138, 45, .18);
  line-height: 1.8;
}
/* 年 */
.timeline-table td:nth-child(1) {
  width: 110px;
  background: #f6ecd7;
  color: #7a5414;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}
/* 日付 */
.timeline-table td:nth-child(2) {
  width: 120px;
  color: #8a6516;
  font-weight: 600;
  white-space: nowrap;
}
/* 内容 */
.timeline-table td:nth-child(3) {
  width: auto;
}
/* 最終行 */
.timeline-table tr:last-child td {
  border-bottom: none;
}
/* =========================
   Mobile
========================= */
@media(max-width:767px) {
  .timeline-table, .timeline-table tbody, .timeline-table tr, .timeline-table td {
    display: block;
    width: 100%;
  }
  .timeline-table tr {
    padding: 10px 0;
    border-bottom: 1px solid rgba(185, 138, 45, .18);
  }
  .timeline-table td {
    border: none;
    padding: 4px 14px;
  }
  .timeline-table td:nth-child(1), .timeline-table td:nth-child(2) {
    background: none;
    width: 100%;
    text-align: left;
  }
  .timeline-table td:nth-child(1) {
    font-size: 1rem;
  }
  .timeline-table td:nth-child(2) {
    color: #9b7a3c;
    padding-bottom: 8px;
  }
}
/* =========================
   Menu
========================= */
.menuarea {
  width: 100%;
  margin: 0;
  padding: 0;
  background:
    linear-gradient(to bottom, #f6f1e4, #ece2c7);
  border: none;
  box-shadow:
    0 2px 8px rgba(0, 0, 0, .08);
  position: relative;
  z-index: 100;
}
.menucontents {
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  min-height: 58px;
  margin: 0;
  padding: 0;
  font-size: 0.80rem;
  list-style: none;
}
.menucontents, .menucontents ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menucontents li {
  list-style-type: none;
}
.menucontents > li {
  display: flex;
  align-items: stretch;
  position: relative;
  border: none;
  float: none;
  flex: 1 1 0;
  min-width: 180px;
}
/* メインメニュー */
.menucontents > li > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 1.4;
  padding: 12px 26px 10px;
  color: #5d4720;
  transition: .2s;
}
/* 下線 */
.menucontents > li > a::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  /* メニュー下端に密着 */
  bottom: 0;
  height: 2px;
  background: #b89e43;
  transform: scaleX(0);
  transform-origin: center;
  transition: .25s ease;
}
.menucontents > li > a:hover {
  color: #fff;
}
.menucontents > li > a:hover::after {
  transform: scaleX(1);
}
/* サブメニュー */
.menucontents > li > ul {
  position: absolute;
  top: 100%;
  left: 50%;
  transform:
    translateX(-50%) translateY(10px);
  min-width: 240px;
  padding: 12px 0;
  background: #fffdf8;
  border: none;
  border-radius: 14px;
  box-shadow:
    0 12px 28px rgba(0, 0, 0, .16);
  opacity: 0;
  visibility: hidden;
  transition: .25s ease;
  z-index: 999;
}
.menucontents > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform:
    translateX(-50%) translateY(0);
}
.menucontents > li > ul > li {
  border: none;
  background: none;
  height: auto;
}
/* サブメニュー項目 */
.menucontents > li > ul > li > a {
  display: flex;
  align-items: center;
  padding: 14px 22px;
  color: #5d4720;
  transition: .2s;
}
.menucontents > li > ul > li > a:hover {
  background: #f6edd7;
  color: #b0892f;
}
/* =========================
   Mobile Hamburger Menu
========================= */
.mobile-menu-button {
  display: none;
}
@media(max-width:1000px) {
  /* ボタン */
  .mobile-menu-button {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 56px;
    padding-right: 18px;
    background:
      linear-gradient(to bottom, #f6f1e4, #ece2c7);
    color: #5d4720;
    font-size: .92rem;
    font-weight: bold;
    letter-spacing: .08em;
    cursor: pointer;
  }
  /* メニュー本体 */
  .menucontents {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fffdf8;
    border-top:
      1px solid rgba(185, 158, 67, .25);
  }
  /* 開いた時 */
  .menucontents.open {
    display: block !important;
    width: 100%;
  }
  /* 各メニュー */
  .menucontents > li {
    display: block !important;
    position: static;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    flex: none !important;
    flex-basis: auto !important;
    margin: 0;
    padding: 0;
    border-bottom:
      1px solid rgba(185, 158, 67, .12);
  }
  /* メインリンク */
  .menucontents > li > a {
    display: block;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 15px 20px;
    text-align: left;
    line-height: 1.6;
    color: #5d4720;
    background: none;
  }
  .menucontents > li > a::after {
    display: none;
  }
  .menucontents > li > a:hover {
    background: #f6edd7;
    color: #8a6a28;
  }
  /* サブメニュー */
  .menucontents > li > ul {
    display: block;
    position: static;
    left: auto !important;
    transform: none !important;
    opacity: 1;
    visibility: visible;
    min-width: auto;
    padding: 0 0 10px 0;
    margin: 0;
    background: #fdfaf2;
    border-radius: 0;
    box-shadow: none;
    transition: none;
  }
  /* サブ項目 */
  .menucontents > li > ul > li {
    display: block;
    width: 100%;
  }
  .menucontents > li > ul > li > a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 20px;
    font-size: .82rem;
    line-height: 1.5;
    color: #7a5c28;
  }
  .menucontents > li > ul > li > a:hover {
    background: #f3ead4 !important;
    color: #a47b2f !important;
  }
}
/* =========================
   Header
========================= */
.headerarea {
  min-height: 5.5rem;
  display: flex;
  align-items: center;
  padding: 0 1.5rem;
  border-radius: 16px 16px 0 0;
  background:
    linear-gradient(135deg, #b7a06f 0%, #9e8757 45%, #8d7446 100%);
  position: relative;
  overflow: hidden;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .25), 0 4px 12px rgba(0, 0, 0, .12);
}
/* 下ライン */
.headerarea::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background:
    linear-gradient(to right, transparent, rgba(255, 255, 255, .55), transparent);
}
/* タイトル */
.headerareatxt, .headerareatxt2 {
  color: #fffdf6;
  letter-spacing: 0.06em;
  line-height: 1.4;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, .25);
  font-weight: 700;
}
/* 英字少し上品 */
.headerareatxt2 {
  font-weight: 600;
}
/* PC */
.headerareatxt {
  font-size: 1.0rem;
  font-weight: 700;
}
.headerareatxt2 {
  font-size: 0.82rem;
  font-weight: 600;
}
/* アイコン群 */
.headerareamail {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
/* 個別アイコン */
.headerareamail a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
/* アイコン画像 */
.headerareamail img {
  transition: .25s;
  filter:
    drop-shadow(0 1px 2px rgba(0, 0, 0, .25));
}
/* hover */
.headerareamail a:hover img {
  transform: scale(1.12);
  opacity: .85;
}
/* 下帯 */
.headerareabottom {
  height: 4px;
  background:
    linear-gradient(to right, #d7c08a, #fff3d2, #d7c08a);
  margin-bottom: 0.5rem;
}
/* ロゴ */
.headerarealogo {
  flex-shrink: 0;
  margin-right: 1rem;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 576px) {
  .headerarealogo {
    display: none;
  }
  .headerareatxt {
    font-size: 0.92rem;
    line-height: 1.35;
    letter-spacing: 0.03em;
  }
  .headerareatxt2 {
    font-size: 0.62rem;
    line-height: 1.3;
    letter-spacing: 0.02em;
  }
  .headerareamail {
    gap: 0.45rem;
  }
  .headerareamail img {
    width: 32px;
    height: 32px;
  }
}
@media (min-width: 768px) {
  .headerarealogo {
    width: 41px;
    height: 56px;
    background-image: url("../images/common/logo_stra_l_w_s.webp");
  }
}
@media (min-width: 1000px) {
  .headerarealogo {
    width: 112px;
    height: 56px;
    background-image: url("../images/common/logo_stra_l_w.webp");
  }
}
/* =========================
   Footer
========================= */
.footerarea {
  width: 100%;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 16px 16px;
  background:
    linear-gradient(135deg, #9e8757 0%, #8d7446 100%);
  color: #fffdf6;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, .25);
}
.footerarea::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  width: 80%;
  height: 1px;
  background:
    linear-gradient(to right, transparent, rgba(255, 255, 255, .45), transparent);
}
/* =========================
   会員専用ページ専用
   ========================= */
.member-page {
  background-color: #eef3f8;
}
.member-page .container {
  color: #33445c;
}
.member-page .headerarea {
  background: linear-gradient(135deg, #2c4f7c 0%, #446d9e 100%);
  color: #fff;
}
.member-page .footerarea {
  background: #2c4f7c;
}
.member-page .column_title {
  border-left: 1.0rem solid #446d9e;
}
.member-page .column_title2 {
  border-left: 8px solid #446d9e;
}
.member-page a {
  color: #204d80;
}
.member-page a:hover {
  color: #ffffff;
  background-color: #446d9e;
  border-radius: 0px;
}
.member-page .currentmenu {
  margin-top: 10px;
  border-bottom: 2px solid #94bdde;
}
.membertable {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
}
.membertable td {
  border: 1px solid #aab5d6;
  padding: 0.5rem;
}
.membertable .section td{
    font-weight:bold;
    background:#446d9e;
    color:#fff;
}

/* PC */
@media (min-width: 576px) {
  .membertable td:nth-child(1) {
    width: 34%;
  }
  .membertable td:nth-child(2) {
    width: 18%;
  }
  .membertable td:nth-child(3) {
    width: 18%;
  }
  .membertable td:nth-child(4) {
    width: 30%;
  }
}
@media (max-width: 575px) {
  .membertable, .membertable tbody, .membertable tr, .membertable td {
    display: block;
    width: 100%;
  }
    .membertable tr.head{
        display:none;
    }
  .membertable tr {
    margin-bottom: 0.75rem;
    border: 1px solid #aab5d6;
    background: #fff;
  }
  .membertable .section {
    margin-bottom: 0;
    border: none;
  }
  .membertable .section td{
        display:block;
        width:auto;
    }
  .membertable td {
    border: none;
    border-bottom: 1px solid #e0e0e0;
  }
  .membertable td:last-child {
    border-bottom: none;
  }
  .membertable td:nth-child(2)::before {
    content: "掲載日：";
        color:#999;
        font-weight:normal;
  }
  .membertable td:nth-child(3)::before {
    content: "更新日：";
        color:#999;
        font-weight:normal;
  }
  .membertable td:nth-child(4)::before {
    content: "備考：";
        color:#999;
        font-weight:normal;
  }
}