@charset "utf-8";
/*
Theme Name: https://www.tanimoto-farm.com/
Description:https://www.tanimoto-farm.com/オリジナルテーマ
Theme URI: https://www.tanimoto-farm.com/
Author: https://www.tanimoto-farm.com/
Author URI: https://www.tanimoto-farm.com/
Version: 1
*/

/* CSS Document */
a{
	/* \*/
	overflow:hidden;
	/* */
	outline:none;
	text-decoration: none;
	color:#000;
	transition:0.3s;
}
a:link{
}
a:visited{
	color:#000;
}
a:hover{
	opacity:0.5;
	color:#000;
}
section a, section a:visited{
	color:#00967b;
}
::selection{
    background: #00967b;
    color: #ffffff;
}
::-moz-selection{
    background: #00967b;
    color: #ffffff;
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-track {
	background: #f1f4f6;
}
::-webkit-scrollbar-thumb {
background: #00967b;
}

/* layout */
html{
	font-size: 62.5%;
}
body{
	margin:0;
	color:#000;
	font-size: 1.5rem;
	line-height:1.8;    
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	overflow-x: hidden;
    background: #FFFFFF;
}
.wrapper{
	overflow-x: hidden;
}
header{
	z-index: 9999;
}
.container{
	margin-left: auto;
	margin-right: auto;
	text-align:left;
    display: flow-root;
}
.page{
	margin: auto;
}
.container img, .page img{
	max-width: 100%;
	height: auto;
}




/* header */

.logo{
}
.logo img{
}
@media screen and (max-width: 896px){

.drawer-hamburger {
  background: #00967b!important;
	border: solid 1px #FFF!important;
}
.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  background-color: #FFF!important;
}

.drawer-nav {
}
}/*ham*/

.h_right{
	display: flex;
	align-items: center;
}
.h_right img{
	margin-left: 15px;
}
.h_top{
	border-bottom: solid 5px #f7931e;
	padding: 5px 5%;
	margin-bottom: 20px;
}
.h_top h3{
	max-width: 1100px;
	margin: auto;
	font-size: 100%;
}
.g_navi_box{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: bold;
}
/*-----------------------------------*/

/* side */
.s_banner img{
	margin-bottom: 20px;
}
.calendar{
	text-align: center;
	background: #e6e6e6;
	padding: 20px;
	margin-bottom: 40px;
}
.calendar h4{
	color: #00967b;
	margin-bottom: 20px;
}
.s_title{
	border-top: solid 1px #00967b;
	border-bottom: solid 1px #00967b;
	color: #00967b;
	padding: 10px 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
.s_title span{
	color: #90b821;
}
.s_cat{
	padding: 20px;
	margin-bottom: 20px;
	line-height: 1.4;
}
.s_cat a{
	display: block;
	padding: 10px 0;
	text-align: left;
	border-bottom: solid 1px #f0a022;
}
.s_cat span{
	display: block;
	color: #666;
	font-size: 1.4rem;
}
.s_mikan{
	background: #fbe9be;
}
.s_ume{
	background: #dfecc3;
}
.s_lemon{
	background: #fff3c3;
}
.s_cat.s_ume a{
	border-bottom: solid 1px #acc707;
}
.s_cat.s_lemon a{
	border-bottom: solid 1px #fcdd21;
}
.s_mail{
	background: #00967b;
	color: #FFF;
	padding: 20px;
	margin-bottom: 40px;
}
.s_mail h4{
	position: relative;
	padding-left: 30px;
	margin-bottom: 20px;
}
.s_mail h4:before{
	position: absolute;
	content: "";
	background: url( "images/side11.webp") center/contain;
	width: 20px;
	height: 15px;
	top: 5px;
	left: 0;
}
.mailmaga{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.mailmaga input{
	border: none;
	padding: 5px 8px;
}
.mailmaga input[type="submit"] {
	background: #333;
	color: #FFF;
	cursor: pointer;
}
a.s_mail_btn{
	color: #FFF;
	border: solid 1px #FFF;
	padding: 5px 15px;
	border-radius: 10px;
	display: block;
	font-size: 1.3rem;
	text-align: center;
	margin: 5px 0;
}
.s_navi ul{
	border-top: solid 1px #000;
	margin-bottom: 40px;
}
.s_navi ul li{
	border-bottom: solid 1px #000;
}
.s_navi ul li a{
	display: block;
	padding: 10px 20px;
}

/*-----------------------------------*/

/* footer */
.s_btn{
    position: fixed;
    z-index: 200;
    right: 0;
    top: 27%;
}
.s_btn a{
	display: block;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	padding: 60px 15px;
	color: #FFF;
	background: #b5793c;
}
footer{    
    text-align: center;
	clear:both;
	margin-top: 50px;
}
.f_bg{
	background: #00967b;
	color: #FFF;
	padding: 60px 0;
}
.f_bg h2{
	margin-bottom: 20px;
}
.f_content{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.f_navi{
}
.f_navi ul{
    display: flex;
    justify-content: space-between;
	margin: auto;
	flex-wrap: wrap;
}
.f_navi ul li a{
	padding: 0 10px;
	color: #FFF;
	font-size: 90%;
}
.f_logo_box{
	margin: auto;
}
.f_logo h3{
	margin-bottom: 20px;
}
.copy{
	padding: 20px;
	text-align: center;
}
.copy a{
	color: #000!important;
}


/*-----------------------------------------*/

/*-----------------------
	トップへ戻るボタン
-------------------------*/

#page_top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 90%;
}
#page_top a {
	display: block;
	text-align: center;
}
#page_top a:hover {
	text-decoration: none;
	opacity: 1.0;
}

