@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,700|Noto+Sans+JP&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 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: 1em;
  /* 2 */
}

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

/**
 * 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 */
  -webkit-text-decoration: underline dotted;
  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: 1em;
  /* 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;
}






* {
    box-sizing: border-box;
}

.slider2 {
    width: 100%;
    text-align: center;
    overflow: hidden;
    margin: 30px 0;
}

.slides2 {
    display: flex;

    overflow-x: auto;
    scroll-snap-type: x mandatory;



    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;

    /*
    scroll-snap-points-x: repeat(300px);
    scroll-snap-type: mandatory;
    */
}
.slides2::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
.slides2::-webkit-scrollbar-thumb {
    background: black;
    border-radius: 10px;
}
.slides2::-webkit-scrollbar-track {
    background: transparent;
}
.slides2 > div {
    scroll-snap-align: start;
    flex-shrink: 0;
    width: 100%;
/*    height: 300px;*/
    margin-right: 50px;
    border-radius: 10px;
    background: #eee;
    transform-origin: center center;
    transform: scale(1);
    transition: transform 0.5s;
    position: relative;

    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 100px;
}
.slides2 > div:target {
    /*   transform: scale(0.8); */
}
.author-info2 {
    background: rgba(0, 0, 0, 0.75);
    color: white;
    padding: 0.75rem;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
}
.author-info2 a {
    color: white;
}
img2 {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slider2 > a {
    display:none;
    width: 1.5rem;
    height: 1.5rem;
    background: white;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 0 0.5rem 0;
    position: relative;
}
.slider2 > a:active {
    top: 1px;
}
.slider2 > a:focus {
    background: #000;
}

/* Don't need button navigation */
@supports (scroll-snap-type) {
    .slider2 > a {
        display: none;
    }
}






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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * 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"] {
  -webkit-appearance: button;
}

/**
 * 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 inherit by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

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

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

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

* {
  margin: 0;
  padding: 0;
}

body, div,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, select, textarea, p,
blockquote, table, th, td {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
}

img, a {
  text-decoration: none;
  vertical-align: top;
}

a:link,
a:visited {
  color: #333;
}

strong {
  font-weight: bold;
}

hr {
  margin: 10px 0;
  padding: 0;
  border-top: 1px solid #cccccc;
}

.clear {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.clearfix {
  min-height: 0.1px;
}

* html .clearfix {
  height: 0.1px;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.f-f-yumin {
  font-family: YakuHanMP, "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "Noto Serif JP", serif !important;
}

.f-f-josefin {
  font-family: "Josefin Sans", sans-serif;
}

.f-f-noto {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}

html,
body {
  color: #222222;
  font-size: 62.5%;
  font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-feature-settings: 'palt';
  -webkit-font-feature-settings: 'pkna';
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(212, 171, 55, 0.9);
  -webkit-touch-callout: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 0.06em;
}

html ::-moz-selection,
body ::-moz-selection {
  background: rgba(212, 171, 55, 0.9);
}

html ::selection,
body ::selection {
  background: rgba(212, 171, 55, 0.9);
}

html ::-moz-selection,
body ::-moz-selection {
  background: rgba(212, 171, 55, 0.9);
}

html .fixed,
body .fixed {
  height: 100%;
  overflow: hidden;
}

/*リセット追加分*/
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

*:focus {
  outline: none;
}

* ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

* ul li {
  margin: 0;
  padding: 0;
}

* ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

* ol li {
  margin: 0;
  padding: 0;
}

/*リンクテキスト*/
a,
a:visited {
  color: black;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

a img,
a:visited img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-text-decoration-skip: none;
}

a:hover,
a:visited:hover {
  text-decoration: none;
}

/*画像*/
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.l-h-title, .l-h-title__border {
    color: #59cbcf;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .l-h-title, .l-h-title__border {
    margin-top: 130px;
  }
}

.l-h-title__jp {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .l-h-title__jp {
    font-size: 1.4rem;
  }
}

.l-h-title__en {
  font-size: 3.4rem;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.32em;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .l-h-title__en {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 480px) {
  .l-h-title__en {
    font-size: 2.4rem;
  }
}

.l-h-title__border:after {
  content: "";
  display: block;
  width: 1px;
  height: 60px;
  margin: 25px auto 0 auto;
    background: #59cbcf;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 480px) {
  .l-h-title__border:after {
    height: 40px;
  }
}

.l-sideber-nav {
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

@media screen and (max-width: 1080px) {
  .l-sideber-nav {
    width: 250px;
  }
}

@media screen and (max-width: 768px) {
  .l-sideber-nav {
    background: none;
    width: 0;
  }
}

.l-sideber-nav .l-sideber-nav__headerlogo a {
  display: block;
  width: 186px;
  margin: 0 0 0 -13px;
}

@media screen and (max-width: 768px) {
  .l-sideber-nav .l-sideber-nav__headerlogo a {
    width: 160px;
  }
}

@media screen and (max-width: 480px) {
  .l-sideber-nav .l-sideber-nav__headerlogo a {
    width: 130px;
  }
}

.l-sideber-nav__wrap {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: ease-in-out .2s;
  transition: ease-in-out .2s;
  max-width: 100%;
  width: 45%;
  max-width: 720px;
  background: #008475;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 0 5%;
}

@media screen and (max-width: 1080px) {
  .l-sideber-nav__wrap {
    width: 65%;
  }
}

@media screen and (max-width: 768px) {
  .l-sideber-nav__wrap {
    max-width: 380px;
    padding: 0 10%;
  }
}

@media screen and (max-width: 480px) {
  .l-sideber-nav__wrap {
    max-width: 100%;
    width: 100%;
  }
}

.l-sideber-nav__logo {
  max-width: 250px;
}

@media screen and (max-width: 768px) {
  .l-sideber-nav__logo {
    display: none;
    margin: auto;
  }
}

@media screen and (max-width: 480px) {
  .l-sideber-nav__logo {
    display: none;
  }
}

.l-sideber-nav__logo a {
  display: block;
}

.l-sideber-nav #gnavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  padding: 40px 0 30px 0;
}

@media screen and (max-width: 480px) {
  .l-sideber-nav #gnavi {
    height: 100%;
    height: auto;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0 30px;
  }
}

.l-sideber-nav #gnavi li {
  width: 50%;
  -webkit-transform: translateX(-20%);
  transform: translateX(-20%);
  opacity: 0;
  position: relative;
  font-size: 1.6rem;
  height: 20%;
}

.l-sideber-nav #gnavi a {
  width: 100%;
  height: 100%;
  display: block;
  text-align: left;
  padding: 20px 0;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .l-sideber-nav #gnavi a {
    padding: 10px 0;
  }
}

@media screen and (max-width: 480px) {
  .l-sideber-nav #gnavi a a {
    padding: 0 0 0 7px;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
}

.l-sideber-nav #gnavi a .en {
  display: block;
  font-size: 2rem;
  line-height: 1;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .l-sideber-nav #gnavi a .en {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 480px) {
  .l-sideber-nav #gnavi a .en {
    font-size: 1.6rem;
  }
}

.l-sideber-nav #gnavi a .jp {
  font-size: 1.4rem;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .l-sideber-nav #gnavi a .jp {
    font-size: 1.2rem;
  }
}

.l-sideber-nav .l-sideber__info {
  width: 100%;
  font-size: 1.4rem;
  line-height: 2.1;
}

.l-sideber-nav .l-sideber__info .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-sideber-nav .l-sideber__info a {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  color: inherit;
  border: 1px solid;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l-sideber-nav .l-sideber__info a + a {
  margin-top: 10px;
}

.l-sideber-nav .l-sideber__info .caution {
  font-size: 1.2rem;
  line-height: 1.6;
  padding-top: 20px;
}

.l-sideber__switch {
  display: block;
  position: fixed;
  z-index: 99;
  top: 19px;
  right: 20px;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .l-sideber__switch {
    right: 15px;
  }
}

.l-sideber__switch a {
  display: block;
  font-weight: bold;
}

.l-sideber__switch__icon {
  position: relative;
  width: 24px;
  height: 21px;
  margin: auto;
}

.l-sideber__switch__icon span {
  display: block;
  background: #d4ab37;
  width: 100%;
  height: 2px;
  position: absolute;
  -webkit-transition: top .5s ease, -webkit-transform .2s ease-in-out;
  transition: top .5s ease, -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out, top .5s ease;
  transition: transform .2s ease-in-out, top .5s ease, -webkit-transform .2s ease-in-out;
}

.l-sideber__switch__icon span:nth-child(1) {
  top: 0;
}

.l-sideber__switch__icon span:nth-child(2) {
  top: 10px;
}

.l-sideber__switch__icon span:nth-child(3) {
  display: none;
  top: 22px;
}

.l-sideber__switch__txt {
  color: #d4ab37;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  line-height: 1;
}

@media screen and (max-width: 480px) {
  .l-sideber__switch__txt {
    letter-spacing: 0.25em;
    text-align: center;
  }
}

.open {
  overflow: hidden;
}

.open .l-sideber-nav {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.open .l-sideber-nav__wrap {
  display: block;
  visibility: visible;
  opacity: 1;
  overflow-y: scroll;
  padding-top: 60px;
  padding-bottom: 60px;
}

.open .l-sideber-nav #gnavi li:nth-child(1) {
  -webkit-animation: o-p-k_slideIn 1.2s ease 0.2s 1 forwards;
  animation: o-p-k_slideIn 1.2s ease 0.2s 1 forwards;
}

.open .l-sideber-nav #gnavi li:nth-child(2) {
  -webkit-animation: o-p-k_slideIn 1.2s ease 0.3s 1 forwards;
  animation: o-p-k_slideIn 1.2s ease 0.3s 1 forwards;
}

.open .l-sideber-nav #gnavi li:nth-child(3) {
  -webkit-animation: o-p-k_slideIn 1.2s ease 0.4s 1 forwards;
  animation: o-p-k_slideIn 1.2s ease 0.4s 1 forwards;
}

.open .l-sideber-nav #gnavi li:nth-child(4) {
  -webkit-animation: o-p-k_slideIn 1.2s ease 0.5s 1 forwards;
  animation: o-p-k_slideIn 1.2s ease 0.5s 1 forwards;
}

