@charset "utf-8";

/*
Theme Name: 栗原製茶PC
Theme URI: http://stg.maru-sin.net/kuriharaseicha/
Description: 栗原製茶PC用スタイル
Version: 1.x
Author: kurihara
Author URI: http://stg.maru-sin.net/kuriharaseicha/
*/

/* CSS Document */

body {
  font-size: 1.7em;
  line-height: 1.7em;
  margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: -30px;
  padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0px;
}
header {
  margin-top: 0px;
  padding: 0px;
}
a {
  text-decoration: none;
}
.hd_obi {
  background-color: #23401d;
  height: 15px;
}
.hd_obi_sub {
  background-color: #23401d;
  height: 15px;
	margin-top: 30px;
}
.hd_box {
  padding-top: 10px;
  padding-bottom: 5px;
}
.hd_box_right {
  margin-top: 25px;
}
.hd_underline {
	background-image: url(images/hd_underline.png);
	background-repeat: repeat-x;
	height: 30px;
	margin: 5px 0px;
}
.wrapper {
  width: 980px;
  margin: 0 auto;
}
.slie_wrapper {
  width: 100%;
  margin: 0 auto;
}
.float-l {
  float: left;
}
.float-r {
  float: right;
}
.cf {
  clear: both;
}
.img_full {
  width: 100%;
}
#topic img {
    width: 100%!important;
    height: 100%!important
}
.center {
  text-align: center!important;
}
.padding-none {
    padding: 0px;
}
.margin-none {
    margin: 0px;
}
.margin-t15 {
  margin-top: 15px;
}
.margin-b15 {
  margin-bottom: 15px;
}
.margin-b20 {
	margin-bottom: 20px;
}
.margin-r15 {
  margin-right: 15px;
}
.margin-l15 {
  margin-left: 15px;
}
.margin-t30 {
  margin-top: 30px;
}
.margin-b30 {
  margin-bottom: 30px;
}
.text_right {
  text-align: right;
}
.text_left {
  text-align: left;
}

/*--ヘッダーロゴ設定--*/
.hd_logo {
  float: left;
  width: 170px;
}
.font_red_bold {
  color: red;
  font-weight: bold;
}
.font_soryo_muryo {
  color: red;
  font-size: 1.3em;
}

/*--ヘッダーお問い合わせボタン設定--*/
.hd_contact {
  float: right;
}

/*--ヘッダー電話番号設定--*/
.hd_tel {
  float: right;
  margin-right: 15px;
  margin-top: 50px;
}

/*--ヘッダーメニュー設定--*/
.hd_menu {
  width: 980px;
  padding-bottom: 10px;
  margin-top: 20px;
margin-bottom: 30px;
  border-bottom: 1px solid #c2c3c3;
}
.hd_menu ul {
  padding: 0px!important;
  list-style: none;
  display: inline-flex;
}
.hd_menu img {
  /*margin-left: 30px;*/
}

/*--メインイメージ設定--*/
.mainimage {
  margin: 0 auto;
  text-align: center;
}

/*--特別なお知らせ設定--*/
.special_box {
  margin-top: 30px;
  margin-bottom: 40px;
}

/*---商品スライド設定-*/
.slick-prev, .slick-next {
    width:60px; /* 画像幅 */
    height:34px /* 画像高さ */
}
.slick-prev:before, .slick-next:before {
    content:"";
}
button.slick-prev, button.slick-next {
    z-index:2;
}
.slick-prev{left:20px; /* 任意の値 */}
.slick-next{right:20px; /* 任意の値 */}

.slick-arrow{z-index:1000;/* 値は適当に */}

/*.slick-prev:before {
	background-image: url(images/prev.png);
}*/

.slick-next:before {
	background-image: url(/images/next.png);
}

.slick-prev::before, .slick-next::before {
	content: ""!important;
}
.responsive ul li {
	display: inline;
	list-style: none;
}

