@charset "UTF-8";
/*================================================================
 *FILE          :common.css
 *DESCRIPTION   :resetはressを使用。環境変数とmixinは_mixin.scss内に記述。
                 それぞれfoundationよりインポート。
 *AUTHOR        :
 *--------------------------------------------------------------
 *(C)
=================================================================*/
/* フォント定設
-----------------------------------------------------------------*/
@font-face {
  font-family: 'MyYuGothicM';
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuGothicM';
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

/*!
 * ress.css • v1.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */ }

*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */ }

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

[hidden],
template {
  display: none;
  /* Add the correct display in IE */ }

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */ }

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */ }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */ }

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */ }

i {
  font-style: normal; }

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000; }

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* add RIDE */
body,
div,
p,
form,
input,
textarea,
select,
option,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
address,
time {
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0; }

ul,
ol {
  list-style-type: none; }

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0; }

[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */ }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

hr {
  border: none; }

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0; }

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button,
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Remove the default button styling in all browsers */
legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */ }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */ }

/* Correct the text style of placeholders in Chrome, Edge, and Safari */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */ }

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  vertical-align: middle;
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */ }

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */ }

/* # =================================================================
   # Acessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit; }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #fff;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #fff;
  text-shadow: none; }

/* 共通スタイル定設
-----------------------------------------------------------------*/
html, body {
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  line-height: 1; }
  html.scrollLock, body.scrollLock {
    overflow: hidden; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
  body {
    content: 'portrait'; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
  body {
    content: 'landscape'; } }

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

button,
input[type="button"] {
  cursor: pointer; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.defs {
  height: 0;
  width: 0;
  overflow: hidden;
  display: none; }

.ht {
  display: none; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
  .dn-portrait {
    display: none !important; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
  .dn-landscape {
    display: none !important; } }

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

  ナビゲーション

==============================================*/
.nav {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: opacity, visibility;
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  position: relative;
  z-index: 100; }
  .nav.is-hidden {
    opacity: 0;
    visibility: hidden; }

.navBttom {
  position: fixed;
  z-index: 1000; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .navBttom {
      width: 100%;
      bottom: 0;
      left: 0; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .navBttom {
      left: 50%;
      bottom: 30px;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); } }

.nav_linkArea {
  position: relative;
  background-color: #e9ecf0; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .nav_linkArea {
      padding-bottom: env(safe-area-inset-bottom); } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .nav_linkArea {
      -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.16);
      box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.16);
      border-radius: 3px; } }

.nav_linkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .nav_linkList {
      width: 100%; } }

