@charset "utf-8";

/*  ------------------------------------------------------------------

	共通

---------------------------------------------------------------------*/

body {
    -webkit-text-size-adjust: 100%;
    position: relative;
    width: 100%;
    min-width: 320px;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",
        "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro",
        "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo,
        "游ゴシック", "Yu Gothic", Arial, Verdana, Helvetica, Roboto, sans-serif;
}

#wrap {
    width: 100%;
    min-width: 320px;
    overflow: hidden;
}

.sp {
    display: block;
}

.pc {
    display: none;
}

.spNL:before {
    content: "\A";
    white-space: pre;
}

img {
    max-width: 100%;
    width: auto;
    max-height: 100%;
    height: auto;
}

#bed img {
    width: auto;
}

a:hover,
a:hover img {
    opacity: 1 !important;
}

/*  ------------------------------------------------------------------

	ヘッダー

---------------------------------------------------------------------*/

#bed #mainNav {
    display: none;
}

#sp-header {
    padding: 15px;
    position: relative;
}

#sp-header #logo {
    text-align: center;
    line-height: 0.1;
    font-size: 12px;
}

#sp-header #btnMenu {
    position: absolute;
    right: 15px;
    top: 15px;
}

#sp-header #btnMenu img {
    width: 30px;
}

#topicpath,
#ftopicpath {
    display: none;
}

/*  ------------------------------------------------------------------

	ナビ

---------------------------------------------------------------------*/

#common-header .navi-accordion dd li.parent>a:before {
    transform: rotate(90deg);
}

#common-header .navi-accordion dd li.parent>a.open:before {
    transform: rotate(-90deg);
}

#common-header .navi-accordion dd li.parent .children {
    display: none;
    margin: 10px 0 -10px;
}

#common-header .navi-accordion dd li.parent .children li {
    border-bottom: none;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

#common-header .navi-accordion dd li.parent .children li a:before {
    margin-top: 0;
    top: 10px;
}

#sp-menu {
    background: #e7e7e7;
    height: 100%;
    position: fixed;
    right: -100%;
    top: 60px;
    z-index: 101;
    width: 95%;
    text-align: left;
    transition: all 0.3s;
}

#sp-menu.open {
    right: 0;
}

.dropDownLayer {
    padding: 20px 10px;
}

.dropDownLayer a {
    color: #3a3a3a;
    display: block;
    text-decoration: none;
}

.dropDownList li {
    list-style-type: none;
}

.dropDownList .single {
    font-size: 14px;
    border-top: 2px solid #fff;
}

.dropDownList .single:last-child {
    border-bottom: none;
}

.dropDownList .single a {
    position: relative;
    padding: 10px 40px 10px 0;
}

.dropDownList .single a:after {
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 12px;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #3a3a3a;
    border-right: 2px solid #3a3a3a;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: all 0.4s cubic-bezier(0.17, 0.67, 0.54, 0.93);
    -webkit-transition: all 0.4s cubic-bezier(0.17, 0.67, 0.54, 0.93);
    content: "";
}

/*  ------------------------------------------------------------------

	フッター

---------------------------------------------------------------------*/

#sp-footer {
    background-color: #fff;
    font-size: 12px;
}

#sp-footer #pagetop a {
    display: block;
    background-color: #f7f7f7;
    padding: 15px;
    color: #333;
    text-decoration: none;
}

#sp-footer #pagetop img {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 10px;
    height: auto;
}

#sp-footer #fNav ul {
    border-top: solid 1px #ebebeb;
}

#sp-footer #fNav ul li {
    width: 50%;
    float: left;
    text-align: left;
    border-bottom: solid 1px #ebebeb;
    box-sizing: border-box;
    list-style-type: none;
}

#sp-footer #fNav ul li:nth-child(2n-1) {
    border-right: solid 1px #ebebeb;
}

#sp-footer #fNav ul li a {
    display: block;
    padding: 20px 30px 20px 20px;
    color: #333;
    background: url(../images/bed/common/arrow.png) no-repeat right 18px top 20px;
    background-size: 10px auto;
    text-decoration: none;
}

#sp-footer #copyright {
    background-color: #f7f7f7;
    padding: 15px;
}

