/* ヘッダ */
#content section.titlearea {
    background: #1c6247 url("../image/common/title_back.svg") no-repeat 100% 20px;
    background-size: 80%;
}
#content section.titlearea * {
    color: #fff;
}

#content h2 {
    font-size: 2.2rem;
    font-weight: 500;
    color: #d6598e;
    margin-bottom: 30px;
    text-align: center;
}
#content h2:after {
    content: '';
    display: block;
    width: 2em;
    height: 3px;
    background: #d6598e;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 5px auto 0;
}

/* 認定 */
#content section.cfc_head {
}
#content section.cfc_head .cfc_label {
    background: #d6598e;
    padding: 15px 15px 55px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    position: relative;
}
#content section.cfc_head .cfc_label .isfm {
    width: 140px;
    display: table;
    margin: 0 auto 15px;
}
#content section.cfc_head .cfc_label .level_note {
    font-size: 1.8rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.6;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    text-align: justify;
    border-bottom: solid 5px #aa8d33;
}
#content section.cfc_head .cfc_label .level_note2 {
    font-size: 1.6rem;
    color: #fff;
    line-height: 1.6;
    text-align: justify;
}
#content section.cfc_head .cfc_label .cat_img1 {
    width: 110px;
    position: absolute;
    right: 15px;
    bottom: -30px;
}

/* 写真  */
#content section.cfc_room .cfc_room_note {
    font-size: 1.8rem;
    color: #d6598e;
}
#content section.cfc_room .cfc_room_photo .photo_img {
    display: table;
    margin: auto;
    border: solid 2px #eaeaea;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    overflow: hidden;
}
#content section.cfc_room .cfc_room_photo h3 {
    font-size: 1.8rem;
    font-weight: 500;
	line-height: 1.5;
    color: #fff;
    background: #d6598e;
    display: table;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
    margin: -20px 0 0.3em;
    padding: 0.3em 1em 0.3em 40px;
    position: relative;
}
#content section.cfc_room .cfc_room_photo h3:before {
    content: '';
    display: block;
    width: 20px;
    height: 36px;
    background: url("../image/cfc/foot.png") no-repeat;
    background-size: contain;
    position: absolute;
    left: 10px;
    bottom: -5px;
}
#content section.cfc_room .cfc_room_photo .photo_note {
    margin-left: 1em;
}
#content section.cfc_room .cat_img2 {
    text-align: right;
    height: 80px;
}
#content section.cfc_room .cat_img2 img {
    width: auto;
    height: 80px;
}

@media (min-width: 768px) {
/* ヘッダ */
#content section.titlearea {
    background-position: 100% 0px;
    background-size: 70%;
}
#content section.titlearea * {
    color: #fff;
}

#content h2 {
    font-size: 2.8rem;
    margin-bottom: 40px;
}
#content h2:after {
    margin-top: 0.3em;
}

/* 認定 */
#content section.cfc_head {
}
#content section.cfc_head .cfc_label {
    padding: 20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#content section.cfc_head .cfc_label .level_area {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
}
#content section.cfc_head .cfc_label .isfm {
    width: 200px;
    margin: 0 20px 0 0;
    flex-shrink: 0;
}
#content section.cfc_head .cfc_label .level_note {
    font-size: 2.2rem;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    border-bottom: solid 5px #aa8d33;
}
#content section.cfc_head .cfc_label .level_note2 {
    font-size: 2rem;
    margin-bottom: 60px;
}
#content section.cfc_head .cfc_label .cat_img1 {
    width: 150px;
    right: 15px;
    bottom: -34px;
}

/* 写真  */
#content section.cfc_room .cfc_room_note {
    font-size: 2.2rem;
}
#content section.cfc_room .cfc_room_photo {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    position: relative;
}
#content section.cfc_room .cfc_room_photo > div {
    width: 48%;
    margin-bottom: 2em;
}
#content section.cfc_room .cfc_room_photo > div.cfc_room_photo_last {
    margin: 0 auto;
}
#content section.cfc_room .cfc_room_photo .photo_img {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#content section.cfc_room .cfc_room_photo h3 {
    font-size: 2rem;
    margin: -25px 0 0.8em;
    padding: 0.3em 1em 0.3em 50px;
}
#content section.cfc_room .cfc_room_photo h3:before {
    width: 25px;
    height: 45px;
    left: 15px;
    bottom: -10px;
}
#content section.cfc_room .cat_img2 {
    height: 100px;
    position: absolute;
    right: 50px;
    bottom: 150px;
}
#content section.cfc_room .cat_img2 img {
    height: 100px;
}
}

@media (min-width:1280px) {
/* ヘッダ */
#content section.titlearea {
    background-position: 100% -22px;
    background-size: 920px;
}
#content section.titlearea * {
    color: #fff;
}

#content h2 {
    font-size: 3.2rem;
}

/* 認定 */
#content section.cfc_head .cfc_label .isfm {
    width: auto;
    margin: 0 20px 0 0;
    flex-shrink: 0;
}
#content section.cfc_head .cfc_label .level_note {
    font-size: 2.8rem;
    letter-spacing: -0.08em;
    border-bottom-width: 8px;
}
#content section.cfc_head .cfc_label .level_note2 {
    font-size: 2.5rem;
    letter-spacing: -0.08em;
    margin-bottom: 50px;
}
#content section.cfc_head .cfc_label .cat_img1 {
    width: auto;
    right: 20px;
    bottom: -37px;
}

/* 写真  */
#content section.cfc_room .cfc_room_note {
    font-size: 2.6rem;
}
#content section.cfc_room .cfc_room_photo > div {
    width: 580px;
    margin-bottom: 40px;
}
#content section.cfc_room .cfc_room_photo h3 {
    font-size: 2.2rem;
    letter-spacing: -0.08em;
    margin: -28px 0 0.8em;
    padding: 0.3em 1em 0.3em 55px;
}
#content section.cfc_room .cfc_room_photo h3:before {
    width: 30px;
    height: 54px;
    left: 10px;
    bottom: -15px;
}
#content section.cfc_room .cat_img2 {
    height: 118px;
    right: 80px;
    bottom: 120px;
}
#content section.cfc_room .cat_img2 img {
    height: 118px;
}
}
