/*
Theme Name: 内田畜産グループのテーマ
Theme URI: #
Author: Hirocreate
Author URI: hirocreate.com
Description:  内田畜産グループのテーマです。
Version: 1.0


*/


/* CSS Document */

@import url("custum.css");
@import url("contents.css");
@import url("tab.css");
/* ===================================================================
CSS information
 file name  :  reset.css
 style info :  リセット及びbody初期設定 (このスタイルシートは基本的に変更しない)
=================================================================== */
/*--- reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, images, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
/*html,body{
    width: 100%;
}*/
html {
	overflow-y: scroll;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
/* iphone文字が大きくなるのを防ぐ */
body {
  -webkit-text-size-adjust: 100%;
  color:#333;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
q:before, q:after {
	content: '';
}
object, embed {
	vertical-align: top;
}
hr, legend {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
images, abbr, acronym, fieldset {
	border: 0;
}
li {
	list-style-type: none;
}
strong {
	font-weight: normal;
}
body {
	font: 13px "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGOTHIC", sans-serif;
 *font-size:small;
 *font:x-small;
	margin: 0px;
	padding: 0px;
}
table {
	font-size: inherit;
	font: 100%;
}

img {
	border: 0;
}
img{
	vertical-align: bottom; /* 画像の下に謎の余白が出来るのを消す。 */
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.f12px{
	font-size:12px;
	font-weight:normal;
}
.f14px{
	font-size:14px;
	font-weight:normal;
}
.form input[type=submit] {/* iphoneformボタン丸くなるのを防ぐ */
  -webkit-appearance: none!important;
  border-radius: 0!important;
}


#wrap{	/* iPhone、iPad等でサイト観覧時に、右側に余白ができるのを解消させる */
	overflow: hidden;
}


.wf-sawarabimincho { font-family: "Sawarabi Mincho"; }

.left {
    float: left;
}
.right {
    float: right;
}




/* 内田畜産グループ */


.wf-raleway { font-family: 'Raleway', sans-serif; }



#tubular-container {
	z-index:-10!important;
}
  
#main {
    z-index: 1000;
}


#header {
    /*height: 100vh;*/　　/* ← 背景（動画）の高さを設定しています */
    /*overflow: hidden;*/
	z-index:1000
}
.header_area{
    position: relative;
    margin: 0 auto;
    width: 100%;
    z-index: 1000;　　/* ← 動画の上のコンテンツ表示には必要です */
}





.amiami{
	height: 100%;
	background: url(../images/ami.png) repeat rgba(0,0,0,0.5);
}





.container {
    /*padding-top: 330px;*/
	position:relative;
	top: 45%;
    /*width: 1020px;*/
	width:100%;
    margin: 0 auto;
    text-align: center;
}
#topCatch {
    /*font-size: 51px;*/
	font-size: 80px;
    color: #fff;
    letter-spacing: 5px;
    margin-bottom: 15px;
}
.home-lead {
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
}
#top_english {
    font-size: 28px;
    color: #fff;
    letter-spacing: 2px;
	margin-right:20px;
}

/*
#header .scroll {
    text-align: center;
    margin: auto;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}*/



#header .scroll {
    display: block;
    background: #fc0;
    width: 80px;
    height: 80px;
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    -webkit-transition: all 750ms 0s cubic-bezier(.165,.84,.44,1);
    -moz-transition: all 750ms 0s cubic-bezier(.165,.84,.44,1);
    transition: all 750ms 0s cubic-bezier(.165,.84,.44,1);
}
#header .scroll .inner {
    position: relative;
    width: 100%;
    height: 100%;
}
#header .scroll .inner .arrow {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
}
#header .scroll .inner .arrow:before {
    width: 3px;
    height: 15px;
    top: 12px;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    background: #000;
}
#header .scroll .inner .arrow span {
    display: block;
    position: absolute;
    top: 36px;
    right: auto;
    bottom: auto;
    left: auto;
    position: absolute;
    width: 100%;
    text-align: center;
    font-family: "Work Sans",sans-serif;
    font-weight: 500;
    -webkit-transition: all 750ms 0s cubic-bezier(.165,.84,.44,1);
    -moz-transition: all 750ms 0s cubic-bezier(.165,.84,.44,1);
    transition: all 750ms 0s cubic-bezier(.165,.84,.44,1);
	color: #000;
}
#header .scroll .inner .arrow:after {
    width: 12px;
    height: 12px;
    top: 12px;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
#header .scroll .inner .arrow::after, #header .scroll .inner .arrow::before {
    position: absolute;
    content: "";
    vertical-align: middle;
    -webkit-transition: all 750ms 0s cubic-bezier(.165,.84,.44,1);
    -moz-transition: all 750ms 0s cubic-bezier(.165,.84,.44,1);
    transition: all 750ms 0s cubic-bezier(.165,.84,.44,1);
}

#header .scroll a:hover {
    background: #2f220a;
    color: #fff;
}
#header .scroll .inner:hover .arrow:before {
    background: #fc0;
}
#header .scroll .inner:hover .arrow:after {
    border-top: 3px solid #fc0;
    border-right: 3px solid #fc0;
}

#header .scroll .inner:hover .arrow span {
	color: #fff;
}












