@charset "UTF-8";
.delay01 {
  transition-delay: 0.1s !important;
}

.delay02 {
  transition-delay: 0.2s !important;
}

.delay03 {
  transition-delay: 0.3s !important;
}

.delay04 {
  transition-delay: 0.4s !important;
}

.delay05 {
  transition-delay: 0.5s !important;
}

.delay06 {
  transition-delay: 0.6s !important;
}

.delay07 {
  transition-delay: 0.7s !important;
}

.delay08 {
  transition-delay: 0.8s !important;
}

.delay09 {
  transition-delay: 0.9s !important;
}

.delay10 {
  transition-delay: 1s !important;
}

/* fade in */
.fade-in {
  opacity: 0;
  transition: all 2s ease;
}
.fade-in.inview-on {
  opacity: 1;
}

.inview-on .fade-in {
  opacity: 1;
}

/* fade in up */
.fade-in-up {
  transform: translateY(20px);
  opacity: 0;
  transition: all 1.5s ease;
}
.fade-in-up.inview-on {
  transform: translateY(0px);
  opacity: 1;
}

.inview-on .fade-in-up {
  transform: translateY(0px);
  opacity: 1;
}

.sans {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-weight: 500;
}

.serif {
  font-family: "Shippori Mincho", serif;
}

.cinzel {
  font-family: "Cinzel", serif;
}

.garamond {
  font-family: "Cormorant Garamond", serif;
}

.eb {
  font-family: "EB Garamond", serif;
}
.eb.italic {
  font-style: italic;
}

.yakuhan {
  font-family: YakuHanMP, "Shippori Mincho", serif;
}

.yakuhan_sans {
  font-family: YakuHanJP, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif !important;
}

.colorA {
  color: #215968;
}

.mt10 {
  margin-top: 0.2rem;
}

.mt30 {
  margin-top: 0.5rem;
}

.mt50 {
  margin-top: 0.8rem;
}
@media screen and (max-width: 750px) {
  .mt50 {
    margin-top: 0.5rem;
  }
}

.mt80 {
  margin-top: 1.5rem;
}
@media screen and (max-width: 750px) {
  .mt80 {
    margin-top: 0.8rem;
  }
}

.mt100 {
  margin-top: 2rem;
}
@media screen and (max-width: 750px) {
  .mt100 {
    margin-top: 1.5rem;
  }
}

.mt130 {
  margin-top: 2.5rem;
}
@media screen and (max-width: 750px) {
  .mt130 {
    margin-top: 1.5rem;
  }
}

.mt150 {
  margin-top: 3.2rem;
}
@media screen and (max-width: 750px) {
  .mt150 {
    margin-top: 1.5rem;
  }
}

.tac {
  text-align: center;
}

* {
  -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;
  font-weight: normal;
}

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;
}

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) {
  * {
    /*animation: none !important;
    transition-duration: 0s !important;
    transition-delay: 0s !important;*/
    animation: none;
    transition-duration: 0s;
    transition-delay: 0s;
  }
}
img,
video {
  max-width: 100%;
  height: auto;
}

:root {
  font-size: 3.4722222222vw;
}
@media screen and (max-width: 750px) {
  :root {
    font-size: 13.3333333333vw;
  }
}

body {
  width: 100%;
  min-height: 100vh;
  background: #fff;
  color: #2b2e2f;
  font-family: "Shippori Mincho", serif;
  font-size: 0.32rem;
  letter-spacing: 0.02rem;
  line-height: 1.8;
  overflow-x: hidden;
}
@media screen and (max-width: 750px) {
  body {
    font-size: 0.3rem;
    line-height: 1.5;
    letter-spacing: 0.03rem;
  }
}
body * {
  box-sizing: border-box;
}

.wrap02 {
  width: 24.2222222222rem;
}
@media screen and (min-width: 751px) {
  .wrawrap02p {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 750px) {
  .wrap02 {
    width: auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}

.sp {
  display: none !important;
}

@media screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: revert !important;
  }
}
@media screen and (min-width: 751px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@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;
    }
  }
}

