/*
Theme Name: Yoshida Farm
Description:Yoshida Farm
Tags: Yoshida Farm
Version: 1.6.0
*/
@charset "utf-8";
/* ----------------------------------
              COMMON
---------------------------------- */
html {
  scroll-behavior: smooth;
}
body {
    margin: 0px auto;
    font-family:"Noto Sans JP","メイリオ",meyrio;
    background: #fff;
    font-size: 18px;
}
main.page {
	margin:66px auto 0;
}
@media screen and (max-width:768px) {
    body { font-size: 16px; }
	main.page {
		margin:20px auto 0;
	}
}
header, section, article, aside, footer {
    display: block;
}
img {
	width:100%;
	height:auto;
    margin: 0;
    padding: 0;
    border: none;
	display:block;
}
ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-position: outside;
}
h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
}
p {
    padding: 0;
}
div {
    margin: 0;
    padding: 0;
}
/* PC TB SP */
.pc { display: inline-block; }
.pctb { display: inline-table; }
.tb { display: none; }
.sp { display: none; }
.sp-table { display: none; }
@media screen and (max-width: 769px) {
    .pc { display: none; }
    .tb { display: inline-block; }
    .sp { display: none; }
    .sp-table { display: none; }
}
@media screen and (max-width: 480px) {
    .pc { display: none; }
    .pctb { display: none; }
    .tb { display: none; }
    .sp { display: inline-block; }
    .sp-table {
        display: inline-table;
        font-size: 14px;
        width: 100%;
    }
}
.aligncenter {
	display: block;
	text-align:center;
	margin: 0 auto;
}
.alignright {
  text-align: right;
}
.alignleft {
  text-align: left;
}
.wp-caption{
  display: block;
  max-width: 100% !important;
  text-align: center;
}
.wp-caption-text {
  margin-top: 0;
}
.sec-404 {
	margin:100px auto;
}
.sec-404 .contents-inner{
	text-align:center;
}
.page .entryCon img{
	display: inline-block;
	width:auto;
	margin-top:0;
}
.entryCon img.imgBox {
	padding: 2px;
    border: 1px solid #0f2b58;
}
@media screen and (max-width:480px){
	#wpadminbar{
		display:none !important;
	}
	.page .entryCon img {
		max-width: 100% !important;
		margin:0;
	}
}

/* ----------------------------------
              HADER
---------------------------------- */




/* ----------------------------------
             NIVO SLIDER
---------------------------------- */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	height: auto;
	max-width: none !important;
}

.nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    height: auto;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
	background:white;
	filter: alpha(opacity=0);
	opacity: 0;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:50;
	overflow:hidden;
}

.nivo-box img { display:block; }
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	padding: 0;
	width:100%;
	z-index:89;
	display: none;
	opacity:0.8;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.nivo-caption .nivo-caption-content {
	padding: 5px 10px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
.nivo-controlNav .nivo-thumbNavWrapper {
	z-index: 100;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
.nivo-controlNavHolder {
	z-index: 100;
	text-align: center !important;
}

.nivo-controlNavHolder .nivo-controlNav {
	visibility: hidden;
}

.nivo-controlNav {
	display: inline-block;
}

.nivoSlider .nivo-controlNavHolder {
	display: block;
}

.nivoSlider .nivo-controlNavHolder .nivo-controlNav span {
	display: block;
}

.nivoSlider .nivo-controlNavHolder .nivo-controlNav span.nivo-thumbNavWrapper {
	display: none;
}

.ari-image-slider-wrapper {
	position: relative;
}

.ari-image-slider-wrapper
{
	margin: 0 auto;
}

body .ari-image-slider-wCtrlNav 
{
	margin-bottom: 20px;
}

.nivoSlider {
	position:relative;
	margin: 0;
	background:#202834 url(images/loading.gif) no-repeat 50% 50%;
	-moz-box-shadow:0px 0px 10px #333;
	-webkit-box-shadow:0px 0px 10px #333;
	box-shadow:0px 0px 10px #333;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.nivoSlider a {
	border:0;
	display:block;
}

.nivo-controlNavHolder {
	width:auto;
}

.nivo-controlNav {
	position: relative;
	width: auto;
	padding-top: 10px;
}

.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:-10px 0;
}

.nivo-directionNav a {
	display:block;
	width:32px;
	height:34px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-32px 0;
	right:10px;
}
a.nivo-prevNav {
	left:10px;
}
.nivo-controlNav a.hover {
	background-position:-10px 0;
}
.nivo-controlNav .nivo-thumbNavWrapper img {
	display: block !important;
	position: absolute;
	top: -100%;
	left: -50%;
	margin-top: -12px;
	border: 1px solid #A0A0A0;
	background-color: #FFF;
	padding: 3px;
	-moz-box-shadow: 0 0 5px #999;
	-webkit-box-shadow: 0 0 5px #999;
	-o-box-shadow: 0 0 5px #999;
	box-shadow: 0 0 5px #999;
}
.nivo-arrow-border {
  border-color: #0E0E0E transparent transparent transparent;
  border-style: solid;
  border-width: 5px;
  height:0;
  width:0;
  position:absolute;
  bottom:100%;
  margin-bottom: -5px;
  left:0;
}
.nivo-arrow {
  border-color: #FFF transparent transparent transparent;
  border-style: solid;
  border-width: 5px;
  height:0;
  width:0;
  position:absolute;
  bottom:100%;
  margin-bottom: -5px;
  left:0;
}

@media screen and (max-width:480px){
	.nivoSlider {
		box-shadow:none;
	}
}

/* ----------------------------------
             SYSTEM CSS
---------------------------------- */
/* Unpublished */
.system-unpublished, tr.system-unpublished {
	background: #e8edf1;
	border-top: 4px solid #c4d3df;
	border-bottom: 4px solid #c4d3df;
}

span.highlight {
	background-color:#FFFFCC;
	font-weight:bold;
	padding:1px 4px;
}

.img-fulltext-float-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.img-fulltext-float-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.img-fulltext-float-none {
}

.img-intro-float-right {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}

.img-intro-float-left {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.img-intro-float-none {
}

/* ----------------------------------
             GENERAL CSS
---------------------------------- */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }

/* Buttons */
#editor-xtd-buttons {
	padding: 5px;
}

