@charset "UTF-8";
/* CSS Document */




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

　    キャンペーン 富山　2021年8月追記

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

/*リセット*/
.cp__2021{}
.cp__2021 h3{
	display: block;
	max-width: 100%;
	}
.cp__2021 h3:before,
.cp__2021 h3:after {
	border-top: none;
	content:none;
	-webkit-box-flex:inherit;
	-ms-flex-positive:inherit;
	flex-grow: inherit;
	margin:0;
	}


/*　ヘッダーナビ　*/
.cp__hd{}
/*ナビメニュー5列*/
.cp__hd ul.hd_nav1{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.cp__hd ul.hd_nav1 li{
	display: flex;
	width: 19%;
	}
.cp__hd ul.hd_nav1 li a{
	background-color: #d0bd98;
	border-radius: 3px;
	color: #282828;
	font-size: 16px;
	padding: 7px 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	transition: .2s;
	}
.cp__hd ul.hd_nav1 li a br{
	display: none;
	}

/*ナビメニュー3列*/
.cp__hd ul.hd_nav2{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 16px;
	}
.cp__hd ul.hd_nav2 li{
	width: 32%;
	}
.cp__hd ul.hd_nav2 li a{
	border: solid 2px #bc0012;
	border-radius: 3px;
	color: #bc0012;
	font-size: 21px;
	padding: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .2s;
	}
.cp__hd ul.hd_nav2 li a:hover{
	background: #bc0012;
	color: #ffffff;
	}
.cp__hd ul.hd_nav2 li a br{
	display: none;
	}
	@media only screen and (max-width: 900px) {
		.cp__hd ul.hd_nav1 li a{
			font-size: 15px;
			padding: 7px 5px;
			}
		.cp__hd ul.hd_nav2 li a{
			font-size: 18px;
			padding: 10px;
			}
		}
	@media only screen and (max-width: 800px) {
		.cp__hd ul.hd_nav1 li a{
			font-size: 14px;
			padding: 6px 5px;
			}
		}
	@media only screen and (max-width: 740px) {
		.cp__hd ul.hd_nav1 li a{
			font-size: 11px;
			padding: 2px 2px;
			}
		.cp__hd ul.hd_nav2{
			margin-top: 8px;
			}
		.cp__hd ul.hd_nav2 li a{
			border: solid 1px #bc0012;
			font-size: 14px;
			padding: 6px;
			}
		}
	@media only screen and (max-width: 600px) {
		.cp__hd ul.hd_nav1{

			}
		.cp__hd ul.hd_nav1 li{
			width: 19.5%;
			text-align: center;
			line-height: 100%;
			}
		.cp__hd ul.hd_nav1 li a{
			font-size: 10px;
			padding: 5px 3px;
			border-radius: 2px;
			}
		.cp__hd ul.hd_nav1 li a br{
			display: block;
			}
		.cp__hd ul.hd_nav2{
			margin-top: 6px;
			}
		.cp__hd ul.hd_nav2 li{
			width: 32%;
			text-align: center;
			line-height: 115%;
			}
		.cp__hd ul.hd_nav2 li a{
			font-size: 13px;
			padding: 10px;
			}
		.cp__hd ul.hd_nav2 li a br{
			display: block;
			}
		}
	@media only screen and (max-width: 480px) {
		.cp__hd ul.hd_nav1 li a{
			font-size: 9px;
			}
		.cp__hd ul.hd_nav2 li a{
			font-size: 12px;
			padding: 8px;
			}
		}
	@media only screen and (max-width: 360px) {
		.cp__hd ul.hd_nav2 li a{
			font-size: 11px;
			padding: 6px;
			}
		}


/*　ファーストビュー　*/
.cp__fv{
	background: url("../img/cp__mainvisual_img.jpg") no-repeat center top;
	margin-top: 25px;
	}
/*　メインビジュアル　*/
.cp__mainvisual{
	position: relative;
	height: 850px;
	}
.cp__mainvisual h3{
	position: absolute;
	left: 10px;
	}
.cp__mainvisual h3 img{
	width: 100%;
	max-width: 650px;
	height: auto;
	max-height: 679px;
	}
	@media only screen and (max-width: 860px) {
		.cp__fv{
			background: url("../img/cp__mainvisual_img.jpg") no-repeat center top;
			background-size: 170%;
			margin-top: 15px;
			}
		.cp__mainvisual{
			height: 550px;
			}
		.cp__mainvisual h3{
			text-align: left;
			}
		.cp__mainvisual h3 img{
			width: 60%;
			}
		}
	@media only screen and (max-width: 650px) {
		.cp__mainvisual{
			height: 450px;
			}
		.cp__mainvisual h3 img{
			width: 70%;
			}
		}
	@media only screen and (max-width: 600px) {
		.cp__mainvisual h3 img{
			width: 70%;
			}
		}
	@media only screen and (max-width: 550px) {
		.cp__mainvisual{
			height: 400px;
			}
		}
	@media only screen and (max-width: 480px) {
		.cp__mainvisual{
			height: 350px;
			}
		}
	@media only screen and (max-width: 360px) {
		.cp__mainvisual{
			height: 320px;
			}
		}

/*　ポイント　*/
.cp__point{
	text-align: center;
	}
.cp__point > img{
	width: 90%;
	max-width: 910px;
	height: auto;
	max-height: 100px;
	}
.cp__point .cp_p_block{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 30px auto  40px auto;
	}
.cp__point .cp_p_block .cp__p_inner{
	width: 30%;
	text-align: center;
	margin-bottom: 25px;
	}
.cp__point .cp_p_block .cp__p_inner img{
	width: 100%;
	max-width: 255px;
	height: auto;
	max-height: 350px;
	}
.cp__point .cp_p_block .cp__p_inner p{
	color: #3e3a39;
	font-size: 16px;
	line-height: 145%;
	margin-top: 10px;
	}
	@media only screen and (max-width: 800px) {
		.cp__point .cp_p_block .cp__p_inner{
			width: 48%;
			}
		}
	@media only screen and (max-width: 650px) {
		.cp__point .cp_p_block{
			margin: 10px auto  20px auto;
			}
		.cp__point .cp_p_block .cp__p_inner{
			width: 42%;
			margin-bottom: 15px;
			}
		.cp__point .cp_p_block .cp__p_inner p{
			font-size: 13px;
			line-height: 145%;
			margin-top: 8px;
			}
		}
	@media only screen and (max-width: 500px) {
		.cp__point .cp_p_block .cp__p_inner{
			width: 45%;
			margin-bottom: 10px;
			}
		.cp__point .cp_p_block .cp__p_inner p{
			font-size: 11px;
			text-align: left;
			}
		.cp__point .cp_p_block .cp__p_inner p br{
			display: none;
			}
		}



/*　お試しキャンペーン　*/
.cp__otameshi{
	background: #e50012;
	padding-bottom: 20px;
	}
.cp__otameshi .cp__o_block{
	position: relative;
	text-align: center;
	}
/*キャッチコピー画像*/
.cp__otameshi .cp__o_block .cp__o_catch{
	height: 112px;
	}
.cp__otameshi .cp__o_block .cp__o_catch img{
	position: absolute;
	top: -15px;
	left: 0;
	right: 0;
	margin: auto;
	width: 90%;
	max-width: 714px;
	height: auto;
	max-height: 130px;
	}
/*タイトル文字*/
.cp__otameshi .cp__o_block .cp__o_ttl{}
.cp__otameshi .cp__o_block .cp__o_ttl h3{
	color: #ffffff;
	font-size: 105px;
	line-height: 100%;
	letter-spacing: -0.1em;
	margin: 0 0 8px 0;
	}
.cp__otameshi .cp__o_block .cp__o_ttl h3 span{
	display: inline-block;
	}
.cp__otameshi .cp__o_block .cp__o_ttl p{
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	}

/*1週目、2・3週目*/
.cp__otameshi .cp__o_block .cp__o_cont{}
.cp__otameshi .cp__o_block .cp__o_cont img{
	width: 96%;
	max-width: 954px;
	height: auto;
	/*max-height: 290px;*/
	}
.cp__otameshi .cp__o_block .cp__o_cont p{
	color: #ffffff;
	font-size: 13px;
	font-weight: bolder;
	line-height: 150%;
	text-align: left;
	width: 94%;
	max-width: 930px;
	margin: 0 auto;
	}
	@media only screen and (max-width: 920px) {
		.cp__otameshi .cp__o_block .cp__o_ttl h3{
			font-size: 85px;
			}
		}
	@media only screen and (max-width: 830px) {
		.cp__otameshi .cp__o_block .cp__o_ttl p span{
			display: block;
			}
		}
	@media only screen and (max-width: 800px) {
		.cp__otameshi .cp__o_block .cp__o_catch{
			height: 90px;
			}
		.cp__otameshi .cp__o_block .cp__o_catch img{
			top: -10px;
			width: 80%;
			}
		.cp__otameshi .cp__o_block .cp__o_ttl h3{
			font-size: 70px;
			}
		}
	@media only screen and (max-width: 650px) {
		.cp__otameshi{
			padding-bottom: 8px;
			}
		.cp__otameshi .cp__o_block .cp__o_catch{
			height: 70px;
			}
		.cp__otameshi .cp__o_block .cp__o_ttl h3{
			font-size: 55px;
			}
		.cp__otameshi .cp__o_block .cp__o_ttl p{
			font-size: 18px;
			line-height: 120%;
			}
		.cp__otameshi .cp__o_block .cp__o_cont p{
			font-size: 10px;
			}
		}
	@media only screen and (max-width: 540px) {
		.cp__otameshi .cp__o_block .cp__o_catch{
			height: 52px;
			}
		.cp__otameshi .cp__o_block .cp__o_catch img{
			top: -6px;
			width: 70%;
			}
		.cp__otameshi .cp__o_block .cp__o_ttl h3{
			font-size: 48px;
			}
		}
	@media only screen and (max-width: 480px) {
		.cp__otameshi .cp__o_block .cp__o_ttl h3{
			font-size: 34px;
			}
		.cp__otameshi .cp__o_block .cp__o_ttl p{
			font-size: 14px;
			}
		.cp__otameshi .cp__o_block .cp__o_cont p{
			font-size: 9px;
			}
		}




/*　カットミール・定番・プチママ　*/
/*　タイトル　*/
.cp__menu_ttl {text-align: center;}
.cp__menu_ttl h3{
	}
.cp__menu_ttl h3 img{
	width: 100%;
	max-width: 968px;
	height: auto;
	}
/*　サブタイトル　*/
.cp__menu_ttl h4{
	color: #222222;
	font-size: 28px;
	font-weight: normal;
	line-height: 140%;
	display: flex;
    align-items: center;
	}
.cp__menu_ttl h4:before,
.cp__menu_ttl h4:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #222222;
	}
