
/*========================== what ==========================*/
.what{
	background-image:url(/sakura_common/images/co_bg_1.png), url(/sakura_common/images/co_bg_6.png), url(/sakura_common/images/co_bg_3.png);
	background-repeat:no-repeat;
	background-position:left 15%, right 35%, left 55%;
	background-color:#f1e0ac;
}

.what #coHeader{
	background-image:url(/sakura-residence/images/what_header_bg.jpg);
}

.what #mainContents {
	background:url(/sakura_common/images/what_img.png) ;
	background-repeat: no-repeat;
	background-position:right 30%;
	background-size:400px auto;
}

.what #mainContents h3 span{
	display:block;
	font-size:0.6em;
}
.what #mainContents figure, .what #mainContents figcaption{
	text-align:center;
}
.what #mainContents figcaption{
	margin:50px 0 15px;
	font-size:1em;
}

.what #mainContents .aside{
	width:490px;
	margin-top:30px;
	padding: 15px 20px;
	background-color: #faf8f2;
}
.what #mainContents .aside h3{
	font-size:0.95em;
}
.what #mainContents .aside li{
	font-size:0.8em;
	line-height:1.8em;
}

.what #forte h3{
	text-align:center;
	padding-top:15px;
	margin-bottom:30px;
}
.what #forte ul{
	width:370px;
	padding:0 15px;
	float:left;
}
.what #forte li{
	font-size:0.8em;
	line-height:1.8em;
	margin-bottom:0.8em;
}
.what #mainContents ul.w520 li::before,
.what #forte li::before{
	content:'●';
	color:#f8ad3a;
	padding-right:0.5em;
	font-size:0.8em;
}


/*========================== about ==========================*/
.about{
	background-image:url(/sakura_common/images/co_bg_2.png), url(/sakura_common/images/co_bg_5.png), url(/sakura_common/images/co_bg_4.png);
	background-repeat:no-repeat;
	background-position:right 10%, left 30%, right 55%;
	background-color:#dee3a5;
}

.about #coHeader{
	background-image:url(/sakura-residence/images/about_header_bg.jpg);
}
.about #coHeader h1{
/*	font-size:1.45em;
	width: 840px;*/
	margin-top:-0.9em;
}

.about main h2{
	padding-top:30px;
	font-size:1.5em;
}
.about .lead{
	width:600px;
	margin:0 auto 70px;
}
.about .lead h3{
	text-align:center;
	font-size:0.95em;
	line-height:2.5em;
}
.about .lead h3 span{
	display:inline-block;
	padding:6px 30px ;
	color:#fff;
	background-color:#8dc21f;
	line-height:1em;
	border-radius:10px;
}
.about .lead h3 span:first-child{
	background-color:#eb6d80;
}
.about .lead p{
	line-height:2em;
}
.about .lead a{
	display: block;
	margin-top:5px;
	padding-top:5px;
	font-size: 0.8em;
	text-align: right;
	color:#da5e7b;
	text-decoration: underline;
}

.about .w520{
	position:relative;
}
.about .w520 img{
	position:absolute;
	right:-230px;
	top:-35%;
}

.gallery{
	width:800px;
	padding: 40px 0;
	margin: 0 auto;
	position:relative;
}
.gallery .mainImg{
	width:800px;
	height:480px;
	margin-bottom:16px;
	/*background-color:#ccc;*/
	overflow:hidden;
}
.gallery .thumList{
	width:800px;
	height:75px;
	overflow:hidden;
}
.gallery ul{
	width:1000px;
	height:75px;
}
.gallery li{
	width:120px;
	height:72px;
	margin-right:16px;
	/*background-color:#ccc;*/
	float:left;
	cursor:pointer;
}
.gallery li:last-child{
	margin-right:0;
}
.gallery li img{
	width:100%;
}

.gallery .lBtn, .gallery .rBtn{
	font-size:30px;
	line-height:1em;
	padding:5px;
	color:#969696;
	position:absolute;
	bottom:80px;
	cursor:pointer;
}
.gallery .lBtn{
	left:-45px;
}
.gallery .rBtn{
	right:-45px;
}
.gallery p:last-child{
	margin-top:5px;
	font-size:12px;
	color:#555;
}

