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

p {
  max-height: 100%;
}

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

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

q, blockquote {
  quotes: none;
}

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

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

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

a:focus {
  outline: none;
}

a img {
  border: none;
}

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

textarea {
  overflow: auto;
}

label {
  cursor: pointer;
}

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

* html .clearfix {
  zoom: 1;
}

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

a {
  text-decoration: none;
  color: #482f19;
}

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%;
  min-width: 1024px;
  font-family: 'Noto sans jp', sans-serif;
  color: #4a330c;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sp {
  display: none;
}

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

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px 10px;
  letter-spacing: .1em;
}

.header .header_text {
  font-size: 12px;
}

.header .header_text02 {
  font-size: 34px;
  letter-spacing: .3em;
}

.header .right_title {
  width: 280px;
  padding: 5px 0;
  border-radius: 20px;
  background: #12b468;
  font-size: 13px;
  color: #fff;
  text-align: center;
}

.header .right_num a {
  position: relative;
  padding: 0 0 0 36px;
  font-size: 24px;
  letter-spacing: .2em;
}

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

.header .right_text {
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 5px 10px;
    letter-spacing: .1em;
  }
  .header .header_text {
    font-size: 2.9vw;
  }
  .header .header_text02 {
    font-size: 8vw;
    letter-spacing: .2em;
  }
  .header .header_address {
    display: none;
  }
  .header .header_right {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .sp_ham {
    position: fixed;
    z-index: 9000;
    top: 20px;
    right: 5px;
    width: 50px;
    height: 40px;
    padding: 2.7vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #fff;
  }
  .sp_ham.active {
    background: #fffef7;
  }
  .sp_ham span {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    width: 36px;
    height: 2px;
    background: #12b468;
    -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);
  }
}

@media screen and (max-width: 768px) {
  .sp_nav {
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 13.3vw 5.3vw 30vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #fffef7;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    overflow: scroll;
  }
  .sp_nav .clinic_name {
    padding: 13.3vw 0 0;
    margin: 0 0 8vw;
    text-align: center;
    font-size: 8vw;
  }
  .sp_nav .clinic_address {
    margin: 0 0 8vw;
    font-size: 4.2vw;
    text-align: center;
  }
  .sp_nav.active {
    opacity: 1;
    visibility: visible;
  }
  .sp_nav .list {
    position: relative;
  }
  .sp_nav .list:before {
    content: "";
    position: absolute;
    left: 5.3vw;
    bottom: -30vw;
    width: 10.6vw;
    height: 23.3vw;
    background: url(../images/common/tree01.png) center/contain no-repeat;
  }
  .sp_nav .list:after {
    content: "";
    position: absolute;
    right: 2.6vw;
    bottom: -30vw;
    width: 48vw;
    height: 14.8vw;
    background: url(../images/common/mountain01.png) center/contain no-repeat;
  }
  .sp_nav .item {
    position: relative;
    padding: 0 0 0 8vw;
  }
  .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 {
    font-family: "noto sans jp", sans-serif;
    font-size: 4.2vw;
    line-height: 3;
    letter-spacing: .13em;
  }
}

.nav {
  padding: 20px 0;
  letter-spacing: .3em;
}

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

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

.reserve_sec {
  padding: 80px 0;
}

.reserve_sec .box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 830px;
  border: 1px solid #12b568;
  margin: 0 auto;
}

.reserve_sec .reserve_left {
  width: 380px;
  padding: 50px 0;
  background: #12b568;
  color: #fff;
  text-align: center;
  letter-spacing: .2em;
}

.reserve_sec .left_text01 {
  margin: 0 0 10px;
  font-size: 20px;
}

.reserve_sec .left_text02 {
  width: 240px;
  border: 1px solid #fff;
  margin: 0 auto;
}

.reserve_sec .reserve_right {
  position: relative;
  padding: 20px 0 0 50px;
}

.reserve_sec .reserve_right:before {
  content: "";
  position: absolute;
  right: -90px;
  top: 20px;
  width: 58px;
  height: 128px;
  background: url(../images/common/tree01.png) center/contain no-repeat;
}

.reserve_sec .right_text01 {
  margin: 0 0 10px;
  font-size: 34px;
  letter-spacing: .3em;
}

.reserve_sec .right_text02 {
  position: relative;
  padding: 0 0 0 36px;
  border-bottom: 1px solid #4a330c;
  margin: 0 0 5px;
  font-size: 24px;
  letter-spacing: .2em;
}

