.page-wrap{
	width:89%;
	margin-left:140px;
}

.page-contents{
	margin:0 auto;
	width:100%;
	max-width: 900px;
	padding: 50px 30px;
	color: #212121;
}

.page-contents > #mailform{
	display: block;
}

.page-contents > #mailform input[type='text'], .page-contents > #mailform input[type='email'] {
	font-size: 16px;
	width: 300px;
	max-width: 100%;
	margin-bottom: 13px;
	box-sizing: border-box;
}

.page-contents > #mailform input, .page-contents > #mailform button {
	height: 40px;
	padding: 0 10px;
}

.page-contents > #mailform textarea {
	margin-bottom: 13px;
	padding: 2px 5px;
	width:100%;
	box-sizing: border-box;
}

.page-contents > #mailform label {
	margin-bottom: 3px;
	font-weight: bold;
	display: block;
}

.page-contents > #mailform label span {
	color: #aaa;
	margin-left: 4px;
	font-weight: normal;
}

.page-contents > #submit{
	width:200px;
}

.page-contents > #dispmsg > p{
	border: 3px solid #ffe3b3;
	background: #ffffeb;
	border-radius: 7px;
	padding: 15px;
	margin: 30px 0;
	text-align: center;
	font-weight: bold;
}

.page-contents > #dispmsg blockquote {
	margin: 30px 0;
	padding: 15px;
	background-color: #f3f3f3
}

.page-contents > #dispmsg pre {
	font-family: -apple-system,BlinkMacSystemFont,Meiryo,Verdana,
		"Helvetica Neue","Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3",sans-serif;
	line-height: 1.7;
	white-space: pre-wrap;
	background: #fafafa;
	margin: 15px 0 0;
	padding: 10px;
}

.page-contents > #dispmsg #errmsg{
	background: #fff5f5;
	border: 3px solid #fcc;
	color: #e1536a;
}

.page-contents > h1{
	margin-bottom: 30px;
	font-size: 30px;
	line-height: 1.5;
	letter-spacing:0.05em;
	color: #707070;
}

.page-contents > .wp-block-image{
	max-width: 70%;
	margin: 0 auto;
}

.page-contents > h2{
	padding-bottom: 20px;
	padding-top: 20px;
	margin-top: 20px;
	margin-bottom: 35px;
	border-bottom: 1px solid #111;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing:0.05em;
}

.page-contents > h3{
	padding: 15px 20px;
	background-color: #f8f8fa;
	letter-spacing: 1.5px;
	font-size: 18px;
	margin-bottom: 25px;
	line-height: 1.5;
	letter-spacing:0.05em;
}

.page-contents > h4{
	padding: 15px 0px;
	letter-spacing: 1.5px;
	font-size: 16px;
	margin-bottom: 25px;
	line-height: 1.5;
	letter-spacing:0.05em;
}

.page-contents > p{
	width: 100%;
	letter-spacing: 1px;
	margin-bottom: 25px;
	line-height: 2;
}

.page-contents > ol{
	padding-left: 1.3em;
	margin-left: 1.3em;
	letter-spacing: 1px;
	margin-bottom: 25px;
	line-height: 2;
}

.page-contents > ul{
	padding-left: 1.3em;
	margin-left: 1.3em;
	letter-spacing: 1px;
	margin-bottom: 25px;
	line-height: 2;
}

.page-contents > a{
	color: #f9a1d0;;
	border-bottom: 1px solid #f9a1d0;
}

blockquote {
	position: relative;
	padding: 10px 15px 10px 50px;
	box-sizing: border-box;
	font-style: italic;
	background: #f8f8fa;
	color: #555;
}

blockquote:before{
	display: inline-block;
	position: absolute;
	top: 18px;
	left: 15px;
	content: "\f10d";
	font-family: "Font Awesome 5 Free";
	color: #cfcfcf;
	font-size: 20px;
	line-height: 1;
	font-weight: 900;
}

blockquote p {
	padding: 0;
	margin: 10px 0;
	line-height: 1.7;
}

