/* 共通 */

html {
	font-size: 25px;
}

body {
	min-height: 100vh;
	font-size: 18px;
	background-image: url("../images/bg_body.png");
	background-position: center top;
	background-repeat: repeat-y;
	background-size: 100%;
	min-height: 100vh;
}

.wrap {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	width: 90%;
}

.pc_off {
	display: none !important;
}

a {
	display: inline-block;
}

#main {
	padding: 100px 0 50px 0;
}

#main h2 {
	text-align: center;
}

#main p {
	text-align: center;
}

#main p:nth-child(2) {
	margin-top: 50px;
	margin-bottom: 64px;
}

.mt_64 {
	margin-top: 64px;
}

.mt_128 {
	margin-top: 128px;
}

/* sec1 */
#contents01 {
	margin-bottom: 128px;
}

#contents01 h3 {
	width: 50%;
	max-width: 460px;
	margin: 0 auto 64px;
	text-align: center;
}

#contents01 h4 {
	margin-bottom: 32px;
	text-align: center;
}

#contents01 .text {
	margin-bottom: 64px;
	text-align: center;
	line-height: 2.5;
}

#contents01 .text b {
	font-size: 1.25rem;
	font-weight: 600;
}

#contents01 .text b.atten {
	font-size: 1.1em;
	font-weight: 600;
	color: #eb1c24;
}

#contents01 .text b i {
	text-decoration: none;
	color: #00a3ce;
	font-weight: 600;
}

#contents01 .link {
	margin-bottom: 64px;
}

#contents01 .link li {
	margin-bottom: 25px;
}

#contents01 .link li:last-child {
	margin-bottom: 0;
}

#contents01 .link li a {
	display: block;
	border-radius: 10px;
	padding: 25px;
	text-align: center;
	font-size: 1.25rem;
	font-weight: 600;
	background-image: url("../images/icon_right.png");
	background-position: right 25px center;
	background-repeat: no-repeat;
	background-color: #fff;
	box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.1),
		5px 5px 5px 0px rgba(10, 10, 10, 0.02);
}

/* sec2 */
#contents02 {
	margin-bottom: 128px;
}

#contents02 h3 {
	text-align: center;
	margin-bottom: 64px;
}

#contents02 .link {
	margin-top: 64px;
}

#contents02 .link li {
	margin-bottom: 25px;
}

#contents02 .link li:last-child {
	margin-bottom: 0;
}

#contents02 .link li a {
	display: block;
	border-radius: 10px;
	padding: 25px;
	text-align: center;
	font-size: 1.25rem;
	line-height: 1.2;
	font-weight: 600;
	background-image: url("../images/icon_right.png");
	background-position: right 25px center;
	background-repeat: no-repeat;
	background-color: #fcf8de;
	box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.1),
		5px 5px 5px 0px rgba(10, 10, 10, 0.02);
}

#contents02 .link li a.border {
	background-color: transparent;
	position: relative;
	z-index: 1;
}

#contents02 .link li a.border::before {
	content: "";
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	background: #fff;
	z-index: -1;
}

#contents02 .link li a.border::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 10px;
	background: repeating-linear-gradient(
		-45deg,
		#fff,
		#fff 7px,
		#ef8337 0,
		#ef8337 14px
	);
	z-index: -2;
}

#contents02 .link li a span {
	font-size: 0.7rem;
}

#contents02 .link li a.grad {
	background: rgb(249, 136, 157);
	background: linear-gradient(
		90deg,
		rgba(249, 136, 157, 1) 0%,
		rgba(249, 75, 90, 1) 65%
	);
	border-radius: 50px;
	color: #fff;
	position: relative;
	line-height: 1.6;
}

#contents02 .link li a.grad::after {
	content: "";
	position: absolute;
	right: 25px;
	top: 0;
	bottom: 0;
	left: inherit;
	margin: auto 0;
	background-color: transparent;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	display: block;
	width: 18px;
	height: 18px;
	transform: rotateZ(45deg);
}

