/***********************
* Responsive Breakpoints
* 1025px +          PC
* 768px - 1024px    Tablet - PC
* 0px - 767px       SmartPhone
************************/

@font-face {
	font-family: "NotoSansJP";
	src: url("fonts/NotoSansJP-VariableFont_wght.woff2") format("woff2");
	src: url("fonts/NotoSansJP-VariableFont_wght.woff") format("woff");
	font-display: swap;
}

@font-face {
	font-family: "kvFont";
	src: url("fonts/NotoSerifJP-Regular.woff2") format("woff2");
	src: url("fonts/NotoSerifJP-Regular.woff") format("woff");
	font-display: optional;
}

@font-face {
	font-family: "bodyFont";
	src: url("fonts/NotoSerifJP-Regular.woff2") format("woff2");
	src: url("fonts/NotoSerifJP-Regular.woff") format("woff");
	font-display: swap;
}

@font-face {
	font-family: "bodZenMaruGothic";
	src: url("fonts/ZenMaruGothic-Medium.woff2") format("woff2");
	src: url("fonts/ZenMaruGothic-Medium.woff") format("woff");
	font-display: swap;
}

html {
	height: -webkit-fill-available;
}

body {
	font-family: "NotoSansJP", serif;
	min-height: 100vh;
}

/*********************
* common
***********************/
:root {
	--color-main: rgb(196, 13, 35);
	--color-sub: rgb(255, 244, 244);
	--color-sub2: rgb(126, 91, 69);
	--color-bg: rgb(250, 250, 250);
	--yellow: #ffea00;
	--l-yellow: rgba(255, 198, 0, 0.5);
	--p-yellow: rgba(255, 198, 0, 0.15);
	--orange: #ffc600;
	--d-orange: #eb6238;
	--d-blue: #003eba;
	--hi-red: #e52a34;
	--distance: 50px;
	--distance-s: 25px;
	--distance-l: 100px;
	--distance-xl: 150px;
	--radius: 10px;
	--radius-s: 5px;
	--radius-l: 20px;
	--radius-xl: 30px;
	--fnt-xs: 10px;
	--fnt-s: 12px;
	--fnt-m: 30px;
	--fnt-l: 36px;
	--fnt-xl: 48px;
	--fnt-copy: 30px;
	--sub-container: 1000px;
	--inner-container: 800px;
	--shadow: 0 8px 15px rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	:root {
		--distance: 35px;
		--distance-s: 20px;
		--distance-l: 65px;
		--distance-xl: 95px;
		--radius: 10px;
		--radius-s: 5px;
		--radius-l: 20px;
		--radius-xl: 30px;
		--fnt-xs: 9px;
		--fnt-s: 11px;
		--fnt-m: 24px;
		--fnt-l: 28px;
		--fnt-xl: 36px;
		--fnt-copy: 24px;
	}
}

@media screen and (max-width: 767px) {
	:root {
		--distance: 25px;
		--distance-s: 10px;
		--distance-l: 50px;
		--distance-xl: 75px;
		--radius: 7px;
		--radius-s: 3px;
		--radius-l: 15px;
		--radius-xl: 25px;
		--fnt-xs: 9px;
		--fnt-s: 11px;
		--fnt-m: 18px;
		--fnt-l: 21px;
		--fnt-xl: 29px;
		--fnt-copy: 18px;
	}
}

@media screen and (max-width:480px) {
	:root {
		--fnt-copy: 16px;
	}
}

/* svg - logo */
img[src*=".svg"] {
	width: 100%;
	height: auto;
}

#masthead .site-info a img {
	width: 100%;
	max-height: 50px;
}

#masthead .container {
	padding-left: 1rem;
}

/* Decoration  Other */
.b {
	font-weight: 900;
}

/* youtube & Google Map */
.youtube,
.gmap {
	width: 100%;
	aspect-ratio: 16 / 9;
}

.youtube iframe,
.gmap iframe {
	width: 100%;
	height: 100%;
}

