@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600&family=Cormorant+SC:wght@300&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
/*----------------------------------------------------*/
/* element reset
------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, a, input {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}

body {
  line-height: 1;
}

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

ul, ol, dl {
  list-style: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: inherit;
  font: 100%;
}

th, td, img {
  border: 0;
}

caption, th {
  text-align: left;
}

img, a img {
  background: transparent;
}

address {
  font-style: normal;
}

hr {
  display: none;
}

input, select {
  vertical-align: middle;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*----------------------------------------------------*/
/* link
------------------------------------------------------*/
a:link {
  text-decoration: none;
  color: #4e4c43;
}

a:visited {
  text-decoration: none;
  color: #4e4c43;
}

a:hover {
  text-decoration: none;
  color: #4e4c43;
}

a:active {
  text-decoration: none;
  color: #4e4c43;
}

a:hover img,
input[type=image]:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

a[href*="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a[href*="tel:"] {
    pointer-events: initial;
  }
}

/* ------------------------------------
// base
------------------------------------ */
html {
  font-size: 62.5%;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 1.3020833333vw;
  }
}

body {
  color: #4e4c43;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 2.2;
  margin: 0;
  padding-top: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.sp,
.md {
  display: none !important;
}

@media screen and (max-width: 1023px) {
  .pc {
    display: none !important;
  }
  .md {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.2rem;
  }
  .sp {
    display: block !important;
  }
  .pc-md {
    display: none !important;
  }
  p {
    word-break: break-all;
  }
}
/* 
このサイトはSASSを利用しています。
修正は、それぞれ、./sass/フォルダにある .scssをご利用ください。
----------------------------------- */
/* header
----------------------------------- */
#header {
  background: #fff;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 20;
}
#header > div {
  position: relative;
}
#header .hd_logo {
  background: #fff;
  left: 0;
  padding: 16px 1em 30px 6%;
  position: absolute;
  top: 0;
  width: 36%;
  z-index: 13;
}
#header .hd_logo img {
  width: 76%;
}
#header .hd_logo span {
  display: block;
  font-size: 0.7vw;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0.4em;
}
#header ul.nav {
  display: none;
}
#header ul.subnav {
  display: flex;
  justify-content: flex-end;
}
#header ul.subnav li {
  align-items: stretch;
  display: flex;
  line-height: 1.2;
}
#header ul.subnav li a {
  align-items: center;
  color: #fff !important;
  display: flex;
  font-weight: 500;
}
#header ul.subnav li:first-child a {
  background: #cabb89;
  padding: 56px 1em 14px;
  position: relative;
}
#header ul.subnav li:first-child a:before {
  background: url("img/cmn/icon_pc.png") no-repeat;
  background-size: 100% auto;
  content: "";
  height: 32px;
  left: 50%;
  margin-left: -23px;
  position: absolute;
  top: 16px;
  width: 46px;
}
#header ul.subnav li:nth-child(2) {
  width: 204px;
}
#header ul.subnav li:nth-child(2) a {
  background-color: #c0ae72;
  flex-wrap: wrap;
  padding: 20px 0 20px 46px;
  position: relative;
}
#header ul.subnav li:nth-child(2) a:before {
  background: url("img/cmn/icon_sp.png") no-repeat;
  background-size: 100% auto;
  content: "";
  height: 47px;
  left: 10px;
  position: absolute;
  top: 20px;
  width: 28px;
}
#header ul.subnav li:nth-child(2) a strong {
  width: 100%;
}
#header ul.subnav li:nth-child(2) a span {
  font-size: 2.2rem;
}
#header ul.subnav li:last-child a {
  background: #7ecef4;
  padding: 0 30px;
}
#header ul.subnav li:last-child a img {
  width: 41px;
}
#header .btn_menu {
  display: none;
}
#header #spmenu {
  display: none;
}
@media screen and (max-width: 1023px) {
  #header .hd_logo {
    padding: 1.3vw 1em 2.5vw 6%;
  }
  #header .hd_logo img {
    width: 100%;
  }
  #header .hd_logo span {
    font-size: 0.9vw;
  }
  #header ul.subnav li:first-child a {
    font-size: 1.1vw;
    padding: 4.6vw 1em 1.1vw;
  }
  #header ul.subnav li:first-child a:before {
    height: 2.6vw;
    margin-left: -1.9vw;
    top: 1.3vw;
    width: 3.8vw;
  }
  #header ul.subnav li:nth-child(2) {
    width: 17vw;
  }
  #header ul.subnav li:nth-child(2) a {
    font-size: 1.1vw;
    padding: 1.6vw 0 1.6vw 3.8vw;
  }
  #header ul.subnav li:nth-child(2) a:before {
    height: 3.9vw;
    left: 0.8vw;
    top: 1.6vw;
    width: 2.3vw;
  }
  #header ul.subnav li:nth-child(2) a span {
    font-size: 1.6vw;
  }
  #header ul.subnav li:last-child a {
    padding: 0 1.6vw;
  }
  #header ul.subnav li:last-child a img {
    width: 4vw;
  }
}
@media screen and (max-width: 767px) {
  #header {
    left: auto;
    position: fixed;
    top: 0;
  }
  #header > div {
    display: flex;
    justify-content: space-between;
  }
  #header .hd_logo {
    font-size: 0;
    left: auto;
    padding: 0.9rem 0 1rem 4.4rem;
    position: static;
    top: auto;
    width: 28rem;
    z-index: 1;
  }
  #header .hd_logo img {
    width: 100%;
  }
  #header .hd_logo span {
    display: none;
  }
  #header ul.subnav {
    display: none;
  }
  #header .btn_menu {
    background: #7ecef4;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: "Barlow", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    padding: 6rem 3rem 1.6rem;
    position: relative;
    white-space: nowrap;
  }
  #header .btn_menu:before {
    background: url("img/cmn/menu_open.png") no-repeat;
    background-size: 100% auto;
    content: "";
    height: 3.3rem;
    left: 50%;
    margin-left: -1.65rem;
    pointer-events: none;
    position: absolute;
    top: 1.8rem;
    width: 3.3rem;
  }
  #header .btn_menu.js-menuOpen {
    z-index: 20;
  }
  #header #spmenu {
    display: block;
    position: fixed;
    left: 0;
    top: 9rem;
    width: 100%;
    height: calc(100vh - 9rem);
    overflow-y: auto;
    z-index: 16;
    background: #f5f0ec;
    transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.3s, opacity 0.3s, transform 0s linear 0.3s;
  }
  .js-menuOpen #header #spmenu {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    transition: visibility 0.3s, opacity 0.3s, transform 0s;
  }
  #header #spmenu div {
    padding: 4rem 4.4rem 1.5em;
  }
  #header #spmenu .spmenu_gnav {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5em;
  }
  #header #spmenu .spmenu_gnav > li {
    line-height: 1.2;
    margin-bottom: 1rem;
    width: 48%;
  }
  #header #spmenu .spmenu_gnav > li > a {
    background: #ac9753;
    color: #fff;
    font-size: 2.8rem;
    display: block;
    padding: 0.5em 0.2em;
    text-align: center;
  }
  #header #spmenu .spmenu_gnav > li:nth-child(5) {
    width: 100%;
  }
  #header #spmenu .spmenu_gnav > li ul.sub1 {
    background: #bab3a1;
    padding: 0.6em 0.2em;
    text-align: center;
  }
  #header #spmenu .spmenu_gnav > li ul.sub1 li {
    display: inline-block;
    font-size: 2.6rem;
    line-height: 1.8;
  }
  #header #spmenu .spmenu_gnav > li ul.sub1 li a {
    color: #fff;
  }
  #header #spmenu .spmenu_gnav > li ul.sub1 li:after {
    content: "｜";
    color: #fff;
    display: inline-block;
    height: 1em;
    width: 1em;
  }
  #header #spmenu .spmenu_gnav > li ul.sub1 li:last-child:after {
    display: none;
  }
  #header #spmenu .spmenu_gnav > li ul.sub2 li {
    line-height: 1.2;
  }
  #header #spmenu .spmenu_gnav > li ul.sub2 li a {
    background: #cabb89;
    color: #fff;
    display: block;
    font-size: 2.8rem;
    padding: 0.5em 0.2em;
    text-align: center;
  }
  #header #spmenu .spmenu_gnav > li ul.sub2 li:first-child a {
    padding-top: 0.8em;
  }
  #header #spmenu .spmenu_gnav > li ul.sub2 li:last-child a {
    padding-bottom: 1em;
  }
  #header #spmenu p {
    font-size: 2.8rem;
  }
  #header #spmenu p.access {
    line-height: 1.1;
    margin-bottom: 1.5em;
    text-align: center;
  }
  #header #spmenu p.access a {
    background: #7ecef4;
    color: #fff;
    display: inline-block;
    padding: 0.5em 1.5em;
  }
  #header #spmenu p.table_note {
    margin: 0.5em 0 1em;
  }
  #header #spmenu p.table_note span {
    color: #c0ae72;
  }
  #header #spmenu table {
    width: 100%;
  }
  #header #spmenu table th,
  #header #spmenu table td {
    border-bottom: 1px solid #e6e8e8;
    font-weight: 400;
  }
  #header #spmenu table thead th {
    font-size: 2.4rem;
    font-weight: 400;
    text-align: center;
  }
  #header #spmenu table thead th:nth-of-type(1) {
    font-size: 2.8rem;
    font-weight: 500;
    text-align: left;
  }
  #header #spmenu table tbody th {
    font-size: 2.8rem;
  }
  #header #spmenu table tbody td {
    font-size: 2.4rem;
    text-align: center;
    width: 7.5%;
  }
  #header #spmenu table tbody td.color {
    color: #c0ae72;
  }
  #header #spmenu .time_info li {
    font-size: 2.8rem;
    line-height: 1.7;
    margin-bottom: 1em;
  }
  #header #spmenu .time_info li dt {
    font-weight: 500;
  }
  #header #spmenu .nav_btm {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  #header #spmenu .nav_btm li {
    display: flex;
  }
  #header #spmenu .nav_btm li a {
    align-items: center;
    background: #cabb89;
    color: #fff;
    display: flex;
    font-size: 2.4rem;
    font-weight: 500;
    width: 100%;
  }
  #header #spmenu .nav_btm li:first-child {
    width: 40%;
  }
  #header #spmenu .nav_btm li:first-child a {
    background: #cabb89 url("img/cmn/icon_pc.png") center 2.5rem no-repeat;
    background-size: 6.4rem auto;
    justify-content: center;
    padding: 7rem 0.1rem 1rem;
  }
  #header #spmenu .nav_btm li:nth-child(2) {
    width: 47%;
  }
  #header #spmenu .nav_btm li:nth-child(2) a {
    background: #c0ae72 url("img/cmn/icon_sp.png") 1.8rem center no-repeat;
    background-size: 3.8rem auto;
    line-height: 1.6;
    padding: 0 0 0 7.4rem;
  }
  #header #spmenu .nav_btm li:last-child {
    text-align: center;
    width: 13%;
  }
  #header #spmenu .nav_btm li:last-child a {
    background: #ac9753;
    justify-content: center;
  }
  #header #spmenu .nav_btm li:last-child a img {
    width: 1.8rem;
  }
}

