@charset "UTF-8";
/*==========================================================================

   mixin

===========================================================================*/
/*==========================================================================

   mixin

===========================================================================*/
/* webfont */
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("//fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
@import url("//fonts.googleapis.com/css2?family=Heebo:wght@400;500&family=League+Spartan&display=swap");
@import url("//cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/css/yakuhanjp.min.css");
@import url("//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css");
/* local */
/*--------------------------------------------------------------------------
   html
---------------------------------------------------------------------------*/
html {
  position: relative;
  min-height: 100%;
}

html.is-menuopen {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/*--------------------------------------------------------------------------
   head
---------------------------------------------------------------------------*/
head {
  font-family: "pc";
}

/*--------------------------------------------------------------------------
   body
---------------------------------------------------------------------------*/
body {
  color: #000;
  font-family: "YakuHanJP", "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.os-mac body {
  font-weight: 400;
}

/*--------------------------------------------------------------------------
   a
---------------------------------------------------------------------------*/
a {
  outline: none;
  color: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:link, a:visited {
  text-decoration: none;
}

/*--------------------------------------------------------------------------
   reset
---------------------------------------------------------------------------*/
* {
  word-wrap: break-word;
  outline: none;
}

img {
  vertical-align: top;
}

ul, ol {
  list-style: none;
}

/* Placeholder
-----------------------------------------------*/
::-webkit-input-placeholder {
  color: #B7BEC4;
}

::-moz-placeholder {
  color: #B7BEC4;
}

:-ms-input-placeholder {
  color: #B7BEC4;
}

:-moz-placeholder {
  color: #B7BEC4;
}

/*--------------------------------------------------------------------------
   selection
---------------------------------------------------------------------------*/
::-moz-selection {
  background-color: #b3d4fc;
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #fff;
  text-shadow: none;
}

/* ----------------------------------------------------------------------------------------------------

Super Form Reset

A couple of things to watch out for:

- IE8: If a text input doesn't have padding on all sides or none the text won't be centered.
- The default border sizes on text inputs in all UAs seem to be slightly different. You're better off using custom borders.
- You NEED to set the font-size and family on all form elements
- Search inputs need to have their appearance reset and the box-sizing set to content-box to match other UAs
- You can style the upload button in webkit using ::-webkit-file-upload-button
- ::-webkit-file-upload-button selectors can't be used in the same selector as normal ones. FF and IE freak out.
- IE: You don't need to fake inline-block with labels and form controls in IE. They function as inline-block.
- By turning off ::-webkit-search-decoration, it removes the extra whitespace on the left on search inputs

----------------------------------------------------------------------------------------------------*/
input,
label,
select,
button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
}

/* Remove the stupid outer glow in Webkit */
input:focus,
select:focus,
textarea:focus {
  outline: 0;
}

/* Box Sizing Reset
-----------------------------------------------*/
/* All of our custom controls should be what we expect them to be */
input,
textarea {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* These elements are usually rendered a certain way by the browser */
button,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Text Inputs
-----------------------------------------------*/
/* Button Controls
-----------------------------------------------*/
input[type=checkbox],
input[type=radio] {
  width: 13px;
  height: 13px;
}

/* File Uploads
-----------------------------------------------*/
/* Search Input
-----------------------------------------------*/
/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}

/* Buttons
-----------------------------------------------*/
button,
input[type=reset],
input[type=button],
input[type=submit] {
  /* Fix IE7 display bug */
  overflow: visible;
  width: auto;
}

/* IE8 and FF freak out if this rule is within another selector */
::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none;
}

/* Textarea
-----------------------------------------------*/
textarea {
  /* Move the label to the top */
  vertical-align: top;
  /* Turn off scroll bars in IE unless needed */
  overflow: auto;
}

/* Selects
-----------------------------------------------*/
select[multiple] {
  /* Move the label to the top */
  vertical-align: top;
}

/*--------------------------------------------------------------------------
   l-page
---------------------------------------------------------------------------*/
.page-index .l-page-wrapper {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.load-complete .page-index .l-page-wrapper {
  position: static;
  overflow: visible;
}

/* media query -> sp
=================================================================*/
/*--------------------------------------------------------------------------
   l-wrap
---------------------------------------------------------------------------*/
.l-wrap {
  position: relative;
  max-width: 1144px;
  margin: 0 auto;
  padding: 0 10px;
}

.l-wrap-s {
  position: relative;
  max-width: 954px;
  margin: 0 auto;
  padding: 0 10px;
}

/* media query -> sp
=================================================================*/
/*--------------------------------------------------------------------------
   l-grid
---------------------------------------------------------------------------*/
.l-grid {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *zoom: 1;
}

.l-grid:after {
  content: "";
  display: table;
  clear: both;
}

.l-grid__item {
  display: block;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  float: left;
}

.l-grid__item--1of2 {
  width: 50%;
}

.l-grid__item--1of3 {
  width: 33.33333333%;
}

.l-grid__item--1of4 {
  width: 25%;
}

.l-grid__item--1of5 {
  width: 20%;
}

.l-grid__item--1of6 {
  width: 16.66666666%;
}

/*--------------------------------------------------------------------------
   l-grid
---------------------------------------------------------------------------*/
.l-inline-grid {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
}

.l-inline-grid__item {
  display: inline-block;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.l-inline-grid__item--1of2 {
  width: 50%;
}

.l-inline-grid__item--1of3 {
  width: 33.33333333%;
}

.l-inline-grid__item--1of4 {
  width: 25%;
}

.l-inline-grid__item--1of5 {
  width: 20%;
}

.l-inline-grid__item--1of6 {
  width: 16.66666666%;
}

/*--------------------------------------------------------------------------
   l-flex-grid
---------------------------------------------------------------------------*/
.l-flex-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-flex-grid__item {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.l-flex-grid__item--full {
  width: 100%;
}

.l-flex-grid__item--1of2 {
  width: 50%;
}

.l-flex-grid__item--1of3 {
  width: 33.33333333%;
}

.l-flex-grid__item--1of4 {
  width: 25%;
}

.l-flex-grid__item--1of5 {
  width: 20%;
}

.l-flex-grid__item--1of6 {
  width: 16.66666666%;
}

/*--------------------------------------------------------------------------
   c-btn
---------------------------------------------------------------------------*/
.c-btn-request {
  position: relative;
  width: 180px;
  height: 40px;
  border: 1px solid #38A045;
  border-radius: 30px;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-align: center;
  overflow: hidden;
}

.c-btn-request a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  color: #fff;
  background: #38A045;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 0;
}

.c-btn-request a::before {
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}

.mode-pc .c-btn-request a:hover,
.mode-sp .c-btn-request a:active {
  color: #38A045;
}

.mode-pc .c-btn-request a:hover::before,
.mode-sp .c-btn-request a:active::before {
  right: -18px;
  width: 150%;
  height: 500%;
}

.c-btn-request--big {
  width: 400px;
  height: 60px;
  font-size: 18px;
}

.c-btn-request--big a::before {
  right: 28px;
  width: 8px;
  height: 8px;
}

.c-btn-reserve {
  position: relative;
  width: 180px;
  height: 40px;
  border: 1px solid #34A4DA;
  border-radius: 30px;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-align: center;
  overflow: hidden;
}

.c-btn-reserve a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  color: #fff;
  background: #34A4DA;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 0;
}

.c-btn-reserve a::before {
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}

.mode-pc .c-btn-reserve a:hover,
.mode-sp .c-btn-reserve a:active {
  color: #34A4DA;
}

.mode-pc .c-btn-reserve a:hover::before,
.mode-sp .c-btn-reserve a:active::before {
  right: -18px;
  width: 150%;
  height: 500%;
}

.c-btn-reserve--big {
  width: 400px;
  height: 60px;
  font-size: 18px;
}

.c-btn-reserve--big a::before {
  right: 28px;
  width: 8px;
  height: 8px;
}

/*--------------------------------------------------------------------------
   c-img-caption
---------------------------------------------------------------------------*/
.c-img-caption {
  display: inline-block;
  padding: 2px 10px;
  background-color: rgba(0, 0, 0, .6);
  font-size: 11px;
  color: #fff;
}

/*--------------------------------------------------------------------------
   c-contents
---------------------------------------------------------------------------*/
.c-contents {
  position: relative;
  z-index: 1;
  margin-top: 100vh;
  background: url("../img/common/bg_wall.jpg") repeat 50% 0/contain;
}

.m-page-mv--multiple + .c-contents {
  margin-top: 0;
}

/*--------------------------------------------------------------------------
   form
---------------------------------------------------------------------------*/
input,
button,
select,
textarea {
  border-radius: 0;
  -ms-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

form input,
form textarea {
  border: 0;
}

input[type=checkbox],
input[type=radio] {
  position: absolute;
  opacity: 0;
}

/* 入力 */
.c-input {
  width: 100%;
  height: 60px;
  padding: 0 10px 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #fff;
  font-size: 16px;
}

.c-textarea {
  width: 100%;
  max-height: 240px;
  padding: 16px 10px 15px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #fff;
  font-size: 16px;
  overflow: auto;
}

.c-input.ipt-err,
.c-textarea.ipt-err {
  background-color: #ffe4e4;
}

/* radio */
.c-radio + label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  cursor: pointer;
}

.c-radio + label::before, .c-radio + label::after {
  position: absolute;
  top: 50%;
  border-radius: 50%;
  content: "";
}

.c-radio + label::before {
  left: 0;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #b7b7b7;
  background: #fff;
}

.c-radio + label::after {
  left: 4px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  background-color: #0B8943;
  opacity: 0;
}

.c-radio:checked + label::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.radio-list__item {
  display: block;
}

.radio-list__item label span {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  cursor: pointer;
}

.radio-list__item label span::before, .radio-list__item label span::after {
  position: absolute;
  top: 50%;
  border-radius: 50%;
  content: "";
}

.radio-list__item label span::before {
  left: 0;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #b7b7b7;
  background: #fff;
}

.radio-list__item label span::after {
  left: 4px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  background-color: #0B8943;
  opacity: 0;
}

.radio-list__item label input:checked + span::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* checkbox */
.c-checkbox {
  visibility: hidden;
  position: absolute;
}

.c-checkbox + label {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding-left: 30px;
  vertical-align: middle;
  cursor: pointer;
}

.c-checkbox + label::before {
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #b7b7b7;
  background: #fff;
  content: "";
}

.c-checkbox + label::after {
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  width: 8px;
  height: 16px;
  border-right: 3px solid #0B8943;
  border-bottom: 3px solid #0B8943;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
}

.c-checkbox:checked + label::after {
  opacity: 1;
}

.mwform-checkbox-field .c-checkbox + span {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding-left: 30px;
  vertical-align: middle;
  cursor: pointer;
}

.mwform-checkbox-field .c-checkbox + span::before {
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #b7b7b7;
  background: #fff;
  content: "";
}

.mwform-checkbox-field .c-checkbox + span::after {
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 8px;
  height: 14px;
  border-right: 3px solid #0B8943;
  border-bottom: 3px solid #0B8943;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
}

.mwform-checkbox-field .c-checkbox:checked + span::after {
  opacity: 1;
}

/* select */
.c-select {
  position: relative;
  display: inline-block;
  width: 220px;
  height: 70px;
  background-color: #eee;
}

.c-select.ipt-err {
  background-color: #ffe4e4;
}

.c-select::before {
  position: absolute;
  display: inline-block;
  content: "";
  pointer-events: none;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 14px;
  height: 8px;
  background: url("../../assets/img/common/ico_arrow_select.svg") no-repeat 0 0/cover;
}

.c-select select {
  width: 100%;
  height: 70px;
  padding: 0 0 0 15px;
  font-size: 16px;
  cursor: pointer;
}

/* 幅 */
.ipt-w132 {
  width: 132px;
}

.ipt-w220 {
  width: 220px;
}

.ipt-w270 {
  width: 270px;
}

.ipt-w320 {
  width: 320px;
}

/*--------------------------------------------------------------------------
   m-tel-contact
---------------------------------------------------------------------------*/
.m-tel-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  color: #38A045;
}

.m-tel-contact__number {
  margin: 0 24px;
  font-family: "Heebo", sans-serif;
  font-size: 32px;
  font-weight: 500;
}

.m-tel-contact__number a {
  position: relative;
  padding-left: 45px;
  cursor: text;
}

.m-tel-contact__number a::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-55%);
  transform: translateY(-55%);
  width: 37px;
  height: 24px;
  background: url("../img/common/ico_freedial.svg") no-repeat 50% 50%/cover;
  content: "";
}