/* Common */
.cb {
	clear: both;
}

.ib {
	display: inline-block;
}

.wp-block-group {
	margin: 0;
	padding: 0;
}

/* 「メディアとテキスト」ブロック余白修正 */
.wp-block-media-text>.wp-block-media-text__content {
	padding: 0;
}

.wp-block-media-text>figure:first-child+.wp-block-media-text__content {
	padding-left: 8%;
	padding-right: 0;
}

.wp-block-media-text>.wp-block-media-text__content:first-child {
	padding-right: 8%;
	padding-left: 0;
}

@media (max-width: 679px) {
	.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.wp-block-media-text>figure:first-child+.wp-block-media-text__content {
		padding-top: 8%;
	}

	.wp-block-media-text>.wp-block-media-text__content:first-child {
		padding-top: 8%;
	}
}

.home p {
	font-size: 1.2rem;
	line-height: 1.8;
}

p,
li {
	font-size: 1.1rem;
}


.sub-container {
	max-width: var(--sub-container);
}

body {
	background: url('img/sand.png') repeat;
	background-size: 250px auto;
}

#footer {
	background: transparent !important;
}

h2 {
	border-color: transparent;
}

/*ページ装飾 */

@media screen and (min-width:2000px) {

	#page #content::before,
	#page #content::after {
		display: none;
	}
}

@media screen and (max-width:1999px) {

	#page #content::before,
	#page #content::after {
		display: block;
	}
}

@media screen and (min-width:480px) {

	#page #content::before,
	#page #content::after {
		content: "";
		position: absolute;
		top: 0;
		height: 100%;
		background-size: contain;
		background-repeat: repeat-y;
		pointer-events: none;
		z-index: 99;
	}

	#page #content::before {
		left: 0;
		background-image: url('img/tree-L.png');
		background-position: left top;
	}

	#page #content::after {
		right: 0;
		background-image: url('img/tree-R.png');
		background-position: right top;
	}
}

@media screen and (min-width:480px) {

	#page #content::before,
	#page #content::after {
		width: 8%;
	}
}


/* header */
#masthead {
	background-color: transparent;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: transparent;
	z-index: 1000;
}

#masthead .site-info img {
	padding: .5rem 0;
	filter: drop-shadow(1px 0 2px rgba(255, 255, 255, 0.7)) drop-shadow(-1px 0 2px rgba(255, 255, 255, 0.7)) drop-shadow(0 1px 2px rgba(255, 255, 255, 0.7)) drop-shadow(0 -1px 2px rgba(255, 255, 255, 0.7));
}

:root {
	--header-h: 70px;
}

@media (max-width: 768px) {
	:root {
		--header-h: 50px;
	}
}

.hero {
	background: url('img/heroimg.jpg') center/cover no-repeat;
	margin-top: calc(var(--header-h)*-1);
	padding-top: var(--header-h);
	margin-bottom: 0;
}

body.admin-bar #masthead {
	top: 35px;
}

/* hero */
.hero-container {
	max-width: var(--sub-container);
	padding: 0 var(--distance);
	min-height: 480px;
}


@media screen and (max-width:480px) {
	.hero-container {
		min-height: 280px;
		padding: 0;
	}
}

.hero-container h2 {
	font-size: var(--fnt-copy);
	font-weight: 600;
	display: block;
	background: #fff;
	padding: .2rem .6em;
	line-height: 1.8;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	transform: rotate(-5deg);
	transform-origin: left center;
}

.hero-container h2:first-child {
	margin-top: var(--distance);
}

.hero-container h2:last-child {
	margin-left: .25rem !important;
}

@media screen and (max-width:480px) {

	.hero-container h2:first-child,
	.hero-container h2,
	.hero-container h2:last-child {
		margin-top: 0;
		margin-left: 1rem !important;
		margin-bottom: 1rem;
	}
}

.hero-container.is-layout-constrained h2 {
	width: fit-content;
}

