@charset "UTF-8";
/*====================================

	/ Ver 1.1 /

====================================*/
/* Document
* ========================================================================== */
* {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-repeat: no-repeat;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

:where(:root) {
  cursor: default;
  line-height: 1.5;
  overflow-wrap: break-word;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

/* Sections
  * ========================================================================== */
:where(body) {
  margin: 0;
}

:where(h1) {
  font-size: 2em;
  margin: 0;
}

/* Grouping content
  * ========================================================================== */
:where(dl, ol, ul) :where(dl, ol, ul) {
  margin: 0;
}

:where(hr) {
  color: inherit;
  height: 0;
}

:where(nav) :where(ol, ul) {
  list-style-type: none;
  padding: 0;
}

:where(nav li)::before {
  content: "\200B";
  float: left;
}

:where(pre) {
  font-family: monospace, monospace;
  font-size: 1em;
  overflow: auto;
}

/* Text-level semantics
  * ========================================================================== */
:where(abbr[title]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

:where(b, strong) {
  font-weight: bolder;
}

:where(code, kbd, samp) {
  font-family: monospace, monospace;
  font-size: 1em;
}

:where(small) {
  font-size: 80%;
}

/* Embedded content
  * ========================================================================== */
:where(audio, canvas, iframe, img, svg, video) {
  vertical-align: middle;
}

:where(iframe) {
  border-style: none;
}

:where(svg:not([fill])) {
  fill: currentColor;
}

/* Tabular data
  * ========================================================================== */
:where(table) {
  border-collapse: collapse;
  border-color: currentColor;
  text-indent: 0;
}

/* Forms
  * ========================================================================== */
:where(button, input, select) {
  margin: 0;
}

:where(button, [type="button" i], [type="reset" i], [type="submit" i]) {
  -webkit-appearance: button;
}

:where(fieldset) {
  border: 1px solid #a0a0a0;
}

:where(progress) {
  vertical-align: baseline;
}

:where(textarea) {
  margin: 0;
  resize: vertical;
}

:where([type="search" i]) {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
  * ========================================================================== */
:where(dialog) {
  background-color: white;
  border: solid;
  color: black;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

:where(dialog:not([open])) {
  display: none;
}

:where(details > summary:first-of-type) {
  display: list-item;
}

/* Accessibility
  * ========================================================================== */
:where([aria-busy="true" i]) {
  cursor: progress;
}

:where([aria-disabled="true" i], [disabled]) {
  cursor: not-allowed;
}

:where([aria-hidden="false" i][hidden]) {
  display: initial;
}

:where([aria-hidden="false" i][hidden]:not(:focus)) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/*====================================

	/ Base Ver 1.0 /

  ----------------------------------
    Structure
  ----------------------------------

  0. MIXIN & VARS
  1. BASE
    1.1 Basic
		1.2 Color
		1.3 Link
		1.4 Font
    1.5 Space
    1.6 Other
  2. COLUMN
	3. LAYOUT

====================================*/
/*-------------------------------

	0. MIXIN & VARS

-------------------------------*/
/* コンテンツ幅 */
/* ガター */
/* 下層メインビジュアル用 */
/* space計算用 */
/* カラー */
/* Webフォント */
/*-------------------------------

	1. BASE

-------------------------------*/
html {
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

/*---------- 1.2 Color ----------*/
body {
  color: #493932;
}

a {
  color: #493932;
}

a:hover {
  color: #493932;
}

a:visited {
  color: #493932;
}

/* text */
.text-white {
  color: #fff !important;
}

.text-primary {
  color: #493932 !important;
}

/*---------- 1.3 Link ----------*/
a,
a:hover,
a:visited {
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a[href^="tel:"] {
  cursor: default;
}

a.text-white:hover,
a.text-white:visited {
  color: #fff !important;
}

@media (any-hover: hover) {
  .hov:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
    -webkit-transition: .3s ease;
    transition: .3s ease;
  }
}

/*---------- 1.4 Font ----------*/
html {
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Zen Kaku Gothic Antique", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 14px;
  font-weight: 500;
}

p, span {
  line-height: 1.4;
  margin: 0;
}

.font-weight-100 {
  font-weight: 100 !important;
}

.font-weight-300 {
  font-weight: 300 !important;
}

.font-weight-400 {
  font-weight: 400 !important;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.font-weight-700 {
  font-weight: 700 !important;
}

.font-weight-900 {
  font-weight: 900 !important;
}

.font-italic {
  font-style: italic !important;
}

.font-1 {
  font-family: "Montserrat", sans-serif;
}

/*---------- 1.5 Space ----------*/
.mt-xs-0 {
  margin-top: 0px !important;
}

.mb-xs-0 {
  margin-bottom: 0px !important;
}

.mt-xs-5 {
  margin-top: 5px !important;
}

.mb-xs-5 {
  margin-bottom: 5px !important;
}

.mt-xs-10 {
  margin-top: 10px !important;
}

.mb-xs-10 {
  margin-bottom: 10px !important;
}

.mt-xs-15 {
  margin-top: 15px !important;
}

.mb-xs-15 {
  margin-bottom: 15px !important;
}

.mt-xs-20 {
  margin-top: 20px !important;
}

.mb-xs-20 {
  margin-bottom: 20px !important;
}

.mt-xs-25 {
  margin-top: 25px !important;
}

.mb-xs-25 {
  margin-bottom: 25px !important;
}

.mt-xs-30 {
  margin-top: 30px !important;
}

.mb-xs-30 {
  margin-bottom: 30px !important;
}

.mt-xs-35 {
  margin-top: 35px !important;
}

.mb-xs-35 {
  margin-bottom: 35px !important;
}

.mt-xs-40 {
  margin-top: 40px !important;
}

.mb-xs-40 {
  margin-bottom: 40px !important;
}

.mt-xs-45 {
  margin-top: 45px !important;
}

.mb-xs-45 {
  margin-bottom: 45px !important;
}

.mt-xs-50 {
  margin-top: 50px !important;
}

.mb-xs-50 {
  margin-bottom: 50px !important;
}

.mt-xs-55 {
  margin-top: 55px !important;
}

.mb-xs-55 {
  margin-bottom: 55px !important;
}

.mt-xs-60 {
  margin-top: 60px !important;
}

.mb-xs-60 {
  margin-bottom: 60px !important;
}

.mt-xs-65 {
  margin-top: 65px !important;
}

.mb-xs-65 {
  margin-bottom: 65px !important;
}

.mt-xs-70 {
  margin-top: 70px !important;
}

.mb-xs-70 {
  margin-bottom: 70px !important;
}

.mt-xs-75 {
  margin-top: 75px !important;
}

.mb-xs-75 {
  margin-bottom: 75px !important;
}

.mt-xs-80 {
  margin-top: 80px !important;
}

.mb-xs-80 {
  margin-bottom: 80px !important;
}

.mt-xs-85 {
  margin-top: 85px !important;
}

.mb-xs-85 {
  margin-bottom: 85px !important;
}

.mt-xs-90 {
  margin-top: 90px !important;
}

.mb-xs-90 {
  margin-bottom: 90px !important;
}

.mt-xs-95 {
  margin-top: 95px !important;
}

.mb-xs-95 {
  margin-bottom: 95px !important;
}

.mt-xs-100 {
  margin-top: 100px !important;
}

.mb-xs-100 {
  margin-bottom: 100px !important;
}

.mt-xs-105 {
  margin-top: 105px !important;
}

.mb-xs-105 {
  margin-bottom: 105px !important;
}

.mt-xs-110 {
  margin-top: 110px !important;
}

.mb-xs-110 {
  margin-bottom: 110px !important;
}

.mt-xs-115 {
  margin-top: 115px !important;
}

.mb-xs-115 {
  margin-bottom: 115px !important;
}

.mt-xs-120 {
  margin-top: 120px !important;
}

.mb-xs-120 {
  margin-bottom: 120px !important;
}

.mt-xs-125 {
  margin-top: 125px !important;
}

.mb-xs-125 {
  margin-bottom: 125px !important;
}

.mt-xs-130 {
  margin-top: 130px !important;
}

.mb-xs-130 {
  margin-bottom: 130px !important;
}

.mt-xs-135 {
  margin-top: 135px !important;
}

.mb-xs-135 {
  margin-bottom: 135px !important;
}

.mt-xs-140 {
  margin-top: 140px !important;
}

.mb-xs-140 {
  margin-bottom: 140px !important;
}

.mt-xs-145 {
  margin-top: 145px !important;
}

.mb-xs-145 {
  margin-bottom: 145px !important;
}

.mt-xs-150 {
  margin-top: 150px !important;
}

.mb-xs-150 {
  margin-bottom: 150px !important;
}

.ml-xs-0 {
  margin-left: 0px !important;
}

.mr-xs-0 {
  margin-right: 0px !important;
}

.ml-xs-5 {
  margin-left: 5px !important;
}

.mr-xs-5 {
  margin-right: 5px !important;
}

.ml-xs-10 {
  margin-left: 10px !important;
}

.mr-xs-10 {
  margin-right: 10px !important;
}

.ml-xs-15 {
  margin-left: 15px !important;
}

.mr-xs-15 {
  margin-right: 15px !important;
}

.ml-xs-20 {
  margin-left: 20px !important;
}

.mr-xs-20 {
  margin-right: 20px !important;
}

.ml-xs-25 {
  margin-left: 25px !important;
}

.mr-xs-25 {
  margin-right: 25px !important;
}

.ml-xs-30 {
  margin-left: 30px !important;
}

.mr-xs-30 {
  margin-right: 30px !important;
}

.ml-xs-35 {
  margin-left: 35px !important;
}

.mr-xs-35 {
  margin-right: 35px !important;
}

.ml-xs-40 {
  margin-left: 40px !important;
}

.mr-xs-40 {
  margin-right: 40px !important;
}

.ml-xs-45 {
  margin-left: 45px !important;
}

.mr-xs-45 {
  margin-right: 45px !important;
}

.ml-xs-50 {
  margin-left: 50px !important;
}

.mr-xs-50 {
  margin-right: 50px !important;
}

@media screen and (min-width: 640px) {
  .mt-sm-0 {
    margin-top: 0px !important;
  }
  .mb-sm-0 {
    margin-bottom: 0px !important;
  }
  .mt-sm-5 {
    margin-top: 5px !important;
  }
  .mb-sm-5 {
    margin-bottom: 5px !important;
  }
  .mt-sm-10 {
    margin-top: 10px !important;
  }
  .mb-sm-10 {
    margin-bottom: 10px !important;
  }
  .mt-sm-15 {
    margin-top: 15px !important;
  }
  .mb-sm-15 {
    margin-bottom: 15px !important;
  }
  .mt-sm-20 {
    margin-top: 20px !important;
  }
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
  .mt-sm-25 {
    margin-top: 25px !important;
  }
  .mb-sm-25 {
    margin-bottom: 25px !important;
  }
  .mt-sm-30 {
    margin-top: 30px !important;
  }
  .mb-sm-30 {
    margin-bottom: 30px !important;
  }
  .mt-sm-35 {
    margin-top: 35px !important;
  }
  .mb-sm-35 {
    margin-bottom: 35px !important;
  }
  .mt-sm-40 {
    margin-top: 40px !important;
  }
  .mb-sm-40 {
    margin-bottom: 40px !important;
  }
  .mt-sm-45 {
    margin-top: 45px !important;
  }
  .mb-sm-45 {
    margin-bottom: 45px !important;
  }
  .mt-sm-50 {
    margin-top: 50px !important;
  }
  .mb-sm-50 {
    margin-bottom: 50px !important;
  }
  .mt-sm-55 {
    margin-top: 55px !important;
  }
  .mb-sm-55 {
    margin-bottom: 55px !important;
  }
  .mt-sm-60 {
    margin-top: 60px !important;
  }
  .mb-sm-60 {
    margin-bottom: 60px !important;
  }
  .mt-sm-65 {
    margin-top: 65px !important;
  }
  .mb-sm-65 {
    margin-bottom: 65px !important;
  }
  .mt-sm-70 {
    margin-top: 70px !important;
  }
  .mb-sm-70 {
    margin-bottom: 70px !important;
  }
  .mt-sm-75 {
    margin-top: 75px !important;
  }
  .mb-sm-75 {
    margin-bottom: 75px !important;
  }
  .mt-sm-80 {
    margin-top: 80px !important;
  }
  .mb-sm-80 {
    margin-bottom: 80px !important;
  }
  .mt-sm-85 {
    margin-top: 85px !important;
  }
  .mb-sm-85 {
    margin-bottom: 85px !important;
  }
  .mt-sm-90 {
    margin-top: 90px !important;
  }
  .mb-sm-90 {
    margin-bottom: 90px !important;
  }
  .mt-sm-95 {
    margin-top: 95px !important;
  }
  .mb-sm-95 {
    margin-bottom: 95px !important;
  }
  .mt-sm-100 {
    margin-top: 100px !important;
  }
  .mb-sm-100 {
    margin-bottom: 100px !important;
  }
  .mt-sm-105 {
    margin-top: 105px !important;
  }
  .mb-sm-105 {
    margin-bottom: 105px !important;
  }
  .mt-sm-110 {
    margin-top: 110px !important;
  }
  .mb-sm-110 {
    margin-bottom: 110px !important;
  }
  .mt-sm-115 {
    margin-top: 115px !important;
  }
  .mb-sm-115 {
    margin-bottom: 115px !important;
  }
  .mt-sm-120 {
    margin-top: 120px !important;
  }
  .mb-sm-120 {
    margin-bottom: 120px !important;
  }
  .mt-sm-125 {
    margin-top: 125px !important;
  }
  .mb-sm-125 {
    margin-bottom: 125px !important;
  }
  .mt-sm-130 {
    margin-top: 130px !important;
  }
  .mb-sm-130 {
    margin-bottom: 130px !important;
  }
  .mt-sm-135 {
    margin-top: 135px !important;
  }
  .mb-sm-135 {
    margin-bottom: 135px !important;
  }
  .mt-sm-140 {
    margin-top: 140px !important;
  }
  .mb-sm-140 {
    margin-bottom: 140px !important;
  }
  .mt-sm-145 {
    margin-top: 145px !important;
  }
  .mb-sm-145 {
    margin-bottom: 145px !important;
  }
  .mt-sm-150 {
    margin-top: 150px !important;
  }
  .mb-sm-150 {
    margin-bottom: 150px !important;
  }
  .ml-sm-0 {
    margin-left: 0px !important;
  }
  .mr-sm-0 {
    margin-right: 0px !important;
  }
  .ml-sm-5 {
    margin-left: 5px !important;
  }
  .mr-sm-5 {
    margin-right: 5px !important;
  }
  .ml-sm-10 {
    margin-left: 10px !important;
  }
  .mr-sm-10 {
    margin-right: 10px !important;
  }
  .ml-sm-15 {
    margin-left: 15px !important;
  }
  .mr-sm-15 {
    margin-right: 15px !important;
  }
  .ml-sm-20 {
    margin-left: 20px !important;
  }
  .mr-sm-20 {
    margin-right: 20px !important;
  }
  .ml-sm-25 {
    margin-left: 25px !important;
  }
  .mr-sm-25 {
    margin-right: 25px !important;
  }
  .ml-sm-30 {
    margin-left: 30px !important;
  }
  .mr-sm-30 {
    margin-right: 30px !important;
  }
  .ml-sm-35 {
    margin-left: 35px !important;
  }
  .mr-sm-35 {
    margin-right: 35px !important;
  }
  .ml-sm-40 {
    margin-left: 40px !important;
  }
  .mr-sm-40 {
    margin-right: 40px !important;
  }
  .ml-sm-45 {
    margin-left: 45px !important;
  }
  .mr-sm-45 {
    margin-right: 45px !important;
  }
  .ml-sm-50 {
    margin-left: 50px !important;
  }
  .mr-sm-50 {
    margin-right: 50px !important;
  }
}

@media screen and (min-width: 768px) {
  .mt-md-0 {
    margin-top: 0px !important;
  }
  .mb-md-0 {
    margin-bottom: 0px !important;
  }
  .mt-md-5 {
    margin-top: 5px !important;
  }
  .mb-md-5 {
    margin-bottom: 5px !important;
  }
  .mt-md-10 {
    margin-top: 10px !important;
  }
  .mb-md-10 {
    margin-bottom: 10px !important;
  }
  .mt-md-15 {
    margin-top: 15px !important;
  }
  .mb-md-15 {
    margin-bottom: 15px !important;
  }
  .mt-md-20 {
    margin-top: 20px !important;
  }
  .mb-md-20 {
    margin-bottom: 20px !important;
  }
  .mt-md-25 {
    margin-top: 25px !important;
  }
  .mb-md-25 {
    margin-bottom: 25px !important;
  }
  .mt-md-30 {
    margin-top: 30px !important;
  }
  .mb-md-30 {
    margin-bottom: 30px !important;
  }
  .mt-md-35 {
    margin-top: 35px !important;
  }
  .mb-md-35 {
    margin-bottom: 35px !important;
  }
  .mt-md-40 {
    margin-top: 40px !important;
  }
  .mb-md-40 {
    margin-bottom: 40px !important;
  }
  .mt-md-45 {
    margin-top: 45px !important;
  }
  .mb-md-45 {
    margin-bottom: 45px !important;
  }
  .mt-md-50 {
    margin-top: 50px !important;
  }
  .mb-md-50 {
    margin-bottom: 50px !important;
  }
  .mt-md-55 {
    margin-top: 55px !important;
  }
  .mb-md-55 {
    margin-bottom: 55px !important;
  }
  .mt-md-60 {
    margin-top: 60px !important;
  }
  .mb-md-60 {
    margin-bottom: 60px !important;
  }
  .mt-md-65 {
    margin-top: 65px !important;
  }
  .mb-md-65 {
    margin-bottom: 65px !important;
  }
  .mt-md-70 {
    margin-top: 70px !important;
  }
  .mb-md-70 {
    margin-bottom: 70px !important;
  }
  .mt-md-75 {
    margin-top: 75px !important;
  }
  .mb-md-75 {
    margin-bottom: 75px !important;
  }
  .mt-md-80 {
    margin-top: 80px !important;
  }
  .mb-md-80 {
    margin-bottom: 80px !important;
  }
  .mt-md-85 {
    margin-top: 85px !important;
  }
  .mb-md-85 {
    margin-bottom: 85px !important;
  }
  .mt-md-90 {
    margin-top: 90px !important;
  }
  .mb-md-90 {
    margin-bottom: 90px !important;
  }
  .mt-md-95 {
    margin-top: 95px !important;
  }
  .mb-md-95 {
    margin-bottom: 95px !important;
  }
  .mt-md-100 {
    margin-top: 100px !important;
  }
  .mb-md-100 {
    margin-bottom: 100px !important;
  }
  .mt-md-105 {
    margin-top: 105px !important;
  }
  .mb-md-105 {
    margin-bottom: 105px !important;
  }
  .mt-md-110 {
    margin-top: 110px !important;
  }
  .mb-md-110 {
    margin-bottom: 110px !important;
  }
  .mt-md-115 {
    margin-top: 115px !important;
  }
  .mb-md-115 {
    margin-bottom: 115px !important;
  }
  .mt-md-120 {
    margin-top: 120px !important;
  }
  .mb-md-120 {
    margin-bottom: 120px !important;
  }
  .mt-md-125 {
    margin-top: 125px !important;
  }
  .mb-md-125 {
    margin-bottom: 125px !important;
  }
  .mt-md-130 {
    margin-top: 130px !important;
  }
  .mb-md-130 {
    margin-bottom: 130px !important;
  }
  .mt-md-135 {
    margin-top: 135px !important;
  }
  .mb-md-135 {
    margin-bottom: 135px !important;
  }
  .mt-md-140 {
    margin-top: 140px !important;
  }
  .mb-md-140 {
    margin-bottom: 140px !important;
  }
  .mt-md-145 {
    margin-top: 145px !important;
  }
  .mb-md-145 {
    margin-bottom: 145px !important;
  }
  .mt-md-150 {
    margin-top: 150px !important;
  }
  .mb-md-150 {
    margin-bottom: 150px !important;
  }
  .ml-md-0 {
    margin-left: 0px !important;
  }
  .mr-md-0 {
    margin-right: 0px !important;
  }
  .ml-md-5 {
    margin-left: 5px !important;
  }
  .mr-md-5 {
    margin-right: 5px !important;
  }
  .ml-md-10 {
    margin-left: 10px !important;
  }
  .mr-md-10 {
    margin-right: 10px !important;
  }
  .ml-md-15 {
    margin-left: 15px !important;
  }
  .mr-md-15 {
    margin-right: 15px !important;
  }
  .ml-md-20 {
    margin-left: 20px !important;
  }
  .mr-md-20 {
    margin-right: 20px !important;
  }
  .ml-md-25 {
    margin-left: 25px !important;
  }
  .mr-md-25 {
    margin-right: 25px !important;
  }
  .ml-md-30 {
    margin-left: 30px !important;
  }
  .mr-md-30 {
    margin-right: 30px !important;
  }
  .ml-md-35 {
    margin-left: 35px !important;
  }
  .mr-md-35 {
    margin-right: 35px !important;
  }
  .ml-md-40 {
    margin-left: 40px !important;
  }
  .mr-md-40 {
    margin-right: 40px !important;
  }
  .ml-md-45 {
    margin-left: 45px !important;
  }
  .mr-md-45 {
    margin-right: 45px !important;
  }
  .ml-md-50 {
    margin-left: 50px !important;
  }
  .mr-md-50 {
    margin-right: 50px !important;
  }
}

@media screen and (min-width: 1024px) {
  .mt-lg-0 {
    margin-top: 0px !important;
  }
  .mb-lg-0 {
    margin-bottom: 0px !important;
  }
  .mt-lg-5 {
    margin-top: 5px !important;
  }
  .mb-lg-5 {
    margin-bottom: 5px !important;
  }
  .mt-lg-10 {
    margin-top: 10px !important;
  }
  .mb-lg-10 {
    margin-bottom: 10px !important;
  }
  .mt-lg-15 {
    margin-top: 15px !important;
  }
  .mb-lg-15 {
    margin-bottom: 15px !important;
  }
  .mt-lg-20 {
    margin-top: 20px !important;
  }
  .mb-lg-20 {
    margin-bottom: 20px !important;
  }
  .mt-lg-25 {
    margin-top: 25px !important;
  }
  .mb-lg-25 {
    margin-bottom: 25px !important;
  }
  .mt-lg-30 {
    margin-top: 30px !important;
  }
  .mb-lg-30 {
    margin-bottom: 30px !important;
  }
  .mt-lg-35 {
    margin-top: 35px !important;
  }
  .mb-lg-35 {
    margin-bottom: 35px !important;
  }
  .mt-lg-40 {
    margin-top: 40px !important;
  }
  .mb-lg-40 {
    margin-bottom: 40px !important;
  }
  .mt-lg-45 {
    margin-top: 45px !important;
  }
  .mb-lg-45 {
    margin-bottom: 45px !important;
  }
  .mt-lg-50 {
    margin-top: 50px !important;
  }
  .mb-lg-50 {
    margin-bottom: 50px !important;
  }
  .mt-lg-55 {
    margin-top: 55px !important;
  }
  .mb-lg-55 {
    margin-bottom: 55px !important;
  }
  .mt-lg-60 {
    margin-top: 60px !important;
  }
  .mb-lg-60 {
    margin-bottom: 60px !important;
  }
  .mt-lg-65 {
    margin-top: 65px !important;
  }
  .mb-lg-65 {
    margin-bottom: 65px !important;
  }
  .mt-lg-70 {
    margin-top: 70px !important;
  }
  .mb-lg-70 {
    margin-bottom: 70px !important;
  }
  .mt-lg-75 {
    margin-top: 75px !important;
  }
  .mb-lg-75 {
    margin-bottom: 75px !important;
  }
  .mt-lg-80 {
    margin-top: 80px !important;
  }
  .mb-lg-80 {
    margin-bottom: 80px !important;
  }
  .mt-lg-85 {
    margin-top: 85px !important;
  }
  .mb-lg-85 {
    margin-bottom: 85px !important;
  }
  .mt-lg-90 {
    margin-top: 90px !important;
  }
  .mb-lg-90 {
    margin-bottom: 90px !important;
  }
  .mt-lg-95 {
    margin-top: 95px !important;
  }
  .mb-lg-95 {
    margin-bottom: 95px !important;
  }
  .mt-lg-100 {
    margin-top: 100px !important;
  }
  .mb-lg-100 {
    margin-bottom: 100px !important;
  }
  .mt-lg-105 {
    margin-top: 105px !important;
  }
  .mb-lg-105 {
    margin-bottom: 105px !important;
  }
  .mt-lg-110 {
    margin-top: 110px !important;
  }
  .mb-lg-110 {
    margin-bottom: 110px !important;
  }
  .mt-lg-115 {
    margin-top: 115px !important;
  }
  .mb-lg-115 {
    margin-bottom: 115px !important;
  }
  .mt-lg-120 {
    margin-top: 120px !important;
  }
  .mb-lg-120 {
    margin-bottom: 120px !important;
  }
  .mt-lg-125 {
    margin-top: 125px !important;
  }
  .mb-lg-125 {
    margin-bottom: 125px !important;
  }
  .mt-lg-130 {
    margin-top: 130px !important;
  }
  .mb-lg-130 {
    margin-bottom: 130px !important;
  }
  .mt-lg-135 {
    margin-top: 135px !important;
  }
  .mb-lg-135 {
    margin-bottom: 135px !important;
  }
  .mt-lg-140 {
    margin-top: 140px !important;
  }
  .mb-lg-140 {
    margin-bottom: 140px !important;
  }
  .mt-lg-145 {
    margin-top: 145px !important;
  }
  .mb-lg-145 {
    margin-bottom: 145px !important;
  }
  .mt-lg-150 {
    margin-top: 150px !important;
  }
  .mb-lg-150 {
    margin-bottom: 150px !important;
  }
  .ml-lg-0 {
    margin-left: 0px !important;
  }
  .mr-lg-0 {
    margin-right: 0px !important;
  }
  .ml-lg-5 {
    margin-left: 5px !important;
  }
  .mr-lg-5 {
    margin-right: 5px !important;
  }
  .ml-lg-10 {
    margin-left: 10px !important;
  }
  .mr-lg-10 {
    margin-right: 10px !important;
  }
  .ml-lg-15 {
    margin-left: 15px !important;
  }
  .mr-lg-15 {
    margin-right: 15px !important;
  }
  .ml-lg-20 {
    margin-left: 20px !important;
  }
  .mr-lg-20 {
    margin-right: 20px !important;
  }
  .ml-lg-25 {
    margin-left: 25px !important;
  }
  .mr-lg-25 {
    margin-right: 25px !important;
  }
  .ml-lg-30 {
    margin-left: 30px !important;
  }
  .mr-lg-30 {
    margin-right: 30px !important;
  }
  .ml-lg-35 {
    margin-left: 35px !important;
  }
  .mr-lg-35 {
    margin-right: 35px !important;
  }
  .ml-lg-40 {
    margin-left: 40px !important;
  }
  .mr-lg-40 {
    margin-right: 40px !important;
  }
  .ml-lg-45 {
    margin-left: 45px !important;
  }
  .mr-lg-45 {
    margin-right: 45px !important;
  }
  .ml-lg-50 {
    margin-left: 50px !important;
  }
  .mr-lg-50 {
    margin-right: 50px !important;
  }
}

@media screen and (min-width: 1280px) {
  .mt-xl-0 {
    margin-top: 0px !important;
  }
  .mb-xl-0 {
    margin-bottom: 0px !important;
  }
  .mt-xl-5 {
    margin-top: 5px !important;
  }
  .mb-xl-5 {
    margin-bottom: 5px !important;
  }
  .mt-xl-10 {
    margin-top: 10px !important;
  }
  .mb-xl-10 {
    margin-bottom: 10px !important;
  }
  .mt-xl-15 {
    margin-top: 15px !important;
  }
  .mb-xl-15 {
    margin-bottom: 15px !important;
  }
  .mt-xl-20 {
    margin-top: 20px !important;
  }
  .mb-xl-20 {
    margin-bottom: 20px !important;
  }
  .mt-xl-25 {
    margin-top: 25px !important;
  }
  .mb-xl-25 {
    margin-bottom: 25px !important;
  }
  .mt-xl-30 {
    margin-top: 30px !important;
  }
  .mb-xl-30 {
    margin-bottom: 30px !important;
  }
  .mt-xl-35 {
    margin-top: 35px !important;
  }
  .mb-xl-35 {
    margin-bottom: 35px !important;
  }
  .mt-xl-40 {
    margin-top: 40px !important;
  }
  .mb-xl-40 {
    margin-bottom: 40px !important;
  }
  .mt-xl-45 {
    margin-top: 45px !important;
  }
  .mb-xl-45 {
    margin-bottom: 45px !important;
  }
  .mt-xl-50 {
    margin-top: 50px !important;
  }
  .mb-xl-50 {
    margin-bottom: 50px !important;
  }
  .mt-xl-55 {
    margin-top: 55px !important;
  }
  .mb-xl-55 {
    margin-bottom: 55px !important;
  }
  .mt-xl-60 {
    margin-top: 60px !important;
  }
  .mb-xl-60 {
    margin-bottom: 60px !important;
  }
  .mt-xl-65 {
    margin-top: 65px !important;
  }
  .mb-xl-65 {
    margin-bottom: 65px !important;
  }
  .mt-xl-70 {
    margin-top: 70px !important;
  }
  .mb-xl-70 {
    margin-bottom: 70px !important;
  }
  .mt-xl-75 {
    margin-top: 75px !important;
  }
  .mb-xl-75 {
    margin-bottom: 75px !important;
  }
  .mt-xl-80 {
    margin-top: 80px !important;
  }
  .mb-xl-80 {
    margin-bottom: 80px !important;
  }
  .mt-xl-85 {
    margin-top: 85px !important;
  }
  .mb-xl-85 {
    margin-bottom: 85px !important;
  }
  .mt-xl-90 {
    margin-top: 90px !important;
  }
  .mb-xl-90 {
    margin-bottom: 90px !important;
  }
  .mt-xl-95 {
    margin-top: 95px !important;
  }
  .mb-xl-95 {
    margin-bottom: 95px !important;
  }
  .mt-xl-100 {
    margin-top: 100px !important;
  }
  .mb-xl-100 {
    margin-bottom: 100px !important;
  }
  .mt-xl-105 {
    margin-top: 105px !important;
  }
  .mb-xl-105 {
    margin-bottom: 105px !important;
  }
  .mt-xl-110 {
    margin-top: 110px !important;
  }
  .mb-xl-110 {
    margin-bottom: 110px !important;
  }
  .mt-xl-115 {
    margin-top: 115px !important;
  }
  .mb-xl-115 {
    margin-bottom: 115px !important;
  }
  .mt-xl-120 {
    margin-top: 120px !important;
  }
  .mb-xl-120 {
    margin-bottom: 120px !important;
  }
  .mt-xl-125 {
    margin-top: 125px !important;
  }
  .mb-xl-125 {
    margin-bottom: 125px !important;
  }
  .mt-xl-130 {
    margin-top: 130px !important;
  }
  .mb-xl-130 {
    margin-bottom: 130px !important;
  }
  .mt-xl-135 {
    margin-top: 135px !important;
  }
  .mb-xl-135 {
    margin-bottom: 135px !important;
  }
  .mt-xl-140 {
    margin-top: 140px !important;
  }
  .mb-xl-140 {
    margin-bottom: 140px !important;
  }
  .mt-xl-145 {
    margin-top: 145px !important;
  }
  .mb-xl-145 {
    margin-bottom: 145px !important;
  }
  .mt-xl-150 {
    margin-top: 150px !important;
  }
  .mb-xl-150 {
    margin-bottom: 150px !important;
  }
  .ml-xl-0 {
    margin-left: 0px !important;
  }
  .mr-xl-0 {
    margin-right: 0px !important;
  }
  .ml-xl-5 {
    margin-left: 5px !important;
  }
  .mr-xl-5 {
    margin-right: 5px !important;
  }
  .ml-xl-10 {
    margin-left: 10px !important;
  }
  .mr-xl-10 {
    margin-right: 10px !important;
  }
  .ml-xl-15 {
    margin-left: 15px !important;
  }
  .mr-xl-15 {
    margin-right: 15px !important;
  }
  .ml-xl-20 {
    margin-left: 20px !important;
  }
  .mr-xl-20 {
    margin-right: 20px !important;
  }
  .ml-xl-25 {
    margin-left: 25px !important;
  }
  .mr-xl-25 {
    margin-right: 25px !important;
  }
  .ml-xl-30 {
    margin-left: 30px !important;
  }
  .mr-xl-30 {
    margin-right: 30px !important;
  }
  .ml-xl-35 {
    margin-left: 35px !important;
  }
  .mr-xl-35 {
    margin-right: 35px !important;
  }
  .ml-xl-40 {
    margin-left: 40px !important;
  }
  .mr-xl-40 {
    margin-right: 40px !important;
  }
  .ml-xl-45 {
    margin-left: 45px !important;
  }
  .mr-xl-45 {
    margin-right: 45px !important;
  }
  .ml-xl-50 {
    margin-left: 50px !important;
  }
  .mr-xl-50 {
    margin-right: 50px !important;
  }
}

@media screen and (min-width: 1440px) {
  .mt-xl-0 {
    margin-top: 0px !important;
  }
  .mb-xl-0 {
    margin-bottom: 0px !important;
  }
  .mt-xl-5 {
    margin-top: 5px !important;
  }
  .mb-xl-5 {
    margin-bottom: 5px !important;
  }
  .mt-xl-10 {
    margin-top: 10px !important;
  }
  .mb-xl-10 {
    margin-bottom: 10px !important;
  }
  .mt-xl-15 {
    margin-top: 15px !important;
  }
  .mb-xl-15 {
    margin-bottom: 15px !important;
  }
  .mt-xl-20 {
    margin-top: 20px !important;
  }
  .mb-xl-20 {
    margin-bottom: 20px !important;
  }
  .mt-xl-25 {
    margin-top: 25px !important;
  }
  .mb-xl-25 {
    margin-bottom: 25px !important;
  }
  .mt-xl-30 {
    margin-top: 30px !important;
  }
  .mb-xl-30 {
    margin-bottom: 30px !important;
  }
  .mt-xl-35 {
    margin-top: 35px !important;
  }
  .mb-xl-35 {
    margin-bottom: 35px !important;
  }
  .mt-xl-40 {
    margin-top: 40px !important;
  }
  .mb-xl-40 {
    margin-bottom: 40px !important;
  }
  .mt-xl-45 {
    margin-top: 45px !important;
  }
  .mb-xl-45 {
    margin-bottom: 45px !important;
  }
  .mt-xl-50 {
    margin-top: 50px !important;
  }
  .mb-xl-50 {
    margin-bottom: 50px !important;
  }
  .mt-xl-55 {
    margin-top: 55px !important;
  }
  .mb-xl-55 {
    margin-bottom: 55px !important;
  }
  .mt-xl-60 {
    margin-top: 60px !important;
  }
  .mb-xl-60 {
    margin-bottom: 60px !important;
  }
  .mt-xl-65 {
    margin-top: 65px !important;
  }
  .mb-xl-65 {
    margin-bottom: 65px !important;
  }
  .mt-xl-70 {
    margin-top: 70px !important;
  }
  .mb-xl-70 {
    margin-bottom: 70px !important;
  }
  .mt-xl-75 {
    margin-top: 75px !important;
  }
  .mb-xl-75 {
    margin-bottom: 75px !important;
  }
  .mt-xl-80 {
    margin-top: 80px !important;
  }
  .mb-xl-80 {
    margin-bottom: 80px !important;
  }
  .mt-xl-85 {
    margin-top: 85px !important;
  }
  .mb-xl-85 {
    margin-bottom: 85px !important;
  }
  .mt-xl-90 {
    margin-top: 90px !important;
  }
  .mb-xl-90 {
    margin-bottom: 90px !important;
  }
  .mt-xl-95 {
    margin-top: 95px !important;
  }
  .mb-xl-95 {
    margin-bottom: 95px !important;
  }
  .mt-xl-100 {
    margin-top: 100px !important;
  }
  .mb-xl-100 {
    margin-bottom: 100px !important;
  }
  .mt-xl-105 {
    margin-top: 105px !important;
  }
  .mb-xl-105 {
    margin-bottom: 105px !important;
  }
  .mt-xl-110 {
    margin-top: 110px !important;
  }
  .mb-xl-110 {
    margin-bottom: 110px !important;
  }
  .mt-xl-115 {
    margin-top: 115px !important;
  }
  .mb-xl-115 {
    margin-bottom: 115px !important;
  }
  .mt-xl-120 {
    margin-top: 120px !important;
  }
  .mb-xl-120 {
    margin-bottom: 120px !important;
  }
  .mt-xl-125 {
    margin-top: 125px !important;
  }
  .mb-xl-125 {
    margin-bottom: 125px !important;
  }
  .mt-xl-130 {
    margin-top: 130px !important;
  }
  .mb-xl-130 {
    margin-bottom: 130px !important;
  }
  .mt-xl-135 {
    margin-top: 135px !important;
  }
  .mb-xl-135 {
    margin-bottom: 135px !important;
  }
  .mt-xl-140 {
    margin-top: 140px !important;
  }
  .mb-xl-140 {
    margin-bottom: 140px !important;
  }
  .mt-xl-145 {
    margin-top: 145px !important;
  }
  .mb-xl-145 {
    margin-bottom: 145px !important;
  }
  .mt-xl-150 {
    margin-top: 150px !important;
  }
  .mb-xl-150 {
    margin-bottom: 150px !important;
  }
  .ml-xl-0 {
    margin-left: 0px !important;
  }
  .mr-xl-0 {
    margin-right: 0px !important;
  }
  .ml-xl-5 {
    margin-left: 5px !important;
  }
  .mr-xl-5 {
    margin-right: 5px !important;
  }
  .ml-xl-10 {
    margin-left: 10px !important;
  }
  .mr-xl-10 {
    margin-right: 10px !important;
  }
  .ml-xl-15 {
    margin-left: 15px !important;
  }
  .mr-xl-15 {
    margin-right: 15px !important;
  }
  .ml-xl-20 {
    margin-left: 20px !important;
  }
  .mr-xl-20 {
    margin-right: 20px !important;
  }
  .ml-xl-25 {
    margin-left: 25px !important;
  }
  .mr-xl-25 {
    margin-right: 25px !important;
  }
  .ml-xl-30 {
    margin-left: 30px !important;
  }
  .mr-xl-30 {
    margin-right: 30px !important;
  }
  .ml-xl-35 {
    margin-left: 35px !important;
  }
  .mr-xl-35 {
    margin-right: 35px !important;
  }
  .ml-xl-40 {
    margin-left: 40px !important;
  }
  .mr-xl-40 {
    margin-right: 40px !important;
  }
  .ml-xl-45 {
    margin-left: 45px !important;
  }
  .mr-xl-45 {
    margin-right: 45px !important;
  }
  .ml-xl-50 {
    margin-left: 50px !important;
  }
  .mr-xl-50 {
    margin-right: 50px !important;
  }
}

/*---------- 1.6 Other ----------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type="submit"] {
  -webkit-appearance: none;
}

/* img */
.img-fluid img {
  width: 100%;
  height: auto;
  line-height: 0;
  vertical-align: middle;
  border-style: none;
}

/*-------------------------------

	2. COLUMN

-------------------------------*/
.container {
  width: 100%;
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  width: 100%;
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -24px;
  margin-left: -24px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs, .col-xs-auto,
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto,
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto,
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto,
.col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto,
.col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl, .col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 24px;
  padding-left: 24px;
}

.col-xs {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-xs-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-xs-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-xs-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-xs-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-xs-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-xs-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-xs-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-xs-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-xs-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

.offset-xs-0 {
  margin-left: 0;
}

.offset-xs-1 {
  margin-left: 8.333333%;
}

.offset-xs-2 {
  margin-left: 16.666667%;
}

.offset-xs-3 {
  margin-left: 25%;
}

.offset-xs-4 {
  margin-left: 33.333333%;
}

.offset-xs-5 {
  margin-left: 41.666667%;
}

.offset-xs-6 {
  margin-left: 50%;
}

.offset-xs-7 {
  margin-left: 58.333333%;
}

.offset-xs-8 {
  margin-left: 66.666667%;
}

.offset-xs-9 {
  margin-left: 75%;
}

.offset-xs-10 {
  margin-left: 83.333333%;
}

.offset-xs-11 {
  margin-left: 91.666667%;
}

.order-xs-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
          order: -1;
}

.order-xs-last {
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
          order: 13;
}

.order-xs-0 {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
          order: 0;
}

.order-xs-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.order-xs-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
          order: 2;
}

.order-xs-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
          order: 3;
}

.order-xs-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
          order: 4;
}

.order-xs-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
          order: 5;
}

.order-xs-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
          order: 6;
}

.order-xs-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
          order: 7;
}

.order-xs-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
          order: 8;
}

