@charset "UTF-8";

/* ―――――――――――――――――――――――――― */
/* 共通設定 */
/* ―――――――――――――――――――――――――― */

section  {
    padding: 0 20px;
    box-sizing: border-box;
}

.about_cancel {
  width: 100%;
  box-sizing: border-box;
}

/* ―――――――――――――――――――――――――― */
/* 今津正美セッション */
/* ―――――――――――――――――――――――――― */

table {
    width: 100%;
    border: 1px solid #504439;
    border-collapse: collapse;
    margin: 30px 0 10px;
    font-size: 14px;
  }
  
  tr, th, td {
    font-family: var(--font_ja_min);
    border: 1px solid #504439;
  }
  
  /* 見出し行の背景色 */
  .th_cl_01,
  .th_cl_02,
  .th_cl_03 {
    background-color: #967F6A; 
    color: #fff;
  }
  
  /* 列「内容」の幅 */
  .th_cl_01 {
    width: 45%;
    text-align: center;
  }
  
  /* 列「時間」の幅 */
  .th_cl_02 {
    width: 21%;
    text-align: center;
  }
  
  /* 列「料金（税込）」の幅 */
  .th_cl_03 {
    width: 34%;
    text-align: center;
  }
  
  /* 列「内容」２列目の書式 */
  .tr_02_cl_01 {
    text-align-last: left;
  }
  
  /* 見出し行以外のセルの余白 */
  .tr_02_cl_01,
  .tr_02_cl_02,
  .tr_02_cl_03,
  .tr_03_cl_03 {
    padding: 8px 10px;
  }
  
  /* 「時間」と「料金」を右揃え */
  .tr_02_cl_02,
  .tr_02_cl_03,
  .tr_03_cl_03 {
    text-align: right;
  }

  .menuSec ul {
    padding-left: 40px;
  }

  .menuSec ul li {
    font-family: var(--font_ja_min);
    font-size: var(--fz_mini);
    line-height: 1.7;
    letter-spacing: .05em;
    margin-bottom: 10px;
  }

