@charset "utf-8";
/* CSS Document */
/*------------------共通------------------*/
body {
	width: 100%;
	margin: 0 auto;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 15px;
	min-width: 1040px;
	color: #4d4d4d;
}

.left { float: left; }

.right { float: right; }

.text_c { text-align: center; }

.inbox {
  width: 980px;
  margin: auto;
}

a:hover { opacity: 0.8; }

.f_yg {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.f_ym {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

/*スマホでは表示させません*/
.pc_none {
	display: none !important;
}

/*header
--------------------------------------------*/
#header {
}

#header h1 {
	color:#fff;
	font-size:12px;
	font-weight:normal;
	display: block;
	padding: 1px 0px;
	background: url(../img/common/bg01.jpg) repeat left top;
}

#header h1 span {
	display: block;
}

.h_inner {
	padding: 15px 0px 10px;
}

.h_logo {
	float: left;
	margin-top: 3px;
}

.h_right {
	float: right;
	text-align: center;
}

.h_right ul {
	margin-bottom: 8px;
}

.h_right li {
	display: inline-block;
}

.h_right li:first-child {
	padding-right: 15px;
}

/*navi
--------------------------------------------*/
#navi {
	text-align: center;
}

.navi_in {
	width: 1098px;
	margin: auto;
	padding: 5px 0px 7px;
}

#navi li {
	float: left;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 1px;
}

#navi li a {
	color: #4d4d4d;
	display: block;
	padding: 5px 18px;
}

/*main_visual
--------------------------------------------*/
#main_visual {
	width: 100%;
	height: 640px;
	position: relative;
	text-align: center;
}

.mv_txt {
	width: 980px;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}

#top_slider li {
	text-align: center;
	height: 640px;
}

#top_slider li:nth-child(1) {
	background: url(../img/top/slide01.jpg) no-repeat center top;
	background-size: cover;
}

#top_slider li:nth-child(2) {
	background: url(../img/top/slide02.jpg) no-repeat center top;
	background-size: cover;
}

#top_slider li:nth-child(3) {
	background: url(../img/top/slide03.jpg) no-repeat center top;
	background-size: cover;
}

/* bxslider------- */
.bx-wrapper {
	width:100%;
	height:640px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}

.bx-viewport {
    overflow: visible!important;
    margin:auto;
	text-align:center;
}

.bx-pager {
	display:none;
}

/*top
--------------------------------------------*/

/*section02============*/
#section01 {
	background-image: url(../img/top/section01_bg02.png),url(../img/top/section01_bg.jpg);
	background-position: right bottom,center top;
	background-repeat: no-repeat,no-repeat;
	background-size: auto,cover;
}

.sec01_in {
	padding: 20px 0px 50px;
	position: relative;
	background: url(../img/top/sec01_img.png) no-repeat center;
	background-position: calc(50% - 460px) 50px;
}

.sec01_ttl {
	float: right;
	padding: 70px 60px 0px 0px;
	background: url(../img/top/sec01_ttlimg.png) no-repeat right top;
}

.sec01_txt {
	font-size: 16px;
	height: 470px;
	float: right;
	line-height: 195%;
	font-weight: 500;
	padding: 150px 50px 0px 0px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.sec01_txt span {
	-webkit-text-combine: horizontal;
	-ms-text-combine-horizontal: all;
	text-combine-upright: all;
}

/*section02============*/
#section02 {
	padding: 70px 0px 85px;
	background:url(../img/top/section02_bg.jpg) no-repeat center top;
	background-size: cover;
}

.sec02_ttl {
	text-align: center;
	margin-bottom: 20px;
}

.sec02_in {
	width: 1080px;
	margin: auto;
	position: relative;
}

.ec_product {
	padding: 30px 50px 20px;
	background-color: #fff;
}

.ec_product li {
	width: 200px;
	float: left;
	text-align: center;
	margin-right: 60px;
}

.ec_product li:last-child {
	margin-right: 0px;
}

.ec_img {
	width: 200px;
	height: 200px;
	background-color: #ccc;
}

.ec_txt dt {
	color: #645533;
	margin: 5px 0px;
	font-size: 14px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #a7a346;
}

