@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:wght@100..900&text=0123456789");
.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;
}

.delay11 {
  transition-delay: 1.1s !important;
}

.delay12 {
  transition-delay: 1.2s !important;
}

.delay13 {
  transition-delay: 1.3s !important;
}

.delay14 {
  transition-delay: 1.4s !important;
}

.delay15 {
  transition-delay: 1.5s !important;
}

.delay16 {
  transition-delay: 1.6s !important;
}

.delay17 {
  transition-delay: 1.7s !important;
}

.delay18 {
  transition-delay: 1.8s !important;
}

.delay19 {
  transition-delay: 1.9s !important;
}

.delay20 {
  transition-delay: 2s !important;
}

.delay21 {
  transition-delay: 2.1s !important;
}

.delay22 {
  transition-delay: 2.2s !important;
}

.delay23 {
  transition-delay: 2.3s !important;
}

.delay24 {
  transition-delay: 2.4s !important;
}

/* スクロール時のアニメーション */
.laser {
  position: relative;
  overflow: hidden;
}
.laser::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  transition: all 3s ease;
  transition: all 3s ease;
}
.laser .hide {
  opacity: 0;
  transition: all 3s ease;
  transition-delay: 1s !important;
}
.laser.inview-on::after {
  left: 100%;
}
.laser.inview-on .hide {
  opacity: 1;
}

/* fade in */
.fade-in {
  opacity: 0;
  transition: all 1.5s ease;
}
.fade-in.inview-on {
  opacity: 1;
}

.inview-on .fade-in {
  opacity: 1;
}

/* fade in zoom */
.fade-in-zoom {
  transform: scale(0.8);
  opacity: 0;
  transition: all 1s ease;
}
.fade-in-zoom.inview-on {
  transform: scale(1);
  opacity: 1;
}

.inview-on .fade-in-zoom {
  transform: scale(1);
  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;
}

/* fade in down */
.fade-in-down {
  transform: translateY(-20px);
  opacity: 0;
  transition: all 1s ease;
}
.fade-in-down.inview-on {
  transform: translateY(0px);
  opacity: 1;
}

.inview-on .fade-in-down {
  transform: translateY(0px);
  opacity: 1;
}

/* fade in left */
.fade-in-left {
  transform: translateX(20px);
  opacity: 0;
  transition: all 1s ease;
}
.fade-in-left.inview-on {
  transform: translateX(0px);
  opacity: 1;
}

.inview-on .fade-in-left {
  transform: translateX(0px);
  opacity: 1;
}

/* fade in right */
.fade-in-right {
  transform: translateX(-20px);
  opacity: 0;
  transition: all 1s ease;
}
.fade-in-right.inview-on {
  transform: translateX(0px);
  opacity: 1;
}

.inview-on .fade-in-right {
  transform: translateX(0px);
  opacity: 1;
}

/* fade in up left */
.fade-in-up-left {
  transform: translateY(20px) translateX(20px);
  opacity: 0;
  transition: all 1s ease;
}
.fade-in-up-left.inview-on {
  transform: translateY(0px) translateX(0px);
  opacity: 1;
}

.inview-on .fade-in-up-left {
  transform: translateY(0px) translateX(0px);
  opacity: 1;
}

/* fade in up right */
.fade-in-up-right {
  transform: translateY(20px) translateX(-20px);
  opacity: 0;
  transition: all 1s ease;
}
.fade-in-up-right.inview-on {
  transform: translateY(0px) translateX(0px);
  opacity: 1;
}

.inview-on .fade-in-up-right {
  transform: translateY(0px) translateX(0px);
  opacity: 1;
}

/* fade in down left */
.fade-in-down-left {
  transform: translateY(-20px) translateX(20px);
  opacity: 0;
  transition: all 1s ease;
}
.fade-in-down-left.inview-on {
  transform: translateY(0px) translateX(0px);
  opacity: 1;
}

.inview-on .fade-in-down-left {
  transform: translateY(0px) translateX(0px);
  opacity: 1;
}

