@charset "UTF-8";
/*!
 * ress.css • v3.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap");
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  color: inherit;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

::-webkit-virtual-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

.u-clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.u-d-none {
  display: none !important;
}

.u-d-inline {
  display: inline !important;
}

.u-d-inline-block {
  display: inline-block !important;
}

.u-d-block {
  display: block !important;
}

.u-d-table {
  display: table !important;
}

.u-d-table-row {
  display: table-row !important;
}

.u-d-table-cell {
  display: table-cell !important;
}

.u-d-flex {
  display: flex !important;
}

.u-d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 23.4375em) {
  .u-d-sm-none {
    display: none !important;
  }
  .u-d-sm-inline {
    display: inline !important;
  }
  .u-d-sm-inline-block {
    display: inline-block !important;
  }
  .u-d-sm-block {
    display: block !important;
  }
  .u-d-sm-table {
    display: table !important;
  }
  .u-d-sm-table-row {
    display: table-row !important;
  }
  .u-d-sm-table-cell {
    display: table-cell !important;
  }
  .u-d-sm-flex {
    display: flex !important;
  }
  .u-d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .u-d-md-none {
    display: none !important;
  }
  .u-d-md-inline {
    display: inline !important;
  }
  .u-d-md-inline-block {
    display: inline-block !important;
  }
  .u-d-md-block {
    display: block !important;
  }
  .u-d-md-table {
    display: table !important;
  }
  .u-d-md-table-row {
    display: table-row !important;
  }
  .u-d-md-table-cell {
    display: table-cell !important;
  }
  .u-d-md-flex {
    display: flex !important;
  }
  .u-d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 80em) {
  .u-d-lg-none {
    display: none !important;
  }
  .u-d-lg-inline {
    display: inline !important;
  }
  .u-d-lg-inline-block {
    display: inline-block !important;
  }
  .u-d-lg-block {
    display: block !important;
  }
  .u-d-lg-table {
    display: table !important;
  }
  .u-d-lg-table-row {
    display: table-row !important;
  }
  .u-d-lg-table-cell {
    display: table-cell !important;
  }
  .u-d-lg-flex {
    display: flex !important;
  }
  .u-d-lg-inline-flex {
    display: inline-flex !important;
  }
}
.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}

* {
  padding: 0;
  margin: 0;
}

:root {
  --primary-color: #101010;
  --secondary-color: #ad9f84;
  --font-noto-sans: "Noto Sans JP", sans-serif;
  --font-cinzel: "Cinzel", serif;
}

html {
  min-width: 375px;
  font-size: 62.5%;
}

@media (min-width: 768px) {
  html {
    min-width: 1280px;
  }
}
* {
  padding: 0;
  margin: 0;
}

html {
  min-width: 375px;
  font-size: 62.5%;
}

body {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", serif;
  font-size: 14px;
  color: var(--primary-color);
  letter-spacing: 0.06em;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

ol,
ul {
  list-style: none;
}

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

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

svg:not([fill]) {
  fill: currentColor;
}

table {
  border-collapse: collapse;
}

[data-whatinput=mouse] :focus {
  outline: none;
}

/*===============================

	components

================================*/
/**
 * button
 */
.c-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 50px;
  font-family: var(--font-cinzel);
  font-size: 13px;
  color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
  border-radius: 30px;
  transition: all 0.2s;
}
@media screen and (min-width: 768px) {
  .c-button:hover {
    color: #fff;
    background-color: var(--secondary-color);
  }
}

/**
 * contact
 */
.c-contact__container {
  padding: 58px 20px 70px;
}
@media screen and (min-width: 768px) {
  .c-contact__container {
    max-width: 1340px;
    padding: 86px 6.25% 100px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1000px) {
  .c-contact__container {
    display: flex;
    justify-content: space-between;
  }
}

.c-contact__heading {
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .c-contact__heading {
    text-align: left;
  }
}

.c-contact__heading .en {
  display: block;
  font-family: var(--font-cinzel);
  font-size: 34px;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .c-contact__heading .en {
    font-size: 40px;
  }
}

.c-contact__heading .ja {
  display: block;
  margin-top: 4px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .c-contact__heading .ja {
    margin-top: 8px;
    font-size: 18px;
  }
}

.c-contact__content {
  margin-top: 45px;
}
@media screen and (min-width: 768px) {
  .c-contact__content {
    display: flex;
    align-items: center;
    margin-top: 50px;
  }
}
@media screen and (min-width: 1000px) {
  .c-contact__content {
    margin-top: 17px;
    margin-left: 30px;
  }
}

.c-contact__body {
  font-size: 16px;
  line-height: 2;
}

.c-contact__body span {
  position: relative;
  color: var(--secondary-color);
}
.c-contact__body span::before {
  position: absolute;
  top: -5px;
  left: 50%;
  width: 3px;
  height: 3px;
  content: "";
  background-color: currentColor;
  border-radius: 50%;
  transform: translateX(-50%);
}

.c-contact__link {
  margin-top: 40px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-contact__link {
    margin-top: 0;
    margin-left: 30px;
  }
}

.c-contact__link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  height: 70px;
  font-family: var(--font-noto-sans);
  font-size: 16px;
  color: #fff;
  background-color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
  border-radius: 40px;
}
@media screen and (min-width: 768px) {
  .c-contact__link a {
    transition: all 0.2s;
  }
}
@media screen and (min-width: 768px) {
  .c-contact__link a:hover {
    color: var(--secondary-color);
    background-color: #fff;
  }
}

