<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/
@import url(../js/slick/slick-theme.css);
@import url(../js/slick/slick.css);
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,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
  position: relative;
}

html {
  font-size: 62.5%;
  position: relative;
}
@media screen and (max-width: 1087px) {
  html {
    font-size: 0.969932105vw;
  }
}
@media screen and (max-width: 959px) {
  html {
    font-size: 10px;
  }
}

body {
  font-size: 1.4rem;
  line-height: 1.8;
  font-family: YakuHanJP, "Noto Serif JP", YuMincho, "Yu Mincho",
    "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", -apple-system, blinkMacSystemFont,
    serif;
  color: #333;
}

a {
  color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.fCopy .wrap {
  width: 100%;
  font-family: YakuHanJP, "Noto Serif CJK JP", "Noto Serif JP", YuMincho,
    "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", -apple-system,
    blinkMacSystemFont, serif;
}

.wrap {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.inner {
  max-width: 1088px;
  width: 100%;
  margin: 0 auto;
  padding: 0 32px;
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 1087px) {
  .inner {
    padding: 0 3.491755577%;
  }
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 20px;
  }
}

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

.sp {
  display: none !important;
}

.tab {
  display: none !important;
}

.tabOnly {
  display: none !important;
}

@media screen and (max-width: 959px) {
  .tab,
  .tabOnly {
    display: block !important;
  }

  img.tab,
  img.tabOnly {
    display: inline !important;
  }

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

  img.sp,
  img.tab {
    display: inline !important;
  }

  .pc {
    display: none !important;
  }

  .tabNone {
    display: none !important;
  }
}
body {
  opacity: 0;
  transition: 0.2s ease;
}

@media screen and (min-width: 600px) {
  a[href^="tel:"] {
    cursor: default;
  }
}
.cormorant {
  font-family: "Cormorant", serif;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  transition: background-color 0.5s ease;
}
@media screen and (max-width: 959px) {
  .header {
    position: fixed;
    z-index: 99999;
  }
  .header .pc {
    display: none;
  }
  .header .sp {
    display: block;
  }
}
.header.active {
  background: #fff;
  height: 100vh;
}
.header.active .head_inner {
  background: #fff;
}
.header.active .head_inner .logo_area a img {
  transition: 0.5s ease;
}
.header.active .head_inner .logo_area a img.bk {
  opacity: 1;
}
.header.active .head_inner .logo_area a img.wh {
  opacity: 0;
}
.header.active .head_inner .link_area ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 959px) {
  .header.active .head_inner .link_area ul.pc {
    display: none;
  }
  .header.active .head_inner .link_area ul.sp {
    display: block;
  }
}
.header.active .head_inner .link_area ul li a {
  font-size: 1.2rem;
  color: #111;
  display: block;
  position: relative;
  line-height: 1;
  letter-spacing: 0.14em;
  transition: 0.5s ease;
}
.header.active .head_inner .link_area ul li a.hover,
.header.active .head_inner .link_area ul li a.current {
  color: #c89712;
}
.header.active .head_inner .link_area ul li a.hover::before,
.header.active .head_inner .link_area ul li a.current::before {
  background-position: 0 0;
}
.header.active .head_inner .link_area ul li + li {
  margin-top: 1rem;
}
.header.scr .head_inner {
  background: #fff;
}
.header.scr .head_inner .logo_area a img {
  transition: 0.5s ease;
}
.header.scr .head_inner .logo_area a img.bk {
  opacity: 1;
}
.header.scr .head_inner .logo_area a img.wh {
  opacity: 0;
}
.header.scr .head_inner .link_area ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 959px) {
  .header.scr .head_inner .link_area ul.pc {
    display: none;
  }
  .header.scr .head_inner .link_area ul.sp {
    display: block;
  }
}
.header.scr .head_inner .link_area ul li a {
  font-size: 1.2rem;
  color: #111;
  display: block;
  position: relative;
  line-height: 1;
  letter-spacing: 0.14em;
  transition: 0.5s ease;
}
.header.scr .head_inner .link_area ul li a.hover,
.header.scr .head_inner .link_area ul li a.current {
  color: #c89712;
}
.header.scr .head_inner .link_area ul li a.hover::before,
.header.scr .head_inner .link_area ul li a.current::before {
  background-position: 0 0;
}
.header.scr .head_inner .link_area ul li + li {
  margin-top: 1rem;
}
.header.scr .head_inner .link_area .menu .btn span {
  background: #111;
}
.header.scr .head_inner .link_area .menu .btn.hover span.center {
  width: 100%;
}
.header .head_inner {
  padding: 1.5rem 3rem;
  display: flex;
  justify-content: space-between;
  transition: 0.5s ease;
  z-index: 99999;
}
@media screen and (max-width: 959px) {
  .header .head_inner {
    padding: calc(20 / 750 * 100vw) calc(26 / 750 * 100vw);
    align-items: center;
  }
  .header .head_inner .logo_area {
    width: calc(519 / 750 * 100vw);
  }
}
.header .head_inner .logo_area a {
  display: flex;
  align-items: center;
  position: relative;

}
.header .head_inner .logo_area a img {
  transition: 0.5s ease;
  width: 34px;
}
@media screen and (max-width: 767px) {
  .header .head_inner .logo_area a img {
    width: calc(50 / 750 * 100vw)
  }
}
.header .head_inner .logo_area .logo_area__ttl {
  font-size: 16px;
  font-family: "Noto Serif JP";
  color: rgb(255, 255, 255);
  line-height: 1.2;
  letter-spacing: .12em;
  padding-left: 13px;
}
@media screen and (max-width: 767px) {
  .header .head_inner .logo_area .logo_area__ttl {
    font-size: calc(23 / 750 * 100vw);
    letter-spacing: .15em;
    padding-left: calc(20 / 750 * 100vw);
  }
}
.header .head_inner .logo_area a img.bk {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.header .head_inner .link_area {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .header .head_inner .link_area {
    margin-right: 5px;
  }
}
.header .head_inner .link_area ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 959px) {
  .header .head_inner .link_area ul.pc {
    display: none;
  }
  .header .head_inner .link_area ul.sp {
    display: block;
  }
}
.header .head_inner .link_area ul li a {
  font-size: 1.2rem;
  color: #fff;
  display: block;
  position: relative;
  line-height: 1;
  letter-spacing: 0.14em;
  transition: 0.5s ease;
}
.header .head_inner .link_area ul li a.hover,
.header .head_inner .link_area ul li a.current {
  color: #c89712;
}
.header .head_inner .link_area ul li a.hover::before,
.header .head_inner .link_area ul li a.current::before {
  background-position: 0 0;
}
.header .head_inner .link_area ul li + li {
  margin-top: 1rem;
}
.header .head_inner .link_area .btn_req {
  margin-left: 3rem;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header .head_inner .link_area .btn_req {
    margin-left: 2rem;
  }
}
.header .head_inner .link_area .btn_tell {
  margin-left: 1.8rem;
}

