@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Anton|Source+Code+Pro');

body {
	width: 100%;
	font-family: serif, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", sans-serif;
	background: #fff;
	font-size: 16px;
	line-height: 1.5em;
    letter-spacing: 0.1em;
	color: #313434;
    overflow-x: hidden;
}
a {color: #af1654;}
a:hover {
    color: #162faf;
    transition: 0.8s;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	transition: all .3s;
}

.mail {
	color: #333;
	text-decoration: none;
}

/************************
header
************************/
header {
	width: 100%;
	background-color: #af1654;
    text-align: center;
	/*position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;*/
}

/************************
main
************************/
section {
	width: 90%;
	margin: auto;
	height: auto;
    padding-bottom: 80px;
}
.inner_1200 {
	margin: 0 auto;
    width: 90%;
    max-width: 1200px;
}
.bk_color {
    background: #faf5ed;
}

.mv {
    width: 100%;
    background-image: url("../images/top-img2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    color: #fff;
    text-align: center;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}
.list_mv {
    width: 100%;
    background-image: url("../images/top-img2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    color: #fff;
    text-align: center;
}
.attention_mv {
    width: 100%;
    background-image: url("../images/top-img2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center bottom;
    color: #fff;
    text-align: center;
}
.mv_txt {
    padding: 60px 0 60px;
}
h2 {
    font-size: 52px;
    padding: 20px 0;
    letter-spacing: 0.4em;
    text-shadow:0px 0px 8px #2f2f2f;
}
.mv p,
.attention_mv p,
.list_mv p {
    font-size: 20px;
    padding: 20px 0;
    letter-spacing: 0.2em;
}
.period {
    background: rgb(255,255,255,0.4);
}
.period p{
    padding: 10px 0;
    font-weight: bold;
}
.period span {
    display: inline-block;
    background: #313434;
    padding: 8px;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 300;
}
.top_tab  {
    width: 100%;
    color: #fff;
    text-align: center;
}
.tab_left {
    display: inline-block;
    width: 50%;
    padding: 20px 0;
    font-size: 20px; 
	color: #333;
}
.tab_right {
    display: inline-block;
    width: 50%;
    background: #af1654;
    padding: 20px 0;
    font-size: 20px; 
    font-weight: bold;
}
.tab_right_list {
    display: inline-block;
    width: 50%;
    background: #aa9968;
    padding: 20px 0;
    font-size: 20px; 
    font-weight: bold;
}
a {color: #fff;}
.top_tab .tab-right a:hover {
    border: 2px solid #af1654;
	cursor: pointer;
    transition: all .3s;
}
.tab_right_list span {
    display: inline-block;
    padding: 0px 6px;
    background: #af1654;
}

h3 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 60px;
    letter-spacing: 0.3em;
    line-height: 1.8em;
}
h3 span {
    padding: 0 10px 10px 10px;
    border-bottom: 1px solid;
}

.contents_header img {
	width: 100%;
}

.attention_msg {
	text-align: center;
	font-size: 26px;
	margin-top: 40px;
}

.osusume_title{
	font-size: 30px;
    text-align: center;
    margin-bottom: 60px;
    letter-spacing: 0.3em;
    line-height: 0.8em;
}

.flex_wrap {                /* wrap */
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.main_flex_txt {
    display: inline-block;
    width: 65%;
    padding-top: 30px;
}
.main_flex_txt p {
    width: 80%;
    margin: 0 auto;
    padding: 20px 0;
    font-size: 17px;
    letter-spacing: 0.2em;
}
.main_flex_img {
    display: inline-block;
    width: 35%;
    position: relative;
    overflow: hidden;
    background-size: cover;
    padding-top: 30px;
}
.flex_txt {
    display: inline-block;
    width: 50%;
    padding-top: 30px;
}
.innner_txt_l {
    width: 90%;
    position: relative;
    top: -20px;
}
.innner_txt_c {
    width: 90%;
	padding: 0 5%;
    position: relative;
    top: -20px;
}
.innner_txt_r {
    width: 90%;
    padding-left: 10%;
    position: relative;
    top: -20px;
}
.innner_txt_l div,
.innner_txt_r div,
.innner_txt_c div{
    text-align-last: center;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 30px;
}
.innner_txt_l p,
.innner_txt_r p, 
.innner_txt_c p {
    padding: 20px 0;
    font-size: 18px;
}
.flex_img {
    display: inline-block;
    width: 50%;
    overflow: hidden;
    padding-top: 30px;
}
.flex_img img {
    width: 100%;
    margin-bottom: 30px;
}
h4 {
    width: 100%;
    padding: 10px 0;
    background: #313434;
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.delivery_info ul {
    font-size: 0;    /*改行による隙間を消去*/
    display: -webkit-flex;    /*子要素を上下中央に*/
    display: flex;
    justify-content: center;
    align-items: center;
}
.delivery_info ul li {
    display: inline-block;
    text-align: center;
}
.delivery_vew {
    width: 30%;
}
.delivery_arrow {    /*上下中央にしたい子要素*/
    width: 5%;
    font-size: 28px;
}
.delivery_info img {
    width: 80%;
}
.delivery_info ul li p {
    padding: 20px 0;
    font-size: 18px;
    font-weight: bold;
}

.scene_title_txt {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.scene_title_txt_2 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
	padding: 30px 0 0 0;
}

.scene_item ul {
    font-size: 0;    /*改行による隙間を消去*/
    margin: 60px auto;
    text-align: center;
}
.scene_item ul li {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    background: #fff;
    position: relative;    /*img 基準値*/
}
.scene_item ul li img {
    width: 30%;
}
.scene_item ul li p {
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 0;
}
.scene_txt {
    width: 80%;
    margin: auto;
    text-align: left;
    font-size: 16px;
}
.list_end_img {
    width: 100%;
    height: 300px;
    background-image: url("../images/i_img05.jpg") !important;
    background-position: center center !important;
    background-size: cover;
    background-repeat: no-repeat;
}
.collection_title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
	padding-top: 40px;
    margin-bottom: 20px;
}
.collection_title span {
    display: inline-block;
    background: #313434;
    color: #fff;
    padding: 10px 20px;
}
.collection_txt {
    width: 88%;
    padding: 10px 0;
    margin: 0 auto;
}

/************************
2015年産おすすめワインセット
************************/

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }

.flex{
			 display: -webkit-box; /*Android4.3*/
  display: -moz-box;    /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  flex-wrap: wrap;
}

.item-box_4 {
	background: #fff;
	width: 28.3%;
	height: auto;
    margin: 10px 0.5%;
	padding: 2%;
}

.item-img {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 10px;
}

.btn-box_2{
	width: 100%;
  margin:0.6em auto 0 auto;
text-align: center;
}

.taste{
	width:5em;
	height: 1.5em;
	text-align: center;
	padding:0px 5px 7px 5px;
	font-size:0.7em;
	color: #fff;
	background: #af1654;
	border-radius: 8px;
	margin: 5px 0
}

.text_10{
	font-size:1em;
	font-weight: bold;
	line-height:1.4em;
	text-align: left;
	padding-top: 0.3em;
	text-decoration:none;
}

.price {
	width: 100%;
	font-size: 22px;
	color: #af1654;
	font-weight: bold;
	text-align: right;
	line-height: 2em;
	border-top: solid 1px #000000;
}

.price-min {
	font-size: 12px;
	padding-right: 8px;
	color: #af1654;
}

.kikaku-min {
	font-size: 14px;
	padding-right: 8px;
}

/************************
btn
************************/
.choice_btn {
    width: 50%;
    height: auto;
    font-size: 14pt;
    margin: 50px auto 0;
}
.choice_btn a {
    display: block;
    background: #af1654;
    padding: 20px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    position: relative;
    text-decoration: none;
}

.choice_btn a a, .choice_btn a:hover {
 opacity: 0.3;
}

.choice_btn_2 {
    width: 85%;
    height: auto;
    padding: 15px;
    background-color: #af1654;
    color: #fff;
    font-size: 12pt;
    margin: 30px auto 0;
    text-align: center;
    border: 1px solid #af1654;
}
.choice_btn_2 a {color: #fff;}
.choice_btn_2:hover {
	opacity: 0.3;
}

.choice_btn_3 {
    width: 360px;
    height: auto;
    font-size: 14pt;
    margin: 0 auto 40px;
}
.choice_btn_3 a {
    display: block;
    background: #af1654;
    max-width: 360px;
    padding: 20px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    position: relative;
    text-decoration: none;
}

.choice_btn_3 a a, .choice_btn_3 a:hover {
    opacity: 0.3;
}

/************************
attention
************************/
.rule ul,
.attention ul {
    width: 80%;
    margin: 0 auto;
    padding: 10px 0 20px;
}
.rule li,
.attention li {
    position: relative;
    padding-left: 26px;
    margin: 30px 0;
  }
.rule li:before,
.attention li:before {
    font-family: FontAwesome;
    content: "\f14a";
    position: absolute;
    top: .1em;
    left: 0;
    color: #af1654;
  }

.attention li a {
	color: #333;
}

a.contact {
	color:#AF1651;
}

.rule p {
    padding: 10px;
	text-align: center;
}
.kiyaku_img {
    width: 100%;
    height: 300px;
    background-image: url("../images/kiyaku_img.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center bottom;    
}

footer {
	width: 100%;
	height: auto;
	background: #313434;
    color: #fff;
}
.footer_logo {
    display: inline-block;
    text-align: left;
    padding: 0 20px 20px 20px;
}
footer ul {
    text-align: center;
    padding-bottom: 30px;
}
footer ul li {
    display: inline-block;
    padding: 10px 20px;
}
footer a {color: #fff;}
footer a:hover {
    color: #fbe880;
    transition: all .3s;
}

.pagetop{
    display: none;
    position: fixed;
    right: 15px;
    bottom: 30px;
}
.pagetop a{
    display: block;
    font-size: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #575d5d;
    border-radius: 50%;
    line-height: 50px;
}
.pagetop a i{
    font-size: 20px;
    color:#fff;
    line-height: 50px;
}


/* SP:width〜670px */
@media screen and ( max-width:670px ) {
	
	.order1 {order: 1;}
    .order2 {order: 2;}
    .order3 {order: 3;}
    .order4 {order: 4;}
    .order5 {order: 5;}
    
    .mv_txt {
        width: 90%;
        margin: 0 auto;
    }
    h2 {
        font-size: 42px;
        line-height: 1.2em;
    }
	
	h3 {
		font-size: 24px;
		margin-bottom: inherit;
	}

    .tab_left {
        display: block;
        width: 100%;
    }
    .tab_right {
        display: block;
        width: 100%;
    }
    .tab_right_list {
    display: block;
    width: 100%;
}

    .main_flex_txt {
        display: block;
        width: 100%;
    }
    .main_flex_txt p {
        width: 88%;
		font-size: 16px;
    }
    .main_flex_img {
        display: block;
        width: 100%;
        height: 360px;
    }
	
	.attention_msg {
		font-size: 20px;
	} 
    
	.delivery_info {
		margin-bottom: 30px;
	}
	
    .delivery_info ul {
        display: block;
		margin-top: 50px;
    }
    .delivery_info ul li {
        display: block;
        padding-bottom: 40px;
    }
    .delivery_vew {
        width: 100%;
    }
    .delivery_info img {
        width: 50%;
    }
    .delivery_info ul li p {
        font-size: 20px;
    }
    
    .flex_txt {
        display: block;
        width: 100%;
        padding-top: 0px;
    }
    .innner_txt_l {
        width: 100%;
        position: static;
    }
	 .innner_txt_c {
        width: 100%;
        position: static;
		padding: 0;
    }
    .innner_txt_r {
        width: 100%;
        padding-left: 0%;
        position: static;
    }
    .flex_img {
        display: block;
        width: 100%;
        padding-top: 0px;
    }
    .flex_img img {
        margin-bottom: 0px;
    }
    .scene_title_txt {
        width: 88%;
        margin: 0 auto;
        line-height: 1.4em;
		padding-top: 30px;
    }
	.scene_title_txt_2 {
        width: 88%;
        margin: 0 auto;
        line-height: 1.4em;
    }
	.osusume_title{
	font-size: 30px;
    text-align: center;
    margin-bottom: 60px;
    letter-spacing: 0.3em;
    line-height: 1.8em;
}
	
    .scene_item ul li {
        display: block;
        width: 100%;
        margin: 20px 0%;
    }
    .scene_item ul li img {
        width: 40%;
    }
    .collection_txt {
        width: 100%;
    }
	
	.footer {
		font-size: 12px;
	}
	
    .footer_logo {
        padding: 0 20px 6px 0px;
    }

	
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: none !important; }
.sp { display: block !important; }
	
.item-box_4 {
	background: #fff;
	width: 90%;
	margin: 3% 1%;
	height: auto;
	float:left;
}

.text_10{
	font-size:1.1em;
	font-weight: bold;
	line-height:1.4em;
	text-align: left;
	padding-top: 0.3em;
	text-decoration:none;
}

.price {
	font-size: 20px;
}

.price-min {
	font-size: 0.6em;
	padding-right: 8px;
	}

.kikaku-min {
	font-size:15px;
	padding-right: 8px;
}


/************************
attention
************************/
    .rule ul,
    .attention ul {
        width: 100%;
        margin: 0 auto;
        padding: 10px 0 20px;
    }
/************************
btn
************************/
    .choice_btn {
        width: 80%;
        margin: 20px auto 0;
    }
    
    .choice_btn_2 {
        width: 80%;
        padding: 5%;
    }
    
    .choice_btn_3 {
        width: 80%;
        padding: 5%;
    }
	
	section {
		padding-bottom: 40px;
	}
    
	.pc-only {
		display: none !important;
	}
}

@media screen and ( min-width:671px ) {
	.sp-only {
		display: none !important;
	}
}