@keyframes circle {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes updown {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 10%, 0);
  }
}
.btn {
  display: block;
  width: 100%;
  position: relative;
  background: #183d47;
  color: #ffffff;
  text-align: center;
  padding: 0.3rem 0;
  cursor: pointer;
}
.btn:before, .btn:after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  height: 1px;
  right: 0.4rem;
}
.btn:before {
  top: 50%;
  width: 0.6rem;
}
.btn:after {
  top: 46%;
  width: 0.28rem;
  transform: rotate(20deg);
}
@media screen and (hover: hover) and (pointer: fine) {
  .btn {
    transition: 0.4s;
    transition-property: background-color, color;
  }
  .btn:hover {
    background: #ffffff;
    box-shadow: inset 0 0 0 1px #183d47;
    color: #183d47;
  }
  .btn:hover:before, .btn:hover:after {
    background: #183d47;
  }
}

.btn.reserve {
  background: #1c845e;
}
@media screen and (hover: hover) and (pointer: fine) {
  .btn.reserve {
    transition: 0.4s;
    transition-property: background-color, color;
  }
  .btn.reserve:hover {
    background: #ffffff;
    box-shadow: inset 0 0 0 1px #1c845e;
    color: #1c845e;
  }
  .btn.reserve:hover:before, .btn.reserve:hover:after {
    background: #1c845e;
  }
}

.btnwrap {
  width: 6rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .btnwrap {
    width: 100%;
  }
}

.viewmore {
  font-size: 0.4rem;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  letter-spacing: 0.01rem;
}
@media screen and (max-width: 750px) {
  .viewmore {
    font-size: 0.32rem;
  }
}
.viewmore a {
  display: flex;
  align-items: center;
}
.viewmore .arrow {
  display: block;
  position: relative;
  border: 1px solid #183d47;
  border-radius: 50%;
  width: 1.2rem;
  height: 1.2rem;
  margin-left: 0.2rem;
  transition: all 0.3s ease;
}
@media screen and (max-width: 750px) {
  .viewmore .arrow {
    width: 0.9rem;
    height: 0.9rem;
  }
}
.viewmore .arrow:before, .viewmore .arrow:after {
  content: "";
  position: absolute;
  background-color: #2b2e2f;
  height: 1px;
  left: 0.3rem;
  transition: all 0.3s ease;
}
@media screen and (max-width: 750px) {
  .viewmore .arrow:before, .viewmore .arrow:after {
    left: 0.25rem;
  }
}
.viewmore .arrow:before {
  top: 50%;
  width: 0.48rem;
}
@media screen and (max-width: 750px) {
  .viewmore .arrow:before {
    top: 0.4rem;
    width: 0.38rem;
  }
}
.viewmore .arrow:after {
  top: 46%;
  left: 0.5rem;
  width: 0.28rem;
  transform: rotate(20deg);
}
@media screen and (max-width: 750px) {
  .viewmore .arrow:after {
    top: 0.36rem;
    left: 0.42rem;
    width: 0.2rem;
  }
}
.viewmore:hover .arrow {
  background: #183d47;
}
.viewmore:hover .arrow:before, .viewmore:hover .arrow:after {
  background: #ffffff;
}

.ttlWrap {
  text-align: center;
  letter-spacing: 0.05rem;
}
.ttlWrap .en {
  font-family: "Cormorant Garamond", serif;
  font-size: 0.4rem;
  color: #215968;
}
@media screen and (max-width: 750px) {
  .ttlWrap .en {
    font-size: 0.32rem;
  }
}
.ttlWrap .jp {
  font-size: 0.6rem;
  position: relative;
  display: inline-block;
  margin-top: 1rem;
}
@media screen and (max-width: 750px) {
  .ttlWrap .jp {
    font-size: 0.45rem;
    margin-top: 0.8rem;
  }
}
.ttlWrap .jp span {
  position: absolute;
  top: -0.35rem;
  left: 0.1rem;
  font-size: 0.32rem;
}
@media screen and (max-width: 750px) {
  .ttlWrap .jp span {
    font-size: 0.24rem;
    left: 0.3rem;
  }
}

.leadText {
  text-align: center;
  margin-top: 1rem;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .leadText {
    text-align: left;
    margin-top: 0.8rem;
  }
}

.fontBig {
  font-size: 0.6rem;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 750px) {
  .fontBig {
    font-size: 0.5rem;
    letter-spacing: 0.1rem;
  }
}

.fontSub {
  font-size: 0.5rem;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 750px) {
  .fontSub {
    font-size: 0.4rem;
    letter-spacing: 0.1rem;
  }
}

