/*
Theme Name: Takenoma
Theme URI: http://www.takenoma.com

Text Domain: takenoma
*/


/*
* “ほのか明朝” licensed under the IPA Font License Agreement v1.0
* http://font.gloomy.jp/honoka-mincho-dl.html（”ほのか明朝”配布元のURL）
* http://ipafont.ipa.go.jp/（IPAフォントのURL）
* http://ipafont.ipa.go.jp/ipa_font_license_v1.html（IPAフォントライセンスv1.0のURL）
*/ 



/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */
 
 @import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700);

@font-face {
	font-family: "honoka";
src: url("fonts/font_1_honokamin.eot"); 
src: url("fonts/font_1_honokamin.eot?#iefix’) format(‘embedded-opentype"), 
url("fonts/font_1_honokamin.woff") format("woff"), 
url("fonts/font_1_honokamin.ttf") format("truetype"); 
font-weight: normal; 
	font-style: normal;
}

@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.0.3');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), 
  url('fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), 
  url('fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), 
  url('fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}



html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	font-size: 62.5%; /*10px*/
}

li {list-style:none;}

body,
button,
input,
select,
textarea {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

body {
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Osaka,Verdana,Arial,Helvetica,sans-serif;
	background: #fff;
	color:#071600;
	width: 100%;
	font-size: 14px; font-size: 1.4rem;
}

a {
	color: #5c9540;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a:active,
a:hover {
	color: #25570d;
}


.en {
	font-family: 'Droid Serif', serif;
	text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 36px 0 12px;
 font-family: honoka;
	
}

h1 {
	font-size: 26px;
	line-height: 1.3846153846;

}

h2 {
	font-size: 24px;
	line-height: 1.2;
}

h3 {
	font-size: 22px;
	line-height: 1.0909090909;
}

h4 {
	font-size: 20px;
	line-height: 1.2;
}

h5 {
	font-size: 18px;
	line-height: 1.3333333333;
}

h6 {
	font-size: 16px;
	line-height: 1.5;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

p {
	margin-bottom: 24px;
}

.btn {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
	background:#5c9540;
		color: #fff;
	padding: 10px 10px 8px;
}

.btn:hover {
	background:#0a4232;
	color: #fff;
}

.btn::before,
.btn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.btn,
.btn::before,
.btn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}



code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: #24890d;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #24890d;
	color: #fff;
	text-shadow: none;
}

.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */  

/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

/* Input fields */

input,
textarea {
	border: 1px solid #333;
	border-radius: 2px;
	color: #2b2b2b;
	padding: 8px 10px 7px;
}

textarea {
	width: 100%;
	height:15em;
	resize:none;
}

input:focus,
textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.3);
	outline: 0;
}

/* Buttons */

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #24890d;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 10px 30px 11px;
	text-transform: uppercase;
	vertical-align: bottom;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #0a4232;
	color: #fff;
}

button:active,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #0a4232;
}

.search-field {
	width: 100%;
}

.search-submit {
	display: none;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: #939393;
}

:-moz-placeholder {
	color: #939393;
}

::-moz-placeholder {
	color: #939393;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #939393;
}

/* Responsive images. Fluid images for posts, comments, and widgets */

.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
	height: auto;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object,
video {
	margin-bottom: 24px;
	max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}

/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
	margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
	margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
	margin-bottom: 17px;
}

.wp-caption {
	margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption {
	color: #767676;
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
}

div.wp-caption .wp-caption-text {
	padding-right: 10px;
}

div.wp-caption.alignright img[class*="wp-image-"],
div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
	padding-right: 0;
}

.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Assistive text */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	text-transform: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

.hide {
	display: none;
}

/* Clearing floats */

.footer-sidebar:before,
.footer-sidebar:after,
.hentry:before,
.hentry:after,
.gallery:before,
.gallery:after,
.slider-direction-nav:before,
.slider-direction-nav:after,
.contributor-info:before,
.contributor-info:after,
.search-box:before,
.search-box:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: "";
	display: table;
}

.footer-sidebar:after,
.hentry:after,
.gallery:after,
.slider-direction-nav:after,
.contributor-info:after,
.search-box:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}

/* Genericons */

.bypostauthor > article .fn:before,
.comment-edit-link:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.contributor-posts-link:before,
.menu-toggle:before,
.search-toggle:before,
.slider-direction-nav a:before,
.widget_twentyfourteen_ephemera .widget-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	text-decoration: inherit;
	vertical-align: text-bottom;
}

/* Separators */

.site-content span + .entry-date:before,
.full-size-link:before,
.parent-post-link:before,
span + .byline:before,
span + .comments-link:before,
span + .edit-link:before,
.widget_twentyfourteen_ephemera .entry-title:after {
	content: "\0020\007c\0020";
}





/**
 * 4.0 Header
 * -----------------------------------------------------------------------------
 */

/* Ensure that there is no gap between the header and
	 the admin bar for WordPress versions before 3.8. */
#wpadminbar {
	min-height: 32px;
}

.header-main {
	min-height: 48px;
	padding: 0 10px;
}

.site-title {
	float: left;
	font-size: 18px;
	font-weight: 700;
	line-height: 48px;
	margin: 0;

	/* Nav-toggle width + search-toggle width - gutter = 86px */
	max-width: -webkit-calc(100% - 86px);
	max-width:         calc(100% - 86px);
}

.site-title a,
.site-title a:hover {
	color: #fff;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* Search in the header */

.search-toggle {
	background-color: #24890d;
	cursor: pointer;
	float: right;
	height: 48px;
	margin-right: 38px;
	text-align: center;
	width: 48px;
}

.search-toggle:hover,
.search-toggle.active {
	background-color: #41a62a;
}

.search-toggle:before {
	color: #fff;
	content: "\f400";
	font-size: 20px;
	margin-top: 14px;
}

.search-toggle .screen-reader-text {
	left: 5px; /* Avoid a horizontal scrollbar when the site has a long menu */
}

.search-box-wrapper {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	position: absolute;
	top: 48px;
	right: 0;
	width: 100%;
	z-index: 2;
}

.search-box {
	padding: 12px;
}

.search-box .search-field {
	background-color: #fff;
	border: 0;
	float: right;
	font-size: 12px; font-size:1,2rem;
	padding: 2px 2px 3px 6px;
	width: 100%;
}

/**
 * 5.0 Top
 * -----------------------------------------------------------------------------
 */

.home {
	position: relative;
}

.home .pc_nav  #masthead{
	position: absolute;
	top:0;
	z-index: 999999;
width: 100%;
}

.home .top_mv {
	padding-top:81px;
}


.home #main , .home #primary {
	width: 100%;
	margin: 0;
	float: none;
}

.home .top_mv {
	width: 100%;
	max-height: 580px;
overflow: hidden;
	
}

#masthead{
	background-color:#5c9540;
}

#change{
		background: rgba(92,149,64,.8);
}

#masthead  .header-main , #change .header-main {
	width: 950px;
	margin: 0 auto;
}

#change {
  position: fixed;
  top: 0px;
  left: 0px;
  display: none;
  z-index: 9999;
  width:100%;
}

h1#logo {
	float: left;
	margin: 10px 20px 10px 0;
	vertical-align: middle;
}

#change h1#logo {
		margin: 10px 20px 10px 0;
}

ul.mnmenu li.level-1 {
	background:#0a4232;

	
}



ul.mnmenu li.level-0 {
    -webkit-transition: background linear 0.4s;
    -moz-transition: background linear 0.4s;
    -o-transition: background linear 0.4s;
    -ms-transition: background linear 0.4s;
    transition: background linear 0.4s;
    position:relative;
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    zoom: 1;
    min-height: 60px;
    line-height:60px;
    height: 60px;
    _height: 60px;
    vertical-align: top;
	
}


ul.mnmenu li.level-0 a,
ul.mnmenu li.level-0 a:visited  {
    -webkit-transition: background linear 0.4s;
    -moz-transition: background linear 0.4s;
    -o-transition: background linear 0.4s;
    -ms-transition: background linear 0.4s;
    transition: background linear 0.4s;
}




ul.mnmenu li.level-0 ul{
    position:absolute;
    display: none;

}
ul.mnmenu li.level-0 li{
    position:relative;

}

.pc_nav .menu-main_menu-container { float: left; line-height:60px; height:60px; padding-top:15px;}
#change .menu-main_menu-container { float: left; line-height:48px; height:48px; padding-top:5px;}

.pc_nav  #primary-navigation #menu-main_menu , .pc_nav  #primary-navigation #menu-main_menu-1 { float: left; margin-bottom:0;}
.pc_nav  #primary-navigation #menu-main_menu li , .pc_nav  #primary-navigation #menu-main_menu-1 li  { float: left; margin-right:20px;}
.pc_nav  #primary-navigation #menu-main_menu li a , .pc_nav  #primary-navigation #menu-main_menu-1 li a {color:#fff; font-size:13px; font-size:1.3rem;}
.pc_nav  #primary-navigation .search-box {padding:0;}
.pc_nav  #primary-navigation .search-box .search-field  {
	width:260px;
	padding:0.5em;
	margin-top:30px;
}

