﻿@charset "UTF-8";
/*2407 stay_p ldk*/
.stay .ldkArea {
  margin: 80px auto 0;
}
.stay .ldkArea > .ttlObj {
  font-size: 4.5rem;
  font-weight: 600;
}
.stay .ldkWrap {
  padding: 0 0 60px;
}
.stay .ldkWrap::before {
  content: "";
  border: 5px solid #f7c4c8;
  background: #fff;

  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  z-index: -1;
}
.stay .ldkBlk {
  margin: 3rem auto;
  width: min(95%, 1024px);
  position: relative;
  border-top: none;
  border-bottom: none;
}
.stay .ldkBlk * {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.stay .ldkBlk::before {
  content: "";
  background: url(../eyebrow/stay_p/img/ldk/hdr_pc.png) no-repeat;
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  top: 0;
  background-size: contain;
  z-index: 2;
}
.stay .ldkBlk::after {
  content: "";
  background: url(../eyebrow/stay_p/img/ldk/ftr.png) no-repeat;
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-size: contain;
  background-position: bottom;
  z-index: 2;
}
.stay .ldkBlk .ttlGlp {
  background: url(../eyebrow/stay_p/img/ldk/bg_pc.png) no-repeat;
  width: 100%;
  background-size: cover;
}

.stay .ldkBlk .ttlGlp .ttlObj {
  width: 90%;
  margin: 0px auto;
  padding: 30px 0 31px;
}
.stay .ldkBlk .imgTxtBlk {
  display: flex;
  flex-flow: wrap;
  position: relative;
}
.stay .ldkBlk .imgTxtBlk .txtGlp {
  order: 2;
}
.stay .ldkBlk .imgTxtBlk .txtGlp .prdNameSet {
  position: absolute;
  width: 50%;
  top: 10%;
  left: 5%;
  text-align: left;
}
.stay .ldkBlk .imgTxtBlk .txtGlp .prdNameSet .brand {
  font-size: 2.5rem;
  background: #f37b90;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 0.2em 0.5em;
}
.stay .ldkBlk .imgTxtBlk .txtGlp .prdNameSet .name {
  font-size: 4rem;
  line-height: 1.4;
  margin: 0.5em 0 0.2em;
  letter-spacing: 0;
  font-weight: 700;
}
.stay .ldkBlk .imgTxtBlk .txtGlp .prdNameSet .color {
  font-size: 2.4rem;
  letter-spacing: 0;
  font-weight: 700;
}
.stay .ldkBlk .imgTxtBlk .txtGlp .prdNameSet .price {
  font-size: 2.5rem;
  margin: 0.2em 0 0;
}
.stay .ldkBlk .imgTxtBlk .txtGlp .captionSet {
  width: 92%;
  margin: 2rem auto 0;
  display: flex;
  flex-flow: wrap; /* justify-content: center; */
  text-align: left;
}
.stay .ldkBlk .imgTxtBlk .txtGlp .captionSet .subTtlObj {
  font-weight: 700;
  font-size: 3rem;
  text-align: left;
  margin: 0 0 1em;
}
.stay .ldkBlk .imgTxtBlk .txtGlp .captionSet .txtObj {
  font-size: 2.6rem;
  width: 66%;
  text-align: left;
  line-height: 1.6;
}
.stay .ldkBlk .imgTxtBlk .txtGlp .captionSet .mark {
  width: 30%;
  margin: 0 auto;
}
.stay .ldkBlk .imgTxtBlk .imgObj {
  order: 1;
  width: 60%;
  margin: 0 2% 0 auto;
}
.stay .ldkBlk .expBlk {
  margin: 4rem auto 0;
  width: 92%;
}
.stay .ldkBlk .expBlk .expSet {
}
.stay .ldkBlk .expBlk .expSet + .expSet {
  margin: 4rem auto 0;
}
.stay .ldkBlk .expBlk .expSet .ttlGlp {
  background: none;
}
.stay .ldkBlk .expBlk .expSet .ttlGlp .obi {
  width: 31%;
}
.stay .ldkBlk .expBlk .expSet .ttlGlp .ttlObj {
  font-size: 3rem;
  padding: 0;
  margin: 0.5em 0 0.8em;
  text-align: left;
  font-weight: 700;
}
.stay .ldkBlk .expBlk .expSet .detLists {
  display: flex;
  flex-flow: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.stay .ldkBlk .expBlk .expSet .detLists .detList {
  width: 48%;
}
.stay .ldkBlk .expBlk .expSet .detLists .detList + .detList {
}
.stay .ldkBlk .expBlk .expSet .detLists .detList .imgObj {
}
.stay .ldkBlk .expBlk .expSet .detLists .detList .txtObj {
  font-size: 2.6rem;
  text-align: left;
  line-height: 1.6;
  margin: 0.1em 0 0;
}

.stay .ldkBlk .expBlk .expSet.set01 .detLists .detList .imgObj {
  position: relative;
  left: -3%;
}
.stay .ldkBlk .expBlk .expSet.set02 .detLists .detList .imgObj {
}

@media screen and (min-width: 641px) {
  .stay .ldkWrap {
    padding: 0 0 120px;
  }
  .stay .ldkBlk {
    width: min(90%, 1024px);
  }
  .stay .ldkBlk::before {
    background-size: cover;
    height: 80px;
  }
  .stay .ldkBlk::after {
    background-size: cover;
    height: 100px;
  }
  .stay .ldkWrap::before {
    border-width: 15px;
  }
  .stay .ldkBlk .ttlGlp {
    position: relative;
    z-index: 1;
  }
  .stay .ldkBlk .ttlGlp .ttlObj {
    width: min(70%, 700px);
    padding: 70px 0 70px;
  }
  .stay .ldkBlk .imgTxtBlk {
    width: 90%;
    margin: 0 auto 0;
  }
  .stay .ldkBlk .imgTxtBlk .txtGlp {
    order: 1;
    width: 40%;
    margin: 4rem auto 0 4%;
  }
  .stay .ldkBlk .imgTxtBlk .txtGlp .prdNameSet {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
  }
  .stay .ldkBlk .imgTxtBlk .txtGlp .prdNameSet .brand {
    font-size: 3.2rem;
  }
  .stay .ldkBlk .imgTxtBlk .txtGlp .prdNameSet .name {
    font-size: 5rem;
  }
  .stay .ldkBlk .imgTxtBlk .txtGlp .prdNameSet .color {
    font-size: 3.2rem;
  }
  .stay .ldkBlk .imgTxtBlk .txtGlp .prdNameSet .price {
    font-size: 2.85rem;
  }
  .stay .ldkBlk .imgTxtBlk .txtGlp .captionSet {
    margin: 2rem auto 0 0;
    width: auto;
    flex-flow: column;
  }
  .stay .ldkBlk .imgTxtBlk .txtGlp .captionSet .subTtlObj {
    font-size: 3.5rem;
  }
  .stay .ldkBlk .imgTxtBlk .txtGlp .captionSet .txtObj {
    font-size: 3.2rem;
    width: 100%;
  }
  .stay .ldkBlk .imgTxtBlk .txtGlp .captionSet .mark {
    margin: 3rem auto 0 0;
    width: 50%;
  }
  .stay .ldkBlk .imgTxtBlk .imgObj {
    width: 52%;
    order: 2;
  }
  .stay .ldkBlk .expBlk {
    width: 85%;
    margin: 8rem auto 0;
  }
  .stay .ldkBlk .expBlk .expSet {
  }
  .stay .ldkBlk .expBlk .expSet + .expSet {
  }
  .stay .ldkBlk .expBlk .expSet .ttlGlp {
  }
  .stay .ldkBlk .expBlk .expSet .ttlGlp .obi {
    width: 23%;
  }
  .stay .ldkBlk .expBlk .expSet .ttlGlp .ttlObj {
    font-size: 3.5rem;
  }
  .stay .ldkBlk .expBlk .expSet .detLists {
  }
  .stay .ldkBlk .expBlk .expSet .detLists .detList {
  }
  .stay .ldkBlk .expBlk .expSet .detLists .detList + .detList {
  }
  .stay .ldkBlk .expBlk .expSet .detLists .detList .imgObj {
  }
  .stay .ldkBlk .expBlk .expSet .detLists .detList .txtObj {
    font-size: 3.2rem;
    color: #000;
    position: relative;
  }

  .stay .ldkBlk .expBlk .expSet.set01 .detLists .detList .imgObj {
  }
  .stay .ldkBlk .expBlk .expSet.set02 .detLists .detList .imgObj {
    position: relative;
  }
}
@media screen and (min-width: 961px) {
  .stay .ldkArea {
    margin: 30px auto 0;
  }
  .stay .ldkArea::before {
    content: "";
  }
  .stay .ldkArea::after {
    content: "";
  }
  .stay .ldkArea > .ttlObj {
  }
  .stay .ldkWrap {
    padding: 0 0 120px;
  }
  .stay .ldkBlk {
    width: min(90%, 1024px);
  }
  .stay .ldkBlk::before {
    background-size: cover;
    height: 80px;
  }
  .stay .ldkBlk::after {
    background-size: cover;
    height: 100px;
  }
  .stay .ldkWrap::before {
    border-width: 30px;
  }
  .stay .ldkBlk .ttlGlp {
    position: relative;
    z-index: 1;
  }
  .stay .ldkBlk .ttlGlp .ttlObj {
    width: min(70%, 700px);
    padding: 70px 0 90px;
  }
  .stay .ldkBlk .imgTxtBlk {
    width: 90%;
    margin: 0 auto 0;
  }
  .stay .ldkBlk .imgTxtBlk .txtGlp {
    order: 1;
    width: 40%;
    margin: 4rem auto 0 4%;
  }
  .stay .ldkBlk .imgTxtBlk .txtGlp .prdNameSet {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
  }
  .stay .ldkBlk .imgTxtBlk .txtGlp .prdNameSet .brand {
    font-size: 2.2rem;
  }
  .stay .ldkBlk .imgTxtBlk .txtGlp .prdNameSet .name {
    font-size: 3rem;
  }
  .stay .ldkBlk .imgTxtBlk .txtGlp .prdNameSet .color {
    font-size: 2.2rem;
  }
  .stay .ldkBlk .imgTxtBlk .txtGlp .prdNameSet .price {
    font-size: 1.6rem;
  }
  .stay .ldkBlk .imgTxtBlk .txtGlp .captionSet {
    margin: 2rem auto 0 0;
    width: auto;
    flex-flow: column;
  }
  .stay .ldkBlk .imgTxtBlk .txtGlp .captionSet .subTtlObj {
    font-size: 2.5rem;
  }
  .stay .ldkBlk .imgTxtBlk .txtGlp .captionSet .txtObj {
    font-size: 1.6rem;
    width: 100%;
  }
  .stay .ldkBlk .imgTxtBlk .txtGlp .captionSet .mark {
    margin: 3rem auto 0 0;
    width: 50%;
  }
  .stay .ldkBlk .imgTxtBlk .imgObj {
    width: 52%;
    order: 2;
  }
  .stay .ldkBlk .expBlk {
    width: 85%;
    margin: 4rem auto 0;
  }
  .stay .ldkBlk .expBlk .expSet {
  }
  .stay .ldkBlk .expBlk .expSet + .expSet {
  }
  .stay .ldkBlk .expBlk .expSet .ttlGlp {
  }
  .stay .ldkBlk .expBlk .expSet .ttlGlp .obi {
    width: 18%;
  }
  .stay .ldkBlk .expBlk .expSet .ttlGlp .ttlObj {
    font-size: 2.5rem;
  }
  .stay .ldkBlk .expBlk .expSet .detLists {
  }
  .stay .ldkBlk .expBlk .expSet .detLists .detList {
  }
  .stay .ldkBlk .expBlk .expSet .detLists .detList + .detList {
  }
  .stay .ldkBlk .expBlk .expSet .detLists .detList .imgObj {
  }
  .stay .ldkBlk .expBlk .expSet .detLists .detList .txtObj {
    font-size: 2rem;
    color: #000;
    position: relative;
  }

  .stay .ldkBlk .expBlk .expSet.set01 .detLists .detList .imgObj {
  }
  .stay .ldkBlk .expBlk .expSet.set02 .detLists .detList .imgObj {
    position: relative;
  }
}

/*2407 stay_p ldk*/
