@charset "UTF-8";

/* -------------------------------------------------------------------
　追記
---------------------------------------------------------------------- */
/*
　フォント(明朝)
---------------------------------------------------------------------- */
.wf-sawarabimincho { font-family: "Sawarabi Mincho";}

body {
    color: #333;
    font-family: "Open Sans","Helvetica Neue",Helvetica,"Arial","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
    font-size: 16px;
    line-height: 1.6;
    background-image: url("images/site-images/background-paper.jpg");
}
.container {
    padding-left: 10px;
    padding-right: 10px;
}

.container a, a:visited {
    color: #5B8930;
    text-decoration: underline;
}
.container a:hover {
    color: #006442;
}

.table-ul {
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
}
.table-ul li {
  display: table-cell;
  vertical-align: middle;
}
/*　スライダー -------- */
.rslides li {list-style-type:none;}
ul.rslides_tabs {display:none;}

/*
　ヘッダーメニュー
---------------------------------------------------------------------- */
#header {
    background-image: url("images/site-images/header_bg.png");
}

.menu ul.nav li a {
    font-family: "Open Sans","Helvetica Neue",Helvetica,"Arial","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
    font-size:1.375em;
    padding: 15px 5px;
}

.top {
    border-top: none;
}
#header .row {
    margin-bottom: 2px;
}

.menu ul.nav {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-bottom:5px;
}
.menu ul.nav li {
    width: 100%;
    float: none;
    display: table-cell;
    margin-bottom: 0;
    position: relative;
    transition: all 0.4s ease-in-out 0s;
    text-align:center;
}

.menu ul.nav li a {
    background-color: #fcfbf7;
    border-top: 5px solid #fff;
    color: #6a8c56;
    display: block;
    font-family: "Open Sans","Helvetica Neue",Helvetica,"Arial","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
    font-size:1.25em;
    font-weight: 400;
    margin-right: 0;
    padding: 12px 2px 15px;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
}
.menu ul.nav a, .menu ul.nav a:hover {
    text-decoration: none;
}
.menu ul.nav > li > ul > li {
	display: block;
}
.menu ul.nav > li > ul > li > a {
    border: medium none !important;
    color: #89ae49;
    margin: 0 3px 3px;
    padding: 10px;
    position: relative;
}

.pure-drawer ul {
    padding:0px 20px 10px;
    margin-top:0px;
    margin-bottom:0px;
}
pure-drawer ul li {
    border-bottom: 2px solid #FFF;
}

.pure-drawer ul.sitemap {
    margin-top:-5px;
}
.pure-drawer ul.top {
    padding:65px 20px 0;
    margin-bottom:-25px;
    margin-top:25px;
}

.pure-drawer a {
    color: #FFF;
    font-weight: bold;
}
.pure-drawer a:hover {
    color: #333;
    text-decoration: none;
}

.pure-drawer .nav > li > a {
    border-bottom: 1px solid #D2D7D3;
}

/*
　コンテンツメニュー
---------------------------------------------------------------------- */
.container h1, .container h2, .container h3, .container h4, .container h5, .container h6 {
    font-family: "Open Sans","Helvetica Neue",Helvetica,"Arial","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}
.content-box {
    background-color: #FFF;
    margin-top: 5px;
    margin-left: 0;
}

ul.rslides li h2,ul.rslides li p {padding-left:10px;padding-right:10px;}

/* パンくずリスト */
.breadcrumb {
    background-color: transparent;
}
.container ul.breadcrumb, .container ol.breadcrumb {
    margin-bottom: 0px;
    margin-left: 0px;
}
.breadcrumb > li + li:before {
    content: ">";
    color: #666;
}

h1.entry-title {
    font-weight: bold;
    font-size:1.625em;
    position: relative;
    padding: 0 .5em .3em 1.8em;
    border-bottom: 3px double #89AE49;
    margin: 5px 0 20px;
    letter-spacing: 5px;
    font-family: "Sawarabi Mincho",sans-serif;
}
h1.entry-title::before,h1.entry-title::after {
    position: absolute;
    content: '';
    border-radius: 100%
}
h1.entry-title::before {
    top: .2em;
    left: .2em;
    z-index: 2;
    width: 21px;
    height: 21px;
    background: rgba(160, 212, 104, .5);
}
h1.entry-title::after {
    top: .7em;
    left: .6em;
    width: 16px;
    height: 16px;
    background: rgba(140, 193, 82, .5);
}

#main h2 {    
    padding: 5px 10px .2em 15px;
    margin: 5px 0 20px;
    border-bottom: 1px dotted #ccc;
    letter-spacing: 6px;
    font-size:1.438em;
    font-weight:bold;
}

