@charset "utf-8";

.wrapper {
	background-color: white;
	width:100%;
}
.list_carousel{
	background:#fdf5e8;
}
.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel li {
	display: block;
	float: left;
}
.list_carousel.responsive {
	width:auto;
	margin-left: 0;
}
#foo2 li img{
	display:none;
}
.pager {
	margin:18px 0;
	text-align: center;
}
.pager a {
	display:inline-block;
	width:10px;
	height:10px;
	border-radius:5px;
	margin: 0 5px;
	text-decoration: none;
	text-indent:-9999px;
	background:#b1b1b1;
	vertical-align:middle;
}
.pager a.selected {
	width:10px;
	height:10px;
	border:2px solid #9d6b2e;
	border-radius:6px;
	text-decoration: none;
	background:#fdf5e8;
}
.bannerContent li{
	float:left;
}
.styleDetailTitle{
	padding-top:15px;
}
.styleDetailTitle h2{
	margin-bottom:20px;
}
.styleDetailIntro{
	padding:15px 0;
	background:#fff;
	color:#000;
}
.styleDetailIntro article{
	font-size:12px;
}
.styleDetailIntro .btn01{
	margin-top:15px;
}
.styleDetailIntro2{
	background:#f2e9da;
}

.styleDetailIntro h3{
	margin-bottom:10px;
	padding-left:15px;
	background:url(../images/ico_04.gif) no-repeat left 10px;
	color:#5f3900;
	font-size:14px;
}
.styleDetailIntro .goldenFont{
	font-size: 12px;
    text-decoration: underline;
}

/*----------------------------------------
2017/2/14追加 WS
----------------------------------------*/