.header .head_inner .link_area .btn_res {
  margin-left: 1.5rem;
}
.header .head_inner .link_area .btn_tell a,
.header .head_inner .link_area .btn_req a,
.header .head_inner .link_area .btn_res a {
  width: 16.9rem;
  height: 4.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .head_inner .link_area .btn_tell a {
  width: auto;
  gap: 12px;
}

.header .head_inner .link_area .btn_tell a span,
.header .head_inner .link_area .btn_req a span,
.header .head_inner .link_area .btn_res a span {
  position: relative;
  z-index: 20;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.14em;
}

.header .head_inner .link_area .btn_tell.invert .icon-tell {
  -webkit-filter: invert(100%); /* Safari/Chrome */
  filter: invert(100%);
}

.header .head_inner .link_area .btn_tell.invert a span {
  color: #111;
}

.header .head_inner .link_area .btn_tell a span {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  gap: 10px;
}
.header .head_inner .link_area .btn_tell a  .icon-tell {
  z-index: 30;
  position: relative;
  width: 14px;
  height: auto;
}
.header .head_inner .link_area .btn_req a::before,
.header .head_inner .link_area .btn_res a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../imgs/hdr_req_bg.png) no-repeat;
  background-size: cover;
  z-index: 10;
}
.header .head_inner .link_area .btn_res a::before {
  background: url(../imgs/hdr_res_bg.png) no-repeat;
}
.header .head_inner .link_area .btn_req a::after,
.header .head_inner .link_area .btn_res a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 11;
  top: 0;
  left: 0;
  background: url(../imgs/hdr_req_bg_ov.png) no-repeat;
  background-size: cover;
  opacity: 0;
  transition: 0.5s ease;
}
.header .head_inner .link_area .btn_res a::after {
  background: url(../imgs/hdr_res_bg_ov.png) no-repeat;
}