blockquote cite {
	display: block;
	text-align: right;
	color: #888888;
	font-size: 0.9em;
}

.wp-block-table table {
	border-collapse: collapse;
	border: solid 2px #f5b0d9 ;
	color:#f5b0d9;
	font-weight: bold;
}

.wp-block-table  table td {
	padding: 1.3em;
}


/*Contact Form 7カスタマイズ*/
/*スマホContact Form 7カスタマイズ*/
@media(max-width:500px){
	.inquiry th,.inquiry td {
		display:block!important;
		width:100%!important;
		border-top:none!important;
		-webkit-box-sizing:border-box!important;
		-moz-box-sizing:border-box!important;
		box-sizing:border-box!important;
	}
	.inquiry tr:first-child th{
		border-top:1px solid #d7d7d7!important;
	}
	/* 必須・任意のサイズ調整 */	
	.inquiry .haveto,.inquiry .any {	
		font-size:10px;
	}}
/*見出し欄*/
.inquiry th{
	text-align:left;
	font-size:14px;
	color:#444;
	padding:1%;
	width:30%;
	background:#f7f7f7;
	border:solid 1px #d7d7d7;
	line-height: 2;
}
/*通常欄*/
.inquiry td{
	font-size:13px;
	border:solid 1px #d7d7d7;	
	vertical-align: middle;
	padding: 2%;
}
/*横の行とテーブル全体*/
.entry-content .inquiry tr,.entry-content table{
	border:solid 1px #d7d7d7;	
}
/*必須の調整*/
.haveto{
	font-size:7px;
	padding:5px;
	background:#ff9393;
	color:#fff;
	border-radius:2px;
	margin-right:5px;
	position:relative;
	bottom:1px;
}
/*任意の調整*/
.any{
	font-size:7px;
	padding:5px;
	background:#93c9ff;
	color:#fff;
	border-radius:2px;
	margin-right:5px;
	position:relative;
	bottom:1px;
}
/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item{
	display:block;
}
/*送信ボタンのデザイン変更*/
#formbtn{
	display: block;
	padding:15px;
	width:350px;
	background:#f5b0d9;
	color:#fff;
	font-size:18px;
	font-weight:bold;	 
	border-radius:2px;
	margin:25px auto 0;
	border:2px solid #f5b0d9;
}
/*送信ボタンマウスホバー時*/
#formbtn:hover{
	background:#fff;
	color:#f5b0d9;

}
.inquiry .birthday{
	display: flex;
}
.inquiry .birthday select {
	margin: 0 10px;
}

table.inquiry span {
	vertical-align: middle;
}

.inquiry textarea{
	width: 96%;
	margin: 2%;
}

.inquiry{
	margin-bottom:15px;
}

.wp-block-columns h4{
	padding: 15px 0px;
	letter-spacing: 1.5px;
	font-size: 18px;
	line-height: 1.5;
	letter-spacing:0.05em;
	margin-top: 15px;
}

.wp-block-columns p{
	letter-spacing: 1px;
	line-height: 1.7;
	color:#707070;
}

.wp-block-media-text{
	margin-bottom:25px;
}

.wp-block-media-text__content p{
	letter-spacing: 1px;
	line-height: 1.7;
	color: #707070;
	margin-bottom: 25px;
}

.wp-block-media-text__media img{
	border-radius: 10px;
}

.flexcard{
	padding:15px;
	display:flex;
	align-items: center;
}

.download{
	width:400px;
	height:auto;
	margin:0 15px;
	text-align:center;
}

.download a{
	text-decoration:none;
}

.download p{
	letter-spacing: 1px;
	line-height: 1.7;
	color:#707070;
}

