@charset "utf-8";
/*--------------------------------
	■複製時
	画像、電話番号、住所差し替え
	施設名一括置換
	カラーコード(.txt-clr,.bg01)一括置換
---------------------------------*/
.txt-clr {color: #60c466!important;}
.bg01 {background-color: #ebfbdb;}
.bg02 {background-color:#f5f4f3;}
body {
	background: url("../img/body_bg.png") top left no-repeat;
	letter-spacing: .05em;
}
.bodyBg02 {
	background: url(../img/body_btm.jpg) right bottom no-repeat;
}
.fo-neworder {
	font-family: new-order, sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
}
.contBg {
	background: url("../img/cont_bg.jpg") top center no-repeat;
	background-size: cover;
}
/*pagettl----------------------------*/
#newsPage .pageImg {background-image:url("../img/pagettl/news.jpg")}
#aboutPage .pageImg {background-image:url("../img/pagettl/about.jpg")}
#conditionPage .pageImg {background-image:url("../img/pagettl/condition.jpg")}
#planPage .pageImg {background-image:url("../img/pagettl/plan.jpg")}
#accessPage .pageImg {background-image:url("../img/pagettl/access.jpg")}
#recruitPage .pageImg {background-image:url("../img/pagettl/recruit.jpg")}
/*header----------------------------*/
.menuIconWrap {
	display: none;
}
#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	transition: .25s ease-in;
}
.headerWrap {
	width: 90%;
	max-width: 1500px;
	margin: 0 auto;
	padding: 10px 0;
}
#header.scrollCrass {
	background: #fff;
	box-shadow: 0px 10px 8px -12px rgb(0 0 0 / 20%);
}
.hLogo {
	text-align: left;
}
.hTxt {
	font-weight: 400;
	font-size: 80%;
	margin-bottom: 5px;
	line-height: 1.1;
}
.nav li:not(:first-of-type) {
	border-left: 1px solid #C2C2C2;
}
.nav a {
	display: block;
	position: relative;
	line-height: 1.1;
	padding: 10px 30px;
	letter-spacing: .05em;
	text-indent: .05em;
}
.nav a::after {
	content: "";
	display: block;
	width: 85%;
	height: 2.5px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	margin: auto;
	background: #60c466;
}
.nav a:hover::after {
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
	opacity: 1;
}
.hTel {
	margin-bottom: 10px;
}
.telnum {
	color: #60c466;
	font-size: 33px;
	font-weight: 700;
	letter-spacing: .08em;
	line-height: 1;
	display: inline-block;
	padding-top: .1em;
	padding-left: 35px;
	background: url("../img/icon_tel.png") left center no-repeat;
	background-size: auto 28px;
	white-space: nowrap;
}
.teltxt {
	display: inline-block;
	color: #fff;
	background: #60c466;
	font-size: 80%;
	line-height: 1.1;
	padding: 5px 8px;
	position: relative;
	min-height: 24px;
	margin-right: 20px;
	border-radius: 3px 0 0 3px;
}
.teltxt::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 0 12px 10px;
	border-color: transparent transparent transparent #60c467;
	position: absolute;
	left: 99.9%;
	top: 0;
}
/*footer--------------------------------*/
#footer {
	background: #fff;
}
.fLogo img {
	max-height: 50px;
}
.footerWrap {
	padding: 60px 0 50px;
	position: relative;
}
.copyRight {
	border-top: 1px solid #dcdcdc;
	color: #A9A9A9;
	font-size: 85%;
	padding: 20px 15px;
}
.pageTop {
	display: block;
	width: 50px;
	height: 50px;
	background: #F5F4F3 url("../img/pagetop.png") center center no-repeat;
	background-size: auto 12px;
	border-radius: 50%;
	position: absolute;
	right: 0;
	bottom: -25px;
	border: 2px solid transparent;
}
.pageTop:hover {
	border-color: #60c466;
	background-color: #fff;
}
.fLft {
	text-align: left;
}
.fAddress {
	margin-top: 30px;
	font-size: 85%;
}
.footerWrap .telnum {
	font-size: 28px;
	background-size: auto 24px;
	padding-left: 30px;
	margin-top: 10px;
}
.fNav {
	margin-left: 40px;
	text-align: left;
}
.fNav a {
	display: flex;
	align-items: center;
	line-height: 1.1;
}
.fNav a:hover {
	color: #60c466
}
.fNav > li:not(:first-of-type) {
	margin-top: 20px;
}
.fNav > li > a::before {
	content: "";
	display: inline-block;
	background: #60c466 url("../img/nav_arrow.svg") center center no-repeat;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	margin-right: 5px;
}
.childnav {
	padding-left: 5px;
}
.childnav li {
	margin-top: 15px;
}
.childnav li a::before {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	border-top: solid 2px #60c466;
	border-right: solid 2px #60c466;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-right: 5px;
}
/*top--------------------------------*/
article > section:last-of-type {
	padding-bottom: 120px;
}
article > section.pb60 {
	padding-bottom: 60px;
}
.mainvisual {
	overflow: hidden;
	position: relative;
	z-index: 10;
}
.mvWrap {
	position: relative;
	height: 552px;
	width: 90%;
	max-width: 1500px;
	margin: 0 auto;
}
.mainImgWrap {
	position: relative;
	height: 100%;
}
.mainImg {
	position: absolute;
	top: 0;
	left: 0;
	background: #f1e7e5 url("../img/top/main.jpg") left center no-repeat;
	background-size: cover;
	height:100%;
	border-radius: 60px 0 0 60px;
	min-width: 1500px;
	width: 75vw;
	z-index: -1;
}
.mainTxt {
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 5;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#feature h2 {
	font-size: 30px;
	margin-bottom: 30px;
	letter-spacing: .08em;
	text-indent: .08em;
}
.featureWrap dd {
	font-size: 115%;
	font-weight: 500;
	margin-top: 5px;
}
.topNewsWrap {
	background: #F5F4F3;
	border-radius: 16px;
	padding: 40px 5%;
	text-align: left;
}
.contTtl {
	margin-bottom: 30px;
	letter-spacing: .1em;
}
.contTtl h2 {
	font-size: 24px;
	font-weight: 500;
}
.topNewsWrap .contTtl {
	width: 180px;
	margin-bottom: 0;
}
.newsBox {
	width: 100%;
}
.newsBox dl {
	font-size: 90%;
	border-bottom: 1px solid #C2C2C2;
	padding: 0 10px 20px;
}
.newsBox dl:not(:first-of-type) {
	margin-top: 20px;
}
.newsBox .date {
	width: 80px;
	margin-right: 10px;
}
.cate {
	font-size: 12px;
	color: #fff;
	background: #EE8080;
	width: 65px;
	border-radius: 2px;
	line-height: 1.2;
	text-align: center;
	padding: 2px;
}
.cate._saiyou {
	background: #60c466;
}
.newsBox dd {
	padding-left: 30px;
}
.newsBox a:hover {
	color: #EE8080;
}
.btn {
	margin-top: 40px;
}
.btn a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	color: #60c466;
	border: 1px solid #60c466;
	position: relative;
	padding: 15px 40px;
	line-height: 1.1;
	letter-spacing: .05em;
	text-indent: .05em;
	border-radius: 25px;
}
.btn a::after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: solid 1px #60c466;
	border-right: solid 1px #60c466;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-left: 15px;
}
.btn a:hover {
	box-shadow: 2px 4px 0 rgba(0,0,0,.1);
	transform: translate(-2px,-4px)
}
.btn._orange a {
	color: #ed891e;
	border-color: #ed891e;
}
.btn._orange a::after {
	border-color: #ed891e;
}
#greeting {
	background: url("../img/top/greeting_bg.jpg") top left no-repeat;
	padding-top: 90px;
}
.greetingArea {
	background: #fff;
	border-radius: 58px 0 0 0;
	padding: 60px 0 60px 6%;
	text-align: left;
}
.greetingWrap > figure {
	width: 27%;
	overflow: hidden;
	border-radius: 16px;
}
.greetingCont {
	width: 70%;
	line-height: 2;
}
.greetingCont h3 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 25px;
}
#topContents {
	position: relative;
	padding-top: 170px;
	margin-top: 40px;
}
#topContents::after {
	content: "";
	display: block;
	background: url("../img/top/bg_top.png") top center repeat-x;
	background-size: auto 100%;
	height: 121px;
	width: 100%;
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
	z-index: 1;
	pointer-events: none;
}
.topContWrap {
	position: relative;
	background: #fff;
	border-radius: 16px;
	width: 90%;
	margin-left: 10%;
	padding-bottom: 50px;
	margin-top: 35px;
}
.topContWrap:not(:first-of-type) {
	margin-top: 95px;
}
.topContWrap > figure {
	width: 55.5%;
	margin: -35px 0 0 -11%;
	overflow: hidden;
	position: relative;
	border-radius: 16px;
}
.topContWrap > figure img {
	height: 100%;
	min-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.topContWrap dl {
	width: 55.5%;
	padding: 50px 6% 0 7%;
	text-align: left;
	line-height: 1.8;
}
.topContWrap.row-r {
	margin-left: 0;
}
.topContWrap.row-r > figure {
	margin-left: 0;
	margin-right: -11%;
}
.footBnrArea {
	background: url("../img/bnr_bg.jpg") center center no-repeat;
	background-size: cover;
	padding: 60px 0;
}
.footBnr li {
	width: 31%;
	font-size: 90%;
	background: #fff;
	border-radius: 16px;
	padding: 10px 10px 15px 10px;
}
.footBnr li figure {
	position: relative;
	overflow: hidden;
	border-radius: 14px;
	margin-bottom: 15px;
}
.footBnr img[src*="logo_mumin"] {
	max-height: 52px;
}
.footBnr .txt {
	text-align: left;
	margin-left: 15px;
}
.footBnr big {
	display: block;
	color: #ed891e;
	font-weight: 500;
	font-size: 150%;
	line-height: 1.1;
}
.footBnr big strong {
	font-size: 120%;
	font-weight: 500;
}
.recTxt {
	font-size: 110%;
	font-weight: 500;
	line-height: 1.1;
	width: 55px;
	height: 55px;
	color: #fff;
	background: #ed891e;
	border-radius: 50%;
}
.footBnr a img  {
	transition: .4s;
}
.footBnr a:hover figure img {
	opacity: 1;
	transform: scale(1.05);
}
/*subpage--------------------------*/
.pageTtlArea {
	overflow: hidden;
	margin-bottom: 90px;
}
.pageTtlWrap {
	width: 90%;
	max-width: 1500px;
	height: 430px;
	margin: 0 auto;
	position: relative;
}
.pageImg {
	position: absolute;
	left: 280px;
	top: 0;
	bottom: 0;
	min-width: 1500px;
	height: 100%;
	width: 80vw;
	background: url("../img/pagettl/plan.jpg") left center no-repeat;
	background-size: cover;
	border-radius: 60px 0 0 60px;
	overflow: hidden;
}
.pageTtl {
	min-width: 280px;
	text-align: left;
	position: absolute;
	left: 0;
	z-index: 50;
	color: #333333;
}
.pageTtl .fo-neworder {
	font-size: 20px;
	letter-spacing: .1em;
}
.pageTtl h2 {
	font-size: 30px;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: .1em;
	margin-top: 15px;
}
.ttlBox {
	letter-spacing: .1em;
	text-indent: .1em;
	margin-bottom: 30px;
}
.ttlBox h2 {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 8px;
}
/*plan--------------------------------------------*/
.planWrap h3 {
	font-size: 20px;
	color: #fff;
	background: #60c466;
	padding: 10px;
	border-radius: 8px;
	line-height: 1.1;
	margin-bottom: 10px;
}
.plus {
	margin: 30px auto 40px;
	width: 50px;
	height: 50px;
	background: #ebfbdb;
	border-radius: 50%;
	line-height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 40px;
	font-weight: 600;
	color: #60c466;
	padding:0 0 5px 2px;
}
.planWrap .note {
	text-align: left;
	font-size: 90%;
	padding: 10px 10px 0;
}
.tblWrap {
	margin-top: 10px;
}
.tblWrap table {
	border-collapse: separate;
	border-spacing: 10px;
}
.tblWrap th,.tblWrap td {
	border-radius: 8px;
	margin: 5px;
	padding: 15px 25px;
	font-weight: 500;
}
.tblWrap tbody th {
	border: 1px solid #60c466;
}
.tblWrap thead th {
	padding: 10px;
}
.flowWrap {
	background: #fff;
	margin-top: 20px;
	position: relative;
	border-radius: 16px;
	padding: 20px 20px 20px 100px;
}
.flowWrap:not(:first-of-type) {
	margin-top: 65px;
}
.flowWrap:not(:first-of-type)::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 18px 18px 0 18px;
	border-color: #60c467 transparent transparent transparent;
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.flowWrap .num {
	color: #fff;
	background: #60c466;
	width: 115px;
	height: 115px;
	border-radius: 50%;
	position: absolute;
	top: -20px;
	left: -30px;
	z-index: 5;
	letter-spacing: .1em;
	text-indent: .1em;
}
.flowWrap .num big {
	font-size: 300%;
	display: block;
	margin-top: 5px;
	letter-spacing: .04em;
	text-indent: .04em;
}
.flowWrap figure {
	width: 30%;
	overflow: hidden;
	border-radius: 12px;
}
.flowCont {
	text-align: left;
	width: 65%;
	padding-top: 15px;
}
.flowCont dt {
	font-size: 20px;
	color: #60c466;
	font-weight: 600;
}
.flowCont dd > * {
	margin-top: 15px;
}
.shorui {
	background: #f5f4f3;
	border-radius: 12px;
	position: relative;
	padding: 15px;
	margin-left: 5px;
	margin-top: 20px!important;
}
.shorui h3 {
	color: #fff;
	background: #60c466;
	position: absolute;
	left: -5px;
	top: -10px;
	font-size: 100%;
	font-weight: 600;
	padding: 5px 10px;
	border-radius: 5px;
	line-height: 1;
}
.listCont li {
	padding-left: 1em;
	text-indent: -1em;
}
/*about--------------------------------*/
.aboutWrap figure {
	width: 40%;
	overflow: hidden;
	border-radius: 16px;
}
.aboutCont {
	width: 55%;
	text-align: left;
	font-size: 110%;
}
.aboutCont .num {
	background: url("../img/sub_bg.png") center center no-repeat;
	background-size: contain;
	color: #60c466;
	width: 201px;
	height: 201px;
	min-width: 201px;
	min-height: 201px;
	text-align: center;
	letter-spacing: .1em;
	text-indent: .1em;
	margin-right: 15px;
}
.aboutCont .num big {
	font-size: 400%;
	display: block;
	margin-top: 10px;
}
.bnrWrap {
	margin-top: 60px;
	background: #f5f4f3;
	position: relative;
	overflow: hidden;
	border-radius: 16px;
}
.bnrWrap .img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 29%;
	background: url("../img/about/condition_01.jpg") center center no-repeat;
	background-size: cover;
}
.bnrWrap .img._02 {
	left: inherit;
	right: 0;
	background-image: url("../img/about/condition_02.jpg");
}
.bnrWrap .box {
	padding: 45px 10px;
	width: 42%;
}
.bnrWrap .btn {
	margin-top: 0;
}
.facBgWrap {
	position: relative;
	overflow: hidden;
}
.facBg {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	z-index: -1;
}
.facBg::before {
	content: "";
	display: block;
	background: url("../img/cont_bg.jpg") right top no-repeat;
	background-size: 100% auto;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100vw;
	overflow: hidden;
	border-radius: 54px;
}
.facBg._02::before {
	left: 0;
	right: inherit;
	-webkit-transform: scale(-1,1);
	-ms-transform: scale(-1,1);
	transform: scale(-1,1);
	opacity: .5
}
.gallery {
	margin: 0 -1.666666%;
}
.gallery figure {
	width: 30%;
	overflow: hidden;
	border-radius: 13px;
	margin: 10px 1.666666%;
}
.aboutRoom {
	background: #fff;
	border-radius: 8px;
	border-top: 1px solid #fff;
	font-weight: 600;
	padding: 0 40px 15px;
	display: inline-block;
	position: relative;
	margin: 20px auto 30px;
}
.aboutRoom dt {
	display: inline-block;
	font-size: 125%;
	color: #fff;
	background: #60c466;
	border-radius: 8px;
	padding: 10px 25px;
	margin-top: -20px;
	margin-bottom: 10px;
	line-height: 1;
}
.facTag {
	margin: 0 -.5%;
	margin-bottom: 25px!important;
}
.facTag li {
	width: 24%;
	background: #ebfbdb;
	border-radius: 8px;
	font-size: 110%;
	font-weight: 500;
	line-height: 1.1;
	padding: 10px 5px;
	margin: 5px .5%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.facTag._white li {
	background: #fff;
}
.facTag._col-3 {
	margin: 0 -.666666%;
}
.facTag._col-3 li {
	width: 32%;
	margin: 5px .666666%;
}
.secTtl {
	font-size: 24px;
	color: #fff;
	background: #60c466;
	padding: 15px 10px;
	border-radius: 8px;
	line-height: 1.1;
	margin: 100px auto 30px;
	position: relative;
}
.secTtl::after {
	content: "";
	display: block;
	width:0;
	height:0;
	border-style:solid;
	border-width: 22px 28px 0 28px;
	border-color: #60C466 transparent transparent transparent;
	position: absolute;
	left: 0;
	right: 0;
	top: 99.9%;
	margin: 0 auto;
}
/*access---------------------------------------------*/
#acccess h2,#acccess02 h2 {
	font-size: 115%;
	font-weight: 500;
	letter-spacing: .08em;
	text-indent: .08em;
}
.addressTxt {
	font-weight: 500;
	margin-top: 15px;
}
.gMap {
	height: 400px;
	margin-top: 30px;
}
.gMap iframe {
	width: 100%;
	height: 100%;
}
.accessWrap {
	margin-top: 80px;
}
.accessWrap figure {
	width: 45%;
	overflow: hidden;
	border-radius: 16px;
}
.traffic {
	width: 50%;
	text-align: left;
}
.traffic dl {
	background: url("../img/access/car.png") left center no-repeat;
	background-size: auto 72px;
	padding: 15px 0 15px 85px;
}
.traffic dl._car {background-image:url("../img/access/car.png")}
.traffic dl._train {background-image:url("../img/access/train.png")}
.traffic dl._bus {background-image:url("../img/access/bus.png")}
.traffic dl:not(:first-of-type) {
	margin-top: 20px;
}
.traffic dt {
	font-size: 115%;
	color: #60c466;
	font-weight: 500;
}
/*recruit--------------------------------------*/
#recruitTop .ttlBox + .txt {
	line-height: 2;
}
.recBnr {
	margin-bottom: 25px;
	text-align: left;
}
.bnrWrap._rec .img._01 {background-image: url("../img/recruit/btn_img01.jpg")}
.bnrWrap._rec .img._02 {background-image: url("../img/recruit/btn_img02.jpg")}
.recBnr .recTxt {
	font-size: 90%;
	margin-right: 10px;
}
.recBnr big {
	display: block;
	color: #ed891e;
	font-weight: 500;
	font-size: 150%;
	line-height: 1.1;
}
.recBnr big strong {
	font-size: 120%;
	font-weight: 500;
}
.txt-border {
	background: url("../img/txt_border.png") left bottom repeat-x;
}
.recruitLinkWrap {
	padding: 30px 0;
	margin-top: 80px;
}
.recruitLinkWrap h3 {
	font-size: 110%;
	font-weight: 500;
	padding-bottom: 10px;
}
.recLink {
	max-width: 835px;
}
.recLink li {
	width: 49%;
	margin: 15px 2% 0 0;
}
.recLink li:nth-of-type(even) {
	margin-right: 0;
}
.recLink a {
	background: #fff;
	padding: 10px 40px;
	border-radius: 5px;
	font-size: 110%;
	position: relative;
	border: 2px solid #fff;
}
.recLink a::after {
	content: "";
	display: block;
	background: url("../img/arrow_black.svg") center center no-repeat;
	background-size: contain;
	width: 22px;
	height: 22px;
	position: absolute;
	top: 50%;
	right: 18px;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.recLink a:hover {
	border-color: #60c466
}
.recTag {
	width:75px;
	margin-right: 8px;
	color: #fff;
	font-size: 85%;
	padding: 5px;
	line-height: 1;
	background: #60c466;
}
.recTag._joukin {background-color:#ed891e;}
#recruitContact {
	overflow: hidden;
}
.recContact {
	position: relative;
	background: #f5f4f3;
	border-radius: 16px;
	padding-bottom: 50px;
	margin-top: 35px;
}
.recContact .img {
	width: 50%;
	margin: -35px 0 0 0;
	position: relative;
}
.recContact .img::before {
	content: "";
	display: block;
	background: url("../img/recruit/contact_img.jpg") right center no-repeat;
	background-size: cover;
	height: 100%;
	width: 60vw;
	min-width: 1200px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 16px;
}
.recContact dl {
	width: 50%;
	padding: 50px 6% 0 7%;
	text-align: left;
	line-height: 1.8;
}
.recContact .telnum {
	margin-top: 30px;
}
.telnote {
	display: block;
}
/*news------------------------------------------*/
.postList {
	width: 75%;
	background: #F5F4F3;
	border-radius: 16px;
	padding: 40px 8% 40px 5%;
	text-align: left;
}
.pager {
	width: 100%;
	text-align: center;
	padding: 10px 0 0px 0;
	margin-top: 50px;
}
.pager span, .pager a {
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.1;
	width: 45px;
	height: 45px;
	background: #fff;
	border: 1px solid #5abc89;
	color: #5abc89;
	border-radius: 50%;
	margin: 0 8px;
	cursor: pointer;
}
.pager .current {
	background: #5abc89;
	color: #fff;
}
.pager .next,.pager .prev {
	border: none;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: none;
}
span.page-numbers.dots {
	border: none;
	padding: 0;
	background: none;
}
.displayName {
	margin-bottom: 15px;
	font-size: 115%;
	text-align: center;
	font-weight: 600;
}
.sideMenu {
	width: 20%;
	text-align: left;
}
.sideMenu a,.archiveList span {
	display: block;
	padding: 15px 20px;
	cursor: pointer;
	line-height: 1;
	transition: .2s;
}
.sideMenu a:hover,.archiveList span:hover {
	background-color: rgba(0,0,0,.05)
}
.sideMenu h2 {
	font-size: 110%;
	font-weight: 500;
	color: #fff;
	padding: 10px 20px;
	background: #60c466;
}
.cateList li {
	border-bottom: 1px solid #60c466;
}
.sideMenu a::before {
	content: "";
	display: inline-block;
	background: #60c466 url(../img/nav_arrow.svg) center center no-repeat;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	margin-right: 5px;
	margin-bottom: -.1em;
}
.archiveList {
	margin-top: 50px;
}
.archiveList h2 {
	background: #fff;
	border: 1px solid #60c466;
	color: #60c466;
}
.archiveList > ul > li {
	border-bottom: 1px solid #c2c2c2
}
.toggle_btn {
	background: url(../img/arrow_toggle.png) right 10px center no-repeat;
	background-size: auto 7px;
}
.toggle_btn.active {
	background-image: url(../img/arrow_toggle_up.png);
}
.child {
	display: none;
}
.child li {
	border-top: 1px solid #c2c2c2;
}
/*condition-------------------------------*/
.contArrow {
	position: relative;
	margin-bottom: 30px;
}
.contArrow::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 42px 0 42px;
	border-color: #60c466 transparent transparent transparent;
	position: absolute;
	bottom: -24px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 10;
}
#accept {
	background: url("../img/top/bg_top.png") top 50% center repeat-x;	
}
.acceptTtl span {
	display: inline-block;
	position: relative;
	color: #60c466;
	font-size: 30px;
	line-height: 1.1;
	letter-spacing: .05em;
	margin-bottom: 20px;
}
.acceptTtl span::before,
.acceptTtl span::after {
	content: "";
	display: block;
	width: 2px;
	height: 25px;
	background: #60c466;
	position: absolute;
	left: -20px;
	bottom: 0;
	-webkit-transform: skewX(25deg);
	-ms-transform: skewX(25deg);
	transform: skewX(25deg);
}
.acceptTtl span::after {
	right: -20px;
	left: inherit;
	-webkit-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.acceptWrap {
	border-radius: 16px;
	padding: 50px 4% 20px;
}
.acceptContWrap:not(:first-of-type) {
	margin-top: 100px;
}
.acceptWrap li {
	font-size: 95%;
	width: 32%;
	border-radius: 13px;
	padding: 10px 5px;
	background: #fff;
	margin: 0 .6% 10px;
}
.acceptContWrap h2 {
	font-size: 24px;
	margin-bottom: 20px;
}
.acceptTbl {
	overflow: hidden;
	border: 1px solid #60c466;
	border-radius: 16px 16px 0 0;
}
.acceptTbl table {
	width: 100%;
	background: #fff;
	table-layout: fixed;
}
.acceptTbl thead {
	color: #fff;
	background: #60c466;
}
.acceptTbl th,.acceptTbl td {
	padding: 15px 20px;
	line-height: 1.4;
	border: 1px solid #60c466;
}
.acceptTbl th {
	border-color: #fff;
	border-top-color: #60c466;
	border-bottom-color: #60c466;
}
.acceptTbl thead th:first-of-type {border-left-color:#60c466;}
.acceptTbl thead th:last-of-type {border-right-color: #60c466;}
.acceptTbl td {
	text-align: left;
}
.acceptTbl td[align="center"] {
	text-align: center;
}
.acceptTbl td small {
	line-height: 1.4;
	display: block;
	margin-top: 2px;
	font-size: 85%;
}










/*ieハック*/
@media screen\0  {
}

/*********************************/
/* タブレット用のスタイル記述 */
/*********************************/
@media screen and (max-width: 1300px) {
	.pageTtlWrap {
		height: 30vw;
	}
	.pageImg {
		background-size: auto 100%;
		border-radius: 30px 0 0 30px;
	}
	.nav a {
		padding: 10px;
	}}
@media screen and (max-width: 1060px) {
	body.active {
		overflow: hidden;
	}
	body::after {
		opacity: 0;
		visibility: hidden;
		transition: .2s;
    content: "";
		background: rgba(0,0,0,.7);
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
	}
	body.active::after {
		opacity: 1;
		visibility: visible;
		transition: .2s;
	}
	/*header-------------------------------------*/
	#header {
		transition: .35s
	}
	.active #header {
		background: #fff;
	}
	.headerWrap {
		padding: 10px 0;
		height: 60px;
	}
	.hTxt {
		font-size: 10px;
	}
	.hLogo img {
		max-height: 36px;
	}
	.menuIconWrap {
		position: fixed;
		top: 0;
		right: 0;
		width: 60px;
		height: 60px;
		z-index: 99999;
		background: #60c466;
		cursor: pointer;
		display: block;
		border-bottom-left-radius: 12px;
	}
	.menuIcon {
		position: absolute;
		right: 17px;
		top: 19px;
		width: 26px;
		height: 22px;
		transition: .25s ease-in;
	}
	.menuIcon span {
		position: absolute;
		right: 0;
		width: 100%;
		height: 2px;
		background: #fff;
		z-index: 10;
		transition: .2s;
	}
	.menuIcon span:nth-of-type(1) {top: 0px;}
	.menuIcon span:nth-of-type(2) {top: 10px;	}
	.menuIcon span:nth-of-type(3) {bottom: 0px;	}
	.menuIcon.active span:nth-of-type(1) {
		-webkit-transform: translateY(10px) rotate(45deg);
		transform: translateY(10px) rotate(45deg);
	}
	.menuIcon.active span:nth-of-type(2) {
		opacity: 0;
	}
	.menuIcon.active span:nth-of-type(3) {
		-webkit-transform: translateY(-10px) rotate(-45deg);
		transform: translateY(-10px) rotate(-45deg);
	}
	#nav {
		position: fixed;
    top: 60px;
    right: 0;
    z-index: 10;
    width: 85%;
    height: 100%;
    transition: all .2s ease-in;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    display: block;
    padding: 15px 5%;
    background: #fff url("../img/body_bg.png") top left no-repeat;
		transform: translateX(25px);
		opacity: 0;
    visibility: hidden;
	}
	#nav.active{
		display: block;
		right: 0;
    opacity: 1;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    z-index: 9990;
	}
	.nav {
		display: block;
		background: #fff;
	}
	.nav li:not(:first-of-type) {
		border: none;
    border-top: 1px solid #f1f1f1;
	}
	.nav a {
		padding: 18px 10px 18px;
		text-align: left;
	}
	.nav a::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: solid 1px #60c466;
    border-right: solid 1px #60c466;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right: 15px;
	}
	.nav a::after {
    display: none;
	}
	.hTel {
		display: block;
		text-align: left;
		background: #fff;
		padding: 5px 20px;
		border-radius: 5px;
	}
	.teltxt {
		margin: 0 8px 0 0;
	}
	.telnum {
		font-size: 26px;
		background-size: auto 24px;
		padding-left: 28px;
	}
	/*footer---------------------------------*/
	.footerWrap {
		display: block;
		padding: 30px 0 20px;
	}
	.fNavWrap {
		display: none;
	}
	.fLft {
		display: inline-block;
	}
	.fLogo img {
		max-height: 40px;
	}
	.fAddress {
		font-size: 100%;
		margin-top: 20px;
	}
	.copyRight {
		padding: 10px 5px;
	}
	.pageTop {
		position: fixed;
		bottom: 5px;
		right: 5px;
		width: 40px;
		height: 40px;
		z-index: 99;
		border: 2px solid #fff;
		transition: .3s ease-in;
		transform: translateY(10px);
		opacity: 0;
	}
	.pageTop.scrollCrass {
		transform: rotateY(0);
		opacity: 1;
	}

}


