@charset "utf-8";

/* ===== cooking_school.css ===== */
#visual.cooking_school {
    background: url(../img/cooking_school/cooking_school_visual.png) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

/* h1 */
.cooking_school h1 {
    display: inline-block;
    padding: 0 10px 0 0;
    color: #694223;
    background: url(../img/cooking_school/cs_h1_bg01.png) repeat-x 0 70%;
}
.cooking_school h1:before {
    display: none;
}
@media screen and ( max-width: 768px ) {
    .cooking_school h1 {
        background: url(../img/cooking_school/cs_h1_bg01.png) repeat-x 0 80%;
        -webkit-background-size: auto 14px;
        background-size: auto 14px;
    }
}

.cooking_school .cs_tag {
    position: relative;
    padding-right: 80px;
}
@media screen and ( max-width: 768px ) {
    .cooking_school .cs_tag {
        padding-right: 60px;
    }
}

.cooking_school .cs_tag .cs_tag_sapporo ,
.cooking_school .cs_tag .cs_tag_otaru ,
.cooking_school .cs_tag .cs_tag_hakodate {
    position: absolute;
    top: 13px;
    right: 0;
    width: 70px;
    font-size: 18px;
    line-height: 26px;
    border-radius: 14px;
}
@media screen and ( max-width: 768px ) {
    .cooking_school .cs_tag .cs_tag_sapporo ,
    .cooking_school .cs_tag .cs_tag_otaru ,
    .cooking_school .cs_tag .cs_tag_hakodate {
        top: 7px;
        width: 50px;
        padding-top: 2px;
        font-size: 13px;
        line-height: 20px;
        border-radius: 16px;
    }
}

/* h2 */
.cooking_school h2 {
    padding: 0 0 9px 24px;
    color: #694223;
    background: url(../img/cooking_school/cs_h2_bg01.png) repeat-x left bottom;
}
.cooking_school h2:before {
    display: none;
}
.cooking_school h2:after {
    top: 5px;
    bottom: auto;
    height: 24px;
    width: 20px;
    background: url(../img/cooking_school/cs_h2_icon01.png) no-repeat 0 0;
    -webkit-background-size: auto 24px;
    background-size: auto 24px;
}
@media screen and ( max-width: 768px ) {
    .cooking_school h2 {
        padding: 0 0 10px 20px;
        background: url(../img/cooking_school/cs_h2_bg01.png) repeat-x left bottom;
        -webkit-background-size: auto 6px;
        background-size: auto 6px;
    }
    .cooking_school h2:after {
        top: 4px;
        height: 19px;
        width: 18px;
        background: url(../img/cooking_school/cs_h2_icon01.png) no-repeat 0 0;
        -webkit-background-size: auto 19px;
        background-size: auto 19px;
    }
}

.cooking_school h2.cs_h2_tag {
    position: relative;
    padding-right: 200px;
}
@media screen and ( max-width: 768px ) {
    .cooking_school h2.cs_h2_tag {
        padding-right: 120px;
    }
}

.cooking_school h2.cs_h2_tag .tag {
    position: absolute;
    top: 9px;
    right: 0;
    font-size: 59%;
}

/* h3 */
.cooking_school h3 {
    color: #604429;
}

/* menu_tit01 */
.cooking_school .menu_tit01 {
    border-top: none;
}

.cooking_school .menu_tit01 a {
    padding: 17px 25px 16px 0;
    text-align: left;
    color: #fe5d6f;
    font-size: 113%;
    background: url(../img/cooking_school/cs_menu_tit01_bg01.png) no-repeat 0 1px;
}
.cooking_school .menu_tit01 a:after {
    right: 11px;
    border-color: #fe5d6f;
    border-width: 3px;
}
@media screen and ( max-width: 768px ) {
    .cooking_school .menu_tit01 a {
        padding: 15px 15px 11px 0;
        font-size: 100%;
    }
    .cooking_school .menu_tit01 a:after {
        right: 2px;
    }
    .cooking_school .cs_menu_tit01_2line a {
        padding: 25px 15px 21px 0;
    }
}

/* thumbnail_box01 */
.cooking_school .thumbnail_box01_tit01 {
    color: #fe5d6f;
    border-top: none;
    background: url(../img/cooking_school/cs_thumbnail_box01_tit01_bg01.png) no-repeat 0 1px;
}

.cooking_school .thumbnail_box01_tit01:after {
    border-color: #fe5d6f;
    border-width: 3px;
}

.cooking_school .thumbnail_box01_tit01 .cs_tag_hakodate,
.cooking_school .thumbnail_box01_tit01 .cs_tag_otaru,
.cooking_school .thumbnail_box01_tit01 .cs_tag_sapporo {
    margin-left: 10px;
}

.cooking_school .thumbnail_box01_tetarea01 .thumbnail_box01_txt01 {
    margin-right: 0;
}

/* news_tab01_contents01 */
@media screen and ( max-width: 768px ) {
    .cooking_school .news_tab01_contents01 {
        border-bottom: 1px solid #dcdcdc;
    }
}

.cooking_school .news_tab01_contents01 li {
    border-top: 1px solid #dcdcdc;
    border-bottom: none;
}

