/*------ 企画テーマ展示 */
.plan {
    font-family: 'Noto Sans JP', sans-serif;
}



.plan .headBox {
	position: relative;
	margin: 36px 0 35px;
	text-align: center;
}
.plan .headBox .img {
    display: block;
    margin: 0 auto;
}
.plan .headBox .logo-10th {
    width: 146px;
    margin: 0 auto 30px;
}
.plan .headBox .ttl {
    position: relative;
    display: block;
}
.plan .headBox .ttl:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 351px);
    width: 270px;
    height: 21px;
    background: url("../img/seminar-event/ttl-line.svg")no-repeat top left;
    background-size: cover;
    transform: translateX(-50%);
}
.plan .headBox .ttl:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: calc(50% - 351px);
    width: 270px;
    height: 21px;
    background: url("../img/seminar-event/ttl-line.svg")no-repeat top left;
    background-size: cover;
    transform: translateX(50%);
}
.plan .headBox .img01 {
    position: relative;
	width: 406px;
    margin-bottom: 33px;
}
.plan .headBox .pTxt {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.07rem;
}


.plan .headBox .deco-ill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}
.plan .headBox .deco-ill .ill-img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.plan .headBox .deco-ill .ill-img.ill01 {
    top: 26px;
    left: calc(50% - 271px);
    width: 175px;
}
.plan .headBox .deco-ill .ill-img.ill02 {
    top: -19px;
    left: calc(50% + 234px);
    width: 101px;
}
.plan .headBox .deco-ill .ill-img.ill03 {
    top: 58px;
    left: calc(50% + 374px);
    width: 209px;
}



/*
.plan .headBox {
    position: relative;
	margin: 0 0 88px;
	text-align: center;
}
.plan .headBox .ttl-head {
    width: 140px;
    margin: 0 auto 17px;
}
.plan .headBox .en {
    width: 374px;
    margin: 0 auto 18px;
}
.plan .headBox .ttl {
    width: 624px;
    margin: 0 auto;
}
.plan .headBox .bgBox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.plan .headBox .bgBox img {
    position: absolute;
    transform: translateX(-50%);
}
.plan .headBox .bgBox .bg01 {
    width: 151px;
    top: 90px;
    left: calc(50% - 477px);
}
.plan .headBox .bgBox .bg02 {
    width: 151px;
    top: -10px;
    left: calc(50% + 364px);
}
.plan .headBox .bgBox .bg03 {
    width: 132px;
    top: 93px;
    left: calc(50% + 500px);
}
*/


.plan .flexBox {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

/*枠*/
.plan .contents {
}
.plan .contents .conBox {
	position: relative;
	width: 466px;
	margin: 0 37px 37px;
    padding: 0 0 40px;
    border:2px solid #000;
    border-radius: 13px;
    box-sizing: border-box;
}

.plan .contents .conBox:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 96px;
    background: url("../img/plan/bg.svg")no-repeat bottom left;
    background-size: 100%;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
}

/*バックイメージ*/
.plan .contents .conBox .wrap {
	position: relative;
}

/*コンテンツ*/
.plan .contents .conBox .wrap .title {
	position: relative;
	margin-bottom: 23px;
    padding-top: 37px;
	padding-left: 116px;
}
.plan .contents .conBox .wrap .title .icon {
	position: absolute;
	top: 0;
	left: 17px;
	width: 77px;
}
.plan .contents .conBox .wrap .title .ttl {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
}
.plan .contents .conBox .wrap .title .ttl .color {
    display: inline-block;
    margin-top: 4px;
	font-size: 27px;
}

.plan .contents .conBox .wrap .pTxt {
	padding: 0 30px;
	line-height: 2;
    text-align: justify;
}
.plan .contents .conBox .wrap .listUl {
	padding: 0 30px;
}
.plan .contents .conBox .wrap .listUl li {
	text-indent: -56px;
	padding-left: 56px;
    letter-spacing: -0.07rem;
}
.plan .contents .conBox .wrap .imgBox {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-top: 18px;
	padding: 0 28px;
}
.plan .contents .conBox .wrap .imgBox img {
	width: 195px;
	margin-bottom: 11px;
}



