@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.2
*/


/************************************
** 共通
************************************/

:root {
	--accent-color: #73B058;
	--accent-color-orange: #ffa919;
	--text-accent-color: #69A74D;
}

#wpadminbar .fas::before,
#wpadminbar .far::before {
	font-family: "Font Awesome 5 Free" !important;
	margin-right: 5px !important;
	color: #999999;
	font-weight: bold;
}

figcaption {
	text-align: center;
}

.admin-pv {
	position: absolute;
}

.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
	margin-top: 3em;
	line-height: 1.5em;
}

.mobile-menu-buttons .menu-button #share-menu-content a {
	color: #ffffff;
}

.sns-share-message::before {
	font-family: "Font Awesome 5 Free";
	content: "\f1e0";
	font-weight: 900;
	margin-right: 10px;
}

.sns-share-buttons {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}

.sns-share-buttons a {
	background-color: transparent;
	color: #555555;
	font-size: 25px;
}

.sns-share-buttons a:hover {
	color: #555555;
}

.sns-share-buttons a .button-caption {
	display: none;
}

br.mb {
	display: none;
}

.content {
	margin-top: 0;
}

.wp-block-file a.wp-block-file__button {
	display: inline-block;
}

.article-footer {
	margin-top: 30px;
}

.grecaptcha-badge {
	bottom: 100px !important;
	display: none !important;
}

.bold-red {
	color: #F29802;
}

.bold-green {
	color: var(--text-accent-color);
}


/* simple_link_btn */

.simple_link_btn {
	margin-top: 50px;
	padding: 0 5vw;
}

.simple_link_btn a {
	display: block;
	position: relative;
	text-decoration: none;
	color: var(--accent-color);
	padding: 10px;
	text-align: center;
	max-width: 500px;
	width: 100%;
	margin: 20px auto;
	border: 1px solid var(--accent-color);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
	font-size: 1rem;
}

.simple_link_btn a:after {
	content: '\f054';
	font-family: 'Font Awesome 5 Free';
	font-weight: bold;
	position: absolute;
	right: 10px;
}


/* normal_btn */

.normal_btn {
	position: relative;
	color: #555555;
	text-decoration: none;
	display: block;
	background-color: rgba(255, 255, 255, 0.8);
	text-shadow: none;
	max-width: 300px;
	margin: 0 auto;
	border-radius: 3px;
	font-weight: bold;
	padding: 12px;
	font-size: 1.2rem;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
	transition: 0.4s;
}

.normal_btn:after {
	content: '\f054';
	font-family: 'Font Awesome 5 Free';
	font-weight: bold;
	position: absolute;
	right: 10px;
	color: var(--text-accent-color);
}

.normal_btn:hover {
	color: var(--text-accent-color);
	background-color: #ffffff;
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.6);
}


/*ナビゲーションメニュー*/

body:not(.home) #navi {
	display: none;
}

.navi {
	margin: 100px auto 0 auto;
	max-width: 1500px;
}

.navi-in>ul li {
	display: block;
	margin: 20px;
	width: calc(33.3% - 40px);
	height: auto;
	line-height: 1.5;
	position: relative;
}

#navi li.about,
#navi li.contact {
	padding: 0 5vw;
	width: 100%;
	margin: 4rem auto;
}

body.home ul>li.current-menu-item:first-child {
	display: none;
}

body:not(.home) li.current-menu-item {
	display: none;
}

#navi .navi-in a {
	color: #555555;
	background-color: rgba(115, 176, 88, 0.3);
	display: block;
	border-radius: 3px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
	position: relative;
	overflow: hidden;
	padding: 1.2rem;
}

#navi .navi-in a:after {
	display: block;
	content: '\f054';
	font-family: 'Font Awesome 5 Free';
	font-weight: bold;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	color: var(--text-accent-color);
	opacity: 0.7;
}

#navi li.about a,
#navi li.contact a {
	background-color: rgba(115, 176, 88, 0.8);
	padding: 1.4rem;
	max-width: 640px;
	height: 130px;
	margin: 0 auto;
}

