@charset "UTF-8";
/*! ALL ***************************************************/
html {
  font-size: 62.5%; /* 62.5% 10px 1em */
}

body {
  color: #112142;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.85;
  background: #fff;
  min-width: 1000px;
  -webkit-text-size-adjust: none;
}

_:-ms-input-placeholder, :root body {
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, em {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
}

_:-ms-input-placeholder, :root h1, h2, h3, h4, em {
  font-family: "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

p {
  color: #333333;
}

a {
  color: #112142;
  text-decoration: none;
  border: 0;
  transition: all 0.2s ease;
  backface-visibility: hidden;
}
a img {
  transition: all 0.2s ease;
  backface-visibility: hidden;
}
a:hover img {
  filter: brightness(120%);
}

.animation {
  transform: translate(0px, 10px);
  opacity: 0;
  transition: transform 1s ease, opacity 1s ease;
  backface-visibility: hidden;
}
.animation.active {
  transform: translate(0%, 0%);
  opacity: 1;
}

#wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 90px;
}

@media screen and (max-width: 740px) {
  #wrap {
    padding-top: 60px;
  }
}
@media screen and (max-width: 740px) {
  body {
    min-width: 320px;
    font-size: 1.4rem;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 741px) {
  .sp {
    display: none !important;
  }
}
header {
  z-index: 10;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 1000px;
}
header .seo {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 1rem;
  color: #333333;
  line-height: 1;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  z-index: 10;
  transition: all 0.2s ease;
  backface-visibility: hidden;
}
header .seo span {
  white-space: nowrap;
}
header .header_content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 90px;
  background: #fff;
  position: relative;
}
header .header_content .logo .logo_mark {
  position: absolute;
  left: 0;
  top: 20px;
  width: 125px;
  height: 125px;
  background: #fff;
  text-align: center;
  padding: 12px 10px 0;
  box-sizing: border-box;
  transition: all 0.2s ease;
  backface-visibility: hidden;
}
header .header_content .logo .logo_mark img {
  width: 100%;
  height: auto;
}
header .header_content .logo .logo_text {
  position: absolute;
  left: 135px;
  bottom: 20px;
  transition: all 0.2s ease;
  backface-visibility: hidden;
}
header .header_content .hide_nav {
  position: absolute;
  right: 90px;
  height: 68px;
  bottom: 0px;
  opacity: 0;
  transform: translateY(10px);
  transition: all 1s ease;
  backface-visibility: hidden;
  pointer-events: none;
}
header .header_content .hide_nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
header .header_content .hide_nav ul li a {
  font-size: 1.4rem;
  font-weight: 600;
  height: 68px;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
header .header_content .hide_nav ul li a .icon-windows {
  font-size: 1rem;
  margin-left: 3px;
}
header .header_content .hide_nav ul li a:hover {
  color: #46b4b9;
}
header .header_content .tel_time {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 90px;
  padding-right: 19px;
  transition: all 1s ease;
  backface-visibility: hidden;
  margin-left: auto;
}
header .header_content .tel_time a.tel {
  color: #2aa2cf;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  pointer-events: none;
  margin-right: 15px;
}
header .header_content .tel_time a.tel small {
  font-size: 1.9rem;
}
header .header_content .tel_time a.tel span {
  font-size: 3.25rem;
}
header .header_content .tel_time ol {
  font-size: 1.1rem;
  line-height: 1.4;
}
header .header_content .tel_time ol li {
  text-align: left;
}
header .header_content .tel_time ol li span {
  display: inline-block;
  width: 66px;
  text-align: right;
  padding-right: 1em;
}
header .header_content .conversion {
  position: absolute;
  right: 0;
  top: 0;
  width: 90px;
  height: 90px;
  z-index: 10;
}
header .header_content .conversion #mail {
  width: 100%;
  height: 90px;
  background: #46b4b9;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
header .header_content .conversion #mail .icon-mail {
  font-size: 2.4rem;
  color: #fff;
  margin-bottom: 16px;
}
header .header_content .conversion #mail small {
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  position: absolute;
  left: 0px;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
