/* ---------------------------------------------------------------
start TOP CSS
--------------------------------------------------------------- */

/* --------------- common --------------- */

.mds_top1 {
	margin: 0;
	padding: 0;
	text-align: center;
}

.mds_top1 .ja {
	margin: 0 0 20px;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	display: block;	
}

.mds_top1 .en {
	margin: 0 auto;
	color: #ed743c;
	line-height: 1;
	text-align: center;
	display: block;
}

.mds_top1 .en img {
	display: block;
}

.btn_top1 {
	width: 154px;
	height: 43px;
	margin: 0;
	padding: 0 0 0 10px;
	color: #000;
	letter-spacing: 0.06em;
	text-indent: 0.06em;
	text-decoration: none;
	border: solid 1px #000;
	border-radius: 12px 0 12px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .2s;
}

.btn_top1 .arrow {
	width: 35px;
	margin: 0 0 0 5px;
}








/* --------------- top --------------- */

.col_topMain {
	width: 100%;
	height: 100vh;
	background-image: url(../img/top/mainimg1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}

.col_topService {
	margin: 0;
	padding: 80px 0 120px;
}

.inner_topService {
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
}

.col_topService .mds_top1 {
	margin-bottom: 30px;
}

.col_topService .mds_top1 .en {
	width: 52px;
}

.txt_topService1 {
	margin: 0 0 70px;
	text-align: center;
}

.wrap_topService {
	width: 100%;
	max-width: 984px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.wrap_topService a {
	width: 30.5%;
	height: 274px;
	margin: 0 4.25% 50px 0;
	padding: 0;
	color: #fff;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	border-radius: 30px 0 30px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.wrap_topService a:nth-of-type(3n) {
	margin-right: 0;
}

.wrap_topService a:nth-last-child( -n + 3) {
	margin-bottom: 0;
}

.wrap_topService a::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transition: .5s;
}

.wrap_topService a .inner {
	width: 100%;
	height: 100%;
	padding: 40px 7% 0;
	text-align: center;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	position: relative;
	z-index: 2;
}

.wrap_topService a .inner::before,
.wrap_topService a .inner::after {
	content: "";
	width: 78%;
	height: 85%;
	position: absolute;
}

.wrap_topService a .inner::before {
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	top: 14px;
	right: 14px;
}

.wrap_topService a .inner::after {
	border-left: solid 1px #fff;
	border-bottom: solid 1px #fff;
	left: 14px;
	bottom: 14px;
}

.wrap_topService a h3 {
	margin: 0 0 12px;
	padding: 0;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
}

.wrap_topService a .arrow {
	margin: 0 auto;
}

.wrap_topService a .arrow img {
	width: 36px;
}

.wrap_topService a .bg_service {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -2;
	transition: .4s;
}

.col_topParallax {
	width: 100%;
	height: 450px;
	background-image: url(../img/top/bg_parallax.jpg);
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}

.col_topFacility {
	margin: 0;
	padding: 80px 0 110px;
	background-color: #f9f8f0;
}

.inner_topFacility {
	width: 94%;
	max-width: 984px;
	margin: 0 auto 100px;
	padding: 0 0 80px;
}

.mds_top1.facility {
	width: calc(100% - 574px);
	margin-top: 100px;
	margin-bottom: 26px;
	padding-right: 50px;
	text-align: left;
	float: left;
}

.mds_top1.facility .ja {
	text-indent: 0;
}

.mds_top1.facility .en {
	width: 52px;
	margin: 0;
}

.img_facility1 {
	width: 574px;
	padding: 5px 0 0 0;
	float: right;
	text-align: right;
	position: relative;
}

.img_facility1 img {
	border-radius: 20px 0 20px 0;
	overflow: hidden;
}

.img_facility1 img:nth-of-type(1) {
	max-width: 237px;
	left: 0;
	z-index: 1;
	position: absolute;
	bottom: -80px;
}

.img_facility1 img:nth-of-type(2) {
	max-width: 389px;
}

.txt_topFacility1 {
	width: calc(100% - 574px);
	margin-bottom: 32px;
	padding-right: 50px;
	line-height: 1.95;
	letter-spacing: 0.14em;
	float: left;
}

.btn_top1.facility {
	float: left;
}

.bnr_topAbout {
	width: 94%;
	max-width: 984px;
	height: 274px;
	margin: 0 auto 106px;
	color: #fff;
	text-decoration: none;
	border-radius: 30px 0 30px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 0;
	overflow: hidden;
	clear: both;
}

.bnr_topAbout::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	transition: .5s;
}

.bnr_topAbout .inner {
	width: 100%;
	height: 100%;
	padding: 25px 0 0 0;
	text-align: center;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	position: relative;
	z-index: 2;
}