.order-xs-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
          order: 9;
}

.order-xs-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
          order: 10;
}

.order-xs-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
          order: 11;
}

.order-xs-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
          order: 12;
}

@media screen and (min-width: 640px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
}

@media screen and (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
}

@media screen and (min-width: 1024px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
}

@media screen and (min-width: 1280px) {
  .container {
    width: 1200px;
    padding-right: 0;
    padding-left: 0;
  }
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .order-xxl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-xxl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-xxl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-xxl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-xxl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-xxl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-xxl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-xxl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-xxl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-xxl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-xxl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-xxl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-xxl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-xxl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-xxl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
}

/*-------------------------------

	3. LAYOUT

-------------------------------*/
.d-xs-none {
  display: none !important;
}

.d-xs-inline {
  display: inline !important;
}

.d-xs-inline-block {
  display: inline-block !important;
}

.d-xs-block {
  display: block !important;
}

.d-xs-table {
  display: table !important;
}

.d-xs-table-row {
  display: table-row !important;
}

.d-xs-table-cell {
  display: table-cell !important;
}

.d-xs-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.d-xs-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}

.flex-xs-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
          flex-direction: row !important;
}

.flex-xs-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important;
}

.flex-xs-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
          flex-direction: row-reverse !important;
}

.flex-xs-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
          flex-direction: column-reverse !important;
}

