@charset "UTF-8";
/* base.scss • v0.0.1 */
/* webfont */
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@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=Zen+Old+Mincho:wght@400;500;600;700&display=swap");
@import url("//fonts.googleapis.com/css2?family=Gilda+Display&display=swap");
@import url("//fonts.googleapis.com/css2?family=Marcellus&display=swap");
@import url("//cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/css/yakuhanjp.min.css");
/* local */
/* use
-----------------------------------------------------------------*/
/*==========================================================================

   mixin

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

   mixin

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

   keyframes

===========================================================================*/
/*--------------------------------------------------------------------------
   html
---------------------------------------------------------------------------*/
html {
  position: relative;
  min-height: 100%;
  font-size: 62.6%;
}
@media only screen and (max-width: 767px) {
  html {
    width: 100%;
    height: 100%;
  }
}
html.is-menuopen {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/*--------------------------------------------------------------------------
   head
---------------------------------------------------------------------------*/
head {
  font-family: "pc";
}
@media only screen and (max-width: 767px) {
  head {
    font-family: "sp";
  }
}

/*--------------------------------------------------------------------------
   body
---------------------------------------------------------------------------*/
body {
  color: #000;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 767px) {
  body {
    width: 100%;
    min-width: 320px;
    height: auto;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.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;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}

/* 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;
}

/* use
-----------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   l-page
---------------------------------------------------------------------------*/
.l-page-wrapper {
  overflow: hidden;
}

.is-loading .l-page-wrapper {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.load-complete .l-page-wrapper {
  overflow: visible;
}

/* media query -> sp
=================================================================*/
@media only screen and (max-width: 767px) {
  .l-page-wrapper {
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  .l-page {
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
  }
  .is-loading .l-page {
    overflow-y: hidden;
  }
}
/* use
-----------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   l-wrap
---------------------------------------------------------------------------*/
.l-wrap {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

.l-wrap-m {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.l-wrap-s {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

/* media query -> sp
=================================================================*/
@media only screen and (max-width: 767px) {
  .l-wrap {
    max-width: none;
    padding: 0 20px;
  }
  .l-wrap-m {
    max-width: none;
  }
  .l-wrap-s {
    max-width: none;
    padding: 0 20px;
  }
}
/*--------------------------------------------------------------------------
   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: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -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%;
}

/* use
-----------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   c-btn
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.c-btn-entry {
  height: 64px;
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .c-btn-entry {
    font-size: 1.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-btn-entry {
    max-width: 350px;
    width: 100%;
    height: 55px;
    font-size: 1.8rem;
    letter-spacing: -0.05em;
  }
}
.c-btn-entry a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 60px 0 20px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #908268), color-stop(37%, #908268), to(#625d4b));
  background: linear-gradient(to bottom, #908268 0, #908268 37%, #625d4b 100%);
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .c-btn-entry a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 34px 0 0;
  }
}
.c-btn-entry a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  aspect-ratio: 1/1;
  background: url("../img/common/ico_arrow_brown.svg") no-repeat 50% 50%/cover;
}
@media only screen and (max-width: 767px) {
  .c-btn-entry a::before {
    right: 10px;
    width: 26px;
  }
}
.mode-pc .c-btn-entry a:hover, .mode-sp .c-btn-entry a:active {
  opacity: 0.8;
}

.c-btn-reserve {
  height: 64px;
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .c-btn-reserve {
    font-size: 1.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-btn-reserve {
    max-width: 350px;
    width: 100%;
    height: 55px;
    font-size: 1.8rem;
    letter-spacing: -0.05em;
  }
}
.c-btn-reserve a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 60px 0 20px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #60a1c1), color-stop(40%, #60a1c1), to(#237da9));
  background: linear-gradient(to bottom, #60a1c1 0, #60a1c1 40%, #237da9 100%);
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .c-btn-reserve a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 34px 0 0;
  }
}
.c-btn-reserve a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  aspect-ratio: 1/1;
  background: url("../img/common/ico_arrow_blue.svg") no-repeat 50% 50%/cover;
}
@media only screen and (max-width: 767px) {
  .c-btn-reserve a::before {
    right: 10px;
    width: 26px;
  }
}
.mode-pc .c-btn-reserve a:hover, .mode-sp .c-btn-reserve a:active {
  opacity: 0.8;
}

.c-btn-gradation {
  width: 180px;
  height: 50px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-btn-gradation {
    width: 100%;
    height: 40px;
    font-size: 14px;
  }
}
.c-btn-gradation a, .c-btn-gradation > span {
  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;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#67e154), color-stop(50%, #43cb5c), to(#32b46f));
  background: linear-gradient(to right, #67e154 0%, #43cb5c 50%, #32b46f 100%);
  -webkit-box-shadow: 7px 7px 15px rgba(54, 182, 114, 0.4);
          box-shadow: 7px 7px 15px rgba(54, 182, 114, 0.4);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mode-pc .c-btn-gradation a:hover, .mode-sp .c-btn-gradation a:active, .mode-pc .c-btn-gradation > span:hover, .mode-sp .c-btn-gradation > span:active {
  opacity: 0.8;
}

.c-btn-basic {
  display: inline-block;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-btn-basic {
    font-size: 14px;
  }
}
.c-btn-basic a, .c-btn-basic > span {
  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;
  padding: 17px 35px;
  border: 2px solid #00267F;
  border-radius: 60px;
  background-color: #fff;
  font-weight: 600;
  color: #00267F;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .c-btn-basic a, .c-btn-basic > span {
    padding: 16px 36px;
  }
}
.mode-pc .c-btn-basic a:hover, .mode-sp .c-btn-basic a:active, .mode-pc .c-btn-basic > span:hover, .mode-sp .c-btn-basic > span:active {
  background-color: #00267F;
  color: #fff;
}

.c-btn {
  position: relative;
  z-index: 0;
}
.c-btn a,
.c-btn span {
  width: 100%;
  height: 100%;
}
.c-btn--small {
  width: 284px;
  height: 52px;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .c-btn--small {
    width: 100%;
  }
}
.c-btn--middle {
  width: 372px;
  height: 52px;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .c-btn--middle {
    width: 100%;
    font-size: 16px;
  }
}
.c-btn--big {
  width: 312px;
  height: 76px;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .c-btn--big {
    width: 100%;
    height: 60px;
    font-size: 14px;
  }
}
.c-btn--mail span {
  position: relative;
  display: inline-block;
  padding-left: 30px;
}
.c-btn--mail span::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 16px;
  background: url("../../assets/img/common/ico_mail.svg") no-repeat 50% 50%/cover;
  content: "";
}
.c-btn--download span {
  position: relative;
  display: inline-block;
  padding: 0 10px 0 34px;
}
.c-btn--download span::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("../../assets/img/common/ico_save_white.svg") no-repeat 50% 50%/cover;
  content: "";
}

.c-btn-hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-btn-hover img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mode-pc .c-btn-hover:hover, .mode-sp .c-btn-hover:active {
  opacity: 0.8;
}
.mode-pc .c-btn-hover:hover img, .mode-sp .c-btn-hover:active img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

/* use
-----------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   form
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
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;
}
@media only screen and (max-width: 767px) {
  .c-input {
    height: 50px;
    padding: 5px 15px;
    font-size: 14px;
  }
}

.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;
}
@media only screen and (max-width: 767px) {
  .c-textarea {
    max-height: 200px;
    padding: 10px 12px;
    font-size: 14px;
  }
}

.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: #00267F;
  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;
}
@media only screen and (max-width: 767px) {
  .radio-list__item label span {
    padding-left: 25px;
  }
}
.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;
}
@media only screen and (max-width: 767px) {
  .radio-list__item label span::before {
    width: 18px;
    height: 18px;
  }
}
.radio-list__item label span::after {
  left: 4px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  background-color: #00267F;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .radio-list__item label span::after {
    width: 10px;
    height: 10px;
    margin-top: -5px;
  }
}
.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;
}
@media only screen and (max-width: 767px) {
  .c-checkbox + label {
    padding-left: 28px;
  }
}
.c-checkbox + label::before {
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #b7b7b7;
  background: #fff;
  content: "";
}
@media only screen and (max-width: 767px) {
  .c-checkbox + label::before {
    top: 0;
    width: 20px;
    height: 20px;
  }
}
.c-checkbox + label::after {
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  width: 8px;
  height: 16px;
  border-right: 3px solid #00267F;
  border-bottom: 3px solid #00267F;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .c-checkbox + label::after {
    top: 2px;
    left: 6px;
    width: 8px;
    height: 14px;
  }
}

.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;
}
@media only screen and (max-width: 767px) {
  .mwform-checkbox-field .c-checkbox + span {
    padding-left: 28px;
  }
}
.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: "";
}
@media only screen and (max-width: 767px) {
  .mwform-checkbox-field .c-checkbox + span::before {
    top: 0;
    width: 20px;
    height: 20px;
  }
}
.mwform-checkbox-field .c-checkbox + span::after {
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 8px;
  height: 14px;
  border-right: 3px solid #00267F;
  border-bottom: 3px solid #00267F;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .mwform-checkbox-field .c-checkbox + span::after {
    top: 2px;
    left: 6px;
    width: 8px;
    height: 14px;
  }
}
.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;
}
@media only screen and (max-width: 767px) {
  .c-select {
    height: 50px;
  }
}
.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;
}
@media only screen and (max-width: 767px) {
  .c-select::before {
    right: 14px;
  }
}
.c-select select {
  width: 100%;
  height: 70px;
  padding: 0 0 0 15px;
  font-size: 16px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .c-select select {
    height: 50px;
    padding-left: 10px;
    font-size: 14px;
  }
}

/* 幅 */
.ipt-w132 {
  width: 132px;
}
@media only screen and (max-width: 767px) {
  .ipt-w132 {
    width: 70px;
  }
}

.ipt-w220 {
  width: 220px;
}
@media only screen and (max-width: 767px) {
  .ipt-w220 {
    width: 100%;
  }
}

.ipt-w270 {
  width: 270px;
}
@media only screen and (max-width: 767px) {
  .ipt-w270 {
    width: 100%;
  }
}

.ipt-w320 {
  width: 320px;
}
@media only screen and (max-width: 767px) {
  .ipt-w320 {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .ipt-sp-w70 {
    width: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .ipt-sp-w100 {
    width: 150px;
  }
}

@media only screen and (max-width: 767px) {
  .ipt-sp-w150 {
    width: 150px;
  }
}

@media only screen and (max-width: 767px) {
  .ipt-sp-w200 {
    width: 200px;
  }
}

/* use
-----------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   m-action
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.m-action {
  position: relative;
  padding: 4vw 0;
}
@media only screen and (max-width: 767px) {
  .m-action {
    padding: 25px 0;
  }
}
.m-action__ttl {
  font-size: 4rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .m-action__ttl {
    font-size: 3rem;
  }
}
.m-action__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  .m-action__btns {
    -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;
  }
}
.m-action__btn {
  text-align: center;
  /*a {
    display: block;
    margin: 15px auto;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    font-size: 1.6rem;
    color: #fff !important;
    border: solid thin #0F8E88 !important;
    background-color: #39ACA8;
    transition: .3s;

    .mode-pc &:hover,
    .mode-sp &:active {
      opacity: .7;
    }
  }*/
}
@media only screen and (max-width: 767px) {
  .m-action__btn {
    width: 94%;
    margin: 0 auto;
  }
}
.m-action__btn:not(:first-of-type) {
  margin-left: 23px;
}
@media only screen and (max-width: 767px) {
  .m-action__btn:not(:first-of-type) {
    margin: 10px auto 0;
  }
}
.m-action__caption {
  margin-top: 20px;
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: -0.05rem;
}
@media only screen and (max-width: 767px) {
  .m-action__caption {
    font-size: 11px;
  }
}

/* use
-----------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   m-pagecaption
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.m-pagecaption {
  margin-top: 90px;
}
@media only screen and (max-width: 767px) {
  .m-pagecaption {
    margin-top: 40px;
  }
}
.m-pagecaption__item {
  margin-left: 1em;
  text-indent: -1em;
  font-size: 1.1rem;
  line-height: 1.5;
}
.m-pagecaption__txt {
  font-size: 1.1rem;
  line-height: 1.5;
}
/* use
-----------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   m-footfixnav
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.m-footfixnav {
  display: none;
}
@media only screen and (max-width: 767px) {
  .m-footfixnav {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    translate: 0 100%;
  }
  .m-footfixnav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    background-color: #fff;
  }
  .m-footfixnav__item {
    position: relative;
    width: 33.3333333333%; /*来場予約表示の場合25%*/
    height: 40px;
    font-size: 1rem;
    text-align: center;
  }
  .m-footfixnav__item:not(:first-of-type) {
    margin-left: 2px;
  }
  .m-footfixnav__item a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 4px;
    background: #ccc;
    color: #fff;
  }
  .m-footfixnav__item a::before {
    display: block;
    width: 100%;
    height: 20px;
    content: "";
    background: no-repeat center center;
  }
  .mode-sp .m-footfixnav__item a:active {
    opacity: 0.7;
  }
  .m-footfixnav__item img {
    max-width: 100%;
    height: auto;
  }
  .m-footfixnav__item--tel a {
    background: #231815;
  }
  .m-footfixnav__item--tel a::before {
    background-image: url(../img/common/ico_tel.svg);
    background-size: 10px auto;
  }
  .m-footfixnav__item--map a {
    background: #231815;
  }
  .m-footfixnav__item--map a::before {
    background-image: url(../img/common/ico_map.svg);
    background-size: 8px auto;
  }
  .m-footfixnav__item--request a {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #908268), color-stop(37%, #908268), to(#625d4b));
    background: linear-gradient(to bottom, #908268 0, #908268 37%, #625d4b 100%);
  }
  .m-footfixnav__item--request a::before {
    background-image: url(../img/common/ico_request.svg);
    background-size: 10px auto;
  }
  .m-footfixnav__item--reserve a {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #60a1c1), color-stop(40%, #60a1c1), to(#237da9));
    background: linear-gradient(to bottom, #60a1c1 0, #60a1c1 40%, #237da9 100%);
  }
  .m-footfixnav__item--reserve a::before {
    background-image: url(../img/common/ico_reserve.svg);
    background-size: 13px auto;
  }
}

.load-complete .m-footfixnav {
  translate: 0 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

/* use
-----------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   m-wave
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.m-wave {
  position: relative;
  width: 100%;
  height: 25vw; /* 波の高さ */
  overflow: hidden;
  z-index: 0;
  /* 各波に異なる速度を適用 */
}
@media only screen and (max-width: 767px) {
  .m-wave {
    height: 20vw; /* 波の高さ */
  }
}
.m-wave__wave {
  position: absolute;
  width: 120%;
  height: auto;
  top: 0;
  left: 0;
  -webkit-animation: wave-move 5s ease-out infinite;
          animation: wave-move 5s ease-out infinite;
}
.m-wave ._wave1 {
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.m-wave ._wave2 {
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.m-wave ._wave3 {
  -webkit-animation-duration: 4.5s;
          animation-duration: 4.5s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.m-wave ._wave4 {
  -webkit-animation-duration: 3.5s;
          animation-duration: 3.5s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@-webkit-keyframes wave-move {
  0% {
    -webkit-transform: rotateX(0deg) translateX(0);
            transform: rotateX(0deg) translateX(0);
  }
  50% {
    -webkit-transform: rotateX(180deg) translateX(-10%);
            transform: rotateX(180deg) translateX(-10%);
  }
  100% {
    -webkit-transform: rotateX(0deg) translateX(0);
            transform: rotateX(0deg) translateX(0);
  }
}
@keyframes wave-move {
  0% {
    -webkit-transform: rotateX(0deg) translateX(0);
            transform: rotateX(0deg) translateX(0);
  }
  50% {
    -webkit-transform: rotateX(180deg) translateX(-10%);
            transform: rotateX(180deg) translateX(-10%);
  }
  100% {
    -webkit-transform: rotateX(0deg) translateX(0);
            transform: rotateX(0deg) translateX(0);
  }
}

/* use
-----------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   m-page-mv
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.m-page-mv {
  position: relative;
}
.m-page-mv__img {
  position: relative;
  aspect-ratio: 1920/706;
}
@media only screen and (max-width: 767px) {
  .m-page-mv__img {
    aspect-ratio: inherit;
  }
}
.m-page-mv__img::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(35, 24, 21, 0.5);
}
.m-page-mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.m-page-mv__img figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  padding: 0 5px;
  background: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  color: #fff;
}
.m-page-mv__copy {
  padding: 5vw 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .m-page-mv__copy {
    padding: 50px 0;
  }
}
.m-page-mv__ttl-ja {
  display: block;
  font-size: 3.2rem;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .m-page-mv__ttl-ja {
    font-size: 2.4rem;
  }
}
.m-page-mv__ttl-en {
  display: block;
  margin-top: 12px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .m-page-mv__ttl-en {
    margin-top: 5px;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}
.m-page-mv__txt {
  margin-top: 5vw;
  font-size: 3.6rem;
}
@media only screen and (max-width: 767px) {
  .m-page-mv__txt {
    margin-top: 40px;
    font-size: 2rem;
  }
}

/* use
-----------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   m-page-ttl
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.m-page-ttl {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
  font-size: 3.2rem;
  letter-spacing: 0.3rem;
  text-align: center;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .m-page-ttl {
    margin-bottom: 25px;
    font-size: 2.4rem;
  }
}
.m-page-ttl span {
  display: block;
  margin-top: 12px;
  font-size: 1.3rem;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .m-page-ttl span {
    margin-top: 8px;
    font-size: 1.2rem;
  }
}

/* use
-----------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   m-action
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.m-bnr {
  position: relative;
  z-index: 0;
  margin-top: 5.9vw;
}
@media only screen and (max-width: 767px) {
  .m-bnr {
    margin-top: 20px;
  }
}
.m-bnr__caption {
  margin-bottom: 20px;
  font-size: 1.6rem;
  text-align: center;
  margin-top: 8px;
}
@media only screen and (max-width: 767px) {
  .m-bnr__caption {
    margin-bottom: 15px;
    font-size: 1.2rem;
  }
}
.m-bnr__item {
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
}
.m-bnr__item img {
  width: 100%;
  height: auto;
}
.m-bnr__item a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-bnr__item a:hover {
  opacity: 0.8;
}

/*--------------------------------------------------------------------------
   cf
---------------------------------------------------------------------------*/
.cf {
  *zoom: 1;
}
.cf:after {
  content: "";
  display: table;
  clear: both;
}

/* use
-----------------------------------------------------------------*/
/**
 *
 *  LOADER
 *
 */
/* use
-----------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   loader
---------------------------------------------------------------------------*/
#Loader {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(255, 255, 255);
  z-index: 9999999;
}

#Loader .progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 0px;
  height: 5px;
  background: #00267F;
}

#Loader .base {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 320px;
  height: 189px;
  background-image: url(../img/common/logo_loader.svg);
  background-size: contain;
  background-position: 50% 50%;
  opacity: 0;
  z-index: 9;
}
@media only screen and (max-width: 767px) {
  #Loader .base {
    width: 224px;
    height: 132px;
  }
}

.page-index #Loader {
  display: block;
}

/* trans
-------------------------------------------*/
/* anima
-------------------------------------------*/
.load-complete .g-main {
  opacity: 1;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.is-loading .page-index #Loader .base {
  opacity: 1;
  -webkit-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
}

.is-loaded .page-index #Loader .base {
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  opacity: 0;
}

.load-complete .page-index #Loader {
  opacity: 0;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

/* use
-----------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   SHOW / HIDE
---------------------------------------------------------------------------*/
/*
 show / hide
 -- レスポンシブ用 表示/非表示
*/
.mi-pc {
  display: block;
}

img.mi-pc {
  display: inline;
}

.mi-sp {
  display: none;
}

/* media query -> sp
========================================*/
@media only screen and (max-width: 767px) {
  .mi-pc,
  img.mi-pc {
    display: none;
  }
  .mi-sp {
    display: block;
  }
  img.mi-sp {
    display: inline;
  }
}
/*--------------------------------------------------------------------------
   TEXT
---------------------------------------------------------------------------*/
/*
 note
 -- 改行時、一文字目に余白を持たせる
*/
.mi-note,
.mi-list-note li {
  padding-left: 1em;
  text-indent: -1em;
}

/*--------------------------------------------------------------------------
   IMAGE
---------------------------------------------------------------------------*/
/*
 max
 -- 横幅に合わせて画像を最大化
*/
.mi-img-max {
  width: 100%;
  height: auto;
}

/* use
-----------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   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;
}

/* use
-----------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   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;
}

/* use
-----------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   .g-header
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.l-page__header {
  overflow: hidden;
}
.g-header {
  position: absolute;
  top: 0;
  width: 100%;
  height: 160px;
  letter-spacing: 0.1rem;
  background: rgb(255, 255, 255);
  border-bottom: 1px solid #727171;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
  z-index: 9999;
}
@media screen and (max-width: 1100px) {
  .g-header {
    height: 50px;
    border-bottom: 0;
  }
}
.g-header a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.g-header__inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.g-header__logo {
  padding: 21px 0 0 23px;
  line-height: 1;
}
@media screen and (max-width: 1100px) {
  .g-header__logo {
    padding: 0 0 0 15px;
    height: 50px;
  }
}
.g-header__logo a {
  display: inline-block;
  height: 100%;
}
@media screen and (max-width: 1100px) {
  .g-header__logo a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.mode-pc .g-header__logo a:hover, .mode-sp .g-header__logo a:active {
  opacity: 0.7;
}
.g-header__logo img {
  max-width: 100%;
  width: 600px;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .g-header__logo img {
    width: 520px;
  }
}
@media screen and (max-width: 1100px) {
  .g-header__logo img {
    width: 260px;
  }
}
.g-header__action {
  width: 70%;
  max-width: 680px;
}
@media screen and (max-width: 1100px) {
  .g-header__action {
    display: none;
  }
}
.g-header__actionnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 10px 20px 0 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.g-header__actionnav li {
  position: relative;
}
.g-header__actionnav.mi-sp {
  display: none;
}
.g-header__outline {
  margin-right: 40px;
  font-size: 1.2rem;
}
@media screen and (max-width: 1330px) {
  .g-header__outline {
    margin-right: 0px;
  }
}
.g-header__outline a {
  display: block;
  padding-right: 16px;
  background: url(../img/common/header_ico_outline.svg) 100% 50% no-repeat;
  background-size: 5px 16px;
  line-height: 1;
}
.g-header__btn {
  width: 180px;
  height: 60px;
  background-color: #ececec;
}
.g-header__btn a {
  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;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.4;
}
.mode-pc .g-header__btn a:hover, .mode-sp .g-header__btn a:active {
  opacity: 0.7;
}
.g-header__btn span {
  display: inline-block;
}
.g-header__btn--request {
  margin-left: 20px;
}
.g-header__btn--request a {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #908268), color-stop(37%, #908268), to(#625d4b));
  background: linear-gradient(to bottom, #908268 0, #908268 37%, #625d4b 100%);
}
.g-header__btn--reserve {
  margin-left: 10px;
}
.g-header__btn--reserve a {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #60a1c1), color-stop(40%, #60a1c1), to(#237da9));
  background: linear-gradient(to bottom, #60a1c1 0, #60a1c1 40%, #237da9 100%);
}
.g-header__btn--site {
  margin-left: 10px;
}
.g-header__spheader {
  display: none;
}
@media screen and (max-width: 1100px) {
  .g-header__spheader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #f5f4f3;
    z-index: 999;
  }
}
@media screen and (max-width: 1100px) {
  .g-header__spname {
    padding-left: 20px;
  }
}
.g-header__menubtn {
  display: none;
}
@media screen and (max-width: 1100px) {
  .g-header__menubtn {
    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;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 70px;
    height: 50px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 99999;
    text-align: center;
  }
}
.mode-pc .g-header__menubtn:hover .lines, .mode-sp .g-header__menubtn:active .lines {
  opacity: 0.7;
}
.g-header__menubtn-lines {
  position: relative;
  /*position: absolute;
  top: 15px;
  left: 19px;*/
  margin: 0;
  padding: 0;
  width: 30px;
  height: 15px;
  font-size: 0;
  -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: 2px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #000;
}
.g-header__menubtn-lines span:nth-of-type(1) {
  top: 2px;
  -webkit-animation: menu-bar01 0.75s forwards;
          animation: menu-bar01 0.75s forwards;
}
.g-header__menubtn-lines span:nth-of-type(2) {
  top: 50%;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  opacity: 1;
}
.g-header__menubtn-lines span:nth-of-type(3) {
  bottom: 0;
  -webkit-animation: menu-bar02 0.75s forwards;
          animation: menu-bar02 0.75s forwards;
}
@media screen and (max-width: 1100px) {
  .g-header__spnav {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: calc(100vh - 50px);
    overflow: hidden;
    pointer-events: none;
  }
}
.g-header__gnavwrap {
  margin: 49px auto 0;
  padding-inline: 5vw;
  -webkit-transition: margin 0.3s;
  transition: margin 0.3s;
}
@media screen and (max-width: 1300px) {
  .g-header__gnavwrap {
    padding-inline: 0;
  }
}
@media screen and (max-width: 1100px) {
  .g-header__gnavwrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    margin: 0;
    background-color: #e8e6e5;
    height: 100%;
    overflow: hidden;
    translate: 100% 0;
  }
}
.g-header__gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
}
@media screen and (max-width: 1100px) {
  .g-header__gnav {
    display: block;
    height: 100%;
    overflow: auto;
    padding: 0;
  }
}
.g-header__gnavitem {
  position: relative;
  width: 100%;
}
.g-header__gnavitem::before {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 1px;
  height: 20px;
  background: #727171;
}
@media screen and (max-width: 1100px) {
  .g-header__gnavitem::before {
    content: none;
  }
}
.g-header__gnavitem:first-of-type::after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 1px;
  height: 20px;
  background: #727171;
}
@media screen and (max-width: 1100px) {
  .g-header__gnavitem:first-of-type::after {
    content: none;
  }
}
.g-header__gnavitem a, .g-header__gnavitem > span {
  position: relative;
  display: block;
  padding: 0 10px 10px;
  color: #3F332C;
  line-height: 1;
  letter-spacing: -0.01rem;
  text-align: center;
  word-break: keep-all;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1100px) {
  .g-header__gnavitem a, .g-header__gnavitem > span {
    padding: 4% 0 4% 35px;
    border-bottom: 1px solid #ccc;
    text-align: left;
  }
  .g-header__gnavitem a::before, .g-header__gnavitem > span::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 50px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 9px;
    height: 10px;
    background: url(../img/common/ico_arrow_spnav.svg);
  }
}
.g-header__gnavitem a::after, .g-header__gnavitem > span::after {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  scale: 0 1;
  background: #00267F;
  position: absolute;
  left: 50%;
  translate: -50% 0;
  bottom: 0;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1100px) {
  .g-header__gnavitem a::after, .g-header__gnavitem > span::after {
    content: none;
  }
}
.g-header__gnavitem a .new, .g-header__gnavitem > span .new {
  display: inline-block;
  padding: 1px 8px 2px;
  color: #b33c3c;
  font-size: 1rem;
  text-align: center;
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 1100px) {
  .g-header__gnavitem a .new, .g-header__gnavitem > span .new {
    padding: 0;
    top: 50%;
    left: auto;
    right: 75px;
  }
}
.g-header__gnavitem a._pre, .g-header__gnavitem > span._pre {
  pointer-events: none;
  opacity: 0.4;
}
.g-header__gnavitem a:hover::after {
  scale: 1 1;
}
.g-header__gnavitem > span .ja {
  opacity: 0.3;
}
@media screen and (max-width: 1100px) {
  .g-header__gnavitem > span::before {
    opacity: 0.3;
  }
}
.g-header__gnavitem .ja {
  display: inline-block;
  position: relative;
  font-size: 1.4rem;
}
.g-header__gnavitem .en {
  display: block;
  margin-top: 5px;
  font-size: 0.9rem;
  color: #727171;
}
@media screen and (max-width: 1100px) {
  .g-header__gnavitem .en {
    display: none;
  }
}

