@charset "UTF-8";
/*! このcssはsass（sass/同名の.scssファイル）からコンパイルされています。修正時はこのcssを直接いじらないようにお願いします */
/* CSS MENU */
#menu {
  /************************************

  TOP COMMON

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

  #chiryo

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

  .price

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

  #iryohi

  ************************************/
}
#menu .bt {
  width: 370px;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  #menu #menu section .wrapper {
    width: 84% !important;
  }
  #menu .bt {
    width: 100%;
    margin: 0 auto;
  }
}
#menu #page_title .image {
  background-image: url("../images/menu/page_title-menu@2x.jpg");
}
@media only screen and (max-width: 1024px) {
  #menu #page_title .image {
    background-image: url("../images/menu/page_title-menu.jpg");
  }
}
@media only screen and (max-width: 1024px) {
  #menu #lead {
    text-align: left;
  }
}
#menu #chiryo .text {
  text-align: left;
  float: left;
  width: 45%;
}
@media only screen and (max-width: 1024px) {
  #menu #chiryo .text {
    text-align: left;
    float: none;
    width: 100%;
    margin: 0 0 30px 0;
  }
}
#menu #chiryo .text .blue {
  color: #00a4d1;
}
#menu #chiryo .hyo {
  text-align: left;
  float: right;
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  #menu #chiryo .hyo {
    text-align: left;
    float: none;
    width: 100%;
  }
}
#menu #chiryo table {
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  border-right: 2px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: 100%;
}
#menu #chiryo th {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background: #e7f6fa;
  padding: 10px;
  font-size: 90%;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  #menu #chiryo th {
    display: block;
    border-right: none;
    padding: 10px;
  }
}
#menu #chiryo td {
  border-bottom: 1px solid #ccc;
  background: #fff;
  padding: 10px 20px;
  font-size: 90%;
  text-align: right;
}
@media only screen and (max-width: 1024px) {
  #menu #chiryo td {
    display: block;
    padding: 10px;
    font-size: 90%;
    text-align: center;
  }
}
#menu .price p.lead {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1024px) {
  #menu .price p.lead {
    text-align: left;
  }
}
#menu .price h3 {
  background: #e7f6fa;
  color: #00a4d1;
  font-size: 150%;
  line-height: 1.3;
  letter-spacing: 0.12em;
  padding: 15px;
  margin: 0 0 30px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  #menu .price h3 {
    font-size: 120%;
  }
}
#menu .price article {
  margin: 0 0 50px;
  text-align: left;
}
#menu .price .rei_title {
  margin: 0 0 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#menu .price .rei_title .no {
  background: #00a4d1;
  color: #fff;
  font-family: serif;
  font-size: 36px;
  line-height: 100%;
  width: 58px;
  padding: 5px 0;
  text-align: center;
}
#menu .price .rei_title h4 {
  margin: 10px 0 0 20px;
  width: calc(100% - 58px - 20px);
}
@media only screen and (max-width: 600px) {
  #menu .price .rei_title h4 {
    margin: 7px 0 0 0px;
    width: 100%;
  }
}
#menu .price .rei_title h4 small {
  font-weight: normal;
  font-size: 80%;
}
@media only screen and (max-width: 1024px) {
  #menu .price .rei_title h4 small {
    display: block;
    font-size: 70%;
  }
}
#menu .price table {
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  border-right: 2px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: 100%;
}
@media only screen and (max-width: 600px) {
  #menu .price table {
    border-bottom: none;
  }
}
#menu .price th {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background: #f2f2f2;
  padding: 10px 20px;
  font-size: 90%;
  text-align: left;
}
@media only screen and (max-width: 600px) {
  #menu .price th {
    display: block;
    border-bottom: 1px solid #ccc;
    border-right: none;
    padding: 10px;
  }
}
#menu .price th.komoku {
  background: #ddd;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  #menu .price th.komoku {
    display: none;
  }
}
#menu .price td {
  border-bottom: 1px solid #ccc;
  background: #fff;
  padding: 10px 20px;
  font-size: 90%;
  text-align: left;
}
@media only screen and (max-width: 600px) {
  #menu .price td {
    display: block;
    padding: 10px;
    border-bottom: 2px solid #ccc;
  }
}
#menu .price .bt {
  margin: 40px auto 0;
  text-align: center;
}
#menu #iryohi article {
  margin: 0 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: left;
}
#menu #iryohi h3 {
  width: 220px;
  margin-right: 5%;
}
@media only screen and (max-width: 1024px) {
  #menu #iryohi h3 {
    width: 100%;
    margin: 0 0 15px;
  }
}
#menu #iryohi h3 span {
  display: block;
  border-left: 4px solid #00a4d1;
  padding-left: 15px;
  line-height: 1.3;
}
#menu #iryohi .text {
  width: calc(100% - 220px - 5%);
}
@media only screen and (max-width: 1024px) {
  #menu #iryohi .text {
    width: 100%;
  }
}
#menu #iryohi .text .bt {
  margin: 20px 0 0;
}
#menu #iryohi .text h4 {
  color: #00a4d1;
  font-size: 18px;
  margin: 15px 0 0;
}
@media only screen and (max-width: 1024px) {
  #menu #iryohi .text h4 {
    font-size: 16px;
  }
}
#menu #iryohi .text ul li {
  padding-left: 20px;
  position: relative;
  background-image: url("../images/common/icon_check_b.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: left 5px;
}
#menu #iryohi .text p strong {
  border-bottom: 1px solid #00a4d1;
}
/*# sourceMappingURL=maps/menu.css.map */
@charset "UTF-8";
/*! このcssはsass（sass/同名の.scssファイル）からコンパイルされています。修正時はこのcssを直接いじらないようにお願いします */
/* CSS Document */
/************************************

all-in-one Calendar

************************************/
/*** カレンダー内のリンクを無効化 **/
.ai1ec-day a {
  pointer-events: none !important;
  color: #333;
}