.about #forte h2{
	padding-top: 0;
	margin-bottom:40px;
	line-height:1.9em;
	font-size:1.05em;
}
.about #forte h2 span{
	font-size:1.3em;
}
.about #forte table{
	padding-bottom:30px;
	table-layout:fixed;
	counter-reset:aboutForte;
}
.about #forte caption p{
	display:inline-block;
	padding:10px 30px 5px;
	margin-bottom:30px;
	color:#fff;
	background-color:#da5e7b;
	border-radius:5px;
	font-size:1em;
}
.about #forte th, .about #forte td{
	width:31%;
	padding:15px;
	vertical-align:top;
	text-align:left;
	font-weight:normal;
}
.about #forte th{
	padding:10px 15px 10px 70px;
	font-size:0.9em;
	line-height:1.6em;
	position:relative;
}
.about #forte th:first-child{
	width:38%;
}
.about #forte th::before{
	counter-increment:aboutForte;
	content:counter(aboutForte);
	position:absolute;
	left:5px;
	top:10px;
	width:50px;
	height:50px;
	border-radius:50%;
	text-align:center;
	font-size:1.6em;
	line-height:50px;
	color:#fff;
	background-color:#da5e7b;
}
.about #forte td{
	font-size:0.8em;
	line-height:1.6em;
}


/*========================== support ==========================*/
.support{
	background-image:url(/sakura_common/images/co_bg_4.png), url(/sakura_common/images/co_bg_2.png);
	background-repeat:no-repeat;
	background-position:right 20%, left 45%;
	background-color:#f1e0ac;
}
.support #coHeader{
	background-image:url(/sakura-residence/images/support_header_bg.jpg);
}
.support #coHeader h1{
	font-size:1.4em;
	padding-left:100px;
}
.support #coHeader .balloon{
	width:100px;
	height:78px;
	padding-top:22px;
	color:#1aab32;
	background-color:transparent;
	border:solid 2px #1aab32;
	left:25px;
	top:65px;
	font-size:0.6em;
	line-height:1.8em;
	font-weight:bold;
}
.support #coHeader .balloon span{
	font-size:1.7em;
}

.support #coHeader+section h2{
	font-size:1.05em;
	padding-top:30px;
}
#cooperation{
	padding:10px 0 30px;
	position:relative;
	text-align:center;
}
#cooperation p{
	width:175px;
	height:100px;
	box-sizing:border-box;
	padding:10px 15px;
	position:absolute;
	border:solid 1px #808080;
}
#cooperation a{
	display:block;
	text-align:center;
}
#cooperation .wico{
	font-size:2.4em;
	vertical-align:-0.3em;
	padding-right:0.3em;
}
#cooperation p.menuLink{
	width:170px;
	height:auto;
	padding:5px 0;
	font-size:0.75em;
	border:0;
	color:#fff;
	box-sizing: content-box;
	background-color:#eb6d80;
}

#meal, #meal p{
	text-align:center;
}
#meal h3{
	margin-bottom:5px;
}
#meal h3+p{
	margin-bottom:40px;
	font-size:0.9em;
}

.support #forte{
padding: 60px 0;
}
.support #forte ul{
	margin:50px 0 0;
	text-align:center;
}
.support #forte li{
	width:100px;
	margin:10px;
	display:inline-block;
	vertical-align:top;
	font-size:0.7em !important;
	text-align:center;
	line-height:1.3em;
}
.support #forte li img{
	width:75px;
	margin-bottom:5px;
}

/*------- lBox -------*/

#lBoxBk{
width:100%;
height:100%;
position:fixed;
left:0;
top:0;
background:rgba(255,255,255,0.8);
cursor:pointer;
z-index:1000;
display:none;
}

p#closeBtn{
position:fixed;
right:20px;
top:20px;
font-size:0.9em;
/*color:#da5e7b;*/
color:#1aab32;
cursor:pointer;
z-index:1010;
display:none;
}