.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
	float: left;
}

.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
	display: block;
	height: 22px;
	float: left;
	line-height: 22px;
	font-size: 11px;
	color: #666;
	cursor: pointer;
}

.button2-left span,
.button2-right span {
	cursor: default;
	color: #999;
}

.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
	padding: 0 6px;
}

.page span {
	color: #000;
	font-weight: bold;
}

.button2-left a:hover,
.button2-right a:hover {
	text-decoration: none;
	color: #0B55C4;
}
.button2-left a,
.button2-left span {
	padding: 0 24px 0 6px;
}
.button2-right a,
.button2-right span {
	padding: 0 6px 0 24px;
}
.button2-left {
	background: url(./image/j_button2_left.png) no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-right {
	background: url(./image/j_button2_right.png) 100% 0 no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-left .image {
	background: url(./image/j_button2_image.png) 100% 0 no-repeat;
}

.button2-left .readmore,
.button2-left .article {
	background: url(./image/j_button2_readmore.png) 100% 0 no-repeat;
}

.button2-left .pagebreak {
	background: url(./image/j_button2_pagebreak.png) 100% 0 no-repeat;
}

.button2-left .blank {
	background: url(./image/j_button2_blank.png) 100% 0 no-repeat;
}

/* Tooltips */
div.tooltip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	z-index:13000;
}

div.tooltip h4 {
	padding: 0;
	margin: 0;
	font-size: 95%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(./image/selector-arrow.png) no-repeat;
}

div.tooltip p {
	font-size: 90%;
	margin: 0;
}
/* Caption fixes */
/* Caption fixes */
.img_caption .left {
        float: left;
        margin-right: 1em;
}
.img_caption .right {
        float: right;
        margin-left: 1em;
}
.img_caption .left p {
        clear: left;
        text-align: center;
}

.img_caption .right p {
        clear: right;
        text-align: center;
}
.img_caption  {
	text-align: center!important;
}
.img_caption.none {
	margin-left:auto;
	margin-right:auto;
}
/* Calendar */
a img.calendar {
	width: 16px;
	height: 16px;
	margin-left: 3px;
	background: url(./image/calendar.png) no-repeat;
	cursor: pointer;
	vertical-align: middle;
}

/* ----------------------------------
             TEMPLATE CSS
---------------------------------- */
@font-face {
  font-family: "HiraMaru";
    src: url(./fonts/HiraMaru.woff) format("woff");
}

body{
  padding: 0;
  margin: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  color: #343434;
  width: 100%;
  height: 100%;
}
* { 
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a{ 
  color: #0351b6;
  text-decoration: none;
}
a:hover{ text-decoration: underline;} 
a img{ border: none;}

#wrap_header{
  padding: 0;
  margin: 0;
  border-top: 8px solid #0351b6;
}
#header{
  position: relative;
  padding: 0;
  margin: 0 auto;
	width:100%;
	max-width: 980px;
}

