@charset "UTF-8";
/* CSS Document */

html{
	overflow-y:scroll;
}

body{
	font-family: "メイリオ", Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color:#fff7eb;
	color:#353635;
	font-size:14px;
	line-height:1.3em;
}

/* -----------------------
	共通設定
--------------------------*/

.serif{
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

img{
	width:100%;
	height:auto;
	display:block;
}

.cf:before,
.cf:after{
	content:" ";
	display:table;
}

.cf:after{
	clear:both;
}

.cf{
	*zoom:1;
}

a{
	text-decoration:none;
	color:#499c45;
}

/* -----------------------
	HEADER
--------------------------*/

header{
	position:fixed;
	top:0;
	width:100%;
	z-index:100;
}

.h_inner{
	width:100%;
	background-color:#fff7eb;
	position:relative;
}
.h_inner h1{
	width:35%;
	padding:2%;
	float:left;
}
.h_inner ul{
	float:right;
	width:40%;
	padding-right:14%;
	font-size:0;
	letter-spacing:0;
}
.h_inner ul li{
	display:inline-block;
	padding:0 2%;
	width:46%;
}

#sp_nav{
	display: none;
	background:rgba(13,61,11,0.8);
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#sp_nav ul{
	width: 100%;
	padding: 2% 0;
	text-align:center;
}
#sp_nav li{
	float: none;
}
#sp_nav li img{
	max-width:100%;
}
#sp_nav li a{
	display: block;
	padding:2%;
	text-align: center;
	color: #fff;
}
#nav_toggle{
	display: block;
}
#nav_toggle{
	position: absolute;
	right: 4%;
	top: 16%;
	width: 8%;
	height: 30%;
	cursor: pointer;
	z-index: 101;
}
#nav_toggle>div{
	height: 100%;
}
#nav_toggle img{
	position:absolute;
	right: 0;
	top: 7.5vw;
}
#nav_toggle div {
	position: relative;
}
#nav_toggle span {
	display: block;
	position: absolute;
	height: 20%;
	width: 100%;
	background: #499c45;
	border-radius:5px;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav_toggle span:nth-child(1) {
	top: 0;
}
#nav_toggle span:nth-child(2) {
	top: 50%;
}
#nav_toggle span:nth-child(3) {
	top: 105%;
}
/* #nav-toggle 切り替えアニメーション */
.open #nav_toggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open #nav_toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav_toggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}

#s01{
	background:url(../images/top/main_bk.png) no-repeat bottom center;
	background-size:cover;
	position:relative;
}
#s01 h2{
	position:absolute;
	top:20%;
	width:100%;
}
#s01 h2 img{
	width:15%;
	margin:0 auto;
}
.goog-te-gadget{
	position:absolute;
	top:12%;
	left:2%;
}
.goog-te-gadget img {
	width:37px;
}

.top_visual .goog-te-gadget{
	top:2%;
}

/* -----------------------
	MAIN
--------------------------*/

#main section .inner{
	padding:4% 3%;
}
.top_page section h4{
	border-left:7px solid #499c45;
	padding-left:7px;
	margin-bottom:10px;
	font-size:110%;
}
.fb{
	border:1px dashed #474037;
	background-color:#fff;
	padding:6%;
	max-width:500px;
	margin:0 auto;
	box-sizing:border-box;
}
.fb h3{
	margin-bottom:5%;
}

/* -----------------------
	FOOTER
--------------------------*/

.cnt_bnr{
	padding:3% 1% 0;
}
.cnt_bnr li{
	margin-bottom:3%;
}
.link_bnr{
	padding:5%;
	margin-bottom:3%;
}
.link_bnr a{
	display:block;
	border:1px dashed #474037;
	color:#474037;
	background-color:#fff;
	text-align:center;
}
.link_bnr a p{
	padding:3% 2% 2%;
	font-size:80%;
	line-height:1.2em;
}
.pagetop{
	padding:0 20% 5%;
}

