/* -----------------------------------------------------------
/	WEBフォント
----------------------------------------------------------- */
/*
* Noto Sans JP (japanese) http://www.google.com/fonts/earlyaccess
 */
 @font-face {
	font-family: "Noto Sans JP";
	font-weight: 100;
	font-style: normal;

	font-display: swap;
	src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff2) format("woff2"),
	url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff) format("woff"),
	url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.otf) format("opentype");
}
@font-face {
	font-family: "Noto Sans JP";
	font-weight: 300;
	font-style: normal

	font-display: swap;
	src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff2) format("woff2"),
	url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff) format("woff"),
	url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.otf) format("opentype");
}

@font-face {
	font-family: "Noto Sans JP";
	font-weight: 400;
	font-style: normal;

	font-display: swap;
	src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"),
	url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"),
	url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype");
}
@font-face {
	font-family: "Noto Sans JP";
	font-weight: 500;
	font-style: normal;

	font-display: swap;
	src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format("woff2"),
	url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format("woff"),
	url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format("opentype");
}
@font-face {
	font-family: "Noto Sans JP";
	font-weight: 700;
	font-style: normal;

	font-display: swap;
	src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format("woff2"),
	url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format("woff"),
	url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format("opentype");
}
@font-face {
	font-family: "Noto Sans JP";
	font-weight: 900;
	font-style: normal;

	font-display: swap;
	src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2) format("woff2"),
	url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff) format("woff"),
	url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf) format("opentype");
}

/* -----------------------------------------------------------
/	共通パーツ
----------------------------------------------------------- */

.cjk,
:lang(ja) {
	font-family: "Noto Sans JP", sans-serif;
}

.glyphicon {
	font-family: 'Glyphicons Halflings' !important;
}

#sitetop {
	position: relative;
}
.pagetop {
	display: flex;
	width: 6rem;
	border-radius: 100%;
	border: 1px solid #e4e4e4;
	position: fixed;
	height: 6rem;
	background: #ffffff;
	box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
	align-items: center;
	justify-content: center;
	font-size: 2.6rem;
	color: #777777;
	right: 3rem;
	bottom: 3rem;
	transition: 0.3s;
	z-index: 999;
}

.pagetop:hover {
	transition: 0.3s;
	box-shadow: 0px 1px 4px rgba(0,0,0,0.2);
	text-decoration: none;
}

@media screen and (max-width: 480px) {
	.pagetop {
		right: 1rem;
		bottom: 1rem;
		width: 4rem;
		height: 4rem;
		opacity: 0.4;
	}
}

@media print {
	.pagetop {
		display: none !important;
	}
}

body {
	font-size: 16px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	max-width: 100%;
	height: auto;
}

.main p {
	margin-bottom: 20px;
	padding-left: 10px;
	font-size: 16px;
	line-height: 1.6;
}

.main ul {
	margin-bottom: 40px;
}

ul.list-block {
	padding: 2rem;
	background: #f3ebcc;
	border: 1px solid #d6ceb0;
	border-radius: 4px;
	list-style: none;
}

ul.list-block li {
	line-height: 1.6;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 2px dashed #d6ceb0;
	margin-bottom: 10px;
}

ul.list-block li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.header-container {
	clear: both;
	overflow: hidden;
	padding: 15px 0;
}

.header-container > .logo {
	float: left;
}

.header-container > .logo > a > img {
	width: 380px;
}

.header-container > .header-infomation {
	float: right;
}

.header-container > .header-infomation > ul {
	display: table;
	margin: 0;
	list-style: none;
	padding-left: 15px;
}

.header-container > .header-infomation > ul > li {
	display: table-cell;
	padding: 4px;
	vertical-align: bottom;
}

.header-container > .header-infomation > ul > .btn {
	padding: 10px;
	border-radius: 6px;
}

.header-container > .header-infomation > ul > .btn > .icon {
	margin-right: 5px;
}

.header-container > .header-infomation > ul > li > .btn-contact {
	color: #ffffff;
	background: #fda14e;
}

.header-container > .header-infomation > ul > li > .btn-access {
	color: #ffffff;
	background: #4f9bf5;
}

.header-container > .header-infomation > ul > li > .btn > .icon {
	margin-right: 5px;
}

.header-container > .header-infomation > ul > .header-tel {
	clear: both;
	overflow: hidden;
}

.header-container > .header-infomation > ul > .header-tel > p > span {
	font-size: 30px;
	font-weight: bold;
}


.header-container > .header-infomation > ul > .header-tel > img {
	float: left;
	margin-right: 5px;
}
.header-container > .header-infomation > ul > .header-tel > p {
	font-size: 12px;
	line-height: 1;
	float: right;
	margin-bottom: 0;
	color: #39a273;
}

