@charset "utf-8";

/* top
----------------------------------------- */
#mainVisual {
	margin-bottom: 30px;
	text-align: center;
}
#mainVisual img {
	width: 100%;
	height: auto;
}
#mainVisual .pc {
	display: none;
}
#mainVisual .sp {
	display: none;
}
#mainVisual .sp2 {
	display: block;
}
#content h3.ttl {
	margin-bottom: 16px;
	font-size: 30px;
	text-align: center;
}
	
/* タブレット向け：760px～ */
@media only screen and (min-width: 760px) {

/* mainVisual */
#mainVisual {
	margin-bottom: 80px;
	text-align: center;
}
#mainVisual img {
	max-width: 1580px;
	height: auto;
}

#mainVisual .pc {
	display: none;
}
#mainVisual .sp {
	display: block;
}
#mainVisual .sp2 {
	display: none;
}

#content h2.ttl {
}
#content h3.ttl {
	margin-bottom: 16px;
	font-size: 22px;
	text-align: center;
}
#content p.ttl {
	margin-bottom: 45px;
	font-size: 12px;
	letter-spacing: 0.1em;
}

} /* タブレット向け */

/* 1100px～ */
@media only screen and (min-width: 1100px) {
	/* top */
#mainVisual .pc {
	display: block;
}
#mainVisual .sp {
	display: none;
}
#mainVisual .sp2 {
	display: none;
}
}

/* PC向けレイアウトの指定：1200px～ */
@media only screen and (min-width: 1200px) {


#content h2.ttl {
	margin-bottom: 65px;
	font-size: 50px;
}
#content h3.ttl {
	font-size: 25px;
}
#content p.ttl {
	font-size: 14px;
}

/**/
/**/
/**/
} 
/* CSS Document */

a { 
	text-decoration: none !important;
}
a:hover {
	text-decoration: underline;
}
/* blog
=========================================== */

#blog {
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-top:150px;
	padding-bottom:150px;
	background:url(../img/blog/blog_bg.jpg) no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
	word-wrap: break-word;/* add be*/
}
.blog_ttl {
	text-align: center;
	background: url(../img/img/BACK/line_red.png) no-repeat center bottom;
	background-size:100% 1px;
}
.blog_ttl img {
	height: 56px;
}

/* index
------------------ */
.blog_list {
	padding: 0 10px 70px 20px;
}
.blog_list li {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background: url(../img/img/BACK/line_red.png) no-repeat center bottom;
	background-size:100% 1px;
	position: relative;
}
.blog_list li a {
	display: table;
	width: 100%;
	padding:20px 0;
}
.blog_list .date ,
.blog_list .tag ,
.blog_list .comment {
	display: table-cell;
	color: #000;
}
.blog_list .date {
	font-size: 14px;
	/*width: 6em;*/
	width: 7em;
	letter-spacing: 1px;
}
.blog_list .tag {
	text-align: center;
	width: 4em;
}
.blog_list .tag span {
	font-size: 11px;
	background: #c00;
	width: 100%;
	padding:3px 0;
	display: inline-block;
}
.browser-chrome .blog_list .tag span {
	padding:4px 0 3px 0;
}
.browser-ie .blog_list .tag span {
	padding:5px 0 2px 0;
}
.browser-firefox .blog_list .tag span {
	padding:3px 0 4px 0;
}
.blog_list .comment {
	font-size: 14px;
	padding-right: 120px;
	padding-left: 20px;
}
.blog_list .comment span {
	display: block;
	line-height: 1.5;
}
.blog_list li a:hover .comment {
	opacity: 0.6;
}
.blog_list .btn {
	width: 89px;
	position: absolute;
	right: 0;
	top: 21px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	padding-right: 20px;
}
.browser-ie .blog_list .btn {
	top: 18px;
}
.blog_list li a:hover .btn {
	transform: translate(4px,0);
	-webkit-transform: translate(4px,0);
}
.blog_list .btn img {
	width: 89px;
}
.blog_viewBtn {
	text-align: center;
}
.blog_viewBtn img {
	cursor: pointer;
	width: 86px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
}
.blog_viewBtn img:hover {
	transform: translate(0,2px);
	-webkit-transform: translate(0,2px);
}
.messageBox {
	 line-height: 0;
}
.messageBox > div {
	float: left;
	width: 50%;
}

@media screen and (max-width: 768px){
	#blog {
		background: none;
	}
	#blog:before {
		content: '';
		display: block;
		width: 100vw;
		height: 100vh;
		background:url(../img/blog/blog_bg.jpg) no-repeat top center;
		background-size: cover;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -1;
	}		
}
@media screen and (max-width: 640px){
	#blog {
		padding-top: 70px;
		padding-bottom: 70px;
		background: none;
	}
	#blog:before {
		content: '';
		display: block;
		width: 100vw;
		height: 100vh;
		background:url(../img/blog/blog_bg.jpg) no-repeat top center;
		background-size: cover;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -1;
	}		
	.blog_ttl img {
		height: 27px;
	}
	.blog_list {
		padding-bottom: 8px;
		padding: 0 20px;
	}
    .blog_list li {
		padding-bottom: 8px;
	}
	.blog_list .date ,
	.blog_list .tag ,
	.blog_list .comment {
		display: block;
	}
	.blog_list .tag {
		float: left;
	}
	.blog_list .date {
		padding-bottom: 10px;
		font-size: 10px;
	}
	.blog_list .comment {
		float: right;
		padding-right: 0!important;
		padding-left: 0px!important;
		width: calc(100% - 5.8em);
		width: -webkit-calc(100% - 5.8em);
		font-size: 12px;
		line-height: 18px;
	}
	.blog_list .comment span {
		height: auto;
		max-height: 4.3em;
		overflow: hidden;
	}
	.blog_list .btn {
		display: none;
	}
	.blog_list li a {
		padding-top: 12px;
		padding-bottom: 12px;
        display: block;
	}
	.blog_viewBtn img {
		width: 63px;	
		height: auto;
	}

}