#main h3 {
    padding: .20em 0 .20em .65em;
    margin: 5px 0 20px;
    border-left: 6px solid #ccc;
    letter-spacing: 4px;
    font-size:1.25em;
    font-weight:bold;
    color:#777566;
}

a.button {text-decoration: none;}

/* メインエリアリスト調整 */
ul.Content li {
    position: relative;
}
.Content > li > a {
    display: block;
    padding: 10px 30px;
    position: relative;
}

ul.Content li::after,
ul.Content li::before {
    display: block;
    content: '';
    position: absolute;
}
ul.Content li::after {
    top: 0.8em;
    left: 10px;
    width: 14px;
    height: 14px;
    background-color: #89AE49;
    border-radius: 100%;
}
ul.Content li::before {
    z-index: 2;
    top: 1.1em;
    left: 0.9em;
    width: 4px;
    height: 4px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
ul.Content li ul li {
    padding: 8px 30px;
    list-style-type: none;
}
ul.Content li ul li::after {
    top: 0.75em;
    left: 9px;
    width: 14px;
    height: 14px;
    background-color: #89AE49;
    border-radius: 100%;
}

/*
　サイトマップ
---------------------------------------------------------------------- */
.container ul.sitemap li {
    list-style-type : none;
}
ul.sitemap li ul {
    margin-top: .5em;
    margin-bottom: .75em;
    margin-left: 48px;
}
     
ul.sitemap li ul li {
    margin-bottom: .25em;
    position: relative;
    line-height: 22px;
}
     
ul.sitemap li ul li::before {
    content: "";
    position: absolute;
    top: -0.5em;
    left: -16px;
    width: 10px;
    height: calc(100% + .75em);
    border-left: 1px solid #5b8942;
}
     
ul.sitemap li ul li:last-child::before {
      height: calc(1em + .25em);
}
     
ul.sitemap li ul li::after {
      content: "";
      position: absolute;
      top: .75em;
      left: -16px;
      width: 10px;
      border-bottom: 1px solid #5b8942;
}

/*
　サイドメニュー
---------------------------------------------------------------------- */
/* リスト調整 */
.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.siteNavArea .list-group-item {padding: 0;}
.siteNavArea ul.list-group { padding: 0 0 15px;}
.siteNavArea ul.list-group li {font-size:1.063em;font-weight:bold;}
.siteNavArea ul li a,.siteNavArea ul li a:link {
    display: block;
    padding: 10px 6px;
    text-decoration: none;
}
.siteNavArea ul li a:hover,.siteNavArea ul li a:active {
    text-decoration:none;
    background-color: #5CB85C;
    color:#FFF;
}
.siteNavArea ul.list-group li ul {margin:3px 5px 6px;}
.siteNavArea ul.list-group li ul li {
    font-size:0.938em;
    font-weight:normal;
    border: none;
    background-color: #F5F7FA;
}

.siteNavArea ul.list-group li ul li ul li {
    font-size:1.0em;
    font-weight:normal;
    border: none;
    background-color: #eaedf2;
}
.siteNavArea ul li ul li ul li a,.siteNavArea ul li ul li ul li a:link {
    display: block;
    padding: 5px 6px;
    text-decoration: none;
}


#sideber .text-centernav-path-selected,#sideber .nav-path-selected {text-align:center;}
#sideber a, #sideber a:visited {
    color: none;
    text-decoration: none;
}

/*
　フッター
---------------------------------------------------------------------- */
#footer {
    height: auto;
    margin-top: 25px;
    padding-top: 15px;
    background-image: url("images/site-images/footer_bg.png");
}

.credits {
    border-top: 1px dotted #FCFBF7;
    text-align:center;
}

footer .container h1 {
    color: #333333;
    font-size:1.875em;
    margin-bottom: 10px;
    font-family: "Sawarabi Mincho";
}

footer ul.list-inline li a:before {
    content: "\f0da";
    font-family: FontAwesome;
    display: block;
    text-align: center;
    float: left;
    margin-right: 2px;
    width:1em;
}

/* 追記(プロフィールページの戻るボタン非表示)*/
.form-actions a.btn-default {display:none;}
/* 追記(プロフィールページのチェックボックス非表示)*/
.ccm-profile-attribute {display:none;}
/* 追記(言語選択非表示)*/
#uDefaultLanguage {display:none;}