.timely {
  margin: 0;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif !important;
  font-weight: 500;
  /*windows対策*/
  font-size: 90% !important;
  line-height: 140%;
}

/**** all-in-one Calendar ***/
.ai1ec-calendar-toolbar {
  display: none;
}

.ai1ec-views-dropdown {
  display: none;
}

/*** 枠***/
.timely td,
#ai1ec-container td {
  background: none;
  border: 0;
  padding: 0;
  height: 100px;
}

/*** 日付***/
.ai1ec-month-view .ai1ec-date {
  background: #fff;
  color: #333333;
  font-size: 90%;
  font-weight: bold;
  line-height: 150%;
  height: 20px;
  margin-bottom: 1px;
  padding: 3px 0.4em;
  text-shadow: none;
}

/*** イベント部分***/
.ai1ec-month-view .ai1ec-event {
  height: 80px;
  overflow: visible !important;
  white-space: normal !important;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
}

.ai1ec-month-view .ai1ec-allday .ai1ec-event {
  border-radius: 0;
  background-color: #f2f2f2;
  color: #333;
  text-shadow: none;
}

.ai1ec-month-view .ai1ec-event {
  height: 80px;
  line-height: 150%;
  margin: 0;
}

.ai1ec-month-view a.ai1ec-event-container,
.ai1ec-week-view a.ai1ec-event-container,
.ai1ec-oneday-view a.ai1ec-event-container {
  border: none;
  display: block;
  font-size: inherit;
  opacity: 1;
}

.ai1ec-month-view .ai1ec-allday {
  padding-left: 0;
  width: 100%;
}

/*** empty ***/
.ai1ec-month-view td.ai1ec-empty {
  background: #ffffff !important;
}

/*** popup ***/
.ai1ec-popover,
.ai1ec-popup,
.ai1ec-popup-in-month-view {
  display: none !important;
  opacity: 0 !important;
}

/*** 右下のシェア的なもの ***/
.ai1ec-subscribe-container {
  display: none;
}

@media only screen and (max-width: 960px) {
  .timely {
    font-size: 80% !important;
  }
  .ai1ec-calendar-title {
    display: inline-block !important;
  }
}

@media only screen and (max-width: 480px) {
  .timely {
    font-size: 70% !important;
  }
  /***navi ***/
  a.ai1ec-prev-year,
  a.ai1ec-next-year {
    display: none !important;
  }
  /*** 枠***/
  .timely td,
  #ai1ec-container td {
    height: 90px;
  }
  /*** 日付***/
  .ai1ec-month-view .ai1ec-date {
    height: 15px;
    font-size: 70%;
    padding: 1px 0.4em;
  }
  /*** イベント部分***/
  .ai1ec-month-view .ai1ec-event {
    height: 75px;
    padding: 2px;
  }
  .ai1ec-month-view .ai1ec-event {
    height: 75px;
    line-height: 130%;
  }
}

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

Simple booking calendar

************************************/
/*** Simple booking calendar ***/
#sbc-calendar {
  float: none;
  margin: 0 5px 30px 0;
}

.sbc-calendar-month {
  float: none;
  padding: 5%;
  width: 90%;
  border: 1px solid #ccc;
  background-color: #fff;
  margin-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#sbc-calendar table {
  border-top: 1px solid #000;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#sbc-calendar-wrapper table tr,
#sbc-calendar-wrapper table th {
  background: none !important;
}

#sbc-calendar-wrapper table tr td {
  border: 0;
  padding: 10px 0;
  line-height: 150%;
  vertical-align: middle;
}

