/*////////////////////////////////
ページ
////////////////////////////////*/
#lalassic {
  max-width: 1200px;
  background-color: #f3f3f3;
}

#lalassic img{
  width: 100%;
}
#lalassic .pc_none{
  display: none;
}

/*////////////////////////////////
section共通
////////////////////////////////*/
#lalassic section h2{
  font-size: 2.5rem;
  font-weight: lighter;
  padding: 10px 0 0;
  text-align: center;
  color: #827d73;
}

#lalassic section:nth-child(odd){
  background-color: #cbc8c1;
}
#lalassic section:nth-child(even){
  background-color: #f3f3f3;
}
/*////////////////////////////////
ポイントここから
////////////////////////////////*/
.point_dl{
  width: 900px;
  margin: 0 auto 20px;
  text-align: center;
  color: #827d73;
}

.point_dl p,.point_dl p span{
  font-size: 1rem;
}

.lineup_box {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
}
.lineup_box_a {
  padding: 0 0 0 30px;
  display: flex;
  align-items: center;
}
.lineup_box_a p{
  font-size: 1rem;
}
.lineup_box_b img{
  border-top-left-radius: 20px;
  border-bottom-left-radius:20px;
}
.text_in {
  position: relative;
}
.text_in .text_1{
  position: absolute;
  bottom: 0;
  left: 0%;
  padding: 0 5px 0 5px;
  background-color: rgba(255,255,255,0.7);
}
.text_in .text_2{
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 5px 0 3px;
  background-color: rgba(255,255,255,0.7);
}
.lineup_box_a .big_text {
    font-size: 1.2rem;
    color: #c78f42;
}
.accordion__boxes {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0 auto 20px;
  width: 90%;
}

.accordion__title {
  text-align: left;
  cursor: pointer;
  position: relative;
  padding: 10px 10px 10px 20px;
  background-color: #fff;
  margin: auto;
}
.accordion__title p {
  font-size: 1rem;
}
.accordion__title p .mark{
  font-size: 1.5rem;
  font-size: 1.5rem;
  color: #c78f42;
  /* background-color: #c78f42; */
  /* border-radius: 50px; */
  padding: 0 10px;
  border-bottom: dashed 1px;
} 
.accordion__title p .namber {
  font-size: 1rem;
    background-color: #827d73;
    padding: 5px 12px;
    border-radius: 500px;
    color: #fff;
    margin: 0 10px 0 0;
}
.accordion__title.selected {
  border-bottom: solid 1px #dbdbdb;
}

.accordion__title::after {
  font-family: "Material Icons";
  color: #555;
  font-size: 20px;
  position: absolute;
  content: "expand_more";
  right: 2%;
  top: 30%;
  transition: transform 0.5s;
}

.accordion__title.selected::after {
  transform: rotate(180deg);
}

.accordion__txt {
  display: none;
  background-color: #f1f1f1;
}

.accordion__link {
  display: block;
  padding: 20px;
  border-bottom: solid 1px #dbdbdb;
  position: relative;
  color: #08579d;
}

.accordion__link::after {
  font-family: "Material Icons";
  color: #555;
  font-size: 20px;
  position: absolute;
  content: "chevron_right";
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}
/*////////////////////////////////
ROOMここから
////////////////////////////////*/
#modelroom h2{
  color: #fff!important;
  text-align: center;
}
#modelroom .tab-wrap {
  background-color: #cbc8c1;
  padding: 0 0 10px;
  max-width: 900px;
  margin: auto;
}

#modelroom .tab-wrap .tab-btn3 {
  display: flex;
  background: #cbc8c1;
  margin: 10px 0 0;
}

#modelroom .tab-btn {
  width: 50%;
  padding: 10px 0;
  text-align: center;
  list-style: none;
  cursor: pointer;
  border-right: solid 1px #78746a;
  color: #78746a;
  transition: .3s;
}
#modelroom .tab-btn:hover {
  transition: .3s;
  background-color: #b7b3a9;

}
#modelroom .tab-btn:last-child {
  border-right:none;
}
#modelroom .tab-btn.show {
  background: #78746a;
  color: #fff;
  animation: panel-show .3s ease-in forwards;
  transition: .3s;
}
@keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#modelroom .tab-contents {
  display: none;
}
#modelroom .tab-contents.show {
  display: block;
  background-color: #fff;
  animation: cont-show .4s ease-in forwards;
  transition: .3s;
}
@keyframes cont-show {
  from {
    opacity: .6;
  }
  to {
    opacity: 1;
  }
}
/* 商品位置 */
.room_r {
  position: relative;
}

.room_r .anchor{
position: relative;
transition: all .3s ease 0s;
width: 1vw;
height: 1vw;
display: block;
background-color: #fff;
border-radius: 100px;
outline: 12px solid rgba(0,0,0,0.2901960784);
max-width: 30px;
max-height: 30px;
position: absolute;
}

.balloon::after{
  font-family: "Material Icons";
  color: inherit;
  font-size: 20px;
  position: absolute;
  content: "expand_more";
  transform: rotate(270deg);
  right: -2%;
  bottom: -3%;
  top: 0;
  margin: auto;
}

.balloonoya {
  position   : relative;
}

