/*
Theme Name: FOREST - MOSS
Version: 1.0
Theme URL: https://moss-naoki.com/
Author: Naoki Murata
*/

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

/*要素のフォントサイズやマージン・パディングをリセットしています*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

/*行の高さをフォントサイズと同じにしています*/
body {
	line-height:1;
}

/*新規追加要素のデフォルトはすべてインライン要素になっているので、section要素などをブロック要素へ変更しています*/
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}

/*nav要素内ulのマーカー（行頭記号）を表示しないようにしています*/
/*nav ul {
list-style:none;
}*/
ol, ul {
	list-style: none;
}

/*引用符の表示が出ないようにしています*/
blockquote, q {
	quotes:none;
}

/*blockquote要素、q要素の前後にコンテンツを追加しないように指定しています*/
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

/*a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を親要素のベースラインに揃えるようにしています*/
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

/* ins要素のデフォルトをセットし、色を変える場合はここで変更できるようにしています */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

/* mark要素のデフォルトをセットし、色やフォントスタイルを変える場合はここで変更できるようにしています
また、mark要素とは、文書内の検索結果で該当するフレーズをハイライトして、目立たせる際に使用するようです。*/
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

/*テキストに打ち消し線が付くようにしています*/
del {
	text-decoration: line-through;
}

/*IEではデフォルトで点線を下線表示する設定ではないので、下線がつくようにしています
また、マウスオーバー時にヘルプカーソルの表示が出るようにしています*/
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

/*隣接するセルのボーダーを重ねて表示し、間隔を0に指定しています*/
table {
	border-collapse:collapse;
	border-spacing:0;
}

/*水平罫線のデフォルトである立体的な罫線を見えなくしています*/
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

/*縦方向の揃え位置を中央揃えに指定しています*/
input, select {
	vertical-align:middle;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/*==================================*/
/*   共通・PC用CSS   */
/*基本設定r*/
body{
	font-family:'Noto Sans JP',sans-serif;
	letter-spacing: .05em;
}

.allWrapper{
	min-height: 100vh;
}

a {
	text-decoration: none;
	color:#707070;
}

li {
	list-style: none;
}

input[type="submit"]{
	-webkit-appearance: none;
}

/*header*/
header{

}

.pc-header-navi{
	width:140px;
	height:100vh;
	position: fixed;
	z-index: 4;
	box-shadow: 0px 3px 6px gray;
	overflow-y: scroll;
	overflow-x: hidden;
}

.header-logo{
	margin-top:40px;
	margin-bottom:50px;
	text-align: center;
}

.header-logo img{
	width: 87px;
}

.header-navi{
	text-align:center;
}

.header-navi li{
	margin-bottom:30px;
	font-size:14px;
	line-height:1.5;
}

.header-navi li a:hover{
	color:#D94FA1;
}

.header-sns{
	text-align: center;
	margin: 20px 0;
}
.header-sns a{
	padding: 5px;
}

.header-sns img{
	width:16px;
}

.footer-form{
	width:89%;
	height:80px;
	margin-left:140px;
	box-shadow: 3px 0px 6px rgba(0, 0, 0, 0.16);
	z-index:3;
	position: fixed;
	bottom: 0;
	background-color: #fffcfe;
}

.form-address{
	width: 320px;
	margin: 1%;
}

.form-address p{
	font-size:12px;
	margin-top: 5px;
	color:#4E4E4E;
}

.form-address a{
	text-decoration-line:underline;
	color:#4E4E4E;
}

#wpcf7-f503-o2{
	display: flex;
	align-items: center;
}	

#wpcf7-f503-o2 .wpcf7-form{
	width: 100%;
	display: flex;
}

#wpcf7-f503-o2 .wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"]{
	height: 42px;
	width: 100%;
	border-radius: 5px;
	font-size: 14px;
	color: #4e4e4e;
	padding: 8px;
}

#wpcf7-f503-o2 .wpcf7-textarea{
	border-radius: 5px;
	resize: none;
	width: 100%;
	height: 58px;
	font-size: 14px;
	color: #4e4e4e;
	padding: 8px;
}

#wpcf7-f503-o2 .form-textarea-btm{
	padding: 2px 5px;
	width: 50%;
	margin: 1%;
}

#wpcf7-f503-o2 .contact-submit{
	display: inline;
	margin: 1%;
	display: flex;
	align-items: center;
}

