
html {
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: scrollbar;
}

html, html a, body {
  -webkit-font-smoothing: antialiased;
}

html {
  font-size: 16px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-size: 1rem;
    font-family: 'Noto Sans JP', sans-serif;
  color: #333333;
  line-height: 1.6;
  background-color: #fff;
}

/* Typography */

h1 {
margin:0 0 5px;
padding:0;
font-size:10px;
text-align:left;
}

h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-family: Montserrat, sans-serif;
  line-height: 1.2;
  color: #242424;
  margin-top: 0;
  margin-bottom: .5rem;
}


h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.75rem;
}


h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #242424;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}


h2 a:focus,
h2 a:hover,
h3 a:focus,
h3 a:hover,
h4 a:focus,
h4 a:hover,
h5 a:focus,
h5 a:hover,
h6 a:focus,
h6 a:hover {
  color: #a79576;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

em,
li {
  font-size: 1rem;
  font-weight: 300;
  color: #242424;
}

em > a,
li > a {
  color: #242424;
}

em > a:hover,
li > a:hover {
  color: #a79576;
}

small {
  color: #656565;
}

label {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #242424;
  margin-bottom: .25rem;
}

i {
  line-height: 1;
}

img{
	max-width: 100%;
	height: auto;
}
a img:hover{
	opacity: 0.5;
	transition: 0.5s;
}

strong{font-weight: 500;}

/* Paragraph */
p {
  font-size: 0.9375rem;
  font-weight: 300;
  color: #333;
  line-height: 2;
  margin-top: 0;
  margin-bottom: 1rem;
}

/* Links */
a {
  color: #333;
  text-decoration: none;
}

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

a:focus {
  outline: none;
}

/*----------------------------------
  Selection
------------------------------------*/
::selection {
  color: #fff;
  background: #a79576;
  text-shadow: none;
}

::-webkit-selection {
  color: #fff;
  background: #a79576;
  text-shadow: none;
}

:active,
:focus {
  outline: none;
}




/*----------------------------------
  Button
------------------------------------*/
.s-btn {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border: none;
  white-space: nowrap;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-btn:focus, .s-btn:hover {
  text-decoration: none;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-btn.focus {
  text-decoration: none;
}

.s-btn:active, .s-btn.active {
  background-image: none;
  outline: 0;
}

.s-btn.disabled, .s-btn:disabled,
fieldset[disabled] .s-btn {
  cursor: not-allowed;
  opacity: .65;
}

.s-btn__element--left, .s-btn__element--right {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

/* Sizes
------------------------------ */
.s-btn--xs {
  font-size: 0.75rem;
  font-weight: 400;
  padding: 0.5rem 1.25rem;
}

.s-btn--sm {
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0.75rem 1.25rem;
}

.s-btn--md {
  font-size: 0.8125rem;
  font-weight: 400;
  padding: 1rem 2.5rem;
}

.s-btn-icon--md {
  font-size: 1rem;
  padding: 0.9375rem 1.5625rem 0.75rem;
}

/* Styles
------------------------------ */
.s-btn--white-brd {
  color: #fff;
  background: transparent;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #fff;
}

.s-btn--white-brd:focus, .s-btn--white-brd:hover {
  color: #222324;
  background: #fff;
  border-color: #fff;
}

.s-btn--white-bg {
  color: #222324;
  background: #fff;
}

.s-btn--white-bg:focus, .s-btn--white-bg:hover {
  color: #a79576;
  background: #fff;
}

.s-btn--dark-bg {
  color: #fff;
  background: #222324;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #222324;
}

.s-btn--dark-bg:focus, .s-btn--dark-bg:hover {
  color: #fff;
  background: #a79576;
  border-color: #a79576;
}

.s-btn--dark-brd {
  color: #222324;
  background: transparent;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #222324;
}

.s-btn--dark-brd:focus, .s-btn--dark-brd:hover {
  color: #fff;
  background: #222324;
  border-color: #222324;
}

.s-btn--primary-bg {
  color: #fff;
  background: #a79576;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #a79576;
}

.s-btn--primary-bg:focus, .s-btn--primary-bg:hover {
  color: #fff;
  background: #a79576;
  border-color: #a79576;
}

.s-btn--gold-bg {
  color: #fff;
  background: #c9bc9c;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #c9bc9c;
}

.s-btn--gold-bg:focus, .s-btn--gold-bg:hover {
  color: #fff;
  background: #c8ab6f;
  border-color: #c8ab6f;
}


.s-btn--red-bg {
  color: #fff;
  background: #910f1a;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #910f1a;
}

.s-btn--red-bg:focus, .s-btn--red-bg:hover {
  color: #fff;
  background: #910f1a;
  border-color: #910f1a;
}


.s-btn--primary-brd {
  color: #a79576;
  background: transparent;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #a79576;
}

.s-btn--primary-brd:focus, .s-btn--primary-brd:hover {
  color: #fff;
  background: #a79576;
  border-color: #a79576;
}


.s-btn--green-brd {
  color: #FFFFFF;
  background: transparent;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #FFFFFF;
}

.s-btn--green-brd:focus, .s-btn--green-brd:hover {
  color: #fff;
  background: #669819;
  border-color: #52800D;
}

.s-btn--green-brd {
  color: #FFFFFF;
  background: transparent;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #FFFFFF;
}

.s-btn--green-brd:focus, .s-btn--green-brd:hover {
  color: #fff;
  background: #669819;
  border-color: #52800D;
}

.s-btn--orange-brd {
  color: #fff;
  background: transparent;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #fff;
}

.s-btn--orange-brd:focus, .s-btn--orange-brd:hover {
  color: #fff;
  background: #FF8215;
  border-color: #EB5000;
}


.s-btn--blue-brd {
  color: #fff;
  background: transparent;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #fff;
}

.s-btn--blue-brd:focus, .s-btn--blue-brd:hover {
  color: #fff;
  background: #2B7DB8;
  border-color: #146FB1;
}

.s-btn-icon--white-brd {
  border-left: none;
}

.s-btn-icon--dark-brd {
  border-left: none;
}

/*----------------------------------
  Clients v1
------------------------------------*/
.s-clients-v1 {
  display: block;
  width: 6.25rem;
  height: auto;
  margin: 0 auto;
  opacity: 1;
  cursor: pointer;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-clients-v1:hover {
  opacity: .8;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/*----------------------------------
  FAQ
------------------------------------*/
.s-faq__pseudo {
  position: relative;
}

.s-faq__pseudo:before {
  position: absolute;
  left: 12.5rem;
  bottom: -1rem;
  z-index: -1;
  font-size: 9.375rem;
  font-family: Playfair Display, serif;
  color: rgba(245, 248, 249, 0.8);
  content: "\0026";
}

.s-faq-grid__divider {
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.3);
  margin: .3125rem 0;
}

.s-faq-grid__title {
  font-size: 1rem;
  color: #fff;
  margin: .3125rem 0 0 -1.5em;
}

.s-faq .cbp-caption {
  border-bottom: none;
}

/*----------------------------------
  Form Input
------------------------------------*/
/* Form Input v1 */
.s-form-v1__input {
  height: 3.375rem;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 300;
  background: transparent;
  border-color: #fff;
  border-right: none;
  box-shadow: none;
  letter-spacing: .1rem;
  text-transform: uppercase;
  padding: .625rem 2.5rem;
}

.s-form-v1__input::-webkit-input-placeholder {
  color: #fff;
}

.s-form-v1__input::-moz-placeholder {
  color: #fff;
}

.s-form-v1__input:-ms-input-placeholder {
  color: #fff;
}

.s-form-v1__input::placeholder {
  color: #fff;
}

.s-form-v1__input:focus {
  box-shadow: none;
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

/* Form Input v2 */
.s-form-v2__input {
  height: 3.5rem;
  font-size: 0.875rem;
  font-weight: 300;
  color: #656565;
  border: none;
  box-shadow: none;
  letter-spacing: .1rem;
  text-transform: uppercase;
  padding: .625rem 1.25rem;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-form-v2__input::-webkit-input-placeholder {
  color: #656565;
}

.s-form-v2__input::-moz-placeholder {
  color: #656565;
}

.s-form-v2__input:-ms-input-placeholder {
  color: #656565;
}

.s-form-v2__input::placeholder {
  color: #656565;
}

.s-form-v2__input:focus {
  font-weight: 400;
  color: #656565;
  box-shadow: none;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-form-v2__input:focus::-webkit-input-placeholder {
  color: #656565;
}

.s-form-v2__input:focus::-moz-placeholder {
  color: #656565;
}

.s-form-v2__input:focus:-ms-input-placeholder {
  color: #656565;
}

.s-form-v2__input:focus::placeholder {
  color: #656565;
}

/* Form Input v3 */
.s-form-v3__input {
  position: relative;
  height: 3.125rem;
  font-size: 0.8125rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  border: none;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.5);
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  letter-spacing: .1rem;
  text-transform: uppercase;
  padding: 0 1.25rem 0 0;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-form-v3__input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.s-form-v3__input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.s-form-v3__input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.s-form-v3__input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.s-form-v3__input:focus {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.99);
  box-shadow: none;
}

.s-form-v3__input:focus::-webkit-input-placeholder {
  color: #fff;
}

.s-form-v3__input:focus::-moz-placeholder {
  color: #fff;
}

.s-form-v3__input:focus:-ms-input-placeholder {
  color: #fff;
}

.s-form-v3__input:focus::placeholder {
  color: #fff;
}

/* Form Input v4 */
.s-form-v4__input {
  position: relative;
  height: 3.125rem;
  font-size: 0.8125rem;
  font-weight: 400;
  color: rgba(34, 35, 36, 0.5);
  border: none;
  border-bottom: .0625rem solid;
  background: rgba(34, 35, 36, 0.3);
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  letter-spacing: .1rem;
  text-transform: uppercase;
  padding: 0 1.25rem .3125rem 1rem;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-form-v4__input::-webkit-input-placeholder {
  color: rgba(34, 35, 36, 0.5);
}

.s-form-v4__input::-moz-placeholder {
  color: rgba(34, 35, 36, 0.5);
}

.s-form-v4__input:-ms-input-placeholder {
  color: rgba(34, 35, 36, 0.5);
}

.s-form-v4__input::placeholder {
  color: rgba(34, 35, 36, 0.5);
}

.s-form-v4__input:focus {
  color: #222324;
  border-color: #222324;
  box-shadow: none;
}

.s-form-v4__input:focus::-webkit-input-placeholder {
  color: #222324;
}

.s-form-v4__input:focus::-moz-placeholder {
  color: #222324;
}

.s-form-v4__input:focus:-ms-input-placeholder {
  color: #222324;
}

.s-form-v4__input:focus::placeholder {
  color: #222324;
}

.s-form-v4__icon {
  font-size: 1.125rem;
  color: rgba(34, 35, 36, 0.7);
  border-bottom: 0.0625rem solid #222324;
  padding: 0 .75rem .95rem;
}

/* Form Input v5 */
.s-form-v5__input {
  height: 3.375rem;
  color: #656565;
  font-size: 0.875rem;
  font-weight: 300;
  background: transparent;
  border-color: #222324;
  border-right: none;
  box-shadow: none;
  letter-spacing: .1rem;
  text-transform: uppercase;
  padding: .625rem 2.5rem;
}

.s-form-v5__input::-webkit-input-placeholder {
  color: #656565;
}

.s-form-v5__input::-moz-placeholder {
  color: #656565;
}

.s-form-v5__input:-ms-input-placeholder {
  color: #656565;
}

.s-form-v5__input::placeholder {
  color: #656565;
}

.s-form-v5__input:focus {
  color: #222324;
  box-shadow: none;
  border-color: #222324;
}

.s-form-v5__input:focus::-webkit-input-placeholder {
  color: #222324;
}

.s-form-v5__input:focus::-moz-placeholder {
  color: #222324;
}

.s-form-v5__input:focus:-ms-input-placeholder {
  color: #222324;
}

.s-form-v5__input:focus::placeholder {
  color: #222324;
}

/*----------------------------------
  Icons
------------------------------------*/
.s-icon {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-icon:focus, .s-icon:hover {
  text-decoration: none;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* Sizes
------------------------------ */
.s-icon--sm {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 0.8125rem;
  padding: 0.6875rem;
}

.s-icon--md {
  width: 3.125rem;
  height: 3.125rem;
  font-size: 1.125rem;
  padding: 0.75rem;
}

.s-icon--lg {
  width: 3.5rem;
  height: 3.5rem;
  font-size: 1.625rem;
  padding: 0.5625rem 1rem;
}

/* Styles
------------------------------ */
.s-icon--white-brd {
  color: #fff;
  background: transparent;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #fff;
  line-height: 1.4;
}

.s-icon--white-brd:focus, .s-icon--white-brd:hover {
  color: #fff;
  background: #a79576;
  border-color: #a79576;
}

.s-icon--white-bg {
  color: #222324;
  background: #fff;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #fff;
  line-height: 1.4;
}

.s-icon--white-bg:focus, .s-icon--white-bg:hover {
  color: #a79576;
  background: #fff;
  border-color: #fff;
}

.s-icon--primary-brd {
  color: #2D4764;
  background: transparent;
  border-width: 0.0625rem;
  border-style: solid;
  background-color: rgba(255,255,255,0.5);
  line-height: 1.4;
}

.s-icon--primary-brd:focus, .s-icon--primary-brd:hover {
  color: #fff;
  background: #2D4764;
  border-color: #2D4764;
}

.s-icon--primary-bg {
  color: #fff;
  background: #2D4764;
  line-height: 1.6;
}

/*----------------------------------
  Promo Block
------------------------------------*/
/* Promo Block v1 */
.s-promo-block-v1__square-effect {
  position: relative;
}

.s-promo-block-v1__square-effect:before {
  position: absolute;
  top: -5rem;
  left: -1.875rem;
  width: 18.75rem;
  height: 10.9375rem;
  border: .625rem solid;
  border-color: rgba(255, 255, 255, 0.2);
  content: " ";
}

.s-promo-block-v1__square-effect:after {
  position: absolute;
  right: 0;
  bottom: -2rem;
  width: 9.375rem;
  height: 9.375rem;
  border: .625rem solid;
  z-index: -1;
  border-color: rgba(108, 184, 237, 0.9);
  content: " ";
}

/* Promo Block v2 */
.s-promo-block-v2 {
  position: relative;
  z-index: 1;
}

.s-promo-block-v2:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(145deg, rgba(152, 119, 234, 0.7) -25%, #a79576 100%);
  background-repeat: repeat-x;
  content: " ";
}

.s-promo-block-v2__form {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

@media (max-width: 61.9em) {
  .s-promo-block-v2__form {
    position: static;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* Promo Block v3 */
.s-promo-block-v3__divider {
  position: relative;
  padding-bottom: 1.875rem;
}

.s-promo-block-v3__divider:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0.1875rem;
  background-image: linear-gradient(145deg, rgba(152, 119, 234, 0.9) -25%, #a79576 100%);
  background-repeat: repeat-x;
  content: " ";
}

.s-promo-block-v3__date {
  line-height: .8;
  margin-right: 1rem;
}

.s-promo-block-v3__month, .s-promo-block-v3__year {
  display: block;
  line-height: 1.3;
}

.s-promo-block-v3__month {
  vertical-align: top;
}

/* Promo Block v4 */
.s-promo-block-v4 {
  position: relative;
  z-index: 1;
}

.s-promo-block-v4:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;

  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(34, 35, 36, 0.3) 0%, rgba(19, 177, 205, 0.6) 100%);
  background-repeat: repeat-x;
  content: " ";
}

/* Promo Block v5 */
.s-promo-block-v5 {
  position: relative;
  z-index: 1;
}

.s-promo-block-v5:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(28, 123, 172, 0.93) 0%, rgba(19, 177, 205, 0.93) 100%);
  background-repeat: repeat-x;
  content: " ";
}

/* Promo Block v6 */
.s-promo-block-v6 {
  position: relative;
  z-index: 1;
}

.s-promo-block-v6:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
  content: " ";
}

/* Promo Block v7 */
.s-promo-block-v7 {
  position: relative;
  z-index: 1;
}

.s-promo-block-v7:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(145deg, rgba(19, 177, 205, 0.97) 0%, rgba(152, 119, 234, 0.97) 100%);
  background-repeat: repeat-x;
  content: " ";
}

/*----------------------------------
  Mockup
------------------------------------*/
/* Mockup v1 */
.s-mockup-v1 {
  position: relative;
  height: auto;
  z-index: 1;
}

@media (max-width: 61.9em) {
  .s-mockup-v1 {
    width: 100%;
    height: auto;
  }
}

/* Mockup v2 */
.s-mockup-v2 {
  position: absolute;
  left: 6.25rem;
  bottom: 6.25rem;
  width: 25rem;
  height: auto;
}

@media (max-width: 33.9em) {
  .s-mockup-v2 {
    display: none;
  }
}

@media (min-width: 34em) {
  .s-mockup-v2 {
    position: absolute;
    left: 0.625rem;
    bottom: 0.625rem;
    width: 18.75rem;
    height: auto;
  }
}

@media (min-width: 48em) {
  .s-mockup-v2 {
    position: absolute;
    left: 5rem;
    bottom: 5rem;
    width: 18.75rem;
    height: auto;
  }
}

/*----------------------------------
  Plan
------------------------------------*/
/* Plan v1 */
.s-plan-v1 {
  box-shadow: 0.625rem 0.625rem 0.9375rem 0 rgba(31, 31, 31, 0.075);
}

.s-plan-v1__price-mark, .s-plan-v1__price-tag {
  color: #a79576;
}

.s-plan-v1__price-mark {
  font-size: 1.375rem;
  vertical-align: top;
}

.s-plan-v1__price-tag {
  font-size: 1.875rem;
  line-height: 1.1;
}

/* Plan v2 */
@media (min-width: 62em) {
  .s-plan-v2__main {
    position: relative;
    z-index: 1;
    box-shadow: 0 -1.25rem 3.125rem 0 rgba(34, 35, 36, 0.05);
    margin-top: -.4375rem;
  }
}

/*----------------------------------
  Process v1
------------------------------------*/
.s-process-v1 {
  position: relative;
}

.s-process-v1:before {
  position: absolute;
  top: 3.125rem;
  left: 60%;
  width: 80%;
  height: 0.0625rem;
  background: rgba(255, 255, 255, 0.2);
  content: " ";
  margin-top: -.03125rem;
}

@media (max-width: 47.9em) {
  .s-process-v1:before {
    display: none;
  }
}

.s-process-v1:last-child:before {
  display: none;
}

/*----------------------------------
  Scroll To Section
------------------------------------*/
/* Scroll To Section v1 */
.s-scroll-to-section-v1--bc {
  position: absolute;
  left: 50%;
  bottom: 0.625rem;
  z-index: 1;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  text-align: center;
}

/*----------------------------------
  Team v1
------------------------------------*/
.s-team-v1 {
  position: relative;
  cursor: pointer;
}

.s-team-v1:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: " ";
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-team-v1:hover:before {
  box-shadow: 0 0 1.25rem 0.3125rem rgba(34, 35, 36, 0.07);
}

/*----------------------------------
  Video
------------------------------------*/
.s-video__bg {
  position: relative;
}

.s-video__bg:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(103, 181, 241, 0.8) 0, rgba(152, 119, 234, 0.8) 100%);
  background-repeat: repeat-x;
  content: " ";
}

/* Video v2 */
.s-video-v2__bg {
  position: relative;
}

.s-video-v2__bg:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(34, 35, 36, 0.85);
  content: " ";
}

/*----------------------------------
  Header
------------------------------------*/
.s-header__navbar {
  background: transparent;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* Container
------------------------------ */
.s-header__container {
  width: 100%;
  height: auto;
  display: table;
  padding: .75rem 1.875rem;
}

.s-header__container:before, .s-header__container:after {
  content: " ";
  display: table;
}

.s-header__container:after {
  clear: both;
}

.container-fluid {
  padding-left: 2.1875rem;
  padding-right: 2.1875rem;
}

/* Navbar Row
------------------------------ */
.s-header__navbar-row {
  position: relative;
  display: table-row;
  clear: both;
}

.s-header__navbar-row-col {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}

/* Logo
------------------------------ */
.s-header__logo {
  position: relative;
  z-index: 9999;
  width: 100%;
  height: auto;
  float: left;
}

.s-header__logo-link {
  display: inline-block;
  padding: 1rem 0;
}

.s-header__logo-link:focus, .s-header__logo-link:hover {
  text-decoration: none;
}

.s-header__logo-img-default, .s-header__logo-img-shrink {
  display: block;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header__logo-img-default {
  opacity: 1;
}

.s-header__logo-img-shrink {
  position: absolute;
  top: 1rem;
  left: 0;
  opacity: 0;
}

@media (max-width: 61.9em) {
  .s-header__logo {
    width: auto;
    height: auto;
    float: left;
  }
}

/* Trigger
------------------------------ */
.s-header__trigger {
  position: relative;
  z-index: 9999;
  width: 3.125rem;
  height: 3.125rem;
  float: right;
  overflow: hidden;
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* Trigger Icon */
.s-header__trigger-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  width: 1.375rem;
  height: 0.0625rem;
  background: #fff;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header__trigger-icon:before, .s-header__trigger-icon:after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  content: " ";
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: transform 0.5s, width 0.5s, top 0.3s;
  transition: transform 0.5s, width 0.5s, top 0.3s;
}

.s-header__trigger-icon:before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: translate3d(0, 0.4375rem, 0);
  transform: translate3d(0, 0.4375rem, 0);
}

.s-header__trigger-icon:after {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: translate3d(0, -0.4375rem, 0);
  transform: translate3d(0, -0.4375rem, 0);
}

.s-header__trigger--dark .s-header__trigger-icon {
  background: #222324;
}

.s-header__trigger svg {
  position: absolute;
  top: 0;
  left: 0;
}

.s-header__trigger circle {
  -webkit-transition: stroke-dashoffset 0.4s 0s;
  transition: stroke-dashoffset 0.4s 0s;
}

/* Trigger Is Active Style */
.-is-active.s-header__trigger {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.-is-active .s-header__trigger-icon {
  background: #fff;
}

.-is-active .s-header__trigger-icon:before, .-is-active .s-header__trigger-icon:after {
  width: 50%;
  -webkit-transition: transform 0.5s, width 0.5s;
  transition: transform 0.5s, width 0.5s;
}

.-is-active .s-header__trigger-icon:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.-is-active .s-header__trigger-icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.-is-active.s-header__trigger circle {
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 0.4s 0.3s;
  transition: stroke-dashoffset 0.4s 0.3s;
}

/* Overlay
------------------------------ */
.s-header-bg-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(34, 35, 36, 0);
  visibility: hidden;
  -webkit-transition: all 1s ease-in 0.4s;
  transition: all 1s ease-in 0.4s;
}

.s-header-bg-overlay.-is-open {
  background: rgba(34, 35, 36, 0.99);
  visibility: visible;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

/* Nav
------------------------------ */
.s-header__nav {
  height: 100%;
  padding: 7.5rem 0;
}

/* Menu List */
.s-header__nav-menu {
  width: 18.75rem;
  float: right;
  text-align: right;
  margin-bottom: 0;
}

@media (max-width: 47.9em) {
  .s-header__nav-menu {
    width: 50%;
  }
}

@media (max-width: 33.9em) {
  .s-header__nav-menu {
    width: 100%;
    float: none;
  }
}

.s-header__nav-menu-item {
  padding: 0 0 0 5.625rem;
  margin-bottom: .3125rem;
}

@media (max-width: 47.9em) {
  .s-header__nav-menu-item {
    padding-left: 0;
  }
}

.s-header__nav-menu-link {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 300;
  color: #fff;
  opacity: .85;
  padding: .3125rem;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header__nav-menu-link-divider {
  position: relative;
}

.s-header__nav-menu-link-divider:before {
  position: absolute;
  top: 50%;
  right: -2.5rem;
  width: 2.1875rem;
  height: 0.0625rem;
  background: rgba(255, 255, 255, 0);
  content: " ";
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header__nav-menu-link-divider[href]:focus, .s-header__nav-menu-link-divider[href]:hover {
  color: #fff;
}

.s-header__nav-menu-link-divider[href]:hover:before {
  right: 0;
  background: white;
}

.s-header__nav-menu-link-divider:focus, .s-header__nav-menu-link-divider:hover {
  color: #fff;
}

.s-header__nav-menu-link-divider:hover {
  opacity: 1;
  padding-right: 2.5rem;
}

.s-header__nav-menu-link-divider.-is-active {
  padding-right: 2.5rem;
}

.s-header__nav-menu-link-divider.-is-active:before {
  right: 0;
  background: white;
}

/* Action
------------------------------ */
.s-header__action {
  margin-bottom: 0;
}

.s-header__action--lb {
  position: absolute;
  left: 1.875rem;
  bottom: 1.875rem;
}

.s-header__action--rb {
  position: absolute;
  right: 1.875rem;
  bottom: 1.875rem;
}

.s-header__action-item {
  padding: 0;
  margin-left: .1875rem;
  margin-right: .3125rem;
}

.s-header__action-link {
  position: relative;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  padding: .3125rem;
}

.s-header__action-link:first-child {
  padding-left: 0;
}

.s-header__action-link:last-child {
  padding-right: 0;
}

.s-header__action-link:hover {
  color: rgba(255, 255, 255, 0.7);
}

.s-header__action-link.-is-active {
  color: white;
}

/* Menu Open/Close
------------------------------ */
.s-header-bg-overlay .s-header__nav-menu-item {
  opacity: 0;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  -webkit-transform: translate3d(0, 1.25rem, 0);
  transform: translate3d(0, 1.25rem, 0);
}

.s-header-bg-overlay .s-header__action-item {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

@media (max-width: 47.9em) {
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item,
  .s-header-bg-overlay.-is-open .s-header__action-item {
    opacity: 1;
  }
}

@media (min-width: 34em) {
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item {
    opacity: 1;
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(1) {
    -webkit-transition: all 0.4s 0.2s ease-out;
    transition: all 0.4s 0.2s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(2) {
    -webkit-transition: all 0.4s 0.4s ease-out;
    transition: all 0.4s 0.4s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(3) {
    -webkit-transition: all 0.4s 0.6s ease-out;
    transition: all 0.4s 0.6s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(4) {
    -webkit-transition: all 0.4s 0.8s ease-out;
    transition: all 0.4s 0.8s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(5) {
    -webkit-transition: all 0.4s 1s ease-out;
    transition: all 0.4s 1s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(6) {
    -webkit-transition: all 0.4s 1.2s ease-out;
    transition: all 0.4s 1.2s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(7) {
    -webkit-transition: all 0.4s 1.4s ease-out;
    transition: all 0.4s 1.4s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(8) {
    -webkit-transition: all 0.4s 1.6s ease-out;
    transition: all 0.4s 1.6s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(9) {
    -webkit-transition: all 0.4s 1.8s ease-out;
    transition: all 0.4s 1.8s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(10) {
    -webkit-transition: all 0.4s 2s ease-out;
    transition: all 0.4s 2s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s-header-bg-overlay.-is-open .s-header__action-item {
    opacity: 1;
  }
  .s-header-bg-overlay.-is-open .s-header__action-item:nth-child(1) {
    -webkit-transition: all 0.4s 0.4s ease-out;
    transition: all 0.4s 0.4s ease-out;
  }
  .s-header-bg-overlay.-is-open .s-header__action-item:nth-child(2) {
    -webkit-transition: all 0.4s 0.8s ease-out;
    transition: all 0.4s 0.8s ease-out;
  }
  .s-header-bg-overlay.-is-open .s-header__action-item:nth-child(3) {
    -webkit-transition: all 0.4s 1.2s ease-out;
    transition: all 0.4s 1.2s ease-out;
  }
}

/* Shrink
------------------------------ */
/* Navbar */
.s-header__shrink .s-header__navbar {
  box-shadow: 0 0 0.9375rem 0 rgba(34, 35, 36, 0.05);
}

.s-header__shrink.-is-open .s-header__navbar {
  background: transparent;
}

/* Logo */
.s-header__shrink.-is-open .s-header__logo-img-default {
  opacity: 1;
}

.s-header__shrink.-is-open .s-header__logo-img-shrink {
  opacity: 0;
}

.s-header__shrink .s-header__navbar {
  background: #fff;
}

.s-header__shrink .s-header__logo-img-default {
  opacity: 0;
}

.s-header__shrink .s-header__logo-img-shrink {
  opacity: 1;
}

/* Trigger Icon */
.s-header__shrink.-is-open .s-header__trigger-icon {
  background: #fff;
}

.s-header__shrink .s-header__trigger-icon {
  background: #222324;
}

/*----------------------------------
  Header v2
------------------------------------*/
/* Navbar
------------------------------ */
.s-header-v2__navbar {
  position: relative;
  z-index: 1000;
  min-height: 3.125rem;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.3);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);

}

.s-header-v2__navbar:before, .s-header-v2__navbar:after {
  content: " ";
  display: table;

}

.s-header-v2__navbar:after {
  clear: both;
}

@media (max-width: 61.9em) {
  .s-header-v2__navbar {
    background: #fff;
    box-shadow: 0 0 0.9375rem 0.25rem rgba(34, 35, 36, 0.05);
  }
}

/* Navbar Row
------------------------------ */
.s-header-v2__navbar-row {
  display: table-row;
  clear: both;

}

@media (max-width: 61.9em) {
  .s-header-v2__navbar-row {
    display: inherit;
  }
}

/* Columns */
.s-header-v2__navbar-col {
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 61.9em) {
  .s-header-v2__navbar-col {
    display: block;
  }
}

/* Space */
.s-header-v2__navbar-col-width--180 {
  width: 11.250rem;
}

@media (max-width: 61.9em) {
  .s-header-v2__navbar-col-width--180 {
    width: auto;
  }
}

/* Variations */
@media (min-width: 62em) {
  .s-header-v2__navbar-col--left {
    float: left;
  }
  .s-header-v2__navbar-col--left .dropdown__mega-menu {
    right: auto;
    left: 10rem;
  }
}

@media (min-width: 62em) {
  .s-header-v2__navbar-col--right {
    float: right;
  }
}

/* Navbar Toggle
------------------------------ */
.s-header-v2__toggle {
  position: relative;
  display: none;
  float: right;
  background: transparent;
  border: none;
  outline: none;
  line-height: 2.3rem;
  padding: -.6000rem .3125rem .5625rem .625rem;
  margin: 20px 0 0 0; 
  height:35px;
}

.s-header-v2__toggle-icon-bar {
  position: relative;
  width: 1.315rem;
  height: 0.1rem;
  display: inline-block;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header-v2__toggle-icon-bar, .s-header-v2__toggle-icon-bar:before, .s-header-v2__toggle-icon-bar:after {
  background: #8C817E;
}

.s-header-v2__toggle-icon-bar:before, .s-header-v2__toggle-icon-bar:after {
  position: absolute;
  left: 0;
  content: " ";
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header-v2__toggle-icon-bar:before {
  width: 1.315rem;
  height: 0.1rem;
  bottom: .750rem;
}

.s-header-v2__toggle-icon-bar:after {
  width: 1.315rem;
  height: 0.1rem;
  top: -.4000rem;
}

.s-header-v2__toggle:hover .s-header-v2__toggle-icon-bar:before, .s-header-v2__toggle:hover .s-header-v2__toggle-icon-bar:after {
  width: 1.315rem;
  height: 0.1rem;
}

@media (max-width: 61.9em) {
  .s-header-v2__toggle {
    display: block;
  }
}

/* Logo
------------------------------ */
.s-header-v2__logo {
  width: 100%;
  height: auto;
  float: left;
}

.s-header-v2__logo-link {
  display: inline-block;
  padding: .5rem 0 .5rem 0;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header-v2__logo-link:focus, .s-header-v2__logo-link:hover {
  text-decoration: none;
}

.s-header-v2__logo-img {
  display: inline-block;
}

.s-header-v2__logo-img--default {
  display: block;
}

@media (max-width: 61.9em) {
  .s-header-v2__logo-img--default {
    display: none;
  }
}

.s-header-v2__logo-img--shrink {
  display: none;
}

@media (max-width: 61.9em) {
  .s-header-v2__logo-img--shrink {
    display: block;
  }
}

@media (max-width: 61.9em) {
  .s-header-v2__logo {
    width: auto;
    height: auto;
    float: left;
  }
  .s-header-v2__logo-link {
    padding-left: 0;
    padding-right: .625rem;
  }
}

/* Collapse
------------------------------ */
@media (max-width: 61.9em) {
  .s-header-v2__navbar-collapse {
    width: 100%;
    padding: 0 .9375rem !important;
  }
}

@media (max-width: 61.9em) {
  .s-header-v2__navbar-collapse.collapse {
    display: none !important;
  }
  .s-header-v2__navbar-collapse.collapse.in {
    display: block !important;
    max-height: 35rem;
    overflow-y: auto !important;
  }
}

/* Nav Menu
------------------------------ */
.s-header-v2__nav {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.s-header-v2__nav:before, .s-header-v2__nav:after {
  content: " ";
  display: table;
}

.s-header-v2__nav:after {
  clear: both;
}

@media (max-width: 61.9em) {
  .s-header-v2__nav {
    background: #fff;
    padding: 1.25rem 0;
  }
}

.s-header-v2__nav-item {
  position: relative;
  display: block;
  float: left;
}

.s-header-v2__nav-item:last-child .s-header-v2__nav-link {
  margin-right: 0;
}

@media (max-width: 61.9em) {
  .s-header-v2__nav-item {
    float: none;
  }
}

.s-header-v2__nav-item .dropdown-backdrop {
  position: relative;
}

.s-header-v2__nav-link {
  position: relative;
  display: block;
  font-size: 0.8125rem;
  font-weight: 700;
  font-family: Montserrat, sans-serif;
  color: rgba(34, 35, 36, 0.75);
  line-height: 5.5rem;
  margin: 0 .9rem;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header-v2__nav-link:hover {
  color: #fff;
}

.s-header-v2__nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.s-header-v2__nav-link.-is-active {
  color: #fff;
}

@media (max-width: 61.9em) {
  .s-header-v2__nav-link {
    color: rgba(34, 35, 36, 0.7);
    line-height: 1.6;
    margin: 1.5rem 0;
  }
  .s-header-v2__nav-link:focus, .s-header-v2__nav-link:hover {
    color: rgba(34, 35, 36, 0.7);
  }
  .s-header-v2__nav-link.-is-active {
    color: #a79576;
  }
}

/* Dropdown
------------------------------ */
.s-header-v2__dropdown-menu {
  display: none;
  font-size: 0.8125rem;
  min-width: 13.750rem;
  background: #fff;
  border: none;
  border-radius: 0;
  box-shadow: 0 0.3125rem 0.75rem rgba(34, 35, 36, 0.05);
  padding: .9375rem 0;
  margin-top: 0;
}

@media (max-width: 61.9em) {
  .s-header-v2__dropdown-menu {
    position: static;
    float: none;
    box-shadow: none;
  }
}

.s-header-v2__dropdown-menu:focus .s-header-v2__dropdown-menu-link, .s-header-v2__dropdown-menu:hover .s-header-v2__dropdown-menu-link {
  background: transparent;
}

.s-header-v2__dropdown-menu-link {
  font-size: 0.875rem;
  font-weight: 400;
  font-family: Lato, sans-serif;
  color: rgba(34, 35, 36, 0.7) !important;
  padding: .4375rem 2rem .4375rem 1.375rem !important;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header-v2__dropdown-menu-link:hover {
  color: #a79576 !important;
}

.s-header-v2__dropdown-menu-link.-is-active {
  color: #a79576 !important;
}

/* Dropdown Menu Open On Hover
------------------------------ */
@media (min-width: 62em) {
  .s-header-v2__dropdown-on-hover:hover > .s-header-v2__dropdown-menu {
    display: block;
  }
}

/* Shrink
------------------------------ */
@media (min-width: 62em) {
  .s-header__shrink .s-header-v2__navbar {
    background: #fff;
    box-shadow: 0 0 0.9375rem 0.25rem rgba(34, 35, 36, 0.05);
  }
  /* Toggle */
  .s-header__shrink .s-header-v2__toggle-icon-bar--white, .s-header__shrink .s-header-v2__toggle-icon-bar--white:before, .s-header__shrink .s-header-v2__toggle-icon-bar--white:after {
    background: #222324;
  }
  /* Logo */
  .s-header__shrink .s-header-v2__logo-img--default {
    display: none;
  }
  .s-header__shrink .s-header-v2__logo-img--shrink {
    display: block;
  }
  /* Nav Link */
  .s-header__shrink .s-header-v2__nav-link {
    color: rgba(34, 35, 36, 0.7);
  }
  .s-header__shrink .s-header-v2__nav-link:hover {
    color: #a79576;
  }
  .s-header__shrink .s-header-v2__nav-link:focus {
    color: rgba(34, 35, 36, 0.7);
  }
  .s-header__shrink .s-header-v2__nav-link.-is-active {
    color: #a79576;
  }
}

/*----------------------------------
  Footer
------------------------------------*/
.s-footer__logo {
  position: relative;
  z-index: 1;
}

.s-footer__logo:before {
  position: absolute;
  top: 0;
  left: 0.9375rem;
  bottom: 0;
  width: 70%;
  height: auto;
  z-index: -1;
  background-size: cover;
  content: " ";
}

/*----------------------------------
  Back To Top
------------------------------------*/
.s-back-to-top {
  position: fixed;
	z-index: 99;
  right: 0.5rem;
  bottom: 3rem;
  display: block;
  width: 3rem;
  height: 3rem;
  background: #333333;
  text-align: center;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-back-to-top:before {
  display: block;
  font-size: 0.75rem;
  font-style: normal;
  font-family: themify;
  color: #fff;
  line-height: 3rem;
  content: "\e627";
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-back-to-top:hover {
  background: #fff;
}

.s-back-to-top:hover:before {
  color: #a79576;
}

.s-back-to-top:focus, .s-back-to-top:hover {
  text-decoration: none;
}

@media (max-width: 480px) {
.s-back-to-top {
  position: relative;
	width: 100%;
  right: 0;
  height: 100%;
	bottom: 0!important;
	opacity: 1!important;
	}
.s-back-to-top:before {
	position: absolute;
  display: block;
  font-size: 0.75rem;
  font-style: normal;
  font-family: themify;
  color: #fff;
  line-height: 0;
  content: "\e627";
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
}

/* The button becomes visible */
.s-back-to-top.-is-visible {
  bottom: 5.125rem;
  opacity: .8;
}

.s-back-to-top.-is-visible:hover {
  opacity: 1;
}

/* If the user keeps scrolling down, the button is out of focus and becomes less visible */
.s-back-to-top.-zoom-out {
  opacity: .6;
}

/*----------------------------------
  Cubeportfolio
------------------------------------*/
.s-portfolio__filter-v1-item {
  font-size: 0.8125rem;
  color: #656565 !important;
  text-transform: uppercase;
  margin-bottom: 0 !important;
}

.s-portfolio__filter-v1-item:hover {
  color: #242424 !important;
}

.s-portfolio__filter-v1-item.cbp-filter-item-active {
  color: #a79576 !important;
}

.s-portfolio__filter-v1.cbp-l-filters-text {
  margin-bottom: 0;
}

/* Image Effect
------------------------------ */
.s-portfolio__img-effect {
  position: relative;
  display: block;
}

.s-portfolio__img-effect:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(190, 167, 95, 0.95);
  content: " ";
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-portfolio__item:hover .s-portfolio__img-effect:after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Position
------------------------------ */
.s-portfolio__caption-hover--cc {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  padding: 1.875rem;
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-portfolio__item:hover .s-portfolio__caption-hover--cc {
  opacity: 1;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

/* Paginations v1
------------------------------ */
.s-portfolio__paginations-v1 .cbp-nav-controls {
  display: none;
}

.s-portfolio__paginations-v1 .cbp-nav-pagination {
  padding-left: .625rem;
}

.s-portfolio__paginations-v1 .cbp-nav-pagination-item {
  margin: 0 .9375rem;
}

.s-portfolio__paginations-v1 .cbp-nav-pagination-active {
  background: #a79576;
}

/* Tab v1
------------------------------ */
.s-tab__filter-v1 {
  width: 100%;
  display: block;
  color: #fff;
  text-align: center;
  border: none;
  cursor: pointer;
	line-height: 2.5;
  letter-spacing: .0625rem;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
	font-size: 20px;
}

.s-tab__filter-v1:before {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 5rem;
  height: 0.0625rem;
  background: rgba(255, 255, 255, 0.3);
  content: " ";
  margin-left: -2.5rem;
}

.s-tab__filter-v1:last-child {
  padding: 0;
  margin: 0;
}

.s-tab__filter-v1:last-child:before {
  display: none;
}

.s-tab__filter-v1.cbp-filter-item-active {
  color: #aac400;
}

.s-tab__grid-v1-item {
  font-size: 0.9375rem;
  font-weight: 300;
  color: #656565;
}

@media (max-width: 768px) {
.s-tab__filter-v1 {
	width: 20%;
	text-align: center;
	margin: 0;
	font-size: 20px;
	float: left;
}
}

@media (max-width: 480px) {
.s-tab__filter-v1 {
	width: 100%;
	margin: 0;
	letter-spacing: 1px;
	font-size: 18px;
	float: none;
}
}

/*----------------------------------
  Google Map
------------------------------------*/
/* Custom Style */
.s-google-map,
.s-google-map .s-google-container {
  position: relative;
}

/* Info Window: White background and box outline */
.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div {
  background-color: #fff !important;
  box-shadow: none !important;
}

/* Info Window: Arrow colour */
.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div > div > div {
  background-color: #fff !important;
  box-shadow: none !important;
}

.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div:first-child {
  display: none;
}

/* Info Window: Let's remove image icon inside close button */
.gm-style > div:first-child > div + div > div:last-child > div > div:last-child > img {
  display: none;
}

/* Info Window: New arrow style */
.gm-style > div:first-child > div + div > div:last-child > div > div:last-child {
  overflow: inherit !important;
}

.gm-style > div:first-child > div + div > div:last-child > div > div:last-child:after {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.75rem;
  font-family: themify;
  color: #656565;
  content: "\e646";
}

/* Info Window: Positioning of infowindow */
.gm-style-iw {
  top: 1.375rem !important;
  left: 1.375rem !important;
}

/*----------------------------------
  Swiper
------------------------------------*/
.s-swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* Arrows v1
------------------------------ */
.s-swiper__arrow-v1--left, .s-swiper__arrow-v1--right {
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

@media (max-width: 47.9em) {
  .s-swiper__arrow-v1--left, .s-swiper__arrow-v1--right {
    opacity: 0;
  }
}

.s-swiper__arrow-v1--left {
  left: 2rem;
}

.s-swiper__arrow-v1--right {
  right: 2rem;
}
@media (max-width: 30em) {
.s-swiper__arrow-v1--left, .s-swiper__arrow-v1--right {
  top: 33%;
}
.s-swiper__arrow-v1--left {left: 0rem;}
.s-swiper__arrow-v1--right {right: 0rem;}
}

@media (max-width: 47.9em) {
  .s-swiper:hover .s-swiper__arrow-v1--left, .s-swiper:hover .s-swiper__arrow-v1--right {
    opacity: 1;
  }
}

/* Pagination v1
------------------------------ */
.s-swiper__pagination-v1--bc {
  position: absolute;
  bottom: 1.875rem !important;
  text-align: center;
  z-index: 1;
}

.s-swiper__pagination-v1 .swiper-pagination-bullet {
  width: 1rem;
  height: 0.5625rem;
  border-radius: 0.9375rem;
  opacity: .7;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-swiper__pagination-v1 .swiper-pagination-bullet-active {
  width: 1.875rem;
  background: #a79576;
  opacity: 1;
}

.s-swiper__pagination-v1--white .swiper-pagination-bullet {
  background: #fff;
}

.s-swiper__pagination-v1--white .swiper-pagination-bullet-active {
  background: #a79576;
}

.s-swiper__pagination-v1--dark .swiper-pagination-bullet {
  background: #b2b2b2;
}

.s-swiper__pagination-v1--dark .swiper-pagination-bullet-active {
  background: #a79576;
}



/* aisis
------------------------------ */

.hbg{
	background-color: rgba(255,255,255,0.8);
  transition-duration: 300ms;
}

.marker {
 background: linear-gradient(transparent 60%, #F8E463 60%);
}
.marker2 {
 background:rgba(243,228,130,1.00);
}

.fontg1{font-family: 'Noto Sans JP', sans-serif;}
.fontg3{font-family: 'Shippori Mincho', serif;}

.tlf{
    display: table;
	  table-layout: fixed;
}

.border-solid--gold{
	border: 1px solid #D0B044;
}

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

.flend{
	align-self: flex-end;
}

.flcenter{
  align-self: center;
}

.under li{
	border-bottom:1px solid #fff;
	color:#fff;
}

.dot-text {
	text-emphasis: filled dot ;
	-webkit-text-emphasis: filled dot ;
    }

.tshadow {text-shadow: 0 0 5px rgba(0,0,0,0.8); }

/* imgchange */
.pc { display: block !important;
margin:0 auto;}
.sp { display: none !important; }
 
/* spimgchange */
@media only screen and (max-width: 480px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

/* imgchange */
.pc2 { display: block !important;
margin:0 auto;}
.sp2 { display: none !important; }
 
/* spimgchange */
@media only screen and (max-width: 768px) {
    .pc2 { display: none !important; }
    .sp2 { display: block !important; }
}


/*header*/

#header{
	position: fixed;
	padding: 20px;
	width: 300px;
	height: 100vh;
	top: 0;
	left: 0;
	border-right: #c8ab6f 1px solid;
	z-index: 999;
	background-color: #FFFFFF;
	text-align: center;
	font-family: 'Shippori Mincho', serif;
    -webkit-overflow-scrolling: touch;
}

#header h1{text-align: center;color: #5A5A5A!important;}

#header ul{list-style: none;padding: 0;margin: 20px 0 10px;}
#header li{
	text-align: center;
	margin: 0 0 5px;
	color:#604c3f;
	font-weight: 600;
	font-size: 14px;
}

#header a{color:#604c3f!important;}

#htel{font-size: 30px;}
#htel span{font-size: 20px;}

a#head1{
	position: relative;
	display: block;
	width: 100%;
	margin: 10px 0 0;
	padding: 10px;
	border: 1px solid #ad061c;
	z-index: 1;
	text-align: center;
	text-decoration: none;
	font-weight: 600;
}
a#head1::before{
	content: "";
	position: absolute;
	top:3px;
	left:3px ;
	width: 100%;
	height: 100%;
	border-right: 3px solid #ad061c;
	border-bottom: 3px solid #ad061c;
	z-index: -1;
}

a#head2{
	position: relative;
	display: block;
	width: 100%;
	margin: 10px 0 0;
	padding: 10px;
	border: 1px solid #a48b78;
	z-index: 1;
	text-align: center;
	text-decoration: none;
	font-weight: 600;
}
a#head2::before{
	content: "";
	position: absolute;
	bottom:0;
	right:0 ;
	border-bottom: 10px solid #a48b78;
	border-left: 10px solid transparent;
	z-index: -1;
}

a#head1:hover,a#head2:hover{
	opacity: 0.5;
	transition: 0.5s;
}

#hicon{
	margin: 20px auto 0 ;
	display: flex;
	justify-content: space-between;
	width:80%;
}
#hicon img{width:50%;}

.openbtn{
	display: none;
}

@media only screen and (max-width: 1400px) {
#header{
	width: 200px;
}
#header li{
	font-size: 12px;
}
	
#htel{font-size: 20px;}
#htel span{font-size: 14px;}
	
a#head1,a#head2{font-size: 14px;}
}

@media only screen and (max-width: 991px) {
	
#header{
	padding:0;
	width: 100%;
	height: 55px;
	border-right: none;
	border-bottom: #c8ab6f 1px solid;
}
#header h1{text-align: left;margin: 0;}
#hlogo{
	padding:5px;
	width: 280px!important;
}
	
#header ul{margin: 0;}
#header li{
	margin: 0 0 10px;
	font-size: 14px;
}
	
#g-nav{
	position: absolute;
	top:55px;
	right: -120%;
	padding: 40px 20px;
	height: 100vh;
	transition: all 0.6s;
	background-color: rgba(255,255,255,1);
	width: 250px;
    z-index: 9999;
}
#g-nav.panelactive{
    right: 0;
}

	
.openbtn{
	display: block;
	position:absolute;
    z-index: 9999;
	top:2px;
	right: 2px;
	cursor: pointer;
    width: 50px;
    height:50px;
}
	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    right: 14px;
    height: 1px;
	background-color: #666;
  	width: 60%;
  }

.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:31px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 15px;
    transform: translateY(6px) rotate(-45deg);
    width: 40%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 15px;
    transform: translateY(-6px) rotate(45deg);
    width: 40%;
}
}
	
@media only screen and (max-width: 480px) {
a#head1,a#head2{
	display: none;
}
#g-nav{
	background-color: rgba(255,255,255,0.9);
}
}

.fadeUpTrigger {
  opacity: 0;
  transform: translateY(30px);
  transition: 0.6s;
}

.fadeUpTrigger.active {
  opacity: 1;
  transform: translateY(0);
}

.fadeInTrigger {
  opacity: 0;
  transition: 0.6s;
}

.fadeInTrigger.active {
  opacity: 1;
}


/* ===== gallery ===== */
.gallery-wrap {
  position: relative;
}

.gallery {
  position: relative;
  margin: 0 0 10px;
  padding: 0;
}

.gallery li {
  list-style: none;
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .5s;
}

.gallery li.active {
  opacity: 1;
  position: relative;
  z-index: 2;
}

/* ===== 矢印（テキスト版）===== */
.gallery-prev,
.gallery-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;

  background: none;
  border: none;

  font-size: 28px;
  font-weight: 500;
  color: #33302a;

  cursor: pointer;
  line-height: 1;

  padding: 8px;
}

/* 左右位置 */
.gallery-prev {
  left: 3%;
}

.gallery-next {
  right: 3%;
}

/* ホバー */
.gallery-prev:hover,
.gallery-next:hover {
  opacity: 0.6;
}

/* ===== サムネ ===== */
.choice-btn {
  display: flex;
  gap: 10px;
  padding: 0;
  margin: 0;
}

.choice-btn li {
  list-style: none;
  cursor: pointer;
}

.choice-btn img {
  opacity: .4;
  transition: opacity .3s;
}

.choice-btn li.active img {
  opacity: 1;
}


/*main*/
#wrap{
	position: relative;
	width: calc(100vw - 300px);
	margin: 0 0 0 300px;
}
@media only screen and (max-width: 1400px) {
#wrap{
	position: relative;
	width: calc(100vw - 200px);
	margin: 0 0 0 200px;
}
}
@media only screen and (max-width: 991px) {
#wrap{
	width: 100vw;
	margin: 0;
}
}

#about{
	position: relative;
	z-index: 2;
	background: url("../img/top/aboutbg2.jpg");
}

.lang{
	background-color: rgba(0,0,0,0.06);
	padding: 120px 0 0 ;
}
.langin{
	border: 4px double #fff;
	background-image: url("../img/top/lang.png");
	background-size: 30px;
	box-sizing: border-box;
}
@media only screen and (max-width: 576px) {
.lang{
	padding: 80px 0 0 ;
}
}

#servl{
	position: relative;
	z-index: 1;
	height: 100%;
}
#servl::after{
	content: "";
	position: absolute;
	left:0 ;
	top:7.5rem;
	height: calc(100% - 7.5rem);
	border-left: 1px solid #c7bc9c;
	z-index: 1;
}

#aboutbg{
	padding: 120px 0 40px;
	position: relative;
	z-index: 1;
}
#aboutbg::before{
	content: "";
	position: absolute;
	right:-10vw ;
	top:0;
	width: 110vw;
	height: 100%;
	background:url("../img/top/aboutbg.png"), rgba(0,0,0,0.06);
	background-repeat: no-repeat;
	background-size: 20%;
	background-position: bottom right;
	z-index: -1;
}

a.aboutb{
	display: block;
	position: relative;
	width: 100%;
	background-color: rgba(255,255,255,1.00);
	padding: 1em;
	text-align: center;
	transition: 0.5s;
	color:#333;
	font-family: 'Shippori Mincho', serif;
	font-weight: 600;
	letter-spacing: 0.2em;
	border: solid 1px #c9caca;
}
a.aboutb::before{
	content: "";
	position: absolute;
	bottom:5px;
	right:5px ;
	border-bottom: 10px solid #c9caca;
	border-left: 10px solid transparent;
}
a.aboutb:hover{
	background-color: rgba(255,255,255,0.5);
	color:#ccc;
}

@media only screen and (max-width: 1200px) {
#aboutbg::before{
	right:-10vw ;
	top:0;
	width: 110vw;
	height: 100%;
	background:url("../img/top/aboutbg.png"), rgba(0,0,0,0.06);
	background-repeat: no-repeat;
	background-size:40%;
	background-position: bottom -10% right;
	z-index: -1;
}
}

@media only screen and (max-width: 480px) {
#aboutbg::before{
	width: 120vw;
	height: 100%;
	background:url("../img/top/aboutbg.png"), rgba(0,0,0,0.06);
	background-repeat: no-repeat;
	background-size: 370px;
	background-position: top -220px right -70px;
	z-index: -1;
	}
}

.mainserv{
	margin: 0 10px;
	width: 100%;
	position: relative;
	background-size: cover;
	background-position: center;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	border: 2px solid #c9bc9c;
	justify-content: center;
	transition: 0.4s;
}
.mainserv:hover{
	opacity: 0.5;
}
.mainserv::before{
	content: "";
	position: absolute;
	bottom:5px;
	right:5px ;
	border-bottom: 10px solid #fff;
	border-left: 10px solid transparent;
}
.mainservin{
	padding: 20px;
	color: #fff;
	margin: 0;
	line-height: 1.5;
	font-family: 'Shippori Mincho', serif;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6);
}
@media only screen and (max-width: 1200px) {
.mainserv{
  -ms-writing-mode:horizontal-tb;
  writing-mode:horizontal-tb;
	margin: 0;
}
}
@media only screen and (max-width: 991px) {
.mainserv{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	margin: 0 10px;
}
}
@media only screen and (max-width: 480px) {
.mainserv{
  -ms-writing-mode:horizontal-tb;
  writing-mode:horizontal-tb;
	margin: 0;
}
.mainservin{
	padding: 40px 20px;
}
}

#serv{
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	justify-content: center;
}
#serv a{width: calc(100% / 3);padding: 5px;}

a#servb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 0;
  padding: 1em 2em;
  width: 60%;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  background-color: #AC9D77;
  transition: 0.3s;
	font-family: 'Shippori Mincho', serif;
	letter-spacing: 0.2em;
}

