@charset "UTF-8";
@import "../libs/bootstrap/css/bootstrap.css";
@import "../libs/wowjs/css/animate.css";
@import "../libs/flickity/flickity.min.css";
@import "../libs/slick_slider/css/slick.css";
/* ---------------------------------------------------------
 *  iconfont
 *---------------------------------------------------------- */
@font-face {
  font-family: icons;
  src: url("../fonts/fontello.woff2") format("woff2"), url("../fonts/fontello.woff") format("woff");
  font-display: block;
}
/* ---------------------------------------------------------
 *	リセット
 *---------------------------------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  height: 100%;
  overflow: auto;
  overflow-y: scroll;
  font-size: 62.5%;
}

body {
  height: 100%;
  font-family: "Noto Sans JP", serif;
  font-size: 1.6rem;
  font-feature-settings: "pkna";
  line-height: 1.6;
  color: #333;
  letter-spacing: 0.02em;
  word-wrap: break-word;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
  font-size: 100%;
  font-weight: normal;
}

em {
  font-style: normal;
}

li {
  list-style: none;
}

table,
iframe {
  font-size: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  image-rendering: optimize-contrast;
  border: 0;
}

svg {
  max-width: 100%;
}

a {
  color: #333;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:visited {
  color: #333;
}
a:hover {
  color: #333;
  text-decoration: none;
}
a:active {
  color: #333;
}
a.js-telLink {
  color: #333;
  text-decoration: none;
  pointer-events: none;
}

a[href^="tel:"] {
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}
@media only screen and (max-width: 1024px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

select,
input,
textarea,
button {
  font-family: inherit;
  font-size: inherit;
}

input[type=text],
input[type=search],
input[type=tel],
input[type=url],
input[type=email],
input[type=password],
input[type=number],
textarea {
  padding: 8px 10px;
  border: 1px solid #ccc;
}
input[type=text]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
textarea:focus {
  background-color: #fee;
}

input[type=radio],
input[type=checkbox] {
  margin-right: 5px;
}

input[type=submit],
input[type=button] {
  appearance: none;
  border-radius: 0;
}

select {
  padding: 8px 5px;
  border: 1px solid #ccc;
}

label {
  cursor: pointer;
}

/* onmediaquery.js設定用
 *-------------------------------------------------- */
html {
  font-family: pc;
}

@media only screen and (max-width: 1024px) {
  html {
    font-family: "tb";
  }
}
@media only screen and (max-width: 600px) {
  html {
    font-family: "sp";
  }
}
@media only screen and (max-width: 340px) {
  html {
    font-family: "spS";
  }
}
/* animation
 * <div class="m-animate wow">
 * <div class="m-animate-bar">
 * <div class="m-animate-cont">
 * text content
 * </div>
 * </div>
 * </div>
 */
@keyframes passing-bar {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@keyframes passing-txt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.m-animate.is-ttl {
  text-align: center;
}
.m-animate.is-ttl .is-inB {
  display: inline-block;
}
.m-animate .m-animate-bar {
  position: relative;
}
.m-animate .m-animate-bar::after {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 0;
  height: 100%;
  content: "";
  background: #004986;
}
.m-animate .m-animate-cont {
  opacity: 0;
}
.m-animate.animated .m-animate-bar::after {
  animation: passing-bar 1.1s cubic-bezier(0.77, 0, 0.175, 1) 0.2s 1 normal forwards;
}
.m-animate.animated .m-animate-cont {
  animation: passing-txt 0.1s ease 0.7s 1 normal forwards;
}
@media only screen and (max-width: 600px) {
  .m-animate.is-ttl .is-inB {
    display: block;
  }
}

/* ************************
 * slick
 ************************ */
.slick-arrow {
  position: absolute;
  top: 50%;
  left: 5%;
  z-index: 4;
  width: 50px;
  height: 50px;
  text-indent: -9999999px;
  background: url("../images/slider-prev.svg") no-repeat center;
  background-color: #004986;
  background-size: 26px 26px;
  border: none;
  outline: none;
  transition: all 0.3s;
  transform: translateY(-50%);
}
.slick-arrow:focus {
  outline: none;
}
.slick-arrow.slick-next {
  left: auto;
  background-image: url("../images/slider-next.svg");
}
.slick-arrow.slick-prev {
  left: -80px;
}
.slick-arrow.slick-prev:hover {
  background-position: 30% center;
}
.slick-arrow.slick-next {
  right: -80px;
}
.slick-arrow.slick-next:hover {
  background-position: 70% center;
}
@media only screen and (max-width: 768px) {
  .slick-arrow.slick-prev {
    left: -50px;
  }
  .slick-arrow.slick-next {
    right: -50px;
  }
}
@media only screen and (max-width: 600px) {
  .slick-arrow {
    width: 30px;
    height: 50px;
  }
  .slick-arrow.slick-prev {
    left: -33px;
  }
  .slick-arrow.slick-next {
    right: -33px;
  }
}

.slick-dots {
  display: flex;
  gap: 8px;
  justify-content: center;
  padding-block: 8px;
  margin-top: 30px;
}
.slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 0;
  overflow: hidden;
  text-indent: -99999999px;
  background: #e7e7e7;
  border: none;
  border-radius: 0;
  outline: none;
}
.slick-dots li.slick-active button {
  background: #004986;
}

.schedule .text {
  margin-top: 5px;
  text-align: center;
}

.table-schedule {
  width: 100%;
  border-collapse: collapse;
}
.table-schedule thead {
  font-size: 1.8rem;
}
.table-schedule th,
.table-schedule td {
  min-width: 44px;
  padding: 5px 12px;
  color: #004986;
  text-align: center;
  vertical-align: middle;
}

.table-text {
  color: #004986;
  text-align: right;
}

@media only screen and (max-width: 600px) {
  .table-schedule th,
  .table-schedule td {
    min-width: auto;
    padding: 10px 5px;
    font-size: 1.3rem;
  }
  .table-text {
    text-align: left;
  }
}
a.button {
  position: relative;
  display: inline-block;
  padding: 6px 20px;
  overflow: hidden;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  background-color: #004986;
  border: 1px solid #004986;
}
a.button span {
  position: relative;
  z-index: 2;
}
a.button:hover {
  color: #004986;
  background-color: #fff;
}
a.button:hover img {
  right: -2px;
}
a.button::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #3B4043;
  transition: all 1s;
  transform: translateX(-100%);
}

.animated.button::before {
  transform: translateX(100%);
}

@media (max-width: 992px) {
  .button {
    padding: 11px 18px 10px;
    font-size: 20px;
  }
}
@media (max-width: 630px) {
  .button {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .button {
    padding: 4px 18px 2px;
    font-size: 14px;
  }
}
.button_normal {
  display: flex;
  justify-content: center;
}
.button_normal a {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 280px;
  padding: 10px 20px;
  overflow: hidden;
  font-size: 1.8rem;
  background-color: #004986;
  transition: all 0.3s;
}
.button_normal a span {
  color: #fff;
}
.button_normal a img {
  margin-left: 10px;
  transition: all 0.5s;
}
.button_normal a::before, .button_normal a::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #333;
  transition: all 1s;
  transform: translateX(-100%);
}
.button_normal a::after {
  transition: all 0.5s;
}
.button_normal a.animated::before {
  transform: translateX(100%);
}
.button_normal a:hover img {
  transform: translateX(100%);
}
.button_normal a:hover::after {
  transform: translateX(0%);
}

.pagination {
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}
.pagination__item {
  padding: 0 4px;
}
.pagination__item a {
  font-size: 13px;
}
.pagination__item a.number {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background-color: #D8D8D8;
}
.pagination__item.active .number, .pagination__item:hover .number {
  color: #fff;
  background-color: #004986;
}
.pagination__item.text {
  padding: 0 15px;
}
.pagination__item.text.right {
  padding-right: 26px;
}
.pagination__item.text.left {
  padding-left: 26px;
}
.pagination__item svg {
  margin: 0 5px;
}
@media (max-width: 992px) {
  .pagination__item.text a {
    display: inline-block;
    width: 37px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    background: #d8d8d8;
  }
  .pagination__item.text a span {
    display: none;
  }
  .pagination__item.text a svg path {
    fill: #333;
  }
}
@media (max-width: 992px) and (min-width: 480px) {
  .pagination__item.text {
    padding: 0 5px;
  }
  .pagination__item.text.right {
    padding-right: 8px;
  }
  .pagination__item.text.left {
    padding-left: 8px;
  }
  .pagination__item a {
    font-size: 19px;
  }
  .pagination__item a.number {
    width: 37px;
    height: 37px;
    line-height: 37px;
  }
}
@media (max-width: 479px) {
  .pagination__item.text {
    padding: 0 4px;
  }
  .pagination__item.text a {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
  }
  .pagination__item.text.right {
    padding-right: 4px;
  }
  .pagination__item.text.left {
    padding-left: 4px;
  }
}

