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

sp_tokyu-wine.css
Wine CSS

-----------------------------------*/
/*
SP Wine トップページ
-----------------------------------*/
/* -----共通css----- */
#sp_tokyu-wine {
    margin: 7px 0 0;
}
.wine_header {
    margin: 0 8px;
}
.wine_header img {
    width: 100%;
    min-width: 100%;
}
.wine_header p {
    margin: 20px 0;
}
.attention {
    color: #d93600;
    font-weight: bold;
}
#sp_tokyu-wine .heading {
    position : relative;
    margin: 15px 0 20px;
    padding: 0;
    background: none;
    font-size: 19px;
    text-align: center;
}
#sp_tokyu-wine .heading span {
    padding: 0 10px;
    background: #fff;
}
#sp_tokyu-wine .heading::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 1px;
    transform: translateY(-50%);
    border-top: 1px solid #c32c62;
    border-bottom: 1px solid #c32c62;
    z-index: -1;
    content: "";
}
.link {
    display: block;
    position: relative;
    margin: 8px 12px 0 auto;
    color: #888;
    font-size: 12px;
    text-align: right;
    text-decoration: none;
}
.link::after {
    position: absolute;
    top: 50%;
    right: -10px;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    transform: rotate(45deg);
    border-width: 1px 1px 0 0;
    border-style: solid;
    content: "";
}
.list_wine {
    display: flex;
    flex-wrap: wrap;
    margin: 0 8px;
}
.list_wine .item {
    width: calc((100% - 8px) / 2);
    margin: 0 8px 20px 0;
    border-top: 3px solid #c32c62;
}
.list_wine.valueset .item {
    border-top: 3px solid #c00;
}
.list_wine .item:nth-child(even) {
    margin-right: 0;
}
.list_wine .image {
    display: block;
    padding-top: 4px;
}
.list_wine img {
    width: 100%;
}
.list_wine .title {
    display: block;
    margin: 10px 0 5px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
.list_wine .product {
    display: block;
    margin: 20px 0 10px;
    font-size: 18px;
    font-weight: bold;
}
.list_wine .price {
	display: inline-block;
    font-size: 14px;
    font-weight: normal;
	padding-right: 5px;
	margin-bottom: 10px;
}
.list_wine .price strong {
    font-size: 18px;
    font-weight: bold;
    color: #c00;
}
.list_wine .description {
    display: block;
    margin-top: 5px;
}
.viewmore {
    position: relative;
    margin: 0 8px 20px;
    padding: 10px;
    border: 1px solid #720024;
    border-radius: 4px;
    color: #720024;
    font-size: 14px;
    text-align: center;
}
.viewmore::after {
    position: absolute;
    top: 50%;
    right: 21px;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    background: url("https://ecimg.tokyu-dept.co.jp/ec/images/tokyu-wine/down-arrow.svg") no-repeat;
    visibility: visible;
    content: "";
}
.viewmore.is-active::after {
    background: url("https://ecimg.tokyu-dept.co.jp/ec/images/tokyu-wine/up-arrow.svg") no-repeat;
}
.hide-item {
    display: none;
}
/* -----//共通css----- */


/* ----- ページ内ナビメニュー ----- */
.wine_nav {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #8e8524;
    margin: 0 8px 15px;
    padding: 0;
}
.wine_nav li {
    width: calc((100% - 4px) / 2);
    border: 1px dotted #fff;
}
.wine_nav li a {
    display: block;
    background: #8e8524;
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    line-height: 1.2;
}
.wine_nav li:nth-child(-n+2) a {
    padding: 15px 0;
}
.wine_nav li:nth-child(n+3) a {
    padding: 15px 0;
}
/* ----- // ページ内ナビメニュー ----- */

/* -----wineday----- */  
.wineday {
    margin: 0 0 15px;
    border: 1px solid #b33e5c;
    padding: 15px;
}
.wineday h3 {
    color: #b33e5c;
    font-size: 16px;
    text-align: left;
    margin: 0 0 10px;
}
/* -----//wineday----- */

/* -----pickup----- */
.pickup {
    margin: 20px auto 0;
    padding: 0 8px;
}
.pickup .date {
    display: inline-block;
    margin: 0;
    border: 1px solid #c32c62;
    padding: 7px;
    background: #fff;
    color: #c32c62;
    font-weight: bold;
}
.pickup .item {
    border: 1px solid #c32c62;
    margin: 0 auto 20px;
}
.pickup .title {
    display: block;
    color: #fff;
    font-size: 16px;
    background: #c32c62;
    padding: 8px;
}
/* 画像1枚 */
.pickup .image {
    margin: 10px;
    float: left;
}
.pickup .image img {
    width: 150px;
}
/* 画像2枚 */
.pickup .images {
    width: 100%;
    display: flex;
    margin-bottom: 15px;
}
.pickup .images .image {
    width: 49%;
    max-width: 300px;
    max-height: 300px;
}
.pickup .images .image img {
    width: 100%;
    height: 100%;
}
.pickup .text {
    display: block;
    margin: 10px;
}
.pickup .text p {
    margin: 0;
}
.pickup .price {
    display: block;
    margin: 0 10px 10px 0;
    font-size: 18px;
    text-align: right;
}
.pickup .price span {
    font-size: 14px;
}
.pickup .button_s {
    position: relative;
    width: 160px;
    margin: 0px 10px 10px 0;
    padding: 5px 0;
    float: right;
    border: 1px solid #333;
    background: #333;
    color: #fff;
    text-align: center;
}
.pickup .button_s::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 8px;
    width: 11px;
    height: 20px;
    margin-top: -9px;
    background: url(https://ecimg.tokyu-dept.co.jp/ec/images/osechi_contents/sprite_arrow.png) no-repeat -50px 0;
    background-size: 190px auto;
    content: " ";
}
/* -----//pickup----- */


/* -----タイプで選ぶ----- */
.item_type {
    margin: 0 8px 20px;
}
.item_type .title {
    display: block;
    background: url("https://ecimg.tokyu-dept.co.jp/ec/images/tokyu-wine/heading_type.png") no-repeat 50% 30%;
    background-size: calc(100vw - 16px);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 35px;
    text-align: center;
}
.red .title {
    background-color: #8e1e21;
}
.white .title {
    background-color: #a8b729;
}
.item_type img {
    width: 100%;
    min-width: 100%;
    margin: 4px 0 8px;
}
.list_wine.type .item {
    border-color: #333;
}
/*	-----//タイプで選ぶ-----	*/


/*	-----産地で選ぶ-----	*/
.column_1 {
    border-top: 3px solid #c32c62;
    margin: 0 8px 20px;
}
.list_wine .flag {
    vertical-align: sub;
    width: 25px;
    padding-right: 6px;
}
.column_1 .flag {
    width: 30px;
    padding-right: 6px;
}
.column_1 .image img {
    width: 100%;
    min-width: 100%;
    padding: 4px 0 8px;
}
.list_area {
    display: flex;
    flex-wrap: wrap;
}
.list_area .area {
    margin: 8px 8px 0 0;
    font-size: 12px;
}
.list_area .button_s {
    display: table-cell;
    height: 35px;
    width: calc((100vw - 35px) / 3);
    background: #333;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    vertical-align: middle;
}
.list_area .area:nth-child(3n) {
    margin-right: 0;
}
.column_1 .link {
    display: block;
    margin-top: 20px;
    text-align: right;
}
.upper_heading {
    display: block;
    padding: 7px 0;
    background-color: #f5f5f5;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
}
/*	-----//産地で選ぶ-----	*/


/*	-----品種で選ぶ-----	*/
.list_kind .kind {
    height: 60px;
    margin: 0 8px 10px 8px;
    border: 1px solid #ccc;
}
.list_kind .kind a {
    display: flex;
    height: 100%;
    align-items: center;
}
.list_kind .image {
    padding: 5px 0 5px 10px;
}
.list_kind img {
    width: 50px;
}
.list_kind .kind .title {
    padding-left: 10px;
    font-size: 14px;
}
.button_wine {
    display: block;
    height: 53px;
    margin: 10px 10px 20px;
    background: #c8a062;
    font-size: 15px;
}
.button_wine span {
    display: block;
    position: relative;
    padding: 16px 0;
    color: #fff;
    text-align: center;
}
.button_wine span::after {
    position: absolute;
    top: 50%;
    right: 21px;
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
    background: url("https://ecimg.tokyu-dept.co.jp/ec/images/tokyu-wine/ico_bottle.png") no-repeat;
    background-size: 40px;
    content: "";
}
/*	-----//品種で選ぶ-----	*/


/* -----価格から選ぶ----- */
.search_price {
    position: relative;
    margin: 25px auto 21px;
    padding: 21px 10px;
    border-top: 4px double #891d3d;
    border-bottom: 1px solid #891d3d;
    background: #eaced7;
}
.search_price .title {
    margin: 0 0 20px;
    padding-bottom: 13px;
    border-bottom: 1px solid #891d3d;
    color: #891d3d;
    font-size: 18px;
    font-weight: normal;
}
.list_price {
    margin: 10px 10px 0;
}
.list_price li {
    width: 100%;
    margin-top: 10px;
}
.list_price a {
    display: block;
    position: relative;
    padding: 15px 20px 15px 15px;
    border: 1px solid #891d3d;
    background: #fff;
    color: #333;
    text-align: center;
}
.list_price a::before {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 7px;
    height: 7px;
    margin-top: -3px;
    transform: rotate(45deg);
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #891d3d;
    content: "";
}
/* -----//価格から選ぶ----- */


/* -----カテゴリ一覧----- */
#category .row {
    margin-top: 30px;
}
#category .col {
    margin: 0 10px;
    padding-top: 20px;
    border-top: 3px solid #c32c62;
}
#category .title {
    padding-left: 20px;
    font-size: 15px;
    background: url("https://ecimg.tokyu-dept.co.jp/ec/images/tokyu-wine/ico_diamond.svg") no-repeat;
    background-size: 20px 20px;
}
#category ul {
    margin-left: 20px;
}
#category li {
    position: relative;
    margin-top: 20px;
}
#category li:last-child {
    margin-bottom: 30px;
}
#category li::after {
    display: block;
    position: absolute;
    top: 7px;
    left: -11px;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    transform: rotate(45deg);
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #333;
    content: "";
}
#category li a {
    padding: 0;
    border: none;
    font-size: 13px;
}
#category li a::after {
    background: none;
}
#category .lower {
    margin: 12px 0 12px 10px;
    padding-left: 3px;
}
#category .lower a {
    font-size: 12px;
}
/* -----//カテゴリ一覧----- */