#change #primary-navigation .search-box .search-field  {
	width:260px;
	padding:0.5em;
	margin-top:20px;
}

.pc_nav  #primary-navigation #menu-main_menu li a , .pc_nav #primary-navigation #menu-main_menu-1 li a {
	display: block;
	cursor:pointer;
}


.pc_nav #primary-navigation .level-0  a:hover {
	background-color:#0a4232;
	display: block;
	height:66px;
	margin:-15px -10px 0;
	padding:15px 10px 0;
	
}


.pc_nav  a.level-1.hover {
		background-color:#0a4232;
	display: block;
	height:66px;
	margin:-15px -10px 0;
	padding:15px 10px 0;
}

.pc_nav  a.level-2:hover {
	height:60px !important;
	color:#5c9540!important;
}

span.arrow {
	display: none;
}

.pc_nav  .sub-menu {
	left:-30px!important;

}

.pc_nav  .sub-menu li {
		float: none;
	clear: both;
	display:inline-block;
	padding:10px;
		width:200px;

}

.pc_nav  .sub-menu.level-1 {
	top:66px !important;
}

#change  .sub-menu.level-1 , .page-template-page-templatesspecial_page-php .sub-menu.level-1{
	top:58px !important;
}

.pc_nav .sub-menu a:hover {
	padding:0 0 0 0!important;
	margin:0 0 0 0!important;
	height: 66px;
}


.pc_nav #primary-navigation #menu-main_menu-1 li a:hover {
		background-color:#0a4232;
	display: block;
	height:64px;
	margin:-10px -10px 0;
	padding:10px 10px 0;
}


.share_box {
	width: 950px;
	text-align:right;
	font-size:12px;
	font-size:1.2rem;
	display: table;

	z-index:15000;
	
}

.share_box  ul {
		background:#f8f8f8;
			padding:10px;
			float: right;
}

.share_box  ul li {
	float: left;
	margin-right:10px;
	line-height:20px;
	height:20px;
}

.share_box .fa {
	font-size:26px;
	font-size:2.6rem;
}

.share_box a {
	display:block;
	cursor:pointer;
}

.share_box span {
	margin-left:5px;
	vertical-align:top;
	line-height:26px;
}



#sns_box{
	position:fixed;
	right:20px;
	top:100px;
	z-index:20000;
	overflow:hidden;
}


#scroll-sns{
	background:#fff;
        border: 1px #eee solid;
	width:80px;
	padding:15px 10px 5px 10px;
	text-align:left;
	list-style-type:none;
}

.page-template-page-templatesspecial_page-php #scroll-sns {
	background:none;
	width:300px;
	border:none;
	padding:0;
	text-align:right;
	margin:0;
}

#scroll-sns li {
	height:80px;
}

#scroll-sns li.top_link {
	height:40px;
}

#scroll-sns li.top_link a {
	display: block;
	cursor: pointer;
}

#scroll-sns li.top_link .fa {
	font-size:20px;
	font-size:2rem;
	margin-right:5px;
}

#scroll-sns .txt {
	height:50px;
	text-align: left;
	font-weight: bold;
	color:#0a4232;

}
.page-template-page-templatesspecial_page-php #scroll-sns li {
	float:left;
	width:80px;
}

.home .top_profile {
	width:950px;
	margin:50px auto 20px;
}

.home .top_profile .txt_box {
		background:url(images/pic_profile.jpg) top left no-repeat;
		margin-left:36px;
		padding-left: 258px;
		padding-bottom:40px;
}

.home h2 span.en {
	color:#0a4232;
	font-size:50px;
	margin-right:24px;
	
}

.home h2 {
	color:#5c9540;
	font-size:24px;
	font-size:2.4rem;
}

.home h3 {
		color:#5c9540;
}

.home .top_article , .home .top_media , 
.home .top_contentBG
{
			background:url(images/bg_01.png) top repeat;
}

.home .top_article p , .home .top_media p {
		margin-bottom: 0px;

}
.home .top_article .btn ,  .home .top_media .btn {
	margin-top: 15px;
}

.home .inner {
	width:950px;
	margin: auto;
}

.home .ttl_box {
	float: left;
	width:274px;
}

.home  .txt_list {
	float: left;
	padding: 50px 0 20px;
	width: 650px;
	min-height: 150px;

}

.home  .txt_list li {
	vertical-align:top;
	margin-bottom:20px;
		 text-overflow: ellipsis;
    -moz-text-overflow:ellipsis; /* Firefox */
    -o-text-overflow: ellipsis; /* Opera */
	overflow:hidden;
	 white-space: nowrap;
}

.home  .txt_list li:last-child {
	margin-bottom:0;
}

.home  .txt_list li:before {
content: "";
float: left;
background: #5c9540;
width: 0.5em;
height: 0.5em;
border-radius: 50%;
margin-top:6px;
margin-right:10px;
}

.home  .txt_list li span {
	color:#3b6b23;
	margin-right:13px;
}

.home  .txt_list li i {
	display: inline-block;
	background-color:#fff7d2;
	padding:3px 6px;
	font-size:10px;
	font-size:1rem;
	color:#5c9540;
	font-style:normal;
	text-align: center;
	line-height:14px;
	height:14px;
	width:8em;
	position: relative;
	top:-2px;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
	margin-right:5px;  
	
}

.home  .txt_list li a {
	color:#071600;
}

.home  .txt_list li a:hover {
	text-decoration: underline;
}

.blank {
	font-size:1.2rem;
	font-size:12px;
	margin-left:5px;
}

.home figure {
	position: relative;
	overflow: hidden;
	float: left;
	cursor: pointer;
}


.home .owl-item figure {
	float: none;
	display: inline-block;
	max-width:140px;
}

.home .top_content figure.about{
	border:4px solid #5c9540;
}

.home .top_content figure.book{
	border-left:3px solid #000;
	border-right:3px solid #000;
	border-top:4px solid #000;
	border-bottom:4px solid #000;
}

.home .top_content figure.ken{
	border:4px solid #ba0006;
}

.home figcaption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
	-webkit-transition: .5s;
	transition: .5s;
	opacity: 0;
}

.home .top_content figure.about figcaption {
		background: rgba(92,149,64,.8);
}

.home .top_content figure.book figcaption {
		background: rgba(0,0,0,.8);
}

.home .top_content figure.ken figcaption {
		background: rgba(186,0,6,.8);
}

.home .owl-item figure figcaption {
		background: rgba(10,66,50,.8);
}

.home .top_content figcaption h3 {
	color: #fff;
	padding:20px 20px 0 20px;
}

.home figcaption p {
	font-size:12px;
	font-size:1.2rem;
}

.home .top_content figcaption p {
		padding:10px 20px 0 20px;
}

.home .top_item figcaption p  {
	margin-top: 10px;
	padding: 10px;
	text-align: left;
	
}

.home figcaption a {
	display:block;
	width: 100%;
	height: 100%;
	color:#fff;
}

.home .top_content figure:hover figcaption {
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
	opacity: 1;
}

.home .owl-item figure:hover figcaption {
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
	opacity: 1;
}


.home .top_item .owl-carousel  {
	width: 96%;
	padding:20px 2%;
	text-align: center;
}

.home .top_item{
	background:url(images/bg_01.png) top repeat;
	padding: 5px 0 30px;
	margin:0 0 30px;
}

.home .top_item h2 , .home .top_item p {
	float: left;
}

.home .top_item h2 {
	margin-right:30px;
}

 .home .top_item p {
	 margin-top: 46px;
 }
 


 
 .owl-carousel img {
	 max-width: 140px;
 }
	
.owl-pagination {
	margin-top:15px;
}

.sns_box h2 {
	margin-bottom: 30px;
}

.twitter_box {
	float: left;
	width:400px;
}

.facebook_box {
	float: right;
}

#twitter-widget-0 {
	width: 460px !important;
	height:240px!important;
	padding-bottom:30px!important;
	border-bottom: 1px solid #ececec;
}

.site-footer {
	background:#203d12;
	margin-top:80px;
}

.site-footer #footer-sidebar {
	width: 950px;
	margin: 0 auto;
	font-size:10px;
	font-size:1rem;
		color: #fff;

}

.site-footer #footer-sidebar  a {
	color: #fff;
}
.site-footer #footer-sidebar ul.clearfix {
	width:950px;
	padding-top:30px;
}

.site-footer #footer-sidebar .footer_link {
	float: left;
}

.site-footer #footer-sidebar .copy {
	float: right;
}


.home  .en { text-transform:capitalize;
}

