@charset "utf-8";
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
個別のコンテンツ用スタイル
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/



/* ==========
TOPページ
==========*/


/* キービジュアル ---------- */
@media (max-width: 480px) {
#sec-kv{
	margin-top: 40px;
}
}

.slick {
	display: none;
	margin-top: 30px;
}
@media (max-width: 480px) {
	.slick {
		margin-top: 0;
		overflow: hidden;
		padding: 0;
	}
}

.slider.slick-initialized{
	display: block; /*slick-initializedが付与されたら表示*/
}

.tp-kv-people {
	position: relative;
	width: 1040px;
	margin: 0 auto;
}
@media (max-width: 480px) {
	.tp-kv-people {
		width: auto;
	}
}
.tp-kv-people img {
	margin-top: -80px;
}
@media (max-width: 480px) {
	.tp-kv-people img {
		width: 45%;
		margin-top: 0;
	}
}



/* セミナー ---------- */

#sec-seminar {
	background: url(/files/img/top/sm-bg.gif) repeat;
	padding-top: 200px;
	padding-bottom: 40px;
}
@media (max-width: 480px) {
	#sec-seminar {
		padding-top: 30px;
	}
}

.seminar-box {
	border: 4px solid #3fb05c;
	border-radius: 10px;
	background: white;
	padding-bottom: 40px;
}

.seminar-icon {
	margin-top: -130px;
	z-index: 2;
}
@media (max-width: 480px) {
	.seminar-icon {
		margin-top: 10px;
	}
}

.seminar-title {
	margin-top: -97px;
	line-height: 120px;
	z-index: 1;
	background: url(/files/img/top/tp-seminar-bg-title.png) no-repeat center bottom;
}
@media (max-width: 480px) {
	.seminar-title {
		margin-top: 10px;
		background: none;
		line-height: 1.7;
	}
}

.seminar-list {
	width: 700px;
	border-top: 1px solid #ccc;
	margin: 30px auto 30px;
}
@media (max-width: 480px) {
	.seminar-list {
		width: auto;
	}
}

.seminar-list li {
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
}
@media (max-width: 480px) {
	.seminar-list li {
		padding: 5px 10px;
	}
}
.seminar-list li .date {
	margin-right: 50px;
}
.seminar-list li a:hover {
	text-decoration: underline;
}
@media (max-width: 480px) {
	.seminar-list li a {
		text-decoration: underline;
	}
}


/* 相談室 ---------- */

#sec-soudansitsu {
	background: #fff !important;
	padding: 60px 0;
}

.page-id-3 #sec-soudansitsu {
	padding: 60px 3%;
}

.soudan-logo img {
	width: 250px;
}

.soudan-title {
	margin-top: 20px;
	margin-bottom: 40px;
	vertical-align: bottom;
	align-items: flex-end;
}
.soudan-title img {
	width: 20%;
}
.soudan-title img:nth-of-type(2) {
	width: 52%;
}

.soudan-box {
	border: 3px solid #40B15D;
	border-radius: 10px;
	padding: 30px;
	background: white;
}
.soudan-box-green {
	border: 3px solid #40B15D;
}

@media (max-width: 480px) {
	.soudan-box {
		padding: 20px 2%;
		margin-top: 40px;
		padding-bottom:0;
	}
	.soudan-box-green {
	border-radius:10px 10px 0 0;
}
}

.soudan-box-title {
	text-align: center;
	color: white;
	margin-bottom: 30px;
	padding: 10px 0 5px;
	background: url(/files/img/top/tp-bg-sumaisoudan-title.png) no-repeat center center;
}
@media (max-width: 480px) {
	.soudan-box-title {
		background-size: contain;
	}
}

.btn-soudannav {
	border: 3px solid #40B15D;
	background: white;
	width:48%;
	color: #40B15D;
	padding: 15px 30px;
	font-size: 25px;
	border-radius: 5px;
	position: relative;
}
@media (max-width: 480px) {
	.btn-soudannav {
		font-size: 3.8vw;
		padding: 5px 2% 20px;
		margin: 0 1% !important;
		text-align: center;
	}
}
.btn-soudannav:after {
	font: 900 30px/1 "Font Awesome 5 Free";
	content: "\f105";
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translateY(-50%) rotate( 90deg );
}
@media (max-width: 480px) {
	.btn-soudannav:after {
		left: 50%;
		right: auto;
		top: 62%;
		transform: translateX(-50%) rotate( 90deg );
	}
}
.post-list article{
	width:32%;
	position:relative;
	padding-bottom:30px;
}
.post-list article .facility-item .price{
	letter-spacing:-0.05em;
}
.post-list article .joken li{
	margin-right:0;
	padding:0 4px;
	margin-bottom:4px;
}
	
