@charset "utf-8";
/* CSS Document */
/** 記事ページ*/
body#article #header_inner ul,
body#article #nav {
	display:none;
}
.article_img {
	width:100%;
	height:auto;
	margin-top:20px;
}
.bottom_group {
	width:100%;
	text-align:center;
	margin-bottom:60px;
}
.bottom_group img {
	margin:10px auto 10px auto;
}
.bottom_group a.btn {
    display: block;
    width: 230px;
    border-radius: 2px;
    background: #C82527;
    text-align: center;
    margin: 50px auto 0 auto;
    padding: 16px;
    color: #FFFFFF;
    font-size: 1.2em;
}
.bottom_group a.btn i.fa-search{
	padding-right:3px;}

/*メルマガ登録*/
.shoplist_ttl {
    font-size: 1.5em;
    font-weight: normal;
    border-bottom: solid 1px #d8d8d8;
    border-left: solid 10px #cfaf3d;
    padding: 10px 12px;
    margin: 30px 0;
    color: #422E2E;
	text-align:left;
}
.bottom_group ul {
	margin: 0 auto 40px auto;
	text-align: left;
}
.bottom_group ul li {
    font-size: 13px;
    padding-left: 12px;
    text-indent: -12px;
	line-height:1.8em;
}
/*
#trg {
	display: block;
	width:400px;
	height:40px;
	line-height:40px;
	color:#FFF;
	background:#C82527;
	text-align:center;
	margin:auto;
	transition:.3s;
}*/
#btn-inner {
    width: 500px;
    margin: auto;
}
.unt-smp {
    display: none;
}
.btn-pc {
    display: block;
    width: 240px;
    height: 40px;
    line-height: 40px;
    color: #FFF;
	background:#C82527;
	text-align:center;
	margin:auto;
    cursor: pointer;
    float: left;
	transition:.3s;
}
.btn-pc:first-child {
    margin: 0 20px 0 0;
}
.btn-pc a {
    color: #fff;
    display: block;
    width: 100%;
    height: 40px;
}
.btn-pc:hover {
	background:#cd3a3c;
}
/*
#trg:hover {
	background:#cd3a3c;
}
*/
#mod-out {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.5);
	z-index:9998;
	visibility:hidden;
	opacity:0;
	-webkit-transition:.5s;
	transition:.5s;
}
#mod-out.ison {
	opacity:1;
	visibility:visible;
}
#mod-regist {
	width:300px;
	box-sizing:boader-box;
	text-align:center;
	background:#fff;
	padding:50px;
	position:fixed;
	bottom:-400%;
	left:50%;
	margin-left:-200px;
	z-index:9999;
	-webkit-transition:.7s;
	transition:.7s;
}
#mod-regist.ison {
	bottom:50%;
	margin-bottom:-150px;
}
.batsu {
	display:block;
	position:absolute;
	top:10px;
	right:10px;
	width:20px;
	height:20px;
	cursor:pointer;
}
.batsu:before {
	content:'';
	display:block;
	width:28px;
	height:2px;
	background:rgba(0,0,0,.5);
	position:absolute;
	top:9px;
	left:-4px;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	border-radius:.5px;
}
.batsu:after {
	content:'';
	display:block;
	width:28px;
	height:2px;
	background:rgba(0,0,0,.5);
	position:absolute;
	top:9px;
	left:-4px;
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	border-radius:.5px;
}
#for-qr img {
	display:block;
	width:200px;
	height:200px;
	margin:10px auto;
	border:1px solid #CCC;
	box-shadow:1px 1px 5px 1px rgba(0,0,0,.2);
}
#for-qr p {
	color:#C82527;
	font-weight:bold;
}
#for-mail {
	display:none !important;
}

/** 記事ページ*/
/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
