@charset "UTF-8";
/* ==========================================================
 Foundation
========================================================== */
/* K4% */
/* K8% */
/* ナビゲーション現在地 */
/* タイトル */
/* delighters */
@keyframes ani_fade {
  0% {
    opacity: 0;
    transform: translate(30px, -5px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes ani_fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ani_fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ani_fadeoutin {
  0% {
    width: 100%;
    left: 0;
  }
  50% {
    width: 100%;
    left: 100%;
  }
  51% {
    width: 0;
    left: 0;
  }
  100% {
    width: 100%;
    left: 0;
  }
}
@keyframes ani_fadeoutline {
  0% {
    width: 100%;
    right: 0;
    left: auto;
  }
  100% {
    width: 0;
    right: 0;
    left: auto;
  }
}
.de_fade_rl span {
  opacity: 0;
  display: inline-block;
  animation: ani_fadeout 0.3s forwards;
}

.de_fade_rl.started span:nth-child(1) {
  animation: ani_fade 1s forwards;
  animation-delay: 3.15s;
}
.de_fade_rl.started span:nth-child(2) {
  animation: ani_fade 1s forwards;
  animation-delay: 3.3s;
}
.de_fade_rl.started span:nth-child(3) {
  animation: ani_fade 1s forwards;
  animation-delay: 3.45s;
}
.de_fade_rl.started span:nth-child(4) {
  animation: ani_fade 1s forwards;
  animation-delay: 3.6s;
}
.de_fade_rl.started span:nth-child(5) {
  animation: ani_fade 1s forwards;
  animation-delay: 3.75s;
}
.de_fade_rl.started span:nth-child(6) {
  animation: ani_fade 1s forwards;
  animation-delay: 3.9s;
}
.de_fade_rl.started span:nth-child(7) {
  animation: ani_fade 1s forwards;
  animation-delay: 4.05s;
}
.de_fade_rl.started span:nth-child(8) {
  animation: ani_fade 1s forwards;
  animation-delay: 4.2s;
}

.de_fade_rl.de_fade_rl_delay_1.started span:nth-child(1) {
  animation: ani_fade 1s forwards;
  animation-delay: 3.4s;
}
.de_fade_rl.de_fade_rl_delay_1.started span:nth-child(2) {
  animation: ani_fade 1s forwards;
  animation-delay: 3.6s;
}
.de_fade_rl.de_fade_rl_delay_1.started span:nth-child(3) {
  animation: ani_fade 1s forwards;
  animation-delay: 3.8s;
}
.de_fade_rl.de_fade_rl_delay_1.started span:nth-child(4) {
  animation: ani_fade 1s forwards;
  animation-delay: 4s;
}
.de_fade_rl.de_fade_rl_delay_1.started span:nth-child(5) {
  animation: ani_fade 1s forwards;
  animation-delay: 4.2s;
}
.de_fade_rl.de_fade_rl_delay_1.started span:nth-child(6) {
  animation: ani_fade 1s forwards;
  animation-delay: 4.4s;
}
.de_fade_rl.de_fade_rl_delay_1.started span:nth-child(7) {
  animation: ani_fade 1s forwards;
  animation-delay: 4.6s;
}
.de_fade_rl.de_fade_rl_delay_1.started span:nth-child(8) {
  animation: ani_fade 1s forwards;
  animation-delay: 4.8s;
}

.de_fade_rl.de_fade_rl_delay_2.started span:nth-child(1) {
  animation: ani_fade 1s forwards;
  animation-delay: 3.65s;
}
.de_fade_rl.de_fade_rl_delay_2.started span:nth-child(2) {
  animation: ani_fade 1s forwards;
  animation-delay: 3.9s;
}
.de_fade_rl.de_fade_rl_delay_2.started span:nth-child(3) {
  animation: ani_fade 1s forwards;
  animation-delay: 4.15s;
}
.de_fade_rl.de_fade_rl_delay_2.started span:nth-child(4) {
  animation: ani_fade 1s forwards;
  animation-delay: 4.4s;
}
.de_fade_rl.de_fade_rl_delay_2.started span:nth-child(5) {
  animation: ani_fade 1s forwards;
  animation-delay: 4.65s;
}
.de_fade_rl.de_fade_rl_delay_2.started span:nth-child(6) {
  animation: ani_fade 1s forwards;
  animation-delay: 4.9s;
}
.de_fade_rl.de_fade_rl_delay_2.started span:nth-child(7) {
  animation: ani_fade 1s forwards;
  animation-delay: 5.15s;
}
.de_fade_rl.de_fade_rl_delay_2.started span:nth-child(8) {
  animation: ani_fade 1s forwards;
  animation-delay: 5.4s;
}

/*! ==========================================================
 element reset
========================================================== */
/*! general
---------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*! for IE8 - 11 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/*! for IE */
[hidden],
template {
  display: none;
}

b,
strong {
  font-weight: bold;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border: 0;
  vertical-align: top;
}

img,
embed,
iframe,
object,
audio,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

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

ol,
ul,
li {
  list-style: none;
  /* line-height: 1.0; */
}

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

svg path,
svg line {
  shape-rendering: crispEdges;
}

/*! form
---------------------------------------------------------- */
input,
textarea,
select {
  font-size: 100%;
  -webkit-appearance: none;
  outline: none;
}

textarea {
  resize: none;
}

/*! for IE11 */
select::-ms-expand {
  display: none;
}

/*! for IE11 */
select::-ms-value {
  color: currentColor;
}

button {
  border: none;
  overflow: visible;
  background: none;
  vertical-align: top;
  font-size: 100%;
  color: inherit;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
}

label {
  cursor: pointer;
}

/*! placeholder */
:placeholder-shown {
  color: #999;
}

/*! Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
  color: #999;
}

/*! Firefox */
::-moz-placeholder {
  color: #999;
  opacity: 1;
}

/*! IE 10+ */
:-ms-input-placeholder {
  color: #999;
}

html {
  position: relative;
  height: 100%;
  font-size: 10px;
}

body {
  position: relative;
  width: 100%;
  min-width: 320px;
  min-height: 100vh;
  background-color: #fff;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 300;
  color: #000000;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.15em;
  line-height: 2;
  -webkit-font-smoothing: subpixel-antialiased;
}
@media all and (min-width: 768px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

a {
  text-decoration: none;
  color: #000000;
}
a:hover, a:focus {
  color: #000000;
}

/* tel */
body:not(.ua_sp) a[href^="tel:"] {
  pointer-events: none;
}

.l-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-width: 320px;
  min-height: 100vh;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .l-wrapper {
    display: block;
  }

  /* IE11 */
}
/* ------------------------------------------------------------
    loading
------------------------------------------------------------ */
#loading {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  overflow: hidden;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader {
  font-size: 10px;
  text-indent: -9999em;
  width: 5em;
  height: 5em;
  border-radius: 50%;
  background: #2e5949;
  background: -moz-linear-gradient(left, #231815 10%, rgba(35, 24, 21, 0) 42%);
  background: -webkit-linear-gradient(left, #231815 10%, rgba(35, 24, 21, 0) 42%);
  background: -o-linear-gradient(left, #231815 10%, rgba(35, 24, 21, 0) 42%);
  background: -ms-linear-gradient(left, #231815 10%, rgba(35, 24, 21, 0) 42%);
  background: linear-gradient(to right, #231815 10%, rgba(35, 24, 21, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.loader:before {
  width: 50%;
  height: 50%;
  background: #231815;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

.loader:after {
  background: #fff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* ==========================================================
 Layout
========================================================== */
/* header
---------------------------------------------------------- */
.l-header {
  position: relative;
  width: 100%;
}

.l-contents {
  overflow: hidden;
}

/* footer
---------------------------------------------------------- */
.l-footer {
  position: relative;
  width: 100%;
}

/* ==========================================================
 Object / Component
========================================================== */
.c-grid {
  overflow: hidden;
}
.c-grid-4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-grid-4 .c-grid-item {
  width: 47.5%;
  margin-bottom: 5%;
}
@media all and (min-width: 1200px) {
  .c-grid-4 .c-grid-item {
    width: 23%;
    margin-bottom: 0;
  }
}
.c-grid-3 .c-grid-item {
  margin-bottom: 5%;
}
@media all and (min-width: 1200px) {
  .c-grid-3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .c-grid-3 .c-grid-item {
    width: 31%;
    margin-bottom: 0;
  }
}
.c-grid-2 .c-grid-item {
  margin-bottom: 5%;
}
@media all and (min-width: 992px) {
  .c-grid-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .c-grid-2 .c-grid-item {
    width: 48%;
    margin-bottom: 4%;
  }
}

.c-midashi-en {
  font-family: "Spartan", sans-serif;
  letter-spacing: 0.5rem;
  color: #709e9d;
  text-align: center;
  margin-bottom: 35px;
  line-height: 1.6;
}
.c-midashi-en-s {
  font-size: 14px;
  font-size: 1.4rem;
}
.c-midashi-en-m {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
}
@media all and (min-width: 768px) {
  .c-midashi-en {
    margin-bottom: 50px;
  }
  .c-midashi-en-s {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .c-midashi-en-m {
    font-size: 20px;
    font-size: 2rem;
  }
}

.c-midashi-set-l {
  text-align: center;
  font-weight: 300;
  position: relative;
  max-width: 866px;
  margin-left: auto;
  margin-right: auto;
}
.c-midashi-set-l::before, .c-midashi-set-l::after {
  content: "";
  display: block;
  position: absolute;
  width: 20%;
  height: 100%;
  background: url(../img/common/kakko_sp.svg) no-repeat 0 0/contain;
  z-index: -1;
}
.c-midashi-set-l::before {
  left: 0;
  top: 8px;
}
.c-midashi-set-l::after {
  right: 0;
  bottom: 0;
  transform: rotate(180deg);
}
.c-midashi-set-l .c-midashi-en-s {
  margin-bottom: 0;
}
.c-midashi-set-l .copy {
  font-size: 29px;
  font-size: 2.9rem;
  letter-spacing: 0.3rem;
  line-height: 1.45;
  padding: 45px 20px;
  color: #709e9d;
}
.c-midashi-set-l .copy .c-txt-en {
  font-size: 120%;
  line-height: 1;
}
@media all and (min-width: 768px) {
  .c-midashi-set-l::before, .c-midashi-set-l::after {
    width: 31.2%;
    background: url(../img/common/kakko_pc.svg) no-repeat 0 0/contain;
  }
  .c-midashi-set-l .copy {
    font-size: 40px;
    font-size: 4rem;
    padding: 92px 0;
  }
}

.c-midashi-set-m {
  text-align: center;
  line-height: 1.45;
  position: relative;
  padding: 55px 0;
  color: #709e9d;
  margin-bottom: 50px;
}
.c-midashi-set-m::before, .c-midashi-set-m::after {
  content: "";
  display: block;
  position: absolute;
  width: 160px;
  height: 100%;
  background: url(../img/common/kakko_pc.svg) no-repeat 0 0/contain;
  z-index: -1;
}
.c-midashi-set-m::before {
  left: 50%;
  top: 0;
  transform: translateX(calc(-50% - 14px));
  /* IEで不可 */
}
.c-midashi-set-m::after {
  right: 50%;
  bottom: 0;
  transform: translateX(calc(50% + 14px)) rotate(180deg);
  /* IEで不可 */
}
.c-midashi-set-m .ja {
  font-weight: 300;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.c-midashi-set-m .en {
  font-family: "Spartan", sans-serif;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.6rem;
}
@media all and (min-width: 768px) {
  .c-midashi-set-m {
    padding: 100px 0;
    margin-bottom: 100px;
  }
  .c-midashi-set-m::before, .c-midashi-set-m::after {
    width: 270px;
  }
  .c-midashi-set-m .ja {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .c-midashi-set-m .en {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

/* IE11 */
_:-ms-fullscreen::before, :root .c-midashi-set-m::before {
  transform: translateX(-55%);
}
_:-ms-fullscreen::after, :root .c-midashi-set-m::after {
  transform: translateX(55%) rotate(180deg);
}

.c-midashi {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.8;
  color: #b59469;
}
.c-midashi-clr {
  color: #709e9d;
  text-align: center;
}
@media all and (min-width: 768px) {
  .c-midashi {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.c-midashi-l {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.7;
  font-weight: 300;
  margin: 70px 0;
  text-align: center;
}
.c-midashi-l .en {
  font-family: "Spartan", sans-serif;
  line-height: 1;
  font-size: 113%;
  font-weight: 500;
  color: #709e9d;
}
@media all and (min-width: 768px) {
  .c-midashi-l {
    font-size: 30px;
    font-size: 3rem;
    margin: 120px 0;
  }
}

.c-midashi-s {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #b59469;
}
@media all and (min-width: 768px) {
  .c-midashi-s {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

/* text
---------------------------------------------------------- */
.c-bcopy {
  margin-bottom: 50px;
  line-height: 2;
}
.c-bcopy strong {
  font-weight: 300;
  font-size: 129%;
}
.c-bcopy .c-txt-notes {
  margin-top: 25px;
}
@media all and (min-width: 768px) {
  .c-bcopy {
    margin-bottom: 100px;
    line-height: 2.2;
  }
  .c-bcopy .c-txt-notes {
    margin-top: 50px;
  }
}
@media all and (min-width: 768px) {
  .c-bcopy-center {
    text-align: center;
  }
}

.c-bcopy-l {
  font-size: 17px;
  font-size: 1.7rem;
  text-align: center;
  margin-bottom: 50px;
}
.c-bcopy-l .en {
  font-family: "Spartan", sans-serif;
  color: #b59469;
  font-size: 118%;
}
.c-bcopy-l .c-txt-notes {
  margin-top: 25px;
}
@media all and (min-width: 768px) {
  .c-bcopy-l {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 100px;
  }
  .c-bcopy-l .c-txt-notes {
    margin-top: 50px;
  }
}

.c-txt-mtmr {
  display: inline-block;
}

.c-txt-notes {
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #666666;
  color: #666666;
}
@media all and (min-width: 560px) {
  .c-txt-notes {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.c-txt-notes a {
  color: #666666;
  text-decoration: underline;
}
.c-txt-notes a:hover, .c-txt-notes a:focus {
  color: #666666;
}

.c-txt-notes-below {
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #666666;
  color: #666666;
  padding-top: 5px;
}
@media all and (min-width: 560px) {
  .c-txt-notes-below {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.c-txt-notes-boxbelow {
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #666666;
  color: #666666;
  padding-top: 20px;
}
@media all and (min-width: 560px) {
  .c-txt-notes-boxbelow {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
@media all and (min-width: 768px) {
  .c-txt-notes-boxbelow {
    padding-top: 30px;
  }
}

.c-txt-notes-last {
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #666666;
  color: #666666;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
@media all and (min-width: 560px) {
  .c-txt-notes-last {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.c-txt-sup {
  vertical-align: text-top;
}

.c-txt-en {
  font-family: "Spartan", sans-serif;
}

.c-kyori {
  color: #000000 !important;
}

.c-cap-spot {
  padding-top: 5px;
  line-height: 1.5;
}

@media all and (min-width: 1200px) {
  .c-link-ov-opacity {
    transition: opacity 0.5s;
  }
  .c-link-ov-opacity:hover {
    opacity: 0.75;
  }
}

/* image
---------------------------------------------------------- */
.c-cap-image {
  position: relative;
}
.c-cap-image img {
  vertical-align: bottom;
}
.c-cap-image .c-cap {
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: calc(100% - 10px);
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #666666;
  line-height: 1.3;
  text-align: right;
}
@media all and (min-width: 560px) {
  .c-cap-image .c-cap {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.c-cap-image .c-cap-w {
  color: #fff;
}
.c-cap-image .c-cap-w-sh {
  color: #fff;
  text-shadow: 0px 0px 3px #000, 0px 0px 3px #000, 0px 0px 5px #000, 0px 0px 10px #000;
}
.c-cap-image .c-cap-bg {
  color: #fff;
  padding: 0 0.6em;
  background-color: rgba(0, 0, 0, 0.7);
  right: 0;
  bottom: 0;
  width: auto;
}

.c-zoom-img {
  display: block;
  position: relative;
}
.c-zoom-icn {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 39px;
  height: 39px;
  background-color: #f5f5f5;
}
.c-zoom-icn::before, .c-zoom-icn::after {
  content: "";
  display: block;
  background-color: #000000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.c-zoom-icn::before {
  width: 13px;
  height: 1px;
}
.c-zoom-icn::after {
  width: 1px;
  height: 13px;
}
@media all and (min-width: 768px) {
  .c-zoom-icn {
    width: 49px;
    height: 49px;
  }
  .c-zoom-icn::before {
    width: 17px;
    height: 1px;
  }
  .c-zoom-icn::after {
    width: 1px;
    height: 17px;
  }
}

.c-modal-cont {
  display: none;
  /* position: relative;
  overflow-y: auto;
  overflow-x: hidden; */
}

.c-btn-line {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  position: relative;
  padding: 12px 0;
  width: 200px;
  overflow: hidden;
}
.c-btn-line-en {
  font-family: "Spartan", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
}
.c-btn-line::before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 100%;
  right: 0;
  top: 0;
  background: url(../../asset/img/common/icn-arr.svg) no-repeat center center/contain;
}
.c-btn-line::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #000000;
}
@media all and (min-width: 768px) {
  .c-btn-line {
    font-size: 14px;
    font-size: 1.4rem;
    width: 220px;
  }
  .c-btn-line-en {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media all and (min-width: 1200px) {
  .c-btn-line:hover::after {
    animation: ani_fadeoutin 1s forwards;
  }
}

.c-btn-box {
  display: block;
  background-color: #808080;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-align: center;
  position: relative;
  background-image: url(../img/common/icn-arr-w.svg);
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: 95% 50%;
}
.c-btn-box:hover, .c-btn-box:focus {
  color: #fff;
}
.c-btn-box .ico {
  display: inline-block;
  width: 18px;
  margin-right: 10px;
  vertical-align: middle;
}
.c-btn-box .ico img {
  width: 100%;
  vertical-align: middle;
}
.c-btn-box .label {
  font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.4;
}
@media all and (min-width: 768px) {
  .c-btn-box .label {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media all and (min-width: 1200px) {
  .c-btn-box {
    transition: opacity 0.5s;
  }
  .c-btn-box:hover {
    opacity: 0.75;
  }
}

.c-btn-entry,
.c-btn-yoyaku {
  display: block;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 24px;
  text-align: center;
  position: relative;
  background-image: url(../img/common/icn-arr-w.svg);
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: 95% 50%;
}
.c-btn-entry:hover, .c-btn-entry:focus,
.c-btn-yoyaku:hover,
.c-btn-yoyaku:focus {
  color: #fff;
}
@media all and (min-width: 768px) {
  .c-btn-entry,
.c-btn-yoyaku {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media all and (min-width: 1200px) {
  .c-btn-entry,
.c-btn-yoyaku {
    transition: opacity 0.5s;
  }
  .c-btn-entry:hover,
.c-btn-yoyaku:hover {
    opacity: 0.75;
  }
}

.c-btn-entry {
  background-color: #b59469;
}

.c-btn-yoyaku {
  background-color: #ccad87;
}

/* accordion */
.js-toggle-cont {
  display: none;
}

.c-acc-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.c-acc {
  width: 100%;
  max-width: 400px;
  margin-bottom: 5px;
}

.c-acc-link {
  display: block;
  padding: 20px 40px 20px 0;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.c-acc-link::after {
  content: "";
  display: block;
  background-color: #000000;
  position: absolute;
  width: 100%;
  height: 1px;
  right: 0;
  bottom: 0;
}
@media all and (min-width: 768px) {
  .c-acc-link {
    padding: 25px 0;
  }
}
.c-acc-link .icn {
  position: absolute;
  width: 17px;
  height: 17px;
  right: 15px;
  top: calc(50% - 8px);
}
.c-acc-link .icn_in {
  position: relative;
  width: 100%;
  height: 100%;
}
.c-acc-link .icn_in::before, .c-acc-link .icn_in::after {
  content: "";
  display: block;
  background-color: #000000;
  position: absolute;
}
.c-acc-link .icn_in::before {
  width: 100%;
  height: 1px;
  left: 0;
  top: 8px;
}
.c-acc-link .icn_in::after {
  width: 1px;
  height: 100%;
  left: 8px;
  top: 0;
  transition: opacity 0.3s;
}
.c-acc-link.js-toggle-open .icn_in::after {
  opacity: 0;
}
@media all and (min-width: 1200px) {
  .c-acc-link:hover::after {
    animation: ani_fadeoutin 1s forwards;
  }
}

.c-acc-cont {
  padding: 25px 0 0 25px;
  border-left: 1px solid #000000;
}
@media all and (min-width: 992px) {
  .c-acc-cont {
    padding: 35px 0 0 35px;
  }
}

/* ------------------------------------------------------------
    ALINK
------------------------------------------------------------ */
.c-alink ul {
  display: flex;
  justify-content: space-between;
}
.c-alink ul li {
  width: 32%;
}
.c-alink a {
  display: block;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
}
.c-alink a.here {
  border: solid 1px rgba(150, 121, 89, 0.3);
  color: #967959;
}
.c-alink a:not(.here) {
  position: relative;
  background: rgba(150, 121, 89, 0.3);
}
.c-alink a:not(.here)::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  left: 50%;
  bottom: 10%;
  background: url(../img/common/icn-arr.svg) no-repeat 96% 50%;
  background-size: contain;
  transform: translateX(-50%) rotate(90deg);
}
@media all and (min-width: 768px) {
  .c-alink a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .c-alink a:not(.here)::after {
    width: 10px;
    height: 10px;
    left: auto;
    right: 4%;
    bottom: 50%;
    transform: translateX(0) translateY(50%) rotate(90deg);
  }
}
@media all and (min-width: 1200px) {
  .c-alink a:not(.here) {
    transition: opacity 0.5s;
  }
  .c-alink a:not(.here):hover {
    opacity: 0.75;
  }
}

/* form系 input textarea select checkbox radio
---------------------------------------------------------- */
/* パンくず
---------------------------------------------------------- */
.c-breadcrumb {
  font-size: 10px;
  font-size: 1rem;
  padding: 12px;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.c-breadcrumb__inner {
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
.c-breadcrumb__item {
  position: relative;
  padding-right: 1em;
  margin-right: 0.5em;
  line-height: 1.5;
}
.c-breadcrumb__item a {
  text-decoration: underline;
  color: rgba(0, 0, 0, 0.5);
}
.c-breadcrumb__item a:hover, .c-breadcrumb__item a:focus {
  color: rgba(0, 0, 0, 0.5);
}
.c-breadcrumb__item::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "/";
}
.c-breadcrumb__item:last-child::after {
  display: none;
}
@media all and (min-width: 768px) {
  .c-breadcrumb {
    font-size: 11px;
    font-size: 1.1rem;
    white-space: normal;
  }
  .c-breadcrumb__inner {
    overflow: hidden;
  }
}

/* NEWアイコン
---------------------------------------------------------- */
.c-has-newicon {
  position: relative;
}
.c-has-newicon::after {
  content: "NEW";
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #a53d3d;
  padding: 3px 7px;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  font-family: "Spartan", sans-serif;
  letter-spacing: 0.1em;
}
@media all and (min-width: 768px) {
  .c-has-newicon::after {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* contents section etc...
---------------------------------------------------------- */
.c-cont-box {
  margin-bottom: 120px;
}
@media all and (min-width: 768px) {
  .c-cont-box {
    margin-bottom: 240px;
  }
}

.c-cont-box-line {
  border: solid 1px rgba(102, 102, 102, 0.4);
  padding: 16% 7.5%;
}
@media all and (min-width: 768px) {
  .c-cont-box-line {
    padding: 85px;
  }
}

.c-cont-box-has-line {
  position: relative;
  z-index: 0;
}
.c-cont-box-has-line::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  right: -5px;
  bottom: -5px;
  border-right: solid 1px rgba(181, 148, 105, 0.4);
  border-bottom: solid 1px rgba(181, 148, 105, 0.4);
}
@media all and (min-width: 768px) {
  .c-cont-box-has-line::after {
    right: -10px;
    bottom: -10px;
  }
}

.c-cont-box-ami {
  background-color: #f5f5f5;
  padding: 16% 7.5%;
}
@media all and (min-width: 768px) {
  .c-cont-box-ami {
    padding: 85px;
  }
}

.c-cont-inner {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* wrapping
---------------------------------------------------------- */
.c-wrapping {
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  padding: 5% 0 0 5%;
}
@media all and (min-width: 768px) {
  .c-wrapping {
    padding: 2.5% 0 0 2.5%;
  }
}
.c-wrapping_has_ph {
  display: flex;
}
.c-wrapping_has_ph .c-wrapping_ph {
  width: 28.5%;
  margin-right: 4%;
}
.c-wrapping_has_ph .c-wrapping_info {
  flex: 1;
}

/* slider
---------------------------------------------------------- */
.c-arrow-slider .slick-arrow {
  width: 25px;
  height: 25px;
  z-index: 3;
  border-radius: 50%;
  cursor: pointer;
}
@media all and (min-width: 560px) {
  .c-arrow-slider .slick-arrow {
    width: 40px;
    height: 40px;
    transition: opacity 0.5s;
  }
  .c-arrow-slider .slick-arrow:hover {
    opacity: 0.75;
  }
}
.c-arrow-slider .slick-arrow::before {
  display: none;
}
.c-arrow-slider .slick-arrow::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/common/btn-slider-gray.svg") 0 0 no-repeat;
  background-size: contain;
}
.c-arrow-slider .slick-prev {
  left: 10px;
}
@media all and (min-width: 560px) {
  .c-arrow-slider .slick-prev {
    left: 20px;
  }
}
.c-arrow-slider .slick-prev::after {
  transform: rotate(180deg);
}
.c-arrow-slider .slick-next {
  right: 10px;
}
@media all and (min-width: 560px) {
  .c-arrow-slider .slick-next {
    right: 20px;
  }
}

.c-dot-slider .slick-dots {
  bottom: 16px;
}
.c-dot-slider .slick-dots li {
  width: 12px;
  height: 12px;
  position: relative;
}
.c-dot-slider .slick-dots li button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.c-dot-slider .slick-dots li button::before {
  display: none;
}
.c-dot-slider .slick-dots li.slick-active button {
  width: 12px;
  height: 12px;
}

.c-dot-slider-top .slick-dots {
  bottom: 16px;
}
.c-dot-slider-top .slick-dots li {
  width: 12px;
  height: 12px;
  position: relative;
}
.c-dot-slider-top .slick-dots li button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.c-dot-slider-top .slick-dots li button::before {
  display: none;
}
.c-dot-slider-top .slick-dots li.slick-active button {
  width: 12px;
  height: 12px;
}

.c-thumbnail-slider {
  position: relative;
}

.c-thumbnail-slider-body {
  overflow: hidden;
  margin-bottom: 16px;
}
.c-thumbnail-slider-foot {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -8px -10px;
}
.c-thumbnail-slider-foot__item {
  width: 50%;
  padding: 8px 10px;
  cursor: pointer;
}
@media all and (min-width: 560px) {
  .c-thumbnail-slider-foot__item {
    width: 25%;
    transition: opacity 0.5s;
  }
  .c-thumbnail-slider-foot__item:hover {
    opacity: 0.75;
  }
}
.c-thumbnail-slider-foot__item.is-current {
  opacity: 0.5;
}

/* --------------------------------------------------------------------------------------------------------------------
slick.js
-------------------------------------------------------------------------------------------------------------------- */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li:first-child:last-child {
  display: none;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/* 追記 */
.slick-slide:focus {
  outline: none;
}

/*! --------------------------------------------------------------------------------------------------------------------
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
  http://humaan.com
  --------------------------------------------------------------------------------------------------------------------
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
}
.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}
.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}
.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}
.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}
.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}
.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}
.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 900px;
  background: transparent;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}
.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}
.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  transition: all 0.2s ease-in-out;
}

.modaal-close:focus,
.modaal-close:hover {
  outline: none;
  /*background: #fff;*/
}

.modaal-close:focus:before,
.modaal-close:focus:after,
.modaal-close:hover:before,
.modaal-close:hover:after {
  /*background: #afb7bc;*/
}

.modaal-close span {
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  font-family: "Spartan", sans-serif;
  letter-spacing: 0.2rem;
  font-size: 12px;
  font-size: 1.2rem;
}

.modaal-close:before,
.modaal-close:after {
  /*display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 2px;
  height: 22px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;*/
}

.modaal-close:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-close:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 0;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}
.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  transition: background 0.2s ease-in-out;
}
.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}
.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}
.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}
.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}
.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}
.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}
.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}
.modaal-gallery-item img {
  display: block;
}
.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}
.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}
.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}
.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.modaal-gallery-control:before {
  margin: -5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-control:after {
  margin: 5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}
.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}
.modaal-gallery-prev:before {
  margin: 5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-prev:after {
  margin: -5px 0 0;
  transform: rotate(45deg);
}
.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}
.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }

  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }

  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .modaal-instagram iframe {
    width: 600px !important;
  }
}
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }

  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}
.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  transform: scale(0.25);
}

@-ms-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.12s;
  -moz-animation-delay: 0.12s;
  -webkit-animation-delay: 0.12s;
  -o-animation-delay: 0.12s;
  animation-delay: 0.12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.37s;
  -moz-animation-delay: 0.37s;
  -webkit-animation-delay: 0.37s;
  -o-animation-delay: 0.37s;
  animation-delay: 0.37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.62s;
  -moz-animation-delay: 0.62s;
  -webkit-animation-delay: 0.62s;
  -o-animation-delay: 0.62s;
  animation-delay: 0.62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.87s;
  -moz-animation-delay: 0.87s;
  -webkit-animation-delay: 0.87s;
  -o-animation-delay: 0.87s;
  animation-delay: 0.87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

/* --------------------------------------------------------------------------------------------------------------------
scroll-hint
-------------------------------------------------------------------------------------------------------------------- */
@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 60px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: 120px;
  border-radius: 60px;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 40px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 12px;
  color: #FFF;
  font-family: "Spartan", sans-serif;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 8px;
  height: 8px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-color: #fff;
  border-radius: 50%;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 2s linear;
  animation-iteration-count: infinite;
}

/* ----------------------------------------------------------
sweetalert
---------------------------------------------------------- */
body.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

.sweet-overlay {
  background-color: black;
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE8 */
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000;
}

.sweet-alert {
  background-color: white;
  /*font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
  width: 478px;
  padding: 30px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999;
}

@media all and (max-width: 540px) {
  .sweet-alert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 15px;
    right: 15px;
  }
}
.sweet-alert h2 {
  color: #575757;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 40px;
  display: block;
}

.sweet-alert p {
  color: #666666;
  font-size: 16px;
  text-align: center;
  font-weight: 300;
  position: relative;
  text-align: inherit;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal;
}

.sweet-alert fieldset {
  border: none;
  position: relative;
}

.sweet-alert .sa-error-container {
  background-color: #f1f1f1;
  margin-left: -17px;
  margin-right: -17px;
  overflow: hidden;
  padding: 0 10px;
  max-height: 0;
  webkit-transition: padding 0.15s, max-height 0.15s;
  transition: padding 0.15s, max-height 0.15s;
}

.sweet-alert .sa-error-container.show {
  padding: 10px 0;
  max-height: 100px;
  webkit-transition: padding 0.2s, max-height 0.2s;
  transition: padding 0.25s, max-height 0.25s;
}

.sweet-alert .sa-error-container .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ea7d7d;
  color: white;
  line-height: 24px;
  text-align: center;
  margin-right: 3px;
}

.sweet-alert .sa-error-container p {
  display: inline-block;
}

.sweet-alert .sa-input-error {
  position: absolute;
  top: 29px;
  right: 26px;
  width: 20px;
  height: 20px;
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
  content: "";
  width: 20px;
  height: 6px;
  background-color: #f06e57;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -9px;
}

.sweet-alert .sa-input-error::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sweet-alert .sa-input-error::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sweet-alert .sa-input-error.show {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.sweet-alert input {
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #d7d7d7;
  height: 43px;
  margin-top: 10px;
  margin-bottom: 17px;
  font-size: 18px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
  padding: 0 12px;
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sweet-alert input:focus {
  outline: none;
  box-shadow: 0px 0px 3px #c4e6f5;
  border: 1px solid #b4dbed;
}

.sweet-alert input:focus::-moz-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}

.sweet-alert input:focus:-ms-input-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}

.sweet-alert input:focus::-webkit-input-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}

.sweet-alert input::-moz-placeholder {
  color: #bdbdbd;
}

.sweet-alert input:-ms-input-placeholder {
  color: #bdbdbd;
}

.sweet-alert input::-webkit-input-placeholder {
  color: #bdbdbd;
}

.sweet-alert.show-input input {
  display: block;
}

.sweet-alert .sa-confirm-button-container {
  display: inline-block;
  position: relative;
}

.sweet-alert .la-ball-fall {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -27px;
  margin-top: 4px;
  opacity: 0;
  visibility: hidden;
}

.sweet-alert button {
  background-color: #000 !important;
  color: white;
  border: none;
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  -webkit-border-radius: 4px;
  border-radius: 5px;
  padding: 10px 32px;
  margin: 15px 5px 0 5px;
  cursor: pointer;
}

.sweet-alert button:focus {
  outline: none;
  box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.sweet-alert button:hover {
  background-color: #7ecff4;
}

.sweet-alert button:active {
  background-color: #5dc2f1;
}

.sweet-alert button.cancel {
  background-color: #C1C1C1;
}

.sweet-alert button.cancel:hover {
  background-color: #b9b9b9;
}

.sweet-alert button.cancel:active {
  background-color: #a8a8a8;
}

.sweet-alert button.cancel:focus {
  box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important;
}

.sweet-alert button[disabled] {
  opacity: 0.6;
  cursor: default;
}

.sweet-alert button.confirm[disabled] {
  color: transparent;
}

.sweet-alert button.confirm[disabled] ~ .la-ball-fall {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.sweet-alert button::-moz-focus-inner {
  border: 0;
}

.sweet-alert[data-has-cancel-button=false] button {
  box-shadow: none !important;
}

.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
  padding-bottom: 40px;
}

.sweet-alert .sa-icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  box-sizing: content-box;
}

.sweet-alert .sa-icon.sa-error {
  /* border-color: #F27474;*/
}

.sweet-alert .sa-icon.sa-error .sa-x-mark {
  position: relative;
  display: block;
}

.sweet-alert .sa-icon.sa-error .sa-line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: gray;
  display: block;
  top: 37px;
  border-radius: 2px;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 17px;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 16px;
}

.sweet-alert .sa-icon.sa-warning {
  border-color: #F8BB86;
}

.sweet-alert .sa-icon.sa-warning .sa-body {
  position: absolute;
  width: 5px;
  height: 47px;
  left: 50%;
  top: 10px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #F8BB86;
}

.sweet-alert .sa-icon.sa-warning .sa-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-left: -3px;
  left: 50%;
  bottom: 10px;
  background-color: #F8BB86;
}

.sweet-alert .sa-icon.sa-info {
  border-color: #C9DAE1;
}

.sweet-alert .sa-icon.sa-info::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 29px;
  left: 50%;
  bottom: 17px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #C9DAE1;
}

.sweet-alert .sa-icon.sa-info::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  top: 19px;
  background-color: #C9DAE1;
}

.sweet-alert .sa-icon.sa-success {
  border-color: #A5DC86;
}

.sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
  content: "";
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sweet-alert .sa-icon.sa-success::before {
  -webkit-border-radius: 120px 0 0 120px;
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
}

.sweet-alert .sa-icon.sa-success::after {
  -webkit-border-radius: 0 120px 120px 0;
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0px 60px;
  transform-origin: 0px 60px;
}

.sweet-alert .sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, 0.2);
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}

.sweet-alert .sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  background-color: white;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sweet-alert .sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #A5DC86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sweet-alert .sa-icon.sa-custom {
  background-size: contain;
  border-radius: 0;
  border: none;
  background-position: center center;
  background-repeat: no-repeat;
}

/*
 * Animations
 */
@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
@-webkit-keyframes slideFromTop {
  0% {
    top: 0%;
  }
  100% {
    top: 50%;
  }
}
@keyframes slideFromTop {
  0% {
    top: 0%;
  }
  100% {
    top: 50%;
  }
}
@-webkit-keyframes slideToTop {
  0% {
    top: 50%;
  }
  100% {
    top: 0%;
  }
}
@keyframes slideToTop {
  0% {
    top: 50%;
  }
  100% {
    top: 0%;
  }
}
@-webkit-keyframes slideFromBottom {
  0% {
    top: 70%;
  }
  100% {
    top: 50%;
  }
}
@keyframes slideFromBottom {
  0% {
    top: 70%;
  }
  100% {
    top: 50%;
  }
}
@-webkit-keyframes slideToBottom {
  0% {
    top: 50%;
  }
  100% {
    top: 70%;
  }
}
@keyframes slideToBottom {
  0% {
    top: 50%;
  }
  100% {
    top: 70%;
  }
}
.showSweetAlert[data-animation=pop] {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s;
}

.showSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none;
}

.showSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideFromTop 0.3s;
  animation: slideFromTop 0.3s;
}

.showSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideFromBottom 0.3s;
  animation: slideFromBottom 0.3s;
}

.hideSweetAlert[data-animation=pop] {
  -webkit-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s;
}

.hideSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none;
}

.hideSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideToTop 0.4s;
  animation: slideToTop 0.4s;
}

.hideSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideToBottom 0.3s;
  animation: slideToBottom 0.3s;
}

@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}
@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}
.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s;
}