header .header_content .conversion #mail:hover {
  filter: brightness(120%);
}
header .header_content .conversion #consultation {
  width: 100%;
  height: 258px;
  background: #d7e250;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
}
header .header_content .conversion #consultation .icon-calendar {
  font-size: 3.1rem;
}
header .header_content .conversion #consultation span {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 15px;
}
header .header_content .conversion #consultation span small {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  font-size: 1.3rem;
  line-height: 1;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  margin-left: 5px;
}
header .header_content .conversion #consultation span em {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  font-size: 1.7rem;
  line-height: 1;
}
header .header_content .conversion #consultation:hover {
  filter: brightness(120%);
}
header.scroll_on .seo {
  opacity: 0;
}
header.scroll_on .header_content .logo .logo_mark {
  width: 90px;
  height: 90px;
  top: 0;
}
header.scroll_on .header_content .logo .logo_text {
  left: 85px;
}
header.scroll_on.nav_on .header_content .tel_time {
  opacity: 0;
}
header.scroll_on.nav_on .header_content .hide_nav {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

@media screen and (max-width: 740px) {
  header {
    z-index: 10;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    min-width: 100%;
    transition: all 0.2s ease;
    backface-visibility: hidden;
  }
  header.on {
    top: -15px;
  }
  header.slide-open .header_content .logo .logo_mark, header.scroll_on .header_content .logo .logo_mark {
    width: 60px;
    height: 60px;
    top: 0;
    padding: 5px 5px 0;
  }
  header.slide-open .header_content .logo .logo_text, header.scroll_on .header_content .logo .logo_text {
    left: 60px;
  }
  header .seo {
    position: static;
    font-size: 1rem;
    background: #f9f9f9;
    line-height: 15px;
    text-align: center;
    font-feature-settings: "palt";
  }
  header .header_content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 60px;
    background: #fff;
    position: relative;
  }
  header .header_content .logo .logo_mark {
    position: absolute;
    left: 0;
    top: 0;
    width: 85px;
    height: 85px;
    padding: 10px 5px 0 10px;
    box-sizing: border-box;
  }
  header .header_content .logo .logo_text {
    position: absolute;
    left: 85px;
    top: 12px;
    bottom: auto;
    width: calc(100% - 265px);
  }
  header .header_content .logo .logo_text img {
    max-width: 95px;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 740px) and (max-width: 320px) {
  header .header_content .logo .logo_mark {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    padding: 5px 5px 0 5px;
    box-sizing: border-box;
  }
  header .header_content .logo .logo_text {
    position: absolute;
    left: 70px;
    top: 18px;
    bottom: auto;
    width: calc(100% - 255px);
  }
  header .header_content .logo .logo_text img {
    max-width: 95px;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 740px) {
  header .header_content .hide_nav,
  header .header_content .tel_time {
    display: none;
  }
  header .header_content .conversion {
    display: none;
  }
  header .header_content .conversion_sp {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header .header_content .conversion_sp #tel_sp {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #4ec9cf;
  }
  header .header_content .conversion_sp #tel_sp .icon-tel02 {
    font-size: 3rem;
    color: #fff;
  }
  header .header_content .conversion_sp #mail_sp {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #46b4b9;
  }
  header .header_content .conversion_sp #mail_sp .icon-mail {
    color: #fff;
    font-size: 1.8rem;
  }
  header .header_content .conversion_sp #slidemenuBtn {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #d7e250;
  }
  header .header_content .conversion_sp #slidemenuBtn span {
    width: 19px;
    height: 12px;
    position: relative;
  }
  header .header_content .conversion_sp #slidemenuBtn span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background: #19a2d1;
    transition: transform 0.2s ease, top 0.2s ease 0.2s, width 0.2s ease 0.4s;
    backface-visibility: hidden;
  }
  header .header_content .conversion_sp #slidemenuBtn span:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background: #19a2d1;
    transition: transform 0.2s ease, top 0.2s ease 0.2s, width 0.2s ease 0.4s;
    backface-visibility: hidden;
  }
  header .header_content .conversion_sp #slidemenuBtn:hover:not(.slide-open) > span:before {
    animation: span 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
  }
  header .header_content .conversion_sp #slidemenuBtn:hover:not(.slide-open) > span:after {
    animation: span 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.1s forwards;
  }
  @keyframes span {
    0% {
      width: 100%;
      opacity: 1;
    }
    50% {
      width: 0;
      opacity: 0;
    }
    100% {
      width: 100%;
      opacity: 1;
    }
  }
  header .header_content .conversion_sp #slidemenuBtn.slide-open > span:before {
    width: 100%;
    top: 5px;
    transform: rotate(-45deg);
    transition: width 0.2s ease, top 0.2s ease 0.2s, transform 0.4s ease 0.4s;
  }
  header .header_content .conversion_sp #slidemenuBtn.slide-open > span:after {
    bottom: 5px;
    width: 100%;
    transform: rotate(45deg);
    transition: width 0.2s ease, bottom 0.2s ease 0.2s, transform 0.4s ease 0.4s;
  }
}
.swiper-container {
  padding-left: 75px;
  width: 100%;
  box-sizing: border-box;
}
.swiper-container .swiper-wrapper {
  width: 100%;
}
.swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 730px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.swiper-container .swiper-wrapper .swiper-slide#slide01 {
  background-image: url(../../img/slide01.jpg);
}
.swiper-container .swiper-wrapper .swiper-slide#slide02 {
  background-image: url(../../img/slide02.jpg);
}
.swiper-container .swiper-wrapper .swiper-slide#slide03 {
  background-image: url(../../img/slide03.jpg);
}
.swiper-container .swiper-text {
  left: 35px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 10;
}
.swiper-container .swiper-text h2 {
  font-size: 4rem;
  line-height: 1.5;
  padding-bottom: 10px;
  color: #000;
}
.swiper-container .swiper-text p {
  font-size: 1.8rem;
  color: #000;
}

