@charset "UTF-8";
/* =================================
| Reset / Base
================================= */
/* 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,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  text-align: left;
  font-weight: 400;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

input[type=button],
input[type=submit] {
  -webkit-appearance: none;
}

th,
td {
  background-clip: padding-box;
}

/* base
---------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: none;
}

body {
  width: 100%;
  height: 100%;
  line-height: 1.6;
  color: #333333;
  font-weight: 500;
  font-size: 16px;
  font-family: "Zen Old Mincho", serif;
  min-width: 320px;
}
@media screen and (max-width: 767px) {
  body {
    line-height: 1.7;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
body.no-scroll {
  overflow: hidden;
}

.f_min {
  font-family: "Zen Old Mincho", serif;
}

.f_en {
  font-family: "Cormorant", serif;
}

#l-wrap {
  overflow-x: hidden;
}

img {
  border-style: none;
  display: block;
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

a,
a img,
button {
  transition: opacity 0.4s;
}

a:hover {
  opacity: 0.7;
}

a:link {
  color: #666666;
  text-decoration: none;
}

a:visited {
  color: #666666;
}

a:active {
  color: #666666;
}

/* clearfix
---------------------------------------------------------- */
.u-clearfix::after {
  content: "";
  clear: both;
  display: block;
}

/* common
---------------------------------------------------------- */
.u-only_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-only_sp {
    display: block;
  }
}

.u-only_tab {
  display: none;
}
@media screen and (max-width: 1415px) {
  .u-only_tab {
    display: block;
  }
}

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

.u-fw_bold {
  font-weight: bold;
}

