@charset "UTF-8";
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
/* ボタンカラー */
/* フォント系 */
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
/* スマホスタイル */
.visible-sp-block, .visible-sp-inline {
  display: none;
}

html {
  font-size: 10px;
  font-size: 6.25%;
}

body {
  min-width: 1020px;
  color: #444;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  line-height: 1.6em;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

em, strong {
  font-weight: inherit;
  font-style: inherit;
}

strong {
  background: linear-gradient(transparent 0%, #ffff66 0%);
}

.marker {
  background: linear-gradient(transparent 40%, #ffff66 40%);
}

form {
  display: inline;
}

br.sp {
  display: none;
}

ul.fa_list li:before, ol.fa_list li:before {
  content: "\f0da";
  font-family: FontAwesome;
  margin-right: 0.5em;
}
ul li, ol li {
  margin: 0px;
  padding: 0px;
}

img {
  max-width: 100%;
}

.img_wipe {
  position: relative;
  top: 0;
  left: 0;
}
.img_wipe::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #259DDA;
  content: "";
  transition: all 0.3s ease-out;
}
.img_wipe.wipe_open::before {
  width: 0;
}

.img_rotateopen {
  text-align: center;
}
.img_rotateopen img {
  width: 0;
  height: 100%;
  transition: all 0.3s ease-out;
}
.img_rotateopen.open img {
  width: 100%;
}

.bgimg {
  background: #eee no-repeat center;
  background-size: cover;
}

.f_num {
  font-family: "Josefin Sans", sans-serif;
}

.container {
  width: 1000px;
  margin: 0 auto;
}

.cms p {
  margin: 0px;
}

#colorbox {
  box-sizing: content-box;
}

ul {
  list-style: none;
}

.flexiblebox {
  position: relative;
}
.flexiblebox:before {
  content: "";
  display: block;
  padding-top: 75%; /* 高さを幅の75%に固定 */
}
.flexiblebox .flexiblebox__inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.block_list { /* Safari */
  display: flex; /* Safari */
  justify-content: space-between; /* Safari */
  flex-wrap: wrap;
}

.youtube {
  background: #eee;
  padding: 30px 0;
  width: 700px;
  margin: 0 auto;
}
.youtube .youtube__title {
  font-size: 20rem;
  margin-bottom: 30px;
  font-weight: normal;
}
.youtube .youtube__frame {
  width: 560px;
  padding-top: 44.9%;
  position: relative;
  top: 0;
  left: 0;
  margin: 0 auto;
}
.youtube .youtube__frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.section {
  padding: 40px 0;
}
.section.section_odd {
  background-color: #EAF7FD;
}
.section .section__inner {
  max-width: 1200px;
  min-width: 1000px;
  margin: 0 auto;
}
.section .section__inner.mb30 {
  margin-bottom: 30px;
}
.section .section__title {
  font-family: "Kiwi Maru", "Noto Sans JP", "Open Sans", Verdana, Roboto, "Droid Sans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  display: inline-block;
  text-align: left;
  font-size: 26rem;
  padding: 20px 0;
  margin-bottom: 60px;
  color: #1b82b7;
  text-align: center;
  line-height: 1.4em;
  background: url(../images/common/icons/dots.png) no-repeat center bottom;
  background-size: 44px;
}
.section .section__description {
  text-align: center;
  margin-bottom: 50px;
  font-size: 18rem;
  font-weight: normal;
  line-height: 1.6em;
}
.section .section__label {
  text-align: center;
  font-size: 20rem;
  font-weight: normal;
  margin-bottom: 30px;
}
.section .block__label {
  border-bottom: 2px solid #1c92ce;
  color: #1b82b7;
  text-align: left;
  font-size: 26rem;
  padding-bottom: 0.4em;
  margin-bottom: 20px;
  font-family: "Folk Medium", "Open Sans", Verdana, Roboto, "Droid Sans", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

.nav-inline {
  padding: 60px 0;
  max-width: 1000px;
  margin: 0 auto;
}

.hidden-pc {
  display: none;
}

/* ボールド */
.f_bold {
  font-weight: bold;
  font-family: "Open Sans", Verdana, Roboto, "Droid Sans", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

/* 明朝体 */
.f_mincho {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

/* 丸ゴシック */
.f_marugo {
  font-family: "Kiwi Maru", "Noto Sans JP", "Open Sans", Verdana, Roboto, "Droid Sans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

/* サンセリフ体 */
.f_sserif {
  font-family: "Open Sans", sans-serif;
}

/* セリフ体 */
.f_serif {
  font-family: "Times New Roman", serif;
}

/* 数字 */
.f_number {
  font-family: "Times New Roman", serif;
}

/* fontawesome の配置 */
.icon-left {
  position: relative;
  top: 0;
  left: 0;
  padding-left: 45px;
}
.icon-left:before {
  content: "\f060";
  font-family: FontAwesome;
  position: absolute;
  top: auto;
  left: 10px;
}

.icon-before:before {
  content: "\f060";
  font-family: FontAwesome;
  margin-right: 0.5em;
}

.icon-after:after {
  content: "\f061";
  font-family: FontAwesome;
  margin-left: 0.5em;
}

.icon-right {
  position: relative;
  top: 0;
  left: 0;
  padding-right: 45px;
}
.icon-right:after {
  content: "\f061";
  font-family: FontAwesome;
  position: absolute;
  top: auto;
  right: 10px;
}

.col-last {
  margin-right: 0;
}

.box-shadow {
  box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 8px;
}

/* 吹き出し */
.fukidashi {
  display: inline-block;
  background-color: #333;
  border-radius: 5px;
  position: relative;
  padding: 10px 20px;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.25) 1px 1px 5px;
  color: #fff;
}
.fukidashi:after {
  border: 10px solid transparent;
  border-right-color: #333;
  border-left-width: 0;
  left: -10px;
  content: "";
  display: block;
  top: 10px;
  position: absolute;
  width: 0;
}

table.visual {
  border: 1px solid #aaa;
}
table.visual td, table.visual th {
  padding: 5px 10px;
}
table.visual thead tr {
  background-color: #1c92ce;
  color: #fff;
}
table.visual tfoot {
  border-top: 2px solid #CCC;
  background-color: #f5f5f5;
}
table.visual tbody tr {
  border-bottom: 1px solid #aaa;
}
table.visual tbody tr th {
  background-color: #EAF7FD;
}

ul#breadcrumbs {
  list-style: none;
  line-height: 2em;
  padding: 10px 5% 10px 5%;
  background: #eff6fa;
}
ul#breadcrumbs li {
  float: left;
  margin: 0 1em 0 0;
}
ul#breadcrumbs li a {
  text-decoration: none;
  color: #333333;
}
ul#breadcrumbs li:nth-of-type(n+2):before {
  content: "\f054";
  font-family: FontAwesome;
  margin-right: 1em;
  color: #1c92ce;
}
ul#breadcrumbs li.home img {
  height: 2em;
  vertical-align: middle;
  margin-top: -4px;
}
ul#breadcrumbs li.home:before {
  content: "";
  margin: 0;
}

