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: url("../img/top/gre2.jpg");
}

.font-m{font-family: 'Zen Old Mincho', serif;}
.font-zm{font-family: 'Zen Maru Gothic', sans-serif!important;}
.font-zk{font-family: 'Zen Kaku Gothic New', sans-serif!important;}
.font-f{font-family: "Forum", serif!important;}

.imgc{display: block; margin: auto;}
.imgl{margin-right: 10px;float: left;}
.imgr{margin-left: 10px;float: right;}


/* Typography */

h1 {
margin:0;
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;
}

/* Paragraph */
p {
  font-size: 0.985rem;
  font-weight: normal;
  color: #333;
  line-height: 2;
  margin-top: 0;
  margin-bottom: 1rem;
}
@media screen and (max-width: 480px) {
	p {
	  font-size: 0.885rem;
	}
}
/* 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: 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: #57666d;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #57666d;
}

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

.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: #0281dc;
  border-width: 0.0625rem;
  border: solid 3px #0281dc;

}

.s-btn--primary-bg:focus, .s-btn--primary-bg:hover {
  color: #fff;
  background: #CCCCCC;
  border: solid 3px #CCCCCC;

}

.s-btn--primary-bg2 {
  color: #fff;
  background: #ff9241;
  border-width: 0.0625rem;
  border: solid 3px #ff9241;

}

.s-btn--primary-bg2:focus, .s-btn--primary-bg2:hover {
  color: #fff;
  background: #CCCCCC;
  border: solid 3px #CCCCCC;

}

.s-btn--blue-bg {
  color: #fff;
  background: #23b6db;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #23b6db;
	border-radius: 16px;
}
.s-btn--blue-bg:focus, .s-btn--blue-bg:hover {
  color: #23b6db;
  background: #fff;
  border-color: #23b6db;
}

.s-btn--green-bg {
  color: #fff;
  background: #87d426;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #87d426;
	border-radius: 30px;
}
.s-btn--green-bg:focus, .s-btn--green-bg:hover {
  color: #87d426;
  background: #fff;
  border-color: #87d426;
}


.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--orange-brd {
  color: #fff;
  background: #ff9241;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #ff9241;

}

.s-btn--orange-brd:focus, .s-btn--orange-brd:hover {
  color: #fff;
  background: #73A7DB;
  border-color: #73A7DB;

}

.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;
  border-color: #2D4764;
  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;
  border:1px solid #423B39;
}
*/

.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: 0.5rem;
  display: block;
  width: 3rem;
  height: 3rem;
  background: #0281dc;
  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!important;
  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: #0281dc;
}

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

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

header{position: fixed;height: 70px;width: 100vw;z-index: 999; background: rgba(255,255,255,1.00)}
header .row{margin: 0!important;}
.hbg{
	position: fixed!important;
  transition-duration: 300ms;
}
@media screen and (max-width:991px) {
.hbg{
	position: relative!important;
  transition-duration: 300ms;
}
}


hr{
  border-top: 1px solid #ccc;
  border-bottom: 2px solid #fff;
}

.marker {
 background: linear-gradient(transparent 60%, #F6FF62 60%);
}
.marker2 {
 background:linear-gradient(transparent 60%, #FFA53A 60%);
}

.fontg1{font-family: 'Noto Sans JP', sans-serif;}
.fontg2{font-family: 'Noto Serif JP', serif;}
.fontg3{font-family: 'Shippori Mincho', serif;}
.fontg4{font-family:"M PLUS Rounded 1c"!important;}
.fontg5{font-family:"Playwrite AU SA", cursive;}

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

.bor{
	border-radius: 10px;
}

.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;
}


.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; }
}

#main{
	width: auto;
	height: 100vh;
	background:linear-gradient(0deg, rgba(255,255,255,0) 70%, rgba(255,255,255,1) 90%), url("../img/top/main.jpg");
	background-size: cover;
	background-position: center;
}

#mainin{
	max-width: 1340px;
	position: relative;
	margin: auto;
   top: 50%;
   transform: translateY(-50%) ; 
}

#mainbg{
	padding:20px 30px;
	position: relative;
	display: inline-block;
	z-index: 1;
}
#mainbg::before{
	content: "";
	position: absolute;
	width: 100vw;
	height: 100%;
	right: 0;
	top:0;
	background-color: rgba(255,230,120,0.90);
	z-index: -1;
}

#mainbg h2{
	padding:0;
	margin: 0;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 500;
	color: #5B4400;
	line-height: 1.7;
	letter-spacing: 0.08em;
}
#mainbg p{
	margin: 0;
	font-size: 16px;
	color: #5B4400;
	letter-spacing: 0.05em;
	font-weight: 500;
}

@media only screen and (max-width: 768px) {
#main{
	width: auto;
	height: 100vh;
	background-image: linear-gradient(0deg, rgba(255,255,255,0) 70%, rgba(255,255,255,1) 89%), url("../img/top/mainsp.jpg");
	background-position: center;
	background-size: cover;
}	
#mainin{
	height: auto;
	padding: 0;
	width: 100%;
}
#mainbg{display:block;}
#mainbg h2{
	padding: 0;
	background-color: rgba(118,172,0,0);
	text-align: center;
	line-height: 1.5;
}
#mainbg p{
	font-size: 13px;
	padding: 10px 0;
	line-height: 1.5;
	text-align: center;
}
}

