@charset "UTF-8";


/*----------------------------------------
	main_copy
-----------------------------------------*/
.main_copy{
	margin: -25rem auto 20rem auto;
	padding:35rem 10rem 20rem 45%;
	background: url("../img/work_copybg.jpg") no-repeat left bottom , url("../img/work_copybg02.jpg")no-repeat right top;
	background-size: 40%;
}

.main_copy h2{
	font-size:7.0rem;
	font-weight: 900;
	line-height: 2;
}
.main_copy dt{
	font-size: 5.0rem;
	font-weight: 600;
	line-height: 2;
}
.main_copy dt span{
	color: #ff4e00;
}
.main_copy dd{
	font-size: 2.0rem;
	font-weight: 600;
}

/*----------------------------------------
	main_btnset
-----------------------------------------*/
.main_btnset{
	margin: 0rem auto 10rem auto;
	padding: 0 5rem;
}

.main_btnset ul{
	display: flex;
	justify-content: space-between;
}
.main_btnset li{
	width:15%;
}
.main_btnset li:nth-child(even){
	margin-top: 5rem;
}


/*----------------------------------------
	cmn_work
-----------------------------------------*/
#gym,#front,#pool,#program,#inspection,#desk{
	padding-top:100px;
}


.cmn_work{
	display: flex;
	justify-content: space-between;
	margin:0 0 10rem 0;
}

.cmn_work .work_l{
	width: 40%;
}

.cmn_work .work_r{
	width: 55%;
	margin-right: -5rem;
}

#inspection h2 em{
	display: block;
	font-style: normal;
	margin-bottom: 3rem;
	font-size: 1.8rem;
}
#desk h2 em{
	display: block;
	font-style: normal;
	margin-bottom: 3rem;
	font-size: 1.8rem;
}

.work_desk{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20rem;
}
.work_desk .desk_dt{
	width: 45%;
}
.work_desk dl{
	display: flex;
	align-items: center;
}
.work_desk dt{
	font-size: 2.8rem;
	margin-right: 1.5rem;
	padding-top: 0.7rem;
}
.work_desk dd{
	background: url("../img/work_desk_line.png")no-repeat left center;
	font-weight: 600;
	padding-left: 45px;
	font-size: 2.4rem;
}
.work_desk .pic{
	margin-top:4rem;
}
.mr01{
	margin-top: 7rem;
}
.point{
	background: #dcd2cf;
	border-radius: 0 20px 0 20px;
	padding: 4rem;
	margin: 6rem 0 0 0;
	position: relative;font-weight: 600;
	font-size: 1.6rem;
}
.point_ttl{
	position: absolute;
	top:-20px;
}
.point span{
	color:#ff4e00;
}

/*----------------------------------------
	oneday
-----------------------------------------*/

.oneday{
	background: #dcd2cf;
	padding: 10rem 5rem;
	
}
.oneday h3{
	font-weight: 700;
	font-size: 3.0rem;
	margin-bottom: 4rem;
	
}
.oneday_inner{
	margin: 0 auto;
	max-width: 1100px;
	
}
.oneday dl{
	display: flex;
	align-items: center;
	background:url("../img/work_onedayline.png")repeat-y left 80px bottom;
	padding-bottom: 2rem;
}
.oneday dl:last-of-type{
	background:none;
	padding-bottom: 0rem;
}
.oneday dt{
	width: 160px;
	border-radius: 50px;
	background:#ff4e00;
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 2.4rem;
	margin-right: 3rem;
}
.oneday dd{
	flex: 1;
	font-weight: 600;
}

.oneday .onedayflex{
	display: flex;
	align-items: center;
}
.oneday .onedayflex em{
	display: block;
	width: 60px;
}
.oneday .onedayflex span{
	flex: 1;
	display: block;
	font-size: 1.4rem;
	line-height: 1.5;
	font-weight: 400;
}


/*media Queries タブレットサイズ（769px～1200px）のみで適応したいCSS -タブレットのみ
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1450px) {
	
	
/*----------------------------------------
	main_copy
-----------------------------------------*/
.main_copy{
	margin: -15rem auto 20rem auto;
	padding:20% 0 20% 45%;
	background: url("../img/work_copybg.jpg") no-repeat left bottom , url("../img/work_copybg02.jpg")no-repeat right top;
	background-size: 40%;
}