a#servb::before {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  right: 1em;
  transform: translateY(calc(-50% - 2px)) rotate(30deg);
  width: 12px;
  height: 1px;
  background-color: #fff;
  transition: 0.3s;
}

a#servb::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  width: 70px;
  height: 1px;
  background-color: #fff;
  transition: 0.3s;
}

a#servb:hover {
  text-decoration: none;
  background-color: #bbbbbb;
}

a#servb:hover::before,
a#servb:hover::after {
  right: 0.5em;
}

@media only screen and (max-width: 1400px) {
#serv a{width: calc(100% / 3);padding: 5px;}
}
@media only screen and (max-width: 1200px) {
#serv a{width: calc(100% / 2);padding: 5px;}
}
@media only screen and (max-width: 991px) {
#serv a{width: calc(100% / 4);padding: 5px;}
}
@media only screen and (max-width: 480px) {
#serv a{width: 50%;}
a#servb {width: 100%;}
}

#beauty{
	position: relative;
}
#beauty::before{
	content: "";
	position: absolute;
	top:-280px;
	right: 0;
	width: 100%;
	height: 100%;
	background-image: url("../img/top/beautybg.png");
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 60%;
}
@media only screen and (max-width: 1200px) {
#beauty::before{
	content: "";
	position: absolute;
	top:-240px;
	right: 0;
	width: 100%;
	height: 100%;
	background-image: url("../img/top/beautybg.png");
	background-repeat: no-repeat;
	background-position: top right;
	background-size:100%;
}
}
@media only screen and (max-width: 480px) {
#beauty::before{
	background-image: url("../img/top/beautybgsp.png");
	top:0;
}
}

