@charset "UTF-8";
/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
/*
 * Normalization
 */
@import "../js/vendor/vegas/vegas.min.css";
@import url("https://fonts.googleapis.com/css?family=Pinyon+Script");
:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

audio:not([controls]) {
  display: none;
}

button {
  overflow: visible;
}

details {
  display: block;
}

input[type=number] {
  width: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

main {
  display: block;
}

summary {
  display: block;
}

pre {
  overflow: auto;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

template {
  display: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

/*
 * Universal inheritance
 */
*,
::before,
::after {
  box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/*
 * Opinionated defaults
 */
*,
::before,
::after {
  border-style: solid;
  border-width: 0;
}

* {
  margin: 0;
  padding: 0;
}

:root {
  box-sizing: border-box;
  cursor: default;
  font: 300 75%/1.5 "KozGoPro-Regular", "小塚ゴシック Pro R", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  text-rendering: optimizeLegibility;
}

html {
  background-color: #FFFFFF;
  color: #000000;
}

a {
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  background-color: transparent;
}

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

button,
[type=button],
[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=reset],
[type=search],
[type=submit],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
select,
textarea {
  min-height: 1.5em;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

nav ol,
nav ul {
  list-style: none;
}

/* select {
	-moz-appearance: none;    // Firefox 40+
	-webkit-appearance: none; // Chrome 45+

	&::-ms-expand {
		display: none;        // Edge 12+, Internet Explorer 11-
	}

	&::-ms-value {
		color: currentColor;  // Edge 12+, Internet Explorer 11-
	}
} */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  resize: vertical;
}

::selection {
  background-color: #B3D4FC;
  text-shadow: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

[hidden][aria-hidden=false] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}
[hidden][aria-hidden=false]:focus {
  clip: auto;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

#cboxTopLeft {
  width: 25px;
  height: 25px;
  background: url(../img/border1.png) no-repeat 0 0;
}

#cboxTopCenter {
  height: 25px;
  background: url(../img/border1.png) repeat-x 0 -50px;
}

#cboxTopRight {
  width: 25px;
  height: 25px;
  background: url(../img/border1.png) no-repeat -25px 0;
}

#cboxBottomLeft {
  width: 25px;
  height: 25px;
  background: url(../img/border1.png) no-repeat 0 -25px;
}

#cboxBottomCenter {
  height: 25px;
  background: url(../img/border1.png) repeat-x 0 -75px;
}

#cboxBottomRight {
  width: 25px;
  height: 25px;
  background: url(../img/border1.png) no-repeat -25px -25px;
}

#cboxMiddleLeft {
  width: 25px;
  background: url(../img/border2.png) repeat-y 0 0;
}

#cboxMiddleRight {
  width: 25px;
  background: url(../img/border2.png) repeat-y -25px 0;
}

#cboxContent {
  background: #fff;
  overflow: hidden;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  margin-bottom: 20px;
}

#cboxTitle {
  position: absolute;
  bottom: 0px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #999;
}

#cboxCurrent {
  position: absolute;
  bottom: 0px;
  left: 100px;
  color: #999;
}

#cboxLoadingOverlay {
  background: #fff url(../img/loading.gif) no-repeat 5px 5px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  bottom: 0px;
  right: 42px;
  color: #444;
}

#cboxPrevious {
  position: absolute;
  bottom: 0px;
  left: 0;
  color: #444;
}

#cboxNext {
  position: absolute;
  bottom: 0px;
  left: 63px;
  color: #444;
}

#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  color: #444;
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