/*  ------------------------------------------------------------------

	コンテンツ

---------------------------------------------------------------------*/

#content {
    width: auto;
}

.contentsInner {
    margin: 20px 20px 0;
}

#bed #productsNavi {
    display: flex;
    justify-content: center;
}

#bed #productsNavi ul {
    display: block;
}

#bed #productsNavi li {
    border-right: none;
}

/*  ------------------------------------------------------------------

	サイドナビ

---------------------------------------------------------------------*/

#bed #sideContents {
    float: none;
    width: auto;
    margin: 0 20px 40px;
}

#bed #bannerArea ul {
    text-align: center;
    margin-left: 0;
}

#bed #bannerArea ul li {
    display: inline-block;
}

/*  ------------------------------------------------------------------

	ベッドトップ

---------------------------------------------------------------------*/

#mainSlider div p {
    left: auto;
    top: auto;
    right: 10px;
    bottom: 10px;
    max-width: 40%;

    height: auto;
}

#mainSlider div p.mainSlider-btn-s {
    max-width: 32%;
    bottom: 13px;
}

.bx-wrapper .bx-pager {
    top: auto;
    bottom: 14px;
}

#bed #top_select01 .selectArea {
    float: none;
    margin-right: 0;
    margin-bottom: 6px;
    width: auto;
    text-align: center;
}

#bed #top_select01 a {
    height: auto;
}

#bed #top_select01 .img_area {
    text-align: center;
}

#bed #top_select01 .text_area {
    position: static;
    height: auto;
}

#indexMap,
#bed #showroomMap {
    width: auto;
    background: url(../images/bed/_frame/map/bg.png);
    border: solid 1px #c5d8e3;
    height: auto;
    float: none;
    padding: 0 20px 20px;
    margin-bottom: 6px;
}

#bed #showroomMap #areaContainer {
    position: static;
}

#indexMap .tit,
#bed #showroomMap .tit {
    text-align: center;
    margin-bottom: 10px;
}

#indexMap #howToChoice {
    position: static;
    width: auto;
    margin-top: 20px;
}

#indexMap #howToChoice p {
    text-align: center;
}

#indexMap #howToChoice p a {
    display: block;
    font-size: 125%;
    padding: 15px;
}

#eachMapPoints {
    display: none;
}

#indexMap #areaContainer {
    position: static;
}

#indexMap .catTit,
#bed #showroomMap .catTit {
    margin-bottom: 15px;
}

#bed #showroomMap .catTit {
    margin: 0 10px 15px !important;
}

#indexMap #areaWrap01,
#indexMap #areaWrap02,
#bed #showroomMap #areaWrap02,
#bed #showroomMap #areaWrap01 {
    position: static;
    width: auto;
    margin-top: 20px;
}

#bed #showroomMap #areaWrap01,
#bed #showroomMap #areaWrap02 {
    height: auto;
    padding: 7px 0;
}

#bed #showroomMap #boxWrap02 {
    padding-top: 0;
}

#indexMap #boxWrap01 .boxes,
#indexMap #boxWrap02 .boxes,
#bed #showroomMap #boxWrap01 .boxes,
#bed #showroomMap #boxWrap02 .boxes {
    float: none;
    display: inline;
}

#indexMap #boxWrap01 .boxes ul {
    display: inline;
    font-size: 0;
}

#bed #showroomMap #boxWrap01 .boxes ul,
#bed #showroomMap #boxWrap02 .boxes ul {
    font-size: 0;
    display: block;
}

#indexMap #boxWrap01 .boxes li,
#bed #showroomMap #boxWrap01 .boxes li,
#bed #showroomMap #boxWrap02 .boxes li {
    display: inline-block;
    font-size: 14px;
}

#indexMap #boxWrap01 .boxes li img,
#bed #showroomMap #boxWrap01 .boxes li img {
    width: 62px;
}

#indexMap #boxWrap02,
#bed #showroomMap #boxWrap02 {
    padding-left: 0;
}

#indexMap #boxWrap02 .boxes ul {
    text-align: center;
}

#indexMap #boxWrap02 ul,
#bed #showroomMap #boxWrap02 ul {
    text-align: center;
    font-size: 0;
}

#indexMap #boxWrap02 li {
    font-size: 14px;
    display: inline-block;
}