.open .l-sideber-nav #gnavi li:nth-child(5) {
  -webkit-animation: o-p-k_slideIn 1.2s ease 0.6s 1 forwards;
  animation: o-p-k_slideIn 1.2s ease 0.6s 1 forwards;
}

.open .l-sideber-nav #gnavi li:nth-child(6) {
  -webkit-animation: o-p-k_slideIn 1.2s ease 0.7s 1 forwards;
  animation: o-p-k_slideIn 1.2s ease 0.7s 1 forwards;
}

.open #nav-toggle span:nth-child(1) {
  top: 7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.open #nav-toggle span:nth-child(2) {
  top: 7px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.open #nav-toggle span:nth-child(3) {
  top: 7px;
  width: 0;
  left: 50%;
}

.open .l-sideber__switch__icon span {
  background: #fff;
}

.open .l-sideber__switch__txt {
  color: #fff;
}

.scroll-prevent {
  height: 100%;
  overflow: hidden;
}

.l-footer {
  background: #f9f9f9;
  margin: auto;
}

.l-footer .l-footer__nav {
  max-width: 1100px;
  width: 80%;
  height: 150px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .l-footer .l-footer__nav {
    display: none;
  }
}

.l-footer .l-footer__logo {
  display: block;
  cursor: pointer;
  width: 211px;
  margin: 5px 0 0 0;
}

.l-footer .l-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 360px;
  height: 36px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
    color: #59cbcf;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.1rem;
  line-height: 1;
}

.l-footer .l-footer__list li {
  width: calc(100% / 3);
  margin-bottom: 18px;
}

.l-footer .l-footer__list li a {
  color: inherit;
  letter-spacing: 0.1em;
  font-weight: 400;
}

.l-footer__copy {
    background: #59cbcf;
  vertical-align: middle;
  color: #fff;
  font-size: 1.2rem;
  font-family: "Josefin Sans", sans-serif;
  padding: 25px 0;
  font-weight: 400;
}

main {
  display: block;
  overflow: hidden;
}

.o-c-btn__blank a, .o-c-btn__menuBack a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Josefin Sans", sans-serif;
  text-align: center;
    color: #59cbcf;
  font-size: 1.6rem;
  line-height: 1;
    border: 1px solid #59cbcf;
  -webkit-transition: ease-in-out .2s;
  transition: ease-in-out .2s;
  font-weight: 400;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 46px;
}

.o-c-btn__blank a:after, .o-c-btn__menuBack a:after {
  content: "";
  display: block;
  margin-left: 8px;
  width: 12px;
  height: 12px;
  background: url(../img/icon_window.png) no-repeat center/cover;
}

.o-c-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Josefin Sans", sans-serif;
  text-align: center;
  color: #008475;
  font-size: 1.6rem;
  line-height: 1;
  border: 1px solid #008475;
  -webkit-transition: ease-in-out .2s;
  transition: ease-in-out .2s;
  font-weight: 400;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 46px;
}

.o-c-btn__menuBack {
  display: none;
}

@media screen and (max-width: 768px) {
  .o-c-btn__menuBack {
    display: block;
  }
}

.o-c-btn__menuBack a {
  font-size: 1.2rem;
  line-height: 1;
  height: 46px;
}

.o-c-btn__menuBack a:after {
  display: none;
}

.fadein_v1 {
  -webkit-transition: ease-in-out .5s;
  transition: ease-in-out .5s;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.fadein_v1.scrollWatch {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.fadein {
  opacity: 0;
}

.fadeinup {
  opacity: 0;
}

.fadeinright {
  opacity: 0;
}

.fadeinleft {
  opacity: 0;
}

.fadein_v2 {
  -webkit-transition: ease-in-out .9s;
  transition: ease-in-out .9s;
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

.fadein_v2.scrollWatch {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.o-c-a-colorWrap {
  position: relative;
}

.o-c-a-colorWrap:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: #008475;
  -webkit-transition: 0.8s cubic-bezier(0.57, 0.15, 0.13, 0.97);
  transition: 0.8s cubic-bezier(0.57, 0.15, 0.13, 0.97);
}

.o-c-a-colorWrap.show:after {
  width: 0;
}

.o-c-a-fadein {
  -webkit-transition: ease-in-out .5s;
  transition: ease-in-out .5s;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.o-c-a-fadein.show {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

section.o-c-s-wave_bottom:after {
  content: "";
  display: block;
  width: 100%;
  height: 120px;
  background: url(../img/item_wave-bottom.png) no-repeat top center/100%;
  background-color: #fff;
}

section.o-c-s-wave_top:before {
  content: "";
  display: block;
  width: 100%;
  height: 120px;
  background: url(../img/item_wave-top.png) no-repeat bottom center/100%;
  background-color: #fff;
}

 #loading,
.o-p-l-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
  width: 186px;
}

#loader-bg,
.o-p-l-loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 1001;
}

#o-p-pagetop {
  cursor: pointer !important;
  position: fixed;
  right: 20px;
  bottom: 60px;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  #o-p-pagetop {
    right: 0;
    font-size: 1.2rem;
  }
}

#o-p-pagetop .arrow {
  position: absolute;
  display: block;
  width: 1px;
  background: #000;
  -webkit-animation: heightTrans 2s ease-in-out 1s  infinite;
  animation: heightTrans 2s ease-in-out 1s  infinite;
  top: -85px;
  right: 51%;
}

@-webkit-keyframes heightTrans {
  0% {
    height: 45px;
  }
  80% {
    height: 0;
  }
  100% {
    height: 0;
  }
}

@keyframes heightTrans {
  0% {
    height: 45px;
  }
  80% {
    height: 0;
  }
  100% {
    height: 0;
  }
}

#o-p-pagetop .en {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

#o-p-pagetop.o-p-position {
  position: absolute;
  bottom: 90px;
}

.o-p-s-slide_arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 34px;
  height: 34px;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: ease-in-out .2s;
  transition: ease-in-out .2s;
}

.o-p-s-slide_arrow:hover, .o-p-s-slide_arrow:active {
  opacity: .2;
}

.o-p-s-slide_arrow img {
  -webkit-transition: ease-in-out .2s;
  transition: ease-in-out .2s;
}

.o-p-s-slide_arrow.prev-arrow:hover img {
  -webkit-transform: translateX(-10px) rotate(-180deg);
  transform: translateX(-10px) rotate(-180deg);
}

