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

p {
  max-height: 100%;
}

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

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

q, blockquote {
  quotes: none;
}

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

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

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

a:focus {
  outline: none;
}

a img {
  border: none;
}

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

textarea {
  overflow: auto;
}

label {
  cursor: pointer;
}

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

* html .clearfix {
  zoom: 1;
}

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

a {
  text-decoration: none;
  color: #503c1b;
}

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

.sp {
  display: none;
}

br.between {
  display: none;
}

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

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

@media screen and (max-width: 767px) {
  body {
    margin-bottom: 80px;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .sec_text {
    font-size: 4.4vw;
  }
  .cont_text {
    font-size: 4.4vw;
  }
}
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 127px;
}
.header .header_left {
  padding: 0 0 0 10px;
}
.header .page_title {
  font-size: 13px;
  letter-spacing: 0.2em;
}
.header .clinic_name {
  font-family: "noto serif jp", serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.header .header_right {
  display: flex;
}
.header .reserve_btn {
  width: 250px;
  height: 60px;
  margin-right: 74px;
}
.header .reserve_btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 5px;
  padding-left: 80px;
  box-sizing: border-box;
  background: #df7400;
  font-size: 13px;
  letter-spacing: 0.2em;
  color: #542214;
}
.header .reserve_btn a .color {
  font-family: "noto serif jp", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
}
.header .reserve_btn a:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 10px;
  width: 41px;
  height: 36px;
  background: url(../images02/common/icon_pc.png) center/contain no-repeat;
}
.header .tel_btn {
  width: 100%;
  text-align: center;
}
.header .tel_btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 0 5px;
  background: rgba(159, 110, 65, 0.17);
  font-size: 13px;
  color: #2d0000;
}
.header .tel_btn a .num {
  font-size: 29px;
  line-height: 1.2;
  color: #2d0000;
}
.header .tel_btn a:before {
  content: "";
  position: absolute;
  left: 40px;
  top: 40px;
  width: 14px;
  height: 16px;
  background: url(../images02/common/icon_tel.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 {
    font-size: 3.2vw;
    letter-spacing: 0.2em;
  }
  .header .clinic_name {
    font-family: "noto serif jp", serif;
    font-size: 4.8vw;
    font-weight: 600;
    letter-spacing: 0.1em;
  }
  .header .clinic_name02 {
    width: 55.5vw;
  }
  .header .clinic_name02 img {
    width: 100%;
    vertical-align: top;
  }
  .header .header_right {
    display: none;
  }
}

.ham {
  position: absolute;
  z-index: 1001;
  top: 0px;
  right: 0;
  width: 74px;
  height: 60px;
  background: #fff;
  transition: all 0.4s;
}
.ham a {
  display: block;
  width: 100%;
  height: 100%;
  background: #79ba50;
  font-size: 12px;
  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: 18.6vw;
    height: 18.6vw;
    background: #fff;
    transition: all 0.4s;
  }
  .ham a {
    display: block;
    width: 100%;
    height: 100%;
    background: #79ba50;
    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: -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 .page_title {
  font-size: 13px;
  letter-spacing: 0.2em;
}
.copy_header .clinic_name {
  font-family: "noto serif jp", serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.copy_header .flexbox {
  display: flex;
  margin-right: 80px;
}
.copy_header .reserve_btn {
  height: 80px;
}
.copy_header .reserve_btn a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 10px 0 60px;
  box-sizing: border-box;
  background: #df7400;
  font-size: 13px;
  letter-spacing: 0.2em;
  color: #542214;
}
.copy_header .reserve_btn a .color {
  font-family: "noto serif jp", serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
}
.copy_header .reserve_btn a:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  width: 41px;
  height: 36px;
  margin: auto 0;
  background: url(../images02/common/icon_pc.png) center/contain no-repeat;
}
.copy_header .tel_btn {
  text-align: center;
  height: 80px;
}
.copy_header .tel_btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 10px 10px 30px;
  box-sizing: border-box;
  background: #eee4de;
  font-size: 14px;
  color: #2d0000;
}
.copy_header .tel_btn a .num {
  font-size: 24px;
  line-height: 1.8;
  color: #2d0000;
}
.copy_header .tel_btn a:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 45px;
  width: 14px;
  height: 16px;
  background: url(../images02/common/icon_tel.png) center/contain no-repeat;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .copy_header .clinic_name {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .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: #79ba50;
  font-size: 12px;
  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: rgba(121, 186, 80, 0.96);
  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(../images02/common/arrow_menu.png) center/contain no-repeat;
}
.ham_sitemap .link_text a {
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 17px;
}
.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(../images02/common/arrow_menu.png) center/contain no-repeat;
}
.ham_sitemap .sitemap01 .item a {
  letter-spacing: 0.1em;
  color: #fff;
  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: #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%;
    background: rgba(121, 186, 80, 0.96);
    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 .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;
  }
  .ham_sitemap .nav_contact .text02 {
    margin-bottom: 5.5vw;
    font-size: 4.4vw;
    letter-spacing: 0.1em;
  }
  .ham_sitemap .nav_contact .tel {
    width: 100%;
    margin-bottom: 2.7vw;
  }
  .ham_sitemap .nav_contact .tel img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ham_sitemap .nav_contact .reserve {
    width: 100%;
    margin-bottom: 5.5vw;
  }
  .ham_sitemap .nav_contact .reserve 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;
}
.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;
}
@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 {
  display: flex;
  width: 1280px;
  max-width: 100%;
  padding: 25px 0 0 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;
  }
}