.room_r .anchor:hover .balloon {
  display: inline; 
}
.balloon {
  position: absolute;
  display: none;
  padding: 2px;
  background-color: rgba(255, 255, 255, 0.70);
  width:11.5rem;  
  left : 0;
  font-size: 80%;
  border-radius: 50px;
  bottom: -2px;
  text-align: center;
}

/* まるポチ位置調整 */
/* ルーム1 */
.item_1_1 {
  top: 15rem;
  left: 31rem;
}
.item_1_2 {
  top: 18rem;
  left: 46rem;
}
.item_1_3 {
  top: 9rem;
  left: 4rem;
}
.item_1_4 {
  top: 8rem;
  left: 45rem;
}
.item_1_5 {
  top: 8rem;
  left: 11rem;
}
.item_1_6 {
  top: 18rem;
  left: 8rem;
}
.item_1_7 {
  top: 2rem;
  left: 13rem;
}

/* ルーム2 */
.item_2_1 {
  top: 15rem;
  left: 39rem;
}
.item_2_2 {
  top: 11rem;
  left: 44rem;
}
.item_2_3 {
  top: 2rem;
  left: 23rem;
}
.item_2_4 {
  top: 5rem;
  left: 13rem;
}

/* ルーム3 */
.item_3_1 {
  top: 7rem;
  left: 15rem;
}
.item_3_2 {
  top: 17rem;
  left: 30rem;
}
.item_3_3 {
  top: 18rem;
  left: 50rem;
}
.item_3_4 {
  top: 6rem;
  left: 38rem;
}

/* ルーム4 */
.item_4_1 {
  top: 20rem;
  left: 31rem;
}
.item_4_2 {
  top: 21rem;
  left: 8rem;
}
.item_4_3 {
  top: 24rem;
  left: 45rem;
}
.item_4_4 {
  top: 9rem;
  left: 49rem;
}
.item_4_5 {
  top: 3rem;
  left: 17rem;
}
.item_4_6 {
  top: 7rem;
  left: 31rem;
}

.room_l .recommend__item-list a:hover{
  color:#222!important;
  opacity: .8;
}

#modelroom h3 {
  font-size: 1.6rem;
  text-align: center;
  color: #625749;
  margin-top: 5px;
}


/* 商品たち */
.recommend__item-col4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 10px;
  padding-bottom: 20px;
}

.recommend__item-list {
  /* background: #fff3d1; */
  border: #ccc solid 1px;
  padding: 0 0 5px;
}

.recommend__item-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* gap: 7px; */
  text-align: center;
/*   padding: 10px 10px 15px 10px;
 */  height: 100%;
}

.recommend__item-img {
  display: block;
  width: 100%;
}

.recommend__item-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: .5;
  font-weight: 700;
  height: 45px;
  line-height: 1.3;

}

.recommend__item-button {
  width: 70%;
  background: #c78f42;
  color: #fff;
  border-radius: 999px;
  position: relative;
  overflow: hidden;
  margin-top: 3px;
  padding: 4px 24px;
}

.recommend__item-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -52%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}

.recommend__item-button:hover::before {
  animation: shine 0.7s;
}

@keyframes shine {
  100% {
    left: 100%;
  }
}

.recommend__item-button::after {
  font-family: "Material Icons";
  color: inherit;
  font-size: 20px;
  position: absolute;
  content: "expand_more";
  transform: rotate(270deg);
  right: 0;
  bottom: -3%;
  top: 0;
  margin: auto;
}
.buy_price {
  margin:0;
}
.buy_price>ul .spesicalprice,.buy_price>ul .price+.intax {
  display: none;
}

/*////////////////////////////////
lineupここから
////////////////////////////////*/
#lineup {
  max-width: 900px;
  margin: auto;
}
.lineup_item {
  display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 20px;
padding-bottom: 20px;
}
#lineup .lineup_item li a:hover {
  opacity: .7;
  color: #c78f42!important;
}

#lineup .lineup_item li dt{
  border-bottom: 1px solid #b9b6b2;
}
#lineup .lineup_item li dt img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#lineup .lineup_item li .category_name {
  font-size: .9rem;

}
#lineup .lineup_item li .item_name {
  font-size: .8rem;
  letter-spacing: 0;
  font-weight: lighter;
  color: #626262;
}
/*////////////////////////////////
lineupここから
////////////////////////////////*/
.bottom_img h2 {
  color: #fff!important;
  padding: 5px 0 0 0!important;
}
.banner {
  width: 900px;
  padding: 20px 0;
  margin: auto;
  }
/*////////////////////////////////
ナビここから
////////////////////////////////*/
#lalassic #elevator {
    position: fixed;
    z-index: 1;
    bottom: 0;
    height: 100vh;
    right: 0;
    transition: all .3s;
    text-align: right;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 2em; 
    opacity: 0;
}

#elevator ul {
  flex-wrap: wrap;
  margin: 0 0;
  list-style: none;
}
#elevator li {
  border-bottom: 1px dashed #222222;
  text-align: center;
}
 #elevator ul li a {
  display: block;
  text-decoration: none;
  color: #333;
  padding: 20px 0;
}
#elevator ul li a:hover{
  color: #cbc8c1;
}
