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

/* contents */
#new_side {
	display: none !important;
}

#container {
	width: 100% !important;
}

#mothersday {
	width: 100%;
    color: #770b0b;
	background: #FFF;
    font-size: 14px;
    line-height: 150%;
	text-align: center;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
#mothersday a {
    text-decoration: none;
}

#mothersday img,
#mothersday p {
	border: 0;
	margin: 0;
	vertical-align: top;
	max-width: 100%;
}

#mothersday h2,h3,h4 {
	margin: 0;
	padding: 0;
}

#mothersday dl,dt,dd,ol,ul,li {
	margin: 0;
	padding: 0;
}

#mothersday .bold {
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#mothersday strong {
	color: #d80015;
}

#mothersday small {
	font-size: 12px;
	line-height: 130%;
}

#mothersday .text-br01 {
	display: block;	
}

#mothersday .text-br02 {
	display: none;	
}

/*------ ボタン（共通パーツ） ------*/

#mothersday .btn {
	display: flex;
  	justify-content: center;
	width: 100%;
	height: 53px;
}

#mothersday .btn:before {
	content: "";
	display: inline-block;
	width: 11px;
	height: 53px;
	background: url("../img/btn_corner.png") no-repeat;
}

#mothersday .direct-deli_btn.btn:before {
	content: "";
	display: inline-block;
	width: 11px;
	height: 53px;
	background: url("../img/btn_corner_deli.png") no-repeat;
}

#mothersday .btn:after {
	content: "";
	display: inline-block;
	width: 11px;
	height: 53px;
	background: url("../img/btn_corner.png") no-repeat;
	transform: scale(-1,1);
}

#mothersday .direct-deli_btn.btn:after {
	content: "";
	display: inline-block;
	width: 11px;
	height: 53px;
	background: url("../img/btn_corner_deli.png") no-repeat;
	transform: scale(-1,1);
}

#mothersday .btn_content {
	display: flex;
  	justify-content: center;
	align-items: center;
	position: relative;
	width: calc(100% - 22px);
	height: 53px;
	background: url("../img/btn_base.png") repeat-x;	
}

#mothersday .direct-deli_btn .btn_content {
	display: flex;
  	justify-content: center;
	align-items: center;
	position: relative;
	width: calc(100% - 22px);
	height: 53px;
	background: url("../img/btn_base_deli.png") repeat-x;	
}

#mothersday .btn_content span {
	margin: -4px 0 0 -10px;
	color: #FFF;
	font-size: 18px;
}

#mothersday .btn_content:after{
	content: "";
	display: inline-block;
	position: absolute;
	right: 7px;
	width: 10px;
	height: 6px;
	margin-top: -4px;
	background: url("../img/icon_arrow.png") no-repeat;
	background-size: contain;
	transform:rotate(-90deg);
}

/*------ メインビジュアル ------*/

#mothersday .main {
	width: 100%;
	height: auto;
	margin: 0;
}

/*------ 導入文 ------*/

#mothersday .intro {
	width: 100%;
	padding: 6% 0 3%;
	background: url("../img/bg_intro.jpg") repeat center;
	font-size: 14px;
    line-height: 160%;
}

#mothersday .intro_txt {
	color: #FFF;
}

/* WEB早期ご予約特典 */
#mothersday .benefits {
    margin: 20px auto;
    text-align: center;
    padding: 0 5%;
}

/*------ お届けについて ------*/

#mothersday .info {
	position: relative;
	overflow: hidden;
	width: 100%;	
}
	
#mothersday .delivery {
	width: 90%;
	margin: 10% auto 5%;
	border: 2px solid #770b0b;
 	border-radius: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #FFF;
	text-align: left;
}

#mothersday .delivery_title {
  	display:flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	margin-bottom: 4%;
	border-radius: 6px 6px 0 0;
	background-color: #770b0b;
	color: #FFF;
	font-size: 20px;
	line-height: 100%;
}

#mothersday .delivery_title:before {
	content: "";	
	display: inline-block;
	width: 36px;
	height: 25px;
	margin: 0 10px 0 0;
	background: url("../img/icon_delivery.png") no-repeat;
	background-size: contain;
	vertical-align: middle;
}

#mothersday .delivery_img {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}

#mothersday .delivery ul {
	padding: 5% 8% 0 12%;
}

#mothersday .delivery li {
	margin-bottom: 5px;
	font-size: 15px;
	line-height: 150%;
}

#mothersday .delivery .blue {
	color: #3c6eac;
}

#mothersday .deli-attention {
	display: flex;
	padding: 0 6% 5%;
}

#mothersday .deli-attention img {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 5px;
}

#mothersday .deli-attention_txt {
	display: inline;
	border-bottom: solid 2px #f12c2a;
	background: linear-gradient(transparent 99%, #f12c2a 0%);
	font-size: 16px;
	line-height: 160%;
}

/* 遠方に住むお母さんへお届けするには？ */
#mothersday .direct-deli {
	position: relative;
	overflow: hidden;
	width: 90%;
	margin: 0 auto 5%;
	border-radius: 10px;
	background: #f6f1ee;
}

#mothersday .direct-deli input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

#mothersday .direct-deli label {
	display: block;
	position: relative;	
	padding: 5% 6%;
	color: #582525;
	font-size: 18px;
	line-height: 150%;
	text-decoration: underline;	
	cursor: pointer;
}

#mothersday .direct-deli input:checked ~ .direct-deli_content {
	max-height: 27em;
}