/*#topmainBox {
    display: flex;
	justify-content: space-between;	
}*/
/*#topmainBoxLeft {
    width: 50%;
	color: #fff;
    text-align: left;
    line-height: 1.2;
	font-size: 56px;
}
#topmainBoxRight {
    width: 40%;
}
*/









.cd-fixed-bg {
    min-width: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #fff;
    background-attachment: fixed;
    background-size: cover;
    padding:80px 0 100px 0;
}
.cd-fixed-bg > div {

    margin: 0 auto;
}
.cd-fixed-bg.bg-image01 {
    background-image: url(images/palabackground02.jpg);
	background-repeat:inherit;
}


.cd-fixed-bg02 {
    min-width: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #fff;
    background-attachment: fixed;
    background-size: cover;
    padding:40px 0 40px 0;
}
.cd-fixed-bg02 > div {

    margin: 0 auto;
}
.cd-fixed-bg02.bg-image02 {
    background-image: url(images/topnewsback.jpg);
	background-repeat:inherit;
}


.cd-fixed-bg03 {
    min-width: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #fff;
    background-attachment: fixed;
    background-size: cover;
    padding:80px 0 95px 0;
	margin:0 0 70px 0;
}
.cd-fixed-bg03 > div {

    margin: 0 auto;
}
.cd-fixed-bg03.bg-image03 {
    background-image: url(images/jigyouuchidaback.jpg);
	background-repeat:inherit;
}

.cd-fixed-bg04 {
    min-width: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #fff;
    background-attachment: fixed;
    background-size: cover;
    padding:80px 0 95px 0;
	margin:0 0 70px 0;
}
.cd-fixed-bg04 > div {

    margin: 0 auto;
}
.cd-fixed-bg04.bg-image04 {
    background-image: url(images/jigyourunsback.jpg);
	background-repeat:inherit;
}

.cd-fixed-bg05 {
    min-width: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #fff;
    background-attachment: fixed;
    background-size: cover;
    padding:80px 0 95px 0;
}
.cd-fixed-bg05 > div {

    margin: 0 auto;
}
.cd-fixed-bg05.bg-image05 {
    background-image: url(images/shachoubgimg.jpg);
	background-repeat:inherit;
}


.cd-fixed-bg06 {
    min-width: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #fff;
    background-attachment: fixed;
    background-size: cover;
    padding:200px 0;
}
.cd-fixed-bg06 > div {

    margin: 0 auto;
}
.cd-fixed-bg06.bg-image06 {
    background-image: url(images/message_uchida.jpg);
	background-repeat:inherit;
}


.cd-fixed-bg07 {
    min-width: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #fff;
    background-attachment: fixed;
    background-size: cover;
	padding:200px 0;
}
.cd-fixed-bg07 > div {

    margin: 0 auto;
}
.cd-fixed-bg07.bg-image07 {
    background-image: url(images/message_runs.jpg);
	background-repeat:inherit;
}






#copylight {
    background: #565656;
    color: #bfbfbf;
    text-align: center;
    padding: 15px 0;
}
#copylight a {
    color: #bfbfbf;
    text-decoration: none;
}
#copylight a:hover{
	text-decoration: underline;
}
/*#footer {
    background: #264d36;
	border-top: 7px solid #37570a;
}*/
#footer {
    background: #000;
}







#group3Box {
    background: #e2dccf;
}

#group3 {
    /*width: 1020px;*/
    /*margin: 0 auto;*/
	overflow: hidden;
}
#group3 ul {
    padding: 50px 0 0 0;
    -js-display: flex;
	display:-webkit-box;
	display: -webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display: flex;
    justify-content: space-between;
	-webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
}

#group3 ul li {
    /*width: calc(100% / 3 - 30px);*/
	/*width:310px;*/
	width: calc(100% / 3);
	background:#fff;
}
#group3 ul li:nth-child(2) {
    background: #f5f5f5;
}
#group3 ul li img {
    width: 100%;
    height: auto;
}
#group3 ul li a {
    text-decoration: none;
    color: #6f6552;
}
#group3 ul li a p {
    font-size:13px;
	line-height:1.6;
	text-align: left;
	background: #fff;
    padding: 30px 30px 20px 30px;
	color:#333;
}
#group3 ul li:nth-child(2) a p {
    background: #f5f5f5;
}
#group3 ul li a p span.group3Tit{
	font-size: 20px;
    font-weight: bold;
	text-align: center;
	display:block;
	padding:5px 0;
	background:#c7a82d;
	color:#fff;
	margin-bottom: 15px;
	position:relative;
}
#group3 ul li a p span.group3Tit:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: #ffffff 3px solid;
    border-right: #ffffff 3px solid;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}
#group3 ul li:nth-child(2) a p span.group3Tit {
    background: #b20000;
}
#group3 ul li:nth-child(3) a p span.group3Tit {
    background: #21567b;
}


#group3 h2 {
    text-align: center;
    padding: 70px 0 0 0;
    color: #836216;
    font-size: 44px;
    line-height: 1.2;
}
#group3 h2 span {
    font-weight: normal;
	display: block;
    font-size: 20px;
	color: #2f220a;
    margin-top: 4px;
}


