@charset "UTF-8";
/*******************
       second
*******************/
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.second .ttlArea {
  font-family: "vdl-v7mincho", sans-serif;
  font-size: 2.5rem;
}
.second .ttlArea span {
  font-size: 90%;
}
.second section.mainVs {
  width: 100%;
  position: relative;
  max-width: 1460px;
  margin: 0 auto;
}
.second section.mainVs .mainVsImg {
  min-height: 600px;
}
@media screen and (max-width: 768px) {
  .second section.mainVs .mainVsImg {
    margin: -24px auto 0;
  }
}
@media screen and (max-width: 560px) {
  .second section.mainVs .mainVsImg {
    margin: -70px auto 0;
  }
}
.second section.mainVs .mainVsImg span {
  height: 600px;
}
.second section.mainVs .mainVsImg span img {
  height: 100%;
}
.second section.mainVs figure {
  margin-top: -2vw;
}
.second section.mainVs figure img {
  width: 100%;
}
.second section.mainVs .mainVsTtl h2 {
  font-size: 3rem;
  top: 50%;
}
.second section.mainVs .mainVsTtl h2 small {
  display: block;
  font-size: 50%;
}
.second main {
  position: relative;
}
.second main .pageTopBtn.fixed {
  position: fixed;
  top: 77%;
  right: 30px;
  z-index: 999;
}
.second main ul.breadCrumb {
  max-width: 1400px;
  width: 90%;
  margin: 20px auto !important;
}
.second main ul.breadCrumb li {
  font-size: 1.4rem;
  font-family: sans-serif;
  color: #231815;
}
.second main ul.breadCrumb li::after {
  content: "ー";
  display: inline-block;
  margin: 0 10px;
}
.second main ul.breadCrumb li:last-child::after {
  display: none;
}
.second main ul.breadCrumb li a {
  color: #231815;
}
.second main ul.breadCrumb li a:hover {
  text-decoration: underline;
}

