@charset "UTF-8";
body {
  letter-spacing: .09em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  word-break: break-all;
  -webkit-text-size-adjust: 100%; }

/*---------------------------------------------------------
	reset
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 12px;
  vertical-align: baseline;
  background: transparent;
  color: #332401; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

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

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #D6D6D6;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }

a:link {
  color: #4A4446;
  text-decoration: none;
  outline: none; }

a:visited {
  color: #4A4446;
  text-decoration: none; }

a:hover {
  color: #4A4446;
  text-decoration: none; }

a:active {
  color: #4A4446;
  text-decoration: none; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none !important; }

img {
  vertical-align: text-bottom;
  line-height: 1; }

.center {
  text-align: center; }

/*---------------------------------------------------------
	mixin
*/
a:hover {
  opacity: .7; }

/*---------------------------------------------------------
	lity
*/
/*! Lity - v1.6.6 - 2016-04-22
* http://sorgalla.com/lity/
* Copyright (c) 2016 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.lity.lity-opened {
  opacity: 1; }

.lity.lity-closed {
  opacity: 0; }

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important; }

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.lity-loading .lity-loader {
  opacity: 1; }

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important; }

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; }

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8); }

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0; }

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close:active {
  top: 1px; }

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0; }

/* iFrame */
.lity-iframe .lity-container {
  width: 100%;
  max-width: 964px; }

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch; }

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

