/*
 * CSS for the Block editor.
 *
 * @Afetiria
 */

.editor-styles-wrapper {
	background: #eaeaea;
}

.editor-styles-wrapper .is-root-container {
	background: #fff;
	border: solid 0.1rem #dadada;
	font-family: Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-weight: normal;
	padding: 3.0rem 0;
}

.editor-styles-wrapper .is-root-container h1.has-background,
.editor-styles-wrapper .is-root-container h2.has-background,
.editor-styles-wrapper .is-root-container h3.has-background,
.editor-styles-wrapper .is-root-container h4.has-background,
.editor-styles-wrapper .is-root-container h5.has-background,
.editor-styles-wrapper .is-root-container h6.has-background {
	padding: 0.3rem 1.5rem;
}

.editor-styles-wrapper .is-root-container .left {
	text-align: left !important;
}

.editor-styles-wrapper .is-root-container .center {
	text-align: center !important;
}

.editor-styles-wrapper .is-root-container .right {
	text-align: right !important;
}

.editor-styles-wrapper .is-root-container .mb-normal {
	margin-bottom: 8.0rem !important;
}

.editor-styles-wrapper .is-root-container .mt-normal {
	margin-top: 8.0rem !important;
}

.editor-styles-wrapper .is-root-container .pd-normal {
	padding: 4.0rem !important;
}

.editor-styles-wrapper .is-root-container .bg-wood {
	background-image: url("../images/bg_wood.png");
	background-repeat: repeat;
}

.editor-styles-wrapper .is-root-container .mini {
	font-size: 70% !important;
}

.editor-styles-wrapper .is-root-container .has-large-font-size {
	font-size: 2.4rem !important;
}

.editor-styles-wrapper .is-root-container .has-medium-font-size {
	font-size: 2.0rem !important;
}

.editor-styles-wrapper .is-root-container .has-small-font-size {
	font-size: 1.8rem !important;
}

.editor-styles-wrapper .is-root-container .wp-block-button__link {
	border-radius: 0;
}

.editor-styles-wrapper .is-root-container .wp-block-list li {
	margin-bottom: 0.8rem;
}

.editor-styles-wrapper .is-root-container .wp-block-buttons.large-button .wp-block-button__link {
	font-size: 1.8rem !important;
}

.editor-styles-wrapper .is-root-container .wp-block-list.policy {
	border: solid 0.1rem #dadada;
	padding: 3.0rem;
}


