@charset "UTF-8";
/* Reset
----------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  zoom: 1;
  /* hasLayout in IE */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
}

p {
  max-height: 100%;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

img {
  max-width: 100%;
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
  height: auto;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #553618;
}

a:focus {
  outline: none;
}

a img {
  border: none;
}

button,
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

textarea {
  overflow: auto;
}

label {
  cursor: pointer;
}

.clearfix:after {
  display: block;
  visibility: hidden;
  content: ".";
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

a {
  text-decoration: none;
  color: #4d4545;
}

a:hover {
  opacity: 0.7;
  cursor: pointer;
  transition: 0.4s ease;
}

a[href^="tel:"] {
  pointer-events: auto;
}

strong {
  font-weight: normal;
}

ul, ol {
  list-style-type: none;
}

body {
  position: relative;
  width: 100%;
  min-width: 1280px;
  font-family: "Noto serif jp", serif;
  box-sizing: border-box;
  color: #4d4545;
}

.sp {
  display: none;
}

.sec_text {
  font-family: "noto sans jp", sans-serif;
  line-height: 2;
  text-align: justify;
}

@media screen and (max-width: 768px) {
  body {
    min-width: 360px;
    margin-bottom: 80px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  a:hover {
    opacity: 1;
    transition: none;
  }
}
.header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 112px;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  padding: 0 0 0 10px;
}
.header .header_left {
  padding: 0 0 0 10px;
}
.header .header_left a {
  display: flex;
  align-items: center;
}
.header .page_title {
  font-family: "noto sans jp", sans-serif;
  color: #fff;
  letter-spacing: 0.1em;
}
.header .clinic_name a {
  font-size: 27px;
  font-weight: 500;
  color: #fff;
}
.header .header_right {
  display: flex;
  height: 112px;
}
.header .menu_box {
  width: 624px;
  display: flex;
  margin-right: 112px;
}
.header .reserve_btn {
  height: 112px;
  background-color: #ffcd3e;
}
.header .reserve_btn img {
  height: 100%;
  -o-object-fit: none;
     object-fit: none;
}
.header .reserve_btn_02 {
  background-color: #a48667;
  height: 112px;
}
.header .reserve_btn_02 img {
  height: 100%;
  -o-object-fit: none;
     object-fit: none;
}
.header .tel_btn {
  width: 261px;
  height: 112px;
}
.header .tel_btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 0 0 0;
  box-sizing: border-box;
  background: #39a5c0;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
}
.header .tel_btn a .num {
  padding-left: 25px;
  font-size: 28px;
  line-height: 1.2;
  color: #fff;
}
.header .tel_btn a:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 70px;
  width: 16px;
  height: 16px;
  background: url(../images/index/phone_icon.png) center/contain no-repeat;
}
.header .tel_btn a .text03 {
  font-size: 12px;
}
@media screen and (max-width: 1280px) and (min-width: 769px) {
  .header .header_right {
    display: none;
  }
  .header .tel_btn {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    padding: 10px 0 0 10px;
  }
  .header .page_title {
    font-family: "noto sans jp", sans-serif;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.1em;
  }
  .header .clinic_name a {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
  }
  .header .header_right {
    display: none;
  }
}

.ham {
  position: absolute;
  z-index: 1001;
  top: 0;
  right: 0;
  width: 112px;
  height: 112px;
  background: #fff;
}
.ham a {
  display: block;
  width: 100%;
  height: 100%;
  background: #f6b300;
  text-align: center;
}
.ham .ham_text {
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
}
.ham span {
  position: relative;
  left: 0;
  right: 0;
  display: block;
  width: 73px;
  height: 1px;
  margin: 0 auto;
  background: #fff;
  transition: 0.4s;
}
.ham span:nth-of-type(1) {
  top: 10px;
}
.ham span:nth-of-type(2) {
  top: 30px;
}
.ham span:nth-of-type(3) {
  top: 50px;
}
.ham a.active span:nth-of-type(1) {
  top: 30px;
  transform: rotate(45deg);
}
.ham a.active span:nth-of-type(2) {
  display: none;
}
.ham a.active span:nth-of-type(3) {
  top: 30px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .ham {
    display: none;
  }
}

