@charset "UTF-8";
.news_page, .about_page, .pr__container, .access__container, .feuture, .about {
  padding: 100px 20%;
}
@media (max-width: 1460px) {
  .news_page, .about_page, .pr__container, .access__container, .feuture, .about {
    padding: 100px 15%;
  }
}
@media (max-width: 1280px) {
  .news_page, .about_page, .pr__container, .access__container, .feuture, .about {
    padding: 100px 10%;
  }
}
@media (max-width: 768px) {
  .news_page, .about_page, .pr__container, .access__container, .feuture, .about {
    padding: 30px 5%;
  }
}

.pr__container h2 {
  font-size: 3rem;
  color: #0198B7;
  font-weight: 400;
}

.contact__page .subject__container h3, .access__page .subject__container h3, .doctor .doctor__container h3, .facility h3, .clinic .subject__container h3 {
  color: #0198B7;
  font-size: 1.6rem;
}
.contact__page .subject__container h3 span, .access__page .subject__container h3 span, .doctor .doctor__container h3 span, .facility h3 span, .clinic .subject__container h3 span {
  border: 2px solid #0198B7;
  padding: 4px 20px 5px;
  font-weight: normal;
}

.contact__page .subject__container h4.tit_page_sub2, .tel__page .subject__container h4.tit_page_sub2, .access__page .subject__container h4.tit_page_sub2, .subject__page .subject__container h3, .clinic .subject__container h4.tit_page_sub2, .cont__page .subject__container h4.tit_page_sub2 {
  position: relative;
  display: flex;
  align-items: center;
  color: #0198B7;
  font-size: 2rem;
}
.contact__page .subject__container h4.tit_page_sub2::before, .tel__page .subject__container h4.tit_page_sub2::before, .access__page .subject__container h4.tit_page_sub2::before, .subject__page .subject__container h3::before, .clinic .subject__container h4.tit_page_sub2::before, .cont__page .subject__container h4.tit_page_sub2::before {
  content: "";
  width: 20px;
  height: 3px;
  background: #0198B7;
  display: block;
  margin-right: 1rem;
}
@media screen and (max-width: 769px) {
  .contact__page .subject__container h4.tit_page_sub2, .tel__page .subject__container h4.tit_page_sub2, .access__page .subject__container h4.tit_page_sub2, .subject__page .subject__container h3, .clinic .subject__container h4.tit_page_sub2, .cont__page .subject__container h4.tit_page_sub2 {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}

.hidden {
  display: block;
}
@media (max-width: 400px) {
  .hidden-xs {
    display: none;
  }
}
@media (max-width: 768px) {
  .hidden-sm {
    display: none;
  }
}
@media (max-width: 1080px) {
  .hidden-md {
    display: none;
  }
}
@media (max-width: 1280px) {
  .hidden-lg {
    display: none;
  }
}

.visible {
  display: block;
}
@media (min-width: 401px) {
  .visible-xs {
    display: none;
  }
}
@media (min-width: 769px) {
  .visible-sm {
    display: none;
  }
}
@media (min-width: 1081px) {
  .visible-md {
    display: none;
  }
}
@media (min-width: 1281px) {
  .visible-lg {
    display: none;
  }
}

html,
body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.9;
  font-size: 62.5%;
  letter-spacing: 0.08em;
}

a {
  text-decoration: none;
  color: #3A586D;
  outline: none;
}

p, table, dt, dd {
  font-size: 1.5rem;
  text-align: justify;
}
@media screen and (max-width: 769px) {
  p, table, dt, dd {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

ul li {
  font-size: 1.5rem;
  text-align: justify;
}
@media screen and (max-width: 769px) {
  ul li {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
ul.none {
  list-style-type: none !important;
}
ul.square {
  list-style-type: square !important;
}
ul.square li {
  margin-left: 1em !important;
  margin-bottom: 0 !important;
  line-height: 2 !important;
  list-style-type: square !important;
}
ul.decimal {
  list-style-type: decimal !important;
}
ul.decimal li {
  margin-left: 1em !important;
  margin-bottom: 0 !important;
  line-height: 2 !important;
  list-style-type: decimal !important;
}
ul.kome {
  list-style-type: none !important;
}
ul.kome li {
  margin-bottom: 0 !important;
  line-height: 2 !important;
}
ul.kome li:before {
  content: "※";
}

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

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.center-block {
  text-align: center;
  margin: 0 auto;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.lead {
  font-size: 2rem;
  margin-bottom: 15px;
}

.flex {
  display: flex;
}
.flex .itm-center {
  align-items: center;
}
.flex .itm-end {
  align-items: flex-end;
}
.flex .itm-start {
  align-items: flex-start;
}
.flex .itm-base {
  align-items: baseline;
}
.flex .cnt-strat {
  justify-content: flex-start;
}
.flex .cnt-end {
  justify-content: flex-end;
}
.flex .cnt-center {
  justify-content: center;
}
.flex .cnt-sb {
  justify-content: space-between;
}
.flex .cnt-ar {
  justify-content: space-around;
}
.flex .wrap {
  flex-wrap: wrap;
}

.text-xs {
  font-size: 1rem !important;
}

.text-sm {
  font-size: 1.1rem !important;
}

.text-md {
  font-size: 1.2rem !important;
}

.text-lg {
  font-size: 1.8rem !important;
}

.text-lg {
  font-size: 2.4rem !important;
}
@media screen and (max-width: 769px) {
  .text-lg {
    font-size: 2rem !important;
  }
}

.blue {
  color: #0198B7 !important;
}

.black {
  color: #000 !important;
}

.gray {
  color: #444 !important;
}

.brown {
  color: #3A2519 !important;
}

.beige {
  color: #BD9F77 !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.fd-in {
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
}

.fd-done {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

iframe {
  vertical-align: bottom;
}

.c-nav-btn {
  display: none;
}
@media screen and (max-width: 1080px) {
  .c-nav-btn {
    display: block;
    position: fixed;
    z-index: 3;
    right: 13px;
    top: 20px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }
}
@media screen and (max-width: 769px) {
  .c-nav-btn {
    top: 8px;
  }
}

.c-nav-btn span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  background: #555;
  transition: 0.3s ease-in-out;
}

.c-nav-btn span:nth-child(1) {
  top: 10px;
}

.c-nav-btn span:nth-child(2) {
  top: 20px;
}

.c-nav-btn span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.c-nav-btn.active span:nth-child(1) {
  top: 16px;
  left: 6px;
  background: #222;
  transform: rotate(-45deg);
}

.c-nav-btn.active span:nth-child(2),
.c-nav-btn.active span:nth-child(3) {
  top: 16px;
  background: #222;
  transform: rotate(45deg);
}

nav.globalMenuSp {
  margin-left: auto;
}
@media screen and (max-width: 1080px) {
  nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    color: #000;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    width: 100%;
    opacity: 0;
    transition: opacity 0.6s ease, visibility 0.6s ease;
    display: none;
  }
}

nav.globalMenuSp ul {
  font-size: 14px;
}
nav.globalMenuSp ul.gnavi__lists {
  display: flex;
  padding: 0 15px;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  nav.globalMenuSp ul.gnavi__lists {
    padding: 76px 15px 15px;
  }
}
@media screen and (max-width: 1080px) {
  nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    flex-wrap: wrap;
    padding-bottom: 10px;
  }
}

nav.globalMenuSp ul li {
  list-style-type: none;
  transition: 0.4s all;
  position: relative;
}
nav.globalMenuSp ul li.gnavi__list {
  display: flex;
  padding-right: 40px;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  nav.globalMenuSp ul li.gnavi__list {
    display: block;
    text-align: left;
  }
}
@media screen and (max-width: 1366px) {
  nav.globalMenuSp ul li.gnavi__list {
    padding-right: 10px;
  }
}
@media screen and (max-width: 1080px) {
  nav.globalMenuSp ul li {
    padding: 0;
    width: 100%;
  }
}

nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}

@media screen and (max-width: 1080px) {
  nav.globalMenuSp ul li:hover {
    background: #F6F4EC;
    color: #0397A8;
  }
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 7px 10px;
  text-decoration: none;
}
@media screen and (max-width: 1080px) {
  nav.globalMenuSp ul li a {
    color: #222;
  }
}

.fixed nav.globalMenuSp ul li a {
  color: #222;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100;
  display: block;
}

/*ドロップダウンメニュー*/
.dropdown__lists {
  display: none; /*デフォルトでは非表示の状態にしておく*/
  width: 150%;
  position: absolute;
  top: 40px;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 6px;
  box-shadow: 0 0px 6px 0 rgba(35, 72, 114, 0.1);
}
@media screen and (max-width: 1080px) {
  .dropdown__lists {
    display: block;
    position: relative;
    background: none;
    border-radius: none;
    box-shadow: none;
    top: 0px;
    left: 1em;
  }
}

.gnavi__list:hover .dropdown__lists {
  display: block; /*Gナビメニューにホバーしたら表示*/
}

.dropdown__list {
  color: #000;
  transition: all 0.3s;
  position: relative;
}

.dropdown__list:not(:first-child)::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #eee;
  position: absolute;
  top: 0;
  left: 0;
}

.dropdown__list a:hover {
  color: #003558 !important;
}

.dropdown__list a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000 !important;
  text-decoration: none;
  position: relative;
  padding-left: 10px;
}

