@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;
}

a:hover {
  opacity: 0.7;
  cursor: pointer;
  -webkit-transition: 0.4s ease;
  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%;
  padding: 120px 0 0;
  min-width: 1024px;
  font-family: 'Noto sans jp', sans-serif;
  color: #474747;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  body {
    min-width: 360px;
    padding: 80px 0 50px;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 120px;
  background: #fff;
}

.header .header_text {
  margin: 0 0 0 10px;
  font-size: 12px;
  color: #4f8fa9;
}

.header .left_rightbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0 30px;
}

.header .left .logobox {
  width: 284px;
  height: 62px;
  border-right: 1px solid #474747;
  padding: 0 16px 0 0;
  margin: 0 16px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header .left .logobox img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.header .left .address {
  font-size: 14px;
  letter-spacing: .14em;
}

.header .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 120px 0 0;
}

.header .right .box01 {
  width: 180px;
  margin: 0 10px 0 0;
  color: #397cb6;
  text-align: center;
}

.header .right .box01 .text01 {
  padding: 1.3px 2.6px;
  border: 1px solid #397cb6;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .07em;
}

.header .right .box01 .text02 {
  position: relative;
  padding: 0 0 0 1em;
  border-bottom: 1px solid #397cb6;
  font-size: 21px;
  letter-spacing: .04em;
}

.header .right .box01 .text02 img {
  position: absolute;
  left: .3vw;
  top: 0;
  bottom: 0;
  width: 13px;
  height: 17px;
  margin: auto 0;
}

.header .right .box01 .text03 {
  font-size: 12px;
  letter-spacing: .07em;
}

.header .right .box02 {
  position: relative;
  width: 130px;
  margin: auto 10px 0 0;
  border-radius: 13px 13px 0 0;
  text-align: center;
  line-height: 1.2;
}

.header .right .box02 a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 0 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 13px 13px 0 0;
  background: #f4bf36 url(../images/common/btn_bg01.png) center right/cover no-repeat;
}

.header .right .box02 .arrow {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  width: 74px;
  height: 9px;
  margin: 0 auto;
  background: url(../images/common/arrow01_1.png) center/contain no-repeat;
}

.header .right .box02 .medium {
  font-size: 24px;
}

.header .right .box02 .small {
  font-size: 21px;
}

.header .right .box02 .large {
  font-size: 26px;
}

@media screen and (max-width: 767px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 80px;
    background: #fff;
  }
  .header .header_text {
    margin: 0 0 5px 5px;
    font-size: 10px;
    color: #4f8fa9;
  }
  .header .left_rightbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 0 2.6vw;
  }
  .header .left .logobox {
    width: 150px;
    height: 35px;
    border-right: none;
    padding: 0 16px 0 0;
    margin: 0 16px 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .header .left .logobox img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .header .left .address {
    display: none;
    font-size: 14px;
    letter-spacing: .14em;
  }
  .header .right {
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 120px 0 0;
  }
  .header .right .box01 {
    width: 180px;
    margin: 0 10px 0 0;
    color: #397cb6;
    text-align: center;
  }
  .header .right .box01 .text01 {
    padding: 1.3px 2.6px;
    border: 1px solid #397cb6;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .07em;
  }
  .header .right .box01 .text02 {
    position: relative;
    padding: 0 0 0 1em;
    border-bottom: 1px solid #397cb6;
    font-size: 21px;
    letter-spacing: .04em;
  }
  .header .right .box01 .text02 img {
    position: absolute;
    left: .3vw;
    top: 0;
    bottom: 0;
    width: 13px;
    height: 17px;
    margin: auto 0;
  }
  .header .right .box01 .text03 {
    font-size: 12px;
    letter-spacing: .07em;
  }
  .header .right .box02 {
    position: relative;
    width: 130px;
    margin: auto 10px 0 0;
    border-radius: 13px 13px 0 0;
    text-align: center;
    line-height: 1.2;
  }
  .header .right .box02 a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px 0 13px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 13px 13px 0 0;
    background: #f4bf36 url(../images/common/btn_bg01.png) center right/cover no-repeat;
  }
  .header .right .box02 .arrow {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    width: 74px;
    height: 9px;
    margin: 0 auto;
    background: url(../images/common/arrow01_1.png) center/contain no-repeat;
  }
  .header .right .box02 .medium {
    font-size: 24px;
  }
  .header .right .box02 .small {
    font-size: 21px;
  }
  .header .right .box02 .large {
    font-size: 26px;
  }
}