.naviStyle__header {
	margin-top: -18.6%;
}
.naviStyle__header img {
	width: 100%;
}
.styleIntro {
	margin-top: -3%;
	margin-bottom: 10px;
	padding: 0 10px;
}
.styleIntro h1 {
	font-size: 8px;
	padding: 12px 0px 2px;
	opacity: 0.2;
}
.styleIntro__text {
	font-size: 12px;
	line-height: 1.8;
}
.styleIntro__img {
	text-align: center;
}
.styleIntro__img img {
	width: 300px;
}
.tab {
	margin-bottom: 15px;
	text-align: center;
	border-bottom: 1px solid #e4007f;
	font-size: 0;
}
.tab__link {
	display: inline-block;
	position: relative;
	top: 1px;
	padding: 12px 0;
	font-size: 12px;
	width: 47%;
	background: #fff;
	border: 1px solid #cdcdcd;
	border-bottom: 1px solid #e4007f;
	text-decoration: none;
	color: #069;
	cursor: pointer;
}
.tab__link.is-active {
	border: 1px solid #e4007f;
	border-bottom: 1px solid #fff;
	color: #e4007f;
}
.tab__link::before {
	content: "";
	display: inline-block;
	height: 20px;
	width: 20px;
	vertical-align: middle;
	margin-right: 5px;
}
.tab__link--bothering {
	margin-right: 2%;
}
.tab__link--bothering::before {
	background: #fff url(/s/navi/style/images/icon_questionblue.png) left top no-repeat;
	background-size: contain;
}
.tab__link--bothering.is-active::before {
	background: #fff url(/s/navi/style/images/icon_questionpink.png) left top no-repeat;
	background-size: contain;
}
.tab__link--theme::before {
	background: #fff url(/s/navi/style/images/icon_themeblue.png) left top no-repeat;
	background-size: contain;
}
.tab__link--theme.is-active::before {
	background: #fff url(/s/navi/style/images/icon_themepink.png) left top no-repeat;
	background-size: contain;
}
.is-hidden {
	display: none;
}
.tag {
	margin: 0 0 20px 10px;
}
@media screen and (max-width: 374px) {
	.tag {
		margin-left: 5px;
	}
}
.tag > li {
	display: inline-block;
	margin: 0 5px 10px 0;
	border: 1px solid #999;
	border-radius: 6px;
	text-align: center;
}
.tag__link {
	display: inline-block;
	padding: 8px 5px;
	font-size: 10px;
	color: #999;
	text-decoration: none;
}
@media screen and (max-width: 374px) {
	.tag__link {
		padding: 8px 4px;
	}
}
.styleCase {
	margin: 0 10px 30px;
}
.styleCase__title {
	padding-left: 25px;
	margin-bottom: 18px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	line-height: 1.3;
}
.styleCase__title--bothering {
	background: url(/s/navi/style/images/icon_question.png) left center no-repeat;
	background-size: 20px auto;
}
.styleCase__title--theme {
	background: url(/s/navi/style/images/icon_theme.png) left center no-repeat;
	background-size: 20px auto;
}
.styleCase__list {
	display: -webkit-flex;
	display:         flex;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin-bottom: 5px;
}
.styleCaseItem {
	display: inline-block;
	display: -webkit-flex;
	display:         flex;
	width: 48%;
	position: relative;
	margin: 0 10px 10px 0;
	background: #eaeae4;
	-webkit-transform: rotate(2deg);
	        transform: rotate(2deg);
	box-sizing: border-box;
	vertical-align: top;
}
.styleCaseItem:nth-child(even) {
	margin-right: 0;
}
.styleCaseItem > a {
	display: -webkit-flex;
	display:         flex;
	color: #069;
	width: 100%;
	text-decoration: none;
}
.styleCaseItem__inner {
	background: #f9f9f6;
	padding: 5px 5px 7px;
	-webkit-transform: rotate(-2deg);
	        transform: rotate(-2deg);
	width: 100%;
}
.styleCaseItem__inner::after {
	content: "";
	clear: both;
	display: block;
	overflow: hidden;
}
.styleCaseItem__img {
	margin-bottom: 3px;
}
.styleCaseItem__img img {
	width: 100%;
}
.styleCaseItem__text {
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 1.5;
	color: #069;
	text-decoration: underline;
}
.styleCaseItem__tag {
	display: inline-block;
	float: right;
	border: 1px solid #999;
	font-size: 10px;
	padding: 4px 4px 2px 4px;
	color: #999;
	line-height: 1;
}
@media screen and (max-width: 374px) {
	.styleCaseItem__tag--long {
		-webkit-transform: scale(.8);
		        transform: scale(.8);
		-webkit-transform-origin: right top 0;
		        transform-origin: right top 0;
		white-space: nowrap;
	}
}
.styleCaseItem .icon--new {
	position: absolute;
	left: 2px;
	top: -15px;
}
.icon--new {
	padding: 3px;
	background: #e4007f;
	color: #fff;
	font-size: 10px;
}
.searchShop {
	margin-top: 15px;
	text-align: right;
}
.searchShop a {
	color: #069;
	font-size: 14px;
	text-decoration: none;
}
.searchShop a::before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 10px;
	margin-right: 5px;
	background: url(/s/navi/style/images/icon_arrow.png) no-repeat;
	background-size: cover;
}
.content__footer {
	margin-top: 60px;
}
.fixPageTop {
	bottom: 75px;
}
.floatTelArea {
	display: none;
	position: absolute;
	left: 4.6875%;
	width: 90.625%;
	background: #fff;
	font-size: 12px;
}
.floatTelArea p {
	margin-bottom: 10px;
	font-size: 12px;
	color: #333;
	text-align: center;
	line-height: 1.5;
}
.floatTelArea dl {
	margin: 0 auto;
	padding: 4px 0;
	width: 86.27%;
}
.floatTelArea dl::after {
	content: "";
	display: table;
	clear: both;
}
.floatTelArea dt {
	float: left;
	padding: 7px 0;
	width: 40%;
	color: #393939;
}
.floatTelArea dd {
	float: right;
	padding: 7px 0;
	width: 60%;
	text-align: right;
}
.floatTelArea dd a {
	color: #f16600;
	font-weight: bold;
	text-decoration: underline;
}
.floatTelArea .arrow-down {
	position: absolute;
	left: 11.13%;
	bottom: -24px;
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
	border-top: 24px solid #fff;
}
.closeFloat {
	display: block;
	padding: 10px 0;
	background: #999;
	text-align: center;
	color: #fff;
	font-size: 14px;
	vertical-align: middle;
	text-decoration: none;
}
.closeFloat::before {
	content: "\0d7";
	padding-right: 10px;
	font-size: 30px;
	line-height: 16px;
	vertical-align: sub;
}