.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s;
}

.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in;
}

@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}
.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s;
}

@-webkit-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s;
}

@-webkit-keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }
  100% {
    border-color: #F8BB86;
  }
}
@keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }
  100% {
    border-color: #F8BB86;
  }
}
.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate;
}

@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}
@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}
.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate;
}

@-webkit-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Internet Explorer 9 has some special quirks that are fixed here */
/* The icons are not animated. */
/* This file is automatically merged into sweet-alert.min.js through Gulp */
/* Error icon */
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -ms-transform: rotate(45deg) \9 ;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -ms-transform: rotate(-45deg) \9 ;
}

/* Success icon */
.sweet-alert .sa-icon.sa-success {
  border-color: transparent\9 ;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg) \9 ;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg) \9 ;
}

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-fall,
.la-ball-fall > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.la-ball-fall {
  display: block;
  font-size: 0;
  color: #fff;
}

.la-ball-fall.la-dark {
  color: #333;
}

.la-ball-fall > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}

.la-ball-fall {
  width: 54px;
  height: 18px;
}

.la-ball-fall > div {
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: ball-fall 1s ease-in-out infinite;
  -moz-animation: ball-fall 1s ease-in-out infinite;
  -o-animation: ball-fall 1s ease-in-out infinite;
  animation: ball-fall 1s ease-in-out infinite;
}