.js-menuOpen #header .btn_menu:before {
  background: url("img/cmn/menu_close.png") no-repeat;
  background-size: 100% auto;
}

#header.fixed {
  transition: 0.3s ease-out;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(-100%);
}
#header.fixed.show {
  transform: translateY(0);
}
#header.fixed > div {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#header.fixed .hd_logo {
  display: none;
}
#header.fixed ul.nav {
  display: flex;
  justify-content: space-between;
  margin: 0 2em;
}
#header.fixed ul.nav > li a {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 1.5em 1em;
}
#header.fixed ul.nav > li a:hover {
  color: #c0ae72;
}
#header.fixed ul.nav > li:nth-child(4) {
  position: relative;
}
#header.fixed ul.nav > li:nth-child(4) ul {
  background: #fff;
  left: 0;
  margin: 0 -2em;
  opacity: 0;
  padding-bottom: 0.5em;
  position: absolute;
  transition: 0.4s;
  top: 5em;
  visibility: hidden;
  width: 13em;
  background: #fff;
}
#header.fixed ul.nav > li:nth-child(4) ul li {
  line-height: 1.4;
}
#header.fixed ul.nav > li:nth-child(4) ul li a {
  font-size: 1.4rem;
  padding: 0.5em 2em;
}
#header.fixed ul.nav > li:nth-child(4) ul li:nth-child(3) {
  border-bottom: 1px dotted #c0ae72;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
