﻿@charset "utf-8";

/* =======================================================================
	BASE_STYLE
======================================================================= */
html {height:100%;box-sizing: border-box;}
*, *:before, *:after {box-sizing: inherit;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, 
pre, code, form, fieldset, legend, input, textarea, 
p, blockquote, th, td{margin:0;padding:0;}
a {outline: none; color:#0055AC;}
a:hover{opacity: 0.75;}
img {border:none}
h1,h2,h3,h4,h5,h6 {font-size:100%; font-weight:normal;}
body{
	width:100%;
	font-family: Helvetica , YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size:15px;
	line-height: 1.5;
	color:#111;
	background:#FFF;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	word-wrap:
	break-word;
}
/* Clearfix */
.cf:after {
	content: "";
	clear: both;
	display: block;
}
#wrapper{width:100%;}


/* =======================================================================
	HEADER
======================================================================= */
#wrapper header{
	border-bottom:#ddd 1px solid;
}
header .header_area{
	width:1000px;
	height:110px;
	line-height:1.0;
	margin:0 auto;
}
.header_area .logo_area{
	float:left;
	padding-top:38px;
}
.header_area ul.pc-nav{
	float:right;
	font-family: 'RobotoCondensed-Regular';
	font-size:20px;
	list-style:none;
	padding-top:43px;
	margin:0;
}
ul.pc-nav li{
	display:inline-block;
	padding:0;
	margin-left:40px;
}
ul.pc-nav a{
	color:#777;
	text-decoration: none;
}
ul.pc-nav a:hover{
	color:#000;
	font-weight:bold;
}

/* DRAWER */
button.drawer-toggle.drawer-hamburger {
	display: none;
}

/* =======================================================================
	MAIN
======================================================================= */
main section.bg01{background:#F3F0EB;}
main section.bg02{}
main h2{
	font-family: 'RobotoCondensed-Bold';
	font-size:52px;
	color:#333;
	text-align:center;
	padding:80px 0 70px 0;
}
main p.more_btn a{
	font-family: 'RobotoCondensed-Regular';
	width:300px;
	font-size:20px;
	color:#FFF;
	line-height:1.0;
	display:block;
	cursor: pointer;
	background:#222;
	text-align:center;
	padding:20px 0;
	border:0;
	border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    margin:0 auto;
}

/* =======================================================================
	FOOTER
======================================================================= */
#wrapper footer{
	color:#666;
	border-top:#ddd 1px solid;
	padding:25px 0;
}
footer .footer_nav{}
.footer_nav ul{
	font-family: 'RobotoCondensed-Regular';
	font-size:16px;
	list-style-type: none;
	text-align: center;
	padding: 0;
	margin: 0;
}
.footer_nav li{
	display: inline-block;
	margin:0 25px;
}
.footer_nav ul a{color:#666;}
footer .footer_info{
	width:1000px;
	text-align:center;
	margin:50px auto;
}
footer p.fi_logo{display: inline-block;}
footer p.fi_logo img{margin-top:-22px;}
footer p.fi_txt{
	text-align:left;
	display: inline-block;
	margin:0 0 0 40px;
}

footer .footer_copyright{
	font-size:12px;
	text-align:center;
}

/* =======================================================================
	INDEX
======================================================================= */
main#toppage{}
main#toppage #wide{
	background:#222;
	padding:6px 0;
}

/* BUSINESS */
main#toppage .business_area{
	width:1050px;
	padding-bottom:90px;
	margin:0 auto;
}
.business_area .ba_bx{
	float:left;
	width:310px;
	min-height:420px;
	background:#FFF;
	padding:15px;
	margin:0 15px;
}
.ba_bx h3{
	font-size:21px;
	text-align:center;
	margin:20px 0 15px 0;
}
.ba_bx a{
	color:#111;
	text-decoration: underline;
}

/* NEWS */
main#toppage #top_news_area{}
#top_news_area .top_news_bx{
	width:1000px;
	margin:0 auto 50px auto;
}
.top_news_bx .top_news_info{
	float:left;
	width:240px;
}
.top_news_info span.top_news_cate{
	width:100px;
	font-size:13px;
	color:#FFF;
	background:#111;
	line-height:1.0;
	text-align:center;
	display:inline-block;
	padding:6px 8px;
	margin-right:30px;
}
.top_news_info span.top_news_date{
	font-size:16px;
	color:#000;
	display:inline-block;
}
.top_news_bx h3{
	float:left;
	width:760px;
	line-height:1.6;
}
#top_news_area a{
	color:#000;
	text-decoration: none;
}
#top_news_more_btn a{
	margin:90px auto;
}