.home .top_koziki {
	background:url(	//www.takenoma.com/wp-content/uploads/bg_koziki.jpg) top center repeat;
	background-size:cover;
	height:330px;
	margin:50px 0 0 0;
}

.home .top_koziki .wrap {
	width: 950px;
	margin:0 auto;
	padding:50px 0 0;
}

.home .top_koziki .wrap h3 {
	color:#fff;
	line-height:1.4;
	margin:0px 0 30px;
}

.home .top_koziki .wrap h3 span{
	font-size:44px;
	font-size: 4.4rem;
		font-family: 'Droid Serif', serif;

}

.home .top_koziki .wrap p {
	color:#fff;
}

.home .btn.rev_01 {
	font-weight: bold;
	padding:10px;
	background:#004aaf;
	width:320px;
	padding:10px 0;
	display: block;
}

.home .btn.rev_01:hover {
	background:#011f49;
	color: #fff;
}

.home .mv_02_wrap {
	text-align: center;
	display: inline-block;
}

.home .mv_02_wrap h3 {
	color:#fff;
	line-height:30px;

}

.home .mv_02_wrap h3 span {
	font-size:60px;
	font-size:6rem;
	font-family: 'Droid Serif', serif;
		min-height:inherit;


}

.home .mv_02_wrap p {
	color:#fff;
	line-height:20px;


}

.home .btn.rev_02 {
	font-weight: bold;
	padding:10px;
	width:320px;
	padding:10px 0;
	display: block;
}


.fb-share-button.fb_iframe_widget span , .fb-share-button.fb_iframe_widget span iframe , 
.fb-like.fb_iframe_widget span , .fb-like.fb_iframe_widget span iframe{
	width:80px!important;
	height:61px!important;
}

#twitter-widget-1 , 
#twitter-widget-0 ,
#twitter-widget-2   {
	width: 460px !important;
		height:240px!important;

	border-bottom: 1px solid #ececec;
}

.timeline-footer {
	display: none;
}

/**
 * Page
 * -----------------------------------------------------------------------------
 */
 
 #secondary {
	float: left;
	width: 235px;
}

#secondary ul {
	margin: 0;
}

#secondary ul li {
	margin-bottom: 15px;
}
#secondary h1 {
	margin:0;
}

#secondary h1.widget-title {
	color:#0a4232;
	font-size:22px;
	font-size:2.2rem;
	border-bottom:1px solid #5c9540;
	padding-bottom:10px;
	margin-bottom:15px;
}

#secondary aside {
	margin-bottom:30px;
}
 
 
 #page_head {
		background:url(images/page_bg.png) repeat-x;
		height:197px;
 }
 
 #page_head .head_wrap {
	 width: 950px;
	 height: 167px;
	 margin:0 auto;
	 background:url(images/page_head_bg.jpg) top left no-repeat;
	 padding-top:30px;

 }
 
  #page_head h1 {
	  color:#5c9540;
	  font-size:30px;
	  font-size:3rem;
	  margin:0;

  }
  
  #page_head h1 span.jp {
	  	   text-overflow: ellipsis;
    -moz-text-overflow:ellipsis; /* Firefox */
    -o-text-overflow: ellipsis; /* Opera */
	overflow:hidden;
	 white-space: nowrap;
	 display: inherit;
	  
	  
  }
 
 #page_head h1 .en {
	 font-size:66px;
	 font-size:6.6rem;
	 text-transform:capitalize;
	 color:#0a4232;
 }
 
 #main {
	 width: 950px;
	 margin: 50px auto 0;
 }
 
 .side_bnrbox a {
	 display: block;
	 width:235px;
	 height:110px;
	 opacity:1; 

 }
 
 .side_bnrbox .side_bnr_00 a {
		 background:url(//www.takenoma.com/wp-content/uploads/bnr_takedaken.jpg) top left no-repeat;
}
 
.side_bnrbox .side_bnr_01 a {
		 background:url(//www.takenoma.com/wp-content/uploads/bnr_pc_01.jpg) top left no-repeat;
}

.side_bnrbox .side_bnr_02 a{
		 background:url(//www.takenoma.com/wp-content/uploads/bnr_pc_02.jpg) top left no-repeat;
}
 
.side_bnrbox a:hover {
opacity:0.7; 
}




/**
 * Bookstore
 * -----------------------------------------------------------------------------
 */
 
.page-template-page-templatesno-side-php  #primary {
	 width: 950px;
	 float: none;
 }
 
  .page-template-page-templatesno-side-php .bookstore_pickup {
	  margin-top: 50px;
	  width: 950px;
  }
  
    .page-template-page-templatesno-side-php .bookstore_new {
	  margin-top: 20px;
  }
 
  .page-template-page-templatesno-side-php h2 {
	  font-size:18px;
	  font-size:1.8rem;
	  color:#5A963B;
	  	margin-bottom: 30px;

  }
 
 .page-template-page-templatesno-side-php h2 .en {
	 font-size: 50px;
	 font-size:5rem;
	 color:#064232;
 }
 
  .page-template-page-templatesno-side-php .item_wrap {
	  position: relative;
	  margin-right: -30px;
	  width: 980px;
  }
 
 .page-template-page-templatesno-side-php .item_box {
	 width: 415px;
	 	 margin-right:30px;
	 margin-right:30px;
	 margin-bottom: 30px;

	 border:1px solid #eaeaea;
	 padding: 20px;
	 float: left;
	 
 }
 
 .page-template-page-templatesno-side-php .bookstore_dvd .item_box  , 
 .page-template-page-templatesno-side-php .bookstore_book .item_box {
	 width:248px;
 }
 
  .page-template-page-templatesno-side-php .item_box img {
	  float: left;
	  width:180px;
  }
  
  .page-template-page-templatesno-side-php .bookstore_dvd .item_box img ,
    .page-template-page-templatesno-side-php .bookstore_book .item_box img {

	  float: none;
	  margin-bottom: 20px;
	  margin-left:30px;

  }
  
    .page-template-page-templatesno-side-php .bookstore_dvd .item_box p , 
	 .page-template-page-templatesno-side-php .bookstore_book .item_box p {
margin-bottom :0;
	}
  
    .page-template-page-templatesno-side-php .item_box .item_detail {
		float: right;
		width:210px;
	}

 .page-template-page-templatesno-side-php .bookstore_dvd .item_box .item_detail ,
  .page-template-page-templatesno-side-php .bookstore_book .item_box .item_detail {
	 float: none;
	 width: 220px;
 }
	
.page-template-page-templatesno-side-php .item_box a {
	display: block;
	cursor:pointer;
}

 .page-template-page-templatesno-side-php .item_box a p {
	color:#071600;
}


.page-template-page-templatesno-side-php .item_box a h3 {
	margin-top: 0;
	line-height:1.3;
	color: #5a963b;
}

.page-id-32.page-template-page-templatesno-side-php .item_box a:hover {
	opacity:0.7;
}

h2.ttl_shop{
font-size: 26px;
font-size: 2.6rem;
margin: 80px 0 0px;
border-bottom: 2px solid #5c9540;
padding-bottom: 15px;
}

.lead_shop {
	font-size: 14px;
font-size: 1.4rem;
margin:20px 0 50px;
}

.post-2263 h2.ttl_shop {
margin: 10px 0 0px;
}
#post-2263 h3 {
	margin-top:	10px !important;
}


.error_message {
	padding:20px;
	line-height: 1.7!important;
}


 /**
 * law
 * -----------------------------------------------------------------------------
 */
 
 .law dl {
	 border-bottom:1px solid #eee;
 }
.law dt {
	width:250px;
	float: left;
}

.law dd {
	padding-left:250px;
}
/**
 * Profile
 * -----------------------------------------------------------------------------
 */
 
 .profile {
	 margin: 30px 0 0;
	 width: 950px;
 }
 
  .profile h2 {
	  font-size:36px;
	  font-size:3.6rem;
	  line-height:0.7;
	  margin:10px 0 30px;
  }
  
   .profile h3 {
	   font-size:24px;
	   font-size:2.4rem;
	   margin-bottom:30px;
	   border-bottom: 1px solid #5a963b;
	   padding-bottom:10px;
   }
  
   .profile h2 .en {
	   font-size:14px;
	   font-size:1.4rem;
   }
 
 .profile .img_profile {
	 width: 420px;
	 float: left;
	 margin-right: 30px;
	 margin-bottom:30px;
 }
 
 .profile .profile_txt {
	 float: left;
	 width: 420px;
 }
 
  .profile .share_box{
	  width:inherit;
	  margin:30px 0 0 0;
  }
  
   .profile .share_box ul{
	   float: left;
	   margin:0;
   }
 
 /**
 * Channel
 * -----------------------------------------------------------------------------
 */
 
 .channel {
	 margin-top:30px;
 }


 .channel .block_channel {
	 margin-bottom: 80px;
 }

.channel span {
	font-weight: bold;
}

.page-template-page-templatesno-side-php .channel h2 {
	 font-size: 26px;
	 font-size: 2.6rem;
	 color:#5c9540;
 }
 
  /**
 * Sitemap
 * -----------------------------------------------------------------------------
 */
 
 .page-id-134 #main-content {
	 float: right;
	 width: 660px;
 }
 
  .page-id-134 #main-content ul {
	  margin:0;
  }
  
    .page-id-134 #main-content ul li {
		float: left;
		width:46%;
		box-sizing:border-box;
		border: 1px solid #5c9540;
		padding:20px;
		margin-right:2%;
		margin-bottom:2%;
			-webkit-transition: all .3s;
	transition: all .3s;
	cursor: pointer;
		
  }
  
   .page-id-134 #main-content ul li:hover {
	   background:#0a4232;
   }
  
   .page-id-134 #main-content ul li:hover a{
	   color:#fff;
   }
  
  .page-id-134 #main-content #sitemap_list {
	  font-size: 16px;
	  font-size:1.6rem;
  }
  


  .page-id-134 #main-content #sitemap_list a {
	  display: block;
	  cursor: pointer;
  }

  /**
 * Contact
 * -----------------------------------------------------------------------------
 */
 