.footer .footer_upper {
  padding: 100px 20px 80px;
  background: rgba(209, 215, 197, 0.3);
}
.footer .footer_text01 {
  margin-bottom: 10px;
  font-size: 20px;
  letter-spacing: 0.2em;
  text-align: center;
}
.footer .footer_text02 {
  margin-bottom: 20px;
  font-family: "noto serif jp", serif;
  font-size: 52px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-align: center;
}
.footer .footer_text03 {
  margin-bottom: 50px;
  text-align: center;
}
.footer .footer_text04 {
  margin-bottom: 30px;
  font-size: 24px;
  text-align: center;
}
.footer .link_flex {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.footer .tel_btn {
  margin-right: 50px;
}
.footer .timetable {
  text-align: center;
}
.footer .footer_banner {
  text-align: center;
  margin-top: 50px;
}
.footer .access {
  display: flex;
}
.footer .access .access_left {
  width: 40%;
  padding: 80px 20px;
  box-sizing: border-box;
  background: #b3cc40;
}
.footer .access .left_inner {
  width: 500px;
  max-width: 100%;
  margin-left: auto;
}
.footer .access .left_text {
  margin-bottom: 15px;
  letter-spacing: 0.1em;
  font-size: 600;
}
.footer .access .left_text02 {
  margin-bottom: 30px;
  font-size: 20px;
  font-size: 600;
  letter-spacing: 0.1em;
}
.footer .access .row {
  display: flex;
  align-items: center;
}
.footer .access .row:nth-of-type(1) {
  margin-bottom: 30px;
}
.footer .access .term {
  margin-right: 20px;
}
.footer .access .data {
  letter-spacing: 0.1em;
  line-height: 1;
}
.footer .access .data .color {
  font-size: 40px;
  color: #fff;
  text-shadow: #6f4e2b 1px 1px 1px, #6f4e2b -1px 0px 1px, #6f4e2b 0px -1px 1px, #6f4e2b 0px 1px 1px, #6f4e2b 1px 1px 1px, #6f4e2b -1px 1px 1px, #6f4e2b 1px -1px 1px, #6f4e2b -1px -1px 1px, #6f4e2b 1px 1px 1px, #6f4e2b -1px 1px 1px, #6f4e2b 1px -1px 1px, #6f4e2b -1px -1px 1px, #6f4e2b 1px 1px 1px, #6f4e2b -1px 1px 1px, #6f4e2b 1px -1px 1px, #6f4e2b -1px -1px 1px;
}
.footer .access .googlemap {
  width: 60%;
}
.footer .access .googlemap iframe {
  width: 100%;
  height: 100%;
}
.footer .sitemap {
  display: flex;
  justify-content: center;
  padding: 80px 20px;
  box-sizing: border-box;
  background: #f3f2de;
}
.footer .sitemap .link_text {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 20px;
}
.footer .sitemap .link_text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  height: 10px;
  margin: auto 0;
  background: url(../images02/common/arrow_menu02.png) center/contain no-repeat;
}
.footer .sitemap .link_text a {
  letter-spacing: 0.1em;
  color: #2c0000;
}
.footer .sitemap .item {
  position: relative;
  padding-left: 1.5em;
}
.footer .sitemap .item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  height: 10px;
  margin: auto 0;
  height: 10px;
  background: url(../images02/common/arrow_menu02.png) center/contain no-repeat;
}
.footer .sitemap .item a {
  letter-spacing: 0.1em;
  color: #2c0000;
}
.footer .sitemap .item:not(:last-of-type) {
  margin-bottom: 20px;
}
.footer .sitemap .sitemap01 {
  margin-right: 50px;
}
.footer .sitemap .sitemap02 {
  margin-right: 50px;
}
.footer .sitemap .list_wrap {
  display: flex;
}
.footer .sitemap .list_wrap .list:nth-of-type(1) {
  margin-right: 50px;
}
.footer .copy {
  padding: 20px;
  font-size: 20px;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 1040px) and (min-width: 768px) {
  .footer .footer_text02 {
    font-size: 40px;
  }
  .footer .access .access_left {
    width: 50%;
  }
  .footer .access .data .color {
    font-size: 30px;
  }
  .footer .access .googlemap {
    width: 50%;
  }
  .footer .sitemap .link_text {
    padding-left: 1em;
  }
  .footer .sitemap .link_text a {
    font-size: 1.8vw;
  }
  .footer .sitemap .item {
    padding-left: 1em;
  }
  .footer .sitemap .item a {
    font-size: 1.7vw;
  }
  .footer .sitemap .sitemap01 {
    margin-right: 10px;
  }
  .footer .sitemap .sitemap02 {
    margin-right: 10px;
  }
  .footer .sitemap .list_wrap .list:nth-of-type(1) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_upper {
    padding: 21.3vw 5.5vw 13.8vw;
    background: rgba(209, 215, 197, 0.3);
  }
  .footer .footer_text01 {
    margin-bottom: 2.7vw;
    font-size: 4.4vw;
    letter-spacing: 0.2em;
    text-align: center;
  }
  .footer .footer_text02 {
    margin-bottom: 5.5vw;
    font-family: "noto serif jp", serif;
    font-size: 5.5vw;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-align: center;
  }
  .footer .footer_text03 {
    margin-bottom: 13.8vw;
    text-align: center;
  }
  .footer .footer_text04 {
    margin-bottom: 30px;
    font-size: 4.8vw;
    text-align: center;
  }
  .footer .link_flex {
    display: block;
    margin-bottom: 8vw;
  }
  .footer .tel_btn {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8vw;
  }
  .footer .tel_btn img {
    width: 100%;
  }
  .footer .reserve_btn {
    width: 100%;
  }
  .footer .reserve_btn img {
    width: 100%;
  }
  .footer .timetable {
    text-align: center;
  }
  .footer .timetable img {
    width: 100%;
  }
  .footer .footer_banner {
    margin-top: 8vw;
  }
  .footer .footer_banner img {
    width: 100%;
  }
  .footer .access {
    display: block;
  }
  .footer .access .access_left {
    width: 100%;
    padding: 8vw 5.5vw;
    box-sizing: border-box;
    background: #b3cc40;
  }
  .footer .access .left_inner {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .footer .access .left_text {
    margin-bottom: 4vw;
    letter-spacing: 0.1em;
    font-size: 600;
    font-size: 4vw;
  }
  .footer .access .left_text02 {
    margin-bottom: 8vw;
    font-size: 4.4vw;
    font-size: 600;
    letter-spacing: 0.1em;
  }
  .footer .access .row {
    display: flex;
    align-items: center;
  }
  .footer .access .row:nth-of-type(1) {
    margin-bottom: 8vw;
  }
  .footer .access .term {
    width: 19.4vw;
    margin-right: 2.7vw;
  }
  .footer .access .term img {
    width: 100%;
  }
  .footer .access .data {
    letter-spacing: 0.1em;
    line-height: 1;
    font-size: 4vw;
  }
  .footer .access .data .color {
    font-size: 8vw;
    color: #fff;
    text-shadow: #6f4e2b 1px 1px 1px, #6f4e2b -1px 0px 1px, #6f4e2b 0px -1px 1px, #6f4e2b 0px 1px 1px, #6f4e2b 1px 1px 1px, #6f4e2b -1px 1px 1px, #6f4e2b 1px -1px 1px, #6f4e2b -1px -1px 1px, #6f4e2b 1px 1px 1px, #6f4e2b -1px 1px 1px, #6f4e2b 1px -1px 1px, #6f4e2b -1px -1px 1px, #6f4e2b 1px 1px 1px, #6f4e2b -1px 1px 1px, #6f4e2b 1px -1px 1px, #6f4e2b -1px -1px 1px;
  }
  .footer .access .googlemap {
    width: 100%;
    height: 80vw;
  }
  .footer .access .googlemap iframe {
    width: 100%;
    height: 100%;
  }
  .footer .sitemap {
    display: block;
    justify-content: center;
    padding: 21.3vw 5.5vw;
    box-sizing: border-box;
    background: #f3f2de;
  }
  .footer .sitemap .link_text {
    position: relative;
    padding-left: 1em;
    margin-bottom: 13.8vw;
    font-size: 4vw;
  }
  .footer .sitemap .link_text:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1vw;
    height: 2.1vw;
    margin: auto 0;
    background: url(../images02/common/arrow_menu02.png) center/contain no-repeat;
  }
  .footer .sitemap .link_text a {
    letter-spacing: 0.05em;
    color: #2c0000;
    font-size: 4vw;
  }
  .footer .sitemap .link_text02 {
    margin-bottom: 5.5vw;
  }
  .footer .sitemap .link_text03 {
    margin-bottom: 0;
  }
  .footer .sitemap .list {
    width: 48%;
  }
  .footer .sitemap .item {
    position: relative;
    padding-left: 1em;
  }
  .footer .sitemap .item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1vw;
    height: 2.1vw;
    margin: auto 0;
    background: url(../images02/common/arrow_menu02.png) center/contain no-repeat;
  }
  .footer .sitemap .item a {
    letter-spacing: 0.05em;
    color: #2c0000;
    font-size: 4vw;
  }
  .footer .sitemap .item:not(:last-of-type) {
    margin-bottom: 5.5vw;
  }
  .footer .sitemap .sitemap01 {
    margin-right: 0;
    margin-bottom: 13.8vw;
  }
  .footer .sitemap .sitemap02 {
    margin-right: 0;
    margin-bottom: 13.8vw;
  }
  .footer .sitemap .list_wrap {
    display: flex;
    justify-content: space-between;
  }
  .footer .sitemap .list_wrap .list:nth-of-type(1) {
    margin-right: 0;
  }
  .footer .copy {
    padding: 2.7vw 0;
    font-size: 4vw;
    letter-spacing: 0.2em;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .sp_fixed {
    position: fixed;
    z-index: 100;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 70px;
    display: flex;
    box-sizing: border-box;
  }
  .sp_fixed .tel_cont {
    width: 50%;
    text-align: center;
  }
  .sp_fixed .tel_cont a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px 0 0;
    box-sizing: border-box;
    background: #e8e0c1;
    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;
    left: 10px;
    top: 5px;
    width: 13px;
    height: 16px;
    background: url(../images02/common/kazari_telbtn01.png) center/contain no-repeat;
  }
  .sp_fixed .tel_cont .btn_inner:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 5px;
    width: 13px;
    height: 16px;
    background: url(../images02/common/kazari_telbtn02.png) center/contain no-repeat;
  }
  .sp_fixed .tel_cont .time_text01 {
    position: relative;
    z-index: 3;
    padding-top: 5px;
    margin: 0 0 5px;
    font-size: 13px;
    letter-spacing: 0;
  }
  .sp_fixed .tel_cont .time_text02 {
    position: relative;
    padding-left: 15px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.02em;
  }
  .sp_fixed .tel_cont .time_text02:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 3px;
    width: 16px;
    height: 16px;
    background: url(../images02/common/icon_tel.png) center/contain no-repeat;
  }
  .sp_fixed .reserve_btn {
    width: 50%;
    text-align: center;
  }
  .sp_fixed .reserve_btn a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px 0 0;
    box-sizing: border-box;
    background: #d57a11;
    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: 5px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
  }
  .sp_fixed .reserve_btn .reserve_text01 {
    margin: 0;
    padding-left: 10px;
    font-size: 16px;
    letter-spacing: 0;
  }
  .sp_fixed .reserve_btn .reserve_text02 {
    padding-left: 30px;
    font-family: "noto serif jp", serif;
    font-size: 22px;
    letter-spacing: 0.2em;
  }
}/*# sourceMappingURL=common05.css.map */