.cooking_school .news_tab01_contents01 a:before {
    display: none;
}

.cooking_school .news_tab01_contents01_day01 {
    width: 83px;
    font-size: 82%;
}
@media screen and ( max-width: 768px ) {
    .cooking_school .news_tab01_contents01_day01 {
        width: 75px;
        font-size: 100%;
    }
}

.cooking_school .news_tab01_contents01_category01 {
    margin-top: 0;
    width: 90px;
    line-height: 22px;
    border-radius: 11px;
    background: #ff6979;
}
@media screen and ( max-width: 768px ) {
    .cooking_school .news_tab01_contents01_category01 {
        width: 75px;
        line-height: 18px;
        border-radius: 9px;
    }
}

.cooking_school .news_tab01_contents01_txt01 {
    margin: 10px 0 0 0;
    width: 100%;
    font-size: 88%;
}
@media screen and ( max-width: 768px ) {
    .cooking_school .news_tab01_contents01_txt01 {
        margin: 6px 0 0 0;
        font-size: 100%;
    }
}

/* search_box01 */
.cooking_school .search_box01 {
    border-radius: 6px;
    background: #f8f7f5;
}

.cooking_school .search_box01 input[type="search"] {
    border-top-color: #f4f4f4;
    border-left-color: #f4f4f4;
    border-radius: 6px;
}

.cooking_school .search_box01 input[type="submit"] {
    border-radius: 6px;
    background: #fe5c6e;
}

/* rnav_tit01 */
.cooking_school .rnav_tit01 {
    border-color: #fe5c6e;
}

.cooking_school .rnav_tit01 a {
    color: #fe5c6e;
}
.cooking_school .rnav_tit01 a:after {
    border-color: #fe5c6e;
}

/* rnav_link01 */
.cooking_school .rnav_link01 > li {
    border-right: none;
    border-left: none;
}

.cooking_school .rnav_link01 > li > a:after {
    border-color: #fe5c6e;
}
@media screen and ( min-width: 769px ) {
    .cooking_school #rnav .rnav_link01 > li > a:hover { background: #fe5c6e; }
}

/* rnav_link01_link01 */
.cooking_school .rnav_link01_link01_parent {
}

.cooking_school .rnav_link01_link01 {
    padding: 0 0 21px;
    background: none;
}

.cooking_school .rnav_link01_link01 li {
    margin: 0 0 3px;
}