#indexMap #boxWrap02 li img,
#bed #showroomMap #boxWrap02 li img {
    width: 125px;
}

#indexMap #areaContainer a.selectedArea,
#indexMap #howToChoice a:hover {
    opacity: 1;
}

#bed #otherLink {
    float: none;
    gap: 0;
}

#bed #otherLink .otherLink01,
#bed #otherLink .otherLink02,
#bed #otherLink .otherLink03,
#bed #otherLink .otherLink04 {
    position: static;
    margin-top: 6px;
}
.homeContentsBtn {
    display: block;
}

.homeContentsBtn li {
    margin-bottom: 5px;
}

.homeBnr {
    display: block;
    text-align: center;
}

.homeBnr li:not(:first-child) {
    margin-top: 5px;
}

/*  ------------------------------------------------------------------

	カリモクの「ぴったりベッド」の特徴

---------------------------------------------------------------------*/

.secTit {
    font-size: 20px;
    padding: 6px 10px;
    margin-bottom: 15px;
}

#bed #contentsInner {
    margin: 20px 20px 40px;
}

#bed #pagenav {
    margin: 0;
    position: static;
    background-color: #4e2c24;
}

#bed #pagenav li {
    width: calc(100% / 3);
    margin: 0;
    box-sizing: border-box;
}

#bed #pagenav li:first-child {
    border-right: solid 1px #fff;
}

#bed #pagenav li:last-child {
    border-left: solid 1px #fff;
}

#bed #hygienical {
    margin-bottom: 30px;
}

#bed #hygienical li {
    float: none;
    width: auto;
    margin: 0 0 30px;
}

#bed #hygienical li img {
    float: left;
    width: 43%;
    margin-bottom: 10px;
}

#bed #hygienical li h3 {
    margin-left: 47%;
    font-size: 15px;
    margin-bottom: 5px;
}

#bed #hygienical li p {
    margin-left: 47%;
}

#bed #hygienical li p.txt {
    margin-bottom: 10px;
}

#bed #hygienical li .btn {
    clear: both;
    margin-left: 0;
}

#bed #setting .navBtn {
    margin-bottom: 15px;
}

#bed #setting .navBtn li {
    width: 49.7%;
}

#bed #setting h3 {
    font-size: 16px;
}

#bed #setting h3 .type {
    margin-bottom: 6px;
    font-size: 12px;
}

#bed #setting h4 {
    text-align: center;
    font-size: 15px;
}

#bed #setting h4 .check {
    font-size: 9px;
    width: auto;
    padding: 5px;
    margin-bottom: 5px;
}

#bed #setting #setting_a {
    margin-bottom: 30px;
}

#bed #setting #setting_a ul li {
    width: 48.5%;
    font-size: 12px;
}

#bed #setting #setting_a ul li:first-child {
    float: left;
}

#bed #setting #setting_a ul li:last-child {
    float: right;
}

#bed #setting .btn {
    font-size: 12px;
}

#bed #setting .btn a {
    width: 180px;
    padding: 10px 0;
}

#bed #setting #setting_b .explain {
    float: none;
    width: auto;
    margin-bottom: 15px;
}

#bed #setting #setting_b .explain img {
    float: left;
    width: 43%;
}

#bed #setting #setting_b .explain .txt {
    margin-left: 47%;
}

#bed #setting #setting_b .img {
    float: none;
    padding: 0;
}

#bed #match h3 {
    font-size: 15px;
}

#bed #match .point {
    float: none;
    width: auto;
    margin-bottom: 20px;
}

#bed #match .coordinate {
    float: none;
    width: auto;
}

#bed #match .coordinate img {
    float: left;
    width: 43%;
}

#bed #match .coordinate .txt {
    margin-left: 47%;
}

/*  ------------------------------------------------------------------

	カリモクのぴったりベッドであなたのお悩み解決！

---------------------------------------------------------------------*/

.problemWrap {
    margin-left: 0;
}

.problemSec {
    display: block;
    margin: 50px 0 0;
    width: auto;
}

.problemSec.problem1 {
    width: auto;
}

.problemSec .secHeader {
    padding: 20px 20px 15px;
    margin-bottom: 30px;
}

.problemSec .secHeader:after {
    border-top: 10px solid #898a9d;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    margin-left: -15px;
}