.hero-container h2.brush-yellow {
	position: relative;
	background-color: #fff;
}

.hero-container h2.brush-yellow::after {
	content: "";
	position: absolute;
	left: .5rem;
	bottom: -1em;
	width: 40vw;
	height: 2rem;
	transform: rotate(3deg);
	background: url('img/brush-yellow.png') no-repeat left bottom;
	background-size: contain;
	pointer-events: none;
}

/* polaroid */
.wp-block-columns.polaroid {
	margin-top: -120px;
	margin-bottom: -60px !important;
	max-width: var(--sub-container) !important;

}

@media screen and (max-width:768px) {
	.polaroid {
		gap: 0;
		margin-top: -80px;
		margin-bottom: -80px !important;
	}
}

.polaroid img {
	width: 135px;
	max-width: 100%;
	display: inline-block;
	background: #fff;
	padding: 4% 4% 15%;
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.25);
	border: 1px solid #eee;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@media screen and (max-width:768px) {
	.polaroid img {
		width: 16vw;
	}
}

.photo1,
.photo2,
.photo3,
.photo4,
.photo5 {
	position: relative;
	z-index: 100;
}

.photo1 {
	transform: rotate(-5deg) translate(-15px, -50px);
}

.photo2 {
	transform: rotate(10deg) translate(-50px, 0px);
}

.photo3 {
	transform: rotate(-5deg) translate(-30px, -10px);
}

.photo4 {
	transform: rotate(-10deg) translate(120px, -20px);
}

@media screen and (max-width:768px) {
	.photo3 {
		transform: translate(0px, -10px);
	}

	.photo4 {
		transform: rotate(-5deg) translate(60px, -10px);
	}
}

.photo5 {
	transform: rotate(5deg) translate(40px, -30px);
}

@media screen and (max-width:480px) {
	.photo5 {
		transform: rotate(5deg) translate(30px, -30px);
	}
}

/* 2nd section */
.copy {
	text-shadow: 0 3px 2px rgba(10, 10, 60, 1);
	text-shadow: 0 3px 16px rgba(10, 10, 60, 1);
	padding-top: var(--distance);
}

.copy h2,
.copy-sub {
	text-align: center;
	color: #fff;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 0.6em;
	font-size: clamp(1.2rem, 4vw, 2.4rem);
	margin: 0;
}

.copy-y {
	color: var(--yellow);
	padding: 0 .5rem;
	font-size: clamp(2.2rem, 4.2vw, 2.8rem);
	text-shadow:
		-1px -1px 0 #fff,
		1px -1px 0 #fff,
		-1px 1px 0 #fff,
		1px 1px 0 #fff,
}

@media screen and (max-width:480px) {

	.copy,
	.copy-y {
		padding: 0;
	}
}

.target-frame {
	position: relative;
	padding: 6rem 1rem;
	margin-top: 0 !important;
	min-height: 100vh;
	overflow: hidden;
	z-index: 0;
}

@media screen and (max-width:480px) {
	.target-frame {
		padding-bottom: 1rem;
	}

}

.target-frame::after {
	content: "";
	position: absolute;
	inset: -5% 0 -5% 0;
	background: url('img/main-bg.jpg') center/cover no-repeat;
	z-index: -1;
}

.target-frame::before {
	content: "";
	position: absolute;
	inset: 0;
	background: url('img/hibiscus-flame.png') center top /100% no-repeat;
	pointer-events: none;
}

@media screen and (max-width:768px) {
	.target-frame::before {
		background: url('img/hibiscus-flame.png') center top /130% no-repeat;
	}
}

@media screen and (min-width:1600px) {
	.target-frame::before {
		background: url('img/hibiscus-flame.png') center top /1400px no-repeat;
	}
}

@media screen and (max-width:480px) {
	.target-frame::before {
		background: url('img/hibiscus-flame.png') center top /160% no-repeat;
	}
}

/* Target */

.target {
	padding: var(--distance) 0;
	max-width: 850px;
}

