/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
@import url("https://fonts.cdnfonts.com/css/bergamo-std");
* {
  box-sizing: border-box; }

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

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/ }

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0; }

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0; }

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

address {
  font-style: inherit; }

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom; }

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom; }

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit; }

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox; }

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

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

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default; }

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none; }

/**
 * Remove padding
 */
option {
  padding: 0; }

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer; }

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none; }

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0; }

caption {
  text-align: left; }

td,
th {
  vertical-align: top;
  padding: 0; }

th {
  text-align: left;
  font-weight: bold; }

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

/******************************************************

base

******************************************************/
html, body {
  overflow-x: hidden; }

html {
  font-size: 10px; }

body {
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #000;
  position: relative;
  overflow-x: clip; }

.aw {
  display: inline-block; }

.note {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-top: 10px; }

.sp {
  display: none !important; }

@media screen and (max-width: 768px) {
  html {
    font-size: 9px; }

  .sp {
    display: block !important; }

  .pc {
    display: none !important; } }
@media screen and (max-width: 600px) {
  html {
    font-size: 8px; } }
#page-head {
  height: 0px; }
  @media screen and (max-width: 768px) {
    #page-head {
      height: 0px; } }

.anchor {
  padding-top: 105px;
  margin-top: -105px; }
  @media screen and (max-width: 960px) {
    .anchor {
      padding-top: 60px;
      margin-top: -60px; } }

.img {
  position: relative; }
  .img img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 0; }
  .img .note {
    position: absolute;
    z-index: 1;
    bottom: 5px;
    right: 10px;
    color: #fff;
    text-shadow: 0 0 0.8 rgba(0, 0, 0, 0.8); }
    .img .note.bl {
      color: #000;
      text-shadow: 0 0 0.8 rgba(0, 0, 0, 0); }

.anchor-sec {
  padding-top: 12rem;
  margin-top: -12rem; }
  @media screen and (max-width: 768px) {
    .anchor-sec {
      padding-top: 7rem;
      margin-top: -7rem; } }

/******************************************************

header

******************************************************/
header {
  position: fixed;
  z-index: 6;
  width: 100%; }

