@charset "UTF-8";
/* variables */
/* sans-serif */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}
/* monospace */
@font-face {
  font-family: "SourceHanCodeJP-Regular";
  src: local("SourceHanCodeJP-Regular");
}
@font-face {
  font-family: "Myrica M";
  src: local("Myrica M");
}
@font-face {
  font-family: "MyricaM M";
  src: local("MyricaM M");
}
@font-face {
  font-family: "Ricty Diminished Discord";
  src: local("Ricty Diminished Discord");
}
@font-face {
  font-family: "Migu 1M";
  src: local("Migu 1M");
}
@font-face {
  font-family: "Rounded M+ 1m regular";
  src: local("Rounded M+ 1m regular");
}
@font-face {
  font-family: "Rounded Mgen+ 1m regular";
  src: local("Rounded Mgen+ 1m regular");
}
@font-face {
  font-family: "VL ゴシック";
  src: local("VL ゴシック");
}
html {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Helvetica,Arial,'Droid Sans',sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, table, pre {
  margin-top: 0;
}
p, li, dt, dd, th, td, pre {
  -ms-line-break: strict;
  line-break: strict;
  -ms-word-break: break-strict;
  word-break: break-strict;
}
li {
  list-style-type: none;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  max-width: 100%;
  vertical-align: middle;
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
html {
  font-size: 62.5%;
}
ul {
  padding: 0;
}
li {
  list-style-type: none;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
  clear: left;
}
.clearfix:after {
  clear: both;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: 40px;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 4px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #fff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
  display: none;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  -webkit-transform: translatez(0);
}
.bx-wrapper {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("/img/upload/default/bx_loader.gif") center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
.bx-wrapper .bx-prev {
  left: 10px;
  background: url("images/controls.png") no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url("images/controls.png") no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("images/controls.png") -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("images/controls.png") -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}
body {
  color: #333;
}
span.stress {
  font-weight: bold;
}
img {
  width: auto;
  height: auto;
}
.breadcrumb {
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 400;
  margin: 0 auto 60px;
  width: 1060px;
}
.breadcrumb li {
    display: inline-block;
    list-style: none;
    vertical-align: middle;
}
.breadcrumb li a {
	color: #c5b790;
}
.breadcrumb li:not(:first-child)::before {
    margin-left: .7em;
    margin-right: .7em;
    content: '＞';
    color: #000;
}
.youtube {
  position:relative;
  width:100%;
  padding-top:56.25%;
  margin-bottom: 20px;
}
.youtube iframe {
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}
.movie-cap {
  font-size: 1.2rem;
  margin-bottom: 80px;
}
@media only screen and (max-width: 1024px) {
  a {
    text-decoration: none;
  }
  .breadcrumb{
    display: none;
  }
  .swiper-slide p {
  position: absolute;
  top: 70%;
  left: 4%;
  right: 4%;
  font-size: 10px;
  font-weight: 700;
  color: #666;
  text-shadow: 1px 1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, -1px -1px 1px #fff, 0 0 22px #fff;
  text-align: left;
  line-height: 1.3;
  }
  header #headerInner p.headerText {
    display: none;
  }
  header #headerInner .pcBtn {
    display: none;
  }
  header #headerInner a.logo {
    display: block;
    margin-left: 20px;
    width: 5rem;
  }
  header #headerInner .information {
    display: none;
  }
  header #headerInner ul.spReserve {
    margin: 0 auto 1.5rem;
    width: 90%;
    display: flex;
    justify-content: space-between;
  }
  header #headerInner ul.spReserve li {
    width: 48%;
    text-align: center;
  }
  header #headerInner ul.spReserve li a {
    display: block;
    padding: 1.2rem 0;
    width: 100%;
    color: #333;
    border: 1px solid #ccc;
    font-size: 1.4rem;
  }
  #sub {
    margin: 0 auto 5rem;
    width: 100%;
  }
  #sub .subBox {
    position: relative;
    padding-bottom: 2rem;
    clear: left;
    margin-bottom: 40px;
  }
  #sub .subBox .titleArea {
    margin: 0 auto 2rem;
    padding: 0 0 1rem;
    border-bottom: 1px solid #c5b790;
  }
  #sub .subBox .titleArea p {
    font-family: 'Arapey', serif;
    margin: 0;
    padding: 10px 0 0;
    color: #333;
    font-weight: normal;
    letter-spacing: 0.1em;
  }
  #sub .subBox .titleArea p span.en {
    font-size: 2.2rem;
    letter-spacing: .11em;
  }
  #sub .subBox .titleArea p span.jp {
    margin-left: .4em;
    font-size: 1.3rem;
  }
  #sub .subBox .titleArea a {
    position: absolute;
    display: block;
    font-size: 1.2rem;
    color: #333;
    text-decoration: underline;
    bottom: 0;
    right: 0;
  }
  #sub .subBox .titleArea a span {
    padding-right: 1.2rem;
    background: url("/img/upload/default/icon_arrow.gif") no-repeat right;
  }
  #sub .subBox .wrapper {
    margin-bottom: 20px;
  }
  #sub .subBox .wrapper article {
    margin-bottom: 30px;
  }
  #sub .subBox .wrapper article ul {
    display: flex;
  }
  #sub .subBox .wrapper article ul li.category {
    margin-right: 1rem;
  }
  #sub .subBox .wrapper article span.category a {
    display: inline-block;
    padding: 0.5rem 1rem;
    color: #fff;
    background-color: #c5b790;
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 4px;
  }
  #sub .subBox .wrapper article .blog_side {
    color: #b59e5c;
    font-size: 1.2rem;
    text-decoration: underline;
  }
  #sub .subBox .wrapper article ul li.date {
    margin-right: 1.2rem;
    padding-top: 0.4rem;
  }
  #sub .subBox .wrapper article ul li.date a {
    color: #333;
    font-size: 1.2rem;
  }
  #sub .subBox .wrapper article ul li.author {
    position: relative;
    padding-top: 0.4rem;
  }
  #sub .subBox .wrapper article ul li.author:before {
    position: absolute;
    content: "/";
    left: -1rem;
  }
  #sub .subBox .wrapper article ul li.author a {
    color: #b59e5c;
    font-size: 1.2rem;
    text-decoration: underline;
  }
  #sub .subBox .wrapper article a.linkToArticle p {
    margin: 0 0 20px 0;
    font-size: 1.4rem;
    color: #333;
    line-height: 1.5;
  }
  #sub .subBox .wrapper article a.blog_side {
    margin-bottom: 10px;
    display: block;
  }
  #sub .subBox .wrapper article a.linkToArticle p.title {
    font-weight: bold;
    margin: 10px 0 5px;
  }
  #sub #subNews {
    margin-bottom: 3rem;
  }
  dl.search2 {
    position: relative;
  }
  dl.search2 dt {
    margin-right: 105px;
    padding: 0 0 0 8px;
    background-color: #fff;
    border: 1px solid #aaa;
  }
  dl.search2 dt input {
    width: 100%;
    height: 24px;
    line-height: 24px;
    background: none;
    border: none;
  }
  dl.search2 dd {
    position: absolute;
    top: 0;
    right: 0;
  }
  dl.search2 dd button {
    display: block;
    width: 100px;
    height: 28px;
    color: #fff;
    line-height: 28px;
    text-align: center;
    background-color: #c5b790;
    border: 1px solid #c5b790;
  }
  #sub #subStaff ul li, #sub #subCategory ul li, #sub #subMedicate ul li, #sub #subBlogcate ul li, #subNewscate ul li, #subFaq ul li {
    text-align: left;
  }
  #sub #subStaff ul li a, #sub #subCategory ul li a, #sub #subMedicate ul li a, #sub #subBlogcate ul li a, #sub #subNewscate ul li a, #sub #subFaq ul li a {
    display: block;
    margin: 10px auto;
    padding: 0.5rem 0;
    color: #c5b790;
    font-size: 1.4rem;
    border-bottom: dotted 1px #ddd;
  }
  #sub #subBlogcate ul li a {
    margin-left: 20px;
  }
  .subyear{
    font-size: 1.6rem;
    color: #999;
    margin-bottom: 30px;
    position: relative;
  }
  .subyear:before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-bottom: solid 2px #999;
    border-right: solid 2px #999;
    position: absolute;
    top: 3px;
    left: 70px;
    transform: rotate(45deg);
  }
  #sub #subStyle ul.wrapper, #subNewscate ul.wrapper {
    letter-spacing: -0.4em;
  }
  #sub #subStyle ul.wrapper li, #subNewscate ul.wrapper li {
    display: inline-block;
    vertical-align: top;
    margin: 0 12px 30px 0;
    width: 31%;
    height: auto;
    letter-spacing: .1em;
  }
  #sub #subStyle ul.wrapper li:nth-child(3n) {
    margin-right: 0;
  }
  #sub #subStyle ul.wrapper li a.img, #subNewscate ul.wrapper li a.img {
    display: block;
    margin-bottom: 10px;
  }
  #sub #subStyle ul.wrapper li a.txt h3, #subNewscate ul.wrapper li a.txt h3 {
    margin: 0 0 10px;
    color: #b59e5c;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.5;
  }
  #sub #subStyle ul.wrapper li a.txt p, #subNewscate ul.wrapper li a.txt p {
    color: #333;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  a#goTop {
    display: block;
    margin: 60px 0 0;
    padding: 2.5rem 0 1rem;
    background: url("/img/upload/default/img-totop.png") no-repeat #eee;
    background-position: center 1rem;
    text-align: center;
    color: #333;
    clear: left;
    letter-spacing: .11em;
  }
  footer {
    padding: 3rem 0 0;
    background-color: #414141;
  }
  footer #footerInner #footerNav {
    display: none;
  }
  footer #footerInner #footerContent #footerInfo {
    margin: 0 auto;
  }
  footer #footerInner #footerContent #footerInfo #footerLogo a {
    display: none;
  }
  footer #footerInner #footerContent #footerInfo #footerLogo p.salonName {
    margin: 0 auto 20px;
    width: 90%;
    font-size: 1.8rem;
    color: #fff;
  }
  footer #footerInner #footerContent #footerInfo .txtInfo {
    margin: 0 auto;
    width: 90%;
  }
  footer #footerInner #footerContent #footerInfo .txtInfo p {
    display: block;
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    line-height: 1.4;
  }
  footer #footerInner #footerContent #footerInfo .txtInfo p.address {
    margin-bottom: 1rem;
  }
  footer #footerInner #footerContent #footerInfo .txtInfo p.address span::after {
    content: "\A" ;
    white-space: pre ;
  }
  footer #footerInner #footerContent #footerInfo .txtInfo p.footerTel {
    margin: 0 auto 0.5rem;
  }
  footer #footerInner #footerContent #footerInfo .txtInfo p.footerTel a {
    color: #fff;
  }
  footer #footerInner #footerContent #footerInfo .txtInfo p.footerFax {
    color: #fff;
  }
  footer #footerInner #footerContent #footerInfo .txtInfo p.contact {
    text-align: center;
  }
  footer #footerInner #footerContent #footerInfo .txtInfo p.contact a {
    display: block;
    padding: 1.5rem 0;
    background-color: #eee;
    font-size: 1.4rem;
    color: #333;
    margin: 30px 0;
  }
  footer #footerInner #footerContent #footerInfo .txtInfo dl {
    margin: 0 0 1rem;
    width: 90%;
    display: flex;
  }
  footer #footerInner #footerContent #footerInfo .txtInfo dl:last-child {
    margin: 0;
  }
  footer #footerInner #footerContent #footerInfo .txtInfo dl dt {
    color: #fff;
    font-size: 1.4rem;
    text-align: left;
  }
  footer #footerInner #footerContent #footerInfo .txtInfo dl dd {
    color: #fff;
    font-size: 1.4rem;
    text-align: left;
  }
  footer #footerInner #footerContent .businessHourWrapper {
    margin: 0 auto 2rem;
    width: 90%;
    justify-content: space-between;
  }
  footer #footerInner #footerContent .businessHour,
  footer #footerInner #footerContent .finalAcceptance {
    color: #fff;
  }
  footer #footerInner #footerContent .businessHour p,
  footer #footerInner #footerContent .finalAcceptance p {
    font-size: 1.3rem;
  }
  footer #footerInner #footerContent .businessHour dl,
  footer #footerInner #footerContent .finalAcceptance dl {
    font-size: 1.3rem;
    justify-content: space-between;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  footer #footerInner #footerContent #footerLink ul {
    width: 90%;
    margin: 0 auto;
  }
  footer #footerInner #footerContent #footerLink ul.actionBtn {
    margin-bottom: 1rem;
  }
  footer #footerInner #footerContent #footerLink ul.actionBtn li {
    text-align: center;
  }
  footer #footerInner #footerContent #footerLink ul.actionBtn li a {
    display: block;
    padding: 1.5rem 0;
    font-size: 1.4rem;
  }
  footer #footerInner #footerContent #footerLink ul.actionBtn li.recruit {
    margin-bottom: 10px;
    background-color: #c5b790;
  }
  footer #footerInner #footerContent #footerLink ul.actionBtn li.recruit a {
    color: #fff;
  }
  footer #footerInner #footerContent #footerLink ul.actionBtn li.reserve {
    background-color: #bc4d7a;
  }
  footer #footerInner #footerContent #footerLink ul.actionBtn li.reserve a {
    color: #fff;
  }
  footer #footerInner #footerContent #footerLink ul.snsBtn {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
  }
  footer #footerInner #footerContent #footerLink ul.snsBtn li {
    margin: 10px;
  }
  footer #footerInner #footerPolicy ul li {
    margin: 20px 0;
    border-bottom: 1px solid #fff;
    padding: 0 0 0 5%;
  }
  footer #footerInner #footerPolicy ul li a {
    color: #fff;
    font-size: 1.3rem;
    line-height: 2.4;
  }
  footer #footerInner #footerPolicy ul li a:before {
    content: ">";
    padding-right: 10px;
  }
  footer #footerInner #footerPolicy p {
    margin: 0;
    padding: 1rem 0;
    color: #fff;
    font-size: 1rem;
    text-align: center;
  }
  #mainVisual {
    margin: 0 auto 40px;
    width: 100%;
  }

  #content {
    padding: 0 15px;
  }

  body.top .topBnrArea {
    margin: 0 auto 2rem;
    width: auto;
    padding: 0 15px;
  }
  body.top .topBnrArea ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  body.top .topBnrArea ul li {
    margin-bottom: 1rem;
    width: 48%;
  }
  body.top #main section.sect {
    margin: 0 auto 3rem;
    width: 100%;
  }
  body.top #main section.sect .titleArea {
    margin: 0 auto 1rem;
    padding: 0 0 1rem;
    border-bottom: 1px solid #c5b790;
    clear: left;
  }
  body.top #main section.sect .titleArea h2 {
    margin: 0;
    padding: 0 0 5px;
    color: #333;
    font-weight: normal;
    font-family: 'Arapey', serif;
  }
  body.top #main section.sect .titleArea h2 span.en {
    font-size: 2.2rem;
  }
  body.top #main section.sect .titleArea h2 span.jp {
    margin-left: .4em;
    font-size: 1.3rem;
  }
  body.top #main section.sect .titleArea a {
    display: block;
    font-size: 1.2rem;
    color: #333;
    text-decoration: underline;
  }
  body.top #main section.sect .titleArea a span {
    padding-right: 1.2rem;
    background: url("/img/upload/default/icon_arrow.gif") no-repeat right;
  }
  body.top #main section.sect ul.wrapper li a.img {
    display: block;
    margin: 0 0 0.5rem;
  }
  body.top #main section.sect ul.wrapper li a.txt h3 {
    margin: 0 0 0.5rem;
    color: #b59e5c;
    font-size: 1.2rem;
    font-weight: normal;
    text-decoration: none;
    line-height: 1.5;
  }
  body.top #main section.sect ul.wrapper li a.txt p {
    color: #333;
    font-size: 1.2rem;
    line-height: 1.4;
  }
  body.top #main section.sect.sect01 ul.wrapper li {
    display: inline-block;
    vertical-align: top;
    float: none;
    margin: 0 0 1rem;
    width: 32%;
    height: auto;
  }
  body.top #main section.sect.sect01 ul.wrapper li:nth-child(3n+2) {
    margin: 0 2% 1rem;
  }
  body.top #main section.sect.sect02 ul.wrapper li {
    display: inline-block;
    vertical-align: top;
    float: none;
    margin: 0 0 1rem;
    width: 30%;
    height: auto;
  }
  body.top #main a.bnrRecruit {
    width: auto;
    margin: 0 auto 40px;
    display: block;
  }
  body.top #main section.sect.sect02 ul.wrapper li:nth-child(3n+2) {
    margin: 0 5% 1rem;
}
  body.top #topFooterContent {
    margin: 0 auto;
  }
  body.top #topFooterContent .footerInstagram {
    margin: 0 auto 2rem;
    padding: 3rem 0;
    background-color: #eee;
  }
  body.top #topFooterContent .footerInstagram p.title {
    display: block;
    margin: 0 auto 2rem;
    width: 140px;
  }
  body.top #topFooterContent .footerInstagram .bx-wrapper {
    margin: 0 auto;
    background: none;
    box-shadow: none;
    border: none;
  }
  body.top #topFooterContent .footerInstagram .bx-wrapper div {
    width: 20%;
  }
  body.top #topFooterContent #topFooterContentInner {
    margin: 0 auto;
    padding: 0 15px;
  }
  body.top #topFooterContent #topFooterContentInner .footerSNS {
    margin: 0 auto 3rem;
  }
  body.top #topFooterContent #topFooterContentInner .footerSNS .facebook {
    margin: 0 auto 0.5rem;
    padding: 5rem 0;
    width: 96%;
  }
  body.top #topFooterContent #topFooterContentInner .footerSNS .twitter {
    margin: 0 auto 1rem;
    width: 96%;
    border: 1px solid #e9ebee;
  }
  body.top #topFooterContent #topFooterContentInner .shopList {
    margin: 0 auto 5rem;
    width: 96%;
  }
  body.top #topFooterContent #topFooterContentInner .shopList .titleArea {
    margin: 0 auto 2rem;
    padding: 0 0 1rem;
    border-bottom: 1px solid #c5b790;
  }
  body.top #topFooterContent #topFooterContentInner .shopList .titleArea p {
    margin: 0;
    padding: 0 0 5px;
    color: #333;
    font-weight: normal;
    font-family: 'Arapey', serif;
    letter-spacing: .11em;
  }
  body.top #topFooterContent #topFooterContentInner .shopList .titleArea p span.en {
    font-size: 2.2rem;
  }
  body.top #topFooterContent #topFooterContentInner .shopList .titleArea p span.jp {
    margin-left: .4em;
    font-size: 1.3rem;
  }
  body.top #topFooterContent #topFooterContentInner .shopList .titleArea a {
    display: block;
    font-size: 1.2rem;
    color: #333;
    text-decoration: underline;
  }
  body.top #topFooterContent #topFooterContentInner .shopList .titleArea a span {
    padding-right: 1.2rem;
    background: url("/img/upload/default/icon_arrow.gif") no-repeat right;
  }
  body.top #topFooterContent #topFooterContentInner .shopList .shopListInner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 98%;
  }
  body.top #topFooterContent #topFooterContentInner .shopList .shopListInner .box {
    margin-bottom: 2rem;
    width: 48%;
  }
  body.top #topFooterContent #topFooterContentInner .shopList .shopListInner .box a.shopName {
    margin: 0 auto 1rem;
  }
  body.top #topFooterContent #topFooterContentInner .shopList .shopListInner .box a.shopName img {
    margin: 0 auto 1rem;
    width: 100%;
    vertical-align: bottom;
  }
  body.top #topFooterContent #topFooterContentInner .shopList .shopListInner .box a.shopName p {
    color: #b59e5c;
    font-size: 1.3rem;
    text-decoration: underline;
  }
  body.top #topFooterContent #topFooterContentInner .shopList .shopListInner .box a.shopInfo p {
    margin: 0 0 5px;
    color: #333;
    font-size: 1.2rem;
  }
  body.lower #pageTitleArea {
    padding: 20px 0;
    margin-bottom: 60px;
    width: 100%;
    min-height: 5rem;
    /* background: url("/img/upload/default/bg_ptn_pageTitle.png") repeat; */
    background-color: #ddd;
  }
  body.lower #pageTitleArea h1 {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 1.8rem;
    font-weight: normal;
    color: #333;
  }
  body.lower #pageTitleArea h1 span {
    display: block;
    margin-bottom: 6px;
    font-size: 3.6rem;
    font-family: 'Arapey', serif;
    text-transform: uppercase;
    letter-spacing: .2em;
  }
  body.stylist #main .stylistBox {
    position: relative;
    display: table;
    width: 100%;
    margin-bottom: 30px;
  }
  body.stylist #main .stylistBox .txtInfo {
    display: table-footer-group;
    position: inherit;
    bottom: auto;
  }
  body.stylist #main .stylistBox .txtInfo h2 {
    margin: 2rem auto 0.5rem;
    font-size: 2rem;
    font-weight: bold;
  }
  body.stylist #main .stylistBox .txtInfo h2 span {
    margin-left: 15px;
    font-size: 1.8rem;
  }
  body.stylist #main .stylistBox .txtInfo p.job {
    font-size: 1.4rem;
  }
  body.stylist #main .stylistBox .txtInfo ul.sns {
    margin: 0 0 2rem auto;
    width: 100%;
    text-align: right;
  }
  body.stylist #main .stylistBox .txtInfo ul.sns li {
    width: 2.5rem;
    display: inline-block;
    padding-left: 8px;
    vertical-align: top;
  }
  body.stylist #main .stylistBox .txtInfo ul.sns li a {
    display: block;
  }
  body.stylist #main .stylistBox .txtInfo p.catch01 {
    margin: 0 0 1rem;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
  }
  body.stylist #main .stylistBox .txtInfo p.catch02 {
    margin: 0 0 3rem;
    line-height: 1.5;
    font-size: 1.4rem;
  }
    body.stylist #main .stylistBox .txtInfo p.comment {
    margin-bottom: 40px;
    line-height: 1.5;
    font-size: 1.4rem;
  }
  body.stylist #main .stylistBox .txtInfo .career {
    margin: 0 auto 3rem;
  }
  body.stylist #main .stylistBox .txtInfo .career dl {
    margin: 0 auto 0.5rem;
    width: 96%;
    margin: 10px 0;
  }
  body.stylist #main .stylistBox .txtInfo .career dl dt {
    float: left;
    width: 44%;
    font-size: 1.2rem;
    font-weight: bold;
  }
  body.stylist #main .stylistBox .txtInfo .career dl dd {
    font-size: 1.2rem;
    text-align: left;
    overflow: auto;
    line-height: 1.4;
  }
  body.stylist #main .stylistBox .txtInfo .blogArea .titleArea {
    margin: 0 auto 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #c5b790;
  }
  body.stylist #main .stylistBox .txtInfo .blogArea .titleArea h3 {
    font-family: 'Arapey', serif;
    float: left;
    margin: 0;
    padding: 10px 0 0;
    color: #333;
    font-weight: normal;
    letter-spacing: 0.1em;
  }
  body.stylist #main .stylistBox .txtInfo .blogArea .titleArea h3 span.en {
    font-size: 2.2rem;
    font-family: 'Arapey', serif;
  }
  body.stylist #main .stylistBox .txtInfo .blogArea .titleArea h3 span.jp {
    margin-left: .4em;
    font-size: 1.2rem;
  }
  body.stylist #main .stylistBox .txtInfo .blogArea .titleArea a {
    float: right;
    display: block;
    margin-top: 20px;
    font-size: 1.1rem;
    font-family: 'Bellefair', serif;
    color: #333;
    text-decoration: none;
  }
  body.stylist #main .stylistBox .txtInfo .blogArea .titleArea a span {
    padding-right: 12px;
    background: url("/img/upload/default/icon_arrow.gif") no-repeat right;
  }
  body.stylist #main .stylistBox .txtInfo .blogArea .wrapper article {
    margin-bottom: 20px;
  }
  body.stylist #main .stylistBox .txtInfo .blogArea .wrapper article ul {
    display: -webkit-flex;
    display: flex;
  }
  body.stylist #main .stylistBox .txtInfo .blogArea .wrapper article ul li.category {
    margin-right: 10px;
  }
  body.stylist #main .stylistBox .txtInfo .blogArea .wrapper article ul li.category a {
    display: inline-block;
    padding: 3px 20px;
    color: #fff;
    background-color: #c5b790;
    text-align: center;
    font-size: 1.1rem;
  }
  body.stylist #main .stylistBox .txtInfo .blogArea .wrapper article ul li.date {
    margin-right: 15px;
    padding-top: 3px;
  }
  body.stylist #main .stylistBox .txtInfo .blogArea .wrapper article ul li.date a {
    color: #333;
    font-size: 1.1rem;
  }
  body.stylist #main .stylistBox .txtInfo .blogArea .wrapper article ul li.author {
    position: relative;
    padding-top: 3px;
  }
  body.stylist #main .stylistBox .txtInfo .blogArea .wrapper article ul li.author:before {
    position: absolute;
    content: "/";
    left: -10px;
    text-decoration: none;
  }
  body.stylist #main .stylistBox .txtInfo .blogArea .wrapper article ul li.author a {
    color: #b59e5c;
    font-size: 1.1rem;
    text-decoration: underline;
  }
  body.stylist #main .stylistBox .txtInfo .blogArea .wrapper article a.linkToArticle p {
    margin: 0;
    font-size: 1.2rem;
    color: #333;
    line-height: 1.5;
  }
  body.stylist #main .stylistBox .txtInfo .blogArea .wrapper article a.linkToArticle p.title {
    font-weight: bold;
    margin: 0 0 5px;
  }
  body.stylist #main .stylistBox .visualInfo {
    display: table-header-group;
  }
  body.stylist #main .stylistBox .visualInfo .photo {
    margin: 0 auto 2rem;
  }
  body.stylist #main .stylistBox .visualInfo .photo img {
    width: 100%;
    height: auto;
  }
  body.stylist #main .stylistBox .visualInfo .calendar {
    width: 100%;
  }
  body.stylist #main .stylistBox .visualInfo .calendar .calendarInner {
    display: none;
  }
  body.stylist #main .stylistBox .visualInfo .calendar .calendarInner.active {
    display: block;
  }
  body.stylist #main .stylistBox .visualInfo .calendar .calendarInner {
    border: 1px solid #b59e5c;
  }
  body.stylist #main .stylistBox .visualInfo .calendar .calendarInner .month {
    padding: 1rem;
    background-color: #b59e5c;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: space-between;
  }
  body.stylist #main .stylistBox .visualInfo .calendar .calendarInner .month a {
    display: block;
    font-size: 0.8rem;
    color: #fff;
  }
  body.stylist #main .stylistBox .visualInfo .calendar .calendarInner .month span {
    font-size: 1.4rem;
  }
  body.stylist #main .stylistBox .visualInfo .calendar .calendarInner table {
    margin: 1.5rem auto;
    width: 100%;
  }
  body.stylist #main .stylistBox .visualInfo .calendar .calendarInner table tr {
    text-align: center;
  }
  body.stylist #main .stylistBox .visualInfo .calendar .calendarInner table tr th {
    padding: 0.5rem;

    font-size: 1.2rem;
    font-weight: bold;
  }
  body.stylist #main .stylistBox .visualInfo .calendar .calendarInner table tr .Saturday {
    color: #5794f7;
  }
  body.stylist #main .stylistBox .visualInfo .calendar .calendarInner table tr .Sunday {
    color: #ff4576;
  }
  body.stylist #main .stylistBox .visualInfo .calendar .calendarInner table tr td {
    padding: 0.5rem;
    font-size: 0.8rem;
    color: #a5aab4;
  }
  body.stylist #main .stylistBox .visualInfo .calendar .calendarInner table tr td.holiday {
    background: url("/img/upload/default/bg_holiday.png") no-repeat center;
    background-size: contain;
    color: #fff;
  }
  body.stylist #main .sect02 .titleArea {
    margin: 0 auto 2rem;
    padding: 0 0 1rem;
    width: auto;
    border-bottom: 1px solid #c5b790;
    clear: left;
  }
  body.stylist #main .sect02 .titleArea h3 {
    font-family: 'Arapey', serif;
    float: left;
    margin: 0;
    padding: 10px 0 0;
    color: #333;
    font-weight: normal;
    letter-spacing: 0.1em;
  }
  body.stylist #main .sect02 .titleArea h3 span.en {
    font-size: 2.2rem;
    letter-spacing: .11em;
  }
  body.stylist #main .sect02 .titleArea h3 span.jp {
    margin-left: .4em;
    font-size: 1.2rem;
  }
  body.stylist #main .sect02 .titleArea a {
    float: right;
    display: block;
    margin-top: 20px;
    font-size: 1.1rem;
    font-family: 'Bellefair', serif;
    color: #333;
    text-decoration: none;
  }
  body.stylist #main .sect02 .titleArea a span {
    padding-right: 1.2rem;
    background: url("/img/upload/default/icon_arrow.gif") no-repeat right;
  }
  body.stylist #main .sect02 ul.wrapper {
    padding: 0;
  }
  ul.wrapper_stylist li {
    margin: 0px 10px 10px 0;
    width: 31%;
    display: inline-block;
    height: auto;
    vertical-align: top;
  }
  ul.wrapper_stylist li:nth-child(3n) {
    margin: 0px 0 1rem 0;
  }
  body.stylist #main .sect02 ul.wrapper_stylist li a.img {
    display: block;
    margin: 0 0 0.5rem;
  }
  body.stylist #main .sect02 ul.wrapper li a.txt h3 {
    margin: 0 0 10px;
    color: #b59e5c;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1.5;
  }
  body.stylist #main .sect02 ul.wrapper_stylist li a.txt h3 {
    margin: 0 0 10px;
    color: #b59e5c;
    font-size: 1.3rem;
  }
  body.stylist #main .sect02 ul.wrapper li a.txt p {
    color: #333;
    font-size: 1.2rem;
    line-height: 1.4;
  }
  body.stylist #main .sect02 ul.wrapper_stylist li a.txt p {
    color: #333;
    font-size: 1.2rem;
  }
  body.stylist #main .sect03 ul.wrapper {
    padding: 0;
    margin: 0 auto;
  }
  body.stylist #main .sect03 ul.wrapper li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 1rem;
    width: 30%;
    height: auto;
  }
  body.stylist #main .sect03 ul.wrapper li:nth-child(3n+2) {
    margin: 0 5% 1rem;
  }
  body.stylist #main .sect03 ul.wrapper li a.img {
    display: block;
    margin: 0 0 0.5rem;
    width: auto;
  }
  body.stylist #main .couponArea {
    margin: 0 auto 5rem;
    width: 100%;
    position: relative;
    box-shadow: 0px 0px 4px;
    border: 1px solid #cfcfcf;
    padding: 0px 0 10px 0;
  }
  body.stylist #main .couponArea h4 {
    text-align: center;
    background-color: #414141;
    padding: 0.5rem 0;
    font-size: 1.4rem;
    color: #fff;
  }
  body.stylist #main .couponArea .couponContent {
      position: relative;
      padding: 0px 0 30px 0;
  }
  body.stylist #main .couponArea .couponContent .img {
      position: absolute;
      bottom: 0;
  }
  body.stylist #main .couponArea .couponContent .img img {
      display: none;
  }
  body.stylist #main .couponArea .couponContent .img p {
      font-size: 1.2rem;
      line-height: .6;
      margin-left: 20px;
  }
  body.stylist #main .couponArea .couponContent .img p span {
      font-weight: bold;
      margin-right: 5px;
  }
  body.stylist #main .couponArea .couponContent .txt {
      padding: 14px;
      padding-bottom: 54px;
  }
  body.stylist #main .couponArea .couponContent .txt h5 {
      margin: 0 auto 15px;
      font-size: 1.4rem;
      line-height: 1.6;
  }
  body.stylist #main .couponArea .couponContent .txt ul li {
      float: left;
      margin-right: 1rem;
      padding: 0.3rem 1rem;
      color: #fff;
      font-size: 1.1rem;
      background-color: #666666;
  }
  body.stylist #main .couponArea .couponContent .txt p.price {
      float: right;
      color: #da2c82;
      font-size: 2rem;
      font-weight: bold;
  }
  body.stylist #main .couponArea .couponContent .txt p.couponDetail {
      font-size: 1.2rem;
      line-height: 1.5;
  }
  body.stylist #main .couponArea .couponContent .txt .reserve {
      text-align: center;
  }
  body.stylist #main .couponArea .couponContent .txt a {
      display: block;
      padding: 1rem 0;
      background-color: #bb1668;
      color: #fff;
      font-size: 1.6rem;
  }
  body.stylist #main .couponArea .couponContent .txt a {
      color: #fff;
      font-size: 1.6rem;
  }
  body.style #main .styleBox {
    position: relative;
    display: table;
    width: 100%;
  }
  body.style #main .styleBox .txtInfo {
    display: table-footer-group;
    position: inherit;
    bottom: auto;
    width: 100%;
  }
  body.style #main .styleBox .txtInfo h2 {
    margin: 10px auto 10px;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.4;
  }
  body.style #main .styleBox .txtInfo ul.sns {
    margin: 0 0 2rem auto;
    text-align: right;
  }
  body.style #main .styleBox .txtInfo ul.sns li {
    width: 2.5rem;
    display: inline-block;
    padding-left: 4px;
    vertical-align: top;
  }
  body.style #main .styleBox .txtInfo ul.sns li a {
    display: block;
  }
  .pinterestBtn span {
    height: 26px !important;
    width: 26px !important;
    background: url(/img/upload/default/icon_pinterest-1.png) !important;
    background-position-x: 0% !important;
    background-position-y: 0% !important;
    background-size: auto auto !important;
    background-position-x: 0% !important;
    background-position-y: 0% !important;
    background-size: auto auto !important;
    background-position: center !important;
    background-size: 26px 26px !important;
    box-shadow: none !important;
    border-radius: 0px !important;
  }
  body.style #main .styleBox .txtInfo .box {
    margin: 40px auto;
    font-size: 1.4rem;
    clear: both;
    overflow: auto;
  }
  body.style #main .styleBox .txtInfo .box .recommend ul.clearfix {
    display: inline-block;
  }
  body.style #main .styleBox .txtInfo .box p.styleTitle {
    margin: 0 auto 2rem;
    padding: 0 0 0.5rem;
    font-size: 1.4rem;
    border-bottom: 1px solid #c5b790;
  }
  body.style #main .styleBox .txtInfo .box dl {
    margin: 0 auto 0.5rem;
  }
  body.style #main .styleBox .txtInfo .box dl dt:first-of-type {
    width: 30%;
  }
  body.style #main .styleBox .txtInfo .box dl dt {
    float: left;
    font-size: 1.4rem;
    font-weight: bold;
  }
  body.style #main .styleBox .txtInfo .box dl dd {
    font-size: 1.4rem;
    text-align: left;
  }
  body.style #main .styleBox .txtInfo .box ul li {
    margin: 0 3px 0 0;
    font-size: 1.2rem;
    width: 50px;
  }
  .typeOn {
    background-color: #CD4465;
    color: #FFFFFF;
    width: 42px;
    text-align: center;
    display: inline-block;
    font-size: 11px;
    height: 58px;
  }
  .typeOff {
  background-color: #EEEEEE;
  color: #FFFFFF;
  width: 50px;
  height: 58px;
  text-align: center;
  display: inline-block;
  font-size: 11px;
  }
  .circletype::before {
    background-image: url("/img/upload/default/bg-circle.png");
    background-repeat: no-repeat;
    content: " ";
    height: 30px;
    width: 30px;
    overflow: hidden;
    display: block;
    margin: 4px auto;
  }
  .eggtype::before {
    background-image: url("/img/upload/default/bg-egg.png");
    background-repeat: no-repeat;
    content: " ";
    height: 30px;
    width: 20px;
    overflow: hidden;
    display: block;
    margin: 4px auto;
  }
  .squaretype::before {
      background-image: url("/img/upload/default/bg-square.png");
      background-repeat: no-repeat;
      content: " ";
      height: 30px;
      width: 30px;
      overflow: hidden;
      display: block;
      margin: 4px auto;
  }
  .triangletype::before {
    background-image: url("/img/upload/default/bg-triangle.png");
    background-repeat: no-repeat;
    content: " ";
    height: 30px;
    width: 30px;
    overflow: hidden;
    display: block;
    margin: 4px auto;
  }
  .basetype::before {
      background-image: url("/img/upload/default/bg-base.png");
      background-repeat: no-repeat;
      content: " ";
      height: 30px;
      width: 30px;
      overflow: hidden;
      display: block;
      margin: 4px auto;
  }
  body.style #main .styleBox .visualInfo {
    display: table-header-group;
  }
  body.style #main .styleBox .visualInfo .photo {
    margin: 0 0 1rem;
  }
  body.style #main .styleBox .visualInfo .photo img {
    width: 100%;
  }
  body.style #main .styleBox .visualInfo .thumb ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  body.style #main .styleBox .visualInfo .thumb ul li {
    width: 30%;
  }
  body.style #main .commentArea {
    margin: 0 auto 5rem;
    padding: 20px;
    background-color: #eee;
    width: auto;
  }
  body.style #main .commentArea .img {
    text-align: left;
  }
  body.style #main .commentArea .img:after {
    content:"";
    clear: left;
    display: block;
  }
  body.style #main .commentArea .img img {
    margin: 0 12px 1.4rem 0;
    float: left;
    width: 40%;
  }
  body.style #main .commentArea .img a {
    color: #333;
    text-decoration: underline;
    padding-top: 10%;
    font-size: 1.6rem;
    margin-bottom: 8px;
    display: block;
  }
  body.style #main .commentArea .txt h4 {
    font-size: 1.6rem;
    font-weight: bold;
  }
  body.style #main .commentArea .txt p {
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.6;
  }
  body.style #main .couponArea {
    margin: 0 auto 5rem;
    width: 100%;
    position: relative;
    box-shadow: 0px 0px 4px;
    border: 1px solid #cfcfcf;
  }
  body.style #main .couponArea h4 {
    text-align: center;
    background-color: #414141;
    padding: 0.5rem 0;
    font-size: 1.4rem;
    color: #fff;
  }
  body.style #main .couponArea .couponContent {
    position: relative;
    padding: 0px 0 30px 0;
  }
  body.style #main .couponArea .couponContent .img {
    position: absolute;
    bottom: 0;
  }
  body.style #main .couponArea .couponContent .img img {
    display: none;
  }
  body.style #main .couponArea .couponContent .img p {
    font-size: 1.2rem;
    line-height: .6;
    margin-left: 20px;
  }
  body.style #main .couponArea .couponContent .img p span {
    font-weight: bold;
    margin-right: 5px;
  }
  body.style #main .couponArea .couponContent .txt {
    padding: 14px;
    padding-bottom: 54px;
  }
  body.style #main .couponArea .couponContent .txt h5 {
    margin: 0 auto 15px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  body.style #main .couponArea .couponContent .txt ul {
    float: left;
  }
  body.style #main .couponArea .couponContent .txt ul li {
    float: left;
    margin-right: 1rem;
    padding: 0.3rem 1rem;
    color: #fff;
    font-size: 1.1rem;
    background-color: #c5b790;
  }
  body.style #main .couponArea .couponContent .txt p.price {
    float: right;
    color: #da2c82;
    font-size: 2rem;
    font-weight: bold;
  }
  body.style #main .couponArea .couponContent .txt p.couponDetail {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  body.style #main .couponArea .couponContent .txt .reserve {
    text-align: center;
  }
  body.style #main .couponArea .couponContent .txt a {
    display: block;
    padding: 1rem 0;
    background-color: #bb1668;
    color: #fff;
    font-size: 1.6rem;
  }
  body.style #main .sect02 .titleArea {
    margin: 0 auto 2rem;
    padding: 0 0 1rem;
    border-bottom: 1px solid #c5b790;
  }
  body.style #main .sect02 .titleArea h3{
    font-family: 'Arapey', serif;
    float: left;
    margin: 0;
    padding: 10px 0 0;
    color: #333;
    font-weight: normal;
    letter-spacing: 0.1em;
  }
  body.style #main .sect02 .titleArea h3 .en {
    font-size: 2.2rem;
    font-weight: normal;
    font-family: 'Arapey', serif;
  }
  body.style #main .sect02 .titleArea h3 .jp {
    font-weight: normal;
    margin-left: .4em;
    font-size: 1.3rem;
  }
  body.style #main .sect02 .titleArea p {
    margin: 0;
    padding: 0 0 0.5rem;
    color: #333;
    font-weight: normal;
    font-family: 'Arapey', serif;
  }
  body.style #main .sect02 .titleArea p span.en {
    font-size: 2.2rem;
  }
  body.style #main .sect02 .titleArea p span.jp {
    margin-left: 1.3em;
    font-size: 1.6rem;
  }
  body.style #main .sect02 .titleArea a {
    float: right;
    display: block;
    margin-top: 20px;
    font-size: 1.1rem;
    font-family: 'Bellefair', serif;
    color: #333;
    text-decoration: none;
  }
  body.style #main .sect02 .titleArea a span {
    padding-right: 1.2rem;
    background: url("/img/upload/default/icon_arrow.gif") no-repeat right;
  }
  body.style #main .sect02 ul.wrapper li {
    margin: 0 0 1rem;
    width: 32%;
    display: inline-block;
    vertical-align: top;
  }
  body.style #main .sect02 ul.wrapper li:nth-child(3n+2) {
    margin: 0 2% 1rem;
  }
  body.style #main .sect02 ul.wrapper li a.img {
    display: block;
    margin: 0 0 0.5rem;
  }
  body.style #main .sect02 ul.wrapper li a.txt h3 {
    margin: 0 0 5px;
    color: #b59e5c;
    font-size: 1.2rem;
    line-height: 1.4;
    font-weight: normal;
  }
  body.style #main .sect02 ul.wrapper li a.txt p {
    color: #333;
    font-size: 1.2rem;
    line-height: 1.4;
  }
  body.coupon #main section.sect01 .titleArea {
    margin: 0 auto 2rem;
    border-bottom: 1px solid #c5b790;
  }
  body.coupon #main section.sect01 .titleArea h3 {
    margin: 0;
    padding: 0 0 0.5rem;
    color: #333;
    font-weight: normal;
  }
  body.coupon #main section.sect01 .titleArea h3 span.en {
    font-size: 2.2rem;
    font-family: 'Arapey', serif;
  }
  body.coupon #main section.sect01 .titleArea h3 span.jp {
    margin-left: .4em;
    font-size: 1.3rem;
  }
  body.coupon #main section.sect01 .titleArea a {
    float: right;
    display: block;
    font-size: 1.6rem;
    color: #333;
    text-decoration: underline;
  }
  body.coupon #main section.sect01 .titleArea a span {
    padding-right: 1.2rem;
    background: url("/img/upload/default/icon_arrow.gif") no-repeat right;
  }
  body.coupon #main section.sect01 .filterArea {
    margin: 0 auto 3rem;
    padding: 3rem 2%;
    width: 96%;
    background-color: #f6f6f6;
  }
  body.coupon #main section.sect01 .filterArea dl {
    margin: 0 auto 1rem;
    padding: 0.5rem;
    background-color: #fff;
  }
  body.coupon #main section.sect01 .filterArea dl dt {
    margin: 0 auto 1rem;
    font-size: 1.4rem;
    font-weight: bold;
  }
  body.coupon #main section.sect01 .filterArea dl dd {
    font-size: 1.6rem;
  }
  body.coupon #main section.sect01 .filterArea dl dd ul li {
    float: left;
    margin-right: 1rem;
    font-size: 1.3rem;
  }
  body.coupon #main section.sect01 .filterArea dl dd ul li span {
    margin-left: 0.5rem;
  }
  body.coupon #main section.sect01 .filterArea .btn {
    margin: 3rem auto 0;
    text-align: center;
  }
  body.coupon #main section.sect01 .filterArea .btn button {
    padding: 1rem 0;
    color: #fff;
    width: 80%;
    font-size: 1.6rem;
    background-color: #b59e5c;
    border: none;
  }
  body.coupon #main .result .couponArea {
    margin: 0 auto 2rem;
    position: relative;
    border: 1px solid #cfcfcf;
  }
  body.coupon #main .result .couponArea h4 {
    text-align: center;
    background-color: #414141;
    padding: 0.5rem 0;
    font-size: 1.4rem;
    color: #fff;
  }
  body.coupon #main .result .couponArea .couponContent {
    padding: 1.4rem;
  }
  body.coupon #main .result .couponArea .couponContent .img {
    margin: 0 auto 1rem;
  }
  body.coupon #main .result .couponArea .couponContent .img img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  body.coupon #main .result .couponArea .couponContent .img p {
    font-size: 1.3rem;
    margin-bottom: 5px;
  }
  body.coupon #main .result .couponArea .couponContent .img p span {
    font-weight: bold;
    margin-right: 5px;
  }
  body.coupon #main .result .couponArea .couponContent .txt h5 {
    margin: 0 auto 15px;
    font-size: 1.6rem;
  }
  body.coupon #main .result .couponArea .couponContent .txt ul {
    float: left;
  }
  body.coupon #main .result .couponArea .couponContent .txt ul li {
    float: left;
    margin-right: 1rem;
    padding: 0.3rem 1rem;
    color: #fff;
    font-size: 1rem;
    background-color: #c5b790;
  }
  body.coupon #main .result .couponArea .couponContent .txt p.price {
    float: right;
    color: #da2c82;
    font-size: 1.8rem;
    font-weight: bold;
  }
  body.coupon #main .result .couponArea .couponContent .txt p.couponDetail {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  body.coupon #main .result .couponArea .couponContent .txt .reserve {
    text-align: center;
  }
  body.coupon #main .result .couponArea .couponContent .txt a {
    display: block;
    padding: 1rem 0;
    background-color: #bb1668;
    color: #fff;
    font-size: 1.8rem;
  }
  body.voice #main .voiceBox {
    margin: 0 auto 4rem;
    width: 96%;
  }
  body.voice #main .voiceBox .voiceInner {
    margin: 0 auto 2rem;
    padding: 2rem 6%;
    background-color: #eee;
  }
  body.voice #main .voiceBox.pickUp .voiceInner {
    background-color: #faf6e9;
  }
  body.voice #main .voiceBox .voiceInner h2 {
    margin: 0 0 1rem;
    font-size: 1.4rem;
    font-weight: bold;
  }
  body.voice #main .voiceBox .voiceInner h2 span {
    position: relative;
  }
  body.voice #main .voiceBox.pickUp h2 span {
    padding-right: 6rem;
  }
  body.voice #main .voiceBox.pickUp h2 span:after {
    position: absolute;
    content: "Pick Up";
    padding: 2px 4px;
    color: #fff;
    background-color: #c5b790;
    font-size: 1rem;
    right: 0;
  }
  body.voice #main .voiceBox .voiceInner p {
    margin: 0 0 1rem;
    font-size: 1.3rem;
    line-height: 1.4;
  }
  body.voice #main .voiceBox .voiceInner dl {
    display: flex;
    font-size: 1.2rem;
    font-weight: bold;
  }
  body.voice #main .voiceBox .voiceInner dl dt {
    margin-right: 0.5rem;
  }
  body.voice #main .voiceBox .voiceInner dl dd {
    position: relative;
    margin: 0 0 0 1rem;
    padding: 0;
  }
  body.voice #main .voiceBox .voiceInner dl dd:before {
    position: absolute;
    content: "/";
    left: -1rem;
  }
  body.voice #main .voiceBox .review,
  body.voice #main .voiceBox .reply {
    margin: 0 auto 2rem;
  }
  body.voice #main .voiceBox .review .reviewInner {
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  body.voice #main .voiceBox .review h3,
  body.voice #main .voiceBox .reply h3 {
    font-size: 1.4rem;
    padding-bottom: 5px;
    border-bottom: 1px solid #c5b790;
  }
  body.voice #main .voiceBox .review dl {
    width: 40%;
    display: flex;
    justify-content: space-between;
    font-size: 1.2rem;
  }
  body.voice #main .voiceBox .review dl dt {
    margin: 0 5px 0 0;
    padding: 0;
  }
  body.voice #main .voiceBox .review dl dd {
    margin: 0;
    padding: 0;
    color: #b59e5c;
  }
  body.voice #main .voiceBox .reply p {
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  body.contact #main p.message {
    margin: 0 auto 3rem;
    text-align: center;
    font-size: 1.6rem;
  }
  body.contact #main .contactInner {
    margin: 0 auto 3rem;
    width: 96%;
  }
  body.contact #main .btn input {
    display: block;
    text-align: center;
    border: none;
    font-size: 1.6rem;
    font-weight: bold;
  }
  :placeholder-shown {
      color: #aeacac;
  }
  input[type="button"],input[type="text"],input[type="submit"],input[type="reset"] {
   -webkit-appearance: none;
   border-radius: 0;
  }
  ::-webkit-input-placeholder {
      color: #aeacac;
  }
  body.contact #main .input .contactInner dl {
    margin: 0 auto 1.5rem;
    font-size: 1.6rem;
  }
  body.contact #main .input .contactInner dl dt {
    margin-bottom: 0.5rem;
  }
  body.contact #main .input .contactInner dl dd {
    margin: 0;
    padding: 0;
  }
  body.contact #main .input .contactInner dl dd input {
    padding: 1rem 2%;
    border: 1px solid #e1e1e1;
    width: 96%;
    font-size: 1.6rem;
  }
  body.contact #main .input .contactInner dl dd textarea {
    padding: 1rem 2%;
    border: 1px solid #e1e1e1;
    width: 96%;
    font-size: 1.6rem;
  }
  body.contact #main .input .btn {
    margin: 0 auto 3rem;
    width: 96%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  body.contact #main .input .btn input#btnReset {
    padding: 1rem 0;
    width: 46%;
    background-color: #eee;
  }
  body.contact #main .input .btn input#btnConfirm {
    padding: 1rem 0;
    width: 46%;
    color: #fff;
    background-color: #b59e5c;
  }
  body.contact #main .confirm .contactInner dl {
    margin: 0 auto 1.2rem;
    width: 96%;
    font-size: 1.6rem;
    text-align: left;
  }
  body.contact #main .confirm .contactInner dl dt {
    margin: 0 0 0.5rem;
    font-weight: bold;
  }
  body.contact #main .confirm .contactInner dl dd {
    margin: 0;
    padding: 0;
    line-height: 1.6;
  }
  body.contact #main .confirm .btn {
    margin: 0 auto 3rem;
    width: 640px;
    display: flex;
    justify-content: space-between;
  }
  body.contact #main .confirm .btn input#btnBack {
    padding: 1rem 0;
    width: 46%;
    background-color: #eee;
  }
  body.contact #main .confirm .btn input#btnSend {
    padding: 1rem 0;
    width: 46%;
    color: #fff;
    background-color: #b59e5c;
  }
  body.contact #main .complete a.returnTop {
    display: block;
    margin: 0 auto 3rem;
    padding: 1rem 0;
    width: 80%;
    text-align: center;
    font-size: 1.4rem;
    background-color: #eee;
    color: #333;
    font-weight: 600;
  }
  body.shoplist #main .sect02 .titleArea {
    margin: 80px auto 20px;
  }
  body.shoplist #main .sect02 ul.wrapper {
    margin: 0 auto 40px;
  }
  body.shoplist #main .sect02 ul.wrapper li {
    display: inline-block;
    vertical-align: top;
    margin: 0px 4% 40px 0;
    width: 48%;
  }
  body.shoplist #main .sect02 ul.wrapper li:nth-child(2n) {
    margin: 0px 0 1rem 0;
  }
  body.shoplist #main .sect02 ul.wrapper li a.img {
    display: block;
    margin: 0 0 1rem;
    width: 100%;
  }
  body.shoplist #main .sect02 ul.wrapper li a.txt h3 {
    margin: 0 0 10px;
    color: #b59e5c;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.4em;
  }
  body.shoplist #main .sect02 ul.wrapper li a.txt p {
    color: #333;
    font-size: 1.4rem;
    line-height: 1.4em;
  }
  body.shoplist #main .sect02 ul.wrapper li a.img img {
    width: 100%;
    vertical-align: bottom;
  }
  body.media #main .sect02 .titleArea {
    margin: 80px auto 20px;
  }
  body.media #main .sect02 ul.wrapper {
    margin: 0 auto;
  }
  body.media #main .sect02 ul.wrapper li {
    margin: 0px 0px 40px 0;
    width: 47%;
    display: inline-block;
    height: auto;
    vertical-align: top;
  }
  body.media #main .sect02 ul.wrapper li:nth-child(2n) {
    margin: 0 0 0 20px;
  }
  body.media #main .sect02 ul.wrapper li a.img {
    display: block;
    margin: 0 0 1rem;
  }
  body.media #main .sect02 ul.wrapper li a.txt h3 {
    margin: 0 0 10px;
    color: #b59e5c;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.4;
  }
  body.media #main .sect02 ul.wrapper li a.txt p {
    color: #333;
    font-size: 1.4rem;
    overflow: hidden;
    line-height: 1.4;
  }
  body.gallery #main .sect02 a {
    color: #b59e5c;
    font-size: 1.3rem;
    margin-right: 10px;
  }
  body.gallery #main .sect02 .titleArea {
    margin: 0 auto 20px;
  }
  body.gallery #main .sect02 ul.wrapper {
    margin: 0 auto;
    width: 100%!important;
    text-align: center;
  }
  body.gallery #main .sect02 ul.wrapper li {
    width: 100%!important;
    margin: 0px 0 26px 0 !important;
  }
  body.gallery #main .sect02 ul.wrapper li a.img {
    display: block;
    margin: 0 0 1rem;
  }
  body.gallery #main .sect02 ul.wrapper li a.txt h3 {
    margin: 0 0 10px;
    color: #b59e5c;
    font-size: 1.3rem;
    text-decoration: underline;
  }
  body.gallery #main .sect02 ul.wrapper li a.txt p {
    color: #333;
    font-size: 1.2rem;
  }
  body.menu #main  {
    margin: 0 auto 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  body.menu #main .sect {
    width: auto;
    margin-bottom: 80px;
  }
  body.menu #main .sect .titleArea {
    margin: 0 auto 20px;
    border-bottom: 1px solid #c5b790;
  }
  body.menu #main .sect p {
    line-height: 1.6;
  }
  body.menu #main .sect .txtRight {
    font-size: 1.1rem;
    text-align: right;
    display: block;
    margin-bottom: 8px;
    color: #999;
  }
  body.menu #main .sect table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  body.menu #main .sect .table > tbody > tr > td:first-child {
    text-align: left !important;
    width: 99%;
  }
  body.menu #main .sect .table tr {
    border-top: 1px solid #ddd;
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
  }
  body.menu #main .sect .table td {
    padding: 6px 6px 0;
    line-height: 1.42857143;
    vertical-align: top;
    font-size: 1.3rem;
  }
  body.menu #main .serviceSubTxt {
    font-size: 1.2rem!important;
    line-height: 16px;
    color: #999;
  }
  body.menu #main .pageTitleH2 {
    margin: 0 auto 5px;
    font-size: 1.8rem;
    font-weight: bold;
  }
  body.menu #main  .txtInfo ul.sns {
    margin: 0 0 20px auto;
    width: 134px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  body.menu #main  .txtInfo ul.sns li {
    width: 26px;
  }
  body.menu #main  .txtInfo ul.sns li a {
    display: block;
  }
  body.menu #main  .txtInfo .box {
    margin: 0 auto 30px;
  }
  body.menu #main  .txtInfo .box p.styleTitle {
    margin: 0 auto 20px;
    padding: 0 0 3px;
    font-size: 1.4rem;
    border-bottom: 1px solid #c5b790;
  }
  body.menu #main  .txtInfo .box dl {
    width: 460px;
    background: url("/img/upload/default/bg_line.png") no-repeat center;
  }
  body.menu #main  .txtInfo .box dl dt {
    float: left;
    width: 200px;
    font-size: 1.4rem;
    font-weight: bold;
  }
  body.menu #main  .txtInfo .box dl dd {
    float: left;
    margin-left: 170px;
    font-size: 1.4rem;
    text-align: left;
  }
  body.menu #main  .txtInfo .box ul li {
    float: left;
    margin: 0 10px 0 0;
    font-size: 1.4rem;
  }
  body.menu #main  .visualInfo {
    width: 240px;
  }
  body.menu #main  .visualInfo .photo {
    margin: 0 0 20px;
    width: 240px;
  }
  body.menu #main  .visualInfo .photo img {
    width: 100%;
  }
  body.menu #main  .visualInfo .thumb ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  body.menu #main  .visualInfo .thumb ul li {
    width: 30%;
  }
  body.menu #main .commentArea {
    margin: 0 auto 50px;
    padding: 20px;
    background-color: #eee;
    width: 690px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  body.menu #main .commentArea .img {
    width: 92px;
    text-align: center;
  }
  body.menu #main .commentArea .img img {
    margin: 0 auto 10px;
  }
  body.menu #main .commentArea .img a {
    color: #333;
    text-decoration: underline;
  }
  body.menu #main .commentArea .txt {
    width: 580px;
  }
  body.menu #main .commentArea .txt h4 {
    font-size: 1.4rem;
    font-weight: bold;
  }
  body.menu #main .commentArea .txt p {
    margin: 0;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  body.menu #main .couponArea {
    margin: 0 auto 50px;
    display: -webkit-flex;
    display: flex;
    position: relative;
    box-shadow: 0px 0px 15px;
    border: 1px solid #cfcfcf;
    background: url("/img/style/bg_coupon.png") repeat-y left;
  }
  body.menu #main .couponArea h4 {
    padding: 80px 5px 0;
    width: 20px;
    font-size: 1.6rem;
    color: #fff;
  }
  body.menu #main .couponArea .couponContent {
    padding: 20px;
    width: 660px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  body.menu #main .couponArea .couponContent .img {
    width: 160px;
  }
  body.menu #main .couponArea .couponContent .img img {
    margin: 0 auto 20px;
    width: 160px;
    height: 120px;
  }
  body.menu #main .couponArea .couponContent .img p {
    font-size: 1.1rem;
  }
  body.menu #main .couponArea .couponContent .img p span {
    font-weight: bold;
    margin-right: 5px;
  }
  body.menu #main .couponArea .couponContent .txt {
    width: 480px;
  }
  body.menu #main .couponArea .couponContent .txt h5 {
    margin: 0 auto 15px;
    font-size: 1.8rem;
  }
  body.menu #main .couponArea .couponContent .txt ul {
    float: left;
  }
  body.menu #main .couponArea .couponContent .txt ul li {
    float: left;
    margin-right: 10px;
    padding: 3px 10px;
    color: #fff;
    font-size: 1.1rem;
    background-color: #c5b790;
  }
  body.menu #main .couponArea .couponContent .txt p.price {
    float: right;
    color: #da2c82;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .media-title {
    font-weight: 600;
    font-size: 1.2rem;
  }
  .media-right {
    text-align: right;
    color: #666;
    display: block;
    font-size: 1.3rem;
  }
  body.menu #main .couponArea .couponContent .txt p.couponDetail {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  body.menu #main .couponArea .couponContent .txt .reserve {
    text-align: center;
  }
  body.menu #main .couponArea .couponContent .txt a {
    display: block;
    padding: 12px 0;
    background-color: #bb1668;
    color: #fff;
    font-size: 1.8rem;
  }
  body.menu #main .sect .titleArea h3 {
    float: left;
    margin: 0;
    padding: 0 0 5px;
    color: #333;
    font-weight: normal;
  }
  body.menu #main .sect .titleArea h3 span.en {
    font-size: 2.4rem;
    font-family: 'Arapey', serif;
  }
  body.menu #main .sect .titleArea h3 span.jp {
    margin-left: 1em;
    font-size: 1.4rem;
  }
  body.menu #main .sect .titleArea a {
    float: right;
    display: block;
    padding-top: 10px;
    font-size: 1.2rem;
    color: #333;
    text-decoration: underline;
  }
  body.menu #main .sect .titleArea a span {
    padding-right: 12px;
    background: url("/img/upload/default/icon_arrow.gif") no-repeat right;
  }
  body.menu #main .sect ul.wrapper {
    display: -webkit-flex;
    display: flex;
    margin: 0 auto;
    width: 730px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
  body.menu #main .sect ul.wrapper li {
    width: 124px;
    margin-bottom: 40px;
  }
  body.menu #main .sect ul.wrapper li a.img {
    display: block;
    width: 145px;
    margin: 0 0 10px;
  }
  body.menu #main .sect ul.wrapper li a.txt h3 {
    margin: 0 0 10px;
    color: #b59e5c;
    font-size: 1.3rem;
    text-decoration: underline;
  }
  body.menu #main .sect ul.wrapper li a.txt p {
    color: #333;
    font-size: 1.2rem;
    margin-bottom: 6px;
  }
  body.news #main .sect {
    width: auto;
    margin-bottom: 80px;
    padding: 0 15px;
  }
  body.news #main .sect .titleArea {
    margin: 0 auto 2rem;
    border-bottom: 1px solid #c5b790;
  }
  body.news #main .sect .titleArea h3 {
    font-size: 1.8rem;
    margin: 0 auto 20px;
  }
  body.news #main .sect p {
    font-size: 1.3rem;
    line-height: 1.6;
  }
  body.news #main .sect .txtRight {
    font-size: 1.2rem;
    text-align: right;
    display: block;
  }
  body.news #main .serviceSubTxt {
    font-size: 1.2rem!important;
    line-height: 16px;
    color: #999;
  }
  body.news #main .newsTime {
    font-size: 1.2rem;
    color: #666;
    display: block;
    margin-bottom: 10px;
  }
  body.news #main .pageTitleH2 {
    margin: 0 auto 5px;
    font-size: 1.8rem;
    font-weight: bold;
  }
  body.news #main  .txtInfo ul.sns {
    margin: 0 0 20px auto;
    width: 134px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  body.news #main  .txtInfo ul.sns li {
    width: 26px;
  }
  body.news #main  .txtInfo ul.sns li a {
    display: block;
  }
  body.news #main  .txtInfo .box {
    margin: 0 auto 30px;
  }
  body.news #main  .txtInfo .box p.styleTitle {
    margin: 0 auto 20px;
    padding: 0 0 3px;
    font-size: 1.4rem;
    border-bottom: 1px solid #c5b790;
  }
  body.news #main  .txtInfo .box dl {
    width: 460px;
    background: url("/img/upload/default/bg_line.png") no-repeat center;
  }
  body.news #main  .txtInfo .box dl dt {
    float: left;
    width: 200px;
    font-size: 1.4rem;
    font-weight: bold;
  }
  body.news #main  .txtInfo .box dl dd {
    float: left;
    margin-left: 170px;
    font-size: 1.4rem;
    text-align: left;
  }
  body.news #main  .txtInfo .box ul li {
    float: left;
    margin: 0 10px 0 0;
    font-size: 1.4rem;
  }
  body.news #main  .visualInfo {
    width: 240px;
  }
  body.news #main  .visualInfo .photo {
    margin: 0 0 20px;
    width: 240px;
  }
  body.news #main  .visualInfo .photo img {
    width: 100%;
  }
  body.news #main  .visualInfo .thumb ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  body.news #main  .visualInfo .thumb ul li {
    width: 30%;
  }
  body.news #main .commentArea {
    margin: 0 auto 50px;
    padding: 20px;
    background-color: #eee;
    width: 690px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  body.news #main .commentArea .img {
    width: 92px;
    text-align: center;
  }
  body.news #main .commentArea .img img {
    margin: 0 auto 10px;
  }
  body.news #main .commentArea .img a {
    color: #333;
    text-decoration: underline;
  }
  body.news #main .commentArea .img img {
    margin: 0 auto 10px;
  }
  body.news #main .commentArea .txt {
    width: 580px;
  }
  body.news #main .commentArea .txt h4 {
    font-size: 1.4rem;
    font-weight: bold;
  }
  body.news #main .commentArea .txt p {
    margin: 0;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  body.news #main .couponArea {
    margin: 0 auto 50px;
  }
  body.news #main .couponArea h4 {
    padding: 80px 5px 0;
    width: 20px;
    font-size: 1.6rem;
    color: #fff;
  }
  body.news #main .couponArea .couponContent {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  body.news #main .couponArea .couponContent .img img {
    margin: 0 auto 20px;
    width: 100px;
    height: auto;
  }
  body.news #main .couponArea .couponContent .img p {
    font-size: 1.1rem;
  }
  body.news #main .couponArea .couponContent .img p span {
    font-weight: bold;
    margin-right: 5px;
  }
  body.news #main .couponArea .couponContent .txt {
    width: 240px;
    margin-left: 20px;
  }
  body.news #main .couponArea .couponContent .txt h5 {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 0;
  }
  body.news #main .couponArea .couponContent .txt ul {
    margin-top: 10px;
  }
  body.news #main .couponArea .couponContent .txt ul li {
    float: left;
    margin-right: 10px;
    padding: 3px 6px;
    color: #fff;
    font-size: 1rem;
    background-color: #c5b790;
  }
  body.news #main .couponArea .couponContent .txt ul li a {
    color: #fff;
  }
  body.news #main .couponArea .couponContent .txt p.price {
    float: right;
    color: #da2c82;
    font-size: 1.8rem;
    font-weight: bold;
  }
  body.news #main .couponArea .couponContent .txt p.couponDetail {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  body.news #main .couponArea .couponContent .txt .more {
    font-size: 1.3rem;
  }
  body.news #main .couponArea .couponContent .txt .reserve {
    text-align: center;
  }
  body.news #main .couponArea .couponContent .txt a {
    color: #333;
  }
  body.news #main .sect .titleArea h3 {
    float: left;
    margin: 0;
    padding: 0 0 12px;
    color: #333;
    font-weight: normal;
    line-height: 1.4;
  }
  body.news #main .sect .titleArea h3 span.en {
    font-size: 2.4rem;
    font-family: 'Arapey', serif;
  }
  body.news #main .sect .titleArea h3 span.jp {
    margin-left: 1em;
    font-size: 1.4rem;
  }
  body.news #main .sect .titleArea a {
    float: right;
    display: block;
    padding-top: 10px;
    font-size: 1.2rem;
    color: #333;
    text-decoration: underline;
  }
  body.news #main .sect .titleArea a span {
    padding-right: 12px;
    background: url("/img/upload/default/icon_arrow.gif") no-repeat right;
  }
  body.news #main .sect ul.wrapper {
    display: -webkit-flex;
    display: flex;
    margin: 0 auto;
    width: 730px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
  body.news #main .sect ul.wrapper li {
    width: 124px;
    margin-bottom: 40px;
  }
  body.news #main .sect ul.wrapper li a.img {
    display: block;
    width: 145px;
    margin: 0 0 10px;
  }
  body.news #main .sect ul.wrapper li a.txt h3 {
    margin: 0 0 10px;
    color: #b59e5c;
    font-size: 1.3rem;
    text-decoration: underline;
  }
  body.news #main .sect ul.wrapper li a.txt p {
    color: #333;
    font-size: 1.2rem;
    margin-bottom: 6px;
  }
  body.news #main .sect .wrapper li {
    float: left;
    margin-right: 10px;
    padding: 3px 6px;
    color: #fff;
    font-size: 1rem;
    background-color: #c5b790;
  }
  body.news #main .articleTxt{
    margin-top: 40px;
    font-size: 1.4rem;
  }
  body.news #main .articleTxt p{
    line-height: 1.4;
    font-size: 1.4rem;
  }
  body.news #main .newsTime > div img{
    margin-top: 30px;
  }
  body.news #main .newsTime .postUser{
    padding: 10px 10px!important;
    font-size: 1.2rem;
    color: #c5b790!important;
    display: inline!important;
  }
  body.blog #main .sect {
    width: auto;
    margin-bottom: 80px;
    padding: 0 15px;
  }
  body.blog #main .sect .titleArea {
    margin: 0 auto 2rem;
    border-bottom: 1px solid #c5b790;
  }
  body.blog #main .sect .titleArea h3 {
    font-size: 1.8rem;
    margin: 0 auto 20px;
  }
  body.blog #main .sect p {
    font-size: 1.3rem;
    line-height: 1.6;
  }
  body.blog #main .sect .txtRight {
    font-size: 1.2rem;
    text-align: right;
    display: block;
  }
  body.blog #main .serviceSubTxt {
    font-size: 1.2rem!important;
    line-height: 16px;
    color: #999;
  }
  body.blog #main .newsTime {
    font-size: 1.1rem!important;
    color: #666;
    display: block;
    margin-bottom: 10px;
  }
  body.blog #main .pageTitleH2 {
    margin: 0 auto 5px;
    font-size: 1.8rem;
    font-weight: bold;
  }
  body.blog #main  .txtInfo ul.sns {
    margin: 0 0 20px auto;
    width: 134px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  body.blog #main  .txtInfo ul.sns li {
    width: 26px;
  }
  body.blog #main  .txtInfo ul.sns li a {
    display: block;
  }
  body.blog #main  .txtInfo .box {
    margin: 0 auto 30px;
  }
  body.blog #main  .txtInfo .box p.styleTitle {
    margin: 0 auto 20px;
    padding: 0 0 3px;
    font-size: 1.4rem;
    border-bottom: 1px solid #c5b790;
  }
  body.blog #main  .txtInfo .box dl {
    width: 460px;
    background: url("/img/upload/default/bg_line.png") no-repeat center;
  }
  body.blog #main  .txtInfo .box dl dt {
    float: left;
    width: 200px;
    font-size: 1.4rem;
    font-weight: bold;
  }
  body.blog #main  .txtInfo .box dl dd {
    float: left;
    margin-left: 170px;
    font-size: 1.4rem;
    text-align: left;
  }
  body.blog #main  .txtInfo .box ul li {
    float: left;
    margin: 0 10px 0 0;
    font-size: 1.4rem;
  }
  body.blog #main  .visualInfo {
    width: 240px;
  }
  body.blog #main  .visualInfo .photo {
    margin: 0 0 20px;
    width: 240px;
  }
  body.blog #main  .visualInfo .photo img {
    width: 100%;
  }
  body.blog #main  .visualInfo .thumb ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  body.blog #main  .visualInfo .thumb ul li {
    width: 30%;
  }
  body.blog #main .commentArea {
    margin: 0 auto 50px;
    padding: 20px;
    background-color: #eee;
    width: 690px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  body.blog #main .commentArea .img {
    width: 92px;
    text-align: center;
  }
  body.blog #main .commentArea .img img {
    margin: 0 auto 10px;
  }
  body.blog #main .commentArea .img a {
    color: #333;
    text-decoration: underline;
  }
  body.blog #main .commentArea .img img {
    margin: 0 auto 10px;
  }
  body.blog #main .commentArea .txt {
    width: 580px;
  }
  body.blog #main .commentArea .txt h4 {
    font-size: 1.4rem;
    font-weight: bold;
  }
  body.blog #main .commentArea .txt p {
    margin: 0;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  body.blog #main .couponArea {
    margin: 0 auto 0px;
  }
  body.blog #main .couponArea h4 {
    padding: 80px 5px 0;
    width: 20px;
    font-size: 1.6rem;
    color: #fff;
  }
  body.blog #main .couponArea .couponContent {
    padding: 0;
    width: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  body.blog #main .couponArea .couponContent .img {
    width: 80%;
    margin-right: 10px;
  }
  body.blog #main .couponArea .couponContent .img img {
    margin: 0 auto 20px;
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  body.blog #main .couponArea .couponContent .img p {
    font-size: 1.1rem;
  }
  body.blog #main .couponArea .couponContent .img p span {
    font-weight: bold;
    margin-right: 5px;
  }
  body.blog #main .couponArea .couponContent .txt {
    width: 480px;
  }
  body.blog #main .couponArea .couponContent .txt h5 {
    font-size: 1.3rem;
    line-height: 1.4;
    margin-bottom: 0;
  }
  body.blog #main .couponArea .couponContent .txt ul {
    margin-top: 10px;
  }
  body.blog #main .couponArea .couponContent .txt ul li {
    float: left;
    margin-right: 10px;
    padding: 3px 6px;
    color: #fff;
    font-size: 1rem;
    background-color: #c5b790;
  }
  body.blog #main .couponArea .couponContent .txt ul li a {
    color: #fff;
  }
  body.blog #main .couponArea .couponContent .txt p.price {
    float: right;
    color: #da2c82;
    font-size: 1.8rem;
    font-weight: bold;
  }
  body.blog #main .couponArea .couponContent .txt p.couponDetail {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  body.blog #main .couponArea .couponContent .txt .reserve {
    text-align: center;
  }
  body.blog #main .couponArea .couponContent .txt a {
    color: #333;
  }
  body.blog #main .sect .titleArea h3 {
    float: left;
    margin: 0;
    padding: 0 0 12px;
    color: #333;
    font-weight: normal;
    line-height: 1.4;
  }
  body.blog #main .sect .titleArea h3 span.en {
    font-size: 2.4rem;
    font-family: 'Arapey', serif;
  }
  body.blog #main .sect .titleArea h3 span.jp {
    margin-left: 1em;
    font-size: 1.4rem;
  }
  body.blog #main .sect .titleArea a {
    float: right;
    display: block;
    padding-top: 10px;
    font-size: 1.2rem;
    color: #333;
    text-decoration: underline;
  }
  body.blog #main .sect .titleArea a span {
    padding-right: 12px;
    background: url("/img/upload/default/icon_arrow.gif") no-repeat right;
  }
  body.blog #main .sect ul.wrapper {
    display: -webkit-flex;
    display: flex;
    margin: 0 auto;
    width: 730px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
  body.blog #main .sect ul.wrapper li {
    width: 124px;
    margin-bottom: 40px;
  }
  body.blog #main .sect ul.wrapper li a.img {
    display: block;
    width: 145px;
    margin: 0 0 10px;
  }
  body.blog #main .sect ul.wrapper li a.txt h3 {
    margin: 0 0 10px;
    color: #b59e5c;
    font-size: 1.3rem;
    text-decoration: underline;
  }
  body.blog #main .sect ul.wrapper li a.txt p {
    color: #333;
    font-size: 1.2rem;
    margin-bottom: 6px;
  }
  body.blog #main .sect .wrapper li {
    float: left;
    margin-right: 10px;
    padding: 3px 6px;
    color: #fff;
    font-size: 1rem;
    background-color: #c5b790;
  }
  body.blog #main .sect .wrapper li a {
    color: #fff;
  }
  body.blog #main .articleTxt{
    margin-top: 40px;
  }
  body.blog #main .articleTxt p{
    line-height: 1.6;
    font-size: 1.4rem;
  }
  body.blog #main .newsTime > div img{
    margin-top: 30px;
  }
  body.blog #main .newsTime .postUser{
    padding: 10px 10px!important;
    font-size: 1.2rem;
    color: #c5b790!important;
    display: inline!important;
  }
  body.access #main section{
    margin: 0 auto 70px;
  }
  body.access #main section .shopImg img {
    margin: 0 auto 60px;
    width: 100%;
  }
  body.access #main .shopdate {
    width: 100%!important;
}
  body.access section .shopdate .titleArea {
    margin: 0 auto 20px;
    border-bottom: 1px solid #c5b790;
  }
  body.access #main .shopdate {
    margin: 0 auto 60px;
  }
  body.access #main .shopdate h3 {
    color: #333;
    font-size: 2.4rem;
    font-family: 'Arapey', serif;
    font-weight: normal;
    margin-bottom: 8px;
  }
  body.access #main .shopdate h3 span.en {
    padding: 0 0 0.5rem;
    font-size: 2.4rem;
    letter-spacing: .11em;
  }
  body.access #main .shopdate h3 span.jp {
    margin-left: 1em;
    font-size: 1.4rem;
    letter-spacing: .11em;
  }
  body.access #main .shopdate p {
    font-size: 1.2rem;
    line-height: 1.6;
    overflow: auto;
  }
  body.access #main .shopdate a {
    color: #b59e5c;
    text-decoration: none;
  }
  body.access #main .shopdate a:hover {
    color: #333;
    text-decoration: none;
  }
  body.access #main .shopdate table {
    margin-bottom: 20px;
    table-layout: fixed;
  }
  body.access #main .shopdate td {
    padding-top: 10px;
    font-size: 1.2rem;
    line-height: 1.6;
    width: 110px;
    vertical-align: top;
  }
  body.access #main .shopdate td:nth-child(2n) {
    width: 230px;
  }
  body.access #main .navTitle {
    font-weight: 700;
    font-size: 1.4rem;
    float: left;
    padding-right: 40px;
  }
  .ggmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
  .ggmap iframe, .ggmap object,　.ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  body.faq #main {
    width: 100%;
  }
  body.faq #main .styleBox {
    margin: 0 auto 70px;
  }
  body.faq #main .styleBox .txtInfo {
    margin: 0 auto 2rem;
    width: 96%;
  }
  body.faq #main .styleBox .txtInfo h2 {
    margin: 0 auto 5px;
    font-size: 1.8rem;
    font-weight: bold;
  }
  body.faq #main .styleBox .txtInfo ul.sns {
    margin: 0 0 2rem auto;
    width: 35%;
    display: flex;
    justify-content: space-between;
  }
  body.faq #main .styleBox .txtInfo ul.sns li {
    width: 2.5rem;
  }
  body.faq #main .styleBox .txtInfo ul.sns li a {
    display: block;
  }
  body.faq #main .styleBox .txtInfo .box {
    margin: 0 auto 3rem;
  }
  body.faq #main .styleBox .txtInfo .box p.styleTitle {
    margin: 0 auto 2rem;
    padding: 0 0 0.5rem;
    font-size: 1.4rem;
    border-bottom: 1px solid #c5b790;
  }
  body.faq #main .styleBox .txtInfo .box dl {
    margin: 0 auto 0.5rem;
    width: 96%;
  }
  body.faq #main .styleBox .txtInfo .box dl dt {
    float: left;
    width: 30%;
    font-size: 1.4rem;
    font-weight: bold;
  }
  body.faq #main .styleBox .txtInfo .box dl dd {
    float: left;
    width: 50%;
    font-size: 1.4rem;
    text-align: left;
  }
  body.faq #main .styleBox .txtInfo .box ul li {
    margin: 0 1rem 0 0;
    font-size: 1.4rem;
  }
  body.faq #main .styleBox .visualInfo {
    margin: 0 auto;
    width: 96%;
  }
  body.faq #main .styleBox .visualInfo .photo {
    margin: 0 0 1rem;
  }
  body.faq #main .styleBox .visualInfo .photo img {
    width: 100%;
  }
  body.faq #main .styleBox .visualInfo .thumb ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  body.faq #main .styleBox .visualInfo .thumb ul li {
    width: 30%;
  }
  body.faq #main .sect .titleArea {
    margin: 0 auto 2rem;
    border-bottom: 1px solid #c5b790;
  }
  body.faq #main .sect .titleArea p {
    margin: 0;
    padding: 0 0 0.5rem;
    color: #333;
    font-weight: normal;
    font-family: 'Arapey', serif;
  }
  body.faq #main .sect .titleArea h3 span.jp {
    font-size: 1.6rem;
    font-weight: 300;
  }
  body.faq #main .sect .titleArea a {
    position: absolute;
    display: block;
    font-size: 1.6rem;
    color: #333;
    text-decoration: underline;
    bottom: 0;
    right: 0;
  }
  body.faq #main .sect .titleArea a span {
    padding-right: 1.2rem;
    background: url("/img/upload/default/icon_arrow.gif") no-repeat right;
  }
  body.faq #main .sect ul.wrapper {
    display: flex;
    margin: 0 auto;
    width: 90%;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  body.faq #main .sect ul.wrapper li {
    width: 43%;
  }
  body.faq #main .sect ul.wrapper li a.img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 1rem;
  }
  body.faq #main .sect ul.wrapper li a.txt h3 {
    margin: 0 0 10px;
    color: #b59e5c;
    font-size: 1.3rem;
    text-decoration: underline;
  }
  body.faq #main .sect ul.wrapper li a.txt p {
    color: #333;
    font-size: 1.3rem;
  }
  div.accordion {
    width: 100%;
  }
  div.accordion > ul > li > a {
    display: block;
    color: #fff;
    font-size: 1.4rem;
    text-decoration: none;
    background-color: #c5b790;
    border-bottom: 1px solid #fff;
    cursor: pointer;
    padding: 14px 12px;
    position: relative;
  }
  div.accordion > ul > li > a:hover{
    opacity: .6;
  }
  div.accordion > ul > li > a:after, div.accordion > ul > li > a.active:after{
    font-size: 8px;
    position: absolute;
    right: 12px;
    top: 16px;
    color: #fff;
  }
  div.accordion > ul > li > a:after{
    content: "▼";
  }
  div.accordion > ul > li > a.active:after{
    content: "▲";
  }
  div.accordion > ul > li > ul {
    display: none;
  }
  div.accordion > ul > li > ul > li {
    display: block;
    color: #333;
    font-size: 1.4rem;
    padding: 26px 12px 40px;
    position: relative;
    line-height: 2.2rem;
  }
  .pager {
    overflow: hidden;
    margin: 60px 0;
  }
  .pager ul {
      list-style: none;
      position: relative;
      left: 50%;
      float: left;
  }
  .pager ul li {
      margin: 0 1px;
      position: relative;
      left: -50%;
      float: left;
  }
  .pager ul li span, .pager ul li a {
      display: block;
      font-size: 16px;
      padding: 0.6em 1em;
      border-radius: 3px;
  }
  .pager ul li a {
      background: #EEE;
      color: #000;
      text-decoration: none;
  }
  .pager ul li a:hover {
      background: #b59e5c;
      color: #FFF;
  }
  body.sitemap #main section{
    margin: 50px auto 70px;
  }
  body.sitemap section .shopdate .titleArea {
    margin: 0 auto 20px;
    border-bottom: 1px solid #c5b790;
  }
  body.sitemap #main .shopdate {
    margin: 0 auto 60px;
  }
  .main_page_link li {
    line-height: 1.6;
    color: #333;
    font-size: 1.4rem;
    font-weight: normal;
    padding: 20px 0;
    border-bottom: 1px solid #c5b790;
  }
  .main_page_link li::before{
    content: "> ";
    display: inline;
  }
  .sublist {
    margin-top: 20px;
  }
  .sublist li {
    border-bottom: none;
  }
  body.sitemap #main .sublist {
    margin-left: 30px;
  }
  body.sitemap #main .shopdate ul a {
    text-decoration: underline;
    color: #333;
  }
  body.sitemap #main .shopdate a:hover {
    text-decoration: none;
  }
  body.privacy #main section{
    margin: 50px auto 70px;
  }
  body.privacy section .shopdate .titleArea {
    margin: 0 auto 20px;
    border-bottom: 1px solid #c5b790;
  }
  body.privacy #main .shopdate h3 {
    color: #333;
    font-size: 2.2rem;
    font-family: 'Arapey', serif;
    font-weight: normal;
    margin-bottom: 8px;
  }
  body.privacy #main .shopdate ol li, body.privacy #main .shopdate ol li {
    list-style: decimal;
    font-size: 1.3rem;
    line-height: 1.6;
    padding-bottom: 20px;
  }
  body.privacy #main .shopdate a {
    color: #b59e5c;
    text-decoration: none;
  }
  body.privacy #main .shopdate a:hover {
    color: #333;
    text-decoration: none;
  }
  body.privacy #main .shopdate td {
    padding: 10px 40px 0 0;
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
@media only screen and (min-width: 1025px) {
  a {
    text-decoration: none;
  }
  a:hover {
    opacity: .6;
  }
  header {
    border-top: 7px solid #c5b790;
  }
  header #headerInner {
    position: relative;
    margin: 0 auto;
    padding: 15px 0;
    min-height: 145px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 1240px;
  }
  header #headerInner .logoArea {
    position: absolute;
    left: 50%;
    margin-left: -117px;
  }
}
header #headerInner .logoArea a.logo {
  display: block;
  width: 234px;
}
header #headerInner .information {
  width: 100%;
  top: 15px;
}
header #headerInner .information p.headerText {
  margin: 0 0 15px;
  font-size: 12px;
}
header #headerInner .information span {
  display: block;
  margin-bottom: 5px;
  font-size: 1.2rem;
  line-height: 1.4;
}
header #headerInner .information span.telNumber {
  font-size: 1.8rem;
  margin-bottom: 8px;
}
header #headerInner .information a {
  display: block;
  padding: 8px 0 6px;
  text-align: center;
  width: 200px;
  height: 20px;
  font-size: 1.2rem;
  text-decoration: none;
  background-color: #eee;
  color: #333;
  font-weight: 700;
  margin-top: 10px;
}
header #headerInner ul.pcBtn {
  margin-top: 30px;
  width: 200px;
}
header #headerInner ul.pcBtn li {
  text-align: center;
}
header #headerInner ul.pcBtn li.recruit {
    margin-bottom: 8px;
}
header #headerInner ul.pcBtn li a {
  display: block;
  padding: 10px 0 5px;
  height: 20px;
  color: #fff;
  font-size: 1.3rem;
  text-decoration: none;
}
header #headerInner ul.pcBtn li.recruit a {
  background-color: #c5b790;
}
header #headerInner ul.pcBtn li.reserve a {
  background-color: #bc4d7a;
}
header #headerInner .spReserve {
  display: none;
}
nav#gnav {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  nav#gnav {
    width: 1024px;
  }
}
@media only screen and (min-width: 1025px) {
  nav#gnav {
    width: 1242px;
  }
}
@media only screen and (min-width: 768px) {
  nav#gnav ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  nav#gnav ul li.parent {
    position: relative;
  }
  nav#gnav ul li.parent a {
    padding-right: 15px;
  }
  nav#gnav ul li.parent:after {
    position: absolute;
    top: 3px;
    right: 0;
    content: "▼"
  }
  nav#gnav ul li a {
    font-size: 1.6rem;
    color: #333;
    padding: 5px 10px;
    text-align: center;
    font-family: 'Arapey', serif;
    letter-spacing: 0.16em;
  }
  nav#gnav ul li span{
    color: #333;
    padding: 0 15px 0 0;
    text-align: center;
    font-family: 'Arapey', serif;
    display: block;
    font-size: 1.6rem;
    letter-spacing: 0.16em;
  }
  nav#gnav ul li ul.child {
    display: none;
    position: absolute;
    z-index: 5;
    top: 100%;
    left: 0;
  }
  nav#gnav ul li.parent:hover ul.child {
    display: block;
  }
  nav#gnav ul li ul.child li a {
    display: block;
    padding: 14px;
    width: 100px;
    height: auto;
    background-color: #fff;
    text-align: left;
    line-height: 1.6;
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1025px) {
  nav#gnav ul li a {
    font-size: 1.4rem;
  }
  #spNav, #spNavLogo, #spNavBtn {
    display: none;
  }
  #content {
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #main {
    width: 730px;
  }
  #main .pageNation {
    text-align: center;
    margin: 0 auto;
    width: auto;
  }
  #main .pageNation ul li {
    float: left;
  }
  #sub {
    width: 280px;
  }
  #sub .subBox {
    margin: 0 auto 60px;
  }
  #sub .subBox .titleArea {
    margin: 0 auto 20px;
    border-bottom: 1px solid #c5b790;
  }
  #sub .subBox .titleArea p {
    float: left;
    margin: 0;
    padding: 0 0 5px;
    color: #333;
    font-weight: normal;
  }
  #sub .subBox .titleArea p span.en {
    font-size: 2.4rem;
    font-family: 'Arapey', serif;
    letter-spacing: .11em;
  }
  #sub .subBox .titleArea p span.jp {
    margin-left: .6em;
    font-size: 1.2rem;
  }
  #sub .subBox .titleArea a {
    float: right;
    display: block;
    padding-top: 10px;
    font-size: 1.1rem;
    color: #333;
    text-decoration: underline;
  }
  #sub .subBox .titleArea a span {
    padding-right: 12px;
    background: url("/img/upload/default/icon_arrow.gif") no-repeat right;
  }
  #sub .subBox .wrapper {
    margin-bottom: 20px;
  }
  #sub .subBox .wrapper article ul {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 4px;
  }
  #sub .subBox .wrapper article span.category a {
    display: inline-block;
    padding: 3px 20px;
    color: #fff;
    background-color: #c5b790;
    text-align: center;
    font-size: 1.1rem;
    margin-bottom: 4px;
  }
  #sub .subBox .wrapper article ul li.date {
    margin-right: 15px;
    padding-top: 3px;
    font-size: 1.3rem;
  }
  #sub .subBox .wrapper article .blog_side {
  color: #666;
  font-size: 1.3rem;
  text-decoration: underline;
  line-height: 1.4;
  }
  #sub .subBox .wrapper article ul li.date a {
    color: #333;
    font-size: 1.3rem;
  }
  #sub .subBox .wrapper article ul li.author {
    position: relative;
    padding-top: 3px;
    font-size: 1.3rem;
  }
  #sub .subBox .wrapper article ul li.author:before {
    position: absolute;
    content: "/";
    left: -10px;
    text-decoration: none;
  }
  #sub .subBox .wrapper article ul li.author a {
    color: #666;
    font-size: 1.1rem;
    text-decoration: underline;
  }
  #sub .subBox .wrapper article a.linkToArticle p {
    margin: 0 0 20px 0;
    font-size: 1.4rem;
    color: #333;
    line-height: 1.5;
  }
  #sub .subBox .wrapper article a.blog_side {
    margin-bottom: 10px;
    display: block;
  }
  #sub .subBox .wrapper article a.linkToArticle p.title {
    margin: 0 0 5px;
    color: #b59e5c;
  }
  #sub #subStaff ul li, #sub #subCategory ul li, #sub #subFaq ul li, #sub #subNewscate ul li, #sub #subMedicate ul li, #sub #subBlogcate ul li {
    text-align: left;
  }
  #sub #subStaff ul li a, #sub #subCategory ul li a, #sub #subFaq ul li a, #sub #subNewscate ul li a, #sub #subMedicate ul li a, #sub #subBlogcate ul li a {
    display: block;
    margin: 10px auto;
    padding: 5px 0;
    color: #b59e5c;
    font-size: 1.4rem;
  }
  .subyear {
    font-size: 1.4rem;
    color: #999;
    margin-bottom: 20px;
    cursor:pointer;
    position: relative;
  }
  .subyear:before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-bottom: solid 2px #999;
    border-right: solid 2px #999;
    position: absolute;
    top: 1px;
    left: 65px;
    transform: rotate(45deg);
  }
  .subyear ul li {
    margin-left: 30px;
  }
  .submonth {
    display:none;
  }
  #sub #subStyle ul {
    display: -webkit-flex;
    display: flex;
    margin: 0 auto;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #sub #subStyle ul li {
    width: 48%;
    margin-bottom: 14px;
  }
  #sub #subStyle ul li a.img {
    display: inline-block;
    width: 100%;
    margin: 0 0 10px;
  }
  #sub #subStyle ul li a.txt h3 {
    margin: 0 0 10px;
    color: #b59e5c;
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: normal;
  }
  #sub #subStyle ul li a.txt p {
    color: #333;
    font-size: 1.4rem;
  }
  dl.search2 {
    position: relative;
  }
  dl.search2 dt {
    margin-right: 105px;
    padding: 0 0 0 8px;
    background-color: #fff;
    border: 1px solid #aaa;
  }
  dl.search2 dd {
    position: absolute;
    top: 0;
    right: 0;
  }
  dl.search2 dt input {
    width: 100%;
    height: 24px;
    line-height: 24px;
    background: none;
    border: none;
  }
  dl.search2 dd button {
    display: block;
    width: 100px;
    height: 28px;
    color: #fff;
    line-height: 26px;
    text-align: center;
    background-color: #c5b790;
    border: 1px solid #c5b790;
    font-size: 1.4rem;
  }
  a#goTop {
    display: block;
    margin: 60px 0 0;
    padding: 25px 0 10px;
    background: url("/img/upload/default/img-totop.png") no-repeat #eee;
    background-position: center 10px;
    text-align: center;
    color: #333;
    clear: left;
    letter-spacing: .11em;
  }
  footer {
    padding: 50px 0 0;
    background-color: #414141;
  }
  footer #footerInner #footerNav ul {
    margin: 0 auto 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 1240px;
  }
}
@media only screen and (min-width: 1025px) {
  footer #footerInner #footerNav ul li a {
    padding: 5px 10px;
    color: #fff;
    text-align: center;
    font-family: 'Arapey', serif;
    letter-spacing: 0.1em;
  }
  footer #footerInner #footerNav ul li a {
    font-size: 1.5rem;
  }
  footer #footerInner #footerContent {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  footer #footerInner #footerContent {
      margin: 0 auto 30px;
      width: 1240px;
  }
  footer #footerInner #footerContent #footerInfo #footerLogo {
    margin: 0 0 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  footer #footerInner #footerContent #footerInfo #footerLogo a {
    display: block;
    margin-right: 30px;
    width: 118px;
    height: 118px;
  }
  footer #footerInner #footerContent #footerInfo #footerLogo p {
    width: 260px;
    margin-top: 50px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
  }
  footer #footerInner #footerContent #footerInfo .txtInfo p {
    display: block;
    color: #fff;
    font-size: 1.3rem;
    font-weight: normal;
  }
  footer #footerInner #footerContent #footerInfo .txtInfo p.address {
    margin-bottom: 20px;
  }
  footer #footerInner #footerContent #footerInfo .txtInfo p.footerTel {
    margin-bottom: 5px;
  }
  footer #footerInner #footerContent #footerInfo .txtInfo p.footerTel a {
    color: #fff;
  }
  footer #footerInner #footerContent #footerInfo .txtInfo p.footerFax {
    color: #fff;
    margin-bottom: 5px;
  }
  footer #footerInner #footerContent #footerInfo .txtInfo p.footerMail {
    color: #fff;
  }
  footer #footerInner #footerContent #footerInfo .txtInfo p.contact {
    text-align: center;
  }
  footer #footerInner #footerContent #footerInfo .txtInfo p.contact a {
    display: block;
    padding: 15px 0 0;
    width: 200px;
    height: 25px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #333;
    background-color: #eee;
    margin: 30px 0 0;
  }
  footer #footerInner #footerContent .businessHourWrapper {
    margin-top: 145px;
    width: 400px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  footer #footerInner #footerContent .businessHour p,
  footer #footerInner #footerContent .finalAcceptance p {
    margin-bottom: 20px;
    font-size: 1.6rem;
    color: #fff;
    letter-spacing: 0.08em;
  }
  footer #footerInner #footerContent .businessHour dl,
  footer #footerInner #footerContent .finalAcceptance dl {
    color: #fff;
    font-size: 1.3rem;
    width: 250px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    line-height: 1.6;
  }
  footer #footerInner #footerContent .businessHour dl dt,
  footer #footerInner #footerContent .finalAcceptance dl dt {
    width: 60px;
  }
  footer #footerInner #footerContent .businessHour dl dd,
  footer #footerInner #footerContent .finalAcceptance dl dd {
    width: 120px;
  }
  footer #footerInner #footerContent #footerLink {
    width: 240px;
    position: relative;
  }