.responsive ul {
	margin: 0px;
	list-style: none;
	display: inline-flex;
}
/*--注目記事設定--*/
.pickup_box {
  background-image: url(images/cha_bk.jpg);
}
.pickup_box_inner {
  padding-top: 40px;
  padding-bottom: 15px;
}
.pickup_box_inner a {
  text-decoration: none;
}
.pickup_box #pickup_img01, #pickup_img03 {
  margin-right: 22px;
  margin-bottom: 22px;
  box-shadow: 0px 0px 10px #868686;
}
.pickup_box #pickup_img02, #pickup_img04 {
  margin-left: 22px;
  margin-bottom: 22px;
  box-shadow: 0px 0px 10px #868686;
}

/*--サイドメニュー・メインコンテンツボックス設定--*/
.contents_box {
  margin-top: 40px;
  margin-bottom: 50px;
}

/*--サイドメニュー設定--*/
nav {
  width: 230px;
  float: left;
}
.sidenav_bnr {
  margin-bottom: 15px;
}
.navlist {
  list-style-type: none;
  padding: 0px;
}
.navlist_bottom {
  margin-bottom: 40px;
}
.sidenav_title {
  border-left: 4px solid #315828;
  padding-left: 5px;
  margin: 0px;
  font-size: 18px;
}
.sidenavi_underline {
  border-bottom: 1px solid #aeafaf;
}
.side_bnr {
	margin-bottom: 20px;
}
.side_bnr:hover {
	opacity: 0.7;
}

/*--トップメインコンテンツ設定--*/
main {
  width: 700px;
  float: left;
  margin-left: 40px;
}
.hotitem_box, .facebook_box, .product_box, .media_box {
  margin-bottom: 40px;
}

/*--タイトルテキスト画像設定--*/
.title_image {
  margin-bottom: 10px;
}

/*--栗原製茶新着情報縦並び設定--*/
/*.info_list {
		padding-bottom:10px;
	margin-bottom: 15px;
}
.list_top {
	border-top: 1px solid #848484;
	padding-top: 10px;
}
.list_border {
	border-bottom: 1px solid #848484;
}
.info_list img {
	margin-right: 15px;
	float: left;
}

.info_list img:hover, img#item_1st:hover, img#item_2nd:hover, img#item_3rd:hover {
	opacity: 0.8;
}
.info_txt p {
	margin: 0px;
}
.info_title {
	font-size: 22px;
	color: #595757!important;
}
.info_title a {
	text-decoration: none;
	color: #595757;
}
.info_title a:hover {
	color: #8e0d23;
}
.info_date {
	font-size: 16px;
	color: #53803a!important;
	padding-left: 20px;
}
a.info_date:hover {
	color: #315828!important;
}
.info_more {
	text-align: right;
	color: red;
}
#alpr {
	text-decoration: none;
	color: #8e0d23;
}*/


/*-- 新着情報横並び設定--*/
.info_box {
	margin-bottom: 40px;
	margin-top: 30px;
}
.info_list {
  width: 300px;
  height: auto;
  margin: 0px 12px;
}
.thumb {
	overflow: hidden;
	height: 157px;
}
.info_list img {
  width: 100%;
  /*height: 100%;*/
  margin-bottom: 15px;
}
.info_title {
  font-size: 19px;
}
.info_list img:hover, img#item_1st:hover, img#item_2nd:hover, img#item_3rd:hover {
  opacity: 0.8;
}
.info_txt p {
  margin: 0px;
}
.info_title a {
  text-decoration: none;
  color: #595757;
}
.info_title a:hover {
  color: #8e0d23;
}
.info_date {
  font-size: 17px;
  color: #53803a!important;
}
a.info_date:hover {
  color: #315828!important;
}
.info_more {
  text-align: right;
  color: red;
}
#alpr {
  text-decoration: none;
  color: #8e0d23;
}