.header-body {
  position: relative;
  box-sizing: border-box;
  height: 110px;
  background: rgba(255, 255, 255, 0);
  transition: 0.5s background; }
  .header-body .logo {
    display: block;
    width: 180px;
    position: absolute;
    left: 4rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 8; }
    .header-body .logo img {
      width: 100%;
      height: auto; }
  .header-body .snav {
    display: flex;
    font-feature-settings: "palt";
    position: absolute;
    z-index: 9;
    right: 3rem;
    top: 50%;
    transform: translateY(-50%); }
    .header-body .snav li a {
      display: block; }
    .header-body .snav li.reserve a, .header-body .snav li.language a {
      position: relative;
      height: 45px;
      border-radius: 50px; }
      .header-body .snav li.reserve a .txt, .header-body .snav li.language a .txt {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        text-align: center;
        font-size: 1.6rem;
        letter-spacing: 0.1rem;
        white-space: nowrap; }
    .header-body .snav li.reserve {
      width: 20rem;
      margin-right: 1rem; }
      .header-body .snav li.reserve a {
        background: #8ca27f;
        transition: 0.5s filter; }
        .header-body .snav li.reserve a:hover {
          filter: brightness(1.2); }
    .header-body .snav li.language {
      width: 15rem;
      margin-right: 1rem; }
      .header-body .snav li.language a {
        background: rgba(0, 0, 0, 0.4);
        transition: 0.5s background; }
        .header-body .snav li.language a:hover {
          background: rgba(0, 0, 0, 0.25); }
    .header-body .snav li.insta {
      width: 45px; }
      .header-body .snav li.insta a {
        background: #fff;
        position: relative;
        overflow: hidden;
        border-radius: 100px;
        box-sizing: border-box;
        border: 1px solid rgba(0, 0, 0, 0.1); }
      .header-body .snav li.insta img {
        width: 100%;
        height: auto; }
  .header-body .gnav {
    display: flex;
    font-feature-settings: "palt";
    position: absolute;
    z-index: 10;
    right: 45rem;
    top: 50%;
    transform: translateY(-50%); }
    .header-body .gnav li {
      padding-right: 2.5rem; }
      .header-body .gnav li a {
        display: inline-block;
        font-size: 1.6rem;
        line-height: 1.5;
        letter-spacing: 0.1rem;
        white-space: nowrap; }
        .header-body .gnav li a:hover {
          color: #8ca27f;
          text-decoration: underline; }
  @media screen and (max-width: 1180px) {
    .header-body {
      height: 80px; }
      .header-body .logo {
        width: 15vw;
        left: 3rem; }
      .header-body .snav li.reserve {
        width: 16vw;
        margin-right: 1vw; }
      .header-body .snav li.language {
        width: 12vw;
        margin-right: 1vw; }
      .header-body .gnav {
        right: 39vw; }
        .header-body .gnav li {
          padding-right: 2vw; }
          .header-body .gnav li a {
            font-size: 1.3vw;
            letter-spacing: 0.1vw; } }
  @media screen and (max-width: 768px) {
    .header-body {
      height: 80px; }
      .header-body .logo {
        width: 16rem;
        left: 3rem; }
      .header-body .snav li.reserve {
        width: 23vw;
        margin-right: 1vw; }
        .header-body .snav li.reserve a .txt {
          font-size: 2.6vw; }
      .header-body .snav li.language {
        width: 19vw;
        margin-right: 1vw; }
        .header-body .snav li.language a .txt {
          font-size: 2.6vw; }
      .header-body .gnav {
        display: none; } }
  @media screen and (max-width: 600px) {
    .header-body {
      height: 65px; }
      .header-body .snav {
        right: 8rem; }
        .header-body .snav li.reserve {
          display: none; }
        .header-body .snav li.language {
          width: 24vw;
          margin-right: 2vw; }
          .header-body .snav li.language a {
            height: 40px; }
            .header-body .snav li.language a .txt {
              font-size: 3.5vw; }
        .header-body .snav li.insta {
          width: 40px; } }

body.scrollBody .header-body {
  background: white; }

/******************************************************

main

******************************************************/
.main-sec {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  padding: 110px 4rem 0 4rem; }
  .main-sec .img {
    position: relative;
    overflow: hidden;
    border-radius: 1.5rem;
    z-index: 1; }
  .main-sec:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    bottom: 8rem;
    right: 0;
    background: url("../img/main-bg.jpg") no-repeat center right;
    background-size: cover; }
  @media screen and (max-width: 1180px) {
    .main-sec {
      padding: 80px 4rem 0 4rem; } }
  @media screen and (max-width: 600px) {
    .main-sec {
      padding: 65px 3rem 0 3rem; } }

.inner {
  width: 86%;
  max-width: 1100px;
  margin: auto;
  padding: 8rem 0; }