footer a{
	color:inherit;
}
.f_inner{
	background-color:#fff;
	padding:3% 3% 5%;
}
.f_info{
	padding:3%;
	border-bottom:1px solid #d8d4bc;
	font-size:90%;
}
.f_info .f_logo{
	width:40%;
	margin-bottom:2%;
}
.f_info ul li:nth-child(2),
.f_info ul li:nth-child(3){
	display:inline-block;
}
.f_nav ul{
	font-size:0;
	letter-spacing:0;
	padding:3%;
}
.f_nav ul li{
	display:inline-block;
	font-size:10px;
	width:50%;
}
.f_nav a{
	color:#484948;
	display:block;
	padding:3% 2% 3% 20px;
	background:url(../images/common/icon01.png) no-repeat left center;
	background-size:15px;
}
.pc_bnr{
	padding:0 15%;
}
small.copy{
	display:block;
	text-align:center;
	padding:2%;
	font-size:80%;
}


/* -----------------------
	LOWER
--------------------------*/

.mb3{
	margin-bottom:3%;
}
.sub_visual{
	padding-top:14%;
	position:relative;
}
.sub_visual .goog-te-gadget{
	position:absolute;
	top:37%;
	left:2%;
}

.low_page section h5{
	color:#3b7d37;
	font-weight:normal;
	font-size:110%;
	margin-bottom:2%;
}

h3.ttl{
	background:url(../images/common/h3.png) no-repeat center center / 100%;
	padding:5% 2% 5% 12%;
	color:#474037;
	font-size:120%;
	letter-spacing:0.1em;
}

/* -----------------------
	会社案内
--------------------------*/

.low_page table{
	width:100%;
}
.low_page table th{
	width:30%;
	background-color:#f8f8f8;
	font-weight:normal;
	text-align:left;
	border:1px solid #dededd;
	padding:10px;
	vertical-align:middle;
}
.low_page table td{
	background-color:#fff;
	border:1px solid #dededd;
	padding:10px;
	vertical-align:middle;
}

.map li{
	margin-bottom:10px;
}
.waku{
	border:1px dashed #fae6ae;
	background-color:#fefbf7;
	padding:3%;
}
.links{
	font-size:0;
	letter-spacing:0;
}
.links li{
	display:inline-block;
	width:48%;
	padding:0 0 2%;
}
.links li:nth-child(2n-1){
	margin-right:4%;
}


/* -----------------------
	やまりん製茶のこだわり
--------------------------*/

.r_img{
	width:40%;
	float:right;
	margin:0 0 2% 2%;
}

.bnr1{
	margin-bottom:3%;
}

#txt1{
	display:none;
	margin-bottom:3%;
}

