@charset "UTF-8";
/* breakpoint */
/* ============================================ */
.pc-only {
  display: block !important;
}

.sp-only {
  display: none !important;
}

@media only screen and (max-width: 479px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
}
/* #PAGE STYLES */
#preloader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 999999;
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../../images/preload.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}

/* #Navigation
================================================== */
#menu-wrap {
  position: fixed;
  padding-bottom: 10px;
  width: 100%;
  z-index: 100000;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
}

.menu-back {
  background: rgba(245, 245, 245, 0);
}

.cbp-af-header {
  transition: all 0.5s ease-out;
}
.cbp-af-header.cbp-af-header-shrink {
  background: whitesmoke;
}
.cbp-af-header.cbp-af-header-shrink .logo {
  width: 150px;
  height: 60px;
  background: url("../../images/logo.svg") no-repeat center center;
  background-size: 150px 60px;
  transition: all 0.5s ease-out;
}
.cbp-af-header.cbp-af-header-shrink ul.slimmenu {
  margin-top: 13px;
  margin-bottom: 0;
  transition: all 0.5s ease-out;
}
.cbp-af-header.cbp-af-header-shrink ul.slimmenu li {
  background: url("../../images/line.png") 0 10px no-repeat;
  background-size: 17px 17px;
  padding-left: 25px;
}
.cbp-af-header.cbp-af-header-shrink ul.slimmenu li a {
  color: #000;
}
.cbp-af-header.cbp-af-header-shrink ul.slimmenu li a:hover {
  border-bottom: 1px solid black;
}
.cbp-af-header.cbp-af-header-shrink ul.slimmenu li:first-child {
  background: none;
}
.cbp-af-header.cbp-af-header-shrink ul.slimmenu li ul {
  background: whitesmoke;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.cbp-af-header.cbp-af-header-shrink ul.slimmenu li ul li {
  background: none;
  padding-left: 0;
}
.cbp-af-header.cbp-af-header-shrink ul.slimmenu li ul li:first-child {
  background: none;
}
@media screen and (min-width: 800px) and (max-width: 960px) {
  .cbp-af-header.cbp-af-header-shrink ul.slimmenu {
    margin-left: 100px;
  }
}

.bannerText-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: auto;
  z-index: 2000;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px 30px;
  text-align: center;
  line-height: 2;
}
.bannerText-box h2 {
  font-family: "Shippori Mincho", serif;
  color: #fff;
  font-size: 40px;
  font-weight: 900;
}
.bannerText-box span {
  font-family: "Shippori Mincho", serif;
  font-size: 22px;
  color: #fff;
  margin-top: 20px;
}
@media (max-width: 479px) {
  .bannerText-box {
    width: 70%;
    padding: 20px 15px;
    word-break: keep-all;
  }
  .bannerText-box h2 {
    font-size: 30px;
  }
  .bannerText-box span {
    font-size: 18px;
  }
}

.logo {
  position: absolute;
  width: 150px;
  height: 60px;
  z-index: 10000;
  left: 20px;
  top: 10px;
  background: url("../../images/logo.svg") no-repeat center center;
  background-size: 150px 60px;
}

.menu-collapser {
  position: relative;
  width: 100%;
  height: 70px;
  line-height: 48px;
  font-size: 16px;
  padding: 0 8px;
  box-sizing: border-box;
}

.collapse-button {
  position: absolute;
  right: 8px;
  top: 50%;
  width: 40px;
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  border-style: solid;
  border-width: 1px;
  color: #000;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
  padding: 7px 10px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  box-sizing: border-box;
}
.collapse-button:hover, .collapse-button:focus {
  background-image: none;
  background-color: #040404;
  color: #FFF;
}
.collapse-button .icon-bar {
  background-color: #fff;
  border-radius: 1px 1px 1px 1px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  display: block;
  height: 2px;
  width: 18px;
  margin: 2px 0;
}

ul.slimmenu {
  padding-right: 10px;
  text-align: right;
  margin-top: 13px;
  margin-bottom: 10px;
}
ul.slimmenu li {
  position: relative;
  display: inline-block;
  background: url("../../images/line.png") 0 10px no-repeat;
  background-size: 17px 17px;
  padding-left: 25px;
}
ul.slimmenu li a {
  display: block;
  color: #181818;
  padding: 10px 0px;
  cursor: pointer;
  margin: 0px 12px;
  font-weight: 300;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  font-size: 13px;
  transition: all 300ms linear;
}
ul.slimmenu li a:hover {
  border-bottom: 1px solid #333;
  text-decoration: none;
}
ul.slimmenu li:first-child {
  background: none;
}
ul.slimmenu li .sub-collapser {
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 100%;
  z-index: 999;
  cursor: pointer;
}
ul.slimmenu li .sub-collapser:before, ul.slimmenu li .sub-collapser > i {
  display: none;
}
ul.slimmenu li ul {
  margin: 0;
  list-style-type: none;
}
ul.slimmenu li ul a {
  font-size: 10px;
}
ul.slimmenu li ul li {
  background: none;
  padding-left: 0;
}
ul.slimmenu li ul li:first-child {
  background: none;
}
ul.slimmenu li > ul {
  display: none;
  position: absolute;
  text-align: left;
  left: 0;
  top: 100%;
  z-index: 999;
  width: 200%;
}
ul.slimmenu li > ul > li ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 999;
  width: 100%;
}
ul.slimmenu > li:first-child {
  border-left: 0;
}
ul.slimmenu > li:last-child {
  margin-right: 0;
}
ul.slimmenu.collapsed {
  padding: 0;
  margin: 0;
  background: #f5f5f5;
}
ul.slimmenu.collapsed li {
  display: block;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
ul.slimmenu.collapsed li a {
  display: block;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}
ul.slimmenu.collapsed li .sub-collapser {
  height: 40px;
}
ul.slimmenu.collapsed li > ul {
  display: none;
  position: static;
}

/* #Home
================================================== */
#home {
  position: relative;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  z-index: 2;
}