#navi li.about a {
	background: url('../../uploads/2021/05/menu_bg_001.jpg') no-repeat right 10px center;
}

#navi li.about a:before {
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(115, 176, 88, 0.8);
	top: 0;
	left: 0;
	z-index: 0;
}

#navi li.about a:after {
	color: #ffffff;
}

#navi li.about a .caption-wrap {
	position: relative;
}

#navi li.contact a {
	background-color: #ffffff;
	border: 2px solid var(--accent-color);
}

#navi .navi-in a:hover {
	color: #555555;
	background-color: rgba(115, 176, 88, 0.2);
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}

.navi-in>ul .menu-item-has-description>a>.caption-wrap {
	display: block;
}

#navi .navi-in .item-label {
	color: #555555;
	display: block;
	text-align: left;
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 1.5em;
	text-shadow: 1px 1px 0 #ffffff;
}

#navi li.about .item-label,
#navi li.contact .item-label {
	font-size: 1.3rem;
	color: #ffffff;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	position: initial;
}

#navi li.contact .item-label {
	color: var(--accent-color);
	text-shadow: none;
}

#navi .sub-caption {
	font-family: Arial;
	position: absolute;
	display: block;
	bottom: 0;
	right: 0.8rem;
	font-size: 5rem;
	color: rgba(255, 255, 255, 0.5);
	font-weight: 700;
	line-height: 1;
	width: auto;
	letter-spacing: -0.2rem;
}

#navi li.about .sub-caption,
#navi li.contact .sub-caption {
	font-size: 3rem;
	position: static;
	text-align: left;
	color: rgba(255, 255, 255, 0.4);
}

#navi li.contact .sub-caption {
	color: rgba(115, 176, 88, 0.2);
}

.widget .main-widget-label {
	text-align: center;
}


/*リスト*/

.entry-card-thumb {
	width: 100px;
	margin-top: 0;
}

.card-thumb img {
	display: block;
}

.entry-card-content {
	margin-left: 100px;
	padding: 10px;
	line-height: 1.5em;
}

.entry-card-title {
	color: #555555;
	line-height: 1.5em;
}

.entry-card-meta {
	color: #777777;
	font-weight: bold;
	right: 8px;
	bottom: 10px;
}


/* ページナビ*/

.pager-post-navi a {
	padding: 0 20px;
}

.pager-post-navi a.prev-next-home {
	display: none;
}

.pager-post-navi a figure {
	min-width: auto;
	max-width: 80px;
}

.pager-post-navi a.next-post {
	padding-right: 0;
}

.pager-post-navi a.prev-post {
	padding-left: 0;
}


/************************************
** ヘッダースタイル
************************************/

.header {
	background-position: center center;
	background-size: cover;
}

body.home .header {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

body:not(.home) .header .header-in {
	min-height: auto;
	width: auto;
	justify-content: flex-start;
	background-color: rgba(115, 176, 88, 0.3);
}

body:not(.home) .header .header-in .logo-header {
	background-color: rgba(255, 255, 255, 0.7);
	margin: 0;
}

body:not(.home) .header .header-in .logo-header a {
	background-color: transparent;
	display: block;
	padding: 10px;
	margin: 0 auto;
	max-width: 380px
}

body:not(.home) .header .header-in .logo-header a img {
	width: auto;
	height: 40px;
}

body:not(.home) header#header .entry-title {
	text-align: center;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
	margin: 50px auto;
}

.tagline {
	font-size: 1.3rem;
	text-shadow: 0 0 5px rgba(0, 0, 0, 1), 0 0 10px rgba(0, 0, 0, 1);
	font-weight: 500;
	line-height: 2em;
	margin-top: 0;
	margin: 1.2rem auto;
	padding: 3rem;
	background-color: rgba(103, 185, 66, 0.5);
	max-width: 1200px;
	width: 100%;
	box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.3);
}