.m-tel-contact__hour .br {
  display: none;
}

/*--------------------------------------------------------------------------
   m-request
---------------------------------------------------------------------------*/
.m-request {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f6f6f6;
  text-align: center;
  z-index: 0;
}

.m-request__hdg {
  margin-bottom: 10px;
  font-family: "Noto Serif JP", serif, sans-serif;
  font-size: 40px;
  /* color: #38A045; */
  line-height: 1.5;
}

.m-request__hdg small {
  display: block;
  font-size: 26px;
  font-weight: 400;
}

.m-request__txt {
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: "Noto Serif JP", serif, sans-serif;
  font-size: 18px;
  /* color: #38A045; */
}

.m-request__btn,
.m-reserve__btn {
  margin-top: 10px;
}

.m-request__obj {
  position: absolute;
  bottom: -0.2em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: "Heebo", sans-serif;
  font-size: 130px;
  color: #fff;
  line-height: 1;
  z-index: -1;
}

/*--------------------------------------------------------------------------
   m-page-caption
---------------------------------------------------------------------------*/
.m-page-caption {
  padding: 50px 10px;
  background-color: #fff;
}

.m-page-caption__list {
  max-width: 1190px;
  margin: 0 auto;
}

.m-page-caption__item {
  font-size: 12px;
}