/*-----------------------------------------*/



/* main */
.pagetitle {
	background-image: url("images/pagetitle_bg.webp");
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	box-sizing: border-box;
    /*text-transform: uppercase;*/
    position: relative;
	text-align: center;
    display: flow-root;
	padding: 57px 5%;
	color: #FFF;
}


.pagetitle h1, .pagetitle h2{
    font-size: 3.0rem;
	letter-spacing: 3px;
	margin: 0;
	padding: 0;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.pagetitle span{
	font-size: 1.6rem;
	display: block;	
	letter-spacing: 2px;
	text-transform: uppercase;
}


.slide_box{
    position: relative;
	display: flow-root;
	margin: 0 auto 80px;
}
.slick-slide img{
	width: 100%;
	margin: auto;
}
.slide_on{
    position: absolute;
    bottom: -60px;
	right: 20px;
    z-index: 100;
	width: 100%;
	text-align: right;
}
.slide_on img{
	max-width: 80%;
}

.slick-dots li.slick-active button{
	background: #00967b!important;
}
.scroll_btn{
    position: absolute;
    bottom: 2%;	
	width: 100%;
	text-align: center;
    z-index: 100;
}
.scroll_btn img{
	width: 36px;
}
section{
	margin-bottom: 80px;
}
.page h1, .page h2{
	font-size: 1.8rem;	
	margin-bottom: 30px;
	background: #00967b;
	color: #FFF;
	padding: 7px 20px;
	font-weight: normal;
}
.page h3{
	font-size: 1.8rem;	
	padding: 5px 0;
	color: #00967b;
	border-bottom: solid 1px #00967b;
	margin-bottom: 20px;
}
.page h4{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    margin-bottom: 30px;
    font-size: 2rem;
}
.page h5{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 1.7rem;
	color: #00967b;
	letter-spacing: 2px;
    margin-bottom: 10px;
}
.min{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.title_line{
	color: #00967b;
	font-size: 2rem;
	display: flex;
	align-items: center;
    font-weight: normal;
    margin-bottom: 40px;
}
.title_line:before, .title_line:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #000;
	display: block;
    max-width: 55px;
    margin: auto;
}
.title_line:before {
	margin-right: .4em;
}
.title_line:after {
	margin-left: .4em;
}
.title_bline{
	text-align: center;
  position: relative;
  display: block;
    margin-bottom: 20px;
	letter-spacing: 5px;
}
.title_bline:before {
  content: '';
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 120px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #000;
}

.font_color{
	color:#00967b;
}
.font_orange{
	color:#ffa63b;
}
.scroll{}

ol{
	padding-left: 5px;
	margin-bottom: 40px;
}
ol li{
	margin: 0 0 20px 0;
	padding: 0;
}

.table01{
	width: 100%;
	margin: 0 auto 40px;
	border-collapse: collapse;
}
.table01 th{
	padding:20px;
	white-space: nowrap;
	width: 20%;
	vertical-align: top;
	text-align: left;
	border:solid 1px #DDD;
	font-weight: normal;
}
.table01 td{
	padding:20px;
	border:solid 1px #DDD;
}
.table01 td p:last-child{
	margin-bottom: 0;
}
.table02{
	width: 100%;
	margin: 0 auto 20px;
	border-collapse: collapse;
}
.table02 th{
	padding:20px 10px;
	white-space: nowrap;
	width: 20%;
	vertical-align: top;
	text-align: left;
	border-bottom: 1px solid #00967b;
	color: #00967b;
}
.table02 td{
	padding:10px 10px;
	border-bottom: 1px solid #DDD;
}
a.more{
	display: inline-block;
	color: #00967b!important;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.map iframe{
    width: 100%;
}

hr{
	border: 0;
	border-top: 1px solid #b2b2b2;
	margin:40px 0;
}



/*-----------------------------------*/

/* contact */

.btn01 a, .btn01 input, .btn01 button{
	display: inline-block;
	margin: 5px 10px;
	padding: 10px 20px;
	color: #00967b!important; 
	text-decoration:none;
	text-align:center;
	transition:0.3s;
    box-sizing: border-box;
    position: relative;
	background: #FFF;
	border: solid 1px #00967b;
}
.btn01 li a{
	display: block;
}
.btn01 a:hover, .btn01 input:hover, .btn01 button:hover{
	opacity: 0.7;
}

.btn02 a{
	display: inline-block;
	margin: 5px 10px;
	padding: 10px 20px;
	color: #FFF!important; 
	text-decoration:none;
	text-align:center;
	transition:0.3s;
    box-sizing: border-box;
	background: #00967b;
}
/*.btn01 a:after{
   position:absolute;
   top:47%;
   right:30px;
   transform: translateY(-50%);
   content: ">";
   animation:infinite movearrow 1.5s ;
}

@keyframes movearrow {
   0%{margin:0 15px 0 -15px;opacity:.3;}
}*/

table.formTable{
	width:100%;
	margin:auto;
	border-collapse:collapse;
	margin-bottom: 40px;
}
table.formTable tr{
	border-bottom: dotted 1px #CCC;
}
table.formTable th{
	padding:20px;
	font-weight:normal;
	text-align: right;
}
table.formTable td{
	padding:20px;
	text-align:left;
}
::placeholder {
  color: #CCC;
}
.need, .option{
	margin-left:10px;
	display:inline-block;
	font-size: 1rem;
}
.need{
	color:#C00;
}
.option{
	background: #f1f4f6;
	color:#666;
}

.tel_box{
	padding: 20px;
	border: solid 1px #00967b;
	color: #00967b;
	line-height: 2.2;
	margin-bottom: 40px;
}
.tel_box p{
	margin-bottom: 0;
}
.tel_no a{
	font-size: 4rem;
	line-height: 1.2em;
	text-decoration: none;
    color: #00967b!important;
	font-weight: 400;
	font-style: normal;
	margin: 10px 0;
}
.contact_flow{
	background: linear-gradient(#FFF 48%, #DDD 48%, #DDD 52%, #FFF 52%);
	max-width: 500px;
	margin: 0 auto 20px;
}
.contact_flow ul{
	justify-content: space-between;
}
.contact_flow ul li{
	background: #FFF;
	border: solid 1px #DDD;
	padding: 15px 10px;
	margin-bottom: 0;
	color: #DDD;
	width: 20%;
}
.contact_flow ul li span{
	display: block;
}
.contact_flow ul li.step_on{
	border-color: #00967b;
	color: #00967b;
}

/* faq */
dl.faq{
	border-bottom: solid 1px #CCC;
}
dl.faq dt{
	font-weight: normal;
    position: relative;
	font-size: 1.8rem;
	border-top: solid 1px #CCC;
}
dl.faq  dt:hover{
  cursor: pointer;
}
dl.faq dt:before {
	content: "Q.";
	padding-right: 14px;
	font-size: 3rem;
    color: #00967b;
}
dl.faq dd {
	margin: 10px 0 20px;
    position: relative;
    padding: 20px 30px;
    background: #ebf0f7;
}
/*
dl.faq dd:before {
	content: "A.";
	font-size: 3rem;
	color: #CC0000;
	padding-right: 14px;
}
*/
/*-----------------------------------*/

/* wp */
.side h2{
	border-bottom: solid 2px #00967b;
	margin: 0 0 20px;
	padding: 0 0 5px 0;
	font-size: 1.8rem;
	text-align: left;
	background: none;
	letter-spacing: 0;
	color: #000;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.breadcrumbs{
    max-width: 1100px;
	margin:20px auto 40px;
	font-size: 1.4rem; 
	text-align: right;
}
.breadcrumbs a{
	text-decoration: none;
	color: #000;
	overflow: hidden;
}
.breadcrumbs span.current-item {
    display: inline-block;
    padding: 0;
    vertical-align: middle;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.single{
	margin:0 auto 40px;
	border-bottom: solid 1px #000;
	padding-bottom:40px;
	max-width:900px;
}
.single h1, .single h2{
	border-bottom: solid 1px #000;
    padding: 0 0 5px;
	margin: 0 auto 20px;
    font-size: 2rem;
    text-align: left;
	background: none;
	color: #000;
}
.single p{
    margin-bottom: 20px;
}
.thum img{
	width:100%;
	height:auto;
}
ul.post_list li{
	margin-bottom:20px;
	padding-bottom:20px;
	display: flex;
	justify-content: space-between;
	border-bottom: solid 1px #DDD;
}
.post_list .thum{
	width: 30%;
}
.post_list .post_text{
	width: 67%;
}
.post_cat a{
}
table#wp-calendar th, table.wp-calendar th{
	background: #ebf6f5;
}
table#wp-calendar a, table.wp-calendar a {
    background: #00967b;
	color: #FFF;
	text-decoration: none;
}
/* link */

.link_table h4{
	padding: 5px 10px;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	margin-bottom: 20px;
}
.link_table ul{
	margin: 0 0 80px;
}
.link_table ul li{
	text-align: center;
}
.gallery-columns-3 .gallery-item{
	padding:0 3% 0 0;
}


.side li.cat-item {
	position:relative;
	padding: 0 0 10px 15px;
    border: none;
	border-bottom:dotted 1px #CCC;
    margin-bottom: 10px;
}
.side ul.children li.cat-item {
	padding: 0 0 0 15px;
    border: none;
    margin-bottom: 0;
}
.side li.cat-item a{
    border-bottom: none!important;
    padding: 0!important;
    color: #000!important;
}
.side li.cat-item a::before {
	position: absolute;
	content: '';
	display: block;
	top: 12px;
	left: 0;
	width: 6px;
	height: 6px;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	transform: rotate(-45deg);
}
.widget_recent_entries ul li a{
	border-bottom: none;
	padding: 10px;
}
.widget_recent_entries ul li:nth-child(odd) a{
	background: #EFEFEF;
}
.gallery{
	background: #EFEFEF;
	padding: 10px;
	box-sizing: border-box;
	display: flow-root;
}
.gallery-item{
	margin-top:0!important;
}
.gallery-item img{
	border: solid 10px #EFEFEF!important;
	width: 100%!important;
	box-sizing: border-box;
}

ul.top_post{
	text-align: left;
	margin-bottom: 20px;
}
ul.top_post li{
	display: grid;
	grid-template-columns: 1fr 4fr;
	border-bottom: solid 1px #00967b;
	padding: 20px;
	grid-gap: 20px;
}
.post_title{
	margin: 10px 0 30px;
}
.post_title a{
	color: #000!important;
}
.post_more {
	text-align: right;
	position: absolute;
	bottom: 20px;
	right: 0;
}
.post_more a{
	color: #00967b!important;
}

/*-----------------------------------*/
/* index */
.index h2{
	font-size: 1.8rem;	
	margin-bottom: 30px;
	background: #00967b;
	color: #FFF;
	padding: 7px 20px;
	font-weight: normal;
}
.index h3{
	font-size: 1.6rem;
	line-height: 1.8;
	margin: 10px 0 2px;
	color: #00967b;
}
.lead{
	text-align: center;
	font-size: 2.6rem;
	line-height: 1.6;
	margin-bottom: 30px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color: #d60000;
	font-weight: bold;
}
.index h2.top_title01{
	background: url( "images/top_title.webp") no-repeat left center/ 28px auto;
	padding: 5px 0 5px 40px;
	color: #00967b;
	border-bottom: solid 1px #00967b;
	margin-bottom: 20px;
}
.index ul.top_fru h3{
	color: #000;
}
.top_reco{
	margin-top: 20px;
	margin-bottom: 40px;
}
.top_fru li{
	margin-top: 10px;
}
.box01{
	padding: 20px;
	border: solid 1px #000;
	margin-bottom: 60px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.box01 p:last-child{
	margin-bottom: 0;
}
.index .box01 h3{
	color: #623206;
	font-size: 2.3rem;
}
.box02{
	padding: 20px;
	border: solid 1px #00967b;
	color: #00967b;
	line-height: 2.2;
}
.box02 h3{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	border-bottom: solid 1px #00967b;
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-size: 1.8rem;
}

dl.voice{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}
dl.voice dt{
	width: 100px;
	height: 100px;
	box-sizing: border-box;
	text-align: center;
	padding: 30px 15px 0;
	line-height: 1.4;
	border-radius: 50%;
	border: solid 1px #00967b;
	color: #00967b;
	font-size: 1.5rem;
}
dl.voice dd{
	width: 80%;
	border-radius: 20px;
	position: relative;
	display: inline-block;
	min-width: 120px;
	max-width: 100%;
	background: #fbe9be;
	box-sizing: border-box;
	padding: 20px 30px 0;
}

dl.voice dd:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #fbe9be;
	box-sizing: border-box;
}
.img_text img{
	display: block;
	margin: 0 auto;
}
ul.list01{
	margin-bottom:  40px;
}
ul.list01 li{
	margin-bottom: 20px;
	border-left: solid 5px #00967b;
	padding: 5px 0 5px 20px;
}
ul.list01 li p{
	margin-bottom: 0px;
}
.table_link{
	width: 100%;
	margin: 0 auto 40px;
	border-collapse: collapse;
}
.table_link th{
	padding:20px;
	white-space: nowrap;
	vertical-align: middle;
	text-align: left;
	border:solid 1px #CCC;
	font-weight: normal;
	background: #ebf0f7;
}
.table_link th a{
	color: #000!important;
}
.table_link td{
	padding:20px;
	border:solid 1px #CCC;
}
.table_link td p:last-child{
	margin-bottom: 0;
}
.table_link a[target="_blank"]::after{
	 content: "\f35d";
	 font-family: "Font Awesome 5 Free";
	 font-weight: bold; /*指定しないと表示されない*/
	 padding-left: .3em; /*文字とアイコンの間に隙間*/
	color: #00967b;
}
.p_navi a{
	display: block;
	background: #8dc21f;
	color: #FFF!important;
	text-align: center;
	padding: 20px;
	border-radius: 10px;
}
ul.sitemap li a{
	display: block;
	padding: 15px;
	background: #ebf0f7;
	margin-bottom: 5px;
}
ul.sitemap li ul.sub li a{
	padding-left: 30px;
}
ul.sitemap li ul.sub li a:before {
	content: "→ ";
}
.products_list{
	text-align: center;
}
.products_list a{
	color: #000!important;
	font-weight: bold;
}
.products_list img{
	margin-bottom: 10px;
	border: solid 1px #DDD;
}
.products_list li{
	margin-bottom: 60px!important;
}
.page h1.product_name{
	background: none;
	color: #000;
	padding: 0;
	font-size: 2.2rem;
	font-weight: bold;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	margin-bottom: 10px;
}
.product_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 40px;
}
.box03{
	border: double 3px #ff5900;
	padding: 20px;
	margin-bottom: 40px;
}
.box03 span{
	color: #ff5900;
}
.cart_table table{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 40px;
}
.cart_table table th{
	background: #00967b;
	color: #FFF;
	padding: 10px;
	text-align: center;
	border:solid 1px #00967b;
	white-space: nowrap;
}
.cart_table table tr td{
	padding: 10px;
	border:solid 1px #00967b;
	text-align: center;
	background: #ebf0f7;
}
.cart_table table tr td:last-child{
	background: #FFF;
}
.cart_table table td p{
	margin-bottom: 0;
}
.tedori_ume h2{
	background: #e2405f;	
}
.tedori_ume .cart_table table th{
	background: #e2405f;
	border:solid 1px #e2405f;	
}
.tedori_ume .cart_table table td{
	background: #f7dfe7;
	border:solid 1px #e2405f;	
}
.red{
	color: #EE0000;
}
.blue{
	color: #0000CC;
}
#check{
	margin-top: 80px;
}
dl.dlist01 dt{
	margin-bottom: 20px;
	font-weight: bold;
	border-bottom: solid 1px #00967b;
	padding-bottom: 7px;
}
dl.dlist01 dd{
	margin-bottom: 60px;
}