.header-nav {
	font-size: 17px;
	width: 100%;
	padding: 17px 0;
	color: #ffffff;
	border-bottom: 3px solid #207954;
	background: #84c65f; /* 悩み中 #4bb798; */
}

.header-nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.header-nav ul > li {
	width: 100%;
}

.header-nav ul > li > a {
	font-weight: bold;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 4px 0;
	text-align: center;
	color: #ffffff;
	border-left: 1px solid #ffffff;
}

.header-nav ul > li:last-child > a {
	border-right: 1px solid #ffffff;
}

.heading-lv2 {
	font-size: 28px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	margin: 70px 0 28px;
	text-align: left;
	color: #398a5b;

	-webkit-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
}

.home .heading-lv2 {
	margin-top: 20px;
}

.heading-lv2:after {
	display: block;
	width: 60px;
	margin-top: 20px;
	content: "";
	border-bottom: 4px solid #398a5b;

	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.heading-lv2.text-center:after {
	margin-right: auto;
	margin-left: auto;
}

.heading-lv3 {
	font-size: 22px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	margin: 60px 0 8px;
	text-align: left;
	text-indent: 1rem;
	color: #447fc4;

	-webkit-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.heading-lv3:before {
	height: 2rem;
	padding-left: 1rem;
	content: "";
	border-left: 4px solid #447fc4;

	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.heading-lv4 {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 24px;
	line-height: 1.8;
	margin: 20px 0 15px;
	text-align: center;
	color: #00693e;
}

.heading-lv5 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 15px;
	color: #01693e;
}

.thumbnail .caption h3 {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 15px;
	text-align: center;
	color: #4a4936;
}

.thumbnail {
	padding: 0;
	border: none;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.flex-row {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;

	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}

.flex-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.flex-row:before {
	display: inherit;
}

@media screen and (max-width: 767px) {
	.flex-center {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
	}
}

.btn-default {
	padding: 15px 25px;
	color: #ffffff;
	border: none;
	background: #84c65f;
	text-shadow: none;
}

.btn-default:hover {
	color: #ffffff;
	background: #56bd8f;
	text-shadow: none;
}

.btn-warning {
	padding: 15px 25px;
	color: #ffffff;
	border: none;
	background: #fda14e;
	text-shadow: none;
}

.btn-warning:hover {
	color: #ffffff;
	background: #febb81;
	text-shadow: none;
}
@media screen and (max-width: 767px) {
	#spmenu .navbar-nav {
		margin: 0;
		padding: 0;
	}
	#spmenu .navbar-nav li a {
		padding: 25px 15px;
		border-bottom: 1px solid #f5f5f5;
	}
	.navbar-brand {
		padding-top: 0;
		padding-right: 0;
		padding-bottom: 0;
		padding-left: 15px;
	}
	.navbar-default {
		background: transparent;
		box-shadow: none;
	}
	.header-container > .logo {
		display: block;
		float: inherit;
	}
	.header-container > .header-infomation {
		float: inherit;
	}
	.header-container > .header-infomation > ul {
		width: 100%;
		padding: 0;
		text-align: center;
	}
	.header-container > .header-infomation > ul > li {
		display: block;
		padding-right: 15px;
		padding-bottom: 2px;
		padding-left: 15px;
	}
	.header-container > .header-infomation > ul > li > .btn {
		width: 100%;
	}
	.header-container > .header-infomation > ul > .header-tel {
		display: inline-block;
	}
}


@media screen and (max-width: 768px) {
	img {
		max-width: 100%;
		height: auto;
	}
}


@media screen and (max-width: 991px) {
	.header-container > .header-infomation {
		margin-top: 0;
	}
	.header-container > .header-infomation > ul > .header-tel > img {
		width: 26px;
	}
	.header-container > .header-infomation > ul > .header-tel > p > span {
		font-size: 22px;
	}
	.header-nav ul > li > a {
		font-size: 14px;
	}
}

table {
	width: 100% !important;
	margin: 15px 0 40px;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

table th,
table td {
	padding: 15px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

table tr:nth-child(even) {
	background-color: #e1f1d9;
}

table.no-stripe tr:nth-child(even) {
	background: transparent;
}

table.no-stripe tr:first-child {
	background-color: #84c65f;
}

table tr.no-border td {
	border-right: none;
}
table tr.no-border td:last-child {
	border-right: 1px solid #cccccc;
}

table thead tr {
	font-weight: bold;
	color: white;
	background-color: #5ca033;
}


ul.system-pr {
	position: relative;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0.5em 0.5em 0.5em 2em;
	border: dashed 2px #ffb03f;
	border-radius: 9px;
	background: #fffde8;
	-webkit-box-shadow: 0 0 0 10px #fffde8;
	box-shadow: 0 0 0 10px #fffde8;
}

ul.system-pr li {
	line-height: 1.5;
	padding: 0.5em 0 0 5px;
	list-style-type: none!important;
}

ul.system-pr li:before {
	font-family: FontAwesome;
	position: absolute;
	left: 1em;
	content: "\f00c";
	color: #ffb03f;
}

ul.speak {
	position: relative;
	margin: 10px 10px;
	padding: 0.5em 1em 0.5em 2.3em;
	border: solid 2px skyblue;/*線の設定*/
}

ul.speak li {
	line-height: 1.5;
	padding: 0.5em 0;
	list-style-type: none!important;
}

ul.speak li:before {
	/*疑似要素*/
	font-family: FontAwesome;
	position: absolute;
	left: 1em; /*左端からのアイコンまで*/
	content: "\f075";/*アイコンの種類*/
	color: skyblue; /*アイコン色*/
}

/* -----------------------------------------------------------
/	トップページ
----------------------------------------------------------- */
.home .heading-lv2 {
	text-align: center;
}

/* -----------------------------------------------------------
/	メインビジュアル
----------------------------------------------------------- */

.mainvisual .top_slide .container {
	padding: 0;
}

.mainvisual .top_slide .slide_item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.mainvisual .top_slide .slide_item > .container {
	position: absolute;
}

.mainvisual .top_slide .slide_item > .slide_img {
	width: 100%;
	position: relative;
}

.mainvisual .top_slide .slide_item > .slide_img img {
	height: 100vh;
	top: 0;
	left: 0;
	width: auto;
	height: auto;
	width: 100%;
	min-width: 100%;
	min-height: 100%;
	max-width: inherit;
	object-fit: cover;
}

.mainvisual .top_slide .slide_item a {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	
	align-self: center;
	margin-top: 15px
}

.mainvisual .top_slide .slide_item p img {
	margin: 0 auto;
}

.mainvisual .top_slide div.box {
	width: 550px;
  margin: 25px auto 0 auto;
}

.mainvisual .top_slide div.box a span {
	font-size: 14px;
}

.mainvisual .top_slide div.box a:nth-child(1) {
	float: left;
	width: 265px;
}

.mainvisual .top_slide div.box a:nth-child(2) {
	float: right;
	width: 265px;
}

.mainvisual .top_slide .slide_item .detail {
	width: 100%;
	height: 100%;
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	z-index: 99;
}

/* top_slide */

 /* slick表示遅延対策 */
 
.top_slide{
	opacity: 0;
	transition: 3s;
}
.slick-initialized{
	opacity: 1
}

 /* slick arrow */

.slide-arrow {
	width: 30px;
	position: absolute;
	z-index: 9999;
}

.prev-arrow {
	top: 50%;
	left: 2rem;
}

.next-arrow {
	top: 50%;
	right: 2rem;
}

 /* top loader */

@keyframes fadeOut {
		from {
				opacity: 1;
		}
		to {
				display: none;
				opacity: 0;
				z-index: -1;
		}
}

#loader {
		width: 100%;
		height: 100vh;
		position: absolute;
		background-color: #fff;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: center;
		align-items: center;
		z-index: 9999;
		/* 環境によって「z-index」追加 */
}
/* 読み込み完了後に「loaded」を付与する */
#loader.loaded {
		animation: fadeOut 3s forwards;
}

.spinner {
	width: 40px;
	height: 40px;
	margin: 100px auto;
	background-color: #84c65f;

	border-radius: 100%;	
	-webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
	animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
	0% { -webkit-transform: scale(0) }
	100% {
		-webkit-transform: scale(1.0);
		opacity: 0;
	}
}

@keyframes sk-scaleout {
	0% { 
		-webkit-transform: scale(0);
		transform: scale(0);
	} 100% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
		opacity: 0;
	}
}

