@charset "UTF-8";
/*! このcssはsass（sass/同名の.scssファイル）からコンパイルされています。修正時はこのcssを直接いじらないようにお願いします */
#page_title .image {
  background-image: url("../images/case/page_title-top@2x.jpg");
}
@media only screen and (max-width: 1024px) {
  #page_title .image {
    background-image: url("../images/case/page_title-top.jpg");
  }
}

#sec1 .wrapper {
  max-width: 900px;
}
#sec1 p {
  text-align: left;
}
#sec1 .case_list {
  margin: 60px 0 40px;
}

#shinai .wrapper {
  max-width: 900px;
}
#shinai p {
  text-align: left;
}
#shinai .kakomilist {
  border: 1px solid #ccc;
  margin: 40px 0;
  padding: 30px 50px;
  text-align: left;
}
#shinai .kakomilist ul li {
  float: left;
  width: 48%;
  padding: 0 0 0 24px;
  position: relative;
  font-weight: bold;
  margin: 0 0 5px 0;
}
#shinai .kakomilist ul li:before {
  position: absolute;
  top: 5px;
  left: 0px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  background-image: url("../images/common/icon_check_b.svg");
}
@media only screen and (max-width: 1024px) {
  #shinai .kakomilist {
    padding: 8%;
  }
  #shinai .kakomilist ul li {
    float: none;
    width: 93%;
    position: relative;
  }
}

#check .caution {
  background: #eceda7;
  position: relative;
  padding: 70px 70px 50px 70px;
  margin: 40px 0 0 0;
}
@media only screen and (max-width: 1024px) {
  #check .caution {
    background: #eceda7;
    position: relative;
    padding: 60px 8% 50px 8%;
    margin-top: 50px;
  }
}
#check .caution h2 {
  background: #303131;
  color: #fff;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  width: 300px;
  margin: auto;
  padding: 8px 0;
  font-size: 110%;
}
@media only screen and (max-width: 1024px) {
  #check .caution h2 {
    width: 230px;
  }
}
#check .caution h3 {
  font-size: 150%;
  line-height: 150%;
  letter-spacing: 0.12em;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1024px) {
  #check .caution h3 {
    font-size: 140%;
    letter-spacing: 0.05em;
    margin-bottom: 25px;
  }
}
#check .caution ul {
  text-align: left;
  margin: 0 0 30px 0;
}
#check .caution li {
  float: left;
  width: 47.5%;
  padding: 0 0 0 2.5%;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  #check .caution li {
    float: none;
    width: 93%;
    padding: 0 0 0 7%;
  }
}
#check .caution li::before {
  position: absolute;
  top: 7px;
  left: 0px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  background-image: url("../images/common/icon_check_b.svg");
}
@media only screen and (max-width: 1024px) {
  #check .caution p {
    text-align: left;
  }
}
#check .caution .banner {
  margin-top: 30px;
}
#check .caution a:hover img {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}

#case_pagetitle .main {
  background-color: #D5F2FA;
  padding: 20px 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#case_pagetitle .main .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#case_pagetitle .main .image {
  width: 200px;
}
@media only screen and (max-width: 1024px) {
  #case_pagetitle .main .image {
    width: 150px;
  }
}
@media only screen and (max-width: 600px) {
  #case_pagetitle .main .image {
    width: 120px;
  }
}
#case_pagetitle .main .title {
  width: calc(100% - 200px - 50px);
  margin-left: 50px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (max-width: 1024px) {
  #case_pagetitle .main .title {
    width: calc(100% - 150px - 30px);
    margin-left: 30px;
  }
}
@media only screen and (max-width: 600px) {
  #case_pagetitle .main .title {
    width: calc(100% - 120px - 20px);
    margin-left: 20px;
  }
}
#case_pagetitle .main h2 {
  width: 100%;
  font-family: serif;
  font-weight: normal;
  font-size: 32px;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  #case_pagetitle .main h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 600px) {
  #case_pagetitle .main h2 {
    font-size: 22px;
  }
}
#case_pagetitle .main p {
  text-align: left;
  line-height: 1.3;
}
@media only screen and (max-width: 1024px) {
  #case_pagetitle .main p {
    font-size: 14px;
  }
}
#case_pagetitle .inpage {
  padding-top: 30px;
}
@media only screen and (max-width: 1024px) {
  #case_pagetitle .inpage {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.case_shosai .wrapper {
  max-width: 900px;
}
.case_shosai .text {
  text-align: left;
}
.case_shosai .container .text {
  text-align: left;
  margin: 0 0 3rem;
}
.case_shosai .container .image {
  text-align: center;
}
.case_shosai ul.check {
  margin-bottom: 2rem;
  display: inline-block;
}
.case_shosai ul.check li {
  padding: 0 0 0 24px;
  text-align: left;
  position: relative;
}
.case_shosai ul.check li::before {
  position: absolute;
  top: 5px;
  left: 0px;
  width: 16px;
  height: 16px;
  content: "";
  background-image: url("../images/common/icon_check_b.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.case_shosai .flow {
  margin: 2rem 0;
  padding: 40px 5%;
  border: 1px solid #ccc;
}
.case_shosai .flow ol {
  text-align: left;
  margin: 0 0 0 24px;
}
.case_shosai .flow ol li {
  list-style: decimal;
}
/*# sourceMappingURL=maps/case.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 */