@media only screen and (max-width: 479px) {
  .onlySP {
    display: inline;
  }

  .overTB {
    display: none;
  }

  .overPC {
    display: none;
  }

  .overDP {
    display: none;
  }
}
@media only screen and (min-width: 480px) {
  .onlySP {
    display: none;
  }

  .overTB {
    display: inline;
  }

  .overPC {
    display: none;
  }

  .overDP {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .onlySP {
    display: none;
  }

  .overTB {
    display: inline;
  }

  .overPC {
    display: inline;
  }

  .overDP {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .onlySP {
    display: none;
  }

  .overTB {
    display: inline;
  }

  .overPC {
    display: inline;
  }

  .overDP {
    display: inline;
  }
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  color: #666;
  font-family: "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  font-feature-settings: "palt";
  line-height: 1.4;
  overflow-x: hidden;
}

a {
  color: #333;
}
a:hover {
  color: #000;
}

img.rpsimg {
  width: 100%;
  height: auto;
}

ul, ol {
  list-style: none;
}

.center {
  text-align: center;
}

.circle {
  border-radius: 100%;
}

::selection {
  color: #C6924A;
  background: #eee;
  text-shadow: none;
}

@font-face {
  font-family: "Noto Sans CJK";
  font-style: normal;
  font-weight: 400;
  src: local("NotoSerifJP-Regular.otf"), url(../fonts/NotoSerifJP-Regular.woff2) format("woff2"), url(../fonts/NotoSerifJP-Regular.woff) format("woff"), url(../fonts/NotoSerifJP-Regular.otf) format("opentype");
}
.content {
  padding: 3em 0;
}
@media only screen and (min-width: 768px) {
  .content {
    padding: 5em 0;
  }
}

.cont_wrapper {
  width: 70%;
  max-width: 1400px;
  margin: 0 auto;
}
.cont_wrapper.mini {
  max-width: 640px;
}
.cont_wrapper.wide {
  width: 90%;
}
.cont_wrapper.full {
  width: 100%;
}
@media only screen and (max-width: 479px) {
  .cont_wrapper {
    width: 90% !important;
  }
}
@media only screen and (min-width: 768px) {
  .cont_wrapper.colpc2 .wrapperL, .cont_wrapper.colpc2 .wrapperR {
    width: 48%;
  }
  .cont_wrapper.colpc2 .wrapperL {
    float: left;
  }
  .cont_wrapper.colpc2 .wrapperR {
    float: right;
  }
}

.cont_title {
  font-family: "Noto Sans CJK";
  font-weight: 300;
  letter-spacing: 0.15em;
  transform: scale(0.88, 1);
  margin-left: -6.8%;
  width: 113.6%;
  margin: 0 -6.8%;
  color: #C6924A;
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.75em;
}
@media only screen and (min-width: 768px) {
  .cont_title {
    font-size: 2.4em;
  }
}

.cont_read {
  margin: 1em 0;
  text-align: justify;
  line-height: 2;
}
.cont_read.center {
  text-align: center;
}
@media only screen and (max-width: 479px) {
  .cont_read.center {
    text-align: justify;
  }
}

.btn, #footer #pagetop a {
  display: inline-block;
  margin-bottom: 0.7em;
  padding: 0.7em 1.4em;
  border-radius: 3em;
  color: #fff;
  background-color: #C6924A;
  font-size: 0.9em;
  line-height: 1;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: 0.3s ease;
}
.btn:hover, #footer #pagetop a:hover {
  color: #C6924A;
  background-color: #fff;
}

#hero {
  display: block;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 480px) {
  #hero {
    min-height: 580px;
    max-height: 1024px;
  }
}
#hero #white {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0.35);
}
#hero #white .rpsimg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1280px;
}
#hero #title {
  display: block;
  position: absolute;
  width: 100%;
  margin-top: 5px;
  text-align: center;
  z-index: 999;
}
@media only screen and (min-width: 768px) {
  #hero #title {
    left: 5%;
    margin-top: 0;
    text-align: left;
  }
}
#hero #title .rpsimg {
  width: 50%;
  max-width: 200px;
}
@media only screen and (min-width: 480px) {
  #hero #title .rpsimg {
    max-width: 250px;
  }
}
#hero #catch {
  display: block;
  position: absolute;
  z-index: 888;
  width: 100%;
  font-family: "Noto Sans CJK";
  font-weight: 300;
  letter-spacing: 0.15em;
  transform: scale(0.88, 1);
  margin-left: -6.8%;
  color: #888;
  text-align: left;
  font-size: 1.8em;
  line-height: 1.6;
  left: 10%;
  bottom: 20%;
}
@media only screen and (min-width: 768px) {
  #hero #catch {
    font-size: 2.4em;
    left: 5%;
  }
}

