@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 {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: top;
  border: 0;
  outline: 0;
  background: transparent;
}

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

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

blockquote, q {
  quotes: none;
}

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

a {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #000;
}

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

@media all and (min-width: 768px) {
  a {
    -webkit-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
  }
  a:hover {
    opacity: 0.6;
  }
}
.wrapper {
  width: 100%;
}

.is-pc {
  display: none;
}

@media all and (min-width: 768px) {
  .wrapper {
    width: 768px;
    margin: 0 auto;
  }
  .is-sp {
    display: none;
  }
  .is-pc {
    display: block;
  }
}
.clearfix:after {
  font-size: 0.1em;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
  overflow: hidden;
  height: 0;
  content: ".";
}

.js-scroll-in {
  opacity: 0;
}
.js-scroll-in.js-scroll-active {
  -webkit-animation: fadeInDown 1s ease-out forwards;
          animation: fadeInDown 1s ease-out forwards;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ta-c {
  text-align: center;
}

.ta-r {
  text-align: right;
}

/***************
    Header
****************/
header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header #header-logo {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
header #header-logo a, header #header-logo svg {
  display: block;
  height: 14px;
  width: 126px;
}
header #header-logo svg {
  fill: #fff;
  -webkit-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
}
header #navi {
  display: none;
  padding-left: 50px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.85);
}
header #navi .navi-inner {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 260px;
}
header #navi .navi-inner a {
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 19px;
  font-size: 1.9rem;
}
header #navi .navi-inner .header-nav {
  width: 100%;
}
header #navi .navi-inner .header-nav ul {
  text-align: center;
}
header #navi .navi-inner .header-nav ul li {
  line-height: 1;
  padding: 16px 0;
}
header #navi .navi-inner .header-timeland {
  position: absolute;
  bottom: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #4d4d4d;
  border-radius: 5px;
  padding: 15px 25px 10px;
}
header #navi .navi-inner .header-timeland img {
  width: 80px;
}
header #navi .navi-inner .header-timeland p {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 5px;
}
header #navi .navi-inner .header-bottom {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
header #navi .navi-inner .header-bottom img {
  height: 11px;
  width: 65px;
  margin-bottom: 15px;
}
header #navi .navi-inner .header-bottom ul:nth-of-type(n + 2) {
  margin-top: 10px;
}
header #navi .navi-inner .header-bottom li {
  display: inline-block;
}
header #navi .navi-inner .header-bottom li a {
  line-height: 1;
  font-size: 12px;
  font-size: 1.2rem;
}
header #navi .navi-inner .header-bottom li:nth-of-type(n + 2) a:before {
  content: "|";
  font-size: 0.8em;
  padding: 0 8px;
}
header #menu-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 53px;
  z-index: 100;
  padding: 20px 15px;
  cursor: pointer;
}
header #menu-btn .menu-btn-inner {
  position: relative;
}
header #menu-btn .menu-btn-inner .menu-btn-rod {
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease;
}
header #menu-btn .menu-btn-inner .menu-btn-rod:before, header #menu-btn .menu-btn-inner .menu-btn-rod:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  content: "";
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease;
}
header #menu-btn .menu-btn-inner .menu-btn-rod:before {
  top: 6px;
}
header #menu-btn .menu-btn-inner .menu-btn-rod:after {
  top: 12px;
}

.js-menu-active {
  position: fixed;
  height: 100%;
}
.js-menu-active body {
  position: fixed;
  height: 100%;
}
.js-menu-active body header {
  z-index: 60;
}
.js-menu-active body header #header-logo svg {
  fill: #808080;
}
.js-menu-active body header #menu-btn .menu-btn-inner .menu-btn-rod {
  -webkit-transform: translate3d(0, 6px, 0) rotate(45deg);
          transform: translate3d(0, 6px, 0) rotate(45deg);
}
.js-menu-active body header #menu-btn .menu-btn-inner .menu-btn-rod:before {
  opacity: 0;
  -webkit-transform: translate3d(0, -6px, 0) rotate(-45deg);
          transform: translate3d(0, -6px, 0) rotate(-45deg);
}
.js-menu-active body header #menu-btn .menu-btn-inner .menu-btn-rod:after {
  -webkit-transform: translate3d(0, -12px, 0) rotate(-90deg);
          transform: translate3d(0, -12px, 0) rotate(-90deg);
}