.cp__menu_ttl h4:before {
    margin-right: 1rem;
	}
.cp__menu_ttl h4:after {
    margin-left: 1rem;
	}
.cp__menu_ttl h4 br{
	display: none;
	}
/*　文章　*/
.cp__menu_ttl p.cp__read{
	color: #222222;
	font-size: 18px;
	line-height: 160%;
	margin-top: 15px;
	}

/*　カットミール　*/
.cp__cutmeal .cp__menu_ttl h4{color: #63bc93;}
.cp__cutmeal .cp__menu_ttl h4:before,
.cp__cutmeal .cp__menu_ttl h4:after {background-color: #63bc93;}

/*　定番　*/
.cp__teiban .cp__menu_ttl h4{color: #f0922d;}
.cp__teiban .cp__menu_ttl h4:before,
.cp__teiban .cp__menu_ttl h4:after {background-color: #f0922d;}

/*　プチママ　*/
.cp__petitmama .cp__menu_ttl h4{color: #d8658e;}
.cp__petitmama .cp__menu_ttl h4:before,
.cp__petitmama .cp__menu_ttl h4:after {background-color: #d8658e;}

	@media only screen and (max-width: 800px) {
		.cp__menu_ttl h4{
			font-size: 24px;
			}
		.cp__menu_ttl h4:before {
			margin-right: 0.35rem;
			}
		.cp__menu_ttl h4:after {
			margin-left: 0.35rem;
			}
		.cp__menu_ttl p.cp__read{
			font-size: 15px;
			margin-top: 12px;
			}
		}
	@media only screen and (max-width: 720px) {
		.cp__menu_ttl h4{
			font-size: 20px;
			}
		.cp__menu_ttl p.cp__read{
			font-size: 12px;
			margin-top: 5px;
			}
		}
	@media only screen and (max-width: 650px) {
		.cp__menu_ttl h4{
			font-size: 17px;
			}
		.cp__menu_ttl p.cp__read{
			text-align: left
			}
		.cp__menu_ttl p.cp__read br{
			display: none;
			}
		}
	@media only screen and (max-width: 600px) {
		.cp__menu_ttl h4 br{
			display: block;
			}
		}




/*　おすすめ　*/
.cp__reco{
	display: flex;
	background: url("../img/cp__bg_baige.jpg") repeat;
	border-radius: 10px;
	padding: 18px;
	margin-top: 20px;
	}
.cp__reco .detail{
	margin-left: 15px;
	}
.cp__reco_img{
	width: 100%;
	max-width:126px;
	}
.cp__reco_img img{
	width: 100%;
	max-width:126px;
	height: auto;
	max-height: 172px;
	}
.cp__reco ul{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 18px;
	}
.cp__reco ul li{
	color: #222222;
	border-bottom: dashed 1px #222222;
	font-size: 24px;
	margin-right: 1em;
	padding: 8px 0 5px 0;
	}
.cp__reco ul li:last-child{
	margin-right: 0;
	}
.cp__reco ul li::before{
	content: "●";
	color: #222222;
	}
.cp__round{
	display: inline-block;
	background: #222222;
	border-radius: 20px;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	padding: 4px 20px;
	}

/*　カットミール　*/
.cp__cutmeal .cp__reco ul li{border-color: #63bc93;}
.cp__cutmeal .cp__reco ul li::before{color: #63bc93;}
.cp__cutmeal .cp__round{background: #63bc93;}

/*　定番　*/
.cp__teiban .cp__reco ul li{border-color: #f0922d;}
.cp__teiban .cp__reco ul li::before{color: #f0922d;}
.cp__teiban .cp__round{background: #f0922d;}

/*　プチママ　*/
.cp__petitmama .cp__reco ul li{border-color: #d8658e;}
.cp__petitmama .cp__reco ul li::before{color: #d8658e;}
.cp__petitmama .cp__round{background: #d8658e;}

	@media only screen and (max-width: 800px) {
		.cp__reco{
			border-radius: 7px;
			padding: 12px;
			margin-top: 15px;
			}
		.cp__reco .detail img{
			width: 35%;
			height: auto;
			}
		.cp__reco ul{
			margin-bottom: 10px;
			}
		.cp__reco ul li{
			font-size: 18px;
			margin-right: 1em;
			padding: 6px 0 0 0;
			}
		.cp__round{
			border-radius: 18px;
			font-size: 14px;
			padding: 1px 18px;
			}
		}
	@media only screen and (max-width: 650px) {
		.cp__reco{
			border-radius: 5px;
			padding: 10px;
			margin-top: 12px;
			}
		.cp__reco .detail img{
			width: 50%;
			}
		.cp__reco ul li{
			width: 100%;
			font-size: 13px;
			margin-right: 1em;
			padding: 7px 0 4px 0;
			line-height: 140%;
			}
		.cp__reco ul li:last-child{
			margin-right: 1em;
			}
		.cp__round{
			border-radius: 18px;
			font-size: 11px;
			padding: 0 12px;
			}
		}
	@media only screen and (max-width: 600px) {
		.cp__reco_img{
			width: 70%;
			}
		}



/*　PR情報　*/
.cp__box{
	border: dashed 1px #aaaaaa;
	padding: 34px;
	margin: 34px auto;
	text-align: center;
	}
.cp__box .cp__b_inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	}
/*　簡単3stepタイトル　*/
img.cp_3step_ttl{
	width: 100%;
	max-width: 791px;
	height: auto;
	max-height: 125px;
	margin-bottom: 15px;
	}
.cp__box .cp__b_inner img{
	width: 50%;
	max-width: 280px;
	height:50%;
	max-height: 316px;
	}
	@media only screen and (max-width: 800px) {
		.cp__box{
			padding: 15px;
			}
		}
	@media only screen and (max-width: 650px) {
		.cp__box{
			padding: 12px;
			margin: 24px auto;
			}
		img.cp_3step_ttl{
			width: 90%;
			margin-bottom: 5px;
			}
		.cp__box .cp__b_inner img{
			width: 30%;
			height:30%;
			}
		}




/*　献立　*/
.cp__weekly{}

/*　コンテンツ部分　*/
.cp__weekly .cp__w_block{
	display: flex!important;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.cp__weekly .cp__w_inner{
	width: 30%;
	}

/*　タブ部分　*/
.tab-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin:20px 0;
	}
/*タブの形状*/
.tab-label {
	background-color:#f1f1f1;
	border-radius: 5px 5px 0 0;
	color:			#808080;
	cursor: pointer;
	font-size:		1.2em;
	font-weight: bold;
	line-height:	1.2em;
	text-align: center;
	padding:1em 1em;
	order: -1;
	position: relative;
	z-index: 1;
	flex: 1;
	transition: .2s;
	max-width: 43%;
	margin-left: 2%;
	margin-right: 2%;
	}
.tab-label:not(:last-of-type) {
	margin-right: 5px;
	}
.tab-content {
	width: 100%;
	height: 0;
	overflow: hidden;
	opacity: 0;
	}

/* アクティブ時のタブ */
.tab-switch:checked+.tab-label,
.green .tab-switch:checked+.tab-label,
.orange .tab-switch:checked+.tab-label,
.pink .tab-switch:checked+.tab-label{
	background: #dddddd;
	color: #fff;
	}
.green .tab-switch:checked+.tab-label {	background: #63bc93;}
.orange .tab-switch:checked+.tab-label {background: #f0922d;}
.pink .tab-switch:checked+.tab-label {	background: #d7658d;}

/* hover時のタブ */
.tab-label:hover {
	background: #ddd;
	}
.tab-switch:checked + .tab-label:hover {
	opacity: 1;
	}

/*アクティブ時のコンテンツ*/
.tab-switch:checked+.tab-label+.tab-content,
.green .tab-switch:checked+.tab-label+.tab-content
.orange .tab-switch:checked+.tab-label+.tab-content,
.pink .tab-switch:checked+.tab-label+.tab-content{
	border:dashed 1px #dddddd;
	border-radius: 7px;
	height: auto;
	overflow: auto;
	padding: 15px;
	opacity: 1;
	transition: .5s opacity;
	}
.green .tab-switch:checked+.tab-label+.tab-content {border:dashed 1px #63bc93;}
.orange .tab-switch:checked+.tab-label+.tab-content {border:dashed 1px #f0922d;}
.pink .tab-switch:checked+.tab-label+.tab-content {	border:dashed 1px #d7658d;}

/*ラジオボタン非表示*/
.tab-switch {
	display: none;
	}
	@media only screen and (max-width: 800px) {
		.tab-label {
			font-size:		1em;
			line-height:	1.2em;
			padding:1em;
			}
		}
	@media only screen and (max-width: 650px) {
		.tab-label {
			font-size:		0.95em;
			padding:0.85em;
			}
		}


/*1週間の献立*/
.cp__weekly .cp__w_inner{
	margin-bottom: 25px;
	}

/*料理写真*/
.cp__weekly .cp__w_inner .w_img{
	position: relative;
	}
.cp__weekly .cp__w_inner .w_img:before{
	content: "";
	display: block;
	padding-top: 100%;
	}
.cp__weekly .cp__w_inner .w_img img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: cover;
	object-position: center;
	font-family: 'object-fit: cover; object-position: bottom;';
	}

/*料理名*/
.cp__weekly .cp__w_inner .detail{
	display: flex;
	flex-wrap: nowrap;
	margin-top: 7px;
	}

.cp__weekly .cp__w_inner .detail img{
	width: 100%;
	max-width: 53px;
	height: auto;
	max-height: 54px;
	margin-right: 8px;
	}

.cp__weekly .cp__w_inner .detail .ttl{
	width: 100%;
	}

/*主菜名*/
.cp__weekly .cp__w_inner .detail .ttl p.syu{
	font-size: 18px;
	font-weight: bold;
	line-height: 120%;
	margin-top: 10px;
	margin-bottom: 5px;
	}
.cp__weekly .green .cp__w_inner .detail .ttl p.syu{color: #63bc93;}
.cp__weekly .orange .cp__w_inner .detail .ttl p.syu{color: #f0922d;}
.cp__weekly .pink .cp__w_inner .detail .ttl p.syu{color: #d7658d;}

/*副菜名*/
.cp__weekly .cp__w_inner .detail .ttl p.fuku{
	color: #595757;
	font-size: 14px;
	line-height: 130%;
	}

/*料金表*/
.cp__w_pricettl{
	color: #40220f;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	}
.ft_small{/*税込*/
	color: #595757;
	font-size: 14px;
	}
	@media only screen and (max-width: 800px) {
		.cp__weekly .cp__w_inner{
			width: 48%;
			}
		.cp__weekly .cp__w_inner .detail .ttl p.syu{
			font-size: 16px;
			margin-top: 10px;
			}
		.cp__weekly .cp__w_inner .detail .ttl p.fuku{
			font-size: 13px;
			}
		}
	@media only screen and (max-width: 650px) {
		.cp__weekly .cp__w_inner{
			margin-bottom: 15px;
			}
		.cp__weekly .cp__w_inner .detail{
			margin-top: 6px;
			}
		.cp__weekly .cp__w_inner .detail img{
			width: 100%;
			max-width: 39.75px;
			height: auto;
			max-height: 40.5px;
			margin-right: 5px;
			}
		.cp__weekly .cp__w_inner .detail .ttl{
			width: 100%;
			}
		.cp__weekly .cp__w_inner .detail .ttl p.syu{
			font-size: 14px;
			margin-top: 4px;
			margin-bottom: 3px;
			}
		.cp__weekly .cp__w_inner .detail .ttl p.fuku{
			font-size: 11px;
			}
		.cp__w_pricettl{
			font-size: 16px;
			}
		.ft_small{/*税込*/
			color: #595757;
			font-size: 9px;
			}
		}
	@media only screen and (max-width: 650px) {
		.cp__weekly .price{
			font-size: 70%;
			}
		}
	@media only screen and (max-width: 480px) {
		.cp__weekly .cp__w_inner .detail img{
			width: 30%;
			height: 30%;
			margin-right: 4px;
			}
		.cp__weekly .cp__w_inner .detail .ttl{
			width: 100%;
			}
		.cp__weekly .cp__w_inner .detail .ttl p.syu{
			font-size: 12px;
			margin-top: 0;
			}
		.cp__weekly .cp__w_inner .detail .ttl p.fuku{
			font-size: 10px;
			}
		}



/*　お申し込みはコチラ ボタン　*/
.cp__btn{
	margin: 30px auto 100px auto;
	text-align: center;
	}
.cp__btn a{
	display: inline-block;
	background: #bd0012;
	background: linear-gradient( #bd0012 0%, #9a0d23 82%, #bd0012 100%);
	border: #ff0000 5px solid;
	border-radius: 12px;
	box-shadow: 0px 0px 4px 1px #806959;
	padding-left: 75px;
	padding-right: 75px;
	}
.cp__btn a:hover{}
.cp__btn span{
	color: #ffffff;
	font-size: 64px;
	font-weight: bold;
	line-height: 200%;
	}
.cp__btn span::after{
	content: '';/*何も入れない*/
	display: inline-block;/*忘れずに！*/
	width: 51px;/*画像の幅*/
	height: 51px;/*画像の高さ*/
	background-image: url("../img/cp__btn_arw.png");
	background-size: contain;
	}
	@media only screen and (max-width: 840px) {
		.cp__btn a{
			border: #ff0000 4px solid;
			border-radius: 10px;
			padding-left: 20px;
			padding-right: 20px;
			}
		.cp__btn span{
			font-size: 48px;
			}
		.cp__btn span::after{
			width: 38px;
			height: 38px;
			}
		}
	@media only screen and (max-width: 650px) {
		.cp__btn{
			margin: 20px auto 50px auto;
			}
		.cp__btn a{
			border: #ff0000 3px solid;
			border-radius: 7px;
			padding-left: 30px;
			padding-right: 30px;
			}
		.cp__btn span{
			font-size: 28px;
			}
		.cp__btn span::after{
			width: 22px;
			height: 22px;
			}
		}
	@media only screen and (max-width: 480px) {
		.cp__btn{
			margin: 20px auto 30px auto;
			}
		.cp__btn a{
			border: #ff0000 2px solid;
			border-radius: 5px;
			padding-left: 20px;
			padding-right: 20px;
			}
		.cp__btn span{
			font-size: 24px;
			}
		.cp__btn span::after{
			width: 20px;
			height: 20px;
			}
		}
	@media only screen and (max-width: 480px) {
		.cp__btn a{
			width: 80%!important;
			padding-left: 20px;
			padding-right: 20px;
			}
		.cp__btn span{
			line-height: 280%!important;
			font-size: 18px;
			}
		.cp__btn span::after{
			width: 13px;
			height: 13px;
			}
		}

/*プチママ　レシピ動画*/
img.cp_pm_movie_ttl{
	width: 100%;
	max-width: 802px;
	height: auto;
	max-height: 94px;
	}
.cp_pm_movie{
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	}
.youtube {
	position: relative;
	width: 48%;
	padding-top: 26%;
	}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	}
	@media only screen and (max-width: 600px) {
		.cp_pm_movie{
			display: block;
			justify-content:center;
			margin-top: 15px;
			}
		.youtube {
			width: 100%;
			padding-top: 52%;
			margin-top: 10px;
			}
		}







/*　豊富なメニューラインナップ　*/
.cp__lineup{
	background: url("../img/cp__bg_baige.jpg") repeat;
	border-radius: 7px;
	padding: 35px 0 70px 0;
	}
.cp__lineup h3{
	margin: 0 auto 45px auto;
	width: 90%;
	}
.cp__lineup h3 img{
	width: 100%;
	max-width: 765px;
	height: auto;
	max-height: 170px;
	}

.cp__lineup .cp__l_block{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 94%;
	margin: 0 auto 10px auto;
	}
.cp__lineup .cp__l_block .cp__l_inner{
	background: #ffffff;
	border-radius: 7px;
	margin-bottom: 35px;
	width: 48%;
	max-width: 460px;text-align: center;
	}

/*料理写真*/
.cp__lineup .cp__l_block .cp__l_inner > img{
	border-radius: 7px 7px 0 0;
	width: 100%;
	max-width: 460px;
	height: auto;
	max-height: 280px;
	}

/*キャッチ ラベル*/
.cp__lineup .cp__l_block .cp__l_inner .cp__l_label{
	display: inline-block;
	background: #aaaaaa;
	color: #ffffff;
	font-size: 21px;
	font-weight: bold;
	line-height: 120%;
	padding: 5px 18px;
	position: relative;
	top: -16px;
	}
.cp__lineup .cp__l_block .cp__l_inner .cp__l_label br{
	display: none;
	}

/*色分け*/
.cp__lineup .cp__l_block .cp__l_inner.syokusai .cp__l_label{background: #73a529;}
.cp__lineup .cp__l_block .cp__l_inner.kit .cp__l_label{background: #e3ba0c;}
.cp__lineup .cp__l_block .cp__l_inner.ydeli .cp__l_label{background: #b66196;}
.cp__lineup .cp__l_block .cp__l_inner.premium .cp__l_label{background: #b6a214;}
.cp__lineup .cp__l_block .cp__l_inner.stand .cp__l_label{background: #e78e00;}
.cp__lineup .cp__l_block .cp__l_inner.light .cp__l_label{background: #75a2d3;}
.cp__lineup .cp__l_block .cp__l_inner.varia .cp__l_label{background: #14288a;}
.cp__lineup .cp__l_block .cp__l_inner.quick .cp__l_label{background: #eb5514;}


/*詳細*/
.cp__lineup .cp__l_block .cp__l_inner .cp__l_cont{
	width: 90%;
	margin: -16px auto 18px auto;
	}

/*商品名*/
.cp__lineup .cp__l_block .cp__l_inner .cp__l_cont h4{
	text-align: center;
	margin:  5px auto;
	}
.cp__lineup .cp__l_block .cp__l_inner .cp__l_cont h4 img{
	width: 100%;
	max-width: 420px;
	height: auto;
	max-height: 80px;
	}

.cp__lineup .cp__l_block .cp__l_inner .cp__l_cont .cp__l_detail{
	display: flex;
	justify-content: space-between;
	}

/*品数マーク*/
.cp__lineup .cp__l_block .cp__l_inner .cp__l_cont .cp__l_detail .shinakazu{
	width: 100%;
	max-width: 80px;
	margin-right: 10px;
	}
.cp__lineup .cp__l_block .cp__l_inner .cp__l_cont .cp__l_detail .shinakazu img{
	width: 100%;
	max-width: 80px;
	height: auto;
	max-height: 70px;
	}

.cp__lineup .cp__l_block .cp__l_inner .cp__l_cont .cp__l_detail p{
	color: #40220f;
	font-size: 16px;
	line-height: 160%;
	text-align: left;
	width: 100%;
	}

/*下部分の文章・ボタン*/
.cp__lineup .cp__l_footer{
	text-align: center;
	}
/*文章*/
.cp__lineup .cp__l_footer p{
	color: #40220f;
	font-size: 28px;
	font-weight: bold;
	}
/*ボタン*/
.cp__lineup .cp__l_footer a{
	display: inline-block;
	background: #bd0012;
	border-radius: 5px;
	color: #ffffff;
	font-size: 28px;
	font-weight: bold;
	padding: 30px;
	width: 70%;
	margin: 25px auto 0 auto;
	}

	@media only screen and (max-width: 950px) {
		.cp__lineup .cp__l_block .cp__l_inner .cp__l_label{
			font-size: 17px;
			}
		}

	@media only screen and (max-width: 800px) {
		.cp__lineup h3{
			margin: 0 auto 20px auto;
			width: 80%;
			}
		.cp__lineup .cp__l_block .cp__l_inner .cp__l_label{
			font-size: 14px;
			padding: 5px 15px;
			}
		.cp__lineup .cp__l_block .cp__l_inner .cp__l_cont .cp__l_detail .shinakazu{
			width: 30%;
			margin-right: 6px;
			}
		.cp__lineup .cp__l_block .cp__l_inner .cp__l_cont .cp__l_detail p{
			font-size: 13px;
			}
		.cp__lineup .cp__l_footer p{
			font-size: 21px;
			}
		.cp__lineup .cp__l_footer a{
			font-size: 24px;
			}
		}

	@media only screen and (max-width: 680px) {
		.cp__lineup{
			border-radius: 5px;
			padding: 15px 0 25px 0;
			}
		.cp__lineup h3{
			margin: 0 auto 15px auto;
			width: 75%;
			}
		.cp__lineup .cp__l_block{
			width: 98%;
			margin: 0 auto;
			}
		.cp__lineup .cp__l_block .cp__l_inner{
			border-radius: 5px;
			margin-bottom: 18px;
			width: 48%;
			}
		.cp__lineup .cp__l_block .cp__l_inner .cp__l_cont{
			margin: -16px auto 12px auto;
			}
		.cp__lineup .cp__l_block .cp__l_inner .cp__l_label{
			font-size: 12px;
			padding: 5px 10px;
			}
		.cp__lineup .cp__l_block .cp__l_inner .cp__l_cont .cp__l_detail .shinakazu{
			width: 26%;
			margin-right: 5px;
			}
		.cp__lineup .cp__l_block .cp__l_inner .cp__l_cont .cp__l_detail p{
			font-size: 11px;
			line-height: 150%;
			}
		.cp__lineup .cp__l_footer p{
			font-size: 14px;
			}
		.cp__lineup .cp__l_footer a{
			font-size: 18px;
			padding: 12px 15px;
			width: 70%;
			margin: 3px auto 0 auto;
			}
		}
	@media only screen and (max-width: 600px) {
		.cp__lineup .cp__l_block .cp__l_inner{
			margin-bottom: 15px;
			}
		.cp__lineup .cp__l_block .cp__l_inner .cp__l_cont .cp__l_detail .shinakazu{
			width: 30%;
			}
		.cp__lineup .cp__l_block .cp__l_inner .cp__l_label br{
			display: block;
			}
		.cp__lineup .cp__l_block .cp__l_inner .cp__l_cont .cp__l_detail p{
			font-size: 10px;
			}
		.cp__lineup .cp__l_footer p{
			font-size: 12px;
			}
		.cp__lineup .cp__l_footer a{
			font-size: 14px;
			padding: 8px 12px;
			width: 80%;
			margin: 0 auto;
			}
		}
	@media only screen and (max-width: 360px) {
		.cp__lineup .cp__l_block{
			display: block;
			width: 96%;
			margin: 0 auto 10px auto;
			}
		.cp__lineup .cp__l_block .cp__l_inner{
			border-radius: 7px;
			margin-bottom: 35px;
			margin-left: auto;
			margin-right: auto;
			width: 96%;
			padding-bottom: 12px;
			}
		.cp__lineup .cp__l_block .cp__l_inner .cp__l_cont .cp__l_detail .shinakazu{
			width: 25%;
			}
		}





/*ご利用方法・お客様の声・よくある質問　タイトル*/
h3.cp__subttl{
	width: 100%;
	max-width: 380px;
	}
h3.cp__subttl img{
	width: 100%;
	max-width: 380px;
	height: auto;
	max-height: 100px;
	}
	@media only screen and (max-width: 800px) {
		h3.cp__subttl{
			width: 60%;
			}
		}
	@media only screen and (max-width: 650px) {
		h3.cp__subttl{
			width: 45%;
			}
		}


/*　ご利用方法　*/
.cp__howto{}
.cp__howto .cp__h_block{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.cp__howto .cp__h_block .cp__h_inner{
	display: block;
	background: url("../img/cp__bg_baige.jpg") repeat;
	border-radius: 7px;
	text-align: center;
	margin-bottom: 54px;
	padding: 22px 12px;
	width: 42%;
	}
/*矢印*/
.cp__howto .cp__h_block span{
	width: 6%;
	display: flex;
	justify-content: center;
	align-items: center;
	}
.cp__howto .cp__h_block span img{
	width: 100%;
	max-width: 62px;
	height: auto;
	max-height: 452px;
	}
.cp__howto .cp__h_block .cp__h_inner h4{
	color: #40220f;
	font-size: 36px;
	font-weight: normal;
	line-height: 110%;
	margin: 10px 0 0 0;
	}
.cp__howto .cp__h_block .cp__h_inner p.cp__h_catch{
	color: #3e3a39;
	font-size: 18px;
	line-height: 140%;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 10px;
	}
.cp__howto .cp__h_block .cp__h_inner p.cp__h_read{
	color: #3e3a39;
	font-size: 12px;
	line-height: 150%;
	}
.cp__howto .cp__h_block .cp__h_inner .cp__tel{
	margin: 13px auto 12px auto;
	display: block;
	}

/*-- ボタン --*/
.btn_square{
	width: 100%;
	max-width: 320px;
	margin: 12px auto 8px auto;
	}
.btn_square a{
	display: block;
	background-color: #ffffff;
	border-radius: 3px;
	-webkit-box-shadow: 0px 3px 0px 0px rgba(187, 174, 142, 1);
	-moz-box-shadow: 0px 3px 0px 0px rgba(187, 174, 142, 1);
	-ms-box-shadow: 0px 3px 0px 0px rgba(187, 174, 142, 1);
	box-shadow: 0px 3px 0px 0px rgba(187, 174, 142, 1);
	color: #40220f;
	font-size: 18px;
	font-weight: bold;
	line-height: 120%;
	padding: 18px 10px;
	text-decoration: none;
	transition: 0.3s;
	}
.btn_square a:hover{
	opacity: 0.6;
	}
.btn_square a br{
	display: none;
	}
	@media only screen and (max-width: 800px) {
		.cp__howto .cp__h_block .cp__h_inner h4{
			font-size: 28px;
			margin: 10px 0 0 0;
			}
		.cp__howto .cp__h_block .cp__h_inner p.cp__h_catch{
			font-size: 16px;
			margin-top: 8px;
			margin-bottom: 8px;
			}
		.btn_square{
			width: 95%;
			}
		.btn_square a{
			font-size: 15px;
			padding: 12px 5px;
			}
		}
	@media only screen and (max-width: 650px) {
		.cp__howto .cp__h_block .cp__h_inner{
			border-radius: 5px;
			margin-bottom: 28px;
			padding: 12px 12px;
			width: 40%;
			}
		.cp__howto .cp__h_block .cp__h_inner > img{
			width: 40%;
			height: auto;
			}
		.cp__howto .cp__h_block .cp__h_inner h4{
			font-size: 18px;
			margin: 12px 0 0 0;
			line-height: 130%;
			}
		.cp__howto .cp__h_block .cp__h_inner p.cp__h_catch{
			font-size: 12px;
			margin-top: 10px;
			margin-bottom: 10px;
			text-align: left;
			}
		.cp__howto .cp__h_block .cp__h_inner p.cp__h_catch br{
			display: none;
			}
		.cp__howto .cp__h_block .cp__h_inner p.cp__h_read{
			font-size: 10px;
			text-align: left;
			}
		.cp__howto .cp__h_block .cp__h_inner p.cp__h_read br{
			display: none;
			}
		.cp__howto .cp__h_block .cp__h_inner .cp__tel{
			width: 96%;
			margin: 11px auto 3px auto;
			display: block;
			}
		.btn_square{
			margin: 10px auto 8px auto;
			width: 100%;
			}
		.btn_square a{
			font-size: 11px;
			padding: 10px 8px;
			}
		}
	@media only screen and (max-width: 400px) {
		.cp__howto .cp__h_block .cp__h_inner{
			border-radius: 5px;
			margin-bottom: 28px;
			padding: 12px 12px;
			width: 38%;
			}
		.cp__howto .cp__h_block .cp__h_inner > img{
			width: 70%;
			height: auto;
			}
		.cp__howto .cp__h_block .cp__h_inner h4{
			font-size: 14px;
			}
		.cp__howto .cp__h_block .cp__h_inner p.cp__h_catch{
			font-size: 11px;
			}
		}





/*　お客様の声　*/
/*吹き出し*/
.cp__v_inner{
    position:relative;
    background:#FFFFFF;
    border:1px solid #bd0012;
    border-radius:5px;
	display: flex;
	padding: 24px 30px;
	margin-bottom: 60px;
	}
.cp__v_inner:after,
.cp__v_inner:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    top:100%;
    left:85%;
	}
/*偶数で吹き出し三角の位置入れ替え*/
.cp__v_inner:nth-child(even)::after,
.cp__v_inner:nth-child(even)::before{
    left:15%;
	}
.cp__v_inner:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:23px;
    border-bottom-width:23px;
    border-left-width:12px;
    border-right-width:12px;
    margin-left: -12px;
    border-top-color:#FFFFFF;
	}
.cp__v_inner:before{
    border-color: rgba(189, 0, 18, 0);
    border-top-width:24px;
    border-bottom-width:24px;
    border-left-width:13px;
    border-right-width:13px;
    margin-left: -13px;
    margin-top: 1px;
    border-top-color:#bd0012;
	}
/*1つおきにレイアウト逆*/
.cp__v_inner:nth-child(2n){
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-o-flex-direction: row-reverse;
	flex-direction: row-reverse;
	}

/*画像*/
.cp__v_img{
	width: 100%;
	max-width: 265px;
	}
.cp__v_img img{
	width: 100%;
	max-width: 265px;
	height: auto;
	max-height: 265px;
	}

/*詳細*/
.cp__v_inner .cp__v_detail{
	margin-left: 20px;
	width: 100%;
	}

.cp__v_inner .cp__v_detail h4{
	color: #bd0012;
	font-size: 34px;
	font-weight: normal;
	line-height: 120%;
	margin-bottom: 7px;
	}

.cp__v_inner .cp__v_detail p.name{
	color: #727171;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
	}

.cp__v_inner .cp__v_detail p.text{
	color: #222222;
	font-size: 16px;
	line-height: 150%;
	}
	@media only screen and (max-width: 800px) {
		.cp__v_inner{
			padding: 20px 20px;
			margin-bottom: 40px;
			}
		.cp__v_img{
			width: 45%;
			}
		.cp__v_inner .cp__v_detail h4{
			font-size: 24px;
			margin-bottom: 3px;
			margin-top: 0;
			}
		.cp__v_inner .cp__v_detail p.name{
			font-size: 15px;
			margin-bottom: 5px;
			}

		.cp__v_inner .cp__v_detail p.text{
			font-size: 13px;
			}
		}
	@media only screen and (max-width: 650px) {
		.cp__v_inner{
			padding: 18px 12px 15px 12px;
			margin-bottom: 24px;
			}
		.cp__v_img{
			width: 50%;
			}
		.cp__v_inner .cp__v_detail{
			margin-left: 12px;
			}
		.cp__v_inner .cp__v_detail h4{
			font-size: 18px;
			margin-bottom: 0;
			line-height: 110%;
			}
		.cp__v_inner .cp__v_detail p.name{
			font-size: 13px;
			margin-bottom: 0;
			}
		.cp__v_inner .cp__v_detail p.text{
			font-size: 12px;
			}
		/*三角*/
		.cp__v_inner:after{
			border-color: rgba(255, 255, 255, 0);
			border-top-width:13px;
			border-bottom-width:13px;
			border-left-width:6px;
			border-right-width:6px;
			margin-left: -6px;
			border-top-color:#FFFFFF;
			}
		.cp__v_inner:before{
			border-color: rgba(189, 0, 18, 0);
			border-top-width:14px;
			border-bottom-width:14px;
			border-left-width:7px;
			border-right-width:7px;
			margin-left: -7px;
			margin-top: 1px;
			border-top-color:#bd0012;
			}
		}
	@media only screen and (max-width: 480px) {
		.cp__v_img{
			width: 60%;
			margin: 0 auto 10px auto;
			}
		.cp__v_inner{
			display: block;
			}
		.cp__v_inner .cp__v_detail{
			margin-left: auto;
			margin-right: auto;
			width: 95%;
			}
		.cp__v_inner .cp__v_detail p.name{
			margin-top: 2px;
			margin-bottom: 6px;
			}
		}




/*よくある質問*/
.cp__faq{}
.cp__faq .cp__f_block{}
.cp__faq .cp__f_block .accordion{}
.cp__faq .cp__f_block .accordion ul{}
.cp__faq .cp__f_block .accordion ul li{}
.cp__faq .cp__f_block .accordion ul li .faq-question{/*質問*/
	background: #ebe6e1!important;
	border-radius: 3px;
	color: #40220f!important;
	font-size: 22px!important;
	font-weight: normal;
	padding: 20px 12px 20px 12px!important;
	margin-bottom: 0.5em;
	transition: 0.5s;
	}
.cp__faq .cp__f_block .accordion ul li .faq-question:hover{
	background: #d0bd98!important;
	}
.cp__faq .cp__f_block .accordion ul li .faq-question::before{
	content: 'Q. ';
	color: #bd0012!important;
	font-weight: normal;
	}
.cp__faq .cp__f_block .accordion ul li .faq-answer{/*回答*/
	color: #40220f;
	margin-bottom: 24px;
	margin-left: 0;
	}

	@media only screen and (max-width: 800px) {
		.cp__faq .cp__f_block .accordion ul li .faq-question{/*質問*/
			font-size: 18px!important;
			padding: 8px 12px 8px 12px!important;
			}
		}
	@media only screen and (max-width: 650px) {
		.cp__faq .cp__f_block .accordion ul li .faq-question{/*質問*/
			font-size: 14px!important;
			padding: 4px 10px 4px 10px!important;
			}
		}
























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

　    キャンペーン　2025年8月追記

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


/*リセット*/
.cp__fv h3{
	display: block;
	max-width: 100%;
	}
.cp__fv h3:before,
.cp__fv h3:after {
	border-top: none;
	content:none;
	-webkit-box-flex:inherit;
	-ms-flex-positive:inherit;
	flex-grow: inherit;
	margin:0;
	}



/*共通パーツ*/

/* 幅を強制的に全画面*/
.fullwidth{
	width: 100vw!important;
	}

/*改行位置調整*/
.br_span{
	display: inline-block;
	}
	@media only screen and (max-width: 767px) {}
	@media only screen and (max-width: 540px) {}
	@media only screen and (max-width: 480px) {}
	@media only screen and (max-width: 360px) {}
	@media only screen and (max-width: 260px) {}



.cp__fv {}
	@media only screen and (max-width: 920px) {
		.cp__fv {
			margin-top: -1rem;
			}
		}
	@media only screen and (max-width: 820px) {
		.cp__fv {
			margin-top: 7rem;
			}
		}
	@media only screen and (max-width: 640px) {
		.cp__fv {
			margin-top: 6rem;
			}
		}
	@media only screen and (max-width: 480px) {
		.cp__fv {
			margin-top: 5rem;
			}
		}
	@media only screen and (max-width: 360px) {}
	@media only screen and (max-width: 260px) {}

/*はじめての…お試しキャンペーン（赤背景）*/

.cp_otameshi{
	background: #e50012;
	text-align: center;
	color: #fff;
	padding: 2rem;
	width: calc(100% - 4rem);
	}
.cp_otameshi___wrap{}

/*キャッチ*/
.cp_otameshi___catch{
	width: 70%;
	margin: 0 auto;
	}
.cp_otameshi___catch img{
	width: 100%;
	height: auto;
	}

/*見出し*/
.cp_otameshi___ttl{
	font-size: 6rem;
	line-height: 100%;
	margin: 1.5rem auto;
	}
/*概要文*/
.cp_otameshi___note{
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 120%;
	}
	@media only screen and (max-width: 1020px) {
		/*見出し*/
		.cp_otameshi___ttl{
			font-size: 5rem;
			}
		}
	@media only screen and (max-width: 840px) {
		/*見出し*/
		.cp_otameshi___ttl{
			font-size: 4rem;
			}
		/*概要文*/
		.cp_otameshi___note{
			font-size: 1.8rem;
			}
		}
	@media only screen and (max-width: 767px) {
		.cp_otameshi{
			padding: 1.2rem;
			}
		/*見出し*/
		.cp_otameshi___ttl{
			font-size: 3rem;
			margin: 1.2rem auto 1rem auto;
			}
		/*概要文*/
		.cp_otameshi___note{
			font-size: 1.4rem;
			}
		}
	@media only screen and (max-width: 540px) {
		/*見出し*/
		.cp_otameshi___ttl{
			font-size: 2rem;
			margin: 1.2rem auto 1rem auto;
			}
		/*概要文*/
		.cp_otameshi___note{
			font-size: 1.2rem;
			}
		}
	@media only screen and (max-width: 480px) {
		/*見出し*/
		.cp_otameshi___ttl{
			font-size: 1.8rem;
			font-weight: bold;
			}
		/*概要文*/
		.cp_otameshi___note{
			font-size: 1rem;
			}
		}
	@media only screen and (max-width: 360px) {}
	@media only screen and (max-width: 260px) {}



/*バナー画像*/
.cp_otameshi___bnr{
	width: 100%;
	margin: 2rem auto;
	}
.cp_otameshi___bnr img{
	width: 100%;
	height: auto;
	}


/*期日*/
.cp_otameshi___date{
	margin: 2rem auto;
	}
.cp_otameshi___date .label{
	background: #fff;
	border-radius: 3px;
	color: #e50012;
	font-size: 2rem;
	font-weight: bold;
	padding: 0.35rem 0.75rem;
	margin-right: 0.75rem;
	}
.cp_otameshi___date .num{
	position: relative;
	top: 7px;
	font-size: 3.5rem;
	font-weight: bold;
	}
.cp_otameshi___date .jp{
	position: relative;
	top: 3px;
	font-size: 2rem;
	font-weight: bold;
	}
	@media only screen and (max-width: 900px) {
		/*バナー画像*/
		.cp_otameshi___bnr{
			margin: 1rem auto;
			}
		/*期日*/
		.cp_otameshi___date{
			margin: 1rem auto 1.5rem auto;
			}
		.cp_otameshi___date .label{
			font-size: 1.8rem;
			}
		.cp_otameshi___date .num{
			top: 5px;
			font-size: 2.8rem;
			}
		}
	@media only screen and (max-width: 767px) {
		.cp_otameshi___date .label{
			font-size: 1.3rem;
			padding: 0.35rem 0.5rem;
			margin-right: 0.5rem;
			}
		.cp_otameshi___date .num{
			top: 4px;
			font-size: 2rem;
			}
		}
	@media only screen and (max-width: 540px) {
		/*バナー画像*/
		.cp_otameshi___bnr{
			margin: 1rem auto 0.5rem auto;
			}
		/*期日*/
		.cp_otameshi___date{
			margin: 0.5rem auto 0.5rem auto;
			}
		.cp_otameshi___date .label{
			font-size: 1.1rem;
			padding: 0.25rem 0.5rem;
			margin-right: 0.5rem;
			}
		.cp_otameshi___date .num{
			top: 4px;
			font-size: 1.65rem;
			}
		.cp_otameshi___date .jp{
			top: 3px;
			font-size: 1.3rem;
			}
		}
	@media only screen and (max-width: 480px) {
		.cp_otameshi___date .label{
			font-size: 1rem;
			padding: 0.2rem 0.5rem;
			margin-right: 0.35rem;
			}
		.cp_otameshi___date .num{
			top: 2px;
			font-size: 1.25rem;
			}
		.cp_otameshi___date .jp{
			top: 1px;
			font-size: 1.1rem;
			}
		}
	@media only screen and (max-width: 360px) {}
	@media only screen and (max-width: 260px) {}








/*各メニューへのリンク*/
.cp_menulink{}
.cp_menulink::after{
	display: block;
	content: "";
	background: url("../img/line00.png");
	background-size: contain;
	width: 170px;
	height: 3px;
	margin: 2.5rem auto 1rem auto;
	}
	@media only screen and (max-width: 680px) {
		section.cp_menulink{
			width: 100%;
			max-width: 100%;
			}
		}


/*見出し「1週間お試しメニュー」*/
.cp_menulink___ttl{
	width: 100%;
	max-width: 797px;
	margin: 3rem auto 2.5rem auto;
	}
.cp_menulink___ttl img{
	width: 100%;
	height: auto;
	}

/*囲み*/
.cp_menulink___wrap{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 94%;
	margin: 0 auto;
	}

/*個別*/
.cp_ml___item{
	width: 31%;
	}
.cp_ml___item a{
	display: block;
	border-radius: 7px;
	color: #fff;
	text-align: center;
	}
.cp_ml___item.smiley a{
	background: #e08d95;
	}
.cp_ml___item.balance a{
	background: #c7915c;
	}
.cp_ml___item.cut a{
	background: #5ebd9b;
	}
.cp_ml___item a:hover{
	opacity: 1;
	}

.cp_ml___item a::after {
	font-family: "Font Awesome 5 Free";
	content: "\f078";
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-size: 2.2rem;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	margin: 1rem auto 1rem auto;
	transition: .3s;
	}
.cp_ml___item a:hover::after {
	margin: 0.5rem auto 1.5rem auto;
	}
.cp_ml___item a:hover .cp_ml___ttl{
	margin: 0.5rem auto 0.5rem auto;
	}

/*イメージ写真*/
.cp_ml___ph{
	width: 100%;
	}
.cp_ml___ph img{
	border-radius: 7px 7px 0 0;
	width: 100%;
	height: auto;
	}

/*内容*/
.cp_ml___cont{}
.cp_ml___tx{
	font-size: 0.9rem;
	font-weight: bold;
	line-height: 150%;
	margin: 1rem auto 0 auto;
	}
.cp_ml___ttl{
	width: 100%;
	max-width: 180px;
	margin: 1rem auto 0 auto;
	transition: .2s;
	}
.cp_ml___ttl img{
	width: 100%;
	height: auto;
	}
	@media only screen and (max-width: 1020px) {
		/*囲み*/
		.cp_menulink___wrap{
			width: 100%;
			}
		}
	@media only screen and (max-width: 900px) {
		.cp_ml___ttl{
			width: 75%;
			margin: 1rem auto 0 auto;
			}
		}
	@media only screen and (max-width: 767px) {
		/*囲み*/
		.cp_menulink___wrap{
			display: flex;
			justify-content:space-around;
			flex-wrap: wrap;
			width: 94%;
			margin: 0 auto;
			}
		/*個別*/
		.cp_ml___item{
			width: 48%;
			margin-bottom: 1rem;
			}
		.cp_ml___tx{
			font-size: 0.85rem;
			margin: 1rem auto 0 auto;
			}
		}
	@media only screen and (max-width: 600px) {
		/*個別*/
		.cp_ml___item{
			width: 100%;
			}
		}
	@media only screen and (max-width: 480px) {}
	@media only screen and (max-width: 360px) {}
	@media only screen and (max-width: 260px) {}









/*3メニュー紹介*/

/*3つ囲み*/
.cp_menuarea{}
	@media only screen and (max-width: 680px) {
		section.cp_menuarea{
			width: 100%;
			max-width: 100%;
			}
		}

.cp_menuarea___wrap{
	margin-bottom: 10rem;
	}
	@media only screen and (max-width: 767px) {
		.cp_menuarea___wrap{
			margin-bottom: 4rem;
			}
		}
	@media only screen and (max-width: 600px) {}
	@media only screen and (max-width: 480px) {}
	@media only screen and (max-width: 360px) {}
	@media only screen and (max-width: 260px) {}

.cp___detail{}
.cp___header{}



/*見出し部分*/
.cp___header{
	position: relative;
	padding:  0 3rem 1.5rem 3rem;
	margin-top: 100px;
	border-radius: 0 0 12px 12px;
	}
.cp___header::before{
	position: absolute;
	top: -100px;
	left: 0;
	content: "";
	width: 100%;
	height: 100px;
	}

/*スマイリー*/
.smiley .cp___header{
	background:  #e08d95;
	}
.smiley .cp___header::before{
	background: url("../img/cp___deco_smiley.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
	}

/*バランス*/
.balance .cp___header{
	background:  #c7915c;
	}
.balance .cp___header::before{
	background: url("../img/cp___deco_balance.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
	}

/*カット*/
.cut .cp___header{
	background:  #5ebd9b;
	}
.cut .cp___header::before{
	background: url("../img/cp___deco_cut.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
	}

/*キャッチコピー*/
.cp___catch{
	width: 100%;
	max-width: 480px;
	margin: 1rem auto 1.5rem auto;
	}
.cp___catch img{
	width: 100%;
	height: auto;
	}

/*メニュー名*/
.cp___ttl{
	width: 100%;;
	max-width: 825px;
	margin:  0 auto 2rem auto;
	}
.cp___ttl img{
	width: 100%;
	height: auto;
	}


.cp___tx{
	color: #fff;
	text-align: center;
	}
.cp___tx .lead{
	display: flex;
    align-items: center;
	font-size: 1.5rem;
	font-weight: bold;
	}
.cp___tx .lead:before,
.cp___tx .lead:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #fff;
	}
.cp___tx .lead:before {
    margin-right: 0.5rem;
	}
.cp___tx .lead:after {
    margin-left: 0.5rem;
	}

.cp___tx .tx{
	font-size: 0.95rem;
	font-weight: bold;
	line-height: 165%;
	margin-top: 1rem;
	}
	@media only screen and (max-width: 900px) {
		/*キャッチコピー*/
		.cp___catch{
			width: 60%;
			margin: 1rem auto 1rem auto;
			}
		}
	@media only screen and (max-width: 767px) {
		/*見出し部分*/
		.cp___header{
			padding:  0 2rem 1.5rem 2rem;
			}
		.cp___tx .lead{
			font-size: 1.25rem;
			}
		.cp___tx .tx{
			font-size: 0.8rem;
			margin-top: 0.5rem;
			text-align: left;
			}
		}
	@media only screen and (max-width: 600px) {
		/*見出し部分*/
		.cp___header{
			padding:  0.5rem 2rem 1.5rem 2rem;
			}
		.cp___header::before{
			top: -90px;
			height: 100px;
			}
		.cp___tx .lead{
			font-size: 1.2rem;
			}
		.cp___tx .tx br{
			display: none;
			}
		}
	@media only screen and (max-width: 480px) {}
	@media only screen and (max-width: 360px) {}
	@media only screen and (max-width: 260px) {}







.cp___point{
	position: relative;
	background: url("../img/cp__bg_baige.jpg") repeat;
	border-radius: 7px;
	padding: 0.5rem 2rem;
	margin: 1.5rem 0 1rem 0;
	}
.cp___point___wrap{
	position: relative;
	display: flex;
	align-items:center;
	}

.cp___point .bubble{
	position: absolute;
	top: 0.3rem;
	width: 100%;
	max-width: 120px;
	}
.cp___point .bubble img{
	width: 100%;
	height: auto;
	}


.cp___point ul{
	width: 100%;
	margin-left: 130px;
	}
.cp___point ul li{
	color: #40220f;
	font-size: 1.1rem;
	line-height: 120%;
	padding: 0.5rem 0;
	text-indent: -1.1em;
	padding-left: 1.1em;
	}
.smiley .cp___point ul li{	border-bottom: dashed 1px #e08d95;	}
.balance .cp___point ul li{	border-bottom: dashed 1px #c7915c;	}
.cut .cp___point ul li{	border-bottom: dashed 1px #5ebd9b;	}

.cp___point ul li:last-child{
	border-bottom: none;
	padding: 0.5rem 0 0.5rem 0;
	padding-left: 1.1em;
	}
.cp___point ul li::before{
	content: "●";
	}
.smiley .cp___point ul li::before{	color:  #e08d95;	}
.balance .cp___point ul li::before{	color:  #c7915c;	}
.cut .cp___point ul li::before{	color:  #5ebd9b;	}

.cp___point ul li br{
	display: none;
	}


/*ポイント右側のイラスト*/
.cp___illust{
	position: absolute;
	right: -2rem;
	top: -2rem;
	width: 100%;
	max-width: 260px;
	}
.cp___illust img{
	width: 100%;
	height: auto;
	}
	@media only screen and (max-width: 900px) {
		.cp___point{
			border-radius: 5px;
			padding: 0.5rem 1rem;
			margin: 1.2rem 0 0 0;
			}
		.cp___point .bubble{
			width: 25%;
			max-width: 120px;
			}
		.cp___point ul li{
			font-size: 1rem;
			text-indent: -1em;
			padding-left: 1em;
			}
		.cp___point ul li:last-child{
			padding-left: 1em;
			}
		/*ポイント右側のイラスト*/
		.cp___illust{
			right: -1.5rem;
			top: -1rem;
			width: 30%;
			}
		}
	@media only screen and (max-width: 767px) {
		.cp___point{
			padding: 1rem 1rem 0.5rem 1rem;
			}
		.cp___point___wrap{
			position: relative;
			display: block;
			align-items:flex-start;
			}
		.cp___point .bubble{
			top: -2rem;
			left: -2.5rem;
			}
		.cp___point ul{
			width: auto;
			margin-left: calc(20% - 0.5rem);
			}
		/*ポイント右側のイラスト*/
		.cp___illust{
			right: -1.5rem;
			top: 1rem;
			width: 30%;
			}
		}
	@media only screen and (max-width: 600px) {
		.cp___point{
			padding: 0.5rem 1rem 0.5rem 1rem;
			margin: 5rem 0 0 0;
			}
		.cp___point .bubble{
			top: -5rem;
			left: -2.5rem;
			}
		.cp___point ul{
			width: auto;
			margin-left: 0;
			}
		.cp___point ul li{
			font-size: 0.9rem;
			text-indent: -0.9em;
			padding-left: 0.9em;
			}
		.cp___point ul li:last-child{
			padding-left: 0.9em;
			}
		/*ポイント右側のイラスト*/
		.cp___illust{
			right: -1.5rem;
			top: -2rem;
			width: 35%;
			}
		}
	@media only screen and (max-width: 480px) {
		.cp___point .bubble{
			width: 35%;
			}
		/*ポイント右側のイラスト*/
		.cp___illust{
			right: -1.5rem;
			top: -5rem;
			width: 40%;
			}
		}
	@media only screen and (max-width: 380px) {
		.cp___point{
			margin: 4rem 0 0 0;
			}
		.cp___point .bubble{
			top: -4rem
			}
		/*ポイント右側のイラスト*/
		.cp___illust{
			top: -4.5rem;
			}
		}
	@media only screen and (max-width: 320px) {
		.cp___point ul li{
			font-size: 0.85rem;
			text-indent: -0.85em;
			padding-left: 0.85em;
			}
		.cp___point ul li:last-child{
			padding-left: 0.85em;
			}
		.cp___point{
			margin: 3rem 0 0 0;
			}
		.cp___point .bubble{
			top: -3.5rem
			}
		/*ポイント右側のイラスト*/
		.cp___illust{
			top: -3.5rem;
			}
		}












/*1週間の献立*/

/* アクティブ時のタブ */
.smiley .tab-switch:checked+.tab-label {	background: #e08d95;}
.balance .tab-switch:checked+.tab-label {background: #c7915c;}
.cut .tab-switch:checked+.tab-label {	background: #5ebd9b;}

/*アクティブ時のコンテンツ*/
.smiley .tab-switch:checked+.tab-label+.tab-content {border:dashed 1px #e08d95;}
.balance .tab-switch:checked+.tab-label+.tab-content {border:dashed 1px #c7915c;}
.cut .tab-switch:checked+.tab-label+.tab-content {	border:dashed 1px #5ebd9b;}


/*主菜名*/
.smiley .cp__weekly .cp__w_inner .detail .ttl p.syu{color: #e08d95;}
.balance .cp__weekly .cp__w_inner .detail .ttl p.syu{color: #c7915c;}
.cut .cp__weekly .cp__w_inner .detail .ttl p.syu{color: #5ebd9b;}




/*価格表*/
.cp___price{}

.cp___price .ttl{
	color: #40220f;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
	margin-bottom: 1rem;
	}

.tbl_price{
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	text-align: center;
	}
.tbl_price th{
	padding: 0.2rem 1rem;
	}
.smiley .tbl_price th{	background: #f4dddf!important;	}
.balance .tbl_price th{	background: #ecdecf!important;	}
.cut .tbl_price th{	background: #d2ebe1!important;	}
.tbl_price td{
	border-right: 1px solid #ddd;
	padding: 0.5rem 1rem;
	}
.tbl_price .label{
	display: inline-block;
	background: #40220f;
	border-radius: 3px;
	color: #fff;
	font-size: 0.9rem;
	line-height: 120%;
	padding: 0.25rem 1.5rem;
	margin-bottom: 0.3rem;
	}
.tbl_price .red{
	position: relative;
	top: 2px;
	color: #bd0012;
	font-size: 160%;
	font-weight: bold;
	line-height: 100%;
	}
	@media only screen and (max-width: 767px) {
		.tbl_price .label{
			font-size: 0.8rem;
			font-weight: bold;
			line-height: 150%;
			padding: 0.2rem 1rem;
			margin-bottom: 0.2rem;
			}
		.tbl_price .red{
			top: 2px;
			font-size: 140%;
			}
		}
	@media only screen and (max-width: 600px) {
		.cp___price .ttl{
			font-size: 1.1rem;
			margin-bottom: 0.5rem;
			}
		.tbl_price td{
			padding: 0.5rem 0.25rem 0.25rem 0.25rem;
			}
		.tbl_price .red{
			top: 1px;
			font-size: 120%;
			}
		.tbl_price .jp{
			font-size: 85%;
			font-weight: bold;
			}
		}
	@media only screen and (max-width: 540px) {
		.tbl_price .red{
			font-size: 110%;
			}
		.tbl_price .jp{
			font-size: 75%;
			}
		}
	@media only screen and (max-width: 480px) {
		.cp___price .ttl{
			font-size: 0.9rem;
			}
		.tbl_price td{
			line-height: 120%;
			}
		.tbl_price .red{
			font-size: 100%;
			}
		.tbl_price .jp{
			font-size: 70%;
			}
		}
	@media only screen and (max-width: 260px) {}








/*ラインナップ*/

.cp_list{
	background: url("../img/cp__bg_baige.jpg") repeat;
	border-radius: 7px;
	padding: 3rem 2%;
	}
	@media only screen and (max-width: 680px) {
		section.cp_list{
			width: 100%;
			max-width: 100%;
			}
		}

/*見出し*/
.cp_list___ttl{
	width: 85%;
	margin: 0 auto 4rem auto;
	}
.cp_list___ttl img{
	width: 100%;
	height: auto;
	}


/*囲み*/
.cp_list___wrap{
	display: flex;
	justify-content:space-around;
	flex-wrap: wrap;
	}

/*個別 囲み*/
.cp_list___item{
	position: relative;
	width: 42%;
	background: #fff;
	border-radius: 5px;
	padding: 0 2% 1.5rem 2%;
	margin-bottom: 5rem;
	}
.cp_list___item:nth-last-child(-n+2){
	margin-bottom: 3rem;
	}
.cp_list___item::before{
	position: absolute;
	top: -35px;
	content: "";
	display: inline-block;
	width: 88%;
	height: 180px;
	background-color: #fff;
	border-radius: 50%;
	margin: 0 auto!important;
	z-index: 0;
	}

.cp_list___inner{
	position:inherit;
	z-index: 1;
	}
	@media only screen and (max-width: 900px) {
		/*個別 囲み*/
		.cp_list___item{
			width: 41%;
			border-radius: 3px;
			padding: 0 3% 1.5rem 3%;
			margin-bottom: 5rem;
			}
		}
	@media only screen and (max-width: 767px) {
		.cp_list{
			border-radius: 5px;
			padding: 1.5rem 2% 2.5rem 2%;
			}
		/*見出し*/
		.cp_list___ttl{
			width: 95%;
			margin: 0 auto 3.5rem auto;
			}
		/*個別 囲み*/
		.cp_list___item{
			margin-bottom: 3.5rem;
			}
		}
	@media only screen and (max-width: 540px) {
		/*個別 囲み*/
		.cp_list___item{
			width: 82%;
			padding: 0 4% 1.5rem 4%;
			}
		.cp_list___item::before{
			top: -30px;
			width: 90%;
			}
		}
	@media only screen and (max-width: 480px) {}
	@media only screen and (max-width: 360px) {}
	@media only screen and (max-width: 260px) {}






/*キャッチ*/
.cp_list___item .catch{
    text-align: center;
    line-height: 130%;
  	display:flex;
    justify-content: center;
	align-items: flex-end;
    margin: 0 auto;
	}
.cp_list___item .catch::before{
    content:'';
	background-repeat: no-repeat;
	background-position: center center;
    display: inline-block;
    width: 13px;
    height: 22px;
    position: relative;
    left: -5px;
	}
.cp_list___item .catch::after{
    content:'';
	background-repeat: no-repeat;
	background-position: center center;
    display: inline-block;
    width: 13px;
    height: 22px;
    position: relative;
    left: 5px;
	}
.cp_list___item.list_standard .catch::before{
    background-image: url("../img/popup_bar_standard_l.png");}
.cp_list___item.list_standard .catch::after{
    background-image: url("../img/popup_bar_standard_r.png") ;}

.cp_list___item.list_fun .catch::before{
    background-image: url("../img/popup_bar_fun_l.png");}
.cp_list___item.list_fun .catch::after{
    background-image: url("../img/popup_bar_fun_r.png") ;}

.cp_list___item.list_timely .catch::before{
    background-image: url("../img/popup_bar_timely_l.png");}
.cp_list___item.list_timely .catch::after{
    background-image: url("../img/popup_bar_timely_r.png") ;}

.cp_list___item.list_premium .catch::before{
    background-image: url("../img/popup_bar_premium_l.png");}
.cp_list___item.list_premium .catch::after{
    background-image: url("../img/popup_bar_premium_r.png") ;}

.cp_list___item.list_casual .catch::before{
    background-image: url("../img/popup_bar_casual_l.png");}
.cp_list___item.list_casual .catch::after{
    background-image: url("../img/popup_bar_casual_r.png") ;}

.cp_list___item.list_variation .catch::before{
    background-image: url("../img/popup_bar_variation_l.png");}
.cp_list___item.list_variation .catch::after{
    background-image: url("../img/popup_bar_variation_r.png") ;}

.cp_list___item.list_quick .catch::before{
    background-image: url("../img/popup_bar_quick_l.png");}
.cp_list___item.list_quick .catch::after{
    background-image: url("../img/popup_bar_quick_r.png") ;}

.cp_list___item.list_reitou .catch::before{
    background-image: url("../img/popup_bar_reitou_l.png");}
.cp_list___item.list_reitou .catch::after{
    background-image: url("../img/popup_bar_reitou_r.png") ;}

.cp_list___item .catch p{
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 150%;
	}


/*色設定*/
.cp_list___item.list_standard .catch p{	color: #4f8cbe;}
.cp_list___item.list_fun .catch p{		color: #e6ac00;}
.cp_list___item.list_timely .catch p{	color: #b07bae;}
.cp_list___item.list_premium .catch p{	color: #b32125;}
.cp_list___item.list_casual .catch p{	color: #005760;}
.cp_list___item.list_variation .catch p{color: #1e2678;}
.cp_list___item.list_quick .catch p{	color: #e95504;}
.cp_list___item.list_reitou .catch p{	color: #60c8e0;}

	@media only screen and (max-width: 900px) {
		.cp_list___item .catch p{
			font-size: 1rem;
			}
		}
	@media only screen and (max-width: 767px) {
		.cp_list___item .catch p{
			font-size: 0.9rem;
			font-weight: bold;
			line-height: 150%;
			}
		.cp_list___item .catch::before{
			width: 9px;
			height: 15px;
			left: -5px;
			background-size: contain;
			}
		.cp_list___item .catch::after{
			width: 9px;
			height: 15px;
			left: 5px;
			background-size: contain;
			}
		}
	@media only screen and (max-width: 540px) {}
	@media only screen and (max-width: 480px) {}
	@media only screen and (max-width: 360px) {}
	@media only screen and (max-width: 260px) {}





/*メニュー名*/
.cp_list___item .ttl{
	text-align: center;
	margin: 0.5rem auto 1rem auto;
	width: 100%;
	}
.cp_list___item .ttl img{
	width: 100%;
	height: auto;
	}

/*イメージ写真*/
.cp_list___item .ph{
	margin: 1rem auto 1rem auto;
	}
.cp_list___item .ph img{
	border-radius: 5px;
	width: 100%;
	height: auto;
	}

/*文章*/
.cp_list___item .tx{
	line-height: 175%;
	}



/*---文章「そのほか単品」…---*/
.cp_list___footer{
	color: #40220f;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	}

	@media only screen and (max-width: 767px) {
		/*イメージ写真*/
		.cp_list___item .ph{
			margin: 1rem auto 0.5rem auto;
			}
		/*文章*/
		.cp_list___item .tx{
			font-size: 0.85rem;
			}
		/*---文章「そのほか単品」…---*/
		.cp_list___footer{
			font-size: 1.2rem;
			}
		}
	@media only screen and (max-width: 540px) {}
	@media only screen and (max-width: 480px) {}
	@media only screen and (max-width: 360px) {}
	@media only screen and (max-width: 260px) {}






.caution_sec{
	background: #f00;
	position: relative;
	z-index: 1;
	width: 100%;
	}

.caution_sec___wrap{
	text-align: center;
	}

.caution_sec a{
	display: block;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 1rem;
	transition: .2s;
	}
.caution_sec span{
	text-decoration: underline;
	}
.caution_sec a:hover span{
	text-decoration: none;
	}

	@media only screen and (max-width: 810px) {
		.caution_sec a{
			font-size: 1.5rem;
			padding: 0.5rem 1rem 0.75rem 1rem;
			}
		}
	@media only screen and (max-width: 600px) {
		.caution_sec a{
			font-size: 1.3rem;
			padding: 0.5rem 1rem 0.75rem 1rem;
			}
		}
	@media only screen and (max-width: 480px) {
		.caution_sec a{
			font-size: 1rem;
			padding: 0.3rem 0.5rem 0.6rem 0.5rem;
			}
		}
	@media only screen and (max-width: 300px) {
		.caution_sec a{
			font-size: 0.9rem;
			padding: 0.3rem 0.5rem 0.6rem 0.5rem;
			}
}
	@media only screen and (max-width: 260px) {}