#meri{
	position: relative;
	overflow: hidden;
	padding:150px 5%;
	margin:  0;
}

.scrolldown{
	position:absolute;
	bottom:-80px;
	left:50%;
}
.scrolldown:before {
    content: "";
    position: absolute;
    bottom:0;
    left:-4px;
	width:10px;
	height:10px;
	border-radius: 50%;
	background:#c9bc9c;
	animation:
		circlemove 1.6s ease-in-out infinite,
		cirlemovehide 1.6s ease-out infinite;
}

@keyframes circlemove{
      0%{bottom:150px;}
     100%{bottom:0px;}
 }
@keyframes cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
	100%{opacity:0;}
 }
.scrolldown:after{
	content:"";
	position: absolute;
	bottom:0;
	left:0;
	width:1px;
	height: 150px;
	background:#c9bc9c;
}

.background {
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    position: fixed;
    background-position: center center;
    opacity: 0;
-webkit-background-size: cover;
        background-size: cover;
-webkit-transition: all 0.5s ease 0s;
   -moz-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    z-index: -1;
}
.show .background {
    opacity: 1;
}
.contents .wrap {
    padding: 150px 0 ;
    z-index: 2;
}
.contents p {
	position: relative;
	z-index: 1;
}

.menu-parent{position: relative;background-color: #C6E9F7;height: 6000px;float: left;z-index: 999;left: 5%;}
.menu{
    position: absolute;
	left: 5%;
    top:0;
    }

/* design*/
#content01_bg {background-image: url(../img/top/pbg1.jpg);}
#content02_bg {background-image: url(../img/top/pbg2-2.jpg);}
#content03_bg {background-image: url(../img/top/pbg3-2.jpg);}
#content04_bg {background-image: url(../img/top/pbg4-3.jpg);}
#content05_bg {background-image: url(../img/top/pbg5.jpg);}
#content01 .wrap { background-color: rgba(255,0,0,0);}
#content02 .wrap { background-color: rgba(0,255,0,0);}
#content03 .wrap { background-color: rgba(0,0,255,0);}
#content04 .wrap { background-color: rgba(0,0,255,0);}
#content05 .wrap { background-color: rgba(0,0,255,0);}

.text-box {
	position: relative;
    padding: 20px 25px 0;
	width: 50%;
    background-color: rgba(0,0,0,0.7);
}
.text-boxr {
	position: relative;
	margin-left: 50%;
    padding: 20px 25px 0;
	width: 50%;
    background-color: rgba(0,0,0,0.7);
}
	
p.potn{
	position: absolute;
	top:-1em;
	left: -1em;
	color: rgba(255,255,255,1);
	margin: 0 0 -10px!important;
	padding: 20px;
	background-color: rgba(0,0,0,1);
	}
@media only screen and (max-width:1200px){
.text-box {
	width: 60%;
}
.text-boxr {
	width: 60%;
	margin-left: 40%;
}
}

@media only screen and (max-width:768px){
.menu-parent{display: none;}
#meri{
	position: relative;
	overflow: hidden;
	padding: 0;
	margin:  0;
}
.background {
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    position: fixed;
    background-position: center center;
    opacity: 0;
-webkit-background-size: cover;
        background-size: cover;
-webkit-transition: all 0.5s ease 0s;
   -moz-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    z-index: -1;
}
.show .background {
    opacity: 1;
}
.contents .wrap {
    padding: 80px 0;
    position: relative;
    z-index: 2;
	overflow: hidden;
}

/* design*/
#content01_bg {background-image: url(../img/top/pbg1sp.jpg);}
#content02_bg {background-image: url(../img/top/pbg2-2sp.jpg);}
#content03_bg {background-image: url(../img/top/pbg3-2sp.jpg);}
#content04_bg {background-image: url(../img/top/pbg4-3sp.jpg);}
#content05_bg {background-image: url(../img/top/pbg5sp.jpg);}
.text-box,.text-boxr {
    padding: 20px 20px 50px;  
	width: calc(100% - 80px);
	margin: 0 auto;
	box-shadow: none;
}
p.potn{
	width: 30%;
	top:-2em;
	left: 35%;
	margin: auto;
	padding: 20px;
	}
}

