@charset "utf-8";
@import "https://fonts.googleapis.com/css?family=Raleway:300,400,700";
@import "https://fonts.googleapis.com/css?family=Roboto:700,400,300";
@import "https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700";
@import "https://fonts.googleapis.com/css?family=Lora:400,700";
@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css";
/*! 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 {
  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 */
  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 {
  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"] {
  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;
}
/* ==================================================================================================================================
    normalize.css end
===================================================================================================================================== */
/*======================================

	Color Setting
	
=======================================*/
/* Base colors */
/* Calculate the gradation value from the base colors */
/*======================================

	Typography Setting
	
=======================================*/
/*======================================

	Mixin
	
=======================================*/
/*clearfix*/
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
/*flex*/
/*transform*/
/*text overflow*/
/*======================================

	Structure Module
	
=======================================*/
body {
  font-size: 16px;
  font-family: Lora, Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.7;
  color: #222;
  background: #f2f1e8 url(../images/common/bg.jpg) repeat;
}
/*======================================

	Text Module
	
=======================================*/
p {
  margin: 0;
}
p + p {
  margin-top: 1em;
}
p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6 {
  margin-top: 1.5em;
}
p a:hover {
  text-decoration: underline;
}
.lead {
  font-size: 1.5rem;
  line-height: 1.2;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.t-l {
  text-align: left;
}
.t-c {
  text-align: center;
}
.t-r {
  text-align: right;
}
.t-t {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
/*======================================

	Hypertext Module
	
=======================================*/
a {
  text-decoration: none;
}
a:link {
  color: #57992b;
}
a:visited {
  color: #407120;
}
a:hover {
  color: #6ec136;
}
/*======================================

	List Module
	
=======================================*/
ul,
ol,
dl,
li,
dt,
dd {
  margin: 0;
  padding: 0;
}
ul,
dl {
  list-style: none;
}
ol {
  padding-left: 1.5em;
}
.list1,
.list2,
.list3 {
  position: relative;
}
.list1 li:before,
.list1 dt:before {
  font-family: FontAwesome;
  content: "\f138";
  font-size: 12px;
  color: #57992b;
  position: relative;
  left: -0.5em;
  top: -0.1em;
  font-weight: bold;
}
.list2 li:before,
.list2 dt:before {
  font-family: FontAwesome;
  content: "\f105";
  font-size: 16px;
  color: #57992b;
  position: relative;
  left: -0.35em;
  top: 0;
  font-weight: bold;
}
ul.list1 li {
  margin: 0 0 0.2em 0;
  padding: 0 0 0 1em;
  text-indent: -0.6em;
}
ul.list2 li {
  margin: 0 0 0.2em 0;
  padding: 0 0 0 0.95em;
  text-indent: -0.7em;
}
dl.list1,
dl.list2 {
  line-height: 1.5;
  padding-top: 0.5em;
}
dl.list1 dt {
  padding: 0 0 0 0.8em;
  text-indent: -0.6em;
}
dl.list2 dt {
  padding: 0 0 0 0.95em;
  text-indent: -0.7em;
}
dl.list1 dt,
dl.list2 dt {
  width: 7em;
}
dl.list1 dd,
dl.list2 dd {
  margin: -1.5em 0 0.5em 0;
  padding: 0 0 0.5em 8em;
  border-bottom: 1px dotted #8a8a85;
}
dl.list1 dd:last-child,
dl.list2 dd:last-child {
  margin-bottom: 0;
}
.list-inline li {
  display: inline-block;
}
/*======================================

	Table Module
	
=======================================*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
th {
  text-align: left;
}
caption {
  color: #757571;
  text-align: left;
}
.table {
  width: 100%;
}
.table td,
.table th {
  border: 1px solid #c8c8c0;
  padding: 0.3em;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
  background: #e8e7de;
}
/*======================================

	Form Module
	
=======================================*/
.form dl:before,
.form dl:after {
  content: " ";
  display: table;
}
.form dl:after {
  clear: both;
}
.form dt {
  float: left;
  width: 30%;
  padding-right: 1em;
  font-weight: bold;
}
.form dd {
  float: left;
  width: 70%;
  margin-bottom: 1.5em;
}
.form dd:before,
.form dd:after {
  content: " ";
  display: table;
}
.form dd:after {
  clear: both;
}
.form dl:before,
.form dl:after,
.form dd:before,
.form dd:after {
  display: table;
  content: "";
}
.form dl:after,
.form dd:after {
  clear: both;
}
.form input[type="text"],
.form input[type="email"],
.form input[type="tel"],
.form input[type="password"],
.form textarea {
  background: #fff;
  border: 1px solid #c8c8c0;
  font-size: 1em;
  line-height: 1.8;
  padding: 10px;
  width: 100%;
  transition: all 0.3s ease 0s;
}
.form input[type="text"]:focus,
.form input[type="email"]:focus,
.form input[type="tel"]:focus,
.form input[type="password"]:focus,
.form textarea:focus,
.form select:focus {
  border: 1px solid #57992b;
  background: #fff;
  transition: all 0.3s ease 0s;
  box-shadow: 0 0 10px -3px #89d05a;
  outline: 0;
}
.form input.half[type="text"] {
  width: 50%;
}
.form input.mini[type="text"] {
  width: 4em;
}
.form select {
  background: #fff;
  border: 1px solid 1px solid #c8c8c0;
  overflow: hidden;
  padding: 5px 10px;
  height: 3em;
}
.form select.max {
  box-sizing: border-box;
  width: 100%;
}
.form select.domain {
  width: 40%;
  width: calc(50% - 1.5em);
}
.form input[type="checkbox"],
.form input[type="radio"] {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1.5em;
  height: 1.5em;
  background-color: #fff;
  border: 1px solid #c8c8c0;
  box-shadow: inset 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  vertical-align: middle;
  cursor: pointer;
  outline: 0;
}
.form input[type="radio"] {
  -webkit-appearance: button;
  appearance: button;
  border-radius: 50%;
}
.form input[type="radio"]:checked {
  background-color: #57992b;
}
.form input[type="radio"]:checked:after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 0.6em;
  height: 0.6em;
  background: #fff;
  border-radius: 50%;
}
.form input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
}
.form input[type="checkbox"]:checked:after {
  font-family: FontAwesome;
  content: "\f00c";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.form input[type="checkbox"]:checked {
  background: #57992b;
  opacity: 1;
}
.form .btn {
  text-align: center;
  margin: 1em auto;
  display: block;
  color: #fff;
  background: #57992b;
  transition: all 0.3s ease 0s;
  padding: 1em 0;
  border-radius: 20px;
  width: 260px;
  position: relative;
  border: none;
}
.form .btn:hover {
  background: #6ec136;
  transition: all 0.3s ease 0s;
}
.form .btn:after {
  font-family: FontAwesome;
  content: "\f054";
  font-size: 1rem;
  position: absolute;
  right: 10px;
  transition: all 0.3s ease 0s;
}
.form .btn:hover:after {
  right: 7px;
  transition: all 0.3s ease 0s;
}
/*======================================

	Heading Module
	
=======================================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
h1 {
  font-size: 40px;
}
h2 {
  font-size: 32px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 19.2px;
}
h5 {
  font-size: 16px;
}
.heading1 {
  overflow: hidden;
  text-align: center;
  font-weight: normal;
}
.heading1 > span {
  position: relative;
  display: inline-block;
  margin: 0 1em;
  padding: 0 1em;
  text-align: left;
}
.heading1 > span::before,
.heading1 > span::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 600%;
  height: 1px;
  background-color: #c8c8c0;
}
.heading1 > span::before {
  right: 100%;
}
.heading1 > span::after {
  left: 100%;
}
.heading2 {
  text-align: center;
  font-size: 1rem;
}
.heading2 > span {
  font-family: 'Raleway', sans-serif;
  font-size: 180%;
  font-weight: 300;
  letter-spacing: 0.05em;
  display: block;
  line-height: 1.2;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.heading3 {
  text-align: center;
  padding: 1.4em 0;
  line-height: 1.2;
  color: #f2f1e8;
  position: relative;
}
.heading3:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 4em;
  background-color: #57992b;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.heading4 {
  overflow: hidden;
  position: relative;
  padding-bottom: 3px;
}
.heading4:before {
  content: "";
  border-bottom: 3px solid #57992b;
  bottom: 0;
  height: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.heading4:after {
  content: "";
  border-bottom: 3px solid #c8c8c0;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.title {
  background-color: #222;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  margin: 0 0 20px;
  height: 8em;
  position: relative;
  text-align: center;
  font-size: 35.2px;
  font-weight: normal;
}
.title-box {
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}
.title-box span {
  padding: 1em 0.4em;
  background: #222;
  background: rgba(0, 0, 0, 0.5);
}
.title .jap {
  letter-spacing: 0.1em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-lr;
}
.title.title-min .jap {
  font-size: 70%;
}
.title .eng {
  letter-spacing: 0.2em;
  padding: 0.5em 1em;
}
/*======================================

	Header
	
=======================================*/
#header {
  position: fixed !important;
  z-index: 999;
  top: 0;
  display: block;
  width: 250px;
  height: 100%;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease 0s;
  background: #222;
  color: #fff;
}
#header.fixed {
  transition: all 0.3s ease 0s;
}
#header-sp {
  display: none;
}
.logo {
  width: 250px;
  height: 125px;
  margin: 0;
  transition: all 0.3s ease 0s;
}
.logo a {
  background: url(../images/common/logo.png) top center no-repeat;
  background-size: cover;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}