.target .wp-block-columns {
	column-gap: 0;
	margin: 0;
}

.target .wp-block-column {
	max-width: 500px;
}

.target h3 {
	font-weight: bold;
	display: inline-block;
	padding: 0 0.6em;
	background: linear-gradient(to top, var(--orange), var(--yellow));
	transform: translateY(2.4rem) rotate(-5deg);
	margin-left: 1rem !important;
	margin-top: -2.4rem !important;
	font-size: 1.6rem;
}

@media screen and (max-width:780px) {
	.target h3 {
		margin-left: calc((100% - 420px) / 2);
	}
}

@media screen and (max-width:480px) {
	.target h3 {
		margin: 0;
	}
}

.target img {
	width: 400px;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	object-position: center;
	display: block;
	border: 1rem solid white;
}

.target figure {
	margin: 0;
}

.target p {
	font-size: clamp(1rem, 2.4vw, 1.1rem);
	background-color: white;
	padding: 0 1rem;
	max-width: 400px;
	margin: 0 auto;
	padding: 0 1rem 1rem;
	line-height: 1.6;
	font-weight: 500;
}

/* Zumi */

.balloon {
	position: relative;
	background: linear-gradient(to top, var(--orange), var(--yellow));
	padding: 1rem;
	text-align: center;
	border-radius: 8px;
	max-width: 800px;
	margin: 0 auto;
}

.balloon::after {
	content: "";
	position: absolute;
	bottom: -48px;
	left: 50%;
	transform: translateX(-50%);
	width: 120px;
	height: 50px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 50' preserveAspectRatio='none'%3E%3Cpath d='M0,0 C54,0 56,50 60,50 C64,50 66,0 120,0 Z' fill='%23ffc600'/%3E%3C/svg%3E") no-repeat center;
	background-size: contain;
	pointer-events: none;
}

.balloon p {
	font-size: clamp(1.1rem, 3vw, 1.6rem);
	font-weight: bold;
	margin: 0;
}

.balloon p .seven {
	font-size: clamp(2.4rem, 4vw, 2.2rem);
	padding: 0 5px;
}

.balloon-illust {
	position: absolute;
	right: 1.5rem;
	top: 15%;
	width: 100px;
	height: auto;
}

@media screen and (max-width:480px) {
	.balloon-illust {
		right: -20px;
		top: -45%;
		width: 80px;

	}

	.balloon {
		padding: 1rem .5rem;
		margin-top: var(--distance-xl);
	}

}

.target-frame ul {
	margin-top: 4rem;
	background-color: rgba(255, 255, 255, .7);
	padding: 2rem 5rem 5rem 4rem;
	font-weight: bold;
	font-size: clamp(1.1rem, 3vw, 1.4rem);
	list-style: none;
	position: relative;
}

@media screen and (max-width:480px) {
	.target-frame ul {
		padding: 1rem !important;
	}
}

.target-frame li {
	margin: .5rem 0;
	position: relative;
	padding-top: .5rem;
	padding-left: 3.2em;
	line-height: 1.6;
	padding-bottom: 1rem;
}

.target-frame li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 40%;
	transform: translateY(-40%);
	width: 3rem;
	height: 3rem;
	background: url("img/zumi-icon.png") no-repeat center;
	background-size: contain;
	filter:
		drop-shadow(2px 0 0 #fff) drop-shadow(-2px 0 0 #fff) drop-shadow(0 2px 0 #fff) drop-shadow(0 -2px 0 #fff);
}

.zumi-list {
	max-width: var(--sub-container) !important;
}

.shisa {
	text-align: center;
}

.shisa img {
	position: relative;
	top: -100px;
	max-width: 1100px;
	margin-bottom: -100px !important;
}

@media screen and (min-width:789px) {

	.shisa-a-sp,
	.shisa-un-sp {
		display: none !important;
	}
}

@media screen and (max-width:768px) {
	.shisa img {
		display: none;
	}

	.shisa-a-sp {
		padding-top: 2rem;
	}
}

