@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);
}

/*--7esthe_mobile.css 商品ページ用リセットOP対策　----*/
#mobile_detail_content {
	font-size: 1.0rem;
}
.item_explanation .cont {
	margin: 0;
	padding: 0;
}
/*---7esthe_mobile.css リセットOP対策----*/
#container h2,
#container h3,
#container h4,
#container h5 {
	margin:0;
	background: none;
	color: #000;
	cursor: auto;
	float: none;
}
#container h3 span,
#container h4 span,
#container h5 span {
	background: none;
	color: #000;
	cursor: auto;
	float: none;
}
#container .flex {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	margin: 0 auto;
}
/*---7esthe_mobile.css リセットOP対策----*/
.write_box dl dt, .write_box dl dd {
	margin:0;
	font-size: 1rem;
}
.write_box {
	margin:0;
	padding: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;
}

/*  スマートフォン  */
@media screen and (max-width: 480px) {
/*-------------------
   header
-------------------*/
#container .wrapper .main {
	position: relative;
	margin:0 0 10px 0;
	padding:20px 10px 10px 10px;
    background: url(/contents/shop/sevenbeauty/img/freepage/chair-color/sp-chair-color_main2.jpg) no-repeat;
	background-size:cover;
	background-position: center;
}
#container .wrapper .main .maintitle{
	color: #5f7d92;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 200px;
	text-align: center;
}
#container .wrapper .subtitle{
	font-size: 13px;
	font-weight: normal;
	line-height: 15px;
	margin: 10px 10px 0;
	padding: 0;
	text-align: center;
}

/*-----sec1 sec2-------*/
#container .wrapper .list-title{
	font-size: 20px;
	line-height: 22px;
	margin: 0;
	padding: 0;
	text-align: center;
}
.wrapper .sec1{
	margin: 30px 10px 0;
}
.wrapper .sec1 ul{
	margin: 10px 0 0;
	padding: 0;
}
.wrapper .sec1 li{
	float: left;
	list-style: none;
	width: 32%;
}
.wrapper .sec1 .list-space{
	margin: 0 2%;
}
.wrapper .sec2{
	margin: 30px 0 0;
}
.wrapper .sec2 ul{
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.wrapper .sec2 li{
	position:relative;
	margin:0;
	padding:0 5px 0 5px;
    width: calc(96% / 2);
    webkit-width: calc(96% / 2);	list-style: none;
}

/*-------sec3 sec4-------*/
.sec3,
.sec4{
	margin: 20px 5px 0;
}
#container .sec3 .section-title{
	background-color: #b3c7d5;
	color: #FFF;
	font-size: 18px;
	margin: 10px 0 0 0;
	padding: 5px 15px;
}
#container .sec4 .section-title{
	background-color: #c7c1b4;
	color: #FFF;
	font-size: 18px;
	margin: 0;
	padding: 5px 15px;
}

/*------item-box-----------*/
.item-boxA{
	margin: 20px auto 0;
	width: 98%;
}
#container .sec3 .boxA-title{
	border-left: solid 10px #5f7d92;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0 0 0 10px;
}
#container .sec4 .boxA-title{
	border-left: solid 10px #554320;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0 0 0 10px;
}
.item-div{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin:10px 0;

}
.item-boxB{
	position:relative;
	margin:20px 0 0;
	padding:0 10px;
    width: calc(97% / 2);
    webkit-width: calc(97% / 2);
}
#container .item-name{
	border-bottom: solid 1px #000;
	font-size: 15px;
	font-weight: bold;
	line-height: 17px;
	letter-spacing: -1px;
	margin: 10px 0 0;
	padding: 0 0 2px;
}
#container .text{
	font-size: 12px;
	line-height: 15px;
	margin: 5px 0;
}
#container .number{
	font-size: 13px;
	margin: 0 0 5px;
}
#container .price{
	color: #c40830;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 5px;
}
#container .price strong{
	font-size: 15px;
}

/*-----btn---------*/
#container .buy_btn{
    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;
	color: #fff;
	display: block;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 0;
	text-align: center;
	width: 100%;
}
#container .buy_btn a{
	color: #fff;
	display: block;
	text-decoration: none;
}
.buy_btn a::before{
    border: solid 5px transparent;
    border-left: solid 7px #fff;
	content: "";
	display: inline-block;
    width: 0;
    height: 0;
    position: relative;
    top: -1px;
}

.buy_btn:hover{
	filter: alpha(opacity=90);
	opacity: 0.7;
	transition: all ease-in 0.4s;
}
}