#home header {
  left: -50px;
}
#home header #navi, #home header #header-logo, #home header #menu-btn {
  opacity: 0;
}

@media all and (min-width: 768px) {
  header {
    width: 220px;
    height: 100vh;
  }
  header #header-logo {
    position: absolute;
    top: 30px;
    left: 35px;
    -webkit-transform: none;
            transform: none;
  }
  header #header-logo a, header #header-logo svg {
    height: 18px;
    width: 150px;
  }
  header #header-logo svg {
    fill: #fff !important;
  }
  header #navi {
    display: block !important;
    padding: 0;
    position: absolute;
    width: 100%;
    left: 0;
    -webkit-transition: none;
    transition: none;
    background-color: transparent;
  }
  header #navi .navi-inner {
    height: 100vh;
    padding-top: 48px;
    padding-bottom: 270px;
  }
  header #navi .navi-inner a {
    font-size: 18px;
    font-size: 1.8rem;
  }
  header #navi .navi-inner .header-nav ul li {
    padding: 15px 0;
  }
  header #navi .navi-inner .header-timeland {
    bottom: 180px;
    padding: 10px 15px 5px;
  }
  header #navi .navi-inner .header-timeland img {
    width: 55px;
  }
  header #navi .navi-inner .header-timeland p {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
  }
  header #navi .navi-inner .header-bottom {
    bottom: 30px;
  }
  header #navi .navi-inner .header-bottom img {
    width: 75px;
    height: 13px;
    margin-bottom: 10px;
  }
  header #menu-btn {
    display: none;
  }
  #home header {
    left: -220px;
  }
}
/***************
    SP
****************/
#home {
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
#home #home-movie {
  position: fixed;
  overflow: hidden;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}
#home #home-movie #home-movie-video {
  position: absolute;
  height: 100vh;
  width: auto;
  opacity: 0;
}

#container {
  width: 100vw;
  padding-left: 50px;
}
#shop #container {
  background-color: #fff;
}

#page-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 150px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#service #page-title {
  background-image: url(../images/main_service_sp.jpg);
}
#about #page-title {
  background-image: url(../images/main_about_sp.jpg);
}
#shop #page-title {
  background-image: url(../images/main_shop_sp.jpg);
}
#page-title .title {
  position: relative;
  display: inline-block;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 28px;
  font-size: 2.8rem;
  text-align: center;
  line-height: 1em;
  padding: 0 50px;
}
#page-title .title:before, #page-title .title:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 40px;
  height: 1px;
  background-color: #999;
}
#page-title .title:before {
  left: 0;
}
#page-title .title:after {
  right: 0;
}
#service #page-title .title, #about #page-title .title, #shop #page-title .title {
  color: #fff;
}

#headline {
  padding: 40px 25px 0;
}
#headline .declaration {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.1;
  letter-spacing: 0.38rem;
  margin-bottom: 40px;
}
#headline .description {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2.3;
  letter-spacing: 0.2rem;
  margin-bottom: 50px;
}

#recruit-headline {
  padding: 0 25px;
}
#recruit-headline .declaration {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2.3;
  letter-spacing: 0.2rem;
  margin-bottom: 40px;
}
#recruit-headline .recruit-mail {
  text-align: center;
  margin: 0 auto 50px;
}
#recruit-headline .recruit-mail a {
  display: inline-block;
  color: #fff;
  line-height: 40px;
  background-image: url(../images/icon_mail.svg);
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-size: 15px 10px;
  background-color: #000;
  padding: 0 15px 0 35px;
}