.flex-xs-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-xs-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-xs-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-xs-fill {
  -ms-flex: 1 1 auto !important;
  -webkit-box-flex: 1 !important;
          flex: 1 1 auto !important;
}

.flex-xs-grow-0 {
  -ms-flex-positive: 0 !important;
  -webkit-box-flex: 0 !important;
          flex-grow: 0 !important;
}

.flex-xs-grow-1 {
  -ms-flex-positive: 1 !important;
  -webkit-box-flex: 1 !important;
          flex-grow: 1 !important;
}

.flex-xs-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-xs-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-xs-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
          justify-content: flex-start !important;
}

.justify-xs-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
          justify-content: flex-end !important;
}

.justify-xs-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
          justify-content: center !important;
}

.justify-xs-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
          justify-content: space-between !important;
}

.justify-xs-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-xs-items-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
          align-items: flex-start !important;
}

.align-xs-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
          align-items: flex-end !important;
}

.align-xs-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
}

.align-xs-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
          align-items: baseline !important;
}

.align-xs-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
          align-items: stretch !important;
}

.align-xs-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-xs-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-xs-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-xs-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-xs-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-xs-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-xs-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

.align-xs-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-xs-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-xs-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
      align-self: center !important;
}

.align-xs-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-xs-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.w-xs-25 {
  width: 25%;
}