.header .head_inner .link_area .btn_tell a.hover::after,
.header .head_inner .link_area .btn_req a.hover::after,
.header .head_inner .link_area .btn_res a.hover::after {
  opacity: 1;
}
.header .head_inner .link_area .menu {
  z-index: 9999;
  margin-left: 3rem;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header .head_inner .link_area .menu {
    margin-left: 2rem;
  }
}
.header .head_inner .link_area .menu .btn {
  line-height: 0;
  cursor: pointer;
  z-index: 9999;
  position: relative;
  width: 4rem;
  height: 4.6rem;
}
.header .head_inner .link_area .menu .btn span {
  display: block;
  position: absolute;
  right: 0%;
  height: 1px;
  background: #fff;
  transition: 0.5s ease;
}
.header .head_inner .link_area .menu .btn span.upper {
  width: 100%;
  top: 23.913043478%;
}
.header .head_inner .link_area .menu .btn span.center {
  width: 75%;
  top: 50%;
}
.header .head_inner .link_area .menu .btn span.lower {
  width: 100%;
  bottom: 21.739130435%;
}
.header .head_inner .link_area .menu .btn img {
  transition: 0.3s ease;
}
.header .head_inner .link_area .menu .btn img.ov {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.header .head_inner .link_area .menu .btn.hover span.center {
  width: 100%;
}
.header .head_inner .link_area .menu .btn.active span {
  background: #222;
}
.header .head_inner .link_area .menu .btn.active span.upper {
  transform: rotate(45deg);
  top: 49.5%;
}
.header .head_inner .link_area .menu .btn.active span.center {
  opacity: 0;
}
.header .head_inner .link_area .menu .btn.active span.lower {
  width: 100%;
  transform: rotate(-45deg);
  bottom: 49%;
}
.header.fix_header {
  position: fixed;
  background: #fff;
  display: none;
  z-index: 99999;
}
@media screen and (max-width: 959px) {
  .header.fix_header {
    display: none !important;
  }
}
.header.fix_header .head_inner {
  padding-bottom: 0;
}
.header.fix_header .head_inner .link_area {
  display: flex;
  align-items: center;
}
.header.fix_header .head_inner .link_area ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 959px) {
  .header.fix_header .head_inner .link_area ul.pc {
    display: none;
  }
  .header.fix_header .head_inner .link_area ul.sp {
    display: block;
  }
}
.header.fix_header .head_inner .link_area ul li.off {
  pointer-events: none;
}
.header.fix_header .head_inner .link_area ul li.off a {
  opacity: 0.5;
}
.header.fix_header .head_inner .link_area ul li a {
  font-size: 1.2rem;
  color: #111;
  display: block;
  position: relative;
  line-height: 1;
  letter-spacing: 0.14em;
  transition: 0.5s ease;
}
.header.fix_header .head_inner .link_area ul li a.hover,
.header.fix_header .head_inner .link_area ul li a.current {
  color: #c89712;
}
.header.fix_header .head_inner .link_area ul li a.hover::before,
.header.fix_header .head_inner .link_area ul li a.current::before {
  background-position: 0 0;
}
.header.fix_header .head_inner .link_area ul li + li {
  margin-top: 1rem;
}
.header.fix_header .head_inner .logo_area {
  display: flex;
  align-items: center;
  position: relative;
}
.header.fix_header .head_inner .logo_area .logo_area__ttl {
  font-size: 16px;
  font-family: "Noto Serif JP";
  color: rgb(34, 34, 34);
  line-height: 1.2;
  letter-spacing: .12em;
  padding-left: 13px;
}
@media screen and (max-width: 767px) {
  .header.scr .head_inner .logo_area .logo_area__ttl {
    font-size: calc(23 / 750 * 100vw);
    letter-spacing: .15em;
    padding-left: calc(20 / 750 * 100vw);
    color: rgb(34, 34, 34);
  }
}
.header #gNav {
  display: none;
  /* margin-top: -1rem; */
}
@media screen and (max-width: 959px) {
  .header #gNav {
    margin-top: calc(-20 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .header #gNav {
    margin-top: 0;
  }
}
.header #gNav_fix ul {
  display: flex;
  padding: 0 3rem;
  justify-content: center;
}
.header #gNav_fix ul li {
  /*width: 12.5%;*/
  /*width: 14.2857142857%;*/
  width: 10%;
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .header #gNav_fix ul li {
    font-size: 12px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1023px) {
  .header #gNav_fix ul li {
    font-size: 10px;
  }
}
#gNav_fix ul li.new::before {
  content: "NEW";
  position: absolute;
  color: #d1242e;
  font-size: 12px;
  top: 0;
  left: 10px;
}
.header #gNav_fix ul li.off {
  pointer-events: none;
}
.header #gNav_fix ul li.off a {
  opacity: 0.5;
}
.header #gNav_fix ul li a {
  height: 4.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header #gNav_fix ul li a span {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1;
  position: relative;
}
.header #gNav_fix ul li a span::after {
  content: "";
  width: 1px;
  height: 1.4rem;
  position: absolute;
  top: 50%;
  right: 0;
  background: #a7a7a7;
  transform: translateY(-50%);
}
.header #gNav_fix ul li a::before {
  content: "";
  width: 100%;
  height: 4px;
  background: #a09268;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.5s ease;
  opacity: 0;
}
.header #gNav_fix ul li a.hover::before,
.header #gNav_fix ul li a.current::before {
  opacity: 1;
}
.header #gNav_fix ul li:first-child span::before {
  content: "";
  width: 1px;
  height: 1.4rem;
  position: absolute;
  top: 50%;
  left: 0;
  background: #a7a7a7;
  transform: translateY(-50%);
}
.header #gNav ul {
  display: flex;
  padding: 0 3rem; 
}
.header #gNav ul li {
  /*width: 12.5%;*/
  width: 10%;
}
.header #gNav ul li.new::before {
  content: "NEW";
  position: absolute;
  color: #d1242e;
  font-size: 12px;
  top: 0;
  left: 10px;
}
.header #gNav ul li.off {
  pointer-events: none;
}
.header #gNav ul li.off a {
  opacity: 0.5;
}
.header #gNav ul li a {
  height: 4.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header #gNav ul li a span {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1.2;
  position: relative;
}
.header #gNav ul li a span::after {
  content: "";
  width: 1px;
  height: 1.4rem;
  position: absolute;
  top: 50%;
  right: 0;
  background: #a7a7a7;
  transform: translateY(-50%);
}
@media screen and (max-width: 959px) {
  .header #gNav ul li a span::after {
    content: none;
  }
}
.header #gNav ul li a::before {
  content: "";
  width: 100%;
  height: 4px;
  background: #a09268;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.5s ease;
  opacity: 0;
}
.header #gNav ul li a.hover::before,
.header #gNav ul li a.current::before {
  opacity: 1;
}
.header #gNav ul li:first-child span::before {
  content: "";
  width: 1px;
  height: 1.4rem;
  position: absolute;
  top: 50%;
  left: 0;
  background: #a7a7a7;
  transform: translateY(-50%);
}
@media screen and (max-width: 959px) {
  .header #gNav ul li:first-child span::before {
    content: none;
  }
}
@media screen and (max-width: 959px) {
  .header #gNav ul {
    flex-wrap: wrap;
  }
  .header #gNav ul li {
    width: 50%;
  }
  #gNav ul li.new::before {
    content: "NEW";
    position: absolute;
    color: #d1242e;
    font-size: 10px;
    top: 5px;
    left: 30px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .header #gNav ul li.sp {
    display: block !important;
  }
  .header #gNav ul li a {
    height: 6rem;
  }
  .header #gNav ul li a::before {
    height: 2px;
  }
  .header #gNav ul li.req {
    max-width: 51%;
    width: 100%;
    margin: 2rem auto 0;
  }
  .header #gNav ul li.req a {
    height: 5.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.3rem;
    background: url(../imgs/hdr_btn_req_sp.jpg) no-repeat;
    background-size: cover;
  }
  .header #gNav ul li.res {
    max-width: 51%;
    width: 100%;
    margin: 2rem auto 0;
  }
  .header #gNav ul li.res a {
    height: 5.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.3rem;
    background: url(../imgs/hdr_btn_res_sp.jpg) no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .header #gNav ul li.req {
    max-width: 33.5rem;
  }
  .header #gNav ul li.res {
    max-width: 33.5rem;
  }
}
.overlay {
  display: none;
}
@media screen and (max-width: 959px) {
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99998;
  }
}

