@charset "UTF-8";
/*! ���̃t�@�C����ύX����ꍇ�́u.scss�v����ύX���ĉ����� */
/*! �u.scss�v�t�@�C���������Ȃ��ꍇ��custom.css��ύX���� */
/* �{�^���J���[ */
/* �t�H���g�n */
/*! ���̃t�@�C����ύX����ꍇ�́u.scss�v����ύX���ĉ����� */
/*! �u.scss�v�t�@�C���������Ȃ��ꍇ��custom.css��ύX���� */
#page__mainvisual .container {
  background-image: url(/images/about/mainvisual.jpg);
}

#about .page__title {
  margin-bottom: 55px;
}
#about .about__list table {
  width: 100%;
  text-align: left;
  font-size: 20rem;
}
#about .about__list table tr {
  border-bottom: 1px solid #A6D332;
}
#about .about__list table tr th {
  font-weight: normal;
}
#about .about__list table tr td {
  padding: 30px 0;
}

#recept {
  margin-bottom: 70px;
}
#recept .page__title {
  margin-bottom: 55px;
}
#recept .table_wrap {
  border: 2px solid #000;
  border-radius: 6px;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 30px;
}
#recept .recept_table {
  width: 100%;
  font-size: 14rem;
  line-height: 1.4;
}
#recept .recept_table th {
  text-align: center;
  border: 1px solid #000;
  vertical-align: middle;
  height: 65px;
}
#recept .recept_table td {
  text-align: center;
  border: 1px solid #000;
  font-family: "Quicksand", "Open Sans", Verdana, Roboto, "Droid Sans", "��S�V�b�N Medium", "Yu Gothic Medium", "��S�V�b�N��", YuGothic, "���C���I", Meiryo, "�l�r �o�S�V�b�N", "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  vertical-align: middle;
  padding: 10px 5px;
}
#recept .recept_table .title {
  font-size: 24rem;
  font-weight: bold;
  padding: 5px 5px;
  width: 30%;
}
#recept .recept_table .week {
  font-size: 21rem;
  font-weight: bold;
  width: 10%;
}
#recept .recept_table .time {
  font-size: 18rem;
  font-weight: bold;
  width: 30%;
  padding: 5px 5px;
}
#recept .recept_table .circle {
  width: 24px;
  height: 24px;
}
#recept .recept_table .triangle {
  width: 20px;
  height: 20px;
}
#recept .ippan .bg {
  background: #66b5ed;
  color: #fff;
}
#recept .ippan td.bg {
  background: #88c2e3;
}
#recept .contact .bg {
  background: #a6d332;
  color: #fff;
}
#recept .table__close {
  font-size: 20rem;
  color: #f00;
  line-height: 1.5em;
}

@media screen and (max-width: 768px) {
  #about .page__title {
    margin-bottom: 15px;
  }
  #about .about__list table {
    font-size: 15rem;
  }
  #about .about__list table tr td, #about .about__list table tr th {
    display: block;
    padding: 0;
  }
  #about .about__list table tr td {
    padding-bottom: 10px;
  }
  #about .about__list table tr th {
    padding-top: 10px;
    padding-bottom: 5px;
  }

  #recept {
    padding-top: 30px;
  }
  #recept .page__title {
    margin-bottom: 30px;
  }
  #recept .top__title {
    margin-bottom: 20px;
  }
  #recept .table_wrap {
    margin-top: 20px;
    border-width: 1px;
    margin-bottom: 5px;
  }
  #recept .table_below {
    margin-bottom: 20px;
  }
  #recept .recept_table .title {
    font-size: 15rem;
    width: 30%;
    line-height: 1.2em;
  }
  #recept .recept_table .week {
    font-size: 13rem;
    font-weight: bold;
    width: 10%;
  }
  #recept .recept_table .time {
    font-size: 10rem;
    width: 10%;
  }
  #recept .recept_table .circle {
    width: 18px;
    height: 18px;
  }
  #recept .recept_table .triangle {
    width: 16px;
    height: 16px;
  }
  #recept .recept_table th {
    height: 45px;
  }
  #recept .table__close {
    margin-top: 5px;
    font-size: 15rem;
  }
}