/*******************
second
*******************/
.second main .introIcon {
  max-width: 1080px;
  width: 90%;
  margin: 40px auto;
}
.second main .introIcon span {
  display: block;
  max-width: 156px;
}
.second main .introIcon span img {
  width: 100%;
}
.second main .openingArea {
  max-width: 1080px;
  width: 90%;
  margin: 40px auto 90px;
}
@media screen and (max-width: 768px) {
  .second main .openingArea {
    margin: 0 auto;
  }
}
@media screen and (max-width: 960px) {
  .second main .openingArea ul {
    margin: 0 auto;
  }
}
.second main .openingArea ul li {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .second main .openingArea ul li {
    width: 100%;
    margin: 0 auto;
  }
}
.second main .openingArea ul li:first-child {
  padding-right: 10%;
}
.second main .openingArea ul li span {
  display: block;
  max-width: 156px;
}
@media screen and (max-width: 1080px) {
  .second main .openingArea ul li span {
    max-width: 12vw;
  }
}
@media screen and (max-width: 768px) {
  .second main .openingArea ul li span {
    max-width: 130px;
  }
}
.second main .openingArea ul li span img {
  width: 100%;
}
.second main .openingArea ul li h3 {
  text-align: left;
  font-size: 3rem;
  width: 150px;
  margin: 0;
  letter-spacing: 2px;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .second main .openingArea ul li h3 {
    font-size: 3.2rem;
  }
}
.second main .openingArea ul li h3 small {
  display: block;
  font-size: 50%;
  margin-top: 20px;
  margin-left: 30px;
}
.second main .openingArea ul li h4 {
  text-align: left;
  margin: 20px 0;
  line-height: 1.4;
  letter-spacing: 2px;
  font-size: 2.3rem;
}
@media screen and (max-width: 768px) {
  .second main .openingArea ul li h4 {
    text-align: center;
    margin: 40px 0;
  }
}
.second main .openingArea ul li p {
  width: 100%;
}
@media screen and (max-width: 960px) {
  .second main .openingArea ul li p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .second main .openingArea ul li p {
    width: 100%;
  }
}
.second main .openingArea ul li figure {
  width: 95%;
  margin: 0 0 40px auto;
}
@media screen and (max-width: 768px) {
  .second main .openingArea ul li figure {
    width: 100%;
    margin: 40px auto;
  }
}
.second main .openingArea ul li figure img {
  width: 100%;
}
.second main .openingArea ul li figure:first-child {
  margin: -140px 0 40px auto;
}
@media (max-width: 768px) {
  .second main .openingArea ul li figure:first-child {
    margin: 0 0 40px auto;
  }
}
.second main .openingArea ul li:nth-child(2) {
  width: 50%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  .second main .openingArea ul li:nth-child(2) {
    width: 100%;
    margin: 30px auto;
  }
}
@media screen and (max-width: 480px) {
  .second main .openingArea ul li:nth-child(2) {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .second main .openingArea ul li.flexPart.sp {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .second main .openingArea ul li.flexPart.sp span {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .second main .openingArea ul li.flexPart.sp h3 {
    width: 70%;
    text-align: left;
    padding-left: 10%;
    padding-top: 60px;
  }
}
@media screen and (max-width: 480px) {
  .second main .openingArea ul li.flexPart.sp h3 {
    font-size: 5.2vw;
    padding-top: 11vw;
  }
}
@media screen and (max-width: 768px) {
  .second main .openingArea ul li.flexPart.sp h3 small {
    margin-left: 0;
  }
}
@media screen and (max-width: 960px) {
  .second main .openingArea ul li .breadCrumb.sp {
    width: 100%;
  }
}
.second main .openingArea ul li .breadCrumb.sp li {
  width: auto !important;
}
.second main .openingArea ul li .breadCrumb.sp li:nth-child(2) {
  margin: 0 !important;
}
@media screen and (max-width: 768px) {
  .second main .openingArea ul li .breadCrumb.sp li {
    padding-right: 0;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .second main .openingArea ul li .mainVsImg {
    width: 101vw;
    margin-left: -6%;
  }
}
.second.rental main .openingArea ul li h3 {
  width: 100%;
}
@media (max-width: 460px) {
  .second.rental .serviceSlideArea .serviceSlideAreaInner article table {
    width: 90%;
    min-width: 225px;
  }
}
.second.parking main .openingArea ul li h3 {
  width: 100%;
}
.second.parking .serviceSlideArea .serviceSlideAreaInner article .rightArea h4 {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .second.parking .serviceSlideArea .serviceSlideAreaInner article .rightArea h4 {
    margin-top: 10px;
    padding-left: 100px;
  }
}
@media (max-width: 420px) {
  .second.parking .serviceSlideArea .serviceSlideAreaInner article .rightArea h4 {
    padding-left: 27vw;
  }
}
.second.atelier main .openingArea ul li h3 {
  width: 210px;
}
.second.news main .openingArea ul li h3 {
  width: 210px;
}
.second.news .newsArea .newsAreaInner {
  margin-top: 0;
}
.second.news .newsArea .newsAreaInner h2 {
  padding-top: 100px;
}
.second.news .newsArea .newsAreaInner {
  min-height: 1580px;
}
.second.news.single .newsArea .newsAreaInner::after {
  display: none;
}
.second.news.single .newsArea .newsAreaInner {
  background: none;
}
.second.news.single .newsArea .newsAreaInner {
  min-height: 710px;
}
.second.news.single .newsArea .newsAreaInner h2 {
  padding-top: 0;
}

/*******************
news
*******************/
#news .inner {
  max-width: 1063px;
  margin: 100px auto;
  position: relative;
  width: 100%;
}
#news .inner ul.newsList {
  max-width: 1000px;
  margin: 0 auto;
  width: 90%;
}
#news .inner ul.newsList li {
  text-align: center;
  width: 100%;
}
#news .inner ul.newsList li p.textArea {
  text-align: center;
}
#news .inner ul.newsList {
  display: block;
  width: 730px;
  margin: 70px auto 0;
}
@media (max-width: 830px) {
  #news .inner ul.newsList {
    width: 90%;
  }
}
#news .inner ul.newsList li {
  border-bottom: 1px dashed #b5b5b6;
}
#news .inner ul.newsList li ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 0;
}
#news .inner ul.newsList li ul li {
  border: none;
  font-size: 1.4rem;
  padding: 30px;
  box-sizing: border-box;
  line-height: 1.4;
  text-align: left;
}
@media (max-width: 768px) {
  #news .inner ul.newsList li ul li {
    padding: 30px 0 30px 30px;
  }
}
@media (max-width: 460px) {
  #news .inner ul.newsList li ul li {
    padding: 15px 0 15px 15px;
  }
}
#news .inner ul.newsList li ul li:first-child {
  width: 20%;
}
@media (max-width: 768px) {
  #news .inner ul.newsList li ul li:first-child {
    width: 25%;
  }
}
@media (max-width: 560px) {
  #news .inner ul.newsList li ul li:first-child {
    width: 30%;
  }
}
@media (max-width: 460px) {
  #news .inner ul.newsList li ul li:first-child {
    width: 35%;
  }
}
#news .inner ul.newsList li ul li:nth-child(2) {
  width: 80%;
  position: relative;
}
@media (max-width: 768px) {
  #news .inner ul.newsList li ul li:nth-child(2) {
    width: 75%;
  }
}
@media (max-width: 560px) {
  #news .inner ul.newsList li ul li:nth-child(2) {
    width: 70%;
  }
}
@media (max-width: 460px) {
  #news .inner ul.newsList li ul li:nth-child(2) {
    width: 65%;
  }
}
#news .inner ul.newsList li ul li:nth-child(2)::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  border-left: 1px solid #b5b5b6;
  height: 70%;
}
#news .inner .singleArticleInner {
  width: 906px;
  margin: 30px auto;
}
@media screen and (max-width: 960px) {
  #news .inner .singleArticleInner {
    width: 90%;
  }
}
#news .inner .singleArticleInner figure span {
  width: 100%;
  display: block;
}
#news .inner .singleArticleInner figure span img {
  width: 100%;
  height: auto;
}
#news .inner .singleArticleInner p {
  font-size: 1.6rem;
  width: 100%;
  margin-bottom: 10px;
  line-height: 1.6;
}
#news .inner .singleArticleInner h3 {
  text-align: left;
  font-size: 2.4rem;
  padding: 0;
  margin: 65px 0 20px 0;
}
#news .inner .singleArticleInner p.day {
  font-size: 2rem;
  color: #898989;
  margin: 0 0 65px 0;
}
#news .inner .singleArticleInner .prev-btn-next {
  position: relative;
  width: 100%;
  border-top: 1px solid #040000;
  padding: 60px 0;
  margin-top: 60px;
}
#news .inner .singleArticleInner .prev-btn-next .prev a {
  display: inline-block;
  padding: 16px 0;
  background: #efeeef;
  border-radius: 4px;
  position: absolute;
  left: 20%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  font-size: 1.3rem;
  text-align: center;
  width: 100px;
  color: #040000;
}
#news .inner .singleArticleInner .prev-btn-next .prev a::before {
  content: "<";
  display: inline-block;
}
#news .inner .singleArticleInner .prev-btn-next .next a {
  display: inline-block;
  padding: 16px 0;
  background: #efeeef;
  border-radius: 4px;
  position: absolute;
  left: 80%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  font-size: 1.3rem;
  text-align: center;
  width: 100px;
  color: #040000;
}
#news .inner .singleArticleInner .prev-btn-next .next a::after {
  content: ">";
  display: inline-block;
}