.content.bnr a {
  display: block;
  border: 2px solid #C6924A;
}

#intro {
  padding-top: 1em;
}
#intro .cont_wrapper {
  max-width: 640px;
}
#intro .intro {
  margin: 0 -2.5em;
  padding: 2.5em;
  background: url(../img/logo_bg.png) no-repeat center center;
  background-size: contain;
}
@media only screen and (min-width: 768px) {
  #intro .intro {
    padding: 5em;
  }
}
@media only screen and (min-width: 768px) {
  #intro #owner {
    width: 80%;
    margin: 0 auto;
  }
}
#intro #owner .wrapperL {
  margin-bottom: 1em;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #intro #owner .wrapperL {
    width: 22%;
    margin-bottom: 0;
  }
}
#intro #owner .wrapperL .rpsimg {
  width: 40%;
}
@media only screen and (min-width: 480px) {
  #intro #owner .wrapperL .rpsimg {
    width: 30%;
  }
}
@media only screen and (min-width: 768px) {
  #intro #owner .wrapperL .rpsimg {
    width: 100%;
  }
}
#intro #owner .wrapperR {
  color: #A48B78;
}
@media only screen and (min-width: 768px) {
  #intro #owner .wrapperR {
    width: 75%;
  }
}
#intro #owner .wrapperR .cont_job {
  font-family: "Noto Sans CJK";
  font-weight: 300;
  letter-spacing: 0.15em;
  font-size: 0.8em;
  text-align: center;
  margin-bottom: 0.25em;
}
@media only screen and (min-width: 768px) {
  #intro #owner .wrapperR .cont_job {
    text-align: left;
  }
}
#intro #owner .wrapperR .cont_name {
  font-family: "Noto Sans CJK";
  font-weight: 300;
  letter-spacing: 0.15em;
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 768px) {
  #intro #owner .wrapperR .cont_name {
    text-align: left;
  }
}
#intro #owner .wrapperR .cont_list {
  font-size: 0.8em;
  text-align: center;
  line-height: 1.8em;
}
@media only screen and (min-width: 480px) {
  #intro #owner .wrapperR .cont_list li.inlinebk {
    display: inline-block;
  }
  #intro #owner .wrapperR .cont_list li.slash:after {
    content: " ／";
  }
}
@media only screen and (min-width: 768px) {
  #intro #owner .wrapperR .cont_list {
    text-align: left;
  }
}

.content.hrimg {
  padding: 0;
}

#point {
  background: #e2e2dd;
}
#point .cont_wrapper .cont_title {
  margin-bottom: 2em;
  color: #888;
  line-height: 1.6;
}
#point .cont_wrapper .cont_title small {
  color: #C6924A;
  font-size: 0.7em;
  line-height: 2.4;
}
#point .cont_wrapper .tile.wide {
  width: 100% !important;
}
#point .cont_wrapper .tile .img {
  position: relative;
  text-align: right;
  margin-bottom: 1em;
}
#point .cont_wrapper .tile .img .rpsimg {
  width: 65%;
}
#point .cont_wrapper .tile .img .num {
  position: absolute;
  left: 0;
  color: #fff;
  font-family: "Pinyon Script", cursive;
  font-size: 150px;
  bottom: 0;
  margin-bottom: -0.6em;
}
@media only screen and (min-width: 480px) {
  #point .cont_wrapper .tile .img .num {
    font-size: 120px;
  }
}
@media only screen and (min-width: 768px) {
  #point .cont_wrapper .tile .img .num {
    font-size: 150px;
  }
}
@media only screen and (min-width: 1024px) {
  #point .cont_wrapper .tile .img .num {
    font-size: 180px;
  }
}
#point .cont_wrapper .tile .txt .cont_catch {
  font-family: "Noto Sans CJK";
  font-weight: 300;
  letter-spacing: 0.15em;
  transform: scale(0.88, 1);
  margin-left: -6.8%;
  color: #C6924A;
  font-size: 1.4em;
  margin-bottom: 0.25em;
}
@media only screen and (min-width: 768px) {
  #point .cont_wrapper .tile .txt .cont_catch {
    font-size: 1.8em;
  }
}
#point .cont_wrapper .tile .txt .cont_read {
  margin-top: 0;
}