.reserve_sec .right_text02:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 16px;
  height: 22px;
  margin: auto 0;
  background: url(../images/common/tel_icon01.png) center/contain no-repeat;
}

.reserve_sec .right_text03 {
  padding: 0 0 0 40px;
  font-size: 13px;
  letter-spacing: .3em;
}

@media screen and (max-width: 768px) {
  .reserve_sec {
    padding: 21.3vw 5.3vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .reserve_sec .box a {
    display: block;
    width: 100%;
    border: 1px solid #12b568;
    margin: 0 auto;
  }
  .reserve_sec .reserve_left {
    width: 100%;
    padding: 8vw 0;
    background: #12b568;
    color: #fff;
    text-align: center;
    letter-spacing: .2em;
  }
  .reserve_sec .left_text01 {
    margin: 0 0 10px;
    font-size: 4.8vw;
  }
  .reserve_sec .left_text02 {
    width: 53.3vw;
    padding: 1.3vw 0;
    border: 1px solid #fff;
    margin: 0 auto;
    font-size: 4.2vw;
  }
  .reserve_sec .reserve_right {
    position: relative;
    padding: 5.3vw;
    text-align: center;
  }
  .reserve_sec .reserve_right:before {
    content: "";
    position: absolute;
    right: 1.3vw;
    top: 15vw;
    width: 9.6vw;
    height: 21.3vw;
    background: url(../images/common/tree01.png) center/contain no-repeat;
  }
  .reserve_sec .right_text01 {
    margin: 0 0 2.6vw;
    font-size: 6.4vw;
    letter-spacing: .2em;
  }
  .reserve_sec .right_text02 {
    position: relative;
    width: 80%;
    padding: 0 0 0 8vw;
    border-bottom: 1px solid #4a330c;
    margin: 0 auto 2.6vw;
    font-size: 6.4vw;
    letter-spacing: .2em;
  }
  .reserve_sec .right_text02:before {
    content: "";
    position: absolute;
    left: 2.6vw;
    top: 0;
    bottom: 0;
    width: 4.2vw;
    height: 5.8vw;
    margin: auto 0;
    background: url(../images/common/tel_icon01.png) center/contain no-repeat;
  }
  .reserve_sec .right_text03 {
    padding: 0;
    font-size: 4vw;
    letter-spacing: .3em;
  }
}

.footer {
  padding: 100px 0 0;
}

.footer .upper {
  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: 1024px;
  padding: 0 80px;
  margin: 0 auto 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.footer .upper .left_name {
  margin: 0 0 10px;
  font-size: 34px;
  letter-spacing: .3em;
}

.footer .upper .left_address {
  margin: 0 0 10px;
  letter-spacing: .1em;
}

.footer .upper .left_text01 {
  width: 280px;
  padding: 5px 0;
  margin: 0 0 10px;
  border-radius: 20px;
  background: #12b468;
  font-size: 13px;
  color: #fff;
  text-align: center;
  letter-spacing: .1em;
}

.footer .upper .left_num {
  margin: 0 0 10px;
}

.footer .upper .left_num a {
  position: relative;
  padding: 0 0 0 36px;
  font-size: 24px;
  letter-spacing: .2em;
}

.footer .upper .left_num a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 16px;
  height: 22px;
  margin: auto 0;
  background: url(../images/common/tel_icon01.png) center/contain no-repeat;
}

.footer .upper .left_list_title {
  font-size: 12px;
}

.footer .upper .left_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 330px;
}

.footer .upper .left_list .item {
  margin: 0 10px 0 0;
  font-size: 12px;
}

.footer .map {
  height: 280px;
}

.footer .map iframe {
  width: 100%;
  height: 100%;
}

.footer .footer_bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1024px;
  padding: 60px 80px;
  margin: 0 auto;
  background: #fffef7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: .3em;
}

.footer .footer_bottom:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 10px;
  width: 163px;
  height: 46px;
  background: url(../images/common/bird01.png) center/contain no-repeat;
}

.footer .footer_bottom:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 30px;
  width: 192px;
  height: 128px;
  background: url(../images/staff/forest01.png) center/contain no-repeat;
}

.footer .footer_bottom .bottom_list.list01 {
  margin: 0 60px 0 0;
}

.footer .footer_bottom .bottom_list.list02 {
  margin: 0 60px 0 0;
}

.footer .footer_bottom .bottom_list.list03 {
  margin: 0 60px 0 0;
}

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

