@charset "UTF-8";
/*!
Theme Name: Fillgraphy
Theme URI:
Author: Fillgraphy
Author URI:
Description: Description
Version: 1.0
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, audio, video {
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}

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

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
  height: auto;
  font-size: 62.5%;
}

body {
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  height: auto;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.6em;
  line-height: 1.6;
  color: #444;
  background: #fff;
}
@media screen and (max-width: 420px) {
  body {
    font-size: 1.3em;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

img {
  vertical-align: top;
}

img,
a img {
  border: none;
}

a {
  text-decoration: none;
  color: inherit;
  outline: none;
  background-color: transparent;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

ul,
ol {
  list-style: none;
}

dd {
  margin-left: 0;
}

hr {
  clear: both;
  overflow: visible;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  margin: 0;
  color: inherit;
  border-top-width: 1px;
}

b,
strong,
.bold {
  font-weight: bold;
  font-weight: 600;
}

small {
  font-size: 80%;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  border: none;
}

td,
th {
  padding: 0;
  text-align: left;
  border: none;
}

body {
  position: relative;
  min-width: 1064px;
}
body:not(.home) {
  -webkit-animation: fadein 0.3s forwards;
          animation: fadein 0.3s forwards;
}
body.is-fixed {
  width: 100vw;
  height: 100vh;
  position: fixed;
}
@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
}

a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (min-width: 767px) {
  a:hover {
    opacity: 0.75;
  }
}

img {
  width: 100%;
}

.font-a1 {
  font-family: "A1明朝";
}

.font-abh-r {
  font-family: "Abhaya Libre", serif;
}

.font-abh-b {
  font-family: "Abhaya Libre", serif;
  font-weight: 700;
}

.font-robot-r {
  font-family: "Roboto", sans-serif;
}

.font-robot-b {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.global-header {
  position: fixed;
  z-index: 8887;
  top: 0;
  left: 0;
  width: 100%;
  height: 84px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body.home .global-header {
  -webkit-transform: translateY(-84px);
          transform: translateY(-84px);
  opacity: 0;
}
body.home .global-header.is-fixed {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
body:not(.home) .global-header {
  -webkit-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.07);
}
.global-header .inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px;
  background: #fff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.global-header h1 {
  width: 138px;
}
.global-header .nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 72px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.global-header .textnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1.18vw;
  font-family: "A1明朝";
}
.global-header .textnav li {
  line-height: 1;
  padding: 0 1.38vw;
  border-left: solid 1px #ddd;
}
.global-header .textnav li:first-child {
  border-left: none;
}
.global-header .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.global-header .btn-wrap a {
  line-height: 1;
  padding: 11px 12px 13px;
  display: block;
  width: 140px;
  height: 41px;
  text-align: center;
  border: solid 1px #997c4f;
  border-radius: 4px;
  font-family: "A1明朝";
}
.global-header .btn-wrap .order {
  color: #997c4f;
}
.global-header .btn-wrap .reserve {
  margin-left: 8px;
}
.global-header .btn-wrap .reserve a {
  color: #fff;
  background: #997c4f;
}
@media screen and (max-width: 767px) {
  .global-header {
    height: 57px;
  }
  .global-header .inner {
    height: 57px;
    padding-bottom: 8px;
  }
  .global-header .nav-wrap {
    display: none;
  }
  .global-header h1 {
    position: absolute;
    top: 11px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: auto;
    height: 38px;
  }
  .global-header h1 img {
    width: auto;
    height: 100%;
  }
}

.menu-button {
  position: fixed;
  top: 20px;
  right: 20px;
  display: block;
  width: 52px;
  height: 43px;
  padding: 10px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .menu-button {
    top: 6px;
    right: 6px;
  }
}
.menu-button .bar {
  position: absolute;
  left: 10px;
  display: block;
  width: 32px;
  height: 1px;
  margin-bottom: 10px;
  background-color: #444;
}
.menu-button .bar:nth-of-type(1) {
  top: 10px;
  -webkit-animation: menu_bar1 0.45s forwards;
          animation: menu_bar1 0.45s forwards;
}
.menu-button .bar:nth-of-type(2) {
  top: 21px;
  opacity: 1;
}
.menu-button .bar:nth-of-type(3) {
  top: 32px;
  margin-bottom: 0;
  -webkit-animation: menu_bar2 0.45s forwards;
          animation: menu_bar2 0.45s forwards;
}
.menu-button.is-active {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.menu-button.is-active .bar {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu-button.is-active .bar:nth-of-type(1) {
  -webkit-animation: active_menu_bar1 0.45s forwards;
          animation: active_menu_bar1 0.45s forwards;
}
.menu-button.is-active .bar:nth-of-type(2) {
  opacity: 0;
}
.menu-button.is-active .bar:nth-of-type(3) {
  -webkit-animation: active_menu_bar3 0.45s forwards;
          animation: active_menu_bar3 0.45s forwards;
}
.menu-button.menu-button01 {
  z-index: 8887;
  opacity: 1;
}
body.home .menu-button.menu-button01 .bar {
  background-color: #fff;
}
.menu-button.menu-button01.is-fixed .bar {
  background-color: #444;
}
body.home .menu-button.menu-button01.is-fixed .bar {
  background-color: #444;
}
.menu-button.menu-button01.is-active {
  opacity: 0;
}
.menu-button.menu-button02 {
  z-index: 8889;
}
.menu-button.menu-button02 .bar {
  background-color: #fff;
}
.menu-button.menu-button02 .bar:nth-of-type(2) {
  -webkit-transition: all 0.1s 0.1s;
  transition: all 0.1s 0.1s;
}
.menu-button.menu-button02.is-active .bar {
  background-color: #444;
}

@-webkit-keyframes menu_bar1 {
  0% {
    -webkit-transform: translateY(11px) rotate(45deg);
            transform: translateY(11px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(11px) rotate(0);
            transform: translateY(11px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

@keyframes menu_bar1 {
  0% {
    -webkit-transform: translateY(11px) rotate(45deg);
            transform: translateY(11px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(11px) rotate(0);
            transform: translateY(11px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes menu_bar2 {
  0% {
    -webkit-transform: translateY(-11px) rotate(-45deg);
            transform: translateY(-11px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-11px) rotate(0);
            transform: translateY(-11px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@keyframes menu_bar2 {
  0% {
    -webkit-transform: translateY(-11px) rotate(-45deg);
            transform: translateY(-11px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-11px) rotate(0);
            transform: translateY(-11px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes active_menu_bar1 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(11px) rotate(0);
            transform: translateY(11px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(11px) rotate(45deg);
            transform: translateY(11px) rotate(45deg);
  }
}
@keyframes active_menu_bar1 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(11px) rotate(0);
            transform: translateY(11px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(11px) rotate(45deg);
            transform: translateY(11px) rotate(45deg);
  }
}
@-webkit-keyframes active_menu_bar3 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-11px) rotate(0);
            transform: translateY(-11px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-11px) rotate(-45deg);
            transform: translateY(-11px) rotate(-45deg);
  }
}
@keyframes active_menu_bar3 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-11px) rotate(0);
            transform: translateY(-11px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-11px) rotate(-45deg);
            transform: translateY(-11px) rotate(-45deg);
  }
}
.hover-menu {
  position: fixed;
  z-index: 8888;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  pointer-events: none;
  opacity: 0;
  background-color: #ece6e4;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .hover-menu {
    display: block;
    padding: 16px;
    overflow: auto;
  }
}
.hover-menu h1 {
  position: fixed;
  top: 20px;
  left: 20px;
  width: 138px;
}
@media screen and (max-width: 767px) {
  .hover-menu h1 {
    position: static;
    width: 100%;
    margin: 11px auto 0 auto;
    text-align: center;
    height: 38px;
  }
  .hover-menu h1 img {
    width: auto;
    height: 100%;
  }
}
.hover-menu .inner {
  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;
}
@media screen and (max-width: 767px) {
  .hover-menu .inner {
    display: block;
    width: 100%;
    margin-top: 10vh;
  }
}
.hover-menu .textnav {
  margin-right: 11vw;
  font-family: "A1明朝";
}
@media screen and (max-width: 767px) {
  .hover-menu .textnav {
    margin-right: 0;
    margin-left: 16px;
    margin-bottom: 5vh;
  }
}
.hover-menu .textnav li {
  font-size: 1.8rem;
  margin-bottom: 5vh;
}
@media screen and (max-width: 767px) {
  .hover-menu .textnav li {
    margin-bottom: 3vh;
    font-size: 1.7rem;
  }
}
.hover-menu .btn-wrap {
  width: 380px;
}
@media screen and (max-width: 767px) {
  .hover-menu .btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.hover-menu .btn-reserve,
.hover-menu .btn-line01,
.hover-menu .btn-line02 {
  line-height: 74px;
  height: 74px;
  margin-bottom: 22px;
  padding-left: 120px;
  text-align: left;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
}
@media screen and (max-width: 767px) {
  .hover-menu .btn-reserve,
.hover-menu .btn-line01,
.hover-menu .btn-line02 {
    padding-left: 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .hover-menu .btn-reserve {
    line-height: 1;
    padding: 24px 0 24px 26px;
    width: 100%;
    height: 67px;
    margin-bottom: 15px;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .hover-menu .btn-line01,
.hover-menu .btn-line02 {
    font-size: 1.6rem;
    line-height: 1;
    width: calc((100vw - 32px - 15px) / 2);
    height: 80px;
    margin-bottom: 0;
    padding-top: 52px;
  }
}
.hover-menu .btn-line01::before,
.hover-menu .btn-line02::before {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.hover-menu .btn-line01::before {
  left: 38px;
}
@media screen and (max-width: 767px) {
  .hover-menu .btn-line01::before {
    top: 12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.hover-menu .btn-line02::before {
  left: 40px;
}
@media screen and (max-width: 767px) {
  .hover-menu .btn-line02::before {
    top: 13px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.hover-menu.is-active {
  pointer-events: auto;
  opacity: 1;
}

.global-footer {
  font-size: 1.4rem;
  padding-top: calc(50 / 1440 * 100%);
  padding-bottom: calc(70 / 1440 * 100%);
  background-color: #fff;
}
.global-footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1064px;
  margin: 0 auto;
  padding: 0 20px 70px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.global-footer .textnav {
  margin-right: calc(90 / 1024 * 100%);
}
.global-footer .textnav li {
  line-height: 1;
  margin-bottom: 20px;
}
.global-footer .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.global-footer .logo img {
  width: 100%;
}
.global-footer .logo h1 {
  width: 138px;
  margin-right: 30px;
}
.global-footer .logo .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.global-footer .logo .btn-wrap li {
  margin-right: 20px;
}
.global-footer .logo .btn-wrap li a {
  display: block;
  width: 32px;
  height: 32px;
}
.global-footer .footer-info p {
  margin-bottom: 0.5em;
}
.global-footer .footer-info .link::after {
  display: inline-block;
  width: 12px;
  height: 10px;
  margin-left: 5px;
  content: "";
  background: url(./assets/img/icon-link.svg) center center no-repeat;
  background-size: contain;
}
.global-footer .copyright {
  padding-top: 20px;
  text-align: center;
  border-top: solid 4px #b8aa85;
  font-family: "Abhaya Libre", serif;
}
@media screen and (max-width: 767px) {
  .global-footer {
    padding-top: 35px;
    padding-bottom: 0;
  }
  .global-footer .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0;
    padding: 0;
  }
  .global-footer .textnav {
    font-size: 1.4rem;
    width: calc((100% - 20px - 32px) / 2);
    margin-right: 0;
  }
  .global-footer .textnav:first-of-type {
    margin-left: 16px;
  }
  .global-footer .textnav:last-of-type {
    margin-right: 16px;
  }
  .global-footer .logo {
    width: 100%;
    display: block;
  }
  .global-footer .logo h1 {
    width: 170px;
    margin: 0 auto 20px;
  }
  .global-footer .logo ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .global-footer .footer-info {
    width: 100%;
    padding: 35px 16px;
    border-top: solid 1px #ccc;
  }
  .global-footer .copyright {
    padding-bottom: 35px;
  }
}

.fixed-offer {
  display: none;
}
@media screen and (max-width: 767px) {
  .fixed-offer {
    position: fixed;
    z-index: 7777;
    bottom: 0;
    bottom: -100px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 0 15px;
    -webkit-transition: bottom 0.5s;
    transition: bottom 0.5s;
    background-color: #fff;
    -webkit-box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .fixed-offer.is_scroll {
    bottom: 0;
  }
  .fixed-offer .fixed-offer-btn-icon {
    display: block;
    width: 40px;
    margin-bottom: 0;
  }
  .fixed-offer .fixed-offer-btn-label {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.4;
    display: block;
    text-align: left;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .fixed-offer .fixed-offer-btn-line,
.fixed-offer .fixed-offer-btn-online,
.fixed-offer .fixed-offer-btn-tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-align: center;
    -ms-flex-preferred-size: 33.3%;
        flex-basis: 33.3%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .fixed-offer .fixed-offer-btn-line:hover,
.fixed-offer .fixed-offer-btn-online:hover,
.fixed-offer .fixed-offer-btn-tel:hover {
    background-color: #fff;
  }
  .fixed-offer .fixed-offer-btn-line {
    color: #06c755;
  }
  .fixed-offer .fixed-offer-btn-line .fixed-offer-btn-icon img {
    width: 17px;
  }
  .fixed-offer .fixed-offer-btn-online {
    color: #997c4f;
  }
  .fixed-offer .fixed-offer-btn-online .fixed-offer-btn-icon img {
    width: 16px;
  }
  .fixed-offer .fixed-offer-btn-tel .fixed-offer-btn-icon img {
    width: 14px;
  }
}

.section {
  position: relative;
}
.section .inner {
  max-width: 1064px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}
body:not(.home) .section {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .section .inner {
    padding-left: 16px;
    padding-right: 16px;
  }
  body:not(.home) .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

input,
button,
select {
  cursor: pointer;
  border: none;
  outline: none;
}

button,
select,
option,
input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=text],
input[type=email],
input[type=tel],
textarea,
select {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  input[type=text],
input[type=email],
input[type=tel],
textarea,
select {
    font-size: 16px;
  }
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
input[type=text]:focus::-webkit-input-placeholder, input[type=email]:focus::-webkit-input-placeholder, input[type=tel]:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
input[type=text]:focus::-moz-placeholder, input[type=email]:focus::-moz-placeholder, input[type=tel]:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: transparent;
}
input[type=text]:focus:-ms-input-placeholder, input[type=email]:focus:-ms-input-placeholder, input[type=tel]:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: transparent;
}
input[type=text]:focus::-ms-input-placeholder, input[type=email]:focus::-ms-input-placeholder, input[type=tel]:focus::-ms-input-placeholder, textarea:focus::-ms-input-placeholder {
  color: transparent;
}
input[type=text]:focus::placeholder,
input[type=email]:focus::placeholder,
input[type=tel]:focus::placeholder,
textarea:focus::placeholder {
  color: transparent;
}

select,
option {
  width: 100%;
}

select::-ms-expand {
  display: none;
}

.pulldown {
  position: relative;
}
.pulldown::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 16px;
  height: 16px;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(./assets/img/icon-down2.svg) center center no-repeat;
  background-size: contain;
}

.heading01 {
  font-size: 3.6rem;
  font-size: calc(30px + 6 * (100vw - 768px)/672);
  line-height: 1.4;
  letter-spacing: 0.2em;
  font-family: "A1明朝";
  text-align: center;
}
@media screen and (max-width: 767px) {
  .heading01 {
    font-size: 2.3rem;
  }
}

.heading02 {
  margin-bottom: calc(40 / 1024 * 100%);
  text-align: center;
  letter-spacing: 0.1em;
  color: #956543;
}
.heading02 p {
  font-size: calc(36px + 4 * (100vw - 768px)/672);
  line-height: 1;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 126px;
  text-align: center;
  background: url(./assets/img/separator02.png) left center no-repeat, url(./assets/img/separator03.png) right center no-repeat;
  background-size: 93px auto;
  font-family: "Abhaya Libre", serif;
  font-weight: 700;
}
.heading02 h1 {
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .heading02 {
    margin-bottom: 35px;
  }
  .heading02 p {
    display: block;
    font-size: 3.2rem;
    padding: 0;
    margin-bottom: 18px;
  }
  .heading02 p span {
    padding: 0 10px;
  }
  .heading02 h1 {
    font-size: 1.2rem;
  }
}

.heading03 {
  margin-bottom: 35px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #956543;
}
.heading03 p {
  font-size: 28px;
  line-height: 1;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 126px;
  text-align: center;
  background: url(./assets/img/separator02.png) left center no-repeat, url(./assets/img/separator03.png) right center no-repeat;
  background-size: 93px auto;
  font-family: "Abhaya Libre", serif;
  font-weight: 700;
}
.heading03 h3 {
  font-weight: bold;
  line-height: 1;
  font-size: 14px;
}

.heading04 {
  font-size: 2.8rem;
  margin-bottom: 60px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #956543;
  font-family: "A1明朝";
}
@media screen and (max-width: 767px) {
  .heading04 {
    font-size: 1.8rem;
    margin-bottom: 35px;
  }
}

.message {
  padding: calc(50 / 1440 * 100%) 0;
  text-align: center;
  background: #ece6e4;
}
.message .message01 {
  font-size: 3rem;
  font-size: calc(28px + 2 * (100vw - 768px)/672);
  line-height: 1.8;
  margin-bottom: calc(40 / 1440 * 100%);
}
.message .message02 {
  font-size: 2.2rem;
  font-size: calc(20px + 2 * (100vw - 768px)/672);
}
.message .message01,
.message .message02 {
  letter-spacing: 0.15em;
  color: #956543;
  font-family: "A1明朝";
}
.message .message02 {
  position: relative;
  padding-top: calc(40 / 1440 * 100%);
}
.message .message02::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 147px;
  height: 2px;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(./assets/img/separator01.png) top center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .message .inner {
    width: 100%;
  }
  .message .message01 {
    font-size: 2.3rem;
    line-height: 1.4;
    margin-bottom: 30px;
  }
  .message .message02 {
    font-size: 1.6rem;
    padding-top: 30px;
  }
  .message .message01,
.message .message02 {
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 375px) {
  .message .message01 {
    font-size: 2.2rem;
  }
}

.message-gray {
  margin: 0 auto 55px;
  padding: 0 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .message-gray {
    margin: 0 0 70px;
    padding: 0 16px;
  }
}
.message-gray .inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 30px 0;
  background-color: #f1f1f1;
}
@media screen and (max-width: 767px) {
  .message-gray .inner {
    max-width: 100%;
    padding: 30px 15px;
  }
}
.message-gray p {
  font-size: 1.8rem;
  line-height: 2;
  display: inline-block;
  padding: 0 140px;
  letter-spacing: 0.1em;
  color: #956543;
  background: url(./assets/img/separator02.png) left center no-repeat, url(./assets/img/separator03.png) right center no-repeat;
  background-size: 93px auto;
  font-family: "A1明朝";
}
@media screen and (max-width: 767px) {
  .message-gray p {
    font-size: 1.3rem;
    display: block;
    padding: 0;
    background-size: 45px 1px;
  }
}

.contact {
  padding-top: calc(80 / 1440 * 100%);
  padding-bottom: calc(80 / 1440 * 100%);
  background-color: #e6d4ce;
}
.contact .inner {
  max-width: 930px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}
.contact .contact-title {
  font-size: 2.8rem;
  line-height: 1.4;
  z-index: 1;
  margin-bottom: calc(50 / 1024 * 100%);
  padding-top: 53px;
  text-align: center;
  letter-spacing: 0.2em;
  color: #956543;
  background: url(./assets/img/title-contact.png) center top no-repeat;
  background-size: 297px auto;
  font-family: "A1明朝";
}
.contact .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact .info-block {
  width: 380px;
  margin-left: 20px;
}
.contact figure {
  display: block;
  width: calc(100% - 400px);
}
.contact figure img {
  border-radius: 4px;
}
.contact .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact .btn-reserve {
  line-height: 74px;
  width: 100%;
  height: 74px;
  margin-bottom: 12px;
}
.contact .btn-line01,
.contact .btn-line02 {
  width: 184px;
  height: 80px;
  padding-top: 52px;
  font-size: 1.6rem;
  line-height: 1;
}
.contact .btn-line01::before,
.contact .btn-line02::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.contact .btn-line01::before {
  top: 12px;
}
.contact .btn-line02::before {
  top: 13px;
}
.contact .tel {
  font-size: 3.6rem;
  line-height: 1;
  position: relative;
  padding-left: 40px;
  letter-spacing: 0.07em;
  color: #956543;
  font-family: "Abhaya Libre", serif;
}
.contact .tel::before {
  position: absolute;
  top: 50%;
  left: 7px;
  width: 28px;
  height: 32px;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(./assets/img/icon-phone.svg) center center no-repeat;
  background-size: contain;
}
.contact p {
  font-size: 1.2rem;
  margin-left: 7px;
  margin-top: 5px;
  color: #956543;
}
@media screen and (max-width: 767px) {
  .contact {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .contact .inner {
    padding-right: 16px;
    padding-left: 16px;
  }
  .contact .contact-title {
    font-size: 2.3rem;
    margin-bottom: 25px;
    padding-top: 25px;
    background-size: 193px auto;
  }
  .contact .info-block {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
  .contact .content {
    display: block;
  }
  .contact figure {
    width: 100%;
    margin-bottom: 20px;
  }
  .contact .btn-reserve {
    line-height: 56px;
    height: 56px;
    margin-bottom: 15px;
  }
  .contact .btn-line01,
.contact .btn-line02 {
    font-size: 1.6rem;
    width: calc((100% - 15px) / 2);
    margin-bottom: 0;
  }
  .contact .tel {
    font-size: 3.2rem;
    margin: 0 auto;
    padding-left: 30px;
  }
  .contact .tel::before {
    left: 0;
    width: 23.5px;
    height: 28.5px;
  }
  .contact p {
    margin-top: 5px;
    margin-left: 0;
  }
}

.breadcrumb-wrap {
  position: absolute;
  left: 0;
  top: 104px;
  z-index: 1;
  width: 100%;
  line-height: 16px;
}
@media screen and (max-width: 767px) {
  .breadcrumb-wrap {
    display: none;
  }
}
.breadcrumb-wrap .breadcrumb {
  max-width: 1064px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumb-wrap li {
  margin-right: 12px;
  font-size: 1.2rem;
  padding-right: 20px;
  background: url(./assets/img/bc-arrow-w.svg) right center no-repeat;
  background-size: auto 10px;
  color: #fff;
}
.breadcrumb-wrap li a {
  color: #fff;
  display: block;
}
.breadcrumb-wrap li:last-child {
  padding-right: 0;
  background: none;
}
.breadcrumb-wrap li:first-child a {
  padding-left: 24px;
  background: url(./assets/img/bc-home-w.svg) left center no-repeat;
  background-size: auto 16px;
}
.breadcrumb-wrap.breadcrumb-black li {
  background: url(./assets/img/bc-arrow-b.svg) right center no-repeat;
  background-size: auto 10px;
  color: #444;
}
.breadcrumb-wrap.breadcrumb-black li a {
  color: #444;
}
.breadcrumb-wrap.breadcrumb-black li:last-child {
  padding-right: 0;
  background: none;
}
.breadcrumb-wrap.breadcrumb-black li:first-child a {
  background: url(./assets/img/bc-home-b.svg) left center no-repeat;
  background-size: auto 16px;
}

.btn01 {
  line-height: 1;
  padding: 14px 0 16px;
  display: block;
  max-width: 370px;
  height: 48px;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.1em;
  color: #956543;
  border: solid 1px #956543;
  border-radius: 2px;
  background-color: #fff;
  font-family: "A1明朝";
}
@media screen and (min-width: 767px) {
  .btn01:hover {
    color: #fff;
    background-color: #956543;
  }
}
@media screen and (max-width: 767px) {
  .btn01 {
    font-size: 1.6rem;
    max-width: 100%;
  }
}

.btn-reserve,
.btn-line01,
.btn-line02 {
  width: 100%;
  position: relative;
  display: block;
  text-align: center;
  letter-spacing: 0.05em;
  border-radius: 4px;
  font-size: 1.8rem;
  font-family: "A1明朝";
}
.btn-reserve::before,
.btn-line01::before,
.btn-line02::before {
  position: absolute;
  display: block;
  content: "";
}

.btn-reserve {
  color: #fff;
  background-color: #997c4f;
}
.btn-reserve::before {
  top: 50%;
  left: 40px;
  width: 24px;
  height: 23px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(./assets/img/icon-reserve.svg) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .btn-reserve::before {
    left: 24px;
  }
}
@media screen and (max-width: 767px) {
  .btn-reserve {
    padding-left: 24px;
  }
}

.btn-line01,
.btn-line02 {
  color: #06c755;
  background-color: rgba(255, 255, 255, 0.8);
  border: solid 1px #fff;
}

.btn-line01::before {
  width: 28px;
  height: 29px;
  background: url(./assets/img/icon-line.svg) center center no-repeat;
  background-size: contain;
}

.btn-line02::before {
  width: 22px;
  height: 25px;
  background: url(./assets/img/icon-file.svg) center center no-repeat;
  background-size: contain;
}

.ic-map,
.ic-calendar {
  font-size: 1.2rem;
  position: relative;
  display: inline;
  margin-right: 8px;
  padding: 4px 8px 4px 20px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #956543;
  border-radius: 2px;
  background-color: #f1f1f1;
}
@media screen and (max-width: 767px) {
  .ic-map,
.ic-calendar {
    font-size: 1.1rem;
  }
}
.ic-map::before,
.ic-calendar::before {
  position: absolute;
  top: 50%;
  left: 4px;
  display: block;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ic-map::before {
  width: 10px;
  height: 13px;
  background: url(./assets/img/icon-pin.svg) top center no-repeat;
  background-size: contain;
}
.ic-map + dd {
  white-space: nowrap;
}

.ic-calendar::before {
  width: 11px;
  height: 12px;
  background: url(./assets/img/icon-calendar.svg) top center no-repeat;
  background-size: contain;
}

.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.tags .tag {
  font-size: 1.2rem;
  margin-right: 8px;
  padding: 4px 8px;
  color: #956543;
  border-radius: 2px;
  background-color: #f1f1f1;
}
.tags .tag:last-child {
  margin-right: 0;
}
.tags .tag-special {
  color: #fff;
  background-color: #ac0029;
}
.tags .tag-limited {
  color: #fff;
  background-color: #b8aa85;
}

.wp-pagenavi {
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
  line-height: 32px;
  display: block;
  width: 32px;
  margin: 0 4px;
  text-align: center;
}
.wp-pagenavi a:hover,
.wp-pagenavi .current {
  background-color: #ece6e4;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  width: 4em;
  letter-spacing: 0.2em;
  color: #888;
}
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
  background-color: transparent;
}

.is-hide {
  display: none;
}

#loader-bg {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
}
#loader-bg .gif {
  position: fixed;
  z-index: 100;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.external_link {
  display: inline-block;
  margin-right: 5px;
  padding-right: 15px;
  background: url(./assets/img/icon-externallink.svg) 100% 50% no-repeat;
  background-size: 12px 12px;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .disp-pc {
    display: none;
  }
}

.disp-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .disp-sp {
    display: block;
  }
}

.disp-none {
  display: none;
}

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

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

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

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadein {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.fadein.active {
  opacity: 1;
}

@media screen and (min-width: 420px) {
  .sc-in {
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    -webkit-transform: translateY(80px);
            transform: translateY(80px);
    opacity: 0;
  }
  .sc-in.sc-on {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (min-width: 420px) and (min-width: 767px) {
  .sc-in.sc-on a:hover {
    opacity: 0.75;
  }
}

.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;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  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;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./") "ajax-loader.gif" center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  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");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev,
.slick-next {
  width: 20px;
  height: 36px;
  z-index: 10;
}
.slick-prev:before,
.slick-next:before {
  display: block;
  width: 20px;
  height: 36px;
}
@media screen and (max-width: 767px) {
  .slick-prev,
.slick-next {
    width: 10px;
    height: 18px;
  }
  .slick-prev:before,
.slick-next:before {
    width: 10px;
    height: 18px;
  }
}

.slick-prev {
  left: -20px;
}
[dir=rtl] .slick-prev {
  right: -20px;
  left: auto;
}
.slick-prev:before {
  content: "";
  background: url(./assets/img/chevron-left.svg) left center no-repeat;
  background-size: contain;
}
[dir=rtl] .slick-prev:before {
  content: "→";
}
@media screen and (max-width: 767px) {
  .slick-prev {
    left: -6px;
  }
  [dir=rtl] .slick-prev {
    right: -6px;
    left: auto;
  }
}

.slick-next {
  right: -20px;
}
[dir=rtl] .slick-next {
  right: auto;
  left: -20px;
}
.slick-next:before {
  content: "";
  background: url(./assets/img/chevron-right.svg) right center no-repeat;
  background-size: contain;
}
[dir=rtl] .slick-next:before {
  content: "←";
}
@media screen and (max-width: 767px) {
  .slick-next {
    right: -6px;
  }
  [dir=rtl] .slick-next {
    right: auto;
    left: -6px;
  }
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -20px;
  right: 0;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .slick-dots {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 4px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 8px;
  height: 8px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  content: "•";
  text-align: center;
  opacity: 1;
  color: black;
  background-color: #ccc;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li button:hover:before {
  background-color: #956543;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #956543;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 9045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 9044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 9046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  width: 32px;
  height: 32px;
  font-size: 0;
  font-color: transparent;
  background: url(../img/icon-close.svg) center center no-repeat !important;
  background-size: 32px 32px;
  top: -40px;
  right: -40px;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  background: url(../img/icon-arrow-left.svg) left center no-repeat !important;
  background-size: auto 36px;
  left: 20px;
}
.mfp-arrow-right {
  background: url(../img/icon-arrow-right.svg) right center no-repeat !important;
  background-size: auto 36px;
  right: 20px;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 0;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: 4;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* ------------------
 print
------------------ */