.post-list article .al-c{
	width:100%;
	position:absolute;
	bottom:0;
}
@media (max-width: 480px) {
	.post-list article .al-c{
		position:static;
	}
}
@media (max-width: 480px) {
	.soudan-box .post-list {
		display:block;
		padding: 0 4%;
	}
.post-list article{
	width:100%;
	margin:0 auto;
	border-bottom:#ccc dotted 1px;
	padding:20px 0;
}
.post-list article:first-of-type{
	padding-top:0;
}
/*.post-list article p,.post-list article ul,.post-list article dl{
	margin:0 auto;
}*/
}
	
.post-list article p:first-child{
	margin-bottom:20px;
	text-align:center;
}
@media (max-width: 480px) {
.post-list article p:first-child{
	margin-bottom:10px;
}
}
.post-list article .facility-item dt{
	width:28%;
}
.post-list article .facility-item dd{
	width:65%;
}
.fascility-ichiran-btn{
	background-color:#40B15D;
	line-height:50px;
	height:50px;
	width:250px;
	color:#fff;
	position: relative;
	border-radius:10px;
	display: inline-block;
    text-decoration: none;
    margin-top: 50px;
    margin-bottom: 20px;
}
@media (max-width: 480px) {
.fascility-ichiran-btn{
    margin:0;
	margin-left:-9px;
	width:106.2%;
	border-radius:0;
}
}
.fascility-ichiran-btn:after{
font: 900 20px/1 "Font Awesome 5 Free";
    content: "\f105";
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
	color:#fff;
}
.fascility-ichiran-btn:hover{
	opacity:0.7;
}
/*
.post {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}

.post-info .name:after,
.post:after{
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0;
}
.post-img {
	width: 300px;
	float: left;
}
@media (max-width: 480px) {
	.post-img {
		width: auto;
		float: none;
		margin-bottom: 10px;
		text-align: center;
	}
}
.post-img a:hover {
	opacity: .7;
}
.post-info {
	width: 550px;
	float: right;
}
@media (max-width: 480px) {
	.post-info {
		width: auto;
		float: none;
	}
}

.post-info .about {
	border: 1px solid #f7931e;
	font-weight: bold;
	margin-bottom: 15px;
}
@media (max-width: 480px) {
	.post-info .about {
		text-align: center;
	}
}
.post-info .about .cat {
	background: #f7931e;
	color: white;
	display: inline-block;
	margin-right: 10px;
	font-weight: normal;
	padding: 0 10px;
}
@media (max-width: 480px) {
	.post-info .about .cat {
		display: block;
		width: 100%;
	}
}
.post-info .name {
	margin-bottom: 15px;
}
.post-info .name dt,
.post-info .name dd {
	float: left;
}
@media (max-width: 480px) {
	.post-info .name dt,
	.post-info .name dd {
		float: none;
	}
}
.post-info .name dt {
	border-left: 1px solid #f7931e;
	border-right: 1px solid #f7931e;
	color: #f7931e;
	margin-right: 15px;
	padding: 0 10px;
}
@media (max-width: 480px) {
	.post-info .name dt {
		border: none;
		border-bottom: 1px solid #f7931e;
		padding: 0;
		margin-right: 0;
	}
}

.post-info .name dd a:hover {
	text-decoration: underline;
}
.post-info .info-txt {
	font-size: 20px;
	font-weight: bold;
}
@media (max-width: 480px) {
	.post-info .info-txt {
		font-size: 16px;
	}
}
*/
.info-link {
	text-decoration: underline;
	position: relative;
	display: inline-block;
	padding-right: 25px;
}

.info-link:after{
	font: 900 20px/1 "Font Awesome 5 Free";
	content: "\f105";
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
}

.info-link:hover {
	text-decoration: none;
}