/*******************
contact
*******************/
.contact section.mainVs .mainVsTtl h2 {
  font-size: 3rem;
  top: 50%;
}

/*******************
serviceSlideArea
*******************/
.serviceSlideArea {
  margin: 0 auto;
  padding-bottom: 50px;
  position: relative;
  background: #eaeaea;
  max-width: 1500px;
}
@media (max-width: 960px) {
  .serviceSlideArea {
    margin: 0 auto 20vw;
  }
}
.serviceSlideArea::before {
  content: "";
  display: block;
  background: url(../img/bg_inn_v2.svg) no-repeat top center;
  background-size: contain;
  width: 100%;
  height: 1625px;
  position: absolute;
  z-index: 1;
  top: -270px;
}
@media (max-width: 960px) {
  .serviceSlideArea::before {
    top: -27vw;
  }
}
.serviceSlideArea .serviceSlideAreaInner {
  width: 85%;
  max-width: 1280px;
  margin: 300px auto 0;
  position: relative;
  z-index: 10;
}
@media (max-width: 960px) {
  .serviceSlideArea .serviceSlideAreaInner {
    margin: 27vw auto 0;
  }
}
@media (max-width: 768px) {
  .serviceSlideArea .serviceSlideAreaInner {
    width: 90%;
  }
}
.serviceSlideArea .serviceSlideAreaInner article {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  background: #fff;
  border: 1px solid #231815;
  padding: 30px;
  box-sizing: border-box;
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  margin-bottom: 65px;
  position: relative;
}
@media (max-width: 768px) {
  .serviceSlideArea .serviceSlideAreaInner article {
    padding: 16px;
  }
}
.serviceSlideArea .serviceSlideAreaInner article figure {
  width: 73px;
  height: 73px;
  background: #333;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .serviceSlideArea .serviceSlideAreaInner article figure {
    width: 103px;
    height: 103px;
  }
}
@media (max-width: 420px) {
  .serviceSlideArea .serviceSlideAreaInner article figure {
    width: 24vw;
    height: 24vw;
  }
}
.serviceSlideArea .serviceSlideAreaInner article figure.second {
  left: 74px;
}
.serviceSlideArea .serviceSlideAreaInner article figure.thurd {
  left: 148px;
}
.serviceSlideArea .serviceSlideAreaInner article figure span {
  display: block;
  font-size: 3rem;
  color: #fff;
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .serviceSlideArea .serviceSlideAreaInner article figure span {
    margin-top: 38px;
  }
}
@media (max-width: 420px) {
  .serviceSlideArea .serviceSlideAreaInner article figure span {
    margin-top: 9vw;
  }
}
.serviceSlideArea .serviceSlideAreaInner article .leftArea {
  width: 50%;
  margin: 0 0 0 auto;
}
@media (max-width: 960px) {
  .serviceSlideArea .serviceSlideAreaInner article .leftArea {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
.serviceSlideArea .serviceSlideAreaInner article .leftArea .splide__pagination {
  display: block !important;
  position: static;
  margin-top: 10px;
  width: 65%;
}
.serviceSlideArea .serviceSlideAreaInner article .leftArea .splide__pagination li {
  margin-right: 2%;
}
.serviceSlideArea .serviceSlideAreaInner article .leftArea .splide__pagination li:nth-child(4) {
  margin-right: 0;
}
.serviceSlideArea .serviceSlideAreaInner article .leftArea .splide__pagination li .splide__pagination__page {
  background: #fff;
  border: 1px #646464 solid;
}
.serviceSlideArea .serviceSlideAreaInner article .leftArea .splide__pagination li .splide__pagination__page.is-active {
  transform: scale(1);
  background: #646464;
}
.serviceSlideArea .serviceSlideAreaInner article .leftArea .splide__arrows {
  display: none;
}
.serviceSlideArea .serviceSlideAreaInner article .rightArea {
  width: 45%;
}
@media (max-width: 960px) {
  .serviceSlideArea .serviceSlideAreaInner article .rightArea {
    width: 100%;
  }
}
.serviceSlideArea .serviceSlideAreaInner article .rightArea p {
  font-size: clamp(1.4rem, 1.3vw, 1.6rem);
}
@media (max-width: 768px) {
  .serviceSlideArea .serviceSlideAreaInner article .rightArea p:first-of-type {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .serviceSlideArea .serviceSlideAreaInner article .rightArea p.t-line-b {
    border-top: solid #333 1px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: solid #333 1px;
    margin-bottom: 30px;
  }
}
.serviceSlideArea .serviceSlideAreaInner article .rightArea p:nth-of-type(2) {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .serviceSlideArea .serviceSlideAreaInner article .rightArea p:nth-of-type(2) {
    margin-top: 0;
  }
}
.serviceSlideArea .serviceSlideAreaInner article .rightArea h4 {
  font-size: 2.4rem;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  text-align: left;
  color: #000;
  font-weight: 400;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .serviceSlideArea .serviceSlideAreaInner article .rightArea h4 {
    margin-top: 0;
    padding-left: 23vw;
  }
}
@media (max-width: 420px) {
  .serviceSlideArea .serviceSlideAreaInner article .rightArea h4 {
    padding-left: 26vw;
    font-size: 6.3vw;
  }
}
.serviceSlideArea .serviceSlideAreaInner article .rightArea h4 small {
  display: block;
  font-size: 70%;
  margin-top: 12px;
  line-height: 1.4;
}
.serviceSlideArea .serviceSlideAreaInner article .btnArea {
  margin: 0 0 0 auto;
}
.serviceSlideArea .serviceSlideAreaInner article .btnArea a {
  display: block;
  color: #fff;
  text-align: center;
  margin: 10px auto;
  border: 1px solid #737373;
  width: 300px;
  margin: 30px 0 0 auto;
  padding: 16px 40px;
  min-width: 100px;
  text-align: center;
  background: #737373;
  font-size: 2rem;
}
@media (max-width: 960px) {
  .serviceSlideArea .serviceSlideAreaInner article .btnArea a {
    min-width: 200px;
    width: 70%;
    margin: 0 auto;
  }
}
@media (max-width: 420px) {
  .serviceSlideArea .serviceSlideAreaInner article .btnArea a {
    font-size: 2rem;
    width: 130px;
    padding: 10px 20px;
  }
}
.serviceSlideArea .serviceSlideAreaInner article .btnArea a span {
  display: inline-flex;
}
.serviceSlideArea .serviceSlideAreaInner article .btnArea a span::after {
  content: "";
  background: url(../img/icon_arrow_gray.svg) no-repeat center right;
  width: 20px;
  height: 20px;
  background-size: contain;
}
.serviceSlideArea .serviceSlideAreaInner article table {
  width: 100%;
  min-width: 350px;
  margin-top: 30px;
}
@media (max-width: 1300px) {
  .serviceSlideArea .serviceSlideAreaInner article table {
    min-width: 100%;
  }
}
@media (max-width: 960px) {
  .serviceSlideArea .serviceSlideAreaInner article table {
    min-width: 200px;
    width: 70%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .serviceSlideArea .serviceSlideAreaInner article table {
    width: 100%;
  }
}
.serviceSlideArea .serviceSlideAreaInner article table tr {
  width: 100%;
  display: block;
  border: 1px solid #040000;
}
.serviceSlideArea .serviceSlideAreaInner article table tr th {
  background: #000;
  display: block;
  color: #fff;
  font-size: 1.3rem;
  padding: 5px;
  font-weight: 300;
  text-align: center;
}
.serviceSlideArea .serviceSlideAreaInner article table tr td {
  width: 100%;
  display: flex;
  padding: 20px 40px;
}
@media (max-width: 1100px) {
  .serviceSlideArea .serviceSlideAreaInner article table tr td {
    padding: 20px;
  }
}
.serviceSlideArea .serviceSlideAreaInner article table tr td.culumn1 p {
  width: auto;
  margin: 0 auto;
}
.serviceSlideArea .serviceSlideAreaInner article table tr td p {
  width: 100%;
  text-align: right;
  line-height: 1.6;
  box-sizing: border-box;
  font-size: 1.6rem;
}
.serviceSlideArea .serviceSlideAreaInner article table tr td p:first-child {
  text-align: left;
  width: 30%;
}
@media (max-width: 768px) {
  .serviceSlideArea .serviceSlideAreaInner article table tr td p:first-child {
    width: 36%;
  }
}
.serviceSlideArea .serviceSlideAreaInner article table tr td p:last-child {
  width: auto;
}
.serviceSlideArea .serviceSlideAreaInner article table tr td p span {
  width: 20px;
  display: inline-block;
}
@media (max-width: 768px) {
  .serviceSlideArea .serviceSlideAreaInner article table tr td p span {
    display: block;
  }
}
.serviceSlideArea .serviceSlideAreaInner article table tr td:nth-of-type(2) {
  position: relative;
}
.serviceSlideArea .serviceSlideAreaInner article table tr td:nth-of-type(2)::after {
  content: "";
  border-top: 1px solid #040000;
  width: 90%;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
}
.serviceSlideArea .serviceSlideAreaInner .shopInfo {
  margin-top: 50px;
  font-size: 1.6rem;
  line-height: 1.4;
  position: relative;
  border: 1px solid #231815;
  padding: 20px 10px 10px 10px;
}
@media (max-width: 420px) {
  .serviceSlideArea .serviceSlideAreaInner .shopInfo {
    padding: 15px 10px 10px 10px;
  }
}
.serviceSlideArea .serviceSlideAreaInner .shopInfo h5 {
  font-size: 1.6rem;
  text-align: left;
  position: absolute;
  top: -20px;
  left: -10px;
  background: #231815;
  color: #fff;
  font-family: "noto-sans", sans-serif;
  box-sizing: border-box;
  padding: 3px 0 2px 10px;
}
@media (max-width: 420px) {
  .serviceSlideArea .serviceSlideAreaInner .shopInfo h5 {
    font-size: 1.3rem;
  }
}
.serviceSlideArea .serviceSlideAreaInner .shopInfo h5 strong {
  background: #fff;
  color: #231815;
  border: 1px solid #231815;
  padding: 0 5px;
  box-sizing: border-box;
  margin-left: 10px;
}
.serviceSlideArea .serviceSlideAreaInner .shopInfo table {
  font-family: "noto-sans", sans-serif;
  font-weight: 300;
  width: 100%;
}
.serviceSlideArea .serviceSlideAreaInner .shopInfo table th {
  width: 30%;
}
@media (max-width: 768px) {
  .serviceSlideArea .serviceSlideAreaInner .shopInfo table th {
    width: 20%;
  }
}
@media (max-width: 520px) {
  .serviceSlideArea .serviceSlideAreaInner .shopInfo table th {
    width: 100%;
  }
}
.serviceSlideArea .serviceSlideAreaInner .shopInfo table th,
.serviceSlideArea .serviceSlideAreaInner .shopInfo table td {
  /*padding: 10px;*/
  font-size: 1.6rem;
  font-weight: 300;
  text-align: left;
  font-family: sans-serif;
}
@media (max-width: 960px) {
  .serviceSlideArea .serviceSlideAreaInner .shopInfo table th,
  .serviceSlideArea .serviceSlideAreaInner .shopInfo table td {
    font-size: 1.6vw;
  }
}
@media (max-width: 768px) {
  .serviceSlideArea .serviceSlideAreaInner .shopInfo table th,
  .serviceSlideArea .serviceSlideAreaInner .shopInfo table td {
    font-size: 1.3rem;
  }
}
@media (max-width: 520px) {
  .serviceSlideArea .serviceSlideAreaInner .shopInfo table th,
  .serviceSlideArea .serviceSlideAreaInner .shopInfo table td {
    display: block;
  }
}
@media (max-width: 520px) {
  .serviceSlideArea .serviceSlideAreaInner .shopInfo table tr:last-child th {
    width: 30%;
  }
}
@media (max-width: 520px) {
  .serviceSlideArea .serviceSlideAreaInner .shopInfo table tr:last-child td {
    width: auto;
  }
}
@media (max-width: 520px) {
  .serviceSlideArea .serviceSlideAreaInner .shopInfo table tr:last-child th,
  .serviceSlideArea .serviceSlideAreaInner .shopInfo table tr:last-child td {
    display: inline-block;
  }
}
.serviceSlideArea .serviceSlideAreaInner .shopInfo table tr:first-child th,
.serviceSlideArea .serviceSlideAreaInner .shopInfo table tr:first-child td {
  /*padding-top: 20px;*/
}
@media (max-width: 520px) {
  .serviceSlideArea .serviceSlideAreaInner .shopInfo table tr:first-child td {
    /*padding-top: 0;*/
  }
  .serviceSlideArea .serviceSlideAreaInner .shopInfo table tr:first-child td.add {
    /*margin-top: 20px;*/
  }
}
.serviceSlideArea.grayBg::after {
  top: auto;
  bottom: -550px;
}

/***************
atelier
***************/
#atelier .serviceSlideArea .serviceSlideAreaInner article .rightArea h4 {
  margin-top: 0;
}
#atelier .serviceSlideArea .serviceSlideAreaInner article .rightArea p:nth-of-type(2) {
  margin-top: 0;
}
#atelier .openingArea ul li h3 {
  width: 100%;
}
@media (max-width: 768px) {
  #atelier .openingArea ul li h3 {
    width: 70%;
  }
}
#atelier .serviceSlideArea .serviceSlideAreaInner article .btnArea.second a {
  background: #9b005d;
  border: none;
}
@media (max-width: 768px) {
  #atelier .serviceSlideArea .serviceSlideAreaInner article .btnArea.second a {
    margin-top: 20px;
  }
}
#atelier .serviceSlideArea .serviceSlideAreaInner article .btnArea.second a span::after {
  background: url(../img/icon_arrow_purple.svg) no-repeat center right;
}