/*  footer #footerInner #footerContent #footerLink {
      margin-left: 220px;
  }*/
  /*footer #footerInner #footerContent #footerLink ul.actionBtn {
    margin-bottom: 30px;
  }*/
  footer #footerInner #footerContent #footerLink ul.actionBtn li {
    text-align: center;
  }
  footer #footerInner #footerContent #footerLink ul.actionBtn li a {
    display: block;
    padding-top: 12px;
    height: 28px;
    font-size: 1.6rem;
  }
  footer #footerInner #footerContent #footerLink ul.actionBtn li.recruit {
    margin-bottom: 10px;
    background-color: #c5b790;
  }
  footer #footerInner #footerContent #footerLink ul.actionBtn li.recruit a {
    color: #fff;
  }
  footer #footerInner #footerContent #footerLink ul.actionBtn li.reserve a {
    background-color: #bc4d7a;
    color: #fff;
  }
  footer #footerInner #footerContent #footerLink ul.snsBtn {
    position: absolute;
    bottom: -25px;
    right: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  footer #footerInner #footerContent #footerLink ul.snsBtn li {
    margin-left: 16px;
  }
  footer #footerInner #footerPolicy {
    width: auto;
    background-color: #c5b790;
    padding: 10px 20px 0;
  }
  footer #footerInner #footerPolicy ul {
    float: left;
  }
  footer #footerInner #footerPolicy ul li {
    float: left;
    position: relative;
    margin-right: 15px;
  }
  footer #footerInner #footerPolicy ul li:first-child a:before {
    content: "";
  }
  footer #footerInner #footerPolicy ul li a {
    color: #fff;
    font-size: 1.2rem;
  }
  footer #footerInner #footerPolicy ul li a:before {
    position: absolute;
    content: "/";
    left: -10px;
  }
  footer #footerInner #footerPolicy p {
    float: right;
    margin: 0;
    color: #fff;
    font-size: 1.1rem;
    text-align: right;
  }
  @media only screen and (max-width: 1024px) {
    footer #footerInner #footerContent {
      margin: 0 auto 30px;
      width: 1024px;
    }
    footer #footerInner #footerPolicy {
      margin: 0 auto;
      width: 1024px;
    }
  }
  #mainVisual {
    margin: 0 auto 50px;
    text-align: center;
  }
  #mainVisual .swiper-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
  .swiper-slide p {
    position: absolute;
    top: 70%;
    left: 4%;
    right: 4%;
    font-size: 22px;
    font-weight: 700;
    color: #666;
    text-shadow: 1px 1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, -1px -1px 1px #fff, 0 0 22px #fff;
    text-align: left;
    line-height: 1.5;
  }
  body.top #content {
    width: 1060px;
  }
  .wrapper {
    margin-bottom: 10px;
  }
  body.top .topBnrArea {
    margin: 0 auto 50px;
    width: 980px;
  }
  body.top .topBnrArea ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  body.top .topBnrArea ul li a {
    display: block;
    width: 236px;
    height: 120px;
  }
  body.top section.sect {
    margin: 0 auto 50px;
    clear: left;
  }
  body.top section.sect .titleArea {
    margin: 0 auto 20px;
    border-bottom: 1px solid #c5b790;
  }
  body.top section.sect .titleArea h2 {
    float: left;
    margin: 0;
    padding: 0 0 5px;
    color: #333;
    font-weight: normal;
  }
  body.top section.sect .titleArea h2 span.en {
    font-size: 2.4rem;
    font-family: 'Arapey', serif;
    letter-spacing: .11em;
  }
  body.top section.sect .titleArea h2 span.jp {
    margin-left: 1em;
    font-size: 1.4rem;
    letter-spacing: .11em;
  }
  body.top section.sect .titleArea a {
    float: right;
    display: block;
    padding-top: 10px;
    font-size: 1.2rem;
    color: #333;
    text-decoration: underline;
  }
  body.top section.sect .titleArea a span {
    padding-right: 12px;
    background: url("/img/upload/default/icon_arrow.gif") no-repeat right;
  }
  body.top section.sect ul.wrapper li a.img {
    display: block;
    margin: 0 0 10px;
  }
  body.top section.sect ul.wrapper li a.txt h3 {
    margin: 0 0 6px;
    color: #b59e5c;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: normal;
  }
  body.top section.sect ul.wrapper li a.txt p {
    color: #333;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  body.top section.sect.sect01 ul.wrapper li {
    margin: 0px 19px 40px 0;
    width: 23%;
    height: auto;
    display: inline-block;
    vertical-align: top;
    line-height: 1.4;
  }
  body.top section.sect.sect01 ul.wrapper li:nth-child(4n) {
    margin-right: 0;
  }
  body.top section.sect.sect02 ul.wrapper li {
    width: 18%;
    height: auto;
    display: inline-block;
    vertical-align: top;
    line-height: 1.4;
    margin: 0px 18px 10px 0;
  }
  body.top section.sect.sect02 ul.wrapper li:nth-child(5n) {
    margin-right: 0;
  }
  body.top a.bnrRecruit {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  body.top #topFooterContent {
    margin: 0 auto;
  }
  body.top #topFooterContent .footerInstagram {
    margin-bottom: 50px;
    padding: 50px 0;
    background-color: #eee;
  }
  body.top #topFooterContent .footerInstagram p.title {
    display: block;
    margin: 0 auto 30px;
    width: 140px;
  }
  body.top #topFooterContent .footerInstagram .bx-wrapper {
    margin: 0 auto;
    background: none;
    box-shadow: none;
    border: none;
  }
  body.top #topFooterContent .footerInstagram .bx-wrapper div {
    width: 194px;
  }
  body.top #topFooterContent .footerInstagram .bx-wrapper div a:hover {
    display: block;
    opacity: 0.6;
  }
  body.top #topFooterContent #topFooterContentInner {
    margin: 0 auto;
    width: 980px;
  }
  body.top #topFooterContent #topFooterContentInner .footerSNS {
    margin: 0 auto 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  body.top #topFooterContent #topFooterContentInner .footerSNS .facebook {
    width: 500px;
    height: 500px;
  }
  body.top #topFooterContent #topFooterContentInner .footerSNS .twitter {
    width: 450px;
    height: 500px;
    border: 1px solid #e9ebee;
    overflow: hidden;
  }
  body.top #topFooterContent #topFooterContentInner .shopList {
    margin: 0 auto 50px;
  }
  body.top #topFooterContent #topFooterContentInner .shopList .titleArea {
    margin: 0 auto 20px;
    border-bottom: 1px solid #c5b790;
  }
  body.top #topFooterContent #topFooterContentInner .shopList .titleArea p {
    float: left;
    margin: 0;
    padding: 0 0 5px;
    color: #333;
    font-weight: normal;
    letter-spacing: .11em;
  }
  body.top #topFooterContent #topFooterContentInner .shopList .titleArea p span.en {
    font-size: 2.4rem;
    font-family: 'Arapey', serif;
    letter-spacing: .11em;
  }
  body.top #topFooterContent #topFooterContentInner .shopList .titleArea p span.jp {
    margin-left: 1em;
    font-size: 1.4rem;
  }
  body.top #topFooterContent #topFooterContentInner .shopList .titleArea a {
    float: right;
    display: block;
    padding-top: 10px;
    font-size: 1.2rem;
    color: #333;
    text-decoration: underline;
  }
  body.top #topFooterContent #topFooterContentInner .shopList .titleArea a span {
    padding-right: 12px;
    background: url("/img/upload/default/icon_arrow.gif") no-repeat right;
  }
  body.top #topFooterContent #topFooterContentInner .shopList .shopListInner {
    width: 980px;
    margin: 0 auto;
  }
  body.top #topFooterContent #topFooterContentInner .shopList .shopListInner .box {
    margin: 0 1.2% 30px 0;
    width: 19%;
    display: inline-block;
    vertical-align: top;
    height: auto;
  }
  body.top #topFooterContent #topFooterContentInner .shopList .shopListInner .box:nth-child(5n) {
    margin-right: 0; 
  }
  body.top #topFooterContent #topFooterContentInner .shopList .shopListInner .box a.shopName {
    margin: 0 auto 10px;
  }
  body.top #topFooterContent #topFooterContentInner .shopList .shopListInner .box a.shopName img {
    margin: 0 auto 10px;
    width: 100%;
    vertical-align: bottom;
  }
  body.top #topFooterContent #topFooterContentInner .shopList .shopListInner .box a.shopName p {
    color: #b59e5c;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  body.top #topFooterContent #topFooterContentInner .shopList .shopListInner .box a.shopInfo p {
    margin: 0 0 5px;
    color: #333;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  body.lower #content {
    width: 1060px;
  }
  body.lower #content #main {
    width: 730px;
  }
  body.lower #pageTitleArea {
    margin: 0 auto 20px;
    padding-top: 30px;
    width: 100%;
    height: 100px;
    /* background: url("/img/upload/default/bg_ptn_pageTitle.png") repeat; */
    background-color: #dddddd;
  }
  body.lower #pageTitleArea h1 {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 1.8rem;
    font-weight: normal;
    color: #333;
  }
  body.lower #pageTitleArea h1 span {
    display: block;
    margin-bottom: 10px;
    font-size: 3.6rem;
    font-family: 'Arapey', serif;
    text-transform: uppercase;
    letter-spacing: .2em;
  }
  body.lower.onecolumn #content #main {
    width: 1060px;
  }
  body.lower.onecolumn #sub {
    display: none;
  }
  body.stylist #main .stylistBox {
    margin: 0 auto 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  body.stylist #main .stylistBox .txtInfo {
    width: 420px;
  }
  body.stylist #main .stylistBox .txtInfo h2 {
    margin: 0 auto 5px;
    font-size: 1.8rem;
    font-weight: bold;
  }
  body.stylist #main .stylistBox .txtInfo h2 span {
    margin-left: 15px;
    font-size: 1.4rem;
  }
  body.stylist #main .stylistBox .txtInfo p.job {
    font-size: 1.4rem;
  }
  body.stylist #main .stylistBox .txtInfo ul.sns {
    margin: 0 0 20px auto;
    text-align: right;
  }
  body.stylist #main .stylistBox .txtInfo ul.sns li {
    width: 26px;
    display: inline-block;
  }
  body.stylist #main .stylistBox .txtInfo ul.sns li a {
    display: block;
  }
  body.stylist #main .stylistBox .txtInfo p.catch01 {
    margin: 0 0 10px;
    font-size: 1.6rem;
  }
  body.stylist #main .stylistBox .txtInfo p.catch02 {
    margin: 0 0 30px;
    line-height: 1.5;
    font-size: 1.4rem;
  }
  body.stylist #main .stylistBox .txtInfo p.comment {
    margin-bottom: 40px;
    line-height: 1.5;
    font-size: 1.4rem;
  }
  body.stylist #main .stylistBox .txtInfo .career {
    margin: 0 auto 30px;
  }
  body.stylist #main .stylistBox .txtInfo .career dl {
    width: 460px;
    background: url("/img/upload/default/bg_line.png") no-repeat center;
  }
  body.stylist #main .stylistBox .txtInfo .career dl dt {
    float: left;
    width: 200px;
    font-size: 1.4rem;
    font-weight: bold;
  }
  body.stylist #main .stylistBox .txtInfo .career dl dd {
    font-size: 1.4rem;
    text-align: left;
    display: flex;
    line-height: 1.4;
  }
  body.stylist #main .stylistBox .txtInfo .blogArea .titleArea {
    margin: 0 auto 20px;
    border-bottom: 1px solid #c5b790;
  }
  body.stylist #main .stylistBox .txtInfo .blogArea .titleArea h3 {
    float: left;
    margin: 0;
    padding: 0 0 5px;
    color: #333;
    font-weight: normal;
  }
  body.stylist #main .stylistBox .txtInfo .blogArea .titleArea h3 span.en {
    font-size: 2.4rem;
    font-family: 'Arapey', serif;
  }
  body.stylist #main .stylistBox .txtInfo .blogArea .titleArea h3 span.jp {
    margin-left: 1em;
    font-size: 1.4rem;
  }
  body.stylist #main .stylistBox .txtInfo .blogArea .titleArea a {
    float: right;
    display: block;
    padding-top: 10px;
    font-size: 1.2rem;
    color: #333;
    text-decoration: underline;
  }
  body.stylist #main .stylistBox .txtInfo .blogArea .titleArea a span {
    padding-right: 12px;
    background: url("/img/upload/default/icon_arrow.gif") no-repeat right;
  }
  body.stylist #main .stylistBox .txtInfo .blogArea .wrapper article {
    margin-bottom: 20px;
  }
  body.stylist #main .stylistBox .txtInfo .blogArea .wrapper article ul {
    display: -webkit-flex;
    display: flex;
  }
  body.stylist #main .stylistBox .txtInfo .blogArea .wrapper article ul li.category {
    margin-right: 10px;
  }
  body.stylist #main .stylistBox .txtInfo .blogArea .wrapper article ul li.category a {
    display: inline-block;
    padding: 3px 20px;
    color: #fff;
    background-color: #c5b790;
    text-align: center;
    font-size: 1.1rem;
  }
  body.stylist #main .stylistBox .txtInfo .blogArea .wrapper article ul li.date {
    margin-right: 15px;
    padding-top: 3px;
  }
  body.stylist #main .stylistBox .txtInfo .blogArea .wrapper article ul li.date a {
    color: #333;
    font-size: 1.1rem;
  }
  body.stylist #main .stylistBox .txtInfo .blogArea .wrapper article ul li.author {
    position: relative;
    padding-top: 3px;
  }
  body.stylist #main .stylistBox .txtInfo .blogArea .wrapper article ul li.author:before {
    position: absolute;
    content: "/";
    left: -10px;
    text-decoration: none;
  }
  body.stylist #main .stylistBox .txtInfo .blogArea .wrapper article ul li.author a {
    color: #b59e5c;
    font-size: 1.1rem;
    text-decoration: underline;
  }
  body.stylist #main .stylistBox .txtInfo .blogArea .wrapper article a.linkToArticle p {
    margin: 0;
    font-size: 1.2rem;
    color: #333;
    line-height: 1.5;
  }
  body.stylist #main .stylistBox .txtInfo .blogArea .wrapper article a.linkToArticle p.title {
    font-weight: bold;
    margin: 0 0 5px;
  }
  body.stylist #main .couponArea{
  margin: 0 auto 50px;
  display: -webkit-flex;
  display: flex;
  position: relative;
  border: 1px solid #cfcfcf;
  background: url("/img/upload/default/bg_coupon.png") repeat-y left; 
  }
  body.stylist #main .couponArea h4 {
    width: 20px;
    font-size: 1.6rem;
    color: #fff;
    margin: auto;
  }
  body.stylist #main .couponArea .couponContent {
    padding: 20px;
    width: 660px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  body.stylist #main .couponArea .couponContent .img {
    width: 160px;
  }
  body.stylist #main .couponArea .couponContent .img img {
    margin: 0 auto 20px;
    width: 160px;
  }
  body.stylist #main .couponArea .couponContent .img p {
    font-size: 1.1rem;
  }
  body.stylist #main .couponArea .couponContent .img p span {
    font-weight: bold;
    margin-right: 5px;
  }
  body.stylist #main .couponArea .couponContent .txt {
    width: 480px;
  }
  body.stylist #main .couponArea .couponContent .txt h5 {
    margin: 0 auto 15px;
    font-size: 1.8rem;
  }
  body.stylist #main .couponArea .couponContent .txt ul {
    float: left;
  }
  body.stylist #main .couponArea .couponContent .txt ul li {
    float: left;
    margin-right: 10px;
    padding: 3px 10px;
    color: #fff;
    font-size: 1.1rem;
    background-color: #666666;
  }
  body.stylist #main .couponArea .couponContent .txt p.price {
    float: right;
    color: #da2c82;
    font-size: 1.8rem;
    font-weight: bold;
  }
  body.stylist #main .couponArea .couponContent .txt p.couponDetail {
      font-size: 1.2rem;
      line-height: 1.5;
  }
  body.stylist #main .couponArea .couponContent .txt .reserve {
      text-align: center;
  }
  body.stylist #main .couponArea .couponContent .txt a {
      display: block;
      padding: 12px 0;
      background-color: #bb1668;
      color: #fff;
      font-size: 1.8rem;
  }
  body.stylist #main .couponArea .couponContent .txt a {
      color: #fff;
      font-size: 1.8rem;
  }
  body.stylist #main .stylistBox .visualInfo {
    width: 240px;
  }
  body.stylist #main .stylistBox .visualInfo .photo {
    margin: 0 0 20px;
  }
  body.stylist #main .stylistBox .visualInfo .photo img {
    width: 240px
  }
  body.stylist #main .stylistBox .visualInfo .calendar .calendarInner {
    display: none;
  }
  body.stylist #main .stylistBox .visualInfo .calendar .calendarInner.active {
    display: block;
  }
  body.stylist #main .stylistBox .visualInfo .calendar .calendarInner {
    border: 1px solid #b59e5c;
  }
  body.stylist #main .stylistBox .visualInfo .calendar .calendarInner .month {
    padding: 20px;
    height: 20px;
    background-color: #b59e5c;
    color: #fff;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  body.stylist #main .stylistBox .visualInfo .calendar .calendarInner .month a {
    display: block;
    font-size: 0.8rem;
    color: #fff;
  }
  body.stylist #main .stylistBox .visualInfo .calendar .calendarInner .month span {
    font-size: 1.4rem;
  }
  body.stylist #main .stylistBox .visualInfo .calendar .calendarInner table {
    margin: 8px auto;
    width: 210px;
  }
  body.stylist #main .stylistBox .visualInfo .calendar .calendarInner table tr {
    text-align: center;
  }
  body.stylist #main .stylistBox .visualInfo .calendar .calendarInner table tr th {
    padding: 5px;
    width: 19px;
    font-size: 1.2rem;
    font-weight: bold;
  }
  body.stylist #main .stylistBox .visualInfo .calendar .calendarInner table tr .Saturday {
    color: #5794f7;
  }
  body.stylist #main .stylistBox .visualInfo .calendar .calendarInner table tr .Sunday {
    color: #ff4576;
  }
  body.stylist #main .stylistBox .visualInfo .calendar .calendarInner table tr td {
    padding: 2px 5px;
    width: 19px;
    height: 19px;
    font-size: 0.8rem;
    color: #a5aab4;
  }
  body.stylist #main .stylistBox .visualInfo .calendar .calendarInner table tr td.holiday {
    background: url("/img/upload/default/bg_holiday.png") no-repeat center;
    background-size: contain;
    color: #fff;
  }
  body.stylist #main .sect02 .titleArea {
    margin: 0 auto 20px;
    border-bottom: 1px solid #c5b790;
    clear: left;
  }
  body.stylist #main .sect02 .titleArea h3 {
    float: left;
    margin: 0;
    padding: 0 0 5px;
    color: #333;
    font-weight: normal;
  }
  body.stylist #main .sect02 .titleArea h3 span.en {
    font-size: 2.4rem;
    font-family: 'Arapey', serif;
    letter-spacing: .11em;
  }
  body.stylist #main .sect02 .titleArea h3 span.jp {
    margin-left: 1em;
    font-size: 1.4rem;
  }
  body.stylist #main .sect02 .titleArea a {
    float: right;
    display: block;
    padding-top: 10px;
    font-size: 1.2rem;
    color: #333;
    text-decoration: underline;
  }
  body.stylist #main .sect02 .titleArea a span {
    padding-right: 12px;
    background: url("/img/upload/default/icon_arrow.gif") no-repeat right;
  }
  body.stylist #main .sect02 ul.wrapper {
    margin: 0 auto;
    width: 730px;
  }
  body.stylist #main .sect02 ul.wrapper li {
    float: left;
    margin: 0 20px 10px 0;
    width: 130px;
  }
  body.stylist #main .sect02 ul.wrapper li:nth-child(5n) {
    margin-right: 0;
  }
  .wrapper_stylist {
    margin: 0 auto 60px;
    overflow: hidden;
  }
  ul.wrapper_stylist li {
    margin: 0px 45px 10px 0;
    width: 20%;
    height: auto;
    display: inline-block;
    vertical-align: top;
    line-height: 1.4;
  }
  ul.wrapper_stylist li:nth-child(4n) {
    margin: 0 0 10px 0;
  }
  body.stylist #main .sect02 ul.wrapper_stylist li a.img img{
    margin-bottom: 10px!important;
  }
  body.stylist #main .sect02 ul.wrapper li a.txt h3 {
    margin: 10px 0 10px;
    color: #b59e5c;
    font-size: 1.3rem;
    font-weight: normal;
    line-height: 1.4;
  }
  body.stylist #main .sect02 ul.wrapper_stylist li a.txt h3 {
    margin: 0 0 10px;
    color: #b59e5c;
    font-size: 1.3rem;
  }
  body.stylist #main .sect02 ul.wrapper li a.txt p {
    color: #333;
    font-size: 1.3rem;
  }
  body.stylist #main .sect02 ul.wrapper_stylist li a.txt p {
    color: #333;
    font-size: 1.3rem;
  }
  body.contact #main p.message {
    margin: 0 auto 40px;
    text-align: center;
    font-size: 1.6rem;
  }

  body.contact #main .contactInner {
    margin: 0 auto 50px;
    width: 100%;
  }
  body.contact #main .btn input {
    display: block;
    width: 300px;
    height: 40px;
    text-align: center;
    border: none;
    font-size: 1.4rem;
    font-weight: bold;
  }
  body.contact #main .btn input:hover {
    opacity: 0.6;
  }
  :placeholder-shown {
      color: #aeacac;
  }
  ::-webkit-input-placeholder {
      color: #aeacac;
  }
  :-moz-placeholder {
      color: #aeacac;
      opacity: 1;
  }
  ::-moz-placeholder {
      color: #aeacac;
      opacity: 1;
  }
  :-ms-input-placeholder {
      color: #aeacac;
  }
  body.contact #main .input .contactInner dl {
    margin: 0 auto 10px;
    font-size: 1.4rem;
  }
  body.contact #main .input .contactInner dl dt {
    margin-bottom: 5px;
  }
  body.contact #main .input .contactInner dl dd {
    margin: 0;
    padding: 0;
  }
  body.contact #main .input .contactInner dl dd input {
    padding: 10px 15px;
    border: 1px solid #e1e1e1;
    width: 90%;
  }
  body.contact #main .input .contactInner dl dd textarea {
    padding: 10px 15px;
    border: 1px solid #e1e1e1;
    width: 90%;
  }
  body.contact #main .input .btn {
    margin: 0 auto 50px;
    width: 640px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  body.contact #main .input .btn input#btnReset {
    background-color: #eee;
  }
  body.contact #main .input .btn input#btnConfirm {
    color: #fff;
    background-color: #b59e5c;
  }
  body.contact #main .confirm .contactInner dl {
    margin: 0 auto 20px;
    width: 600px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-size: 1.4rem;
    text-align: left;
  }
  body.contact #main .confirm .contactInner dl dt {
    width: 160px;
    font-weight: bold;
  }
  body.contact #main .confirm .contactInner dl dd {
    width: 420px;
    margin: 0;
    padding: 0;
    line-height: 1.4;
  }
  body.contact #main .confirm .btn {
    width: 630px;
  }
  body.contact #main .confirm .btn input#btnBack {
    background-color: #eee;
  }
  body.contact #main .confirm .btn input#btnSend {
    color: #fff;
    background-color: #b59e5c;
  }
  body.contact #main .complete a.returnTop {
    display: block;
    margin: 0 auto 50px;
    padding: 10px 0 5px;
    width: 300px;
    height: 25px;
    text-align: center;
    font-size: 1.4rem;
    background-color: #eee;
    color: #333;
    font-weight: 600;
  }
  body.style body.m #main .styleBox {
    margin: 0 auto 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  body.style #main .styleBox .txtInfo {
    width: 440px;
    float: right;
  }
  body.style #main .styleBox .txtInfo h2 {
    margin: 0 auto 14px;
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 1.4;
  }
  body.style #main .styleBox .txtInfo ul.sns {
    margin: 0 0 20px auto;
    text-align: right;
  }
  body.style #main .styleBox .txtInfo ul.sns li {
    width: 26px;
    display: inline-block;
    vertical-align: top;
  }
  body.style #main .styleBox .txtInfo ul.sns li a {
    width: 26px;
  }
  .pinterestBtn span {
    height: 26px !important;
    width: 26px !important;
    background: url(/img/upload/default/icon_pinterest-1.png) !important;
    background-position-x: 0% !important;
    background-position-y: 0% !important;
    background-size: auto auto !important;
    background-position-x: 0% !important;
    background-position-y: 0% !important;
    background-size: auto auto !important;
    background-position: center !important;
    background-size: 26px 26px !important;
    box-shadow: none;
    border-radius: 0px !important;
  }
  body.style #main .styleBox .txtInfo .box {
    margin: 0 auto 50px;
  }
  body.style #main .styleBox .txtInfo .box p.styleTitle {
    margin: 0 auto 20px;
    padding: 0 0 3px;
    font-size: 1.6rem;
    border-bottom: 1px solid #c5b790;
  }
  .typeOn {
  background-color: #CD4465;
  color: #FFFFFF;
  width: 50px;
  height: 58px;
  text-align: center;
  display: inline-block;
  font-size: 11px;
  }
  .typeOff {
  background-color: #EEEEEE;
  color: #FFFFFF;
  width: 50px;
  height: 58px;
  text-align: center;
  display: inline-block;
  font-size: 11px;
  }
  .circletype:before {
  background-image: url("/img/upload/default/bg-circle.png");
  background-repeat: no-repeat;
  content: " ";
  height: 30px;
  width: 30px;
  overflow: hidden;
  display: block;
  margin: 4px auto;
  }
  .eggtype:before {
  background-image: url("/img/upload/default/bg-egg.png");
  background-repeat: no-repeat;
  content: " ";
  height: 30px;
  width: 20px;
  overflow: hidden;
  display: block;
  margin: 4px auto;
  }
  .squaretype:before {
  background-image: url("/img/upload/default/bg-square.png");
  background-repeat: no-repeat;
  content: " ";
  height: 30px;
  width: 30px;
  overflow: hidden;
  display: block;
  margin: 4px auto;
  }
  .triangletype:before {
  background-image: url("/img/upload/default/bg-triangle.png");
  background-repeat: no-repeat;
  content: " ";
  height: 30px;
  width: 30px;
  overflow: hidden;
  display: block;
  margin: 4px auto;
  }
  .basetype:before {
  background-image: url("/img/upload/default/bg-base.png");
  background-repeat: no-repeat;
  content: " ";
  height: 30px;
  width: 30px;
  overflow: hidden;
  display: block;
  margin: 4px auto;
  }
  body.style #main .styleBox .txtInfo .box dl {
    width: 460px;
    background: url("/img/upload/default/bg_line.png") no-repeat center;
  }
  body.style #main .styleBox .txtInfo .box dl dt {
    float: left;
    width: 200px;
    font-size: 1.4rem;
    font-weight: bold;
  }
  body.style #main .styleBox .txtInfo .box dl dd {
    float: left;
    margin-left: 170px;
    font-size: 1.4rem;
    text-align: left;
  }
  body.style #main .styleBox .txtInfo .box ul li {
    margin: 0 10px 0 0;
    font-size: 1.4rem;
    display: inline-block;
  }
  body.style #main .styleBox .visualInfo {
    width: 240px;
  }
  body.style #main .styleBox .visualInfo .photo {
    margin: 0 0 20px;
    width: 240px;
    height: 320px;
    overflow: hidden;
  }
  body.style #main .styleBox .visualInfo .photo img {
    width: 100%;
  }
  body.style #main .styleBox .visualInfo .thumb ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  body.style #main .styleBox .visualInfo .thumb ul li {
    width: 30%;
  }
  body.style #main .styleBox .visualInfo .thumb ul li img {
    cursor: pointer;
  }
  body.style #main .styleBox .visualInfo .thumb ul li img:hover {
    opacity: .6;
  }
  body.style #main .commentArea {
    margin-bottom: 40px;
    padding: 20px;
    background-color: #eee;
    width: 690px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  body.style #main .commentArea .img {
    width: 140px;
    text-align: center;
  }
  body.style #main .commentArea .img img {
    margin: 0 auto 10px;
  }
  body.style #main .commentArea .img a {
    color: #b59e5c;
    font-size: 1.4rem;
  }
  body.style #main .commentArea .img a:hover {
    color: #333;
    font-size: 1.2rem;
  }
  body.style #main .commentArea .txt {
    width: 520px;
  }
  body.style #main .commentArea .txt h4 {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 8px;
  }
  body.style #main .commentArea .txt p {
    margin: 0;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  body.style #main .couponArea {
    margin: 0 auto 50px;
    display: -webkit-flex;
    display: flex;
    position: relative;
    border: 1px solid #cfcfcf;
    background: url("/img/upload/default/bg_coupon.png") repeat-y left;
  }
  body.style #main .couponArea h4 {
    padding: 140px 6px 0;
    width: 20px;
    font-size: 1.6rem;
    color: #fff;
  }
  body.style #main .couponArea .couponContent {
    padding: 20px;
    width: 660px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  body.style #main .couponArea .couponContent .img {
    width: 160px;
  }
  body.style #main .couponArea .couponContent .img img {
    margin: 0 auto 20px;
    width: 160px;
  }
  body.style #main .couponArea .couponContent .img p {
    font-size: 1.1rem;
  }
  body.style #main .couponArea .couponContent .img p span {
    font-weight: bold;
    margin-right: 5px;
  }
  body.style #main .couponArea .couponContent .txt {
    width: 440px;
  }
  body.style #main .couponArea .couponContent .txt h5 {
    margin: 0 auto 15px;
    font-size: 1.8rem;
  }
  body.style #main .couponArea .couponContent .txt ul {
    float: left;
  }
  body.style #main .couponArea .couponContent .txt ul li {
    float: left;
    margin-right: 10px;
    padding: 3px 10px;
    color: #fff;
    font-size: 1.1rem;
    background-color: #c5b790;
  }
  body.style #main .couponArea .couponContent .txt p.price {
    float: right;
    color: #da2c82;
    font-size: 1.8rem;
    font-weight: bold;
  }
  body.style #main .couponArea .couponContent .txt p.couponDetail {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  body.style #main .couponArea .couponContent .txt .reserve {
    text-align: center;
  }
  body.style #main .couponArea .couponContent .txt a {
    display: block;
    padding: 12px 0;
    background-color: #bb1668;
    color: #fff;
    font-size: 1.8rem;
  }
  body.style #main .sect02 .titleArea {
    margin: 0 auto 20px;
    border-bottom: 1px solid #c5b790;
  }
  body.style #main .sect02 .titleArea h3 {
    float: left;
    margin: 0;
    padding: 0 0 5px;
    color: #333;
    font-weight: normal;
    letter-spacing: 0.1em;
  }
  body.style #main .sect02 .titleArea h3 span.en {
    font-size: 2.4rem;
    font-family: 'Arapey', serif;
  }
  body.style #main .sect02 .titleArea h3 span.jp {
    margin-left: 1em;
    font-size: 1.4rem;
  }
  body.style #main .sect02 .titleArea a {
    float: right;
    display: block;
    padding-top: 10px;
    font-size: 1.2rem;
    color: #333;
    text-decoration: underline;
  }
  body.style #main .sect02 .titleArea a span {
    padding-right: 12px;
    background: url("/img/upload/default/icon_arrow.gif") no-repeat right;
  }
  body.style #main .sect02 ul.wrapper {
    margin: 0 auto;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
  body.style #main .sect02 ul.wrapper li {
    display: inline-block;
    vertical-align: top;
    margin: 0px 28px 10px 0;
    width: 22%;
    height: auto;
  }
  body.style #main .sect02 ul.wrapper li:nth-child(4n) {
    margin-right: 0;
  }
  body.style #main .sect02 ul.wrapper li a.img {
    display: block;
    margin: 0 0 12px;
  }
  body.style #main .sect02 ul.wrapper li a.txt h3 {
    margin: 0 0 10px;
    color: #b59e5c;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.4;
  }
  body.style #main .sect02 ul.wrapper li a.txt p {
    color: #333;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  body.shoplist body.m #main  {
    margin: 0 auto 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  body.shoplist #main  .txtInfo {
    width: 460px;
  }
  body.shoplist #main  .txtInfo h2 {
    margin: 0 auto 5px;
    font-size: 1.8rem;
    font-weight: bold;
  }
  body.shoplist #main  .txtInfo ul.sns {
    margin: 0 0 20px auto;
    width: 134px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  body.shoplist #main  .txtInfo ul.sns li {
    width: 26px;
  }
  body.shoplist #main  .txtInfo ul.sns li a {
    display: block;
  }
  body.shoplist #main  .txtInfo .box {
    margin: 0 auto 30px;
  }
  body.shoplist #main  .txtInfo .box p.styleTitle {
    margin: 0 auto 20px;
    padding: 0 0 3px;
    font-size: 1.4rem;
    border-bottom: 1px solid #c5b790;
  }
  body.shoplist #main  .txtInfo .box dl {
    width: 460px;
    background: url("/img/upload/default/bg_line.png") no-repeat center;
  }
  body.shoplist #main  .txtInfo .box dl dt {
    float: left;
    width: 200px;
    font-size: 1.4rem;
    font-weight: bold;
  }
  body.shoplist #main  .txtInfo .box dl dd {
    float: left;
    margin-left: 170px;
    font-size: 1.4rem;
    text-align: left;
  }
  body.shoplist #main  .txtInfo .box ul li {
    float: left;
    margin: 0 10px 0 0;
    font-size: 1.4rem;
  }
  body.shoplist #main  .visualInfo {
    width: 240px;
  }
  body.shoplist #main  .visualInfo .photo {
    margin: 0 0 20px;
    width: 240px;
  }
  body.shoplist #main  .visualInfo .photo img {
    width: 100%;
  }
  body.shoplist #main  .visualInfo .thumb ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  body.shoplist #main  .visualInfo .thumb ul li {
    width: 30%;
  }
  body.shoplist #main .commentArea {
    margin: 0 auto 50px;
    padding: 20px;
    background-color: #eee;
    width: 690px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  body.shoplist #main .commentArea .img {
    width: 92px;
    text-align: center;
  }
  body.shoplist #main .commentArea .img img {
    margin: 0 auto 10px;
  }
  body.shoplist #main .commentArea .img a {
    color: #333;
    text-decoration: underline;
  }
  body.shoplist #main .commentArea .txt {
    width: 580px;
  }
  body.shoplist #main .commentArea .txt h4 {
    font-size: 1.4rem;
    font-weight: bold;
  }
  body.shoplist #main .commentArea .txt p {
    margin: 0;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  body.shoplist #main .couponArea {
    margin: 0 auto 50px;
    display: -webkit-flex;
    display: flex;
    position: relative;
    box-shadow: 0px 0px 15px;
    border: 1px solid #cfcfcf;
    background: url("/img/style/bg_coupon.png") repeat-y left;
  }
  body.shoplist #main .couponArea h4 {
    padding: 80px 5px 0;
    width: 20px;
    font-size: 1.6rem;
    color: #fff;
  }
  body.shoplist #main .couponArea .couponContent {
    padding: 20px;
    width: 660px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  body.shoplist #main .couponArea .couponContent .img {
    width: 160px;
  }
  body.shoplist #main .couponArea .couponContent .img img {
    margin: 0 auto 20px;
    width: 160px;
    height: 120px;
  }
  body.shoplist #main .couponArea .couponContent .img p {
    font-size: 1.1rem;
  }
  body.shoplist #main .couponArea .couponContent .img p span {
    font-weight: bold;
    margin-right: 5px;
  }
  body.shoplist #main .couponArea .couponContent .txt {
    width: 480px;
  }
  body.shoplist #main .couponArea .couponContent .txt h5 {
    margin: 0 auto 15px;
    font-size: 1.8rem;
  }
  body.shoplist #main .couponArea .couponContent .txt ul {
    float: left;
  }
  body.shoplist #main .couponArea .couponContent .txt ul li {
    float: left;
    margin-right: 10px;
    padding: 3px 10px;
    color: #fff;
    font-size: 1.1rem;
    background-color: #c5b790;
  }
  body.shoplist #main .couponArea .couponContent .txt p.price {
    float: right;
    color: #da2c82;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .shoplist-title {
    font-weight: 600;
    font-size: 1.2rem;
  }
  .shoplist-right {
    text-align: right;
    color: #666;
    display: block;
  }
  body.shoplist #main .couponArea .couponContent .txt p.couponDetail {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  body.shoplist #main .couponArea .couponContent .txt .reserve {
    text-align: center;
  }
  body.shoplist #main .couponArea .couponContent .txt a {
    display: block;
    padding: 12px 0;
    background-color: #bb1668;
    color: #fff;
    font-size: 1.8rem;
  }
  body.shoplist #main .sect02 .titleArea h3 {
    margin: 0;
    padding: 0 0 6px;
    color: #333;
    font-weight: normal;
  }
  body.shoplist #main .sect02 .titleArea h3 span.en {
    font-size: 2.4rem;
    font-family: 'Arapey', serif;
  }
  body.shoplist #main .sect02 .titleArea h3 span.jp {
    margin-left: 1em;
    font-size: 1.4rem;
  }
  body.shoplist #main .sect02 .titleArea a {
    float: right;
    display: block;
    padding-top: 10px;
    font-size: 1.2rem;
    color: #333;
    text-decoration: underline;
  }
  body.shoplist #main .sect02 .titleArea a span {
    padding-right: 12px;
    background: url("/img/upload/default/icon_arrow.gif") no-repeat right;
  }
  body.shoplist #main .sect02 ul.wrapper {
    margin: 0 auto 24px;
    letter-spacing: -0.4em;
  }
  body.shoplist #main .sect02 ul.wrapper li {
    display: inline-block;
    vertical-align: top;
    margin: 0px 25px 30px 0;
    width: 31%;
    height: auto;
    letter-spacing: 0.1em;
  }
  body.shoplist #main .sect02 ul.wrapper li:nth-child(3n) {
    margin: 0 0 40px 0;
  }
  body.shoplist #main .sect02 ul.wrapper li a.img {
    width: 100%;
  }
  body.shoplist #main .sect ul.wrapper li a.img {
    display: block;
    margin: 0 0 10px;
  }
  body.shoplist #main .sect02 ul.wrapper li a.txt h3 {
    margin: 0 0 10px;
    color: #b59e5c;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.8rem;
  }
  body.shoplist #main .sect02 ul.wrapper li a.txt p {
    color: #333;
    font-size: 1.4rem;
    margin-bottom: 6px;
    line-height: 1.4;
  }
  body.media body.m #main  {
    margin: 0 auto 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  body.media #main  .txtInfo {
    width: 460px;
  }
  body.media #main  .txtInfo h2 {
    margin: 0 auto 5px;
    font-size: 1.8rem;
    font-weight: bold;
  }
  body.media #main  .txtInfo ul.sns {
    margin: 0 0 20px auto;
    width: 134px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  body.media #main  .txtInfo ul.sns li {
    width: 26px;
  }
  body.media #main  .txtInfo ul.sns li a {
    display: block;
  }
  body.media #main  .txtInfo .box {
    margin: 0 auto 30px;
  }
  body.media #main  .txtInfo .box p.styleTitle {
    margin: 0 auto 20px;
    padding: 0 0 3px;
    font-size: 1.4rem;
    border-bottom: 1px solid #c5b790;
  }
  body.media #main  .txtInfo .box dl {
    width: 460px;
    background: url("/img/upload/default/bg_line.png") no-repeat center;
  }
  body.media #main  .txtInfo .box dl dt {
    float: left;
    width: 200px;
    font-size: 1.4rem;
    font-weight: bold;
  }
  body.media #main  .txtInfo .box dl dd {
    float: left;
    margin-left: 170px;
    font-size: 1.4rem;
    text-align: left;
  }
  body.media #main  .txtInfo .box ul li {
    float: left;
    margin: 0 10px 0 0;
    font-size: 1.4rem;
  }
  body.media #main  .visualInfo {
    width: 240px;
  }
  body.media #main  .visualInfo .photo {
    margin: 0 0 20px;
    width: 240px;
  }
  body.media #main  .visualInfo .photo img {
    width: 100%;
  }
  body.media #main  .visualInfo .thumb ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  body.media #main  .visualInfo .thumb ul li {
    width: 30%;
  }
  body.media #main .commentArea {
    margin: 0 auto 50px;
    padding: 20px;
    background-color: #eee;
    width: 690px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  body.media #main .commentArea .img {
    width: 92px;
    text-align: center;
  }
  body.media #main .commentArea .img img {
    margin: 0 auto 10px;
  }
  body.media #main .commentArea .img a {
    color: #333;
    text-decoration: underline;
  }
  body.media #main .commentArea .txt {
    width: 580px;
  }
  body.media #main .commentArea .txt h4 {
    font-size: 1.4rem;
    font-weight: bold;
  }
  body.media #main .commentArea .txt p {
    margin: 0;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  body.media #main .couponArea {
    margin: 0 auto 50px;
    display: -webkit-flex;
    display: flex;
    position: relative;
    box-shadow: 0px 0px 15px;
    border: 1px solid #cfcfcf;
    background: url("/img/style/bg_coupon.png") repeat-y left;
  }
  body.media #main .couponArea h4 {
    padding: 80px 5px 0;
    width: 20px;
    font-size: 1.6rem;
    color: #fff;
  }
  body.media #main .couponArea .couponContent {
    padding: 20px;
    width: 660px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  body.media #main .couponArea .couponContent .img {
    width: 160px;
  }
  body.media #main .couponArea .couponContent .img img {
    margin: 0 auto 20px;
    width: 160px;
    height: 120px;
  }
  body.media #main .couponArea .couponContent .img p {
    font-size: 1.1rem;
  }
  body.media #main .couponArea .couponContent .img p span {
    font-weight: bold;
    margin-right: 5px;
  }
  body.media #main .couponArea .couponContent .txt {
    width: 480px;
  }
  body.media #main .couponArea .couponContent .txt h5 {
    margin: 0 auto 15px;
    font-size: 1.8rem;
  }
  body.media #main .couponArea .couponContent .txt ul {
    float: left;
  }
  body.media #main .couponArea .couponContent .txt ul li {
    float: left;
    margin-right: 10px;
    padding: 3px 10px;
    color: #fff;
    font-size: 1.1rem;
    background-color: #c5b790;
  }
  body.media #main .couponArea .couponContent .txt p.price {
    float: right;
    color: #da2c82;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .media-title {
    font-weight: 600;
    font-size: 1.2rem;
  }
  .media-right {
    text-align: right;
    color: #666;
    display: block;
    font-size: 1.3rem;
  }
  body.media #main .couponArea .couponContent .txt p.couponDetail {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  body.media #main .couponArea .couponContent .txt .reserve {
    text-align: center;
  }
  body.media #main .couponArea .couponContent .txt a {
    display: block;
    padding: 12px 0;
    background-color: #bb1668;
    color: #fff;
    font-size: 1.8rem;
  }
  body.media #main .sect02 .titleArea h3 {
    float: left;
    margin: 0;
    padding: 0 0 5px;
    color: #333;
    font-weight: normal;
  }
  body.media #main .sect02 .titleArea h3 span.en {
    font-size: 2.4rem;
    font-family: 'Arapey', serif;
  }
  body.media #main .sect02 .titleArea h3 span.jp {
    margin-left: 1em;
    font-size: 1.4rem;
  }
  body.media #main .sect02 .titleArea a {
    float: right;
    display: block;
    padding-top: 10px;
    font-size: 1.2rem;
    color: #333;
    text-decoration: underline;
  }
  body.media #main .sect02 .titleArea a span {
    padding-right: 12px;
    background: url("/img/upload/default/icon_arrow.gif") no-repeat right;
  }
  body.media #main .sect02 ul.wrapper li {
    width: 31%;
    height: auto;
    margin: 0px 25px 40px 0;
    display: inline-block;
    vertical-align: top;
  }
  body.media #main .sect02 ul.wrapper li:nth-child(3n) {
    margin-right: 0;
  }
  body.media #main .sect02 ul.wrapper li a.img img {
    margin-bottom: 10px;
  }
  body.media #main .sect02 ul.wrapper li a.txt h3 {
    margin: 0 0 10px;
    color: #b59e5c;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.3;
  }
  body.media #main .sect02 ul.wrapper li a.txt p {
    color: #333;
    font-size: 1.4rem;
    margin-bottom: 10px;
    overflow: hidden;
    line-height: 1.4;
  }
  body.coupon #main section.sect01 .titleArea {
    margin: 0 auto 30px;
    width: 1060px;
    margin: 0 auto 20px;
    border-bottom: 1px solid #c5b790;
  }
  body.coupon #main section.sect01 .titleArea h3 {
    float: left;
    margin: 0;
    padding: 0 0 5px;
    color: #333;
    font-weight: normal;
  }
  body.coupon #main section.sect01 .titleArea h3 span.en {
    font-size: 2.4rem;
    font-family: 'Arapey', serif;
  }
  body.coupon #main section.sect01 .titleArea h3 span.jp {
    margin-left: 1em;
    font-size: 1.4rem;
  }
  body.coupon #main section.sect01 .titleArea a {
    float: right;
    display: block;
    padding-top: 10px;
    font-size: 1.2rem;
    color: #333;
    text-decoration: underline;
  }
  body.coupon #main section.sect01 .titleArea a span {
    padding-right: 12px;
    background: url("/img/upload/default/icon_arrow.gif") no-repeat right;
  }
  body.coupon #main section.sect01 .filterArea {
    margin: 0 auto 50px;
    padding: 20px 0;
    background-color: #f6f6f6;
  }
  body.coupon #main section.sect01 .filterArea dl {
    margin: 0 auto 20px;
    width: 1020px;
    background-color: #fff;
  }
  body.coupon #main section.sect01 .filterArea dl dt {
    padding: 10px 20px;
    font-size: 1.4rem;
    font-weight: bold;
  }
  body.coupon #main section.sect01 .filterArea dl dd {
    padding: 10px 20px 10px 0;
    font-size: 1.4rem;
  }
  body.coupon #main section.sect01 .filterArea dl dd ul li {
    margin-right: 20px;
    display: inline-block;
  }
  body.coupon #main section.sect01 .filterArea dl dd ul li span {
    margin-left: 5px;
  }
  body.coupon #main section.sect01 .filterArea .btn {
    margin: 30px 0 0;
    text-align: center;
  }
  body.coupon #main section.sect01 .filterArea .btn button {
    padding: 10px 0;
    color: #fff;
    width: 250px;
    font-size: 1.6rem;
    background-color: #b59e5c;
    border: none;
  }
  body.coupon #main section.sect01 .filterArea .btn button:hover {
    opacity: .6;
  }
  body.coupon #main .result .couponArea {
    margin: 0 auto 50px;
    width: 1060px;
    display: -webkit-flex;
    display: flex;
    position: relative;
    border: 1px solid #cfcfcf;
    background: url("/img/upload/default/bg_coupon.png") repeat-y left;
  }
  body.coupon #main .result .couponArea h4 {
    padding: 80px 5px 0;
    width: 20px;
    font-size: 1.6rem;
    color: #fff;
  }
  body.coupon #main .result .couponArea .couponContent {
    padding: 20px;
    width: 830px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  body.coupon #main .result .couponArea .couponContent .img {
    width: 160px;
  }
  body.coupon #main .result .couponArea .couponContent .img img {
    margin: 0 auto 10px;
    width: 80%;
  }
  body.coupon #main .result .couponArea .couponContent .img p {
    font-size: 1.1rem;
    margin-bottom: 4px;
  }
  body.coupon #main .result .couponArea .couponContent .img p span {
    font-weight: bold;
    margin-right: 5px;
  }
  body.coupon #main .result .couponArea .couponContent .txt {
    width: 670px;
  }
  body.coupon #main .result .couponArea .couponContent .txt h5 {
    margin: 0 auto 15px;
    font-size: 1.8rem;
  }
  body.coupon #main .result .couponArea .couponContent .txt ul {
    float: left;
  }
  body.coupon #main .result .couponArea .couponContent .txt ul li {
    float: left;
    margin-right: 10px;
    padding: 3px 10px;
    color: #fff;
    font-size: 1.1rem;
    background-color: #c5b790;
  }
  body.coupon #main .result .couponArea .couponContent .txt p.price {
    float: right;
    color: #da2c82;
    font-size: 1.8rem;
    font-weight: bold;
  }
  body.coupon #main .result .couponArea .couponContent .txt p.couponDetail {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  body.coupon #main .result .couponArea .couponContent .txt .reserve {
    text-align: center;
  }
  body.coupon #main .result .couponArea .couponContent .txt a {
    display: block;
    padding: 12px 0;
    background-color: #bb1668;
    color: #fff;
    font-size: 1.8rem;
  }
  body.movie #main section.sect01 .titleArea {
    margin: 0 auto 30px;
    width: 900px;
    margin: 0 auto 20px;
    border-bottom: 1px solid #c5b790;
  }
  body.movie #main section.sect01 .titleArea h3 {
    float: left;
    margin: 0;
    padding: 0 0 5px;
    color: #333;
    font-weight: normal;
  }
  body.movie #main section.sect01 .titleArea h3 span.en {
    font-size: 2.4rem;
    font-family: 'Arapey', serif;
  }
  body.movie #main section.sect01 .titleArea h3 span.jp {
    margin-left: 1em;
    font-size: 1.4rem;
  }
  body.movie #main section.sect01 .titleArea a {
    float: right;
    display: block;
    padding-top: 10px;
    font-size: 1.2rem;
    color: #333;
    text-decoration: underline;
  }
  body.movie #main section.sect01 .titleArea a span {
    padding-right: 12px;
    background: url("/img/upload/default/icon_arrow.gif") no-repeat right;
  }
  body.movie #main section.sect01 .filterArea {
    margin: 0 auto 50px;
    padding: 40px 20px;
    width: 860px;
    background-color: #f6f6f6;
  }
  body.movie #main section.sect01 .filterArea dl {
    margin: 0 auto 20px;
    width: 860px;
    background-color: #fff;
  }
  body.movie #main section.sect01 .filterArea dl dt {
    float: left;
    padding: 10px 20px;
    width: 80px;
    font-size: 1.4rem;
    font-weight: bold;
  }
  body.movie #main section.sect01 .filterArea dl dd {
    float: left;
    padding: 10px 20px 10px 0;
    width: 720px;
    font-size: 1.4rem;
  }
  body.movie #main section.sect01 .filterArea dl dd ul li {
    float: left;
    margin-right: 10px;
  }
  body.movie #main section.sect01 .filterArea dl dd ul li span {
    margin-left: 5px;
  }
  body.movie #main section.sect01 .filterArea .btn {
    margin: 30px 0 0;
    text-align: center;
  }
  body.movie #main section.sect01 .filterArea .btn button {
    padding: 10px 0;
    color: #fff;
    width: 250px;
    font-size: 1.6rem;
    background-color: #b59e5c;
    border: none;
  }
  body.movie #main section.sect01 .filterArea .btn button:hover {
    opacity: .6;
  }
  body.movie #main .result .couponArea {
    margin: 0 auto 50px;
    width: 900px;
    display: -webkit-flex;
    display: flex;
    position: relative;
    box-shadow: 0px 0px 15px;
    border: 1px solid #cfcfcf;
    background: url("/img/style/bg_coupon.png") repeat-y left;
  }
  body.movie #main .result .couponArea h4 {
    padding: 80px 5px 0;
    width: 20px;
    font-size: 1.6rem;
    color: #fff;
  }
  body.movie #main .result .couponArea .couponContent {
    padding: 20px;
    width: 830px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  body.movie #main .result .couponArea .couponContent .img {
    width: 160px;
  }
  body.movie #main .result .couponArea .couponContent .img img {
    margin: 0 auto 20px;
    width: 160px;
    height: 120px;
  }
  body.movie #main .result .couponArea .couponContent .img p {
    font-size: 1.1rem;
  }
  body.movie #main .result .couponArea .couponContent .img p span {
    font-weight: bold;
    margin-right: 5px;
  }
  body.movie #main .result .couponArea .couponContent .txt {
    width: 640px;
  }
  body.movie #main .result .couponArea .couponContent .txt h5 {
    margin: 0 auto 15px;
    font-size: 1.8rem;
  }
  body.movie #main .result .couponArea .couponContent .txt ul {
    float: left;
  }
  body.movie #main .result .couponArea .couponContent .txt ul li {
    float: left;
    margin-right: 10px;
    padding: 3px 10px;
    color: #fff;
    font-size: 1.1rem;
    background-color: #c5b790;
  }
  body.movie #main .result .couponArea .couponContent .txt p.price {
    float: right;
    color: #da2c82;
    font-size: 1.8rem;
    font-weight: bold;
  }
  body.movie #main .result .couponArea .couponContent .txt p.couponDetail {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  body.movie #main .result .couponArea .couponContent .txt .reserve {
    text-align: center;
  }
  body.movie #main .result .couponArea .couponContent .txt a {
    display: block;
    padding: 12px 0;
    background-color: #bb1668;
    color: #fff;
    font-size: 1.8rem;
  }
  .youtube {
    position:relative;
    width:100%;
    padding-top:56.25%;
    margin-bottom: 20px;
  }
  .youtube iframe {
    position:absolute;
    top:0;
    right:0;
    width:100%;
    height:100%;
  }
  .movie-cap {
    font-size: 1.2rem;
    margin-bottom: 80px;
  }
  body.menu #main  {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  body.menu #main .sect {
    width: 710px;
  }
  body.menu #main .sect .titleArea {
    margin: 0 auto 20px;
    border-bottom: 1px solid #c5b790;
  }
  body.menu #main .sect p {
    line-height: 1.6;
    width: 81px;
  }
  body.menu #main .sect .txtRight {
    font-size: 1.2rem;
    text-align: right;
    display: block;
    margin-bottom: 8px;
    color: #999;
  }
  body.menu #main .sect table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  body.menu #main .sect .table > tbody > tr > td:first-child {
    text-align: left !important;
    width: 100% !important;
  }
  body.menu #main .sect .table tr {
    border-top: 1px solid #ddd;
    display: block;
  }
  body.menu #main .sect .table td {
    padding: 10px;
    line-height: 1.42857143;
    vertical-align: top;
    width: 100px;
    text-align: right;
    font-size: 1.3rem;
  }
  body.menu #main  .sect .table > tbody > tr > td:first-child > .serviceSubTxt {
    text-align: left !important;
    width: 100%;
  }
  body.menu #main .serviceSubTxt {
    font-size: 1.1rem !important;
    color: #999;
    text-align: right;
  }
  body.menu #main .pageTitleH2 {
    margin: 0 auto 5px;
    font-size: 1.8rem;
    font-weight: bold;
  }
  body.menu #main  .txtInfo ul.sns {
    margin: 0 0 20px auto;
    width: 134px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  body.menu #main  .txtInfo ul.sns li {
    width: 26px;
  }
  body.menu #main  .txtInfo ul.sns li a {
    display: block;
  }
  body.menu #main  .txtInfo .box {
    margin: 0 auto 30px;
  }
  body.menu #main  .txtInfo .box p.styleTitle {
    margin: 0 auto 20px;
    padding: 0 0 3px;
    font-size: 1.4rem;
    border-bottom: 1px solid #c5b790;
  }
  body.menu #main  .txtInfo .box dl {
    width: 460px;
    background: url("/img/upload/default/bg_line.png") no-repeat center;
  }
  body.menu #main  .txtInfo .box dl dt {
    float: left;
    width: 200px;
    font-size: 1.4rem;
    font-weight: bold;
  }
  body.menu #main  .txtInfo .box dl dd {
    float: left;
    margin-left: 170px;
    font-size: 1.4rem;
    text-align: left;
  }
  body.menu #main  .txtInfo .box ul li {
    float: left;
    margin: 0 10px 0 0;
    font-size: 1.4rem;
  }
  body.menu #main  .visualInfo {
    width: 240px;
  }
  body.menu #main  .visualInfo .photo {
    margin: 0 0 20px;
    width: 240px;
  }
  body.menu #main  .visualInfo .photo img {
    width: 100%;
  }
  body.menu #main  .visualInfo .thumb ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  body.menu #main  .visualInfo .thumb ul li {
    width: 30%;
  }
  body.menu #main .commentArea {
    margin: 0 auto 50px;
    padding: 20px;
    background-color: #eee;
    width: 690px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  body.menu #main .commentArea .img {
    width: 92px;
    text-align: center;
  }
  body.menu #main .commentArea .img img {
    margin: 0 auto 10px;
  }
  body.menu #main .commentArea .img a {
    color: #333;
    text-decoration: underline;
  }
  body.menu #main .commentArea .txt {
    width: 580px;
  }
  body.menu #main .commentArea .txt h4 {
    font-size: 1.4rem;
    font-weight: bold;
  }
  body.menu #main .commentArea .txt p {
    margin: 0;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  body.menu #main .couponArea {
    margin: 0 auto 50px;
    display: -webkit-flex;
    display: flex;
    position: relative;
    box-shadow: 0px 0px 15px;
    border: 1px solid #cfcfcf;
    background: url("/img/style/bg_coupon.png") repeat-y left;
  }
  body.menu #main .couponArea h4 {
    padding: 80px 5px 0;
    width: 20px;
    font-size: 1.6rem;
    color: #fff;
  }
  body.menu #main .couponArea .couponContent {
    padding: 20px;
    width: 660px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  body.menu #main .couponArea .couponContent .img {
    width: 160px;
  }
  body.menu #main .couponArea .couponContent .img img {
    margin: 0 auto 20px;
    width: 160px;
    height: 120px;
  }
  body.menu #main .couponArea .couponContent .img p {
    font-size: 1.1rem;
  }
  body.menu #main .couponArea .couponContent .img p span {
    font-weight: bold;
    margin-right: 5px;
  }
  body.menu #main .couponArea .couponContent .txt {
    width: 480px;
  }
  body.menu #main .couponArea .couponContent .txt h5 {
    margin: 0 auto 15px;
    font-size: 1.8rem;
  }
  body.menu #main .couponArea .couponContent .txt ul {
    float: left;
  }
  body.menu #main .couponArea .couponContent .txt ul li {
    float: left;
    margin-right: 10px;
    padding: 3px 10px;
    color: #fff;
    font-size: 1.1rem;
    background-color: #c5b790;
  }
  body.menu #main .couponArea .couponContent .txt p.price {
    float: right;
    color: #da2c82;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .media-title {
    font-weight: 600;
    font-size: 1.2rem;
  }
  body.menu #main .couponArea .couponContent .txt p.couponDetail {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  body.menu #main .couponArea .couponContent .txt .reserve {
    text-align: center;
  }
  body.menu #main .couponArea .couponContent .txt a {
    display: block;
    padding: 12px 0;
    background-color: #bb1668;
    color: #fff;
    font-size: 1.8rem;
  }
  body.menu #main .sect .titleArea h3 {
    float: left;
    margin: 0;
    padding: 0 0 5px;
    color: #333;
    font-weight: normal;
  }
  body.menu #main .sect .titleArea h3 span.en {
    font-size: 2.4rem;
    font-family: 'Arapey', serif;
  }
  body.menu #main .sect .titleArea h3 span.jp {
    margin-left: 1em;
    font-size: 1.4rem;
  }
  body.menu #main .sect .titleArea a {
    float: right;
    display: block;
    padding-top: 10px;
    font-size: 1.2rem;
    color: #333;
    text-decoration: underline;
  }
  body.menu #main .sect .titleArea a span {
    padding-right: 12px;
    background: url("/img/upload/default/icon_arrow.gif") no-repeat right;
  }
  body.menu #main .sect ul.wrapper {
    display: -webkit-flex;
    display: flex;
    margin: 0 auto;
    width: 730px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
  body.menu #main .sect ul.wrapper li {
    width: 124px;
    margin-bottom: 40px;
  }
  body.menu #main .sect ul.wrapper li a.img {
    display: block;
    width: 145px;
    margin: 0 0 10px;
  }
  body.menu #main .sect ul.wrapper li a.txt h3 {
    margin: 0 0 10px;
    color: #b59e5c;
    font-size: 1.3rem;
    text-decoration: underline;
  }
  body.menu #main .sect ul.wrapper li a.txt p {
    color: #333;
    font-size: 1.2rem;
    margin-bottom: 6px;
  }
  body.news #main  {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  body.news #main .sect {
    width: 730px;
  }
  body.news #main .sect .titleArea {
    margin: 0 auto 20px;
    border-bottom: 1px solid #c5b790;
  }
  body.news #main .sect .titleArea h3 {
    font-size: 1.8rem;
    margin: 0 auto 20px;
  }
  body.news #main .sect p {
    font-size: 1.3rem;
    line-height: 1.6;
  }
  body.news #main .sect .txtRight {
    font-size: 1.2rem;
    text-align: right;
    display: block;
  }
  body.news #main .serviceSubTxt {
    font-size: 1.2rem!important;
    line-height: 16px;
    color: #999;
  }
  body.news #main .newsTime {
    font-size: 1.3rem!important;
    color: #666;
    display: block;
    margin-bottom: 10px;
  }
  body.news #main .pageTitleH2 {
    margin: 0 auto 5px;
    font-size: 1.8rem;
    font-weight: bold;
  }
  body.news #main  .txtInfo ul.sns {
    margin: 0 0 20px auto;
    width: 134px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  body.news #main  .txtInfo ul.sns li {
    width: 26px;
  }
  body.news #main  .txtInfo ul.sns li a {
    display: block;
  }
  body.news #main  .txtInfo .box {
    margin: 0 auto 30px;
  }
  body.news #main  .txtInfo .box p.styleTitle {
    margin: 0 auto 20px;
    padding: 0 0 3px;
    font-size: 1.4rem;
    border-bottom: 1px solid #c5b790;
  }
  body.news #main  .txtInfo .box dl {
    width: 460px;
    background: url("/img/upload/default/bg_line.png") no-repeat center;
  }
  body.news #main  .txtInfo .box dl dt {
    float: left;
    width: 200px;
    font-size: 1.4rem;
    font-weight: bold;
  }
  body.news #main  .txtInfo .box dl dd {
    float: left;
    margin-left: 170px;
    font-size: 1.4rem;
    text-align: left;
  }
  body.news #main  .txtInfo .box ul li {
    float: left;
    margin: 0 10px 0 0;
    font-size: 1.4rem;
  }
  body.news #main  .visualInfo {
    width: 240px;
  }
  body.news #main  .visualInfo .photo {
    margin: 0 0 20px;
    width: 240px;
  }
  body.news #main  .visualInfo .photo img {
    width: 100%;
  }
  body.news #main  .visualInfo .thumb ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  body.news #main  .visualInfo .thumb ul li {
    width: 30%;
  }
  body.news #main .commentArea {
    margin: 0 auto 50px;
    padding: 20px;
    background-color: #eee;
    width: 690px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  body.news #main .commentArea .img {
    width: 92px;
    text-align: center;
  }
  body.news #main .commentArea .img img {
    margin: 0 auto 10px;
  }
  body.news #main .commentArea .img a {
    color: #333;
    text-decoration: underline;
  }
  body.news #main .commentArea .img img {
    margin: 0 auto 10px;
  }
  body.news #main .commentArea .txt {
    width: 580px;
  }
  body.news #main .commentArea .txt h4 {
    font-size: 1.4rem;
    font-weight: bold;
  }
  body.news #main .commentArea .txt p {
    margin: 0;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  body.news #main .couponArea {
    margin: 0 auto 50px;
  }
  body.news #main .couponArea h4 {
    padding: 80px 5px 0;
    width: 20px;
    font-size: 1.6rem;
    color: #fff;
  }
  body.news #main .couponArea .couponContent {
    width: 710px;
    margin-bottom: 40px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  body.news #main .couponArea .couponContent .img {
    width: 160px;
  }
  body.news #main .couponArea .couponContent .img img {
    margin: 0 auto 20px;
    width: 160px;
  }
  body.news #main .couponArea .couponContent .img p {
    font-size: 1.1rem;
  }
  body.news #main .couponArea .couponContent .img p span {
    font-weight: bold;
    margin-right: 5px;
  }
  body.news #main .couponArea .couponContent .txt {
    width: 510px;
  }
  body.news #main .couponArea .couponContent .txt h5 {
    font-size: 1.6rem;
    line-height: 1.4;
    margin-bottom: 0;
  }
  body.news #main .couponArea .couponContent .txt ul {
    margin-top: 10px;
  }
  body.news #main .couponArea .couponContent .txt ul li {
    float: left;
    margin-right: 10px;
    padding: 3px 6px;
    color: #fff;
    font-size: 1rem;
    background-color: #c5b790;
  }
  body.news #main .couponArea .couponContent .txt ul li a {
    color: #fff;
  }
  body.news #main .couponArea .couponContent .txt p.price {
    float: right;
    color: #da2c82;
    font-size: 1.8rem;
    font-weight: bold;
  }
  body.news #main .couponArea .couponContent .txt p.couponDetail {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  body.news #main .couponArea .couponContent .txt .reserve {
    text-align: center;
  }
  body.news #main .couponArea .couponContent .txt a {
    color: #333;
  }
  body.news #main .sect .titleArea h3 {
    float: left;
    margin: 0;
    padding: 0 0 12px;
    color: #333;
    font-weight: normal;
  }
  body.news #main .sect .titleArea h3 span.en {
    font-size: 2.4rem;
    font-family: 'Arapey', serif;
  }
  body.news #main .sect .titleArea h3 span.jp {
    margin-left: 1em;
    font-size: 1.4rem;
  }
  body.news #main .sect .titleArea a {
    float: right;
    display: block;
    padding-top: 10px;
    font-size: 1.2rem;
    color: #333;
    text-decoration: underline;
  }
  body.news #main .sect .titleArea a span {
    padding-right: 12px;
    background: url("/img/upload/default/icon_arrow.gif") no-repeat right;
  }
  body.news #main .sect ul.wrapper {
    display: -webkit-flex;
    display: flex;
    margin: 0 auto;
    width: 730px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
  body.news #main .sect ul.wrapper li {
    width: 124px;
    margin-bottom: 40px;
  }
  body.news #main .sect ul.wrapper li a.img {
    display: block;
    width: 145px;
    margin: 0 0 10px;
  }
  body.news #main .sect ul.wrapper li a.txt h3 {
    margin: 0 0 10px;
    color: #b59e5c;
    font-size: 1.3rem;
    text-decoration: underline;
  }
  body.news #main .sect ul.wrapper li a.txt p {
    color: #333;
    font-size: 1.2rem;
    margin-bottom: 6px;
  }
  body.news #main .sect .wrapper li {
    float: left;
    margin-right: 10px;
    padding: 3px 6px;
    color: #fff;
    font-size: 1rem;
    background-color: #c5b790;
  }
  body.news #main .articleTxt{
    margin-top: 40px;
    font-size: 1.4rem;
  }
  body.news #main .articleTxt p{
    line-height: 1.4;
    font-size: 1.4rem;
  }
  body.news #main .newsTime > div img{
    margin-top: 30px;
  }
  body.news #main .newsTime .postUser{
    padding: 10px 10px!important;
    font-size: 1.2rem;
    color: #c5b790!important;
    display: inline!important;
  }
  body.blog #main  {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  body.blog #main .sect {
    width: 690px;
  }
  body.blog #main .sect .titleArea {
    margin: 0 auto 20px;
    border-bottom: 1px solid #c5b790;
  }
  body.blog #main .sect .titleArea h3 {
    font-size: 1.8rem;
    margin: 0 auto 20px;
  }
  body.blog #main .sect p {
    font-size: 1.3rem;
    line-height: 1.6;
  }
  body.blog #main .sect .txtRight {
    font-size: 1.2rem;
    text-align: right;
    display: block;
  }
  body.blog #main .serviceSubTxt {
    font-size: 1.3rem;
    line-height: 16px;
    color: #999;
    line-height: 1.4em;
  }
  body.blog #main .newsTime {
    font-size: 1.3rem;
    color: #666;
    display: block;
    margin-bottom: 10px;
    line-height: 1.4em;
  }
  body.blog #main .pageTitleH2 {
    margin: 0 auto 5px;
    font-size: 1.8rem;
    font-weight: bold;
  }
  body.blog #main  .txtInfo ul.sns {
    margin: 0 0 20px auto;
    width: 134px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  body.blog #main  .txtInfo ul.sns li {
    width: 26px;
  }
  body.blog #main  .txtInfo ul.sns li a {
    display: block;
  }
  body.blog #main  .txtInfo .box {
    margin: 0 auto 30px;
  }
  body.blog #main  .txtInfo .box p.styleTitle {
    margin: 0 auto 20px;
    padding: 0 0 3px;
    font-size: 1.4rem;
    border-bottom: 1px solid #c5b790;
  }
  body.blog #main  .txtInfo .box dl {
    width: 460px;
    background: url("/img/upload/default/bg_line.png") no-repeat center;
  }
  body.blog #main  .txtInfo .box dl dt {
    float: left;
    width: 200px;
    font-size: 1.4rem;
    font-weight: bold;
  }
  body.blog #main  .txtInfo .box dl dd {
    float: left;
    margin-left: 170px;
    font-size: 1.4rem;
    text-align: left;
  }
  body.blog #main  .txtInfo .box ul li {
    float: left;
    margin: 0 10px 0 0;
    font-size: 1.4rem;
  }
  body.blog #main  .visualInfo {
    width: 240px;
  }
  body.blog #main  .visualInfo .photo {
    margin: 0 0 20px;
    width: 240px;
  }
  body.blog #main  .visualInfo .photo img {
    width: 100%;
  }
  body.blog #main  .visualInfo .thumb ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  body.blog #main  .visualInfo .thumb ul li {
    width: 30%;
  }
  body.blog #main .commentArea {
    margin: 0 auto 50px;
    padding: 20px;
    background-color: #eee;
    width: 690px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  body.blog #main .commentArea .img {
    width: 92px;
    text-align: center;
  }
  body.blog #main .commentArea .img img {
    margin: 0 auto 10px;
  }
  body.blog #main .commentArea .img a {
    color: #333;
    text-decoration: underline;
  }
  body.blog #main .commentArea .img img {
    margin: 0 auto 10px;
  }
  body.blog #main .commentArea .txt {
    width: 580px;
  }
  body.blog #main .commentArea .txt h4 {
    font-size: 1.4rem;
    font-weight: bold;
  }
  body.blog #main .commentArea .txt p {
    margin: 0;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  body.blog #main .couponArea {
    margin: 0 auto 40px;
  }
  body.blog #main .couponArea h4 {
    padding: 80px 5px 0;
    width: 20px;
    font-size: 1.6rem;
    color: #fff;
  }
  body.blog #main .couponArea .couponContent {
    padding: 0;
    width: 710px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  body.blog #main .couponArea .couponContent .img {
    width: 160px;
  }
  body.blog #main .couponArea .couponContent .img img {
    margin: 0 auto 20px;
    width: 160px;
    height: 120px;
  }
  body.blog #main .couponArea .couponContent .img p {
    font-size: 1.1rem;
  }
  body.blog #main .couponArea .couponContent .img p span {
    font-weight: bold;
    margin-right: 5px;
  }
  body.blog #main .couponArea .couponContent .txt {
    width: 510px;
  }
  body.blog #main .couponArea .couponContent .txt h5 {
    font-size: 1.6rem;
    line-height: 1.4;
    margin-bottom: 0;
  }
  body.blog #main .couponArea .couponContent .txt ul {
    margin-top: 10px;
  }
  body.blog #main .couponArea .couponContent .txt ul li {
    float: left;
    margin-right: 10px;
    padding: 3px 6px;
    color: #fff;
    font-size: 1rem;
    background-color: #c5b790;
  }
  body.blog #main .couponArea .couponContent .txt ul li a {
    color: #fff;
  }
  body.blog #main .couponArea .couponContent .txt p.price {
    float: right;
    color: #da2c82;
    font-size: 1.8rem;
    font-weight: bold;
  }
  body.blog #main .couponArea .couponContent .txt p.couponDetail {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  body.blog #main .couponArea .couponContent .txt .reserve {
    text-align: center;
  }
  body.blog #main .couponArea .couponContent .txt a {
    padding: 12px 0;
    color: #333;
  }
  .more {
    display: block;
    color: #c5b790!important;
    font-size: 1.2rem;
    text-align: right;
    text-decoration: underline;
  }
  .more:hover {
    color: #333!important;
    text-decoration: none;
  }
  body.blog #main .sect .titleArea h3 {
    float: left;
    margin: 0;
    padding: 0 0 12px;
    color: #333;
    font-weight: normal;
  }
  body.blog #main .sect .titleArea h3 span.en {
    font-size: 2.4rem;
    font-family: 'Arapey', serif;
  }
  body.blog #main .sect .titleArea h3 span.jp {
    margin-left: 1em;
    font-size: 1.4rem;
  }
  body.blog #main .sect .titleArea a {
    float: right;
    display: block;
    padding-top: 10px;
    font-size: 1.2rem;
    color: #333;
    text-decoration: underline;
  }
  body.blog #main .sect .titleArea a span {
    padding-right: 12px;
    background: url("/img/upload/default/icon_arrow.gif") no-repeat right;
  }
  body.blog #main .sect ul.wrapper {
    display: -webkit-flex;
    display: flex;
    margin: 0 auto;
    width: 730px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
  body.blog #main .sect ul.wrapper li {
    width: 124px;
    margin-bottom: 40px;
  }
  body.blog #main .sect ul.wrapper li a.img {
    display: block;
    width: 145px;
    margin: 0 0 10px;
  }
  body.blog #main .sect ul.wrapper li a.txt h3 {
    margin: 0 0 10px;
    color: #b59e5c;
    font-size: 1.3rem;
    text-decoration: underline;
  }
  body.blog #main .sect ul.wrapper li a.txt p {
    color: #333;
    font-size: 1.2rem;
    margin-bottom: 6px;
  }
  body.blog #main .sect .wrapper li {
    float: left;
    margin-right: 10px;
    padding: 3px 6px;
    color: #fff;
    font-size: 1rem;
    background-color: #c5b790;
  }
  body.blog #main .sect .wrapper li a {
    color: #fff;
  }
  body.blog #main .articleTxt{
    margin-top: 40px;
  }
  body.blog #main .articleTxt p{
    line-height: 1.6;
    font-size: 1.4rem
  }
  body.blog #main .newsTime > div img{
    margin-top: 30px;
  }
  body.blog #main .newsTime .postUser{
    padding: 10px 10px!important;
    font-size: 1.2rem;
    color: #c5b790!important;
    display: inline!important;
  }
  body.voice #main .voiceBox {
    width: 710px;
  }
  body.voice #main .voiceBox .voiceInner {
    margin: 80px 0 30px;
    padding: 25px 20px 20px;
    background-color: #eee;
    position: relative;
  }
  body.voice #main .voiceBox.pickUp .voiceInner {
    background-color: #faf6e9;
    margin-top: 0;
  }
  body.voice #main .voiceBox .voiceInner h2 {
    margin: 0 0 10px;
    font-size: 1.4rem;
    font-weight: bold;
    display: none;
  }
  body.voice #main .voiceBox .voiceInner h2 span {
    position: relative;
  }
  body.voice #main .voiceBox.pickUp h2 span {
    padding-right: 60px;
    display: none;
}
  }
  body.voice #main .voiceBox.pickUp h2 span:after {
    position: absolute;
    content: "Pick Up";
    padding: 2px 4px;
    color: #fff;
    background-color: #c5b790;
    font-size: 1.1rem;
    right: 0;
  }
  body.voice #main .voiceBox .voiceInner p {
    margin: 0 0 10px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  body.voice #main .voiceBox .voiceInner dl {
    display: -webkit-flex;
    display: flex;
    font-size: 1.4rem;
    font-weight: bold;
  }
  body.voice #main .voiceBox .voiceInner dl dt {
    margin-right: 5px;
  }
  body.voice #main .voiceBox .voiceInner dl dd {
    position: relative;
    margin: 0 0 0 10px;
    padding: 0;
  }
  body.voice #main .voiceBox .voiceInner dl dd:before {
    position: absolute;
    content: "/";
    left: -10px;
  }
  body.voice #main .voiceBox .review,
  body.voice #main .voiceBox .reply {
    margin: 0 auto 25px;
  }
  body.voice #main .voiceBox .review .reviewInner {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  body.voice #main .voiceBox .review h3,
  body.voice #main .voiceBox .reply h3 {
    font-size: 1.4rem;
    padding-bottom: 5px;
    border-bottom: 1px solid #c5b790;
  }
  body.voice #main .voiceBox .review dl {
    display: flex;
    justify-content: space-between;
    font-size: 1.4rem;
  }
  body.voice #main .voiceBox .review dl dt {
    margin: 0 5px 0 0;
    padding: 0;
  }
  body.voice #main .voiceBox .review dl dd {
    margin: 0;
    padding: 0;
    color: #b59e5c;
  }
  body.voice #main .voiceBox .reply p {
    margin: 0;
    font-size: 1.4rem;
    line-height: 1.71;
  }
  body.faq #content {
    display: block!important;
    overflow: hidden;
  }
  body.faq #sub {
    float: right!important;
  }
  body.faq #main {
    float: left!important;
  }
  body.faq #main .styleBox {
    margin: 0 auto 70px;
  }
  body.faq #main .styleBox .txtInfo {
    margin: 0 auto 2rem;
    width: 96%;
  }
  body.faq #main .styleBox .txtInfo h2 {
    margin: 0 auto 5px;
    font-size: 1.8rem;
    font-weight: bold;
  }
  body.faq #main .styleBox .txtInfo ul.sns {
    margin: 0 0 2rem auto;
    width: 35%;
    display: flex;
    justify-content: space-between;
  }
  body.faq #main .styleBox .txtInfo ul.sns li {
    width: 2.5rem;
  }
  body.faq #main .styleBox .txtInfo ul.sns li a {
    display: block;
  }
  body.faq #main .styleBox .txtInfo .box {
    margin: 0 auto 3rem;
  }
  body.faq #main .styleBox .txtInfo .box p.styleTitle {
    margin: 0 auto 2rem;
    padding: 0 0 0.5rem;
    font-size: 1.4rem;
    border-bottom: 1px solid #c5b790;
  }
  body.faq #main .styleBox .txtInfo .box dl {
    margin: 0 auto 0.5rem;
    width: 96%;
  }
  body.faq #main .styleBox .txtInfo .box dl dt {
    float: left;
    width: 30%;
    font-size: 1.4rem;
    font-weight: bold;
  }
  body.faq #main .styleBox .txtInfo .box dl dd {
    float: left;
    width: 50%;
    font-size: 1.4rem;
    text-align: left;
  }
  body.faq #main .styleBox .txtInfo .box ul li {
    margin: 0 1rem 0 0;
    font-size: 1.4rem;
  }
  body.faq #main .styleBox .visualInfo {
    margin: 0 auto;
    width: 96%;
  }
  body.faq #main .styleBox .visualInfo .photo {
    margin: 0 0 1rem;
  }
  body.faq #main .styleBox .visualInfo .photo img {
    width: 100%;
  }
  body.faq #main .styleBox .visualInfo .thumb ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  body.faq #main .styleBox .visualInfo .thumb ul li {
    width: 30%;
  }
  body.faq #main .sect .titleArea {
    margin: 0 auto 2rem;
    padding: 0 0 1rem;
    border-bottom: 1px solid #c5b790;
  }
  body.faq #main .sect .titleArea p {
    margin: 0;
    padding: 0 0 0.5rem;
    color: #333;
    font-weight: normal;
    font-family: 'Arapey', serif;
  }
  body.faq #main .sect .titleArea h3 span.jp {
    font-size: 2.2rem;
    font-weight: 300;
  }
  body.faq #main .sect .titleArea a {
    position: absolute;
    display: block;
    font-size: 1.6rem;
    color: #333;
    text-decoration: underline;
    bottom: 0;
    right: 0;
  }
  body.faq #main .sect .titleArea a span {
    padding-right: 1.2rem;
    background: url("/img/upload/default/icon_arrow.gif") no-repeat right;
  }
  body.faq #main .sect ul.wrapper {
    display: flex;
    margin: 0 auto;
    width: 90%;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  body.faq #main .sect ul.wrapper li {
    width: 43%;
  }
  body.faq #main .sect ul.wrapper li a.img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 1rem;
  }
  body.faq #main .sect ul.wrapper li a.txt h3 {
    margin: 0 0 10px;
    color: #b59e5c;
    font-size: 1.3rem;
    text-decoration: underline;
  }
  body.faq #main .sect ul.wrapper li a.txt p {
    color: #333;
    font-size: 1.3rem;
  }
  div.accordion {
    width: 100%;
  }
  div.accordion > ul > li > a {
    display: block;
    color: #fff;
    font-size: 1.4rem;
    text-decoration: none;
    background-color: #c5b790;
    border-bottom: 1px solid #fff;
    cursor: pointer;
    padding: 14px 32px 14px 12px;
    position: relative;
  }
  div.accordion > ul > li > a:hover{
    opacity: .6;
  }
  div.accordion > ul > li > a:after, div.accordion > ul > li > a.active:after{
    font-size: 8px;
    position: absolute;
    right: 12px;
    top: 16px;
    color: #fff;
  }
  div.accordion > ul > li > a:after{
    content: "▼";
  }
  div.accordion > ul > li > a.active:after{
    content: "▲";
  }
  div.accordion > ul > li > ul {
    display: none;
  }
  div.accordion > ul > li > ul > li {
    display: block;
    color: #333;
    font-size: 1.4rem;
    padding: 26px 12px 40px;
    position: relative;
    line-height: 2.2rem;
  }
  .pager {
    overflow: hidden;
    margin: 60px 0;
  }
  .pager ul {
      list-style: none;
      position: relative;
      left: 50%;
      float: left;
  }
  .pager ul li {
      margin: 0 1px;
      position: relative;
      left: -50%;
      float: left;
  }
  .pager ul li span, .pager ul li a {
      display: block;
      font-size: 16px;
      padding: 0.6em 1em;
      border-radius: 3px;
  }
  .pager ul li a {
      background: #EEE;
      color: #000;
      text-decoration: none;
  }
  .pager ul li a:hover {
      background: #b59e5c;
      color: #FFF;
  }
  body.gallery body.m #main  {
    margin: 0 auto 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  body.gallery #main  .txtInfo {
    width: 460px;
  }
  body.gallery #main  .txtInfo h2 {
    margin: 0 auto 5px;
    font-size: 1.8rem;
    font-weight: bold;
  }
  body.gallery #main  .txtInfo ul.sns {
    margin: 0 0 20px auto;
    width: 134px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  body.gallery #main  .txtInfo ul.sns li {
    width: 26px;
  }
  body.gallery #main  .txtInfo ul.sns li a {
    display: block;
  }
  body.gallery #main  .txtInfo .box {
    margin: 0 auto 30px;
  }
  body.gallery #main  .txtInfo .box p.styleTitle {
    margin: 0 auto 20px;
    padding: 0 0 3px;
    font-size: 1.4rem;
    border-bottom: 1px solid #c5b790;
  }
  body.gallery #main  .txtInfo .box dl {
    width: 460px;
    background: url("/img/upload/default/bg_line.png") no-repeat center;
  }
  body.gallery #main  .txtInfo .box dl dt {
    float: left;
    width: 200px;
    font-size: 1.4rem;
    font-weight: bold;
  }
  body.gallery #main  .txtInfo .box dl dd {
    float: left;
    margin-left: 170px;
    font-size: 1.4rem;
    text-align: left;
  }
  body.gallery #main  .txtInfo .box ul li {
    float: left;
    margin: 0 10px 0 0;
    font-size: 1.4rem;
  }
  body.gallery #main  .visualInfo {
    width: 240px;
  }
  body.gallery #main  .visualInfo .photo {
    margin: 0 0 20px;
    width: 240px;
  }
  body.gallery #main  .visualInfo .photo img {
    width: 100%;
  }
  body.gallery #main  .visualInfo .thumb ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  body.gallery #main  .visualInfo .thumb ul li {
    width: 30%;
  }
  body.gallery #main .commentArea {
    margin: 0 auto 50px;
    padding: 20px;
    background-color: #eee;
    width: 690px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  body.gallery #main .commentArea .img {
    width: 92px;
    text-align: center;
  }
  body.gallery #main .commentArea .img img {
    margin: 0 auto 10px;
  }
  body.gallery #main .commentArea .img a {
    color: #333;
    text-decoration: underline;
  }
  body.gallery #main .commentArea .txt {
    width: 580px;
  }
  body.gallery #main .commentArea .txt h4 {
    font-size: 1.4rem;
    font-weight: bold;
  }
  body.gallery #main .commentArea .txt p {
    margin: 0;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  body.gallery #main .couponArea {
    margin: 0 auto 50px;
    display: -webkit-flex;
    display: flex;
    position: relative;
    box-shadow: 0px 0px 15px;
    border: 1px solid #cfcfcf;
    background: url("/img/style/bg_coupon.png") repeat-y left;
  }
  body.gallery #main .couponArea h4 {
    padding: 80px 5px 0;
    width: 20px;
    font-size: 1.6rem;
    color: #fff;
  }
  body.gallery #main .couponArea .couponContent {
    padding: 20px;
    width: 660px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  body.gallery #main .couponArea .couponContent .img {
    width: 160px;
  }
  body.gallery #main .couponArea .couponContent .img img {
    margin: 0 auto 20px;
    width: 160px;
    height: 120px;
  }
  body.gallery #main .couponArea .couponContent .img p {
    font-size: 1.1rem;
  }
  body.gallery #main .couponArea .couponContent .img p span {
    font-weight: bold;
    margin-right: 5px;
  }
  body.gallery #main .couponArea .couponContent .txt {
    width: 480px;
  }
  body.gallery #main .couponArea .couponContent .txt h5 {
    margin: 0 auto 15px;
    font-size: 1.8rem;
  }
  body.gallery #main .couponArea .couponContent .txt ul {
    float: left;
  }
  body.gallery #main .couponArea .couponContent .txt ul li {
    float: left;
    margin-right: 10px;
    padding: 3px 10px;
    color: #fff;
    font-size: 1.1rem;
    background-color: #c5b790;
  }
  body.gallery #main .couponArea .couponContent .txt p.price {
    float: right;
    color: #da2c82;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .shoplist-title {
    font-weight: 600;
    font-size: 1.2rem;
  }
  .shoplist-right {
    text-align: right;
    color: #666;
    display: block;
  }
  body.gallery #main .couponArea .couponContent .txt p.couponDetail {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  body.gallery #main .couponArea .couponContent .txt .reserve {
    text-align: center;
  }
  body.gallery #main .couponArea .couponContent .txt a {
    display: block;
    padding: 12px 0;
    background-color: #bb1668;
    color: #fff;
    font-size: 1.8rem;
  }
  body.gallery #main .sect02 a {
    color: #b59e5c;
    font-size: 1.3rem;
    margin-right: 16px;
    line-height: 1.6;
  }
  body.gallery #main .sect02 .titleArea h3 {
    float: left;
    margin: 0;
    padding: 0 0 5px;
    color: #333;
    font-weight: normal;
  }
  body.gallery #main .sect02 .titleArea h3 span.en {
    font-size: 2.4rem;
    font-family: 'Arapey', serif;
  }
  body.gallery #main .sect02 .titleArea h3 span.jp {
    margin-left: 1em;
    font-size: 1.4rem;
  }
  body.gallery #main .sect02 .titleArea a {
    float: right;
    display: block;
    padding-top: 10px;
    font-size: 1.2rem;
    color: #333;
    text-decoration: underline;
  }
  body.gallery #main .sect02 .titleArea a span {
    padding-right: 12px;
    background: url("/img/upload/default/icon_arrow.gif") no-repeat right;
  }
  body.gallery #main .sect02 ul.wrapper {
    margin: 30px auto;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
  body.gallery #main .sect02 ul.wrapper li {
    width: 23%;
    margin-bottom: 40px;
    margin-right: 18px;
    display: inline-block;
    vertical-align: top;
    height: auto;
  }
  body.gallery #main .sect02 ul.wrapper li a.img {
    display: block;
    width: 172px;
    margin: 0 0 10px;
  }
  body.gallery #main .sect02 ul.wrapper li a.txt h3 {
    margin: 0 0 10px;
    color: #b59e5c;
    font-size: 1.3rem;
    text-decoration: underline;
  }
  body.gallery #main .sect02 ul.wrapper li a.txt p {
    color: #333;
    font-size: 1.2rem;
    margin-bottom: 6px;
  }
  body.gallery #main .sect02 ul.wrapper li:nth-child(4n) {
    margin-right: 0;
  }
  body.access #main  {
    margin: 50px auto 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  body.access .shopImg img {
    margin: 0 auto 60px;
    width: auto;
  }
  body.access section .shopdate .titleArea {
    margin: 0 auto 20px;
    border-bottom: 1px solid #c5b790;
  }
  body.access #main .shopdate {
    width: 1060px;
    margin: 0 auto 60px;
  }
  body.access #main .shopdate h3 {
    color: #333;
    font-size: 2.4rem;
    font-family: 'Arapey', serif;
    font-weight: normal;
    margin-bottom: 8px;
  }
  body.access #main .shopdate h3 span.en {
    padding: 0 0 0.5rem;
    font-size: 2.4rem;
    letter-spacing: .11em;
  }
  body.access #main .shopdate h3 span.jp {
    margin-left: 1em;
    font-size: 1.4rem;
    letter-spacing: .11em;
  }
  body.access #main .shopdate p {
    font-size: 1.4rem;
    line-height: 1.6;
    overflow: auto;
  }
  body.access #main .shopdate a {
    color: #b59e5c;
    text-decoration: none;
  }
  body.access #main .shopdate a:hover {
    color: #333;
    text-decoration: none;
  }
  body.access #main .shopdate td {
    padding: 15px 40px 15px 0;
    font-size: 1.4rem;
    line-height: 1.6;
    width: 100px;
    vertical-align: top;
  }
  body.access #main .shopdate td:nth-child(2n) {
    padding-right: 0;
    width: 960px;
  }
  body.access #main .shopdate table {
    margin-bottom: 20px;
    table-layout: fixed;
  }
  body.access #main .navTitle {
    font-weight: 700;
    font-size: 1.4rem;
    float: left;
    padding-right: 63px;
  }
  .ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  }
  .ggmap iframe, .ggmap object,　.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  }
  body.privacy #main section{
    margin: 50px auto 70px;
  }
  body.privacy section .shopdate {
    margin-bottom: 40px;
  }
  body.privacy section .shopdate .titleArea {
    margin: 0 auto 20px;
    border-bottom: 1px solid #c5b790;
  }
  body.privacy #main .shopdate h3 {
    color: #333;
    font-size: 2.2rem;
    font-family: 'Arapey', serif;
    font-weight: normal;
    margin-bottom: 8px;
  }
  body.privacy #main .shopdate ol{
    margin-left: -10px;
  }
  body.privacy #main .shopdate ol li {
    list-style: decimal;
    font-size: 1.3rem;
    line-height: 1.6;
    padding-bottom: 20px;
  }
  body.privacy #main .shopdate a {
    color: #b59e5c;
    text-decoration: none;
  }
  body.privacy #main .shopdate a:hover {
    color: #333;
    text-decoration: none;
  }
  body.privacy #main .shopdate td {
    padding: 10px 40px 0 0;
    font-size: 1.3rem;
    line-height: 1.6;
  }
  body.sitemap #main section{
    margin: 50px auto 70px;
  }
  body.sitemap section .shopdate .titleArea {
    margin: 0 auto 20px;
    border-bottom: 1px solid #c5b790;
  }
  .main_page_link li {
    line-height: 1.6;
    color: #333;
    font-size: 1.4rem;
    font-weight: normal;
    padding: 20px 0;
    border-bottom: 1px solid #c5b790;
  }
  .main_page_link li::before{
    content: "> ";
    display: inline;
  }
  .sublist {
    margin-top: 20px;
  }
  .sublist li {
    border-bottom: none;
  }
  body.sitemap #main .sublist {
    margin-left: 30px;
  }
  body.sitemap #main .shopdate ul a {
    text-decoration: underline;
    color: #333;
  }
  body.sitemap #main .shopdate a:hover {
    text-decoration: none;
  }
  .voiceInner a {
    color: #b59e5c;
    text-decoration: underline;
    font-size: 1.3rem;
  }
   {
    margin-top: 6px;
  }
  .lightbox-title {
    margin-top: 8px;
    line-height: 1.6;
    font-size: 1.4rem;
  }
  .lightbox-img {
    color: #333;
  }
  .hairMenu {
    font-size: 1.4rem;
  }
}
body.concept section.sect h2,
body.recruit section.sect h2,
body.company section.sect h2 {
  font-size: 1.6rem;
  line-height: 2;
}
body.concept section.sect p,
body.recruit section.sect p,
body.company section.sect p {
  font-size: 1.4rem;
  line-height: 1.8;
}
table.recruit,
table.company {
  font-size: 1.4rem;
  margin: 40px auto;
  margin-bottom: 25px;
  width: 100%;
}
table.recruit > tbody > tr > td,
table.company > tbody > tr > td {
  padding: 20px 10px;
}
table.recruit > tbody > tr > td:first-child,
table.company > tbody > tr > td:first-child {
  background: #f0f0f0;
}
table.recruit > tbody > tr > td:nth-child(2),
table.company > tbody > tr > td:nth-child(2) {
  background: #f9f9f9;
  line-height: 1.8;
}
table.recruit > tbody > tr:not(:last-child) > td,
table.company > tbody > tr:not(:last-child) > td {
  line-height: 1.8;
}
.recommend dd ul li {
  padding: 4px;
  height: auto;
}
@media only screen and (min-width: 1025px) {
    body.concept #main,
    body.company #main,
    body.recruit #main {
      margin: 50px auto 50px;
    }
    body.stylist #main .stylistBox .txtInfo .career dl,
    body.style #main .styleBox .txtInfo .box dl {
      width: 460px;
      background: none;
    }
    body.stylist #main .stylistBox .txtInfo .career dl dt {
      width: 200px;
    }
    body.style #main .styleBox .txtInfo .box dl dt {
      width: 120px;
    }
    body.stylist #main .stylistBox .txtInfo .career dl dd,
    body.style #main .styleBox .txtInfo .box dl dd {
      margin-left: 0;
    }
    body.style #main .styleBox .visualInfo .photo {
      height: auto;
    }
    body.access #main section {
      margin: 0 auto;
    }
}
body.shoplist #main .sect02 .titleArea {
  margin: 0 auto 20px;
  border-bottom: 1px solid #c5b790;
}
body.shoplist #main .sect02 .titleArea h3{
  font-size: 1.8rem;
  margin-bottom: 10px;
}
body.reservation section.sect .titleArea {
  margin: 0 auto 1rem;
  padding: 0 0 1rem;
  border-bottom: 1px solid #c5b790;
}
body.reservation section.sect .titleArea h3 {
  margin: 0;
  padding: 0 0 5px;
  color: #333;
  font-weight: normal;
}
body.reservation section.sect .titleArea h3 span.en {
  font-size: 2.2rem;
  font-family: 'Arapey', serif;
}
body.reservation section.sect .titleArea h3 span.jp {
  margin-left: .4em;
    font-size: 1.2rem;
  }