.service-list .service-list-inner .service-box {
  width: 100%;
  min-height: calc(100vw - 50px);
}
.service-list .service-list-inner .photo img {
  width: 100%;
  height: auto;
}
.service-list .service-list-inner .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px;
}
.service-list .service-list-inner .details .details-inner {
  width: 100%;
}
.service-list .service-list-inner .details .details-inner h2 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1;
  text-align: center;
}
.service-list .service-list-inner .details .details-inner .description {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: left;
  line-height: 2.3;
  margin-top: 25px;
}
.service-list .service-list-inner .details .details-inner .link {
  display: block;
  width: 150px;
  height: 40px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: 0.3em;
  text-align: center;
  color: #fff;
  background-color: #000;
  cursor: pointer;
  margin: 25px auto 0;
}
.service-list .service-list-inner .details .details-inner .link.btn-accordion {
  background-image: url(../images/btn_accordion_open.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px;
}
.service-list .service-list-inner .details .details-inner .link.btn-accordion.js-active-accordion {
  background-image: url(../images/btn_accordion_close.svg);
}
.service-list#service-maintenance {
  display: none;
  color: #fff;
  background-color: #000;
}
.service-list#service-maintenance .maintenance-photo img {
  width: 100%;
  height: auto;
}
.service-list#service-maintenance .maintenance-description {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2.5;
  padding: 40px 25px;
}

#company-profile {
  padding: 0 25px 50px;
}
#company-profile h2 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 26px;
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 20px;
}
#company-profile table {
  font-size: 12px;
  font-size: 1.2rem;
  border-top: 1px solid #ccc;
}
#company-profile table tr {
  border-bottom: 1px solid #ccc;
}
#company-profile table tr th {
  display: block;
  text-align: left;
  padding: 20px 0 5px;
}
#company-profile table tr td {
  position: relative;
  display: block;
  line-height: 1.6;
  padding-bottom: 20px;
}
#company-profile table tr td br.sp {
  display: block;
}
#company-profile table tr td p {
  margin-bottom: 5px;
}
#company-profile table tr td p span {
  font-weight: bold;
}
#company-profile table tr td dl dt {
  display: inline-block;
  width: 160px;
}
#company-profile table tr td dl dd {
  display: inline-block;
  width: calc(100% - 160px);
}
#company-profile table tr td .link-map {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 50px;
  color: #fff;
  font-weight: bold;
  line-height: 3.2;
  text-align: center;
  background-color: #000;
}

#company-map iframe {
  width: 100%;
  height: calc(100vw - 50px);
}

#shop {
  background-color: #000;
}
#shop #shop-lists {
  background-color: #fff;
}
#shop #shop-lists .shop-list {
  border-bottom: 1px solid #6e6e6e;
}
#shop #shop-lists .shop-list:last-of-type {
  border-bottom: none;
}
#shop #shop-lists .shop-list .shop-category {
  background-color: #4d4d4d;
  padding: 0 25px;
}
#shop #shop-lists .shop-list .shop-category h2 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 50px;
  font-weight: normal;
  color: #fff;
}
#shop #shop-lists .shop-list .category-gathering .shop-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 10px 25px;
}
#shop #shop-lists .shop-list .category-gathering .shop-info:nth-of-type(2n+1) {
  background-color: #fff;
}
#shop #shop-lists .shop-list .category-gathering .shop-info:nth-of-type(2n) {
  background-color: #f2f2f2;
}
#shop #shop-lists .shop-list .category-gathering .shop-info .shop-thumb {
  width: 75px;
  height: 50px;
}
#shop #shop-lists .shop-list .category-gathering .shop-info .shop-thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#shop #shop-lists .shop-list .category-gathering .shop-info .shop-name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bold;
  padding: 0 10px;
}
#shop #shop-lists .shop-list .category-gathering .shop-info .shop-link {
  display: block;
  width: 50px;
  height: 25px;
  font-size: 8px;
  font-size: 0.8rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.15em;
  color: #fff;
  line-height: 25px;
  background-color: #000;
}

.shop-single-title {
  position: relative;
}
.shop-single-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.shop-single-title .title {
  text-align: center;
}
.shop-single-title .title span {
  display: block;
}