.pagination span, .pagination a {
  display: inline-block;
  width: 25px;
  border: 1px solid #0F4B9E;
  text-align: center;
  margin-right: 5px;
  text-decoration: none;
  line-height: 25px;
}
.pagination span.current, .pagination a.current {
  background-color: #ffd800;
  color: #000;
}

input {
  padding: 4px 0;
}
input.long {
  width: 840px;
}
input.middle {
  width: 420px;
}
input.short {
  width: 50px;
}

select {
  padding: 4px 0;
}

textarea.larget {
  width: 720px;
  height: 250px;
}
textarea.middle {
  width: 720px;
  height: 250px;
}
textarea.small {
  width: 720px;
  height: 250px;
}

header#header {
  min-width: 1020px;
  padding-top: 20px;
  background-color: #fff;
  color: #444;
  text-align: left;
}
header#header a {
  color: #444;
}
header#header .container {
  width: 96%;
  max-width: 1200px;
  flex-wrap: nowrap;
}
header#header .header__label {
  width: 200px;
  margin-left: auto;
  margin-right: 40px;
}
header#header .header__label .label__list {
  border-top: 1px solid #e0e0e0;
}
header#header .header__label .label__list li {
  border-bottom: 1px solid #e0e0e0;
  font-size: 14rem;
  line-height: 1.4;
  padding: 5px 12px;
  font-family: "Kiwi Maru", "Noto Sans JP", "Open Sans", Verdana, Roboto, "Droid Sans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
}
header#header .header__label .label__list li .icon {
  display: inline-block;
  width: 27px;
  margin-right: 10px;
  text-align: center;
  vertical-align: middle;
}
header#header .header__logo {
  text-align: left;
  order: -1;
}
header#header .header__logo .logo {
  float: left;
}
header#header .header__logo .logo .text {
  display: block;
  color: #1c92ce;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
}
header#header .header__opt {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  width: 288px;
  margin-top: 3px;
}
header#header .header__opt .opt__row {
  background-color: #dff4ff;
  border-radius: 3px;
  display: inline-block;
  color: #333;
  padding: 4px 13px;
  font-size: 12rem;
  float: left;
  margin: 0 7px 7px 0;
  height: 33px;
}
header#header .header__opt .opt__row img {
  height: 25px;
  margin-right: 8px;
  vertical-align: middle;
}
header#header .header__opt .opt__row:hover {
  text-decoration: none;
}
header#header .header__contact {
  position: relative;
  width: 425px;
  padding: 0;
}
header#header .header__contact .contact__links {
  margin-bottom: 5px;
  font-size: 14rem;
}
header#header .header__contact .contact__links a {
  display: inline-block;
}
header#header .header__contact .contact__links .slush {
  display: inline-block;
  margin: 0 10px;
  color: #ccc;
}
header#header .header__contact .contact__tel {
  font-size: 36rem;
  font-family: "Kiwi Maru", "Noto Sans JP", "Open Sans", Verdana, Roboto, "Droid Sans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1;
}
header#header .header__contact .contact__tel img {
  width: 36px;
  margin: 0 8px 2px 0;
  vertical-align: baseline;
}
header#header .header__contact .contact__address {
  margin-top: 10px;
}
header#header .header__contact .link_btn {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 100px;
  height: 100px;
  background-color: #68b9e2;
  border-radius: 50%;
  color: #fff;
  margin: 0;
  padding: 15px 0 0;
  line-height: 1.3;
  text-align: center;
}
header#header .header__contact .link_btn .icon {
  display: block;
  margin: 0 auto 5px;
  padding-left: 17px;
}
header#header .header__contact .link_btn .icon img {
  vertical-align: middle;
}
header#header .header__contact .link_btn p {
  display: inline-block;
  font-size: 14rem;
  margin-bottom: 0;
  line-height: 1.3;
}
header#header .header__reserve {
  margin-left: 10px;
}
header#header .header__reserve .link_btn {
  display: block;
  width: 100px;
  height: 100px;
  background-color: #b0d18d;
  border-radius: 50%;
  color: #fff;
  margin: 0;
  padding: 15px 0 0;
  line-height: 1.3;
  text-align: center;
}
header#header .header__reserve .link_btn .icon {
  display: block;
  margin: 0 auto 5px;
}
header#header .header__reserve .link_btn .icon img {
  vertical-align: middle;
  width: 30px;
}
header#header .header__reserve .link_btn p {
  display: inline-block;
  font-size: 14rem;
  margin-bottom: 0;
  line-height: 1.3;
  text-align: left;
}

#globalnavi {
  min-width: 1020px;
  background-color: #fff;
  text-align: center;
  font-size: 18rem;
  z-index: 100;
  /*-===================================    
  Headerでスクロール時に表示される、アクセス・初診予約へのリンク
  ====================================*/
}
#globalnavi a {
  text-decoration: none;
  color: #444;
}
#globalnavi .dropdown {
  width: 96%;
  max-width: 1200px;
  z-index: 597;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  font-family: "Kiwi Maru", "Noto Sans JP", "Open Sans", Verdana, Roboto, "Droid Sans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
}
#globalnavi .dropdown li, #globalnavi .dropdown .gnavi__sub {
  list-style: none;
  margin: 0;
  padding: 0;
}
#globalnavi .dropdown li {
  width: 20%;
  float: left;
  border-bottom: 2px solid transparent;
  line-height: 1.3em;
  vertical-align: middle;
  zoom: 1;
  position: relative;
}
#globalnavi .dropdown li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  height: 1em;
  margin: auto 0;
  border-left: 1px solid #b3dcf0;
}
#globalnavi .dropdown li:last-child:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 0;
  height: 1em;
  margin: auto 0;
  border-left: 1px solid #b3dcf0;
}
#globalnavi .dropdown li.home {
  width: 10%;
}
#globalnavi .dropdown li.home .fa {
  font-size: 25rem;
}
#globalnavi .dropdown li.row2 a, #globalnavi .dropdown li.row2 span, #globalnavi .dropdown li.row2 .gmenu_menu {
  line-height: 1.3em;
  padding: 0.7em 0;
}
#globalnavi .dropdown li a, #globalnavi .dropdown li span, #globalnavi .dropdown li .gmenu_menu {
  display: block;
  width: 100%;
  line-height: 1em;
  padding: 20px 0;
  font-weight: 500;
}
#globalnavi .dropdown li a .icon, #globalnavi .dropdown li span .icon, #globalnavi .dropdown li .gmenu_menu .icon {
  height: 24px;
  display: block;
  margin: 0 auto 10px auto;
}
#globalnavi .dropdown li .gnavi__sub {
  width: 100%;
  background-color: #fff;
  visibility: hidden;
  position: absolute;
  top: calc(100% + 2px);
  left: -10%;
  z-index: 598;
  width: 120%;
  font-size: 16rem;
  font-family: "Noto Sans JP", "Open Sans", Verdana, Roboto, "Droid Sans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  text-align: left;
  -webkit-transition: all 0.1s linear;
}
#globalnavi .dropdown li .gnavi__sub li {
  width: 100%;
  float: none;
  line-height: 30px;
  border-bottom: 1px solid #e0e0e0;
  height: auto;
}
#globalnavi .dropdown li .gnavi__sub li:before {
  content: none;
}
#globalnavi .dropdown li .gnavi__sub li:last-child:after {
  content: none;
}
#globalnavi .dropdown li .gnavi__sub li.dir {
  background: url(../images/common/icons/right-arrow_gray.png) no-repeat center right 15px;
  background-size: 7px auto;
}
#globalnavi .dropdown li .gnavi__sub li .gnavi__sub_right {
  top: 0;
  left: 220px;
  padding: 15px 0;
}
#globalnavi .dropdown li .gnavi__sub li .gnavi__sub_right li {
  border: none;
  line-height: 2em;
}
#globalnavi .dropdown li .gnavi__sub li .gnavi__sub_right li a {
  line-height: 2.5em;
}
#globalnavi .dropdown li .gnavi__sub a {
  line-height: 0em;
  padding: 0 20px;
  font-weight: 400;
  -webkit-transition: all 0.2s ease-in-out;
}
#globalnavi .dropdown li .gnavi__sub a .pay {
  float: right;
}
#globalnavi .dropdown li .gnavi__sub a .pay .type {
  background-color: #333;
  color: #fff;
  display: inline-block;
  width: 22px;
  text-align: center;
  line-height: 22px;
  font-size: 12rem;
  margin-right: 4px;
  padding: 0;
  border-radius: 11px;
}
#globalnavi .dropdown li .gnavi__sub a .pay .type.type_self {
  background-color: #8fcd4e;
}
#globalnavi .dropdown li .gnavi__sub a .pay .type.type_insurance {
  background-color: #eb885f;
}
#globalnavi .dropdown li.hover, #globalnavi .dropdown li:hover {
  z-index: 599;
  border-bottom-color: #68b9e2;
  cursor: default;
}
#globalnavi .dropdown li:hover > .gnavi__sub {
  visibility: visible;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