body.reservation section.sect ul {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 0;
  font-size: 0;
  }
body.reservation section.sect li {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  margin: 12px 0;
  padding-bottom: 6px;
  font-size: 1.2rem;
  box-sizing: border-box;
  }
body.reservation section.sect li div.reserv-img {
  display: table-cell;
  vertical-align: top;
  width: 40%;
  box-sizing: border-box;
  }
body.reservation section.sect li div.reserv-img img,
body.reservation section.sect li div.reserv-text p.reserv-btn img {
  width: 100%;
  vertical-align: bottom;
  }
body.reservation section.sect li div.reserv-text {
  display: table-cell;
  vertical-align: top;
  width: 60%;
  padding: 0 12px;
  box-sizing: border-box;
  }
body.reservation section.sect li div.reserv-text p.salon-name {
  font-weight: bold;
  }
body.reservation section.sect li div.reserv-text p.salon-tell a {
  text-decoration: underline;
  font-size: 1.4rem;
  letter-spacing: 1px;
  color: #c5b790;
  }
body.reservation section.sect li div.reserv-text p.reserv-btn {
  width: 150px;
  border: solid 1px #8f3255;
  }
@media only screen and (max-width: 1024px) {
body.reservation section.sect .titleArea {
    margin: 0 auto 1rem;
    padding: 0 0 1rem;
    border-bottom: 1px solid #c5b790;
  }
body.reservation section.sect .titleArea h3 {
    margin: 0;
    padding: 0 0 5px;
    color: #333;
    font-weight: normal;
  }
body.reservation section.sect .titleArea h3 span.en {
    font-size: 2.2rem;
    font-family: 'Arapey', serif;
  }
body.reservation section.sect .titleArea h3 span.jp {
  margin-left: .4em;
    font-size: 1.2rem;
  }
body.reservation section.sect ul {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 0;
  font-size: 0;
  }
body.reservation section.sect li {
  width: 100%;
  display: block;
  vertical-align: top;
  margin: 12px 0;
  font-size: 1.2rem;
  border-bottom: dotted 1px #999;
  box-sizing: border-box;
  }
body.reservation section.sect li div.reserv-img {
  display: table-cell;
  vertical-align: top;
  width: 40%;
  max-width: 180px;
  box-sizing: border-box;
  }
body.reservation section.sect li div.reserv-img img,
body.reservation section.sect li div.reserv-text p.reserv-btn img {
  width: 100%;
  vertical-align: bottom;
  }
body.reservation section.sect li div.reserv-text {
  display: table-cell;
  vertical-align: top;
  width: 60%;
  padding: 0 12px;
  box-sizing: border-box;
  }
body.reservation section.sect li div.reserv-text p.salon-name {
  font-weight: bold;
  }
body.reservation section.sect li div.reserv-text p.salon-tell a {
  text-decoration: underline;
  font-size: 1.4rem;
  letter-spacing: 1px;
  color: #c5b790;
  }
body.reservation section.sect li div.reserv-text p.reserv-btn {
  width: 100px;
  border: solid 1px #8f3255;
  }
}
.style-arrange-point {
    font-size: 1.4rem;
    margin-top: 40px;
}
.style-arrenge-point-title {
    margin: 0 auto 2rem;
    padding: 0 0 0.5rem;
    font-size: 1.4rem;
    border-bottom: 1px solid #c5b790;
}
.style-arrenge-point-text {
    line-height: 1.6;
    font-size: 1.4rem;
}
@media screen and (max-width: 1024px) {
  header #headerInner .logoArea a.logo {
    width: 160px;
  }
}

