@charset "utf-8";
/*
Theme Name:	agtec-tnk
Theme URI:	http://www.agtec.co.jp/
Description:	有限会社アグリテック 天人峡事業専用 WordPressテーマです
Version:	1.00
Author:	株式会社 北海道録画センター
Author URI:	http://www.hofm.co.jp/
Note:	平成26年度天人峡地区（大雪山）魅力発信人材育成事業
*/

/* CSS Document */

@import url("editor-style.css");/* 投稿内容表示・ビジュアルエディタ */
@import url("./css/responsive.css");/* 準レスポンシブ */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #fff;
	margin: 0;
	background-color: #eee;
	/*background-image: url(wallpaper/columnar_joint.jpg);*/
	background-size: cover;
	background-attachment: fixed;
	background-origin: padding-box;
	background-position: center top;
	-webkit-text-size-adjust: 100%;
}

img {
	border none;
}

a:link {
	text-decoration: none;
}

a:visited {
}

a:hover {
}

header,
section,
article,
footer {
	width: 100%;
}

section,
article,
footer {
	position: relative;
}

header > *,
section > *,
article > *,
footer > * {
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 125px;
	padding-right: 125px;
}

header {
}

header:hover {
}

header a {
	color: #fff;
	text-decoration: none;
}

header a:hover {
	color: #8FD5A0;
}

header #site_name {
	font-size: 100%;
	line-height: 115%;
	text-shadow: 0px 0px 3px rgba(0,0,0,1.0);
	margin-top: 14px;
	margin-bottom: 0px;
	font-weight: bold;
}

header #site_name span {
	font-size: 70%;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
}

header p {
	font-size: 85%;
}

header .menu_title {
	font-size: 75%;
	/*margin-top: 5px;*/
	margin-bottom: -5px;
}

#header_menu,
#categories_list,
header .menu {
	list-style-type: none;
	margin-top: 5px;
	margin-bottom: 15px;
}

#header_menu li,
#categories_list li,
header .menu li {
	font-size: 80%;
	display: inline;
	padding-bottom: 1px;
	line-height: 100%;
	margin-right: 5px;
}

#header_menu li a,
#categories_list a,
header .menu a {
	background-color: #fff;
	color: #000;
	padding-top: 1px;
	padding-bottom: 0px;
	padding-left: 7px;
	padding-right: 7px;
	border-radius: 3px;
}

#header_menu li a:hover,
#categories_list li a:hover,
header .menu a:hover {
	background-color: #FFAE00;
}

header #searchform {
	margin-top: 15px;
	margin-bottom: 10px;
	position: relative;
}

header #searchform p {
	display: inline;
}

header .screen-reader-text {
	display: none;
}

header #searchform #s {
	width: 100%;
	border: 0px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 42px;
	padding-right: 7px;
	border-radius: 3px;
	margin-right: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

header #searchform #searchsubmit {
	width: 36px;
	border: 0px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 0px;
	padding-right: 0px;
	background-color: rgba(0,0,0,0.05);
	background-image: url(image/top_icon_search.png);
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	top: 0px;
	right: auto;
}

section {
	padding-top: 50px;
	padding-bottom: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.site_top {
	/*min-width: 680px;*//* 適当です最終的には画面サイズからJSで割当てる */
	padding-bottom: 75px;
}

.site_top .description {
	text-align: center;
	color: rgba(255,255,255,1.0);
	width: 70%;
	font-size: 85%;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.3);
	font-weight: normal;
	margin-left: auto;
	margin-right: auto;
}

.article:nth-child(odd) {
	background-color: #f5f5f5;
}

.article:nth-child(even) {
	/*background-color: rgba(255,255,255,0.75);*/
	background-color: #FFF9EA;
}

.article h2,
.article .posted,
.article .post_category,
.article .read_more,
.article .post_tags {
	text-align: center;
}