.problemSec .secHeader h3 {
    font-size: 22px;
}

.problemSec .secHeader.separate {
    display: block;
    padding: 0;
}

#content .problemSec .secHeader p {
    font-size: 12px;
    width: auto;
}

.problemSec .problem1-1,
.problemSec .problem1-2 {
    width: auto;
    padding: 20px 25% 20px 20px;
    min-height: 0;
}

.problemSec .problem1-1 {
    background-size: 22% auto;
    border-bottom: 1px solid #adadbb;
    background-position: right 5px center;
}

.problemSec .problem1-1:after {
    content: none;
}

.problemSec .problem1-2 {
    background-size: 22% auto;
    background-position: right 5px center;
}

.problemSec h4 {
    font-size: 20px;
    margin-bottom: 20px;
}

.problemSec .photo .point {
    right: -10px;
    bottom: -10px;
}

.problemSec .photo .point img {
    width: 80px;
    height: 79px;
}

.problemSec.problem1 .photo {
    float: none;
    width: auto;
    margin-bottom: 20px;
}

.problemSec.problem1 .solution {
    float: none;
    width: auto;
}

.problemSec.problem1 .solution h5 {
    font-size: 18px;
}

.problemSec.problem1 .solution .inner {
    display: block;
}

.problemSec.problem1 .solution .inner>div {
    width: auto;
    margin-top: 20px;
}

.problemSec.problem2 .secHeader,
.problemSec.problem3 .secHeader,
.problemSec.problem4 .secHeader,
.problemSec.problem5 .secHeader {
    background-size: 22% auto;
    background-position: right 5px center;
    padding-right: 25%;
    min-height: 0;
}

#content .problemSec .photo {
    text-align: center;
}

.problemSec.problem2 .photo:before {
    width: 100px;
    height: 129px;
    background-size: 100% 100%;
    left: -20px;
}

.problemSec.problem3 .photo:before {
    width: 65px;
    height: 89px;
}

.problemSec.problem4 .photo:before {
    width: 100px;
    height: 105px;
}

.problemSec.problem5 .photo:before {
    width: 130px;
    height: 113px;
    left: -20px;
}

/*  ------------------------------------------------------------------

	ベッドフェア0418

---------------------------------------------------------------------*/

.bedfair1804 .point h3 {
    font-size: 18px;
    text-align: center;
    padding: 10px 5px;
}

.bedfair1804 .point h3>span {
    font-size: 16px;
    display: block;
    margin-right: 0;
}

.bedfair1804 .point h3>span .num {
    font-size: 16px;
}

.bedfair1804 .point .img {
    max-width: 30%;
}

.bedfair1804 .point>div>div {
    float: none;
    width: 100%;
    padding-right: 0;
    margin-top: 20px;
}

.bedfair1804 .point>div:nth-child(3) .img {
    margin-bottom: 20px;
}

.bedfair1804 .point .btn a {
    clear: both;
    width: auto;
    display: block;
}

#content .bedfair1804 .benefits .item .img {
    text-align: center;
    float: none;
}

.bedfair1804 .benefits .item,
#content .bedfair1804 .benefits .item p {
    text-align: center;
}

.bedfair1804 .benefits .item strong {
    font-size: 20px;
    font-weight: bold;
}

.bedfair1804 .benefits .item dl {
    margin-top: 20px;
}

.bedfair1804 .benefits .item dt {
    font-size: 16px;
}

.bedfair1804 .benefits .cloth {
    padding: 20px;
}

#content .bedfair1804 .benefits .cloth .img {
    float: none;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 0;
}

#content .bedfair1804 .benefits .cloth .img img {
    max-width: 60%;
}

#content .bedfair1804 .benefits .cloth .serif {
    font-size: 16px;
}

#content .bedfair1804 .benefits .cloth dt,
#content .bedfair1804 .benefits .cloth dd {
    text-align: center;
    margin-top: 5px;
}

.bedfair1804 .benefits .showroom {
    padding: 0;
}

#content .bedfair1804 .benefits .showroom .img {
    float: none;
    text-align: center;
}

.bedfair1804 .benefits .showroom>div {
    float: none;
    width: auto;
    text-align: center;
}