.smallTxt {
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.06em;
  margin-top: -0.6rem;
  margin-bottom: -0.6rem;
}
@media screen and (max-width: 767px) {
  .smallTxt {
    font-size: 1rem;
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }
}

.acap {
  font-size: 10px;
  position: absolute;
  right: 5px;
  bottom: 10px;
  color: #fff;
  text-shadow: #000 1px 1px 10px, #000 -1px 1px 10px, #000 1px -1px 10px,
    #000 -1px -1px 10px;
}
.acap.rev {
  right: auto;
  left: 5px;
}
@media screen and (max-width: 767px) {
  .acap.rev {
    right: 5px;
    left: auto;
  }
}

.captionArea {
  margin-top: 9.6rem;
  margin-bottom: 5.6rem;
}
.captionArea .inner p {
  margin-bottom: auto;
  margin-top: auto;
  font-size: 1rem;
  line-height: 1.8;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  .captionArea {
    margin-top: 5.6rem;
  }
}

.capArea {
  padding: calc(20vw * 140 / 1440) 0 calc(100vw * 40 / 1440);
  font-size: 10px;
}
@media screen and (min-width: 1441px) {
  .capArea {
    padding: 14rem 0 4rem;
  }
}
@media screen and (max-width: 767px) {
  .capArea {
    padding: 2rem 0 3rem;
  }
}

#footer {
  position: relative;
  z-index: 9998;
}
@media screen and (max-width: 767px) {
  #footer {
    margin-bottom: 3rem;
  }
}
#footer .phoneArea {
  background: #fff;
}
#footer .phoneArea .inner {
  padding-top: 4rem;
  padding-bottom: 4rem;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