@media screen and (max-width: 568px) {
	.slide-arrow {
		width: 17px;
		position: absolute;
		z-index: 9999;
		}

}


/* -----------------------------------------------------------
/	SPメニュー
----------------------------------------------------------- */
.spmenu-wrapper .navbar-default {
	position: relative;
	border: none;
}

.spmenu-wrapper .navbar-default .sp-logo {
	position: absolute;
	top: 0;
	left: 15px;
}

/* -----------------------------------------------------------
/	メインビジュアル上ロゴ
----------------------------------------------------------- */

.detail_content{
	width: 342px;
	display: block;
	justify-content: center;
	align-items: center;
	z-index: 99;
	position: inherit;
	bottom: 15%;
}

.btn-outer {
	margin-top: -10px;
}

p.catch-copy{
		margin: 0px auto;
    max-width: 35%;
    height: auto;
    text-align: center;
    margin-top: 135px;
}



@media screen and (max-width: 568px) {
	.detail_content{
	width: 63%;
	height: 108%;
	display: block;
	justify-content: center;
	align-items: center;
	z-index: 99;
	margin-top: 10px;
	position: inherit;
	bottom: -60px;
	}

	.btn-outer {
	margin-top: -19px;
	width: 100%;
	}

	p.catch-copy{
		margin: 0px auto;
    max-width: 35%;
    height: auto;
    text-align: center;
    margin-top: 135px;
		}

}



