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

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

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%;
  font-family: "noto sans jp", sans-serif;
  box-sizing: border-box;
  color: #333333;
}

.sp {
  display: none;
}

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

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

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

@media screen and (max-width: 767px) {
  body {
    min-width: 360px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 80px;
    overflow-x: hidden;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .inner {
    width: 100%;
    margin: 0 auto;
  }
  .sec_text {
    font-size: 4vw;
  }
  .cont_text {
    font-size: 4vw;
  }
}
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 121px;
}
.header .header_left {
  padding: 0 0 0 10px;
}
.header .header_left a {
  display: flex;
  align-items: center;
}
.header .page_title {
  margin-bottom: 5px;
  font-size: 13px;
  letter-spacing: 0.2em;
}
.header .clinic_name {
  position: relative;
  padding-bottom: 16px;
}
.header .clinic_name:before {
  content: "SUGAWA DENTAL";
  position: absolute;
  left: 10px;
  bottom: 0;
  width: 100%;
  font-size: 12px;
  letter-spacing: 0.2em;
}
.header .header_right {
  display: flex;
}
.header .reserve_btn {
  margin-right: 75px;
}
.header .tel_btn {
  text-align: center;
  height: 60px;
}
.header .tel_btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 0 0;
  box-sizing: border-box;
  background: #6e9fbc;
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.2em;
}
.header .tel_btn a .num {
  font-size: 29px;
  line-height: 1.2;
  color: #fff;
}
.header .tel_btn a:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 32px;
  width: 15px;
  height: 20px;
  background: url(../images/common/header_icon_phone.png) center/contain no-repeat;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .header .timetable {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header {
    display: block;
    padding: 1.3vw 0 0 1.3vw;
    height: 18.6vw;
    box-sizing: border-box;
  }
  .header .header_left {
    padding: 0;
  }
  .header .page_title {
    margin-bottom: 1.3vw;
    font-size: 2.9vw;
    letter-spacing: 0;
  }
  .header .logo {
    width: 15vw;
    height: 13.5vw;
  }
  .header .logo img {
    width: 100%;
    height: 100%;
  }
  .header .clinic_name {
    width: 40vw;
    height: 7.8vw;
    padding-bottom: 3vw;
  }
  .header .clinic_name:before {
    font-size: 2.9vw;
    letter-spacing: 0.05em;
  }
  .header .header_right {
    display: none;
  }
}