#parson{
	position: relative;
	z-index: 1;
	background-color: #fff;
}
#parson::before{
	content: "";
	position: absolute;
	bottom: 0;
	background-image: url("../img/top/parsonbg.png");
	width: 100%;
	height: 150px;
	background-size: cover;
	background-position: center;
	z-index: 3;
}


#parson img{
	position: relative;
	z-index: 2;
}
#parson p{
	position: relative;
	z-index: 1;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}
#parson p span{
	font-size: 1.2em;
	font-weight: 700;
	color: #7ba71b;
}
#parbg1::before,#parbg2::before,#parbg3::before{
	content: "";
	position: absolute;
	top:-200px;
	left: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 400px;
	z-index: -1;
}
#parbg1::before{background-image: url("../img/top/parbg1.png");}
#parbg2::before{background-image: url("../img/top/parbg2.png");}
#parbg3::before{background-image: url("../img/top/parbg3.png");}


.supt{
  position: relative;
  display: inline-block;
  padding: 0 45px;
	color: #553817;
	font-weight: 700;
}
.supt:before, .supt:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: #553817;
}
.supt:before {
  left:0;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.supt:after {
  right: 0;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}


.currit{
    color: #fff;
    text-shadow: 2px 1px 0 #f39800,
    2px 2px 0 #f39800,
    2px 3px 0 #f39800,
    2px 4px 0 #f39800;
	letter-spacing: 0.1em;
}



#messt{
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 20px 20px 20px 0;
	margin: 0 0 40px;
}
#messt::before{
	content: "";
	position: absolute;
	background: rgb(206,237,238);
	background: linear-gradient(-90deg, rgba(206,237,238,1) 0%, rgba(138,206,208,1) 100%);
	z-index: -1;
	top: 0;
	right: 0;
	width: 100vw;
	height: 100%;
}

.doct{line-height: 1.5;color: #fff;}
.doct span {
	display: flex;
	align-items: center;
	color: rgba(255,255,255,0.70);
	font-size: 0.5em;
}
.doct span::before {
	content: '';
	display: inline-block;
	margin-right: 0.5em;
	width: 2em;
	height: 1px;
	background-color: rgba(255,255,255,0.70);
}

#messt{
	display: block;
	text-shadow: 1px 2px 0px rgba(255,255,255,0.9);
}
#messt::before{
	background: linear-gradient(-90deg, rgba(206,237,238,0) 0%, rgba(138,206,208,0) 100%);
}


#guide{
	position: relative;
	overflow: hidden;
}
#guide::before{
	content: "";
	position: fixed;
	top: 0;
	left: 0;
  display:block;
	z-index: -2;
	background-image: url("../img/top/pricebg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100vw;
	height: 100vh;
}
#guide h4{
	position: relative;
	z-index: 1;
	padding:0;
}
#guide h4::before{
	content: "";
	position: absolute;
	top:-800px;
	left: -100%;
	background: rgba(75,176,211,0.80);
	width: 200%;
	height: 6000px;
	z-index: -1;
}
@media only screen and (max-width: 480px) {
#guide h4::before{
	content: "";
	position: absolute;
	top:-800px;
	left: -100%;
	background: rgba(75,176,211,0.7);
	width: 200%;
	height: 6000px;
	z-index: -1;
}
}


#info{
	background: linear-gradient(0deg, rgba(123,167,27,1.00) 40%, rgba(255,246,209,1.00) 100%);
	padding: 0 0 80px;
}

.time {
	width: 100%;
	margin: 0 auto 10px;
}
.time th {
	padding:10px 4px;
	word-break: break-all;
	font-weight: bold!important;
	text-align: center;
	white-space: nowrap;
	font-size: 16px!important;
	color:#fff;
}
.time td {
	padding:10px 4px;
	word-break: break-all;
	font-weight: bold!important;
	text-align: center;
	font-size: 16px!important;
	border-bottom: 1px solid #65b7c5;
	color: #626262;
}


#footel{
	position: relative;
	padding:10px 0;
	margin:-10px 0 0 ;
	width:100%;
	font-weight:normal;
    background-color: #0281dc;
}


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

#footl{
	float:left;
	width:50%;
text-align:left;
	}

#footl a{
	float:left;
	}

#footr{
	float:right;
	width:50%;
text-align: right;
}

#footr a{
	float:right;
}

#foot1{
	float:left;
	width:41.40625%;
}

#foot2{
	float:left;
	width:41.40625%;
}

#foot3{
	float:left;
	width:17.1875%;
}

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

#map{
	margin:0;
	width:100%;
	height:450px;
	padding:0;
	text-align:center;
	}

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

.centerlist{ display: table;margin: 0 auto;}


.st,.st-2 {
  position: relative;
  margin-bottom: 2rem;
}
.st::before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #0281dc;
  border-radius: 2px;
}
.st-2::before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #ff9241;
  border-radius: 2px;
}

