@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 {
  color: #736357;
  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: #736357;
}

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

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

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

strong {
  font-weight: normal;
}

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

body {
  position: relative;
  width: 100%;
  font-family: "noto sans jp", sans-serif;
  box-sizing: border-box;
  color: #736357;
}

.no-scroll {
  overflow: hidden;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

.sp {
  display: none;
}

br.between {
  display: none;
}

.inner {
  position: relative;
  width: 1280px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}

.sec_text {
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: justify;
}

.cont {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}

.cont:not(:last-of-type) {
  margin-bottom: 90px;
}

.textbox {
  display: block;
  box-sizing: border-box;
}

.imagebox {
  min-width: 48%;
  box-sizing: border-box;
}

.cont_title {
  margin-bottom: 33px;
  padding-left: 10px;
  font-size: 22px;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: justify;
  color: #736357;
}

.cont_text {
  padding-left: 10px;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: justify;
  color: #736357;
}

.cont_image {
  width: 100%;
}
.cont_image img {
  width: 100%;
  height: 100%;
}

.circle_text01 {
  position: absolute;
}

.circle_text02 {
  position: absolute;
}

.circle_text03 {
  position: absolute;
}

.circle_text04 {
  position: absolute;
}

.point {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
}

.point_flexbox {
  margin-bottom: 13.8vw;
}

.point_header {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.point_num {
  min-width: 70px;
  margin-right: 30px;
}

.point_title {
  font-size: 24px;
  letter-spacing: 0.1em;
  color: #736357;
}

.point_text {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: justify;
  color: #736357;
}

.point_image img {
  width: 100%;
  height: 100%;
}

.item_text {
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: justify;
  color: #736357;
}

.box_text {
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: justify;
  color: #736357;
}

.flexbox {
  display: flex;
  justify-content: center;
  align-items: center;
}

.about_btn {
  width: 266px;
  height: 57px;
  background-color: #736357;
  border-radius: 50px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.about_btn:before {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background: url(/images/common/icon_btn_arrows_white.webp) center/contain no-repeat;
}
.about_btn p {
  padding-right: 25px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #fff;
}
.about_btn a {
  padding-right: 25px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #fff;
}

@media screen and (max-width: 767px) {
  body {
    margin-bottom: 80px;
  }
  a:hover {
    opacity: 1;
    transition: none;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .inner {
    padding: 0;
  }
  .sec_text {
    font-size: 4vw;
  }
  .cont {
    display: block;
    padding: initial;
  }
  .textbox {
    margin-left: initial;
    margin-right: initial;
    margin-bottom: 0.2vw;
  }
  .imagebox {
    min-width: 100%;
    box-sizing: border-box;
  }
  .cont_title {
    font-size: 5.3vw;
    margin-bottom: 4.2vw;
    padding-left: initial;
  }
  .cont_text {
    padding-left: initial;
    font-size: 4vw;
  }
  .cont_image {
    padding-bottom: 4.2vw;
    text-align: center;
  }
  .cont_image img {
    width: 100%;
    height: 100%;
  }
  .point:not(:last-of-type) {
    margin-bottom: 13.8vw;
  }
  .point_flexbox {
    margin-bottom: 13.8vw;
  }
  .point_header {
    display: flex;
    align-items: center;
    margin-bottom: 2.7vw;
  }
  .point_num {
    width: 10.6vw;
    min-width: 10.6vw;
    margin-right: 2.7vw;
  }
  .point_num img {
    width: 100%;
    min-width: 8vw;
  }
  .point_title {
    font-size: 5.5vw;
  }
  .point_text {
    font-size: 4vw;
  }
  .item_text {
    font-size: 4vw;
  }
  .box_text {
    font-size: 4vw;
  }
  .flexbox {
    display: block;
    margin: 0 auto;
  }
  .about_btn {
    width: 85.3vw;
    height: 13.3vw;
    position: relative;
  }
  .about_btn:before {
    right: 4vw;
  }
  .about_btn p {
    padding-right: 4vw;
    font-size: 4vw;
  }
  .about_btn a {
    padding-right: 4vw;
    font-size: 4vw;
  }
  .about_btn:not(:last-of-type) {
    margin-bottom: 4.2vw;
  }
}
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  box-sizing: border-box;
}
.header .header_left {
  padding: 0 0 0 10px;
}
.header .header_left a {
  display: flex;
  align-items: center;
}
.header .header_left .textbox {
  padding-left: 20px;
}
.header .header_left .logo {
  width: 69px;
  height: 69px;
}
.header .page_title {
  margin-bottom: 5px;
  font-size: 13px;
  letter-spacing: 0.2em;
}
.header .header_right {
  display: flex;
}
.header .menu_box {
  display: flex;
  align-items: flex-end;
}
.header .reserve_btn {
  width: 315px;
}
.header .tel_btn {
  width: 320px;
  text-align: center;
  height: 70px;
}
.header .tel_btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 0 0;
  box-sizing: border-box;
  background: #fff;
  font-size: 13px;
  color: #4d4d4d;
  letter-spacing: 0.2em;
}
.header .tel_btn a .num {
  padding-left: 20px;
  font-size: 36px;
  line-height: 1.2;
  color: #4d4d4d;
}
.header .tel_btn a:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 37px;
  width: 19px;
  height: 22px;
  background: url(/images/common/h_tel_icon.webp) center/contain no-repeat;
}
@media screen and (max-width: 940px) and (min-width: 768px) {
  .header .header_left {
    width: 430px;
    padding: 0 0 0 10px;
  }
  .header .header_left .textbox {
    padding-left: 10px;
    width: 73%;
  }
  .header .timetable {
    display: none;
  }
  .header .tel_btn {
    display: none;
  }
}
@media screen and (max-width: 800px) and (min-width: 768px) {
  .header .reserve_btn {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header {
    padding: 0;
    height: 19vw;
    box-sizing: border-box;
  }
  .header .header_left {
    padding: 0.5vw 0 0 1vw;
    box-sizing: border-box;
  }
  .header .header_left .textbox {
    padding-left: 2.7vw;
  }
  .header .logo {
    width: 9.6vw;
    height: 9.6vw;
  }
  .header .logo img {
    width: 100%;
  }
  .header .page_title {
    margin-bottom: 1vw;
    font-size: 3.2vw;
    letter-spacing: 0;
  }
  .header .clinic_name {
    width: 43.4vw;
  }
  .header .clinic_name img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .header .header_right {
    display: none;
  }
}

.ham {
  position: absolute;
  z-index: 1001;
  top: 0px;
  right: 0;
  width: 70px;
  height: 70px;
  background: #24a5b9;
  transition: all 0.4s;
}
.ham a {
  display: block;
  width: 100%;
  height: 100%;
  background: #24a5b9;
  font-size: 14px;
  text-align: center;
}
.ham a:hover {
  opacity: 1;
}
.ham .menu_text {
  position: absolute;
  top: 5px;
  width: 100%;
  color: #fff;
  text-align: center;
}
.ham .menu_border {
  position: absolute;
  left: 0;
  right: 0;
  width: 50%;
  height: 1px;
  margin: 0 auto;
  background: #fff;
  transition: 0.4s;
}
.ham .menu_border:nth-of-type(1) {
  top: 30px;
}
.ham .menu_border:nth-of-type(2) {
  top: 40px;
}
.ham .menu_border:nth-of-type(3) {
  top: 50px;
}
.ham a.active span:nth-of-type(1) {
  top: 38px;
  transform: rotate(45deg);
}
.ham a.active span:nth-of-type(2) {
  display: none;
}
.ham a.active span:nth-of-type(3) {
  top: 38px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .ham {
    position: fixed;
    z-index: 1001;
    top: 0px;
    right: 0;
    width: 17vw;
    height: 19vw;
    background: #fff;
    transition: all 0.4s;
  }
  .ham a {
    display: block;
    width: 100%;
    height: 100%;
    background: #24a5b9;
    font-size: 3.7vw;
    text-align: center;
  }
  .ham .menu_text {
    position: absolute;
    top: 1.3vw;
    width: 100%;
    color: #fff;
    text-align: center;
  }
  .ham .menu_border {
    position: absolute;
    left: 0;
    right: 0;
    width: 50%;
    height: 1px;
    margin: 0 auto;
    background: #fff;
    transition: 0.4s;
  }
  .ham .menu_border:nth-of-type(1) {
    top: 8vw;
  }
  .ham .menu_border:nth-of-type(2) {
    top: 10.6vw;
  }
  .ham .menu_border:nth-of-type(3) {
    top: 13.8vw;
  }
  .ham a.active span:nth-of-type(1) {
    top: 12vw;
    transform: rotate(45deg);
  }
  .ham a.active span:nth-of-type(2) {
    display: none;
  }
  .ham a.active span:nth-of-type(3) {
    top: 12vw;
    transform: rotate(-45deg);
  }
}

.copy_header {
  position: fixed;
  left: 0;
  top: -70px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 70px;
  background: rgba(255, 255, 255, 0.9);
  transition: 0.4s;
}
.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 .header_left .logo {
  width: 69px;
  height: 69px;
}
.copy_header .clinic_name {
  padding-left: 20px;
  font-family: "noto serif jp", serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
}
.copy_header .menu_box {
  display: flex;
  align-items: flex-end;
}
.copy_header .reserve_btn {
  width: 315px;
}
.copy_header .tel_btn {
  width: 320px;
  text-align: center;
  height: 70px;
}
.copy_header .tel_btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 0 0;
  box-sizing: border-box;
  background: #fff;
  font-size: 13px;
  color: #4d4d4d;
  letter-spacing: 0.2em;
}
.copy_header .tel_btn a .num {
  padding-left: 20px;
  font-size: 36px;
  line-height: 1.2;
  color: #4d4d4d;
}
.copy_header .tel_btn a:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 37px;
  width: 19px;
  height: 22px;
  background: url(/images/common/h_tel_icon.webp) center/contain no-repeat;
}
@media screen and (max-width: 940px) and (min-width: 768px) {
  .copy_header .header_left {
    width: 365px;
    padding: 0 0 0 5px;
    margin-right: 5px;
  }
  .copy_header .clinic_name {
    padding-left: 10px;
  }
  .copy_header .header_left {
    padding: 0 0 0 10px;
  }
  .copy_header .header_left .textbox {
    padding-left: 10px;
    width: 73%;
  }
  .copy_header .timetable {
    display: none;
  }
  .copy_header .tel_btn {
    display: none;
  }
}
@media screen and (max-width: 800px) and (min-width: 768px) {
  .copy_header .reserve_btn {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .copy_header {
    display: none;
  }
}

.copy_ham {
  position: fixed;
  z-index: 1001;
  top: -71px;
  right: 0;
  width: 70px;
  height: 70px;
  background: #fff;
  transition: all 0.4s;
}
.copy_ham.show {
  top: 0;
}
.copy_ham a {
  display: block;
  width: 100%;
  height: 100%;
  background: #24a5b9;
  font-size: 13px;
  text-align: center;
}
.copy_ham a:hover {
  opacity: 1;
}
.copy_ham .menu_text {
  position: absolute;
  top: 5px;
  width: 100%;
  color: #fff;
  text-align: center;
}
.copy_ham .menu_border {
  position: absolute;
  left: 0;
  right: 0;
  width: 50%;
  height: 1px;
  margin: 0 auto;
  background: #fff;
  transition: 0.4s;
}
.copy_ham .menu_border:nth-of-type(1) {
  top: 35px;
}
.copy_ham .menu_border:nth-of-type(2) {
  top: 45px;
}
.copy_ham .menu_border:nth-of-type(3) {
  top: 55px;
}
.copy_ham a.active span:nth-of-type(1) {
  top: 45px;
  transform: rotate(45deg);
}
.copy_ham a.active span:nth-of-type(2) {
  display: none;
}
.copy_ham a.active span:nth-of-type(3) {
  top: 45px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .copy_ham {
    display: none;
  }
}

.ham_sitemap {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #24a5b9;
  overflow: scroll;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.ham_sitemap.active {
  opacity: 1;
  visibility: visible;
}
.ham_sitemap .sitemap_inner {
  width: 1280px;
  max-width: 100%;
  padding: 160px 20px 80px;
  margin: 0 auto;
  box-sizing: border-box;
}
.ham_sitemap .link_text {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 30px;
}
.ham_sitemap .link_text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 25px;
  height: 25px;
  background: url(/images/common/f_icon_arrow.webp) center/contain no-repeat;
}
.ham_sitemap .link_text a {
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 17px;
  padding-left: 1em;
  text-indent: -1em;
}
.ham_sitemap .sitemap01 {
  margin-bottom: 95px;
}
.ham_sitemap .sitemap01 .list {
  display: flex;
}
.ham_sitemap .sitemap01 .item {
  position: relative;
  width: 25%;
  padding-left: 1.5em;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.ham_sitemap .sitemap01 .item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 25px;
  height: 25px;
  background: url(/images/common/f_icon_arrow.webp) center/contain no-repeat;
}
.ham_sitemap .sitemap01 .item a {
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 17px;
  padding-left: 1em;
  text-indent: -1em;
}
.ham_sitemap .sitemap02 {
  margin-bottom: 30px;
}
.ham_sitemap .sitemap02 .list {
  display: flex;
  flex-wrap: wrap;
}
.ham_sitemap .sitemap02 .item {
  position: relative;
  width: 25%;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.ham_sitemap .sitemap02 .item a {
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 17px;
}
.ham_sitemap .sitemap02 .item img {
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .ham_sitemap {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: scroll;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
  }
  .ham_sitemap.active {
    opacity: 1;
    visibility: visible;
  }
  .ham_sitemap .sitemap_inner {
    width: 1280px;
    max-width: 100%;
    padding: 21.3vw 2.7vw;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .ham_sitemap .link_text {
    position: relative;
    padding-left: 0;
    margin-bottom: 0;
  }
  .ham_sitemap .link_text:before {
    display: none;
  }
  .ham_sitemap .link_text a {
    display: block;
    width: 100%;
    height: 100%;
    letter-spacing: 0.1em;
    padding: 4vw 0 4vw 4vw;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    color: #fff;
    font-size: 4.4vw;
  }
  .ham_sitemap .text {
    padding: 4vw 0 4vw 4vw;
    margin-bottom: 0;
    font-size: 4.4vw;
    color: #fff;
  }
  .ham_sitemap .sitemap01 {
    margin-bottom: 0;
  }
  .ham_sitemap .sitemap01 .list {
    display: block;
  }
  .ham_sitemap .sitemap01 .item {
    position: relative;
    width: 100%;
    padding-left: 0;
    margin-bottom: 0;
    box-sizing: border-box;
  }
  .ham_sitemap .sitemap01 .item:before {
    display: none;
  }
  .ham_sitemap .sitemap01 .item a {
    display: block;
    width: 100%;
    height: 100%;
    letter-spacing: 0.1em;
    padding: 4vw 0 4vw 4vw;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    color: #fff;
    font-size: 4.4vw;
  }
  .ham_sitemap .sitemap02 {
    margin-bottom: 0;
  }
  .ham_sitemap .sitemap02 .list {
    display: flex;
    flex-wrap: wrap;
    margin: 8vw 0;
  }
  .ham_sitemap .sitemap02 .item {
    position: relative;
    width: 50%;
    margin-bottom: 5.5vw;
    box-sizing: border-box;
    text-align: center;
  }
  .ham_sitemap .sitemap02 .item a {
    display: block;
    align-items: center;
    letter-spacing: 0.1em;
    color: #fff;
    font-size: 4vw;
  }
  .ham_sitemap .sitemap02 .item img {
    width: 15.4vw;
    height: 15.4vw;
    padding-right: 0;
    padding-bottom: 2.7vw;
  }
  .ham_sitemap .nav_contact {
    margin-bottom: 5.5vw;
    text-align: center;
  }
  .ham_sitemap .nav_contact .text01 {
    margin-bottom: 5.5vw;
    font-size: 5.8vw;
    letter-spacing: 0.1em;
    color: #fff;
  }
  .ham_sitemap .nav_contact .text02 {
    margin-bottom: 5.5vw;
    font-size: 4.4vw;
    letter-spacing: 0.1em;
    color: #fff;
  }
  .ham_sitemap .nav_contact .reserve_btn {
    width: 100%;
    margin-bottom: 5.5vw;
  }
  .ham_sitemap .nav_contact .reserve_btn img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ham_sitemap .nav_contact .tel_btn {
    width: 100%;
  }
  .ham_sitemap .nav_contact .tel_btn img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ham_sitemap .nav_contact .timetable {
    width: 100%;
  }
  .ham_sitemap .nav_contact .timetable img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.common_sec {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.common_sec .sec_header {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 93px;
  margin-bottom: 85px;
  overflow: hidden;
  background: #b59f87;
}
.common_sec .sec_header:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 84px;
  height: 49px;
  background: url(/images/common/common_header_kazari01.webp) left bottom/contain no-repeat;
}
.common_sec .sec_header:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 84px;
  height: 49px;
  background: url(/images/common/common_header_kazari02.webp) right top/contain no-repeat;
}
.common_sec .sec_sub_title {
  position: relative;
  z-index: 2;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
}
.common_sec .sec_title {
  position: relative;
  z-index: 2;
  font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 28px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.2em;
  color: #fff;
}
.common_sec .header_text {
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}
.common_sec .sec_body {
  padding: 0 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .common_sec {
    width: 1280px;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .common_sec .sec_header {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 5.5vw 0;
    margin-bottom: 8vw;
    border-radius: 0;
  }
  .common_sec .sec_header:before {
    width: 27.7vw;
    height: 13.3vw;
  }
  .common_sec .sec_header:after {
    width: 27.7vw;
    height: 13.3vw;
  }
  .common_sec .sec_sub_title {
    position: relative;
    z-index: 2;
    font-size: 4.2vw;
    text-align: center;
    letter-spacing: 0.1em;
    color: #fff;
  }
  .common_sec .sec_title {
    font-size: 5vw;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0.1em;
    color: #fff;
  }
  .common_sec .header_text {
    font-size: 4.4vw;
  }
  .common_sec .sec_body {
    padding: 0 5.5vw;
  }
}

.breadcrumb {
  display: flex;
  width: 1280px;
  max-width: 100%;
  padding: 25px 0 20px 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.breadcrumb .item:not(:first-of-type) {
  position: relative;
  padding-left: 3em;
}
.breadcrumb .item:not(:first-of-type):before {
  content: "＞";
  position: absolute;
  left: 1em;
  top: 0;
}
.breadcrumb .item {
  color: #736357;
  letter-spacing: 0.1em;
}
.breadcrumb .item a {
  color: #736357;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    display: flex;
    width: 1280px;
    max-width: 100%;
    padding: 5.5vw 0 8vw 5.5vw;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .breadcrumb .item {
    font-size: 3.4vw;
  }
  .breadcrumb .item a {
    font-size: 3.4vw;
  }
  .breadcrumb .item:not(:first-of-type) {
    position: relative;
    padding-left: 2em;
  }
  .breadcrumb .item:not(:first-of-type):before {
    content: "＞";
    position: absolute;
    left: 0.7em;
    top: 0;
  }
}

.nav {
  background-color: #fff;
  padding: 30px 15px 20px;
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.nav .list {
  display: flex;
  justify-content: space-evenly;
}
.nav .item:not(:last-of-type) {
  margin-right: 20px;
}
.nav .item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav .item a {
  line-height: 1.5;
  text-align: center;
}
.nav .item .sub {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-align: center;
  color: #b59f87;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .nav .item:not(:last-of-type) {
    margin-right: 20px;
  }
  .nav .item a {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .nav {
    display: none;
  }
}

.lead_sec {
  box-sizing: border-box;
  width: 1280px;
  max-width: 100%;
  min-height: 570px;
  padding: 30px 20px 75px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.lead_sec .sec_title {
  position: relative;
  z-index: 5;
  margin: 60px 0 70px 50px;
  font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #736357;
  text-align: justify;
  text-shadow: 3px 3px 5px white, -3px 3px 5px white, 3px -3px 5px white, -3px -3px 5px white;
}
.lead_sec .sec_text {
  position: relative;
  z-index: 5;
  width: 561px;
  margin-left: 50px;
  max-width: 100%;
  box-sizing: border-box;
  text-shadow: 4px 4px 5px white, -4px 4px 5px white, 4px -4px 5px white, -4px -4px 5px white;
}
.top_cont {
  overflow: hidden;
}

.footer {
  background: #f5f1ed;
}
.footer .upper {
  padding: 100px 20px 40px;
  background: #f5f1ed;
}
.footer .logo {
  margin-right: 30px;
}
.footer .f_header {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.footer .h_text {
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
.footer .clinic_name {
  margin-bottom: 50px;
}
.footer .upper .flexbox {
  display: flex;
  justify-content: center;
}
.footer .left {
  width: 541px;
  max-width: 48%;
  margin-right: 30px;
}
.footer .right {
  width: 605px;
  max-width: 48%;
}
.footer .address {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.footer .address_text {
  font-size: 22px;
  font-weight: 200;
  color: #49412d;
  letter-spacing: 0.15em;
  line-height: 1.6;
}
.footer .tel_web {
  width: 542px;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .tel {
  margin-bottom: 50px;
}
.footer .lower {
  display: block;
}
.footer .access {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1280px;
  padding: 30px 50px;
  box-sizing: border-box;
  background: #f5f1ed;
  margin: 0 auto;
}
.footer .by {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
}
.footer .by:nth-of-type(1) {
  border-left: dashed 0.75px #534741;
  border-right: dashed 0.75px #534741;
}
.footer .by:nth-of-type(2) {
  border-right: dashed 0.75px #534741;
}
.footer .by_icon {
  margin-right: 30px;
  width: 70px;
  text-align: center;
}
.footer .by_text {
  color: #534741;
  text-align: left;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.footer .by_text span {
  font-size: 21px;
  font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
  letter-spacing: 0.1em;
}
.footer .map {
  width: 100%;
  max-width: 100%;
  height: 482px;
}
.footer .map iframe {
  width: 100%;
  height: 100%;
}
.footer .footer_sitemap {
  padding: 90px 0 0;
  background-color: #bd9f77;
}
.footer .footer_sitemap .link_text {
  margin-bottom: 30px;
}
.footer .footer_sitemap .link_text a {
  position: relative;
  padding-left: 2em;
  text-indent: -2em;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #fff;
}
.footer .footer_sitemap .link_text a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 25px;
  height: 25px;
  background: url(/images/common/f_icon_arrow.webp) center/contain no-repeat;
}
.footer .footer_sitemap .item {
  margin-bottom: 30px;
}
.footer .footer_sitemap .item a {
  position: relative;
  padding-left: 2em;
  letter-spacing: 0.1em;
  color: #fff;
}
.footer .footer_sitemap .item a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 25px;
  height: 25px;
  background: url(/images/common/f_icon_arrow.webp) center/contain no-repeat;
}
.footer .footer_sitemap .cont01 {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.footer .footer_sitemap .cont01 .link_text {
  max-width: 320px;
  width: 25%;
  margin-right: 20px;
  box-sizing: border-box;
}
.footer .footer_sitemap .cont02 {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.footer .footer_sitemap .cont02 .link_text {
  max-width: 310px;
  width: 25%;
  box-sizing: border-box;
  padding-left: 2em;
  text-indent: -2em;
}
.footer .footer_sitemap .cont03 {
  margin-bottom: 100px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.footer .footer_sitemap .cont03 .link_text {
  max-width: 320px;
  width: 25%;
  box-sizing: border-box;
  padding-left: 2em;
  text-indent: -2em;
}
.footer .footer_sitemap .cont04 {
  margin-bottom: 40px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  box-sizing: border-box;
}
.footer .footer_sitemap .cont04 .title_box {
  width: 25%;
  box-sizing: border-box;
}
.footer .footer_sitemap .cont04 .title_box .box {
  width: 74%;
  padding-top: 3em;
}
.footer .footer_sitemap .cont04 .title_box .sub_title {
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}
.footer .footer_sitemap .cont04 .title_box .title {
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: left;
}
.footer .footer_sitemap .cont04 .title_box .title a {
  position: relative;
  padding-left: 2em;
  text-indent: -2em;
  color: #fff;
}
.footer .footer_sitemap .cont04 .title_box .title a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 25px;
  height: 25px;
  background: url(/images/common/f_icon_arrow02.webp) center/contain no-repeat;
}
.footer .footer_sitemap .cont04 .medicalbox {
  width: 75%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.footer .footer_sitemap .cont04 .medicalbox .link_text {
  width: 33%;
  max-width: 310px;
  box-sizing: border-box;
  padding-left: 2em;
  text-indent: -2em;
}
.footer .footer_sitemap .cont04 .medicalbox .link_text a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 25px;
  height: 25px;
  background: url(/images/common/f_icon_arrow02.webp) center/contain no-repeat;
}
.footer .copy {
  padding: 20px 20px;
  font-size: 19px;
  letter-spacing: 0.2em;
  text-align: right;
  color: #fff;
}
@media screen and (max-width: 1224px) and (min-width: 768px) {
  .footer .access {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer .upper {
    padding: 13.8vw 2.7vw 11.4vw;
  }
  .footer .logo {
    width: 11.5vw;
    height: 16vw;
    margin: initial;
    margin-right: 4vw;
  }
  .footer .logo img {
    width: 100%;
    height: 100%;
  }
  .footer .f_header {
    display: flex;
    margin-bottom: 6vw;
    text-align: center;
  }
  .footer .f_header .textbox {
    margin-bottom: initial;
  }
  .footer .h_text {
    font-size: 3.4vw;
    margin-top: 1.2vw;
    letter-spacing: 0.1em;
  }
  .footer .clinic_name {
    width: 57.9vw;
    margin: 0 auto;
  }
  .footer .clinic_name img {
    width: 100%;
    height: 100%;
  }
  .footer .address {
    margin-bottom: initial;
  }
  .footer .address_text {
    width: 88vw;
    margin: 0 auto 5.5vw;
    font-size: 4.4vw;
    letter-spacing: 0.2em;
    text-align: left;
  }
  .footer .address_text .space {
    display: block;
    padding-right: 0;
  }
  .footer .tel_web {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .footer .tel_btn {
    width: 85.3vw;
    margin: 0 auto 2vw;
  }
  .footer .tel_btn img {
    width: 100%;
  }
  .footer .flexbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .footer .left {
    margin-right: 0;
    margin-bottom: 5.5vw;
    width: 100%;
    max-width: 100%;
  }
  .footer .tel {
    width: 72vw;
    margin: 0 auto 8vw;
  }
  .footer .tel img {
    width: 100%;
  }
  .footer .reserve_btn {
    width: 85.3vw;
    margin: 0 auto;
  }
  .footer .reserve_btn img {
    width: 100%;
  }
  .footer .right {
    margin-bottom: 2vw;
    width: 100%;
    max-width: 100%;
  }
  .footer .timetable {
    width: 85.3vw;
    margin: 0 auto;
  }
  .footer .timetable img {
    width: 100%;
  }
  .footer .lower {
    display: flex;
    flex-direction: column;
  }
  .footer .access {
    width: 100%;
    padding: 0 12.8vw 10.6vw;
    display: block;
  }
  .footer .by {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin: 0 auto;
  }
  .footer .by:not(:last-of-type) {
    margin-bottom: 8vw;
  }
  .footer .by:nth-of-type(1) {
    border-left: initial;
    border-right: initial;
  }
  .footer .by:nth-of-type(2) {
    border-right: initial;
  }
  .footer .by_icon {
    box-sizing: border-box;
    width: 13vw;
    margin-right: 2vw;
    text-align: left;
  }
  .footer .by_icon img {
    width: 9vw;
  }
  .footer .by_text {
    font-size: 4vw;
  }
  .footer .by_text span {
    font-size: 4.8vw;
  }
  .footer .map {
    width: 100%;
    height: 67vw;
  }
  .footer .map iframe {
    width: 100%;
    height: 100%;
  }
  .footer .footer_sitemap {
    padding: 8vw 5.5vw 0vw;
  }
  .footer .footer_sitemap .link_text {
    margin-bottom: 5.5vw;
  }
  .footer .footer_sitemap .link_text a {
    position: relative;
    padding-left: 2em;
    font-size: 4.4vw;
    letter-spacing: 0.1em;
    color: #fff;
    box-sizing: border-box;
  }
  .footer .footer_sitemap .link_text a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1vw;
    width: 4.4vw;
    height: 4.9vw;
    background: url(/images/common/f_icon_arrow.webp) center/contain no-repeat;
  }
  .footer .footer_sitemap .item {
    position: relative;
    margin-bottom: 5.5vw;
  }
  .footer .footer_sitemap .item a {
    position: relative;
    padding-left: 1.5em;
    letter-spacing: 0.1em;
    color: #fff;
    box-sizing: border-box;
    font-size: 4.4vw;
  }
  .footer .footer_sitemap .item a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2vw;
    width: 2.4vw;
    height: 2.9vw;
    background: url(/images/common/f_icon_arrow.webp) center/contain no-repeat;
  }
  .footer .footer_sitemap .inner {
    display: block;
  }
  .footer .footer_sitemap .cont01 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .footer .footer_sitemap .cont01 .link_text {
    max-width: 50vw;
    width: 47%;
    margin-right: 2vw;
    box-sizing: border-box;
  }
  .footer .footer_sitemap .cont02 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .footer .footer_sitemap .cont02 .link_text {
    max-width: 50vw;
    width: 47%;
    margin-right: 2vw;
    box-sizing: border-box;
  }
  .footer .footer_sitemap .cont03 {
    margin-bottom: 13.33vw;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .footer .footer_sitemap .cont03 .link_text {
    max-width: 50vw;
    width: 47%;
    margin-right: 2vw;
    box-sizing: border-box;
  }
  .footer .footer_sitemap .cont04 {
    margin-bottom: 40px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-sizing: border-box;
  }
  .footer .footer_sitemap .cont04 .title_box {
    width: 100%;
    box-sizing: border-box;
  }
  .footer .footer_sitemap .cont04 .title_box .box {
    width: 100%;
    padding-top: initial;
    margin-bottom: 4.2vw;
  }
  .footer .footer_sitemap .cont04 .title_box .sub_title {
    letter-spacing: 0.1em;
    color: #fff;
    padding-left: 3em;
    text-align: left;
    font-size: 4vw;
  }
  .footer .footer_sitemap .cont04 .title_box .title {
    font-size: 4.8vw;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: left;
  }
  .footer .footer_sitemap .cont04 .medicalbox {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  .footer .footer_sitemap .cont04 .medicalbox .link_text {
    width: 48%;
    max-width: 310px;
    box-sizing: border-box;
    padding-left: 2em;
    text-indent: -2em;
  }
  .footer .copy {
    padding: 4vw 0 3vw;
    font-size: 3.2vw;
    letter-spacing: 0.2em;
    text-align: right;
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .sp_fixed {
    position: fixed;
    z-index: 100;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 85px;
    display: flex;
    box-sizing: border-box;
  }
  .sp_fixed .tel_cont {
    width: 50%;
    text-align: center;
    background: #f5f1ed;
  }
  .sp_fixed .tel_cont a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px 0 0;
    box-sizing: border-box;
    background: #f5f1ed;
    color: #2d0000;
  }
  .sp_fixed .tel_cont a:hover {
    opacity: 1;
    transition: none;
  }
  .sp_fixed .tel_cont .btn_inner {
    position: relative;
    width: 187px;
    margin: 0 auto;
  }
  .sp_fixed .tel_cont .tel_text01 {
    position: relative;
    z-index: 3;
    padding-top: 5px;
    margin: 0 0 5px;
    font-size: 13px;
    letter-spacing: 0;
  }
  .sp_fixed .tel_cont .tel_text02 {
    position: relative;
    padding-left: 15px;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 0.01em;
  }
  .sp_fixed .tel_cont .tel_text02:before {
    content: "";
    position: absolute;
    left: 1px;
    top: 3px;
    width: 19px;
    height: 21px;
    background: url(/images/common/fixed_tel.webp) center/contain no-repeat;
  }
  .sp_fixed .reserve_btn {
    width: 50%;
    text-align: center;
    position: relative;
    background: #f5f1ed;
    background: url(/images/common/fixed_reserve.webp) center center/cover no-repeat;
  }
  .sp_fixed .reserve_btn a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px 0 0;
    box-sizing: border-box;
    color: #fff;
  }
  .sp_fixed .reserve_btn a:hover {
    opacity: 1;
    transition: none;
  }
  .sp_fixed .reserve_btn .btn_inner {
    position: relative;
    width: 187px;
    margin: 0 auto;
  }
  .sp_fixed .reserve_btn .btn_inner img {
    position: absolute;
    left: 15px;
    top: 25px;
    display: inline-block;
  }
  .sp_fixed .reserve_btn .reserve_text01 {
    margin: 0;
    padding-left: 28px;
    font-family: "noto serif jp", serif;
    font-size: 16px;
    letter-spacing: 0;
    color: #fff;
  }
  .sp_fixed .reserve_btn .reserve_text02 {
    padding-left: 40px;
    font-size: 22px;
    letter-spacing: 0.2em;
    color: #fff;
  }
}/*# sourceMappingURL=common01.css.map */