/* -----------------------------------------------------------
/	メインビジュアル下のPRボックス
----------------------------------------------------------- */
.pr-box {
	font-weight: bold;
	position: relative;
	z-index: 1;
	margin: 2em 0 3em 0;
	padding: 2em;
	background-color: #ffffff;
}

.pr-box::before,
.pr-box::after {
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.pr-box::before {
	z-index: -1;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.5);
}

.pr-box::after {
	z-index: -2;
	top: 5px;
	left: 5px;
	background-color: #c7ffa7;
}

.pr-box ul {
	position: relative;
	margin: 0;
	padding: 0 0.5em;
}

.pr-box ul li {
	line-height: 1.5;
	padding: 0.5em 0 0.5em 1.4em;
	list-style-type: none!important;
	border-bottom: dashed 1px silver;
}

.pr-box ul li:before {
	font-family: FontAwesome;
	position: absolute;
	left: 0.5em; /*左端からのアイコンまで*/
	content: "\f138";/*アイコン種類*/
	color: #ffb03f; /*アイコン色*/
}

.pr-box ul li:last-of-type {
	border-bottom: none;
}

/* -----------------------------------------------------------
/	特徴
----------------------------------------------------------- */
.feature {
	padding-bottom: 3px;
}

.feature > h3 {
	font-size: 22px;
	line-height: 1.6;
	margin-bottom: 20px;
	text-align: center;
	color: #4bb798;
}

.feature .thumbnail > img,
.feature .thumbnail a > img {
	width: 100%;
}

.service .service-img {
	padding: 0;
	text-align: right;
}

.service .service-text {
	/*padding: 20px;*/
}

.service .service-text .text-outer {
	padding: 25px;
}

.service .service-text:nth-of-type(1) .text-outer {
	background: #e7facf;
}

.service .service-text:nth-of-type(2) .text-outer {
	background: #faf0cf;
}

.service .service-text h3 {
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 15px;
}

.service .service-text p {
	font-size: 14px;
	margin-bottom: 25px;
}

.home .blog {
	padding: 40px 0;
	background: url(../img/common/common-bg-blog.png) repeat;
}

.blog .item h3 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 0;
}

.blog-item-outer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.blog-item-outer .item {
	margin-bottom: 15px;
}

.blog-item-outer .thumbnail {
	margin-bottom: 10px;
}

.blog-item-outer .date {
	font-size: 13px;
	margin-bottom: 5px;
	color: #797979;
}

.blog-item-outer .title {
	font-size: 15px;
	line-height: 1.4;
	color: #333333;
}

.movie {
	padding: 40px 0;
}

.movie-list {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0;
}

.movie-list li {
	width: calc((100% - 2.6rem)/3);
	position: relative;
	list-style: none;
}

.movie-list li img {
	width: 100%;
}

.movie-list li:not(:nth-of-type(3n+1)) {
	margin-left: 1.3rem;
}

.movie-list li:nth-child(n+4) {
	margin-top: 2rem;
}

.movie-list li a {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
}

.movie-list .playbtn::after {
	background: url(../img/playbtn.png) no-repeat;
	background-size: contain;
	width: 70px;
	height: 70px;
	display: block;
	content: " ";
	z-index: 9;
}

.movie-list .playbtn:hover::after {
	opacity: .75;
}

@media screen and (max-width: 568px) {
	.movie-list {
		display: block;
	}
	.movie-list li:not(:nth-of-type(3n+1)) {
		margin-left: 0;
	}
	.movie-list li {
		width: 100%;
		position: relative;
		padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
		height: 0;
		overflow: hidden;
		margin-top: 2rem;
	}
	.movie-list li iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}

.news {
	padding-top: 30px;
	padding-bottom: 30px;
}

.news .date {
	font-size: 14px;
	width: 110px;
}

.news .news-tag {
	font-size: 12px;
	min-width: 6em;
	padding: 5px 10px;
	text-align: center;
	color: #ffffff;
	border-radius: 4px;
	background: #cccccc;
}

.news ul li {
	display: table;
	width: 80%;
	margin: 0 auto;
	padding: 15px 0;
	border-bottom: 1px dotted #219d6f;
}

.news ul li > * {
	display: table-cell;
}

.news ul li > p {
	width: 510px;
	padding-left: 20px;
}

.news ul li > p > a {
	color: #1f6c8c;
}