.tagline h2 {
	margin-bottom: 2rem;
}

.tagline .description {
	margin-bottom: 2rem;
	font-size: 1.2rem;
	line-height: 1.5;
}

.tagline strong {
	display: inline-block;
	font-size: 1.3em;
	line-height: 1.5em;
	color: #ffa919;
	font-weight: bold;
}

.tagline em {
	font-style: normal;
	font-weight: 600;
	font-size: 1.5em;
}

.tagline i {
	font-size: 1rem;
	font-weight: normal;
	line-height: 0;
}

.tagline .above_text {
	line-height: 3em;
}

.tagline .below_text {
	margin-top: 3rem;
}

.tagline .below_text a {
	color: var(--accent-color-orange);
	text-shadow: 2px 2px 0 #444444, -1px -1px 8px rgba(0, 0, 0, 1);
	transition: 0.4s;
	text-decoration: underline;
	line-height: 2.4em;
}

.tagline .below_text a:hover {
	color: var(--text-accent-color);
}

.logo-image {
	padding: 0;
	margin: 0 15px 50px 15px;
}

.logo-image a {
	background-color: rgba(255, 255, 255, 0.6);
	padding: 20px;
}

.logo-image span {
	display: block;
}

.logo-header img {
	display: block;
}


/************************************
** サイドバー
************************************/

#sidebar .widget {
	background-color: rgba(115, 176, 88, 0.1);
	padding: 20px;
	margin: 30px auto;
	font-size: 0.9em;
}

#sidebar .widget:first-child {
	margin-top: 0;
}

#sidebar .toc {
	padding: 0;
}

#sidebar .widget .widget-title {
	text-align: center;
	background-color: transparent;
	color: #666666;
	margin: 0 auto 20px auto;
	border-bottom: 2px solid rgba(0, 0, 0, 0.1);
	padding: 0 0 10px 0;
}

#sidebar .widget_nav_menu a {
	padding: 10px 0;
	text-align: center;
	line-height: 1.5em;
}


/*フッター*/

#footer-in {
	max-width: 1200px;
	width: 100%;
	position: relative;
}

#footer .widget-footer-left.widget_media_image a {
	display: block;
	background-color: rgba(255, 255, 255, 0.7);
	max-width: fit-content;
	padding: 15px;
}

#footer .widget-footer-left.widget_media_image img {
	display: block;
}

#footer .widget-footer-left.widget_text {
	font-size: 0.8em;
}

#footer .sns-share-message {
	display: none;
}

#footer .sns-share-buttons a {
	color: #ffffff;
	font-size: 20px;
}

#footer .sns-share-buttons {
	width: 250px;
	align-items: flex-start;
}

#footer .sns-share {
	margin: 0;
}


/*モバイルスライドメニュー*/

.mobile-menu-buttons {
	background-color: rgba(255, 255, 255, 0.9);
	font-size: 22px;
	color: #666666;
}

.mobile-menu-buttons .menu-button a {
	color: #666666;
}

.mobile-menu-buttons .menu-content {
	text-align: center;
	background-color: rgba(115, 176, 88, 0.9);
	color: #ffffff;
}

.mobile-menu-buttons .menu-content>ul>li {
	margin: 15px auto;
}

.mobile-menu-buttons .menu-content a {
	color: #ffff;
	font-weight: bold;
	font-size: 1em;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}


/************************************
** トップページ
************************************/

body.home .main .widget {
	margin: 150px auto;
}

body.home .wrap {
	width: 100%;
}


/*メイン*/

body.home .main {
	padding: 0;
	border: 0;
}


/*お知らせ*/

body.home #list {
	padding: 50px 30px;
	background-color: rgba(115, 176, 88, 0.1);
	margin: 0 auto 50px 0;
}

body.home #list .info-title {
	text-align: center;
}

body.home #list .list-container {
	max-width: 1200px;
	margin: 15px auto;
}

body.home #list .a-wrap {
	margin: 0px auto;
	border-top: 1px solid #dddddd;
}