div#trust-form.contact-form table th {
	width: 200px;
}

div#trust-form.contact-form table td input{
	width: 730px;
}

div#trust-form.contact-form .subject {
	display: inline-flex;
}
 
 
 /**
 * Single
 * -----------------------------------------------------------------------------
 */
 
 .single #primary{
	 float: right;
	 width: 660px;
 }
 


   
      .single #primary  .entry-meta {
		  margin-bottom: 30px;
		  border-bottom:1px solid #24890d;
		  padding-bottom:10px;
	  }
  
   .single #primary .post-thumbnail {
	   max-width: 660px;
	   margin-bottom: 30px;
   }
   
 .single #primary .yarpp-related {
	 display: none;
 }
 .nav-links {
	 margin-top: 30px;
 }
 
.nav-links a {
		  	   text-overflow: ellipsis;
    -moz-text-overflow:ellipsis; /* Firefox */
    -o-text-overflow: ellipsis; /* Opera */
	overflow:hidden;
	 white-space: nowrap;
}

.nav-links a[rel="prev"] , 
.nav-links a[rel="next"] {
	width: 40%;
	display: inline-block;
}
 
.nav-links a[rel="prev"]  {
	float: left;
}

.nav-links a[rel="next"]  {
	float: right;
	text-align: right;
}

.nav-links .meta-nav {
	margin-right: 10px;
	color:#0a4232;
	font-size: 10px;
	font-size:1rem;
}


.category-schedule p .btn {
	margin-top:15px;
}

.category-schedule .btn {
	width:30%;

}

.single .category-schedule h1{
	margin-top:-10px !important;
	width:660px;
}
.category-bookstore .entry-header {
	margin-top:-20px;
}

.category-store .entry-date {
	display: none !important;
}

.thumb.selected {
	width:130px !important;
	cursor: pointer;
}

#itempage:nth-child(2) {
	display:none;
}


.time_sch {
	padding:10px;
	display:block;
	background:#eee;
}


/**
 * 特設ページ
 * -----------------------------------------------------------------------------
 */
 
 .page-template-page-templatesspecial_page-php .sp_foot {
	 background:#000;
	 padding:20px 0 0 0;
	 height: 80px;
	 background-attachment: fixed;
 }
 
.page-template-page-templatesspecial_page-php .sp_foot .sp_ffot_inner {
	width: 980px; 
	margin:0 auto;
	position: relative;
}
 .page-template-page-templatesspecial_page-php #sns_box {

	position:static;
	float: right;
}
 
 
.page-template-page-templatesspecial_page-php {
	width:100%;
	height:100%;
}
 
.page-template-page-templatesspecial_page-php #page {
	z-index: 999;
	width: 100%;
	position: relative;
	height: 100%;

}

.page-template-page-templatesspecial_page-php #masthead {
background-color: #5c9540;	
	z-index:99999;
	position:fixed;
	top:0;
	width: 100%;

}


.page-template-page-templatesspecial_page-php #masthead  h1#logo {
		margin: 10px 20px 10px 0;
}

.page-template-page-templatesspecial_page-php #masthead .menu-main_menu-container { 
float: left; line-height:48px; height:48px; padding-top:10px;}

.page-template-page-templatesspecial_page-php #masthead #primary-navigation .search-box .search-field  {
	width:230px;
	padding:0.5em;
	margin-top:20px;
}

.page-template-page-templatesspecial_page-php #primary-navigation #menu-main_menu li a:hover {
		background-color:#0a4232;
	display: block;
	height:59px;
	margin:-15px -10px 0;
	padding:15px 10px 0;
}

.page-template-page-templatesspecial_page-php .share_box ul {
	background:none;
	color: #fff;
	padding:10px 0 10px;

}

.page-template-page-templatesspecial_page-php #main {
	width: 100%;
	height: 100%;
	margin:0px;
}

.page-template-page-templatesspecial_page-php article , .page-template-page-templatesspecial_page-php .entry-content {
	width: 100%;
	height: 100%;
}



#tubular-player {
	width: 100% !important;
	left:0!important;
	top:0!important;

bottom: 0px!important;
right: 0px!important;
min-width: 100%!important;
min-height: 100%!important;
position: fixed;

}

.page-template-page-templatesspecial_page-php .site-footer {
	margin-top:0;
}

.page-template-page-templatesspecial_page-php .navigation{
	position:fixed;
	z-index:1000;
	top:20%;
	font-size:12px;
	font-size:1.2rem;
}
.page-template-page-templatesspecial_page-php .navigation li{
	color:#fff;
	display:block;
	line-height:30px;
	margin-bottom:2px;
	-webkit-transition: all .2s ease-in-out;
	/*border-bottom:1px solid #fff;*/
	text-align:left;
	width:300px;
}
.page-template-page-templatesspecial_page-php .navigation li:hover, .page-template-page-templatesspecial_page-php .navigation li.active{
	font-size:20px;
		font-size:2rem;
		color:#8E4F2C;
	cursor:pointer;
	width:300px!important;
}

.page-template-page-templatesspecial_page-php .slide{
	background-attachment: fixed;
	width:100%;
	height:100%;
	position: relative;
	box-shadow:inset 0px 10px 10px rgba(0,0,0,0.3);
}
.page-template-page-templatesspecial_page-php .wrapper{
	width:950px;
	height:200px;
	margin:0 auto;
	position:relative;
}
.page-template-page-templatesspecial_page-php .slideno{
	position:absolute;
	bottom:0px;
	left:0px;
	font-size:100px;
	font-weight:bold;
	color:rgba(255,255,255,0.3);
}
.page-template-page-templatesspecial_page-php .slide_btn{
	display:block;
	cursor:pointer;


}

.page-template-page-templatesspecial_page-php .button{
	display:inline-block;
	padding: 5px 20px 6px;
		cursor:pointer;
		z-index:999;
		border-radius:0px;
}

.page-template-page-templatesspecial_page-php .button:hover{
	cursor:pointer;
}


.page-template-page-templatesspecial_page-php .slide .fa {
	font-size:40px;
	font-size:4rem;	
}

.page-template-page-templatesspecial_page-php .slide_wrap {
	text-align: center;
	width: 950px;
	margin: 0 auto;
	height:100%;
	position: relative;
}

/*.page-template-page-templatesspecial_page-php #tubular-shield {
 background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0IxQjNGRDQ0QUMxMTFFMzhBQzM5OUZBMEEzN0Y1RUUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0IxQjNGRDU0QUMxMTFFMzhBQzM5OUZBMEEzN0Y1RUUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFN0M5QzFENzRBQTcxMUUzOEFDMzk5RkEwQTM3RjVFRSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFN0M5QzFEODRBQTcxMUUzOEFDMzk5RkEwQTM3RjVFRSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PhPF5GwAAAAYSURBVHjaYmJgYPD6//8/AyOIAAGAAAMAPRIGSKhmMMMAAAAASUVORK5CYII=') repeat;
}
*/

/******************************
 古事記特設ページ
*******************************/

.page-id-152.page-template-page-templatesspecial_page-php .navigation li:hover, .page-id-152.page-template-page-templatesspecial_page-php .navigation li.active{
	font-size:14px;
	font-size:1.4rem;
	color:#0a4232;
}

.page-template-page-templatesspecial_page-php .navigation li {
	width:150px;
	font-size:1rem;
	font-size:10px;
}

.page-id-152 footer {
	position: fixed;
	bottom:0px;
	width: 100%;
	background: none;
}

.page-id-152 .footer_link {
	position: fixed;
	left:10px;
	bottom:30px;
}

.page-id-152 .copy {
	position: fixed;
	left:10px;
}

/******************************
 SLIDE 1 
*******************************/
.page-id-152 #slide1{
	color:#fff;
		box-shadow:none;
		margin-top: -54px;
}


.page-id-152 #slide1  h2{
	font-size:20px;
	font-size:2rem;
	opacity: 0.6;
	padding-top:10%;

}

.page-id-152 #slide1  h2 .en {
	font-size: 60px;
	font-size: 6rem;
}

.page-id-152 #slide1 .button {
	position: absolute;
	bottom: 0px;
	left: 50%;
}