.hiikuhanshoku {
    display: block;
    color: #000;
    font-size: 20px;
    border-left: 5px solid #c7a82d;
    line-height: 1;
    padding-left: 15px;
    margin-bottom: 10px;
}
#group3 ul li:nth-child(2) p span.hiikuhanshoku {
    border-left: 5px solid #b20000;
}
#group3 ul li:nth-child(3) p span.hiikuhanshoku  {
    border-left: 5px solid #21567b;
}


#group3 ul li:nth-child(1) span.kuwasiku {
    display: block;
    width: 40%;
    margin: 0 auto;
    text-align: center;
    /* background: #000; */
    padding: 5px 0;
    color: #927811;
    font-size: 12px;
    /* font-weight: bold; */
    margin-bottom: 30px;
    border-radius: 5px;
    position: relative;
    border: 1px solid #c7a82d;
}
#group3 ul li:nth-child(1) span.kuwasiku:hover {
    background: #c7a82d;
    color: #fff;
}
#group3 ul li:nth-child(1) span.kuwasiku:after{
	content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: #c7a82d 2px solid;
    border-right: #c7a82d 2px solid;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}
#group3 ul li:nth-child(1) span.kuwasiku:hover:after{
	border-top: #fff 2px solid;
    border-right: #fff 2px solid;	
}
	


#group3 ul li:nth-child(2) span.kuwasiku {
    display: block;
    width: 40%;
    margin: 0 auto;
    text-align: center;
    /* background: #000; */
    padding: 5px 0;
    color: #b20000;
    font-size: 12px;
    /* font-weight: bold; */
    margin-bottom: 30px;
    border-radius: 5px;
    position: relative;
    border: 1px solid #b20000;
}
#group3 ul li:nth-child(2) span.kuwasiku:hover {
    background: #b20000;
    color: #fff;
}
#group3 ul li:nth-child(2) span.kuwasiku:after{
	content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: #b20000 2px solid;
    border-right: #b20000 2px solid;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}
#group3 ul li:nth-child(2) span.kuwasiku:hover:after{
	border-top: #fff 2px solid;
    border-right: #fff 2px solid;	
}
	
	
	
	
	
	
#group3 ul li:nth-child(3) span.kuwasiku {
    display: block;
    width: 40%;
    margin: 0 auto;
    text-align: center;
    /* background: #000; */
    padding: 5px 0;
    color: #21567b;
    font-size: 12px;
    /* font-weight: bold; */
    margin-bottom: 30px;
    border-radius: 5px;
    position: relative;
    border: 1px solid #21567b;
}
#group3 ul li:nth-child(3) span.kuwasiku:hover {
    background: #21567b;
    color: #fff;
}
#group3 ul li:nth-child(3) span.kuwasiku:after{
	content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: #21567b 2px solid;
    border-right: #21567b 2px solid;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}
#group3 ul li:nth-child(3) span.kuwasiku:hover:after{
	border-top: #fff 2px solid;
    border-right: #fff 2px solid;	
}
	



.transform01 {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.transform01:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
	opacity: 1.0;
	filter: alpha(opacity=100);
}
figure {
	position: relative;
	overflow: hidden;
}





/*#utidatokuBox h3 {
    background: #b3aa31;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}*/




















#header {
    position: relative;
}
#headerContent {
    position: relative;
	padding-bottom: 84px;
}
#header_up{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	right:0;
	margin: auto;
	/*background: rgba(0,0,0,0.4);*/
	/*background: rgb(71, 47, 0);*/
	/*background: rgb(47, 34, 10);*/
	z-index:1000;
}
#header_up02{
	background: rgba(255,255,255,0.4);
}
#header_upIN {
	/*width: 1020px;
    margin: 0 auto;*/
}
#header_upIN02 {
	width: 1020px;
    margin: 0 auto;
	/*overflow:hidden;*/
}

#logo {
    float: left;
	width:260px;
	text-align:center;
	/*background: rgba(209, 162, 20, 0.7);*/
	position: absolute;
    top: 10px;
    z-index: 100;
	margin-left:20px;
	padding:7px 0;
}
#logo02 {
    float: left;
	width:260px;
	text-align:center;
	background: rgba(209, 162, 20, 0.8);
	padding:3px 0;
}















#header_menu {
    width: 700px;
    /*overflow: hidden;*/
	float:right;
	-js-display: flex;
	display:-webkit-box;
	display: -webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display: flex;
	justify-content: center;
    align-items: center;
	argin-right: 50px;
	margin-top:40px;
}
#header_menu ul {
    list-style-type: none;
    margin: 10px 0;
	width: 800px;
}
#header_menu ul li a {
    /*float: left;*/
    /*display: block;*/
    text-decoration: none;
    color: #fff;
    font-size: 14px;
	padding: 5px 15px;
    /*border-right: 1px solid #ccc;*/
}
#header_menu ul li a:hover {
    color: #ffcc00;
   /* font-weight: bold;*/
}
#header_menu ul li a:nth-child(2) {
	margin-right:0;
}
#header_menu ul li {
    text-align: center;
	float: left;
	border-right: 1px solid #fff;
    padding: 3px 0;
}

#topheader_toiawase a {
    display: block;
    background: #B9920B;
    width: 120px;
    color: #fff;
    text-decoration: none;
    padding: 8px 0 8px 0;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
    line-height: 1;
    margin-right: 20px;
}
#topheader_toiawase a:hover {
	background:#de9f25;
}




