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

threed COMMON

************************************/
.bt {
  width: 370px;
  margin: 0 auto;
}

#threed article:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

@media only screen and (max-width: 1024px) {
  #threed section .wrapper {
    width: 84% !important;
  }

  .bt {
    width: 100%;
    margin: 0 auto;
  }
}
/************************************

MAINIMAGE

************************************/
#mainimage {
  background: #e5f6ff url(../images/3d/mainimage-pc.jpg) no-repeat center top;
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  #mainimage h1::before {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  #mainimage {
    background: #e5f6ff url(../images/3d/mainimage-sp.jpg) no-repeat right top;
  }

  #mainimage .wrapper {
    text-align: left;
  }

  #mainimage .wrapper h2 {
    margin: 0;
  }
}
/************************************

in-PAGENAVI

************************************/
#threed nav.wrapper {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
  #threed nav.wrapper {
    margin-bottom: 60px;
  }
}

#threed nav.inpagenavi ul li {
  width: auto !important;
  margin: 0 5px;
}
@media only screen and (max-width: 1024px) {
  #threed nav.inpagenavi ul li {
    width: 48% !important;
    margin: 0 1%;
    padding: 5px 0;
  }
}
@media only screen and (max-width: 600px) {
  #threed nav.inpagenavi ul li {
    width: 100% !important;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1024px) {
  #threed nav.inpagenavi ul li small {
    display: none;
  }
}

#threed nav.inpagenavi li a {
  padding: 5px 20px 5px 30px;
}
@media only screen and (max-width: 1024px) {
  #threed nav.inpagenavi li a {
    padding: 5px 0px;
  }
}

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

copy

************************************/
@media only screen and (max-width: 1024px) {
  #copy p {
    text-align: left;
    padding: 0 0%;
  }
}
/************************************

merit

************************************/
#threed #merit .list article {
  margin-bottom: 60px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  #threed #merit .list article {
    margin: 0 0% 40px 0%;
    text-align: left;
  }
}

#threed #merit .list article:last-child {
  margin-bottom: 0px;
  text-align: left;
}

#threed #merit .list article .text {
  width: 78%;
}
@media only screen and (max-width: 600px) {
  #threed #merit .list article .text {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
}

#threed #merit .list article .text .no {
  float: left;
  margin: 0 10px 0 0;
  color: #00a4d1;
  font-family: serif;
  font-size: 56px;
  line-height: 100%;
}
@media only screen and (max-width: 1024px) {
  #threed #merit .list article .text .no {
    font-size: 40px;
  }
}

#threed #merit .list article .text h2 {
  color: #00a4d1;
  font-size: 150%;
  letter-spacing: 0.12em;
  line-height: 150%;
  border-bottom: 1px solid #333;
  padding-bottom: 15px;
  margin: 10px 0 20px;
}
@media only screen and (max-width: 1024px) {
  #threed #merit .list article .text h2 {
    font-size: 140%;
  }
}
@media only screen and (max-width: 600px) {
  #threed #merit .list article .text h2 {
    color: #00a4d1;
    font-size: 130%;
    letter-spacing: 0.05em;
    line-height: 130%;
    border-bottom: 1px solid #333;
    padding: 10px 0;
    margin-bottom: 20px;
  }
}

#threed #merit .list article .text p {
  margin: 0 5% 0 0;
}
@media only screen and (max-width: 600px) {
  #threed #merit .list article .text p {
    margin: 0 0px 0 0;
  }
}

#threed #merit .list article .image {
  width: 22%;
}
@media only screen and (max-width: 600px) {
  #threed #merit .list article .image {
    float: none;
    width: 100%;
    max-width: 280px;
    margin: 20px auto;
    text-align: center;
  }
}

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

about

************************************/
#threed #about .midashi small {
  font-size: 12px;
}

#threed #about .movie {
  width: 700px;
  margin: 40px auto 0;
}

@media only screen and (max-width: 1024px) {
  #threed #about p {
    text-align: left;
  }

  #threed #about .movie {
    width: 100%;
    margin: 40px auto 0;
  }
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 0 0 10px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

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

flow

************************************/
#threed #flow .image {
  margin: 0 0 40px;
}

#threed #flow ul {
  margin: 0 0 40px;
}

#threed #flow li {
  border: 2px solid #00a4d1;
  margin-bottom: 15px;
  text-align: left;
  padding: 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#threed #flow li .no {
  width: 70px;
  color: #00a4d1;
  font-family: serif;
  font-size: 40px;
  line-height: 100%;
}

#threed #flow li h3 {
  color: #00a4d1;
  font-size: 110%;
  padding-top: 6px;
  width: calc(100% - 70px);
}

#threed #flow p {
  margin: 0 0 1.5em;
}

@media only screen and (max-width: 1024px) {
  #threed #flow li {
    padding: 15px 5%;
    height: auto;
  }

  #threed #flow li .no {
    width: 45px;
    font-size: 30px;
    line-height: 100%;
  }

  #threed #flow li h3 {
    color: #00a4d1;
    font-size: 100%;
    padding-top: 3px;
    margin-left: 0px;
  }

  #threed #flow p {
    text-align: left;
  }
}
/*# sourceMappingURL=maps/threed.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 */