.just_pattern {
  background-image: url(../../images/pattern.png);
  position: absolute;
  opacity: 0.9;
  left: 0px;
  top: 0px;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

/* #Video
================================================== */
.rotator {
  z-index: 100;
}

.slidecontent {
  position: absolute;
  top: 47%;
  width: 100%;
  margin-top: -50px;
  text-align: center;
  z-index: 2000;
}
.slidecontent h1 {
  text-shadow: 0 0 25px rgba(0, 0, 0, 0.6);
  font-family: "Shippori Mincho", serif;
  font-size: 60px;
  margin-top: 40px;
  color: #fff;
  padding: 0;
  line-height: 60px;
  z-index: 2000;
}
.slidecontent h1 span {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(0, 0, 0, 0.4);
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  z-index: 2000;
}
.slidecontent h1 span span {
  border: none;
  color: #773a91;
  background: transparent;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: none;
  z-index: 2000;
}
.slidecontent .headersur {
  font-size: 20px;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  color: #fff;
  display: block;
  z-index: 2000;
  font-family: "Shippori Mincho", serif;
}

/* #About
================================================== */
#about {
  position: relative;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  z-index: 2;
  padding-top: 70px;
  padding-bottom: 100px;
}
#about h5 {
  text-align: left;
  padding-bottom: 20px;
}
#about h6 {
  text-align: left;
  padding-bottom: 20px;
}

.top-text {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 40px;
}

.subline {
  position: relative;
  width: 80px;
  margin: 0 auto;
  text-align: center;
}

.top-subtext {
  position: relative;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  opacity: 0.8;
  padding-top: 25px;
}

.subtext {
  text-align: left;
  padding-bottom: 25px;
  font-size: 16px;
  line-height: 26px;
}

.line-separator {
  position: relative;
  width: 100%;
  border-bottom: 1px dashed rgba(60, 60, 60, 0.1);
  margin-bottom: 30px;
  padding-bottom: 30px;
}

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

.elasticstack {
  position: relative;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 0;
  width: 340px;
  height: 310px;
  list-style: none;
  -webkit-perspective: 1000px;
  -webkit-perspective-origin: 50% 150%;
  perspective: 1000px;
  perspective-origin: 50% 150%;
  z-index: 100;
}

.no-js .elasticstack {
  max-width: 1090px;
  width: 100%;
  height: auto;
  text-align: center;
}

.elasticstack li {
  position: absolute;
  z-index: 1;
  width: 340px;
  height: 310px;
  border-width: 10px 10px 40px 10px;
  border-style: solid;
  border-color: #fff;
  box-shadow: 0 10px 7px -7px rgba(0, 0, 0, 0.12), 0 0 4px rgba(0, 0, 0, 0.1);
  opacity: 0;
  cursor: pointer;
  transform: translate3d(0, 0, -180px);
  transform-style: preserve-3d;
}

.no-js .elasticstack li {
  position: relative;
  display: inline-block;
  opacity: 1;
  margin: 10px;
  cursor: default;
  transform: translate3d(0, 0, 0);
}

.elasticstack li img {
  display: block;
  width: 320px;
  height: 260px;
}
.elasticstack li h4 {
  margin-top: 5px;
  color: rgba(60, 60, 60, 0.6);
  font-family: "Bad Script", cursive;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
}
.elasticstack li.animate {
  transition: all 0.3s ease-out;
}
.elasticstack li.move-back {
  /* http://matthewlein.com/ceaser/ */
  /* older webkit */
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.47, 1.515);
}

/* #gallery Top
================================================== */
#galleryTop {
  position: relative;
  width: 100%;
  background: #f0f0f0;
  z-index: 2;
  padding-top: 70px;
  padding-bottom: 100px;
}
#galleryTop .button-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  padding: 30px 0 0;
}
#galleryTop .button-wrapper a {
  padding: 10px 50px;
  font-size: 16px;
  font-family: "Shippori Mincho", serif;
  color: #fff;
  border-radius: 20px;
  background: #773a91;
  transition: 0.3s;
}
#galleryTop .button-wrapper a:hover {
  background: #b34bdf;
  transition: 0.3s;
}

.galleryTop-mem {
  position: relative;
  width: 100%;
}
.galleryTop-mem img {
  width: 100%;
  height: auto;
  display: block;
}
.galleryTop-mem .btn-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 0;
  z-index: 1;
  text-align: center;
}
.galleryTop-mem .btn-wrap a {
  background-color: rgba(119, 58, 145, 0.7);
  font-family: "Shippori Mincho", serif;
  font-size: 22px;
  color: #fff;
  padding: 20px 30px;
  transition: 0.3s;
}
.galleryTop-mem .btn-wrap a:hover {
  background-color: rgba(255, 255, 255, 0.7);
  color: #333;
}
.galleryTop-mem h6 {
  padding-top: 10px;
  margin-bottom: 10px;
}
.galleryTop-mem p {
  text-align: center;
  font-size: 80%;
}
.galleryTop-mem span {
  padding-top: 5px;
}

.galleryTop-mask {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.galleryTop-mask .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: -100%;
  z-index: 1;
  background: gainsboro;
  transition: all 300ms linear;
}
.galleryTop-mask:hover .mask {
  right: 0;
}
.galleryTop-mask h3 {
  position: absolute;
  width: 100%;
  top: -50%;
  margin-top: -30px;
  font-family: "OpenSans-Light-webfont";
  font-size: 26px;
  line-height: 26px;
  text-align: center;
  font-weight: normal;
  color: #615c5c;
  z-index: 5;
  transition: all 300ms linear;
}
.galleryTop-mask:hover h3 {
  top: 50%;
}
.galleryTop-mask h4 {
  position: absolute;
  width: 100%;
  bottom: -50%;
  margin-bottom: -30px;
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  line-height: 26px;
  text-align: center;
  font-weight: 700;
  color: #615c5c;
  z-index: 5;
  transition: all 300ms linear;
}
.galleryTop-mask:hover h4 {
  bottom: 50%;
}

#sep {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
}
#sep h4 {
  color: #fff;
  text-transform: none;
  line-height: 40px;
  padding-bottom: 30px;
  text-shadow: 1px 0 5px #000;
  font-weight: normal;
}
#sep h6 {
  text-align: right;
  color: #fff;
}

.background-grid {
  position: absolute;
  background: url("../../images/pattern.png");
  width: 100%;
  height: 100%;
  opacity: 0.8;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  z-index: 0;
}

