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

    reset

============================*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated:2010-09-17
Author:Richard Clark - http://richclarkdesign.com 
Twitter:@rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video,
button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

/* add */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
  border: 0;
  border-style: none;
  vertical-align: bottom;
}

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ul, ol, ul li, ol li {
  list-style: none;
}

/*color*/
/* guideline */
/*font-family*/
/*text-shadow*/
/*box-shadow*/
/*media query break point*/
/*gHeader用*/
/*gHeader用*/
/* media query */
a {
  color: #222222;
  text-decoration: none;
}
a:hover, a:focus {
  color: #222222;
}

html {
  font-size: 62.5%;
}

body {
  color: #222222;
  background-color: #eae6e4;
  font-family: "TsukuAOldMinPr6N-M", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (min-width: 769px) {
  body {
    font-size: 1.6rem;
  }
}

button {
  font-family: "TsukuAOldMinPr6N-M", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
}

/* ------------------------------------------------------------
    loading
------------------------------------------------------------ */
#loading {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  background-color: #eae6e4;
  overflow: hidden;
  left: 0;
  top: 0;
  pointer-events: none;
  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;
}
#loading .loading_logo {
  width: 130px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -150%);
          transform: translate(-50%, -150%);
}
@media only screen and (min-width: 769px) {
  #loading .loading_logo {
    width: 180px;
  }
}
#loading #loadingbar {
  width: 100%;
  height: 1px;
}
#loading #loadingbar svg {
  vertical-align: top;
}

.nowloading {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  background-color: #eae6e4;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  pointer-events: none;
}

body.b_loaded .nowloading {
  opacity: 0;
}

@-webkit-keyframes anime_scroll {
  0% {
    height: 0;
    top: 0;
  }
  40% {
    height: 100%;
    top: 0;
  }
  80% {
    height: 0;
    top: 100%;
  }
}

@keyframes anime_scroll {
  0% {
    height: 0;
    top: 0;
  }
  40% {
    height: 100%;
    top: 0;
  }
  80% {
    height: 0;
    top: 100%;
  }
}
/* ------------------------------------------------------------
    display
------------------------------------------------------------ */
.c_show_pc {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .c_show_pc {
    display: block;
  }
}

.c_show_tab {
  display: none;
}
@media only screen and (min-width: 769px) {
  .c_show_tab {
    display: block;
  }
}

@media only screen and (min-width: 769px) {
  .c_show_sp {
    display: none;
  }
}

.c_show_semiwide {
  display: none;
}
@media only screen and (min-width: 1000px) {
  .c_show_semiwide {
    display: block;
  }
}

/* ------------------------------------------------------------
    txt
------------------------------------------------------------ */
.c_txt_notes {
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 769px) {
  .c_txt_notes {
    font-size: 1.1rem;
  }
}

.c_txt_sup {
  vertical-align: text-top;
}

.c_cap_image {
  position: relative;
}

.c_cap, .c_cap_sh, .c_cap_w {
  position: absolute;
  left: 5px;
  bottom: 5px;
  width: calc(100% - 10px);
  text-align: right;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 769px) {
  .c_cap, .c_cap_sh, .c_cap_w {
    font-size: 1.1rem;
  }
}
.c_cap_w {
  color: #fff;
}
.c_cap_sh {
  text-shadow: 0px 0px 3px #000, 0px 0px 3px #000, 0px 0px 5px #000, 0px 0px 10px #000;
}

.c_cap_blw {
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 769px) {
  .c_cap_blw {
    font-size: 1.1rem;
  }
}
.c_cap_blw {
  text-align: right;
  padding: 5px 0 0;
}

.c_cap_out {
  font-size: 1.2rem;
  line-height: 1.4;
  padding-top: 3px;
}

.c_txt_mtmr {
  display: inline-block;
}

.c_txt_en {
  font-family: "EB Garamond", serif;
  font-size: 160%;
  line-height: 1;
}

.c_txt_en_eq {
  font-family: "EB Garamond", serif;
  font-size: 125%;
  line-height: 1;
}

