@charset "shift_jis";
/* CSS Document */
/*-----------------------------------------------*/
/*ベース*/
/*-----------------------------------------------*/
#room-light{
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    color:var(--txt);
}
#room-light .pc_none{
    display: none !important;
}
#room-light img{
    width: 100%
}
#room-light a{
    display: block;
    position: relative;
}  
#room-light a:hover{
    opacity: 0.9;
    color:#222 !important;
}

/* :root {--navi: #2c4183;} */
:root {--navi: #6a665e;}
:root {--bg: #fffcf6;}
:root {--txt: #404040;}
/*-----------------------------------------------*/
/*全体*/
/*-----------------------------------------------*/
#room-light section{
   display: grid;
   gap: 1em;
   max-width: 900px;
   margin: -10em auto 2em auto;
   padding: 11em 0 2em 0;
}
/*-----------------------------------------------*/
/*見出し*/
/*-----------------------------------------------*/
#room-light h2{
  font-size: 1.2em;
  margin: 1em 0;
  font-weight: lighter;
  letter-spacing: 4px;
  line-height: 1.9em;
}
#room-light h3{
    font-size: 2.2em;
    display: flex;
    position: relative;
    align-items: center;
    letter-spacing: 5px;
}
#room-light h3::before,
#room-light h3::after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color:var(--navi);
}
#room-light h3::before{
    margin-right: 1.2rem;
}
#room-light h3::after{
    margin-left: 1.2rem;
}
/*-----------------------------------------------*/
/*アンカー*/
/*-----------------------------------------------*/
#room-light .navi-title{
    color: var(--navi);
    margin-bottom: .3em;
    font-size: 1.2em;
    letter-spacing: 2px;
}
#room-light #navi{
    z-index: 1;
    position:sticky;
    width: 100%;
    box-sizing: border-box;
    background:var(--bg);
    padding:0.5em 0 0.5em 0;
    top: 141px;
    margin-bottom: 2em;
}
#room-light #navi ul {
    display: flex;
    max-width: 800px;
    margin: 0 auto;
    justify-content: center;
}
#room-light #navi ul li{
   width:calc((100% - 8%)/6);
   position: relative;
}
#room-light #navi ul li img{
    border-radius: 100px;
    width: 70%;
}
#room-light #navi ul li a{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    border-radius: 50px;
    gap: .3em;
    transition: 0.3s all;
}
#room-light #navi .navi-name{
    color: var(--txt);
    font-size:.9em;
    line-height: 17px;
}
/*訴求アイコン画像*/
/* #room-light #navi li.hot a::before,
#room-light #navi li.sale a::before,
#room-light #navi li.uchiwa a::before,
#room-light #navi li.hanabi a::before{
    content: "";
    right: -0.5em;
    top: -0.3em;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 47px;
    height: 47px;
    transition: 0.3s all;
}
#room-light #navi li.hot a::before{
    background-image: url(/IMAGE/room-light/scs_hot.png);
}
#room-light #navi li.sale a::before{
    background-image: url(/IMAGE/room-light/scs_sale.png);
}
#room-light #navi li.uchiwa a::before{
    background-image: url(/IMAGE/room-light/scs_uchiwa.png);
}
#room-light #navi li.hanabi a::before{
    background-image: url(/IMAGE/room-light/scs_hanabi.png);
} */
/*-----------------------------------------------*/
/*タブ切り替え*/
/*-----------------------------------------------*/
#room-light .tab-wrap >ul {
   display: flex;
   gap:1em;
   border-bottom: 3px solid var(--navi);
   padding: 0 13%;
}
#room-light .tab-wrap li{
  width:50%;
}
#room-light .tab-wrap a{
  padding:0.3em 0;
  text-align: center !important;
  list-style: none;
  cursor: pointer;
  font-size:1.5em;
  background: #adb2b7;
  color: #fff;
  transition: 0.3s all;
  border-radius:5px 5px 0 0;
  position: relative;
  letter-spacing: 3px;
}
#room-light .tab-wrap li.active a{
  background:var(--navi);
}
#room-light .tab-contents {
  display: block;
  background: var(--bg);
}
/*矢印*/
#room-light .tab-wrap a::after {
    content: "";
    width: 0.3em;
    height:0.3em;
    position: absolute;
    top:0.9em;
    right:2em;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(135deg);
    transition: 0.3s all;
}
#room-light .tab-wrap a:hover::after {
    top:1.4em;
}
#room-light .tab-wrap a:hover{
  color: #fff !important;
}
/*-----------------------------------------------*/
/*商品*/
/*-----------------------------------------------*/
#room-light .item-list {
    display:grid;
    gap: 2em;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1em;
}