.o-p-s-slide_arrow.prev-arrow img {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.o-p-s-slide_arrow.next-arrow:hover img {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

@-webkit-keyframes o-p-k_dots_change {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes o-p-k_dots_change {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes o-p-k_slideIn {
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  @media screen and (max-width: 480px) {
    80% {
      opacity: 1;
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
    }
  }
}

@keyframes o-p-k_slideIn {
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  @media screen and (max-width: 480px) {
    80% {
      opacity: 1;
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
    }
  }
}

@-webkit-keyframes o-p-k_fadeIn {
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  @media screen and (max-width: 480px) {
    80% {
      opacity: 1;
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
    }
  }
}

@keyframes o-p-k_fadeIn {
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  @media screen and (max-width: 480px) {
    80% {
      opacity: 1;
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
    }
  }
}

.u-f20 {
  font-size: 2rem;
  line-height: 2;
}

.u-f18 {
  font-size: 1.8rem;
  line-height: 2;
}

.u-f16 {
  font-size: 1.6rem;
  line-height: 2;
}

.u-f14 {
  font-size: 1.4rem;
  line-height: 2;
}

.u-f12 {
  font-size: 1.2rem;
  line-height: 2;
}

.u-f10 {
  font-size: 1rem;
  line-height: 2;
}

.u-text-align--center {
  text-align: center;
}

.u-text-align--left {
  text-align: left;
}

.u-text-align--right {
  text-align: right;
}

.u-vertical-align--top {
  vertical-align: top;
}

.u-vertical-align--middle {
  vertical-align: middle;
}

.u-vertical-align--bottom {
  vertical-align: bottom;
}

.u-mb0 {
  margin-bottom: 0px;
}

.u-mb5 {
  margin-bottom: 5px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mb15 {
  margin-bottom: 15px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb25 {
  margin-bottom: 25px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb35 {
  margin-bottom: 35px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb45 {
  margin-bottom: 45px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mb55 {
  margin-bottom: 55px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mb65 {
  margin-bottom: 65px;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-mb75 {
  margin-bottom: 75px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mt0 {
  margin-top: 0px;
}

.u-mt5 {
  margin-top: 5px;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mt15 {
  margin-top: 15px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt25 {
  margin-top: 25px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt35 {
  margin-top: 35px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt45 {
  margin-top: 45px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mt55 {
  margin-top: 55px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mt65 {
  margin-top: 65px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mt75 {
  margin-top: 75px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mr0 {
  margin-right: 0px;
}

.u-mr5 {
  margin-right: 5px;
}

.u-mr10 {
  margin-right: 10px;
}

.u-mr15 {
  margin-right: 15px;
}

.u-mr20 {
  margin-right: 20px;
}

.u-mr25 {
  margin-right: 25px;
}

.u-mr30 {
  margin-right: 30px;
}

.u-mr35 {
  margin-right: 35px;
}

.u-mr40 {
  margin-right: 40px;
}

.u-mr45 {
  margin-right: 45px;
}

.u-mr50 {
  margin-right: 50px;
}

.u-mr55 {
  margin-right: 55px;
}

.u-mr60 {
  margin-right: 60px;
}

.u-mr65 {
  margin-right: 65px;
}

.u-mr70 {
  margin-right: 70px;
}

.u-mr75 {
  margin-right: 75px;
}

.u-mr80 {
  margin-right: 80px;
}

.u-ml0 {
  margin-left: 0px;
}

.u-ml5 {
  margin-left: 5px;
}

.u-ml10 {
  margin-left: 10px;
}

.u-ml15 {
  margin-left: 15px;
}

.u-ml20 {
  margin-left: 20px;
}

.u-ml25 {
  margin-left: 25px;
}

.u-ml30 {
  margin-left: 30px;
}

.u-ml35 {
  margin-left: 35px;
}

.u-ml40 {
  margin-left: 40px;
}

.u-ml45 {
  margin-left: 45px;
}

.u-ml50 {
  margin-left: 50px;
}

.u-ml55 {
  margin-left: 55px;
}

.u-ml60 {
  margin-left: 60px;
}

.u-ml65 {
  margin-left: 65px;
}

.u-ml70 {
  margin-left: 70px;
}

.u-ml75 {
  margin-left: 75px;
}

.u-ml80 {
  margin-left: 80px;
}

.u-pb0 {
  padding-bottom: 0px;
}

.u-pb5 {
  padding-bottom: 5px;
}

.u-pb10 {
  padding-bottom: 10px;
}

.u-pb15 {
  padding-bottom: 15px;
}

.u-pb20 {
  padding-bottom: 20px;
}

.u-pb25 {
  padding-bottom: 25px;
}

.u-pb30 {
  padding-bottom: 30px;
}

.u-pb35 {
  padding-bottom: 35px;
}

.u-pb40 {
  padding-bottom: 40px;
}

.u-pb45 {
  padding-bottom: 45px;
}

.u-pb50 {
  padding-bottom: 50px;
}

.u-pb55 {
  padding-bottom: 55px;
}

.u-pb60 {
  padding-bottom: 60px;
}

.u-pb65 {
  padding-bottom: 65px;
}

.u-pb70 {
  padding-bottom: 70px;
}

.u-pb75 {
  padding-bottom: 75px;
}

.u-pb80 {
  padding-bottom: 80px;
}

.u-pt0 {
  padding-top: 0px;
}

.u-pt5 {
  padding-top: 5px;
}

.u-pt10 {
  padding-top: 10px;
}

.u-pt15 {
  padding-top: 15px;
}

.u-pt20 {
  padding-top: 20px;
}

.u-pt25 {
  padding-top: 25px;
}

.u-pt30 {
  padding-top: 30px;
}

.u-pt35 {
  padding-top: 35px;
}

.u-pt40 {
  padding-top: 40px;
}

.u-pt45 {
  padding-top: 45px;
}

.u-pt50 {
  padding-top: 50px;
}

.u-pt55 {
  padding-top: 55px;
}

.u-pt60 {
  padding-top: 60px;
}

.u-pt65 {
  padding-top: 65px;
}

.u-pt70 {
  padding-top: 70px;
}

.u-pt75 {
  padding-top: 75px;
}

.u-pt80 {
  padding-top: 80px;
}

.u-pr0 {
  padding-right: 0px;
}

.u-pr5 {
  padding-right: 5px;
}

.u-pr10 {
  padding-right: 10px;
}

.u-pr15 {
  padding-right: 15px;
}

.u-pr20 {
  padding-right: 20px;
}

.u-pr25 {
  padding-right: 25px;
}

.u-pr30 {
  padding-right: 30px;
}

.u-pr35 {
  padding-right: 35px;
}

.u-pr40 {
  padding-right: 40px;
}

.u-pr45 {
  padding-right: 45px;
}

.u-pr50 {
  padding-right: 50px;
}

.u-pr55 {
  padding-right: 55px;
}

.u-pr60 {
  padding-right: 60px;
}

.u-pr65 {
  padding-right: 65px;
}

.u-pr70 {
  padding-right: 70px;
}

.u-pr75 {
  padding-right: 75px;
}

.u-pr80 {
  padding-right: 80px;
}

.u-pl0 {
  padding-left: 0px;
}

.u-pl5 {
  padding-left: 5px;
}

.u-pl10 {
  padding-left: 10px;
}

.u-pl15 {
  padding-left: 15px;
}

.u-pl20 {
  padding-left: 20px;
}

.u-pl25 {
  padding-left: 25px;
}

.u-pl30 {
  padding-left: 30px;
}

.u-pl35 {
  padding-left: 35px;
}

.u-pl40 {
  padding-left: 40px;
}

.u-pl45 {
  padding-left: 45px;
}

.u-pl50 {
  padding-left: 50px;
}

.u-pl55 {
  padding-left: 55px;
}

.u-pl60 {
  padding-left: 60px;
}

.u-pl65 {
  padding-left: 65px;
}

.u-pl70 {
  padding-left: 70px;
}

.u-pl75 {
  padding-left: 75px;
}

.u-pl80 {
  padding-left: 80px;
}

.u-float__clear {
  clear: both;
}

.u-float__left {
  float: left;
}

.u-float__right {
  float: right;
}

.sp,
.tab {
  display: none;
}

.pc {
  display: block;
}

@media screen and (max-width: 1080px) {
  .sp,
  .tab {
    display: none;
  }
  .pc {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .sp,
  .pc {
    display: none;
  }
  .tab {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .pc,
  .tab {
    display: none;
  }
  .sp {
    display: block;
  }
}

/*
.u-br-pc {
	display: block;
	@include medium{
		display: none;
	}
}
.u-br-sp {
	display: none;
	@include medium{
		display: block;
	}
}
*/
br.pc {
  display: block;
}

br.lg {
  display: none;
}

br.md {
  display: none;
}

br.sm {
  display: none;
}

@media screen and (max-width: 1080px) {
  br.pc {
    display: none;
  }
  br.lg {
    display: block;
  }
  br.md {
    display: none;
  }
  br.sm {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  br.pc {
    display: none;
  }
  br.lg {
    display: none;
  }
  br.md {
    display: block;
  }
  br.sm {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  br.pc {
    display: none;
  }
  br.lg {
    display: none;
  }
  br.md {
    display: none;
  }
  br.sm {
    display: block;
  }
}

.scroll_parts {
  width: 7px;
  margin: auto;
}

a {
  -webkit-transition: ease-in-out .2s;
  transition: ease-in-out .2s;
}

a:hover {
  opacity: .6;
}

img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.frame__scroll {
  position: fixed;
  z-index: 3;
  bottom: 192px;
  right: 6px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #d4ab37;
}

@media screen and (max-width: 768px) {
  .frame__scroll {
    right: -12px;
  }
}

@media screen and (max-width: 480px) {
  .frame__scroll {
    font-size: 1rem;
    right: -8px;
    bottom: 120px;
    font-weight: 400;
  }
}

.frame__scroll .scroll_parts {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  left: 94px;
  top: -32px;
}

.frame__social {
  position: fixed;
  z-index: 6;
  top: 0;
  bottom: 0;
  right: 14px;
  margin: auto;
  height: 76px;
}

@media screen and (max-width: 768px) {
  .frame__social {
    right: 7px;
  }
}

.frame__social .social__icon {
  display: block;
  width: 140px;
  position: relative;
  -webkit-transform: translateX(60px);
  transform: translateX(60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  right: -48px;
}

@media screen and (max-width: 768px) {
  .frame__social .social__icon {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    width: 32px;
    right: 0;
  }
}

.frame__social .social__icon::after {
  display: block;
  -webkit-transition: ease-in-out .1s;
  transition: ease-in-out .1s;
  font-size: 1.2rem;
  opacity: 0;
  font-weight: bold;
  white-space: nowrap;
  color: #fff;
  background: #d4ab37;
  margin: 0 0 0 -16px;
  padding: 9px 0 10px 22px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .frame__social .social__icon::after {
    display: none;
  }
}

.frame__social .social__icon:nth-child(1)::after {
  content: "公式Facebook";
}

.frame__social .social__icon:nth-child(2)::after {
  content: "公式Instagram";
}

.frame__social .social__icon:nth-child(3)::after {
  content: "院長ブログ";
}

.frame__social .social__icon:hover {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  right: -15px;
}

@media screen and (max-width: 768px) {
  .frame__social .social__icon:hover {
    right: 0;
  }
}

.frame__social .social__icon:hover::after {
  opacity: 1;
}

.frame__social .social__icon::before {
  display: none;
}

@media screen and (max-width: 768px) {
  .frame__social .social__icon::before {
    display: block;
    opacity: 0;
    position: absolute;
    right: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1rem;
    font-weight: bold;
    white-space: nowrap;
    -webkit-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
    pointer-events: none;
    color: #d4ab37;
  }
}

@media screen and (max-width: 480px) {
  .frame__social .social__icon::before {
    font-size: 1.2rem;
    height: 1.2rem;
    letter-spacing: 1px;
  }
}

.frame__social .social__icon:nth-child(1)::before {
  content: "公式Facebook";
}

.frame__social .social__icon:nth-child(2)::before {
  content: "公式Instagram";
}

.frame__social .social__icon:nth-child(3)::before {
  content: "院長ブログ";
}

.frame__social .social__icon:hover::before {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.frame__social .social__icon + .social__icon {
  margin-top: 12px;
}

.frame__social .social__icon img {
  width: 32px;
  height: 32px;
  position: relative;
  z-index: 4;
}

.frame__info {
  display: block;
  position: fixed;
  z-index: 10;
  top: 50%;
  left: -76px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  -webkit-transform: rotate(-270deg);
  transform: rotate(-270deg);
  color: #d4ab37;
}

@media screen and (max-width: 768px) {
  .frame__info {
    left: -79px;
    z-index: 6;
  }
}

@media screen and (max-width: 480px) {
  .frame__info {
    left: -72px;
    font-size: 1rem;
  }
}

.frame__page_top {
  opacity: 0;
  pointer-events: none;
  display: block;
  position: fixed;
  z-index: 3;
  bottom: 125px;
  right: 0;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  -webkit-transition: ease-in-out .2s;
  transition: ease-in-out .2s;
}

@media screen and (max-width: 768px) {
  .frame__page_top {
    right: -16px;
  }
}

.frame__page_top a {
  display: block;
  color: #d4ab37;
}

.frame__page_top .scroll_parts {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.frame__page_top span {
  display: block;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-top: 40px;
}

.frame__page_top.show {
  opacity: 1;
  pointer-events: auto;
}

.frame__page_top.show a:hover {
  opacity: .3;
}

.frame__booking {
  color: #d4ab37;
  position: fixed;
  right: 120px;
  z-index: 5;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .frame__booking {
    right: 65px;
  }
}

@media screen and (max-width: 480px) {
  .frame__booking {
    display: none;
  }
}

.frame__booking a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: inherit;
  height: 65px;
  font-family: "Josefin Sans", sans-serif;
  -webkit-font-smoothing: initial;
}

.frame__booking .telBox {
  font-size: 1.9rem;
  line-height: 1;
  letter-spacing: 0.12em;
  margin-left: 49px;
}

@media screen and (max-width: 768px) {
  .frame__booking .telBox {
    font-size: 1.6rem;
    margin-left: 20px;
  }
}

.frame__booking .telBox .icon {
  width: 17px;
  margin: 0px 9px 2px 0px;
}

.frame__booking .webBox {
  font-size: 1.9rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.13em;
}

@media screen and (max-width: 768px) {
  .frame__booking .webBox {
    font-size: 1.2rem;
  }
}

.frame__booking .webBox .icon {
  width: 20px;
  margin: 0 12px 4px 0;
}

@media screen and (max-width: 768px) {
  .frame__booking .webBox .icon {
    width: 16px;
  }
}

#hero {
  position: relative;
}

@media screen and (max-width: 768px) {
  #hero {
    min-height: auto;
  }
}

#hero:before {
  content: "";
  width: 50%;
  height: calc(100% + 27px);
  background: #f4f4f4;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 1080px) {
  #hero:before {
    width: 40%;
  }
}

@media screen and (max-width: 480px) {
  #hero:before {
    height: 240px;
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
  }
}

#hero .hari_01 {
  position: absolute;
  left: 27%;
  top: -70px;
  z-index: 3;
  width: 290px;
  -webkit-animation: spin 20s linear infinite;
  animation: spin 20s linear infinite;
}

@media screen and (max-width: 768px) {
  #hero .hari_01 {
    right: 7px;
  }
}

@media screen and (max-width: 480px) {
  #hero .hari_01 {
    right: -40px;
  }
}

#hero .hari_02 {
  position: absolute;
  left: -28px;
  bottom: -107px;
  z-index: 3;
  width: 297px;
  -webkit-animation: spin 40s linear infinite;
  animation: spin 40s linear infinite;
}

@media screen and (max-width: 768px) {
  #hero .hari_02 {
    width: 237px;
  }
}

@media screen and (max-width: 480px) {
  #hero .hari_02 {
    width: 177px;
    bottom: 400px;
  }
}

#hero .hero__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc( 100% - 120px);
  height: calc( 100% - 120px);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 480px) {
  #hero .hero__inner {
    width: 100%;
    height: 100%;
    position: inherit;
  }
}

#hero .hero__info {
  position: relative;
  z-index: 6;
    color: #59cbcf;
  width: 77%;
}

@media screen and (max-width: 1080px) {
  #hero .hero__info {
    width: 95%;
  }
}

@media screen and (max-width: 768px) {
  #hero .hero__info {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  #hero .hero__info {
    display: none;
  }
}

#hero .hero__info .logo {
  max-width: 254px;
  margin: 0 auto 50px -22px;
}

@media screen and (max-width: 1080px) {
  #hero .hero__info .logo {
    margin: 0 auto 50px -23px;
  }
}

@media screen and (max-width: 768px) {
  #hero .hero__info .logo {
    max-width: 155px;
    margin: 0 auto 17px 0;
  }
}

@media screen and (max-width: 480px) {
  #hero .hero__info .logo {
    margin-left: 4px;
  }
}

#hero .hero__info .catch {
  font-size: 4.1rem;
  line-height: 1;
  letter-spacing: 0.235em;
  margin-bottom: 30px;
  -webkit-font-smoothing: initial;
}

@media screen and (max-width: 768px) {
  #hero .hero__info .catch {
    font-size: 2.2rem;
    line-height: 1.5;
    margin-bottom: 12px;
    margin-left: 18px;
    letter-spacing: 0.18em;
  }
}

#hero .hero__info .txt {
  font-size: 1.58rem;
  line-height: 2.3;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 768px) {
  #hero .hero__info .txt {
    line-height: 2.3rem;
    font-size: 1.3rem;
    line-height: 2.3;
    letter-spacing: 0.14em;
    margin-left: 19px;
  }
}

#hero .hero__info__open {
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.15em;
  font-size: 1.9rem;
}

#hero .hero__bg__slider {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: calc( 100% - 520px);
  min-width: 540px;
}