#lBox{
width:980px;
position:absolute;
top:100px;
left:50%;
z-index:1005;
margin-left:-490px;
padding:0;
background-color:#fff;
border:solid 1px #666;
display:none;
}






/*========================== room ==========================*/
.room{
	background-image:url(/sakura_common/images/co_bg_6.png), url(/sakura_common/images/co_bg_3.png);
	background-repeat:no-repeat;
	background-position:left 550px, right 55%;
	background-color:#f6dfd5;
}

.room #coHeader{
	background-image:url(/sakura-residence/images/room_header_bg.jpg);
}
.room #mainContents > section{
	padding:40px 0 0;
}
.room #mainContents h2{
	font-size:1.55em;
}

.linkFloor{
	position:absolute;
	right:0;
	top:75px;
	text-align:center;
	font-size:0.8em;
	font-weight:bold;
}
.linkFloor a{
	display:inline-block;
	padding:7px 20px;
	background-color:#fff;
	color:#da5278;
	border:solid 2px #da5278;
}

#selectType li{
/*	width:191px;*/
	width:49.2%;
	color:#000;
	padding:20px 20px 10px;
	margin-right:12px;
	margin-bottom:20px;
	box-sizing:border-box;
	text-align:center;
	float:left;
	position: relative;
	cursor:pointer;
}
#selectType li:nth-child(1){ background-color:#7ed9de; }
#selectType li:nth-child(2){ background-color:#9eda9d;  margin-right:0;}

#selectType li span{
	display:inline-block;
	font-size:0.9em;
	padding-left:10px;
}
#selectType li h3{
	margin-bottom:10px;
	margin-right:30px;
	display:inline-block;
}
#selectType li h3 span{
	font-size:1.6em;
	vertical-align:-0.1em;
}

#selectType li::after{
	content:'';
	position: absolute;
	top: 100%;
	left:50%;
	margin-left:-20px;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	z-index:2;
}
#selectType li.active:nth-child(1)::after{ border-top: 25px solid #7ed9de; }
#selectType li.active:nth-child(2)::after{ border-top: 25px solid #9eda9d; }


/*------ roomSpec ------*/
#roomType{
	width:980px !important;
	margin:0 -90px;
	padding: 40px 0 0;
}

#roomSpec{
	width:800px;
	margin:0 auto;
	display:flex;
	justify-content: space-between;
	align-items: flex-end;
	align-content: stretch;
}
#roomSpec .tLeft{
	width:340px;
	padding-bottom:30px;
}
#roomSpec .tRight{
	width:460px;
	padding:0 0 20px;
	text-align:right;
}
#roomSpec.ctype .tRight img{
	margin-left:-130px;
}

#roomSpec h3, #roomSpec p{
	padding:10px 0;
	border-bottom:solid 1px #000;
}
#roomSpec h3{
	margin-bottom:5px;
}
#roomSpec h3 span{
	font-weight:bold;
	font-size:1.3em;
}
#roomSpec h3 span span{
	font-size:1.9em;
	vertical-align:-0.1em;
	padding-left:0.1em;
}
#roomSpec.atype h3 span span{ color:#7ed9de; }
#roomSpec.btype h3 span span{ color:#f9bb5c; }
#roomSpec.ctype h3 span span{ color:#9eda9d; }
#roomSpec.dtype h3 span span{ color:#f0909e; }
#roomSpec h3 span.sml{
	font-size:0.7em;
	font-weight:normal;
}

#roomSpec .extent{
	font-size:1em;
}
#roomSpec .extent span{
	font-size:1.5em;
}
#roomSpec .facilities{
	font-size:0.65em;
	text-indent:-2.9em;
	padding-left:3em;
	margin-bottom:30px;
}

#roomType .gallery{
	width:620px;
	padding:60px 0;
}
#roomType .atypeBg{ background-color:#cef1f2; }
#roomType .btypeBg{ background-color:#fdebcf; }
#roomType .ctypeBg{ background-color:#dcf2dc; }
#roomType .dtypeBg{ background-color:#fcefeb; }