/******************************
 SLIDE 2 
*******************************/
.page-id-152 #slide2{
	background-image:url(images/mock_bg.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 900px;
	color: #fff;


}

.page-id-152 #slide2 .wrapper {
	text-align: center;
	padding-top:10%;
}


/******************************
 SLIDE 3
*******************************/

.page-id-152 #slide3{
	background-color:#b2d99f;
	min-height:900px;
}


/******************************
 SLIDE 4
*******************************/

.page-id-152 #slide4{
	background-color:#B3C773;
	min-height:900px;
}

/******************************
 SLIDE 5
*******************************/

.page-id-152 #slide5{
	background-color:#b2d99f;
	min-height:900px;
}

/******************************
 SLIDE 6
*******************************/

.page-id-152 #slide6{
	background-color:#B3C773;
	min-height:900px;
}

/******************************
 SLIDE 7
*******************************/

.page-id-152 #slide7{
	background-color:#b2d99f;
	min-height:900px;
}

/******************************
 DVD
*******************************/

.page-id-152 .dvd h2 {
	margin:0 0 20px ;
	font-size:30px;
	font-size:3rem;
	color:#25570d;

}


.page-id-152 .dvd .koziki_item {
	position:absolute;
	top:20%;
	left:0;
}

.page-id-152 .dvd .koziki_item img {
	width: 300px;
	margin:10px;
}

.page-id-152 .dvd .koziki_item_img {
	float: left;
	width:320px;
	background:#fff;
		margin-right:30px;
		border:solid 1px #5c9540;

}

.page-id-152 .dvd .koziki_item_text {
	float: left;
	width: 590px;
	text-align: left;
}


/******************************
 チャンネルとは
*******************************/
.page-id-122.page-template-page-templatesspecial_page-php .navigation li:hover, .page-id-122.page-template-page-templatesspecial_page-php .navigation li.active {
	width:60px !important;
}

.page-id-122.page-template-page-templatesspecial_page-php .navigation li {
		width:60px !important;
}


/******************************
 SLIDE 1 
*******************************/

.page-id-122 #slide1  h2{
	font-size:26px;
	font-size:2.6rem;
	text-align: center;
	line-height:1.6;
	

}

.page-id-122 #slide1  h2 .en {
	font-size: 44px;
	font-size: 4.4rem;
}


/******************************
 SLIDE 2 
*******************************/

.page-id-122 #slide2{
	color:#fff;
	min-height:900px;
	margin-top: -25px;
		background-color:#4D600E;

}

.page-id-122 #slide2 h2 {
	font-size:36px;
	font-size:3.6rem;
	margin:0 0 30px;
}

.page-id-122 #slide2 .txt_wrap {
	position: absolute;
	top:300px;
	left:0;
}

.page-id-122 #slide2 ul li{
	font-family:honoka;
}

.page-id-122 #slide2 li:first-child{
	position:absolute;
top: 500px;
left: 300px;
font-size:60px;
font-size:6rem;
opacity:0.3;
}
.page-id-122 #slide2 li:nth-child(2){
	position:absolute;
	top:100px;
	left:400px;
	font-size:80px;
font-size:8rem;
opacity:0.3;
}

.page-id-122 #slide2 li:nth-child(3){
	position:absolute;
	top:200px;
	left:200px;
	font-size:100px;
font-size:10rem;
opacity:0.3;
}

.page-id-122 #slide2 li:nth-child(4){
	position:absolute;
	top:400px;
	left:600px;
	font-size:60px;
font-size:6rem;
opacity:0.3;
}

.page-id-122 #slide2 li:nth-child(5){
	position:absolute;
	top:380px;
	left:10px;
	font-size:90px;
font-size:9rem;
opacity:0.3;
}


/******************************
 SLIDE 3 
*******************************/
.page-id-122 #slide3{
	background-image:url(//www.takenoma.com/wp-content/uploads/channel_bg2.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height:900px;
	color: #fff;
}

.page-id-122 #slide3 h2 {
	font-size:36px;
	font-size:3.6rem;
	margin:0 0 30px;
}

.page-id-122 #slide3 .txt_wrap {
	position: absolute;
	top:300px;
	left:0;
	width: 950px;
}


/******************************
 SLIDE 4 
*******************************/

.page-id-122 #slide4{
	color:#fff;
	min-height:900px;
	margin-top: -25px;
		background-color:#0A4233;

}

.page-id-122 #slide4 h2 {
	font-size:36px;
	font-size:3.6rem;
	margin:0 0 30px;
}

.page-id-122 #slide4 .txt_wrap {
	position: absolute;
	top:300px;
	left:0;
		width: 950px;

}

.page-id-122 #slide4 img {
	opacity:0.2;
	width:300px;
}


.page-id-122 #slide4 img:first-child{
	position:absolute;
top: 460px;
left: 400px;
}
.page-id-122 #slide4 img:nth-child(2){
	position:absolute;
	top:800px;
	left:0px;
}
.page-id-122 #slide4 img:nth-child(3){
	position:absolute;
	top:600px;
	left:230px;
}
.page-id-122 #slide4 img:nth-child(4){
	position:absolute;
	top:350px;
	left:20px;
}

/******************************
 SLIDE 5
*******************************/

.page-id-122 #slide5{
	color:#fff;
	min-height:1800px;
	margin-top: -25px;
		background-color:#4D600E;
		position:relative;

}

.page-id-122 #slide5 h2 {
	font-size:36px;
	font-size:3.6rem;
	margin:0 0 30px;
}

.page-id-122 #slide5 .txt_wrap {
	position: absolute;
	top:300px;
	left:0;
		width: 950px;

}


/******************************
 記事詳細ページ
*******************************/

.single-post.single #primary .entry-meta {
	border-bottom:none;
	margin-bottom:10px;
	padding-bottom: 0px;
}

.single-post.single .entry-header h1 {
	font-size:26px;
	font-size:2.6rem;
	margin:15px 0 30px;
	border-bottom:2px solid #5c9540;
	padding-bottom:5px;
}

.single-post.single #primary .entry-meta .entry-date {
	display: inline-block;
	color:#0a4232;
	font-size:14px;
	font-size:1.4rem;
}

.single-post.single #primary .entry-meta .entry-date .fa {
	font-size: 16px;
	font-size: 1.6rem;
	margin-right:5px;
}

.single-post.single .entry-content {
	line-height: 1.7;
}

.single-post.single #page_head h1 span.jp {
	font-size:20px;
	font-size:2rem;
}

/******************************
 404ページ
*******************************/
.error404 #primary {
	width: 660px;
	float: right;
}

.error404 #primary h1 {
	margin-top: -5px;
}


/******************************
 商品ページ　詳細
*******************************/



.zoom-button {
	z-index: 98;
	opacity: 0.5;
	font-size: 16px;
	left: 10px;
	bottom: 10px;
	color: #fff;
	border-radius: 99px;
	position: absolute;
	cursor: pointer;
}

.zoom-button:hover {
	opacity: 1;
}

.single-post .fa-plus-circle {
	font-size:30px;
	font-size:3rem;
}

.product-zoom-lightbox .mfp-img {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.single-post #itempage .item_left_content  {
	width: 300px;
	float: left;
}

.single-post #itempage .item_left_content .slide img {
	width: 300px;
}

.single-post .item_right_content {
	float:right;
	width: 300px;
}

.single-post .iosSlider.product-thumbnails {
	margin-bottom:30px;
}

.single-post .image_text , .single-post .detail_caution_text{
	font-size:12px;
	font-size:1.2rem;
	line-height:1.4;
}

.single-post .item_right_content .zaiko_status {
	display: inline-block;
	margin-bottom:15px;
}

.single-post .item_right_content  .product_price {
	font-size:30px;
	font-size:3rem;
		border-top:1px solid #24890d;
		padding-top:10px;
		margin-bottom: 0px;

}

.single-post .product-image .thumb-inner {
	padding-top:20px;
}

.single-post .item_right_content  .product_price .price_tax {
	font-size:14px;
	font-size:1.4rem;
}


.single-post .item_right_content .get_point_member {
		padding-bottom:10px;
}

.single-post .item_right_content .item_content {
			border-top:1px solid #24890d;
}

.single-post .item_right_content h2.item_spec_title {
color: #0a4232;
font-size: 22px;
font-size: 2.2rem;
border-bottom: 1px solid #5c9540;
padding-bottom: 10px;
margin-bottom: 20px;
}

.single-post .item_right_content .item_spec_content {
	margin-bottom:20px;
}

.single-post .item_right_content .item_spec_content dl {
	margin-bottom:5px!important;
	padding-left:10px;
		padding-right:10px;

}

.single-post .item_right_content .item_spec_content p {
	margin-bottom:0;
}

.single-post .item_right_content .item_spec_content dd {
	margin-bottom:10px;
	padding-bottom:10px;
}

.single-post .item_right_content input[type="submit"] {
	width: 100%;
	font-size:18px;
	font-size: 1.8rem;
}