#clinic{
	position: relative;
	background:url("../img/top/clibg.png"), rgba(255,255,255,1.00);
	background-repeat: no-repeat;
	background-size:auto 100%;
	background-position:top left 10%;
	padding: 120px 0;
	overflow: hidden;
}

#clinicin{
	position: relative;
	z-index: 1;
}
#clinicin::before{
	content: "";
	position: absolute;
	width: 200vw;
	height: 100%;
	top: 0;
	left: -50%;
	background-color: rgba(0,0,0,0.8);
	z-index: -1;
}
@media only screen and (max-width:1200px){

#clinic{
	padding: 200px 0;
}
}

@media only screen and (max-width:480px){

#clinic{
	position: relative;
	background:url("../img/top/clibg.png"), 
		linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 60px, rgba(0,0,0,0) 60px, rgba(0,0,0,0) calc(100% - 60px), rgba(255,255,255,1) calc(100% - 60px), rgba(255,255,255,1) 100%),
		linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 40px, rgba(0,0,0,0.8) 40px, rgba(0,0,0,0.8) calc(100% - 40px), rgba(255,255,255,1) calc(100% - 40px), rgba(255,255,255,1) 100%),
		#fff;
	background-repeat: no-repeat;
	background-size:auto 100%, 100%, 100%;
	background-position: bottom left 30%;
	padding: 120px 0;
}