body.home #list .a-wrap:first-child {
	border-top: 0;
}

body.home #list .entry-card {
	display: flex;
	flex-wrap: wrap;
}

body.home #list .entry-card-meta {
	margin-right: 15px;
	position: initial;
	text-align: left;
	line-height: 1;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 80px;
}

body.home #list .entry-card-content {
	margin: 0;
	padding: 0;
	width: 900px;
}

body.home #list .entry-card-title {
	font-weight: normal;
	font-size: 16px;
	margin: 0;
	line-height: 1.5em;
}

body.home #list .e-card-info {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

body.home #list .fas {
	display: none;
}

body.home #list .far {
	display: none;
}


/* 新着ブログウィジェット */

.widget_new_blogs .main-widget-label {
	position: relative;
	color: #69A74D;
	font-weight: normal;
	font-size: 1.6rem;
	margin-bottom: 100px;
}

.widget_new_blogs .main-widget-label:before {
	content: 'Blog';
	position: absolute;
	display: block;
	font-size: 7rem;
	color: rgba(115, 176, 88, 0.1);
	font-weight: bold;
	text-align: center;
	line-height: 0.8em;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.widget_new_blogs {
	max-width: 1000px;
}

.widget_new_blogs .a-wrap,
.post-type-archive-blog .a-wrap {
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
	padding: 0;
	margin: 25px;
	border-radius: 3px;
	display: block;
	overflow: hidden;
}

.widget_new_blogs .widget-entry-card,
.post-type-archive-blog .entry-card {
	display: flex;
}

.widget_new_blogs .thumb_box {
	position: relative;
}

.widget_new_blogs figure,
.post-type-archive-blog figure {
	position: relative;
	width: 200px;
	display: block;
	margin: 0;
	flex-shrink: 0;
}

.widget_new_blogs .thumb_box .cat {
	position: absolute;
	font-size: 0.6rem;
	text-align: center;
	width: 100%;
	padding: 10px;
	bottom: 0;
	top: auto;
	color: #ffffff;
	background-color: rgba(115, 176, 88, 0.8);
}

.widget_new_blogs .widget-entry-card-content,
.post-type-archive-blog .entry-card-content {
	margin: 0;
	padding: 20px
}

.widget_new_blogs .card-title,
.post-type-archive-blog .card-title {
	color: #69A74D;
	line-height: 1.5em;
}

.widget_new_blogs .widget-entry-card-snippet {
	margin-top: 15px;
	font-size: 0.8rem;
	line-height: 1.5em;
	padding-bottom: 15px;
}

.widget_new_blogs .display-none,
.post-type-archive-blog .entry-card-meta {
	display: block;
	position: absolute;
	bottom: 20px;
	right: 20px;
	color: rgba(115, 176, 88, 0.6);
}

.widget_new_blogs .post-date {
	margin-right: 0;
}

.widget_new_blogs .post-update {
	display: none;
}


/*固定ページ表示ウィジェット*/

.widget_single_page {
	background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 3%, rgba(255, 255, 255, 0.85) 98%, rgba(255, 255, 255, 0) 100%), url(https://i-baito.net/test_server/j-reformshien/wp-content/uploads/2021/02/top_menu_01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	margin: 100px auto;
	padding: 50px;
}

.widget_single_page .widget-page-container {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 50px 30px 50px;
}

.widget_single_page .main-widget-label {
	text-align: center;
	font-size: 1.6rem;
	color: #ffffff;
	text-shadow: 0 0 5px #000000, 0 0 8px #000000;
}

.widget_single_page .widget-page-content {
	margin-top: 30px;
	line-height: 2.3em;
	text-shadow: 0 0 5px #ffffff, 0 0 5px #ffffff;
	color: #000000;
	font-size: 1rem;
	text-align: center;
}

.widget_single_page h3 {
	display: inline-block;
	padding: 0 1rem;
	border-bottom: 2px solid var(--text-accent-color);
	margin-bottom: 2rem
}


/*お問い合わせフォームウィジェット*/

.widget_contact_form {
	background-color: rgba(115, 176, 88, 0.1);
}

.widget_contact_form .wpcf7 {
	margin: 0 auto;
	max-width: 1200px;
	padding: 30px 5vw;
}

.widget_contact_form .main-widget-label {
	text-align: center;
	background-color: #73b058;
	color: #ffffff;
	padding: 20px;
	font-size: 1.5em;
}

.widget_contact_form form>p {
	margin: 35px auto;
	font-weight: bold;
}

.widget_contact_form form>p .wpcf7-list-item-label {
	font-weight: normal;
}

.widget_contact_form .agree-privacy {
	margin: 60px auto 0 auto;
	max-width: 400px;
	font-size: 0.9em;
	text-align: center;
}

.widget_contact_form .agree-privacy input {
	margin-right: 15px;
	transform: scale(2, 2);
}

.widget_contact_form .submit-btn {
	margin-top: 10px;
}

.widget_contact_form .submit-btn input {
	display: block;
	font-family: Noto Sans JP;
	font-weight: bold;
	font-size: 1.2em;
	background-color: #73B058;
	color: #ffffff;
	border-radius: 3px;
	padding: 20px;
	max-width: 400px;
	margin: 0 auto;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}


/*テキスト挿入ウィジェット*/

body.home .widget-index-bottom.widget_contact_by_tel {
	max-width: calc(1200px + 5vw);
	padding: 0 5vw;
	margin: 30px auto;
}

body.home .widget-index-bottom.widget_contact_by_tel .main-widget-label {
	background-color: #73B058;
	color: #ffffff;
	padding: 15px;
}

body.home .widget-index-bottom.widget_contact_by_tel #contact {
	border: 2px solid #73B058;
	padding: 30px;
	text-align: center;
}