.cooking_school .rnav_link01_link01 a {
    padding-left: 41px;
}
.cooking_school .rnav_link01_link01 a:after {
    position: absolute;
    top: 2px;
    right: auto;
    left: 24px;
    width: 10px;
    height: 0;
    border-top: 2px solid #fe5c6e;
    border-right: none;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

/* pager01 */
.cooking_school .pager01 li {
    overflow: hidden;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: none;
    border-radius: 4px;
    background: #fe5c6e;
}
@media screen and ( max-width: 768px ) {
    .cooking_school .pager01 li {
        width: 34px;
        height: 34px;
        line-height: 34px;
    }
}

.cooking_school .pager01 a {
    height: 40px;
    border-color: #edebe6;
    background: #edebe6;
}
@media screen and ( max-width: 768px ) {
    .cooking_school .pager01 a {
        height: 34px;
    }
}

.cooking_school .pager01 .first a,
.cooking_school .pager01 .prev a,
.cooking_school .pager01 .next a,
.cooking_school .pager01 .last a {
    height: 38px;
    border: 1px solid #fe5c6e;
    border-radius: 4px;
    background: #fff;
}
.cooking_school .pager01 .first a:before,
.cooking_school .pager01 .prev a:before,
.cooking_school .pager01 .next a:before,
.cooking_school .pager01 .last a:before {
    background: #fe5c6e;
}
.cooking_school .pager01 .first a:after,
.cooking_school .pager01 .prev a:after,
.cooking_school .pager01 .next a:after,
.cooking_school .pager01 .last a:after {
    border-color: #fe5c6e;
}
@media screen and ( max-width: 768px ) {
    .cooking_school .pager01 .first a,
    .cooking_school .pager01 .prev a,
    .cooking_school .pager01 .next a,
    .cooking_school .pager01 .last a {
        height: 32px;
    }
}

/* cs_crm3_02 */
.cs_crm3_02 li {
    margin-bottom: 25px;
}

/* cs_point01 */
.cs_point01 dt {
    margin-top: 29px;
    color: #694223;
    font-size: 113%;
    font-weight: bold;
}
@media screen and ( max-width: 768px ) {
    .cs_point01 dt {
        margin-top: 17px;
    }
}

.cs_point01 dt img {
    vertical-align: top;
    margin: 4px 6px 0 0;
    width: 52px;
}
@media screen and ( max-width: 768px ) {
    .cs_point01 dt img {
        margin: 3px 9px 0 0;
        width: 42px;
    }
}

.cs_point01 dd {
    margin-top: 4px;
}
@media screen and ( max-width: 768px ) {
    .cs_point01 dd {
        font-size: 124%;
    }
}

/* -- cs_img -- */
/* cs_img01 */
.cs_img01 {
    overflow: hidden;
    border-radius: 6px;
}

/* cs_img02 */
.cs_img02 {
    overflow: hidden;
    border-radius: 4px;
}

/* cs_tag */
.cs_tag_hakodate {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 2px;
    padding-top: 2px;
    width: 46px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    border-radius: 10px;
    background: #aacbeb;
}
@media screen and ( max-width: 768px ) {
    .cs_tag_hakodate {
        margin-bottom: 2px;
        padding-top: 0;
        width: 42px;
        font-size: 12px;
        border-radius: 9px;
    }
}

.cs_tag_otaru {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 2px;
    padding-top: 2px;
    width: 46px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    border-radius: 10px;
    background: #b9d690;
}
@media screen and ( max-width: 768px ) {
    .cs_tag_otaru {
        margin-bottom: 2px;
        padding-top: 0;
        width: 42px;
        font-size: 12px;
        border-radius: 9px;
    }
}

.cs_tag_sapporo {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 2px;
    padding-top: 2px;
    width: 46px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    border-radius: 10px;
    background: #f495a2;
}
@media screen and ( max-width: 768px ) {
    .cs_tag_sapporo {
        margin-bottom: 2px;
        padding-top: 0;
        width: 42px;
        font-size: 12px;
        border-radius: 9px;
    }
}

/* cs_img01 */
@media screen and ( max-width: 768px ) {
    .cs_top_img01 {
        margin-right: -15px;
    }
}

/* cs_box01 */
.cs_box01 {
    margin-top: 34px;
    padding: 8px;
    background: url(../img/cooking_school/cs_box01.png) repeat 0 0;
}
@media screen and ( max-width: 768px ) {
    .cs_box01 {
        margin-top: 24px;
        padding: 6px;
        background: url(../img/cooking_school/cs_box01.png) repeat 0 0;
        -webkit-background-size: auto 6px;
        background-size: auto 6px;
    }
}

.cs_box01_inner {
    padding: 32px;
    background: #fff;
}
@media screen and ( max-width: 768px ) {
    .cs_box01_inner {
        padding: 15px 18px;
    }
}

.cs_box01_tit01 {
    padding-bottom: 13px;
    text-align: center;
    color: #694223;
    font-size: 150%;
    font-weight: bold;
    background: url(../img/cooking_school/cs_box01_tit01.png) no-repeat bottom center;
}

.cs_box01_box01 {
    margin-top: 25px;
}
@media screen and ( max-width: 768px ) {
    .cs_box01_box01 {
        margin-top: 15px;
    }
}

.cs_box01_box01 li {
    float: left;
    margin-right: 28px;
}
.cs_box01_box01 li:nth-child(3n) {
    margin-right: 0;
}
@media screen and ( max-width: 768px ) {
    .cs_box01_box01 li:nth-child(3n) ,
    .cs_box01_box01 li {
        float: none;
        margin: 0 0 3px;
    }
    .cs_box01_box01 li:last-child {
        margin-bottom: 0;
    }
}

.cs_box01_box01 .cs_tag_sapporo ,
.cs_box01_box01 .cs_tag_otaru ,
.cs_box01_box01 .cs_tag_hakodate {
    margin-right: 8px;
}

.cs_box01_num01 {
    margin-top: 3px;
    color: #fe5c6e;
    font-size: 150%;
    font-weight: bold;
}

/* cs_box02 */
.cs_box02 {
    margin-top: 47px;
    padding: 19px 30px 30px;
    border-radius: 10px;
    background: #f9f7f5;
}
@media screen and ( max-width: 768px ) {
    .cs_box02 {
        margin-top: 37px;
        padding: 12px 18px 18px;
        border-radius: 8px;
    }
}

.cs_box02_dl dt {
    position: relative;
    margin-bottom: 8px;
    padding: 3px 0 14px 25px;
    color: #694222;
    font-weight: bold;
    background: url(../img/cooking_school/cs_box02_dl_bg01.png) repeat-x bottom left;
}
.cs_box02_dl dt:before {
    position: absolute;
    top: 7px;
    left: 1px;
    width: 19px;
    height: 16px;
    background: url(../img/cooking_school/cs_box02_dl_icon01.png) no-repeat 0 0;
    content: "";
}
@media screen and ( max-width: 768px ) {
    .cs_box02_dl dt {
        margin-bottom: 8px;
        padding: 3px 0 8px 21px;
    }
    .cs_box02_dl dt:before {
        top: 5px;
        -webkit-background-size: auto 12px;
        background-size: auto 12px;
    }
}

.cs_box02_dl dd {
    margin-bottom: 23px;
    padding-left: 16px;
}
.cs_box02_dl dd:last-child {
    margin-bottom: 0;
}
@media screen and ( max-width: 768px ) {
    .cs_box02_dl dd {
        margin-bottom: 13px;
        padding-left: 10px;
    }
}

/* cs_btn01 */
.cs_btn01 {
    margin: 27px auto 0;
    max-width: 330px;
    text-align: center;
}
@media screen and ( max-width: 768px ) {
    .cs_btn01 {
        margin: 17px auto 0;
    }
}

.cs_btn01 a {
    display: block;
    position: relative;
    padding: 15px 35px;
    color: #fff;
    font-size: 113%;
    font-weight: bold;
    border: 1px solid #fe5d6f;
    border-radius: 6px;
    background: #fe5d6f;
}
.cs_btn01 a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 22px;
    margin: auto;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media screen and ( min-width: 769px ) {
    .cs_btn01 a:hover {
        text-decoration: none;
        color: #fe5d6f;
        background: #fff;
    }
    .cs_btn01 a:hover:after {
        border-color: #fe5d6f;
    }
}
@media screen and ( max-width: 768px ) {
    .cs_btn01 a {
        padding: 10px 25px;
    }
    .cs_btn01 a:after {
        right: 12px;
    }
}

/* cs_btn02 */
.cs_btn02 {
    margin: 40px auto 0;
    max-width: 246px;
}
@media screen and ( max-width: 768px ) {
    .cs_btn02 {
        margin: 30px auto 0;
    }
    .sp_cs_btn02_w100p {
        max-width: none;
    }
}

.cs_btn02 a {
    display: block;
    position: relative;
    padding: 18px 30px 16px 21px;
    color: #fe5d6f;
    font-weight: bold;
    border: 2px solid #fe5d6f;
    border-radius: 6px;
}
.cs_btn02 a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 17px;
    margin: auto;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fe5d6f;
    border-right: 2px solid #fe5d6f;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media screen and ( min-width: 769px ) {
    .cs_btn02 a:hover {
        text-decoration: none;
        color: #fff;
        background: #fe5d6f;
    }
    .cs_btn02 a:hover:after {
        border-color: #fff;
    }
}
@media screen and ( max-width: 768px ) {
    .cs_btn02 a {
        padding: 10px 25px 8px 20px;
    }
    .cs_btn02 a:after {
        right: 12px;
    }
}

