@charset "utf-8";
/* CSS Document */
/*====================================
editor-styles
====================================*/
/* color
--------------------------------------*/
.editor-styles-wrapper .has-black-color{ color: #000; }
.editor-styles-wrapper .has-cyan-bluish-gray-color{ color: #abb8c3; }
.editor-styles-wrapper .has-white-color{ color: #fff; }
.editor-styles-wrapper .has-pale-pink-color{ color: #f78da7; }
.editor-styles-wrapper .has-vivid-red-color{ color: #cf2e2e; }
.editor-styles-wrapper .has-luminous-vivid-orange-color{ color: #ff6900; }
.editor-styles-wrapper .has-luminous-vivid-amber-color{ color: #fcb900; }
.editor-styles-wrapper .has-light-green-cyan-color{ color: #7bdcb5; }
.editor-styles-wrapper .has-vivid-green-cyan-color{ color: #00d084; }
.editor-styles-wrapper .has-pale-cyan-blue-color{ color: #8ed1fc; }
.editor-styles-wrapper .has-vivid-cyan-blue-color{ color: #0693e3; }
.editor-styles-wrapper .has-vivid-purple-color{ color: #9b51e0; }


/* wp class
--------------------------------------*/
/* 既存style上書き */
.editor-styles-wrapper a:not([class]){
	text-decoration: underline;
	color: #80B9A8;
}
.editor-styles-wrapper h2{
	background-color: #F5F5F5;
	padding: 1.6rem 2.2rem;
	font-size: 1.8rem;
	line-height: 1.5;
	margin-bottom: 2rem;
}
.editor-styles-wrapper h2:not(:first-child){
	margin-top: 5rem;
}
.editor-styles-wrapper h3{
	font-size: 1.8rem;
	line-height: 1.5;
	padding-bottom: 1rem;
	padding-left: 0.8rem;
	border-bottom: 1px solid #707070;
	margin-bottom: 2rem;
	position: relative;
}
.editor-styles-wrapper h3:before{
	content: '';
	display: block;
	position: absolute;
	pointer-events: none;
	width: 0.3rem;
	height: calc(100% - 1.3rem);
	top: 0;
	left: 0;
	background-color: #727171;
}
.editor-styles-wrapper h3:not(:first-child){
	margin-top: 5rem;
}

.editor-styles-wrapper .wp-element-button{
	border-radius: 0;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	min-height: 8rem;
	padding: 1rem 4.5rem;
	font-size: 1.6rem;
	letter-spacing: 0.03em;
	line-height: 1.69;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #000;
	color: #fff;
	border: 1px solid #000;
}
.editor-styles-wrapper .is-style-outline .wp-element-button{
	background: transparent;
}

@media print,screen and (min-width: 600px) {
	.editor-styles-wrapper h2{
		margin-bottom: 3rem;
	}
	.editor-styles-wrapper h2:not(:first-child){
		margin-top: 6rem;
	}
	.editor-styles-wrapper h3{
		margin-bottom: 3rem;
	}
	.editor-styles-wrapper h3:not(:first-child){
		margin-top: 6rem;
	}

	.editor-styles-wrapper .wp-element-button{
		min-width: 33.5rem;
	}
}


/* サイト表示用 */
.single-content.editor-styles-wrapper{
	overflow-wrap: break-word;
	word-wrap: break-word;
}
.single-content.editor-styles-wrapper p:not(:last-child){
	margin-bottom: 0.9em;
}
.single-content.editor-styles-wrapper p:not(:first-child){
	margin-top: 0.9em;
}
.single-content.editor-styles-wrapper img{
	width: auto;
	max-width: 100%;
	height: auto;
}
.single-content.editor-styles-wrapper figure{
	margin: 0;
}
.single-content.editor-styles-wrapper .wp-block-image figcaption{
	text-align: center;
}

.single-content.editor-styles-wrapper .wp-block-image:not(:first-child),
.single-content.editor-styles-wrapper .wp-block-gallery:not(:first-child),
.single-content.editor-styles-wrapper .wp-block-columns:not(:first-child){
	margin-top: 8rem;
}
.single-content.editor-styles-wrapper .wp-block-image:not(:first-child),
.single-content.editor-styles-wrapper .wp-block-gallery:not(:first-child),
.single-content.editor-styles-wrapper .wp-block-columns:not(:first-child){
	margin-top: 2.125em;
}
.single-content.editor-styles-wrapper .wp-block-gallery .wp-block-image:not(:first-child){
	margin-top: 0;
}

.single-content.editor-styles-wrapper h2 + .wp-block-image,
.single-content.editor-styles-wrapper h2 + .wp-block-gallery,
.single-content.editor-styles-wrapper h2 + .wp-block-columns,
.single-content.editor-styles-wrapper h3 + .wp-block-image,
.single-content.editor-styles-wrapper h3 + .wp-block-gallery,
.single-content.editor-styles-wrapper h3 + .wp-block-columns{
	margin-top: 0 !important;
}

.single-content.editor-styles-wrapper .wp-block-buttons:not(:first-child){
	margin-top: 2rem;
}
.single-content.editor-styles-wrapper .wp-block-buttons:not(:last-child){
	margin-bottom: 4rem;
}
.single-content.editor-styles-wrapper .wp-element-button .arrow--right{
	position: absolute;
	z-index: 2;
	pointer-events: none;
	top: calc((100% - 2.4rem) / 2);
	right: 2rem;
}
.single-content.editor-styles-wrapper .wp-element-button .arrow--right:before,
.single-content.editor-styles-wrapper .wp-element-button .arrow--right .inner:before,
.single-content.editor-styles-wrapper .wp-element-button .arrow--right .inner:after{
	background-color: #fff;
}
.single-content.editor-styles-wrapper .is-style-outline .wp-element-button .arrow--right:before,
.single-content.editor-styles-wrapper .is-style-outline .wp-element-button .arrow--right .inner:before,
.single-content.editor-styles-wrapper .is-style-outline .wp-element-button .arrow--right .inner:after{
	background-color: #000;
}

@media print,screen and (max-width: 599px) {
	.single-content.editor-styles-wrapper .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image){
		width: 100%;
	}
	.single-content.editor-styles-wrapper .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image):not(:last-child){
		margin-bottom: 5rem;
	}
	.single-content.editor-styles-wrapper .wp-block-column:not(:first-child){
		margin-top: 2rem;
	}

	.single-content.editor-styles-wrapper .wp-block-button{
		width: 100%;
	}
	.single-content.editor-styles-wrapper .wp-block-buttons .wp-block-button:not(:first-child){
		margin-top: 2rem;
	}
}

@media print,screen and (min-width: 600px) {
	.single-content.editor-styles-wrapper .wp-block-image:not(:first-child){
		margin-top: 10rem;
	}

	.single-content.editor-styles-wrapper .wp-block-gallery{
		display: flex;
	}
	.single-content.editor-styles-wrapper .wp-block-gallery > *{
		margin: 0;
	}
	.single-content.editor-styles-wrapper .wp-block-gallery:not(:first-child){
		margin-top: 10rem;
	}

	.single-content.editor-styles-wrapper .wp-block-columns:not(:first-child){
		margin-top: 10rem;
	}
	.single-content.editor-styles-wrapper .wp-block-column:not(:last-child){
		margin-right: 7rem;
	}

	.single-content.editor-styles-wrapper .wp-block-buttons.is-layout-flex{
		display: flex;
	}
	.single-content.editor-styles-wrapper .wp-block-buttons.is-content-justification-center{
		justify-content: center;
	}
	.single-content.editor-styles-wrapper .wp-block-buttons:not(:first-child){
		margin-top: 4rem;
	}
	.single-content.editor-styles-wrapper .wp-block-buttons:not(:last-child){
		margin-bottom: 6rem;
	}
	.editor-styles-wrapper .wp-element-button{
		transition: background .3s ease, color .3s ease;
	}
	.single-content.editor-styles-wrapper .wp-block-buttons .wp-block-button:not(:first-child){
		margin-left: 4rem;
	}
	.single-content.editor-styles-wrapper .wp-element-button:hover{
		background: transparent;
		color: #000;
	}
	.single-content.editor-styles-wrapper .is-style-outline .wp-element-button:hover{
		background-color: #000;
		color: #fff;
	}
}


/* 管理画面表示用 */
.editor-styles-wrapper .block-editor-block-list__layout{
	letter-spacing: 0.1em;
}
.editor-styles-wrapper .block-editor-block-list__layout .wp-element-button{
	padding: 10px 20px;
	min-height: 80px;
	min-width: 335px;
	font-size: 16px;
}
.editor-styles-wrapper .block-editor-block-list__layout h2{
	font-size: 18px;
	padding: 16px 22px;
	margin-bottom: 30px;
}
.editor-styles-wrapper .block-editor-block-list__layout h2:not(:first-child){
	margin-top: 60px;
}
.editor-styles-wrapper .block-editor-block-list__layout h3{
	font-size: 18px;
	padding-bottom: 10px;
	padding-left: 8px;
	margin-bottom: 30px;
}
.editor-styles-wrapper .block-editor-block-list__layout h3:not(:first-child){
	margin-top: 60px;
}

.editor-styles-wrapper .block-editor-block-list__layout .txt--u{
	text-decoration: underline;
}

.editor-styles-wrapper .block-editor-block-list__layout .wp-element-button{
	border-width: 1px !important;
}

/* カスタムHTML
--------------------------------------*/
.editor-styles-wrapper .box--border{
	box-sizing: border-box;
	border: 1px solid #DEDEDE;
	padding: 3rem;
}
.editor-styles-wrapper .box--border:not(:first-child){
	margin-top: 4rem;
}
.editor-styles-wrapper .box--border:not(:last-child){
	margin-bottom: 4rem;
}

@media print,screen and (min-width: 600px) {
	.editor-styles-wrapper .box--border{
		padding: 4rem;
	}
	.editor-styles-wrapper .box--border:not(:first-child){
		margin-top: 6rem;
	}
	.editor-styles-wrapper .box--border:not(:last-child){
		margin-bottom: 6rem;
	}
}

/* 管理画面表示用 */
.editor-styles-wrapper .block-editor-block-list__layout .box--border{
	padding: 40px;
}
.editor-styles-wrapper .block-editor-block-list__layout .box--border:not(:first-child){
	margin-top: 60px;
}
.editor-styles-wrapper .block-editor-block-list__layout .box--border:not(:last-child){
	margin-bottom: 60px;
}