#m-menu {
  width: 80%;
  margin-left: 10%;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: center;
}
#m-menu li {
  padding: 0;
}
#m-menu li:after {
  content: "";
  position: relative;
  bottom: 1px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #555;
}
#m-menu li a {
  display: block;
  width: 100%;
  padding: 0.7em 0;
  color: #fff;
  transition: all 0.3s ease 0s;
}
#m-menu li a:after {
  content: "";
  position: relative;
  bottom: -0.7em;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #aaa;
  transform: scaleX(0);
  transition: all 0.3s ease 0s;
  z-index: 999;
}
#m-menu li a:hover {
  transition: all 0.3s ease 0s;
}
#m-menu li a:hover:after {
  transform: scaleX(1);
  transition: all 0.3s ease 0s;
}
.rsv-box {
  text-align: center;
  margin: 1em auto 0;
  width: 80%;
}
.rsv-box a {
  display: block;
  color: #fff;
  background: #57992b;
  padding: 0.5em 0;
  font-size: 19.2px;
  border-radius: 5px;
  transition: all 0.3s ease 0s;
}
.rsv-box a:hover {
  color: #fff;
  background: #7bcb46;
  transition: all 0.3s ease 0s;
}
.tel-box {
  text-align: center;
  font-size: 28.8px;
  padding: 10px 0 10px;
}
.tel-box span {
  display: block;
  font-size: 16px;
  margin-top: -0.7em;
}
#l-menu {
  font-size: 14.4px;
  display: table;
  margin: 0 auto;
}
#l-menu li {
  display: table-cell;
  padding: 1.2em 1.2em;
  cursor: pointer;
  position: relative;
  color: #999;
}
#l-menu li:hover,
#l-menu li.active {
  color: #fff;
  font-weight: bold;
}
#l-menu li:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: all 0.3s ease 0s;
  transform: scaleX(0);
}
#l-menu li:hover:after,
#l-menu li.active:after {
  transform: scaleX(1);
}
#menu-open {
  height: 50px;
  width: 50px;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
