@charset "UTF-8";
/*
* いわたこどもクリニック
* top.css
*
* @date 2016-12-08
*/
@media screen and (min-width: 768px) {
  html {
    overflow-y: scroll;
  }
}

/* --------------------------------
	Opening
-------------------------------- */
.is-view-opening {
  overflow: hidden;
}

.opening {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30000;
  width: 100%;
  height: 100%;
  background-color: #61acd9;
  -webkit-transition: opacity 1.5s cubic-bezier(0.445, 0.05, 0.55, 0.95), visibility 1.5s;
  transition: opacity 1.5s cubic-bezier(0.445, 0.05, 0.55, 0.95), visibility 1.5s;
  -webkit-transition-delay: 6s;
          transition-delay: 6s;
}
.opening.is-active {
  opacity: 0;
  visibility: hidden;
}
.opening.is-hide {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.opening_lead {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  margin: auto;
  max-width: 46.25%;
  width: 100%;
  -webkit-transition: opacity 2s 4s;
  transition: opacity 2s 4s;
}
@media screen and (max-width: 767px) {
  .opening_lead {
    max-width: 80%;
  }
}
.opening_lead .opening_lead_01,
.opening_lead .opening_lead_02 {
  -webkit-transition: opacity 2s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 2s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 2s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 3s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  -webkit-transform: scale(0.9) translateY(30px);
      -ms-transform: scale(0.9) translateY(30px);
          transform: scale(0.9) translateY(30px);
}
.opening_lead img {
  display: inline-block;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
.is-active .opening_lead .opening_lead_01 {
  opacity: 1;
  -webkit-transform: scale(1) translateY(0);
      -ms-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
}
.is-active .opening_lead .opening_lead_02 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-transform: scale(1) translateY(0);
      -ms-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
  opacity: 1;
}
.is-hide .opening_lead {
  visibility: hidden;
}

.op_logoWrap {
  position: relative;
  top: 7px;
  z-index: 10;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .op_logoWrap {
    height: 68px;
    background-color: transparent;
  }
}

.op_logoWrap_inner {
  position: relative;
  z-index: 10;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1040px;
}

.op_logo {
  position: absolute;
  top: 79px;
  right: 0;
  left: -2.1%;
  z-index: 10;
  margin: auto;
  width: 32.8%;
}
@media screen and (min-width: 768px) {
  .op_logo {
    max-width: 328px;
  }
}
@media only screen and (max-width: 937px) {
  .op_logo {
    width: 29.8%;
  }
}
.op_logo a {
  display: block;
}
.op_logo img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .op_logo {
    top: 22px;
    width: 238px;
  }
}

.op_logo_txt {
  width: 100%;
  opacity: 0;
}

.op_logo_obj {
  -webkit-transition: opacity 3s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 4s cubic-bezier(0.77, 0, 0.275, 1);
  transition: opacity 3s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 4s cubic-bezier(0.77, 0, 0.275, 1);
  transition: transform 4s cubic-bezier(0.77, 0, 0.275, 1), opacity 3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 4s cubic-bezier(0.77, 0, 0.275, 1), opacity 3s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 4s cubic-bezier(0.77, 0, 0.275, 1);
  -webkit-transform: translate(-100px, 40px);
      -ms-transform: translate(-100px, 40px);
          transform: translate(-100px, 40px);
  opacity: 0;
}
.is-active .op_logo_obj {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 0.6;
}

.op_logo_obj-large {
  position: absolute;
  top: 70%;
  right: 0;
  left: 0;
  margin: auto;
  width: 29.8%;
  -webkit-transition-delay: 3.2s;
          transition-delay: 3.2s;
}
@media screen and (max-width: 767px) {
  .op_logo_obj-large {
    top: 37px;
    width: 70px;
  }
}

.op_logo_obj-small {
  position: absolute;
  top: 148%;
  left: 21.3%;
  width: 13.1%;
  -webkit-transition-delay: 3.5s;
          transition-delay: 3.5s;
}
@media screen and (max-width: 767px) {
  .op_logo_obj-small {
    width: 30px;
    top: 80px;
    left: 58px;
  }
}

.op_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url(/img/index/opening_bg.jpg) 50% 50% repeat;
  background-size: cover;
  opacity: 0;
  -webkit-transition: opacity 3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.is-active .op_bg {
  opacity: 1;
}

/* --------------------------------
	Mv
-------------------------------- */
/* トップ KV の水色背景。下層ページ（.kv）と同じアセットをヘッダー背後から敷く */
@media screen and (min-width: 768px) {
  #wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 593px;
    background-image: url(/img/index/mv_bg.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
    pointer-events: none;
  }
}