.btn-soudan {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.btn-soudan li {
	width: 32%;
	margin-bottom: 20px;
	display:flex;
	align-items: stretch;
}
@media (max-width: 480px) {
	.btn-soudan li {
		width: 48%;
	}
}

.btn-soudan li a {
	background: #40B15D;
	border-radius: 5px;
	font-size: 25px;
	color: white;
	padding: 10px 15px;
	transition: 0.35s;
	zoom:1;
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
}
@media (max-width: 480px) {
	.btn-soudan li a {
		font-size: 16px;
		padding-right: 22px;
	}
}

.btn-soudan a:after{
	font: 900 20px/1 "Font Awesome 5 Free";
	content: "\f105";
	position: absolute;
	color: white;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
}
.btn-soudan a:hover {
	zoom: 1;
	filter: Alpha(opacity=60);
	opacity: 0.6;
	text-decoration: none;
}



.kaiketsu-box-title {
	text-align: center;
	color: white;
	margin-bottom: 30px;
	padding: 10px 0 5px;
	background: url(/files/img/top/tp-bg-kaiketsu-title.png) no-repeat center center;
}
@media (max-width: 480px) {
	.kaiketsu-box-title {
		background-size: contain;
		font-size: 16px;
	}
}

.btn-kaiketsu {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.btn-kaiketsu li {
	width: 32%;
	margin-bottom: 20px;
	display:flex;
	align-items: stretch;
}
@media (max-width: 480px) {
	.btn-kaiketsu li {
		width: 48%;
	}
}
.btn-kaiketsu li a {
	background: #9db05d;
	border-radius: 5px;
	font-size: 25px;
	color: white;
	padding: 10px 15px;
	transition: 0.35s;
	zoom:1;
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
}
@media (max-width: 480px) {
	.btn-kaiketsu li a {
		font-size: 16px;
	}
}
.btn-kaiketsu li a:after{
	font: 900 20px/1 "Font Awesome 5 Free";
	content: "\f105";
	position: absolute;
	color: white;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
}
.btn-kaiketsu li a:hover {
	zoom: 1;
	filter: Alpha(opacity=60);
	opacity: 0.6;
	text-decoration: none;
}



.sisetsutype-box {
	padding: 30px;
	background: #f8f6f2;
}
@media (max-width: 480px) {
	.sisetsutype-box {
		padding: 20px 2%;
		margin-top: 40px;
	}
		.sisetsutype-box .container{
			padding:0;
		}
}

.btn-sisetsutype {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.btn-sisetsutype li {
	width: 32%;
	margin-bottom: 20px;
	display:flex;
	align-items: stretch;
}
@media (max-width: 480px) {
	.btn-sisetsutype li {
		width: 48%;
	}
}
.btn-sisetsutype li a {
	background: #40b15d;
	border-radius: 5px;
	font-size: 25px;
	color: white;
	padding: 10px 15px;
	transition: 0.35s;
	zoom:1;
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
}
@media (max-width: 480px) {
	.btn-sisetsutype li a {
		font-size: 16px;
		padding-right: 25px;
	}
}
.btn-sisetsutype li a:after{
	font: 900 20px/1 "Font Awesome 5 Free";
	content: "\f105";
	position: absolute;
	color: white;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
}
.btn-sisetsutype li a:hover {
	zoom: 1;
	filter: Alpha(opacity=60);
	opacity: 0.6;
	text-decoration: none;
}



/* ご相談事例 ---------- */

.exam-post {
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 15px 20px;
	width: 800px;
	margin: 0 auto 20px;
}
@media (max-width: 480px) {
	.exam-post {
		width: auto;
	}
}

.attr {
	float: left;
	margin-right: 10px;
}
@media (max-width: 480px) {
	.attr {
		float: none;
		margin-bottom: 20px;
		width: 100%;
		margin-right: 0;
	}
}
.attr p {
	font-weight: bold;
}
@media (max-width: 480px) {
	.attr + p {
		width: 100%;
	}
}
.attr .cat {
	background: #3fb05c;
	border-radius: 5px;
	padding: 2px 5px;
	color: white;
	font-weight: normal;
	font-size: 14px;
	margin-right: 5px;
	margin-bottom: 5px;
	display: inline-block;
}
@media (max-width: 480px) {
	.attr .cat {
		display: block;
		text-align: center;
		margin-right: 0;
	}
}

/* ==========
aboutページ
==========*/
/*6つのポイント---------- */
.wrap-point{
	border:#40b15d solid 3px;
	border-radius:10px;
	padding:20px;
	box-sizing:border-box;
}
@media (max-width: 480px) {
.wrap-point{
	padding: 10px;
	width: 95%;
}
}
.wrap-point dl dt{
	display: inline-block;
	width: 20%;
	height: 170px;
	vertical-align: top;
	position: relative;
	text-align:center;
}
@media (max-width: 480px) {
.wrap-point dl dt{
	display: inline-block;
	width: 25%;
	height: 70px;
	margin-top: 20px;
	margin-bottom:10px;
}
}
.wrap-point dl dd{
	display: inline-block;
	width: 75%;
	box-sizing: border-box;
}
@media (max-width: 480px) {
.wrap-point dl dd{
	display: block;
	width: 100%;
	box-sizing: border-box;
		position:relative;
}
.wrap-point dl dd .hl-4{
	position: absolute;
	top: -70px;
	left: 30%;
	font-size: 16px;
	width: 70%;
}
}
/*お客様の声---------- */
.voice{
	padding-bottom:100px;
}
.voice h2{
	background-image: url(../img/other/about-bg-voice-hl.png);
	background-repeat: no-repeat;
	background-position:center;
	color: #fff;
	padding: 35px;
	margin-bottom: 50px;
}
@media (max-width: 480px) {
.voice h2{
	padding: 20px 0px;
	background-image: none;
	background-color: #ffbe28;
	width: 100%;
	margin-bottom: 20px;
}
}
@media (max-width: 480px) {
.voice{
	padding-bottom:20px;
}
}
.bg-orange{
	background-color:#fff2d4;
}
.wrap-voice{
	background-color:#fff;
	border-radius:10px;
	padding:50px;
	box-sizing:border-box;
}
@media (max-width: 480px) {
.wrap-voice{
		padding:10px;
}
}
.wrap-voice-hl{
	border-bottom:solid 1px #ffbe28;
	margin-bottom:20px;
	padding-left:80px;
	position:relative;
}
@media (max-width: 480px) {
.wrap-voice-hl{
	padding-left:0;
	padding-top:100px;
}
}
.wrap-voice-hl:after{
		font: 900 30px/1 "Font Awesome 5 Free";
	content:"\f130";
	position:absolute;
	left:20px;
	top:15px;
	color:#fff;
}
.wrap-voice-hl:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0px;
	display: inline-block;
	width: 60px;
	height: 60px;
	background-color: #ffbe28;
	border-radius: 50px;
}
.wrap-voice-hl h3{
	color:#ffbe28;
	font-size:20px;
	font-weight:bold;
}
@media (max-width: 480px) {
.wrap-voice-hl h3{
	position: absolute;
	top: 0;
	left: 70px;
	font-size: 16px;
	}
	}
.wrap-voice-hl p{
	margin-bottom:10px;
}
/* ==========
selectページ
==========*/
/*施設の選び方-------------------*/
.btn-select {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.btn-select li {
	width: 48%;
	margin-bottom: 20px;
	display:flex;
	align-items: stretch;
}
@media (max-width: 480px) {
	.btn-select li {
		width: 48%;
	}
}

.btn-select li a {
	background: #40b15d;
	border-radius: 5px;
	font-size: 20px;
	color: white;
	padding: 10px 15px;
	transition: 0.35s;
	zoom:1;
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
}
@media (max-width: 480px) {
	.btn-select li a {
		font-size: 16px;
	}
}

.btn-select a:after{
	font: 900 20px/1 "Font Awesome 5 Free";
	content: "\f105";
	position: absolute;
	color: white;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
}
.btn-select a:hover {
	zoom: 1;
	filter: Alpha(opacity=60);
	opacity: 0.6;
	text-decoration: none;
}

/*施設を知る---------- */
.sec-select dl{
	margin-bottom:20px;
	border:solid 5px #40b15d;
	border-radius:10px;
	padding:10px;
	height:145px;
	clear:both;
	position:relative;
	padding-right:20px;
}
@media (max-width: 480px) {
.sec-select dl{
	height:auto;
	padding-right:0;
}
}
.sec-select dl dt{
	display: block;
	color: #40b15d;
	font-weight: bold;
	font-size: 22px;
	position: absolute;
	top: 23%;
	left: 5%;
}
@media (max-width: 480px) {
.sec-select dl dt{
	position:static;
	margin-bottom:15px;
	font-size:18px;
}
}
.sec-select dl dd{
	display:block;
	float: right;
}
@media (max-width: 480px) {
.sec-select dl dd{
	float: none;
}
}
.sec-select dl dd:before{
		content: "";
	border-left: solid 3px #40b15d;
	position: absolute;
	left: 240px;
	top: 15px;
	display: inline-block;
	height: 100px;
}
@media (max-width: 480px) {
.sec-select dl dd:before{
	display:none;
}
.sec-select dl dd:after{
	content: "";
	border-top: solid 3px #40b15d;
	position: absolute;
	left: 10px;
	top: 45px;
	display: inline-block;
	width: 94%;
}
}
/*失敗しない施設選び10のポイント-------------------*/

.btn-tenpoint {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border: #ccc solid 1px;
	padding: 10px;
}
.btn-tenpoint li {
	width: 25%;
	margin-bottom: 10px;
	display:flex;
	align-items: stretch;
}
.btn-tenpoint li:nth-child(9){
	width:48%;
}
.btn-tenpoint li:nth-child(10){
	width:50%;
}
@media (max-width: 480px) {
	.btn-tenpoint li {
		width: 48%;
	}
	.btn-tenpoint li:nth-child(10){
	width:48%;
}
}

.btn-tenpoint li a {
	font-size: 16px;
	padding: 5px 0px;
	transition: 0.35s;
	zoom:1;
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	color:#000;
}
.btn-tenpoint li a .fas {
	margin-left:10px;
	color:#40b15d;
}
@media (max-width: 480px) {
	.btn-tenpoint li a {
		font-size: 14px;
	}
}
.btn-tenpoint a:hover {
	zoom: 1;
	filter: Alpha(opacity=60);
	opacity: 0.6;
	text-decoration: none;
}
.list-tenpoint li{
	margin-bottom:30px;
}
@media (max-width: 480px) {
.list-tenpoint li{
	margin-bottom:10px;
}
}
.list-tenpoint li h2{
	font-size:30px;
	font-weight:bold;
	color:#40b15d;
	margin-bottom:10px;
}
@media (max-width: 480px) {
.list-tenpoint li h2{
	font-size:20px;
}
}
.list-tenpoint li h2 img{
	margin-right:10px;
	vertical-align: middle;
}
/*流れ-------------------*/
.flow-link li{
	display:inline-block;
	margin-right:-20px;
}
@media (max-width: 480px) {
	.flow-link{
		margin:0 auto;
	}
	.flow-link li a img{
		height:58px;
	}
}
.flow h2{
	font-weight:bold;
	font-size:30px;
	text-align:center;
	margin-bottom:50px;
}
@media (max-width: 480px) {
.flow h2{
	margin-bottom:20px;
}
}
]
.flow h2 span{
	font-size:25px;
	color:#40b15d;
}

.flow{
	padding-top:50px;
	border-top:solid 3px #40b15d;
}
@media (max-width: 480px) {
.flow{
	padding-top:20px;
}
}
#step5{
	border-bottom:solid 3px #40b15d;
}
@media (max-width: 480px) {
.flow .wrap-btn-al_sb{
	display:block;
}
}
.after{
	background-color:#fff2d4;
	padding:30px;
	border-radius:20px;
	width:100%;
	position:relative;
}
@media (max-width: 480px) {
.after{
		padding:10px;
		padding-bottom:0;
}
}
.after h2{
	font-size:25px;
	font-weight:bold;
}
@media (max-width: 480px) {
.after h2{
	font-size:18px;
}
}
.after .after-text{
	width:75%;
}
@media (max-width: 480px) {
.after .after-text{
	width:100%;
}
}
.after .after-img{
	position:absolute;
	right: 50px;
    bottom: 0;
}
@media (max-width: 480px) {
	.after .after-img{
	position: static;
	text-align: center;
	}
}
/* ==========
/inquiry/　お問い合わせページ
==========*/

.inquiry-dl {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
.inquiry-dl dt,
.inquiry-dl dd {
	margin-bottom: 20px;
}
.inquiry-dl dt {
	width: 25%;
	position: relative;
}
.must {
	background: #ed7c84;
	color: white;
	padding: 0px 5px;
	border-radius: 5px;
	margin-left: 10px;
}
.inquiry-dl dt .must {
	position: absolute;
	right: 0;
}

.inquiry-dl dd {
	width: 73%;
	display:flex;
	flex-wrap: wrap;
}
.inquiry-dl dd input[type=text],
.inquiry-dl dd input[type=e-mail],
.inquiry-dl dd textarea {
	border-radius: 5px;
	border: 1px solid #3fb05c;
}

@media (max-width: 480px) {
	.inquiry-dl dt,
	.inquiry-dl dd {
		width: 100%;
		display: block;
	}

	.inquiry-dl dt {
		margin-bottom: 10px;
	}
}

.checkbox-list li {
	margin-right: 15px;
}
.privacypolicy-box {
	background: #f2f2f2;
	padding: 30px 0;
	margin: 30px 0;
}

.submit_button {
	border: 1px solid #3fb05c;
	font-size: 24px;
	color: #3fb05c;
	border-radius: 5px;
	padding: 10px 20px 10px 30px;
	position: relative;
	background: white;
	margin-bottom: 50px;
}
.submit_button:after{
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -0.5em;
	font: 900 20px/1 "Font Awesome 5 Free";
	content: "\f105";
}




/* ==========
/news/　お知らせページ
==========*/

.news-post {
	border-bottom: 1px solid #3fb05c;
	padding: 15px 0;
}
.news-post:nth-of-type(1) {
	border-top: 1px solid #3fb05c;
}

.news-post .date{
	color: #3fb05c;
}
.news-post a {
	text-decoration: underline;
}
.news-post a:hover {
	text-decoration: none;
}

.pager {
	text-align: center;
	margin: 30px 0;
}
.pager a {
	border: 1px solid #3fb05c;
	display: inline-block;
	border-radius: 5px;
	padding: 3px 10px;
	margin: 0 3px;
}
.pager span {
	border: 1px solid #3fb05c;
	background: #3fb05c;
	display: inline-block;
	border-radius: 5px;
	padding: 3px 10px;
	margin: 0 3px;
	color: white;
}
.pager a:hover {
	text-decoration: underline;
}
.wp-pagenavi {
	text-align: center;
	margin: 30px 0;
}
.wp-pagenavi a {
	border: 1px solid #3fb05c;
	display: inline-block;
	border-radius: 5px;
	padding: 3px 10px;
	margin: 0 3px;
}
.wp-pagenavi span {
	border: 1px solid #3fb05c;
	background: #3fb05c;
	display: inline-block;
	border-radius: 5px;
	padding: 3px 10px;
	margin: 0 3px;
	color: white;
}
.wp-pagenavi a:hover {
	text-decoration: underline;
}



/* CMS詳細ページ用 
----------------------------------- */

#sec-detail h1 {
	font-weight: bold;
	font-size: 40px;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 15px;
	color: #3fb05c;
}
@media (max-width: 480px) {
	#sec-detail h1 {
		font-size: 22px;
	}
}
#sec-detail h2 {
	position: relative;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-top: 30px;
	margin-bottom:50px;
}
@media (max-width: 480px) {
	#sec-detail h2 {
		font-size: 18px;
		margin-bottom:40px;
	}
}
#sec-detail h2:before {
	content: "";
	border-bottom: solid 3px #40b15d;
	position: absolute;
	bottom: -20px;
	left: 47%;
	display: inline-block;
	width: 45px;
}
@media (max-width: 480px) {
	#sec-detail h2:before {
		left: 43%;
	}
}
#sec-detail h3 {
	font-size: 24px;
	padding-left: 15px;
	padding-bottom: 5px;
	line-height: 1.4;
	font-weight: bold;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: #3fb05c;
	margin-top: 30px;
	margin-bottom: 10px;
}
@media (max-width: 480px) {
	#sec-detail h3 {
		font-size: 18px;
	}
}
#sec-detail h3:before{
	content: '';
	width: 5px;
	height: 80%;
	position: absolute;
	top: 0%;
	left: 0;
	background: #3fb05c;
}
#sec-detail h4 {
	font-size: 25px;
	font-weight: bold;
	margin-top: 30px;
}
#sec-detail h5 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
}
#sec-detail h6 {
	font-weight: bold;
}
#sec-detail p {
	margin-bottom: 15px;
}
#sec-detail ul {
	list-style: outside;
	margin-left: 30px;
}
#sec-detail ul li {
	list-style-type: disc;
}
#sec-detail ul li li {
	list-style-type: circle;
}
#sec-detail ol {
	list-style: outside;
	margin-left: 30px;
}
#sec-detail ol li {
	list-style-type: decimal;
}
#sec-detail ol li li {
	list-style-type: lower-roman;
}
#sec-detail a {
	color: blue;
	text-decoration: underline;
}
#sec-detail a:hover {
	text-decoration: none;
}
#sec-detail img {
	max-width: 100%;
	height: auto!important;
}