.fontBase {
  font-size: 0.3rem;
}
@media screen and (max-width: 750px) {
  .fontBase {
    font-size: 0.3rem;
  }
}

.fontSmall {
  font-size: 0.28rem;
}
@media screen and (max-width: 750px) {
  .fontSmall {
    font-size: 0.2rem;
  }
}

.pagetopHelper {
  width: 1px;
  height: 50vh;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.gHeaderHelper {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.btn--menu {
  display: block;
  border: none;
  padding: 0.2rem 0;
  position: fixed;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 9000;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(43, 46, 47, 0.1);
}
@media screen and (max-width: 750px) {
  .btn--menu {
    display: none;
  }
}
.btn--menu .bar {
  width: 0.4rem;
  margin: 0 auto;
  position: relative;
}
.btn--menu .bar::before, .btn--menu .bar::after {
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  background: #2b2e2f;
  transition: 0.2s;
}
.btn--menu .bar::before, .btn--menu .bar::after {
  content: "";
  transition-property: transform;
}
.btn--menu .bar::before {
  top: 50%;
  transform: translate3D(0, -0.105rem, 0);
}
body.showGnav .btn--menu .bar::before {
  transform: translate3D(0, -50%, 0) rotate(135deg);
}
.btn--menu .bar::after {
  bottom: 50%;
  transform: translate3D(0, 0.105rem, 0);
  transform-origin: left;
}
body.showGnav .btn--menu .bar::after {
  transform: translate3D(0, 50%, 0) rotate(45deg);
  transform-origin: center;
}

body.showGnav {
  overflow: hidden;
}

@media screen and (max-width: 750px) {
  .gHeader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9000;
    height: 1.68rem;
  }
}
.gHeader .block {
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0.7rem;
  right: 2.2rem;
  z-index: 8000;
  gap: 0.1rem;
}
@media screen and (max-width: 750px) {
  .gHeader .block {
    display: none;
  }
}
.gHeader .block .btn {
  width: 3.1rem;
  font-size: 0.3rem;
  line-height: 0.8rem;
  padding: 0;
}
.gHeader .block .btn:before, .gHeader .block .btn:after {
  content: none;
}
.gHeader .gNav {
  box-sizing: border-box;
  /*display: flex;
  align-items: center;
  justify-content: flex-end;*/
  width: 35%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 8900;
  background: #fafafa;
  opacity: 0;
  transform: translate3d(100%, 0, 0);
  padding: 1rem 1.6rem 3rem;
  overflow-y: scroll;
}
@media screen and (max-width: 1440px) and (min-width: 751px) {
  .gHeader .gNav {
    width: 40%;
  }
}
@media screen and (max-width: 750px) {
  .gHeader .gNav {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .gHeader .gNav {
    display: block;
    padding: 1.5rem 0 2.5rem;
    overflow: scroll;
  }
}
body.prepareGnav .gHeader .gNav {
  transition: 0.4s;
  transition-property: opacity, transform;
}
body.showGnav .gHeader .gNav {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.gHeader .gNav .navigation {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation {
    width: 6rem;
    margin: 0 auto;
  }
}
.gHeader .gNav .navigation .logo {
  width: 3.5rem;
}
.gHeader .gNav .navigation .primary {
  font-size: min(0.3rem, 15px);
  line-height: 1;
  margin-top: 0.8rem;
}
.gHeader .gNav .navigation .primary li {
  margin-top: 0.8rem;
  /* &:nth-child(6){
  	pointer-events: none;
  	cursor: none;
  	opacity: 0.25;
  	a:after{
  		content: none;
  	}
  } */
}
.gHeader .gNav .navigation .primary a {
  display: flex;
  align-items: baseline;
  letter-spacing: 0.05rem;
  font-size: 0.54rem;
  font-family: "Cormorant Garamond", serif;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .primary a {
    font-size: 0.5rem;
  }
}
.gHeader .gNav .navigation .primary a span {
  font-family: "Shippori Mincho", serif;
  font-size: initial;
  letter-spacing: initial;
  opacity: 0.8;
  margin-left: 0.2rem;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .primary a span {
    font-size: 0.26rem;
    margin-left: 0.2rem;
  }
}
.gHeader .gNav .navigation .primary a:hover {
  color: #215968;
}
.gHeader .gNav .navigation .primary a.new::after {
  content: "NEW";
  display: inline-block;
  width: 1rem;
  margin: 0 0 0 0.22rem;
  background: #a71f00;
  color: #fff;
  font-size: 0.26rem;
  line-height: 0.36rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .primary a.new::after {
    width: 0.8rem;
    font-size: 0.22rem;
    line-height: 0.32rem;
  }
}
.gHeader .gNav .navigation .primary a.update::after {
  content: "UPDATE";
  display: inline-block;
  width: 1.5rem;
  margin: 0 0 0 0.22rem;
  color: #a71f00;
  border: 1px solid #a71f00;
  font-size: 0.26rem;
  line-height: 0.36rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .primary a.update::after {
    width: 1.3rem;
    font-size: 0.22rem;
    line-height: 0.32rem;
  }
}
.gHeader .gNav .navigation .secondary {
  margin: 1rem 0 0;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.26rem;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .secondary {
    margin: 0.8rem 0 0;
    padding: 0;
  }
}
.gHeader .gNav .navigation .secondary li + li {
  margin: 0.33rem 0 0;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .secondary li + li {
    margin: 0.24rem 0 0;
  }
}
.gHeader .gNav .navigation .secondary a {
  display: inline-block;
  padding: 0 0 0 0.45rem;
  background: 0 50% no-repeat;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .secondary a {
    padding: 0.1rem 0.1rem 0.1rem 0.44rem;
    background-position: 0.06rem 50%;
  }
}
.gHeader .gNav .navigation .secondary a.map {
  background-image: url(../imgs/ico-map.svg);
  background-size: 0.18rem auto;
}
.gHeader .gNav .navigation .secondary a.outline {
  background-image: url(../imgs/ico-outline.svg);
  background-size: 0.17rem auto;
}
.gHeader .gNav .navigation .cv {
  margin-top: 1rem;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .cv {
    margin-top: 1rem;
  }
}
.gHeader .gNav .navigation .cv .btn {
  font-size: 0.35rem;
  width: 100%;
}
.gHeader .gNav .navigation .cv .btn:nth-child(n+2) {
  margin-top: 0.2rem;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .cv .btn {
    margin: 0 auto;
    width: auto;
    font-size: 0.3rem;
    line-height: 0.6rem;
  }
  .gHeader .gNav .navigation .cv .btn + .btn {
    margin-top: 0.2rem;
  }
}

.main .pageHero {
  padding-top: 3rem;
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.4) 20%, rgba(255, 255, 255, 0) 100%);
}
.main .pageHero.--02 {
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.4) 90%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 750px) {
  .main .pageHero {
    padding-top: 1.5rem;
  }
}
.main .pageHero .ttl {
  text-align: center;
}
.main .pageHero .ttl span {
  display: block;
}
.main .pageHero .ttl .en {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 750px) {
  .main .pageHero .ttl .en {
    font-size: 1rem;
  }
}
.main .pageHero .ttl .jp {
  font-size: 0.4rem;
}
@media screen and (max-width: 750px) {
  .main .pageHero .ttl .jp {
    font-size: 0.32rem;
  }
}
.main .pageHero .image {
  margin-top: 1rem;
}
.main .pageHero .image figcaption {
  margin: 0.2rem 0.5rem 0;
}
@media screen and (max-width: 750px) {
  .main .pageHero .image figcaption {
    margin: 0.2rem 0.2rem 0;
  }
}
.main .figcaption {
  padding: 0.22rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .figcaption {
    padding: 0.2rem 0 0;
  }
}
.main .fNote {
  font-size: 0.2rem;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  letter-spacing: 0;
  font-weight: 500;
}
.main .image {
  position: relative;
}
.main .image .figcaption,
.main .image figcaption {
  font-size: 0.22rem;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .main .image .figcaption,
  .main .image figcaption {
    font-size: 0.2rem;
  }
}
.main .image .figcaption.bottomRight,
.main .image figcaption.bottomRight {
  text-align: right;
}
.main .image .figcaption.bottomRightIn,
.main .image figcaption.bottomRightIn {
  padding: 0 0.1rem 0.1rem;
  position: absolute;
  right: 0;
  bottom: 0;
}
.main .image .figcaption.bottomLeftOut,
.main .image figcaption.bottomLeftOut {
  position: absolute;
  top: 100%;
  left: 0;
}
.main .image .figcaption.bottomRightOut,
.main .image figcaption.bottomRightOut {
  position: absolute;
  top: 100%;
  right: 0;
}
.main .image .figcaption.white,
.main .image figcaption.white {
  color: #fff;
}
.main .indent_wrap p {
  padding-left: 1em;
  text-indent: -1em;
}
.main .sideNav {
  width: 3.6rem;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8890;
  overflow: hidden;
}
body.showGHeader .main .sideNav {
  background: rgba(255, 255, 255, 0.4);
}
body.fixSideNav .main .sideNav {
  position: fixed;
}
body.fixSideNav.gFooterIn .main .sideNav {
  position: absolute;
  top: auto;
  bottom: calc(-2.38rem - 1px);
}
@media screen and (max-width: 750px) {
  .main .sideNav {
    display: none;
  }
}
.main .sideNav .siteTitle {
  width: 4.5rem;
  margin: 0.9rem 0 0 0.57rem;
}
.main .sideNav .siteTitle img {
  width: 100%;
}
.main .sideNav .cv {
  width: 100%;
  padding: 0.74rem 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../imgs/cv01.png) 0.13rem 0/3.33rem auto no-repeat;
}
.main .sideNav .cv .btn {
  font-size: 0.28rem;
  line-height: 1.3rem;
}
.main .sideNav .cv .btn + .btn {
  margin: 1px 0 0;
}
.main .sideNav .scrollbar {
  width: 1px;
  position: absolute;
  top: 0.9rem;
  right: 0;
  bottom: 0;
  background: rgba(204, 204, 204, 0.5);
}
.main .sideNav .scrollbar .thum {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #b79117;
}
.main .sideNav {
  width: 100%;
  height: 2.2rem;
  position: fixed !important;
  top: 0 !important;
  bottom: auto !important;
  z-index: 7000;
}
.main .sideNav .siteTitle {
  margin-top: 0.6rem;
}