#shop-single {
  padding: 50px 25px;
  font-size: 12px;
  font-size: 1.2rem;
}
#shop-single .title {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0.38em;
}
#shop-single .title span {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: initial;
}
#shop-single .desc {
  line-height: 2.28;
  margin-top: 25px;
}
#shop-single .desc p {
  margin-bottom: 2em;
}
#shop-single .info {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
#shop-single .info:nth-of-type(1) {
  border-top: 1px solid #ccc;
  margin-top: 50px;
}
#shop-single .info dt {
  font-weight: bold;
  padding: 15px 0 10px;
}
#shop-single .info dd {
  line-height: 1.58;
  padding-bottom: 15px;
}
#shop-single .info.address {
  padding-right: 60px;
}
#shop-single .info.tel .tel-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#shop-single .info.tel .tel-unit p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 5px;
}
#shop-single .info .link {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 50px;
  height: 25px;
  font-size: 8px;
  font-size: 0.8rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.15em;
  color: #fff;
  line-height: 25px;
  background-color: #000;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
#shop-single .gallery {
  width: 100%;
  margin-top: 50px;
}
#shop-single .gallery .gallery-title {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 26px;
  font-size: 2.6rem;
  text-align: center;
  line-height: 1;
  margin-bottom: 25px;
}
#shop-single .gallery .gallery-img .slick-list {
  width: 100%;
}
#shop-single .gallery .gallery-img .slick-list .slick-track li img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
#shop-single .gallery .gallery-img .slick-dots {
  position: absolute;
  bottom: 0;
  right: 5px;
  line-height: 1;
}
#shop-single .gallery .gallery-img .slick-dots li {
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 3px;
  opacity: 0.5;
}
#shop-single .gallery .gallery-img .slick-dots li.slick-active {
  opacity: 1;
}
#shop-single .gallery .gallery-img .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 5px;
  height: 5px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.shop-map {
  height: 150px;
}
.shop-map iframe {
  width: 100%;
  height: 100%;
}

#news-lists {
  padding: 0 25px 25px;
}
#news-lists .news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}
#news-lists .news .news-photo {
  width: 80px;
  height: 60px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#news-lists .news table {
  width: calc(100% - 90px);
  font-size: 12px;
  font-size: 1.2rem;
}
#news-lists .news table .news-title {
  display: block;
  margin-bottom: 10px;
}
#news-lists .news table .news-title h2 {
  line-height: 1.75;
}
#news-lists .news table .news-date {
  display: block;
  color: #4d4d4d;
}

.wp-pagenavi {
  display: none;
}

#infscr-loading img {
  display: none !important;
}

#news-single {
  padding: 0 25px 25px;
}
#news-single .news-eyecatch {
  display: block;
  width: 100%;
  height: calc((100vw - 90px) * 0.47);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 20px;
}
#news-single .news-title {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 20px;
}
#news-single .news-content {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
  margin-bottom: 20px;
}
#news-single .news-content p {
  margin-bottom: 2em;
}
#news-single .news-date {
  color: #4d4d4d;
}
#news-single .news-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 25px 0;
}
#news-single .news-slide .slick-list {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: calc((100vw - 90px) * 0.47);
}
#news-single .news-slide .slick-list .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
#news-single .news-slide .slick-list .slick-track li {
  width: 100%;
  float: left;
  height: calc((100vw - 90px) * 0.47);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#news-single .news-slide .slick-dots {
  text-align: center;
  margin-top: 10px;
}
#news-single .news-slide .slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 5px;
}
#news-single .news-slide .slick-dots li.slick-active {
  border: 1px solid #808080;
  background-color: #808080;
}
#news-single .news-slide .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
#news-single .news-pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 50px 0 25px;
}
#news-single .news-pagenation .btn-back, #news-single .news-pagenation .btn-next {
  display: block;
  width: calc(50% - 20px);
  height: 46px;
}
#news-single .news-pagenation .btn-back a, #news-single .news-pagenation .btn-next a {
  display: block;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 46px;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #000;
}