.m-page-caption__item:not(:first-of-type) {
  margin-top: 6px;
}

/*--------------------------------------------------------------------------
   m-page-mv
---------------------------------------------------------------------------*/
.m-page-mv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.m-page-mv__content {
  position: relative;
  height: 100%;
}

.m-page-mv__images {
  position: relative;
  height: 100%;
}

.m-page-mv__images .fixed {
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}

.m-page-mv__images .c-img-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.m-page-mv__img {
  position: relative;
  width: 100%;
  height: 100vh;
}

.m-page-mv__img::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 32%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .66)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .66) 100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.m-page-mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.m-page-mv__img figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.m-page-mv__sp-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.m-page-mv__body {
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 0;
  width: 100%;
  height: 100%;
  padding: 7% 6%;
}

.m-page-mv__body::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 355px;
  height: 235px;
  border-radius: 230px;
  background: rgba(6, 0, 0, .6);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="80" /></filter></svg>#filter');
  -webkit-filter: blur(80px);
  filter: blur(80px);
  z-index: -1;
}

.m-page-mv__body--multiple {
  position: fixed;
  top: 14%;
}

.m-page-mv__body--ds::before {
  content: none;
}

.m-page-mv__body--ds .en,
.m-page-mv__body--ds .ja,
.m-page-mv__body--ds .m-page-mv__txt {
  text-shadow: 2px 2px 8px rgba(0, 0, 0, .5);
}

.m-page-mv__hdg {
  color: #fff;
  z-index: 2;
}