.plan-section {
	position: relative;
	background: url('img/sand.png') repeat;
	background-size: 200px auto;
	z-index: 0;
	padding: 1rem;
}

.bg-road {
	padding-top: 100px;
	background: url('img/bg-road.png') no-repeat center top;
	background-size: 100% auto;
	background-origin: border-box;
	z-index: -1;
	pointer-events: none;

}

.home h2:not(.hero-container *) {
	padding: 0;
	margin: 0;
}

.home .balloon:not(.hero-container *) {
	margin-top: 100px;
	margin-bottom: 50px;

}

.plan-section h3 {
	background-color: var(--l-yellow);
	display: inline-block;
	/* margin-top: 4rem !important; */
	padding: 0 2rem;

}

@media screen and (max-width:480px) {
	.plan-section p {
		padding-left: 2rem;
		margin-top: 0;
	}
}

.plan-container {
	margin-top: 3rem;
}

.plan-section table {
	border: 3px solid var(--orange);
	border-collapse: collapse;
	background-color: #fff;
	margin: 0 auto;
}

.plan-section table .archives table {
	border: none;
	border-collapse: collapse;
	background-color: #fff;
	margin: 0 auto;
}

.introduction-colmun {
	margin-top: 4rem;
}

@media screen and (max-width:1080px) {

	.plan-section table,
	.archives table,
	.plan-title {
		max-width: 90%;
		margin: 0 auto;
	}

	.introduction-colmun {
		max-width: 90%;
	}
}

.plan-section table td,
.archives table td {
	padding: .5rem;
}

.plan-section table tr:nth-child(even),
.archives table tr:nth-child(even) {
	background-color: var(--p-yellow);
}

.plan-section table tr:nth-child(odd),
.archives table tr:nth-child(odd) {
	background-color: white;
}

.plan-section table td,
.plan-section table th,
.archives table td,
.archives table th {
	border: 1px solid #ccc;
}

.plan-section table th,
.archives table th {
	text-align: center;
	background-color: var(--l-yellow)
}


.plan-section table td:first-child {
	text-align: center;
}

.plan-section .price table td:last-child {
	text-align: center;
}


@media screen and (max-width:480px) {
	.plan-section::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 150px;
		height: 100%;
		background: url('img/tree-L.png') repeat-y left top;
		background-size: contain;
		pointer-events: none;
		z-index: -99;
	}

	.plan-section::after {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		width: 160px;
		height: 100%;
		background: url('img/tree-R.png') repeat-y right top;
		background-size: contain;
		pointer-events: none;
		z-index: -99;
	}
}

@media screen and (min-width:1700px) {

	.plan-section::before,
	.plan-section::after {
		display: none;
	}
}

@media screen and (max-width:1300px) {

	.plan-section::before,
	.plan-section::after {
		width: 10vw;
	}
}

/* introduction */

.introduction-colmun {
	margin-top: var(--distance-l);
	padding-bottom: var(--distance);
	max-width: 800px;
}


@media screen and (max-width:480px) {
	.introduction-colmun p {
		padding: .8rem;
	}

	.introduction-colmun {
		padding-bottom: 0;
	}
}


/* slider */
.school-slider {
	background: url('img/sand.png') repeat;
	background-size: 200px auto;
}

.n2-section-smartslider {
	margin-block-start: 0 !important;
}

.n2-ss-slide {
	border-radius: 0 !important;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25) !important;
	overflow: visible !important;
}

.n2-ss-item-content.n2-ss-text {
	display: block !important;
	white-space: normal !important;
	word-break: break-word !important;
	max-width: 100% !important;
}

.n2-ss-slider-pipeline img {
	width: 100%;
	height: 150px !important;
	object-fit: cover;
	object-position: center;
}

.slider-caption {
	line-height: 1.6 !important;
	font-weight: 600 !important;
	letter-spacing: .08rem !important;
}