.ham {
  position: absolute;
  z-index: 1001;
  top: 0px;
  right: 0;
  width: 75px;
  height: 61px;
  background: #fff;
  transition: all 0.4s;
}
.ham a {
  display: block;
  width: 100%;
  height: 100%;
  background: #c5dbef;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-align: center;
}
.ham a:hover {
  opacity: 1;
}
.ham .menu_text {
  position: absolute;
  top: 5px;
  width: 100%;
  color: #4d4d4d;
  text-align: center;
}
.ham .menu_border {
  position: absolute;
  left: 0;
  right: 0;
  width: 50%;
  height: 1px;
  margin: 0 auto;
  background: #4d4d4d;
  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: 18.6vw;
    height: 18.6vw;
    transition: all 0.4s;
  }
  .ham a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 3.7vw;
    text-align: center;
  }
  .ham .menu_text {
    position: absolute;
    top: 1.3vw;
    width: 100%;
    text-align: center;
  }
  .ham .menu_border {
    position: absolute;
    left: 0;
    right: 0;
    width: 50%;
    height: 1px;
    margin: 0 auto;
    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: -80px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 80px;
  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 .page_title {
  margin-bottom: 5px;
  font-size: 13px;
  letter-spacing: 0.2em;
}
.copy_header .clinic_name {
  position: relative;
  padding-bottom: 16px;
}
.copy_header .clinic_name:before {
  content: "SUGAWA DENTAL";
  position: absolute;
  left: 10px;
  bottom: 0;
  width: 100%;
  font-size: 12px;
  letter-spacing: 0.2em;
}
.copy_header .menu_box {
  display: flex;
  margin-right: 80px;
}
.copy_header .reserve_btn {
  height: 80px;
}
.copy_header .reserve_btn img {
  width: 100%;
  height: 100%;
}
.copy_header .tel_btn {
  text-align: center;
  height: 80px;
}
.copy_header .tel_btn a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 30px;
  box-sizing: border-box;
  background: #6e9fbc;
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.2em;
}
.copy_header .tel_btn a .num {
  padding-left: 20px;
  font-size: 29px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #fff;
}
.copy_header .tel_btn a:before {
  content: "";
  position: absolute;
  left: 30px;
  top: 40px;
  width: 15px;
  height: 20px;
  background: url(../images/common/header_icon_phone.png) center/contain no-repeat;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .copy_header .tel_btn {
    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: #c5dbef;
  font-size: 13px;
  text-align: center;
}
.copy_ham a:hover {
  opacity: 1;
}
.copy_ham .menu_text {
  position: absolute;
  top: 5px;
  width: 100%;
  color: #4d4d4d;
  text-align: center;
}
.copy_ham .menu_border {
  position: absolute;
  left: 0;
  right: 0;
  width: 50%;
  height: 1px;
  margin: 0 auto;
  background: #4d4d4d;
  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: #c5dbef;
  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: 0;
  width: 10px;
  height: 20px;
  background: url(../images/common/arrow_menu.png) center/contain no-repeat;
}
.ham_sitemap .link_text a {
  letter-spacing: 0.1em;
  color: #4d4d4d;
  font-size: 17px;
}
.ham_sitemap .text {
  margin-bottom: 30px;
  font-size: 17px;
  color: #4d4d4d;
}
.ham_sitemap .sitemap01 {
  margin-bottom: 30px;
}
.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: 0;
  width: 10px;
  height: 20px;
  background: url(../images/common/arrow_menu.png) center/contain no-repeat;
}
.ham_sitemap .sitemap01 .item a {
  letter-spacing: 0.1em;
  color: #4d4d4d;
  font-size: 17px;
}
.ham_sitemap .sitemap02 {
  margin-bottom: 30px;
}
.ham_sitemap .sitemap02 .list {
  display: flex;
  flex-wrap: wrap;
}
.ham_sitemap .sitemap02 .item {
  position: relative;
  width: 20%;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.ham_sitemap .sitemap02 .item a {
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  color: #4d4d4d;
  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 #4d4d4d;
    box-sizing: border-box;
    color: #4d4d4d;
    font-size: 4.4vw;
  }
  .ham_sitemap .text {
    padding: 4vw 0 4vw 4vw;
    margin-bottom: 0;
    font-size: 4.4vw;
    color: #4d4d4d;
  }
  .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 #4d4d4d;
    box-sizing: border-box;
    color: #4d4d4d;
    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: #4d4d4d;
    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;
  }
  .ham_sitemap .nav_contact .text02 {
    margin-bottom: 5.5vw;
    font-size: 4.4vw;
    letter-spacing: 0.1em;
  }
  .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%;
    margin-bottom: 5.5vw;
  }
  .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_nav {
  padding: 50px 0;
  background: #fff7f3;
}
.common_nav .list {
  display: flex;
  justify-content: center;
}
.common_nav .item:not(:last-of-type) {
  margin-right: 50px;
}
.common_nav .item a {
  font-size: 18px;
}
.common_nav .item_medical {
  position: relative;
}
.common_nav .medical_list {
  display: flex;
  position: absolute;
  z-index: 10;
  top: calc(100% + 10px);
  left: calc(-300px + 100%);
  flex-wrap: wrap;
  width: 700px;
}
.common_nav .medical_item {
  width: 24%;
  border: 1px solid #fff;
  box-sizing: border-box;
  background: #fff;
}
.common_nav .medical_item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 0 15px 20px;
  box-sizing: border-box;
  background: #467da9;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.common_nav .medical_item a:before {
  content: ">";
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  color: #fff;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .common_nav .item:not(:last-of-type) {
    margin-right: 20px;
  }
  .common_nav .item a {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .common_nav {
    display: none;
  }
}

