@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&family=Noto+Serif+JP:wght@300;500&display=swap");
:root {
  --sans-serif: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
  	sans-serif;
  --serif: "Noto Serif JP", serif;
  --en-sans: "", sans-serif;
  --en-serif: "", serif;
  --base: #fff;
  --main: #000;
  --accent: #d81b60;
  --sp-base-fs: 4vw;
  --sp-pad: 4vw;
}

/*========================================
  ブラウザごとのデフォルトスタイルの初期化
========================================*/
*:where(:not(iframe, canvas, img, svg, video):not(svg *):not(symbol *)) {
  all: unset;
  display: revert;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

img {
  vertical-align: middle;
}

/*========================================
  要素の基本的なスタイル
========================================*/
html {
  font-size: 10px;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  text-size-adjust: 100%;
  font-family: var(--sans-serif);
  font-size: 1.6rem;
  line-height: 1.8;
  min-width: 320px;
  color: var(--main);
  background: var(--base);
  transition: 1s background-color;
  font-feature-settings: "palt";
}
body.is-midnight {
  background-color: #172228;
}
@media screen and (max-width: 1100px) and (min-width: 767px) {
  body {
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: var(--sp-base-fs);
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img,
svg,
iframe,
video,
picture {
  max-width: 100%;
}

img {
  letter-spacing: 0;
  font-size: 12px;
  height: auto;
}
@media screen and (max-width: 1100px) and (min-width: 767px) {
  img {
    font-size: 1.2244897959vw;
  }
}

a {
  cursor: pointer;
  word-break: break-all;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
  }
}

small {
  font-size: 80%;
}

button,
input[type=button],
input[type=submit] {
  cursor: pointer;
  font: inherit;
}

button,
input,
select,
textarea {
  all: revert;
  font: inherit;
  color: inherit;
  width: auto;
}

@media screen and (max-width: 767px) {
  input[type=text],
  input[type=number],
  input[type=date],
  input[type=email] {
    width: 100%;
  }
}

label {
  cursor: pointer;
  display: inline-block;
}

del {
  all: revert;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  line-height: 1.5;
}

/*========================================
  コンテンツ（メインコンテンツとサイドバーのラッパー）
========================================*/
/*========================================
  サイト共通のフッター
========================================*/
.l-footer {
  text-align: center;
  padding: 6.25em 0 3.75em 0;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 8vw 0 18.6666666667vw 0;
  }
}
.l-footer__logo img {
  max-width: 40%;
}
.l-footer__nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 6.25em 0 3.75em 0;
}
@media screen and (max-width: 767px) {
  .l-footer__nav {
    margin: 10.6666666667vw 0;
  }
}
.l-footer__nav > li {
  margin: 0 1em;
}
@media screen and (max-width: 767px) {
  .l-footer__nav > li {
    font-size: 2.9333333333vw;
  }
}
.l-footer__nav > li a {
  text-decoration: none;
}
@media (hover: hover) {
  .l-footer__nav > li a:hover {
    text-decoration: underline;
  }
}
/*========================================
  サイト共通のヘッダー
========================================*/
.l-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 36px 50px 36px 40px;
  transition: 0.25s background;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .l-header {
    padding: 4vw;
  }
}
.l-header button,
.l-header a {
  pointer-events: fill;
}
.l-header__logo {
  transition: 0.25s opacity;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 21.3333333333vw;
  }
}
/*========================================
  メインコンテンツ
========================================*/
/*========================================
  ヘッダーのナビゲーション（グローバルナビ）
========================================*/
.l-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.l-nav__btn {
  background: transparent;
  border: 0;
  background: transparent;
  z-index: 110;
  width: 60px;
  height: 20px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .l-nav__btn {
    width: 13.3333333333vw;
    height: 4.8vw;
  }
}
.l-nav__btn svg {
  vertical-align: top;
  width: 100%;
}
.l-nav__btn .is-line-1,
.l-nav__btn .is-line-4 {
  transform-origin: center;
  transition-property: opacity;
  transition-duration: 0.2s;
}
.l-nav__btn .is-line-2,
.l-nav__btn .is-line-3 {
  transform-origin: center;
  transition-property: transform;
  transition-duration: 0.2s;
}
.l-nav__btn.is-active {
  transform: translateX(0);
}
.l-nav__btn.is-active .is-line-1,
.l-nav__btn.is-active .is-line-4 {
  opacity: 0;
}
.l-nav__btn.is-active .is-line-2 {
  transform: rotate(45deg);
}
.l-nav__btn.is-active .is-line-3 {
  transform: rotate(-45deg);
}
.l-nav__line {
  fill: #000;
  stroke-miterlimit: 10;
  stroke-width: 2px;
  transition: 0.25s fill;
}
.l-nav__body {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 30;
  width: 100vw;
  height: 100vh;
  text-align: center;
  background: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: left 0.25s;
}
.l-nav__body[aria-hidden=true] {
  left: 100vw;
}
.l-nav__body a {
  font-family: var(--serif);
  text-decoration: none;
}
.l-nav__body button {
  position: absolute;
  right: 50px;
  top: 36px;
}
@media screen and (max-width: 767px) {
  .l-nav__body button {
    right: 4vw;
    top: 4vw;
  }
}
.l-nav__sns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.l-nav__sns svg {
  width: 25px;
  height: 25px;
  fill: #000;
  transition: 0.25s fill;
}
.l-nav__sns svg.is-twitter {
  width: 31px;
}
@media screen and (max-width: 767px) {
  .l-nav__sns svg {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-nav__sns > li:not(:first-child) {
    margin-left: 25px;
  }
}
@media screen and (max-width: 767px) {
  .l-nav__sns > li:not(:first-child) {
    margin-left: 2.6666666667vw;
  }
}
.l-nav__lang {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  font-family: var(--serif);
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .l-nav__lang {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-nav__lang {
    font-size: 3.4666666667vw;
    margin-top: 1.3333333333vw;
  }
}
.l-nav__lang a {
  text-decoration: none;
  transition: 0.25s color;
}
.l-nav__lang a.is-active {
  border-bottom: 2px solid #000;
}
@media screen and (max-width: 767px) {
  .l-nav__lang a.is-active {
    border-bottom-width: 1px;
  }
}
@media (hover: hover) {
  .l-nav__lang a:hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 768px) {
  .l-nav__box {
    margin-left: 3.125em;
  }
}
@media screen and (max-width: 767px) {
  .l-nav__box {
    padding-top: 0.6666666667vw;
    margin-left: 4vw;
  }
}
.l-nav__item {
  margin-bottom: 1em;
}
/*========================================
  ページ全体のレイアウト
========================================*/
/*========================================
  ボタン
========================================*/
.c-btn {
  cursor: pointer;
  position: relative;
  display: inline-block;
  line-height: 1.1;
  text-decoration: none;
  user-select: none;
  border: 0;
}
.c-btn:hover {
  text-decoration: none;
}

/*========================================
  container
========================================*/
.c-container, .c-container--s {
  width: 1000px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .c-container--full {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.c-container--s {
  width: 900px;
}
@media screen and (max-width: 767px) {
  .c-container, .c-container--s {
    padding-right: 10px;
    padding-left: 10px;
  }
}

/*========================================
  アイコン
========================================*/
.c-icon {
  position: relative;
  display: inline-block;
  background: 50% 50% no-repeat;
  background-size: contain;
  vertical-align: top;
  line-height: 1;
  font-style: normal;
}

/*========================================
  ボタン
========================================*/
/*========================================
  hdr
========================================*/
/*========================================
  アイコン
========================================*/
.p-icon-cal {
  background-image: url("../img/icon/cal.svg");
  width: 22px;
  height: 21px;
}

/*========================================
  info
========================================*/
.article__body strong {
	font-weight: bold;
}

/*========================================
  reserve
========================================*/
.p-reserve {
  position: fixed;
  right: 0;
  bottom: 20px;
  z-index: 20;
  font-size: 16px;
  height: 0;
  font-family: var(--serif);
}
@media screen and (max-width: 767px) {
  .p-reserve {
    width: 100%;
    bottom: 0;
  }
}
.p-reserve__link {
  background: linear-gradient(-14deg, #a04d46 0%, #1c0525 100%);
  color: #fff;
  padding: 30px;
  text-align: center;
  width: 270px;
  display: inline-block;
  font-size: 125%;
  letter-spacing: 0.1em;
  transition: filter 0.25s;
  pointer-events: fill;
  transform: translateY(-100%);
  text-decoration: none;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-reserve__link {
    width: 100%;
    padding: 0.6em;
    font-size: 4.8vw;
  }
}
.p-reserve .p-icon-cal {
  top: 0.4em;
  margin-right: 1em;
}
@media (hover: hover) {
  .p-reserve:hover {
    filter: brightness(120%);
    text-decoration: underline;
  }
}

/*========================================
  table
========================================*/
@media screen and (max-width: 767px) {
  .p-table-wrapper {
    overflow: auto;
    margin-right: -2.375em;
  }
  .p-table-wrapper__inner {
    width: 180vw;
    border-right: 20px solid #fff;
  }
  .p-table-wrapper table {
    width: 100%;
  }
}

.p-table-a {
  width: 100%;
  margin-top: 1.5em;
}
.p-table-a.is-tlfixed {
  table-layout: fixed;
}
.p-table-a th,
.p-table-a td {
  padding: 1.5625em 1.125em;
  text-align: center;
  border: 1px solid #CCC;
  vertical-align: middle;
  font-size: 87.5%;
}
.p-table-a th {
  background: #f7f1e9;
  width: 27.5%;
}
.p-table-a td {
  background: #fff;
}
.p-table-a .subtax {
  display: block;
  font-size: 75%;
  color: #999;
}

/******************************
 * font size
 ******************************/
.u-fs-11 {
  font-size: 1.1rem;
}

.u-fs-12 {
  font-size: 1.2rem;
}

.u-fs-13 {
  font-size: 1.3rem;
}

.u-fs-14 {
  font-size: 1.4rem;
}

.u-fs-15 {
  font-size: 1.5rem;
}

.u-fs-16 {
  font-size: 1.6rem;
}

.u-fs-17 {
  font-size: 1.7rem;
}

.u-fs-18 {
  font-size: 1.8rem;
}

.u-fs-19 {
  font-size: 1.9rem;
}

.u-fs-20 {
  font-size: 2rem;
}

.u-fs-21 {
  font-size: 2.1rem;
}

.u-fs-22 {
  font-size: 2.2rem;
}

.u-fs-23 {
  font-size: 2.3rem;
}

.u-fs-24 {
  font-size: 2.4rem;
}

.u-fs-25 {
  font-size: 2.5rem;
}

.u-fs-26 {
  font-size: 2.6rem;
}

.u-fs-27 {
  font-size: 2.7rem;
}

.u-fs-28 {
  font-size: 2.8rem;
}

.u-fs-29 {
  font-size: 2.9rem;
}

.u-fs-30 {
  font-size: 3rem;
}

@media screen and (max-width: 767px) {
  .u-SP-fs-1 {
    font-size: 1vw;
  }
  .u-SP-fs-2 {
    font-size: 2vw;
  }
  .u-SP-fs-3 {
    font-size: 3vw;
  }
  .u-SP-fs-4 {
    font-size: 4vw;
  }
  .u-SP-fs-5 {
    font-size: 5vw;
  }
  .u-SP-fs-6 {
    font-size: 6vw;
  }
  .u-SP-fs-7 {
    font-size: 7vw;
  }
  .u-SP-fs-8 {
    font-size: 8vw;
  }
  .u-SP-fs-9 {
    font-size: 9vw;
  }
  .u-SP-fs-10 {
    font-size: 10vw;
  }
  .u-SP-fs-11 {
    font-size: 11vw;
  }
  .u-SP-fs-12 {
    font-size: 12vw;
  }
  .u-SP-fs-13 {
    font-size: 13vw;
  }
  .u-SP-fs-14 {
    font-size: 14vw;
  }
  .u-SP-fs-15 {
    font-size: 15vw;
  }
  .u-SP-fs-16 {
    font-size: 16vw;
  }
  .u-SP-fs-17 {
    font-size: 17vw;
  }
  .u-SP-fs-18 {
    font-size: 18vw;
  }
  .u-SP-fs-19 {
    font-size: 19vw;
  }
  .u-SP-fs-20 {
    font-size: 20vw;
  }
  .u-SP-fs-21 {
    font-size: 21vw;
  }
  .u-SP-fs-22 {
    font-size: 22vw;
  }
  .u-SP-fs-23 {
    font-size: 23vw;
  }
  .u-SP-fs-24 {
    font-size: 24vw;
  }
  .u-SP-fs-25 {
    font-size: 25vw;
  }
  .u-SP-fs-26 {
    font-size: 26vw;
  }
  .u-SP-fs-27 {
    font-size: 27vw;
  }
  .u-SP-fs-28 {
    font-size: 28vw;
  }
  .u-SP-fs-29 {
    font-size: 29vw;
  }
  .u-SP-fs-30 {
    font-size: 30vw;
  }
}
/*========================================
 * color
========================================*/
.u-color-attention {
  color: #F33;
}

/*========================================
 * hidden
 *
 * クラス : u-hidden-{MQ}
========================================*/
@media screen and (max-width: 767px) {
  .u-hidden-ltSP {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .u-hidden-ltTAB {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .u-hidden-gtTAB {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .u-hidden-gtPC {
    display: none;
  }
}

/*========================================
 * hide
 *
 * クラス : u-hide
========================================*/
.u-hide {
  display: none;
}

/*========================================
 * padding
========================================*/
@media screen and (max-width: 1100px) {
  .u-PC-pad {
    padding-right: 4%;
    padding-left: 4%;
  }
}
@media screen and (max-width: 767px) {
  .u-SP-pad {
    padding-right: var(--sp-pad);
    padding-left: var(--sp-pad);
  }
}
/*========================================
 * スクリーンリーダーテキスト
========================================*/
.screen-reader-text,
.u-screen-reader {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/*========================================
 * text-align
========================================*/
.u-ta-left {
  text-align: left;
}
.u-ta-center {
  text-align: center;
}
.u-ta-right {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .u-SP-ta-left {
    text-align: left;
  }
  .u-SP-ta-center {
    text-align: center;
  }
  .u-SP-ta-right {
    text-align: right;
  }
}