#header_menu02 {
    width: 720px;
    /*overflow: hidden;*/
	float:right;
	-js-display: flex;
	display:-webkit-box;
	display: -webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display: flex;
	justify-content: center;
    align-items: center;
	argin-right: 50px;
	/*margin-top:20px;
	margin-bottom: 20px;*/
	line-height: 1;
}
#header_menu02 ul {
    list-style-type: none;
    /*margin: 10px 0;*/
	width: 600px;
}
#header_menu02 ul li a {
    /*float: left;*/
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 14px;
	padding: 5px 15px;
    border-right: 1px solid #ccc;
}
#header_menu02 ul li:hover a {
    color: #B9920B;
   /* font-weight: bold;*/
}
#header_menu02 ul li a:nth-child(2) {
	margin-right:0;
}
#header_menu02 ul li {
    text-align: center;
	float: left;
	padding: 30px 0;
}







/* 途中から出るheaderMENU */
.small_header {
	position: fixed;
	top: -100px;
	left: 0;
	right:0;
	/*background:#000;*/
	/*background:rgb(47, 34, 10);*/
	/*background:rgb(146, 120, 17);*/
	background:rgb(199, 168, 45);
	/*background:#45330e;
	background: #f0b836;*/
	/*width:100%;*/
	z-index:10000;
	min-width: 100%;
	margin: 0 auto;
    width: 1020px;
	border-radius:0;
	/*box-shadow: 0 0 10px #ccc;*/
	z-index:1000;
}
.small_headerIN {
    width: 1020px;
    margin: 0 auto;
}
#small_headerLOGO {
    width: 220px;
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    /*background: #2361ab url(images/asahilogo50.png) no-repeat left 15px top 8px;*/
	float: left;
	border-radius: 0;
	/*padding-left:30px;*/
	line-height:1;
	/*padding-top: 5px;*/
	/*padding-bottom: 10px;
	padding-top: 15px;*/
	margin-top: 10px;

}
#small_headerLOGO a {
    color: #fff;
    text-decoration: none;
}
#small_headerLOGO a:hover {
    color: #d3b927;
}
#small_headerLOGO span {
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
}

ul#small_headerMENU {
    width: 560px;
    float: right;
    /*margin-top: 13px;*/
    margin-right: 20px;
}
ul#small_headerMENU li {
    list-style-type: none;
    float: left;
    width: 110px;
    /*border-right: 1px solid #ccc;*/
    text-align: center;
	padding: 10px 0;
}

#smallheader_sitemapcontact {
    width: 160px;
    float: right;
	margin-top: 6px;
}
ul#smallheader_sitemapcontact li{
	list-style-type:none;	
}
/*ul#smallheader_sitemapcontact li a {
    width: 140px;
    float: left;
    text-align: center;
    padding: 4px 0;
    margin-right: 20px;
    list-style-type: none;
    background: #ffba34;
    display: block;
    text-decoration: none;
    color: #65530c;
	border-radius: 5px;
}*/
ul#smallheader_sitemapcontact li a {
    width: 140px;
    float: left;
    text-align: center;
    padding: 4px 0;
    margin-right: 20px;
    list-style-type: none;
    background: #ffcc00;
    display: block;
    text-decoration: none;
    color: #000;
	border-radius: 5px;
}
ul#smallheader_sitemapcontact li a:hover{
	background:#de9f25;	
}


#header_menu ul li:nth-child(1) a {
    background: url(images/headsmallmenuicon01.png) no-repeat left top 5px;
    padding-left: 30px;
    margin-left: 10px;
}
#header_menu ul li:nth-child(2) a {
    background: url(images/headsmallmenuicon02.png) no-repeat left top 5px;
    padding-left: 30px;
    margin-left: 10px;
}
#header_menu ul li:nth-child(3) a {
    background: url(images/headsmallmenuicon03.png) no-repeat left top 5px;
    padding-left: 30px;
    margin-left: 10px;
}
#header_menu ul li:nth-child(4) a {
    background: url(images/headsmallmenuicon04.png) no-repeat left top 5px;
    padding-left: 30px;
    margin-left: 10px;
}
#header_menu ul li:nth-child(5) a {
    background: url(images/headsmallmenuicon05.png) no-repeat left top 5px;
    padding-left: 30px;
    margin-left: 10px;
}








#header_menu02 ul li:nth-child(1) a {
    background: url(images/headsmallmenuicon01b.png) no-repeat left top;
    padding-left: 30px;
    margin-left: 15px;
}
/*#header_menu02 ul li:nth-child(2) a {
    background: url(images/headsmallmenuicon02b.png) no-repeat left top;
    padding-left: 30px;
    margin-left: 15px;
}
#header_menu02 ul li:nth-child(3) a {
    background: url(images/headsmallmenuicon03b.png) no-repeat left top;
    padding-left: 30px;
    margin-left: 15px;
}*/
#header_menu02 ul li:nth-child(4) a {
    background: url(images/headsmallmenuicon04b.png) no-repeat left top;
    padding-left: 30px;
    margin-left: 15px;
}
#header_menu02 ul li:nth-child(5) a {
    background: url(images/headsmallmenuicon05b.png) no-repeat left top;
    padding-left: 30px;
    margin-left: 15px;
}