.service {
	margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
	.service .service-text h3 img {
		max-width: 100%;
		height: auto;
	}
	.news ul {
		margin: 0;
		margin-bottom: 30px;
		padding: 0;
	}
	.news ul li {
		display: block;
		width: 100%;
	}
	.news ul li > span {
		display: inline-block;
	}
	.news ul li > p {
		margin-top: 10px;
		padding: 0;
	}
	.service .service-img img {
		width: 100%;
	}
	.blog .item {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 911px) {
	.news ul li {
		display: table;
		width: 100%;
	}
}


/* -----------------------------------------------------------
/	よくある質問
----------------------------------------------------------- */
.qa-list dt {
	font-size: 18px;
	font-weight: bold;
	color: #00693e;
}

.qa-list dd {
	margin: 8px 0 15px 0;
	border-bottom: 1px dotted #207954;
}

/* -----------------------------------------------------------
/	採用
----------------------------------------------------------- */
.home .recruit {
	margin: 20px 0 60px;
}
.recruit > .container {
	width: 980px;
	height: 300px;
	padding: 4px 15px 0 400px;
	background: url(../img/top/top-recruit.png) no-repeat;
}

.recruit > .container > h3 {
	margin-bottom: 20px;
	margin-top: 30px;
}
.recruit > .container > p {
	margin-bottom: 20px;
}

@media screen and (max-width: 911px) {
	.recruit {
		/*position: relative;*/
	}
	.recruit > .container {
		width: 100%;
		padding-right: 25px;
		padding-left: 410px;
	}
	.recruit > .container > h3 img {
		max-width: 100%;
		height: auto;
	}
	.recruit > .container > * {
		position: relative;
		z-index: 999;
	}
	.recruit .container:after {
		position: absolute;
		z-index: 0;
		z-index: 0;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		content: none;
		background: none;
	}
	.home .recruit .btn {
		margin-right: auto;
		margin-left: auto;
	}
}

@media screen and (max-width: 767px) {
	.recruit {
		position: relative;
	}
	.recruit > .container {
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
	}
	.recruit > .container > h3 img {
		max-width: 100%;
		height: auto;
	}
	.recruit > .container > * {
		position: relative;
		z-index: 999;
	}
	.recruit .container:after {
		position: absolute;
		z-index: 0;
		z-index: 0;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		content: "";
		background: rgba(232, 232, 232, 0.6);
	}
	.home .recruit .btn {
		margin-right: auto;
		margin-left: auto;
	}
}


/* -----------------------------------------------------------
/	コンバージョン
----------------------------------------------------------- */
.cv {
	padding-top: 30px;
	padding-bottom: 30px;
	background: #fdfec9;
}
.cv h3 {
	margin-bottom: 10px;
	text-align: center;
}

.cv p {
	width: 700px;
	margin: auto;
	margin-bottom: 10px;
}

.cv .tel {
	font-size: 38px;
	font-weight: bold;
	text-align: center;
	color: #8e0000;
}

.cv .tel img {
	margin-right: 10px;
}

.cv a {
	margin: 10px auto;
}

@media screen and (max-width: 767px) {
	.cv p {
		width: 100%;
	}
}

/* -----------------------------------------------------------
/	フッター
----------------------------------------------------------- */
footer {
	width: 100%;
	padding: 0 0 25px 0;
	background: #b1e6bd;
}

footer .footer-link {
	background: #279762;
}

footer .footer-nav {
	width: 100%;
	padding: 15px 0;
}

footer .footer-nav ul {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;

	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
}

footer .footer-nav ul li {
	width: 16.6666%;
}

footer .footer-nav ul li a {
	font-size: 14px;
	display: block;
	width: 100%;
	padding: 0 15px;
	text-align: center;
	color: #ECECEC;
	border-left: 1px solid #ECECEC;
}

footer .footer-nav ul li:last-child a {
	border-right: 1px solid #ECECEC;
}

footer .footer-copy-nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
	justify-content: flex-end;
	flex-wrap: wrap;
}

footer .footer-copy-nav ul li a {
	font-size: 13px;
	display: block;
	width: 100%;
	padding: 0 0 0 13px;
	text-align: center;
}

footer .footer-copy-nav ul li a:hover {
	text-decoration: none;
}


footer .footer-information {
	padding-top: 25px;
	font-size: 16px;
}

footer .footer-information div:last-child {
	text-align: right;
}

footer .footer-information div p a.btn-access {
	color: #ffffff;
	background: #4f9bf5;
	font-size: 12px;
}

footer .footer-copy .copyright {
	font-size: 10px;
}

@media screen and (max-width: 768px) {
	footer .footer-nav ul li a {
		padding: 15px 0;
		border-bottom: 1px solid #d8d8d8;
		border-left: none;
	}
	footer .footer-nav ul li:last-child a {
		border-right: none;
	}
	footer .footer-nav ul {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	footer .footer-nav ul li {
		width: 48%;
	}
}

/* -----------------------------------------------------------
/	パンくずリスト
----------------------------------------------------------- */
.bredcrumnbs ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 10px;
	padding: 0;
	list-style: none;
	color: #686868;
}