/* ==========
/consultations/　事例
==========*/
#consultation .exam-post{
	width:100%;
}
#consultations .exam-post{
	width:100%;
		padding:0 0 15px 0;
		border: #40b15d solid 1px;
}
#consultations .article-header{
	background-color:#f5fbf7;
	padding: 50px 20px;
	border-top-right-radius:5px;
	border-top-left-radius:5px;
}
#consultations .article-header .icon{
	background-color: #40b15d;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 5px;
	margin-bottom:5px;
	padding: 3px;
    display: inline-block;
	margin-right:5px;
}
#consultations .article-header h2{
	font-size:30px;
	font-weight:bold;
	color:#40b15d;
	margin-bottom:
	20px;
}
@media (max-width: 480px) {
#consultations .article-header h2{
	font-size:20px;
}
}
#consultations #sec-detail{
	padding:0 20px;
}

/* ==========
施設紹介詳細ページ
==========*/
.facility-detail-name {
	font-size: 40px;
	font-weight: bold;
	border-bottom: 3px solid #3fb05c;
	margin-bottom: 20px;
}
@media (max-width: 480px) {
	.facility-detail-name {
		font-size: 22px;
	}
}
.detail-nav {
	margin-bottom: 30px;
	background: white;
	transition: 0.35s;
	position: static;
}
@media (max-width: 480px) {
	.detail-nav.fixed {
		position: fixed;
		top: 50px;
		left: 0;
		width: 100%;
		z-index: 1;
	}
}