/**
 * modal
 */
.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding: 80px 20px;
  overflow-y: scroll;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s;
}
@media screen and (min-width: 768px) {
  .c-modal {
    padding: 0;
  }
}
.c-modal.is-active {
  visibility: visible;
  opacity: 1;
}

.c-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(16, 16, 16, 0.85);
}

.c-modal__container {
  position: relative;
  padding: 15px;
  text-align: center;
  background-color: var(--primary-color);
}
@media screen and (min-width: 768px) {
  .c-modal__container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 40px);
    max-width: 1160px;
    padding: 20px;
    transform: translate(-50%, -50%);
  }
}

.c-modal__close {
  position: absolute;
  top: -43px;
  right: 0;
}
@media screen and (min-width: 768px) {
  .c-modal__close {
    top: -59px;
  }
}

@media screen and (min-width: 768px) {
  .c-modal__close img {
    width: 50px;
  }
}

.c-modal__inner {
  padding: 29px 25px 35px;
  color: #fff;
  border: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .c-modal__inner {
    padding: 95px 30px;
  }
}

.c-modal__title span {
  display: block;
  padding: 16px 0 18px;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.06em;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .c-modal__title span {
    display: inline-block;
    padding: 16px 35px 17px;
    font-size: 20px;
  }
}

.c-modal__lede {
  margin: 20px -8px 0;
  font-size: 13px;
  line-height: 2.307;
}
@media screen and (min-width: 768px) {
  .c-modal__lede {
    margin: 35px 0 0;
    font-size: 16px;
    line-height: 2;
  }
}

.c-modal__list {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .c-modal__list {
    display: flex;
    justify-content: center;
    margin-top: 63px;
  }
}

.c-modal__list-item {
  font-size: 13px;
  line-height: 2.153;
}
@media screen and (min-width: 768px) {
  .c-modal__list-item {
    font-size: 14px;
    line-height: 2;
  }
}
.c-modal__list-item:not(:last-child) {
  position: relative;
  margin-bottom: 67px;
}
@media screen and (min-width: 768px) {
  .c-modal__list-item:not(:last-child) {
    margin-right: 100px;
    margin-bottom: 0;
  }
}
.c-modal__list-item:not(:last-child)::before {
  position: absolute;
  right: 50%;
  bottom: -36px;
  content: "";
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  transform: translateX(50%);
}
@media screen and (min-width: 768px) {
  .c-modal__list-item:not(:last-child)::before {
    content: none;
  }
}

.c-modal__img {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .c-modal__img {
    margin-bottom: 33px;
  }
}

@media screen and (min-width: 768px) {
  .c-modal__list-item:not(:last-child) .c-modal__img {
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .c-modal__list-item:not(:last-child) .c-modal__img::before {
    position: absolute;
    top: 50%;
    right: -60px;
    content: "";
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 18px 0 18px 18px;
    transform: translateY(-50%);
  }
}

.c-modal__img img {
  width: 200px;
}
@media screen and (min-width: 768px) {
  .c-modal__img img {
    width: auto;
    max-width: 100%;
  }
}

.c-modal--movie .c-modal__container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 40px);
  padding: 0;
  background-color: transparent;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .c-modal--movie .c-modal__container {
    max-width: 866px;
  }
}

.c-modal--movie iframe {
  width: 100%;
  height: 230px;
}
@media screen and (min-width: 768px) {
  .c-modal--movie iframe {
    height: 566px;
  }
}