.bredcrumnbs ul li {
	font-size: 14px;
	margin-right: 15px;
}

.bredcrumnbs ul li:first-child:before {
	content: none;
}

.bredcrumnbs ul li:before {
	font-size: 12px;
	margin-right: 10px;
	content: '>';
}

@media screen and (max-width: 768px) {
	.bredcrumnbs {
		border-top: 3px solid #4bb798;
	}
}

/* -----------------------------------------------------------
/	下層ページ２カラムレイアウト
----------------------------------------------------------- */
.sidebar {
	font-size: 18px;
	float: left;
	width: 24%;
	padding-top: 30px;
}

.sidebar .sidenav {
	background: #cbecde;
}

.sidebar .sidenav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar .sidenav ul li {
	text-align: left;
	border-top: 1px solid #ffffff;
}


.sidebar .sidenav ul li a {
	font-weight: 500;
	display: block;
	padding: 15px;
	background: #b1e6bd;
}

.sidebar .sidenav ul li a {
	position: relative;
	padding-left: 22px;
	text-indent: 15px;
	color: #333333;
}

.sidebar .sidenav ul li.parent {
	padding: 15px;
	text-indent: 0;
	color: #ffffff;
	background-color: #279762;
}

.sidebar .sidenav ul li a:before {
	position: absolute;
	left: 0;
	display: block;
	width: 14px;
	height: 14px;
}

.sidebar .sidenav ul li.parent:before {
	content: none;
}

.sidebar .sidenav ul li a:hover {
	background-color: #b2eeea;
}

.sidebar .sidenav ul li.current_page_item a, .sidebar .sidenav ul li.current_page_parent a {
	background-color: #b2eeea;
}

.sidebar .sidenav ul li a.parent:hover {
	background-color: #207954;
}


.main {
	float: right;
	width: 74%;
}

@media screen and (max-width: 768px) {
	.sidebar {
		float: none;
		width: 100%;
	}
	.main {
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}
}

/* -----------------------------------------------------------
/	お問い合わせ
----------------------------------------------------------- */
.red {
	color: #c40000;
}

.wpcf7c-btn-back {
	margin-right: 30px;
}


footer .footer-nav ul li {
	width: 16.6666%;
}

footer .footer-nav ul li a {
	font-size: 14px;
	display: block;
	width: 100%;
	padding: 0 15px;
	text-align: center;
	color: #ececec;
	border-left: 1px solid #ececec;
}

footer .footer-nav ul li:last-child a {
	border-right: 1px solid #ececec;
}

footer .footer-copy-nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;

	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-ms-flex-wrap: wrap;
}

footer .footer-copy-nav ul li a {
	font-size: 13px;
	display: block;
	width: 100%;
	padding: 0 0 0 13px;
	text-align: center;
}

footer .footer-copy-nav ul li a:hover {
	text-decoration: none;
}


footer .footer-information {
	font-size: 16px;
	padding-top: 25px;
}

footer .footer-information div:last-child {
	text-align: right;
}

footer .footer-information div p a.btn-access {
	font-size: 12px;
	color: #ffffff;
	background: #4f9bf5;
}

footer .footer-copy .copyright {
	font-size: 10px;
}

