﻿@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;}
img { border:none }
h1,h2,h3,h4,h5,h6 {	font-size:100%;	font-weight:normal;}
body{
	width:100%;
	height: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:90%;
	height:70px;
	line-height:70px;
	margin:0 auto;
}
.header_area .logo_area{}
.header_area img{
	width:45%;
	height:auto;
	margin:0 0 0 5px;
}
.header_area ul.pc-nav{display:none;}

/* DRAWER */
button.drawer-toggle.drawer-hamburger {
    display: block;
}
/* DRAWER [MAIN] */
.drawer-main{
	background:#000;
	padding:0;
}
.drawer-main .drawer-nav{}
.drawer-main ul.drawer-nav-list{
	line-height:1.0;
}
ul.drawer-nav-list li{
	border-bottom:#555 1px solid;
}
ul.drawer-nav-list li a{
	font-size:94%;
	font-weight:bold;
	color:#FFF;
	padding:20px 20px 20px 18px;
}

/* =======================================================================
	MAIN
======================================================================= */
#wrapper main{}
main section.bg01{background:#F3F0EB;}
main section.bg02{}
main h2{
	font-family: 'RobotoCondensed-Bold';
	font-size:30px;
	color:#333;
	text-align:center;
	padding:40px 0 25px 0;
}
main p.more_btn a{
	font-family: 'RobotoCondensed-Regular';
	width:75%;
	font-size:16px;
	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:#777;
	border-top:#ddd 1px solid;
	padding-bottom:30px;
}
footer .footer_nav{}
.footer_nav ul{
	font-family: 'RobotoCondensed-Regular';
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.footer_nav li{}
.footer_nav li a{
	width:100%;
	height:42px;
	line-height:42px;
	color:#FFF;
	text-decoration: none;
	display: block;
	text-align:center;
	border-bottom:#ddd 1px solid;
}
.footer_nav ul a{color:#777;}
footer .footer_info{
	text-align:center;
}
footer p.fi_logo{
	display:block;
	margin:25px 0 15px 0;
}
footer p.fi_logo img{
	width:40%;
	height:auto;
}
footer p.fi_txt{
	font-size:13px;
	display:block;
}
footer .footer_copyright{
	font-size:11px;
	text-align:center;
	margin:15px 0 0 0;
}

/* =======================================================================
	INDEX
======================================================================= */
main#toppage{}
main#toppage #wide{}

/* BUSINESS */
main#toppage .business_area{
	width:90%;
	padding-bottom:30px;
	margin:0 auto;
}
.business_area .ba_bx{
	width:100%;
	background:#FFF;
	padding:15px 15px 30px 15px;
	margin-bottom:20px;
}
.ba_bx img{
	width:100%;
	height:auto;
}
.ba_bx h3{
	font-size:17px;
	font-weight:bold;
	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:90%;
	margin:0 auto 35px auto;
}
.top_news_bx .top_news_info{}
.top_news_info span.top_news_cate{
	font-size:14px;
	color:#FFF;
	background:#111;
	line-height:1.0;
	text-align:center;
	display:inline-block;
	padding:6px 8px;
	margin-right:10px;
}
.top_news_info span.top_news_date{
	font-size:16px;
	color:#000;
	display:inline-block;
}
.top_news_bx h3{
	line-height:1.5;
	margin-top:10px;
}
#top_news_area a{
	color:#000;
	text-decoration: none;
}
#top_news_more_btn a{
	margin:40px auto;
}


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


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

/* コンセプト */
main#subpage .concept{
	width:90%;
	margin:0 auto 40px auto;
}
.concept br{display:none;}
.concept .concept_area1{}
.concept_area1 h4{
	text-align:center;
	margin:35px 0 25px 0;
}
.concept_area1 h4 img{
	width:auto;
	height:23px;
	margin:5px 0;
}
.concept_area1 h5{
	font-size:17px;
	text-decoration: underline;
	margin:25px 0 40px 0;
}
.concept_area1 p{line-height:1.8;}
.concept .concept_area2{}
.concept_area2 h5{
	text-align:center;
	font-weight:bold;
	margin:25px 0 15px 0;
}
.concept_area2 p{}
.concept_area2 .concept_outline{margin-top:30px;}
.co_left img{
	width:60%;
	height:auto;
	display:block;
	margin:0 auto;
}

/* ワイン事業部 */
main#subpage .wine_concept{
	width:90%;
	margin:25px auto 40px auto;
}
.wine_concept br{display:none;}
.wine_concept .concept_area1{}
.wine_concept .concept_area2{
	line-height:1.8;
	margin-top:30px;
}
.concept_area2 ul li{
	margin:0 0 15px 20px;
}

/* 会社概要 */
main#subpage dl.company{
	width:90%;
	font-size:13px;
	border-right:#ccc 1px solid;
	border-bottom:#ccc 1px solid;
	border-left:#ccc 1px solid;
	margin:30px auto 40px auto;
}
dl.company dt{
	width:100%;
	border-top:#ccc 1px solid;
	background:#f9f9f9;
	padding:2.5% 5%;
}
dl.company dd{
	width:100%;
	border-top:#ccc 1px solid;
	padding:4% 5%;
}