/*===============================

	header

================================*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}

.l-header__container {
  display: flex;
  justify-content: space-between;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .l-header__container {
    padding-right: 0;
  }
}

.l-header__logo img {
  width: 85px;
}
@media screen and (min-width: 768px) {
  .l-header__logo img {
    width: 160px;
  }
}
@media screen and (min-width: 1000px) {
  .l-header__logo img {
    width: 180px;
  }
}

.l-header__content {
  display: flex;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .l-header__content {
    margin-top: 0;
  }
}

.l-header__reserve {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 94px;
  height: 30px;
  margin-right: 20px;
  font-family: var(--font-noto-sans);
  font-size: 9px;
  color: #fff;
  background-color: var(--secondary-color);
  border-radius: 30px;
}
@media screen and (min-width: 768px) {
  .l-header__reserve {
    display: none;
  }
}

.l-header__button {
  position: relative;
  z-index: 1;
  display: block;
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 768px) {
  .l-header__button {
    display: none;
  }
}

.l-header__line {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: var(--primary-color);
  transition: 0.4s;
}
.l-header__line:nth-child(1) {
  top: 11px;
}
.l-header__line:nth-child(2) {
  top: 19px;
}

.l-page--menu .l-header__line,
.l-page--strongpoint .l-header__line {
  background-color: #fff;
}

.l-header__button.is-expand .l-header__line {
  background-color: #fff;
}
.l-header__button.is-expand .l-header__line:nth-child(1) {
  top: 14px;
  transform: rotate(30deg);
}
.l-header__button.is-expand .l-header__line:nth-child(2) {
  top: 14px;
  transform: rotate(-30deg);
}

.l-header__menu-content {
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  padding: 98px 20px 60px;
  background-color: var(--primary-color);
  transition: right var(--ease-out-quart 0.6s);
}
@media screen and (min-width: 768px) {
  .l-header__menu-content {
    position: static;
    display: flex;
    align-items: center;
    height: auto;
    padding: 30px 20px;
    visibility: visible;
    background-color: transparent;
    opacity: 1;
  }
}
@media screen and (min-width: 1000px) {
  .l-header__menu-content {
    padding: 30px 40px;
  }
}
.l-header__menu-content.is-expand {
  right: 0;
}

@media screen and (min-width: 768px) {
  .l-header__list {
    display: flex;
    margin-top: 5px;
  }
}
@media screen and (min-width: 1000px) {
  .l-header__list {
    margin-top: 7px;
  }
}

.l-header__list-item {
  font-family: var(--font-noto-sans);
}
@media screen and (min-width: 768px) {
  .l-header__list-item {
    position: relative;
  }
}
.l-header__list-item:nth-child(n+2) {
  margin-top: 27px;
}
@media screen and (min-width: 768px) {
  .l-header__list-item:nth-child(n+2) {
    margin-top: 0;
    margin-left: 30px;
  }
}
@media screen and (min-width: 1000px) {
  .l-header__list-item:nth-child(n+2) {
    margin-left: 35px;
  }
}

@media screen and (min-width: 768px) {
  .l-header__list-item--lower {
    position: relative;
    padding-bottom: 7px;
  }
}
@media screen and (min-width: 768px) {
  .l-header__list-item--lower::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    background-color: var(--secondary-color);
    opacity: 0;
    transition: opacity 0.2s;
  }
}
@media screen and (min-width: 768px) {
  .l-header__list-item--lower:hover::before {
    opacity: 1;
  }
}

.l-header__list-link {
  font-size: 16px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-header__list-link {
    position: relative;
    padding-bottom: 7px;
    font-size: 13px;
    color: var(--primary-color);
    cursor: pointer;
  }
}
@media screen and (min-width: 1000px) {
  .l-header__list-link {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .l-header__list-link::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    background-color: var(--secondary-color);
    opacity: 0;
    transition: opacity 0.2s;
  }
}
@media screen and (min-width: 768px) {
  .l-header__list-link:hover::before, .l-header__list-link.is-current::before {
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  .l-page--menu .l-header__list-link,
  .l-page--strongpoint .l-header__list-link {
    color: #fff;
  }
}

.l-header__list-link--accordion {
  position: relative;
}
.l-header__list-link--accordion::before, .l-header__list-link--accordion::after {
  position: absolute;
  top: 8px;
  right: -25px;
  width: 1px;
  height: 10px;
  content: "";
  background-color: #fff;
  transition: opacity 0.2s, transform 0.2s;
}
@media screen and (min-width: 768px) {
  .l-header__list-link--accordion::before, .l-header__list-link--accordion::after {
    content: none;
  }
}
.l-header__list-link--accordion::after {
  transform: rotate(90deg);
}
.l-header__list-link--accordion.is-expand::before {
  transform: rotate(90deg);
}

.l-header__lower {
  height: 0;
  overflow: hidden;
  transition: height 0.2s;
}
@media screen and (min-width: 768px) {
  .l-header__lower {
    position: absolute;
    top: 27px;
    left: 50%;
    height: auto;
    overflow: visible;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s;
    transform: translateX(-50%);
  }
}

.l-header__list-link--accordion.is-expand .l-header__lower {
  height: auto;
  overflow: visible;
}

@media screen and (min-width: 768px) {
  .l-header__list-item:hover .l-header__lower {
    visibility: visible;
    opacity: 1;
  }
}

.l-header__lower-list {
  display: flex;
  padding-bottom: 3px;
  margin-top: 18px;
}
@media screen and (min-width: 768px) {
  .l-header__lower-list {
    display: block;
    width: 200px;
    height: auto;
    padding: 7px 20px 8px;
    background-color: #fff;
    box-shadow: 0 2px 16px rgba(16, 16, 16, 0.06);
  }
}

.l-header__lower-item:nth-child(n+2) {
  margin-left: 24px;
}
@media screen and (min-width: 768px) {
  .l-header__lower-item:nth-child(n+2) {
    margin-left: 0;
    border-top: 1px solid rgba(16, 16, 16, 0.1);
  }
}

.l-header__lower-link {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}
@media screen and (min-width: 768px) {
  .l-header__lower-link {
    position: relative;
    display: block;
    padding: 16px 10px;
    font-size: 14px;
    color: var(--primary-color);
    transition: color 0.2s;
  }
}
@media screen and (min-width: 768px) {
  .l-header__lower-link::before {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 5px;
    height: 8.75px;
    content: "";
    background-image: url("/assets/images/common/icon_arrow.svg");
    background-size: contain;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 768px) {
  .l-header__lower-link:hover {
    color: var(--secondary-color);
  }
}

.l-header__body {
  margin-top: 69px;
  line-height: 2;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-header__body {
    display: none;
  }
}

.l-header__body span {
  position: relative;
  color: var(--secondary-color);
}
.l-header__body span::before {
  position: absolute;
  top: -3px;
  left: 50%;
  width: 2px;
  height: 2px;
  content: "";
  background-color: currentColor;
  border-radius: 50%;
  transform: translateX(-50%);
}

.l-header__instagram {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-header__instagram {
    display: inline-block;
    margin: 0 25px;
  }
}
@media screen and (min-width: 1000px) {
  .l-header__instagram {
    margin: 0 35px;
  }
}

.l-header__instagram svg {
  fill: var(--primary-color);
}
@media screen and (min-width: 768px) {
  .l-header__instagram svg {
    width: 20px;
  }
}
@media screen and (min-width: 1000px) {
  .l-header__instagram svg {
    width: 24px;
  }
}

@media screen and (min-width: 768px) {
  .l-page--menu .l-header__instagram svg,
  .l-page--strongpoint .l-header__instagram svg {
    fill: #fff;
  }
}

.l-header__menu-reserve {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  margin-top: 26px;
  font-family: var(--font-noto-sans);
  color: #fff;
  background-color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
  border-radius: 30px;
}
@media screen and (min-width: 768px) {
  .l-header__menu-reserve {
    width: 130px;
    height: 40px;
    margin-top: 0;
    font-size: 13px;
    transition: all 0.2s;
  }
}
@media screen and (min-width: 1000px) {
  .l-header__menu-reserve {
    width: 150px;
    height: 50px;
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .l-header__menu-reserve:hover {
    color: var(--secondary-color);
    background-color: #fff;
  }
}

.l-header__sns {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .l-header__sns {
    display: none;
  }
}

.l-header__sns-item:nth-child(n+2) {
  margin-left: 25px;
}

/*===============================

	footer

================================*/
.l-footer {
  background-color: var(--primary-color);
}

.l-footer__container {
  padding: 45px 0;
  color: #e5e5e5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer__container {
    display: flex;
    justify-content: space-between;
    max-width: 1340px;
    padding: 62px 6.25%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .l-footer__block {
    display: flex;
    align-items: center;
  }
}

.l-footer__text {
  font-family: var(--font-noto-sans);
  font-size: 14px;
}

.l-footer__links {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .l-footer__links {
    margin-top: 0;
    margin-left: 25px;
  }
}

@media screen and (min-width: 768px) {
  .l-footer__link {
    transition: opacity 0.2s;
  }
}
.l-footer__link:nth-child(n+2) {
  margin-left: 40px;
}
@media screen and (min-width: 768px) {
  .l-footer__link:nth-child(n+2) {
    margin-left: 30px;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__link:hover {
    opacity: 0.8;
  }
}

.l-footer__copyright {
  margin-top: 45px;
}
@media screen and (min-width: 768px) {
  .l-footer__copyright {
    margin-top: 0;
  }
}

.l-footer__copyright small {
  font-family: var(--font-cinzel);
  font-size: 10px;
  letter-spacing: 0.06em;
}