@charset 'UTF-8';

/* Main Visual
// ---------------------------------- */
#main-visual {
  padding-bottom: 0;
}

/* Main
// ---------------------------------- */
#contents {
  padding-bottom: 40px;
}

/* --- for SP --- */
@media screen and (max-width: 767px){
  #contents {
    padding-bottom: 0;
  }
}

#contents p {
  font-size: 1.1em;
}

/* ご予約はこちら
// ---------------------------------- */
#sp-reservation {
  background-color: #fae2d4;
  margin-bottom: 20px;
}
#sp-reservation.reserve-wrap {
  border-radius: 20px;
  padding: 15px 30px 10px 30px;
}
#sp-reservation h2 {
  color: #675d55;
  margin-top: 0;
  margin-bottom: 0;
}
#sp-reservation h2::before {
  content: none;
}
#sp-reservation p.p-01 {
  color: #675d55;
  font-size: 1.8em;
  letter-spacing: 0.08em;
  margin-bottom: 5px;
}
#sp-reservation p.p-01 i {
  color: #baa594;
  padding-right: 5px;
}
#sp-reservation a:hover {
  text-decoration: none;
}
#sp-reservation a:hover p {
  opacity: 0.8;
}
#sp-reservation p.p-02 {
  background-color: #da5535;
  border-radius: 10px;
  color: white;
  width: 100%;
  font-size: 1.5em;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
#sp-reservation p.p-02 span {
  margin-top: 1%;
  padding-right: 5%;
}

/* お知らせ
// ---------------------------------- */
#info {
  margin-bottom: 20px;
}
#info > div {
  overflow: hidden;
}
#info > div > p {
  font-size: 1.1em;
}
#info table {
  width: 100%;
  border-collapse: separate;
}
#info table tr {
  height: 30px;
}
#info table tr td {
  line-height: 1.7;
}
#info table tr td:first-child {
  width: 20%;
  font-size: 1.2em;
  font-weight: bold;
  letter-spacing: 0.05em;
}
#info table tr td:nth-child(2) {
  padding-left: 5px;
}

/* 当院について
// ---------------------------------- */
#about {
  margin-bottom: 20px;
}
#about.wrap {
  padding-bottom: 25px;
}
#about .base {
  overflow: hidden;
}
#about .inner-wrap {
  float: left;
  width: 30.33333333%;
  margin-right: 4.5%;
}

/* --- for SP --- */
@media screen and (max-width: 767px){
  #about .inner-wrap {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  #about .inner-wrap p.p-img img{
    width: 100%;
  }
}

#about .inner-wrap-last {
  margin-right: 0;
}
#about p.p-1 {
  margin-bottom: 25px;
}
#about .inner-wrap p.p-img {
  margin-bottom: 0;
}
#about .mini-wrap {
  width: 100%;
  background-color: #f0ecd7;
  border-radius: 0 0 7px 7px;
  padding: 5px 10px 10px 10px;
  margin-bottom: 25px;
}
#about .mini-wrap h3 {
  font-size: 1.4em;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 8px;
}
#about .mini-wrap p {
  position: relative;
  font-size: 1.0em;
  line-height: 1.4;
  padding-left: 10px;
  margin-bottom: 0;
}
#about .mini-wrap p::before {
  content: "・";
  font-size: 2.0em;
  color: #65a35a;
  position: absolute;
  top: -12px;
  left: -10px;
}
#about p.p-2 {
  font-size: 1.2em;
  margin-bottom: 5px;
}
#about p.p-3 {
  margin-bottom: 30px;
}
#about p.p-4 {
  margin-top: 15px;
  margin-bottom: 30px;
}

/* 治療院紹介動画 */
#introduction-video iframe {
  width: 100%;
  height: 168px;
  margin-bottom: 40px;
}

/* 当院の治療は */
#about > h3 {
  margin-top: 0;
  margin-bottom: 15px;
}
#about .inner-wrap2 {
  width: 100%;
  background-color: #dbeab8;
  border-radius: 4px;
  padding: 18px 18px 18px 18px;
  margin-bottom: 20px;
}
#about .inner-wrap2 ul li {
  font-size: 1.2em;
  font-weight: bold;
  padding-left: 40px;
  position: relative;
  margin-bottom: 20px;
}
#about .inner-wrap2 ul li:last-child {
  margin-bottom: 0;
}
#about .inner-wrap2 ul li::before {
  content: url("/img/img-check.png");
  position: absolute;
  top: 0px;
  left: 0px;
}
#about p.p-5 {
  margin-bottom: 30px;
}