#clinicin::before{
	background-color:  rgba(0,0,0,0);
}
}


#info{
	padding: 80px 0 0;
	background: url("../img/top/aboutbg2.jpg"), rgba(243,243,243,1.00);
}
@media only screen and (max-width:480px){
	#info{
	padding: 80px 0 0;
}
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
    box-shadow: -9px 6px 16px -6px rgba(0,0,0,0.2);
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
} 

#luxebg{
	background-image: url("../img/top/luxbg2-2.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

#luxe{
	background-image: url("../img/top/luxbg.jpg");
	background-repeat: repeat-y;
	background-size: 100% auto;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.8);
	padding: 120px 0;
}
@media only screen and (max-width:480px){
#luxebg{
	padding: 260px 0 60px;
}
#luxe{
	padding: 20px 0 40px;
}
}

.time {
	width: 100%;
	margin: 0 auto 10px;
}
.time th {
	padding:10px 4px;
	font-weight: normal;
	font-size: 14px!important;
	border-left: 1px solid #838383;
	border-bottom: 1px solid #838383;
	text-align: center;
}
.time td {
	padding:10px 4px;
	font-size: 14px!important;
	border-top: 1px solid #838383;
	border-left: 1px solid #838383;
}
.timeno{
	border-left: none!important;
}