/* =======================================================================
	SUB PAGE
======================================================================= */
main#subpage{}
main#subpage h3.content_head{
	width:190px;
	font-family: 'RobotoCondensed-Bold';
	font-size:25px;
	height:65px;
	line-height:65px;
	display:block;
	text-align:center;
	border:#111 1px solid;
	margin:0 auto;
}
main#subpage h3.content_head_jp{
	width:190px;
	font-size:21px;
	font-weight:bold;
	height:65px;
	line-height:65px;
	display:block;
	text-align:center;
	border:#111 1px solid;
	margin:0 auto;
}

/*　ABOUT US
----------------------------------------------------------------------- */

/* コンセプト */
main#subpage .concept{
	width:1000px;
	margin:0 auto 110px auto;
}
.concept .concept_area1{
	text-align:center;
}
.concept_area1 h4{
	margin:70px 0 60px 0;
}
.concept_area1 p{
	font-size:16px;
	line-height:1.8;
}
.concept .concept_area2{
	line-height:1.8;
	margin-top:80px;
}
.concept_area2 h5{
	font-size:26px;
	line-height:1.6;
	margin:-8px 0 20px 0;
}
.concept_area2 p{
	margin-top:20px;
}
.concept_area2 .concept_outline{
	margin-top:50px;
}
.concept_outline .co_left{
	float:left;
	width:330px;
	margin-right:50px;
}
.concept_outline .co_right{
	float:left;
	width:620px;
}
/* ワイン事業部 */
main#subpage .wine_concept{
	width:1000px;
	margin:50px auto 110px auto;
}
.wine_concept .concept_area1{
	text-align:center;
	margin-bottom:60px;
}
.wine_concept .concept_area2{
	line-height:1.8;
	margin-top:60px;
}
.concept_area2 ul{margin:25px 0;}
.concept_area2 ul li{
	margin:0 0 0 20px;
}

/* 会社概要 */
main#subpage dl.company{
	width:800px;
	border-right:#ccc 1px solid;
	border-bottom:#ccc 1px solid;
	border-left:#ccc 1px solid;
	margin:50px auto 110px auto;
}
dl.company dt{
	float:left;
	width:35%;
	border-top:#ccc 1px solid;
	padding:4% 6%;
}
dl.company dd{
	float:left;
	width:65%;
	border-top:#ccc 1px solid;
	border-left:#ccc 1px solid;
	padding:4% 6%;
}

/*	NEWS
----------------------------------------------------------------------- */
main#subpage .news_area{
	width:1000px;
	margin:0 auto;
}
/* NEWS LEFT */
.news_area .news_left{
	float:left;
	width:780px;
}
.news_left h3.archive_title{
	font-size:35px;
	margin-bottom:60px;
}
.news_left .news_bx{
	margin-bottom:40px;
}
.news_bx .news_info{
	float:left;
	width:230px;
}
.news_info span.news_date{
	font-size:16px;
	color:#000;
	display:inline-block;
}
.news_info span.news_cate{
	width:100px;
	font-size:13px;
	color:#FFF;
	background:#111;
	line-height:1.0;
	text-align:center;
	display:inline-block;
	padding:7px 8px;
	margin-right:30px;
}
.news_left a{
	color:#000;
	text-decoration: none;
}
.news_bx h3{
	float:left;
	width:550px;
}