#footer .phoneArea .inner ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .phoneArea .inner ul li {
  text-align: left;
}
#footer .phoneArea .inner ul li span{
    position: relative;
  display: inline-block;
  margin-top: 5px;
  color: #e92c2c;
}
#footer .phoneArea .inner ul li span.txtClosed{
  font-size: 12px;
}
#footer .phoneArea .inner ul li:nth-child(1) {
  font-size: 1.3rem;
}
#footer .phoneArea .inner ul li:nth-child(2) {
  width: 30.859375%;
  margin: 0 3.3%;
}
#footer .phoneArea .inner .holiday {
  text-align: right;
  margin: .5% 4% 0 0;
  font-size: 1.2rem;
  color: #e50909;
}
@media screen and (max-width: 959px) {
  #footer .phoneArea .inner ul {
    flex-wrap: wrap;
  }
  #footer .phoneArea .inner ul li {
    width: 100% !important;
    text-align: center;
  }
  #footer .phoneArea .inner ul li + li {
    margin-top: 10px !important;
  }
  #footer .phoneArea .inner .holiday {
    text-align: center;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  #footer .phoneArea .inner ul {
    flex-wrap: wrap;
  }
  #footer .phoneArea .inner ul li {
    width: 100% !important;
    text-align: center;
  }
  #footer .phoneArea .inner ul li:nth-child(1) {
    font-size: 1.2rem;
  }
  #footer .phoneArea .inner ul li:nth-child(3) {
    font-size: 1.1rem;
  }
  #footer .phoneArea .inner ul li + li {
    margin-top: 10px !important;
  }
  #footer .phoneArea .inner .holiday {
    font-size: 1.1rem;
    text-align: center;
    margin: auto;
  }
}
#footer .phoneArea .inner .vacation {
  text-align: center;
  font-size: 1.2rem;
  display: inline-block;
  color: #e92c2c;
  line-height: 1rem;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  #footer .phoneArea .inner .vacation{
  }
}
#footer .cmpArea {
  background: #fff;
}
#footer .cmpArea .inner {
  padding-top: 32px;
}
@media screen and (max-width: 767px) {
  #footer .cmpArea .inner {
    padding-top: 0;
  }
}
#footer .cmpArea .inner ul {
  display: flex;
  justify-content: center;
  /* padding-top: 3rem; */
  padding-bottom: 3rem;
}
#footer .cmpArea .inner ul li {
  margin: 0 35px;
}
#footer .cmpArea .inner ul li a {
  display: inline-block;
}
#footer .cmpArea .inner ul li .image {
  text-align: center;
}
#footer .cmpArea .inner ul li .text {
  text-align: center;
  line-height: 1.4;
}
#footer .cmpArea .inner ul li .text a {
  font-size: 10px;
  position: relative;
  letter-spacing: -0.02em;
}
#footer .cmpArea .inner ul li .text a::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #111;
  transition: 0.3s ease;
}
#footer .cmpArea .inner ul li .text a.hover::after {
  opacity: 0;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  #footer .cmpArea .inner ul {
    max-width: 590px;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  #footer .cmpArea .inner ul {
    padding-top: 2rem;
    padding-bottom: 2rem;
    flex-wrap: wrap;
  }
  #footer .cmpArea .inner ul li {
    width: 100% !important;
    text-align: center;
  }
  #footer .cmpArea .inner ul li + li {
    margin-top: 25px !important;
  }
}
#footer .ftr_bnr01 {
  padding: 30px 0 0px;
  border-top: 1px solid #e5e5e5;
  background: #fff;
}
#footer .ftr_bnr01 .seo {
  color: #111;
  font-size: 11px;
  line-height: 1.5;
  font-weight: normal;
}
#footer .ftr_pankuzu {
  /* background: #e6e6e6; */
  /* padding: 7px 0; */
  color: #111;
  line-height: 1.5;
  background: #fff;
}
#footer .ftr_pankuzu .clm li {
  display: inline-block;
  font-size: 11px;
  vertical-align: baseline;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  #footer .ftr_pankuzu {
    display: none;
  }
}
#footer .ftr_other {
  /* border-top: 1px solid #ddd; */
  /* border-bottom: 1px solid #ddd; */
  padding: 25px 0 0;
  background: #fff;
}
#footer .ftr_other dl {
  display: flex;
  background: #f8f8f8;
  padding: 9px 15px;
  flex-wrap: wrap;
}
#footer .ftr_other dl + dl {
  margin-top: 15px;
}
#footer .ftr_other dl dt {
  font-size: 12px;
  line-height: 1.5;
  color: #554824;
  white-space: nowrap;
  vertical-align: top;
  font-weight: bold;
  padding-right: 15px;
  border-right: 1px solid #cccccc;
}
#footer .ftr_other dl dd {
  font-size: 12px;
  line-height: 1.5;
  margin-left: 15px;
}
#footer .ftr_other dl dd a {
  font-size: 11px;
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  #footer .ftr_other dl dt {
    width: 100%;
    border-right: none;
    padding-right: 0;
  }
  #footer .ftr_other dl dd {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
  }
}
#footer .ftr_bnr02 {
  padding: 10px 0 30px;
  text-align: center;
  border-top: 1px solid #e5e5e5;
  background: #fff;
}
#footer .ftr_bnr02 .bnrs &gt; div {
  margin: 20px 16px 0;
  display: inline-block;
}
#footer .ftr_copy .copyright {
  text-align: center;
  font-size: 10px;
  line-height: 1.2;
  padding: 10px 0;
  background: #fff;
  font-family: ゴシック;
}

