@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap");
/* bootstrap.css基本の打消し（同じclass名での書き換え）
---------------------------------------------------- */
* {
  margin: 0px;
  padding: 0px;
}

html {
  font-size: 50%;
}
@media (min-width: 992px) {
  html {
    font-size: 62.5%;
  }
}

body {
  color: #4d4d4d;
  background: url(../images/bg_body.jpg) repeat;
  margin: 0px;
  font-family: "Shippori Mincho", "游明朝", "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.8;
  letter-spacing: 0.05em;
  overflow-x: hidden;
  font-size: 1.6rem;
}

h1,
h2,
h3,
h5,
h6 {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  font-size: 100%;
  line-height: 1.85;
}

img {
  border: 0px;
  max-width: 100%;
  vertical-align: top;
  height: auto;
}

dl,
ul,
ol {
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
}

a {
  color: #4d4d4d;
  text-decoration: underline;
}
a:hover {
  color: #4d4d4d;
  text-decoration: none;
}

/*-------------------------------------------------------------------------------------------*
 *
 * Header
 *  
 *-------------------------------------------------------------------------------------------*/
#header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  z-index: 100;
  -webkit-transition: all 600ms 0s ease;
  transition: all 600ms 0s ease;
  align-items: center;
  background: #8b7d3e;
  padding: 0px 76px 0px 15px;
}
@media (min-width: 992px) {
  #header {
    padding: 0px 15px;
    height: 100px;
  }
}
@media (min-width: 1200px) {
  #header {
    padding: 0px 30px;
  }
}
@media (min-width: 1400px) {
  #header {
    height: 120px;
    padding: 0px 60px;
  }
}
#header #logo {
  display: block;
  -webkit-transition: all 600ms 0s ease;
  transition: all 600ms 0s ease;
  width: 110px;
}
@media (min-width: 576px) {
  #header #logo {
    width: 130px;
  }
}
@media (min-width: 992px) {
  #header #logo {
    width: 150px;
  }
}
#header #logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#header #header-Right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  #header #header-Right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
#header #header-Right #header-Info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 900ms 0s ease;
  transition: all 900ms 0s ease;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header #header-Right #header-Info .header-Tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 38px;
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  #header #header-Right #header-Info .header-Tel {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 1400px) {
  #header #header-Right #header-Info .header-Tel {
    height: 46px;
  }
}
#header #header-Right #header-Info .header-Tel a {
  text-decoration: none;
  color: #fff;
}
#header #header-Right #header-Info .header-Tel dt {
  background: #fff;
  color: #000;
  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;
  height: 100%;
  padding: 0px 0.5rem;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.2;
  margin-right: 2rem;
  width: 100%;
}
@media (min-width: 768px) {
  #header #header-Right #header-Info .header-Tel dt {
    width: auto;
    padding: 0px 1rem;
  }
}
#header #header-Right #header-Info .header-Tel dd {
  border-left: none;
  padding-left: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.2;
}
@media (min-width: 768px) {
  #header #header-Right #header-Info .header-Tel dd {
    padding-left: 2rem;
    border-left: 1px solid #fff;
  }
}
#header #header-Right #header-Info .header-Tel dd .txt {
  font-size: 10px;
  display: none;
}
@media (min-width: 768px) {
  #header #header-Right #header-Info .header-Tel dd .txt {
    display: block;
  }
}
@media (min-width: 992px) {
  #header #header-Right #header-Info .header-Tel dd .txt {
    font-size: 12px;
  }
}
#header #header-Right #header-Info .header-Tel dd .num {
  font-size: 2.4rem;
}
#header #header-Right .header-Time {
  display: none;
}
@media (min-width: 1200px) {
  #header #header-Right .header-Time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 46px;
    margin-left: 3rem;
  }
}
#header #header-Right .header-Time dt {
  background: #fff;
  color: #000;
  padding: 0px 1rem;
  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;
  font-weight: 500;
}
#header #header-Right .header-Time dd {
  color: #fff;
  border: solid 1px #fff;
  font-size: 14px;
  line-height: 1.2;
  padding: 0px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header #mainNavi {
  display: none;
}
@media (min-width: 992px) {
  #header #mainNavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 1.2rem;
    -webkit-transition: all 900ms 0s ease;
    transition: all 900ms 0s ease;
  }
}
@media (min-width: 1400px) {
  #header #mainNavi {
    margin-top: 1.5rem;
  }
}
#header #mainNavi > li {
  display: block;
  margin-left: 8rem;
}
@media (min-width: 1200px) {
  #header #mainNavi > li {
    margin-left: 10rem;
  }
}
#header #mainNavi > li > a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -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;
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
#header #mainNavi > li > a:before {
  width: 14px;
  height: 7px;
  content: "";
  display: block;
  background: url(../images/icon_arrow-up.png) no-repeat center/contain;
  -webkit-transition: all 600ms 0s ease;
  transition: all 600ms 0s ease;
  opacity: 0;
  -webkit-transform: translate(-50%, 24px);
          transform: translate(-50%, 24px);
  position: absolute;
  left: 50%;
  bottom: 0;
}
#header #mainNavi li.active a:before,
#header #mainNavi li a:hover:before {
  -webkit-transform: translate(-50%, 12px);
          transform: translate(-50%, 12px);
  opacity: 1;
}
#header #header-language {
  display: none;
}
@media (min-width: 576px) {
  #header #header-language {
    font-size: 15px;
    margin-right: 2.4rem;
    -webkit-transition: all 900ms 0s ease;
    transition: all 900ms 0s ease;
    line-height: 1;
    display: block;
  }
}
#header #header-language 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-decoration: none;
  color: #fff;
  padding: 2px 12px 4px 12px;
  background: #fff;
  color: #000;
  padding-left: 24px;
  position: relative;
}
#header #header-language a:before {
  content: "";
  display: block;
  width: 16px;
  aspect-ratio: 1;
  background: url(../images/icon_language.svg) no-repeat center/cover;
  position: absolute;
  left: 4px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
#header.on {
  height: 60px;
}
@media (min-width: 992px) {
  #header.on {
    height: 100px;
  }
}
@media (min-width: 1400px) {
  #header.on {
    height: 120px;
  }
}
.dropdown-toggle {
  padding-right: 24px !important;
  position: relative;
}
.dropdown-toggle:after {
  position: absolute;
  right: 8px;
  top: 50%;
}
.dropdown-toggle {
  /* ホバー開閉時にフォーカスで出る枠を非表示 */
}
.dropdown-toggle:focus, .dropdown-toggle.show:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.dropdown-menu {
  border-radius: 0px;
  border: none;
}
.dropdown-menu a {
  display: block;
  text-decoration: none;
  padding: 0.8rem 0px;
  border-bottom: dashed 1px #acacac;
  line-height: 1.2;
  padding-right: 2.8rem;
  position: relative;
}
.dropdown-menu a:hover {
  background: #ececec;
}
.dropdown-menu a:after {
  content: "";
  display: block;
  width: 16px !important;
  aspect-ratio: 16/7;
  background: url(../images/icon_arrow.png) no-repeat center;
  position: absolute;
  top: 1.6rem;
  right: 4px;
}