#recruit-lists .recruit-list {
  border-bottom: 1px solid #6e6e6e;
}
#recruit-lists .recruit-list:last-of-type {
  border-bottom: none;
}
#recruit-lists .recruit-list .recruit-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  min-height: 50px;
  background-image: url(../images/btn_accordion_open.svg);
  background-repeat: no-repeat;
  background-position: right 25px center;
  background-size: 15px;
  background-color: #4d4d4d;
  padding: 15px 50px 15px 25px;
  cursor: pointer;
}
#recruit-lists .recruit-list .recruit-category.js-active-accordion {
  background-image: url(../images/btn_accordion_close.svg);
}
#recruit-lists .recruit-list .recruit-category h2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.4;
  color: #fff;
}
#recruit-lists .recruit-list .recruit-category h2 span {
  font-size: 10px;
  font-size: 1rem;
  vertical-align: middle;
}
#recruit-lists .recruit-list .recruit-category p {
  color: #fff;
  margin-left: 20px;
}
#recruit-lists .recruit-list .recruit-info {
  display: none;
  padding: 25px;
}
#recruit-lists .recruit-list .recruit-info table {
  width: 100%;
  font-size: 12px;
  font-size: 1.2rem;
  border-top: 1px solid #ccc;
}
#recruit-lists .recruit-list .recruit-info table tr {
  border-bottom: 1px solid #ccc;
}
#recruit-lists .recruit-list .recruit-info table tr th {
  display: block;
  text-align: left;
  padding: 20px 0 5px;
}
#recruit-lists .recruit-list .recruit-info table tr td {
  position: relative;
  display: block;
  line-height: 1.5;
  padding-bottom: 20px;
}
#recruit-lists .recruit-list.no-recruit .recruit-category {
  background: #b2b2b2;
  cursor: auto;
  padding: 0 25px;
}

#compliance-content {
  padding: 0 25px 30px;
}
#compliance-content .compliance-declaration {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  line-height: 2.1;
  letter-spacing: 6px;
  margin-bottom: 50px;
}
#compliance-content .compliance-declaration span {
  display: block;
}
#compliance-content .compliance-item {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.9;
  margin-bottom: 1.9rem;
}
#compliance-content .compliance-item h2 {
  font-weight: normal;
}
#privacypolicy-content {
  padding: 0 25px 30px;
}
#privacypolicy-content .privacypolicy-item {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.9;
  margin-bottom: 1.9rem;
}
#privacypolicy-content .privacypolicy-item h2, #privacypolicy-content .privacypolicy-item h3 {
  font-weight: normal;
}
#privacypolicy-content .privacypolicy-item ul.list-number {
  list-style: decimal;
  padding-left: 2em;
}
#privacypolicy-content .privacypolicy-item ul.list-number li {
  margin-bottom: 1rem;
}
#privacypolicy-content .head-title {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0.38rem;
}

#not-found {
  padding: 0 25px 40px;
}
#not-found .not-found-inner {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2.1;
}

#contanct-content {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 50px 25px;
}
#contanct-content .contanct-title {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.38em;
}
#contanct-content .contanct-req {
  text-align: center;
  margin-bottom: 20px;
}
#contanct-content table {
  width: 100%;
}
#contanct-content table th, #contanct-content table td {
  display: block;
}
#contanct-content table th {
  text-align: left;
  padding-bottom: 5px;
}
#contanct-content table td {
  padding-bottom: 15px;
}
#contanct-content table input, #contanct-content table textarea {
  all: unset;
  -webkit-user-select: auto;
  width: 100%;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#contanct-content table input {
  height: 40px;
}
#contanct-content table textarea {
  height: 120px;
  vertical-align: top;
}
#contanct-content .contact-acceptance {
  text-align: center;
  font-weight: bold;
  margin-top: 25px;
}
#contanct-content .contact-acceptance .wpcf7-list-item {
  margin: 0;
}
#contanct-content .contact-acceptance a {
  text-decoration: underline;
}
#contanct-content .contact-btn {
  position: relative;
  width: 220px;
  margin: 25px auto 0;
}
#contanct-content .contact-btn input {
  display: block;
  width: 150px;
  height: 40px;
  color: #fff;
  letter-spacing: 0.1em;
  background-color: #000;
  margin: 0 auto;
  cursor: pointer;
}
#contanct-content .contact-btn input:disabled {
  cursor: not-allowed;
  opacity: 0.2;
}
#contanct-content .contact-btn .wpcf7-spinner {
  position: absolute;
  right: 0;
  margin: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
#contanct-content .contact-link {
  text-align: center;
  margin-top: 20px;
}
#contanct-content .contact-link a {
  font-weight: bold;
  text-decoration: underline;
}