.nav_linkItem {
  position: relative;
  z-index: 1;
  white-space: nowrap;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .nav_linkItem {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; } }
  .nav_linkItem:after {
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    margin: auto;
    width: 1px;
    background-color: rgba(73, 110, 162, 0.15); }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
      .nav_linkItem:after {
        height: calc(24 / 42 * 100%); } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
      .nav_linkItem:after {
        height: calc(35 / 56 * 100%); } }
  .nav_linkItem:nth-child(1):after {
    display: none; }
  @media (hover: hover) {
    .nav_linkItem:hover {
      background-color: #496ea2; }
      .nav_linkItem:hover .nav_link {
        color: #fff; } }

.nav_link {
  display: block;
  color: #496ea2;
  text-align: center;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .nav_link {
      font-weight: 600; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .nav_link {
      font-weight: 500; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .nav_link {
      font-size: 15px;
      height: 42px;
      line-height: 42px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .nav_link {
      width: min(max(142 / 1920 * 100vw, 99.4px), 142px);
      height: min(max(56 / 1920 * 100vw, 39.2px), 56px);
      line-height: min(max(56 / 1920 * 100vw, 39.2px), 56px);
      font-size: min(max(22 / 1920 * 100vw, 15.4px), 22px); } }

.nav_topButton {
  position: fixed;
  z-index: 100; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .nav_topButton {
      padding: 0 7px 0 13px;
      bottom: calc(148px + env(safe-area-inset-bottom));
      right: 0; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .nav_topButton {
      bottom: min(max(217 / 1920 * 100vw, 151.9px), 217px);
      right: min(max(25 / 1920 * 100vw, 17.5px), 25px); } }

.nav_topIcon {
  position: relative;
  display: block;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .nav_topIcon {
      width: 7px;
      height: 25px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .nav_topIcon {
      width: min(max(15 / 1920 * 100vw, 10.5px), 15px);
      height: min(max(63 / 1920 * 100vw, 44.1px), 63px); } }
  .nav_topIcon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
    border-style: solid;
    border-color: #496ea2; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
      .nav_topIcon::before {
        width: 5px;
        height: 5px;
        border-width: 1px 1px 0 0; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
      .nav_topIcon::before {
        width: min(max(10 / 1920 * 100vw, 7px), 10px);
        height: min(max(10 / 1920 * 100vw, 7px), 10px);
        border-width: 1px 1px 0 0; } }
  .nav_topIcon:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1px;
    height: 100%;
    background-color: #496ea2; }
  @media (hover: hover) {
    .nav_topButton:hover .nav_topIcon {
      height: min(max(72 / 1920 * 100vw, 50.4px), 72px); } }

.nav_topText {
  margin: 0;
  color: #496ea2;
  font-family: "Gelasio", serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .nav_topText {
      font-size: 10px;
      margin-top: 7px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .nav_topText {
      font-size: min(max(22 / 1920 * 100vw, 15.4px), 22px);
      margin-top: min(max(17 / 1920 * 100vw, 11.9px), 17px); } }

.nav_reserveButton {
  position: fixed;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #496ea2;
  border: 1px solid #496ea2;
  border-radius: 50%;
  -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.25);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .nav_reserveButton {
      width: 90px;
      height: 90px;
      bottom: calc(50px + env(safe-area-inset-bottom));
      right: 7px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .nav_reserveButton {
      width: min(max(157 / 1920 * 100vw, 109.9px), 157px);
      height: min(max(157 / 1920 * 100vw, 109.9px), 157px);
      bottom: min(max(30 / 1920 * 100vw, 21px), 30px);
      right: min(max(25 / 1920 * 100vw, 17.5px), 25px); } }
  @media (hover: hover) {
    .nav_reserveButton:hover {
      background-color: #fff; } }

.nav_reserveText {
  text-align: center;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.04em;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .nav_reserveText {
      font-weight: 600; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .nav_reserveText {
      font-weight: 500; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .nav_reserveText {
      font-size: 15px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .nav_reserveText {
      font-size: min(max(24 / 1920 * 100vw, 16.8px), 24px); } }
  @media (hover: hover) {
    .nav_reserveButton:hover .nav_reserveText {
      color: #496ea2; } }

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

	ヘッダー

==============================================*/
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .header {
      padding: 11px 0 0 16px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .header {
      padding: min(max(23 / 1920 * 100vw, 16.1px), 23px) 0 0 min(max(36 / 1920 * 100vw, 25.2px), 36px); } }

.header_logo svg {
  display: block;
  aspect-ratio: 155 / 32; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .header_logo svg {
      width: 96px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .header_logo svg {
      width: min(max(155 / 1920 * 100vw, 108.5px), 155px); } }

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

  フッター

==============================================*/
.about {
  position: relative;
  width: 100%;
  overflow: hidden; }

.about_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: opacity 3s ease, -webkit-filter 3s ease;
  transition: opacity 3s ease, -webkit-filter 3s ease;
  transition: opacity 3s ease, filter 3s ease;
  transition: opacity 3s ease, filter 3s ease, -webkit-filter 3s ease;
  will-change: opacity, filter; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .about_image {
      background-image: url("../images/about-bg-sp.jpg"); } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .about_image {
      background-image: url("../images/about-bg.jpg"); } }
  .is-hidden .about_image {
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px); }

.about_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); }

.about_contentArea {
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .about_contentArea {
      padding: 130px 20px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .about_contentArea {
      width: min(max(700 / 1920 * 100vw, 490px), 700px);
      margin: 0 auto;
      padding: min(max(213 / 1920 * 100vw, 149.1px), 213px) 0; } }

.about_title {
  -webkit-transition: opacity 0.8s ease 0s, -webkit-transform 0.8s ease 0s;
  transition: opacity 0.8s ease 0s, -webkit-transform 0.8s ease 0s;
  transition: opacity 0.8s ease 0s, transform 0.8s ease 0s;
  transition: opacity 0.8s ease 0s, transform 0.8s ease 0s, -webkit-transform 0.8s ease 0s;
  will-change: opacity, transform; }
  .is-hidden .about_title {
    opacity: 0;
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%); }

.about_description {
  -webkit-transition: opacity 0.8s ease 0.13s, -webkit-transform 0.8s ease 0.13s;
  transition: opacity 0.8s ease 0.13s, -webkit-transform 0.8s ease 0.13s;
  transition: opacity 0.8s ease 0.13s, transform 0.8s ease 0.13s;
  transition: opacity 0.8s ease 0.13s, transform 0.8s ease 0.13s, -webkit-transform 0.8s ease 0.13s;
  will-change: opacity, transform; }
  .is-hidden .about_description {
    opacity: 0;
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%); }

.about_linkArea {
  -webkit-transition: opacity 0.8s ease 0.26s, -webkit-transform 0.8s ease 0.26s;
  transition: opacity 0.8s ease 0.26s, -webkit-transform 0.8s ease 0.26s;
  transition: opacity 0.8s ease 0.26s, transform 0.8s ease 0.26s;
  transition: opacity 0.8s ease 0.26s, transform 0.8s ease 0.26s, -webkit-transform 0.8s ease 0.26s;
  will-change: opacity, transform; }
  .is-hidden .about_linkArea {
    opacity: 0;
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%); }

.about_title {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.2em; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .about_title {
      margin-bottom: 35px;
      font-size: 24px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .about_title {
      margin-bottom: min(max(74 / 1920 * 100vw, 51.8px), 74px);
      font-size: min(max(40 / 1920 * 100vw, 28px), 40px); } }

.about_description {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 2.18; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .about_description {
      margin-bottom: 70px;
      font-size: 13px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .about_description {
      margin-bottom: min(max(123 / 1920 * 100vw, 86.1px), 123px);
      font-size: min(max(22 / 1920 * 100vw, 15.4px), 22px); } }

.about_linkArea {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .about_linkArea {
      width: 100%;
      gap: 15px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .about_linkArea {
      width: min(max(526 / 1920 * 100vw, 368.2px), 526px);
      gap: min(max(20 / 1920 * 100vw, 14px), 20px); } }

.about_link {
  width: 100%; }

.about_linkBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .about_linkBg img {
    width: 100%;
    height: 100%; }

/* フォント定設
-----------------------------------------------------------------*/
@font-face {
  font-family: 'MyYuGothicM';
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuGothicM';
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

.courseDetail {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100; }
  .courseDetail.is-hidden {
    display: none; }

.courseDetail_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  mix-blend-mode: multiply;
  cursor: pointer; }

.courseDetail_closeIcon {
  position: absolute;
  cursor: pointer;
  z-index: 1;
  max-width: clamp(300px, 93vw, min(max(1400 / 1920 * 100vw, 980px), 1400px));
  margin: 0 auto;
  right: 0;
  left: 0;
  text-align: right; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .courseDetail_closeIcon {
      top: 20px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .courseDetail_closeIcon {
      top: 5svh; } }
  .courseDetail_closeIcon svg {
    aspect-ratio: 1 / 1;
    fill: #fff; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
      .courseDetail_closeIcon svg {
        width: 14px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
      .courseDetail_closeIcon svg {
        width: min(max(20 / 1920 * 100vw, 14px), 20px); } }

.courseDetail_closeIconInner {
  display: inline-block; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .courseDetail_closeIconInner {
      padding: 10px;
      margin: 5px 5px 0 0; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .courseDetail_closeIconInner {
      padding: min(max(10 / 1920 * 100vw, 7px), 10px);
      margin: min(max(30 / 1920 * 100vw, 21px), 30px) min(max(30 / 1920 * 100vw, 21px), 30px) 0 0; } }

.courseDetail_inner {
  position: relative;
  max-width: clamp(300px, 93vw, min(max(1400 / 1920 * 100vw, 980px), 1400px));
  margin: 0 auto;
  border-radius: 6px;
  background-color: #fff;
  overflow-y: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -ms-scroll-chaining: none;
  overscroll-behavior: none; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .courseDetail_inner {
      padding: 50px 30px;
      max-height: calc(100% - 40px); } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .courseDetail_inner {
      max-height: 90svh;
      padding: min(max(165 / 1920 * 100vw, 115.5px), 165px) min(max(188 / 1920 * 100vw, 131.6px), 188px); } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
  .courseDetail_intro {
    margin-bottom: 45px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
  .courseDetail_intro {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: min(max(314 / 1920 * 100vw, 219.8px), 314px) 1fr;
    grid-template-columns: min(max(314 / 1920 * 100vw, 219.8px), 314px) 1fr;
    gap: min(max(58 / 1920 * 100vw, 40.6px), 58px);
    margin-bottom: min(max(74 / 1920 * 100vw, 51.8px), 74px); } }

.courseDetail_introImage {
  aspect-ratio: 1 / 1; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .courseDetail_introImage {
      width: 180px;
      margin: 0 auto 20px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .courseDetail_introImage {
      width: min(max(314 / 1920 * 100vw, 219.8px), 314px); } }
  .courseDetail_introImage img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.courseDetail_introContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .courseDetail_introContent {
      gap: 12px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .courseDetail_introContent {
      gap: min(max(17 / 1920 * 100vw, 11.9px), 17px); } }

.courseDetail_introTitle {
  letter-spacing: 0.15em;
  color: #496ea2;
  line-height: 1.43;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .courseDetail_introTitle {
      font-weight: 600; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .courseDetail_introTitle {
      font-weight: 500; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .courseDetail_introTitle {
      font-size: 20px;
      text-align: center;
      margin-bottom: 20px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .courseDetail_introTitle {
      font-size: min(max(28 / 1920 * 100vw, 19.6px), 28px); } }

.courseDetail_introText {
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.85;
  color: #000; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .courseDetail_introText {
      font-size: 13px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .courseDetail_introText {
      font-size: min(max(20 / 1920 * 100vw, 14px), 20px); } }

.courseDetail_tag {
  pointer-events: none; }

/* ▼ courseDetail_schedule */
@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
  .courseDetail_schedule {
    margin-bottom: 21px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
  .courseDetail_schedule {
    margin-bottom: min(max(123 / 1920 * 100vw, 86.1px), 123px); } }

.courseDetail_scheduleRecommendTitle {
  letter-spacing: 0.15em;
  color: #496ea2;
  line-height: 1.43; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .courseDetail_scheduleRecommendTitle {
      font-weight: 600; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .courseDetail_scheduleRecommendTitle {
      font-weight: 500; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .courseDetail_scheduleRecommendTitle {
      font-size: 18px;
      margin: 0 0 38px;
      text-align: center; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .courseDetail_scheduleRecommendTitle {
      font-size: min(max(28 / 1920 * 100vw, 19.6px), 28px);
      margin: 0 0 min(max(16 / 1920 * 100vw, 11.2px), 16px); } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
  .courseDetail_day {
    margin-bottom: 74px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
  .courseDetail_day {
    margin-bottom: min(max(88 / 1920 * 100vw, 61.6px), 88px); } }

.courseDetail_day:last-child {
  margin-bottom: 0; }

.courseDetail_dayHeader {
  background-color: #496EA2;
  border-radius: 3px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .courseDetail_dayHeader {
      margin-bottom: 15px;
      padding: 4px 6px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .courseDetail_dayHeader {
      margin-bottom: min(max(12 / 1920 * 100vw, 8.4px), 12px);
      padding: min(max(4 / 1920 * 100vw, 2.8px), 4px) min(max(6 / 1920 * 100vw, 4.2px), 6px); } }

.courseDetail_dayLabel {
  font-weight: 500;
  color: #fff;
  line-height: 1.44;
  letter-spacing: 0.2em; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .courseDetail_dayLabel {
      font-size: 16px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .courseDetail_dayLabel {
      font-size: min(max(22 / 1920 * 100vw, 15.4px), 22px);
      padding-left: 0.6em; } }

.courseDetail_dayContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .courseDetail_dayContent {
      gap: 26px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .courseDetail_dayContent {
      gap: min(max(40 / 1920 * 100vw, 28px), 40px); } }

.courseDetail_scheduleTitle,
.courseDetail_scheduleSubtitle {
  border-bottom: 1px solid #496ea2;
  color: #496ea2;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.41; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .courseDetail_scheduleTitle,
    .courseDetail_scheduleSubtitle {
      padding-bottom: 3px;
      font-size: 16px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .courseDetail_scheduleTitle,
    .courseDetail_scheduleSubtitle {
      padding-bottom: min(max(6 / 1920 * 100vw, 4.2px), 6px);
      font-size: min(max(22 / 1920 * 100vw, 15.4px), 22px); } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
  .courseDetail_scheduleTitle + .courseDetail_scheduleSubtitle {
    margin-top: 18px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
  .courseDetail_scheduleTitle + .courseDetail_scheduleSubtitle {
    margin-top: min(max(46 / 1920 * 100vw, 32.2px), 46px); } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
  .courseDetail_scheduleSubtitle + .courseDetail_scheduleBody {
    margin-top: 10px;
    font-size: 16px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
  .courseDetail_scheduleSubtitle + .courseDetail_scheduleBody {
    margin-top: min(max(22 / 1920 * 100vw, 15.4px), 22px);
    font-size: 22px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
  .courseDetail_scheduleBody {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: min(max(352 / 1920 * 100vw, 246.4px), 352px) 1fr;
    grid-template-columns: min(max(352 / 1920 * 100vw, 246.4px), 352px) 1fr;
    gap: min(max(25 / 1920 * 100vw, 17.5px), 25px); } }

@media print, screen and (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
  .courseDetail_scheduleBody {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: min(max(352 / 1920 * 100vw, 246.4px), 352px) 1fr;
    grid-template-columns: min(max(352 / 1920 * 100vw, 246.4px), 352px) 1fr;
    gap: min(max(25 / 1920 * 100vw, 17.5px), 25px); } }

.courseDetail_scheduleImage {
  background-color: #ccc;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 4px;
  overflow: hidden; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .courseDetail_scheduleImage {
      width: 100%;
      margin-bottom: 7px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .courseDetail_scheduleImage {
      width: min(max(352 / 1920 * 100vw, 246.4px), 352px); } }
  .courseDetail_scheduleImage img {
    width: 100%; }

.courseDetail_scheduleText {
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.85;
  color: #000; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .courseDetail_scheduleText {
      font-size: 13px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .courseDetail_scheduleText {
      font-size: min(max(20 / 1920 * 100vw, 14px), 20px); } }

/* ▼ courseDetail_buttonArea */
.courseDetail_buttonArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .courseDetail_buttonArea {
      gap: 18px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .courseDetail_buttonArea {
      gap: min(max(35 / 1920 * 100vw, 24.5px), 35px);
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }

body {
  background-image: url(../images/bg-beige.png);
  background-size: 120px auto;
  background-position: center;
  background-repeat: repeat; }

.wrapper {
  overflow: clip; }