.parallax {
  background: url("../../images/parallax/1.jpg") repeat fixed;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
}

@media only screen and (min-width: 1930px) {
  .parallax {
    background-size: cover;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .parallax {
    background-size: cover;
    background-attachment: scroll;
    background-position: top center !important;
  }
}
@media only screen and (max-width: 959px) {
  .parallax {
    background-size: cover;
    background-attachment: scroll;
    background-position: top center !important;
  }
}
/*Portfolio------------------------------------------*/
.project-title {
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 7px;
}

.project-description {
  color: #868991;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 20px 0;
}

.columns .overlay-content.loupe {
  width: 34px;
  height: 34px;
  background: url(../../images/loupe.png) 0px 0px no-repeat;
  position: absolute;
  top: 22%;
  margin: -17px 0 0 -17px;
  left: 50%;
  z-index: 10;
}

.option-set {
  margin-left: 8px;
  margin-bottom: 36px;
}
.option-set li {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  text-transform: uppercase;
  font-size: 11px;
}
.option-set i {
  color: #868991;
}
.option-set li a {
  color: #868991;
  text-decoration: none;
  font-weight: 600;
}
.option-set li a.selected, .option-set li a:hover {
  color: #a5ad25;
}

/* #Works
================================================== */
#works {
  position: relative;
  width: 100%;
  z-index: 2;
  padding-top: 70px;
}

.photostack {
  background: url("../../images/wood.png");
  position: relative;
  text-align: center;
  overflow: hidden;
  margin-top: 10px;
}

.js .photostack {
  height: 580px;
}

.photostack-start {
  cursor: pointer;
}

/* Wrapper and figures */
/* The size of this wrapper can be smaller if the items should not be scattered across the whole container */
.photostack > div {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.photostack figure {
  width: 320px;
  height: 360px;
  position: relative;
  display: inline-block;
  background: #fff;
  text-align: center;
  margin: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.photostack figure img {
  padding: 40px;
  width: 240px;
  height: 240px;
}

.js .photostack figure {
  position: absolute;
  display: block;
  margin: 0;
}

.photostack figcaption h2 {
  margin: 65px 0 0 0;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: rgba(60, 60, 60, 0.6);
  font-size: 16px;
  line-height: 20px;
}

.photostack-img {
  outline: none;
  display: block;
  width: 240px;
  height: 240px;
  background: #f9f9f9;
}

.photostack-back {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 1000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.photostack-back h6 {
  font-family: "Montserrat", sans-serif;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
  text-align: left;
  margin: 0;
}
.photostack-back h5 {
  font-family: "OpenSans-Light-webfont";
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 10px;
  color: #827b7d;
  opacity: 0.7;
  text-align: left;
  font-size: 15px;
  line-height: 24px;
  margin: 0;
}
.photostack-back p {
  font-family: "OpenSans-Light-webfont";
  padding-left: 30px;
  padding-right: 30px;
  color: #827b7d;
  text-align: left;
  font-size: 15px;
  line-height: 24px;
  margin: 0;
}
.photostack-back a {
  font-family: "OpenSans-Light-webfont";
  padding-left: 20px;
  padding-right: 20px;
  width: 120px;
  border: 1px solid rgba(60, 60, 60, 0.4);
  color: #827b7d;
  text-align: left;
  font-size: 15px;
  line-height: 24px;
  z-index: 60;
  margin-left: 20px;
}
.photostack-back p span {
  text-decoration: line-through;
}

/* Navigation dots */
.photostack nav {
  position: absolute;
  width: 100%;
  bottom: 30px;
  z-index: 90;
  text-align: center;
  left: 0;
  transition: opacity 0.3s;
}

.photostack-start nav {
  opacity: 0;
}

.photostack nav span {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: #aaa;
  border-radius: 50%;
  text-align: center;
  transition: transform 0.6s ease-in-out, background 0.3s;
  transform: scale(0.48);
}
.photostack nav span:last-child {
  margin-right: 0;
}
.photostack nav span::after {
  content: "\e600";
  font-family: "icons";
  font-size: 80%;
  display: inline-block;
  vertical-align: top;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 30px;
  color: #fff;
  opacity: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.photostack nav span.current {
  background: #888;
  transform: scale(1);
}
.photostack nav span.current.flip {
  transform: scale(1) rotateY(-180deg) translateZ(-1px);
  background: #555;
}
.photostack nav span.flippable::after {
  opacity: 1;
  transition-delay: 0.4s;
}

/* Overlays */
/* Initial overlay on photostack container */
.js .photostack::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 100;
  transition: opacity 0.3s, visibility 0s 0.3s;
}
.js .photostack-start::before {
  transition: opacity 0.3s;
}
.js .photostack::after {
  content: "View Gallery";
  font-weight: 400;
  position: absolute;
  border: 3px solid #fff;
  text-align: center;
  white-space: nowrap;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 10px 20px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  z-index: 101;
}
.js .photostack::before, .js .photostack::after {
  opacity: 0;
  visibility: hidden;
}
.js .photostack-start::before, .js .photostack-start:hover::after {
  opacity: 1;
  visibility: visible;
}

/* Button on photostack container */
.touch .photostack-start::after {
  opacity: 1;
  visibility: visible;
}

/* Overlay on figure */
.photostack figure::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: visible;
  opacity: 1;
  background: rgba(0, 0, 0, 0.05);
  transition: opacity 0.6s;
}

/* Hide figure overlay when it becomes current */
figure.photostack-current::after {
  transition: opacity 0.6s, visibility 0s 0.6s;
  opacity: 0;
  visibility: hidden;
}

/* Special classes for transitions and perspective */
.photostack-transition figure {
  transition: transform 0.6s ease-in-out;
}

.photostack-perspective {
  perspective: 1800px;
}
.photostack-perspective > div {
  transform-style: preserve-3d;
}
.photostack-perspective figure {
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.photostack-perspective figure div {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.photostack-perspective figure.photostack-flip {
  transform-origin: 0% 50%;
}

.csstransformspreserve3d figure.photostack-flip .photostack-back {
  transform: rotateY(180deg);
  display: block;
}

.no-csstransformspreserve3d figure.photostack-showback .photostack-back {
  display: block;
}

/* The no-JS fallback look does not need to be boring ;) */
.no-js .photostack figure {
  box-shadow: -2px 2px 0 rgba(0, 0, 0, 0.05);
}
.no-js .photostack figure::after {
  display: none;
}
.no-js .photostack figure:nth-child(3n) {
  transform: translateX(-10%) rotate(5deg);
}
.no-js .photostack figure:nth-child(3n-2) {
  transform: translateY(10%) rotate(-3deg);
}

#action {
  position: relative;
  width: 100%;
  background: #773a91;
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 2;
  transition: all 0.3s ease-out;
}
#action:hover {
  background: #fff;
}
#action h6 {
  color: #fff;
  transition: all 0.3s ease-out;
}
#action p {
  color: #fff;
  padding-top: 15px;
  text-align: center;
  transition: all 0.3s ease-out;
}
#action:hover h6 {
  color: #615c5c;
}
#action:hover p {
  color: #827b7d;
}
#action span {
  padding-top: 8px;
}

