@charset "UTF-8";
/* CSS Document */

/* 駅弁一覧 */
#ekiben .inner {
    padding: 110px 0 0;
    width: 980px;
    margin: 0 auto;
}
#ekiben .read, #kakegami .read {
    text-align: center;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 30px;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Yu Gothic Medium", "Meiryo", sans-serif !important;
    letter-spacing: 1px;
}
#ekiben .inner ul li .more-btn {
    background-color: #000;
    color: #fff;
    border-radius: 15pc;
    display: inline-block;
    font-size: 15px;
    padding: 6px 0;
    margin: auto 0 0;
    width: 150px;
}
#ekiben .inner ul li:nth-child(1) .more-btn,
#ekiben .inner ul li:nth-child(2) .more-btn {
    margin: 30px 0 0;
}
#ekiben .inner ul li {
    width: 210px;
    min-height: 340px;
    margin: 0 0 80px;
    display: flex;
}
#ekiben .inner ul li a {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

/* 選べる鉄道掛け紙シリーズ */
#kakegami {
	background: #FDECCD;
}
#kakegami .inner {
    border-top: 4px dotted #FFB78B;
    padding: 100px 0 200px;
}
#kakegami .s-ttl {
    text-align: center;
    font-size: 24px;
    padding: 0 0 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#kakegami .s-ttl:before {
    content: "";
    color: #FF6101;
    border-top: solid 1px;
    transform: rotate(60deg);
    width: 50px;
}
#kakegami .s-ttl:after {
    content: "";
    color: #FF6101;
    border-top: solid 1px;
    transform: rotate(	300deg);
    width: 50px;
}
#kakegami .inner h2 {
    font-size: 40px;
    color: #FF6201;
    text-align: center;
    margin: 0 0 60px;
    font-weight: bold;
}
#kakegami .read span {
	font-size: 13px;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Yu Gothic Medium", "Meiryo", sans-serif !important;
}
#kakegami ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 70px;
    gap: 60px 0;
}
#kakegami ul li {
	width: 24%;
}
#kakegami ul li .img img {
    width: 240px;
	height: 155px;
	object-fit: cover;
	border-radius: 15px
    
}


#kakegami ul li .date {
    font-size: 14px;
    color: #868686;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Yu Gothic Medium", "Meiryo", sans-serif !important;
    padding: 15px 0;
}
#kakegami ul li .name {
	font-size: 16px;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic", "Yu Gothic Medium", "Meiryo", sans-serif !important;
	font-weight: 600;
}