#footel{
	position: relative;
	margin:0;
	width:100%;
	font-weight:normal;
	background: rgba(243,243,243,1.00);
}


@media only screen and (max-width:480px){
#footel {
	z-index: 9999;
	margin:0;
	position: fixed;
    bottom:0;
	width:100%;
	padding:0;
	background-color: rgba(0,0,0,0);
}
}


.floating {
top: 200px;
right:0;
position: fixed;
z-index: 300;
}


.underg{
	border-bottom:1px solid #ccc;
	}

.slider {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  
  /* ★これ重要（高さ消失対策） */
  aspect-ratio: 1600 / 960; /* PC画像に合わせる */
}

@media (max-width: 767px) {
  .slider {
    aspect-ratio: 800 / 1200;
  }
}

.main-slider {
  position: relative;
}

.main-slider li {
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 0;
  transition: opacity 1s ease;
}

.main-slider li.active {
  opacity: 1;
  z-index: 1;
}

.main-slider img {
  width: 100%;
  height: auto;
  display: block;
}

.st {
  position: relative;
  padding: 0.5rem 1rem calc(0.5rem + 5px);
  background: #33302a;
	color:#fff;
	text-align: center;
}

.st:before {
  position: absolute;
  bottom:5px;
  left:0;
  width: 100%;
  height: 100%;
  content: '';
  border-bottom: 1px solid #fff;
}