.ec_txt dd {
	color: #91190c;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.sec02_btn {
	position: absolute;
	top: -25px;
	right: 50px;
	z-index: 999;
}

.ec_ctg {
	margin-top: 40px;
	text-align: center;
}

.ec_ctg li {
	padding-right: 14px;
	display: inline-block;
}

.ec_ctg li:last-child {
	padding-right: 0;
}

/*section03============*/
#section03 ul li {
	position: relative;
	overflow: hidden;
}

#section03 ul li:first-child {
	background-image: url(../img/top/section03_01l.png),url(../img/common/bg01.jpg);
	background-position: left bottom,left top;
	background-repeat: repeat-x,repeat;
}

#section03 ul li:nth-child(2) {
	background-image: url(../img/top/section03_02l.png),url(../img/common/bg02.jpg);
	background-position: left bottom,left top;
	background-repeat: repeat-x,repeat;
}

.sec03_w {
	padding: 70px 0px 65px;
}

#section03 ul li:first-child .sec03_w {
	text-align: right;
	background:url(../img/top/section03_01bg.jpg) no-repeat calc(50% - 575px) top;
}
#section03 ul li:nth-child(2) .sec03_w {
	background:url(../img/top/section03_02bg.jpg) no-repeat calc(50% + 575px) top;
}

.sec03_in {
	width: 560px;
	padding: 0px 25px;
	text-align: center;
}

#section03 ul li:first-child .sec03_in {
	float: right;
}

.sec03_txt {
	color: #fff;
	font-size: 16px;
	line-height: 190%;
	margin: 35px 0px 40px;
	letter-spacing: -0.5px;
}

.sec03_btn {
	font-size: 18px;
	background-color: #a7a346;
}

.sec03_btn a {
	color: #fff;
	display: block;
	padding: 10px 0px 10px 20px;
	background: url(../img/common/arrow01.png) no-repeat center left 35%;
}

/*section04============*/
#section04 {
	padding: 80px 0px 100px;
	background:url(../img/top/section04_bg.png) repeat-x left top;
	background-size: auto 100%;
}

#section04>div {
	position: relative;
}

.sec04_ttl {
	text-align: center;
	padding-bottom: 30px;
	background: url(../img/top/sec04_line.png) repeat-x center bottom;
}

.tp_news-list li {
	padding-top: 20px;
}

.tp_news-list li a {
	display: block;
}

/*news cmn=====*/
.news_cmn {
	overflow: hidden;
}

.news_cmn dt,
.news_cmn dd {
	float: left;
	box-sizing: border-box;
}

.news_cmn dt {
	color: #fff;
	width: 130px;
	text-align: center;
	border-radius: 6px;
	padding: 9px 10px 9px 25px;
	background: url(../img/common/arrow03.png) no-repeat center left 15px #a7bd53;
}

.news_cmn dd {
	color: #645533;
	font-size: 16px;
	padding: 9px 20px;
}
/*=============*/

.sec04_btn {
	width: 130px;
	position: absolute;
	top: 22px;
	right: 0;
	text-align: center;
	background-color: #a7a346;
}

.sec04_btn a {
	color: #fff;
	display: block;
	padding: 4px 0px 4px 15px;
	background: url(../img/common/arrow02.png) no-repeat center left 20px;
}

/*pageTop============*/
#pageTop {
	color: #FFF;
	position: fixed;
	bottom: 8%;
	right: 2%;
	z-index:999;
	cursor: pointer;
}

/*footer
--------------------------------------------*/
#footer {
	color: #fff;
	text-align: center;
	background:url(../img/common/bg01.jpg) repeat left top;
}

.footer_box {
	padding: 25px 0px 30px;
}

.f_list li {
	padding: 0px 10px;
	margin-bottom: 15px;
	vertical-align: bottom;
	display: inline-block;
}

.f_info dl {
	width: 240px;
	margin: auto;
	margin-top: 10px;
}

.f_info dt,
.f_info dd {
	font-size: 14px;
	display: table-cell;
}

.f_info dt {
	width: 80px;
	padding: 2px 0px;
	background-color: #4d6022;
}

.f_info dd {
	padding: 2px 15px;
}

.f_sitemap {
	padding: 5px 0px;
	text-align: center;
	background:url(../img/common/bg03.jpg) repeat left top;
}

