@charset "utf-8";
/*-------------------------
* PC / 全体
-------------------------*/
/* index だけ*/
#header {
	background: transparent;
}
#header #menu {
	display: none;
}
#header .img-area img#headerLogo2 {
	display: none;
}
/* スクロール後 */
#header.scroll {
	background: #f7f6f5;
}
#header.scroll .img-area img#headerLogo2 {
	display: flex;
}
#header.scroll .img-area img#headerLogo {
	display: none;
}
#header.scroll #menu {
	display: inline-flex;
}
/* ◆ メイン画像 */
section#main_img {
	padding-top: 0;
}
#main_img .imgArea {
	position: relative;
}
#main_img .overlay {
	top: 0;
	right: 0;
	background: #8d8d8d;
}
.resizeimage {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 600px;
	max-height: 600px;
	position: relative;
}
.resizeimage img {
	width: 100%;
	height: 100%;
	min-height: 300px;
	-o-object-fit: cover;
	   object-fit: cover;
	font-family: 'object-fit: cover;';
	background-position: center bottom;
}
/* .main_filter {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(45,112,253, .3);
	background: linear-gradient(0deg, rgba(34,193,195,0) 0%, rgba(45,112,253, .3) 60%, rgba(45,112,253,1) 100%);
} */
#main_img .imgArea .slider-text h1 {
	width: 100%;
	font-family: 'Shippori Mincho',sans-serif;
	position: absolute;
	color: rgb(243, 243, 243);
	margin: 0;
	padding: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	line-height: 1.3em;
	letter-spacing: .3em;
}
/*iPad Pro*/
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
	#main_img .imgArea .slider-text h1 {
		min-width: 85%;
		font-size: 1.2em;
	}
	section#main_img {
		padding-top: 0 !important;
	}
}
@media (max-width: 900px) {
	.resizeimage {
		height: 300px;
	}
	#main_img {
		padding-top: 0;
	}
	#main_img .imgArea .slider-text h1 {
		min-width: 85%;
		font-size: .9em;
	}
	section#main_img {
		padding-top: 0 !important;
	}
}
/* ◆ メニューボタン */
.menu-button {
	position: relative;
	width: 100%;
	height: 350px;
}
.btn-odd {
	background: rgba(110, 170, 53, 0.8);
}
.btn-even {
	background: rgba(110, 170, 53, 0.9);
}
.menu-button .contents {
	text-align: center;
}
.menu-button .contents .icon_img {
	display: inline-block;
	width: 150px;
	height: 150px;
	background-color: rgba(255, 255, 255, 0.7);
	position: relative;
	margin: 0 auto;
	margin-top: -80px;
	border-radius: 50%;
	z-index: 20;
}
.menu-button .contents .icon_img img {
	width: 50%;
	height: auto;
	-o-object-fit: contain;
	   object-fit: contain;
	   font-family: 'object-fit: contain;';
	position: absolute;
	 top: 50%;
	 left: 50%;
	 transform: translate(-50%, -50%);
	z-index: 21;
}
.menu-button .contents h3 {
	position: relative;
	color: #f7f6f5;
	margin-top: 5px;
}
.menu-button .contents h3:before {
	position: absolute;
	content: "";
	width: 30px;
	height: 3px;
	bottom: -10px;
	left: calc(50% - 15px);
	border-radius: 3px;
	background: #9dbc60;
}
.menu-button .contents .sentence {
	font-size: 1.5rem;
	color: #f7f6f5;
	text-align: center;
	margin: 10px 25px;
}
/*iPad Pro*/
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
	.menu-button .contents .sentence {
		margin: 10px 15px;
		font-size: .5em;
		line-height: 1.5;
	}
}
@media (max-width: 900px) {
	#menu-button-area .flex {
		display: flex;
	}
	#menu-button-area .flex .wid4 {
		width: 50%;
	}
	#menu-button-area .flex .bottom {
		margin-top: 1px;
	}
	.menu-button {
		height: 180px;
	}
	.menu-button .contents .icon_img {
		width: 100px;
		height: 100px;
		margin-top: -50px;
	}
	.menu-button .contents h3 {
		font-size: .9em;
	}
	.menu-button .contents .sentence {
		display: none;
	}
	.more .mask, .more .mask-text {
		height: 180px;
	}
}
/* ◆ 新着情報 */
#news {
	margin-bottom: 50px;
}
.news-intro {
	width: 80%;
	margin: 0 auto;
}
.virus-contents {
	display: flex;
	justify-content: center;
	margin: auto;
}
.virus-contents img {
	width: 10rem;
	margin-right: 10px;
	border: 1px solid #5c5c66;
}
.virus-contents img:hover {
	opacity: .6;
}
ul.news-area {
	display: flex;
	flex-flow: row wrap;
	border-bottom: 1px solid #99865c;
	padding: 5px 0;
}
ul.news-area li {
	display: block;
	margin: 5px 20px;
}
ul.news-area li a:hover {
	color: #9dbc60;
}
ul.news-area li:nth-child(-n + 3) {
	flex-basis: 350px;
}
ul.news-area li:nth-child(2) {
	flex-basis: 130px !important;
}
.news-contents {
	text-align: left;
}
.notice {
	height: 35px;
	font-size: 1.2rem;
	padding: 3px 0;
	text-align: center;
	color: #f7f6f5;
	background: #bd3939;
	line-height: 1.8rem;
}
ul.news-area li:nth-child(3) {
	flex-basis: auto;
}
.moreDetail {
	width: 90%;
	margin: 2rem 0;
	text-align: right;
}
/* カテゴリー色 */
.nishi {
	background: rgba(110, 170, 53, 0.8) !important;
}
.higashi {
	background: #EFA351 !important;
}
/* レスポンシブ */
@media screen and (max-width: 1024px) {
	.news-intro {
		width: 100%;
	}
	ul.news-area li {
		margin: 5px 10px;
	}
	ul.news-area li:nth-child(-n + 3) {
		text-align: left;
		flex-basis: 250px;
	}
	ul.news-area li:nth-child(3) {
		flex-basis: 100% !important;
	}
	.update
	, .notice {
		text-align: center !important;
	}
	.moreDetail {
		width: 100%;
		text-align: center;
	}
}
@media screen and (max-width: 900px) {
	ul.news-area li:nth-child(-n + 3) {
		flex-basis: 200px;
	}
}
@media only screen and (max-width: 1367px) {
	.news-intro {
		width: 100%;
	}
}
/* ◆ さらいについて */
#aboutUs img {
	position: absolute;
	width: 90%;
	height: 600px;
	-o-object-fit: cover;
	   object-fit: cover;
	   font-family: 'object-fit: cover;';
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#aboutUs p {
	text-align: center;
	margin: 50px 0;
}
/*レスポンシブ*/
@media (max-width: 1024px) {
	#aboutUs p{
		font-size: .8em;
	}
}
@media (max-width: 900px) {
	#aboutUs img {
		display: none;
	}
	#aboutUs h3
	, #aboutUs p {
		font-size: .8em;
	}
}
@media (max-width: 650px) {
	#aboutUs p{
		font-size: .65em;
	}
}
/* ◆ 施設のご案内 */
#facility {
	margin: 0 auto;
}
.box-inner {
 margin: 0 auto;
 padding: 2% 0;
 padding-left: 1%;
}
.box-first
, .box-second
, .box-third {
	padding-top: -5px;
	background: #f7f6f5;
}
.facility-intro {
	height: 660px;
	margin: 0 20px;
	overflow: hidden;
	z-index: 5;
	border: 1px solid #000;
	box-shadow: 5px 5px 0px 0px #9c9c9c;
}
.facility-intro img {
	width: 100%;
	height: 300px;
	-o-object-fit: cover;
	   object-fit: cover;
	   font-family: 'object-fit: cover;';
	transition: .5s all;
}
.facility-intro p {
	height: 120px;
	font-size: 1.5rem;
}
.facility-intro .btnArea {
	margin: 2rem 0 0;
}
/*iPad Pro*/
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
	.facility-intro img {
		height: 200px;
		-o-object-fit: cover;
		   object-fit: cover;
		   font-family: 'object-fit: cover;';
	}
	.facility-intro h4 {
		height: 50px;
	}
	.facility-intro p {
		min-height: 200px;
		font-size: 1.3rem;
	}
}
@media only screen and (min-width: 900px) and (max-width: 1024px) and (orientation: landscape) {
	#facility .wid3 {
		width: 50%;
	}
}
@media (max-width: 767px) {
	.facility-intro {
		height: 600px;
	}
	.facility-intro img {
		width: 100%;
		height: auto;
		max-height: 300px;
		-o-object-fit: cover;
		   object-fit: cover;
		   font-family: 'object-fit: cover;';
	}
	.facility-intro p {
		max-height: 250px;
		font-size: 1.2rem;
	}
	.facility-intro .btnArea {
		margin: 0;
	}
}
/* スマホ横向き */
@media (max-width: 900px) and (orientation: landscape) {
	.facility-intro {
		height: 660px;
	}
}
/* ◆ 採用情報 */
#recruite img {
	position: absolute;
	width: 90%;
	height: 600px;
	-o-object-fit: cover;
	   object-fit: cover;
	   font-family: 'object-fit: cover;';
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#recruite p {
	text-align: center;
	margin: 50px 0;
}
/*レスポンシブ*/
@media (max-width: 1024px) {
	#recruite p {
		font-size: .8em;
	}
}
@media (max-width: 900px) {
	#recruite img {
		display: none;
	}
	#recruite h3
	, #recruite p {
		font-size: .9em;
	}
}
@media (max-width: 650px) {
	#recruite p {
	font-size: .65em;
	}
}
/* ◆ スタッフインタビュー */
#interview-area .shadow-box {
	height: 350px !important;
	margin-bottom: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#interview-area .shadow-box p {
	height: 100px;
}
#interview-area .first
, #interview-area .second
, #interview-area .third {
	-o-object-position: 50% 10%;
	   object-position: 50% 10%;
	   font-family: 'object-position: 50% 10%;';
}
#interview-area .shadow-box img {
	height: 100%;
}
/*IEのみ適用*/
@media all and (-ms-high-contrast: none){
	#interview-area .shadow-box img {
		height: 300px;
	}
}
/* レスポンシブ */
/*iPad Pro*/
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
	#interview-area .inner {
		padding: 0;
	}
}
@media (max-width: 1024px) {
	#interview-area .wid2 {
		width: 100%;
	}
	#interview-area .shadow-box {
		height: 750px !important;
	}
	#interview-area .shadow-box img {
		height: 400px;
		width: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
		   font-family: 'object-fit: cover;';
	}
}
@media  (max-width: 900px) and (orientation: landscape),
 		(max-width: 540px) and (orientation: portrait) {
	#interview-area .shadow-box {
		height: 450px !important;
	}
	#interview-area .shadow-box .box-inner {
		width: 100%;
	}
	#interview-area .shadow-box img {
		height: 200px;
		width: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
		   font-family: 'object-fit: cover;';
	}
	#interview-area .shadow-box p {
		height: auto;
	}
	#interview-area .shadow-box a.btn-link {
		font-size: 1rem;
	}
	.ueno {
		-o-object-position: center right !important;
		   object-position: center right !important;
		   font-family: 'object-position: center right !important;';
	}
}
/* ◆ アクセス */
.access-intro {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 10px auto;
}
.access-map
, .access-intro .imgMessageBox {
	margin: 0;
	box-sizing: border-box;
}
.access-intro iframe {
	width: 55rem;
	height: 25rem;
	border: 1px solid #5c5c66;
}
.access-intro .imgMessageBox {
	width: 55rem;
	color: #000;
	padding-left: 100px;
}
.access-intro .border-line {
	border-left: 1px solid #595757;
}
.access-intro .name {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 30px;
	text-align: left;
}
.access-intro .address {
	color: #595757;
	text-align: left;
	margin: 10px 25px;
}
.access-intro .tel 
, .access-intro .fax {
	color: #595757;
	text-align: left;
	margin: 10px 30px;
}
.access-intro .tel a {
	color: #595757;
}
.access-intro .tel a:hover {
	color: #9dbc60;
}
/* レスポンシブ */
/*iPad Pro*/
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
	.access-intro .imgMessageBox {
		width: 100%;
		padding-left: 30px;
	}
	.access-intro .name {
		font-size: .9em;
	}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	.access-intro iframe {
		width: 30rem;
	}
}
@media (max-width: 900px) {
	.access-intro {
		display: block;
	}
	.access-intro iframe {
		width: 100%;
	}
	.access-intro .imgMessageBox {
		width: 100%;
		padding: 0;
		margin: -2rem 0 2rem;
	}
	.access-intro .name {
		font-size: 1.6rem;
		padding: 30px 10px 20px;
		margin: 10px 0 0;
	}
	.access-intro .address
	, .access-intro .tel 
	, .access-intro .fax {
		font-size: .8em;
	}
}