/* =====header_sitemapここから===== */
.header_sitemap {
  display: none;
  position: fixed;
  z-index: 1500;
  display: none;
  top: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(68, 124, 185, 0.9);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.header_sitemap.active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.header_sitemap .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1024px;
  padding: 100px 0;
  margin: 0 auto;
}

.header_sitemap .sitemap01 {
  margin: 0 200px 0 0;
}

.header_sitemap .item {
  position: relative;
  padding: 0 0 0 30px;
}

.header_sitemap .item img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 12px;
  height: 20px;
  margin: auto 0;
}

.header_sitemap .item a {
  position: relative;
  padding: 0 0 0 1.5em;
  font-size: 18px;
  line-height: 3;
  letter-spacing: .13em;
  color: #fff;
}

.header_sitemap .item a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 16px;
  margin: auto 0;
  background: url(../images/common/footer_kira01.png) center/contain no-repeat;
}

@media screen and (max-width: 767px) {
  .header_sitemap {
    display: none;
  }
}

/* =====header_sitemapここまで===== */
.ham {
  position: fixed;
  z-index: 2000;
  right: 0;
  top: 0;
  width: 120px;
  height: 120px;
  cursor: pointer;
  background: #397cb6;
}

.ham:hover {
  opacity: .7;
  -webkit-transition: .4s all;
  transition: .4s all;
}

.ham .ham_text {
  padding: 10px 0 0;
  font-size: 20px;
  letter-spacing: .14em;
  color: #fff;
  text-align: center;
}

.ham span {
  position: absolute;
  left: 0;
  right: 0;
  width: 46px;
  height: 1px;
  background: #fff;
  margin: 0 auto;
  -webkit-transition: .4s;
  transition: .4s;
}

.ham span:nth-of-type(1) {
  top: 50px;
}

.ham span:nth-of-type(2) {
  top: 65px;
}

.ham span:nth-of-type(3) {
  top: 80px;
}

.ham.active {
  position: fixed;
}

.ham.active span {
  position: absolute;
  left: 40%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 1px;
  background: #fff;
}

.ham.active span:nth-of-type(1) {
  top: 65px;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

.ham.active span:nth-of-type(2) {
  display: none;
}

.ham.active span:nth-of-type(3) {
  top: 65px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .ham {
    display: none;
  }
}

.nav {
  height: 95px;
  padding: 7px 0;
  background: #fff;
  -webkit-box-shadow: 7px 7px 11px rgba(0, 0, 0, 0.1);
          box-shadow: 7px 7px 11px rgba(0, 0, 0, 0.1);
}

.nav .nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1024px;
  margin: 0 auto;
}

.nav .nav_item {
  width: 140px;
  height: 95px;
  text-align: center;
  border-right: 1px solid #9a9a9a;
}

.nav .nav_item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "noto sans jp", sans-serif;
  font-size: 13px;
  letter-spacing: .14em;
}

.nav .nav_item:nth-of-type(1) a:before {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  width: 47px;
  height: 9px;
  margin: 0 auto;
  background: url(../images/common/home.png) center/contain no-repeat;
}

.nav .nav_item:nth-of-type(2) a:before {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  width: 51px;
  height: 9px;
  margin: 0 auto;
  background: url(../images/common/story.png) center/contain no-repeat;
}

.nav .nav_item:nth-of-type(3) a:before {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  width: 73px;
  height: 9px;
  margin: 0 auto;
  background: url(../images/common/medical.png) center/contain no-repeat;
}