.st1{
	position: relative;
	line-height: 1.5;
	padding:20px 20px 20px 0;
	z-index: 1;
	color:#2c4956;
}
.st1::after{
	content: "";
	position: absolute;
	width:100vw;
	height: 100%;
	top: 0;
	right: 50px;
	background: #EDCEA0;
	z-index: -1;
}
@media only screen and (max-width:480px){
.st1{
	top:-20px;
	margin-bottom: -10px;
}
.st1::after{
	z-index: -1;
	right: 20px;
}
}

.st2,.st2-2 {
	overflow: hidden;
	text-align: center;
	position: relative;
	padding: .5em 0.2em;
	letter-spacing: 0.05em;
	font-weight: 500;
}
.st2::before,.st2::after,.st2-2::before,.st2-2::after{
     position: absolute;
     left: 0;
     content: '';
     width: 100%;
     height: 7px;
     box-sizing: border-box;
}
.st2::before {
     top: 0;
     border-top: 3px solid #65b7c5;
     border-bottom: 1px solid #65b7c5;
}
.st2::after {
     bottom: 0;
     border-top: 1px solid #65b7c5;
     border-bottom: 3px solid #65b7c5;
}
.st2-2::before {
     top: 0;
     border-top: 3px solid #ddc58d;
     border-bottom: 1px solid #ddc58d;
}
.st2-2::after {
     bottom: 0;
     border-top: 1px solid #ddc58d;
     border-bottom: 3px solid #ddc58d;
}