@media screen and (max-width: 740px) {
  .swiper-container {
    padding-left: 0;
    width: 100%;
    box-sizing: border-box;
  }
  .swiper-container .swiper-wrapper {
    width: 100%;
  }
  .swiper-container .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100vw;
  }
  .swiper-container .swiper-wrapper .swiper-slide#slide01 {
    background-image: url(../../img/slide01@sp.jpg);
  }
  .swiper-container .swiper-wrapper .swiper-slide#slide02 {
    background-image: url(../../img/slide02@sp.jpg);
  }
  .swiper-container .swiper-wrapper .swiper-slide#slide03 {
    background-image: url(../../img/slide03@sp.jpg);
  }
  .swiper-container .swiper-text {
    position: static;
    left: 0;
    top: 0;
    width: 100%;
    padding: 15px 15px 35px;
    box-sizing: border-box;
    transform: translateY(0%);
  }
  .swiper-container .swiper-text h2 {
    font-size: 2rem;
    line-height: 1.5;
    padding-bottom: 10px;
  }
  .swiper-container .swiper-text p {
    font-size: 1.5rem;
  }
}
nav {
  padding: 0 75px;
  position: relative;
  z-index: 100;
  background: #fff;
  min-width: 1000px;
  box-sizing: border-box;
}
nav > ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
nav > ul > li > a {
  padding: 0 30px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  white-space: nowrap;
}
nav > ul > li > a .icon-windows {
  font-size: 1.1rem;
  margin-left: 5px;
  opacity: 0.8;
}
nav > ul > li > a:hover {
  color: #46b4b9;
}
@media screen and (max-width: 740px) {
  nav {
    display: none;
  }
}
header {
  z-index: 1000;
}
header .drop_down .submenu {
  position: absolute;
  left: auto;
  right: 0;
  top: 100%;
  width: calc(100vw - 90px);
  justify-content: flex-end;
}

.drop_down {
  cursor: pointer;
}
.drop_down > a {
  pointer-events: none;
}
.drop_down:hover > a {
  color: #46b4b9;
}
.drop_down .submenu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  z-index: 1;
  transition: all 0.5s ease;
  backface-visibility: hidden;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
}
.drop_down .submenu.active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.drop_down .submenu .submenu_inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1000px;
  padding: 0 20px 20px;
  background: #fff;
}
.drop_down .submenu .item {
  width: 33.333%;
  position: relative;
  padding: 1px;
  box-sizing: border-box;
}
.drop_down .submenu .item a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
}
.drop_down .submenu .item a:hover ~ figure img {
  transform: scale(1.1);
}
.drop_down .submenu .item figure {
  width: auto;
  overflow: hidden;
}
.drop_down .submenu .item figure img {
  transition: all 0.2s ease;
  backface-visibility: hidden;
  width: 100%;
}
.drop_down .submenu .item em {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.75);
  font-size: 1.5rem;
  font-feature-settings: "palt";
  text-align: justify;
  padding: 0 20px;
}

#submenu_bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10;
  opacity: 0;
  transition: all 0.5s ease;
  backface-visibility: hidden;
  pointer-events: none;
}
#submenu_bg.active {
  opacity: 1;
}

.covid_19 {
  width: calc(100% - 150px);
  margin: 0 auto;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  background: #faf4ff;
}

@media screen and (max-width: 740px) {
  .covid_19 {
    width: 100%;
    padding: 10px;
    height: auto;
    box-sizing: border-box;
  }
}
article section {
  padding: 80px 75px 0;
}
article section .sect_ttl {
  text-align: center;
  font-feature-settings: "palt";
  padding-bottom: 25px;
  position: relative;
  margin-bottom: 40px;
}
article section .sect_ttl:before {
  content: "";
  width: 70px;
  height: 2px;
  background: #46b4b9;
  position: absolute;
  left: calc(50% - 35px);
  bottom: 0;
}
article section .sect_ttl em {
  font-size: 3rem;
  display: block;
  line-height: 1;
  font-weight: 600;
}
article section .sect_ttl small {
  color: #46b4b9;
  font-size: 1.2rem;
  display: block;
  line-height: 1;
  padding-top: 15px;
  text-transform: uppercase;
}
article section .sect_ttl.left {
  text-align: left;
}
article section .sect_ttl.left:before {
  left: 0;
}
article section .sect_ttl + p {
  text-align: center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  margin-bottom: 60px;
}
article section .btn {
  width: 330px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #d7e250;
  margin: 0 auto;
}
article section .btn .icon-calendar {
  font-size: 2.4rem;
  margin-right: 10px;
}
article section .btn span {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
}
article section .btn:hover {
  filter: brightness(120%);
}