/*--栗原製茶　人気商品ランキング設定--*/
.hotitem_list {
  width: 200px;
  height: auto;
}
.hotitem_list_1st {
  margin-right: 25px;
}
.hotitem_list_2nd {
  margin: 0px 25px;
}
.hotitem_list_3rd {
  margin-left: 25px;
}
.hotitem_icon {
  margin-bottom: 5px!important;
}
.hotitem_list p {
  margin-bottom: 5px;
}
.hotitem_list img {
  margin: 10px 0px;
}
.hotitem_name {
  color: #3e3a39;
  font-size: 20px;
}
.hotitem_name a {
  text-decoration: none;
  color: #000000;
}
.hotitem_desc {
  color: #a5ab00;
}
.hotitem_kakaku {
  color: #315828;
  font-size: 20px;
}

/*--購入ボタン small--*/
.buy_sm_btn {
  vertical-align: middle;
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #fff;
  background-color: #8e0d23;
  position: relative;
  height: 35px;
}
.buy_sm_btn a {
  /*background-color: #DF7945;*/
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  height: 35px;
  width: 100%;
  padding-top: 4px;
  /*padding-left: 10px;*/
}
.buy_sm_btn p {
  margin-bottom: 0px;
}
.buy_sm_btn .fa-shopping-cart {
  margin-right: 5px;
  margin-top: 5px;
}
.buy_sm_btn a {
  text-decoration: none;
  color: #fff;
}
.buy_sm_btn a:hover {
  background-color: rgba(255, 255, 255, 0.2)!important;
}
.fa-shopping-cart {
  margin-right: 8px;
}

/*--栗原製茶フェイスブック設定--*/
.facebook_box_bk {
  background-image: url(images/facebook_box_bk.jpg);
  background-repeat: no-repeat;
  padding: 20px;
}

/*--商品一覧設定--*/
.itemlist #item01, #item03, #item05 {
  margin-right: 8px;
  margin-bottom: 30px;
  box-shadow: 1px 1px 10px #848484;
}
.itemlist #item02, #item04, #item06 {
  margin-left: 8px;
  margin-bottom: 30px;
  box-shadow: 1px 1px 10px #848484;
}
.itemlist a {
	text-decoration: none;
}

/*--その他のメディア設定--*/
.media_box_left {
  float: left;
  margin-right: 17px;
}
img#blog, img#movie {
  box-shadow: 0px 0px 10px #848484;
}
.media_box_right {
  float: left;
  margin-left: 0px;
}
.media_box_left img:first-child {
  margin-bottom: 26px;
}
.media_box_left_instagram {
  margin-right: 15px;
}

/*-- youtube media --*/
.youtube_left {
	float: left;
	width: 337px;
	margin-right: 8px;
}
.youtube_right {
	float: left;
	width: 337px;
	margin-left: 8px;
}
/*--栗原ファミリー設定--*/
.family_box {
  background-image: url(images/cha_bk.jpg);
}
.family_box_inner {
  padding: 40px 0px;
}
.message_box {
  background-image: url(images/okuyame_bk.jpg);
  background-size: cover;
  height: 650px;
  background-repeat: no-repeat;
}
.message_box_inner {
  position: relative;
}
.message_box_text {
  position: absolute;
  text-align: center;
  top: 550px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 300px;
  color: #ffffff;
}
.message_box_text h3 {
  font-size: 56px;
  font-family: 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'serif';
  margin-bottom: 100px;
}
.message_box_text p {
  line-height: 1.9em;
  font-size: 18px;
  letter-spacing: 0.05em;
}
#chounan, #jinan {
	padding-top: 100px;
    margin-top: -100px;
}