.gFooter {
  margin-top: 2.2rem;
}
@media screen and (max-width: 750px) {
  .gFooter {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 751px) {
  .gFooter .wwrap02rap {
    box-sizing: border-box;
    padding: 0 0.5rem;
  }
}
.gFooter .pager {
  display: flex;
  background: #fafafa;
}
.gFooter .pager .prev,
.gFooter .pager .next {
  box-sizing: border-box;
  width: 50%;
}
.gFooter .pager .prev a,
.gFooter .pager .next a {
  display: inline-flex;
  align-items: baseline;
  line-height: 2rem;
  font-size: 0.5rem;
}
@media screen and (max-width: 750px) {
  .gFooter .pager .prev a,
  .gFooter .pager .next a {
    display: block;
    height: auto;
    padding: 0.5rem 0;
    line-height: 1;
  }
}
.gFooter .pager .prev a .en,
.gFooter .pager .next a .en {
  font-family: "Cinzel", serif;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .gFooter .pager .prev a .en,
  .gFooter .pager .next a .en {
    display: block;
    margin: 0;
    font-size: 0.3rem;
  }
}
.gFooter .pager .prev span,
.gFooter .pager .next span {
  position: relative;
}
.gFooter .pager .prev span:before, .gFooter .pager .prev span:after,
.gFooter .pager .next span:before,
.gFooter .pager .next span:after {
  content: "";
  position: absolute;
  background-color: #2b2e2f;
  height: 1px;
  left: 0;
}
.gFooter .pager .prev span:before,
.gFooter .pager .next span:before {
  top: 1rem;
  width: 1.1rem;
}
@media screen and (max-width: 750px) {
  .gFooter .pager .prev span:before,
  .gFooter .pager .next span:before {
    top: 0.15rem;
    width: 0.7rem;
  }
}
.gFooter .pager .prev span:after,
.gFooter .pager .next span:after {
  top: 0.95rem;
  left: 0;
  width: 0.28rem;
  transform: rotate(-20deg);
}
@media screen and (max-width: 750px) {
  .gFooter .pager .prev span:after,
  .gFooter .pager .next span:after {
    top: 0.1rem;
    width: 0.23rem;
  }
}
.gFooter .pager .prev {
  position: relative;
}
.gFooter .pager .prev:after {
  content: "";
  position: absolute;
  top: 0.5rem;
  right: 0;
  width: 1px;
  height: 1rem;
  background: #e5e5e5;
}
@media screen and (max-width: 750px) {
  .gFooter .pager .prev:after {
    height: 0.5rem;
    top: 0.4rem;
  }
}
.gFooter .pager .prev a {
  padding-left: 2.1rem;
}
@media screen and (max-width: 750px) {
  .gFooter .pager .prev a {
    padding-left: 0.3rem;
  }
}
.gFooter .pager .prev span {
  padding-left: 1.5rem;
}
@media screen and (max-width: 750px) {
  .gFooter .pager .prev span {
    padding-left: 0.9rem;
  }
}
.gFooter .pager .next {
  text-align: right;
}
.gFooter .pager .next a {
  padding-right: 2.1rem;
}
@media screen and (max-width: 750px) {
  .gFooter .pager .next a {
    padding-right: 0.3rem;
    text-align: right;
  }
}
.gFooter .pager .next span {
  padding-right: 1.5rem;
}
@media screen and (max-width: 750px) {
  .gFooter .pager .next span {
    padding-right: 0.9rem;
  }
}
.gFooter .pager .next span:before, .gFooter .pager .next span:after {
  left: auto;
  right: 0;
}
.gFooter .pager .next span:after {
  width: 0.28rem;
  transform: rotate(20deg);
}
.gFooter .body {
  position: relative;
}
.gFooter .body .logo {
  width: 10rem;
  margin: 2rem auto 0;
}
@media screen and (max-width: 750px) {
  .gFooter .body .logo {
    width: 5.5rem;
    margin-top: 1rem;
  }
}
.gFooter .body .contact {
  width: 16rem;
  margin: 1.5rem auto 0;
  background: #ffffff;
  padding: 0.8rem;
  box-shadow: 0 0 20px rgba(43, 46, 47, 0.1);
  text-align: center;
  font-size: 0.34rem;
}
@media screen and (max-width: 750px) {
  .gFooter .body .contact {
    width: 100%;
    font-size: 0.28rem;
    padding: 0.5rem 0.3rem;
    margin-top: 0.8rem;
  }
}
.gFooter .body .contact .ttl {
  font-size: 0.5rem;
}
@media screen and (max-width: 750px) {
  .gFooter .body .contact .ttl {
    font-size: 0.38rem;
  }
}
.gFooter .body .contact .tel {
  font-size: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: baseline;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 750px) {
  .gFooter .body .contact .tel {
    font-size: 0.7rem;
    margin-top: 0.1rem;
  }
}
.gFooter .body .contact .tel img {
  width: 0.4rem;
  margin-right: 0.2rem;
}
@media screen and (max-width: 750px) {
  .gFooter .body .contact .tel img {
    width: 0.35rem;
  }
}
.gFooter .body .contact .tel span {
  font-family: "Shippori Mincho", serif;
}
.gFooter .body .contact .close {
  margin-top: 0.3rem;
}
.gFooter .ci {
  margin: 1.5rem 0 1rem;
}
@media screen and (max-width: 750px) {
  .gFooter .ci {
    margin: 0.8rem 0 2.5rem;
  }
}
@media screen and (min-width: 751px) {
  .gFooter .ci .wrap02 {
    display: flex;
    justify-content: center;
  }
}
.gFooter .ci .wrap02 .item {
  text-align: center;
  letter-spacing: 0;
}
@media screen and (min-width: 751px) {
  .gFooter .ci .wrap02 .item.--01 {
    margin-right: 0.8rem;
  }
}
@media screen and (max-width: 750px) {
  .gFooter .ci .wrap02 .item.--02 {
    margin-top: 0.5rem;
  }
}
.gFooter .ci .wrap02 .logo img {
  height: 1rem;
}
@media screen and (max-width: 750px) {
  .gFooter .ci .wrap02 .logo img {
    height: 0.8rem;
  }
}
.gFooter .ci .wrap02 .note {
  font-size: 0.2rem;
}
.gFooter .ci .copyright {
  font-size: 0.2rem;
  text-align: center;
  margin-top: 1rem;
  letter-spacing: 0;
}
.gFooter .pagetop {
  display: block;
  width: 1.3rem;
  height: 1.3rem;
  position: fixed;
  right: 0.8rem;
  bottom: 0.6rem;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 0.08rem 0.15rem 0.03rem rgba(0, 0, 0, 0.08);
  transition: opacity 0.4s;
  z-index: 999;
}
@media screen and (max-width: 750px) {
  .gFooter .pagetop {
    right: 0.2rem;
    bottom: 1.7rem;
    line-height: 0.36rem;
    width: 1rem;
    height: 1rem;
  }
}
.gFooter .pagetop:before {
  content: "";
  position: absolute;
  top: 0.4rem;
  left: 0.63rem;
  width: 1px;
  height: 0.5rem;
  background: #2b2e2f;
}
@media screen and (max-width: 750px) {
  .gFooter .pagetop:before {
    top: 0.3rem;
    left: 0.5rem;
    height: 0.4rem;
  }
}
.gFooter .pagetop:after {
  content: "";
  position: absolute;
  top: 0.4rem;
  left: 0.6rem;
  width: 1px;
  height: 0.2rem;
  background: #2b2e2f;
  transform: rotate(20deg);
}
@media screen and (max-width: 750px) {
  .gFooter .pagetop:after {
    top: 0.3rem;
    left: 0.45rem;
  }
}
.gFooter .pagetop.off {
  opacity: 0;
  pointer-events: none;
}
.gFooter .spMenu {
  display: none;
}
@media screen and (max-width: 750px) {
  .gFooter .spMenu {
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9100;
  }
  .gFooter .spMenu ul {
    display: flex;
    border-top: 1px solid #d5d5d5;
  }
  .gFooter .spMenu li {
    width: 20%;
    border-left: 1px solid #d5d5d5;
  }
  .gFooter .spMenu li:nth-child(1) {
    border-left: none;
  }
  .gFooter .spMenu a,
  .gFooter .spMenu .btn {
    display: block;
    box-sizing: border-box;
    height: 1.5rem;
    padding: 0.58rem 0 0;
    font-size: 0.2rem;
  }
  .gFooter .spMenu a:before, .gFooter .spMenu a:after,
  .gFooter .spMenu .btn:before,
  .gFooter .spMenu .btn:after {
    content: none;
  }
  .gFooter .spMenu a {
    color: #2b2e2f;
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    line-height: 1.2rem;
    text-align: center;
  }
  .gFooter .spMenu a.home {
    background: #ffffff url(../imgs/ico-home.svg) 50% 0.25rem/0.6rem auto no-repeat;
  }
  .gFooter .spMenu a.reserve {
    background: #ffffff url(../imgs/ico-reserve.svg) 42% 0.33rem/0.7rem auto no-repeat;
  }
  .gFooter .spMenu a.request {
    background: #ffffff url(../imgs/ico-request.svg) 50% 0.25rem/0.6rem auto no-repeat;
  }
  .gFooter .spMenu a.map {
    background: #ffffff url(../imgs/ico-map.svg) 50% 0.25rem/0.4rem auto no-repeat;
  }
  .gFooter .spMenu a.tel {
    background: #ffffff url(../imgs/ico-tel.svg) 50% 0.3rem/0.4rem auto no-repeat;
  }
  .gFooter .spMenu .btn {
    width: 100%;
    border: none;
    position: relative;
    top: 0;
    right: 0;
    border-radius: 0;
    color: #ffffff;
    background: #215968;
  }
  .gFooter .spMenu .btn:after {
    content: none;
  }
  .gFooter .spMenu .btn .text {
    margin-top: 0.3rem;
  }
  .gFooter .spMenu .btn .bar {
    width: 0.5rem;
    height: 0.21rem;
    position: absolute;
    top: 0.5rem;
    left: 0.38rem;
  }
  .gFooter .spMenu .btn .bar::before, .gFooter .spMenu .btn .bar::after {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    background: #ffffff;
    transition: 0.2s;
  }
  .gFooter .spMenu .btn .bar::before, .gFooter .spMenu .btn .bar::after {
    content: "";
    transition-property: transform;
  }
  .gFooter .spMenu .btn .bar::before {
    top: 50%;
    transform: translate3D(0, -0.105rem, 0);
  }
  body.showGnav .gFooter .spMenu .btn .bar::before {
    transform: translate3D(0, -50%, 0) rotate(135deg);
  }
  .gFooter .spMenu .btn .bar::after {
    bottom: 50%;
    transform: translate3D(0, 0.105rem, 0);
    transform-origin: left;
  }
  body.showGnav .gFooter .spMenu .btn .bar::after {
    transform: translate3D(0, 50%, 0) rotate(45deg);
    transform-origin: center;
  }
}/*# sourceMappingURL=common.css.map */