#wrap_nav{
  padding: 0;
  margin: 0;
}
#nav{
  padding: 0;
  margin: 0 auto;
	width:100%;
	max-width: 980px;
}
#top{
  position: relative;
  padding: 0;
  margin: 0 auto;
	width:100%;
	max-width: 1080px;
}
#wrap_home_parts{
  background: url(./image/home_partsbg.gif) repeat 0 0;
  padding:15px 0;
  margin: 0;
}
#home_parts{
  padding: 0;
  margin: 0 auto;
	width:100%;
	max-width: 980px;
}
.home_partsl{
  float: left;
  padding: 0;
  margin: 0;
	width:50%;
	max-width: 470px;
}
.home_partsr{
  float: right;
  padding: 0;
  margin: 0;
	width:50%;
	max-width: 470px;
}
#wrap{
	padding: 5px 0px 0px;
	margin: 0 auto;
	width:100%;
	max-width: 980px;
}
#left{
  float: left;
  padding: 0;
  margin: 0;
	width:100%;
	max-width: 230px;
}
#content{
  float: right;
  padding: 0;
  margin: 0 0 0;
	width:100%;
	max-width: 710px;
}
#content table.blog, #content table.blog td:first-child, #content table.contentpaneopen, #content table.contentpaneopen td:first-child{
  padding: 0;
  margin: 0;
  border-collapse: collapse;
	width:100%;
	max-width: 710px;
}
#wrap_footer{
  background: url(./image/footer_bg.jpg) repeat-x 0 0;
  padding: 0;
  margin: 20px 0 0;
  height: 250px;
}
#footer{
  padding: 0;
  margin: 0 auto;
	width:100%;
	max-width: 980px;
}
#footer span {
	color:#fff;
}
@media screen and (max-width:768px){
	.fix_cont{
		width:100%;
	}
	#home_parts {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width:98%;
	}
	#wrap{
		margin: 0 auto;
		width:98%;
	}
	.home_partsl{
		float: none;
		margin: 0 10%;
		width:80%;
	}
	.home_partsr{
		float: none;
		margin: 20px 0%;
		width:100%;
		max-width: unset
	}
}
/* new clearfix
-------------------------------------------------------------------*/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/* 追加
-------------------------------------------------------------------*/
.f_c{ text-align: center !important;}
.f_l{ text-align: left !important;}
.f_r{ text-align: right !important;}
.v_c{ vertical-align: middle !important;}

.clr{ color: #0351b6;}
.clr_r{ color: #ff0000;}

.tit_h3{
	font-family: serif;
    font-weight: normal;
    padding: 0px 0 2px 29px;
    margin: 0 0 16px 00;
    position: relative;
    background:#0452b7;
    font-size: 20px;
    color: #fff;
    letter-spacing: 0.5px;
	text-align:left;
	border-radius:3px;
}
.tit_h3:before{
	content:url(./image/tit_about.jpg) ;
	width:23px;
	height:22px;
	position:absolute;
	top:4px;
	left:4px;
}

.img_box{
  padding: 2px;
  border: 1px solid #cccccc;
}

.table_style{
  padding: 0;
  margin: 0 0 20px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 5px;
}
.table_style th{
  text-align: left;
  padding: 5px 10px;
  border-top: 1px solid #1071be;
  border-left: 3px solid #1071be;
  border-right: 1px solid #0351b6;
  border-bottom: 1px solid #0351b6;
}
.table_style td{
  text-align: left;
  padding: 5px 10px;
  border-top: 1px solid #1071be;
  border-left: 1px solid #1071be;
  border-right: 1px solid #0351b6;
  border-bottom: 1px solid #0351b6;
}

.ul_style{
  list-style: none;
  padding: 0;
  margin: 2px 0;
}
.ul_style li{
  padding: 2px 0;
  margin: 2px 0;
  border-bottom: 1px dashed #cccccc;
}
.dl_style dt{
  font-weight: bold;
  color: #0351b6;
}
.telop{
  padding: 0;
  margin: 0 auto;
  width: 980px;
  font-size: 32px;
  font-weight: bold;
  color: #0351b6;
  font-family: HiraMaru, "ヒラギノ丸ゴ Pro W3", Hiragino Maru Gothic Pro, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  height:60px;
}

/* header
-------------------------------------------------------------------*/
.header_box{
  background: url(./image/header_niji.png) no-repeat 175px 5px, url(./image/header_tractor.png) no-repeat 530px 95%;
}
#logo{
  float: left;
  padding: 30px 0 5px;
  margin: 0 0 0 140px;
  width: 175px;
}
.header_r{
  float: right;
  padding: 0;
  margin: 5px 99px 0 0;
  width: 225px;
}
.logo_mark{
  position: absolute;
  top: 35px;
  left: 0;
}
@media screen and (max-width:900px){
	#logo {
		float: left;
		padding: 2.5% 0 5px;
		margin: 0 0 0 14%;
		width:27%;
		max-width: 175px;
	}
	.logo_mark {
		top: 20%;
		left: 1%;
		width: 7%;
	}
	.header_r{
		float: right;
		padding: 0;
		margin: 5px 0px;
		width:29%;
		max-width: 225px;
	}
}
@media screen and (max-width:480px){
	.header_r{
		float: right;
		padding: 0;
		margin: 5px 70px 5px 0;
		width:29%;
		max-width: 225px;
	}
}