.dropdown-menu.show {
  width: 280px;
  font-size: 1.4rem;
  margin-top: 6px !important;
  padding: 8px 15px !important;
}
@media (min-width: 1400px) {
  .dropdown-menu.show {
    font-size: 1.6rem;
  }
}

/*-------------------------------------------------------------------------------------------*
     *
     * サイドメニュー
     *  
*-------------------------------------------------------------------------------------------*/
#sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -100%;
  width: 100%;
  text-align: left;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  overflow-y: auto;
  z-index: 102;
  padding: 15px 15px 15px;
}
@media (min-width: 576px) {
  #sidebar {
    right: -320px;
    width: 320px;
  }
}
.side-open #sidebar {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}
#sidebar #side-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-filter: brightness(0);
          filter: brightness(0);
}
#sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sidebar a {
  text-decoration: none;
}
#sidebar .list-sidenav {
  width: 100%;
  font-size: 1.8rem;
}
#sidebar .list-sidenav > li {
  text-align: left;
}
#sidebar .list-sidenav > li > a {
  color: #3a3a3a;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 10px;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: solid 1px #5f5f5f;
  font-weight: 500;
  font-size: 15px;
}
#sidebar .list-sidenav > li > a:after {
  content: "";
  display: block;
  width: 7px;
  height: 14px;
  background: url(../images/icon_arrow.png) no-repeat center;
  position: absolute;
  top: 50%;
  right: 7px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
#sidebar .list-sidenav > li.active > a,
#sidebar .list-sidenav > li > a:hover {
  color: #7c6e2e;
  border-bottom: solid 1px #8B7D3E;
  font-weight: 500;
  background: #f7f7f7;
}
#sidebar .list-sidenav > li.has-submenu > a:after {
  width: 18px;
  right: 4px;
  background: url(../images/icon_plus.svg) no-repeat center/16px;
}
#sidebar .list-sidenav > li.has-submenu > a.on:after {
  right: 4px;
  background: url(../images/icon_minus.svg) no-repeat center/16px;
}
#sidebar .submenu {
  background: #fff;
  display: none;
}
#sidebar .submenu li {
  border-bottom: 1px dashed #cacaca;
}
#sidebar .submenu li a {
  padding: 10px 15px 10px 28px;
  font-size: 14px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
#sidebar .submenu li a:before {
  content: "";
  display: block;
  width: 16px;
  aspect-ratio: 1;
  background: url(../images/icon_arrow.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
#sidebar .submenu li a:hover {
  background: #f7f7f7;
}
#sidebar .submenu li a.active a {
  background: #f7f7f7;
}

.sidebar-bnr {
  text-align: center;
}
.sidebar-bnr img {
  width: 80%;
  margin: 0px auto;
}

body.side-open {
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
}
body.side-open::-webkit-scrollbar {
  display: none;
}

#sidebar-Tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}
#sidebar-Tel dt {
  background: #8B7D3E;
  color: #fff;
  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;
  height: 100%;
  padding: 0.6rem 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  margin-right: 2rem;
  width: 100%;
  margin-bottom: 15px;
}
#sidebar-Tel dd {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.2;
}
#sidebar-Tel dd .txt {
  font-size: 14px;
  margin-bottom: 0.6rem;
}
#sidebar-Tel dd .num {
  font-size: 3.2rem;
  font-weight: 500;
}

#sidebar-Time {
  text-align: center;
}
#sidebar-Time dt {
  border-bottom: solid 1px #000;
  font-size: 14px;
  margin-bottom: 10px;
}
#sidebar-Time dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#sidebar-Time dd span {
  text-align: left;
}

#sidebar-language a {
  padding: 6px;
  width: 100%;
  border: solid 1px #333;
  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;
}
#sidebar-language {
  font-size: 2.4rem;
  text-align: center;
  line-height: 1;
}
#sidebar-language img {
  width: 20px;
  margin-right: 8px;
}

/* -------------------------------
          オーバーレイ
      -------------------------------- */
.overlay {
  content: "";
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 101;
}
.side-open .overlay {
  visibility: visible;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.7);
}

/* -------------------------------
          HambergerMenu
      -------------------------------- */
.menuWrapper {
  position: fixed;
  right: 15px;
  top: 7px;
  width: 46px;
  height: 46px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 103;
  display: block;
  -webkit-transition: all 900ms 0s ease;
  transition: all 900ms 0s ease;
}
@media (min-width: 576px) {
  .menuWrapper {
    top: 7px;
  }
}
@media (min-width: 992px) {
  .menuWrapper {
    display: none;
  }
}

@media (min-width: 1200px) {
  .side-open .menuWrapper {
    display: block;
  }
}
#menuButton {
  background: #000;
  overflow: hidden;
  display: block;
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#menuButton span, #menuButton:before, #menuButton:after {
  display: block;
  position: absolute;
  top: -10px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 24px;
  height: 1px;
  margin: auto;
  background: #fff;
}
#menuButton span {
  overflow: hidden;
  z-index: 1;
  color: #fff;
}
#menuButton:before {
  z-index: 2;
  -webkit-transform: translate(0, -7px);
          transform: translate(0, -7px);
  content: "";
}
#menuButton:after {
  z-index: 2;
  -webkit-transform: translate(0, 7px);
          transform: translate(0, 7px);
  content: "";
}
#menuButton small {
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  color: #fff;
  font-size: 8px;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  display: block;
}

body.side-open #menuButton {
  display: block;
}

/* アニメーション */
#menuButton {
  margin-right: 120px;
}
#menuButton span {
  opacity: 1;
  -webkit-transition: opacity 150ms 50ms;
  transition: opacity 150ms 50ms;
}
#menuButton::before, #menuButton::after {
  -webkit-transition: -webkit-transform 200ms;
  transition: -webkit-transform 200ms;
  transition: transform 200ms;
  transition: transform 200ms, -webkit-transform 200ms;
}
.side-open #menuButton span {
  opacity: 0;
  -webkit-transition: opacity 150ms;
  transition: opacity 150ms;
}
.side-open #menuButton::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.side-open #menuButton::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*-------------------------------------------------------------------------------------------*
 *
 * Footer
 *  
 *-------------------------------------------------------------------------------------------*/
#footer {
  width: 100%;
}
#footer #footerBody {
  width: 100%;
  color: #4d4d4d;
  font-size: 14px;
  padding: 60px 15px;
}
@media (min-width: 992px) {
  #footer #footerBody {
    padding: 90px 0px;
  }
}
#footer #footerBody a {
  text-decoration: none;
}
#footer #footerBody #f-logo {
  width: 70vw;
  text-align: center;
  margin: 0px auto;
}
@media (min-width: 768px) {
  #footer #footerBody #f-logo {
    max-width: 300px;
    width: 100%;
  }
}
#footer #footerBody .f-tel {
  text-align: center;
  line-height: 1.6;
  font-size: 2rem;
}
@media (min-width: 992px) {
  #footer #footerBody .f-tel {
    line-height: 1.4;
  }
}
@media (min-width: 1200px) {
  #footer #footerBody .f-tel {
    line-height: 1;
  }
}
#footer #footerBody #textLink {
  display: none;
}
@media (min-width: 768px) {
  #footer #footerBody #textLink {
    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;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
  }
}
#footer #footerBody #textLink li:last-child {
  border-right: none;
}
#footer #footerBody #textLink li a {
  padding: 0px 2rem;
  text-decoration: none;
}
#footer #footerBody #textLink li a:hover {
  text-decoration: underline;
}
#footer #copy {
  width: 100%;
  text-align: center;
  font-size: 12px;
  margin: 0px;
  background: #000000;
  color: #fff;
  margin-bottom: 42px;
}
@media (min-width: 576px) {
  #footer #copy {
    margin-bottom: 0;
  }
}