/* PAGER */
main .pager{
	text-align:center;
	padding-top:60px;
}
a.page-numbers,
.pager .current{
	background:rgba(0,0,0,0.02);
	border:solid 1px rgba(0,0,0,0.1);
	border-radius:5px;
	padding:5px 10px;
	margin:0 2px;
}
.pager .current{
	background:rgba(0,0,0,1);
	border:solid 1px rgba(0,0,0,1);
	color:rgba(255,255,255,1);
}
.pager a{ color:#333;text-decoration: none;}
.pager a:hover{ color:#999; }
.pager ul{}
.pager ul li{
	list-style:none;
	display:inline-block;
	margin:0 15px;
}
/* SINGLE */
.news_left .news_single{}
.news_single h3{
	font-size:30px;
	margin:45px 0;
}

/* NEWS RIGHT */
.news_area .news_right{
	float:right;
	width:160px;
	margin-top:0;
}
.news_right a{
	color:#000;
	text-decoration: none;
}
.news_right h3{
	font-weight:bold;
	line-height:1.0;
	color:#000;
	border-bottom:#333 1px solid;
	border-left:#333 6px solid;
	padding:8px 0 10px 10px;
}
.news_right ul{
	color:#222;
	list-style:none;
	padding:0;
	margin:15px 0 50px 0;
}
.news_right li{
	padding:8px 5px;
	margin:0;
}
.news_right li span.post-date{
	font-size:12px;
	color:#999;
	display:block;
}

/*　RECRUIT
----------------------------------------------------------------------- */
main#subpage .recruit{
	width:1000px;
	text-align:center;
	margin:0 auto 100px auto;
}
.recruit ul{
	font-size:29px;
	list-style:none;
}
.recruit li{
	margin-bottom:12px;
}
.recruit ul br{display:none;}
.recruit h3{
	font-size:17px;
	text-align:center;
	margin:75px 0 45px 0;
}
.recruit p{
	font-size:17px;
	line-height:2.0;
	margin-top:50px;
}
.recruit span{
	font-size:14px;
	line-height:1.0;
	display:block;
	margin-top:25px;
}

/*	CONTACT
----------------------------------------------------------------------- */
main .contact_area{
	width:1000px;
	margin:0 auto 100px auto;
}
.contact_area h3{
	line-height:1.7;
	text-align:center;
}
.contact_area table.form{
	width:75%;
	line-height:1.5;
	text-align:left;
	border-collapse:collapse;
	border-spacing:1px;
	background:#FFF;
	border: solid 1px #BBB;
	margin:40px auto 0 auto;
}
table.form th{
	width:33%;
	font-weight:normal;
	text-align:left;
    background:#f6f6f6;
	border: solid 1px #BBB;
	padding:3%;
	margin:0;
}
table.form th span.req{
	font-size:23px;
	color:red;
	line-height:1.0;
	margin-left:5px;
}
table.form td{
	border: solid 1px #BBB;
	padding:3%;
	margin:0;
}
table.form label{
	display:inline-block;
	margin:5px 20px 5px 0;
}
table.form td span.notes1{
	font-size:13px;
	color:#777;
}
table.form td span.notes2{
	font-size:13px;
	display:block;
	color:#555;
	margin-bottom:8px;
}
p.privacy_bx{
	text-align:center;
	margin-top:40px;
}
p.privacy_bx a{
	margin:0 8px;
}
p.thankstxt{
	font-size:19px;
	text-align:center;
	line-height:2.5;
	margin:40px 0 150px 0;
}

/* お問い合わせフォーム【フォームパーツ】 */
table.form input{
	vertical-align:middle;
	padding:0.5% 1.5%;
	margin:5px 5px 5px 0;
}
table.form input[type="checkbox"],
table.form input[type="radio"]{
	margin:-2px 5px 0 0;
}
table.form input[type="text"],
table.form input[type="number"]{
	border:1px solid #BBB;
}
table.form input[type="number"]{
	width:130px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance:textfield;
  margin: 0;
}
table.form select {
	border:1px solid #BBB;
	padding:3px 5px 7px 5px;
}
table.form textarea{
	width:95%;
	border:1px solid #BBB;
	padding:1% 2%;
	margin-bottom:-5px;
}
table.form textarea.p-region{
	margin-top:10px;
}

/* お問い合わせフォーム【フォームボタン】 */
.form_area .btnarea{}
.btnarea ul{
	list-style:none;
	text-align:center;
	margin-top:50px;
}
.btnarea li{
	font-size:140%;
	color:#FFF;
	display: inline-block;
	margin:0 20px;
}
.btnarea .conbtn1{
	width:300px;
	font-size:20px;
	line-height:1.0;
	display:block;
	cursor: pointer;
	background:#222;
	padding:20px 0;
	border:0;
	border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
}
.btnarea .conbtn2{
	width:300px;
	font-size:20px;
	line-height:1.0;
	display:block;
	cursor: pointer;
	background:#EB5F7E;
	padding:20px 0;
	border:0;
	border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
}
.btnarea .conbtn1:hover,
.btnarea .conbtn2:hover{
	filter:alpha(opacity=65);
	-moz-opacity: 0.65;
	opacity: 0.65;
}