/*********************************/
/* スマートフォン用のスタイル記述 */
/*********************************/
@media screen and (max-width: 620px) {
/*全体レイアウト
------------------------------------------------*/
	body {
		font-size: 14px;
		background-size: 80% auto;
	}
	article > section {
		padding: 40px 0;
	}
	.bodBg {
		background-size: 180% auto;
	}
	/*header-------------------------------------*/
	.telnum {
		font-size: 7.2vw;
	}
	.teltxt {
		margin: 0 0 8px 0;
	}

	/*top---------------------------------*/
	article > section:last-of-type {
    padding-bottom: 60px;
	}
	.btn {
		margin-top: 30px;
	}
	.mainvisual {
		padding:10px 0 20vw;
	}
	.mvWrap {
		height: 90vw;
	}
	.mainImg {
		border-radius: 30px 0 0 30px;
		background-position: left -40vw center;
		background-size: auto 100%;
	}
	.mainTxt {
		transform: none;
		top: inherit;
		bottom: -20vw;
		width: 88%;
	}
	.topNewsWrap {
		display: block;
		padding: 30px 5%;
	}
	.newsBox dl {
		display: block;
	}
	.contTtl h2 {
		font-size: 22px;
	}
	.topNewsWrap .contTtl {
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}
	.newsBox dd {
		width: 100%;
		padding: 10px 0 0 0;
	}
	.newsBox .date {
		width: 60px;
		margin-right: 15px;
	}
	#feature h2 {
		font-size: 22px;
		letter-spacing: .05em;
		text-indent: .05em;
		margin-bottom: 10px;
	}
	.featureWrap dl {
		width: 49%;
		margin: 10px 0;
	}
	#greeting {
		padding-top: 40px;
	}
	.greetingArea {
		padding: 30px 5%;
		border-radius: 16px;
	}
	.greetingWrap {
		display: block;
	}
	.greetingWrap > figure {
		width: 100%;
		position: relative;
		height: 45vw;
		border-radius: 12px;
	}
	.greetingWrap > figure img {
		display: block;
		position: absolute;
		top: -5vw;
	}
	.greetingCont {
		width: 100%;
		margin-top: 20px;
		line-height: 1.6;
	}
	.greetingCont h3 {
		font-size: 110%;
		margin-bottom: 10px;
	}
	#topContents {
		padding-top: 60px;
	}
	#topContents::after {
		height: 60px;
		top: -30px;
	}
	.topContWrap {
		display: block;
		width: 100%;
		background: none;
		margin: 0;
		padding: 0;
	}
	.topContWrap:not(:first-of-type) {
    margin-top: 60px;
	}
	.topContWrap > figure {
		width: 90%;
		border-radius: 12px;
		margin: 0;
		height: 50vw;
	}
	.topContWrap dl {
		width: 95%;
		margin: -30px 0 0 auto;
		padding: 20px;
		background: rgba(255,255,255,.9);
		border-radius: 12px;
		position: relative;
		z-index: 10;
		line-height: 1.5;
	}
	.topContWrap .contTtl {
		margin-bottom: 15px;
	}
	.topContWrap h2 {
		font-size: 18px;
	}
	.topContWrap dd .txt {
		min-height: inherit;
	}
	.recruitBnr {
		margin-top: 60px;
	}
	.topContWrap .btn {
		margin-top: 20px;
	}
	.footBnrArea {
		padding: 40px 0;
	}
	.footBnr {
		display: block;
	}
	.footBnr li {
		width: 100%;
		margin: 15px 0;
	}
	.footBnr li figure {
		height: 38vw;
		border-radius: 12px;
	}
	.footBnr li figure img {
		height: 100%;
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
	}
	/*subpage-----------------------------------*/
	.pageTtlArea {
		margin-bottom: 20px;
	}
	.pageTtlWrap {
		flex-wrap: wrap;
		display: block;
		height: auto;
		padding-top: 15px;
	}
	.pageImg {
		position: static;
		width: 100%;
		order: -1;
		height: 34vw;
		border-radius: 16px 0 0 16px;
	}
	.pageTtl {
		position: static;
		width: 100%;
		margin-bottom: 15px;
	}
	.pageTtl h2 {
		width: 100%;
		margin-top: 0;
		order: -1;
		font-size: 6.5vw;
		line-height: 1.2;
		letter-spacing: .05em;
	}
	.pageTtl .fo-neworder {
		font-size: 5.5vw;
		text-shadow: 0 0 8px #fff;
		margin-bottom: 1.5vw;
	}
	.ttlBox h2 {
		font-size: 22px;
		letter-spacing: .05em;
		text-indent: .05em;
	}
	/*plan------------------------------------------*/
	.tblWrap {
    overflow: auto;
    background: url(../img/spscroll.png) top center no-repeat;
    background-size: 100% auto;
    padding-top: 15vw;
	}
	.tblWrap table {
		width: 520px;
	}
	.tblWrap th, .tblWrap td {
		padding: 10px;
		border-radius: 3px;
	}
	.plus {
		margin: 30px auto;
	}
	.flowWrap .num {
		width: 80px;
		height: 80px;
		left: -10px;
		padding-top: 10px;
	}
	.flowWrap .num big {
		font-size: 240%;
		line-height:1.2;
	}
	.flowWrap {
		display: block;
		padding: 20px 5%;
		border-radius: 10px;
	}
	.flowWrap figure {
		width: 100%;
	}
	.flowCont {
		width: 100%;
	}
	.flowCont dd > * {
    margin-top: 10px;
	}
	.shorui {
		border-radius: 8px;
		padding: 20px 10px 10px;
		margin-top: 30px!important;
	}
	/*about------------------------------------------------*/
	.aboutWrap {
		display: block;
		margin-bottom: 40px;
	}
	.aboutWrap figure {
		width: 100%;
		margin-bottom: 10px;
	}
	.aboutCont {
		width: 100%;
		font-size: 100%;
	}
	.aboutCont .num {
		width: 100px;
    height: 100px;
    min-width: 100px;
    min-height: 100px;
		padding-top: 8px;
		margin-right: 10px;
	}
	.aboutCont .num big {
		font-size: 280%;
		margin-top: 0;
		padding-top: 5px
	}
	.bnrWrap .box {
		width: 100%;
		padding: 30px 5px;
	}
	.bnrWrap .box .ttlBox {
		margin-bottom: 20px;
	}
	.bnrWrap .img {
		position: static;
		width: 50%;
		height: 30vw;
	}
	.facBg {
		width: 95%;
	}
	.facBg::before {
		border-radius: 0 16px 16px 0;
		background-size: cover;
	}
	.aboutRoom dt {
		font-size: 110%;
	}
	.gallery {
		margin: 0 -1%;
	}
	.gallery figure {
		width: 48%;
		margin: 3px 1%;
		border-radius: 8px;
	}
	.facTag li {
		width: 48%!important;
		margin: 3px 1%!important;
		font-size: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}
	.secTtl {
		margin: 60px auto 20px;
		font-size: 20px;
	}
	/*access---------------------------------------------*/
	.gMap {
		height: 55vw;
	}
	.accessWrap {
		display: block;
		margin-top: 60px;
	}
	.accessWrap figure {
		width: 100%;
		margin-bottom: 10px;
	}
	.traffic {
		width: 100%;
	}
	.traffic dl:not(:first-of-type) {
    margin-top: 0;
	}
	/*recruit---------------------------------------------*/
	#recruitTop .ttlBox + .txt {
		line-height: 1.6;
		text-align: left;
		background-size: auto 4px;
	}
	.recLink li {
		width: 100%;
		margin-right: 0!important;
	}
	.recLink a {
		font-size: 100%;
		padding-left: 20px;
	}
	.recTag {
		width: 65px;
	}
	.recContact {
		display: block;
		padding-bottom: 30px;
		border-top: 1px solid transparent;
	}
	.recContact .img {
		width: 95%;
		height: 52vw;
	}
	.recContact .img::before {
		background-size: contain;
	}
	.recContact dl {
		width: 100%;
		padding-top: 30px;
	}
	.recContact .contTtl {
		margin-bottom: 15px;
		line-height: 1.4;
	}
	.recContact .telnum {
		margin-top: 20px;
	}
	/*news------------------------------------*/
	.archivesArea {
		display: block;
	}
	.postList {
		padding: 30px 5%;
		width: 100%;
	}
	.pager {
		margin-top: 30px;
	}
	.pager span, .pager a {
		width: 35px;
		height: 35px;
		margin: 0 4px;
	}
	.sideMenu {
		width: 100%;
		margin-top: 50px;
	}
	.archiveList {
		margin-top: 30px;
	}
	/*condition-------------------------------*/
	.acceptTtl span {
		font-size: 20px;
	}
	.acceptWrap {
		padding: 20px 5%;
		border-radius: 16px;
		box-shadow: 0 0 20px rgba(0,0,0,.05)
	}
	.acceptContWrap:not(:first-of-type) {
		margin-top: 60px;
	}
	.acceptWrap ul {
		justify-content: space-between;
	}
	.acceptWrap li {
		width: 48%;
		font-size: 4vw;
		margin: 0 0 7px;
		padding: 8px 5px;
		border-radius: 5px;
	}
	.acceptWrap li.col-1 {
		width: 100%;
		margin: 0 0 7px;
	}
	.acceptWrap li small {
		display: block;
	}
	.acceptContWrap h2 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.tblArea {
		overflow: auto;
		background: url("../img/spscroll.png") top center no-repeat;
		background-size: 100% auto;
		padding-top: 15vw;
	}
	.acceptTbl {
		width: 620px;
		font-size: 90%;
		border-radius: 10px 10px 0 0;
	}
	.acceptTbl th, .acceptTbl td {
		padding: 8px 8px;
	}
	
	
	
	
	
	
	
	

}