/* fade in down right */
.fade-in-down-right {
  transform: translateY(-20px) translateX(-20px);
  opacity: 0;
  transition: all 1s ease;
}
.fade-in-down-right.inview-on {
  transform: translateY(0px) translateX(0px);
  opacity: 1;
}

.inview-on .fade-in-down-right {
  transform: translateY(0px) translateX(0px);
  opacity: 1;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?e4vfqk");
  src: url("../fonts/icomoon.eot?e4vfqk#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?e4vfqk") format("truetype"), url("../fonts/icomoon.woff?e4vfqk") format("woff"), url("../fonts/icomoon.svg?e4vfqk#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
  content: "\e900";
}

.icon-formdl:before {
  content: "\e901";
}

* {
  -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: 500;
}

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;
  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;
	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;
  }
}
img,
video {
  max-width: 100%;
  height: auto;
}

:root {
  font-size: 50px;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  :root {
    font-size: 3.4722222222vw;
  }
}
@media screen and (max-width: 767px) {
  :root {
    font-size: 13.3333333333vw;
  }
}

body {
  width: 100%;
  min-height: 100vh;
  background: #E1E3D9;
  color: #000000;
  font-weight: 500;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 0.32rem;
  letter-spacing: 0.01rem;
  line-height: 2;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 0.28rem;
    line-height: 2;
    letter-spacing: 0;
  }
}
body * {
  box-sizing: border-box;
}
body a {
  transition: all 0.3s ease;
}
body a:hover {
  opacity: 0.7;
}

.wrap {
  width: 20rem;
}
@media screen and (min-width: 768px) {
  .wrap {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .wrap {
    width: auto;
    margin-right: 0.4rem;
    margin-left: 0.4rem;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: revert;
  }
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
#wrapper {
  overflow: hidden;
}

/* ==================================================
	header
================================================== */
#header {
  position: fixed;
  top: 0;
  transition: 0.5s;
}
#header.fixed {
  background: rgba(53, 69, 63, 0.6);
}
@media screen and (max-width: 767px) {
  #header.fixed {
    width: 100%;
    height: 1rem;
  }
}

.body-fixed #header:before {
  content: "";
  width: 3rem;
  height: 1rem;
  background: #35453F;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
}