.mv {
  position: relative;
  z-index: 1;
  /* デザイン基準: ページ先頭から 239px の位置にタイトルを置く（ヘッダー実高 133px + 106px） */
  padding-top: 106px;
}
@media screen and (max-width: 800px) {
  .mv {
    padding-top: 64px;
  }
}
@media screen and (max-width: 767px) {
  .mv {
    padding-top: 80px;
  }
  .mv::before {
    content: "";
    position: absolute;
    top: -72px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: calc(100% + 72px);
    background-image: url(/img/common/kv_bg_sm.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 118%;
    pointer-events: none;
  }
}

.mv_inner {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 32px;
}
@media screen and (max-width: 767px) {
  .mv_inner {
    padding: 0;
  }
}

/* KV タイトル。PC は写真の上に重ねるため絶対配置。
   登場アニメーションは top.es6 の mainVisualSlider.playIntro() が担当 */
.mv_ttl {
  position: absolute;
  top: 0;
  left: 96px;
  z-index: 3;
  opacity: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .mv_ttl {
    left: 48px;
  }
}
@media screen and (max-width: 767px) {
  .mv_ttl {
    /* SP は通常フローに戻すが、写真（.mv_visual）より前面に置く */
    position: relative;
    top: auto;
    left: auto;
    gap: 8px;
    padding: 0 24px;
  }
}

/* PC は1行＝1ボックス。SP は「子どもの」と「“ホームドクター”を」を別ボックスに割る */
.mv_ttl_row {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 10px rgba(86, 172, 225, 0.1);
          box-shadow: 0 4px 10px rgba(86, 172, 225, 0.1);
}
@media screen and (max-width: 767px) {
  .mv_ttl_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8px;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.mv_ttl_row_group {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .mv_ttl_row_group {
    gap: 4px;
  }
}

@media screen and (max-width: 767px) {
  .mv_ttl_row > .mv_ttl_txt,
  .mv_ttl_row_group {
    padding: 8px;
    border-radius: 8px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 10px rgba(86, 172, 225, 0.1);
            box-shadow: 0 4px 10px rgba(86, 172, 225, 0.1);
  }
}

.mv_ttl_txt {
  color: #404040;
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .mv_ttl_txt {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .mv_ttl_txt {
    font-size: 28px;
  }
}
.mv_ttl_txt-blue {
  color: #56ace1;
}

.mv_ttl_home {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* 手書き風の「かかりつけ医」。PC は文字幅中央、SP は行の右寄り */
.mv_ttl_label {
  position: absolute;
  left: 50%;
  bottom: 100%;
  width: 152px;
  margin-bottom: 7px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1200px) {
  .mv_ttl_label {
    width: 132px;
  }
}
@media screen and (max-width: 767px) {
  .mv_ttl_label {
    left: auto;
    right: -33px;
    width: 114px;
    margin-bottom: 4.6px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.mv_ttl_label img {
  display: block;
  width: 100%;
  height: auto;
}

.mv_en {
  padding: 51px 64px 0 0;
  color: #56ace1;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 1.44px;
  text-align: right;
  /* 登場アニメーションは top.es6 の mainVisualSlider.playIntro() が担当 */
  opacity: 0;
  font-family: "Lora", serif;
  font-weight: 700;
  font-style: italic;
}
@media screen and (max-width: 1200px) {
  .mv_en {
    padding-right: 24px;
    font-size: 16px;
  }
}
@media screen and (max-width: 850px) {
  .mv_en {
    font-size: 12px;
  }
}
@media screen and (max-width: 810px) {
  .mv_en {
    padding-top: 70px;
  }
}

/* KV ビジュアル（スライダー） */
.mv_visual {
  position: relative;
  z-index: 2;
  /* 23px = デザインの 24px - Lora 2行の行送り端数 1px。写真の上端をデザイン（y=378）に合わせる */
  margin-top: 23px;
  overflow: hidden;
  border-radius: 40px;
  aspect-ratio: 1376/499;
}
@media screen and (max-width: 767px) {
  .mv_visual {
    margin-top: -18px;
    border-radius: 20px;
    aspect-ratio: 360/400;
  }
}

/* 登場アニメーション（フェード＋スケール）は top.es6 の mainVisualSlider.playIntro() が担当 */
.mv_slider {
  height: 100%;
  opacity: 0;
}
.mv_slider .slick-list,
.mv_slider .slick-track {
  height: 100%;
}

.mv_slider_item {
  height: 100%;
}
.mv_slider_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* デザインのトリミング位置に合わせる */
  -o-object-position: center 77%;
     object-position: center 77%;
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1) 2s;
  transition: -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1) 2s;
  transition: transform 1s cubic-bezier(0.39, 0.575, 0.565, 1) 2s;
  transition: transform 1s cubic-bezier(0.39, 0.575, 0.565, 1) 2s, -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1) 2s;
}
@media screen and (max-width: 767px) {
  .mv_slider_item img {
    -o-object-position: center center;
       object-position: center center;
  }
}
.mv_slider_item.slick-current img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 10s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: -webkit-transform 10s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 10s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 10s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 10s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.mv_visual .slick-dots {
  position: absolute;
  top: 23px;
  right: 68px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  height: 24px;
  /* 登場アニメーションは top.es6 の mainVisualSlider.playIntro() が担当 */
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .mv_visual .slick-dots {
    top: 62px;
    right: 23px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 10px;
    height: auto;
  }
}
.mv_visual .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}
.mv_visual .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  border: 1px solid #2387c5;
  border-radius: 2px;
  background-color: #fff;
  font-size: 0;
  line-height: 0;
  color: transparent;
  cursor: pointer;
}
.mv_visual .slick-dots .slick-active button {
  background-color: #2387c5;
}