#wpcf7-f503-o2 .wpcf7-submit{
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	color:white;
	height: 40px;
	padding: 0 10px;
	border-radius: 5px;
	font-size: 18px;
	width: 180px;
	background-color: #F5B0D9;
	border-bottom-color: #F5B0D9;
}

#wpcf7-f503-o2 div.wpcf7-mail-sent-ok{
	padding: 2%;
	position: fixed;
	background-color: white;
	display: inline-block;
	border: 2px solid #fffcfe;
	width: 89%;
	height: 80px;
	text-align: center;
	box-shadow: 3px 0px 6px rgba(0, 0, 0, 0.16);
	bottom: 0;
	background-color: #fffcfe;
	margin: 0;
}





/*ここまでheader*/
/*main*/
main{
	width:89%;
	margin-left:140px;
	background-color:#fefefe;
}

.main-wrap{
	/* 	margin:0 auto;
	width:100%;
	max-width:1070px;
	padding: 40px 30px; */
}

.main-title{
	width:100%;
	margin-bottom: 30px;
	margin:0 auto;
	width:100%;
	max-width:1070px;
	padding: 40px 30px;
}

.main-title > h1{
	font-size:24px;	
	color:#707070;
}

.main-title > h2{
	font-size:12px;
	color:#707070;
	margin-bottom:10px;
}

.category-title > h3{
	text-align: center;
	font-size: 24px;
	color: #f9a1d0;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
}

.category-title > p{
	text-align:center;
	font-size:12px;
	color: #f9a1d0;
	margin-bottom:50px;
}

.service-top{
	padding-bottom: 70px;
	max-width: 1070px;
	margin: 0 auto;
}

.service-list{
	margin: 0 auto;	
	display: inline-flex;
	width:100%;
}

.service-item {
	width: 30%;
	height: auto;
	overflow: hidden;
	margin: 3.333%;
	position: relative;
}

.service-item img{
	width: 100%;
	height: 200px;
	object-fit: contain;
}

.service-item  h3{
	text-align: center;
	margin-bottom: 8px;
	font-size: 20px;
	color: #707070;
}

.service-item  p{
	text-align: center;
	margin-bottom: 10px;
	font-size: 16px;
	color: #707070;
}

.service-item .caption {
	font-size:		120%; 
	color:			#fff;
}

.service-item .caption a{
	color:			#fff;
}

.service-item .mask {
	width:			100%;
	height:			100%;
	position:		absolute;
	top:			0;
	left:			0;
	opacity:		0;	
	background-color:rgba(229, 188, 212, 0.9);
	-webkit-transform:	scale(0);
	transform:		scale(0);
	-webkit-transition:	all 0.4s ease;
	transition:		all 0.4s ease;
}

.service-item:hover .mask {
	opacity:		1;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing:0.05em;
	line-height:1.5;
	font-size: 13px;
	padding: 4%;
	border-radius: 5px;
	-webkit-transform:	scale(1);
	transform:		scale(1);
}

.profile-top{
	display: flex;
	max-width: 1170px;
	margin: 0 auto 70px;
	/* 	background-color: #f7edf5; */
	border-radius: 5px;
}

.profile-wrap{
	margin: 3%;
	display: flex;
	background-color: #f7edf5;
	border-radius: 5px;
}

.profile-left{
	width: 48%;
	margin: 3%;
}

.profile-left  > h4{
	margin-bottom: 28px;
	font-size: 18px;
	letter-spacing:0.05em;
	line-height:1.5;
	color: #464646;
}

.profile-left  > p{
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 1.8;
	color: #707070;
}

.profile-right{
	width: 40%;
	margin: 3%;
	text-align: center;
}

.profile-right > img{
	border-radius: 20px;
	max-width: 300px;
}

.profile-btns{
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-top:20px;
}

.profile-btns > .profile-btn{
	margin: 0px 20px;
	font-size: 14px;
	position: relative;
	display: inline-block;
	font-weight: bold;
	padding: 1.1em 1.6em;
	text-decoration: none;
	color: #fff;
	background: #f5b0d9;
	transition: .4s;
	border-radius: 3px;
	border: 1px solid #f5b0d9;
	line-height: 1;
}

.profile-btn:hover{
	background: #fff;
	color: #f5b0d9;
}

.profile-btns > .blog-btn{
	margin: 0px 20px;
	font-size: 14px;
	position: relative;
	display: inline-block;
	font-weight: bold;
	padding: 1.1em 1.6em;
	text-decoration: none;
	color: #fff;
	background: #f5b0d9;
	transition: .4s;
	border-radius: 3px;
	border: 1px solid #f5b0d9;
}

