@charset "UTF-8";
.gHeader .gNav .navigation, .gHeader .gMenu .navigation .btn--cv, .main .hero .text .en, .main .concept .text .title, .main .concept .text .en, .main .service .title, .main .service .list .btn--cv, .main .staff .profile .text .job, .main .access .text .title, .main .reservation .btn--cv {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
}

@media screen and (hover: hover) and (pointer: fine) {
  .hov {
    transition: opacity 0.3s;
  }
  @supports (filter: brightness(100%)) {
    .hov {
      transition-property: filter;
    }
  }
  .hov:hover {
    opacity: 0.8;
  }
  @supports (filter: brightness(100%)) {
    .hov:hover {
      filter: brightness(110%);
      opacity: 1;
    }
  }
}

* {
  -webkit-tap-highlight-color: transparent;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
table,
tr,
th,
td,
form,
figure {
  font-size: inherit;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

summary {
  display: block;
}

table {
  border-collapse: collapse;
  empty-cells: show;
}

th,
td {
  text-align: left;
  vertical-align: top;
}

li {
  list-style: none;
}

img {
  vertical-align: top;
  height: auto;
}

input,
textarea,
select {
  color: inherit;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

textarea {
  form-sizing: content;
}

button {
  color: inherit;
  font-family: inherit;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

select::-ms-expand {
  display: none;
}

[disabled] {
  cursor: not-allowed;
}

input[type=button]:not([disabled]), input[type=submit]:not([disabled]), input[type=reset]:not([disabled]),
button[type=button]:not([disabled]),
button[type=submit]:not([disabled]),
button[type=reset]:not([disabled]) {
  cursor: pointer;
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation: none !important;
            animation: none !important;
    transition-duration: 0s !important;
    transition-delay: 0s !important;
  }
}
img,
video {
  max-width: 100%;
  height: auto;
}

:root {
  font-size: 100px;
}
@media screen and (max-width: 1440px) and (min-width: 751px) {
  :root {
    font-size: 6.9444444444vw;
  }
}
@media screen and (max-width: 750px) {
  :root {
    font-size: 25.641025641vw;
  }
}

:target {
  scroll-margin-top: 1.59rem;
}
@media screen and (max-width: 750px) {
  :target {
    scroll-margin-top: 0.78rem;
  }
}

html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

body {
  background: url(../imgs/bg01.jpg) 50% 0/5rem auto repeat;
  color: #1F573D;
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
  font-size: 0.16rem;
  letter-spacing: 0;
  line-height: 0.36rem;
}
@media screen and (max-width: 750px) {
  body {
    font-size: 0.16rem;
    line-height: 0.36rem;
  }
}

.wrap {
  max-width: 12rem;
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .wrap {
    padding-inline: 0.15rem;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  .sp {
    display: revert;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .fadeUp {
    opacity: 0;
    translate: 0 1rem 0;
    transition: 0.8s;
    transition-property: opacity, translate;
  }
  body.ready .fadeUp.scrollIn {
    opacity: 1;
    translate: 0 0 0;
  }
}

@-webkit-keyframes ticker {
  from {
    translate: 0 0 0;
  }
  to {
    translate: -50% 0 0;
  }
}

@keyframes ticker {
  from {
    translate: 0 0 0;
  }
  to {
    translate: -50% 0 0;
  }
}
.gHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  padding: 0.34rem 1.2rem 0.34rem 0.52rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9000;
}
@media screen and (max-width: 750px) {
  .gHeader {
    padding: 0 0.07rem 0 0.18rem;
  }
}
.gHeader::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(../imgs/bg01.jpg) 50% 0/5rem auto repeat;
  opacity: 0.8;
}
.gHeader .branding {
  display: flex;
  align-items: center;
  gap: 0.21rem;
}
@media screen and (max-width: 750px) {
  .gHeader .branding {
    gap: 0.06rem;
  }
}
.gHeader .branding .logo {
  width: 1.69rem;
}
@media screen and (max-width: 750px) {
  .gHeader .branding .logo {
    width: 0.89rem;
  }
}
.gHeader .branding .title {
  font-size: 0.14rem;
  font-weight: 700;
  line-height: 0.24rem;
}
@media screen and (max-width: 750px) {
  .gHeader .branding .title {
    font-size: 0.12rem;
    line-height: 0.2rem;
  }
}
@media screen and (max-width: 750px) {
  .gHeader .gNav {
    display: flex;
    align-items: center;
  }
}
.gHeader .gNav .navigation {
  display: flex;
  align-self: center;
  gap: 0.4rem;
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 0.44rem;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation {
    display: block;
  }
}
.gHeader .gNav .navigation .list {
  display: flex;
  align-self: center;
  gap: 0.4rem;
}
@media screen and (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .gHeader .gNav .navigation .list a {
    transition: color 0.4s;
  }
}
@media screen and (hover: hover) and (pointer: fine) {
  .gHeader .gNav .navigation .list a:hover {
    color: #328b62;
  }
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .list {
    display: none;
  }
}
.gHeader .gNav .navigation .btn--cv {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.08rem;
  width: 2.02rem;
  background: #2D6342;
  border-radius: 0.22rem;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .btn--cv {
    width: 0.44rem;
  }
  .gHeader .gNav .navigation .btn--cv span {
    display: none;
  }
}
.gHeader .gNav .navigation .btn--cv::before {
  content: "";
  display: block;
  width: 0.17rem;
  height: 0.44rem;
  background: currentColor;
  -webkit-mask: url(../imgs/ico-mail.svg) 0 50%/100% auto no-repeat;
          mask: url(../imgs/ico-mail.svg) 0 50%/100% auto no-repeat;
}
@media screen and (hover: hover) and (pointer: fine) {
  .gHeader .gNav .navigation .btn--cv {
    box-shadow: inset 0 0 0 0.01rem #2D6342;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .gHeader .gNav .navigation .btn--cv {
    transition: 0.4s;
    transition-property: background-color, color;
  }
}
@media screen and (hover: hover) and (pointer: fine) {
  .gHeader .gNav .navigation .btn--cv:hover {
    background: #fff;
    color: #2D6342;
  }
}
.gHeader .gNav .btn--menu {
  display: grid;
  place-items: center;
  width: 0.58rem;
  height: 0.78rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .gHeader .gNav .btn--menu {
    display: none;
  }
}
.gHeader .gNav .btn--menu input,
.gHeader .gNav .btn--menu .bar {
  grid-area: 1/1;
}
.gHeader .gNav .btn--menu input {
  visibility: hidden;
}
.gHeader .gNav .btn--menu .bar {
  display: grid;
  width: 0.24rem;
  height: 0.2rem;
  background-image: linear-gradient(#2D6342, #2D6342);
  background-position: 50% 50%;
  background-size: 100% 0.02rem;
  background-repeat: no-repeat;
  transition: background-size 0.4s;
}
.gHeader .gNav .btn--menu .bar::before, .gHeader .gNav .btn--menu .bar::after {
  content: "";
  display: block;
  height: 0.02rem;
  grid-area: 1/1;
  align-self: center;
  justify-self: stretch;
  background: #2D6342;
  transition: 0.4s;
  transition-property: translate, rotate, background-color;
}
.gHeader .gNav .btn--menu .bar::before {
  translate: 0 -0.09rem 0;
}
.gHeader .gNav .btn--menu .bar::after {
  translate: 0 0.09rem 0;
}
.gHeader .gNav .btn--menu .bar:is(.gHeader:has(.gNav .btn--menu input:checked) *) {
  background-size: 0 0.02rem;
}
.gHeader .gNav .btn--menu .bar:is(.gHeader:has(.gNav .btn--menu input:checked) *)::before {
  translate: 0 0 0;
  rotate: 135deg;
  background: #fff;
}
.gHeader .gNav .btn--menu .bar:is(.gHeader:has(.gNav .btn--menu input:checked) *)::after {
  translate: 0 0 0;
  rotate: 45deg;
  background: #fff;
}
.gHeader .gMenu {
  display: none;
}
@media screen and (max-width: 750px) {
  .gHeader .gMenu {
    display: block;
    box-sizing: border-box;
    width: 100vw;
    height: 100vh;
    padding: 1.04rem 0 0.82rem;
    position: absolute;
    top: 0;
    left: 0;
    background: #4F423E;
    color: #fff;
    overflow-y: scroll;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
            clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
}
@media (prefers-reduced-motion: no-preference) {
  .gHeader .gMenu {
    transition: -webkit-clip-path 0.4s;
    transition: clip-path 0.4s;
    transition: clip-path 0.4s, -webkit-clip-path 0.4s;
  }
}
.gHeader .gMenu .logo {
  width: 1.62rem;
  margin: 0 auto;
}
.gHeader .gMenu .navigation {
  margin: 0.57rem 0 0;
  color: #E5E3E2;
  font-size: 0.28rem;
  font-weight: 500;
  text-align: center;
  line-height: 0.68rem;
}
.gHeader .gMenu .navigation a {
  display: block;
}
.gHeader .gMenu .navigation .btn--cv {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.12rem;
  width: 2.7rem;
  margin: 0.62rem auto 0;
  border-radius: 0.34rem;
  color: #fff;
  font-size: 0.24rem;
  font-weight: 500;
  line-height: 0.68rem;
  box-shadow: inset 0 0 0 0.01rem currentColor;
}
.gHeader .gMenu .navigation .btn--cv::before {
  content: "";
  display: block;
  width: 0.17rem;
  height: 0.68rem;
  background: currentColor;
  -webkit-mask: url(../imgs/ico-mail.svg) 0 50%/100% auto no-repeat;
          mask: url(../imgs/ico-mail.svg) 0 50%/100% auto no-repeat;
}
.gHeader .gMenu .sns {
  display: flex;
  justify-content: center;
  gap: 0.17rem;
  margin: 0.92rem 0 0;
}
.gHeader .gMenu .sns li {
  width: 0.44rem;
}
.gHeader .gMenu .copyright {
  margin: 0.31rem 0 0;
  color: #E5E3E2;
  font-size: 0.14rem;
  line-height: 0.2rem;
  text-align: center;
}
.gHeader .gMenu:is(.gHeader:has(.gNav .btn--menu input:checked) *) {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.main .hero {
  margin: 1.18rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .hero {
    margin: 0.34rem 0 0;
  }
}
.main .hero .text .wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 750px) {
  .main .hero .text .wrap {
    display: block;
  }
}
.main .hero .text .ja {
  font-size: 0.32rem;
  font-weight: 600;
  line-height: 0.6rem;
}
@media screen and (max-width: 750px) {
  .main .hero .text .ja {
    font-size: 0.22rem;
    line-height: 0.36rem;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .main .hero .text .ja span {
    display: inline-block;
    opacity: 0;
    translate: 0 1em 0;
    transition: 0.2s;
    transition-property: opacity, translate;
  }
  body.ready .main .hero .text .ja.scrollIn span {
    opacity: 1;
    translate: 0 0 0;
  }
}
.main .hero .text .en {
  color: #A79188;
  font-size: 0.18rem;
  line-height: 0.28rem;
}
@media screen and (max-width: 750px) {
  .main .hero .text .en {
    margin: 0.1rem 0 0;
    font-size: 0.14rem;
    line-height: 0.2rem;
  }
}
.main .hero .slider {
  margin: 0.59rem 0 0;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .main .hero .slider {
    margin: 0.42rem 0 0;
  }
}
.main .hero .slider .slide {
  display: flex;
  width: 60.24rem;
}
@media screen and (max-width: 750px) {
  .main .hero .slider .slide {
    width: 21.66rem;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .main .hero .slider .slide {
    -webkit-animation: ticker 40s linear infinite;
            animation: ticker 40s linear infinite;
  }
}
.main .hero .slider .slide .group {
  box-sizing: border-box;
  width: 50%;
  display: flex;
  gap: 0.04rem;
  padding-right: 0.04rem;
}
@media screen and (max-width: 750px) {
  .main .hero .slider .slide .group {
    gap: 0.01rem;
    padding-right: 0.01rem;
  }
}
.main .hero .slider .slide .group img {
  width: auto;
  height: 7.07rem;
}
@media screen and (max-width: 750px) {
  .main .hero .slider .slide .group img {
    height: 2.54rem;
  }
}
.main .concept {
  padding: 1.62rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .concept {
    padding: 0.39rem 0 0;
  }
}
.main .concept .wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .main .concept .wrap {
    display: block;
    padding: 0 0.3rem;
  }
}
.main .concept .text {
  width: 5.7rem;
}
@media screen and (max-width: 750px) {
  .main .concept .text {
    width: auto;
  }
}
.main .concept .text .title {
  font-size: 0.32rem;
  font-weight: 400;
  font-size: 0.32rem;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: 0.014rem;
  text-underline-offset: 25%;
  text-underline-position: from-font;
}
.main .concept .text .catch {
  margin: 0.44rem 0 0;
  font-size: 0.32rem;
  font-weight: 500;
  line-height: 0.52rem;
}
@media screen and (max-width: 750px) {
  .main .concept .text .catch {
    margin: 0.33rem 0 0;
    font-size: 0.24rem;
    line-height: 0.44rem;
  }
}
.main .concept .text p {
  margin: 0.33rem 0 0;
  font-size: 0.18rem;
  line-height: 0.32rem;
}
@media screen and (max-width: 750px) {
  .main .concept .text p {
    margin: 0.22rem 0 0;
  }
}
.main .concept .text .en {
  margin: 0.34rem 0 0;
  color: #C1B6B3;
  font-size: 0.14rem;
  line-height: 0.24rem;
}
@media screen and (max-width: 750px) {
  .main .concept .text .en {
    margin: 0.33rem 0 0;
    line-height: 0.2rem;
  }
}
.main .concept .image {
  width: 4.65rem;
  margin: 0.15rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .concept .image {
    width: 2.16rem;
    margin: 0.39rem 0 0 auto;
  }
}
.main .concept .slider {
  margin: 1.31rem 0 0;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .main .concept .slider {
    margin: 1.02rem 0 0;
  }
}
.main .concept .slider .slide {
  display: flex;
  width: 37.84rem;
}
@media screen and (max-width: 750px) {
  .main .concept .slider .slide {
    width: 20.68rem;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .main .concept .slider .slide {
    -webkit-animation: ticker 40s linear infinite;
            animation: ticker 40s linear infinite;
  }
}
.main .concept .slider .slide .group {
  box-sizing: border-box;
  width: 50%;
  display: flex;
  gap: 0.04rem;
  padding-right: 0.04rem;
}
@media screen and (max-width: 750px) {
  .main .concept .slider .slide .group {
    gap: 0.02rem;
    padding-right: 0.02rem;
  }
}
.main .concept .slider .slide .group img {
  width: auto;
  height: 3.2rem;
}
@media screen and (max-width: 750px) {
  .main .concept .slider .slide .group img {
    height: 1.75rem;
  }
}
.main .service {
  padding: 1.67rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .service {
    padding: 0.85rem 0 0;
  }
}
.main .service .wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .main .service .wrap {
    display: block;
  }
}
.main .service .title {
  margin-left: -0.43rem;
  font-size: 0.56rem;
  font-weight: 400;
  line-height: 0.32rem;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: 0.014rem;
  text-underline-offset: 25%;
  text-underline-position: from-font;
}
@media screen and (max-width: 750px) {
  .main .service .title {
    margin-left: 0;
    font-size: 0.32rem;
  }
}
.main .service .list {
  width: 8.85rem;
}
@media screen and (max-width: 750px) {
  .main .service .list {
    width: auto;
    margin: 0.4rem 0 0;
  }
}
.main .service .list .item .text {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1.27rem;
}
@media screen and (max-width: 750px) {
  .main .service .list .item .text {
    display: block;
  }
}
.main .service .list .item .text .name {
  grid-row: 1/2;
  grid-column: 1/2;
  font-weight: 500;
}
.main .service .list .item .text .name .en {
  display: block;
  margin: 0.16rem 0 0;
  color: #A79188;
  font-size: 0.14rem;
  font-weight: 500;
  line-height: 0.1rem;
}
@media screen and (max-width: 750px) {
  .main .service .list .item .text .name .en {
    margin: 0.07rem 0 0;
    font-size: 0.12rem;
  }
}
.main .service .list .item .text .logo {
  grid-row: 1/2;
  grid-column: 2/3;
}
@media screen and (max-width: 750px) {
  .main .service .list .item .text .logo {
    display: none;
  }
}
.main .service .list .item .text p {
  grid-row: 2/3;
  grid-column: 1/3;
  font-size: 0.16rem;
  font-weight: 500;
  line-height: 0.32rem;
}
@media screen and (max-width: 750px) {
  .main .service .list .item .text p {
    margin: 0.24rem 0 0;
  }
}
.main .service .list .item.large .text {
  margin: 0.4rem 0 0;
  gap: 0.44rem 0;
}
@media screen and (max-width: 750px) {
  .main .service .list .item.large .text {
    margin: 0.24rem 0 0;
  }
}
.main .service .list .item.large .text .name {
  font-size: 0.28rem;
  line-height: 0.32rem;
}
@media screen and (max-width: 750px) {
  .main .service .list .item.large .text .name {
    font-size: 0.2rem;
    line-height: 0.32rem;
  }
}
.main .service .list .item.large .text .logo {
  margin: 0.08rem 0 0;
}
.main .service .list .item.small .text {
  margin: 0.35rem 0 0;
  gap: 0.34rem 0;
}
@media screen and (max-width: 750px) {
  .main .service .list .item.small .text {
    margin: 0.24rem 0 0;
  }
}
.main .service .list .item.small .text .name {
  font-size: 0.24rem;
  line-height: 0.18rem;
}
@media screen and (max-width: 750px) {
  .main .service .list .item.small .text .name {
    font-size: 0.2rem;
    line-height: 0.32rem;
  }
}
.main .service .list .item.small .text .logo {
  margin: 0.07rem 0 0;
}
.main .service .list .option {
  margin: 1.04rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .service .list .option {
    margin: 0.96rem 0 0;
  }
}
.main .service .list .option .prepend .title {
  margin: 0;
  padding: 0 0 0.18rem;
  border-bottom: 0.01rem dotted currentColor;
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
  font-size: 0.28rem;
  font-weight: 500;
  line-height: 0.32rem;
  text-decoration: none;
}
@media screen and (max-width: 750px) {
  .main .service .list .option .prepend .title {
    font-size: 0.2rem;
    line-height: 0.15rem;
  }
}
.main .service .list .option .prepend p {
  margin: 0.36rem 0 0;
  line-height: 0.32rem;
}
@media screen and (max-width: 750px) {
  .main .service .list .option .prepend p {
    margin: 0.24rem 0 0;
  }
}
.main .service .list .option .list {
  display: grid;
  grid-template-columns: repeat(2, 4.2rem);
  gap: 0.8rem 0.44rem;
  margin: 0.54rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .service .list .option .list {
    display: flex;
    flex-direction: column;
    gap: 0.64rem;
    margin: 0.4rem 0 0;
  }
}
.main .service .list .option .list .item.large {
  grid-column: 1/3;
}
.main .service .list .btn--cv {
  display: grid;
  place-items: center;
  box-sizing: border-box;
  width: 2.55rem;
  height: 0.6rem;
  margin: 0.56rem auto 0;
  border: 0.01rem solid #C1B6B3;
  border-radius: 0.3rem;
  font-size: 0.2rem;
  letter-spacing: 0.024rem;
}
@media screen and (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .main .service .list .btn--cv {
    transition: 0.4s;
    transition-property: border-color, background-color, color;
  }
}
@media screen and (hover: hover) and (pointer: fine) {
  .main .service .list .btn--cv:hover {
    border-color: #2D6342;
    background: #2D6342;
    color: #fff;
  }
}
.main .staff {
  margin: 1.6rem 0 0;
  padding: 1.55rem 0 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .main .staff {
    margin: 0.8rem 0 0;
    padding: 0.48rem 0 0;
  }
}
.main .staff .bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.main .staff .bg img {
  width: 100%;
  height: 6.2rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 750px) {
  .main .staff .bg img {
    height: auto;
  }
}
.main .staff .catch {
  color: #fff;
  font-size: 0.28rem;
  font-weight: 600;
  line-height: 0.48rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .staff .catch {
    font-size: 0.18rem;
    line-height: 0.32rem;
  }
}
.main .staff .title {
  margin: 0.11rem 0 0;
  color: #fff;
  font-size: 0.14rem;
  font-weight: 600;
  line-height: 0.48rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .staff .title {
    line-height: 0.3rem;
  }
}
.main .staff .profile {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 0.82rem;
  margin: 0.85rem 0 0;
  padding: 0.9rem 0 0.87rem 1.05rem;
  background: #E5E3E2;
}
@media screen and (max-width: 750px) {
  .main .staff .profile {
    display: block;
    margin: 0.24rem 0 0;
    padding: 0.42rem 0.18rem;
  }
}
.main .staff .profile .text {
  padding: 0.08rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .staff .profile .text {
    padding: 0;
  }
}
.main .staff .profile .text .job {
  font-size: 0.14rem;
  line-height: 0.09rem;
}
@media screen and (max-width: 750px) {
  .main .staff .profile .text .job {
    padding: 0 0.08rem;
  }
}
.main .staff .profile .text .name {
  margin: 0.22rem 0 0;
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 0.16rem;
}
@media screen and (max-width: 750px) {
  .main .staff .profile .text .name {
    margin: 0.16rem 0 0;
    padding: 0 0.08rem;
    font-size: 0.16rem;
  }
}
.main .staff .profile .text .list {
  margin: 0.2rem 0 0 1.5em;
  font-size: 0.16rem;
  font-weight: 500;
  line-height: 0.32rem;
}
@media screen and (max-width: 750px) {
  .main .staff .profile .text .list {
    margin: 0.26rem 0 0 1.5em;
    font-size: 0.14rem;
    line-height: 0.28rem;
  }
}
.main .staff .profile .text .list li {
  list-style-type: disc;
  list-style-position: outside;
}
.main .staff .profile .text .list a {
  text-decoration: underline;
}
.main .staff .profile .text .note {
  margin: 0.2rem 0 0;
}
.main .staff .profile .image {
  width: 1.8rem;
}
@media screen and (max-width: 750px) {
  .main .staff .profile .image {
    margin: 0.4rem auto 0;
  }
}
.main .access {
  margin: 1.64rem 0 0;
  container-type: inline-size;
}
@media screen and (max-width: 750px) {
  .main .access {
    margin: 0.8rem 0 0;
  }
}
.main .access .wrap {
  display: grid;
  grid-template-rows: 1fr auto;
  grid-template-columns: 5.05rem 1fr;
  gap: 0 1.25rem;
}
@media screen and (max-width: 750px) {
  .main .access .wrap {
    display: block;
  }
}
.main .access .image {
  grid-row: 1/3;
  grid-column: 1/2;
  margin-left: max(-1.2rem, 6rem - 50cqw);
}
@media screen and (max-width: 750px) {
  .main .access .image {
    margin-left: -0.15rem;
  }
}
.main .access .text {
  grid-row: 1/2;
  grid-column: 2/3;
  padding: 0.39rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .access .text {
    padding: 0.41rem 0 0;
  }
}
.main .access .text .title {
  font-size: 0.48rem;
  font-weight: 400;
  line-height: 0.32rem;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: 0.014rem;
  text-underline-offset: 25%;
  text-underline-position: from-font;
}
@media screen and (max-width: 750px) {
  .main .access .text .title {
    font-size: 0.32rem;
  }
}
.main .access .text .name {
  margin: 0.61rem 0 0;
  font-size: 0.2rem;
  font-weight: 600;
  line-height: 0.32rem;
}
@media screen and (max-width: 750px) {
  .main .access .text .name {
    margin: 0.29rem 0 0;
    font-size: 0.16rem;
  }
}
.main .access .text .address,
.main .access .text .tel {
  color: #000;
  font-size: 0.16rem;
  line-height: 0.28rem;
  padding-left: 0.09rem;
}
@media screen and (max-width: 750px) {
  .main .access .text .address,
.main .access .text .tel {
    padding-left: 0;
  }
}
.main .access .text .address {
  margin: 0.33rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .access .text .address {
    margin: 0.19rem 0 0;
  }
}
.main .access .text .tel {
  margin: 0.2rem 0 0;
}
.main .access .map {
  grid-row: 2/3;
  grid-column: 2/3;
  width: 100%;
  height: 3.29rem;
  border: none;
}
@media screen and (max-width: 750px) {
  .main .access .map {
    margin: 0.29rem 0 0;
    height: 2.07rem;
  }
}
.main .reservation {
  margin: 1.82rem 0 0;
  padding: 1.73rem 0 1.75rem;
  background: url(../imgs/img12.jpg) 50% 0/cover no-repeat;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .main .reservation {
    margin: 0.8rem 0 0;
    padding: 0.5rem 0 0.61rem;
    background-image: url(../imgs/img12_sp.jpg);
  }
}
.main .reservation .catch {
  font-size: 0.28rem;
  font-weight: 500;
  line-height: 0.48rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .reservation .catch {
    font-size: 0.18rem;
    line-height: 0.32rem;
  }
}
.main .reservation .btn--cv {
  display: grid;
  place-items: center;
  box-sizing: border-box;
  width: 2.55rem;
  height: 0.6rem;
  margin: 0.56rem auto 0;
  border: 0.01rem solid #fff;
  border-radius: 0.3rem;
  font-size: 0.2rem;
  letter-spacing: 0.024rem;
}
@media screen and (max-width: 750px) {
  .main .reservation .btn--cv {
    margin: 0.26rem auto 0;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .main .reservation .btn--cv {
    transition: 0.4s;
    transition-property: border-color, background-color;
  }
}
@media screen and (hover: hover) and (pointer: fine) {
  .main .reservation .btn--cv:hover {
    border-color: #2D6342;
    background: #2D6342;
  }
}

.gFooter {
  padding: 0.57rem 0 0.93rem;
  background: #EBEBEB;
}
@media screen and (max-width: 750px) {
  .gFooter {
    padding: 0.61rem 0 0.41rem;
  }
}
.gFooter .wrap {
  display: grid;
  grid-template-rows: repeat(3, auto);
  grid-template-columns: 1.95rem 1fr;
}
@media screen and (max-width: 750px) {
  .gFooter .wrap {
    display: block;
  }
}
.gFooter .logo {
  grid-row: 1/4;
  grid-column: 1/2;
}
@media screen and (max-width: 750px) {
  .gFooter .logo {
    width: 1.43rem;
    margin: 0 auto;
  }
}
.gFooter .navigation {
  grid-row: 1/2;
  grid-column: 2/3;
  display: flex;
  justify-content: flex-end;
  gap: 0.23rem;
  margin: 0.21rem 0 0;
  color: #A79188;
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 0.13rem;
}
@media screen and (max-width: 750px) {
  .gFooter .navigation {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.08rem 0.23rem;
    margin: 0.4rem 0.74rem 0;
    font-size: 0.16rem;
    line-height: 0.32rem;
  }
}
.gFooter .sns {
  grid-row: 2/3;
  grid-column: 2/3;
  display: flex;
  justify-content: flex-end;
  gap: 0.12rem;
  margin: 0.29rem 0 0;
}
@media screen and (max-width: 750px) {
  .gFooter .sns {
    margin: 0.57rem 0 0;
    justify-content: center;
  }
}
.gFooter .sns li {
  width: 0.32rem;
}
.gFooter .copyright {
  grid-row: 3/4;
  grid-column: 2/3;
  margin: 0.2rem 0 0;
  color: #636363;
  font-size: 0.14rem;
  line-height: 0.2rem;
  text-align: right;
}
@media screen and (max-width: 750px) {
  .gFooter .copyright {
    margin: 0.5rem 0 0;
    text-align: center;
  }
}

@media print {
  body {
    zoom: 0.5;
  }
  body .gHeader {
    position: absolute;
  }
}
/*# sourceMappingURL=common.css.map */