/*-- 栗原ファミリー　ホバーエフェクト--*/
.text_desc {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  height: 100%;
  opacity: 0;
  /*width: 100%;*/
  padding: 20px;
}
.image-box img {
  vertical-align: middle;
}
.port-1 {
  /*float: left;*/
  /*width: 100%;*/
  position: relative;
  overflow: hidden;
  text-align: center;
}
.port-1 .text_desc {
  opacity: 0.9;
  top: -100%;
  transition: 0.5s;
  text-align: left;
  color: #ffffff;
  letter-spacing: 0.2em;
  padding: 20px;
  background-color: #315828;
}
.text_desc p {
  margin: 0px;
}
.text_desc .shimei {
  font-size: 22px;
  margin-bottom: 20px;
}
.port-1 img {
  transition: 0.5s;
}
.port-1.effect-1 .text_desc {
  top: auto;
  bottom: -80%;
}

/*.port-1.effect-1:hover .text_desc {
	bottom: -56%;
}*/

.port-1.effect-1:hover #family_01 {
  bottom: -37%;
}
.port-1.effect-1:hover #family_02 {
  bottom: -35%;
}
.port-1.effect-1:hover #family_03 {
  bottom: -41%;
}
.port-2 .image-box {
  transition: 0.4s;
}
.port-2:hover .image-box {
  transform: rotateX(80deg);
  transform-origin: center bottom 0;
  transition: 0.4s;
}
.family_about_box {
	margin-top: -10px;
  margin-bottom: 40px;
  line-height: 1.7em;
}
.shimei_box {
  margin-bottom: 20px;
  line-height: 1.7em;
}
.text_desc_coment_box {
  margin-bottom: 10px;
  font-size: 14px;
}
.text_desc_license_box {
  font-size: 14px;
}

/*--facebook webfont--*/
.text_desc_facebook_ico_box {
  font-size: 45px;
  margin-left: 15px;
}
.text_desc_facebook_ico_box a {
  color: #ffffff;
}
.fa-facebook-official {
  position: absolute;
}
.shimei_box p, .ext_desc_coment_box p, .text_desc_license_box p {
  color: #ffffff;
  text-decoration: none;
}
.family_link_text {
  text-decoration: none!important;
  color: #ffffff!important;
}

/*-- トップページgoogle map --*/
 .map {
  margin-bottom: -10px;
}

/*--フッター設定--*/
.ft_logo {
  background-image: url(images/green_bk.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.ft_logo_box {
  text-align: center;
  padding: 40px 0px;
}
.ft_logo_box p {
  color: #ffffff;
  margin: 0px;
  padding-top: 15px;
}
.copyright {
  background-color: rgba(25, 46, 20, 0.70);
}
.copyright_box {
  text-align: center;
  padding: 10px 0px;
  color: #ffffff;
}

/*---ページトップへ戻るボタン-*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
}
#page-top a {
  text-decoration: none;
  color: #fff;
  width: 80px;
  height: 80px;
  padding: 30px 0px;
  text-align: center;
  display: block;
  border-radius: 100%;
}
#page-top a:hover {
  text-decoration: none;
}

/*---slideshow-*/
#slide {
  /*width: 640px;*/
  /*height: 460px;*/
  height: 880px;
  margin: 0 auto;
  position: relative;
}
#slide img {
  position: absolute;
  left: 0;
  top: 0;
}

/*--サブページスタイル--*/
.page_title {
  background-image: url("images/title_ico.png");
  background-repeat: no-repeat;
  padding-left: 60px;
  background-position: left bottom;
}
.title_box {
  position: relative;
  height: 45px;
  margin-top: 30px;
  padding-bottom: 15px;
  border-bottom: 2px solid #23401d;
}
.title_box h2 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  height: 45px;
  padding-top: 9px;
  margin-bottom: 10px;
  color: #3e3a39;
}
.contents_title {
  border-left: 4px solid #315828;
  padding-left: 5px;
}
.contentstitle_underline {
  border-top: 2px solid #e4e4e4;
  margin: 10px 0px;
}
.sub_title {
  background-color: #23401d;
  color: #ffffff;
  padding: 10px;
  margin-bottom: 1.6em;
}
.img_full {
  width: 100%;
}
.page_text {
  margin: 20px 0px;
}