.w-xs-33 {
  width: 33.33%;
}

.w-xs-50 {
  width: 50%;
}

.w-xs-75 {
  width: 75%;
}

.w-xs-100 {
  width: 100%;
}

.max-xs-width-100 {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.max-xs-width-90 {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.max-xs-width-80 {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.max-xs-width-70 {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.max-xs-width-60 {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.max-xs-width-50 {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.h-auto {
  height: auto;
}

.mw-100 {
  max-width: 100%;
}

.text-justify {
  text-align: justify;
}

.text-wrap {
  white-space: normal;
}

.text-nowrap {
  white-space: nowrap;
}

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

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

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

@media screen and (min-width: 640px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
  .flex-sm-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-sm-content-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-sm-content-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-sm-content-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-sm-content-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-sm-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-sm-items-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-sm-items-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-sm-items-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-sm-items-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-sm-items-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-sm-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-sm-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-sm-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-sm-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-sm-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-sm-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-sm-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-sm-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-sm-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-sm-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-sm-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-sm-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .w-sm-25 {
    width: 25%;
  }
  .w-sm-33 {
    width: 33.33%;
  }
  .w-sm-50 {
    width: 50%;
  }
  .w-sm-75 {
    width: 75%;
  }
  .w-sm-100 {
    width: 100%;
  }
  .max-sm-width-100 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .max-sm-width-90 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .max-sm-width-80 {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .max-sm-width-70 {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .max-sm-width-60 {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .max-sm-width-50 {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
  .flex-md-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-md-content-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-md-content-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-md-content-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-md-content-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-md-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-md-items-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-md-items-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-md-items-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-md-items-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-md-items-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-md-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-md-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-md-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-md-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-md-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-md-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-md-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-md-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-md-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-md-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-md-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-md-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .w-md-25 {
    width: 25%;
  }
  .w-md-33 {
    width: 33.33%;
  }
  .w-md-50 {
    width: 50%;
  }
  .w-md-75 {
    width: 75%;
  }
  .w-md-100 {
    width: 100%;
  }
  .max-md-width-100 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .max-md-width-90 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .max-md-width-80 {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .max-md-width-70 {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .max-md-width-60 {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .max-md-width-50 {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
}

@media screen and (min-width: 1024px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
  .flex-lg-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-lg-content-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-lg-content-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-lg-content-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-lg-content-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-lg-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-lg-items-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-lg-items-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-lg-items-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-lg-items-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-lg-items-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-lg-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-lg-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-lg-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-lg-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-lg-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-lg-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-lg-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-lg-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-lg-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-lg-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-lg-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-lg-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .w-lg-25 {
    width: 25%;
  }
  .w-lg-33 {
    width: 33.33%;
  }
  .w-lg-50 {
    width: 50%;
  }
  .w-lg-75 {
    width: 75%;
  }
  .w-lg-100 {
    width: 100%;
  }
  .max-lg-width-100 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .max-lg-width-90 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .max-lg-width-80 {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .max-lg-width-70 {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .max-lg-width-60 {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .max-lg-width-50 {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
}

@media screen and (min-width: 1280px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
  .flex-xl-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-xl-content-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-xl-content-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-xl-content-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-xl-content-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-xl-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-xl-items-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-xl-items-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-xl-items-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-xl-items-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-xl-items-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-xl-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-xl-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-xl-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-xl-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-xl-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-xl-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-xl-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-xl-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-xl-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-xl-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-xl-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-xl-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .w-xl-25 {
    width: 25%;
  }
  .w-xl-33 {
    width: 33.33%;
  }
  .w-xl-50 {
    width: 50%;
  }
  .w-xl-75 {
    width: 75%;
  }
  .w-xl-100 {
    width: 100%;
  }
  .max-xl-width-100 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .max-xl-width-90 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .max-xl-width-80 {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .max-xl-width-70 {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .max-xl-width-60 {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .max-xl-width-50 {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .text-xl-left {
    text-align: left;
  }
  .text-xl-right {
    text-align: right;
  }
  .text-xl-center {
    text-align: center;
  }
}

@media screen and (min-width: 1440px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
  .flex-xxl-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-xxl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-xxl-content-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-xxl-content-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-xxl-content-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-xxl-content-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-xxl-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-xxl-items-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-xxl-items-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-xxl-items-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-xxl-items-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-xxl-items-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-xxl-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-xxl-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-xxl-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-xxl-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-xxl-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-xxl-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-xxl-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-xxl-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-xxl-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-xxl-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-xxl-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-xxl-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .w-xxl-25 {
    width: 25%;
  }
  .w-xxl-33 {
    width: 33.33%;
  }
  .w-xxl-50 {
    width: 50%;
  }
  .w-xxl-75 {
    width: 75%;
  }
  .w-xxl-100 {
    width: 100%;
  }
  .max-xxl-width-100 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .max-xxl-width-90 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .max-xxl-width-80 {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .max-xxl-width-70 {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .max-xxl-width-60 {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .max-xxl-width-50 {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .text-xxl-left {
    text-align: left;
  }
  .text-xxl-right {
    text-align: right;
  }
  .text-xxl-center {
    text-align: center;
  }
}

/*====================================

	/ Component Ver 1.0 /

  ----------------------------------
    Structure
  ----------------------------------

  0. 共通
  1. Header
  2. Footer
  3. 下層

  ----------------------------------

  / 命名規則 /

  Block             /ルート要素
  Block__Element    /Blockに所属する子要素
  Block--Modifier   /Block,Elementから変化した状態を表す要素

====================================*/
/*-------------------------------

	0. 共通

-------------------------------*/
/* 本文 */
.display-1 {
  font-size: 14px;
  font-weight: 500;
  line-height: 2.4;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 1024px) {
  .display-1 {
    font-size: 15px;
  }
}

.display-2 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.86;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 1024px) {
  .display-2 {
    font-size: 15px;
  }
}

.display-3 {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.84;
  letter-spacing: 0.08em;
}

.display-4 {
  font-size: 10px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.06em;
}

/* タイトル */
.ttl-jp-xl {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
  display: block;
}

@media screen and (min-width: 768px) {
  .ttl-jp-xl {
    font-size: 26px;
  }
}

@media screen and (min-width: 1024px) {
  .ttl-jp-xl {
    font-size: 34px;
  }
}

@media screen and (min-width: 1280px) {
  .ttl-jp-xl {
    font-size: 42px;
  }
}

.ttl-jp-lg {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.43;
  letter-spacing: 0.08em;
  display: block;
}

@media screen and (min-width: 768px) {
  .ttl-jp-lg {
    font-size: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .ttl-jp-lg {
    font-size: 26px;
  }
}

@media screen and (min-width: 1280px) {
  .ttl-jp-lg {
    font-size: 32px;
  }
}

.ttl-jp-md {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.38;
  letter-spacing: 0.08em;
  display: block;
}

@media screen and (min-width: 768px) {
  .ttl-jp-md {
    font-size: 18px;
  }
}

@media screen and (min-width: 1024px) {
  .ttl-jp-md {
    font-size: 22px;
  }
}

@media screen and (min-width: 1280px) {
  .ttl-jp-md {
    font-size: 26px;
  }
}

.ttl-jp-sm {
  font-size: 15px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 768px) {
  .ttl-jp-sm {
    font-size: 18px;
  }
}

.ttl-sideline {
  font-size: 15px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.08em;
  padding-left: 1.3em;
  position: relative;
}

@media screen and (min-width: 768px) {
  .ttl-sideline {
    font-size: 18px;
  }
}

.ttl-sideline::before {
  content: "";
  background-color: #398B56;
  width: .7em;
  height: 2px;
  position: absolute;
  top: 14px;
  left: 0;
}

@media screen and (min-width: 768px) {
  .ttl-sideline::before {
    top: 18px;
  }
}

.ttl-en-lg {
  color: #398B56;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 31px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 768px) {
  .ttl-en-lg {
    font-size: 42px;
  }
}

@media screen and (min-width: 1024px) {
  .ttl-en-lg {
    font-size: 48px;
  }
}

@media screen and (min-width: 1280px) {
  .ttl-en-lg {
    font-size: 52px;
  }
}

.ttl-en-md {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

@media screen and (min-width: 768px) {
  .ttl-en-md {
    font-size: 28px;
  }
}

@media screen and (min-width: 1024px) {
  .ttl-en-md {
    font-size: 32px;
  }
}

@media screen and (min-width: 1280px) {
  .ttl-en-md {
    font-size: 34px;
  }
}

.ttl-en-sm {
  color: #398B56;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

@media screen and (min-width: 768px) {
  .ttl-en-sm {
    font-size: 16px;
  }
}

/* その他 */
.gmap iframe {
  border-radius: 12px;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
}

/* @media screen and (min-width: 768px) {
  .gmap iframe {
    aspect-ratio: 144/127;
  }
} */

.radius img {
  border-radius: 12px;
}

/* レイアウト */
.l-information {
  background-color: #F7F6F2;
  padding: 60px 0;
}

@media screen and (min-width: 768px) {
  .l-information {
    padding: 80px 0;
  }
}

@media screen and (min-width: 1024px) {
  .l-information {
    padding: 100px 0;
  }
}

@media screen and (min-width: 1280px) {
  .l-information {
    padding: 120px 0;
  }
}

.l-information .txt-link a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.86;
  letter-spacing: 0.08em;
  text-decoration: underline;
}

@media screen and (min-width: 1024px) {
  .l-information .txt-link a {
    font-size: 15px;
  }
}

.l-information .txt-line {
  padding-left: 1em;
  position: relative;
}

.l-information .txt-line::before {
  content: "-";
  color: #493932;
  position: absolute;
  top: -1px;
  left: 0;
}

.l-information .txt-dot {
  padding-left: 1.2em;
  position: relative;
}

.l-information .txt-dot::before {
  content: "・";
  color: #493932;
  position: absolute;
  top: 0;
  left: 0;
}

.l-information .price {
  background-color: #fff;
  padding: 25px;
}

@media screen and (min-width: 1024px) {
  .l-information .price {
    padding: 35px 40px;
  }
}

.l-information .price .ttl {
  border: 2px solid #398B56;
  border-radius: 17px;
  color: #398B56;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
  padding: 4px 16px;
}

@media screen and (min-width: 1024px) {
  .l-information .price .ttl {
    border-radius: 18px;
    font-size: 15px;
    padding: 5px 16px;
  }
}

.l-information .price .txt {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  .l-information .price .txt {
    font-size: 14px;
  }
}

@media screen and (min-width: 1024px) {
  .l-information .price .txt {
    font-size: 15px;
  }
}

.l-information .price .round {
  padding-left: 1.3em;
  position: relative;
}

.l-information .price .round::before {
  content: "";
  background-color: #398B56;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
  top: .6em;
  left: 0;
}

.l-information .price ul li {
  list-style: none;
}

.l-information .price ul li span {
  color: #398B56;
  margin-right: 1.5em;
}

@media screen and (min-width: 1280px) {
  .l-information .price .grid01 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 170px 40px 1fr;
    grid-template-columns: 170px 1fr;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}

@media screen and (min-width: 1280px) {
  .l-information .price .grid02 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}

.l-information .payment {
  background-color: #fff;
  padding: 25px;
}

@media screen and (min-width: 1024px) {
  .l-information .payment {
    padding: 35px 40px;
  }
}

.l-information .sns li {
  list-style: none;
  margin-top: 15px;
  padding-left: 36px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .l-information .sns li {
    display: inline-block;
    margin-right: 4%;
  }
}

.l-information .sns li.instagram::before {
  content: "";
  background: url(../img/icon-instagram--secondary.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 28px;
  height: 28px;
  position: absolute;
  top: -2px;
  left: 0;
  margin-right: 5px;
}

.l-information .sns li.twitter::before {
  content: "";
  background: url(../img/icon-twitter--secondary.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 28px;
  height: 28px;
  position: absolute;
  top: -2px;
  left: 0;
  margin-right: 5px;
}

.l-information .sns li.taberogu::before {
  content: "";
  background: url(../img/icon-taberogu--secondary.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 28px;
  height: 28px;
  position: absolute;
  top: -2px;
  left: 0;
  margin-right: 5px;
}

.l-information .sns li a {
  display: block;
}

.l-information .sns li a span {
  color: #493932;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.84;
  letter-spacing: 0.08em;
  text-decoration: underline;
}

.l-sns {
  padding: 110px 0;
}

@media screen and (min-width: 768px) {
  .l-sns {
    padding: 150px 0;
  }
}

@media screen and (min-width: 1280px) {
  .l-sns {
    padding: 170px 0;
  }
}

.l-sns__conts {
  position: relative;
}

.l-sns__conts::before {
  content: "";
  background: url(../img/l-sns-bg.png) no-repeat;
  background-size: contain;
  width: calc(992px * .5);
  height: calc(292px * .5);
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-40%);
          transform: translateX(-50%) translateY(-40%);
  z-index: -10;
}

@media screen and (min-width: 768px) {
  .l-sns__conts::before {
    width: calc(992px * .8);
    height: calc(292px * .8);
  }
}

@media screen and (min-width: 1024px) {
  .l-sns__conts::before {
    width: calc(992px * .9);
    height: calc(292px * .9);
  }
}

@media screen and (min-width: 1280px) {
  .l-sns__conts::before {
    width: 992px;
    height: 292px;
  }
}

.l-sns__conts .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  position: relative;
}

.l-sns__conts .link::before {
  content: "";
  background: url(../img/l-sns-line-left.svg) no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 15px;
  left: -60px;
}

@media screen and (min-width: 768px) {
  .l-sns__conts .link::before {
    top: 5px;
    left: -70px;
  }
}

.l-sns__conts .link::after {
  content: "";
  background: url(../img/l-sns-line-right.svg) no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 15px;
  right: -60px;
}

@media screen and (min-width: 768px) {
  .l-sns__conts .link::after {
    top: 5px;
    right: -70px;
  }
}

.l-sns__conts .link .icon {
  margin-left: 15px;
}

.l-sns__conts .link .icon li {
  list-style: none;
  display: inline-block;
}

.l-sns__conts .link .icon li:not(:first-child) {
  margin-left: 10px;
}

@media screen and (min-width: 768px) {
  .l-sns__conts .link .icon li:not(:first-child) {
    margin-left: 15px;
  }
}

.l-sns__conts .link .icon li a {
  display: block;
}

.l-sns__conts .link .icon li a img {
  max-width: 40px;
}

.page-slider .slick-dots li button:before {
  background-color: #E5E3E2;
  opacity: 1;
  width: 12px;
  height: 12px;
}

.page-slider .slick-dots li.slick-active button:before {
  background-color: #398B56 !important;
  opacity: 1;
}

.block-primary {
  margin-top: 130px;
}

@media screen and (min-width: 768px) {
  .block-primary {
    margin-top: 170px;
  }
}

@media screen and (min-width: 1024px) {
  .block-primary {
    margin-top: 180px;
  }
}

@media screen and (min-width: 1280px) {
  .block-primary {
    margin-top: 220px;
  }
}

.block-secondary {
  margin-top: 80px;
}

@media screen and (min-width: 768px) {
  .block-secondary {
    margin-top: 100px;
  }
}

@media screen and (min-width: 1024px) {
  .block-secondary {
    margin-top: 120px;
  }
}

@media screen and (min-width: 1280px) {
  .block-secondary {
    margin-top: 140px;
  }
}

/*-------------------------------

	1. Header

-------------------------------*/
.header {
  position: relative;
}

.header__lg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 80px;
  padding: 0 62px;
  position: absolute;
  top: 0;
  z-index: 9000;
}

.header__lg .logo a {
  display: none;
}

.header__lg .logo a img {
  max-width: 170px;
}

.header__lg ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__lg ul li {
  list-style: none;
  padding: 0 20px;
}

.header__lg ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.86;
  letter-spacing: 0.08em;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .header__lg ul li a {
    font-size: 15px;
  }
}

.header__lg ul li a::after {
  content: "";
  background-color: #fff;
  display: block;
  width: 100%;
  height: 1px;
}

.header__lg--on {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.header__lg--on .logo a {
  display: block;
}

.header__lg--on ul li a {
  color: #493932;
}

.header__lg--on ul li a::after {
  content: "";
  background-color: #493932;
}

.header__lg--page {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 80px;
  padding: 0 62px;
  position: fixed;
  top: 0;
  z-index: 9999;
}

.header__lg--page .logo a img {
  max-width: 170px;
}

.header__lg--page ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__lg--page ul li {
  list-style: none;
  padding: 0 20px;
}

.header__lg--page ul li a {
  color: #493932;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.86;
  letter-spacing: 0.08em;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .header__lg--page ul li a {
    font-size: 15px;
  }
}

.header__lg--page ul li a::after {
  content: "";
  background-color: #493932;
  display: block;
  width: 100%;
  height: 1px;
}

.header__sm {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 68px;
  padding: 0 5%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.header__sm .logo a img {
  max-width: 137px;
}

/* ハンバーガー */
#toggleMenu {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  outline: none;
  width: 68px;
  height: 68px;
  z-index: 9000;
  padding: 0;
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#toggleMenu:focus {
  outline: none;
}

#toggleMenu span {
  display: inline-block;
  height: 2px;
  background-color: #493932;
  position: absolute;
  left: 50%;
  z-index: 9000;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

#toggleMenu span:first-of-type {
  width: 28px;
  top: 24px;
}

#toggleMenu span:nth-of-type(2) {
  width: 28px;
  top: 32px;
}

#toggleMenu span:last-of-type {
  width: 28px;
  top: 40px;
}

#toggleMenu.js-active span:first-of-type,
#toggleMenu.js-active span:nth-of-type(2) {
  margin: auto;
}

#toggleMenu.js-active span:first-of-type {
  -webkit-transform: translateX(-50%) translateY(8px) rotate(45deg);
          transform: translateX(-50%) translateY(8px) rotate(45deg);
}

#toggleMenu.js-active span:nth-of-type(2) {
  display: none;
}

#toggleMenu.js-active span:last-of-type {
  -webkit-transform: translateX(-50%) translateY(-8px) rotate(-45deg);
          transform: translateX(-50%) translateY(-8px) rotate(-45deg);
}

.overlayMenu {
  width: 100%;
  height: 100vh;
  height: 100svh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 8000;
}

.overlayMenu .wrapper {
  background-color: #fff;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
}

.overlayMenu .wrapper .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 68px;
  padding: 0 5%;
}

.overlayMenu .wrapper .logo a img {
  max-width: 137px;
}

.overlayMenu__conts {
  padding: 50px 12% 40px 12%;
}

.overlayMenu__conts .ttl {
  color: #398B56;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.02em;
}

.overlayMenu__conts .main li a {
  display: block;
}

.overlayMenu__conts .main li a span {
  color: #493932;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.86;
  letter-spacing: 0.08em;
  padding: 12px 0;
}

.overlayMenu__conts .main li a span::after {
  content: "";
  background-color: #493932;
  display: block;
  width: 100%;
  height: 1px;
}

.overlayMenu__conts .sns li {
  padding-left: 36px;
  position: relative;
}

.overlayMenu__conts .sns li.instagram::before {
  content: "";
  background: url(../img/icon-instagram--secondary.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 12px;
  left: 0;
  margin-right: 5px;
}

.overlayMenu__conts .sns li.twitter::before {
  content: "";
  background: url(../img/icon-twitter--secondary.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 12px;
  left: 0;
  margin-right: 5px;
}

.overlayMenu__conts .sns li a {
  display: block;
}

.overlayMenu__conts .sns li a span {
  color: #493932;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.86;
  letter-spacing: 0.08em;
  text-decoration: underline;
  padding: 12px 0;
}

.overlayMenu__conts .info::before {
  content: "";
  background-color: #E5E3E2;
  display: block;
  width: 100%;
  height: 1px;
  margin: 30px 0 40px;
}

/*-------------------------------

	2. Footer

-------------------------------*/
.footer__contact {
  background: url(../img/footer-contact-img01.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 180px;
  margin-top: 200px;
}

@media screen and (min-width: 768px) {
  .footer__contact {
    height: 200px;
    margin-top: 220px;
  }
}

@media screen and (min-width: 1024px) {
  .footer__contact {
    height: 230px;
    margin-top: 250px;
  }
}

@media screen and (min-width: 1280px) {
  .footer__contact {
    height: 280px;
    margin-top: 300px;
  }
}

.footer__contact .box {
  background-color: #398B56;
  border-radius: 12px;
  padding: 30px 10%;
  position: relative;
  top: -110px;
}

@media screen and (min-width: 768px) {
  .footer__contact .box {
    padding: 35px 5%;
    top: -110px;
  }
}

@media screen and (min-width: 1024px) {
  .footer__contact .box {
    padding: 50px 14%;
    top: -125px;
  }
}

@media screen and (min-width: 1280px) {
  .footer__contact .box {
    padding: 60px 17.33%;
    top: -140px;
  }
}

.footer__contact .box a {
  color: #fff !important;
}

.footer__conts {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -webkit-column-gap: 44px;
     -moz-column-gap: 44px;
          column-gap: 44px;
  padding: 60px 0 35px;
}

@media screen and (min-width: 768px) {
  .footer__conts {
    -ms-grid-columns: 160px 1fr;
    grid-template-columns: 160px 1fr;
  }
}

@media screen and (min-width: 1024px) {
  .footer__conts {
    -ms-grid-columns: 180px 1fr;
    grid-template-columns: 180px 1fr;
  }
}

@media screen and (min-width: 1280px) {
  .footer__conts {
    -ms-grid-columns: 260px 1fr;
    grid-template-columns: 260px 1fr;
  }
}

.footer__conts__left .logo a img {
  max-width: 150px;
}

@media screen and (min-width: 768px) {
  .footer__conts__left .logo a img {
    max-width: 120px;
  }
}

@media screen and (min-width: 1024px) {
  .footer__conts__left .logo a img {
    max-width: 140px;
  }
}

@media screen and (min-width: 1280px) {
  .footer__conts__left .logo a img {
    max-width: 160px;
  }
}

.footer__conts__right .navi {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -webkit-column-gap: 44px;
     -moz-column-gap: 44px;
          column-gap: 44px;
}

@media screen and (min-width: 768px) {
  .footer__conts__right .navi {
    -ms-grid-columns: 2fr 3fr;
    grid-template-columns: 2fr 3fr;
  }
}

@media screen and (min-width: 1024px) {
  .footer__conts__right .navi {
    -ms-grid-columns: 3fr 2fr;
    grid-template-columns: 3fr 2fr;
  }
}

@media screen and (min-width: 1280px) {
  .footer__conts__right .navi {
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns: 2fr 1fr;
  }
}

.footer__conts__right .navi .ttl {
  color: #398B56;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.02em;
}

.footer__conts__right .navi .main li {
  list-style: none;
}

.footer__conts__right .navi .main li a {
  display: block;
}

.footer__conts__right .navi .main li a span {
  color: #493932;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.86;
  letter-spacing: 0.08em;
  padding: 12px 0;
}

.footer__conts__right .navi .main li a span::after {
  content: "";
  background-color: #493932;
  display: block;
  width: 100%;
  height: 1px;
}

.footer__conts__right .navi .sns li {
  list-style: none;
  padding-left: 36px;
  position: relative;
}

.footer__conts__right .navi .sns li.instagram::before {
  content: "";
  background: url(../img/icon-instagram--secondary.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 12px;
  left: 0;
  margin-right: 5px;
}

.footer__conts__right .navi .sns li.twitter::before {
  content: "";
  background: url(../img/icon-twitter--secondary.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 12px;
  left: 0;
  margin-right: 5px;
}

.footer__conts__right .navi .sns li a {
  display: block;
}

.footer__conts__right .navi .sns li a span {
  color: #493932;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.86;
  letter-spacing: 0.08em;
  text-decoration: underline;
  padding: 12px 0;
}

.footer__conts__right .partition::after {
  content: "";
  background-color: #E5E3E2;
  display: block;
  width: 100%;
  height: 1px;
  margin: 30px 0;
}

@media screen and (min-width: 1024px) {
  .footer__conts__right .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.reserve-fixed {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 99999;
}

.reserve-fixed a img {
  -webkit-filter: drop-shadow(0 2px 10px rgba(73, 57, 50, 0.16));
          filter: drop-shadow(0 2px 10px rgba(73, 57, 50, 0.16));
  max-width: 78px;
}

@media screen and (min-width: 768px) {
  .reserve-fixed a img {
    max-width: 116px;
  }
}

/*-------------------------------

	3. Page

-------------------------------*/
.mv-cafebar {
  background: url(../img/mv-cafebar.jpg) no-repeat center;
  background-size: cover;
}

.mv-sauna {
  background: url(../img/mv-sauna.jpg) no-repeat center;
  background-size: cover;
}

.page-mv {
  margin-top: 68px;
}

@media screen and (min-width: 768px) {
  .page-mv {
    margin-top: 80px;
  }
}

.page-mv__img {
  border-radius: 0 0 0 40px;
  width: 94%;
  height: 160px;
  margin-left: auto;
  position: relative;
}

@media screen and (min-width: 768px) {
  .page-mv__img {
    border-radius: 0 0 0 60px;
    height: 250px;
  }
}

@media screen and (min-width: 1024px) {
  .page-mv__img {
    width: 91.66%;
    height: 290px;
  }
}

@media screen and (min-width: 1280px) {
  .page-mv__img {
    height: 362px;
  }
}

.page-mv__ttl {
  color: #398B56;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
  display: block;
  margin-top: 35px;
}

@media screen and (min-width: 768px) {
  .page-mv__ttl {
    font-size: 38px;
    margin-top: 40px;
  }
}

@media screen and (min-width: 1024px) {
  .page-mv__ttl {
    font-size: 44px;
  }
}

@media screen and (min-width: 1280px) {
  .page-mv__ttl {
    font-size: 48px;
  }
}

.mv-cafebar::after {
  content: "";
  background: url(../img/mv-cafebar-fukidashi.svg) no-repeat;
  background-size: contain;
  width: calc(273px * .75);
  height: calc(46px * .75);
  position: absolute;
  bottom: -17px;
  left: 7.8%;
}

@media screen and (min-width: 768px) {
  .mv-cafebar::after {
    width: calc(273px * .9);
    height: calc(46px * .9);
    bottom: -20px;
  }
}

@media screen and (min-width: 1024px) {
  .mv-cafebar::after {
    width: 273px;
    height: 46px;
    bottom: -23px;
  }
}

.mv-sauna::after {
  content: "";
  background: url(../img/mv-sauna-fukidashi-sm.svg) no-repeat;
  background-size: contain;
  width: calc(273px * .75);
  height: calc(69px * .75);
  position: absolute;
  bottom: -17px;
  left: 7.8%;
}

@media screen and (min-width: 768px) {
  .mv-sauna::after {
    background: url(../img/mv-sauna-fukidashi-lg.svg) no-repeat;
    background-size: contain;
    width: calc(486px * .9);
    height: calc(46px * .9);
    bottom: -20px;
  }
}

@media screen and (min-width: 1024px) {
  .mv-sauna::after {
    width: 486px;
    height: 46px;
    bottom: -23px;
  }
}

.breadcrumbs nav {
  text-align: right;
}

.breadcrumbs nav ol li {
  display: inline-block;
}

.breadcrumbs nav ol li:first-child a span {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.84;
  letter-spacing: 0.08em;
  text-decoration: underline;
}

.breadcrumbs nav ol li:not(:last-child)::after {
  content: "・";
  display: inline-block;
  margin: 0 5px;
}

/*--------------------------------------------------------------
	トップページ
--------------------------------------------------------------*/
.top__mv {
  position: relative;
}

.top__mv .logo {
  position: absolute;
  top: 24px;
  left: 4.3%;
  z-index: 100;
}

.top__mv .logo a img {
  max-width: 165px;
}

.top__mv__slider {
  width: 95%;
  height: calc(100vh - (98px + 68px));
  height: calc(100svh - (98px + 68px));
  margin-top: 68px;
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .top__mv__slider {
    width: 91%;
    height: calc(100vh - (68px + 68px));
    height: calc(100svh - (68px + 68px));
  }
}

@media screen and (min-width: 1024px) {
  .top__mv__slider {
    width: 91%;
    height: calc(100vh - 68px);
    height: calc(100svh - 68px);
    margin-top: 0;
  }
}

.top__mv__slider .contents {
  border-radius: 0 0 0 60px;
  height: calc(100vh - (98px + 68px));
  height: calc(100svh - (98px + 68px));
}

@media screen and (min-width: 768px) {
  .top__mv__slider .contents {
    height: calc(100vh - (68px + 68px));
    height: calc(100svh - (68px + 68px));
  }
}

@media screen and (min-width: 1024px) {
  .top__mv__slider .contents {
    height: calc(100vh - 68px);
    height: calc(100svh - 68px);
    margin-top: 0;
  }
}

.top__mv__slider .contents--01 {
  background: url("../img/top__mv__slider01-sm.jpg") no-repeat center;
  background: url("../img/top__mv__slider01-sm.webp") no-repeat center;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .top__mv__slider .contents--01 {
    background: url("../img/top__mv__slider01-lg.jpg") no-repeat center;
    background: url("../img/top__mv__slider01-lg.webp") no-repeat center;
    background-size: cover;
  }
}

.top__mv__slider .contents--02 {
  background: url("../img/top__mv__slider02-sm.jpg") no-repeat center;
  background: url("../img/top__mv__slider02-sm.webp") no-repeat center;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .top__mv__slider .contents--02 {
    background: url("../img/top__mv__slider02-lg.jpg") no-repeat center;
    background: url("../img/top__mv__slider02-lg.webp") no-repeat center;
    background-size: cover;
  }
}

.top__mv__slider .contents--03 {
  background: url("../img/top__mv__slider03-sm.jpg") no-repeat center;
  background: url("../img/top__mv__slider03-sm.webp") no-repeat center;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .top__mv__slider .contents--03 {
    background: url("../img/top__mv__slider03-lg.jpg") no-repeat center;
    background: url("../img/top__mv__slider03-lg.webp") no-repeat center;
    background-size: cover;
  }
}

.top__mv__slider .contents--04 {
  background: url("../img/top__mv__slider04-sm.jpg") no-repeat center;
  background: url("../img/top__mv__slider04-sm.webp") no-repeat center;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .top__mv__slider .contents--04 {
    background: url("../img/top__mv__slider04-lg.jpg") no-repeat center;
    background: url("../img/top__mv__slider04-lg.webp") no-repeat center;
    background-size: cover;
  }
}

.top__mv__slider .contents .catch {
  color: #fff;
  font-size: 29px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.11em;
  position: absolute;
  bottom: 14%;
  left: 7.8%;
}

@media screen and (min-width: 768px) {
  .top__mv__slider .contents .catch {
    font-size: 44px;
  }
}

@media screen and (min-width: 1024px) {
  .top__mv__slider .contents .catch {
    font-size: 48px;
  }
}

@media screen and (min-width: 1280px) {
  .top__mv__slider .contents .catch {
    font-size: 58px;
  }
}

.top__sns {
  padding: 0 5%;
}

@media screen and (min-width: 768px) {
  .top__sns {
    padding: 0;
  }
}

.top__sns__conts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 98px;
}

@media screen and (min-width: 768px) {
  .top__sns__conts {
    height: 68px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.top__sns__conts .ttl {
  margin-right: 20px;
}

.top__sns__conts ul {
  margin-right: 162px;
}

.top__sns__conts ul li {
  display: inline-block;
  list-style: none;
}

.top__sns__conts ul li:not(:last-child) {
  margin-right: 15px;
}

@media screen and (min-width: 768px) {
  .top__sns__conts ul li:not(:last-child) {
    margin-right: 20px;
  }
}

.top__sns__conts ul li a img {
  width: 40px;
  height: 40px;
}

.top__pre {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#F5F2ED));
  background: linear-gradient(#fff, #F5F2ED);
  margin-bottom: 60px;
}

.top__pre__conts {
  position: relative;
}

@media screen and (min-width: 768px) {
  .top__pre__conts {
    background: url(../img/top__pre-bg-lg.png) no-repeat center;
    background-size: cover;
  }
}

.top__pre__conts::before {
  content: "";
  background: url(../img/top__pre-bg-sm.png) no-repeat center;
  background-size: contain;
  display: block;
  width: 100vw;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.top__pre__conts .image {
  position: relative;
  bottom: -60px;
}

.top__about {
  margin-top: 170px;
}

@media screen and (min-width: 768px) {
  .top__about {
    margin-top: 190px;
  }
}

@media screen and (min-width: 1024px) {
  .top__about {
    margin-top: 210px;
  }
}

@media screen and (min-width: 1280px) {
  .top__about {
    margin-top: 240px;
  }
}

.top__about__president {
  background-color: #EAF3EE;
  border-radius: 12px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  padding: 40px 30px;
  max-width: 992px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media screen and (min-width: 768px) {
  .top__about__president {
    -ms-grid-columns: 29% 40px 1fr;
    grid-template-columns: 29% 1fr;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    padding: 40px;
    margin-top: 120px;
  }
}

@media screen and (min-width: 1024px) {
  .top__about__president {
    margin-top: 140px;
  }
}

@media screen and (min-width: 1280px) {
  .top__about__president {
    margin-top: 160px;
  }
}

.top__about__president::before {
  content: "";
  background: url(../img/top__about__president-fukidashi.svg) no-repeat;
  background-size: contain;
  width: calc(227px * .9);
  height: calc(37px * .9);
  position: absolute;
  top: -17px;
  right: 30px;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .top__about__president::before {
    width: 227px;
    height: 37px;
    top: -18px;
    right: 14%;
  }
}

.top__about__president .tsukashita {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 1024px) {
  .top__about__president .tsukashita {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.top__about__president .tsukashita .txt {
  color: #398B56;
}

@media screen and (min-width: 1024px) {
  .top__about__president .tsukashita .txt {
    padding: 0 12px;
  }
}

@media screen and (min-width: 1024px) {
  .top__about__president .tsukashita .image {
    padding: 0 12px;
  }
}

.top__about__president .tsukashita .image img {
  max-width: 264px;
}

.top__features {
  margin-top: 100px;
}

@media screen and (min-width: 768px) {
  .top__features {
    margin-top: 120px;
  }
}

@media screen and (min-width: 1024px) {
  .top__features {
    margin-top: 140px;
  }
}

@media screen and (min-width: 1280px) {
  .top__features {
    margin-top: 160px;
  }
}

.top__guide {
  background-color: #398B56;
  padding-top: 130px;
  padding-bottom: 80px;
  margin-top: 150px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .top__guide {
    padding-top: 170px;
    padding-bottom: 100px;
    margin-top: 200px;
  }
}

@media screen and (min-width: 1024px) {
  .top__guide {
    padding-top: 210px;
    padding-bottom: 120px;
    margin-top: 260px;
  }
}

@media screen and (min-width: 1280px) {
  .top__guide {
    padding-top: 290px;
    padding-bottom: 140px;
    margin-top: 340px;
  }
}

.top__guide::after {
  content: "";
  background: url(../img/top__guide-img01.png) no-repeat;
  background-size: cover;
  width: calc(2032px * .36);
  height: calc(282px * .36);
  position: absolute;
  top: -4.5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .top__guide::after {
    width: calc(2032px * .52);
    height: calc(282px * .52);
    top: -9%;
  }
}

@media screen and (min-width: 1024px) {
  .top__guide::after {
    width: calc(2032px * .65);
    height: calc(282px * .65);
    top: -9.5%;
  }
}

@media screen and (min-width: 1280px) {
  .top__guide::after {
    width: 2032px;
    height: 282px;
    top: -11.5%;
  }
}

.top__guide .fukidashi {
  position: relative;
}

.top__guide .fukidashi::before {
  content: "";
  background: url(../img/top__guide-fukidashi.svg) no-repeat;
  background-size: contain;
  display: block;
  width: calc(238px * .85);
  height: calc(37px * .85);
  margin: 0 auto 15px;
}

@media screen and (min-width: 768px) {
  .top__guide .fukidashi::before {
    width: 238px;
    height: 37px;
  }
}

.top__guide__conts {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 4px;
}

@media screen and (min-width: 768px) {
  .top__guide__conts {
    -ms-grid-columns: 1fr 4px 1fr;
    grid-template-columns: 1fr 1fr;
    row-gap: 0;
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
  }
}

.top__guide__conts > div .inner {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  margin: auto;
  max-width: 472px;
  height: 100%;
}

.top__guide__conts > div .inner .ttl {
  display: inline-block;
  position: relative;
}

.top__guide__conts > div .inner .ttl::before {
  content: "";
  background: url(../img/arrow01.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  width: calc(23px * .75);
  height: calc(18px * .75);
  margin-right: 10px;
  position: relative;
  top: 0;
}

@media screen and (min-width: 768px) {
  .top__guide__conts > div .inner .ttl::before {
    width: calc(23px * .9);
    height: calc(18px * .9);
    margin-right: 13px;
    top: -2px;
  }
}

@media screen and (min-width: 1024px) {
  .top__guide__conts > div .inner .ttl::before {
    margin-right: 15px;
    top: -5px;
  }
}

@media screen and (min-width: 1280px) {
  .top__guide__conts > div .inner .ttl::before {
    width: 23px;
    height: 18px;
    top: -6px;
  }
}

.top__guide__conts > div .inner .ttl::after {
  content: "";
  background-color: #fff;
  display: block;
  width: 100%;
  height: 2px;
}

.top__guide__conts > div .inner .txt {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.86;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 1024px) {
  .top__guide__conts > div .inner .txt {
    font-size: 15px;
  }
}

.top__guide__conts .cafebar a {
  background: url(../img/top__guide-cafebar-bg.jpg) no-repeat center;
  background-size: cover;
  display: block;
  width: 100%;
  height: 280px;
  padding: 8% 10%;
}

@media screen and (min-width: 1024px) {
  .top__guide__conts .cafebar a {
    height: 340px;
    padding: 9% 10%;
  }
}

@media screen and (min-width: 1280px) {
  .top__guide__conts .cafebar a {
    height: 440px;
  }
}

.top__guide__conts .sauna a {
  background: url(../img/top__guide-sauna-bg.jpg) no-repeat center;
  background-size: cover;
  display: block;
  width: 100%;
  height: 280px;
  padding: 8% 10%;
}

@media screen and (min-width: 1024px) {
  .top__guide__conts .sauna a {
    height: 340px;
    padding: 9% 10%;
  }
}

@media screen and (min-width: 1280px) {
  .top__guide__conts .sauna a {
    height: 440px;
  }
}

.top__guide__conts .sauna a .ttl {
  margin-left: auto;
}

.top__reservation {
  padding: 80px 0;
}

@media screen and (min-width: 768px) {
  .top__reservation {
    padding: 100px 0;
  }
}

@media screen and (min-width: 1024px) {
  .top__reservation {
    padding: 120px 0;
  }
}

@media screen and (min-width: 1280px) {
  .top__reservation {
    padding: 140px 0;
  }
}

/*--------------------------------------------------------------
	カフェバー
--------------------------------------------------------------*/
.cafebar__img {
  height: calc(282px * .36);
  position: relative;
}

@media screen and (min-width: 768px) {
  .cafebar__img {
    height: calc(282px * .52);
  }
}

@media screen and (min-width: 1024px) {
  .cafebar__img {
    height: calc(282px * .65);
  }
}

@media screen and (min-width: 1280px) {
  .cafebar__img {
    height: 282px;
  }
}

.cafebar__img::after {
  content: "";
  background: url(../img/cafebar__img.png) no-repeat;
  background-size: cover;
  width: calc(2032px * .36);
  height: calc(282px * .36);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .cafebar__img::after {
    width: calc(2032px * .52);
    height: calc(282px * .52);
  }
}

@media screen and (min-width: 1024px) {
  .cafebar__img::after {
    width: calc(2032px * .65);
    height: calc(282px * .65);
  }
}

@media screen and (min-width: 1280px) {
  .cafebar__img::after {
    width: 2032px;
    height: 282px;
  }
}

.cafebar__cafe .open,
.cafebar__bar .open {
  border: 2px solid #398B56;
  border-radius: 18px;
  color: #398B56;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
  width: 215px;
  height: 36px;
}

@media screen and (min-width: 768px) {
  .cafebar__cafe .open,
  .cafebar__bar .open {
    font-size: 16px;
  }
}

.cafebar__cafe .open::before,
.cafebar__bar .open::before {
  content: "";
  background: url(../img/icon-time.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.cafebar__cafe .point,
.cafebar__bar .point {
  background-color: #EAF3EE;
  border-radius: 12px;
  padding: 30px 25px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .cafebar__cafe .point,
  .cafebar__bar .point {
    padding: 30px 25px;
  }
}

@media screen and (min-width: 1024px) {
  .cafebar__cafe .point,
  .cafebar__bar .point {
    padding: 40px 30px;
  }
}

.cafebar__cafe .point::before,
.cafebar__bar .point::before {
  content: "";
  background: url(../img/icon-point.png) no-repeat;
  background-size: contain;
  width: 91px;
  height: 37px;
  position: absolute;
  top: -18px;
  left: 30px;
}

.cafebar__cafe .point ul li,
.cafebar__bar .point ul li {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.84;
  letter-spacing: 0.08em;
  list-style: none;
  padding-left: 1.3em;
  position: relative;
}

.cafebar__cafe .point ul li::before,
.cafebar__bar .point ul li::before {
  content: "・";
  position: absolute;
  left: 0;
}

.cafebar__cafe .border img,
.cafebar__bar .border img {
  border: 2px solid #E5E3E2;
}

.cafebar__cafe .partition,
.cafebar__bar .partition {
  border-top: 2px solid #E5E3E2;
  margin-top: 60px;
}

@media screen and (min-width: 1024px) {
  .cafebar__cafe .partition,
  .cafebar__bar .partition {
    margin-top: 80px;
  }
}

/*--------------------------------------------------------------
	さうな
--------------------------------------------------------------*/
.sauna__img {
  height: calc(282px * .36);
  position: relative;
}

@media screen and (min-width: 768px) {
  .sauna__img {
    height: calc(282px * .52);
  }
}

@media screen and (min-width: 1024px) {
  .sauna__img {
    height: calc(282px * .65);
  }
}

@media screen and (min-width: 1280px) {
  .sauna__img {
    height: 282px;
  }
}

.sauna__img::after {
  content: "";
  background: url(../img/sauna__img.png) no-repeat;
  background-size: cover;
  width: calc(2032px * .36);
  height: calc(282px * .36);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .sauna__img::after {
    width: calc(2032px * .52);
    height: calc(282px * .52);
  }
}

@media screen and (min-width: 1024px) {
  .sauna__img::after {
    width: calc(2032px * .65);
    height: calc(282px * .65);
  }
}

@media screen and (min-width: 1280px) {
  .sauna__img::after {
    width: 2032px;
    height: 282px;
  }
}

.sauna__kodawari .point {
  background-color: #EAF3EE;
  border-radius: 12px;
  padding: 30px 25px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .sauna__kodawari .point {
    padding: 30px 25px;
  }
}

@media screen and (min-width: 1024px) {
  .sauna__kodawari .point {
    padding: 40px 30px;
  }
}

.sauna__kodawari .point::before {
  content: "";
  background: url(../img/icon-point.png) no-repeat;
  background-size: contain;
  width: 91px;
  height: 37px;
  position: absolute;
  top: -18px;
  left: 30px;
}

.sauna__kodawari .border img {
  border: 2px solid #E5E3E2;
}

.sauna__kodawari .partition {
  border-top: 2px solid #E5E3E2;
  margin-top: 60px;
}

@media screen and (min-width: 1024px) {
  .sauna__kodawari .partition {
    margin-top: 80px;
  }
}

.sauna__feature .num {
  position: relative;
}

.sauna__feature .num::before {
  content: "01";
  color: #398B56;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.04em;
  position: absolute;
  top: -.67em;
  left: 6%;
}

@media screen and (min-width: 768px) {
  .sauna__feature .num::before {
    font-size: 40px;
  }
}

@media screen and (min-width: 1024px) {
  .sauna__feature .num::before {
    font-size: 48px;
  }
}

@media screen and (min-width: 1280px) {
  .sauna__feature .num::before {
    font-size: 52px;
  }
}

.sauna__feature .num--02::before {
  content: "02";
}

.sauna__feature .num--03::before {
  content: "03";
}

.sauna__feature .box {
  background-color: #EAF3EE;
  border-radius: 12px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr 30px auto;
  grid-template-rows: 1fr auto;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  row-gap: 30px;
  padding: 40px 25px 30px;
  position: relative;
}

.sauna__feature .box > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.sauna__feature .box > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.sauna__feature .box > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.sauna__feature .box > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

@media screen and (min-width: 768px) {
  .sauna__feature .box {
    -ms-grid-columns: 15% 1fr 15%;
    grid-template-columns: 15% 1fr 15%;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    row-gap: initial;
    padding: 40px 30px;
  }
  .sauna__feature .box > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .sauna__feature .box > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .sauna__feature .box > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}

@media screen and (min-width: 1024px) {
  .sauna__feature .box {
    -ms-grid-columns: 14% 1fr 14%;
    grid-template-columns: 14% 1fr 14%;
  }
}

.sauna__feature .box::before {
  content: "";
  background: url(../img/sauna__feature-fukidashi.svg) no-repeat;
  background-size: contain;
  width: calc(324px * .85);
  height: calc(37px * .85);
  position: absolute;
  top: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .sauna__feature .box::before {
    width: 324px;
    height: 37px;
  }
}

.sauna__feature .box .box__center {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 1 / 1 / 2 / 3;
}

.sauna__feature .box .box__left {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 2 / 1 / 3 / 2;
}

.sauna__feature .box .box__right {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 2 / 2 / 3 / 3;
}

@media screen and (min-width: 768px) {
  .sauna__feature .box .box__center {
    grid-area: initial;
  }
  .sauna__feature .box .box__left {
    grid-area: initial;
  }
  .sauna__feature .box .box__right {
    grid-area: initial;
  }
}

.sauna__feature .box .drink {
  text-align: center;
}

@media screen and (min-width: 1280px) {
  .sauna__feature .box .drink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.sauna__feature .box .drink .ttl {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 768px) {
  .sauna__feature .box .drink .ttl {
    font-size: 17px;
  }
}

@media screen and (min-width: 1280px) {
  .sauna__feature .box .drink .ttl {
    font-size: 18px;
  }
}

.sauna__feature .box .txt-link {
  text-align: center;
}

.sauna__feature .box .txt-link a {
  text-decoration: underline;
}
/*# sourceMappingURL=common.css.map */