.m-page-mv__hdg .en {
  display: block;
  font-family: "Heebo", sans-serif;
  font-size: min(3.5vw, 50px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}

.m-page-mv__hdg .ja {
  display: block;
  font-family: "Noto Serif JP", serif, sans-serif;
  font-size: min(1.1vw, 16px);
  font-weight: 400;
  line-height: 1.2;
}

.m-page-mv__txt {
  margin-top: 20px;
  font-family: "Noto Serif JP", serif, sans-serif;
  font-size: 26px;
  color: #fff;
  line-height: 1.55;
  z-index: 2;
}

.m-page-mv--multiple {
  position: relative;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
}

/*--------------------------------------------------------------------------
   m-page-submv
---------------------------------------------------------------------------*/
.m-page-submv {
  width: 100%;
  height: 400px;
  z-index: 0;
}

.m-page-submv__content {
  position: relative;
  height: 100%;
}

.m-page-submv__img {
  position: relative;
  width: 100%;
  height: 100%;
}

.m-page-submv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.m-page-submv__img figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.m-page-submv__body {
  position: absolute;
  top: 120px;
  left: 125px;
  z-index: 0;
}

.m-page-submv__hdg {
  z-index: 2;
}

.m-page-submv__hdg .en {
  display: block;
  font-family: "Heebo", sans-serif;
  font-size: 60px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}

.m-page-submv__hdg .ja {
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

.m-page-submv__hdg--white {
  color: #fff;
}

.m-page-submv__hdg--white .en,
.m-page-submv__hdg--white .ja {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
}

/*--------------------------------------------------------------------------
   m-intro
---------------------------------------------------------------------------*/
.m-intro {
  position: relative;
  padding: 100px 0;
}

.m-intro__obj {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
}

.m-intro__obj-slide {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  overflow: hidden;
}

.m-intro__obj-slide img {
  width: auto;
  height: 100%;
}

.m-intro__obj-slide img:first-child {
  -webkit-animation: loop1 100s -50s linear infinite;
  animation: loop1 100s -50s linear infinite;
}

.m-intro__obj-slide img:last-child {
  -webkit-animation: loop2 100s linear infinite;
  animation: loop2 100s linear infinite;
}

.m-intro__obj-slide .txt {
  margin-top: -0.18em;
  font-size: 150px;
  color: #D1F3CF;
  line-height: 1;
  white-space: nowrap;
  -webkit-animation: loop1 100s -50s linear infinite;
  animation: loop1 100s -50s linear infinite;
  width: 2250px;
}

.m-intro__obj-slide .txt--02 {
  -webkit-animation: loop2 100s linear infinite;
  animation: loop2 100s linear infinite;
}

@-webkit-keyframes loop1 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes loop1 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
.m-intro__body {
  position: relative;
  z-index: 1;
  padding: 0 10px;
  text-align: center;
}

.m-intro__lead {
  font-family: "Noto Serif JP", serif, sans-serif;
  font-size: 30px;
}

.m-intro__txt {
  margin-top: 35px;
  font-family: "Noto Serif JP", serif, sans-serif;
  font-size: 18px;
  line-height: 2.22;
}

.m-intro--bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
  background: url("../img/common/bg_wall.jpg") repeat 50% 0/contain;
}

.page-location .m-intro__obj-slide .txt {
  width: 2250px;
}

.page-brand .m-intro__obj-slide .txt {
  width: 2280px;
  color: #F8EFCE;
}

.page-access .m-intro__obj-slide .txt {
  width: 2280px;
  color: #F3E1F0;
}

/*--------------------------------------------------------------------------
   m-pinch
---------------------------------------------------------------------------*/
.m-pinch {
  position: relative;
}

.m-pinch::before {
  content: none;
}

/*--------------------------------------------------------------------------
   cf
---------------------------------------------------------------------------*/
.cf {
  *zoom: 1;
}

.cf:after {
  content: "";
  display: table;
  clear: both;
}

/**
 *
 *  LOADER
 *
 */
/*--------------------------------------------------------------------------
   loader
---------------------------------------------------------------------------*/
#Loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #0B8943;
  z-index: -1;
}

#Loader .progress {
  display: none;
  position: absolute;
  top: 50%;
  left: 0%;
  translate: 0% -50%;
  width: 0%;
  height: 2px;
  background: #fff;
  z-index: 9;
}

#Loader .base {
  display: none;
  position: absolute;
  top: 50%;
  left: 0%;
  translate: 0% -50%;
  width: 100%;
  height: 2px;
  background: #999;
  z-index: 8;
}

#Loader .text {
  display: none;
  position: absolute;
  top: calc(50% - 20px);
  left: 50%;
  translate: -50% -50%;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  font-family: "Noto Serif JP", serif, sans-serif;
}

#Loader .text span {
  display: inline-block;
  margin-right: 0.2rem;
}

.is-loading #Loader .progress,
.is-loading #Loader .base {
  display: inline;
}

.is-loading #Loader .text {
  display: block;
}

.is-noloading #Loader {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #0B8943;
}

.is-noloading.load-complete #Loader {
  -webkit-animation-name: PageMoveAnime;
  animation-name: PageMoveAnime;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes PageMoveAnime {
  0% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}
@keyframes PageMoveAnime {
  0% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}
/* trans
-------------------------------------------*/
/* anima
-------------------------------------------*/
.l-page-wrapper {
  opacity: 0;
}