ul#small_headerMENU li a {
    color: #fff;
    text-decoration: none;
	border-right: 1px solid #fff;
	padding-right:15px;
}

ul#small_headerMENU li p {
    color: #fff;
	border-right: 1px solid #fff;
	padding-right: 10px;
}
ul#small_headerMENU li a:hover {
    color: #ffc20e;
}





ul#small_headerMENU li:nth-child(1) a {
    background: url(images/headsmallmenuicon01.png) no-repeat left top;
    padding-left: 30px;
    padding-top: 2px;
}
ul#small_headerMENU li:nth-child(2) a {
	background: url(images/headsmallmenuicon02.png) no-repeat left top;
	padding-left: 30px;
}
ul#small_headerMENU li:nth-child(3) a {
	background: url(images/headsmallmenuicon03.png) no-repeat left top;
	padding-left: 30px;
}
ul#small_headerMENU li:nth-child(4) a {
	background: url(images/headsmallmenuicon04.png) no-repeat left top;
	padding-left: 30px;
}
ul#small_headerMENU li:nth-child(5) a {
	background: url(images/headsmallmenuicon05.png) no-repeat left top;
	padding-left: 30px;
}























/*#utidatokuBox h3 {
    background: rgb(10, 61, 14);
    text-align: center;
    padding: 15px 0;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
	border-radius: 10px 10px 0 0;
}*/
#utidatokuBox h3 {
    /*background: rgb(10, 61, 14);*/
    text-align: center;
    padding: 15px 0;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
	border-radius: 10px 10px 0 0;
	/*text-shadow: 0 0 9px #9ebde6;*/
}




#mezasu {
    width: 1020px;
    margin: 0 auto;
    -js-display: flex;
	display:-webkit-box;
	display: -webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display: flex;
    justify-content: space-between;
	-webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
}

#mezasuImg {
    width: 45%;
}
#mezasuImg img {
    width: 100%;
}
/*#utidatokuBox {
    width: 50%;
	background: rgba(255,255,255,0.9);
	border-radius: 10px;
}*/
#utidatokuBox {
    width: 100%;
	margin:0 auto;
	/*background: rgba(255,255,255,0.5);*/
    /*padding:50px 0;*/
	border-radius: 10px;
	text-align: center;
}
#utidatokuBox p {
    margin: 0 80px 20px 80px;
    line-height: 1.8;
	font-size:16px;
	color:#fff;
}
/*#utidatokuBox p span {
    border-bottom: 1px dashed #aaa;
}*/






.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}



#map_jigyou {
    /*background: #fff;*/
	/*background: url(images/konkuriback.jpg) repeat center top;*/
	background: /*url(images/footer_kusa.png) repeat-x center bottom,*/url(images/konkuriback.jpg) repeat center top;
	border-top: 7px solid #aeadb2;
	position:relative;
}


/*#map_jigyou:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(47, 32, 5, 0.6);
}*/
  
  
  
#map_jigyouIN {
    width: 1020px;
    margin: 0 auto;
	/*padding:40px 0 0 0;*/
	-js-display: flex;
	display:-webkit-box;
	display: -webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display: flex;
    justify-content: space-between;
	-webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
	
	/*position: relative;
	top: -100px;*/
	z-index: 100;
}

#TOPmap {
    width: 480px;
	/*background: url(images/kanban_bou.png) no-repeat center bottom*/;
	padding-bottom: 20px;
}
#TOPmap div {
    width: 100%;
	/*background: rgba(255,255,255,0.7);*/
	/*background:#fff;*/
	/*background:url(images/topback120.png) repeat center top;*/
    padding: 30px 0;
    border-radius: 5px;
	/*box-shadow: 4px 5px 2px #6b4433;*/
	/*background-size: cover;*/
	text-align:center;
}
#TOPjigyou {
    width: 480px;
	/*background: url(images/kanban_bou.png) no-repeat center bottom;*/
	padding-bottom: 20px;
}
#TOPjigyou #top_jigyouBnr {
    width: 100%;
	/*background: rgba(255,255,255,0.7);*/
	/*background:#fff;*/
	/*background:url(images/topback120.png) repeat center top;*/
    padding: 30px 0;
    border-radius: 5px;
	/*box-shadow: 4px 5px 2px #6b4433;*/
	/*background-size: cover;*/
	text-align:center;
}
.top_jigyou3 {
    margin-bottom: 1px;
}
.top_jigyou3:last-child {
    margin-bottom: 0;
}
#TOPmap div img {
    /*width: 90%;*/
}
#TOPjigyou div img{
	/*width: 90%;*/
}
/*#map_jigyouIN h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 40px;
    background: #f0f0f0;
    text-align: center;
    padding: 7px 0;
}*/
#map_jigyouIN h2 {
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
    padding: 7px 0;
}

#map_jigyouIN h2.map_jigyouH2_1 {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 2px;
    /*background: #f0f0f0;*/
    text-align: center;
    padding:50px 0 10px 0;
    /*background: url(images/kanban012.png) no-repeat center;
    background-size: contain;
    height: 90px;*/
    width: 100%;
	/*transform: rotate(3deg);
	position: relative;
    top: 3px;
	left: 5px;*/
	/*text-shadow: 2px 1px 0 #fff;*/
	position:relative;
	border-bottom: 1px solid #777;
	line-height: 1;
	color: #555;
}