#room-light .col_1 {
   grid-template-columns: repeat(1, 1fr);
}
#room-light .col_2 {
   grid-template-columns: repeat(2, 1fr);
}
#room-light .item-list li,
#room-light .item-list li >a{
    background: #fff;
    display: flex;
    width: 100%;
    align-items: center;
}
/*調節*/
#room-light #item_bedpad .item-list li{
    align-items: flex-start;
}
/******** 内容 ********/
#room-light .item-list-content{
    display: flex;
    gap: .5em;
    margin: 0 10px;
    width: 60%;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#room-light .btn-area {
    display: flex;
    gap: 5px;
    margin: 4px;
    padding: 5px 0;
    width: 90%;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #ededed;
}
/******** 画像 ********/
#room-light .item-list-img{
    width: 100%;
}
/******** アイコン ********/
#room-light .item-list-icon ul{
    display: flex;
    align-items: center;
    align-content: flex-start;
    flex-wrap: wrap;
    justify-content: center;
    gap: .5em;
}
#room-light .item-list-icon ul > li{
    display: inline-block;
    font-size: 1em;
    padding:.1em .4em;
    width: auto;
    border: 1px solid;
    color:#63b5c1;
}
/******** 選ぶボタン ********/
#room-light .item-list-btn {
    width: 100%;
}
#room-light .item-list-btn ul{
    width: 90%;
    display: flex;
    align-items: center;
    align-content: flex-start;
    justify-content: center;
    gap: 8px;
    padding: 5px 0;
    margin: 0 auto;
}
#room-light .item-list-btn ul li {
    width: 100%;
    background-color: #ededed;
}
/* 選ぶボタン 色 */
#room-light .item-list-btn ul > li a{
    display: block;
    font-size: 17px;
    padding: 1px 0;
    margin: auto;
    border: 1px solid #63b5c1;
    color:#fff;
    background-color: #63b5c1;
    border-radius: 5px;
}
#room-light .item-list-btn ul.orange > li a{
    display: block;
    font-size: 17px;
    padding: 1px 0;
    margin: auto;
    border: 1px solid #f99b4d;
    color:#fff;
    background-color: #f99b4d;
    border-radius: 5px;
}
#room-light .item-list-btn ul > li a:hover,
#room-light .item-list-btn ul.orange > li a:hover{
	color: #fff !important;
    opacity: 0.5;
}
/******** ふきだし ********/
.item-list-hukidasi {
    position: relative;
    width: fit-content;
    padding: 3px 16px 2px;
    border-bottom: 2px solid #333333;
    background-color: #ededed;
  }