.footer .footer_bottom .center_title {
  margin: 0 0 20px;
  font-size: 14px;
}

.footer .footer_bottom .item a {
  font-size: 14px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 0;
  }
  .footer .upper {
    display: block;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 0 5.3vw;
    margin: 0 auto 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .footer .upper .left_name {
    margin: 0 0 2.6vw;
    font-size: 8vw;
    letter-spacing: .2em;
    text-align: center;
  }
  .footer .upper .left_address {
    margin: 0 0 2.6vw;
    letter-spacing: .1em;
    font-size: 4vw;
    text-align: center;
  }
  .footer .upper .left_text01 {
    width: 74.6vw;
    padding: 5px 0;
    margin: 0 auto 2.6vw;
    border-radius: 20px;
    background: #12b468;
    font-size: 3.4vw;
    color: #fff;
    text-align: center;
    letter-spacing: .1em;
  }
  .footer .upper .left_num {
    margin: 0 0 5.3vw;
    text-align: center;
  }
  .footer .upper .left_num a {
    position: relative;
    padding: 0 0 0 8vw;
    font-size: 8vw;
    letter-spacing: .2em;
  }
  .footer .upper .left_num a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4.2vw;
    height: 5.8vw;
    margin: auto 0;
    background: url(../images/common/tel_icon01.png) center/contain no-repeat;
  }
  .footer .upper .left_list_title {
    font-size: 4vw;
    margin: 0 0 2.6vw;
  }
  .footer .upper .left_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin: 0 0 8vw;
  }
  .footer .upper .left_list .item {
    margin: 0 2.6vw 0 0;
    font-size: 4vw;
    line-height: 2;
  }
  .footer .map {
    height: 74.6vw;
  }
  .footer .map iframe {
    width: 100%;
    height: 100%;
  }
  .footer .footer_bottom {
    position: relative;
    display: block;
    width: 100%;
    padding: 13.3vw 5.3vw;
    margin: 0 auto;
    background: #fffef7;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    letter-spacing: .1em;
  }
  .footer .footer_bottom:before {
    content: "";
    position: absolute;
    left: auto;
    right: 2.6vw;
    top: 8vw;
    width: 26.6vw;
    height: 7.5vw;
    background: url(../images/common/bird01.png) center/contain no-repeat;
  }
  .footer .footer_bottom:after {
    content: "";
    position: absolute;
    right: 2.6vw;
    bottom: 8vw;
    width: 40vw;
    height: 26.6vw;
    background: url(../images/staff/forest01.png) center/contain no-repeat;
  }
  .footer .footer_bottom .bottom_list.list01 {
    margin: 0 0 5.3vw;
  }
  .footer .footer_bottom .bottom_list.list02 {
    margin: 0 5.3vw 0 0;
  }
  .footer .footer_bottom .bottom_list.list03 {
    margin: 0;
  }
  .footer .footer_bottom .center_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0 0 5.3vw;
  }
  .footer .footer_bottom .center_title {
    margin: 0 0 20px;
    font-size: 4vw;
  }
  .footer .footer_bottom .item a {
    font-size: 4vw;
    line-height: 2;
  }
}

.to_top {
  position: fixed;
  right: 80px;
  bottom: 100px;
}

.to_top:hover {
  opacity: .7;
  -webkit-transition: .4s;
  transition: .4s;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .to_top {
    position: fixed;
    right: 2.6vw;
    bottom: 100px;
  }
  .to_top:hover {
    opacity: 1;
    -webkit-transition: none;
    transition: none;
  }
}

@media screen and (max-width: 767px) {
  .sp_fixed {
    position: fixed;
    z-index: 1000;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
  }
  .sp_fixed .tel_cont {
    width: 100%;
    background: #fff;
    text-align: center;
  }
  .sp_fixed .tel_cont a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #12b568;
    color: #fff;
  }
  .sp_fixed .tel_cont a:hover {
    opacity: 1;
    -webkit-transition: none;
    transition: none;
  }
  .sp_fixed .tel_cont .time_text01 {
    margin: 0 0 5px;
    font-size: 15px;
    letter-spacing: .05em;
  }
  .sp_fixed .tel_cont .time_text02 {
    font-size: 33px;
    font-weight: 500;
    letter-spacing: .1em;
  }
  .sp_fixed .tel_cont .time_text02 img {
    display: inline-block;
    padding: 0 10px 8px 0;
  }
}
/*# sourceMappingURL=common.css.map */