#mothersday .direct-deli label::after {
	display: block;
	position: absolute;
	top: calc(50% - 15px);
	right: 6%;
	width: 30px;
	height: 30px;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
}

#mothersday .direct-deli input[type=checkbox] + label::after {
	content: '';
  	display: inline-block;
  	width: 30px;
  	height: 30px;
  	background-image: url("../img/btn_arrow01.png");
  	background-size: contain;
}

#mothersday .direct-deli input[type=checkbox]:checked + label::after {
	content: '';
  	display: inline-block;
  	width: 30px;
  	height: 30px;
  	background-image: url("../img/btn_arrow02.png");
  	background-size: contain;
}

#mothersday .direct-deli_content {
	display: flex;
	flex-direction:column;
	position: relative;
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	padding: 0 6%;
}

#mothersday .direct-deli_txt {
	margin-bottom: 5%;
	font-size: 15px;
	line-height: 150%;
}

#mothersday .direct-deli_img {
	display: block;
	width: 140px;
	height: auto;
	margin: 0 auto 5%;
}

#mothersday .direct-deli_btn {
	width: 100%;
}

#mothersday .direct-deli_attention {
	margin: 3% 0 30px;
}

/*------ WEBご予約に関するご注意 ------*/

#mothersday .attention {
	width: 90%;
	margin: 0 auto 10%;
	border: 2px solid #d80015;
 	border-radius: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #FFF;
	text-align: left;
}

#mothersday .attention_title {
  	display:flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	margin-bottom: 4%;
	border-radius: 6px 6px 0 0;
	background-color: #d80015;
	color: #FFF;
	font-size: 20px;
	line-height: 100%;
}

#mothersday .attention_title:before {
	content: "";	
	display: inline-block;
	width: 26px;
	height: 26px;
	margin: 0 8px 0 0;
	background: url("../img/icon_attention02.png") no-repeat;
	background-size: contain;
	vertical-align: middle;
}

#mothersday .attention_txt {
	padding: 0 5% 4%;
	color: #d80015;
	font-size: 15px;
	line-height: 150%;
}

#mothersday .attention_txt .strong {
	border-bottom: solid 2px #f12c2a;
	background: linear-gradient(transparent 99%, #f12c2a 0%);
}

#mothersday .attention_anno {
	margin-bottom: 4%;
	padding: 0 5%;
}

/*------ 商品一覧タイトル ------*/

#mothersday .products {
	position: relative;
	width: 100%;
	padding: 3% 0 4%;
	background: url("../img/bg_intro.jpg") repeat center;
	color: #FFF;
	font-size: 14px;
    line-height: 160%;
}

#mothersday .products_title {
	margin: 0 auto;
	width: 100%;
}

#mothersday .products_txt {
	margin: 3% 0;
}

/*------ 商品一覧 ------*/

#mothersday .category_item {
	position: relative;
	width: 100%;
	padding: 10% 0 4%;
    background: #fff0eb;
}

#mothersday .category_item .bg-flower {
    display: none;
}

/*------ 商品ボックス ------*/

#mothersday ul.item_outer {
	display: flex;
	flex-direction:column;
	width: 90%;
	margin: 0 auto;
}

#mothersday li.item {
	display: flex;
	flex-direction: column;
	list-style: none;
	position: relative;
	width: 100%;
	margin-bottom: 6%;
	background: #FFF;
	box-shadow: 0 3px rgba(0,0,0,0.05);
	border-radius: 10px;
	text-align: left;
}

#mothersday li.item a {
	position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
}

#mothersday .item_pict img {
	width: 100%;
	border-radius: 10px 10px 0 0;	
}

#mothersday .item_detail {
	position: relative;
	width: 100%;
	padding: 7% 8% 0;
	box-sizing: border-box;
}

#mothersday .item_limited-stock {
	position: absolute;
	top: -15px;
	left: 8%;
}

#mothersday .item_set {
	position: absolute;
	top: -20%;
	right: -4%;
	width: 24%;
	height: auto;
}

#mothersday .item_title {
	font-size: 18px;
	line-height: 140%;
	margin-bottom: 2%;
	z-index: 999;
}

#mothersday .item_txt {
	width: 100%;
}

#mothersday .item_lineup ul {
	width: 100%;
	border-top: 1px solid #ede5e2;
	margin-top: 4%;
	padding-top: 4%;
}
	
#mothersday .item_lineup li {
	list-style: none;
	font-size: 12px;
	line-height: 140%;
}

#mothersday .item_lineup li:before {
	content: "・"
}

#mothersday .item_price-btn {
	width: 100%;
	padding: 0 8%;
	margin: auto auto 6%;
	box-sizing: border-box;
}

#mothersday .item_spec {
	display:flex;
	justify-content: space-between;
	align-items: flex-end;
	margin: 2% 0 4%;
}

#mothersday .item_price {
	margin-top: 3%;
	color: #db022f;
	font-size: 28px;
}

#mothersday .item_price .en {
	font-size: 18px;
}

#mothersday .item_price .tax {
	font-size: 10px;
}

#mothersday .shipping {
	display:flex;
	justify-content: flex-end;
}

#mothersday .shipping img {
	margin-left: 5px;
	width: 40px;
	height: 40px;
}

#mothersday .item_btn {
	width: 100%;
}

#mothersday .item_deli-info {
	margin-top: 9px;
	font-size: 12px;
	line-height: 140%;
}