.stfg {
    text-align: center;
    position: relative;
    padding:12px;
	background: #58baea;
    background: linear-gradient(145deg, #1B72BA 0%, #5CBFED 50%, #1B72BA 100%);
    color: #fff;
    font-weight: bold;
    letter-spacing:0.1em;
}
.stfg::before,
.stfg::after {
     position: absolute;
     top: 100%;
     left:50%;
     transform:translateX(-50%);
     content: '';
     border: 14px solid transparent;
     border-top: 10px solid #58baea;
}


.stf {
    position: relative;
    color: #fff;
    text-align: center;
    padding: 10px;
	line-height: 1.5;
	letter-spacing: 0.1em;
	font-weight: bold;
	margin-bottom: 1em;
}
.stf::before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1rem 0.8rem 1rem 0.8rem;
	position: absolute;
	bottom:-26px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 2;
}
.stfc1{background-color: #f39800;}
.stfc1::before{border-color:  #f39800 transparent transparent transparent;}
.stfc2{background-color: #8B8170;}
.stfc2::before{border-color:  #8B8170 transparent transparent transparent;}
.stfc3{background-color: #23b6db;}
.stfc3::before{border-color:  #23b6db transparent transparent transparent;}
.stfc4{background-color: #A0ACAF;}
.stfc4::before{border-color:  #A0ACAF transparent transparent transparent;}

.st3{
	position: relative;
	background: #d5cc62;
	box-shadow: 0px 0px 0px 5px #d5cc62;
	border-top: dashed 2px #fff;
	border-bottom: dashed 2px #fff;
	padding: 0.5em 0.05em;
	text-align: center;
	line-height: 1;
}
.st4 {
	position: relative;
    margin-bottom: 0.5rem;
    padding-bottom: .7rem;
    background-image: repeating-linear-gradient(45deg, transparent 0 3px, #fff 3px 6px);
    background-repeat: no-repeat;
    background-size: 100% 0.5rem;
    background-position: bottom;
    font-weight: bold;
	line-height: 2;
}
.st4-2 {
	position: relative;
    margin-bottom: 0.5rem;
    padding-bottom: .7rem;
    background-image: repeating-linear-gradient(45deg, transparent 0 3px, #23b6db 3px 6px);
    background-repeat: no-repeat;
    background-size: 100% 0.5rem;
    background-position: bottom;
    font-weight: bold;
	line-height: 2;
}

.st5 {
	padding: .5em .75em;
	background-color: #389f2e;
	color: #fff;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.st6 {
  position: relative;
  padding: 1.5rem;
  text-align: center;
  background: #fff;
}

.st6:before,
.st6:after {
  position: absolute;
  content: '';
}

.st6:before {
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
}

.st6:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.st6 i {
  font-size: 30px;
  font-size: 3rem;
  line-height: 60px;
  position: absolute;
  z-index: 1;
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 60px;
  text-align: center;
}

.st6 span {
  position: relative;
  z-index: 1;
}

.st7 {
    padding: 0.3125em;
    position: relative;
}
.st7::after {
    content: '';
    background-color: #DDC58D;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -6px;
    left: 0;
}

.bor-top {
	border-top: solid #DDC58D 4px;
}

table.com{
	margin:0 auto;
	width:100%;
    border-collapse:separate;
    border-spacing:4px;
    empty-cells:show;
}
.com th{
	font-size: 16px;
	letter-spacing: 0.1em!important;
    padding:15px 10px;
	color: #333;
	font-weight: 500;
}
.com td{
	font-size: 16px;
	color: #333; 
    padding:15px 10px;
	font-weight: 400;
}
@media screen and (max-width:480px){
	.com th,.com td{
		width: 100%;
	font-size: 14px;
		display: block;
    text-align:left;
	}
}

table.reserve{
margin:0 auto;
	padding: 4px;
	width:100%;
    border-collapse:separate;
    border-spacing:4px;
    empty-cells:show;
}
.reserve th{
	font-size: 14px;
	letter-spacing: 1px;
    padding:10px;
    text-align:left;
	color: #333;
    background-color: aliceblue;
}
.reserve td{
	font-size: 14px;
	color: #333; 
  padding: 10px;
}

@media screen and (max-width:480px){
	.reserve th,.reserve td{
		width: 100%;
	font-size: 14px;
		display: block;
	}
}

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: #333;
}
.com3 td{
	font-size: 14px;
	color: #333; 
	padding: 4px;
}

a.btn1 {
  position: relative;
  display:block;
  font-weight: bold;
  padding: 0.5em;
  text-decoration: none;
  color: #FFF!important;
  background: #90c31f;
  transition: .4s;
	border-radius: 0;
	line-height: 2;
	font-size: 18px;
	text-align: center;
}
.btn1 > span {
  display:block;
  padding: 0.5em 0;
  border-bottom: solid 1px #FFF;
  border-top: solid 1px #FFF;
}
.btn1:hover {
	color: #fff;
  background: #749B1C;
}

#respc{
	position: fixed;
	bottom: 60px;
	right: 40px;
	z-index: 99;
}
@media screen and (max-width:1200px){
	#respc{
		width: 150px;
		height: 150px;
}
}
@media screen and (max-width:480px){
#respc{
	display: none;
}
}

/*
.cp_actab {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	margin: 0 auto 10px;
}
.cp_actab{
	font-size: 24px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	color: #FF6363;
}
.cp_actab > input{
	width: 18px;
	height: 18px;
}
.cp_actab .cp_actab-content {
	margin:0!important;
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 1.5s;
	transition: max-height 1.5s;
}
.cp_actab input.tab-c:checked ~ .cp_actab-content {
	max-height: 300em;
}
@media screen and (max-width:480px){
.cp_actab{
	font-size: 20px;
}
.cp_actab > input{
	width: 16px;
	height: 16px;
}
}

*/



.dot-text,.dot-text2{
   display: inline-block;
   position: relative;
}
.dot-text::before,.dot-text2::before{
   position: absolute;
   top: -.8em;
   transform: translate(-50%, 0);
   color: #f69f94;
   font-size: 1em;
   content: "・";
}
.dot-text::before {
   left: 65%;
}
.dot-text2::before {
   left: 35%;
}


.bg-top{
	position: relative;
	background: #fff;
}
.bg-top::before{
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background:url("../img/top/bgt.jpg") no-repeat center top / 100%;
	z-index: 0;
}
@media screen and (max-width:480px){
	.bg-top::before{
		background:url("../img/top/bgt.jpg") repeat-y center / 100%;
	}
}
.bg-n{
	background:url("../img/top/bg1.jpg") no-repeat top center / 100%,#fff;
}
@media screen and (max-width:480px){
	.bg-n{
		background:url("../img/top/bg1.jpg") no-repeat top left / cover,#fff;
	}
}

@media screen and (min-width:768px){
	.bg-ortho{
		background-image: url("../img/top/c1.png");
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: auto;
	}
}
.stechi{
	position: relative;
	background: #7a9952;
	box-shadow: 0px 0px 0px 5px #7a9952;
	border-top: dashed 2px #fff;
	border-bottom: dashed 2px #fff;
	padding: 0.5em 0.05em;
	text-align: center;
	color: #fff;
}
.stechi2{
	position: relative;
	background: #f39800;
	box-shadow: 0px 0px 0px 5px #f39800;
	border: dashed 2px #fff;
	padding: 0.5em 0.05em;
	text-align: center;
	color: #fff;
	border-radius: 10px;
}

.disc{
	list-style: disc!important;
	font-family: 'Noto Sans JP', sans-serif!important;
	color: #45340C;
}

.disc li{
	margin-bottom: .5em;
	font-weight: 500;
	font-size: 0.94rem;
}
.disc li:last-child{
	margin-bottom: 0!important;
}

.disc2 li{
	margin-bottom: .2em;
	font-weight: 500;
	font-size: 0.94rem;
}


.flc{
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
	width: 100%;
}

.res{
	background:url("../img/top/bgres.jpg") no-repeat center / cover;
	padding: 40px;
	position: relative;
}
@media only screen and (max-width: 480px) {
    .res{
		background:url("../img/top/bgressp.jpg") no-repeat center / cover;
	}
}

.radius-b{
	border-radius:20px;
}

ul.flowrec{
	display: flex;
	margin: 0!important;
	padding: 0!important;
	list-style: none;
	justify-content: space-between;
}
.flowrec li{
	width: calc(33% - 20px);
	padding: 1.5em;
	background: #fff;
	border-radius: 20px;
	box-sizing: border-box;
	position: relative;
	font-size: 1rem;
	font-family: 'Noto Sans JP', sans-serif;
	color: #333333;
	font-weight: 500;
}
.flowrec li::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid #fff;
  z-index: 2;
}
.flowrec li:last-child::before {
  display: none;
}
@media only screen and (max-width: 768px) {
	ul.flowrec{
		flex-direction: column;
	}
	.flowrec li{
		width: 100%;
		padding: 1em;
		border: solid 3px #fff;
		box-sizing: border-box;
		margin-bottom: 2.5em;
	}
	.flowrec li::before {
		content: "";
		position: absolute;
		top: auto;
		right: auto;
		margin-top: auto;	
		bottom: -24px;
		left: 50%;
		margin-left: -15px;
		border: 10px solid transparent;
		border-top: 12px solid #FFF;
		z-index: 2;
	}
	.flowrec li:last-child::before {
	  display: none;
	}
}

.step1{
	position: relative;
	background: #fff;
	border-radius: 20px;
	width: 100%;
	padding: 1em;
	border: solid 3px #fff;
	box-sizing: border-box;
	margin-bottom: 2.5em;
}
.step1::before {
	margin: 0 auto;
  position: absolute;
  bottom: -30px;
  left: 0;
	right: 0;
  width: 0;
  height: 0;
  content: '';
  border-width: 60px 60px 0 60px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

/*

.step{
	display: block;
	font-weight: bold!important;
	background-color: #EDCEA0;
	color: #fff;
	letter-spacing: .1875rem!important;
	padding: .2em .5em;
	text-align: center;
}
.step2{
	display: block;
	text-align: center;
}
*/

.stamess {
  position: relative;
  background: #556da5;
}

.stamess:after {
	margin: 0 auto;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  content: '';
  border-width: 40px 40px 0 40px;
  border-style: solid;
  border-color: #556da5 transparent transparent transparent;
	z-index: 1;
}
@media only screen and (max-width: 480px) {
	.stamess:after {
      margin: 0 auto;
	  position: absolute;
	  bottom: -30px;
	  left: 0;
      right: 0;
	  width: 0;
	  height: 0;
	  content: '';
	  border-width: 30px 30px 0 30px;
	  border-style: solid;
	  border-color: #556da5 transparent transparent transparent;
	}
}
.wrap{
	position: relative;
}

/*
.grid-container {
    display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto 1fr;
	grid-column-gap: 2.5em;
}
*/

.itemA {
    grid-row: 1 / 3;
    grid-column: 2 / 3;
    width: 100%;
}
.itemB {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    width: 100%;
}
.itemC {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
    width: 100%;
}

@media only screen and (max-width: 480px) {
	.itemA {
		grid-row: 2 / 3;
		grid-column: 1 / 3;
		width: 100%;
	}
	.itemB {
		grid-row: 1 / 2;
		grid-column: 1 / 3;
		width: 100%;
	}
	.itemC {
		grid-row: 3 / 4;
		grid-column: 1 / 3;
		width: 100%;
	}
}
.docn{
	position: absolute;
	bottom:100px;
	right: -0;
	padding: 20px;
	color: #fff;
	font-family: 'Kosugi', sans-serif;
}
@media only screen and (max-width: 480px) {
	.docn{
		position: absolute;
		bottom:60px;
		right: 0;
	}
}
.docnbg1{
	background:#23b6db;
}

.bgdoc{
	background: linear-gradient(#fff 0%, #BBCEA3 100%);
}
@media screen and (max-width: 480px) {
	.bgdoc{
		background: linear-gradient(#fff 0%, #BBCEA3 100%);
	}
}

.pd-b{
	padding-bottom: 5rem;
}

.Block2 {
  /*レイアウト用のCSS*/
  padding: 10px 0 40px 0;
  background-color: #191970;
  color: #ccc;
}
.Block1 {
  position: relative;
  padding: 20px 0 30px 0;
  
}
.Block1::before{
  content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
 
  /*ここで三角形のサイズを決める。
  必ず幅100vwにして、ブラウザサイズいっぱいにしてください。*/
  border-width: 120px 0 0 100vw ;
 
  border-color: transparent  transparent  transparent #191970;
}

.bgdia{
	position: relative;
	background: #7a9952!important;
}
.bgdia::before{
	position: absolute;
	content: "";
	top:-7em;
	width: 100%;
	height: 100%;
	background: url("../img/top/bg1.png") no-repeat top / 100%;
	z-index: 5!important;
}

.bgdia::after{
	position: absolute;
	content: "";
	bottom: -12em;
	width: 100%;
	height: 100%;
	background: url("../img/top/bg2.png") no-repeat top / 100%;
	z-index: 5!important;
}

.center{
	position: relative;
}
.center::before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
    background: url("../img/top/c1.png") no-repeat center bottom / auto;
	z-index: 0!important;
}
@media screen and (max-width: 768px) {
	.center::before{
	   background:none!important;
	}
}

#po1,#po2,#po3{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding:0 40px 40px;
	overflow: hidden;
}
#po1{background-image: url("../img/top/m1.jpg");}
#po2{background-image: url("../img/top/m2.jpg");}
#po3{background-image: url("../img/top/m3.jpg");}

.pot{
	margin: 0 0 100px;
}
.pot img{
	width: 140px;
	height: 140px;
	position: relative;
	left: -20px;
	top:15px;
	margin: 0 0 30px;
}
.pot h4{
	font-weight: 700;
	color: #7a9952;
	line-height: 1.5;
	letter-spacing: 0.03em;
}

.poin{
	position: relative;
	background-color: rgba(255,255,255,0.7);
	padding: 10px 20px;
}

@media screen and (max-width: 1200px) {
#po1,#po2,#po3{
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right;
	padding:0 40px 40px;
}
#po1{background-image: url("../img/top/m1.jpg");background-color: #fcfaed;}
#po2{background-image: url("../img/top/m2.jpg");background-color: #f4f5f3;}
#po3{background-image: url("../img/top/m3.jpg");background-color: #f3f8fb;}
.pot{margin: 0 0 40px;}
}
@media screen and (max-width: 768px) {
.pot img{
	position: relative;
	width: 180px;
	height: 180px;
	top:-30px;
	left: calc(50% - 90px);
	margin: 0 0 -30px;
}
.pot h4{text-align: center;}
}
@media screen and (max-width: 480px) {
#po1,#po2,#po3{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 0 20px 20px;
}
.pot{margin: 0 0 20px;}
.pot img{
	position: relative;
	width: 80px;
	height: 80px;
	top:15px;
	left: 0;
	margin: 0 0 20px;
}
.pot h4{text-align: left;}
.poin p{font-size: 13px!important;}
}

.bg-pt{
	background: url("../img/top/pt2.png") repeat center / 4%;
}
.bg-flow{
	position: relative;
}
.bg-flow::before{
	content: "";
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background: url("../img/top/bg2.jpg") no-repeat center / cover;
	z-index: -1;
}

.ftpd{
	padding-top: 7.5rem;
}
@media screen and (max-width: 480px) {
	.ftpd{
		padding-top: 2.5rem;
	}
}
#pic{
	position: relative;
	clear:both;
	margin:0;
	padding:0;
	width:100%;
}
#pic ul,#pic li {
	float:left;
	list-style: none;
	margin: 0!important;
	padding:0!important;
}
#pic li img{
	width: 300px!important;
	height: 300px!important;
}

.st8 {
	position: relative;
	padding: .3rem 2rem calc(.3rem + 10px);
	color: #fff;
	font-family: 'Zen Old Mincho', serif;
}
.st8:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  
}
.st8bg1{background: #556da5;}
.st8bg1::before{border: 2px solid #859cd2;}

@media screen and (max-width: 480px) {
	.map{
		height: 500px;
		margin-bottom: 4em;
	}
}

.bg-foot{
	background: url("../img/top/pt.png");
}
ul.listst li{
	font-size: 0.985rem;
}
@media screen and (max-width: 480px) {
	ul.listst li{
		font-weight: bold;
		font-size: 0.885rem;
	}
}




.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: 300em;
}
.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);}