.c_txt_tate {
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  white-space: nowrap;
  letter-spacing: 0.2em;
  /* -webkit-text-orientation: upright;
  text-orientation: upright; */
  -ms-text-combine-horizontal: all; /* for IE Edge */
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", serif; /* YAKUHAN以外 */
  line-height: 2.5;
}
.c_txt_tate .yoko {
  display: inline-block;
  -webkit-writing-mode: lr-tb;
          writing-mode: lr-tb;
  -ms-writing-mode: lr-tb;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.c_txt_tate .yoko.first {
  line-height: 1;
}

/* ------------------------------------------------------------
    block
------------------------------------------------------------ */
.c_block_90 {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.c_block_85 {
  width: 85%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.c_block_90_m {
  width: 90%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.c_block_90_s {
  width: 90%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.c_swrap {
  padding-bottom: 70px;
}
@media only screen and (min-width: 769px) {
  .c_swrap {
    padding-bottom: 140px;
  }
}

.c_swrap_l {
  padding-bottom: 130px;
}
@media only screen and (min-width: 769px) {
  .c_swrap_l {
    padding-bottom: 220px;
  }
}

/* ------------------------------------------------------------
    heading
------------------------------------------------------------ */
.c_heading_l {
  font-size: min(5.2vw, 3.6rem);
  line-height: 1.4;
  font-weight: normal;
  margin-bottom: 30px;
}
.c_heading_l .en {
  font-family: "EB Garamond", serif;
}
.c_heading_l .s_l {
  font-size: 133%;
}
@media only screen and (min-width: 769px) {
  .c_heading_l {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 1000px) {
  .c_heading_l {
    text-align: center;
  }
}

.c_heading_m {
  font-size: min(4.2vw, 2.4rem);
  line-height: 1.5;
  font-weight: normal;
  margin-bottom: 15px;
  color: #b59a5b;
}
@media only screen and (min-width: 769px) {
  .c_heading_m {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1000px) {
  .c_heading_m {
    text-align: center;
  }
}

/* ------------------------------------------------------------
    btn
------------------------------------------------------------ */
/* マウスオーバー */
@media only screen and (min-width: 1200px) {
  .c_link_hover {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .c_link_hover:hover {
    opacity: 0.8;
  }
}

@media only screen and (min-width: 1200px) {
  .c_link_hover_sh {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .c_link_hover_sh:hover {
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  }
}

/* UA_PCのみ */
body:not(.ua_sp) .c_link_tel {
  cursor: default;
  pointer-events: none;
}

.c_btn_en {
  font-family: "EB Garamond", serif;
}

.c_btn_single {
  display: block;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  font-size: clamp(1.5rem, 1.3885714286rem + 0.2857142857vw, 1.8rem);
  line-height: 1.4;
  padding: 0 15px;
  height: 44px;
  text-align: center;
  background: #222222;
  color: #fff;
  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;
}
.c_btn_single:hover, .c_btn_single:focus {
  color: #fff;
}
@media only screen and (min-width: 769px) {
  .c_btn_single {
    height: 56px;
    padding: 0 20px;
  }
}

/* ------------------------------------------------------------
    wappen icon
------------------------------------------------------------ */
.c_icn_new {
  position: absolute;
  left: 0;
  top: 0;
  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;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #93284c;
  color: #fff;
  font-family: "EB Garamond", serif;
  font-size: 1.3rem;
  letter-spacing: 0.08rem;
  line-height: 1;
  padding: 3px 8px;
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  .c_icn_new {
    font-size: 1.6rem;
    padding: 5px 12px;
  }
}

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

.c_acc_link {
  color: #b59a5b;
  font-size: 115%;
  line-height: 1.4;
  display: block;
  padding: 12px 0;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-bottom: 1px solid #b59a5b;
}
.c_acc_link:hover, .c_acc_link:focus {
  color: #b59a5b;
}
@media only screen and (min-width: 769px) {
  .c_acc_link {
    padding: 20px 0;
    font-size: 120%;
  }
}
.c_acc_link .icn {
  position: absolute;
  width: 23px;
  height: 23px;
  right: 15px;
  top: calc(50% - 11px);
  border: 1px solid #b59a5b;
  border-radius: 50%;
  padding: 6px;
}
.c_acc_link .icn_in {
  position: relative;
  width: 100%;
  height: 100%;
}
.c_acc_link .icn_in::before, .c_acc_link .icn_in::after {
  content: "";
  display: block;
  background-color: #b59a5b;
  position: absolute;
}
.c_acc_link .icn_in::before {
  width: 100%;
  height: 1px;
  left: 0;
  top: 4px;
}
.c_acc_link .icn_in::after {
  width: 1px;
  height: 100%;
  left: 4px;
  top: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c_acc_link.js-toggle-open .icn_in::after {
  opacity: 0;
}
@media only screen and (min-width: 1200px) {
  .c_acc_link .icn {
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
  }
  .c_acc_link:hover .icn {
    -webkit-transform: rotate(180deg) scale(1.15);
            transform: rotate(180deg) scale(1.15);
    background-color: #b59a5b;
    -webkit-box-shadow: 0 0 10px rgba(34, 34, 34, 0.2);
            box-shadow: 0 0 10px rgba(34, 34, 34, 0.2);
  }
  .c_acc_link:hover .icn_in::before, .c_acc_link:hover .icn_in::after {
    background-color: #fff;
  }
}

.c_acc_cont {
  padding-top: 10px;
}

/* ------------------------------------------------------------
    modal
------------------------------------------------------------ */
.c_modal_cont {
  display: none;
}

/* ------------------------------------------------------------
    tab
------------------------------------------------------------ */
.c_tab_btn_in {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4px 1fr 4px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  gap: 4px;
}
.c_tab_btn_item {
  width: 100%;
  height: 38px;
  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: "EB Garamond", serif;
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(181, 154, 91, 0.5);
}
.c_tab_btn_item.is-active {
  background-color: #b59a5b;
}
.c_tab_btn_item:not(.is-active) {
  cursor: pointer;
}
@media only screen and (min-width: 769px) {
  .c_tab_btn_in {
    gap: 8px;
  }
  .c_tab_btn_item {
    height: 48px;
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .c_tab_btn_item:not(.is-active) {
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
  }
  .c_tab_btn_item:not(.is-active):hover {
    background-color: #b59a5b;
    color: #fff;
  }
}
.c_tab_cont {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.c_tab_cont_item {
  display: none;
}
.c_tab_cont_item.is-active {
  display: block;
}

/* ------------------------------------------------------------
    anav
------------------------------------------------------------ */
.c_anav_in {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2px 1fr 2px 1fr;
  grid-template-columns: repeat(3, 1fr);
  width: 98%;
  max-width: 932px;
  margin: 0 auto;
  gap: 2px;
}
.c_anav_item {
  width: 100%;
  height: 26px;
  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: "EB Garamond", serif;
  font-size: 1rem;
  letter-spacing: 0.03em;
  line-height: 1;
  background-color: #b59a5b;
  text-align: center;
  padding: 5px;
  border-radius: 100vh;
}
.c_anav_item.current {
  background-color: #75572b;
}
@media only screen and (min-width: 769px) {
  .c_anav_in {
    gap: 6px;
    width: 90%;
  }
  .c_anav_item {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 1000px) {
  .c_anav_in {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
  .c_anav_item {
    height: 38px;
    font-size: 1.4rem;
  }
}

/* ------------------------------------------------------------
    clm
------------------------------------------------------------ */
.c_clm_1 {
  display: -ms-grid;
  display: grid;
  gap: 50px;
}
@media only screen and (min-width: 1200px) {
  .c_clm_1 {
    gap: 60px;
  }
}

.c_clm_2 {
  display: -ms-grid;
  display: grid;
  gap: 50px;
}
@media only screen and (min-width: 1000px) {
  .c_clm_2 {
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 50px 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .c_clm_2 {
    gap: 60px 40px;
  }
}

.c_clm_3 {
  display: -ms-grid;
  display: grid;
  gap: 50px;
}
@media only screen and (min-width: 640px) {
  .c_clm_3 {
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 50px 40px;
  }
}
@media only screen and (min-width: 1000px) {
  .c_clm_3 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 1200px) {
  .c_clm_3 {
    gap: 60px 40px;
  }
}
@media only screen and (min-width: 640px) {
  .c_clm_3_item_x2 {
    grid-column: auto/span 2;
  }
}
@media only screen and (min-width: 640px) {
  .c_clm_3_item_x3 {
    grid-column: auto/span 2;
  }
}
@media only screen and (min-width: 1000px) {
  .c_clm_3_item_x3 {
    grid-column: auto/span 3;
  }
}

.c_clm_4 {
  display: -ms-grid;
  display: grid;
  gap: 50px;
}
@media only screen and (min-width: 640px) {
  .c_clm_4 {
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 50px 40px;
  }
}
@media only screen and (min-width: 1000px) {
  .c_clm_4 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 1200px) {
  .c_clm_4 {
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 60px 40px;
  }
}

/* ------------------------------------------------------------
    GUIDELINE
------------------------------------------------------------ */
.c_menu-btn {
  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;
  line-height: 1;
  max-width: 416px;
  height: 60px;
  background: #b59a5b;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
}
.c_menu-btn:hover, .c_menu-btn:focus {
  color: #fff;
}
.c_menu-btn.btn-clr {
  background: #93284c;
}
@media only screen and (max-width: 768px) {
  .c_menu-btn {
    height: 44px;
  }
}

.c_spCta-btn {
  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;
  line-height: 1;
  width: 100%;
  height: 54px;
  background: #b59a5b;
  color: #fff;
}
.c_spCta-btn:hover, .c_spCta-btn:focus {
  color: #fff;
}
.c_spCta-btn.btn-clr {
  background: #93284c;
}
.c_spCta-btn {
  font-size: 1.5rem;
}

.c_pageMenu-btn {
  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;
  background: #b59a5b;
  color: #fff;
  width: 100%;
  padding: 10px 7px;
  font-size: 1.4rem;
  text-align: center;
}
.c_pageMenu-btn:hover, .c_pageMenu-btn:focus {
  color: #fff;
}
.c_pageMenu-btn.-btnColor {
  background: none;
  color: #333;
  border: solid 1px #aaa;
}
.c_pageMenu-btn.-btnColor:hover, .c_pageMenu-btn.-btnColor:focus {
  background: rgba(255, 255, 255, 0.6);
}
.c_pageMenu-btn.btnColor-clr {
  background: #93284c;
}
.c_pageMenu-btn.full {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media only screen and (min-width: 1200px) {
  .c_pageMenu-btn {
    width: calc((100% - 10px) / 2);
  }
}

.c_new {
  position: relative;
}
.c_new::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #C44E73;
}

.c_icon {
  position: relative;
}
.c_icon__in {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (min-width: 640px) {
  .c_icon__in {
    display: none;
  }
}
@media only screen and (min-width: 640px) {
  .c_icon_semiwide .c_icon__in {
    display: block;
  }
}
@media only screen and (min-width: 1000px) {
  .c_icon_semiwide .c_icon__in {
    display: none;
  }
}

/* -------------------------------------------------------------------------------------------------------------
  Slick
------------------------------------------------------------------------------------------------------------- */
/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/common/loader.svg") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  background-color: rgba(181, 154, 91, 0.8);
  border-radius: 50%;
  z-index: 1;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/common/i_arr_2_w.svg) no-repeat 55% center;
  background-size: 26px;
}
@media only screen and (min-width: 769px) {
  .slick-prev,
  .slick-next {
    height: 50px;
    width: 50px;
  }
  .slick-prev:before,
  .slick-next:before {
    background-size: 10px;
  }
}

.slick-prev {
  left: -15px;
}
@media only screen and (min-width: 769px) {
  .slick-prev {
    left: -25px;
  }
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -10px;
}
.slick-prev:before {
  /* content: $slick-prev-character;
  [dir="rtl"] & {
      content: $slick-next-character;
  } */
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.slick-next {
  right: -15px;
}
@media only screen and (min-width: 769px) {
  .slick-next {
    right: -25px;
  }
}
[dir=rtl] .slick-next {
  left: -10px;
  right: auto;
}
.slick-next:before {
  /* content: $slick-next-character;
  [dir="rtl"] & {
      content: $slick-prev-character;
  } */
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 14px;
  width: 14px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  position: absolute; /* add */
  border: 0;
  background: transparent;
  display: block;
  height: 100%;
  width: 100%;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  /* font-family: $slick-font-family; */
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 1;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  overflow: auto;
  opacity: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}

.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

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

.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

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

.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}

.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}

.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 10000;
}

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

.modaal-close:focus:before,
.modaal-close:focus:after,
.modaal-close:hover:before,
.modaal-close:hover:after {
  background: #000;
}

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

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

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

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

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

.modaal-content-container {
  padding: 30px;
}

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

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}

.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}

.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

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

.modaal-gallery-item {
  display: none;
}

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

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

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 20px;
  font-size: 16px;
  text-align: left;
  color: #fff;
  line-height: 1.8;
}

.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}

.modaal-gallery-control:focus,
.modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}

.modaal-gallery-control:focus:before,
.modaal-gallery-control:focus:after,
.modaal-gallery-control:hover:before,
.modaal-gallery-control:hover:after {
  background: #afb7bc;
}

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

.modaal-gallery-control:before,
.modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
  margin: -5px 0 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-gallery-control:after {
  margin: 5px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

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

.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before,
.modaal-gallery-prev:after {
  left: 22px;
}

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}

.modaal-gallery-prev-outer {
  left: 45px;
}

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

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

.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

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

.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
}

.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    -webkit-transform: none;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before,
  .modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    /*display: none;*/
    font-size: 12px;
    width: 80%;
    margin: 20px 10% 20px;
  }
}
@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* -------------------------------------------------------------------------------------------------------------
sweetalert
------------------------------------------------------------------------------------------------------------- */
body.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
 * Animation
 */
@-webkit-keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10% {
    opacity: 0.5;
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    transform: translateY(145%);
  }
}
@keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10% {
    opacity: 0.5;
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    transform: translateY(145%);
  }
}
.header {
  position: relative;
  width: 100%;
  z-index: 600;
}
.header .logo-bukkenLogo {
  position: absolute;
  top: 30px;
  left: 30px;
  width: auto;
}
.header .logo-bukkenLogo a {
  display: inline-block;
  position: relative;
}
.header .logo-bukkenLogo img {
  height: 65px;
  width: auto;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  .header .logo-bukkenLogo {
    top: 25px;
    left: 20px;
  }
  .header .logo-bukkenLogo img {
    height: 55px;
  }
}
.header .logo .logo-bukkenLogo {
  position: fixed;
}
.header .mContent {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
  visibility: hidden;
  pointer-events: none;
}
.header .mContent .menu__close,
.header .mContent .menu__inner {
  opacity: 0;
  visibility: hidden;
  -webkit-transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
          transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
}
.header .mContent .menu__bg {
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  background: #F4F4F4;
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
          transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
}
.header .mContent.is-visible {
  visibility: visible;
  pointer-events: auto;
}
.header .mContent.is-visible .menu__close,
.header .mContent.is-visible .menu__inner {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s 0.24s;
  transition: 0.3s 0.24s;
}
.header .mContent.is-visible .menu__bg {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  bottom: 0;
}
.header .mContent.is-visible .logo-bukkenLogo a::after {
  opacity: 1;
}
.header .mContent.contentMenu .menu__bg, .header .mContent.infoMenu .menu__bg {
  top: -100%;
  bottom: auto;
}
@media only screen and (max-width: 768px) {
  .header .mContent.contentMenu .menu__bg, .header .mContent.infoMenu .menu__bg {
    top: auto;
    bottom: -100%;
  }
}
.header .mContent.contentMenu.is-visible .menu__bg, .header .mContent.infoMenu.is-visible .menu__bg {
  top: 0;
  bottom: auto;
}
@media only screen and (max-width: 768px) {
  .header .mContent.contentMenu.is-visible .menu__bg, .header .mContent.infoMenu.is-visible .menu__bg {
    top: auto;
    bottom: 0;
  }
}
.header .menu__close {
  position: fixed;
  top: 35px;
  right: 35px;
  z-index: 500;
}
@media only screen and (max-width: 768px) {
  .header .menu__close {
    top: 25px;
    right: 20px;
  }
}
.header .menu__close .menu__close-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
}
.header .menu__close .menu__close-btn .iconBox {
  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: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header .menu__close .menu__close-btn .iconBox:hover, .header .menu__close .menu__close-btn .iconBox:focus {
  background: white;
}
@media only screen and (max-width: 768px) {
  .header .menu__close .menu__close-btn .iconBox {
    width: 32px;
    height: 32px;
  }
}
.header .menu__close .menu__close-btn .iconBox img {
  width: 12px;
  height: 12px;
}
.header .menu__inner {
  position: relative;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
}
.header .menu-contentArea {
  color: #333;
  padding: 150px 0 60px;
  min-height: 520px;
}
@media only screen and (max-width: 768px) {
  .header .menu-contentArea {
    padding: 130px 0 40px;
  }
}
@media only screen and (min-width: 769px) {
  .header .menu-contentArea a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header .menu-contentArea a:hover {
    opacity: 0.85;
  }
}
.header .menu-btnArea {
  margin-top: 16px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.header .menu-btnArea__item {
  -ms-flex-preferred-size: 47.4%;
      flex-basis: 47.4%;
  max-width: 416px;
  margin: 4px;
}
.header .menu-btnArea__item.col1 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.header .menu-btnArea__item p {
  margin-bottom: 20px;
}
.header .menu-ftInfoArea {
  background: #333;
  padding: 50px 0 60px;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .header .menu-ftInfoArea {
    padding: 40px 0 50px;
  }
}
.header .menu-ftInfoArea .contact {
  line-height: 1.6;
}
.header .menu-ftInfoArea .contact_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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 16px;
}
.header .menu-ftInfoArea .contact_info .tel {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.header .menu-ftInfoArea .contact_info .tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: "EB Garamond", serif;
  color: #333;
  background: #fff;
  height: 50px;
}
@media only screen and (max-width: 768px) {
  .header .menu-ftInfoArea .contact_info .tel a {
    font-size: 2.4rem;
    height: 40px;
  }
}
.header .menu-ftInfoArea .contact_info .tel a img {
  width: 40px;
  margin-right: 7px;
  margin-top: -4px;
  -webkit-filter: invert(82%) sepia(0%) saturate(2%) hue-rotate(233deg) brightness(106%) contrast(101%);
          filter: invert(82%) sepia(0%) saturate(2%) hue-rotate(233deg) brightness(106%) contrast(101%);
  vertical-align: baseline;
}
@media only screen and (max-width: 768px) {
  .header .menu-ftInfoArea .contact_info .tel a img {
    width: 30px;
    margin-top: 0;
  }
}
.header .menu-ftInfoArea .contact_info .time {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .header .menu-ftInfoArea .contact_info .time {
    margin-top: 16px;
  }
}
.header .menu-ftInfoArea .contact_info .time .kkc {
  display: inline-block;
  margin-top: 4px;
  padding: 3px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 768px) {
  .header .menu-ftInfoArea .contact_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

#gHeader.clr .logo-bukkenLogo a::after {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#gHeader.clr .logo-bukkenLogo img {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

/* ------------------------------------------------------------
    headerMenuBtn
------------------------------------------------------------ */
.headerMenuBtn {
  position: fixed;
  width: 106px;
  top: 30px;
  right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .headerMenuBtn {
    display: none;
  }
}
.headerMenuBtn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.headerMenuBtn a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.headerMenuBtn__info span {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.headerMenuBtn__info span:hover, .headerMenuBtn__info span:focus {
  background: #fff;
}
.headerMenuBtn__menu {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  padding: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.headerMenuBtn__menu:hover, .headerMenuBtn__menu:focus {
  padding: 2px;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
}
.headerMenuBtn__menu span {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#c8a127), to(#a37e1b));
  background: linear-gradient(to right, #c8a127, #a37e1b);
  font-size: 1.1rem;
  font-family: "EB Garamond", serif;
  color: #fff;
  letter-spacing: 0.04em;
}
.headerMenuBtn .c_new {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.headerMenuBtn .c_new:hover, .headerMenuBtn .c_new:focus {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
}
.headerMenuBtn .c_new::after {
  top: 7px;
  right: 7px;
}

/* ------------------------------------------------------------
    infoMenu
------------------------------------------------------------ */
.infoMenu .menu__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.infoMenu .menu__inner .menu-contentArea {
  min-height: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.infoMenu .infoTitle {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .infoMenu .infoTitle {
    text-align: left;
    line-height: 1;
  }
}
.infoMenu .infoTitle .infoTitle__01 {
  position: relative;
  color: #B3B3B3;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .infoMenu .infoTitle .infoTitle__01 {
    display: block;
    color: #333;
  }
}
.infoMenu .infoTitle .infoTitle__01::before {
  content: "";
  width: 1px;
  height: 54px;
  background: #B3B3B3;
  position: absolute;
  top: -54px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  .infoMenu .infoTitle .infoTitle__01::before {
    display: none;
  }
}
.infoMenu .infoTitle .infoTitle__02 {
  color: #777;
  font-size: 1rem;
}
.infoMenu .infoInnerBox {
  text-align: center;
  margin: 25px 0 0;
}
@media only screen and (max-width: 768px) {
  .infoMenu .infoInnerBox {
    border-top: solid 1px #aaa;
    border-bottom: solid 1px #aaa;
    margin: 16px 0 20px;
    padding: 20px 0;
  }
}
.infoMenu .infoInnerBox .infoInner__in + .infoInner__in {
  margin-top: 25px;
}
.infoMenu .infoInnerBox .infoInner__ttl {
  margin: 0 auto 16px;
  font-size: min(5.8vw, 2.5rem);
  line-height: 1.5;
}
.infoMenu .infoInnerBox .infoInner__ttl .waku {
  display: inline-block;
  vertical-align: middle;
  font-size: min(3.7vw, 1.6rem);
  line-height: 1;
  border: solid 1px rgba(0, 0, 0, 0.25);
  padding: 7px 14px;
  margin: 0 10px 5px;
}
.infoMenu .infoInnerBox .infoInner__ttl .s_s {
  font-size: 80%;
}
@media only screen and (max-width: 768px) {
  .infoMenu .infoInnerBox .infoInner__ttl .waku {
    padding: 5px 10px;
  }
}
.infoMenu .infoInnerBox .infoInner__txt {
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .infoMenu .infoInnerBox .menu-btnArea {
    margin-top: 10px;
  }
}
.infoMenu .menu-bnrArea {
  background: #EBEBEB;
  padding: 50px 0;
}
.infoMenu .menu-bnrArea__bnr {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media only screen and (max-width: 768px) {
  .infoMenu .menu-bnrArea {
    padding: 40px 0;
  }
}
.infoMenu .menu-bnrArea a {
  -ms-flex-preferred-size: 47.4%;
      flex-basis: 47.4%;
  max-width: 378px;
  text-align: center;
  margin: 4px;
}
.infoMenu .menu-bnrArea a.col1 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.infoMenu .infoNews {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .infoMenu .infoNews {
    margin-top: 0;
  }
}
.infoMenu .infoNews .newsDetail {
  background: #fff;
  margin-bottom: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .infoMenu .infoNews .newsDetail {
    display: block;
  }
}
.infoMenu .infoNews .newsDetail .newsDetail__term {
  padding-right: 30px;
  font-family: "EB Garamond", serif;
}
.infoMenu .infoNews .newsDetail .newsDetail__desc p + p {
  margin-top: 0.5em;
}
.infoMenu .infoNews .newsDetail .newsDetail__desc a {
  text-decoration: underline;
  color: #333;
}
.infoMenu .infoNews .newsPick {
  color: #93284c;
  border: solid 1px #93284c;
  font-size: 1.4rem;
  padding: 16px;
  margin-bottom: 32px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .infoMenu .infoNews .newsPick {
    font-size: 1.2rem;
    margin-bottom: 16px;
  }
}
.infoMenu .infoNews .bnr {
  max-width: 720px;
  margin: 0 auto 48px;
}
@media only screen and (max-width: 768px) {
  .infoMenu .infoNews .bnr {
    max-width: 416px;
    margin-bottom: 24px;
  }
}
.infoMenu .infoNews .bnr_notes {
  margin-top: 8px;
}
.infoMenu .infoNews .bnr .seminar {
  max-width: 720px;
  margin: 40px auto 0;
}
.infoMenu .infoNews .bnr .seminar_bnr {
  display: -ms-grid;
  display: grid;
  gap: 8px;
}
.infoMenu .infoNews .bnr .seminar_bnr a {
  display: block;
}
@media only screen and (min-width: 769px) {
  .infoMenu .infoNews .bnr .seminar_bnr {
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}
.infoMenu .infoNews .bnr .seminar_hd {
  text-align: center;
}
.infoMenu .infoNews .bnr .seminar_hd .hd_1 {
  font-size: min(4.8vw, 2.4rem);
  line-height: 1.4;
  border: solid rgba(147, 40, 76, 0.5);
  border-width: 1px 0;
  padding: 0.3em;
  color: #93284c;
}
.infoMenu .infoNews .bnr .seminar_hd .hd_2 {
  line-height: 1.4;
  margin: 8px auto;
}
@media only screen and (min-width: 769px) {
  .infoMenu .infoNews .bnr .seminar_hd .hd_2 {
    margin-bottom: 16px;
  }
}
.infoMenu .infoNews .bnr .seminar_hd .hd_2 .icn {
  display: inline-block;
  line-height: 1;
  padding: 0.3em 0.5em;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  margin: 0.15em 0.3em;
}
.infoMenu .infoNews .bnr .seminar_hd .hd_2 .txt {
  display: inline-block;
  margin: 0.15em 0.3em;
}
.infoMenu .infoNews .bnr .seminar_link {
  text-align: center;
  margin-top: 16px;
}

/* ------------------------------------------------------------
    contentMenu
------------------------------------------------------------ */
.contentMenu .menu-contentArea {
  padding-bottom: 80px;
}
.contentMenu .contentMenu-pageMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.contentMenu .contentMenu-pageMenu .pageMenubox {
  width: 33.33%;
  max-width: 400px;
  padding: 0 18px;
}
@media only screen and (max-width: 1080px) {
  .contentMenu .contentMenu-pageMenu .pageMenubox {
    padding: 0 1.5vw;
  }
}
@media only screen and (max-width: 768px) {
  .contentMenu .contentMenu-pageMenu .pageMenubox {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}
.contentMenu .contentMenu-pageMenu .pageMenubox.-top {
  width: 100%;
  max-width: 1200px;
  padding: 0 24px;
}
@media only screen and (max-width: 1080px) {
  .contentMenu .contentMenu-pageMenu .pageMenubox.-top {
    padding: 0 1.5vw;
  }
}
@media only screen and (max-width: 768px) {
  .contentMenu .contentMenu-pageMenu .pageMenubox.-top {
    padding: 0;
  }
}
.contentMenu .contentMenu-pageMenu .pageMenubox.-top .contentMenu-pageLink {
  width: 11rem;
  border-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .contentMenu .contentMenu-pageMenu .pageMenubox.-top .contentMenu-pageLink {
    width: 100%;
    max-width: 100%;
  }
}
.contentMenu .contentMenu-pageMenu .contentMenu-pageLink,
.contentMenu .contentMenu-pageMenu .contentMenu-pageTitle {
  position: relative;
  display: block;
  padding: 18px 30px 18px 8px;
}
.contentMenu .contentMenu-pageMenu .contentMenu-pageLink::after,
.contentMenu .contentMenu-pageMenu .contentMenu-pageTitle::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media only screen and (max-width: 768px) {
  .contentMenu .contentMenu-pageMenu .contentMenu-pageLink::after,
  .contentMenu .contentMenu-pageMenu .contentMenu-pageTitle::after {
    background-image: url(../img/common/i_arr.svg);
  }
}
@media only screen and (min-width: 769px) {
  .contentMenu .contentMenu-pageMenu .contentMenu-pageList__item + .contentMenu-pageList__item {
    margin-top: 14px;
  }
}
.contentMenu .contentMenu-pageMenu .contentMenu-pageLink {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 769px) {
  .contentMenu .contentMenu-pageMenu .contentMenu-pageLink {
    border-bottom: solid 1px #aaa;
    padding: 14px 30px 14px 8px;
  }
  .contentMenu .contentMenu-pageMenu .contentMenu-pageLink::after {
    background: url(../img/common/i_arr.svg) no-repeat center/contain;
  }
}
.contentMenu .contentMenu-pageMenu .contentMenu-pageTitle.noLinkToggle {
  opacity: 0.4;
}
@media only screen and (max-width: 768px) {
  .contentMenu .contentMenu-pageMenu .contentMenu-pageTitle::after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
}
@media only screen and (max-width: 768px) {
  .contentMenu .contentMenu-pageMenu .contentMenu-pageTitle + .contentMenu-pageMenu__cont {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s;
    transition: max-height 0.3s;
  }
}
@media only screen and (max-width: 768px) {
  .contentMenu .contentMenu-pageMenu .contentMenu-pageTitle.is-active::after {
    -webkit-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
  }
}
@media only screen and (max-width: 768px) {
  .contentMenu .contentMenu-pageMenu .contentMenu-pageTitle.is-active + .contentMenu-pageMenu__cont {
    max-height: 300px;
  }
}
.contentMenu .contentMenu-pageMenu .contentMenu-pageLink__ttl,
.contentMenu .contentMenu-pageMenu .contentMenu-pageTitle__ttl,
.contentMenu .contentMenu-pageMenu .contentMenu-subLink__ttl {
  position: relative;
  color: #333;
  font-size: 1.6rem;
}
@media only screen and (max-width: 1080px) {
  .contentMenu .contentMenu-pageMenu .contentMenu-pageLink__ttl,
  .contentMenu .contentMenu-pageMenu .contentMenu-pageTitle__ttl,
  .contentMenu .contentMenu-pageMenu .contentMenu-subLink__ttl {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 768px) {
  .contentMenu .contentMenu-pageMenu .contentMenu-pageLink__ttl,
  .contentMenu .contentMenu-pageMenu .contentMenu-pageTitle__ttl,
  .contentMenu .contentMenu-pageMenu .contentMenu-subLink__ttl {
    font-size: 1.6rem;
  }
}
.contentMenu .contentMenu-pageMenu .contentMenu-pageLink__ttl .c_new,
.contentMenu .contentMenu-pageMenu .contentMenu-pageTitle__ttl .c_new,
.contentMenu .contentMenu-pageMenu .contentMenu-subLink__ttl .c_new {
  display: inline-block;
  padding-right: 12px;
}
.contentMenu .contentMenu-pageMenu .contentMenu-pageLink__txt,
.contentMenu .contentMenu-pageMenu .contentMenu-pageTitle__txt,
.contentMenu .contentMenu-pageMenu .contentMenu-subLink__txt {
  font-family: "EB Garamond", serif;
  display: block;
  color: #777;
  letter-spacing: 0;
  font-size: 1rem;
  margin: 3px 0;
}
.contentMenu .contentMenu-pageMenu .contentMenu-pageList > li:nth-child(even) {
  margin-top: 24px;
}
@media only screen and (max-width: 768px) {
  .contentMenu .contentMenu-pageMenu .contentMenu-pageList > li:nth-child(even) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .contentMenu .contentMenu-pageMenu .contentMenu-subList {
    margin-bottom: 24px;
  }
}
.contentMenu .contentMenu-pageMenu .contentMenu-subList__item {
  background: #fff;
  margin-bottom: 4px;
  margin-left: 30px;
}
@media only screen and (max-width: 768px) {
  .contentMenu .contentMenu-pageMenu .contentMenu-subList__item {
    margin-left: 10vw;
  }
}
.contentMenu .contentMenu-pageMenu .contentMenu-subList__item:last-child {
  margin-bottom: 0;
}
.contentMenu .contentMenu-pageMenu .contentMenu-subList__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  padding: 12px 10px 12px 12px;
}
@media only screen and (max-width: 1080px) {
  .contentMenu .contentMenu-pageMenu .contentMenu-subList__item a {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .contentMenu .contentMenu-pageMenu .contentMenu-subList__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 10px 14px 12px;
  }
}
.contentMenu .contentMenu-pageMenu .contentMenu-subList__item a .contentMenu-subLink__ttl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.4rem;
}
.contentMenu .contentMenu-pageMenu .contentMenu-subList__item a .contentMenu-subLink__txt {
  width: 95px;
  margin-right: 10px;
}
@media only screen and (max-width: 1080px) {
  .contentMenu .contentMenu-pageMenu .contentMenu-subList__item a .contentMenu-subLink__txt {
    width: 100%;
    margin-top: 0;
    margin-bottom: 4px;
  }
}
@media only screen and (max-width: 768px) {
  .contentMenu .contentMenu-pageMenu .contentMenu-subList__item a .contentMenu-subLink__txt {
    width: 100px;
    margin-top: 2px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .contentMenu .contentMenu-pageMenu .contentMenu-pageList__item {
    border-bottom: solid 1px #aaa;
  }
}
@media only screen and (max-width: 768px) {
  .contentMenu .contentMenu-pageMenu .contentMenu-pageList__item.member {
    border-bottom: none;
  }
}
.contentMenu .contentMenu-pageMenu .contentMenu-pageList__item.member .contentMenu-pageLink {
  background-color: rgba(181, 154, 91, 0.1);
  border-top: solid 1px #aaa;
  border-bottom: solid 1px #aaa;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 24px 0;
}
.contentMenu .contentMenu-pageMenu .contentMenu-pageList__item.member .contentMenu-pageLink:hover, .contentMenu .contentMenu-pageMenu .contentMenu-pageList__item.member .contentMenu-pageLink:focus {
  background-color: rgba(181, 154, 91, 0.2);
}
@media only screen and (max-width: 768px) {
  .contentMenu .contentMenu-pageMenu .contentMenu-pageList__item.member .contentMenu-pageLink {
    margin: 70px 0 24px;
  }
}
.contentMenu .contentMenu-pageMenu .contentMenu-pageList__item.member .contentMenu-pageLink::after {
  background-image: url(../img/common/i_login.svg);
}
.contentMenu .contentMenu-pageMenu .menuContent-subMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px 10px;
  margin-top: 28px;
}
@media only screen and (max-width: 768px) {
  .contentMenu .contentMenu-pageMenu .menuContent-subMenu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contentMenu .contentMenu-pageMenu .menuContent-cvMenu {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contentMenu .contentMenu-pageMenu .menuContent-cvMenu .c_pageMenu-btn {
  padding: 15px 7px;
  font-size: 1.6rem;
}
.contentMenu .contentMenu-pageMenu .menuContent-cvMenu .c_pageMenu-btn:not(.full) {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media only screen and (min-width: 1200px) {
  .contentMenu .contentMenu-pageMenu .menuContent-cvMenu .c_pageMenu-btn:not(.full) {
    -ms-flex-preferred-size: calc((100% - 10px) / 2);
        flex-basis: calc((100% - 10px) / 2);
  }
}
.contentMenu .c_new::after {
  width: 8px;
  height: 8px;
}

/* ------------------------------------------------------------
    fixCvBtn
------------------------------------------------------------ */
.fixCvBtn {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 100;
}
@media only screen and (max-width: 768px) {
  .fixCvBtn {
    display: none !important;
  }
}
.fixCvBtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.05em;
  font-size: 1.5rem;
  line-height: 1;
  background-color: #b59a5b;
  color: #fff;
  padding: 0 32px;
  min-width: 230px;
  height: 42px;
  border-radius: 21px;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.fixCvBtn a:hover, .fixCvBtn a:focus {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  color: #fff;
}
.fixCvBtn a small {
  font-size: 75%;
}

/* ------------------------------------------------------------
    cvMenu
------------------------------------------------------------ */
.cvMenu .menu__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cvMenu .menu-contentArea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cvMenu .menu-contentArea .c_block_90 {
  max-width: 1000px;
}
.cvMenu .menu-btnArea {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0;
  gap: 16px;
}
.cvMenu .menu-btnArea__item .txt {
  font-size: 1.3rem;
  line-height: 1.6;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* ------------------------------------------------------------
    spNavBar
------------------------------------------------------------ */
.spNavBar {
  position: fixed;
  bottom: -1px;
  left: 0;
  width: 100%;
  border-radius: 10px 10px 0 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4px 0 22px 0;
  height: 70px;
  z-index: 200;
}
@media only screen and (min-width: 769px) {
  .spNavBar {
    display: none;
  }
}
.spNavBar__item {
  width: 20%;
}
.spNavBar__item.-menuBtn {
  position: relative;
  top: -14px;
  width: 52px;
  min-width: 52px;
  height: 52px;
  border-radius: 50%;
  overflow: hidden;
  padding: 4px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
}
.spNavBar__item.-menuBtn .circle {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#c8a127), to(#a37e1b));
  background: linear-gradient(to right, #c8a127, #a37e1b);
}
.spNavBar__item.-menuBtn .circle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "MENU";
  font-size: 1.1rem;
  font-family: "EB Garamond", serif;
  color: #fff;
  letter-spacing: 0.04em;
}
.spNavBar__item a {
  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;
  text-align: center;
  height: 100%;
}
.spNavBar__item a .item-in {
  height: 46px;
}
.spNavBar__item a .item-in .icon {
  position: relative;
  width: 30px;
  height: 30px;
  margin: 0 auto 4px;
}
.spNavBar__item a .item-in p {
  font-size: 9px;
  letter-spacing: -0.02em;
  color: #595757;
  white-space: nowrap;
  line-height: 1;
}
.spNavBar .c_new::after {
  top: 4px;
  right: -2px;
}

/* ------------------------------------------------------------
    spContent
------------------------------------------------------------ */
.spContent {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 600;
  opacity: 0;
  pointer-events: none;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
.spContent.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.spContent.is-visible .spContentBtnBox {
  bottom: -1px;
}

.spContent__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.spContentBtnBox {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 8px 8px 42px 8px;
  border-radius: 8px 8px 0 0;
  letter-spacing: 0.05em;
  -webkit-transition: bottom 0.3s;
  transition: bottom 0.3s;
}
.spContentBtnBox li {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 6px;
  overflow: hidden;
}
.spContentBtnBox li:last-child {
  margin-bottom: 0;
}
.spContentBtnBox li .tel__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-bottom: 2px;
}
.spContentBtnBox li .tel__tel span {
  font-family: "EB Garamond", serif;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
.spContentBtnBox li .tel__tel img {
  width: 26px;
  margin-right: 4px;
}
.spContentBtnBox li .tel__time {
  letter-spacing: 0;
  font-size: 1rem;
}
.spContentBtnBox::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60px;
  height: 2px;
  border-radius: 1px;
  background: #fff;
}
.spContentBtnBox .kkc {
  margin-top: 6px;
  font-size: 1.1rem;
  line-height: 1.4;
  text-align: center;
}
.spContentBtnBox .name {
  font-size: 1.3rem;
  line-height: 1.5;
  padding-top: 15px;
  margin-bottom: 10px;
}
.spContentBtnBox .time {
  font-size: 1.1rem;
  line-height: 1.5;
  margin-top: 10px;
}

body.is-hidden,
html.is-hidden {
  overflow: hidden;
}

/* ------------------------------------------------------------
    sp alert
------------------------------------------------------------ */
.spAlert {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  font-family: "TsukuAOldMinPr6N-M", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  visibility: hidden;
  width: 100vw;
  z-index: 99999;
  /* &.landscape {
      display: flex;
      opacity: 1;
      visibility: visible;
  } */
}

.spAlert__inner {
  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;
  pointer-events: none;
  position: relative;
  z-index: 2;
}

.spAlertMsg {
  color: #fff;
  font-size: 2.1vw;
  letter-spacing: 0.15em;
  line-height: 1;
  margin-top: 6.5vh;
}

.spAlert .svgIcon {
  margin: 0 auto;
  width: 23%;
  min-width: 81.5px;
}

.spAlert .svgIcon__path {
  fill: none;
  stroke: #ffffff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-width: 17;
}

/* ------------------------------------------------------------
    link
------------------------------------------------------------ */
.noLink {
  pointer-events: none !important;
  opacity: 0.4;
}

/* ------------------------------------------------------------
    notes_last
------------------------------------------------------------ */
.s_notes_last .c_txt_notes {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0;
  line-height: 1.6;
}
@media only screen and (min-width: 769px) {
  .s_notes_last .c_txt_notes {
    padding: 60px 0;
  }
}

/* ------------------------------------------------------------
    footer
------------------------------------------------------------ */
/* contact
---------------------------------------- */
footer {
  letter-spacing: 0.06em;
  line-height: 1.5;
  overflow: hidden;
}

.foot_contact {
  padding: 40px 0;
  background-color: #000;
  color: #fff;
}
.foot_contact:hover, .foot_contact:focus {
  color: #fff;
}
.foot_contact .contact_info {
  text-align: center;
}
.foot_contact .contact_info img {
  width: 34px;
  margin-right: 7px;
}
.foot_contact .contact_info .tel {
  margin: 10px 0;
}
.foot_contact .contact_info .tel a {
  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: 100%;
  max-width: 324px;
  margin: 0 auto;
  font-size: 3.2rem;
  font-family: "EB Garamond", serif;
  color: #fff;
  border: solid 1px #fff;
  padding: 2px;
}
.foot_contact .contact_info .tel a:hover, .foot_contact .contact_info .tel a:focus {
  color: #fff;
}
.foot_contact .contact_info .time {
  font-size: 86%;
  margin-right: 5px;
}
.foot_contact .contact_info .time_in {
  margin: 0 5px;
}
.foot_contact .contact_info .kkc {
  display: inline-block;
  margin-top: 8px;
  padding-top: 5px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.foot_contact .contact_cal {
  width: 80%;
  max-width: 283px;
  margin: 40px auto;
}
.foot_contact .staff {
  width: 50%;
  max-width: 200px;
  margin: 30px auto 0;
}
.foot_contact .staff img {
  vertical-align: bottom;
}
@media only screen and (min-width: 769px) {
  .foot_contact {
    padding: 55px 0;
  }
  .foot_contact .c_block_90 {
    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;
  }
  .foot_contact .contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 88%;
  }
  .foot_contact .contact_info {
    text-align: left;
  }
  .foot_contact .contact_info .tel a {
    margin: 0;
    width: 324px;
  }
  .foot_contact .contact_info .time_in {
    margin: 0 15px 0 0;
  }
  .foot_contact .contact_cal {
    margin: 0 0 0 50px;
  }
  .foot_contact .staff {
    width: 200px;
    margin: 0 0 0 30px;
  }
}
@media only screen and (min-width: 1000px) {
  .foot_contact .contact_info .cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 15px;
  }
  .foot_contact .contact_info .tel {
    margin: 0 20px 0 0;
  }
}

.foot_cpbnr {
  padding: 0 0 40px;
}
@media only screen and (min-width: 769px) {
  .foot_cpbnr {
    padding: 0 0 60px;
  }
}
.foot_cpbnr .bnr {
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
}
.foot_cpbnr .bnr_img {
  margin-bottom: 15px;
}
@media only screen and (min-width: 769px) {
  .foot_cpbnr .bnr {
    max-width: 800px;
  }
  .foot_cpbnr .bnr_img {
    margin-bottom: 15px;
  }
}
.foot_cpbnr img {
  vertical-align: bottom;
}
.foot_cpbnr .bnr_travel {
  position: relative;
  margin-bottom: 15px;
}
.foot_cpbnr .bnr_travel_btn {
  position: absolute;
}
.foot_cpbnr .bnr_travel .btn_01 {
  width: 51.746%;
  left: 4.126%;
  top: 88.5%;
}
.foot_cpbnr .bnr_travel .btn_02 {
  width: 38.095%;
  left: 57.777%;
  top: 88.5%;
}
@media only screen and (min-width: 769px) {
  .foot_cpbnr .bnr_travel .btn_01 {
    width: 28%;
    left: 48.125%;
    top: 78.5%;
  }
  .foot_cpbnr .bnr_travel .btn_02 {
    width: 20.5%;
    left: 77.375%;
    top: 78.5%;
  }
}
.foot_cpbnr #geo--cpsys--banner .geo--cpsys--link + .geo--cpsys--link span {
  margin-top: 15px;
}

.foot_geo {
  background-color: #333;
  padding: 15px 0 25px;
}
.foot_geo .link_geo li {
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}
.foot_geo .link_geo li a {
  display: block;
  padding: 12px 0;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
}
.foot_geo .link_geo li a:hover, .foot_geo .link_geo li a:focus {
  color: #fff;
}
.foot_geo .link_geo li a span {
  display: inline-block;
  background: url("../img/common/i_arr_w.svg") no-repeat left center;
  background-size: 6px;
  padding-left: 13px;
}
@media only screen and (min-width: 769px) {
  .foot_geo .link_geo li {
    border: none;
    display: inline-block;
    margin-right: 24px;
  }
  .foot_geo .link_geo li:last-child {
    margin-right: 0;
  }
  .foot_geo .link_geo li a {
    display: inline-block;
    padding: 5px 5px 5px 0;
    font-size: 1.3rem;
  }
  .foot_geo .link_geo li a span {
    background-size: 7px;
  }
}

.foot_copy small {
  font-family: "EB Garamond", serif;
  font-size: 1.2rem;
  display: block;
  padding: 20px 0;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .foot_copy small {
    padding: 15px 0 90px;
    text-align: center;
  }
}

.ft_bnrArea {
  margin: 60px auto;
}
@media only screen and (max-width: 768px) {
  .ft_bnrArea {
    margin: 40px auto;
  }
}
.ft_bnrArea .bnr {
  margin-bottom: 15px;
}
.ft_bnrArea img {
  vertical-align: top;
}

/* ------------------------------------------------------------
    page top
------------------------------------------------------------ */
.pageTop {
  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: 100%;
  background: #6b6b6b;
  height: 42px;
  font-family: "EB Garamond", serif;
  color: #fff;
  letter-spacing: 0;
  cursor: pointer;
  font-size: 1.2rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pageTop:hover, .pageTop:focus {
  background: rgba(107, 107, 107, 0.9);
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .pageTop {
    height: 38px;
    font-size: 1.1rem;
  }
}
.pageTop__img {
  margin-right: 6px;
  width: 18px;
}
@media only screen and (max-width: 768px) {
  .pageTop__img {
    width: 14px;
  }
}

/* ------------------------------------------------------------
    main
------------------------------------------------------------ */
main {
  display: block;
}

.contents {
  width: 100%;
}

/* ------------------------------------------------------------
    TTL
------------------------------------------------------------ */
.p_pagettl {
  height: clamp(180px, 135.4285714286px + 11.4285714286vw, 300px);
  padding: 0 clamp(20px, 12.5714285714px + 1.9047619048vw, 40px);
  display: -ms-grid;
  display: grid;
  place-content: center;
  padding-top: 80px;
}
.p_pagettl .lbl {
  text-align: center;
}
.p_pagettl .lbl_en {
  font-family: "EB Garamond", serif;
  font-size: clamp(3rem, 1.44rem + 4vw, 7.2rem);
  line-height: 0.8;
}
.p_pagettl .lbl_ja {
  font-size: clamp(1.2rem, 0.9028571429rem + 0.7619047619vw, 2rem);
  line-height: 1;
  margin-top: 0.5em;
}

/* ------------------------------------------------------------
    CTA
------------------------------------------------------------ */
.p_cta {
  padding: 50px 0;
}
@media only screen and (min-width: 769px) {
  .p_cta {
    padding: 75px 0;
  }
}
.p_cta_box {
  display: -ms-grid;
  display: grid;
  max-width: 1200px;
  gap: 30px;
  text-align: center;
  width: 90%;
  margin: auto;
}
@media only screen and (min-width: 769px) {
  .p_cta_box {
    -ms-grid-columns: 755fr 420fr;
    grid-template-columns: 755fr 420fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
  }
}
.p_cta_action .txt_main {
  font-size: min(6vw, 3rem);
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.3rem;
}
.p_cta_action .txt_sub {
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.5;
  margin-top: 8px;
}
@media only screen and (min-width: 769px) {
  .p_cta_action .txt_sub {
    font-size: 1.4rem;
  }
}
.p_cta_action .link {
  margin-top: 16px;
}

/* ------------------------------------------------------------
    PLAN common
------------------------------------------------------------ */
.p_plan_index_list {
  display: -ms-grid;
  display: grid;
  gap: 25px;
  margin: auto;
}
@media only screen and (min-width: 769px) {
  .p_plan_index_list {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
    gap: 30px;
  }
}
.p_plan_index_list {
  /* @include bp(semiwide){
    grid-template-columns: 1fr 1fr 1fr;
  } */
}
.p_plan_index_list_item > a {
  display: block;
  height: 100%;
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  padding: 35px 20px;
  text-align: center;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
@media only screen and (min-width: 1200px) {
  .p_plan_index_list_item > a:hover {
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
}
.p_plan_index_list_item .spec {
  line-height: 1;
}
.p_plan_index_list_item .spec_type {
  color: #b59a5b;
  font-family: "EB Garamond", serif;
  font-size: min(4.8vw, 2rem);
  line-height: 0.8;
}
.p_plan_index_list_item .spec_type__in {
  display: inline-block;
  border-bottom: solid 1px #b59a5b;
  padding-bottom: 1rem;
}
.p_plan_index_list_item .spec_type .letter {
  font-size: 170%;
}
.p_plan_index_list_item .spec_type .menu {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  margin-left: 0.8em;
  padding-left: 0.8em;
  border-left: solid 1px rgba(181, 154, 91, 0.5);
}
@media only screen and (min-width: 769px) {
  .p_plan_index_list_item .spec_type .menu {
    font-size: 1.6rem;
  }
}
.p_plan_index_list_item .spec_madori {
  font-family: "EB Garamond", serif;
  font-size: min(6.4vw, 2.4rem);
  margin: 10px auto;
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
}
.p_plan_index_list_item .spec_madori .num {
  font-family: "EB Garamond", serif;
  font-size: 138%;
}
.p_plan_index_list_item .spec_menseki .hd {
  font-size: 1.1rem;
  letter-spacing: 0.05rem;
}
.p_plan_index_list_item .spec_menseki .value {
  font-family: "EB Garamond", serif;
  font-size: min(6.4vw, 2.6rem);
}
.p_plan_index_list_item .spec_menseki .value .s_l {
  font-family: "EB Garamond", serif;
  font-size: 138%;
}
.p_plan_index_list_item .layout {
  width: 85%;
  max-width: 300px;
  margin: 15px auto;
}
.p_plan_index_list_item .link .c_btn_round {
  width: 90%;
  max-width: 240px;
  height: 40px;
}
@media only screen and (min-width: 769px) {
  .p_plan_index_list_item .link .c_btn_round {
    height: 44px;
  }
}

.p_plan_hanrei {
  margin: 10px auto;
}
.p_plan_hanrei li {
  display: inline-block;
  margin: 0 14px 7px 0;
}
.p_plan_hanrei .heat, .p_plan_hanrei .sto, .p_plan_hanrei .water {
  display: inline-block;
  width: 34px;
  height: 11px;
  margin-right: 4px;
  vertical-align: middle;
  border: solid 1px rgba(0, 0, 0, 0.08);
}
.p_plan_hanrei .heat {
  background-color: #faebea;
}
.p_plan_hanrei .sto {
  background-color: #e7e0c4;
}
.p_plan_hanrei .water {
  background-color: #d0e7e6;
}
.p_plan_hanrei .sun img, .p_plan_hanrei .wind img {
  width: 46px;
  margin-right: 4px;
  vertical-align: middle;
}

.p_plan_index_hanrei {
  margin-top: 30px;
}
@media only screen and (min-width: 769px) {
  .p_plan_index_hanrei {
    margin-top: 40px;
  }
}

/* plan_detail */
.p_plan_detail_box {
  background-color: #fff;
  padding: 9% 5% 5%;
}
@media only screen and (min-width: 1200px) {
  .p_plan_detail_box {
    padding: 60px;
  }
}
.p_plan_detail_box__in {
  max-width: 1050px;
  margin: auto;
}
.p_plan_detail_box .type {
  color: #b59a5b;
  font-family: "EB Garamond", serif;
  font-size: min(5.4vw, 3.2rem);
  line-height: 0.8;
  text-align: center;
}
.p_plan_detail_box .type__in {
  display: inline-block;
  border-bottom: solid 1px #b59a5b;
  padding-bottom: min(2.6vw, 1.6rem);
}
.p_plan_detail_box .type .letter {
  font-size: 170%;
}
.p_plan_detail_box .type .menu {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  margin-left: 0.8em;
  padding-left: 0.8em;
  border-left: solid 1px rgba(181, 154, 91, 0.5);
}
@media only screen and (min-width: 769px) {
  .p_plan_detail_box .type .menu {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .p_plan_detail_box .cont {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 4.5fr 45px 5.5fr;
    grid-template-columns: 4.5fr 5.5fr;
    gap: 45px;
    margin-top: 50px;
  }
}
.p_plan_detail_box .cont .spec {
  line-height: 1;
}
.p_plan_detail_box .cont .spec_madori {
  font-family: "EB Garamond", serif;
  font-size: min(6.8vw, 4rem);
  margin: 17px 0 0;
}
.p_plan_detail_box .cont .spec_madori .num {
  font-family: "EB Garamond", serif;
  font-size: 138%;
}
@media only screen and (min-width: 769px) {
  .p_plan_detail_box .cont .spec_madori {
    margin-top: 35px;
  }
}
@media only screen and (min-width: 1200px) {
  .p_plan_detail_box .cont .spec_madori {
    margin-top: 0;
  }
}
.p_plan_detail_box .cont .spec_madori_notes {
  font-size: 1.1rem;
  letter-spacing: 0.05rem;
  margin-top: 3px;
}
@media only screen and (min-width: 769px) {
  .p_plan_detail_box .cont .spec_madori_notes {
    font-size: 1.2rem;
  }
}
.p_plan_detail_box .cont .spec_menseki {
  margin: 17px 0 0;
}
@media only screen and (min-width: 769px) {
  .p_plan_detail_box .cont .spec_menseki {
    margin-top: 35px;
  }
}
.p_plan_detail_box .cont .spec_menseki .hd {
  font-size: 1.2rem;
  letter-spacing: 0.05rem;
}
@media only screen and (min-width: 769px) {
  .p_plan_detail_box .cont .spec_menseki .hd {
    font-size: 1.4rem;
  }
}
.p_plan_detail_box .cont .spec_menseki .value {
  font-size: min(6.8vw, 4rem);
}
.p_plan_detail_box .cont .spec_menseki .value .en {
  font-family: "EB Garamond", serif;
}
.p_plan_detail_box .cont .spec_menseki .value .s_l {
  font-family: "EB Garamond", serif;
  font-size: 138%;
}
.p_plan_detail_box .cont .spec_menseki .value .s_s {
  font-size: 1.2rem;
  letter-spacing: 0.05rem;
}
@media only screen and (min-width: 769px) {
  .p_plan_detail_box .cont .spec_menseki .value .s_s {
    font-size: 1.4rem;
  }
}
.p_plan_detail_box .cont .spec_menseki .sub {
  font-size: 1.2rem;
  line-height: 1.4;
  margin: 10px 0 0;
}
@media only screen and (min-width: 769px) {
  .p_plan_detail_box .cont .spec_menseki .sub {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.p_plan_detail_box .cont .spec_feature {
  border: solid rgba(0, 0, 0, 0.3);
  border-width: 1px 0;
  padding: 12px 0;
  margin-top: 17px;
}
.p_plan_detail_box .cont .spec_feature li {
  line-height: 1.5;
  background: url(../img/common/i_list.svg) no-repeat 0 0.5rem;
  background-size: 12px;
  padding-left: 17px;
}
.p_plan_detail_box .cont .spec_feature li + li {
  margin-top: 5px;
}
@media only screen and (min-width: 769px) {
  .p_plan_detail_box .cont .spec_feature {
    margin-top: 35px;
    padding: 20px 0;
  }
  .p_plan_detail_box .cont .spec_feature li + li {
    margin-top: 8px;
  }
}
.p_plan_detail_box .cont .layout {
  margin: 25px auto 0;
  max-width: 490px;
}
@media only screen and (min-width: 769px) {
  .p_plan_detail_box .cont .layout {
    margin-top: 35px;
  }
}
@media only screen and (min-width: 1200px) {
  .p_plan_detail_box .cont .layout {
    margin-top: 0;
  }
}

.p_plan_detail_hanrei {
  margin-top: 20px;
}
@media only screen and (min-width: 769px) {
  .p_plan_detail_hanrei {
    margin-top: 30px;
  }
}

.p_plan_nav {
  max-width: 1000px;
  margin: 25px auto 0;
  display: -ms-grid;
  display: grid;
  gap: 16px;
}
@media only screen and (min-width: 769px) {
  .p_plan_nav {
    margin-top: 50px;
  }
}
.p_plan_nav_box {
  display: -ms-grid;
  display: grid;
  gap: 4px;
}
@media only screen and (min-width: 769px) {
  .p_plan_nav_box {
    -ms-grid-columns: 6.5em 1fr;
    grid-template-columns: 6.5em 1fr;
  }
}
.p_plan_nav_hd {
  line-height: 1;
  letter-spacing: 0.05em;
  position: relative;
}
.p_plan_nav_hd::after {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.p_plan_nav_hd {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 0.5em 1fr;
  grid-template-columns: auto 1fr;
  gap: 0.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p_plan_nav_hd::after {
  height: 1px;
  background: rgba(0, 0, 0, 0.15);
  position: relative;
  width: auto;
}
.p_plan_nav_hd .s_num {
  font-family: "EB Garamond", serif;
  font-size: 130%;
}
@media only screen and (min-width: 769px) {
  .p_plan_nav_hd {
    -ms-grid-columns: 5em 1fr;
    grid-template-columns: 5em 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .p_plan_nav_hd::after {
    width: 1px;
    height: calc(100% - 6px);
    margin-top: 3px;
  }
  .p_plan_nav_hd > p {
    margin-top: 14px;
  }
}
.p_plan_nav_list {
  margin: 0 -3px 0;
}
.p_plan_nav_list_item {
  display: inline-block;
  margin: 3px;
  font-family: "EB Garamond", serif;
  line-height: 1;
  font-size: 1.5rem;
  letter-spacing: 0;
}
@media only screen and (min-width: 769px) {
  .p_plan_nav_list_item {
    font-size: 1.8rem;
  }
}
.p_plan_nav_list_item a {
  display: inline-block;
  background-color: #b59a5b;
  border: solid 1px #b59a5b;
  color: #fff;
  padding: 8px 12px;
  border-radius: 30px;
}
.p_plan_nav_list_item a:hover, .p_plan_nav_list_item a:focus {
  color: #fff;
}
.p_plan_nav_list_item a.current {
  background-color: #fff;
  border: solid 1px #fff;
  color: #b59a5b;
}
.p_plan_nav_list_item a.current:hover, .p_plan_nav_list_item a.current:focus {
  color: #b59a5b;
}
.p_plan_nav_list_item a:not(.current) {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.p_plan_nav_list_item a:not(.current):hover {
  background-color: rgba(181, 154, 91, 0.8);
}
@media only screen and (min-width: 769px) {
  .p_plan_nav_list_item a {
    padding: 11px 27px;
  }
}
.p_plan_nav_list_item .type {
  margin-right: 5px;
}
.p_plan_nav_list_item .s_s {
  font-size: 75%;
}
.p_plan_nav_back {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-top: 25px;
}
@media only screen and (min-width: 769px) {
  .p_plan_nav_back {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .p_plan_nav_back {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* ------------------------------------------------------------
    PAGE NAV
------------------------------------------------------------ */
.p_pnav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 95%;
  max-width: 1000px;
  margin: auto;
}
.p_pnav_list_item {
  width: 32.3333333333%;
  margin: 0.5%;
}
@media only screen and (min-width: 769px) {
  .p_pnav_list_item {
    width: 19.5%;
    margin: 0.25%;
  }
}
.p_pnav_list_item .c_btn_round {
  width: 100%;
  font-size: 1.2rem;
  letter-spacing: 0.05rem;
  padding: 0 15px;
  height: 38px;
}
.p_pnav_list_item .c_btn_round .dot {
  right: 15px;
}
@media only screen and (min-width: 769px) {
  .p_pnav_list_item .c_btn_round {
    height: 48px;
  }
}
@media only screen and (min-width: 1000px) {
  .p_pnav_list_item .c_btn_round {
    font-size: 1.4rem;
    padding: 0 25px;
  }
  .p_pnav_list_item .c_btn_round .dot {
    right: 25px;
  }
}

/* ------------------------------------------------------------
    LOGIN
------------------------------------------------------------ */
.p_login__in {
  padding: 12% 6% 12%;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  .p_login__in {
    padding: 80px 40px;
  }
}
.p_login_form {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.p_login_form #member_pass {
  width: 100%;
  max-width: 450px;
  background-color: #fff;
  border: none;
  height: 50px;
  line-height: 1;
  border-radius: 0;
  padding: 0 20px;
}
.p_login_form #member_pass:focus {
  outline: none;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
}
.p_login_form #member_pass::-webkit-input-placeholder {
  font-size: 110%;
  font-family: "TsukuAOldMinPr6N-M", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  color: rgba(34, 34, 34, 0.5);
}
.p_login_form #member_pass::-moz-placeholder {
  font-size: 110%;
  font-family: "TsukuAOldMinPr6N-M", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  color: rgba(34, 34, 34, 0.5);
}
.p_login_form #member_pass:-ms-input-placeholder {
  font-size: 110%;
  font-family: "TsukuAOldMinPr6N-M", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  color: rgba(34, 34, 34, 0.5);
}
.p_login_form #member_pass::-ms-input-placeholder {
  font-size: 110%;
  font-family: "TsukuAOldMinPr6N-M", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  color: rgba(34, 34, 34, 0.5);
}
.p_login_form #member_pass::placeholder {
  font-size: 110%;
  font-family: "TsukuAOldMinPr6N-M", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  color: rgba(34, 34, 34, 0.5);
}
.p_login_form #member_pass::-ms-input-placeholder {
  font-size: 100%; /* Edge */
  font-family: "TsukuAOldMinPr6N-M", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  color: #b59a5b;
}
.p_login_form #member_submit {
  width: 70%;
  height: 50px;
  max-width: 170px;
  font-family: "TsukuAOldMinPr6N-M", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  cursor: pointer;
}
@media only screen and (min-width: 769px) {
  .p_login_form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .p_login_form #member_pass {
    height: 66px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p_login_form #member_pass::-webkit-input-placeholder {
    font-size: 120%;
  }
  .p_login_form #member_pass::-moz-placeholder {
    font-size: 120%;
  }
  .p_login_form #member_pass:-ms-input-placeholder {
    font-size: 120%;
  }
  .p_login_form #member_pass::-ms-input-placeholder {
    font-size: 120%;
  }
  .p_login_form #member_pass::placeholder {
    font-size: 120%;
  }
  .p_login_form #member_pass::-ms-input-placeholder {
    font-size: 120%; /* Edge */
  }
  .p_login_form #member_submit {
    height: 66px;
    border-radius: 33px;
  }
}
.p_login_txt {
  line-height: 1.5;
  margin: 24px auto 0;
  max-width: 1000px;
  color: #fff;
}
@media only screen and (min-width: 769px) {
  .p_login_txt {
    font-size: 1.8rem;
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1000px) {
  .p_login_txt {
    text-align: center;
  }
}
.p_login_news {
  margin-top: 40px;
}
@media only screen and (min-width: 769px) {
  .p_login_news {
    margin-top: 64px;
  }
}
.p_login_news_box {
  max-width: 786px;
  margin: 0 auto;
  background: #dbccae;
  background: rgba(0, 0, 0, 0.15);
  position: relative;
  padding: min(6%, 32px);
}
.p_login_news_box_ttl {
  width: min(28%, 146px);
  position: absolute;
  left: 4%;
  top: -8px;
}
.p_login_news_box_cont {
  text-align: center;
}
.p_login_news_box_cont .hd {
  color: #b59a5b;
  line-height: 1.5;
}
.p_login_news_box_cont .hd_1 {
  font-size: 1.6rem;
}
.p_login_news_box_cont .hd_2 {
  font-size: 2rem;
  margin-top: 0.2em;
}
@media only screen and (min-width: 769px) {
  .p_login_news_box_cont .hd_1 {
    font-size: 1.8rem;
  }
  .p_login_news_box_cont .hd_2 {
    font-size: 2.4rem;
  }
}
.p_login_news_box_cont .txt {
  color: #fff;
  margin-top: 0.5em;
}

/* ------------------------------------------------------------
    nav_parent
------------------------------------------------------------ */
.p_nav_parent {
  margin-top: 40px;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .p_nav_parent {
    margin-top: 60px;
  }
}
/*# sourceMappingURL=global.css.map */