@charset "utf-8";
/* CSS Document */

/*==================================
ページトップへのボタン
====================================*/

#pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-color: rgba(0, 0, 0, 0.7);
	width: 45px;
	height: 45px;
	z-index: 100;
	cursor: pointer;
	border-radius: 50%;
}

#pagetop:before {
	content: '';
	position: absolute;
	top: 16px;
	left: 50%;
	transform: translateX(-50%) rotate(-45deg);
	width: 10px;
	height: 10px;
	border-top: 5px solid #fff;
	border-right: 5px solid #fff;
	transition: .5s;
}

#pagetop:hover::before {
	top: 12px;
}

#pagetop a{
	display: block;
	height: 100%;
}

/*==================================
ホバーの共通化
====================================*/

.cmn_hover {
	transition: 0.5s;
}

.cmn_hover:hover {
	opacity: 0.6;
	text-decoration: none;
}

/*==================================
共通のpadding設定
====================================*/

.sub_pdg {
	padding: 60px 0;
}

/*====================
一覧ページネーション
====================*/

.pagenation {
	display: flex;
	justify-content: center;
	margin: 60px auto 0;
}

.pagenation li {
	margin: 0 5px;
}

.pagenation li span,
.pagenation li a {
	padding: 10px;
	display: block;
	background-color: #fff;
	border: 1px solid;
	line-height: 1.5;
}

.pagenation li span,
.pagenation li:hover a {
	color: #fff;
}

.pagenation li span,
.pagenation li a:hover {
	background-color: #434343;
}

.post_none {
	margin: 0 auto;
	font-size: 2rem;
}

.top_post_none {
	font-size: 1.4rem;
	color: #fff;
}

/*========================================
詳細ページネーションの設定
==========================================*/

.paginated-link {
	display: flex;
	justify-content: center;
	color: inherit;
	line-height: 1;
	margin-top: 40px;
	font-size: 1.3rem;
}

.paginated-link a {
	line-height: 1;
}


.back-link {
	position: relative;
	width: 100px;
	text-align: center;
	border-left: 1px solid;
	border-right: 1px solid;
}

.prev-link,
.next-link {
	width: 40%;
}

.prev-link {
	margin-right: 20px;
	text-align: right;
}

.next-link {
	margin-left: 20px;
}

/*==================================
パンくずリスト設定
====================================*/

.breadcrumbs {
	position: absolute;
	width: 100%;
	padding: 7px 0;
}

.breadcrumbs .bread_boxs {
	justify-content: flex-start;
}

.breadcrumbs li {
	list-style: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	letter-spacing: 0;
}

.breadcrumbs .bread_name {
	flex: 1;
}

.breadcrumbs li:not(:last-child)::before {
	content: ' ';
	display: block;
	margin: auto;
	border-top: 1px solid;
	border-right: 1px solid;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
}

.breadcrumbs li,
.breadcrumbs a {
	font-size: 1.2rem;
}

.breadcrumbs li:not(:last-child) {
	padding: 0 30px 0 0;
}

.breadcrumbs li:not(:last-child)::before {
	width: 5px;
	height: 5px;
	right: 13px;
}

body:not(#top) .breadcrumbs .bread_boxs {
	flex-direction: row;
	padding: 4px 0;
}

.breadcrumbs li:not(:last-child) {
	padding: 0 22px 0 0;
}

.breadcrumbs a {
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#about .breadcrumbs,
#meat .breadcrumbs,
#product .breadcrumbs,
#shop .breadcrumbs{
	color: #fef7ef;
}

/*==================================
テキスト中央寄席の設定
====================================*/

.cen_txt {
	text-align: center;
}

/*==================================
ここから追加
====================================*/

/*tel_num*/

.tel_num{
	display: inline-block;
	letter-spacing: 0;
	line-height: 1;
	font-weight: bold;
	font-size: 2.4rem;
}

.tel_num span{
	font-size: 1.4rem;
	margin-right: 5px;
}

/*ct_link*/

.ct_link{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fef7ef;
	width: 200px;
	height: 40px;
	background: #c03514;
}

.ct_link::before{
	display: inline-block;
	line-height: 1;
	content: url(../images/common/ct_link_icon.png);
	margin-right: 15px;
}

/*cmn_news*/

.cmn_news li:not(:last-child){
	margin-bottom: 20px;
}

.cmn_news li a{
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	background: #fff;
	transition: .5s;
	letter-spacing: 0;
	padding: 15px 25px 15px 10px;
}

.cmn_news li a:hover{
	transform: translateX(10px);
}

.cmn_news li a::before{
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%) rotate(45deg);
	transition: .5s;
	width: 5px;
	height: 5px;
	border-top: 2px solid;
	border-right: 2px solid;
}

.news_post_time{
	position: relative;
	font-weight: bold;
	display: inline-block;
	padding-right: 15px;
	margin-right: 15px;
}

.news_post_time::before{
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	height: 20px;
	border-right: 1px solid #dad6d6;
}

.news_post_ttl{
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*cmn_sec*/

.cmn_sec{
	color: #fef7ef;
	background: #2e2c2c;
}

.cmn_sec_boxs{
	padding: 60px 0;
}

.cmn_card{
	flex-direction: column;
	align-items: center;
}

.cmn_ttl{
	font-size: 2.4rem;
	line-height: 1.5;
	text-align: center;
	font-weight: bold;
	margin-bottom: 35px;
}

.cmn_card_txt{
	order: 2;
}

.cmn_card_txt p:not(:last-child){
	margin-bottom: 25px;
}

.cmn_card_img{
	margin-bottom: 30px;
}

.cmn_sec:nth-child(even){
	color: #2e2c2c;
	background: url(../images/common/cmn_sec_bg.png) no-repeat center / cover;
}

.cmn_card_img_post{
	overflow: hidden;
	max-width: 520px;
	width: 100%;
}

.cmn_card_img_post img{
	max-width: 100%;
	height: auto;
}

/*cmn_subsec*/

.cmn_subsec{
	background: url(../images/common/cmn_sec_bg.png) no-repeat center / cover;
}

