@charset "UTF-8";

html{scroll-padding-top: 70px;}
@media screen and (max-width: 768px) {
    html{scroll-padding-top: 50px;}
}

body { padding-top: 120px; }
@media screen and (max-width: 768px) {
    body { padding-top: 50px; }
}


.breadcrumb-item.active {
  margin-top: 2px;
}
@media screen and (max-width: 768px) {
  .breadcrumb-item.active {
    margin-top: 0px;
  }
}

hr.divider {
  max-width: 8.25rem;
  border-width: 0.2rem;
}

.maintext {
  letter-spacing: 0.2em;
  font-size: 5.0rem ;
  text-shadow:
    0 1px 8px rgba(0,0,0,0.8),
    0 2px 8px rgba(0,0,0,0.8);
}
@media only screen and (max-width: 768px) {
  .maintext{
    font-size: 2rem ;
  }
}

.bg-light { background : #F6F6F6 !important; }


/* 定休日カレンダー */
/* 見出しセル（th）以外のセルに上下4pxのパディングを指定 ＆ 垂直上揃え */
#calendarTable td {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  vertical-align: top !important;
}

/* セル内の文字列（内覧会など）の行間を1.5に変更（smallタグまで指定） */
#calendarTable td .scheduleComment,
#calendarTable td .scheduleComment small {
  line-height : 1.5 !important;
  display : inline-block ;
}

/* 表の下の段落（休診日の案内テキスト）の上に15pxの余白を追加 */
p.c-holiday__comment {
  margin-top: 15px !important;
  display: block !important;
  clear: both !important;
}
