﻿@charset "UTF-8";

/* bed
------------------------------ */
.georgia {
    font-family: Georgia,serif;
}
.mv {
  background: url(../../../img/cp/bed/mv_pc.webp) center top/cover no-repeat;
}
.point__sample-block ul.normal_box li p {
    width: 100%;
    position: unset;
    top: 0;
    left: 0;
    transform: unset;
    font-size: 1.2rem;
    color: #000;
    line-height: 2rem;
    text-align: center;
    z-index: 10;
    letter-spacing: -0.3px;
}
.point__sample-block.column3box ul li p {
    width: 100%;
    position: unset;
    top: 0;
    left: 0;
    transform: unset;
    font-size: 1.8rem;
    font-weight: bold;
    color: #000;
    line-height: 2.8rem;
    text-align: center;
    z-index: 10;
    letter-spacing: -1px;
    margin: 0 0 1%;
}
.point__sample-block.column3box ul li p span {
    font-size: 1.4rem;
    font-weight: normal;
    margin: 0 0 0 10px;
}
.point__sample-block.column3box ul li figure {
    margin: 20px auto 0;
    max-width: 361px;
}
.point__sample-block.column3box .point_font-s {
    font-size: 1.2rem;
    text-align: center;
}
.point_line {
    width: 90%;
    margin: 50px auto 0;
    padding: 5% 0 0;
    border-top: 2px solid #e0e0e0;
}

.customize__slide {
/*    pointer-events: none;*/
}
.customize__slide-thumb .slick-current {
/*    border-color: #fff !important;*/
}
.point__sample-block.column3box figure {
    text-align: right;
    font-size: 1.2rem;
}
/*.point .title figure {
    max-width: 910px;
}*/
.point__sample-block.column3box h4 {
    margin-bottom: 0;
}
.point .title figure {
    width: 100%;
    max-width: 1371px;
}

@media screen and (min-width: 800px) {
.point__title-catch {
    line-height: 3rem;
}
.point__sample-block.column3box {
    width: 31%;
}
.point__sample-block.column3box ul {
    display: block;
    width: 90%;
    margin: 5% auto;
}
.point__sample-block.column3box ul li {
    width: 100%;
    margin-bottom: 10%;
}
.point__2column-price {
    display: flex;
    justify-content: center;
}
}
@media screen and (max-width: 800px) {
.mv {
  background: url(../../../img/cp/bed/mv_sp.webp) center top/cover no-repeat;
}
.point__title-catch {
    line-height: 2.2rem;
}
.point__sample-block.column3box ul li {
    width: 100%;
    margin-right: 0;
}
.point__sample-block.column3box ul li p {
    letter-spacing: 0;
    margin: 0;
}
.point_line {
    width: 100%;
}
.point__2column-price {
    margin: 0 15px;
}
.voice__slide-block {
    background: #fff;
	border-bottom: 1px solid #e0e0e0;
	border-radius: 0;
}
.voice__slide-block:last-child {
	border-bottom: 0;
}
}