#roomType .gallery .mainImg{
	width:620px;
	height:400px;
	margin-bottom:12px;
	border:solid 5px #fff;
	box-sizing:border-box;
}
#roomType .gallery .thumList{
	width:620px;
	height:95px;
}
#roomType .gallery ul{
	height:95px;
}
#roomType .gallery li{
	width:146px;
	height:95px;
	margin-right: 12px;
	border:solid 5px #fff;
	box-sizing:border-box;
	overflow:hidden;
}
#roomType .gallery .lBtn, #roomType .gallery .rBtn{
	bottom:110px;
}

.roomLink{
	width:800px;
	margin:0 auto;
	padding:50px 0;
}
.roomLink li{
	margin-right:25px;
	float:left;
}
.roomLink li:last-child{
	margin-right:0;
}
.roomLink li a{
	width:250px;
	display:block;
	color:#da5278;
	background-color:#fff;
	padding:10px;
	border:solid 2px #da5278;
	box-sizing:border-box;
	font-size:0.9em;
	font-weight:bold;
	line-height:1.6em;
	text-align:center;
}


/*========================== floor ==========================*/
.floor{
	background-image:url(/sakura_common/images/co_bg_6.png), url(/sakura_common/images/co_bg_3.png),url(/sakura_common/images/co_bg_4.png), url(/sakura_common/images/co_bg_1.png);
	background-repeat:no-repeat;
	background-position:left 10%, right 30%, left 45%, right 60%;
	background-color:#f6dfd5;
}

.floor #coHeader{
	background-image:url(/sakura-residence/images/floor_header_bg.jpg);
}

#floorMap h2 span{
	display:block;
	font-size:0.8em;
}
#floorMap h2 + img{
	margin-top:-80px;
}
#floorMap h2, #floorMap p{
width:800px;
	display:block;
}

#floorMap .roomLink{
	padding:30px 0;
}
.roomLink li{
	margin-right:25px;
	float:left;
}
.roomLink li:last-child{
	margin-right:0;
}
#floorMap .roomLink li a{
	color:#fff;
	background-color:#da5278;
}




/*========================== price ==========================*/
.price{
	background-image:url(/sakura_common/images/co_bg_2.png), url(/sakura_common/images/co_bg_5.png);
	background-repeat:no-repeat;
	background-position:right 20%, left 35%;
	background-color:#f6dfd5;
}

.price #coHeader{
	background-image:url(/sakura-residence/images/price_header_bg.jpg);
}

#priceTable table{
	width:100%;
	margin-bottom:40px;
	border-collapse:collapse;
	border-bottom:solid 1px #969696;
	font-size:0.9em;
}
#priceTable caption{
	padding:0.8em 0;
	text-align:left;
	line-height:1em;
	font-weight:bold;
	border-top:solid 1px #969696;
}
#priceTable th, #priceTable td{
	padding:15px;
	border-top:solid 1px #969696;
	border-left:solid 1px #969696;
}
#priceTable th{
	background-color:#f3f2ee;
}
#priceTable th span{
	color:#444;
	margin-left:0.5em;
	font-size:0.9em;
}
#priceTable th:first-child{
	width:50%;
}
#priceTable td{
	text-align:center;
}
#priceTable th:first-child, #priceTable td:first-child{
	padding:15px 30px;
	border-left:0;
	text-align:left;
}
#priceTable tr:last-child th, #priceTable tr:last-child td{
	border-top:solid 1px #da5e7b;
	font-weight:bold;
	font-size:1.2em;
}


#priceTag{
	width:100%;
	margin-bottom:10px;
	/*border-top:solid 1px #969696;*/
	text-align:center;
	display: table;
	table-layout: fixed;
}
#priceTag li{
	width:25%;
	padding-right:5px;
	padding-left:5px;
	display: table-cell;
	box-sizing: border-box;
	cursor: pointer;
	opacity:0.5;
}
#priceTag li.nowPrice{
	opacity:1;
}
#priceTag li a{
	display: block;
	padding:20px 0;
	font-size: 0.8em;
	font-weight:bold;
	line-height:1em;
	background-color:#fae6eb;
	
}
#priceTag li:first-child{
	padding-left:0;
}
#priceTag li:last-child{
	padding-right:0;
}
#priceTag li span{
	color: #da5e7b;
	padding:5px 10px;
}
#priceTag li .wico{
	color: #666;
	font-size:1.1em;
	vertical-align: -0.1em;
	padding:0 0 0 7px;
}