#map_jigyouIN h2.map_jigyouH2_2 {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 2px;
    /*background: #f0f0f0;*/
    text-align: center;
    padding: 50px 0 10px 0;
    /*background: url(images/kanban022.png) no-repeat center;
    background-size: contain;
    height: 90px;*/
    width: 100%;
	/*transform: rotate(-2deg);
	position: relative;
    top: 5px;
	right: 6px;*/
	/*text-shadow: 2px 1px 0 #fff;*/
	position:relative;
	border-bottom: 1px solid #777;
	line-height: 1;
	color: #555;
}

/*#map_jigyouIN h2.map_jigyouH2_1:before {
    content: url(images/topmaptiticon01.png);
    position: absolute;
	top: 29px;
    left: 0;
}
#map_jigyouIN h2.map_jigyouH2_2:before {
    content: url(images/topmaptiticon02.png);
    position: absolute;
	top: 32px;
    left: 0;
}
*/



#mezasu2img {
    margin: 10px 0;
    -js-display: flex;
	display:-webkit-box;
	display: -webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display: flex;
    justify-content: space-between;
	-webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
}
#mezasu2img p {
    width: calc(100% / 2 - 15px);
}
#mezasuImg img{
	width:100%;
	background: #fff;
    padding: 8px;
    box-shadow: 2px 2px 10px;
    /*transform: rotate(-3deg);*/
}
#mezasu2img p:nth-child(1) img {
    transform: rotate(-7deg);
    margin-top: -9px;
	position: relative;
    left: 10px;

}
#mezasu2img p:nth-child(2) img {
    transform: rotate(5deg);
    margin-top: 9px;
	position: relative;
    left: -4px;
}





.GROUP3btn {
    text-align: center;
    margin: 10px 0 20px 0;
}
.GROUP3btn a {
    display: block;
    background: #2f2f2f;
    width: 45%;
    margin: 0 auto;
    padding: 5px 10px;
    color: #fff!important;
    font-weight: bold;
    border-radius: 5px;
    font-size: 12px;
	position:relative;
}
.GROUP3btn a:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: #ffffff 3px solid;
    border-right: #ffffff 3px solid;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}
#group3 ul li a:hover {
    background: #7b7b7b;
}



/*#mezasumono h2 {
	text-align: center;
    padding: 0 0 80px 0;
    color: #0a3d0e;
    font-size: 65px;
    line-height: 1.2;
    letter-spacing: 12px;
}*/
#mezasumono h2 {
	text-align: center;
    color: #fff;
    font-size: 65px;
    line-height: 1.2;
    letter-spacing: 12px;
	text-shadow: 0 0 9px #9ebde6;
	margin-bottom: 40px;
}
#mezasumono h2 span {
    font-weight: normal;
    display: block;
    font-size: 20px;
    color: #ffffff;
    margin-top: 4px;
    text-shadow: none;
    /*font-weight: bold;*/
    background: rgb(10, 61, 14);
    padding: 10px 0;
    margin: 20px auto 0 auto;
	letter-spacing: 10px;
	width: 1000px;
}

#footer_kusa div{
		
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#34560b+0,34560b+24,264d36+26,264d36+100 */
	background: #34560b; /* Old browsers */
	background: -moz-linear-gradient(top, #34560b 0%, #34560b 24%, #264d36 26%, #264d36 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #34560b 0%,#34560b 24%,#264d36 26%,#264d36 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #34560b 0%,#34560b 24%,#264d36 26%,#264d36 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34560b', endColorstr='#264d36',GradientType=0 ); /* IE6-9 */

	padding: 10px 0;
}
#footer_kusa div ul {
    width: 1020px;
    display: flex;
    margin: 20px auto 5px auto;
    font-size: 14px;
}
#footer_kusa div ul li a{
	color:#ded5ba;
	text-decoration:none;
	display:block;
	margin-right:15px;
	border-right:1px solid #ded5ba;
	padding-right:15px;
	line-height: 1;
}
#footer_kusa div ul li:first-child a {
    border-left: 1px solid #ded5ba;
    padding-left: 15px;
}
#footer_kusa div ul li a:hover {
    text-decoration: underline;
}

#footlineIN {
    width: 1020px;
    margin: 0 auto;
	display:flex;
}
#foot_box01, #foot_box02 {
    width: 250px;
    padding: 30px 0;
	margin-right: 20px;
}
#foot_box03 {
    width: 250px;
    padding: 30px 0;
}
#footlineIN ul li a {
    text-decoration: none;
    color: #bfbfbf;
    font-size: 13px;
    display: block;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}
#footlineIN ul li a:after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
	border-top: #bfbfbf 2px solid;
    border-right: #bfbfbf 2px solid;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
#footlineIN ul li a:hover {
    color: #ffb931;
    text-decoration: underline;
}

#foot_boxLOGO {
    width: 200px;
    background: #565656;
    text-align: center;
    margin-right: 30px;
}