.cp_actab2 {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto 10px;
	color: #ffffff;
}
.cp_actab2 input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp_actab2 label {
	line-height: 2;
	position: relative;
	display: block;
	cursor: pointer;
	font-weight: 400!important;
	background-color: #FFFFFF;
	color: #333;
	font-family: 'Noto Sans JP', sans-serif!important;
}
.cp_actab2 th {
	padding:10px;
	background-color: #0281dc;
	width: 50px;
	text-align: center;
	color: #fff;font-family: 'Noto Sans JP', sans-serif!important;
}
@media screen and (max-width: 480px) {
.cp_actab2 th {	padding:10px 0px; width: 45px; }
}

.cp_actab2 td {
	padding:10px 3em 10px 10px;
}
@media screen and (max-width: 480px) {
.cp_actab2 td {	padding:10px 30px 10px 10px; }
}

.cp_actab2 .cp_actab-content2 {
margin:0!important;
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.5s;
	transition: max-height 0.5s;
	background: #FFFFFF;
}
.cp_actab2 .cp_actab-content2 p {
	margin: 1em;
	color: #333!important;
	font-weight: 400!important;
}
.cp_actab2 input:checked ~ .cp_actab-content2 {
	max-height: 500em;
}
.cp_actab2 label::after {
	line-height: 4;
	position: absolute;
	top: 0;
	bottom:0;
	right: 0;
	display: block;
	width: 4em;
	height: 4em;
	-webkit-transition: all .5s;
	transition: all .5s;
	text-align: center;
	margin: auto;
}