#header.fixed ul.nav > li:nth-child(4):hover ul {
  opacity: 1;
  visibility: visible;
  transition: 0.6s ease-out;
}
@media screen and (max-width: 1200px) {
  #header.fixed ul.nav {
    margin: 0 1em;
  }
  #header.fixed ul.nav li a {
    font-size: 1.56vw;
    padding: 1.5em 0.4em;
  }
  #header.fixed ul.subnav li:first-child a {
    font-size: 1.1vw;
    padding: 4.6vw 1em 1.1vw;
  }
  #header.fixed ul.subnav li:first-child a:before {
    height: 2.6vw;
    margin-left: -1.9vw;
    top: 1.3vw;
    width: 3.8vw;
  }
  #header.fixed ul.subnav li:nth-child(2) {
    width: 17vw;
  }
  #header.fixed ul.subnav li:nth-child(2) a {
    font-size: 1.1vw;
    padding: 1.6vw 0 1.6vw 3.8vw;
  }
  #header.fixed ul.subnav li:nth-child(2) a:before {
    height: 3.9vw;
    left: 0.8vw;
    top: 1.6vw;
    width: 2.3vw;
  }
  #header.fixed ul.subnav li:nth-child(2) a span {
    font-size: 1.6vw;
  }
  #header.fixed ul.subnav li:last-child a {
    padding: 0 1.6vw;
  }
  #header.fixed ul.subnav li:last-child a img {
    width: 4vw;
  }
}
@media screen and (max-width: 1023px) {
  #header.fixed ul.subnav li:first-child a {
    font-size: 1.1vw;
    padding: 4.6vw 1em 1.1vw;
  }
  #header.fixed ul.subnav li:first-child a:before {
    height: 2.6vw;
    margin-left: -1.9vw;
    top: 1.3vw;
    width: 3.8vw;
  }
  #header.fixed ul.subnav li:nth-child(2) {
    width: 17vw;
  }
  #header.fixed ul.subnav li:nth-child(2) a {
    font-size: 1.1vw;
    padding: 1.6vw 0 1.6vw 3.8vw;
  }
  #header.fixed ul.subnav li:nth-child(2) a:before {
    height: 3.9vw;
    left: 0.8vw;
    top: 1.6vw;
    width: 2.3vw;
  }
  #header.fixed ul.subnav li:nth-child(2) a span {
    font-size: 1.6vw;
  }
  #header.fixed ul.subnav li:last-child a {
    padding: 0 1.6vw;
  }
  #header.fixed ul.subnav li:last-child a img {
    width: 4vw;
  }
}
@media screen and (max-width: 767px) {
  #header.fixed {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #header {
    transform: none;
    transition: none;
  }
  #header.show ul.nav {
    display: none;
  }
  #header.show .hd_logo {
    display: block;
  }
}