/*-- 左 */
/* 磨 */
.plan .contents .conBox.migaku {
    border-color: #d06c73;
}
.plan .contents .conBox.migaku .com-logo {
	position: absolute;
    top: -11px;
    right: -16px;
	width: 91px;
	z-index: 1;
}
.plan .contents .conBox.migaku .com-logo img {
    display: block;
    width: 100%;
}
.plan .contents .conBox.migaku .wrap .title .ttl .color {
	color: #d06c73;
}
.plan .contents .conBox.migaku .wrap .listUl li .color {
	color: #d06c73;
}
.plan .contents .conBox.migaku .wrap .imgBox img.img01,
.plan .contents .conBox.migaku .wrap .imgBox img.img02 {
	margin-bottom: 0;
}
.plan .contents .conBox.migaku .wrap img.logo02 {
    width: calc(100% - 56px);
    padding: 27px 28px 0;
}

/* 守02 */
.plan .contents .conBox.mamoru02 {
    border-color: #9dc471;
}
.plan .contents .conBox.mamoru02 .wrap {
}
.plan .contents .conBox.mamoru02 .wrap .title .ttl .color {
	color: #9dc471;
}
.plan .contents .conBox.mamoru02 .wrap .listUl li .color {
	color: #9dc471;
}
.plan .contents .conBox.mamoru02 .wrap .imgBox img.img03,
.plan .contents .conBox.mamoru02 .wrap .imgBox img.img04 {
	margin-bottom: 0;
}
.plan .contents .conBox.mamoru02 .kitchenBox {
    margin-top: 30px;
}
.plan .contents .conBox.mamoru02 .kitchenBox .ttl {
    width: 291px;
    margin-left: -56px;
}
.plan .contents .conBox.mamoru02 .kitchenBox .k-title {
    margin-bottom: 17px;
    color: #9dc471;
    font-size: 22px;
    text-align: center;
}
.plan .contents .conBox.mamoru02 .kitchenBox .flexBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 13px;
    padding: 0 30px;
}
.plan .contents .conBox.mamoru02 .kitchenBox .flexBox .textBox {
}
.plan .contents .conBox.mamoru02 .kitchenBox .flexBox .textBox .price {
    width: 194px;
    padding: 9px 9px;
    background: #d16d58;
    border-radius: 100px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 1.4;
}
.plan .contents .conBox.mamoru02 .kitchenBox .flexBox .textBox .list {
    margin-top: 17px;
    font-size: 16px;
    text-align: center;
    line-height: 2;
}
.plan .contents .conBox.mamoru02 .kitchenBox .flexBox .imgBox {
    width: 174px;
    margin: 0;
    padding: 0;
}
.plan .contents .conBox.mamoru02 .kitchenBox .flexBox .imgBox img {
    width: 100%;
}
.plan .contents .conBox.mamoru02 .kitchenBox .listUl {
    margin-top: 10px;
}
.plan .contents .conBox.mamoru02 .kitchenBox .listUl li {
    margin-bottom: 6px;
}
.plan .contents .conBox.mamoru02 .kitchenBox .listUl li:last-child {
    margin-bottom: 0;
}
.plan .contents .conBox.mamoru02 .kitchenBox .btn a {
    display: block;
    width: 267px;
    margin: 16px auto 57px;
    padding: 12px 0;
    background: #52653d;
    border-radius: 7px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
}


/* 守03 */
.plan .contents .conBox.mamoru03 {
    border-color: #cd7e5d;
}
.plan .contents .conBox.mamoru03 .wrap {
}
.plan .contents .conBox.mamoru03 .wrap .title .ttl .color {
	color: #d6825f;
}
.plan .contents .conBox.mamoru03 .wrap .title .ttl img.logo {
    width: 221px;
    margin: 16px 0 0;
    mix-blend-mode: multiply;
}
.plan .contents .conBox.mamoru03 .wrap .pTxt a {
    color: #00a0e9;
}
.plan .contents .conBox.mamoru03 .wrap .listUl li .color {
	color: #d6825f;
}
.plan .contents .conBox.mamoru03 .wrap .imgBox img.img03,
.plan .contents .conBox.mamoru03 .wrap .imgBox img.img04 {
	margin-bottom: 0;
}

