/*あさおの風景*/
.page-template-recruit #sec04 div.page_sec_inner {
    text-align: center;
    margin: 0 0 60px;
}
/*小規模多機能施設って？*/
.recruit_left_txt01 span {
    font-size: 18px;
    font-weight: bold;
    color: #FF80A3;
	line-height: 1.5;
}
/*あさおの外観・内装*/
.page_sec_inner.shokibo_asao {
    margin: 60px 0 0;
}

/* スマホ対応 */
.page_body02{
	padding: 0 8%;
}

.recruit_left_ttl01 {
    width: 100%;
}

.application_button a {
	max-width: 49%;
	text-align: left;
	font-weight: bold;
}

.charm_list {
	width: 100%;
}

/*
#sec03 .page_ttl{
	width: 80%;
	padding: 30px 0 0;
}
*/

#sec03 .page_ttl{
	width: 80%;
	padding: 30px 0 0;
}

#sec04 .page_ttl{
	width: 80%;
	padding: 30px 0 0;
}

.page_body04 {
	padding: 0 8%;
}

#sec05 .page_body02{
	padding: 0;
}

#sec05 .guide_box {
	padding-left: 8%;
	padding-right: 8%;
}

#sec06 .application_body {
	width: 75.6%;
}
#sec06 p{
	font: 17px;
}
#sec06 .required {
	text-align: left;
}

.access_left{
	width: 100%;
}
.access_left img{
  width: 75%;
}

@media screen and (min-width: 641px) {

	.application_button a {
		max-width: 300px;
	}

	.page_body04 {
	  width: 100%;
	  padding: 0 5%;
	}

	#sec06 .required {
		text-align: right;
	}


	.access_left {
    width: auto;
	}
	.access_left img{
    width: auto;
	}

}

@media screen and (min-width: 961px) {
	#sec06 .application_body {
		width: 960px;
	}
}
@media screen and (min-width: 1201px) {

	.recruit_left_ttl01 {
    margin: 0 0 45px -13px;
	}
	.guide_list .guide_col_01 {
    width: calc(15% - 3px);
	}

	.page_body02{
		padding: 0;
	}
	.access_left {
    width: 40%;
	}


}


@media only screen and (min-width: 1451px) {
	.page_body04 {
    width: 1452px;
    padding: 0;
    margin: 0 auto;
	}
}



@media screen and (min-width: 1201px) {
    .page_sec_inner.shokibo_asao {
        margin: 190px 0 0;
    }
}
/*募集案内*/
.guide_bg {
    background: url(../images/recruit/shokibo_asao/recruit_bg.jpg) no-repeat top center;
}
.guide_list_wrap h3 {
    font-size: 20px;
    font-weight: bold;
    border-bottom: solid 1px;
    margin: 0 0 10px;
}
div.guide_01 div.guide_list_wrap:last-of-type {
    margin: 0;
}
.tab {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 1%;
}
.tab li {
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-grow: 1;
	width: calc(98% / 3);
	margin: 0 0 10px;
	padding: 10px 0;
	border-radius: 15px;
	text-align: center;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
.asao_recruit_tab {
	background: #ffceda;
}
.asao_recruit_tab.select {
	background: #FF80A3;
}
.asao_recruit .guide_col_01 {
	background: #FF80A3;
}
.asao_recruit h3{
	color: #FF80A3;
	border-bottom-color: #FF80A3;
}

.sanno_recruit_tab {
	background: #C4D5A0;
}
.sanno_recruit_tab.select {
	background: #23aa37;
}
.sanno_recruit .guide_col_01 {
	background: #23aa37;
}
.sanno_recruit h3{
	color: #23aa37;
	border-bottom-color: #23aa37;
}

.nishiterao_recruit_tab {
	background: #efb5bc;
}
.nishiterao_recruit_tab.select {
	background: #e06c79;
}
.nishiterao_recruit .guide_col_01 {
	background: #e06c79;
}
.nishiterao_recruit h3{
	color: #e06c79;
	border-bottom-color: #e06c79;
}

.tab li br.disp_phone {
    display:block;
}
.disnon {
	display: none;
}
@media screen and (min-width: 769px) {
	.tab {
		gap: 0 1%;
	}
	.tab li {
		/* width: calc(93% / 3); */
		border-radius: 15px 15px 0 0;
		margin: 0;
	}	
}
@media screen and (min-width: 961px) {
	.tab li br.disp_phone {
			display: none;
	}
}
/*応募フォーム*/
.required.shokibo_asao {
    color: #FF80A3;
}
.must {
	color: #FF80A3;
}
.contact_img_area {
  width: 100%;
   margin: 0 auto;
   padding:65px 0 65px;
}