.log-out a:link,.log-out a:visited,.log-out a:hover,.log-out a:active { color: #FFFFFF; }

/* -------------------------------------------------------------------
　汎用セット
---------------------------------------------------------------------- */
/* 文字の均等割り付け(禁則処理) */
p {
    word-break:break-all;
}

/* テーブル */
#main table {border-collapse: collapse;border: 1px solid #ddd; width:100%;}
#main table th {font-weight: bold;border: 1px solid #ddd;line-height: 1.42857;padding: 8px;}
#main table td {border: 1px solid #ddd;line-height: 1.42857;padding: 8px;}

/* 文字サイズセット */
.px8{font-size:0.5em;}/**/
.px9{font-size:0.563em;}
.px10{font-size:0.625em;}/**/
.px11{font-size:0.688em;}
.px12{font-size:0.75em;}
.stext,.px13{font-size:0.813em;}/**/
.px14{font-size:0.875em;}
.px15{font-size:0.938em;}/**/
p,.px16{font-size:1.0em;}
.px17{font-size:1.063em;}/**/
.px18{font-size:1.125em;}
.px19{font-size:1.188em;}
.px20{font-size:1.25em;}
.ltext,.px21{font-size:1.313em;}
.px22{font-size:1.375em;}
.px23{font-size:1.438em;}
.px24{font-size:1.5em;}
.px25{font-size:1.563em;}
.px26{font-size:1.625em;}
.px27{font-size:1.688em;}
.px28{font-size:1.75em;}
.px29{font-size:1.813em;}
.px30{font-size:1.875em;}
.px42{font-size:2.625em;}

/* 文字カラーセット */
.black {color:#000000;}
.gray {color:#808080;}
.white {color:#FFFFFF;}
.blue {color:#337ab7;}
.green {color:#008000;}
.yellow {color:#FFF100;}
.red {color:#CC0000;}
.pink {color:#FF33CC;}
.olive {color:#808000;}
.purple {color:#9933CC;}

.normal{font-weight: normal;}
.bold{font-weight: bold;}

/* 背景色カラーセット */
.bg-black {background:#000000;}
.bg-gray {background:#808080;}
.bg-white {background:#FFFFFF;}
.bg-blue {background:#0000FF;}
.bg-green {background:#008000;}
.bg-yellow {background:#FFF100;}
.bg-red {background:#CC0000;}
.bg-pink {background:#FF33CC;}
.bg-olive {background:#808000;}
.bg-purple {background:#9933CC;}
.bg-braun {background:#663300;}
.bg-brown{background:#813f09;}

/* マージン下なし */
.marginb0,.marginB0 {margin-bottom:0;}
/* マージン下5px */
.marginb5,.marginB5 {margin-bottom:5px;}
/* マージン下10px */
.marginb10,.marginB10 {margin-bottom:10px;}
/* マージン下20px */
.marginb20,.marginB20 {margin-bottom:20px;}
/* マージン下30px */
.marginb20,.marginB30 {margin-bottom:30px;}
/* マージン下40px */
.marginb20,.marginB40 {margin-bottom:40px;}
/* マージン0px */
.margin0 {margin:0;}
/* マージン上15px */
.marginT15 {margin-top:15px;}
/* マージン上20px */
.marginT20 {margin-top:20px;}
/* マージン上30px */
.marginT30 {margin-top:30px;}
/* マージン上40px */
.marginT40 {margin-top:40px;}
/* パディング0px */
.padding0 {padding:0;}
/* パディング上10px */
.paddingT10 {padding-top:10px;}
/* パディング上15px */
.paddingT15 {padding-top:15px;}
/* パディング上20px */
.paddingT20 {padding-top:20px;}
/* パディング左20px */
.paddingL20 {padding-left:20px;}
/* 文字間 */
.mojikan {letter-spacing:0.2em;}
/* 幅1000% */
.w100 {widht:100%;}

/* 中央寄せ */
.img-responsive-overwrite { margin: 0 auto;}

a.no_border,a.no_border:hover {text-decoration: none;}

/* 単独フロート解除 */
.clear { clear:both;}
.hide, .hidemedia{ display:none;}
.hidden {overflow:hidden;}

/* パネル要素追記 */
.panel-otherarea {
	border: 2px #BB916E solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	color: #775b44;
	border-radius: 0;
	padding: 10px 5px 0;
}

hr {
	border-top: 1px dashed #8c8b8b;
}

/* グーグルマップ・facebookなど */
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* 画像を半透明 */
.fade_img {
	-webkit-transition: 0.3s ease-in-out;  
	transition: 0.3s ease-in-out;  
}
.fade_img:hover {
	opacity: 0.7;  
	filter: alpha(opacity=60);  
}

/* -------------------------------------------------------------------
　ドロワーメニュー
---------------------------------------------------------------------- */

#header {
    z-index: 1;
}

.pure-toggle-label code {
    background-color: transparent;
    border-radius: 0;
    color: #89AE49;
    font-size: 90%;
    padding: 2px;
    vertical-align: top;
    margin-right:8px;
}

.pure-toggle-label {
    -moz-user-select: none;
    border: 2px solid #89AE49;
    border-radius: 4px;
    color: #6a8c56;
    height: 45px;
    top: 35px;
    width: auto;
    position: absolute;
    margin-botoom: 50px;
}

.pure-drawer {
  z-index: 5;
}
.pure-drawer ul {margin-top:25px;}
.pure-toggle-label .pure-toggle-icon, .pure-toggle-label .pure-toggle-icon::before, .pure-toggle-label .pure-toggle-icon::after {
    background: #89AE49 none repeat scroll 0 0;
    content: "";
    cursor: pointer;
    display: block;
    height: 4px;
    left: 50%;
    position: absolute;
    top: 50%;
    transition: all 500ms ease-in-out 0s;
    width: 25px;
}

.pure-toggle-label:hover {
    border-color: #97B049;
    color: #97B049;
    padding-bottom:-20px;
}

.pure-toggle-label .pure-toggle-icon {
    transform: translate3d(-50%, -2px, 0);
    -webkit-transform: translate3d(-50%, -2px, 0);
}
.pure-toggle[data-toggle='left']:checked ~ .pure-toggle-label[data-toggle-label='left'],
.pure-toggle[data-toggle='right']:checked ~ .pure-toggle-label[data-toggle-label='right'],
.pure-toggle[data-toggle='top']:checked ~ .pure-toggle-label[data-toggle-label='top'] {
    border-color: #89AE49;
    color: #89AE49;
}

/* -------- ハンバーガーメニュー -------- */
.hamburger {
    padding: 10px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}
.hamburger:hover {opacity: 0.9;}
.hamburger-box {
    width: 30px;
    height: 22px;
    display: inline-block;
    position: relative;
}
.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 28px;
    height: 2px;
    background-color: #89AE49;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}
.hamburger-inner::before {top: -10px;}
.hamburger-inner::after {bottom: -10px;}
.hamburger--elastic-r .hamburger-inner {
    top: 2px;
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
    top: 8px;
    transition: opacity 0.15s 0.4s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
    top: 16px;
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(-135deg);
    transition-delay: 0.1s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -16px, 0) rotate(270deg);
    transition-delay: 0.1s;
}

/*==================================================
=            Bootstrap 3 メディア・クエリ             =
==================================================*/
 
/*==========  モバイル・ファーストの場合  ==========*/
 
/* カスタム, iPhone Retinaディスプレイ */ 
@media only screen and (min-width : 320px) {
    
}
 
/* XSサイズ : Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
 
}
 
/* Sサイズ、タブレット : Small Devices, Tablets */
@media only screen and (min-width : 768px) {
.top img {
    width:50%;
    height:auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
} 
}
 
/* Mサイズ、デスクトップ : Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
.top img {
    width:80%;
    height:auto;
} 
 
}
 
/* Lサイズ、ワイドスクリーン : Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
 
}
 
 
/*==========  非モバイル・ファーストの場合  ==========*/
 
/* Lサイズ、ワイドスクリーン : Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
 
}
 
/* Mサイズ、デスクトップ : Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
 
}
 
/* Sサイズ、タブレット : Small Devices, Tablets */
@media only screen and (max-width : 768px) {
.container {width: 88%;}
.top img {
    width:50%;
    height:auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pure-toggle-label {
    top: 30px;
}
}
 
/* XSサイズ : Extra Small Devices, Phones */  
@media only screen and (max-width : 480px) {
.top img {width:75%;height:auto;display: block;margin:0;}
.pure-toggle-label {
    -moz-user-select: none;
    border: 2px solid #89AE49;
    border-radius: 4px;
    color: #6a8c56;
    height: 45px;
    top: 20px;
    width: 65px;
    position: absolute;
}

}
 
/* カスタム, iPhone Retinaディスプレイ */ 
@media only screen and (max-width : 320px) {
    
}