.single-post .item_right_content .back_order_button {
background-color: #D2CCCC;
border: 0;
border-radius: 2px;
color: #fff;
font-size: 14px;
padding: 15px 30px 11px;
text-align:center;
cursor:pointer;

}

.single-post .item_right_content .back_order_button:hover {
	opacity: 0.7;
}

.single-post .item_right_content .back_order_button a {
	color:#fff;
}

.single-post #primary .yarpp-related {
	display:inherit;
	padding-top:40px;
	clear:both;
	position:relative;
	width:680px;
	margin-right:-20px!important;
}




.single-post #primary .yarpp-thumbnails-horizontal {
	margin-top: 10px;
	padding-top:20px;
	margin-bottom:30px;
	border-top: 1px solid #5c9540;

}

.single-post #primary .yarpp-thumbnails-horizontal .yarpp-thumbnail {
	max-width:150px;
	float:left;
	margin-right:20px;
	border: none;

}

.single-post #primary .yarpp-thumbnails-horizontal .yarpp-thumbnail img {
	text-align: center;
	width:120px;
	height:120px;
	
}

.single-post #primary .yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
	overflow: visible;
	max-height: 4em;
	font-size:12px;
	font-size:1.2rem;
	font-weight:normal!important;
	width:150px;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail > img, .yarpp-thumbnails-horizontal .yarpp-thumbnail-default {
	margin-bottom: 20px;
}

.single-post .item_content {
	clear: both;
	width: 660px;
	border-top:1px solid #5c9540;
}

.yarpp-thumbnails-horizontal:after{
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}

/**
 *緊急対応
 * -----------------------------------------------------------------------------
 */
 
#delivery-info table.customer_form#time tr:nth-child(2) ,
#delivery-info table.customer_form#time tr:nth-child(3) {
	display: none;
}


.jp .mini {
	font-size:16px;
	font-size:1.6rem;
	margin-left:10px;
}


.archive .schedule_date {
	display:none;
}

.single-post .has-post-thumbnail .entry_wrap {
	display:block;
}

/**
 * Archive
 * -----------------------------------------------------------------------------
 */
 
 .archive #content article h1 {
	margin-top: 10px;
}
 
 .archive #primary {
	 width:660px;
	 float:right;
 }
 
 .archive .page-header h1 ,
 .archive .archive-header h1 {
	 margin: 0px 0 12px;
	 font-size:20px;
	 font-size:2rem;
 }
 
 .archive #content article {
	 border:1px solid #0a4232;
	 padding:20px;
	 width:100%;
	 margin-bottom:30px;
	 box-sizing: border-box;
	 
 }
 
  .schedule_date {
	 font-size:14px;
	 margin-top:10px;
	 background:#eee;
	 padding:5px;

 }
 
.archive .entry-date .fa.fa-clock-o {
	margin-right:5px;
	
}

.archive .hentry {
	display: table;
}

.archive .post-thumbnail  {
	display:table-cell;
	width: 200px;
}

.archive .post-thumbnail img {
	width:180px;
}

.has-post-thumbnail .entry_wrap {
	display:table-cell;
	vertical-align: top !important;
}
 
 #content .paging-navigation {
	 width: 660px;
	 
 }
 
 #content .paging-navigation  a {
	 padding:10px;
		 display:inline-block;
		 		 border:solid 1px #5c9540;

 }
 #content .paging-navigation .current {
	  background:#0a4232;
	  color:#fff;
		 padding:10px;
		 display:inline-block;
		 border:solid 1px #0a4232;

  }
  
  #cat_list {
	  margin: 0;
	  border-bottom:2px solid #0a4232;
	  margin-bottom:30px;
	  width:660px;
  }
  
  #cat_list li {
	  float: left;
	  margin-right:10px;
	  padding: 10px 10px 8px;
display: inline-block;
cursor: pointer;
background:#5C9540;

  }
   #cat_list li a {
	   color: #fff;
   }
  
   #cat_list li.active {
	   background:#0a4232;
   }
 
 #cat_list li.active a {
	 color:#fff;
 }
 
 

   /**
 * pay-cost
 * -----------------------------------------------------------------------------
 
 */
.page-id-2220 .content_section h1 {
	margin-top:0;
	margin-bottom:20px;
}
 
 .page-id-2220 .bank_info  {
	 margin-left:0 !important;
	 margin-top:10px;
	 line-height:1.6;
 }
 
 .page-id-2220 .bank_info li:before{
 content: "";
float: left;
background: #5c9540;
width: 0.5em;
height: 0.5em;
border-radius: 50%;
margin-top: 6px;
margin-right: 10px;
 }

  /**
 * 臨時対応
 * -----------------------------------------------------------------------------
 
 */

.yarpp-thumbnail-default > img {
	min-width: 120px !important;
	min-height:120px !important;
}

.yarpp-related {
	display: none;
}
 
  /**
 * serach
 * -----------------------------------------------------------------------------
 
 */
 
 .search-results .paging-navigation {
	 margin-top:60px;
 }
 
 .search-results #page_head .en {
	 display: none;
 }
 
 .search-results .page-title {
	 margin-top:10px;
 }
 
 .search-results .entry-header {

	 border-bottom:1px solid #eee;
 }
 
 .search-results .entry-header h1 {
	 	 font-size:16px;
	 font-size:1.6rem;
	 margin: 20px 0 12px;
 }
 
.search-results .entry-summary  {
	display: none;
}

.search-results #secondary {
	display: none;
}

.search-results .category-bookstore {
	width: 100%;
}

.search-results .category-bookstore img {
	display: none;
}

.search-results .category-bookstore .price {
	display: none;
	
}

.search-results .category-bookstore h3 {
	display: none;
}

.search-results .has-post-thumbnail .entry_wrap {
	display: inline;
}

.search-results .category-bookstore .entry-header {
	margin-top:0;
}

.cprice  {
	font-size:12px;
	display:block;
}

.cprice i {
	text-decoration: line-through;
	margin-left:5px;
	font-style:normal;
}

.page-id-32 .cprice {
	margin-bottom:5px;
}

  /**
 * contact
 * -----------------------------------------------------------------------------
 */

.page-id-137 table th {
}

.page-id-137 table li input {
	float: left;
	width:30px !important;
	margin-top:2px;
}

.page-id-137 table li label {
	height:30px;
	cursor: pointer;
}
 
 /**
 * pankuzu
 * -----------------------------------------------------------------------------
 */
 
#crumbs {
	width:950px;
	margin: 0 auto;
				overflow:hidden;
				white-space: nowrap;

}

	#crumbs ul {
		list-style: none;
		display: inline-table;
		margin: 10px 0 0px;
	}
		#crumbs ul li {
			display: inline;
		}
	
		#crumbs ul li a {
			display: block;
			float: left;
			height: 29px;
			background: #5C9540;
			text-align: center;
			padding: 12px 20px 0 30px;
			position: relative;
			margin: 0 10px 0 0; 
			
			font-size: 12px;
			font-size: 1.2rem;

			text-decoration: none;
			color: #fff;
		}
			#crumbs ul li a:after {
				content: "";  
				border-top: 20px solid transparent;
	 			border-bottom: 20px solid transparent;
	  			border-left: 20px solid #5C9540;
				position: absolute; right: -20px; top: 0;
				z-index: 1;
			}
			
			#crumbs ul li a:before {
				content: "";  
				border-top: 20px solid transparent;
	  			border-bottom: 20px solid transparent;
	  			border-left: 20px solid #fff;
				position: absolute; left: 0; top: 0;
			}
	
				#crumbs ul li:first-child a {
				}
				#crumbs ul li:first-child a:before {
					display: none; 
				}
				
				#crumbs ul li:last-child a{
					padding-right: 20px;
				}
				#crumbs ul li:last-child a:after {
					display: none; 
				}
			
			#crumbs ul li a:hover {
				background: #25570D;
			}
				#crumbs ul li a:hover:after {
					border-left-color: #25570D;
				}
		
	#crumbs ul li.current_item a	
	{
			background-color:#fff;
			color:#0a4232;
			font-size:14px;
			font-size: 1.4rem;
			padding-left:30px;
			width:450px;
			text-align: left;
			white-space: nowrap;
    text-overflow: ellipsis;
    -moz-text-overflow:ellipsis; /* Firefox */
    -o-text-overflow: ellipsis; /* Opera */
	overflow:hidden;

		}

.bg_crumbs {
	background: #fff;
	padding:3px 0 10px;
}
		
#crumbs ul li.current_item {
	margin:13px 0 0 0;
	display:inline-block;
	position:relative;
	left:30px;
}

.page-template-page-templatesno-side-php h2 .en.dvd {
	text-transform: uppercase !important;
}

/* lecture_list*/

.lecture_list {
	display:table;

}

.lecture_list dt {
	background:#0a4232;
	color:#fff;
	padding:10px;;
	font-weight:normal;
	text-align: center;
	display: table-cell;
	width:100px;
}

.lecture_list dd {
		padding:2%;
		font-size:1.6rem;
		font-size:16px;
		  display: table-cell;
  padding-left: 10px;

}

