@charset "UTF-8";
@font-face {
  font-family: 'Hannari';
  src: url("Hannari.otf") format("opentype");
}

@media screen and (min-width: 768px) {
  .br-sp {
    display: none;
  }
}

/*! sanitize.css v3.2.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/*
 * Normalization
 */
audio:not([controls]) {
  display: none;
  /* Chrome 44-, iOS 8+, Safari 9+ */
}

button {
  -webkit-appearance: button;
  /* iOS 8+ */
  overflow: visible;
  /* Internet Explorer 11- */
}

details {
  display: block;
  /* Edge 12+, Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  /* Edge 12+, Internet Explorer 11- */
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

input {
  -webkit-border-radius: 0;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* iOS 8+ */
}

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

input[type="search"] {
  -webkit-appearance: textfield;
  /* Chrome 45+, Safari 9+ */
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Chrome 45+, Safari 9+ */
}

main {
  display: block;
  /* Android 4.3-, Internet Explorer 11-, Windows Phone 8.1+ */
}

pre {
  overflow: auto;
  /* Internet Explorer 11- */
}

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

small {
  font-size: 75%;
  /* All browsers */
}

summary {
  display: block;
  /* Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

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

template {
  display: none;
  /* Android 4.3-, Internet Explorer 11-, iOS 7-, Safari 7-, Windows Phone 8.1+ */
}

textarea {
  overflow: auto;
  /* Edge 12+, Internet Explorer 11- */
}

[hidden] {
  display: none;
  /* Internet Explorer 10- */
}

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

* {
  font-size: inherit;
  line-height: inherit;
}

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

/*
 * Opinionated defaults
 */
/* specify the border style and width of all elements */
*,
:before,
:after {
  border-style: solid;
  border-width: 0;
}

/* specify the core styles of all elements */
* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

/* specify the root styles of the document */
:root {
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000000;
  cursor: default;
  font: 100%/1.5 sans-serif;
}

/* specify the text decoration of anchors */
a {
  text-decoration: none;
}

/* specify the alignment of media elements */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/* specify the background color of form elements */
button,
input,
select,
textarea {
  background-color: transparent;
}

/* specify the inherited color and font of form elements */
button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

/* specify the minimum height of form elements */
button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  min-height: 1.5em;
}

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

/* specify the list style of nav lists */
nav ol,
nav ul {
  list-style: none;
}

/* specify the standard appearance of selects */
select {
  -moz-appearance: none;
  /* Firefox 40+ */
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
  /* Edge 12+, Internet Explorer 11- */
}

select::-ms-value {
  color: currentColor;
  /* Edge 12+, Internet Explorer 11- */
}

/* specify the border styling of tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* specify the resizability of textareas */
textarea {
  resize: vertical;
}

/* specify the background color, font color, and drop shadow of text selections */
::-moz-selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #ffffff;
  text-shadow: none;
}

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

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

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

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

/* specify the style of visually hidden yet accessible elements */
[hidden][aria-hidden="false"] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden="false"]:focus {
  clip: auto;
}

/* remove delay from tapping on clickable elements */
a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
:root, html, body {
  background-color: #fff;
  width: 100%;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

li {
  list-style-type: none;
}

a {
  color: #332F2F;
}

a:hover {
  text-decoration: none;
  color: #878378;
}

.mv_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #EFE7DA;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .mv_wrapper {
    position: relative;
    padding: 0px;
    display: block;
  }
}

.pc-logo {
  width: 180px;
}

@media only screen and (max-width: 768px) {
  .pc-logo {
    max-width: 53%;
    margin: 2%;
  }
}

@media only screen and (max-width: 768px) {
  .sp__wap {
    max-width: 43%;
  }
}

.topwave-underlayer {
  background-image: url(../images/top/topwave-underlayer.png);
  height: 21vh;
  background-repeat: repeat-x;
  background-color: #F7F6F4;
}

@media only screen and (max-width: 768px) {
  .topwave-underlayer {
    background-image: url(../images/top/sp-topwave-underlayer.png);
    max-width: 100%;
    padding: 5px 10px;
    position: relative;
    height: 11vh;
  }
}

@media only screen and (max-width: 768px) {
  .underlayer-logo {
    max-width: 27%;
    margin: 1%;
  }
}

.gallery {
  background-color: #F7F6F4;
}

.gallery__title {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 30px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .gallery__title {
    font-size: 23px;
  }
}

.gallery__title::after {
  content: "";
  display: block;
  margin: 30px auto;
  width: 1px;
  height: 28px;
  background-color: #707070;
}

