@charset "UTF-8";
@import url(../libs/bootstrap/css/bootstrap.css);
@import url(../libs/wowjs/css/animate.css);
@import url(../libs/flickity/flickity.min.css);
@import url(../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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

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 {
  margin: 0;
  padding: 0;
}

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

em {
  font-style: normal;
}

li {
  list-style: none;
}

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

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

svg {
  max-width: 100%;
}

a {
  color: #333333;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}

a:visited {
  color: #333333;
}

a:hover {
  color: #333333;
  text-decoration: none;
}

a:active {
  color: #333333;
}

a.js-telLink {
  color: #333333;
  text-decoration: none;
  pointer-events: none;
}

a[href^="tel:"] {
  cursor: default;
  text-decoration: none;
  pointer-events: none;
}

@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: #ffeeee;
}

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

input[type="submit"],
input[type="button"] {
  -webkit-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";
  }
}

@media (min-width: 650px) {
  max-width: 650px;
}

@media (min-width: 768px) {
  max-width: 720px;
}

@media (min-width: 992px) {
  max-width: 960px;
}

@media (min-width: 1250px) {
  max-width: 1250px;
}

@media (min-width: 1200px) {
  max-width: 1140px;
}

@media (min-width: 1250px) {
  max-width: 1250px;
}

@keyframes Scroll {
  from {
  }
  -webkit-transform: translate(0, 0px);
  65% {
  }
  -webkit-transform: translate(0, 15px);
  to {
  }
  -webkit-transform: translate(0, 0px);
}

@-webkit-keyframes Scroll {
  from {
  }
  -webkit-transform: translate(0, 0px);
  65% {
  }
  -webkit-transform: translate(0, 15px);
  to {
  }
  -webkit-transform: translate(0, 0px);
}

/*
 animation
 <div class="m-animate wow">
 <div class="m-animate-bar">
 <div class="m-animate-cont">
 text content
 </div>
 </div>
 </div>
 */
@-webkit-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-bar {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}

@-webkit-keyframes passing-txt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@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 {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #328639;
}

.m-animate .m-animate-cont {
  opacity: 0;
}

.m-animate.animated .m-animate-bar::after {
  -webkit-animation: passing-bar 1.1s cubic-bezier(0.77, 0, 0.175, 1) 0.2s 1 normal forwards;
          animation: passing-bar 1.1s cubic-bezier(0.77, 0, 0.175, 1) 0.2s 1 normal forwards;
}

.m-animate.animated .m-animate-cont {
  -webkit-animation: passing-txt 0.1s ease 0.7s 1 normal forwards;
          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 {
  border: none;
  width: 50px;
  height: 50px;
  text-indent: -9999999px;
  position: absolute;
  left: 5%;
  top: 50%;
  z-index: 4;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/slider-prev.svg) no-repeat center;
  background-color: #328639;
  outline: none;
  background-size: 26px 26px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

.slick-dots li {
  padding: 0px 4px;
}

.slick-dots li button {
  width: 7px;
  height: 12px;
  border: none;
  border-radius: 0;
  background: #E7E7E7;
  text-indent: -99999999px;
  outline: none;
}

.slick-dots li.slick-active button {
  background: #328639;
}

.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 {
  text-align: center;
  vertical-align: middle;
  padding: 5px 0px;
  min-width: 44px;
  color: #328639;
}

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

@media only screen and (max-width: 600px) {
  .table-schedule th, .table-schedule td {
    padding: 10px 5px;
    min-width: auto;
    font-size: 1.3rem;
  }
  .table-text {
    text-align: left;
  }
}

a.button {
  display: inline-block;
  background-color: #328639;
  border: 1px solid #328639;
  color: #fff;
  padding: 6px 20px;
  font-size: 1.8rem;
  text-align: center;
  overflow: hidden;
  position: relative;
}

a.button span {
  position: relative;
  z-index: 2;
}

a.button:hover {
  background-color: #fff;
  color: #328639;
}

a.button:hover img {
  right: -2px;
}

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

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

@media (max-width: 992px) {
  .button {
    font-size: 20px;
    padding: 11px 18px 10px;
  }
}

@media (max-width: 630px) {
  .button {
    font-size: 16px;
  }
}

@media (max-width: 479px) {
  .button {
    font-size: 14px;
    padding: 4px 18px 2px;
  }
}

.button_normal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.button_normal a {
  min-width: 280px;
  background-color: #328639;
  padding: 10px 20px;
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button_normal a span {
  color: #fff;
}

.button_normal a img {
  margin-left: 10px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.button_normal a:before, .button_normal a:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #333333;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.button_normal a:after {
  -webkit-transition: all .5s;
  transition: all .5s;
}

.button_normal a.animated::before {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.button_normal a:hover img {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.button_normal a:hover::after {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}

.pagination__item {
  padding: 0px 4px;
}

.pagination__item a {
  font-size: 13px;
}

.pagination__item a.number {
  display: inline-block;
  line-height: 25px;
  text-align: center;
  width: 25px;
  height: 25px;
  background-color: #D8D8D8;
}

.pagination__item.active .number, .pagination__item:hover .number {
  background-color: #328639;
  color: #fff;
}

.pagination__item.text {
  padding: 0px 15px;
}

.pagination__item.text.right {
  padding-right: 26px;
}

.pagination__item.text.left {
  padding-left: 26px;
}

.pagination__item svg {
  margin: 0px 5px;
}

@media (max-width: 992px) {
  .pagination__item.text a {
    width: 37px;
    height: 37px;
    line-height: 37px;
    display: inline-block;
    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: 0px 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: 0px 4px;
  }
  .pagination__item.text a {
    display: inline-block;
    line-height: 25px;
    text-align: center;
    width: 25px;
    height: 25px;
  }
  .pagination__item.text.right {
    padding-right: 4px;
  }
  .pagination__item.text.left {
    padding-left: 4px;
  }
}

.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navigation li a {
  font-size: 13px;
  color: #222222;
}

.navigation li a svg {
  margin: 0px 5px;
}

.navigation li .link {
  display: inline-block;
  font-size: 13px;
  color: #fff;
  background-color: #222222;
  padding: 1px 29px;
}

@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;
  margin: 0 auto;
  padding: 20px 10px;
}

.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;
}

@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 {
  max-width: 1200px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}

.container:not(.is-fluid) {
  padding: 80px;
}

.container:not(.is-fluid):not(.is-noline) {
  border: 5px solid #328639;
}

@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 #328639;
  }
}