#sep1 {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
}

.parallax1 {
  background: url("../../images/parallax/2.jpg") repeat fixed;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
}

@media only screen and (min-width: 1930px) {
  .parallax1 {
    background-size: cover;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .parallax1 {
    background-size: cover;
    background-attachment: scroll;
    background-position: top center !important;
  }
}
@media only screen and (max-width: 959px) {
  .parallax1 {
    background-size: cover;
    background-attachment: scroll;
    background-position: top center !important;
  }
}
#facts {
  position: relative;
  width: 100%;
  z-index: 2;
}
#facts h3 {
  color: #fff;
}

.facts-wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.facts-wrap h6 {
  padding-top: 15px;
  color: #fff;
}

.facts-line {
  position: absolute;
  width: 1px;
  background: #fff;
  opacity: 0.7;
  right: -10px;
  top: 30px;
  bottom: 30px;
  z-index: 20;
}

.facts-wrap-num {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 80px;
  line-height: 80px;
  text-shadow: 0px -2px 0px rgba(51, 51, 51, 0.3), 0px 2px 3px rgba(102, 102, 102, 0.3);
  width: 100%;
  text-align: center;
  opacity: 0.8;
}

/* #Services
================================================== */
#services {
  position: relative;
  width: 100%;
  background: #f0f0f0;
  z-index: 2;
  padding-top: 70px;
  padding-bottom: 100px;
}
#services .icon {
  display: flex;
  justify-content: center;
  font-size: 70px;
  color: #773a91;
  margin-bottom: 15px;
}

/* #faq
================================================== */
#faq {
  position: relative;
  width: 100%;
  background: #f0f0f0;
  z-index: 2;
  padding-top: 70px;
  padding-bottom: 100px;
}
#faq .faq-wrap {
  justify-content: start;
}
#faq .faq-wrap li.faqitem {
  float: left;
  width: 100%;
  color: #333;
  margin-bottom: 15px;
  border-bottom: 1px solid #773a91;
  cursor: pointer;
}
#faq .faq-wrap li.faqitem .header {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  font-size: 18px;
  padding: 10px 0;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
}
#faq .faq-wrap li.faqitem .header:before {
  padding: 6px 5px 0 0;
  content: "\f055";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
#faq .faq-wrap li.faqitem .content {
  display: block;
  display: none;
  padding: 15px;
  background: #fff;
  font-size: 16px;
}
#faq .icon {
  display: flex;
  justify-content: center;
  font-size: 70px;
  color: #773a91;
  margin-bottom: 15px;
}

#sep1 {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
}
#sep1 h4 {
  color: #fff;
  font-size: 22px;
  text-transform: none;
  line-height: 40px;
  font-weight: normal;
}
#sep1 h6 {
  text-align: center;
}
#sep1 h6 span {
  font-size: 80%;
  color: #fff;
  font-style: italic;
}

.parallax2 {
  background: url("../../images/parallax/3.jpg") repeat fixed;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
}

@media only screen and (min-width: 1930px) {
  .parallax2 {
    background-size: cover;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .parallax2 {
    background-size: cover;
    background-attachment: scroll;
    background-position: top center !important;
  }
}
@media only screen and (max-width: 959px) {
  .parallax2 {
    background-size: cover;
    background-attachment: scroll;
    background-position: top center !important;
  }
}
/* #news
================================================== */
#news {
  position: relative;
  width: 100%;
  z-index: 2;
  padding-top: 70px;
  padding-bottom: 100px;
}
#news .button-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  padding: 30px 0 0;
}
#news .button-wrapper a {
  padding: 10px 50px;
  font-size: 16px;
  font-family: "Shippori Mincho", serif;
  color: #fff;
  border-radius: 20px;
  background: #773a91;
  transition: 0.3s;
}
#news .button-wrapper a:hover {
  background: #b34bdf;
  transition: 0.3s;
}

.news-post {
  position: relative;
  background: #f0f0f0;
  z-index: 2;
  padding: 30px;
}
.news-post h6 {
  text-align: left;
  padding-bottom: 20px;
}
.news-post p {
  text-align: left;
  margin-top: 10px;
  padding-left: 10px;
}
.news-post p span {
  text-transform: uppercase;
  color: #000;
  font-size: 14px;
  line-height: 14px;
  vertical-align: bottom;
}
.news-post a p {
  text-align: right;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 12px;
  transition: all 300ms linear;
}
.news-post a p:hover {
  color: #615c5c;
}
.news-post img {
  width: 100%;
  height: auto;
  display: block;
}

#news-mas {
  position: relative;
}

