@charset "utf-8";


/* --------------------------------------------------------------------------------
	type
-------------------------------------------------------------------------------- */
#type{
	margin: 0 0 10vw;
	padding: 0 3vw;
	font-size: 4vw;
}
#type .section_header {
    margin-top: 3vw !important;
    margin-bottom: 3vw !important;
	padding: 0 !important;
    padding-top: 10vw !important;
    padding-left: 8vw !important;
    line-height: 1.25 !important;
    font-size: 5vw !important;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif !important;
    background: url(https://www.ogawaya-shop.com/images/index/title-temp.png) no-repeat 0 0 !important;
    height: 60px !important;
}

#type .type-section ul.type-box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width:100%;
	margin:0 0 10vw;
}
#type .type-section ul.type-box li{
	list-style:none;
	width:48%;
	background:#FFF;
	margin:0 0 3vw;
}
#type .type-section ul.type-box li .img{
}
#type .type-section ul.type-box li img{
	width:94%;
	padding:3% 3% 0 3%;
    vertical-align: bottom;
}
#type .type-section ul.type-box li .txt1{
	background:#ab2420;
	color:#fff;
	font-size:5vw;
	font-weight:bold;
	text-align:center;
	padding:1vw 0;
	margin:0 3%;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
}
#type .type-section ul.type-box li .txt2{
	line-height:1.8;
	padding:2vw 1vw 3vw;
}

#type .detail_link {
	text-align: center;
}
#type .detail_link a{
	display:block;
}
#type .detail_link .text {
	color: #fff;
	background: #b44c35;
	text-align: center;
	padding:0.5vw 2vw;
	margin:0 3vw 3vw;
    display: block;
}
#type .detail_link .text::after {
	content: "";
	background: url('../../images/common/arrow-circle-red.png') no-repeat top center;
	height: 10px;
	width: 10px;
	display: inline-block;
	margin-left: 0.5em;
}