.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .u-flex {
    display: block;
  }
}
.u-flex.-spb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.u-flex.-cen {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.u-flex.-itemCenter {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.u-flex.-itemStretch {
  align-items: stretch;
}

/* header
---------------------------------------------------------- */
.l-header {
  width: 100%;
  position: fixed;
  height: 110px;
  z-index: 9999;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .l-header {
    height: 70px;
  }
}
.l-header_only_fixed {
  display: none;
}
@media screen and (max-width: 1023px) {
  .l-header_only_fixed {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 8%;
    background: #4a4a4a;
    gap: 0;
    align-items: center;
  }
}
@media screen and (max-width: 1023px) {
  .l-header_only_fixed .l-header_tel {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .l-header_reserve {
    text-align: center;
    width: 100%;
    margin-top: 20px;
  }
  .l-header_reserve a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 20px;
    background-color: #4f94d5;
    border-radius: 6px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
  }
  .l-header_reserve a img {
    width: 24px;
    height: auto;
    margin-right: 10px;
  }
}
.l-header_cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 110px;
  padding: 0 110px 0 30px;
}
@media screen and (max-width: 1023px) {
  .l-header_cont {
    padding: 0;
    width: 100%;
    height: 70px;
    position: relative;
    top: 0;
    z-index: 9999;
  }
}
.l-header_logo {
  /*margin-top: 20px;*/
}
@media screen and (max-width: 1023px) {
  .l-header_logo {
    margin-top: 0;
    padding-left: 3%;
  }
}
@media screen and (max-width: 767px) {
  .l-header_cont.active .l-header_logo {
    display: none;
  }
}
.l-header_logo a {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .l-header_logo a {
    align-items: flex-start;
  }
}
.l-header_logo_img {
  width: 327px;
}
@media (max-width: 1350px) {
  .l-header_logo_img {
    width: 250px;
  }
}
@media screen and (max-width: 1023px) {
  .l-header_logo_img {
    width: 200px;
  }
}
.l-header_inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .l-header_inner {
    display: none;
  }
}
.l-header_inner_txt {
  font-size: 14px;
  color: #fff;
  line-height: 1.2;
  margin-right: 50px;
}
@media (max-width: 1415px) {
  .l-header_inner_txt {
    margin-right: 20px;
    font-size: 13px;
  }
}
.l-header_tel {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.5rem;
  font-weight: 500;
  margin-right: 30px;
}
@media (max-width: 1415px) {
  .l-header_tel {
    margin-right: 15px;
    font-size: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .l-header_tel {
    margin-right: 0;
    text-align: center;
    margin-bottom: 20px;
  }
}
.l-header_tel a {
  line-height: 1.2;
  color: #fff;
}
.l-header_tel a::before {
  content: "";
  width: 21px;
  height: 28px;
  background: url(../img/home/ico_tel.webp) no-repeat center;
  background-size: contain;
  display: inline-block;
  vertical-align: -3px;
  margin-right: 5px;
}
@media (max-width: 1415px) {
  .l-header_tel a::before {
    width: 15px;
    height: 20px;
  }
}
.l-header_tel_sub {
  font-size: 12px;
  font-size: 1.2rem;
  color: #4f94d5;
  display: block;
  margin-top: -8px;
}
.l-header_tel_sub .-head {
  display: inline-block;
  border: 1px solid #4f94d5;
  line-height: 1;
  text-align: center;
  height: 18px;
  line-height: 17px;
  font-size: 10px;
  font-size: 1rem;
  padding: 0 5px;
  margin-right: 6px;
}
.l-header_reserve a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 1415px) {
  .l-header_reserve a {
    font-size: 18px;
  }
}
.l-header_reserve img {
  width: 32px;
  margin-right: 5px;
}
@media (max-width: 1415px) {
  .l-header_reserve img {
    width: 21px;
  }
}
.l-header_sns {
  display: flex;
  justify-content: flex-end;
  margin: 0 30px 0 10px;
}
.l-header_sns li {
  width: 30px;
  margin-left: 20px;
}
.l-header_cv {
  width: 90px;
  height: 90px;
}
.l-header_cv a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  padding: 0 0 20px;
  background-color: #2875bb;
  display: flex;
  align-items: flex-end;
  font-size: 13px;
}
.l-header_cv a span {
  display: block;
  width: 100%;
  text-align: center;
}
.l-header_cv a span::before {
  content: "";
  width: 30px;
  height: 20px;
  background: url(../img/icn_mail.webp) no-repeat center;
  background-size: contain;
  display: block;
  margin: 0 auto;
}
.l-header_cv.-reserve a {
  background-color: #4f94d5;
}
.l-header_cv.-reserve a span::before {
  content: "";
  width: 30px;
  height: 25px;
  background: url(../img/icn_reserve.webp) no-repeat center;
  background-size: contain;
  display: block;
  margin: 0 auto;
}
.l-header_nav {
  position: fixed;
  z-index: 1000;
  top: 110px;
  right: -500px;
  background: #4a4a4a;
  width: 500px;
  height: calc(100vh - 110px);
  padding: 30px 0 140px;
  transition: all 0.4s ease;
  opacity: 0;
  pointer-events: none;
  overflow-y: auto;
}
.l-header_nav.open {
  right: 0;
  opacity: 1;
  pointer-events: inherit;
}
@media screen and (max-width: 767px) {
  .l-header_nav {
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    padding: 90px 0 140px;
  }
}
.l-header_nav_list {
  margin: 0 auto;
  padding: 0;
}
.l-header_nav_list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.l-header_nav_list a,
.l-header_nav_list .l-header_nav_toggle {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  display: block;
  padding: 20px 8%;
}
.l-header_nav_list span {
  display: block;
  text-align: left;
  line-height: 1;
}
.l-header_nav_toggle {
  cursor: pointer;
  transition: 0.4s;
  position: relative;
  z-index: 0;
}
.l-header_nav_toggle:hover {
  opacity: 0.7;
}
.l-header_nav_toggle::before, .l-header_nav_toggle::after {
  position: absolute;
  z-index: 0;
  background-color: rgba(255, 255, 255, 0.6);
  content: "";
}
.l-header_nav_toggle::before {
  bottom: 50%;
  right: 30px;
  width: 17px;
  height: 1px;
  transform: translateY(50%);
}
.l-header_nav_toggle::after {
  bottom: 50%;
  right: 38px;
  width: 1px;
  height: 17px;
  transform: translateY(50%);
  transition: 0.4s;
}
.l-header_nav_toggle.menu-toggle::after {
  opacity: 0;
}
.l-header_nav_inner {
  display: block;
  background: transparent;
}
.l-header_nav_inner_cont {
  padding: 0;
}
.l-header_nav_inner_list {
  padding: 0;
}
.l-header_nav_inner_list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.l-header_nav_inner_list li a {
  padding: 18px 8% 18px 12%;
  font-size: 15px;
  text-align: left;
  display: block;
  color: #fff;
}
.l-header.is-fixed {
  background: rgba(218, 197, 168, 0.8);
}
.l-header_menu-wrap {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  z-index: 9999;
}
@media (max-width: 768px) {
  .l-header_menu-wrap {
    right: 10px;
    z-index: 9999;
  }
}
.l-header_menu {
  display: block;
  position: relative;
  z-index: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
.l-header_menu span {
  position: absolute;
  z-index: 0;
  left: 50%;
  width: 42px;
  height: 2px;
  background-color: #fff;
  transform: translateX(-50%);
  transition: all 0.4s ease 0s;
}
.l-header_menu span:nth-child(1) {
  top: 22px;
}
.l-header_menu span:nth-child(2) {
  top: 36px;
}
.l-header_menu.active span {
  left: 50%;
}
.l-header_menu.active span:nth-child(1) {
  top: 29px;
  transform: translateX(-50%) rotate(45deg);
}
.l-header_menu.active span:nth-child(2) {
  top: 29px;
  transform: translateX(-50%) rotate(-45deg);
}

/* cv side
---------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .l-cv_side {
    position: fixed;
    right: 0;
    bottom: 50%;
    transform: translateY(50%);
    z-index: 10000;
    width: 90px;
  }
  .l-cv_side a {
    color: #fff;
    display: block;
    background: rgb(183, 153, 91);
    background: linear-gradient(138deg, rgb(183, 153, 91) 0%, rgb(214, 187, 133) 100%);
    writing-mode: vertical-rl;
    font-weight: 700;
    font-size: 2.1rem;
    line-height: 1;
    letter-spacing: 0.1em;
    padding: 54px 35px 20px 34px;
    text-align: center;
    position: relative;
    border-radius: 6px 0 0 6px;
    box-shadow: 0 0 9px rgba(61, 35, 11, 0.07);
  }
}
@media screen and (max-width: 1023px) {
  .l-cv_side {
    display: none;
  }
}

/* layout
---------------------------------------------------------- */
.l-main {
  position: relative;
}

.l-cont {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-cont {
    max-width: 1440px;
  }
}
.l-cont_l {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-cont_l {
    max-width: 1310px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .l-cont_l {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.l-cont_m {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-cont_m {
    max-width: 1220px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .l-cont_m {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.l-cont_s {
  width: 95%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-cont_s {
    max-width: 1080px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .l-cont_s {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .l-cont_s {
    width: 100%;
    padding-left: 7%;
    padding-right: 7%;
  }
}
.l-cont_ss {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-cont_ss {
    max-width: 1000px;
  }
}
@media screen and (max-width: 767px) {
  .l-cont_ss {
    width: 100%;
    padding-left: 7%;
    padding-right: 7%;
  }
}
.l-cont_column {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .l-cont_column {
    display: block;
  }
}
.l-cont_column_main {
  width: 65%;
}
@media screen and (max-width: 1023px) {
  .l-cont_column_main {
    width: 100%;
  }
}
.l-cont_column_side {
  width: 30%;
}
@media screen and (max-width: 1023px) {
  .l-cont_column_side {
    width: 100%;
    margin-top: 40px;
  }
}

/* page
---------------------------------------------------------- */
.l-page {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .l-page {
    margin-bottom: 64px;
  }
}
.l-page:last-child {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .l-page:last-child {
    margin-bottom: 24px;
  }
}
.l-page_inner_l {
  margin-bottom: 72px;
}
.l-page_inner_l:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .l-page_inner_l {
    margin-bottom: 40px;
  }
}
.l-page_inner_m {
  margin-bottom: 56px;
}
.l-page_inner_m:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .l-page_inner_m {
    margin-bottom: 32px;
  }
}
.l-page_inner_s {
  margin-bottom: 32px;
}
.l-page_inner_s:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .l-page_inner_s {
    margin-bottom: 24px;
  }
}
.l-page_inner_ss {
  margin-bottom: 20px;
}
.l-page_inner_ss:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .l-page_inner_ss {
    margin-bottom: 14px;
  }
}

/* footer
---------------------------------------------------------- */
.l-footer {
  padding: 80px 0 60px;
}
.l-footer_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 55px;
  margin-bottom: 60px;
}
.l-footer_wrap .c-btn_tel {
  font-size: 32px;
}
.l-footer_wrap .c-btn_tel::before {
  width: 19px;
  height: 26px;
  top: 14px;
}
.l-footer_txt {
  flex: 1;
}
.l-footer_dl {
  display: grid;
  grid-template-columns: 55px 1fr;
  align-items: baseline;
  font-size: 16px;
  column-gap: 10px;
  margin-bottom: 30px;
}
.l-footer_dl dt:not(:last-child),
.l-footer_dl dd:not(:last-child) {
  margin-bottom: 8px;
}
.l-footer_dl dd {
  line-height: 1.4;
}
.l-footer_schedule {
  margin: 24px 0;
}
.l-footer_schedule_tbl {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .l-footer_schedule_tbl {
    width: 100%;
  }
}
.l-footer_schedule_tbl th,
.l-footer_schedule_tbl td {
  border-right: 1px rgba(102, 102, 102, 0.2) solid;
  border-bottom: 1px rgba(102, 102, 102, 0.2) solid;
  text-align: center;
  padding: 8px 0;
}
@media screen and (max-width: 767px) {
  .l-footer_schedule_tbl th,
  .l-footer_schedule_tbl td {
    padding: 4px 0;
    font-size: 1.1rem;
  }
}
.l-footer_schedule_tbl tr:last-child th,
.l-footer_schedule_tbl tr:last-child td {
  border-bottom: none;
}
.l-footer_schedule_tbl .time {
  width: 130px;
}
@media screen and (max-width: 767px) {
  .l-footer_schedule_tbl .time {
    width: 100px;
  }
}
.l-footer_schedule_tbl td.color01 {
  color: #DAC5A8;
}
.l-footer_schedule_tbl td.large {
  width: 70px;
}
@media (max-width: 768px) {
  .l-footer_schedule_tbl td.large {
    width: 40px;
  }
}
.l-footer_schedule_txt {
  text-align: right;
  line-height: 1.1;
  margin-top: 15px;
}
.l-footer_schedule_txt span {
  font-size: 14px;
  line-height: 1.1;
  text-align: right;
  position: relative;
  padding-left: 17px;
}
.l-footer_schedule_txt span::before {
  content: "〇";
  position: absolute;
  color: #DAC5A8;
  top: 7px;
  left: 0;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .l-footer_schedule_txt .span {
    font-size: 1rem;
    margin-top: 8px;
    width: 100%;
  }
}
.l-footer_box {
  background: #FBFBFB;
  padding: 24px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer_box {
    padding: 15px 20px;
  }
}
.l-footer_box .-ttl {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .l-footer_box .-ttl {
    font-size: 1.6rem;
  }
}
.l-footer_box .-txt {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .l-footer_box .-txt {
    font-size: 1.4rem;
    text-align: left;
  }
}
.l-footer .c-detail_cont {
  max-width: 710px;
  margin: 0 auto 50px;
  padding: 30px 25px 30px;
  border: 1px solid #E0E0E0;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .l-footer .c-detail_cont {
    padding: 30px 5%;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .c-detail_cont {
    padding: 24px 10px 24px 13px;
  }
}
.l-footer .c-detail_inner {
  height: 200px;
  overflow-y: scroll;
  padding-right: 16px;
  scrollbar-color: #DAC5A8 #D9D9D9;
  scrollbar-width: thin;
}
@media screen and (max-width: 767px) {
  .l-footer .c-detail_inner {
    height: 180px;
  }
}
.l-footer .c-detail_inner::-webkit-scrollbar {
  width: 4px;
}
@media screen and (max-width: 767px) {
  .l-footer .c-detail_inner::-webkit-scrollbar {
    width: 2px;
  }
}
.l-footer .c-detail_inner::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #D9D9D9;
}
.l-footer .c-detail_inner::-webkit-scrollbar-thumb {
  background-color: #DAC5A8;
}
.l-footer .c-detail_ttl {
  line-height: 1.5;
  margin-bottom: 22px;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .l-footer .c-detail_ttl {
    margin-bottom: 8px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.l-footer .c-detail_txt {
  line-height: 1.7;
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .l-footer .c-detail_txt {
    line-height: 1.55;
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.l-footer .c-detail_txt ul li {
  text-indent: -0.5em;
  padding-left: 0.5em;
}
.l-footer .c-detail_txt ul + p {
  margin-top: 0.5em;
}
.l-footer .c-detail_txt a {
  text-decoration: underline;
  display: inline;
}
.l-footer .c-detail_txt .-inner_ttl {
  display: block;
  font-weight: 500;
  font-size: 1.2em;
  margin: 0.35em 0 0.3em;
}
.l-footer .c-detail_txt .-inner_ttl.fs-13 {
  font-size: 13px;
}
.l-footer .c-detail_txt .c-detail_ttl.m-5 {
  margin: 5px 0;
}
.l-footer .c-detail_txt .-inner_ttl_sub {
  display: block;
  font-weight: bold;
  margin: 0.7em 0 0.3em;
}
.l-footer_map {
  height: 100%;
  display: block;
}
.l-footer_map iframe {
  width: 100%;
  height: 100%;
}
.l-footer_copyright {
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  padding: 0 0 25px;
  margin: 0 120px 30px;
  border-bottom: 1px solid #DFDDDB;
}
@media screen and (max-width: 767px) {
  .l-footer_copyright {
    font-size: 1rem;
    padding: 10px 5% 60px;
    text-align: center;
  }
}
.l-footer_fixed {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-footer_fixed {
    height: 75px;
  }
  .l-footer_fixed_list {
    width: calc(100% - 75px);
    display: flex;
    align-items: stretch;
  }
  .l-footer_fixed_list li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33.3333333333%;
    height: 75px;
    border-right: 1px solid #fff;
  }
  .l-footer_fixed_list li a {
    line-height: 1;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .l-footer_fixed_list li a .-icn {
    margin-right: 8px;
  }
  .l-footer_fixed_list li:nth-child(1) {
    background-color: #4a4a4a;
  }
  .l-footer_fixed_list li:nth-child(1) img {
    width: 40%;
    min-width: 205px;
  }
  .l-footer_fixed_list li:nth-child(2) {
    background-color: #9e8a6a;
  }
  .l-footer_fixed_list li:nth-child(2) a {
    color: #fff;
  }
  .l-footer_fixed_list li:nth-child(2) a::before {
    background: url(../img/home/ico_tel.webp) center/contain no-repeat;
    top: 28px;
  }
  .l-footer_fixed_list li:nth-child(3) {
    background-color: #64533b;
  }
  .l-footer_fixed_pagetop {
    width: 75px;
    height: 75px;
    background: #DAC5A8;
    position: relative;
    cursor: pointer;
  }
  .l-footer_fixed_pagetop::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 18px solid #fff;
  }
}
@media screen and (max-width: 767px) {
  .l-footer_fixed {
    height: 60px;
  }
  .l-footer_fixed_list {
    width: calc(100% - 60px);
    display: flex;
    align-items: stretch;
  }
  .l-footer_fixed_list li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 60px;
    border-right: 1px solid #fff;
  }
  .l-footer_fixed_list li a {
    font-size: 4vw;
    line-height: 1;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .l-footer_fixed_list li a .-icn {
    margin-right: 6px;
  }
  .l-footer_fixed_list li:nth-child(1) {
    background-color: #4a4a4a;
  }
  .l-footer_fixed_list li:nth-child(1) img {
    width: 40%;
    min-width: 205px;
  }
  .l-footer_fixed_list li:nth-child(2) {
    background-color: #9e8a6a;
  }
  .l-footer_fixed_list li:nth-child(2) a {
    color: #fff;
  }
  .l-footer_fixed_list li:nth-child(2) a::before {
    background: url(../img/home/ico_tel.webp) center/contain no-repeat;
    top: 21px;
  }
  .l-footer_fixed_list li:nth-child(3) {
    background-color: #64533b;
  }
  .l-footer_fixed_list .c-btn_icon span {
    font-size: 4vw;
  }
  .l-footer_fixed_pagetop {
    width: 60px;
    height: 60px;
    background: #DAC5A8;
    position: relative;
    cursor: pointer;
  }
  .l-footer_fixed_pagetop::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 18px solid #fff;
  }
}
@media screen and (max-width: 767px) and (max-width: 768px) {
  .l-footer_fixed_pagetop::before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #fff;
  }
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 60px 0;
    min-width: 360px;
  }
  .l-footer_wrap {
    grid-template-columns: 1fr;
    column-gap: 0;
    margin-bottom: 40px;
  }
  .l-footer_wrap .c-btn_tel {
    font-size: 2.4rem;
    margin-bottom: 20px;
    order: -1;
  }
  .l-footer_wrap .c-btn_tel::before {
    width: 16px;
    height: 20px;
    top: 11px;
  }
  .l-footer_txt {
    order: 1;
    margin-bottom: 30px;
  }
  .l-footer_dl {
    grid-template-columns: 50px 1fr;
    font-size: 1.4rem;
    column-gap: 8px;
    margin-bottom: 20px;
  }
  .l-footer_dl dt:not(:last-child),
  .l-footer_dl dd:not(:last-child) {
    margin-bottom: 6px;
  }
  .l-footer_schedule {
    margin: 20px 0;
  }
  .l-footer_schedule_tbl th,
  .l-footer_schedule_tbl td {
    padding: 6px 0;
    font-size: 1.2rem;
  }
  .l-footer_schedule_tbl .time {
    width: 80px;
  }
  .l-footer_schedule_txt {
    font-size: 1.2rem;
    margin-top: 12px;
  }
  .l-footer_schedule_txt span {
    font-size: 1.2rem;
    padding-left: 15px;
  }
  .l-footer_schedule_txt span::before {
    font-size: 11px;
    top: 6px;
  }
  .l-footer_box {
    padding: 15px 10px;
    text-align: left;
  }
  .l-footer_box .-ttl {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .l-footer_box .-txt {
    font-size: 1.4rem;
  }
  .l-footer .c-detail_cont {
    padding: 20px 15px;
    margin: 0 auto 30px;
  }
  .l-footer .c-detail_inner {
    height: 150px;
  }
  .l-footer .c-detail_ttl {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  .l-footer .c-detail_txt {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .l-footer_map {
    order: 1;
  }
  .l-footer_map iframe {
    height: 300px;
  }
  .l-footer_copyright {
    font-size: 1.1rem;
    padding: 15px 5% 20px;
    margin: 0 20px 20px;
  }
}

.only_pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .only_pc {
    display: none !important;
  }
}

.only_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .only_sp {
    display: block !important;
  }
}/*# sourceMappingURL=cmn_layout.css.map */