@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "ifont";
  src: url("../fonts/ifont.eot");
  src: url("../fonts/ifont.eot?#iefix") format("eot"), url("../fonts/ifont.woff") format("woff"), url("../fonts/ifont.ttf") format("truetype"), url("../fonts/ifont.svg#ifont") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon {
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 0;
}
.icon::before {
  display: inline-block;
  font-family: "ifont";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon--phone::before {
  content: "\ea01";
}
.icon--facebook::before {
  content: "\ea02";
}
.icon--instagram::before {
  content: "\ea03";
}
.icon--twitter::before {
  content: "\ea04";
}
.icon--about::before {
  content: "\ea05";
}
.icon--trimming::before {
  content: "\ea06";
}
.icon--hotel::before {
  content: "\ea07";
}
.icon--dailycare::before {
  content: "\ea08";
}

html,
body {
  height: 100%;
}

body {
  font-size: 14px;
  font-family: "Noto Sans JP", Avenir, Verdana, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  color: #333;
  background: #fff;
  line-height: 1.75;
  letter-spacing: 0.05em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #a5cd3c;
}

@media screen and (max-width: 768px) {
  img {
    max-width: 100%;
  }
}

ul, li, dl, dt, dd {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

strong {
  font-weight: bold;
}

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

.md-HeroFront {
  padding-top: 0px;
  margin-bottom: 15px;
}
.md-HeroFront__photo {
  position: relative;
  background: #fff;
  overflow: hidden;
}
.md-HeroFront__photo ul {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.md-HeroFront__photo li {
  width: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  overflow: hidden;
}
.md-HeroFront__photo li img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  z-index: 0;
}
.md-HeroFront__photo li.is-Show {
  opacity: 1;
  -webkit-transition: opacity 5s;
  transition: opacity 5s;
}
.md-HeroFront__photo li.is-Show img {
  -webkit-transition: opacity 5s, -webkit-transform 5s;
  transition: opacity 5s, -webkit-transform 5s;
  transition: opacity 5s, transform 5s;
  transition: opacity 5s, transform 5s, -webkit-transform 5s;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.md-HeroFront__photo li.is-Hide {
  opacity: 0;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
}
@media screen and (min-width: 1181px) {
  .md-HeroFront__photo ul,
  .md-HeroFront__photo li {
    height: 650px;
  }
}
@media screen and (max-width: 1180px) {
  .md-HeroFront__photo ul,
  .md-HeroFront__photo li {
    height: 550px;
  }
}
@media screen and (max-width: 768px) {
  .md-HeroFront__photo ul,
  .md-HeroFront__photo li {
    height: 450px;
  }
}
@media screen and (max-width: 568px) {
  .md-HeroFront__photo ul,
  .md-HeroFront__photo li {
    height: 350px;
  }
}
@media screen and (max-width: 414px) {
  .md-HeroFront__photo ul,
  .md-HeroFront__photo li {
    height: 250px;
  }
}
@media screen and (max-width: 320px) {
  .md-HeroFront__photo ul,
  .md-HeroFront__photo li {
    height: 200px;
  }
}
.md-HeroSub {
  position: relative;
}
.md-HeroSub::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2) url(../img/md_hero_dot.png);
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .md-HeroSub {
    height: 200px;
  }
}
.md-HeroSub__ttl {
  text-align: center;
  position: absolute;
  height: 3em;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 0;
  color: #fff;
  font-size: 50px;
  line-height: 1.3;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .md-HeroSub__ttl {
    font-size: 30px;
  }
}
.md-HeroSub__ttl .is-En {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 50px;
  border-bottom: 1px solid #FFF;
  letter-spacing: 0.1em;
  font-family: "Poppins";
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .md-HeroSub__ttl .is-En {
    display: block;
    margin: 0 10px 10px;
  }
}
.md-HeroSub__ttl .is-En::before {
  content: attr(data-title) "";
}
.md-HeroSub__ttl .is-Ja {
  display: block;
  font-size: 14px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .md-HeroSub__ttl .is-Ja {
    font-size: 12px;
  }
}
.md-HeroSub--about {
  height: 300px;
  background: url(../img/about_hero.jpg?20171004) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .md-HeroSub--about {
    height: 200px;
  }
}
.md-HeroSub--trimming {
  height: 300px;
  background: url(../img/trimming_hero.jpg?20171004) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .md-HeroSub--trimming {
    height: 200px;
  }
}
.md-HeroSub--hotel {
  height: 300px;
  background: url(../img/hotel_hero.jpg?20171004) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .md-HeroSub--hotel {
    height: 200px;
  }
}
.md-HeroSub--voice {
  height: 300px;
  background: url(../img/voice_hero.jpg?20171004) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .md-HeroSub--voice {
    height: 200px;
  }
}
.md-HeroSub--store {
  height: 300px;
  background: url(../img/shop_hero.jpg?20171004) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .md-HeroSub--store {
    height: 200px;
  }
}
.md-HeroSub--terms {
  height: 300px;
  background: url(../img/terms_hero.jpg?20171004) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .md-HeroSub--terms {
    height: 200px;
  }
}
.md-HeroSub--qa {
  height: 300px;
  background: url(../img/qa_hero.jpg?20171004) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .md-HeroSub--qa {
    height: 200px;
  }
}
.md-HeroSub--reservation {
  height: 300px;
  background: url(../img/reserv_hero.jpg?20171004) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .md-HeroSub--reservation {
    height: 200px;
  }
}
.md-HeroSub--news {
  height: 300px;
  background: url(../img/news_hero.jpg?20171004) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .md-HeroSub--news {
    height: 200px;
  }
}
.md-HeroSub--gallery {
  height: 300px;
  background: url(../img/gallery_hero.jpg?20171004) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .md-HeroSub--gallery {
    height: 200px;
  }
}
.md-Title__heading {
  text-align: center;
}
.md-Title__content {
  position: relative;
  width: 300px;
  margin: 0 auto 15px;
  padding: 0 0 20px;
  line-height: 1;
  font-size: 40px;
  border-bottom: 3px solid rgb(221.2040816327, 236.2244897959, 181.7755102041);
  letter-spacing: 0.1em;
  font-family: "Poppins";
}
@media screen and (max-width: 768px) {
  .md-Title__content {
    width: 100%;
    font-size: 26px;
  }
}
.md-Title__content .is-Sup {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
}
.md-Title__content .is-News {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .md-Title__content .is-News {
    font-size: 18px;
  }
}
.md-Title__content::before, .md-Title__content::after {
  position: absolute;
  content: "";
}
.md-Title__content::before {
  width: 30%;
  height: 3px;
  background: #a5cd3c;
  bottom: -3px;
  left: 0;
  right: 0;
  margin: auto;
}
.md-Title__sup {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.md-SNS li {
  display: inline-block;
  margin: 0 2px;
}
.md-SNS a {
  display: table-cell;
  width: 40px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  color: #a5cd3c;
  border: 1px solid #a5cd3c;
  background: fff;
  font-size: 24px;
  border-radius: 50%;
}
.md-SNS a:hover {
  border-radius: 10px;
  color: #fff;
}
.md-SNS a .icon {
  display: block;
}
.md-SNS__fb:hover {
  border: 1px solid #305097;
  background: #305097;
}
.md-SNS__ig:hover {
  border: 1px solid #3f729b;
  background: #3f729b;
}
.md-SNS__tw:hover {
  border: 1px solid #00aced;
  background: #00aced;
}
.md-Container {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .md-Container {
    padding: 0 16px;
  }
}
.md-PagesNav {
  padding: 50px 0 100px;
  text-align: center;
}
.md-PagesNav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.md-PagesNav li:last-child::after {
  content: "";
  display: inline;
}
.md-PagesNav a {
  padding: 6px 30px;
}
@media screen and (max-width: 768px) {
  .md-PagesNav a {
    padding: 6px 12px;
    font-size: 12px;
  }
}
.md-PagesNav a:hover {
  color: #a5cd3c;
}
.md-PagesNav a.is-Current {
  background: #a5cd3c;
  border-radius: 30px;
  color: #fff;
}
.md-PagesNav a.is-Current:hover {
  color: #fff;
}
.md-Btn {
  display: block;
  margin: 0 auto;
  padding: 15px 0;
  text-align: center;
  background: #a5cd3c;
  border: 1px solid #a5cd3c;
  color: #fff;
  line-height: 1;
}
.md-Btn:hover {
  background: #fff;
  color: #a5cd3c;
}
@media screen and (max-width: 768px) {
  .md-Btn:hover {
    background: #a5cd3c;
    color: #fff;
  }
}
.md-Paging {
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  .md-Paging {
    padding: 20px;
  }
}
.md-Paging.is-Archive {
  padding: 30px 0;
  text-align: center;
}
.md-Paging.is-Archive span,
.md-Paging.is-Archive a {
  display: inline-block;
  padding: 8px 10px;
  line-height: 1;
  margin: 0 5px;
}
@media screen and (max-width: 768px) {
  .md-Paging.is-Archive span,
  .md-Paging.is-Archive a {
    margin: 0 0 5px;
  }
}
.md-Paging.is-Archive span {
  background: #a5cd3c;
  border: 1px solid #a5cd3c;
  color: #fff;
}
.md-Paging.is-Archive span.dots {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  color: #ccc;
}
.md-Paging.is-Archive a {
  border: 1px solid #a5cd3c;
  color: #a5cd3c;
}
.md-Paging.is-Archive a:hover {
  background: #a5cd3c;
  color: #fff;
}
.md-Paging.is-Single ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.md-Paging.is-Single li:first-child a {
  padding-left: 25px;
}
.md-Paging.is-Single li:first-child a::before {
  left: 10px;
  border-left: 2px solid #a5cd3c;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.md-Paging.is-Single li:last-child a {
  padding-right: 25px;
}
.md-Paging.is-Single li:last-child a::before {
  right: 10px;
  border-right: 2px solid #a5cd3c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.md-Paging.is-Single li a {
  position: relative;
  padding: 8px 10px;
  line-height: 1;
  border: 1px solid #a5cd3c;
  color: #a5cd3c;
}
.md-Paging.is-Single li a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #a5cd3c;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
.md-Paging.is-Single li a:hover {
  background: #a5cd3c;
  color: #fff;
}
.md-Paging.is-Single li a:hover::before {
  border-color: #fff;
}
.md-Link {
  color: #a5cd3c;
}
.md-Link::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #a5cd3c;
  border-right: 2px solid #a5cd3c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
.md-Link:hover {
  color: rgb(135.387755102, 170.3265306122, 43.6734693878);
}
.md-Link:hover::before {
  border-top: 2px solid rgb(135.387755102, 170.3265306122, 43.6734693878);
  border-right: 2px solid rgb(135.387755102, 170.3265306122, 43.6734693878);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.md-Tax {
  margin: 16px 0 32px;
  padding: 16px;
  background: #fafafa;
  text-align: center;
}
.md-Tax p {
  margin: 0;
  color: #666;
}
.md-Line {
  margin: 0 0 32px;
  padding: 24px 32px 32px;
  background: #02b801;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .md-Line {
    padding: 16px;
  }
}
.md-Line__inner {
  max-width: 760px;
  margin: auto;
}
.md-Line__title {
  margin: 0 0 32px;
  padding: 0 0 16px;
  text-align: center;
  border-bottom: 6px solid #019d00;
}
@media screen and (max-width: 768px) {
  .md-Line__title {
    margin: 0 0 24px;
    border-bottom: 3px solid #019d00;
  }
}
.md-Line__title span {
  display: block;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .md-Line__title span {
    font-size: 12px;
  }
}
.md-Line__title span:nth-of-type(1) {
  font-size: 32px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .md-Line__title span:nth-of-type(1) {
    font-size: 20px;
  }
}
.md-Line__title span:nth-of-type(2) {
  letter-spacing: 0.2em;
}
.md-Line__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 16px;
}
@media screen and (max-width: 768px) {
  .md-Line__container {
    display: block;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .md-Line__qr {
    display: none;
  }
}
.md-Line__qr img {
  max-width: 160px;
}
.md-Line__btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .md-Line__btn {
    display: block;
  }
  .md-Line__btn a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    max-width: 80%;
    margin: auto;
    padding: 12px 16px;
    border-radius: 5px;
    text-align: center;
    -webkit-box-shadow: 2px 2px 0 #019d00;
    box-shadow: 2px 2px 0 #019d00;
    font-size: 15px;
    font-weight: bold;
    color: #019d00;
  }
  .md-Line__btn svg {
    width: 38px;
    margin: 0 8px 0 0;
    fill: #02b801;
  }
}
.md-Line__item {
  padding: 0 0 0 32px;
}
@media screen and (max-width: 768px) {
  .md-Line__item {
    padding: 0;
  }
}
.md-Line__item li {
  list-style-type: decimal;
}

