@charset "UTF-8";
/*#ffffffe8*/
h2 {
  font-size: 3.6rem;
  font-weight: normal;
}

h3 {
  font-size: 3.2rem;
  font-weight: normal;
}

h4 {
  font-size: 2.6rem;
  font-weight: normal;
}

.pc_disp {
  display: none !important;
}

.fv-area img {
  display: block;
  width: 100%;
  display: none;
}

html, body {
  overflow-x: hidden;
}

body {
  width: 100%;
  line-height: 1.5;
}

section, .doctor_area {
  padding: 4rem 1rem;
}

section {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

section h3 {
  text-align: center;
  font-size: 4.8rem;
  line-height: 4.2rem;
}
section h3 span {
  display: block;
  font-size: 2rem;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
header .hide_top {
  width: 100%;
  opacity: 0.8;
  z-index: -1;
}
header .inner {
  width: 100%;
}
header .inner > a {
  display: block;
  margin: 1rem;
}
header .inner .logo_img, header .inner picture {
  display: block;
}
header .inner h1 {
  width: 20vw;
  min-width: 120px;
  border-radius: 0 0 20px 20px;
  position: absolute;
  top: 0;
  left: 2%;
  background: #fff;
  padding: 1.4rem 1.1rem 0.8rem 1.2rem;
}
header .inner .header_info {
  position: absolute;
  right: 6.8rem;
}
header .inner .header_info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
}
header .inner .header_info ul li span {
  font-size: 3rem;
  margin-top: 0.5rem;
}
header .inner .header_info ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 7rem;
  height: 6.6rem;
  color: #fff;
  padding-top: 0.5rem;
}
header .inner .header_info ul li:nth-child(1) a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f3c5";
  line-height: 1;
  margin: 0 0px 0 0;
  font-weight: bold;
}
header .inner .header_info ul li:nth-child(1) a {
  background-color: #f2a27d;
}
header .inner .header_info ul li:nth-child(2) a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f879";
  line-height: 1;
  margin: 0 0px 0 0;
  font-weight: bold;
}
header .inner .header_info ul li:nth-child(2) a {
  background-color: #00b096;
}
header .inner .logo_img img {
  width: 100%;
}
header .inner .logo_img span.tent_name {
  font-size: 1.4rem;
  color: #976539;
  display: block;
  text-align: center;
  font-size: 1.2rem;
  margin: -9px 0 0px;
  color: #976539;
}
header .inner .row_tyoe {
  width: 200px;
  padding-top: 0.5rem;
  margin-left: -0.5rem;
}
header .menu_wrapper {
  position: relative;
  width: 100%;
  /* ハンバーガーがXに変形 */
  /* オーバーレイ背景 */
  /* メニュー本体（左から出す） */
}
header .menu_wrapper .menu_icon {
  width: 55px;
  height: 55px;
  position: fixed; /* ← fixedにして常に左上固定 */
  top: 8px;
  right: 2%;
  cursor: pointer;
  z-index: 3;
  display: inline-block;
  background: rgba(255, 255, 255, 0.831372549);
  border-radius: 50%;
}
header .menu_wrapper .menu_icon_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 55px;
}
header .menu_wrapper .menu_icon span {
  display: block;
  height: 5px;
  width: 60%;
  margin: 6px auto 0;
  background: #333;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header .menu_wrapper .menu_icon span:nth-child(1) {
  margin-top: 0;
}
header .menu_wrapper .menu_icon span:nth-child(1) {
  background-color: #00b096;
}
header .menu_wrapper .menu_icon span:nth-child(2) {
  background-color: #f4b3c1;
}
header .menu_wrapper .menu_icon span:nth-child(3) {
  background-color: #98cc8a;
}
header .menu_wrapper #menu_toggle {
  display: none;
}
header .menu_wrapper #menu_toggle:checked + .menu_icon span:nth-child(1) {
  -webkit-transform: translateY(12px) rotate(-45deg);
          transform: translateY(12px) rotate(-45deg);
}
header .menu_wrapper #menu_toggle:checked + .menu_icon span:nth-child(2) {
  opacity: 0;
}
header .menu_wrapper #menu_toggle:checked + .menu_icon span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
          transform: translateY(-10px) rotate(45deg);
}
header .menu_wrapper .overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 1;
}
header .menu_wrapper #menu_toggle:checked ~ .overlay {
  opacity: 1;
  pointer-events: auto;
}
header .menu_wrapper .menu {
  position: fixed;
  top: 0;
  left: -250px; /* ← 初期位置を左へ */
  width: 250px;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  -webkit-transition: left 0.4s ease;
  transition: left 0.4s ease;
  z-index: 2;
}
header .menu_wrapper #menu_toggle:checked ~ .menu {
  left: 0; /* ← 開いたときは左0へ */
}
header .menu_wrapper .menu ul {
  list-style: none;
  padding: 60px 20px;
}
header .menu_wrapper .menu li {
  margin: 20px 0;
}
header .menu_wrapper .menu a {
  text-decoration: none;
  color: #333;
  font-size: 2rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

div.mv_mainvisual {
  position: relative;
  background: rgba(255, 255, 255, 0.831372549);
  height: 90vh;
  background-image: url(../images/mv_pc.jpg);
  background-size: cover;
  background-position-x: 56%;
}
div.mv_mainvisual h2 {
  top: 30%;
}
div.mv_mainvisual img {
  width: 100%;
}
div.mv_mainvisual .mv_copy {
  position: absolute;
  bottom: 10%;
  width: 100%;
}
div.mv_mainvisual .mv_copy h2 {
  color: #6aafa5;
  font-size: 2.4rem;
  line-height: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
div.mv_mainvisual .mv_copy h2 span {
  display: block;
  background-color: #fff;
  padding: 0 10px 2px;
  margin: 0 2% 12px;
  border-radius: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
}
div.mv_mainvisual .mv_copy h2 span.fadeLeft:nth-child(1) {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
}
div.mv_mainvisual .mv_copy h2 span.fadeLeft:nth-child(2) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; /*遅延*/
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s; /*アニメ間隔*/
}
div.mv_mainvisual .mv_copy .sub_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  margin: 0 2% 2.5rem;
}
div.mv_mainvisual .mv_copy .sub_list.fadeLeft {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
}
div.mv_mainvisual .mv_copy .sub_list li:nth-child(1) {
  margin-bottom: 1rem;
  margin-right: 1rem;
}
div.mv_mainvisual .mv_copy .sub_list li {
  background: #976539;
  padding: 3px 10px 5px;
  border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
div.mv_mainvisual .mv_copy .sub_list li.fadeIn:nth-child(1) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
div.mv_mainvisual .mv_pop {
  padding: 1rem;
  position: absolute;
  bottom: 7rem;
  left: 0;
  right: 0;
  bottom: -5rem;
  margin: 0 0 0 auto;
  border-radius: 10px 0 0 10px;
  max-width: 300px;
  background: #6aafa5;
  color: #fff;
  font-weight: 500;
  text-align: center;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
}
div.mv_mainvisual .mv_pop img {
  display: block;
}
div.mv_mainvisual .mv_pop p {
  font-size: 2.2rem;
  line-height: 1.4;
}
div.mv_mainvisual .mv_pop span.small {
  font-size: 1.7rem;
}
div.mv_mainvisual .mv_pop span.number, div.mv_mainvisual .mv_pop span.big {
  margin: 0 0.5rem;
  font-size: 2.2rem;
}
div.mv_mainvisual .mv_pop span.weekday {
  background-color: #fff;
  color: #6aafa5;
  text-align: center;
  display: inline-block;
  border-radius: 50px;
  padding: 0px 4px;
  margin: -10px 0px 0 4px;
  vertical-align: middle;
  font-size: 1.7rem;
}

nav.nav_menu_list {
  position: absolute;
  bottom: 5%;
  right: 0;
  left: 0;
  margin: 0 auto;
  display: none;
}
nav.nav_menu_list ul {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(255, 255, 255, 0.831372549);
  border-radius: 2rem;
  width: 60%;
  padding: 1rem;
  margin: 0 auto;
}
nav.nav_menu_list li {
  padding-right: 1rem;
  font-size: 1.4rem;
}
nav.nav_menu_list li a {
  padding-bottom: 0.2rem;
}
nav.nav_menu_list li.active a {
  border-bottom: 1px solid #333;
}

nav.nav_menu_list ul li:last-child {
  padding-right: 0;
}

.fv-area img {
  display: block;
  width: 100%;
}

.bnr_box {
  text-align: center;
  padding: 9rem 1.5rem 0;
  background-color: #f4eee8;
}

.bnr_box img {
  max-width: 100%;
  height: auto;
}

.about_area .about_inner {
  max-width: 600px;
  margin: 0 auto;
}
.about_area .about_inner h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.about_area .about_inner h4.arch {
  font-size: 3rem;
  text-align: center;
  margin: 4rem 0 1.5rem;
}
.about_area .about_inner img.about_img {
  width: 50%;
  max-width: 250px;
  display: block;
  margin: 0 auto 2rem;
}
.about_area .about_inner p {
  text-align: center;
}

.doctor_area {
  background: #f4eee8;
  padding: 4rem 1.5rem 6rem;
}
.doctor_area h3 {
  color: #976539;
  margin-bottom: 2rem;
  text-align: center;
}

.greeting_box, .historyFlex, .feature ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.greeting_box {
  margin-bottom: 2rem;
  background: #fff;
  padding: 1.5rem 1.5rem 1rem;
  border-radius: 16px;
}
.greeting_box h4 {
  font-weight: 700;
  font-size: 2rem;
  color: #6aafa5;
  font-weight: 700;
  margin: 0 0 1.5rem;
}
.greeting_box img.greeting_img {
  width: 100%;
  margin: 1.5rem 0 0rem;
  border-radius: 10px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  background: #f8f8f8;
}
.greeting_box .item {
  width: 100%;
}
.greeting_box .item:nth-child(1) {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.greeting_box .item:nth-child(2) {
  background: #ccc;
  height: 50vh;
}
.greeting_box .doctor_name {
  text-align: right;
  margin: 2rem 0 0.5rem 0;
  padding: 0 0px 0 0;
  font-size: 1.7rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.greeting_box .doctor_name span {
  margin-right: 10px;
}
.greeting_box .doctor_name ruby {
  font-size: 30px;
  margin: 10px 0 0;
}
.greeting_box .doctor_name rb {
  letter-spacing: 0.2em;
  padding-left: 0.2em;
  font-weight: 400;
}
.greeting_box .doctor_name rt {
  font-size: 12px;
  display: ruby-text;
  text-indent: 0px;
  line-height: normal;
  -webkit-text-emphasis: none;
  text-emphasis: none;
  letter-spacing: -1.65rem;
  line-height: 1;
}

.historyFlex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.historyFlex div h4 {
  color: #976539;
  font-weight: normal;
  margin-bottom: 0.8rem;
  text-align: center;
}
.historyFlex .history {
  margin-bottom: 2rem;
}
.historyFlex .history, .historyFlex .qualification {
  border-radius: 24px;
  padding: 0.8rem 1.5rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}
.historyFlex .history dl, .historyFlex .history li, .historyFlex .qualification dl, .historyFlex .qualification li {
  margin: 0;
  padding: 1rem 0;
  border-bottom: 1px dotted #ccc;
}
.historyFlex .history dl:last-child, .historyFlex .history li:last-child, .historyFlex .qualification dl:last-child, .historyFlex .qualification li:last-child {
  border-bottom: 0;
}

.feature ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.feature h3 {
  color: #976539;
  text-align: center;
  margin-bottom: 3rem;
}
.feature li {
  margin-bottom: 4.5rem;
}
.feature li:last-child {
  margin-bottom: 0;
}
.feature li p.img-area {
  position: relative;
  margin: 0 auto;
  width: 350px;
}
.feature li p.img-area img {
  display: block;
  width: 75%;
  background-size: cover;
  border-radius: 20px;
  margin: 0 auto 1rem;
  border-radius: 108px 35px;
}
.feature p.list_title {
  text-align: center;
  font-weight: bold;
  margin: 1.5rem 0 1rem;
  font-size: 2.2rem;
  color: #976539;
}
@media screen and (min-width: 480px) {
  .feature p.list_title + p {
    text-align: center;
  }
}
.feature li:last-child {
  margin-right: 0;
}
.feature li:nth-child(1) p.img-area::before {
  content: "1";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #b9a28e;
  position: absolute;
  top: -35px;
  left: 2.5rem;
  font-size: 6rem;
  margin: 0 auto;
  border-radius: 25px;
}
.feature li:nth-child(2) p.img-area::before {
  content: "2";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #b9a28e;
  position: absolute;
  top: -35px;
  left: 2.5rem;
  font-size: 6rem;
  margin: 0 auto;
  border-radius: 25px;
}
.feature li:nth-child(3) p.img-area::before {
  content: "3";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #b9a28e;
  position: absolute;
  top: -35px;
  left: 2.5rem;
  font-size: 6rem;
  margin: 0 auto;
  border-radius: 25px;
}
.feature li:nth-child(4) p.img-area::before {
  content: "4";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #b9a28e;
  position: absolute;
  top: -35px;
  left: 2.5rem;
  font-size: 6rem;
  margin: 0 auto;
  border-radius: 25px;
}

.access_area {
  position: relative;
  background: #dceadf;
}
.access_area h3 {
  position: absolute;
  top: 8rem;
  width: 100%;
  color: #976539;
  margin: 0 auto 0.8rem;
  z-index: 100;
}
.access_area button.mapBtn {
  display: block;
  margin: 1rem 0;
  background: #a5815f;
  padding: 1rem 1.5rem;
  border-radius: 25px;
  color: #fff;
  font-size: 1.7rem;
}
.access_area button.mapBtn:focus {
  outline: 2px solid #976539;
}
.access_area button.mapBtn:visited {
  background-color: #b9a28e;
}
.access_area button.mapBtn:before {
  font-family: "Font Awesome 5 Free";
  content: "\f3c5";
  line-height: 1;
  margin: 0 5px 0 0;
  padding: 0;
  font-weight: 700;
  font-size: 14px;
}
.access_area button.mapBtn:after {
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  line-height: 1;
  margin: 0 0 0 7px;
  padding: 0;
  font-weight: 700;
  font-size: 14px;
}
.access_area .inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 1rem;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}
.access_area .inner .access_logo img {
  display: block;
  width: 200px;
  margin: 0 auto;
}
.access_area .inner .access_logo:focus {
  outline: 2px solid #976539;
}
.access_area .inner .detail_box {
  width: 100%;
  margin-bottom: 2rem;
}
.access_area .inner .map_box {
  width: 100%;
  border-radius: 1.6rem;
  overflow: hidden;
}
.access_area .inner .map_box iframe {
  width: 100%;
}
.access_area .inner dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2rem;
}
.access_area .inner dl dt, .access_area .inner dl dd {
  margin-bottom: 0.5rem;
}
.access_area .inner dl dt {
  width: 25%;
}
.access_area .inner dl dd {
  width: 75%;
}
.access_area #timeTable table {
  border-collapse: collapse;
  border-top: solid 1px #595757;
  border-bottom: solid 1px #595757;
  width: 100%;
  margin: 0 0 10px;
  color: #595757;
}
.access_area #timeTable table tr:nth-child(1) {
  font-weight: bold;
}
.access_area #timeTable table tr {
  border-bottom: solid 1px #595757;
  text-align: center;
}
.access_area #timeTable table th, .access_area #timeTable table td {
  vertical-align: middle;
  position: relative;
  font-size: 17px;
}
.access_area #timeTable table tr:nth-child(1) th {
  width: 100px;
  padding: 10px 0;
  color: #976539;
}
.access_area #timeTable table tr:nth-child(1) td {
  font-weight: normal;
}
.access_area #timeTable table td {
  padding: 10px 5px;
  line-height: 1.2;
}
.access_area #timeTable li {
  color: #595757;
  line-height: 1.5;
  margin: 0 0 5px;
}
.access_area #timeTable span.shapes {
  color: #a5815f;
}

footer {
  /* トップへ戻るボタン */
}
footer .copyright {
  color: #fff;
  background-color: #867c73;
  text-align: center;
  padding: 2.4rem 0;
  font-weight: 500;
  font-size: 1.4rem;
}
footer .grandeur dl {
  padding: 2rem 0;
  margin: 0;
}
footer .grandeur dt {
  font-weight: 500;
  font-size: 11px;
  color: #656464;
  margin: 0 0 5px;
  text-align: center;
}
footer .grandeur dd img {
  width: 160px;
  height: auto;
  margin: 0 auto;
  display: block;
}
footer .page_top_btn {
  position: fixed;
  bottom: 10px;
  right: 2%;
  font-weight: bold;
  padding: 0.7em;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 35px;
  height: 35px;
  background-image: url(../images/pagetop.png);
  background-size: cover;
}
footer .footer .page_top_btn a:before {
  display: inline-block;
  width: 60px;
  height: 60px;
}