@charset "UTF-8";
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: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
}

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

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;
  border: 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 #000;
  cursor: help;
}

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

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

input, select {
  vertical-align: middle;
}

body {
  font: 13px/1.231 arial,helvetica,clean,sans-serif;
  *font-size: small;
  *font: x-small;
}

select, input, button, textarea, button {
  font: 99% arial,helvetica,clean,sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

html {
  /*overflow-y: scroll;*/
}

body, input, textarea {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.ofh {
  overflow: hidden;
}

@font-face {
  font-family: 'glamorlight';
  src: url("../font/glamor.light-webfont.eot");
  src: url("../font/glamor.light-webfont.eot?#iefix") format("embedded-opentype"), url("../font/glamor.light-webfont.woff2") format("woff2"), url("../font/glamor.light-webfont.woff") format("woff"), url("../font/glamor.light-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
  background: #040922;
  color: #705f2f;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

@media all and (min-width: 768px) {
  .sp {
    display: none;
  }
}

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

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[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 */
/* Icons */
@font-face {
  /*
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
*/
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

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

.slick-dots {
  position: absolute;
  bottom: -55px;
  height: 13px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  box-shadow: 0px 0px 6px 0px rgba(255, 255, 255, 0.004);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  padding: 0;
  margin: 2px 0px;
  border: solid 2px #705f2f;
  cursor: pointer;
}

.slick-dots li:before {
  border-radius: 50%;
  background: #705f2f;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 3px;
  margin-top: -2px;
  margin-left: -1px;
  transition: opacity 0.8s;
  opacity: 0;
}

.slick-dots li.slick-active:before {
  opacity: 1;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 100%;
  /*
    width: 20px;
    height: 20px;
    padding: 5px;
*/
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:before {
  /*
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
*/
}

.slick-dots li.slick-active button:before {
  /*
    opacity: .75;
    color: black;
*/
}

a {
  color: #705f2f;
}

.cnt {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

@media all and (min-width: 768px) {
  .cnt {
    max-width: 990px;
  }
}

.header {
  position: relative;
}

.header .kvImg {
  background-position: center center;
  background-size: cover;
  position: relative;
  padding-top: 75%;
}

.header .grd {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 60%;
  width: 100%;
  background: #040922;
  background: linear-gradient(0deg, #040922 0%, rgba(4, 9, 34, 0) 100%);
}

.header h1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

.header h1 img {
  width: 33%;
  max-width: 250px;
}

.header .slick-dots li {
  margin: 0px 2px;
}

@media all and (min-width: 768px) {
  .header .kvImg {
    padding-top: 0%;
    height: 640px;
  }
}

.intro {
  font-family: "Sawarabi Mincho";
  text-align: justify;
  padding: 80px 40px;
  line-height: 2;
  letter-spacing: 0.1em;
  font-size: 13px;
}

@media all and (min-width: 768px) {
  .intro {
    padding: 120px 30px;
    text-align: center;
    line-height: 2.3;
    font-size: 16px;
  }
}

.inr {
  padding: 30px 30px;
}

@media all and (min-width: 768px) {
  .inr {
    padding: 60px 60px;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
  }
}

.sctnImg {
  line-height: 0;
}

.sctnImg img {
  width: 100%;
}

.sctnTtl {
  font-family: 'glamorlight';
  text-align: center;
  padding-top: 50px;
  font-size: 25px;
  letter-spacing: 0.05em;
}

@media all and (min-width: 768px) {
  .sctnTtl {
    padding-top: 100px;
    font-size: 30px;
  }
}

.menuBlock {
  margin-bottom: 50px;
}

.menuBlock .sctnTtl img {
  width: 64px;
}

.menuBlock .menuTxt {
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 2;
  border-bottom: #705f2f solid 1px;
  margin-bottom: 30px;
}

.menuBlock .menuTxt dl {
  padding: 20px 0px;
  display: flex;
  flex-wrap: wrap;
  border-top: #705f2f solid 1px;
}

.menuBlock .menuTxt dt {
  position: relative;
  width: 100%;
  font-size: 13px;
  cursor: pointer;
  font-weight: bold;
}

.menuBlock .menuTxt dt:before {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1px;
  background: #705f2f;
  content: '';
  width: 17px;
  height: 2px;
}

.menuBlock .menuTxt dt:after {
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -8px;
  background: #705f2f;
  content: '';
  width: 2px;
  height: 17px;
}

.menuBlock .menuTxt dt.open:after {
  display: none;
}

.menuBlock .menuTxt dd {
  display: none;
  margin-top: 20px;
  width: 100%;
  letter-spacing: 0.05em;
  background: #020411;
  padding: 15px 20px;
  line-height: 2.5;
  font-size: 10px;
}

@media all and (min-width: 768px) {
  .menuBlock {
    margin-bottom: 100px;
  }
  .menuBlock .menuTxt dt {
    font-size: 14px;
  }
  .menuBlock .menuTxt dd {
    font-size: 12px;
  }
}

.infoBlock {
  margin-bottom: 50px;
}

.infoBlock .sctnTtl img {
  width: 46px;
}

.infoBlock .infoTxt {
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: 30px;
}

.infoBlock .infoTxt dl {
  padding: 20px 0px;
  display: flex;
  flex-wrap: wrap;
  border-bottom: #705f2f solid 1px;
}

.infoBlock .infoTxt dl dt {
  width: 25%;
  font-weight: bold;
}

@media all and (max-width: 767px) {
  .infoBlock .infoTxt dl dt {
    width: 100%;
  }
}

@media all and (min-width: 768px) {
  .infoBlock .map iframe {
    height: 500px;
  }
  .infoBlock .infoTxt {
    font-size: 15px;
  }
  .infoBlock .infoTxt dl {
    padding: 35px 0px;
  }
}

.igBlock {
  margin-bottom: 90px;
}

.igBlock .sctnTtl {
  padding-top: 0;
}

.igBlock .sctnTtl img {
  width: 116px;
}

.igBlock .imgList {
  display: flex;
  flex-wrap: wrap;
}

.igBlock .imgList li {
  width: 50%;
}

.igBlock .imgList li a {
  display: block;
  width: 100%;
  padding-top: 100%;
  background-position: center center;
  background-size: cover;
}

@media all and (max-width: 767px) {
  .igBlock .imgList li:nth-child(n + 5) {
    display: none;
  }
}

@media all and (min-width: 768px) {
  .igBlock .imgList li {
    width: 25%;
  }
}

.igBlock .icn {
  text-align: center;
  line-height: 0;
}

.igBlock .icn img {
  width: 30px;
}

@media all and (min-width: 768px) {
  .igBlock {
    margin-bottom: 200px;
  }
}

.rentalBlock .sctnTtl {
  margin-top: 0;
}

.rentalBlock .sctnTtl img {
  width: 148px;
}

.rentalBlock_cnt {
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 2;
  border-top: #705f2f solid 1px;
  margin-bottom: 30px;
}

.rentalBlock_cnt dl {
  padding: 20px 0px;
  border-bottom: #705f2f solid 1px;
}

.rentalBlock_cnt dt {
  font-weight: bold;
  font-size: 14px;
  width: 100%;
}

.rentalBlock_cnt dd {
  font-size: 11px;
}

.rentalBlock_cnt .addTxt {
  margin-top: 20px;
  font-size: 11px;
}

.rentalBlock_cnt a {
  margin-top: 30px;
  text-decoration: none;
  border: #705f2f solid 1px;
  display: block;
  padding: 10px 0px;
  text-align: center;
}

@media all and (min-width: 768px) {
  .rentalBlock_cnt dl {
    padding: 35px 0px;
  }
  .rentalBlock_cnt dt {
    font-size: 16px;
    margin-bottom: 0.5em;
  }
  .rentalBlock_cnt dd, .rentalBlock_cnt .addTxt {
    font-size: 13px;
  }
  .rentalBlock_cnt a {
    font-size: 15px;
    padding: 20px 0px;
  }
}

footer {
  padding: 80px 0px;
  text-align: center;
  font-family: 'glamorlight';
  font-size: 12px;
  letter-spacing: 0.05em;
}

/*# sourceMappingURL=../css/style.map */