.mapPin {
  width: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-filter: invert(31%) sepia(0%) saturate(257%) hue-rotate(138deg) brightness(96%) contrast(96%);
          filter: invert(31%) sepia(0%) saturate(257%) hue-rotate(138deg) brightness(96%) contrast(96%);
  margin-left: 0.6rem;
}

#fixed-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
#fixed-banner a {
  background: #8B7D3E;
  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;
  width: 100%;
  height: 42px;
  font-size: 18px;
  border-top: solid 1px #fff;
  text-decoration: none;
}
#fixed-banner a img {
  width: 18px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  margin-right: 8px;
}
@media (min-width: 576px) {
  #fixed-banner {
    display: none;
  }
}

#pagetop {
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
@media (min-width: 992px) {
  #pagetop {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/*-------------------------------------------------------------------------------------------*
 *
 * index.html
 *  
 *-------------------------------------------------------------------------------------------*/
#sliderWrap {
  position: relative;
  margin-top: 60px;
}
@media (min-width: 992px) {
  #sliderWrap {
    margin-top: 100px;
  }
}
@media (min-width: 1400px) {
  #sliderWrap {
    margin-top: 120px;
  }
}
#sliderWrap #catch {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 30vw;
  text-align: center;
}

.slider {
  height: auto;
  margin-inline: auto;
  overflow: hidden;
  /* 画像がはみ出ないようにする */
  width: 100%;
}

.slick-img img {
  width: 100%;
  height: 120vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .slick-img img {
    height: 710px;
  }
}
@media (min-width: 992px) {
  .slick-img img {
    height: 790px;
  }
}
@media (min-width: 1200px) {
  .slick-img img {
    height: 820px;
  }
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    /* 拡大率 */
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    /* 拡大率 */
  }
}
.add-animation {
  -webkit-animation: zoomUp 10s linear 0s normal both;
          animation: zoomUp 10s linear 0s normal both;
}

.sakae-Box {
  width: 100%;
  background: none;
}
@media (min-width: 1200px) {
  .sakae-Box {
    background: url(../images/bg_sakae-gray.png) no-repeat center/contain;
  }
}
.sakae-Box .inr {
  background: url(../images/bg_sakae-gray.png) no-repeat center top/contain;
}
@media (min-width: 1200px) {
  .sakae-Box .inr {
    background: none;
  }
}
.sakae-Box .title-sakae {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 0px;
  margin-bottom: 60px;
}
.sakae-Box .title-sakae .ja {
  color: #000;
  padding-bottom: 32px;
  position: relative;
  line-height: 1.6;
  font-size: 5.2vw;
}
@media (min-width: 576px) {
  .sakae-Box .title-sakae .ja {
    font-size: 3.4rem;
  }
}
@media (min-width: 1200px) {
  .sakae-Box .title-sakae .ja {
    font-size: 3.8rem;
    padding-bottom: 24px;
  }
}
.sakae-Box .title-sakae .en {
  font-family: "Cormorant Garamond", serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1;
  padding-left: 48px;
  position: relative;
}
.sakae-Box .title-sakae .en:before {
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  background: #8B7D3E;
  position: absolute;
  top: 50%;
  left: 0;
}
.sakae-Box .txt {
  line-height: 2.6;
}

.Commit-Label {
  border: solid 1px #8B7D3E;
  width: 100%;
  height: 48px;
  padding-left: 24px;
  position: relative;
  font-weight: 500;
  font-weight: 1.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  letter-spacing: 0;
  line-height: 1.2;
  background: #fff;
}
.Commit-Label:before {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  background: #8B7D3E;
  position: absolute;
  left: 8px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.Commit-Label:after {
  content: "";
  display: block;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background: #8B7D3E;
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 8px;
  aspect-ratio: 1;
}

.leaf-Wrap {
  border-top: solid 5px #8B7D3E;
  padding: 90px 0px 90px;
  background: url(../images/bg_leaf.jpg) no-repeat top center/contain, url(../images/bg_paper.jpg) repeat;
}
@media (min-width: 992px) {
  .leaf-Wrap {
    padding: 90px 0px 120px;
  }
}

.sakae-Box_small {
  width: 100%;
  height: 100%;
  background: url(../images/bg_sakae-gray.png) no-repeat center/50%;
}

.gray-Box {
  border-top: solid 2px #8B7D3E;
  padding: 20px;
  background: #f9f9f9;
}
@media (min-width: 992px) {
  .gray-Box {
    padding: 40px;
  }
}

.white-Box {
  border-top: solid 2px #8B7D3E;
  padding: 20px;
  background: #fff;
  overflow: hidden;
}
@media (min-width: 992px) {
  .white-Box {
    padding: 40px;
  }
}

.white-Box-kaede {
  border-top: solid 2px #8B7D3E;
  padding: 20px;
  background: #fff url(../images/bg_kaede.jpg) no-repeat top center/100% auto;
  overflow: hidden;
}
@media (min-width: 992px) {
  .white-Box-kaede {
    padding: 40px;
  }
}

.white-Box-kaede2 {
  border-top: solid 2px #8B7D3E;
  padding: 20px;
  background: #fff url(../images/bg_kaede2.jpg) no-repeat top center/100% auto;
  overflow: hidden;
}
@media (min-width: 992px) {
  .white-Box-kaede2 {
    padding: 40px;
  }
}

.contact-Wrap {
  padding: 90px 0px;
  background: url(../images/bg_sand.jpg) no-repeat center bottom/cover;
  overflow: hidden;
}
@media (min-width: 992px) {
  .contact-Wrap {
    padding: 120px 0px;
  }
}
.contact-Wrap .column {
  padding-left: 4.4vw;
}
@media (min-width: 576px) {
  .contact-Wrap .column {
    padding-left: 3.6rem;
  }
}
.contact-Wrap .tel {
  font-size: 2.6rem;
  color: #000;
}
.contact-Wrap .tel a {
  text-decoration: none;
  color: #000;
}
.contact-Wrap table th {
  padding-right: 1em;
  font-weight: 400;
}
.contact-Wrap .txt {
  font-size: 14px;
}
.contact-Wrap .txt span {
  color: #df443e;
}

.access-DL dt {
  color: #000;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 1rem;
}
.access-DL dt img {
  margin-right: 0.8rem;
  width: 14px;
}
.access-DL dd {
  line-height: 1.4;
}

.room-List {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media (min-width: 576px) {
  .room-List {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.room-List li {
  margin: 0px;
  width: 28%;
  background: url(../images/p01_frame.png) no-repeat center/contain;
  aspect-ratio: 1;
  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-size: 2rem;
  font-weight: 600;
}
@media (min-width: 576px) {
  .room-List li {
    width: 110px;
    margin: 0px 3rem;
  }
}

.rug-Image {
  position: relative;
}
.rug-Image img {
  position: relative;
  z-index: 2;
}
.rug-Image:after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/bg_wave.jpg) no-repeat center/cover;
  -webkit-transform: translate(30%, 15%) scale(0.75);
          transform: translate(30%, 15%) scale(0.75);
  z-index: 1;
}

/*-------------------------------------------------------------------------------------------*
 *
 * meal.html 
 *  
 *-------------------------------------------------------------------------------------------*/
.menu-Box {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  text-orientation: initial;
  padding-top: 0;
  padding-left: 4rem;
}
@media (min-width: 992px) {
  .menu-Box {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    padding-top: 4rem;
    padding-left: 0;
  }
}

.menu-List {
  font-size: 1.8rem;
  line-height: 2;
  margin-left: 0;
  margin-bottom: 2rem;
}
.menu-List li {
  position: relative;
  padding-top: 0px;
  padding-left: 20px;
}
.menu-List li:before {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background: #8B7D3E;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.note {
  font-size: 1.4rem;
}

.text-lg-Vertical {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  text-orientation: initial;
  line-height: 3;
}
@media (min-width: 992px) {
  .text-lg-Vertical {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
  }
}

.kaiseki-box01 {
  margin-top: 3rem;
}
@media (min-width: 1200px) {
  .kaiseki-box01 {
    margin-top: 3rem;
  }
}

.kaiseki-box02 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .kaiseki-box02 {
    margin-top: 0;
  }
}

.kaiseki-box03 {
  margin-top: -6rem;
}
@media (min-width: 1200px) {
  .kaiseki-box03 {
    margin-top: 12rem;
  }
}

.kaiseki-box04 {
  margin-top: -12rem;
}
@media (min-width: 1200px) {
  .kaiseki-box04 {
    margin-top: -3rem;
  }
}

.kaiseki-box05 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .kaiseki-box05 {
    margin-top: -7rem;
  }
}