#globalnavi .dropdown li:hover > .gnavi__sub a {
  line-height: 3em;
}
#globalnavi .dropdown li.rtl ul {
  top: 100%;
  right: 0;
  left: auto;
}
#globalnavi .dropdown li.rtl ul ul {
  top: 1px;
  right: 99%;
  left: auto;
}
#globalnavi.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}
#globalnavi.fixed .dropdown li a {
  padding: 20px 0;
}
#globalnavi.fixed .dropdown li .gnavi__sub a {
  padding: 0 20px;
}
#globalnavi.fixed .gnavi__links {
  display: block !important;
}
#globalnavi.gnavi_wide li {
  position: static;
}
#globalnavi .gnavi__links {
  display: none !important;
}
#globalnavi .gnavi__links .links__wrap {
  display: flex;
  justify-content: flex-end;
  width: 96%;
  max-width: 1200px;
  z-index: 597;
  margin: 0 auto;
}
#globalnavi .gnavi__links .links__wrap .links__link {
  background-color: #68b9e2;
  border-radius: 0 0 5px 5px;
  margin-left: 15px;
  position: relative;
  transition: all 0.3s;
}
#globalnavi .gnavi__links .links__wrap .links__link::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
  height: 20px;
  transform: translate(-50%, -50%);
}
#globalnavi .gnavi__links .links__wrap .links__link:hover {
  opacity: 0.6;
}
#globalnavi .gnavi__links .links__wrap .links__link a {
  display: inline-block;
  padding: 7px 35px 7px 55px;
  width: 250px;
  font-size: 14rem;
  color: #fff !important;
}
#globalnavi .gnavi__links .links__wrap .links__link.link--access::before {
  background-image: url(../images/common/header/icon_map.svg);
}
#globalnavi .gnavi__links .links__wrap .links__link.link--firstvisit::before {
  background-image: url(../images/common/header/header_icon04.svg);
}
#globalnavi .gnavi__links .links__wrap .links__link.link--empty::before {
  background-image: url(../images/common/header/header_icon05.png);
}

#mainvisual {
  background: url(../images/common/header/mainvisual_sub.jpg) no-repeat;
  background-size: auto 100%;
  background-position: center;
  background-color: #e3eff7;
  height: 120px;
  text-align: left;
}

#page_title {
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
}
#page_title .title__title {
  font-family: "Kiwi Maru", "Noto Sans JP", "Open Sans", Verdana, Roboto, "Droid Sans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  color: #1b82b7;
  font-size: 25rem;
  margin-bottom: 15px;
}
#page_title .title__sub {
  font-size: 12rem;
}
#page_title .paytype {
  margin-top: 20px;
}
#page_title .paytype span {
  background: #333;
  color: #fff;
  padding: 0 20px;
  line-height: 30px;
  display: inline-block;
  font-size: 15rem;
  border-radius: 15px;
  margin: 0 10px;
}
#page_title .paytype span.type_insurance {
  background-color: #eb885f;
}
#page_title .paytype span.type_self {
  background-color: #8fcd4e;
}

.page_title {
  margin: 0 0 30px 0px;
  font-size: 26rem;
  line-height: 2.2em;
  border-bottom: 4px solid #6FC6F3;
}

.section_title {
  background-color: #F1F4F0;
  margin: 0 0 20px 0px;
  font-size: 18rem;
  line-height: 3em;
  text-align: left;
  padding: 0 20px;
}

.section_label {
  border-left: 3px solid #aaa;
  line-height: 2em;
  text-align: left;
  padding-left: 1em;
  font-size: 16rem;
  font-weight: bold;
}

.head_balloon {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.head_balloon .balloon_block {
  display: flex;
  align-items: center;
}
.head_balloon .balloon_block .balloon_text {
  position: relative;
  color: #333;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
  padding: 10px 20px;
  width: 300px;
  text-align: left;
  margin-right: 30px;
  border-radius: 10px;
}
.head_balloon .balloon_block .balloon_text:before, .head_balloon .balloon_block .balloon_text:after {
  background: #fff;
}
.head_balloon .balloon_block .balloon_text:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  transform: translateY(-50%) rotate(-45deg) skew(20deg, 20deg);
  top: 50%;
  right: -7px;
  box-shadow: -3px 4px 5px 0 rgba(0, 0, 0, 0.2);
}
.head_balloon .balloon_block .balloon_text:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 100%;
  border-radius: 10px;
}
.head_balloon .balloon_block .balloon_text p {
  position: relative;
  z-index: 5;
  margin: 0;
}
.head_balloon .balloon_block .balloon_img {
  margin-right: 30px;
}
.head_balloon .balloon_block .balloon_img img {
  border-radius: 50%;
  width: 100px;
}