/* ----- テキスト----- */
.section .text p {
    margin: 15px 8px;
}
/* ----- // テキスト----- */


/*	----- ネットショッピング会員さま限定特典 -----	*/
.box_feature {
    padding: 0 8px;
    border: 1px solid #c32c62;
    margin-bottom: 20px;
}
.box_feature .title {
    font-weight: bold;
    color: #c32c62;
}
.box_feature p {
    margin: 20px 0;
}
.box_feature p:first-child {
    margin-top: 0;
}
.box_feature p:last-child {
    margin-bottom: 0;
}
/*	----- //ネットショッピング会員さま限定特典 -----	*/

/* ----- バナー関連 ----- */
/* 共通 */    
.section.banner {
    margin: 0 0 30px;
    padding: 0 10px;
}
.season_banner,
.season_banner_half {
    margin: 0 0 30px;
}

/* 1列 */
.season_banner .image {
    width: 100%;
    margin-bottom: 20px;
}
.season_banner .image:last-child {
    margin-bottom: 0;
}
.season_banner .image img {
    width: 100%;
    max-width: 980px;
}

/* 2列 */ 
.season_banner_half {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 20px;
}
.season_banner_half .image {
    flex-basis: 49%;
    margin: 0 18px 30px 0;
}
.season_banner_half .image:nth-child(even) {
    margin-right: 0;
}
.season_banner_half .image img {
    width: 100%;
    max-width: 480px;
}
/* ----- // バナー関連 ----- */    