/* detail
------------------ */
.blog_detail {
	max-width: 880px;
	margin: auto;
	padding: 0 5%;
}
.blog_detail_ttl {
	text-align: center;
	padding: 30px 0 35px 0;
	background: url(../img/img/BACK/line_red.png) no-repeat center bottom;
	background-size:100% 1px;
}
.blog_detail_ttl .date {
	color: #000;
	font-size: 14px;
	padding: 0 0 15px 0;
}
.blog_detail_ttl .ttl {
	color: #cc0000;
	font-size: 24px;
	line-height: 32px;
	text-align: center;
	font-weight: bold;
}
.blog_detail_ttl .ttl span {
	display: inline-block;
	text-align: left;
}
.blog_detail_arcticle {
	color: #000;
	position: relative;
	padding: 40px 0 0 0;
}
.blog_detail_arcticle_cont {
	font-size: 14px;
}
.blog_detail_arcticle_cont p {
	font-size: 14px;
	/*line-height: 36px;*/
	line-height: 28px;/*add be*/
	margin:4px 0px 28px 0px;  /*add be*/
}

.lH-s { line-height: 20px !important; } /*add be*/
.blog_detail_arcticle_cont a {
	color: #c00;
	text-decoration: underline;
}
.blog_detail_arcticle_cont a:hover {
	opacity: 0.8;
}
.blog_detail_arcticle_cont img {
	/*width: auto;*/
	max-width: 100%; 
}
.blog_detail_arcticle_cont li{
	width: 48%;
	float: left;
	text-align: center;
	margin:0 2% 2% 0;
}
.blog_detail_back {
	position: fixed;
	z-index: 9998;
	width: 124px;
	transition: 0.2s transform;
	-webkit-transition: 0.2s transform;
}
.blog_detail_back:hover {
	transform: translate(-3px,0);
	-webkit-transform: translate(-3px,0);
}

.blog_detail_back {
	position: static;
	margin: 60px auto 0 auto;
	width: auto;
	text-align: center;
}
.blog_detail_back img {
	width: 124px;
}
.txtmoreImg {
	width: 90px !important;
	line-height: 0;
	display: inline-block;
	vertical-align: middle;
}
.txtmoreImg a img {
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
}
.txtmoreImg a:hover img {
	transform: translate(2px,0);
	-webkit-transform: translate(2px,0);
}

a.arrowNext:after {
	font-family: 'FontAwesome'; content:"\f054"; padding-left: 4px;
}
a span.arrowNext:after {
	font-family: 'FontAwesome'; content:"\f054"; padding-left: 4px;
}
a.arrowNext{
	display: inline-block;
	transition: 0.2s;
}
a:hover.arrowNext { transform: translate(3px,0);}

.shoplist {
	background:#000;
	padding: 15px;
	border-radius: 5px;
	border:solid 1px #333333;
}
.shoplist ul {
	font-size:0;
	width: auto;
	margin:auto;
}
.shoplist li {
	box-sizing: border-box;
	display: inline-block;
	padding:5px;
	width: 25%;
	text-align: center;
}
@media screen and (max-width: 1200px){
	.blog_detail_back {
		position: static;
		margin: 60px auto 0 auto;
	}
	.blog_detail_wide_back {
		position: static;
		margin: 60px auto 0 auto;
	}
}
@media screen and (max-width: 768px){
	.blog_detail_arcticle_cont {
		font-size: 13px; /*add be*/
		/*border-bottom: 1px solid #c00;*/
		padding-bottom: 20px;
		padding-bottom: 20px;
	}
}
@media screen and (max-width: 640px){
	
	.blog_detail_ttl .date {
		font-size: 10px;
	}
	.blog_detail_ttl .ttl {
		font-size: 15px;
		line-height: 24px;
	}
	.blog_detail_ttl .date {
		padding-bottom: 10px;
	}
	.blog_detail_ttl {
		padding-top: 22px;
		padding-bottom: 20px;
	}
	.blog_detail_arcticle {
		padding-top: 20px;
	}
	.blog_detail_arcticle_cont p {
		font-size: 12px;
		line-height: 24px;
	}
	.lH-s { line-height: 16px !important; } /*add be*/
	
	.blog_detail_arcticle_cont {
		font-size: 12px; /*add be*/
		/*border-bottom: 1px solid #c00;*/
		padding-bottom: 20px;
	}
	.blog_detail_back {
		margin-top: 12px;
		border-top: 1px solid #cc0000;
		padding-top: 8px;
	}
	.blog_detail_back img{
		width: 80px;
		margin-top: 12px;
	}
	.txtmoreImg {
		width: 60px !important;
		line-height: 0;
		display: inline-block;
		vertical-align: middle;
	}
	.shoplist {
		padding: 5px;
	}
	.shoplist ul {
		width: 100%;
	}
	.shoplist li {
		text-align: center;
		width: 33.3%;
	}
}