@media screen and (max-width: 740px) {
  article section {
    padding: 30px 0 0;
  }
  article section .sect_ttl {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  article section .sect_ttl:before {
    width: 50px;
    height: 2px;
    left: calc(50% - 25px);
  }
  article section .sect_ttl em {
    font-size: 2.6rem;
    line-height: 1.3;
  }
  article section .sect_ttl small {
    font-size: 1rem;
    padding-top: 10px;
  }
  article section .sect_ttl.left {
    text-align: center;
  }
  article section .sect_ttl.left:before {
    left: calc(50% - 25px);
  }
  article section .sect_ttl + p {
    padding: 0 15px;
    text-align: left;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin-bottom: 20px;
  }
  article section .sect_ttl + p br {
    display: none;
  }
  article section .btn {
    width: 100%;
    height: 55px;
  }
  article section .btn span {
    font-size: 1.6rem;
  }
}
.news {
  width: 1040px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.news .news_list {
  width: 840px;
  height: 290px;
  overflow-y: auto;
  position: relative;
  background: url(../img/dot.png) repeat-x left top;
  background-size: 4px 4px;
}
.news .news_list .item {
  background: url(../img/dot.png) repeat-x left bottom -3px;
  background-size: 4px 4px;
  padding: 30px 0;
  display: flex;
  justify-content: flex-start;
}
.news .news_list .item em {
  color: #19a2d1;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 120px;
  flex-shrink: 0;
}
.news .news_list .item p {
  line-height: 1.75;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 740px) {
  .news {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .news .news_list {
    width: calc(100% - 30px);
    padding: 0 15px;
    height: 290px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .news .news_list .item {
    padding: 15px 0;
    flex-direction: column;
  }
  .news .news_list .item em {
    color: #19a2d1;
    font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 100%;
    flex-shrink: 0;
  }
}
.feature_box {
  max-width: 1250px;
  width: 100%;
  margin: 90px auto 0;
  display: flex;
  justify-content: space-between;
}
.feature_box .item {
  width: calc((100% - 50px) / 3);
  position: relative;
}
.feature_box .item a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
}
.feature_box .item a:hover ~ figure img {
  transform: scale(1.1);
  filter: brightness(110%);
}
.feature_box .item em {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #c1aece;
  color: #fff;
  font-size: 3.75rem;
  position: absolute;
  left: calc(50% - 35px);
  top: -35px;
  z-index: 10;
}
.feature_box .item figure {
  width: 100%;
  overflow: hidden;
}
.feature_box .item figure img {
  width: 100%;
  transition: all 0.2s ease;
  backface-visibility: hidden;
}
.feature_box .item .text {
  padding: 25px;
}
.feature_box .item .text span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 20px;
  background: #f8f7ff;
  border-radius: 10px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.1rem;
  margin: 0 auto;
}
.feature_box .item .text h3 {
  font-size: 2.5rem;
  text-align: center;
  font-feature-settings: "palt";
  line-height: 1.4;
  padding: 10px 0 15px;
}

@media screen and (max-width: 740px) {
  .feature_box {
    max-width: 100%;
    width: 100%;
    margin: 0 auto 0;
    flex-direction: column;
  }
  .feature_box .item {
    width: 100%;
  }
  .feature_box .item em {
    width: 50px;
    height: 50px;
    font-size: 2.75rem;
    position: absolute;
    left: 0;
    top: 0;
  }
  .feature_box .item .text {
    padding: 15px 15px 25px;
  }
  .feature_box .item .text span {
    width: 240px;
    font-size: 1rem;
  }
  .feature_box .item .text h3 {
    font-size: 2.1rem;
    line-height: 1.4;
    padding: 10px 0;
  }
}
.consultation_wide {
  width: 100%;
  height: 350px;
  padding: 0;
  background: url(../../img/wide_bg.jpg) no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.consultation_wide .consultation_wide_inner {
  color: #fff;
  text-align: center;
}
.consultation_wide .consultation_wide_inner h2 {
  line-height: 1;
  font-size: 3rem;
}
.consultation_wide .consultation_wide_inner p {
  color: #fff;
  padding: 20px 0;
}

@media screen and (max-width: 740px) {
  .consultation_wide {
    width: 100%;
    height: auto;
    padding: 65px 15px;
    box-sizing: border-box;
    background: url(../../img/wide_bg@sp.jpg) no-repeat center center;
    background-size: cover;
    display: block;
  }
  .consultation_wide .consultation_wide_inner {
    color: #fff;
    text-align: center;
  }
  .consultation_wide .consultation_wide_inner h2 {
    line-height: 1.35;
    font-size: 2.6rem;
  }
  .consultation_wide .consultation_wide_inner p {
    color: #fff;
    padding: 10px 0;
  }
}
.greeting {
  position: relative;
}
.greeting:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 96%;
  background: #f9f9f9;
  z-index: -1;
}
.greeting .greeting_inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.greeting .greeting_inner .text {
  width: 510px;
}
.greeting .greeting_inner .text .name {
  display: block;
  font-size: 2.1rem;
  padding-top: 1em;
}
.greeting .greeting_inner .text .name small {
  font-size: 1.6rem;
  margin-right: 1em;
}
.greeting .greeting_btns {
  max-width: 1100px;
  width: 100%;
  margin: 55px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.greeting .greeting_btns a.btn {
  width: calc((100% - 110px) / 3);
}

@media screen and (max-width: 740px) {
  .greeting {
    padding-bottom: 15px;
  }
  .greeting:before {
    height: 100%;
  }
  .greeting .greeting_inner {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    flex-direction: column-reverse;
  }
  .greeting .greeting_inner .text {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
  }
  .greeting .greeting_inner .text .name {
    text-align: right;
    display: block;
    font-size: 1.9rem;
    padding-top: 0em;
  }
  .greeting .greeting_inner .text .name small {
    font-size: 1.2rem;
    margin-right: 1em;
  }
  .greeting .greeting_inner figure {
    width: 100%;
  }
  .greeting .greeting_inner figure img {
    width: 100%;
    height: auto;
  }
  .greeting .greeting_btns {
    margin-top: 0;
    max-width: 100%;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    flex-direction: column;
  }
  .greeting .greeting_btns a.btn {
    width: 100%;
  }
  .greeting .greeting_btns a.btn + a.btn {
    margin-top: 10px;
  }
}
.information_items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1250px;
  margin: 0 auto;
}
.information_items .item {
  width: calc((100% - 51px) / 4);
  position: relative;
  padding-bottom: 40px;
}
.information_items .item a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
}
.information_items .item a:hover ~ figure img {
  transform: scale(1.1);
  filter: brightness(110%);
}
.information_items .item figure {
  width: 100%;
  overflow: hidden;
}
.information_items .item figure img {
  width: 100%;
  transition: all 0.2s ease;
  backface-visibility: hidden;
}
.information_items .item em {
  font-size: 2rem;
  font-feature-settings: "palt";
  text-align: center;
  display: block;
  line-height: 1;
  padding-top: 20px;
}

@media screen and (max-width: 740px) {
  .information_items {
    max-width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .information_items .item {
    width: calc((100% - 15px) / 2);
    position: relative;
    padding-bottom: 20px;
  }
  .information_items .item em {
    font-size: 1.5rem;
    padding-top: 10px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 740px) and (max-width: 375px) {
  .information_items .item em span {
    display: block;
  }
}
.banner {
  background: #f7f7f7;
  padding: 50px 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.banner .item {
  width: 323px;
  height: 90px;
  background: #fff url(../../img/banner_bg.png) no-repeat center center;
  background-size: 100% 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.banner .item a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
}
.banner .item a:hover ~ figure img {
  transform: scale(1.2);
  filter: brightness(120%);
}
.banner .item figure {
  width: auto;
  overflow: hidden;
  margin-left: 3px;
}
.banner .item figure img {
  transition: all 0.2s ease;
  backface-visibility: hidden;
}
.banner .item p {
  width: calc(100% - 90px);
  text-align: center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.8rem;
  font-weight: 600;
}
.banner .item + .item {
  margin-left: 34px;
}

@media screen and (max-width: 740px) {
  .banner {
    background: #f7f7f7;
    padding: 15px;
    display: block;
    margin-top: 30px;
  }
  .banner .item {
    width: 100%;
    height: 90px;
    background: #fff;
    position: relative;
  }
  .banner .item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 100%;
    background: url(../../img/banner_bg.png) no-repeat left top;
    background-size: auto 100%;
  }
  .banner .item::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 100%;
    background: url(../../img/banner_bg.png) no-repeat right top;
    background-size: auto 100%;
  }
  .banner .item p {
    width: calc(100% - 90px);
    font-size: 1.7rem;
  }
  .banner .item + .item {
    margin-left: 0;
    margin-top: 15px;
  }
}
.calendarBox {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 100px;
  display: flex;
  justify-content: space-between;
}
.calendarBox .month {
  text-align: center;
  width: 460px;
  box-sizing: border-box;
}
.calendarBox .month em {
  display: block;
  font-size: 2.25rem;
  padding-bottom: 30px;
  font-weight: 600;
  text-align: center;
}
.calendarBox .month .CalendarTable {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 4px;
}
.calendarBox .month .CalendarTable thead th {
  font-size: 1.3rem;
  font-weight: 600;
  padding: 0;
  vertical-align: middle;
  text-align: center;
  box-sizing: border-box;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding-bottom: 5px;
}
.calendarBox .month .CalendarTable thead th.holiday {
  color: #f48f97;
}
.calendarBox .month .CalendarTable thead th.saturday {
  color: #19a2d1;
}
.calendarBox .month .CalendarTable tbody td {
  width: 60px;
  height: 60px;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
  text-align: left;
  vertical-align: top;
}
.calendarBox .month .CalendarTable tbody td span {
  display: block;
  line-height: 1;
  width: 60px;
  height: 60px;
  border: #e5e9eb solid 1px;
  border-radius: 2px;
  font-size: 1.8rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  position: relative;
  padding: 5px;
  box-sizing: border-box;
}
.calendarBox .month .CalendarTable tbody td span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 100%;
  line-height: 1;
  text-align: center;
  font-size: 1rem;
}
.calendarBox .month .CalendarTable tbody .saturday {
  color: #19a2d1;
}
.calendarBox .month .CalendarTable tbody .close span {
  color: #f48f97;
  background: #ffeeee;
  border-color: #ffeeee;
}
.calendarBox .month .CalendarTable tbody .close span:before {
  content: "休診日";
  color: #f48f97;
}
.calendarBox .month .CalendarTable tbody .am_close span {
  background: #dcfafb;
  border: 0;
}
.calendarBox .month .CalendarTable tbody .am_close span:before {
  content: "午前休";
  color: #333333;
}
.calendarBox .month .CalendarTable tbody .pm_close span {
  background: #dcecfb;
  border: 0;
}
.calendarBox .month .CalendarTable tbody .pm_close span:before {
  content: "午後休";
  color: #333333;
}
.calendarBox .month .CalendarTable tbody .other span {
  background: #f7f7f7;
  border: 0;
}
.calendarBox .month .CalendarTable tbody .other span:before {
  content: "その他";
  color: #333333;
}

@media screen and (max-width: 740px) {
  .calendar .sect_ttl + p {
    text-align: center;
  }
  .calendar .sect_ttl + p br {
    display: block !important;
  }
  .calendarBox {
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    margin: 30px auto;
    flex-direction: column;
  }
  .calendarBox .month {
    text-align: center;
    width: 100%;
    box-sizing: border-box;
  }
  .calendarBox .month em {
    font-size: 1.7rem;
    padding-bottom: 10px;
    text-align: center;
  }
  .calendarBox .month .CalendarTable {
    border-spacing: 2px;
  }
  .calendarBox .month .CalendarTable thead th {
    font-size: 1.1rem;
    padding-bottom: 5px;
  }
  .calendarBox .month .CalendarTable tbody td {
    width: auto;
    height: auto;
  }
  .calendarBox .month .CalendarTable tbody td span {
    width: 100%;
    height: 12vw;
    font-size: 1.2rem;
    padding: 3px;
  }
  .calendarBox .month .CalendarTable tbody td span:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 6px;
    width: 100%;
    line-height: 1;
    text-align: center;
    font-size: 1rem;
  }
  .calendarBox .month + .month {
    margin-top: 30px;
  }
}
.recruitment {
  background: url(../../img/staff.jpg) no-repeat right top;
  background-size: cover;
  padding: 0;
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.recruitment .recruitment_inner {
  text-align: center;
}
.recruitment .recruitment_inner h2 {
  font-size: 3rem;
  line-height: 1;
}
.recruitment .recruitment_inner p {
  padding: 20px 0 20px;
}

@media screen and (max-width: 740px) {
  .recruitment {
    background: url(../../img/staff@sp.jpg) no-repeat right bottom;
    background-size: cover;
    padding: 0 0 70vw;
    height: auto;
    display: block;
  }
  .recruitment .recruitment_inner {
    text-align: center;
    padding: 30px 15px 0;
  }
  .recruitment .recruitment_inner h2 {
    font-size: 2.3rem;
    line-height: 1;
  }
  .recruitment .recruitment_inner p {
    padding: 15px;
    font-size: 1.4rem;
    text-align: left;
  }
}
footer {
  background-image: -moz-linear-gradient(0deg, rgb(35, 169, 153) 1%, rgb(7, 138, 190) 99%);
  background-image: -webkit-linear-gradient(0deg, rgb(35, 169, 153) 1%, rgb(7, 138, 190) 99%);
  background-image: -ms-linear-gradient(0deg, rgb(35, 169, 153) 1%, rgb(7, 138, 190) 99%);
}
footer .footer_content {
  width: 900px;
  margin: 0 auto;
}
footer .footer_content .footer_info {
  width: 764px;
  margin: 0 auto;
  text-align: center;
  padding: 80px 0 70px;
}
footer .footer_content .footer_info h2 {
  color: #fff;
  font-size: 3rem;
  line-height: 1;
}
footer .footer_content .footer_info .tel {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
  pointer-events: none;
}
footer .footer_content .footer_info .tel .icon-tel {
  color: #fff;
  font-size: 3.6rem;
  margin-right: 10px;
}
footer .footer_content .footer_info .tel span {
  font-size: 4rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #fff;
  font-weight: 600;
  letter-spacing: 2px;
}
footer .footer_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
footer .footer_btn .btn {
  width: 350px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #d7e250;
}
footer .footer_btn .btn .icon-mail {
  font-size: 2rem;
  margin-right: 0.5em;
}
footer .footer_btn .btn .icon-calendar {
  font-size: 2.4rem;
  margin-right: 0.5em;
}
footer .footer_btn .btn span {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  font-size: 1.6rem;
  text-align: left;
}
footer .footer_btn .btn span small {
  display: block;
  line-height: 1;
  font-size: 1.1rem;
  font-feature-settings: "palt";
  text-align: justify;
}
footer .footer_btn .btn:hover {
  filter: brightness(120%);
}
footer .sitemap {
  border-top: rgba(255, 255, 255, 0.6) solid 1px;
  padding: 70px 0;
  display: flex;
  justify-content: center;
}
footer .sitemap dl dt {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #fff;
  line-height: 1;
  padding-bottom: 20px;
}
footer .sitemap dl dd {
  display: flex;
  justify-content: flex-start;
}
footer .sitemap dl dd ul {
  line-height: 2.5;
}
footer .sitemap dl dd ul li a {
  font-size: 1.4rem;
  color: #fff;
  position: relative;
  padding-left: 12px;
}
footer .sitemap dl dd ul li a:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 5px;
  transition: all 0.2s ease;
  backface-visibility: hidden;
}
footer .sitemap dl dd ul li a:hover:before {
  opacity: 1;
}
footer .sitemap dl dd ul + ul {
  margin-left: 30px;
}
footer .sitemap dl + dl {
  margin-left: 70px;
}
footer .copy {
  width: 100%;
  background: #fff;
  padding: 20px 0;
  box-sizing: border-box;
}
footer .copy .copy_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 900px;
  margin: 0 auto;
}
footer .copy .copy_inner address {
  font-size: 1.3rem;
  margin-right: auto;
  padding-left: 25px;
}
footer .copy .copy_inner small {
  font-size: 1.2rem;
}