#stay .serviceSlideArea .serviceSlideAreaInner article .rightArea h4 {
  margin-top: 0;
  margin-left: 80px;
}
@media (max-width: 768px) {
  #stay .serviceSlideArea .serviceSlideAreaInner article .rightArea h4 {
    margin-left: 0;
  }
}
#stay .serviceSlideArea .serviceSlideAreaInner article .rightArea p:nth-of-type(2) {
  margin-top: 0;
}
#stay .openingArea ul li h3 {
  width: 100%;
}
@media (max-width: 768px) {
  #stay .openingArea ul li h3 {
    width: 70%;
  }
}
#stay .serviceSlideArea .serviceSlideAreaInner article .btnArea.second a {
  background: #9b005d;
  border: none;
}
@media (max-width: 768px) {
  #stay .serviceSlideArea .serviceSlideAreaInner article .btnArea.second a {
    margin-top: 20px;
  }
}
#stay .serviceSlideArea .serviceSlideAreaInner article .btnArea.second a span::after {
  background: url(../img/icon_arrow_purple.svg) no-repeat center right;
}
#stay .openingArea ul li h4 {
  font-size: 1.9rem;
  letter-spacing: -0.5px;
}
#stay .serviceSlideArea.finArea {
  background: none;
}
#stay .serviceSlideArea.finArea::before {
  display: none;
}
#stay .serviceSlideArea.finArea article {
  border: none;
}
#stay .serviceSlideArea.finArea .serviceSlideAreaInner article .rightArea h4 {
  margin-left: 0;
  letter-spacing: 2px;
}
@media (max-width: 768px) {
  #stay .serviceSlideArea.finArea .serviceSlideAreaInner article .rightArea h4 {
    padding-left: 0;
    margin: 0 auto 20px;
    text-align: center;
    line-height: 1.4;
  }
}
#stay .serviceSlideArea.finArea .serviceSlideAreaInner article .rightArea p:first-of-type {
  text-align: left;
}