.bnr_topAbout .inner::before,
.bnr_topAbout .inner::after {
	content: "";
	width: 93%;
	height: 85%;
	position: absolute;
}

.bnr_topAbout .inner::before {
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	top: 14px;
	right: 14px;
}

.bnr_topAbout .inner::after {
	border-bottom: solid 1px #fff;
	border-left: solid 1px #fff;
	bottom: 14px;
	left: 14px;
}

.bnr_topAbout h3 {
	margin: 0 0 20px;
	padding: 0;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
}

.bnr_topAbout .en {
	width: 90px;
	margin: 0 auto 18px;
}

.bnr_topAbout .arrow {
	width: 36px;
	margin: 0 auto;
}

.bnr_topAbout .bg_about {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -2;
	transition: .4s;
}

.bg_topNews {
	width: 94%;
	max-width: 984px;
	margin: 0 auto;
	padding: 66px 20px 60px;
	background-color: #fff;
	border-radius: 30px 0 30px;
	overflow: hidden;
}

.bg_topNews .mds_top1 {
	margin-bottom: 30px;
	text-align: center;
}

.bg_topNews .mds_top1 .ja {
	margin-bottom: 16px;
}

.bg_topNews .mds_top1 .en img {
	width: 40px;
	margin: 0 auto;
}

.cont_topNews {
	max-width: 762px;
	margin: 0 auto;
	padding: 0;
}

.cont_topNews dl {
	width: 100%;
	margin: 0;
	padding: 25px 10px;
	line-height: 1.65;
	border-bottom: solid 1px #999;
	display: flex;
	align-items: flex-start;
}

.cont_topNews dl:first-of-type {
	border-top: solid 1px #999;
}

.cont_topNews dl dt {
	width: 188px;
	margin: 0;
	padding: 0;
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: space-between;
}

.cont_topNews dl dt .cat {
	padding: 4px 10px;
	color: #fff;
	font-size: 12px;
	line-height: 1.2;
	background-color: #000;
}