/* このような症状を治療いたします */
#about h4 {
  background: url('/img/bg-pattern.png') repeat;
  border-radius: 4px;
  font-size: 1.2em;
  font-weight: bold;
  padding: 7px 15px 7px 15px;
}
#about p.p-6 {
  line-height: 1.4;
  margin-bottom: 20px;
}
#about p.p-7 {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* 赤ちゃんの経絡治療 */
#about h3.h3-hdg {
  background: url('/img/bg-pattern.png') repeat;
  border-radius: 4px;
  font-size: 1.5em;
  font-weight: bold;
  padding: 7px 15px 7px 15px;
}
#about .mini-mini-wrap{
  margin-bottom: 20px;
}
#about p.p-9 {
  position: relative;
  margin-bottom: 0;
}
#about p.p-9 span {
  position: absolute;
  bottom: 0;
}

/* 小中高生の経絡治療 */
#about .sp p.p-10 {
  width: 100%;
  margin-bottom: 20px;
}
#about .sp p.p-10 img{
  width: 100%;
}
#about p.p-11 {
  margin-bottom: 40px;
}

/* --- for SP --- */
@media screen and (max-width: 767px){
  #about p.p-11 {
    margin-bottom: 20px;
  }
}

/* 当院の施術者は */
#about p.p-12 {
  font-size: 1.3em;
}

/* 施術者の声 */
#about #video iframe {
  width: 100%;
  height: 300px;
}

/* 料金
// ---------------------------------- */
#price {
  margin-bottom: 20px;
}
#price p {
  letter-spacing: 0.1em;
}

/* 診療時間
// ---------------------------------- */
#practice-time {
  margin-bottom: 20px;
}

#practice-time div {
  overflow: hidden;
}

#practice-time div > p {
  background-color: #da5535;
  color: white;
  font-size: 0.9em;
  text-align: center;
  border-radius: 4px;
  padding: 1px 10px;
  margin-top: 5px;
  margin-left: 20px;
}

@media screen and (max-width: 767px){
  #practice-time div > p  {
    margin-top: 5px;
    margin-left: 15px;
  }
}

#practice-time table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
}

#practice-time th,
#practice-time td {
  border: #ded5cf 1px solid;
  font-weight: normal;
  text-align: center;
  padding: 2%;
}

#practice-time th:nth-child(2),
#practice-time th:nth-child(3) {
  width: 25%;
}

#practice-time th:nth-child(1) {
  background-color: #d0e4ca;
}

#practice-time th:nth-child(2),
#practice-time th:nth-child(3),
#practice-time th:nth-child(4) {
  background-color: #83af75;
  color: white;
}

#practice-time th:nth-child(3) {
  background-color: #59b0d6;
  color: white;
}

#practice-time th:nth-child(4) {
  background-color: #e2623e;
  color: white;
}

#practice-time td:nth-child(1) {
  font-size: 1.1em;
  letter-spacing: 0.1em;
  font-weight: bold;
}

#practice-time td:nth-child(3) {
  background-color: #ebf7ff;
}

#practice-time td:nth-child(4) {
  font-size: 0.9em;
  color: #e2623e;
  padding-left: 1%;
  padding-right: 1%;
  background-color: #ffebe0;
}

/* アクセス
// ---------------------------------- */
#access {
  margin-bottom: 30px;
}
#access.wrap {
  padding-bottom: 10px;
}

/* --- for SP --- */
@media screen and (max-width: 767px){
  #access {
    margin-bottom: 20px;
  }
  #access.wrap {
    padding-bottom: 20px;
  }
  #access > div > div > p {
    margin-bottom: 15px;
  }
  #access > div > p {
    margin-bottom: 0;
  }
}

#access p iframe{
  width: 100%;
}

/* ご予約はこちら
// ---------------------------------- */
#pc-reservation {
  background-color: #fae2d4;
}
#pc-reservation.wrap {
  padding-top: 10px;
}
#pc-reservation .mini-wrap {
  width: 100%;
  display: table;
  margin-bottom: 5px;
}
#pc-reservation h3 {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  font-size: 1.5em;
}
#pc-reservation p.p-1 {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  color: #675d55;
  font-size: 2.0em;
  letter-spacing: 0.08em;
  position: relative;
}
#pc-reservation p.p-1::before {
  content: "\f095";
  font-family: FontAwesome;
  font-size: 1.3em;
  color: #ab9584;
  position: absolute;
  top: -5px;
  left: -5px;
}
#pc-reservation p.p-2 {
  background-color: #da5535;
  border-radius: 10px;
  color: white;
  width: 100%;
  font-size: 1.5em;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
