@charset "utf-8";
/*-------------------
   clearfix
   -------------------*/
.cf:before, .cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
 *zoom: 1;
}
/*-------------------
   common
   -------------------*/
.wrapper {
	font: 1em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.wrapper * {
	box-sizing: border-box;
}
.wrapper a {
	color: inherit;
	display: block;
	height: 100%;
}
.wrapper a:hover {
	text-decoration: none;
	opacity: 0.8;
}
.wrapper img {
	height: auto;
	max-width: 100%;
}
/*---7esthe_mobile.css　対策----*/
#container h3,
#container h4,
#container h5 {
	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;
}
/*---商品ページ用　----*/
#mobile_detail_content {
	font-size: 1.0em;
}
.item_explanation .cont {
	margin: 0;
	padding: 0;
}
/*---7esthe_mobile.css　対策終わり----*/
/*------------------------
   section 共通
-------------------------*/
#container section {
	margin: 20px auto 0;
}
#container .section-title {
    background: #8a8a8a;
    color: #fff;
    font: bold 1.6em/1.4 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    margin: 20px auto 0;
    padding: .3em;
    text-align: center;
}
#container .center {
	display: block;
	margin: 10px auto;
	text-align: center;
}
#container .sozai {
    display: block;
    margin: 10px auto;
    text-align: center;
}
#container .sozai img{
    display: inline-block;
    margin: 5px;
	height: auto;
    text-align: center;
	max-width: 45%;
}

#container .fs-detail,
#container .fs-color,
#container .fs-use {
	display: flex;
	flex-wrap: wrap;
	margin: 10px auto 20px;
	padding: 0;
	width: 96%;
}
#container .center p,
#container .sozai p,
#container .fs-detail p,
#container .fs-color p,
#container .fs-use p {
	color: #000;
	font: 1.1em/1.4 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	text-align: center;
}
/*------------------------
   section 1
-------------------------*/
#container .fs-detail li {
	text-align: center;
	margin: 10px 0 0;
	width: calc(98% / 2);
	webkit-width: calc(98% / 2);
}
#container .fs-detail li img {
	max-width: 80%;
}
/*------------------------
   section 2
-------------------------*/
#container .subtitle {
    border-left: solid 5px #000;
    font: 1.4em/1.4 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    margin: 20px 0 0;
    padding: 0 10px;
	text-align: left;
}
#container .btnarea {
	margin: 10px auto;
	padding: 0;
	text-align: center;
}
#container .btnarea .cate-btn {
    color: #2d2d2d;
    display: block;
    font: 1.2em/1.4 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    margin: 2% auto 0;
    padding: 0;
}
#container .btnarea .cate-btn a {
	color: inherit;
	display: block;
}
#container .btnarea .cate-btn a:hover {
	text-decoration: underline;
}
#container .fs-use li {
    border: solid 1px #ccc;
    margin: 10px 2% 10px 1%;
    padding: 5px;
    width: calc(93% / 2);
    webkit-width: calc(93% / 2);
}
#container .fs-use li img {
	padding: 5px;
	margin: 0 auto;
	max-width: 100%;
}
#container .fs-use dl {
	margin: 5px;
}
#container .fs-use dt {
	border-bottom: solid 1px #000;
	font: 1.5em/1.6 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	margin: 5px auto;
	text-align: center;
	width: 92%;
}
/*------------------------
   section 3
-------------------------*/
#container .fs-color li {
    margin: 20px auto 0;
    text-align: center;
    width: calc(98% / 3);
    webkit-width: calc(98% / 3);
}
#container .fs-color li img {
	margin: 0 auto;
    max-width: 96%;
}

/*-------------------
   footer
--------------------*/
#container .baner  {
	margin: 5px 0 0;
}
#container .baner li {
	margin-bottom: 5px;
}
#container .baner li img {
	width: 100%;
	height: auto;
}