div#n2-ss-3 .n2-style-107cb0e4b96e295f0c4852cfc0854d07-heading,
div#n2-ss-4 .n2-style-107cb0e4b96e295f0c4852cfc0854d07-heading {
	background: var(--d-blue);
}

.n2-ss-slide {
	position: relative;
	margin-bottom: 8px;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	z-index: 1;
}


/* voice */

.voice-section {
	display: block;
	min-height: 100vh;
	overflow: hidden;
	background: url('img/sea.jpg') center/cover no-repeat;
}

.voice-section img {
	width: 350px;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	object-position: center;
	display: block;
	border: 1.2rem solid white;
}


.voice-section .wp-block-column {
	background-color: #fff;
	width: 350px;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}

.voice-section .wp-block-column {
	max-width: 320px;
}

.voice-colmun1,
.voice-colmun2,
.voice-colmun3,
.voice-colmun4 {
	position: relative;
	min-height: 400px;
}

.voice-colmun1 {
	z-index: 20;
}

.voice-colmun3 {
	z-index: 10;
}

.voice-colmun2 {
	z-index: 15;
}

.voice-colmun4 {
	margin-bottom: 4rem !important;
}

.voice-section p {
	padding: 0 1rem;
	font-family: "bodZenMaruGothic", serif;
}

.customer-title {
	margin-top: 0;
	text-align: center;
}

.home .customer-voice {
	font-size: 1.1rem;
	margin: .5rem 0 1rem !important;
	padding: 0 1rem 1.5rem;
	line-height: 1.5;
	letter-spacing: -.03;
}



@media screen and (min-width:1080px) {
	.voice1 {
		position: absolute;
		transform: translateX(-90%) rotate(6deg);
		top: 4rem;
	}

	.voice2 {
		position: absolute;
		transform: translateX(100%) rotate(0deg);
		top: 2rem;
	}

	.voice3 {
		position: absolute;
		transform: translateX(-10%) rotate(-3deg);
		top: -3rem;
		margin-bottom: -3rem;
	}

	.voice4 {
		position: absolute;
		transform: translateX(-90%) rotate(-3deg);
		top: -7rem;
	}

	.voice5 {
		position: absolute;
		transform: translateX(120%) rotate(3deg);
		top: -18rem;
	}

	.voice6 {
		position: absolute;
		transform: translateX(-30%) rotate(3deg);
		top: -10rem;
	}

	.voice7 {
		position: absolute;
		transform: translateX(100%) rotate(-3deg);
		top: -18rem;
	}

}

@media screen and (max-width:1079px) {
	.voice1 {
		position: absolute;
		transform: translateX(-70%) rotate(3deg);
		top: 4rem;
	}

	.voice2 {
		position: absolute;
		transform: translateX(60%) rotate(-3deg);
		top: 2rem;
	}

	.voice3 {
		position: absolute;
		transform: translateX(30%) rotate(-3deg);
		top: -2rem;
	}

	.voice4 {
		position: absolute;
		transform: translateX(-70%) rotate(0deg);
		top: -16rem;
	}

	.voice5 {
		position: absolute;
		transform: translateX(75%) rotate(0deg);
		top: -10rem;
	}

	.voice6 {
		position: absolute;
		transform: translateX(-60%) rotate(-3deg);
		top: -18rem;
	}

	.voice7 {
		position: absolute;
		transform: translateX(45%) rotate(3deg);
		top: -14rem;
	}

	.voice-colmun3 {
		z-index: 5;
	}

	.voice-colmun4 {
		z-index: 0;
	}
}

@media screen and (max-width:480px) {

	.voice1 {
		position: static;
		transform: translateX(-10%) rotate(6deg);
		margin-top: 4rem !important;
	}

	.voice2 {
		position: static;
		transform: translateX(10%) rotate(-3deg);
	}

	.voice3 {
		position: static;
		transform: translateX(-10%) rotate(0deg);
	}

	.voice4 {
		position: static;
		transform: translateX(10%) rotate(5deg);
		margin-top: -4rem !important;
	}

	.voice5 {
		position: static;
		transform: translateX(-10%) rotate(-3deg);
		margin-top: -4rem;
	}

	.voice6 {
		position: static;
		transform: translateX(15%) rotate(3deg);
		margin-top: -3rem !important;
	}

	.voice7 {
		position: static;
		transform: translateX(-15%) rotate(-3deg);
		margin-bottom: 3rem !important;
	}
}