/*	NEWS
----------------------------------------------------------------------- */
main#subpage .news_area{
	width:90%;
	margin:0 auto;
}
/* NEWS LEFT */
.news_area .news_left{
	width:100%;
	margin-top:20px;
}
.news_left h3.archive_title{
	font-size:20px;
	font-weight:bold;
	text-align:center;
	margin-bottom:40px;
}
.news_left .news_bx{
	margin-bottom:35px;
}
.news_bx .news_info{
	margin-bottom:10px;
}
.news_info span.news_date{
	font-size:15px;
	color:#000;
	display:inline-block;
}
.news_info span.news_cate{
	font-size:14px;
	color:#FFF;
	background:#111;
	line-height:1.0;
	text-align:center;
	display:inline-block;
	padding:6px 8px;
	margin-right:12px;
}
.news_left a{
	color:#000;
	text-decoration: none;
}
/* PAGER */
main .pager{
	text-align:center;
	margin:40px 0 50px 0;
}
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:20px;
	font-weight:bold;
	line-height:1.4;
	margin:25px 0 20px 0;
}

/* NEWS RIGHT */
.news_area .news_right{
	width:100%;
	margin-top:40px;
}
.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:10px 0 20px 0;
}
.news_right li{
	padding:12px 5px;
	margin:0;
}
.news_right li span.post-date{
	font-size:12px;
	color:#999;
	display:block;
}

/*　RECRUIT
----------------------------------------------------------------------- */
main#subpage .recruit{
	width:90%;
	margin:0 auto 60px auto;
}
.recruit ul{
	font-size:19px;
	list-style:none;
	text-align:center;
}
.recruit li{
	margin-bottom:20px;
}
.recruit h3{
	font-weight:bold;
	text-align:center;
	margin:40px 0;
}
.recruit p{
	line-height:2.0;
	margin-top:30px;
}
.recruit p br{display:none;}
.recruit span{
	font-size:12px;
	line-height:1.0;
	display:block;
	text-align:center;
	margin-top:20px;
}

/*	CONTACT
----------------------------------------------------------------------- */
main .contact_area{
	width:90%;
	margin:0 auto;
}
.contact_area h3{
	width:90%;
	font-size:15px;
	margin:2% auto 0 auto;
}
.contact_area h3 br{
	display:none;
}
.contact_area table.form{
	width:100%;
	text-align:left;
	border-collapse:collapse;
	border-spacing:1px;
	background:#FFF;
	border-right: solid 1px #BBB;
	border-bottom: solid 1px #BBB;
	border-left: solid 1px #BBB;
	margin:25px auto 0 auto;
}
table.form th{
	width:100%;
	display:block;
	font-weight:normal;
	text-align:left;
    background:#f6f6f6;
	border-top: solid 1px #BBB;
	padding:3% 4%;
	margin:0;
}
table.form th span.req{
	color:red;
	line-height:1.0;
	margin-left:5px;
}
table.form td{
	width:100%;
	display:block;
	border-top: solid 1px #BBB;
	padding:5%;
	margin:0;
}
table.form label{
	display:block;
	margin:10px 0;
}
table.form td span.notes1{
	font-size:12px;
	color:#777;
	margin:8px 0 0 0;
}
table.form td span.notes2{
	font-size:13px;
	color:#555;
	display:block;
	margin:0 0 15px 0;
}
p.privacy_bx{
	font-size:94%;
	line-height:1.7;
	text-align:center;
	margin-top:25px;
}
p.thankstxt{
	font-size:14px;
	text-align:center;
	line-height:2.0;
	margin:0 0 60px 0;
}

/* お問い合わせフォーム【フォームパーツ】 */
table.form input{
	vertical-align:middle;
	padding:1px 3px;
	margin:0;
}
table.form input[type="checkbox"],
table.form input[type="radio"]{
	border:1px solid #BBB;
	margin:-2px 5px 0 0;
}
table.form input[type="radio"]:checked{
	border:1px solid #BBB;
	background:#19283C;
}
table.form input[type="text"],
table.form input[type="number"]{
	border:1px solid #BBB;
}
table.form input[type="number"]{
	width:40%;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button{
  -webkit-appearance: none;
  -moz-appearance:textfield;
  margin: 0;
}
input[type="submit"],
input[type="button"]{
  -webkit-appearance: none;
}
table.form select{
	max-width:96%;
	font-size:90%;
	text-align:left;
	border:1px solid #BBB;
	padding:2%;
}
table.form textarea{
	width:96%;
	padding:2px;
	border:1px solid #BBB;
	margin-bottom:-8px;
}
table.form textarea.p-region{
	margin-top:10px;
}

/* お問い合わせフォーム【フォームボタン】 */
.form_area .btnarea{}
.btnarea ul{
	list-style:none;
	text-align:center;
	margin:30px auto;
}
.btnarea li{
	font-size:100%;
	font-weight:bold;
	color:#FFF;
	text-align:center;
}
.btnarea .conbtn1{
	width:80%;
	font-size:17px;
	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;
	margin:0 auto;
}
.btnarea .conbtn2{
	width:80%;
	font-size:17px;
	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;
	margin:0 auto;
}