.ham_sitemap {
  position: fixed;
  z-index: 1000;
  top: -100%;
  width: 100%;
  height: 100%;
  padding: 50px 0;
  box-sizing: border-box;
  background: rgba(248, 247, 239, 0.95);
  transition: all 0.4s ease;
  overflow: hidden;
}
.ham_sitemap .inner {
  width: 1080px;
  margin: 0 auto;
}
.ham_sitemap.active {
  top: 0;
  overflow: scroll;
}
.ham_sitemap .link_text {
  position: relative;
  padding: 0 0 0 2em;
  margin: 0 0 20px;
}
.ham_sitemap .link_text a {
  font-family: "noto sans jp", sans-serif;
  font-size: 22px;
  color: #8e7939;
}
.ham_sitemap .link_text:before {
  content: "■";
  position: absolute;
  top: 3px;
  left: 0;
  color: #f0cb62;
}
.ham_sitemap .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 20px 50px;
}
.ham_sitemap .item {
  position: relative;
  width: 25%;
  padding: 0 0 0 2em;
  margin: 0 0 20px;
  box-sizing: border-box;
}
.ham_sitemap .item:before {
  content: "－";
  position: absolute;
  top: 2px;
  left: 0;
}
.ham_sitemap .item a {
  font-family: "noto sans jp", sans-serif;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .ham_sitemap {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .sp_ham {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
  }
  .sp_ham .hamburger {
    position: absolute;
    z-index: 1000;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    background: #f6b300;
  }
  .sp_ham .hamburger:hover {
    opacity: 1;
    transition: none;
  }
  .sp_ham .ham_text {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;
  }
  .sp_ham .ham_icon {
    position: absolute;
    z-index: 500;
    top: 30px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 40px;
    height: 20px;
  }
  .sp_ham .ham_line {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 40px;
    height: 2px;
    margin: 0 auto;
    background: #fff;
    transition: 0.4s;
  }
  .sp_ham .ham_line02 {
    top: 50%;
  }
  .sp_ham .ham_line03 {
    top: 100%;
  }
  .sp_ham .ham_menu {
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(100%);
    width: 100%;
    min-width: 100%;
    height: 100%;
    padding: 100px 20px;
    box-sizing: border-box;
    background: rgba(248, 247, 239, 0.95);
    transition: 0.4s;
    overflow-y: scroll;
  }
  .sp_ham .logobox {
    margin: 0 0 100px;
    text-align: center;
  }
  .sp_ham .link_text {
    position: relative;
    padding: 0 0 0 2em;
    margin: 0 0 50px;
  }
  .sp_ham .link_text a {
    font-family: "noto sans jp", sans-serif;
    font-size: 18px;
    color: #8e7939;
  }
  .sp_ham .link_text:before {
    content: "■";
    position: absolute;
    top: 3px;
    left: 0;
    color: #f0cb62;
  }
  .sp_ham .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 50px;
  }
  .sp_ham .item {
    position: relative;
    width: 46%;
    padding: 0 0 0 1.5em;
    margin: 0 0 50px;
    box-sizing: border-box;
  }
  .sp_ham .item:before {
    content: "－";
    position: absolute;
    top: 2px;
    left: 0;
  }
  .sp_ham .item a {
    font-family: "noto sans jp", sans-serif;
    letter-spacing: 0.05em;
  }
  .sp_ham .item:nth-child(2n-1) {
    margin-right: 20px;
  }
  .sp_ham .telbox {
    max-width: 470px;
    width: 100%;
    height: 60px;
    margin: 100px auto 40px;
  }
  .sp_ham .telbox a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .sp_ham .telbox .tel_text {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
    height: 100%;
    padding: 0;
    background: #f19043;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .sp_ham .telbox .tel_num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    height: 100%;
    padding: 0;
    background: #ffcd3e;
    font-size: 20px;
    font-weight: 500;
    line-height: 60px;
    color: #fff;
    text-align: center;
    letter-spacing: 0.2em;
  }
  .sp_ham .telbox .tel_num .tel_icon {
    padding: 0 10px 0 0;
  }
  .sp_ham .telbox .tel_num .tel_icon img {
    width: 25px;
    vertical-align: middle;
  }
  .sp_ham.active {
    position: fixed;
    z-index: 9000;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    background: #f6b300;
  }
  .sp_ham.active .ham_line01 {
    top: 50%;
    transform: rotate(-45deg);
  }
  .sp_ham.active .ham_line02 {
    display: none;
  }
  .sp_ham.active .ham_line03 {
    top: 50%;
    transform: rotate(45deg);
  }
  .sp_ham.active .ham_menu {
    transform: translateX(0);
  }
}