@media screen and (max-width:380px) {

	.voice1 {
		transform: translateX(-5%) rotate(3deg);
	}

	.voice2 {
		transform: translateX(5%) rotate(-3deg);
	}

	.voice3 {
		transform: translateX(-3%) rotate(0deg);
	}

	.voice4 {
		transform: translateX(-5%) rotate(5deg);
		margin-top: 2rem !important;
	}

	.voice5 {
		transform: translateX(7%) rotate(-3deg);
	}

	.voice6 {
		transform: translateX(-3%) rotate(1deg);
	}

	.voice7 {
		transform: translateX(7%) rotate(3deg);
		margin-top: 1rem !important;

	}

}

/* 安心・信頼の理由 */
.awards-section img {
	padding: 0;

}

.awards-section p {
	font-size: 1.4rem;
	text-align: center;
}

.awards-section .wp-block-columns {
	gap: 0;
}


/* FAQ */
.faq-countainer {
	margin: 4rem 0;
}

.home .wp-block-nishiki-blocks-pro-faq {
	max-width: var(--inner-container) !important;
	overflow-wrap: anywhere;

}


/* Instagram */

.instagram-section p {
	padding: var(--distance-s) 0;
}

.instagram-section,
.instagram-gallery-feed .swiper-container {
	max-width: var(--sub-container) !important;
}

.instagram-section {
	text-align: center;
}

.instagram-gallery-feed .instagram-gallery-feed {
	background-color: white !important;
	padding: 1rem !important;
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.25);
}

.instagram-gallery-feed.instagram-gallery-feed .swiper-container .swiper-button-next,
.instagram-gallery-feed.instagram-gallery-feed .swiper-container .swiper-button-prev {
	font-weight: bold !important;
	background-color: var(--d-blue);
	padding: 3px;
}

.instagram-gallery-feed.instagram-gallery-feed .swiper-container .swiper-button-next:after,
.instagram-gallery-feed.instagram-gallery-feed .swiper-container .swiper-button-prev:after {
	font-size: 1.8rem;
	color: white;
	font-weight: bold;
}

@media screen and (max-width:480px) {
	.instagram-section {
		text-align: left;
	}
}

/* other page*/

body:not(.home) .entry {
	max-width: var(--sub-container) !important;
	margin: 0 auto;
}

body:not(.home) .entry-content,
body:not(.category-3) .archives {
	margin: var(--distance) 0 var(--distance-l);
	background-color: rgba(255, 255, 255, 0.6);
	padding: 4rem 8% !important;
}

@media screen and (max-width:768px) {

	body:not(.home) .entry-content,
	body:not(.category-3) .archives {
		margin: 1rem 0 var(--distance-l);
		padding: .5rem !important;
	}

	body:not(.home) #content {
		padding: 0 1rem;
	}
}

body:not(.home) .entry-content img,
body:not(.category-3) .archives img {
	border: #fff 10px solid;
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.25);
}

.page-header::after {
	background: url('img/main-bg.jpg') center calc(-250px) / cover no-repeat;
}

#page h1 {
	text-shadow: 0 3px 2px rgba(10, 10, 60, 1);
	text-shadow: 0 3px 16px rgba(10, 10, 60, 1);
}

body:not(.home):not(.category-3) #page h2 {
	position: relative;
	padding: .5rem 0;
	margin: 0 auto .5rem !important;
	font-size: clamp(1.2rem, 3vw, 1.6rem);
	font-weight: bold;
	background-color: var(--p-yellow);
	padding-left: 1rem;
	text-align: center;
}