/*
Wine 中間カテゴリ(第2階層)
-----------------------------------*/
.top_txt {
    margin: 0 8px 20px;
}
.local_header.narrow .main_image {
    width: 100%;
    margin: 0 0 20px;
}
.local_header.narrow .main_image img {
    width: 100%;
    max-width: 780px;
}
.section.commentary {
    margin: 0 8px 20px;    
}
.section.commentary h2 {
    color: #c32c62;
    font-size: 125%;
    margin-bottom: 10px;
    text-align: left;
}
.section.commentary .red {
    color: #820202;
}
.section.commentary .white {
    color: #498528;
}
.section.commentary p {
    margin: 0 auto 1em;    
}
.section.commentary p:last-child {
    margin: 0 auto;
}


/*
Wine 中間カテゴリ(第3階層)
-----------------------------------*/

.local_header.narrow .image {
    width: 100%;
    margin: 7px 0 0;
}
.local_header.narrow .image img {
    width: 100%;
    max-width: 780px;
}
.heading_country {
    margin: 20px 0;
    font-size: 16px;
}
.heading_country img {
    display: block;
    width: 20px;
    margin: 0 auto;
    padding: 0 0 8px;
}
.box_zone {
    margin-bottom: 20px;
}
.box_zone .list_area {
    margin: 0 8px;
}

