@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Anton|Source+Code+Pro');

.top_btn {
    width: 100%;
    max-width: 1200px;
}
.top_btn li {
    display: inline-block;
    width: 34%;
    height: auto;
    padding: 20px 5% 3px;
    background-color: #af1654;
    color: #fff;
    font-size: 14pt;
    margin: 0 2%;
    text-align: center;
    border: 2px solid #af1654;
    font-weight: bold;
}
/*.top_btn li a {color: #fff;}*/
.top_btn li:hover {
     opacity: 0.5;
     transition: all .3s;
}

.top_btn li p {
    padding-bottom: 10px;
}

.set_list ul{
	 margin:0 0 10px;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    gap: 20px;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	
}

.set_list li {
    display: inline-block;
    width: 32%;
    border: solid 1px #c9c9c9;
    vertical-align: top;
	position: relative;

}

.set_list li p {
    text-align: center;
    line-height: 1.4em;
    font-size: 22px;
    font-weight: bold;
    padding: 20px 10px 30px;
}
.set_img {
    margin-left: 50px;
    width: 32%;
    max-width: 32%;
    height: auto;
}

.set_img img {
	width: 200%;
}

.set_txt {
    padding: 20px 10px 30px;
}
.set_content {
    padding: 0 0 20px 10px;
    font-size: 14px;
}
.set_price {
    padding: 10px 0 60px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #af1654;
	bottom:70px;
	display: block;
	margin: 0 auto;
	left: 15%;
	right: 15%;
}
.set_price span {
    font-size: 14px;
}
.set_btn {
    width: 70%;
    height: auto;
    padding: 16px 0;
    margin: 0 auto;
    background-color: #af1654;
    color: #fff;
    text-align: center;
    border: 2px solid #af1654;
    font-weight: bold;
	bottom:50px;
	display: block;
	left: 15%;

}
.set_btn:hover {
     opacity: 0.5;
     cursor: pointer;
     transition: all .3s;
}