.is-menuanim .g-header__gnavwrap {
  -webkit-transition: translate 0.3s;
  transition: translate 0.3s;
}

.g-header.is-fixed {
  position: fixed;
}

.g-header.is-scroll {
  height: 140px;
}
@media screen and (max-width: 1100px) {
  .g-header.is-scroll {
    height: 50px;
  }
}
.g-header.is-scroll .g-header__actionnav {
  padding-top: 10px;
}
.g-header.is-scroll .g-header__gnavwrap {
  margin-top: 30px;
}
@media screen and (max-width: 1100px) {
  .g-header.is-scroll .g-header__gnavwrap {
    margin-top: 0px;
  }
}

/*menu open*/
.is-menuopen .g-header__spheader {
  background-color: #727171;
}
.is-menuopen .g-header__spname {
  color: #fff;
}
.is-menuopen .g-header__menubtn-lines span:nth-of-type(1) {
  -webkit-transform: translateY(5px) rotate(-45deg);
          transform: translateY(5px) rotate(-45deg);
}
.is-menuopen .g-header__menubtn-lines span:nth-of-type(2) {
  opacity: 0;
}
.is-menuopen .g-header__menubtn-lines span:nth-of-type(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
}
.is-menuopen .g-header__gnavwrap {
  translate: 0% 0;
}
.is-menuopen .g-header__spnav {
  pointer-events: all;
}