@media screen and (max-width: 480px) {
.cp_actab2 label::after { width: 3em; }
}

.cp_actab2 input[type=checkbox] + label::after {
	content: '+';
}
.cp_actab2 input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);}




.step{
	display: block;
	font-weight: bold!important;
	background-color: #EDCEA0;
	color: #fff;
	letter-spacing: .05rem;
	padding: .2em .5em;
	text-align: center;
	border-radius: 6px;
	width: 100%;
	margin:  0 auto;
}
@media screen and (max-width: 480px) {
.step{
	width: 30%;
	margin:  0 auto;
}
}

.step2{
	display: block;
	font-weight: bold!important;
	background-color: #D9C377;
	color: #553817;
	letter-spacing: .05rem;
	padding: .5em .5em;
	text-align: center;
	border-radius: 30px;
}


.point1,.point2,.point3 {
	position: relative;
	z-index: 1!important;
}
.point1::before,.point2::before,.point3::before {
	position: absolute;
	content: "";
	width: 45vw;
	height: 90%;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0;
	z-index: -1!important;
}

.point1::before {background: url("../img/top/poi1.png")no-repeat center center;}
.point2::before {background: url("../img/top/poi2.png")no-repeat center center;}
.point3::before {background: url("../img/top/poi3.png")no-repeat top -50px center;}