.lity-hide {
  display: none; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../images/common/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/../font/slick.eot");
  src: url("./fonts/../font/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/../font/slick.woff") format("woff"), url("./fonts/../font/slick.ttf") format("truetype"), url("./fonts/../font/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover,
  .slick-next:hover {
    opacity: .8; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev {
  left: 0;
  background: #b28850; }
  .slick-prev:before {
    position: absolute;
    top: 10px;
    left: 12px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    content: "";
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff; }

.slick-next {
  right: 0;
  background: #b28850; }
  .slick-next:before {
    position: absolute;
    top: 10px;
    left: 6px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/*---------------------------------------------------------
	header
*/
@media screen and (max-width: 768px) {
  #l-heder {
    position: fixed;
    top: 0;
    z-index: 15;
    background: url(../images/common/bg.png) repeat; } }

.head {
  width: 1000px;
  margin: 0 auto;
  padding: 36px 0;
  letter-spacing: -.8em; }
  @media screen and (max-width: 768px) {
    .head {
      width: 100%;
      height: 65px;
      padding: 15px 3% 5px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; } }
  .head__left, .head__right {
    width: 500px;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle; }
  @media screen and (max-width: 768px) {
    .head__left {
      width: 300px; }
      .head__left img {
        width: 100%; } }
  .head__right__station {
    text-align: right;
    font-weight: bold;
    font-size: 12px;
    line-height: 24px; }
    @media screen and (max-width: 768px) {
      .head__right__station {
        display: none; } }

/*---------------------------------------------------------
	global-nav
*/
#l-globalNav {
  background: #231815; }
  @media screen and (max-width: 768px) {
    #l-globalNav {
      position: fixed;
      top: -500px;
      z-index: 10;
      -webkit-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      width: 100%; } }
  #l-globalNav.is-open {
    -webkit-transform: translateY(560px);
    -ms-transform: translateY(560px);
    -moz-transform: translateY(560px);
    -o-transform: translateY(560px);
    transform: translateY(560px); }

.globalNav {
  width: 1000px;
  margin: 0 auto;
  letter-spacing: -.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media screen and (max-width: 768px) {
    .globalNav {
      width: 100%;
      display: block; } }
  .globalNav__link {
    color: #5f5755;
    text-align: center;
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 60px;
    padding: 0 38px; }
    @media screen and (max-width: 768px) {
      .globalNav__link {
        font-size: 14px;
        line-height: 25px;
        padding: 5px; } }
    .globalNav__link a {
      display: block;
      color: #ffffff; }
    .globalNav__link:first-child {
      padding-left: 25px; }
      @media screen and (max-width: 768px) {
        .globalNav__link:first-child {
          padding: 15px 5px 5px; } }
    .globalNav__link:last-child {
      padding-right: 25px; }
      @media screen and (max-width: 768px) {
        .globalNav__link:last-child {
          padding: 5px 5px 20px; } }
  .globalNav--toggle {
    display: none;
    position: fixed;
    right: 3%;
    top: 23px;
    width: 24px;
    height: 26px;
    cursor: pointer;
    z-index: 101; }
    @media screen and (max-width: 768px) {
      .globalNav--toggle {
        display: block; } }
    .globalNav--toggle div {
      position: relative; }
    .globalNav--toggle span {
      display: block;
      position: absolute;
      height: 1px;
      width: 100%;
      background: #666;
      left: 0;
      -webkit-transition: all 0.35s ease-in-out;
      -ms-transition: all 0.35s ease-in-out;
      -moz-transition: all 0.35s ease-in-out;
      -o-transition: all 0.35s ease-in-out;
      transition: all 0.35s ease-in-out; }
      .globalNav--toggle span:nth-child(1) {
        top: 0; }
      .globalNav--toggle span:nth-child(2) {
        top: 8px; }
      .globalNav--toggle span:nth-child(3) {
        top: 16px; }
    .globalNav--toggle.is-on span:nth-child(1) {
      top: 11px;
      -webkit-transform: rotate(315deg);
      -ms-transform: rotate(315deg);
      -moz-transform: rotate(315deg);
      -o-transform: rotate(315deg);
      transform: rotate(315deg); }
    .globalNav--toggle.is-on span:nth-child(2) {
      width: 0;
      left: 50%; }
    .globalNav--toggle.is-on span:nth-child(3) {
      top: 11px;
      -webkit-transform: rotate(-315deg);
      -ms-transform: rotate(-315deg);
      -moz-transform: rotate(-315deg);
      -o-transform: rotate(-315deg);
      transform: rotate(-315deg); }

/*---------------------------------------------------------
	common
*/
#l-container {
  min-width: 1030px;
  background: url(../images/common/bg.png) repeat;
  background-size: 100% auto; }
  @media screen and (max-width: 768px) {
    #l-container {
      min-width: 100%;
      margin-top: 65px; } }

@media screen and (max-width: 768px) {
  .pc {
    display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 768px) {
    .sp {
      display: block; } }

.bg__black {
  background: #161616;
  padding-bottom: 40px; }
  @media screen and (max-width: 768px) {
    .bg__black {
      padding-bottom: 0; } }

.breadcrumb {
  width: 1000px;
  margin: 0 auto;
  letter-spacing: -.8em;
  display: none; }
  @media screen and (max-width: 768px) {
    .breadcrumb {
      display: none; } }
  .breadcrumb__list {
    letter-spacing: normal;
    display: inline-block;
    padding: 25px 0; }
    .breadcrumb__list:before {
      content: ">";
      display: inline-block;
      padding: 0 5px; }
    .breadcrumb__list:first-child:before {
      display: none;
      padding-left: 0; }

.content {
  width: 1000px;
  margin: 0 auto; }
  .content--w {
    background: #fff; }
  .content--big {
    width: auto;
    max-width: 1400px;
    min-width: 1000px; }
    @media screen and (max-width: 768px) {
      .content--big {
        min-width: 100%; } }
  @media screen and (max-width: 768px) {
    .content {
      width: 100%; } }
  .content__mv img {
    width: 100%;
    height: auto; }
  .content__ttl {
    text-align: center;
    padding: 95px 0; }
    @media screen and (max-width: 768px) {
      .content__ttl {
        padding: 10% 0; } }
    .content__ttl--h {
      padding: 35px 0; }
      @media screen and (max-width: 768px) {
        .content__ttl--h {
          padding: 10% 0; } }
  .content__congestionBtn {
    text-align: center;
    margin-top: 90px; }
    @media screen and (max-width: 768px) {
      .content__congestionBtn {
        margin: 10% 15% 0;
        padding-bottom: 5%; }
        .content__congestionBtn img {
          width: 100%; } }

.btnVacancy {
  text-align: center;
  margin-bottom: 70px; }
  @media screen and (max-width: 768px) {
    .btnVacancy {
      margin: 5% 0 10%; }
      .btnVacancy img {
        width: 60%; } }

/*---------------------------------------------------------
	TOP
*/
.mainVisual {
  position: relative;
  min-width: 1030px;
  margin-top: 3px; }
  @media screen and (max-width: 768px) {
    .mainVisual {
      min-width: 100%;
      margin-top: 0; } }
  .mainVisual h2 a {
    opacity: 1; }
  .mainVisual__img img {
    width: 100%; }
  .mainVisual__catch {
    text-align: center;
    height: 60px;
    padding: 16px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../images/top/main_bg.png);
    background-size: 100% auto; }
    @media screen and (max-width: 768px) {
      .mainVisual__catch {
        height: auto;
        padding: 2% 0; }
        .mainVisual__catch img {
          width: 80%; } }

.mainAppeal {
  min-width: 1030px; }
  @media screen and (max-width: 768px) {
    .mainAppeal {
      min-width: 100%; } }
  .mainAppeal__wrap {
    padding: 55px 0 0;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .mainAppeal__wrap {
        padding: 4% 3% 0; }
        .mainAppeal__wrap img {
          width: 100%; } }
    .mainAppeal__wrap__ttl {
      margin-bottom: 25px; }
      @media screen and (max-width: 768px) {
        .mainAppeal__wrap__ttl {
          margin-bottom: 3%; } }

.mainInfo {
  text-align: center;
  position: relative;
  width: 1000px;
  margin: 0 auto;
  background: #fff;
  padding: 37px 0; }
  @media screen and (max-width: 768px) {
    .mainInfo {
      width: 100%;
      padding: 3% 0 1%; }
      .mainInfo img {
        width: 100%;
        height: auto; } }
  .mainInfo__list {
    position: relative;
    width: 1000px;
    margin: 0 auto 50px;
    padding-top: 60px;
    letter-spacing: -.8em; }
    .mainInfo__list:after {
      position: absolute;
      top: 10px;
      left: 0;
      content: "";
      width: 1000px;
      height: 11px;
      background: url(../images/top/line.png) no-repeat;
      background-size: 100% auto; }
      @media screen and (max-width: 768px) {
        .mainInfo__list:after {
          width: 96%;
          left: 2%; } }
    @media screen and (max-width: 768px) {
      .mainInfo__list {
        width: 100%;
        margin-bottom: 0;
        padding-top: 8%; } }
    .mainInfo__list__item {
      position: relative; }
      @media screen and (max-width: 768px) {
        .mainInfo__list__item {
          width: 100%;
          padding: 1% 2%;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; } }
      .mainInfo__list__item:nth-child(2) {
        width: 234px;
        margin-left: 20px; }
        @media screen and (max-width: 768px) {
          .mainInfo__list__item:nth-child(2) {
            width: 60%;
            margin: 1% 0 0; } }
  .mainInfo__price {
    position: relative; }
    .mainInfo__price:before, .mainInfo__price:after {
      position: absolute;
      top: 10px;
      margin: auto;
      content: "";
      width: 35px;
      height: 114px;
      background: url(../images/top/icon_01.png) no-repeat; }
      @media screen and (max-width: 768px) {
        .mainInfo__price:before, .mainInfo__price:after {
          display: none; } }
    .mainInfo__price:before {
      left: 0; }
    .mainInfo__price:after {
      right: 0;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    @media screen and (max-width: 768px) {
      .mainInfo__price {
        width: 100%; } }
    @media screen and (max-width: 768px) {
      .mainInfo__price__item {
        margin: 2%; } }
  .mainInfo__facility {
    position: relative;
    margin: 27px auto 0;
    padding-bottom: 48px;
    letter-spacing: -.8em; }
    @media screen and (max-width: 768px) {
      .mainInfo__facility {
        margin-top: 3%;
        padding-bottom: 8%; } }
    .mainInfo__facility:after {
      position: absolute;
      bottom: 0;
      left: 0;
      content: "";
      width: 1000px;
      height: 11px;
      background: url(../images/top/line.png) no-repeat;
      background-size: 100% auto; }
      @media screen and (max-width: 768px) {
        .mainInfo__facility:after {
          width: 96%;
          left: 2%; } }
    .mainInfo__facility__item {
      display: inline-block;
      letter-spacing: normal;
      width: 162px;
      font-size: 13px;
      color: #fff;
      background: #bfa666;
      padding: 15px 0; }
      @media screen and (max-width: 768px) {
        .mainInfo__facility__item {
          width: 30%;
          font-size: 10px;
          margin: .5%;
          padding: 3% 0; } }
      .mainInfo__facility__item:nth-child(2n) {
        background: #877546; }

.mainCategory__wrap {
  width: 1000px;
  margin: 0 auto;
  padding: 75px 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media screen and (max-width: 768px) {
    .mainCategory__wrap {
      display: block;
      width: 100%;
      padding: 3% 3% 2%; }
      .mainCategory__wrap img {
        width: 100%; } }
  .mainCategory__wrap__nav {
    margin: 0 10px; }
    @media screen and (max-width: 768px) {
      .mainCategory__wrap__nav {
        letter-spacing: -.8em;
        display: inline-block;
        width: 49%;
        margin: 0;
        margin-bottom: 1.8%; } }
    .mainCategory__wrap__nav:first-child {
      margin-left: 0; }
      @media screen and (max-width: 768px) {
        .mainCategory__wrap__nav:first-child {
          margin-right: 2%; } }
    .mainCategory__wrap__nav:last-child {
      margin-right: 0; }
      @media screen and (max-width: 768px) {
        .mainCategory__wrap__nav:last-child {
          margin-left: 2%; } }

/*---------------------------------------------------------
	FACILITY
*/
.facility {
  letter-spacing: -.8em; }
  @media screen and (max-width: 768px) {
    .facility {
      margin: 0 3%; }
      .facility img {
        width: 100%; } }
  .facility__item {
    display: inline-block;
    letter-spacing: normal;
    margin-right: 17px;
    vertical-align: top; }
    @media screen and (max-width: 768px) {
      .facility__item {
        width: 49%;
        margin: 0 0 2%; }
        .facility__item:nth-child(2n) {
          margin: 0 0 4% 2%; } }
    .facility__item:nth-child(4n) {
      margin-right: 0; }
    .facility__item__cap {
      color: #000;
      font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      font-size: 16px;
      border-left: 6px solid #000;
      border-bottom: 1px solid #000;
      margin: 10px 0 40px;
      padding: 10px 0 10px 17px; }
      @media screen and (max-width: 768px) {
        .facility__item__cap {
          font-size: 13px;
          border-left: 4px solid #000;
          margin: 5% 0 1%;
          padding: 4% 0 4% 4%; } }
      .facility__item__cap--spacing {
        letter-spacing: -2.5px; }
  .facility__note {
    color: #000;
    font-size: 14px;
    margin: -10px 0 0; }
    @media screen and (max-width: 768px) {
      .facility__note {
        font-size: 11px;
        line-height: 18px;
        margin: 1% 3%; } }
  .facility__security {
    margin-top: 75px; }
    @media screen and (max-width: 768px) {
      .facility__security {
        margin-top: 10%; }
        .facility__security img {
          width: 100%; } }
  .facility--btnVacancy {
    text-align: center;
    max-width: 1000px;
    margin: 50px auto 115px; }
    @media screen and (max-width: 768px) {
      .facility--btnVacancy {
        margin: 5% 0 10%; }
        .facility--btnVacancy img {
          width: 60%; } }

/*---------------------------------------------------------
	OUTLINE
*/
.outline {
  padding: 65px;
  background: #fff; }
  @media screen and (max-width: 768px) {
    .outline {
      padding: 5% 0; } }
  .outline__main {
    width: 1000px;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .outline__main {
        width: 100%; } }
    .outline__main__ttl {
      font-size: 24px;
      line-height: 24px;
      margin-bottom: 25px;
      padding-bottom: 20px;
      border-bottom: 1px #000 solid; }
      @media screen and (max-width: 768px) {
        .outline__main__ttl {
          font-size: 16px;
          line-height: 20px;
          margin: 0 3% 2%;
          padding-bottom: 2%; } }
    .outline__main__info {
      margin-bottom: 50px; }
      .outline__main__info:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        padding: 0 0.4em 0 0;
        clear: both;
        height: 0; }
      @media screen and (max-width: 768px) {
        .outline__main__info {
          margin: 0 3% 6%; } }
      .outline__main__info__ttl, .outline__main__info__txt {
        float: left;
        font-size: 14px;
        line-height: 38px; }
        @media screen and (max-width: 768px) {
          .outline__main__info__ttl, .outline__main__info__txt {
            font-size: 12px;
            line-height: 22px; } }
      .outline__main__info__ttl {
        width: 140px; }
        @media screen and (max-width: 768px) {
          .outline__main__info__ttl {
            width: 30%; } }
      .outline__main__info__txt {
        width: 860px; }
        @media screen and (max-width: 768px) {
          .outline__main__info__txt {
            width: 70%; } }

/*---------------------------------------------------------
	LOCATION
*/
.location__img {
  margin-bottom: 93px; }
  @media screen and (max-width: 768px) {
    .location__img {
      margin-bottom: 7%; } }
  .location__img img {
    width: 100%;
    height: auto; }

.location__cap {
  text-align: center;
  margin-bottom: 80px; }
  @media screen and (max-width: 768px) {
    .location__cap {
      margin: 0 5% 5%; }
      .location__cap img {
        width: 100%; } }

.location__main {
  width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .location__main {
      width: 100%; }
      .location__main img {
        width: 100%; } }
  .location__main__info__list {
    text-align: center;
    letter-spacing: -.8em; }
    @media screen and (max-width: 768px) {
      .location__main__info__list {
        margin: 0 3%; }
        .location__main__info__list img {
          width: 100%;
          height: auto; } }
    .location__main__info__list__item {
      display: inline-block;
      vertical-align: top;
      letter-spacing: normal;
      margin: 0 0 50px 23px; }
      @media screen and (max-width: 768px) {
        .location__main__info__list__item {
          width: 48%;
          margin: 0 0 3% 2%; }
          .location__main__info__list__item:nth-child(1) {
            margin-left: 0 !important; }
          .location__main__info__list__item:nth-child(3) {
            margin-left: 0; }
          .location__main__info__list__item:nth-child(5) {
            margin-left: 0; } }
      .location__main__info__list__item:nth-child(3n+1) {
        margin-left: 0; }
        @media screen and (max-width: 768px) {
          .location__main__info__list__item:nth-child(3n+1) {
            margin-left: 2%; } }
      .location__main__info__list__item__name {
        text-align: left;
        color: #bfa666;
        font-size: 18px;
        margin-top: 10px;
        letter-spacing: -.01em; }
        @media screen and (max-width: 768px) {
          .location__main__info__list__item__name {
            font-size: 13px;
            margin: 5% 0 1%; } }
      .location__main__info__list__item__cap {
        text-align: left;
        color: #332818;
        font-size: 18px;
        border-left: 6px solid #bfab64;
        border-bottom: 1px solid #bfab64;
        margin-top: 15px;
        padding: 7px 0 7px 10px; }
        @media screen and (max-width: 768px) {
          .location__main__info__list__item__cap {
            font-size: 13px;
            border-left: 4px solid #bfab64;
            margin: 5% 0 1%;
            padding: 4% 0 4% 4%; } }
    .location__main__info__list__map {
      margin: 0 0 40px; }
      @media screen and (max-width: 768px) {
        .location__main__info__list__map {
          margin: 2% 0 6%; } }

/*---------------------------------------------------------
	ACCESS
*/
@media screen and (max-width: 768px) {
  .access img {
    width: 100%; } }

.access__cap {
  text-align: center;
  margin-bottom: 40px; }
  @media screen and (max-width: 768px) {
    .access__cap {
      margin: 0 3% 5%; } }

.access__main {
  padding-bottom: 50px;
  background: url(../images/access/line.png) no-repeat bottom center; }
  @media screen and (max-width: 768px) {
    .access__main {
      padding-bottom: 1%;
      background-size: 100% auto; } }
  .access__main__img {
    text-align: center;
    margin-bottom: 35px; }
    @media screen and (max-width: 768px) {
      .access__main__img {
        margin-bottom: 5%; } }
  .access__main__info {
    text-align: center; }
    .access__main__info__img {
      background: url(../images/access/line.png) no-repeat top center;
      padding-top: 40px; }
      @media screen and (max-width: 768px) {
        .access__main__info__img {
          background-size: 100% auto;
          padding: 6% 2% 1%; }
          .access__main__info__img img {
            width: 100%; } }
    .access__main__info__note {
      font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      color: #000000;
      text-align: center;
      font-size: 14px;
      line-height: 20px; }
      @media screen and (max-width: 768px) {
        .access__main__info__note {
          text-align: left;
          margin: 0 3% 5%;
          font-size: 11px;
          line-height: 16px; } }

.access__taxi {
  text-align: center;
  max-width: 844px;
  margin: -40px auto 65px; }
  @media screen and (max-width: 768px) {
    .access__taxi {
      margin: -1% 2% 10%; } }
  @media screen and (max-width: 768px) {
    .access__taxi__img img {
      width: 100%; } }
  .access__taxi__note {
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #000000;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    margin-top: 15px; }
    @media screen and (max-width: 768px) {
      .access__taxi__note {
        margin: 2% 0 5%;
        font-size: 11px;
        line-height: 16px; } }

/*---------------------------------------------------------
	MODEL ROOM
*/
.modelroom {
  width: 930px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    .modelroom {
      width: 100%;
      padding: 0 3%; } }

.modelroomBox {
  width: 439px;
  display: inline-block;
  letter-spacing: -.8em;
  margin-bottom: 50px; }
  @media screen and (max-width: 768px) {
    .modelroomBox {
      width: 100%; } }
  .modelroomBox:nth-of-type(2n) {
    margin-left: 45px; }
    @media screen and (max-width: 768px) {
      .modelroomBox:nth-of-type(2n) {
        margin-left: 0; } }
  .modelroomBox img {
    width: 100%;
    height: auto; }
  .modelroomBox__photo {
    position: relative; }

/*---------------------------------------------------------
	ROOM PLAN
*/
@media screen and (max-width: 768px) {
  .plan img {
    width: 100%; } }

.plan__list {
  margin: 0 auto;
  letter-spacing: -.8em; }
  @media screen and (max-width: 768px) {
    .plan__list {
      text-align: center;
      margin: 0 3% 1%; } }
  .plan__list__item {
    display: inline-block;
    margin-right: 42px;
    margin-bottom: 36px; }
    @media screen and (max-width: 768px) {
      .plan__list__item {
        width: 49%;
        margin: 0 0 2%; }
        .plan__list__item:nth-child(2n) {
          margin: 0 0 2% 2%; } }
    .plan__list__item:nth-child(3n) {
      margin-right: 0; }

.plan__note {
  font-size: 14px;
  line-height: 22px;
  margin: 0 35px; }
  @media screen and (max-width: 768px) {
    .plan__note {
      text-align: right;
      font-size: 11px;
      margin: 0 3%; } }

.plan__table {
  width: 930px;
  margin: 70px auto 0; }
  @media screen and (max-width: 768px) {
    .plan__table {
      width: 94%;
      margin: 8% auto 2%; } }
  .plan__table .table {
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    width: 100%;
    text-align: center; }
    .plan__table .table__direction {
      width: 236px;
      font-size: 16px;
      text-align: center;
      background: #fff;
      padding: 16px 0;
      border: #000 solid 1px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      @media screen and (max-width: 768px) {
        .plan__table .table__direction {
          width: 23.5%;
          font-size: 12px;
          padding: 2% 0; } }
    .plan__table .table__type {
      font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
      font-weight: bold;
      font-size: 12px;
      padding: 7px 0; }
      @media screen and (max-width: 768px) {
        .plan__table .table__type {
          font-size: 10px;
          padding: 3% 0;
          letter-spacing: -.01em; } }
    .plan__table .table__no {
      color: #fff;
      font-size: 22px;
      line-height: 35px;
      padding: 0 5px;
      border: 1px solid #fff;
      border-left: 0;
      border-top: 0;
      vertical-align: middle;
      background: #000; }
      @media screen and (max-width: 768px) {
        .plan__table .table__no {
          font-size: 12px; } }
    .plan__table .table__block {
      width: 20%;
      border: 1px solid #000; }
    .plan__table .table__men {
      color: #fff;
      font-size: 18px;
      padding: 7px 0;
      background: #5b3809; }
      @media screen and (max-width: 768px) {
        .plan__table .table__men {
          font-size: 12px; } }
    .plan__table .table__floor {
      color: #dc0000;
      font-size: 17px;
      letter-spacing: -.08em;
      padding: 7px 0;
      vertical-align: middle; }
      @media screen and (max-width: 768px) {
        .plan__table .table__floor {
          font-size: 12px; } }
    .plan__table .table__yen {
      font-style: italic;
      padding: 15px 0;
      color: #a06832;
      font-size: 22px; }
      @media screen and (max-width: 768px) {
        .plan__table .table__yen {
          font-size: 12px;
          letter-spacing: -.01em; } }
      .plan__table .table__yen span {
        color: #a06832;
        font-size: 14px; }
        @media screen and (max-width: 768px) {
          .plan__table .table__yen span {
            font-size: 10px; } }
    .plan__table .table__etc {
      font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
      font-weight: bold;
      vertical-align: middle;
      color: #a06832;
      font-size: 16px;
      line-height: 26px; }
      @media screen and (max-width: 768px) {
        .plan__table .table__etc {
          font-size: 12px;
          line-height: 18px;
          padding: 4px; } }
    .plan__table .table__note {
      color: #fff;
      font-size: 22px;
      padding: 18px 0; }
      @media screen and (max-width: 768px) {
        .plan__table .table__note {
          font-size: 12px;
          padding: 3% 0; } }
  .plan__table__note {
    text-align: right;
    font-size: 14px;
    line-height: 22px;
    margin-top: 15px;
    margin-right: 70px; }
    @media screen and (max-width: 768px) {
      .plan__table__note {
        font-size: 11px;
        margin: 0 3%; } }

.plan__security {
  margin-top: 80px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .plan__security {
      margin-top: 8%; }
      .plan__security img {
        width: 94%; } }

/*---------------------------------------------------------
	footer
*/
#l-footer {
  padding: 35px 0;
  background: #231815; }
  @media screen and (max-width: 768px) {
    #l-footer {
      padding: 7% 0; } }

.footer {
  position: relative;
  width: 1000px;
  margin: 0 auto; }
  .footer:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    padding: 0 0.4em 0 0;
    clear: both;
    height: 0; }
  @media screen and (max-width: 768px) {
    .footer {
      width: 100%; } }
  .footerLogo {
    position: absolute;
    top: 0;
    left: 0; }
    @media screen and (max-width: 768px) {
      .footerLogo {
        display: none; } }
  .footerNav {
    float: left;
    margin-top: 100px; }
    @media screen and (max-width: 768px) {
      .footerNav {
        display: none; } }
    .footerNav__link {
      color: #5f5755;
      font-weight: bold;
      font-size: 12px;
      letter-spacing: 2px;
      position: relative;
      display: inline-block;
      padding: 0 10px; }
      .footerNav__link:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        height: 13px;
        background: #fff; }
      .footerNav__link:last-child:before {
        width: 0; }
      .footerNav__link a {
        color: #fff; }
  .footerContact {
    float: right;
    width: 370px; }
    @media screen and (max-width: 768px) {
      .footerContact {
        width: 100%; } }
    @media screen and (max-width: 768px) {
      .footerContact__list {
        text-align: center; } }
    .footerContact__list__main {
      font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      color: #fff;
      font-size: 24px;
      margin-bottom: 20px; }
      @media screen and (max-width: 768px) {
        .footerContact__list__main {
          font-size: 18px;
          margin-bottom: 3%; } }
      .footerContact__list__main a {
        color: #fff; }
    .footerContact__list__time {
      color: #fff;
      font-size: 12px;
      line-height: 22px; }
      @media screen and (max-width: 768px) {
        .footerContact__list__time {
          font-size: 12px; } }
  .footer__copy {
    clear: both;
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding-top: 40px; }
    @media screen and (max-width: 768px) {
      .footer__copy {
        font-size: 10px;
        padding-top: 5%; } }


        .gmap_iframe {
          aspect-ratio: 16 / 9;
          max-width: 1000px;
          width: 100%;
          height: auto;
      }