.nav .nav_item:nth-of-type(4) a:before {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  width: 48px;
  height: 9px;
  margin: 0 auto;
  background: url(../images/common/staff.png) center/contain no-repeat;
}

.nav .nav_item:nth-of-type(5) a:before {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  width: 71px;
  height: 9px;
  margin: 0 auto;
  background: url(../images/common/reserve.png) center/contain no-repeat;
}

.nav .nav_item:nth-of-type(6) a:before {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  width: 38px;
  height: 9px;
  margin: 0 auto;
  background: url(../images/common/info.png) center/contain no-repeat;
}

@media screen and (max-width: 768px) {
  .nav {
    display: none;
  }
}

/* =====sp_hamここから===== */
@media screen and (max-width: 768px) {
  .sp_ham {
    position: fixed;
    z-index: 1000;
    top: 10px;
    right: 5px;
    width: 48px;
    height: 48px;
    padding: 2.7vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #fff;
  }
  .sp_ham span {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    width: 36px;
    height: 2px;
    background: #397cb6;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .sp_ham span:nth-of-type(1) {
    top: 30%;
  }
  .sp_ham span:nth-of-type(2) {
    top: 50%;
  }
  .sp_ham span:nth-of-type(3) {
    top: 70%;
  }
  .sp_ham.active span:nth-of-type(1) {
    top: 48.5%;
    -webkit-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg);
  }
  .sp_ham.active span:nth-of-type(2) {
    display: none;
  }
  .sp_ham.active span:nth-of-type(3) {
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotate(-45deg);
  }
}

/* =====sp_hamここまで===== */
@media screen and (max-width: 768px) {
  .sp_nav {
    position: fixed;
    z-index: 2000;
    top: 80px;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 13.3vw 5.3vw 26.6vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #447cb9;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    overflow: scroll;
  }
  .sp_nav.active {
    opacity: 1;
    visibility: visible;
  }
  .sp_nav .item {
    position: relative;
    padding: 0 0 0 2.6vw;
  }
  .sp_nav .item img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3.2vw;
    height: 5.3vw;
    margin: auto 0;
  }
  .sp_nav .item a {
    position: relative;
    padding: 0 0 0 1.5em;
    font-size: 4.2vw;
    line-height: 3;
    letter-spacing: .13em;
    color: #fff;
  }
  .sp_nav .item a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 14px;
    height: 16px;
    margin: auto 0;
    background: url(../images/common/footer_kira01.png) center/contain no-repeat;
  }
}

.message_sec {
  padding: 40px 0;
  background: #4f8fa9;
}

.message_sec .inner {
  position: relative;
  width: 1024px;
  margin: 0 auto;
}

.message_sec .inner .illust01 {
  position: absolute;
  left: 15px;
  top: -20px;
  width: 158px;
  height: 121px;
  background: url(../images/common/message_kira01.png) center/cover no-repeat;
}

.message_sec .inner .illust02 {
  position: absolute;
  right: 15px;
  top: 20px;
  width: 158px;
  height: 121px;
  background: url(../images/common/message_kira02.png) center/cover no-repeat;
}

.message_sec .sec_text {
  width: 650px;
  margin: 0 auto;
  letter-spacing: .14em;
  line-height: 2;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .message_sec {
    padding: 10.6vw 5.3vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #4f8fa9;
    overflow: hidden;
  }
  .message_sec .inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .message_sec .inner .illust01 {
    position: absolute;
    left: -4.4vw;
    top: -8.6vw;
    width: 26.6vw;
    height: 20.3vw;
    background: url(../images/common/message_kira01.png) center/cover no-repeat;
  }
  .message_sec .inner .illust02 {
    position: absolute;
    right: -5.3vw;
    top: auto;
    bottom: -8vw;
    width: 26.6vw;
    height: 20.3vw;
    background: url(../images/common/message_kira02.png) center/cover no-repeat;
  }
  .message_sec .sec_text {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0 auto;
    letter-spacing: .14em;
    line-height: 2;
    color: #fff;
    font-size: 4.2vw;
  }
}

