@charset "utf-8";
/* CSS Document */
/** インフォメーション */

/** 記事ページ*/
section#info {
	padding-bottom:100px;
    padding-top: 65px;
}
.article_img {
	width:100%;
	height:auto;
	margin-top:10px;
}
.bottom_group {
	width:90%;
    margin: auto;
	text-align:center;
}
.bottom_group img {
	width:100%;
	height:auto;
	margin:10px auto 10px auto;
}
.bottom_group a {
	display:block;
	width:60%;
	margin: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;
    transition: .3s;
}
.bottom_group a.btn:hover {
	background:#cd3a3c;    
}
.bottom_group a.btn i.fa-search{
	padding-right:3px;}
.unt-pc {
    display: none;
}
a{
    text-decoration: none;}
/*メルマガ登録*/
.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: 230px;
    border-radius: 2px;
    background: #C82527;
    text-align: center;
    margin: 50px auto 0 auto;
    padding: 16px;
    color: #FFFFFF;
    font-size: 1.2em;
	transition:.3s;
}
#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:95%;
	box-sizing:boader-box;
	text-align:center;
	background:#fff;
	padding:50px 0;
	position:fixed;
	bottom:-400%;
	left:50%;
	margin-left:-47.5%;
	z-index:9999;
    box-sizing: border-box;
	-webkit-transition:.7s;
	transition:.7s;
}
#mod-regist.ison {
	bottom:50%;
	margin-bottom:-50px;
}
.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 {
    display: none;
}
#for-qr img {
    display: none;
}
#for-mail a {
    display: block;
    width: 270px;
    height: 36px;
    line-height: 36px;
    background: #C82527;
    color: #fff;
    text-align: center;
    margin: 15px auto;
}


/** 記事ページ*/