#schedule {
  padding: 80px 0;
  font-size: 16rem;
  line-height: 1.77;
}
#schedule .container {
  width: 96%;
  max-width: 1200px;
}
#schedule .schedule__open .open__time {
  border: none;
  width: 100%;
}
#schedule .schedule__open .open__time__wrap {
  width: 41.6%;
}
#schedule .schedule__open .open__time td, #schedule .schedule__open .open__time th {
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  padding: 12px 0;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  line-height: 1.2;
}
#schedule .schedule__open .open__time td img, #schedule .schedule__open .open__time th img {
  height: 25px;
}
#schedule .schedule__open .open__time thead th {
  background: #68b9e2;
  border-color: #68b9e2;
}
#schedule .schedule__open .open__time tbody th {
  background: none;
}
#schedule .schedule__open .open__time tbody td {
  background: #fff;
}
#schedule .schedule__open .open__emergency {
  margin-top: 40px;
  width: 100%;
  padding: 17px 15px 15px;
  border: 1px solid #e0e0e0;
  line-height: 1.77;
}
#schedule .schedule__open .open__emergency a {
  color: #1c92ce;
  text-decoration: underline;
}
#schedule .schedule__open .open__emergency a:hover {
  text-decoration: none;
}
#schedule .schedule__open .open__about {
  width: 55%;
  text-align: left;
}
#schedule .schedule__open .open__about table {
  width: 100%;
  text-align: left;
}
#schedule .schedule__open .open__about table tbody tr:last-of-type th,
#schedule .schedule__open .open__about table tbody tr:last-of-type td {
  border-bottom: none;
}
#schedule .schedule__open .open__about table tbody th,
#schedule .schedule__open .open__about table tbody td {
  padding: 12px 0;
  border-bottom: 1px solid #e0e0e0;
  line-height: 1.5;
}
#schedule .schedule__open .open__about table tbody th {
  padding-right: 20px;
  color: #1c92ce;
  font-weight: normal;
}
#schedule .schedule__option {
  margin-top: 40px;
}
#schedule .schedule__option a {
  display: block;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  width: 22.5%;
  padding: 12px 10px 10px;
  border-radius: 50px;
  color: #444;
  line-height: 1.5;
}
#schedule .schedule__option a:hover {
  background: #e0e0e0;
}
#schedule .schedule__option a .icon {
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle;
}
#schedule .schedule__option a h4 {
  display: inline-block;
  margin: 0;
  font-size: 16rem;
  font-weight: normal;
  vertical-align: middle;
}
#schedule .schedule__option a.first_visit {
  padding-top: 15px;
  background: #f2bf53;
  border: none;
  color: #fff;
}
#schedule .schedule__option a.first_visit:hover {
  background: #f6d182;
}
#schedule .reservation__contact {
  background-color: #fff;
  margin-bottom: 15px;
  padding: 10px;
}
#schedule .reservation__contact .reservation__tel {
  margin-bottom: 5px;
}
#schedule .reservation__contact .reservation__tel a {
  color: #000;
  font-size: 24rem;
}
#schedule .reservation__contact .reservation__web {
  background-color: #259dda;
  text-align: center;
  max-width: 240px;
  height: 36px;
  line-height: 36px;
  margin: 0 auto;
}
#schedule .reservation__contact .reservation__web a {
  display: block;
  color: #fff;
  width: 100%;
}
#schedule .schedule__calendar {
  width: 32%;
  background-color: #fff;
  padding: 20px 0;
}
#schedule .schedule__calendar #calendar, #schedule .schedule__calendar #calendar-sp {
  width: 250px;
  margin: 0 auto;
  /* 祝日 */
  /* 休診日 */
}
#schedule .schedule__calendar #calendar .clndr-controls, #schedule .schedule__calendar #calendar-sp .clndr-controls {
  margin-bottom: 10px;
}
#schedule .schedule__calendar #calendar .clndr-controls:after, #schedule .schedule__calendar #calendar-sp .clndr-controls:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
#schedule .schedule__calendar #calendar .clndr-control-button, #schedule .schedule__calendar #calendar-sp .clndr-control-button {
  float: left;
  width: 20%;
  color: #fff;
  position: relative;
  top: 0;
  left: 0;
}
#schedule .schedule__calendar #calendar .clndr-control-button .clndr-previous-button:before, #schedule .schedule__calendar #calendar-sp .clndr-control-button .clndr-previous-button:before {
  content: "\f137";
  font-family: FontAwesome;
  color: #aaa;
  margin-right: 0.7em;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