.takeout-Box01 {
  margin-top: 3rem;
}
@media (min-width: 1200px) {
  .takeout-Box01 {
    margin-top: 0px;
  }
}

.takeout-Box02 {
  margin-top: 0px;
}
@media (min-width: 1200px) {
  .takeout-Box02 {
    margin-top: 18rem;
  }
}

.takeout-Box03 {
  margin-top: -6rem;
}
@media (min-width: 1200px) {
  .takeout-Box03 {
    margin-top: 3rem;
  }
}

.room-Box01 {
  margin-top: 3rem;
}
@media (min-width: 1200px) {
  .room-Box01 {
    margin-top: 0px;
  }
}

.room-Box02 {
  margin-top: 0px;
}
@media (min-width: 1200px) {
  .room-Box02 {
    margin-top: 18rem;
  }
}

.room-Box03 {
  margin-top: -6rem;
}
@media (min-width: 1200px) {
  .room-Box03 {
    margin-top: 3rem;
  }
}

.price-Box {
  border-left: solid 5px #8b7d3e;
  padding-left: 1.6rem;
  margin: 0px auto;
  display: inline-block;
  text-align: left;
}
@media (min-width: 1200px) {
  .price-Box {
    padding-left: 3rem;
  }
}

.price {
  font-size: 1.8rem;
  font-weight: 500;
}

.shadow-Image {
  -webkit-box-shadow: 3px 3px 0px rgba(199, 163, 151, 0.7);
          box-shadow: 3px 3px 0px rgba(199, 163, 151, 0.7);
}
@media (min-width: 1200px) {
  .shadow-Image {
    -webkit-box-shadow: 6px 6px 0px rgba(199, 163, 151, 0.7);
            box-shadow: 6px 6px 0px rgba(199, 163, 151, 0.7);
  }
}

.label {
  border: solid 1px #8b7d3e;
  line-height: 1;
  font-size: 14px;
  padding: 0.2em 0.6em;
  display: inline-block;
  color: #8b7d3e;
}

.paper-Wrap {
  border-top: solid 5px #8B7D3E;
  padding: 90px 0px;
  background: url(../images/bg_paper.jpg) repeat;
  overflow: hidden;
}
@media (min-width: 992px) {
  .paper-Wrap {
    padding: 120px 0px;
  }
}

.qa-all .qa-set {
  margin-bottom: 3rem;
  background: #f5f4f1;
  padding: 15px;
}
@media (min-width: 992px) {
  .qa-all .qa-set {
    padding: 30px;
  }
}
.qa-all .qa-set:last-child {
  margin-bottom: 0px;
}
.qa-all .q-box {
  padding: 0px 30px;
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
}
@media (min-width: 992px) {
  .qa-all .q-box {
    padding: 0px 60px;
  }
}
.qa-all .q-box:before {
  content: attr(data-title);
  position: absolute;
  top: 50%;
  left: 0px;
  font-weight: bold;
  color: #d08989;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (min-width: 992px) {
  .qa-all .q-box:before {
    left: 15px;
  }
}
.qa-all .q-box:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 0px;
  width: 1.4rem;
  aspect-ratio: 1;
  background: url(../images/icon_plus.svg) no-repeat center/contain;
}
@media (min-width: 992px) {
  .qa-all .q-box:after {
    width: 1.8rem;
    right: 15px;
  }
}
.qa-all .q-box:hover {
  cursor: pointer;
}
.qa-all .q-open:after {
  background: url(../images/icon_minus.svg) no-repeat center/contain;
}
.qa-all .a-box {
  padding: 2rem 30px 0px 30px;
  display: none;
  margin-top: 2rem;
  position: relative;
  border-top: solid 1px #fff;
}
@media (min-width: 768px) {
  .qa-all .a-box {
    padding: 2rem 60px 0px 60px;
  }
}
.qa-all .a-box:before {
  content: "A";
  font-family: "Cormorant Garamond", serif;
  position: absolute;
  top: 2rem;
  left: 0px;
  font-weight: bold;
}
@media (min-width: 992px) {
  .qa-all .a-box:before {
    left: 15px;
  }
}

.gallery img:hover {
  cursor: pointer;
}

/*-------------------------------------------------------------------------------------------*
 *
 * room.html
 *  
 *-------------------------------------------------------------------------------------------*/