.price2 #priceTable table{
	margin-bottom:0 !important;
	display:none;
}
.price2 #priceTable caption{
	background-color:#fae6eb;
}
.price2 #priceTable caption span{
	padding:5px 10px;
	/*display: inline-block;
	background-color:#da5e7b;*/
	color: #da5e7b;
}
.price2 #priceTable th, .price2 #priceTable td{
	padding:10px 15px !important;
	font-size:0.85em;
}


#experience{
	width: 100%;
	padding:30px;
	margin: 50px 0;
	text-align: center;
	box-sizing: border-box;
	
}
#experience ul{
	width:18em;
	padding-left: 1.5em;
	margin:20px auto;
	font-size:0.85em;
	
}
#experience li{
	text-align: left;
	margin-bottom:0.5em;
}
#experience li::before{
	content:'●';
	color:#f8ad3a;
	padding-right: 0.2em;
	font-size:0.8em;
}
#experience p{
	font-weight:bold;
}
#experience p:last-child{
	width:25em;
	margin:15px auto 0;
	font-size:1.1em;
	border-bottom: solid 1px #aaa;
}
#experience p:last-child > span{
	/*display: block;*/
	padding-left: 1em;
	font-size:1.4em;
}


#priceTable .noteTxt p{
	padding-left:30px;
	margin-bottom:0.5em;
}
#priceTable .noteTxt ul{
	font-size:0.8em;
	padding-left:30px;
}
#priceTable .noteTxt li{
	margin-bottom:0.5em;
	position:relative;
}
#priceTable .noteNum{
	counter-reset:priceNote;
}
#priceTable .noteNum li{
	padding-left:2em;
}
#priceTable .noteNum  li::before{
	counter-increment:priceNote;
	content:'※'counter(priceNote);
	position:absolute;
	left:0
}

#priceTable .noteDisc{
	margin-top:20px;
}
#priceTable .noteDisc li{
	padding-left:1.5em;
}
#priceTable .noteDisc li::before{
	content:'●';
	position:absolute;
	left:0;
	color:#da5278;
}



/*========================== faq ==========================*/
.faq{
	background-image:url(/sakura_common/images/co_bg_1.png), url(/sakura_common/images/co_bg_6.png), url(/sakura_common/images/co_bg_3.png);
	background-repeat:no-repeat;
	background-position:left 15%, right 35%, left 55%;
	background-color:#f1e0ac;
}

.faq #coHeader{
	background-image:url(/sakura-residence/images/faq_header_bg.jpg);
}

.faq dl{
	width:800px;
	margin:0 auto;
	padding:40px 0 60px;
	counter-reset:faq;
}
.faq dl dt{
	padding:40px 0 15px 90px;
	font-size:1.05em;
	line-height:1.4em;
	color:#1aab32;
	position:relative;
}
.faq dl dt::before{
	counter-increment:faq;
	content:'Q'counter(faq);
	position:absolute;
	left:5px;
	top:40px;
	font-size:1.8em;
	color:#1aab32;
}
.faq dl dd{
	padding-left:90px;
	padding-bottom:40px;
	font-size:0.9em;
	line-height:1.6em;
	border-bottom:solid 1px #969696;
}
.faq dl dd:last-child{
	border-bottom:0;
}




/*========================== access ==========================*/
.access{
	background-image:url(/sakura_common/images/co_bg_4.png), url(/sakura_common/images/co_bg_2.png), url(/sakura_common/images/co_bg_5.png);
	background-repeat:no-repeat;
	background-position:right 15%, left 35%, right 55%;
	background-color:#dee3a5;
}

.access #coHeader{
	background-image:url(/sakura-residence/images/access_header_bg.jpg);
}

