@charset "utf-8";
/* CSS Document */

/*==================================
ページトップへのボタン
====================================*/

#pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-color: rgba(0, 0, 0, 0.7);
	width: 50px;
	height: 50px;
	z-index: 100;
	cursor: pointer;
	border-radius: 50%;
}

#pagetop:before {
	content: '';
	position: absolute;
	top: 20px;
	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: 100px 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;
}

.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 {
	padding: 7px 0;
}

.breadcrumbs .bread_boxs {
	justify-content: flex-start;
}

body:not(#top) .breadcrumbs .bread_boxs {
	flex-direction: row;
	padding: 4px 0;
}

.breadcrumbs li {
	list-style: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
}

.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;
	right: 13px;
	width: 7px;
	height: 7px;
}

.breadcrumbs li,
.breadcrumbs a {
	font-size: 1.2rem;
}

.breadcrumbs a {
	text-decoration: underline;
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.breadcrumbs li:not(:last-child) {
	padding: 0 30px 0 0;
}


/*==================================
テキスト中央寄席の設定
====================================*/

.cen_txt {
	text-align: center;
}

/*==================================
ここから追加
====================================*/

.tel_num{
	display: inline-block;
	line-height: 1;
	font-size: 2.6rem;
	font-weight: bold;
	letter-spacing: 0.045em;
}

.tel_num span{
	font-size: 2.4rem;
	color: #294a2e;
	margin-right: 10px;
}

/*cmn_pdg*/

.cmn_pdg{
	padding: 100px 0;
}

/*cmn_ttl*/

.cmn_ttl{
	font-size: 4.2rem;
	font-weight: bold;
	color: #294a2e;
	text-align: center;
	margin-bottom: 50px;
	line-height: 1.30;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}

.cmn_ttl_label{
	display: flex;
	justify-content: center;
	margin-top: 10px;
}

.cmn_ttl_label span{
	display: inline-block;
	font-size: 2.0rem;
	color: #fff;
	padding: 5px 15px;
	background: #e0990f;
	border-radius: 8px;
}

.cmn_ttl_point{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #294a2e;
	font-size: 2.6rem;
	font-weight: bold;
	margin-bottom: 10px;
}

.cmn_ttl_point::before,
.cmn_ttl_point::after{
	content: '';
	display: inline-block;
	width: 6px;
	height: 20px;
	background: url(../images/common/cmn_ttl_point_item01.png) no-repeat center;
}

.cmn_ttl_point::before{
	margin-right: 10px;
}

.cmn_ttl_point::after{
	margin-left: 10px;
	background-image: url(../images/common/cmn_ttl_point_item02.png);
}

.cmn_ttl_min{
	font-size: 3.6rem;
}

.cmn_ttl_ore{
	color: #e0990f;
}

/*cmn_btn*/

.cmn_btn{
	text-align: center;
}

.cmn_btn a{
	display: inline-block;
	outline: 1px solid #e0990f;
	border: 1px solid #fff;
	color: #fff;
	line-height: 1.17;
	font-size: 1.7rem;
	font-weight: bold;
	padding: 10px 55px;
	background: linear-gradient(to right top,transparent 50%,#de8300 50%) no-repeat right top / 20px 50%,linear-gradient(to right bottom,transparent 50%,#de8300 50%) no-repeat right bottom / 20px 50%,#e0990f;
}

.cmn_btn a span{
	display: block;
	font-size: 1.5rem;
	margin-top: 5px;
}

/*img_hover*/

.img_hover img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .5s;
}

.img_hover a:hover img{
	transform: scale(1.2);
}

/*cmn_news*/

.cmn_news li{
	line-height: 1;
}

.cmn_news li:not(:last-child){
	margin-bottom: 20px;
}

.cmn_news li a{
	position: relative;
	border: 1px solid #cee1d1;
	padding: 13px 30px;
	transition: .5s;
	background: url(../images/common/cmn_news_arrow.png) no-repeat left center / auto 100%,#fff;
}

.cmn_news li a:hover{
	transform: translate(5px,-5px);
}

.cmn_news li a::before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transform: translate(0%);
	transition: 0s;
	width: 0px;
	height: 0px;
	border-left: 17;
}

.news_post_time{
	color: #294a2e;
}

.news_post_ttl{
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*bdr_ttl*/

.bdr_ttl{
	position: relative;
	font-size: 4.0rem;
	font-weight: bold;
	color: #294a2e;
	letter-spacing: 0.06em;
	line-height: 1.6;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 50px;
}

.bdr_ttl-wt{
	color: #fff;
}

.bdr_ttl::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 5px;
	border-radius: 2.5px;
	background: #e0990f;
}

/*fix_sns*/

.fix_sns{
	position: fixed;
	right: 0;
	bottom: 60px;
	z-index: 100;
	padding: 5px;
	border-radius: 5px 0 0 5px;
	background: #fff;
}

.fix_sns a{
	display: block;
}

.fix_sns a:not(:last-child){
	margin-bottom: 5px;
}



