.contact_sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 80px 0 0;
}

.contact_sec .tel {
  width: 426px;
  height: 150px;
  background: #fff;
}

.contact_sec .tel a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 40px;
  border: 3px solid #ffc52f;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contact_sec .tel_text {
  position: relative;
  width: 330px;
  margin: 0 auto 15px;
  font-size: 17px;
  text-align: center;
}

.contact_sec .tel_text .illust01 {
  position: absolute;
  left: 20px;
  top: 0;
  width: 37px;
  height: 30px;
  background: url(../images/common/kira10.png) center/cover no-repeat;
}

.contact_sec .tel_text .illust02 {
  position: absolute;
  right: 20px;
  top: 0;
  width: 37px;
  height: 30px;
  background: url(../images/common/kira11.png) center/cover no-repeat;
}

.contact_sec .tel_num {
  width: 330px;
  margin: 0 auto;
  text-align: center;
  display: block;
  padding: 5px 0;
  border-top: 1px solid #474747;
  border-bottom: 1px solid #474747;
  font-size: 35px;
  letter-spacing: .04em;
  text-align: center;
  color: #474747;
}

.contact_sec .tel_num img {
  display: inline-block;
  padding: 0 10px 5px 0;
  width: 24px;
  height: 32px;
}

.contact_sec .reserve {
  width: 426px;
  height: 150px;
}

.contact_sec .reserve a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 0 20px 170px;
  border: 3px solid #ffc52f;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffc52f url(../images/caries/btn_bg.png) center right/contain no-repeat;
  color: #474747;
}

.contact_sec .reserve img {
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
  width: 173px;
  height: 142px;
  margin: auto 0;
}

.contact_sec .reserve .text01 {
  margin: 0 0 0 20px;
  font-size: 21px;
  font-weight: 300;
}

.contact_sec .reserve .text02 {
  font-size: 42px;
  font-weight: 300;
}

.contact_sec .reserve .arrow {
  position: absolute;
  bottom: 15px;
  right: 20px;
  width: 242px;
  height: 15px;
  background: url(../images/common/arrow02.png) center/cover no-repeat;
}

@media screen and (max-width: 768px) {
  .contact_sec {
    display: block;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 21.3vw 5.3vw 0;
  }
  .contact_sec .tel {
    width: 100%;
    height: auto;
    margin: 0 0 13.3vw;
    background: #fff;
  }
  .contact_sec .tel a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 2.6vw;
    border: 3px solid #ffc52f;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .contact_sec .tel_text {
    position: relative;
    width: 100%;
    margin: 0 auto 4vw;
    font-size: 4.2vw;
    text-align: center;
  }
  .contact_sec .tel_text .illust01 {
    position: absolute;
    left: 5.3vw;
    top: 0;
    width: 9.8vw;
    height: 8vw;
    background: url(../images/common/kira10.png) center/cover no-repeat;
  }
  .contact_sec .tel_text .illust02 {
    position: absolute;
    right: 5.3vw;
    top: 0;
    width: 9.8vw;
    height: 8vw;
    background: url(../images/common/kira11.png) center/cover no-repeat;
  }
  .contact_sec .tel_num {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: block;
    padding: 1.3vw 0;
    border-top: 1px solid #474747;
    border-bottom: 1px solid #474747;
    font-size: 8vw;
    letter-spacing: .04em;
    text-align: center;
    color: #474747;
  }
  .contact_sec .tel_num img {
    display: inline-block;
    padding: 0 2.6vw 1.3vw 0;
    width: 6.4vw;
    height: 8.5vw;
  }
  .contact_sec .reserve {
    width: 100%;
    height: auto;
  }
  .contact_sec .reserve a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 2.6vw;
    border: 3px solid #ffc52f;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #ffc52f url(../images/caries/btn_bg.png) center right/contain no-repeat;
    color: #474747;
  }
  .contact_sec .reserve img {
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 0;
    width: 26.6vw;
    height: 21.8vw;
    margin: auto 0;
  }
  .contact_sec .reserve .text01 {
    margin: 0 0 0 2.6vw;
    font-size: 4.8vw;
    font-weight: 300;
    text-align: center;
  }
  .contact_sec .reserve .text02 {
    font-size: 8vw;
    font-weight: 300;
    text-align: center;
  }
  .contact_sec .reserve .arrow {
    position: absolute;
    bottom: 1.3vw;
    right: 0;
    left: 0;
    width: 64.5vw;
    height: 4vw;
    margin: 0 auto;
    background: url(../images/common/arrow02.png) center/cover no-repeat;
  }
}