/**/
.page-top .g-header__gnavitem--top > a::after,
.page-cieliagarden .g-header__gnavitem--cieliagarden > a::after,
.page-access .g-header__gnavitem--access > a::after,
.page-location .g-header__gnavitem--location > a::after,
.page-map .g-header__gnavitem--map > a::after,
.page-eco .g-header__gnavitem--eco > a::after,
.page-plan .g-header__gnavitem--plan > a::after,
.page-design .g-header__gnavitem--design > a::after {
  scale: 1 1;
}
@media screen and (max-width: 1100px) {
  .page-top .g-header__gnavitem--top > a::after,
  .page-cieliagarden .g-header__gnavitem--cieliagarden > a::after,
  .page-access .g-header__gnavitem--access > a::after,
  .page-location .g-header__gnavitem--location > a::after,
  .page-map .g-header__gnavitem--map > a::after,
  .page-eco .g-header__gnavitem--eco > a::after,
  .page-plan .g-header__gnavitem--plan > a::after,
  .page-design .g-header__gnavitem--design > a::after {
    content: none;
  }
}

/* use
-----------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   .g-footer
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.g-footer {
  margin-top: 60px;
  padding-bottom: 55px;
}
.g-footer__inquiry {
  position: relative;
  padding: 35px 0 25px;
  background-color: #60a1c1;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .g-footer__inquiry {
    padding: 30px 0;
  }
}
.g-footer__inquiry-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .g-footer__inquiry-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.g-footer__inquiry-txt {
  margin-right: 10px;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .g-footer__inquiry-txt {
    margin-bottom: 10px;
    font-size: 1.5rem;
  }
}
.g-footer__inquiry-tel {
  max-width: 466px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .g-footer__inquiry-tel {
    max-width: none;
    width: 304px;
  }
}
.g-footer__inquiry-tel img {
  max-width: 100%;
  height: auto;
}
.g-footer__inquiry-tel a {
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .g-footer__inquiry-tel a {
    pointer-events: all;
  }
}
.g-footer__inquiry-time {
  margin-top: 4px;
  font-size: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .g-footer__inquiry-time {
    margin-top: 10px;
    font-size: 1.2rem;
  }
}
.g-footer__inquiry-info {
  padding: 20px 0;
  width: 680px;
  border: 1px solid rgba(255, 255, 255, 0.7254901961);
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .g-footer__inquiry-info {
    font-size: 1.2rem;
    max-width: 100%;
  }
}
.g-footer__fnav {
  padding-bottom: 25px;
  background-color: #7e8387;
}
.g-footer__fnav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 22px 0;
  background-color: #fff;
}
@media screen and (max-width: 900px) {
  .g-footer__fnav-list {
    display: block;
    padding: 0;
    background-color: #e8e6e5;
  }
}
.g-footer__fnav-item {
  position: relative;
}
@media screen and (max-width: 900px) {
  .g-footer__fnav-item {
    border-bottom: 1px solid #ccc;
  }
}
.g-footer__fnav-item:not(:first-of-type)::before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: #727171;
}
@media screen and (max-width: 900px) {
  .g-footer__fnav-item:not(:first-of-type)::before {
    content: none;
  }
}
.g-footer__fnav-item a,
.g-footer__fnav-item span {
  display: block;
  padding: 0 15px;
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .g-footer__fnav-item a,
  .g-footer__fnav-item span {
    padding: 0 8px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 900px) {
  .g-footer__fnav-item a,
  .g-footer__fnav-item span {
    padding: 15px 0 15px 10%;
    font-size: 1.4rem;
    text-align: left;
  }
  .g-footer__fnav-item a::before,
  .g-footer__fnav-item span::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 9px;
    height: 10px;
    background: url(../img/common/ico_arrow_spnav.svg);
  }
}
.g-footer__fnav-item a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.mode-pc .g-footer__fnav-item a:hover, .mode-sp .g-footer__fnav-item a:active {
  opacity: 0.6;
}
.g-footer__fnav-item span {
  opacity: 0.3;
}
.g-footer__bottom {
  padding-top: 50px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .g-footer__bottom {
    padding-top: 30px;
  }
}
.g-footer__dev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  .g-footer__dev {
    -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;
  }
}
.g-footer__dev-item {
  width: 280px;
  margin: 0 20px;
}
@media only screen and (max-width: 767px) {
  .g-footer__dev-item {
    width: 225px;
    margin: 20px 0 0;
  }
}
.g-footer__dev-item a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.mode-pc .g-footer__dev-item a a:hover, .mode-sp .g-footer__dev-item a a:active {
  opacity: 0.6;
}
.g-footer__dev-item img {
  width: 100%;
  height: auto;
}
.g-footer__official {
  margin-top: 40px;
  font-size: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .g-footer__official {
    margin-top: 30px;
    font-size: 1.2rem;
  }
}
.g-footer__copyright {
  margin-top: 10px;
  font-size: 1.2rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .g-footer__copyright {
    margin: 20px 10px 0;
    font-size: 1.2rem;
  }
}
.g-footer__pagetop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.2;
  z-index: 999;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(200%);
          transform: translateY(200%);
}
@media only screen and (max-width: 767px) {
  .g-footer__pagetop {
    bottom: 50px;
    font-size: 1.2rem;
  }
}
.g-footer__pagetop.is-show {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.g-footer__pagetop a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: block;
  width: 64px;
  height: 64px;
  padding-top: 25px;
  color: #fff;
  background: #163273;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media only screen and (max-width: 767px) {
  .g-footer__pagetop a {
    width: 60px;
    height: 60px;
    padding-top: 24px;
  }
}
.g-footer__pagetop a::before {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 8px;
  background: url(../img/common/ico_arrow_pagetop.svg) no-repeat center center/contain;
}
@media only screen and (max-width: 767px) {
  .g-footer__pagetop a::before {
    top: 10px;
    height: 6px;
  }
}
.mode-pc .g-footer__pagetop a:hover, .mode-sp .g-footer__pagetop a:active {
  opacity: 0.7;
}

/* use
-----------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   .g-main
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.g-main {
  padding-top: 160px;
  opacity: 0;
}
@media screen and (max-width: 1100px) {
  .g-main {
    padding-top: 50px;
  }
}
.page-index .g-main {
  opacity: 1;
}
/*# sourceMappingURL=base.css.map */