.article h2 {
	font-size: 240%;
	line-height: 1.65em;
	font-weight: normal;
	letter-spacing: 2px;
	margin-top: 35px;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.article h2 a {
	color: #FF4982;
	text-decoration: none;
	border-bottom-width: 2pt;
	border-bottom-style: dashed;
}

.article h2 a:hover {
	color: #FFAE00;
}

.article .posted,
article .posted {
	font-size: 80%;
	color: #111;
}

.article .post_category,
article .post_category {
	font-size: 90%;
	margin-top: 15px;
}

.article .post_category {
	margin-top: 50px;
	/*margin-bottom: 50px;*/
	clear: both;
}

.article .post_category a,
article .post_category a {
	background-color: #FC578A;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 4px;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 1.5em;
}

.article .post_category a:hover,
article .post_category a:hover {
	background-color: #111;
}

.article .post_thumbnail {
}

.article .post_thumbnail img {
	float: left;
	background-color: #fff;
	margin-top: -40px;
	margin-bottom: 15px;
	margin-right: 35px;
	/*border-radius: 150px;
	border: 1px dashed #E0CBB4;*/
	padding: 5px;
}

.article .post_contents {
	font-size: 90%;
}

.article iframe {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.article .read_more {
	font-size: 90%;
	margin-left: 5px;
	/*margin-top: 35px;
	margin-bottom: 25px;
	clear: both;*/
}

.article .read_more a {
	background-color: #111;
	color: #fff;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 1.5em;
}

.article .read_more a:hover {
	background-color: #1FB9F9;
}

.article .post_tags,
article .post_tags {
	font-size: 80%;
	list-style-type: none;
}

.article .post_tags a,
article .post_tags a {
	padding-left: 24px;
	padding-right: 20px;
	background-image: url(image/post_tags.png);
	background-position: left center;
	background-repeat: no-repeat;
	color: #111;
	text-shadow: 1px 1px 0px #fff;
}

.article .post_tags a:hover,
article .post_tags a:hover {
	color: #FFB121;
}

.article .post_tags a:last-child,
article .post_tags a:last-child {
	padding-right: 0px;
}

footer {
	color: #f5f5f5;
	background-color: rgba(0,0,0,0.65);
	padding-top: 70px;
	padding-bottom: 0px;
}

footer > * {
	text-align: center;
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #FFAE00;
}
/*
footer h2 {
	background-color: #222;
	font-size: 120%;
	line-height: 130%;
	text-shadow: 0px 0px 3px rgba(0,0,0,1.0);
	margin-top: 25px;
	margin-bottom: 30px;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
}

footer h2 span {
	font-size: 70%;
	display: block;
	font-weight: normal;
}
*/
footer h2,
footer h3 {
	line-height: 1.0em;
	font-weight: normal;
	margin-top: 50px;
	margin-bottom: 25px;
	letter-spacing: 2px;
}

footer h3 {
	font-size: 160%;
}

footer h4 {
	font-size: 140%;
}

footer p {
	font-size: 80%;
	margin-top: 0.65em;
	margin-bottom: 0.65em;
}

footer .mail {
	margin-top: 50px;
	clear: both;
}

footer .mail a {
	border: 2px solid #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 3px;
}

footer .mail a:hover {
	color: #333;
	background-color: #fff;
}

footer .copyright {
	color: #ccc;
	line-height: 1.50em;
	font-size: 70%;
	background-color: #111;
	margin-top: 50px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 25px;
	padding-bottom: 23px;
}

.taxonomy_next_arrow {
	cursor: pointer;
	display: inline-block;
	width: 70px;
	height: 70px;
	background-color: #fff;
	background-image: url(image/arrow_down.png);
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
	padding-left: 0px;
	padding-right: 0px;
	white-space: nowrap;
	text-indent: 100%;
	border-radius: 35px;
	position: absolute;
	top: -35px;
	z-index: 10;
	left: 50%;
	right: 50%;
	margin-left: -35px;
}

.taxonomy_next_arrow:hover {
	background-color: #FFF7B6;
}

.go_page_top_arrow {
	cursor: pointer;
	display: inline-block;
	width: 70px;
	height: 70px;
	background-color: #111;
	background-image: url(image/arrow_up_w.png);
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
	padding-left: 0px;
	padding-right: 0px;
	white-space: nowrap;
	text-indent: 100%;
	border-radius: 35px;
	position: absolute;
	top: -35px;
	z-index: 10;
	left: 50%;
	right: 50%;
	margin-left: -35px;
}

.page_feed_back,
.page_feed_next,
.page_feed_back a,
.page_feed_next a {
	cursor: pointer;
	display: inline-block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	padding-left: 0px;
	padding-right: 0px;
	white-space: nowrap;
	text-indent: 100%;
	border-radius: 25px;
	position: absolute;
}

.page_feed_back,
.page_feed_next {
	background-color: #111;
	background-position: center center;
	background-repeat: no-repeat;
	top: -25px;
	z-index: 10;
}

.page_feed_back a,
.page_feed_next a {
	top: 0px;
	left: 0px;
}

.page_feed_back {
	background-image: url(image/arrow_left_w.png);
	left: 100px;
}

.page_feed_next {
	background-image: url(image/arrow_right_w.png);
	right: 100px;
}

.go_page_top_arrow:hover,
.page_feed_back:hover,
.page_feed_next:hover {
	background-color: #FF6292;
}

/* Slide content */

#slide_content,
#slide_content li {
	height: 300px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#slide_content {
	background-color: rgba(255,255,255,0.0);
	padding-top: 0px;
	padding-bottom: 0px;
	list-style-type: none;
	overflow: hidden;
	/*margin-top: 150px;*//* JSで設定 */
	margin-bottom: 0px;
}

#slide_content li {
	padding: 0px;
	overflow-y: auto;
}