@media screen and (max-width: 1080px) {
  #hero .hero__bg__slider {
    min-width: 0;
    width: calc( 100% - 330px);
  }
}

@media screen and (max-width: 768px) {
  #hero .hero__bg__slider {
    min-width: 350px;
    width: calc( 100% - 220px);
  }
}

@media screen and (max-width: 480px) {
  #hero .hero__bg__slider {
    min-width: 0;
    left: 0;
    right: 0;
    top: 60px;
    margin: 0 auto;
    width: 100%;
    height: 260px;
    position: static;
  }
}

#hero .hero__bg__slider .slick-list, #hero .hero__bg__slider .slick-track {
  height: 100%;
}

#hero .hero__bg__slider:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  opacity: .3;
  z-index: 5;
  background: -webkit-linear-gradient(304deg, #fae4d9, #ffffff, #f9f8de);
  background: linear-gradient(146deg, #fae4d9, #ffffff, #f9f8de);
  background-size: 600% 600%;
  -webkit-animation: AnimationName 4s ease infinite;
  animation: AnimationName 4s ease infinite;
}

@-webkit-keyframes AnimationName {
  0% {
    background-position: 2% 0%;
  }
  50% {
    background-position: 99% 100%;
  }
  100% {
    background-position: 2% 0%;
  }
}

@keyframes AnimationName {
  0% {
    background-position: 2% 0%;
  }
  50% {
    background-position: 99% 100%;
  }
  100% {
    background-position: 2% 0%;
  }
}

#hero .hero__bg__slider__img {
  height: 100%;
}

#hero .hero__bg__slider__img img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  height: 100%;
  -webkit-transform-origin: center top;
  transform-origin: center top;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 5s ease-out;
  transition: 5s ease-out;
}

#hero .hero__bg__slider__img.slick-active img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.sp_hero {
  display: none;
}

@media screen and (max-width: 480px) {
  .sp_hero {
    display: block;
    width: 100%;
    position: relative;
    margin: 0 0 40px 0;
  }
}

.sp_hero .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  background: #f6f6f6;
  width: calc(100% - 60px);
  margin: auto;
  height: calc(100% - 60px);
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sp_hero .logo {
  max-width: 170px;
  margin: auto;
}

.sp_hero .catch {
    text-align: center;
  color: #008475;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.18em;
  margin-top: 18px;
  -webkit-font-smoothing: initial;
}

.sp_hero-cont {
  display: none;
}

@media screen and (max-width: 480px) {
  .sp_hero-cont {
    display: block;
    text-align: center;
    font-size: 1.4rem;
    line-height: 2.3;
    letter-spacing: 0.16em;
    color: #008475;
    padding: 0 0 60px;
  }
}

.sp_hero-cont .txt p {
  opacity: 0;
}

.sp_hero-cont.show .txt p:nth-child(1) {
  -webkit-animation: o-p-k_fadeIn 2s ease 0.2s 1 forwards;
  animation: o-p-k_fadeIn 2s ease 0.2s 1 forwards;
}

.sp_hero-cont.show .txt p:nth-child(2) {
  -webkit-animation: o-p-k_fadeIn 2s ease 0.5s 1 forwards;
  animation: o-p-k_fadeIn 2s ease 0.5s 1 forwards;
}

.sp_hero-cont.show .txt p:nth-child(3) {
  -webkit-animation: o-p-k_fadeIn 2s ease 0.8s 1 forwards;
  animation: o-p-k_fadeIn 2s ease 0.8s 1 forwards;
}

.sp_hero-cont.show .txt p:nth-child(4) {
  -webkit-animation: o-p-k_fadeIn 2s ease 1.1s 1 forwards;
  animation: o-p-k_fadeIn 2s ease 1.1s 1 forwards;
}

.pc_hero {
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .pc_hero {
    display: none;
  }
}

#page_top {
  position: absolute;
  bottom: 0;
  color: #d4ab37;
  font-family: "Josefin Sans", sans-serif;
  font-style: 1.2rem;
}

.covid19 {
  margin: 187px auto 0;
  max-width: 750px;
  width: 80%;
  color: #008475;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .covid19 {
    margin-top: 140px;
    width: 70%;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 480px) {
  .covid19 {
    margin-top: 50px;
    margin-bottom: 50px;
    width: 80%;
  }
}

.covid19 dl {
  padding: 66px 80px 50px;
  text-align: center;
  border: 1px solid;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .covid19 dl {
    padding: 60px 35px 40px;
  }
}

@media screen and (max-width: 480px) {
  .covid19 dl {
    padding: 50px 20px 20px;
    font-size: 1.3rem;
  }
}

