@charset "utf-8";

article{
	display:flex;
	justify-content:center;
	width:1340px;
	margin:0 auto;
}

main{
	padding:20px;
	background:#fff;
}

.experience{
	position:relative;
	display:flex;
	padding:10px;
	border-bottom:3px dotted #ccc;
}

.experience figure{
	width:260px;
	height:260px;
	overflow:hidden;
}

.Experience_article{
	width:550px;
	margin-left:20px;
}

.Experience_ttl{
	padding:10px 0;
	border-bottom:1px solid #333;
}

.Experience_article h3{
	font-size:22px;
	font-weight:bold;
}

.Experience_article .date{
	text-align:right;
}

.Experience_block{
	padding:10px 0;
}

.Experience_block div{
	line-height:1.8;
	margin-bottom:10px;
}

.Experience_block p{
	font-weight:bold;
}

.Experience_block p span{
	padding:1px 2px;
	margin-right:5px;
	border:2px solid #fdd43e;
	color:#fff;
	font-size:90%;
	font-weight:bold;
}

/*============店舗の種類毎の色============*/

.Experience_block p span.Luxury_shop{
	background:#601600;
}

.Experience_block p span.Mass_store{
	background:#328bb5;
}

.Experience_block p span.Cheap_shop{
	background:#f73e50;
}

/*============店舗の種類毎の色============*/

a.more{
	position:absolute;
	background: #ff526e;
	color: #fff;
	padding: 5px;
	box-shadow: 0 2px 2px #c01831;
	right: 0;
	bottom: 10px;
	width: 15%;
	text-align: center;
	border-radius: 5px;
	font-size: 12px;
}

/*****************************************記事詳細ページ****************************************/

.This_interviewBox{
	display:flex;
	padding:20px;
	background:#fbe6ef;
}

.This_interviewBox .kanban{
	position:relative;
	width:48%;
	margin-right:2%;
}

.This_interviewBox .today{
	position:absolute;
	top:-20px;
	left:-20px;
}

.This_interviewBox .interview_shopContents{
	box-sizing:border-box;
	width:50%;
	padding:10px;
	background:#fff;
}

.This_interviewBox .interview_shopContents h3{
	font-size:20px;
	font-weight:bold;
}

.This_interviewBox .interview_shopContents a{
	color:#f00;
}

.This_interviewBox .interview_shopContents a:hover{
	text-decoration:underline;
}

.interview_main{
	margin:20px 0;
	padding:20px;
	background:#f9f6f1;
	border:solid 2px #ebc692;
}

.interview_main a{
	color:#c80037;
}

.interview_main figure{
	float:left;
	width:30%;
	margin:0 20px 20px 0;
}

.Experience_pager ul{
	display:flex;
	justify-content:center;
	margin-bottom:20px;
}

.Experience_pager ul li{
	width:30px;
	height:30px;
	margin:0 2px;
	border-radius:5px;
	line-height:30px;
	background:#aaa;
	color:#333;
	text-align:center;
}

.Experience_pager ul li a{
	box-sizing:border-box;
	display:block;
	width:30px;
	height:30px;
	border:1px solid #c80037;
	border-radius:5px;
	line-height:30px;
	background:#fff;
	color:#c80037;
	text-align:center;
}

.Experience_btnBox{
	display:flex;
	justify-content:space-between;
	margin-top:20px;
}

.Experience_btnBox a{
	display:block;
	width:48%;
	padding:20px 0;
	background:#c90037;
	border-radius:5px;
	color:#fff;	
	font-weight:bold;
	text-align:center;
	box-shadow:0 5px 0 #7c1727;
}