@charset "shift_jis";

/* --------------------------------------

    OriginalBabyBed CSS

-------------------------------------- */

/* --------------------------------------
common
-------------------------------------- */

/* container Adjust
-------------------------------------- */
#container {
	width: 100%;
	min-width: 950px;			
}
.pnavi {
	margin-right: auto;
	margin-left: auto;
	width: 950px;
	min-width: 950px;			
}

/* --------------------------------------
originalBabyBed
-------------------------------------- */
.originalBabyBed, .originalBabyBed * {
	box-sizing: border-box;
}
.originalBabyBed {
	position: relative;
	padding: 25px 0 80px;
	background-color: #e6f6ff;
	color: #333;
}
.originalBabyBed ::marker {content: none;}

/* headline
-------------------------------------- */
.sectionTitle {
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
	font-size: 28px;
	color: #330000;
}
.sectionTitle::after {
	content: "";
	margin-top: 10px;
	background-image: url(/item/original-babybed/images/ico_headline.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
	width: 38px;
	height: 16px;
}

/* Button
-------------------------------------- */
.btnGroup {margin-top: 30px;}
.btnGroup ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.btnGroup ul li {width: 390px;}
.btnGroup ul li a {
	position: relative;
	display: flex;
	flex-flow: row nowrap;
	align-content: center;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	padding: 20px 0;
	border-radius: 10px;
	border: 1px solid #eb5e8f;
	background-color:#eb5e8f;
	width: 390px;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	color: #fff !important;
}
.btnGroup ul li a:hover {opacity: 0.8;}
/* buttonArrow PopWindow Icon */
.btnGroup ul li a::after {
	content: "";
	position: absolute;
	top: 40%;
	right: 5%;
	display: block;
}
.btnGroup ul li a:not([target])::after {
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	width: 12px;
	height: 12px;
	-ms-transform: rotate( -45deg );
	-webkit-transform: rotateZ( -45deg );
	-ms-transform: rotateZ( -45deg );
	transform: rotateZ( -45deg );
}
.btnGroup ul li a[target="_blank"]::after {
	background: url(/images/icon/ico_popwin.png) left top no-repeat;
	background-size: 100%;
	width: 14px;
	height: 12px;
}

/* attention list
-------------------------------------- */
.list__attention li {
	text-indent: -1.5em;
	padding-left: 1.5em;
	font-size: 14px;
}
.list__attention li::before {
    content: "\203b";
	margin-right: 0.5em;
}

/* --------------------------------------
Main Visual
-------------------------------------- */
.mainVisual {
	position: relative;
	margin: 0 auto;
	padding-top: 490px;
	background-image: url(/item/original-babybed/images/img_mv.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 950px;
	height: 0;
	line-height: 2;
	overflow: hidden;
}
.mainVisual .btnGroup {
	position: absolute;
	top: 380px;
	left: 630px;
	margin: 0;
}
.mainVisual .btnGroup li {
	width: 195px;
}
.mainVisual .btnGroup a {
	padding: 0;
	width: 195px;
	height: 40px;
	font-size: 16px;
	font-weight: normal;
}
.mainVisual .btnGroup ul li a:not([target])::after {
	position: relative;
	top: unset;
	right: unset;
	margin-left: 4px;
	width: 6px;
	height: 6px;
}

/* --------------------------------------
recPointArea
-------------------------------------- */
.recPointArea {padding: 64px 0 0;}
/* ヘッダ */
.recPointHerder {
	margin: auto;
	width: 950px;
	min-width: 950px;
}
/* 包括 */
.recPointWrap {
	position: relative;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: 30px auto 0;
	width: 950px;
	min-width: 950px;
}
/* コンテナ */
.recPointContainer {
	position: relative;
	border-radius: 20px;
	overflow: visible;
	background-color: #fff;
}
.recPointContainer:nth-child(-n+3) {
	margin-top: 20px;
	width: 303px;
}
.recPointContainer:nth-child(n+4):nth-child(-n+5) {
	margin-top: 42px;
	width: 465px;
}
/* ico */
.recPointContainer::before {
	content: "";
	position: absolute;
	top: -22px;
	left: 15px;
	width: 72px;
	height: 76px;
}
.recPointContainer:nth-child(1)::before {background-image: url(/item/original-babybed/images/ico_point_01.png);}
.recPointContainer:nth-child(2)::before {background-image: url(/item/original-babybed/images/ico_point_02.png);}
.recPointContainer:nth-child(3)::before {background-image: url(/item/original-babybed/images/ico_point_03.png);}
.recPointContainer:nth-child(4)::before {background-image: url(/item/original-babybed/images/ico_point_04.png);}
.recPointContainer:nth-child(5)::before {background-image: url(/item/original-babybed/images/ico_point_05.png);}
/* 小見出し */
.recPointContainerTitle {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #007eca;
}
.recPointContainer:nth-child(-n+3) .recPointContainerTitle {
	min-height: 57px;
}
/* コンテンツ */
.recPointContent {
	padding: 15px 20px 40px;
}
.recPointContainer:nth-child(4) .recPointContent, 
.recPointContainer:nth-child(5) .recPointContent {
	padding: 12px 28px 40px;
}
.recPointImage {
	margin: 20px auto 0;
	text-align: center;
}
.recPointText {
	margin-top: 20px;
	text-align: center;
}
.recPointContainer .list__attention {
	margin-top: 10px;
	text-align: center;
}

/* --------------------------------------
itemInfo
-------------------------------------- */
.itemInfoArea {padding-top: 40px;}
.itemInfoSection {
	display: flex;
	align-items: center;
	margin: auto;
	width: 950px;
	height: 285px;
	background: url(/item/original-babybed/images/bg_item_info.png) left top no-repeat;
	background-size: 100%;
}
/* image */
.itemInfoImage {
	margin-block-start: 0;
	margin-block-end: 0;
	margin-inline-start: 0;
	margin-inline-end: 0;
	width: 50%;
	text-align: center;
}
.itemInfoArea .list__attention {
	margin: 15px auto 0;
	width: 310px;
	text-align: left;
}
/* description */
.itemInfoCont .price {
	margin-top: 15px;
	line-height: 1;
	font-weight: bold;
	font-size: 20px;
}
.itemInfoCont .price span {
	font-size: 26px;
	color: #eb4680;
}
.itemInfoArea .btnGroup {margin-top: 15px;}

/* --------------------------------------
Spec
-------------------------------------- */
.specArea {padding-top: 80px;}
.originalBedTable {
	margin: 30px auto 0;
	width: 780px;
}
/* 角丸 */
.originalBedTable tr:first-child th {border-top-left-radius: 10px;}
.originalBedTable tr:first-child td {border-top-right-radius: 10px;}
.originalBedTable tr:last-child th {border-bottom-left-radius: 10px;}
.originalBedTable tr:last-child td {border-bottom-right-radius: 10px;}
/* 各セル */
.originalBedTable th, 
.originalBedTable td {
	padding: 15px;
	border: 2px solid #e6f6ff;
}
.originalBedTable th {
	background-color: #cceafb;
	width: 300px;
	text-align: center;
}
.originalBedTable td {
	padding: 10px;
	background-color: #FFF;
	width: 478px;
}
/* 表中注釈 */
.originalBedTable td ul.list__attention {
	margin-top: 10px;
	width: unset;
}
/* 表下注釈 */
.originalBedTable ul.list__attention {
	margin-top: 25px;
	width: unset;
}
.originalBedTable > ul.list__attention > li {
	line-height: 1.7;
}