.page-ttl {
  text-align: left; }
  .page-ttl .ttl-kana {
    font-feature-settings: "palt";
    font-size: 3.6rem;
    line-height: 1.5;
    letter-spacing: 0.5rem;
    color: #8ca27f; }
  .page-ttl .ttl-en {
    font-feature-settings: "palt";
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: 0.3rem;
    margin-top: 1rem;
    color: #8ca27f; }
  .page-ttl:after {
    content: "";
    width: 4rem;
    height: 2px;
    background: #8ca27f;
    display: inline-block;
    margin-top: 3rem; }
  .page-ttl.center {
    text-align: center; }
  .page-ttl.small-ttl .ttl-kana {
    font-size: 2.4rem; }
  .page-ttl.small-ttl:after {
    margin-top: 2rem; }

.lead {
  color: #666;
  font-size: 1.6rem;
  line-height: 2;
  font-feature-settings: "palt";
  letter-spacing: 0.15rem; }
  .lead.center {
    text-align: center; }

.midashi {
  color: #000;
  font-size: 2.2rem;
  line-height: 2.5;
  font-feature-settings: "palt";
  letter-spacing: 0.2rem; }
  .midashi.center {
    text-align: center; }

a.a-txt {
  color: #8ca27f;
  text-decoration: underline; }

.leaf01,
.leaf02,
.leaf03,
.leaf04,
.leaf05,
.leaf06 {
  z-index: 5;
  position: absolute;
  width: 20%;
  height: auto;
  max-width: 19rem; }

.leaf01 {
  position: fixed;
  z-index: 7;
  left: 220px;
  top: 0%; }
  @media screen and (max-width: 600px) {
    .leaf01 {
      left: 17.5rem; } }

.leaf02 {
  left: -12%;
  width: 40%;
  top: 20%;
  max-width: 40rem; }

.leaf03 {
  right: 0;
  top: -20%; }

.leaf04 {
  right: 10%;
  width: 35%;
  top: -10%;
  max-width: 36rem; }
  @media screen and (max-width: 600px) {
    .leaf04 {
      right: 5%;
      top: -4%; } }

.leaf05 {
  left: 0;
  top: -10%; }

.leaf06 {
  right: 0;
  bottom: -32%; }

#concept-sec {
  position: relative; }
  #concept-sec .midashi {
    margin-top: 5rem; }
  #concept-sec .lead {
    margin-top: 4rem; }

#information-sec {
  background: url("../img/bg01.jpg") center top;
  background-size: contain; }
  #information-sec .inner {
    max-width: 1000px; }
  #information-sec .info-list {
    margin-top: 5rem; }
    #information-sec .info-list li {
      border-bottom: 1px solid #ccc;
      padding: 2rem 0;
      font-size: 1.6rem;
      line-height: 1.5;
      padding-left: 13rem;
      box-sizing: border-box;
      position: relative;
      letter-spacing: 0.2rem;
      display: flex;
      flex-wrap: wrap; }
      #information-sec .info-list li .date {
        position: absolute;
        color: #000;
        white-space: nowrap;
        left: 0;
        top: 2.3rem; }
      #information-sec .info-list li b {
        display: inline-block;
        padding-right: 2rem;
        font-weight: lighter;
        color: #8ca27f; }
      #information-sec .info-list li:first-child {
        border-top: 1px solid #ccc; }
  #information-sec a.a-txt {
    margin-top: 3rem;
    display: inline-block; }
  @media screen and (max-width: 600px) {
    #information-sec .info-list li {
      padding: 2rem 0;
      padding-left: 0rem;
      position: inherit; }
      #information-sec .info-list li .date {
        position: inherit;
        left: inherit;
        top: inherit;
        display: block;
        width: 100%;
        padding-bottom: 0.5rem; } }

#menu-sec {
  margin: auto;
  position: relative; }
  #menu-sec .inner {
    /**max-width: none;
    width: 100%;
    display: flex;
    align-items: center; **/ }
  #menu-sec .copy-body {
    margin: auto;
    width: 100%;
    max-width: 700px;
    /**margin-left: 6%;
    margin-right: 6%;
    order: 2;**/ }
  #menu-sec .menu-list {
    order: 1;
    width: 38%;
    display: block;
    position: relative; }
    #menu-sec .menu-list li .img {
      overflow: hidden; }
    #menu-sec .menu-list li:nth-child(1) .img {
      border-top-right-radius: 2rem; }
    #menu-sec .menu-list li:nth-child(2) .img {
      border-bottom-right-radius: 2rem; }
    #menu-sec .menu-list:after {
      content: "";
      position: absolute;
      z-index: 3;
      left: 0;
      top: 0;
      bottom: 0;
      width: 15%;
      background: #8ca27f;
      mix-blend-mode: multiply; }
  #menu-sec .menu-ttl {
    font-size: 2rem;
    background: #e8e6e4;
    margin-top: 5.5rem;
    margin-bottom: 2rem;
    padding: 1.7rem 2rem;
    border-radius: 1rem; }
  #menu-sec .menu-btn a {
    display: block;
    margin: auto;
    max-width: 36rem;
    height: 7rem;
    width: 100%;
    border-radius: 10rem;
    background: #8ca27f;
    transition: 0.5s filter;
    position: relative; }
    #menu-sec .menu-btn a .text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      color: #fff;
      font-feature-settings: "palt"; }
      #menu-sec .menu-btn a .text .txt-kana {
        font-size: 2rem;
        display: block;
        letter-spacing: 0.2rem; }
      #menu-sec .menu-btn a .text .txt-en {
        font-size: 1rem;
        display: block;
        margin-top: 0.5rem; }
    #menu-sec .menu-btn a:hover {
      filter: brightness(1.2); }
  @media screen and (max-width: 768px) {
    #menu-sec .inner {
      width: 86%;
      display: block; }
    #menu-sec .copy-body {
      width: 100%;
      margin-left: 0%;
      margin-right: 0%; }
    #menu-sec .menu-list {
      width: 100%;
      margin-top: 6rem;
      display: flex; }
      #menu-sec .menu-list li:nth-child(1) {
        width: 50%; }
        #menu-sec .menu-list li:nth-child(1) .img {
          border-top-right-radius: 0rem;
          border-top-left-radius: 2rem; }
      #menu-sec .menu-list li:nth-child(2) {
        width: 50%; }
        #menu-sec .menu-list li:nth-child(2) .img {
          border-bottom-right-radius: 0rem;
          border-top-right-radius: 2rem; }
      #menu-sec .menu-list:after {
        left: 0;
        right: 0;
        top: inherit;
        bottom: 0;
        width: 100%;
        height: 15%; } }