.sp_fmenu {
  display: none;
}
@media screen and (min-width: 768px) {
  .sp_fmenu {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sp_fmenu {
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99998;
  }
  .sp_fmenu ul {
    display: flex;
    border-top: 1px solid #fff;
    background: #111;
  }
  .sp_fmenu ul li {
    width: 20%;
  }
  .sp_fmenu ul li a {
    display: block;
    text-align: center;
  }
  .sp_fmenu ul li + li {
    border-left: 1px solid #fff;
  }
  .sp_fmenu ul li.photo a {
    background: url(../imgs/fnav_bg_photo.png) no-repeat center;
    background-size: cover;
  }
  .sp_fmenu ul li.res a {
    background: url(../imgs/fnav_bg_res.jpg) no-repeat center;
    background-size: cover;
  }
  .sp_fmenu ul li.req a {
    background: url(../imgs/fnav_bg_req.jpg) no-repeat center;
    background-size: cover;
  }
}

.pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 45px;
  height: 45px;
  opacity: 0;
  z-index: 99997;
  cursor: pointer;
}
.pagetop.scr {
  opacity: 1;
}
.pagetop p {
  transition: 0.5s ease;
  background: #16241d;
}
.pagetop p.hover {
  opacity: 0.7;
  background: #a09268;
}
@media screen and (max-width: 767px) {
  .pagetop {
    bottom: 70px;
    right: 10px;
    width: 34px;
    height: 34px;
  }
}

.contact_area {
  padding: 13.8rem 0;
  background: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
  .contact_area {
    padding: 6rem 0 7rem;
  }
}
.contact_area .contact_ttl {
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: 0.14em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact_area .contact_ttl {
    font-size: 2.1rem;
  }
}
.contact_area .contact_btn {
  max-width: 64rem;
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 3.5rem auto 0;
}
@media screen and (max-width: 767px) {
  .contact_area .contact_btn {
    display: block;
    margin-top: 3rem;
  }
}
.contact_area .contact_btn a {
  width: 32rem;
  height: 6.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.24em;
  margin: 2rem 1rem 0;
}
@media screen and (max-width: 767px) {
  .contact_area .contact_btn a {
    height: 5.3rem;
    font-size: 1.3rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.contact_area .contact_btn a span {
  position: relative;
  z-index: 20;
}
.contact_area .contact_btn a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
}
.contact_area .contact_btn a.req::before {
  background: url(../imgs/ftr_req_bg.png) no-repeat;
}
.contact_area .contact_btn a.res::before {
  background: url(../imgs/ftr_res_bg.png) no-repeat;
}
.contact_area .contact_btn a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  opacity: 0;
  transition: 0.5s ease;
}
.contact_area .contact_btn a.req::after {
  background: url(../imgs/ftr_req_bg_ov.png) no-repeat;
}
.contact_area .contact_btn a.res::after {
  background: url(../imgs/ftr_res_bg_ov.png) no-repeat;
}
.contact_area .contact_btn a.hover::after {
  opacity: 1;
}

