@charset "UTF-8";

/**
 * ---------------------------------------------------
 * pageTitle
 * ---------------------------------------------------
 */
#pageTitleBox {
	/* margin: 70px auto 0;
	text-align: center;
	height: 100%;
	width: 100%; */
	margin: 40px auto;
	text-align: center;
	height: 451.5px;
	width: 950px;
	position: relative;
	background: url(../images/pageTitleBg.jpg) top right no-repeat;
	background-size: 100% 100%;
	padding-top: 41%;
}

#pageTitleBox .inner {
	top: 35%;
	left: 0;
	width: 1100px;
	height: 95px;
	padding: 0;
	margin: 0 auto;
	position: absolute;
}

#pageTitleBox .inner .pageTitle {
	top: 0;
	left: 10%;
	width: 100%;
	position: absolute;
	text-align: left;
	z-index: 999;
	color: #000;
}

#pageTitleBox .inner .pageTitle .en {
	font-size: 2.875rem;
	letter-spacing: 3px;
	font-family: "Krub", sans-serif;
}

#pageTitleBox .inner .pageTitle .ja {
	display: block;
	margin-top: 10px;
	font-size: 1.0625rem;
	font-family: 'Noto Sans JP', sans-serif;
}

/**
 * ---------------------------------------------------
 * service
 * ---------------------------------------------------
 */

/*prologue*/
.prologueBox {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
}

.prologueBox .inner {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	max-width: 1100px;
	text-align: center;
	position: relative;
}

.prologueBox .inner dl {
	width: 100%;
	margin: 0 auto 30px;
	padding: 0;
	max-width: 650px;
}

.prologueBox .inner dl dt {
	padding: 0;
	margin: 0 auto 40px;
	font-weight: bold;
	letter-spacing: 4px;
	font-size: 1.5625rem;
	line-height: normal;
	font-family: 'Noto Sans JP', sans-serif;
}

.prologueBox .inner dl dd {
	padding: 0;
	margin: 0 auto;
	letter-spacing: 2px;
	font-size: 0.9375rem;
	font-family: 'Noto Sans JP', sans-serif;
}

.prologueBox .inner p {
	padding: 0;
	margin: 0 auto 60px;
	font-weight: 500;
	letter-spacing: 2px;
	font-size: 0.9375rem;
	font-family: 'Noto Sans JP', sans-serif;
}

.prologueBox .inner p span {
	padding: 0;
	margin: 0 auto;
	display: block;
	font-weight: normal;
	letter-spacing: 2px;
	font-size: 0.9375rem;
	font-family: 'Noto Sans JP', sans-serif;
}

/*slider*/
.swiper {
	overflow: visible;
}

.swiper-wrapper {
	height: 100%;
	width: calc(100% - 100px);
	padding-bottom: 30px;
	box-sizing: content-box;
}

.swiper-slide {
	width: 100%;
	height: 100%;
}

.swiper-pagination-bullets {
	width: initial !important;
	left: initial !important;
	right: 0 !important;
}

.swiper-pagination-bullet {
	opacity: 1;
	width: 8px !important;
	height: 8px !important;
	margin: 0 0 0 20px !important;
	background: #b3b3b3 !important;
}

.swiper-pagination-bullet {
	opacity: 1;
	width: 8px !important;
	height: 8px !important;
	margin: 0 0 0 20px !important;
	background: #b3b3b3 !important;
}

.swiper-pagination-bullet-active {
	background: #a01625 !important;
}

.swiper-pagination-bullet:first-child {
	margin: 0 !important;
}


section .inner {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	/* justify-content: flex-start; */
	justify-content: space-between;
}

section .inner figure {
	/* width: 50%; */
	width: 55%;
	height: auto;
	margin: 0;
	padding: 0;
}

section .inner figure img {
	margin: 0;
	padding: 0;
	border-top-right-radius: 80px;
}

section .inner .box {
	width: 40%;
	margin: 16px 0 0 0;
	padding: 0;
	text-align: left;
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
}

section .inner .box h2 {
	margin: 0 0 20px 0;
	padding: 0;
	width: 100%;
	text-align: left;
	letter-spacing: 3px;
	font-size: 2.8125rem;
	line-height: 1.5;
	font-family: 'Krub', sans-serif;
}

section .inner .box h2 span {
	color: #808080;
	display: block;
	font-size: 1.0625rem;
	font-weight: bold;
	letter-spacing: 6px;
	font-family: "Noto Sans JP", sans-serif;
}

section .inner .box dl {
	width: 95%;
	margin: 0;
	position: relative;
	padding: 30px 0 0 0;
}

section .inner .box dl dt {
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 0.9375rem;
	font-family: "Noto Sans JP", sans-serif;
}

section .inner .box dl dd {
	margin: 0;
	padding: 0;
}

section .inner .box dl dd ul {
	margin: 0;
	padding: 0;
}

section .inner .box dl dd ul li {
	float: left;
	margin: 0 20px 0 0;
	padding: 0 0 0 20px;
	position: relative;
	font-size: 0.875rem;
	letter-spacing: 1px;
	font-family: "Noto Sans JP", sans-serif;
}

section .inner .box dl dd ul li::before {
	content: "●";
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	color: #b3b3b3;
	position: absolute;
	font-size: 0.875rem;
	font-family: "Noto Sans JP", sans-serif;
}

/*sec01*/
.sec01 {
	margin: 0;
	/* padding: 150px 0; */
	padding: 100px 0 0;
	width: 100%;
	text-align: center;
	position: relative;
	background: url("../images/sec_bg01.png") left bottom no-repeat;
	background-size: 188px 315px;
}

.sec01 .inner .box {
	background: url("../images/icon-amenity.png") top right no-repeat;
	background-size: 105px 120px;
}

