@charset "utf-8";
/*-------------------
   clearfix
-------------------*/
.cf:before, .cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
 *zoom: 1;
}
/*-------------------
   common
-------------------*/
.wrapper {
	padding: 0 0 40px;
	font: 1.0rem/1.2 "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
	font-feature-settings: "palt";
	padding: 0 0 40px;
	position: relative;
}
.wrapper * {
	box-sizing: border-box;
}
.wrapper a {
	color: inherit;
	display: block;
}
.wrapper img {
	height: auto;
	max-width: 100%;
}
/*-- 画面外にいる状態 --*/
.fadein {
	opacity : 0;
	transform : translate(0, 30px);
	transition: ease-in 400ms;
}
/*-- 画面内に入った状態 --*/
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
/*-----------------------
   ボタン
-----------------------*/
#container .wrapper .buy-btn {
	clear:both;
	position: relative;
	display: block;
	margin:10px 0 10px 0;
	padding:7px 0 7px 0;
	font: bold 1.6rem/1.4 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	text-align:center;
	color: #fff;
	background: #9dd53a;
	background: -moz-linear-gradient(top, #9dd53a 0%, #7cbc0a 100%);
	background: -webkit-linear-gradient(top, #9dd53a 0%, #7cbc0a 100%);
	background: linear-gradient(to bottom, #9dd53a 0%, #7cbc0a 100%);
	border: #99b61e 1px solid;
	border-radius: 5px;
	text-align: center;
}
#container .wrapper .buy-btn a {
	color: #fff;
	display: block;
	text-decoration: none;
}
#container .wrapper .buy-btn a::before {
	position: relative;
	display: inline-block;
	width: 0;
	height: 0;
	top: -1px;
	border: solid 5px transparent;
	border-left: solid 7px #fff;
	content: "";
}
#container .wrapper .buy-btn:hover {
	filter: alpha(opacity=90);
	opacity: 0.7;
	transition: all ease-in 0.4s;
}
/*-----------------------
   section
-----------------------*/
#container .wrapper section h2  {
	margin:20px 0 20px 0;
	padding:10px 0 5px 0;
	font: bold 2.4rem/1 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color:#ffffff;
	line-height:2.4rem;
	text-align:center;
	letter-spacing:0.05rem;
	word-break:keep-all;
	text-shadow:1px 1px 0px #903333;
    background: url(/contents/shop/sevenbeauty/img/freepage/history900/h2-bg.jpg) repeat;
}
#container .wrapper section h2 em  {
	font: bold 3.6rem/1 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	padding:0 0 0 5px;
}
#container .wrapper section h3  {
    padding: 0 0 0 10px;
	font: bold 1.3rem/1.4 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	border-left: #9ec5f2 solid 5px;
}
#container .wrapper section p {
	margin:10px 0;
	padding:5px 0 10px 0;
	font: normal 1rem/1.4 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	text-align: justify;
	text-justify: inter-ideograph;
}
#container .wrapper section p small {
	font-size: 0.8rem;
}
#container .wrapper section dt {
	padding:5px 0 5px 0px;
	font: bold 1.6rem/1.2 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	letter-spacing:-0.05rem;
	color:#894b1e;
}
#container .wrapper section dt em {
	font-weight:bold;
}
#container .wrapper section {
	padding: 10px 5px;
}
/*-------------------
   mainvisual
-------------------*/
#container .wrapper .mainvisual {
    position: relative;
	margin:0 0 10px 0;
	padding:20px 10px 10px 40%;
    background: url(/contents/shop/sevenbeauty/img/freepage/portablebed_feature/bed_01.jpg) no-repeat;
	background-size:cover;
	background-position: center;
}
#container .wrapper .mainvisual .sub-title {
	margin:0 auto;
	padding:0 0 0 0;
	font: bold 1.1rem/1.3 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	letter-spacing:-0.05rem;
    color: #894b1e;
	text-align:left;
}
#container .wrapper .mainvisual .main-title {
	margin:0 auto;
	padding:0 0 5px 0;
	font: bold 1.6rem/1.3 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	letter-spacing:-0.05rem;
    color: #445a49;
	text-align:left;
}
#container .wrapper .mainvisual .main-inner p {
	font: normal 0.8rem/1.4 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	text-align: justify;
	text-justify: inter-ideograph;
}
#container .wrapper .mainvisual .main-inner .price {
	margin: 0 0 60px 0;
    font: bold 1.8rem/1.2 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    color: #ee3366;
    text-align: left;
}
#container .wrapper .mainvisual .price small {
	font-size:0.8rem;
}
@media screen and (min-width:350px) and ( max-width:480px) {
/*　スマホ縦　i6 / i6plus / i7  350pxから480pxまではここを読み込む　*/
#container .wrapper .mainvisual {
    position: relative;
    margin: 0 0 10px 0;
    padding: 10px 10px 25px 45%;
    background: url(/contents/shop/sevenbeauty/img/freepage/portablebed_feature/bed_01.jpg) no-repeat top -10px right 55%;
	background-size: 240%;
}
#container .wrapper section {
    padding: 10px 20px;
}
#container .wrapper section h3 {
	font-size: 1.5rem;
	letter-spacing: -0.01rem;
}
}
@media screen and (min-width:480px) and ( max-width:960px) {
/*　スマホ横～タブレット 480pxから960pxまではここを読み込む　*/
#container .wrapper section {
	clear:both;
	padding: 40px 10px 0 10px;
}
/*-------------------
   mainvisual
-------------------*/
#container .wrapper .mainvisual {
    position: relative;
    margin: 0 0 20px 0;
    padding: 30px 30px 20px 40%;
    background: url(/contents/shop/sevenbeauty/img/freepage/portablebed/bed_01.jpg) no-repeat top 30px right 30%;
    background-size: 120%;
    text-align: left;
}
#container .wrapper .mainvisual .sub-title {
	margin: 0 0;
	padding:10px 0 0 0;
	width:350px;
	font: bold 2.0rem/1.2 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    color: #894b1e;
	text-align:left;
	letter-spacing:0.2rem;
	word-break:keep-all;
}
#container .wrapper .mainvisual .main-title {
	padding:0 0 20px 0;
	font: bold 3.2rem/1.2 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    color: #445a49;
	text-align:left;
	letter-spacing:0.2rem;
}
#container .wrapper .mainvisual .main-inner p {
	font: normal 1.2rem/1.3 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	margin-bottom: 16px;
}
#container .wrapper .mainvisual .main-inner .price {
	margin:10px 0 0 10px;
	text-align:right;
	font: bold 2.6rem/1.2 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color:#ee3366;
}
#container .wrapper .mainvisual .main-inner .price small {
	font-size:0.9rem;
}
#container .wrapper section h3 {
    font-size: 1.6rem;
    border-left: #9ec5f2 solid 10px;
}
#container .wrapper section .sec-image-text {
	float:left;
	width:50%;
	text-align:left;
}
#container .wrapper section .sec-image {
	float:left;
	margin-left: 20px;
	width:45%;
}
#container .wrapper .sec-inner3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
#container .wrapper .sec-inner3 dl {
	position:relative;
	margin:0 0 0 10px;
	padding:0;
    width: calc(95% / 2);
    webkit-width: calc(95% / 2);
}
#container h2.detail {
    border-left: 6px #afafaf solid;
    padding-left: 4px;
    margin: 5px auto;
}
}
@media screen and (min-width:960px) {
/*　小・大画面デスクトップ　960pxからはここを読み込む　*/
#container {
	margin: 0 auto;
	width: 960px;
}
#container .wrapper section {
	clear:both;
	padding: 40px 10px 0 10px;
}
/*-------------------
   mainvisual
-------------------*/
#container .wrapper .mainvisual {
    position: relative;
	height:350px;
	margin:0 0 20px 0;
	padding:20px 20px 20px 50%;
    background: url(/contents/shop/sevenbeauty/img/freepage/portablebed/bed_01.jpg) no-repeat;
	background-position: left;
	text-align:left;
}
#container .wrapper .mainvisual .sub-title {
	margin: 0 0;
	padding:10px 0 0 0;
	width:350px;
	font: bold 2.0rem/1.2 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    color: #894b1e;
	text-align:left;
	letter-spacing:0.2rem;
	word-break:keep-all;
}
#container .wrapper .mainvisual .main-title {
	padding:0 0 20px 0;
	font: bold 3.2rem/1.2 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    color: #445a49;
	text-align:left;
	letter-spacing:0.2rem;
}
#container .wrapper .mainvisual .main-inner p {
	font: normal 1.2rem/1.3 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	margin-bottom: 40px;
}
#container .wrapper .mainvisual .main-inner .price {
	margin:10px 0 0 10px;
	text-align:right;
	font: bold 2.6rem/1.2 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color:#ee3366;
}
#container .wrapper .mainvisual .main-inner .price small {
	font-size:0.9rem;
}
#container .wrapper section h3 {
    font-size: 2rem;
    border-left: #9ec5f2 solid 10px;
}
#container .wrapper section .sec-image-text {
	float:left;
	width:50%;
	text-align:left;
}
#container .wrapper section .sec-image {
	float:left;
	margin-left: 20px;
	width:45%;
}
#container .wrapper .sec-inner3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
#container .wrapper .sec-inner3 dl {
	position:relative;
	margin:0 0 0 10px;
	padding:0;
    width: calc(95% / 2);
    webkit-width: calc(95% / 2);
}
#container h2.detail {
    border-left: 6px #afafaf solid;
    padding-left: 4px;
    margin: 5px auto;
}
}

/*-------------------
   footer
-------------------*/
#container .footer .page-top img {
	display: block;
	margin: 30px auto;
	text-align: center;
}