#menu {
  background: #f8f9fa url(../img/menubg.jpg) center bottom no-repeat;
  background-size: contain;
  padding-bottom: 400px;
}
#menu .cont_wrapper .cont_title {
  color: #888;
  line-height: 1.6;
}
#menu .cont_wrapper .cont_title small {
  color: #C6924A;
  font-size: 0.7em;
  line-height: 2.4;
}
#menu .cont_wrapper .tile {
  line-height: 2;
}
#menu .cont_wrapper .tile .cont_catch {
  font-family: "Noto Sans CJK";
  font-weight: 300;
  letter-spacing: 0.15em;
  transform: scale(0.88, 1);
  margin-left: -6.8%;
  color: #C6924A;
  font-size: 1.8em;
  margin-top: 1em;
  margin-bottom: 0.5em;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) {
  #menu .cont_wrapper .tile .cont_catch {
    font-size: 2.4em;
  }
}
#menu .cont_wrapper .tile .cont_catch small {
  display: block;
  color: #999;
  font-size: 0.5em;
  letter-spacing: 1.2;
}
#menu .cont_wrapper .tile .cont_list .name {
  /*
  &::before {
      content: "●";
      color: $color1;
      padding-right: .2em;
  }
  */
  margin: 2em 0 0.25em;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  #menu .cont_wrapper .tile .cont_list .name {
    font-size: 1.3em;
  }
}
#menu .cont_wrapper .tile .cont_list .name.nodetail {
  margin: 0.5em 0 0.25em;
}
@media only screen and (max-width: 479px) {
  #menu .cont_wrapper .tile .cont_list .name small {
    display: block;
  }
}
#menu .cont_wrapper .tile .cont_list .detail {
  color: #888;
  line-height: 1.8;
}
#menu .cont_wrapper .tile .cont_list dd.tags {
  margin-top: 0.5em;
}
#menu .cont_wrapper .tile .cont_list dd.tags .tag {
  display: inline-block;
  margin: 0 0.3em 0.5em 0;
  padding: 0.4em 0.8em;
  border: 1px solid #ddd;
  border-radius: 3em;
  color: #888;
  font-size: 0.8em;
  line-height: 1;
}
#menu .cont_wrapper .tile .cont_list dt.more {
  font-family: "Noto Sans CJK";
  font-weight: 300;
  letter-spacing: 0.15em;
  transform: scale(0.88, 1);
  margin-left: -6.8%;
  margin-bottom: 0.5em;
  color: #888;
}
#menu .cont_wrapper .tile .cont_list dd.more {
  margin-top: 0.5em;
  color: #888;
}
#menu .cont_wrapper .tile .cont_list dd.more li {
  font-weight: bold;
}
#menu .cont_wrapper .tile .cont_list dd.more li.list {
  list-style: inside circle;
}
#menu .cont_wrapper .tile .cont_list dd.more li.list::marker {
  color: #C6924A;
}
#menu .cont_wrapper .tile .cont_list dd.more li small {
  font-size: 1em;
  font-weight: normal;
}
#menu .cont_wrapper .tile .cont_list .taxinclude {
  margin-left: 0.5em;
  color: #666;
  font-size: 0.8em;
  font-weight: normal;
}
#menu .cont_wrapper .tile .more {
  font-size: 0.9em;
}