.lecture_url_button .btn{
	width:100% !important;
}

.bnr_pc_lec {
	margin:30px auto 30px auto;
	width:950px;
}

.bnr_pc_lec a:hover img {
	opacity:0.7;
}

 
/******************************
 IE8
*******************************/

.ie8 #change {
	background-color:#5c9540;
}

/******************************
スマートフォン
*******************************/

@media screen and (max-width: 980px) {
	#sns_box {
		display:none;

}
}

@media screen and (max-width: 760px) {
	
	
	.twitter_box {
		float:none;
		width:90%;
		margin-bottom:20px;
	}
	
	.jp .mini {
		display:none;

}
	
body {
	overflow-x: hidden;
}

.home .top_mv {
	padding-top:0px;
}
	
#masthead .header-main {
	width:100%;
	position: relative;
}
	
/* Drawer */
	
.top {

  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 2;
  overflow: hidden;
}

a.menu {
  position: absolute;
  z-index: 3;
  border:1px solid white;
  text-decoration: none;
  top: 1.6em;
  right: 2.4em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2rem;
  padding: 0.4em 0.7em;
}
a.menu span {
  font-size:1.6em;
  vertical-align: -0.15em;
}

a.menu.close {
	position:inherit;
	width:100%;
	display:inline-block;
	border:none;
	text-align:center;
	background-color:#5a963b;
	font-size:1.3rem;
	padding:0.7em;
	box-sizing: border-box;

}

a.menu.close i {
	font-size:1.5rem;
}
nav ul {
list-style:none;
}
.drawer nav ul li a {
display: block;
text-decoration: none;
color: white;
padding: 1em;
margin-bottom: 1px;
width:300px;
}
.drawer {
		-webkit-transform: translate3d(0, -197px, 0);
		-moz-transform: translate3d(0, -197px, 0);
		-o-transform: translate3d(0, -197px, 0);
		-webkit-transition:0.1s transform linear;
		transform: translate3d(0, -197px, 0);
	}
	.drawer.active , .drawer.active_sp {
		-webkit-transform:translate3d(0,0px,0);
		-moz-transform:translate3d(0,0px,0);
		-o-transform:translate3d(0,0px,0);
		transform:translate3d(0,0px,0);
		background:#0a4232;
		width:100% !important;
		font-size:1.3rem;
	}
	

	

/* Fallbacks */

 .top {
  position: static;
}

.drawer nav  {
  display: none;
}

.drawer.active nav , .drawer.active_sp nav {
  display: inline-block;
  width: 100%;
}

#menu-main_menu , #menu-main_menu li  {
	margin:0 ;
	width: 100%;
}

#menu-main_menu li {
background: rgba(0,0,0,0.3);
}

.search-box .search-field {
	padding:1em;
}

/* HOME */

.home .top_profile {
	width: 90%;
	padding:0 5%;
	margin: 50px auto 50px;
}

.home .top_profile .txt_box {
	padding-left: 45%;
	background: url(images/pic_profile_sp.jpg) top center no-repeat;
	background-size: 208px auto;
	margin-left: 0;
	padding:200px 0 0 0;
}


.btn {
	width: 100%;
	padding:1em;
}

.home h2 {
	font-size:1.8rem;
}

.home h2 span.en {
	font-size:3rem;
	margin-right:0.4em;
}

.home .inner {
	width: 90%;
	padding:5%;
	position: relative;	

}

.home .ttl_box h2 {
	margin: 0;
}

.home .ttl_box h2 br {
	display: none;
}

.home .ttl_box p {
	position: absolute;
	bottom: 5%;
	width: 90%;
	margin-bottom: 0;
}

.home .ttl_box {
	float: none;
	width: 100%;
}

.home .txt_list {
	float: none;
	padding: 20px 0 40px ;
	width:90%;
}

.home .txt_list span {
	width:100%;
	display: block;
	margin-bottom:0.5em;
}

.home .top_schedule .txt_list span ,
.home .top_article .txt_list span {
	width:50%;
	float:left;
}

.home .txt_list li i {
	margin-left:10px;
	margin-right:0;
}

.home .top_schedule .txt_list a ,
.home .top_article .txt_list a  ,
.home .txt_list a{
	clear:left;
	 white-space: nowrap;  
 overflow: hidden;  
 text-overflow: ellipsis;  
 -webkit-text-overflow: ellipsis;  
 -o-text-overflow: ellipsis;
}



.home ul {
	margin-left:0 !important;
}



.home .txt_list a {
	display: block;
	padding-left:1em;
}

.ameblog .txt_list a {
	margin-top:10px;
	display: inline-block !important;
}

.home .txt_list li:last-child {
	padding-bottom:20px;

}
.home .top_cnt_sp {
	text-align: center;
		margin:0;

}

.top_schedule.ameblog .infoTxt {
	width:100% !important;
}

.home .top_media .txt_list li span {

  width: 50%;
  display: inline-block;
}


.home .top_cnt_sp li {
	margin:0 0 20px 0;
}

.home .top_content h2 {
	margin-top:0;
}
.home .top_koziki {
	margin: 0;
	height:400px;
}

.home .top_koziki .wrap {
	width: 90%;
}

.home .top_koziki .wrap h3 span{
	font-size:2rem;
}

.home .top_item {
	position: relative;
	padding: 10px 0 90px;
}

.home .top_item  h2 {
	margin: 0;
}

.home .top_item p {
	position: absolute;
	bottom: 5%;
	width: 90%;
	margin-bottom: 0;
	}

.home .top_item .inner {
	position:static;
}

.home .sns_box  h2{
	margin:0 0 20px 0;
}

.facebook_box {
	float: none;
}
.fb-like-box.fb_iframe_widget.fb_iframe_widget_fluid  {
	width: 300px!important;
}

.fb_iframe_widget_fluid span ,
.fb_iframe_widget iframe {
	width:300px!important;
}


.site-footer #footer-sidebar {
	width: 100%;
	text-align: center;
}

.site-footer #footer-sidebar ul.clearfix {
	width: 100%;
}

.site-footer #footer-sidebar .footer_link , .site-footer #footer-sidebar .copy {
	float: none;
}

.site-footer #footer-sidebar .footer_link {
	margin-bottom:20px;
}

#change {
	background: rgba(0,0,0,.8);
bottom: 3%;
right: 3%;
left: inherit;
top:inherit;
width:inherit;
}

#change  a {
	display: block;
	color: #fff;
	font-size:2rem;
	padding:0.1em 0.4em 0.2em;
}

/* pages */
#page_head {
	height:inherit;
		padding:0 5%;
	width:90%;

}

#page_head .head_wrap {
	width:100%;
		height:inherit;
		padding:5% 0;
		background-size: auto 110px;

}

#page_head h1 {
	font-size: 2.4rem;
	line-height:1.2;
}

#page_head h1 .en {
	font-size:4rem;
}

.page-template-page-templatesno-side-php h2 .en.dvd {
	text-transform: uppercase !important;
}

#crumbs {
	width: 90%;
}

#crumbs ul {
	margin: 5px 0 0;
}

#crumbs ul li a {
	color:#fff;
	background-color: #5c9540;
	padding: 5px 20px 0 0px;
	margin:0;
	font-size:0.9rem;
	height:auto;
}

#crumbs ul li a:after {
content: "＞";
border-top: none;
border-bottom: none;
border-left: none;
position: absolute;
right: -5px;
top: 5px;
z-index: 1;
color:#2b2b2b;
margin-right:10px;
}

#crumbs ul li a:before {
	border-left: none !important;
}

#crumbs ul li.current_item {
	margin : 2px 0 0 0;
	left:0px;
	float: left;
	font-size:1.2rem;
	padding-bottom:10px;
}

.bg_crumbs {
	background: #5c9540;
	color:#fff;
	padding: 0;
	margin-bottom:20px;
}

#main {
	width: 100%;
	margin:0;
}

.page-template-page-templatesno-side-php #primary {
	width: 100%;
}

/* profile*/

.profile{
	width:90%;
	padding:0 5%;
	margin:0 0 0;
}

.profile h2 {
	font-size:3.4rem;
}

.profile .img_profile ,
.profile .profile_txt{
	width:100%;
float: none;
margin-right: 0px;
}

.profile .profile_txt {
	margin-bottom:30px;
}

/* archive*/

.archive #primary {
	width: 100%;
	float: none;
}

.js-masonry.masonry {
	width:100% !important;

}

.archive #content article {
	width:90%;
	margin-left:5%;
	margin-right: 5%;
	box-sizing: border-box;
}

#secondary {
	width: 90%;
	padding: 0 5%;
}

.side_bnrbox {
		text-align: center;

}
.side_bnrbox a {
	width: 100%;
	height: auto;
	min-height:150px;
}