.tab {
  border: solid 2px #8B7D3E;
  width: 100%;
  height: 52px;
  background: #fff;
  padding: 0.4em 1em;
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (min-width: 992px) {
  .tab {
    height: 68px;
  }
}
.tab:after {
  width: 2.4rem;
  aspect-ratio: 1;
  content: "";
  display: block;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background: #8B7D3E;
  position: absolute;
  right: -1px;
  bottom: -1px;
}

.season-box01 {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .season-box01 {
    margin-top: -8rem;
  }
}

/*-------------------------------------------------------------------------------------------*
 *
 * recruit.html
 *    
 *-------------------------------------------------------------------------------------------*/
.shop-Table {
  width: 100%;
  border-top: solid 1px #9e9e9e;
}
.shop-Table th {
  white-space: nowrap;
}
.shop-Table th,
.shop-Table td {
  border-bottom: solid 1px #9e9e9e;
  padding: 25px 0px;
  vertical-align: top;
}
.shop-Table a {
  text-decoration: none;
}
.shop-Table th {
  padding-right: 2em;
}

/*-------------------------------------------------------------------------------------------*
 *
 * company.html
 *  
 *-------------------------------------------------------------------------------------------*/
.dotList li {
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.4;
  margin-bottom: 0.8rem;
}
.dotList li:last-child {
  margin-bottom: 0;
}
.dotList li:before {
  content: "";
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  background: #0a4d9b;
  position: absolute;
  left: 0;
  top: 0.8rem;
}
.dotList.Horizonal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.dotList.Horizonal li {
  margin-right: 3rem;
  white-space: nowrap;
}

.googleMap {
  width: 100%;
  height: 320px;
}
@media (min-width: 992px) {
  .googleMap {
    height: 480px;
  }
}

/*-------------------------------------------------------------------------------------------*
 *
 * contact.html
 *  
 *-------------------------------------------------------------------------------------------*/
.contactBox {
  width: 100%;
}
.contactBox a {
  text-decoration: none;
}
.contactBox dt {
  background: #333;
  color: #fff;
  font-size: 18px;
  height: 42px;
  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;
}
.contactBox dd {
  background: #fff;
  padding: 30px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #ccc;
  border-top: none;
}
.contactBox dd .num {
  font-size: 24px;
  border-bottom: dotted 1px #888;
  padding: 0 30px 10px;
}
.contactBox dd .num em {
  font-style: normal;
  font-size: 18px;
}
.contactBox dd .time {
  padding-top: 1em;
}

.mailfoamTable {
  width: 100%;
  margin-bottom: 10px;
}
.mailfoamTable th {
  width: 100%;
  padding: 20px 20px 20px 0px;
  font-weight: bold;
  border-top: none;
  border-bottom: solid 1px #ccc;
  line-height: 140%;
  display: block;
}
.mailfoamTable th div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mailfoamTable th .required {
  margin-left: 1.6rem;
}
.mailfoamTable td {
  width: 100%;
  padding: 20px 0px 30px 0px;
  border: none;
  line-height: 140%;
  display: block;
}
.mailfoamTable td .form-control {
  font-size: 1.8rem;
  padding: 1rem 1.5rem;
}

@media (min-width: 768px) {
  .mailfoamTable table {
    width: 100%;
    display: table;
  }
  .mailfoamTable th {
    width: 30%;
    font-weight: bold;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    line-height: 140%;
    display: table-cell;
    vertical-align: middle;
  }
  .mailfoamTable th div {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .mailfoamTable td {
    padding: 20px 0px 20px 20px;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    line-height: 140%;
    display: table-cell;
  }
}
.select-Wrap {
  position: relative;
  display: inline-block;
  width: 80%;
}
@media (min-width: 768px) {
  .select-Wrap {
    width: 50%;
  }
}
@media (min-width: 1400px) {
  .select-Wrap {
    width: 25%;
  }
}
.select-Wrap:after {
  position: absolute;
  content: "";
  clip-path: polygon(100% 0, 0 0, 50% 80%);
  width: 8px;
  aspect-ratio: 1;
  top: calc(50% + 1px);
  right: 4%;
  background: #333;
  pointer-events: none;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.select-Wrap select {
  -webkit-appearance: none;
}

textarea {
  width: 100%;
}

.form15 {
  width: 20%;
  display: inline-block;
}

.form25 {
  display: inline-block;
  width: 100%;
}
@media (min-width: 768px) {
  .form25 {
    width: 50%;
  }
}
@media (min-width: 1400px) {
  .form25 {
    width: 25%;
  }
}

.form50 {
  width: 100%;
  display: inline-block;
}

@media (min-width: 767px) {
  .form15 {
    width: 15%;
  }
  .form50 {
    width: 50%;
  }
}
.need {
  color: #df443e;
  font-size: 12px;
  border-radius: 4px;
  float: right;
  line-height: 1em;
}

.required {
  background: #df443e;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 20px;
  width: 44px;
  color: #fff;
  padding: 0px 0px 1px;
  border-radius: 3px;
  line-height: 1;
  font-size: 11px;
}

.formBtn {
  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: 100%;
  height: 100%;
  max-width: 475px;
  min-height: 56px;
  background: #444;
  color: #fff;
  position: relative;
  font-size: 4.2vw;
  line-height: 1.2;
  padding: 8px 0px;
}
@media (min-width: 576px) {
  .formBtn {
    font-size: 18px;
  }
}
.formBtn:hover {
  background: #666;
  text-decoration: none;
}
.formBtn.back:before {
  content: "";
  background: url(../images/icon_arrow.svg) no-repeat center/contain;
  display: inline-block;
  width: 1.6rem;
  aspect-ratio: 1;
  margin-right: 1.2rem;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.formBtn.next:after {
  content: "";
  background: url(../images/icon_arrow.svg) no-repeat center/contain;
  display: inline-block;
  width: 1.6rem;
  aspect-ratio: 1;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  margin-left: 1.2rem;
}
.formBtn button.formBtn {
  border: none;
  outline: none;
}
.formBtn button.formBtn:hover {
  outline: none;
}

.privacyBox {
  height: 250px;
  overflow: auto;
  overflow-y: scroll;
  font-size: 14px;
  line-height: normal;
  padding: 20px;
  border: solid 1px #ccc;
  border-radius: 8px;
  -webkit-box-shadow: 0px 1px 2px #999 inset;
          box-shadow: 0px 1px 2px #999 inset;
  background: #fff;
  word-wrap: break-word;
  text-align: justify;
}
.privacyBox h4 {
  font-size: 120%;
  font-weight: bold;
  border-bottom: #ccc solid 1px;
  margin-bottom: 10px;
}
.privacyBox p {
  margin-bottom: 1em;
}
.privacyBox ul {
  margin-bottom: 1em;
  margin-left: 10px;
}
.privacyBox ol {
  margin-bottom: 1em;
  margin-left: 0px;
  padding: 0px;
}
.privacyBox li {
  list-style: decimal outside;
  margin-left: 2em;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .privacyBox ul {
    margin-bottom: 1em;
    margin-left: 20px;
  }
}
.ttl_policy {
  font-size: 120%;
  font-weight: bold;
}

.out-line {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 50px 0;
}

/*-------------------------------------------------------------------------------------------*
 *
 * title
 *  
 *-------------------------------------------------------------------------------------------*/
#h2Title {
  height: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 60px;
}
@media (min-width: 992px) {
  #h2Title {
    height: 530px;
    margin-top: 100px;
  }
}
@media (min-width: 1200px) {
  #h2Title {
    height: 580px;
  }
}
@media (min-width: 1400px) {
  #h2Title {
    height: 630px;
    margin-top: 120px;
  }
}
#h2Title.p02 {
  background: url(../images/bg_h2title02.jpg) no-repeat center/auto 100%;
}
#h2Title.p03 {
  background: url(../images/bg_h2title03.jpg) no-repeat center;
  background-size: auto 100%;
}
#h2Title.p04 {
  background: url(../images/bg_h2title04.jpg) no-repeat center;
  background-size: auto 100%;
}
#h2Title.p05 {
  background: url(../images/bg_h2title05.jpg) no-repeat center;
  background-size: auto 100%;
}
#h2Title.p06 {
  background: url(../images/bg_h2title06.jpg) no-repeat center;
  background-size: auto 100%;
}
#h2Title h2 {
  font-weight: 500;
  font-size: 10vw;
  text-align: left;
  color: #fff;
  line-height: 1;
}
@media (min-width: 576px) {
  #h2Title h2 {
    font-size: 5.4rem;
  }
}
@media (min-width: 1200px) {
  #h2Title h2 {
    font-size: 6rem;
  }
}