/* 守04 */
.plan .contents .conBox.mamoru04 {
   border-color: #b98a48;
}
.plan .contents .conBox.mamoru04 .wrap {
}
.plan .contents .conBox.mamoru04 .wrap .title .ttl .color {
	color: #bf8d47;
    letter-spacing: -2px;
}
.plan .contents .conBox.mamoru04 .wrap .listUl li {
	text-indent: -72px;
	padding-left: 72px;
}
.plan .contents .conBox.mamoru04 .wrap .listUl li .color {
	color: #bf8d47;
}
.plan .contents .conBox.mamoru04 .wrap .imgBox img.img03 {
    width: 130px;
	margin: 0 auto;
}

/* 右側 */

/* 守01 */
.plan .contents .conBox.mamoru01 {
   border-color: #d6825f;
}
.plan .contents .conBox.mamoru01 .wrap {
}
.plan .contents .conBox.mamoru01 .wrap .title .ttl .color {
	color: #d6825f;
}
.plan .contents .conBox.mamoru01 .wrap .listUl li .color {
	color: #d6825f;
}
.plan .contents .conBox.mamoru01 .wrap .imgBox img.img03,
.plan .contents .conBox.mamoru01 .wrap .imgBox img.img04 {
	margin-bottom: 0;
}

/* 纏 */
.plan .contents .conBox.matou {
   border-color: #916fa3;
}
.plan .contents .conBox.matou .wrap {
}
.plan .contents .conBox.matou .wrap .title .ttl .color {
	color: #9774ac;
}
.plan .contents .conBox.matou .wrap .listUl li .color {
	color: #9774ac;
}
.plan .contents .conBox.matou .wrap .imgBox img.img03,
.plan .contents .conBox.matou .wrap .imgBox img.img04 {
	margin-bottom: 0;
}
.plan .contents .conBox.matou .wrap .logo02 {
    margin: 24px auto 0;
    width: 91%;
    display: block;
}

/* 味 */
.plan .contents .conBox.ajiwau {
   border-color: #9e9b34;
}
.plan .contents .conBox.ajiwau .wrap {
}
.plan .contents .conBox.ajiwau .wrap .title .ttl .color {
	color: #9e9b34;
}
.plan .contents .conBox.ajiwau .wrap .listUl li .color {
	color: #9e9b34;
}
.plan .contents .conBox.ajiwau .wrap .imgBox img.img03,
.plan .contents .conBox.ajiwau .wrap .imgBox img.img04 {
	margin-bottom: 0;
}





/*-------------------------------------------------------------------------------------*/




