@charset "utf-8";
/* CSS Document */

/* --------------------------------------------------

organizations

-------------------------------------------------- */
/* --------------------------------------------------
area
-------------------------------------------------- */

/* --------------------------------------------------
area
-------------------------------------------------- */
.area{
	background: #FFFBDE;
	padding: 3% 0;
	margin-bottom: 3%;
}
.area ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-right: -2%;
	width: 100%;
}

.area ul li{
	width: calc(100% / 4 - 2%);
	margin-right: 2%;
	padding: 1.5% 0;
}

.area ul li a{
	display: block;
	border: solid 1px #707070;
	text-align: center;
	background: #fff;
	padding: 0.5em;
	border-radius: 5px;
	transition: .3s;
}
.area ul li a:hover,
.area ul li a.active{
	background: #FFDEC7;
}

@media screen and (max-width: 800px) {
	.area ul li{
		width: calc(100% / 2 - 2%);
	}
}

/* --------------------------------------------------
facility-search
-------------------------------------------------- */

.facility-search input[type=checkbox], .facility-search input[type=radio] {
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.1em;
  display: none;
}

.facility-search .search-wrap {
  display: flex;
  flex-wrap: wrap;
	justify-content: flex-start;
  margin-right: -2%;
	margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .facility-search .search-wrap {
    display: block;
  }
}
.facility-search .search-wrap > div {
 	width: calc(100% / 4 - 2%);
  margin-right: 2%;
  padding: 1.5% 0;
}
@media only screen and (max-width: 768px) {
  .facility-search .search-wrap > div {
    width: 100%;
    margin-right: 0;
  }
}

.facility-search fieldset input:checked[type=checkbox],
.facility-search fieldset input:checked[type=radio] {
  width: 2em;
  height: 2em;
  display: none;
}

.facility-search fieldset label,
.facility-search fieldset label {
  background: #FFF;
  border: solid 1px #707070;
  cursor: pointer;
  border-radius: 5px;
	text-align: center;
  padding: 0.5em;
  transition: .3s;
}

.facility-search fieldset input:checked[type=checkbox] + label,
.facility-search fieldset input:checked[type=radio] + label,
.facility-search label:hover {
  background: #FFDEC7;
  cursor: pointer;
  border-radius: 5px;
}

.facility-search input[type=checkbox] + label, .facility-search input[type=radio] + label {
  display: flex;
  align-items: center;
	justify-content: center;
}
.facility-search input[type=checkbox] + label img, .facility-search input[type=radio] + label img {
  margin-right: 0.5em;
  display: inline-block;
}

.facility-search input[type=text], .facility-search input[type=tel], .facility-search input[type=email], .facility-search input[type=password] {
  font-size: 1.6rem;
  width: 100%;
  vertical-align: middle;
  border: none;
  padding: 0.5em 0.8em;
  background: #FFF;
  box-sizing: border-box;
  border-radius: 0.5em;
}

.facility-search .sub-category {
  font-size: 1.5rem;
  padding: 1em 1em 0.5em 1em;
  display: none;
}
.facility-search .sub-category span {
  margin-bottom: 0.5em;
	display: inline-block;
}
@media only screen and (max-width: 768px) {
  .facility-search .sub-category span {
    font-size: 1.2rem;
  }
}