.item-list-hukidasi::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    background-color: #ededed; /* 背景色と同じ色を指定 */
    rotate: 135deg;
    translate: -50%;
}
.item-list-hukidasi::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    z-index: 0;
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    border: 2px solid;
    border-color: #333333 #333333 transparent transparent;
    background-color: #ededed;
    rotate: 135deg;
    translate: -50%;
}
/******** 商品名 ********/
#room-light .item-list-txt{
    font-size:1.4em;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.4em;
    width: 100%;
}
/******** 説明文 ********/
#room-light .item-list-com{
    background: #63b5c5;
    color: #fff;
    padding: .1em .6em .3em;
    font-size: 1.1em;
    line-height: 1.3em;
}
/******** 矢印 ********/
/* #room-light .item-list-price {
    position:relative;
}
#room-light .item-list-price::after,
#room-light .item-list-size a::after {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 7px;
    height: 7px;
    border-top: 2px solid #63b5c1;
    border-right: 2px solid #63b5c1;
    margin: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: 0.3s all;
}
#room-light .item-list-price::after {
    bottom: 34%;
    right:-16%;
}
#room-light .item-list-size a::after {
    bottom: 44% !important;
    right: 3% !important;
} */
/*hover*/
#room-light a:hover .item-list-price::after {
    right:-20%;
}
#room-light .item-list-size a:hover::after {
    right: 1% !important;
}
/*-----------------------------------------------*/
/*価格プロ*/
/*-----------------------------------------------*/
#room-light li.motoprice,
#room-light span.spesicalprice,
#room-light li.intax {
	display: none;
}
#room-light li.price {
	color:var(--txt) !important;
	font-size: 2em;
}
#room-light .item-list-size li.price {
	color: var(--txt) !important;
	font-size: 1.8em;
}
/*-----------------------------------------------*/
/*その他こちら*/
/*-----------------------------------------------*/
#room-light .btn-black-box {
    display: flex;
    width: 71%;
    gap: 1em;
    margin: 0 auto;
}
#room-light .btn-black-title {
    width: 50%;
	font-size: 1.4em;
    background: #f47070;
    color: #fff;
    margin: 0 auto;
    position: relative;
    padding: .1em 0;
    border-radius: 50px;
}
#room-light .btn-black-title::before{ 
    position: absolute;
    content: "";
    background: #f47070;
    height: calc(tan(44deg)* 17px / 2);
    width: 17px;
    clip-path: polygon(100% 0, 50% 100%, 0 0%);
    bottom: -18%;
    left: 48%;
}
#room-light .btn-black {
	margin:0 9em;
	display: flex;
	gap: 1em;
}
#room-light .btn-black a {
	color:#fff !important;
	position: relative;
	font-size: 1.2em;
	width: 100%;
	padding: 15px 0;
	align-items: center;
}
#room-light .btn-black a::after {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    top: 42%;
    right: 4%;
    margin: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .3s ease 0s;
}
/*hover*/
#room-light .btn-black a:hover {
	color:#222 !important;
}
#room-light .btn-black a:hover::after {
    right: 3%;
    border-top: 2px solid #222;
    border-right: 2px solid #222;
}
/*-----------------------------------------------*/
/*モーダルウィンドウ*/
/*-----------------------------------------------*/
/* #room-light .modalArea {
	display: none;
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  }
  
#room-light .modalBg {
	width: 100%;
	height: 100%;
	background-color: rgba(30,30,30,0.9);
  }
  
#room-light .modalWrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
	width: 70%;
	max-width: 900px;
	padding: 3em;
	background-color: #fff;
  }
  
#room-light .closeModal {
	position: absolute;
	top: 0.5rem;
	right: 1rem;
	cursor: pointer;
  }
#room-light #openModal p{
	position:relative;

  }
#room-light #openModal {
	position: fixed;
    bottom: 100px;
    right: 6px;
    z-index: 3;
    transition: 0.3s all;
  }
#room-light #openModal img{
	width: 100%;

  }
#room-light #openModal:hover {
	cursor: pointer;
	transform: translateY(-3px);
  } */
/*-----------------------------------------------*/
/*トップページ*/
/*-----------------------------------------------*/
#room-light .pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
	z-index: 3;
}
#room-light .pagetop a {
	display: flex;
	justify-content: center;
    align-items: center;
    text-align: center;
	vertical-align: middle;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	background-color: #222222c7;
	border-radius: 80px;
	width:70px;
	height:70px;
    line-height: 1.3em;
    transition: 0.3s all;
}
#room-light .pagetop a:hover{
	background-color: #a2a2a2c7;
	color: #fff !important;
	transform: translateY(-2px);
}