/*--会社概要ページスタイル--*/
#company {
  border-collapse: collapse;
  width: 100%;
}
#company th, #company td {
  padding: 10px;
  border: 1px solid #999;
}
#company th {
  background-color: #eee;
  /*text-align: center;*/
  width: 30%;
}
#orner {
  border-collapse: collapse;
  width: 100%;
  margin: 15px 0px;
}
#orner th, #orner td {
  padding: 10px;
  border: 1px solid #999;
}
#orner th {
  background-color: #307F47;
  color: #ffffff;
  /*text-align: center;*/
  width: 20%;
}
#orner_gaiyo {
  border-collapse: collapse;
  width: 100%;
  margin: 15px 0px;
}
#orner_gaiyo th, #orner_gaiyo td {
  padding: 10px;
  border: 1px solid #999;
}
#orner_gaiyo th {
  background-color: #eee;
  /*text-align: center;*/
  width: 20%;
}
.border_dotted {
  border-bottom: 1px dotted #848484;
}
.himecha_imgbox {
  /*width: 230px;
  float: left;*/
  /*margin-left: 15px;*/
  margin-top: 15px;
}
.himecha_imgbox img {
	width: 90%;
	padding-left: 10px;
}
.img_coment {
	padding: 0px 10px;
	font-size: 13px;
    line-height: 20px;
	margin-top: 5px;
}
.himecha_textbox {
  width: 450px;
}

/*-- イベント情報 スタイル --*/
#event {
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-collapse: collapse;
  width: 100%;
}
#event th,
#event td {
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 10px;
}
#event td {
	font-size: 15px;
}
#event th {
  background-color: #eee;
  text-align: left;
  letter-spacing: 2px;
}

/*-- お問い合わせ スタイル--*/
.contents_border {
  border: dotted 1px #d3d3d3;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
}
.send input[type="submit"] {
  font-size: 1em;
  background: #8e0d23;
  padding: 0.7em 7em;
  text-align: center;
  color: #fff;
  border: none;
  outline: none;
  text-transform: uppercase;
  -webkit-appearance: none;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  letter-spacing: 10px;
}
.send input[type="submit"]:hover {
  background-color: #ce465c;
}
.contact-grid input[type="text"], .contact-grid input[type="email"], .contact-grid input[type="tel"], .contact-grid textarea {
  width: 100%;
}
.hissu {
  color: red!important;
}

/*--お茶フォーラムスタイル--*/
.forum_comment {
  border: 1px solid #23401d;
  padding: 10px;
}
.forum_img_box {
  /*width: 220px;*/
  margin: 15px 0px
}
/*.box_center {
  margin-left: 20px;
  margin-right: 20px;
}*/
.forum_img_box p {
  margin: 10px 0px;
}
.forum_photo {
  margin: 15px 0px;
  text-align: center;
}
.forum_photo img {
  text-align: center;
}
.forum_photo p {
  margin: 10px 0px;
  text-align: left;
}
.forum_album {
  color: red;
  font-weight: bold;
  text-decoration: underline;
}
.kekka {
  color: red;
  font-weight: bold;
  margin: 10px 0px;
}
.ryokucha {
  background-color: rgb(0, 153, 51);
  color: #ffffff;
}
.ryokucha_first {
  color: rgb(0, 153, 51);
  font-weight: bold;
}
.koucha {
  background-color: rgb(153, 51, 0);
  color: #ffffff;
}
.koucha_first {
  color: rgb(153, 51, 0);
  font-weight: bold;
}
.uron {
  background-color: rgb(153, 153, 0);
  color: #ffffff;
}
.uron_first {
  color: rgb(153, 153, 0);
  font-weight: bold;
}
.maccha {
  background-color: rgb(102, 153, 0);
  color: #ffffff;
}
.maccha_first {
  color: rgb(102, 153, 0);
  font-weight: bold;
}
#ryokucha, #koucha, #uron, #event2003, #event2002 {
  margin: 15px 0px;
}
#ryokucha tr td, #koucha tr td, #uron tr td, #event2003 tr td, #event2002 tr td {
  border: 1px solid #C8C8C8;
  padding: 5px;
}
.event_title {
  background-color: #ffe7e3;
  color: #993333;
  font-weight: bold;
}
.event_kouoku {
  vertical-align: top;
  background-color: #993333;
  color: #ffffff;
  width: 15%;
}
.event_naiyou {
  width: 85%;
}
.event_next_text {
  color: rgb(55, 141, 90);
}
.forum_text_red_line {
  color: red;
  text-decoration: underline;
}