#service-sec {
  background: url("../img/bg01.jpg") center top;
  background-size: contain;
  position: relative; }
  #service-sec .inner {
    max-width: 860px; }
  #service-sec .serv-list {
    display: flex;
    flex-wrap: wrap;
    padding-top: 3rem; }
    #service-sec .serv-list li {
      margin-top: 3rem; }
      #service-sec .serv-list li:nth-child(1) {
        width: 30rem; }
      #service-sec .serv-list li:nth-child(2) {
        flex: 1; }
      #service-sec .serv-list li:nth-child(3) {
        width: 100%; }
      #service-sec .serv-list li table th, #service-sec .serv-list li table td {
        text-align: left;
        font-size: 1.6rem;
        font-feature-settings: "palt";
        font-weight: lighter;
        padding: 0.5rem 0;
        line-height: 1.4;
        color: #666;
        letter-spacing: 0.1rem; }
      #service-sec .serv-list li table th {
        padding-right: 1.5rem;
        white-space: nowrap;
        color: #000; }
  @media screen and (max-width: 768px) {
    #service-sec .serv-list {
      padding-top: 3rem; }
      #service-sec .serv-list li {
        margin-top: 3rem; }
        #service-sec .serv-list li:nth-child(1) {
          width: 100%; }
          #service-sec .serv-list li:nth-child(1) table {
            margin: auto; }
        #service-sec .serv-list li:nth-child(2) {
          width: 100%;
          flex: none; } }

#access-sec .acc-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 3rem;
  align-items: center; }
  #access-sec .acc-list li {
    margin-top: 3rem; }
    #access-sec .acc-list li:nth-child(1) {
      width: 50%; }
    #access-sec .acc-list li:nth-child(2) {
      width: 45%;
      margin-left: 5%; }
    #access-sec .acc-list li table {
      border-top: 1px solid #ccc;
      width: 100%; }
      #access-sec .acc-list li table th, #access-sec .acc-list li table td {
        text-align: left;
        font-size: 1.6rem;
        font-feature-settings: "palt";
        font-weight: lighter;
        padding: 2.5rem 0;
        line-height: 1.6;
        color: #666;
        border-bottom: 1px solid #ccc;
        letter-spacing: 0.1rem; }
        #access-sec .acc-list li table th b, #access-sec .acc-list li table td b {
          font-size: 140%; }
      #access-sec .acc-list li table th {
        padding-right: 1.5rem;
        white-space: nowrap;
        color: #000; }
      #access-sec .acc-list li table tr:nth-child(1) td b {
        line-height: 1; }
  @media screen and (max-width: 768px) {
    #access-sec .acc-list {
      display: block;
      padding-top: 0rem; }
      #access-sec .acc-list li {
        margin-top: 5rem; }
        #access-sec .acc-list li:nth-child(1) {
          width: 100%; }
        #access-sec .acc-list li:nth-child(2) {
          width: 100%;
          margin-left: 0%; } }