.list_category ul {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}
.list_category li {
    border: solid 1px #dddddd;
    border-radius: 6px;
    background: #fff;
    width: 240px;
    padding: 20px;
    text-align: center;
}
.list_category a {color: #313434;}
.list_category a:hover {
    opacity: 0.5;
	cursor: pointer;
    transition: all .3s;
}

.singl_list li {
    width: 96%;
    padding: 20px 2%;
    border-top: solid 1px #c9c9c9;
    position:relative;    /* 子要素 上下中央 */
}
.border_bottom {
    border-bottom: solid 1px #c9c9c9;
}

.item_content {
    display: inline-block;
    width: 56%;
    padding: 0 2%;
}
.item_content p {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 16px;
}
.item_content a {
    color: #af1654;
    text-decoration: underline;
}
.item_content a:hover {
    color: #162faf;
    text-decoration: none;
}
.item_detail {
    display: inline-block;
    width: 16%;
    padding: 0 2%;
    border-left: solid 1px #c9c9c9;
    border-right: solid 1px #c9c9c9;
}
.detail_color {
    text-align: center;
    font-size: 14px;
    padding-bottom: 20px;
}
.detail_color::before {
    content: "タイプ／格付け\A";
    white-space: pre-wrap;
    font-size: 12px;
    color: #996c33;
}
.detail_praice {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #af1654;
}
.detail_praice::before {
    content: "販売価格(税込)\A";
    white-space: pre-wrap;
    font-size: 12px;
    color: #996c33;
}
.detail_praice::after {
    content: "円";
    white-space: pre;
    font-size: 12px;
    color: #af1654;
}
.item_link {
    display: inline-block;
    width: 14%;
    padding: 0 2%;
    font-weight: bold;
    text-align: center;
    position:absolute;
    top: 50%;
}
.item_link a {
    color: #af1654;
    text-decoration: underline;
}
.item_link a:hover {
    color: #162faf;
    text-decoration: none;
}

.origin_nema {
    font-size: 22px;
    font-weight: bold;
    padding: 80px 0 30px;
}

.center_position {
   width: 100%;
   text-align: center;
}
.to_origin_btn {
    display: inline-block;
    margin: 0 auto;
    padding: 3px 30px 10px;
    background: #d59d55;
    border: 1px solid #d59d55;
    border-radius: 16px 4px;
    font-size: 14px;
}
.to_origin_btn a {color: #fff;}
.to_origin_btn:hover {
    background-color: transparent;
    border: 1px solid #d59d55;
    border-radius: 4px 16px;
    color: #d59d55;
	cursor: pointer;
    transition: all .3s;
}
.to_origin_btn a:hover {
    color: #d59d55;
    transition: all .3s;
}

.origin_btn_arrow {
    padding-bottom: 6px;
}

/* 2015年産おすすめワインセット */

.osusume{
	width: 100%;
}

.osusume_btn {
    width: 85%;
    height: auto;
    padding: 15px 15px 20px 15px;
    background-color: #af1654;
    color: #fff;
    font-size: 17pt;
    margin: 30px auto 40px auto ;
    text-align: center;
    border: 2px solid #af1654;
}
.osusume_btn a {color: #af1654;}
.osusume_btn:hover {
    background-color: #fff;
    border: 2px solid #af1654;
    color: #af1654;
	cursor: pointer;
    transition: all .3s;
}
.osusume_btn a:hover {
    color: #af1654;
    transition: all .3s;
}

.small{
	font-size:12pt;
	line-height:2.5em;
	padding: 3px;
	
}


/* SP:width〜670px */
@media screen and ( max-width:670px ) {
	.top_btn li {
        display: block;
        width: 90%;
        padding: 20px 0% 3px;        
        margin: 20px auto;
    }
    .set_list li {
        display: block;
        width: 94%;
        padding: 3%;
        margin: 20px 0%;
    }
    
	.set_content {
    padding-bottom: 190px;
}

.list_category ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    align-items: center;
    text-align: center;
    }
    
.list_category li {
    border: solid 1px #dddddd;
    border-radius: 6px;
    background: #fff;
    width: 200px;
    padding: 8px;
    text-align: center;
    font-size: 14px;
    }
    
.set_btn {
	bottom:40px;
}
	.m-open{
		pointer-events: auto;    /* タップ時の動作on */
		display: block;
		border: 1px solid #eed6af;
		background: #f7f0dc;
		text-decoration: none;
		color: #000;
		text-align: center;
		line-height: 40px;
        font-size: 18px;
        font-weight: bold;
	}
   
    
    .singl_list li {
        width: 100%;
        padding: 20px 0%;
        position: static;    /* 子要素 上下中央 初期値*/
    }
    .item_content {
        display: block;
        width: 100%;
        padding: 20px 0%;
        border-bottom: dotted 3px #eee;
    }
    .item_content p {
        width: 90%;
        padding: 0 5% 16px 5%;
        font-size: 20px;
        line-height: 1.6em;
        text-align: center;
    }
        .item_content div {
        width: 90%;
        padding: 0 5%;
    }
    .item_detail {
        display: block;
        width: 100%;
        padding: 10px 0%;
        border-left: none;
        border-right: none;
    }
    .detail_color {
        font-size: 16px;
    }
    .detail_color::before {
        font-size: 14px;
    }
    .detail_praice {
        font-size: 24px;
        line-height: 1.2em;
    }
    .detail_praice::before {
        font-size: 14px;
    }
    .detail_praice::after {
        font-size: 14px;
    }

    .item_link {
        display: block;
        width: 70%;
        padding: 16px 0%;
        position: static;
        background: #af1654;
        margin: 20px auto;
    }
    .item_link a {
        display: block;
        color: #fff;
    }
    .item_link a:hover {
        color: #F5D6D6;
        text-decoration: none;
    }	
	.pc-only {
		display: none !important;
	}
	
	/* 2015年産おすすめワインセット */
	
	.osusume_btn {
    width: 90%;
    height: auto;
    padding: 15px 15px 20px 15px;
    font-size: 15pt;
    margin: 10px auto 0 ;
	line-height: 1.4em;
}

.small{
	font-size:12pt;
	line-height:2.5em;
	padding: 3px;
	
}
	
}