.cont_topNews dl dd {
	width: calc(100% - 188px);
	margin: 0;
	padding: 0 50px 0 12px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cont_topNews dl dd a {
	color: #000;
	text-decoration: none;
}

.cont_topNews .btn_top1 {
	margin: 45px auto 0;
}

.bnr_topRecruit {
	width: 100%;
	height: 344px;
	color: #fff;
	font-weight: 500;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.bnr_topRecruit::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0);
	transition: .5s;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.bnr_topRecruit .inner {
	width: 100%;
	height: 100%;
	padding: 10px 0 0 0;
	text-align: center;	
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	position: relative;
	z-index: 2;
}

.bnr_topRecruit .inner::before,
.bnr_topRecruit .inner::after {
	content: "";
	width: 94%;
	height: 78%;
	position: absolute;
}

.bnr_topRecruit .inner::before {
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	top: 28px;
	right: 28px;
}

.bnr_topRecruit .inner::after {
	border-bottom: solid 1px #fff;
	border-left: solid 1px #fff;
	bottom: 28px;
	left: 28px;
}

.bnr_topRecruit h2 {
	margin: 0 0 12px;
	padding: 0;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
}

.bnr_topRecruit .en {
	width: 53px;
	margin: 0 auto 18px;
}

.bnr_topRecruit .bg_recruit {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -2;
	transition: .5s;
}




/* ---------------------------------------------------------------
start max 1260px
--------------------------------------------------------------- */

@media screen and ( max-width: 1260px ) {

	


}

/* ---------------------------------------------------------------
end max 1260px
--------------------------------------------------------------- */


/* ---------------------------------------------------------------
start max 1033px
--------------------------------------------------------------- */

@media screen and ( max-width: 1033px ) {

	.txt_topService1 {
		margin-bottom: 40px;
	}

	.wrap_topService a {
		height: 26vw;
		margin-bottom: 4vw;
	}

	.wrap_topService a .inner::before {
		top: 1.3vw;
		right: 1.3vw;
	}

	.wrap_topService a .inner::after {
		left: 1.3vw;
		bottom: 1.3vw;
	}

	.col_topParallax {
		height: 400px;
	}

	.col_topFacility {
		padding-bottom: 80px;
	}

	.inner_topFacility {
		margin-bottom: 60px;
	}

	.mds_top1.facility,
	.txt_topFacility1 {
		width: 45%;
	}

	.txt_topFacility1 {
		padding-right: 4%;
	}

	.img_facility1 {
		width: 55%;
	}

	.img_facility1 img:nth-of-type(1) {
		width: 44%;
	}

	.img_facility1 img:nth-of-type(2) {
		width: 66%;
	}

	.btn_top1.facility {
		clear: both;
	}

	.cont_topNews dl dt {
		width: 170px;
	}

	.cont_topNews dl dd {
		width: calc(100% - 170px);
		padding-right: 20px;
	}


}

/* ---------------------------------------------------------------
end max 1033px
--------------------------------------------------------------- */

/* ---------------------------------------------------------------
start max 850px
--------------------------------------------------------------- */

@media screen and ( max-width: 850px ) {

	.wrap_topService a,
	.wrap_topService a:nth-of-type(3n),
	.wrap_topService a:nth-last-child( -n + 3) {
		width: 48%;
		height: 30vw;
		margin-right: 4%;
		margin-bottom: 3.5vw;
	}

	.wrap_topService a:nth-of-type(2n) {
		margin-right: 0;
	}

	.wrap_topService a:nth-last-child( -n + 2) {
		margin-bottom: 0;
	}

	.wrap_topService a .inner {
		padding-top: 3vw;
	}

	.col_topFacility {
		padding: 60px 0 80px;
	}

	.inner_topFacility {
		padding-bottom: 0;
	}

	.mds_top1.facility {
		margin-top: 60px;
	}

	.cont_topNews dl dt {
		width: 90px;
		display: block;
	}

	.cont_topNews dl dt time {
		display: block;
	}

	.cont_topNews dl dt .cat {
		display: inline-block;
	}

	.cont_topNews dl dd {
		width: calc(100% - 90px);
		overflow: initial;
		text-overflow: initial;
		white-space: initial;
	}



}

/* ---------------------------------------------------------------
end max 850px
--------------------------------------------------------------- */
/* ---------------------------------------------------------------
start min 701px
--------------------------------------------------------------- */

@media print,screen and ( min-width: 701px ) {
	
	.btn_top1:hover {
		background-color: #ed743c;
	}

	.wrap_topService a:hover .bg_service {
		width: 108%;
		height: 108%;
	}

	.wrap_topService a:hover::before {
		background-color: rgba(0,0,0,0.35);
	}

	.bnr_topAbout:hover:before {
		background-color: rgba(0,0,0,0.3);
	}

	.bnr_topAbout:hover .bg_about {
		width: 105%;
		height: 105%;
	}

	.cont_topNews dl dd a:hover {
		text-decoration: underline;
	}

	.bnr_topRecruit:hover:before {
		background-color: rgba(0,0,0,0.35);
	}

	.bnr_topRecruit:hover .bg_recruit {
		width: 103%;
		height: 103%;
	}


}

/* ---------------------------------------------------------------
end min 701px
--------------------------------------------------------------- */
/* ---------------------------------------------------------------
start max 700px
--------------------------------------------------------------- */

@media print,screen and ( max-width: 700px ) {

/* --------------- common --------------- */

	.mds_top1 .ja {
		margin-bottom: 15px;
		font-size: 27px;
	}

	.btn_top1 {
		width: 190px;
		padding-left: 20px;
	}

	.btn_top1 .arrow {
		margin-left: 15px;
	}


/* --------------- top --------------- */

	.col_topMain {
		background-image: none;
		position: relative;
		z-index: -1;
	}

	.col_topMain::before {
		content: "";
		width: 100%;
		height: 100vh;
		background-image: url(../img/top/sp/mainimg1.jpg);
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: cover;
		position: fixed;
		top: 0;
		z-index: -1;
		display: block;
	}

	.col_topService {
		padding: 40px 0 55px;
		background-color: #fff;
	}

	.inner_topService {
		width: 90%;
	}

	.col_topService .mds_top1 {
		margin-bottom: 25px;
	}

	.txt_topService1 {
		margin-bottom: 30px;
	}

	.wrap_topService {
		display: block;
	}

	.wrap_topService a,
	.wrap_topService a:nth-of-type(2n),
	.wrap_topService a:nth-of-type(3n),
	.wrap_topService a:nth-last-child( -n + 3) {
		width: 100%;
		height: 56vw;
		margin: 0 0 6.5vw;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
	}

	.wrap_topService a:last-of-type {
		margin-bottom: 0;
	}
	
	.wrap_topService a .inner {
		padding: 12vw 10% 0;
	}

	.wrap_topService a .inner::before,
	.wrap_topService a .inner::after {
		width: 80%;
	}

	.wrap_topService a .inner::before {
		top: 3.5vw;
		right: 3.5vw;
	}

	.wrap_topService a .inner::after {
		bottom: 3.5vw;
		left: 3.5vw;
	}

	.wrap_topService a h3 {
		margin-bottom: 5.5vw;
		font-size: 6vw;
	}

	.wrap_topService a .arrow img {
		width: 12vw;
	}

	.wrap_topService a .bg_service {
		display: none;
	}

	.wrap_topService a.tokuyou {
		background-image: url(../img/top/sp/bg_tokuyou.jpg);
	}
	.wrap_topService a.day {
		background-image: url(../img/top/sp/bg_day.jpg);
	}
	.wrap_topService a.group {
		background-image: url(../img/top/sp/bg_group.jpg);
	}
	.wrap_topService a.zaitaku {
		background-image: url(../img/top/sp/bg_zaitaku.jpg);
	}
	.wrap_topService a.shortstay {
		background-image: url(../img/top/sp/bg_shortstay.jpg);
	}
	.wrap_topService a.misola {
		background-image: url(../img/top/sp/bg_misola.jpg);
	}

	.col_topParallax {
		height: 300px;
		background-image: url(../img/top/sp/bg_parallax.jpg);
		background-attachment: scroll;
	}

	.col_topFacility {
		padding: 50px 0 50px;
	}

	.inner_topFacility {
		width: 100%;
		padding: 20px 0 0 5%;
	}

	.mds_top1.facility {
		width: 100%;
		margin: 0 0 25px;
		padding: 0;
		float: none;
		position: relative;
		z-index: 1;
	}

	.img_facility1 {
		width: 100%;
		margin-bottom: 25px;
		padding: 0;
		text-align: left;
		float: none;
		z-index: 0;
	}

	.img_facility1 img:nth-of-type(1) {
		width: 54%;
		max-width: 100%;
		position: relative;
		bottom: 0;
		z-index: 1;
	}

	.img_facility1 img:nth-of-type(2) {
		width: 70%;
		max-width: 100%;
		position: absolute;
		top: -120px;
		right: 0;
		z-index: 0;
	}

	.txt_topFacility1 {
		width: 95%;
		margin-bottom: 25px;
		padding: 0;
		text-align: center;
		float: none;
	}

	.btn_top1.facility {
		margin: 0 auto;
		float: none;
	}

	.bnr_topAbout {
		width: 90%;
		height: 56vw;
		margin-bottom: 70px;
		background-image: url(../img/top/sp/bg_corporation.jpg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}

	.bnr_topAbout .inner {
		padding-top: 5vw;
	}

	.bnr_topAbout .inner::before,
	.bnr_topAbout .inner::after {
		width: 83%;
		height: 83%;
	}

	.bnr_topAbout .inner::before {
		top: 3.2vw;
		right: 3.2vw;
	}

	.bnr_topAbout .inner::after {
		bottom: 3.2vw;
		left: 3.2vw;
	}

	.bnr_topAbout h3 {
		margin-bottom: 4.8vw;
		font-size: 7.5vw;
	}

	.bnr_topAbout .en {
		width: 23vw;
		margin-bottom: 6vw;
	}

	.bnr_topAbout .arrow {
		width: 11vw;
	}

	.bg_topNews {
		width: 90%;
		padding: 38px 15px 38px;
	}

	.bg_topNews .mds_top1 {
		margin-bottom: 25px;
	}

	.cont_topNews dl {
		padding: 20px 10px;
	}

	.cont_topNews dl dt time {
		margin-bottom: 2px;
	}

	.cont_topNews dl dd {
		padding-right: 0;
	}

	.cont_topNews .btn_top1 {
		margin-top: 30px;
	}

	.bnr_topRecruit {
		height: 280px;
		background-image: url(../img/top/sp/bg_recruit.jpg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}

	.bnr_topRecruit .inner::before,
	.bnr_topRecruit .inner::after {
		width: 92%;
	}

	.bnr_topRecruit .inner::before {
		top: 16px;
		right: 16px;
	}

	.bnr_topRecruit .inner::after {
		bottom: 16px;
		left: 16px;
	}

	.bnr_topRecruit h2 {
		margin-bottom: 20px;
		font-size: 40px;
	}

	.bnr_topRecruit .en {
		width: 80px;
	}

}

/* ---------------------------------------------------------------
end max 700px
--------------------------------------------------------------- */

/* ---------------------------------------------------------------
start max 450px
--------------------------------------------------------------- */

@media screen and ( max-width: 450px ) {

	.cont_topNews dl {
		display: block;
	}

	.cont_topNews dl dt {
		width: auto;
		margin-bottom: 8px;
		display: flex;
		justify-content: flex-start;
	}

	.cont_topNews dl dt time {
		margin-right: 15px;
		margin-bottom: 0;
	}

	.cont_topNews dl dd {
		width: auto;
		padding: 0;
	}

	.bnr_topRecruit {
		height: 200px;
	}

	.bnr_topRecruit h2 {
		margin-bottom: 15px;
		font-size: 27px;
	}

	.bnr_topRecruit .en {
		width: 60px;
	}

	


}

/* ---------------------------------------------------------------
end max 450px
--------------------------------------------------------------- */