/* --------------------------------------------------

col-search-block

-------------------------------------------------- */
.col-search-block {
  margin-bottom: 1em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (max-width: 768px) {
.col-search-block {
    display: block;
  }
}
.col-search-block select {
  width: 60%;
}
@media only screen and (max-width: 768px) {
.col-search-block select {
    width: 100%;
    margin-bottom: 1em;
  }
}
.col-search-block input {
  width: 60%;
  background: #FFF;
}
@media only screen and (max-width: 768px) {
 .col-search-block input {
    width: 100%;
    margin-bottom: 1em;
  }
}
.col-search-block .ttl-small {
  width: 14em;
  margin: 0 1em 0 0;
}
@media only screen and (max-width: 768px) {
.col-search-block .ttl-small {
    margin-bottom: 1em;
  }
}
.ttl-small {
 border-left: 10px solid #E56E0D;
 padding-left: 1em;
 margin: 1em 0;
}
.keyword{
	width: 90%
}
.keyword input {
    width: 90%;
    border: solid 1px #707070;
    border-radius: 5px;
    padding: 0.5em;
}


/* --------------------------------------------------
post-list
-------------------------------------------------- */
.post-txt{
	margin-left: 2%;
}
.post-txt h3{
	font-size: 2.2rem;
	font-weight: bold;
	margin-bottom: 1%;
}
.post-txt .txt-detail p{
	font-size: 2rem;
}
.post-txt .txt-detail .exprain{
	margin-top: 1%;
	font-size: 1.8rem;
}
.post-list li{
	border: none;
	padding: 1.5em 0 0;
}
.post-list li >a{
	padding: 2em 1em;
	border: solid 2px #FC9D44;
	border-radius: 5px;
	align-items: flex-start;
}

.post-list li dl.post-address,
.post-list li dl.post-place,
.post-list li dl.post-tel,
.post-list li dl.post-contact{
	line-height: 1.4;
	font-size: 2rem;
	display: flex;
	margin-bottom: 1rem;
}

.post-list li dl.post-address dt, .post-list li dl.post-place dt, .post-list li dl.post-tel dt, .post-list li dl.post-contact dt {
	word-break: keep-all;
	min-width: 10em;
	background: #eee;
	margin-right: 2%;
	width: 25%;
	padding: 0.5em;
	text-align: center;
	letter-spacing: .2rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.post-list li dl.post-address dd, .post-list li dl.post-place dd, .post-list li dl.post-tel dd, .post-list li dl.post-contact dd {
	width: 75%;
	padding: 0.5em;
}

.post-list li.no-link{
	margin: 1.5em 0 0;
	padding: 2em 1em;
	border: solid 2px #FC9D44;
	border-radius: 5px;
	display: flex;
    justify-content: space-between;
	align-items: flex-start;
}

.post-list li.no-link .post-txt .post-link a{
	padding: 0;
	color: #03F;
	text-decoration: underline;
}

@media screen and (max-width: 800px) {
	.tmb{
		margin-bottom: 1em;
	}
	.post-txt .txt-detail p{
		font-size: 1.6rem;
	}
	.post-txt .txt-detail .exprain{
		margin-top: .5em;
		font-size: 1.6rem;
	}
	.post-list li.no-link{
		display: block;
	}
	.post-list li dl.post-address,
	.post-list li dl.post-place,
	.post-list li dl.post-tel,
	.post-list li dl.post-contact{
		font-size: 1.6rem;
		line-height: 1.6;
	}
	.post-list li dl.post-address,
.post-list li dl.post-place,
.post-list li dl.post-tel,
.post-list li dl.post-contact{
	display: block;
	margin-bottom: 1rem;
}
	.post-list li dl.post-address dt, .post-list li dl.post-place dt, .post-list li dl.post-tel dt, .post-list li dl.post-contact dt {
	width: 100%;
}

}


/* --------------------------------------------------

consultation

-------------------------------------------------- */
/* --------------------------------------------------
post-list-consultation
-------------------------------------------------- */
.post-list-consultation{
	margin-bottom: 3%;
}
.post-list-consultation li{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 2em 0 0;
	padding: 2em 1em;
	border: solid 2px #FC9D44;
	border-radius: 5px;
}
.post-list-consultation li .tmb{
	width: 20%;
}
.post-list-consultation li .tmb figure{
	width: 100%;
	height: 0;
	padding-top: 69.7%;
	position: relative;
	overflow: hidden;
}
.post-list-consultation li .tmb figure img {
	position: absolute;
	top: -200%;
	bottom: -200%;
	left: -200%;
	right: -200%;
	margin: auto;
	width: 100%;
	height: auto;
	min-height: 100%;
	min-width: 100%;
}
.post-list-consultation li .post-txt {
	width: 80%;
}
.post-list-consultation li .post-txt .post-btn{
	display: flex;
	flex-wrap: wrap;
	margin-top: 1em;
}
.post-list-consultation li .post-txt .post-btn a{
	background: #414141;
	color: #fff;
	font-size: 1.8rem;
	border-radius: 5px;
	padding: .3em 1em;
	margin-bottom: .6em;
	transition: .3s;
}
.post-list-consultation li .post-txt .post-btn a:hover{
	opacity: .75;
}
.post-list-consultation li .post-txt .post-btn a:not(:last-child){
	margin-right: 1em;
}

@media screen and (max-width: 800px) {
	.post-list-consultation li{
		display: block;
		padding: 1em .5em;
	}
	.post-list-consultation li .post-txt,
	.post-list-consultation li .tmb{
		width: 100%;
	}
	.post-list-consultation li .post-txt{
		margin-left: 0;
	}
	.post-list-consultation li .post-txt h3{
		font-size: 1.8rem;
	}
	.post-list-consultation li .post-txt .post-btn a{
		font-size: 1.6rem;
		padding: .3em .5em;
	}
	.post-list-consultation li .post-txt .post-btn a:not(:last-child){
		margin-right: .5em;
	}
}

/* --------------------------------------------------
.chara-intro
-------------------------------------------------- */
.chara-intro {
	border-bottom: none;
}

/* --------------------------------------------------

cheackup

-------------------------------------------------- */
.two-post-pht.cheackup .post-pht p{
	min-height: 50px;
}

.two-post-pht.cheackup .post-pht >div{
	overflow: hidden;
	width: 100%;
	height: 0;
	padding-top: 69.7%;
	position: relative;
}
.two-post-pht.cheackup .post-pht >div img {
	position: absolute;
	top: -200%;
	bottom: -200%;
	left: -200%;
	right: -200%;
	margin: auto;
	width: 100%;
	height: auto;
	min-height: 100%;
	min-width: 100%;
}

@media screen and (max-width: 800px) {
	.two-post-pht.cheackup .post-pht p{
		min-height: inherit;
	}
	.two-post-pht.cheackup{
		display: block;
	}
	.two-post-pht.cheackup .post-pht {
		width: 100%;
		margin-bottom: 1em;
	}
}