.load-complete .l-page-wrapper {
  opacity: 1;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.is-loading .page-index .l-page-wrapper {
  opacity: 1;
}

.is-loading.is-loaded #Loader {
  opacity: 1;
  translate: 0 0;
  -webkit-transition: all 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.is-loading.load-complete .l-page-wrapper {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

/*--------------------------------------------------------------------------
   SHOW / HIDE
---------------------------------------------------------------------------*/
/*
 show / hide
 -- レスポンシブ用 表示/非表示
*/
.mi-pc {
  display: block;
}

img.mi-pc {
  display: inline;
}

.mi-sp {
  display: none;
}

/* media query -> sp
========================================*/
/*--------------------------------------------------------------------------
   TEXT
---------------------------------------------------------------------------*/
/*
 note
 -- 改行時、一文字目に余白を持たせる
*/
.mi-note,
.mi-list-note li {
  padding-left: 1em;
  text-indent: -1em;
}

/*--------------------------------------------------------------------------
   IMAGE
---------------------------------------------------------------------------*/
/*
 max
 -- 横幅に合わせて画像を最大化
*/
.mi-img-max {
  width: 100%;
  height: auto;
}

/*--------------------------------------------------------------------------
   HOVER
---------------------------------------------------------------------------*/
/*
 hov01
 -- 透過
*/
/* setting */
/* core */
.mi-hov01 {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.mi-hov01:hover {
  opacity: 0.7;
}

.mi-hov01-all > * {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.mi-hov01-all > *:hover {
  opacity: 0.7;
}

/*--------------------------------------------------------------------------
   init
---------------------------------------------------------------------------*/
.is-animate.is-fadein {
  opacity: 0;
}

.is-animate.is-fadeup {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

.is-animate.is-fadedown {
  opacity: 0;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}

.is-animate.is-fadeleft {
  opacity: 0;
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}

.is-animate.is-faderight {
  opacity: 0;
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
}

.is-animate.is-fadezoom {
  opacity: 0;
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
}

/*--------------------------------------------------------------------------
   animated
---------------------------------------------------------------------------*/
.is-animated.is-fadein {
  opacity: 1;
  -webkit-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.is-animated.is-fadeup {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.6s ease-in-out, -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.6s ease-in-out, -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.6s ease-in-out, transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.6s ease-in-out, transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.is-animated.is-fadedown {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.6s ease-in-out, -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.6s ease-in-out, -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.6s ease-in-out, transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.6s ease-in-out, transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.is-animated.is-fadeleft {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 0.6s ease-in-out, -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.6s ease-in-out, -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.6s ease-in-out, transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.6s ease-in-out, transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.is-animated.is-faderight {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 0.6s ease-in-out, -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.6s ease-in-out, -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.6s ease-in-out, transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.6s ease-in-out, transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.is-animated.is-fadezoom {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.6s ease-in-out, -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.6s ease-in-out, -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.6s ease-in-out, transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.6s ease-in-out, transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/*==========================================================================

   keyframes

===========================================================================*/
/*--------------------------------------------------------------------------
   .g-header
---------------------------------------------------------------------------*/
.g-header {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100px;
  background-color: rgba(255,255,255, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.g-header.is-fixed {
  position: fixed;
}
.g-header.is-scroll {
  background-color: rgba(255,255,255, 0.7);
}

.g-header__logo {
  position: absolute;
  top: 10px;
  left: 16px;
  z-index: 10;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.g-header__logo a {
  display: inline-block;
}

.g-header__logo img {
  width: 348px;
  height: auto;
}

.g-header__menubtn {
  -webkit-transition: translate 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: translate 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.is-fixed .g-header__menubtn {
  translate: 0 0;
}

.g-header__wrap {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: right;
  flex-direction: column-reverse;
  height: 100%;
  gap: 10px;
}

.g-header__gnav {
  margin-right: 30px;
}

.g-header__gnav .gnav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
}

.g-header__gnav .gnav__item {
  position: relative;
  margin-right: 35px;
}

.g-header__gnav .gnav__item:last-child {
  margin-right: 0;
}

.g-header__gnav .gnav__item > a {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: #00375A;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mode-pc .g-header__gnav .gnav__item > a:hover,
.mode-sp .g-header__gnav .gnav__item > a:active {
  color: #0B8943;
}

.g-header__gnav .gnav__item > a ._new {
  display: block;
  position: absolute;
  bottom: 100%;
  left: 50%;
  font-size: 10px;
  color: #ff0000;
  line-height: 1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.g-header__gnav .gnav__item .subnav {
  position: absolute;
  left: calc(50% - 100px);
  bottom: -60px;
  opacity: 0;
  pointer-events: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  width: 280px;
  height: 60px;
  padding-top: 10px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.g-header__gnav .gnav__item .subnav .subnav__item {
  text-align: center;
  font-size: 16px;
}

.g-header__gnav .subnav__item > a {
  color: #00375A;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mode-pc .g-header__gnav .subnav__item > a:hover,
.mode-sp .g-header__gnav .subnav__item > a:active {
  color: #0B8943;
}

.g-header__gnav .gnav__item:hover a + .subnav {
  opacity: 1;
  pointer-events: all;
}

.g-header__wrap .aside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 18px 0 0;
}

.g-header__wrap .sub-nav {
  display: flex;
  gap: 10px;
  margin-right: 25px;
}

.g-header__wrap .sub-nav__item {

}

.g-header__wrap .sub-nav__item a {
  position: relative;
  color: #00375A;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.g-header__wrap .sub-nav__item a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mode-pc .g-header__wrap .sub-nav__item a:hover,
.mode-sp .g-header__wrap .sub-nav__item a:active {
  color: #0B8943;
}

.g-header__wrap .sub-nav__item--outline a,
.g-header__wrap .sub-nav__item--map a {
  padding-left: 22px;
}

.g-header__wrap .sub-nav__item--outline a::before,
.g-header__wrap .sub-nav__item--map a::before {
  width: 18px;
  height: 20px;
  background: center center no-repeat;
  background-size: contain;
}

.g-header__wrap .sub-nav__item--outline a::before {
  background-image: url("../img/common/ico_outline.svg");
}

.g-header__wrap .sub-nav__item--map a::before {
  background-image: url("../img/common/ico_map.svg");
}

.g-header__request,
.g-header__reserve {
  width: 160px;
}

.g-header__reserve {
  margin-left: 10px;
}

/*menu open*/
.is-menuopen {
  overflow: hidden;
}

.is-menuopen .g-header .g-header__logo {
  opacity: 0;
}

.is-menuopen .g-header__menubtn {
  /*border: 1px solid #fff;
  background-color: transparent;*/
}

.is-menuopen .g-header .lines span:nth-of-type(1) {
  -webkit-transform: translateY(1px) rotate(-45deg);
  transform: translateY(1px) rotate(-45deg);
}

.is-menuopen .g-header .lines span:nth-of-type(2) {
  -webkit-transform: translateY(-3px) rotate(45deg);
  transform: translateY(-3px) rotate(45deg);
}

.is-menuopen .g-header__wrap {
  position: fixed;
  pointer-events: all;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.is-menuopen .g-header__sp-bg {
  -webkit-transform: scale(50);
  transform: scale(50);
}

.is-menuanim .g-header__wrap {
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.is-menuanim.is-menuopen .g-header__wrap {
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

/*--------------------------------------------------------------------------
   .g-footer
---------------------------------------------------------------------------*/
.g-footer {
  position: relative;
  z-index: 2;
}

.g-footer__request {
  padding: 50px 0 60px;
}

.g-footer__tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
}

.g-footer__content {
  position: relative;
  padding: 115px 80px 100px 125px;
  background: -webkit-gradient(linear, left top, right bottom, from(#44A8D8), color-stop(10%, #44A8D8), color-stop(90%, #3582B7), to(#3582B7));
  background: linear-gradient(to right bottom, #44A8D8 0%, #44A8D8 10%, #3582B7 90%, #3582B7 100%);
}

.g-footer__next {
  position: absolute;
  top: 50%;
  right: 5.55vw;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
  text-align: right;
}

.g-footer__next a {
  display: block;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mode-pc .g-footer__next a:hover, .mode-sp .g-footer__next a:active {
  opacity: 0.7;
}

.g-footer__next .hdg {
  position: relative;
  display: inline-block;
  padding-right: 45px;
  font-family: "Heebo", sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.g-footer__next .hdg::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 37px;
  height: 10px;
  background: url("../img/index/feature_ico_arrow.svg") no-repeat 100% 50%/cover;
}

.g-footer__next .page {
  margin-top: 8px;
}

.g-footer__next .page__en {
  display: block;
  font-family: "Heebo", sans-serif;
  font-size: 70px;
  line-height: 1;
}

.g-footer__next .page__ja {
  display: block;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.3;
}

.g-footer__logo img {
  max-width: 100%;
  height: auto;
}

.g-footer__fnav {
  margin-top: 45px;
}

.g-footer__fnav .fnav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.g-footer__fnav .fnav:nth-child(2) {
  margin-top: 15px;
}

.g-footer__fnav .fnav__item {
  font-size: 16px;
}

.g-footer__fnav .fnav__item:not(:last-of-type) {
  margin-right: 30px;
}

.g-footer__fnav .fnav__item a {
  position: relative;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.g-footer__fnav .fnav__item a::after {
  content: "";
  display: block;
  border-bottom: 1px solid #fff;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mode-pc .g-footer__fnav .fnav__item a:hover::after, .mode-sp .g-footer__fnav .fnav__item a:active::after {
  opacity: 1;
}

.g-footer__fnav .sub-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 18px;
}

.g-footer__fnav .sub-nav__item:not(:first-of-type) {
  margin-left: 25px;
}

.g-footer__fnav .sub-nav__item a {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.g-footer__fnav .sub-nav__item a::after {
  content: "";
  display: block;
  border-bottom: 1px solid #fff;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mode-pc .g-footer__fnav .sub-nav__item a:hover::after, .mode-sp .g-footer__fnav .sub-nav__item a:active::after {
  opacity: 1;
}

.g-footer__bnr {
  position: relative;
  padding: 48px 80px 38px 125px;
  background: #fff;
}

.g-footer__bnr .bnrs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.g-footer__bnr .bnrs__item {
  margin-right: 17px;
}

.g-footer__logo-fuji a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mode-pc .g-footer__logo-fuji a:hover, .mode-sp .g-footer__logo-fuji a:active {
  opacity: 0.7;
}

.g-footer__copy {
  margin: -2em 0 0 auto;
  font-family: "Heebo", sans-serif;
  text-align: right;
}

@media only screen and (min-width: 768px) and (max-width: 1600px) {
  .g-header__logo img {

  }
  
  .g-header__gnav {
    margin-right: 1.875vw;
  }
  .g-header__gnav .gnav {
    gap: 20px;
  }
  .g-header__gnav .gnav__item {
    margin-right: 1.875vw;
  }
  .g-header__gnav .gnav__item > a {
    font-size: 1.2vw;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .g-header__logo img {
    width: 34.8vw;
  }
}


@media only screen and (max-width: 767px) {
  html {
    width: 100%;
    height: 100%;
  }
  head {
    font-family: "sp";
  }
  body {
    width: 100%;
    min-width: 320px;
    height: auto;
    font-size: 12px;
    line-height: 1.5;
  }
  .l-page-wrapper {
    width: 100%;
    height: 100%;
  }
  .l-page {
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
  }
  .l-page__main {
    padding-top: 0px;
  }
  .l-wrap {
    max-width: none;
    padding: 0 20px;
  }
  .l-wrap-s {
    max-width: none;
    padding: 0 20px;
  }
  .c-btn-request,
  .c-btn-reserve {
    width: 100%;
    height: 40px;
    margin-top: 10px;
    margin-left: 0;
    font-size: 12px;
  }
  .c-btn-request--big,
  .c-btn-reserve--big {
    width: 280px;
  }
  .c-img-caption {
    padding: 2px 6px;
    font-size: 8px;
  }
  .c-contents {
    margin-top: 0;
  }
  .c-input {
    height: 50px;
    padding: 5px 15px;
    font-size: 14px;
  }
  .c-textarea {
    max-height: 200px;
    padding: 10px 12px;
    font-size: 14px;
  }
  .radio-list__item label span {
    padding-left: 25px;
  }
  .radio-list__item label span::before {
    width: 18px;
    height: 18px;
  }
  .radio-list__item label span::after {
    width: 10px;
    height: 10px;
    margin-top: -5px;
  }
  .c-checkbox + label {
    padding-left: 28px;
  }
  .c-checkbox + label::before {
    top: 0;
    width: 20px;
    height: 20px;
  }
  .c-checkbox + label::after {
    top: 2px;
    left: 6px;
    width: 8px;
    height: 14px;
  }
  .mwform-checkbox-field .c-checkbox + span {
    padding-left: 28px;
  }
  .mwform-checkbox-field .c-checkbox + span::before {
    top: 0;
    width: 20px;
    height: 20px;
  }
  .mwform-checkbox-field .c-checkbox + span::after {
    top: 2px;
    left: 6px;
    width: 8px;
    height: 14px;
  }
  .c-select {
    height: 50px;
  }
  .c-select::before {
    right: 14px;
  }
  .c-select select {
    height: 50px;
    padding-left: 10px;
    font-size: 14px;
  }
  .ipt-w132 {
    width: 70px;
  }
  .ipt-w220 {
    width: 100%;
  }
  .ipt-w270 {
    width: 100%;
  }
  .ipt-w320 {
    width: 100%;
  }
  .ipt-sp-w70 {
    width: 70px;
  }
  .ipt-sp-w100 {
    width: 150px;
  }
  .ipt-sp-w150 {
    width: 150px;
  }
  .ipt-sp-w200 {
    width: 200px;
  }
  .m-tel-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .m-tel-contact__hdg {
    font-size: 14px;
  }
  .m-tel-contact__number {
    font-size: 28px;
  }
  .m-tel-contact__number a {
    padding-left: 32px;
  }
  .m-tel-contact__number a::before {
    width: 26px;
    height: 17px;
  }
  .m-request__hdg {
    font-size: 22px;
  }
  .m-request__hdg small {
    font-size: 16px;
  }
  .m-request__txt {
    width: 90%;
    margin: 0 auto 20px;
    font-size: 13px;
    line-height: 1.7;
  }
  .m-request__obj {
    font-size: 70px;
  }
  .m-page-caption {
    padding: 25px 20px;
  }
  .m-page-caption__item {
    font-size: 10px;
  }
  .m-page-mv {
    position: relative;
    top: auto;
    height: calc(100vh - 80px);
    height: calc(var(--vh) * 100 - 80px);
  }
  .m-page-mv__images .fixed {
    top: 0px;
  }
  .m-page-mv__images .m-page-mv__img {
    height: calc(100vh - 80px);
    height: calc(var(--vh) * 100 - 80px);
  }
  .m-page-mv__img {
    height: calc(100vh - 80px);
    height: calc(var(--vh) * 100 - 80px);
  }
  .m-page-mv__img::after {
    content: "";
    top: 0;
    bottom: auto;
    height: 43.75%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .66)));
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .66) 100%);
  }
  .m-page-mv__body {
    /* top: 10%;
    left: 6.25%; */
    top: 0;
    left: 0;
    z-index: 1;
    padding: 10% 6.25%;
  }
  .m-page-mv__body::before {
    content: none;
  }
  .m-page-mv__body--multiple {
    top: 26%;
  }
  .m-page-mv__hdg .en {
    font-size: 46px;
  }
  .m-page-mv__hdg .ja {
    font-size: 14px;
  }
  .m-page-mv__txt {
    font-size: 20px;
    line-height: 1.6;
  }
  .m-page-mv--multiple {
    top: auto;
    height: 100%;
  }
  .m-page-mv--multiple .m-page-mv__img {
    height: 100vh;
  }
  .m-page-submv {
    height: 320px;
  }
  .m-page-submv + .m-intro {
    margin-top: 0;
  }
  .m-page-submv__body {
    top: auto;
    bottom: 20%;
    left: 6.25%;
    z-index: 1;
  }
  .m-page-submv__hdg .en {
    font-size: 46px;
  }
  .m-page-submv__hdg .ja {
    font-size: 14px;
  }
  .m-intro {
    padding: 90px 0 50px;
  }
  .m-intro__obj-slide img {
    height: 65%;
  }
  .m-intro__obj-slide .txt {
    font-size: 100px;
  }
  .m-intro__body {
    padding: 0 20px;
    text-align: left;
  }
  .m-intro__lead {
    font-size: 18px;
    line-height: 1.77;
  }
  .m-intro__txt {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.85;
  }
  .m-intro--bg::before {
    height: 480px;
  }
  .m-pinch::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 84px;
    height: 84px;
    background: url("../img/common/ico_pinchout.png") no-repeat 50% 50%/cover;
  }
  .mi-pc,
  img.mi-pc {
    display: none;
  }
  .mi-sp {
    display: block;
  }
  img.mi-sp {
    display: inline;
  }
  .g-header {
    position: relative;
    top: auto;
    height: 80px;
  }
  .g-header.is-fixed {
    position: relative;
    background-color: rgba(255, 255, 255, 0);
  }
  .g-header.is-fixed .g-header__menubtn {
    position: fixed;
  }
  .g-header__logo {
    top: 30px;
    left: 12px;
  }
  .g-header__logo img {
    width: 224px;
  }
  .g-header__menubtn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 10px;
    right: 15px;
    width: 60px;
    height: 60px;
    background-color: #eee;
    /*border: 1px solid #000;*/
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 9;
  }
  .g-header__menubtn .lines {
    position: relative;
    /*position: absolute;
    top: 15px;
    left: 19px;*/
    margin: 0;
    padding: 0;
    width: 12px;
    height: 5px;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
  }
  .g-header__menubtn .lines:focus {
    outline: none;
  }
  .g-header__menubtn .lines span {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #231815;
  }
  .g-header__menubtn .lines span:nth-of-type(1) {
    top: 0px;
  }
  .g-header__menubtn .lines span:nth-of-type(2) {
    bottom: 0px;
  }
  .g-header__wrap {
    position: absolute;
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
    display: block;
    width: 100%;
    height: 100vh;
    padding: 60px 35px 60px;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    overflow: auto;
  }
  .g-header__sp-bg {
    position: fixed;
    bottom: -25px;
    right: -25px;
    -webkit-transform: scale(0);
    transform: scale(0);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #F6F6F6;
    -webkit-transition: 1s;
    transition: 1s;
  }
  .g-header__gnav {
    position: relative;
    bottom: auto;
    left: auto;
    z-index: 9;
    width: auto;
    height: auto;
    padding: 30px 0 0 !important;
  }
  .g-header__gnav .gnav {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 16px;
  }
  .g-header__gnav .gnav__item {
    /* width: 50%;
    margin: 0 0 20px; */
  }
  .g-header__gnav .gnav__item > a ._new {
    left: 0;
    font-size: 6px;
    -webkit-transform: none;
    transform: none;
  }
  .g-header__gnav .gnav__item:nth-child(even) {
    width: 100%;
  }
  .g-header__gnav .gnav__item:nth-child(odd) {
    width: 100%;
  }
  .g-header__gnav .gnav__item--01 {
    width: 100% !important;
  }
  .g-header__gnav .gnav__item .subnav {
    position: static;
    opacity: 1;
    pointer-events: all;
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    width: auto;
    height: auto;
    padding-top: 10px;
    background-color: transparent;
  }
  .g-header__gnav .gnav__item .subnav .subnav__item {
    padding: 0.1em 0 0 1em;
    margin-bottom: 6px;
    text-align: left;
    font-size: 14px;
  }
  .g-header__wrap .aside {
    display: block;
    margin: 10px 0 0;
    padding: 0;
  }
  .g-header__wrap .sub-nav {
    display: flex;
    margin: 0 0 30px;
  }
  .g-header__wrap .sub-nav__item {
    margin: 0 30px 0 0;
    font-size: 12px;
  }
  .g-header__wrap .sub-nav__item a::before {
    content: none;
  }
  .g-header__wrap .sub-nav__item--outline a {
    padding-left: 0;
  }
  .g-header__wrap .sub-nav__item--map a {
    padding-left: 0;
  }
  .g-header__tel {
    position: relative;
    z-index: 99;
    margin-top: 20px;
    background-color: #F6F6F6;
  }
  .g-header__tel.mi-sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .g-header__gnav .sub-nav {
    margin: 0 0 40px;
  }
  .g-footer__request {
    padding-bottom: 50px;
  }
  .g-footer__content {
    padding: 50px 20px;
  }
  .g-footer__next {
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: none;
    transform: none;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #fff;
  }
  .g-footer__next .hdg {
    padding-right: 35px;
    font-size: 16px;
  }
  .g-footer__next .hdg::after {
    width: 30px;
    height: 8px;
  }
  .g-footer__next .page__en {
    font-size: 40px;
    line-height: 1.2;
  }
  .g-footer__next .page__ja {
    font-size: 16px;
  }
  .g-footer__logo {
    width: 238px;
  }
  .g-footer__fnav .fnav:nth-child(2) {
    margin-top: 0;
  }
  .g-footer__fnav .fnav__item {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .g-footer__fnav .sub-nav {
    margin-top: 10px;
  }
  .g-footer__bnr {
    padding: 28px 20px 20px;
  }
  .g-footer__bnr .bnrs {
    display: block;
  }
  .g-footer__bnr .bnrs__item {
    margin: 0 0 10px;
  }
  .g-footer__logo-fuji {
    width: 89%;
    margin: 0 auto;
  }
  .g-footer__copy {
    margin: 35px 0 0;
    font-size: 10px;
    text-align: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .m-tel-contact__hour .br {
    display: block;
  }
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
  .m-page-mv__images .fixed:nth-child(1) .m-page-mv__img {
    height: calc(100vh - 80px);
    height: calc(var(--vh) * 100 - 80px);
  }
}


@media screen and (min-width: 1021px) and (max-width: 1230px) {

}

@media screen and (min-width: 951px) and (max-width: 1020px) {

}

@media screen and (min-width: 768px) and (max-width: 980px) {
  /*.g-header__gnav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: end;
        -ms-flex-align: end;
            align-items: end;
    padding-top: 10px;
  }
  .g-header__gnav .sub-nav__item {
    font-size: 13px;
  }
  .g-header__request {
    margin-left: 10px;
  }*/
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  .g-footer__content {
    padding: 7.986vw 5.55vw 6.94vw 8.68vw;
  }
  .g-footer__bnr {
    padding: 3.33vw 5.55vw 2.63vw 8.68vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1360px) {

}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .g-footer__next .page__en {
    font-size: 42px;
  }
  .g-footer__next .page__ja {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1150px) {
  .g-footer__bnr .bnrs__item {
    width: 27.39vw;
  }
  .g-footer__logo-fuji {
    width: 25.478vw;
  }
  .g-footer__copy {
    font-size: 1.21vw;
  }
}

@media screen and (max-width: 1150px) {
  .g-footer__bnr .bnrs__item img {
    width: 100%;
    height: auto;
  }
  .g-footer__logo-fuji img {
    width: 100%;
    height: auto;
  }
}


/*追加20250516*/

.g-header__request, .g-header__reserve {
  width: 140px;
}
@media only screen and (max-width: 767px) {
  .g-header__request, .g-header__reserve {
    width: 100%;
  }
}
.g-header__gnav .gnav__item {
    position: relative;
    margin-right: 0;
}

.g-header__wrap .sub-nav {
    margin-right: 15px;
}
/*# sourceMappingURL=maps/style.css.map */
