@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/** 1. Set default font family to sans-serif. 2. Prevent iOS text size adjust after orientation change, without disabling user zoom. */
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css);
html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ }

/** Remove default margin. */
body { margin: 0; }

/* HTML5 display definitions ========================================================================== */
/** Correct `block` display not defined for any HTML5 element in IE 8/9. Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox. Correct `block` display not defined for `main` in IE 11. */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }

/** 1. Correct `inline-block` display not defined in IE 8/9. 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */
audio, canvas, progress, video { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ }

/** Prevent modern browsers from displaying `audio` without controls. Remove excess height in iOS 5 devices. */
audio:not([controls]) { display: none; height: 0; }

/** Address `[hidden]` styling not present in IE 8/9/10. Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22. */
[hidden], template { display: none; }

/* Links ========================================================================== */
/** Remove the gray background color from active links in IE 10. */
a { background-color: transparent; }

/** Improve readability when focused and also mouse hovered in all browsers. */
a:active, a:hover { outline: 0; }

/* Text-level semantics ========================================================================== */
/** Address styling not present in IE 8/9/10/11, Safari, and Chrome. */
abbr[title] { border-bottom: 1px dotted; }

/** Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */
b, strong { font-weight: bold; }

/** Address styling not present in Safari and Chrome. */
dfn { font-style: italic; }

/** Address variable `h1` font-size and margin within `section` and `article` contexts in Firefox 4+, Safari, and Chrome. */
h1 { font-size: 2em; margin: 0.67em 0; }

/** Address styling not present in IE 8/9. */
mark { background: #ff0; color: #000; }

/** Address inconsistent and variable font size in all browsers. */
small { font-size: 80%; }

/** Prevent `sub` and `sup` affecting `line-height` in all browsers. */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sup { top: -0.5em; }

sub { bottom: -0.25em; }

/* Embedded content ========================================================================== */
/** Remove border when inside `a` element in IE 8/9/10. */
img { border: 0; }

/** Correct overflow not hidden in IE 9/10/11. */
svg:not(:root) { overflow: hidden; }

/* Grouping content ========================================================================== */
/** Address margin not present in IE 8/9 and Safari. */
figure { margin: 1em 40px; }

/** Address differences between Firefox and other browsers. */
hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; }

/** Contain overflow in all browsers. */
pre { overflow: auto; }

/** Address odd `em`-unit font size rendering in all browsers. */
code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }

/* Forms ========================================================================== */
/** Known limitation: by default, Chrome and Safari on OS X allow very limited styling of `select`, unless a `border` property is set. */
/** 1. Correct color not being inherited. Known issue: affects color of disabled elements. 2. Correct font properties not being inherited. 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */
button, input, optgroup, select, textarea { color: inherit; /* 1 */ font: inherit; /* 2 */ margin: 0; /* 3 */ }

/** Address `overflow` set to `hidden` in IE 8/9/10/11. */
button { overflow: visible; }

/** Address inconsistent `text-transform` inheritance for `button` and `select`. All other form control elements do not inherit `text-transform` values. Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. Correct `select` style inheritance in Firefox. */
button, select { text-transform: none; }

/** 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls. 2. Correct inability to style clickable `input` types in iOS. 3. Improve usability and consistency of cursor style between image-type `input` and others. */
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ }

/** Re-set default cursor for disabled elements. */
button[disabled], html input[disabled] { cursor: default; }

/** Remove inner padding and border in Firefox 4+. */
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/** Address Firefox 4+ setting `line-height` on `input` using `!important` in the UA stylesheet. */
input { line-height: normal; }

/** It's recommended that you don't attempt to style these elements. Firefox's implementation doesn't respect box-sizing, padding, or width. 1. Address box sizing set to `content-box` in IE 8/9/10. 2. Remove excess padding in IE 8/9/10. */
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }

/** Fix the cursor style for Chrome's increment/decrement buttons. For certain `font-size` values of the `input`, it causes the cursor style of the decrement button to change from `default` to `text`. */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }

/** 1. Address `appearance` set to `searchfield` in Safari and Chrome. 2. Address `box-sizing` set to `border-box` in Safari and Chrome (include `-moz` to future-proof). */
input[type="search"] { -webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box; }

/** Remove inner padding and search cancel button in Safari and Chrome on OS X. Safari (but not Chrome) clips the cancel button when the search input has padding (and `textfield` appearance). */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/** Define consistent border, margin, and padding. */
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

/** 1. Correct `color` not being inherited in IE 8/9/10/11. 2. Remove padding so people aren't caught out if they zero out fieldsets. */
legend { border: 0; /* 1 */ padding: 0; /* 2 */ }

/** Remove default vertical scrollbar in IE 8/9/10/11. */
textarea { overflow: auto; }

/** Don't inherit the `font-weight` (applied by a rule above). NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */
optgroup { font-weight: bold; }

/* Tables ========================================================================== */
/** Remove most spacing between table cells. */
table { border-collapse: collapse; border-spacing: 0; }

td, th { padding: 0; }

.spNav-menus .swiper-slide ul li.main-select > a:after, .plants .sec-member .siteContent-inner p.member-page:after { vertical-align: middle; font-family: 'icomoon' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; margin-left: 5px; }

@-webkit-keyframes fade { 0% { opacity: 0; }
  100% { opacity: 1; } }

@keyframes fade { 0% { opacity: 0; }
  100% { opacity: 1; } }

@font-face { font-family: 'icomoon'; src: url("fonts/icomoon.eot?lo818q"); src: url("fonts/icomoon.eot?lo818q#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?lo818q") format("truetype"), url("fonts/icomoon.woff?lo818q") format("woff"), url("fonts/icomoon.svg?lo818q#icomoon") format("svg"); font-weight: normal; font-style: normal; }