.Nav {
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .Nav {
  position: relative;
  border-top:none;
  }
}
.Nav .navbtn {
  display: none;
}
@media screen and (max-width: 1024px) {
  .Nav .navbtn {
    display: block;
    position: absolute;
    top: -60px;
    right: 10px;
  }
  .Nav .navbtn a,
  .Nav .navbtn a.close {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    background-color: #c5b790;
  }
  .Nav .navbtn a::before,
  .Nav .navbtn a.close::before {
    position: absolute;
    top:10px;
    left:10px;
    content:"";
    width: 20px;
    height: 1px;
    background-color: #FFF;
   transition: .2s;
  }
  .Nav .navbtn a.open::before {
    top:20px;
    transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  }
  .Nav .navbtn a::after,
  .Nav .navbtn a.close::after {
    position: absolute;
    bottom:10px;
    left:10px;
    content:"";
    width: 20px;
    height: 1px;
    background-color: #FFF;
    transition: .2s;
  }
  .Nav .navbtn a.open::after {
    bottom:19px;
    transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  }
  .Nav .navbtn a.open {
  }
  .Nav .navbtn a span {
    display: block;
    overflow: hidden;
    width: 1px;
    height: 1px;
  }
  .Nav .navbtn a span::after,
  .Nav .navbtn a.close span::after {
    position: absolute;
    top:20px;
    left:10px;
    content:"";
    width: 20px;
    height: 1px;
    background-color: #FFF;
  }
  .Nav .navbtn a.open span::after {
    display: none;
  }
}
.Nav ul.close {
  display: none;
  border-top: solid 1px #F5F4F0;
}
.Nav > ul {
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .Nav > ul {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background-color: #FFF;
    text-align: left;
  }
}
.Nav > ul > li {
  position: relative;
  font-size: 15px;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .Nav > ul > li {
    display: block;
    border-bottom: solid 1px #dddddd;
  }
}
.Nav > ul > li a {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 19px 15px;
  font-size: 1.3rem;
  color: #333;
  background-color: #fff;
  z-index: 2;
  font-family: 'Arapey', serif;
  letter-spacing: 0.16em;
}
.Nav > ul > li.parent > a {
  padding-right:25px;
}
.Nav > ul > li.parent > a::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 8px;
    width: 6px;
    height: 6px;
    margin: -6px 0 0 0;
    border-top: solid 1px #666;
    border-right: solid 1px #666;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