/* gnav
----------------------------------- */
#gnav {
  background: #fff;
  margin: 0 auto;
  max-width: 1000px;
}
#gnav > ul {
  display: flex;
  justify-content: space-between;
  margin: 0 2em;
}
#gnav > ul > li a {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 1.5em 2em;
}
#gnav > ul > li a:hover {
  color: #c0ae72;
}
#gnav > ul > li:nth-child(4) {
  position: relative;
}
#gnav > ul > li:nth-child(4) ul {
  background: #fff;
  left: 0;
  margin: 0 -2em;
  visibility: hidden;
  opacity: 0;
  padding-bottom: 0.5em;
  position: absolute;
  top: 5em;
  transition: 0.4s;
  width: 13em;
  z-index: 8;
}
#gnav > ul > li:nth-child(4) ul li {
  line-height: 1.4;
}
#gnav > ul > li:nth-child(4) ul li a {
  font-size: 1.4rem;
  padding: 0.5em 2em;
}
#gnav > ul > li:nth-child(4) ul li:nth-child(3) {
  border-bottom: 1px dotted #c0ae72;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
#gnav > ul > li:nth-child(4):hover ul {
  opacity: 1;
  visibility: visible;
  transition: 0.6s ease-out;
}
@media screen and (max-width: 1023px) {
  #gnav {
    margin: auto 2rem;
  }
  #gnav ul li a {
    font-size: 1.75vw;
    padding: 1.5em 1em;
  }
}
@media screen and (max-width: 767px) {
  #gnav {
    display: none;
  }
}