#accessMap h2{
	margin-bottom:30px;
}
#accessMap dl{
	padding-bottom:30px;
	position:relative;
}
#accessMap dt{
	margin-bottom:0.8em;
	color:#808080;
	font-size:0.95em;
}
#accessMap dt:nth-child(3){
	margin-top:1.8em;
}
#accessMap dt::before{
	content:'●';
	color:#b0b0b0;
	padding-right:0.5em;
}

#accessMap dd{
	width:35%;
	vertical-align: top;
	display:inline-block;
	font-size:0.85em;
	line-height:1.6em;
	margin-right:1.5%;
}

#accessMap dd span{
	display:block;
	line-height:1.6em;
}
#accessMap dd span::before{
	content:'●';
	color:#f8ad3a;
	font-size:0.8em;
	padding-right:0.3em;
}

#accessMap dd .takenoyu{
	position:absolute;
	right:0;
	bottom:0;
}
#accessMap dd .takenoyu p{
	font-size:12px;
}

#accessMap figure{
	margin:10px auto 40px;
	position: relative;
}
#accessMap figure p{
	text-align:center;
	line-height: 1em;
	position: absolute;
	right:15px;
	bottom:15px;
}
#accessMap figure p a{
	display:inline-block;
	padding:7px 10px;
	background-color:#da5278;
	color:#fff;
}

.access h3{
	padding-top:10px;
	padding-bottom:5px;
	border-bottom:solid 1px #c9c9c9;
}

#accessMap table{
	margin:30px 0 ;
	width:100%;
	font-size:0.8em;
}
#accessMap th, #accessMap td{
	width:33.3%;
	padding-bottom:10px;
}
#accessMap th{
	text-align:left;
	font-weight:normal;
}
#accessMap th:nth-child(1){ color:#f8ad3a; }
#accessMap th:nth-child(2){ color:#8dc21f; }
#accessMap th:nth-child(3){ color:#bb9519; }

#accessMap th span{
	font-size:1.5em;
	padding-right:0.5em;
}
#accessMap td{
	line-height:1.4em;
}
#accessMap td::before{
	content:'●';
	padding-right:0.5em;
	font-size:0.8em;
}
#accessMap td:nth-child(1)::before{ color:#f8ad3a; }
#accessMap td:nth-child(2)::before{ color:#8dc21f; }
#accessMap td:nth-child(3)::before{ color:#bb9519; }

#accessMap td span{
	display:block;
	font-size:0.9em;
	padding-left:1.5em;
}

#surrounding + p{
	margin-bottom:40px;
	text-align:right;
}

#accessMap iframe+p{
	margin:25px 0;
	text-align:center;
	font-size:1em;
}
#accessMap  iframe+p a{
	display:inline-block;
	padding:7px 20px;
	background-color:#da5278;
	color:#fff;
}

#group h3 span{
	font-size:1.3em;
	vertical-align:-0.1em;
	padding-right:5px;
}
#group ul{
	margin-top:30px;
}
#group ul li{
	width:250px;
	height:72px;
	padding:15px 5px 5px 90px;
	margin-right:25px;
	margin-bottom:25px;
	border:solid 1px #c9c9c9;
	box-sizing:border-box;
	background-color:#fff;
	font-size:0.7em;
	line-height:1.6em;
	text-align:center;
	position:relative;
	float:left;
}

/*
#group ul a:nth-child(2) li{
	padding:7px 5px 5px 90px;
	line-height:1.2em;
}
*/

#group ul a:nth-child(3n+3) li{
	margin-right:0;
}
#group ul li img{
	position:absolute;
	left:5px;
	top:5px;
}
#group ul li p{
	display:inline-block;
	padding:5px 10px;
	margin-top:3px;
	background-color:#da5278;
	color:#fff;
	border-radius:5px;
	line-height:0.95em;
	font-size:0.95em;
}



/*========================== report ==========================*/
.report{
	background-image:url(/sakura_common/images/co_bg_2.png), url(/sakura_common/images/co_bg_1.png);
	background-repeat:no-repeat;
	background-position:left 15%, right 35%;
	background-color:#dee3a5;
}