.st2  {
	position: relative;
  padding: 0.5em 1em 2em;
	text-align: center;
}
.st2::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 1px;
	height: 1.8em;
	background-color: #33302a;
}

.st3 {
	position: relative;
	padding:0.1em 0 0.1em 0.8em;
}
.st3::after,.st3::before {
	content: "";
	position: absolute;
	width:0.4em;
	height: 60%;
}
.st3::after {
	left: 0;
	top: 0;
	background-color: rgba(51,48,42,0.8);
}
.st3::before {
	left: 0.2em;
	bottom: 0;
	background-color: #C9BC9C;
}

.st4{
	position: relative;
	display: inline-block;
	border: 1px solid #C9BC9C;
	padding: 20px;
	letter-spacing: 0.1em;
	line-height: 2;
}
.st4::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top:5px;
	left: 5px;
	border: 1px solid #C9BC9C;
}

.st5 {
  border-bottom: solid 3px #CFCFCF;
  position: relative;
}

.st5:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #C0AB77;
  bottom: -3px;
  width: 30%;
}

table.com{
margin:0 auto;
	padding: 4px;
	width:100%;
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}
.com th{
	font-size: 14px;
	letter-spacing: 1px;
    padding:10px;
    text-align:center;
	border-bottom: solid 1px #FFFFFF;
	border-right: solid 1px #ccc;
	color: #333;
}
.com tr:last-child th {
  border-bottom: 1px solid #ccc; }
.com td{
	font-size: 14px;
	color: #333; 
  padding: 10px;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
}
@media screen and (max-width:480px){
	.com th,.com td{
		width: 100%;
		display: block;
	}
}

table.com2{
margin:0 auto;
	padding: 4px;
	width:100%;
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}
.com2 th{
	font-size: 14px;
	letter-spacing: 1px;
    padding:10px;
    text-align:center;
	border-bottom: solid 1px #FFFFFF;
	border-right: solid 1px #ccc;
	background-color: rgba(225,222,191,0.8);
	color: #5C471A;
}
.com2 tr:last-child th {
  border-bottom: 1px solid #ccc; }
.com2 td{
	font-size: 14px;
	color: #333; 
  padding: 10px;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
}

table.com3{
margin:0 auto;
	width:100%;
    border-collapse:separate;
    border-spacing:4px;
    empty-cells:show;
}
.com3 th{
	font-size: 14px;
	letter-spacing: 1px;
	padding: 4px;
    text-align:center;
	color: #000;
	background-color: rgba(255,255,255,0.8);
}
.com3 td{
	font-size: 14px;
	letter-spacing: 0;
	color: #000; 
	padding: 4px;
	background-color: rgba(255,255,255,0.8);
}

.btn1 {
	position: relative;
	border: rgba(255,255,255,1.00) solid 1px;
	font-family: 'Shippori Mincho', serif;
	padding: 1em 3em;
	color: #fff;
	z-index: 1;
	letter-spacing: 0.1em;
	transition: .4s;
}
.btn1::before {
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	width: 100%;
	height: 100%;
	border-bottom: solid 3px #FFF;
	border-right: solid 3px #FFF;
	padding: 10px;
}
.btn1:hover {
	color: #000000;
	background-color: rgba(255,255,255,0.5);
}

.btn2 {
	position: relative;
	border: #484848 solid 1px;
	font-family: 'Shippori Mincho', serif;
	padding: 1em 3em;
	color: #484848;
	z-index: 1;
	letter-spacing: 0.1em;
	transition: .4s;
}
.btn2::before {
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	width: 100%;
	height: 100%;
	border-bottom: solid 3px #484848;
	border-right: solid 3px #484848;
	padding: 10px;
}
.btn2:hover {
	color: #fff;
	background-color: rgba(0,0,0,0.6);
}

.btn3 {
	position: relative;
	border: #484848 solid 1px;
	font-family: 'Shippori Mincho', serif;
	padding: 1em 3em;
	background-color: rgba(0,0,0,0.6);
	color: #fff;
	z-index: 1;
	letter-spacing: 0.1em;
	transition: .4s;
}
.btn3::before {
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	width: 100%;
	height: 100%;
	border-bottom: solid 3px #484848;
	border-right: solid 3px #484848;
	padding: 10px;
}
.btn3:hover {
	color: #fff;
	background-color: rgba(0,0,0,1);
}

.cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto 10px;
	color: #ffffff;
}
.cp_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp_actab label {
	font-weight: bold;
	line-height: 2;
	position: relative;
	display: block;
	padding: 1em 3em 1em 1em;
	cursor: pointer;
	margin: 0 0 1px 0;
}
.cp_actab .cp_actab-content {
margin:0!important;
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	color: #333333;
	background: #FFFFFF;
}
.cp_actab .cp_actab-content p {
	margin: 1em;
}
.cp_actab input:checked ~ .cp_actab-content {
	max-height: 50em;
}
.cp_actab label::after {
	line-height: 4;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 4em;
	height: 4em;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
}
.cp_actab input[type=checkbox] + label::after {
	content: '+';
}
.cp_actab input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);}