.main_copy h2{
	font-size: 4.5vw;
	font-weight: 900;
	line-height: 2;
}
.main_copy dt{
	font-size: 3.5vw;
	font-weight: 600;
	line-height: 2;
}
.main_copy dt span{
	color: #ff4e00;
}
.main_copy dd{
	font-size: 1.5vw;
	font-weight: 600;
}

/*----------------------------------------
	main_btnset
-----------------------------------------*/
.main_btnset{
	margin: 0rem auto 20rem auto;
	padding: 0 5rem;
	max-width: 1000px;
}

.main_btnset ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.main_btnset li{
	width:32%;
	margin-bottom: 3rem;
	text-align: center;
}
.main_btnset li:nth-child(2),.main_btnset li:nth-child(5){
	margin-top: 10rem!important;
}
.main_btnset li:nth-child(even){
	margin-top: 0rem;
}
	
/*----------------------------------------
	cmn_work
-----------------------------------------*/

.cmn_work{
	display: block;
}

.cmn_work .work_l{
	width: auto;
}
.cmn_work .work_r{
	width: auto;
	margin-top: 4rem;
}

	
}/*解像度1200px以下*/


/*media Queries スマートフォンサイズ（768px以下）で適応したいCSS - スマホ
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 768px) {

	
/*----------------------------------------
	main_copy
-----------------------------------------*/
.main_copy{
	margin: 0rem auto 5rem auto;
	padding:0 4.5rem 55% 4.5rem;
	background: url("../img/work_copybg.jpg")no-repeat left bottom;
	background-size: 90%;
}

.main_copy h2{
	font-size: 3.6rem;
	font-weight: 900;
	line-height: 2;
}
.main_copy dt{
	font-size: 2.2rem;
	line-height: 1.7;
	margin:1rem 0 2rem 0;
}
.main_copy dt span{
	color: #ff4e00;
}
.main_copy dd{
	font-size: 1.5rem;
}

/*----------------------------------------
	main_btnset
-----------------------------------------*/
.main_btnset{
	margin: 0rem auto 5rem auto;
	padding: 0 2rem;
	max-width: 1000px;
}

.main_btnset ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.main_btnset li{
	width:47%;
	margin-bottom: 2rem;
	text-align: center;
}

.main_btnset li{
	margin-top: 0rem!important;
}
	
/*----------------------------------------
	cmn_work
-----------------------------------------*/
#gym,#front,#pool,#program,#inspection,#desk{
	padding-top:50px;
}
	
.cmn_work{
	display: block;
	margin:0 0 5rem 0;
}

.cmn_work .work_l{
	width: auto;
}
.cmn_work .work_r{
	width: auto;
	margin-top: 4rem;
}
.point{
	background: #dcd2cf;
	border-radius: 0 20px 0 20px;
	padding: 3rem;
	margin: 5rem 0 0 0;
	font-size: 1.4rem;
}
.point_ttl{
	position: absolute;
	margin: 0 auto;
	left:0;
	right:0;
	text-align: center;
	width: 150px;
}	
.work_desk{
	display: block;
	margin-bottom: 0rem;
}
.work_desk .desk_dt{
	width: auto;
	margin-bottom: 6rem;
}

.work_desk dt{
	font-size: 2.4rem;
	padding-top: 0.5rem;
}
.work_desk dd{
	font-size: 2.0rem;
}
.work_desk .pic{
	margin-top:3rem;
}
.mr01{
	margin-top: 0rem;
}
	
/*----------------------------------------
	oneday
-----------------------------------------*/

.oneday{
	padding: 8rem 2rem;
	
}
.oneday h3{
	font-size: 2.4rem;
	margin-bottom: 4rem;
	line-height: 1.7;
	
}
.oneday_inner{
	margin: 0 auto;
	
}
.oneday dl{
	display: block;
	background:none;
	padding-bottom: 2rem;
}

.oneday dt{
	width: 160px;
	font-size: 2.0rem;
	margin-bottom: 1rem;
}

.oneday .onedayflex{
	display: block;
}
.oneday .onedayflex em{
	display: block;
	width: auto;
}

	
}/*解像度736px以下*/