.flow{
	background-color:#d9e6c8;
	padding:5%;
	text-align:center;
}
.flow li{
	padding:3% 0 11%;
	background:url(../images/kodawari/arrow_01.png) no-repeat center 99%;
	background-size:30%;
}
.flow li p span{
	background-color:#fef5ee;
	color:#5a8a56;
	display:inline-block;
	padding:3% 20px;
	border-radius:5px;
	width:70%;
	font-weight:bold;
	margin-bottom:3%;
}
.flow li p:nth-child(2){
	margin-bottom:2%;
}
.flow li p:nth-child(3){
	width:80%;
	margin:0 auto;
	padding:10% 0;
	text-align:left
}
.flow li p:nth-child(3) span{
	width:50%;
	box-sizing:border-box;
	text-align:center;
}
.flow li:nth-child(10){
	padding:3% 0 0;
	background:none;
}
.flow li:nth-child(10) p:nth-child(3){
	background:url(../images/kodawari/arrow_02.png) no-repeat 15% 1% /30%, url(../images/kodawari/arrow_02.png) no-repeat 15% 99% /30% , url(../images/kodawari/arrow_03.png) no-repeat 85% 1% / auto 100%;
	-webkit-background: background:url(../images/kodawari/arrow_02.png) no-repeat 15% 1% /30%, url(../images/kodawari/arrow_02.png) no-repeat 15% 99% /30% , url(../images/kodawari/arrow_03.png) no-repeat 85% 1% / auto 100%;
	-moz-background: background:url(../images/kodawari/arrow_02.png) no-repeat 15% 1% /30%, url(../images/kodawari/arrow_02.png) no-repeat 15% 99% /30% , url(../images/kodawari/arrow_03.png) no-repeat 85% 1% / auto 100%;
	-o-background: background:url(../images/kodawari/arrow_02.png) no-repeat 15% 1% /30%, url(../images/kodawari/arrow_02.png) no-repeat 15% 99% /30% , url(../images/kodawari/arrow_03.png) no-repeat 85% 1% / auto 100%;
	-ms-background: background:url(../images/kodawari/arrow_02.png) no-repeat 15% 1% /30%, url(../images/kodawari/arrow_02.png) no-repeat 15% 99% /30% , url(../images/kodawari/arrow_03.png) no-repeat 85% 1% / auto 100%;
}
.flow li:nth-child(10) p:nth-child(3) span{
	background-color:#d6e7f9;
	color:#3e83be;
}
.flow li:nth-child(13){
	padding:3% 0 0;
	background:none;
}
.flow li:nth-child(13) p:nth-child(3){
	background:url(../images/kodawari/arrow_01.png) no-repeat 15% 1% /30%, url(../images/kodawari/arrow_01.png) no-repeat 15% 99% /30% , url(../images/kodawari/arrow_03.png) no-repeat 85% 1% / auto 100%;
	-webkit-background: url(../images/kodawari/arrow_01.png) no-repeat 15% 1% /30%, url(../images/kodawari/arrow_01.png) no-repeat 15% 99% /30% , url(../images/kodawari/arrow_03.png) no-repeat 85% 1% / auto 100%;
	-moz-background:url(../images/kodawari/arrow_01.png) no-repeat 15% 1% /30%, url(../images/kodawari/arrow_01.png) no-repeat 15% 99% /30% , url(../images/kodawari/arrow_03.png) no-repeat 85% 1% / auto 100%;
	-o-background: url(../images/kodawari/arrow_01.png) no-repeat 15% 1% /30%, url(../images/kodawari/arrow_01.png) no-repeat 15% 99% /30% , url(../images/kodawari/arrow_03.png) no-repeat 85% 1% / auto 100%;
	-ms-background: url(../images/kodawari/arrow_01.png) no-repeat 15% 1% /30%, url(../images/kodawari/arrow_01.png) no-repeat 15% 99% /30% , url(../images/kodawari/arrow_03.png) no-repeat 85% 1% / auto 100%;
}
.flow li:last-child{
	padding:3% 0 0;
	background:none;
}


/* -----------------------
	大台茶について
--------------------------*/

ol.mame li{
	padding:0 0 3% 22%;
	margin-bottom:3%;
}
ol.mame li:nth-child(1){
	background:url(../images/odaicha/step1.png) no-repeat left 30% , url(../images/odaicha/step_bk.png) repeat-x bottom;
	background-size:18%;
}
ol.mame li:nth-child(2){
	background:url(../images/odaicha/step2.png) no-repeat left 30% , url(../images/odaicha/step_bk.png) repeat-x bottom;
	background-size:18%;
}
ol.mame li:nth-child(3){
	background:url(../images/odaicha/step3.png) no-repeat left 30% , url(../images/odaicha/step_bk.png) repeat-x bottom;
	background-size:18%;
}
ol.mame li:nth-child(4){
	background:url(../images/odaicha/step4.png) no-repeat left 30% , url(../images/odaicha/step_bk.png) repeat-x bottom;
	background-size:18%;
}


/* -----------------------
	商品紹介
--------------------------*/

.bnr2{
	margin-bottom:3%;
}

#txt2{
	display:none;
	margin-bottom:3%;
}
.bnr3{
	margin-bottom:3%;
}