.gallery__inner {
  max-width: 980px;
  padding: 0 10px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .gallery__inner {
    padding: 72px 20px 40px;
  }
}

.gallery__wrapper {
  margin-top: 165px;
}

@media only screen and (max-width: 768px) {
  .gallery__wrapper {
    margin-top: 60px;
  }
}

.gallery__item {
  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: 768px) {
  .gallery__item {
    display: block;
  }
}

.gallery__item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.gallery__item:nth-of-type(n+2) {
  margin-top: 220px;
}

@media only screen and (max-width: 768px) {
  .gallery__item:nth-of-type(n+2) {
    margin-top: 150px;
  }
}

.gallery__wrap {
  position: relative;
}

@media only screen and (max-width: 768px) {
  .gallery__wrap {
    width: 100%;
  }
}

.gallery__wrap:nth-of-type(even) {
  margin-left: 10px;
}

.gallery__name {
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "Noto Serif JP", serif;
  letter-spacing: 0.7em;
  font-size: 28px;
  font-weight: 600;
  position: absolute;
  top: -31%;
  left: 10%;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .gallery__name {
    font-size: 23px;
    top: -4%;
    left: 23%;
    letter-spacing: 0.6em;
  }
}

@media screen and (max-width: 450px) {
  .gallery__name {
    left: 9%;
    top: -7%;
  }
}

.gallery__img {
  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;
  height: 56%;
}

@media only screen and (max-width: 768px) {
  .gallery__img {
    margin: 0 auto;
    width: 100%;
  }
}

.gallery__img:nth-of-type(even) {
  margin-left: 40%;
}