@media screen and (min-width: 480px) {

.wrapper{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.3em;
}

.wrapper *{
	box-sizing: border-box;
}

.wrapper a{
	color: inherit;
	text-decoration: none;
	width: 100%;
}

.wrapper a:hover{
	color: inherit;
	text-decoration: none;
	opacity: 0.8;
}
/*-------------------
   header
-------------------*/

.main{
	background: url("/contents/shop/sevenbeauty/img/freepage/chair-color/chair-color_main.jpg") no-repeat;
	background-position:right;
	height: 430px;
	background-size:cover;
	position: relative;
	margin: 0 0 20px 0;
	}

#container .wrapper .main .maintitle{
	margin: 70px 30px 0 53%;
	width:40%;
	color: #5f7d92;
	word-break:keep-all;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.2em;
	text-align:center;
	letter-spacing: -3px;
}
#container .wrapper .subtitle{
	font-size: 1.0rem;
	font-weight: normal;
	line-height: 1.7rem;
	margin: 15px 0 0;
	padding: 0;
	text-align: center;
	word-break:keep-all;
}

article{
	margin : 0 auto;
}


/*-------------------
   sec1 sec2
-------------------*/

#container .wrapper .list-title{
	font-size: 2.3rem;
	font-weight: normal;
	margin: 0 10px;
	padding: 0;
	text-align: center;
}

.wrapper .sec1{
	margin: 40px auto 0;
}

.wrapper .sec1 ul{
	margin: 15px 10px;
	text-align:center;
}

.wrapper .sec1 li{
	float: left;
	list-style: none;
	width: 28%;
	text-align:center;
}

.wrapper .sec1 .list-space{
	margin: 0 21px;
}

.wrapper .sec2{
	margin: 60px 0 0;
	padding: 0 30px;
}

.wrapper .sec2 ul{
	margin: 0 auto;
	padding: 0;
	text-align:center;
}

.wrapper .sec2 li{
	width: 45%;
	margin: 0 10px;
	float: left;
	text-align:center;
	list-style: none;
}


/*-------------------
   sec3 sec4
-------------------*/

.sec3,
.sec4{
	margin: 60px 10px 0;
}

#container .sec3 .section-title{
	background-color: #b3c7d5;
	color: #FFF;
	font-size: 2.5em;
	font-weight: normal;
	margin: 40px 0 0 0;
	padding: 5px 15px;
}

#container .sec4 .section-title{
	background-color: #c7c1b4;
	color: #FFF;
	font-size: 2.5em;
	font-weight: normal;
	margin: 40px 0 0 0;
	padding: 5px 15px;
}

/*-------------------
   item-boxA 共通
-------------------*/

.item-boxA{
	float: left;
	margin: 40px 0 0;
	width: 50%;
}

.spaceA{
	margin: 40px 20px 0 0;
}


/*-------------------
   .boxA-title
-------------------*/

#container .sec3 .boxA-title{
	border-left: solid 10px #5f7d92;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0 0 0 10px;
}

#container .sec4 .boxA-title{
	border-left: solid 10px #554320;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0 0 0 10px;
}


/*-------------------
   item-boxB 共通
-------------------*/

.item-div{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin:10px 0;

}
.item-boxB{
	position:relative;
	margin:20px 0 0;
	padding:0 10px;
    width: calc(97% / 3);
    webkit-width: calc(97% / 3);
}



/*-------------------
   box共通
-------------------*/

#container .item-name{
	border-bottom: solid 1px #000;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.3em;
	letter-spacing: -1px;
	margin: 10px 0 0;
	padding: 0;
}

#container .text{
	font-size: 0.9rem;
	line-height: 1.5em;
	margin: 5px 0;
}

#container .number{
	font-size: 0.95rem;
	margin: 5px 0 5px;
}

#container .price{
	color: #c40830;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0 0 5px;
}

#container .price strong{
	font-size: 1.8em;
}

/*-------------------
   btn
-------------------*/

#container .buy_btn{
    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;
	color: #fff;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px 0;
	text-align: center;
	width: 100%;
}

#container .buy_btn a{
	color: #fff;
	display: block;
	text-decoration: none;
}

#container .buy_btn a::before{
    border: solid 5px transparent;
    border-left: solid 7px #fff;
	content: "";
	display: inline-block;
    width: 0;
    height: 0;
    position: relative;
    top: -1px;
}

#container .buy_btn:hover{
	filter: alpha(opacity=90);
	opacity: 0.7;
	transition: all ease-in 0.4s;
}
}

@media screen and (min-width:960px) {
    /*　小・大画面デスクトップ　960pxからはここを読み込む　*/
#container{
    width: 970px;
    margin: 0 auto;
}
#container .wrapper .main .maintitle {
    margin: 70px 30px 0 47%;
    width: 40%;
    color: #5f7d92;
    word-break: keep-all;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.2em;
    text-align: center;
    letter-spacing: -1px;
}

}