.detail-nav ul {
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.detail-nav.fixed ul {
	width: 94%;
	margin: 0 auto;
}
.detail-nav ul li {
	width: 25%;
	box-sixing: border-box;
	border-right: 1px solid #3fb05c;
	text-align: center;
}
.detail-nav ul li:nth-of-type(1) {
	border-left: 1px solid #3fb05c;
}
.detail-nav ul li a {
	display: block;
	padding: 10px;
	position: relative;
}
@media (max-width: 480px) {
	.detail-nav ul li a {
		padding: 1% 1% 20px 1%;
		font-size: 13px;
	}
}
@media (min-width: 481px) {
	.detail-nav ul li a:hover {
		background: #3fb05c;
		color: white;
	}
}
.detail-nav ul li a:after {
	font: 900 30px/1 "Font Awesome 5 Free";
	content: "\f105";
	position: absolute;
	right: 15%;
	top: 50%;
	transform: translateY(-50%) rotate( 90deg );
}
.detail-nav ul li a.arrow-up:after {
	transform: translateY(-50%) rotate( 270deg );
}
@media (max-width: 480px) {
	.detail-nav ul li a:after {
		font-size: 12px;
		text-align: center;
		left: 50%;
		right: auto;
		bottom: 2%;
		transform: translateX(-100%) rotate( 90deg );
	}
}
@media (min-width: 481px) {
	.detail-nav ul li a.active {
		background: #3fb05c;
		color: white;
	}
}
@media (max-width: 480px) {
	.detail-nav ul li.on a {
		background: #3fb05c;
		color: white;
	}
}

.lump {
	padding: 30px;
	border: 2px solid #3fb05c;
	border-radius: 10px;
}
@media (max-width: 480px) {
	.lump {
		padding: 2%;
	}
}

.slick-box {
	float: left;
	width: 460px;
}
@media (max-width: 480px) {
	.slick-box {
		float: none;
		width: auto;
	}
}

.photo-slider {
	margin-bottom: 10px;
	width: 99%;
}
@media (max-width: 480px) {
	.photo-slider {
		width: auto;
	}
}

.slick-nav {
	display: flex;
	justify-content: start;
	flex-wrap:wrap;
}
.thumbnail-item {
	flex: 0 1 24%;
	margin-bottom: 10px;
	box-sizing: border-box;
	position:relative;
	margin-right: 1%;
}
.thumbnail-item:after{
	content:'';
	background-color: rgba(0,0,0,0.5);
	position:absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	transition: .3s opacity linear;
}
.thumbnail-item.thumbnail-current:after{
	opacity: 0;
}
.thumbnail-item img{
	width: 100%;
	margin: 0 auto;
}

.info-box {
	float: right;
	width: 430px;
}
@media (max-width: 480px) {
	.info-box {
		float: none;
		width: auto;
	}
}

.info-box .description {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 30px;
}
@media (max-width: 480px) {
	.info-box .description {
		font-size: 18px;
	}
}

.lump .facility-item .price {
	font-size: 30px;
	margin-top: -10px;
}
@media (max-width: 480px) {
	.lump .facility-item .price {
		font-size: 18px;
		margin-top: 0;
	}
}
@media (min-width: 481px) {
	.lump .facility-item .price small {
		font-size: 20px;
	}
}

.facility-offer-box {
	background: #f8f6f2;
	padding: 30px;
}
@media (max-width: 480px) {
	.facility-offer-box {
		padding: 1%;
	}
}
.facility-offer-box .txt {
	text-align: center;
	font-size: 20px;
}
.facility-offer-box .txt-b {
	color: red;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
}

.fixed + #sec-basis.lump {
	margin-top: 78px;
}