@media screen and (max-width: 740px) {
  footer .footer_content {
    width: 100%;
    margin: 0 auto;
  }
  footer .footer_content .footer_info {
    width: 100%;
    padding: 40px 15px 30px;
    box-sizing: border-box;
  }
  footer .footer_content .footer_info h2 {
    font-size: 1.8rem;
    line-height: 1.3;
  }
  footer .footer_content .footer_info .tel {
    margin: 10px 0;
    pointer-events: none;
  }
  footer .footer_content .footer_info .tel .icon-tel {
    font-size: 2.2rem;
    margin-right: 5px;
  }
  footer .footer_content .footer_info .tel span {
    font-size: 2.5rem;
    letter-spacing: 1px;
  }
  footer .footer_btn {
    flex-direction: column;
    margin-top: 20px;
  }
  footer .footer_btn .btn {
    width: 100%;
    height: 55px;
  }
  footer .footer_btn .btn .icon-mail {
    font-size: 2rem;
    margin-right: 0.5em;
  }
  footer .footer_btn .btn .icon-calendar {
    font-size: 2.4rem;
    margin-right: 0.5em;
  }
  footer .footer_btn .btn span {
    font-size: 1.5rem;
  }
  footer .footer_btn .btn span small {
    font-size: 1rem;
  }
  footer .footer_btn .btn:hover {
    filter: brightness(120%);
  }
  footer .footer_btn .btn + .btn {
    margin-top: 10px;
  }
  footer .sitemap {
    border-top: 0;
    padding: 0 15px 25px;
    display: block;
  }
  footer .sitemap dl dt {
    padding-bottom: 0px;
  }
  footer .sitemap dl dd ul {
    width: 50%;
  }
  footer .sitemap dl dd ul li {
    padding-top: 12px;
  }
  footer .sitemap dl dd ul li a {
    font-size: 1.2rem;
    line-height: 1.35;
    align-items: flex-start;
  }
  footer .sitemap dl dd ul li a:before {
    position: relative;
    top: 6px;
  }
  footer .sitemap dl dd ul li a:hover:before {
    opacity: 1;
  }
  footer .sitemap dl dd ul + ul {
    margin-left: 30px;
  }
  footer .sitemap dl + dl {
    margin-left: 0px;
    margin-top: 25px;
  }
  footer .copy {
    width: 100%;
    background: #fff;
    padding: 15px 15px 75px;
  }
  footer .copy .copy_inner {
    display: block;
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }
  footer .copy .copy_inner address {
    font-size: 1.1rem;
    padding-left: 0px;
    padding: 10px 0;
  }
  footer .copy .copy_inner small {
    font-size: 1rem;
  }
}
.office_hours {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.office_hours thead {
  background: rgb(255, 255, 255);
}
.office_hours thead tr {
  background: rgb(255, 255, 255);
}
.office_hours thead tr th {
  background: rgb(255, 255, 255);
  font-size: 1.5rem;
  color: #19a2d1;
  font-weight: 500;
  height: 30px;
  vertical-align: middle;
}
.office_hours tbody tr th {
  height: 50px;
  text-align: left;
  padding-left: 30px;
  width: 190px;
  box-sizing: border-box;
  vertical-align: middle;
  color: #fff;
  border-bottom: rgba(255, 255, 255, 0.6) solid 1px;
}
.office_hours tbody tr td {
  height: 50px;
  font-weight: bold;
  vertical-align: middle;
  color: #fff;
  border-bottom: rgba(255, 255, 255, 0.6) solid 1px;
}
.office_hours tbody tr.dotline th, .office_hours tbody tr.dotline td {
  border-style: dotted;
}
.office_hours tfoot td {
  text-align: right;
  color: #fff;
  font-size: 1.4rem;
  padding-top: 10px;
}

@media screen and (max-width: 740px) {
  .office_hours {
    width: 100%;
  }
  .office_hours thead tr th {
    font-size: 1rem;
    height: 18px;
  }
  .office_hours thead tr th span {
    display: none;
  }
  .office_hours tbody tr th {
    height: 30px;
    text-align: left;
    padding-left: 0px;
    width: 80px;
    font-size: 1rem;
  }
  .office_hours tbody tr td {
    font-size: 1rem;
    height: 30px;
  }
  .office_hours tbody tr.dotline th, .office_hours tbody tr.dotline td {
    border-style: dotted;
  }
  .office_hours tfoot td {
    text-align: right;
    color: #fff;
    font-size: 1.1rem;
    padding-top: 5px;
  }
}
#pageTop {
  position: fixed;
  left: 16px;
  bottom: 16px;
  transition: all 0.5s cubic-bezier(1, 0, 0, 1);
  backface-visibility: hidden;
  transform: translateY(140%);
}
#pageTop a {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background: #19a2d1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #d7e250;
  font-size: 2rem;
}
#pageTop a:hover {
  transform: scale(1.2);
}
#pageTop.on {
  transform: translateY(0%);
}