#mail-sec {
  background: url("../img/bg02.jpg") center top;
  background-size: contain; }
  #mail-sec .midashi {
    color: #fff;
    line-height: 2; }
  #mail-sec .mail-btn a {
    display: block;
    margin: auto;
    margin-top: 5rem;
    max-width: 46rem;
    height: 9rem;
    width: 100%;
    border-radius: 10rem;
    background: #fff;
    transition: 0.5s background;
    position: relative;
    box-sizing: border-box;
    border: 2px solid #fff; }
    #mail-sec .mail-btn a .text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      color: #8ca27f;
      font-feature-settings: "palt"; }
      #mail-sec .mail-btn a .text .txt-kana {
        font-size: 2.2rem;
        display: block;
        letter-spacing: 0.2rem; }
      #mail-sec .mail-btn a .text .txt-en {
        font-size: 1.4rem;
        display: block;
        margin-top: 0.5rem; }
    #mail-sec .mail-btn a:hover {
      background: #5c6a53; }
      #mail-sec .mail-btn a:hover .text {
        color: #fff; }
  @media screen and (max-width: 768px) {
    #mail-sec .midashi {
      font-size: 2rem; } }

#copyright {
  text-align: center;
  font-feature-settings: "palt";
  color: #666; }
  #copyright .copy01 {
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
    line-height: 1.5; }
  #copyright .copy02 {
    font-size: 1.1rem;
    letter-spacing: 0.1rem;
    margin-top: 1.5rem;
    line-height: 1.5; }
  #copyright a {
    text-decoration: underline; }
  @media screen and (max-width: 600px) {
    #copyright {
      padding-bottom: 7rem; } }