.footer {
  padding: 60px 0 0;
  letter-spacing: .1em;
}

.footer .logo {
  width: 532px;
  margin: 0 auto 30px;
}

.footer .footer_text {
  width: 910px;
  padding: 0 0 5px;
  border-bottom: 1px solid #397cb6;
  margin: 0 auto 80px;
  font-size: 15px;
  text-align: center;
}

.footer .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 900px;
  margin: 0 auto 70px;
}

.footer .flex .left {
  width: 300px;
}

.footer .flex .left_text {
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 2;
}

.footer .flex .tel {
  margin: 0 0 20px;
}

.footer .flex .tel a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px 0 8px 30px;
  border-top: 1px solid #1d506f;
  border-bottom: 1px solid #1d506f;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 33px;
  letter-spacing: .04em;
  text-align: center;
  color: #1d506f;
}

.footer .flex .tel a img {
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  width: 21px;
  height: 27px;
  margin: auto 0;
}

.footer .flex .btn {
  width: 298px;
  height: 64px;
}

.footer .flex .right {
  width: 503px;
}

.footer .flex .right_text {
  padding: 0 1em 0 0;
  margin: 0 0 10px;
  text-align: right;
}

.footer .flex .box {
  width: 100%;
  padding: 10px 0;
  border-radius: 10px;
  background: #d9e9ed;
  font-size: 15px;
  text-align: center;
}

.footer .footer_map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.footer .footer_map .left {
  width: 70%;
  background: #ccc;
}

.footer .footer_map .left iframe {
  width: 100%;
  height: 100%;
}

.footer .footer_map .right {
  width: 30%;
  padding: 30px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #397cb6;
  color: #fff;
}

.footer .footer_map .right_title {
  margin: 0 0 20px;
  font-size: 18px;
}

.footer .footer_map .right_text {
  font-size: 15px;
  line-height: 2;
}

.footer .footer_bottom {
  padding: 50px 0;
  background: #265071 url(../images/common/footer_bg.png) center bottom/cover no-repeat;
  letter-spacing: .14em;
}

.footer .footer_bottom .bottom_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 1024px;
  margin: 0 auto;
}

.footer .footer_bottom .item a {
  position: relative;
  padding: 0 0 0 30px;
  color: #fff;
  line-height: 2;
}

.footer .footer_bottom .bottom_left .item a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 16px;
  margin: auto 0;
  background: url(../images/common/footer_kira01.png) center/contain no-repeat;
}

.footer .footer_bottom .center_title {
  position: relative;
  padding: 0 0 0 30px;
  color: #fff;
  line-height: 2;
}

.footer .footer_bottom .center_title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 16px;
  margin: auto 0;
  background: url(../images/common/footer_kira01.png) center/contain no-repeat;
}

.footer .footer_bottom .center_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 0 40px;
}

.footer .footer_bottom .bottom_center .item a:before {
  content: "・";
}

.footer .footer_bottom .bottom_right {
  width: 232px;
}

.footer .footer_bottom .telbox {
  position: relative;
  margin: 0 0 20px;
}

.footer .footer_bottom .telbox:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 23px;
  height: 18px;
  background: url(../images/common/footer_kira02.png) center/contain no-repeat;
}