#txt3{
	display:none;
	margin-bottom:3%;
}
.bnr4{
	margin-bottom:3%;
}

#txt4{
	display:none;
	margin-bottom:3%;
}

.bnrs li{
	margin-bottom:3%;
}


/* -----------------------
	サイトマップ
--------------------------*/

ul.site{
	background-color:#fff;
	padding:3%;
	border:1px dashed #fae6ae;
}
ul.site li a{
	display:block;
	color:inherit;
	padding:3% 2% 3% 30px;
	background:url(../images/common/icon01.png) no-repeat left center / 20px;
	border-bottom:1px dashed #499c45;
}
ul.site li:last-child a{
	border-bottom:none;
}


/* -----------------------
	お問い合わせ
--------------------------*/

.mt5{
	margin-top:5px;
}
.contact-form dt {
	margin: 0 0 8px;
	padding: 5px;
	background: #499c45;
	color:#fff;
}
.contact-form dd {
	margin: 0 0 15px;
	padding: 0 0 15px;
}

.input-big,
.input-middle,
.input-mini {
	padding: 5px;
	box-sizing: border-box;
}
.input-big {
	width: 100%;
}
.input-middle {
	width: 60%;
}
.input-mini {
	width: 60px;
}

/* 必須マーク */
.required-mark {
	color: #f00;
	font-size: 12px;
}

/* 未記入エラー文 */
.error-text {
	margin: 0 0 5px;
	color: #f00;
}

/* 確認、バック、送信ボタン */
.contact-submits {
	text-align: center;
}
.contact-submits input {
	margin: 0 5px;
	padding: 5px;
}

/* セキュリティエラー */
.sec-error-text {
	padding: 10px;
	color: #f00;
	font-size: 16px;
	border: 2px solid #f00;
}


.goog-te-banner-frame{
	display:none !important;
}

@media (min-width:400px){
	/* -----------------------
		大台茶について
	--------------------------*/
	
	ol.mame li{
		padding:0 0 3% 22%;
		margin-bottom:3%;
	}
	ol.mame li:nth-child(1){
		background:url(../images/odaicha/step1.png) no-repeat 3% 30% , url(../images/odaicha/step_bk.png) repeat-x bottom;
		background-size:12%;
	}
	ol.mame li:nth-child(2){
		background:url(../images/odaicha/step2.png) no-repeat 3% 30% , url(../images/odaicha/step_bk.png) repeat-x bottom;
		background-size:12%;
	}
	ol.mame li:nth-child(3){
		background:url(../images/odaicha/step3.png) no-repeat 3% 30% , url(../images/odaicha/step_bk.png) repeat-x bottom;
		background-size:12%;
	}
	ol.mame li:nth-child(4){
		background:url(../images/odaicha/step4.png) no-repeat 3% 30% , url(../images/odaicha/step_bk.png) repeat-x bottom;
		background-size:12%;
	}
}
@media (min-width:520px){
	/* -----------------------
		大台茶について
	--------------------------*/
	
	ol.mame li{
		padding:0 0 3% 22%;
		margin-bottom:3%;
	}
	ol.mame li:nth-child(1){
		background:url(../images/odaicha/step1.png) no-repeat 5% 20% , url(../images/odaicha/step_bk.png) repeat-x bottom;
		background-size:9%;
	}
	ol.mame li:nth-child(2){
		background:url(../images/odaicha/step2.png) no-repeat 5% 20% , url(../images/odaicha/step_bk.png) repeat-x bottom;
		background-size:9%;
	}
	ol.mame li:nth-child(3){
		background:url(../images/odaicha/step3.png) no-repeat 5% 20% , url(../images/odaicha/step_bk.png) repeat-x bottom;
		background-size:9%;
	}
	ol.mame li:nth-child(4){
		background:url(../images/odaicha/step4.png) no-repeat 5% 20% , url(../images/odaicha/step_bk.png) repeat-x bottom;
		background-size:9%;
	}
}