@media screen and (max-width: 1400px) {
.point1::before {background: url("../img/top/poi1.png")no-repeat center right -25px / contain;}
.point2::before {background: url("../img/top/poi2.png")no-repeat center right -25px / contain;}
.point3::before {background: url("../img/top/poi3.png")no-repeat center right -25px / contain;}
}


@media screen and (max-width: 480px) {
.point1::before,.point2::before,.point3::before {display: none;}
}


.ponum1,.ponum2,.ponum3 {
	position: relative;
}
.ponum1::before,.ponum2::before,.ponum3::before {
	position: absolute;
	font-family:"Playwrite AU SA", cursive;
	font-size: 5rem;
	width: 100%;
	height: 50%;
	top: -100px;
	left: 0;
}
.ponum1::before {content: "Point 1"; color:#ff9241;}
.ponum2::before {content: "Point 2"; color:#ff9241;}
.ponum3::before {content: "Point 3"; color:#ff9241;}

@media screen and (max-width: 1400px) {
.ponum1::before,.ponum2::before,.ponum3::before {
	font-size: 3.5rem;
	top: -70px;
}
}
@media screen and (max-width: 480px) {
.ponum1::before,.ponum2::before,.ponum3::before {
	font-size: 3.5rem;
	top: -300px;
}
}

.greebg {
	position: relative;
}
.greebg::before {
	position: absolute;
	content: "";
	width: 45vw;
	height: 80%;
	top:0;
	bottom:0;
	margin:auto;
	right: 0;
	background: url("../img/top/gre1.png") no-repeat center center / contain;
	z-index: -1;
}
.greebg::after {
	position: absolute;
	content: "";
	width: 90vw;
	height: 300px;
	bottom:7%;
	left: 240px;
	background: #cde6ea;
	z-index: -2;
}

@media screen and (max-width: 1400px) {
.greebg::before ,.missbg::after {background: none;}
}

.goodbg {
	position: relative;
}
.goodbg::before {
	position: absolute;
	content: "";
	width: 50vw;
	height: 60%;
	top:10%;
	left: -10%;
	background: url("../img/top/missbg2.jpg") no-repeat center right;
	z-index: 1;
}

@media screen and (max-width: 1400px) {
.missbg::before ,.missbg::after {background: none;}
}

.movbg {
	background: url("../img/top/abbg.jpg") no-repeat top ;
}


@media screen and (max-width: 480px) {
.recobg {
	background: url("../img/top/recobg.jpg")no-repeat top / 250%, url("../img/top/recobg2.jpg")no-repeat bottom center / 200% ,#faf6f0;
}
}

.meritst{
	position: relative;
	text-align: center;
	font-weight: 700;
	line-height: 1.7;
	padding: 10px 0 20px 0;
}
.meritst::after {
	content: '';
	background-color: #65b7c5;
	width: 15%;
	height: 5px;
	border-radius: 10px;
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.voice1,.voice2 {
  position: relative; 
  margin: 0;
  padding: 10px 15px;
  max-width: 1100px;
  border-radius: 12px;
  background: #fff;
}
.voice1:after,.voice2:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 40%; 
  left: -30px;
  border: 15px solid transparent;
  border-right: 15px solid #fff;
}
@media only screen and (max-width:768px) {
.voice1:after {
	display: none;
	}
}
@media only screen and (max-width:480x) {
.voice2:after,.voice1:after {
	display: none;
	}
}


.vis {
	position: relative;
}
.vis::before {
	position: absolute;
	content: "";
	width: 130px;
	height: 280px;
	right: -15px;
	bottom: -40px;
	background: url("../img/top/vis2.png") no-repeat center bottom / contain;
}
@media only screen and (max-width:768px) {
.vis::before {
	width: 130px;
	height: 280px;
	right: 25px;
	bottom: 0;
	background: url("../img/top/vis2.png") no-repeat center bottom / contain;
}
}
@media only screen and (max-width:480px) {
.vis::before {
	width: 90px;
	height: 200px;
	right: -10px;
	bottom: 0;
	background: url("../img/top/vis2.png") no-repeat center bottom / contain;
}
}

.bg-sg {
	background: url("../img/top/sg.png") no-repeat center top -60px / 100%;
}
@media only screen and (max-width:768px) {
.bg-sg {
	background: url("../img/top/sg.png") no-repeat center top / cover;
}
}
@media only screen and (max-width:480px) {
.bg-sg {
	background: url("../img/top/sg_sp.png") no-repeat center center / 100%;
}
}

.doc {	width: 200px; }
@media only screen and (max-width:480px) {
.doc {	width: 150px; }
}

.supt4,.supt4-2 {
  position: relative;
  display: inline-block;
  padding: 0 45px;
	font-weight: 700;
}
.supt4:before, .supt4:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: #EDCEA0;
}
.supt4:before,.supt4-2:before {
  left:0;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.supt4:after,.supt4-2:after {
  right: 0;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.supt4-2:before, .supt4-2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: #787878;
}

.abnum1,.abnum2,.abnum3 {
	position: relative;
}
.abnum1::before,.abnum2::before,.abnum3::before {
	position: absolute;
	font-family: "Forum", serif;
	font-size: 6rem;
	width: 100px;
	height: 100px;
	top: -40px;
	left: 0;
	z-index: 1;
}
.abnum1::before {content: "01"; color:#0281dc;}
.abnum2::before {content: "02"; color:#ff9241;}
.abnum3::before {content: "03"; color:#0281dc;}


@media only screen and (max-width: 1400px) {
.resimg {
	width: 65%;
}
}
.benebg {
	background: url("../img/top/benebg.jpg");
}
.bg-body {
	background: url("../img/top/gre2.jpg");
}
.bg-water {
	background: url("../img/top/voicebg.jpg");
}

.txtbox,.txtbox2 {
	position: relative;
	z-index: 1;
}
.txtbox::before,.txtbox2::before {
	pointer-events: none;
	content: "";
	position: absolute;
	bottom:10px;
	left: 10px;
	width: 100%;
	height: 100%;
	z-index: 1;
	border: 1px solid #e49488;
	border-image-slice: 1;
}
.txtbox::before {
	border: 1px solid #e49488;
	border-image: linear-gradient(to right, #8ac875 0%, #e8a34f 100%);
	border-image-slice: 1;
}
.txtbox2::before {
	border: 1px solid #e49488;
	border-image: linear-gradient(to right, #56c6ed 0%, #B2E1F1 100%);
	border-image-slice: 1;
}

#sidenet{
	position: relative;
	margin:0;
	padding:0;
	opacity: 0.95;
    z-index: 9999!important;
}

#net1 {
	right:0;
	position: fixed;
	z-index: 9999!important;
	top: 180px;
}
#net2 {
	right:0;
	position: fixed;
	z-index: 9999!important;
	top: 270px;
}
@media screen and (max-width:1400px){
#net1,#net2 {width: 60px}
#net2 {
	top: 250px;
}
}

@media screen and (max-width:480px){
	#sidenet,#net1,#net2{display: none;}
}#sidenet {
}

.ip {padding:8px 0 9px 0;}

.dr-bor {
	border-right: 2px solid #ebddc8 !important;
	border-bottom: 2px solid #ebddc8 !important;
}
.dr-bor2 {
	border-right: 2px solid #ebddc8 !important;
}
@media screen and (max-width:768px){
.dr-bor,.dr-bor2 {border-right: none!important;border-bottom: 2px solid #ebddc8 !important;}
}

.textbox-b-r {
	background-color: #fff;
	padding: 20px 15px;
	border-radius: 0 0 10px 10px;
}
.textbox {
	background-color: #fff;
	padding: 20px 15px;
}
.frame {
	position: relative;
	padding: 10px ;
	border-radius: 300px 300px 0 0;
	border: solid 2px #ddc58d;
}

.num::before {
	position: absolute;
	color: #fff;
	width: 80px;
	height: 80px;
	border-radius: 50px;
	font-family:'Zen Old Mincho', serif;
	font-weight: 700;
	font-size: 2.75rem;
	text-align: center;
	line-height: 1.7;
	top: -7%;
	left:40%;
}
@media screen and (max-width:1500px){
.num::before {
	width: 70px;
	height: 70px;
	font-size: 2.5rem;
	top: -6%;
	left:39%;
}
}

.num1::before {content: "01"; background:#ddc58d; }
.num2::before {content: "02"; background:#ddc58d; }
.num3::before {content: "03"; background:#ddc58d; }
.num4::before {content: "04"; background:#ddc58d; }
.num5::before {content: "05"; background:#ddc58d; }
.num6::before {content: "06"; background:#ddc58d; }

.radius-t-200 {border-radius: 200px 200px 0 0 !important;}

.shadow-c {box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.4);}
.shadow-tl {box-shadow: -4px -4px 16px -6px rgba(0,0,0,0.4);}
.shadow-tr {box-shadow: 4px -4px 16px -6px rgba(0,0,0,0.4);}
.shadow-bl {box-shadow: -4px 4px 16px -6px rgba(0,0,0,0.4);}
.shadow-br {box-shadow: 4px 4px 16px -6px rgba(0,0,0,0.4);}

.voice-h {height: 180px!important;}
@media screen and (max-width:768px){
.voice-h {height: auto!important;}
}