.dropdown__menu a::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #222;
  border-left: 1px solid #222;
  transform: rotate(135deg);
  position: absolute;
  right: 100%;
  top: calc(50% - 2px);
}
@media screen and (max-width: 1080px) {
  .dropdown__menu a::before {
    top: 19px;
  }
}

.dropdown__lists a::before {
  display: none;
}

.c-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 200px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.c-btn__booking {
  background: linear-gradient(to right, #0198B7, #48c8be);
}
.c-btn__booking:hover, .c-btn__booking:focus, .c-btn__booking:active {
  background: #0198B7;
  transform: translateX(0);
  opacity: 1;
}
.c-btn__reserve {
  background: linear-gradient(to right, #0198B7, #48c8be);
  max-width: calc(50% - 20px);
}
.c-btn__reserve:hover, .c-btn__reserve:focus, .c-btn__reserve:active {
  background: #0198B7;
  transform: translateX(0);
  opacity: 1;
}
.c-btn__access {
  background: #3A2519;
  padding: 10px 10px !important;
}
.c-btn__access:hover, .c-btn__access:focus, .c-btn__access:active {
  background: #564033;
  transform: translateX(0);
}
.c-btn__tel {
  background: #fff;
  padding: 10px 10px 10px 20px !important;
  border: #0198B7 2px solid;
}
.c-btn__tel:hover, .c-btn__tel:focus, .c-btn__tel:active {
  background: #EEF7F9;
  transform: translateX(0);
}
.c-btn__reserve {
  background: linear-gradient(to right, #0198B7, #48c8be);
  max-width: calc(50% - 20px);
}
@media screen and (max-width: 769px) {
  .c-btn__reserve {
    padding: 10px 15px;
    max-width: inherit;
  }
}
.c-btn__reserve:hover, .c-btn__reserve:focus, .c-btn__reserve:active {
  background: #0198B7;
  transform: translateX(0);
  opacity: 1;
}
.c-btn--inner {
  position: relative;
  z-index: 2;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 769px) {
  .c-btn--inner {
    font-weight: 500;
  }
}
.c-btn--inner__booking {
  display: flex;
  align-items: center;
}
.c-btn--inner__booking:before {
  background: url(../../images/common/icon_calender.svg) no-repeat center right;
}
.c-btn--inner__booking .-text {
  padding: 0 20px;
}
@media screen and (max-width: 1080px) {
  .c-btn--inner__booking .-text {
    padding: 0 0px;
  }
}
.c-btn--inner__access {
  display: flex;
  align-items: center;
}
.c-btn--inner__access:before {
  background: url(../../images/common/icon_map.svg) no-repeat center right;
}
.c-btn--inner__access .-text {
  padding: 0 5px;
  font-size: 10px;
}
@media screen and (max-width: 1080px) {
  .c-btn--inner__access .-text {
    padding: 0 0px;
  }
}
.c-btn--inner:after {
  background: url(../../images/common/arrow_1.svg) no-repeat center right;
  content: "";
  width: 20px;
  height: 14px;
  display: block;
  margin-top: 2px;
  background-size: contain;
}
@media screen and (max-width: 1080px) {
  .c-btn--inner:after {
    margin-top: 0px;
  }
}
.c-btn--inner:before {
  content: "";
  width: 18px;
  height: 15px;
  display: block;
  margin-right: 10px;
  margin-top: 2px;
  background-size: contain;
}
@media screen and (max-width: 1080px) {
  .c-btn--inner:before {
    margin-top: 0px;
  }
}

.c-btn a {
  display: block;
  text-decoration: none;
  width: 100%;
  border-radius: 40px;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  filter: drop-shadow(0px 0px 6px rgba(35, 72, 114, 0.15));
  padding: 15px 25px;
}
@media screen and (max-width: 1080px) {
  .c-btn a {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 769px) {
  .c-btn a {
    padding: 7px 7px 9px 10px;
    font-size: 11px;
  }
}

.reserve .c-btn {
  max-width: inherit;
}
@media screen and (max-width: 769px) {
  .reserve .c-btn {
    flex-direction: column;
  }
}
.reserve .c-btn a {
  width: auto;
  margin: 20px;
}
@media screen and (max-width: 769px) {
  .reserve .c-btn a {
    font-size: 14px;
  }
}

header {
  position: fixed;
  z-index: 10;
  width: 100%;
  margin: 0 auto;
  top: 0;
  left: 0;
  padding: 15px 25px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 769px) {
  header {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0px 10px 0 rgba(35, 72, 114, 0.25);
  }
}
header.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0px 10px 0 rgba(35, 72, 114, 0.25);
}
header .c-btn {
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  header .c-btn {
    margin-left: auto;
    margin-right: 40px;
    margin-top: 1px;
  }
}
@media screen and (max-width: 769px) {
  header .c-btn {
    margin-right: 50px;
  }
}
@media screen and (max-width: 769px) {
  header {
    padding: 10px 5%;
  }
}

.h_logo {
  display: block;
  line-height: 1;
  z-index: 3;
}
.h_logo img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 180px;
}
@media screen and (max-width: 1080px) {
  .h_logo img {
    max-width: 160px;
  }
}
@media screen and (max-width: 769px) {
  .h_logo img {
    max-width: 100px;
  }
}

section {
  overflow: hidden;
  transition: 0.8s;
}

.section__title {
  font-size: 36px;
  text-align: left;
  font-weight: 400;
}
@media screen and (max-width: 769px) {
  .section__title {
    font-size: 2.4rem;
  }
}
.section__title span {
  position: relative;
}
.section__title span:after {
  content: "";
  background: url(../../images/common/tit_bg1.png) no-repeat right bottom;
  position: absolute;
  width: 250px;
  height: 60px;
  left: 100%;
  top: 20px;
  display: inline-block;
  background-size: contain;
}
@media screen and (max-width: 769px) {
  .section__title span:after {
    height: 50px;
    width: 220px;
  }
}
.section__title--description {
  font-size: 18px;
  margin-bottom: 50px;
}
@media screen and (max-width: 769px) {
  .section__title--description {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
}

.container {
  width: 100%;
  margin: 0 auto;
}

.hero {
  color: #000;
  height: 75vh;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1366px) {
  .hero {
    height: 100vh;
  }
}
@media screen and (max-width: 1080px) {
  .hero {
    width: 100%;
  }
}
@media screen and (max-width: 769px) {
  .hero {
    height: auto;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
@media screen and (min-aspect-ratio: 16/9) {
  .hero {
    height: 85vh;
  }
}
.hero h1 {
  font-size: 3.6rem;
  font-weight: 400;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  padding-top: 0px;
  position: absolute;
  top: 18%;
  left: 7%;
  /*transform: translate(-50%, -40%);*/
  display: flex;
  text-align: right;
}
.hero h1 span {
  writing-mode: vertical-rl;
}
.hero h1 span:last-of-type() {
  margin-bottom: -30px;
}
@media screen and (max-width: 1366px) {
  .hero h1 {
    display: flex;
    text-align: right;
    font-size: 3rem;
    top: 25%;
  }
  .hero h1 span {
    writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 1080px) {
  .hero h1 {
    font-size: 4rem;
    top: 20%;
    text-align: center;
    writing-mode: inherit;
    transform: translate(-50%, -40%);
    left: 50%;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .hero h1 span {
    writing-mode: inherit;
  }
}
@media screen and (max-width: 769px) {
  .hero h1 {
    font-size: 1.9rem;
    padding-top: 0px;
    text-align: center;
    writing-mode: inherit;
    color: #fff;
    top: 100px;
  }
  .hero h1 span {
    writing-mode: inherit;
  }
}
@media screen and (max-width: 400px) {
  .hero h1 {
    font-size: 2rem;
    writing-mode: inherit;
  }
  .hero h1 span {
    writing-mode: inherit;
  }
}
.hero p.top_ban {
  margin: 0px auto;
  max-width: 290px;
  width: 20%;
}
@media screen and (max-width: 769px) {
  .hero p.top_ban {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .hero {
    line-height: 1.8;
  }
}

.scj {
  width: 40%;
  max-width: 480px;
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  box-shadow: 0 6px 20px 0 rgba(35, 72, 114, 0.25);
  position: absolute;
  z-index: 2;
  bottom: 20px;
  right: 20px;
  color: #222;
}
@media (min-width: 1401px) {
  .scj {
    max-width: 560px;
  }
}
@media screen and (max-width: 1366px) {
  .scj {
    bottom: 10px;
  }
}
@media screen and (max-width: 1080px) {
  .scj {
    width: 60%;
    bottom: 30px;
  }
}
@media screen and (max-width: 769px) {
  .scj {
    width: 100%;
    margin: auto auto 0;
    position: inherit !important;
    right: 0px;
    max-width: 380px;
    padding: 15px 25px;
    bottom: 5px;
  }
  .scj .text-right {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 400px) {
  .scj {
    padding: 20px;
    margin: auto auto 0;
    position: inherit !important;
    max-width: 340px;
  }
}
.scj .flex {
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 769px) {
  .scj .flex {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 769px) {
  .scj .flex > .flex {
    justify-content: flex-end;
    display: none;
  }
}
@media screen and (max-width: 769px) {
  .scj .flex .info {
    margin-bottom: 10px;
  }
}
.scj .flex .scj-btn {
  margin-left: 15px;
}
@media screen and (max-width: 769px) {
  .scj .flex .scj-btn {
    margin-left: 10px;
  }
}
.scj .flex .scj-btn a {
  color: #3A2519;
  font-size: 11px;
  text-align: center;
  font-weight: 700;
}
.scj .flex .scj-btn a.scj-btn__reserve:before {
  background: url(../../images/common/icon_calender_bw.png) no-repeat center bottom;
  margin: 0 auto;
}
.scj .flex .scj-btn a.scj-btn__tel:before {
  background: url(../../images/common/icon_tel_bw.png) no-repeat center bottom;
  margin: 0 auto;
}
.scj .flex .scj-btn a.scj-btn__access:before {
  background: url(../../images/common/icon_map_bw.png) no-repeat center bottom;
  margin: 0 auto;
}
.scj .flex .scj-btn a.scj-btn--inner::before {
  content: "";
  width: 30px;
  height: 24px;
  display: block;
  background-size: contain;
}
@media screen and (max-width: 769px) {
  .scj .flex .scj-btn a.scj-btn--inner::before {
    width: 26px;
    height: 20px;
  }
}
.scj dl {
  margin-bottom: 20px;
}
@media screen and (max-width: 769px) {
  .scj dl {
    margin-top: 10px;
  }
}
.scj dt {
  /*margin-top: -10px;*/
  margin-bottom: 0px;
}
@media screen and (max-width: 1080px) {
  .scj dt {
    margin-top: 5px;
  }
}
@media screen and (max-width: 769px) {
  .scj dt {
    margin-top: 0px;
    letter-spacing: 0em;
  }
}
.scj dt span {
  background: #0198B7;
  padding: 1px 5px 3px 8px;
  font-size: 1.3rem;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
}
@media screen and (max-width: 769px) {
  .scj dt span {
    font-size: 1.2rem;
  }
}
.scj dt span.bg_red {
  background: #FFEF13;
  color: #000;
  padding: 0 3px 3px 3px;
}
@media screen and (max-width: 769px) {
  .scj dt span.bg_red {
    margin-top: 5px;
    font-size: 1.2rem;
  }
}
.scj dd {
  font-size: 1.4rem;
}
@media screen and (max-width: 769px) {
  .scj dd {
    font-size: 1.1rem;
    line-height: 1.4;
    letter-spacing: 0em;
  }
}

.slider {
  width: 80%;
  position: absolute;
  right: 0;
  bottom: 0;
  list-style-type: none;
}
.slider img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 90vh;
  -o-object-position: 100% 50%;
     object-position: 100% 50%;
}
@media screen and (max-width: 1080px) {
  .slider {
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    height: 90vh;
    z-index: -1;
  }
}
@media screen and (max-width: 1080px) and (max-width: 769px) {
  .slider {
    height: 70vh;
  }
}
@media screen and (max-width: 1080px) {
  .slider img {
    min-width: 100%;
    height: 90vh;
    -o-object-position: 38% 100%;
       object-position: 38% 100%;
  }
}
@media screen and (max-width: 1080px) and (max-width: 769px) {
  .slider img {
    height: 68vh;
    -o-object-position: 36% 100%;
       object-position: 36% 100%;
  }
}

.kado {
  position: absolute;
  bottom: 0%;
  left: 20%;
  width: 84px;
}
@media screen and (max-width: 1080px) {
  .kado {
    left: 0%;
  }
}
.kado img {
  display: block;
}

.viewmore {
  position: relative;
  text-align: center;
}
.viewmore .btn01 {
  display: inline-block;
  min-width: 176px;
  position: relative;
  font-size: 14px;
  text-align: left;
  background-color: #FCE94B;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  padding-top: 13px;
  padding-bottom: 16px;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
  filter: drop-shadow(0px 0px 6px rgba(35, 72, 114, 0.15));
}
@media screen and (max-width: 769px) {
  .viewmore .btn01 {
    padding-top: 10px;
    padding-bottom: 13px;
    text-align: center;
  }
}
.viewmore .btn01:before {
  content: "";
  width: 40px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: -22px;
  border-top: 2px solid #000000;
  box-sizing: border-box;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.viewmore .btn01:after {
  content: "";
  height: 8px;
  position: absolute;
  top: 50%;
  right: -20px;
  margin-top: -8px;
  border-left: 3px solid #3e3a39;
  transform: skewX(45deg);
  box-sizing: border-box;
  z-index: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.viewmore .btn01:hover:before {
  width: 73px;
  right: -42px;
}
.viewmore .btn01:hover:after {
  right: -40px;
}
.viewmore.btn-r {
  text-align: right;
}
.viewmore.btn-c {
  float: none;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 769px) {
  .more {
    top: 5px;
    position: absolute;
    right: 0;
  }
}
.more a.m-link.line-b {
  float: right;
  background: none;
  text-align: left;
  border-bottom: 1px solid #ccc;
  width: 16rem;
  height: 6em;
  color: #000;
}
@media screen and (max-width: 769px) {
  .more a.m-link.line-b {
    width: 13rem;
  }
}
.more a.m-link {
  display: block;
  position: relative;
  margin: 0 auto;
}
.more a.m-link.line-b.arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 5.5rem;
  height: 1px;
  background: #000;
  background-image: url(../images/common/arrow2.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 769px) {
  .more a.m-link.line-b.arrow::before {
    width: 3.5rem;
  }
}
.more a.m-link.line-b span {
  white-space: nowrap;
  display: inline-block;
  vertical-align: bottom;
  padding-top: 6px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 769px) {
  .more a.m-link.line-b span {
    font-size: 12px;
  }
}
.more a.m-link.line-b span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 2rem;
  height: 1px;
  background: #000;
  transform: rotate(30deg);
  z-index: 1000;
  transform-origin: right top;
}
.more a.m-link::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  bottom: -1px;
  right: 0;
  border-bottom: 1px solid #263B61;
  z-index: 10;
  transition: all 0.5s ease;
}
.more a.m-link.line-b {
  text-align: left;
  color: #000;
}
.more a.m-link:hover {
  opacity: 1;
}
.more a.m-link:hover:after {
  left: 0;
  right: auto;
  width: 100%;
}
.more a.m-link.arrow:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 8.5rem;
  height: 1px;
  background: #fff;
  /* background-image: url(../images/common/arrow2.svg);
   background-position: center center;
   background-repeat: no-repeat;
   background-size: 100% auto;*/
}
.more a.m-link span {
  white-space: nowrap;
  display: inline-block;
  vertical-align: bottom;
  padding-top: 13px;
  text-align: center;
}
.more a.m-link span:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 2rem;
  height: 1px;
  background: #fff;
  transform: rotate(30deg);
  z-index: 1000;
  transform-origin: right top;
}
.more a.m-link.line-b span {
  white-space: nowrap;
  display: inline-block;
  vertical-align: bottom;
  padding-top: 6px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 769px) {
  .more a.m-link.line-b span {
    font-size: 12px;
  }
}
.more a.m-link.line-b.arrow:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 5.5rem;
  height: 1px;
  background: #000;
  /* background-image: url(../images/common/arrow2.svg);
   background-position: center center;
   background-repeat: no-repeat;
   background-size: 100% auto;*/
}
@media screen and (max-width: 769px) {
  .more a.m-link.line-b.arrow:before {
    width: 3.5rem;
  }
}
.more a.m-link.line-b span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 2rem;
  height: 1px;
  background: #000;
  transform: rotate(30deg);
  z-index: 1000;
  transform-origin: right top;
}
@media screen and (max-width: 769px) {
  .more {
    margin-left: auto;
  }
}

.news_bg .container {
  padding: 25px 20%;
}
@media screen and (max-width: 1080px) {
  .news_bg .container {
    padding: 10px 5%;
  }
}
@media screen and (max-width: 769px) {
  .news_bg .container {
    padding: 30px 5% 10px;
  }
}
.news_bg .news {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 769px) {
  .news_bg .news {
    flex-direction: column;
    align-items: flex-start;
    position: relative;
  }
}
.news_bg .news-frame {
  display: flex;
  align-items: center;
  line-height: 2.2;
}
@media screen and (max-width: 769px) {
  .news_bg .news-frame {
    display: block;
  }
}
.news_bg .news_day span {
  text-align: center;
  display: inline-block;
  letter-spacing: 0.1em;
  padding-right: 25px;
}
.news_bg .news_tit {
  font-size: 3rem;
  font-weight: 400;
  line-height: 2;
  border-right: 1px solid #ccc;
  padding-right: 25px;
  margin-right: 25px;
  white-space: nowrap;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .news_bg .news_tit {
    border-right: none;
    padding-right: 0px;
    margin-right: 0px;
    font-size: 2.4rem;
  }
}
.news_bg .news_tit span {
  font-size: 1.2rem;
  color: #0198B7;
  font-weight: 500;
  display: block;
}
@media screen and (max-width: 769px) {
  .news_bg .news_tit span {
    display: inline-block;
    padding-left: 10px;
  }
}
@media screen and (max-width: 769px) {
  .news_bg .news_tit {
    font-size: 1.8rem;
  }
}
.news_bg .news-frame p + p {
  margin-top: 0px;
}

.bg-bc {
  background: linear-gradient(90deg, #f3f8fc 0%, #f3f8fc 67%, #0397A8 67%, #0397A8 100%);
}

.bg-bcg {
  background: linear-gradient(90deg, #0397A8 0%, #0397A8 33%, #F6F4EC 33%, #F6F4EC 100%);
}

.about__container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
.about__image {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .about__image {
    width: 100%;
  }
}
.about__image img {
  width: 100%;
  height: auto;
}
.about__text {
  width: 70%;
}
@media (max-width: 768px) {
  .about__text {
    width: 100%;
  }
}
.about__text p {
  line-height: 2;
}
@media (max-width: 768px) {
  .about__text p {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 769px) {
  .about .viewmore {
    margin: 10px auto 0;
  }
}

.subject {
  padding: 100px 10%;
  background: #F6F4EC;
  position: relative;
}
@media screen and (max-width: 400px) {
  .subject {
    padding: 80px 5%;
  }
}
@media screen and (max-width: 769px) {
  .subject {
    padding: 80px 5%;
  }
}
@media (min-width: 1300px) {
  .subject {
    padding: 100px 20%;
  }
}
.subject__container {
  background: rgba(255, 255, 255, 0.9);
  padding: 80px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  .subject__container {
    padding: 30px 5% 75%;
    background: rgba(255, 255, 255, 0.9);
  }
}
.subject .section__title {
  font-size: 30px;
  text-align: center;
  font-weight: 400;
  color: #234872;
}
@media screen and (max-width: 769px) {
  .subject .section__title {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
.subject .section__title--description {
  font-size: 24px;
  margin-bottom: 50px;
  color: #222222;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .subject .section__title--description {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
.subject h3 {
  font-size: 1.8rem;
  color: #0198B7;
  margin-bottom: 30px;
  text-align: center;
  font-weight: normal;
}
.subject h3:before {
  content: "";
  background: #0198B7 url(../../images/common/icon_noins.svg) no-repeat 48% 51%;
  width: 24px;
  height: 24px;
  margin: -3px 10px 0 0;
  border-radius: 3px;
  display: inline-block;
  background-size: 60%;
  vertical-align: middle;
}
.subject h3:nth-of-type(2) {
  margin-top: 60px;
}
.subject h3:nth-of-type(2):before {
  content: "";
  background: #0198B7 url(../../images/common/icon_noins.svg) no-repeat 48% 51%;
  background-size: 60%;
}
@media screen and (max-width: 769px) {
  .subject h3 {
    font-size: 1.6rem;
  }
}
.subject__image1 {
  position: absolute;
  top: 4%;
  left: 0;
  width: 22%;
  z-index: 1;
  bottom: 10%;
}
@media screen and (max-width: 1080px) {
  .subject__image1 {
    z-index: 1;
    bottom: 5%;
  }
}
@media screen and (max-width: 769px) {
  .subject__image1 {
    z-index: 2;
    width: 45%;
    bottom: 40px;
    top: inherit;
    left: 10px;
  }
}
.subject__image2 {
  position: absolute;
  right: 0;
  bottom: 15%;
  width: 25%;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  .subject__image2 {
    z-index: 2;
    bottom: 10px;
    width: 45%;
    right: 10px;
  }
}
@media screen and (max-width: 1080px) {
  .subject__image2 {
    z-index: 1;
    bottom: 5%;
  }
}
.subject__list {
  display: flex;
  flex-wrap: nowrap;
  list-style-type: none;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 1080px) {
  .subject__list {
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
.subject__item {
  text-align: center;
  /*width: calc((100% / 4) - 30px);*/
  margin: 0 50px;
}
.subject__item:not(:first-child) {
  margin-left: 21px;
}
@media screen and (max-width: 1080px) {
  .subject__item:not(:first-child) {
    margin: 0 0px;
  }
}
@media (max-width: 1024px) {
  .subject__item {
    width: calc(50% - 10px);
    margin: 0 0px 50px;
  }
  .subject__item:not(:first-child) {
    margin: 0px 0 0;
  }
}
@media (max-width: 768px) {
  .subject__item {
    margin: 0 0px 30px;
  }
  .subject__item:not(:first-child) {
    margin: 0px 0 0;
  }
}
.subject__item h4 {
  font-size: 18px;
  display: inline-block;
  text-align: center;
  margin: 0 0 20px;
  font-weight: normal;
}
@media screen and (max-width: 769px) {
  .subject__item h4 {
    font-size: 14px;
  }
}
.subject__item p {
  text-align: center;
  font-size: 18px;
}
.subject__item p img {
  max-width: 102px;
  display: block;
  height: auto;
  width: 100%;
}

.cont__page {
  background: #FFFFFF;
}
@media screen and (max-width: 1080px) {
  .cont__page {
    padding: 100px 10%;
  }
}
@media screen and (max-width: 769px) {
  .cont__page {
    padding: 50px 5%;
  }
}
.cont__page .subject__container {
  padding: 0;
  font-size: 1.5rem;
  background: none;
}
@media screen and (max-width: 769px) {
  .cont__page .subject__container:last-of-type p.tel {
    text-align: left !important;
  }
}
@media screen and (max-width: 769px) {
  .cont__page .subject__container {
    margin: 0 auto;
  }
  .cont__page .subject__container p {
    text-align: center !important;
  }
}
.cont__page .subject__container .section__title {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.cont__page .subject__container h2 {
  margin-bottom: 30px;
  font-size: 2.4rem;
  color: #0198B7;
  font-weight: 400;
  text-align: center;
}
.cont__page .subject__container h4.tit_page_sub2 {
  margin-bottom: 10px;
  text-align: left;
  margin-top: 30px;
}
@media screen and (max-width: 769px) {
  .cont__page .subject__container h4.tit_page_sub2 {
    margin-bottom: 10px;
  }
}
.cont__page .subject__container p {
  text-align: center !important;
}
@media screen and (max-width: 1080px) {
  .cont__page .subject__container p {
    text-align: left !important;
  }
}
.cont__page .subject__container p.pr {
  margin-bottom: 40px;
}
.cont__page .subject__container .contact_box {
  justify-content: center;
  margin-bottom: 30px;
}
.cont__page .subject__container .contact_box .y-btn a::before {
  content: "";
  background: url(../../images/common/icon_mail.png) no-repeat center right;
}
.cont__page .subject__container .viewmore .btn01 {
  margin-top: 30px;
  padding-right: 40px;
}
.cont__page .subject__container .tel {
  text-align: center;
}
.cont__page .subject__container .tel a {
  font-size: 36px;
  margin-bottom: 10px;
}
.cont__page .subject__container .tel p {
  text-align: center !important;
}

.feuture__container {
  position: relative;
}
.feuture .section__title {
  text-align: right;
}
.feuture .section__title span {
  position: relative;
}
.feuture .section__title span:after {
  content: "";
  background: url(../../images/common/tit_bg1.png) no-repeat left center;
  position: absolute;
  width: 200px;
  height: 80px;
  left: -100%;
  top: 0;
  display: inline-block;
}
.feuture .section__title--description {
  text-align: right;
}
.feuture__image {
  width: 100%;
}
@media (max-width: 768px) {
  .feuture__image {
    width: 100%;
  }
}
.feuture__image img {
  width: 100%;
  height: auto;
}
.feuture__cont {
  position: relative;
  margin: 0 auto 160px;
  width: 100%;
  display: flex;
}
@media screen and (max-width: 769px) {
  .feuture__cont {
    margin: 0 auto 80px;
    flex-wrap: wrap;
  }
}
.feuture__cont:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.feuture__cont:nth-of-type(2n) .feuture__cont__inner {
  margin: 7% -4% -4% 0%;
}
@media screen and (max-width: 769px) {
  .feuture__cont:nth-of-type(2n) .feuture__cont__inner {
    margin: -7% 4% -4% 0%;
  }
}
.feuture__cont__image {
  width: 52%;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 2;
  padding-top: 33.75%;
  max-height: 340px;
}
@media screen and (max-width: 769px) {
  .feuture__cont__image {
    width: 82%;
    padding-top: 56.75%;
  }
}
.feuture__cont__inner {
  width: 52%;
  right: 0;
  padding: 8%;
  background: #fff;
  z-index: 1;
  margin: 7% 0 -4% -4%;
}
@media screen and (max-width: 769px) {
  .feuture__cont__inner {
    width: 100%;
    margin: -7% 0 -4% 10%;
    padding: 10% 8% 8%;
  }
}
.feuture__cont__inner h3 {
  font-size: 2.4rem;
  margin-bottom: 20px;
  font-weight: normal;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 769px) {
  .feuture__cont__inner h3 {
    font-size: 1.8rem;
    display: flex;
    line-height: 1.5;
  }
}
.feuture__cont__inner h3 span {
  padding-right: 20px;
}
@media screen and (max-width: 769px) {
  .feuture__cont__inner h3 span {
    padding-right: 10px;
  }
}
.feuture__cont__inner .c-btn {
  justify-content: flex-end;
}
.feuture__text {
  width: 50%;
}
@media (max-width: 768px) {
  .feuture__text {
    width: 100%;
  }
}
.feuture__text p {
  line-height: 2;
}
@media (max-width: 768px) {
  .feuture__text p {
    margin: 20px 0 0;
  }
}

.access__container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.access__container .flex {
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1080px) {
  .access__container .flex {
    flex-direction: column;
  }
}
.access__image {
  width: 48%;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .access__image {
    width: 100%;
  }
}
.access__image img {
  width: 100%;
  height: auto;
}
.access__scj {
  width: calc(50% - 30px);
}
@media screen and (max-width: 1080px) {
  .access__scj {
    width: 100%;
  }
}
.access__scj .info {
  margin-bottom: 25px;
}
.access__scj .info h2 {
  font-size: 2.2rem;
  font-weight: normal;
  margin-bottom: 10px;
}
@media screen and (max-width: 769px) {
  .access__scj .info h2 {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}
.access__scj .info p {
  font-size: 1.5rem;
}
@media screen and (max-width: 769px) {
  .access__scj .info p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.access__scj .info__tel {
  font-size: 3.2rem !important;
  line-height: 1.1;
  margin-bottom: 10px;
}
@media screen and (max-width: 1080px) {
  .access__scj p.text-right {
    text-align: left !important;
  }
}
.access__scj dl {
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.access .viewmore {
  margin-left: auto;
  margin-right: 5%;
}
.access h4:last-of-type {
  font-size: 1.6rem;
  font-weight: normal;
  margin-bottom: 10px;
}

.map iframe {
  filter: grayscale(60%);
  -webkit-filter: grayscale(60%);
  height: 300px;
}
@media (min-width: 768px) {
  .map iframe {
    height: 500px;
  }
}

.y-btn a {
  text-decoration: none;
  font-size: 14px;
  color: #0198B7;
  display: flex;
  align-items: center;
}
.y-btn a:before {
  content: "";
  background: url(../../images/common/icon_calender_b.svg) no-repeat center right;
  background-size: auto;
  width: 18px;
  height: 15px;
  display: block;
  margin-right: 10px;
  margin-top: 2px;
  background-size: contain;
}
.y-btn a:after {
  background: url(../../images/common/arrow_2.svg) no-repeat center right;
  background-size: auto;
  content: "";
  width: 20px;
  height: 14px;
  display: block;
  margin-top: 2px;
  background-size: contain;
}

.contact_box {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 769px) {
  .contact_box {
    display: block;
  }
}
.contact_box .tel {
  font-size: 3.6rem !important;
  line-height: 1;
  border-right: 1px solid #ccc;
  padding-right: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 769px) {
  .contact_box .tel {
    border-right: none;
    padding-right: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
  }
}
.contact_box .tel::before {
  content: "";
  background: url(../../images/common/icon_tel.svg) no-repeat center left;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background-size: contain;
  vertical-align: bottom;
}
.contact_box .viewmore {
  display: block;
  margin: 0 auto;
}
.contact_box h4:last-of-type {
  font-size: 1.6rem;
  margin-bottom: 10px;
}

footer {
  padding: 15px 0;
  background: #2b1e17;
  text-align: center;
  color: #fff;
}
footer small {
  font-size: 12px;
  line-height: 1;
}

#pagetop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: url(../../images/common/pagetop.jpg) no-repeat center center;
  background-size: auto;
  background-size: cover;
}

.fv {
  background: url(../../images/common/fv_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 160px 10% 70px 10%;
}
.fv__about {
  background: url(../../images/clinic/fv_bg.jpg) no-repeat center center;
  background-size: cover;
}
.fv__news {
  background: url(../../images/news/fv_bg.jpg) no-repeat center center;
  background-size: cover;
}
.fv__subject {
  background: url(../../images/medical/fv_bg.jpg) no-repeat center center;
  background-size: cover;
}
.fv__access {
  background: url(../../images/access/mv_bg.jpg) no-repeat center 70%;
  background-size: cover;
}
.fv__lens {
  background: url(../../images/lens/mv_bg.jpg) no-repeat center 70%;
  background-size: cover;
}
.fv__equipment {
  background: url(../../images/equipment/fv_bg.jpg) no-repeat center 70%;
  background-size: cover;
}
@media screen and (max-width: 769px) {
  .fv {
    padding: 100px 0 30px 0;
  }
}
.fv h1 {
  font-size: 3rem;
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 769px) {
  .fv h1 {
    font-size: 2.4rem;
  }
}
.fv h1 span {
  font-size: 1.8rem;
  color: #0198B7;
  display: block;
}
@media screen and (max-width: 769px) {
  .fv h1 span {
    font-size: 1.6rem;
  }
}

.pr__container {
  text-align: center;
}
.pr__container h2 {
  margin-bottom: 30px;
  font-size: 2.4rem;
}
@media screen and (max-width: 769px) {
  .pr__container h2 {
    font-size: 2.4rem;
    line-height: 1.6;
  }
}
.pr__container p {
  text-align: center;
}
@media screen and (max-width: 769px) {
  .pr__container p {
    text-align: left;
  }
}

.clinic {
  background: #EEF7F9;
}
.clinic .subject__container {
  padding: 80px 18%;
}
@media screen and (max-width: 1366px) {
  .clinic .subject__container {
    background: rgba(255, 255, 255, 0.7);
  }
}
@media screen and (max-width: 1080px) {
  .clinic .subject__container {
    padding: 80px 10%;
  }
}
@media screen and (max-width: 769px) {
  .clinic .subject__container {
    padding: 40px 15px;
    margin: 0 auto;
  }
}
.clinic .subject__container .text-hol {
  color: #0198B7;
  font-size: 1.8rem;
  margin-bottom: 40px;
  text-align: center;
  padding-top: 10px;
}
@media screen and (max-width: 769px) {
  .clinic .subject__container .text-hol {
    font-size: 1.5rem;
  }
}
.clinic .subject__container h3 {
  margin-bottom: 30px;
  text-align: center;
}
.clinic .subject__container h3::before {
  content: "";
  display: none;
}
.clinic .subject__container h4 {
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 5px;
}
.clinic .subject__container h4:last-of-type {
  font-size: 1.6rem;
  margin-bottom: -10px;
}
@media screen and (max-width: 769px) {
  .clinic .subject__container h4:last-of-type {
    margin-bottom: 0px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 769px) {
  .clinic .subject__container h4 {
    margin-bottom: 20px;
  }
}
.clinic .subject__container h4.tit_page_sub2 {
  margin-bottom: 10px;
  text-align: left;
  margin-top: 30px;
}
@media screen and (max-width: 769px) {
  .clinic .subject__container h4.tit_page_sub2 {
    margin-bottom: 10px;
  }
}
.clinic .subject__container dl {
  display: flex;
  align-items: center;
}
.clinic .subject__container dl dt {
  margin-right: 15px;
}
.clinic .subject__container dl dt span {
  background: #BD9F77;
  padding: 2px 5px 3px;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
}
@media screen and (max-width: 769px) {
  .clinic .subject__container dl dt span {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 769px) {
  .clinic .subject__container dl dt {
    margin-bottom: 15px;
  }
}
.clinic .subject__container dl dd {
  font-size: 1.5rem;
}
@media screen and (max-width: 769px) {
  .clinic .subject__container dl {
    display: block;
    margin-bottom: 20px;
  }
}
.clinic .subject__container .flex {
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 769px) {
  .clinic .subject__container .flex {
    display: block;
    margin-bottom: 20px;
  }
}
.clinic .subject__container .flex p {
  margin-bottom: 20px;
}
@media screen and (max-width: 769px) {
  .clinic .subject__container .flex p {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 769px) {
  .clinic .subject__container .flex .more {
    position: inherit !important;
  }
}
.clinic .subject__container .flex .more a.m-link.line-b {
  float: right;
  background: none;
  text-align: left;
  border-bottom: 1px solid #ccc;
  width: 16rem;
  height: 6em;
  color: #000;
}
@media screen and (max-width: 769px) {
  .clinic .subject__container .flex .more a.m-link.line-b {
    float: none;
    margin: 0 0 0 auto;
    width: 11rem;
  }
}
.clinic .subject__container .contact_box {
  justify-content: flex-start;
  margin-bottom: 60px;
}
.clinic .subject__container .contact_box .tel {
  font-size: 3rem !important;
  line-height: 1.1;
  border-right: 1px solid #ccc;
  padding-right: 20px;
  margin-right: 30px;
}
@media screen and (max-width: 769px) {
  .clinic .subject__container .contact_box .tel {
    border-right: none;
    padding-right: 0px;
    margin-right: 0px;
  }
}
.clinic .subject__container .contact_box .tel::before {
  content: "";
  width: 30px;
  height: 30px;
  margin-right: 15px;
  background-size: contain;
  vertical-align: bottom;
}
.clinic .subject__container ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.5rem;
}
.clinic .subject__container ul li {
  margin-bottom: 10px;
  list-style-type: none;
}
.clinic .subject__container ul li:after {
  content: "/";
  padding: 0 6px;
}
.clinic .subject__image1 {
  position: absolute;
  top: 4%;
  left: 0;
  width: 28%;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .clinic .subject__image1 {
    top: -2%;
    width: 38%;
  }
}
@media screen and (max-width: 769px) {
  .clinic .subject__image1 {
    top: -2%;
    width: 38%;
  }
}
.clinic .subject__image2 {
  position: absolute;
  right: 0;
  bottom: 3%;
  width: 30%;
  z-index: 2;
}
@media screen and (max-width: 1366px) {
  .clinic .subject__image2 {
    width: 35%;
  }
}
@media screen and (max-width: 769px) {
  .clinic .subject__image2 {
    position: inherit;
    margin: -30px auto;
    width: 80%;
  }
}

.facility h3 {
  margin-bottom: 30px;
  text-align: center;
}
.facility h3::before {
  content: "";
  display: none;
}
.facility .flex {
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 769px) {
  .facility .flex {
    flex-wrap: wrap;
  }
}
.facility .flex:nth-of-type(2) {
  align-items: flex-end;
  margin-top: -50px;
}
@media screen and (max-width: 769px) {
  .facility .flex:nth-of-type(2) {
    margin-top: 20px;
  }
}
.facility .flex dl {
  margin-bottom: 40px;
  width: 24%;
}
@media screen and (max-width: 769px) {
  .facility .flex dl {
    margin-bottom: 10px;
    width: 48%;
  }
}
.facility .flex dl dt.facility__cont__image {
  width: 100%;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 2;
  padding-top: 100%;
}
.facility .flex dl.wd {
  width: 46%;
}
@media screen and (max-width: 769px) {
  .facility .flex dl.wd {
    width: 100%;
  }
}
.facility .flex dl.wd dt.facility__cont__image {
  padding-top: 73%;
}
.facility .flex dl dd {
  font-size: 1.6rem;
  margin-top: 15px;
}
@media screen and (max-width: 769px) {
  .facility .flex dl dd {
    font-size: 1.5rem;
    margin-top: 10px;
  }
}

.doctor {
  background: #EEF7F9;
}
.doctor__image1 {
  position: absolute;
  top: 15%;
  right: 0;
  width: 22%;
  z-index: 3;
}
@media screen and (max-width: 1080px) {
  .doctor__image1 {
    left: auto;
    width: 38%;
    right: 0;
    bottom: 5%;
  }
}
@media screen and (max-width: 769px) {
  .doctor__image1 {
    width: 60%;
    position: inherit;
    margin: -80px auto 40px;
  }
}
.doctor__image2 {
  position: absolute;
  left: 0%;
  top: 15%;
  width: 20%;
  z-index: 2;
}
@media screen and (max-width: 1366px) {
  .doctor__image2 {
    right: 0%;
  }
}
@media screen and (max-width: 1080px) {
  .doctor__image2 {
    right: 5%;
    top: 5%;
    width: 45%;
  }
}
@media screen and (max-width: 769px) {
  .doctor__image2 {
    left: inherit;
    right: 0;
    top: 1%;
    width: 45%;
    z-index: 1;
  }
}
.doctor .doctor__container {
  padding: 80px 15%;
  background: rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1366px) {
  .doctor .doctor__container {
    padding: 80px 20%;
  }
}
@media screen and (max-width: 1080px) {
  .doctor .doctor__container {
    padding: 80px 10%;
  }
}
@media screen and (max-width: 769px) {
  .doctor .doctor__container {
    padding: 40px 15px 80px;
    background: rgba(255, 255, 255, 0.7);
  }
  .doctor .doctor__container .section__title {
    text-align: left;
  }
  .doctor .doctor__container .section__title--description {
    text-align: left;
  }
}
.doctor .doctor__container .text-hol {
  color: #0198B7;
  font-size: 1.8rem;
  margin-bottom: 40px;
  text-align: center;
  padding-top: 10px;
}
.doctor .doctor__container h3 {
  margin-bottom: 30px;
  text-align: left;
}
@media screen and (max-width: 769px) {
  .doctor .doctor__container h3 {
    margin-bottom: 20px;
  }
}
.doctor .doctor__container h3::before {
  content: "";
  display: none;
}
.doctor .doctor__container h4 {
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 5px;
}
.doctor .doctor__container h4:last-of-type {
  font-size: 1.6rem;
  margin-bottom: -10px;
}
.doctor .doctor__container dl {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 769px) {
  .doctor .doctor__container dl {
    margin-bottom: 20px;
  }
}
.doctor .doctor__container dl dt {
  margin-right: 15px;
}
.doctor .doctor__container dl dt span {
  background: #BD9F77;
  padding: 2px 5px 3px;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
}
.doctor .doctor__container dl dd {
  font-size: 1.5rem;
}
.doctor .doctor__container .flex {
  align-items: baseline;
}
@media screen and (max-width: 769px) {
  .doctor .doctor__container .flex {
    display: block;
  }
}
.doctor .doctor__container .flex .inner {
  margin-right: 30px;
}
@media screen and (max-width: 769px) {
  .doctor .doctor__container .flex .inner {
    width: 100%;
    margin-bottom: 30px;
  }
}
.doctor .doctor__container ul {
  font-size: 1.5rem;
}
.doctor .doctor__container ul li {
  margin-bottom: 10px;
  list-style-type: none;
}

.about_page__container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
.about_page__image {
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  padding: 40px 5%;
  border-radius: 10px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .about_page__image {
    width: 100%;
  }
}
.about_page__image img {
  width: 100%;
  height: auto;
}
.about_page__text {
  width: 70%;
}
@media (max-width: 768px) {
  .about_page__text {
    width: 100%;
  }
}
.about_page__text p {
  line-height: 2;
}
@media (max-width: 768px) {
  .about_page__text p {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 769px) {
  .about_page .viewmore {
    margin-left: auto;
    margin-right: 5%;
  }
}

.subject__page {
  background: #F6F4EC;
}
.subject__page .subject__container {
  padding: 80px 15%;
  background: #fff;
  margin: 0px auto 60px;
}
@media screen and (max-width: 769px) {
  .subject__page .subject__container {
    padding: 40px 5% 40px;
    margin: 0px auto 60px;
  }
}
.subject__page .subject__container .section__title {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.subject__page .subject__container .section__title::after {
  content: "";
  display: block;
  width: 1px;
  height: 60px;
  background: #0198B7;
  position: absolute;
  top: 100%;
  left: 50%;
  right: 50%;
  margin: 0 auto;
}
.subject__page .subject__container .about__image {
  margin-bottom: 30px;
}
.subject__page .subject__container .comment {
  margin-bottom: 40px;
}
.subject__page .subject__container .comment .ul {
  background: #FFEF13;
  padding: 0 3px 3px 3px;
}
.subject__page .subject__container h3 {
  margin-bottom: 15px;
  text-align: left;
}
@media screen and (max-width: 769px) {
  .subject__page .subject__container h3 {
    margin-bottom: 15px;
  }
}
.subject__page .subject__container h3::before {
  content: "";
  display: none;
}
.subject__page .subject__container .flex {
  border-top: 1px dashed #BD9F77;
  padding-top: 40px;
  align-items: top;
  justify-content: space-between;
}
@media screen and (max-width: 769px) {
  .subject__page .subject__container .flex {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.subject__page .subject__container .flex-no {
  display: block;
}
.subject__page .subject__container .flex-no:nth-of-type(n+2) {
  margin-top: 40px;
}
.subject__page .subject__container .flex-no h4 {
  font-size: 1.7rem;
  display: flex;
  align-items: center;
  color: #217097;
}
.subject__page .subject__container .flex-no h4:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #80a6ad;
  margin-right: 10px;
}
.subject__page .subject__container .flex-no h4:last-of-type {
  font-size: 1.7rem;
  margin-bottom: inherit;
}
.subject__page .subject__container .flex-no h5 {
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 1.5rem;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 16px 0px;
  justify-content: flex-start;
}
.subject__page .subject__container .flex-no h5:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 5px;
  background: #0198B7;
  align-items: center;
  margin-right: 10px;
}
.subject__page .subject__container .flex-no details {
  border-top: 1px solid #ccc;
  margin-top: 14px;
}
.subject__page .subject__container .flex-no details summary {
  display: block;
  list-style-type: none;
}
.subject__page .subject__container .flex-no details summary::marker {
  content: "";
}
.subject__page .subject__container .flex-no details summary::-webkit-details-marker {
  display: none;
}
.subject__page .subject__container .flex-no details summary h4, .subject__page .subject__container .flex-no details summary h5 {
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 1.5rem;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 16px 0px;
  justify-content: flex-start;
}
.subject__page .subject__container .flex-no details summary h4:before, .subject__page .subject__container .flex-no details summary h5:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 5px;
  background: #0198B7;
  align-items: center;
  margin-right: 10px;
}
.subject__page .subject__container .flex-no details summary h4 .icon, .subject__page .subject__container .flex-no details summary h5 .icon {
  transition: transform 0.4s;
  display: block;
  position: relative;
  width: 24px;
  transform-origin: center 43%;
  transition: transform 0.4s;
  margin-left: auto;
}
.subject__page .subject__container .flex-no details summary h4 .icon::before, .subject__page .subject__container .flex-no details summary h5 .icon::before {
  left: 0;
  transform: rotate(45deg);
}
.subject__page .subject__container .flex-no details summary h4 .icon::after, .subject__page .subject__container .flex-no details summary h5 .icon::after {
  right: 0;
  transform: rotate(-45deg);
}
.subject__page .subject__container .flex-no details summary h4 .icon::before, .subject__page .subject__container .flex-no details summary h4 .icon::after, .subject__page .subject__container .flex-no details summary h5 .icon::before, .subject__page .subject__container .flex-no details summary h5 .icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 3px;
  background-color: #806767;
}
.subject__page .subject__container .flex-no details summary h4 .icon::before, .subject__page .subject__container .flex-no details summary h5 .icon::before {
  left: 0;
  transform: rotate(45deg);
}
.subject__page .subject__container .flex-no details summary h4 {
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 1.7rem;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 16px 0px;
  justify-content: flex-start;
  background: none;
}
.subject__page .subject__container .flex-no details summary h4:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #80a6ad;
  margin-right: 10px;
}
.subject__page .subject__container .flex-no details[open] .icon {
  transform: rotate(180deg);
}
.subject__page .subject__container .flex-no .attention {
  margin-top: 14px;
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
.subject__page .subject__container .flex-no .attention ul li.kome {
  margin-bottom: 0;
}
.subject__page .subject__container .flex .inner_tw {
  width: 46%;
}
@media screen and (max-width: 769px) {
  .subject__page .subject__container .flex .inner_tw {
    width: 100%;
  }
  .subject__page .subject__container .flex .inner_tw:first-of-type {
    margin-bottom: 40px;
  }
}
.subject__page .subject__container .flex .inner_th {
  width: calc(33.3333333333% - 40px);
}
@media screen and (max-width: 769px) {
  .subject__page .subject__container .flex .inner_th {
    width: 100%;
    margin-bottom: 40px;
  }
  .subject__page .subject__container .flex .inner_th:last-of-type {
    margin-bottom: 0px;
  }
}
.subject__page .subject__container .flex .inner_tn {
  width: 100%;
  margin-bottom: 40px;
}
.subject__page .subject__container .flex .inner_tn:last-of-type {
  margin-bottom: 0px;
}
.subject__page .subject__container .flex_lens {
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 769px) {
  .subject__page .subject__container .flex_lens {
    flex-direction: inherit;
  }
}
.subject__page .subject__container .flex_lens dl {
  display: block;
  width: 33.3333333333%;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .subject__page .subject__container .flex_lens dl {
    width: 50%;
    margin-bottom: 20px;
  }
}
.subject__page .subject__container .flex_lens dl dt.facility__cont__image {
  padding-top: 52.25%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 2;
}
.subject__page .subject__container .flex_lens dl dd {
  font-size: 1.2rem;
  line-height: 1.5;
}
.subject__page .subject__container .flex_equipment {
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 769px) {
  .subject__page .subject__container .flex_equipment {
    flex-direction: inherit;
  }
}
.subject__page .subject__container .flex_equipment dl {
  display: block;
  width: calc((100% - 40px) / 3);
  margin-bottom: 40px;
  text-align: center;
  margin-right: 20px;
}
.subject__page .subject__container .flex_equipment dl:nth-of-type(3n) {
  margin-right: 0px;
}
@media screen and (max-width: 769px) {
  .subject__page .subject__container .flex_equipment dl {
    width: calc((100% - 40px) / 2);
    margin-right: 20px;
  }
  .subject__page .subject__container .flex_equipment dl:nth-of-type(3n) {
    margin-right: 0px;
  }
}
.subject__page .subject__container .flex_equipment dl dt.facility__cont__image {
  padding-top: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 2;
}
.subject__page .subject__container .flex_equipment dl dd {
  font-size: 1.2rem;
}
.subject__page .subject__container h4 {
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 5px;
}
.subject__page .subject__container h4:last-of-type {
  font-size: 1.6rem;
  margin-bottom: -10px;
}
.subject__page .subject__container dl {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 769px) {
  .subject__page .subject__container dl {
    margin-bottom: 20px;
  }
}
.subject__page .subject__container dl.no {
  display: block;
}
.subject__page .subject__container dl.no dt {
  margin-top: 15px;
  margin-bottom: 5px;
}
.subject__page .subject__container dl.no dt::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 5px;
  background: #0198B7;
  align-items: center;
  margin-right: 10px;
  margin-bottom: 3px;
}
.subject__page .subject__container dl dt {
  margin-right: 15px;
}
.subject__page .subject__container dl dt span {
  background: #BD9F77;
  padding: 2px 5px 3px;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
}
.subject__page .subject__container dl dd {
  font-size: 1.5rem;
}
.subject__page .subject__container ul {
  font-size: 1.5rem;
}
.subject__page .subject__container ul li {
  margin-bottom: 10px;
  list-style-type: none;
}

.access__page {
  background: #F6F4EC;
}
.access__page .subject__container {
  padding: 80px 15%;
}
@media screen and (max-width: 769px) {
  .access__page .subject__container {
    padding: 40px 15px;
    margin: 0 auto;
  }
}
.access__page .subject__container .section__title {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.access__page .subject__container h3 {
  margin-bottom: 30px;
  text-align: center;
}
.access__page .subject__container h3::before {
  content: "";
  display: none;
}
.access__page .subject__container h4 {
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 5px;
}
.access__page .subject__container h4:last-of-type {
  font-size: 1.6rem;
  margin-bottom: -10px;
}
@media screen and (max-width: 769px) {
  .access__page .subject__container h4:last-of-type {
    margin-bottom: 0px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 769px) {
  .access__page .subject__container h4 {
    margin-bottom: 20px;
  }
}
.access__page .subject__container h4.tit_page_sub2 {
  margin-bottom: 10px;
  text-align: left;
  margin-top: 30px;
}
@media screen and (max-width: 769px) {
  .access__page .subject__container h4.tit_page_sub2 {
    margin-bottom: 10px;
  }
}
.access__page .subject__container .flex {
  align-items: flex-start;
  flex-wrap: wrap;
}
.access__page .subject__container .flex img {
  width: calc(33.3333333333% - 20px);
  margin-right: 20px;
  margin-top: 20px;
}
.access__page .subject__container .flex img:nth-child(3n) {
  margin-right: 0px;
}

.contact p {
  margin-bottom: 40px;
}
.contact .c-btn {
  margin: 0 auto;
}

.tel__page {
  background: #EEF7F9;
}
@media screen and (max-width: 1080px) {
  .tel__page {
    padding: 100px 10%;
  }
}
@media screen and (max-width: 769px) {
  .tel__page {
    padding: 50px 5%;
  }
}
.tel__page .subject__container {
  padding: 0;
  font-size: 1.5rem;
  background: none;
}
@media screen and (max-width: 769px) {
  .tel__page .subject__container:last-of-type p.tel {
    text-align: left !important;
  }
}
@media screen and (max-width: 769px) {
  .tel__page .subject__container {
    margin: 0 auto;
  }
}
.tel__page .subject__container .section__title {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.tel__page .subject__container h2 {
  margin-bottom: 30px;
  font-size: 2.4rem;
  color: #0198B7;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .tel__page .subject__container h2 {
    font-size: 2.4rem;
    line-height: 1.6;
    margin-bottom: 10px;
  }
}
.tel__page .subject__container h4.tit_page_sub2 {
  margin-bottom: 10px;
  text-align: left;
  margin-top: 30px;
}
@media screen and (max-width: 769px) {
  .tel__page .subject__container h4.tit_page_sub2 {
    margin-bottom: 10px;
  }
}
.tel__page .subject__container .tel {
  text-align: center;
}
.tel__page .subject__container .tel a {
  font-size: 36px;
  margin-bottom: 10px;
}
.tel__page .subject__container .tel p {
  text-align: center !important;
}

.contact__page {
  background: #fff;
}
@media screen and (max-width: 1080px) {
  .contact__page {
    padding: 100px 10%;
  }
}
@media screen and (max-width: 769px) {
  .contact__page {
    padding: 50px 5%;
  }
}
.contact__page .subject__container {
  padding: 0px 15%;
  font-size: 1.5rem;
}
.contact__page .subject__container:first-of-type {
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  .contact__page .subject__container:last-of-type p.tel {
    text-align: left !important;
  }
}
@media screen and (max-width: 769px) {
  .contact__page .subject__container {
    padding: 40px 15px;
    margin: 0 auto;
  }
}
.contact__page .subject__container .section__title {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.contact__page .subject__container h2 {
  margin-bottom: 30px;
  font-size: 2.4rem;
  color: #0198B7;
  font-weight: 400;
  text-align: center;
}
.contact__page .subject__container h3 {
  margin-bottom: 30px;
  text-align: center;
}
.contact__page .subject__container h3::before {
  content: "";
  display: none;
}
.contact__page .subject__container h4.tit_page_sub2 {
  margin-bottom: 10px;
  text-align: left;
  margin-top: 30px;
}
@media screen and (max-width: 769px) {
  .contact__page .subject__container h4.tit_page_sub2 {
    margin-bottom: 10px;
  }
}
.contact__page .subject__container .tel {
  text-align: center;
}
.contact__page .subject__container .tel a {
  font-size: 36px;
  margin-bottom: 10px;
}
.contact__page .subject__container .tel p {
  text-align: center !important;
}
.contact__page .subject__container table {
  font-size: 1.5rem;
  text-align: left;
  width: 100%;
  margin-top: 40px;
}
.contact__page .subject__container table th {
  border-bottom: 1px solid #666;
  padding: 15px 0;
  width: 30%;
}
@media screen and (max-width: 769px) {
  .contact__page .subject__container table th {
    display: block;
    width: 100%;
  }
}
.contact__page .subject__container table th label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 400;
}
.contact__page .subject__container table th .label {
  padding: 0.2em 0.6em 0.4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  background-color: #d9534f;
  float: right;
  margin-right: 30px;
  margin-top: 5px;
}
.contact__page .subject__container table td {
  border-bottom: 1px solid #666;
  padding: 15px 0;
}
@media screen and (max-width: 769px) {
  .contact__page .subject__container table td {
    display: block;
    width: 100%;
  }
}
.contact__page .subject__container table td textarea {
  padding: 6px 12px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  width: 100%;
}
.contact__page .subject__container table td input, .contact__page .subject__container table td select {
  display: inline-block;
  height: 42px;
  padding: 6px 12px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.contact__page .subject__container table td input, .contact__page .subject__container table td select, .contact__page .subject__container table td textarea {
  font-family: "nsjp", "swis721", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-size: 100%;
  box-sizing: border-box;
}
.contact__page .subject__container table td button, .contact__page .subject__container table td html input[type=button], .contact__page .subject__container table td input[type=reset], .contact__page .subject__container table td input[type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  cursor: pointer;
  border: 1px solid #ccc;
  padding: 6px 10px;
  border-radius: 6px;
  background: #ccc;
}
.contact__page .subject__container .submit {
  text-align: center;
  margin-top: 30px;
  font-size: 1.5rem;
}
.contact__page .subject__container [type=reset], .contact__page .subject__container [type=submit], .contact__page .subject__container button, .contact__page .subject__container html [type=button] {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  background: #BD9F77;
  padding: 8px 10px 9px;
  border-radius: 6px;
  color: #fff;
}

input[type=text], input[type=email] {
  width: 100%;
  box-sizing: border-box;
}

.privacy__page {
  background: #F6F4EC;
}
@media screen and (max-width: 769px) {
  .privacy__page .subject__container {
    margin: 0 0%;
  }
}
.privacy__page .subject__container .section__title {
  font-size: 24px;
  margin-bottom: 30px;
}
.privacy__page .subject__container p {
  margin-bottom: 20px;
}
.privacy__page .subject__container ol {
  font-size: 1.5rem;
  line-height: 1.9;
  margin-bottom: 40px;
  margin-left: 1.5rem;
}
.privacy__page .subject__container .copy-tit-03 {
  text-align: left;
}
.privacy__page .subject__container .copy-tit-03::before {
  background: none;
  display: none;
}

.news_page {
  background: #F6F4EC;
}
.news_page__container {
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  padding: 80px 15%;
  border-radius: 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  .news_page__container {
    padding: 40px 5%;
  }
}
.news_page__image {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  border-top: 1px dashed #BD9F77;
  padding-top: 40px;
  margin-bottom: 40px;
}
.news_page__image:first-of-type {
  border-top: none;
  padding-top: 0px;
}
@media (max-width: 768px) {
  .news_page__image {
    width: 100%;
    flex-wrap: inherit;
  }
}
.news_page__image img {
  height: auto;
  margin: 0 auto 40px;
}
.news_page__image h3 {
  font-size: 2.4rem;
  margin-bottom: 20px;
  font-weight: normal;
}
@media screen and (max-width: 769px) {
  .news_page__image h3 {
    font-size: 2rem;
  }
}
.news_page__image .date {
  margin-bottom: 5px;
}
.news_page__image .date span {
  background: #BD9F77;
  color: #fff;
  padding: 3px 10px 4px 10px;
}
.news_page__image__list h3 {
  font-size: 2rem;
  margin-bottom: 10px;
  font-weight: normal;
}
.news_page__image__list .more {
  margin-top: 15px;
}
@media screen and (max-width: 769px) {
  .news_page__image__list .more {
    display: block;
    position: inherit;
  }
}
.news_page__image p a img {
  max-width: 100%;
}
.news_page .pagination {
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.4rem;
}
.news_page .pagination span {
  margin: 0 10px;
  color: #BD9F77;
}
.news_page .pagination span.current {
  background: #BD9F77;
  color: #fff;
  padding: 4px 0 5px;
  border-radius: 50%;
  font-weight: bold;
  display: inline-block;
  width: 36px;
  height: 36px;
  vertical-align: middle;
}
.news_page p + p {
  margin-top: 15px;
}
.news_page__text {
  width: 70%;
}
@media (max-width: 768px) {
  .news_page__text {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .news_page__text p {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 769px) {
  .news_page .viewmore {
    margin-left: auto;
    margin-right: 5%;
  }
}

table.con_tab {
  width: 100%;
  margin-bottom: 20px;
  padding: 10px 40px;
  border-radius: 6px;
  background: #f8f8f8;
  box-sizing: border-box;
}
@media screen and (max-width: 769px) {
  table.con_tab {
    padding: 10px 20px;
  }
}
table.con_tab tr th {
  font-weight: normal;
  line-height: 3;
  border-bottom: 1px dotted #bbb;
}
@media screen and (max-width: 769px) {
  table.con_tab tr th {
    border-bottom: none;
    width: 100%;
    display: block;
    line-height: 2.5;
  }
}
table.con_tab tr td {
  text-align: right;
  border-bottom: 1px dotted #bbb;
  padding: 5px 0;
}
@media screen and (max-width: 769px) {
  table.con_tab tr td {
    width: 100%;
    display: block;
    padding: 0px 0 5px;
  }
}
table.con_tab tr:last-child th, table.con_tab tr:last-child td {
  border-bottom: 0;
}

.sp-fixed {
  display: none;
}
@media screen and (max-width: 769px) {
  .sp-fixed {
    background: #EFEFEF;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    display: block;
  }
  .sp-fixed__container {
    padding: 15px 15%;
  }
  .sp-fixed__container .btn_link {
    list-style-type: none;
    display: flex;
    justify-content: center;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
  .sp-fixed__container .btn_link li {
    flex-grow: 1;
  }
  .sp-fixed__container .btn_link li a {
    background: #796C60;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding: 15px 12px 16px;
    font-size: 1.2rem;
    justify-content: center;
    border-radius: 10px;
    line-height: 1;
    white-space: nowrap;
  }
  .sp-fixed__container .btn_link__reserve:before {
    content: "";
    background: url(../../images/common/icon_calender.svg) center center no-repeat;
    width: 20px;
    height: 15px;
    margin-right: 10px;
  }
  .sp-fixed__container .btn_link__tel:before {
    content: "";
    background: url(../../images/common/icon_tel_w.svg) center center no-repeat;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    background-size: contain;
  }
  .sp-fixed__container .btn_link__access:before {
    content: "";
    background: url(../../images/common/icon_map.svg) center center no-repeat;
    width: 12px;
    height: 15px;
    margin-right: 7px;
    background-size: contain;
  }
}/*# sourceMappingURL=style.css.map */