#schedule .schedule__calendar #calendar .clndr-control-button .clndr-previous-button:before:hover, #schedule .schedule__calendar #calendar-sp .clndr-control-button .clndr-previous-button:before:hover {
  color: #1c92ce;
}
#schedule .schedule__calendar #calendar .clndr-control-button .clndr-next-button:after, #schedule .schedule__calendar #calendar-sp .clndr-control-button .clndr-next-button:after {
  content: "\f138";
  font-family: FontAwesome;
  color: #aaa;
  margin-right: 0.7em;
  position: absolute;
  top: 0;
  left: initial;
  right: 0;
  cursor: pointer;
}
#schedule .schedule__calendar #calendar .clndr-control-button .clndr-next-button:after:hover, #schedule .schedule__calendar #calendar-sp .clndr-control-button .clndr-next-button:after:hover {
  color: #1c92ce;
}
#schedule .schedule__calendar #calendar .month, #schedule .schedule__calendar #calendar-sp .month {
  float: left;
  width: 60%;
}
#schedule .schedule__calendar #calendar .clndr-table, #schedule .schedule__calendar #calendar-sp .clndr-table {
  width: 100%;
}
#schedule .schedule__calendar #calendar .clndr-table .last-month, #schedule .schedule__calendar #calendar .clndr-table .next-month, #schedule .schedule__calendar #calendar-sp .clndr-table .last-month, #schedule .schedule__calendar #calendar-sp .clndr-table .next-month {
  color: #aaa;
}
#schedule .schedule__calendar #calendar .header-days .header-day, #schedule .schedule__calendar #calendar-sp .header-days .header-day {
  background-color: #eee;
}
#schedule .schedule__calendar #calendar .header-days .header-day:first-child, #schedule .schedule__calendar #calendar-sp .header-days .header-day:first-child {
  background-color: #259dda;
  color: #fff;
}
#schedule .schedule__calendar #calendar .calendar-dow-0, #schedule .schedule__calendar #calendar .calendar-dow-3, #schedule .schedule__calendar #calendar .calendar-dow-6, #schedule .schedule__calendar #calendar-sp .calendar-dow-0, #schedule .schedule__calendar #calendar-sp .calendar-dow-3, #schedule .schedule__calendar #calendar-sp .calendar-dow-6 {
  background-color: #cee4ee;
  border-bottom: 1px solid #fff;
  color: #999;
}
#schedule .schedule__calendar #calendar .calendar-day-2018-07-16, #schedule .schedule__calendar #calendar .calendar-day-2018-08-11, #schedule .schedule__calendar #calendar .calendar-day-2018-09-17, #schedule .schedule__calendar #calendar .calendar-day-2018-09-23, #schedule .schedule__calendar #calendar .calendar-day-2018-09-24, #schedule .schedule__calendar #calendar .calendar-day-2018-10-08, #schedule .schedule__calendar #calendar .calendar-day-2018-11-03, #schedule .schedule__calendar #calendar .calendar-day-2018-11-23, #schedule .schedule__calendar #calendar .calendar-day-2018-12-23, #schedule .schedule__calendar #calendar .calendar-day-2018-12-24, #schedule .schedule__calendar #calendar-sp .calendar-day-2018-07-16, #schedule .schedule__calendar #calendar-sp .calendar-day-2018-08-11, #schedule .schedule__calendar #calendar-sp .calendar-day-2018-09-17, #schedule .schedule__calendar #calendar-sp .calendar-day-2018-09-23, #schedule .schedule__calendar #calendar-sp .calendar-day-2018-09-24, #schedule .schedule__calendar #calendar-sp .calendar-day-2018-10-08, #schedule .schedule__calendar #calendar-sp .calendar-day-2018-11-03, #schedule .schedule__calendar #calendar-sp .calendar-day-2018-11-23, #schedule .schedule__calendar #calendar-sp .calendar-day-2018-12-23, #schedule .schedule__calendar #calendar-sp .calendar-day-2018-12-24 {
  background-color: #cee4ee;
  color: #999;
}
#schedule .schedule__calendar #calendar .calendar-day-2018-08-13, #schedule .schedule__calendar #calendar .calendar-day-2018-08-14, #schedule .schedule__calendar #calendar .calendar-day-2018-12-28, #schedule .schedule__calendar #calendar .calendar-day-2018-12-31, #schedule .schedule__calendar #calendar .calendar-day-2019-01-01, #schedule .schedule__calendar #calendar .calendar-day-2019-01-03, #schedule .schedule__calendar #calendar .calendar-day-2019-01-04, #schedule .schedule__calendar #calendar-sp .calendar-day-2018-08-13, #schedule .schedule__calendar #calendar-sp .calendar-day-2018-08-14, #schedule .schedule__calendar #calendar-sp .calendar-day-2018-12-28, #schedule .schedule__calendar #calendar-sp .calendar-day-2018-12-31, #schedule .schedule__calendar #calendar-sp .calendar-day-2019-01-01, #schedule .schedule__calendar #calendar-sp .calendar-day-2019-01-03, #schedule .schedule__calendar #calendar-sp .calendar-day-2019-01-04 {
  background-color: #cee4ee;
  color: #999;
}
#schedule .schedule__calendar #calendar .calendar-day-2018-07-18, #schedule .schedule__calendar #calendar .calendar-day-2018-08-08, #schedule .schedule__calendar #calendar .calendar-day-2018-09-19, #schedule .schedule__calendar #calendar .calendar-day-2018-09-26, #schedule .schedule__calendar #calendar .calendar-day-2018-10-10, #schedule .schedule__calendar #calendar .calendar-day-2018-11-21, #schedule .schedule__calendar #calendar .calendar-day-2018-12-26, #schedule .schedule__calendar #calendar-sp .calendar-day-2018-07-18, #schedule .schedule__calendar #calendar-sp .calendar-day-2018-08-08, #schedule .schedule__calendar #calendar-sp .calendar-day-2018-09-19, #schedule .schedule__calendar #calendar-sp .calendar-day-2018-09-26, #schedule .schedule__calendar #calendar-sp .calendar-day-2018-10-10, #schedule .schedule__calendar #calendar-sp .calendar-day-2018-11-21, #schedule .schedule__calendar #calendar-sp .calendar-day-2018-12-26 {
  background-color: #fff;
  color: #333;
}
#schedule .schedule__calendar .calendar__exp {
  width: 250px;
  text-align: left;
  margin: 10px auto 0 auto;
}
#schedule .schedule__calendar .calendar__exp .exp__color .fa {
  color: #cee4ee;
}

footer#footer {
  padding: 80px 0 80px;
  background-color: #1c92ce;
  border: none;
  color: #fff;
}
footer#footer .container {
  width: 96%;
  max-width: 1200px;
  padding: 0;
}
footer#footer .col-xs-3 {
  width: 21%;
}
footer#footer .footer__top {
  background-color: #1c92ce;
}
footer#footer a {
  color: #FFF;
}
footer#footer.cmp__footer .footer__menu {
  width: 75%;
  padding: 0;
  float: left;
}
footer#footer.cmp__footer .footer__menu .menu__label {
  margin-bottom: 15px;
  font-size: 14rem;
  border-bottom: 1px solid #fff;
}
footer#footer.cmp__footer .footer__menu .menu__label + .menu__label {
  margin-top: 40px;
}
footer#footer.cmp__footer .footer__menu .menu__list {
  padding-left: 20px;
  font-size: 14rem;
}
footer#footer.cmp__footer .footer__menu .menu__list li {
  margin-bottom: 3px;
}
footer#footer.cmp__footer .footer__menu .menu__list li:before {
  content: "-";
}
footer#footer.cmp__footer .footer__menu .menu__list li:last-of-type {
  margin-bottom: 0;
}
footer#footer.cmp__footer .footer__menu .menu__list + .menu__label {
  margin-top: 40px;
}
footer#footer.cmp__footer .footer__menu .menu__list + .menu__list {
  margin-top: 30px;
}
footer#footer.cmp__footer .footer__copyright {
  margin-top: 50px;
  border-top: none;
}
footer#footer .footer__company {
  width: 20%;
  padding: 30px;
  background: #fff;
  color: #444;
  text-align: left;
}
footer#footer .footer__company .company__name {
  margin-top: 25px;
  margin-bottom: 15px;
  color: #1c92ce;
  font-size: 18rem;
  font-weight: bold;
  line-height: 1.5;
}

#fixed_r {
  position: fixed;
  top: 200px;
  right: 0;
  z-index: 1000;
}
#fixed_r .fixed__sns {
  display: block;
  width: 65px;
  max-height: 220px;
  background: #fff;
  margin-bottom: 20px;
  padding: 15px 15px 24px 15px;
  border-radius: 10px 0 0 10px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 10px;
  white-space: nowrap;
}
#fixed_r .fixed__sns .sns__logo {
  width: 100%;
  margin-bottom: 10px;
  vertical-align: middle;
}
#fixed_r .fixed__sns .sns__text {
  writing-mode: vertical-lr;
  color: #444;
  font-size: 16rem;
  line-height: 1.1;
  text-align: left;
}
#fixed_r .fixed__sns.sns_line:hover {
  background-color: #f4fdf4;
}
#fixed_r .fixed__sns.sns_insta:hover {
  background-color: #fff5f8;
}
#fixed_r .fixed__sns.sns_corona .sns__logo {
  width: 32px;
}
#fixed_r .fixed__sns.sns_corona .sns__text {
  margin-left: 0;
}
#fixed_r .fixed__sns.sns_corona:hover {
  background-color: #e6f7ff;
}

