@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
/* MAIN
-------------------------------------------------------------------------*/
body #historyItem{
	font-size: 12px;
	font-family: YakuHanJP,'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-feature-settings:"pwid";
	color: #000;
	line-height: 1.7;
	margin-bottom: 100px;
}
body #historyItem p{
	margin: 0;
	padding: 0;
}
/* mainLead
-------------------------------------------------------------------------*/
body #historyItem .mainLead{
	margin-top: 20px;
	font-size: 15px;
	text-align: center;
}
/* linkTub
-------------------------------------------------------------------------*/
body #historyItem .linkTub ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 40px 0;
}
body #historyItem .linkTub li{
	width: 49%;
}
body #historyItem .linkTub li a{
	width: 100%;
	display: block;
	padding: 10px 10px;
	font-size: 16px;
	line-height: 1;
	box-sizing: border-box;
	border-radius: 10px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-weight: 600;
}
body #historyItem .linkTub li.yasai a{
	border: 1px solid #115e2c;
	background: #115e2c url("/simages/shop/selection/190anniversary/img_history_item_harumaki/arw_white.png") no-repeat 10px center;
}
body #historyItem .linkTub li.hana a{
	border: 1px solid #cb3578;
	background: #cb3578 url("/simages/shop/selection/190anniversary/img_history_item_harumaki/arw_on.png") no-repeat 10px center;
}
body #historyItem.hana .linkTub li.hana a{
	color: #cb3578;
	background: #fff url("/simages/shop/selection/190anniversary/img_history_item_harumaki/arw_on.png") no-repeat 10px center;
}
/* areaItem
-------------------------------------------------------------------------*/
body #historyItem .areaItemInner{
	width: 100%;
	display: block;
	margin-top: 30px;
}
body #historyItem .areaItemInner .ttlYear{
	width: 100%;
	margin-bottom: 15px;
	padding: 5px;
	background: #eee;
	box-sizing: border-box;
}
body #historyItem .areaItemInner .boxItem{
	width: calc(100%);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	box-sizing: border-box;
}
body #historyItem .areaItemInner .boxItem.line{
	position: relative;
}
body #historyItem .areaItemInner .boxItem.line:before{
	content: "";
	width: 1px;
	height: 100%;
	background-color: #ccc;
	position: absolute;
	top: 0;
	left: 50%;
}
body #historyItem .areaItemInner .mT15{
	margin-top: 15px !important;
}
body #historyItem .areaItemInner .boxClmTtl{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
body #historyItem .areaItemInner .boxClmTtlL{
	width: 48%;
	color: #cb3578;
	font-size: 12px;
	font-weight: 600;
}
body #historyItem .areaItemInner .boxClmTtlR{
	width: 48%;
	color: #cc6600;
	font-size: 12px;
	font-weight: 600;
}
body #historyItem .areaItemInner .boxClmTtlL p{
	font-weight: 600;
}
body #historyItem .areaItemInner .boxClmTtlR p{
	font-weight: 600;
}
body #historyItem .areaItemInner .boxClm{
	width: 48%;
	margin-top: 30px;
	box-sizing: border-box;
}
body #historyItem .areaItemInner .boxClmFull{
	width: 100%;
}
body #historyItem .areaItemInner .boxTtl{
	width: 100%;
	display: flex;
	position: relative;
}
body #historyItem .areaItemInner .boxTtl .txtL{
	width: 40px;
	padding: 5px 0 0;
	color: #000;
	font-weight: 600;
	line-height: 1.25;
	border-top: 5px solid #cb3578;
}
body #historyItem .areaItemInner .populer .boxTtl .txtL{
	border-top: 5px solid #cc6600;
}
body #historyItem .areaItemInner .boxTtl h2{
	flex: 1;
	padding: 5px 0 0;
	font-weight: 600;
	line-height: 1;
	font-size: 15px;
}
body #historyItem .areaItemInner .boxTtl h2{
	border-top: 5px solid #ecb4cd;
	color: #cb3578;
}
body #historyItem .areaItemInner .populer .boxTtl h2{
	border-top: 5px solid #eeccaa;
	color: #cc6600;
}
body #historyItem .areaItemInner .box{
	width: 100%;
	display: block;
}
body #historyItem .areaItemInner .boxPhoto{
	width: 100%;
	margin-top: 10px;
}
body #historyItem .areaItemInner .boxR{
	width: calc(100%);
	margin-top: 10px;
}
body #historyItem .areaItemInner .txtCatch{
	font-size: 13px;
}
body #historyItem .areaItemInner h3{
	margin-top: 10px;
	font-size: 12px;
	color: #923f12;
	padding-left: 5px;
	border-left: 5px solid #923f12;
}
body #historyItem .areaItemInner .txtYear{
	color: #923f12;
	font-size: 13px;
}
body #historyItem .areaItemInner .btnBox{
	margin: 10px 0 0;
	text-align: right;
}
body #historyItem .areaItemInner .btnBox a{
	display: inline-block;
	line-height: 1;
	padding: 10px 15px;
	background: #ff9900;
	border-radius: 999px;
	color: #fff;
	text-decoration: none;
}











