/* #gallery-wrap
================================================== */
#gallery-wrap {
  position: relative;
  width: 100%;
  z-index: 2;
  background: #fafafa;
  padding-top: 50px;
  padding-bottom: 80px;
}
#gallery-wrap .gallery-tab {
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 100px;
}
#gallery-wrap .gallery-tab li {
  list-style: none;
  display: inline-block;
  font-family: "Shippori Mincho", serif;
  margin: auto;
  font-size: 22px;
  font-weight: 500;
  padding: 0 20px;
  margin-bottom: 20px;
  text-align: center;
}
#gallery-wrap .gallery-tab li span {
  display: block;
  font-size: 11px;
}
#gallery-wrap .gallery-tab li a {
  color: #773a91;
}
#gallery-wrap .tabbox {
  display: none;
}
#gallery-wrap .item-body {
  width: 100%;
}
#gallery-wrap .item-body h2 {
  font-family: "Shippori Mincho", serif;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 5px;
  margin-bottom: 15px;
}
#gallery-wrap .item-body h2 span {
  display: block;
  font-size: 12px;
  letter-spacing: 2px;
}
#gallery-wrap .item-body ul.list-wrap li.item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
#gallery-wrap .item-body ul.list-wrap li.item .images {
  width: 200px;
  height: 200px;
  background: #ccc;
  margin-bottom: 2px;
}
#gallery-wrap .item-body ul.list-wrap li.item .images img {
  width: 200px;
  height: 200px;
}
#gallery-wrap .item-body ul.list-wrap li.item p {
  font-size: 14px;
}
#gallery-wrap .item-body ul.list-wrap li.item p span {
  margin-left: 3px;
  font-size: 10px;
}

/* #Portfolio Item
================================================== */
#portfolio-item {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 2;
  background: #fafafa;
  padding-top: 30px;
  padding-bottom: 100px;
}

#portfolio-controls {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 2;
  height: 50px;
  background: #e6e6e6;
}

.left-right-portfolio {
  position: relative;
  width: 40%;
  float: left;
  overflow: hidden;
  z-index: 2;
  height: 50px;
  transition: all 300ms linear;
}
.left-right-portfolio:hover {
  background: rgba(12, 12, 12, 0.9);
}

.center-portfolio {
  position: relative;
  width: 20%;
  float: left;
  overflow: hidden;
  background: #d2d2d2;
  z-index: 2;
  height: 50px;
  transition: all 300ms linear;
}
.center-portfolio:hover {
  background: rgba(12, 12, 12, 0.9);
}

.portfolio-icon {
  width: 100%;
  font-family: "FontAwesome";
  text-align: center;
  font-size: 20px;
  line-height: 50px;
}

#portfolio-item h6 {
  padding-bottom: 20px;
  text-align: left;
}
#portfolio-item a {
  color: rgba(100, 100, 100, 0.9);
  transition: all 300ms linear;
}
#portfolio-item a:hover {
  color: rgba(100, 100, 100, 0.6);
}
#portfolio-item p {
  text-align: left;
  padding-bottom: 10px;
}
#portfolio-item p span {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 15px;
  background: url("../../images/arrow-next.png") no-repeat left center;
  background-size: 5px 9px;
}
#portfolio-item img {
  width: 100%;
  height: auto;
  display: block;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper {
  position: relative;
  width: 100%;
}
.bx-wrapper .bx-prev {
  left: 50%;
  margin-left: -35px;
  bottom: -70px;
  background: url(../../images/arr1.png) no-repeat center center;
  background-size: 15px 15px;
  transition: all 0.2s ease-out;
}
.bx-wrapper .bx-next {
  right: 50%;
  margin-right: -35px;
  bottom: -70px;
  background: url(../../images/arr2.png) no-repeat center center;
  background-size: 15px 15px;
  transition: all 0.2s ease-out;
}
.bx-wrapper .bx-prev:hover, .bx-wrapper .bx-next:hover {
  transform: scale(0.95);
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  outline: 0;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  z-index: 9;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

#portfolio-item .bx-wrapper {
  padding-top: 10px;
}
#portfolio-item .bx-wrapper .bx-prev {
  left: 0;
  margin-left: 40px;
  bottom: 50%;
  margin-bottom: -20px;
  background: rgba(0, 0, 0, 0.4) url(../../images/arr1.png) no-repeat center center;
  background-size: 15px 15px;
}
#portfolio-item .bx-wrapper .bx-next {
  right: 0;
  margin-right: 40px;
  bottom: 50%;
  margin-bottom: -20px;
  background: rgba(0, 0, 0, 0.4) url(../../images/arr2.png) no-repeat center center;
  background-size: 15px 15px;
}
#portfolio-item .bx-wrapper .bx-controls-direction a {
  width: 40px;
  height: 40px;
}

/* #Contact
================================================== */
#contact {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  padding-top: 70px;
  padding-bottom: 100px;
}

.parallax3 {
  background: url("../../images/parallax/4.jpg") repeat fixed;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
}

@media only screen and (min-width: 1930px) {
  .parallax3 {
    background-size: cover;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .parallax3 {
    background-size: cover;
    background-attachment: scroll;
    background-position: top center !important;
  }
}
@media only screen and (max-width: 959px) {
  .parallax3 {
    background-size: cover;
    background-attachment: scroll;
    background-position: top center !important;
  }
}
#contact h1, #contact .top-subtext {
  color: #fff;
}
#contact .contact-wrap {
  display: flex;
  flex-wrap: wrap;
}
#contact .contact-wrap .item-flex {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}
#contact .contact-wrap .item-flex .header {
  width: 22%;
  color: #fff;
}
#contact .contact-wrap .item-flex .body {
  width: 78%;
  display: flex;
}
#contact .contact-wrap .item-flex .body input {
  width: 100%;
}
@media (max-width: 479px) {
  #contact .contact-wrap .item-flex {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  #contact .contact-wrap .item-flex .header {
    width: 100%;
    color: #fff;
  }
  #contact .contact-wrap .item-flex .body {
    width: 100%;
    display: flex;
  }
  #contact .contact-wrap .item-flex .body input {
    width: 100%;
  }
}

#ajax-form {
  width: 100%;
  margin: 0 auto;
}

.ui-datepicker {
  width: 100% !important;
}

label {
  position: relative;
  bottom: 5px;
  display: inline-block;
  font-size: 18px;
  margin-right: 10px;
  line-height: 3;
}
label:nth-of-type(3n) {
  margin: 0;
}

input {
  display: inline-block;
  border: none;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #AFAFAF;
  background: rgba(255, 255, 255, 0.5);
}

.radio_button {
  width: 25px;
  height: 25px;
  border: 1px solid #848484;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
}

textarea {
  width: 100%;
  border: 1px solid #AFAFAF;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.5);
}
textarea::placeholder {
  color: #848484;
  padding: 5px 0;
  font-size: 16px;
}

.error {
  text-transform: uppercase;
  display: none;
  color: #fff;
}

.button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