#contents02 .link li a .nopc {
	display: none;
}

#contents02 .schedule {
	margin-top: 64px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#contents02 .schedule::after {
	content: none;
}

#contents02 .schedule li {
	width: 48%;
	max-width: 460px;
}

#contents02 .schedule li:nth-child(2) {
	margin-top: 20%;
}

#contents02 .schedule li:nth-child(3) {
	margin-top: -5%;
}

#contents02 .schedule li:nth-child(4) {
	margin-top: 15%;
}

#contents02 .schedule li a {
	transition: 0.3s;
}

#contents02 .schedule li a:hover {
	transform: translateY(-7%);
}

#contents02 h4 {
	text-align: center;
}

#contents02 .block-wrap {
	border: 8px solid #ef8337;
	background-color: #fff;
	border-radius: 20px;
	padding: 16px 32px;
	margin-top: 64px;
	box-shadow: 5px 5px 10px 0px rgb(0 0 0 / 20%);
}

#contents02 .block-wrap .link {
	margin-top: 0;
}

/* sec3 */
#contents03 {
	margin-bottom: 128px;
}

#contents03 h3 {
	text-align: center;
	margin-bottom: 64px;
}

#contents03 .plan {
	display: flex;
	justify-content: space-between;
}

#contents03 .plan::after {
	content: none;
}

#contents03 .plan li {
	width: 48%;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.1),
		5px 5px 5px 0px rgba(10, 10, 10, 0.02);
}

#contents03 .plan li:nth-child(3n) {
	margin-right: 0;
}

#contents03 .plan .image img {
	border-radius: 10px 10px 0 0;
}

#contents03 .plan h4 {
	padding: 20px 0 10px 0;
	text-align: center;
	font-size: 178%;
	color: #ef8337;
	font-weight: 600;
}

#contents03 .plan .text {
	line-height: 1.5;
	text-align: center;
	padding: 10px;
}

#contents03 .plan .btn {
	text-align: center;
	padding: 10px 0 20px 0;
}

/* sec4 */
#contents04 {
	margin-bottom: 80px;
}

#contents04 h3 {
	text-align: center;
	margin-bottom: 64px;
}

#contents04 .message {
	display: flex;
	justify-content: space-between;
}

#contents04 .message::after {
	content: none;
}

#contents04 .message li {
	width: 46%;
	height: 330px;
	background-image: url("../images/bg_sec3a.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding-bottom: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#contents04 .message li:nth-child(2n) {
	background-image: url("../images/bg_sec3b.png");
}

#contents04 .message li:nth-child(1) h4 {
	text-align: center;
	margin-bottom: 25px;
}

#contents04 .message li:nth-child(1) .sns {
	text-align: center;
	display: flex;
	justify-content: center;
}

#contents04 .message li:nth-child(1) .sns a {
	padding: 0 25px;
	vertical-align: bottom;
}

#contents04 .message li:nth-child(2) h4 {
	width: 86%;
	text-align: center;
	margin: 0 8% 25px 6%;
}

#contents04 .message li:nth-child(2) .btn {
	width: 86%;
	text-align: center;
	margin: 0 8% 0 6%;
}

#contents04 .character {
	width: 100%;
	max-width: 760px;
	text-align: center;
	margin: 0 auto;
}

#contents05 {
	margin-bottom: 128px;
}

#contents05 .contact {
	width: 80%;
	max-width: 600px;
	padding: 25px;
	background-color: #fff;
	border-radius: 20px;
	border: 4px solid #0071ba;
	margin: 0 auto;
	text-align: center;
}

#contents05 .contact h3 {
	text-align: center;
	font-size: 178%;
	font-weight: bold;
	color: #0071ba;
	margin-bottom: 0.5em;
}

#contents05 .contact p {
	line-height: 1.8;
	display: block; /* pタグをブロック要素に */
	text-align: left; /* 左揃え */
	margin: 0 auto; /* ブロック要素全体を中央寄せ */
	width: 100%; /* 幅を親要素いっぱいにする */
	max-width: 380px; /* 必要に応じて最大幅を設定 */
}