#content .bedfair1804 .benefits .showroom>div .txt {
    font-size: 16px;
    margin-top: 20px;
}

/*  ------------------------------------------------------------------

	ベッドフェア201810

---------------------------------------------------------------------*/

#content .bedfair1810 .benefits .item .img {
    text-align: center;
    float: none;
    margin: 0 0 10px;
}

.bedfair1810 .benefits .item,
#content .bedfair1810 .benefits .item p {
    text-align: center;
}

.bedfair1810 .benefits .item strong {
    font-size: 20px;
    font-weight: bold;
}

.bedfair1810 .benefits .cloth {
    padding: 20px;
}

#content .bedfair1810 .benefits .cloth .img {
    float: none;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 0;
}

#content .bedfair1810 .benefits .cloth .img img {
    max-width: 60%;
}

#content .bedfair1810 .benefits .cloth .serif {
    font-size: 16px;
}

#content .bedfair1810 .benefits .cloth dt,
#content .bedfair1810 .benefits .cloth dd {
    text-align: center;
    margin-top: 5px;
}

.bedfair1810 .showroom {
    padding: 0 20px 0;
}

#content .bedfair1810 .showroom .img {
    float: none;
    text-align: center;
}

.bedfair1810 .showroom>div {
    float: none;
    width: auto;
    text-align: center;
}

#content .bedfair1810 .showroom>div .txt {
    font-size: 16px;
    margin-top: 20px;
}

/*  ------------------------------------------------------------------

	デザイン・機能から選ぶ

---------------------------------------------------------------------*/

#bed .itemListArea {
    padding: 0;
    display: block;
}

#bed .itemBlock {
    float: none;
    margin-right: 0;
    width: auto;
    background: #eaf3f8;
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
}

#bed .itemBlock dl {
    padding-bottom: 20px;
}

#bed .itemBlock dl dd {
    height: auto !important;
}

#bed .itemBlock p {
    text-align: center;
}

#bed .itemBlock p.moreBtn.textBtn {
    width: 100%;
    box-sizing: border-box;
    left: 0;
    position: static;
}

/*  ------------------------------------------------------------------

	モデルページ

---------------------------------------------------------------------*/

#bed #mainContents {
    float: none;
    width: auto;
    margin: 0 20px 40px;
}

.bedModel .tabArea .tabContent.baseType .typeList {
    display: block;
}

.bedModel .tabArea .tabContent.baseType .typeList .typeSec {
    width: auto;
}

.bedModel .tabArea .tabContent .baseTypeContent .photo,
.bedModel .tabArea .tabContent .detailContent .photo,
.bedModel .tabArea .tabContent.productDetail.photoWrap .photo {
    margin-left: 20px;
}

.bedModel .tabArea .tabContent .baseTypeContent .explain,
.bedModel .tabArea .tabContent .detailContent .explain,
.bedModel .tabArea .tabContent.productDetail.photoWrap .inner {
    flex: 1;
}

.bedModel .tabArea .tabContent.productDetail.photoWrap .inner {
    width: calc(100% - 120px);
}

.bedModel .tabArea .tabContent .baseTypeContent .photo,
.bedModel .tabArea .tabContent .detailContent .photo {
    width: 30%;
    min-width: 100px;
    text-align: right;
}

.bedModel .tabArea .tabContent .reclining .baseTypeContent .photo {
    width: 40%;
    min-width: 150px;
}

.bedModel .tabArea .tabContent .baseTypeContent .explain .size li {
    width: auto;
    display: block;
}

.bedModel .tabArea .tabContent .baseTypeContent .explain .size li .link {
    display: block;
    margin-top: 5px;
}

.bedModel .tabArea .tabContent .baseTypeContent .explain .size li .link.pc {
    display: none;
}

.bedModel .tabArea .tabContent .baseTypeContent .explain .size li .link.sp {
    display: block;
}

.bedModel .tabArea .tabContent .detailContent {
    display: block;
}

.bedModel .tabArea .tabContent .detailContent .photo {
    margin-top: 20px;
    margin-left: 0;
}

.bedModel .tabArea .tabContent .baseTypeContent .explain .size li .link a.sp {
    display: inline-block;
}

.bedModel .tabArea .tabContent .baseTypeContent .explain .size li .link a.pc {
    display: none;
}