#rental .serviceSlideArea .serviceSlideAreaInner article .rightArea h4 {
  margin-top: 0;
  margin-left: 70px;
}
@media (max-width: 768px) {
  #rental .serviceSlideArea .serviceSlideAreaInner article .rightArea h4 {
    margin-left: 0;
  }
}
#rental .serviceSlideArea .serviceSlideAreaInner article .rightArea p:nth-of-type(2) {
  margin-top: 0;
}
#rental .openingArea ul li h3 {
  width: 100%;
}
@media (max-width: 768px) {
  #rental .openingArea ul li h3 {
    width: 70%;
  }
}
#rental .serviceSlideArea .serviceSlideAreaInner article .btnArea.second a {
  background: #9b005d;
  border: none;
}
@media (max-width: 768px) {
  #rental .serviceSlideArea .serviceSlideAreaInner article .btnArea.second a {
    margin-top: 20px;
  }
}
#rental .serviceSlideArea .serviceSlideAreaInner article .btnArea.second a span::after {
  background: url(../img/icon_arrow_purple.svg) no-repeat center right;
}
#rental .openingArea ul li h4 {
  font-size: 1.9rem;
  letter-spacing: -0.5px;
}
#rental .serviceSlideArea.finArea {
  background: none;
}
#rental .serviceSlideArea.finArea::before {
  display: none;
}
#rental .serviceSlideArea.finArea article {
  border: none;
}
#rental .serviceSlideArea.finArea .serviceSlideAreaInner article .rightArea h4 {
  margin-left: 0;
  letter-spacing: 2px;
}
@media (max-width: 768px) {
  #rental .serviceSlideArea.finArea .serviceSlideAreaInner article .rightArea h4 {
    padding-left: 0;
    margin: 0 auto 20px;
    text-align: center;
    line-height: 1.4;
  }
}
#rental .serviceSlideArea.finArea .serviceSlideAreaInner article .rightArea p:first-of-type {
  text-align: left;
}
#rental .serviceSlideArea .serviceSlideAreaInner article .rightArea .figureArea {
  width: 80%;
  margin: 10px auto 30px;
}
@media (min-width: 961px) {
  #rental .serviceSlideArea .serviceSlideAreaInner article .rightArea .figureArea {
    max-width: 180px;
    position: absolute;
    top: 60%;
    left: 40%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}