@media (max-width: 768px) {
  .padding-mobile {
    padding: 0px 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-width: 0px 2px;
  border-style: solid;
  border-color: #E7E7E7;
}

@media screen and (max-width: 767px) {
  .box-layout__wrap {
    border-width: 0px;
  }
}

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

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

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

.dnfix__thumb {
  -webkit-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

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

.dnfix__thumb:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

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

.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] {
  will-change: filter,transform,opacity;
  -webkit-backface-visibility: hidden;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0 !important;
  -webkit-transition: opacity 0.7s ease-in,-webkit-filter 1.3s,-webkit-transform 1.6s;
  transition: opacity 0.7s ease-in,-webkit-filter 1.3s,-webkit-transform 1.6s;
  transition: filter 1.3s,transform 1.6s,opacity 0.7s ease-in;
  transition: filter 1.3s,transform 1.6s,opacity 0.7s ease-in,-webkit-filter 1.3s,-webkit-transform 1.6s;
}

[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"] {
  -webkit-transition: opacity 0.5s ease-in, -webkit-transform 0.8s cubic-bezier(0, 0.195, 0, 1.465);
  transition: opacity 0.5s ease-in, -webkit-transform 0.8s cubic-bezier(0, 0.195, 0, 1.465);
  transition: transform 0.8s cubic-bezier(0, 0.195, 0, 1.465), opacity 0.5s ease-in;
  transition: transform 0.8s cubic-bezier(0, 0.195, 0, 1.465), opacity 0.5s ease-in, -webkit-transform 0.8s cubic-bezier(0, 0.195, 0, 1.465);
}

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

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

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

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

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

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

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

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

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

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

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

.flickity-slider > *:not(.is-selected) [data-animated="true"] {
  -webkit-transition: opacity 0.3s !important;
  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"] {
  -webkit-filter: blur(0);
          filter: blur(0);
}

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

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

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

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

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

body {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  background-image: url(../images/pic_mainvisual.jpg);
}

@media only screen and (max-width: 600px) {
  body {
    background-image: url(../images/pic_mainvisual_sp.jpg);
  }
}

.header {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.header .logo {
  display: none;
}

.header .btn-menu {
  display: none;
  position: relative;
  background: transparent;
  cursor: pointer;
  width: 50px;
  height: 50px;
  padding: 10px;
  background-color: #fff;
  -webkit-transition: all ease .238s;
  transition: all ease .238s;
}

.header .btn-menu:before, .header .btn-menu:after {
  background-color: #328639;
  -webkit-transition: all ease .238s;
  transition: all ease .238s;
}

.header .btn-menu:before, .header .btn-menu:after {
  content: '';
  position: absolute;
  top: 0;
  left: 10px;
  height: 2px;
  width: calc(100% - 20px);
  top: 50%;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.header .btn-menu > span {
  -webkit-transition: all ease .238s;
  transition: all ease .238s;
  padding-top: 25px;
  display: block;
  text-align: center;
  color: #328639;
  font-size: 1.0rem;
}

.header .btn-menu > span::before {
  content: '';
  position: absolute;
  width: calc(100% - 20px);
  height: 2px;
  left: 10px;
  top: 20px;
  text-align: center;
  background-color: #328639;
}

.header .btn-menu:before {
  -webkit-transform: translate3d(0, -15px, 0);
          transform: translate3d(0, -15px, 0);
}

.header .btn-menu:after {
  -webkit-transform: translate3d(0, 5px, 0);
          transform: translate3d(0, 5px, 0);
}

.header .btn-menu.active > span::before {
  opacity: 0;
}

.header .btn-menu.active:before {
  background-color: #333333;
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
          transform: rotate3d(0, 0, 1, 45deg);
}

.header .btn-menu.active:after {
  background-color: #333333;
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
          transform: rotate3d(0, 0, 1, -45deg);
}

@media only screen and (max-width: 1024px) {
  .header {
    padding: 10px 20px;
    height: 90px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 8;
  }
  .header .logo {
    text-align: center;
    display: block;
  }
  .header .logo img {
    max-height: 70px;
  }
  .header__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
  .header .btn-menu {
    display: block;
    margin-left: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .header {
    padding: 10px;
    height: 70px;
  }
  .header .logo img {
    max-height: 40px;
  }
}

/* ************************
 固定診療テーブル
 ************************ */
.fixed_table {
  position: fixed;
  top: calc(50% - 200px);
  right: -460px;
  z-index: 6;
  background-color: #fff;
  min-height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  max-width: 460px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fixed_table.is-show {
  opacity: 1;
  right: 60px;
}

@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;
  background-color: #fff;
  width: 60px;
}

.fixed__schedule .schedule_btn {
  width: 100%;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
          text-orientation: upright;
  background-color: #328639;
  color: #fff;
  min-height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  font-size: 1.8rem;
  letter-spacing: 5px;
  line-height: 1.8;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fixed__schedule .schedule_btn span {
  margin-top: 20px;
}

.fixed__schedule .schedule_btn.is-active, .fixed__schedule .schedule_btn:hover {
  background-color: #3c6b40;
}

@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: calc(50%);
  right: 0;
  z-index: 7;
  background-color: #fff;
  width: 60px;
}

.fixed__web .web_btn a {
  width: 100%;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
          text-orientation: upright;
  background-color: #fff;
  border-left: 2px solid #328639;
  border-top: 2px solid #328639;
  border-bottom: 2px solid #328639;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  font-size: 1.8rem;
  letter-spacing: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fixed__web .web_btn a span {
  color: #328639;
}

.fixed__web .web_btn a:hover {
  background-color: #d0e0d2;
}

@media only screen and (max-width: 1024px) {
  .fixed__web {
    top: calc(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;
  background-color: #fff;
  max-width: 460px;
  width: 100%;
}

.fixed__tel .tel_btn {
  background-color: #328639;
}

.fixed__tel .tel_btn a {
  font-size: 3.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding: 15px 30px;
}

.fixed__tel .tel_btn span {
  margin-left: 40px;
  color: #fff;
  letter-spacing: 4px;
  font-weight: bold;
  line-height: 1.0;
}

.fixed__tel .address_btn {
  border-top: 2px solid rgba(255, 255, 255, 0.5);
  background-color: #328639;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 15px 30px;
}

.fixed__tel .address_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.fixed__tel .address_txt span {
  color: #fff;
  line-height: 1.4;
}

.fixed__tel .address_txt span:nth-of-type(1) {
  margin-left: 10px;
  -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
}

.fixed__tel .address_txt span:nth-of-type(2) {
  -ms-flex-preferred-size: calc(100% - 40px);
      flex-basis: calc(100% - 40px);
}

@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 {
  margin: 0 60px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 5;
  background: #fff;
  -webkit-transition: all .3s 1s;
  transition: all .3s 1s;
  height: 80px;
}

.menu-primary ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.menu-primary ul li {
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu-primary ul li.logo {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
  padding: 10px 20px;
}

.menu-primary ul li:not(.logo) {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.menu-primary ul li:not(.logo) a {
  padding: 15px 5px;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.menu-primary ul li:not(.logo) a:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #328639;
  -webkit-transform: translateX(-110%);
          transform: translateX(-110%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: -1;
}

.menu-primary ul li:not(.logo) a:hover:before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.menu-primary ul li a {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.0rem;
  color: #328639;
  line-height: 1.2;
}

.menu-primary ul li:not(.logo) a.is-current {
  background-color: #328639;
}

.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;
  left: 0;
  bottom: 0;
  top: 90px;
  opacity: 0;
  width: 100%;
  z-index: 9;
  overflow: auto;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s;
  background: #fff;
}

.nav-mobile__list li {
  font-size: 27px;
  font-weight: 700;
  border-bottom: 1px solid #fff;
}

.nav-mobile__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 15px 15px 65px;
  position: relative;
  background-color: #328639;
  color: #fff;
  font-size: 1.6rem;
}

@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;
  right: 5px;
  top: 50%;
  content: "";
  width: 18px;
  height: 1px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.nav-mobile__list li .show-sub:after {
  width: 1px;
  height: 18px;
  right: 22px;
  top: 38%;
}

.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;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #f4f4f4;
}

.nav-mobile__list .menu-sub li {
  border-bottom: 1px solid #328639;
}

.nav-mobile__list .menu-sub li a {
  position: relative;
  padding: 15px 15px 15px 15px;
  font-size: 1.4rem;
  background-color: #fff;
  color: #328639;
}

@media (max-width: 479px) {
  .nav-mobile__list .menu-sub li a {
    padding-left: 30px;
  }
}

.nav-mobile__list .menu-sub li a:before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  width: 8px;
  height: 2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.nav-mobile__list .menu-sub.show {
  height: auto;
  opacity: 1;
  overflow: visible;
}

@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;
    padding: 0 20px;
    right: 0px;
  }
}

@media only screen and (max-width: 600px) {
  body:not(#p-home) .headding {
    top: 70px;
    padding: 0 15px;
    left: 0;
    right: auto;
    font-size: 1.0rem;
  }
}

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

.socials-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0px;
}

.socials-list li {
  padding: 0px 20px;
}

/* ************************
 SP固定メニュー
 ************************ */
.fixed__spmenu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
  z-index: 3;
}

.fixed__spmenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
}

.fixed__spmenu ul > * {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fixed__spmenu ul > * a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}

.fixed__spmenu ul > * a img {
  max-width: 20px;
  margin-right: 10px;
}

.fixed__spmenu ul > *.is-tel a {
  background-color: #328639;
}

.fixed__spmenu ul > *.is-web a {
  background-color: #707070;
}

.fixed__spmenu ul > *.is-time a {
  background-color: #328639;
}

@media only screen and (max-width: 768px) {
  .fixed__spmenu {
    display: block;
  }
}

@media only screen and (max-width: 600px) {
  .fixed__spmenu ul > *.is-time {
    -ms-flex-preferred-size: 60px;
        flex-basis: 60px;
    max-width: 60px;
  }
  .fixed__spmenu ul > *.is-time a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .fixed__spmenu ul > *.is-time a img {
    margin-right: 0;
  }
  .fixed__spmenu ul > *.is-time span {
    margin-top: 3px;
    display: block;
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: 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 {
  min-height: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page__header .header__title {
  display: inline-block;
  border: 3px solid #328639;
  background-color: #fff;
  width: 500px;
  padding: 10px;
  text-align: center;
}

.page__header .header__title span {
  font-size: 4.2rem;
  font-weight: bold;
  color: #328639;
  letter-spacing: 2px;
}

@media only screen and (max-width: 1024px) {
  .page__header {
    margin-top: 0;
    padding-top: 70px;
  }
  .page__header .header__wrap {
    margin: 0 30px;
    min-height: 360px;
  }
  .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 {
    margin: 0 15px;
    min-height: 260px;
  }
  .page__header .header__title span {
    font-size: 2.8rem;
  }
}

.footer__menu {
  padding: 90px 0px;
}

.footer__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer__menu ul li a {
  padding: 0px 38px;
  position: relative;
}

.footer__menu ul li a span {
  color: #328639;
  position: relative;
  padding-bottom: 10px;
}

.footer__menu ul li a span::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -10px;
  width: 0;
  height: 2px;
  background-color: #328639;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0;
}

.footer__menu ul li a:hover span::before, .footer__menu ul li a.is-current span::before {
  left: 0;
  opacity: 1;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .footer__menu {
    display: none;
  }
}

.footer__bottom {
  background: #328639;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__bottom p {
  color: #ffffff;
  letter-spacing: 3px;
  font-size: 1.7rem;
}

@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;
  opacity: 0;
  visibility: hidden;
}

.pagetop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #328639;
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: 1.4rem;
  border: 1px solid #fff;
  font-family: "Syncopate", serif;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.pagetop a:hover {
  opacity: .8;
}

.pagetop.active {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 768px) {
  .pagetop {
    bottom: 60px;
  }
}

.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 {
  background: #fff;
  text-align: center;
}

.page__header .item__sub {
  padding: 13px 30px;
  min-width: 185px;
  font-size: 28px;
  color: #328639;
}

@media only screen and (max-width: 1024px) {
  .page__header__meta {
    top: calc(50% - 75px);
  }
  .page__header .item__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page__header .item__sub {
    font-size: 42px;
    padding: 19px 40px;
    min-width: 275px;
  }
  .page__header__banner {
    padding-top: 67%;
  }
}

@media only screen and (max-width: 600px) {
  .page__header .item__title, .page__header .item__sub {
    padding: 13px 30px;
    min-width: 180px;
  }
  .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;
  font-size: 28px;
  line-height: normal;
  padding-bottom: 10px;
}

.sc__title span:after {
  content: "";
  display: block;
  margin: auto;
  width: 20px;
  height: 2px;
  background-color: #328639;
}

@media only screen and (max-width: 768px) {
  .sc .sc__title {
    font-size: 42px;
  }
}

.animation-button {
  position: relative;
  overflow: hidden;
}

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

.animation-button-2 {
  position: relative;
  overflow: hidden;
}

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

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

.qr-button.animated .animation-button-2:before, .great-button .animation-button-2 .animation-button-2:before {
  -webkit-transform: translateX(100%);
          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 {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.banner.banner--home .main__slider .slider__item {
  outline: 0;
  position: relative;
  width: 100%;
}

.banner.banner--home .main__slider .slider__item__thumb {
  padding-top: 50%;
}

.banner.banner--home .main__slider .slider__item__box {
  position: absolute;
  top: 20%;
  width: 100%;
  z-index: 1;
}

.banner.banner--home .main__slider .slider__item__title {
  font-size: 32px;
  line-height: normal;
  color: #ffffff;
}

.banner.banner--home .flickity-slider {
  -webkit-transform: none !important;
          transform: none !important;
}

.banner.banner--home .item__wrap {
  left: 0 !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: -1;
}

.banner.banner--home .item__wrap.is-selected {
  opacity: 1;
  z-index: 0;
}

.banner__address {
  position: absolute;
  left: 0;
  bottom: 232px;
  z-index: 2;
  width: 500px;
  padding: 0 40px;
  margin-bottom: 15px;
  font-size: 13px;
  color: #ffffff;
}

.banner__address__box {
  width: 100%;
  border: 1px solid #fff;
  border-right: 0;
  margin-top: 10px;
}

.banner__address__box > li {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
  border-right: 1px solid #fff;
  padding: 8px 2px;
}

.banner__address__box .-phone {
  font-size: 18px;
}

.banner .schedule {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}

@media (max-width: 1200px) {
  .banner .banner__address {
    bottom: 235px;
  }
}

@media (max-width: 991px) {
  .banner .banner__address {
    bottom: 0;
    font-size: 19.5px;
    width: 100%;
  }
  .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 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            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;
  left: 60px;
  top: 10px;
  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 {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #328639;
}

.mainvisual .mainvisual__catch .mainvisual__catch_head {
  display: block;
  opacity: 0;
}

.mainvisual .mainvisual__catch.animated .mainvisual__catch_wrap::before {
  -webkit-animation: passing-bar 1.1s cubic-bezier(0.77, 0, 0.175, 1) 0.2s 1 normal forwards;
          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 {
  -webkit-animation: passing-txt 0.1s ease 0.7s 1 normal forwards;
          animation: passing-txt 0.1s ease 0.7s 1 normal forwards;
}

.mainvisual .mainvisual__catch_head {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(95%, #ffffff), color-stop(95%, #328639), to(#328639));
  background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 95%, #328639 95%, #328639 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='$keyColor',GradientType=0 );
  background-size: 100% 5.0em;
  line-height: 4.2em;
  padding: 0 1em;
  border: 3px solid #328639;
  overflow: hidden;
}

.mainvisual .mainvisual__catch_head span {
  color: #328639;
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 1.55;
}

@media only screen and (max-width: 1024px) {
  .mainvisual .headding {
    top: 90px;
    left: auto;
    padding: 0 20px;
    right: 0px;
  }
  .mainvisual .mainvisual__catch {
    top: 150px;
  }
  .mainvisual .mainvisual__catch_head {
    background-size: 100% 3.8em;
    line-height: 3.4em;
  }
  .mainvisual .mainvisual__catch_head span {
    font-size: 3rem;
  }
}

@media only screen and (max-width: 600px) {
  .mainvisual .headding {
    top: 70px;
    padding: 0 15px;
    left: 0;
    right: auto;
    font-size: 1.0rem;
  }
  .mainvisual .mainvisual__catch {
    top: auto;
    bottom: 100px;
    left: 10px;
  }
  .mainvisual .mainvisual__catch_head {
    background-size: 100% 3em;
    line-height: 2.9em;
    padding: 0 .5em;
  }
  .mainvisual .mainvisual__catch_head span {
    font-size: 2.0rem;
  }
}

.section {
  padding: 80px 0px 0;
}

.section .container-custom {
  max-width: 1020px;
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media only screen and (max-width: 600px) {
  .section {
    padding: 30px 0px;
  }
}

@media only screen and (max-width: 1024px) {
  .section--two {
    padding: 60px 0px 80px;
  }
}

.section--two .two-box {
  max-width: 945px;
  margin: auto;
}

.section--two .title-2 {
  position: relative;
  text-align: center;
  font-size: 3.4rem;
  letter-spacing: 2px;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.section--two .title-2:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  content: "";
  width: 20px;
  height: 2px;
  background-color: #328639;
}

@media only screen and (max-width: 600px) {
  .section--two .title-2 {
    font-size: 7vw;
  }
}

.section--two .sub {
  text-align: center;
  margin-bottom: 75px;
}

@media only screen and (max-width: 600px) {
  .section--two .sub {
    margin-bottom: 0;
  }
}

.section--two .text-box .title {
  font-size: 1.8rem;
  text-align: center;
  color: #328639;
  margin-bottom: 25px;
  font-weight: 700;
}

@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: 2.0rem;
    line-height: 38px;
  }
}

@media only screen and (max-width: 768px) {
  .section--two {
    padding: 80px 0px 20px;
  }
  .section--two .text-box .title {
    font-size: 2.0rem;
    line-height: 38px;
  }
}

@media only screen and (max-width: 600px) {
  .section--two {
    padding: 60px 0px 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;
  -webkit-transform: translateY(-85px);
          transform: translateY(-85px);
  font-size: 5.4rem;
  color: #328639;
  border: 5px solid #328639;
  line-height: 1.2;
  background-color: #fff;
}

.section__title.is-vertical .title.--bg-keycolor {
  max-width: 550px;
  padding: 7px 0 6px;
  background-color: #328639;
  color: #fff;
  font-weight: bold;
  font-size: 3rem;
  font-family: "Noto Sans JP", serif;
}

.section__title.is-vertical .sub-title {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  font-size: 2.4rem;
  position: relative;
  padding: 0 60px;
  display: inline-block;
}

.section__title.is-vertical .sub-title::before, .section__title.is-vertical .sub-title::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: '';
  width: 30px;
  height: 1px;
  background-color: #328639;
}

.section__title.is-vertical .sub-title::before {
  left: 0;
}

.section__title.is-vertical .sub-title::after {
  right: 0;
}

.section__title.is-topline .title {
  padding-top: 40px;
  width: calc(100% + 160px);
  -webkit-transform: translate(-80px, -80px);
          transform: translate(-80px, -80px);
  font-size: 8rem;
  color: #328639;
  border-top: 5px solid rgba(50, 134, 57, 0.6);
  background-color: #fff;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 2px;
  line-height: 1;
}

.section__title.is-topline .sub-title {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  font-size: 2.4rem;
  position: relative;
  padding: 0 60px;
  display: inline-block;
}

.section__title.is-topline .sub-title::before, .section__title.is-topline .sub-title::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: '';
  width: 30px;
  height: 1px;
  background-color: #328639;
}

.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-size: 7rem;
  color: #328639;
  background-color: #fff;
  font-family: "Allerta Stencil", serif;
  letter-spacing: 2px;
  line-height: 1;
}

.section__title.is-centerline .sub-title {
  font-size: 2.4rem;
  position: relative;
  padding: 0 60px;
  display: inline-block;
}

.section__title.is-centerline .sub-title::before, .section__title.is-centerline .sub-title::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: '';
  width: 30px;
  height: 1px;
  background-color: #328639;
}

.section__title.is-centerline .sub-title::before {
  left: 0;
}

.section__title.is-centerline .sub-title::after {
  right: 0;
}

.section__title.is-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section__title.is-side > * {
  border: 3px solid #328639;
  padding: 10px 40px;
  line-height: 1;
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section__title.is-side .title {
  font-size: 3.6rem;
  color: #328639;
}

.section__title.is-side .sub-title {
  background-color: #328639;
  font-size: 1.8rem;
  color: #fff;
}

.section__title.is-bottomline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 29px;
}

.section__title.is-bottomline .title {
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
  padding-top: 5px;
  font-size: 3.4rem;
  font-weight: bold;
  font-family: "Noto Sans JP", serif;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}

.section__title.is-bottomline .title:after {
  content: "";
  width: 200px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #328639;
}

.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 {
    -webkit-transform: translateY(-55px);
            transform: translateY(-55px);
  }
  .section__title.is-topline .title {
    width: calc(100% + 100px);
    -webkit-transform: translate(-50px, -50px);
            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;
    -webkit-transform: translateY(-33px);
            transform: translateY(-33px);
    border: 3px solid #328639;
  }
  .section__title.is-vertical .sub-title {
    margin-top: 30px;
    font-size: 2rem;
  }
  .section__title.is-topline .title {
    padding-top: 20px;
    font-size: 4.2rem;
    width: calc(100% + 30px);
    -webkit-transform: translate(-15px, -30px);
            transform: translate(-15px, -30px);
    border-width: 3px;
  }
  .section__title.is-topline .sub-title {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    font-size: 2rem;
  }
  .section__title.is-centerline .title {
    font-size: 4.0rem;
  }
  .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 {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

.title.is-small {
  text-align: center;
}

.title.is-small span {
  font-size: 3.6rem;
  font-family: "Syncopate", serif;
  color: #328639;
}

@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;
  color: #328639;
  font-weight: bold;
}

.section--opening .opening__description {
  margin-top: 40px;
  font-size: 2.0rem;
}

.section--opening .opening__box {
  max-width: 850px;
  margin: 60px auto 0;
  background-color: #fff;
  padding: 0 30px 30px;
}

.section--opening .opening__box__title {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.section--opening .opening__box__title span {
  padding: 10px;
  max-width: 480px;
  width: 100%;
  display: inline-block;
  background-color: #328639;
  font-size: 2.4rem;
  color: #fff;
  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;
  color: #328639;
  font-weight: bold;
}

@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 {
    margin-top: 40px;
    padding: 0 10px 20px;
  }
  .section--opening .opening__box__title span {
    font-size: 5vw;
  }
  .section--opening .opening__box__txt {
    text-align: left;
    font-size: 1.6rem;
  }
  .section--opening .opening__box__time-open {
    margin-top: 20px;
  }
  .section--opening .opening__box__time-open li {
    font-size: 2.0rem;
  }
}

.section--news .section__title.is-side > * {
  -ms-flex-preferred-size: 23%;
      flex-basis: 23%;
  min-width: 220px;
}

.section--news .news-article {
  position: relative;
  max-width: 850px;
  margin: 0 auto;
  padding-top: 50px;
}

.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 {
  content: '';
  position: absolute;
  bottom: 0;
  left: -10px;
  width: 0;
  height: 2px;
  background-color: #328639;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0;
}

.section--news .news__btn a:hover::before, .section--news .news__btn a.is-current::before {
  opacity: 1;
  left: 0;
  width: 100%;
}

.section--news .news__list li:first-of-type a {
  border-top: 2px solid #e7e7e7;
}

.section--news .news__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
  border-bottom: 2px solid #e7e7e7;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.section--news .news__list li a:hover {
  background-color: #f4f4f4;
}

.section--news .news__list .meta {
  font-size: 1.4rem;
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
}

.section--news .news__list .meta span {
  margin-left: 10px;
  color: #328639;
  border: 1px solid #328639;
  padding: 2px 10px;
  line-height: 1;
  font-size: 1.2rem;
}

.section--news .news__list .txt {
  -ms-flex-preferred-size: calc(100% - 200px);
      flex-basis: calc(100% - 200px);
}

@media only screen and (max-width: 600px) {
  .section--news .section__title.is-side > * {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    min-width: auto;
  }
  .section--news .news__list li a {
    display: block;
  }
  .section--news .news__list .txt {
    margin-top: 10px;
  }
}

.section--calendar .section__title.is-side > * {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  min-width: 300px;
}

.section--calendar .calendar__list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section--calendar .calendar-wrap {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  position: relative;
  padding-bottom: 45%;
  height: 0;
  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 {
    margin-top: 20px;
    display: block;
  }
  .section--calendar .calendar-wrap {
    padding-bottom: 100%;
  }
  .section--calendar .calendar-wrap:nth-of-type(2) {
    display: none;
  }
}

.section--greeting .greeting__block {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section--greeting .greeting__block > * {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.section--greeting .greeting__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #328639;
  color: #fff;
  padding: 30px 40px;
}

.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;
  text-align: center;
  font-size: 2rem;
}

.section--greeting .greeting__name span {
  font-size: 2.8rem;
}

.section--greeting .greeting__add {
  margin-top: 40px;
  background-color: #fff;
  padding: 30px;
}

.section--greeting .greeting__add__head {
  font-size: 2.4rem;
  text-align: center;
  color: #328639;
}

.section--greeting .greeting__add__list {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section--greeting .greeting__add__list > * {
  margin-top: 10px;
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  padding-left: 100px;
  position: relative;
}

.section--greeting .greeting__add__list > * span {
  position: absolute;
  top: 0;
  left: 0;
}

.section--greeting .greeting__btn {
  -webkit-transform: translateY(80px);
          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 {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
}

@media only screen and (max-width: 600px) {
  .section--greeting .greeting__add {
    margin-top: 20px;
    padding: 20px 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;
  }
  .section--greeting .greeting__add__list > * span {
    margin-bottom: 5px;
    position: relative;
    display: block;
  }
  .section--greeting .greeting__btn {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
}

.section--image {
  position: relative;
  padding: 23% 0 0;
}

.section--image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 3px solid #328639;
  border-left: 3px solid #328639;
}

.section--service .service__table ul li {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  border-right: 3px solid #328639;
  border-bottom: 3px solid #328639;
}

.section--service .service__table ul li a {
  display: block;
  padding: 20px;
  background-color: #fff;
	height:100%;
}

.section--service .service__table ul li a:hover .pic {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.section--service .service__table ul .pic {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.section--service .service__table ul .item {
  margin-top: 10px;
  text-align: center;
}

.section--service .service__btn {
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
}

@media only screen and (max-width: 1024px) {
  .section--service .service__table ul li {
    -ms-flex-preferred-size: 33.3333%;
        flex-basis: 33.3333%;
  }
}

@media only screen and (max-width: 768px) {
  .section--service .service__btn {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
}

@media only screen and (max-width: 600px) {
  .section--service .service__table ul li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .section--service .service__btn {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
}

.section--infomation .section__title.is-side > * {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  min-width: 320px;
}

.section--infomation .list-info {
  margin-top: 40px;
}

.section--infomation .list-info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 0px;
}

.section--infomation .list-info li .title {
  width: 200px;
}

.section--infomation .list-info li p {
  width: calc(100% - 200px);
}

.section--infomation .list-info li:not(:last-child) {
  border-bottom: 2px solid #ebebeb;
}

.section--infomation .list-info.style-2 li .title {
  width: 170px;
}

.section--infomation .commmet-info {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section--infomation .commmet-info > * {
  padding: 20px;
  position: relative;
  -ms-flex-preferred-size: calc(100%/3);
      flex-basis: calc(100%/3);
  border: 3px solid #328639;
}

.section--infomation .commmet-info > * > p {
  margin-top: 20px;
}

.section--infomation .commmet-info .title {
  font-size: 2.4rem;
  color: #328639;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .section--infomation .section__title.is-side > * {
    min-width: auto;
  }
}

@media only screen and (max-width: 768px) {
  .section--infomation .commmet-info > * {
    -ms-flex-preferred-size: calc(100%/2);
        flex-basis: calc(100%/2);
  }
}

@media only screen and (max-width: 600px) {
  .section--infomation .list-info {
    margin-top: 20px;
  }
  .section--infomation .list-info li {
    padding: 15px 0px;
  }
  .section--infomation .list-info li .title {
    width: 90px;
  }
  .section--infomation .list-info li p {
    width: calc(100% - 110px);
  }
  .section--infomation .commmet-info {
    margin-top: 20px;
    display: block;
  }
  .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 {
  background-color: #328639;
  color: #fff;
}

.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;
  width: 100px;
  height: 100px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section--features .features__list .slick-track .slick-slide::before {
  content: 'POINT';
  font-size: 1.2rem;
  text-align: center;
  background-color: #328639;
  padding-bottom: 32px;
}

.section--features .features__list .slick-track .slick-slide::after {
  content: attr(data-cnt);
  font-size: 3.8rem;
  text-align: center;
  padding-top: 25px;
}

.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 {
  margin-top: 10px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@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 {
    font-size: 1.0rem;
    padding-bottom: 20px;
  }
  .section--features .features__list .slick-track .slick-slide::after {
    font-size: 3.2rem;
    padding-top: 20px;
  }
  .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 {
  padding: 0 9.8px 0;
  width: 280px;
}

.section--instagram .instagram__slider .slider__item {
  outline: 0;
  position: relative;
}

.section--instagram .instagram__slider .slider__item__thumb {
  padding-top: 100%;
}

.section--instagram .instagram__slider .slider__item__box {
  padding: 15px 0 15px;
  background-color: #fff;
}

.section--instagram .instagram__slider .slider__item__title {
  font-size: 1.6rem;
  line-height: normal;
  font-weight: 700;
  color: #333333;
  margin-bottom: 5px;
}

.section--instagram .instagram__slider .slider__item__sub {
  font-size: 1.3rem;
  line-height: normal;
  color: #333333;
}

.section--instagram .instagram__slider .slider__item__date {
  font-size: 1.3rem;
  color: #c5c5c5;
  margin-bottom: 5px;
}

.section--instagram .instagram__slider .flickity-page-dots .dot {
  background: #333333;
}

.section--instagram .instagram__slider .flickity-page-dots .dot.is-selected {
  background: #328639;
}

.section--instagram .sc__readmore {
  font-size: 1.3rem;
  font-weight: 700;
  display: inline-block;
  padding: 3px 25px;
  color: #fff;
  background-color: #328639;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section--sns .socials__item {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding-right: 35px;
}

.section--sns .socials__item .title-section-2 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section--sns .socials__item .link {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #dadada;
  min-height: 400px;
}

.section--sns .socials__item .link .fb_iframe_widget {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section--sns .socials__item .banner {
  margin-top: 20px;
  text-align: center;
}

.section--sns .socials__item.is-full {
  -ms-flex-preferred-size: 100%;
      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 {
    -ms-flex-preferred-size: 100%;
        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 {
  padding: 0px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  height: 460px;
}

.section--maps iframe {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1024px) {
  .section--maps {
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 600px) {
  .section--maps {
    height: 340px;
  }
}

.section--contact .container {
  background-image: url(../images/smartphone.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  padding: 40px 80px;
}

.section--contact .contact_ttl {
  font-size: 2.4rem;
  color: #328639;
  text-align: center;
  font-weight: bold;
}

.section--contact .contact__ttl span {
  display: inline-block;
  font-weight: bold;
  font-size: 1.8rem;
  padding-bottom: 5px;
  border-bottom: 2px solid #328639;
}

.section--contact .contact__frame {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section--contact .contact__web__cont {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section--contact .contact__web__txt {
  margin-left: 20px;
}

.section--contact .contact__phone {
  padding-right: 60px;
}

.section--contact .contact__web {
  border-left: 3px solid #e7e7e7;
  padding-left: 60px;
}

.section--contact .contact__phone__txt {
  margin-top: 20px;
}

.section--contact .contact__phone__num {
  margin-top: 20px;
}

.section--contact .contact__phone__num a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section--contact .contact__phone__num span {
  font-size: 3.2rem;
  font-weight: bold;
}

.section--contact .contact__web__btn {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.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 {
    margin-top: 30px;
    border-top: 3px solid #e7e7e7;
    border-left: none;
    padding-left: 0;
    padding-top: 30px;
  }
}

@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 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 0;
  }
}

.section--clinic {
  background-color: #ffffff;
  padding-bottom: 80px;
}

.section--clinic .container {
  padding: 0;
}

.section--clinic .clinic__cont {
  text-align: center;
  border: 2px solid #328639;
  padding: 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section--clinic .clinic__logo {
  text-align: center;
}

.section--clinic .clinic__content {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section--clinic .clinic__content > * {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}

.section--clinic .clinic__reservettl {
  font-size: 2.4rem;
  color: #328639;
  font-weight: bold;
}

.section--clinic .clinic__address {
  margin-top: 20px;
  text-align: center;
}

.section--clinic .clinic__btn {
  margin: 10px auto 0;
  max-width: 330px;
  width: 100%;
}

.section--clinic .clinic__btn a {
  width: 100%;
}

.section--clinic .clinic__phone {
  margin-top: 10px;
}

.section--clinic .clinic__phone a {
  line-height: 1.0;
}

.section--clinic .clinic__phone a span {
  letter-spacing: 2px;
  font-size: 4.0rem;
  font-weight: bold;
}

.section--clinic .clinic__schedule {
  border: 2px solid #e7e7e7;
  padding: 20px 10px;
}

@media only screen and (max-width: 1024px) {
  .section--clinic {
    margin-left: 0;
    margin-right: 0;
  }
  .section--clinic .clinic__content {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .section--clinic {
    padding-left: 15px;
    padding-right: 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: 2.0rem;
  text-align: center;
}

.section--facillities .slick-list {
  z-index: 0;
}

.section--facillities .slick-list::before, .section--facillities .slick-list::after {
  z-index: 1;
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
}

.section--facillities .slick-list::before {
  left: 50%;
  width: 33.333%;
  border-left: 3px solid #328639;
  border-right: 3px solid #328639;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.section--facillities .slick-list::after {
  left: 0;
  width: 100%;
  border: 3px solid #328639;
}

.section--facillities .facillities__item {
  padding: 20px;
  height: 100%;
}

.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 {
  -webkit-transform: translateY(80px);
          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 {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .section--facillities .facillities__btn > a {
    padding: 10px 0px;
    width: 100%;
    min-width: auto;
    margin: 0 5px;
  }
}

@media only screen and (max-width: 600px) {
  .section--facillities .facillities__btn {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
}

.section--policy .container {
  background-color: #328639;
  color: #fff;
  text-align: center;
}

.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 {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section--banner .banner__list > * {
  -ms-flex-preferred-size: 30%;
      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 {
  -webkit-transform: translateY(-85px);
          transform: translateY(-85px);
  text-align: center;
}

.access-title span {
  max-width: 400px;
  margin: 0 auto;
  display: block;
  border: 5px solid #328639;
  padding: 10px;
  background-color: #fff;
  font-size: 3.0rem;
  color: #328639;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .access-title {
    -webkit-transform: translateY(-55px);
            transform: translateY(-55px);
  }
}

@media only screen and (max-width: 600px) {
  .access-title {
    -webkit-transform: translateY(-33px);
            transform: translateY(-33px);
  }
  .access-title span {
    border: 3px solid #328639;
    padding: 5px;
    font-size: 5.4vw;
  }
}

/* ************************
 illustmap
 ************************ */
.section--illustmap {
  padding-top: 0;
}

.section--illustmap .illustmap__btn {
  margin-top: 40px;
}

.section--illustmap .illustmap_gmap {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  /* height: 0; */
  overflow: hidden;
  /* padding-bottom: 60%; */
  position: relative;
}

.section--illustmap .illustmap_gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.section--illustmap .illustmap_pic {
  text-align: center;
}

.section--illustmap .illustmap_list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section--illustmap .illustmap_list > * {
  -ms-flex-preferred-size: 30%;
      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 {
  content: "";
  display: block;
  width: 30%;
  height: 0;
}

.section--illustmap .illustmap_list::before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media only screen and (max-width: 768px) {
  .section--illustmap .illustmap_gmap {
    /* padding-bottom: 70%; */
  }
  .section--illustmap .illustmap_list > * {
    -ms-flex-preferred-size: 48%;
        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: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section--by .by_list > * {
  -ms-flex-preferred-size: 30%;
      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 {
  /* content: "";
  display: block;
  width: 30%;
  height: 0; */
}

.section--by .by_list::before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.section--by .by_icon {
  max-width: 80px;
  margin: 0 auto;
}

.section--by .by_title {
  text-align: center;
  margin-top: 20px;
  font-size: 2.4rem;
  color: #328639;
  font-weight: bold;
}

.section--by .by_text {
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  .section--by .by_list > * {
    -ms-flex-preferred-size: 48%;
        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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-left: 3px solid #328639;
}

.section--root .root_list > li {
  counter-increment: cnt;
  padding: 30px;
  background-color: #fff;
  -ms-flex-preferred-size: calc(100% / 3);
      flex-basis: calc(100% / 3);
  border-bottom: 3px solid #328639;
  border-right: 3px solid #328639;
  position: relative;
}

.section--root .root_list > li:nth-of-type(-n+3) {
  border-top: 3px solid #328639;
}

.section--root .root_list > li::before {
  content: counter(cnt);
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #328639;
  color: #fff;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1;
}

.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 {
    padding: 20px;
    -ms-flex-preferred-size: calc(100% / 2);
        flex-basis: calc(100% / 2);
  }
  .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 #328639;
  }
}

@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 #328639;
  }
  .section--root .root_list > li::before {
    width: 40px;
    height: 40px;
    font-size: 2.0rem;
  }
}

/* ************************
 philosophy
 ************************ */
.staff_philosophy {
  padding-top: 0;
}

.staff_philosophy .container {
  background-color: #328639;
}

.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;
  color: #fff;
  text-align: center;
  line-height: 1.8;
}

.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 {
  background-color: #328639;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.staff_block .staff_detail > * {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.staff_block .staff_pic {
  text-align: center;
}

.staff_block .staff_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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;
  text-align: center;
  font-size: 2rem;
}

.staff_block .staff_name span {
  font-size: 2.8rem;
}

.staff_block .staff_option {
  margin-top: 40px;
  background-color: #fff;
  padding: 30px;
}

.staff_block .staff_option.is-half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.staff_block .staff_option.is-half > * {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}

.staff_block .staff_option.is-flat .staff_option_list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.staff_block .staff_option.is-flat .staff_option_list > li {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}

.staff_block .staff_option_title {
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
  color: #328639;
}

.staff_block .staff_option_list {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.staff_block .staff_option_list li {
  margin-top: 5px;
}

.staff_block .staff_option_list li.is-date {
  padding-left: 120px;
  position: relative;
}

.staff_block .staff_option_list li.is-date span {
  position: absolute;
  top: 0;
  left: 0;
}

.staff_block .staff_option_list li:not(.is-date) {
  -ms-flex-preferred-size: 100%;
      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 {
    margin-top: 20px;
    padding: 30px 15px;
  }
  .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 {
    margin-bottom: 5px;
    position: relative;
    display: block;
  }
  .staff_block .staff_option_list li:not(.is-date) {
    text-align: left;
  }
  .staff_block .staff_option_title {
    font-size: 2.0rem;
  }
  .staff_block .section__title .title {
    font-size: 2.6rem;
  }
  .staff_block .staff_cont {
    padding: 20px 15px;
  }
}

/* ************************
 院長・医師紹介
 ************************ */
.staff_introduce .introduce_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-left: 3px solid #328639;
}

.staff_introduce .introduce_list > * {
  padding: 20px;
  -ms-flex-preferred-size: calc(100% / 3);
      flex-basis: calc(100% / 3);
  background-color: #fff;
  border-right: 3px solid #328639;
  border-bottom: 3px solid #328639;
}

.staff_introduce .introduce_list > *:nth-of-type(-n+3) {
  border-top: 3px solid #328639;
}

.staff_introduce .introduce_pic {
  text-align: center;
}

.staff_introduce .introduce_name,
.staff_introduce .introduce_text {
  margin-top: 10px;
}

.staff_introduce .introduce_name span {
  font-size: 2rem;
  margin-left: 20px;
}

.staff_introduce .introduce_photo {
  text-align: center;
  margin-top: 40px;
}

@media only screen and (max-width: 1024px) {
  .staff_introduce .introduce_list > * {
    -ms-flex-preferred-size: calc(100% / 2);
        flex-basis: calc(100% / 2);
  }
  .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 #328639;
  }
}

@media only screen and (max-width: 600px) {
  .staff_introduce .introduce_list {
    display: block;
    border-top: 3px solid #328639;
  }
  .staff_introduce .introduce_list > *:nth-of-type(-n+2) {
    border-top: none;
  }
}

.page-info {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 2px solid #e7e7e7;
}

.page-info__left {
  width: 22%;
  border-right: 2px solid #e7e7e7;
}

.page-info__left .item {
  min-height: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 20px 0px 40px;
  border-bottom: 2px solid #e7e7e7;
}

.page-info__left .item .title {
  font-size: 18px;
  font-weight: 700;
  color: #46B161;
  margin-bottom: 15px;
}

.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: 0px 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 {
  font-size: 13px;
  margin-right: 5px;
}

.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 {
    border-top: 2px solid #e7e7e7;
    border-right: none;
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .page-info__left .item {
    display: block;
    padding: 50px 20px 0px 40px;
  }
  .page-info__left .item:last-child {
    border-bottom: none;
  }
  .page-info__left .item p {
    width: 50%;
    float: left;
    padding: 5px 0px;
  }
  .page-info__left .item p.none {
    display: block;
  }
  .page-info__right {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .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 35p;
  }
  .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 0px 25px;
  }
}

.page-info-detail {
  padding-bottom: 100px;
  border-bottom: 2px solid #e7e7e7;
  margin-bottom: 50px;
}

.page-info-detail .thumb {
  padding: 70px 0px 30px;
}

.page-info-detail .content {
  padding: 0px 40px;
}

.page-info-detail .content h2 {
  font-size: 24px;
  line-height: 33px;
  border-bottom: 2px solid #328639;
  margin-bottom: 20px;
}

.page-info-detail .content h3 {
  font-size: 18px;
  line-height: 31px;
  margin-bottom: 10px;
}

.page-info-detail .content h4 {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 10px;
}

.page-info-detail .content h5 {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
  font-weight: 700;
  font-family: 'Noto Sans JP', sans-serif;
}

.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 {
  content: "";
  width: 2px;
  height: 18px;
  display: inline-block;
  position: relative;
  top: 1px;
  background: #328639;
  margin-right: 10px;
}

.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 20px;
  }
  .page-info-detail .content h2 {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration-color: #328639;
            text-decoration-color: #328639;
  }
  .page-info-detail .content br {
    display: block;
  }
  .page-info-detail .content .text h3:before {
    content: "";
    width: 4px;
    height: 27px;
  }
}

@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: #328639;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.service-select .wrap-select {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
  padding: 0px 0 10px;
}

.service-select .wrap-select a {
  padding: 10px 10px 25px;
  text-align: center;
  border: 2px solid #328639;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background-color: #fff;
  font-weight: bold;
  height: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.service-select .wrap-select a:before {
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: 10px;
  content: "";
  width: 16px;
  height: 8px;
  background-image: url(../images/arrow-bottom.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.service-select .wrap-select a::after {
  content: '';
  position: absolute;
  bottom: 30%;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #328639;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.service-select .wrap-select a:hover {
  opacity: .8;
}

.service-select .wrap-select a:hover::after {
  height: 0;
  bottom: 0;
  opacity: 1;
}

.service-select .wrap-select a:hover::before {
  bottom: 5px;
}

@media only screen and (max-width: 1024px) {
  .service-select .wrap-select {
    -ms-flex-preferred-size: calc(100% / 3);
        flex-basis: calc(100% / 3);
  }
}

@media only screen and (max-width: 768px) {
  .service-select .wrap-select {
    -ms-flex-preferred-size: calc(100% / 2);
        flex-basis: calc(100% / 2);
    padding: 0px 0 5px;
  }
  .service-select .wrap-select a {
    line-height: 1.2;
    height: 80px;
  }
}

/* ************************
 診療案内
 ************************ */
.service_block .section__title .title {
  font-family: "Noto Sans JP", serif;
  font-size: 3.4rem;
  padding: 10px 0;
  font-weight: bold;
}

.service_block .service_detail {
  background-color: #328639;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.service_block .service_detail > * {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.service_block .service_pic {
  text-align: center;
}

.service_block .service_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 60px;
  color: #fff;
  position: relative;
}

.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;
  content: '';
  top: 12px;
  left: 0;
  width: 18px;
  height: 18px;
  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;
  color: #ffffff;
  font-size: 1.8rem;
  letter-spacing: 2px;
}

.service_block .service_column {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  padding: 30px;
}

.service_block .service_column .column_pic {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -ms-flex-preferred-size: 300px;
      flex-basis: 300px;
  text-align: center;
}

.service_block .service_column .column_cont {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -ms-flex-preferred-size: calc(100% - 340px);
      flex-basis: calc(100% - 340px);
}

.service_block .service_column .column_ttl {
  font-size: 2.4rem;
  color: #328639;
  font-weight: bold;
}

.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 {
    -ms-flex-preferred-size: calc(100% - 320px);
        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: 2.0rem;
  }
  .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: 2.0rem;
  }
  .service_block .service_free {
    font-size: 1.4rem;
  }
}

/* ************************
 連携している高次医療機関のご紹介
 ************************ */
.service_banner .banner__title {
  text-align: center;
}

.service_banner .banner__title span {
  font-size: 3rem;
  display: inline-block;
  background-color: #328639;
  color: #fff;
  padding: 10px 30px;
}

.service_banner .banner__text {
  margin-top: 40px;
  text-align: center;
}

.service_banner .banner_list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.service_banner .banner_list > * {
  -ms-flex-preferred-size: 31%;
      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 {
  content: "";
  display: block;
  width: 31%;
  height: 0;
}

.service_banner .banner_list::before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media only screen and (max-width: 768px) {
  .service_banner .banner__title span {
    font-size: 5.6vw;
    padding: 10px 20px;
  }
  .service_banner .banner_list > * {
    -ms-flex-preferred-size: 48%;
        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: 10px;
  }
}

/* ************************
 院内設備
 ************************ */
.section--inside {
  padding-top: 0;
}

.section--inside .inside_slider .slick-list {
  background-color: #328639;
  color: #fff;
}

.section--inside .inside__item__box {
  padding: 60px 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 {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.section--option .option_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section--option .option_block section {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  border: 5px solid #328639;
  padding: 50px;
}

.section--option .option_block section.is-gairaikan {
  background-color: rgba(50, 134, 57, 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 {
  -webkit-transform: translateY(-55px);
          transform: translateY(-55px);
  text-align: center;
}

.section--option .option_title span {
  display: block;
  border: 5px solid #328639;
  padding: 10px;
  background-color: #fff;
  font-size: 3.0rem;
  color: #328639;
  font-weight: bold;
}

.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 {
    -webkit-transform: translateY(-35px);
            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 {
    -webkit-transform: translateY(-23px);
            transform: translateY(-23px);
  }
  .section--option .option_title span {
    border: 3px solid #328639;
    padding: 5px;
    font-size: 5.4vw;
  }
  .section--option .option_title span em {
    font-size: 4.6vw;
  }
  .section--option .option_sub {
    font-size: 4.6vw;
  }
}

/* ************************
 設備紹介
 ************************ */
.section--device .device_list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-left: 3px solid #328639;
}

.section--device .device_list > section {
  padding: 20px;
  background-color: #fff;
  -ms-flex-preferred-size: calc(100% / 3);
      flex-basis: calc(100% / 3);
  border-bottom: 3px solid #328639;
  border-right: 3px solid #328639;
}

.section--device .device_list > section:nth-of-type(-n+3) {
  border-top: 3px solid #328639;
}

.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 {
  background-color: #328639;
  display: inline-block;
  font-size: 3.0rem;
  color: #fff;
  padding: 10px;
  max-width: 400px;
  width: 100%;
}

.section--device .device_lead {
  margin-top: 40px;
  text-align: center;
  font-size: 2rem;
}

@media only screen and (max-width: 1024px) {
  .section--device .device_list > section {
    -ms-flex-preferred-size: calc(100% / 2);
        flex-basis: calc(100% / 2);
  }
  .section--device .device_list > section:nth-of-type(3) {
    border-top: none;
  }
}

@media only screen and (max-width: 600px) {
  .section--device .device_list {
    margin-top: 20px;
    display: block;
  }
  .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 {
    font-size: 1.6rem;
    margin-top: 20px;
  }
}

/* ************************
 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: 2.0rem;
  }
}

/* ************************
 body
 ************************ */
.section--error {
  padding-top: 0;
  padding-bottom: 80px;
  text-align: center;
}

.section--error .error-title span {
  font-size: 3.0rem;
  color: #328639;
  font-weight: bold;
  line-height: 1.8;
}

.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: #328639;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.endpart-select .wrap-select {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  padding: 0px 0 13px;
}

.endpart-select .wrap-select a {
  padding: 14px 10px 18px;
  text-align: center;
  border: 2px solid #328639;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background-color: #fff;
  font-weight: bold;
  height: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.endpart-select .wrap-select a:before {
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: 10px;
  content: "";
  width: 14px;
  height: 5px;
  background-image: url(../images/arrow-bottom-black.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.endpart-select .wrap-select a::after {
  content: '';
  position: absolute;
  bottom: 30%;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #328639;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.endpart-select .wrap-select a:hover {
  opacity: .8;
}

.endpart-select .wrap-select a:hover::after {
  height: 0;
  bottom: 0;
  opacity: 1;
}

.endpart-select .wrap-select a:hover::before {
  bottom: 5px;
}

@media only screen and (max-width: 1024px) {
  .endpart-select .wrap-select {
    -ms-flex-preferred-size: calc(100% / 3);
        flex-basis: calc(100% / 3);
  }
}

@media only screen and (max-width: 768px) {
  .endpart-select .wrap-select {
    -ms-flex-preferred-size: calc(100% / 2);
        flex-basis: calc(100% / 2);
    padding: 0px 0 5px;
  }
  .endpart-select .wrap-select a {
    line-height: 1.2;
    height: 80px;
  }
}

/* ************************
 ページタイトル
 ************************ */
.endpart_block:last-child {
  padding-bottom: 200px;
}

.endpart_block .container.--bg-keycolor {
  background-color: #328639;
}

.endpart_block .endpart_detail {
  background-color: #328639;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.endpart_block .endpart_detail.--transparent {
  background-color: transparent;
}

.endpart_block .endpart_detail > * {
  -ms-flex-preferred-size: 50%;
      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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px;
  padding-right: 35px;
  padding-left: 0;
}

.endpart_block .endpart_pic.box-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px;
  padding-left: 35px;
}

.endpart_block .endpart_pic .endpart_pic_row {
  width: 50%;
  padding-left: 3px;
}

.endpart_block .endpart_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  position: relative;
  padding: 60px 72px;
}

.endpart_block .endpart_cont.--colorbase {
  color: #333333;
}

.endpart_block .endpart_cont.--align-top {
  padding: 30px 15px 10px 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.endpart_block .endpart_cont.--padding-box {
  padding: 30px 20px;
}

.endpart_block .endpart_ttl {
  font-size: 2.4rem;
  margin-bottom: 30px;
}

.endpart_block .endpart_ttl.--keycolor {
  color: #328639;
}

.endpart_block .endpart_check li {
  position: relative;
  padding-left: 35px;
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 10px;
}

.endpart_block .endpart_check li::before {
  position: absolute;
  content: '';
  top: 8px;
  left: 0;
  width: 18px;
  height: 18px;
  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;
  border-radius: 50%;
  background: #fff;
}

.endpart_block .endpart_option {
  margin-top: 60px;
  background-color: #fff;
  padding: 45px 115px;
}

.endpart_block .endpart_option_title {
  margin-bottom: 25px;
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
  color: #328639;
}

.endpart_block .endpart_lists ul li {
  counter-increment: cnt;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 65px;
}

.endpart_block .endpart_lists ul li:last-child {
  margin-bottom: 0;
}

.endpart_block .endpart_lists ul li .endpart_pic {
  width: 400px;
  position: relative;
}

.endpart_block .endpart_lists ul li .endpart_pic::before {
  content: 'STEP';
  position: absolute;
  top: 20px;
  left: 0;
  width: 100px;
  font-size: 1.1rem;
  color: #fff;
  z-index: 1;
  text-align: center;
}

.endpart_block .endpart_lists ul li .endpart_pic::after {
  content: "0" counter(cnt);
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #328639;
  color: #fff;
  font-weight: bold;
  font-size: 3.7rem;
  line-height: 1;
}

.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;
  text-align: center;
  border: 3px solid #328639;
  background-color: #fff;
  color: #328639;
  font-size: 1.6rem;
  font-weight: bold;
}

.endpart_block .endpart_table table thead th:first-child {
  width: 208px;
  border: none;
  background-color: transparent;
}

.endpart_block .endpart_table table tbody th {
  font-size: 1.8rem;
  background-color: #328639;
  color: #fff;
  border: 2px solid #fff;
  text-align: center;
}

.endpart_block .endpart_table table tbody td {
  padding: 15px;
  font-size: 1.6rem;
  border: 2px solid #fff;
  background-color: #fff;
}

.endpart_block .endpart_detail_column {
  width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.endpart_block .endpart_detail_column .endpart_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #328639;
  margin-bottom: 60px;
}

.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-left: 20px;
  padding-right: 20px;
}

.endpart_block .endpart_detail_column .endpart_cont.--padding-left {
  padding-left: 35px;
}

.endpart_block .endpart_detail_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  margin: 0 -10px;
}

.endpart_block .endpart_detail_row .endpart_item {
  margin: 0 10px;
  padding: 30px 20px;
  background-color: #328639;
}

@media screen and (min-width:769px) { 
	
.endpart_block .endpart_detail_row .endpart_item {
	width: 48%;
}
	
	.endpart_item img{width:100%;height:auto;}
}
.endpart_block .endpart_detail_row .endpart_ttl {
  color: #fff;
  text-align: center;
}

.endpart_block .endpart_detail_row .endpart_cont {
  padding: 0;
  text-align: justify;
  margin-top: 20px;
}

.endpart_block .endpart_notice {
  padding: 0 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}

.endpart_block .endpart_notice_check {
  margin-top: 30px;
}

.endpart_block .endpart_notice_check li {
  position: relative;
  padding-left: 30px;
  font-size: 1.8rem;
  margin-bottom: 5px;
  margin-left: 20px;
	  width: 45%;
  display: inline-block;

}

@media only screen and (max-width: 800px) {

.endpart_block .endpart_notice_check li {
	  width: 100% !important;

}	
}
.endpart_block .endpart_notice_check li::before {
  position: absolute;
  content: '';
  top: 9px;
  left: 0;
  width: 16px;
  height: 16px;
  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 {
    -ms-flex-preferred-size: calc(100% - 320px);
        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 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .endpart_block .endpart_pic.--right {
    margin-top: 30px;
    text-align: center;
  }
  .endpart_block .endpart_pic.--left {
    margin-bottom: 10px;
    margin-bottom-text-align: center;
  }
  .endpart_block .endpart_pic.box-left {
    padding: 4px 2px;
    padding-text-align: center;
  }
  .endpart_block .endpart_pic.box-right {
    padding: 4px 2px;
    padding-text-align: center;
  }
  .endpart_block .endpart_pic .endpart_pic_row {
    padding: 0 2px;
  }
  .endpart_block .endpart_cont {
    padding: 50px 20px 30px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .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;
    font-size: 3rem;
    padding-top: 10px;
  }
  .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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .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 {
    margin-left: 0;
    padding-left: 25px;
  }
}

@media only screen and (max-width: 600px) {
  .endpart_block .section__title .title {
    font-size: 2.6rem;
  }
  .endpart_block .endpart_check li {
    font-size: 2.0rem;
  }
  .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: 2.0rem;
  }
  .endpart_block .endpart_free {
    font-size: 1.4rem;
  }
}

.contact__frame{
	text-align: center;
	justify-content: center;
}
.section--contact .contact__phone__num a {
	justify-content: center;
}


.merit {
	padding:20px;
	background-color: #D5E8CD;
	margin:30px 0px 10px;
}

.merit dd li{
	list-style-type: disc;
	margin-left:1.5em;
}

.demerit {
	background-color: #dedede;
	margin:0px 0px 10px !important;
}
.merit dt{
	text-align: center;
	border-bottom:1px dotted #ccc;
	font-size:18px;
	padding-bottom:5px;
	margin-bottom:10px;
}


.corona h3{
	font-size:20px;
	text-align: center;
	font-weight: bold;
	margin-bottom:20px;
	color:#328639;
}
.corona h4{
	font-size:18px;
	text-align: center;
	font-weight: bold;
	margin-top:20px;
	color:#328639;
	margin-bottom:20px;
}

@media screen and (max-width:768px) { 
	

.merit {
	padding:20px;
	margin:20px 0px;
}
	
	.endpart_detail{
		margin-bottom:50px !important;
	}
	.endpart_block .endpart_ttl{margin-bottom:10px !important;}
}

.corona{
	text-align: center !important;
}

.corona ol{
	list-style-type: decimal !important;
	text-align: left;
	width:580px;
	padding:10px;
	margin:auto;
}

.corona ol li{
	list-style-type: decimal !important;
}
@media screen and (max-width:768px) { 
	
.corona ol{
	list-style-type: decimal !important;
	text-align: left;
	max-width:90%;
	padding:10px;
	margin:auto;
}
	
	.sp_none{
		display: none;
	}
	
	.sp_center{
		text-align: center !important;
	}

}

@media screen and (min-width:769px) { 

	.pc_none{
		display: none;
	}
	
	.pc_center{
		text-align: center !important;
	}
.section--service .service__table ul li {
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
  border-right: 3px solid #328639;
  border-bottom: 3px solid #328639;
}
}


.catch{
  font-size: 40px;
  margin-top: 100px;
  background-color:#328639;
  width: fit-content;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width:768px) { 

  .catch{
    font-size: 20px;
  }
}


.top_bnr a{
text-align: center;
height: 4em;
display: flex;
align-items: center;
justify-content: center;
}

.yt {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-top: 20px;
}
.yt iframe {
  width: 100%;
  height: 100%;
}