/*  ------------------------------------------------------------------

	商品紹介

---------------------------------------------------------------------*/

#bed .products_select a {
    display: block;
    height: auto;
    padding: 20px 20px 35%;
    background-size: auto auto, 80% auto !important;
    background-position: right 6px center, center bottom !important;
}

/*  ------------------------------------------------------------------

	ウッドクッションシミュレーター

---------------------------------------------------------------------*/

#bed #simForm {
    padding-bottom: 60px;
}

#bed #simForm h3 {
    margin-right: 0;
}

#bed #simForm table,
#bed #simForm table tbody,
#bed #simForm table th,
#bed #simForm table td {
    display: block;
}

#bed #simForm table {
    width: auto;
}

#bed #simForm table tr {
    display: flex;
    flex-wrap: wrap;
}

#bed #simForm table tr td {
    width: 50%;
}

#bed #simForm table tr td .icon {
    display: none;
}

#bed #simForm table .inputS {
    width: 80px;
}

#bed #simForm #btnReset {
    bottom: 20px;
}

#bed #simResult {
    padding: 0;
}

#bed #simResult .inner {
    padding: 20px;
}

#bed #simResult .inner h3 {
    font-size: 16px;
    margin-bottom: 0;
}

#bed #simResult h3:before,
#bed #simResult h3:after {
    content: none;
}

#bed #simResult .print {
    bottom: -40px;
    right: 30px;
}

/*  ------------------------------------------------------------------

	私の快眠の作り方

---------------------------------------------------------------------*/

#bed .columnNav ul {
    display: block;
}

#bed .tips.separate,
#bed .tips .separate {
    display: block;
}

#bed .tips.separate .right_area,
#bed .tips.separate .right_area02,
#bed .tips .separate .right_area03 {
    margin-top: 20px;
    width: auto;
}

#bed .tips.separate .right_area p,
#bed .tips.separate .right_area02 p,
#bed .tips .separate .right_area03 p {
    text-align: center;
}

#bed .posture01,
#bed .variance01,
#bed .sleepstyle01,
#bed .fit01 {
    display: block;
}

#bed .posture01 .right_area,
#bed .variance01 .right_area,
#bed .sleepstyle01 .right_area,
#bed .fit01 .right_area {
    width: auto;
    text-align: center;
    margin-bottom: 20px;
}

#bed .posture02 {
    height: auto;
}

#bed .posture02 .imgArea01,
#bed .posture02 .imgArea02 {
    position: static;
    text-align: center;
}

#bed .effect,
#bed .process {
    height: auto;
}

#bed .effect .left_area,
#bed .effect .right_area,
#bed .process .left_area,
#bed .process .right_area {
    float: none;
    margin: 20px auto 0;
}

#bed .column01_interval01 .tips {
    padding: 20px;
}

#bed .column01_interval01 .img {
    position: static;
    text-align: center;
    margin-bottom: 20px;
}

#bed .imgFlexBottom {
    display: block;
}

/*  ------------------------------------------------------------------

	カリモクのこだわり

---------------------------------------------------------------------*/

#bed .conceptWrap01 {
    display: block;
}

#bed .conceptWrap01 .conceptLeft01 {
    margin: 0 0 20px;
}

#bed .conceptWrap01 .conceptLeft01 .prof {
    text-align: center;
}

#bed .conceptRight01 {
    text-align: center;
}

#bed .conceptWrap02 {
    display: block;
}

#bed .conceptWrap02>div {
    margin: 20px 0 0;
    text-align: center;
}

/*  ------------------------------------------------------------------

	webカタログ

---------------------------------------------------------------------*/

#bed .catalog01 {
    display: block;
}

#bed .catalog01 .img_area p {
    text-align: center;
}

#bed .catalog01 .text_area {
    margin: 40px 0 0;
}

#bed .catalog01 .text_area .bn_area {
    text-align: center;
}

#bed .products_select#products_select03 a {
    padding-bottom: 30%;
}

#bed .productsWrap {
    display: block;
}

#bed .productsWrap .img {
    width: auto;
    text-align: center;
    padding: 0;
    margin: 0;
}

#bed .productsWrap>*:not(:last-child) {
    margin-bottom: 20px;
}