.gallery__img:hover {
  opacity: 0.6;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.gallery__text-wrapper {
  font-family: "Hannari";
  font-size: 14px;
  font-weight: 200;
  position: relative;
  margin-top: 45px;
  line-height: 2.5;
  letter-spacing: 0.09em;
  color: #5C5656;
  margin-left: 5%;
}

@media only screen and (max-width: 768px) {
  .gallery__text-wrapper {
    text-align: center;
    margin-left: 0%;
    margin-top: 7%;
  }
}

@media screen and (max-width: 450px) {
  .gallery__text-wrapper {
    font-size: 11.5px;
  }
}

.gallery__right {
  background-image: url("../images/top/right.png");
  background-repeat: no-repeat;
  height: 7vh;
  background-position: right;
  margin-top: 5%;
}

.gallery__left {
  background-image: url("../images/top/pc-left.png");
  background-repeat: no-repeat;
  height: 7vh;
  background-position: left;
  margin-top: 5%;
}

.gallery__docorigth {
  text-align: left;
}

.gallery__name-light {
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "Noto Serif JP", serif;
  letter-spacing: 0.7em;
  font-size: 28px;
  font-weight: 600;
  position: absolute;
  z-index: 1;
  top: -32%;
  right: 7%;
}

@media only screen and (max-width: 768px) {
  .gallery__name-light {
    font-size: 23px;
    right: 22%;
    top: 7%;
    letter-spacing: 0.6em;
  }
}

@media screen and (max-width: 450px) {
  .gallery__name-light {
    top: 0%;
    right: 9%;
  }
}

.gallery__img-light {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: -33%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 768px) {
  .gallery__img-light {
    margin: 0 auto;
    width: 100%;
  }
}

.gallery__img-light:hover {
  opacity: 0.6;
}

.gallery__text-wrapper-light {
  font-family: "Hannari";
  font-size: 14px;
  font-weight: 200;
  position: relative;
  margin-top: 45px;
  margin-right: 5%;
  line-height: 2.5;
  letter-spacing: 0.09em;
  color: #332F2F;
}

@media only screen and (max-width: 768px) {
  .gallery__text-wrapper-light {
    text-align: center;
    margin-top: 7%;
    margin-right: 0%;
  }
}

@media screen and (max-width: 450px) {
  .gallery__text-wrapper-light {
    font-size: 11.5px;
  }
}

.gallery__imgwith {
  max-width: 450px;
}

@media only screen and (max-width: 768px) {
  .gallery__imgwith {
    width: 50vh;
  }
}

@media screen and (max-width: 450px) {
  .gallery__imgwith {
    width: 100%;
  }
}

/*　ハンバーガーボタン-pctop*/
.hamburger {
  display: block;
  position: fixed;
  z-index: 3;
  left: 2%;
  top: 61%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  text-align: center;
  border: 1px solid #A68B64;
  border-radius: 50%;
}

@media only screen and (max-width: 768px) {
  .hamburger {
    top: 3%;
    left: 87%;
    width: 34px;
    height: 34px;
  }
}

.hamburger span {
  display: block;
  position: absolute;
  width: 19px;
  height: 2px;
  left: 0px;
  right: 0;
  margin: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 19px;
  width: 19px;
  background-color: #A68B64;
}

@media only screen and (max-width: 768px) {
  .hamburger span:nth-child(1) {
    top: 11px;
    width: 15px;
  }
}

.hamburger span:nth-child(2) {
  top: 24px;
  width: 19px;
  background-color: #A68B64;
}

@media only screen and (max-width: 768px) {
  .hamburger span:nth-child(2) {
    top: 17px;
    width: 15px;
  }
}

.hamburger span:nth-child(3) {
  top: 29px;
  width: 14px;
  background-color: #A68B64;
  margin-left: 15px;
}

@media only screen and (max-width: 768px) {
  .hamburger span:nth-child(3) {
    top: 23px;
    width: 11px;
    margin-left: 25%;
  }
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 18px;
  left: 0px;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
  width: 23px;
}

@media only screen and (max-width: 768px) {
  .hamburger.active span:nth-child(1) {
    top: 10px;
  }
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  top: 30px;
  left: -4px;
  width: 23px;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
}

@media only screen and (max-width: 768px) {
  .hamburger.active span:nth-child(3) {
    top: 22px;
  }
}

nav.globalMenu {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  color: #332F2F;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "Noto Serif JP", serif;
  background: #DEE2D0;
  -webkit-transform: translateX(-1000vh);
          transform: translateX(-1000vh);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  width: 40%;
  height: 100vh;
}

@media only screen and (max-width: 768px) {
  nav.globalMenu {
    width: 100%;
    padding: 10px;
  }
}

nav.globalMenu ul {
  background: #DEE2D0;
  margin: 0 auto;
  padding: 5%;
  width: 100%;
  text-align: center;
}

nav.globalMenu ul a:hover {
  color: #A8A0A0;
}

@media screen and (max-width: 450px) {
  nav.globalMenu ul a {
    font-size: 14px;
  }
}

nav.globalMenu ul li {
  list-style-type: none;
  padding-bottom: 2%;
  width: 100%;
}

nav.globalMenu ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

nav.globalMenu ul li a {
  display: block;
  color: #332F2F;
  padding: 1em 0;
  text-decoration: none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenu.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.underlayerham {
  display: block;
  position: fixed;
  z-index: 3;
  left: 94%;
  top: 3%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  text-align: center;
  border: 1px solid #A68B64;
  border-radius: 50%;
}

@media only screen and (max-width: 768px) {
  .underlayerham {
    top: 3%;
    left: 87%;
    width: 34px;
    height: 34px;
  }
}

.underlayerham span {
  display: block;
  position: absolute;
  width: 19px;
  height: 2px;
  left: 0px;
  right: 0;
  margin: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.underlayerham span:nth-child(1) {
  top: 19px;
  width: 19px;
  background-color: #A68B64;
}

@media only screen and (max-width: 768px) {
  .underlayerham span:nth-child(1) {
    top: 11px;
    width: 15px;
  }
}

.underlayerham span:nth-child(2) {
  top: 24px;
  width: 19px;
  background-color: #A68B64;
}

@media only screen and (max-width: 768px) {
  .underlayerham span:nth-child(2) {
    top: 17px;
    width: 15px;
  }
}

.underlayerham span:nth-child(3) {
  top: 29px;
  width: 14px;
  background-color: #A68B64;
  margin-left: 15px;
}

@media only screen and (max-width: 768px) {
  .underlayerham span:nth-child(3) {
    top: 23px;
    width: 11px;
    margin-left: 25%;
  }
}

/* ナビ開いてる時のボタン */
.underlayerham.active span:nth-child(1) {
  top: 18px;
  left: 0px;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
  width: 23px;
}

.underlayerham.active span:nth-child(2) {
  opacity: 0;
}

.underlayerham.active span:nth-child(3) {
  top: 30px;
  left: -4px;
  width: 23px;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenu.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.greeting {
  background-color: #EFE7DA;
}

.greeting__inner {
  max-width: 970px;
  padding-top: 100px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .greeting__inner {
    padding: 15px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.greeting__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 32px auto 0;
}

@media only screen and (max-width: 768px) {
  .greeting__wrapper {
    display: block;
  }
}

.greeting__img {
  width: 60%;
}

@media only screen and (max-width: 768px) {
  .greeting__img {
    margin: 0 auto;
    width: 80%;
  }
}

@media only screen and (max-width: 768px) {
  .greeting__pc {
    width: 100%;
  }
}

.greeting__text-wrapper {
  width: 40%;
  font-family: "Hannari";
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2.14;
  letter-spacing: 0.03em;
  font-weight: 100;
}

@media only screen and (max-width: 768px) {
  .greeting__text-wrapper {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 450px) {
  .greeting__text-wrapper {
    font-size: 11.5px;
  }
}

.greeting__text {
  margin-top: 30px;
}

.page-title {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 27px;
  text-align: center;
  color: #332F2F;
}

@media only screen and (max-width: 768px) {
  .page-title {
    font-size: 23px;
    padding-top: 30px;
  }
}

.name__wrapper {
  text-align: right;
  margin-top: 80px;
}

@media only screen and (max-width: 768px) {
  .name__wrapper {
    margin-top: 20px;
  }
}

.name__wrapper span {
  font-size: 13px;
  letter-spacing: 0.12em;
}

@media only screen and (max-width: 768px) {
  .name__wrapper span {
    font-size: 12px;
  }
}

.name__wrapper__name {
  font-size: 17px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "Noto Serif JP", serif;
}

@media only screen and (max-width: 768px) {
  .name__wrapper__name {
    font-size: 15px;
    font-weight: bold;
  }
}

.top-bgi {
  background-image: url("../images/top/newwavetop.png");
  background-color: #F7F6F4;
  height: 27vh;
  background-repeat: repeat-x;
}

@media only screen and (max-width: 768px) {
  .top-bgi {
    background-image: url("../images/top/sp-topwave.png");
    height: 9vh;
  }
}

.contact {
  max-width: 900px;
  margin: 0 auto;
}

.contact__title {
  text-align: center;
  margin-top: 93px;
  font-size: 23px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "Noto Serif JP", serif;
  color: #332F2F;
}

@media only screen and (max-width: 768px) {
  .contact__title {
    margin-top: 55px;
    font-size: 15px;
  }
}

.contact p {
  text-align: center;
  font-size: 18px;
  font-family: "Hannari";
  font-weight: 100;
  margin-top: 30px;
  color: #332F2F;
}

@media only screen and (max-width: 768px) {
  .contact p {
    font-size: 12px;
  }
}

.contact__wrap {
  text-align: center;
  margin: 30px auto 0;
}

.footer {
  margin-top: 68px;
}

@media only screen and (max-width: 768px) {
  .footer {
    margin-top: 0;
  }
}

.footer__inner {
  padding: 0 5%;
  margin: 0 auto;
  background-color: #EFE7DA;
  position: relative;
  top: -1px;
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Hannari";
  font-size: 13px;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-top: 100px;
}

@media only screen and (max-width: 768px) {
  .footer__nav {
    display: block;
    text-align: center;
    margin-top: 25px;
  }
}

@media only screen and (max-width: 768px) {
  .footer__item {
    margin-bottom: 16px;
  }
}

.footer__copyright {
  text-align: center;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "Noto Serif JP", serif;
  margin-top: 85px;
  padding-bottom: 10px;
  letter-spacing: 0.07em;
}

@media only screen and (max-width: 768px) {
  .footer__copyright {
    margin-top: 13px;
  }
}

.footer-logo {
  text-align: center;
}

#sineCanvas {
  width: 100%;
  height: 100px;
  vertical-align: bottom;
  background: #f7f6f4;
}

.greetingpage__inner {
  max-width: 970px;
  margin: 0 auto;
}

.greetingpage__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 100px;
}

@media only screen and (max-width: 768px) {
  .greetingpage__wrapper {
    display: block;
    margin-top: 35px;
  }
}

.greetingpage__wrapper span {
  font-size: 14px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "Noto Serif JP", serif;
  color: #332F2F;
  font-weight: normal;
}

@media only screen and (max-width: 768px) {
  .greetingpage__wrapper span {
    font-size: 10px;
    letter-spacing: 0.14em;
  }
}

@media only screen and (max-width: 768px) {
  .greetingpage__text-wrapper {
    padding: 15px;
  }
}

.greetingpage__name {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "Noto Serif JP", serif;
  color: #332F2F;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 768px) {
  .greetingpage__name {
    font-size: 16px;
    margin-top: 10px;
  }
}

.greetingpage__text {
  margin-top: 25px;
  font-family: "Hannari";
  color: #332F2F;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.06em;
}

@media only screen and (max-width: 768px) {
  .greetingpage__text {
    font-size: 12px;
  }
}

.topwave {
  background-image: url("../images/top/newwavetop.png");
  height: 28vh;
  background-repeat: repeat-x;
  background-color: #F7F6F4;
}

@media only screen and (max-width: 768px) {
  .topwave {
    background-image: url("../images/top/sp-topwave.png");
    height: 9vh;
  }
}

.concept {
  background-color: #F7F6F4;
}

.concept__title {
  text-align: center;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "Noto Serif JP", serif;
  color: #332F2F;
  font-size: 32px;
  line-height: 2.3;
  letter-spacing: 0.06em;
}

@media only screen and (max-width: 768px) {
  .concept__title {
    font-size: 18px;
  }
}

.concept__text {
  font-family: "Hannari";
  text-align: center;
  font-size: 18px;
  margin-top: 50px;
  line-height: 2.6;
  letter-spacing: 0.03em;
}

@media only screen and (max-width: 768px) {
  .concept__text {
    margin-top: 20px;
    font-size: 13px;
  }
}

.greeting__sp {
  background-color: #EFE7DA;
}

@media only screen and (max-width: 768px) {
  .greeting__sp {
    height: 11vh;
    padding: 5px 10px;
    max-width: 100%;
  }
}

.modal {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 5;
}

.modal img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60%;
  height: auto;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .modal img {
    width: 85%;
  }
}

.modal img.large {
  width: auto;
  height: 90vh;
}

@media only screen and (max-width: 768px) {
  .modal img.large {
    width: 85%;
    height: auto;
  }
}

.page-top {
  background-color: #F7F6F4;
}

.gallery-nav {
  width: 745px;
  padding: 20px 55px;
  margin: 132px auto 0;
  font-family: "Hannari";
  font-size: 18px;
  color: #332F2F;
}

@media only screen and (max-width: 768px) {
  .gallery-nav {
    margin: auto 0;
    font-size: 13px;
    width: 100%;
  }
}

.gallery-navlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .gallery-navlist {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center;
  }
}

.gallery-navitem {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .gallery-navitem {
    width: 28%;
    padding-bottom: 25px;
  }
}

.current {
  background-image: url("../images/gallery/current.png");
  height: 10vh;
  background-size: 50%;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
  .current {
    background-size: 29%;
    height: 5vh;
    background-position: top;
  }
}

@media screen and (max-width: 450px) {
  .current {
    height: 7vh;
    background-position: 41% 2%;
    background-size: 52%;
  }
}

.gallery-list__wrapper {
  max-width: 745px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .gallery-list__wrapper {
    width: 335px;
  }
}

@media screen and (max-width: 450px) {
  .gallery-list__wrapper {
    width: 280px;
  }
}

.gallery-list__container {
  max-width: 745px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .gallery-list__container {
    max-width: 100%;
  }
}

.gallery-list__width {
  max-width: 745px;
}

@media only screen and (max-width: 768px) {
  .gallery-list__width {
    max-width: 335px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 450px) {
  .gallery-list__width {
    max-width: 280px;
  }
}

.gallery-list__width:hover {
  opacity: 0.7;
}

.gallery-list__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  .gallery-list__wrap {
    display: block;
  }
}

.gallery-list__vertical {
  max-width: 345px;
}

@media only screen and (max-width: 768px) {
  .gallery-list__vertical {
    max-width: 335px;
  }
}

@media screen and (max-width: 450px) {
  .gallery-list__vertical {
    max-width: 280px;
  }
}

.gallery-list__vertical:hover {
  opacity: 0.7;
}

.gallery-list__right {
  margin-left: 20px;
}

@media only screen and (max-width: 768px) {
  .gallery-list__right {
    margin-left: 0;
    margin-top: 15px;
  }
}

.gallery-list__mt13 {
  margin-top: 13px;
}

.gallery-list__mt20 {
  margin-top: 20px;
}

.gallery-list__shirink {
  max-width: 376px;
}

@media only screen and (max-width: 768px) {
  .gallery-list__shirink {
    max-width: 335px;
  }
}

@media screen and (max-width: 450px) {
  .gallery-list__shirink {
    max-width: 280px;
  }
}

.gallery-list__shirink:hover {
  opacity: 0.7;
}

.w360 {
  max-width: 360px;
}

@media only screen and (max-width: 768px) {
  .w360 {
    max-width: 335px;
  }
}

@media screen and (max-width: 450px) {
  .w360 {
    max-width: 280px;
  }
}

.mr10 {
  margin-right: 25px;
}

@media only screen and (max-width: 768px) {
  .mr10 {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.wrapper {
  max-width: 1040px;
  padding: 100px 0 120px;
  margin: 0 auto;
  width: 85%;
}

@media only screen and (max-width: 768px) {
  .wrapper {
    padding: 30 0 0;
  }
}

.planlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 15px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-weight: bold;
  margin-bottom: 55px;
}

@media only screen and (max-width: 768px) {
  .planlist {
    display: block;
    font-size: 13px;
  }
}

.planlist__item {
  width: 24%;
  margin-right: 5%;
  padding: 22px 0;
  line-height: 2;
  letter-spacing: 0.1em;
  background-image: url("../images/plan/topplan.png");
  background-repeat: no-repeat;
  background-position: right center;
  border-bottom: 1px dotted #ccc;
}

@media only screen and (max-width: 768px) {
  .planlist__item {
    width: 100%;
    background-size: 5%;
  }
}

.planlist__item a {
  display: block;
}

.planbox {
  margin-top: 150px;
  padding-top: 70px;
  padding-top: -70px;
}

@media only screen and (max-width: 768px) {
  .planbox {
    margin-top: 10px;
  }
}

.plan__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .plan__flex {
    display: block;
  }
}

.plan__img {
  width: 100%;
}

.plan__textwrap {
  width: 45%;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "Noto Serif JP", serif;
  color: #332F2F;
  margin-left: 10%;
}

@media only screen and (max-width: 768px) {
  .plan__textwrap {
    width: 100%;
    margin-left: 0;
  }
}

.plan__name {
  display: inline-block;
  font-size: 20px;
  padding-bottom: 10px;
  font-weight: bold;
  border-bottom: 1px solid #707070;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 768px) {
  .plan__name {
    font-size: 15px;
    margin-top: 30px;
  }
}

.plan__innnerflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 15px;
}

.plan__description {
  width: 40%;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 15px;
  white-space: nowrap;
}

@media only screen and (max-width: 768px) {
  .plan__description {
    font-size: 13px;
    width: 44%;
  }
}

.plan__price {
  width: 29%;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 15px;
  white-space: nowrap;
}

@media only screen and (max-width: 768px) {
  .plan__price {
    width: 37%;
  }
}

.plan__contents {
  font-size: 13px;
}

.plan__contents-item {
  font-size: 12px;
}

.plan__contents-sub {
  font-size: 12px;
  letter-spacing: 0.07em;
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(54%, transparent), color-stop(0%, #EEDFD1));
  background: linear-gradient(transparent 54%, #EEDFD1 0%);
  padding: 0 10px 0 0;
  display: inline;
}

@media only screen and (max-width: 768px) {
  .marker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(58%, transparent), color-stop(0%, #EEDFD1));
    background: linear-gradient(transparent 58%, #EEDFD1 0%);
  }
}

.marker span {
  font-size: 10px;
}

.option {
  font-size: 15px;
  font-weight: bold;
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  .option {
    margin-top: 20px;
    font-size: 13px;
  }
}

.option__description {
  font-weight: normal;
  margin-top: 15px;
  width: 40%;
  font-size: 15px;
  letter-spacing: 0.03em;
}

@media only screen and (max-width: 768px) {
  .option__description {
    margin-top: 20px;
    font-size: 12px;
    width: 61%;
  }
}

@media screen and (max-width: 450px) {
  .option__description {
    width: 51%;
  }
}

.option__price {
  font-weight: normal;
  margin-top: 15px;
  width: 60%;
  font-size: 15px;
}

@media only screen and (max-width: 768px) {
  .option__price {
    font-size: 12px;
    margin-top: 20px;
    text-align: right;
    width: 38%;
  }
}

@media screen and (max-width: 450px) {
  .option__price {
    width: 44%;
  }
}

.option__note {
  margin-top: 15px;
  letter-spacing: 0.04em;
}

@media only screen and (max-width: 768px) {
  .option__note {
    font-size: 12px;
    margin-top: 20px;
  }
}

.accordion__box {
  border-bottom: 2px solid #9BA56B;
  padding-bottom: 15px;
}

.accordion__detail {
  font-weight: normal;
  margin-top: 30px;
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.03em;
}

@media only screen and (max-width: 768px) {
  .accordion__detail {
    font-size: 12px;
    line-height: 2.3;
    margin-top: 20px;
  }
}

.accordion__group {
  padding: 19px 0px 19px 15px;
  background-color: #fff;
  border: solid 1px #000;
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  .accordion__group p {
    font-size: 13px;
    letter-spacing: 0.07em;
  }
}

.accordion__group-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .accordion__group-title {
    font-size: 15px;
  }
}

.mb15 {
  margin-bottom: 3%;
}

@media only screen and (max-width: 768px) {
  .mb15 {
    margin-bottom: 5%;
  }
}

.sub-plan {
  font-style: 18px;
  margin-top: 30px;
}

.mt30 {
  margin-top: 30px;
}

.js-menu {
  color: #332F2F;
  font-weight: bold;
  font-size: 18px;
  background-image: url("../images/plan/close.png");
  background-repeat: no-repeat;
  background-position: right;
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  .js-menu {
    font-size: 13px;
    letter-spacing: 0.06em;
  }
}

.js-menu.active {
  color: #9BA56B;
  background-image: url("../images/plan/open.png");
}

.js-contents {
  display: none;
}

.fa-angle-double-right {
  color: #99A36A;
}

@media only screen and (max-width: 768px) {
  .fa-angle-double-right {
    font-size: 1.2em;
  }
}

.note__wrap {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "Noto Serif JP", serif;
  width: 57%;
  margin: 0 auto;
  margin-bottom: 3%;
  color: #332F2F;
}

@media only screen and (max-width: 768px) {
  .note__wrap {
    width: 100%;
  }
}

.note__title {
  margin-top: 20px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.03em;
  margin-bottom: 1%;
}

@media only screen and (max-width: 768px) {
  .note__title {
    font-size: 16px;
    letter-spacing: 0.04em;
  }
}

.note__title span {
  color: #9BA56B;
}

.note__text {
  font-weight: normal;
  font-size: 17px;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

@media only screen and (max-width: 768px) {
  .note__text {
    font-size: 15px;
    letter-spacing: 0.04em;
  }
}

.note__sub {
  font-size: 19px;
  margin-top: 10px;
}

@media only screen and (max-width: 768px) {
  .note__sub {
    font-size: 17px;
    line-height: 1.8;
  }
}

.accent-1 {
  position: absolute;
  right: 5%;
  top: 34%;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .accent-1 {
    display: none;
  }
}

.accent-2 {
  position: absolute;
  left: 5%;
}

@media only screen and (max-width: 768px) {
  .accent-2 {
    display: none;
  }
}

.fa-pen-fancy {
  font-size: 1.3em;
  color: #99A36A;
  padding-right: 10px;
}

* {
  margin: 0px;
  padding: 0px;
}

.form__wrapper {
  max-width: 450px;
  margin: 0 auto;
  font-family: "Hannari";
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.03em;
  line-height: 1.5;
  color: #332F2F;
}

@media only screen and (max-width: 768px) {
  .form__wrapper {
    font-size: 14px;
  }
}

.form__text {
  margin-top: 25px;
}

.form__mt {
  max-width: 450px;
  margin: 100 auto 0;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: 17px;
  letter-spacing: 0.05em;
  color: #332F2F;
}

@media only screen and (max-width: 768px) {
  .form__mt {
    margin: 30 auto 0;
  }
}

.form__mt input {
  background-color: #fff;
  width: 100%;
  padding: 1%;
  margin-bottom: 30px;
  border-radius: 0;
  border: 1px solid #707070;
}

.form__mt input:focus {
  outline: 1px solid #99A36A;
}

.form__mt select {
  background-color: #fff;
  width: 55%;
  padding: 1%;
  margin-bottom: 30px;
  border-radius: 0;
  border: 1px solid #707070;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../images/plan/close.png");
  background-repeat: no-repeat;
  background-size: 12px 10px;
  background-position: right 10px center;
}

@media screen and (max-width: 450px) {
  .form__mt select {
    width: 67%;
    font-size: 13px;
  }
}

.form__mt select:focus {
  outline: 1px solid #99A36A;
}

.form__mt textarea {
  background-color: #fff;
  width: 100%;
  padding: 1%;
  border-radius: 0;
  border: 1px solid #707070;
  height: 20%;
}

.form__mt textarea:focus {
  outline: 1px solid #99A36A;
}

.form__alert {
  color: #B71F1F;
  margin-bottom: 15px;
  font-size: 15px;
  letter-spacing: 0.07em;
}

@media only screen and (max-width: 768px) {
  .form__alert {
    font-size: 12px;
  }
}

.form__label {
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
  .form__label {
    font-size: 14px;
  }
}

.form__potition {
  text-align: center;
}

.form__btn {
  background-color: #fff;
  border: 1px solid #99A36A;
  width: 200px;
  height: 50px;
  text-align: center;
  border-radius: 2;
  margin-top: 50px;
  border-radius: 0.5rem;
}

@media screen and (max-width: 450px) {
  .form__btn {
    font-size: 14px;
  }
}

.form__btn:hover {
  background-color: #99A36A;
  color: #fff;
}

.formwrap {
  margin-top: 100px;
}

.btn-wrap {
  text-align: center;
  margin-top: 45px;
}

@media only screen and (max-width: 768px) {
  .btn-wrap {
    margin-top: 54px;
  }
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-border-shadow {
  padding: calc(1.5rem - 12px) 3rem 1.5rem;
  background: #9BA56B;
  font-size: 14px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-weight: 200;
  color: #fff;
}

@media screen and (max-width: 450px) {
  a.btn-border-shadow {
    font-size: 13px;
  }
}

a.btn-border-shadow:before {
  position: absolute;
  top: -6px;
  left: -6px;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #707070;
  border-radius: 0.5rem;
}

a.btn-border-shadow:hover {
  padding: calc(1.5rem - 6px) 3rem;
}

a.btn-border-shadow:hover:before {
  top: 0;
  left: 0;
}

.pricebtn:before {
  content: "";
  display: block;
  margin: 30px auto;
  width: 1px;
  height: 60px;
  background-color: #707070;
}

@media only screen and (max-width: 768px) {
  .pricebtn:before {
    height: 28px;
  }
}

.pricebtn__flex {
  max-width: 50%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media only screen and (max-width: 768px) {
  .pricebtn__flex {
    display: block;
    max-width: 100%;
  }
}

.pricebtn__ml {
  margin-left: 4%;
}

@media only screen and (max-width: 768px) {
  .pricebtn__ml {
    margin-left: 0%;
    margin-bottom: 20px;
  }
}

a.contactbtn-border-shadow {
  background: #9BA56B;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-weight: 200;
  padding: 20px 100px;
  font-size: 22px;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  a.contactbtn-border-shadow {
    font-size: 15px;
  }
}

@media screen and (max-width: 450px) {
  a.contactbtn-border-shadow {
    font-size: 14px;
    white-space: nowrap;
  }
}

a.contactbtn-border-shadow::before {
  position: absolute;
  top: -6px;
  left: -6px;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #707070;
  border-radius: 0.5rem;
}

a.contactbtn-border-shadow:hover {
  padding: 20px 100px;
}

a.contactbtn-border-shadow:hover:before {
  top: 0;
  left: 0;
}

.contactflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .contactflex {
    display: block;
  }
}

#pagetop {
  position: fixed;
  bottom: 4%;
  right: 4%;
}

@media only screen and (max-width: 768px) {
  #pagetop {
    right: -3%;
  }
}

.pagetopbtn {
  width: 40%;
}

.mv-pc {
  position: relative;
  overflow: hidden;
}

.mv-sp {
  display: none;
}

@media only screen and (max-width: 768px) {
  .mv-sp {
    display: block;
    height: auto;
    background-color: #EFE7DA;
  }
}

.slider-img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .slider-img {
    max-width: 100%;
    margin: 0 auto;
    height: auto;
  }
}

.sp-logo {
  position: absolute;
  z-index: 1;
  top: 3%;
  left: 5%;
}

.sp-btn {
  position: absolute;
  z-index: 1;
  right: 5%;
  top: 3%;
  width: 7%;
  cursor: pointer;
}

.slick-next {
  display: none !important;
}

/*========= LoadingのためのCSS ===============*/
/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #efe7da;
  text-align: center;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 450px) {
  #splash_logo {
    left: 43%;
  }
}

/* Loading アイコンの大きさ設定　*/
#splash_logo svg {
  width: 500px;
}

@media screen and (max-width: 450px) {
  #splash_logo svg {
    width: 120%;
  }
}

/*========= SVG操作手書き風にするためのCSS ===============*/
#mask .st0 {
  fill: none;
  stroke: #fff;
  stroke-width: 90;
  /*線の太さを指定する*/
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 1500;
  /* 線の間隔を指定する */
  stroke-dashoffset: 1500;
  /* 線の位置を指定する */
}
/*# sourceMappingURL=main.css.map */