/* nav-menu
-------------------------------------------------------------------*/
#globalNavi, ul, li{ 
  margin: 0; 
  padding:0;  
}
#navi_continer {
  background: none;
  padding: 0;
  margin: 0 0;
  position: relative;
  z-index:100;
	width:100%;
	max-width: 780px;
  height: 60px;
}
#navi {
  position: absolute;
  top: 0px;
  left: 100px;
	width:100%;
	max-width: 780px;
}
#navi ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
#navi li {
  float: left;
  margin: 0 0;
}
#navi li.navi_menu_end { margin: 0;}
#navi li a {
  display: block;
  text-decoration: none;
  color: #8fc9b1;
}

/* サブメニュー */
#navi ul.sub{
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  min-width: 156px;
}
#navi ul.sub li {
  float: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px dotted #cccccc;
  text-align: left;
}
#navi ul.sub li a{
  background: #ffffff;
  margin: 0;
  padding: 10px 5px 10px 5px;
  display: block;
  color: #333333;
  opacity: 0.9;
  filter: alpha(opacity=90);
  zoom: 1;
  line-height: 1;
}
#navi ul.sub li a:hover{
  background: #0351b6;
  color: #ffffff;
}
#navi ul.sub{
  display: none;
  margin: 0;
  padding: 0;
}
.sp_text{
    display:none;
}
@media screen and (max-width:900px){
	#navi {
		left: 0px;
		width: 100%;
	}
}
@media screen and (max-width:780px){
	#navi_continer{
		height: auto;
		min-height: 8vw;
	}
	#navi ul li {
		width:20%;
	}
	#navi ul li img{
		width:100%;
	}
}


@media screen and (max-width:480px){
/* =====================
   ハンバーガーボタン
===================== */
	#sp_menu_btn{
    display:block;
    position:fixed;
    top:15px;
    right:15px;
    width:40px;
    height:32px;
    z-index:10001;
    cursor:pointer;
	}
	#sp_menu_btn span{
    position:absolute;
    left:0;
    width:40px;
    height:4px;
    background:#14376e;
    border-radius:3px;
    transition:.3s ease;
	}
	#sp_menu_btn span:nth-child(1){
		top:0;
	}
	#sp_menu_btn span:nth-child(2){
		top:14px;
	}
	#sp_menu_btn span:nth-child(3){
		top:28px;
	}

/* =====================
   ナビ本体
===================== */
	#nav{
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:auto;
		background:#14376e;
		transform:translateY(-110%);
		opacity:0;
		transition:.45s cubic-bezier(.22,1,.36,1);
		z-index:100;
		pointer-events:none;
	}
	/* 開いた状態 */
	#nav.open{
		transform:translateY(0);
		opacity:1;
		margin-top: 60px;
		pointer-events: auto;
	}
/* =====================
   メニュー
===================== */
	#navi {
		background: #14376e;
	}
	#navi ul{
		display:block;
		margin:0;
		padding:10px 0 20px;
		text-align: left;
	}
	#navi ul li {
		width:100%;
	}
	#navi ul li.navi_menu{
		display:block;
		width:100%;
		border-bottom:1px solid rgba(255,255,255,.25);
	}
	#navi ul li.navi_menu a{
		display:block;
		padding:15px 20px;
		color:#fff;
		font-size:16px;
		text-decoration:none;
	}

	/* PC画像を消す */
	#navi img{
		display:none;
	}

	/* スマホ文字 */
	span.sp_text{
		display:block;
		color:#fff;
	}
	.page span.sp_text{
		display:block;
		color:#fff;
	}