@media screen and (max-width: 768px) {
  #schedule .schedule__open > .flex {
    flex-direction: column;
  }
  #schedule .schedule__open .open__option {
    justify-content: space-between;
  }
  #schedule .schedule__open .open__option a {
    flex-basis: 49%;
    margin: 0 0 3px;
  }
}
#main {
  margin: 0px auto;
  padding: 20px 0;
  text-align: center;
  background-color: #fff;
}

.button {
  background-color: #1c92ce;
  color: #fff;
  border-radius: 3px;
  text-decoration: none;
  padding: 15px 30px;
  font-size: 18rem;
  transition: all 0.5s;
}
.button.button-red {
  background: #f4644d;
}
.button.button-red:hover {
  background: #ff776d;
}
.button.button-soft {
  border-radius: 35px;
}
.button:hover, .button:focus {
  color: #fff;
  background-color: #6FC6F3;
  text-decoration: none;
}
.button.button_imp {
  background-color: #FFE400;
  color: #333;
}
.button.button_imp:hover {
  background-color: #FFEC4D;
}
.button.button_gst {
  border: 1px solid #FF8000;
  background-color: transparent;
  color: #FF8000;
}
.button.button_gst:hover {
  border: 1px solid #FEA54F;
}
.button.button_wide {
  width: 100%;
  font-size: 20rem;
  line-height: 2.5em;
}
.button.button_3d {
  border-bottom: 6px solid #0a6c9d;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
.button.button_3d.button-red {
  border-bottom: 6px solid #b73b27;
}
.button.button_banner {
  border-radius: 0;
}
.button.icon-right {
  padding: 10px 40px;
}
.button.icon-right .fa {
  font-size: 13px;
}
.button.button_ico {
  position: relative;
  top: 0;
  left: 0;
  padding: 20px 20px;
  font-size: 18rem;
}
.button.button_ico .icon {
  height: 30px;
  position: absolute;
  top: 15px;
  left: 20px;
}
.button.button_ico .icon_r {
  height: 30px;
  position: absolute;
  top: 15px;
  right: 20px;
}
.button.button_center {
  display: inline-block;
  padding: 15px 80px;
  font-size: 18rem;
}
.button.button-rad {
  border-radius: 2em;
}
.button.button-meter {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  overflow: hidden;
}
.button.button-meter:hover {
  background-color: #1c92ce;
}
.button.button-meter span {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 1;
}
.button.button-meter:before {
  content: "";
  width: 0%;
  height: 100%;
  background-color: #6FC6F3;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.2s;
}
.button.button-meter:hover:before {
  width: 100%;
}
.button.button-arrow:after {
  content: "\f0da";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 22rem;
  margin-left: 20px;
  position: relative;
  top: 1px;
  left: 0;
}

#social_media {
  margin-bottom: 10px;
}
#social_media .sns_btn {
  float: left;
  width: 60px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-right: 5px;
  text-align: center;
}
#social_media .sns_btn .sns_btn__icon {
  background-color: #000;
}
#social_media .sns_btn .sns_btn__icon img {
  height: 20px;
  margin: 5px 0;
}
#social_media .sns_btn.fb .sns_btn__icon {
  background-color: #3B5998;
}
#social_media .sns_btn.tweet .sns_btn__icon {
  background-color: #2CA7E0;
}
#social_media .sns_btn.hatena .sns_btn__icon {
  background-color: #5279E7;
}
#social_media .sns_btn.g_plus .sns_btn__icon {
  background-color: #DB4437;
}
#social_media .sns_btn.feedly .sns_btn__icon {
  background-color: #0F8C0A;
}
#social_media a {
  display: block;
}
#social_media .count {
  display: inline-block;
  padding: 2px 5px;
}
#social_media .count_l {
  position: absolute;
  top: 7px;
  left: -5px;
}

#blogs .blog__list {
  margin: 0 0 30px 0;
}
#blogs .blog__list .list__item {
  width: 30%;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
  display: block;
  color: #333;
}
#blogs .blog__list .list__item .item__pic {
  width: 100%;
  height: 14vw;
  overflow: hidden;
}
#blogs .blog__list .list__item .item__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s;
}
#blogs .blog__list .list__item .item__title {
  padding: 20px 20px;
  text-align: left;
}
#blogs .blog__list .list__item:hover .item__pic img {
  transform: scale(1.2, 1.2);
}

/*
　レスポンシブ対応
　PCでは隠しておくもの
 */
.drawer {
  display: none;
}

#side_navi {
  display: none;
}