.breadcrumb_wrap {
  background: #fff7f3;
}

.breadcrumb {
  display: flex;
  width: 1280px;
  max-width: 100%;
  padding: 25px 0 25px 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:last-of-type {
  color: #ca8754;
}
.breadcrumb .item:last-of-type:before {
  color: #2E0200;
}
@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;
  }
  .breadcrumb .item:last-of-type {
    color: #ca8754;
  }
  .breadcrumb .item:last-of-type:before {
    color: #2E0200;
  }
}

.common_sec {
  width: 1280px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.common_sec .sec_header {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 10px;
  height: 150px;
  margin-bottom: 80px;
  box-sizing: border-box;
  background: #467da9;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
  overflow: hidden;
}
.common_sec .sec_header:before {
  content: "";
  position: absolute;
  left: -84px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 212px;
  height: 162px;
  background: url(../images/common/head_kazari01.png) center/contain no-repeat;
}
.common_sec .sec_header:after {
  content: "";
  position: absolute;
  right: -37px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 197px;
  height: 150px;
  background: url(../images/common/head_kazari02.png) center/contain no-repeat;
}
.common_sec .sec_header .header_text {
  position: relative;
  z-index: 2;
  font-size: 20px;
}
.common_sec .sec_header .sec_title {
  position: relative;
  z-index: 2;
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .common_sec {
    width: 1280px;
    max-width: 100%;
    padding: 0 5.5vw;
    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: auto;
    padding: 5.5vw 1.3vw;
    margin-bottom: 8vw;
    background: #467da9;
    letter-spacing: 0.2em;
    text-align: center;
    color: #fff;
    overflow: hidden;
  }
  .common_sec .sec_header:before {
    content: "";
    position: absolute;
    left: -8vw;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 27.7vw;
    height: 21.1vw;
    background: url(../images/common/head_kazari01.png) center/contain no-repeat;
  }
  .common_sec .sec_header:after {
    content: "";
    position: absolute;
    right: -2.7vw;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 27.7vw;
    height: 21vw;
    background: url(../images/common/head_kazari02.png) center/contain no-repeat;
  }
  .common_sec .sec_header .header_text {
    position: relative;
    z-index: 2;
    font-size: 4.4vw;
  }
  .common_sec .sec_header .sec_title {
    position: relative;
    z-index: 2;
    font-size: 5.5vw;
  }
}

.footer {
  margin-top: 4.5vw;
}
.footer .footer_upper {
  position: relative;
  background: #dee6f2;
}
.footer .footer_upper .bg_curve {
  position: absolute;
  top: -4.5vw;
  right: 0;
  width: 100%;
  height: 4.5vw;
  margin: 0 auto;
  background: url(../images/common/bg_curve03.png) top center/100% no-repeat;
}
.footer .footer_upper .inner {
  position: relative;
  padding: 100px 0;
}
.footer .footer_upper .inner:before {
  content: "";
  position: absolute;
  left: 50px;
  top: 100px;
  width: 433px;
  height: 307px;
  background: url(../images/common/footer_fishes01.png) center/contain no-repeat;
}
.footer .footer_upper .inner:after {
  content: "";
  position: absolute;
  right: 50px;
  top: 100px;
  width: 386px;
  height: 321px;
  background: url(../images/common/footer_fishes02.png) center/contain no-repeat;
}
.footer .footer_upper .logo {
  margin-bottom: 20px;
  text-align: center;
}
.footer .footer_upper .text01 {
  margin-bottom: 20px;
  text-align: center;
}
.footer .footer_upper .clinic_name {
  margin-bottom: 20px;
  text-align: center;
}
.footer .footer_upper .text02 {
  width: 340px;
  margin: 0 auto 50px;
  font-size: 20px;
}
.footer .footer_upper .contact_flex {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.footer .footer_upper .reserve_btn img {
  height: 100%;
}
.footer .footer_upper .timetable {
  text-align: center;
}
.footer .footer_upper .f_banner {
  max-width: 100%;
  padding-top: 40px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.footer .footer_upper .f_banner .baner_df {
  padding-right: 30px;
}
.footer .access {
  display: flex;
}
.footer .access .googlemap {
  width: 70%;
}
.footer .access .googlemap iframe {
  width: 100%;
  height: 100%;
}
.footer .access .right {
  width: 30%;
  padding: 60px;
  box-sizing: border-box;
  background: #f1e8df;
  text-align: center;
}
.footer .access .right .right_inner {
  width: 340px;
  max-width: 100%;
}
.footer .access .right .text01 {
  font-size: 18px;
}
.footer .access .right .text02 {
  margin-bottom: 50px;
  font-size: 37px;
  letter-spacing: 0.2em;
  color: #2676a7;
}
.footer .access .right .row:nth-of-type(1) {
  margin-bottom: 50px;
}
.footer .access .right .term {
  margin-bottom: 10px;
}
.footer .access .right .desc {
  color: #1a1a1a;
  letter-spacing: 0.2em;
}
.footer .footer_sitemap {
  background: #467d9c;
}
.footer .footer_sitemap .sitemap_inner {
  position: relative;
  display: flex;
  justify-content: center;
  width: 1500px;
  max-width: 100%;
  padding: 150px 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.footer .footer_sitemap .sitemap_inner:before {
  content: "";
  position: absolute;
  left: 350px;
  bottom: 10px;
  width: 155px;
  height: 151px;
  background: url(../images/common/footer_kazari01.png) center/contain no-repeat;
}
.footer .footer_sitemap .sitemap_inner:after {
  content: "";
  position: absolute;
  right: 150px;
  bottom: 50px;
  width: 190px;
  height: 111px;
  background: url(../images/common/footer_kazari02.png) center/contain no-repeat;
}
.footer .footer_sitemap .link_text {
  position: relative;
  padding-left: 2em;
  margin-bottom: 20px;
}
.footer .footer_sitemap .link_text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 24px;
  background: url(../images/common/sitemap_arrow01.png) center/contain no-repeat;
}
.footer .footer_sitemap .link_text a {
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 18px;
}
.footer .footer_sitemap .text {
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 18px;
}
.footer .footer_sitemap .item {
  position: relative;
  padding-left: 2em;
}
.footer .footer_sitemap .item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 9px;
  height: 13px;
  margin: auto 0;
  background: url(../images/common/sitemap_arrow02.png) center/contain no-repeat;
}
.footer .footer_sitemap .item a {
  letter-spacing: 0.1em;
  color: #fff;
}
.footer .footer_sitemap .item:not(:last-of-type) {
  margin-bottom: 20px;
}
.footer .footer_sitemap .sitemap01 {
  margin-right: 50px;
}
.footer .footer_sitemap .sitemap02 {
  margin-right: 50px;
}
.footer .footer_sitemap .list_wrap {
  display: flex;
}
.footer .footer_sitemap .list_wrap .list:nth-of-type(1) {
  margin-right: 50px;
}
.footer .copy {
  padding: 20px 0;
  font-size: 18px;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 1300px) and (min-width: 768px) {
  .footer .footer_upper .inner:before {
    left: 20px;
    top: 50px;
    width: 29.9vw;
  }
  .footer .footer_upper .inner:after {
    right: 20px;
    top: 50px;
    width: 29.9vw;
  }
  .footer .footer_upper .inner .f_banner {
    max-width: 95%;
    padding-top: 40px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }
  .footer .footer_upper .inner .f_banner .baner_df {
    width: 100%;
    max-width: 100%;
    padding-right: 30px;
  }
  .footer .footer_upper .inner .f_banner .baner_df img {
    width: 100%;
  }
  .footer .footer_upper .inner .f_banner .baner_insta {
    width: 100%;
  }
  .footer .footer_upper .inner .f_banner .baner_insta img {
    width: 100%;
  }
  .footer .footer_sitemap .sitemap_inner:before {
    left: 50px;
  }
  .footer .footer_sitemap .sitemap_inner:after {
    right: 50px;
    bottom: 20px;
  }
}
@media screen and (max-width: 1300px) and (min-width: 768px) and (max-width: 768px) {
  .footer .access .right {
    padding: 20px;
  }
  .footer .footer_sitemap .sitemap_inner {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_upper .inner {
    padding: 13.8vw 0;
  }
  .footer .footer_upper .inner:before {
    left: 5.5vw;
    top: -8vw;
    width: 15.7vw;
    height: 12vw;
    background: url(../images/common/sp_footer_kazari01.png) center/contain no-repeat;
  }
  .footer .footer_upper .inner:after {
    display: none;
  }
  .footer .footer_upper .inner .f_banner {
    max-width: 90%;
    padding-top: 10vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
  }
  .footer .footer_upper .inner .f_banner .baner_df {
    padding-right: initial;
    padding-bottom: 4.2vw;
  }
  .footer .footer_upper .inner .f_banner .baner_df img {
    width: 100%;
  }
  .footer .footer_upper .inner .f_banner .baner_insta img {
    width: 100%;
  }
  .footer .footer_upper .logo {
    width: 28.5vw;
    height: 25.6vw;
    margin: 0 auto 2.7vw;
  }
  .footer .footer_upper .logo img {
    width: 100%;
  }
  .footer .footer_upper .text01 {
    margin-bottom: 2.7vw;
    font-size: 4.4vw;
  }
  .footer .footer_upper .clinic_name {
    width: 76.2vw;
    height: 13vw;
    margin: 0 auto 5.5vw;
  }
  .footer .footer_upper .text02 {
    width: 77.3vw;
    margin: 0 auto 5.5vw;
    font-size: 4.5vw;
  }
  .footer .footer_upper .contact_flex {
    display: block;
    margin-bottom: 5.5vw;
  }
  .footer .footer_upper .reserve_btn {
    width: 96vw;
    margin: 0 auto 5.5vw;
  }
  .footer .footer_upper .reserve_btn img {
    width: 100%;
  }
  .footer .footer_upper .tel_btn {
    width: 96vw;
    margin: 0 auto;
  }
  .footer .footer_upper .tel_btn img {
    width: 100%;
  }
  .footer .footer_upper .timetable {
    width: 96vw;
    margin: 0 auto;
  }
  .footer .footer_upper .timetable img {
    width: 100%;
  }
  .footer .access {
    flex-direction: column-reverse;
  }
  .footer .access .googlemap {
    width: 100%;
    height: 100vw;
  }
  .footer .access .right {
    width: 100%;
    padding: 8vw 0;
  }
  .footer .access .right .right_inner {
    width: 100%;
  }
  .footer .access .right .text01 {
    font-size: 4.8vw;
  }
  .footer .access .right .text02 {
    margin-bottom: 8vw;
    font-size: 9.8vw;
    letter-spacing: 0.2em;
    color: #2676a7;
  }
  .footer .access .right .row {
    display: flex;
    align-items: center;
    width: 90vw;
    margin: 0 auto;
  }
  .footer .access .right .row:nth-of-type(1) {
    margin-bottom: 8vw;
  }
  .footer .access .right .row:nth-of-type(1) .term img {
    width: 9.6vw;
    height: 13.6vw;
  }
  .footer .access .right .row:nth-of-type(2) .term img {
    width: 13.6vw;
    height: 13.6vw;
  }
  .footer .access .right .term {
    width: 20vw;
    margin-bottom: 0;
  }
  .footer .access .right .desc {
    width: 70vw;
    color: #1a1a1a;
    letter-spacing: 0.2em;
    font-size: 4.4vw;
  }
  .footer .footer_sitemap .sitemap_inner {
    display: block;
    padding: 10.6vw 5.5vw 21.3vw;
  }
  .footer .footer_sitemap .sitemap_inner:before {
    display: none;
  }
  .footer .footer_sitemap .sitemap_inner:after {
    width: 32.5vw;
    height: 51.2vw;
    right: 5.5vw;
    bottom: 1vw;
    background: url(../images/common/sp_footer_kazari02.png) center/contain no-repeat;
  }
  .footer .footer_sitemap .link_text {
    padding-left: 5.5vw;
    margin-bottom: 5.5vw;
  }
  .footer .footer_sitemap .link_text:before {
    width: 4.4vw;
    height: 6.4vw;
  }
  .footer .footer_sitemap .link_text a {
    font-size: 4vw;
  }
  .footer .footer_sitemap .text {
    margin-bottom: 5.5vw;
    font-size: 4vw;
  }
  .footer .footer_sitemap .item {
    width: 50%;
    padding-left: 4vw;
    box-sizing: border-box;
  }
  .footer .footer_sitemap .item:before {
    width: 2.4vw;
    height: 3.4vw;
  }
  .footer .footer_sitemap .item a {
    font-size: 3.8vw;
  }
  .footer .footer_sitemap .item:not(:last-of-type) {
    margin-bottom: 5.5vw;
  }
  .footer .footer_sitemap .sitemap01 {
    margin-right: 0;
    margin-bottom: 8vw;
  }
  .footer .footer_sitemap .sitemap01 .list {
    display: flex;
    flex-wrap: wrap;
  }
  .footer .footer_sitemap .sitemap02 {
    margin-right: 0;
    margin-bottom: 8vw;
  }
  .footer .footer_sitemap .list_wrap {
    display: flex;
  }
  .footer .footer_sitemap .list_wrap .list {
    width: 50%;
  }
  .footer .footer_sitemap .list_wrap .list:nth-of-type(1) {
    margin-right: 0;
  }
  .footer .footer_sitemap .list_wrap .item {
    width: 100%;
  }
  .footer .footer_sitemap .copy {
    padding: 2.7vw 0;
    font-size: 3.4vw;
  }
}

@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: 50%;
    text-align: center;
  }
  .sp_fixed .tel_cont a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: #dee6f2;
    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 .btn_inner:before {
    content: "";
    position: absolute;
    right: 4px;
    top: 14px;
    width: 17px;
    height: 15px;
    background: url(../images/common/fixed_kazari.png) center/contain no-repeat;
  }
  .sp_fixed .tel_cont .tel_text01 {
    position: relative;
    z-index: 3;
    margin: 0 0 8px;
    font-size: 13px;
    letter-spacing: 0.2em;
  }
  .sp_fixed .tel_cont .tel_text02 {
    position: relative;
    padding-left: 10px;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  .sp_fixed .tel_cont .tel_text02:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 16px;
    height: 16px;
    margin: auto 0;
    background: url(../images/common/fixed_icon_phone.png) center/contain no-repeat;
  }
  .sp_fixed .reserve_btn {
    width: 50%;
    text-align: center;
  }
  .sp_fixed .reserve_btn a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: url(../images/common/fixed_reserve_bg.jpg) center/cover no-repeat;
    color: #fff;
  }
  .sp_fixed .reserve_btn a:hover {
    opacity: 1;
    transition: none;
  }
  .sp_fixed .reserve_btn .btn_inner {
    position: relative;
    width: 187px;
    padding-left: 40px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .sp_fixed .reserve_btn .btn_inner img {
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: inline-block;
    width: 46px;
    height: 40px;
  }
  .sp_fixed .reserve_btn .reserve_text01 {
    font-size: 12px;
    letter-spacing: 0;
  }
  .sp_fixed .reserve_btn .reserve_text02 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
}/*# sourceMappingURL=common02.css.map */