button {
  background: #773a91;
  border-radius: 30px;
  font-size: 18px;
  padding: 10px 80px;
  font-family: "Shippori Mincho", serif;
  color: #fff;
  width: auto;
  transition: 0.3s;
}
button:hover {
  background: #848484;
  color: #fff;
}

#ajaxsuccess {
  background: #f5f5f5;
  color: #000;
  height: 60px;
  display: none;
  padding-left: 10px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

#button-con {
  position: relative;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  margin-top: 10px;
}
#button-con button {
  width: 100%;
  height: 40px;
  padding-top: 0;
  margin: 0 auto;
  text-align: center;
  font-size: 13px;
  line-height: 40px;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
}
#button-con button:hover {
  background: rgba(0, 0, 0, 0.6);
}

.text-align-center {
  text-align: center;
  padding-top: 10px;
}

#ajax-form textarea:active, #ajax-form input:active {
  border-bottom: 1px solid rgba(100, 100, 100, 0.3);
}
#ajax-form textarea:active, #ajax-form input:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#ajax-form textarea:focus, #ajax-form input:focus {
  outline: none !important;
  border-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
#ajax-form textarea {
  padding: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#ajax-form input {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#ajax-form input[type=text] {
  padding-left: 2%;
  padding-right: 2%;
  padding-left: 2%;
  padding-right: 2%;
}

textarea {
  padding-left: 2%;
  padding-right: 2%;
}

#contact h5 {
  color: #fff;
  text-align: left;
  padding-bottom: 35px;
}

.padding-top-con {
  margin-top: 30px;
}

/* #access
================================================== */
#access {
  position: relative;
  width: 100%;
  z-index: 2;
  padding-top: 70px;
  padding-bottom: 100px;
}
#access .con-info {
  position: relative;
  display: block;
  width: 100%;
}
#access .con-info p {
  color: #333;
  padding-left: 60px;
}
#access .con-info a {
  color: #333;
  padding-top: 10px;
  font-size: 12px;
  line-height: 24px;
  transition: all 0.3s ease-out;
}
#access .con-info a:hover {
  opacity: 0.7;
}
#access .con-info .con-icon {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  font-family: "FontAwesome";
  text-align: center;
  border: 1px solid #773a91;
  font-size: 14px;
  line-height: 30px;
  width: 30px;
  height: 30px;
}

#system-wrap {
  position: relative;
  width: 100%;
  z-index: 2;
  background: #fafafa;
  padding-top: 70px;
  padding-bottom: 100px;
}
#system-wrap h2 {
  font-family: "Shippori Mincho", serif;
  font-size: 40px;
  font-weight: 500;
}
#system-wrap h2 span {
  display: block;
  font-size: 14px;
  font-style: italic;
  color: #773a91;
  font-family: "Noto Sans JP", sans-serif;
  padding: 5px 0;
}
#system-wrap .text-wrap {
  display: flex-wrap;
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #333;
}
#system-wrap .text-wrap span {
  margin-top: 20px;
  display: inline-block;
  padding: 10px 15px;
  background: #773a91;
  color: #fff;
}
#system-wrap .text-wrap span span.price {
  font-size: 24px;
}
#system-wrap .caution-wrap {
  display: flex;
  padding: 0 0 10px;
  align-items: top;
  justify-content: center;
  color: #BC2021;
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
#system-wrap .kimono-caution-wrap {
  text-align: center;
  padding: 0 0 10px;
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
#system-wrap .kimono-caution-wrap span {
  display: inline-block;
  color: #BC2021;
}
#system-wrap .frameThumb-wrap {
  display: flex;
  margin-top: 30px;
  flex-wrap: wrap;
  justify-content: space-around;
}
#system-wrap .frameThumb-wrap .image {
  display: inline-block;
  text-align: center;
}
#system-wrap .frameThumb-wrap .image img {
  width: 70px;
  height: 70px;
  margin: 5px 2px;
  object-fit: cover;
}
#system-wrap .frameThumb-wrap .text-box {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
}
#system-wrap .frameThumb-wrap .text-box a {
  background: #773a91;
  border-radius: 15px;
  padding: 8px 15px;
  display: block;
  margin: 15px 0;
  color: #fff;
  text-align: center;
  transition: 0.3s;
}
#system-wrap .frameThumb-wrap .text-box a:hover {
  background: #fff;
  box-sizing: border-box;
  color: #773a91;
}
#system-wrap .kimonoThumb-wrap {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  flex-wrap: wrap;
  justify-content: space-around;
}
#system-wrap .kimonoThumb-wrap .image {
  display: inline-block;
  text-align: center;
}
#system-wrap .kimonoThumb-wrap .image img {
  width: 200px;
  height: 200px;
  margin: 5px 2px;
  border-radius: 20px;
  object-fit: cover;
}
#system-wrap .kimonoThumb-wrap .text-box {
  text-align: center;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  font-family: "Shippori Mincho", serif;
}
#system-wrap .kimonoThumb-wrap .text-box span {
  font-size: 26px;
  font-weight: 700;
  margin-left: 0;
  display: inline-block;
}
#system-wrap .basic-wrap {
  display: flex;
  padding: 15px 0;
  align-items: top;
  justify-content: space-between;
  border-bottom: 1px solid #848484;
}
#system-wrap .basic-wrap.border-none {
  border-bottom: none;
}
#system-wrap .basic-wrap .time-wrap {
  font-family: "Cormorant Garamond", serif;
  font-size: 70px;
  min-width: 140px;
}
#system-wrap .basic-wrap .time-wrap span {
  font-size: 24px;
}
#system-wrap .basic-wrap .time-wrap span.bold {
  font-weight: bold;
}
#system-wrap .basic-wrap .time-wrap span span {
  display: block;
  font-size: 16px;
}
#system-wrap .basic-wrap .price-wrap {
  font-size: 30px;
  font-style: italic;
  font-family: "Shippori Mincho", serif;
  text-align: right;
  line-height: 1.5;
}
#system-wrap .basic-wrap .price-wrap p {
  margin-bottom: 15px;
}
#system-wrap .basic-wrap .price-wrap p.small {
  display: block;
  font-size: 16px;
}
#system-wrap .basic-wrap .price-wrap p.middle {
  display: block;
  font-size: 20px;
}
#system-wrap .basic-wrap .price-wrap p.middle span {
  font-size: 14px;
}
#system-wrap .basic-wrap .price-wrap .explain {
  color: #BC2021;
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 479px) {
  #system-wrap .basic-wrap .price-wrap .explain {
    width: 100%;
    font-size: 14px;
  }
}
#system-wrap .basic-wrap .etc-wrap {
  padding: 15px;
  background: #773a91;
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
#system-wrap .basic-wrap .etc-wrap a {
  background: #fff;
  border-radius: 15px;
  padding: 5px 15px;
  display: block;
  margin: 15px 0;
  color: #773a91;
  text-align: center;
  transition: 0.3s;
}
#system-wrap .basic-wrap .etc-wrap a:hover {
  background: #773a91;
  border: 1px solid #fff;
  box-sizing: border-box;
  color: #fff;
}
@media (max-width: 479px) {
  #system-wrap .basic-wrap .time-wrap {
    font-family: "Cormorant Garamond", serif;
    font-size: 40px;
  }
  #system-wrap .basic-wrap .time-wrap span {
    font-size: 18px;
  }
  #system-wrap .basic-wrap .time-wrap span span {
    font-size: 14px;
    display: block;
  }
  #system-wrap .basic-wrap .price-wrap {
    font-size: 22px;
    font-style: italic;
    font-family: "Shippori Mincho", serif;
  }
  #system-wrap .basic-wrap .etc-wrap {
    padding: 15px;
    border: 2px solid #773a91;
    font-family: "Shippori Mincho", serif;
    font-size: 16px;
    text-align: left;
  }
}