.nav {
  padding: 30px 0;
}
.nav .list {
  display: flex;
  justify-content: center;
}
.nav .item a {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.nav .item:not(:last-of-type) {
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  .nav {
    display: none;
  }
}

.bread_crumb {
  display: flex;
  width: 1000px;
  padding: 20px 0;
  margin: 0 auto;
}
.bread_crumb .item {
  position: relative;
  font-family: "noto sans jp", sans-serif;
  color: #6a3906;
}
.bread_crumb .item:not(:first-of-type) {
  padding-left: 30px;
}
.bread_crumb .item:not(:first-of-type):before {
  content: ">";
  position: absolute;
  left: 13px;
  top: 0;
  color: rgb(77, 69, 69);
}
@media screen and (max-width: 768px) {
  .bread_crumb {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 20px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .bread_crumb .item {
    position: relative;
    font-family: "noto sans jp", sans-serif;
    color: #6a3906;
  }
  .bread_crumb .item:not(:first-of-type) {
    padding-left: 30px;
  }
  .bread_crumb .item:not(:first-of-type):before {
    content: ">";
    position: absolute;
    left: 13px;
    top: 0;
    color: rgb(77, 69, 69);
  }
}

.footer {
  padding: 100px 0 0;
}
.footer .footer_top {
  padding: 0 0 100px;
}
.footer .footer_top .logo {
  margin: 0 0 80px;
  text-align: center;
}
.footer .footer_top .flexbox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .footer_top .left {
  width: 470px;
  margin: 0 100px 0 0;
}
.footer .footer_top .left .name {
  margin: 0 0 50px;
  font-weight: 500;
  font-size: 34px;
  color: #6a3906;
}
.footer .footer_top .left .left_text {
  margin: 0 0 20px;
  font-family: "noto sans jp", sans-serif;
  font-size: 24px;
  letter-spacing: 0.1em;
  color: #4d4545;
}
.footer .footer_top .left .telbox {
  width: 470px;
}
.footer .footer_top .left .telbox a {
  display: flex;
  width: 100%;
  height: 100%;
}
.footer .footer_top .left .telbox .tel_text {
  width: 20%;
  padding: 10px 0;
  background: #f19043;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
}
.footer .footer_top .left .telbox .tel_num {
  width: 80%;
  padding: 10px 0;
  background: #ffcd3e;
  font-size: 34px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  letter-spacing: 0.2em;
}
.footer .footer_top .left .telbox .tel_num .tel_icon {
  padding: 0 10px 0 0;
}
.footer .footer_access {
  display: flex;
  font-family: "noto sans jp", sans-serif;
  letter-spacing: 0.1em;
}
.footer .footer_access .left {
  width: 35%;
  padding: 90px 30px;
  box-sizing: border-box;
  background: rgba(207, 198, 188, 0.2);
}
.footer .footer_access .left_inner {
  width: 400px;
  margin: 0 auto;
}
.footer .footer_access .left_title {
  margin: 0 0 30px;
  font-size: 26px;
  letter-spacing: 0.2em;
  color: #f19043;
}
.footer .footer_access .address_text {
  padding: 0 0 20px;
  border-bottom: 1px solid #4d4545;
  margin: 0 0 30px;
  font-size: 20px;
}
.footer .footer_access .address_text .small {
  font-size: 16px;
}
.footer .footer_access .train {
  display: flex;
  align-items: center;
  margin: 0 0 30px;
}
.footer .footer_access .train .train_icon {
  display: flex;
  justify-content: center;
  width: 70px;
  padding: 0 20px 0 0;
}
.footer .footer_access .train .train_text {
  font-size: 21px;
  font-weight: 500;
}
.footer .footer_access .parking {
  display: flex;
  align-items: center;
}
.footer .footer_access .parking .parking_icon {
  display: flex;
  justify-content: center;
  width: 70px;
  padding: 0 20px 0 0;
}
.footer .footer_access .parking .parking_text {
  font-size: 16px;
  font-weight: 500;
}
.footer .footer_access .parking .parking_text .small {
  font-size: 14px;
  font-weight: 500;
}
.footer .footer_access .google_map {
  width: 65%;
}
.footer .footer_access .google_map iframe {
  width: 100%;
  height: 100%;
}
.footer .footer_recruit a {
  display: flex;
  width: 100%;
  height: 100%;
}
.footer .footer_recruit .recruit_image {
  position: relative;
  width: 65%;
  height: 443px;
  background: url(../images/index/staff01.jpg) center/cover no-repeat;
}
.footer .footer_recruit .recruit_image img {
  position: absolute;
  left: 10%;
  bottom: 10%;
}
.footer .footer_recruit .textbox {
  width: 35%;
  padding: 150px 0 0;
  background: #ffcd3e;
  text-align: center;
}
.footer .footer_recruit .recruit_text {
  position: relative;
  margin: 0 0 50px;
  font-size: 47px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #fff;
  text-shadow: 0 0 2px #fff;
}
.footer .footer_recruit .recruit_text:before {
  content: "RECRUIT";
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  font-family: "noto sans jp", sans-serif;
  font-size: 35px;
  letter-spacing: 0.1em;
  color: #6a3906;
}
.footer .footer_recruit .logo {
  margin: 0 0 30px;
}
.footer .footer_recruit .btn {
  width: 327px;
  margin: 0 auto;
  padding: 15px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 23px;
  letter-spacing: 0.1em;
  font-family: "noto sans jp", sans-serif;
}
.footer .footer_sitemap {
  padding: 60px 0;
  background: #f8f7ef;
  font-family: "noto sans jp", sans-serif;
  line-height: 3;
}
.footer .footer_sitemap .sitemap_inner {
  display: flex;
  justify-content: space-between;
  width: 1080px;
  margin: 0 auto;
}
.footer .footer_sitemap .site_link a {
  font-size: 20px;
  color: #b79530;
}
.footer .footer_sitemap .about_item, .footer .footer_sitemap .medical_item, .footer .footer_sitemap .recruit_item {
  position: relative;
  padding: 0 0 0 2em;
}
.footer .footer_sitemap .about_item:before, .footer .footer_sitemap .medical_item:before, .footer .footer_sitemap .recruit_item:before {
  content: "－";
  position: absolute;
  top: 5px;
  left: 0;
}
.footer .footer_sitemap .about_item a, .footer .footer_sitemap .medical_item a, .footer .footer_sitemap .recruit_item a {
  font-size: 18px;
  font-weight: 400;
}
.footer .sitemap_middle .flexbox {
  display: flex;
  justify-content: space-between;
}
.footer .sitemap_middle .flexbox .medical_list:nth-of-type(1) {
  margin: 0 30px 0 0;
}
.footer .copy {
  padding: 15px;
  text-align: center;
  font-family: "noto sans jp", sans-serif;
  font-size: 20px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 100px 0 0;
  }
  .footer .footer_top {
    padding: 0 20px 50px;
    box-sizing: border-box;
  }
  .footer .footer_top .logo {
    margin: 0 0 50px;
    text-align: center;
  }
  .footer .footer_top .flexbox {
    display: block;
    justify-content: center;
    align-items: center;
  }
  .footer .footer_top .left {
    max-width: 470px;
    width: 100%;
    margin: 0 auto 30px;
  }
  .footer .footer_top .left .name {
    margin: 0 0 30px;
    font-weight: 500;
    font-size: 22px;
    color: #6a3906;
    text-align: center;
  }
  .footer .footer_top .left .left_text {
    margin: 0 0 20px;
    font-family: "noto sans jp", sans-serif;
    font-size: 20px;
    letter-spacing: 0.1em;
    color: #4d4545;
    text-align: center;
  }
  .footer .footer_top .left .telbox {
    max-width: 470px;
    width: 100%;
    height: 60px;
    margin: 0 auto 40px;
  }
  .footer .footer_top .left .telbox a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .footer .footer_top .left .telbox .tel_text {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
    height: 100%;
    padding: 0;
    background: #f19043;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .footer .footer_top .left .telbox .tel_num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    height: 100%;
    padding: 0;
    background: #ffcd3e;
    font-size: 20px;
    font-weight: 500;
    line-height: 60px;
    color: #fff;
    text-align: center;
    letter-spacing: 0.2em;
  }
  .footer .footer_top .left .telbox .tel_num .tel_icon {
    padding: 0 10px 0 0;
  }
  .footer .footer_top .left .telbox .tel_num .tel_icon img {
    width: 25px;
    vertical-align: middle;
  }
  .footer .footer_top .time_table {
    text-align: center;
  }
  .footer .footer_access {
    display: block;
    font-family: "noto sans jp", sans-serif;
    letter-spacing: 0.1em;
  }
  .footer .footer_access .left {
    width: 100%;
    padding: 30px 20px;
    box-sizing: border-box;
    background: rgba(207, 198, 188, 0.2);
  }
  .footer .footer_access .left_inner {
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
  }
  .footer .footer_access .left_title {
    margin: 0 0 30px;
    font-size: 20px;
    letter-spacing: 0.2em;
    color: #f19043;
  }
  .footer .footer_access .address_text {
    padding: 0 0 20px;
    border-bottom: 1px solid #4d4545;
    margin: 0 0 30px;
    font-size: 16px;
  }
  .footer .footer_access .address_text .small {
    font-size: 15px;
  }
  .footer .footer_access .train {
    display: flex;
    align-items: center;
    margin: 0 0 30px;
  }
  .footer .footer_access .train .train_icon {
    display: flex;
    justify-content: center;
    width: 50px;
    padding: 0 20px 0 0;
  }
  .footer .footer_access .train .train_text {
    font-size: 16px;
    font-weight: 500;
  }
  .footer .footer_access .parking {
    display: flex;
    align-items: center;
  }
  .footer .footer_access .parking .parking_icon {
    display: flex;
    justify-content: center;
    width: 50px;
    padding: 0 20px 0 0;
  }
  .footer .footer_access .parking .parking_text {
    font-size: 16px;
    font-weight: 500;
  }
  .footer .footer_access .parking .parking_text .small {
    font-size: 15px;
  }
  .footer .footer_access .google_map {
    width: 100%;
    height: 400px;
  }
  .footer .footer_access .google_map iframe {
    width: 100%;
    height: 100%;
  }
  .footer .footer_recruit {
    position: relative;
  }
  .footer .footer_recruit .recruit_image {
    position: relative;
    width: 100%;
    height: 235px;
    background: url(../images/index/staff01.jpg) top left 45%/cover no-repeat;
  }
  .footer .footer_recruit .recruit_image img {
    position: absolute;
    left: 20px;
    bottom: 30px;
    width: 293px;
    margin: 0 auto;
  }
  .footer .footer_recruit .textbox {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -120px;
    width: calc(100% - 40px);
    padding: 40px 20px 10px;
    margin: 0 auto;
    box-sizing: border-box;
    background: #ffcd3e;
    text-align: center;
  }
  .footer .footer_recruit .recruit_text {
    position: relative;
    margin: 0 0 10px;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0.2em;
    color: #fff;
    text-shadow: 0 0 2px #fff;
  }
  .footer .footer_recruit .recruit_text:before {
    content: "RECRUIT";
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    font-family: "noto sans jp", sans-serif;
    font-size: 20px;
    letter-spacing: 0.1em;
    color: #6a3906;
  }
  .footer .footer_recruit .logo {
    margin: 0 0 30px;
  }
  .footer .footer_recruit .btn {
    max-width: 327px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0;
    border: 1px solid #fff;
    font-size: 16px;
    letter-spacing: 0.1em;
    font-family: "noto sans jp", sans-serif;
    text-align: center;
  }
  .footer .footer_recruit .btn a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px;
    box-sizing: border-box;
    color: #fff;
  }
  .footer .footer_sitemap {
    padding: 180px 30px;
    box-sizing: border-box;
    background: #f8f7ef;
    font-family: "noto sans jp", sans-serif;
    line-height: 3;
  }
  .footer .footer_sitemap .sitemap_inner {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .footer .footer_sitemap .site_link a {
    font-size: 20px;
    color: #b79530;
  }
  .footer .footer_sitemap .about_item, .footer .footer_sitemap .medical_item, .footer .footer_sitemap .recruit_item {
    position: relative;
    padding: 0 0 0 2em;
  }
  .footer .footer_sitemap .about_item:before, .footer .footer_sitemap .medical_item:before, .footer .footer_sitemap .recruit_item:before {
    content: "－";
    position: absolute;
    top: 5px;
    left: 0;
  }
  .footer .footer_sitemap .about_item a, .footer .footer_sitemap .medical_item a, .footer .footer_sitemap .recruit_item a {
    font-size: 18px;
    font-weight: 400;
  }
  .footer .sitemap_middle .flexbox {
    display: block;
  }
  .footer .sitemap_middle .flexbox .medical_list:nth-of-type(1) {
    margin: 0 30px 0 0;
  }
  .footer .copy {
    padding: 15px;
    text-align: center;
    font-family: "noto sans jp", sans-serif;
    font-size: 12px;
    letter-spacing: 0.1em;
  }
}

.copy_header {
  position: fixed;
  z-index: 999;
  left: 0;
  top: -80px;
  width: 100%;
  height: 80px;
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.4s;
  padding: 0 0 0 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.copy_header.show {
  top: 0;
}
.copy_header .header_left {
  padding: 0 0 0 10px;
}
.copy_header .header_left a {
  display: flex;
  align-items: center;
}
.copy_header .page_title {
  font-family: "noto sans jp", sans-serif;
  color: #4d4545;
  letter-spacing: 0.1em;
}
.copy_header .clinic_name a {
  font-size: 27px;
  font-weight: 500;
  color: #4d4545;
}
.copy_header .header_right {
  display: flex;
  height: 80px;
}
.copy_header .menu_box {
  display: flex;
  margin-right: 80px;
}
.copy_header .reserve_btn {
  height: 80px;
  background-color: #ffcd3e;
}
.copy_header .reserve_btn img {
  height: 100%;
  -o-object-fit: none;
     object-fit: none;
}
.copy_header .reserve_btn_02 {
  height: 80px;
  background-color: #a48667;
}
.copy_header .reserve_btn_02 img {
  height: 100%;
  -o-object-fit: none;
     object-fit: none;
}
.copy_header .tel_btn {
  width: 261px;
  height: 80px;
}
.copy_header .tel_btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 0 0;
  box-sizing: border-box;
  background: #39a5c0;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.01em;
  line-height: 1.2;
  text-align: center;
}
.copy_header .tel_btn a .num {
  padding-left: 25px;
  font-size: 28px;
  line-height: 1.2;
  color: #fff;
}
.copy_header .tel_btn a:before {
  content: "";
  position: absolute;
  left: 25px;
  top: 51px;
  width: 16px;
  height: 16px;
  background: url(../images/index/phone_icon.png) center/contain no-repeat;
}
.copy_header .tel_btn a {
  /*
  &:after {
      content: "";
      position: absolute;
      right: 5px;
      top: 5px;
      width: 31px;
      height: 19px;
      background: url(/images01/common/header_icon_kira.webp) center /contain no-repeat;
  } */
}
.copy_header .tel_btn a .text03 {
  font-size: 12px;
}
@media screen and (max-width: 970px) and (min-width: 769px) {
  .copy_header .header_right {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .copy_header {
    display: none;
  }
}

.copy_ham {
  position: fixed;
  z-index: 1001;
  top: -80px;
  right: 0;
  width: 80px;
  height: 80px;
  background: #fff;
  transition: all 0.4s;
}
.copy_ham.show {
  top: 0;
}
.copy_ham a {
  display: block;
  width: 100%;
  height: 100%;
  background: #f6b300;
  text-align: center;
}
.copy_ham .ham_text {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
}
.copy_ham span {
  position: relative;
  left: 0;
  right: 0;
  display: block;
  width: 50px;
  height: 1px;
  margin: 0 auto;
  background: #fff;
  transition: 0.4s;
}
.copy_ham span:nth-of-type(1) {
  top: 10px;
}
.copy_ham span:nth-of-type(2) {
  top: 20px;
}
.copy_ham span:nth-of-type(3) {
  top: 30px;
}
.copy_ham a.active span:nth-of-type(1) {
  top: 25px;
  transform: rotate(45deg);
}
.copy_ham a.active span:nth-of-type(2) {
  display: none;
}
.copy_ham a.active span:nth-of-type(3) {
  top: 25px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .copy_ham {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .sp_fixed {
    position: fixed;
    z-index: 100;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 80px;
    display: flex;
    box-sizing: border-box;
  }
  .sp_fixed .tel_cont {
    width: 40%;
    background: #fff;
    text-align: center;
  }
  .sp_fixed .tel_cont a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 8px 0;
    box-sizing: border-box;
    background: #39a6c1;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
  }
  .sp_fixed .tel_cont a:hover {
    opacity: 1;
    transition: none;
  }
  .sp_fixed .tel_cont .time_text01 {
    margin: 0;
    padding-left: 0px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #fff;
  }
  .sp_fixed .tel_cont .time_text02 {
    position: relative;
    width: initial;
    padding: 0;
    padding: 0;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #fff;
  }
  .sp_fixed .tel_cont .time_text02 .icon {
    padding: 0 5px 0 0;
  }
  .sp_fixed .tel_cont .time_text02 .icon img {
    width: 10px;
    height: 25px;
    padding: 0 0 1px;
    -o-object-fit: contain;
       object-fit: contain;
    vertical-align: middle;
  }
  .sp_fixed .tel_cont .time_text02 .text {
    vertical-align: middle;
    font-size: 18px;
  }
  .sp_fixed .time_text03 {
    font-size: 11px;
    letter-spacing: 0.1em;
    color: #fff;
  }
  .sp_fixed .reserve_btn {
    width: 30%;
    text-align: center;
  }
  .sp_fixed .reserve_btn a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px 0 0;
    box-sizing: border-box;
    background: #f19043;
    color: #fff;
    box-sizing: border-box;
  }
  .sp_fixed .reserve_btn a:hover {
    opacity: 1;
    transition: none;
  }
  .sp_fixed .reserve_btn .btn_inner {
    position: relative;
    width: 187px;
    margin: 0 auto;
    max-width: 100%;
  }
  .sp_fixed .reserve_btn .btn_inner img {
    display: inline-block;
    width: 24px;
    padding-right: 5px;
  }
  .sp_fixed .reserve_btn .reserve_text001 {
    margin: 0;
    padding-top: 6px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.2;
    vertical-align: middle;
    text-align: center;
  }
  .sp_fixed .reserve_btn .reserve_text02 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: "noto serif jp", serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.1em;
    vertical-align: middle;
    text-align: center;
  }
  .sp_fixed .reserve_btn_02 {
    width: 30%;
    text-align: center;
  }
  .sp_fixed .reserve_btn_02 a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px 0 0;
    box-sizing: border-box;
    background: #a48667;
    color: #fff;
    box-sizing: border-box;
  }
  .sp_fixed .reserve_btn_02 a:hover {
    opacity: 1;
    transition: none;
  }
  .sp_fixed .reserve_btn_02 .btn_inner {
    position: relative;
    width: 187px;
    margin: 0 auto;
    max-width: 100%;
  }
  .sp_fixed .reserve_btn_02 .btn_inner img {
    display: inline-block;
    width: 24px;
    padding-right: 5px;
  }
  .sp_fixed .reserve_btn_02 .reserve_text001 {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.2;
    vertical-align: middle;
    text-align: center;
  }
  .sp_fixed .reserve_btn_02 .reserve_text02 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: "noto serif jp", serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.1em;
    vertical-align: middle;
    text-align: center;
  }
}/*# sourceMappingURL=common04.css.map */