/***************
    PC
****************/
@media all and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
  #home {
    width: 100%;
  }
  #container {
    width: 100%;
    padding-left: 220px;
  }
  #page-title {
    height: 300px;
  }
  #service #page-title {
    background-image: url(../images/main_service_pc.jpg);
  }
  #about #page-title {
    background-image: url(../images/main_about_pc.jpg);
  }
  #shop #page-title {
    background-image: url(../images/main_shop_pc.jpg);
  }
  #page-title .title {
    font-size: 44px;
    font-size: 4.4rem;
    padding: 0 100px;
  }
  #page-title .title:before, #page-title .title:after {
    width: 80px;
  }
  #headline {
    padding: 90px 100px 0;
  }
  #headline .declaration {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2.8;
    letter-spacing: 0.6rem;
    text-align: center;
    margin-bottom: 90px;
  }
  #headline .declaration span {
    display: block;
  }
  #headline .description {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2.5;
    letter-spacing: 0.2rem;
    margin-bottom: 80px;
  }
  #recruit-headline {
    padding: 0 100px;
  }
  #recruit-headline .declaration {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2.5;
    letter-spacing: 0.6rem;
    text-align: center;
    margin-bottom: 60px;
  }
  #recruit-headline .declaration span {
    display: block;
  }
  #recruit-headline .recruit-mail {
    margin-bottom: 75px;
  }
  #recruit-headline .recruit-mail a {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 46px;
    letter-spacing: 0;
    background-position: left 23px center;
    background-size: 20px 12px;
    padding: 0 20px 0 50px;
  }
  .service-list .service-list-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .service-list .service-list-inner .service-box {
    width: 50%;
    min-height: auto;
  }
  .service-list .service-list-inner .photo:nth-of-type(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .service-list .service-list-inner .photo:nth-of-type(3) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .service-list .service-list-inner .photo:nth-of-type(5) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .service-list .service-list-inner .photo:nth-of-type(7) {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .service-list .service-list-inner .details {
    padding: 0 4%;
  }
  .service-list .service-list-inner .details:nth-of-type(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .service-list .service-list-inner .details:nth-of-type(4) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .service-list .service-list-inner .details:nth-of-type(6) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .service-list .service-list-inner .details:nth-of-type(8) {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .service-list .service-list-inner .details .details-inner h2 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    font-size: 40px;
    font-size: 4rem;
  }
  .service-list .service-list-inner .details .details-inner .description {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2.5;
    margin-top: 15px;
  }
  .service-list .service-list-inner .details .details-inner .link {
    width: 180px;
    height: 46px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 46px;
    letter-spacing: 0.2em;
    margin-top: 10px;
    -webkit-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
  }
  .service-list .service-list-inner .details .details-inner .link:hover {
    opacity: 0.6;
  }
  .service-list .service-list-inner .details .details-inner .link.btn-accordion {
    background-size: 22px;
  }
  .service-list#service-maintenance .maintenance-description {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 60px 8%;
  }
  .service-list#service-maintenance .photo:nth-of-type(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .service-list#service-maintenance .photo:nth-of-type(5) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .service-list#service-maintenance .photo:nth-of-type(7) {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .service-list#service-maintenance .details:nth-of-type(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .service-list#service-maintenance .details:nth-of-type(6) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .service-list#service-maintenance .details:nth-of-type(8) {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  #company-profile {
    padding: 0 100px 100px;
  }
  #company-profile h2 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    font-size: 40px;
    font-size: 4rem;
    margin-bottom: 35px;
  }
  #company-profile table {
    font-size: 11px;
    font-size: 1.1rem;
  }
  #company-profile table tr th {
    display: table-cell;
    width: 150px;
    vertical-align: middle;
    padding: 0;
  }
  #company-profile table tr td {
    display: table-cell;
    line-height: 1.7;
    padding: 20px 0;
  }
  #company-profile table tr td br.sp {
    display: none;
  }
  #company-profile table tr td p {
    margin-bottom: 10px;
  }
  #company-profile table tr td dl dt {
    width: 145px;
  }
  #company-profile table tr td dl dd {
    width: calc(100% - 150px);
  }
  #company-profile table tr td .link-map {
    top: 16px;
    width: 60px;
    line-height: 2.4;
  }
  #company-map iframe {
    height: 400px;
  }
  #shop #shop-lists .shop-list .shop-category {
    background-position: right 100px center;
    background-size: 22px;
    padding: 0 100px;
  }
  #shop #shop-lists .shop-list .shop-category h2 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 100px;
  }
  #shop #shop-lists .shop-list .category-gathering {
    font-size: 15px;
    font-size: 1.5rem;
  }
  #shop #shop-lists .shop-list .category-gathering .shop-info {
    padding: 15px 100px;
  }
  #shop #shop-lists .shop-list .category-gathering .shop-info .shop-thumb {
    width: 100px;
    height: 70px;
  }
  #shop #shop-lists .shop-list .category-gathering .shop-info .shop-name {
    padding: 0 20px;
  }
  #shop #shop-lists .shop-list .category-gathering .shop-info .shop-link {
    width: 80px;
    height: 40px;
    font-size: 10px;
    line-height: 40px;
    letter-spacing: 0.3em;
  }
  .shop-single-title .title span {
    display: inline;
  }
  .shop-single-title .title span:nth-of-type(n + 2):before {
    content: " ";
  }
  #shop-single {
    padding: 100px 100px 75px;
  }
  #shop-single .title {
    font-size: 15px;
    font-size: 1.5rem;
    text-align: center;
  }
  #shop-single .desc {
    margin-top: 40px;
  }
  #shop-single .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 11px;
    font-size: 1.1rem;
  }
  #shop-single .info:nth-of-type(1) {
    margin-top: 100px;
  }
  #shop-single .info dt {
    width: 150px;
    padding: 15px 0;
  }
  #shop-single .info dd {
    padding: 15px 0;
  }
  #shop-single .info.address {
    padding-right: 80px;
  }
  #shop-single .info .link {
    width: 60px;
    height: 30px;
    font-size: 10px;
    font-size: 1rem;
    letter-spacing: 0.01em;
    line-height: 30px;
  }
  #shop-single .gallery {
    margin-top: 80px;
  }
  #shop-single .gallery .gallery-title {
    font-size: 40px;
    font-size: 4rem;
    margin-bottom: 40px;
  }
  .shop-map {
    height: 300px;
  }
  #news-lists {
    padding: 0 100px 75px;
  }
  #news-lists .news {
    margin-bottom: 20px;
  }
  #news-lists .news .news-photo {
    width: 160px;
    height: 120px;
    margin-right: 20px;
  }
  #news-lists .news table {
    width: calc(100% - 180px);
  }
  #news-lists .news table .news-title {
    display: table;
    width: 100%;
    height: 102px;
    margin-bottom: 0;
  }
  #news-lists .news table .news-title h2 {
    display: table-cell;
    font-size: 14px;
    font-size: 1.4rem;
    vertical-align: middle;
  }
  #news-lists .news table .news-date {
    display: block;
    font-size: 10px;
    font-size: 1rem;
  }
  #news-single {
    padding: 0 100px 50px;
  }
  #news-single .news-eyecatch {
    height: calc((100vw - 420px) * 0.47);
    margin-bottom: 40px;
  }
  #news-single .news-title {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 40px;
  }
  #news-single .news-content {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 40px;
  }
  #news-single .news-slide {
    margin: 50px 0;
  }
  #news-single .news-slide .slick-list {
    height: calc((100vw - 420px) * 0.47);
  }
  #news-single .news-slide .slick-list .slick-track li {
    height: calc((100vw - 420px) * 0.47);
  }
  #news-single .news-slide .slick-dots {
    margin-top: 20px;
  }
  #news-single .news-slide .slick-dots li {
    width: 10px;
    height: 10px;
  }
  #news-single .news-slide .slick-dots li button {
    width: 10px;
    height: 10px;
  }
  #news-single .news-pagenation {
    margin: 100px 0 50px;
  }
  #news-single .news-pagenation .btn-back a, #news-single .news-pagenation .btn-next a {
    font-size: 11px;
    font-size: 1.1rem;
  }
  #recruit-lists .recruit-list .recruit-category {
    min-height: 100px;
    background-position: right 100px center;
    background-size: 22px;
    padding: 0 140px 0 100px;
    -webkit-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
  }
  #recruit-lists .recruit-list .recruit-category:hover {
    opacity: 0.8;
  }
  #recruit-lists .recruit-list .recruit-category h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  #recruit-lists .recruit-list .recruit-category h2 span {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #recruit-lists .recruit-list .recruit-category p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #recruit-lists .recruit-list .recruit-info {
    padding: 50px 100px;
  }
  #recruit-lists .recruit-list .recruit-info table {
    font-size: 11px;
    font-size: 1.1rem;
  }
  #recruit-lists .recruit-list .recruit-info table tr th {
    display: table-cell;
    width: 150px;
    vertical-align: middle;
    padding: 0;
  }
  #recruit-lists .recruit-list .recruit-info table tr td {
    display: table-cell;
    line-height: 1.7;
    padding: 20px 0;
  }
  #recruit-lists .recruit-list.no-recruit .recruit-category {
    padding: 0 100px;
  }
  #recruit-lists .recruit-list.no-recruit .recruit-category:hover {
    opacity: 1;
  }
  #recruit-lists .recruit-list.no-recruit .recruit-category .no-message {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #compliance-content {
    padding: 0 100px 100px;
  }
  #compliance-content .compliance-declaration {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 100px;
  }
  #compliance-content .compliance-declaration span {
    display: inline;
  }
  #compliance-content .compliance-item {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 2.5rem;
    margin-bottom: 2.5rem;
  }
  #compliance-content .compliance-item h2 {
    font-weight: normal;
  }
  #compliance-content .compliance-item p {
    line-height: 1.9;
  }
  #privacypolicy-content {
    padding: 0 100px 100px;
  }
  #privacypolicy-content .privacypolicy-item {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 2.5rem;
    margin-bottom: 2.5rem;
  }
  #privacypolicy-content .head-title {
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0.6rem;
  }
  #privacypolicy-content .indent {
    margin-left: 1em;
  }
  #not-found {
    padding: 0 100px 100px;
  }
  #not-found .not-found-inner {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2.5;
  }
  #contanct-content {
    padding: 100px 100px 75px;
  }
  #contanct-content .contanct-title {
    font-size: 15px;
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 20px;
  }
  #contanct-content .contanct-req {
    text-align: center;
    margin-bottom: 40px;
  }
  #contanct-content .contact-input {
    padding-right: 140px;
  }
  #contanct-content table {
    width: 100%;
  }
  #contanct-content table th, #contanct-content table td {
    display: table-cell;
  }
  #contanct-content table th {
    width: 140px;
    padding: 15px 0 20px;
  }
  #contanct-content table td {
    padding-bottom: 20px;
  }
  #contanct-content table input, #contanct-content table textarea {
    width: 100%;
  }
  #contanct-content table input {
    height: 50px;
    padding: 0 20px;
  }
  #contanct-content table textarea {
    height: 200px;
    padding: 15px 20px;
  }
  #contanct-content .contact-btn {
    width: 280px;
    margin-top: 30px;
  }
  #contanct-content .contact-btn input {
    width: 180px;
    height: 46px;
    -webkit-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
  }
  #contanct-content .contact-btn input:hover {
    opacity: 0.6;
  }
  #contanct-content .contact-btn input:hover:disabled {
    opacity: 0.2;
  }
  #contanct-content .contact-link {
    margin-top: 45px;
  }
}
@media all and (min-width: 870px) {
  .service-list .service-list-inner .details .details-inner .description, .service-list .service-list-inner .details .details-inner .link {
    margin-top: 25px;
  }
}
/***************
    Footer
****************/
footer {
  text-align: center;
  background-color: #000;
  padding-left: 50px;
}
footer .copy {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 7px;
  font-size: 0.7rem;
  line-height: 1;
  color: #fff;
  padding: 45px 0;
}

@media all and (min-width: 768px) {
  footer {
    padding-left: 220px;
  }
  footer .copy {
    font-size: 11px;
    font-size: 1.1rem;
    padding: 90px 0;
  }
}