#fixed_footer_sp {
  position: fixed;
  z-index: 100;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  padding: 5px;
  box-sizing: border-box;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px -7px 21px 0px rgba(0, 0, 0, 0.11);
  transition: all 0.5s cubic-bezier(1, 0, 0, 1);
  backface-visibility: hidden;
  transform: translateY(100%);
}
#fixed_footer_sp.on {
  transform: translateY(0%);
}
#fixed_footer_sp .btn {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #d7e250;
}
#fixed_footer_sp .btn .icon-calendar {
  font-size: 2.4rem;
  margin-right: 0.5em;
}
#fixed_footer_sp .btn span {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  font-size: 1.5rem;
  text-align: left;
}
#fixed_footer_sp .btn span small {
  display: block;
  line-height: 1;
  font-size: 1rem;
  font-feature-settings: "palt";
  text-align: justify;
}
#fixed_footer_sp .btn span em {
  display: block;
  line-height: 1;
  padding-top: 5px;
}
#fixed_footer_sp .btn:hover {
  filter: brightness(120%);
}
#fixed_footer_sp .pageTop {
  flex-shrink: 0;
  padding-left: 5px;
}
#fixed_footer_sp .pageTop a {
  width: 50px;
  height: 50px;
  background: #19a2d1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #d7e250;
  font-size: 2rem;
}