@media all and (max-width: 834px) {

        .plan .headBox {
            margin: 0 auto 45px;
        }
        .plan .headBox .img {
            display: block;
            margin: 0 auto;
        }
        .plan .headBox .logo-10th {
            margin-bottom: 38px;
        }
        .plan .headBox .img01 {
            width: 52%;
            margin-bottom: 18px;
        }
        .plan .headBox .ttl:before {
            bottom: 12px;
            left: calc(50% - 244px);
        }
        .plan .headBox .ttl:after {
            bottom: 12px;
            right: calc(50% - 244px);
        }

        .plan .headBox .deco-ill {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            z-index: -1;
        }
        .plan .headBox .deco-ill .ill-img {
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
        }
        .plan .headBox .deco-ill .ill-img.ill01 {
            top: -14px;
            left: calc(50% - 35%);
            width: 26%;
        }
        .plan .headBox .deco-ill .ill-img.ill02 {
            top: -29px;
            left: calc(51% + 27%);
            width: 16%;
        }
        .plan .headBox .deco-ill .ill-img.ill03 {
            top: 89px;
            left: calc(50% + 33%);
            width: 32%;
        }


	.plan .flexBox {
        display: block;
	}

	.plan .contents {
		flex-flow: column;
	}
	.plan .contents .conBox {
		width: 92%;
		margin: 0 auto 63px;
	}
    .plan .contents .conBox:before {
        top: 70px;
        left: 0;
        width: 100%;
        height: 100%;
        background: url("../img/plan/bg.svg")no-repeat top left;
        background-size: 100%;
        border-radius: 0;
        overflow: hidden;
        z-index: -1;
    }
    .plan .contents .conBox:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100px;
        background: #f0ede2;
        border-radius: 7px 0 0 0;
        overflow: hidden;
        z-index: -1;
    }
	.plan .contents .conBox .wrap .title {
		margin: 0 5% 23px;
		padding-top: 70px;
		padding-left: 0;
	}
	.plan .contents .conBox .wrap .title .icon {
		top: -26px;
    left: -2px;
    width: 25%;
	}
	.plan .contents .conBox .wrap .title .ttl {
		font-size: 18px;
	}
	.plan .contents .conBox .wrap .title .ttl .color {
		font-size: 26px;
	}

	.plan .contents .conBox .wrap .pTxt {
		padding: 0 5%;
		line-height: 2;
	}
	.plan .contents .conBox .wrap .listUl {
		padding: 0 5%;
	}
	.plan .contents .conBox .wrap .listUl li {
		text-indent: -56px;
		padding-left: 56px;
	}
	.plan .contents .conBox .wrap .imgBox {
		margin-top: 14px;
		padding: 0 4%;
	}
	.plan .contents .conBox .wrap .imgBox img {
		width: 48%;
		margin-bottom: 10px;
	}



	/*-- 左 */
	/* 磨 */
	.plan .contents .conBox.migaku .com-logo {
		position: absolute;
		top: -29px;
        right: -3%;
		width: 84px;
		z-index: 1;
	}

	/* 守02 */
    .plan .contents .conBox.mamoru02:before {
        top: 60px;
    }
	.plan .contents .conBox.mamoru02 .wrap .listUl {
		margin-top: 9px;
	}

    .plan .contents .conBox.mamoru02 .kitchenBox .ttl {
        width: 291px;
        margin-left: -31px;
    }
    .plan .contents .conBox.mamoru02 .kitchenBox .flexBox {
        flex-flow: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 13px;
        padding: 0 5%;
    }
    .plan .contents .conBox.mamoru02 .kitchenBox .flexBox .textBox {
        order: 2;
    }
    .plan .contents .conBox.mamoru02 .kitchenBox .flexBox .textBox .price {
        width: 194px;
        padding: 9px 9px;
        background: #d16d58;
        border-radius: 100px;
        font-size: 16px;
        color: #fff;
        text-align: center;
        line-height: 1.4;
    }
    .plan .contents .conBox.mamoru02 .kitchenBox .flexBox .textBox .list {
        margin-top: 17px;
        font-size: 16px;
        text-align: center;
        line-height: 2;
    }
    .plan .contents .conBox.mamoru02 .kitchenBox .flexBox .imgBox {
        order: 1;
        width: 70%;
        margin-bottom: 20px;
    }
    .plan .contents .conBox.mamoru02 .kitchenBox .flexBox .imgBox img {
        width: 100%;
    }
    .plan .contents .conBox.mamoru02 .kitchenBox .listUl {
        margin-top: 10px;
    }
    .plan .contents .conBox.mamoru02 .kitchenBox .listUl li {
        margin-bottom: 6px;
    }
    .plan .contents .conBox.mamoru02 .kitchenBox .listUl li:last-child {
        margin-bottom: 0;
    }
    .plan .contents .conBox.mamoru02 .kitchenBox .btn a {
        display: block;
        width: 267px;
        margin: 16px auto 57px;
        padding: 12px 0;
        background: #52653d;
        border-radius: 7px;
        color: #fff;
        font-size: 18px;
        text-align: center;
        text-decoration: none;
    }

	/* 守03 */

	/* 守04 */
    .plan .contents .conBox.mamoru04 .wrap .title .ttl .color {
        letter-spacing: -3px;
    }

	/*-- 右 */
	/* 守01 */
    .plan .contents .conBox.mamoru01:before {
        top: 60px;
    }

}


