#frame-wrap {
  position: relative;
  width: 100%;
  z-index: 2;
  background: #fafafa;
  padding-top: 70px;
  padding-bottom: 100px;
}
#frame-wrap .item-wrap {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px dashed #333;
}
#frame-wrap .item-wrap h2 {
  display: flex;
  justify-content: flex-start;
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  font-weight: 500;
}
#frame-wrap .item-wrap h2 span {
  font-size: 18px;
  font-style: italic;
  color: #773a91;
  font-family: "Noto Sans JP", sans-serif;
  margin-left: 10px;
}
#frame-wrap .item-wrap .text-wrap {
  display: flex;
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-weight: 500;
  color: #666;
  line-height: 2;
}
#frame-wrap .item-wrap .price-wrap {
  padding-top: 10px;
  display: flex;
  justify-content: flex-end;
  font-family: "Shippori Mincho", serif;
  font-size: 30px;
  font-weight: 500;
}

/* #予約
================================================== */
#reserve-wrap {
  position: relative;
  width: 100%;
  background: #eee;
  z-index: 2;
  padding-top: 70px;
  padding-bottom: 50px;
}
#reserve-wrap .text-box {
  text-align: center;
  width: 100%;
  justify-content: center;
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}
#reserve-wrap .text-box span {
  display: block;
  font-size: 18px;
  padding: 10px 0;
  color: #BC2021;
}
#reserve-wrap h2 {
  font-family: "Shippori Mincho", serif;
  font-size: 40px;
  font-weight: 500;
}
#reserve-wrap h2 span {
  display: block;
  font-size: 14px;
  font-style: italic;
  color: #773a91;
  font-family: "Noto Sans JP", sans-serif;
  padding: 5px 0;
}
#reserve-wrap .step-wrap {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #848484;
}
#reserve-wrap .step-wrap .header {
  padding: 10px 0;
}
#reserve-wrap .step-wrap .header h3 {
  position: relative;
  padding-left: 4.8em;
  padding-top: 5px;
  font-size: 24px;
}
#reserve-wrap .step-wrap .header h3 span {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 15px;
  color: #fff;
  font-size: 16px;
  background: #773a91;
  font-style: italic;
}
#reserve-wrap .step-wrap .header h3 span:after {
  position: absolute;
  top: calc(50% - 7px);
  right: -11px;
  width: 0;
  height: 0;
  content: "";
  border-width: 7px 0 7px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #773a91;
}
#reserve-wrap .step-wrap .body {
  width: 100%;
  padding: 20px 0;
}
#reserve-wrap .step-wrap .input-100 {
  width: 100%;
}
#reserve-wrap table.reserveTable {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #DBDBDB;
  text-align: center;
  text-align: left;
}
#reserve-wrap table.reserveTable th {
  vertical-align: middle;
  font-size: 16px;
  width: 30%;
  background: #ccc;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  border: 1px solid #DBDBDB;
  padding: 15px;
}
#reserve-wrap table.reserveTable td {
  vertical-align: middle;
  border-collapse: collapse;
  border: 1px solid #DBDBDB;
  padding: 15px;
  font-size: 16px;
  background: #fff;
}

/* #交通案内
================================================== */
#about-wrap {
  position: relative;
  width: 100%;
  z-index: 2;
  background: #fafafa;
  padding-top: 70px;
  padding-bottom: 100px;
}
#about-wrap h2 {
  font-family: "Shippori Mincho", serif;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 20px;
}
#about-wrap h2 span {
  display: block;
  font-size: 14px;
  font-style: italic;
  color: #773a91;
  font-family: "Noto Sans JP", sans-serif;
  padding: 5px 0;
}
#about-wrap .greeting-wrap {
  display: flex;
  flex-wrap: wrap;
}
#about-wrap .greeting-wrap .text-box {
  font-size: 16px;
  line-height: 1.7;
}
#about-wrap .access-wrap {
  display: flex;
  flex-wrap: wrap;
}

/* #Footer
================================================== */
#footer {
  position: relative;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  margin: 0 auto;
}
#footer p {
  text-align: center;
  padding-top: 8px;
  font-size: 0.9em;
}
#footer img {
  width: 200px;
  display: block;
  text-align: center;
  margin: 0 auto;
}

.social-footer {
  position: relative;
  padding-top: 10px;
  height: 30px;
  text-align: center;
}