.f_sitemap li {
	font-size: 12px;
	display: inline-block;
	border-right: 1px solid #fff;
}

.f_sitemap li:last-child {
	border: none;
}

.f_sitemap li a {
	color: #fff;
	padding: 0px 5px 0px 3px;
}

#copyright {
	color:#fff;
	font-size:10px;
	height:35px;
	line-height:35px;
	text-align:center;
}

#copyright a {
	color: #fff;
}

/*下層
--------------------------------------------*/
/*下層共通--------------------*/
#main_area {
	text-align: center;
	background: url(../img/common/main_bk.png) no-repeat center;
	background-size: cover;
}

.main_in {
	padding: 60px 0px;
	background: url(../img/common/main_in.png) no-repeat center;
}

.main_ttl {
	padding-bottom: 10px;
	background: url(../img/common/main_ttl-line.png) repeat-x center bottom;
}

#bread {
	color: #999;
	font-size: 12px;
	margin-top: 10px;
}

#bread li {
	float: left;
	margin-right: 5px;
	padding-right: 5px;
	line-height: 140%;
	border-right: 1px solid #999;
}

#bread li:last-child {
	border-right: none;
}

#bread li a {
	color: #999;
}

#container {
	padding: 40px 0px 100px;
}

.title01 {
	color: #fff;
	font-size: 20px;
	border-radius: 6px;
	margin-bottom: 15px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	background: url(../img/common/ttl_bk.png) no-repeat center;
	background-size: 100% auto;
}

.title01 span {
	display: block;
	padding: 5px 15px 3px 40px;
	background: url(../img/common/ttl_lt.png), url(../img/common/ttl_rt.png);
	background-repeat: no-repeat;
	background-position: 12px 9px, right bottom 5px;
}

.title02 {
	color: #645533;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
	padding: 6px 15px 8px 35px;
	border-bottom: 1px solid #bba346;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: url(../img/common/ttl_img.png) no-repeat left top;
}

.sec_mb01 {
	margin-bottom: 60px;
}

.sec_mb02 {
	margin-bottom: 80px;
}

.cmn_dl {
	background: url(../img/common/dl_bk.png) repeat left top;
}

.cmn_dl dl {
}

.cmn_dl dt,
.cmn_dl dd {
	padding: 12px 18px;
	vertical-align: top;
	display: table-cell;
	box-sizing: border-box;
	border-bottom: 1px dashed #cdd2c5;
}

.cmn_dl dl:last-child dt,
.cmn_dl dl:last-child dd {
	border-bottom: none;
}

.cmn_dl dt {
	width: 180px;
}

.cmn_dl dd {
	width: 800px;
	background-color: #fafafa;
}

.f_wt {
	color: #677d19;
	font-weight: bold;
}

.left_img {
	float: left;
	padding-right: 20px;
}

/*site_map
--------------------------------------------*/
.site_list li {
	border-bottom: 1px solid #cdd2c5;
}

.site_list li a {
	display: block;
	color: #645533;
	padding: 13px 30px;
	background: url(../img/site_map/arrow.png) no-repeat center left;
}

/*privacy
--------------------------------------------*/
.privacy_box {
	margin-bottom: 40px;
}

/*company
--------------------------------------------*/
.comp_txt {
	padding: 0px 325px 120px 0px;
	background: url(../img/company/company_img.png) no-repeat right top;
}

.comp_dl {
	margin-top: 30px;
}

.access {
	margin-top: 25px;
}

.access h4 {
	color: #645533;
	font-size: 18px;
	font-weight: bold;
	padding: 2px 20px;
	margin-bottom: 3px;
	background: url(../img/company/map_icon.png) no-repeat center left;
}

.map_dl {
	margin-top: 8px;
}

.map_dl dt,
.map_dl dd {
	display: table-cell;
	box-sizing: border-box;
}

.map_dl dt {
	color: #fff;
	width: 185px;
	padding: 7px 15px;
	vertical-align: middle;
	background-color: #a7a346;
}

.map_dl dd {
	padding: 7px 15px;
}

/*policy
--------------------------------------------*/
.ply_box {
	margin-bottom: 20px;
}