.dlb{
	color: #fff;
	text-align: center;
	margin: 0 auto;
	padding: 15px;
	width: fit-content;
	width: -moz-fit-content;
	margin-top: 15px;
	background-color: #f5b0d9;
	border-radius: 5px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.deco01{
	width: 70%!important;
	margin: 0 auto;
	position: relative;
	padding: 3%;
	background: #e6f2e6;
	border-radius: 30px;
}

.deco01:before{
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
	content: "\f111";
	position: absolute;
	font-size: 15px;
	left: -40px;
	bottom: 0;
	color: #e6f2e6;
}

.deco01:after{
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
	content: "\f111";
	position: absolute;
	font-size: 23px;
	left: -23px;
	bottom: 0;
	color: #e6f2e6;
}

.deco01 p {
	margin: 0; 
	padding: 0;
}

.deco02{
	color: #fff;
	background: #f5b0d9 !important;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}

.deco03{
	padding: 1.5em 1em;
	margin: 1em 0;
	background: #e6f2e6;
	border-left: solid 6px #c5e2c4;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
}
.deco03 p {
	margin: 0; 
	padding: 0;
}

.deco04{
	display: table;
	position: relative;
	height: 60px;
	line-height: 60px;
	text-align: center;
	padding: 0 40px 0 18px;
	font-size: 18px;
	background: #81c57f;
	color: #FFF;
	box-sizing: border-box;
	margin: 15px auto;
}

.deco04:after {
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	z-index: 1;
}

.deco04:after {
	top: 0;
	right: 0;
	border-width: 30px 15px 30px 0px;
	border-color: transparent #fff transparent transparent;
	border-style: solid;
}

.page-contents p a{
	text-decoration-line: underline;
	color: #e883b9;
}


.deco05 {
	position: relative;
	padding:0.25em 1em;
}
.deco05:before,.deco05:after{ 
	content:'';
	width: 20px;
	height: 30px;
	position: absolute;
	display: inline-block;
}
.deco05:before{
	border-left: solid 1px #f5b0d9;
	border-top: solid 1px #f5b0d9;
	top:0;
	left: 0;
}
.deco05:after{
	border-right: solid 1px #f5b0d9;
	border-bottom: solid 1px #f5b0d9;
	bottom:0;
	right: 0;
}
.deco05 p {
	margin: 0; 
	padding: 0;
}

.wp-block-image figcaption{
	margin-top: 1.5em !important;
	margin-bottom: 1em !important;
	font-size: 1em;
	color: #656565;
	line-height: 2;
}

.pagination {
	clear: both;
	padding: 20px 0;
	position: relative;
	font-size: 14px;
	line-height: 1em;
	text-align: center;
}
.pagination-box {
	display: inline-block;
}
.pagination span, .pagination a {
	margin: 5px 10px 5px 0;
	padding: 10px 14px 10px 14px;
	color: #fff;
	background: #9ad098;
	border-radius: 3%;
}
.pagination span.page-of {
	background: none;
	color: #47BEA0;
}
.pagination a:hover{
	color: #ffffff;
	background: #f5b0d9;
}
.pagination .current{
	padding: 10px 14px 10px 14px;
	color: #ffffff;
	background: #f5b0d9;
}
@media only screen and (max-width: 413px) {
	.pagination {
		font-size: 12px;
		line-height: 12px;
	}
	.pagination span, .pagination a {
		padding: 7px 10px 7px 10px;
	}
	.pagination .current{
		padding: 7px 10px 7px 10px;
	}
}

/*   スマホ用CSS   */
@media screen and (max-width: 1239px) {
	.page-wrap{
		width: 100%;
		margin-left: 0;
	}

	.page-contents{
		padding: 100px 20px;
	}

	.wp-block-column{
/* 		margin-bottom: 50px; */
		/*今日はここまで。明日はこれによってどう変化するかチェック*/
		
	}

	.wp-block-columns p{
		margin-bottom: 30px;
	}

	.inquiry{
		width: 100%;
	}

	.wpcf7-form  p{
		line-height: 2;
	}

	#formbtn{
		padding: 0; 
		width: 100%;
	}
	
	.post-relation > ul > .post-relation-item{
		overflow: scroll;
		text-overflow: clip;
		white-space: nowrap;
		font-size: 15px;
	}
	
	.page-contents > h1{
		font-size: 20px;
		padding: 0 3%;
	}
	
	.deco01{
	width: 80%!important;
	}
	
	

	
}