.header {
  width: 100%;
  z-index: 100;
  position: relative;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  .header {
    border: none;
  }
}
@media screen and (min-width: 768px) {
  .header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.2rem 2.3rem;
    transition: 0.5s;
  }
}
.header-inner > .logo {
  width: 2.6rem;
}
@media screen and (max-width: 767px) {
  .header-inner > .logo {
    width: 1.5rem;
    margin-top: 0.15rem;
    margin-left: 0.3rem;
  }
}
.header-inner .ic {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
@media screen and (max-width: 767px) {
  .header-inner .ic {
    position: absolute;
    top: 0.3rem;
    right: 1.3rem;
    gap: 0.3rem;
    z-index: 999;
  }
}
.header-inner .ic a {
  display: flex;
  align-items: center;
}
.header-inner .ic img {
  height: 0.4rem;
}

/* ==================================================
      gnav
================================================== */
@media screen and (min-width: 768px) {
  .gnav-menu {
    display: flex;
    gap: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .gnav {
    color: #35453F;
  }
  .gnav a {
    color: #35453F;
  }
}
.gnav-item {
  position: relative;
  font-family: "EB Garamond", serif;
}
@media screen and (max-width: 767px) {
  .gnav-item {
    font-size: 0.4rem;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
  }
}
.gnav-item a {
  position: relative;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .gnav-item a {
    display: flex;
    align-items: baseline;
    gap: 0.3rem;
    color: #35453F;
  }
}
@media screen and (max-width: 767px) {
  .gnav-item a .jp {
    font-size: 0.2rem;
    font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 767px) {
  .gnav {
    position: fixed;
    z-index: 3;
    top: 0;
    right: -100%;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #E1E3D9;
    transition: all 0.5s ease;
    /*&:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 3rem;
        height: 1rem;
        background: $dgreen;
    }*/
  }
  .gnav-on {
    right: 0;
    overflow-y: scroll;
  }
  .gnav-inner {
    transition: all 0.6s;
    width: 80%;
    margin: 1rem auto 2rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .gnav .logo {
    width: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .gnav-menu {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.3rem;
  }
  .gnav-sub {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.2rem;
    margin-top: 0.5rem;
  }
  .gnav-sub a {
    font-size: 0.24rem;
  }
  .gnav-contact {
    font-size: 0.24rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(53, 69, 63, 0.3);
  }
  .gnav-contact .inner a {
    display: flex;
    align-items: center;
    gap: 0.2rem;
    line-height: 1;
    margin-top: 0.2rem;
    font-size: 0.6rem;
    font-family: "EB Garamond", serif;
    font-weight: 400;
  }
  .gnav-contact .inner a img {
    width: 0.4rem;
  }
  .gnav-detail {
    font-size: 0.24rem;
    margin-top: 0.5rem;
  }
  .gnav-detail dl {
    margin-top: 0.2rem;
    display: grid;
    grid-template-columns: 1fr 2.5fr;
  }
  .gnav-detail .wine {
    margin-top: 0.2rem;
    font-weight: 600;
  }
}
@media screen and (max-width: 767px) {
  .hamburger {
    display: block;
    position: fixed;
    z-index: 999;
    right: 0.15rem;
    top: 0.05rem;
    right: 0.2rem;
    width: 1rem;
    height: 1rem;
    cursor: pointer;
    text-align: center;
  }
  .hamburger span {
    display: block;
    position: absolute;
    width: 0.5rem;
    height: 1px;
    border-radius: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    background: #ffffff;
    transition: 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 0.35rem;
  }
  .hamburger span:nth-child(2) {
    top: 0.45rem;
  }
  .hamburger span:nth-child(3) {
    top: 0.55rem;
  }
  .hamburger:after {
    content: "";
    background: url(../images/ham_text.svg) no-repeat;
    position: absolute;
    bottom: 0.35rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0.7rem;
    height: 0.2rem;
    color: #ffffff;
    transition: all 0.3s ease;
  }
  .hamburger-on span {
    width: 0.55rem;
  }
  .hamburger-on span:nth-child(1) {
    top: 0.45rem;
    transform: rotate(-45deg);
  }
  .hamburger-on span:nth-child(2),
  .hamburger-on span:nth-child(3) {
    top: 0.45rem;
    transform: rotate(45deg);
  }
  .hambg {
    position: absolute;
    top: 0;
    right: 0;
    width: 2rem;
    z-index: 888;
  }
}
/* ==================================================
footer
================================================== */
.footer-top {
  background: #35453F;
  color: #E1E3D9;
  padding: 2rem 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .footer-top {
    padding: 1.5rem 0;
  }
}
@media screen and (max-width: 767px) {
  .footer-top .grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 1rem;
    align-items: baseline;
  }
}
.footer-top .list {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
@media screen and (max-width: 767px) {
  .footer-top .list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5rem;
    font-size: 0.24rem;
  }
}
.footer-top .list.--01 {
  font-family: "EB Garamond", serif;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .footer-top .list.--01 {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(225, 227, 217, 0.5);
  }
}
.footer-top .list.--02 {
  font-family: "Shippori Mincho", serif;
}
.footer-top #pagetop {
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .footer-top #pagetop {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-top #pagetop {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 1rem;
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }
  .footer-top #pagetop img {
    width: 1.7rem;
    z-index: 2;
  }
  .footer-top #pagetop:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #E1E3D9;
  }
}
.footer-top #pagetop:hover {
  opacity: 0.7;
}
.footer-bottom {
  color: #35453F;
  padding: 2rem 0;
}
@media screen and (max-width: 767px) {
  .footer-bottom {
    padding: 1.5rem 0;
    text-align: center;
  }
}
.footer-bottom .grid {
  display: grid;
  grid-template-columns: 1.4fr 1.2fr 1fr;
  gap: 1.2rem;
}
@media screen and (max-width: 767px) {
  .footer-bottom .grid {
    grid-template-columns: 1fr;
  }
}
.footer-bottom .logo {
  width: 4rem;
}
@media screen and (max-width: 767px) {
  .footer-bottom .logo {
    width: 3rem;
    margin: 0 auto;
  }
}
.footer-bottom .detail {
  font-size: 0.28rem;
}
.footer-bottom .detail dl {
  margin-top: 0.4rem;
  display: grid;
  grid-template-columns: 1fr 2.5fr;
}
.footer-bottom .detail .wine {
  margin-top: 0.4rem;
  font-weight: 600;
  font-size: 0.24rem;
}
.footer-bottom .footcon {
  font-size: 0.28rem;
}
.footer-bottom .footcon .inner a {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  line-height: 1;
  margin-top: 0.2rem;
}
.footer-bottom .footcon .inner a img {
  width: 0.4rem;
}
.footer-bottom .footcon .inner.tel a {
  font-size: 0.6rem;
  font-family: "EB Garamond", serif;
  font-weight: 400;
}
.footer-bottom .footcon .inner.mail {
  margin-top: 1rem;
}
.footer-bottom .footcon .inner.mail a {
  font-size: 0.4rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
}
.footer .copy {
  opacity: 0.5;
  font-size: 0.2rem;
  margin-top: 1rem;
  font-weight: 600;
}