#infoloop5WAKU {
	background: url(images/konkuriback.jpg) repeat center top;
	padding-top: 50px;
}
#infoloop5WAKU_siro {
    background: #fff;
	padding-top: 50px;
}
#infoloop5 {
    width: 1020px;
    margin: 0 auto;
    padding: 50px 0;
}
#infoloop5 h2 {
    text-align: center;
    color: #333;
    font-size: 32px;
    line-height: 1;
	position:relative;
}
.toposhirasetxt {
    text-align: center;
    font-size: 16px;
    margin-bottom: 40px;
}
#infoloop5 h2 span {
    font-weight: normal;
    display: block;
    font-size: 20px;
    color: #2f220a;
    margin-top: 4px;
}
#infoloop5 ul li {
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #888;
	padding-top: 5px;
}
#infoloop5 .day {
    /*background: #565656;*/
    color: #333;
    padding: 4px 0;
    margin-bottom: 2px;
    width: 20%;
    padding: 5px 0;
    font-size: 16px;
}
#infoloop5 ul li h3 {
    width: calc(80% - 20px);
    text-align: left;
    margin-left: 20px;
    padding: 5px 0;
    font-size: 16px;
}
#infoloop5 ul li a {
    color: #333;
    text-decoration: none;
    font-weight: bold;
}
#infoloop5 ul li a:hover {
	color:#9c761c;
	text-decoration:underline;
}
#infoloop5 ul li {
    text-align: center;
    display: flex;
	align-items: center;
}
#topinfoallBtn a {
    display: block;
    width: 200px;
    text-align: center;
    margin: 40px auto 0 auto;
    background: #333;
    padding: 5px 0;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
#topinfoallBtn a:hover {
	background:#9c761c;
}
#infoloop5 ul li:first-child {
    border-top: 1px dotted #888;
}

#infoloop5 ul li ul.post-categories li a {
    color: #fff;
    text-decoration: none;
	margin-bottom:0;
}
#infoloop5 ul li ul.post-categories li {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
	padding-top: 0;
}
#top_shachou {
    /*background: #e2dccf;*/
	/*background:#989285;
	background:#c5a869;*/
	/*background:#a9915c;*/
	background:#9e8b60;
    padding: 30px 0 0 0;
}
#top_shachouIN {
    width: 1020px;
    margin: 0 auto;
    display: flex;
	color:#000;
}
#top_shachouIN #shachou {
	width: 30%;
}
#top_shachouIN img {
    width: 80%;
}
#shachou_comment h3 {
    font-size: 30px;
    margin-bottom: 25px;
    border-bottom: 1px solid #675611;
    padding-bottom: 10px;
	/*color:#ffba34;*/
	color:#675611;
}
#shachou_comment p {
    font-size: 14px;
    margin-bottom: 10px;
}
#shachou_comment {
    margin-bottom: 20px;
	width: 70%;
}
#shachou_comment h3 span {
    font-size: 14px;
    padding-left: 10px;
	/*color:#fff;*/
}

/*.H2line h2:before {
    content: '';
	width:100px;
    margin: 0px 20px 0 0px;
    background: url(images/h3_line.png) no-repeat center center;
}
.H2line h2:after {
	content: '';
	width:100px;
    margin: 0px 0px 0 20px;
    background: url(images/h3_line.png) no-repeat center center;
}*/

.H2line h2:before {
    content: url(images/h3_line.png);
    position: absolute;
    left: 270px;
    top: -10px;
}
.H2line h2:after {
    content: url(images/h3_line.png);
    position: absolute;
    right: 270px;
    top: -10px;
}
#topBnrLink {
    background: #fff;
}
#topBnrLink ul {
    width: 1020px;
    margin: 0 auto;
    padding: 20px 0 70px 0;
    display: flex;
    justify-content: space-between;
}

























/* dropmenuの追加部分 */

.menu_single {
  position: relative;
}

.menu_single .menu_second-level {
  position: absolute;
  /*background: rgba(0,0,0,0.5);*/
  -webkit-transition: .2s ease;
  transition: .2s ease;
  visibility: hidden;
  opacity: 0;
}

.menu_single:hover > .menu_second-level {
  visibility: visible;
  opacity: 1;
}
.menu_single p {
    color: #fff;
    font-size: 14px;
	background:url(images/headsmallmenuicon03.png) no-repeat left top;
	padding-left:30px;
	margin-left: 10px;
	margin-right: 15px;
}
#header_menu ul li:nth-child(2) p {
	color: #fff;
    font-size: 14px;
	background:url(images/headsmallmenuicon02.png) no-repeat left top;
	padding-left:30px;
	margin-left: 10px;
	margin-right: 15px;
}

/*.menu_single p:hover {
	color:#ffcc00;
}*/
#header_menu ul li:nth-child(4) p {
    color: #fff;
    font-size: 14px;
    background: url(images/headsmallmenuicon04.png) no-repeat left top;
    padding-left: 30px;
    margin-left: 10px;
    margin-right: 15px;
}


#header_menu ul li ul.menu_second-level {
    width: 111px;
    top: 17px;
	position: absolute;
	border-left: 1px solid #fff;
    border-right: 1px solid #fff;
	left:-1px;
}
#header_menu ul li ul.menu_second-level li {
    border-right: none;
}
#header_menu ul li ul.menu_second-level li a {
    background: none;
    padding: 8px 0;
    margin: 0;
    float: none;
    display: block;
	line-height: 1;
	color: #fff;
}
#header_menu ul li ul.menu_second-level li a:before {
    content: "";
    margin: 0;
    position: absolute;
    top: 12px;
    left: 10px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #fc0;
}
#header_menu ul li ul.menu_second-level li {
    text-align: center;
	width: 100%;
	display: block;
	/*border-top:1px solid #aaa;*/
	background: rgba(0,0,0,0.5);
	position: relative;
}