.joken.tokucho li{
	background-color:#f7931e;
}

@media (min-width: 481px) {
	#sec-basis .joken {
		font-size: 20px;
	}
}

.kaigo-list li {
	border-radius: 5px;
	display: inline-block;
	padding: 3px 10px;
	font-size: 20px;
	border: 3px solid #3fb05c;
	color: #3fb05c;
	margin-bottom: 10px;
}
@media (max-width: 480px) {
	.kaigo-list li {
		font-size: 16px;
		padding: 1% 2%;
	}
}
.kaigo-list li.soudan {
	border-color: #999999;
	color: #999999;
}
#sec-about .maps {
	margin: 0 auto;
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 30px;
}
#sec-about .maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
/*
#sec-about iframe {
	width: 100% !important;
	height: 400px !important;
	margin-bottom: 30px;
}
*/

/* ==========
/facility/　施設紹介一覧
==========*/
.sec-facility{
	padding:20px 0;
	border-top:dotted 1px #CCCCCC;
}
@media (max-width: 480px) {
.sec-facility{
	padding: 20px 4%;
}
}
.sec-facility:last-of-type{
	border-bottom:dotted 1px #CCCCCC;
	margin-bottom:100px;
}
@media (max-width: 480px) {
.sec-facility:last-of-type{
		margin-bottom:20px;
}
}
.sec-facility .facility-img{
	display:inline-block;
	width:36%;
	vertical-align:top;
	margin-right:20px;
	text-align:center;
}
@media (max-width: 480px) {
.sec-facility .facility-img{
	width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 10px;
}
}
.sec-facility .facility-des-wrap	{
	display:inline-block;
	width:58%;
}
@media (max-width: 480px) {
.sec-facility .facility-des-wrap	{
	width:100%;
}
}
.info{
	margin-bottom:0;
	margin-top:0;
}
@media (max-width: 480px) {
.info{
	margin-top:0;
}
}
.info li{
	display:inline-block;
	margin-right:5px;
	text-align:center;
	padding:0 10px;
	font-size:14px;
}
.info li.cat{
	color:#40B15D;
	border:solid 1px #40B15D;
	margin-bottom:5px;
}