#greeting #gnav ul li:nth-child(2) a,
#clinic #gnav ul li:nth-child(3) a,
#treatment #gnav ul li:nth-child(4) a,
#price #gnav ul li:nth-child(5) a,
#access #gnav ul li:nth-child(6) a,
#recruit #gnav ul li:nth-child(7) a {
  color: #c0ae72;
}

/* other
----------------------------------- */
#wrapper {
  position: relative;
}

/* main
----------------------------------- */
main {
  position: relative;
}

#contents {
  padding-top: 40px;
}

.pagetop {
  bottom: 0;
  position: fixed;
  right: 5%;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
  z-index: 10;
}
.pagetop a {
  background: #fff;
  display: block;
  font-family: "Barlow", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.1;
  padding: 32px 7px 20px;
  position: relative;
  white-space: nowrap;
}
.pagetop a:before {
  background: url("img/cmn/icon_pagetop.png") no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  height: 21px;
  left: 50%;
  margin-left: -3.5px;
  position: absolute;
  top: 8px;
  width: 7px;
}
.pagetop.show {
  visibility: visible;
  opacity: 1;
}
.pagetop.bottom {
  position: absolute;
}

@media screen and (max-width: 767px) {
  #contents {
    padding-top: 4rem;
  }
  .pagetop {
    display: none;
  }
}
/* footer
----------------------------------- */
footer {
  font-weight: 400;
}
footer .ft_info {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
  padding: 86px 0 50px;
}
footer .ft_info table {
  margin-bottom: 1em;
  width: 100%;
}
footer .ft_info table th,
footer .ft_info table td {
  border-bottom: 1px solid #e6e8e8;
  font-weight: 400;
}
footer .ft_info table thead th {
  font-weight: 500;
}
footer .ft_info .color {
  color: #c0ae72;
}
footer .ft_info p {
  margin-bottom: 1.2em;
}
footer .ft_info ul {
  display: flex;
  justify-content: space-between;
}
footer .ft_info ul li:first-child {
  width: 64%;
}
footer .ft_info ul li dt {
  font-weight: 500;
}
footer .add {
  width: 50%;
}
footer .add dl dt {
  display: flex;
  justify-content: flex-start;
}
footer .add dl dt span.logo {
  margin-right: 9%;
  width: 50%;
}
footer .add dl dt span.ig {
  line-height: 1;
  margin-top: 20px;
  width: 50px;
}
footer .add dl dt span.ig a {
  display: block;
  padding: 6px;
}
footer .add dl dd {
  padding-top: 2em;
}
footer .time {
  width: 48%;
}
footer #gmap {
  height: 636px;
  position: relative;
  width: 100%;
}
footer #gmap iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}
footer .ft_contact {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
footer .ft_contact li {
  text-align: center;
  width: 50%;
}
footer .ft_contact li a {
  color: #fff;
  display: block;
  font-size: 2rem;
  padding: 2em 0;
}
footer .ft_contact li a span {
  display: inline-block;
  position: relative;
}
footer .ft_contact li:first-child a {
  background: #cabb89;
}
footer .ft_contact li:first-child a span {
  padding-left: 104px;
}
footer .ft_contact li:first-child a span:before {
  background: url("img/cmn/icon_pc.png") no-repeat;
  background-size: 100% auto;
  content: "";
  height: 44px;
  left: 0;
  margin-top: -22px;
  position: absolute;
  top: 50%;
  width: 64px;
}
footer .ft_contact li:nth-child(2) a {
  background: #c0ae72;
}
footer .ft_contact li:nth-child(2) a span {
  padding-left: 68px;
}
footer .ft_contact li:nth-child(2) a span:before {
  background: url("img/cmn/icon_sp.png") no-repeat;
  background-size: 100% auto;
  content: "";
  height: 64px;
  left: 0;
  margin-top: -32px;
  position: absolute;
  top: 50%;
  width: 38px;
}
footer .copy {
  font-size: 1.2rem;
  padding: 2.5em 0;
  text-align: center;
}
footer .fixed_footer {
  display: none;
}
@media screen and (max-width: 1023px) {
  footer .ft_info {
    padding: 7.1vw 2rem 4.1vw;
  }
  footer .ft_info ul {
    display: block;
  }
  footer .ft_info ul li:first-child {
    margin-bottom: 1em;
    width: auto;
  }
  footer .add dl dt span.ig {
    margin-top: 1vw;
    width: 5vw;
  }
  footer .add dl dt span.ig a {
    padding: 0.5vw;
  }
  footer #gmap {
    height: 53vw;
  }
  footer .ft_contact {
    margin-bottom: 8.3vw;
  }
  footer .ft_contact li a {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 767px) {
  footer .ft_info {
    display: block;
    padding: 4rem 4.2rem 2rem;
  }
  footer .ft_info table thead th {
    font-size: 2.4rem;
    font-weight: 400;
  }
  footer .ft_info table thead th:nth-of-type(1) {
    font-size: 2.8rem;
    font-weight: 500;
  }
  footer .ft_info table tbody th {
    font-size: 2.8rem;
  }
  footer .ft_info table tbody td {
    font-size: 2.4rem;
  }
  footer .ft_info p {
    font-size: 2.8rem;
  }
  footer .ft_info ul {
    display: block;
  }
  footer .ft_info ul li {
    font-size: 2.8rem;
    margin-bottom: 1.2em;
  }
  footer .add {
    margin-bottom: 1.2em;
    width: auto;
  }
  footer .add dl dt {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  footer .add dl dt span.logo {
    width: 38rem;
  }
  footer .add dl dt span.ig {
    margin-top: 0;
    width: 8rem;
  }
  footer .add dl dt span.ig a {
    padding: 0.6rem;
  }
  footer .add dl dd {
    font-size: 2.8rem;
    padding-top: 1.2em;
  }
  footer .time {
    width: auto;
  }
  footer #gmap {
    height: 37rem;
  }
  footer .ft_contact {
    display: none;
  }
  footer .fixed_footer {
    bottom: 0;
    display: flex;
    justify-content: space-between;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 30;
  }
  footer .fixed_footer li {
    display: flex;
  }
  footer .fixed_footer li a {
    align-items: center;
    background: #cabb89;
    color: #fff;
    display: flex;
    font-size: 2.4rem;
    font-weight: 500;
    width: 100%;
  }
  footer .fixed_footer li:first-child {
    width: 40%;
  }
  footer .fixed_footer li:first-child a {
    background: #cabb89 url("img/cmn/icon_pc.png") center 2.5rem no-repeat;
    background-size: 6.4rem auto;
    justify-content: center;
    padding: 7rem 0.1rem 1rem;
  }
  footer .fixed_footer li:nth-child(2) {
    width: 47%;
  }
  footer .fixed_footer li:nth-child(2) a {
    background: #c0ae72 url("img/cmn/icon_sp.png") 1.8rem center no-repeat;
    background-size: 3.8rem auto;
    line-height: 1.6;
    padding: 0 0 0 7.4rem;
  }
  footer .fixed_footer li:last-child {
    text-align: center;
    width: 13%;
  }
  footer .fixed_footer li:last-child a {
    background: #ac9753;
    justify-content: center;
  }
  footer .fixed_footer li:last-child a img {
    width: 1.8rem;
  }
  footer .copy {
    font-size: 2rem;
    padding: 2.5em 0 18rem;
  }
}