/* ==================================================
	共通
================================================== */
.sec {
  padding: 4rem 0;
}
@media screen and (max-width: 767px) {
  .sec {
    padding: 1.5rem 0;
  }
}

.ttl_wrap .en {
  font-size: 0.28rem;
  color: #971C47;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  display: block;
}
@media screen and (max-width: 767px) {
  .ttl_wrap .en {
    font-size: 0.24rem;
  }
}
.ttl_wrap .jp {
  font-size: 0.6rem;
  font-family: "Shippori Mincho", serif;
  display: block;
  margin-top: 0.2rem;
}
@media screen and (max-width: 767px) {
  .ttl_wrap .jp {
    font-size: 0.5rem;
    margin-top: 0.3rem;
    line-height: 1.8;
  }
}

@media screen and (max-width: 767px) {
  .ttl_wrap2 {
    text-align: center;
  }
}
.ttl_wrap2 .jp {
  font-size: 0.32rem;
  font-family: "Shippori Mincho", serif;
  color: #971C47;
  display: block;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 767px) {
  .ttl_wrap2 .jp {
    font-size: 0.28rem;
  }
}
.ttl_wrap2 .en {
  font-size: 0.7rem;
  font-family: "EB Garamond", serif;
  display: block;
  margin-top: 0.3rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .ttl_wrap2 .en {
    font-size: 0.6rem;
  }
}

.ttl_wrap_other {
  text-align: center;
  font-size: 0.6rem;
  font-family: "Shippori Mincho", serif;
}

figure.image {
  position: relative;
}
figure.image figcaption {
  color: #ffffff;
  font-size: 0.24rem;
  font-family: "EB Garamond", serif;
}
@media screen and (max-width: 767px) {
  figure.image figcaption {
    font-size: 0.2rem;
  }
}
figure.image .leftBottom {
  position: absolute;
  bottom: 0.1rem;
  left: 0.2rem;
}
figure.image .rightBottom {
  position: absolute;
  bottom: 0.1rem;
  right: 0.2rem;
}
figure.image .rightTop {
  position: absolute;
  top: 0.1rem;
  right: 0.2rem;
}