#access {
  background: url(../img/access_bg.jpg) center center no-repeat;
  background-size: cover;
}
#access .cont_wrapper {
  text-align: center;
  margin-bottom: 3em;
}
@media only screen and (min-width: 768px) {
  #access .cont_wrapper {
    text-align: left;
    margin-bottom: 0;
  }
}
#access .cont_wrapper .salon_name {
  font-family: "Noto Sans CJK";
  font-weight: 300;
  letter-spacing: 0.15em;
  color: #C6924A;
  font-size: 1.2em;
  margin-bottom: 1em;
}
#access .cont_wrapper .salon_name small {
  font-size: 0.7em;
}
#access .cont_wrapper .salon_name .rpsimg {
  max-width: 180px;
  margin-bottom: 2em;
}
#access .cont_wrapper .salon_detail {
  color: #A48B78;
  line-height: 1.8;
}
#access .cont_wrapper .salon_detail .accessmap {
  margin: 2em 0;
}
@media only screen and (min-width: 768px) {
  #access .cont_wrapper .salon_detail .accessmap .rpsimg {
    width: 75%;
    max-width: 500px;
  }
}

#footer {
  position: relative;
  padding: 2em 0;
  color: #C6924A;
}
#footer #pagetop {
  position: fixed;
  z-index: 88888;
  right: 0;
  bottom: 0;
  padding: 1em;
}
#footer #pagetop a {
  padding: 1.8em;
  font-size: 0.8em;
}
@media only screen and (min-width: 768px) {
  #footer #pagetop a {
    margin: 0 1em 1em 0;
  }
}
#footer #copyright {
  font-size: 0.7em;
}
#footer #copyright .rpsimg {
  max-width: 240px;
  padding-bottom: 2em;
}

/*  ==========================================================================
    Image Animation
    ========================================================================== */
a.imgZoom {
  -webkit-font-smoothing: antialiased;
}
a.imgZoom .img_wrapper {
  position: relative;
  overflow: hidden;
}
a.imgZoom img {
  transition: transform 0.8s ease, opacity 0.4s ease;
}
a.imgZoom:hover img {
  transform: scale(1.05, 1.05);
}
a.imgZoom:hover .btn, a.imgZoom:hover #footer #pagetop a, #footer #pagetop a.imgZoom:hover a {
  color: #fff !important;
  background: #C6924A !important;
}

a.imgFadein img, a.imgFadein .btn, a.imgFadein #footer #pagetop a, #footer #pagetop a.imgFadein a {
  transition: transform 0.8s ease, opacity 0.4s ease;
  opacity: 0.5;
}
a.imgFadein:hover img {
  opacity: 1;
}
a.imgFadein:hover .btn, a.imgFadein:hover #footer #pagetop a, #footer #pagetop a.imgFadein:hover a {
  color: #fff;
  background: #A48B78;
}

a.imgFadeout img {
  transition: transform 0.8s ease, opacity 0.4s ease;
  opacity: 1;
}
a.imgFadeout:hover img {
  opacity: 0.5;
}

a.fadeout {
  transition: transform 0.8s ease, opacity 0.4s ease;
  opacity: 1;
}
a.fadeout:hover, a.fadeout.select {
  opacity: 0.5;
}

/*  ==========================================================================
    Tile
    ========================================================================== */
.tiles {
  width: 106%;
  margin-left: -3%;
  padding: 0;
}