.covid19 dt {
  font-size: 2.3rem;
  line-height: 1.6;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .covid19 dt {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 480px) {
  .covid19 dt {
    font-size: 1.5rem;
    padding-bottom: 30px;
    border-bottom: 1px solid;
    margin-bottom: 20px;
  }
}

.covid19 dd {
  text-align: left;
  line-height: 1.5;
  padding: 14px 10px 14px 28px;
  position: relative;
}

@media screen and (max-width: 480px) {
  .covid19 dd {
    padding: 10px 10px 10px 28px;
    text-align: justify;
    letter-spacing: 0.01em;
    margin-left: 5px;
  }
}

.covid19 dd::before {
  content: "」";
  position: absolute;
  display: block;
  left: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 8px;
  margin: auto;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .covid19 dd::before {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 480px) {
  .covid19 dd::before {
    top: 4px;
  }
}

.covid19 dd::after {
  content: "";
  display: block;
  border: 1px solid;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 15px;
}

@media screen and (max-width: 768px) {
  .covid19 dd::after {
    width: 18px;
    height: 18px;
  }
}

@media screen and (max-width: 480px) {
  .covid19 dd::after {
    top: 11px;
  }
}

.news {
  max-width: 1096px;
  width: 80%;
  background: #f6f6f6;
  margin: 187px auto 207px;
  padding: 27px 70px;
}

@media screen and (max-width: 1080px) {
  .news {
    padding: 27px 45px;
  }
}

@media screen and (max-width: 768px) {
  .news {
    padding: 0 50px 20px;
    width: 80%;
  }
}

@media screen and (max-width: 480px) {
  .news {
    padding: 40px 30px 20px;
    width: 100%;
    margin: 0 auto 0;
  }
}

@media screen and (max-width: 768px) {
  .news .l-h-title, .news .l-h-title__border {
    margin-top: 50px;
  }
}

@media screen and (max-width: 480px) {
  .news .l-h-title, .news .l-h-title__border {
    margin-top: 0;
  }
}

.news .l-h-title__en {
  font-size: 3rem;
  letter-spacing: 0.25em;
}

@media screen and (max-width: 768px) {
  .news .l-h-title__en {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 480px) {
  .news .l-h-title__en {
    font-size: 2.2rem;
    padding-bottom: 2px;
  }
}

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

@media screen and (max-width: 768px) {
  .news .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.news__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 200px;
}

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

.news__box {
  color: #008475;
  font-size: 1.4rem;
  line-height: 1;
  width: calc( 100% - 200px);
}

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

@media screen and (max-width: 480px) {
  .news__box {
    padding-top: 8px;
  }
}

.news__box a {
  display: block;
}

.news__box a:hover {
  opacity: .7;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.news__box__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.6;
  padding: 25px 0px 25px 10px;
  color: #008475;
}

@media screen and (max-width: 768px) {
  .news__box__inner {
    padding: 20px 0 20px;
    line-height: 1.8;
  }
}

@media screen and (max-width: 480px) {
  .news__box__inner {
    display: block;
    line-height: 1.3;
    padding: 17px 0px;
  }
}

.news__box__inner time {
  margin-right: 16px;
}

@media screen and (max-width: 480px) {
  .news__box__inner time {
    display: block;
    font-size: 1rem;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 500;
  }
}

@media screen and (max-width: 480px) {
  .news__box__inner .title {
    font-size: 1.2rem;
  }
}

.news__box li + li {
  border-top: 1px solid #008475;
}

.newsReview_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 130px auto 207px;
  max-width: 1096px;
  width: 80%;
}

@media screen and (max-width: 1080px) {
  .newsReview_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  .newsReview_wrap {
    margin-top: 110px;
  }
}

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

.newsReview_wrap .news {
  width: 60%;
  margin: 0;
  max-width: 100%;
}

@media screen and (max-width: 1080px) {
  .newsReview_wrap .news {
    width: 100%;
    margin-bottom: 30px;
  }
}

.newsReview_wrap .news .news__title {
  width: 170px;
}

.newsReview_wrap .news .news__box {
  width: calc( 100% - 170px);
}

@media screen and (max-width: 768px) {
  .newsReview_wrap .news .news__box {
    width: 100%;
  }
}

.newsReview_wrap .shinqcompass_review_widget {
  width: calc(40% - 20px);
}

@media screen and (max-width: 1080px) {
  .newsReview_wrap .shinqcompass_review_widget {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .newsReview_wrap .shinqcompass_review_widget {
    width: 80%;
    margin: auto;
  }
}

.newsReview_wrap .shinqcompass_review_widget .shinqcompass_review_widget__arrow {
  width: 15px;
}

.concept {
  position: relative;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .concept {
    margin-top: 100px;
  }
}

@media screen and (max-width: 480px) {
  .concept {
    margin-top: 155px;
  }
}

.concept .hari_03 {
  position: absolute;
  right: 26%;
  bottom: -80px;
  z-index: 0;
  width: 270px;
  -webkit-animation: spin 40s linear infinite;
  animation: spin 40s linear infinite;
}

@media screen and (max-width: 1080px) {
  .concept .hari_03 {
    z-index: 1;
    right: 2%;
    bottom: -220px;
    width: 370px;
  }
}

@media screen and (max-width: 768px) {
  .concept .hari_03 {
    right: -10%;
    bottom: -220px;
    width: 250px;
  }
}

.concept .concept__inner {
  max-width: 1440px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 1080px) {
  .concept .concept__inner {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.concept .concept__txt {
  display: block;
  max-width: 535px;
  width: 50%;
  position: absolute;
  top: -70px;
  left: -45px;
  z-index: 6;
}

@media screen and (max-width: 1080px) {
  .concept .concept__txt {
    left: 20px;
    z-index: 6;
    width: 80%;
  }
}

@media screen and (max-width: 480px) {
  .concept .concept__txt {
    top: -95px;
    width: 85%;
  }
}

.concept .concept__imgBox {
  width: 68%;
  z-index: 5;
  margin: 0 0 0 -15%;
  height: 100%;
}

@media screen and (max-width: 1080px) {
  .concept .concept__imgBox {
    position: relative;
    right: 0;
    width: 80%;
    margin: 0 0 0 auto;
  }
}

@media screen and (max-width: 480px) {
  .concept .concept__imgBox {
    width: 85%;
  }
}

.concept .concept__imgBox .row:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 650px;
  width: 65%;
  margin: 47px -45px 0 auto;
}

@media screen and (max-width: 1080px) {
  .concept .concept__imgBox .row:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .concept .concept__imgBox .row:nth-child(2) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 480px) {
  .concept .concept__imgBox .row:nth-child(2) {
    width: 80%;
  }
}

.concept .concept__imgBox .row__item:nth-of-type(2) {
  margin: 0 0 0 45px;
}

@media screen and (max-width: 1080px) {
  .concept .concept__imgBox .row__item:nth-of-type(2) {
    margin: 0 47px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .concept .concept__imgBox .row__item:nth-of-type(2) {
    margin: 0 20px 0 0;
  }
}

.concept .concept__txtBox {
  width: 39%;
}

@media screen and (max-width: 1080px) {
  .concept .concept__txtBox {
    width: 80%;
    margin: -30px auto 0;
  }
}

@media screen and (max-width: 768px) {
  .concept .concept__txtBox {
    margin: 0 auto 0;
  }
}

@media screen and (max-width: 480px) {
  .concept .concept__txtBox {
    margin: 0 auto;
  }
}

.concept .concept__txtBox__wrap {
  max-width: 460px;
}

.concept .concept__txtBox .en {
  display: inline-block;
  color: #d4ab37;
  font-size: 2rem;
  margin: 87px 0 50px;
  letter-spacing: 0.25em;
}

@media screen and (max-width: 1080px) {
  .concept .concept__txtBox .en {
    margin: -160px 0 15px;
    font-size: 1.8rem;
  }
}

.concept .concept__txtBox .jp {
  display: inline-block;
    color: #59cbcf;
  font-size: 3.3rem;
  -webkit-font-smoothing: subpixel-antialiased;
  line-height: 1.9;
  letter-spacing: 0.1em;
  margin-bottom: 35px;
}

@media screen and (max-width: 1180px) {
  .concept .concept__txtBox .jp {
    /* 1180pxまで */
    font-size: 3rem;
  }
}

@media screen and (max-width: 1080px) {
  .concept .concept__txtBox .jp {
    letter-spacing: 0.05em;
    font-size: 2.7rem;
  }
}

@media screen and (max-width: 890px) {
  .concept .concept__txtBox .jp {
    /* 1180pxまで */
    font-size: 2.3rem;
  }
}

@media screen and (max-width: 768px) {
  .concept .concept__txtBox .jp {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 480px) {
  .concept .concept__txtBox .jp {
    font-size: 2rem;
    margin-bottom: 15px;
  }
}

.concept .concept__txtBox .txt {
  font-size: 1.5rem;
  line-height: 2.1;
  letter-spacing: 0.03em;
  word-break: break-all;
  padding: 0 5% 0 0;
}

@media screen and (max-width: 1080px) {
  .concept .concept__txtBox .txt {
    font-size: 1.4rem;
    padding: 0;
    letter-spacing: 0.06em;
  }
}

@media screen and (max-width: 480px) {
  .concept .concept__txtBox .txt {
    font-size: 1.3rem;
    line-height: 1.9;
    letter-spacing: 0.02em;
  }
}

.concept .concept__txtBox .txt p + p {
  padding-top: 30px;
}

@media screen and (max-width: 480px) {
  .concept .concept__txtBox .txt p + p {
    padding-top: 16px;
  }
}

.greeting {
  padding: 0 0 132px 0;
}

@media screen and (max-width: 1080px) {
  .greeting {
    margin-top: 108px;
  }
}

@media screen and (max-width: 768px) {
  .greeting {
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 480px) {
  .greeting {
    margin-top: 80px;
  }
}

.greeting__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-width: 1098px;
  width: 93%;
  margin: 0 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1080px) {
  .greeting__inner {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.greeting__imgBox {
  max-width: 380px;
  width: 36%;
  height: 566px;
}

@media screen and (max-width: 1080px) {
  .greeting__imgBox {
    max-width: 100%;
    height: 370px;
    width: 80%;
    position: static;
  }
}

@media screen and (max-width: 768px) {
  .greeting__imgBox {
    height: 340px;
    width: 87%;
  }
}

@media screen and (max-width: 480px) {
  .greeting__imgBox {
    height: 200px;
  }
}

.greeting__imgBox img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  height: 100%;
  position: relative;
}

.greeting__imgBox:before {
  content: "";
  display: none;
  height: inherit;
  background: #f6f6f6;
  margin: 40px 0 0 auto;
  width: 40%;
  position: absolute;
  right: 0;
}

@media screen and (max-width: 1080px) {
  .greeting__imgBox:before {
    display: block;
  }
}

.greeting__txtBox {
  max-width: 720px;
  width: 100%;
  padding-left: calc( 100% * 0.07);
  padding-top: 182px;
  padding-right: 60px;
}

@media screen and (max-width: 1080px) {
  .greeting__txtBox {
    width: 80%;
    max-width: 100%;
    margin: auto;
    padding-left: 0;
    padding-top: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .greeting__txtBox {
    padding-top: 70px;
  }
}

.greeting__txtBox .en {
  display: inline-block;
  color: #d4ab37;
  font-size: 2rem;
  margin: 87px 0 50px;
  letter-spacing: 0.25em;
}

@media screen and (max-width: 768px) {
  .greeting__txtBox .en {
    margin: -160px 0 20px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 480px) {
  .greeting__txtBox .en {
    margin-bottom: 15px;
  }
}

.greeting__txtBox .jp {
  display: inline-block;
  color: #008475;
  font-size: 3.6rem;
  -webkit-font-smoothing: subpixel-antialiased;
  line-height: 1.9;
  letter-spacing: 0.12em;
  margin-bottom: 35px;
}

@media screen and (max-width: 1180px) {
  .greeting__txtBox .jp {
    /* 1180pxまで */
    font-size: 3rem;
  }
}

@media screen and (max-width: 1080px) {
  .greeting__txtBox .jp {
    letter-spacing: 0.05em;
    font-size: 2.7rem;
  }
}

@media screen and (max-width: 890px) {
  .greeting__txtBox .jp {
    /* 1180pxまで */
    font-size: 2.3rem;
  }
}

@media screen and (max-width: 768px) {
  .greeting__txtBox .jp {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 480px) {
  .greeting__txtBox .jp {
    font-size: 1.8rem;
    margin-bottom: 20px;
    letter-spacing: 0.04em;
  }
}

.greeting__txtBox .txt {
  font-size: 1.4rem;
  line-height: 2.25;
  letter-spacing: 0.03em;
  word-break: break-all;
  text-align: justify;
}

@media screen and (max-width: 768px) {
  .greeting__txtBox .txt {
    font-size: 1.4rem;
    padding: 0;
    letter-spacing: 0.06em;
    line-height: 2.1;
  }
}

@media screen and (max-width: 480px) {
  .greeting__txtBox .txt {
    font-size: 1.3rem;
    line-height: 1.9;
    letter-spacing: 0.02em;
  }
}

.greeting__txtBox .txt p + p {
  padding-top: 30px;
}

@media screen and (max-width: 480px) {
  .greeting__txtBox .txt p + p {
    padding-top: 14px;
  }
}

.greeting__txtBox .greeting__director {
  color: #008475;
  text-align: right;
  font-size: 1.5rem;
  font-weight: bold;
  padding-top: 66px;
}

@media screen and (max-width: 1080px) {
  .greeting__txtBox .greeting__director {
    text-align: left;
  }
}

@media screen and (max-width: 480px) {
  .greeting__txtBox .greeting__director {
    text-align: left;
    font-size: 1.3rem;
    padding-top: 35px;
  }
}

.greeting__txtBox .greeting__director .name {
  padding: 0 0 0 17px;
}

.greeting__txtBox .greeting__director .degree {
  display: block;
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 1.7;
}

@media screen and (max-width: 480px) {
  .greeting__txtBox .greeting__director .degree {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}

.menu .l-h-title, .menu .l-h-title__border {
  max-width: 960px;
  width: 80%;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .menu .l-h-title, .menu .l-h-title__border {
    text-align: center;
  }
}

.menu__title__images {
  position: relative;
}

.menu__title__images_img:nth-child(1) {
  position: absolute;
  left: 0;
  bottom: 66px;
  width: calc(100% - 290px);
  height: 550px;
}

@media screen and (max-width: 1080px) {
  .menu__title__images_img:nth-child(1) {
    height: 370px;
  }
}

@media screen and (max-width: 768px) {
  .menu__title__images_img:nth-child(1) {
    width: 80%;
    height: 340px;
  }
}

@media screen and (max-width: 480px) {
  .menu__title__images_img:nth-child(1) {
    bottom: 40px;
    height: 200px;
  }
}

.menu__title__images_img:nth-child(1) img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  height: 100%;
}

.menu__title__images_img:nth-child(2) {
  background: #f6f6f6;
  height: 560px;
  width: 670px;
  margin: 66px 0 0 auto;
}

@media screen and (max-width: 1080px) {
  .menu__title__images_img:nth-child(2) {
    height: 370px;
  }
}

@media screen and (max-width: 768px) {
  .menu__title__images_img:nth-child(2) {
    height: 340px;
    width: 40%;
  }
}

@media screen and (max-width: 480px) {
  .menu__title__images_img:nth-child(2) {
    margin-top: 40px;
    height: 200px;
  }
}

.menu__inner {
  position: relative;
  padding: 96px 0 0 0;
}

@media screen and (max-width: 480px) {
  .menu__inner {
    padding-top: 100px;
  }
}

.menu .hari_05 {
  position: absolute;
  right: 10%;
  top: 132px;
  z-index: 0;
  width: 280px;
  -webkit-animation: spin 45s linear infinite;
  animation: spin 45s linear infinite;
}

@media screen and (max-width: 768px) {
  .menu .hari_05 {
    top: -140px;
    width: 256px;
  }
}

.menu__slider {
  max-width: 960px;
  width: 80%;
  margin: 75px auto 0;
}

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

@media screen and (max-width: 480px) {
  .menu__slider {
    margin: 45px auto 0;
  }
}

.menu__slider .menu__slider__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  outline: none;
}

@media screen and (max-width: 768px) {
  .menu__slider .menu__slider__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.menu__slider .slider__box__image {
  width: 40%;
  height: 520px;
}

@media screen and (max-width: 1080px) {
  .menu__slider .slider__box__image {
    height: 410px;
    width: 40%;
  }
}

@media screen and (max-width: 768px) {
  .menu__slider .slider__box__image {
    width: 100%;
    height: 410px;
    position: relative;
    margin: auto;
  }
}

@media screen and (max-width: 480px) {
  .menu__slider .slider__box__image {
    height: 200px;
  }
}

.menu__slider .slider__box__image img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  height: 100%;
}

.menu__slider .slider__box__cont {
  width: calc(60% - 70px);
  max-width: 510px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 32px;
}

@media screen and (max-width: 1080px) {
  .menu__slider .slider__box__cont {
    width: calc(60% - 50px);
  }
}

@media screen and (max-width: 768px) {
  .menu__slider .slider__box__cont {
    max-width: 100%;
    position: relative;
    width: calc(100% - 100px);
    background: #f6f6f6;
    margin: -40px auto 0;
    padding: 50px 5% 50px;
  }
}

@media screen and (max-width: 480px) {
  .menu__slider .slider__box__cont {
    width: calc(100% - 60px);
    padding: 30px 5% 20px;
  }
}

.menu__slider .pickup {
  margin-bottom: 20px;
}

.menu__slider .pickup span {
  display: inline-block;
  color: #d4ab37;
  border: 1px solid;
  font-size: 1.1rem;
  line-height: 1;
  padding: 2px;
}

.menu__slider .catch {
  color: #008475;
  font-size: 1.4rem;
  line-height: 1.6;
}

@media screen and (max-width: 1080px) {
  .menu__slider .catch {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 768px) {
  .menu__slider .catch {
    font-size: 1.3rem;
    line-height: 1.4;
  }
}

@media screen and (max-width: 480px) {
  .menu__slider .catch {
    font-size: 1rem;
  }
}

.menu__slider .title {
    color: #59cbcf;
  font-size: 3.1rem;
  line-height: 1.3;
  margin: 7px 0 16px 0;
    text-align: left;
}

@media screen and (max-width: 1080px) {
  .menu__slider .title {
    font-size: 2.8rem;
    letter-spacing: 0.06em;
  }
}

@media screen and (max-width: 768px) {
  .menu__slider .title {
    font-size: 2.6rem;
    line-height: 1.3;
  }
}

@media screen and (max-width: 480px) {
  .menu__slider .title {
    font-size: 2rem;
    margin-top: 5px;
    margin-bottom: 8px;
  }
}

.menu__slider .txt {
  font-size: 1.5rem;
  line-height: 2.1;
  text-align: left;
}

@media screen and (max-width: 1080px) {
  .menu__slider .txt {
    font-size: 1.3rem;
    line-height: 2;
  }
}

@media screen and (max-width: 480px) {
  .menu__slider .txt {
    font-size: 1.2rem;
    letter-spacing: 0.01em;
  }
}

.menu__slider .reason {
  display: inline-block;
  width: 100%;
  background: #ece5d1;
  color: #ad9a67;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 10px 13px;
  margin: 10px 0 15px;
}

@media screen and (max-width: 1080px) {
  .menu__slider .reason {
    padding: 5px 10px;
  }
}

.menu__slider .reason span {
  display: inline-block;
  text-align: center;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 1080px) {
  .menu__slider .reason span {
    display: block;
    letter-spacing: 0.12em;
  }
}

.menu__slider .reason span + span:before {
  display: inline-block;
  content: "／";
}

@media screen and (max-width: 1080px) {
  .menu__slider .reason span + span:before {
    display: none;
  }
}

.menu__slider .menu_effect {
  margin: 42px 0 24px 0;
}

@media screen and (max-width: 1080px) {
  .menu__slider .menu_effect {
    margin: 24px 0 24px 0;
  }
}

.menu__slider .effect_title {
  color: #008475;
  font-size: 1.6rem;
  line-height: 1;
  margin: 0 0 7px 0;
}

@media screen and (max-width: 1080px) {
  .menu__slider .effect_title {
    font-size: 1.3rem;
    margin-bottom: 3px;
  }
}

@media screen and (max-width: 768px) {
  .menu__slider .effect_title {
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 480px) {
  .menu__slider .effect_title {
    font-size: 1.3rem;
  }
}

.menu__slider .effect_txt {
  font-size: 1.5rem;
  line-height: 1.8;
}

@media screen and (max-width: 1080px) {
  .menu__slider .effect_txt {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 768px) {
  .menu__slider .effect_txt {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

@media screen and (max-width: 480px) {
  .menu__slider .effect_txt {
    font-size: 1.2rem;
    letter-spacing: 0.01em;
  }
}

.menu__slider .o-c-btn__blank a, .menu__slider .o-c-btn__menuBack a {
  width: 212px;
  font-size: 1.3rem;
    margin:auto;
}

.o-c-btn__blank{
    margin:10px 0;
}

@media screen and (max-width: 480px) {
  .menu__slider .o-c-btn__blank a, .menu__slider .o-c-btn__menuBack a {
    width: 100%;
  }
}

.menu__slider .o-p-s-slide_arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .menu__slider .o-p-s-slide_arrow {
    top: 453px;
    bottom: auto;
  }
}

@media screen and (max-width: 480px) {
  .menu__slider .o-p-s-slide_arrow {
    top: 320px;
  }
}

.menu__slider .o-p-s-slide_arrow.prev-arrow {
  left: -75px;
}

@media screen and (max-width: 1080px) {
  .menu__slider .o-p-s-slide_arrow.prev-arrow {
    left: -48px;
  }
}

@media screen and (max-width: 768px) {
  .menu__slider .o-p-s-slide_arrow.prev-arrow {
    left: 25px;
  }
}

@media screen and (max-width: 480px) {
  .menu__slider .o-p-s-slide_arrow.prev-arrow {
    left: 10px;
  }
}

.menu__slider .o-p-s-slide_arrow.next-arrow {
  right: -75px;
}

@media screen and (max-width: 1080px) {
  .menu__slider .o-p-s-slide_arrow.next-arrow {
    right: -48px;
  }
}

@media screen and (max-width: 768px) {
  .menu__slider .o-p-s-slide_arrow.next-arrow {
    right: 25px;
  }
}

@media screen and (max-width: 480px) {
  .menu__slider .o-p-s-slide_arrow.next-arrow {
    right: 10px;
  }
}

.menu__slider .o-p-s-slide_dots li {
  display: inline-block;
  cursor: pointer;
  height: 1px;
  width: 26px;
  background: #b6d7d2;
  position: relative;
}

.menu__slider .o-p-s-slide_dots li + li {
  margin-left: 2px;
}

.menu__slider .o-p-s-slide_dots li button {
  display: none;
}

.menu__slider .o-p-s-slide_dots li.slick-active:after {
  content: "";
  position: absolute;
  height: inherit;
  width: 0%;
  display: block;
  top: 0;
  background: #008475;
  -webkit-animation-name: o-p-k_dots_change;
  animation-name: o-p-k_dots_change;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

section.facility {
  position: relative;
}

section.facility .hari_06 {
  position: absolute;
  bottom: 110px;
  left: -190px;
  z-index: 3;
  width: 434px;
  -webkit-animation: spin 40s linear infinite;
  animation: spin 40s linear infinite;
}

@media screen and (max-width: 768px) {
  section.facility .hari_06 {
    bottom: 160px;
    left: -120px;
    width: 370px;
  }
}

section.facility .l-h-title__border {
  max-width: 960px;
  width: 80%;
  margin: auto;
  padding: 330px 0 290px 0;
}

@media screen and (max-width: 768px) {
  section.facility .l-h-title__border {
    padding-top: 120px;
    padding-bottom: 70px;
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  section.facility .l-h-title__border {
    padding-bottom: 30px;
  }
}

section.facility .l-h-title__border:after {
  display: none;
}

@media screen and (max-width: 768px) {
  section.facility .l-h-title__border:after {
    display: block;
  }
}

section.facility .facility__slider__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  position: relative;
}

@media screen and (max-width: 768px) {
  section.facility .facility__slider__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

section.facility .inner:nth-child(1) {
  position: absolute;
  right: 0;
  top: -184px;
  width: 57%;
  z-index: 3;
}

@media screen and (max-width: 1080px) {
  section.facility .inner:nth-child(1) {
    width: 45%;
  }
}

@media screen and (max-width: 768px) {
  section.facility .inner:nth-child(1) {
    position: relative;
    top: 0;
    width: 80%;
    margin: auto;
  }
}

section.facility .slider__images {
  top: 0;
  z-index: 1;
}

section.facility .slider__images:hover .o-p-s-slide_dots .slick-active:after {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

section.facility .slider__images .o-p-s-slide_dots {
  position: absolute;
  bottom: -22px;
}

section.facility .slider__images .image_box {
  margin: 0 0 0 5px;
  outline: none;
  max-width: 590px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  section.facility .slider__images .image_box {
    margin: 0;
  }
}

section.facility .slider__images .image_box img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  height: 100%;
}

section.facility .o-p-s-slide_arrow {
  position: absolute;
  bottom: -74px;
}

section.facility .o-p-s-slide_arrow.prev-arrow {
  right: 119px;
}

section.facility .o-p-s-slide_arrow.next-arrow {
  right: 40px;
}

section.facility .inner:nth-child(2) {
  max-width: 960px;
  width: 80%;
  margin: auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  section.facility .inner:nth-child(2) {
    background: #008475;
    padding: 120px 10% 0;
    width: 100%;
    margin: -120px 0 0 0;
  }
}

section.facility .slider__cont {
  width: 777px;
}

@media screen and (max-width: 768px) {
  section.facility .slider__cont {
    width: auto;
    position: relative;
  }
}

section.facility .slider__cont .box {
  outline: none;
  color: #fff;
  font-size: 1.4rem;
  line-height: 2;
  padding: 92px 0 0 0;
}

@media screen and (max-width: 768px) {
  section.facility .slider__cont .box {
    padding: 37px 0 60px 0;
  }
}

section.facility .slider__cont .box > div {
  width: 320px;
}

@media screen and (max-width: 768px) {
  section.facility .slider__cont .box > div {
    width: 100%;
    padding: 0 10px;
  }
}

section.facility .slider__cont .box .title {
  font-size: 2.4rem;
  line-height: 1;
  padding: 0 0 34px 0;
}

section.facility .o-p-s-slide_dots {
  position: absolute;
  bottom: 30px;
  left: 11px;
}

section.facility .o-p-s-slide_dots li {
  display: inline-block;
  cursor: pointer;
  height: 1px;
  width: 26px;
  background: #58aba1;
  position: relative;
}

section.facility .o-p-s-slide_dots li + li {
  margin-left: 2px;
}

section.facility .o-p-s-slide_dots li:last-child {
  display: none;
}

@media screen and (max-width: 768px) {
  section.facility .o-p-s-slide_dots li:last-child {
    display: inline-block;
  }
}

section.facility .o-p-s-slide_dots li button {
  display: none;
}

section.facility .o-p-s-slide_dots li.slick-active:after {
  content: "";
  position: absolute;
  height: inherit;
  width: 0%;
  display: block;
  top: 0;
  background: #004f46;
  -webkit-animation-name: o-p-k_dots_change;
  animation-name: o-p-k_dots_change;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

section.facility .beta_wrap {
  position: absolute;
  width: 60%;
  left: 5%;
}

@media screen and (max-width: 768px) {
  section.facility .beta_wrap {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  section.facility .beta_wrap {
    left: 0;
    width: 100%;
  }
}

section.facility .beta_wrap .beta_item {
  background: #006f62;
  width: 88%;
  height: 350px;
}

@media screen and (max-width: 1080px) {
  section.facility .beta_wrap .beta_item {
    width: 115%;
  }
}

@media screen and (max-width: 480px) {
  section.facility .beta_wrap .beta_item {
    width: 100%;
  }
}

.information {
  margin-top: 130px;
/*  padding-top: 288px;*/
}

@media screen and (max-width: 768px) {
  .information {
    margin-top: 130px;
    padding-top: 0;
  }
}

.information .l-h-title__border {
  max-width: 960px;
  width: 80%;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .information .l-h-title__border {
    text-align: center;
  }
}

.information .l-h-title__border:after {
  display: none;
}

@media screen and (max-width: 768px) {
  .information .l-h-title__border:after {
    display: block;
  }
}

.information .hari_04 {
  position: absolute;
  right: 25%;
  top: -196px;
  z-index: 0;
  width: 434px;
  -webkit-animation: spin 45s linear infinite;
  animation: spin 45s linear infinite;
}

@media screen and (max-width: 768px) {
  .information .hari_04 {
    top: -140px;
    top: -25%;
    width: 300px;
  }
}

.information__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-width: 1100px;
  width: 90%;
  margin: 120px auto 65px;
}

@media screen and (max-width: 768px) {
  .information__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 60px auto auto;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .information__inner {
    margin-top: 30px;
  }
}

.information .txtBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 550px;
  width: 50%;
  min-height: 535px;
  font-size: 1.4rem;
  line-height: 1.8;
  background: #f6f6f6;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .information .txtBox {
    max-width: 100%;
    width: 100%;
    padding: 0;
    text-align: center;
  }
}

.information .txtBox .wrap {
  padding: 0 0 0 13%;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .information .txtBox .wrap {
    padding: 0;
    margin: 100px auto 60px;
    width: 80%;
  }
}

.information .txtBox .logo {
  display: inline-block;
  max-width: 250px;
  padding: 0 0 30px 0;
}

@media screen and (max-width: 480px) {
  .information .txtBox .logo {
    max-width: 210px;
    padding-bottom: 20px;
  }
}

.information .txtBox address span + span {
  margin-left: 20px;
}

.information .txtBox strong {
  font-weight: bold;
  display: block;
}

.information .txtBox p + p {
  padding-top: 10px;
}

@media screen and (max-width: 768px) {
  .information .txtBox p + p {
    padding-top: 25px;
  }
}

@media screen and (max-width: 768px) {
  .information .o-c-btn__blank, .information .o-c-btn__menuBack {
    padding-top: 30px;
  }
}

.information .o-c-btn__blank a, .information .o-c-btn__menuBack a {
  width: 212px;
  padding: 14px 0px;
  margin-top: 27px;
}

@media screen and (max-width: 768px) {
  .information .o-c-btn__blank a, .information .o-c-btn__menuBack a {
    margin: auto;
  }
}

.information .mapBox {
  position: absolute;
  top: 65px;
  right: 0;
  z-index: 2;
  height: 100%;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .information .mapBox {
    position: inherit;
    width: 100%;
    height: 420px;
    top: 0;
  }
}

.information .mapBox iframe {
  width: 100%;
  height: 100%;
}

.mapBox img {
  width: 90px;
  height: auto;
}

.booking {
/*  padding-top: 220px;*/
  padding-bottom: 130px;
}

@media screen and (max-width: 768px) {
  .booking {
    padding-top: 0;
    padding-bottom: 105px;
  }
}

@media screen and (max-width: 480px) {
  .booking {
    padding-bottom: 60px;
  }
}

.booking .booking__inner {
  padding: 40px 0 0 0;
}

@media screen and (max-width: 480px) {
  .booking .booking__inner {
    padding-top: 20px;
  }
}

@media screen and (max-width: 480px) {
  .booking .l-h-title__border {
    margin-top: 85px;
  }
}

.booking__about {
  letter-spacing: 0.1em;
}

.booking__about, .booking__houes {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2.3;
    color: #59cbcf;
  margin: auto;
  width: 80%;
}

@media screen and (max-width: 480px) {
  .booking__about, .booking__houes {
    font-size: 1.3rem;
    line-height: 1.9;
  }
}

.booking__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  width: 80%;
  margin: auto;
  padding: 70px 0 50px;
}

@media screen and (max-width: 480px) {
  .booking__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px 0 30px;
  }
}

.booking__wrap .telBox, .booking__wrap .webBox {
  width: 50%;
  text-align: center;
  color: #008475;
}

@media screen and (max-width: 480px) {
  .booking__wrap .telBox, .booking__wrap .webBox {
    width: 100%;
  }
}

.booking__wrap .telBox a, .booking__wrap .webBox a {
  width: 100%;
    color: #59cbcf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 205px;
  font-weight: 400;
}

@media screen and (max-width: 480px) {
  .booking__wrap .telBox a, .booking__wrap .webBox a {
    height: 90px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.booking__wrap .telBox .en, .booking__wrap .webBox .en {
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.1em;
}

.booking__wrap .telBox .icon, .booking__wrap .webBox .icon {
  display: inline-block;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .booking__wrap .telBox .icon, .booking__wrap .webBox .icon {
    padding-bottom: 10px;
    width: 30px;
  }
}

@media screen and (max-width: 480px) {
  .booking__wrap .telBox .icon, .booking__wrap .webBox .icon {
    margin-right: 6px;
    padding-bottom: 5px;
  }
}

.booking__wrap .telBox {
  background: #f3f3f3;
  font-size: 3.4rem;
}

@media screen and (max-width: 768px) {
  .booking__wrap .telBox {
    font-size: 1.8rem;
  }
}

.booking__wrap .telBox .icon {
  width: 40px;
}

@media screen and (max-width: 480px) {
  .booking__wrap .telBox .icon {
    width: 23px;
  }
}

.booking__wrap .webBox {
  font-weight: 400;
  background: #e6edeb;
  font-size: 2.1rem;
}

@media screen and (max-width: 768px) {
  .booking__wrap .webBox {
    font-size: 1.5rem;
  }
}

.booking__wrap .webBox .icon {
  width: 42px;
}

@media screen and (max-width: 480px) {
  .booking__wrap .webBox .icon {
    width: 23px;
  }
}

.booking__wrap .webBox .blank {
  display: inline-block;
  width: 17px;
  vertical-align: middle;
  margin: 1px 0px 0 7px;
}

@media screen and (max-width: 480px) {
  .booking__wrap .webBox .blank {
    width: 13px;
  }
}

.under-head {
  position: relative;
}

.under-head:before {
  content: "";
  display: block;
  height: 315px;
  width: 100%;
  background: #f4f4f4;
  position: absolute;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .under-head:before {
    height: 210px;
  }
}

@media screen and (max-width: 480px) {
  .under-head:before {
    height: 130px;
  }
}

.under-head__img {
  width: calc( 100% - 120px);
  height: 400px;
  margin: auto;
  padding-top: 60px;
}

@media screen and (max-width: 768px) {
  .under-head__img {
    height: 340px;
  }
}

@media screen and (max-width: 480px) {
  .under-head__img {
    width: calc( 100% - 60px);
    padding-top: 30px;
    height: 220px;
  }
}

.under-head__img img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  height: 100%;
}

.under-head .l-h-title, .under-head .l-h-title__border {
  max-width: 1100px;
  width: calc(100% - 120px);
  margin: 0 auto 90px;
  padding: 110px 0 0 0;
}

@media screen and (max-width: 768px) {
  .under-head .l-h-title, .under-head .l-h-title__border {
    margin-bottom: 70px;
    padding-top: 60px;
  }
}

@media screen and (max-width: 480px) {
  .under-head .l-h-title, .under-head .l-h-title__border {
    width: calc(100% - 70px);
    padding-top: 50px;
    margin-bottom: 50px;
  }
}

.under-head .hari_01 {
  position: absolute;
  right: 40px;
  bottom: 130px;
  z-index: 0;
  width: 270px;
  -webkit-animation: spin 70s linear infinite;
  animation: spin 70s linear infinite;
}

@media screen and (max-width: 768px) {
  .under-head .hari_01 {
    right: -60px;
    bottom: 30px;
    width: 230px;
  }
}

@media screen and (max-width: 480px) {
  .under-head .hari_01 {
    right: -40px;
    bottom: 50px;
    width: 170px;
  }
}

.under-head .hari_02.pll {
  position: absolute;
  left: -60px;
  top: -70px;
  z-index: 3;
  width: 297px;
  -webkit-animation: spin 200s linear infinite;
  animation: spin 200s linear infinite;
}

@media screen and (max-width: 768px) {
  .under-head .hari_02.pll {
    width: 210px;
    left: 0px;
  }
}

@media screen and (max-width: 480px) {
  .under-head .hari_02.pll {
    width: 170px;
    left: -30px;
    top: -100px;
    -webkit-animation: spin 50s linear infinite;
    animation: spin 50s linear infinite;
  }
}

.news-index {
  margin: auto;
  max-width: 1100px;
  width: calc(100% - 120px);
}

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

.news-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.news-wrap__contents {
  width: calc(100% - 335px - 93px);
  margin: 0 0 150px 0;
}

@media screen and (max-width: 1080px) {
  .news-wrap__contents {
    width: calc(100% - 300px - 45px);
  }
}

@media screen and (max-width: 768px) {
  .news-wrap__contents {
    width: calc(100% - 120px);
    margin: 0 auto 40px;
  }
}

@media screen and (max-width: 480px) {
  .news-wrap__contents {
    width: calc(100% - 70px);
  }
}

.news-wrap__contents li {
  margin: 0 0 100px 0;
}

@media screen and (max-width: 480px) {
  .news-wrap__contents li {
    margin-bottom: 50px;
  }
}

.news-wrap__contents li .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #008475;
  font-size: 2.8rem;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  border-bottom: 2px solid;
  margin: 0 0 30px 0;
  padding: 0 0 10px 0;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (max-width: 1080px) {
  .news-wrap__contents li .title {
    font-size: 2.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.news-wrap__contents li .title h1 {
  width: calc(100% - 100px);
  line-height: 1.5;
}

@media screen and (max-width: 1080px) {
  .news-wrap__contents li .title h1 {
    width: 100%;
  }
}

.news-wrap__contents li .title h2 {
  line-height: 1.6;
  letter-spacing: 0.06em;
  -webkit-font-smoothing: subpixel-antialiased;
  width: calc(100% - 100px);
}

@media screen and (max-width: 1080px) {
  .news-wrap__contents li .title h2 {
    width: 100%;
    font-size: 2.5rem;
    padding-bottom: 13px;
  }
}

@media screen and (max-width: 768px) {
  .news-wrap__contents li .title h2 {
    font-size: 2.3rem;
    padding-bottom: 7px;
  }
}

@media screen and (max-width: 480px) {
  .news-wrap__contents li .title h2 {
    font-size: 2rem;
    padding-bottom: 6px;
  }
}

.news-wrap__contents li .title .day-cat {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1080px) {
  .news-wrap__contents li .title .day-cat {
    font-size: 1.2rem;
    margin: 5px auto 0 0;
  }
}

.news-wrap__contents li .title .day-cat:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin: 0 9px 1px 0;
  background: url(../../common/img/news/icon-news_date.png) no-repeat center/cover;
}

@media screen and (max-width: 480px) {
  .news-wrap__contents li .title .day-cat:before {
    margin: 0 6px 1px 0;
  }
}

.news-wrap__contents li .text-area {
  font-size: 1.4rem;
  line-height: 2.4;
}

@media screen and (max-width: 480px) {
  .news-wrap__contents li .text-area {
    font-size: 1.3rem;
    line-height: 2;
    letter-spacing: 0.03em;
  }
}

.news-wrap__contents li p + p {
  padding-top: 20px;
}

.news-wrap__sidebar {
  width: 335px;
  color: #008475;
}

@media screen and (max-width: 1080px) {
  .news-wrap__sidebar {
    width: 300px;
  }
}

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

.news-wrap__sidebar a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: inherit;
}

.news-wrap__sidebar .thumb {
  width: 80px;
  height: 80px;
  margin: 0 20px 0 0;
}

.news-wrap__sidebar .thumb img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  height: 100%;
}

.news-wrap__sidebar .title {
  width: calc(100% - 100px);
  font-size: 1.2rem;
  line-height: 1.6;
}

.news-wrap__sidebar time {
  display: block;
  color: #9a9a9a;
  font-size: 1rem;
}

.news-wrap__sidebar h3 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.2em;
  padding: 0 0 25px 0;
}

@media screen and (max-width: 768px) {
  .news-wrap__sidebar h3:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #008475;
    margin-top: 9px;
  }
}

.news-wrap__sidebar .inner {
  background: #f6f6f6;
  color: #008475;
  padding: 57px 42px;
  margin-bottom: 80px;
}

@media screen and (max-width: 1080px) {
  .news-wrap__sidebar .inner {
    padding: 52px 32px 42px;
  }
}

@media screen and (max-width: 768px) {
  .news-wrap__sidebar .inner {
    padding: 50px 60px 42px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  .news-wrap__sidebar .inner {
    padding: 50px 35px 42px;
  }
}

.news-wrap .latest_topics li + li {
  padding-top: 20px;
}

.news-wrap .archives {
  padding-top: 50px;
}

.news-wrap .archives li + li {
  padding-top: 15px;
}

.news-wrap .archives a {
  font-size: 1.3rem;
}

.news-wrap .archives a:before {
  content: "-";
  display: inline-block;
}

.p-n-post_style a {
  color: #008475;
  text-decoration: underline;
}

.navigation-index {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: "Josefin Sans", sans-serif;
  color: #008475;
  position: relative;
}

.navigation-index .wp-pagenavi {
  width: 100%;
  text-align: center;
}

.navigation-index .wp-pagenavi *:not(.nextpostslink):not(.previouspostslink) {
  margin-right: 15px;
}

.navigation-index a, .navigation-index span {
  display: inline-block;
  border: 1px solid;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
  color: inherit;
  padding: 9px 10px;
}

.navigation-index .current {
  color: #fff;
  background: #008475;
  border-color: #008475;
}

.navigation-index .nextpostslink {
  position: absolute;
  right: 0;
}

.navigation-index .previouspostslink {
  position: absolute;
  left: 0;
}

.navigation-index .toppostslink {
  margin: auto;
}

.p-notFound {
  font-size: 1.4rem;
  line-height: 2.4;
}

.p-notFound .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  margin-top: 20px;
}

.p-notFound .o-c-btn {
  width: 40%;
}

.p-notFound .o-c-btn + .o-c-btn {
  margin-left: 20px;
}