/*==================language change==================*/

.laung{
	position: fixed;
	top: 110px;
	right: 0;
	z-index: 99;
}
.laung a{
	position: relative;
	width: 100px;
	line-height: 3.5;
	padding:0 0 0 10px;
	margin: 0 0 10px;
	display: block;
	color: #fff!important;
	text-align: center;
	text-decoration: none;
	box-shadow: 4px 4px 16px -6px rgba(0,0,0,0.4);
	font-size: 16px;
}
.laung a::after{
	content: "";
	position: absolute;
	left: 4px;
	top:4px;
	width:calc(100% - 4px) ;
	height:calc(100% - 8px) ;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.laung .bg-color-black{background-color: #000 !important;}
.laung .bg-color-red{background-color: #ab061c !important;}

@media screen and (max-width:1400px){
.laung a{
	width: 90px;
	font-size: 14px;
}
}

@media screen and (max-width:576px){
.laung{
	top:inherit;
	bottom: 65px;
}
.laung a{
	width: 50px;
	line-height: 1.5;
	padding:10px 0 10px 5px;
	margin: 0 0 5px;
	font-size: 12px;
}
}

/*内部*/

#title{
	position: relative;
	height: 300px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
}
#title::before{
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.7);
}
#titlein{
	position: relative;
	display: inline-block;
	padding: 10px 20px;
	z-index: 1;
	border:4px double #c9bc9c;
}
#titlein p{
	color:rgba(255,255,255,1.00);
	margin: 0;
	font-family: 'Shippori Mincho', serif;
	font-weight: 400;
	letter-spacing: 0.2em;
}
@media screen and (max-width:991px){
	#titlein{
	margin: 40px 0 0 ; 
	}
}
@media screen and (max-width:480px){
#title .container{display: flex;justify-content: center;}
}

#pan{
	position: relative;
	color: #000;
	font-family: 'Shippori Mincho', serif;
	display: inline-block;
	padding: 10px 20px 5px 10px;
	font-size: 14px;
}
#pan::before,#pan::after{
	content: "";
	position: absolute;
	width: 100vw;
	border-bottom: 1px solid #D7D7D7;
}
#pan::before{bottom:0;right: 0;}
#pan::after{bottom:-5px;right: 10px;}
#pan a{
	color: #000;
}
@media screen and (max-width:480px){
#pan{
	font-size: 12px;
}
}

.List-Item-Content {
	position: relative;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
	z-index: 1;
}
@media screen and (max-width: 540px) {
  .List-Item-Content {
    flex-wrap: wrap;
  }
}

.List-Item-Content .col-10{
	position: relative;
}
.List-Item-Content .col-10::before {
	content: "";
	position: absolute;
	bottom: 20px;
	z-index: 1;
	width: calc(100% - 20px);
	border-bottom: 1px solid #BFBFBF;
}
.List-Item-Content:last-child .col-10::before {
	border-bottom:none!important;
}

.List-Item-Content .col-2{
	position: relative;
}
.List-Item-Content .col-2::before {
	content: "";
  position: absolute;
  top: 50%!important;
  left: calc(50% - 1px);
  transform: translate(-50%,-50%);
  width: 2px;
  height: 100%;
  background: #646464;
	z-index: -1;
}

.List-Item-Content-Number {
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #646464;
  color: #fff;
  font-size: 30px;
}
@media screen and (max-width: 480px) {
  .List-Item-Content-Number {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
  }
}

.flow,.flown {
  position: relative;
	margin: 60px 0 0;
	z-index: 1;
}
.flowf,.flownf {
  position: relative;
	margin: 0;
	z-index: 1;
}
.flow::before,.flowf::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
	background-color: #DFDFDF;
	z-index: -1;
}
.flow::after,.flown::after {
  position: absolute;
  top: -40px;
  left: 0;
	right: 0;
	margin: auto;
  width: 0;
  height: 0;
  content: '';
  border-width: 30px 30px 0 30px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
	z-index: -1;
}


.faq-a,.faq-q{
	position: relative;
	padding:0 0 0.5em 3em;
	margin: 0!important;
}
.faq-q{border-top:1px solid #BFBFBF;}
.faq-a{border-top:1px dotted #BFBFBF;}
.faq-a::before,.faq-q::before{
	left: 0;
	width: 2.5em;
	position: absolute;
	text-align: center;
}
.faq-q::before{content: "Q";background: #474242;color: #fff;}
.faq-a::before{content: "A";background: #B8A558;color: #fff;}


.infobox{
	position: relative;
	z-index: 1;
	padding:0 10px 10px 20px;
}
.infobox p{
	margin: 0;
}
.infobox::before,.infobox::after{
	content: "";
	position: absolute;
	z-index: -1;
	border-left: 1px solid #B8A558;
}
.infobox::before{
	height: calc(100% - 10px);
	top:10px;
	left: 5px;
}
.infobox::after{
	height: 100%;
	top:0;
	left: 10px;
}

.infoboxt{
	position: relative;
	z-index: 1;
	margin: 0 0 10px!important;
	font-family: 'Shippori Mincho', serif;
	font-weight:500;
}
.infoboxt::before{
	content: "";
	position: absolute;
	width: calc(100% + 30px);
	top: 0;
	left: -30px;
	height: 100%;
	border-bottom: 1px solid #B8A558;
}

#doc{
	position: relative;
	background: linear-gradient(90deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 50%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%);
}
#doc::before{
	content: "";
	position: fixed;
	top: 0;
	right: 0;
	width: 100vw;
	height: 100vh;
	background-image: url("../img/doc/doc1-2.jpg");
	background-position: center;
	background-size: cover;
	z-index: -1;
}

#doc1_bg {background-image: url("../img/doc/doc1-2.jpg");}
#doc2_bg {background-image: url("../img/doc/doc2.jpg");}

@media screen and (max-width: 768px) {
#doc{
	position: relative;
	background: linear-gradient(90deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 60%, rgba(0,0,0,0) 60%, rgba(0,0,0,0) 100%);
}
#doc::before{background-image: url("../img/doc/doc1-2sp.jpg");}
#doc1_bg {background-image: url("../img/doc/doc1-2sp.jpg");}
#doc2_bg {background-image: url("../img/doc/doc2sp.jpg");}
}
@media screen and (max-width: 480px) {
#doc{
	position: relative;
	background:rgba(0,0,0,0.4);
}
}