.bg-video-wrap {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
.bg-video-wrap video.pc {
  min-width: 100%;
  min-height: 100vh;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bg-video-wrap video.sp {
  width: 100%;
}

#main_content .low_content_pttl {
  position: relative;
  z-index: 10;
  max-width: 1240px;
  width: 86.111111111%;
  margin: 0 auto -9.8rem;
  padding: 6rem 0;
  background: #fff;
  box-shadow: 0px -6px 10px -3px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  #main_content .low_content_pttl {
    width: 94%;
  }
}
#main_content .low_content_pttl #pankuzu {
  position: absolute;
  top: 0;
  right: 32px;
  z-index: 10;
}
#main_content .low_content_pttl #pankuzu ul {
  display: flex;
  line-height: 1;
}
#main_content .low_content_pttl #pankuzu ul li {
  font-size: 10px;
  line-height: 1;
}
#main_content .low_content_pttl #pankuzu ul li a {
  display: block;
}
#main_content .low_content_pttl #pankuzu ul li a::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #a9a9a9;
  position: absolute;
  bottom: -3px;
  left: 0;
  transition: 0.3s ease;
}
#main_content .low_content_pttl #pankuzu ul li a.hover::after {
  opacity: 0;
}
#main_content .low_content_pttl #pankuzu ul li + li {
  margin-left: 5px;
}
#main_content .low_content_pttl h2 .en {
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0.14em;
  color: #0b4428;
}
#main_content .low_content_pttl h2 .en .num {
  font-family: 'Cormorant Infant', serif;

}
#main_content .low_content_pttl h2 .ja {
  font-size: 3.4rem;
  line-height: 1;
  letter-spacing: 0.14em;
  font-weight: normal;
  margin-top: 2rem;
}
#main_content .low_content_pttl h2 .ja small {
  font-size: 10px;
  color: #222222;
}
#main_content .low_content_pttl h2 .ja.line {
  line-height: 1.5;
  margin-top: calc(2rem - (((3.4rem * 1.5) - 3.4rem) / 2));
  margin-bottom: calc(0rem - (((3.4rem * 1.5) - 3.4rem) / 2));
}
@media screen and (max-width: 767px) {
  #main_content .low_content_pttl {
    padding: 3rem 0;
    margin: 0 auto -6rem;
  }
  #main_content .low_content_pttl #pankuzu {
    right: 20px;
  }
  #main_content .low_content_pttl h2 .en {
    font-size: 1.65rem;
  }
  #main_content .low_content_pttl h2 .ja {
    font-size: 2.55rem;
    margin-top: 2rem;
  }
  #main_content .low_content_pttl h2 .ja.line {
    font-size: 2.55rem;
    margin-top: calc(2rem - (((2.55rem * 1.5) - 2.55rem) / 2));
    margin-bottom: calc(0rem - (((2.55rem * 1.5) - 2.55rem) / 2));
  }
}
#main_content .main_content_inner {
  position: relative;
}
#main_content .main_content_inner .scroll {
  position: absolute;
  top: -9.8rem;
  left: 50%;
  height: 100px;
  transform: translate(-50%, -100%);
}
#main_content .main_content_inner .scroll::after {
  content: "";
  width: 1px;
  height: 72px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background: -moz-linear-gradient(
    top,
    white 0%,
    white 33%,
    rgba(255, 255, 255, 0) 34%,
    rgba(255, 255, 255, 0) 66%,
    white 67%,
    white 100%
  );
  background: -webkit-linear-gradient(
    top,
    white 0%,
    white 33%,
    rgba(255, 255, 255, 0) 34%,
    rgba(255, 255, 255, 0) 66%,
    white 67%,
    white 100%
  );
  background: linear-gradient(
    to bottom,
    white 0%,
    white 33%,
    rgba(255, 255, 255, 0) 34%,
    rgba(255, 255, 255, 0) 66%,
    white 67%,
    white 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
  background-size: auto 300%;
  background-position: 50% 0;
  transform: scaleY(1);
  transform-origin: top;
  animation: 2s linear infinite reverse scroll;
}
@media screen and (max-width: 767px) {
  #main_content .main_content_inner .scroll {
    top: -5.8rem;
    width: 80px;
    height: 110px;
  }
  #main_content .main_content_inner .scroll::after {
    height: 79px;
  }
}
#main_content .main_content_inner .low_content {
  background: #fff;
  position: relative;
  z-index: 9;
  padding-top: 13rem;
}
#main_content
  .main_content_inner
  .low_content
  .cont_box.box_area
  .box_area_inner {
  padding: 5rem 1.5rem;
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.3);
}
#main_content .main_content_inner .low_content_inner.bg01 {
  padding-bottom: 12rem;
}
#main_content .main_content_inner .low_content_inner.color {
  background: url(../imgs/bg01_bg.jpg) no-repeat center top,
    url(../imgs/bg01_bg_low.jpg) repeat-y center top, #fff;
  background-size: 100% auto, 100% auto, auto;
}
#main_content .main_content_inner .low_content_inner + .low_content_inner {
  padding-top: 10rem;
}
#main_content .main_content_inner .low_content_inner .frame_box_img {
  border: 1px solid #aa8420;
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  #main_content .main_content_inner .low_content {
    padding-top: 9rem;
  }
  #main_content .main_content_inner .low_content .cont_box.h3_box {
    margin-bottom: 5rem;
  }
  #main_content .main_content_inner .low_content .cont_box.h4_box {
    margin-bottom: 4rem;
  }
  #main_content .main_content_inner .low_content .cont_box.h5_box {
    margin-bottom: 4rem;
  }
  #main_content
    .main_content_inner
    .low_content
    .cont_box.box_area
    .box_area_inner {
    padding: 2rem;
    box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.3);
  }
  #main_content .main_content_inner .low_content_inner.bg01 {
    padding-bottom: 6rem;
    background: url(../imgs/bg01_bg.jpg) no-repeat center top,
      url(../imgs/bg01_bg_low.jpg) repeat-y center top, #fff;
    background-size: 100% auto, 100% auto, auto;
  }
  #main_content .main_content_inner .low_content_inner + .low_content_inner {
    padding-top: 5rem;
  }
}

.tc {
  text-align: center;
}

