@charset "utf-8";

.page-header {
background-image: url(//kashikiri-fit.com/wp-content/themes/lightning-child/img/f-facility/mv_facility.jpg);
}
.page-header-title::after {
content: 'FACILITY';
} .sec_flow_det {
display: flex;
width: 100%;
justify-content: space-between;
}
.sec_flow_note {
width: 55%;
}
.sec_flow_note p {
background-color: #f76b1c;
border-radius: 10px;
padding: 22px;
font-size: 22px;
color: #fff;
font-weight: 600;
}
.sec_flow_note span {
font-size: 16px;
font-weight: 300;
display: block;
line-height: 1.6;
padding-top: 10px;
}
.sec_flow_img {
width: 40%;
}
.sec_flow_img img {
width: 100%;
}
.flow_arrow {
margin: 20px 0 20px 22%;
}
.fa.facility_arrow {
color: #f76b1c;
font-size: 60px;
}  .sec_intro {
padding-top: 50px;
}
.intro_cont h4 {
display: inline-block;
font-size: 26px;
}
.intro_num {
font-size: 40px;
color: #f76b1c;
margin-right: 20px;
}
.intro_det {
display: flex;
justify-content: space-between;
width: 100%;
flex-wrap: wrap;
margin-top: 20px;
margin-bottom: 20px;
}
.icon_shop_name {
display: flex;
width: 100%;
justify-content: flex-start;
margin: 8px 0 3px;
}
.icon_shop_name li {
background-color: #000;
color: #fff;
font-size: 14px;
border-radius: 4px; height: 40px;
padding: 0 6px;
font-weight: 600;
text-align: center;
line-height: 40px;
margin-right: 6px;
}
.intro_det div {
width: 46%;
margin-bottom: 6%;
}
.intro_det::after {
display: block;
content:"";
width: 46%;
}
.intro_det img {
display: block;
width: 100%;
}
.intro_det h5 {
font-size: 16px;
font-weight: 600;
margin-top: 6px;
}
.ope_manu {
width: 100%;
background-color: #f76b1c;
color: #000;
margin: 10px 0 0;
text-align: center;
padding: 10px;
font-weight: 600;
border-radius: 3px;
display: flex;
justify-content: center;
align-items: center;
}
.ope_manu_ano {
background-color: #FAD961;
}
.ope_manu:hover {
color: #fff;
}       @media screen and (max-width: 1000px) {
}    @media screen and (max-width: 834px) {
}    @media screen and (max-width: 640px) {
.page-header {
background-image: url(//kashikiri-fit.com/wp-content/themes/lightning-child/img/f-facility/mv_facility_sp.jpg);
} .sec_flow_note p {
background-color: #f76b1c;
padding: 14px;
font-size: 16px;
color: #fff;
border-radius: 6px;
}
.sec_flow_note span {
font-size: 12px;
}
.flow_arrow {
margin: 10px 0 10px 19%;
}
.fa.facility_arrow {
font-size: 40px;
}  .intro_cont h4 {
font-size: 18px;
margin-left: 10px;
}
.intro_num {
font-size: 30px;
color: #f76b1c;
}
.intro_det {
display: block;
margin-bottom: 30px;
}
.intro_det div {
width: 100%;
margin-bottom: 20px;
}
.intro_det::after {
width: 100%;
}
.intro_det h5 {
font-size: 14px;
} }