.footer .footer_bottom .telbox:after {
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  width: 23px;
  height: 18px;
  background: url(../images/common/footer_kira02.png) center/contain no-repeat;
}

.footer .footer_bottom .tel_text {
  margin: 0 0 10px;
  text-align: center;
  color: #fff;
}

.footer .footer_bottom .tel_num a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 0 5px 30px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 27px;
  color: #fff;
}

.footer .footer_bottom .tel_num a img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 17px;
  height: 22px;
  margin: auto 0;
}

.footer .footer_bottom .btn {
  width: 223px;
  height: 63px;
  border-radius: 10px;
  background: #fff;
}

.footer .footer_bottom .btn a {
  width: 100%;
  height: 100%;
}

.footer .copy {
  padding: 50px 0 0;
  text-align: center;
}

.footer .copy small {
  font-size: 15px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 13.3vw 0 0;
    letter-spacing: .1em;
  }
  .footer .logo {
    width: 90%;
    margin: 0 auto 8vw;
  }
  .footer .footer_text {
    width: 90%;
    padding: 0 0 1.3vw;
    border-bottom: 1px solid #397cb6;
    margin: 0 auto 13.3vw;
    font-size: 4vw;
    text-align: center;
  }
  .footer .flex {
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 0 5.3vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto 70px;
  }
  .footer .flex .left {
    width: 100%;
  }
  .footer .flex .left_text {
    margin: 0 0 5.3vw;
    font-size: 4vw;
    line-height: 2;
    text-align: center;
  }
  .footer .flex .tel {
    margin: 0 0 5.3vw;
  }
  .footer .flex .tel a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 2.6vw 8vw 2.6vw 13.3vw;
    border-top: 1px solid #1d506f;
    border-bottom: 1px solid #1d506f;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 8vw;
    letter-spacing: .04em;
    text-align: center;
    color: #1d506f;
  }
  .footer .flex .tel a img {
    position: absolute;
    left: 8vw;
    top: 0;
    bottom: 0;
    width: 5.6vw;
    height: 7.2vw;
    margin: auto 0;
  }
  .footer .flex .btn {
    width: 79.4vw;
    height: 17vw;
    margin: 0 auto 8vw;
  }
  .footer .flex .right {
    width: 100%;
  }
  .footer .flex .right_text {
    padding: 0 1em 0 0;
    margin: 0 0 2.6vw;
    text-align: right;
    font-size: 4.2vw;
  }
  .footer .flex .box {
    width: 100%;
    padding: 2.6vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 10px;
    background: #d9e9ed;
    font-size: 4vw;
    text-align: center;
  }
  .footer .footer_map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%;
  }
  .footer .footer_map .left {
    width: 100%;
    height: 66.6vw;
    background: #ccc;
  }
  .footer .footer_map .left iframe {
    width: 100%;
    height: 100%;
  }
  .footer .footer_map .right {
    width: 100%;
    padding: 8vw 5.3vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #397cb6;
    color: #fff;
  }
  .footer .footer_map .right_title {
    margin: 0 0 5.3vw;
    font-size: 4.8vw;
  }
  .footer .footer_map .right_text {
    font-size: 4vw;
    line-height: 2;
  }
  .footer .footer_bottom {
    padding: 13.3vw 5.3vw;
    background: #265071 url(../images/common/footer_bg.png) center bottom/cover no-repeat;
    letter-spacing: .14em;
  }
  .footer .footer_bottom .bottom_inner {
    display: block;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 100%;
    margin: 0 auto;
  }
  .footer .footer_bottom .item a {
    position: relative;
    padding: 0 0 0 8vw;
    color: #fff;
    line-height: 3;
    font-size: 4.2vw;
  }
  .footer .footer_bottom .bottom_left .item a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3.8vw;
    height: 4.2vw;
    margin: auto 0;
    background: url(../images/common/footer_kira01.png) center/contain no-repeat;
  }
  .footer .footer_bottom .center_title {
    position: relative;
    padding: 0 0 0 8vw;
    color: #fff;
    line-height: 3;
    font-size: 4.2vw;
  }
  .footer .footer_bottom .center_title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3.8vw;
    height: 4.2vw;
    margin: auto 0;
    background: url(../images/common/footer_kira01.png) center/contain no-repeat;
  }
  .footer .footer_bottom .center_flex {
    display: block;
    padding: 0 0 8vw;
  }
  .footer .footer_bottom .bottom_center .item a:before {
    content: "・";
  }
  .footer .footer_bottom .bottom_right {
    width: 100%;
  }
  .footer .footer_bottom .telbox {
    position: relative;
    margin: 0 0 5.3vw;
  }
  .footer .footer_bottom .telbox:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1.3vw;
    width: 6.1vw;
    height: 4.8vw;
    background: url(../images/common/footer_kira02.png) center/contain no-repeat;
  }
  .footer .footer_bottom .telbox:after {
    content: "";
    position: absolute;
    right: 0;
    top: 5px;
    width: 23px;
    height: 18px;
    background: url(../images/common/footer_kira02.png) center/contain no-repeat;
  }
  .footer .footer_bottom .tel_text {
    margin: 0 0 2.6vw;
    text-align: center;
    color: #fff;
    font-size: 4.2vw;
  }
  .footer .footer_bottom .tel_num a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 1.3vw 0 1.3vw 18.6vw;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 8vw;
    color: #fff;
  }
  .footer .footer_bottom .tel_num a img {
    position: absolute;
    left: 8vw;
    top: 0;
    bottom: 0;
    width: 4.5vw;
    height: 5.8vw;
    margin: auto 0;
  }
  .footer .footer_bottom .btn {
    width: 59.4vw;
    height: 16.8vw;
    margin: 0 auto;
    border-radius: 10px;
    background: #fff;
  }
  .footer .footer_bottom .btn a {
    width: 100%;
    height: 100%;
  }
  .footer .copy {
    padding: 8vw 0 0;
    text-align: center;
  }
  .footer .copy small {
    font-size: 3.2vw;
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .sp_fixed {
    position: fixed;
    z-index: 1000;
    left: 0;
    bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
  }
  .sp_fixed .tel_cont {
    width: 50%;
    background: #fff;
    text-align: center;
  }
  .sp_fixed .tel_cont a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #397cb6;
    color: #fff;
  }
  .sp_fixed .tel_cont .time_text01 {
    font-size: 12px;
  }
  .sp_fixed .tel_cont .time_text02 {
    font-size: 21px;
    font-weight: 500;
  }
  .sp_fixed .tel_cont .time_text02 img {
    padding: 0 5px 0 0;
    vertical-align: middle;
  }
  .sp_fixed .tel_cont .time_text03 {
    font-size: 12px;
  }
  .sp_fixed .tel_cont .time_text03 .space {
    padding: 0 1em 0 0;
  }
  .sp_fixed .reserve_cont {
    width: 50%;
    background: #fff;
    text-align: center;
  }
  .sp_fixed .reserve_cont a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 12px 12px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #ffc52f url(../images/caries/btn_bg.png) center right/contain no-repeat;
  }
  .sp_fixed .reserve_cont .time_text01 {
    margin: 0;
    font-size: 16px;
  }
  .sp_fixed .reserve_cont .time_text02 {
    position: relative;
    font-size: 20px;
    padding: 0 0 0 30px;
  }
  .sp_fixed .reserve_cont .time_text02 img {
    position: absolute;
    top: -20px;
    left: 0;
  }
}

.to_top {
  position: fixed;
  z-index: 200;
  bottom: 20px;
  right: 20px;
  width: 75px;
  height: 75px;
}

@media screen and (max-width: 768px) {
  .to_top {
    position: fixed;
    z-index: 200;
    bottom: 24vw;
    right: 2.6vw;
    width: 13.3vw;
    height: 13.3vw;
  }
  .to_top a:hover {
    opacity: 1;
  }
}
/*# sourceMappingURL=common.css.map */