.footer-social li {
  padding: 0;
  list-style: none;
  text-align: center;
  width: 30px;
  display: inline-block;
  cursor: pointer;
  border-right: 1px solid rgba(60, 60, 60, 0.2);
}
.footer-social li:last-child {
  border-right: none;
}
.footer-social li.icon-footer a {
  font-family: "FontAwesome";
  font-size: 14px;
  line-height: 30px;
  width: 30px;
  margin: 0;
  opacity: 1;
  padding: 0;
  color: #4d4d4d;
  transition: all 300ms linear;
}
.footer-social li:hover.icon-footer a {
  color: #4d4d4d;
  opacity: 0.7;
}

/* #Media Queries
================================================== */
@media only screen and (max-width: 800px) {
  .cbp-af-header.cbp-af-header-shrink ul.slimmenu li {
    background: none;
  }
  .cbp-af-header.cbp-af-header-shrink ul.slimmenu li a {
    border-bottom: none;
  }
  .cbp-af-header.cbp-af-header-shrink ul.slimmenu li a:hover {
    border-bottom: none;
    background: none;
  }
  ul.slimmenu li {
    background: none;
  }
  ul.slimmenu li a:hover {
    border-bottom: none;
    background: none;
  }
  ul.slimmenu li > ul {
    width: 100%;
    text-align: right;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1200px) {
  .slidecontent h1 {
    font-weight: bold;
    font-size: 50px;
    margin-top: 40px;
    line-height: 50px;
  }
  .slidecontent .headersur {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .elasticstack {
    width: 240px;
    height: 210px;
  }
  .elasticstack li {
    width: 240px;
    height: 210px;
  }
  .elasticstack li img {
    width: 220px;
    height: 160px;
  }
  .slidecontent h1 {
    font-weight: bold;
    font-size: 40px;
    margin-top: 30px;
    line-height: 40px;
  }
  .slidecontent .headersur {
    font-size: 16px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .facts-line {
    display: none;
  }
  .slidecontent h1 {
    font-weight: bold;
    font-size: 26px;
    margin-top: 30px;
    line-height: 26px;
  }
  .slidecontent .headersur {
    font-size: 15px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .facts-line {
    display: none;
  }
  .elasticstack {
    width: 240px;
    height: 210px;
  }
  .elasticstack li {
    width: 240px;
    height: 210px;
  }
  .elasticstack li img {
    width: 220px;
    height: 160px;
  }
  .slidecontent h1 {
    font-weight: bold;
    font-size: 18px;
    margin-top: 20px;
    line-height: 18px;
  }
  .slidecontent .headersur {
    font-size: 12px;
  }
  .slidecontent h1 span {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 319px) {
  .facts-line {
    display: none;
  }
  .elasticstack {
    width: 240px;
    height: 210px;
  }
  .elasticstack li {
    width: 240px;
    height: 210px;
  }
  .elasticstack li img {
    width: 220px;
    height: 160px;
  }
  .slidecontent h1 {
    font-weight: bold;
    font-size: 18px;
    margin-top: 20px;
    line-height: 18px;
  }
  .slidecontent .headersur {
    font-size: 12px;
  }
  .slidecontent h1 span {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
/* #Panel
================================================== */
#switch {
  background: #fff;
  position: fixed;
  display: none;
  top: 126px;
  z-index: 99999;
  width: 200px;
  margin-left: -100px;
  border-radius: 0 5px 5px 0;
  font-family: "OpenSans-Light-webfont";
  box-shadow: 0px 0px 4px 0px rgba(51, 51, 51, 0.2);
}
#switch p {
  margin-bottom: 10px;
  padding-bottom: 15px;
  padding-top: 5px;
  border-bottom: #ededed 1px solid;
}
#switch ul li {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 12px;
  display: inline-block;
}

#show {
  z-index: 99999;
  margin-left: 0px;
  position: fixed;
  left: 0;
  top: 20%;
  background: rgba(40, 40, 40, 0.8);
  border-radius: 0 3px 3px 0;
  margin-top: 10px;
  padding: 20px 5px;
  cursor: pointer;
}

#hide {
  cursor: pointer;
  line-height: 13px;
  margin-bottom: 0px;
  font-size: 12px;
  margin-bottom: 0px;
}

#setting {
  height: 50px;
  background-image: url("../../images/option_panel.png");
  background-repeat: no-repeat;
  background-size: 20px 50px;
  width: 20px;
}

.wrap_pattern, .switchlayout {
  margin-bottom: 10px;
}

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

.content-switcher {
  padding: 16px;
  overflow: hidden;
}
.content-switcher .m-btn {
  padding: 5px 10px;
  font-size: 12px;
  min-width: 70px;
}

.button.small.color.switch {
  font-size: 12px;
  text-transform: none;
  width: 40px;
  margin: 5px 0px;
  font-weight: normal;
  font-family: "Open Sans";
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3) !important;
  letter-spacing: 0;
}

#hide {
  position: absolute;
  background-color: #fff;
  height: 30px;
  width: 30px;
  top: 7px;
  right: 7px;
  border-radius: 0 5px 0px 0;
}
#hide img {
  height: 30px;
  width: 30px;
  opacity: 0.3;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
#hide img:hover {
  opacity: 0.7;
}

#switch .button {
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  height: 15px;
  padding: 5px;
  width: 15px;
  color: #000;
}
#switch p {
  margin: 5px 0;
}

.styled-select select {
  background: #f5f5f5;
  border: #ededed 1px solid;
  width: 270px;
  padding: 5px;
  font-size: 13px;
  line-height: 1;
  outline: none;
  border-radius: 3px;
  height: 34px;
  -webkit-appearance: none;
  margin: 10px 0;
}

.home-options {
  position: relative;
  width: 100%;
  margin-top: 10px;
  text-align: center;
  margin: 0 auto;
}
.home-options a {
  background: #f5f5f5;
  border: #ededed 1px solid;
  font-size: 13px;
  padding: 5px 30px;
  line-height: 40px;
  outline: none;
  text-align: center;
  color: #000;
}
.home-options a:hover {
  background: #f1f1f1;
}

.total-priceWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 15px 10px;
  border-bottom: none !important;
  border-radius: 15px;
}
.total-priceWrap h3 {
  font-size: 24px;
}
.total-priceWrap .total-price {
  display: flex;
}
.total-priceWrap .total-price .total {
  font-size: 32px;
  display: flex;
}
.total-priceWrap .total-price .total::after {
  content: "円";
  position: relative;
  top: 5px;
  font-size: 18px;
}