@media screen and (max-width: 1024px) {
  .Nav > ul > li.parent.open > a::before {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
  }
  .Nav > ul > li.parent.open {
    border-bottom: none;
  }
  .Nav > ul > li.parent.open > a{
    color: #FFF;
  }
  .Nav > ul > li.parent.open > a::after {
  background: #333;
  -webkit-transform: scale(1);
  transform: scale(1);
  }
  .Nav > ul > li.parent.open > a {
    color: #FFF;
  }
}
.Nav > ul > li a:hover {
  color: #c5b790;
}
.Nav > ul > li a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.Nav > ul > li a,
.Nav > ul > li a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.Nav > ul > li a::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}
.Nav > ul > li a:hover::after {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.Nav > ul > li > ul {
  display: none;
  position: absolute;
  top: 52px;
  left: 0;
  width: auto;
  z-index: 9;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .Nav > ul > li > ul {
    background-color: #fbfbfb;
    position: static;
  }
}
.Nav > ul > li > ul li {
  white-space: nowrap;
}
.Nav > ul > li > ul li a {
  position: relative;
  padding: 12px 27px 12px 27px;
}
@media screen and (max-width: 1024px) {
  .Nav > ul > li > ul li a {
    border-bottom: solid 1px #dddddd;
    background-color: #EEE;
  }
}
.Nav > ul > li > ul li a::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 5px;
  height: 5px;
  margin: -4px 0 0 0;
  border-top: solid 1px #666;
  border-right: solid 1px #666;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.Nav > ul > li > ul li a:hover {
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .Nav > ul > li > ul li a:hover {
    background-color: #FFF;
  }
  .nav_pcnone {
    display: none !important;
  }
}
.Nav > ul > li > ul li ul li a {
  padding-left: 42px;
}
.Nav > ul > li > ul li ul li a::before {
    left: 20px;
}
@media screen and (min-width: 1025px) {
.nav_pcnone {
    display: none !important;
 }
}