@media (max-width: 1480px) {
  #rental .serviceSlideArea .serviceSlideAreaInner article .rightArea .figureArea {
    width: 11vw;
    left: 41.555%;
  }
}
@media (max-width: 960px) {
  #rental .serviceSlideArea .serviceSlideAreaInner article .rightArea .figureArea {
    width: 80%;
  }
}
#rental .serviceSlideArea .serviceSlideAreaInner article .rightArea .figureArea img {
  width: 100%;
}
@media (min-width: 961px) {
  #rental .serviceSlideArea .serviceSlideAreaInner article .rightArea {
    width: 30%;
  }
}
@media (min-width: 961px) {
  #rental .serviceSlideArea .serviceSlideAreaInner article.rental-f .rightArea .figureArea {
    top: auto;
    bottom: 0;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    left: 34%;
  }
}
#rental .serviceSlideArea .serviceSlideAreaInner article.rental-g .rightArea {
  width: 45%;
}
#rental .serviceSlideArea .serviceSlideAreaInner article.rental-g .rightArea table {
  width: 67%;
  min-width: auto;
}
@media (max-width: 960px) {
  #rental .serviceSlideArea .serviceSlideAreaInner article.rental-g .rightArea table {
    width: 100%;
  }
}
@media (min-width: 961px) {
  #rental .serviceSlideArea .serviceSlideAreaInner article.rental-g .rightArea .figureArea {
    top: auto;
    bottom: 0;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    left: 34%;
  }
}
#rental table tr td {
  padding: 10px 20px;
}
@media (max-width: 768px) {
  #rental table tr td {
    padding: 10px;
  }
}