#modal_menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease;
  backface-visibility: hidden;
}
#modal_menu.active {
  opacity: 1;
  pointer-events: auto;
}
#modal_menu.active #modal_menu_items {
  transform: translateY(0);
  opacity: 1;
}
#modal_menu #modal_menu_name {
  line-height: 90px;
  font-size: 2.6rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #fff;
  position: fixed;
  left: 20px;
  top: 0;
  z-index: 100;
  letter-spacing: 2px;
}
#modal_menu #modal_menu_name:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  height: 2px;
  background: #fff;
}
#modal_menu #close {
  position: fixed;
  right: 0;
  top: 0;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 3.8rem;
  font-weight: 200;
  cursor: pointer;
  z-index: 100;
}
#modal_menu #modal_menu_items {
  width: calc(100% - 150px);
  max-width: 800px;
  background: #fff;
  border-radius: 5px;
  padding: 0.5px 5px 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  z-index: 10;
  position: relative;
  transform: translateY(10px);
  opacity: 0;
  transition: all 0.5s ease;
  backface-visibility: hidden;
  /*
  		&:before{
  			content: "診療案内";
  			font-family: $minchou;
  			color:#fff;
  			font-size: 2.8rem;
  			font-weight: 600;
  			position: absolute;
  			left: 0;
  			top: -56px;
  			width: 100%;
  			text-align: center;
  			letter-spacing: 1px;
  		}
  */
}
#modal_menu #modal_menu_items .item {
  width: calc((100% - 10px) / 3);
  position: relative;
  margin-top: 5px;
}
#modal_menu #modal_menu_items .item a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
}
#modal_menu #modal_menu_items .item a:hover ~ figure img {
  transform: scale(1.1);
  filter: brightness(120%);
}
#modal_menu #modal_menu_items .item figure {
  width: auto;
  overflow: hidden;
}
#modal_menu #modal_menu_items .item figure img {
  width: 100%;
  transition: all 0.2s ease;
  backface-visibility: hidden;
}
#modal_menu #modal_menu_items .item em {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.75);
  font-size: 1.5rem;
  font-feature-settings: "palt";
  text-align: justify;
  padding: 0 20px;
}
#modal_menu #modal_menu_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