/* =====================
   サブメニュー
===================== */
	#navi ul li ul.sub{
		position:static;
		display:block;
		padding:0;
		background:#1d4b88;
	}
	#navi ul li ul.sub li{
		border:none;
	}
	#navi ul li ul.sub li a{
		padding:12px 40px;
		font-size:14px;
		background: #14376e;
	}

/* =====================
   ×ボタン
===================== */
	#sp_menu_btn.open span:nth-child(1){
		top:14px;
		transform:rotate(45deg);
	}
	#sp_menu_btn.open span:nth-child(2){
		opacity:0;
	}
	#sp_menu_btn.open span:nth-child(3){
		top:14px;
		transform:rotate(-45deg);
	}
}

/* top
-------------------------------------------------------------------*/
.custom_slidecont{
  position: absolute;
  /*background: rgba(255,255,255,0.75);*/
  right: 90px;
  top: 0;
  z-index: 50;
}
@media screen and (max-width:768px){
	.custom_slidecont img{
		height: 40vw;
	}
}
/* home_parts
-------------------------------------------------------------------*/
.home_partsr_tit{
  padding: 0;
  margin: 0 0 15px;
}
.home_partsr ul.latestnews{
  list-style: none;
  padding: 0;
  margin: 2px 0;
  height: 150px;
  overflow: auto;
}
.home_partsr ul.latestnews li{
  display: table;
  padding: 2px 0;
  margin: 2px 0;
  border-bottom: 1px dashed #cccccc;
}
.home_partsr ul.latestnews .create{
  display: table-cell;
  padding: 0;
  margin: 0;
  width: 135px;
}
.home_partsr ul.latestnews .title{
  display: table-cell;
  padding: 0;
  margin: 0;
  width: 340px;
}

/* footer
-------------------------------------------------------------------*/
.footer_menu{ color: #ffffff;}
.footer_menu a{ color: #ffffff;}
.footer_word{
  padding: 0;
  margin: 10px 0;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  color: #ffffff;
}
.copyright{
  padding: 0px 0 10px;
  margin: 0;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
}
#footer .latestnews{
  overflow: auto;
  list-style: none;
  padding: 0;
  margin: 10px 0;
  height: 50px;
}
#footer .latestnews li{
  font-size: 14px;
  padding: 4px 0;
  margin: 0;
  color: #ffffff;
}

/* HOME
-------------------------------------------------------------------*/
.top_lbox{
  float: left;
  padding: 0;
  margin: 0;
  width: 470px;
}
.top_rbox{
  float: right;
  padding: 0;
  margin: 0;
  width: 470px;
}
.top_rbox h3{
  padding: 0;
  margin: 0 0 15px;
}

.top_news{
  padding: 0;
  margin: 0;
  overflow: auto;
  height: 160px;
}
.top_news ul{
  list-style: none;
  padding: 0;
  margin: 2px 0;
}
.top_news ul li{
  padding: 2px 0;
  margin: 2px 0;
  border-bottom: 1px dashed #cccccc;
}
.top_greeting{
  background: url(./image/top_greeting_bg.jpg) no-repeat 0 0;
  padding: 10px;
  margin: 20px 0;
}
.top_greetingin{
  background: rgba(255,255,255,0.85);
  padding: 10px;
  margin: 0;
  border-radius: 6px;    /* CSS3草案 */
  -webkit-border-radius: 6px;  /* Safari,Google Chrome用 */
  -moz-border-radius: 6px;  /* Firefox用 */
}
.top_greetingin h3{
  padding: 5px 0 0;
  margin: 0;
  text-align: center;
}
.top_banc{
  padding: 0;
  margin: 0 25px;
}
.top_banl{
  float: left;
  padding: 0;
  margin: 0;
	width:100%;
	max-width: 470px;
}
.top_banr{
  float: right;
  padding: 0;
  margin: 0;
	width:100%;
	max-width: 470px;
}
.home_ban_access{
  padding: 0;
  margin: 10px 0 0;
}
.fbcomments,
.fb_iframe_widget,
.fb_iframe_widget[style],
.fb_iframe_widget iframe[style],
.fbcomments iframe[style],
.fb_iframe_widget span{
    width: 100% !important;
}
@media screen and (max-width:945px){
	.top_banl{
		width:49%;
		margin-right:1%;
	}
	.top_banr{
		width:49%;
		margin-left:1%;
	}
}
@media screen and (max-width:480px){
	.top_banl{
		float: none;
		width:100%;
		margin:20px 0;
	}
	.top_banr{
		float:none;
		width:100%;
		margin-left:0;
	}
}
/* 農園案内
-------------------------------------------------------------------*/
.about_lbox{
  float: left;
  padding: 0;
  margin: 0;
	width:100%;
	max-width: 710px;
}
.about_rbox{
  float: right;
  padding: 0;
  margin: 0;
	width:100%;
	max-width: 260px;
}
.about_rbox p{
	margin: 10px 0;
}
.mapbox{
  padding: 0;
  margin: 0 0 30px;
}
.album_box{
	padding: 0;
	margin: 15px 0;
	text-align: center;
	display: flex;
}
.album_box img{
  margin: 10px;
}