.la-ball-fall > div:nth-child(1) {
  -webkit-animation-delay: -200ms;
  -moz-animation-delay: -200ms;
  -o-animation-delay: -200ms;
  animation-delay: -200ms;
}

.la-ball-fall > div:nth-child(2) {
  -webkit-animation-delay: -100ms;
  -moz-animation-delay: -100ms;
  -o-animation-delay: -100ms;
  animation-delay: -100ms;
}

.la-ball-fall > div:nth-child(3) {
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  -o-animation-delay: 0ms;
  animation-delay: 0ms;
}

.la-ball-fall.la-sm {
  width: 26px;
  height: 8px;
}

.la-ball-fall.la-sm > div {
  width: 4px;
  height: 4px;
  margin: 2px;
}

.la-ball-fall.la-2x {
  width: 108px;
  height: 36px;
}

.la-ball-fall.la-2x > div {
  width: 20px;
  height: 20px;
  margin: 8px;
}

.la-ball-fall.la-3x {
  width: 162px;
  height: 54px;
}

.la-ball-fall.la-3x > div {
  width: 30px;
  height: 30px;
  margin: 12px;
}

/*
 * Animation
 */
@-webkit-keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10% {
    opacity: 0.5;
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    transform: translateY(145%);
  }
}
@-moz-keyframes ball-fall {
  0% {
    opacity: 0;
    -moz-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10% {
    opacity: 0.5;
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(145%);
    transform: translateY(145%);
  }
}
@-o-keyframes ball-fall {
  0% {
    opacity: 0;
    -o-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10% {
    opacity: 0.5;
  }
  20% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -o-transform: translateY(145%);
    transform: translateY(145%);
  }
}
@keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    -moz-transform: translateY(-145%);
    -o-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10% {
    opacity: 0.5;
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    -moz-transform: translateY(145%);
    -o-transform: translateY(145%);
    transform: translateY(145%);
  }
}
/* ==========================================================
 Object / Project
========================================================== */
/* header
---------------------------------------------------------- */
.p-header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 990;
  width: 100%;
}
.p-header__inner {
  display: flex;
  align-items: center;
}
@media all and (min-width: 900px) {
  .p-header__inner {
    display: block;
  }
}