.navigation {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.navigation li a {
  font-size: 13px;
  color: #222222;
}
.navigation li a svg {
  margin: 0 5px;
}
.navigation li .link {
  display: inline-block;
  padding: 1px 29px;
  font-size: 13px;
  color: #fff;
  background-color: #222222;
}
@media (max-width: 992px) and (min-width: 480px) {
  .navigation li a,
  .navigation li .link {
    font-size: 19px;
  }
}
@media (max-width: 479px) {
  .navigation li .link {
    padding: 1px 20px;
  }
}

/* ************************
 * パンくず
 ************************ */
.sc__breadcrumb {
  max-width: 1200px;
  padding: 20px 10px;
  margin: 0 auto;
}
.sc__breadcrumb .sc__wrap {
  margin: auto;
}
.sc__breadcrumb .sc__wrap > span {
  display: inline-block;
  margin-right: 10px;
  color: #fff;
  text-shadow: 1px 1px 3px #666, 1px 1px 3px #666, 1px 1px 3px #666;
}
.sc__breadcrumb .sc__wrap > span ::before {
  color: #fff;
}
.sc__breadcrumb .sc__wrap > span a {
  position: relative;
  padding-bottom: 5px;
  color: #fff;
}
.sc__breadcrumb .sc__wrap > span a::before {
  position: absolute;
  bottom: 0;
  left: -10px;
  width: 0;
  height: 2px;
  content: "";
  background-color: #fff;
  opacity: 0;
  transition: all 0.3s;
}
.sc__breadcrumb .sc__wrap > span a:hover::before, .sc__breadcrumb .sc__wrap > span a.is-current::before {
  left: 0;
  width: 100%;
  opacity: 1;
}
@media only screen and (max-width: 1024px) {
  .sc__breadcrumb {
    margin: 0 20px;
  }
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/fonts/icomoon.eot?9dpvg1");
  src: url("../fonts/icomoon/fonts/icomoon.eot?9dpvg1#iefix") format("embedded-opentype"), url("../fonts/icomoon/fonts/icomoon.ttf?9dpvg1") format("truetype"), url("../fonts/icomoon/fonts/icomoon.woff?9dpvg1") format("woff"), url("../fonts/icomoon/fonts/icomoon.svg?9dpvg1#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
  content: "\e90e";
}

.icon-arrow-right:before {
  content: "\e90d";
}

.icon-keyboard_arrow_left:before {
  content: "\e900";
}

.icon-keyboard_arrow_right:before {
  content: "\e901";
}

.icon-navigate_before:before {
  content: "\e902";
}

.icon-navigate_next:before {
  content: "\e903";
}

.icon-arrow_drop_down:before {
  content: "\e904";
}

.icon-arrow_drop_up:before {
  content: "\e905";
}

.icon-check:before {
  content: "\e906";
}

.icon-expand_less:before {
  content: "\e907";
}

.icon-expand_more:before {
  content: "\e908";
}

.icon-arrow_left:before {
  content: "\e909";
}

.icon-arrow_right:before {
  content: "\e90a";
}

.icon-arrow_back_ios:before {
  content: "\e90b";
}

.icon-arrow_forward_ios:before {
  content: "\e90c";
}

.container {
  width: 100%;
  max-width: 1200px;
  background-color: rgba(255, 255, 255, 0.8);
}
.container:not(.is-fluid) {
  padding: 80px;
}
.container:not(.is-fluid):not(.is-noline) {
  border: 5px solid #004986;
}
@media only screen and (max-width: 1024px) {
  .container {
    padding: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .container:not(.is-fluid) {
    padding: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .container {
    width: 100%;
    padding: 20px;
  }
  .container:not(.is-fluid) {
    padding: 30px 15px;
  }
  .container:not(.is-fluid):not(.is-noline) {
    border: 3px solid #004986;
  }
}

@media (max-width: 768px) {
  .padding-mobile {
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .box-layout {
    max-width: 100%;
    padding: 0;
  }
  .box-layout .section--visca-clinic .clinic__content {
    padding: 30px 25px;
  }
  .box-layout .schedule {
    width: 100%;
  }
  .box-layout .table-schedule {
    margin: auto;
  }
}

.box-layout__wrap {
  border-color: #e7e7e7;
  border-style: solid;
  border-width: 0 2px;
}
@media screen and (max-width: 767px) {
  .box-layout__wrap {
    border-width: 0;
  }
}

.dnfix__thumb {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 68.075%;
  overflow: hidden;
}

.dnfix__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  object-fit: cover;
}

.dnfix__thumb.-contain img {
  object-fit: contain;
}

.dnfix__thumb {
  transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.dnfix__thumb img {
  transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.dnfix__thumb:hover img {
  transform: scale(1.05);
}

/* Text truncate */
.text__truncate {
  display: -webkit-box;
  display: -webkit-inline-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.text__truncate.-n2 {
  -webkit-line-clamp: 2;
}

.text__truncate.-n3 {
  -webkit-line-clamp: 3;
}

.text__truncate.-n4 {
  -webkit-line-clamp: 4;
}

/* fix col */
.row.no-gutters20 {
  margin-right: -10px;
  margin-left: -10px;
}

.row.no-gutters20 > [class^=col-],
.row.no-gutters20 > [class*=" col-"] {
  padding-right: 10px;
  padding-left: 10px;
}

/* Effect */
[data-animate],
.slider [data-animate] {
  opacity: 0 !important;
  transition: filter 1.3s, transform 1.6s, opacity 0.7s ease-in;
  will-change: filter, transform, opacity;
  backface-visibility: hidden;
  animation-fill-mode: forwards;
}

[data-animate=bounceInLeft],
[data-animate=bounceInUp],
[data-animate=bounceInDown],
[data-animate=bounceInRight],
.slider [data-animate=bounceInLeft],
.slider [data-animate=bounceInUp],
.slider [data-animate=bounceInDown],
.slider [data-animate=bounceInRight] {
  transition: transform 0.8s cubic-bezier(0, 0.195, 0, 1.465), opacity 0.5s ease-in;
}

[data-animate=bounceInLeft],
.slider [data-animate=bounceInLeft] {
  transform: translate3d(-300px, 0, 0);
}

[data-animate=blurIn],
.slider [data-animate=blurIn] {
  filter: blur(15px);
}

[data-animate=fadeInLeft],
.slider [data-animate=fadeInLeft] {
  transform: translate3d(-70px, 0, 0);
}

[data-animate=fadeInRight],
.slider [data-animate=fadeInRight] {
  transform: translate3d(70px, 0, 0);
}

[data-animate=bounceInUp],
[data-animate=fadeInUp],
.slider [data-animate=bounceInUp],
.slider [data-animate=fadeInUp] {
  transform: translate3d(0, 70px, 0);
}

[data-animate=bounceInRight],
.slider [data-animate=bounceInRight] {
  transform: translate3d(300px, 0, 0);
}

[data-animate=bounceIn],
.slider [data-animate=bounceIn] {
  transform: scale(1.3);
}

[data-animate=bounceInDown],
[data-animate=fadeInDown],
.slider [data-animate=bounceInDown],
.slider [data-animate=fadeInDown] {
  transform: translate3d(0, -70px, 0);
}

[data-animate=flipInY],
.slider [data-animate=flipInY] {
  transform: perspective(400px) rotate3d(0, 1, 0, -90deg) translate3d(15px, 0, 0);
  backface-visibility: visible;
}

[data-animate=flipInX],
.slider [data-animate=flipInX] {
  transform: perspective(400px) rotate3d(1, 0, 0, 90deg) translate3d(0, -15px, 0);
  backface-visibility: visible;
}

[data-animated=true],
.slider .is-selected [data-animated=true][data-animated=true] {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) scale(1);
  animation-delay: 0.5s;
}

.flickity-slider > *:not(.is-selected) [data-animated=true] {
  transition: opacity 0.3s !important;
}

[data-animate=none],
.slider [data-animate=none] {
  opacity: 1 !important;
}

[data-animated=true][data-animate=blurIn],
.slider [data-animate=blurIn][data-animated=true] {
  filter: blur(0);
}

[data-animated=false] {
  transition: none !important;
}

.has-shadow [data-animate],
[data-animate]:hover {
  transition-delay: 0s !important;
}

[data-animate-delay="600"] {
  transition-delay: 0.6s !important;
}

[data-animate-delay="800"] {
  transition-delay: 0.8s !important;
}

.bgSwitcher_inner {
  background-position: center center !important;
}

body {
  height: 100vh;
  background-image: url("../images/pic_mainvisual.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 600px) {
  body {
    background-image: url("../images/pic_mainvisual_sp.jpg");
  }
}

.header {
  transition: all 0.3s;
}
.header .logo {
  display: none;
}
.header .btn-menu {
  position: relative;
  display: none;
  width: 50px;
  height: 50px;
  padding: 10px;
  cursor: pointer;
  background: transparent;
  background-color: #fff;
  transition: all ease 0.238s;
}
.header .btn-menu::before, .header .btn-menu::after {
  background-color: #004986;
  transition: all ease 0.238s;
}
.header .btn-menu::before, .header .btn-menu::after {
  position: absolute;
  top: 0;
  top: 50%;
  left: 10px;
  width: calc(100% - 20px);
  height: 2px;
  content: "";
  transform-origin: 50% 50%;
}
.header .btn-menu > span {
  display: block;
  padding-top: 25px;
  font-size: 1rem;
  color: #004986;
  text-align: center;
  transition: all ease 0.238s;
}
.header .btn-menu > span::before {
  position: absolute;
  top: 20px;
  left: 10px;
  width: calc(100% - 20px);
  height: 2px;
  text-align: center;
  content: "";
  background-color: #004986;
}
.header .btn-menu::before {
  transform: translate3d(0, -15px, 0);
}
.header .btn-menu::after {
  transform: translate3d(0, 5px, 0);
}
.header .btn-menu.active > span::before {
  opacity: 0;
}
.header .btn-menu.active::before {
  background-color: #333;
  transform: rotate3d(0, 0, 1, 45deg);
}
.header .btn-menu.active::after {
  background-color: #333;
  transform: rotate3d(0, 0, 1, -45deg);
}
@media only screen and (max-width: 1024px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8;
    width: 100%;
    height: 90px;
    padding: 10px 20px;
    background-color: rgba(255,255,255,0.8);
  }
  .header .logo {
    display: block;
    text-align: center;
  }
  .header .logo img {
    /* max-height: 70px; */
    max-height: 50px;
  }
  .header__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
  }
  .header .btn-menu {
    display: block;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .header {
    height: 70px;
    padding: 10px;
  }
  .header .logo img {
    max-height: 40px;
  }
}

/* ************************
 * 固定診療テーブル
 ************************ */
.fixed_table {
  position: fixed;
  top: calc(50% - 200px);
  right: -460px;
  z-index: 6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 460px;
  min-height: 200px;
  padding: 10px;
  background-color: #fff;
  opacity: 0;
  transition: all 0.3s;
}
.fixed_table.is-show {
  right: 60px;
  opacity: 1;
}
@media only screen and (max-width: 1024px) {
  .fixed_table {
    top: calc(40% - 200px);
  }
}

/* ************************
 * 固定診療メニュー
 ************************ */
.fixed__schedule {
  position: fixed;
  top: calc(50% - 200px);
  right: 0;
  z-index: 7;
  width: 60px;
  background-color: #fff;
}
.fixed__schedule .schedule_btn {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 200px;
  padding: 20px 0;
  font-size: 1.8rem;
  line-height: 1.8;
  color: #fff;
  letter-spacing: 5px;
  cursor: pointer;
  background-color: #004986;
  writing-mode: vertical-rl;
  transition: all 0.3s;
  text-orientation: upright;
}
.fixed__schedule .schedule_btn span {
  margin-top: 20px;
}
.fixed__schedule .schedule_btn.is-active, .fixed__schedule .schedule_btn:hover {
  background-color: #003663;
}
@media only screen and (max-width: 1024px) {
  .fixed__schedule {
    top: calc(40% - 200px);
  }
  .fixed__schedule .schedule_btn {
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 600px) {
  .fixed__schedule {
    display: none;
  }
}

/* ************************
 * 固定WEB予約メニュー
 ************************ */
.fixed__web {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 7;
  width: 60px;
  background-color: #fff;
}
.fixed__web .web_btn a {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px 0;
  font-size: 1.8rem;
  color: #fff;
  letter-spacing: 5px;
  background-color: #fff;
  border-top: 2px solid #004986;
  border-bottom: 2px solid #004986;
  border-left: 2px solid #004986;
  writing-mode: vertical-rl;
  transition: all 0.3s;
  text-orientation: upright;
}
.fixed__web .web_btn a span {
  color: #004986;
}
.fixed__web .web_btn a:hover {
  background-color: #c6e5ff;
}
@media only screen and (max-width: 1024px) {
  .fixed__web {
    top: 40%;
  }
  .fixed__web .web_btn a {
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 600px) {
  .fixed__web {
    display: none;
  }
}

/* ************************
 * 固定telメニュー
 ************************ */
.fixed__tel {
  position: absolute;
  top: 0;
  right: 60px;
  z-index: 1;
  width: 100%;
  max-width: 460px;
  background-color: #fff;
}
.fixed__tel .tel_btn {
  background-color: #004986;
}
.fixed__tel .tel_btn a {
  display: flex;
  flex-basis: 100%;
  align-items: center;
  padding: 15px 30px;
  font-size: 3.6rem;
}
.fixed__tel .tel_btn span {
  margin-left: 40px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  letter-spacing: 4px;
}
.fixed__tel .address_btn {
  display: flex;
  flex-grow: 1;
  align-items: center;
  padding: 15px 30px;
  background-color: #004986;
  border-top: 2px solid rgba(255, 255, 255, 0.5);
}
.fixed__tel .address_txt {
  display: flex;
  flex-grow: 1;
}
.fixed__tel .address_txt span {
  line-height: 1.4;
  color: #fff;
}
.fixed__tel .address_txt span:nth-of-type(1) {
  flex-basis: 100px;
  margin-left: 10px;
}
.fixed__tel .address_txt span:nth-of-type(2) {
  flex-basis: calc(100% - 100px);
}
@media only screen and (max-width: 1024px) {
  .fixed__tel {
    display: none;
  }
}
body:not(#p-home) .fixed__tel {
  display: none;
}

/* ************************
 * グローバルメニュー
 ************************ */
#p-home .menu-primary {
  margin: -80px 60px 0;
}

.menu-primary {
  position: sticky;
  top: 0;
  z-index: 5;
  height: 80px;
  margin: 0 60px;
  background: #fff;
  transition: all 0.3s 1s;
}
.menu-primary ul {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.menu-primary ul li {
  position: relative;
  display: flex;
  text-align: center;
}
.menu-primary ul li.logo {
  flex: 4;
  padding: 10px 20px;
}
.menu-primary ul li:not(.logo) {
  flex: 2;
}
.menu-primary ul li:not(.logo) a {
  position: relative;
  z-index: 0;
  padding: 15px 5px;
  overflow: hidden;
}
.menu-primary ul li:not(.logo) a::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #004986;
  transition: all 0.6s;
  transform: translateX(-110%);
}
.menu-primary ul li:not(.logo) a:hover::before {
  transform: translateX(0);
}
.menu-primary ul li a {
  display: flex;
  flex-basis: 100%;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  line-height: 1.2;
  color: #004986;
  transition: all 0.3s;
}
.menu-primary ul li:not(.logo) a.is-current {
  background-color: #004986;
}
.menu-primary ul li.active a, .menu-primary ul li:not(.logo) a:hover, .menu-primary ul li:not(.logo) a.is-current {
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .menu-primary {
    display: none;
  }
}
.nav-mobile {
  position: fixed;
  top: 90px;
  bottom: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  overflow: auto;
  background: #fff;
  opacity: 0;
  transition: all 0.2s ease-in-out 0s;
  transform: translateX(-100%);
}
.nav-mobile__list li {
  font-size: 27px;
  font-weight: 700;
  border-bottom: 1px solid #fff;
}
.nav-mobile__list li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 15px 15px 65px;
  font-size: 1.6rem;
  color: #fff;
  background-color: #004986;
}
@media (max-width: 479px) {
  .nav-mobile__list li a {
    padding-left: 30px;
  }
}
.nav-mobile__list li .show-sub::before, .nav-mobile__list li .show-sub::after {
  position: absolute;
  top: 50%;
  right: 5px;
  width: 18px;
  height: 1px;
  content: "";
  background-color: #fff;
  transition: all 0.3s;
  transform: translateX(-50%);
}
.nav-mobile__list li .show-sub::after {
  top: 38%;
  right: 22px;
  width: 1px;
  height: 18px;
}
.nav-mobile__list li .show-sub.active::after {
  opacity: 0;
}
@media (max-width: 479px) {
  .nav-mobile__list li {
    font-size: 20px;
    font-weight: 700;
  }
}
.nav-mobile__list .menu-sub {
  height: 0;
  overflow: hidden;
  background-color: #f4f4f4;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.nav-mobile__list .menu-sub li {
  border-bottom: 1px solid #004986;
}
.nav-mobile__list .menu-sub li a {
  position: relative;
  padding: 15px;
  font-size: 1.4rem;
  color: #004986;
  background-color: #fff;
}
@media (max-width: 479px) {
  .nav-mobile__list .menu-sub li a {
    padding-left: 30px;
  }
}
.nav-mobile__list .menu-sub li a::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 2px;
  content: "";
  transform: translateY(-50%);
}
.nav-mobile__list .menu-sub.show {
  height: auto;
  overflow: visible;
  opacity: 1;
}
@media only screen and (max-width: 479px) {
  .nav-mobile {
    top: 70px;
  }
}

body.show-menu {
  overflow: hidden;
}
body.show-menu .header {
  background-color: #fff;
}

/* ************************
 * h1
 ************************ */
body:not(#p-home) .headding {
  padding: 0 60px 5px;
  font-size: 1.2rem;
  line-height: 1.6;
}
@media only screen and (max-width: 1024px) {
  body:not(#p-home) .headding {
    position: absolute;
    top: 90px;
    right: 0;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 600px) {
  body:not(#p-home) .headding {
    top: 70px;
    right: auto;
    left: 0;
    padding: 0 15px;
    font-size: 1rem;
  }
}

/* ************************
 * SNS
 ************************ */
.show-menu .nav-mobile {
  opacity: 1;
  transform: translateX(0);
}

.socials-list {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}
.socials-list li {
  padding: 0 20px;
}

/* ************************
 * SP固定メニュー
 ************************ */
.fixed__spmenu {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: none;
  width: 100%;
}
.fixed__spmenu ul {
  display: flex;
  width: 100%;
  height: 60px;
}
.fixed__spmenu ul > * {
  display: flex;
  flex-grow: 1;
  text-align: center;
  border: 1px solid #fff;
}
.fixed__spmenu ul > * a {
  display: flex;
  flex-basis: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 15px;
}
.fixed__spmenu ul > * a img {
/*  max-width: 20px;*/
  max-height: 22px;
  margin-top: 7px;
/*  margin-right: 10px;*/
}
.fixed__spmenu ul > *.is-tel a {
  background-color: #004986;
}
.fixed__spmenu ul > *.is-web a {
  background-color: #707070;
}
.fixed__spmenu ul > *.is-time a {
  background-color: #004986;
}
@media only screen and (max-width: 768px) {
  .fixed__spmenu {
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  .fixed__spmenu ul > *.is-time {
    flex-basis: 60px;
    max-width: 60px;
  }
  .fixed__spmenu ul > *.is-time a {
    flex-wrap: wrap;
    align-content: center;
  }
  .fixed__spmenu ul > *.is-time a img {
    margin-right: 0;
  }
  .fixed__spmenu ul > *.is-time span {
    display: block;
    margin-top: 3px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 600px) and (max-width: 340px) {
  .fixed__spmenu ul > * a {
    font-size: 1.2rem;
  }
}

/* ************************
 * SP固定メニュー
 ************************ */
.detail-list {
  margin-top: 60px;
  text-align: center;
}
.detail-list .detail-list__address {
  margin-top: 20px;
}
.detail-list .detail-list__num {
  margin-top: 20px;
}
.detail-list .detail-list__num a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.detail-list .detail-list__num img {
  max-width: 20px;
  margin-right: 10px;
}
.detail-list .detail-list__num span {
  font-size: 2.8rem;
  font-weight: bold;
}
.detail-list .detail-list__btn {
  margin-top: 20px;
}
.detail-list .detail-list__btn .button {
  width: 100%;
  max-width: 300px;
}

/* ************************
 * 固定telメニュー
 ************************ */
.page__header {
  margin-top: 80px;
}
.page__header .header__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 420px;
}
.page__header .header__title {
  display: inline-block;
  width: 500px;
  padding: 10px;
  text-align: center;
  background-color: #fff;
  border: 3px solid #004986;
}
.page__header .header__title span {
  font-size: 4.2rem;
  font-weight: bold;
  color: #004986;
  letter-spacing: 2px;
}
@media only screen and (max-width: 1024px) {
  .page__header {
    padding-top: 70px;
    margin-top: 0;
  }
  .page__header .header__wrap {
    min-height: 360px;
    margin: 0 30px;
  }
  .page__header .header__title span {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .page__header .header__title {
    width: 300px;
  }
}
@media only screen and (max-width: 600px) {
  .page__header .header__wrap {
    min-height: 260px;
    margin: 0 15px;
  }
  .page__header .header__title span {
    font-size: 2.8rem;
  }
}

.footer__menu {
  padding: 90px 0;
}
.footer__menu ul {
  display: flex;
  justify-content: center;
}
.footer__menu ul li a {
  position: relative;
  padding: 0 38px;
}
.footer__menu ul li a span {
  position: relative;
  padding-bottom: 10px;
  color: #004986;
}
.footer__menu ul li a span::before {
  position: absolute;
  bottom: 0;
  left: -10px;
  width: 0;
  height: 2px;
  content: "";
  background-color: #004986;
  opacity: 0;
  transition: all 0.3s;
}
.footer__menu ul li a:hover span::before, .footer__menu ul li a.is-current span::before {
  left: 0;
  width: 100%;
  opacity: 1;
}
@media only screen and (max-width: 1024px) {
  .footer__menu {
    display: none;
  }
}
.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  background: #004986;
}
.footer__bottom p {
  font-size: 1.7rem;
  color: #fff;
  letter-spacing: 3px;
}
@media only screen and (max-width: 1024px) {
  .footer__bottom p {
    font-size: 1.4rem;
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 600px) {
  .footer__bottom p {
    font-size: 1.2rem;
  }
}

.pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
}
.pagetop a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  font-family: "Syncopate", serif;
  font-size: 1.4rem;
  color: #fff;
  background: #004986;
  border: 1px solid #fff;
  transition: all 0.3s;
}
.pagetop a:hover {
  opacity: 0.8;
}
.pagetop.active {
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .pagetop {
    bottom: 60px;
  }
}

/* ---------------------------------------------------------
 *  switch
 *---------------------------------------------------------- */
#switch {
  position: fixed;
  bottom: 10%;
  left: 0;
  z-index: 999;
}
#switch ul li {
  padding: 3px;
  margin-top: 3px;
  background-color: rgba(255, 255, 255, 0.5);
}
#switch a {
  display: block;
  font-size: 0.8rem;
  color: #333;
  cursor: pointer;
}

.page__header {
  position: relative;
}
.page__header__banner {
  padding-top: 34%;
}
.page__header__meta {
  position: absolute;
  top: calc(50% - 25px);
  left: 50px;
}
.page__header .item__wrap {
  text-align: center;
  background: #fff;
}
.page__header .item__sub {
  min-width: 185px;
  padding: 13px 30px;
  font-size: 28px;
  color: #004986;
}
@media only screen and (max-width: 1024px) {
  .page__header__meta {
    top: calc(50% - 75px);
  }
  .page__header .item__wrap {
    flex-direction: column;
  }
  .page__header .item__sub {
    min-width: 275px;
    padding: 19px 40px;
    font-size: 42px;
  }
  .page__header__banner {
    padding-top: 67%;
  }
}
@media only screen and (max-width: 600px) {
  .page__header .item__title,
  .page__header .item__sub {
    min-width: 180px;
    padding: 13px 30px;
  }
  .page__header .item__sub {
    font-size: 28px;
  }
  .page__header__meta {
    top: calc(50% - 50px);
    left: 15px;
  }
}

.sc__header {
  margin-bottom: 30px;
}
.sc__title {
  position: relative;
  padding-bottom: 10px;
  font-size: 28px;
  line-height: normal;
}
.sc__title span::after {
  display: block;
  width: 20px;
  height: 2px;
  margin: auto;
  content: "";
  background-color: #004986;
}
@media only screen and (max-width: 768px) {
  .sc .sc__title {
    font-size: 42px;
  }
}

.animation-button {
  position: relative;
  overflow: hidden;
}
.animation-button::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #28a745;
  transition: all 1s;
  transform: translateX(-100%);
}

.animation-button-2 {
  position: relative;
  overflow: hidden;
}
.animation-button-2::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #3B4043;
  transition: all 1s;
  transform: translateX(-100%);
}

.animated.animation-button::before, .animated.animation-button-2::before {
  transform: translateX(100%);
}

.qr-button.animated .animation-button-2::before,
.great-button .animation-button-2 .animation-button-2::before {
  transform: translateX(100%);
}

.banner {
  position: relative;
}
.banner__item img {
  width: 100%;
}
.banner.banner--home .main__slider:not(.flickity-enabled) .slider__item + .slider__item {
  display: none;
}
.banner.banner--home .main__slider__wrapper {
  position: relative;
}
.banner.banner--home .main__slider .item__wrap {
  width: 100%;
}
.banner.banner--home .main__slider .item__wrap::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
}
.banner.banner--home .main__slider .slider__item {
  position: relative;
  width: 100%;
  outline: 0;
}
.banner.banner--home .main__slider .slider__item__thumb {
  padding-top: 50%;
}
.banner.banner--home .main__slider .slider__item__box {
  position: absolute;
  top: 20%;
  z-index: 1;
  width: 100%;
}
.banner.banner--home .main__slider .slider__item__title {
  font-size: 32px;
  line-height: normal;
  color: #fff;
}
.banner.banner--home .flickity-slider {
  transform: none !important;
}
.banner.banner--home .item__wrap {
  left: 0 !important;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s;
}
.banner.banner--home .item__wrap.is-selected {
  z-index: 0;
  opacity: 1;
}
.banner__address {
  position: absolute;
  bottom: 232px;
  left: 0;
  z-index: 2;
  width: 500px;
  padding: 0 40px;
  margin-bottom: 15px;
  font-size: 13px;
  color: #fff;
}
.banner__address__box {
  width: 100%;
  margin-top: 10px;
  border: 1px solid #fff;
  border-right: 0;
}
.banner__address__box > li {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 8px 2px;
  border-right: 1px solid #fff;
}
.banner__address__box .-phone {
  font-size: 18px;
}
.banner .schedule {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
@media (max-width: 1200px) {
  .banner .banner__address {
    bottom: 235px;
  }
}
@media (max-width: 991px) {
  .banner .banner__address {
    bottom: 0;
    width: 100%;
    font-size: 19.5px;
  }
  .banner .banner__address__box .-phone {
    font-size: 22px;
  }
  .banner .schedule {
    position: relative;
    max-width: 100%;
    font-size: 18px;
  }
  .banner .table-schedule {
    margin: auto;
  }
}
@media (max-width: 767.98px) {
  .banner.banner--home .banner__address {
    font-size: 18px;
  }
  .banner .banner__address {
    padding: 0 15px;
  }
}
@media (max-width: 575px) {
  .banner.banner--home .banner__address__box > li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .banner.banner--home .banner__address__box > li:first-child {
    border-bottom: 1px solid #fff;
  }
}
@media (max-width: 480px) {
  .banner.banner--home .banner__address {
    font-size: 14px;
  }
}

.mainvisual {
  position: relative;
  height: 100vh;
}
.mainvisual .headding {
  position: absolute;
  top: 10px;
  left: 60px;
  font-size: 1.2rem;
  line-height: 1.6;
}
.mainvisual .mainvisual__catch {
  position: absolute;
  top: 60px;
  left: 60px;
}
.mainvisual .mainvisual__catch .mainvisual__catch_wrap {
  position: relative;
}
.mainvisual .mainvisual__catch .mainvisual__catch_wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 0;
  height: 100%;
  content: "";
  background: #004986;
}
.mainvisual .mainvisual__catch .mainvisual__catch_head {
  display: block;
  opacity: 0;
}
.mainvisual .mainvisual__catch.animated .mainvisual__catch_wrap::before {
  animation: passing-bar 1.1s cubic-bezier(0.77, 0, 0.175, 1) 0.2s 1 normal forwards;
}
.mainvisual .mainvisual__catch.animated .mainvisual__catch_head {
  animation: passing-txt 0.1s ease 0.7s 1 normal forwards;
}
.mainvisual .mainvisual__catch_head {
  padding: 0 1em;
  overflow: hidden;
  line-height: 4.2em;
  background-color: #fff;
  background-image: linear-gradient(to bottom, #fff 0%, #fff 95%, #004986 95%, #004986 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="$keyColor",GradientType=0 );
  background-size: 100% 5em;
  border: 3px solid #004986;
}
.mainvisual .mainvisual__catch_head span {
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 1.55;
  color: #004986;
}
@media only screen and (max-width: 1024px) {
  .mainvisual .headding {
    top: 90px;
    right: 0;
    left: auto;
    padding: 0 20px;
  }
  .mainvisual .mainvisual__catch {
    top: 150px;
  }
  .mainvisual .mainvisual__catch_head {
    line-height: 3.4em;
    background-size: 100% 3.8em;
  }
  .mainvisual .mainvisual__catch_head span {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 600px) {
  .mainvisual .headding {
    top: 70px;
    right: auto;
    left: 0;
    padding: 0 15px;
    font-size: 1rem;
  }
  .mainvisual .mainvisual__catch {
    top: auto;
    bottom: 100px;
    left: 10px;
  }
  .mainvisual .mainvisual__catch_head {
    padding: 0 0.5em;
    line-height: 2.9em;
    background-size: 100% 3em;
  }
  .mainvisual .mainvisual__catch_head span {
    font-size: 2rem;
  }
}

.section {
  padding: 80px 0 0;
}
.section .container-custom {
  max-width: 1020px;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .section {
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .section {
    padding: 30px 0;
  }
}

@media only screen and (max-width: 1024px) {
  .section--two {
    padding: 60px 0 80px;
  }
}
.section--two .two-box {
  max-width: 945px;
  margin: auto;
}
.section--two .title-2 {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-size: 3.4rem;
  text-align: center;
  letter-spacing: 2px;
}
.section--two .title-2::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 20px;
  height: 2px;
  content: "";
  background-color: #004986;
  transform: translateX(-50%);
}
@media only screen and (max-width: 600px) {
  .section--two .title-2 {
    font-size: 7vw;
  }
}
.section--two .sub {
  margin-bottom: 75px;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .section--two .sub {
    margin-bottom: 0;
  }
}
.section--two .text-box .title {
  margin-bottom: 25px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #004986;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .section--two .sub {
    font-size: 2.1rem;
    line-height: 36px;
    text-align: left;
  }
  .section--two .text-box .title {
    font-size: 2rem;
    line-height: 38px;
  }
}
@media only screen and (max-width: 768px) {
  .section--two {
    padding: 80px 0 20px;
  }
  .section--two .text-box .title {
    font-size: 2rem;
    line-height: 38px;
  }
}
@media only screen and (max-width: 600px) {
  .section--two {
    padding: 60px 0 30px;
  }
  .section--two .text-box {
    margin-top: 40px;
  }
  .section--two .sub {
    font-size: 1.4rem;
    line-height: 24px;
  }
}

.section--border {
  border-top: 2px solid #e7e7e7;
}

.section__title .title {
  font-family: "Syncopate", serif;
}
.section__title.is-vertical .title {
  max-width: 440px;
  margin: 0 auto;
  font-size: 5.4rem;
  line-height: 1.2;
  color: #004986;
  background-color: #fff;
  border: 5px solid #004986;
  transform: translateY(-85px);
}
.section__title.is-vertical .title.--bg-keycolor {
  max-width: 550px;
  padding: 7px 0 6px;
  font-family: "Noto Sans JP", serif;
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  background-color: #004986;
}
.section__title.is-vertical .sub-title {
  position: relative;
  display: inline-block;
  padding: 0 60px;
  font-size: 2.4rem;
  transform: translateY(-30px);
}
.section__title.is-vertical .sub-title::before, .section__title.is-vertical .sub-title::after {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 1px;
  content: "";
  background-color: #004986;
  transform: translateY(-50%);
}
.section__title.is-vertical .sub-title::before {
  left: 0;
}
.section__title.is-vertical .sub-title::after {
  right: 0;
}
.section__title.is-topline .title {
  width: calc(100% + 160px);
  padding-top: 40px;
  font-family: "Montserrat", sans-serif;
  font-size: 8rem;
  line-height: 1;
  color: #004986;
  letter-spacing: 2px;
  background-color: #fff;
  border-top: 5px solid rgba(0, 73, 134, 0.6);
  transform: translate(-80px, -80px);
}
.section__title.is-topline .sub-title {
  position: relative;
  display: inline-block;
  padding: 0 60px;
  font-size: 2.4rem;
  transform: translateY(-30px);
}
.section__title.is-topline .sub-title::before, .section__title.is-topline .sub-title::after {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 1px;
  content: "";
  background-color: #004986;
  transform: translateY(-50%);
}
.section__title.is-topline .sub-title::before {
  left: 0;
}
.section__title.is-topline .sub-title::after {
  right: 0;
}
.section__title.is-centerline .title {
  margin-top: 10px;
  font-family: "Allerta Stencil", serif;
  font-size: 7rem;
  line-height: 1;
  color: #004986;
  letter-spacing: 2px;
  background-color: #fff;
}
.section__title.is-centerline .sub-title {
  position: relative;
  display: inline-block;
  padding: 0 60px;
  font-size: 2.4rem;
}
.section__title.is-centerline .sub-title::before, .section__title.is-centerline .sub-title::after {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 1px;
  content: "";
  background-color: #004986;
  transform: translateY(-50%);
}
.section__title.is-centerline .sub-title::before {
  left: 0;
}
.section__title.is-centerline .sub-title::after {
  right: 0;
}
.section__title.is-side {
  display: flex;
  justify-content: center;
}
.section__title.is-side > * {
  display: flex;
  flex-basis: 35%;
  align-items: center;
  justify-content: center;
  padding: 10px 40px;
  line-height: 1;
  border: 3px solid #004986;
}
.section__title.is-side .title {
  font-size: 3.6rem;
  color: #004986;
}
.section__title.is-side .sub-title {
  font-size: 1.8rem;
  color: #fff;
  background-color: #004986;
}
.section__title.is-bottomline {
  display: flex;
  justify-content: center;
  margin-bottom: 29px;
}
.section__title.is-bottomline .title {
  position: relative;
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 20px;
  font-family: "Noto Sans JP", serif;
  font-size: 3.4rem;
  font-weight: bold;
  transform: translateY(-30px);
}
.section__title.is-bottomline .title::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 200px;
  height: 3px;
  content: "";
  background-color: #004986;
  transform: translateX(-50%);
}
.section__title.is-bottomline .title.--color-white {
  color: #fff;
}
.section__title.is-bottomline .title.--color-white::after {
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .section__title.is-vertical .title {
    transform: translateY(-55px);
  }
  .section__title.is-topline .title {
    width: calc(100% + 100px);
    transform: translate(-50px, -50px);
  }
  .section__title.is-side > * {
    padding: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .section__title.is-vertical .title {
    font-size: 3.4rem;
    border: 3px solid #004986;
    transform: translateY(-33px);
  }
  .section__title.is-vertical .sub-title {
    margin-top: 30px;
    font-size: 2rem;
  }
  .section__title.is-topline .title {
    width: calc(100% + 30px);
    padding-top: 20px;
    font-size: 4.2rem;
    border-width: 3px;
    transform: translate(-15px, -30px);
  }
  .section__title.is-topline .sub-title {
    font-size: 2rem;
    transform: translateY(0);
  }
  .section__title.is-centerline .title {
    font-size: 4rem;
  }
  .section__title.is-centerline .sub-title {
    font-size: 2rem;
  }
  .section__title.is-side .title {
    font-size: 5vw;
  }
  .section__title.is-side .sub-title {
    font-size: 4vw;
  }
  .section__title.is-bottomline .title {
    transform: translateY(-5px);
  }
}

.title.is-small {
  text-align: center;
}
.title.is-small span {
  font-family: "Syncopate", serif;
  font-size: 3.6rem;
  color: #004986;
}
@media only screen and (max-width: 600px) {
  .title.is-small span {
    font-size: 2.8rem;
  }
}

.section--opening {
  text-align: center;
}
.section--opening .opening__date {
  font-size: 3.4rem;
  font-weight: bold;
  color: #004986;
}
.section--opening .opening__description {
  margin-top: 40px;
  font-size: 2rem;
}
.section--opening .opening__box {
  max-width: 850px;
  padding: 0 30px 30px;
  margin: 60px auto 0;
  background-color: #fff;
}
.section--opening .opening__box__title {
  transform: translateY(-20px);
}
.section--opening .opening__box__title span {
  display: inline-block;
  width: 100%;
  max-width: 480px;
  padding: 10px;
  font-size: 2.4rem;
  color: #fff;
  background-color: #004986;
  border-radius: 10px 10px 0 0;
}
.section--opening .opening__box__txt {
  font-size: 1.8rem;
}
.section--opening .opening__box__time-open {
  margin-top: 30px;
}
.section--opening .opening__box__time-open li {
  font-size: 2.4rem;
  font-weight: bold;
  color: #004986;
}
@media only screen and (max-width: 600px) {
  .section--opening .opening__date {
    font-size: 6vw;
  }
  .section--opening .opening__description {
    margin-top: 20px;
    font-size: 1.6rem;
    text-align: left;
  }
  .section--opening .opening__box {
    padding: 0 10px 20px;
    margin-top: 40px;
  }
  .section--opening .opening__box__title span {
    font-size: 5vw;
  }
  .section--opening .opening__box__txt {
    font-size: 1.6rem;
    text-align: left;
  }
  .section--opening .opening__box__time-open {
    margin-top: 20px;
  }
  .section--opening .opening__box__time-open li {
    font-size: 2rem;
  }
}

.section--news .section__title.is-side > * {
  flex-basis: 23%;
  min-width: 220px;
}
.section--news .news-article {
  position: relative;
  max-width: 850px;
  padding-top: 50px;
  margin: 0 auto;
}
.section--news .news__btn {
  position: absolute;
  top: 10px;
  right: 0;
}
.section--news .news__btn a {
  position: relative;
  padding-bottom: 10px;
  font-size: 1.4rem;
}
.section--news .news__btn a::before {
  position: absolute;
  bottom: 0;
  left: -10px;
  width: 0;
  height: 2px;
  content: "";
  background-color: #004986;
  opacity: 0;
  transition: all 0.3s;
}
.section--news .news__btn a:hover::before, .section--news .news__btn a.is-current::before {
  left: 0;
  width: 100%;
  opacity: 1;
}
.section--news .news__list li:first-of-type a,
.section--news .news__list li:first-of-type > div {
  border-top: 2px solid #e7e7e7;
}
.section--news .news__list li a,
.section--news .news__list li .news__wrap {
  display: flex;
  padding: 30px 0;
  border-bottom: 2px solid #e7e7e7;
  transition: all 0.3s;
}
.section--news .news__list li a:hover,
.section--news .news__list li .news__wrap:hover {
  background-color: #f4f4f4;
}
.section--news .news__list .meta {
  flex-basis: 200px;
  font-size: 1.4rem;
}
.section--news .news__list .meta span {
  padding: 2px 10px;
  margin-left: 10px;
  font-size: 1.2rem;
  line-height: 1;
  color: #004986;
  border: 1px solid #004986;
}
.section--news .news__list .txt {
  flex-basis: calc(100% - 200px);
}
@media only screen and (max-width: 600px) {
  .section--news .section__title.is-side > * {
    flex-basis: 50%;
    min-width: auto;
  }
  .section--news .news__list li a,
  .section--news .news__list li .news__wrap {
    display: block;
  }
  .section--news .news__list .txt {
    margin-top: 10px;
  }
}

.section--calendar .section__title.is-side > * {
  flex-basis: 50%;
  min-width: 300px;
}
.section--calendar .calendar__list {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.section--calendar .calendar-btn {
  margin-top: 40px;
}
.section--calendar .calendar-wrap {
  position: relative;
  flex-basis: 48%;
  height: 0;
  padding-bottom: 45%;
  overflow: hidden;
}
.section--calendar .calendar-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media only screen and (max-width: 600px) {
  .section--calendar .section__title.is-side > * {
    min-width: auto;
  }
  .section--calendar .calendar__list {
    display: block;
    margin-top: 20px;
  }
  .section--calendar .calendar-btn {
    margin-top: 20px;
  }
  .section--calendar .calendar-wrap {
    padding-bottom: 100%;
  }
  .section--calendar .calendar-wrap:nth-of-type(2) {
    display: none;
  }
}

.section--greeting .greeting__block {
  display: flex;
  margin-top: 20px;
}
.section--greeting .greeting__block > * {
  flex-basis: 50%;
}
.section--greeting .greeting__cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 40px;
  color: #fff;
  background-color: #004986;
}
.section--greeting .greeting__cont__head {
  font-size: 3.2rem;
  line-height: 1.6;
}
.section--greeting .greeting__cont__txt {
  margin-top: 40px;
  line-height: 1.8;
}
.section--greeting .greeting__pic {
  text-align: center;
}
.section--greeting .greeting__name {
  margin-top: 20px;
  font-size: 2rem;
  text-align: center;
}
.section--greeting .greeting__name span {
  font-size: 2.8rem;
}
.section--greeting .greeting__add {
  padding: 30px;
  margin-top: 40px;
  background-color: #fff;
}
.section--greeting .greeting__add__head {
  font-size: 2.4rem;
  color: #004986;
  text-align: center;
}
.section--greeting .greeting__add__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
.section--greeting .greeting__add__list > * {
  position: relative;
  margin: 20px 0;
  text-align: center;
  flex-basis: 100%;
  /*flex-basis: 48%;
  padding-left: 100px;
  margin-top: 10px;*/
}
.section--greeting .greeting__add__list > * span {
  position: absolute;
  top: 0;
  left: 0;
}
.section--greeting .greeting__btn {
  transform: translateY(80px);
}
@media only screen and (max-width: 1024px) {
  .section--greeting .greeting__block {
    display: block;
  }
  .section--greeting .greeting__add__list {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .section--greeting .greeting__btn {
    transform: translateY(50px);
  }
}
@media only screen and (max-width: 600px) {
  .section--greeting .greeting__add {
    padding: 20px;
    margin-top: 20px;
  }
  .section--greeting .greeting__cont {
    padding: 20px 15px;
  }
  .section--greeting .greeting__cont__head {
    font-size: 6.4vw;
  }
  .section--greeting .greeting__add__list > * {
    padding-left: 0;
    font-size: 1.4rem;
    text-align: left;
  }
  .section--greeting .greeting__add__list > * span {
    position: relative;
    display: block;
    margin-bottom: 5px;
  }
  .section--greeting .greeting__btn {
    transform: translateY(30px);
  }
}

.section--image {
  position: relative;
  padding: 23% 0 0;
}
.section--image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .section--image {
    padding-top: 63%;
  }
}

.section--service .service__table {
  margin-top: 20px;
}
.section--service .service__table ul {
  display: flex;
  flex-wrap: wrap;
  border-top: 3px solid #004986;
  border-left: 3px solid #004986;
}
.section--service .service__table ul li {
  flex-basis: 20%;
  border-right: 3px solid #004986;
  border-bottom: 3px solid #004986;
  background-color: #fff;
}
.section--service .service__table ul li a {
  display: block;
  padding: 20px;
  background-color: #fff;
}
.section--service .service__table ul li a:hover .pic {
  transform: scale(1.1);
}
.section--service .service__table ul .pic {
  transition: all 0.3s;
}
.section--service .service__table ul .item {
  margin-top: 10px;
  text-align: center;
}
.section--service .service__btn {
  transform: translateY(80px);
}
@media only screen and (max-width: 1024px) {
  .section--service .service__table ul li {
    flex-basis: 33.3333%;
  }
}
@media only screen and (max-width: 768px) {
  .section--service .service__btn {
    transform: translateY(50px);
  }
}
@media only screen and (max-width: 600px) {
  .section--service .service__table ul li {
    flex-basis: 50%;
  }
  .section--service .service__btn {
    transform: translateY(30px);
  }
}

.section--infomation .section__title.is-side > * {
  flex-basis: 50%;
  min-width: 320px;
}
.section--infomation .list-info {
  margin-top: 40px;
}
.section--infomation .list-info > li {
  padding: 20px 0;
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 0 10px;
}
.section--infomation .list-info > li:not(:last-child) {
  border-bottom: 2px solid #ebebeb;
}
.section--infomation .list-info__list + .list-info__link {
  margin-top: 1em;
}
.section--infomation .list-info__item {
  position: relative;
  padding-left: 1em;
}
.section--infomation .list-info__item:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}
.section--infomation .list-info__link {
  display: inline-block;
  text-decoration: underline;
}
.section--infomation .list-info__link:hover {
  text-decoration: none;
}
.section--infomation .list-info.style-2 li .title {
  width: 170px;
}
.section--infomation .commmet-info {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.section--infomation .commmet-info > * {
  position: relative;
  flex-basis: 33.3333333333%;
  padding: 20px;
  border: 3px solid #004986;
}
.section--infomation .commmet-info > * > p {
  margin-top: 20px;
}
.section--infomation .commmet-info .title {
  font-size: 2.4rem;
  color: #004986;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .section--infomation .section__title.is-side > * {
    min-width: auto;
  }
  .section--infomation .list-info > li {
    grid-template-columns: 15vw 1fr;
  }
}
@media only screen and (max-width: 768px) {
  .section--infomation .commmet-info > * {
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 600px) {
  .section--infomation .list-info {
    margin-top: 20px;
  }
  .section--infomation .list-info > li {
    padding: 15px 0;
    grid-template-columns: 90px 1fr;
  }
  .section--infomation .commmet-info {
    display: block;
    margin-top: 20px;
  }
  .section--infomation .commmet-info > * {
    padding: 20px 15px;
    border-width: 3px;
  }
  .section--infomation .commmet-info > * > p {
    margin-top: 10px;
  }
  .section--infomation .commmet-info .title {
    font-size: 6vw;
  }
}

.section--features .features__list {
  margin-top: 20px;
}
.section--features .features__list .slick-list {
  color: #fff;
  background-color: #004986;
}
.section--features .features__list .slick-track .slick-slide {
  position: relative;
}
.section--features .features__list .slick-track .slick-slide::before, .section--features .features__list .slick-track .slick-slide::after {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  color: #fff;
}
.section--features .features__list .slick-track .slick-slide::before {
  padding-bottom: 32px;
  font-size: 1.2rem;
  text-align: center;
  content: "POINT";
  background-color: #004986;
}
.section--features .features__list .slick-track .slick-slide::after {
  padding-top: 25px;
  font-size: 3.8rem;
  text-align: center;
  content: attr(data-cnt);
}
.section--features .features__cont {
  padding: 40px 60px;
}
.section--features .features__cont__txt {
  margin-top: 40px;
  line-height: 1.8;
}
.section--features .features__cont__ttl {
  font-size: 3.4rem;
  text-align: center;
}
.section--features .features__btn {
  justify-content: flex-end;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .section--features .features__list .slick-track .slick-slide::before, .section--features .features__list .slick-track .slick-slide::after {
    width: 70px;
    height: 70px;
  }
  .section--features .features__list .slick-track .slick-slide::before {
    padding-bottom: 20px;
    font-size: 1rem;
  }
  .section--features .features__list .slick-track .slick-slide::after {
    padding-top: 20px;
    font-size: 3.2rem;
  }
  .section--features .features__cont {
    padding: 20px;
  }
  .section--features .features__cont__ttl {
    font-size: 2.4rem;
    text-align: left;
  }
}
@media only screen and (max-width: 600px) {
  .section--features .features__cont__txt {
    margin-top: 20px;
  }
}

.section--instagram {
  padding-top: 40px;
}
.section--instagram .title.title-section-2 {
  margin-bottom: 50px;
}
.section--instagram .instagram__slider {
  padding-bottom: 30px;
}
.section--instagram .instagram__slider:not(.flickity-enabled) .slider__item + .slider__item {
  display: none;
}
.section--instagram .instagram__slider .item__wrap {
  width: 280px;
  padding: 0 9.8px;
}
.section--instagram .instagram__slider .slider__item {
  position: relative;
  outline: 0;
}
.section--instagram .instagram__slider .slider__item__thumb {
  padding-top: 100%;
}
.section--instagram .instagram__slider .slider__item__box {
  padding: 15px 0;
  background-color: #fff;
}
.section--instagram .instagram__slider .slider__item__title {
  margin-bottom: 5px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: normal;
  color: #333;
}
.section--instagram .instagram__slider .slider__item__sub {
  font-size: 1.3rem;
  line-height: normal;
  color: #333;
}
.section--instagram .instagram__slider .slider__item__date {
  margin-bottom: 5px;
  font-size: 1.3rem;
  color: #c5c5c5;
}
.section--instagram .instagram__slider .flickity-page-dots .dot {
  background: #333;
}
.section--instagram .instagram__slider .flickity-page-dots .dot.is-selected {
  background: #004986;
}
.section--instagram .sc__readmore {
  display: inline-block;
  padding: 3px 25px;
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  background-color: #004986;
}
.section--instagram .sc__readmore img {
  display: inline-block;
  margin-left: 10px;
}
.section--instagram .sc__readmore:hover {
  background-color: #267b26;
}
@media (max-width: 991px) {
  .section--instagram .instagram__slider {
    margin-bottom: 50px;
  }
  .section--instagram .instagram__slider .item__wrap {
    width: 60%;
    min-width: 280px;
  }
  .section--instagram .instagram__slider .slider__item__title {
    font-size: 2.4rem;
  }
  .section--instagram .instagram__slider .slider__item__date {
    font-size: 1.9rem;
  }
  .section--instagram .instagram__slider .slider__item__sub {
    font-size: 1.9rem;
  }
}
@media (max-width: 575px) {
  .section--instagram .instagram__slider {
    margin-bottom: 30px;
  }
  .section--instagram .instagram__slider .slider__item__title {
    font-size: 2.2rem;
  }
  .section--instagram .instagram__slider .slider__item__date {
    font-size: 1.4rem;
  }
  .section--instagram .instagram__slider .slider__item__sub {
    font-size: 1.4rem;
  }
}
@media (max-width: 991px) and (min-width: 480px) {
  .section--instagram .title.title-section-2 {
    margin-bottom: 75px;
  }
}
@media (max-width: 479px) {
  .section--instagram {
    padding-top: 0;
  }
}

.section--sns {
  display: none;
}
.section--sns .socials {
  display: flex;
  flex-wrap: wrap;
}
.section--sns .socials__item {
  flex-basis: 50%;
  padding-right: 35px;
}
.section--sns .socials__item .title-section-2 {
  justify-content: center;
}
.section--sns .socials__item .link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  margin-top: 20px;
  background-color: #dadada;
}
.section--sns .socials__item .link .fb_iframe_widget {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section--sns .socials__item .banner {
  margin-top: 20px;
  text-align: center;
}
.section--sns .socials__item.is-full {
  flex-basis: 100%;
}
.section--sns .socials__item:nth-child(2) {
  padding-right: 0;
  padding-left: 25px;
}
.section--sns .socials__item:nth-child(n+3) {
  margin-top: 30px;
}
@media only screen and (max-width: 1024px) {
  .section--sns {
    padding-bottom: 0;
  }
  .section--sns .socials__item {
    flex-basis: 100%;
    padding: 0;
    margin-bottom: 0;
    overflow: hidden;
  }
  .section--sns .socials__item:nth-child(2) {
    padding-left: 0;
  }
  .section--sns .socials__item .title span {
    font-size: 2.7rem;
  }
  .section--sns .socials__item:nth-child(n+2) {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .section--sns {
    padding-bottom: 30px;
  }
}

.section--maps {
  height: 460px;
  padding: 0;
  filter: grayscale(100%);
}
.section--maps iframe {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .section--maps {
    margin-right: 0;
    margin-left: 0;
  }
}
@media only screen and (max-width: 600px) {
  .section--maps {
    height: 340px;
  }
}

.section--contact .container {
  padding: 40px 80px;
  background-image: url("../images/smartphone.png");
  background-repeat: no-repeat;
  background-position: right bottom;
}
@media only screen and (max-width: 600px) {
  .section--contact .container {
    background-image: none;
  }
}
.section--contact .contact_ttl {
  font-size: 2.4rem;
  font-weight: bold;
  color: #004986;
  text-align: center;
}
.section--contact .contact__ttl span {
  display: inline-block;
  padding-bottom: 5px;
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 2px solid #004986;
}
.section--contact .contact__frame {
  display: flex;
  margin-top: 40px;
}
.section--contact .contact__web__cont {
  display: flex;
  margin-top: 20px;
}
.section--contact .contact__web__txt {
  margin-left: 20px;
}
.section--contact .contact__phone {
  padding-right: 60px;
}
.section--contact .contact__web {
  padding-left: 60px;
  border-left: 3px solid #e7e7e7;
}
.section--contact .contact__phone__txt {
  margin-top: 20px;
}
.section--contact .contact__phone__num {
  margin-top: 20px;
}
.section--contact .contact__phone__num a {
  display: flex;
  align-items: center;
}
.section--contact .contact__phone__num span {
  font-size: 3.2rem;
  font-weight: bold;
}
.section--contact .contact__web__btn {
  display: flex;
  margin-top: 20px;
}
.section--contact .contact__web__btn > * + * {
  margin-left: 10px;
}
@media only screen and (max-width: 1024px) {
  .section--contact .contact__frame {
    display: block;
  }
  .section--contact .contact__phone {
    padding-right: 0;
  }
  .section--contact .contact__web {
    padding-top: 30px;
    padding-left: 0;
    margin-top: 30px;
    border-top: 3px solid #e7e7e7;
    border-left: none;
  }
}
@media only screen and (max-width: 768px) {
  .section--contact .container {
    padding: 30px 50px;
  }
}
@media only screen and (max-width: 600px) {
  .section--contact .container {
    padding: 30px;
  }
  .section--contact .contact_ttl {
    font-size: 5.3vw;
    line-height: 1.6;
  }
  .section--contact .contact__frame {
    margin-top: 20px;
  }
  .section--contact .contact__web__btn {
    display: block;
  }
  .section--contact .contact__web__btn > * + * {
    margin: 10px 0 0;
  }
}

.section--clinic {
  padding-bottom: 80px;
  background-color: #fff;
}
.section--clinic .container {
  padding: 0;
}
.section--clinic .clinic__cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 10px;
  text-align: center;
  border: 2px solid #004986;
}
.section--clinic .clinic__logo {
  text-align: center;
}
.section--clinic .clinic__content {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.section--clinic .clinic__content > * {
  flex-basis: 48%;
}
.section--clinic .clinic__reservettl {
  font-size: 2.4rem;
  font-weight: bold;
  color: #004986;
}
.section--clinic .clinic__address {
  margin-top: 20px;
  text-align: center;
}
.section--clinic .clinic__btn {
  width: 100%;
  max-width: 330px;
  margin: 10px auto 0;
}
.section--clinic .clinic__btn a {
  width: 100%;
}
.section--clinic .clinic__phone {
  margin-top: 10px;
}
.section--clinic .clinic__phone a {
  line-height: 1;
}
.section--clinic .clinic__phone a span {
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 2px;
}
.section--clinic .clinic__schedule {
  padding: 20px 10px;
  border: 2px solid #e7e7e7;
}
@media only screen and (max-width: 1024px) {
  .section--clinic {
    margin-right: 0;
    margin-left: 0;
  }
  .section--clinic .clinic__content {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .section--clinic {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .section--clinic {
    padding-bottom: 60px;
  }
  .section--clinic .clinic__phone a span {
    font-size: 8vw;
  }
}

.section--facillities .facillities__slider {
  margin-top: 20px;
  background-color: #fff;
}
.section--facillities .facillities__item__title {
  font-size: 2rem;
  text-align: center;
}
.section--facillities .slick-list {
  z-index: 0;
}
.section--facillities .slick-list::before, .section--facillities .slick-list::after {
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
  content: "";
}
.section--facillities .slick-list::before {
  left: 50%;
  width: 33.333%;
  border-right: 3px solid #004986;
  border-left: 3px solid #004986;
  transform: translateX(-50%);
}
.section--facillities .slick-list::after {
  left: 0;
  width: 100%;
  border: 3px solid #004986;
}
.section--facillities .facillities__item {
  height: 100%;
  padding: 20px;
}
.section--facillities .facillities__item__title {
  margin-top: 20px;
}
.section--facillities .facillities__item__sub {
  margin-top: 20px;
}
.section--facillities .facillities__item__thumb img {
  margin: 0 auto;
}
.section--facillities .facillities__btn {
  transform: translateY(80px);
}
.section--facillities .facillities__btn > a {
  margin: 0 10px;
}
@media only screen and (max-width: 1024px) {
  .section--facillities .slick-list::before {
    display: none;
  }
  .section--facillities .clinic__content {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .section--facillities .facillities__btn {
    flex-grow: 1;
    transform: translateY(50px);
  }
  .section--facillities .facillities__btn > a {
    width: 100%;
    min-width: auto;
    padding: 10px 0;
    margin: 0 5px;
  }
}
@media only screen and (max-width: 600px) {
  .section--facillities .facillities__btn {
    transform: translateY(30px);
  }
}

.section--policy .container {
  color: #fff;
  text-align: center;
  background-color: #004986;
}
.section--policy .container .title {
  background-color: #fff;
}
.section--policy .container .sub-title {
  color: #fff;
}
.section--policy .container .sub-title::before, .section--policy .container .sub-title::after {
  background-color: #fff;
}
.section--policy .policy__head {
  margin-top: 20px;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.8;
}
.section--policy .policy__txt {
  margin-top: 40px;
  line-height: 2.2;
}
@media only screen and (max-width: 1024px) {
  .section--policy .policy__head {
    font-size: 2.6rem;
  }
  .section--policy .policy__txt {
    text-align: left;
  }
}
@media only screen and (max-width: 600px) {
  .section--policy .policy__head {
    font-size: 6vw;
  }
  .section--policy .policy__txt {
    margin-top: 20px;
  }
}

.section--banner .banner__list {
  /* display: flex; */
  justify-content: space-between;
  max-width: 600px;
  margin: 0 auto;
}
.section--banner .banner__list > * {
  flex-basis: 30%;
}
@media only screen and (max-width: 600px) {
  .section--banner .banner__list {
    display: block;
  }
  .section--banner .banner__list > * + * {
    margin-top: 15px;
  }
}

/* ************************
 * title
 ************************ */
.access-title {
  text-align: center;
  transform: translateY(-85px);
}
.access-title span {
  display: block;
  max-width: 400px;
  padding: 10px;
  margin: 0 auto;
  font-size: 3rem;
  font-weight: bold;
  color: #004986;
  background-color: #fff;
  border: 5px solid #004986;
}
@media only screen and (max-width: 768px) {
  .access-title {
    transform: translateY(-55px);
  }
}
@media only screen and (max-width: 600px) {
  .access-title {
    transform: translateY(-33px);
  }
  .access-title span {
    padding: 5px;
    font-size: 5.4vw;
    border: 3px solid #004986;
  }
}

/* ************************
 * illustmap
 ************************ */
.section--illustmap {
  padding-top: 0;
}
.section--illustmap .illustmap__btn {
  margin-top: 40px;
}
.section--illustmap .illustmap_gmap {
  position: relative;
  max-width: 800px;
  height: 0;
  padding-bottom: 60%;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}
.section--illustmap .illustmap_gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section--illustmap .illustmap_pic {
  text-align: center;
}
.section--illustmap .illustmap_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.section--illustmap .illustmap_list > * {
  flex-basis: 30%;
  text-align: center;
}
.section--illustmap .illustmap_list > *:nth-of-type(n + 4) {
  margin-top: 20px;
}
.section--illustmap .illustmap_list::before, .section--illustmap .illustmap_list::after {
  display: block;
  width: 30%;
  height: 0;
  content: "";
}
.section--illustmap .illustmap_list::before {
  order: 1;
}
@media only screen and (max-width: 768px) {
  .section--illustmap .illustmap_gmap {
    padding-bottom: 70%;
  }
  .section--illustmap .illustmap_list > * {
    flex-basis: 48%;
  }
  .section--illustmap .illustmap_list > *:nth-of-type(n + 3) {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .section--illustmap .illustmap_list {
    display: block;
  }
  .section--illustmap .illustmap_list > *:nth-of-type(n + 2) {
    margin-top: 10px;
  }
}

/* ************************
 * 交通情報
 ************************ */
.section--by .by_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section--by .by_list > * {
  flex-basis: 30%;
}
.section--by .by_list > *:nth-of-type(n + 4) {
  margin-top: 20px;
}
.section--by .by_list::before, .section--by .by_list::after {
  display: block;
  width: 30%;
  height: 0;
  content: "";
}
.section--by .by_list::before {
  order: 1;
}
.section--by .by_icon {
  max-width: 80px;
  margin: 0 auto;
}
.section--by .by_title {
  margin-top: 20px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #004986;
  text-align: center;
}
.section--by .by_text {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .section--by .by_list > * {
    flex-basis: 48%;
  }
  .section--by .by_list > *:nth-of-type(n + 3) {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .section--by .by_list {
    display: block;
  }
  .section--by .by_list > *:nth-of-type(n + 2) {
    margin-top: 20px;
  }
  .section--by .by_icon {
    max-width: 60px;
  }
  .section--by .by_title {
    margin-top: 10px;
    font-size: 5.4vw;
  }
  .section--by .by_text {
    margin-top: 20px;
  }
}

/* ************************
 * 交通情報
 ************************ */
.section--root .root_list {
  display: flex;
  flex-wrap: wrap;
  border-left: 3px solid #004986;
}
.section--root .root_list > li {
  position: relative;
  flex-basis: 33.3333333333%;
  padding: 30px;
  counter-increment: cnt;
  background-color: #fff;
  border-right: 3px solid #004986;
  border-bottom: 3px solid #004986;
}
.section--root .root_list > li:nth-of-type(-n + 3) {
  border-top: 3px solid #004986;
}
.section--root .root_list > li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  content: counter(cnt);
  background-color: #004986;
}
.section--root .root_pic {
  text-align: center;
}
.section--root .root_text {
  margin-top: 30px;
}
@media only screen and (max-width: 1024px) {
  .section--root .root_list > li {
    flex-basis: 50%;
    padding: 20px;
  }
  .section--root .root_list > li:nth-of-type(-n + 3) {
    border-top: none;
  }
  .section--root .root_list > li:nth-of-type(-n + 2) {
    border-top: 3px solid #004986;
  }
}
@media only screen and (max-width: 600px) {
  .section--root .root_list {
    display: block;
  }
  .section--root .root_list > li {
    padding: 15px;
  }
  .section--root .root_list > li:nth-of-type(-n + 2) {
    border-top: none;
  }
  .section--root .root_list > li:nth-of-type(1) {
    border-top: 3px solid #004986;
  }
  .section--root .root_list > li::before {
    width: 40px;
    height: 40px;
    font-size: 2rem;
  }
}

/* ************************
 * philosophy
 ************************ */
.staff_philosophy {
  padding-top: 0;
}
.staff_philosophy .container {
  background-color: #004986;
}
.staff_philosophy .section__title .title {
  background-color: #fff;
}
.staff_philosophy .section__title .sub-title::before, .staff_philosophy .section__title .sub-title::after {
  background-color: #fff;
}
.staff_philosophy .section__title .sub-title span {
  color: #fff;
}
.staff_philosophy .philosophy_title,
.staff_philosophy .philosophy_text {
  margin-top: 30px;
  line-height: 1.8;
  color: #fff;
  text-align: center;
}
.staff_philosophy .philosophy_title {
  font-size: 3.4rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .staff_philosophy .philosophy_title {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 600px) {
  .staff_philosophy .philosophy_title,
  .staff_philosophy .philosophy_text {
    margin-top: 20px;
  }
  .staff_philosophy .philosophy_title {
    font-size: 5.6vw;
  }
  .staff_philosophy .philosophy_text {
    text-align: left;
  }
}

/* ************************
 * 院長・医師紹介
 ************************ */
.staff_block .staff_detail {
  display: flex;
  background-color: #004986;
}
.staff_block .staff_detail > * {
  flex-basis: 50%;
}
.staff_block .staff_pic {
  text-align: center;
}
.staff_block .staff_cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 60px;
  color: #fff;
}
.staff_block .staff_title {
  font-size: 3.2rem;
}
.staff_block .staff_txt {
  margin-top: 30px;
}
.staff_block .staff_name {
  margin-top: 20px;
  font-size: 2rem;
  text-align: center;
}
.staff_block .staff_name span {
  font-size: 2.8rem;
}
.staff_block .staff_option {
  padding: 30px;
  margin-top: 40px;
  background-color: #fff;
}
.staff_block .staff_option.is-half {
  display: flex;
  justify-content: center;
  justify-content: space-around;
}
.staff_block .staff_option.is-half > * {
  flex-basis: 48%;
}
.staff_block .staff_option.is-flat .staff_option_list {
  justify-content: space-between;
}
.staff_block .staff_option.is-flat .staff_option_list > li {
  flex-basis: 48%;
}
.staff_block .staff_option_title {
  font-size: 2.4rem;
  font-weight: bold;
  color: #004986;
  text-align: center;
}
.staff_block .staff_option_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.staff_block .staff_option_list li {
  margin-top: 5px;
}
.staff_block .staff_option_list li.is-date {
  position: relative;
  padding-left: 120px;
}
.staff_block .staff_option_list li.is-date span {
  position: absolute;
  top: 0;
  left: 0;
}
.staff_block .staff_option_list li:not(.is-date) {
  flex-basis: 100%;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .staff_block .staff_cont {
    padding: 30px 40px;
  }
  .staff_block .staff_option.is-half {
    display: block;
  }
  .staff_block .staff_option.is-half .staff_option_wrap + .staff_option_wrap {
    margin-top: 30px;
  }
  .staff_block .staff_option_list {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .staff_block .staff_detail {
    display: block;
  }
  .staff_block .staff_cont {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 600px) {
  .staff_block .staff_title {
    font-size: 5.6vw;
  }
  .staff_block .staff_option {
    padding: 30px 15px;
    margin-top: 20px;
  }
  .staff_block .staff_option_list li {
    margin-top: 10px;
    font-size: 1.4rem;
  }
  .staff_block .staff_option_list li.is-date {
    padding-left: 0;
  }
  .staff_block .staff_option_list li.is-date span {
    position: relative;
    display: block;
    margin-bottom: 5px;
  }
  .staff_block .staff_option_list li:not(.is-date) {
    text-align: left;
  }
  .staff_block .staff_option_title {
    font-size: 2rem;
  }
  .staff_block .section__title .title {
    font-size: 2.6rem;
  }
  .staff_block .staff_cont {
    padding: 20px 15px;
  }
}

/* ************************
 * 院長・医師紹介
 ************************ */
.staff_introduce .introduce_list {
  display: flex;
  flex-wrap: wrap;
  border-left: 3px solid #004986;
}
.staff_introduce .introduce_list > * {
  flex-basis: 33.3333333333%;
  padding: 20px;
  background-color: #fff;
  border-right: 3px solid #004986;
  border-bottom: 3px solid #004986;
}
.staff_introduce .introduce_list > *:nth-of-type(-n + 3) {
  border-top: 3px solid #004986;
}
.staff_introduce .introduce_pic {
  text-align: center;
}
.staff_introduce .introduce_name,
.staff_introduce .introduce_text {
  margin-top: 10px;
}
.staff_introduce .introduce_name span {
  margin-left: 20px;
  font-size: 2rem;
}
.staff_introduce .introduce_photo {
  margin-top: 40px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .staff_introduce .introduce_list > * {
    flex-basis: 50%;
  }
  .staff_introduce .introduce_list > *:nth-of-type(-n + 3) {
    border-top: none;
  }
  .staff_introduce .introduce_list > *:nth-of-type(-n + 2) {
    border-top: 3px solid #004986;
  }
}
@media only screen and (max-width: 600px) {
  .staff_introduce .introduce_list {
    display: block;
    border-top: 3px solid #004986;
  }
  .staff_introduce .introduce_list > *:nth-of-type(-n + 2) {
    border-top: none;
  }
}

.page-info {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  border-bottom: 2px solid #e7e7e7;
}
.page-info__left {
  width: 22%;
  border-right: 2px solid #e7e7e7;
}
.page-info__left .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 220px;
  padding: 0 20px 0 40px;
  border-bottom: 2px solid #e7e7e7;
}
.page-info__left .item .title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  color: #46B161;
}
.page-info__left .item p {
  line-height: 24px;
}
.page-info__left .item p.none {
  display: none;
}
.page-info__right {
  width: 78%;
  padding-bottom: 100px;
}
.page-info .list-new {
  padding-top: 30px;
}
.page-info .list-new li {
  padding: 0 50px 20px;
}
.page-info .list-new li .meta {
  margin-bottom: 10px;
}
.page-info .list-new li .meta.style-2 {
  font-size: 13px;
}
.page-info .list-new li .meta.style-2 span {
  margin-right: 5px;
  font-size: 13px;
}
.page-info .list-new li .link a,
.page-info .list-new li .link span {
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 992px) {
  .page-info .list-new li .link a,
  .page-info .list-new li .link span {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 992px) {
  .page-info__left {
    order: 2;
    width: 100%;
    border-top: 2px solid #e7e7e7;
    border-right: none;
  }
  .page-info__left .item {
    display: block;
    padding: 50px 20px 0 40px;
  }
  .page-info__left .item:last-child {
    border-bottom: none;
  }
  .page-info__left .item p {
    float: left;
    width: 50%;
    padding: 5px 0;
  }
  .page-info__left .item p.none {
    display: block;
  }
  .page-info__right {
    order: 1;
    width: 100%;
  }
  .page-info__right.detail {
    padding-bottom: 40px;
  }
}
@media (max-width: 992px) and (min-width: 480px) {
  .page-info__left .item .title {
    font-size: 27px;
  }
  .page-info .list-new li {
    padding: 20px 30px 35px;
  }
  .page-info .list-new li .meta.style-2 {
    font-size: 19px;
  }
  .page-info .list-new li .meta.style-2 span {
    font-size: 19px;
  }
  .page-info .list-new li .link a,
  .page-info .list-new li .link span {
    font-size: 36px;
    line-height: 63px;
  }
}
@media (max-width: 767px) {
  .page-info .list-new li {
    padding: 20px 25px 30px;
  }
}
@media (max-width: 479px) {
  .page-info__left .item {
    padding: 30px 25px 0;
  }
}
.page-info-detail {
  padding-bottom: 100px;
  margin-bottom: 50px;
  border-bottom: 2px solid #e7e7e7;
}
.page-info-detail .thumb {
  padding: 70px 0 30px;
}
.page-info-detail .content {
  padding: 0 40px;
}
.page-info-detail .content h2 {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 33px;
  border-bottom: 2px solid #004986;
}
.page-info-detail .content h3 {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 31px;
}
.page-info-detail .content h4 {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
}
.page-info-detail .content h5 {
  margin-bottom: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}
.page-info-detail .content br {
  display: none;
}
.page-info-detail .content .sub,
.page-info-detail .content .text {
  border-bottom: 2px solid #e7e7e7;
}
.page-info-detail .content .text {
  margin-bottom: 20px;
}
.page-info-detail .content .text h3::before {
  position: relative;
  top: 1px;
  display: inline-block;
  width: 2px;
  height: 18px;
  margin-right: 10px;
  content: "";
  background: #004986;
}
.page-info-detail .content .bottom h5 {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .page-info-detail {
    padding-bottom: 40px;
    margin-bottom: 30px;
  }
  .page-info-detail .thumb {
    padding: 20px 25px;
  }
  .page-info-detail .content h2 {
    text-decoration: underline;
    text-decoration-color: #004986;
    border-bottom: none;
  }
  .page-info-detail .content br {
    display: block;
  }
  .page-info-detail .content .text h3::before {
    width: 4px;
    height: 27px;
    content: "";
  }
}
@media (max-width: 767px) {
  .page-info-detail .content {
    padding: 0 25px;
  }
}
@media (max-width: 992px) and (min-width: 480px) {
  .page-info-detail .content h2 {
    font-size: 36px;
    line-height: 63px;
  }
  .page-info-detail .content h3 {
    font-size: 27px;
    line-height: 47px;
  }
  .page-info-detail .content h4 {
    font-size: 24px;
    line-height: 42px;
  }
  .page-info-detail .content h5 {
    font-size: 21px;
    line-height: 36px;
  }
}

/* ************************
 * メニュー
 ************************ */
.service_menu {
  padding-top: 0;
}
.service_menu .container {
  background-color: #004986;
}
.service_menu .section__title .title {
  background-color: #fff;
}
.service_menu .section__title .sub-title::before, .service_menu .section__title .sub-title::after {
  background-color: #fff;
}
.service_menu .section__title .sub-title span {
  color: #fff;
}

.service-select {
  display: flex;
  flex-wrap: wrap;
}
.service-select .wrap-select {
  flex-basis: 20%;
  padding: 0 0 10px;
}
.service-select .wrap-select a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 10px 10px 25px;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  border: 2px solid #004986;
  transition: all 0.3s;
}
.service-select .wrap-select a::before {
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 16px;
  height: 8px;
  pointer-events: none;
  cursor: pointer;
  content: "";
  background-image: url("../images/arrow-bottom.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transition: all 0.3s;
  transform: translateX(-50%);
}
.service-select .wrap-select a::after {
  position: absolute;
  bottom: 30%;
  left: 0;
  width: 100%;
  height: 10px;
  content: "";
  background-color: #004986;
  opacity: 0;
  transition: all 0.3s;
}
.service-select .wrap-select a:hover {
  opacity: 0.8;
}
.service-select .wrap-select a:hover::after {
  bottom: 0;
  height: 0;
  opacity: 1;
}
.service-select .wrap-select a:hover::before {
  bottom: 5px;
}
@media only screen and (max-width: 1024px) {
  .service-select .wrap-select {
    flex-basis: 33.3333333333%;
  }
}
@media only screen and (max-width: 768px) {
  .service-select .wrap-select {
    flex-basis: 50%;
    padding: 0 0 5px;
  }
  .service-select .wrap-select a {
    height: 80px;
    line-height: 1.2;
  }
}
/* ************************
 * 診療案内
 ************************ */
.service_block .section__title .title {
  padding: 10px 0;
  font-family: "Noto Sans JP", serif;
  font-size: 3.4rem;
  font-weight: bold;
}
.service_block .service_detail {
  display: flex;
  background-color: #004986;
}
.service_block .service_detail > * {
  flex-basis: 50%;
}
.service_block .service_pic {
  text-align: center;
}
.service_block .service_cont {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px;
  color: #fff;
}
.service_block .service_check li {
  position: relative;
  padding-left: 30px;
  font-size: 2.4rem;
  line-height: 1.6;
}
.service_block .service_check li + li {
  margin-top: 10px;
}
.service_block .service_check li::before {
  position: absolute;
  top: 12px;
  left: 0;
  width: 18px;
  height: 18px;
  content: "";
  background-image: url("../images/ico_check.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.service_block .service_txt {
  margin-top: 30px;
}
.service_block .service_free {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1.8rem;
  color: #fff;
  letter-spacing: 2px;
}
.service_block .service_column {
  display: flex;
  justify-content: space-between;
  padding: 30px;
  margin-top: 40px;
  background-color: #fff;
}
.service_block .service_column .column_pic {
  flex-basis: 300px;
  order: 2;
  text-align: center;
}
.service_block .service_column .column_cont {
  flex-basis: calc(100% - 340px);
  order: 1;
}
.service_block .service_column .column_ttl {
  font-size: 2.4rem;
  font-weight: bold;
  color: #004986;
}
.service_block .service_column .column_txt {
  margin-top: 20px;
}
@media only screen and (max-width: 1024px) {
  .service_block .service_cont {
    padding: 40px;
  }
  .service_block .service_column .column_cont {
    flex-basis: calc(100% - 320px);
  }
}
@media only screen and (max-width: 768px) {
  .service_block .service_detail,
  .service_block .service_column {
    display: block;
  }
  .service_block .service_cont {
    padding: 50px 20px 30px;
  }
  .service_block .service_column .column_cont {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .service_block .section__title .title {
    font-size: 2.6rem;
  }
  .service_block .service_check li {
    font-size: 2rem;
  }
  .service_block .service_check li::before {
    top: 8px;
  }
  .service_block .service_cont {
    padding: 40px 15px 20px;
  }
  .service_block .service_column {
    margin-top: 20px;
  }
  .service_block .service_column .column_ttl {
    font-size: 2rem;
  }
  .service_block .service_free {
    font-size: 1.4rem;
  }
}

/* ************************
 * 連携している高次医療機関のご紹介
 ************************ */
.service_banner .banner__title {
  text-align: center;
}
.service_banner .banner__title span {
  display: inline-block;
  padding: 10px 30px;
  font-size: 3rem;
  color: #fff;
  background-color: #004986;
}
.service_banner .banner__text {
  margin-top: 40px;
  text-align: center;
}
.service_banner .banner_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
  gap: 30px;
}
.service_banner .banner_list > * {
  flex-basis: 31%;
  text-align: center;
}
.service_banner .banner_list > *:nth-of-type(n + 4) {
  margin-top: 20px;
}
/*.service_banner .banner_list::after, .service_banner .banner_list::before {
  display: block;
  width: 31%;
  height: 0;
  content: "";
}*/
/*.service_banner .banner_list::before {
  order: 1;
}*/
@media only screen and (max-width: 768px) {
  .service_banner .banner__title span {
    padding: 10px 20px;
    font-size: 5.6vw;
  }
  .service_banner .banner_list > * {
    flex-basis: 48%;
  }
  .service_banner .banner_list > *:nth-of-type(n + 3) {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .service_banner .banner__text {
    text-align: left;
  }
  .service_banner .banner_list {
    display: block;
  }
  .service_banner .banner_list > *:nth-of-type(n + 2) {
    margin-top: 20px;
  }
}

/* ************************
 * 院内設備
 ************************ */
.section--inside {
  padding-top: 0;
}
.section--inside .inside_slider .slick-list {
  color: #fff;
  background-color: #004986;
}
.section--inside .inside__item__box {
  padding: 60px;
}
.section--inside .inside__item__title {
  font-size: 3.4rem;
  text-align: center;
}
.section--inside .inside__item__sub {
  margin-top: 40px;
  text-align: center;
}
.section--inside .inside__nav__thumb {
  padding: 0 5px;
  text-align: center;
}
.section--inside .inside__nav__thumb img {
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .section--inside .inside__item__box {
    padding: 20px;
    text-align: left;
  }
  .section--inside .inside__item__title {
    font-size: 2.4rem;
  }
  .section--inside .inside__item__sub {
    text-align: left;
  }
}
@media only screen and (max-width: 600px) {
  .section--inside .inside__item__sub {
    margin-top: 20px;
  }
}

/* ************************
 * 外来環/か強診
 ************************ */
.section--option {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.section--option .option_block {
  display: flex;
  justify-content: center;
}
.section--option .option_block section {
  flex-basis: 50%;
  padding: 50px;
  border: 5px solid #004986;
}
.section--option .option_block section.is-gairaikan {
  background-color: rgba(0, 73, 134, 0.9);
}
.section--option .option_block section.is-gairaikan .option_text {
  color: #fff;
}
.section--option .option_block section.is-kakyoshin {
  background-color: rgba(255, 255, 255, 0.9);
}
.section--option .option_title {
  text-align: center;
  transform: translateY(-55px);
}
.section--option .option_title span {
  display: block;
  padding: 10px;
  font-size: 3rem;
  font-weight: bold;
  color: #004986;
  background-color: #fff;
  border: 5px solid #004986;
}
.section--option .option_title span em {
  font-size: 2.4rem;
  font-weight: normal;
}
.section--option .option_sub {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
.section--option .option_sub + .option_text {
  margin-top: 20px;
}
@media only screen and (max-width: 1024px) {
  .section--option .option_block section {
    padding: 30px;
  }
  .section--option .option_title {
    transform: translateY(-35px);
  }
}
@media only screen and (max-width: 768px) {
  .section--option .option_block {
    display: block;
  }
  .section--option .option_block section + section {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .section--option .option_block section {
    padding: 20px;
    border-width: 3px;
  }
  .section--option .option_title {
    transform: translateY(-23px);
  }
  .section--option .option_title span {
    padding: 5px;
    font-size: 5.4vw;
    border: 3px solid #004986;
  }
  .section--option .option_title span em {
    font-size: 4.6vw;
  }
  .section--option .option_sub {
    font-size: 4.6vw;
  }
}

/* ************************
 * 設備紹介
 ************************ */
.section--device .device_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  border-left: 3px solid #004986;
}
.section--device .device_list > section {
  flex-basis: 33.3333333333%;
  padding: 20px;
  background-color: #fff;
  border-right: 3px solid #004986;
  border-bottom: 3px solid #004986;
}
.section--device .device_list > section:nth-of-type(-n + 3) {
  border-top: 3px solid #004986;
}
.section--device .device_pic {
  text-align: center;
}
.section--device .device_title {
  margin-top: 20px;
  font-size: 2rem;
  text-align: center;
}
.section--device .device_text {
  margin-top: 20px;
}
.section--device .device_sub-title {
  text-align: center;
}
.section--device .device_sub-title span {
  display: inline-block;
  width: 100%;
/*  max-width: 400px;*/
  padding: 10px;
  font-size: 3rem;
  color: #fff;
  background-color: #004986;
}
.section--device .device_lead {
  margin-top: 40px;
  font-size: 2rem;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .section--device .device_list > section {
    flex-basis: 50%;
  }
  .section--device .device_list > section:nth-of-type(3) {
    border-top: none;
  }
}
@media only screen and (max-width: 600px) {
  .section--device .device_list {
    display: block;
    margin-top: 20px;
  }
  .section--device .device_list > section {
    padding: 15px;
  }
  .section--device .device_list > section:nth-of-type(2) {
    border-top: none;
  }
  .section--device .device_title {
    font-size: 1.8rem;
  }
  .section--device .device_sub-title span {
    font-size: 6vw;
  }
  .section--device .device_lead {
    margin-top: 20px;
    font-size: 1.6rem;
  }
}

/* ************************
 * title
 ************************ */
#p-error .page__header .header__title span {
  font-size: 3.6rem;
}
@media only screen and (max-width: 1024px) {
  #p-error .page__header .header__title span {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 600px) {
  #p-error .page__header .header__title span {
    font-size: 2rem;
  }
}

/* ************************
 * body
 ************************ */
.section--error {
  padding-top: 0;
  padding-bottom: 80px;
  text-align: center;
}
.section--error .error-title span {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.8;
  color: #004986;
}
.section--error .error-text {
  font-size: 1.8rem;
  line-height: 1.8;
}
.section--error .error-text,
.section--error .button_normal {
  margin-top: 30px;
}
@media only screen and (max-width: 600px) {
  .section--error {
    padding-bottom: 30px;
  }
  .section--error .error-title span {
    font-size: 2.6rem;
  }
  .section--error .error-text {
    font-size: 1.6rem;
    text-align: left;
  }
}

/* ************************
 * メニュー
 ************************ */
.endpart_menu {
  padding-top: 0;
}
.endpart_menu .container {
  background-color: #004986;
}
.endpart_menu .section__title .title {
  background-color: #fff;
}
.endpart_menu .section__title .sub-title::before, .endpart_menu .section__title .sub-title::after {
  background-color: #fff;
}
.endpart_menu .section__title .sub-title span {
  color: #fff;
}

.endpart-select {
  display: flex;
  flex-wrap: wrap;
}
.endpart-select .wrap-select {
  flex-basis: 20%;
  padding: 0 0 13px;
}
.endpart-select .wrap-select a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 14px 10px 18px;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  border: 2px solid #004986;
  transition: all 0.3s;
}
.endpart-select .wrap-select a::before {
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 14px;
  height: 5px;
  pointer-events: none;
  cursor: pointer;
  content: "";
  background-image: url("../images/arrow-bottom-black.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transition: all 0.3s;
  transform: translateX(-50%);
}
.endpart-select .wrap-select a::after {
  position: absolute;
  bottom: 30%;
  left: 0;
  width: 100%;
  height: 10px;
  content: "";
  background-color: #004986;
  opacity: 0;
  transition: all 0.3s;
}
.endpart-select .wrap-select a:hover {
  opacity: 0.8;
}
.endpart-select .wrap-select a:hover::after {
  bottom: 0;
  height: 0;
  opacity: 1;
}
.endpart-select .wrap-select a:hover::before {
  bottom: 5px;
}
@media only screen and (max-width: 1024px) {
  .endpart-select .wrap-select {
    flex-basis: 33.3333333333%;
  }
}
@media only screen and (max-width: 768px) {
  .endpart-select .wrap-select {
    flex-basis: 50%;
    padding: 0 0 5px;
  }
  .endpart-select .wrap-select a {
    height: 80px;
    line-height: 1.2;
  }
}
/* ************************
 * ページタイトル
 ************************ */
.endpart_block:last-child {
  padding-bottom: 200px;
}
.endpart_block .container.--bg-keycolor {
  background-color: #004986;
}
.endpart_block .endpart_detail {
  display: flex;
  background-color: #004986;
}
.endpart_block .endpart_detail.--transparent {
  background-color: transparent;
}
.endpart_block .endpart_detail > * {
  flex-basis: 50%;
}
.endpart_block .endpart_detail.--border {
  padding: 2px 5px;
}
.endpart_block .endpart_pic {
  text-align: center;
}
.endpart_block .endpart_pic.--right {
  text-align: right;
}
.endpart_block .endpart_pic.--left {
  text-align: left;
}
.endpart_block .endpart_pic.box-left {
  display: flex;
  padding: 3px;
  padding-right: 35px;
  padding-left: 0;
}
.endpart_block .endpart_pic.box-right {
  display: flex;
  padding: 3px;
  padding-left: 35px;
}
.endpart_block .endpart_pic .endpart_pic_row {
  width: 50%;
  padding-left: 3px;
}
.endpart_block .endpart_cont {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 72px;
  color: #fff;
}
.endpart_block .endpart_cont.--colorbase {
  color: #333;
}
.endpart_block .endpart_cont.--align-top {
  justify-content: flex-start;
  padding: 30px 15px 10px 10px;
}
.endpart_block .endpart_cont.--padding-box {
  padding: 30px 20px;
}
.endpart_block .endpart_ttl {
  margin-bottom: 30px;
  font-size: 2.4rem;
}
.endpart_block .endpart_ttl.--keycolor {
  color: #004986;
}
.endpart_block .endpart_check li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
  font-size: 2rem;
  line-height: 1.6;
}
.endpart_block .endpart_check li::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 18px;
  height: 18px;
  content: "";
  background-image: url("../images/ico_check.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.endpart_block .endpart_check.--dot {
  margin-bottom: 30px;
}
.endpart_block .endpart_check.--dot li {
  padding-left: 20px;
}
.endpart_block .endpart_check.--dot li::before {
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 50%;
}
.endpart_block .endpart_option {
  padding: 45px 115px;
  margin-top: 60px;
  background-color: #fff;
}
.endpart_block .endpart_option_title {
  margin-bottom: 25px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #004986;
  text-align: center;
}
.endpart_block .endpart_lists ul li {
  display: flex;
  margin-bottom: 65px;
  counter-increment: cnt;
}
.endpart_block .endpart_lists ul li:last-child {
  margin-bottom: 0;
}
.endpart_block .endpart_lists ul li .endpart_pic {
  position: relative;
  width: 400px;
}
.endpart_block .endpart_lists ul li .endpart_pic::before {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 1;
  width: 100px;
  font-size: 1.1rem;
  color: #fff;
  text-align: center;
  content: "STEP";
}
.endpart_block .endpart_lists ul li .endpart_pic::after {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  padding-top: 15px;
  font-size: 3.7rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  content: "0" counter(cnt);
  background-color: #004986;
}
.endpart_block .endpart_lists ul li .endpart_cont {
  width: calc(100% - 400px);
  padding-left: 70px;
}
.endpart_block .endpart_lists ul li .endpart_cont.--align-top {
  padding-top: 15px;
}
.endpart_block .endpart_table {
  padding: 0 100px;
}
.endpart_block .endpart_table table {
  border-collapse: collapse;
}
.endpart_block .endpart_table table thead th {
  width: 215px;
  padding: 15px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #004986;
  text-align: center;
  background-color: #fff;
  border: 3px solid #004986;
}
.endpart_block .endpart_table table thead th:first-child {
  width: 208px;
  background-color: transparent;
  border: none;
}
.endpart_block .endpart_table table tbody th {
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  background-color: #004986;
  border: 2px solid #fff;
}
.endpart_block .endpart_table table tbody td {
  padding: 15px;
  font-size: 1.6rem;
  background-color: #fff;
  border: 2px solid #fff;
}
.endpart_block .endpart_detail_column {
  flex-basis: 100%;
  width: 100%;
}
.endpart_block .endpart_detail_column .endpart_item {
  display: -webkit-box;
  display: flexbox;
  display: flex;
  margin-bottom: 60px;
  background-color: #004986;
}
.endpart_block .endpart_detail_column .endpart_item:last-child {
  margin-bottom: 0;
}
.endpart_block .endpart_detail_column .endpart_pic {
  width: 50%;
}
.endpart_block .endpart_detail_column .endpart_cont {
  width: 50%;
  padding-right: 20px;
  padding-left: 20px;
}
.endpart_block .endpart_detail_column .endpart_cont.--padding-left {
  padding-left: 35px;
}
.endpart_block .endpart_detail_row {
  display: -webkit-box;
  display: flexbox;
  display: flex;
  flex-basis: auto;
  margin: 0 -10px;
}
.endpart_block .endpart_detail_row .endpart_item {
  padding: 30px 20px;
  margin: 0 10px;
  background-color: #004986;
}
.endpart_block .endpart_detail_row .endpart_ttl {
  color: #fff;
  text-align: center;
}
.endpart_block .endpart_detail_row .endpart_cont {
  padding: 0;
  margin-top: 20px;
  text-align: justify;
}
.endpart_block .endpart_notice {
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 0 115px;
  transform: translateY(-30px);
}
.endpart_block .endpart_notice_check {
  margin-top: 30px;
}
.endpart_block .endpart_notice_check li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
  margin-left: 20px;
  font-size: 1.8rem;
}
.endpart_block .endpart_notice_check li::before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 16px;
  height: 16px;
  content: "";
  background-image: url("../images/arrow-check-black.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media only screen and (max-width: 1024px) {
  .endpart_block .endpart_cont {
    padding: 40px;
  }
  .endpart_block .endpart_column .column_cont {
    flex-basis: calc(100% - 320px);
  }
}
@media only screen and (max-width: 768px) {
  .endpart_block .endpart_detail,
  .endpart_block .endpart_column {
    display: block;
  }
  .endpart_block .endpart_pic {
    order: 1;
  }
  .endpart_block .endpart_pic.--right {
    margin-top: 30px;
    text-align: center;
  }
  .endpart_block .endpart_pic.--left {
    margin-bottom: 10px;
    text-align: center;
  }
  .endpart_block .endpart_pic.box-left {
    padding: 4px 2px;
    text-align: center;
  }
  .endpart_block .endpart_pic.box-right {
    padding: 4px 2px;
    text-align: center;
  }
  .endpart_block .endpart_pic .endpart_pic_row {
    padding: 0 2px;
  }
  .endpart_block .endpart_cont {
    order: 2;
    padding: 50px 20px 30px;
  }
  .endpart_block .endpart_cont.--align-top {
    padding: 0;
  }
  .endpart_block .endpart_column .column_cont {
    margin-top: 20px;
  }
  .endpart_block .endpart_option {
    padding: 30px 15px;
  }
  .endpart_block .endpart_lists ul li {
    display: block;
  }
  .endpart_block .endpart_lists ul li .endpart_pic {
    width: 100%;
  }
  .endpart_block .endpart_lists ul li .endpart_pic::after {
    width: 60px;
    height: 60px;
    padding-top: 10px;
    font-size: 3rem;
  }
  .endpart_block .endpart_lists ul li .endpart_pic::before {
    top: 8px;
    width: 60px;
  }
  .endpart_block .endpart_lists ul li .endpart_cont {
    width: 100%;
    padding-left: 0;
  }
  .endpart_block .endpart_table {
    padding: 0 0 20px;
    overflow-x: scroll;
  }
  .endpart_block .endpart_table table {
    min-width: 800px;
  }
  .endpart_block .endpart_table table thead th:first-child {
    width: 120px;
  }
  .endpart_block .endpart_detail_column .endpart_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .endpart_block .endpart_detail_column .endpart_pic,
  .endpart_block .endpart_detail_column .endpart_cont {
    width: 100%;
  }
  .endpart_block .endpart_detail_column .endpart_cont {
    padding: 10px;
  }
  .endpart_block .endpart_detail_column .endpart_cont.--padding-left {
    padding-left: 10px;
  }
  .endpart_block .endpart_detail_row {
    display: block;
  }
  .endpart_block .endpart_detail_row .endpart_item {
    padding: 15px;
    margin-bottom: 20px;
  }
  .endpart_block .endpart_notice {
    padding: 10px 0;
  }
  .endpart_block .endpart_notice_check li {
    padding-left: 25px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 600px) {
  .endpart_block .section__title .title {
    font-size: 2.6rem;
  }
  .endpart_block .endpart_check li {
    font-size: 2rem;
  }
  .endpart_block .endpart_check li::before {
    top: 8px;
  }
  .endpart_block .endpart_cont {
    padding: 40px 15px 20px;
  }
  .endpart_block .endpart_cont.--padding-box {
    padding: 10px;
  }
  .endpart_block .endpart_column {
    margin-top: 20px;
  }
  .endpart_block .endpart_column .column_ttl {
    font-size: 2rem;
  }
  .endpart_block .endpart_free {
    font-size: 1.4rem;
  }
}

/* ---------------------------------------------------------
 *	navi
 *---------------------------------------------------------- */
.m-single.container {
  display: flex;
  justify-content: space-between;
  padding: 80px 40px;
}
.m-single.container:not(.is-fluid, .is-noline) {
  border: none;
}
@media only screen and (max-width: 1024px) {
  .m-single.container {
    display: block;
    padding: 30px 15px;
  }
}

/* ---------------------------------------------------------
 *	navi
 *---------------------------------------------------------- */
.m-blog_navi {
  flex-basis: 280px;
}
.m-blog_navi .m-blog_naviBlk + .m-blog_naviBlk {
  padding-top: 40px;
  margin-top: 40px;
}
.m-blog_navi .m-blog_naviTtl {
  position: relative;
  font-size: 2.2rem;
  font-weight: bold;
  color: #004986;
  letter-spacing: 2px;
}
.m-blog_navi .m-blog_naviList {
  margin-top: 20px;
  border-top: 1px solid #004986;
  border-left: 3px solid #004986;
}
.m-blog_navi .m-blog_naviList > li {
  font-size: 1.4rem;
  border-right: 1px solid #004986;
  border-bottom: 1px solid #004986;
}
.m-blog_navi .m-blog_naviList > li a {
  display: block;
  padding: 10px 20px;
  padding-right: 2.5rem;
  color: #004986;
  transition: all 0.3s;
}
.m-blog_navi .m-blog_naviList > li a::before {
  transition: all 0.3s;
}
.m-blog_navi .m-blog_naviList > li a.is-hover, .m-blog_navi .m-blog_naviList > li a:hover {
  color: #fff;
  background-color: #004986;
}
.m-blog_navi .m-blog_naviList > li a span {
  font-size: 1.4rem;
}
@media only screen and (max-width: 1024px) {
  .m-blog_navi {
    display: block;
  }
  .m-blog_navi .m-blog_naviBlk + .m-blog_naviBlk {
    margin-top: 40px;
  }
  .m-blog_navi .m-blog_naviList {
    display: flex;
    flex-wrap: wrap;
  }
  .m-blog_navi .m-blog_naviList > li {
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 600px) {
  .m-blog_navi {
    padding-top: 20px;
    margin-top: 20px;
  }
  .m-blog_navi .m-blog_naviBlk + .m-blog_naviBlk {
    margin-top: 20px;
  }
  .m-blog_navi .m-blog_naviTtl {
    padding-bottom: 0;
    font-size: 2.2rem;
  }
  .m-blog_navi .m-blog_naviList {
    display: block;
    margin-top: 10px;
  }
  .m-blog_navi .m-blog_naviList > li {
    font-size: 1.4rem;
  }
  .m-blog_navi .m-blog_naviList > li a {
    padding: 10px;
  }
}

/* ---------------------------------------------------------
 *	main
 *---------------------------------------------------------- */
.m-blog_main {
  flex-basis: calc(100% - 320px);
}

/* ---------------------------------------------------------
 *	タイトル
 *---------------------------------------------------------- */
.m-blog_title {
  max-width: 1180px;
  margin: 0 auto 20px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
}
@media only screen and (max-width: 600px) {
  .m-blog_title {
    margin: 0 auto 12px;
    font-size: 2.2rem;
  }
}

.m-blog_option {
  display: flex;
  margin-bottom: 30px;
}

.m-blog_category span {
  display: flex;
  align-items: center;
  padding: 5px 30px;
  font-size: 1.6rem;
  color: #fff;
  background-color: #004986;
}
@media only screen and (max-width: 600px) {
  .m-blog_category span {
    padding: 5px 10px;
    font-size: 1.4rem;
  }
  .m-blog_category span::before {
    font-size: 1rem;
  }
}

.m-blog_date {
  display: flex;
  border: 1px solid #004986;
}
.m-blog_date span {
  display: flex;
  align-items: center;
  padding: 5px 20px;
  font-size: 1.4rem;
  color: #004986;
  letter-spacing: 2px;
}
@media only screen and (max-width: 600px) {
  .m-blog_date span {
    padding: 5px 10px;
    font-size: 1.2rem;
  }
}

.m-blog_catch {
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .m-blog_catch {
    margin: 0 auto 20px;
  }
}

@media only screen and (max-width: 600px) {
  .m-blog_text {
    display: none;
  }
}

.m-blog_frame {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.m-blog_pic {
  flex-basis: 200px;
}
@media only screen and (max-width: 600px) {
  .m-blog_pic {
    flex-basis: 150px;
  }
}

.m-blog_cont {
  flex-basis: calc(100% - 230px);
}
@media only screen and (max-width: 600px) {
  .m-blog_cont {
    flex-basis: calc(100% - 160px);
  }
}

/* ---------------------------------------------------------
 *	一覧
 *---------------------------------------------------------- */
.m-blog_archiveTtl {
  position: relative;
  max-width: 1180px;
  padding-left: 20px;
  margin: 0 auto 40px;
  font-size: 3.2rem;
  font-weight: bold;
  color: #004986;
  border-left: 3px solid #004986;
}
@media only screen and (max-width: 600px) {
  .m-blog_archiveTtl {
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
}

.m-blog_article {
  max-width: 1180px;
  margin: 0 auto;
}
.m-blog_article article + article {
  margin-top: 12px;
}
.m-blog_article article a {
  padding-bottom: 12px;
  transition: all 0.3s;
}
.m-blog_article article a.is-hover, .m-blog_article article a:hover {
  opacity: 0.7;
}
.m-blog_article article a.is-hover .m-blog_title, .m-blog_article article a:hover .m-blog_title {
  text-decoration: underline;
}
.m-blog_article .m-blog_option {
  justify-content: flex-start;
  margin-bottom: 15px;
}
.m-blog_article .m-blog_title {
  flex-basis: 100%;
  margin-bottom: 0;
  font-size: 1.8rem;
  line-height: 1.6;
}
@media only screen and (max-width: 600px) {
  .m-blog_article .m-blog_title {
    font-size: 1.8rem;
  }
}

/* ---------------------------------------------------------
 *	記事
 *---------------------------------------------------------- */
.m-blog_body {
  max-width: 1180px;
  margin: 8px auto 0;
  font-size: 1.6rem;
}
.m-blog_body p,
.m-blog_body div,
.m-blog_body table,
.m-blog_body img,
.m-blog_body ul,
.m-blog_body ol {
  margin-bottom: 30px;
}
.m-blog_body table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.m-blog_body table th {
  background-color: #adadad;
}
.m-blog_body table td,
.m-blog_body table th {
  padding: 5px 10px;
  font-size: 1.2rem;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.m-blog_body h1,
.m-blog_body h2,
.m-blog_body h3,
.m-blog_body h4,
.m-blog_body h5,
.m-blog_body h6 {
  padding: 10px;
  margin-bottom: 3rem;
  font-weight: 700;
  line-height: 1.4;
  background-color: rgba(204, 204, 204, 0.2);
}
.m-blog_body h1 {
  position: relative;
  font-size: 2.4rem;
  color: #004986;
  border-left: 8px solid #004986;
}
.m-blog_body h2 {
  position: relative;
  font-size: 2.2rem;
  color: #004986;
  border-left: 6px solid #004986;
}
.m-blog_body h3 {
  font-size: 2rem;
  border-left: 4px solid #004986;
}
.m-blog_body h4 {
  font-size: 1.8rem;
  border-left: 2px solid #004986;
}
.m-blog_body h5 {
  font-size: 1.6rem;
}
.m-blog_body h6 {
  font-size: 1.4rem;
}
.m-blog_body a {
  color: #0070c9;
  text-decoration: underline;
}
.m-blog_body a:hover {
  text-decoration: none;
}
.m-blog_body .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.m-blog_body .alignleft {
  display: block;
}
.m-blog_body .alignright {
  display: block;
  margin-left: auto;
}
.m-blog_body ul li {
  list-style-position: inside;
  list-style-type: disc;
}
.m-blog_body ol li {
  list-style-position: inside;
  list-style-type: decimal;
}
.m-blog_body .googlemap {
  position: relative;
  max-width: 960px;
  height: 0;
  padding-bottom: 45.75%;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}
.m-blog_body .googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.m-blog_body .youtube {
  position: relative;
  width: 100%;
  max-width: 960px;
  padding-top: 45.75%;
  margin-right: auto;
  margin-left: auto;
}
.m-blog_body .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@media only screen and (max-width: 1024px) {
  .m-blog_body .googlemap {
    padding-top: 50%;
  }
  .m-blog_body .youtube {
    padding-top: 56.25%;
  }
}
@media only screen and (max-width: 600px) {
  .m-blog_body {
    margin: 8px auto 0;
    overflow: hidden;
  }
  .m-blog_body h1,
  .m-blog_body h2,
  .m-blog_body h3,
  .m-blog_body h4,
  .m-blog_body h5,
  .m-blog_body h6 {
    margin-bottom: 2rem;
  }
  .m-blog_body h1 {
    font-size: 2.2rem;
  }
  .m-blog_body h2 {
    font-size: 2rem;
  }
  .m-blog_body h3 {
    font-size: 1.8rem;
  }
  .m-blog_body h4 {
    font-size: 1.6rem;
  }
  .m-blog_body h5 {
    font-size: 1.4rem;
  }
  .m-blog_body h6 {
    font-size: 1.4rem;
  }
}

/* ------------------------------------------------------------
 * ページネーション
 * ------------------------------------------------------------ */
.m-pagination {
  margin-top: 20px;
}

.m-pagination_list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.m-pagination_list ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 6px;
}
.m-pagination_list a,
.m-pagination_list .btn {
  display: block;
  padding: 5px 15px;
  margin: 0 3px;
  font-size: 1.6rem;
  color: #004986;
  cursor: pointer;
  border: 1px solid #004986;
  transition: all 0.3s;
}
.m-pagination_list a.is-hover, .m-pagination_list a:hover, .m-pagination_list a.is-active,
.m-pagination_list .btn.is-hover,
.m-pagination_list .btn:hover,
.m-pagination_list .btn.is-active {
  color: #fff;
  background-color: #004986;
}
.m-pagination_list span.is-pageCount {
  display: block;
  display: none;
  padding: 3px 10px;
  font-size: 1.8rem;
  color: #004986;
  letter-spacing: 5px;
}
.m-pagination_list .is-disabled {
  pointer-events: none;
  opacity: 0.3;
}

@media only screen and (max-width: 600px) {
  .m-pagination {
    margin-top: 20px;
  }
  .m-pagination_list {
    flex-grow: 1;
  }
  .m-pagination_list > ul {
    display: none;
  }
  .m-pagination_list a,
  .m-pagination_list .btn {
    padding: 5px;
  }
  .m-pagination_list span.is-pageCount {
    display: block;
    flex-grow: 1;
    text-align: center;
  }
  .m-pagination_list .is-first,
  .m-pagination_list .is-prev,
  .m-pagination_list .is-next,
  .m-pagination_list .is-last {
    flex-basis: 16%;
    font-size: 1.2rem;
    text-align: center;
  }
  .m-pagination_list .is-first::before, .m-pagination_list .is-first::after,
  .m-pagination_list .is-prev::before,
  .m-pagination_list .is-prev::after,
  .m-pagination_list .is-next::before,
  .m-pagination_list .is-next::after,
  .m-pagination_list .is-last::before,
  .m-pagination_list .is-last::after {
    font-size: 1.6rem;
  }
}
/* ------------------------------------------------------------
 * ページネーション ※記事詳細
 * ------------------------------------------------------------ */
.m-pager {
  max-width: 1180px;
  margin: 40px auto 0;
}

.m-pager_list {
  display: flex;
  justify-content: space-between;
}
.m-pager_list li span {
  font-size: 1.8rem;
}
.m-pager_list li.is-prev span {
  padding-left: 1.8rem;
}
.m-pager_list li.is-next span {
  padding-right: 1.8rem;
}
.m-pager_list li.is-disable {
  visibility: hidden;
}

.m-pager_item a {
  display: inline-block;
  min-width: 220px;
  padding: 15px 30px;
  text-align: center;
  border: 1px solid #004986;
  transition: all 0.3s;
}
.m-pager_item.is-prev a, .m-pager_item.is-next a {
  color: #fff;
  background-color: #004986;
}
.m-pager_item.is-prev a.is-hover, .m-pager_item.is-prev a:hover, .m-pager_item.is-next a.is-hover, .m-pager_item.is-next a:hover {
  opacity: 0.7;
}
.m-pager_item.is-index a {
  color: #004986;
}
.m-pager_item.is-index a.is-hover, .m-pager_item.is-index a:hover {
  color: #fff;
  background-color: #004986;
}

@media only screen and (max-width: 1024px) {
  .m-pager {
    padding: 0 12px 8px;
    margin-right: -12px;
    margin-left: -12px;
  }
}
@media only screen and (max-width: 600px) {
  .m-pager {
    padding: 0 15px 8px;
    margin-top: 20px;
    margin-right: -15px;
    margin-left: -15px;
  }
  .m-pager_list {
    justify-content: space-between;
  }
  .m-pager_list li span {
    font-size: 1.6rem;
  }
  .m-pager_item a {
    min-width: auto;
    padding: 10px;
  }
}

a.text_link_time{
  text-decoration: underline;
  color: #004986;
}
a.text_link_time.color_black{
  color: #333;
}
.color_white{
  color: #fff;
}


/* @media only screen and (min-width: 601px) { */
@media only screen and (min-width: 480px) {
  .footer_logo_img{
    max-width: 50%;
  }
}

.mt-40{
  margin-top: 40px;
}
.mv_catch{
  width: min(70vw, 79rem);
  position: absolute;
  top: 40%;
  right: 150px;
}
.is_sp{
  display: none;
}
.is_pc{
  display: block;
}
@media only screen and (max-width: 1024px) {
  .mv_catch{
    width: min(90vw, 79rem);
    position: absolute;
    top: 180px;
    left: 5vw;
    right: auto;
  }
  .is_sp{
    display: block;
  }
  .is_pc{
    display: none;
  }
}

.text-block{
  display: inline-block;
}
.staff_block .staff_detail.staff_doctor > *{
  flex-basis: auto;
}


.section--illustmap .illustmap_list li p{
  text-align: left;
  margin-top: 10px;
  font-size: 1.5rem;
}


/* 250521写真変更 */
body {
	background-image: url("../images/pic_mainvisual_01.jpg");
}
@media only screen and (max-width: 600px) {
	body {
		background-image: url("../images/pic_mainvisual_01_sp.jpg");
	}
}
/* 250521求人募集 */
.staff_recruit {
	margin-top: 30px;
}
.recruit_point {
	margin-top: 30px;
}
.recruit_point li {
	padding-left: 1em;
	text-indent: -1em;
}
.recruit_table {
	width: 100%;
	margin-top: 30px;
	border: 1px solid #004986;
	border-collapse: collapse;
}
.recruit_table th {
	padding: 1em;
	border: 1px solid #004986;
	background-color: #004986;
	color: #fff;
}
.recruit_table td {
	padding: 1em;
	border: 1px solid #004986;
}
/* 250527料金表 */
.price_table {
	width: 100%;
	margin-top: 30px;
	border: 1px solid #004986;
	border-collapse: collapse;
}
.price_table th {
	padding: 1em;
	border: 1px solid #004986;
	background-color: #004986;
	color: #fff;
}
.price_table td {
	padding: 1em;
	border: 1px solid #004986;
}