.title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: url(../images/icon_sakaeya.png) no-repeat left center;
  padding-left: 1.6rem;
  height: 67px;
  letter-spacing: 0;
  line-height: 1.2;
}
@media (min-width: 576px) {
  .title {
    padding-left: 2.6rem;
  }
}
.title .ja {
  color: #000;
  padding-bottom: 0;
  position: relative;
  line-height: 1.2;
  font-size: 5.2vw;
  padding-right: 64px;
}
@media (min-width: 576px) {
  .title .ja {
    font-size: 3rem;
  }
}
.title .ja:before {
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  background: #8B7D3E;
  position: absolute;
  right: 16px;
  bottom: 50%;
}
.title .en {
  font-family: "Cormorant Garamond", serif;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1;
}

.title-Vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: url(../images/icon_sakaeya.png) no-repeat top 2vw left/auto 12vw;
  padding-top: 1em;
}
@media (min-width: 992px) {
  .title-Vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: url(../images/icon_sakaeya.png) no-repeat top center;
    padding-top: 1.6em;
  }
}
.title-Vertical .ja {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  color: #000;
  padding-bottom: 32px;
  position: relative;
  line-height: 1.6;
  font-size: 5.2vw;
}
@media (min-width: 576px) {
  .title-Vertical .ja {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  .title-Vertical .ja {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    padding-bottom: 64px;
  }
}
.title-Vertical .ja:before {
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  background: #8B7D3E;
  position: absolute;
  left: 0;
  bottom: 16px;
}
@media (min-width: 992px) {
  .title-Vertical .ja:before {
    width: 1px;
    height: 32px;
    left: 50%;
    bottom: 16px;
  }
}
.title-Vertical .en {
  font-family: "Cormorant Garamond", serif;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1;
}

.subTitle {
  font-weight: 500;
  font-size: 4vw;
  color: #000;
  line-height: 1;
}
@media (min-width: 576px) {
  .subTitle {
    font-size: 2.4rem;
  }
}
.subTitle img {
  margin-right: 1.6vw;
  width: 3.8vw;
}
@media (min-width: 576px) {
  .subTitle img {
    margin-right: 1.2rem;
    width: 2.4rem;
  }
}

.subTitle2 {
  font-size: 3.6rem;
  font-weight: 700;
  color: #0a5cb8;
}

.read {
  font-size: 2rem;
  font-weight: 700;
}
.read:before {
  content: "";
  display: inline-block;
  width: 12px;
  aspect-ratio: 1;
  background: #0a5cb8;
  margin-right: 8px;
  vertical-align: middle;
}

/*-------------------------------------------------------------------------------------------*
 *
 * table
 *  
 *-------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*
 *
 * button
 *  
 *-------------------------------------------------------------------------------------------*/
.detailBtn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: url(../images/bg_button.png) no-repeat top center;
  color: #fff;
  font-weight: 500;
  width: 230px;
  height: 36px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0px 0px 2px 14px;
  text-decoration: none;
  -webkit-transition: all 900ms 0s ease;
  transition: all 900ms 0s ease;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  line-height: 1;
  font-size: 1.8rem;
  letter-spacing: 0;
  font-family: "Noto Serif JP", serif !important;
}
.detailBtn:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 14px;
  background: url(../images/icon_arrow.png) no-repeat center/contain;
  -webkit-transition: all 600ms 0s ease;
  transition: all 600ms 0s ease;
  margin-top: 0px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  margin-left: 1.6rem;
  -webkit-transform: translate(0, 2px);
          transform: translate(0, 2px);
}
.detailBtn:hover {
  color: #FBF6F2;
}
.detailBtn:hover:after {
  -webkit-transform: translate(4px, 2px);
          transform: translate(4px, 2px);
}

.detailBtn-Vertical {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: url(../images/bg_button.png) no-repeat top center;
  color: #fff;
  font-weight: 500;
  width: 230px;
  height: 36px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0px 0px 2px 14px;
  text-decoration: none;
  -webkit-transition: all 900ms 0s ease;
  transition: all 900ms 0s ease;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  line-height: 1;
  font-size: 1.8rem;
}
@media (min-width: 1200px) {
  .detailBtn-Vertical {
    padding: 14px 0px 0px;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    width: 36px;
    height: 230px;
    background: url(../images/bg_button-vertical.png) no-repeat top center;
  }
}
.detailBtn-Vertical:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 14px;
  background: url(../images/icon_arrow.png) no-repeat center/contain;
  -webkit-transition: all 600ms 0s ease;
  transition: all 600ms 0s ease;
  margin-top: 0px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  margin-left: 1.6rem;
  -webkit-transform: translate(0, 2px);
          transform: translate(0, 2px);
}
@media (min-width: 1200px) {
  .detailBtn-Vertical:after {
    margin-top: 1.6rem;
    background: url(../images/icon_arrow-down.png) no-repeat center/contain;
    margin-left: 0px;
    width: 14px;
    height: 7px;
  }
}
.detailBtn-Vertical:hover {
  color: #FBF6F2;
  background: url(../images/bg_button.png) no-repeat top 50% center;
}
.detailBtn-Vertical:hover:after {
  -webkit-transform: translate(4px, 2px);
          transform: translate(4px, 2px);
}
@media (min-width: 1200px) {
  .detailBtn-Vertical:hover:after {
    -webkit-transform: translate(0, 4px);
            transform: translate(0, 4px);
  }
}

/*-------------------------------------------------------------------------------------------*
 *
 * Component
 *  
 *-------------------------------------------------------------------------------------------*/
.red {
  color: #df443e;
}

.w100 {
  width: 100%;
}

.h100 {
  height: 100%;
}

.wrapper {
  width: 100%;
  padding: 0px 15px;
}

.verticalMiddle-Box {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.padding-Right {
  padding-right: 0;
  width: 100%;
}
@media (min-width: 576px) {
  .padding-Right {
    padding-right: 8.1%;
  }
}

.padding-Left {
  padding-left: 0;
  width: 100%;
}
@media (min-width: 576px) {
  .padding-Left {
    padding-left: 8.1%;
  }
}

.padding-md-Right {
  padding-right: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .padding-md-Right {
    padding-right: 8.1%;
  }
}

.padding-md-Left {
  padding-left: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .padding-md-Left {
    padding-left: 8.1%;
  }
}

.padding-lg-Right {
  padding-right: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .padding-lg-Right {
    padding-right: 8.1%;
  }
}

.padding-lg-Left {
  padding-left: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .padding-lg-Left {
    padding-left: 8.1%;
  }
}

.padding-xl-Right {
  padding-right: 0;
  width: 100%;
}
@media (min-width: 1200px) {
  .padding-xl-Right {
    padding-right: 8.1%;
  }
}

.padding-xl-Left {
  padding-left: 0;
  width: 100%;
}
@media (min-width: 1200px) {
  .padding-xl-Left {
    padding-left: 8.1%;
  }
}

.anchor {
  padding-top: 100px;
  margin-top: -100px;
}

.objectfit-Img {
  width: 100%;
  height: 100%;
}
.objectfit-Img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.photo-ofi {
  height: 0;
  display: block;
  padding-bottom: 75%;
  background-color: #f5f5f5;
  overflow: hidden;
  position: relative;
}
.photo-ofi img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  font-family: "object-fit: scale-down;";
  position: absolute;
  left: 0;
  top: 0;
}