.side_bnrbox .side_bnr_00 a {
		 background:url(//www.takenoma.com/wp-content/uploads/sp_bnr_takedaken.jpg) top left no-repeat;
		 background-size: 100% auto;
}

.side_bnrbox .side_bnr_01 a {
		 background:url(//www.takenoma.com/wp-content/uploads/bnr_sp_02.jpg) top left no-repeat;
		 background-size: 100% auto;
}

.side_bnrbox .side_bnr_02 a{
		 background:url(//www.takenoma.com/wp-content/uploads/bnr_sp_01.jpg) top left no-repeat;
		 background-size: 100% auto;

}

.archive .hentry {
}

.archive .post-thumbnail {
	width: 100%;
	display:inline-block;
}

.archive .post-thumbnail img {
	width:100%;
	margin-bottom:20px;
}

.has-post-thumbnail .entry_wrap {
	display:inline-block;

}


/* single*/

.single #primary {
	float: none;
	width: 90%;
	padding: 10px 5% 0;
}



/* ITEM*/

.single-post #itempage .item_left_content , .single-post .item_right_content ,
.single-post .item_content {
	float: none;
	width:100%;
}

.single-post.single .entry-header h1 {
	margin-top:0 !important;
}

.single-post.single .entry-content {
	margin-bottom: 40px;
}

/* 特設ページ*/

.page-template-page-templatesspecial_page-php .slide {
	height:auto;
}

.page-template-page-templatesspecial_page-php #masthead {
	position: static;
}

.page-id-122 #slide1 h2 .en {
	font-size:1.8rem;
}

.page-id-122 .rev_slider_wrapper.fullscreen-container {
	max-height:280px !important;
}

.page-template-page-templatesspecial_page-php .slide_wrap {
	width: 100%;
}

.page-id-122 #slide2 {
	min-height:500px;
}

.page-id-122 #slide2 br {
	display: none;
}

.page-id-122 #slide2 h2 {
	font-size:3rem;
}

.page-id-122 #slide2 ul {
	display: none;
}

.page-id-122 p {
	font-size:1.2rem;
}
.page-id-122 #slide2 .txt_wrap ,
.page-id-122 #slide3 .txt_wrap ,
.page-id-122 #slide4 .txt_wrap ,
.page-id-122 #slide5 .txt_wrap {
	width:90%;
	padding:0 5%;
	top:60px;
	z-index:99999;
}

.page-id-122 #slide3 {
	min-height: 500px;
	background-position: center top;
}

.page-id-122 #slide4 {
	min-height:600px;
}

.page-id-122 #slide5 {
		min-height:1500px;

}

#change {
	z-index:999999;
	width:36px;
}

.page-id-152 #slide1 {
	margin-top: -37px;
}

.page-id-152 #slide1{
	background:url(images/sp_bg.jpg) ;
	background-size:cover;
	min-height: 280px;
}
.page-id-152 #slide1 h2 {
	line-height:2;
	padding-top:20%;
	opacity:1;
}

.page-id-152 #slide2{
	min-height: 550px;
}

.page-id-152 #slide1 h2 .en {
font-size: 3rem;
line-height:1.2;
}

.page-id-152.page-template-page-templatesspecial_page-php .wrapper ,
.page-id-152.page-template-page-templatesspecial_page-php .slide_wrap {
	width:90%;
	padding:0 5%;
}

.page-id-152 .dvd .koziki_item_img {
	float: none;
	width: 100%;
}


.page-id-152 p {
	font-size: 1.2rem;
}

.page-id-152 .dvd .koziki_item {
	position:static;
	padding-top:20%;
}

.page-id-152 .dvd .koziki_item_text {
	float: none;
	margin-top:30px;
	width: 100%;
}

.page-id-152 .dvd h2 {
	font-size:2.4rem;
}

.page-id-152 footer {
	position:static;
	background:	#203d12;
}

.page-id-152 .footer_link , .page-id-152 .copy {
		position:static;
}

/*store*/
.page-template-page-templatesno-side-php .block_store h2 .en {
	font-size:4rem;
}

.block_store {
	width:90%;
	padding:0 5%;

}

.page-template-page-templatesno-side-php .bookstore_pickup {
	width: 100%;
}

.page-template-page-templatesno-side-php .item_wrap {
	width: 100%;
}

.page-template-page-templatesno-side-php .item_box {
	width:100%;
	float: none;
	margin-right:0;
	box-sizing:border-box;
	text-align: center;
}

.page-template-page-templatesno-side-php .item_box img {
	float: none;
}

.page-template-page-templatesno-side-php .item_box .item_detail {
	float:none;
	width: 100%;
	text-align: left;
	margin-top:15px;
}

.page-template-page-templatesno-side-php .bookstore_dvd .item_box, .page-template-page-templatesno-side-php .bookstore_book .item_box {
	width:100%;
}

.page-template-page-templatesno-side-php .bookstore_dvd .item_box img, .page-template-page-templatesno-side-php .bookstore_book .item_box img {
	margin-left:0;
	margin-bottom:0;
}

.page-template-page-templatesno-side-php .bookstore_dvd .item_box .item_detail, .page-template-page-templatesno-side-php .bookstore_book .item_box .item_detail {
		width: 100%;
	text-align: left;
	margin-top:15px;
}




.page-id-122 #slide3 , .page-id-152 #slide2{
	background-size: auto;
}

.page-id-152 .dvd .koziki_item_img img{
	width:90%;
}

.pagination {
width: 90%;
margin-left: 2%;
margin-bottom: 5%;}

.single .category-schedule h1{
	width:100%;
}

.category-schedule .btn {
	width:100%;

}

.lecture_list {
	display:block;
	width:93%;
}

.lecture_list dt {
	width:100%;
	float:none;
		display:block;


}

.lecture_list dd {
	padding:0;
	font-size:1.4rem;
	text-align: center;
	background:#eee;
	padding:10px;
		display:block;
			width:100%;




}

 /**
 * law
 * -----------------------------------------------------------------------------
 */
 
 .law dl {
	 width:90%;
	 margin:0 5%;
	
 }
.law dt {
	float: none;
	padding-top:20px;
	margin-bottom:10px;
}

.law dd {
	padding-left:0px;
}

.content_section {
	 width:90%;
	 margin:0 5%;
}

.page-id-134 #main-content {
	float: none;
	width:100%;
}

.page-id-134 #content {
	width:100%;
}


.page-id-134 #main-content ul li {
	width:100%;
	margin-bottom:10px;

}

#sitemap_list {
	padding: 0 5%;
	margin-bottom:30px !important;

}

   .page-id-134 #main-content ul li:hover a ,
   .page-id-134 #main-content ul a{
	   color:#5c9540;
   }
   
   .single-post #primary .yarpp-related {
	   padding-top:0;
	   margin-bottom:50px !important;
	   width:100%;
   }
   
   .single-post #primary .yarpp-thumbnails-horizontal .yarpp-thumbnail {
	   width:40%;
	   margin-right:5%;
   }
   
   .single-post #primary .yarpp-thumbnails-horizontal {
	   margin-bottom:0px;
   }
   
   .yarpp-thumbnails-horizontal .yarpp-thumbnail {
	   height: auto !important;
   }
   
   
   .yarpp-thumbnails-horizontal img {
   }
   
   .single-post #primary .yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
	   overflow: hidden;
	   height:2.6em;
	   width:100%;
   }
   
   .category-bookstore {
	   padding-top:20px;
   }

.yarpp-related:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.yarpp-related { display: inline-table; }  

div#trust-form.contact-form table th {
	width:100%;
}

div#trust-form {
	width: 90%;
	margin: 0 2%;
}

div#trust-form table {
	width:100% !important;
	box-sizing:border-box;
	margin:0 !important;
}

div#trust-form.contact-form table tr {
	width:100% !important;
}

p.example_text {
	width:100%;
}

div#trust-form.contact-form table td {
	width:100% !important;
}



div#trust-form table ul li {
	line-height:inherit !important;
}

div#trust-form #confirm-button {
	margin-top:20px!important;
}

.home footer ul {
	margin-left:24px !important;
}

.page-id-2263 h2.ttl_shop {
	margin:10% 0 0 5%;
}

h2.ttl_shop{
	width:90%;
	margin-left:5%;

}

.lead_shop {
	width:90%;
	margin-left:5%!important;;

}

	#customer-info table {

		border-bottom: none !important;
		display: table !important;
		padding-top:30px;
				border: none !important;

	}
	
	#customer-info table tbody {
		padding-top:30px;
	}


#customer-info table tr.inp1 {
	margin-top: 40px !important;
}

#customer-info ,#delivery-info {
	width: 90%;
	margin:0 5%;
}

.home #menu-main_menu ul {
	margin-left:24px !important;
}

#post-2263 h3 {
	margin-top:	30px !important;
}


.error_message {
	margin-top:40px!important;
	margin-bottom:10px!important;
}

.bnr_lec {
	margin-top:20px;
	width:90%;
	padding-left:5%;
	text-align:center;
	
}

.bnr_lec img {
	max-width:100%;
}


}

.caution_text {
	margin: 5px 0 0 0;
	font-size: 12px;
	font-weight: normal;
}