/* cs_btn03 */
.cs_btn03 {
    margin: 40px auto 0;
    max-width: 330px;
}
@media screen and ( max-width: 768px ) {
    .cs_btn03 {
        margin: 30px auto 0;
    }
}

.cs_btn03 a {
    display: block;
    position: relative;
    padding: 0 35px;
    text-align: center;
    color: #fe5d6f;
    font-size: 113%;
    font-weight: bold;
    line-height: 58px;
    border: 1px solid #fe5d6f;
    border-radius: 29px;
    background: #fff;
}
.cs_btn03 a:after {
    position: absolute;
    top: 0;
    bottom: 4px;
    right: 22px;
    margin: auto;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid #fe5d6f;
    border-right: 2px solid #fe5d6f;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media screen and ( min-width: 769px ) {
    .cs_btn03 a:hover {
        text-decoration: none;
        color: #fff;
        background: #fe5d6f;
    }
    .cs_btn03 a:hover:after {
        border-color: #fff;
    }
}
@media screen and ( max-width: 768px ) {
    .cs_btn03 a {
        line-height: 50px;
        border-radius: 25px;
    }
    .cs_btn03 a:after {
        width: 5px;
        height: 5px;
    }
}

/* cs_btn_map01 */
.cs_btn_map01 {
    margin-top: 10px;
}

.cs_btn_map01 a {
    padding: 0 0 0 18px;
    text-decoration: underline;
    color: #fe5d6f;
    background: url(../img/cooking_school/cs_btn_map01.png) no-repeat 0 0;
}
.cs_btn_map01 a:after {
    display: inline-block;
    position: relative;
    bottom: 3px;
    margin-left: 9px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #fe5d6f;
    border-right: 2px solid #fe5d6f;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media screen and ( max-width: 768px ) {
    .cs_btn_map01 a {
        padding: 0 0 0 16px;
        background: url(../img/cooking_school/cs_btn_map01.png) no-repeat 0 0;
        -webkit-background-size: auto 12px;
        background-size: auto 12px;
    }
    .cs_btn_map01 a:after {
        bottom: 0;
        margin-left: 7px;
        width: 4px;
        height: 4px;
    }
}

/* cs_link01 */
.cs_link01 {
    margin-top: 43px;
}
@media screen and ( max-width: 768px ) {
    .cs_link01 {
        margin-top: 15px;
    }
}

.cs_link01 span {
    padding: 0 0 0 23px;
    color: #694222;
    font-size: 113%;
    font-weight: bold;
    background: url(../img/cooking_school/cs_link01.png) no-repeat 0 1px;
}
@media screen and ( max-width: 768px ) {
    .cs_link01 span {
        padding: 0 0 0 20px;
        -webkit-background-size: auto 12px;
        background-size: auto 12px;
    }
}

/* cs_link02 */
.cs_link02 {
    margin-top: 16px;
    text-align: right;
}
@media screen and ( max-width: 768px ) {
    .cs_link02 {
        margin-top: 15px;
    }
}

.cs_link02 a {
    position: relative;
    padding: 0 18px 0 0;
    color: #fe5c6e;
    font-weight: bold;
}
.cs_link02 a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 3px;
    margin: auto;
    width: 5px;
    height: 5px;
    border-top: 2px solid #fe5d6f;
    border-right: 2px solid #fe5d6f;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* cs_link03 */
