@charset "utf-8";
.mothersday {
    font-family: 'Noto Serif JP', "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 12px; font-weight: 300; line-height: 1.7;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
.pc { display: none !important; }
.sp { display: block !important; }

.mothersday img {
    width: 100%;
    vertical-align: bottom;
}
.mothersday p {
    margin: 0;
}
.mothersday a{
    text-decoration: none;
    color: #000;
}

.mothersday .mv {
	margin: 0 auto;
}
.mothersday .deliverydate {
	background: #f58288;
	padding: 10px 5% 12px;
	color: #fff;
	text-align: center;
}
.mothersday .deliverydate .date {
	font-size: 24px;
	font-weight: 600;
}
.mothersday .deliverydate .date span {
	font-size: 20px;
}
.mothersday .deliverydate .date .day {
	font-size: 18px;
	margin-left: -6px;
	margin-right: -6px;
}
.mothersday .deliverydate .txt .day {
	margin-left: -4px;
	margin-right: -4px;
}
.mothersday .when {
	text-align: center;
	padding: 60px 5% 20px;
	background: url(../img/parts_ribbon.png) no-repeat center top 10px;
	background-size: 60px auto;
}
.mothersday .when .appeal {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
}
.mothersday .when .appeal span {
	color: #fd6098;
	font-size: 24px;
}
.mothersday .when .appeal .day {
	font-size: 17px;
	margin-left: -6px;
	margin-right: -6px;
}
.mothersday .when .txt {
	font-size: 14px;
	line-height: 1.7;
}
.mothersday .point {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.mothersday .sec {
    margin: 0 auto;
	text-align: center;
}
.mothersday .sec .sec_ttl {
	font-size: 24px;
	font-weight: bold;
	padding: 25px 5% 60px;
}
.mothersday .sec .gift {
	border-top: #f796a0 10px solid;
	background: url(../img/bg1_sp.jpg?2404) no-repeat center top;
	background-size: 100% auto;
	margin-top: 0;
}
.mothersday .sec .gift .sec_ttl {
	background: url(../img/parts_flower.png) no-repeat center bottom;
	background-size: 100px auto;		
}

.mothersday .sec .itembox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	width: 90%;
	margin: 20px auto 40px;
}
.mothersday .sec .itembox .item_ph {
	border: 1px solid #e3e3e3;
	width: auto;
	margin-bottom: 10px;
}
.mothersday .sec .itembox .item_detail {
	padding: 0;
	text-align: left;
}
.mothersday .sec .itembox .item_detail .item_delivery {
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	text-align: left;
	color: #FFFFFF;
	background: #f796a0;
	padding: 3px 8px;
	display: inline;
}
.mothersday .sec .itembox .item_detail .item_name {
	font-size: 17px;
	font-weight: bold;
	text-align: left;
}
.mothersday .sec .itembox .item_detail .item_name .item_price {
	display: inline;
	margin-left: 15px;
	font-size: 17px;
}
.mothersday .sec .itembox .item_detail .item_name .item_price .item_price_tax {
	font-size: 12px;
}
.mothersday .sec .itembox .item_detail .txt {
	text-align: left;
}
.mothersday .btn {
	display: block;
    border: 1px solid #000;
	background: #fff;
	padding: 3% 5%;
    width: 76%;
    margin: auto;
	font-size: 16px;
    margin-top: 14px;
    text-align: center;
}

.mothersday .btn2 {
	display: block;
    background-color: #575151;
	border: 1px solid #575151;
	padding: 3%;
    width: 76%;
    margin: auto;
	font-size: 15px;
    text-align: center;
    color: #fff;
}
.mothersday .btn2 a {
    color: #fff;
}
.mothersday .sec .link_gift {
	background: url(../img/bg2_sp.jpg?2404) no-repeat center top;
	background-size: cover;
	padding: 30px 3%;
	height: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
}
.mothersday .sec .link_gift .subtxt {
	font-size: 11px;
	margin-top: 10px;
}
.mothersday .sec .attention {
	background: #fffbfc;
	padding: 20px 5%;
}
.mothersday .sec .attention .attention_inner {
	border: 2px solid #f796a0;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
}

.mothersday .sec .attention .attention_inner .attention_box {
	text-align: left;
	font-size: 14px;
}
.mothersday .sec .attention .attention_inner .attention_box .ttl {
	background: #f796a0;
	color: #fff;
	width: 40%;
	text-align: center;
	padding: 6px;
}
.mothersday .sec .attention .attention_inner .attention_box ul {
	margin: 10px auto;
	padding: 0 5%;
}
.mothersday .sec .attention .attention_inner .attention_box ul li {
	list-style: none;
	position: relative;
	padding-left: 0.6em;
}
.mothersday .sec .attention .attention_inner .attention_box ul li::before {
    border-radius: 50%;
    width: 3px;
    height: 3px;
    display: block;
    position: absolute;
    left: 0;
    top: 0.6em;
    content: "";
    background: #000;
}

.mothersday .sec .trial {
	border-top: #eee4c2 10px solid;
	background: #FFFFFF;
/*	background: url(../img/bg3_sp.jpg?2404) no-repeat center top;
	background-size: 100% auto;*/
}
.mothersday .sec .trial .sec_ttl {
	background: url(../img/parts_leaf.png) no-repeat center bottom;
	background-size: 90px auto;		
}
.mothersday .sec .trial .sec_catch {
	margin-top: 20px;
	font-size: 14px;
	padding: 0 5%;
}
.mothersday .sec .trial .sec_attention {
	background: #f3f3f3;
	padding: 3%;
	margin: 20px auto;
	width: 84%;
}
.mothersday .bold {
	font-weight: bold;
}

.mothersday .sec .trial .btn.yakitsube {
	background: #fdf9e9;
}
.mothersday .sec .trial .btn.dashipresso {
	background: #faeced;
}
.mothersday .sec .trial .btn.tsuyupresso {
	background: #f8f3eb;
}


.mothersday .sec .link_lineup {
	background: url(../img/bg4_sp.jpg?2404) no-repeat center top;
	background-size: cover;
	padding: 30px 3%;
	height: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
}

.mothersday .blue_btn.submit input[type="submit"], .mothersday .blue_btn.submit input[type="button"], .mothersday .blue_btn a {
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    -webkit-appearance: none;
    border-radius: 0;
    display: block;
    width: 87%;
    padding: 15px 15px 15px 30px;
    border: none;
    background: #036eb8;
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    transition: 300ms;
	margin: 20px auto 0;
}


/*ここからPC用
    ---------------------------------------------------------*/
@media screen and (min-width: 769px){

    /* pcで見たときは"pc"のclassがついた画像が表示される */
    .sp { display: none !important; }
    .pc { display: block !important; }

    .mothersday{
        width: 1120px;
        margin: auto;
		font-size: 16px;
    }
	.mothersday .mv {
		margin: 0 auto;
	}
	.mothersday .deliverydate {
		background: #f58288;
		padding: 10px 5% 12px;
		color: #fff;
		text-align: center;
	}
	.mothersday .deliverydate .date {
		font-size: 28px;
	}
	.mothersday .deliverydate .date span {
		font-size: 24px;
	}
	.mothersday .deliverydate .date .day {
		font-size: 22px;
		margin-left: -6px;
		margin-right: -6px;
	}
	.mothersday .deliverydate .txt {
		font-size: 17px;
	}
	.mothersday .deliverydate .txt .day {
		margin-left: -4px;
		margin-right: -4px;
	}
	.mothersday .when {
		text-align: center;
		padding: 100px 5% 50px;
		background: url(../img/parts_ribbon.png) no-repeat center top 40px;
		background-size: 70px auto;
	}
	.mothersday .when .appeal {
		font-size: 23px;
		font-weight: bold;
	}
	.mothersday .when .appeal span {
		color: #fd6098;
		font-size: 30px;
	}
	.mothersday .when .appeal .day {
		font-size: 23px;
		margin-left: -6px;
		margin-right: -6px;
	}
	.mothersday .when .txt {
		font-size: 18px;
	}
	.mothersday .point {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: space-between;
		flex-direction: row;
	}
	.mothersday .sec {
		margin: 0 auto;
		text-align: center;
	}
	.mothersday .sec .sec_ttl {
		font-size: 32px;
		font-weight: bold;
		padding: 55px 5% 70px;
	}
	.mothersday .sec .gift {
		border-top: #f796a0 10px solid;
		background: url(../img/bg1_pc.jpg?2404) no-repeat center top;
		background-size: 100% auto;
		margin-top: 5px;
		padding: 0 0 20px;
	}
	.mothersday .sec .gift .sec_ttl {
		background: url(../img/parts_flower.png) no-repeat center bottom;
		background-size: 130px auto;		
	}
	
	.mothersday .sec .itembox {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-direction: row;
		width: 90%;
		margin: 20px auto 50px;
	}
	.mothersday .sec .itembox .item_ph {
		border: 1px solid #e3e3e3;
		width: 490px;
		margin-bottom: 10px;
		flex-basis: 50%;
	}
	.mothersday .sec .itembox .item_detail {
		flex-basis: 50%;
		padding: 10px 0 10px 46px;
	}
	.mothersday .sec .itembox .item_detail .item_delivery {
		font-size: 15px;
		font-weight: bold;
		text-align: left;
		line-height: 1;
		color: #FFFFFF;
		background: #f796a0;
		padding: 4px 10px;
		display: inline;
	}
	.mothersday .sec .itembox .item_detail .item_name {
		font-size: 25px;
		font-weight: bold;
		text-align: left;
	}
	.mothersday .sec .itembox .item_detail .item_name .item_price {
		display: block;
		margin-left: 0px;
		font-size: 25px;
	}
	.mothersday .sec .itembox .item_detail .item_name .item_price .item_price_tax {
		font-size: 16px;
	}
	.mothersday .sec .itembox .item_detail .txt {
		text-align: left;
		margin-top: 20px;
	}
	.mothersday .btn {
		display: block;
		border: 1px solid #000;
		background: #fff;
		padding: 15px;
		width: 313px;
		margin: 0;
		font-size: 18px;
		margin-top: 14px;
		text-align: center;
	}
	.mothersday .btn2 {
		display: block;
		background-color: #575151;
		border: 1px solid #000;
		padding: 15px;
		width: 424px;
		margin: 0 auto;
		font-size: 20px;
		text-align: center;
		color: #fff;
	}
	.mothersday .btn2 a {
		color: #fff;
	}
	.mothersday .sec .link_gift {
		background: url(../img/bg2_pc.jpg?2404) no-repeat center top;
		background-size: cover;
		height: 200px;
		padding: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.mothersday .sec .link_gift .subtxt {
		font-size: 16px;
		margin-top: 10px;
	}
	.mothersday .sec .attention {
		background: #fffbfc;
		padding: 38px 5%;
	}
	.mothersday .sec .attention .attention_inner {
		border: 2px solid #f796a0;
		background: #fff;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-direction: row;
	}
	.mothersday .sec .attention .attention_inner .attention_box {
		text-align: left;
		font-size: 16px;
		flex-basis: 50%;
	}
	.mothersday .sec .attention .attention_inner .attention_box .ttl {
		background: #f796a0;
		color: #fff;
		width: 180px;
		text-align: center;
		padding: 8px;
	}
	.mothersday .sec .attention .attention_inner .attention_box ul {
		margin: 10px auto;
		padding: 0 5%;
	}
	.mothersday .sec .attention .attention_inner .attention_box ul li {
		list-style: none;
		position: relative;
		padding-left: 0.6em;
	}
	.mothersday .sec .attention .attention_inner .attention_box ul li::before {
		border-radius: 50%;
		width: 3px;
		height: 3px;
		display: block;
		position: absolute;
		left: 0;
		top: 0.6em;
		content: "";
		background: #000;
	}

	.mothersday .sec .trial {
		border-top: #eee4c2 10px solid;
		/*background: url(../img/bg3_pc.jpg?2404) no-repeat center top;
		background-size: 100% auto;*/
		padding: 0 0 20px;
	}
	.mothersday .sec .trial .sec_ttl {
		background: url(../img/parts_leaf.png) no-repeat center bottom;
		background-size: 100px auto;		
	}
	.mothersday .sec .trial .sec_catch {
		margin-top: 20px;
		font-size: 18px;
		padding: 0 5%;
	}
	.mothersday .sec .trial .sec_attention {
		background: #f3f3f3;
		padding: 18px;
		margin: 20px auto;
		width: 84%;
	}
	.mothersday .bold {
		font-weight: bold;
	}
	
	.mothersday .sec .trial .itembox {
		margin: 20px auto 30px;
	}	
	.mothersday .sec .trial .btn.yakitsube {
		background: #fdf9e9;
		margin: 0 auto 50px;
	}
	.mothersday .sec .trial .btn.dashipresso {
		background: #faeced;
		margin: 0 auto 50px;
	}
	.mothersday .sec .trial .btn.tsuyupresso {
		background: #f8f3eb;
		margin: 0 auto 50px;
	}	
	
	
	.mothersday .blue_btn.submit input[type="submit"], .mothersday .blue_btn.submit input[type="button"], .mothersday .blue_btn a {
		font-family: "'Noto Serif JP', Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
		-webkit-appearance: none;
		border-radius: 0;
		display: block;
		width: 345px;
		padding: 20px 15px 20px 30px;
		border: none;
		background: #036eb8;
		color: #fff;
		font-size: 18px;
		text-align: center;
		line-height: 1;
		cursor: pointer;
		transition: 300ms;
		margin: 20px 0 0;
		position: relative;
	}
	.mothersday .blue_btn.submit {
		position: relative;	
	}
	.mothersday .blue_btn.submit i {
		position: absolute;
		top: 33%;
		left: 20% !important;
		color: #fff;
		font-size: 15px;
	}

	.mothersday .sec .link_lineup {
		background: url(../img/bg4_pc.jpg?2404) no-repeat center top;
		background-size: cover;
		padding: 0;
		height: 200px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	

}