#sp_menu {
  position: fixed;
  left: 0;
  top: 60px;
  width: 100%;
  height: calc(100% - 60px);
  overflow-y: auto;
  background: #d7e250;
  z-index: 100;
  pointer-events: none;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.4s ease;
  backface-visibility: hidden;
}
#sp_menu.slide-open {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0px);
}
#sp_menu ul {
  padding: 0;
}
#sp_menu ul > li {
  background: url(../img/dot.png) repeat-x left bottom -3px;
  background-size: 4px 4px;
}
#sp_menu ul > li > a {
  width: 100%;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #112142;
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#sp_menu ul > li > a.btn .icon-calendar {
  font-size: 2.4rem;
}
#sp_menu ul > li > a.btn .icon-mail {
  font-size: 1.8rem;
}
#sp_menu ul > li > a.btn span {
  padding-left: 10px;
}
#sp_menu ul > li > a.btn span small {
  display: block;
  line-height: 1;
  font-size: 1rem;
  padding-bottom: 5px;
}
#sp_menu ul > li > a.btn span em {
  display: block;
  line-height: 1;
  font-size: 1.6rem;
  font-weight: 600;
}
#sp_menu ul > li .toggle {
  position: relative;
}
#sp_menu ul > li .toggle:before {
  content: "";
  width: 20px;
  height: 2px;
  background: #112142;
  position: absolute;
  right: 20px;
  top: calc(50% - 1px);
}
#sp_menu ul > li .toggle::after {
  content: "";
  width: 20px;
  height: 2px;
  background: #112142;
  position: absolute;
  right: 20px;
  top: calc(50% - 1px);
  transform: rotate(90deg);
  transition: all 0.2s ease;
  backface-visibility: hidden;
}
#sp_menu ul > li .toggle.on:after {
  transform: rotate(180deg);
}
#sp_menu ul > li ol {
  padding: 0 10px;
  background: #c8d43e;
}
#sp_menu ul > li ol li a {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 12px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  background: url(../img/dot.png) repeat-x left bottom -3px;
  background-size: 4px 4px;
}
#sp_menu ul > li ol li:last-child a {
  border-bottom: 0;
}
#sp_menu .tel_text {
  text-align: center;
  padding-top: 15px;
}
#sp_menu .tel_text .tel {
  display: flex;
  justify-content: center;
  align-items: center;
}
#sp_menu .tel_text .tel .icon-tel {
  font-size: 2.4rem;
  margin-right: 5px;
}
#sp_menu .tel_text .tel span {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 3rem;
  letter-spacing: 1px;
}
#sp_menu .tel_text p {
  font-size: 1.2rem;
  line-height: 1.6;
}

/* IE11 */
_:lang(x)::-ms-backdrop, article section .btn span,
_:lang(x)::-ms-backdrop, footer .footer_btn .btn span,
_:lang(x)::-ms-backdrop, .feature_box .item .text span,
_:lang(x)::-ms-backdrop, .banner .item p,
_:lang(x)::-ms-backdrop, header .header_content .tel_time a.tel,
_:lang(x)::-ms-backdrop, .subpage .tel_box .tel span,
_:lang(x)::-ms-backdrop, footer .footer_content .footer_info .tel span,
_:lang(x)::-ms-backdrop, .subpage .contact_box .tel span {
  font-family: "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}

_:-ms-input-placeholder, :root header .header_content .conversion #consultation:hover,
article section .btn:hover {
  background: #ffff7e;
}

_:-ms-input-placeholder, :root header .header_content .conversion #mail:hover {
  background: #7cd6dd;
}

/*# sourceMappingURL=cmn_style.css.map */