/*-- パンくずスタイル--*/
#pan_nav {
  margin-bottom: 10px;
}
.breadcrumbs {
  margin-top: 20px;
}
.subpage_contents_box {
  margin-top: 20px;
  margin-bottom: 50px;
}

/*--　アーカイブリスト--*/
#news_list {
  font-size: 1.1em;
  border-bottom: 1px #999999 dashed;
  margin: 15px 0px;
  padding-bottom: 10px;
}
.news_date {
  float: left;
  margin-right: 10px;
}
.news_koumoku {
  /*float: left;*/
}
#news_list dt a, #news_list dd a {
  color: #3e3a39;
  text-decoration: none;
}
.news_all, .post_date {
  text-align: right;
  margin-bottom: 0px;
  margin-top: 5px;
}
.news_all a, .post_date a {
  text-decoration: none;
  color: #3e3a39;
}

/*-- 送料テーブルスタイル　--*/
#soryo_data {
  margin: 30px auto;
  width: auto;
}
#soryo_data th {
  border: 1px solid #848484;
  text-align: center;
  background-color: #dcdcdc;
  font-weight: normal;
  width: 280px;
  height: 40px;
}
#soryo_data tr td {
  border: 1px solid #848484;
  color: red;
  height: 40px;
}

/*--- メディア紹介事例スタイル --*/
.media_list {
  margin: 30px 0px;
}
.winning_list {
  margin: 30px 0px;
}
.winning_list dt {
  padding-bottom: 10px;
}
.winning_list dd {
  margin-bottom: 15px;
}
.winning_list dd {
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 10px;
}

/*-- 商品一覧スタイル --*/
.item_2colbox {
    width: 330px;
    float: left;
}
.item_2colbox_mar_right {
    margin-right: 20px;
}
.item_2colbox_mar_left {
    margin-left: 20px;
}
.item_3colbox {
    width: 220px;
    float: left;
}
.item_3col_ctr_mrg {
    margin: 0px 20px;
}
.item_3colbox img, .item_2colbox img {
	margin: 20px 0px!important;
}
.item_name a {
    text-decoration: none;
    color: #8e0d23;
}
.item_name a:hover {
    color: #8e0d23;
}
.item_name {
	font-size: 1.1em;
}
.naiyou {
	border-top: dotted 1px #848484;
	border-bottom: dotted 1px #848484;
	padding: 5px 0px;
}
.item_price {
	color: #315828;
}
.item_text {
	font-size: 0.9em;
}

/*-- 矢部村観光 --*/
.yabemura-img{
    margin: 20px 0;
}
.yabemura-event {
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-collapse: collapse;
  width: 100%;
}
.yabemura-event th,
.yabemura-event td {
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 10px;
}
.yabemura-event td {
	font-size: 15px;
}
.yabemura-event th {
  background-color: #eee;
  text-align: left;
  letter-spacing: 2px;
    font-size: 15px;
    width: 8em;
}
.timeschedule{
    margin-bottom: 0;
    font-size: 0;
}
.timeschedule dt, .timeschedule dd{
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
}
.timeschedule dt{
    font-weight: normal;
    width: 15%;
}
.timeschedule dd{
    width: 85%;
}