@charset "UTF-8";

/*--- 20191001 gnavi プレミアム30選削除 ---*/

.add_gnavi-fix_191001{
	margin-left: auto;
	margin-right: auto;
}

/*--- 20191003 キャッシュレス案内ページ ---*/
.cashless_logo-wrap{
	text-align: center;
}
.cashless_head-copy{
	text-align: center;
	font-size: 3.5rem;
	line-height: 5.5rem;
	margin: 30px 0px;
}
.cashless_head-copy_sub{
	font-size: 1.9rem;
	margin: 30px 0px -10px;
	text-align: center;
}
.cashless_logo-wrap img{
	width: 350px;
	height: 403px;
}
.cashless_info-wrap{
	width: 800px;
	margin: auto;
	display: flex;
}
.cashless_info-wrap dl{
	font-size: 1.7rem;
	line-height: 3rem;
}
.cashless_info-wrap dt,
.cashless_info-wrap dd{
	float:left;
}
.cashless_info-wrap dt{
	margin-right: 10px;
	clear: both;
	font-weight: bold;
	line-height: 2rem;
}
.cashless_info-wrap dt span{
color: #ca0f25;
}
.cashless_info-wrap dd{
    line-height: 2rem;
    margin-bottom: 20px;
}
.cashless_info-fix_01{
    width: 100%;
    margin-bottom: 5px;
}
.cashless_info-fix_02{
    margin-bottom: 5px !important;
}
@media screen and (max-width: 767px) {
    .cashless_head-copy{
        font-size: 2.5rem;
        line-height: 4rem;
        letter-spacing: 0.2rem;
    }
    .cashless_head-copy_sub{
        line-height: 2.8rem;
        letter-spacing: 0rem;
    }
    .cashless_info-wrap{
        max-width: 100%;
    }
    .cashless_info-wrap dt{width: 100%;}
    .cashless_info-wrap dd{width: 100%;}
}

/*--- 20220325 アプリ案内ページ ---*/
h2.h2-service-hcp.app-page span{
	background: linear-gradient(transparent 55%,#ffff00 10%);
}
h3.h2-service-hcp.app-page{
	margin-bottom: 40px;
    padding: 0 5px;
    font-size: 40px;
    font-size: 3rem;
    line-height: 1.5;
    text-align: center;
    box-sizing: border-box;
}
h3.h2-service-hcp.app-page span{
	background: linear-gradient(transparent 55%,#ffff00 10%);
}
.app-navi{
	width: 100%;
	display: flex;
	flex-flow: row;
	margin: 20px auto 45px;
	list-style-type: none;
}
.app-navi li{
	display: block;
	margin-right: 20px;
}
.app-navi li:last-child{
	margin-right: 0px;
}
.app-navi li a:hover{
	opacity: 0.6;
}
.app-2clum-wrap{
	width: 100%;
	display: flex;
	flex-flow: row;
}
.app-2clum-child{
	width: calc(100%/2);
	display: block;
	margin-right: 30px;
}
.app-2clum-child:nth-child(2){
	margin-right: 0px;
}
.app-linkbtn{
	width: 100%;
	padding: 20px 0;
	box-sizing: border-box;
	background-color: #ca1024;
	color: #fff;
	border: 5px solid #ca1024;
	display: block;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
}
.app-2clum-child.app-2clum-single{
	margin-right: auto;
	margin-left: auto;
}
.app-linkbtn:hover{
	background-color: #fff;
	color: #ca1024;
}
@media screen and (max-width: 767px) {
	h3.h2-service-hcp.app-page{
		font-size: 2.5rem;
	}
	.app-navi{
		display: inline-block;
		flex-flow: unset;
		margin: 0px auto 40px;
	}
	.app-navi li{
		margin-right: 0px;
		margin-bottom: 10px;
	}
	.app-2clum-wrap{
		display: inline-block;
		flex-flow: unset;
	}
	.app-2clum-child{
		width: 100%;
		margin-right: 0px;
		margin-bottom: 40px;
	}
	.app-linkbtn{
		font-size: 1em;
	}
}

/*デリッシュキッチン 追加*/
.dk_intro {
	background-image: url(../img/delish_app/dk_bgimage.jpg);
	width: 100%;
	height: 250px;
	background-size: cover;
	background-position: center center;
	position: relative;
}

.dk_intro_title {
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	background: #ca1024;
	width: 325px;
	height: 70px;
	line-height: 70px;
	position: absolute;
	bottom: -35px;
	left: 0;
	right: 0;
	margin: auto;
}
.dk_main_content {
	margin-top: 100px;
}

.dk_content {
	text-align: center;
}

.dk_content img {
	width: 415px;
}

.dk_content_caption {
	font-size: 20px;
	line-height: 2;
	margin-top: 40px;
}

.dk_line_title {
	text-align: center;
	margin-top: 70px;
}

.dk_line_title span {
	font-size: 24px;
	font-weight: bold;
	background: linear-gradient(transparent 55%,#ffd200 10%);
}

.dk_bg-red {
	width: 100%;
	height: auto;
	background: #ca1024;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 24px;
	padding: 10px 0;
	line-height: 1.25;
	margin-top: 35px;
}

.dk_recipe {
	max-width: 1040px;
	padding-left: 20px;
	padding-right: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 45px;
}

@media screen and (max-width: 767px) {
	.dk_main_content {
		margin-top: 80px;
	}

	.dk_content img {
		width: 320px;
	}

	.dk_content_caption {
		font-size: 16px;
	}

	.dk_line_title {
		margin-top: 40px;
	}

	.dk_line_title span {
		font-size: 20px;
	}

	.dk_bg-red {
		font-size: 20px;
		line-height: 1.5;
		margin-top: 20px;
		padding: 10px 20px;
	}

	.dk_recipe {
		margin-left: 10px;
		margin-right: 10px;
		padding-left: 0;
		padding-right: 0;
		overflow: hidden;
	}

	.dk_recipe iframe {
		width: calc(100% + 30px) !important;
		margin: 0px -5px;
		padding: 0 !important;
		overflow: hidden;
	}

}


