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

/*ログイン：reCapcha画像*/
.single #main_area #wpmem_login img,
#wpmem_login img {
	width: auto;
}

/*記事エリア（白い背景）*/
.blog_area {	
	width: 800px;
	max-width: 100%;
	margin: 0 auto;
    padding: 20px 40px;
    background: #fff;
    border-radius: 10px;
	margin-bottom: 30px;
}
.blog_area.bg_none {
	background: transparent;
}

/*メンテナンス動画リスト*/
.blog_list {
	border-bottom: 1px solid #6E5140;
}
.blog_list:last-child {
	border-bottom: 0;
}

.blog_list a {
	text-decoration: none;
}
.blog_list a:hover {
	text-decoration: underline;
	text-decoration-color: #6E5140;
}

.blog_list a .blog_item {
	display: flex;
	position: relative;
	color: #6E5140;
    /*font-weight: bold;*/
    margin: 0;
	padding: 20px 0;
	padding-left: 20px;
    font-size: 18px;
    gap: 10px;
}
.blog_list a .blog_item .new-mark {
	color: #df6609;/*#FFE036;*/
	font-weight: bold;
}

.blog_list a .blog_item::before {
	position: absolute;
	content: "";
	width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #543A2B;
    border-right: solid 2px #543A2B;
    transform: rotate(45deg);
	top: 40%;
	left: 0;
}

/*ボタンの色*/

a.btn--more.btn_w {
	background-color: #fff;
	border: 1px solid #543A2B;
}

a.btn--more.btn_w:hover {
	background-color: #F2D220;
}

.page-template-page-ownerpage-about .more_btn {
	margin: 100px 0;
}

.page-template-page-ownerpage-about .event_form {
	width: 100%;
}

/*カテゴリ*/
.category #main_area {
	 margin-bottom: 120px;
} 

/*-----------------------
サイドバー
------------------------*/
.side_ufc .widgettitle {
	display: inherit;
	margin-top: 25px;
	margin-bottom: 10px;
	font-size: 20px;
	color: #6E5140;
}
.side_ufc .widgettitle a {
	color: #6E5140;
	text-decoration: none;
}
.side_ufc ul {
	margin-top: 0;
}
.side_ufc ul li {
	padding-bottom: 5px;
}
.side_ufc ul li a {
	color: #6E5140;
	text-decoration: none;
}
.side_ufc .category_area div:nth-child(2) .widgettitle{
	display: none;
}

/*-----------------------
検索窓
------------------------*/
.ufc_search {
	text-align: center;
	padding-top: 80px;
}
.ufc_search input {
	padding: 7px 10px;
}

/*-----------------------
検索結果
------------------------*/
.search_item .title {
	position: relative;
    color: #543A2B;
    margin: 0;
    padding-top: 20px;
    padding-left: 20px;
    font-size: 18px;
}
.search_item a {
    color: #543A2B;
	text-decoration: none;
}
.search_item a:hover {
	text-decoration: underline;
	text-decoration-color: #543A2B;
}

.search_item .title::before {
	position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #543A2B;
    border-right: solid 2px #543A2B;
    transform: rotate(45deg);
    top: 60%;
    left: 0;
}

.search_item .s_naiyo p {
	padding-left: 20px;
	margin-top: 5px;
}

/*-----------------------
ログアウト
------------------------*/
.ufc_logout {
	text-align: right;
	font-weight: bold;
	color: #543A2B;
}
.ufc_logout a {
	color: #543A2B;
}

@media only screen and (max-width: 767px) {
	.blog_area {
		padding: 20px 10px;
		max-width: calc(100% - 20px);
	}
}