.cs_link03 a {
    padding: 0 18px 0 0;
}
.cs_link03 a:after {
    display: inline-block;
    margin: 0 0 2px 13px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #fe5d6f;
    border-right: 2px solid #fe5d6f;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* cs_link_tab01 */
.cs_link_tab01 {
    margin-top: 13px;
}
@media screen and ( max-width: 768px ) {
    .cs_link_tab01 {
        margin-top: 8px;
    }
}

.cs_link_tab01 a {
    text-decoration: underline;
    color: #fe5d6f;
    font-weight: bold;
}

.cs_link_tab01 a .tab_inner {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 0 0 7px 3px;
    width: 6px;
    height: 6px;
    border: 1px solid #fe5d6f;
}
.cs_link_tab01 a .tab_inner:before {
    position: absolute;
    bottom: -3px;
    right: -3px;
    width: 7px;
    height: 7px;
    border-bottom: 1px solid #fe5d6f;
    border-right: 1px solid #fe5d6f;
    content: "";
}
.cs_link_tab01 a .tab_inner:after {
    position: absolute;
    top: -1px;
    left: -2px;
    width: 5px;
    height: 5px;
    border-right: 1px solid #fe5d6f;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.cs_link_tab01 a .tab_inner span {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 2px;
    height: 2px;
    border-top: 1px solid #fe5d6f;
    border-right: 1px solid #fe5d6f;
    content: "";
}
@media screen and ( max-width: 768px ) {
    .cs_link_tab01 a .tab_inner {
        margin-bottom: 5px;
    }
}

/* cs_dl01 */
.cs_dl01 {
    border-bottom: 1px solid #dcdcdc;
}

.cs_dl01 dt {
    padding: 11px 15px 10px;
    color: #694222;
    font-weight: bold;
    border-top: 1px solid #dcdcdc;
    background: url(../img/cooking_school/cooking_school_bg01.gif) repeat 0 0;
}
@media screen and ( max-width: 768px ) {
    .cs_dl01 dt {
        padding: 10px 12px 8px;
    }
}

.cs_dl01 dd {
    padding: 11px 15px 14px;
    border-top: 1px solid #dcdcdc;
}
@media screen and ( max-width: 768px ) {
    .cs_dl01 dd {
        padding: 10px 12px;
    }
}

/* cs_table01 */
.cs_table01 {
    margin-top: 25px;
    width: 100%;
    text-align: left;
}
@media screen and ( max-width: 768px ) {
    .cs_table01 {
        margin-top: 15px;
    }
}

.cs_table01 th ,
.cs_table01 td {
    border: 1px solid #dcdcdc;
}

.cs_table01 th {
    padding: 12px 11px 11px;
    color: #694222;
    font-size: 94%;
    font-weight: bold;
    background: url(../img/cooking_school/cooking_school_bg02.gif) repeat 0 0;
}
.cs_table01 th:nth-child(1) {
    width: 27.2%;
}
.cs_table01 th:nth-child(2) {
    width: 10.6%;
}
.cs_table01 th:nth-child(3) {
    width: 15.5%;
}
.cs_table01 th:nth-child(4) {
    width: 18.3%;
}
.cs_table01 th:nth-child(5) {
    width: 17%;
}
@media screen and ( max-width: 768px ) {
    .cs_table01 th:nth-child(1),
    .cs_table01 th:nth-child(2),
    .cs_table01 th:nth-child(3),
    .cs_table01 th:nth-child(4),
    .cs_table01 th:nth-child(5),
    .cs_table01 th {
        padding: 6px 10px;
        width: 25%;
    }
}

.cs_table01 td {
    vertical-align: top;
    padding: 12px 11px 11px;
}
@media screen and ( max-width: 768px ) {
    .cs_table01 td {
        padding: 6px 10px;
    }
}

.cs_table01_box01_img01 {
    float: left;
    margin: 5px 12px 0 3px;
    width: 70px;
}
@media screen and ( max-width: 768px ) {
    .cs_table01_box01_img01 {
        margin: 3px 12px 3px 0;
    }
}

.cs_table01_box01_txt01 {
    float: left;
    width: 54%;
    width: -webkit-calc(100% - 85px);
    width: calc(100% - 85px);
    text-decoration: underline;
    color: #fe5c6e;
    font-weight: bold;
}

.cs_table01 td.cs_star01 {
    padding-top: 16px;
    padding-right: 5px;
}

.cs_table01 td.cs_star01 img {
    margin: 0 3px 0 0;
    width: 13px;
}

.cs_table01_box02_img01 {
    float: left;
    margin: 5px 7px 0 3px;
    width: 50px;
}

.cs_table01_box02_tag01 {
    float: left;
    margin-top: 5px;
    padding: 0 5px;
    width: 32px;
    color: #fff;
    font-size: 69%;
    border-radius: 4px;
    background: #ffb4bc;
}
@media screen and ( max-width: 768px ) {
    .cs_table01_box02_tag01 {
        width: auto;
    }
}

.cs_table01_box02_txt01 {
    float: left;
    margin-top: 6px;
    width: 100%;
}

/* cs_table02 */
.cs_table02 {
    margin-top: 37px;
    width: 100%;
    text-align: left;
}
@media screen and ( max-width: 768px ) {
    .cs_table02 {
        margin-top: 27px;
    }
}

.cs_table02 td ,
.cs_table02 th {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.cs_table02 th {
    padding: 10px 16px;
    width: 19.5%;
    color: #694222;
    font-weight: bold;
    background: url(../img/cooking_school/cooking_school_bg01.gif) repeat 0 0;
}
@media screen and ( max-width: 768px ) {
    .cs_table02 th {
        padding: 8px 12px;
        width: 25%;
    }
}

.cs_table02 td {
    padding: 10px 16px;
    background: url(../img/cooking_school/cooking_school_bg03.gif) repeat 0 0;
}
@media screen and ( max-width: 768px ) {
    .cs_table02 td {
        padding: 8px 12px;
    }
}

/* cs_star01 */
.cs_star01_outer {
    margin-top: 8px;
}

.cs_star01_outer li {
    float: left;
    margin-bottom: 6px;
    width: 300px;
}
.cs_star01_outer li:nth-last-child(2) ,
.cs_star01_outer li:last-child {
    margin-bottom: 0;
}
@media screen and ( max-width: 768px ) {
    .cs_star01_outer li:nth-last-child(2) {
        margin-bottom: 6px;
    }
}

.cs_star01 img {
    vertical-align: top;
    margin: 4px 7px 0 0;
    width: 16px;
}

.cs_star01_txt01 {
    margin-left: 8px;
}

.cs_star01_txt02 {
    margin: 0 17px 0 9px;
}

/* cs_calendar01 */
.cs_calendar01 {
    margin-top: 59px;
    padding: 34px 35px 49px;
    border-radius: 6px;
    background: #fcfbfa;
}
@media screen and ( max-width: 768px ) {
    .cs_calendar01 {
        margin-top: 49px;
        padding: 15px 20px;
    }
}

.cs_calendar01_pager01 li {
    float: left;
}

.cs_calendar01_pager01 li.prev {
    margin: 5px 0 0;
    width: 30%;
}
@media screen and ( max-width: 768px ) {
    .cs_calendar01_pager01 li.prev {
        width: 32%;
    }
}

.cs_calendar01_pager01 .prev a {
    display: block;
    position: relative;
    padding: 14px 0 0 24px;
    color: #fe5d6f;
    font-weight: bold;
    background: url(../img/cooking_school/cs_calendar01_pager01.png) no-repeat top left;
}
.cs_calendar01_pager01 .prev a:before {
    position: absolute;
    top: 14px;
    bottom: 0;
    left: 2px;
    margin: auto;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid #fe5d6f;
    border-left: 2px solid #fe5d6f;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media screen and ( max-width: 768px ) {
    .cs_calendar01_pager01 .prev a {
        padding: 10px 0 0 20px;
    }
    .cs_calendar01_pager01 .prev a:before {
        top: 7px;
        left: 5px;
        width: 4px;
        height: 4px;
    }
}

.cs_calendar01_pager01 li.act {
    width: 40%;
    text-align: center;
    color: #694223;
    font-size: 150%;
    font-weight: bold;
    line-height: 1.2;
}
@media screen and ( max-width: 768px ) {
    .cs_calendar01_pager01 li.act {
        width: 36%;
        text-align: center;
        color: #694223;
        font-size: 150%;
        font-weight: bold;
        line-height: 1.2;
    }
}

.cs_calendar01_year01 {
    font-size: 58%;
}

.cs_calendar01_pager01 li.next {
    margin: 5px 0 0;
    width: 30%;
    text-align: right;
}
@media screen and ( max-width: 768px ) {
    .cs_calendar01_pager01 li.next {
        width: 32%;
    }
}

.cs_calendar01_pager01 .next a {
    display: block;
    position: relative;
    padding: 14px 20px 0 0;
    color: #fe5d6f;
    font-weight: bold;
    background: url(../img/cooking_school/cs_calendar01_pager01.png) no-repeat top right;
}
.cs_calendar01_pager01 .next a:before {
    position: absolute;
    top: 14px;
    bottom: 0;
    right: 2px;
    margin: auto;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fe5d6f;
    border-right: 2px solid #fe5d6f;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media screen and ( max-width: 768px ) {
    .cs_calendar01_pager01 .next a {
        padding: 10px 20px 0 0;
    }
    .cs_calendar01_pager01 .next a:before {
        top: 7px;
        right: 5px;
        width: 4px;
        height: 4px;
    }
}

.cs_calendar01_list01 {
    margin-top: 32px;
    background: #fff;
}
@media screen and ( max-width: 768px ) {
    .cs_calendar01_list01 {
        margin-top: 22px;
    }
}

.cs_calendar01_list01 li {
    margin-top: 0;
    border-top: 1px solid #d1d1d1;
}

.cs_calendar01_list01 a {
    display: block;
    padding: 16px 0 17px 16px;
}
@media screen and ( max-width: 768px ) {
    .cs_calendar01_list01 a {
        display: block;
        padding: 9px 0 7px 12px;
    }
}

.cs_calendar01_list01_day01 {
    float: left;
    margin-top: 1px;
    width: 112px;
    color: #694222;
    font-weight: bold;
}
@media screen and ( max-width: 768px ) {
    .cs_calendar01_list01_day01 {
        float: none;
        margin: 0 0 8px;
        width: 100%;
    }
}

.cs_calendar01_list01_inner01 {
    float: right;
    margin-top: 18px;
    padding-top: 17px;
    width: 80%;
    width: -webkit-calc(100% - 112px);
    width: calc(100% - 112px);
    background: url(../img/cooking_school/cs_calendar01_list01_inner01.png) repeat-x 0 0;
}
.cs_calendar01_list01_inner01:first-of-type {
    margin-top: 0;
    padding-top: 0;
    background: none;
}
@media screen and ( max-width: 768px ) {
    .cs_calendar01_list01_inner01 {
        float: none;
        margin-top: 8px;
        padding-top: 11px;
        width: 100%;
    }
}

.cs_calendar01_list01_tag01 {
    float: left;
}

.cs_calendar01_list01_category01 {
    float: left;
    margin: 3px 0 0 18px;
    width: 113px;
    color: #694222;
    font-size: 75%;
    font-weight: bold;
    letter-spacing: -0.12em;
}
@media screen and ( max-width: 768px ) {
    .cs_calendar01_list01_category01 {
        margin: 0 0 0 10px;
        width: auto;
        font-size: 100%;
    }
}

.cs_calendar01_list01_category01 span {
    padding-right: 6px;
    background: url(../img/cooking_school/cs_calendar01_list01_category01.png) repeat-x left bottom;
}

.cs_calendar01_list01_course01 {
    float: left;
    width: 60%;
    width: -webkit-calc(100% - 280px);
    width: calc(100% - 280px);
    margin-top: 1px;
    padding-left: 20px;
    color: #694222;
    font-weight: bold;
    background: url(../img/cooking_school/cs_calendar01_list01_course01.png) no-repeat 0 5px;
}
@media screen and ( max-width: 768px ) {
    .cs_calendar01_list01_course01 {
        width: 100%;
        margin-top: 5px;
        background-position: 0 0;
    }
}

/* cs_txt01 */
.cs_txt01 {
    margin-top: 5px;
    color: #694222;
    font-size: 88%;
    font-weight: bold;
}




/* ===== cooking_recipe ===== */
#visual.cooking_recipe {
    background: url(../img/cooking_recipe/cooking_recipe_visual.png) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

/* cr_gallery_box01 */
.cr_gallery_box01 .gallery_box01_img01 {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

.cr_gallery_box01_txt01 {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    padding: 20px 30px 22px;
    color: #fff;
    font-size: 150%;
    font-weight: bold;
    background: rgba(96,68,41,0.6);
}
@media screen and ( max-width: 768px ) {
    .cr_gallery_box01_txt01 {
        padding: 10px 15px 12px;
    }
}

.cr_gallery_box01 .gallery_box01_thumbnail01 li.act:after {
    border-radius: 6px;
    border-color: #de5d6e;
}
.cr_gallery_box01 .gallery_box01_thumbnail01 li.act:before {
    border-bottom-color: #de5d6e;
}

.cr_gallery_box01 .gallery_box01_thumbnail01 li img {
    border-radius: 6px;
}

.cr_gallery_box01 .gallery_box01_thumbnail01 li span {
    display: none;
}

/* cr_link_onImg01 */
.cr_link_onImg01 a {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}
.cr_link_onImg01 a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    border: 4px solid rgba(96,68,41,0.6);
    border-radius: 6px;
    content: "";
}

.cr_link_onImg01_txt01 {
    position: absolute;
    bottom: 4px;
    right: 4px;
    left: 4px;
    margin: auto;
    padding: 18px 0 17px;
    text-align: center;
    color: #fff;
    background: rgba(96,68,41,0.6);
}

/* cr_btn01 */
.cr_btn01 a {
    display: block;
    position: relative;
    padding: 21px 30px 24px 62px;
    color: #fe5c6e;
    background: #f8f7f5 url(../img/cooking_recipe/cr_btn01.png) repeat-x left bottom;
}
.cr_btn01 a:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    height: 4px;
    background: url(../img/cooking_recipe/cr_btn01.png) repeat-x 0 0;
    content: "";
}
.cr_btn01 a:after {
    position: absolute;
    top: 0;
    bottom: 3px;
    right: 17px;
    margin: auto;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fe5c6e;
    border-right: 2px solid #fe5c6e;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media screen and ( max-width: 768px ) {
    .cr_btn01 a {
        padding: 12px 30px 12px 50px;
    }
    .cr_btn01 a:after {
        bottom: 0;
        right: 14px;
        width: 4px;
        height: 4px;
    }
}

.cr_btn01_img {
    position: absolute;
    top: 50%;
    left: 19px;
    margin: auto;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media screen and ( max-width: 768px ) {
    .cr_btn01_img {
        left: 17px;
    }
}

.cr_btn01_img img {
    width: auto;
}
@media screen and ( max-width: 768px ) {
    .cr_btn01_img img {
        width: 19px;
    }
}

.cr_btn01_txt {
    font-size: 113%;
    font-weight: bold;
}

/* cr_lank */
.cr_lank01,
.cr_lank02,
.cr_lank03 {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}
.cr_lank01:before {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 27px;
    height: 26px;
    background: url(../img/cooking_recipe/cr_lank01.png) no-repeat;
    content: "";
}
.cr_lank02:before {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 27px;
    height: 26px;
    background: url(../img/cooking_recipe/cr_lank02.png) no-repeat;
    content: "";
}
.cr_lank03:before {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 27px;
    height: 26px;
    background: url(../img/cooking_recipe/cr_lank03.png) no-repeat;
    content: "";
}
@media screen and ( max-width: 768px ) {
    .cr_lank01:before ,
    .cr_lank02:before ,
    .cr_lank03:before {
        top: 5px;
        left: 6px;    -webkit-background-size: 20px auto;
        background-size: 20px auto;
    }
}

/* cr_img01 */
.cr_img01 {
    position: relative;
}
.cr_img01.new:before {
    position: absolute;
    top: -2px;
    left: -2px;
    width: 58px;
    height: 58px;
    background: url(../img/cooking_recipe/cr_img01_new.png) no-repeat 0 0;
    content: "";
}

.cr_img01 img {
    border-radius: 6px;
}

/* cr_txtlink01 */
.cr_txtlink01 a {
    text-decoration: underline;
    color: #fe5c6e;
    font-weight: bold;
}

/* cr_rl_crm4 */
.cr_rl_crm4 li {
    margin-bottom: 45px;
}
@media screen and ( max-width: 768px ) {
    .cr_rl_crm4 li {
        margin-bottom: 35px;
    }
}

/* cr_cal01 */
.cr_cal01 {
    margin-top: 14px;
    padding-left: 19px;
    color: #604429;
    font-weight: bold;
    background: url(../img/cooking_recipe/cr_cal01.png) no-repeat 0 4px;
}
@media screen and ( max-width: 768px ) {
    .cr_cal01 {
        padding-left: 15px;
        background-position: 0 2px;
        -webkit-background-size: 10px auto;
        background-size: 10px auto;
    }
}

/* cr_material01 */
.cr_material01 li {
    margin-bottom: 1px;
    padding: 13px 19px 11px;
    background: url(../img/cooking_recipe/cr_material01_bg01.gif) 0 0;
}
.cr_material01 li.cr_material01_tit01 {
    color: #604429;
    font-weight: bold;
    background: url(../img/cooking_recipe/cr_material01_bg02.gif) 0 0;
}
.cr_material01 li.color01 {
    padding-left: 30px;
    color: #604429;
    background: url(../img/cooking_recipe/cr_material01_bg02.gif) 0 0;
}

.cr_material01 li span {
    float: right;
    margin-left: 15px;
}

/* cr_step01 */
.cr_step01 {
    padding: 3px 30px 10px;
    background: url(../img/cooking_recipe/cr_step01_bg01.gif) 0 0;
}
@media screen and ( max-width: 768px ) {
    .cr_step01 {
        padding: 3px 15px 5px;
    }
}

.cr_step01 li {
    padding: 19px 0;
    background: url(../img/cooking_recipe/cr_step01_line01.png) bottom left repeat-x;
}
.cr_step01 li:last-child {
    background: none;
}
@media screen and ( max-width: 768px ) {
    .cr_step01 li {
        padding: 12px 0 10px;
    }
}

.cr_step01_num01 {
    float: left;
    width: 47px;
}

.cr_step01_num01 img {
    width: auto;
}

.cr_step01_txt01 {
    float: left;
    margin-top: 4px;
    width: 90%;
    width: -webkit-calc(100% - 47px);
    width: calc(100% - 47px);
}
@media screen and ( max-width: 768px ) {
    .cr_step01_txt01 {
        margin-top: 0;
    }
}

.cr_step01_txt01 > p{
    margin-top: 15px;
}
.cr_step01_txt01 > p:first-child{
    margin-top: 0;
}

body.post-type-archive-cooking #breadcrumb .date-year,
body.post-type-archive-cooking #breadcrumb .date-month{
    display: none;
}
.cooking_school .rnav_link01_link01 ul.cooking_school_ul_child{
    padding-left: 15px;
}
.cooking_school .rnav_link01_link01 ul.cooking_school_ul_child li a{
    font-size: 12px;
}

.recipe__top__slider__thumbnail{
    margin-left: -5px;
}
.recipe__top__slider__thumbnail li {
    margin: 10px 5px 0;
    width: calc(100% - 10px);
    cursor: pointer;
}
.recipe__top__slider__thumbnail img {
    border-radius: 6px;
}
.cooking_school .recipi__search__new {
    background-color: #fde3a4;
}
.cooking_school .recipi__search__new input[type="submit"]{
    background-color: #ff6600;
}

.cr_material01 li.cr_material01_tit01 {
    border-top: 1px dashed #fe5c6e;
}
.cr_material01 li.color01 + li:not(.color01,.cr_material01_tit01) {
    border-top: 1px dashed #fe5c6e;
}
.cr_material01 li:last-child.color01 {
    border-bottom: 1px dashed #fe5c6e;
}
.recipe__show__num {
    margin: 1rem 0;
    color: #fe5c6e;
    font-weight: bold;
}
.recipe__show__num span {
    font-size: 20px;
}