#contents05 .link {
	margin-top: 64px;
}

#contents05 .link li a {
	display: block;
	border-radius: 10px;
	padding: 25px;
	text-align: center;
	font-size: 1.25rem;
	font-weight: 600;
	background-image: url("../images/icon_right.png");
	background-position: right 25px center;
	background-repeat: no-repeat;
	background-color: #fcf8de;
	box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.1),
		5px 5px 5px 0px rgba(10, 10, 10, 0.02);
}

/* footer */
footer {
	padding: 50px 0;
	text-align: center;
}

/* 下層ページ */
.inner {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.1),
		5px 5px 5px 0px rgba(10, 10, 10, 0.02);
	padding: 24px;
}

.inner .title {
	padding: 16px 0;
}

.inner .title h1 {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.5;
	color: #ef8337;
	padding: 0.5em 0;
	border-top: 1px solid #ef8337;
	border-bottom: 1px solid #ef8337;
}

.inner .content {
	width: 80%;
	max-width: 740px;
	margin: 0 auto;
	padding: 48px 0;
}

.inner .content h2 {
	font-weight: bold;
	font-size: 32px;
	color: #ef8337;
	margin-bottom: 1em;
	line-height: 1.5;
}

#contents01 .inner .content h3 {
	font-size: 22px;
	margin: 0 auto 30px;
	background-color: #ef8337;
	color: #fff;
	padding: 0.1em 1em;
	border-radius: 50px;
	line-height: 1.5;
	width: fit-content;
}

#contents01 .inner .content *:not(h2) + *:not(li):not(.wp-block-columns) {
	margin-top: 20px;
	line-height: 1.8;
}

#contents01 .inner .content h4 {
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 1em;
	line-height: 1.5;
}

.inner .content ul li {
	margin-left: 1.6em;
	list-style: disc;
	line-height: 1.8;
}

.wp-block-custom-section .wp-block-columns:not(:first-child) {
	padding-top: 64px;
}

.inner .content .is-style-content-space-between {
	display: flex;
	justify-content: space-between;
}

#contents01 .inner .content .is-style-content-space-between > .wp-block-column {
	margin: 0;
}

.inner .content p {
	line-height: 1.8;
	letter-spacing: 0.05rem;
}

.inner .content * + p {
	margin-top: 0.5em;
}

.inner .content a {
	color: #c81849;
	font-weight: bold;
	text-decoration: underline;
}

.inner .content a:hover {
	text-decoration: none;
}

.inner .content .has-text-align-center {
	text-align: center;
}

.inner .content .has-text-align-right {
	text-align: right;
}

.inner .content strong {
	font-weight: bold;
	font-size: 1em;
}

#contents01 .inner .content .sec_live h2.is-style-side-line-h {
	border-left: 5px solid #ef8337;
	padding-left: 0.5em;
	color: #000;
}

#contents01 .inner .content .sec_live h2.is-style-side-line-h + .profile {
	padding-top: 0;
}

#contents01 .inner .content .sec_live .profile h3 {
	display: block;
	width: 100%;
	text-align: center;
}

#contents01 .inner .content .sec_live .profile .is-style-content-space-between {
	padding-top: 0;
	align-items: center;
}

#contents01
	.inner
	.content
	.sec_live
	.profile
	.is-style-content-space-between
	> .wp-block-column:nth-child(1) {
	width: 58%;
}

#contents01
	.inner
	.content
	.sec_live
	.profile
	.is-style-content-space-between
	> .wp-block-column:nth-child(2) {
	width: 38%;
}

/* ご挨拶ページスタイル */
figure.profile_img {
	text-align: right;
	margin: 0 0 20px auto;
}

figure.profile_img img {
	max-width: 150px;
}

p.profile_name {
	font-size: 16px;
	font-weight: 600;
}