#mv_youtube {
  height: 720px;
  overflow: hidden;
  margin-bottom: 90px;
  z-index: 0 !important;
}
.mv_youtube_inner {
  position: relative;
  margin: 0 auto;
  width: 1280px;
}

@media screen and (max-width: 1280px){
  .mv_youtube_inner {
    width: 100%;
  }
}

@media screen and (max-width: 768px){
  #tubular-container iframe {
    width: 768px !important;
    left: 0 !important;
    height: 432px !important;
  }

  #mv_youtube {
    margin-bottom: 40px;
    height: 432px !important;
  }
}

@media screen and (max-width: 375px){
  #tubular-container {
    height: 211px !important;
  }
  #tubular-container iframe {
    width: 375px !important;
    left: 0 !important;
    height: 100% !important;
  }

  #mv_youtube {
    height: 100% !important;
  }
}


/*=================================================
	20220714 add style for form SUGAWARA
=================================================*/

body.contact #main input[type="checkbox"],
body.contact #main input[type="radio"] {
    display: inline-block;
    width: auto !important;
    margin-right: 6px;
    vertical-align: -0.1em;
    }

/* radio及びcheckを設置する際は管理画面からclassを指定*/
body.contact #main .checkbox label,
body.contact #main .radio label {
    display: inline-block;
    margin: 6px 24px 6px 0;
    cursor: pointer;
    }

body.contact #main select {
    padding: 6px;
    border-color: #e1e1e1;
    }