#slide_content li .site_top_logo {
	text-align: center;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#slide_content li .site_top_logo img {
	border-width: 0px;
}

#slide_content .post {
	background-color: rgba(0,0,0,0.60);
	padding-top: 20px !important;
	padding-bottom: 15px !important;
	padding-left: 25px !important;
	padding-right: 25px !important;
	border-radius: 3px;
	box-shadow: 0px 0px 3px rgba(255,255,255,0.65);
	margin: 5px;
	height: 280px;
}

#slide_content li h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 140%;
	font-weight: normal;
}

#slide_content .post img {
	border: 3px solid #fff;
	border-radius: 3px;
}

#slide_content li a {
	text-decoration: none;
	color: #FFD587;
}

#slide_content li a:hover {
	text-decoration: none;
	color: #9EFF76;
}

#slide_content li h3 {
	color: rgba(255,255,255,1.00);
	font-size: 120%;
	font-weight: normal;
}

#slide_content li p {
	color: rgba(255,255,255,1.00);
	font-size: 90%;
}

#slide_content li .thumbnail img {
	float: left;
	margin-right: 35px;
}

.slide_content_mark {
	list-style-type: none;
	overflow-: hidden;
	padding-top: 0px;
	padding-bottom: 0px;
	display: block;
	text-align: center;
	margin-bottom: 5px;
}

.slide_content_mark li {
	display: inline;
	color: rgba(65,198,255,1.00);
	text-shadow: 0px 0px 2px rgba(255,255,255,1.0);
	opacity: 0.25;
	font-size: 110%;
	padding-left: 5px;
	padding-right: 5px;
}

#slide_content_mark li {
	cursor: pointer;
	color: rgba(65,198,255,1.00);
	opacity: 1.00;
}

.slide_content_mark .slide_content_now {
	color: rgba(252,119,16,1.00) !important;
}

#wait_bar_wrapper,
#wait_bar_wrapper .wait_bar,
#wait_bar_wrapper .wait_bar_bg {
	width: 100px;
	height: 2px;
}

#wait_bar_wrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
	padding-right: 0px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

#wait_bar_wrapper .wait_bar,
#wait_bar_wrapper .wait_bar_bg {
	position: absolute;
	display: inline-block;
	top: 0px;
	left: 0px;
}

#wait_bar_wrapper .wait_bar {
	background-color: #FDB088;
	z-index: 10;
}

#wait_bar_wrapper .wait_bar_bg {
	background-color: #ccc;
	z-index: 5;
}

/* taxonomy page */

#taxonomy_title {
	margin-top: 0px;
	margin-bottom: 100px;
	padding-top: 175px;
	font-size: 120%;
	color: rgba(255,255,255,1.00);
	text-shadow: 0px 0px 3px rgba(0,0,0,0.45);
	text-align: center;
}

/* post page */

#post_title {
	margin-top: 0px;
	margin-bottom: 80px;
	padding-top: 175px;
	font-weight: normal;
	font-size: 240%;
	color: rgba(255,255,255,1.00);
	text-shadow: 0px 0px 3px rgba(0,0,0,0.45);
	text-align: center;
}

