@font-face {
  font-family: 'FontAwesome';
  src: url("https://fonts.salon-concierge.net/fontawesome-webfont.eot?v=4.6.3");
  src: url("https://fonts.salon-concierge.net/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("https://fonts.salon-concierge.net/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("https://fonts.salon-concierge.net/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("https://fonts.salon-concierge.net/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("https://fonts.salon-concierge.net/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "ionicons";
  src: url("https://fonts.salon-concierge.net/ionicons.eot");
  src: url("https://fonts.salon-concierge.net/ionicons.eot?#iefix") format("embedded-opentype"), url("https://fonts.salon-concierge.net/ionicons.woff") format("woff"), url("https://fonts.salon-concierge.net/ionicons.ttf") format("truetype"), url("https://fonts.salon-concierge.net/ionicons.svg#ionicons") format("svg");
}

@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "LigatureSymbols";
  src: url("https://fonts.salon-concierge.net/LigatureSymbols.eot");
  src: url("https://fonts.salon-concierge.net/LigatureSymbols.eot?#iefix") format("embedded-opentype"), url("https://fonts.salon-concierge.net/LigatureSymbols.woff") format("woff"), url("https://fonts.salon-concierge.net/LigatureSymbols.ttf") format("truetype"), url("https://fonts.salon-concierge.net/LigatureSymbols.svg#LigatureSymbols") format("svg");
}

@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "CinzelRegular";
  src: url("https://fonts.salon-concierge.net/cinzelregular.eot");
  src: url("https://fonts.salon-concierge.net/cinzelregular.eot?#iefix") format("embedded-opentype"), url("https://fonts.salon-concierge.net/cinzelregular.woff") format("woff"), url("https://fonts.salon-concierge.net/cinzelregular.ttf") format("truetype"), url("https://fonts.salon-concierge.net/cinzelregular.svg#cinzelregular") format("svg");
}

body {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-style: normal;
  font-weight: 200;
  margin: 0 !important;
}

@media screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .sp {
    display: none !important;
  }
}

#mainslider li {
  z-index: 0 !important;
}

#mainvisual .bx-controls {
  z-index: 0 !important;
}

.reservebtn a {
  display: inline-block;
  padding: 15px 40px;
  text-decoration: none;
  color: #FFF;
  font-weight: bold;
  border-radius: 4px;
  position: relative;
}

.reservebtn a:after {
  content: "\f3d3";
  font-family: "ionicons";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 26px;
}

.reservebtn a:hover {
  text-decoration: underline;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  opacity: 0.8;
}

#recommendblog .photo div img,
#recommendblog .auther_photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider {
  position: relative;
  max-width: 588px;
  margin: 30px auto;
}

.slider .slider-nav-wrap {
  position: relative;
}

.slider-nav-single {
  display: none;
}

.slider-nav {
  padding: 10px 0;
}

.slider-nav:after {
  content: ' ';
  display: block;
  clear: both;
}

.slick-list.draggable {
  padding: 0 116px !important;
}

@media (max-width: 768px) {
  .slick-list.draggable {
    padding: 0 12% !important;
  }
}

.slider-nav-node {
  float: left;
  text-align: center;
  display: inline-block;
  border: 1px solid #AAA;
  border-radius: 20px;
  padding: 0 5px;
  margin-left: 10px;
  cursor: pointer;
}

.slider-nav-node:focus {
  outline: 0;
}

.slider-nav-node:hover, .slider-nav-node.slick-current {
  background: #E7E6DF;
}

.slider-for-single .slider-for-node {
  width: 500px !important;
  border: 1px solid #AAA;
  border-radius: 4px;
  padding: 15px 15px 75px 15px;
  margin-left: 0;
}

.slider-for-single .slick-list.draggable {
  padding: 0 !important;
}

.slider-for-node {
  width: 280px;
  border: 1px solid #AAA;
  border-radius: 3px;
  padding: 15px 15px 0px 15px;
  margin: 0 8px;
  position: relative;
}

.slider-for-node:focus {
  outline: 0;
}

.slider-for-node .slick-img {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  width: 100%;
  height: 200px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: inline-block;
}

@media screen and (max-width: 1024px) {
  .slider-for-node .slick-img {
    height: 120px;
  }
}

.slider-for-node .slick-name {
  text-align: left;
  font-size: 14px;
  color: #000;
  line-height: 1.4;
  margin-bottom: 10px;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .slider-for-node .slick-name {
    font-size: 16px;
  }
}

.slider-for-node .slick-text {
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  line-height: 1.5;
}

.slider-for-node .slick-reserve {
  padding-top: 10px;
  /* position: absolute; */
  bottom: 15px;
  /* width: 91%; */
}

@media screen and (max-width: 1024px) {
  .slider-for-node .slick-reserve {
    left: 10px;
    right: 10px;
    display: block;
    width: auto;
  }
}

.slider-for-node .slick-reserve a {
  display: block;
  padding: 18px 0;
  margin-bottom:10px;
  text-decoration: none;
  text-align: center;
  color: #FFF;
  border-radius: 4px;
  position: relative;
  /* background: #ea91bb; */
  line-height: 1;
}

.slider-for-node .slick-reserve a.web-reserve {
  background:#314663;
  padding: 18px 0;
}

.slider-for-node .slick-reserve a.htb-reserve {
  background:#8F3356;
  padding: 6px 0;
}

.slider-for-node .slick-reserve a.htb-reserve img {
  margin:0 auto;
  height:auto;
  width:120px;
}

.slider-for-node .slick-reserve a:after {
  content: "\f3d3";
  font-family: "ionicons";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 16px;
}

.slider-for-node .slick-reserve a:hover {
  text-decoration: underline;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  opacity: 0.8;
}

.slider-for-node .slick-tel {
  font-size: 14px;
  color: #000;
  line-height: 1.2;
}

.slick-holiday {
  color: #717171;
  border: 1px solid #ccc;
  padding: 0 5px;
  margin-bottom: 5px;
  margin-top: 10px;
  display: inline-block;
  font-size: 10px;
  border-radius: 4px;
}

.slick-jobtime {
  color: #717171;
  font-size: 10px;
  height:48px;
}

.next.slick-arrow {
  content: "";
  position: absolute;
  top: 0;
  right: -40px;
  height: 120px;
  bottom: 0;
  margin: auto;
}

@media (max-width: 768px) {
  .next.slick-arrow {
    right: 0;
  }
}

.prev.slick-arrow {
  content: "";
  position: absolute;
  top: 0;
  left: -40px;
  height: 120px;
  bottom: 0;
  margin: auto;
}

@media (max-width: 768px) {
  .prev.slick-arrow {
    left: 0;
  }
}

.prev.slick-arrow span,
.next.slick-arrow span {
  display: none;
}

.prev.slick-arrow:before {
  content: "\f3d3";
  font-family: "ionicons";
  display: block;
  text-align: left;
  font-size: 60px;
  cursor: pointer;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.next.slick-arrow:before {
  content: "\f3d3";
  font-family: "ionicons";
  display: block;
  text-align: right;
  font-size: 60px;
  cursor: pointer;
}

.slider-for-single .slick-list .slick-track .slick-slide {
  float: none;
  margin: auto;
}

.trim {
  overflow: hidden;
  position: relative !important;
}

.trim img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: 0 !important;
}

/*# sourceMappingURL=common.css.map */
