.cg_freespace_01,
.cg_freespace_02{
    margin-bottom:50px;
}
.cg_freespace_01 p,
.cg_freespace_02 p{
    font-weight: normal;
}

.linkgroupwrapper .title,
.linkgroupwrapper .link{
    font-weight: normal;
}


.linkgroupwrapper .box + .box{
    margin-top:20px;
}
.linkgroupwrapper .title{
    margin-bottom:5px;
    border-bottom:1px dashed #ddd
}
.linkgroupwrapper .title .link{
    font-weight: bold;
    padding: 15px 0;
    display: block;
}
.linkgroupwrapper .linklist{
    display: flex;
    flex-wrap: wrap;
}
.linkgroupwrapper .linklist .linkbox{
    margin:7px 10px 0 0;
}
.linkgroupwrapper .linklist .link{
    display: block;
    background:linear-gradient(to bottom,
		#fff6e7 10%,
		#e9d1a6 80%);
    padding: 8px 15px;
    border-radius: 5px;
    color: #463c29;
    border-bottom: 1px solid #c7b390;
}


.linkgroupwrapper .linklisttext .linkbox{
    margin-top: 10px;
}
.linkgroupwrapper .linklisttext .link{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #fffdfa;
    border:1px solid #e5dfd5;
    padding: 10px;
    transition: background .3s;
}
.linkgroupwrapper .linklisttext .name{
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5;
    position: relative;
    padding-left:20px;
}
.linkgroupwrapper .linklisttext .name::before{
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-right: 3px solid #BDA366;
    border-top: 3px solid #BDA366;
    transform: rotate(45deg) translate(-70%,0);
    position: absolute;
    left: 5px;
    top: 50%;
    transition: border-color .3s;
}
.linkgroupwrapper .linklisttext .text{
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
    padding-left:20px;
}
.linkgroupwrapper .linklisttext .link:hover{background: #feffe1;}
.linkgroupwrapper .linklisttext .link:hover::before{border-color:#ff7b26;}




/*  */
.linkgroup2{
    display: flex;
    flex-wrap: wrap;
}
.linkgroup2 .textlink{
    flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 0%;
    padding-right: 40px;
}
.linkgroup2 .linkimage{
    width: 420px;
}
.linkgroup2 .title{
    border-bottom:1px dashed #ccc;
}
.linkgroup2 .title a{
    display: block;
    padding:10px 0;
}
.linkgroup2 .linkbox .link{
    display: block;
    border-bottom:1px dashed #ccc;
    padding:8px 20px 8px 0;
    position: relative;
    font-size: 90%;
    font-weight: normal;
}
.linkgroup2 .linkbox .link::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-right: 3px solid #BDA366;
    border-top: 3px solid #BDA366;
    transform: rotate(45deg) translate(-70%,0);
    position: absolute;
    right: 2px;
    top: 50%;
    transition: border-color .3s;
}

/*  */
.leadblock{
    background: #f2f0e6;
    padding: 30px;
    border-radius: 10px;
    margin-bottom:20px;
}
.leadblock .image{
    margin-bottom:20px;
    text-align: center;
}
.leadtitle{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    line-height: 1.2;
    margin-bottom:20px;
    color: #a77500;
}
.leadtitle::before,
.leadtitle::after{
    content: "";
    display: block;
    width: 1em;
    height: 1px;
    background: #b9b6a6;
}
.leadtitle::before{
    margin-right: .5em;
}
.leadtitle::after{
    margin-left: .5em;
}
.leadblock .bottomtext{
    display: block;
    font-size: 18px;
    text-align: center;
    color: #583e00;
    margin-top:-18px;
    margin-bottom:20px;
}
.leadblock .comment{
    font-weight: bold;
}


/*  */
.categorylist_linkblock{
    display: flex;
    flex-wrap: wrap;
    margin-right:-2px;
    margin-left: -2px;
    margin-bottom:19px;
}
.categorylist_linkblock .linkbox{
    width: 33.33%;
    padding-right:2px;
    padding-left: 2px;
    margin-bottom:5px;
}
.categorylist_linkblock .link{
    display: flex;
    width: 100%;
    height: 100%;
    padding: 15px;
    line-height: 1.3;
    border: 1px solid #c3a270;
    background: #fffdfa;
    border-radius: 4px;
    color: #6c380e;
    transition: background .3s;
}
.categorylist_linkblock .link:hover{
    background: #feffe1;
}
.categorylist_linkblock .image{
    width: 40px;
}
.categorylist_linkblock .image + .text{
    padding-left:20px;
}
.categorylist_linkblock .text{
    flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 0%;
}


/*  */
.categorylink_black{
    display: flex;
    flex-wrap: wrap;
    background: #000;
}
.categorylink_black .block{
    width: 50%;
    padding: 15px;
    border: 1px solid #fff;
}
.categorylink_black .link{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #fff;
    height: 100%;
}
.categorylink_black .name{
    font-weight: bold;
    padding: 10px 0;
}
.categorylink_black .image{
    text-align: center;
}


.categorylink_black.child4 .block{
    width:25%;
}


/*  */
.noshiwrite{
    display: flex;
    flex-wrap: wrap;
    margin-right:-15px;
    margin-left: -15px;
}
.noshiwrite .block{
    width: 50%;
    padding-right:15px;
    padding-left: 15px;
}
.noshiwrite .image{
    text-align: center;
    margin-bottom:10px;
}


/*  */
.nosi_rei{
    display: flex;
    flex-wrap: wrap;
    margin-right:-15px;
    margin-left: -15px;
}
.nosi_rei .block{
    width: 50%;
    padding-right:15px;
    padding-left: 15px;
}
.reilist + .titlestyle4{
    margin-top: 30px;
}
.reilist .box{
    display: flex;
    flex-wrap: wrap;
    font-weight: normal;
    border-bottom:1px dashed #d7d7d7;
    padding-bottom:10px;
    font-size: 14px;
}
.reilist .box + .box{
    margin-top: 15px;
}
.reilist .box .title{
    width: 12em;
    font-weight: bold;
}
.reilist .box .title.tanni{
    display: flex;
    justify-content: space-between;
}
.reilist .box .text{
    flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 0%;
    padding-left:20px;
}
.reilist .box .inside{
    width: 100%;
}
.reilist .box .wrapper{
    display: flex;
    flex-wrap: wrap;
    margin-top:7px;
}
.reilist .box .wrapper .title{
    text-align: right;
}


/*  */
.nosi_iti{
    display: flex;
    justify-content: center;
    margin-right:-3px;
    margin-left: -3px;
}
.nosi_iti .box{
    padding-right:3px;
    padding-left: 3px;
}
.nosi_iti .box:nth-child(1),
.nosi_iti .box:nth-child(3){
    width:30%;
}
.nosi_iti .box:nth-child(2){
    width:40%;
}


/*  */
.linkbanner_wrapper{
    display: flex;
    flex-wrap: wrap;
    margin-right:-15px;
    margin-left: -15px;
    margin-top:-20px;
}
.linkbanner_wrapper .box{
    width: 50%;
    padding-right:15px;
    padding-left: 15px;
    margin-top:20px;
}
.linkbanner_wrapper .link{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
.linkbanner_wrapper .image{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom:10px;
    background: #ededed;
    border-bottom: 1px solid #ccc;
}


/*  */
.recipe_list{
    border-bottom: 2px solid #ddd;
    padding: 30px 0;
    display: flex;
    flex-wrap: wrap;
}
.recipe_list .textbox{
    flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 0%;
    padding-right: 40px;
}
.recipe_list .imagebox{
    width: 300px;
}
.recipe_list .imagebox .block + .block{
    margin-top:30px;
}
.recipe_list .imagebox .comment{
    margin-top:10px;
}
.recipe_list .name{
    font-size: 18px;
    line-height: 1.2;
    border-left: 5px solid #b47a4c;
    padding: 4px 10px 1px;
    margin-bottom: 20px;
    color: #000;
    font-weight: bold;
}


@media screen and (max-width:1200px){
    .linkgroup2 .textlink{padding-right:0;}
    .linkgroup2 .linkimage {
        width: 100%;
        text-align: center;
        margin-top:30px;
    }
}
/* 1200 */
@media screen and (max-width:800px){
    .categorylist_linkblock .linkbox{
        width: 50%;
        font-size: 14px;
    }
    .categorylist_linkblock .link{padding: 10px;}
}
/* 800 */
@media screen and (max-width:740px){
    .leadtitle{font-size: 34px;}
    .leadtitle::before,
    .leadtitle::after{width: .6em;}


    .noshiwrite{
        margin-right:auto;
        margin-left:auto;
        width:100%;
        max-width:380px;
    }
    .noshiwrite .block{
        width: 100%;
        padding-right:0;
        padding-left:0;
    }
    .nosi_rei .block{
        width: 100%;
    }
    .nosi_rei .block + .block{
        margin-top:30px;
    }
}
/* 740 */
@media screen and (max-width:680px){
    .categorylink_black.child4 .block{
        width:50%;
    }


    .linkbanner_wrapper .box{
        width: 100%;
    }
}
/* 680 */
@media screen and (max-width:580px){
    .leadtitle{font-size: 29px;}
    .leadtitle::before,
    .leadtitle::after{display: none;}
}
/* 580 */