#bed .line_contents {
    display: block;
    text-align: center;
}

#bed .line_contents p {
    text-align: center;
}

#bed .sleepingWrap {
    display: block;
}

#bed .sleepingWrap .img_area p {
    text-align: center;
    margin-bottom: 20px;
}

#bed .sleepingWrap .moreBtn {
    text-align: center;
}

#bed .sleeping01 .sleeping_contents .tit:not(:first-child) {
    margin-top: 40px;
}

#bed .sleeping01 .sleeping_contents .wrap,
#bed .sleeping01 .sleeping_contents .wrap .relaxImg {
    display: block;
}

#bed .sleeping01 .sleeping_contents .wrap .img {
    margin-left: 0;
}

#bed .sleeping01 .sleeping_contents .wrap .relaxImg li {
    margin-top: 20px;
    width: auto;
}

#bed .mattressWrap {
    display: block;
    margin: 0;
}

#bed .mattressWrap>div {
    margin: 30px auto 0;
}

#bed .line_contents .line_contents_txt {
    width: 100%;
}

#bed .model01 .model_contents {
    justify-content: center;
    margin: 0;
}

#bed .model01 .model_contents .wideBox {
    flex-wrap: wrap;
    justify-content: center;
}

#bed .model01 .model_contents .descBlock {
    float: none;
    margin: 0;
    padding: 18px;
    background: none;
    border: 2px solid #eee;
    position: relative;
    margin-top: 10px;
}

#bed .model01 .model_contents .descBlock:before {
    content: "";
    border-bottom: 10px solid #eee;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    left: 50%;
    bottom: 100%;
    margin-left: -5px;
}

#bed .model01 .model_contents .descBlock::after {
    content: "";
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    left: 50%;
    top: -8px;
    margin-left: -5px;
}

#bed .model01 .model_contents .itemBlock02 {
    width: 300px;
    max-width: 100%;
}

#bed .model01 .model_contents .itemBlock02:nth-last-child(-n + 2) {
    margin-bottom: 20px;
}

#bed .model01 .model_contents .itemBlock02:last-child {
    margin-bottom: 0;
}

#bed .simulatorBtn {
    margin-left: auto;
    margin-right: auto;
}

#bed .simulatorBtn a {
    display: block;
}

#bed .simulatorBtn a img {
    width: 100%;
}

#bed .simulatorBtn a .txt {
    display: block;
    font-size: 14px;
}

#bed .simulatorBtn a .txt:after {
    content: "";
    top: auto;
    border-bottom: 10px solid #295978;
    border-top: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: 100%;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
}

#bed .simulatorBtn a .txt .lead {
    font-size: 16px;
}

#bed #simResult .notes li {
    padding-right: 0;
}

/*  ------------------------------------------------------------------

	ショールーム

---------------------------------------------------------------------*/

#bed #showroomFlow .flowContent {
    padding: 20px;
}

#bed #showroomFlow .flowContent:before {
    text-align: center;
    display: block;
    position: static;
    transform: none;
    font-size: 36px;
}

#bed #showroomFlow .flowContent:after {
    left: 50%;
    transform: translateX(-50%);
}

#bed #showroomFlow .flowContent .ttlArea {
    text-align: center;
}

#bed #showroomFlow .flowContent .imgArea {
    position: static;
    width: auto;
    margin-bottom: 20px;
}

#bed #showroomFlow .flowContent .addBox {
    width: auto;
    margin: 20px 0 0;
    padding: 20px;
}

#bed #showroomFlow .flowContent .addBox .tit {
    text-align: center;
}

#bed #showroomFlow .flowContent .addBox .img {
    text-align: center;
    position: static;
}

/* 大阪ポップアップショールームバナー追加 */
.oosaka-popup {
    display: none;
}

.oosaka-popup-sp {
    display: block;
    margin-top: 20px;
}

#showroomMap .oosaka-popup-sp {
    display: block;
}

/* ショールームをエリアから探す ボタン追加 */
#showroomBanner a {
    font-size: 16px;
    padding: 15px 18px;
}

#showroomBanner a:before {
    background-image: url(../../images/bed/showroom/arrrow-right_sp.svg);
    width: 18px;
    height: 18px;

}