body.home .widget-index-bottom.widget_contact_by_tel strong {
	font-size: 1.5em;
}

.eye-catch {
	display: block;
	width: 100%;
}

.eye-catch img {
	display: block;
	width: 100%;
	height: 300px;
	object-fit: cover;
}

figure.wp-block-table th,
figure.wp-block-table td {
	padding: 10px;
}

figure.wp-block-table tr>td:first-child {
	background-color: rgba(115, 176, 88, 0.1);
}

figure.wp-block-table tr>td:last-child {
	background-color: #ffffff;
}

.post-type-archive-reform-business .entry-card,
.post-type-archive-how-to .entry-card {
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
	height: 100px;
	overflow: hidden;
	border-radius: 2px;
}

.post-type-archive-faq .entry-card {
	margin: 50px auto;
	height: auto;
	border: 1px solid #cccccc;
}

.post-type-archive-faq .entry-card-title {
	padding-bottom: 15px;
	border-bottom: 1px solid #cccccc;
}

.post-type-archive-faq .entry-card-content {
	margin-left: 0px;
	padding: 15px;
}

.post-type-archive-faq .entry-card-snippet {
	line-height: 1.5em;
	font-size: 0.9em;
	overflow: visible;
	max-height: initial;
}


/************************************
**  投稿
************************************/

.wp-block-columns {
	justify-content: center;
}

.wp-block-columns>.wp-block-column {
	flex-basis: auto;
	flex-grow: initial;
}