@media screen and (min-width: 1024px) {
  .st-Header {
    position: fixed;
    left: 0;
    top: 0;
    width: 200px;
    height: 100%;
    -webkit-box-shadow: 0 0 5px #333;
    box-shadow: 0 0 5px #333;
    background: #212121;
    z-index: 99;
  }
  .st-HeaderNav__logo {
    margin: 0;
    padding: 20px 0;
    font-size: 10px;
  }
  .st-HeaderNav__logo a {
    display: block;
    margin: 0 auto;
    width: 110px;
    height: 110px;
    background: url(../img/logo.png?20170826) no-repeat 0 0;
    background-size: 100% auto;
    background-color: transparent;
    border: 0;
    overflow: hidden;
  }
  .st-HeaderNav__logo a:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
  }
  .st-HeaderNav__items a, .st-HeaderNav__items span {
    color: #fff;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  .st-HeaderNav__item > a,
  .st-HeaderNav__item > .is-SubNav {
    position: relative;
    display: block;
    padding: 15px 15px 15px 30px;
    background: #333;
    cursor: pointer;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
    border-bottom: 1px solid #212121;
    font-size: 12px;
  }
  .st-HeaderNav__item > a::before,
  .st-HeaderNav__item > .is-SubNav::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2px;
    margin: auto;
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
    opacity: 0;
  }
  .st-HeaderNav__item > a:hover, .st-HeaderNav__item > a.is-Active,
  .st-HeaderNav__item > .is-SubNav:hover,
  .st-HeaderNav__item > .is-SubNav.is-Active {
    padding-left: 50px;
  }
  .st-HeaderNav__item > a:hover::before, .st-HeaderNav__item > a.is-Active::before,
  .st-HeaderNav__item > .is-SubNav:hover::before,
  .st-HeaderNav__item > .is-SubNav.is-Active::before {
    left: 30px;
    opacity: 1;
  }
  .st-HeaderNav__item > a:hover,
  .st-HeaderNav__item > .is-SubNav:hover {
    background: #212121;
  }
  .st-HeaderNav__item > a.is-Active,
  .st-HeaderNav__item > .is-SubNav.is-Active {
    background: #a5cd3c;
  }
  .st-HeaderNav__item .is-SubNav ul {
    position: absolute;
    width: 200px;
    top: 0;
    left: 180px;
    background: #a5cd3c;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
    z-index: -2;
  }
  .st-HeaderNav__item .is-SubNav a {
    display: block;
    padding: 15px 25px;
    border-bottom: 1px solid rgb(183.7346938776, 215.4081632653, 100.5918367347);
  }
  .st-HeaderNav__item .is-SubNav:hover ul {
    visibility: visible;
    opacity: 1;
    left: 200px;
  }
  .st-HeaderNav__item .is-SubNav:hover ul a:hover {
    background: rgb(135.387755102, 170.3265306122, 43.6734693878);
  }
  .st-Header__tel {
    padding: 10px;
    color: #fff;
  }
  .st-Header__tel dt, .st-Header__tel dd {
    display: inline-block;
    font-size: 12px;
  }
  .st-Header__tel dt::after {
    content: "：";
  }
  .st-Header__tel p {
    margin: 10px 0 0;
    padding: 0;
    font-size: 20px;
    line-height: 1;
  }
  .st-Header__tel i {
    vertical-align: middle;
    font-size: 24px;
  }
  .st-Header__tel a {
    color: #fff;
  }
}
@media screen and (max-width: 1023px) {
  .st-HeaderNav__logo {
    margin: 0;
    padding: 10px 0;
    font-size: 10px;
    background: #212121;
  }
  .st-HeaderNav__logo a {
    display: block;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    background: url(../img/logo.png?20170826) no-repeat 0 0;
    background-size: 100%;
    background-color: transparent;
    border: 0;
    overflow: hidden;
  }
  .st-HeaderNav__logo a:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
  }
  .st-HeaderNavChange {
    position: fixed;
    padding: 10px;
    top: 15px;
    left: 10px;
    z-index: 100;
    line-height: 0;
    background: rgba(0, 0, 0, 0.2);
  }
  .st-HeaderNavChange__trigger {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    width: 25px;
    height: 22px;
    z-index: 99;
  }
  .st-HeaderNavChange__trigger span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
  }
  .st-HeaderNavChange__trigger span:nth-of-type(1) {
    top: 0;
  }
  .st-HeaderNavChange__trigger span:nth-of-type(2) {
    top: 10px;
  }
  .st-HeaderNavChange__trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .st-HeaderNavChange__trigger.is-Active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
  .st-HeaderNavChange__trigger.is-Active span:nth-of-type(2) {
    opacity: 0;
  }
  .st-HeaderNavChange__trigger.is-Active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }
  .st-HeaderNav nav {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 88;
    visibility: hidden;
  }
  .st-HeaderNav nav.is-View {
    visibility: visible;
  }
  .st-HeaderNav nav.is-View .st-HeaderNav__items {
    margin-left: 0;
  }
  .st-HeaderNav__items {
    position: absolute;
    top: 0;
    background: #212121;
    padding-top: 80px;
    width: 250px;
    height: 100%;
    margin-left: -85%;
    -webkit-box-shadow: 0 0 10px;
    box-shadow: 0 0 10px;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  .st-HeaderNav__item {
    border-bottom: 1px solid #333;
  }
  .st-HeaderNav__item a,
  .st-HeaderNav__item .is-SubNav span {
    position: relative;
    padding: 15px;
    display: block;
    cursor: pointer;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
    font-size: 14px;
    color: #fff;
  }
  .st-HeaderNav__item a {
    position: relative;
  }
  .st-HeaderNav__item a::after {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto;
    display: block;
    content: "";
    width: 11px;
    height: 11px;
    border-top: 4px solid #444;
    border-right: 4px solid #444;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .st-HeaderNav__item span::before, .st-HeaderNav__item span::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    content: "";
    width: 17px;
    height: 17px;
    -webkit-transition: all, 0.6s;
    transition: all, 0.6s;
  }
  .st-HeaderNav__item span::before {
    top: 16px;
    right: 15px;
    border-top: 3px solid #a5cd3c;
  }
  .st-HeaderNav__item span::after {
    border-top: 3px solid #a5cd3c;
    right: 23px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .st-HeaderNav__item span.is-Active::before {
    border-top: 3px solid #a5cd3c;
  }
  .st-HeaderNav__item span.is-Active::after {
    opacity: 0;
    top: 10px;
  }
  .st-HeaderNav__item .is-SubNav ul {
    display: none;
    background: #333;
  }
  .st-HeaderNav__item .is-SubNav ul a {
    padding-left: 25px;
  }
  .st-HeaderNav__item .is-SubNav li {
    border-bottom: 1px solid #444;
  }
  .st-HeaderNav__item .is-SubNav li:last-child {
    border-bottom: 0;
  }
  .st-Header__tel {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .st-Contents {
    padding-left: 200px;
  }
}
.st-Footer {
  margin-top: 100px;
  background: #fafafa;
}
@media screen and (max-width: 768px) {
  .st-Footer {
    margin-top: 60px;
    padding-top: 15px;
  }
}
.st-Footer__inner {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .st-Footer__inner {
    padding: 0 16px;
  }
}
.st-FooterNav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 12px;
}
@media screen and (max-width: 1023px) {
  .st-FooterNav {
    display: none;
  }
}
.st-FooterNav__item {
  margin-bottom: 25px;
  padding: 15px;
}
.st-FooterNav__item:first-child {
  border-left: 0;
}
.st-FooterNav dl {
  margin-bottom: 1em;
}
.st-FooterNav dt {
  margin-bottom: 1em;
  font-weight: bold;
}
.st-FooterNav dd {
  margin-bottom: 5px;
}
.st-FooterNav a {
  position: relative;
  display: block;
  padding-left: 12px;
}
.st-FooterNav a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (min-width: 769px) {
  .st-FooterWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .st-FooterWrap__fb {
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .st-FooterWrap {
    text-align: center;
  }
  .st-FooterWrap__fb {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
}
.st-FooterWrap__address {
  width: 100%;
  padding: 30px;
  background: #fefefe;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .st-FooterWrap__address {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .st-FooterWrap__address {
    margin-top: 15px;
    padding: 15px;
    text-align: center;
  }
  .st-FooterWrap__address dd {
    margin-bottom: 5px;
  }
}
.st-FooterWrap__address .is-name {
  line-height: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 200px;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  margin: 0 30px 0 0;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .st-FooterWrap__address .is-name {
    margin: 0 auto 30px;
  }
  .st-FooterWrap__address .is-name img {
    max-width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .st-FooterWrap__address .is-detail {
    text-align: left;
  }
}
.st-FooterWrap__address .is-detail dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .st-FooterWrap__address .is-detail dl {
    padding: 5px 0;
    border-bottom: 1px solid #fafafa;
  }
}
.st-FooterWrap__address .is-detail dt, .st-FooterWrap__address .is-detail dd {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .st-FooterWrap__address .is-detail dt {
    width: 6em;
  }
}
.st-FooterWrap__address .is-detail dt::after {
  content: "：";
}
@media screen and (max-width: 768px) {
  .st-FooterWrap__address .is-detail dt::after {
    display: none;
  }
}
.st-FooterWrap__address .is-detail dd span {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .st-FooterWrap__address .is-detail dd span {
    display: block;
  }
}
.st-Footer__copyright {
  padding: 15px;
  background: #a5cd3c;
  text-align: center;
  color: rgb(221.2040816327, 236.2244897959, 181.7755102041);
}
.st-Footer__copyright small {
  font-size: 13px;
}
.st-Path {
  padding: 15px 30px;
}
@media screen and (max-width: 768px) {
  .st-Path {
    margin-bottom: 30px;
    padding: 15px;
    overflow: scroll;
    white-space: nowrap;
  }
}
.st-Path li {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  padding-right: 20px;
  font-size: 13px;
  color: #ccc;
  line-height: 1;
}
.st-Path li::after {
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.st-Path li:last-child {
  margin-right: 5px;
  padding-right: 15px;
}
.st-Path li:last-child::after {
  border: 0;
}
.st-Path a {
  color: #999;
}
.st-Path a:hover {
  color: #a5cd3c;
}

.f-ExternalPhoto__ttl, .f-InfoReservation__ttl, .f-InfoNews__ttl {
  font-size: 12px;
  color: #a5cd3c;
  font-weight: normal;
}
.f-ExternalPhoto__ttl span, .f-InfoReservation__ttl span, .f-InfoNews__ttl span {
  margin: 0 5px 5px 0;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0.1em;
  vertical-align: middle;
  display: inline-block;
  font-family: "Poppins";
}
@media screen and (max-width: 768px) {
  .f-ExternalPhoto__ttl span, .f-InfoReservation__ttl span, .f-InfoNews__ttl span {
    font-size: 24px;
  }
}

.f-SNS {
  margin-bottom: 30px;
  text-align: right;
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .f-SNS {
    padding: 0 16px;
  }
}
.f-Info {
  margin-bottom: 100px;
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .f-Info {
    padding: 0 16px;
  }
}
@media screen and (min-width: 1024px) {
  .f-Info:after {
    content: "";
    display: block;
    clear: both;
  }
  .f-InfoNews {
    float: left;
    width: 100%;
    padding-left: 400px;
    margin-left: -400px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .f-InfoReservation {
    float: right;
    width: 350px;
  }
}
@media screen and (max-width: 768px) {
  .f-Info {
    margin-bottom: 30px;
  }
}
.f-InfoNews__items {
  margin: 0 0 30px;
}
.f-InfoNews__items time {
  display: inline-block;
  width: 9em;
}
@media screen and (max-width: 768px) {
  .f-InfoNews__items time {
    display: block;
    width: auto;
    margin-bottom: 5px;
  }
}
.f-InfoNews__items li {
  border-bottom: 1px dashed #a5cd3c;
  overflow: hidden;
}
.f-InfoNews__items a {
  display: block;
  padding: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .f-InfoNews__items a {
    padding: 15px 5px;
  }
}
.f-InfoNews__more {
  text-align: center;
}
.f-InfoReservation {
  text-align: center;
  border: 1px dashed #a5cd3c;
  border-radius: 3px;
}
.f-InfoReservation__inner {
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .f-InfoReservation__inner {
    padding: 15px;
  }
}
.f-InfoReservation__ttl {
  margin: 0 0 15px;
}
.f-InfoReservation__ttl span {
  display: block;
}
.f-InfoReservation__tel {
  margin: 0 0 5px;
  padding: 0;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .f-InfoReservation__tel {
    font-size: 32px;
  }
}
.f-InfoReservation__tel i {
  vertical-align: middle;
}
.f-InfoReservation dt,
.f-InfoReservation dd {
  display: inline-block;
}
.f-InfoReservation dt::after {
  content: "：";
}
.f-External {
  position: relative;
  margin-bottom: 50px;
  padding: 50px 0;
  background: #fafafa;
}
@media screen and (max-width: 1023px) {
  .f-External {
    padding: 50px 10px;
  }
}
.f-External::after {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.f-ExternalPhoto__ttl {
  text-align: center;
  margin: 0 0 25px;
}
.f-ExternalPhoto__ttl span {
  display: block;
}
.f-ExternalPhoto__sub {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 16px;
  color: #999;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .f-ExternalPhoto__sub {
    position: absolute;
    top: 60px;
    right: 30px;
  }
}
.f-ExternalPhoto__sub i {
  font-size: 18px;
  vertical-align: middle;
}
.f-ExternalPhoto__sub a {
  font-size: 10px;
  color: #ccc;
}
.f-ExternalPhoto__items {
  text-align: center;
}
.f-ExternalPhoto__items li {
  width: 15%;
  margin: 0 0.5%;
  display: inline-block;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
@media screen and (max-width: 1023px) {
  .f-ExternalPhoto__items li {
    width: 44%;
    margin: 0 1%;
    margin-bottom: 2px;
  }
}
.f-ExternalPhoto__items li img {
  width: 100%;
  display: block;
  border-radius: 3%;
}
.f-Link ul {
  text-align: center;
}
.f-Link li {
  display: inline-block;
  margin: 0 10px 30px;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
  font-size: 20px;
}
.f-Link li .is-en {
  display: block;
  margin: 10px 20px 0;
  padding: 10px 0 0;
  font-size: 14px;
  letter-spacing: 0.5em;
  border-top: 1px solid #a5cd3c;
}
.f-Link a {
  position: relative;
  display: block;
  width: 230px;
  height: 230px;
  padding-top: 100px;
  border: 1px solid #a5cd3c;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #a5cd3c;
}
.f-Link a .icon {
  position: absolute;
  top: 30px;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
  margin-bottom: 15px;
  font-size: 56px;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
  color: #a5cd3c;
}
.f-Link a:hover {
  border-radius: 10%;
  color: #fff;
  background: #a5cd3c;
}
.f-Link a:hover .icon {
  font-size: 150px;
  opacity: 0.3;
  color: #fff;
}
.f-Link a:hover .is-en {
  border-top: 1px solid #fff;
}

.pg-AboutConcept__ttl {
  margin-bottom: 30px;
}
.pg-AboutConceptHeading {
  margin-bottom: 50px;
  letter-spacing: 0.1em;
}
.pg-AboutConceptHeading__ttl {
  margin: 0 0 0.5em;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .pg-AboutConceptHeading__ttl {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) {
  .pg-AboutConceptHeading__ttl::before, .pg-AboutConceptHeading__ttl::after {
    content: " - ";
  }
}
.pg-AboutConceptHeading__copy {
  margin: 0;
  line-height: 1.8;
  font-size: 14px;
}
.pg-AboutConcept__inner {
  margin-bottom: 100px;
  padding: 15px;
  background: #a5cd3c url(../img/dot_w.png);
}
.pg-AboutConcept__body {
  padding: 30px;
  text-align: center;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .pg-AboutConcept__body {
    padding: 16px;
  }
}
.pg-AboutConcept__detail p {
  margin: 0 0 1.5em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .pg-AboutConcept__detail p {
    font-size: 14px;
  }
}
.pg-AboutConcept__detail .is-Logo {
  margin: 60px auto 0;
  max-width: 154px;
}
.pg-AboutStaff {
  margin-bottom: 100px;
}
.pg-AboutStaff__ttl {
  margin-bottom: 30px;
}
.pg-AboutStaff__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding: 120px 30px 30px;
  background: #f6f1f1 no-repeat center 30px;
}
@media screen and (max-width: 768px) {
  .pg-AboutStaff__item {
    padding: 64px 16px 32px;
    display: block;
  }
}
.pg-AboutStaff__item.is-Owner {
  background-image: url(../img/about_owner_ttl.png);
}
@media screen and (max-width: 768px) {
  .pg-AboutStaff__item.is-Owner {
    background-size: 163px auto;
  }
}
.pg-AboutStaff__item.is-Staff {
  background-image: url(../img/about_staff_ttl.png);
}
@media screen and (max-width: 768px) {
  .pg-AboutStaff__item.is-Staff {
    background-size: 163px auto;
  }
}
@media screen and (min-width: 769px) {
  .pg-AboutStaff__detail {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .is-Staff .pg-AboutStaff__detail {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 30px;
  }
  .is-Owner .pg-AboutStaff__detail {
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .pg-AboutStaff__detail {
    margin-bottom: 32px;
  }
}
.pg-AboutStaff__name {
  display: inline-block;
  text-align: center;
  letter-spacing: 0.4em;
}
@media screen and (max-width: 768px) {
  .pg-AboutStaff__name {
    display: block;
    text-align: center;
  }
}
.pg-AboutStaff__name span {
  display: block;
  margin-top: 10px;
  padding: 5px 30px 0;
  border-top: 1px solid #a5cd3c;
  color: #a5cd3c;
  letter-spacing: 0.6em;
  font-weight: normal;
  font-style: italic;
  font-family: "Poppins";
}
.pg-AboutStaff__profile {
  text-align: left;
}
.pg-AboutStaff__profile dl {
  margin: 0 0 15px;
}
.pg-AboutStaff__profile dt {
  margin: 0 0 5px;
  padding: 0 0 0 20px;
  background: url(../img/list_mark_gray.png) no-repeat left center;
  font-size: 13px;
}
.pg-AboutStaff__profile dd {
  margin-left: 22px;
  font-size: 13px;
}
.pg-AboutStaff__photo {
  padding-: 50px;
}
.is-Staff .pg-AboutStaff__photo {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
@media screen and (max-width: 768px) {
  .pg-AboutStaff__photo {
    width: 280px;
    margin: 0 auto;
  }
}
.pg-AboutCredentials__body {
  margin: 50px 0;
}
@media screen and (min-width: 1024px) {
  .pg-AboutCredentials__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .pg-AboutCredentials__body {
    margin: 0 0 30px;
  }
}
.pg-AboutCredentialsDetail {
  width: 100%;
  background: #f6f1f1;
  padding: 3px;
}
@media screen and (min-width: 1024px) {
  .pg-AboutCredentialsDetail {
    width: 60%;
  }
}
@media screen and (min-width: 769px) {
  .pg-AboutCredentialsDetail {
    margin-top: 60px;
  }
}
.pg-AboutCredentialsDetail__inner {
  padding: 50px 30px 30px;
  background: #fff url(../img/about_credentials_bg.png) repeat-x center top;
}
@media screen and (max-width: 768px) {
  .pg-AboutCredentialsDetail__inner {
    padding: 50px 10px 10px;
  }
}
.pg-AboutCredentialsDetail__ttl {
  margin: 0 0 30px;
  padding: 0 0 15px;
  font-size: 14px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .pg-AboutCredentialsDetail__ttl {
    text-align: center;
  }
}
.pg-AboutCredentialsDetail dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 15px 5px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .pg-AboutCredentialsDetail dl {
    margin: 0;
    line-height: 1.8;
  }
}
.pg-AboutCredentialsDetail dt::after {
  content: "：";
}
.pg-AboutCredentialsPhoto {
  display: none;
  position: relative;
  width: 40%;
}
@media screen and (min-width: 1024px) {
  .pg-AboutCredentialsPhoto {
    display: block;
  }
}
.pg-AboutCredentialsPhoto__element {
  position: absolute;
  width: 50%;
}
.pg-AboutCredentialsPhoto__element img {
  position: absolute;
  width: 100%;
  border-radius: 50%;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
}
.pg-AboutCredentialsPhoto__element.is-Photo1 {
  top: -30px;
  left: 40%;
}
.pg-AboutCredentialsPhoto__element.is-Photo1::before {
  position: absolute;
  top: 0px;
  left: -100px;
  content: "＼ BOW BOW ／";
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
  font-size: 24px;
  color: #a5cd3c;
  letter-spacing: 0.1em;
  opacity: 0;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
}
.pg-AboutCredentialsPhoto__element.is-Photo2 {
  top: 200px;
  left: 10%;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
}
.pg-AboutCredentialsPhoto__element.is-Photo2::before {
  position: absolute;
  top: -40px;
  right: -10px;
  content: "＼ SMILE ／";
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
  font-size: 24px;
  color: #a5cd3c;
  letter-spacing: 0.1em;
  opacity: 0;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
}
.pg-AboutCredentialsPhoto__element .is-Hover {
  opacity: 0;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.pg-AboutCredentialsPhoto__element:hover .is-Default {
  opacity: 0;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.pg-AboutCredentialsPhoto__element:hover .is-Hover {
  opacity: 1;
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}
.pg-AboutCredentialsPhoto__element:hover.is-Photo1::before {
  opacity: 1;
}
.pg-AboutCredentialsPhoto__element:hover.is-Photo2::before {
  opacity: 1;
}
.pg-ShopPhoto {
  margin-bottom: 100px;
}
.pg-ShopPhoto__ttl {
  margin-bottom: 30px;
}
.pg-ShopPhoto__items ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.pg-ShopPhoto__items ul li {
  width: 33%;
}
.pg-ShopPhoto__items ul img {
  width: 100%;
}
.pg-ShopAccess__ttl {
  margin-bottom: 30px;
}
.pg-ShopAccessMap {
  text-align: center;
}
.pg-ShopAccessMap iframe {
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 768px) {
  .pg-ShopAccessMap iframe {
    height: 300px;
  }
}
.pg-Trimming [data-role=trimmingPage] {
  opacity: 0;
}
.pg-TrimmingAbout.is-View, .pg-TrimmingFlow.is-View, .pg-TrimmingPrice.is-View, .pg-TrimmingMicrobubble.is-View {
  -webkit-animation: viewAnimations 0.3s ease-out;
  animation: viewAnimations 0.3s ease-out;
  opacity: 1;
}
@-webkit-keyframes viewAnimations {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes viewAnimations {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.pg-TrimmingAboutInfo {
  margin-bottom: 150px;
  text-align: center;
}
.pg-TrimmingAboutInfo__ttl {
  margin-bottom: 100px;
}
.pg-TrimmingAboutInfo__txt i {
  font-size: 100px;
}
.pg-TrimmingAboutInfo__txt p {
  letter-spacing: 0.4em;
  line-height: 2;
}
.pg-TrimmingAboutPoint__heading {
  margin-bottom: 30px;
  padding: 5px;
  background: #484742;
}
.pg-TrimmingAboutPoint__ttl {
  margin: 0;
  padding: 15px 15px 5px;
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
  letter-spacing: 1em;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .pg-TrimmingAboutPoint__ttl {
    font-family: "Poppins";
    letter-spacing: 0.3em;
  }
}
.pg-TrimmingAboutPoint__ttl span {
  display: block;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .pg-TrimmingAboutPoint__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.pg-TrimmingAboutPointItem {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  border: 1px solid #eae6df;
  background: #f4f2ee;
}
@media screen and (min-width: 769px) {
  .pg-TrimmingAboutPointItem {
    max-width: 230px;
    padding: 10px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 768px) {
  .pg-TrimmingAboutPointItem {
    margin-bottom: 16px;
    padding: 30px;
  }
}
.pg-TrimmingAboutPointItem__ttl {
  margin-bottom: 25px;
  font-size: 14px;
  text-align: center;
}
.pg-TrimmingAboutPointItem__ttl::before {
  content: "＼";
  margin-right: 5px;
}
.pg-TrimmingAboutPointItem__ttl::after {
  content: "／";
  margin-left: 5px;
}
.pg-TrimmingAboutPointItem__img {
  text-align: center;
}
.pg-TrimmingAboutPointItem__img img {
  width: 100%;
  max-width: 200px;
  border-radius: 50%;
}
.pg-TrimmingAboutPointItem p {
  font-size: 13px;
}
.pg-TrimmingFlow__sup {
  padding: 32px;
  border: 1px dashed #a5cd3c;
  background: #f7f9f3;
}
.pg-TrimmingFlow__sup dt {
  margin-bottom: 10px;
  font-weight: bold;
  color: #a5cd3c;
  font-size: 18px;
}
.pg-TrimmingFlow__sup dd {
  font-size: 14px;
}
.pg-TrimmingFlow__items {
  padding: 100px 0 0;
}
@media screen and (min-width: 769px) {
  .pg-TrimmingFlow__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.pg-TrimmingFlowItem {
  position: relative;
  padding: 16px;
  background: #fff;
  border: 1px solid #eee;
  -webkit-box-shadow: 0 0 20px #eee;
  box-shadow: 0 0 20px #eee;
}
@media screen and (min-width: 769px) {
  .pg-TrimmingFlowItem {
    width: 26%;
    margin: 0 1% 60px 0;
  }
}
.pg-TrimmingFlowItem:nth-child(3n) {
  margin-right: 0;
}
.pg-TrimmingFlowItem__ttl {
  padding-top: 20px;
  text-align: center;
}
.pg-TrimmingFlowItem__photo img {
  width: 100%;
  border-radius: 10px;
}
.pg-TrimmingFlowItem__desc {
  font-size: 14px;
}
.pg-TrimmingFlowItem span {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: -30px auto 0;
  display: block;
  width: 60px;
  height: 60px;
  font-size: 30px;
  line-height: 2;
  background: rgba(69, 69, 69, 0.3);
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-family: Times New Roman;
}
.pg-TrimmingPriceHeading {
  margin-bottom: 50px;
}
.pg-TrimmingPriceInfo {
  margin-bottom: 50px;
  border: 15px solid #f7f4f0;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .pg-TrimmingPriceInfo {
    padding: 0;
    border: none;
  }
}
.pg-TrimmingPriceInfo table {
  width: 100%;
  background: #fff;
}
.pg-TrimmingPriceInfo thead {
  background: #a5cd3c;
}
.pg-TrimmingPriceInfo th, .pg-TrimmingPriceInfo td {
  padding: 16px 8px;
  font-size: 14px;
  text-align: center;
}
.pg-TrimmingPriceInfo th {
  color: #fff;
}
.pg-TrimmingPriceInfo td {
  border-bottom: 1px dashed #a5cd3c;
  color: #a5cd3c;
  font-size: 20px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .pg-TrimmingPriceInfo td {
    font-size: 14px;
  }
}
.pg-TrimmingPriceInfo td span {
  display: block;
  font-size: 12px;
  line-height: 1.8;
}
.pg-TrimmingPriceInfo td:first-child {
  font-size: 14px;
  color: #333;
}
.pg-TrimmingPriceItem {
  border: 15px solid #fafafa;
  padding: 15px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .pg-TrimmingPriceItem {
    border: none;
    padding: 0;
  }
}
.pg-TrimmingPriceItem__ttl {
  display: inline-block;
  padding: 2px 30px;
  background: #333;
  color: #fff;
  border-radius: 30px;
}
.pg-TrimmingPriceItem table {
  width: 100%;
  background: #fff;
  font-size: 14px;
}
.pg-TrimmingPriceItem th, .pg-TrimmingPriceItem td {
  padding: 10px;
}
.pg-TrimmingPriceItem th {
  border-bottom: 1px solid #333;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .pg-TrimmingPriceItem th {
    font-size: 12px;
  }
}
.pg-TrimmingPriceItem th:first-child {
  text-align: left;
}
.pg-TrimmingPriceItem td {
  border-bottom: 1px dashed #eee;
  text-align: right;
  width: 30%;
}
.pg-TrimmingPriceItem td .is-Name {
  display: block;
  padding-left: 16px;
  background: url(../img/md_dot.png) no-repeat 0 center;
  background-size: 6px;
  text-align: left;
}
.pg-TrimmingPriceItem td:first-child {
  width: 40%;
}
.pg-TrimmingPriceOption {
  border: 15px solid #fafafa;
  padding: 15px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .pg-TrimmingPriceOption {
    border: none;
    padding: 0;
  }
}
.pg-TrimmingPriceOption__ttl {
  display: inline-block;
  padding: 2px 30px;
  background: #333;
  color: #fff;
  border-radius: 30px;
}
.pg-TrimmingPriceOption__items dl {
  padding: 10px;
  font-size: 14px;
  text-align: right;
  border-bottom: 1px dashed #eee;
}
.pg-TrimmingPriceOption__items dl:nth-child(even) {
  margin-right: 0;
}
.pg-TrimmingPriceOption__items dt, .pg-TrimmingPriceOption__items dd {
  display: inline-block;
}
.pg-TrimmingPriceOption__items dt {
  float: left;
}
.pg-TrimmingPriceOption__items dt .is-Name {
  display: block;
  padding-left: 16px;
  background: url(../img/md_dot.png) no-repeat 0 center;
  background-size: 6px;
}
.pg-TrimmingPriceMicrobubble, .pg-TrimmingPricePickup {
  border: 15px solid #fafafa;
  padding: 15px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .pg-TrimmingPriceMicrobubble, .pg-TrimmingPricePickup {
    border: none;
    padding: 0;
  }
}
.pg-TrimmingPriceMicrobubble__ttl, .pg-TrimmingPricePickup__ttl {
  display: inline-block;
  padding: 2px 30px;
  background: #333;
  color: #fff;
  border-radius: 30px;
}
.pg-TrimmingPriceMicrobubble__des, .pg-TrimmingPricePickup__des {
  margin-bottom: 16px;
}
.pg-TrimmingPriceMicrobubble__des dt, .pg-TrimmingPricePickup__des dt {
  font-weight: bold;
}
.pg-TrimmingPriceMicrobubble__des dd, .pg-TrimmingPricePickup__des dd {
  font-size: 14px;
}
.pg-TrimmingPriceMicrobubble__des p, .pg-TrimmingPricePickup__des p {
  font-size: 14px;
}
.pg-TrimmingPriceMicrobubble__detail, .pg-TrimmingPricePickup__detail {
  padding: 15px;
  border: 1px dashed #a5cd3c;
  background: #f7f9f3;
  text-align: center;
}
.pg-TrimmingPriceMicrobubble__detail dl, .pg-TrimmingPricePickup__detail dl {
  display: inline-block;
}
.pg-TrimmingPriceMicrobubble__detail dt, .pg-TrimmingPriceMicrobubble__detail dd, .pg-TrimmingPricePickup__detail dt, .pg-TrimmingPricePickup__detail dd {
  display: inline-block;
}
.pg-TrimmingPriceMicrobubble__detail dt, .pg-TrimmingPricePickup__detail dt {
  margin-right: 5px;
  font-size: 14px;
}
.pg-TrimmingPriceMicrobubble__detail dd, .pg-TrimmingPricePickup__detail dd {
  margin-right: 15px;
  font-size: 18px;
}
.pg-TrimmingPriceMicrobubble__detail p, .pg-TrimmingPricePickup__detail p {
  display: inline-block;
  padding: 5px 30px;
  color: #fff;
  background: #a5cd3c;
}
.pg-TrimmingPriceMicrobubble__sup, .pg-TrimmingPricePickup__sup {
  font-size: 12px;
  color: #999;
}
.pg-Hotel [data-role=hotelPage] {
  opacity: 0;
}
.pg-HotelAbout.is-View, .pg-HotelFlow.is-View, .pg-HotelPrice.is-View, .pg-HotelMicrobubble.is-View {
  -webkit-animation: viewAnimations 0.3s ease-out;
  animation: viewAnimations 0.3s ease-out;
  opacity: 1;
}
@keyframes viewAnimations {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.pg-HotelAboutInfo {
  margin-bottom: 150px;
  text-align: center;
}
.pg-HotelAboutInfo__ttl {
  margin-bottom: 100px;
}
.pg-HotelAboutInfo__txt i {
  font-size: 100px;
}
.pg-HotelAboutInfo__txt p {
  letter-spacing: 0.4em;
}
.pg-HotelAboutPoint__heading {
  margin-bottom: 30px;
  padding: 5px;
  background: #484742;
}
.pg-HotelAboutPoint__ttl {
  margin: 0;
  padding: 15px 15px 5px;
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
  letter-spacing: 1em;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .pg-HotelAboutPoint__ttl {
    font-family: "Poppins";
    letter-spacing: 0.3em;
  }
}
.pg-HotelAboutPoint__ttl span {
  display: block;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .pg-HotelAboutPoint__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.pg-HotelAboutPointItem {
  border: 1px solid #eae6df;
  background: #f4f2ee;
}
@media screen and (min-width: 769px) {
  .pg-HotelAboutPointItem {
    max-width: 230px;
    padding: 10px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 768px) {
  .pg-HotelAboutPointItem {
    margin-bottom: 16px;
    padding: 30px;
  }
}
.pg-HotelAboutPointItem__ttl {
  margin-bottom: 25px;
  font-size: 14px;
  text-align: center;
}
.pg-HotelAboutPointItem__ttl::before {
  content: "＼";
  margin-right: 5px;
}
.pg-HotelAboutPointItem__ttl::after {
  content: "／";
  margin-left: 5px;
}
.pg-HotelAboutPointItem__img {
  text-align: center;
}
.pg-HotelAboutPointItem__img img {
  width: 100%;
  max-width: 200px;
  border-radius: 50%;
}
.pg-HotelAboutPointItem p {
  font-size: 13px;
}
.pg-HotelFlow__sup {
  padding: 32px;
  border: 1px dashed #a5cd3c;
  background: #f7f9f3;
}
.pg-HotelFlow__sup dt {
  margin-bottom: 10px;
  font-weight: bold;
  color: #a5cd3c;
  font-size: 18px;
}
.pg-HotelFlow__sup dd {
  font-size: 14px;
}
.pg-HotelFlow__items {
  padding: 100px 0 0;
}
@media screen and (min-width: 769px) {
  .pg-HotelFlow__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.pg-HotelFlowItem {
  position: relative;
  padding: 16px;
  background: #fff;
  border: 1px solid #eee;
  -webkit-box-shadow: 0 0 20px #eee;
  box-shadow: 0 0 20px #eee;
}
@media screen and (min-width: 769px) {
  .pg-HotelFlowItem {
    width: 26%;
    margin: 0 1% 60px 0;
  }
}
.pg-HotelFlowItem:nth-child(3n) {
  margin-right: 0;
}
.pg-HotelFlowItem__ttl {
  padding-top: 20px;
  text-align: center;
}
.pg-HotelFlowItem__photo img {
  width: 100%;
  border-radius: 10px;
}
.pg-HotelFlowItem__desc {
  font-size: 14px;
}
.pg-HotelFlowItem span {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: -30px auto 0;
  display: block;
  width: 60px;
  height: 60px;
  font-size: 30px;
  line-height: 2;
  background: rgba(69, 69, 69, 0.3);
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-family: Times New Roman;
}
.pg-HotelPriceHeading {
  margin-bottom: 50px;
}
.pg-HotelPriceDetail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .pg-HotelPriceDetail {
    display: block;
  }
}
.pg-HotelPriceDetail__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 15px solid #f7f4f0;
  padding: 15px;
}
.pg-HotelPriceDetail__item:first-child {
  margin-right: 32px;
}
@media screen and (max-width: 768px) {
  .pg-HotelPriceDetail__item:first-child {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.pg-HotelPriceDetail__item h3 {
  text-align: center;
  font-size: 18px;
}
.pg-HotelPriceDetail__item h3 span {
  display: inline-block;
  position: relative;
  padding: 0 32px;
}
.pg-HotelPriceDetail__item h3 span::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 10px;
  background: #d9e9ae;
  z-index: -1;
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}
.pg-HotelPriceDetail__item .is-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 8px;
  border-bottom: 1px dashed #a5cd3c;
}
.pg-HotelPriceDetail__item .is-line dt {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 10em;
  -ms-flex: 0 0 10em;
  flex: 0 0 10em;
}
.pg-HotelPriceDetail__item .is-price {
  margin: 16px 0 0;
  text-align: center;
}
.pg-HotelPriceDetail__item .is-price dt {
  margin: 0 0 16px;
}
.pg-HotelPriceDetail__item .is-price dt span {
  display: inline-block;
  padding: 2px 30px;
  background: #333;
  color: #fff;
  border-radius: 30px;
  font-size: 12px;
}
.pg-HotelPriceDetail__item .is-price dd {
  display: inline-block;
  margin: 0 10px 5px;
}
@media screen and (max-width: 768px) {
  .pg-HotelPriceDetail__item .is-price dd {
    white-space: nowrap;
  }
}
.pg-HotelPriceDetail__itemSup {
  padding: 0 10px 15px;
  border-bottom: 1px dashed #a5cd3c;
  text-align: center;
}
.pg-HotelPriceDetail__itemSup p {
  margin: 0;
}
.pg-HotelPriceNext {
  margin: 0 0 30px;
  padding: 30px;
  border: 1px dashed #a5cd3c;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .pg-HotelPriceNext {
    padding: 15px;
  }
}
.pg-HotelPriceNext__btn {
  max-width: 450px;
  margin: auto;
}
.pg-HotelPricePickup {
  margin-bottom: 50px;
  border: 15px solid #fafafa;
  padding: 15px;
}
.pg-HotelPricePickup h3 {
  display: inline-block;
  padding: 2px 30px;
  font-size: 14px;
  background: #333;
  color: #fff;
  border-radius: 30px;
}
.pg-HotelPricePickup__detail {
  padding: 15px;
  border: 1px dashed #a5cd3c;
  background: #f7f9f3;
  text-align: center;
}
.pg-HotelPricePickup__detail dl {
  display: inline-block;
}
.pg-HotelPricePickup__detail dt, .pg-HotelPricePickup__detail dd {
  display: inline-block;
}
.pg-HotelPricePickup__detail dt {
  margin-right: 5px;
  font-size: 14px;
}
.pg-HotelPricePickup__detail dd {
  margin-right: 15px;
  font-size: 18px;
}
.pg-HotelPricePickup__sup {
  font-size: 12px;
  color: #999;
}
.pg-HotelPriceItem {
  margin: 0 0 40px;
  padding: 0 0 30px;
  border-bottom: 1px solid #333;
}
.pg-HotelPriceItem h3 {
  display: inline-block;
  padding: 2px 30px;
  font-size: 14px;
  background: #333;
  color: #fff;
  border-radius: 30px;
}
.pg-HotelPriceItem__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .pg-HotelPriceItem__wrap {
    display: block;
  }
}
.pg-HotelPriceItem__wrap div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.pg-HotelPriceItem__wrap P {
  margin: 0;
}
.pg-HotelPriceItem__wrap dl {
  margin: 0 0 30px;
}
.pg-HotelPriceItem__wrap dl.is-sup {
  padding: 15px;
  border: 1px dashed #eee;
}
.pg-HotelPriceItem__wrap dl dt {
  font-weight: bold;
}
.pg-HotelPriceItem__wrap dl dd {
  margin: 0 0 15px;
}
.pg-HotelPriceItem__wrap figure {
  margin: 0 0 0 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
}
@media screen and (max-width: 768px) {
  .pg-HotelPriceItem__wrap figure {
    margin: 30px 0 15px;
  }
}
.pg-HotelPriceItem__wrap figure img {
  width: 100%;
  max-width: 450px;
}
@media screen and (max-width: 768px) {
  .pg-HotelPriceItem__wrap figure img {
    max-width: 100%;
  }
}
.pg-HotelPriceItem p {
  margin: 0 0 15px;
}
.pg-HotelPriceItem ul {
  margin: 0 0 15px 20px;
}
.pg-HotelPriceItem ul li {
  list-style-type: disc;
}
.pg-HotelPriceItem__sup p {
  margin: 0;
}
.pg-HotelPriceItem__sup p span {
  display: block;
  margin: 5px 0;
}
.pg-Voice__des {
  margin: 64px 0;
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .pg-Voice__des {
    margin: 32px 0;
    font-size: 16px;
    line-height: 1.8;
  }
}
.pg-Voice__des span {
  display: block;
  font-size: 34px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .pg-Voice__des span {
    font-size: 24px;
  }
}
.pg-VoiceItem {
  margin-bottom: 32px;
}
@media screen and (min-width: 769px) {
  .pg-VoiceItem {
    padding: 16px;
    background: url(../img/md_bg_dot.png);
  }
}
@media screen and (max-width: 768px) {
  .pg-VoiceItem {
    border: 3px solid #eee;
  }
}
.pg-VoiceItem__inner {
  padding: 32px;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .pg-VoiceItem__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .pg-VoiceItem__inner {
    padding: 15px;
  }
}
@media screen and (max-width: 768px) {
  .pg-VoiceItemDetail {
    margin-bottom: 64px;
  }
}
.pg-VoiceItemDetail__ttl {
  padding: 8px 8px 8px 64px;
  border-bottom: 2px solid #333;
  color: #333;
  font-weight: normal;
  font-size: 18px;
  background: url(../img/md_foot.png) no-repeat 0 center;
}
.pg-VoiceItemDetail__ttl .is-Name {
  margin: 0 0.2em;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .pg-VoiceItemDetail__ttl {
    padding: 8px 8px 8px 32px;
    background-size: 25px;
    font-size: 14px;
  }
  .pg-VoiceItemDetail__ttl .is-Name {
    font-size: 18px;
  }
}
.pg-VoiceItemDetail__des {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2;
}
.pg-VoiceItemPhoto {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 320px;
  -ms-flex: 1 0 320px;
  flex: 1 0 320px;
  text-align: center;
}
.pg-VoiceItemPhoto::after {
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  display: block;
  width: 140px;
  height: 40px;
  background: rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .pg-VoiceItemPhoto::after {
    top: -20px;
  }
}
.pg-VoiceItemPhoto img {
  width: 100%;
  max-width: 280px;
  border: 5px solid #fafafa;
  -webkit-box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px #ccc;
}
@media screen and (max-width: 768px) {
  .pg-VoiceItemPhoto img {
    max-width: 200px;
  }
}
.pg-VoiceItemPhoto dl {
  text-align: center;
  color: #a5cd3c;
}
.pg-VoiceItemPhoto dt {
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .pg-VoiceItemPhoto dt {
    font-size: 14px;
  }
}
.pg-VoiceItemPhoto dd {
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  .is-Odd .pg-VoiceItemDetail {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media screen and (min-width: 769px) {
  .is-Odd .pg-VoiceItemPhoto {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 50px;
  }
}
.is-Odd .pg-VoiceItemPhoto::after {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.is-Odd .pg-VoiceItemPhoto img {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
@media screen and (min-width: 769px) {
  .is-Even .pg-VoiceItemDetail {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media screen and (min-width: 769px) {
  .is-Even .pg-VoiceItemPhoto {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 50px;
  }
}
.is-Even .pg-VoiceItemPhoto::after {
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
}
.is-Even .pg-VoiceItemPhoto img {
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
}
.pg-Terms__ttl {
  margin-bottom: 100px;
}
.pg-Terms__list {
  margin: 0;
  padding: 0;
  counter-reset: count;
}
.pg-Terms__inner {
  padding: 32px;
  border: 1px dashed #eee;
}
@media screen and (max-width: 768px) {
  .pg-Terms__inner {
    padding: 16px;
  }
}
.pg-Terms li {
  position: relative;
  margin-bottom: 2em;
  padding: 0 0 16px 3em;
  font-size: 14px;
  border-bottom: 1px dashed #eee;
}
@media screen and (max-width: 768px) {
  .pg-Terms li {
    line-height: 1.8;
  }
}
.pg-Terms li::before {
  counter-increment: count;
  content: counter(count);
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  padding: 7px 0 0;
  line-height: 1;
  border-radius: 50%;
  background: #a5cd3c;
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pg-Terms__sup {
  padding: 32px;
  border: 1px solid #a5cd3c;
  background: #f7f9f3;
  margin-bottom: 10px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .pg-Terms__sup {
    padding: 15px;
    line-height: 1.8;
  }
}
.pg-QAItem {
  margin-bottom: 64px;
}
.pg-QAItem__ttl {
  min-height: 40px;
  padding: 5px 0 0 50px;
  font-size: 18px;
  line-height: 1.6;
  background: url(../img/qa_q.png) no-repeat 0 0;
}
@media screen and (max-width: 768px) {
  .pg-QAItem__ttl {
    padding: 0 0 0 30px;
    background-size: 20px;
    font-size: 16px;
  }
}
.pg-QAItem__body {
  min-height: 40px;
  padding: 5px 0 0 50px;
  background: url(../img/qa_a.png) no-repeat 0 0;
}
@media screen and (max-width: 768px) {
  .pg-QAItem__body {
    padding: 0 0 0 30px;
    background-size: 20px;
    line-height: 1.8;
  }
}
.pg-QAItem__body p {
  margin: 0 0 1em;
}
.pg-RsvTel {
  margin-bottom: 100px;
  text-align: center;
}
.pg-RsvTel__ttl {
  margin: 0 0 50px;
}
.pg-RsvTelItem {
  text-align: center;
}
.pg-RsvTelItem__inner {
  display: inline-block;
  padding: 15px 150px;
  border: 1px dashed #a5cd3c;
  background: #f7f9f3;
}
@media screen and (max-width: 768px) {
  .pg-RsvTelItem__inner {
    padding: 15px;
  }
}
.pg-RsvTelItem__number dt {
  display: block;
  font-size: 46px;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .pg-RsvTelItem__number dt {
    margin-bottom: 10px;
    font-size: 32px;
  }
}
.pg-RsvTelItem__number dt i {
  vertical-align: middle;
  line-height: 1;
}
.pg-RsvTelItem__info dt, .pg-RsvTelItem__info dd {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .pg-RsvTelItem__info dt, .pg-RsvTelItem__info dd {
    font-size: 12px;
  }
}
.pg-RsvTelItem__info dt::after {
  content: "：";
}
@media screen and (max-width: 768px) {
  .pg-RsvTelItem p {
    font-size: 12px;
  }
}
.pg-RsvCal__item iframe {
  width: 100%;
  height: 600px;
}
.pg-RsvCal__link {
  margin: 0 0 24px;
}
.pg-RsvCal__link p {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .pg-RsvCal__link p span {
    display: block;
  }
}
.pg-RsvCal__link a {
  color: #a5cd3c;
  text-decoration: underline;
}
.pg-RsvCal__link a:hover {
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .pg-News__ttl {
    margin-bottom: 60px;
  }
}
.pg-NewsList ul {
  margin: 0 0 30px;
}
.pg-NewsList li {
  border-bottom: 1px dashed #a5cd3c;
  overflow: hidden;
}
.pg-NewsList li time {
  display: inline-block;
  width: 9em;
}
@media screen and (max-width: 768px) {
  .pg-NewsList li time {
    display: block;
    width: auto;
    margin-bottom: 5px;
  }
}
.pg-NewsList li a {
  padding: 15px;
  display: block;
}
@media screen and (min-width: 769px) {
  .pg-NewsList li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .pg-NewsList li a {
    padding: 15px 0;
  }
}
.pg-NewsSingle {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .pg-NewsSingle {
    padding-top: 0;
  }
}
.pg-NewsSingle__heading {
  margin-bottom: 30px;
}
.pg-NewsSingle__heading ul {
  margin-bottom: 5px;
}
.pg-NewsSingle__heading li {
  display: inline-block;
  font-size: 14px;
  margin-right: 10px;
}
.pg-NewsSingle__heading time {
  font-weight: bold;
}
.pg-NewsSingle__heading .post-categories a {
  padding: 2px 10px;
  background: #eee;
  font-size: 12px;
  border-radius: 20px;
}
.pg-NewsSingle__heading .post-categories a:hover {
  background: #a5cd3c;
  color: #fff;
}
.pg-NewsSingle__ttl {
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: normal;
}
.pg-NewsSingle__post {
  padding: 30px 0;
  line-height: 1.8;
  border-bottom: 1px dotted #ccc;
}
@media screen and (max-width: 768px) {
  .pg-NewsSingle__post {
    padding: 0 0 10px;
    margin-bottom: 15px;
  }
}
.pg-Gallery {
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .pg-Gallery {
    padding-top: 0;
  }
}
.pg-Gallery__ttl {
  font-size: 24px;
}
.pg-Gallery__ttl i {
  margin-right: 15px;
  font-size: 60px;
  vertical-align: middle;
}
.pg-Gallery__ttl a {
  margin-left: 10px;
  font-size: 14px;
  vertical-align: middle;
  color: #ccc;
  font-weight: normal;
}
.pg-Gallery__ttl a:hover {
  color: #a5cd3c;
}
@media screen and (max-width: 768px) {
  .pg-Gallery__ttl {
    margin-bottom: 30px;
    font-size: 24px;
    text-align: center;
  }
  .pg-Gallery__ttl i {
    margin-right: 5px;
    font-size: 40px;
    vertical-align: bottom;
  }
  .pg-Gallery__ttl a {
    display: block;
    margin-top: 10px;
  }
}
.pg-Gallery__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.pg-Gallery li {
  width: 24%;
  margin-right: 1%;
  margin-bottom: 1%;
}
.pg-Gallery li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .pg-Gallery li {
    width: 49%;
  }
  .pg-Gallery li:nth-child(even) {
    margin-right: 0;
    margin-bottom: 2%;
  }
}
.pg-Gallery li img {
  width: 100%;
  display: block;
}

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

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  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: 1045;
}

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

.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: 1046;
  -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-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: transparent;
}

.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 {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.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: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  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: -36px;
  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;
  }
}