/* 再生/一時停止トグル */
.mv_slider_toggle {
  position: absolute;
  top: 23px;
  right: 32px;
  z-index: 3;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(225deg, #56ace1 31%, #3597d4 69%);
  cursor: pointer;
  /* 登場アニメーションは top.es6 の mainVisualSlider.playIntro() が担当 */
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .mv_slider_toggle {
    top: 26px;
    right: 16px;
  }
}
.mv_slider_toggle::before, .mv_slider_toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 3px;
  height: 9px;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mv_slider_toggle::before {
  left: 8px;
}
.mv_slider_toggle::after {
  right: 8px;
}
.mv_slider_toggle.is-paused::before {
  left: 9px;
  width: 0;
  height: 0;
  border-width: 5px 0 5px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  background-color: transparent;
}
.mv_slider_toggle.is-paused::after {
  display: none;
}

/* 病児保育室バナー */
.mvBannerWrap {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .mvBannerWrap {
    right: 16px;
    bottom: 16px;
  }
}

.mvBanner {
  display: block;
  width: 232px;
  text-decoration: none;
  -webkit-transition: opacity 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: opacity 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
@media screen and (max-width: 767px) {
  .mvBanner {
    width: 174px;
  }
}
.no-touchevents .mvBanner:hover, .touchevents .mvBanner.js-hover {
  opacity: 0.85;
}

.mvBanner_logo {
  display: block;
  padding: 8px 16px;
  border: 2px solid #56ace1;
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .mvBanner_logo {
    padding: 8px 12px;
  }
}
.mvBanner_logo img {
  display: block;
  width: 100%;
  height: auto;
}

.mvBanner_more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  padding: 2px 16px;
  border-radius: 0 0 6px 6px;
  background: linear-gradient(225deg, #56ace1 31%, #3597d4 69%);
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 1.12px;
}
@media screen and (max-width: 767px) {
  .mvBanner_more {
    font-size: 12px;
    letter-spacing: 0.96px;
  }
}
.mvBanner_more::after {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8px;
  height: 12px;
  background-image: url(/img/common/icon_arrow_white.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* --------------------------------
	Anchor
-------------------------------- */
.anchorNav {
  display: none;
  width: 100%;
  background-color: #56ace1;
}
.anchorNav ul {
  display: table-row;
}
.anchorNav ul .nav {
  display: table-cell;
  width: 50%;
  border-collapse: collapse;
  text-align: center;
}
.anchorNav ul .nav a {
  display: block;
  padding: 10px 0;
  width: 100%;
  background-color: transparent;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.no-touchevents .anchorNav ul .nav a:hover, .touchevents .anchorNav ul .nav a.js-hover {
  background-color: #80bee3;
}
@-webkit-keyframes anchorHover {
  0% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
@keyframes anchorHover {
  0% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
.anchorNav ul .nav img {
  display: inline-block;
}
.anchorNav ul .nav-01 {
  border-right: 1px solid #80bee3;
  border-bottom: 1px solid #80bee3;
}
.anchorNav ul .nav-02 {
  border-bottom: 1px solid #80bee3;
}
.anchorNav ul .nav-03 {
  border-right: 1px solid #80bee3;
}

/* --------------------------------
	Intro
-------------------------------- */
.section--intro {
  position: relative;
  overflow: hidden;
  padding: 160px 0;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .section--intro {
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .section--intro {
    padding: 80px 0;
  }
}
.section--intro {
  /* 装飾（.intro_visual）の配置基準をセクション自身にするため static にする */
}
.section--intro .section_inner {
  position: static;
  max-width: none;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.intro_txt {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  color: #404040;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 1.28px;
}
.intro_txt + .intro_txt {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .intro_txt {
    padding: 0 24px;
  }
}
.intro_txt {
  /* 360px 未満でもデザイン（幅 360px）の改行位置を保つため、文字と左右余白を詰める */
}
@media screen and (max-width: 359px) {
  .intro_txt {
    padding: 0 16px;
    font-size: min(16px, 4.4444444444vw);
  }
}
.intro_txt .sp-br {
  display: none;
}
@media screen and (max-width: 767px) {
  .intro_txt .sp-br {
    display: block;
  }
}

/* 左右の装飾（円形写真・カメ） */
.intro_visual {
  position: absolute;
  top: 0;
  z-index: 1;
}
.intro_visual > div {
  position: absolute;
}
.intro_visual img {
  display: block;
  width: 100%;
  height: auto;
}

/* 左右の写真・カメは同時にフェードインさせる */
.intro_img_01,
.intro_obj_01 {
  opacity: 0;
  -webkit-transition: opacity 1.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 1.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.is-active .intro_img_01,
.is-active .intro_obj_01 {
  opacity: 1;
}

.intro_visual--left {
  left: 0;
  width: 28.54%;
  max-width: 411px;
}
@media screen and (max-width: 1200px) {
  .intro_visual--left {
    width: 24%;
  }
}
.intro_visual--left .intro_img_01 {
  top: 78px;
  left: 0;
  width: 73.5%;
}
.intro_visual--left .intro_obj_01 {
  top: 90px;
  left: 52.8%;
  width: 47.2%;
}

.intro_visual--right {
  right: 0;
  width: 28.75%;
  max-width: 414px;
}
@media screen and (max-width: 1200px) {
  .intro_visual--right {
    width: 24%;
  }
}
.intro_visual--right .intro_img_01 {
  top: 131px;
  right: 0;
  width: 68.6%;
}
.intro_visual--right .intro_obj_01 {
  top: 81px;
  right: 40.1%;
  width: 59.9%;
}
@media screen and (max-width: 767px) {
  .intro_visual--right {
    display: none;
  }
}

/* SP は本文の下に写真とカメをまとめて置く */
@media screen and (max-width: 767px) {
  .intro_visual--left {
    position: relative;
    left: auto;
    width: 100%;
    max-width: none;
    height: 0;
    margin-top: 64px;
    padding-top: 88.6%;
  }
  .intro_visual--left .intro_img_01 {
    top: 0;
    width: 83.75%;
  }
  .intro_visual--left .intro_obj_01 {
    top: 7.8%;
    left: 52.2%;
    width: 47.8%;
  }
}
/* --------------------------------
	特徴
-------------------------------- */
.section--feature {
  padding-top: 115px;
  background-color: #f5f5f5;
}
@media screen and (max-width: 800px) {
  .section--feature {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .section--feature {
    padding-top: 52px;
  }
}
.section--feature a {
  font-weight: bold;
}

.point {
  padding-top: 100px;
  text-align: center;
  font-size: 0;
}
@media screen and (max-width: 800px) {
  .point {
    text-align: left;
    padding-top: 75px;
  }
}
@media screen and (max-width: 767px) {
  .point {
    padding-top: 35px;
    padding-bottom: 14px;
  }
}

.point_item {
  max-width: 313px;
  width: 31.3%;
  margin-bottom: 100px;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (min-width: 851px) {
  .point_item:nth-child(2), .point_item:nth-child(5) {
    margin: 0 3%;
  }
}
@media only screen and (max-width: 850px) {
  .point_item {
    width: 48%;
    margin-bottom: 60px;
  }
  .point_item:nth-child(even) {
    margin-left: 7%;
  }
}
@media screen and (max-width: 767px) {
  .point_item {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
    padding: 0 12px;
  }
  .point_item:nth-child(even) {
    margin-left: 0;
  }
}
.point_item {
  opacity: 0;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: opacity 2s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 2s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 2s cubic-bezier(0.23, 1, 0.32, 1), opacity 2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 2s cubic-bezier(0.23, 1, 0.32, 1), opacity 2s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 2s cubic-bezier(0.23, 1, 0.32, 1);
}
.is-active .point_item {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.point_item:nth-child(1) {
  -webkit-transition-delay: calc(0s + 0.2s);
          transition-delay: calc(0s + 0.2s);
}
.point_item:nth-child(2) {
  -webkit-transition-delay: calc(0.1s + 0.2s);
          transition-delay: calc(0.1s + 0.2s);
}
.point_item:nth-child(3) {
  -webkit-transition-delay: calc(0.2s + 0.2s);
          transition-delay: calc(0.2s + 0.2s);
}
.point_item:nth-child(4) {
  -webkit-transition-delay: calc(0.3s + 0.2s);
          transition-delay: calc(0.3s + 0.2s);
}
.point_item:nth-child(5) {
  -webkit-transition-delay: calc(0.4s + 0.2s);
          transition-delay: calc(0.4s + 0.2s);
}
.point_item:nth-child(6) {
  -webkit-transition-delay: calc(0.5s + 0.2s);
          transition-delay: calc(0.5s + 0.2s);
}
@media screen and (min-width: 768px) {
  .point_item a {
    color: #56ace1;
  }
}

.point_ttl {
  padding-top: 18px;
  padding-bottom: 11px;
  font-size: 24px;
  color: #56ace1;
}
@media screen and (max-width: 767px) {
  .point_ttl {
    display: table-cell;
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 0;
    height: 92px;
    font-size: 22px;
    padding-left: 15px;
    line-height: 1.42;
  }
}

.point_txt {
  line-height: 1.9;
  font-size: 16px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .point_txt {
    clear: both;
    font-size: 13px;
  }
  .point_txt br {
    display: none;
  }
}

.point_thumb {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .point_thumb {
    margin-left: 18px;
    margin-bottom: 17px;
    width: 92px;
    float: left;
  }
  .point_thumb img {
    width: 100%;
  }
}
.point_thumb .point_no {
  position: absolute;
  top: -5px;
  left: 0;
  line-height: 1;
  margin: auto;
  font-size: 60px;
  opacity: 0;
  color: #56ace1;
  -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1s;
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1s, -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.is-active .point_thumb .point_no {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.point_thumb .point_no {
  font-family: "Lora", serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .point_thumb .point_no {
    right: 160px;
  }
}
@media screen and (max-width: 767px) {
  .point_thumb .point_no {
    top: -12px;
    left: -17px;
    font-size: 40px;
  }
}

.point_reservation {
  font-size: 16px;
  padding-top: 16px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .point_reservation {
    display: none;
  }
}

.point_btn {
  margin-top: 21px;
}
.point_btn + .point_btn {
  margin-top: 10px;
}

/* --------------------------------
	施設案内
-------------------------------- */
.section--facility {
  position: relative;
  padding-bottom: 128px;
  background-color: #f4f4f4;
}
@media screen and (max-width: 800px) {
  .section--facility {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .section--facility {
    padding: 50px 0;
    background-color: #fff;
  }
}

.facility_inner {
  position: relative;
}
.facility_inner .facility_ttl {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  margin: auto;
  width: 250px;
  height: 200px;
}

.js-carouselSlider {
  overflow: hidden;
}

.js-carouselSlider_inner {
  width: 11990px;
  font-size: 0;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-animation: carouselAnim 100s cubic-bezier(0.25, 0.25, 0.75, 0.75) infinite;
          animation: carouselAnim 100s cubic-bezier(0.25, 0.25, 0.75, 0.75) infinite;
}

@-webkit-keyframes carouselAnim {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-5995px);
            transform: translateX(-5995px);
  }
}

@keyframes carouselAnim {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-5995px);
            transform: translateX(-5995px);
  }
}
.js-carouselSlider_list {
  display: inline-block;
  width: 5995px;
  font-size: 0;
}

.carouselSlider_item {
  display: inline-block;
  width: 545px;
  height: 380px;
}
.carouselSlider_item a {
  display: inline-block;
  overflow: hidden;
  position: relative;
  display: inline-block;
}
.carouselSlider_item a img {
  display: inline-block;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.carouselSlider_item a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgb(112, 179, 220);
  -webkit-transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.no-touchevents .carouselSlider_item a:hover img, .touchevents .carouselSlider_item a.js-hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.no-touchevents .carouselSlider_item a:hover:after, .touchevents .carouselSlider_item a.js-hover:after {
  opacity: 0.7;
}
.facility_slider {
  margin-top: 35px;
}

.slide_item {
  max-width: 331px;
  outline: none;
  text-align: center;
}
.slide_item .item_thumb {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .slide_item .item_thumb {
    margin-bottom: 27px;
  }
}
.slide_item .item_ttl {
  display: inline-block;
  padding: 0 7px 3px;
  margin: 0 auto;
  font-size: 19px;
  color: #56ace1;
  font-weight: bold;
  border-bottom: 3px solid #56ace1;
}
.slide_item .item_description {
  padding: 21px 32px 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .slide_item .item_description {
    padding: 16px 16px 0;
    font-size: 14px;
  }
}

.slide_img {
  position: relative;
}
.slide_img img {
  width: 100%;
  height: auto;
  opacity: 0.2;
}
.slick-current .slide_img img {
  opacity: 1;
}

.slick-slider {
  position: relative;
}

.slick-arrow {
  position: absolute;
  top: 97px;
  width: 35px;
  height: 35px;
  overflow: hidden;
  background-color: #56ace1;
  border: none;
  text-indent: -9999px;
  outline: none;
  z-index: 10;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.touchevents .slick-arrow.js-hover {
  background-color: #98c3dd;
}
.slick-arrow:after, .slick-arrow:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  height: 2px;
  width: 10px;
  background-color: #fff;
}
.slick-arrow:after {
  top: -10px;
}
.slick-arrow:before {
  top: 2px;
}
@media screen and (max-width: 767px) {
  .slick-arrow:after {
    top: -6px;
  }
  .slick-arrow:before {
    top: 6px;
  }
}

.slick-next {
  right: 0;
}
.slick-next:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.slick-next:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.slick-prev {
  left: 0;
}
.slick-prev:after {
  right: 4px;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.slick-prev:before {
  right: 4px;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

/* --------------------------------
	お知らせ・SNS
-------------------------------- */
.section--news {
  padding: 120px 0;
}
@media screen and (max-width: 800px) {
  .section--news {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .section--news .section_inner {
    padding: 0 24px;
  }
}

.news_ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
.news_ttl .ttl {
  font-size: 40px;
  line-height: 1.4;
  letter-spacing: 3.2px;
}
.news_ttl .ttl .ttl_inner {
  display: block;
}
.news_ttl .ttl .en {
  font-size: 16px;
  letter-spacing: 1.28px;
}
@media screen and (max-width: 767px) {
  .news_ttl .ttl {
    font-size: 32px;
    letter-spacing: 2.56px;
  }
  .news_ttl .ttl .en {
    font-size: 14px;
    letter-spacing: 1.12px;
  }
}
.news_ttl .ttl:before, .news_ttl .ttl:after {
  width: 20px;
  height: 72px;
  background-size: 20px auto;
}
@media screen and (max-width: 767px) {
  .news_ttl .ttl:before, .news_ttl .ttl:after {
    width: 15px;
    height: 54px;
    background-size: 15px auto;
  }
}
.news_ttl .ttl:before {
  left: -60px;
  background-image: url(/img/common/ttl_obj_left_tv.png);
}
@media screen and (max-width: 767px) {
  .news_ttl .ttl:before {
    left: -31px;
    background-image: url(/img/common/ttl_obj_left_tv_sp.png);
  }
}
.news_ttl .ttl:after {
  right: -60px;
  background-image: url(/img/common/ttl_obj_right_tv.png);
}
@media screen and (max-width: 767px) {
  .news_ttl .ttl:after {
    right: -31px;
    background-image: url(/img/common/ttl_obj_right_tv_sp.png);
  }
}

.news_lead {
  margin-bottom: 40px;
  color: #404040;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 1.28px;
  text-align: center;
}

.news_sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .news_sns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.news_sns_item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  padding: 40px;
  border-radius: 20px;
  background-color: #f6f1e8;
}
@media screen and (max-width: 767px) {
  .news_sns_item {
    padding: 40px 24px;
  }
}

.news_sns_item_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.news_sns_ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #404040;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 1.92px;
}
@media screen and (max-width: 767px) {
  .news_sns_ttl {
    font-size: 18px;
    letter-spacing: 1.44px;
  }
}
.news_sns_ttl:before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 13px 13px 0;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  background: linear-gradient(225deg, #56ace1 31%, #3597d4 69%);
}
@media screen and (max-width: 767px) {
  .news_sns_ttl:before {
    margin: 8px 8px 0;
  }
}

.news_sns_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.news_sns_links_item a {
  display: block;
}
.news_sns_links_item img {
  display: block;
  width: 40px;
  height: 40px;
}

/* --------------------------------
	アクセス
-------------------------------- */
.section--access {
  padding-top: 110px;
  padding-bottom: 125px;
}
@media screen and (max-width: 800px) {
  .section--access {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .section--access {
    padding: 50px 0 60px;
  }
}
.section--access .section_inner {
  padding: 0 27px;
}

.access_map_wrap {
  position: relative;
  height: 550px;
}
@media screen and (max-width: 800px) {
  .access_map_wrap {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .access_map_wrap {
    height: 250px;
    padding: 0 15px;
  }
}

.access_map {
  margin-top: 81px;
  width: 100%;
  height: 550px;
}
@media screen and (max-width: 800px) {
  .access_map {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .access_map {
    height: 250px;
    margin-top: 37px;
  }
}

.access_map_wrap iframe {
  margin-top: 81px;
  width: 100%;
  height: 550px;
}
@media screen and (max-width: 800px) {
  .access_map_wrap iframe {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .access_map_wrap iframe {
    height: 250px;
    margin-top: 37px;
  }
}

.access_map_scaleBtn {
  position: absolute;
  z-index: 10;
  top: 0;
  /* 角丸のボタンが画面端で切れて見えないよう、サイトの左右余白に合わせる */
  right: 40px;
}
@media screen and (max-width: 767px) {
  .access_map_scaleBtn {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .access_photo {
    position: absolute;
    top: -67px;
    left: -50px;
    width: 57.1%;
    max-width: 573px;
  }
}
@media screen and (max-width: 767px) {
  .access_photo {
    width: 100%;
    margin-top: 36px;
  }
}
.access_photo .kame {
  display: block;
  position: absolute;
  width: 23.8%;
  right: 14%;
  bottom: -20%;
}
@media screen and (max-width: 767px) {
  .access_photo .kame {
    display: none;
  }
}
.access_photo .kame {
  -webkit-transition: opacity 2s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 2s cubic-bezier(0.77, 0, 0.275, 1);
  transition: opacity 2s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 2s cubic-bezier(0.77, 0, 0.275, 1);
  transition: transform 2s cubic-bezier(0.77, 0, 0.275, 1), opacity 2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 2s cubic-bezier(0.77, 0, 0.275, 1), opacity 2s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 2s cubic-bezier(0.77, 0, 0.275, 1);
  -webkit-transform: translate(-60px, 40px);
      -ms-transform: translate(-60px, 40px);
          transform: translate(-60px, 40px);
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  opacity: 0;
}
.access_photo .kame.is-active {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.access_info {
  padding-top: 90px;
  margin-left: 59.5%;
  margin-bottom: 60px;
}
@media screen and (max-width: 800px) {
  .access_info {
    padding-top: 40px;
    margin-left: 55.9%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .access_info {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    padding-top: 19px;
  }
}
.access_info .ttl .heading {
  margin-bottom: 11px;
  font-size: 17px;
  letter-spacing: 1px;
}
@media screen and (max-width: 800px) {
  .access_info .ttl .heading {
    font-size: 16px;
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 767px) {
  .access_info .ttl .heading {
    font-size: 12px;
  }
}
.access_info .ttl .name {
  font-size: 35px;
}
@media only screen and (max-width: 1020px) {
  .access_info .ttl .name {
    font-size: 32px;
  }
}
@media only screen and (max-width: 930px) {
  .access_info .ttl .name {
    font-size: 28px;
  }
}
@media screen and (max-width: 800px) {
  .access_info .ttl .name {
    font-size: 29px;
  }
}
@media screen and (max-width: 767px) {
  .access_info .ttl .name {
    display: inline-block;
    font-size: 25px;
    padding-bottom: 3px;
    border-bottom-width: 3px;
    margin-bottom: 17px;
  }
}
@media screen and (max-width: 767px) {
  .access_info .ttl .address,
  .access_info .ttl .tell {
    font-size: 13px;
  }
}
.access_info .info {
  margin-bottom: 45px;
}
@media screen and (max-width: 800px) {
  .access_info .info {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .access_info .info {
    font-size: 13px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .access_guide {
    margin-top: 35px;
    padding-top: 32px;
    border-top: 1px dotted #b2b2b2;
  }
}

@media screen and (min-width: 768px) {
  .guide_body {
    width: 39%;
    float: left;
  }
}

.guide_ttl {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.9;
}
@media screen and (max-width: 800px) {
  .guide_ttl {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .guide_ttl {
    margin-bottom: 3px;
    font-size: 14px;
  }
}

.guide_txt {
  margin-bottom: 24px;
  letter-spacing: 1px;
  line-height: 1.9;
}
@media screen and (max-width: 800px) {
  .guide_txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .guide_txt {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .guide_notes {
    margin-top: 28px;
    margin-bottom: 30px;
  }
}
.guide_notes li {
  font-size: 14px;
  text-indent: -1em;
  margin-left: 1em;
}
@media screen and (max-width: 800px) {
  .guide_notes li {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .guide_notes li {
    font-size: 11px;
  }
}
.guide_notes li strong {
  color: #e15660;
  font-weight: normal;
}

.guide_map {
  width: 55%;
  max-width: 540px;
  float: right;
  padding-top: 80px;
}
@media screen and (max-width: 800px) {
  .guide_map {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .guide_map {
    float: none;
    width: 100%;
    max-width: 320px;
    margin: auto;
    padding-top: 0;
  }
}

/* --------------------------------
	診察時間
-------------------------------- */
.section--medicalCareTime {
  padding-top: 110px;
  padding-bottom: 133px;
  background-color: #f8f4ec;
  margin-bottom: 120px;
}
@media screen and (max-width: 800px) {
  .section--medicalCareTime {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .section--medicalCareTime {
    padding: 50px 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .section--medicalCareTime .section_inner {
    padding: 0 28px;
  }
}

/* --------------------------------
	mokidal
-------------------------------- */
.mo-mokidal,
.mo-control,
.mo-viewContainer {
  max-width: 752px;
}
@media screen and (max-width: 800px) {
  .mo-mokidal,
  .mo-control,
  .mo-viewContainer {
    max-width: 550px;
  }
}

.mo-mask {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.4s, opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: visibility 0.4s, opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.mo-mask.is-show {
  -webkit-transition: opacity 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  opacity: 1;
  visibility: visible;
}

.mo-mokidal {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.4s, opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: visibility 0.4s, opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: visibility 0.4s, opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: visibility 0.4s, opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s, -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}
.mo-mokidal.is-show {
  -webkit-transition: opacity 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  visibility: visible;
}

.mo-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 30000;
  background-color: rgba(87, 172, 225, 0.9);
}

.mo-mokidal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 30001;
  margin: auto;
  height: 668px;
}
@media screen and (max-width: 767px) {
  .mo-mokidal {
    height: 428px;
  }
}

.mo-viewContainer {
  position: absolute;
  z-index: 190;
  width: 100%;
}
.mo-viewContainer .mo-item {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  text-align: center;
}
.mo-viewContainer .mo-item.is-current {
  position: relative;
  opacity: 1;
  z-index: 10;
}
.mo-viewContainer .mo-item .ttl {
  font-size: 25px;
  padding: 30px 5px 0;
  margin-bottom: 20px;
  color: #fff;
  display: inline-block;
  border-bottom: 3px solid #fff;
  font-weight: bold;
  letter-spacing: 1px;
}
.mo-viewContainer .mo-item .txt {
  max-width: 568px;
  margin: auto;
  color: #fff;
  line-height: 1.875;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .mo-viewContainer .mo-item .txt {
    padding: 0 20px;
    text-align: left;
  }
  .mo-viewContainer .mo-item .txt br {
    display: none;
  }
}

.mo-control {
  position: absolute;
  top: -23%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  margin: auto;
  z-index: 200;
}
@media screen and (max-width: 767px) {
  .mo-control {
    top: -36%;
  }
}
.mo-control .control_item {
  position: absolute;
  width: 62px;
  height: 62px;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .mo-control .control_item {
    width: 35px;
    height: 35px;
  }
}
.mo-control .control_item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .mo-control .control_item a {
    background-color: #56ace1;
  }
}
.no-touchevents .mo-control .control_item a:hover:after {
  opacity: 0.35;
}
.mo-control .control_item a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 62px;
  height: 62px;
  background: 0 0 no-repeat;
}
@media screen and (max-width: 767px) {
  .mo-control .control_item a:after {
    background: 50% 50% no-repeat;
    width: 35px;
    height: 35px;
  }
}
.mo-control .control_item-prev {
  position: absolute;
  left: -74px;
  -webkit-transform: translateX(60px);
      -ms-transform: translateX(60px);
          transform: translateX(60px);
  -webkit-transition: opacity 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.is-show .mo-control .control_item-prev {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (max-width: 767px) {
  .mo-control .control_item-prev {
    left: 0;
  }
}
.mo-control .control_item-prev a:after {
  background-image: url(/img/index/modal_prev.png);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width: 767px) {
  .mo-control .control_item-prev a:after {
    background-image: url(/img/index/modal_prev_sp.png);
    background-size: 16px auto;
  }
}
.no-touchevents .mo-control .control_item-prev a:hover:after {
  -webkit-transform: translateX(-15px);
      -ms-transform: translateX(-15px);
          transform: translateX(-15px);
}
.mo-control .control_item-next {
  right: -74px;
  -webkit-transform: translateX(-60px);
      -ms-transform: translateX(-60px);
          transform: translateX(-60px);
  -webkit-transition: opacity 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.is-show .mo-control .control_item-next {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (max-width: 767px) {
  .mo-control .control_item-next {
    right: 0;
  }
}
.mo-control .control_item-next a:after {
  background-image: url(/img/index/modal_next.png);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width: 767px) {
  .mo-control .control_item-next a:after {
    background-image: url(/img/index/modal_next_sp.png);
    background-size: 16px auto;
  }
}
.no-touchevents .mo-control .control_item-next a:hover:after {
  -webkit-transform: translateX(15px);
      -ms-transform: translateX(15px);
          transform: translateX(15px);
}

.mo-closeBtn {
  position: absolute;
  top: -10px;
  right: -94px;
  z-index: 210;
  width: 68px;
  height: 68px;
  -webkit-transform: scale(0) rotate(0deg);
      -ms-transform: scale(0) rotate(0deg);
          transform: scale(0) rotate(0deg);
  -webkit-transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
@media screen and (max-width: 767px) {
  .mo-closeBtn {
    width: 35px;
    height: 35px;
    top: -55px;
    right: 20px;
  }
}
.is-show .mo-closeBtn {
  opacity: 1;
  -webkit-transform: scale(1) rotate(180deg);
      -ms-transform: scale(1) rotate(180deg);
          transform: scale(1) rotate(180deg);
}
.mo-closeBtn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.mo-closeBtn a:hover {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0.5;
}
.mo-closeBtn a:after, .mo-closeBtn a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 67px;
  height: 2px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .mo-closeBtn a:after, .mo-closeBtn a:before {
    width: 35px;
    height: 2px;
  }
}
.mo-closeBtn a:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.mo-closeBtn a:before {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}