/*sec02*/
/* .sec02_bg {
	margin: 0;
	padding: 0;
	background: url("../images/sec_bg02.png") right bottom no-repeat;
	background-size: 122px 1270px;
} */

.sec02 {
	margin: 0;
	/* padding: 150px 0; */
	padding: 100px 0 0;
	width: 100%;
	text-align: center;
	position: relative;
}

.sec02 .row {
	flex-direction: row-reverse;
}

.sec02 .inner .box {
	background: url("../images/icon-loundry.png") bottom left no-repeat;
	/* background-size: 197px 127px; */
	background-size: 130px;
}

/*sec03*/
.sec03 {
	margin: 0;
	/* padding: 150px 0; */
	padding: 100px 0 0;
	width: 100%;
	text-align: center;
	position: relative;
	background: url("../images/sec_bg01.png") left bottom no-repeat;
	background-size: 188px 315px;
}

.sec03 .inner .box {
	background: url("../images/icon-facilities.png") top right no-repeat;
	/* background-size: 100px 120px; */
	background-size: 80px;
}

/*sec04*/
.sec04_bg {
	margin: 0;
	padding: 0;
	background: url("../images/sec_bg03.png") right bottom no-repeat;
	background-size: 199px 873px;
	background-position: bottom -400px right 0;
}

.sec04 {
	margin: 0;
	/* padding: 150px 0; */
	padding: 100px 0 0;
	width: 100%;
	text-align: center;
	position: relative;
}

.sec04 .row {
	flex-direction: row-reverse;
}

.sec04 .inner .box::after {
	content: "";
	position: absolute;
	bottom: -32px;
	right: 0;
	background: url("../images/icon-meeting.png") no-repeat;
	background-size: 100%;
    display: block;
    width: 82px;
    height: 112px;
}


.sec04 .inner .box ul{
	width: 95%;
	margin: 0 0 40px;
	padding: 0;
	letter-spacing: 1px;
	font-size: 0.9375rem;
	font-family: "Noto Sans JP", sans-serif;
}

/*sec05*/
.sec05 {
	margin: 0;
	/* padding: 150px 0; */
	padding: 100px 0 0;
	width: 100%;
	text-align: center;
	position: relative;
	background: url("../images/sec_bg04.png") left top no-repeat;
	background-size: 156px 499px;
}


.sec05 .inner .box ul{
	margin: 0;
	padding: 0;
}

/**
 ****************************************************
 *
 * screens smaller than 763
 *
 ****************************************************
 */
@media only screen and (max-width: 736px) {
	#pageTitleBox {
		width: 100%;
		height: 100%;
		overflow: hidden;
		background: url(../images/pageTitleBg_sp.jpg) top center no-repeat;
		background-size: 100% 100%;
		padding-top: 105%;
	}

	#pageTitleBox .inner {
		top: 2%;
		left: 0;
		width: 100%;
		height: auto;
	}

	#pageTitleBox .inner .pageTitle .en {
		font-size: 2.5rem;
		letter-spacing: 1px;
	}

	#pageTitleBox .inner .pageTitle .ja {
		margin-top: 4px;
	}

	/*prologue*/
	.prologueBox {
		width: 90%;
		margin: 0 auto;
	}

	.prologueBox .inner {
		width: 100%;
	}

	.prologueBox .inner dl dt {
		margin: 0 auto 40px;
		letter-spacing: 2px;
		font-size: 1.375rem;
	}

	/*sec01*/
	.sec01 {
		padding: 50px 0;
		background: url("../images/sec_bg01.png") left top 20% no-repeat;
		background-size: 118px 198px;
	}

	.sec01 .inner figure {
		width: 90%;
	}

	.sec01 .inner .box {
		width: 80%;
		padding: 0;
		margin: 0 auto;
		background-size: 20% auto;
	}

	.sec01 .inner .box .txt {
		width: 100%;
	}

	/*sec02*/
	/* .sec02_bg{
	margin: 0;
	padding: 0;
	background: none;
} */
	.sec02 {
		padding: 50px 0;
		background: url("../images/sec_bg02.png") right top no-repeat;
		background-size: 70px 726px;
	}

	.sec02 .inner figure {
		width: 90%;
	}

	.sec02 .inner .box {
		width: 80%;
		padding: 0 0 60px 0;
		margin: 0 auto;
		background-size: 35% auto;
	}

	/*sec03*/
	.sec03 {
		padding: 50px 0;
		background: url("../images/sec_bg01.png") left top 20% no-repeat;
		background-size: 118px 198px;
	}

	.sec03 .inner {
		width: 100%;
	}

	.sec03 .inner figure {
		width: 90%;
	}

	.sec03 .inner .box {
		width: 80%;
		padding: 0;
		margin: 0 auto;
		background-size: 20% auto;
	}

	.sec03 .inner .box .txt {
		width: 100%;
	}

	/*sec04*/
	.sec04_bg {
		margin: 0;
		padding: 0;
		background: none;
	}

	.sec04 {
		padding: 50px 0;
		background: url("../images/sec_bg03.png") right top no-repeat;
		background-size: 87px 382px;
	}

	.sec04 .inner figure {
		width: 90%;
	}

	.sec04 .inner .box {
		width: 80%;
		padding: 0 0 60px 0;
		margin: 0 auto;
		background-size: 20% auto;
	}

	/*sec05*/
	.sec05 {
		padding: 50px 0;
		background: url("../images/sec_bg04.png") left top 20% no-repeat;
		background-size: 69px 198px;
	}

	.sec05 .inner {
		width: 100%;
	}

	.sec05 .inner figure {
		width: 90%;
	}

	.sec05 .inner .box {
		width: 80%;
		padding: 0;
		margin: 0 auto;
	}

	.sec05 .inner .box .txt {
		width: 100%;
	}
}