@charset "UTF-8";

/* =============================================================
カスタマカフェSNSのページのスタイリングを定義
============================================================= */



/* #sec-guide
----------------------------- */

#sec-guide{
	padding:70px 0 70px;
}

.list-guide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 100%;
	max-width:1085px;
	margin:0 auto;
}

.list-guide li {
	text-align: center;
	width:23.5%;
	border:1px solid #CCC;
}

.list-guide li img{
	margin-bottom:35px;
}

.list-guide li h4 .en{
	display: block;
	font-size:2.14em;
	font-weight:600;
	letter-spacing: 0.05em;
	line-height: 1;
}

.list-guide li a {
	display:block;
	position: relative;
	z-index: 0;
	padding:45px 0 35px;
	background:#FFF;
}

.list-guide li a:after {
	content: "";
	display: block;
	width: 13px;
	height: 8px;
	margin:45px auto 0;
	background: url(../../image/common/ico_arw_down_03_bk.svg) no-repeat;
	background-size: 100%;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
}

.list-guide li a:hover {
	opacity:0.7;
}

.list-guide li a:hover:after {
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
}


@media screen and (max-width:768px) {
	#sec-guide{
		padding:30px 0 20px;
	}
	.list-guide li {
		width:48%;
		margin-bottom:4%;
	}
	.list-guide li a {
		padding: 25px 0;
	}
	.list-guide li a:after {
		margin:25px auto 0;
	}
	.list-guide li img{
		width:18px;
		margin-bottom:20px;
	}
	.list-guide li h4 .en{
		font-size:1.21em;
	}
}



/* #sec-fb,#sec-twitter,#sec-insta,#sec-google
----------------------------- */

#sec-twitter,
#sec-fb,
#sec-insta,
#sec-google{
	padding:55px 0 80px;
	border-top:1px solid #CCCCCC;
}

.ttl-01 .en{
	display: inline-block;
	margin-top:14px;
	font-weight:700;
}

.list-qr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	max-width:1085px;
	margin:60px auto 0;
}

.list-qr li {
	text-align: center;
	width:23.5%;
	margin: 0 auto 2%;
	padding:30px 25px 25px;
	border:1px solid #CCC;
}

.list-qr li a{
	display:block;
	font-size:1.6rem;
	margin-top:0.31em;
	letter-spacing: 0.05em;
	text-decoration: underline;
}

.list-qr li a:hover{
	text-decoration: none;
}


@media screen and (min-width:769px) {
	.list-qr li:not(:nth-child(4n-3)) {
		margin-left:2%;
	}
}

@media screen and (max-width:768px) {
	#sec-sns,
	#sec-twitter,
	#sec-insta,
	#sec-google{
		padding:35px 0 15px;
	}
	.list-qr {
		-ms-flex-pack: justify;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		margin-top:40px;
	}
	.list-qr li {
		width:48%;
		margin-bottom:4%;
		padding:10px 5px;
	}
	.list-qr li a{
		font-size:1.3rem;
		margin-top:0;
	}
}