@media screen and (max-width: 767px) {
	footer .footer-nav ul li a {
		padding: 15px 0;
		border-bottom: 1px solid #d8d8d8;
		border-left: none;
	}
	footer .footer-nav ul li:last-child a {
		border-right: none;
	}
	footer .footer-nav ul {
		overflow: hidden;
		flex-direction: row;

		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-webkit-flex-direction: row;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		-ms-flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	footer .footer-nav ul li {
		width: 48%;

		-webkit-box-flex: auto;
		-ms-flex: 1 1 auto;
		-webkit-flex: 1 1 auto;
		flex: 1 1 auto;
	}
}

/* -----------------------------------------------------------
/	パンくずリスト
----------------------------------------------------------- */
.bredcrumnbs {
	background: #eef8ef;
}

.bredcrumnbs ol {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-top: 10px;
	padding: 0;
	list-style: none;
	color: #686868;
	font-size: 14px !important;

	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}

.bredcrumnbs ol li {
	font-size: 14px;
	margin-right: 15px;
}

.bredcrumnbs ol li br {
	display: none;
}

.bredcrumnbs ol li:first-child:before {
	content: none;
}

.bredcrumnbs ol li:before {
	font-size: 12px;
	margin-right: 10px;
	content: ">";
}

@media screen and (max-width: 767px) {
	.bredcrumnbs {
		border-top: 3px solid #4bb798;
	}
}

/* -----------------------------------------------------------
/	下層ページ２カラムレイアウト
----------------------------------------------------------- */
.page-outer {
	padding: 30px 0 50px;
	background: #eef8ef;
}
.sidebar {
	font-size: 18px;
	float: left;
	width: 20%;
	padding-right: 20px;
}

.sidebar .sidenav {
	background: #cbecde;
}

.sidebar .sidenav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar .sidenav ul li {
	text-align: left;
}


.sidebar .sidenav ul li a {
	font-weight: 500;
	display: block;
	padding: 12px;
	background: #b3e5be;
	border-bottom: 1px solid #fff;
	font-size: 18px;
}

.sidebar .sidenav ul li.parent a {
	padding: 0;
}

.sidebar .sidenav ul li.parent a:hover {
	text-decoration: underline;
}

.sidebar .sidenav ul li a {
	color: #333333;
}

.sidebar .sidenav ul li.parent {
	padding: 12px;
	text-indent: 0;
	color: #ffffff;
	background-color: #279762;
}

.sidebar .sidenav ul li.parent:before {
	content: none;
}

.sidebar .sidenav ul li.parent > a {
	border-bottom: none;
	color: #fff;
	background: #2f9664;
}

.sidebar .sidenav ul li.parent > a:hover {
	border-bottom: none;
	color: #fff;
	background: #2f9664;
	text-decoration: underline;
}


.sidebar .sidenav ul li.current_page_item a,
.sidebar .sidenav ul li a:hover {
	background-color: #b5eeea;
}


.main {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 45px 25px;
	border: 1px solid #dadada;
	background: #ffffff;
	width: 100%;
}

.sidebar + .main {
	float: right;
	width: 80%;
}

.main > h2:first-child {
	margin-top: 0;
}

@media screen and (max-width: 767px) {
	.sidebar {
		float: none !important;
		width: 100% !important;
		padding-right: 0 !important;
	}
	.main {
		float: none !important;
		width: 100% !important;
		margin-bottom: 30px !important;
	}
	.sidebar .sidenav ul li:last-child a {
		border-bottom: none;
	}
}

@media screen and (max-width: 911px) {
	.sidebar .sidenav ul li a {
		font-size: 14px;
	}
}

/* -----------------------------------------------------------
/	お問い合わせ
----------------------------------------------------------- */
.red {
	color: #c40000;
}

.wpcf7c-btn-back {
	margin-right: 30px;
}

@media screen and (max-width: 767px) {
	table {
		width: 100% !important;
		margin: 15px 0;
	}
	table th {
		border-bottom: none;
		padding-bottom: 0;
	}
	table th,
	table td {
		display: block !important;
		width: 100% !important;
		border-right: 1px solid #cccccc !important;
	}
	table.non-responsive th,
	table.non-responsive td {
		width: unset !important;
		display: table-cell !important;
	}
	table.minify th,table.minify td {
		padding: 5px;
	}
	table.no-stripe tr:first-child {
		padding-top: 0;
	}
	.table-columns tr {
		border-bottom: 1px solid #ccc;
		padding: 15px 0;
		display: block;
	}
	.table-columns td {
		border-bottom: none;
		padding-bottom: 0;
		padding-top: 0;
	}
	.table-columns td.title {
		font-weight: bold;
		margin-bottom: 5px;
	}
	.wpcf7-form-control {
		width: 100%;
	}
	.scroll {
		overflow: auto;
		white-space: nowrap;
	}
	.scroll::-webkit-scrollbar {
		height: 5px;
	}
	.scroll::-webkit-scrollbar-track {
		background: #f1f1f1;
	}
	.scroll::-webkit-scrollbar-thumb {
		background: #bcbcbc;
	}
	.scroll table th,
	.scroll table td {
		display: table-cell;
		width: auto;
	}
}

/* -----------------------------------------------------------
/	料金案内
----------------------------------------------------------- */
.price_list li {
	margin: 16px 0;
}

.price_list li img {
	margin: 10px;
}
/* -----------------------------------------------------------
/	ご利用例について
----------------------------------------------------------- */
.example-box {
	margin-bottom: 30px;
	border: 2px solid #b1e6bd;
}

.example-box .title {
	font-size: 22px;
	font-weight: bold;
	margin: 0;
	padding: 1em;
	background: #b1e6bd;
}

.example-box ul {
	margin: 0;
	margin-bottom: 20px;
	padding: 1.5em 2em 0 3em;
}

.example-box ul li {
	margin-bottom: 0.3em;
}

.example-box ul li.link-list {
	margin: 1.5em 0 2em;
	list-style: none;
}

.example-box ul li.link-list a {
	padding: 0.7em 1em;
	text-align: center;
	color: #ffffff;
	border-radius: 6px;
	background: #fda14e;
}

/* -----------------------------------------------------------
/	アーカイブ
----------------------------------------------------------- */
.main.news ul {
	margin: 0;
	padding: 0;
}

.main.news ul li {
	width: 100%;
}

/* -----------------------------------------------------------
/	流れパーツ
----------------------------------------------------------- */
.steps {
	border: none;
}

.steps tr:after {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 24px;
	display: block;
	width: 100%;
	margin: 15px auto;
	content: "\f063";
	text-align: center;
	color: #398a5b;
}

.steps tr:last-child:after {
	display: none;
}

.steps tr:nth-child(even) {
	background-color: transparent;
}

.steps tr th {
	font-size: 18px;
	display: block;
	text-align: center;
	color: #ffffff;
	background: #398a5b;
}

.steps tr td {
	display: block;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

.steps tr th span {
	font-size: 24px;
	margin-right: 10px;
	text-align: center;
}

table.calendar,
table.career-list {
	table-layout: fixed;
}

table.calendar tr:nth-child(even) {
	background: #ffffff;
}
@media screen and (max-width: 767px) {
	table.calendar th,
	table.calendar td,
	table.career-list th,
	table.career-list td {
		display: table-cell !important;
	}
}

/* -----------------------------------------------------------
/	職員紹介
----------------------------------------------------------- */
.staff-outer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
}

.staff-outer .thumbnail-outer {
	overflow: hidden;
	width: 36%;
}

.staff-outer .thumbnail-outer img {
	width: 100%;
}

.staff-outer .staff-detail-outer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	width: 64%;
	padding: 25px;
	background: #279761;

	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.staff-outer .staff-detail-outer .position {
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 10px;
	padding: 3px 10px;
	text-align: center;
	color: #ffffff;
	border-radius: 4px;
	background: #06522b;
}

.staff-outer .staff-detail-outer .lead {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 10px;
	padding: 0;
	color: #ffffff;
	width: 100%;
}

.staff-outer .staff-detail-outer .year {
	font-size: 18px;
	font-weight: 500;
	padding: 0;
	color: #06522b;
}

.staff-outer .staff-detail-outer .btn {
	position: relative;
	padding: 6px 40px 6px 15px;
	text-decoration: none;
	color: #ffffff;
	background: #ed9206;
}

.staff-outer .staff-detail-outer .btn:before {
	font-family: "FontAwesome";
	font-size: 1.4rem;
	line-height: 1;
	position: absolute;
	top: 0;
	right: 1rem;
	bottom: 0;
	width: 1.4rem;
	height: 1.4rem;
	margin: auto;
	content: "\f105";
	color: #ffffff;
}

@media screen and (max-width: 991px) {
	.staff-outer .staff-detail-outer .lead br {
		display: none !important;
	}
}

@media screen and (max-width: 991px) {
	.staff-outer .thumbnail-outer {
		width: 46%;
	}
	.staff-outer .staff-detail-outer {
		width: 54%;
	}
	.staff-outer .staff-detail-outer .position {
		font-size: 11px;
		margin-bottom: 10px;
	}
	.staff-outer .staff-detail-outer .lead {
		font-size: 18px;
	}
	.staff-outer .staff-detail-outer .year {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.staff-outer .staff-detail-outer .btn {
		font-size: 12px;
		padding: 3px 40px 3px 15px;
	}
}


@media screen and (max-width: 767px) {
	.staff-outer {
		display: block;
	}
	.staff-outer .thumbnail-outer {
		display: block;
		width: 100%;
	}
	.staff-outer .staff-detail-outer {
		width: 100%;
	}
}




/* -----------------------------------------------------------
/	併設施設
----------------------------------------------------------- */
p.facility-fee {
	width: 300px;
}

span.sub {
	float: left;
	text-align: left;
}

span.fee {
	float: right;
}


/* -----------------------------------------------------------
/	ブログーシングル
----------------------------------------------------------- */
.single-blog .main {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

/* -----------------------------------------------------------
/	リハビリの力
----------------------------------------------------------- */
.main .leadcopy {
	font-size: 24px;
	color: #ca6000;
}

/* -----------------------------------------------------------
/	アイキャッチモジュール
----------------------------------------------------------- */
.eyecatch-module {
	border-radius: 10px;
	max-height: 264px;
	position: relative;
	overflow: hidden;
	margin-bottom: 25px;
}

.eyecatch-module img {
	width: 100%;
	height: auto;
}

.eyecatch-module h1 {
	position: absolute;
	bottom: 0;
	background: #2a9764;
	display: block;
	width: 100%;
	padding: 20px;
	color: #fff;
	font-size: 2.5rem;
	margin: 0;
}

.eyecatch-module h1 span {
	font-size: 15px;
	margin-left: 20px;
	color: #8bc6ab;
	letter-spacing: 0.04rem;
}

@media screen and (max-width: 767px) {
	.eyecatch-module {
		max-height: inherit;
		height: 204px;
	}
}


/* -----------------------------------------------------------
/	ページネーション
----------------------------------------------------------- */
.pagination > li {
	display: inline !important;
}