@media all and (min-width: 900px) {
  #ghead {
    background-color: rgba(255, 255, 255, 0);
    position: fixed;
    top: 0;
    transition: 0.3s;
    /* &.addfix {
      position: fixed;
      top: 0;
    }
    &.addscroll {
    } */
  }
  #ghead.scrollact {
    transition: 0.3s;
    background-color: white;
  }
}
/* header contents
---------------------------------------------------------- */
.p-header-content .p-header-inn-1 {
  display: flex;
  align-items: center;
  height: 46px;
}
.p-header-content .p-header-inn-1 .p-header-logo {
  width: 180px;
  margin: 0 0 0 15px;
  line-height: 1;
}
@media all and (min-width: 900px) {
  .p-header-content .p-header-inn-1 .p-header-logo {
    width: 210px;
  }
}
.p-header-content .p-header-inn-1 .p-header-logo__link {
  display: block;
}
.p-header-content .p-header-inn-1 .p-header-logo__link img {
  /* IE11 */
  width: 100%;
}
.p-header-content .p-header-inn-1 .p-header-navigation_wrap {
  flex: 1;
  display: none;
}
@media all and (min-width: 900px) {
  .p-header-content .p-header-inn-1 .p-header-navigation_wrap {
    display: flex;
    justify-content: flex-end;
    flex: 1;
    height: 100%;
  }
}
.p-header-content .p-header-inn-1 .p-header-navigation_wrap .p-header-navigation {
  display: flex;
  align-items: center;
  letter-spacing: 0.05em;
}
.p-header-content .p-header-inn-2 {
  display: none;
}
@media all and (min-width: 900px) {
  .p-header-content .p-header-inn-2 {
    display: block;
    height: 60px;
    margin-top: 14px;
  }
}
.p-header-content .p-header-inn-2 .p-global-navigation {
  height: 100%;
  letter-spacing: 0.05em;
}
.p-header-content .p-header-inn-2 .p-global-navigation__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 100%;
}
.p-header-content .p-header-inn-2 .p-global-navigation__item {
  height: 100%;
}
.p-header-content .p-header-inn-2 .p-global-navigation__link {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 0 15px;
  font-size: 14px;
  font-size: 1.4rem;
  white-space: nowrap;
  height: 100%;
}
.p-header-content .p-header-inn-2 .p-global-navigation__link .p-global-navigation__label {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
.p-header-content .p-header-inn-2 .p-global-navigation__link .p-global-navigation__label::after {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.p-header-content .p-header-inn-2 .p-global-navigation__link:not(.soon) .p-global-navigation__label::after {
  height: 1px;
  top: auto;
  bottom: 10px;
  background-color: #000000;
  transition: opacity 0.8s;
  opacity: 0;
}
.p-header-content .p-header-inn-2 .p-global-navigation__link:not(.soon):hover .p-global-navigation__label::after {
  opacity: 1;
}
.p-header-content .p-header-inn-2 .p-global-navigation__link.soon .p-global-navigation__label {
  opacity: 0.3;
}

.p-header-links {
  display: flex;
  height: 100%;
}
.p-header-links__item {
  height: 100%;
  font-size: 86%;
  margin-right: 10px;
}
.p-header-links__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 10px;
}
.p-header-links__item a > span {
  position: relative;
}
.p-header-links__item a > span::after {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.p-header-links__item a > span::after {
  height: 1px;
  top: auto;
  bottom: -5px;
  background-color: #000000;
  transition: opacity 0.8s;
  opacity: 0;
}
.p-header-links__item a:hover > span::after {
  opacity: 1;
}

.p-header-buttons {
  display: flex;
  height: 100%;
}

.p-header-button {
  word-break: keep-all;
  width: 130px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.3;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-header-button.entry {
  background-color: #b59469;
  color: #fff;
}
.p-header-button.reserve {
  background-color: #ccad87;
  color: #fff;
}
.p-header-button.visitor {
  background-color: #709e9d;
  color: #fff;
  width: 150px;
}
@media all and (min-width: 1200px) {
  .p-header-button {
    transition: opacity 0.5s;
  }
  .p-header-button:hover {
    opacity: 0.75;
  }
}

/* icn
---------------------------------------------------------- */
.p-global-navigation__icn-next,
.p-global-navigation__icn-new,
.p-header-button__icn-new {
  color: #a53d3d;
  font-size: 10px;
  font-size: 1rem;
  position: absolute;
  display: inline-block;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* CVボタン表示切替
---------------------------------------------------------- */
.p-header-button.reserve {
  display: none;
}

.b-page-limited .p-header-button.reserve {
  display: inline-flex;
}
.b-page-limited .p-header-button.entry {
  display: none;
}

.p-contents {
  padding: 46px 0 0;
}
@media all and (min-width: 900px) {
  .p-contents {
    padding: 120px 0 0;
  }
}

.p-contents-list {
  background-color: #f5f5f5;
  padding: 80px 0 45px;
}
.p-contents-list .c-midashi-en-s {
  color: #000000;
}
.p-contents-list__list {
  width: 90%;
  margin: 0 auto;
  max-width: 886px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-contents-list__list_item {
  width: 47.5%;
  margin-bottom: 35px;
}
.p-contents-list__list_item a {
  display: block;
}
.p-contents-list__list_item a .img {
  position: relative;
}
.p-contents-list__list_item a.soon .img img {
  opacity: 0.15;
}
.p-contents-list__list_item a.soon .img::after {
  content: "COMING SOON";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-family: "Spartan", sans-serif;
  color: #666666;
  font-size: 10px;
  font-size: 1rem;
}
.p-contents-list__list_item a:not(.soon) .img::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  background: url(../img/common/icn-arr.svg) no-repeat center center #f5f5f5;
  background-size: 4px;
}
.p-contents-list__list_item .label {
  text-align: center;
  margin-bottom: 10px;
}
@media all and (min-width: 768px) {
  .p-contents-list {
    padding: 150px 0 110px;
  }
  .p-contents-list__list {
    justify-content: flex-start;
  }
  .p-contents-list__list_item {
    width: 29.34537246%;
    margin-right: 5.98194131%;
  }
  .p-contents-list__list_item:nth-child(3n) {
    margin-right: 0;
  }
  .p-contents-list__list_item a.soon .img::after {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .p-contents-list__list_item a:not(.soon) .img::after {
    width: 30px;
    height: 30px;
    background-size: 6px;
  }
}
@media all and (min-width: 1200px) {
  .p-contents-list__list_item a:not(.soon) {
    transition: opacity 0.5s;
  }
  .p-contents-list__list_item a:not(.soon):hover {
    opacity: 0.75;
  }
}

/* .b-page-top {
  .p-contents-list__list_item {
    &.onlymiddle {
      display: none;
    }
    @include mq(lg){
      &:nth-child(3n) {
        margin-right: 5.98194131%;
      }
      &.onlytopmargin {
        margin-right: 0;
      }
    }
  }
} */
/* cv
---------------------------------------------------------- */
.p-cv-list__wrap {
  padding: 75px 0;
}
@media all and (min-width: 560px) {
  .p-cv-list__wrap {
    padding: 110px 0;
  }
}

.p-cv-list {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.p-cv-list__item {
  margin-bottom: 15px;
  /* max-width: 310px; */
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.p-cv-list__item:last-child {
  margin-bottom: 0;
}

/* CVボタン表示切替
---------------------------------------------------------- */
.p-cv-list__item-yoyaku {
  display: none;
}

.b-page-limited .p-cv-list__item-yoyaku {
  display: block;
}
.b-page-limited .p-cv-list__item-entry {
  display: none;
}

/* footer
---------------------------------------------------------- */
.p-footer {
  position: relative;
  padding-bottom: 60px;
  background-color: #fff;
}
@media all and (min-width: 900px) {
  .p-footer {
    padding: 0;
  }
}

/* pagetop
---------------------------------------------------------- */
.p-link-pagetop__btn {
  display: block;
  width: 100%;
  color: #b59469;
  padding: 30px 0 20px;
  font-family: "Spartan", sans-serif;
  letter-spacing: 0;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  position: relative;
}
.p-link-pagetop__btn::after {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.p-link-pagetop__btn::after {
  width: 10px;
  height: 10px;
  background: url(../img/common/icn-arr-g.svg) no-repeat center center;
  background-size: contain;
  top: 0;
  left: 50%;
  transform: rotate(-90deg) translateX(-50%);
}
.p-link-pagetop__btn:hover, .p-link-pagetop__btn:focus {
  color: #b59469;
}
@media all and (min-width: 900px) {
  .p-link-pagetop {
    display: none;
  }
}

/* footer banner
---------------------------------------------------------- */
.p-footer-banner {
  overflow: hidden;
}

.p-footer-utility-links {
  display: none;
}
@media all and (min-width: 900px) {
  .p-footer-utility-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 0 35px;
  }
}
.p-footer-utility-links__item a {
  display: block;
  padding: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}
.p-footer-utility-links__item a span {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
.p-footer-utility-links__item a span::after {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.p-footer-utility-links__item a span::after {
  height: 1px;
  top: auto;
  bottom: -6px;
  background-color: #000000;
  opacity: 0;
  transition: all 0.5s;
}
.p-footer-utility-links__item a.soon {
  opacity: 0.3;
}
.p-footer-utility-links__item a:not(.soon):hover span::after {
  opacity: 1;
}

/* footer contact
---------------------------------------------------------- */
.p-footer-contact {
  background-color: #f5f5f5;
}
.p-footer-contact__inner {
  padding: 50px 0 45px;
  width: 85%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media all and (min-width: 768px) {
  .p-footer-contact__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}

@media all and (min-width: 768px) {
  .p-footer-tel {
    margin-right: 40px;
    text-align: left;
  }
}
.p-footer-tel__text {
  margin-bottom: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media all and (min-width: 768px) {
  .p-footer-tel__text {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.p-footer-tel__num {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
  margin-top: 5px;
  padding-left: 38px;
  font-family: "Spartan", sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  word-break: break-all;
}
@media all and (min-width: 768px) {
  .p-footer-tel__num {
    padding-left: 54px;
    font-size: 36px;
    font-size: 3.6rem;
  }
}
.p-footer-tel__num::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 32px;
  background: url("../img/common/icn-freedial.svg") center center no-repeat;
  background-size: contain;
}
@media all and (min-width: 768px) {
  .p-footer-tel__num::before {
    width: 44px;
    height: 44px;
  }
}
.p-footer-tel__num a {
  color: #000000;
}

_:-ms-fullscreen, :root .p-footer-tel__num {
  /* IE11 */
  letter-spacing: 0.04em;
}

.p-footer-business {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.75;
  max-width: 450px;
}
@media all and (min-width: 768px) {
  .p-footer-business {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: left;
  }
}

.p-footer-infomation__inner {
  padding: 30px 0 40px;
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media all and (min-width: 768px) {
  .p-footer-infomation__inner {
    padding: 40px 0 40px;
  }
}

.p-footer-seller-list {
  margin-bottom: 10px;
}
@media all and (min-width: 768px) {
  .p-footer-seller-list {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 15px;
  }
}
.p-footer-seller-list__item {
  margin-bottom: 10px;
}
@media all and (min-width: 768px) {
  .p-footer-seller-list__item {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 0;
  }
}
.p-footer-seller-list__item:last-child {
  margin-bottom: 0;
}
.p-footer-seller-list__item.p-footer-seller-list__item--tatemono .p-footer-seller-list__logo {
  max-width: 110px;
}
@media all and (min-width: 768px) {
  .p-footer-seller-list__item.p-footer-seller-list__item--tatemono .p-footer-seller-list__logo {
    max-width: none;
    width: 128px;
  }
}
.p-footer-seller-list__item.p-footer-seller-list__item--amenity .p-footer-seller-list__logo {
  max-width: 245px;
}
@media all and (min-width: 768px) {
  .p-footer-seller-list__item.p-footer-seller-list__item--amenity .p-footer-seller-list__logo {
    max-width: none;
    width: 290px;
  }
}
.p-footer-seller-list__title {
  margin-bottom: 5px;
  font-size: 10px;
  font-size: 1rem;
}
@media all and (min-width: 768px) {
  .p-footer-seller-list__title {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
  }
}
.p-footer-seller-list__logo a {
  display: block;
}
@media all and (min-width: 768px) {
  .p-footer-seller-list__logo a {
    transition: opacity 0.5s;
  }
  .p-footer-seller-list__logo a:hover {
    opacity: 0.75;
  }
}
.p-footer-seller-list__logo a img {
  width: 100%;
}

.p-footer-links__inner {
  /* & + .p-footer-links__inner {
    margin-top: 10px;
    @include mq(md) {
      margin-top: 0;
    }
  } */
}
@media all and (min-width: 768px) {
  .p-footer-links__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media all and (min-width: 1200px) {
  .p-footer-links__inner {
    display: block;
    text-align: center;
  }
}
.p-footer-links__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media all and (min-width: 768px) {
  .p-footer-links__item {
    width: 48%;
  }
}
@media all and (min-width: 1200px) {
  .p-footer-links__item {
    display: inline-block;
    width: auto;
    border-bottom: none;
  }
}
.p-footer-links__item a {
  display: block;
  font-size: 11px;
  font-size: 1.1rem;
  color: #666666;
  letter-spacing: 0.1em;
  padding: 18px 0 12px 0;
}
.p-footer-links__item a .en {
  font-family: "Spartan", sans-serif;
}
@media all and (min-width: 768px) {
  .p-footer-links__item a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media all and (min-width: 1200px) {
  .p-footer-links__item a {
    display: inline-block;
    padding: 8px 10px;
  }
}

/* footer recommend
---------------------------------------------------------- */
.p-footer-recommend {
  overflow: hidden;
}
.p-footer-recommend__inner {
  padding: 0 10px 15px;
  max-width: 1040px;
  margin: 0 auto;
}
.p-footer-recommend__title {
  margin-bottom: 10px;
  text-align: center;
}
@media all and (min-width: 560px) {
  .p-footer-recommend__title {
    margin-bottom: 20px;
  }
}

.p-footer-recommend-list {
  position: relative;
}
@media all and (min-width: 560px) {
  .p-footer-recommend-list .slick-list {
    max-width: 948px;
    margin: 0 auto;
  }
}
.p-footer-recommend-list::before, .p-footer-recommend-list::after {
  content: "";
  position: absolute;
  top: 0;
  width: 25%;
  height: 100%;
  z-index: 2;
}
@media all and (min-width: 560px) {
  .p-footer-recommend-list::before, .p-footer-recommend-list::after {
    display: none;
  }
}
.p-footer-recommend-list::before {
  left: 0;
  background: linear-gradient(-90deg, transparent 0%, rgba(135, 135, 135, 0.5) 15%, white 70%);
}
@media all and (min-width: 560px) {
  .p-footer-recommend-list::before {
    background: linear-gradient(-90deg, transparent 0%, rgba(135, 135, 135, 0.5) 40%, white 70%);
  }
}
.p-footer-recommend-list::after {
  right: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(135, 135, 135, 0.5) 15%, white 70%);
}
@media all and (min-width: 560px) {
  .p-footer-recommend-list::after {
    background: linear-gradient(90deg, transparent 0%, rgba(135, 135, 135, 0.5) 40%, white 70%);
  }
}
.p-footer-recommend-list__item {
  padding: 0 5px;
}
@media all and (min-width: 560px) {
  .p-footer-recommend-list__item {
    padding: 0 8px;
  }
}
.p-footer-recommend-list__item a {
  position: relative;
  display: block;
}
@media all and (min-width: 560px) {
  .p-footer-recommend-list__item a {
    transition: opacity 0.5s;
  }
  .p-footer-recommend-list__item a:hover {
    opacity: 0.75;
  }
}
.p-footer-recommend-list__item img {
  width: 100%;
  height: auto;
}
.p-footer-recommend-list .slick-arrow {
  width: 25px;
  height: 25px;
  z-index: 3;
  border-radius: 50%;
  cursor: pointer;
}
@media all and (min-width: 560px) {
  .p-footer-recommend-list .slick-arrow {
    width: 40px;
    height: 40px;
    transition: opacity 0.5s;
  }
  .p-footer-recommend-list .slick-arrow:hover {
    opacity: 0.75;
  }
}
.p-footer-recommend-list .slick-arrow::before {
  display: none;
}
.p-footer-recommend-list .slick-arrow::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/common/btn-slider.svg") 0 0 no-repeat;
  background-size: contain;
}
.p-footer-recommend-list .slick-prev {
  left: 0;
}
.p-footer-recommend-list .slick-prev::after {
  transform: rotate(180deg);
}
.p-footer-recommend-list .slick-next {
  right: 0;
}

/* footer copyright
---------------------------------------------------------- */
.p-footer-copyright {
  padding: 10px 10px 20px;
  text-align: center;
  font-family: "Spartan", sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  color: #666666;
}

/* fixed　content
---------------------------------------------------------- */
.p-fixed-content {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 990;
}
@media all and (min-width: 900px) {
  .p-fixed-content {
    display: none;
  }
}

.p-fixed-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  transform: translate3d(0, 0%, 0);
  transition: transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  z-index: 998;
}
.p-fixed-menu.is-open {
  transform: translate3d(0, calc(-100% + 1px), 0);
}

.p-fixed-menu-links {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  background-color: #f5f5f5;
  border-top: solid 1px rgba(181, 148, 105, 0.3);
}
.p-fixed-menu-links__item {
  width: 50%;
  border-right: solid 1px rgba(181, 148, 105, 0.3);
  border-bottom: solid 1px rgba(181, 148, 105, 0.3);
  background-color: #fff;
}
.p-fixed-menu-links__item a {
  display: block;
  padding: 25px 10px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.3;
  text-align: center;
  color: #b59469;
}

/* new */
.p-fixed-menu-links__item--new,
.p-fixed-menu-links__item--update {
  position: relative;
}
.p-fixed-menu-links__item--new::after,
.p-fixed-menu-links__item--update::after {
  content: "NEW";
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 0;
  right: 0;
  padding: 2px 6px;
  color: #a53d3d;
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 0.1em;
}

.p-fixed-menu-links__item--update::after {
  content: "UPDATE";
}

.p-fixed-navigation {
  position: relative;
  background-color: #fff;
  border-top: 1px solid rgba(181, 148, 105, 0.3);
  min-height: 50px;
  min-height: calc(50px + env(safe-area-inset-bottom));
  z-index: 999;
}
.p-fixed-navigation__inner {
  display: flex;
  align-items: stretch;
  justify-content: space-around;
  width: 100%;
  height: 100%;
  min-height: 50px;
  min-height: calc(50px + env(safe-area-inset-bottom));
  /* background-color: rgba($color-point-1,.05); */
}
.p-fixed-navigation__item {
  width: 100%;
  border-right: 1px solid rgba(181, 148, 105, 0.3);
}
.p-fixed-navigation__item.p-fixed-navigation__item--2col {
  width: 40%;
}
.p-fixed-navigation__button {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-top: 30px;
  padding-bottom: calc(6px + env(safe-area-inset-bottom));
}
.p-fixed-navigation__button .text {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 0;
  transform-origin: center;
  line-height: 1.2;
  text-align: center;
  color: #b59469;
}
.p-fixed-navigation__button::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

/* icon */
.p-fixed-navigation__button--map::before {
  top: 7px;
  width: 13px;
  height: 16px;
  background-image: url("../img/common/icn-map-marker.svg");
}
.p-fixed-navigation__button--limit::before {
  top: 9px;
  width: 17px;
  height: 17px;
  background-image: url("../img/common/icn-lock.svg");
}
.p-fixed-navigation__button--contact::before {
  top: 10px;
  width: 16px;
  height: 16px;
  background-image: url("../img/common/icn-phone.svg");
}
.p-fixed-navigation__button--yoyaku::before {
  top: 9px;
  width: 17px;
  height: 19px;
  background-image: url("../img/common/icn-calendar.svg");
}
.p-fixed-navigation__button--entry::before {
  top: 10px;
  width: 26px;
  height: 16px;
  background-image: url("../img/common/icn-book-open.svg");
}

.p-fixed-menu-button {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  padding-bottom: env(safe-area-inset-bottom);
}
.p-fixed-menu-button span {
  display: none;
}
.p-fixed-menu-button::before {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 16px;
  height: 14px;
  background: url("../img/common/icn-menu.svg") 0 0 no-repeat;
  background-size: contain;
}
.p-fixed-menu-button.is-open::before {
  width: 12px;
  height: 12px;
  background: url("../img/common/icn-menu-close.svg") 0 0 no-repeat;
  background-size: contain;
}

/* メニューJS実行時の処理 */
body.is-open {
  overflow: hidden;
}

body:not(.ua_sp) .p-fixed-navigation__item--contact {
  display: none;
}

/* CVボタン表示切替
---------------------------------------------------------- */
.p-fixed-navigation__item--yoyaku {
  display: none;
}

.p-fixed-navigation__item--entry {
  border-right: none;
}

.b-page-limited .p-fixed-navigation__item--yoyaku {
  display: inline-flex;
  border-right: none;
}
.b-page-limited .p-fixed-navigation__item--entry {
  display: none;
}

/* ==========================================================
 Utility 汎用クラス
========================================================== */
/* スタイル指定
---------------------------------------------------------- */
/* spで表示 */
@media all and (min-width: 560px) {
  .u-sp-only {
    display: none !important;
  }
}

/* spで隠す */
.u-sp-hide {
  display: none;
}
@media all and (min-width: 560px) {
  .u-sp-hide {
    display: inline-block;
  }
}

/* spで隠し、md以上でインライン */
.u-sp-hide-inline {
  display: none;
}
@media all and (min-width: 560px) {
  .u-sp-hide-inline {
    display: inline;
  }
}

/* spで表示（ブレイクポイント違い・middle） */
@media all and (min-width: 768px) {
  .u-showsp {
    display: none !important;
  }
}

.u-showpc {
  display: none;
}
@media all and (min-width: 768px) {
  .u-showpc {
    display: inline-block;
  }
}

/* spで隠す（ブレイクポイント違い・middle） */
/* 太字 */
.u-bold {
  font-weight: bold;
}

/* ノーマル字 */
.u-normal {
  font-weight: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*# sourceMappingURL=common.css.map */