/*******************
arrow
*******************/
.splide__arrow.splide__arrow--prev {
  left: auto;
  right: 67px;
  bottom: -52px;
  border-right: 1px solid #231815;
  border-radius: 0;
  padding-right: 10px !important;
}
@media (max-width: 768px) {
  .splide__arrow.splide__arrow--prev {
    padding-right: 5px !important;
  }
}
.splide__arrow.splide__arrow--prev::after {
  content: "";
  display: block;
  transform: rotate(-180deg);
  background: url(../img/arrow_point.svg) no-repeat top 5px left;
  background-size: contain;
  width: 47px;
  height: 30px;
}
@media (max-width: 768px) {
  .splide__arrow.splide__arrow--prev::after {
    width: 27px;
    background: url(../img/arrow_point.svg) no-repeat top 5px left;
  }
}

.splide__arrow.splide__arrow--next {
  border-radius: 0;
  right: 20px;
  padding-left: 10px !important;
}
@media (max-width: 768px) {
  .splide__arrow.splide__arrow--next {
    padding-left: 5px !important;
  }
}
.splide__arrow.splide__arrow--next::after {
  content: "";
  display: block;
  background: url(../img/arrow_point.svg) no-repeat top right;
  background-size: contain;
  width: 47px;
  height: 30px;
}
@media (max-width: 768px) {
  .splide__arrow.splide__arrow--next::after {
    width: 27px;
    background: url(../img/arrow_point.svg) no-repeat top 6px right;
  }
}

/*******************
splide
*******************/
.splide__track.splide__track--loop.splide__track--ltr.splide__track--draggable {
  /*clip-path: inset(20px 20px 20px round 15px);*/
  margin: 0 auto;
}
.splide__track.splide__track--loop.splide__track--ltr.splide__track--draggable img {
  width: 100%;
}

.splideMeinImageInner {
  margin: 5vw auto;
}
@media (max-width: 768px) {
  .splideMeinImageInner {
    margin: 5vw auto 13vw;
  }
}

.splide__arrows {
  display: flex;
  display: -webkit-flex;
  position: absolute;
  bottom: 0;
  right: 0;
}
.splide__arrows .splide__arrow {
  top: auto;
  bottom: -54px;
  z-index: 10;
  background-size: contain;
  width: 47px;
  background: none;
  padding: 0 !important;
}
.splide__arrows .splide__arrow svg {
  display: none;
}
.splide__arrows .splide__arrow.splide__arrow--prev {
  left: auto;
  right: 67px;
  bottom: -52px;
  border-right: 1px solid #231815;
  border-radius: 0;
  padding-right: 10px !important;
}
@media (max-width: 768px) {
  .splide__arrows .splide__arrow.splide__arrow--prev {
    padding-right: 5px !important;
  }
}
.splide__arrows .splide__arrow.splide__arrow--prev::after {
  content: "";
  display: block;
  transform: rotate(-180deg);
  background: url(../img/arrow_point.svg) no-repeat top 5px left;
  background-size: contain;
  width: 47px;
  height: 30px;
}
@media (max-width: 768px) {
  .splide__arrows .splide__arrow.splide__arrow--prev::after {
    width: 27px;
    background: url(../img/arrow_point.svg) no-repeat top 5px left;
  }
}
.splide__arrows .splide__arrow.splide__arrow--next {
  border-radius: 0;
  right: 20px;
  padding-left: 10px !important;
}
@media (max-width: 768px) {
  .splide__arrows .splide__arrow.splide__arrow--next {
    padding-left: 5px !important;
  }
}
.splide__arrows .splide__arrow.splide__arrow--next::after {
  content: "";
  display: block;
  background: url(../img/arrow_point.svg) no-repeat top right;
  background-size: contain;
  width: 47px;
  height: 30px;
}
@media (max-width: 768px) {
  .splide__arrows .splide__arrow.splide__arrow--next::after {
    width: 27px;
    background: url(../img/arrow_point.svg) no-repeat top 6px right;
  }
}