#menu-open div {
  font-size: 0;
  text-indent: -99999px;
}
#menu-open:before {
  display: inline-block;
  font-size: 30px;
  line-height: 50px;
  width: 50px;
  position: relative;
  text-align: center;
  font-family: FontAwesome;
  content: "\f0c9";
}
#menu-close {
  height: 50px;
  width: 50px;
  color: #fff;
  background: #222;
  position: absolute;
  top: 0;
  right: 0px;
  cursor: pointer;
}
#menu-close:before {
  display: inline-block;
  font-size: 30px;
  line-height: 50px;
  width: 50px;
  position: relative;
  text-align: center;
  font-family: FontAwesome;
  content: "\f00d";
}
#menu-rsv,
#menu-tel {
  height: 50px;
  width: 50px;
  color: #fff;
  position: absolute;
  top: 0;
  cursor: pointer;
  overflow: hidden;
  z-index: 0;
}
#menu-rsv a,
#menu-tel a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
  text-indent: -99999px;
}
#menu-rsv a:after,
#menu-tel a:after {
  color: #f2f1e8;
  display: inline-block;
  font-size: 30px;
  line-height: 50px;
  width: 50px;
  position: absolute;
  text-align: center;
  font-family: FontAwesome;
  text-indent: 0;
  right: 0;
  top: 0;
  z-index: 1;
}
#menu-rsv {
  right: 50px;
}
#menu-rsv a:after {
  content: "\f003";
}
#menu-tel {
  right: 100px;
}
#menu-tel a:after {
  content: "\f095";
}
/*======================================

	Sub Menu
	
=======================================*/
#side-menu {
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  background: #f2f1e8 url(../images/common/bg.jpg) repeat;
}
#side-menu li {
  text-align: center;
}
#side-menu li a {
  color: #222;
  display: block;
}
#side-menu li .jap {
  letter-spacing: 0.1em;
}
#side-menu li .eng {
  letter-spacing: 0.05em;
}
#s-m-menu {
  font-size: 0;
  overflow: hidden;
  background: #fff;
}
#s-m-menu li {
  width: 90%;
  border-bottom: 1px solid #dddcd4;
  margin: 0 auto;
}
#s-m-menu li a {
  font-size: 16px;
  display: block;
  font-weight: bold;
  padding: 0.5em 1em;
}
#s-l-menu {
  display: table;
  width: 90%;
  width: calc(100% - 50px);
  border-right: 1px solid #4c4b4a;
}
#s-l-menu li {
  display: table-cell;
  width: 50%;
  height: 48px;
  text-align: center;
  cursor: pointer;
  position: relative;
  line-height: 48px;
  color: #9f9e99;
  background-color: #373736;
  font-size: 12px;
  transition: all 0.3s ease 0s;
}
#s-l-menu li.active {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  transition: all 0.3s ease 0s;
}
#s-l-menu li.active:before {
  font-family: FontAwesome;
  content: "\f046";
  position: relative;
  left: -0.35em;
  top: 0;
  color: #57992b;
}
#side-menu #s-l-menu li:after {
  display: none;
}
#s-s-menu {
  font-size: 0;
  overflow: hidden;
  margin-top: 10px;
}
#s-s-menu li {
  display: inline-block;
  width: 50%;
}
#s-s-menu li a {
  font-size: 14.4px;
  font-weight: normal;
  padding: 0.5em 0.3em;
}
#s-s-menu li a:before {
  content: "・";
  color: #757571;
}
/*======================================

	Footer
	
=======================================*/
footer {
  max-width: 1280px;
  position: relative;
  padding: 1em 0 1em 250px;
  margin-left: auto;
  margin-right: auto;
}
#scroll-up {
  text-align: center;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 990;
}
#scroll-up a {
  display: block;
  font-size: 30px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background: #57992b;
  color: #fff;
}
#footer-top {
  position: relative;
  text-align: center;
}
#footer-top:before {
  content: "";
  background: #b4b3ad;
  height: 1px;
  width: 90%;
  position: absolute;
  top: -10px;
  margin: auto;
  left: 0;
  right: 0;
}
#footer-top .tel {
  font-size: 28.8px;
}
#footer-top .open-time {
  margin-top: 0;
}
#footer-top .open-time .sup {
  font-size: 12.8px;
}
.f-menu {
  margin: 2em auto 1em;
  text-align: center;
}
.f-menu li {
  display: inline-block;
  position: relative;
}
.f-menu li + li {
  margin-left: 2em;
}
.f-menu li a {
  display: block;
  padding: 0.3em 0.5em;
  color: #4c4b4a;
  transition: all 0.3s ease 0s;
}
.f-menu li a:hover {
  color: #b4b3ad;
  transition: all 0.3s ease 0s;
  transform: translateY(-3px);
}
footer .banner {
  margin: -5px 1em 0;
  padding: 1em 0;
}
footer .banner a {
  display: block;
  max-width: 570px;
  margin: 0 auto 1em;
}
#footer-bottom .group {
  max-width: 600px;
  display: table;
  margin: 0 auto 1em;
}
#footer-bottom .group li {
  display: table-cell;
  padding: 0 1em;
}
#copyright {
  font-size: 12.8px;
  text-align: center;
}
/*======================================

	Main
	
=======================================*/
main {
  margin: 0 0 50px 250px;
}
/*======================================

	Container
	
=======================================*/
.container {
  max-width: 1280px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
/*======================================

	Content
	
=======================================*/
.content {
  padding: 1em 5%;
}
.content > p,
section > p {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.content .t-max {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
/*======================================

	Image
	
=======================================*/
img {
  width: 100%;
  vertical-align: bottom;
}
/*======================================

	Box-sizing Reset
	
=======================================*/
p,
ul,
ol dl,
li,
dt,
dd,
table,
tr,
td,
th,
div,
section,
input,
textarea,
select {
  box-sizing: border-box;
}
/*======================================

	Grid
	
=======================================*/
.row {
  overflow: auto;
  -js-display: flex;
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: justify;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: justify;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  /*--- IE10用 ---*/
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  flex-wrap: wrap;
}
.row-rev {
  -webkit-box-direction: reverse;
  /*--- Androidブラウザ用 ---*/
  -webkit-flex-direction: row-reverse;
  /*--- safari（PC）用 ---*/
  flex-direction: row-reverse;
}
.row > .col0 {
  -webkit-box-flex: 1;
  /*--- Android4.3以前ブラウザ用 ---*/
  -webkit-flex: 1;
  /*--- iOS8以前Safari用 ---*/
  flex: 1;
}
.row > .col1 {
  width: 8.33333%;
}
.row > .col2 {
  width: 16.66667%;
}
.row > .col3 {
  width: 25%;
}
.row > .col4 {
  width: 33.33333%;
}
.row > .col5 {
  width: 41.66667%;
}
.row > .col6 {
  width: 50%;
}
.row > .col7 {
  width: 58.33333%;
}
.row > .col8 {
  width: 66.66667%;
}
.row > .col9 {
  width: 75%;
}
.row > .col10 {
  width: 83.33333%;
}
.row > .col11 {
  width: 91.66667%;
}
.row > .col12 {
  width: 100%;
}
.row.row-margin > .col1 {
  width: 6.33333%;
  width: calc(8.33333% - 1rem);
}
.row.row-margin > .col2 {
  width: 14.66667%;
  width: calc(16.66667% - 1rem);
}
.row.row-margin > .col3 {
  width: 23%;
  width: calc(25% - 1rem);
}
.row.row-margin > .col4 {
  width: 31.33333%;
  width: calc(33.33333% - 1rem);
}
.row.row-margin > .col5 {
  width: 39.66667%;
  width: calc(41.66667% - 1rem);
}
.row.row-margin > .col6 {
  width: 48%;
  width: calc(50% - 1rem);
}
.row.row-margin > .col7 {
  width: 56.33333%;
  width: calc(58.33333% - 1rem);
}
.row.row-margin > .col8 {
  width: 64.66667%;
  width: calc(66.66667% - 1rem);
}
.row.row-margin > .col9 {
  width: 73%;
  width: calc(75% - 1rem);
}
.row.row-margin > .col10 {
  width: 81.33333%;
  width: calc(83.33333% - 1rem);
}
.row.row-margin > .col11 {
  width: 89.66667%;
  width: calc(91.66667% - 1rem);
}
/*======================================

	Button
	
=======================================*/
.btn {
  text-align: center;
  margin: 1em auto;
}
.btn a {
  display: inline-block;
  color: #222;
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease 0s;
  padding: 0.7em 0;
  border-radius: 20px;
  width: 260px;
  position: relative;
  border: 1px solid #4c4b4a;
}
.btn a:hover {
  background: #c8c8c0;
  transition: all 0.3s ease 0s;
}
.btn a:after {
  font-family: FontAwesome;
  content: "\f054";
  font-size: 1rem;
  position: absolute;
  right: 10px;
  transition: all 0.3s ease 0s;
}
.btn a:hover:after {
  right: 7px;
  transition: all 0.3s ease 0s;
}
.btn-main a {
  color: #fff;
  background: #57992b;
  border: none;
}
.btn-main a:hover {
  background: #6ec136;
}
.btn-sub a {
  color: #fff;
  background: #b5b14b;
  border: none;
}
.btn-sub a:hover {
  background: #c4c16f;
}
.btn-map a:after {
  content: "\f041";
  font-size: 1.5rem;
  top: 2px;
  left: 15px;
  right: auto;
}
.btn-map a:hover:after {
  top: 5px;
  left: 15px;
  right: auto;
}
/*======================================

	Color
	
=======================================*/
.co1 {
  color: #57992b;
}
.co2 {
  color: #b5b14b;
}
.co3 {
  color: #f0b940;
}
.co4 {
  color: #3293bb;
}
.co5 {
  color: #c03b20;
}
/*======================================

	Colored Area
	
=======================================*/
.area {
  padding: 1em;
  background: #f2f1e8;
}
.area-b {
  border: 1px solid #e8e7de;
}
.area-alt {
  background: #e8e7de;
}
.area-alt-b {
  background: #e8e7de;
  border: 1px solid #c8c8c0;
}
.area-co1,
.area-co2,
.area-co3,
.area-co4,
.area-co5 {
  color: #fff;
}
.area-co1 {
  background: #57992b;
}
.area-co2 {
  background: #b5b14b;
}
.area-co3 {
  background: #f0b940;
}
.area-co4 {
  background: #3293bb;
}
.area-co5 {
  background: #c03b20;
}
.area-co1-b {
  background: #e3e8d5;
  border: 1px solid #6ec136;
  color: #2a4915;
}
.area-co2-b {
  background: #ecebd8;
  border: 1px solid #c4c16f;
  color: #6d6b2d;
}
.area-co3-b {
  background: #f2ebd7;
  border: 1px solid #f4ca6f;
  color: #bb850f;
}
.area-co4-b {
  background: #dfe8e4;
  border: 1px solid #50abd0;
  color: #1c546b;
}
.area-co5-b {
  background: #eddfd4;
  border: 1px solid #dd5236;
  color: #692011;
}
/*======================================

	Clearfix
	
=======================================*/
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
/*======================================

	Module
	
=======================================*/
.tel {
  font-size: 28.8px;
}
/*======================================

	Test module
	
=======================================*/
.box {
  border: 1px solid #c8c8c0;
  background: #e8e7de;
  padding: 1rem;
}
/*===================================================================================================================================

	@media screen and (min-width: 1280px) for PC big size
	
====================================================================================================================================*/
/*===================================================================================================================================

	@media screen and (max-width: 959px) for Tablet
	
====================================================================================================================================*/
@media screen and (max-width: 959px) {
  #header {
    display: none;
  }
  #header-sp {
    position: fixed !important;
    z-index: 999;
    top: 0;
    display: block;
    width: 100%;
    height: 50px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    background: #222;
  }
  .logo {
    width: 120px;
    height: 55px;
    display: block;
    position: absolute;
    top: -5px;
    left: -5px;
    margin: 0 auto;
  }
  .logo a {
    background: url(../images/common/logo.png) top center no-repeat;
    background-size: cover;
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
  }
  main {
    margin-top: 50px;
    margin-left: 0;
  }
  footer {
    padding: 1em 0;
  }
  .f-menu {
    display: none;
  }
  .title {
    font-size: 32px;
  }
}
/*===================================================================================================================================

	@media screen and (max-width: 767px) for Smart Phone Landscape
	
====================================================================================================================================*/
@media screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 19.2px;
  }
  h4 {
    font-size: 16px;
  }
  h5 {
    font-size: 16px;
  }
  .title {
    font-size: 24px;
  }
  .row > .col0,
  .row > .col1,
  .row > .col2,
  .row > .col3,
  .row > .col4,
  .row > .col5,
  .row > .col6,
  .row > .col7,
  .row > .col8,
  .row > .col9,
  .row > .col10,
  .row > .col11,
  .row > .col12 {
    width: 100%;
  }
  .row.row-margin > .col0,
  .row.row-margin > .col1,
  .row.row-margin > .col2,
  .row.row-margin > .col3,
  .row.row-margin > .col4,
  .row.row-margin > .col5,
  .row.row-margin > .col6,
  .row.row-margin > .col7,
  .row.row-margin > .col8,
  .row.row-margin > .col9,
  .row.row-margin > .col10,
  .row.row-margin > .col11,
  .row.row-margin > .col12 {
    width: 100%;
  }
  .row.row-margin > * + * {
    margin-top: 1em;
  }
  .row-fixed > .col1 {
    width: 8.33333%;
  }
  .row-fixed > .col2 {
    width: 16.66667%;
  }
  .row-fixed > .col3 {
    width: 25%;
  }
  .row-fixed > .col4 {
    width: 33.33333%;
  }
  .row-fixed > .col5 {
    width: 41.66667%;
  }
  .row-fixed > .col6 {
    width: 50%;
  }
  .row-fixed > .col7 {
    width: 58.33333%;
  }
  .row-fixed > .col8 {
    width: 66.66667%;
  }
  .row-fixed > .col9 {
    width: 75%;
  }
  .row-fixed > .col10 {
    width: 83.33333%;
  }
  .row-fixed > .col11 {
    width: 91.66667%;
  }
  .row-fixed > .col12 {
    width: 100%;
  }
  .row-rev-sp {
    -webkit-box-direction: reverse;
    /*--- Androidブラウザ用 ---*/
    -webkit-flex-direction: row-reverse;
    /*--- safari（PC）用 ---*/
    flex-direction: row-reverse;
  }
  .row-rev-sp.row-rev {
    -webkit-box-direction: normal;
    /*--- Androidブラウザ用 ---*/
    -webkit-flex-direction: row;
    /*--- safari（PC）用 ---*/
    flex-direction: row;
  }
}
/*===================================================================================================================================

	@media screen and (max-width: 599px) for Smart Phone Horizontal
	
====================================================================================================================================*/
@media screen and (max-width: 599px) {
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 19.2px;
  }
  h3 {
    font-size: 16px;
  }
  .title {
    font-size: 19.2px;
  }
  .form dt {
    float: none;
    width: 100%;
  }
  .form dd {
    float: none;
    width: 100%;
    margin-bottom: 1em;
  }
}
/*======================================

	Home
	
=======================================*/
.eyecatch {
  position: relative;
}
.eyecatch li {
  position: relative;
}
.eyecatch li .text {
  position: absolute;
  top: 0;
  left: 0;
}
.eyecatch .slick-dots {
  bottom: -1.5em;
  z-index: 99;
}
.reservation-set {
  text-align: center;
  border-bottom: 1px solid #dddcd4;
}
.reservation-set.content {
  padding: 1em 0 0.5em;
}
.reservation-set .open-time i,
.reservation-set .tel i {
  color: #57992b;
}
.reservation-set .open-time {
  margin-top: 0.7em;
}
.reservation-set .tel {
  margin-top: 0.5em;
  line-height: 1.7;
}
#news {
  margin: 1em auto;
}
#news .col10 {
  border-left: 1px dotted #8a8a85;
  padding-left: 2em;
}
#news dl {
  margin: auto;
  max-width: 700px;
}
#news dt {
  margin-bottom: 0.5em;
  font-weight: bold;
}
#news dd {
  line-height: 1.2;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px dotted #c8c8c0;
}
#news .date {
  width: 6em;
  display: inline-block;
}
#news .icon {
  font-size: 11.2px;
  padding: 0.2em 1em;
  background-color: #8a8a85;
  color: #f2f1e8;
  border-radius: 1em;
  position: relative;
  top: -0.2em;
}
#news .icon.new {
  background-color: #57992b;
}
#news .icon.coupon {
  background-color: #b5b14b;
  color: #222;
}
#news .icon.campaign {
  background-color: #f0b940;
}
.accordion-set {
  display: table;
  font-size: 12.8px;
  margin: 0 auto;
  padding: 0.3em 3em;
  min-width: 10em;
  border: 1px solid #222;
  border-radius: 2em;
  cursor: pointer;
  position: relative;
  background: rgba(255, 255, 255, 0.5);
}
.accordion-open:after,
.accordion-close:after {
  font-family: FontAwesome;
  font-size: 1rem;
  position: absolute;
  right: 10px;
  top: 2px;
}
.accordion-open:after {
  content: "\f107";
}
.accordion-close:after {
  content: "\f106";
}
.all-staff {
  display: table;
  font-size: 12.8px;
  margin: 0 auto;
  min-width: 10em;
  border: 1px solid #222;
  border-radius: 2em;
  cursor: pointer;
  position: relative;
  background: rgba(255, 255, 255, 0.5);
}
.all-staff span {
  display: block;
  padding: 0.3em 3em;
}
.all-staff a {
  color: #222;
  display: block;
}
.all-staff a:hover {
  text-decoration: none;
}
.all-staff:after {
  font-family: FontAwesome;
  content: "\f105";
  font-size: 1rem;
  position: absolute;
  right: 10px;
  top: 2px;
}
#twitter {
  margin: 1em auto;
}
#twitter h2 i {
  color: #00aced;
  font-size: 120%;
  padding-right: 0.2em;
}
#twitter > div {
  margin: 0 auto;
  max-width: 700px;
}
#twitter iframe {
  vertical-align: bottom;
}
@media screen and (max-width: 959px) {
  .reservation-set .btn a {
    width: 240px;
  }
}
@media screen and (max-width: 767px) {
  .eyecatch .slick-dots li button:before {
    font-size: 10px;
  }
  .home-nav li {
    width: 49%;
    width: calc(50% - 2.5px);
    margin-top: 5px;
  }
  .reservation-set .open-time {
    font-size: 19.2px;
    margin-top: 0.5em;
    margin-bottom: -0.5em;
  }
  .reservation-set .open-time .sup {
    font-size: 12.8px;
  }
  .reservation-set .tel {
    display: none;
  }
  #news {
    padding-right: 0;
  }
  #twitter {
    padding-left: 0;
  }
  #twitter > div {
    border: 1px solid #c8c8c0;
    margin: 0 5%;
  }
}
@media screen and (max-width: 599px) {
  .heading1.recommend {
    font-size: 90%;
  }
}
/*======================================

	About
	
=======================================*/
.title-about {
  background-image: url(../images/about/title.jpg);
}
.about-photo {
  margin: 1em auto 3em;
  max-width: 700px;
}
#concept .row {
  background: #fff;
}
#concept .row + .row {
  margin-top: 1em;
}
#concept h3 {
  margin: 0.5em;
}
#concept .row p {
  padding: 0 1em;
}
.massage-kind {
  margin-bottom: 4em;
}
.massage-kind > section {
  margin-top: 3em;
}
.massage-kind .row > *:first-of-type,
.massage-kind .row.row-rev > *:last-of-type {
  padding: 0 1em 0 0;
}
.massage-kind .row > *:last-of-type,
.massage-kind .row.row-rev > *:first-of-type {
  padding: 0 0 0 1em;
}
.massage-kind .row h3 {
  color: #f2f1e8;
  background-color: #57992b;
  margin: 0 0 2em -2rem;
  padding: 0.5em 0.5em 0.5em 2rem;
}
.massage-kind .row-rev h3 {
  margin: 0 -2rem 2em 0;
  padding: 0.5em;
}
.massage-kind-sub.row > * {
  width: 48%;
  width: calc(50% - 1rem);
  margin-bottom: 1em;
}
.massage-kind-sub h3 {
  margin-top: 0;
}
#flow h3 {
  margin: 0.7em 0;
  font-size: 24px;
}
#flow > .row + .row {
  padding-top: 1em;
}
.step-number {
  display: block;
  color: #57992b;
  background: rgba(255, 255, 255, 0.5);
  font-weight: bold;
  font-size: 19.2px;
  border-radius: 50%;
  text-align: center;
  line-height: 1;
  border: 4px solid #57992b;
  letter-spacing: 0.1em;
  padding: 0.92em 0.5em;
  margin-right: 1em;
}
@media screen and (max-width: 959px) {
  .massage-kind .row h3,
  .massage-kind .row-rev h3 {
    margin-bottom: 1.5em;
  }
  #concept .row p {
    padding: 0 1em 1em;
  }
  .step-number {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .massage-kind {
    margin-bottom: 2em;
  }
  .massage-kind .row > *:first-of-type,
  .massage-kind .row.row-rev > *:last-of-type,
  .massage-kind .row > *:last-of-type,
  .massage-kind .row.row-rev > *:first-of-type {
    padding: 0;
  }
  .massage-kind .row h3,
  .massage-kind .row-rev h3 {
    margin: 0 0 1.5em;
    padding: 0.5em;
  }
  .massage-kind-sub.row > * {
    width: 100%;
  }
  #flow img {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  #flow h3 {
    margin: 0.5em 0;
    font-size: 19.2px;
  }
  .step-number {
    font-size: 11.2px;
    border-width: 3px;
  }
}
/*======================================

	Staff
	
=======================================*/
.title-staff {
  background-image: url(../images/staff/title.jpg);
}
#staff-search-area {
  margin: -10px auto 1em;
  max-width: 1280px;
}
.staff-btn {
  width: 280px;
  display: table;
  margin: 1em auto 0.5em;
  height: 4em;
}
.staff-btn li {
  display: table-cell;
  width: 50%;
  cursor: pointer;
  text-align: center;
  position: relative;
  padding: 1.2em 0;
  line-height: 1;
  color: #757571;
  background-color: #e8e7de;
  font-size: 12px;
  transition: all 0.3s ease 0s;
}
.staff-btn li.active {
  color: #f2f1e8;
  font-weight: bold;
  background-color: #57992b;
  font-size: 16px;
  transition: all 0.3s ease 0s;
}
.staff-btn li:before {
  font-family: FontAwesome;
  position: relative;
  left: -0.35em;
  top: 0.1em;
  font-size: 120%;
  font-weight: normal;
}
.staff-btn li.simple:before {
  content: "\f00a";
}
.staff-btn li.detail:before {
  content: "\f2c2";
}
.staff-view li.active {
  color: #57992b;
}
.staff-view {
  position: relative;
  width: 280px;
  margin: 0 auto 1em;
  padding-left: 40px;
  overflow: hidden;
  border: 2px solid #e3e8d5;
  background-color: #e3e8d5;
}
.staff-view:before,
.staff-view:after {
  font-family: FontAwesome;
  position: absolute;
  color: #57992b;
  z-index: 2;
  top: 40%;
  top: calc(50% - 14px);
  right: 10px;
  pointer-events: none;
}
.staff-view:before {
  content: "\f0c0";
  left: 10px;
}
.staff-view:after {
  content: "\f0dc";
  right: 10px;
}
.staff-view-form {
  padding: 0.8em 0 0.8em 0.5em;
  width: 120%;
  display: block;
  overflow: hidden;
  outline: none;
  border: 0;
  background-color: #fff;
  color: #57992b;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
.staff-view-form:before {
  content: "test";
  position: absolute;
  top: 0;
  left: 0;
}
#staff-search > ul > li > div {
  color: #4c4b4a;
  background-color: #dddcd4;
  padding: 0.3em 0.5em;
  font-weight: bold;
  margin-bottom: 0.2em;
}
.search-item {
  cursor: pointer;
  transition: all 0.3s ease 0s;
  position: relative;
  padding: 0.2em 0 0.2em 0.5em;
  overflow: hidden;
}
.search-item.active {
  color: #57992b;
  font-weight: bold;
  background-color: #e3e8d5;
  transition: all 0.3s ease 0s;
}
.search-item:before {
  content: "\f096";
  font-family: FontAwesome;
  position: relative;
  left: 0;
  top: 0.1em;
  font-size: 120%;
  font-weight: normal;
  padding-right: 0.3em;
  color: #8a8a85;
}
.search-item.active:before {
  content: "\f14a";
  color: #57992b;
}
#search-number {
  margin: 0.5em auto;
  text-align: center;
  font-size: 20.8px;
}
#search-number #sNum {
  font-size: 32px;
  padding: 0 0.1em;
}
#search-reset {
  cursor: pointer;
  width: 90%;
  margin: 0.5em auto;
  text-align: center;
  padding: 0.5em 0;
  border-radius: 20px;
  background-color: #b5b14b;
}
#staff-list {
  max-width: 1280px;
  margin: 0 -5.5%;
}
#staff-list a {
  display: block;
  color: #222;
  transition: all 0.3s ease 0s;
  position: relative;
}
#staff-list a:after {
  display: block;
  position: absolute;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  transition: all 0.3s ease 0s;
  z-index: 10;
}
#staff-list a:hover:after {
  background: rgba(255, 255, 255, 0.3);
}
#staff-list .new-icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.3em 0.4em;
  font-family: "Roboto Condensed", sans-serif;
  color: #f2f1e8;
  z-index: 10;
  font-size: 14.4px;
  font-weight: 700;
}
#staff-list .new-icon:after {
  content: "";
  border-color: #57992b transparent transparent;
  border-style: solid;
  border-width: 4em 4em 0 0 ;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.staff-list-simple {
  overflow: hidden;
}
.staff-list-simple > ul {
  margin: 0;
  font-size: 0;
}
.staff-list-simple > ul:before,
.staff-list-simple > ul:after {
  content: " ";
  display: table;
}
.staff-list-simple > ul:after {
  clear: both;
}
.staff-list-simple > ul > li {
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
  width: 20%;
  margin-bottom: 2px;
  padding: 0 1px;
  text-align: center;
  position: relative;
}
.staff-list-simple > ul > li img {
  display: block;
}
.staff-list-simple > ul > li h3 {
  margin: 0;
}
.staff-list-simple .staff-text {
  background-color: transparent;
  color: #222;
}
.staff-list-simple .profile {
  margin: -0.4em 0 0;
  padding: 0 0 0.4em;
}
.staff-list-simple .sport,
.staff-list-simple .massage,
.staff-list-simple .skill,
.staff-list-simple .new {
  display: none;
}
.staff-list-detail {
  overflow: hidden;
}
.staff-list-detail > ul {
  margin: 0 -1% 0 0;
  font-size: 0;
}
.staff-list-detail > ul:before,
.staff-list-detail > ul:after {
  content: " ";
  display: table;
}
.staff-list-detail > ul:after {
  clear: both;
}
.staff-list-detail > ul > li {
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
  width: 49%;
  margin-right: 1%;
  margin-bottom: 0.5em;
  text-align: center;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
.staff-list-detail > ul > li img {
  display: block;
  width: 40%;
  float: left;
}
.staff-list-detail .staff-text {
  margin: 0 0 0 40%;
  text-align: left;
  z-index: 0;
  position: relative;
}
.staff-list-detail .staff-text:before,
.staff-list-detail .staff-text:after {
  content: " ";
  display: table;
}
.staff-list-detail .staff-text:after {
  clear: both;
}
.staff-list-detail .staff-text h3 {
  margin: 0;
  padding: 0.2em 0.5em;
  position: relative;
  line-height: 1.2;
}
.staff-list-detail .staff-text > ul > li {
  font-size: 16px;
  padding: 0.2em 0.5em;
  line-height: 1.2;
}
.staff-list-detail .staff-text > ul > li + li {
  border-top: 1px dotted #c8c8c0;
}
.staff-list-detail .staff-text .sport {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.staff-list-detail .staff-text .skill ul {
  font-size: 0;
}
.staff-list-detail .staff-text .skill li {
  display: inline-block;
  background-color: #57992b;
  color: #f2f1e8;
  font-size: 12px;
  padding: 0.2em 0.4em;
  margin: 0 0.2em 0.2em 0;
  border-radius: 1em;
}
.staff-list-detail .staff-text .new {
  margin-top: 0.2em;
  padding: 0 0.5em;
  color: #57992b;
  text-align: right;
  font-size: 14.4px;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  line-height: 1.2;
}
.staff-list-simple {
  overflow: hidden;
}
.staff-list-circle > ul {
  margin: 0;
  font-size: 0;
}
.staff-list-circle > ul > li {
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
  width: 50%;
  margin-bottom: 5px;
  padding: 0 2.5px;
  text-align: center;
}
.staff-list-circle > ul > li:before,
.staff-list-circle > ul > li:after {
  content: " ";
  display: table;
}
.staff-list-circle > ul > li:after {
  clear: both;
}
.staff-list-circle > ul > li img {
  display: block;
}
.staff-list-circle > ul > li h3 {
  margin: 0;
  /* 
	background-color: @color-main;
	color: @color-base; */
  font-weight: normal;
}
.staff-list-circle .staff-text {
  /* background-color: @color-base;
	color: @color-text; */
  margin-bottom: -999px;
  padding-bottom: 999px;
}
.staff-list-circle .staff-text .sport,
.staff-list-circle .staff-text .massage,
.staff-list-circle .staff-text .skill {
  display: none;
}
.staff-list-circle .staff-text .new {
  color: #57992b;
  font-size: 90%;
}
.staff-list-circle a {
  display: block;
  color: #222;
  transition: all 0.3s ease 0s;
  position: relative;
  overflow: hidden;
}
.staff-list-circle a:after {
  display: block;
  position: absolute;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  transition: all 0.3s ease 0s;
  z-index: 10;
}
.staff-list-circle a:hover:after {
  background: rgba(255, 255, 255, 0.3);
}
.img-box {
  border-radius: 50%;
  overflow: hidden;
  width: 25%;
  float: left;
  border: 4px solid #fff;
}
.img-box img {
  margin-bottom: -33.333%;
}
.title.title-profile {
  background: none;
  height: 4em;
  margin-bottom: 0;
  font-size: 35.2px !important;
}
.title.title-profile .title-box span {
  padding: 0.5em 0.4em;
  color: #222;
  background: none;
}
.title.title-profile .jap {
  position: relative;
}
.title.title-profile .jap .sup {
  letter-spacing: 0.1em;
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: horizontal-tb;
  writing-mode: horizontal-tb;
  font-size: 30%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0;
  text-align: center;
}
.title.title-profile .eng {
  padding: 1em 0.5em;
}
.staff-photo {
  margin-bottom: 30px;
  background: #222;
}
.staff-photo .slick-track {
  margin: 0 auto;
}
.staff-photo .slick-track.fixed {
  margin: 0 auto;
  transform: translate3d(0px, 0px, 0px) !important;
}
.photo-set {
  margin-bottom: 1em;
}
.photo-set:before,
.photo-set:after {
  content: " ";
  display: table;
}
.photo-set:after {
  clear: both;
}
.photo-main {
  width: 75%;
  float: left;
}
.photo-nav {
  width: 20%;
  float: right;
}
.photo-nav li {
  cursor: pointer;
}
.photo-nav .active {
  opacity: 0.5;
}
.staff-profile h2 {
  margin-top: 0;
}
.staff-profile .col6 {
  width: 48%;
}
.staff-profile dt {
  font-weight: bold;
  font-size: 17.6px;
  color: #57992b;
}
.staff-profile dd {
  border-bottom: 1px dotted #c8c8c0;
  padding: 0 0 0.5em;
  margin-bottom: 0.5em;
}
.staff-profile .skill ul {
  padding-top: 0.5em;
}
.staff-profile .skill li {
  display: inline-block;
  background-color: #57992b;
  color: #f2f1e8;
  font-size: 14.4px;
  padding: 0.2em 0.4em;
  margin: 0 0.2em 0.2em 0;
  border-radius: 1em;
}
.staff-profile .comment {
  border: 1px solid #dddcd4;
  background-color: #fff;
  padding: 1em;
}
.staff-shift {
  background: #fff;
}
.staff-shift dl {
  border-top: 1px solid #dddcd4;
  -js-display: flex;
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: justify;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: justify;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  /*--- IE10用 ---*/
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  flex-wrap: wrap;
  text-align: center;
}
.staff-shift .date {
  padding: 0.3em 0;
  background: #e8e7de;
  width: 35%;
  border-bottom: 1px solid #dddcd4;
}
.staff-shift .date.sunday {
  background: #eddfd4;
  color: #692011;
}
.staff-shift .date.saturday {
  background: #dde8e7;
  color: #10597f;
}
.staff-shift .shift {
  padding: 0.3em 0;
  width: 65%;
  border-bottom: 1px solid #dddcd4;
}
.staff-shift .btn {
  display: inline-block;
  font-size: 12.8px;
  color: #57992b;
  padding: 1px 1.2em 1px 0.6em;
  margin: 0 0 0 0.4em;
  border-radius: 1em;
  border: 1px solid #8a8a85;
  position: relative;
  min-width: 4em;
}
.staff-shift .btn:after {
  font-family: FontAwesome;
  font-size: 11.2px;
  position: absolute;
  right: 0.4em;
  top: 2px;
  content: "\f054";
}
@media screen and (min-width: 960px) {
  .staff-list-detail .staff-text > ul > li {
    padding: 0.5em 0.5em;
  }
  .staff-list-detail .staff-text .skill li {
    font-size: 12.8px;
    padding: 0.2em 0.6em;
    margin: 0 0.4em 0.3em 0;
  }
  .photo-set {
    width: 47.5%;
    margin-bottom: 0;
  }
  .photo-main {
    width: 100%;
    float: none;
    margin-bottom: 1em;
  }
  .photo-nav {
    width: 100%;
    float: none;
  }
  .photo-nav li {
    display: inline-block;
    width: 25%;
  }
  .staff-profile {
    -js-display: flex;
    display: -webkit-box;
    /*--- Androidブラウザ用 ---*/
    display: -ms-flexbox;
    /*--- IE10 ---*/
    display: -webkit-flex;
    /*--- safari（PC）用 ---*/
    display: flex;
    -webkit-box-pack: justify;
    /*--- Androidブラウザ用 ---*/
    -ms-flex-pack: justify;
    /*--- IE10 ---*/
    -webkit-justify-content: space-between;
    /*--- safari（PC）用 ---*/
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    /*--- IE10用 ---*/
    -webkit-flex-wrap: wrap;
    /*--- safari（PC）用 ---*/
    flex-wrap: wrap;
  }
  .staff-profile .row {
    width: 47.5%;
  }
  .staff-profile .row .col6 {
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .staff-list-detail .staff-text .skill li {
    font-size: 13.6px;
  }
}
@media screen and (max-width: 959px) {
  .staff-list-simple > ul > li {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .search-item {
    float: left;
    width: 50%;
  }
  .staff-list-detail > ul {
    margin: 0;
  }
  .staff-list-detail > ul > li {
    width: 100%;
    margin-right: 0;
  }
  .staff-profile .col6 {
    width: 100%;
  }
  .staff-shift dl {
    margin-top: -1px;
  }
  #staff-list .new-icon {
    font-size: 11.2px;
  }
}
@media screen and (max-width: 599px) {
  .staff-list-simple > ul > li {
    width: 33.3333%;
    margin-bottom: 2px;
  }
  .staff-list-simple .staff-text {
    font-size: 12px;
  }
  .staff-list-detail .staff-text .new {
    font-size: 12.8px;
    margin-top: 0.2em;
  }
  .staff-list-circle > ul > li {
    width: 100%;
  }
  .staff-list-circle > ul > li h3 {
    font-size: 19.2px;
  }
  .img-box {
    width: 25%;
  }
}
/*======================================

	Charge
	
=======================================*/
.title-charge {
  background-image: url(../images/charge/title.jpg);
}
.charge-list {
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.charge-list:before,
.charge-list:after {
  content: " ";
  display: table;
}
.charge-list:after {
  clear: both;
}
.charge-list dt {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.charge-list .time {
  font-family: 'Lobster', Roboto, Arial, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 22.4px;
  font-weight: bold;
  padding-right: 0.5em;
  float: left;
  background: #f2f1e8 url(../images/common/bg.jpg) repeat;
  position: relative;
  z-index: 1;
}
.charge-list .time span {
  font-size: 16px;
}
.charge-list .price {
  font-family: 'Lobster', Roboto, Arial, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 22.4px;
  float: right;
  font-weight: bold;
  position: relative;
  padding-left: 0.5em;
  padding-right: 0.1em;
  background: #f2f1e8 url(../images/common/bg.jpg) repeat;
}
.charge-list .price:after {
  content: "・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・";
  position: absolute;
  top: 0;
  left: -2000%;
  z-index: -1;
  font-weight: normal;
  color: #757571;
}
.charge-list .course {
  font-weight: bold;
}
.charge-list .menu {
  font-size: 14.4px;
}
.charge-list .point {
  color: #757571;
}
.charge-list .time.option {
  font-family: Roboto, Arial, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 16px;
  padding-top: 0.4em;
}
/* .massage-type {
	margin-top: 1em;
	.flex() 
}

.massage-type li {
	width: 30%;
	margin-bottom: 2em;
	position: relative;
	overflow: hidden;
}

.massage-type li p {
	width: 100%;
	position: absolute;
	bottom: 0;
	padding: 0.3em 0.7em;
	text-align: center;
	color: @color-base;
	background-color: @color-text;
	background-color: rgba(0,0,0,0.4);
	line-height: 1.2;
	
}
.massage-type li .new {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0.3em 0.4em;
	font-family: "Roboto Condensed", sans-serif;
	color: @color-base;
	z-index: 10;
	font-size: @text-size * 0.9;
	font-weight: 700;
}

.massage-type li .new:after {
    content: "";
    border-color: @color-main transparent transparent;
    border-style: solid;
    border-width: 4em 4em 0 0 ;
	position: absolute;
    top: 0;
	left: 0;
	z-index: -1;
}
 */
.massage-type .box01 {
  background: #c2344e;
}
.massage-type .box02 {
  background: #405469;
}
.massage-type .box03 {
  background: #b99a49;
}
.massage-type .box04 {
  background: #5e98bc;
}
.massage-type .box05 {
  background: #7c844e;
}
.massage-type .box06 {
  background: #67524b;
}
.massage-img {
  position: relative;
}
.massage-img .new {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.3em 0.4em;
  font-family: "Roboto Condensed", sans-serif;
  color: #f2f1e8;
  z-index: 10;
  font-size: 14.4px;
  font-weight: 700;
}
.massage-img .new:after {
  content: "";
  border-color: #57992b transparent transparent;
  border-style: solid;
  border-width: 4em 4em 0 0 ;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.massage-text {
  padding: 0.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  .charge-list {
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 767px) {
  .charge-list {
    margin-bottom: 0;
  }
  .massage-type li .new {
    font-size: 11.2px;
  }
  .massage-img .new {
    font-size: 11.2px;
  }
}
@media screen and (max-width: 599px) {
  .massage-type li {
    width: 47%;
    margin-bottom: 1.5em;
  }
  .massage-type li p {
    padding: 0.5em 0.7em;
    font-size: 12.8px;
  }
}
/*======================================

	Room
	
=======================================*/
.title-room {
  background-image: url(../images/room/title.jpg);
}
.room-detail .row {
  margin-top: 1em;
}
.room-detail h3 {
  margin: 0;
  text-align: center;
}
.room-detail .box {
  margin: 0 2em;
  position: relative;
  top: -2.5em;
  background-color: #f2f1e8;
  background-color: rgba(255, 255, 255, 0.8);
}
#access h3 {
  text-align: center;
  margin-bottom: 0.5em;
}
#access h3 span {
  padding-left: 0.5em;
}
#access h3 .number {
  display: inline-block;
  padding-left: 0;
  background-color: #57992b;
  color: #f2f1e8;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5;
  font-family: Roboto Condensed;
  font-weight: normal;
  border-radius: 50%;
}
#access .row {
  margin-bottom: 1em;
}
#access .row p {
  display: table;
  margin: 0 auto;
}
#access p:first-of-type {
  margin-bottom: 1em;
}
.access-detail {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.jr-icon {
  font-size: 24px;
  font-weight: bold;
  font-family: Roboto, Arial, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #008d1e;
}
.station-icon {
  font-size: 11.2px;
  font-weight: bold;
  font-family: Roboto, Arial, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  border: 3px solid #f3c200;
  border-radius: 100%;
  height: 1.9em;
  width: 2.2em;
  padding-top: 0.3em;
  display: inline-block;
  text-align: center;
  line-height: 0.9;
}
.station-icon .number {
  display: block;
}
.station-icon.s2 {
  border-color: #ae7fdf;
}
.station-icon.s3 {
  border-color: #ad7240;
}
.map {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.map iframe,
.map object,
.map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
#google-map {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  margin-bottom: 1em;
  height: 0;
  overflow: hidden;
}
#google-map > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
@media screen and (min-width: 960px) {
  #google-map {
    padding-bottom: 40%;
  }
}
@media screen and (max-width: 767px) {
  #google-map {
    padding-bottom: 75%;
  }
  .room-detail .row > .col6 {
    width: 100%;
  }
}
/*======================================

	Reserve
	
=======================================*/
.title-reserve {
  background-image: url(../images/reserve/title.jpg);
}
#rsv-online {
  margin-top: -50px;
  padding-top: 50px;
}
#error-area {
  background: #eddfd4;
  border: 1px solid #dd5236;
  color: #692011;
  padding: 1em;
  margin-bottom: 1em;
}
.form input[type="text"].error-flag,
.form input[type="email"].error-flag,
.form input[type="tel"].error-flag,
.form input[type="password"].error-flag,
.form textarea.error-flag,
.form select.error-flag {
  background: #eddfd4;
  border: 1px solid #dd5236;
  color: #692011;
}
#rsv-confirmation dl {
  border-bottom: 1px solid #c8c8c0;
  margin-bottom: 1em;
}
#rsv-confirmation dt {
  font-weight: bold;
}
/*======================================

	Recruit
	
=======================================*/
.title-recruit {
  background-image: url(../images/recruit/title.jpg);
}
.recruit-box {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 100%;
  background: #aca;
}
.recruit-box > div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.recruit-box h2 {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: auto;
  font-size: 32px;
  color: #fff;
}
.recruit-box .ja {
  letter-spacing: 0.1em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-lr;
}
.recruit-box .en {
  display: block;
  font-size: 50%;
  letter-spacing: 0.1em;
  margin-top: -1em;
}
.recruit-box.box01 {
  background: #5ea0b0;
}
.recruit-box.box02 {
  background: #b5a54e;
}
.recruit-box.box03 {
  background: #7b678b;
}
.recruit-text {
  background: #fff;
  padding: 0.5em;
  font-size: 14.4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.recruit-list {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1200px) {
  .recruit-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-text {
    font-size: 14.4px;
  }
  dl.recruit-list dd {
    padding-left: 6.5em;
    margin-top: -1.65em;
    font-size: 14.4px;
  }
}
/*======================================

	Faq
	
=======================================*/
.title-faq {
  background-image: url(../images/faq/title.jpg);
}
.faq dl {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.faq dt {
  color: #57992b;
  font-size: 19.2px;
  font-weight: bold;
  position: relative;
  padding: 0.5em 0 0.5em 1.2em;
  cursor: pointer;
}
.faq dt.active {
  padding-bottom: 0;
}
.faq dt:after {
  font-family: FontAwesome;
  content: "\f138";
  position: absolute;
  top: 0.5em;
  left: 0;
  font-weight: normal;
  transition: all 0.3s ease 0s;
}
.faq dt.active:after {
  transform: rotate(90deg);
}
.faq dd {
  position: relative;
  display: inline-block;
  padding: 1em;
  border: 1px solid #f2f1e8;
  outline: none;
}
.faq dd::before,
.faq dd::after {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: 2;
  content: '';
  transition: all 0.3s ease 0.45s;
}
.faq dd::before {
  border-top: 1px solid #c8c8c0;
  border-bottom: 1px solid #c8c8c0;
  transform: scale(0, 1);
}
.faq dd::after {
  border-right: 1px solid #c8c8c0;
  border-left: 1px solid #c8c8c0;
  transform: scale(1, 0);
}
.faq dd.active::after,
.faq dd.active::before {
  transform: scale(1);
}
/*======================================

	Contact
	
=======================================*/
.title-contact {
  background-image: url(../images/contact/title.jpg);
}
/*======================================

	Policy
	
=======================================*/
.title-policy {
  background-image: url(../images/policy/title.jpg);
}
/*======================================

	Sitemap
	
=======================================*/
.title-sitemap {
  background-image: url(../images/sitemap/title.jpg);
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.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 {
  position: absolute;
  z-index: 999;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 45%;
  top: calc(50% - 20px);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: 10px;
}
.slick-prev[dir="rtl"] {
  left: auto;
  right: 10px;
}
.slick-prev:before {
  content: "\f137";
}
.slick-prev:before[dir="rtl"] {
  content: "\f138";
}
.slick-next {
  right: 10px;
}
.slick-next[dir="rtl"] {
  left: 10px;
  right: auto;
}
.slick-next:before {
  content: "\f138";
}
.slick-next:before[dir="rtl"] {
  content: "\f137";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -35px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  left: 0;
  content: "\f111";
  width: 20px;
  height: 20px;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #8a8a85;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #57992b;
  opacity: 1;
}