#header_menu ul li ul.menu_second-level li:last-child {
    border-bottom: 1px solid #fff;
}
#header_menu ul li ul.menu_second-level li:hover {
    background: #B9920B;
}
#header_menu ul li ul.menu_second-level li:hover a{
	color:#fff;
}









/* 上から出てくるメニュー用のdropmenuの更に追加部分 */
.menu_single02 {
  position: relative;
}

.menu_single02 .menu_second-level {
  position: absolute;
  background: rgb(146,120,17);
  -webkit-transition: .2s ease;
  transition: .2s ease;
  visibility: hidden;
  opacity: 0;
  width: 110px;
  top: 40px;
  left: -10px;
}

.menu_single02:hover > .menu_second-level {
  visibility: visible;
  opacity: 1;
}


.menu_single02 p {
    color: #fff;
    font-size: 14px;
	background:url(images/headsmallmenuicon03.png) no-repeat left top;
	padding-left:30px;
	margin-right: 10px;
}
ul#small_headerMENU li:nth-child(2) p {
	color: #fff;
    font-size: 14px;
	background:url(images/headsmallmenuicon02.png) no-repeat left top;
	padding-left:30px;
	margin-right: 10px;
}
#header_menu02 ul li p {
    padding: 5px 10px 5px 30px;
}
.menu_single02 p:hover {
	color:#ffcc00;
}


ul#small_headerMENU li:nth-child(2) ul li a,ul#small_headerMENU li:nth-child(3) ul li a,ul#small_headerMENU li:nth-child(4) ul li a {
    background: none;
    padding: 0;
	border-right:none;
	display:block;
}
ul#small_headerMENU li ul li {
    width: 100%;
    border-right: none;
    /*border-top: 1px solid #888;*/
}
ul#small_headerMENU li ul li:first-child {
    border-top: none;
}



/* トップページ以外のメニュー用のdropmenuの更に追加部分 */
.menu_single03 {
  position: relative;
}

.menu_single03 .menu_second-level {
  position: absolute;
  background: #fff;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  visibility: hidden;
  opacity: 0;
}

.menu_single03:hover > .menu_second-level {
  visibility: visible;
  opacity: 1;
}
.menu_single03 p {
    color: #000;
    font-size: 14px;
    background: url(images/headsmallmenuicon03b.png) no-repeat left top;
    padding-left: 30px;
    border-right: 1px solid #ccc;
	margin-left: 15px;
}

#header_menu02 ul li:nth-child(2) p {
	color: #000;
    font-size: 14px;
	background:url(images/headsmallmenuicon02b.png) no-repeat left top;
	padding-left:30px;
	margin-left: 15px;
}
#header_menu02 ul li ul.menu_second-level {
    width: 111px;
    top: 84px;
	position: absolute;
}
#header_menu02 ul li ul.menu_second-level li {
    border-right: none;
}
#header_menu02 ul li ul.menu_second-level li a {
    background: none;
    padding: 12px 0;
    margin: 0;
    float: none;
    display: block;
	position: relative;
	color: #000;
}
#header_menu02 ul li ul.menu_second-level li a:hover {
	color:#B9920B;
}
#header_menu02 ul li ul.menu_second-level li a:before {
	content: "";
    margin: 0;
    position: absolute;
    top: 12px;
    left: 10px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #b9920b;
}
#header_menu02 ul li ul.menu_second-level li {
    text-align: center;
	width: 100%;
	display: block;
	/*border-top:1px solid #fff;*/
}
#header_menu02 ul li ul.menu_second-level li:first-child {
    border-top: none;
}
#header_menu02 ul li ul li {
    padding: 0;
}
#header_menu02 ul li ul li a {
    border: 0;
    color: #fff;
}
ul#small_headerMENU li ul li a{
	position:relative;
}
ul#small_headerMENU li ul li a:before {
    content: "";
    margin: 0;
    position: absolute;
    top: 5px;
    left: 10px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #fc0;
}


span.newiconflag span {
    color: #fff;
    background: #c00;
    font-size: 12px;
    padding: 2px 10px;
    border-radius: 4px;
    margin-right: 5px;
}

.blogTitle_all {
    margin-bottom: 15px;
    line-height: 1.8;
}
.blogTitle_all a:hover {
	color:#c1a226;
}




/*.menu_single03 p:hover {
    color: #ffcc00;
}
.menu_single03 p {
    color: #fff;
    font-size: 14px;
    background: url(images/headsmallmenuicon04.png) no-repeat left top;
    padding-left: 30px;
    margin-right: 10px;
}*/


ul#small_headerMENU li:nth-child(4) p {
    color: #fff;
    font-size: 14px;
    background: url(images/headsmallmenuicon04.png) no-repeat left top;
    padding-left: 30px;
    margin-right: 10px;
}
#header_menu02 ul li:nth-child(4) p {
    color: #000;
    font-size: 14px;
    background: url(images/headsmallmenuicon04b.png) no-repeat left top;
    padding-left: 30px;
    margin-left: 15px;
}