ul.splide__pagination {
  display: none !important;
}

@media (min-width: 961px) {
  .secondBtnArea {
    display: none;
  }
}
@media (max-width: 960px) {
  .secondBtnArea {
    position: absolute;
    left: 90%;
    top: 0;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    width: 204px;
    height: 306px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0) 100%);
    z-index: 10;
  }
}
@media (max-width: 1280px) {
  .secondBtnArea {
    right: -70px;
    left: auto;
  }
}
@media (max-width: 960px) {
  .secondBtnArea {
    position: fixed;
    width: 100%;
    top: auto;
    bottom: 0;
    z-index: 99999;
    right: auto;
    left: 50%;
    display: flex;
    height: 80px;
    padding: 20px 20px 20px 6vw;
    box-sizing: border-box;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0.3) 100%);
  }
}
.secondBtnArea figure {
  max-width: 71px;
  margin: 50px auto 0;
}
@media (max-width: 960px) {
  .secondBtnArea figure {
    margin: 0 auto;
    max-width: 53px;
    min-width: 50px;
  }
}
.secondBtnArea figure img {
  width: 100%;
}
.secondBtnArea p {
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  margin: 10px 0;
  letter-spacing: 2px;
}
@media (max-width: 960px) {
  .secondBtnArea p {
    font-size: 2.5rem;
    margin: 0 30px;
  }
}
@media (max-width: 420px) {
  .secondBtnArea p {
    font-size: 1.5rem;
    margin: 10px 0 10px 20px;
  }
}
.secondBtnArea a {
  display: block;
  color: #fff;
  text-align: center;
  margin: 10px 0;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  width: 70%;
  margin: 0 auto;
  padding: 10px 0;
  min-width: 100px;
}
@media (max-width: 960px) {
  .secondBtnArea a {
    border-bottom: none;
    border-top: none;
  }
}
@media (max-width: 420px) {
  .secondBtnArea a {
    font-size: 2rem;
  }
}
.secondBtnArea a span {
  font-size: 2.5rem;
}
.secondBtnArea a span::after {
  content: "";
  display: inline-block;
  background: url(../img/icon_arrow.svg) no-repeat center right;
  width: 20px;
  height: 20px;
  background-size: contain;
}
@media (max-width: 960px) {
  .secondBtnArea a span::after {
    background: url(../img/icon_arrow_white.svg) no-repeat center right;
  }
}

.sp .mainVsImg img {
  width: 100%;
}

/*****************
タブスイッチ_sp
*****************/
.serviceSlideAreaInner {
  /* ラジオ非表示 */
  /* タブボタン */
  /* コンテンツ非表示 */
  /* 選択されたタブ＋コンテンツ表示 */
}
.serviceSlideAreaInner .tab-switch {
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
  margin-inline: auto;
  gap: 0 5px;
}
.serviceSlideAreaInner .tab-switch h3 {
  text-align: center;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  position: absolute;
  font-weight: bold;
}
.serviceSlideAreaInner .tab-switch input {
  display: none;
}
.serviceSlideAreaInner .tab-switch label {
  padding: 16px 0;
  background: none;
  cursor: pointer;
  order: -1;
  text-align: left;
  margin-top: 0;
  width: 100%;
  font-size: 2rem;
  font-weight: bold;
  border-top: 1px solid #333;
  color: #ccc;
}
.serviceSlideAreaInner label.tab1 {
  margin-top: 80px;
}
.serviceSlideAreaInner label.tab7 {
  margin-bottom: 40px;
  border-bottom: 1px solid #333;
}
.serviceSlideAreaInner .tab-content {
  display: none;
  width: 100%;
  padding: 1.5em 0;
}
.serviceSlideAreaInner .tab-switch input:checked + label {
  color: #333;
}
.serviceSlideAreaInner .tab-switch input:checked + label + .tab-content {
  display: block;
}

/****************
Animate.css
****************/
.fadeIn-up-sm {
  opacity: 0;
  transform: translateY(12px);
  transition: all 0.8s cubic-bezier(0.15, 0.75, 0.35, 1);
}

.fadeIn-up-sm.animate-active {
  opacity: 1;
  transform: translateY(0);
}

.d-1 {
  transition-delay: 0.2s;
}

.d-2 {
  transition-delay: 0.4s;
}

.d-3 {
  transition-delay: 0.6s;
}

.fadein-on-scroll {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.9s ease-out, transform 0.9s ease-out;
}

.fadein-on-scroll.active {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 {
  transition-delay: 0.2s;
}

.delay-2 {
  transition-delay: 0.4s;
}

.delay-3 {
  transition-delay: 0.6s;
}

.scroll-move {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.1s linear, transform 0.1s linear;
  will-change: transform, opacity;
}/*# sourceMappingURL=style-second.css.map */