.facility-name{
	color:#40B15D;
	font-size:20px;
	margin:10px 0;
	font-weight:bold;
}
@media (max-width: 480px) {
.facility-name{
	margin:0;
}
}
.description{
	font-weight:bold;
	margin-bottom:20px;
}
@media (max-width: 480px) {
.description{
	margin-bottom:10px;
}
}
.facility-item dt{
	color:#40B15D;
	text-align:center;
	border-left:solid 1px #40B15D;
	border-right:solid 1px #40B15D;
	display:inline-block;
	width: 15%;
    margin-right: 10px;
	vertical-align:top;
}
@media (max-width: 480px) {
.facility-item dt{
	width: 30%;
}
}
.facility-item dd{
	display:inline-block;
	width:70%;
		margin-bottom:10px;
}
@media (max-width: 480px) {
.facility-item dd{
	margin-bottom:4px;
	width:64%;
}
}
.facility-item .price{
	color:red;
	font-size:18px;
	font-weight:bold;
}
@media (max-width: 480px) {
.facility-item .price{
	letter-spacing:-0.05em;
}
}
.joken li{
	display:inline-block;
	color:#fff;
	background-color:#40B15D;
	border-radius:5px;
	margin-right:5px;
	padding:0 10px;
	margin-bottom:5px;
}
@media (max-width: 480px) {
.joken li {
    margin-right: 0;
    padding: 0 4px;
    margin-bottom: 4px;
}
}
.fascility-syosai-btn{
	background-color:#F7931E;
	line-height:45px;
	height:45px;
	width:230px;
	color:#fff;
	position: relative;
	border-radius:10px;
	display: inline-block;
    text-decoration: none;
    margin-top: 20px;
}
.fascility-syosai-btn:after{
font: 900 20px/1 "Font Awesome 5 Free";
    content: "\f105";
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
	color:#fff;
}
.fascility-syosai-btn:hover{
	opacity:0.7;
}

.pagination{
	text-align:center;
}
@media (max-width: 480px) {
.pagination{
	margin-bottom:20px;
}
}
.pagination li{
	display:inline-block;
	width:30px;
	height:30px;
	line-height:30px;
	border:#40B15D solid 1px;
	text-align:center;
	color:#40B15D;
	border-radius:5px;
}
.pagination li a{
	text-decoration:none;
	color:#40B15D;
	width: 100%;
    height: 100%;
    display: block;
}
.pagination li a:hover:{
	opacity:0.7;
}
.pagination .active{
	background-color:#40B15D;
	color:#fff;
}