@charset "UTF-8";
/******************************************************

fonts

******************************************************/
section .time_table {
  width: 1000px;
  max-width: 1000px;
  margin: 50px auto; }
  section .time_table table caption {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 2.2rem;
    font-weight: 600;
    padding-bottom: 20px;
    text-align: left; }
  section .time_table small {
    font-size: 1.4rem; }

section .attention {
  width: 1000px;
  margin: 0 auto 100px;
  border: #ff6f05 solid 1px;
  box-sizing: border-box;
  padding: 40px;
  text-align: center; }
  section .attention p {
    color: #ff6f05;
    font-size: 1.6rem;
    font-weight: 600; }
  section .attention .tel {
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    color: #ff6f05;
    pointer-events: none;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 2px;
    margin-top: 20px; }
    section .attention .tel small {
      font-size: 2.3rem;
      position: relative;
      top: -4px; }
    section .attention .tel span {
      font-size: 3.8rem; }

section .treatment_title {
  width: 1000px;
  margin: 0 auto 50px;
  padding: 30px 0;
  box-sizing: border-box;
  border: #2f2011 solid 1px;
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  section .treatment_title em {
    padding: 0 30px;
    font-size: 2.1rem;
    letter-spacing: 2px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 600;
    white-space: nowrap; }
  section .treatment_title p {
    padding: 0 30px;
    border-left: #2f2011 solid 1px; }

/******************************************************

sp

******************************************************/
@media screen and (max-width: 740px) {
  section .time_table {
    width: 100%;
    padding: 0 10px;
    margin: 20px auto;
    box-sizing: border-box; }
    section .time_table table caption {
      font-size: 1.8rem;
      padding-bottom: 10px; }
    section .time_table small {
      font-size: 1.2rem; }
  section .attention {
    width: calc(100% - 30px);
    margin: 0 15px 20px;
    padding: 15px; }
    section .attention p {
      font-size: 1.3rem;
      line-height: 1.8;
      text-align: left; }
      section .attention p br {
        display: none; }
    section .attention .tel {
      pointer-events: auto;
      letter-spacing: 1px;
      margin-top: 10px; }
      section .attention .tel small {
        font-size: 1.5rem;
        top: -4px; }
      section .attention .tel span {
        font-size: 3rem; }
  section .treatment_title {
    width: calc(100% - 30px);
    margin: 0 15px 20px;
    padding: 10px 15px;
    box-sizing: border-box;
    border: #2f2011 solid 1px;
    display: block; }
    section .treatment_title em {
      padding: 0px;
      font-size: 1.6rem;
      letter-spacing: 1px; }
    section .treatment_title p {
      padding: 0;
      border-left: none; } }