.point_ttl {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	padding: 19px 0px;
	margin-bottom: 20px;
	background: url(../img/common/line.png), url(../img/common/line.png);
	background-repeat: repeat-x;
	background-position: center top, center bottom;
}

.point_list li {
	overflow: hidden;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px dashed #cdd2c5;
}

.point_list li:last-child {
	border-bottom: none;
	padding-bottom: 10px;
}

.point_txt {
	width: 640px;
	float: left;
}

.point_img {
	float: right;
}

.charm_list {
	text-align: center;
}

.charm_list li {
	width: 470px;
	vertical-align: top;
	display: inline-block;
	padding-right: 30px;
}

.charm_list li:nth-child(-n+2) {
	padding-bottom: 35px;
}

.charm_list {
	margin-top: 30px;
}

.charm_list li:nth-child(2n) {
	padding-right: 0px;
}

.charm_txt {
	margin-top: 15px;
}

.charm_txt dd {
	text-align: left;
	letter-spacing: -0.4px;
}

/*tea
--------------------------------------------*/
.tea_box {
	margin-bottom: 30px;
}

.tea_box01,
.tea_box02 {
	margin-bottom: 50px;
}

.tea_box01 .tea_list {
	margin-top: 25px;
}

.tea_list li {
	width: 300px;
	float: left;
	margin-right: 40px;
}

.tea_list li:last-child {
	margin-right: 0px;
}

.tea_img {
	margin-bottom: 10px;
}

.tea_box03 {
	padding: 15px;
	background: url(../img/tea/bk.png) repeat center;
}

.tea_box03 p {
	padding: 10px;
	background-color: #fff;
}

/*osusume
--------------------------------------------*/
#page_link {
	text-align: center;
}

#page_link li {
	padding: 0px 25px;
	display: inline-block;
}

.osusume_box {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #cdd2c5;
}

.osusume_box:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

.osusume_lt {
	width: 640px;
	float: left;
}

.osusume_rt {
	float: right;
}

.osusume_price {
	margin-top: 30px;
	padding: 10px 10px;
	background-color: #f2f2f2;
}

.osusume_price dl {
	float: left;
	margin-top: 5px;
}

.osusume_price dt,
.osusume_price dd {
	vertical-align: middle;
	display: inline-block;
}

.osusume_price dd {
	color: #91190c;
	font-size: 20px;
	font-weight: bold;
	padding-left: 10px;
}

.osusume_price dd span {
	font-size: 12px;
	vertical-align: middle;
}

.osusume_price p {
	width: 190px;
	float: right;
	border-radius: 10px;
	text-align: center;
	background-color: #a7a346;
}

.osusume_price p a {
	color: #fff;
	display: block;
	padding: 8px 10px 8px 30px;
	background: url(../img/common/arrow03.png) no-repeat center left 20px;
}

/*news
--------------------------------------------*/
.news_list li {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #cdd2c5;
}

.news_list li a {
	display: block;
}

.news_list li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

.news_list li div {
	color: #808080;
	font-size: 14px;
	margin-top: 10px;
	padding: 5px 10px;
	border-radius: 6px;
	background-color: #f2f2f2;
}

.news_in {
    overflow: hidden;
    word-wrap: break-word;
}

.news_in img {
}

.news_day {
	color: #a7bd53;
	font-size: 12px;
	text-align: right;
	margin-top: 15px;
}

.page_btn {
	font-size: 12px;
	margin-top: 8px;
	padding-top: 8px;
	border-top: 1px dashed #cdd2c5;
}

.page_btn a { color: #a7a346; }

.page_btn .left a {
    padding-left: 15px;
    background: url(../img/news/arrow_l.png) no-repeat center left;
}
.page_btn .right a {
    padding-right: 15px;
    background: url(../img/news/arrow_r.png) no-repeat center right;
}

ul.pagenation {
	margin-top: 15px;
	text-align: center;
}

.pagenation li {
    padding: 0px 5px;
    display: inline-block;
    border: 1px solid #a7bd53;
}

li.current {
    color: #fff;
    background-color: #a7bd53;
}

/*画像サイズ設定=======*/
.thumb {
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.thumb img {
	position: absolute;
	top: 50% !important;
	left: 50% !important;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}