.ttl + p {
  font-size: 1.4rem;
  line-height: 2.571428571;
  letter-spacing: 0.14em;
  color: #222;
  margin-top: -1.0999999997rem;
  margin-bottom: -1.0999999997rem;
}
@media screen and (max-width: 767px) {
  .ttl + p {
    font-size: 1.2rem;
    margin-top: -0.9428571426rem;
    margin-bottom: -0.9428571426rem;
  }
}
.ttl + p.small {
  font-size: 1.2rem;
  margin-top: -0.9428571426rem;
  margin-bottom: -0.9428571426rem;
}
@media screen and (max-width: 767px) {
  .ttl + p.small {
    font-size: 1.1rem;
    margin-top: -0.8642857141rem;
    margin-bottom: -0.8642857141rem;
  }
}
.ttlA {
  font-size: 3.2rem;
  color: #0b6539;
  line-height: 1.75;
  letter-spacing: 0.2em;
  font-weight: normal;
  margin-top: -1.2rem;
  padding-bottom: 6.8rem;
  margin-bottom: 2rem;
  position: relative;
}
.ttlA::after {
  content: "";
  width: 1px;
  height: 6rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  background: -moz-linear-gradient(top, #0b4428 0%, rgba(11, 68, 40, 0) 100%);
  background: -webkit-linear-gradient(
    top,
    #0b4428 0%,
    rgba(11, 68, 40, 0) 100%
  );
  background: linear-gradient(to bottom, #0b4428 0%, rgba(11, 68, 40, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b4428', endColorstr='#000b4428',GradientType=0 );
}
@media screen and (max-width: 767px) {
  .ttlA {
    font-size: 2.4rem;
    margin-top: -1.2rem;
    padding-bottom: 4.8rem;
  }
  .ttlA::after {
    height: 4.5rem;
  }
}
.ttlB {
  font-weight: normal;
  font-size: 2.4rem;
  line-height: 1.791666667;
  letter-spacing: 0.05em;
  color: #887642;
  margin-top: -0.9500000004rem;
  margin-bottom: 2.5499999996rem;
}
@media screen and (max-width: 767px) {
  .ttlB {
    font-size: 1.8rem;
    margin-top: -0.7125000003rem;
    margin-bottom: 1.9124999997rem;
  }
}
.ttlC {
  font-weight: normal;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #0b6539;
  margin-top: -0.5rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .ttlC {
    font-size: 1.5rem;
    margin-top: -0.375rem;
    margin-bottom: 1.5rem;
  }
}
.ttlD {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.14em;
  color: #fff;
  background: #1d382e;
  padding-top: 1.55rem;
  padding-bottom: 1.55rem;
}
@media screen and (max-width: 767px) {
  .ttlD {
    font-size: 1.35rem;
    padding-top: 1.5375rem;
    padding-bottom: 1.5375rem;
  }
}
.ttlE {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: -0.4rem;
  margin-bottom: 1.1rem;
  color: #0b6539;
}

.clm_box &gt; div {
  display: flex;
}
.clm_box .clm2_1 {
  justify-content: space-between;
}
.clm_box .clm2_1.rev {
  flex-direction: row-reverse;
}
.clm_box .clm2_1 .large {
  width: 65.625%;
}
.clm_box .clm2_1 .small {
  width: 31.25%;
}
@media screen and (max-width: 767px) {
  .clm_box .clm2_1 {
    display: block;
  }
  .clm_box .clm2_1 .large {
    width: 100%;
  }
  .clm_box .clm2_1 .small {
    width: 100%;
    margin-top: 2rem;
  }
}
.clm_box + .clm_box {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .clm_box + .clm_box {
    margin-top: 3rem;
  }
}
.clm_box .clm2_n {
  justify-content: space-between;
}
.clm_box .clm2_n &gt; div {
  width: 48.4375%;
}
@media screen and (max-width: 767px) {
  .clm_box .clm2_n {
    display: block;
  }
  .clm_box .clm2_n &gt; div {
    width: 100%;
  }
  .clm_box .clm2_n &gt; div + div {
    margin-top: 3rem;
  }
}
.clm_box .clm3_n {
  justify-content: space-between;
}
.clm_box .clm3_n &gt; div {
  width: 31.25%;
}
@media screen and (max-width: 767px) {
  .clm_box .clm3_n {
    display: block;
  }
  .clm_box .clm3_n &gt; div {
    width: 100%;
  }
  .clm_box .clm3_n &gt; div + div {
    margin-top: 3rem;
  }
}
.clm_box .clm4_n {
  justify-content: space-between;
}
.clm_box .clm4_n &gt; div {
  width: 22.65625%;
}
@media screen and (max-width: 767px) {
  .clm_box .clm4_n {
    flex-wrap: wrap;
  }
  .clm_box .clm4_n &gt; div {
    width: 48.4375%;
  }
  .clm_box .clm4_n &gt; div:nth-child(n + 3) {
    margin-top: 3rem;
  }
}
.clm_box .clm_text_box {
  margin-top: 2rem;
}

.btn_a {
  max-width: 232px;
  width: 100%;
}
.btn_a a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.14em;
  background: #16241d;
  transition: 0.5s ease;
}
.btn_a a.hover {
  background: #a09268;
}

.btn_b {
  display: flex;
  justify-content: center;
}
.btn_b a {
  margin: 0 1.6rem;
  max-width: 320px;
  width: 100%;
  letter-spacing: 0.14em;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5rem;
  color: #fff;
  font-size: 1.4rem;
  background: #16241d;
  transition: 0.5s ease;
}
.btn_b a.hover {
  background: #a09268;
}

.mute_btn {
  position: absolute;
  top: 80px;
  right: 20px;
  color: #fff;
  width: 100px;
  height: 30px;
  text-align: center;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.2);
  transition: 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  cursor: pointer;
}
.mute_btn .off {
  display: none;
}
.mute_btn.hover {
  background: rgba(255, 255, 255, 0.4);
}
.mute_btn.active .off {
  display: block;
}
.mute_btn.active .on {
  display: none;
}
@media screen and (max-width: 767px) {
  .mute_btn {
    display: none;
  }
}

@keyframes scroll {
  0% {
    background-position: 50% 0;
  }
  10% {
    background-position: 50% 0;
  }
  80% {
    background-position: 50% 100%;
  }
  100% {
    background-position: 50% 100%;
  }
}
#footer .ftr_other {
  padding-bottom: 25px;
}

/*# sourceMappingURL=main.css.map */
</pre></body></html>