.tile {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 2%;
  padding: 0 3%;
}
.tile a {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 479px) {
  .tiles.colspA .tile {
    width: auto;
  }
  .tiles.colsp1 .tile {
    width: 100%;
  }
  .tiles.colsp2 .tile {
    width: 50%;
  }
  .tiles.colsp3 .tile {
    width: 33.3333333333%;
  }
  .tiles.colsp4 .tile {
    width: 25%;
  }
  .tiles.colsp5 .tile {
    width: 20%;
  }
  .tiles.colsp6 .tile {
    width: 16.6666666666%;
  }
  .tiles.colsp7 .tile {
    width: 14.2857142857%;
  }
  .tiles.colsp8 .tile {
    width: 12.5%;
  }
  .tiles.colsp9 .tile {
    width: 11.1111111111%;
  }
  .tiles.colsp10 .tile {
    width: 10%;
  }
  .tiles.colsp11 .tile {
    width: 9.0909090909%;
  }
}
@media only screen and (min-width: 480px) {
  .tiles.coltbA .tile {
    width: auto;
  }
  .tiles.coltb1 .tile {
    width: 100%;
  }
  .tiles.coltb2 .tile {
    width: 50%;
  }
  .tiles.coltb3 .tile {
    width: 33.3333333333%;
  }
  .tiles.coltb4 .tile {
    width: 25%;
  }
  .tiles.coltb5 .tile {
    width: 20%;
  }
  .tiles.coltb6 .tile {
    width: 16.6666666666%;
  }
  .tiles.coltb7 .tile {
    width: 14.2857142857%;
  }
  .tiles.coltb8 .tile {
    width: 12.5%;
  }
  .tiles.coltb9 .tile {
    width: 11.1111111111%;
  }
  .tiles.coltb10 .tile {
    width: 10%;
  }
  .tiles.coltb11 .tile {
    width: 9.0909090909%;
  }
}
@media only screen and (min-width: 768px) {
  .tiles.colpcA .tile {
    width: auto;
  }
  .tiles.colpc1 .tile {
    width: 100%;
  }
  .tiles.colpc2 .tile {
    width: 50%;
  }
  .tiles.colpc3 .tile {
    width: 33.3333333333%;
  }
  .tiles.colpc4 .tile {
    width: 25%;
  }
  .tiles.colpc5 .tile {
    width: 20%;
  }
  .tiles.colpc6 .tile {
    width: 16.6666666666%;
  }
  .tiles.colpc7 .tile {
    width: 14.2857142857%;
  }
  .tiles.colpc8 .tile {
    width: 12.5%;
  }
  .tiles.colpc9 .tile {
    width: 11.1111111111%;
  }
  .tiles.colpc10 .tile {
    width: 10%;
  }
  .tiles.colpc11 .tile {
    width: 9.0909090909%;
  }
}
@media only screen and (min-width: 1024px) {
  .tiles.coldpA .tile {
    width: auto;
  }
  .tiles.coldp1 .tile {
    width: 100%;
  }
  .tiles.coldp2 .tile {
    width: 50%;
  }
  .tiles.coldp3 .tile {
    width: 33.3333333333%;
  }
  .tiles.coldp4 .tile {
    width: 25%;
  }
  .tiles.coldp5 .tile {
    width: 20%;
  }
  .tiles.coldp6 .tile {
    width: 16.6666666666%;
  }
  .tiles.coldp7 .tile {
    width: 14.2857142857%;
  }
  .tiles.coldp8 .tile {
    width: 12.5%;
  }
  .tiles.coldp9 .tile {
    width: 11.1111111111%;
  }
  .tiles.coldp10 .tile {
    width: 10%;
  }
  .tiles.coldp11 .tile {
    width: 9.0909090909%;
  }
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before, .cont_wrapper.colpc2:before,
.clearfix:after,
.cont_wrapper.colpc2:after {
  content: " ";
  display: table;
}

.clearfix:after, .cont_wrapper.colpc2:after {
  clear: both;
}

.clearfix, .cont_wrapper.colpc2 {
  *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  *,
*:before,
*:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}
header {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  padding: 0 !important;
  /*
  .logo {
      background: red;
      position: relative;
      width: 100%;
      text-align: center;
      @include overPC {
          position: absolute;
          left: 0;
          text-align: left;
      }
      .rpsimg {
          width: 50%;
          max-width: 180px;
      }
  }*/
}
header .reserve {
  padding: 1em 0;
  color: #888;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
}
@media only screen and (min-width: 480px) {
  header .reserve {
    padding: 1em 0.5em;
    text-align: right;
  }
}
header .reserve li {
  display: inline-block;
  line-height: 2em;
  vertical-align: middle;
  font-size: 0.8em;
}
header .reserve li .tel {
  margin-right: 0.5em;
  font-size: 1.2em;
  font-weight: bold;
}
@media only screen and (min-width: 480px) {
  header .reserve li {
    font-size: 0.9em;
  }
}
@media only screen and (min-width: 768px) {
  header .reserve li {
    margin-left: 0.5em;
  }
}