@media screen and (max-width:480px){
	.about_rbox {
		display: flex;
		max-width:100%;
	}

}

/* 観光農園について
-------------------------------------------------------------------*/
.kanko_lbox{
  float: left;
  padding: 0;
  margin: 0;
	width:100%;
	max-width: 700px;
}
.kanko_rbox{
  float: right;
  padding: 0;
  margin: 0;
	width:100%;
	max-width: 187px;
}
.kanko_rbox img{
  padding: 2px;
  border: 1px solid #cccccc;
}

#main_slide{
  width: 100%;
	height:225px;
    overflow: hidden;
  padding: 0;
  margin: 20px 0;
  border-top: 8px dashed #a08a6d;
  border-bottom: 8px dashed #a08a6d;
}
#main_slide ul {
    display: flex !important; /* 横並びにする */
    margin: 0;
    padding: 0;
    list-style: none;
    width: max-content;
    position: relative;
}
#main_slide li {
    flex-shrink: 0;
    margin: 0;
    padding: 0;
}
#main_slide img {
    display: block;
    height: 225px; 
    width: auto;
}

/* サイトマップ
-------------------------------------------------------------------*/
#xmap ul.level_0{
  list-style: none;
  padding: 0;
  margin: 15pxpx 0;
}
#xmap ul.level_0 > li{
  padding: 2px 0;
  margin: 2px 0;
  border-bottom: 1px dashed #cccccc;
}
#xmap ul.level_1{ 
	margin-left: 40px;
	list-style:circle;
}

/* お問い合せ
-------------------------------------------------------------------*/
legend, .send_title{
	display: none;
}
.wtn_copyright{
	display: none;
}
.error {
	color: #ff0000;
	font-weight: bold;
}
fieldset{
	margin: 0;
	padding: 0;
	background: none;
	border: none;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a img{
	border: none;
}
#main, form{
	padding: 0;
	margin: 0;
}
label { }
div.error {
	width: 380px;
	background-color: #fcc;
	padding: 5px 0;
}
/* 必須 */
span.required { font-weight: bold; }
h3{
	color: #0f3379;
	font-size: 30px;
	text-align: center;
}
table p { 
	margin:0;
}
table.item_table{
	padding: 0;
	margin: 0px 0 30px;
	border-collapse: separate;
	border-spacing: 5px;
	width: 100%;
}
table.item_table th{
	text-align: left;
	padding: 5px 10px;
	border-top: 1px solid #1071be;
	border-left: 3px solid #1071be;
	border-right: 1px solid #0351b6;
	border-bottom: 1px solid #0351b6;
}
table.item_table th div{
	background: url(./image/mfp_must.gif) no-repeat right 4px;
}

table.item_table td{
	text-align: left;
	padding: 5px 10px;
	border-top: 1px solid #1071be;
	border-left: 1px solid #1071be;
	border-right: 1px solid #0351b6;
	border-bottom: 1px solid #0351b6;
}
.ex_word{
	color: #00a0e9;
	font-size: 80%;
}
.td_col{ padding: 5px 0;}
.submit_btn{
	text-align: center;
	margin: 5px auto;
}
@media screen and (max-width:480px){
	table.item_table th{
		display: block;
		width:100%;
	}
	table.item_table td{
		display: block;
		width:100%;
		margin-bottom: 20px;
	}
}

/* グローバルナビのドロップダウン（droppyの代替） */
#navi li{ position: relative; }
#navi li:hover > ul.sub,
#navi li:focus-within > ul.sub{
	display: block;
	z-index: 9999;
}
#navi ul.sub{
	top: 100%;
	left: 0;
}