/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
@media screen and (max-width: 768px) {
  html {
    font-size: 6.25%;
  }
  body {
    padding-top: 60px;
  }
  .visible-sp-block {
    display: block;
  }
  .visible-sp-inline {
    display: inline;
  }
  .container-fluid, .container {
    width: 100%;
  }
  .container {
    padding: 0 15px;
  }
  br.sp {
    display: inline;
  }
  input.long {
    width: 100%;
  }
  input.middle {
    width: 50%;
  }
  input.short {
    width: 30%;
  }
  textarea.larget {
    width: 100%;
  }
  textarea.middle {
    width: 100%;
  }
  textarea.small {
    width: 100%;
  }
  header#header {
    height: auto;
    padding: 0;
    position: fixed;
    z-index: 100;
  }
  header#header .container {
    width: 100%;
    padding: 0;
  }
  header#header .header__label {
    width: auto;
    margin: 0 90px 0 0;
  }
  header#header .header__label .label__list {
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-top: none;
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
  }
  header#header .header__label .label__list li {
    width: 30%;
    padding: 6px 0 3px;
    border-bottom: none;
    font-size: 10rem;
  }
  header#header .header__label .label__list li:nth-of-type(3) {
    width: 40%;
  }
  header#header .header__label .label__list li .icon {
    width: 20px;
    margin-right: 5px;
    margin-bottom: 3px;
    line-height: 20px;
  }
  header#header .header__label .label__list li .icon img {
    vertical-align: middle;
  }
  header#header .header__logo {
    margin-top: 0;
    padding: 10px;
    text-align: left;
    order: 0;
  }
  header#header .header__logo .logo {
    float: none;
  }
  header#header .header__logo .logo img {
    width: 130px;
    height: auto;
  }
  header#header .header__logo .logo .text {
    margin-bottom: 8px;
    font-size: 11px;
  }
  header#header .header__menu {
    float: left;
    padding: 14px 62px 5px 0;
    text-align: center;
  }
  header#header .header__menu .col {
    float: left;
    width: 60px;
    height: 50px;
  }
  header#header .header__menu .col .menu-label {
    width: 100%;
    text-align: center;
    font-size: 8px;
  }
  header#header .header__menu .col .fa-mobile {
    font-size: 32rem;
  }
  header#header .header__menu .col .fa-envelope {
    font-size: 24rem;
    margin-top: 4px;
    margin-bottom: 2px;
  }
  header#header .header__menu .col .fa-bars {
    font-size: 26rem;
    margin-top: 3px;
  }
  header#header .header__menu .col a, header#header .header__menu .col #side_navi_btn {
    display: block;
    background-color: #1b82b7;
    color: #fff;
    height: 50px;
    margin: 0 2px;
    border-radius: 5px;
  }
  header#header .header__menu .col.menu__tel .menu-label {
    line-height: 1.5em;
  }
  header#header .header__menu .col.menu__tel .mainvisual__sub {
    text-align: center;
    font-size: 15rem;
  }
  .youtube {
    padding: 20px 15px;
    width: 100%;
  }
  .youtube .youtube__title {
    font-size: 16rem;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .youtube .youtube__frame {
    width: 100%;
    padding-top: 56%;
  }
  .section {
    padding: 20px 0;
  }
  .section .section__inner {
    width: 100%;
    max-width: initial;
    min-width: initial;
  }
  .section .section__title {
    text-align: center;
    font-size: 20rem;
    margin-bottom: 30px;
  }
  .section .block__label {
    text-align: center;
    font-size: 20rem;
    padding-bottom: 12px;
  }
  .nav-inline {
    padding: 30px 20px;
  }
  /* メインビジュアル */
  #mainvisual {
    height: 70px;
    margin-bottom: 0px;
  }
  .page_title {
    font-size: 20rem;
    font-weight: bold;
    color: #1b82b7;
    margin-bottom: 10px;
  }
  #page_title .title__title {
    margin-bottom: 10px;
  }
  /* サイドメニュー */
  .drawer {
    display: block;
    text-align: left;
  }
  .drawer.drawer--right .drawer-nav {
    right: -75%;
    background-color: #fff;
    color: #444;
    z-index: 10;
  }
  .drawer.drawer--right.drawer-open .drawer-nav {
    right: 0;
  }
  .drawer.drawer--right.drawer-open .drawer-hamburger {
    right: 10px;
  }
  .drawer .drawer-hamburger {
    top: 48px;
    right: 10px;
    background-color: #68b9e2;
    border-radius: 4px;
    width: 30px;
    height: 30px;
    padding: 10px;
    z-index: 6000;
  }
  .drawer .drawer-nav {
    top: 110px;
    width: 75%;
    height: calc(100% - 110px);
  }
  .drawer .drawer-menu {
    padding: 15px;
    padding-bottom: 100px;
  }
  .drawer .drawer-menu li a {
    text-decoration: none;
    color: inherit;
  }
  .drawer .drawer-menu li.menu__parent {
    line-height: 1.4em;
    padding: 10px 15px;
    background-color: #68b9e2;
    color: #fff;
    margin-bottom: 5px;
  }
  .drawer .drawer-menu li.menu__item {
    border-bottom: 1px solid #e0e0e0;
    line-height: 1.4em;
    padding: 10px 15px;
  }
  .drawer .drawer-menu li.menu__item.dir span {
    background: url(../images/common/icons/plus.png) no-repeat right center;
    background-size: 12px;
    display: block;
  }
  .drawer .drawer-menu li.menu__item.dir ul {
    margin-left: 20px;
    display: none;
    line-height: 1.8em;
    margin: 5px 0 0 20px;
  }
  .drawer .drawer-menu li.menu__item:last-of-type {
    border: none;
  }
  .drawer .drawer-menu li .pay {
    float: right;
  }
  .drawer .drawer-menu li .pay .type {
    background-color: #333;
    color: #fff;
    display: inline-block;
    width: 22px;
    text-align: center;
    line-height: 22px;
    font-size: 12rem;
    margin-right: 4px;
    padding: 0;
    border-radius: 11px;
  }
  .drawer .drawer-menu li .pay .type.type_self {
    background-color: #8fcd4e;
  }
  .drawer .drawer-menu li .pay .type.type_insurance {
    background-color: #eb885f;
  }
  .drawer-hamburger-icon {
    margin-top: 0;
    background-color: #fff;
  }
  .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
    position: absolute;
    top: -8px;
    left: 0px;
    background-color: #fff;
  }
  .drawer-hamburger-icon:after {
    top: 8px;
  }
  #schedule {
    padding: 20px 0;
    font-size: 14rem;
  }
  #schedule .schedule__open.wide {
    width: 100%;
    margin-right: 0%;
  }
  #schedule .schedule__open .open__time {
    margin-bottom: 0;
  }
  #schedule .schedule__open .open__time__wrap {
    width: 100%;
  }
  #schedule .schedule__open .open__time td, #schedule .schedule__open .open__time th {
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    padding: 12px 0;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    line-height: 1.2;
  }
  #schedule .schedule__open .open__time td img, #schedule .schedule__open .open__time th img {
    height: 25px;
  }
  #schedule .schedule__open .open__time thead th {
    background: #68b9e2;
    border-color: #68b9e2;
  }
  #schedule .schedule__open .open__time tbody th {
    background: none;
  }
  #schedule .schedule__open .open__time tbody td {
    background: #fff;
  }
  #schedule .schedule__open .open__about {
    width: 100%;
    margin-top: 20px;
  }
  #schedule .schedule__open .open__about table tbody th {
    width: 115px;
    padding-right: 10px;
  }
  #schedule .schedule__open .open__emergency {
    margin-top: 10px;
    width: 100%;
    padding: 17px 15px 15px;
  }
  #schedule .schedule__option {
    margin-top: 30px;
  }
  #schedule .schedule__option a {
    width: 33%;
    padding: 12px 5px 10px;
    border-radius: 10px;
  }
  #schedule .schedule__option a:hover {
    background: none;
  }
  #schedule .schedule__option a .icon {
    display: block;
    margin: 0 auto 5px;
  }
  #schedule .schedule__option a h4 {
    font-size: 12rem;
  }
  #schedule .schedule__option a:nth-of-type(3) .icon {
    margin-top: 3px;
    margin-bottom: 7px;
  }
  #schedule .schedule__option a:nth-of-type(4) .icon {
    margin-top: 3px;
  }
  #schedule .schedule__option a.first_visit {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 15px;
    border-radius: 50px;
    font-size: 16rem;
  }
  #schedule .schedule__option a.first_visit:hover {
    background: #f2bf53;
  }
  #schedule .schedule__option a.first_visit .icon {
    display: inline-block;
    margin: 0 10px 0 0;
  }
  footer#footer {
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
  }
  footer#footer .footer-totop {
    position: relative;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 0.9em;
  }
  footer#footer .footer-totop .fa {
    font-size: 1.7em;
  }
  footer#footer-sp {
    text-align: center;
    border: none;
    margin-top: 20px;
    /* 先頭へ戻るボタン */
  }
  footer#footer-sp .footer__sns {
    background: #fff;
  }
  footer#footer-sp .footer__sns .sns__button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: left;
    line-height: 1.4;
    padding: 10px;
    border-top: 1px solid #e0e0e0;
    font-weight: bold;
    text-align: center;
    font-size: 15rem;
    color: #fff;
    color: #444;
  }
  footer#footer-sp .footer__sns .sns__button .sns__logo {
    width: 32px;
    margin-right: 20px;
  }
  footer#footer-sp .footer__sns .sns__button .sns__logo img {
    width: 100%;
    vertical-align: middle;
  }
  footer#footer-sp .footer__sns .sns__button .sns__text {
    width: 180px;
    text-align: left;
  }
  footer#footer-sp .footer__sns .insta__button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: left;
    line-height: 1.4;
    padding: 10px 10px 30px;
    border-top: 1px solid #e0e0e0;
    font-weight: bold;
    text-align: center;
    font-size: 15rem;
    color: #fff;
    color: #444;
  }
  footer#footer-sp .footer__sns .insta__button .sns__logo {
    width: 32px;
    margin-right: 20px;
  }
  footer#footer-sp .footer__sns .insta__button .sns__logo img {
    width: 100%;
    vertical-align: middle;
  }
  footer#footer-sp .footer__sns .insta__button .sns__text {
    width: 180px;
    text-align: left;
  }
  footer#footer-sp .footer__top {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    background-color: #D6D6D6;
    padding: 15px 0;
    color: #fff;
    font-size: 20rem;
  }
  footer#footer-sp .footer__top:before {
    content: "";
  }
  footer#footer-sp .footer__contact {
    margin-bottom: 0;
  }
  footer#footer-sp .footer__contact li {
    height: auto;
  }
  footer#footer-sp .footer__contact a {
    display: block;
    padding: 10px 0;
    font-size: 13px;
    color: #0a3144;
    line-height: 1em;
  }
  footer#footer-sp .footer__contact a .fa {
    font-size: 26rem;
  }
  footer#footer-sp .footer-totop-sp {
    text-align: center;
    background-color: #1c92ce;
    padding: 7px 0;
    font-size: 12rem;
    line-height: 1.2em;
  }
  footer#footer-sp .footer-totop-sp a {
    color: #fff;
    font-size: 0.9em;
  }
  footer#footer-sp .footer-totop-sp a .fa {
    font-size: 1.7em;
  }
  footer#footer-sp .footer__copyright {
    padding: 5px 0 5px 0;
  }
  /* ページタイトル */
  #page-title {
    font-size: 18rem;
    padding: 50px 0;
  }
  .section__title {
    font-size: 18rem;
    padding: 10px 0;
    margin-bottom: 15px;
  }
  .section_blc {
    width: 90%;
    margin: 0 auto;
    border: 1px dashed #ddd;
    padding: 100px 0;
    margin-bottom: 15px;
    text-align: left;
  }
  .section__label {
    text-align: left;
    font-size: 15rem;
    margin-bottom: 10px;
  }
  .section__label .fa {
    margin-right: 0.5em;
  }
  /* パネル型ボタン */
  .buttons-panel {
    margin-bottom: 20px;
  }
  .buttons-panel li {
    background-color: #eee;
    height: 100px;
    width: 50%;
    float: left;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
  }
  .buttons-panel li:nth-child(2n) {
    border-left: 1px solid #fff;
  }
  /* ワイド型ボタン */
  .button {
    color: #fff;
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 10px;
    text-decoration: none;
    line-height: 1.4em;
    font-size: 16rem;
  }
  .button.ico-l:before {
    content: "\f14a";
    font-family: FontAwesome;
    margin-right: 0.5em;
  }
  .button.ico-ll:before {
    float: left;
    content: "\f14a";
    font-family: FontAwesome;
    margin-left: 1em;
  }
  .button.ico-r:after {
    content: "\f14a";
    font-family: FontAwesome;
    margin-left: 0.5em;
  }
  .button.ico-rr:before {
    float: right;
    content: "\f14a";
    font-family: FontAwesome;
    margin-right: 1em;
  }
  /* オーバーライドされないようにこの位置 */
  .hidden-sp {
    display: none;
  }
  .hidden-pc {
    display: block;
  }
}
@media screen and (max-width: 320px) {
  header#header .header__logo {
    padding: 10px 5px;
  }
  header#header .header__logo .logo img {
    width: 120px;
    height: auto;
  }
}
/* スマホ */
@media screen and (max-width: 768px) {
  body {
    min-width: 0;
    padding-top: 90px;
  }
  header#header {
    min-width: 0;
    padding: 0;
  }
  header#header .container {
    flex-wrap: wrap;
  }
  header#header .header__contact {
    position: relative;
    width: 425px;
    padding: 0;
  }
  header#header .header__contact .contact__links {
    margin-bottom: 5px;
    font-size: 14rem;
  }
  header#header .header__contact .contact__links a {
    display: inline-block;
  }
  header#header .header__contact .contact__links .slush {
    display: inline-block;
    margin: 0 10px;
    color: #ccc;
  }
  header#header .header__contact .contact__tel {
    font-size: 36rem;
    font-family: "Kiwi Maru", "Noto Sans JP", "Open Sans", Verdana, Roboto, "Droid Sans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
    line-height: 1;
  }
  header#header .header__contact .contact__tel img {
    width: 36px;
    margin: 0 8px 2px 0;
    vertical-align: baseline;
  }
  header#header .header__contact .contact__address {
    margin-top: 10px;
  }
  header#header .header__contact .link_btn {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 100px;
    height: 100px;
    background-color: #68b9e2;
    border-radius: 50%;
    color: #fff;
    margin: 0;
    padding: 15px 0 0;
    line-height: 1.3;
    text-align: center;
  }
  header#header .header__contact .link_btn .icon {
    display: block;
    margin: 0 auto 5px;
    padding-left: 17px;
  }
  header#header .header__contact .link_btn .icon img {
    vertical-align: middle;
  }
  header#header .header__contact .link_btn p {
    display: inline-block;
    font-size: 14rem;
    margin-bottom: 0;
    line-height: 1.3;
  }
  header#header .logo__opt {
    display: none !important;
  }
}
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
}

.popup.is-show {
  opacity: 1;
  visibility: visible;
}

.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 600px;
  padding: 50px;
  background-color: #fff;
  z-index: 2;
  padding: 50px 20px 20px 20px;
}

.popup-inner img {
  width: 100%;
}

.close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}

.close-btn i {
  font-size: 20px;
  color: #333;
}

.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .popup-inner {
    width: 90%;
    height: 450px;
    overflow: scroll;
    padding: 0;
  }
  .head_balloon {
    flex-direction: column-reverse;
    padding-bottom: 30px;
  }
  .head_balloon .balloon_block .balloon_text {
    margin-right: 30px;
    padding: 10px 15px;
    width: 230px;
  }
  .head_balloon .balloon_block .balloon_text:before {
    right: -11px;
    width: 20px;
    height: 20px;
  }
  .head_balloon .balloon_block .balloon_text:after {
    width: 230px;
  }
  .head_balloon .balloon_block .balloon_img {
    margin-right: 0;
  }
}