[class^="icon-"], [class*=" icon-"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'icomoon' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.icon-blank:before { content: "\e907"; }

.icon-close:before { content: "\e908"; }

.icon-menu:before { content: "\e910"; }

.icon-arrow-r:before { content: "\e900"; }

.icon-arrow-l:before { content: "\e901"; }

.icon-arrow-d:before { content: "\e902"; }

.icon-arrow-t:before { content: "\e903"; }

.icon-instagram:before { content: "\e904"; }

.icon-facebook:before { content: "\e905"; }

.icon-vimeo:before { content: "\e906"; }

.icon-youtube:before { content: "\ea9d"; }

/**************************************************
  base
***************************************************/
img { max-width: 100%; height: auto; }

/* -----------------------------------------------
  Media Query JS制御用
-------------------------------------------------- */
#mq_status { display: none; position: fixed; z-index: 1000; background: #333; color: #fff; padding: 5px; }

#mq_status span { display: none; }

#mq_status #mq_pc { display: block; }

#mq_status #mq_pc:before { content: "pc"; }

#mq_status #mq_mn:before { content: "menu"; }

#mq_status #mq_tb:before { content: "tablet"; }

#mq_status #mq_mb:before { content: "mobile"; }

@media screen and (max-width: 1052px) { #mq_status #mq_pc { display: none; }
  #mq_status #mq_mn { display: block; } }

@media screen and (max-width: 788px) { #mq_status #mq_mn { display: none; }
  #mq_status #mq_tb { display: block; } }

@media screen and (max-width: 500px) { #mq_status #mq_tb { display: none; }
  #mq_status #mq_mb { display: block; } }

/* -----------------------------------------------
  1. Body
-------------------------------------------------- */
html { height: 100%; }

body { height: 100%; color: #000; background: #fff; text-align: left; line-height: 1.48; margin: 0; }

body, input, textarea { font-size: 16px; *font-size: 100%; font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", "MS Mincho", serif; }

body { font-family: "游明朝","YuMincho","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ヒラギノ明朝 Pro","Hiragino Mincho Pro","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","ＭＳ 明朝","MS Mincho",serif; text-align: center; margin: 0px auto; padding: 0px; color: #404040; background-color: #fff; }

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

a:hover { color: #738f1e; }

a img { border: none; }

.clear { clear: both; }

.headerimg { margin-bottom: 100px; }

@media screen and (max-width: 500px) { .headerimg { margin-bottom: 50px; } }

.attention { color: #c00; }

p.small { font-size: 0.9em; }

/* -----------------------------------------------
  2. Elements
-------------------------------------------------- */
.disp-sp { display: none; }

h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; margin: 0; letter-spacing: 1px; }

img, video { border: 0; vertical-align: bottom; }

ul { list-style: none; margin: 0; padding: 0; }

ol { margin: 0 0 0 1em; padding: 0; }

li { margin: 0; padding: 0; }

dl, dt, dd { margin: 0; padding: 0; }

figure { margin: 1em 0; }

img.imgfit, .siteContent-inner img { max-width: 100%; height: auto; }

@media screen and (max-width: 788px) { input[type="text"], input[type="tel"], select, textarea { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; width: 100%; } }

@media screen and (max-width: 500px) { input[type="submit"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; width: 100%; display: block; } }

/* -----------------------------------------------
  3. Common Class
-------------------------------------------------- */
/* ---------- header ---------- */
.h2 { color: #000; font-weight: bold; font-size: 131.25%; margin: 15px 0 20px; }

/* ---------- clear ---------- */
/* For modern browsers */
.cf:before, ul:before, .cf:after, ul:after { content: ""; display: table; }

.cf:after, ul:after { clear: both; }

/* For IE 6/7 (trigger hasLayout) */
.cf, ul { zoom: 1; }

.clearfix, .cf, .wrap, ul { zoom: 1; }

.clearfix:after, .cf:after, .wrap:after, ul:after { content: ""; display: block; clear: both; }

.clear { clear: both; }

/* ---------- text ---------- */
.center { text-align: center; }

.left { text-align: left; }

.right { text-align: right; }

.nowrap { white-space: nowrap !important; }

.txt-small { font-size: 87.5%; }

strong { font-weight: normal; color: #69821B; }

/* ---------- block ---------- */
.disp-none { display: none; }

.disp-ib { display: inline-block; }

.float-l { float: left; }

.float-r { float: right; }

/* ---------- margin ---------- */
/* ---------- bxslider ---------- */
.js-bxslider { list-style: none; }

.bx-wrapper { margin: 0px auto; padding: 0px; }

.bx-wrapper .bx-viewport { overflow: visible !important; max-height: 485px; border: none; box-shadow: none; left: 0; }

.bx-wrapper .bx-viewport ul { padding: 0; margin: 0; }

/**************************************************
  components
***************************************************/
/* -----------------------------------------------
  1. Modules
-------------------------------------------------- */
.gallery .localNav ul, .howto .localMenu ul, .grow .tab, .trouble .image { display: table; }

.gallery .localNav ul > li, .howto .localMenu ul > li, .grow .tab > li, .trouble .image > li, .gallery .localNav ul > div, .howto .localMenu ul > div, .grow .tab > div, .trouble .image > div { display: table-cell; vertical-align: middle; }

.disp-ib { display: inline-block; }

/* ---------- 装飾 ---------- */
.note { padding: 10px; background: #fff; border: dotted 1px #aaa; font-size: 87.5%; }

.note strong { color: #c00; }

.separater { border-top: dotted 2px #000; }

/* ---------- 見出し ---------- */
/* ---------- 本文 ---------- */
.txt-center { text-align: center; }

@media screen and (max-width: 500px) { .txt-center { text-align: left; }
  .txt-center br { display: none; } }

/* ---------- シンプル装飾 ---------- */
ul.plain, ol.plain, dl.plain { margin: 1em 0em 1em 1.3em; }

.plain ul, .plain ol { margin: 0 0 0 2em; }

ul.plain { list-style-type: disc; }

ul.plain li { margin-bottom: 0.5em; }

ul.small li { font-size: 0.9em; }

ul.plain ul { list-style-type: circle; }

ul.plain ul ul { list-style-type: square; }

ol.plain, ol.plain ol { list-style-type: decimal; }

dl.plain { margin-left: 0; }

dl.plain dt { font-weight: bold; }

table.plain th { padding: 5px 1em 5px 5px; }

table.plain td { padding: 5px; }

ul.simple li { margin-bottom: 0.7em; }

ul.indention { margin-top: 1em; margin-left: 1em; }

ul.indention li { margin-right: 1em; text-indent: -1em; margin-bottom: 0.7em; }

/* ---------- グリッドカラム ---------- */
.columns, .gallery .gallery-columns-4, .grow .grow-steps { zoom: 1; margin-left: -10px; margin-right: -10px; }

.columns:after, .gallery .gallery-columns-4:after, .grow .grow-steps:after { content: ''; display: block; clear: both; overflow: auto; }

.columns > .column, .gallery .gallery-columns-4 > .column, .grow .grow-steps > .column, .columns > .column-1, .gallery .gallery-columns-4 > .column-1, .grow .grow-steps > .column-1, .columns > .column-2, .gallery .gallery-columns-4 > .column-2, .grow .grow-steps > .column-2, .columns > .column-3, .gallery .gallery-columns-4 > .column-3, .grow .grow-steps > .column-3, .gallery .gallery-columns-4 .columns > .gallery-item, .gallery .gallery-columns-4 > .gallery-item, .grow .gallery .gallery-columns-4 .grow-steps > .gallery-item, .gallery .gallery-columns-4 .grow .grow-steps > .gallery-item, .columns > .column-4, .gallery .gallery-columns-4 > .column-4, .grow .grow-steps > .column-4, .grow .grow-steps .columns > li, .gallery .grow .grow-steps .gallery-columns-4 > li, .grow .grow-steps .gallery .gallery-columns-4 > li, .grow .grow-steps > li, .columns > .column-5, .gallery .gallery-columns-4 > .column-5, .grow .grow-steps > .column-5, .columns > .column-6, .gallery .gallery-columns-4 > .column-6, .grow .grow-steps > .column-6, .columns > .column-7, .gallery .gallery-columns-4 > .column-7, .grow .grow-steps > .column-7, .columns > .column-8, .gallery .gallery-columns-4 > .column-8, .grow .grow-steps > .column-8, .columns > .column-9, .gallery .gallery-columns-4 > .column-9, .grow .grow-steps > .column-9, .columns > .column-10, .gallery .gallery-columns-4 > .column-10, .grow .grow-steps > .column-10, .columns > .column-11, .gallery .gallery-columns-4 > .column-11, .grow .grow-steps > .column-11, .columns > .column-12, .gallery .gallery-columns-4 > .column-12, .grow .grow-steps > .column-12 { padding: 0 10px; }

.columns--no-gutter { zoom: 1; margin-left: 0px; margin-right: 0px; }

.columns--no-gutter:after { content: ''; display: block; clear: both; overflow: auto; }

.columns--no-gutter > .column, .columns--no-gutter > .column-1, .columns--no-gutter > .column-2, .columns--no-gutter > .column-3, .gallery .gallery-columns-4 .columns--no-gutter > .gallery-item, .columns--no-gutter > .column-4, .grow .grow-steps .columns--no-gutter > li, .columns--no-gutter > .column-5, .columns--no-gutter > .column-6, .columns--no-gutter > .column-7, .columns--no-gutter > .column-8, .columns--no-gutter > .column-9, .columns--no-gutter > .column-10, .columns--no-gutter > .column-11, .columns--no-gutter > .column-12 { padding: 0 0px; }

.column, .column-1, .column-2, .column-3, .gallery .gallery-columns-4 .gallery-item, .column-4, .grow .grow-steps li, .column-5, .column-6, .column-7, .column-8, .column-9, .column-10, .column-11, .column-12 { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; float: left; }

.column-1 { width: 8.33%; }

.column-2 { width: 16.66%; }

.column-3, .gallery .gallery-columns-4 .gallery-item { width: 25%; }

.column-4, .grow .grow-steps li { width: 33.33%; }

.column-5 { width: 41.66%; }

.column-6 { width: 50%; }

.column-7 { width: 58.33%; }

.column-8 { width: 66.66%; }

.column-9 { width: 75%; }

.column-10 { width: 83.33%; }

.column-11 { width: 91.66%; }

.column-12 { width: 100%; }

/* ---------- columns-table ---------- */
.columns-table { display: table; }

.columns-table > .column, .columns-table > .column-1, .columns-table > .column-2, .columns-table > .column-3, .gallery .gallery-columns-4 .columns-table > .gallery-item, .columns-table > .column-4, .grow .grow-steps .columns-table > li, .columns-table > .column-5, .columns-table > .column-6, .columns-table > .column-7, .columns-table > .column-8, .columns-table > .column-9, .columns-table > .column-10, .columns-table > .column-11, .columns-table > .column-12 { display: table-cell; vertical-align: top; padding: 0 10px; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; -ms-box-sizing: content-box; -o-box-sizing: content-box; box-sizing: content-box; float: none; }

/* ---------- パンくずナビ ---------- */
/* ---------- リスト ---------- */
ul.line { zoom: 1; list-style: none; }

ul.line:after { content: ''; display: block; clear: both; overflow: auto; }

ul.line li { float: left; }

/* ---------- テーブル ---------- */
/* ---------- マージン ---------- */
.m0 { margin: 0; }

.mtb-x1 { margin-top: 10px; margin-bottom: 10px; }

.mt-x1 { margin-top: 10px; }

.mt-x2 { margin-top: 20px; }

.mt-x3 { margin-top: 30px; }

.mt-x4 { margin-top: 40px; }

.mb-x1 { margin-bottom: 10px; }

.mb-x2 { margin-bottom: 20px; }

.mb-x3 { margin-bottom: 30px; }

.mb-x4 { margin-bottom: 40px; }

.mtb-1em { margin-top: 10px; margin-bottom: 10px; }

.mt-1em { margin-top: 1em; }

.mt-2em { margin-top: 2em; }

.mt-3em { margin-top: 3em; }

.mt-4em { margin-top: 4em; }

.mb-1em { margin-bottom: 1em; }

.mb-2em { margin-bottom: 2em; }

.mb-3em { margin-bottom: 3em; }

.mb-4em { margin-bottom: 4em; }

/**************************************************
	structure
***************************************************/
/* -----------------------------------------------
	コンテナ
-------------------------------------------------- */
body.home { background: url("../img/bg-home.jpg") no-repeat top center; background-size: 100%; }

/* 各ページ共通 */
.pageHeader .pageHeader-inner { max-width: 940px; margin: 0 auto; padding: 25px 10px; }

.pageTitle { margin: 0 0 45px; }

.pageTitle .h1 { margin: 0; }

.siteContent .siteContent-header { margin-bottom: 70px; padding: 0 20px; }

@media screen and (max-width: 1052px) { .siteContent .siteContent-header { margin-bottom: 20px; } }

.siteContent .siteContent-header.underline { border-bottom: solid 1px #F5F4ED; padding-bottom: 35px; }

@media screen and (max-width: 1052px) { .siteContent .siteContent-header.underline { padding-bottom: 20px; } }

.siteContent .siteContent-header .sectionTitle { text-align: center; letter-spacing: 2px; font-weight: bold; font-size: 131.25%; }

.siteContent .content { padding-left: 10px; padding-right: 10px; }

.siteContent-inner { zoom: 1; position: relative; overflow: hidden; max-width: 1020px; margin: 0 auto; padding: 0 20px; }

.siteContent-inner:after { content: ''; display: block; clear: both; overflow: auto; }

/* -----------------------------------------------
	ヘッダー
-------------------------------------------------- */
.siteHeader { width: 100%; }

.news .siteHeader, .gallery .siteHeader { border-bottom: solid 1px #4C5D46; }

.siteHeader-inner { text-align: left; position: relative; max-width: 1020px; margin: 0 auto; padding: 35px 20px; }

@media screen and (max-width: 500px) { .siteHeader-inner { padding: 20px 20px; } }

.siteHeader-inner .sitelogo { float: left; }

.siteHeader-inner .globalNav ul { float: right; }

.siteHeader-inner .globalNav li { float: left; font-size: 81.25%; letter-spacing: 0.1em; font-weight: 500; }

.siteHeader-inner .globalNav li a { padding: 5px 15px; color: #5E6F58; display: block; }

.siteHeader-inner .globalNav li a:hover { color: #69821B; opacity: 0.9; }

.siteHeader-inner .globalNav li a span { margin-left: 7px; }

.siteHeader-inner .globalNav li.state { position: relative; }

.siteHeader-inner .globalNav li.state:after { content: ""; display: block; width: 15px; height: 2px; background: #5E6F58; position: absolute; bottom: -3px; left: 0; right: 0; margin: 0 auto; }

.siteHeader-inner .bcNav ul { zoom: 1; }

.siteHeader-inner .bcNav ul:after { content: ''; display: block; clear: both; overflow: auto; }

.siteHeader-inner .bcNav li { float: left; }

.siteHeader-inner .bcNav li:not(:last-child):after { content: ">"; padding: 0 10px; opacity: 0.4; }

@media screen and (max-width: 1052px) { .siteHeader-inner .bcNav { display: none; } }

.navBtns { position: absolute; z-index: 201; top: 0; right: 20px; color: #69821B; }

.navBtns ul { display: table; margin-top: 30px; }

@media screen and (max-width: 500px) { .navBtns ul { margin-top: 15px; } }

.navBtns li { display: table-cell; vertical-align: middle; text-align: right; white-space: nowrap; font-size: 87.5%; line-height: 1; }

.navBtns li span { cursor: pointer; font-size: 32px; min-width: 1em; }

/* -----------------------------------------------
	フッター
-------------------------------------------------- */
.pagetop { max-width: 1000px; padding: 5px 10px; margin: 0 auto; text-align: right; font-family: "Times New Roman"; letter-spacing: 1px; font-size: 75%; }

.pagetop a { color: #000; }

.pagetop span { margin-right: 0.5em; }

.siteFooter-bottom { background: url("../img/bg-footer.jpg") no-repeat; background-size: cover; color: #fff; /* ソーシャルボタン */ }

.siteFooter-bottom .share-btns { display: table; margin: 20px auto 10px; float: right; }

@media screen and (max-width: 500px) { .siteFooter-bottom .share-btns { margin: 10px auto 0px; } }

.siteFooter-bottom .share-btns li { font-size: 40px; display: table-cell; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; padding: 0 10px; }

@media screen and (max-width: 500px) { .siteFooter-bottom .share-btns li { padding: 0 10px; } }

.siteFooter-bottom .share-btns li a { text-align: center; display: block; color: #fff; font-size: 20px; }

.siteFooter-bottom .inner { max-width: 1020px; margin: 0 auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; padding: 0 10px; width: 100%; }

.siteFooter-bottom .inner .copyright { text-align: center; font-size: 56.25%; font-family: "Times New Roman"; line-height: 1; padding: 10px 0; margin: 0; letter-spacing: 1px; }

/**************************************************
	スマホレイアウト調整
***************************************************/
.navBtns .sp { display: none; }

.disp-sp { display: none; }

@media screen and (max-width: 1052px) { .navBtns li { display: none; }
  .navBtns .sp { display: table-cell; }
  .disp-pc { display: none !important; }
  .disp-sp { display: block; }
  .headerNav, .globalNav { display: none; } }

@media screen and (max-width: 1052px) and (max-width: 500px) { .globalNav { display: none; } }

/* -----------------------------------------------
  スマホ用メニュー
-------------------------------------------------- */
.swiper-container { width: 100%; height: auto; }

.swiper-slide { height: auto; }

.spNav-menuBtn { display: block; }

.spNav-menuCloseBtn { display: none; }

.spNav-menus { visibility: hidden; right: 0; top: 0; position: fixed; z-index: 200; width: 100%; height: 100%; background: white; }

.spNav-menus .logo { position: absolute; top: 35px; left: 20px; margin: 0; z-index: 2; }

@media screen and (max-width: 500px) { .spNav-menus .logo { top: 20px; } }

.spNav-menus .navBtns { right: 0; width: 100%; height: 72px; z-index: 201; }

.spNav-menus .navBtns ul { position: absolute; max-width: 1060px; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; padding: 0 20px; margin: 0 auto; top: 30px; right: 0; left: 0; }

@media screen and (max-width: 500px) { .spNav-menus .navBtns ul { top: 15px; } }

.spNav-menus .swiper-container { width: 100%; height: auto; }

.spNav-menus .swiper-scrollbar { z-index: 202; }

.spNav-menus .swiper-slide { height: auto; padding-top: 93px; }

@media screen and (max-width: 500px) { .spNav-menus .swiper-slide { padding-top: 63px; } }

.home .spNav-menus { padding-top: 0; top: 50px; }

.spNav-menus .icon-bars, .spNav-menus .icon-remove { font-size: 36px; }

.spNav-menus .swiper-slide ul { border-top: solid 1px #fff; }

.spNav-menus .swiper-slide ul li { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; display: block; float: left; border: solid 1px #fff; border-top: none; border-left: none; width: 50%; background: #747D5A; color: #fff; text-align: center; }

.spNav-menus .swiper-slide ul li li { background: #DFE1D8; }

.spNav-menus .swiper-slide ul li li a { color: #747D5A; }

.spNav-menus .swiper-slide ul li span.icon-blank { margin-left: 10px; }

.spNav-menus .swiper-slide ul li.main { font-size: 100%; }

.spNav-menus .swiper-slide ul li.main a { padding: 25px 12px; color: #fff; }

.spNav-menus .swiper-slide ul li.main li a { color: #747D5A; font-weight: bold; }

.spNav-menus .swiper-slide ul li.main-select { position: relative; }

.spNav-menus .swiper-slide ul li.main-select > a:after { font-size: 131.25%; font-weight: normal; width: 1em; height: 1em; position: absolute; right: 30px; content: "\e902"; }

.spNav-menus .swiper-slide ul li.main-select.open > a:after { content: "\e903"; }

.spNav-menus .swiper-slide ul li.full { width: 100%; }

.spNav-menus .swiper-slide ul li.full ul { display: none; }

.spNav-menus .swiper-slide ul li.sub { width: 33.33%; }

.spNav-menus .swiper-slide ul li.icon { font-size: 175%; width: 33.33%; }

.spNav-menus .swiper-slide ul li.icon a { color: #fff; font-size: 36px; padding: 0px; }

.spNav-menus .swiper-slide ul li a { display: block; padding: 12px 5px; text-decoration: none; }

.spNav-menus .swiper-slide ul li a .genericon { vertical-align: middle; margin-right: 3px; }

.spNav-menus .swiper-slide ul li a:hover { opacity: 1; }

.spNav-menus .swiper-slide ul li a.disabled { cursor: pointer; }

@media screen and (max-width: 480px) { .spNav-menus .swiper-slide ul li { font-size: 75%; } }

@media screen and (max-width: 500px) { .spNav .navBtn { right: 5px; top: 5px; } }

/**************************************************
	unique
***************************************************/
/* -----------------------------------------------
  TOP
-------------------------------------------------- */
.home .image { position: relative; height: calc(100vh - 93px - 89px); overflow: hidden; }

.home .image .image-container { height: 100%; position: relative; }

.home .image .image-container img { display: block; width: auto; min-width: 100%; max-width: none; height: auto; min-height: 100%; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; }

@media screen and (max-width: 500px) { .home .image .image-container img#topvisual1 { left: -150px; } }

.home .image .copy { z-index: 100; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; width: 26px; height: 80%; max-height: 275px; transition: all 1s; }

@media screen and (max-width: 1000px) { .home .image .copy { height: 70%; }
  .home .image .copy.slide { bottom: 60px; } }

@media screen and (max-width: 700px) { .home .image .copy { height: 60%; }
  .home .image .copy.slide { bottom: 100px; } }

.home .image .movieBtn { z-index: 100; position: absolute; bottom: 20px; left: 0; right: 0; margin: 0 auto; height: 71px; transition: opacity 2s 1s ease-in; }

.home .image .movieBtn.hide { opacity: 0; visibility: hidden; }

.home .image .movieBtn a { display: block; }

.home .image .movieBtn img { max-width: 109px; height: auto; }

/* -----------------------------------------------
  GALLERY
-------------------------------------------------- */
.gallery .localNav { margin: 25px auto; max-width: 777px; }

.gallery .localNav .localNav-container { position: relative; padding: 0 40px; }

.gallery .localNav .swiper-button-next { background-image: none; font-size: 112.5%; line-height: 1.48; margin-top: -15px; color: #5E6F58; }

.gallery .localNav .swiper-button-prev { background-image: none; font-size: 112.5%; line-height: 1.48; margin-top: -15px; color: #5E6F58; }

.gallery .localNav .swiper-slide { width: auto; white-space: nowrap; }

.gallery .localNav ul { margin: 0 auto; }

.gallery .localNav ul li { padding: 0 20px 5px; font-size: 112.5%; }

.gallery .localNav ul li.state { position: relative; }

.gallery .localNav ul li.state:after { content: ""; display: block; width: 15px; height: 2px; background: #5E6F58; position: absolute; bottom: -0px; left: 0; right: 0; margin: 0 auto; }

.gallery .gallery-columns-4 { max-width: 777px; margin: 60px auto 30px; }

.gallery .gallery-columns-4 .gallery-item { margin-bottom: 20px; }

.gallery .moreBtn { display: inline-block; padding: 10px; margin: 0 0 60px; cursor: pointer; }

.gallery .moreBtn span { padding: 0; font-size: 175%; }

/* -----------------------------------------------
  NEWS
-------------------------------------------------- */
.news .post { max-width: 680px; margin: 40px auto; padding-bottom: 40px; border-bottom: solid 1px #333; text-align: left; color: #000; }

@media screen and (max-width: 700px) { .news .post { padding: 0 10px; } }

.news .post p { font-size: 87.5%; }

.news .post .date { font-size: 75%; }

.news .post .title { font-size: 112.5%; font-weight: bold; }

.news .paging { margin-bottom: 80px; }

.news .paging .page-numbers { display: none; padding: 0 20px; }

.news .paging .page-numbers.next, .news .paging .page-numbers.prev { display: inline-block; }

/* -----------------------------------------------
  HOW TO OLIVE : 共通
-------------------------------------------------- */
.howto { background: url("../../img/plants/grow/bg-beige.jpg"); color: #000; }

.howto article .siteContent { padding: 20px 0px; }

.howto article .siteContent-inner { max-width: 680px; padding: 0 20px; }

.howto .pageHeader { margin-bottom: 20px; }

.howto .pageHeader .pageHeader-inner { padding: 0 10px; zoom: 1; text-align: left; }

.howto .pageHeader .pageHeader-inner:after { content: ''; display: block; clear: both; overflow: auto; }

.howto .pageHeader .pageHeader-inner h1 { padding: 28px 0; }

.howto .localMenu { border-bottom: solid 1px #69821B; }

.howto .localMenu ul { width: 770px; margin: 0 auto; }

.howto .localMenu li { position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; font-weight: bold; letter-spacing: 2px; line-height: 1.2; }

.howto .localMenu li a { padding: 15px 40px; display: block; }

.howto .localMenu li br { display: none; }

.howto .localMenu li.state:after { display: block; content: ""; position: absolute; bottom: 0; left: 0; right: 0; margin: 0 auto; width: 1px; height: 10px; background: #69821B; }

@media screen and (max-width: 770px) { .howto .localMenu ul { width: 100%; }
  .howto .localMenu li { letter-spacing: 0; font-size: 87.5%; }
  .howto .localMenu li br { display: inline; }
  .howto .localMenu li a { padding: 10px; } }

@media screen and (max-width: 770px) { .howto .pageHeader .pageHeader-inner h1 { width: auto; float: none; margin: 0; padding: 30px 0 20px; }
  .howto .pageHeader .pageHeader-inner p { float: none; width: auto; margin: 0; }
  .howto .pageHeader .pageHeader-inner #olive { margin-top: 0px; } }

/* -----------------------------------------------
  HOW TO OLIVE : GROW 育て方
-------------------------------------------------- */
.grow .description { text-align: left; }

.grow .tab { width: 100%; }

.grow .tab li { width: 50%; position: relative; }

.grow .tab li:first-child { padding-right: 15px; }

.grow .tab li:last-child { padding-left: 15px; }

@media screen and (max-width: 500px) { .grow .tab li:first-child { padding-right: 5px; }
  .grow .tab li:last-child { padding-left: 5px; } }

.grow .tab li a { padding: 20px; display: block; border: dotted 1px rgba(105, 130, 27, 0.7); }

.grow .tab li.state a { border: solid 1px rgba(105, 130, 27, 0.15); background-color: rgba(105, 130, 27, 0.15); }

.grow .tab li.state:after { content: "▼"; position: absolute; left: 0; right: 0; bottom: 10px; margin: 0 auto; color: #5E6F58; }

.grow .tab span { display: block; }

.grow .tab span.tab-menu { font-weight: bold; margin: 15px 0; }

.grow .columns, .grow .gallery .gallery-columns-4, .gallery .grow .gallery-columns-4, .grow .grow-steps { margin-top: 30px; margin-bottom: 30px; }

.grow .column-7 { text-align: left; color: #000; }

.grow .column-7 h3 { font-weight: bold; font-size: 87.5%; margin-bottom: 10px; }

.grow .column-7 ul { margin-left: 20px; }

.grow .column-7 li { font-weight: bold; list-style: disc; font-size: 75%; margin-bottom: 5px; }

.grow #jiue { display: none; }

.grow .grow-steps { margin-left: -25px; margin-right: -25px; }

.grow .grow-steps li { padding: 0 25px; text-align: left; font-weight: bold; color: #000; font-size: 87.5%; }

.grow .grow-steps li .image { margin-bottom: 0; }

.grow .grow-steps li .title { margin-top: 10px; }

@media screen and (max-width: 500px) { .grow .grow-steps { margin: 0 -10px; }
  .grow .grow-steps li { width: 50%; padding: 0 10px; } }

/* -----------------------------------------------
  HOW TO OLIVE : TROUBLE トラブル対処
-------------------------------------------------- */
.trouble .h2 { font-size: 131.25%; letter-spacing: 0.3em; }

.trouble .h3 { font-size: 112.5%; padding-top: 20px; margin-top: 20px; margin-bottom: 20px; }

.trouble .image { margin: 0 auto; }

.trouble .image img { display: table-cell; box-sizing: border-box; padding-left: 20px; }

.trouble .image li:first-child img { padding-left: 0; }

.trouble .description { font-size: 81.25%; line-height: 2.1; text-align: center; }

.trouble th { font-size: 87.5%; line-height: 2.1; vertical-align: top; white-space: nowrap; padding: 0 0 1em 0; text-align: left; }

.trouble th:before { content: "【 "; }

.trouble th:after { content: " 】"; }

.trouble th.choukou:before { content: "【 　"; }

.trouble th.choukou:after { content: "　 】"; }

.trouble td { font-size: 81.25%; line-height: 2.1; text-align: left; padding: 0 0 1em 1em; }

@media screen and (max-width: 788px) { .trouble .description { text-align: left; } }

@media screen and (max-width: 500px) { .trouble th, .trouble td { display: block; }
  .trouble th { padding-bottom: 0; } }

/**************************************************
	unique2
***************************************************/
/* -----------------------------------------------
	MESSAGE
-------------------------------------------------- */
.message .siteContent-inner { color: #000; }

.message .keyvisual .image img { width: 100%; }

.message .keyvisual .photo-area { width: 100%; /*h1.page-title{ position: absolute; top: 50%; left: 0; right: 0; margin:0 auto; width:215px; height:53px;}*/ }

.message .keyvisual .photo-area li { width: 25%; float: left; }

.message .keyvisual .photo-area li img { width: 100%; }

.message h2.sub-title { font-size: 200%; padding-top: 80px; }

.message h2.sub-title span { display: block; font-size: 70%; }

.message h2.sub-title span.small-s { font-size: 50%; }

.message .message-box { padding: 42px 0; }

.message .message-box p { text-align: center; letter-spacing: 0.1em; line-height: 1.8; padding: 10px 0; }

@media screen and (max-width: 500px) { .message .message-box p { text-align: left; } }

.message .moreBtn { display: inline-block; margin: 60px 0; }

.message .moreBtn span { font-size: 225%; cursor: pointer; transition: all 0.4s ease-out; display: block; }

.message .moreBtn.open span { -webkit-transform: rotate(-180deg); -ms-transform: rotate(-180deg); transform: rotate(-180deg); }

.message .outline { overflow: hidden; max-height: 0; opacity: 0; transition: all 1s; max-width: 500px; margin: 0 auto 100px; }

.message .outline.open { opacity: 1; max-height: 9999px; }

.message .outline .sub-title { font-size: 150%; border-bottom: solid 1px #000; display: inline-block; letter-spacing: 0.2em; padding-bottom: 10px; margin-bottom: 40px; }

.message .outline p { text-align: left; padding: 10px 0; font-size: 87.5%; }

.message .outline h4 { margin-top: 40px; }

.message .outline dt, .message .outline dd { font-size: 87.5%; }

.message .outline a { color: #71806B; letter-spacing: 0.2em; }

.message .outline h4 { text-align: left; padding-bottom: 10px; }

.message .outline .history { width: 100%; text-align: left; }

.message .outline .history dt { display: block; width: 20%; clear: left; float: left; padding-bottom: 10px; }

.message .outline .history dd { display: block; width: 80%; float: left; padding-bottom: 10px; }

@media screen and (max-width: 500px) { .message .keyvisual .photo-area li { width: 50%; }
  .message .message-box br { display: none; } }

/* -----------------------------------------------
	PLANTS-TOP
-------------------------------------------------- */
.plants { background-color: #DFE1D8; }

.plants .main-visual { background-color: black; }

.plants .main-visual .keyvisual { position: relative; }

.plants .main-visual .keyvisual .image img { width: 100%; }

.plants .main-visual .keyvisual h1.page-title { position: absolute; top: 50%; left: 0; right: 0; margin: 0 auto; width: 215px; height: 53px; }

.plants .main-visual .keyvisual h1.page-title img { -webkit-animation-name: fade; animation-name: fade; -webkit-animation-duration: 3s; animation-duration: 3s; -webkit-animation-delay: 0.3s; animation-delay: 0.3s; -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; -webkit-animation-fill-mode: both; animation-fill-mode: both; }

.plants .main-visual .photo-area { width: 100%; zoom: 1; }

.plants .main-visual .photo-area:after { content: ''; display: block; clear: both; overflow: auto; }

.plants .main-visual .photo-area li { width: 25%; float: left; }

.plants .main-visual .photo-area li img { width: 100%; }

.plants .main-visual .introduction { padding-top: 50px; padding-bottom: 480px; background-image: url(../../img/plants/bg_olive-photo.jpg); background-repeat: no-repeat; background-position: 30% bottom; }

.plants .main-visual .introduction p { padding: 10px 0; color: #fff; }

.plants .main-visual .introduction p.caption { font-size: 150%; }

@media screen and (max-width: 500px) { .plants .main-visual .introduction p { text-align: left; }
  .plants .main-visual .introduction p.caption { text-align: center; }
  .plants .main-visual .introduction p br { display: none; } }

.plants .sec-howto { background-color: #747D5A; }

.plants .sec-howto .siteContent-inner { max-width: 500px; margin: 0 auto; padding: 40px 0; }

.plants .sec-howto .siteContent-inner h2.sub-title { font-size: 200%; color: #fff; letter-spacing: 0.1em; margin-bottom: 40px; }

.plants .sec-howto .siteContent-inner .localMenu .menu-list { zoom: 1; }

.plants .sec-howto .siteContent-inner .localMenu .menu-list:after { content: ''; display: block; clear: both; overflow: auto; }

.plants .sec-howto .siteContent-inner .localMenu .menu-list li { float: left; padding-right: 16px; padding-bottom: 16px; }

.plants .sec-howto .siteContent-inner .localMenu .menu-list li:last-child { padding-right: 0; }

.plants .sec-howto .siteContent-inner .localMenu .menu-list li a:hover img { filter: alpha(opacity=80); opacity: 0.8; }

.plants .sec-shop { background-color: #F2F0EE; }

.plants .sec-shop .siteContent-inner { padding: 40px 0; }

.plants .sec-shop .siteContent-inner .moreBtn a { border: 2px dotted #5E6F58; display: inline-block; padding: 10px 50px; text-align: center; letter-spacing: 0.1em; }

.plants .sec-shop .siteContent-inner .sub-title { border-bottom: 1px solid #404040; padding-bottom: 15px; display: inline-block; }

.plants .sec-shop .siteContent-inner .sub-title h2 { font-size: 200%; letter-spacing: 0.1em; }

.plants .sec-shop .siteContent-inner .sub-title h2 span { font-size: 35%; display: block; }

.plants .sec-shop .shop-area { zoom: 1; max-width: 713px; margin: 0 auto; margin-top: 40px; }

.plants .sec-shop .shop-area:after { content: ''; display: block; clear: both; overflow: auto; }

.plants .sec-shop .shop-area li { float: left; padding-right: 93px; padding-bottom: 40px; }

.plants .sec-shop .shop-area li:nth-child(4) { padding-right: 0; }

.plants .sec-shop .shop-area li:nth-child(5) { padding-right: 158px; }

.plants .sec-shop .shop-area li:nth-child(6) { padding-right: 196px; }

.plants .sec-shop .shop-area li:last-child { padding-right: 0; }

.plants .sec-shop .shop-area li a:hover img { filter: alpha(opacity=60); opacity: 0.6; }

.plants .sec-member { background-color: #DFE1D8; }

.plants .sec-member .siteContent-inner { padding: 40px 0; }

.plants .sec-member .siteContent-inner p.member-page { color: #000; display: inline-block; }

.plants .sec-member .siteContent-inner p.member-page:after { content: "\e907"; }

@media screen and (max-width: 500px) { .plants .main-visual .photo-area li { width: 50%; }
  .plants .sec-howto { padding: 0 20px; }
  .plants .sec-howto .siteContent-inner { max-width: 100%; }
  .plants .sec-howto .siteContent-inner .localMenu .menu-list li { width: calc(33.33% - 10px); padding-right: 10px; padding-bottom: 10px; }
  .plants .sec-howto .siteContent-inner .localMenu .menu-list.list01 li:first-child { width: calc(66.66% - 10px); }
  .plants .sec-shop .shop-area { max-height: 100%; }
  .plants .sec-shop .shop-area li { float: none; padding-right: 0; text-align: center; }
  .plants .sec-shop .shop-area li:nth-child(5), .plants .sec-shop .shop-area li:nth-child(6) { padding-right: 0; }
  .plants .sec-shop .shop-area li img { text-align: center; } }

/* -----------------------------------------------
  PLANTS-STYLE
-------------------------------------------------- */
.style .sec-original li, .style .sec-type li { padding-bottom: 70px; }

.style .sec-original li h3, .style .sec-type li h3 { font-size: 120%; font-weight: bold; border-bottom: dotted 2px #585149; padding-bottom: 10px; }

.style .sec-original li .column-9, .style .sec-type li .column-9 { float: right; }

.style .sec-original li .column-9 .description, .style .sec-type li .column-9 .description { text-align: left; }

.style .sec-original li .column-9 .memo, .style .sec-type li .column-9 .memo { text-align: right; font-size: 90%; }

.style .sec-original li .column-3, .style .sec-original li .gallery .gallery-columns-4 .gallery-item, .gallery .gallery-columns-4 .style .sec-original li .gallery-item, .style .sec-type li .column-3, .style .sec-type li .gallery .gallery-columns-4 .gallery-item, .gallery .gallery-columns-4 .style .sec-type li .gallery-item { padding-top: 1em; float: right; }

.style .sec-style h2 { font-size: 160%; font-weight: bold; border-bottom: solid 2px #5E6F58; padding-bottom: 10px; }

.style .sec-style ul { margin-top: 80px; }

.style .sec-style ul li { width: 33%; float: left; padding-bottom: 60px; }

.style .sec-style ul li img { text-align: center; }

@media screen and (max-width: 500px) { .style .sec-type .column-9, .style .sec-type .column-3, .style .sec-type .gallery .gallery-columns-4 .gallery-item, .gallery .gallery-columns-4 .style .sec-type .gallery-item { width: 100%; float: none; }
  .style .sec-style ul { margin-top: 20px; }
  .style .sec-style ul li { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; width: 50%; padding: 0 20px 0; } }

/* -----------------------------------------------
  PLANTS-pruning
-------------------------------------------------- */
.pruning .box-inner { max-width: 618px; margin: 0 auto; }

.pruning p.description-l { text-align: left; margin: 0; }

.pruning p.description-l br { display: none; }

.pruning .sec-damage .column-4, .pruning .sec-damage .grow .grow-steps li, .grow .grow-steps .pruning .sec-damage li { padding: 0; }

.pruning .sec-damage .column-4 img, .pruning .sec-damage .grow .grow-steps li img, .grow .grow-steps .pruning .sec-damage li img { width: 100%; }

@media screen and (max-width: 500px) { .pruning .sec-damage .column-4 img, .pruning .sec-damage .grow .grow-steps li img, .grow .grow-steps .pruning .sec-damage li img { text-align: center; width: auto; }
  .pruning .paragraph-block img { width: 100%; } }

/* -----------------------------------------------
  PLANTS-QA
-------------------------------------------------- */
.qa .sec-question dl { padding-top: 40px; text-align: left; }

@media screen and (max-width: 500px) { .qa .sec-question dl { padding-top: 0; } }

.qa .sec-question dl dt { color: #747E58; font-weight: bold; padding-bottom: 10px; margin: 20px 0 0; padding-left: 1.6em; text-indent: -1.6em; }

.qa .sec-question dl dt span { padding-right: 10px; }

.qa .sec-question dl dd { margin-bottom: 30px; padding-bottom: 30px; border-bottom: dotted 1px #585149; }

.qa .sec-question dl dd .tex-space { padding-top: 30px; }

.qa .sec-question dl dd span { padding-right: 10px; display: block; }

.qa .sec-question p.caution { text-align: left; }

/* -----------------------------------------------
  PLANTS-shop
-------------------------------------------------- */
.plants-shop .siteContent-inner { max-width: 680px; margin: 0 auto; }

.plants-shop .sec-nav .title-logo { background-image: url("../../img/plants/shop/plants-shop-logo.png"); background-repeat: no-repeat; background-position: center top; padding-top: 60px; margin-bottom: 45px; }

.plants-shop .sec-nav .title-logo h2 { font-size: 120%; }

.plants-shop .sec-nav nav .localMenu { zoom: 1; margin-top: 24px; }

.plants-shop .sec-nav nav .localMenu:after { content: ''; display: block; clear: both; overflow: auto; }

.plants-shop .sec-nav nav .localMenu li { float: left; border-left: solid 1px #000; padding: 0 16px; }

.plants-shop .sec-nav nav .localMenu li:last-child { border-right: solid 1px #000; }

.plants-shop .sec-prefecture { padding-top: 50px; }

.plants-shop .sec-prefecture h3 { border-bottom: solid 2px #000; padding-bottom: 10px; font-size: 110%; }

.plants-shop .sec-prefecture dl { padding-top: 50px; text-align: left; }

.plants-shop .sec-prefecture dl dt { font-size: 130%; }

.plants-shop .sec-prefecture dl dd { padding-left: 20px; margin-bottom: 30px; }

.plants-shop .sec-prefecture dl dd p { margin: 0; }

@media screen and (max-width: 500px) { .plants-shop .sec-nav nav .localMenu li { width: 40%; margin-bottom: 10px; }
  .plants-shop .sec-nav nav .localMenu li:nth-child(2n) { border-right: solid 1px #000; } }

/* -----------------------------------------------
  FARM
-------------------------------------------------- */
.farm { background-color: #F2F0EE; }

.farm .main-visual { background-color: #68744C; }

.farm .main-visual .keyvisual { position: relative; }

.farm .main-visual .keyvisual .image img { width: 100%; }

.farm .main-visual .keyvisual h1.page-title { position: absolute; top: 50%; left: 0; right: 0; margin: 0 auto; width: 215px; height: 53px; }

.farm .main-visual .keyvisual h1.page-title img { -webkit-animation-name: fade; animation-name: fade; -webkit-animation-duration: 3s; animation-duration: 3s; -webkit-animation-delay: 0.3s; animation-delay: 0.3s; -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; -webkit-animation-fill-mode: both; animation-fill-mode: both; }

.farm .main-visual .photo-area { width: 100%; zoom: 1; }

.farm .main-visual .photo-area:after { content: ''; display: block; clear: both; overflow: auto; }

.farm .main-visual .photo-area li { width: 25%; float: left; }

.farm .main-visual .photo-area li img { width: 100%; }

.farm .main-visual .introduction { padding-top: 50px; padding-bottom: 30px; }

.farm .main-visual .introduction p { padding: 10px 0; color: #fff; line-height: 2; }

.farm .main-visual .introduction p.caption { font-size: 150%; }

.farm .main-visual .ec-area { zoom: 1; max-width: 710px; margin: 40px auto 0; padding-bottom: 40px; }

.farm .main-visual .ec-area:after { content: ''; display: block; clear: both; overflow: auto; }

.farm .main-visual .ec-area li { float: left; text-align: center; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; width: 50%; max-width: 345px; padding: 0 5px; position: relative; }

.farm .main-visual .ec-area li span { display: block; overflow: hidden; }

.farm .main-visual .ec-area li a { display: block; background-image: url(../../img/farm/bg-food.jpg); background-repeat: no-repeat; background-position: 30% bottom; transition: all 0.7s cubic-bezier(0.32, 0.19, 0.28, 0.99); }

.farm .main-visual .ec-area li a:hover { background-size: auto 105%; -webkit-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }

.farm .main-visual .ec-area li a img { padding: 108px 0; }

.farm .main-visual .ec-area li.food a { background-image: url(../../img/farm/bg-food.jpg); }

.farm .main-visual .ec-area li.cosme a { background-image: url(../../img/farm/bg-cosme.jpg); }

.farm .sec-shop { background-color: #F2F0EE; }

.farm .sec-shop .siteContent-inner { padding: 40px 0; }

.farm .sec-shop .siteContent-inner .moreBtn a { border: 2px dotted #5E6F58; display: inline-block; padding: 10px 50px; text-align: center; letter-spacing: 0.1em; }

.farm .sec-shop .siteContent-inner .sub-title { border-bottom: 1px solid #404040; padding-bottom: 15px; display: inline-block; }

.farm .sec-shop .siteContent-inner .sub-title h2 { font-size: 200%; letter-spacing: 0.1em; }

.farm .sec-shop .siteContent-inner .sub-title h2 span { font-size: 35%; display: block; }

.farm .sec-shop .shop-area { zoom: 1; max-width: 690px; margin: 0 auto; margin-top: 40px; }

.farm .sec-shop .shop-area:after { content: ''; display: block; clear: both; overflow: auto; }

.farm .sec-shop .shop-area li { float: left; padding-right: 93px; padding-bottom: 40px; }

.farm .sec-shop .shop-area li a:hover img { filter: alpha(opacity=60); opacity: 0.6; }

.farm .sec-shop .shop-area li:first-child { padding-right: 110px; }

.farm .sec-shop .shop-area li:nth-child(2) { padding-right: 139px; }

.farm .sec-shop .shop-area li:nth-child(3) { padding-right: 0; }

.farm .sec-shop .shop-area li:nth-child(4) { padding-right: 174px; padding-left: 26px; }

.farm .sec-shop .shop-area li:nth-child(5) { padding-right: 144px; }

.farm .sec-shop .shop-area li:last-child { padding-right: 0; }

@media screen and (max-width: 500px) { .farm .main-visual .photo-area li { width: 50%; }
  .farm .sec-shop .shop-area { max-height: 100%; }
  .farm .sec-shop .shop-area li { float: none; padding-right: 0; text-align: center; }
  .farm .sec-shop .shop-area li:first-child, .farm .sec-shop .shop-area li:nth-child(2), .farm .sec-shop .shop-area li:nth-child(4), .farm .sec-shop .shop-area li:nth-child(5) { padding-right: 0; padding-left: 0; }
  .farm .sec-shop .shop-area li img { text-align: center; } }

/* -----------------------------------------------
  FARM-shop
-------------------------------------------------- */
.farm-shop .sec-restaurant { border-top: solid 2px #4C5D46; }

.farm-shop .sec-restaurant .siteContent-inner { border-bottom: solid 2px #000; }

.farm-shop .sec-restaurant, .farm-shop .sec-shop { padding-top: 60px; }

.farm-shop .sec-restaurant .title-logo, .farm-shop .sec-shop .title-logo { background-image: url("../../img/farm/shop/farm-shop-logo.png"); background-repeat: no-repeat; background-position: center top; padding-top: 65px; }

.farm-shop .sec-restaurant .title-logo h2, .farm-shop .sec-shop .title-logo h2 { font-size: 120%; }

.farm-shop .sec-restaurant dl, .farm-shop .sec-shop dl { padding-top: 50px; text-align: left; }

.farm-shop .sec-restaurant dl dt, .farm-shop .sec-shop dl dt { font-size: 130%; }

.farm-shop .sec-restaurant dl dd, .farm-shop .sec-shop dl dd { padding-left: 20px; margin-bottom: 30px; }

.farm-shop .sec-restaurant dl dd p, .farm-shop .sec-shop dl dd p { margin: 0; }

/*# sourceMappingURL=souju.css.map */