@charset "utf-8";
/*
Block用のCSS
*/

/* ◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
（メモ）ブロック開発用の記述です
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆ */
body {
	position: relative;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
テーブル
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.wp-block-table {
	font-size: 1.6rem;
}
.wp-block-table table img {
	max-width: 100%;
	height: auto;
}
.wp-block-table table th,
.wp-block-table table td {
	border: 1px solid;
	padding: 1.25vw;
}

.wp-block-button a {
	text-decoration: none;
}

.wp-block-gallery.has-nested-images,
.wp-block-gallery.is-layout-flex,
.wp-block-gallery.wp-block-gallery-is-layout-flex {
	display: grid !important;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 16px !important;
}

.wp-block-gallery.has-nested-images.columns-default,
.wp-block-gallery.is-layout-flex.columns-default,
.wp-block-gallery.wp-block-gallery-is-layout-flex.columns-default {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wp-block-gallery.has-nested-images.columns-2,
.wp-block-gallery.is-layout-flex.columns-2,
.wp-block-gallery.wp-block-gallery-is-layout-flex.columns-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wp-block-gallery.has-nested-images.columns-3,
.wp-block-gallery.is-layout-flex.columns-3,
.wp-block-gallery.wp-block-gallery-is-layout-flex.columns-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wp-block-gallery.has-nested-images.columns-4,
.wp-block-gallery.is-layout-flex.columns-4,
.wp-block-gallery.wp-block-gallery-is-layout-flex.columns-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.wp-block-gallery.has-nested-images.columns-5,
.wp-block-gallery.is-layout-flex.columns-5,
.wp-block-gallery.wp-block-gallery-is-layout-flex.columns-5 {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.wp-block-gallery.has-nested-images .wp-block-image,
.wp-block-gallery.is-layout-flex .wp-block-image,
.wp-block-gallery.wp-block-gallery-is-layout-flex .wp-block-image,
.wp-block-gallery.has-nested-images .blocks-gallery-item,
.wp-block-gallery.is-layout-flex .blocks-gallery-item,
.wp-block-gallery.wp-block-gallery-is-layout-flex .blocks-gallery-item {
	width: auto !important;
	margin: 0 !important;
}

.wp-block-gallery.has-nested-images img,
.wp-block-gallery.is-layout-flex img,
.wp-block-gallery.wp-block-gallery-is-layout-flex img {
	display: block;
	width: 100% !important;
	height: auto !important;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
YouTube
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.is-provider-youtube {
	width: 100%;
	height: auto;
}
.is-type-video .wp-block-embed__wrapper,
.is-provider-youtube .wp-block-embed__wrapper {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
}
.is-provider-youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
ブログカード
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.wp-embedded-content {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 500px;
}

/*
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
*/

/*WTT*/
@media screen and (min-width: 641px) and (max-width: 959px) {
	/*ここから*/
	/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
テーブル
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
	.wp-block-table table th,
	.wp-block-table table td {
		padding: 1.25vw;
	}

	/*ここまで*/
}

/*
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
*/

/*WT*/
@media screen and (min-width: 960px) and (max-width: 1279px) {
	/*ここから*/
	/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
テーブル
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
	.wp-block-table table th,
	.wp-block-table table td {
		padding: 8px;
	}

	/*ここまで*/
}

/*
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
*/

/*WPC*/
@media only screen and (min-width: 1280px) {
	/*ここから*/
	.wp-block-table table th,
	.wp-block-table table td {
		padding: 8px;
	}

	/*ここまで*/
}