#sbc-calendar table thead th,
#sbc-calendar tr td {
  font-size: 100%;
  text-align: center;
  line-height: 150%;
  padding: 10px 0;
  width: 14.285%;
  height: auto;
  border: none;
}

#sbc-calendar table tfoot td {
  padding: 10px 0;
  text-align: left;
}

#sbc-calendar tr td {
  border: 1px solid #fff;
  padding: 10px 0;
}

#sbc-calendar tr td.pad {
  width: auto;
}

#sbc-calendar-wrapper .sbc-status-free {
  background-color: #eee;
}

#sbc-calendar-wrapper .sbc-status-booked {
  background-color: #feecec;
}

#sbc-calendar-wrapper .sbc-status-changeover {
  background-color: #ecfcfe;
}

#sbc-calendar td.sbc-status-free {
  border-color: #eee;
}

#sbc-calendar td.sbc-status-booked {
  border-color: #feecec;
}

#sbc-calendar td.sbc-status-changeover {
  border-color: #ecfcfe;
}

/*** calendar ***/
/** スマホ表示調整 **/
#calendar .ssp_pc {
  display: block;
}

#calendar .ssp_sp {
  display: none;
}

@media only screen and (max-width: 512px) {
  #calendar .ssp_pc {
    display: none;
  }
  #calendar .ssp_sp {
    display: block;
  }
}

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

event oganiser?

************************************/
/*** title ***/
.eo-fullcalendar-responsive .fc-toolbar h2 {
  font-size: 120%;
  font-weight: bold;
  padding: 10px 0;
}

.fc button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 10px;
  height: 2.1em;
  padding: 0 0.6em;
  font-size: 1em;
  white-space: nowrap;
  cursor: pointer;
}

/*** 日付曜日のセル***/
.fc-listWeek-view .fc-row .fc-content-skeleton .fc-day-number {
  text-align: left;
  line-height: 2em;
  border-bottom: 1px solid #dbdada;
  border-top: 1px solid #dbdada;
  font-weight: 700;
  background: #efefef;
}

.fc-listMonth-view .fc-row .fc-content-skeleton .fc-day-number,
.fc-listWeek-view .fc-row .fc-content-skeleton .fc-day-number {
  text-align: left;
  line-height: 2em;
  border-bottom: 1px solid #dbdada;
  border-top: 1px solid #dbdada;
  font-weight: 700;
  background: #efefef;
}

/** 曜日　***/
.fc-listWeek-view .fc-row .fc-content-skeleton .fc-day-number .fc-list-header-left,
.fc-listDay-view .fc-row .fc-content-skeleton .fc-day-number .fc-list-header-left,
.fc-listMonth-view .fc-row .fc-content-skeleton .fc-day-number .fc-list-header-left,
.fc-listWeek-view .fc-row .fc-content-skeleton .fc-day-number .fc-list-header-left {
  float: right;
  padding-left: 5px;
  padding-right: 5px;
}

/*** 日付***/
.fc-listWeek-view .fc-row .fc-content-skeleton .fc-day-number .fc-list-header-right,
.fc-listMonth-view .fc-row .fc-content-skeleton .fc-day-number .fc-list-header-right {
  float: left;
  position: relative;
  float: left;
  padding-right: 5px;
  padding-left: 5px;
  color: #666;
}

.fc-listWeek-view .fc-row .fc-content-skeleton .fc-day-number .fc-list-header-right:after,
.fc-listMonth-view .fc-row .fc-content-skeleton .fc-day-number .fc-list-header-right:after {
  position: absolute;
  top: 0;
  right: -12px;
  content: "日";
}

/** today color **/
.eo-fullcalendar-reset.fc-unthemed .fc-today {
  background: none;
}

/*** 色分け範囲 ***/
.fc-listDay-view .fc-day-grid-event,
.fc-listMonth-view .fc-day-grid-event,
.fc-listWeek-view .fc-day-grid-event {
  margin: 0 0px 0px;
  padding: 5px;
}

.fc-listDay-view.fc-display-date-above .fc-row .fc-content-skeleton tbody:after,
.fc-listDay-view.fc-display-date-above .fc-row .fc-content-skeleton tbody:before,
.fc-listMonth-view.fc-display-date-above .fc-row .fc-content-skeleton tbody:after,
.fc-listMonth-view.fc-display-date-above .fc-row .fc-content-skeleton tbody:before,
.fc-listWeek-view.fc-display-date-above .fc-row .fc-content-skeleton tbody:after,
.fc-listWeek-view.fc-display-date-above .fc-row .fc-content-skeleton tbody:before {
  line-height: 0.5em;
  content: "";
  color: #fff;
  display: block;
}

/*** カレンダー ***/
.fc-day-grid-event .fc-time {
  display: none;
}
/*# sourceMappingURL=../../maps/soleil_dental/css/foot.css.map */