article {
	background-color: #f5f5f5;
	padding-top: 50px;
	padding-bottom: 75px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

article .breadcrumbs {
	margin-top: 0px;
	margin-bottom: 50px;
	font-size: 70%;
	text-align: center;
}

article .breadcrumbs a {
	color: rgba(0,0,0,0.80);
	text-shadow: 1px 1px 0px rgba(255,255,255,0.55);
	background-color: rgba(0,0,0,0.05);
	padding-top: 2px;
	padding-bottom: 0px;
	padding-left: 7px;
	padding-right: 7px;
	border-radius: 2px;
	box-shadow: 1px 1px 0px rgba(255,255,255,0.55);
}

article .breadcrumbs a:hover {
	color: #fff;
	text-shadow: 1px 1px 0px #000;
	background-color: #111;
}

article .breadcrumbs span span {
	font-weight: bold;
}

/*article .posted,*/
article .post_category,
article .post_tags {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

article .posted {
	margin-top: 75px;
}

article a {
	color: #FF4982;
}

article a:hover {
	color: #FFAE00;
}

/* Contact Form 7 */

/*
.wpcf7 ul {
	list-style-type: none;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 25px;
	margin-bottom: 25px;
	padding-left: 0px;
	padding-right: 0px;
}

.wpcf7 li {
	background-color:#fefefe;
	border-top: 1px solid #ddd;
	padding-top: 7px;
	padding-bottom: 7px;
}

.wpcf7 li:last-child{
	border-bottom: 1px solid #ddd;
}

.wpcf7 li:nth-child(odd) {
	background-color:#f5f5f5;
}

.wpcf7 li:hover {
	background-color: #E6FBE4;
}

.wpcf7 .title,
.wpcf7 .contents {
	display: inline-block;
}

.wpcf7 .required {
	background-color: #D30069;
	color: #fff;
	margin-left: 12px;
	margin-right: 7px;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
}

.wpcf7 .title {
	width: 30%;
	text-align: right;
	vertical-align: top;
	padding-top: 2px;
	padding-right: 7px;
}

.wpcf7 .contents {
	width: 65%;
	border-left: 1px dotted #ddd;
	padding-left: 10px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="number"],
.wpcf7 textarea,
.wpcf7 select {
	border: 1px dotted #ccc;
	padding: 5px;
	margin-top: -15px;
	margin-bottom: 15px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
}

*/

.wpcf7 p {
	margin-top: 0em;
	margin-bottom: 0px;
	padding-bottom: 15px;
	line-height: 1.50em;
}

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
	border: 1px dotted #ccc;
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 7px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
}

.wpcf7_title {
	font-weight: bold;
	color: #222;
	font-size: 120%;
	line-height: 1.35em;
	text-shadow: 1px 1px 0px #fff;
	padding-top: 25px;
}

.wpcf7 .wpcf7-captchar {
	width: 5em;
}

.wpcf7 input[type="submit"] {
	cursor: pointer;
	width: 120px;
	height: 40px;
	background-color: #fff;
	border: 1px dotted #999;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 25px;
}

.wpcf7 input[type="submit"]:hover {
	color: #fff;
	background-color: #000;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* facebook lite box */

div#fb-root {
	display: none;
}

/* case 1 */

#slide_content div.fb-like-box,
#slide_content div.fb-like-box iframe[style],
#slide_content div.fb-like-box span {
	width: 100% !important;
}

#slide_content div.fb-like-box {
	background-color: rgba(255,255,255,0.95);
}

/* case 2 */

.fb_litebox div.fb-like-box {
	margin-top: 25px;
	background-color: rgba(255,255,255,0.95);
}

.fb_litebox div.fb-like-box,
.fb_litebox div.fb-like-box iframe[style],
.fb_litebox div.fb-like-box span {
	width: 100% !important;
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
	padding-left: -125px;
	padding-right: -125px;
}

/* case 3 */

footer div.fb-like-box,
footer div.fb-like-box iframe[style],
footer div.fb-like-box span {
	width: 100% !important;
}

footer div.fb-like-box {
	background-color: rgba(255,255,255,0.95);
}