.report #coHeader{
	background-image:url(/sakura-residence/images/report_header_bg.jpg);
}
.report #coHeader h1 img{
	width:280px;
	padding-left: 30px;
}
.report #coHeader+p{
width: 800px;
margin: 0 auto;
padding: 40px 0;
}

.report dl{
	width:800px;
	margin:0 auto;
	padding:0 0 60px;
	counter-reset:faq;
}
.report dl dt{
	width: 8em;
	height:1em;
	padding:1em 0;
	margin-bottom: 0.5em;
	clear: left;
	float: left;
	font-size:0.9em;
	border-bottom:solid 1px #969696;
}
.report dl dd{
	padding:1em 1.3em;
	height:1em;
	margin-left: 8em;
	margin-bottom: 0.5em;
	font-size:0.9em;
	border-bottom:solid 1px #969696;
	color:#1aab32;
	position:relative;
}
.report dl dd::before{
	content:'▶︎';
	font-size:0.85em;
	position: absolute;
	left: 0;
	top: 1.1em;
}
.report dl dd a{
	position:relative;
	vertical-align:top;
}

.report dl dd img{
	width:19px;
	padding-left:3px;
	margin-top:-0.3em;
}

/*========================== 20241115 added recruit ==========================*/

.top_recruit {
	background-image:url(/images/back.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

h1 {
	text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}

/* 住宅補助制度 */

#housing-allowance .contents{
	width: 560px;
}

.housing-allowance__title {
	color: #f8ad3a;
	margin-bottom: 20px;
}

.housing-allowance__good-news {
	color:#da5e7b;
}

.howsing-allowance__qualified {
	margin: 20px 0;
}

.housing-allowance__detail {
	margin-bottom: 20px;
}

.housing-allowance__detail__contents {
	padding:30px;
	background:#f8f8f8;
	display: flex;
}

.housing-allowance__detail__text {
	width:100%;
}

.housing-allowance__detail__text p {
    line-height: 1.5;
    margin-bottom: 20px;
}

.housing-allowance__detail__title {
	font-size: 1em;
    margin-bottom: 20px;
}

.housing-allowance__detail__price {
	font-size:1.5rem;
	color: #da5e7b;
}

.housing-allowance_image {
}

.housing-allowance__detail__caution {
  font-size: 0.8rem;
  padding: 0;
	margin: 8px 0;
}

.housing-allowance__detail__caution:before{
  content:"※"; 
  left:0;
  top:0;
}

/* 採用情報ボタン */
#job-opening {
	text-align: center;
}

.job-opening__title {
	color: #f8ad3a;
}

.job-opening__buttons {
    margin-bottom:50px;
    justify-content: center;
    display: flex;
    gap: 1rem;
}

.job-opening__button {
}

a.job-opening__button__label {
	color: #fff;
    background: #da5e7b;
    padding: 10px 50px;
}

/* 採用課 */
.recruitment-staff__contact {
   	font-size: 120%;
    background: #f7f7e9;
    padding: 20px;
	margin-top: 20px;
}

.recruitment-staff__contact__title {
    color: #1aab32;
    margin-bottom: 20px;
    padding-top: 10px;
}

.recruitment-staff__contact__phone {
    color: #da5e7b;
    margin: 20px 0;
}

.recruitment-staff__contact a {
    margin: 20px 0;
}

p.recruitment-staff__contact__caution {
    font-size: 0.8rem;
}

/* SP */
@media screen and (max-width: 700px){
.housing-allowance__detail__contents {
	flex-direction: column;
}

.housing-allowance__detail__price {
    font-size: 2.9rem;
}

.housing-allowance__detail__caution {
  font-size: 1.25rem;
}
	
.job-opening__buttons {
  flex-direction: column;
	text-align:left;
	gap: 4.5rem;
}
	
a.job-opening__button__label {
    font-size: 165%;
}
	
p.recruitment-staff__contact__caution {
    font-size: 1.25rem;
}
	
}