@media screen and (max-width:768px) {
	body:not(.home):not(.category-3) #page h2 {
		margin-top: 1rem !important;
		padding: 1rem;
		text-align: left;
	}
}

.wp-block-custom-hgroup {
	font-weight: bold;
	text-align: center;
}

body:not(.home):not(.category-3) #page .wp-block-custom-hgroup h2 {
	background-color: var(--p-yellow);
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	width: 100%;
	box-sizing: border-box;
}

body:not(.category-3) .archives h2::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(to right, var(--orange), var(--yellow));
}

.wp-block-custom-hgroup p {
	color: var(--d-orange);
	position: relative;
	display: inline-block;
	padding: 0 1rem .5rem 1rem;
	font-size: clamp(1.1rem, 3vw, 1.25rem);
	margin-block-start: 0;
	background-color: var(--p-yellow);
	width: 100%;

}


body:not(.home) #page h3 {
	background-color: var(--l-yellow);
	margin: 2rem 0 0 !important;
	padding: 0 2rem;
}


body:not(.category-3) .archives h3 {
	font-size: clamp(1.2rem, 2vw, 1.6rem);
	background-color: transparent !important;
	margin: 5rem 0 0 !important;
	padding: 0 2rem !important;
	text-align: center;
	display: block !important;
	position: relative;
}

body:not(.category-3) .archives h3::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(to right, var(--orange), var(--yellow));
}

@media screen and (max-width:480px) {

	body:not(.home) #page h2,
	body:not(.category-3) .archives h2 {
		padding: 1rem .5rem;
		margin-top: var(--distance-xl);
	}

	.wp-block-custom-hgroup p,
	body:not(.category-3) .archives h3 {
		text-align: left;
		padding: 0 .8rem .8rem .8rem !important;
	}

}

body:not(.home) #page ul {
	background-color: white;
	border: var(--orange)double 4px;
	padding: 1rem;
	list-style-position: inside;
}

body:not(.home) #page ol ul {
	border: none;
}


body:not(.home) ol:not(.nishiki-pro-breadcrumbs-header ol) {
	background-color: white;
	border: var(--orange)double 4px;
	padding: 1rem 1rem 1rem 1.5rem;
	list-style-position: inside;
}

body:not(.home) ul li::before,
body:not(.home) li::marker {
	padding-left: 1.6rem;
	color: var(--d-orange) !important;
	font-weight: bold;
}

.archives {
	padding-top: var(--distance);
}

.archives .post-image {
	border: #fff 10px solid;
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.25);
}

.archives .post-detail {
	padding-top: .5rem;
}

.archives .excerpt {
	padding: .5rem 0;
}

@media only screen and (max-width: 680px) {
	.articles[class*=column-]:not([class*=has-]) article {
		border-bottom: 3px dotted var(--orange);
	}
}

.wp-block-nishiki-blocks-pro-faq .border {
	border: 0;
}

.wp-block-nishiki-blocks-pro-faq {
	border: 4px solid var(--l-yellow);
	padding: .5rem;
	background-color: white;
}


.wp-block-nishiki-blocks-pro-faq .type {
	background-color: var(--p-yellow);
	font-weight: bold;
	font-size: 1.4rem;
}

.type-Q {
	font-weight: bold;
}

.type-Q .type {
	color: var(--hi-red);
}

.type-A .type {
	color: var(--d-blue);
}




body {
	position: relative;
}

body::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100px;
	background: url('img/wave.png') no-repeat top;
	background-size: 100% auto;
	pointer-events: none;
}

#footer {
	padding-bottom: 80px;
}



/* Individual */

/*********************
* PC+
1025px +
***********************/
@media only screen and (min-width: 1025px) {}

/*********************
* Tablet - PC
769px - 1024px
***********************/
@media only screen and (min-width: 768px) and (max-width: 1024px) {}

/*********************
* SmartPhone
0px - 768px
***********************/
@media only screen and (max-width: 767px) {}