@charset "utf-8";
/* reset
----------------------------------------------- */
h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, main, figure, figcaption {
  display: block;
  margin: 0;
  padding: 0;
  font-weight: normal;
  border: 0;
  outline: 0;
  line-height: 1;
  list-style: none;
}
a {
  margin: 0;
  padding: 0;
  outline: none;
}
img {
  vertical-align: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
::selection {
  color: #fff;
  background: #807a71;
}
/* html
----------------------------------------------- */
html {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-print-color-adjust: exact;
}
/* body
----------------------------------------------- */
body {
  margin: 0;
  padding: 0;
  color: #807a71;
  /*font-family: 'EB Garamond', serif;
  font-family: 'Noto Serif JP', serif;
  font-family: 'Noto Sans JP', sans-serif;*/
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
}
/* disable */
.jsbody--disable {
  pointer-events: none;
}
/* a
----------------------------------------------- */
a {
  color: #807a71;
}
/* wrapper
----------------------------------------------- */
.wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
/* loading
----------------------------------------------- */
/*.loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.loading__mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 1;
}
.loading__icons {
  position: absolute;
  left: 25px;
  bottom: 25px;
  width: 15px;
  height: 15px;
  z-index: 1;
}
.loading__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #807a71;
  box-sizing: border-box;
  z-index: 1;
  animation-name: loading;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
.loading__icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4px 0 0 -4px;
  width: 8px;
  height: 8px;
  border: 2px solid #807a71;
  box-sizing: border-box;
  z-index: 1;
  animation-name: loading;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}*/
/* ready */
.js-loading-ready .loading__mask, .js-loading-ready .loading__icons {
  transition-duration: opacity, transform;
  transition-duration: 0.5s;
}
.js-loading-ready .loading__icons {
  transition-duration: 0.25s;
}
/* start */
.js-loading-start .loading__mask {
  opacity: 0;
}
.js-loading-start .loading__icons {
  transform: scale(0);
}
/* end */
.js-loading-end {
  pointer-events: none;
  visibility: hidden;
}
/* egg
----------------------------------------------- */
.egg {
  position: absolute;
  width: 555px;
  height: 730px;
  pointer-events: none;
  opacity: 0.1;
  z-index: -1;
}
.egg__obj {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../img/common/egg.svg);
  background-repeat: no-repeat;
  background-size: 1665px 730px;
  z-index: 1;
  animation-name: egg;
  animation-duration: 12s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.37, 0, 0.63, 1);
}
.egg__obj:nth-child(1) {
  background-position: 0 0;
  animation-delay: -12s;
}
.egg__obj:nth-child(2) {
  background-position: -555px 0;
  animation-delay: -8s;
}
.egg__obj:nth-child(3) {
  background-position: -1110px 0;
  animation-delay: -4s;
}
/* eggs
----------------------------------------------- */
.eggs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.eggs .egg {}
.eggs .egg:nth-child(1) {
  top: 600px;
  right: 50%;
  margin: 0 250px 0 0;
}
.eggs .egg:nth-child(2) {
  top: 1550px;
  left: 50%;
  margin: 0 0 0 350px;
}
.eggs .egg:nth-child(3) {
  top: 2800px;
  right: 50%;
  margin: 0 350px 0 0;
}
.eggs .egg:nth-child(4) {
  top: 4530px;
  left: 50%;
  margin: 0 0 0 150px;
}
.eggs .egg:nth-child(5) {
  top: 5850px;
  right: 50%;
  margin: 0 250px 0 0;
}
/* lower */
.eggs--lower .eggs .egg:nth-child(1) {
  visibility: hidden;
}
/* header
----------------------------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
}
.header__logo {
  display: flex;
  align-items: center;
  width: 285px;
  height: 113px;
  /*background-color: #413C32;*/
  pointer-events: auto;
}
.header__logo a {
  display: block;
  margin: 0 0 0 48px;
  width: 241px;
  height: 106px;
  white-space: nowrap;
  text-indent: 100%;
  background-image: url(../img/common/logo.svg);
  background-repeat: no-repeat;
  background-size: 482px 102px;
  overflow: hidden;
}
/* ready */
.js-header-ready {
  transition-property: visibility, opacity;
  transition-duration: 0s, 0.5s;
  transition-delay: 0.25s;
}
/* close */
.js-header-close, .js-header-hide {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition-delay: 0.5s, 0s;
}
/* footer
----------------------------------------------- */
.footer {
  padding: 64px 0 64px;
  background-color: #6B5945;
  color: #FFFFFF;
}
.footer__copyright {
  color: #FFFFFF;
  font-size: 13px;
  text-align: center;
}
.footer li {
  float: left;
  width: 50%;
  font-size: 0.8em;
  padding: 10px;
  box-sizing: border-box;
}
.footer li a {
  text-decoration: none;
  color: #FFFFFF;
}
.footer li a::before {
  content: url(../img/common/arrow_right2.png);
  margin-right: 0.5em;
  position: relative;
  left: 0;
  top: 0;
}
.footer [href^="tel"] {
  text-decoration: none;
  color: #fff;
  cursor: default;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .footer [href^="tel"] {
    pointer-events: auto;
  }
}
.button_solid a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 240px;
  padding: 10px 25px;
  color: #614b32;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  background: #fff;
  /*filter: drop-shadow(0px 2px 4px #ccc);*/
  border-radius: 3px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 12px;
}
.button_solid a:after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 46%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}
.button_solid a:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
}
/* menu
----------------------------------------------- */
.menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
}
.menu__inner {
  margin: 0 64px 0 48px;
}
.menu__logo {
  display: flex;
  align-items: center;
  width: 285px;
  height: 113px;
}
.menu__logo a {
  display: block;
  width: 241px;
  height: 106px;
  white-space: nowrap;
  text-indent: 100%;
  background-image: url(../img/common/logo.svg);
  /*background-position: -191px 0;*/
  background-repeat: no-repeat;
  background-size: 482px 102px;
  overflow: hidden;
}
.menu__reservation {
  display: none;
}
/* ready */
.js-menu-ready {
  transition-property: border-bottom, opacity;
  transition-duration: 0.5s;
}
/* hide */
.js-menu-hide {
  /*pointer-events: none;
  opacity: 0;*/
}
.js-menu-hide .menu__reservation, .js-menu-hide .menu__icons {
  pointer-events: none;
}
/* pageup
----------------------------------------------- */
.pageup {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 114px;
  height: 104px;
  z-index: 4;
}
.pageup__icon {
  position: relative;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #fff;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 1;
}
.pageup__icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  background-image: url(../img/common/pageup_arrow.svg);
  background-repeat: no-repeat;
  background-size: 12px;
  z-index: 1;
}
/* initial */
.pageup {
  visibility: hidden;
  transform: translateY(100%);
}
/* ready */
.js-pageup-ready {
  transition-property: visibility, transform;
  transition-duration: 0s, 0.5s;
  transition-delay: 0.5s, 0s;
  transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
}
/* open */
.js-pageup-open {
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0s, 0s;
  transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
}
/* main
----------------------------------------------- */
.main {
  margin: 110px 0 0;
}
/* content
----------------------------------------------- */
.content {}
.content__outer {
  position: relative;
  margin: 0 45px;
  z-index: 1;
}
.content__inner {
  position: relative;
  margin: auto;
  max-width: 1160px;
  z-index: 2;
}
/* aside
----------------------------------------------- */
.aside .content__inner {
  padding: 136px 0;
}
/* clinictime
----------------------------------------------- */
.clinictime {
  position: relative;
  z-index: 2;
}
.clinictime__columns {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.clinictime__column:first-child {
  width: 300px;
}
.clinictime__column:last-child {
  width: calc(100% - 300px);
}
.clinictime__label {
  position: absolute;
  top: -75px;
  left: -85px;
  z-index: 1;
}
@media screen and (max-width: 480px) {
.clinictime__label,.topnews__label,.facility__label,.recruit__label {
	display: none; 
}
}
/* table */
.clinictime__table {}
.clinictime__table table {
  width: 100%;
}
.clinictime__table th, .clinictime__table td {
  padding: 25px 0;
  color: #5d4b30;
  font-size: 15px;
  text-align: center;
  line-height: 26px;
  /* [disabled]border-left-color: #d2c7be; */
  border-right: 1px solid #d2c7be;
  /* [disabled]border-bottom-color: #d2c7be; */
  /* [disabled]border-top-color: #d2c7be; */
  /* [disabled]border-left-style: solid; */
  /* [disabled]border-bottom-style: solid; */
  /* [disabled]border-top-style: solid; */
  /* [disabled]border-left-width: 1px; */
  /* [disabled]border-bottom-width: 1px; */
  /* [disabled]border-top-width: 1px; */
}
.clinictime__table thead th, .clinictime__table thead td {
  /*background: #f1ece3;*/
}
.clinictime__table thead th {
  padding: 15px 0;
  width: 22.09%;
  font-weight: 400;
}
.clinictime__table thead td {
  padding: 20px 0;
  width: 11.13%;
}
.clinictime__table tbody th {
  font-family: 'EB Garamond', serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
  /*background: #f1ece3;*/
}
.clinictime__table i {
  display: block;
  margin: auto;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  /*background-color: #5d4b30;*/
  border: solid 1px;
}
.clinictime__table u {
  display: block;
  margin: auto;
  width: 12px;
  height: 1px;
  background-color: #5d4b30;
}
.clinictime__time, .clinictime__detail {
  font-size: 14px;
  line-height: 24px;
}
.clinictime__time {
  padding: 28px 0 18px;
}
.clinictime__detail {
  padding: 18px 0 0;
}
.clinictime__notes {
  margin: 5px 0;
}
.clinictime__lists .lists {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  text-indent: -14px;
}
.clinictime__lists .lists:after {
  margin: 0 8px 0 14px;
  content: "|"
}
.clinictime__lists .lists:last-child:after {
  display: none;
}
/* title */
.clinictime .title--h2 {
  margin: -12px 0 36px;
}
/* sns
----------------------------------------------- */
.sns {
  position: relative;
  margin: 126px 0 0;
  z-index: 2;
}
.sns__columns {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.sns__column:first-child {
  width: 300px;
}
.sns__column:last-child {
  width: calc(100% - 300px);
}
.sns__links {
  display: flex;
}
.sns__link {
  margin: 0 0 0 2px;
  width: calc(50% - 1px);
}
.sns__link:first-child {
  margin: 0;
}
.sns__icon {
  position: absolute;
  top: 50%;
  right: 60px;
  margin: -14px 0 0;
  width: 28px;
}
.sns__icon img {
  width: 100%;
  height: auto;
}
/* title */
.sns .title--h2 {
  margin: -12px 0 36px;
}
/* panelbutton */
.sns__link .panelbutton {
  padding: 60px 0;
}
.sns__link .panelbutton__label {
  margin: 0 60px;
  font-family: 'EB Garamond', serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
/* access
----------------------------------------------- */
.access {
  position: relative;
  /*margin: 136px 0 0;*/
  z-index: 2;
}
.access__columns {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.access__column {
  width: calc(50% - 32px);
}
.access__image img {
  width: 100%;
  height: auto;
}
.access__more {
  display: inline-block;
  margin: 0 0 0 15px;
}
.access__label {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
/* title */
.access .title--h2 {
  margin: 15px 0 5px;
}
.access .title--h5 {
  margin: 26px 0 0;
}
/* sidecolumn
----------------------------------------------- */
.sidecolumn {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.sidecolumn__column:first-child {
  width: 236px;
}
.sidecolumn__column:last-child {
  width: calc(100% - 300px);
}
/* pc
----------------------------------------------- */
@media print, screen and (min-width:1000px) {
  /* body
	----------------------------------------------- */
  body {}
  /* br
	----------------------------------------------- */
  .sp {
    display: none;
  }
  /* nav
	----------------------------------------------- */
  .nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 113px;
    font-family: 'Noto Serif JP', serif;
    background-color: #fff;
    z-index: 4;
  }
  .nav:before, .nav:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #cfcecd;
    z-index: -1;
    opacity: 0;
  }
  .nav__outer {
    margin: 0 48px 0 282px;
  }
  .nav__inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 113px;
  }
  .nav__main {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 28px 0 0;
    height: 53px;
  }
  .nav__lists {
    display: flex;
    margin: 0 0 0 -28px;
    order: 2;
  }
  .nav__list {
    position: relative;
    margin: 0 0 0 28px;
    z-index: 1;
  }
  .nav__list > a {
    display: flex;
    align-items: flex-end;
    position: relative;
    height: 27px;
    color: #594d3b;
    font-size: 13px;
    text-indent: 0;
    letter-spacing: 0;
    text-decoration: none;
    z-index: 1;
  }
  .nav__list a:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    height: 1px;
    background-color: #695e4e;
    z-index: 1;
  }
  .nav__list--subnav > a:after {
    display: inline-block;
    content: "";
    margin: 0 0 -1px 3px;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    background-image: url(../img/common/anchor_plus.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 9px 9px;
    background-color: #403b31;
  }
  .nav__lists--sub {
    margin: 0 0 0 -25px;
    order: 1;
  }
  .nav__lists--sub .nav__list {
    margin: 0 0 0 25px;
  }
  .nav__lists--sub .nav__list a {
    align-items: flex-start;
    height: 26px;
    color: #594d3b;
    font-size: 12px;
  }
  .nav__lists--sub .nav__list a:before {
    bottom: 6px;
  }
  .nav__lists--sub li.nav__list::before {
    content: url(../img/common/arrow_right.png);
    margin-right: .5em;
    position: relative;
    left: -14px;
    top: 14px;
  }
  .nav__sublists {
    position: absolute;
    top: 56px;
    left: 0;
    padding: 0 0 20px;
    width: 235px;
    border: 1px solid #cfcecd;
    border-top: 0;
    background-color: #fff;
    box-sizing: border-box;
    z-index: 1;
  }
  .nav__sublist {
    font-size: 13px;
    line-height: 36px;
  }
  .nav__sublist:first-child {
    margin-top: -10px;
  }
  .nav__sublist > a {
    display: inline-block;
    position: relative;
    padding: 0 0 0 24px;
    font-size: 13px;
    text-decoration: none;
    letter-spacing: 0;
    z-index: 1;
  }
  .nav__sublist > a:before {
    left: 24px;
    bottom: 4px;
  }
  .nav__reservation {
    width: 94px;
  }
  .nav__reservation a {
    display: block;
    height: 53px;
    text-decoration: none;
    background-color: #403b31;
  }
  .nav__reservation span {
    display: block;
    color: #fefefe;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    text-indent: 0.04em;
    letter-spacing: 0.04em;
    line-height: 52px;
  }
  /* current */
  .current--home .nav__list--home > a:before, .current--about .nav__list--about > a:before, .current--treatment .nav__list--treatment > a:before, .current--access .nav__list--access > a:before, .current--recruit .nav__list--recruit > a:before, .current--procedures .nav__list--procedures > a:before, .current--faq .nav__list--faq > a:before {
    transform: scaleX(1);
  }
  /* initial */
  .nav__sublists {
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    transition-property: visibility, opacity;
    transition-duration: 0s, 0.5s;
    transition-delay: 0.5s, 0s;
    will-change: visibility, opacity;
  }
  /* down */
  .nav__list--down > a:after {
    background-image: url(../img/common/anchor_minus.svg);
  }
  .nav__sublists--down {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
  }
  /* hover */
  .nav__list a {
    transition-property: opacity;
    transition-duration: 0.35s;
    will-change: opacity;
  }
  .nav__list a:before {
    transform: scaleX(0);
    transform-origin: right;
    transition-property: transform;
    transition-duration: 0.35s;
    will-change: transform;
  }
  .nav__reservation a {
    transition-property: background-color;
    transition-duration: 0.35s;
    will-change: background-color;
  }
  .nav:hover {
    background-color: #fff !important;
  }
  .nav:hover:before {
    opacity: 1;
  }
  .nav__list a:hover {
    opacity: 0.6;
  }
  .nav__list a:hover:before {
    transform: scaleX(1);
    transform-origin: left;
  }
  .nav__reservation a:hover {
    background-color: rgba(105, 94, 78, 0.7);
  }
  /* ready */
  .js-nav-ready {
    transition-property: visibility, opacity, background-color;
    transition-duration: 0.5s;
    transition-delay: 0s;
    will-change: visibility, opacity, background-color;
  }
  .js-nav-ready:before, .js-nav-ready:after {
    transition-property: opacity;
    transition-duration: 0.5s;
    will-change: opacity;
  }
  /* compact */
  .js-nav-compact:after {
    opacity: 1;
  }
  /* hide */
  .js-nav-hide {
    /*pointer-events: none;
    visibility: hidden;
    opacity: 0;
    transition-delay: 0.5s, 0s;*/
  }
  /* pageup
	----------------------------------------------- */
  .pageup__icon, .pageup__icon:after {
    transition-property: opacity, transform;
    transition-duration: 0.25s;
  }
  /* hover */
  .pageup__icon:hover {
    opacity: 0.6;
  }
  .pageup__icon:hover:after {
    transform: translateY(-3px);
  }
  /* retina
	----------------------------------------------- */
  @media only screen and (-webkit-min-device-pixel-ratio: 2) {}
}
/* mobile
----------------------------------------------- */
@media only screen and (max-width:999px) {
  /* body
	----------------------------------------------- */
  body {}
  /* br
	----------------------------------------------- */
  .pc {
    display: none;
  }
  /* egg
	----------------------------------------------- */
  .egg {
    width: 225px;
    height: 295px;
  }
  .egg__obj {
    background-size: 675px 295px;
  }
  .egg__obj:nth-child(1) {
    background-position: 0 0;
  }
  .egg__obj:nth-child(2) {
    background-position: -225px 0;
  }
  .egg__obj:nth-child(3) {
    background-position: -450px 0;
  }
  /* eggbg
	----------------------------------------------- */
  .eggbg {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -147px 0 0 -112px;
    z-index: -1;
  }
  /* initial */
  .eggbg {
    opacity: 0;
    transform: scale(0.95);
  }
  /* ready */
  .js-eggbg-ready {
    transition-property: opacity, transform;
    transition-duration: 0.5s;
  }
  /* open */
  .js-eggbg-open {
    opacity: 1;
    transform: scale(1);
  }
  /* header
	----------------------------------------------- */
  .header {
    height: 63px;
  }
  .header__logo {
    width: 168px;
    height: 63px;
  }
  .header__logo a {
    margin: 0 0 0 20px;
    width: 126px;
    height: 37px;
    background-size: 252px 37px;
  }
  /* footer
	----------------------------------------------- */
  .footer {
    padding: 1px 0 72px;
  }
  .footer__copyright {
    font-size: 10px;
  }
  /* nav
	----------------------------------------------- */
  .nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-family: 'Noto Serif JP', serif;
    background-color: #fff;
    z-index: 4;
  }
  .nav__outer {
    position: absolute;
    top: 63px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
  }
  .nav__inner {
    margin: 0 45px;
    padding: 0 0 65px;
  }
  .nav__list {
    position: relative;
    border-bottom: 2px solid #cdae85;
    z-index: 1;
  }
  .nav__list > a {
    display: flex;
    align-items: center;
    position: relative;
    height: 60px;
    color: #594d3b;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    text-indent: 0.1em;
    letter-spacing: 0.1em;
    z-index: 1;
  }
  .nav__list > a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    margin: -8px 0 0;
    width: 16px;
    height: 16px;
    background-image: url(../img/common/anchor_arrow_right.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 8px 8px;
    background-color: #403b31;
    z-index: 1;
  }
  .nav__list--subnav > a:after {
    display: none;
  }
  .nav__list--opener {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 1;
  }
  .nav__list--opener:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    margin: -8px 0 0;
    width: 16px;
    height: 16px;
    background-image: url(../img/common/anchor_plus.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 9px 9px;
    background-color: #403b31;
    z-index: 1;
  }
  .nav__lists--sub {
    display: flex;
    justify-content: space-between;
    margin: 0 0 0 -15px;
    max-height: none;
  }
  .nav__lists--sub .nav__list {
    margin: 0 0 0 15px;
    width: calc(50% - 15px);
    border-bottom: none;
  }
  .nav__lists--sub .nav__list a {
    font-size: 14px;
    border-bottom: none;
  }
  .nav__sublist {
    font-size: 13px;
    line-height: 36px;
  }
  .nav__sublist:first-child {
    margin: -10px 0 0;
  }
  .nav__sublist:last-child {
    padding: 0 0 15px;
  }
  .nav__sublist > a {
    display: block;
    color: #594d3b;
    text-decoration: none;
  }
  .nav__reservation {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
  .nav__reservation a {
    display: block;
    position: relative;
    height: 53px;
    text-decoration: none;
    background-color: #403b31;
    z-index: 1;
  }
  .nav__reservation span {
    display: block;
    color: #fefefe;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-indent: 0.1em;
    letter-spacing: 0.1em;
    line-height: 52px;
  }
  .nav__reservation a:after {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 16px;
    height: 16px;
    background-image: url(../img/common/anchor_arrow_right.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 9px;
    background-color: #594d3b;
    z-index: 1;
  }
  /* ready */
  .nav__sublists--ready {
    overflow: hidden;
    transition-property: height;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.85, 0, 0.15, 1);
    will-change: height;
  }
  /* open */
  .js-nav-opener-open:after {
    background-image: url(../img/common/anchor_minus.svg);
  }
  /* initial */
  .js-nav {
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
  }
  /* ready */
  .js-nav-ready {
    transition-property: visibility, opacity;
    transition-duration: 0.65s;
    transition-delay: 0.65s, 0s;
  }
  /* open */
  .js-nav-open {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
  }
  /* menu
	----------------------------------------------- */
  .menu {
    right: 0;
    background-color: #fff;
  }
  .menu:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #cfcecd;
    z-index: -1;
    opacity: 0;
  }
  .menu__inner {
    margin: 0 0 0 20px;
  }
  .menu__logo {
    width: 168px;
    height: 63px;
  }
  .menu__logo a {
    width: 126px;
    height: 37px;
    background-position: -126px 0;
    background-size: 252px 37px;
  }
  .menu__reservation {
    display: block;
    position: absolute;
    top: 8px;
    right: 8px;
    pointer-events: auto;
    z-index: 1;
  }
  .menu__reservation a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    height: 46px;
    color: #fff;
    font-family: 'Noto Serif JP', serif;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-indent: 0em;
    letter-spacing: 0em;
    line-height: 14px;
    background-color: #413C32;
  }
  .menu__icons {
    position: absolute;
    top: 0;
    right: 5px;
    width: 60px;
    height: 63px;
    pointer-events: auto;
    cursor: pointer;
    z-index: 1;
  }
  .menu__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -12px;
    width: 24px;
    height: 12px;
    background-image: url(../img/common/menu.svg);
    background-repeat: no-repeat;
    background-size: 48px 12px;
    z-index: 1;
  }
  .menu__icon--open {
    background-position: 0 0;
  }
  .menu__icon--close {
    background-position: -24px 0;
  }
  .menu__reservation--blur {
    pointer-events: none;
  }
  .menu__reservation--blur a {
    color: rgba(255, 255, 255, 0.5);
    background-color: rgba(64, 59, 49, 0.5);
  }
  /* compact */
  .js-menu-compact:after {
    opacity: 1;
  }
  /* initial */
  .menu__icon--close {
    transform: rotate(0.09deg) scale(0);
  }
  /* ready */
  .js-menu-ready:after {
    transition-property: opacity;
    transition-duration: 0.5s;
  }
  .menu__icons--ready .menu__icon--open, .menu__icons--ready .menu__icon--close {
    transition-property: transform;
    transition-duration: 0.35s;
    transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  }
  /* open */
  .js-menu-open:after {
    opacity: 1;
  }
  .menu__icons--open .menu__icon--open {
    transform: scaleX(0);
    transition-delay: 0s;
  }
  .menu__icons--open .menu__icon--close {
    transform: rotate(1deg) scale(1);
  }
  /* pageup
	----------------------------------------------- */
  .pageup {
    width: 60px;
    height: 60px;
  }
  .pageup__icon {
    width: 45px;
    height: 45px;
  }
  .pageup__icon:after {
    margin: -5px 0 0 -5px;
    width: 10px;
    height: 10px;
    background-size: 10px;
  }
  /* main
	----------------------------------------------- */
  .main {
    margin: 60px 0 0;
  }
  /* content
	----------------------------------------------- */
  .content__outer {
    margin: 0 45px;
  }
  .content__inner {
    max-width: initial;
  }
  /* aside
	----------------------------------------------- */
  .aside .content__inner {
    padding: 72px 0;
  }
  /* clinictime
	----------------------------------------------- */
  .clinictime__columns {
    display: block;
  }
  .clinictime__column:first-child, .clinictime__column:last-child {
    width: auto;
  }
  .clinictime__label {
    top: -10px;
    left: auto;
    right: -15px;
  }
  .clinictime__label img {
    width: auto;
    height: 206px;
  }
  /* table */
  .clinictime__table {
    margin: 20px -15px 0;
  }
  .clinictime__table th, .clinictime__table td {
    padding: 6px 0;
    font-size: 10px;
    line-height: 16px;
  }
  .clinictime__table thead th {
    padding: 6px 0;
    width: 17.46%;
  }
  .clinictime__table thead td {
    padding: 6px 0;
    width: 11.79%;
  }
  .clinictime__table tbody th {
    font-size: 11px;
  }
  .clinictime__table i {
    width: 8px;
    height: 8px;
  }
  .clinictime__table u {
    width: 6px;
  }
  .clinictime__time, .clinictime__detail {
    font-size: 10px;
    line-height: 16px;
  }
  .clinictime__time {
    padding: 23px 0 13px;
  }
  .clinictime__detail {
    padding: 23px 0 0;
  }
  .clinictime__notes .notes {
    font-size: 10px;
    line-height: 16px;
  }
  .clinictime__lists .lists {
    font-size: 10px;
    line-height: 16px;
  }
  .clinictime__lists .lists:after {
    display: none;
  }
  /* title */
  .clinictime .title--h2 {
    margin: -10px 0 13px;
  }
  /* textline */
  .clinictime .textline {
    font-size: 12px;
    line-height: 27px;
  }
  /* sns
	----------------------------------------------- */
  .sns {
    margin: 72px 0 0;
  }
  .sns__columns {
    display: block;
  }
  .sns__column:first-child, .sns__column:last-child {
    width: auto;
  }
  .sns__links {
    display: block;
    margin: 23px 0 0;
  }
  .sns__link, .sns__link:first-child {
    margin: 1px 0 0;
    width: auto;
  }
  .sns__link:first-child {
    margin: 0;
  }
  .sns__icon {
    right: 25px;
    margin: -12px 0 0;
    width: 24px;
  }
  /* title */
  .sns .title--h2 {
    margin: -10px 0 13px;
  }
  /* panelbutton */
  .sns__link .panelbutton {
    padding: 35px 0;
  }
  .sns__link .panelbutton__label {
    margin: 0 25px;
  }
  /* access
	----------------------------------------------- */
  .access {
    margin: 72px 0 0;
  }
  .access__columns {
    display: block;
  }
  .access__column {
    width: auto;
  }
  .access__image {
    margin: 0 -15px;
  }
  .access__more {
    display: block;
    margin: 0;
  }
  .access__label {
    bottom: -10px;
    z-index: 1;
  }
  .access__label img {
    width: auto;
    height: 42px;
  }
  /* title */
  .access .title--h2 {
    margin: 18px 0 8px;
  }
  .access .title--h5 {
    margin: 30px 0 3px;
  }
  /* sidecolumn
	----------------------------------------------- */
  .sidecolumn {
    display: block;
  }
  .sidecolumn__column:first-child, .sidecolumn__column:last-child {
    width: auto;
  }
}
/* fademask
----------------------------------------------- */
.fademask {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.fademask:after {}
/* ready */
.js-indicate-ready.fademask:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 1;
}
.js-indicate-ready.fademask img {
  transform: translateX(-10%);
}
/* start */
.js-indicate-start.fademask:after {
  transform: scaleX(0);
  transform-origin: right;
  transition-property: transform;
  transition-duration: 0.85s;
  transition-timing-function: cubic-bezier(0.83, 0, 0.17, 1);
}
.js-indicate-start.fademask img {
  transform: translateX(0);
  transition-property: transform;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.76, 0, 0.24, 1);
}
/* indicate
----------------------------------------------- */
/* ready */
.js-indicate-ready.js-indicate-btin {
  opacity: 0;
  transform: translateY(50%);
}
.js-indicate-ready.js-indicate-ltin {
  opacity: 0;
  transform: translateX(-50%);
}
.js-indicate-ready.js-indicate-rtin {
  opacity: 0;
  transform: translateX(50%);
}
/* start */
.js-indicate-start.js-indicate-btin, .js-indicate-start.js-indicate-ltin, .js-indicate-start.js-indicate-rtin {
  opacity: 1;
  transform: translate(0);
  transition-property: opacity, transform;
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0.83, 0, 0.17, 1);
}
.js-indicate-start.js-indicate-btin {
  transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
}
/* keyframes
----------------------------------------------- */
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes egg {
  0% {
    opacity: 1;
    transform: rotate(0deg) scale(1, 1);
  }
  25% {
    opacity: 0.2;
    transform: rotate(10deg) scale(1.05, 1);
  }
  50% {
    opacity: 1;
    transform: rotate(0deg) scale(1, 1);
  }
  75% {
    opacity: 0.2;
    transform: rotate(-10deg) scale(1, 1.05);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1, 1);
  }
}
.btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 300px;
  height: 60px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
}
.btn a:hover {
  color: #f2f2f2;
}
.btn02 a {
  background-color: #6b5945;
  border: 1px solid #6b5945;
  border-radius: 35px;
}
.btn02 a:hover {
  background-color: #816b53;
  border: 1px solid #333;
}
.btn02 a::before {
  content: '';
  position: absolute;
  top: calc(50% - 5px);
  right: -35px;
  transform: rotate(30deg);
  width: 12px;
  height: 1px;
  background-color: #333;
}
.btn02 a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -35px;
  transform: translateY(-50%);
  width: 70px;
  height: 1px;
  background-color: #333;
}
/*----------------------------
spacer
-----------------------------*/
/* padding */
.pt0 {
  padding-top: 0px !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pt60 {
  padding-top: 60px !important;
}
.pt70 {
  padding-top: 70px !important;
}
.pt80 {
  padding-top: 80px !important;
}
.pt90 {
  padding-top: 90px !important;
}
.pt100 {
  padding-top: 100px !important;
}
.pb0 {
  padding-bottom: 0px !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pb60 {
  padding-bottom: 60px !important;
}
.pb70 {
  padding-bottom: 70px !important;
}
.pb80 {
  padding-bottom: 80px !important;
}
.pb90 {
  padding-bottom: 90px !important;
}
.pb100 {
  padding-bottom: 100px !important;
}
.pl0 {
  padding-left: 0px !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pl50 {
  padding-left: 50px !important;
}
.pr0 {
  padding-right: 0px !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.pr50 {
  padding-right: 50px !important;
}
/* margin */
.mt0 {
  margin-top: 0px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mt90 {
  margin-top: 90px !important;
}
.mt100 {
  margin-top: 100px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.ml0 {
  margin-left: 0px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.mr0 {
  margin-right: 0px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.text-center {
  text-align: center !important;
}
.box {
  border: 5px double #aaa;
  padding: 2em;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.item-list {
  padding: 0 10px 0 10px;
}
.item-list ul {
  margin-left: -10px;
  /*overflow:hidden;*/
  background-color: transparent;
}
.item-list ul li {
  list-style-type: none;
  float: left;
  padding-left: 20px;
}
ul.cols-1 li {
  width: 100%;
}
ul.cols-2 li {
  width: 50%;
}
ul.cols-3 li {
  width: 33.33333%;
}
ul.cols-4 li {
  width: 25%;
}
ul.cols-5 li {
  width: 20%;
}
ul.cols-6 li {
  width: 16.66666%;
}
ul.cols-7 li {
  width: 14.28571%;
}
ul.cols-8 li {
  width: 12.5%;
}
@media only screen and (max-width: 767px) {
  ul.cols-4 li, ul.cols-5 li, ul.cols-6 li, ul.cols-7 li, ul.cols-8 li {
    width: 33%;
  }
  ul.cols-3 li {
    width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  ul[class*='cols-'] > li {
    width: 100%;
  }
}
ul.cp_list {
  padding: 0.5em;
  list-style-type: none;
}
ul.cp_list li {
  position: relative;
  padding: 0.5em 0.3em 0.5em 1.3em;
}
ul.cp_list li::before, ul.cp_list li::after {
  position: absolute;
  content: '';
  display: inline-block;
}
ul.cp_list li::after {
  top: .6em;
  left: 0em;
  width: 14px;
  height: 14px;
  background-color: #6b5945;
  border-radius: 100%;
}
ul.cp_list li::before {
  z-index: 2;
  top: 0.85em;
  left: 0.15em;
  width: 4px;
  height: 4px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
.bg-1 {
  background-image: url(../img/home/bg-1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 150px 20px;
  text-align: center;
}
.bg-white {
  background-color: rgba(255, 255, 255, 0.85);
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}
.parent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /*align-items: center;*/
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix:before {
  content: "";
  display: block;
  clear: both;
}
.clearfix {
  display: block;
}
/* アンカーのずれを調整 */
#anchor1, #anchor2, #anchor3 {
  margin-top: -150px;
  padding-top: 150px;
}