.single-blog .eye-catch img[alt="no-image"] {
	display: none;
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/


/*1023px以下*/

@media screen and (max-width: 1023px) {
	br.mb {
		display: inline;
	}

	.navi-in>ul li {
		width: calc(50% - 40px);
	}

	ger-post-navi.post-navi-square {
		flex-direction: column;
	}

	.pager-post-navi.post-navi-square a {
		width: 90%;
	}

	.pager-post-navi a.next-post {
		margin-right: 0;
		margin-left: auto;
	}

	.tagline {
		max-width: fit-content;
	}
}


/*834px以下*/

@media screen and (max-width: 834px) {
	.tagline {
		margin: 5vw auto;
		max-width: fit-content;
	}

	.logo-image {
		margin: 0 5vw 5vw 5vw;
	}

	.navi {
		margin: 50px auto;
	}

	.navi-in>.menu-header {
		display: flex;
	}

	.navi-in>ul li {
		width: 100%;
		margin: 10px;
	}

	#navi li.about {
		width: 100%;
	}

	#navi .navi-in a {}

	.widget_single_page {
		margin: 50px auto;
		padding: 5vw;
	}

	.widget_single_page .widget-page-container {
		padding: 3vw 5vw;
	}

	.widget .main-widget-label {
		font-size: 1.3em;
	}

	.sns-share.ss-top.ss-col-6 a,
	.sns-share.ss-bottom.ss-col-6 a {
		width: 16%;
		font-size: 25px;
	}

	.mobile-menu-buttons .menu-content a {
		font-size: 1.2em;
	}

	.entry-card-title {
		font-size: 0.9em;
	}
}


/* 599px以下 */

@media screen and (max-width: 599px) {
	html {
		font-size: 14px;
	}

	.widget_new_blogs .widget-entry-card,
	.post-type-archive-blog .entry-card {
		display: block;
	}

	.widget_new_blogs figure,
	.post-type-archive-blog figure {
		float: none;
		width: 100%;
		height: 50vw;
		overflow: hidden;
	}

	.widget_new_blogs figure img,
	.post-type-archive-blog figure img {
		width: 100%;
		height: 50vw;
		object-fit: cover;
	}
}


/*480px以下*/

@media screen and (max-width: 480px) {
	html {
		font-size: 12px;
	}

	br.mb {
		display: inline;
	}

	main.main {
		padding: 15px 1vw;
		margin-top: 0;
	}

	.post-type-archive-faq.no-sp-snippet .entry-card-snippet {
		display: block;
	}

	.entry-card-content {
		padding: 5px;
	}
}


/*782px以上*/

@media (min-width: 782px) {
	.wp-block-column:not(:first-child) {
		margin-left: 1em !important;
	}
}


/*edit-this*/

.edit-this,
.add-to-this,
.edit-add-this {
	position: relative;
	cursor: pointer;
	background-color: transparent;
	transition: all 0.2s;
	background-color: rgba(255, 255, 255, 0.7);
	border: 3px solid rgba(255, 2550, 255, 0.5);
	transform: scale(0.98);
}

.edit-add-this {
	cursor: inherit;
}

.edit-this:hover,
.add-to-this:hover {
	opacity: 0.8;
	transform: scale(0.99);
}

.edit-this a,
.add-to-this a,
.edit-add-this a {
	pointer-events: none;
}

.edit-this::before,
.add-to-this::before,
.edit-add-this::before {
	content: " ";
	display: block;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.5);
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99;
}

.edit-this::after,
.add-to-this::after,
.edit-this-btn,
.add-this-btn {
	display: block;
	content: "編集する";
	width: 150px;
	height: 20px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-size: 20px;
	text-shadow: none;
	text-align: center;
	line-height: 1em;
	padding: 20px;
	background-color: rgba(200, 200, 200, 0.8);
	border: 3px solid #ffffff;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 3px;
	z-index: 100;
	box-shadow: 0 1px 8px rgba(0, 0, 0, 1);
}

.edit-add-btn-box {
	height: 223px;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
	z-index: 101;
}

.edit-add-this .edit-add-btn-box {
	display: block;
}

.edit-this-btn,
.add-this-btn {
	position: initial;
	height: 66px;
	margin: 30px auto;
	cursor: pointer;
	transition: all 0.3s;
}

.edit-this-btn:hover,
.add-this-btn:hover {
	transform: scale(1.03);
	opacity: 0.7;
}

.add-to-this::after {
	content: "新規追加";
}

#wp-admin-bar-widgets {
	display: none;
}

#wp-admin-bar-menus {
	display: none;
}