h1,h2,h3,h4,p{
	margin:0;
}
.annotation {
	display: block;
}
.mt20 {
	margin-top: 20px !important;
}
.mt30 {
	margin-top: 30px !important;
}

/* ****************************** */
/* 
/*  薄茶h2 ：#4d4339
/* 濃茶reason_header nav link_itemcategory：#35322f
/* リンクボタン：#876c50
/* 
/* ****************************** */

#lineup .reason_header {
	margin-top:0;
}

/* **********  ********** */
.lp_contents {
}
.lp_contents img {
	max-width: 100%;
}
.lp_contents .note {
	font-size: 85%;
}
.lp_contents .em {
	font-size: 120%;
	font-weight: bold;
}

.lp_contents .image {
	text-align: center;
}
.lp_contents .moreinfo a {
	display: block;
	padding: 0.5em;
	padding-right: 1em;
	text-align: center;
	position: relative;
}
.lp_contents .moreinfo a::after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	right: 0.5em;
	top: 50%;
	transform: translateY(-50%);
}
/* ***** 下取りキャンペーン ***** */
.shitadori {
	margin: 1.5em auto;
	text-align: center;
}
.shitadori img {
	width: 75%;
}
/* ***** アイテムから選ぶ ***** */
.link_itemcategory {
	margin: 3em 0;
}
.link_itemcategory ul {
	margin: 0 0 1em;
}
.link_itemcategory li {
	height: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
}
.link_itemcategory li:not(:first-child) {
	margin-top: 1em;
}
.link_itemcategory li div {
	margin-top: 0.5em;
	font-size: 90%;
}
.link_itemcategory a {
	display: block;
	width: calc(100% - (0.5em + 2px) * 2);
	padding: 0.5em;
	border: solid 2px #4d4339;
	border-radius: 5px;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.link_itemcategory a::before {
	content: "\f138";
	font-family: FontAwesome;
	color: #4d4339;
	position: absolute;
	top: 50%;
	left: 1em;
	transform: translateY(-50%);
}
/* ***** ブランド ***** */
.bedbrand {
	margin: 3em 0 1em;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.bedbrand li {
	max-width: calc(100% / 3 - 1em);
	margin: 0 0.5em 1.5em;
	font-size: 70%;
	text-align: center;
}
.bedbrand a {
	text-decoration: underline;
}
.bedbrand img {
	display: block;
	margin-bottom: 0.5em;
}

/* ********** タイトル ********** */
.contents_title > ul,
.contents_title > div {
	margin-left: 1em;
	margin-right: 1em;
}
/* ***** ナビ ***** */
.contents_title .nav {
	margin: 1em 1em 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	counter-reset: nav_count;
}
.contents_title .nav li {
	list-style: none;
	margin: 0.5em 0 0;
}
.contents_title .nav a {
	display: block;
	padding: 0.5em 1.5em;
	border: solid 1px  #35322f;
	color: #35322f;
	text-align: center;
	position: relative;
}
.contents_title .nav a::before {
	counter-increment: nav_count;
	content: counter(nav_count) ". ";
	position: absolute;
	left: 1em;
	top: 50%;
	transform: translateY(-50%);
}
.contents_title .nav a::after {
	content: "\f107";
	font-family: FontAwesome;
	position: absolute;
	right: 1em;
	top: 50%;
	transform: translateY(-50%);
}
/* ***** ブランド ***** */
.contents_title p.em {
	padding: 0.5em;
	background-color: #f0f9fe;
}
/* ***** 価格保証 ***** */
.discount {
	margin: 0.5em 0 0;
	padding: 1em;
	border: solid 1px #c00;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
}
.reason_point .discount .text {
	margin-bottom:0;
}
.discount .image {
	max-width: 50%;
	margin-bottom: 1em;
}
.discount .em_2 {
	font-size: 120%;
	font-weight: bold;
}
/* ********** コンテンツ ********** */
.reason_section,
.itemselection {
	margin: 3em 1em;
}
.reason_section h2,
.itemselection h2 {
	margin: 3em 0 2em;
	color:  #4d4339;
	font-size: 140%;
	font-weight: bold;
	text-align: center;
}
.reason_point {
	list-style: none;
	counter-reset: reason_count;
}
.reason_point > li {
	margin: 0 0 3em;
}
.reason_point .reason_header {
	margin: 3em 0 0.5em;
	border-bottom: solid 5px #35322f;
	font-size: 110%;
	font-weight: bold;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	padding-bottom: 0.3em;
}
.reason_point .reason_header::before {
	counter-increment: reason_count;
	content: counter(reason_count) ". ";
	color: #35322f;
	font-size: 180%;
	width: 1.5em;
	flex: none;
}
.reason_point .text {
	margin: 0.5em 0 2em;
}
.reason_point .text .em {
	font-size: 100%;
	margin: 0 0 0.5em;
}
.reason_point .moreinfo li {
	margin: 1em 0;
}
.reason_point .moreinfo a {
	background-color: #876c50;
	color: #fff;
}
.reason_point .bedbrand {
	margin: 2em 0 1em;
}
.reason_point .column {
	margin: 1.5em 0;
}
.reason_point .column li {
	margin: 0 0 2em;
	padding: 1em;
	border: solid 1px #876c50;
	font-size: 90%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.reason_point .column .text {
	height: 100%;
	margin: 0.5em 0 0;
	padding: 0;
}

/* 202303改修 */
/* ===============
modaalBlock
================= */
.modaalList .modaalList__headline {
	font-size: 1.1rem;
	padding: 15px 0;
	width: 100%;
	text-align: center;
	color: #fff;
	background-color: #876c50;
	line-height: 1;
}
.modaalList .brandContainer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	min-height: 161.44px;
}
.modaalList .brandContainer .brandLink {
	width: 32%;
	text-align: center;
	margin-left: calc(100% - (32% * 3.1));
	text-decoration: underline;
}
.modaalList .brandContainer .brandLink:hover {
	text-decoration: none;
}
.modaalList .brandContainer .brandLink:not(:nth-of-type(1)) {
	margin-left: 0;
}
.modaalList .brandContainer .brandLink:not(:nth-of-type(4)) {
	margin-left: 0;
}
.modaalList .brandContainer .brandLink .brandLink__text {
	font-size: 10px;
	margin-top: 5px;
}
.modaalList__description {
	font-size: .9rem;
	line-height: 1.5;
	margin-top: 10px;
}
.modaalLIst__anchor {
	display: block;
	text-align: center;
	width: 100%;
	padding: 10px 0;
	border-radius: 2rem;
	background-color: #4f8478;
	border: solid 1px #4f8478;
	color: #fff !important;
	margin-top: 10px;
}
.modaal-content-container {
	padding: 100px 30px;
}
.modaal-fullscreen .modaal-close {
	background: #333;
	top: 25px;
	right: 15px;
}
.modaal-content-container .modaalContent__headline {
	display: block;
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
    padding: 15px 10px;
    margin: 0 auto;
	color: #fff;
	background-color: #876c50;
    line-height: 1;
}
.modaal-content-container .modaalContent__sub {
	width: 95%;
	margin: 30px auto 0;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    color: crimson;
}
.modaal-content-container .brandContainer {
	margin-top: 30px;
}
.modaal-content-container .brandContainer .brandList {
	display: flex;
	flex-direction: column;
    align-items: stretch;
    justify-content: center;
	width: 100%;
	margin: 0 auto;
}
.modaal-content-container .brandContainer .brandList .brandText {
	margin-top: 15px;
}
.modaal-content-container .brandContainer .brandList .brandLink {
	text-decoration: underline;
}
.modaal-content-container .brandContainer .brandList .brandLink:hover {
	text-decoration: none;
}
.modaal-content-container .brandContainer .brandList:not(:first-of-type) {
	margin-top: 15px;
    padding-top: 15px;
    border-top: solid 1px #ddd;
}
.modaal-content-container .brandContainer .brandList .brandLink .brandLink__logo {
	width: 50%;
    max-width: 240px;
    display: block;
    margin: 0 auto;
}
.modaal-content-container .brandContainer .brandList .brandLink .brandLink__text {
	width: 70%;
    margin: 10px auto 0;
    text-align: center;
}
.modaal-content-container .brandContainer .brandList .brandLink .brandLink__text--other {
	margin-top: -6%;
}
.modaal-content-container .brandContainer .brandList .brandText .brandText__primary {
	font-size: 1.2rem;
    font-weight: bold;
}
.modaal-content-container .brandContainer .brandList .brandText .brandText__secondary {
	font-size: 1rem;
}
.modaal-content-container .textContainer {
	width: 95%;
    margin: 20px auto 0;
}
.modaal-content-container .textContainer .textList .textList__primary {
	font-size: 1rem;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: solid 1px #ccc;
}
.modaal-content-container .textContainer .textList .textList__secondary {
	font-size: .9rem;
}
.modaal-content-container .modaalContent__message {
	width: 95%;
    margin: 20px auto 0;
    font-size: 1rem;
    font-weight: bold;
}

/* ===============
showroomLinkBlock
================= */
.showroomLinkBlock {
	margin-top: 30px;
}
.showroomLinkBlock__headline {
	width: 100%;
	text-align: center;
	font-size: 1.1rem;
	font-weight: bold;
}
.showroomLinkBlock .linkButton {
	display: block;
	width: 80%;
	margin: 20px auto 0;
	padding: 15px;
	background-color: #876c50;
	color: #fff !important;	
	text-align: center;
}
.showroomLinkBlock .linkButton .linkButton__primary {
	font-size: 1.2rem;
	font-weight: bold;
}
.showroomLinkBlock .linkButton .linkButton__secondary {
	font-size: 1rem;
	margin-top: 5px;
}

/* / 202303改修 */


.reason_point .column .moreinfo {
	margin: 1em 0 0 auto;
}

.reason_point #lineup,
.reason_point #budget,
.reason_point #consulting,
.reason_point #brand {
	padding-top: 100px;
    margin-top: -90px;
}

/* ***** 相談予約 ***** */
.reserve {
	margin: 2em 0;
}
.reserve .moreinfo li {
	margin: 0;
}
.reserve p {
	margin: 0.5em 0 0;
}
/* ***** スリープアドバイザーとは ***** */
.adviser {
	margin: 1.5em 0 1em;
	border: solid 1px #4d4339;
}
.adviser .image {
	padding: 0.5em;
	background-color: #4d4339;
}
.adviser .image img {
	max-width: 30%;
}
.adviser .text {
	margin: 0;
	padding: 0.5em;
	background-color: #fff;
}
.adviser .text dt {
	margin: 0 0 0.5em;
	font-weight: bold;
}
.adviser .text dt::before {
	content: "【";
}
.adviser .text dt::after {
	content: "】";
}
.adviser .text dd {
	font-size: 90%;
}

/* ***** マットレスの選び方 ***** */
.reason_mattress {
	list-style: none;
	counter-reset: mattress_count;
}
.reason_mattress li {
	margin: 4em 0;
	padding: 3em 1em 1em;
	border: solid 1px #4d4339;
	font-size: 90%;
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.reason_mattress li::before {
	counter-increment: mattress_count;
	content: counter(mattress_count);
	display: block;
	width: 2em;
	height: 2em;
	border-radius: 50%;
	background-color: #4d4339;
	color: #fff;
	font-size: 240%;
	line-height: 2em;
	text-align: center;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
}
.reason_mattress h3 {
	color: #4d4339;
	font-size: 140%;
	text-align: center;
}
.reason_mattress .text {
	margin: 1em 0;
}

.reason_mattress .image {
	margin: auto 0 0;
}
/* ***** お買い物 ***** */
.reason_advise {
	margin: 1em 0;
	padding: 0 0 1em;
	border-bottom: solid 1px #005d97;
}
.reason_advise:last-of-type {
	border: none;
}
.reason_advise > li {
	position: relative;
}
.reason_advise dt {
	font-weight: bold;
}
.reason_advise dd {
	font-size: 90%;
}
.problem {
	background-color: #f0f9fe;
	padding: 1em;
}
.problem .customer {
	color: #005d97;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.problem .customer dl {
	width: 70%;
}
.problem .customer .image {
	width: calc(30% - 1em);
	margin-right: 1em;
}
.consulting {
	color: #f83a70;
}
.solution {
	color: #005d97;
}
.consulting,
.solution {
	margin: 3em 0 0;
	padding: 0 1em;
}
.consulting .image,
.solution .image {
	margin: 1em 0 0;
}
.consulting::before,
.solution::before {
	content: "\f103";
	font-family: FontAwesome;
	font-size: 220%;
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
}

/* ********** おすすめ ********** */
.itemselection > .moreinfo {
	margin: 0 auto 3em;
}
.itemselection > .moreinfo a {
	background-color: #005d97;
	color: #fff;
}
.item_lineup {
	margin: 2em 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.item_lineup li {
	width: calc((100% - 1em) / 2);
	margin: 0 0 2em;
}
.item_lineup dt {
	font-size: 90%;
}
.item_lineup dt span {
	font-weight: bold;
}
.item_lineup dd {
	margin: 0.5em 0;
	font-size: 80%;
}
.item_lineup .price {
	padding-top: 0.5em;
	border-top: solid 1px #eee;
}
.item_lineup .moreinfo {
	background-color: #eee;
}
.itemselection .link_itemcategory {
	margin: 1em 0;
}