.box_recommend {
    display: flex;
    flex-wrap: wrap;
    margin: 0 10px 25px;
    padding-top: 10px;
}
.box_recommend .item {
    width: 100%;
    margin-bottom: 10px;
    padding: 5px;
    border-color: #c32c62;
    border-style: solid;
    border-width: 3px 1px 1px;
}
.box_recommend .image {
    text-align: center;
}
.box_recommend img {
    width: 150px;
}
.box_recommend span {
    display: block;
}
.box_recommend .title {
    padding: 10px 0;
    border-bottom: 1px solid #c32c62;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2;
}
.box_recommend .description {
    padding: 8px 0;
}
.box_recommend .price {
    padding: 8px 0 0;
}
.box_recommend .price span {
    display: inline-block;
    padding-right: 4px;
}
.box_recommend .price strong {
    font-size: 16px;
    font-weight: bold;
}
.box_recommend .price strong.sale,
.pickup .price .sale {
    color: #f00;
}
.box_recommend .button {
    width: 50%;
    margin: 5px 0 0 auto;
    padding: 8px 0;
    background: #333;
    color: #fff;
    line-height: 1;
    text-align: center;
    float: right;
}
.box_recommend .button::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 7px;
    height: 13px;
    width: 7px;
    margin-top: -8px;
    background: url(https://ecimg.tokyu-dept.co.jp/ec/images/common/sprite_arrow.png) no-repeat -40px 0;
    background-size: 150px auto;
    content: " ";
}
/* right_contents */

.right_contents {
    display: flex;
    width: 100%;
    margin-top: 15px;
}
.right_contents .item:first-child {
    margin-right: 10px;
}
.right_contents img {
    width: 133px;
}
.right_contents .price {
    padding-top: 0;
}
.right_contents .button {
    width: 100%;
}

/* ----- senteikai ----- */
.senteikai {
    width: 100%;
    margin: 0 auto 15px;
}
.senteikai h3 {
    color: #c32c62;
    font-size: 1.5em;
    margin-bottom: 1em;
    text-align: center;
}
.senteikai h3 span {
    font-size: 0.9em;
}
.senteikai .section p {
    margin: 0 8px 15px;
    text-align: left;
}
.senteikai .section, image_box .caption {
    text-align: center;
    margin: 0 auto;
}
.senteikai .section .column_2 {
    display: flex;
    justify-content: space-between;
}
.senteikai .section .column_2 .item,
.senteikai .section .column_2 .images {
    margin-bottom: 1em;
}
/*  ----- senteikai -----  */

/*  ----- fukubukuroshiki -----  */
/* ご注文 */
.order_table {
    border-collapse: collapse;
    border: 1px solid #f7c7d0;
}
.order_table th {
    white-space: nowrap;
    background: #f7c7d0;
    padding: 10px;
    border: 1px solid #f7c7d0;
    color: #fff;
}
.order_table td {
    white-space: nowrap;
    padding: 10px;
    border: 1px solid #f7c7d0;       
}

/* セット組み合わせ */
.fkbkr-spr_box {
    width: 100%;
    margin: 0 0 20px;
}
.fkbkr-spr_box h3 {
    width: 100%;
    color: #9d3020;
    border-bottom: 2px double #9d3020;
    padding: 0.5em;
}
.fkbkr-spr_box .fkbkr-spr_item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.fkbkr-spr_item .image,
.fkbkr-spr_item .text {
    width: 100%;
}
.fkbkr-spr_item .image img {
    width: 100%;
    max-width: 980px;
}
.fkbkr-spr_item .text p {
    margin: 0 0 1em;        
}

.fkbkr-spr_item .text strong {
    font-size: 110%;
    color: #9d3020;
}
.fkbkr-spr_item .text .wineset {
    margin: 0 0 1em;
    padding-left: 1em;
}
/*  ----- // fukubukuroshiki -----  */