.rel {
  position: relative;
}

.posa {
  position: absolute;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.pbb {
  page-break-before: always;
}

.lh1 {
  line-height: 1;
}

.lh14 {
  line-height: 1.4;
}

.lh2 {
  line-height: 2;
}

small {
  font-size: 75%;
}

.fs-12 {
  font-size: 1.2rem;
}

.fs-14 {
  font-size: 1.4rem;
}

.fs-15 {
  font-size: 1.5rem;
}

.fs-18 {
  font-size: 1.8rem;
}

.fs-24 {
  font-size: 2.4rem;
}

.fs-30 {
  font-size: 3rem;
}

.fs-36 {
  font-size: 3.6rem;
}

.m-auto {
  margin: 0px auto;
}

.mt-00 {
  margin-top: 0px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-90 {
  margin-top: 90px;
}

@media (min-width: 576px) {
  .mt-sm-00 {
    margin-top: 0px;
  }
  .mt-sm-10 {
    margin-top: 10px;
  }
  .mt-sm-20 {
    margin-top: 20px;
  }
  .mt-sm-30 {
    margin-top: 30px;
  }
  .mt-sm-60 {
    margin-top: 60px;
  }
  .mt-sm-90 {
    margin-top: 90px;
  }
}
@media (min-width: 768px) {
  .mt-md-00 {
    margin-top: 0px;
  }
  .mt-md-10 {
    margin-top: 10px;
  }
  .mt-md-20 {
    margin-top: 20px;
  }
  .mt-md-30 {
    margin-top: 30px;
  }
  .mt-md-60 {
    margin-top: 60px;
  }
  .mt-md-90 {
    margin-top: 90px;
  }
}
@media (min-width: 992px) {
  .mt-lg-00 {
    margin-top: 0px;
  }
  .mt-lg-10 {
    margin-top: 10px;
  }
  .mt-lg-20 {
    margin-top: 20px;
  }
  .mt-lg-30 {
    margin-top: 30px;
  }
  .mt-lg-60 {
    margin-top: 60px;
  }
  .mt-lg-90 {
    margin-top: 90px;
  }
}
@media (min-width: 1200px) {
  .mt-xl-00 {
    margin-top: 0px;
  }
  .mt-xl-10 {
    margin-top: 10px;
  }
  .mt-xl-20 {
    margin-top: 20px;
  }
  .mt-xl-30 {
    margin-top: 30px;
  }
  .mt-xl-60 {
    margin-top: 60px;
  }
  .mt-xl-90 {
    margin-top: 90px;
  }
}
@media (min-width: 1400px) {
  .mt-xxl-00 {
    margin-top: 0px;
  }
  .mt-xxl-10 {
    margin-top: 10px;
  }
  .mt-xxl-20 {
    margin-top: 20px;
  }
  .mt-xxl-30 {
    margin-top: 30px;
  }
  .mt-xxl-60 {
    margin-top: 60px;
  }
  .mt-xxl-90 {
    margin-top: 90px;
  }
}
.ml-00 {
  margin-left: 0px !important;
}

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

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

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

@media (min-width: 768px) {
  .ml-md-00 {
    margin-left: 0px !important;
  }
  .ml-md-10 {
    margin-left: 10px !important;
  }
  .ml-md-20 {
    margin-left: 20px !important;
  }
  .ml-md-30 {
    margin-left: 3dvh !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-00 {
    margin-left: 0px !important;
  }
  .ml-lg-10 {
    margin-left: 10px !important;
  }
  .ml-lg-20 {
    margin-left: 20px !important;
  }
  .ml-lg-30 {
    margin-left: 3dvh !important;
  }
}
.mr-05 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

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

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

.mb15 {
  margin-bottom: 7.5px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px), print {
  .mb10 {
    margin-bottom: 10px !important;
  }
  .mb15 {
    margin-bottom: 15px !important;
  }
  .mb20 {
    margin-bottom: 20px !important;
  }
  .mb30 {
    margin-bottom: 30px !important;
  }
  .mb40 {
    margin-bottom: 40px !important;
  }
  .mb50 {
    margin-bottom: 50px !important;
  }
  .mb60 {
    margin-bottom: 60px !important;
  }
  .mb70 {
    margin-bottom: 70px !important;
  }
  .mb80 {
    margin-bottom: 80px !important;
  }
  .mb90 {
    margin-bottom: 90px !important;
  }
  .mb100 {
    margin-bottom: 100px !important;
  }
  .mb120 {
    margin-bottom: 120px !important;
  }
  .mb140 {
    margin-bottom: 140px !important;
  }
  .mb150 {
    margin-bottom: 150px !important;
  }
  .mb160 {
    margin-bottom: 160px !important;
  }
  .mb180 {
    margin-bottom: 180px !important;
  }
  .mb200 {
    margin-bottom: 200px !important;
  }
  .mb220 {
    margin-bottom: 220px !important;
  }
  .mb240 {
    margin-bottom: 240px !important;
  }
}
.mb00 {
  margin-bottom: 0px !important;
}

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

.mb15 {
  margin-bottom: 7.5px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb250 {
  margin-bottom: 175px !important;
}

@media (min-width: 992px), print {
  .mb10 {
    margin-bottom: 10px !important;
  }
  .mb15 {
    margin-bottom: 15px !important;
  }
  .mb20 {
    margin-bottom: 20px !important;
  }
  .mb30 {
    margin-bottom: 30px !important;
  }
  .mb40 {
    margin-bottom: 40px !important;
  }
  .mb50 {
    margin-bottom: 50px !important;
  }
  .mb60 {
    margin-bottom: 60px !important;
  }
  .mb70 {
    margin-bottom: 70px !important;
  }
  .mb80 {
    margin-bottom: 80px !important;
  }
  .mb90 {
    margin-bottom: 90px !important;
  }
  .mb100 {
    margin-bottom: 100px !important;
  }
  .mb120 {
    margin-bottom: 120px !important;
  }
  .mb140 {
    margin-bottom: 140px !important;
  }
  .mb150 {
    margin-bottom: 150px !important;
  }
  .mb160 {
    margin-bottom: 160px !important;
  }
  .mb180 {
    margin-bottom: 180px !important;
  }
  .mb250 {
    margin-bottom: 250px !important;
  }
}
.mb-00 {
  margin-bottom: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .mb-sm-00 {
    margin-bottom: 0px !important;
  }
  .mb-sm-10 {
    margin-bottom: 10px !important;
  }
  .mb-sm-15 {
    margin-bottom: 15px !important;
  }
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
  .mb-sm-30 {
    margin-bottom: 30px !important;
  }
  .mb-sm-40 {
    margin-bottom: 40px !important;
  }
  .mb-sm-50 {
    margin-bottom: 50px !important;
  }
  .mb-sm-60 {
    margin-bottom: 60px !important;
  }
  .mb-sm-70 {
    margin-bottom: 70px !important;
  }
  .mb-sm-80 {
    margin-bottom: 80px !important;
  }
  .mb-sm-90 {
    margin-bottom: 90px !important;
  }
  .mb-sm-100 {
    margin-bottom: 100px !important;
  }
  .mb-sm-120 {
    margin-bottom: 120px !important;
  }
  .mb-sm-150 {
    margin-bottom: 150px !important;
  }
  .mb-sm-180 {
    margin-bottom: 180px !important;
  }
  .mb-sm-210 {
    margin-bottom: 210px !important;
  }
  .mb-sm-240 {
    margin-bottom: 240px !important;
  }
  .mb-sm-250 {
    margin-bottom: 250px !important;
  }
}
@media (min-width: 768px) {
  .mb-md-00 {
    margin-bottom: 0px !important;
  }
  .mb-md-10 {
    margin-bottom: 10px !important;
  }
  .mb-md-15 {
    margin-bottom: 15px !important;
  }
  .mb-md-20 {
    margin-bottom: 20px !important;
  }
  .mb-md-30 {
    margin-bottom: 30px !important;
  }
  .mb-md-40 {
    margin-bottom: 40px !important;
  }
  .mb-md-50 {
    margin-bottom: 50px !important;
  }
  .mb-md-60 {
    margin-bottom: 60px !important;
  }
  .mb-md-70 {
    margin-bottom: 70px !important;
  }
  .mb-md-80 {
    margin-bottom: 80px !important;
  }
  .mb-md-90 {
    margin-bottom: 90px !important;
  }
  .mb-md-100 {
    margin-bottom: 100px !important;
  }
  .mb-md-120 {
    margin-bottom: 120px !important;
  }
  .mb-md-150 {
    margin-bottom: 150px !important;
  }
  .mb-md-180 {
    margin-bottom: 180px !important;
  }
  .mb-md-210 {
    margin-bottom: 210px !important;
  }
  .mb-md-240 {
    margin-bottom: 240px !important;
  }
  .mb-md-250 {
    margin-bottom: 250px !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-00 {
    margin-bottom: 0px !important;
  }
  .mb-lg-10 {
    margin-bottom: 10px !important;
  }
  .mb-lg-15 {
    margin-bottom: 15px !important;
  }
  .mb-lg-20 {
    margin-bottom: 20px !important;
  }
  .mb-lg-30 {
    margin-bottom: 30px !important;
  }
  .mb-lg-40 {
    margin-bottom: 40px !important;
  }
  .mb-lg-50 {
    margin-bottom: 50px !important;
  }
  .mb-lg-60 {
    margin-bottom: 60px !important;
  }
  .mb-lg-70 {
    margin-bottom: 70px !important;
  }
  .mb-lg-80 {
    margin-bottom: 80px !important;
  }
  .mb-lg-90 {
    margin-bottom: 90px !important;
  }
  .mb-lg-100 {
    margin-bottom: 100px !important;
  }
  .mb-lg-120 {
    margin-bottom: 120px !important;
  }
  .mb-lg-150 {
    margin-bottom: 150px !important;
  }
  .mb-lg-180 {
    margin-bottom: 180px !important;
  }
  .mb-lg-210 {
    margin-bottom: 210px !important;
  }
  .mb-lg-240 {
    margin-bottom: 240px !important;
  }
  .mb-lg-250 {
    margin-bottom: 250px !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-00 {
    margin-bottom: 0px !important;
  }
  .mb-xl-10 {
    margin-bottom: 10px !important;
  }
  .mb-xl-15 {
    margin-bottom: 15px !important;
  }
  .mb-xl-20 {
    margin-bottom: 20px !important;
  }
  .mb-xl-30 {
    margin-bottom: 30px !important;
  }
  .mb-xl-40 {
    margin-bottom: 40px !important;
  }
  .mb-xl-50 {
    margin-bottom: 50px !important;
  }
  .mb-xl-60 {
    margin-bottom: 60px !important;
  }
  .mb-xl-70 {
    margin-bottom: 70px !important;
  }
  .mb-xl-80 {
    margin-bottom: 80px !important;
  }
  .mb-xl-90 {
    margin-bottom: 90px !important;
  }
  .mb-xl-100 {
    margin-bottom: 100px !important;
  }
  .mb-xl-120 {
    margin-bottom: 120px !important;
  }
  .mb-xl-150 {
    margin-bottom: 150px !important;
  }
  .mb-xl-180 {
    margin-bottom: 180px !important;
  }
  .mb-xl-210 {
    margin-bottom: 210px !important;
  }
  .mb-xl-240 {
    margin-bottom: 240px !important;
  }
  .mb-xl-250 {
    margin-bottom: 250px !important;
  }
}
@media (min-width: 1400px) {
  .mb-xxl-00 {
    margin-bottom: 0px !important;
  }
  .mb-xxl-10 {
    margin-bottom: 10px !important;
  }
  .mb-xxl-15 {
    margin-bottom: 15px !important;
  }
  .mb-xxl-20 {
    margin-bottom: 20px !important;
  }
  .mb-xxl-30 {
    margin-bottom: 30px !important;
  }
  .mb-xxl-40 {
    margin-bottom: 40px !important;
  }
  .mb-xxl-50 {
    margin-bottom: 50px !important;
  }
  .mb-xxl-60 {
    margin-bottom: 60px !important;
  }
  .mb-xxl-70 {
    margin-bottom: 70px !important;
  }
  .mb-xxl-80 {
    margin-bottom: 80px !important;
  }
  .mb-xxl-90 {
    margin-bottom: 90px !important;
  }
  .mb-xxl-100 {
    margin-bottom: 100px !important;
  }
  .mb-xxl-120 {
    margin-bottom: 120px !important;
  }
  .mb-xxl-150 {
    margin-bottom: 150px !important;
  }
  .mb-xxl-180 {
    margin-bottom: 180px !important;
  }
  .mb-xxl-210 {
    margin-bottom: 210px !important;
  }
  .mb-xxl-240 {
    margin-bottom: 240px !important;
  }
  .mb-xxl-250 {
    margin-bottom: 250px !important;
  }
}
@media print {
  .mb-00 {
    margin-bottom: 0px !important;
  }
  .mb-10 {
    margin-bottom: 10px !important;
  }
  .mb-15 {
    margin-bottom: 15px !important;
  }
  .mb-20 {
    margin-bottom: 20px !important;
  }
  .mb-30 {
    margin-bottom: 30px !important;
  }
  .mb-40 {
    margin-bottom: 40px !important;
  }
  .mb-50 {
    margin-bottom: 50px !important;
  }
  .mb-60 {
    margin-bottom: 60px !important;
  }
  .mb-70 {
    margin-bottom: 70px !important;
  }
  .mb-80 {
    margin-bottom: 80px !important;
  }
  .mb-90 {
    margin-bottom: 90px !important;
  }
  .mb-100 {
    margin-bottom: 100px !important;
  }
  .mb-120 {
    margin-bottom: 120px !important;
  }
  .mb-150 {
    margin-bottom: 150px !important;
  }
  .mb-180 {
    margin-bottom: 180px !important;
  }
  .mb-210 {
    margin-bottom: 210px !important;
  }
  .mb-240 {
    margin-bottom: 240px !important;
  }
}/*# sourceMappingURL=style.css.map */