.btn-deco{
	text-decoration-line: none !important;
}

.blog-btn:hover{
	background: #fff;
	color: #f5b0d9;
}

.info-top-wrap{
	max-width: 950px;
	width: 94%;
	margin: 3%;
	margin-bottom: 50px;
	overflow: hidden;
}

.info-top-wrap > ul> li{
	border-bottom: 1px solid #f5b0d9;
	padding-bottom: 2rem;
	margin-bottom: 2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.info-top-wrap > ul> li > a{
	color: #707070;
	text-decoration-line: underline;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.info-top-wrap > ul> li > a:hover{
	color: #fff;
	background: #f5b0d9;
}

.schedule-top{
	padding-bottom: 70px;
	max-width: 1070px;
	margin: 0 auto;
	text-align: center;
}

.about-top{
	width: 94%;
	margin: 3%;
	text-align: center;
	margin-bottom: 100px;
	line-height: 2;
}

.about-top > h3{
	text-align: center;
	margin-bottom: 8px;
	font-size: .9em;
	color: #707070;
}

.evidence-top{
	width: 94%;
	margin: 3%;
	text-align: center;
	margin: 0 auto;
	max-width: 870px;
	padding-bottom: 50px;
}


.evidence-top p{
	margin-bottom: 30px;
	font-size: .8em;
	text-align: left;
	line-height: 2;	
}

.evidence-top h3{
	text-align: left;
	font-size: .9em;
	color: #707070;
	line-height: 2;
	max-width: 540px;
	margin: 8px auto;
}

.blog-top{
	max-width: 1070px;
	width: 100%;
	margin: 30px auto;
	text-align: center;
	margin-bottom: 60px;
}

.price-top{
	width: 94%;
	margin: 3%;
	text-align: center;
	margin-bottom: 100px;
}


article{
	border: none;
	width: 40%;
	display: inline-block;
	padding: 10px;
	margin: 2% 4%;
	cursor: pointer;
	background: #fff;
	position: relative;
	box-shadow: 0 3px 6px rgba(112, 112, 112, 0.3);
}

article .post_thumbnail{
	width: 100%;
	position: relative;
	display: block;
	margin: 0 auto;
	vertical-align: middle;
}

article a{
	display: table;
	vertical-align: middle;
}

.post_thumbnail img{
	max-height: 220px;
	object-fit: contain;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

.post_title{
	font-size: calc(112.5% + 4 * (40vw - 600px) / 400);
	line-height: 1.4;
	color: #000;
	text-align: left;
	display: inline-block;
	margin: 5% 3%;
	height: 73px;
	vertical-align: middle;
	font-weight: 700;
	letter-spacing: 1.12px;
	width: 96%;
	overflow: auto;
}

.post_meta{
	position: absolute;
	right: 9px;
	bottom: 9px;
}

.post_time{
	line-height: 1;
	vertical-align: baseline;
	font-size: 13px;
	color: #bfbfbf;
	font-weight: 700;
	font-family: "Avenir","Arial",sans-serif;
	letter-spacing: .05em;
}

.pc-nonedisplay{
	display:none;
}

.sp-nonedisplay{
	display:block;
}

.about-img{
	margin: 0 auto;

}

.about-img img{
	width: 50%;
	margin-bottom: 30px;
	max-width: 150px;
}

.about-wrap{
	display: flex;
	margin: 0 auto;
	max-width: 1070px;
	border-radius: 5px;
	padding-bottom: 5%;
}

.about-left{
	margin: 0 auto;
	text-align: left;
	display: flex;
	align-items: center;
	width: 44%;
	margin: 0 3%;
}

.about-right{
	width: 44%;
	margin: 0 3%;
}

.about-right h4{
	font-size: 1em;
}

.about-right p{
	margin-bottom: 8px;
	font-size: 1em;
	color: #707070;
}

.about-btns{
	margin-top: 40px;
	text-align: center;
}

.about-btn{
	margin: 0px 10px;
	font-size: 14px;
	position: relative;
	display: inline; 
	font-weight: bold;
	padding: 1.1em 0.6em;
	text-decoration: none;
	color: #fff;
	background: #f5b0d9;
	transition: .4s;
	border-radius: 3px;
	border: 1px solid #f5b0d9;
	word-wrap: break-word;
}

.about-btn:hover{
	background: #fff;
	color: #f5b0d9;
}

.page_num{
	display:none;
}

.back-color-wrap01{
	background-color: #f9f6f8;
	padding: 5% 0px 1% 0%;
	margin-bottom: 5%;
}
.back-color-wrap02{
	background-color: rgba(231, 242, 231, 0.25);
	padding: 5% 0px 1% 0%;
	margin-bottom: 5%;
}
.back-color-wrap03{
	background-color: rgba(231, 242, 231, 0.25);
	padding: 5% 0px 1% 0%;
}


/*ここまでmain*/
/*footer*/
footer{
	margin-left: 140px;
	background-color:#c5e2c4;
	margin-bottom:80px;
	padding: 1.1em 0;
}

footer > .sm{
	padding: 1.1em 0;
	text-align: center;
}

footer > .sm > a{
	text-decoration-line: underline;
	padding: 0 1.1em;
	color: #707070;
}

footer > .sm > a:hover{
	color: #f9a1d0;
}

footer > .footer_copy{
	padding: 1.1em 0;
	text-align: center;
	font-size:12px;
}

.footer-tw{
	max-width: 500px;
	margin: 0 auto;
	padding: 2%;
}


/*ここまでfooter*/

.sp-header-navi{
	display:none;
}


/*                                                                       スマホ用CSS                              */
@media screen and (max-width: 1239px) {
	.pc-header-navi{
		display:none;
	}

	.sp-header-wrap{
		display:none;
	}

	.sp-header-navi{
		display:block;
	}

	main{
		width:100%;
		margin-left: 0;
	}

	/**ボトムナビ**/
	#nav-drawer_sp {
		position: relative;
	}

	.nav-unshown_sp {
		display:none;
	}

	#nav-open_sp {
		display: flex;
		justify-content: center;
		align-items: center;
		position: fixed;
		right: 15px;
		bottom: 15px;
		z-index: 2;
		width: 60px;
		height: 60px;
		border-radius: 50%;
		background: rgb(245, 176, 217);
		box-shadow: 0 1px 8px rgba(0,0,0,0.1);
	}

	.content_cover_sp{
		display: none;/*はじめは隠しておく*/
		position: fixed;
		top: 0;/*全体に広がるように*/
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.50);
	}

	#nav-input_sp:checked ~ .content_cover_sp{
		display: block;
	}

	.open-icon_sp{
		font-size: 30px;
		color:#ffffff;
	}

	.close_mosai_icon_sp{
		position: absolute;
		left: 25px;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
	}

	.close_top_icon_sp{
		width:80px;
		background: #777e41;
		height: 10vh;
		position: relative;
	}

	.close_sidenav_sp{
		width: 80px;
		height: 90vh;
		background: #fff;
		letter-spacing: 2.25px;
		text-align: left;
	}

	.close_list_sp{
		padding-top: 15px;
	}

	.close_icon_sp{
		display: block;
		padding: 13px 28px 15px 32px;
		font-weight: bold;
		cursor: pointer;
	}

	#nav-close_sp {
		display: none;
		justify-content: center;
		align-items: center;
		position: fixed;
		right: 15px;
		bottom: 15px;
		z-index:999;
		width: 60px;
		height: 60px;
		border-radius: 50%;
		background: rgb(245, 176, 217);
		box-shadow: 0 1px 8px rgba(0,0,0,0.1);
	}

	#nav-content_sp {
		overflow: auto;
		position: fixed;
		top: 0;
		left: 0;
		-webkit-transform: translateX(115%);
		transform: translateX(115%);
		transition: .3s ease-in-out;
		z-index: 1;
	}

	#nav-input_sp:checked ~ #nav-close_sp {
		display: flex;
	}

	#nav-input_sp:checked ~ #nav-content_sp {
		-webkit-transform: translateX(15%);
		transform: translateX(15%);
		box-shadow: 6px 0 25px rgba(0,0,0,.15);
	}

	.side_text_sp{
		display: inline-block;
		padding-left: 10px;
	}

	.sidenav_sp .home_box{
		display:block;
	}

	.side_text_sp:hover{
		background: rgba(119, 126, 65, 0.5);
	}

	.text_left_sp{
		padding-left: 28px;
	}

	.sidenav_sp{
		width: 87vw;
		height: 100vh;
		background: #fff;
		letter-spacing: 2.25px;
		text-align: left;
		padding: 20px;
		overflow: scroll;
	}

	.sidenav_sp li{
		font-size: 14px;
	}

	.sidenav_sp a{
		font-weight: bold;
		letter-spacing: 2.25px;
		text-align: left;
		line-height: 44px;
		height: 44px;
		display:block;
	}

	.sidenav_sp label {
		display: block;
		padding: 14px 12px;
		font-weight: bold;
		cursor: pointer;
		text-align:center;
	}

	.label_left0_sp{
		padding: 14px 10px!important;
	}

	.label_left02{
		padding: 8px 28px 15px 30px!important;
	}

	.home_box:hover{
		background: rgba(119, 126, 65, 0.5);
	}

	.sidenav_sp label:hover {

	}

	.sidenav_sp input {
		/*  		display: none;  */
	}
	.sidenav_sp .accshow_sp {
		height: 0;
		padding: 0;
		overflow: hidden;
		opacity: 0;
		transition: 0.8s;
	}

	.cssacc_sp:checked + .accshow_sp {
		height: auto;
		margin-left: 40px;
		opacity: 1;
	}

	.sidenav_sp li:hover{
		background-color: rgba(249, 161, 208, .2);
	}

	.manage_list_sp li{
		/*padding-left: 35px;*/
	}

	.manage_list_sp li a{
		color: rgba(0, 0, 0, 0.5);
	}

	.list_bottom_sp{
		margin-bottom:120px;
	}

	.header-navi li{
		margin-bottom: 0px !important;
	}

	.header-sns{
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.header-sns a{
		padding: 0 10px;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 40px;
	}

	/** ここまでボトムナビ**/

	.main-title{
		display:none;	
	}

	.header-logo-sp img{
		height: 50px;
		vertical-align: -webkit-baseline-middle;
		display: inline-block;
		margin-left: 10px;
		float: left;
	}

	.header-title{
		font-size: 1em;
		font-weight: bold;
		letter-spacing: .1em;
		color: #f9a1d0;
		float: right;
	}

	.header-container-sp{
		width: 100%;
		float: left;
		padding: 1%;
		display: flex;
		align-items: center;
		border-bottom: 1px solid #e6e6e6;
		box-shadow: 0 0 1px rgba(34,34,34,.08);
	}

	.header-sp{
		text-align: center;
		width: 100%;
	}

	.header-sp a{
		display: flex;
		align-items: center;
	}

	.header-logo-sp{
		float: left;
		padding: 1%;
		display: flex;
		align-items: center;
	}

	.header-subtitle{
		font-size: 8px;
		line-height: 1.5;
		padding: 1%;
		float: right;
		color: #f9a1d0;
		font-weight: bold;
		font-family: 'ヒラギノ角ゴ Pro W3';
	}

	.header-subtitle br{
		display: list-item;
	}

	.header-text-sp{

	}

	.category-title > h3{
		margin-top: 50px;
	}

	.sp-form{
		margin: 15% 0px 30% 0px;
	}

	.sp-form h3{
		text-align: center;
		font-size: 18px;
		color: #f9a1d0;
		margin-bottom: 10px;
		letter-spacing: 0.1em;
	}


	.sp-form p{
		font-size: 14px;
		text-align: center;
	}

	.sp-form p a{
		color: #f9a1d0;
		display: contents;
	}

	wpcf7-f488-o1{
		text-align:center;
	}

	.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"]{
		margin: 5%;
		width: 90%;
		height: 40px;
		padding: 2%;
		border-color: #eee;
	}

	.wpcf7-textarea{
		margin: 5%;
		width: 90%;
		resize: none;
		padding: 2%;
		border-color: #666;
	}

	.wpcf7-submit{
		background-color: #F5B0D9;
		border-color: #F5B0D9;
		width: 180px;
		height: 40px;
		padding: 0 10px;
		border-radius: 5px;
		font-size: 18px;
		box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
		color: white;
		margin-bottom: 30px;
	}

	.wpcf7-submit {
		font-family: FontAwesome !important;
	}

	footer{
		width: 100%;
		margin-left: 0;
		background-color: #c5e2c4;
		margin-bottom: 0;
		padding: 1.1em 0;
	}

	.main-wrap{
		padding-top: 50px;
	}

	.profile-top{
		width: 94%;
		display: block;
		margin:3%;
		border-radius: 10px;
		display:-webkit-box;
		display: -webkit-flex;
		display:-ms-flexbox;
		display: flex;
		-webkit-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
	}

	.profile-wrap{
		display:-webkit-box;
		display: -webkit-flex;
		display:-ms-flexbox;
		display: flex;
		-webkit-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
	}

	.profile-left{
		padding: 0% 3%;
		padding-bottom: 4%;
		width: 94%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
	}

	.profile-right{
		width: 100%;
		text-align: center;
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
		margin: 6% 0px 3% 0px;
	}

	.profile-right > img{
		border-radius: 20px;
		width: 60%;
		max-width: 200px;
	}

	.wp-block-table table{
		font-size: 14px;
	}

	.schedule-top{
		width: 94%;
		margin: 3%;
	}

	.service-list{
		display: block;
	}

	.service-item{
		width: 94%;
		margin: 0% 3%;
	}

	.category-title > h3{
		font-size: 20px;
	}

	.service-item  h3{
		font-size: 18px;
	}

	.category-title > p{
		margin-bottom: 30px;
	}

	.service-item .mask{
		position: relative;
		display: contents;
		letter-spacing: 0.05em;
		line-height: 1.5;
		font-size: 13px;
		background-color: #fefefe;
		-webkit-transform: none;
		transform: none;
		-webkit-transition: none;
		transition: none;
	}

	.service-item .caption{
		font-size: 100%;
		color: #707070;
		max-width: 450px;
		margin: 20px auto 0;
	}

	#cc-m-8862231814 > iframe{
		width: 98%;
	}

	footer > .sm > a{
		padding: 1em 1.1em;
		display: block;
	}

	.about-top{
		line-height: 2;
	}

	.pc-nonedisplay{
		display:block;
	}

	.wp-block-separator{
		width: 70%;
		margin: 30px auto;
	}

	.sp-nonedisplay{
		display:none;
	}

	.about-wrap{
		width: 100%;
		display: block;
		margin: 0%;
		display:-webkit-box;
		display: -webkit-flex;
		display:-ms-flexbox;
		display: flex;
		-webkit-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
	}

	.about-right{
		padding: 0px;
		padding-bottom: 4%;
		width: 94%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
		margin: 30px 3%;
	}

	.about-right h4{
		text-align:center;
	}

	.about-left{
		width: 94%;
		text-align: center;
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
		display: block;
		margin: 3%;
	}

	.about-left > img{
		border-radius: 20px;
		width: 60%;
		max-width: 200px;
	}

	.about-btns{

	}

	.page_num{
		display:none;
	}

	.info-top-wrap{
		width:100%;
		margin:0;
	}

	.info-item{
		display: block;
		text-align: left;
		margin-bottom: 5%;
	}

	.profile-btns > .profile-btn{
		padding: 1em 3.5em;
		border-radius: 5px;
	}

	.wp-block-embed__wrapper iframe{
		max-width: 100%;
	}

	.evidence-top h3{
		font-size: 0.9em;
	}

	.blog-top{
		width:100%;
		margin: 0 auto;
		max-width: 700px;
		text-align: center;
		margin-bottom: 60px;
	}

	.price-top{
		width: 94%;
		margin: 3%;
		text-align: center;
		margin-bottom: 100px;
	}

	article{
		width: 96%;
		margin: 10px 2% 5%;
		padding:10px;
		border: none;
		display: block;
		cursor: pointer;
		background: #fff;
		position: relative;
		box-shadow:0 3px 6px rgba(112, 112, 112, 0.3);
	}

	article .post_thumbnail{
		width: 100px;
		height: 100px;
		display: table-cell;
		position: relative;
		vertical-align: middle;
	}

	article a{
		display: table;
		vertical-align: middle;
	}

	.post_thumbnail img{
		max-width: 100px;
		max-height: 120px;
		object-fit: contain;
	}

	.post_title{
		text-align: left;
		font-size: calc(112.5% + 4 * (40vw - 600px) / 400);
		line-height: 1.4;
		color: #000;
		width: calc(100% - 135px);
		display: table-cell;
		margin: 0;
		padding: 0px 15px;
		height: 104px;
		vertical-align: middle;
		font-weight: 700;
		letter-spacing: 1.12px;
	}

	.info-top-wrap > ul> li{
		overflow: unset;
		text-overflow: unset;
		white-space: unset;
		text-align: left;
	}

	.info-top-wrap > ul> li > a{
		line-height:1.8;
		overflow: unset;
		text-overflow: unset;
		white-space: unset;
	}


}/* ここまでスマホ用CSS */