.fix-reserve {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 30;
  width: 100%;
  display: none; }
  .fix-reserve a {
    position: relative;
    height: 7rem;
    width: 100%;
    display: block;
    background: #8ca27f;
    transition: 0.5s filter; }
    .fix-reserve a .txt {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 2.4rem;
      white-space: nowrap;
      color: #fff; }
    .fix-reserve a:hover {
      filter: brightness(1.2); }
  @media screen and (max-width: 600px) {
    .fix-reserve {
      display: block; } }

/******************************************************

sp-menu-switch, sp menu

******************************************************/
.sp-menu {
  content: '';
  position: fixed;
  left: 0;
  top: 0;
  z-index: 22;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 300ms;
  background: url("../img/bg01.jpg") center top;
  background-size: contain; }
  .sp-menu .sp-nav-top {
    display: block;
    text-align: center;
    padding: 8vh 0 5vh; }
    .sp-menu .sp-nav-top h2 a img {
      max-width: 200px;
      width: 50%;
      height: auto; }
  .sp-menu .sp-menu-inner {
    width: 80%;
    margin: auto;
    max-width: 600px; }
  .sp-menu .gnav-sp ul {
    display: flex;
    margin: auto;
    max-width: 1100px;
    flex-wrap: wrap;
    padding-bottom: 15px;
    border-top: 1px dashed #666; }
    .sp-menu .gnav-sp ul li {
      width: 100%;
      box-sizing: border-box;
      position: relative;
      border-bottom: 1px dashed #666; }
      .sp-menu .gnav-sp ul li a {
        display: block;
        height: 8rem;
        width: 100%;
        position: relative;
        text-decoration: none; }
        @media screen and (max-width: 400px) {
          .sp-menu .gnav-sp ul li a {
            height: 7rem; } }
        .sp-menu .gnav-sp ul li a .txt {
          white-space: nowrap;
          position: absolute;
          left: 50%;
          transform: translateX(-50%) translateY(-50%);
          font-size: 2.6rem;
          line-height: 1;
          top: 50%;
          color: #000;
          transition: color 0.5s;
          font-feature-settings: "palt";
          letter-spacing: 0.2rem; }
          @media screen and (max-width: 500px) {
            .sp-menu .gnav-sp ul li a .txt {
              font-size: 2rem; } }
      .sp-menu .gnav-sp ul li a:hover .txt {
        color: #8ca27f; }
  .sp-menu .sp-close {
    width: 6rem;
    height: 6rem;
    box-sizing: border-box;
    line-height: 5.8rem;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    font-size: 3.4rem;
    margin: auto;
    margin-top: 5vh;
    cursor: pointer;
    border-radius: 50%; }

body.menu-opened .sp-menu {
  visibility: visible;
  opacity: 1; }

.sp-menu-switch {
  display: none;
  box-sizing: border-box;
  position: fixed;
  top: 0.7rem;
  right: 1.2rem;
  z-index: 20;
  width: 6.5rem;
  height: 6.5rem;
  padding: 2rem 1.6rem;
  cursor: pointer;
  text-align: center; }
  .sp-menu-switch span {
    background-color: #666;
    display: block;
    margin-bottom: 0.7rem;
    width: 100%;
    height: 2px;
    transition: all 300ms cubic-bezier(1, 0, 0, 1); }
    .sp-menu-switch span:last-child {
      margin-bottom: 0; }
  @media screen and (max-width: 600px) {
    .sp-menu-switch {
      display: block;
      top: 8px; } }

.slide01 .list {
  padding: 0 2%; }
  .slide01 .list .img {
    border-radius: 1rem;
    overflow: hidden; }
.slide01 .slick-dots {
  bottom: -3.5rem; }
  .slide01 .slick-dots li {
    margin: 0 1rem;
    background: rgba(0, 0, 0, 0.3);
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%; }
    .slide01 .slick-dots li button {
      text-indent: -9999px; }
    .slide01 .slick-dots li:hover, .slide01 .slick-dots li.slick-active {
      background: #8ca27f; }

/******************************************************

 langBox
 
******************************************************/
/*---------------------------
common language
---------------------------*/
.stt-lang-select {
  display: none !important; }

#langBgOpacity {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0);
  display: none; }
  #langBgOpacity.show {
    display: block; }

#langBox {
  z-index: 1000;
  transition: .5s; }
  #langBox #lang_main_txt {
    width: 15rem;
    margin-right: 1rem;
    background: rgba(0, 0, 0, 0.4);
    transition: 0.5s background;
    display: block;
    cursor: pointer;
    position: relative;
    height: 45px;
    border-radius: 50px; }
    #langBox #lang_main_txt .txt {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #fff;
      text-align: center;
      font-size: 1.6rem;
      letter-spacing: 0.1rem;
      white-space: nowrap; }
    #langBox #lang_main_txt:hover {
      background: rgba(0, 0, 0, 0.25); }
  #langBox #lang_changeBox {
    background: #fff;
    width: 15rem;
    margin-top: 2px;
    border-radius: 5px;
    display: none;
    padding-left: 7px;
    position: absolute;
    top: 45px;
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2); }
    #langBox #lang_changeBox li {
      padding: 9px 5px 9px 0;
      font-size: 1.5rem; }
    #langBox #lang_changeBox a {
      color: #000;
      position: relative;
      padding-left: 15px; }
    #langBox #lang_changeBox a[data-stt-active]::before {
      content: "";
      position: absolute;
      left: 0px;
      top: 3px;
      width: 10px;
      height: 10px;
      background: #ccc;
      border-radius: 10px; }
  @media screen and (max-width: 768px) {
    #langBox #lang_main_txt {
      width: 19vw;
      margin-right: 1vw; }
      #langBox #lang_main_txt .txt {
        font-size: 2.6vw; }
    #langBox #lang_changeBox {
      width: 19vw; } }
  @media screen and (max-width: 600px) {
    #langBox #lang_main_txt {
      width: 24vw;
      margin-right: 2vw;
      height: 40px; }
      #langBox #lang_main_txt .txt {
        font-size: 3.5vw; }
    #langBox #lang_changeBox {
      width: 24vw;
      top: 40px; } }