@media screen and (max-width: 767px) {
  .btn_wrap {
    display: flex;
    justify-content: center;
  }
}
.btn_wrap .btn {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  position: relative;
  width: 3.5rem;
  display: block;
  letter-spacing: 0.05rem;
  font-size: 0.28rem;
  padding: 0.3rem 0;
  border-bottom: 1px solid;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .btn_wrap .btn {
    font-size: 0.24rem;
    width: 2.8rem;
    padding: 0.2rem 0;
  }
}
.btn_wrap .btn .arrow {
  position: absolute;
  right: 0;
  top: 0.48rem;
  width: 0.6rem;
  height: 0.5em;
  background-color: #000000;
  clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .btn_wrap .btn .arrow {
    top: 0.3rem;
    width: 0.5rem;
    height: 0.8em;
    clip-path: polygon(0 100%, 100% 100%, 70% 50%, 70% 90%, 0% 90%);
  }
}
.btn_wrap .btn:hover .arrow {
  right: -0.2rem;
}

.form_btn {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .form_btn {
    margin-top: 1.5rem;
  }
}
.form_btn a {
  width: 14rem;
  height: 2.4rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #971C47;
  color: #ffffff;
  border-radius: 5rem;
  font-size: 0.5rem;
  font-family: "Shippori Mincho", serif;
  position: relative;
}
@media screen and (max-width: 767px) {
  .form_btn a {
    width: 100%;
    height: 2rem;
    font-size: 0.32rem;
    line-height: 1.5;
    text-align: center;
  }
}
.form_btn a:before {
  content: "";
  position: absolute;
  top: 1.1rem;
  left: 1rem;
  width: 0.2rem;
  height: 0.2rem;
  background: #E1E3D9;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .form_btn a:before {
    width: 0.15rem;
    height: 0.15rem;
    top: 0.9rem;
    left: 0.9rem;
  }
}

.bg_color {
  background: #f6f4eb;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.indent_wrap p {
  padding-left: 1em;
  text-indent: -1em;
}

.underline {
  text-decoration: underline;
}

.bold {
  font-weight: 700;
}

.maincl {
  color: #35453F;
}

.hov {
  transition: filter 0.3s ease;
}
.hov:hover {
  filter: brightness(1.1);
}

.wine {
  color: #971C47;
}

.desc p + p {
  margin-top: 0.4rem;
}

.serif {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}

.eb {
  font-family: "EB Garamond", serif;
  font-weight: 400;
}

/* ==================================================
	下層ページ共通
================================================== */
#page {
  /*@include pc{
      .header{
          border-bottom: 1px solid rgba($dgreen, 0.2);
      }
      .gnav-item a{
          color: $dgreen;
      }
  }*/
}
#page #header {
  background: rgba(53, 69, 63, 0.6);
}
@media screen and (max-width: 767px) {
  #page #header {
    width: 100%;
    height: 1rem;
  }
}
#page .page_mv {
  padding: 4rem 0 2rem;
}
@media screen and (max-width: 767px) {
  #page .page_mv {
    padding: 3rem 0 2rem;
  }
}
#page .page_mv .ttl_wrap2 {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #page .page_mv .ttl_wrap2 .jp {
    font-size: 0.28rem;
  }
  #page .page_mv .ttl_wrap2 .en {
    font-size: 0.5rem;
  }
}

.pager {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
}
.pager a {
  color: #35453F;
  border: 1px solid #35453F;
  width: 1rem;
  height: 1rem;
  font-family: "EB Garamond", serif;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .pager a {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.pager a.active {
  background: #35453F;
  color: #ffffff;
}

.guide_table {
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-collapse: collapse;
  background: #ffffff;
  letter-spacing: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .guide_table {
    border: none;
  }
}
.guide_table th,
.guide_table td {
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-collapse: collapse;
  padding: 0.6rem;
}
@media screen and (max-width: 767px) {
  .guide_table th,
  .guide_table td {
    padding: 0.4rem;
  }
}
.guide_table th {
  width: 6rem;
  background: #35453F;
  color: #ffffff;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .guide_table th {
    width: 100%;
    display: block;
  }
}
.guide_table td {
  width: calc(100% - 6rem);
  font-size: 0.28rem;
}
@media screen and (max-width: 767px) {
  .guide_table td {
    width: 100%;
    display: block;
    word-break: break-all;
    padding-bottom: 0.8rem;
  }
}/*# sourceMappingURL=common.css.map */