@charset "UTF-8";
/*
Theme Name:STORY
Theme URI:
Description:okanoharaテーマ「STORY」
Author:Design Plus
Author URI:http://design-plus1.com/tcd-w/
Version:1.4.2
*/
/* --------------------------------------------------------------------------------
 web fonts　ウェブフォントファイルを変更した場合はv=1.0の数字を変更（キャッシュ対策）
-------------------------------------------------------------------------------- */
@font-face {
  font-family: "design_plus";
  src: url("fonts/design_plus.eot?v=1.0");
  src: url("fonts/design_plus.eot?v=1.0#iefix") format("embedded-opentype"), url("fonts/design_plus.woff?v=1.0") format("woff"), url("fonts/design_plus.ttf?v=1.0") format("truetype"), url("fonts/design_plus.svg?v=1.0#design_plus") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
font-family: KFhimaji ;
src: url("http://yuukari-s.jp/houjin/wp-content/appeal_kfhima/KFhimaji.woff") format("woff") ,
url("https://yuukari-s.jp/houjin/wp-content/appeal_kfhima/KFhimaji.woff2") format("woff2") ,
url("https://yuukari-s.jp/houjin/wp-content/appeal_kfhima/KFhimaji.ttf") format("ttf") ;
}

@font-face {
font-family: Huiji ;
src: url("http://yuukari-s.jp/houjin/wp-content/appeal_webfont/HuiFont29.woff") format("woff") ,
url("https://yuukari-s.jp/houjin/wp-content/appeal_webfont/HuiFont29.eot") format("eot") ,
url("https://yuukari-s.jp/houjin/wp-content/appeal_webfont/HuiFont29.woff2") format("woff2") ,
url("https://yuukari-s.jp/houjin/wp-content/appeal_webfont/HuiFont29.ttf") format("ttf") ;
}


/* ----------------------------------------------------------------------
ローディング画面
---------------------------------------------------------------------- */
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 1;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 230px;
  height: 233px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #009F53;
  z-index: 2;
}


/* ----------------------------------------------------------------------
 reset css
---------------------------------------------------------------------- */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table:not(.tinymce-table), caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, 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%;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a:focus {
  outline: none;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

button, input, select, textarea {
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
}

input, textarea {
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  -webkit-appearance: none;
  border-radius: 0;
  /* Removing the inner shadow, rounded corners on iOS inputs */
}

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

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

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

img {
  -ms-interpolation-mode: bicubic;
}

/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  font-size: 0.1em;
  line-height: 0;
  visibility: hidden;
  overflow: hidden;
}

.clearfix {
  display: inline-block;
}

/* exlude MacIE5 \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* end MacIE5 */
/* ----------------------------------------------------------------------
 基本設定
---------------------------------------------------------------------- */
body {
  -webkit-font-smoothing: antialiased;
  background: #fff;
  color: #666;
  line-height: 1;
}

a {
  color: #666;
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

input {
  border: 0;
  margin: 0;
  padding: 0;
}

p {
  font-size: 14px;
  line-height: 2.4;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none transparent;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

a,
a:before,
a:after,
input {
  -webkit-transition-property: background-color, color;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: background-color, color;
  -moz-transition-duration: 0.2s;
  -moz-transition-timing-function: ease;
  -o-transition-property: background-color, color;
  -o-transition-duration: 0.2s;
  -o-transition-timing-function: ease;
  transition-property: background-color, color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}

#infscr-loading {
  color: #525252;
  font-size: 14px;
  text-align: center;
  width: 100%;
}

#infscr-loading img {
  margin-right: 8px;
  vertical-align: middle;
}

#infscr-loading div {
  display: inline;
}

.cover {
  width: 100%;
  height: auto;
}

.clear {
  clear: both;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-auto {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
}

.flex-none {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

.items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.items-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  -ms-grid-row-align: stretch;
  align-items: stretch;
}

.self-stretch {
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.font-type1 {
  font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.font-type2 {
  font-family: "Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.font-type3 {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.hide {
  display: none;
}

.inner {
  margin: 0 auto 60px;
  max-width: 1150px;
}

.rich_font {
  font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-weight: 500;
}

.left-align {
  text-align: left;
}

.center {
  text-align: center;
}

.right-align {
  text-align: right;
}

.primary {
  width: 68.69565%;
}

.primary-full {
  width: 100%;
}

.secondary {
  width: 26.08696%;
  max-width: 300px;
    margin-top: 3%;
}

.trim {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 400px;
}
.trim img {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
}

/* ローディングアイコン */
#site-wrap {
  display: none;
}

#site-loader-overlay {
  background: #fff;
  opacity: 1;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
}

#site-loader-spinner {
  font-size: 10px;
  position: fixed;
  top: 50%;
  top: -webkit-calc(50% - 33px);
  top: calc(50% - 33px);
  top: calc(50% - 33px);
  left: 50%;
  left: -webkit-calc(50% - 33px);
  left: calc(50% - 33px);
  left: calc(50% - 33px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: loading-anime 1.1s infinite linear;
  animation: loading-anime 1.1s infinite linear;
}

#site-loader-spinner,
#site-loader-spinner:after {
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

@-webkit-keyframes loading-anime {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading-anime {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* アイコンフォント */
.icon-arrow-right:before {
  content: "\e910";
}

/* keyframes */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes imageAnimation03 {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  5% {
    visibility: visible;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes imageAnimation03 {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  5% {
    visibility: visible;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ----------------------------------------------------------------------
 アイキャッチ画像
---------------------------------------------------------------------- */
/* ズーム */
.thumbnail01 {
  overflow: hidden;
}
.thumbnail01 img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(1);
  -webkit-transition: all 0.75s ease;
  -moz-transform: scale(1);
  -moz-transition: all 0.75s ease;
  -ms-transform: scale(1);
  -ms-transition: all 0.75s ease;
  -o-transform: scale(1);
  -o-transition: all 0.75s ease;
  transform: scale(1);
  transition: all 0.75s ease;
}

/* スライド */
.thumbnail02 {
  overflow: hidden;
}
.thumbnail02 img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: opacity, translate3d;
  -webkit-transition: 0.5s;
  -moz-transition-property: opacity, translate3d;
  -moz-transition: 0.5s;
  -ms-transition-property: opacity, translate3d;
  -ms-transition: 0.5s;
  -o-transition-property: opacity, translate3d;
  -o-transition: 0.5s;
  transition-property: opacity, translate3d;
  transition: 0.5s;
}
.thumbnail02 img:hover, a:hover .thumbnail02 img {
  -webkit-transform: scale(1.3) translate3d(0, 0, 0);
  -moz-transform: scale(1.3) translate3d(0, 0, 0);
  -ms-transform: scale(1.3) translate3d(0, 0, 0);
  -o-transform: scale(1.3) translate3d(0, 0, 0);
  transform: scale(1.3) translate3d(0, 0, 0);
}



/* フェード */
.thumbnail03 img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: opacity;
  -webkit-transition: .5s;
  -moz-transition-property: opacity;
  -moz-transition: .5s;
  -ms-transition-property: opacity;
  -ms-transition: .5s;
  -o-transition-property: opacity;
  -o-transition: .5s;
  transition-property: opacity;
  transition: .5s;
}
.thumbnail03 img:hover, a:hover .thumbnail03 img {
  opacity: .5;
}

/* ----------------------------------------------------------------------
 カラムレイアウト
---------------------------------------------------------------------- */
/* column-layout01 */
.column-layout01 {
  margin: 100px 0;
  width: 100%;
}

.column-layout01-item {
  float: left;
  width: 47.82609%;
}
.column-layout01-item:nth-of-type(odd) {
  margin-right: 2.17391%;
}
.column-layout01-item:nth-of-type(even) {
  margin-left: 2.17391%;
}

.column-layout01-title {
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 1em;
}

.column-layout01-image {
  width: 100%;
  height: auto;
}

/* column-layout02 */
.column-layout02 {
  background: #f6f6f6;
}

.column-layout02-inner {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 35px 0 0;
    width: 1150px;
}

.column-layout02-item {
  float: left;
  margin-left: 3.04348%;
  width: 31.30435%;
}
.column-layout02-item:first-of-type {
  margin: 0;
}

.column-layout02-image {
  width: 100%;
  height: auto;
}

.column-layout02-title {
  font-size: 24px;
  line-height: 1.6;
  margin: 24px 0 14.2px;
  text-align: center;
}

.column-layout02-text {
  line-height: 2.4;
}

/* column-layout03 */
.column-layout03 {
  /*background: #f6f6f6;*/
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.column-layout03-item {
  box-sizing: border-box;
  width: 50%;
  vertical-align: middle;
  /*  height: 420px;*/
}

.column-layout03-title {
  font-size: 24px;
  line-height: 1.6;
  margin: 0 auto;
  margin-bottom: 1em;
  width: 426px;
}

.column-layout03-text {
  margin: 0 auto;
max-width: 426px;
}

.column-layout03-image {
  height: auto;
  width: 100%;
}

/* column-layout04 */
.column-layout04 {
  margin: 90px 0;
  width: 100%;
}

.column-layout04-item {
  width: 47.82609%;
}
.column-layout04-item:nth-of-type(odd) {
  float: left;
}
.column-layout04-item:nth-of-type(even) {
  float: right;
}

.column-layout04-image {
  width: 100%;
  height: auto;
}

.column-layout04-title {
  font-size: 24px;
  line-height: 1.6;
  margin: 1.36667em 0 0.95833em;
  text-align: center;
}

.column-layout04-text {
  line-height: 2.4;
}

/* column-layout05 */
.column-layout05 {
  margin: 35px auto 100px;
  width: 1150px;
}

.column-layout05-item {
  float: left;
  width: 47.82609%;
}
.column-layout05-item:nth-of-type(odd) {
  margin-right: 2.17391%;
}
.column-layout05-item:nth-of-type(even) {
  margin-left: 2.17391%;
}

.column-layout05-title {
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 1em;
}

/* ----------------------------------------------------------------------
 記事一覧
---------------------------------------------------------------------- */
/* article01 */
.article01 {
  line-height: 1.8;
  margin: 0 1.875% 30px 0;
  width: 23.59375%;
}
.article01:nth-of-type(4n) {
  margin-right: 0;
}

.article01-thumbnail {
  display: block;
  margin-bottom: 16px;
  overflow: hidden;
}
.article01-thumbnail img {
  width: 100%;
  height: auto;
}

/* article02 */
.article02 {
  margin-bottom: 48px;
  width: 47.82609%;
}
.article02:nth-of-type(odd) {
  margin-right: 2.17391%;
}
.article02:nth-of-type(even) {
  margin-left: 2.17391%;
}

.article02-thumbnail {
  float: left;
  width: 29.09091%;
}
.article02-thumbnail img {
  width: 100%;
  height: auto;
}

.article02-content {
  float: right;
  font-size: 14px;
  width: 66.36364%;
}

.article02-date {
  font-weight: bold;
  display: block;
  line-height: 1.5;
  margin-bottom: .5em;
}

.article02-title {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: .5em;
}

.article02-text {
  line-height: 1.8;
}

/* article03 */
.article03 {
    /* background: #f6f6f6; */
    margin: 0 10px 35px 0;
    border: solid 2px #ddd;
    width: calc((100% - 30px) / 4);
    box-sizing: border-box;
}
.article03:nth-of-type(4n) {
  margin-right: 0;
}
.article03 > a {
  height: 100%;
}

.article03-thumbnail {
  width: 100%;
}
.article03-thumbnail img {
  width: 100%;
  height: auto;
}

.article03-content {
  box-sizing: border-box;
  padding: 20px 30px;
}

.article03-title {
  font-size: 16px;
  line-height: 1.6;
  overflow: hidden;
  margin-bottom: 15.4px;
  transition-property: color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  height: 50px;
}
@media only screen and (max-width: 1199px) {
  .article03-title {
    height: 75px;
  }
}

.article03-meta {
  line-height: 1.6;
}

.article03-date {
  font-size: 12px;
  vertical-align: middle;
}
.article03-date + .article03-category:before {
  content: "|";
  padding: 0 .5em;
}

.article03-category-item {
  font-size: 12px;
  vertical-align: middle;
}
.article03-category-item:hover {
  text-decoration: underline;
}

/* article04 */
.article04 {
  background: #f6f6f6;
  margin-bottom: 32px;
}

.article04-thumbnail {
  float: left;
  width: 24.34783%;
}
.article04-thumbnail img {
  width: 100%;
  height: auto;
}

.article04-content {
  box-sizing: border-box;
  float: left;
  padding: 3.47826% 4.34783%;
  width: 75.65217%;
}

.article04-date {
  display: block;
  font-size: 14px;
  margin-bottom: 1em;
}

.article04-title {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: .5em;
  transition-property: color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}

.article04-text {
  line-height: 2.4;
}

/* article05 */
.article05 {
  background: #fff;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 2px solid #eee;
  box-sizing: border-box;
  transition-property: background;
  transition: 0.2s;
  width: 25%;
}
.article05:hover {
  background: #f6f6f6;
}
.article05 a {
  height: 100%;
}

.article05-thumbnail {
  width: 100%;
}
.article05-thumbnail img {
  width: 100%;
  height: auto;
}

.article05-content {
  padding: 20px 30px;
}

.article05-title {
  font-size: 16px;
  height: 54px;
  line-height: 1.7;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1200px) {
  .article05-title {
    height: 81px;
  }
}

.article05-date {
  font-size: 12px;
}
.article05-date + .article05-category:before {
  content: "|";
  margin: 0 .5em;
}

.article05-category {
  font-size: 12px;
}

.article05-category-item {
  font-size: 12px;
  vertical-align: middle;
}
.article05-category-item:hover {
  text-decoration: underline;
}

/* article06 */
.article06 {
  float: left;
  position: relative;
  width: 25%;
}
.article06 a {
  display: block;
  overflow: hidden;
}
.article06 a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-property: background-color;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
}
.article06 img {
  display: block;
  vertical-align: top;
  width: 100%;
  height: auto;
}

.article06-content {
  box-sizing: border-box;
  opacity: 0;
  padding: 0 40px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transition-property: opacity, transform;
  -webkit-transition: 1s;
  -moz-transition-property: opacity, transform;
  -moz-transition: 1s;
  -ms-transition-property: opacity, transform;
  -ms-transition: 1s;
  -o-transition-property: opacity, transform;
  -o-transition: 1s;
}
.article06:hover .article06-content {
  opacity: 1;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.article06-title {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: .5em;
}

.article06-date + .article06-category:before {
  content: "|";
  margin: 0 .5em;
}

.article06-category-item {
  vertical-align: top;
}
.article06-category-item:hover {
  text-decoration: underline;
}

/* article07 */
.article07 {
  border: 1px solid #ddd;
  border-top: 0;
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.article07:last-child {
  margin-bottom: 50px;
}
.article07 a {
  display: block;
  padding: 15px;
}

.article07-thumbnail {
  display: table-cell;
  width: 225px;
}
.article07-thumbnail img {
  width: 100%;
  height: auto;
}

.article07-content {
  display: table-cell;
  padding: 0 40px;
  text-align: left;
  vertical-align: middle;
}

.article07-meta {
  margin-bottom: .5em;
}

.article07-title {
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
  transition-property: color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}

/* デザインされた記事一覧 */
.styled-post-list1 li {
  line-height: 1.4;
  margin-bottom: 30px;
  padding: 0;
}
.styled-post-list1 li:last-child {
  margin-bottom: 0;
}

.styled-post-list1-thumbnail {
  display: block;
  float: left;
  margin-right: 6.66667%;
  width: 40%;
}
.styled-post-list1-thumbnail img {
  width: 100%;
  height: auto;
}

.styled-post-list1-thumbnail ~ .styled-post-list1-meta {
  float: left;
  width: 53.33333%;
}

.styled-post-list1-date {
  display: block;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 1em;
}

.styled-post-list1-title {
  font-size: 14px;
  line-height: 1.8;
}

/* ----------------------------------------------------------------------
 検索
---------------------------------------------------------------------- */
.search-form {
  position: relative;
  width: 100%;
}

.search-field {
  background: #eee;
  border: 1px solid #cfcfcf;
  border-right: none;
  box-shadow: 1px -1px 3px 0px #ddd inset;
  box-sizing: border-box;
  font-size: 14px;
  padding: 0 10px;
  width: calc(100% - 33px);
  height: 33px;
}

.search-submit {
  background: #222;
  color: #fff;
  cursor: pointer;
  font-family: "design_plus";
  overflow: hidden;
  position: absolute;
  width: 33px;
  height: 33px;
}

/* ----------------------------------------------------------------------
 広告
---------------------------------------------------------------------- */
.advertisement img {
  max-width: 100%;
  height: auto;
}

/* ----------------------------------------------------------------------
 コンテンツ
---------------------------------------------------------------------- */
/* content01 */
.content01 {
  margin: -10px 0;
}

.content01-title {
  font-size: 42px;
  line-height: 1.4;
  margin-bottom: 15px;
  text-align: center;
}

.content01-text {
  text-align: center;
}

/* content02 */
.content02 {
  width: 100%;
}

.content02-inner {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 76px 0 100px;
  width: 1150px;
}

.content02-item {
  color: #fff;
  float: left;
  margin-left: 3.04348%;
  padding-bottom: calc(2em + 50px);
  position: relative;
  width: 31.30435%;
}

.content02-item:first-of-type {
  margin: 0;
}

.content02-title {
  color: #fff;
  font-size: 32px;
  line-height: 2.2;
  margin-bottom: .5em;
  text-align: center;
}

.content02-text {
  color: #fff;
  line-height: 2.4;
}

.content02-button {
  background: #fff;
  box-sizing: border-box;
  display: block;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
}
.content02-button:hover {
  color: #fff;
}

/* content03 */
.content03 {
  margin: 92.2px 0 90px;
}

.content03-title {
  font-size: 26px;
  line-height: 1.6;
  margin-bottom: 1em;
  text-align: center;
}

.content03-text {
  margin: 0 auto;
  width: 700px;
}

/* content04 */
.content04 {
  background: #f6f6f6;
  box-sizing: border-box;
  margin: 100px auto;
  padding: 50px;
  width: 1150px;
}

.content04-item {
  box-sizing: border-box;
  float: left;
  width: 490px;
}
.content04-item:nth-of-type(odd) {
  margin-right: 35px;
}
.content04-item:nth-of-type(even) {
  margin-left: 35px;
}

.content04-title {
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 1em;
  text-align: center;
}

.content04-text {
  font-size: 14px;
  line-height: 2.4;
}
.content04-text dt, .content04-text dd {
  display: inline-block;
	vertical-align: top;
}
.content04-text dt {
  margin-right: 1em;
}

/* ----------------------------------------------------------------------
 セレクトボックス
---------------------------------------------------------------------- */
.select {
  position: relative;
}
.select:after {
  content: "\e90e";
  font-family: "design_plus";
  display: inline-block;
  margin: auto;
  position: absolute;
  top: -100%;
  bottom: -100%;
  right: 15px;
  width: 14px;
  height: 14px;
}
.select select {
  background: linear-gradient(#fff, #f3f3f3) !important;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #666;
  font-size: 14px;
  padding: 15px 17px;
  width: 100%;
}

/* ----------------------------------------------------------------------
 タブ
---------------------------------------------------------------------- */
.tab {
  font-size: 0;
  margin: 0 auto;
  text-align: center;
  padding: 15px 0;
  width: 1156px;
}
.tab li {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  line-height: 50px;
  width: 230px;
  height: 50px;
  vertical-align: middle;
}
.tab li:nth-child(5n) ~ li {
  border-top: none;
}
.tab li:nth-child(5n+1) {
  border-left: 1px solid #ddd;
}
.tab li.current-menu-item a {
  background: #f6f6f6;
}
.tab li a {
  background: #fff;
  font-size: 14px;
  display: block;
  height: 100%;
  overflow: hidden;
}
.tab li a:hover {
  background: #f6f6f6;
}

/* ----------------------------------------------------------------------
 フェードエフェクト
---------------------------------------------------------------------- */
.fade01 {
  opacity: 0;
  -webkit-transform: translate(0, 60px);
  -webkit-transition: 1s;
  -moz-transform: translate(0, 60px);
  -moz-transition: 1s;
  -ms-transform: translate(0, 60px);
  -ms-transition: 1s;
  -o-transform: translate(0, 60px);
  -o-transition: 1s;
  transform: translate(0, 60px);
  transition: 1s;
}

.fade02 {
  opacity: 1.0;
  -webkit-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  transform: translate(0, 0);
}

/* ----------------------------------------------------------------------
 ページネーション
---------------------------------------------------------------------- */
/* nav-links01 */
.nav-links01 {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  display: table;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 50px;
  width: 100%;
}

.nav-links01-previous,
.nav-links01-next {
  display: table-cell;
  margin-left: -1px;
  vertical-align: middle;
  position: relative;
  width: 50%;
}

.nav-links01-previous a,
.nav-links01-next a {
  box-sizing: border-box;
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}
.nav-links01-previous a:hover:before, .nav-links01-previous a:hover:after,
.nav-links01-next a:hover:before,
.nav-links01-next a:hover:after {
  color: #666;
}

.nav-links01-previous a {
  padding: 35px 40px 35px 60px;
}
.nav-links01-previous a:before {
  content: "\e90f";
  font-family: "design_plus";
  font-size: 18px;
  margin-top: -1em;
  position: absolute;
  top: 50%;
  left: 0;
}

.nav-links01-next a {
  padding: 35px 60px 35px 40px;
}
.nav-links01-next a:after {
  content: "\e910";
  font-family: "design_plus";
  font-size: 18px;
  margin-top: -1em;
  position: absolute;
  top: 50%;
  right: 0;
}

.nav-links01-previous + .nav-links01-next {
  border-left: 1px solid #ddd;
}

/* nav-links02 */
.nav-links02 {
  font-size: 14px;
  margin: 90px 0 100px;
  text-align: center;
}

.nav-links02-previous,
.nav-links02-next {
  display: inline-block;
  line-height: 55px;
  margin: 0 7.5px;
  position: relative;
  width: 230px;
  height: 55px;
}
.nav-links02-previous a,
.nav-links02-next a {
  color: #fff;
  display: block;
}

.nav-links02-previous a::before {
  color: #fff;
  content: "\e90f";
  display: inline-block;
  font-family: "design_plus";
  font-size: 18px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
}

.nav-links02-next a::after {
  color: #fff;
  content: "\e910";
  font-family: "design_plus";
  font-size: 18px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
}

/* ----------------------------------------------------------------------
 ボタン
---------------------------------------------------------------------- */
.button {
  font-size: 14px;
  margin: 60px 0;
  text-align: center;
}
.button a {
    color: #000;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    width: 200px;
    font-size: 17px;
    border: solid;
}

/* ----------------------------------------------------------------------
 見出し
---------------------------------------------------------------------- */
.headline-bar {
  box-sizing: border-box;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  margin: 50px 0 34px;
  padding: 20px 25px;
  position: relative;
  width: 100%;
}
.headline-bar h3 {
  font-weight: normal;
}

.headline-link {
  color: #fff;
  display: block;
  font-size: 14px;
  margin-top: -.5em;
  position: absolute;
  top: 50%;
  right: 25px;
}
.headline-link:after {
  content: "\e910";
  color: inherit;
  font-size: 18px;
  font-family: "design_plus";
  margin-left: .5em;
  vertical-align: middle;
  -webkit-transition-property: none;
  transition-property: none;
}

.headline-primary {
  font-size: 42px;
  line-height: 1.4;
  margin: 100px 0 30px;
  text-align: center;
}

/* ----------------------------------------------------------------------
 リスト
---------------------------------------------------------------------- */
.list-group {
  border: 1px solid #ddd;
  border-bottom: none;
}
.side_widget .headline-bar + .list-group {
  border-top: none;
}

.side_widget .headline-bar:nth-child(1){
margin: 0 !important;
}

.list-group li {
  background: #fff;
  border-bottom: 1px solid #ddd;
}
.side_widget .list-group li {
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}
.list-group a {
  display: block;
  padding: 20px 25px;
}
.list-group a:hover {
  background: #f6f6f6;
}

/* ----------------------------------------------------------------------
 Google Maps
---------------------------------------------------------------------- */
.google-maps {
  width: 100%;
  height: 440px;
}

/* ----------------------------------------------------------------------
 アーカイブ
---------------------------------------------------------------------- */
.load-post {
  height: 50px;
  line-height: 50px;
  margin: 60px auto;
  text-align: center;
  width: 200px;
}
.load-post a {
  background: #ccc;
  color: #fff;
  display: block;
}

/* ----------------------------------------------------------------------
 記事
---------------------------------------------------------------------- */
.post-content {
  overflow: hidden;
}

.post-header {
  margin: 90px auto 60px;
  text-align: center;
display: none;
}

.post-title {
  font-size: 42px;
  line-height: 1.4;
}

.post-date {
  font-size: 14px;
  vertical-align: middle;
}
.post-date + .post-category:before {
  content: "|";
  padding: 0 .5em;
}

.post-category {
  font-size: 12px;
  vertical-align: middle;
}

.post-thumbnail {
  margin-bottom: 50px;
  text-align: center;
}
.post-thumbnail img {
  max-width: 100%;
  height: auto;
}

.post-content p {
  font-size: inherit;
  margin: 0em 0;
}

.post-meta-box {
  background: #fafafa;
  margin: 0 0 40px;
  padding: 25px;
}

.post-meta-box-item {
  border-right: 1px solid #ddd;
  display: inline;
  font-size: 12px;
  line-height: 1.8;
  margin-right: 10px;
  padding: 0 15px 0 20px;
  position: relative;
}
.post-meta-box-item:last-child {
  border-right: none;
}
.post-meta-box-item:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #aaa;
  display: block;
  font-family: "design_plus";
  position: absolute;
  font-size: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.post-meta-box-author:before {
  content: "\e90d";
}

.post-meta-box-category:before {
  content: "\e92f";
}

.post-meta-box-tag:before {
  content: "\e935";
}

.post-meta-box-comment:before {
  content: "\e916";
  font-size: 16px;
}

/* ページリンク */
.page-links {
  font-size: 12px;
  margin-bottom: 2em;
}
.page-links a {
  background: #eee;
  display: inline-block;
  line-height: 35px;
  margin-right: 5px;
  width: 35px;
  height: 35px;
  text-align: center;
}
.page-links a:hover {
  color: #fff !important;
}
.page-links > span {
  color: #fff;
  display: inline-block;
  line-height: 35px;
  margin-right: 5px;
  text-align: center;
  width: 35px;
  height: 35px;
}
.page-links .page-links-title {
  background: transparent;
  color: #666;
  display: block;
  text-align: left;
  width: auto;
  height: auto;
}

/* 広告 */
#single_banner_area {
  margin: 0 0 50px;
  text-align: center;
}

#single_banner_area .single_banner_left {
  display: inline-block;
  margin: 0 10px 0 0;
}

#single_banner_area .single_banner_right {
  display: inline-block;
  margin: 0 0 0 10px;
}

#single_banner_area img {
  max-width: 100%;
  height: auto;
  display: block;
}

#single_banner_area.one_banner .single_banner_left {
  float: none;
  margin: 0 auto;
}

#single_banner_area.one_banner img {
  margin: 0 auto;
}

/* 広告（ページ下部） */
#single_banner_area_bottom {
  margin: 0 0 50px;
  text-align: center;
}

#single_banner_area_bottom .single_banner_left {
  display: inline-block;
  margin: 0 10px 0 0;
}

#single_banner_area_bottom .single_banner_right {
  display: inline-block;
  margin: 0 0 0 10px;
}

#single_banner_area_bottom img {
  max-width: 100%;
  height: auto;
  display: block;
}

#single_banner_area_bottom.one_banner .single_banner_left {
  float: none;
  margin: 0 auto;
}

#single_banner_area_bottom.one_banner img {
  margin: 0 auto;
}

/* 広告（ショートコードver） */
#single_banner_area2 {
  margin: 0 0 30px 0;
  text-align: center;
}

#single_banner_area2 .single_banner_left {
  display: inline-block;
  margin: 0 10px 0 0;
}

#single_banner_area2 .single_banner_right {
  display: inline-block;
  margin: 0 0 0 10px;
}

#single_banner_area2 img {
  max-width: 100%;
  height: auto;
  display: block;
}

#single_banner_area2.one_banner .single_banner_left {
  float: none;
  margin: 0 auto;
}

#single_banner_area2.one_banner img {
  margin: 0 auto;
}

/* ----------------------------------------------------------------------
 ギャラリー
---------------------------------------------------------------------- */
.gallery-category {
  background: #f6f6f6;
}

.archive-gallery {
  background: #eee;
  padding-bottom: 150px;
}
.archive-gallery .page-navi {
  text-align: center;
}
.archive-gallery .article05.active {
  -webkit-animation: imageAnimation03 1.25s ease forwards;
  animation: imageAnimation03 1.25s ease forwards;
}

.gallery {
  background: #f6f6f6;
  box-sizing: border-box;
  padding: 60px;
  margin: 0 auto;
}
.gallery img {
  vertical-align: middle;
}

.gallery01 {
  margin: 0 auto;
  margin-bottom: 3px;
  width: calc(100% - 70px);
}
.gallery01 .slick-list {
  margin-left: -3px;
  position: relative;
  z-index: 1;
}
.gallery01 .slick-arrow {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #000;
  transition-property: background;
  transition: 0.35s;
  width: 35px;
  height: 100%;
  z-index: 2;
}
.gallery01 .slick-arrow:focus {
  background: #000;
}
.gallery01 .slick-arrow:before {
  color: #fff;
  font-family: "design_plus";
  font-size: 18px;
}
.gallery01 .slick-prev {
  color: #fff;
  left: -35px;
}
.gallery01 .slick-prev:before {
  content: "\e90f";
  opacity: 1;
}
.gallery01 .slick-next {
  color: #fff;
  right: -35px;
}
.gallery01 .slick-next:before {
  content: "\e910";
  opacity: 1;
}

.gallery01-item {
  opacity: 1;
  overflow: hidden;
  position: relative;
  height: 72px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -ms-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
  z-index: 10;
}
.gallery01-item:hover {
  opacity: .5;
}
.gallery01-item img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
  width: auto;
  height: auto;
  z-index: 10;
}

.gallery01-item-inner {
  background: #eaeaea;
  border-left: 3px solid #fff;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 100%;
}

.gallery02 .gallery02-item {
  background: #eaeaea;
  position: relative;
  width: 1030px;
  height: 710px;
}
.gallery02 .gallery02-item img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.gallery02 .slick-arrow {
  text-align: center;
}
.gallery02 .slick-arrow:hover:before {
  color: #000;
}
.gallery02 .slick-arrow:before {
  color: #aaa;
  font-family: "design_plus";
  font-size: 18px;
  opacity: 1;
  -webkit-transition: color .25s ease-in-out;
  -moz-transition: color .25s ease-in-out;
  -ms-transition: color .25s ease-in-out;
  -o-transition: color .25s ease-in-out;
  transition: color .25s ease-in-out;
}
.gallery02 .slick-prev {
  left: -40px;
}
.gallery02 .slick-prev:before {
  content: "\e90f";
}
.gallery02 .slick-next {
  right: -40px;
}
.gallery02 .slick-next:before {
  content: "\e910";
}
.gallery02 img {
  width: 100%;
  height: auto;
}

/* ----------------------------------------------------------------------
 ニュース
---------------------------------------------------------------------- */
.archive-news {
  margin: 100px 0;
}
.archive-news .article04.active {
  -webkit-animation: fadeIn 0.65s ease forwards;
  animation: fadeIn 0.65s ease forwards;
}

.headline-news-list {
  margin-bottom: 0;
  text-align: left;
}

/* ----------------------------------------------------------------------
 ブログアーカイブ
---------------------------------------------------------------------- */
.archive-header {
  margin: 90px 0 70px;
}

.archive-title {
  font-size: 42px;
  line-height: 1.4;
  margin-bottom: 15px;
  text-align: center;
}

.archive-text {
  text-align: center;
}

.article03.active {
  -webkit-animation: fadeIn 0.65s ease forwards;
  animation: fadeIn 0.65s ease forwards;
}

/* ----------------------------------------------------------------------
 トップページ
---------------------------------------------------------------------- */
@-webkit-keyframes imageAnimation01 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@-webkit-keyframes imageAnimation02 {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes imageAnimation01 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes imageAnimation02 {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* スライダー */
.top-slider {
  height: calc(100vh - 100px);
}
.top-slider a {
  display: block;
}
.top-slider span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.top-slider span {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
}

.top-slider-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.header-bar-fixed ~ .top-slider-wrapper {
  margin-top: 100px;
}
.admin-bar .header-bar-fixed ~ .top-slider-wrapper {
  margin-top: 68px;
}

.top-slider-item {
  display: none;
}
.top-slider-item:nth-of-type(1) {
  display: block;
}
.top-slider-item:nth-of-type(1) span {
  -webkit-animation: imageAnimation01 10s linear infinite 0s;
  animation: imageAnimation01 10s linear infinite 0s;
}
.top-slider-item:nth-of-type(2) span {
  -webkit-animation: imageAnimation02 10s linear infinite 0s;
  animation: imageAnimation02 10s linear infinite 0s;
}
.top-slider-item:nth-of-type(3) span {
  -webkit-animation: imageAnimation02 10s linear infinite 0s;
  animation: imageAnimation01 10s linear infinite 0s;
}
.top-slider-item:only-child span {
  -webkit-animation: none;
  animation: none;
}

.top-slider-nav {
  position: absolute;
  bottom: 30px;
  text-align: center;
  width: 100%;
  z-index: 9;
}
.top-slider-nav li {
  display: inline-block;
}
.top-slider-nav li:not(:first-child) {
  margin-left: 12px;
}
.top-slider-nav a {
  background: #fff;
  border-radius: 50%;
  display: block;
  width: 12px;
  height: 12px;
}

.top-slider-content {
  border-radius: 50%;
  margin: auto;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  table-layout: fixed;
  vertical-align: middle;
  z-index: 9;
}

.top-slider-content-inner {
  /*background: #fff;*/
  display: table-cell;
  text-align: center;
  transition-property: background;
  transition: .5s;
  vertical-align: middle;
  word-wrap: break-word;
}
.top-slider-content-inner:hover {
  background: none;
opacity: 0.8;
}
.top-slider-content-inner:after {
  content: "\e90e";
  font-family: "design_plus";
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 45px;
  width: 17px;
  height: 17px;
}

.top-slider-logo {
  line-height: 1;
  margin-bottom: 20px;
}

.top-slider-text {
  line-height: 1.6;
}

/* 動画 */
.header-video {
  background: #000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: calc(100vh - 100px);
}

.header-video-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.header-youtube {
  background: #000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100vh - 100px);
  position: relative;
  width: 100%;
  height: 100vh;
}

.header-youtube-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.top-news {
  margin-bottom: -48px;
}

.top-blog {
  margin-bottom: -10px;
}

/* ----------------------------------------------------------------------
 ヘッダー
---------------------------------------------------------------------- */
.header {
    position: relative;
}

.header-bar {
  height: 100px;
  width: 100%;
}

.header-bar-inner {
    margin: 0 auto;
}

.header-bar-fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 9999;
}

/* ロゴ */
.logo {
  font-size: 26px;
  height: 100px;
  overflow: hidden;
  width: 350px;
}

.logo-text {
  display: table;
  float: left;
  table-layout: fixed;
  word-wrap: break-word;
}
.logo-text a {
  display: table-cell;
  vertical-align: middle;
}

.logo-image {
    position: absolute;
    top: 28px;
    left: 9%;
}

/* グローバルメニュー */
.global-nav {
  float: right;
    font-size: 15px;
    font-weight: bold;
}
.global-nav .menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  visibility: visible;
}
.global-nav .child-menu-button {
  display: none;
}
.global-nav .sub-menu {
  line-height: 1.5;
    color: #fff;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform: translate(0, 25%);
  -webkit-transition-property: opacity, transform;
  -webkit-transition: .5s;
  -moz-transform: translate(0, 25%);
  -moz-transition-property: opacity, transform;
  -moz-transition: .5s;
  -ms-transform: translate(0, 25%);
  -ms-transition-property: opacity, transform;
  -ms-transition: .5s;
  -o-transform: translate(0, 25%);
  -o-transition-property: opacity, transform;
  -o-transition: .5s;
  transform: translate(0, 25%);
  transition-property: opacity, transform;
  transition: .5s;
  visibility: hidden;
  z-index: 99;
}
.global-nav .sub-menu .menu-item-has-children:after {
  border-color: transparent transparent transparent #ffffff;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 0;
  height: 0;
}
.global-nav .sub-menu li {
  position: relative;
}
.global-nav .sub-menu a {
  background: #c5b8a9;
  box-sizing: border-box;
  color: #fff;
  display: block;
  padding: 12px 20px;
  width: 210px;
}
.global-nav .sub-menu a:hover {
  color: #fff;
}
.global-nav .sub-menu ul {
  top: 0;
  left: 100%;
}
.global-nav > ul > li {
  float: left;
  position: relative;
    font-weight: 400;
}
.global-nav > ul > li > a {
  line-height: 100px;
padding: 0 15px;
}
.global-nav a {
  display: block;
}

/* ヘッダー画像 */
.signage {
  background-color: #eaeaea;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: table;
  height: 360px;
  position: relative;
  width: 100%;
}
.header-bar-fixed ~ .signage {
  margin-top: 100px;
}
.admin-bar .header-bar-fixed ~ .signage {
  margin-top: 68px;
}

.signage-content {
  -webkit-animation: fadeIn 1s ease 2.5s;
  -moz-animation: fadeIn 1s ease 2.5s;
  -ms-animation: fadeIn 1s ease 2.5s;
  -o-animation: fadeIn 1s ease 2.5s;
  animation: fadeIn 1s ease 2.5s;
  animation-fill-mode: both;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.signage-title {
  margin-bottom: 15px;
}

/* パンくずリンク */
.breadcrumb {
  font-size: 14px;
  height: 55px;
  line-height: 55px;
margin: 0 5%;
}
.breadcrumb .home a:before {
  content: "\e90c";
  font-family: "design_plus";
}
.breadcrumb li {
  float: left;
}
.breadcrumb .home span {
	display: none;
}
.breadcrumb li:after {
  content: "\e910";
  font-family: "design_plus";
  font-size: 9px;
  margin: 0 1em;
}
.breadcrumb li:last-child:after {
	display: none;
}

.breadcrumb-wrapper {
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

/* ----------------------------------------------------------------------
 サイドコンテンツ
---------------------------------------------------------------------- */
.side_widget {
  font-size: 12px;
  position: relative;
}
.side_widget:first-child {
  margin-top: 0;
margin-bottom: -1px;
}
.side_widget:first-child.side_widget.ad_widget {
  margin-top: 0;
}
.side_widget:first-child .headline-bar {
  margin-top: 0;
}
.side_widget .headline-bar {
  margin-bottom: 30px;
background-color: #000;
}
.side_widget.ad_widget {
  margin-top: 50px;
}

.tcdw_archive_list_widget {
  margin: 50px 0 35px;
}

.google_search_widget {
  margin: 35px 0;
}

/* .side_widget:last-child, .side_widget:only-child { margin:0; } */
.side_widget ul {
  margin: 20px 0;
}

.side_widget li {
  line-height: 200%;
  margin: 0 0 10px 0;
}

.side_widget li ul {
  margin: 10px 0 0 0;
}

.side_widget li li {
  padding: 0;
}

.side_widget li li:last-of-type {
  margin: 0;
}

.side_widget img {
  height: auto;
  max-width: 100%;
}

.side_headline {
  background: #222;
  color: #fff;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  margin: 0 0 20px 0;
  padding: 0 20px;
  font-size: 14px;
  font-weight: bold;
}

/* banner */
.ml_ad_widget {
  border: none;
  padding: 0;
  background: none;
}

.ml_ad_widget img {
  height: auto;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  display: block;
}

/* category */
.tcdw_category_list_widget .children {
  border-top: 1px solid #ddd;
  margin-top: 0;
}
.tcdw_category_list_widget .children li:last-child {
  border-bottom: none;
}

/* calendar */
#wp-calendar {
  margin: 0 auto;
  width: 100%;
  font-size: 11px;
  border-collapse: separate;
  table-layout: fixed;
}

#wp-calendar th, #wp-calendar td {
  padding: 2px;
  line-height: 340%;
  text-align: center;
}

#wp-calendar td a {
  display: block;
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: #333;
  background-color: #eee;
}

#wp-calendar td a:hover {
  text-decoration: none;
  color: #fff;
  background: #ccc;
}

#wp-calendar caption {
  color: #fff;
  padding: 7px 0;
}

#wp-calendar thead th, #wp-calendar tfoot td {
  border: none;
  padding: 0;
  line-height: 200%;
}

#wp-calendar #prev, #wp-calendar #next {
  line-height: 300%;
}

#wp-calendar #prev a, #wp-calendar #next a {
  text-decoration: none;
  background: none;
  color: #fff;
}

#wp-calendar #prev a:hover, #wp-calendar #next a:hover {
  color: #fff;
  background: #ccc;
}

#wp-calendar td#today {
  font-weight: bold;
}

/* collapse category list */
.side_widget.tcdw_category_list_widget .side_headline {
  margin-bottom: 0;
}

.collapse_category_list {
  border-bottom: 1px solid #ccc;
}

.collapse_category_list ul {
  margin: 0;
  padding: 0;
}

.collapse_category_list li ul {
  margin: 0;
  padding: 0;
}

.collapse_category_list li {
  margin: 0;
  padding: 0;
}

.collapse_category_list li li {
  margin: 0;
  padding: 0;
}

.collapse_category_list li a {
  color: #222;
  border: 1px solid #ccc;
  display: block;
  padding: 14px 15px;
  text-decoration: none;
  border-bottom: none;
}

.collapse_category_list li a:hover {
  color: #222;
  background-color: #f6f6f6;
}

.collapse_category_list .parent_category > a {
  background: transparent url(img/common/arrow_bottom2.gif) no-repeat 15px 24px;
  padding-left: 27px;
}

.collapse_category_list li .parent_category > a {
  background: transparent url(img/common/arrow_bottom2.gif) no-repeat 26px 24px;
  padding-left: 39px;
}

.collapse_category_list .children {
  display: none;
}

.collapse_category_list .children a {
  padding-left: 27px;
}

.collapse_category_list ul .children a {
  padding-left: 39px;
}

/* search */
.widget_search label {
  display: none;
}

.widget_search #search-box, .widget_search #s, .side_widget.google_search #s {
  width: 260px;
  height: 40px;
  margin: 0 -2px 5px 0;
  border: 1px solid #ccc;
  background: #f2f2f2;
  padding: 0 10px;
  box-shadow: 2px 2px 3px 0px #ddd inset;
}

.widget_search #search-btn input, .widget_search #searchsubmit, .side_widget.google_search #searchsubmit {
  border: none;
  width: 40px;
  height: 40px;
  background: #000 url(img/common/icon_search.png) no-repeat center;
  cursor: pointer;
  display: block;
  float: right;
  text-indent: -9999px;
  overflow: hidden;
}

.widget_search #search-btn input:hover, .widget_search #searchsubmit:hover, .side_widget.google_search #searchsubmit:hover {
  background-color: #666;
}

.brand_side_col .widget_search #search-box, .brand_side_col .widget_search #s, .side_widget.google_search #s {
  width: 75%;
  height: 40px;
  margin: 0 0 5px 0;
}

.brand_side_col .widget_search #search-btn input, .brand_side_col .widget_search #searchsubmit, .side_widget.google_search #searchsubmit {
  width: 25%;
}

/* archive category dropdown */
.widget_archive select,
.widget_categories select,
.tcdw_archive_list_widget select {
  background: #fff;
  border: 1px solid #ccc;
  font-size: 14px;
  margin: 0;
  padding: 12px 10px;
  width: 100%;
}

.widget_archive label, .widget_categories label {
  display: none;
}

.widget_archive select option, .widget_categories select option, .tcdw_archive_list_widget option {
  background: #fff;
  color: #333;
}

/* default recent post widget */
.widget_recent_entries li {
  border-bottom: 1px dotted #ccc;
  padding: 0 0 15px 0;
}

.widget_recent_entries li:last-child {
  border: none;
  padding: 0;
}

/* brand category list */
.brand_category_list {
  margin: 0;
  padding: 0;
}

.brand_category_list li {
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  position: relative;
}

.brand_category_list li:after {
  display: block;
  padding-top: 100%;
  content: "";
}

.brand_category_list li a {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #000;
  background: #f6f6f6;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.brand_category_list li a:hover {
  color: #fff;
  background: #ccc;
}

.brand_category_list li a.active {
  color: #fff;
  background: #222;
}

.brand_category_list li a span {
  display: block;
  width: 100%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* styled menu */
.side_widget.tcdw_menu_widget .side_headline {
  margin-bottom: 0;
}

.tcdw_menu_widget .menu {
  border-bottom: 1px solid #ccc;
}

.tcdw_menu_widget .menu ul {
  margin: 0;
  padding: 0;
}

.tcdw_menu_widget .menu li ul {
  margin: 0;
  padding: 0;
}

.tcdw_menu_widget .menu li {
  margin: 0;
  padding: 0;
}

.tcdw_menu_widget .menu li li {
  margin: 0;
  padding: 0;
}

.tcdw_menu_widget .menu li a {
  color: #222;
  border: 1px solid #ccc;
  display: block;
  padding: 14px 15px;
  text-decoration: none;
  border-bottom: none;
  cursor: pointer;
}

.tcdw_menu_widget .menu li a:hover {
  color: #222;
  background-color: #f6f6f6;
}

.tcdw_menu_widget .menu .menu-item-has-children > a {
  background: transparent url(img/common/arrow_bottom2.gif) no-repeat 15px 24px;
  padding-left: 27px;
}

.tcdw_menu_widget .menu li .menu-item-has-children > a {
  background: transparent url(img/common/arrow_bottom2.gif) no-repeat 26px 24px;
  padding-left: 39px;
}

.tcdw_menu_widget .menu li li .menu-item-has-children > a {
  background: transparent url(img/common/arrow_bottom2.gif) no-repeat 38px 24px;
  padding-left: 51px;
}

.tcdw_menu_widget .menu li li li .menu-item-has-children > a {
  background: transparent url(img/common/arrow_bottom2.gif) no-repeat 50px 24px;
  padding-left: 63px;
}

.tcdw_menu_widget .menu .sub-menu {
  display: none;
}

.tcdw_menu_widget .menu li li a {
  padding-left: 27px;
}

.tcdw_menu_widget .menu li li li a {
  padding-left: 39px;
}

.tcdw_menu_widget .menu li li li li a {
  padding-left: 51px;
}

.tcdw_menu_widget .menu li li li li li a {
  padding-left: 63px;
}

/* recent entries */
.widget_recent_entries .post-date {
  font-size: inherit;
  vertical-align: inherit;
}
.widget_recent_entries .post-date:after {
  content: "";
}

/* ----------------------------------------------------------------------
 フッター
---------------------------------------------------------------------- */
.footer {
    margin-top: 5%;
    background-image: url(http://yuukari-s.jp/okanohara/wp-content/uploads/2017/09/footer_all_bg.png);
    background-position: 0px 55px;
    background-size: cover;
}
.footer-gallery-title{
background-color: #ffffff;
}
.footer-gallery {
    background-color: #ffffff;
}
/* フッターウィジェット */
.footer-widget {
  color: #fff;
  float: left;
  font-size: 12px;
  margin: 0 auto;
  margin-left: 10px;
  position: relative;
  width: calc( ((100% - 60px) / 7) * 2);
  z-index: 10;
}
.footer-widget:first-child {
  margin-left: 0;
}
.footer-widget.widget_nav_menu {
    width: 14%;
    margin-left: 2%;
}
.footer-widget .list-group a {
  color: #666;
}
.footer-widget .menu-item a {
color: #000000;
    font-size: 15px;
    font-size: 13px;
}
.footer-widget .menu-item a:hover {
  text-decoration: underline;
}
.footer-widget .recentcomments a {
  color: #fff;
}
.footer-widget li {
  line-height: 2.1;
}
.footer-widget a {
  color: #fff;
}
.footer-widget .headline-bar {
  margin-top: 0 !important;
}

.footer-widget-title {
    color: rgb(129, 187, 63);
    font-size: 15px;
    margin-bottom: 1em;
    line-height: 1.2;
    font-weight: bold;
}

.footer-nav-wrapper {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 370px;
  margin-top: -1px;
  overflow: hidden;
  width: 100%;
  position: relative;
}

.footer-nav-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
background-image: url(http://yuukari-s.jp/okanohara/wp-content/uploads/2017/09/footer_all_bg.png);
}
.footer-nav-wrapper .side_widget {
  float: left;
  font-size: 12px;
  margin: 0 auto;
  margin-left: 10px;
  position: relative;
  width: calc( ((100% - 60px) / 7) * 2);
  z-index: 10;
}
.footer-nav-wrapper .side_widget:first-child {
  margin-left: 0;
}

.footer-nav {
  display: table;
  height: 100%;
}

.footer-nav-inner {
    display: table-cell;
    padding: 110px 0;
    margin: 0 auto 60px;
    width: 1150px;
}

.footer-content {
    padding: 0px 0 20px;
    background-color: rgb(185, 218, 147);
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
}

.footer-content .align1 {
    text-align: center !important;
    font-weight: 100;
    line-height: 21px;
}

.footer-logo {
  font-size: 26px;
  margin-bottom: 0px;
  text-align: center;
  word-wrap: break-word;
padding-top: 20px;
}

.footer-logo img{
max-width: 260px;
}

.footer-bar01-inner {
  margin: 0 auto;
  position: relative;
  width: 1150px;
}

.social-nav {
  height: 17px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.social-nav-item {
  float: left;
  margin-right: 20px;
}
.social-nav-item a {
  /*
  overflow: hidden;
  text-indent: -200px;
  */
  display: block;
  position: relative;
  width: 17px;
  height: 17px;
}
.social-nav-item a:before {
  -webkit-font-smoothing: antialiased;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: "design_plus";
  font-size: 17px;
  -webkit-transition-property: color;
  -webkit-transition: .25s;
  -moz-transition-property: color;
  -moz-transition: .25s;
  -ms-transition-property: color;
  -ms-transition: .25s;
  -o-transition-property: color;
  -o-transition: .25s;
  position: absolute;
  transition-property: color;
  transition: .25s;
  width: 17px;
  height: 17px;
}

.social-nav-facebook a:before {
  content: "\e902";
}

.social-nav-twitter a:before {
  content: "\e904";
}

.social-nav-instagram a:before {
  content: "\ea92";
}

.social-nav-rss a:before {
  content: "\e90b";
}

.footer-gallery-title {
  background: #ffffff;
  height: 80px;
  line-height: 80px;
  text-align: center;
}

.copyright {
  color: #fff;
  font-size: 12px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  width: 100%;
}

.pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10;
}
.pagetop a {
  color: #fff;
  display: block;
  position: relative;
  width: 60px;
  height: 60px;
}
.pagetop a:before {
  -webkit-font-smoothing: antialiased;
  content: "\e911";
  display: block;
  font-family: "design_plus";
  font-size: 18px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 17px;
  height: 17px;
}

/* ----------------------------------------------------------------------
 コメント
---------------------------------------------------------------------- */
.headline-comment {
  background: #ccc !important;
}

/* 基本設定 */
#comments {
  font-size: 12px;
  margin: 0 0 50px 0;
}

#comment_headline {
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  margin: 0 0 35px 0;
  border-bottom: 1px solid #ddd;
}

#comment_headline span {
  display: inline-block;
  background: #222;
  color: #fff;
  padding: 0 35px;
}

#comment_area, #trackback_area {
  margin: 15px 0 20px;
  padding: 0 0 5px 0;
}

#trackback_area {
  display: none;
}

/* コメント・トラックバックのタブ */
#comment_header {
  position: relative;
  margin: 0 0 25px;
}

#comment_header ul {
  margin: 0;
}

#comment_header ul li {
  float: left;
  text-align: center;
  margin: 0;
  width: 50%;
}

#comment_header ul li a, #comment_header ul li p {
  font-size: 11px;
  padding: 15px 15px;
  line-height: 180%;
  display: block;
  color: #333;
  text-decoration: none;
  border: 1px solid #ccc;
}

#comment_header ul li a:hover {
  color: #fff !important;
  background: #333;
}

#comment_header ul li.comment_switch_active a, #comment_header #comment_closed p {
  color: #fff;
  position: relative;
  background: #333;
}

#comment_header ul li.comment_switch_active a:after, #comment_header #comment_closed p:after {
  position: absolute;
  bottom: -17px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}

/*  コメントの基本部分 */
.commentlist {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.comment {
  border: 1px solid #ccc;
  color: #777;
  margin: 0 0 15px;
  padding: 15px 20px 0;
  background: #fff;
}

#comments .post_content {
  margin: 20px 0 0;
  padding: 0;
  background: none;
}

/* コメントの情報部分 */
.comment-meta {
  position: relative;
  margin: 0 0 10px 0;
}

.comment-meta-left {
  float: left;
  width: 400px;
}

#comments .avatar {
  float: left;
  margin: 0 10px 0 0;
  background: #fff;
  width: 40px;
  height: 40px;
}

.comment-name-date {
  padding: 3px 0 0 0;
  height: 37px;
}

a.admin-url {
  text-decoration: underline;
}

a.guest-url {
  text-decoration: underline;
}

.comment-name-date {
  margin: 0;
}

.comment-date {
  font-size: 11px;
  color: #757676;
  margin: 10px 0 0 0;
}

.comment-act {
  font-size: 11px;
  position: absolute;
  right: 0px;
  padding: 0 0 0 10px;
  margin: 5px 0 0 0;
}

.comment-act li {
  display: inline;
  margin: 0;
}

.comment-reply a, .comment-reply a:visited {
  border-right: 1px solid #aaa;
  padding: 0 10px 0 0;
  margin: 0 6px 0 0;
}

.comment-edit a, .comment-edit a:visited {
  border-left: 1px solid #aaa;
  padding: 0 0 0 10px;
  margin: 0 0 0 6px;
}

/* コメント本文 */
#comments .post_content p {
  margin: 0 0 15px 0;
}

#comments .post_content blockquote span {
  margin: 0 0 -1em 0;
  display: block;
}

/* メッセージ、警告文 */
.comment-note {
  display: block;
  font-size: 11px;
  margin: 0 0 1em 0;
  color: #33a8e5;
  border: 1px solid #94ddd4;
  padding: 10px 15px;
  background: #d6f4f0;
}

.comment_closed {
  border: 1px solid #ccc;
  text-align: center;
  margin: 0 35px 15px 0;
  padding: 15px;
  background: #fefefe;
}

.no_comment {
  padding-bottom: 15px;
}

/* トラックバック */
.trackback_time {
  font-size: 11px;
  color: #757676;
  margin: 0 0 7px 0px;
}

.trackback_title {
  margin: 2px 0 8px 0;
  margin: 0 0 10px 0px;
  line-height: 160%;
}

#trackback_url_area {
  margin: 0;
}

#trackback_url_area label {
  display: block;
  margin: 0 0 10px 0;
  font-size: 11px;
}

#trackback_url_area input {
  border: 1px solid #ccc;
  background: #fafafa;
  padding: 10px;
  width: 100%;
  font-size: 11px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* ページナビ */
#comment_pager {
  margin: 0 0 10px;
  height: 24px;
}

#comment_pager a, #comment_pager span {
  display: inline;
  float: left;
  margin: 0 10px 0 0;
}

#comment_pager .current {
  text-decoration: underline;
}

/* コメントフォーム */
.comment_form_wrapper {
  border: 1px solid #ccc;
  margin: 0 0 0px;
  padding: 15px;
  background: #fff;
}

.comment .comment_form_wrapper {
  margin: 0 0 20px;
}

#cancel_comment_reply {
  margin: 0 0 1em 0;
  padding: 0 0 0 10px;
}

#comment_user_login {
  margin-bottom: 1em;
}
#comment_user_login p {
  line-height: 100%;
  margin: 0;
  padding: 0 0 0 1px;
}
#comment_user_login span {
  margin: 0 0 0 40px;
}

#comment_login {
  margin: 0;
  padding: 3px 30px 10px 30px;
}

#comment_login p {
  margin: 0;
  padding: 12px 0 11px 36px;
  line-height: 100%;
}

#comment_login a {
  margin: 0 0 0 20px;
  padding: 0 0 0 20px;
}

#guest_info {
  padding: 0;
  width: 100%;
}

#guest_info div {
  margin: 0 0 12px 0;
  text-align: left;
}

#guest_info input {
  margin: 0;
  padding: 5px 0;
  border: 1px solid #ccc;
  width: 100%;
  background: #fff;
  color: #777;
}

#guest_info label {
  display: block;
  margin: 0 0 5px 0;
  padding: 0 0 0 0;
  font-size: 11px;
  color: #888;
}

#guest_info span {
  color: #666;
  margin: 0 10px 0 0;
}

#comment_textarea textarea {
  margin: 15px 0 0;
  width: 100%;
  height: 150px;
  border: 1px solid #ccc;
  background: #fff;
  color: #777;
  font-size: 11px;
  overflow: auto;
}

#submit_comment_wrapper {
  text-align: center;
}

#submit_comment {
  background: #aaa;
  border: none;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  width: 200px;
  height: 50px;
  margin: 15px auto 0;
  display: block;
  -webkit-transition: background-color 200ms ease-in-out;
  -moz-transition: background-color 200ms ease-in-out;
  -o-transition: background-color 200ms ease-in-out;
  -ms-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
}

#input_hidden_field {
  display: none;
}

/* ----- パスワード保護 ----- */
.password_protected {
  text-align: center;
  margin: 0 38px 30px;
  padding: 10px 20px;
  color: #fff;
  background: #3db4b2;
  border-radius: 5px;
}

.password_protected p {
  font-size: 12px;
  margin: 0;
  line-height: 160%;
}

.pw_form{
  text-align: center;
}
.pw_form p{
  margin-bottom: 50px;
}
.pw_form p label{
  display: block;
  font-size: 14px;
}
.pw_form input[type="password"]{
  border: solid 1px #ddd;
  background: #fff;
  font-size: 14px;
  height: 30px;
  margin-left: 15px;
  padding: 5px;
}
.pw_form input[type="submit"]{
  background: #aaa;
  border: none;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  width: 200px;
  height: 50px;
  margin: 30px auto 0;
  display: block;
  -webkit-transition: background-color 200ms ease-in-out;
  -moz-transition: background-color 200ms ease-in-out;
  -o-transition: background-color 200ms ease-in-out;
  -ms-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
}


/* ----------------------------------------------------------------------
 okanohara プリセットスタイル
---------------------------------------------------------------------- */
/* alignment */
.post-content .alignright {
  float: right;
}

.post-content .alignleft {
  float: left;
}

.post-content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7px;
}

.post-content blockquote.alignleft, .post-content img.alignleft {
  margin: 7px 24px 7px 0;
}

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

.post-content blockquote.alignright, .post-content img.alignright {
  margin: 7px 0 7px 24px;
}

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

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

/* text and headline */
.post-content p {
  line-height: 2;
  margin: 0 0 0em 0;
}

.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
  clear: both;
  line-height: 1.2;
  font-weight: 600;
  margin: 0 0 10px 0;
  padding: 10px 0 0 0;
}

.post-content h1 {
  font-size: 150%;
}

.post-content h2 {
  font-size: 140%;
}

.post-content h3 {
  font-size: 130%;
}

.post-content h4 {
  font-size: 120%;
}

.post-content h5 {
  font-size: 110%;
}

.post-content h6 {
  font-size: 100%;
}

/* image */
.page-id-14 .post-content img{
    width: 100%;
}


.post-content img[class*="align"], .post-content img[class*="wp-image-"], .post-content img[class*="attachment-"], .post-content img.size-full, .post-content img.size-large, .post-content .wp-post-image, .post-content img {
  height: auto;
  max-width: 100%;
}

/* list */
.post-content li, .post-content dt, .post-content dd {
  line-height: 2.2;
}

.post-content ul, .post-content ol, .post-content dl {
  margin-bottom: 24px;
}

.post-content ol {
  list-style: decimal outside none;
  margin-left: 1.5em;
}

.post-content ul {
  list-style: circle outside none;
  margin-left: 1.3em;
}

.post-content li > ul, .post-content li > ol {
  margin-bottom: 0;
}

.post-content dt {
  font-weight: bold;
}

.post-content dd {
  margin-bottom: 1em;
}

/* table */
table.tinmce-table {
  border:solid ;
}

.post-content table {
    margin: 15px 0 10px 0;
    display: inline-block;
}



.post-content .tinymce-table td, .post-content .tinymce-table th {
  background: transparent ;
}

.post-content th {
/*  background: #ddd;*/
  font-weight: normal;
}

/* block quote */
.post-content blockquote {
  margin: 0 0 25px 0;
  padding: 27px 30px 0;
  border: 1px solid #ccc;
  box-shadow: 0px 4px 0px 0px #f2f2f2;
  position: relative;
}

.post-content blockquote:before {
  content: '"';
  font-style: italic;
  font-size: 30px;
  font-weight: normal;
  line-height: 40px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 5px;
  left: 10px;
  color: #5cbcd7;
}

.post-content blockquote:after {
  content: '"';
  font-style: italic;
  font-size: 30px;
  font-weight: normal;
  text-align: left;
  line-height: 60px;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 7px;
  right: -2px;
  color: #5cbcd7;
}

.post-content blockquote cite {
  border-top: 1px dotted #aaa;
  display: block;
  padding: 20px 0 0 0;
  font-style: italic;
  text-align: right;
  font-size: 90%;
}

/* captions */
.post-content .wp-caption {
  margin-bottom: 24px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 5px;
  max-width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.post-content .wp-caption-text {
  text-align: center;
  font-size: 12px;
  font-style: italic;
  line-height: 1.5;
  margin: 9px auto;
}

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

/* gallery */
.gallery {
  margin-bottom: 20px;
}

.gallery a img {
  border: 0 !important;
}

.gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  position: relative;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: -webkit-calc(50% - 4px);
  max-width: calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: -webkit-calc(33.3% - 4px);
  max-width: calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: -webkit-calc(25% - 4px);
  max-width: calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: -webkit-calc(20% - 4px);
  max-width: calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: -webkit-calc(16.7% - 4px);
  max-width: calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: -webkit-calc(14.28% - 4px);
  max-width: calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: -webkit-calc(12.5% - 4px);
  max-width: calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: -webkit-calc(11.1% - 4px);
  max-width: calc(11.1% - 4px);
}

.gallery-columns-10 .gallery-item {
  max-width: 7%;
  max-width: -webkit-calc(9.4% - 0px);
  max-width: calc(9.4% - 0px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n), .gallery-columns-2 .gallery-item:nth-of-type(2n), .gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-4 .gallery-item:nth-of-type(4n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-6 .gallery-item:nth-of-type(6n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-8 .gallery-item:nth-of-type(8n), .gallery-columns-9 .gallery-item:nth-of-type(9n), .gallery-columns-10 .gallery-item:nth-of-type(10n) {
  margin-right: 0;
}

.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%;
}

.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
}

.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption, .gallery-columns-10 .gallery-caption {
  display: none;
}

/* etc */
.post-content .wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.post-content address {
  margin: 0 0 24px 0;
  line-height: 2.2;
}

.post-content pre {
  border-left: 5px solid #7fc120;
  font-size: 12px;
  margin: 0 0 27px 0;
  line-height: 25px;
  background: url(img/common/pre.gif) repeat left top;
  padding: 0 17px;
  overflow: auto;
}

.post-content .mejs-container {
  margin: 12px 0 25px;
}

/* ----------------------------------------------------------------------
 ソーシャルボタン
---------------------------------------------------------------------- */
@font-face {
  font-family: "design_plus";
  src: url("fonts/design_plus.eot?evfvw0");
  src: url("fonts/design_plus.eot?evfvw0#iefix") format("embedded-opentype"), url("fonts/design_plus.ttf?evfvw0") format("truetype"), url("fonts/design_plus.woff?evfvw0") format("woff"), url("fonts/design_plus.svg?evfvw0#design_plus") format("svg");
  font-style: normal;
  font-weight: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "design_plus" !important;
  line-height: 1;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: none;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

.icon-line:before {
  content: "\e909";
}

.icon-pocket:before {
  content: "\e90a";
}

.icon-google-plus:before {
  content: "\e900";
}

.icon-google-plus2:before {
  content: "\e901";
}

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

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

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

.icon-rss:before {
  content: "\e90b";
}

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

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

/*--------------------------------
Share Buttons
---------------------------------*/
.share-top {
  margin-bottom: 50px;
}

.share-btm {
  margin-bottom: 35px;
}

/*--------------------------------
share_top1（Style1）
---------------------------------*/
.share-type1 {
  width: 100%;
}
.share-type1 h2 {
  color: #666666;
  font-weight: 400;
}
.share-type1 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.share-type1 li {
  display: inline-block;
  padding: 0;
  text-align: center;
}
.share-type1 li > a:hover {
  -webkit-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0);
}
.share-type1 a {
  min-width: 27px;
  text-decoration: none;
  display: inline-block;
  margin: 0 5px 5px 0;
  font-size: 12px;
  font-weight: 400;
  color: #fff !important;
  background: #fafafa;
  border-radius: 2px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
  text-shadow: none;
  text-align: center;
  line-height: 25px;
  padding: 1px 5px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.share-type1 i {
  position: relative;
  top: 3px;
  color: #fff;
  font-size: 1.3em;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1);
}
.share-type1 .ttl {
  margin: 0 3px 0 2px;
  text-align: center;
  line-height: 20px;
}
.share-type1 .share-count {
  display: inline;
  font-size: 9px;
  color: #fff;
  padding: 0;
  line-height: 25px;
  margin: 0;
  border-radius: 0 1px 1px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .share-type1 {
    width: 100%;
  }
  .share-type1 ul {
    margin-bottom: 15px;
  }
  .share-type1 li > a span {
    display: none;
  }
  .share-type1 a {
    margin-right: 2px;
  }
  .share-type1 i {
    left: 1px;
  }
  .share-type1 .share-count {
    margin-left: 3px;
  }
}
/*--------------------------------
share_btm1（Style3）
---------------------------------*/
.share-type3 .sns {
  margin: 0;
  text-align: center;
}

.share-type3 ul {
  margin: 0 -3% 3% 0;
  list-style: none;
}

.share-type3 li {
  float: left;
  width: 47%;
  margin: 0 3% 1.5% 0;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.post .share-type3 ul li {
  list-style: none;
  background-image: none;
  padding: 0;
}

.share-type3 ul li a {
  position: relative;
  display: block;
  top: 3px;
  font-size: 13px;
  padding: 10px 2px;
  color: #fff;
  border-radius: 2px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}

.share-type3 ul li a i {
  position: relative;
  top: 3px;
  font-size: 140%;
}

.share-type3 ul li a .ttl {
  margin: 0 3px 0 4px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
}

.share-type3 ul li a .share-count {
  position: absolute;
  bottom: -2px;
  right: 8px;
  font-size: 10px;
  padding: 0;
  line-height: 25px;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.share-type3 ul li a:hover {
  -webkit-transform: translate3d(0px, 2px, 1px);
  -moz-transform: translate3d(0px, 2px, 1px);
  transform: translate3d(0px, 2px, 1px);
}

@media only screen and (min-width: 480px) {
  .share-type3 {
    width: 100%;
    margin: 20px 0 15px;
  }

  .share-type3 ul {
    margin-right: -1%;
    list-style: none;
    overflow: hidden;
  }

  .share-type3 li {
    width: 24%;
    margin: 0 1% 2% 0;
  }

  .share-type3 li a {
    font-size: 12px;
    padding: 10px 2px;
  }

  .share-type3 li:nth-child(4n) {
    margin-right: 0;
  }
}
/*------------- share_top1 & share_btm1 button_color -------------*/
/* Twitter */
.share-type1 .twitter a, .share-type3 .twitter a {
  background-color: #55acee;
}
.share-type1 .twitter a:hover, .share-type3 .twitter a:hover {
  background-color: #468ec5;
}

/* Facebook */
.share-type1 ul li.facebook a, .share-type3 ul li.facebook a {
  background-color: #35629a;
}

.share-type1 ul li.facebook a:hover, .share-type3 ul li.facebook a:hover {
  background-color: #1f3669;
}

/* Google+ */
.share-type1 ul li.googleplus a, .share-type3 ul li.googleplus a {
  background-color: #dd4b39;
}

.share-type1 ul li.googleplus a:hover, .share-type3 ul li.googleplus a:hover {
  background-color: #b94031;
}

.share-type1 ul li.googleplus a i {
  top: 4px;
}

/* Hatena */
.share-type1 ul li.hatebu > a, .share-type3 ul li.hatebu a {
  background-color: #3c7dd1;
}

.share-type1 ul li.hatebu > a:hover, .share-type3 ul li.hatebu a:hover {
  background-color: #0270ac;
}

/* Pocket */
.share-type1 ul li.pocket a, .share-type3 ul li.pocket a {
  background-color: #ee4056;
}

.share-type1 ul li.pocket a:hover, .share-type3 ul li.pocket a:hover {
  background-color: #c53648;
}

/* rss */
.share-type1 ul li.rss a, .share-type3 ul li.rss a {
  background-color: #ffb53c;
}

.share-type1 ul li.rss a:hover, .share-type3 ul li.rss a:hover {
  background-color: #e09900;
}

/* Feedly */
.share-type1 ul li.feedly a, .share-type3 ul li.feedly a {
  background-color: #6cc655;
}

.share-type1 ul li.feedly > a:hover, .share-type3 ul li.feedly > a:hover {
  background-color: #5ca449;
}

/* Pinterest */
.share-type1 ul li.pinterest a, .share-type3 ul li.pinterest a {
  background-color: #d4121c;
}

.share-type1 ul li.pinterest a:hover, .share-type3 ul li.pinterest a:hover {
  background-color: #a42f35;
}

/*--------------------------------
share_top2（Style2）
---------------------------------*/
.share-type2 {
  width: 100%;
}

.share-type2 h2 {
  color: #444;
  font-weight: 400;
}

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

.share-type2 ul.type2 li {
  display: inline-block;
  padding: 0;
  text-align: center;
}

.share-type2 ul.type2 li a {
  text-decoration: none;
  display: inline-block;
  margin: 0 5px 5px 0;
  font-size: 12px;
  font-weight: 400;
  border-radius: 2px;
  color: #222 !important;
  text-align: center;
  background: #fafafa !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
  text-shadow: none;
  line-height: 25px;
  padding: 1px 5px 0;
}

.share-type2 ul.type2 li a i {
  position: relative;
  top: 3px;
  color: #222;
  font-size: 1.3em;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1);
}

.share-type2 ul.type2 li a .ttl {
  margin: 0 3px 0 2px;
  text-align: center;
  line-height: 20px;
}

.share-type2 ul.type2 li a .share-count {
  color: #444;
  font-size: 9px;
  padding: 0;
  line-height: 25px;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.share-type2 ul.type2 li a:hover, .share-type2 ul.type2 li a:hover i, .share-type2 ul.type2 li a:hover .share-count {
  color: #fff !important;
}

.share-type2 ul.type2 li a:hover {
  border-color: rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 480px) {
  .share-type2 {
    width: 100%;
    margin: 0;
  }

  .share-type2 .type2 {
    margin-bottom: 15px;
  }

  .share-type2 .type2 li a {
    margin-right: 2px;
  }

  .share-type2 .type2 li a i {
    left: 1px;
  }

  .share-type2 .type2 li > a span.ttl {
    display: none;
  }

  .share-type2 .type2 li a .share-count {
    margin-left: 3px;
  }
}
/*--------------------------------
share_btm2（Style4）
---------------------------------*/
.share-type4 {
  text-align: center;
}

.share-type4 .sns {
  margin: 0;
}

.share-type4 ul.type4 {
  margin: 0 -3% 2% 0;
  list-style: none;
}

.share-type4 ul.type4 li {
  float: left;
  width: 47%;
  margin: 0 3% 3% 0;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.post .share-type4 ul li {
  list-style: none;
  background-image: none;
  padding: 0;
}

.share-type4 ul.type4 li a {
  position: relative;
  display: block;
  top: 5px;
  font-size: 13px;
  padding: 10px 2px;
  text-decoration: none;
  border-radius: 2px;
  color: #222 !important;
  text-align: center;
  background: #fafafa !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
  text-shadow: none;
}

.share-type4 ul.type4 li a i {
  position: relative;
  top: 3px;
  font-size: 140%;
  color: #222 !important;
}

.share-type4 ul.type4 li a .ttl {
  margin: 0 3px 0 4px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
}

.share-type4 ul.type4 li a .share-count {
  position: absolute;
  bottom: -2px;
  right: 8px;
  font-size: 10px;
  padding: 0;
  line-height: 25px;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #222 !important;
}

.share-type4 ul.type4 li a:hover, .share-type4 ul.type4 li a:hover i, .share-type4 ul.type4 li a:hover .share-count {
  color: #fff !important;
}

@media only screen and (min-width: 480px) {
  .share-type4 {
    width: 100%;
    margin: 20px 0 15px;
  }

  .share-type4 ul.type4 {
    margin-right: -1%;
    list-style: none;
    overflow: hidden;
  }

  .share-type4 ul.type4 li {
    width: 24%;
    margin: 0 1% 2% 0;
  }

  .share-type4 ul.type4 li a {
    font-size: 12px;
    padding: 10px 2px;
  }

  .share-type4 ul.type4 li:nth-child(4n) {
    margin-right: 0;
  }
}
/*------------- share_top2 & share_btm4 button_color -------------*/
/* Twitter */
.share-type2 ul.type2 li.twitter a, .share-type4 ul.type4 li.twitter a {
  color: #222 !important;
  background-color: #fafafa !important;
}

.share-type2 ul.type2 li.twitter a:hover, .share-type4 ul.type4 li.twitter a:hover {
  color: #fff !important;
  background-color: #55acee !important;
}

/* Facebook */
.share-type2 ul.type2 li.facebook a, .share-type4 ul.type4 li.facebook a {
  color: #222 !important;
  background-color: #fafafa !important;
}

.share-type2 ul.type2 li.facebook a:hover, .share-type4 ul.type4 li.facebook a:hover {
  color: #fff !important;
  background-color: #35629a !important;
}

/* Google+ */
.share-type2 ul.type2 li.googleplus a, .share-type4 ul.type4 li.googleplus a {
  color: #222 !important;
  background-color: #fafafa !important;
}

.share-type2 ul.type2 li.googleplus a:hover, .share-type4 ul.type4 li.googleplus a:hover {
  color: #fff !important;
  background-color: #dd4b39 !important;
}

.share-type2 ul.type2 li.googleplus a i, .share-type4 ul.type4 li.googleplus a i {
  top: 4px;
}

/* Hatena */
.share-type2 ul.type2 li.hatebu a, .share-type4 ul.type4 li.hatebu a {
  color: #222 !important;
  background-color: #fafafa !important;
}

.share-type2 ul.type2 li.hatebu a:hover, .share-type4 ul.type4 li.hatebu a:hover {
  color: #fff !important;
  background-color: #3c7dd1 !important;
}

/* Pocket */
.share-type2 ul.type2 li.pocket a, .share-type4 ul.type4 li.pocket a {
  color: #222 !important;
  background-color: #fafafa !important;
}

.share-type2 ul.type2 li.pocket a:hover, .share-type4 ul.type4 li.pocket a:hover {
  color: #fff !important;
  background-color: #ee4056 !important;
}

/* rss */
.share-type2 ul.type2 li.rss a, .share-type4 ul.type4 li.rss a {
  color: #222 !important;
  background-color: #fafafa !important;
}

.share-type2 ul.type2 li.rss a:hover, .share-type4 ul.type4 li.rss a:hover {
  color: #fff !important;
  background-color: #ff8c00 !important;
}

/* Feedly */
.share-type2 ul.type2 li.feedly a, .share-type4 ul.type4 li.feedly a {
  color: #222 !important;
  background-color: #fafafa !important;
}

.share-type2 ul.type2 li.feedly a:hover, .share-type4 ul.type4 li.feedly a:hover {
  color: #fff !important;
  background-color: #6cc655 !important;
}

/* Pinterest */
.share-type2 ul.type2 li.pinterest a, .share-type4 ul.type4 li.pinterest a {
  color: #222 !important;
  background-color: #fafafa !important;
}

.share-type2 ul.type2 li.pinterest a:hover, .share-type4 ul.type4 li.pinterest a:hover {
  color: #fff !important;
  background-color: #d4121c !important;
}

/*--------------------------------
share_top5（公式ボタン）
---------------------------------*/
.sns_default_top {
  padding: 0;
  overflow: hidden;
  list-style: none;
}

.sns_default_top ul li {
  display: inline-block;
  margin: 0 5px 3px 0;
  line-height: 1 !important;
  overflow: hidden;
  vertical-align: top;
}

.sns_default_top ul li.twitter_button {
  width: 74px;
}

.sns_default_top ul li.fbshare_button:hover {
  text-decoration: none;
}

.sns_default_top ul li.google_button {
  width: 58px;
}

.sns_default_top ul li.pocket_button {
  width: 88px;
}

@media only screen and (max-width: 480px) {
  .sns_default_top ul li {
    margin-bottom: 6px;
  }

  .sns_default_top ul li.twitter_button {
    margin-left: 0;
  }
}
/* ----------------------- TCD Advanced Style ------------------------ */
/* table style */
.table_no_border th,
.table_no_border td {
  border: none;
  padding-left: 0;
}

.table_border_horizontal th,
.table_border_horizontal td {
  border-left: none;
  border-right: none;
  padding-left: 0;
}

/* ----------------------------------------------------------------------
 Column layout - カラムレイアウト
---------------------------------------------------------------------- */
.post-content .post_row {
  margin-left: -15px;
  margin-right: -15px;
  line-height: 2;
}

.post-content .post_col, .post-content .post_col-2, .post-content .post_col-3 {
  position: relative;
  min-height: 1px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 2em;
}

@media screen and (min-width: 768px) {
  .post-content .post_col-2 {
    width: 50%;
    /* 2カラム */
  }

  .post-content .post_col-3 {
    width: 33.33333%;
  }
}
@media screen and (min-width: 1024px) {
  .post-content .post_col-2 {
    width: 50%;
    /* 2カラム */
  }

  .post-content .post_col-3 {
    width: 33.33333%;
  }
}
.post-content .post_row:before, .post-content .post_row:after {
  content: " ";
  display: table;
}

.post-content .post_row:after {
  clear: both;
}

/* ----------------------------------------------------------------------
 headline - 見出しのスタイル
---------------------------------------------------------------------- */
.post-content .style3a, .post-content .style3b, .post-content .style4a, .post-content .style4b, .post-content .style5a, .post-content .style5b, .post-content .style6 {
  line-height: 1.6;
}

/* h3 */
.post-content .style3a {
  margin: 3em 0 1.5em;
  padding: 1.1em .2em 1em;
  font-size: 22px;
  font-weight: 400;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
}

.post-content .style3b {
  margin: 3em 0 1.5em;
  padding: 1.1em .9em 1em;
  font-size: 22px;
  font-weight: 400;
  border-top: 2px solid #222;
  border-bottom: 1px solid #ddd;
  background: #fafafa;
  box-shadow: 0px 1px 2px #f7f7f7;
}

/* h4 */
.post-content .style4a {
  margin: 2.5em 2px 1.2em;
  padding: .3em 0 .3em .8em;
  font-size: 18px;
  font-weight: 400;
  border-bottom: none;
  border-left: 2px solid #222;
}

.post-content .style4b {
  margin: 2.5em 0 1.2em;
  padding: .9em 0 .8em;
  font-size: 18px;
  font-weight: 400;
  border-bottom: 1px dotted #aaa;
}

/* h5 */
.post-content .style5a {
  margin: 2em 0 1em;
  padding: .5em .8em .3em 1em;
  font-weight: 700;
  font-size: 18px;
  background: #f5f5f5;
  box-shadow: 0px 2px 0px 0px #f2f2f2;
}

.post-content .style5b {
  margin: 2em 0 1em;
  padding: .5em .8em .4em 1em;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  background: #222;
  border-radius: 4px;
  box-shadow: 0px 2px 0px 0px #f2f2f2;
}

/* h6 */
.post-content .style6 {
  position: relative;
  margin: 2em 0 1em;
  padding: .5em .8em .8em 1.3em;
  color: #222;
  font-weight: bold;
  font-size: 16px;
}

.post-content .style6:before {
  position: absolute;
  width: 12px;
  height: 12px;
  top: .5em;
  left: .2em;
  background: #222;
  content: "";
}

.post-content .news_headline1 {
  position: relative;
  margin: 80px 0 25px 0;
  padding: .5em;
  border-left: 8px solid #444;
  line-height: 1.2;
  font-size: 1.2em;
}

.post-content .news_headline1:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 0;
  width: 100%;
  border-bottom: 1px dotted #ddd;
}

.post-content .news_headline2 {
  margin: 40px 0 20px 0;
  padding: 0 .5em;
  border-left: 6px solid #545454;
  line-height: 26px;
  font-size: 1.1em;
}

.post-content .balloon {
  clear: both;
  display: block;
  position: relative;
  margin: 50px 0 22px;
  padding: .5em 18px .5em;
  width: auto;
  min-width: 115px;
  color: #fff;
  text-align: left;
  font-size: 20px;
  font-weight: 400;
  background: #222;
  z-index: 0;
  border-bottom: 0;
}

.post-content .balloon:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 30px;
  margin-left: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #222 transparent transparent transparent;
}

/* ----------------------------------------------------------------------
 flame - 囲み枠
---------------------------------------------------------------------- */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well2 {
  margin: 1em 0 30px;
  padding: 1em 1.5em;
  line-height: 2;
  border: 1px solid #cdcdcd;
  background: #fcfcfc;
  box-shadow: 0 1px 3px 0 rgba(195, 195, 195, 0.3);
}

.well3 {
  margin: 2em 0 2.5em;
  padding: 1em 1.5em;
  line-height: 2.0;
  border: 1px dashed #cdcdcd;
  background: #fcfcfc;
  box-shadow: 0 1px 3px 0 rgba(195, 195, 195, 0.3);
}

.wl_red {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.wl_yellow {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.wl_blue {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.wl_green {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

/* ----------------------------------------------------------------------
 button - CSSボタンのスタイル
---------------------------------------------------------------------- */
.q_button {
  background-color: #535353;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  color: #fff !important;
  display: inline-block;
  font-size: 100%;
  font-weight: 400;
  min-width: 200px;
  margin: 0;
  max-width: 90%;
  padding: .6em 1.3em .5em;
  transition: all 0.3s ease-in-out 0s;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
}
.q_button:hover, .q_button:focus {
  background-color: #7d7d7d;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15) inset;
  color: #fff;
  text-decoration: none;
}

/* Button option */
.rounded {
  border-radius: 6px;
}

.pill {
  border-radius: 50px;
}

.sz_full {
  min-width: 100px;
  max-width: 100%;
  display: block;
  font-size: 110%;
  padding: 1em 1.5em .9em;
}

.sz_l {
  min-width: 350px;
  max-width: 90%;
  font-size: 110%;
  padding: .8em 1.5em .7em;
}

@media screen and (max-width: 767px) {
  .sz_l {
    box-sizing: border-box;
    min-width: 0;
    max-width: 100%;
    width: 100%;
  }
}
.sz_s {
  min-width: 100px;
  max-width: 90%;
  font-size: 85%;
  padding: .4em 1em .3em;
}

.bt_red {
  background: #c01f0e;
  color: #fff;
}

.bt_red:hover, .bt_red:focus {
  background-color: #d33929;
  color: #fff;
}

.bt_yellow {
  background: #f1c40f;
  color: #fff;
}

.bt_yellow:hover, .bt_yellow:focus {
  background-color: #f9d441;
  color: #fff;
}

.bt_blue {
  background: #2980b9;
  color: #fff;
}

.bt_blue:hover, .bt_blue:focus {
  background-color: #3a91c9;
  color: #fff;
}

.bt_green {
  background: #27ae60;
  color: #fff;
}

.bt_green:hover, .bt_green:focus {
  background-color: #39c574;
  color: #fff;
}

/* ----------------------------------------------------------------------
Youtube responsive - Youtube動画のレスポンシブ表示
---------------------------------------------------------------------- */
.ytube {
  position: relative;
  height: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 56.25%;
  padding-top: 30px;
  overflow: hidden;
}

.ytube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* ----------------------------------------------------------------------
Table responsive - テーブルのレスポンシブ表示
---------------------------------------------------------------------- */
.rps_table {
  line-height: 2.0;
}

@media only screen and (max-width: 480px) {
  .rps_table tr {
    display: block;
    margin-bottom: 1.5em;
  }

  .rps_table th, .rps_table td {
    display: list-item;
    list-style-type: none;
    border: none;
  }
}
/* ----------------------------------------------------------------------
 Cardlink style - カードリンクのスタイル
---------------------------------------------------------------------- */
.cardlink {
  padding: 12px 12px 12px 12px;
  margin: 10px 0;
  border: 1px solid #ddd;
  word-wrap: break-word;
  max-width: 100%;
  background: #fafafa;
}

.cardlink_thumbnail {
  float: left;
  margin-right: 20px;
}

.cardlink_content {
  line-height: 1.6;
}

.cardlink_timestamp {
  display: inline;
  margin: 0;
  padding: 0;
  vertical-align: top;
  color: #222;
  line-height: 1.6;
  font-size: 12px;
}

.cardlink_title {
  font-size: 14px;
  margin: 0 0 5px;
}

.cardlink_title a {
  font-weight: bold;
  color: #000;
  text-decoration: none;
}

.cardlink_title a:hover {
  text-decoration: underline;
}

.cardlink_excerpt {
  color: #333;
  font-size: 12px;
  overflow: hidden;
  line-height: 1.8;
}

.cardlink_footer {
  clear: both;
}

.clear {
  clear: both;
}

@media screen and (max-width: 767px) {
  .cardlink_thumbnail {
    float: none;
  }

  .cardlink_timestamp {
    line-height: 2.4;
    vertical-align: middle;
  }

  .cardlink_excerpt {
    float: none;
  }
}
/* ----------------------------------------------------------------------
 Contactform - お問い合わせフォーム
---------------------------------------------------------------------- */
.wpcf7 {
    width: 100%;
    border: none;
    background: #f7f8f8;
    padding: 11px 0 0 !important;
    margin: 0 0 2.5em !important;
    font-size: 14px;
    box-sizing: border-box;
    border-radius: 15px;
}

.wpcf7 form {
  margin: 1.5em 1.5em 0;
}

.wpcf7 p {
  margin-bottom: 1em;
  font-size: 12px;
}

.wpcf7 input, .wpcf7 textarea {
  width: auto;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #ccc;
  line-height: 1.2;
  padding: 8px;
}

.wpcf7 select, .wpcf7 input[type=checkbox], .wpcf7 input[type=radio] {
  width: auto;
  max-width: 97%;
  border: 1px solid #ccc;
  padding: 8px;
}

.wpcf7 select, .wpcf7 .wpcf7-list-item-label {
  line-height: 1.2;
  font-size: 14px;
}

.wpcf7-list-item {
  display: block;
}

.wpcf7 textarea {
  height: 300px;
}

.wpcf7 input:focus, .wpcf7 textarea:focus {
  outline: none;
  border: 1px solid #bbb;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: inner 0 0 5px rgba(0, 0, 0, 0.5);
}

.wpcf7 input.wpcf7-submit {
  position: relative;
  display: block;
  width: 225px;
  height: 48px;
  margin: 30px auto 0;
  background-color: #333333;
  cursor: pointer;
  border: none !important;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.wpcf7 input.wpcf7-submit, .wpcf7 input.wpcf7-submit::before, .wpcf7 input.wpcf7-submit::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.wpcf7 input.wpcf7-submit:hover {
  background-color: #666666;
}

.wpcf7 .wpcf7-not-valid {
  background: pink;
}

.wpcf7 .wpcf7-response-output {
  margin: 10px 0 0;
  padding: 8px 35px 8px 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.wpcf7 .wpcf7-validation-errors {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}

.wpcf7 .wpcf7-mail-sent-ok {
  color: #3A87AD;
  background-color: #D9EDF7;
  border: 1px solid #BCE8F1;
}

/* ----------------------------------------------------------------------
 font-size - フォントサイズ
---------------------------------------------------------------------- */
.text70 {
  font-size: 70%;
}

/* フォントサイズ70% */
.text80 {
  font-size: 80%;
}

.text90 {
  font-size: 90%;
}

.text100 {
  font-size: 100%;
}

.text110 {
  font-size: 110%;
}

.text120 {
  font-size: 120%;
}

.text130 {
  font-size: 130%;
}

.text140 {
  font-size: 140%;
}

.text150 {
  font-size: 150%;
}

.text160 {
  font-size: 160%;
}

.text170 {
  font-size: 170%;
}

.text180 {
  font-size: 180%;
}

.text190 {
  font-size: 190%;
}

.text200 {
  font-size: 200%;
}

.text210 {
  font-size: 210%;
}

.text220 {
  font-size: 220%;
}

/* 太字 */
.b {
  font-weight: 700;
}

/* 下線 */
.u {
  text-decoration: underline;
}

/* 打ち消し線 */
.del {
  text-decoration: line-through;
}

/* ----------------------------------------------------------------------
 font-color - フォントカラー
---------------------------------------------------------------------- */
.red {
  color: red;
}

/* 赤色 */
.blue {
  color: #2ca9e1;
}

/* 青色 */
.green {
  color: #009F53;
}

/* 緑色 */
.orange {
  color: #ff7d00;
}

/* 橙色 */
.yellow {
  color: #fff000;
}

/* 黄色 */
.pink {
  color: #ff0084;
}

/* ピンク */
.gray {
  color: #999999;
}

/* グレー */
/* ----------------------------------------------------------------------
 background-color - 背景色
---------------------------------------------------------------------- */
.bg-yellow {
  padding: 2px;
  background-color: #ff0;
}

/* 黄色の文字背景 */
.bg-blue {
  padding: 2px;
  background-color: #4ab0f5;
}

/* 青色の文字背景 */
.bg-red {
  padding: 2px;
  background-color: red;
}

/* 赤色の文字背景 */
/* ----------------------------------------------------------------------
 text-align - 配置
---------------------------------------------------------------------- */
.align1 {
  text-align: center !important;
}

/* 中央寄せ */
.align2 {
  text-align: right !important;
}

/* 右寄せ */
.align3 {
  text-align: left !important;
}

/* 左寄せ */
/* ----------------------------------------------------------------------
 float - 回り込み
---------------------------------------------------------------------- */
.r-flo {
  float: right;
  margin: 10px;
}

/* 右に回り込み */
.l-flo {
  float: left;
  margin: 10px;
}

/* 左に回り込み */
.f-clear {
  clear: both;
}

/* 回り込みの解除 */
/* ----------------------------------------------------------------------
 hover - 画像リンクマウスオーバー時の不透明度
---------------------------------------------------------------------- */
a img.fade {
  background: none !important;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

a:hover img.fade {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  background: none !important;
}

/* ----------------------------------------------------------------------
 text-style - テキストスタイル
---------------------------------------------------------------------- */
.att {
  padding-left: 1em;
  text-indent: -1em;
}

/* 注意書き等で二行目以降を字下げ */
.att_box {
  margin: 2em 0 2.5em;
  padding: 1em 1.2em;
  line-height: 2.0;
  border: 1px dotted #cccccc;
  background: #fcfcfc;
  box-shadow: 0px 4px 0px 0px #f7f7f7;
}

/* テキストボックス */
/* ----------------------------------------------------------------------
 margin - 要素の外側の余白
---------------------------------------------------------------------- */
.m0 {
  margin: 0 !important;
}

/* margin 0px を指定するクラス */
.mt0 {
  margin-top: 0 !important;
}

/* margin-top0px を指定するクラス */
.mr0 {
  margin-right: 0 !important;
}

/* margin-right0px を指定するクラス*/
.mb0 {
  margin-bottom: 0 !important;
}

/* margin-bottom0px を指定するクラス*/
.ml0 {
  margin-left: 0 !important;
}

/* margin-left0px を指定するクラス*/
.m5 {
  margin: 5px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.m10 {
  margin: 10px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.m15 {
  margin: 15px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.m20 {
  margin: 20px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.m25 {
  margin: 25px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.m30 {
  margin: 30px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.m35 {
  margin: 35px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.m40 {
  margin: 40px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.m45 {
  margin: 45px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.m50 {
  margin: 50px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.m55 {
  margin: 55px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.m60 {
  margin: 60px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.m65 {
  margin: 65px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.m70 {
  margin: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.m75 {
  margin: 75px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.m80 {
  margin: 80px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.m100 {
  margin: 100px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

/* ----------------------------------------------------------------------
 padding - 要素の内側の余白
---------------------------------------------------------------------- */
.p0 {
  padding: 0 !important;
}

/* padding-0px を指定するクラス */
.pt0 {
  padding-top: 0 !important;
}

/* padding-top0px を指定するクラス */
.pr0 {
  padding-right: 0 !important;
}

/* padding-right0px を指定するクラス */
.pb0 {
  padding-bottom: 0 !important;
}

/* padding-bottom0px を指定するクラス */
.pl0 {
  padding-left: 0 !important;
}

/* padding-left0px を指定するクラス */
.p5 {
  padding: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.p10 {
  padding: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.p25 {
  padding: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

/* パスワード保護 */
.post-password-form { border:1px solid #ddd; background:#f5f5f5; padding: 25px 36px; display:inline-block; box-sizing: border-box; width:75%; margin:0 auto 30px; display:block; }
.post-password-form p { line-height:1.2; margin-bottom: 20px; }
.post-password-form p:last-child { margin-bottom: 0; }
.post-password-form input[type="password"] { border:1px solid #ddd; box-shadow:none; height:40px; width:250px; margin-right: 13px; box-sizing: border-box; padding: 0 10px; }
.post-password-form input[type="submit"] { box-sizing: border-box; color: #fff; display: inline-block; padding: 0 20px; height: 40px; line-height: 40px; font-size:14px; text-align:center; line-height:1; cursor: pointer; min-width:100px; vertical-align: top; }
.post-password-form input[type="submit"]:hover { color: #fff; }

	img.pc_none{
	display: none;
	}
		img.sp_none{
    display: inherit;
    width: 100%;
    z-index: 30;
    margin: -13% auto 0;
	}


.category-bridge .archive-header h2{
/*    font-family: 'KFhimaji',' Huiji','きろ字 - B';*/
    color: #009F53;
}






/* ///////////////////////////////////////////////////////////////////
2019バナー
/////////////////////////////////////////////////////////////////// */


div.banner2019-1 {
margin: 0 auto;
    padding: 0px 0 0;
    max-width: 1067px;
    background: url(http://yuukari-s.jp/houjin/wp-content/uploads/R2kensyu201211-01.png);
    background-repeat: no-repeat;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}

div.banner2019-1 a img,
div.banner2019-2 a img,
div.banner2019-3 a img{
width: 100%;
}

div.banner2019-1 a {
}

div.banner2019-1-text {
margin: 0 auto;
    padding: 10px 0 24px;
    max-width: 1067px;
    text-align: justify;
    line-height: 25px;
}

div.banner2019-2 {
margin: 0 auto;
    padding: 0px 0 0;
    max-width: 1067px;
    background: url(http://yuukari-s.jp/houjin/wp-content/uploads/kyuujin-baner-h2020.jpg);
    background-repeat: no-repeat;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}

div.banner2019-2 a {
}

div.banner2019-1 a img:hover,
div.banner2019-2 a img:hover, 
div.banner2019-3 a img:hover {
opacity: 0;
}

div.banner2019-2-text {
margin: 0 auto;
    padding: 10px 0 24px;
    max-width: 1067px;
    text-align: justify;
    line-height: 25px;
}


/*
div.banner2019-3 {
margin: 0 auto;
    padding: 0px 0 0;
    max-width: 1067px;
    background: url(http://yuukari-s.jp/houjin/wp-content/uploads/banner20192.jpg);
    background-repeat: no-repeat;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}*/

div.banner2019-3 a {
}


div.banner2019-3-text {
margin: 0 auto;
    padding: 10px 0 24px;
    max-width: 1067px;
    text-align: justify;
    line-height: 25px;
}





/*top*/
div.header-bar {
    background-position: 260px bottom;
    background-repeat: no-repeat;
    max-width: 1190px;
    margin: 0 auto;
}
img.slider_frame{
    max-width: 100%;
    margin-top: -14%;
    z-index: 30;
}

#content01_1{
margin: 0 auto;
    position: relative;
}

.inner01_1 {
    margin: 0 auto;
    max-width:1900px;
}

.content01-text{

    font-size: 21px !important;
}

.content01-text span{
    font-size: 26px !important;
}

.con1_normal_text{

}
.con1_footer_title{
	
}
.con1_normal_text p{
    text-align: center;
    font-size: 17px;
}
.con1_footer_title p{
      text-align: center;
    font-size: 35px;
    font-family: 'KFhimaji',' Huiji','きろ字 - B';
    letter-spacing: 5px;
}


.content01_bg{
    background-image: url(http://yuukari-s.jp/okanohara/wp-content/uploads/2017/10/top_content1_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-position: 0px 24%;
}

.content01 img {
    display: block;
    margin: 0px auto 0%;
    max-width: 1150px;
	width: 100%;
}



.fade01 h2{
color: #000000;
    font-family: 'KFhimaji',' Huiji','きろ字 - B';
    font-weight: 400;
    font-size: 32px !important;
}
time.article02-date{
    color: #896138;
}

.copyright,
.footer-bar01{
    background: #008745 !important;
}

.fade01 .column-layout03-title{
    font-size: 30px;
    font-family: 'KFhimaji',' Huiji','きろ字 - B';
    color: #000000;
    font-weight: bold;
    margin: 20% auto 0;
}

.fade01 .column-layout03-title span{
    color: #A78047;
}



div.column-layout03:nth-child(1) div.column-layout03-content{
background-repeat: no-repeat;
background-position: 50% 0px;
background-size: contain;

}

div.column-layout03:nth-child(2) div.column-layout03-content{

background-repeat: no-repeat;
background-position: 50% 0px;
background-size: contain;
    padding: 20px 0 0 35px;
}

div.column-layout03:nth-child(3) div.column-layout03-content{

background-repeat: no-repeat;
background-position: 50% 0px;
background-size: contain;
padding: 0px 0 0 125px;
}

div.column-layout03:nth-child(4) div.column-layout03-content{

background-repeat: no-repeat;
background-position: 50% 0px;
background-size: contain;
    padding: 30px 0 0 0px;
}

div.column-layout03:nth-child(5) div.column-layout03-content{

background-repeat: no-repeat;
background-position: 50% 0px;
background-size: contain;
padding: 0px 0 0 125px;
}


div.margin_50{
margin-top:150px;
}



.content02_link img {
    display: block;
    margin: 50px auto;
}

.content03_link img {
    display: block;
    margin: 50px auto;
}

.content04_link img {
    display: block;
    margin: 50px auto;
}

.content05_link img {
    display: block;
    margin: 50px auto 100px;
}


.voice_content4{
float: right;
    /* max-width: 648px; */
    margin: 37px 20px;
    display: inline-block;
}

.voice_content4 .voice_content4_1 {
    margin: 0px 20px;
    /* float: right; */
    max-width: 648px;
    display: inline-block;
    width: auto;
}

.voice_section {
    max-width: 1200px;
    margin: 0 auto 140px;
}
div.voice_content4_1 {
}

div.voice_content4_1 div.voice_content4_title {
    padding: 30px 0px 17px;
    line-height: 39px;
    color: #754C24;
    font-family: 'KFhimaji',' Huiji','きろ字 - B';
    letter-spacing: 6px;
    font-size: 30px;
}

div.voice_content4_1 div.voice_content4_text {
    line-height: 30px;
    font-size: 17px;
    float: left;
    width: 60%;
    text-align: justify;
}
div.voice_content4_1 div.voice_content4_text span {
    margin-top: 20px;
    display: block;
}

/* ///////////////////////////////////////////////////////////////////
TOP スタッフ
/////////////////////////////////////////////////////////////////// */

div.voice_content4_2 {
    font-size: 14px;
    line-height: 21px;
    margin-top: 20px;
}

div.voice_content4_2 div.voice_content4_2_title {
    font-size: 16px;
    margin-bottom: 10px;
}

div.voice_content4_2 div.voice_content4_2_box {
}

div.voice_content4_2 div.voice_content4_2_box div.voice_content4_2_left {
    width: 48%;
    float: left;
    margin-right: 2%;
}

div.voice_content4_2 div.voice_content4_2_box div.voice_content4_2_right {
    width: 48%;
    float: left;
    margin-left: 2%;
}


div.staff_content {
    background-image: url(http://yuukari-s.jp/okanohara/wp-content/uploads/2017/09/top_content3_bg.png);
    padding: 130px 0 20px;
    background-repeat: no-repeat;
    background-size: cover;
}

div.staff_content div.staff_title {
    text-align: center;
    font-size: 27px;
    font-family: 'KFhimaji',' Huiji','きろ字 - B';
    margin: 0px 0px 27px;
}
div.staff_content div.staff_text {
    text-align: center;
    font-size: 17px;
}


div.staff_content div.staff_all_box {
    margin: 0 auto;
    text-align: center;
    display: block;
    max-width: 1400px;
}

div.staff_content div.staff_all_box div.staff_box1 {
    float: left;
    margin: 0 1%;
    width: 18%;
clear: inherit !important;
}

div.staff_content div.staff_all_box div.staff_box1 a {
}

div.staff_content div.staff_all_box div.staff_box1 a img {
}

div.staff_content div.content05_link {
}

div.staff_content div.content05_link a {
}

div.staff_content div.content05_link a img {
}

/* ///////////////////////////////////////////////////////////////////


/////////////////////////////////////////////////////////////////// */


div.voice_section div.voice_conten div.voice_content4 img.verification_img {
    width: 100%;
}


div.footer_link_box {
    max-width: 1065px;
    margin: 0 auto;
}

div.footer_link_box div.footer_img {
    margin: 0px auto 0;
    width: 100%;
    display: flex;
    display: block;
    text-align: center;
    background-color: #fcf6e7;
}

div.footer_link_box div.footer_link1 a {
}

div.footer_link_box div.footer_link1 a img {
width: 100%;
}

.global-nav .current-menu-item > a{
color: #76d0a5 !important;
}

.global-nav .current-menu-item > a:hover{
color: #6B6B6B !important;
}


/* ///////////////////////////////////////////////////////////////////
保育時間2
/////////////////////////////////////////////////////////////////// */

.page-id-67 div.post {
    margin-top: 75px;
    max-width: 900px;
    margin: 75px auto;
}

.page-id-67 div.post div.page_title_border {
    margin: 19px;
}

.page-id-67 div.post div.page_title_border span {
    font-size: 30px;
    font-family: 'KFhimaji',' Huiji','きろ字 - B';
    color: #000000;
    font-weight: bold;
    margin: 20% auto 0;
}

.page-id-67 div.post div.child_care_time_box1 {
}

.page-id-67 div.post div.child_care_time_box1 table {
    margin: 0;
}

.page-id-67 div.post div.child_care_time_box1 table tbody {
}

.page-id-67 div.post div.child_care_time_box1 table tbody tr {
    background: none;
    border-top: solid 2px #ddd;
    border-bottom: solid 2px #ddd;
	    width: 19%;
}

.page-id-67 div.post div.child_care_time_box1 table tbody tr th {
    -moz-text-align-last: justify;
    text-align-last: justify;
}

.page-id-67 div.post div.child_care_time_box1 table tbody tr td {
}

.page-id-67 div.post div.child_care_time_box1 div.text1 {
}

.page-id-67 div.post div.child_care_time_box1 div.text1 p {
margin-left: 19%;
}

.page-id-67 div.question_box {
    max-width: 920px;
    margin: 0 auto;
}

.page-id-67 div.question_box div.page_title_border {
    font-size: 30px;
    font-family: 'KFhimaji',' Huiji','きろ字 - B';
    color: #000000;
    font-weight: bold;
    margin: 10% auto 37px;
}

.page-id-67 div.question_box table {
    border: solid 2px #ddd;
}

.page-id-67 div.question_box table tbody {
}

.page-id-67 div.question_box table tbody tr.q_green {
}

.page-id-67 div.question_box table tbody tr.q_green td {
color: #22AC38;
}

.page-id-67 div.question_box table tbody tr {
}

.page-id-67 div.question_box table tbody tr td {
}

.page-id-67 div.question_box table tbody tr td span {
}
.page-id-67 div.question_box table tbody tr td span.text {
display: inline-table;
    max-width: 93%;
    margin: 0 0 20px 10px;
    text-align: justify;
}


.page-id-67 div.question_box table tbody tr:nth-child(1)  td:nth-child(1) {
    min-width: 70px;
    font-size: 33px;
    font-size: 30px;
    font-family: 'KFhimaji',' Huiji','きろ字 - B';
    color: #22AC38;
    font-weight: bold;
}

.page-id-67 div.question_box table tbody tr:nth-child(2)  td:nth-child(1) {
    min-width: 70px;
    font-size: 33px;
    font-size: 30px;
    font-family: 'KFhimaji',' Huiji','きろ字 - B';
    color: #000000;
    font-weight: bold;
    padding-top: 0;
}




/* ///////////////////////////////////////////////////////////////////
ゆうかり保育園について
/////////////////////////////////////////////////////////////////// */

.page-id-12 div.about_voice_section div.about_voice_conten div.about_voice_content2 span {
    font-size: 21px;
    /* font-family: 'KFhimaji',' Huiji','きろ字 - B'; */
    color: #000000;
    /* font-weight: bold; */
    margin: 11px 0 35px;
    text-align: right;
    display: block;
    font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;

}

.page-id-12 .post-content p {
    line-height: 2;
    margin: 0 0 0 0;
}

.page-id-12 p.gakuen_about_top {

}

.page-id-12 p.gakuen_about_top span {
    font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    line-height: 25px;
    letter-spacing: 2px;
    margin: 12% 0 0;
    font-size: 37px;
    color: #006934;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0px;
    display: block;
}

.page-id-12 div.about_voice_section {
	    margin-bottom: 90px;
}

.page-id-12 div.about_voice_section div.about_voice_conten {
}

.page-id-12 div.about_voice_section div.about_voice_conten div.about_voice_content1 {
	    width: 50%;
    float: left;
}

.page-id-12 div.about_voice_section div.about_voice_conten div.about_voice_content1 img.verification_img {
	    width: 88%;
}

.page-id-12 div.about_voice_section div.about_voice_conten img.verification_img {
}

.page-id-12 div.about_voice_section div.about_voice_conten div.about_voice_title {
    font-size: 34px;
    color: #000000;
    font-weight: bold;
    margin: 0 0 35px;
    font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

.page-id-12 div.about_voice_section div.about_voice_conten div.about_voice_content2 {
     line-height: 40px;
    font-size: 17px;
}

.page-id-12 div.about_voice_section div.about_voice_conten div.about_voice_content2 div.about_voice_content3_title {
}

.page-id-12 div.about_content4_link {
	text-align: center;
}

.page-id-12 div.about_content4_link img {
}

.page-id-12 section.about_box {
	    margin-bottom: 30px;
}

.page-id-12 section.about_box div.about_box_left {
}

.page-id-12 section.about_box div.about_box_left div.about_box_title {
    text-align: center;
    margin-bottom: 50px;
    font-size: 34px;
    color: #000000;
    font-weight: bold;
    margin: 12% 0 35px;
    font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

.page-id-12 section.about_box div.about_box_left table {
	float: left;
    width: 50%;
}

.page-id-12 section.about_box div.about_box_left table tbody {
}

.page-id-12 section.about_box div.about_box_left table tbody tr th {
	    -moz-text-align-last: justify;
    text-align-last: justify;
	    max-width: 95px;
}

.page-id-12 section.about_box div.about_box_left table tbody tr td,
.page-id-12 section.about_box div.about_box_left table tbody tr th {
	border-top: solid 2px #ddd;
}

.page-id-12 section.about_box div.about_box_left table tbody tr:nth-child(9) td,
.page-id-12 section.about_box div.about_box_left table tbody tr:nth-child(9) th {
	border-bottom: solid 2px #ddd;
}

.page-id-12 section.about_box div.about_box_left table tbody tr td {
	padding: 20px 0 20px 64px;

}

.page-id-12 section.about_box div.about_box_right {
	    width: 43%;
    float: right;
    margin-left: 7%;
}

.page-id-12 section.about_box div.about_box_right p {
}

.page-id-12 section.about_box div.about_box_right p img.about_box_img {
}

.page-id-12 section.about_box div.about_box_right div.about_box_text {
	font-weight: bold;
    font-size: 20px;
    letter-spacing: 2px;
    margin: 20px 0;
}

.page-id-12 section.about_box div.about_box_right div.about_box_access {
    line-height: 25px;
}

img {
}



/* ///////////////////////////////////////////////////////////////////
行事ページ
/////////////////////////////////////////////////////////////////// */

.page-id-16 .article03.active {
    width: 24%;
    float: left;
    margin: 30px 0.5%;
}

.page-id-16 .article02-date {
    font-size: 12px;
    vertical-align: middle;
    color: #666;
}

.page-id-16 .getPostImgArea img {
    height: auto;
    max-width: 100%;
    width: 280px;
    height: 280px;
}
/*
.page-id-16 .article03-content {
    box-sizing: border-box;
    padding: 0px 0px;
}
*/
.page-id-16 .article03-title {
    font-size: 16px !important;
    line-height: 1.6 !important;
    overflow: hidden;
    margin-bottom: 15.4px;
    transition-property: color;
    transition-duration: 0.2s;
    transition-timing-function: ease;
    height: 50px;
}

.page-id-16 .post-content p {
    line-height: 2;
    margin: 0 0 0;
}

.page-id-18 p.gakuen_about_top,
.page-id-2 p.gakuen_about_top,
.page-id-12 p.gakuen_about_top,
.page-id-14 div.event_top,
.page-id-16 div.event_top {
    max-width: 820px;
    margin: 50px auto 65px;
    line-height: 42px;
    text-align: center;
    color: #000000;
    font-weight: 600;
    font-family: 'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'Yu Gothic UI',sans-serif;
    font-size: 20px;
}

.page-id-16 div.event_top span {
    font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    line-height: 25px;
    letter-spacing: 4px;
    font-size: 37px;
    color: #006934;
    font-weight: bold;
    text-align: center;
    display: block;
}

.page-id-16 div.column-layout02 {
    background: none;
}

.page-id-16 div.column-layout02 div.about_voice_title {
    text-align: center;
    font-size: 30px;
    font-family: 'KFhimaji',' Huiji','きろ字 - B';
    color: #000000;
    font-weight: bold;
    margin: 0% auto 0;
}

.page-id-16 div.column-layout02 div.column-layout02-inner {
    padding: 45px 0 100px;
}

.page-id-16 div.column-layout02 div.column-layout02-inner div.column-layout02-item {
}

.page-id-16 div.column-layout02 div.column-layout02-inner div.column-layout02-item img.column-layout02-image {
}

.page-id-16 div.column-layout02 div.column-layout02-inner div.column-layout02-item div.column-layout02-title {
font-size: 17px;
    margin: 0;
    padding: 0;
    color: #000000;
    margin: 10px 0;
}

.page-id-16 div.event_section2 {
    margin-bottom: 13% !important;
    display: block;
}

.page-id-16 div.event_section2 div.about_voice_title {
    margin: 8% auto 1%;
    font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    line-height: 25px;
    letter-spacing: 4px;
    font-size: 37px;
    color: #006934;
    font-weight: bold;
    text-align: center;
    display: block;
}

.page-id-16 div.event_section2 div.content2 {

}





.page-id-16 div.event_section2 div.content2 div.content2_box4,
.page-id-16 div.event_section2 div.content2 div.content2_box3,
.page-id-16 div.event_section2 div.content2 div.content2_box2,
.page-id-16 div.event_section2 div.content2 div.content2_box1 {
width: 100%;
}

.page-id-16 div.event_section2 div.content2 div.content2_box1 div.about_voice_title {
    text-align: center;
    font-size: 30px;
    font-family: 'KFhimaji',' Huiji','きろ字 - B';
    color: #000000;
    font-weight: bold;
    margin: 0% auto 0;
}

.page-id-16 div.event_section2 div.content2  div.about_voice_title img {
    margin-bottom: 25px;
}

.page-id-16 div.event_section2 div.content2 div.content2_box1 div.column-layout02-inner,
.page-id-16 div.event_section2 div.content2 div.content2_box2 div.column-layout02-inner,
.page-id-16 div.event_section2 div.content2 div.content2_box3 div.column-layout02-inner,
.page-id-16 div.event_section2 div.content2 div.content2_box4 div.column-layout02-inner {
    width: 100%;
    padding: 0 0 0%;
}

.page-id-16 div.event_section2 div.content2 div.content2_box1 div.column-layout02-inner div.column-layout02-item {
}

.page-id-16 div.event_section2 div.content2 div.content2_box1 div.column-layout02-inner div.column-layout02-item img.column-layout02-image {
}

.page-id-16 div.event_section2 div.content2 div.column-layout02-inner div.column-layout02-item div.column-layout02-title {
    font-size: 15px;
    margin: 0;
    padding: 0;
    color: #000000;
    text-align: center;
    margin: 10px 0;
}

.page-id-16 div.event_section2 div.content2 div.content2_box2 {
}

.page-id-16 div.event_section2 div.content2 div.content2_box2 div.about_voice_title {
}

.page-id-16 div.event_section2 div.content2 div.content2_box2 div.about_voice_title img {
}

.page-id-16 div.event_section2 div.content2 div.content2_box2 div.column-layout02-inner {
}

.page-id-16 div.event_section2 div.content2 div.content2_box2 div.column-layout02-inner div.column-layout02-item {
}

.page-id-16 div.event_section2 div.content2 div.content2_box2 div.column-layout02-inner div.column-layout02-item img.column-layout02-image {
}

.page-id-16 div.event_section2 div.content2 div.content2_box2 div.column-layout02-inner div.column-layout02-item div.column-layout02-title {
}

.page-id-16 div.event_section2 div.content2 div.content2_box3 {
}

.page-id-16 div.event_section2 div.content2 div.content2_box3 div.about_voice_title {
}

.page-id-16 div.event_section2 div.content2 div.content2_box3 div.about_voice_title img {
}

.page-id-16 div.event_section2 div.content2 div.content2_box3 div.column-layout02-inner {
}

.page-id-16 div.event_section2 div.content2 div.content2_box3 div.column-layout02-inner div.column-layout02-item {
}

.page-id-16 div.event_section2 div.content2 div.content2_box3 div.column-layout02-inner div.column-layout02-item img.column-layout02-image {
}

.page-id-16 div.event_section2 div.content2 div.content2_box3 div.column-layout02-inner div.column-layout02-item div.column-layout02-title {
}

.page-id-16 div.event_section2 div.content2 div.content2_box4 {
}

.page-id-16 div.event_section2 div.content2 div.content2_box4 div.about_voice_title {
}

.page-id-16 div.event_section2 div.content2 div.content2_box4 div.about_voice_title img {
}

.page-id-16 div.event_section2 div.content2 div.content2_box4 div.column-layout02-inner {
}

.page-id-16 div.event_section2 div.content2 div.content2_box4 div.column-layout02-inner div.column-layout02-item {
}

.page-id-16 div.event_section2 div.content2 div.content2_box4 div.column-layout02-inner div.column-layout02-item img.column-layout02-image {
}

.page-id-16 div.event_section2 div.content2 div.content2_box4 div.column-layout02-inner div.column-layout02-item div.column-layout02-title {
}



/* ///////////////////////////////////////////////////////////////////
保育園の生活
/////////////////////////////////////////////////////////////////// */


div.event_top {
}

div.event_top span {
}

div.column-layout02 {
}

div.column-layout02 div.column-layout02-inner {
}

div.column-layout02 div.column-layout02-inner div.column-layout02-item {
}

div.column-layout02 div.column-layout02-inner div.column-layout02-item img.column-layout02-image {
}

div.column-layout02 div.column-layout02-inner div.column-layout02-item div.column-layout02-title {
}

div.life_content2 {
}

div.life_content2 div.life_content_column-layout01 {
}

div.life_content2 div.life_content_column-layout01 img {
}

div.life_content2 section.life_content_box {
}

div.life_content2 section.life_content_box div.life_content_box_left {
}

div.life_content2 section.life_content_box div.life_content_box_left img {
}

div.life_content2 section.life_content_box div.about_box_right {
}

div.life_content2 section.life_content_box div.about_box_right img {
}

div.life_style_section {
}

div.life_style_section div.life_style_conten {
}

div.life_style_section div.life_style_conten div.life_style_content1 {
}

div.life_style_section div.life_style_conten div.life_style_content1 img.verification_img {
}

div.life_style_section div.life_style_conten div.life_style_content2 {
}

div.life_style_section div.life_style_conten div.life_style_content2 img.verification_img {
}

div.life_event_content {
}

div.life_event_content div.life_event_all_box {
}

div.life_event_content div.life_event_all_box div.life_event_box1 {
}

div.life_event_content div.life_event_all_box div.life_event_box1 img {
}

div.life_event_content div.life_event_all_box div.life_event_box1 div.title {
}

div.life_event_content div.life_event_all_box div.life_event_box1 div.text {
}

div.fade01 {

}

div.content01_bg .inner {
    margin: 0 auto 11px;
    max-width: 1150px;
}

div.top_content2_bg{
    background: #F6F5EC;
}




div.fade01 div.column-layout03 div.column-layout03-item {
}

div.fade01 div.column-layout03 div.column-layout03-item img.column-layout03-image {
}

div.fade01 div.column-layout03 div.column-layout03-content {
    margin: 0 auto;
    max-width: 560px;
}

div.fade01 div.column-layout03 div.column-layout03-content div.column-layout03-title {
    font-size: 30px;
    font-family: 'KFhimaji',' Huiji','きろ字 - B';
    color: #000000;
    font-weight: bold;
    margin: 0% auto 6%;
    text-align: center;
}

div.fade01 div.column-layout03 div.column-layout03-content div.column-layout03-title img {
}

div.fade01 div.column-layout03 div.column-layout03-content p.column-layout03-text {
    margin: 0 auto;
    max-width: 520px;
    font-size: 17px;
    line-height: 36px;
}


.top_content2_bg div.fade01 div.column-layout03:nth-child(3) div.column-layout03-content div.column-layout03-title {
    text-align: left;
    padding: 0;
    margin: 0 28px 6%;
}



/* ///////////////////////////////////////////////////////////////////
まわりのひとたち
/////////////////////////////////////////////////////////////////// */


.page-id-18 section.staff_content1 {
margin-bottom: 60px;
}

.page-id-18 section.staff_content1 div.staff_title {

}

.page-id-18 section.staff_content1 div.text_box {
}

.page-id-18 section.staff_content1 div.text_box h2.box1_title {
font-weight: 100;
    margin: 42px 0;
    font-size: 27px;
    letter-spacing: 4px;
}

.page-id-18 section.staff_content1 div.text_box div.box1_text {
    line-height: 29px;
    font-size: 17px;
    text-align: justify;
}

.page-id-18 section.staff_content2 {
    background-image: url(http://yuukari-s.jp/okanohara/wp-content/uploads/2017/09/staff_1_bg.png);
    background-repeat: no-repeat;
    min-height: 400px;
    background-size: contain;
    padding: 103px 38px 0 283px;
}

.page-id-18 section.staff_content2 h2.staff_title {
    font-size: 30px;
    font-family: 'KFhimaji',' Huiji','きろ字 - B';
    color: #000000;
    font-weight: bold;
    margin: 0% auto 25px;
}

.page-id-18 section.staff_content2 h2.staff_title span {
    font-size: 17px;
    font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.page-id-18 section.staff_content2 div.staff_text {
    font-size: 17px;
    line-height: 23px;
}

.page-id-18 section.staff_content3 {
}

.page-id-18 section.staff_content3 div.staff_img {
    width: 33%;
    float: left;
}

.page-id-18 section.staff_content3 div.staff_img img {
    text-align: center;
    margin: 0 auto;
    display: block;
}

.page-id-14 div.column-layout03:nth-child(2) div.column-layout03-content{
background-image: URL(http://yuukari-s.jp/okanohara/wp-content/uploads/2017/09/top_content2_img1_bg.png);
background-repeat: no-repeat;
background-position: 50% 0px;
background-size: contain;
    padding: 0px 0 0 12%;
}

.page-id-14 div.column-layout03:nth-child(3) div.column-layout03-content{
background-image: URL(http://yuukari-s.jp/okanohara/wp-content/uploads/2017/09/top_content2_img2_bg.png);
background-repeat: no-repeat;
background-position: 50% 0px;
background-size: contain;
    padding: 20px 0 0 35px;
}

.page-id-14 div.column-layout03:nth-child(4) div.column-layout03-content{
background-image: URL(http://yuukari-s.jp/okanohara/wp-content/uploads/2017/09/top_content2_img3_bg.png);
background-repeat: no-repeat;
background-position: 50% 0px;
background-size: contain;
padding: 0px 0 0 125px;
}

.page-id-14 div.column-layout03:nth-child(5) div.column-layout03-content{
background-image: URL(http://yuukari-s.jp/okanohara/wp-content/uploads/2017/09/top_content2_img4_bg.png);
background-repeat: no-repeat;
background-position: 50% 0px;
background-size: contain;
    padding: 30px 0 0 0px;
}

/* ///////////////////////////////////////////////////////////////////
門松注文フォーム
/////////////////////////////////////////////////////////////////// */


.page-id-1574 div.page_title_border {
    line-height: 25px;
    letter-spacing: 4px;
    margin: 6% 0 3%;
    font-size: 37px;
    color: #006934;
    font-weight: bold;
    text-align: center;
    display: block;
    font-family: 'KFhimaji',' Huiji','きろ字 - B';
}
.page-id-1574 div.kadomatu-title{
    text-align: left;
    font-size: 22px;
    font-family: 'KFhimaji',' Huiji','きろ字 - B';
    color: #009F53;
    display: block;
    margin-top: 6%;
margin: 6% 0 2%;
}

.page-id-1574 .radio-765 span.wpcf7-list-item:first-child span.wpcf7-list-item-label::after{
    content: '';
    display: inline-block;
    width: 100%;
    height: 328px;
    background-image: url(http://yuukari-s.jp/houjin/wp-content/uploads/門松_200-60.jpg);
    background-size: contain;
    background-repeat: no-repeat;
}

.page-id-1574 .radio-765 span.wpcf7-list-item:nth-child(2) span.wpcf7-list-item-label::after{
    content: '';
    display: inline-block;
    width: 100%;
    height: 328px;
    background-image: url(http://yuukari-s.jp/houjin/wp-content/uploads/門松_150-40.jpg);
    background-size: contain;
    background-repeat: no-repeat;
}

.page-id-1574 .radio-765 span.wpcf7-list-item:last-child span.wpcf7-list-item-label::after{
    content: '';
    display: inline-block;
    width: 100%;
    height: 328px;
    background-image: url(http://yuukari-s.jp/houjin/wp-content/uploads/門松_90-30.jpg);
    background-size: contain;
    background-repeat: no-repeat;
}

.page-id-1574 .radio-765 span.wpcf7-list-item span.wpcf7-list-item-label::after{
    margin-top: 13px;
    display: inline-block;
}

.page-id-1574 .radio-765 span.wpcf7-list-item {
    margin: 0 0.5% 0;
    width: 32%;
    word-break: break-all;
}
.page-id-1574 .wpcf7 input[type=radio] {

}

/* ///////////////////////////////////////////////////////////////////
お問い合わせフォーム
/////////////////////////////////////////////////////////////////// */


div.days_box label.days_box_content span {    float: left;
    width: 10%;
    margin: 6px 0 0 0px;}

.page-id-786 .wpcf7 form p:nth-child(3) label span {
    width: 10%;
    margin: 6px 0 0 0px;
}

.page-id-786 div.page_title_border {
    line-height: 25px;
    letter-spacing: 4px;
    margin: 6% 0 3%;
    font-size: 37px;
    color: #006934;
    font-weight: bold;
    text-align: center;
    display: block;
    font-family: 'KFhimaji',' Huiji','きろ字 - B';
}

page-id-230 .wpcf7 form p:nth-child(4) label {
    float: left;
}

div.days_box {
}

div.days_box label.days_box_content {
	float: left;
    margin: 0 8px;
}

.wpcf7 {
    width: 100%;
border: none;
background: #f7f8f8;
    padding: 0;
    margin: 0 0 2.5em !important;
    font-size: 14px;
	box-sizing: border-box;
}

.wpcf7 input.wpcf7-submit {
    position: relative;
    display: block;
    width: 225px;
    height: 48px;
    margin: 30px auto 0;
    background-color: #80b57f;
    cursor: pointer;
    border: none !important;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.5;
    outline: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 50px;
}
	
.wpcf7 input.wpcf7-submit:hover {
    background-color: #91c254;
    border-radius: 30px;
}
	
	
	.wpcf7 p {
    line-height: 22px;
	margin-bottom:20px;
    font-size: 15px;
}

	div#page_post {
    width: 800px;
    margin: 0 auto;
}
	
	.clearfix {
    display: block;
    margin-bottom: 20px;
}
	
	




div.days_box label.days_box_content {
float: left;
    width: 101px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    min-height: 44px;
}

div.days_box label.days_box_content span {
    float: left;
    width: 60%;
    margin: -10px 0 0 0;
}

div.days_box label.days_box_content:nth-child(1) {
    float: left;
    width: 36px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    min-height: 44px;
}
div.top_content1{

}

div.top_content1 div.column-layout03:nth-child(1) div.column-layout03-content{
    background-repeat: no-repeat;
    background-position: 50% 0px;
    background-size: contain;
    padding: 0;
}


/* ///////////////////////////////////////////////////////////////////
学園 オリジナル
/////////////////////////////////////////////////////////////////// */


div.top_content3 {
}

div.top_content3 div.top_content3_title {
    text-align: center;
    font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    line-height: 63px;
    font-size: 24px;
    letter-spacing: 6px;
    margin: 4% 0;
}

div.top_content3 div.top_bontent3_box {
    min-height: 538px;
    background-image: url(http://yuukari-s.jp/okanohara/wp-content/uploads/2017/10/top_content3_bg.png);
    background-repeat: no-repeat;
    background-position: center;
position: relative;
}

div.top_content3 div.top_bontent3_box div.staff_title3 {
background-color: rgba(0,0,0,0.3);
    font-size: 27px;
    color: #ffffff;
    font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    line-height: 50px;
    display: table-cell;
    position: absolute;
    max-width: 1100px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    margin: 0 auto;
    width: 80%;
    vertical-align: middle;
    text-align: center;
}

div.top_content3 div.top_bontent3_box div.content03_link {
}

div.top_content3 div.top_bontent3_box div.content03_link a {
    max-width: 156px;
    background-color: #525252;
    color: #ffffff;
    padding: 10px 50px;
    margin: 0 auto;
    display: inline-block;
    position: absolute;
    display: table-cell;
    position: absolute;
    top: 69%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    margin: 0 auto;
    width: 80%;
    vertical-align: middle;
    text-align: center;
    text-align: center;
}

div.top_content3 div.top_shop_section {
}

div.top_content3 div.top_shop_section div.top_shop_conten {
}

div.top_content3 div.top_shop_section div.top_shop_conten div.top_shop_content4 {
}

div.top_content3 div.top_shop_section div.top_shop_conten div.top_shop_content4 img.top_shop_img {
    margin: 60px auto 100px;
    display: block;
}

div.top_content3 div.clearfix {
}

div.top_content3 div.clearfix div.primary {
}

div.top_content3 div.clearfix div.primary div.post-content {
}

div.top_content3 div.clearfix div.primary div.post-content div.event_top {
    text-align: center;
    font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    line-height: 63px;
    font-size: 26px;
    letter-spacing: 6px;
    margin: 0% 0;
}

div.top_content3 div.clearfix div.primary div.post-content div.column-layout02 {
    background-color: #ffffff;
}

div.top_content3 div.clearfix div.primary div.post-content div.column-layout02 div.column-layout02-inner {
}

div.top_content3 div.clearfix div.primary div.post-content div.column-layout02 div.column-layout02-inner div.column-layout02-item {
    width: 29%;
    margin: 0 2% 4%;
}

div.top_content3 div.clearfix div.primary div.post-content div.column-layout02 div.column-layout02-inner div.column-layout02-item img.column-layout02-image {
}

div.top_content3 div.clearfix div.primary div.post-content div.column-layout02 div.column-layout02-inner div.column-layout02-item div.column-layout02-title {
    font-size: 17px;
    color: #000000;
    text-align: justify;
    font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;

}

div.top_content3 div.content04_link {
    max-width: 202px;
    background-color: #525252;
    color: #ffffff;
    padding: 10px 50px;
    margin: 0 auto;
    text-align: center;
}

div.top_content3 div.content04_link a {
    color: #ffffff;
}

div.top_content3 div.top_voice_content {
    max-width: 1150px;
    margin: 10% auto;
}

div.top_content3 div.top_voice_content div.voice_content4_2 {
    float: left;
}

div.top_content3 div.top_voice_content div.voice_content4_2 img {
}

div.top_content3 div.top_voice_content div.voice_content4_1 {
    margin: 0 40px;
    display: inline-block;
    float: left;
    width: 60%;
}

div.top_content3 div.top_voice_content div.voice_content4_1 div.voice_content4_title {
    font-size: 27px;
    padding: 30px 0px 13px;
    line-height: 39px;
    color: #754C24;
}

div.top_content3 div.top_voice_content div.voice_content4_1 div.voice_content4_text {
}

div.top_content3 div.voice_content7_title {
    text-align: center;
    font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    line-height: 63px;
    font-size: 26px;
    letter-spacing: 6px;
    margin: 0% 0;
}

div.top_content3 div.voice_content7_text {
    text-align: center;
    line-height: 30px;
}

div.top_content3 div.top_content7 {
    max-width: 1150px;
    margin: 50px auto 25px;
}

div.top_content3 div.top_content7 div.voice_content7 {
    width: 50%;
    float: left;
    margin: 0 auto;
    text-align: center;
}

div.top_content3 div.top_content7 div.voice_content7 img {
}

div.top_content3 div.top_content7 div.voice_content7 div.text {
margin: 20px 0 0;
}

div.voice_content7_bg{
    background-color: #F6F5EC;
    padding: 50px 0;
}



/* ///////////////////////////////////////////////////////////////////
ゆうかり学園について
/////////////////////////////////////////////////////////////////// */
.page-id-18 section.staff_content3 {
}

.page-id-18 section.staff_content3 div.staff_img {
    margin: 0 0 7%;
}

.page-id-18 section.staff_content3 div.staff_img img {
}

.page-id-18 section.staff_content3 div.staff_img div.title_name {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.page-id-18 section.staff_content3 div.staff_img div.interview_text {
    max-width: 341px;
    margin: 0 auto;
    line-height: 26px;
}

.page-id-18 p.gakuen_about_top span {
    font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    line-height: 25px;
    letter-spacing: 4px;
    margin: 12% 0 0;
    font-size: 37px;
    color: #006934;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0px;
    display: block;
}

.page-id-18 p.gakuen_about_top {

}


/* ///////////////////////////////////////////////////////////////////
求人
/////////////////////////////////////////////////////////////////// */


.page-id-2 p.gakuen_about_top {

}

.page-id-2 p.gakuen_about_top span {
    font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    line-height: 25px;
    letter-spacing: 4px;
    margin: 12% 0 0;
    font-size: 37px;
    color: #006934;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0px;
    display: block;
}

.page-id-2 div.fade01 {
}

.page-id-2 div.fade01 div.column-layout03 {
}

.page-id-2 div.fade01 div.column-layout03 div.column-layout03-item {
}

.page-id-2 div.fade01 div.column-layout03 div.column-layout03-item img.column-layout03-image {
}

.page-id-2 div.fade01 div.column-layout03 div.column-layout03-content {
    max-width: 100%;
    margin: 0 5%;
    padding: 0;
}

.page-id-2 div.fade01 div.column-layout03 div.column-layout03-content div.column-layout03-title {
font-size: 30px;
    color: #000000;
    font-weight: bold;
    margin: 3% auto 0;
    margin: 0;
}

.page-id-2 div.fade01 div.column-layout03 div.column-layout03-content div.column-layout03-title img {
	text-align: left;
    display: block;
}

.page-id-2 div.fade01 div.column-layout03 div.column-layout03-content p.column-layout03-title {
    font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    line-height: 25px;
    letter-spacing: 0px;
    margin: 5% 0 27px;
    font-size: 31px;
    text-align: left;
    display: block;
    font-weight: 100;
}

.page-id-2 div.fade01 div.column-layout03:nth-child(2n) {
    margin-bottom: 10%;
}


.page-id-2 div.fade01 div.column-layout03:nth-child(2) div.column-layout03-content{
    margin: 0 0% 0 4%;
}

.page-id-2 div.fade01 div.column-layout03:nth-child(3) div.column-layout03-content{
    margin: 0 4% 0 0%;
}


.page-id-2 div.fade01 div.column-layout03 div.column-layout03-content p.column-layout03-text {
    max-width: 100%;
}

.page-id-2 div.fade01 div.column-layout03 div.column-layout03-content p.column-layout03-title2 {
font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    line-height: 25px;
    letter-spacing: 0px;
    margin: 5% 0 27px;
    font-size: 24px;
    text-align: left;
    display: block;
    font-weight: 100;
}

.page-id-2 div.fade01 div.column-layout03 div.column-layout03-content p.column-layout03-text span {
}

.page-id-2 div.recruit_contact {
}

.page-id-2 div.recruit_contact img {
    text-align: center;
    margin: 13% auto 0;
    display: block;		
}


.page-id-16 div.event_section2 div.content2 div.content2_box1 {
}

.page-id-16 .column-layout02-item {
    float: left;
    width: 23%;
    margin: 0 1%;
}

/* ///////////////////////////////////////////////////////////////////
活動内容
/////////////////////////////////////////////////////////////////// */
.page-id-14 div.event_top {

}

.page-id-14 div.event_top span {
    font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    line-height: 25px;
    letter-spacing: 4px;
    margin: 3% 0 0;
    font-size: 37px;
    color: #006934;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0px;
    display: block;
}

.page-id-14 div.activity_link_box {
}

.page-id-14 div.activity_link_box a {
}

.page-id-14 div.activity_link_box a div.link_text {
float: left;
    width: 16%;
    margin: 0 1%;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    padding: 1%;
    color: #ffffff;
    background-color: #006934;
}

/* =========================================================
activity_section1
========================================================= */
.page-id-14 div#activity_section1 {
}

.page-id-14  div.trim {
    height: 573px;
    max-width: 2000px;
    margin: 0 auto;
}

.page-id-14 div#activity_section1 div.trim img {
}

.page-id-14 div#activity_section1 div.content2 {
}

.page-id-14 div#activity_section1 div.content2 div.column_box {
}

.page-id-14 div#activity_section1 div.content2 div.column_box div.title1 {
}

.page-id-14 div#activity_section1 div.content2 div.column_box div.title2 {
}

.page-id-14 div#activity_section1 div.content2 div.column_box div.text {
}

.page-id-14 div#activity_section1 div.content2 div.column_box img {
}

/* =========================================================
activity_section2
========================================================= */
.page-id-14 div#activity_section2 {
}

.page-id-14 div#activity_section2 div.trim {
}

.page-id-14 div#activity_section2 div.trim img {
}

.page-id-14 div#activity_section2 div.content2 {
}

.page-id-14 div#activity_section2 div.content2 div.column_box {
}

.page-id-14 div#activity_section2 div.content2 div.column_box div.title1 {
}

.page-id-14 div#activity_section2 div.content2 div.column_box div.title2 {
}

.page-id-14 div#activity_section2 div.content2 div.column_box div.text {
}

.page-id-14 div#activitysection2 div.content2 div.column_box img {
}

/* =========================================================
activity_section3
========================================================= */
.page-id-14 div#activity_section3 {
}

.page-id-14 div#activity_section3 div.trim {
}

.page-id-14 div#activity_section3 div.trim img {
}

.page-id-14 div#activity_section3 div.content2 {
}

.page-id-14 div#activity_section3 div.content2 div.column_box {
}

.page-id-14 div#activity_section3 div.content2 div.column_box div.title1 {
}

.page-id-14 div#activity_section3 div.content2 div.column_box div.title2 {
}

.page-id-14 div#activity_section3 div.content2 div.column_box div.text {
}

.page-id-14 div#activity_section3 div.content2 div.column_box img {
}

/* =========================================================
activity_section4
========================================================= */
.page-id-14 div#activity_section4 {
}

.page-id-14 div#activity_section4 div.trim {
}

.page-id-14 div#activity_section4 div.trim img {
}

.page-id-14 div#activity_section4 div.content2 {
}

.page-id-14 div#activity_section4 div.content2 div.column_box {
}

.page-id-14 div#activity_section4 div.content2 div.column_box div.title1 {
}

.page-id-14 div#activity_section4 div.content2 div.column_box div.title2 {
}

.page-id-14 div#activity_section4 div.content2 div.column_box div.text {
}

.page-id-14 div#activity_section4 div.content2 div.column_box img {
}

/* =========================================================
activity_section5
========================================================= */
.page-id-14 div#activity_section5 {
}

.page-id-14 div#activity_section5 div.trim {
}

.page-id-14 div#activity_section5 div.trim img {
}

.page-id-14 div#activity_section5 div.content2 {
}

.page-id-14 div#activity_section5 div.content2 div.column_box {
}

.page-id-14 div#activity_section5 div.content2 div.column_box div.title1 {
}

.page-id-14 div#activity_section5 div.content2 div.column_box div.title2 {
}

.page-id-14 div#activity_section5 div.content2 div.column_box div.text {
}

.page-id-14 div#activity_section5 div.content2 div.column_box img {
}

.page-id-14 div.content2 div.column_box div.title1 {
    padding: 7px 20px;
    width: auto;
    display: -webkit-inline-box;
    font-size: 20px;
    color: #ffffff;
    background-color: #000000;
}

.page-id-14 div.content2 div.column_box div.title2 {
    font-size: 33px;
    line-height: 46px;
    margin: 7% 0 12%;
    color: #000000;
}


.page-id-14 div.content2 div.column_box div.text {
    font-size: 17px;
    line-height: 32px;
    color: #000000;
    text-align: justify;
}

.page-id-14 div.content2 div.column_box {
    width: 44%;
    float: left;
    margin: 0 3%;
}

.page-id-14 div#activity_section1,
.page-id-14 div#activity_section2,
.page-id-14 div#activity_section3,
.page-id-14 div#activity_section4,
.page-id-14 div#activity_section5{
    margin-bottom: 150px;
}

.page-id-14 div.trim img {
    margin-bottom: 0%;
    margin-top: -3%;
}

.page-id-14 #activity_section1 .inner,
.page-id-14 #activity_section2 .inner,
.page-id-14 #activity_section3 .inner,
.page-id-14 #activity_section4 .inner,
.page-id-14 #activity_section5 .inner{
    margin: 6% auto 7%;
}

.activity_header_img{
text-align: center;	
}

.home .fade01 h2 {
font-family: none;
}


/* ///////////////////////////////////////////////////////////////////


/////////////////////////////////////////////////////////////////// */


.page-id-411 div.living_top {
    max-width: 820px;
    margin: 50px auto 65px;
    line-height: 42px;
    text-align: center;
    color: #000000;
    font-weight: 600;
    font-family: 'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'Yu Gothic UI',sans-serif;
    font-size: 20px;
}

.page-id-411 div.living_top span {
    font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    line-height: 25px;
    letter-spacing: 4px;
    font-size: 37px;
    color: #006934;
    font-weight: bold;
    text-align: center;
    display: block;
}

/* =========================================================
section1
========================================================= */
.page-id-411 div#section1 {
}

.page-id-411 div#section1 div.section_box1 {
}

.page-id-411 div.box_content {
width: 46%;
    float: left;
    margin: 0 2%;
}

.page-id-411 div.box_content div.title {
    font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    line-height: 25px;
    letter-spacing: 4px;
    font-size: 35px;
    color: #000000;
    font-weight: bold;
    text-align: left;
    display: block;
}

.page-id-411 div.box_content div.text {
    margin: 32px auto 5px;
    line-height: 42px;
    text-align: left;
    color: #000000;
    font-weight: bold;
    font-family: 'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'Yu Gothic UI',sans-serif;
    font-size: 18px;
}

.page-id-411 div#section1 div.section_box1 div.box_content img {
}

/* =========================================================
section2
========================================================= */
.page-id-411 div#section2 {
}

.page-id-411 div#section2 div.section_box1 {
}

.page-id-411 div#section2 div.section_box1 div.box_content {
}

.page-id-411 div#section2 div.section_box1 div.box_content div.title {
}

.page-id-411 div#section2 div.section_box1 div.box_content div.text {
}

.page-id-411 div#section2 div.section_box1 div.box_content img {
}

/* =========================================================
section3
========================================================= */
.page-id-411 div#section3 {
}

.page-id-411 div#section3 div.section_box1 {
}

.page-id-411 div#section3 div.section_box1 div.box_content {
}

.page-id-411 div#section3 div.section_box1 div.box_content div.title {
}

.page-id-411 div#section3 div.section_box1 div.box_content div.text {
}

.page-id-411 div#section3 div.section_box1 div.box_content img {
}

/* =========================================================
section4
========================================================= */
.page-id-411 div#section4 {
}

.page-id-411 div#section4 img {
}

.page-id-411 div#section1,
.page-id-411 div#section2,
.page-id-411 div#section3 {
    margin-bottom: 10%;
}



/* ///////////////////////////////////////////////////////////////////
インスタグラム
/////////////////////////////////////////////////////////////////// */


div.instagram_content {
    margin-bottom: 7%;
}

div.instagram_content div.instagram_title {
    margin: 6% auto 1%;
    text-align: center;
}

div.instagram_content div.instagram_title img {
}

div.instagram_content div.instagram_box {
    max-width: 1150px;
    margin: 0 auto;
}

div.instagram_content div.instagram_box img {
}


.page-id-12 section.about_box div.about_box_left table tbody tr:nth-child(5) td br {
	display:none;

}


.page-id-12 section.about_box div.about_box_left table tbody tr:nth-child(4) td br {
    display: none;
}

.con1_footer_title p br {
    display: none;
}




/* ///////////////////////////////////////////////////////////////////
法人概要
/////////////////////////////////////////////////////////////////// */
.black{
color: #000;
}

.page-id-778 div.inner {
    margin: 0 auto;
}

div.free_top_img {
	text-align: center;
    display: block;
    margin: 4% 0 2%;
}

div.free_top_img img {
}

.page-id-778 td.br_on br{
display: block !important;
}


.kiro_font {
    text-align: center;
    font-size: 30px !important;
    font-family: 'KFhimaji',' Huiji','きろ字 - B';
}


p.sub_title {
max-width: 820px;
    margin: 50px auto 0px;
    line-height: 42px;
    text-align: center;
    color: #000000;
    letter-spacing: 4px;
    font-family: 'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'Yu Gothic UI',sans-serif;
    font-weight: 600;
    font-size: 17px;
}

div.kiro_font p {
}

div.free_page_2column {
    margin-top: 7%;
}

div.free_page_2column div.free_page_2column_left {
width: 46%;
margin: 0 2%;
float: left;
}

div.free_page_2column div.free_page_2column_left h2.kiro_font {
}

div.free_page_2column div.free_page_2column_left table {
}

div.free_page_2column div.free_page_2column_left table tbody {
}

div.free_page_2column div.free_page_2column_left table tbody tr {
    line-height: 44px;
    border-bottom: solid 1px #717171;
}

div.free_page_2column div.free_page_2column_left table tbody tr th {
    width: 20%;
    text-align: justify;
    -moz-text-align-last: justify;
    text-align-last: justify;
}

div.free_page_2column div.free_page_2column_left table tbody tr th span.eblue {
}

div.free_page_2column div.free_page_2column_left table tbody tr td {
    padding-left: 30px;
}

div.free_page_2column div.free_page_2column_left table tbody tr td span.eblue {
}

div.free_page_2column div.free_page_2column_right {
width: 46%;
margin: 0 2%;
float: left;
}

div.free_page_2column div.free_page_2column_right h2.kiro_font {
}

div.free_page_2column div.free_page_2column_right td {
}

div.free_page_2column div.free_page_2column_right table {
}

div.free_page_2column div.free_page_2column_right table tbody {
}

div.free_page_2column div.free_page_2column_right table tbody tr {
font-size: 14px;
}

div.free_page_2column div.free_page_2column_right table tbody tr th {
    padding: 0;
    margin: 0;
    width: 28%;
}

div.free_page_2column div.free_page_2column_right table tbody tr td {
    padding: 0;
    margin: 0;
    letter-spacing: -0.5px;
line-height: 29px;
}

img.title_jigyousyo {
    margin-top: 7%;
}

div.jigyousyo_box {
    margin: 5% 0% 5% 0%;
    background-image: url(http://yuukari-s.jp/houjin/wp-content/uploads/2017/12/houjin_free_bg1.png);
    background-repeat: no-repeat;
    background-position: 100% 50%;
}

div.green_bg {
    margin: 5% 0% 5% 0%;
    background-image: url(http://yuukari-s.jp/houjin/wp-content/uploads/2017/12/houjin_free_bg2.png);
    background-repeat: no-repeat;
    background-position: 100% 50%;
}

div.jigyousyo_box div.jigyousyo_left {
    float: left;
    width: 33%;
}
.jigyousyo_box2{
}

div.jigyousyo_box div.jigyousyo_left img {
}

div.jigyousyo_box div.jigyousyo_right {
    float: left;
    margin-left: 5%;
    width: 60%;
}

div.jigyousyo_box div.jigyousyo_right img {
float: left;
}

div.jigyousyo_box a {
    padding: 4px 34px;
    color: #fff;
    background-color: #000;
    letter-spacing: 2.2px;
    margin-bottom: 20px;
    display: inline-block;
}


div.jigyouflowt img {
    float: left;
}

div.jigyouflowt table {
    width: 60%;
    margin-top: 36px;
}


div.jigyousyo_box div.jigyousyo_right table {
}

div.jigyousyo_box div.jigyousyo_right table tbody {
}

div.jigyousyo_box div.jigyousyo_right table tbody tr {
}

div.jigyousyo_box div.jigyousyo_right table tbody tr th {
    padding: 0;
    margin: 0;
    line-height: 1.5 !important;
    padding-right: 13px;
    text-align-last: justify;
}

div.jigyousyo_box div.jigyousyo_right table tbody tr td {
    padding: 0;
    margin: 0;
}

div.jigyousyo_box a {
}

div.voice_section {
    display: flow-root;
    background-image: url(http://yuukari-s.jp/houjin/wp-content/uploads/2017/12/houjin_free_bg3.png);
    max-width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 9%;
}

div.voice_section div.voice_conten {
    max-width: 1180px;
    margin: 0 auto;
    padding: 70px 0;
}

div.voice_section div.voice_conten div.voice_content4 {
}

div.voice_section div.voice_conten div.voice_content4 img.verification_img {
}

div.voice_section div.voice_conten div.voice_content4_1 {
}

div.voice_section div.voice_conten div.voice_content4_1 div.voice_content4_title {
}

div.voice_section div.voice_conten div.voice_content4_1 div.voice_content4_text {
}
a.houjin_solo_link{
margin-left: 5%;
}

a.teikanimg{
    width: 24%;
    float: left;
    margin: 0 0.5% 0;
}

a.teikanimg img{
    width: 100%;
}

.top_content1_title {
	    margin-bottom: -9%;
}


.home div.voice_section {
    display: flow-root;
    background-image: url(http://yuukari-s.jp/houjin/wp-content/uploads/2017/12/houjin_free_bg3.png);
    max-width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 0%;
}


.postid-937 td,
.postid-939 td,
.postid-943 td,
.postid-945 td,
.postid-865 td,
.postid-931 td{
vertical-align: middle;
    padding-left: 22px;
    margin-left: 24px;
}

.contents3 {
	    max-width: 1180px;
    margin: 0 auto;
    padding: 70px 0;
}

.contents3 a.contents3_imgbox {
width: 18%;
	margin: 1%;
	float: left;
}

.contents3 a.contents3_imgbox img{
width: 100%;
}

.footer_link1 img{
	margin: 0 auto;
}

div.kiro_font br{	
display: none;
}
a:hover{
opacity: 0.8;
}

div.footer_link_box div.footer_link1 {
    float: left;
    margin: 50px 2% 0;
    width: 21%;
}



/* ///////////////////////////////////////////////////////////////////
求人
/////////////////////////////////////////////////////////////////// */

div.inner {
}

div.inner div.free_top_img {
}

div.inner div.free_top_img img {
}

div.inner h2.kiro_font {
}

div.inner p.sub_title {
}

div.job_offer_section {
}

div.job_offer_section div.job_offer_box {
    width: 33%;
    float: left;
    margin: 0 auto;
}

div.job_offer_section div.job_offer_box img {
    margin: 0 auto;
    display: block;
}

div.job_offer_section div.job_offer_box a.job_offer_link {
    /* border: solid 1px #000000; */
    padding: 10px 34px;
    margin: 0px 0 15px 25px;
    display: inline-block;
    background-color: #009F53;
    color: #fff;
    border-radius: 6px;
}

.page-id-1012 div.clearfix {
}

.page-id-1012 div.clearfix div.primary {
}

.page-id-1012 div.clearfix div.primary div.post-content {
}

.page-id-1012 div.clearfix div.primary div.post-content div.column-layout02 {
background: none;
}

.page-id-1012 div.clearfix div.primary div.post-content div.column-layout02 div.column-layout02-inner p{
}

.page-id-1012 div.clearfix div.primary div.post-content div.column-layout02 div.column-layout02-inner {
}

.page-id-1012 div.clearfix div.primary div.post-content div.column-layout02 div.column-layout02-inner a {
}

.page-id-1012 div.clearfix div.primary div.post-content div.column-layout02 div.column-layout02-inner div.column-layout02-item {
    width: 21%;
    margin: 0 2%;
}

.page-id-1012 div.clearfix div.primary div.post-content div.column-layout02 div.column-layout02-inner div.column-layout02-item a {
}

.page-id-1012 div.clearfix div.primary div.post-content div.column-layout02 div.column-layout02-inner div.column-layout02-item a img.column-layout02-image {
}

.page-id-1012 div.clearfix div.primary div.post-content div.column-layout02 div.column-layout02-inner div.column-layout02-item a div.column-layout02-title {
font-size: 17px;
    color: #000000;
    text-align: justify;
    font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.page-id-1012 div.clearfix div.primary div.post-content div.column-layout02 div.column-layout02-inner div.column-layout02-item a.job_offer_link {
    /* border: solid 1px #000000; */
    padding: 10px 34px;
    margin: 16px auto 25px;
    display: inline-block;
    background-color: #009F53;
    color: #fff;
    border-radius: 6px;
    display: block;
    text-align: center;
}


 .job_link {
	margin: 52px auto 0%;
    display: block;
    text-align: center;
	 width: 100%;
}
.home .job_link img{
    width: 100%;
	max-width: 470px;
}

 .page-id-1012 .job_link1 {
	margin: 0 auto 4%;
	display: block;
	     text-align: center;
}

 .job_link1 {
	margin: 52px auto 0%;
    display: block;
    text-align: center;
	 width: 100%;
}

.home .job_link1{
	float: left;
    width: 35%;
}
.home .job_link2{
	float: left;
    width: 65%;
}
.home .job_link1 img,
.home .job_link2 img{
    width: 100%;
}

.home-j-box{
max-width: 1150px;
    text-align: center;
    margin: 35px auto;
}

.job_about{
    margin: 2% 0;
}


.job_about a{
	color: #009944 !important;
	 text-decoration-line: underline;
}


/* ///////////////////////////////////////////////////////////////////
footerリンク
/////////////////////////////////////////////////////////////////// */
div.link-title-footer {
    text-align: center;
    font-size: 30px;
    font-family: 'KFhimaji',' Huiji','きろ字 - B';
    color: #009F53;
    display: block;
    margin-top: 7%;
    margin-bottom: 4%;
}

div.footer_link_box {
    max-width: 1150px;
    margin: 0 auto;
}

div.footer_link_box div.footer_link1 {
    float: left;
    margin: 50px 1% 0;
    width: 14.5%;
}

div.footer_link_box div.footer_link1 a {
}

div.footer_link_box div.footer_link1 img {
width: 100%;
}


div.footer_link_box {
}

div.footer_link_box a {
    width: 16%;
}
div.footer_link_box a div.footer_link1 {
}

div.footer_link_box a div.footer_link_img1 {
    background: url(http://yuukari-s.jp/taniyama/wp-content/uploads/2017/12/footer-link-img1.png);
    background-repeat: no-repeat;
    background-size: contain;
}

div.footer_link_box a div.footer_link_img2 {
    background: url(http://yuukari-s.jp/taniyama/wp-content/uploads/2017/12/footer-link-img2.png);
    background-repeat: no-repeat;
    background-size: contain;
}
div.footer_link_box a div.footer_link_img3 {
    background: url(http://yuukari-s.jp/taniyama/wp-content/uploads/2017/12/footer-link-img3.png);
    background-repeat: no-repeat;
    background-size: contain;
}
div.footer_link_box a div.footer_link_img4 {
    background: url(http://yuukari-s.jp/taniyama/wp-content/uploads/2017/12/footer-link-img4.png);
    background-repeat: no-repeat;
    background-size: contain;
}
div.footer_link_box a div.footer_link_img5 {
    background: url(http://yuukari-s.jp/taniyama/wp-content/uploads/2017/12/footer-link-img5.png);
    background-repeat: no-repeat;
    background-size: contain;
}
div.footer_link_box a div.footer_link_img6 {
    background: url(http://yuukari-s.jp/houjin/wp-content/uploads/ft_bunner.jpg);
    background-repeat: no-repeat;
    background-size: contain;
}/*一つ前の仕様画像URL：http://yuukari-s.jp/taniyama/wp-content/uploads/2017/12/footer-link-img6.png*/
div.footer_link_box a div.footer_link_img7 {
    background: url(http://yuukari-s.jp/kac/wp-content/uploads/2022/11/ft_bunner.jpg);
    background-repeat: no-repeat;
    background-size: contain;
}

div.footer_link_box a div.footer_link_img1:hover {
    background: url(http://yuukari-s.jp/taniyama/wp-content/uploads/2017/12/footer-link-img1-hover.png);
    background-repeat: no-repeat;
    background-size: contain;
}
div.footer_link_box a div.footer_link_img2:hover {
    background: url(http://yuukari-s.jp/taniyama/wp-content/uploads/2017/12/footer-link-img2-hover.png);
    background-repeat: no-repeat;
    background-size: contain;
}
div.footer_link_box a div.footer_link_img3:hover {
    background: url(http://yuukari-s.jp/taniyama/wp-content/uploads/2017/12/footer-link-img3-hover.png);
    background-repeat: no-repeat;
    background-size: contain;
}
div.footer_link_box a div.footer_link_img4:hover {
    background: url(http://yuukari-s.jp/taniyama/wp-content/uploads/2017/12/footer-link-img4-hover.png);
    background-repeat: no-repeat;
    background-size: contain;
}
div.footer_link_box a div.footer_link_img5:hover {
    background: url(http://yuukari-s.jp/taniyama/wp-content/uploads/2017/12/footer-link-img5-hover.png);
    background-repeat: no-repeat;
    background-size: contain;
}
div.footer_link_box a div.footer_link_img6:hover {
    background: url(http://yuukari-s.jp/taniyama/wp-content/uploads/2017/12/footer-link-img6-hover.png);
    background-repeat: no-repeat;
    background-size: contain;
}
div.footer_link_box a div.footer_link_img7:hover {
    background: url(http://yuukari-s.jp/kac/wp-content/uploads/2022/11/footer-link-img07-hover.jpg);
    background-repeat: no-repeat;
    background-size: contain;
}






/* ///////////////////////////////////////////////////////////////////
求人ページ
/////////////////////////////////////////////////////////////////// */

.page-id-1177 div.inner {
    margin: 0 auto;
    max-width: 100%;
}

.page-id-1177 div.global-nav {
    float: right;
    font-size: 15px;
    font-weight: bold;
    display: none;
}

.page-id-1177 div.primary {
    width: 100%;
}

.page-id-1177 div.fleft {
    float: none;
}

.page-id-1177 div.signage {
   background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    display: table;
    height: 636px;
    position: relative;
    width: 100%;
}

.page-id-1177 div.breadcrumb-wrapper {
    background: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
	display: none;
}

.page-id-1177 div.content_text{
	text-align: center;
    letter-spacing: 4px;
    font-family: 'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'Yu Gothic UI',sans-serif;
    font-weight: 600;
    color: #009944;
    font-size: 23px;
    margin: 5% 0 2%;
}



div.content1 {
}

div.content1 div.content_text {
	font-family: 'KFhimaji',' Huiji','きろ字 - B';
    font-size: 21px;
    text-align: center;
    margin: 2% 0 7%;
    line-height: 36px;
    color: #000;
}

div.point_content {
	clear: both;	
}

div.point_content div.point_content_title {
}

div.point_content div.point_content_title img {
}

div.point_content div.yuukari_point {
	text-align: center;
	margin: 9% 0 4%;
}

div.point_content div.yuukari_point img.yuukari_point {
}

div.point_content div.column-layout03 {
}

div.point_content div.column-layout03 div.column-layout03-item {
}

div.point_content div.column-layout03 div.column-layout03-item img.column-layout03-image {
}

.page-id-1177 div.point_content div.column-layout03 div.column-layout03-content {
	padding: 0 9%;
}

.page-id-1177 div.point_content div.column-layout03 div.column-layout03-content div.column-layout03-title {
	font-family: 'KFhimaji',' Huiji','きろ字 - B';
    color: #000;
	margin: 4% 0;
}

.page-id-1177 div.point_content div.column-layout03 div.column-layout03-content div.column-layout03-title span {
	    color: #009944;
    font-size: 36px;
    letter-spacing: 3px;
}

div.point_content div.column-layout03 div.column-layout03-content p.column-layout03-text {
	font-family: 'KFhimaji',' Huiji','きろ字 - B';
	color: #000;
	    font-size: 17px;
}

div.point_content div.column-layout03 div.column-layout03-content p.column-layout03-text span {
	    color: #009944;
}


div.yuukari_50th {
}

div.yuukari_50th div.yuukari_50th_title {
	text-align: center;
	margin: 15% 0 4%;
}

div.yuukari_50th div.yuukari_50th_title img {
}

div.yuukari_number {
	margin: 6% 0 0;
}

div.yuukari_number div.yuukari_number_title {
text-align: center;
	margin: 3% 0 4%;
}

div.yuukari_number div.yuukari_number_title img {
}

div.yuukari_number div.yuukari_program {
	
}

div.yuukari_number div.yuukari_program div.yuukari_program {
text-align: center;
	margin: 3% 0 4%;
}

 div.yuukari_program div.yuukari_program img {
}

div.yuukari_application {
}

div.yuukari_application div.yuukari_application_title {
    font-family: 'KFhimaji',' Huiji','きろ字 - B';
    font-size: 37px;
    text-align: center;
    line-height: 36px;
    color: #000;
    margin: 7% 0 1%;
}

div.yuukari_application div.yuukari_application_title img {
}

div.yuukari_application div.application_button {
	    max-width: 1100px;
    margin: 0 auto;
    padding: 15% 0;
}

 div.yuukari_application div.application_button div.application_taiken {
	       width: 31%;
    float: left;
    margin: 1%;
}

div.yuukari_application div.application_button div.application_taiken img.taiken_img {
}

 div.yuukari_application div.application_button div.application_volunteer {
	    width: 31%;
    float: left;
    margin: 1%;
}

 div.yuukari_application div.application_button div.application_volunteer img.volunteer_img {
}

div.yuukari_application div.application_button div.application_job {
	      width: 31%;
    float: left;
    margin: 1%;
}

div.yuukari_application div.application_button div.application_job img.job_img {
}


div.iyuukari_number_look {
	 max-width: 1100px;
    margin: 0 auto;
}

div.iyuukari_number_look div.number_sexuality {
	    width: 30%;
    float: left;
    margin: 1%;
}

div.iyuukari_number_look div.number_sexuality img {
}

div.iyuukari_number_look div.number_age {
    width: 30%;
    float: left;
    margin: 1%;
}

div.iyuukari_number_look div.number_age img {
}

div.iyuukari_number_look div.number_turnover {
	    width: 30%;
    float: left;
    margin: 1%;
}

div.iyuukari_number_look div.number_turnover img {
}


div.yuukari_program div.yuukari_program {
}

div.yuukari_program div.yuukari_program img {
}


div.yuukari_program {
	text-align: center;
	margin: 28% 0 2%;
}


div.yuukari_program div.program_content {
	max-width: 1100px;
		margin: 0 auto;
}

div.yuukari_program div.program_content div.program_img1 {
	    width: 29%;
    float: left;
    margin: 1%;
}

div.yuukari_program div.program_content div.program_img1 img {
}

div.yuukari_program div.program_content div.program_img2 {
	    width: 29%;
    float: left;
    margin: 1%;
}

div.yuukari_program div.program_content div.program_img2 img {
}

div.yuukari_program div.program_content div.program_img3 {
	    width: 29%;
    float: left;
    margin: 1%;
}

div.yuukari_program div.program_content div.program_img3 img {
}

div.yuukari_program div.program_content div.program_img4 {
	    width: 29%;
    float: left;
    margin: 1%;
}

div.yuukari_program div.program_content div.program_img4 img {
}

div.yuukari_program div.program_content div.program_img5 {
	    width: 29%;
    float: left;
    margin: 1%;
}

div.yuukari_program div.program_content div.program_img5 img {
}

div.yuukari_program div.program_content div.program_img6 {
	    width: 29%;
    float: left;
    margin: 1%;
}

div.yuukari_program div.program_content div.program_img6 img {
}

br.pc_none{
	display: none;
}

 #largeImg1,
#largeImg2,
#largeImg3,
#largeImg4,
#largeImg5,
#largeImg6,
#largeImg7,
#largeImg8,
#largeImg9{
        display: none;
    }

    #back-curtain1,
#back-curtain2,
#back-curtain3,
#back-curtain4,
#back-curtain5,
#back-curtain6,
#back-curtain7,
#back-curtain8,
#back-curtain9{
        background: rgba(0, 0, 0, 0.5);
        display: none;
        position: absolute;
        left: 0;
        top: 0;
	width: 1897px!important;
    height: 11738px!important;
    }

#metaslider_container_1238{
	
}

.mini_Slider{
	    margin: 0 25%;
}

.mini_Slider_img{
	margin: 1%;
    text-align: center;
}

.page-id-1177 div.link-title-footer{
	    text-align: center;
    font-size: 30px;
    font-family: 'KFhimaji',' Huiji','きろ字 - B';
    color: #009F53;
    display: block;
    margin-top: 0;
    margin-bottom: 4%;
}

.top_icon{
    margin: 25px auto;
	text-align: center;
}

.page-id-1177 div.content_text span{
	background-image: url(http://yuukari-s.jp/houjin/wp-content/uploads/2018/03/border.png);
	background-repeat-y: no-repeat;
background-repeat: repeat-x;
    background-position: bottom;
}

.page-id-1177 .icon:before{
  content: '▼';
}

div.handicapped div.job_content_3 div.question_text span{
	padding-right: 5px;
}

div.handicapped div.job_content_3 div.answer_text span{
	padding-right: 5px;
}




div.job_content_4 div.job_content3_title {
}

div.job_content_4 div.job_content1_title_img {
}

div.job_content_4 div.job_content1_title_img img {
}

div.job_content_4 div.job_contents {
}

div.job_content_4 div.job_contents div.job_content_title {
	    margin: 5% 0 2%;
}

div.job_content_4 div.job_contents table {
}

div.job_content_4 div.job_contents table tbody {
}

div.job_content_4 div.job_contents table tbody tr {
}

div.job_content_4 div.job_contents table tbody tr th {
	    padding: 2px 15px 0% 10px;
    width: 10%;
    border: solid 1px;
}

div.job_content_4 div.job_contents table tbody tr td {
	    padding: 10px 15px 10px 15px;
    border: solid 1px;
    line-height: 30px;
    width: 63%;
}

div.job_content_4 div.job_contents div.job_about {
}

div.job_content_4 div.job_contents div.job_about a {
}

div.job_content_4 div.job_contents div.jpb_application {
	position: relative;
	display: block;
	width: 160px;
	padding: 0.8em;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	text-shadow: 0 0 5px rgba(255, 255, 255, 0.0);
	background: #009944;
	transition: .4s;
	border-radius: 4px;
	 font-family: 'KFhimaji',' Huiji','きろ字 - B';
}
div.job_content_4 div.job_contents div.jpb_application:hover {
	text-shadow: -6px 0px 15px rgba(255, 255, 240, 0.83), 6px 0px 15px rgba(255, 255, 240, 0.83);
	transition: .4s;
}
	


div.job_content_4 div.job_contents div.jpb_application a {
	color: #fff;
}

div.job_content_4 div.job_contents table tbody tr td span {
}


div.job_guid　cleafix {
	margin: 0 auto;
    display: block;
    max-width: 1100px;
}

div.job_guid　cleafix div.guid {

    position: relative;
    display: block;
    width: 38%;
    padding: 3%;
    font-weight: bold;
    text-decoration: none;
    color: #FFF;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.0);
    background: #009944;
    transition: .4s;
    border-radius: 4px;
    font-family: 'KFhimaji',' Huiji','きろ字 - B';
    font-size: 23px;
    float: left;
    margin: 8% 3% 9%;
    text-align: center;
    display: block;
}

div.job_guid　cleafix div.guid:hover {
	text-shadow: -6px 0px 15px rgba(255, 255, 240, 0.83), 6px 0px 15px rgba(255, 255, 240, 0.83);
	transition: .4s;
}

div.job_guid　cleafix div.guid a {
	color: #fff;
}





/* ///////////////////////////////////////////////////////////////////
障害者福祉施設

/////////////////////////////////////////////////////////////////// */



div.handicapped {
   clear: both;
    background-color: #f6f5ec;
    max-width: 1100px;
    margin: 0 auto;
    border: solid 1px #009944;
}

div.handicapped div.job_content {
	max-width: 1100px;
    margin: 0 auto;
}

div.handicapped div.job_content div.job_content_left {
	float: left;
    width: 48%;
    margin: 2%;
}

div.handicapped div.job_content div.job_content_left div.job_content_title {
	color: #009944;
    font-size: 24px;
    letter-spacing: 3px;
    font-family: 'KFhimaji',' Huiji','きろ字 - B';
    text-align: left;
}

div.handicapped div.job_content div.job_content_left div.job_content_text {
	text-align: left;
    margin: 5% 0;
	    line-height: 29px;
}

div.handicapped div.job_content div.job_content_left div.job_content_1 {
}

div.handicapped div.job_content div.job_content_left div.job_content_1 div.job_content1_title {
	    float: left;
    margin: 1% 3% 0 7%;
    font-size: 22px;
}

div.handicapped div.job_content div.job_content_left div.job_content_1 div.job_content1_title_img {
	    font-size: 17px;
    border-left: solid 20px #009944;
    border-bottom: solid 1px #000;
    text-align: left;
}

div.handicapped div.job_content div.job_content_left div.job_content_1 div.job_content1_title_img img {
}

div.handicapped div.job_content div.job_content_left div.job_content_1 div.job_content1_text {
	    text-align: left;
    margin: 5% 0 0 0;
	    line-height: 25px;
}

div.handicapped div.job_content div.job_content_left div.job_content_1 div.job_content1_text span{
    display: block;
    margin-bottom: 20px;
}

div.handicapped div.job_content div.job_content_right {
	float: right;
    width: 44%;
    margin: 2%;
}

div.handicapped div.job_content div.job_content_right img {
}

div.handicapped div.job_content_2 {
	    clear: both;
	    margin: 2%;
}

div.handicapped div.job_content_2 div.job_content2_title {
	    float: left;
    margin: 1% 3% 0 7%;
    font-size: 22px;
}

div.handicapped div.job_content_2 div.job_content1_title_img {
	border-left: solid 20px #009944;
    border-bottom: solid 1px #000;
    text-align: left;
	    width: 65%;
}

div.handicapped div.job_content_2 div.job_content1_title_img img {
}

div.handicapped div.job_content_2 div.job_content_2 {
}

div.handicapped div.job_content_2 div.job_content_2 div.job_content_2_point {
	 padding: 0.5em 1em;
    margin: 2%;
    font-weight: bold;
    border: solid 2px #009944;
    border-radius: 10px;
    width: 25%;
    float: left;
	min-height: 133px;
	position: relative;
	text-align: center;
}

div.handicapped div.job_content_2 div.job_content_2 div.job_content_2_point div.point_text {
	font-weight: normal;
    line-height: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
}

div.handicapped div.job_content_2 div.job_content_2 div.job_content_2_point div.point_text span {
	color: #009944;
	margin-bottom: 10px;
	    font-size: 27px;
    font-family: 'KFhimaji',' Huiji','きろ字 - B';
}

div.handicapped div.job_content_3 {
	clear: both;
	 margin: 5% 2%;
}

div.handicapped div.job_content_4 {
    clear: both;
    margin: 24% 2% 4%;
}
div.handicapped div.job_content_4 div.job_content3_title{
	float: left;
    margin: 1% 3% 0 7%;
    font-size: 22px;
}

div.handicapped div.job_content_4 div.question_text {
    text-align: left;
    margin: 2% 0;
    color: #009944;
}

div.handicapped div.job_content_4 div.job_content1_title_img {
    border-left: solid 20px #009944;
    border-bottom: solid 1px #000;
    text-align: left;
    width: 65%;
}

div.handicapped div.job_content_3 div.job_content3_title {
	    float: left;
    margin: 1% 3% 0 7%;
    font-size: 22px;
}

div.handicapped div.job_content_3 div.job_content1_title_img {
	border-left: solid 20px #009944;
    border-bottom: solid 1px #000;
    text-align: left;
	    width: 65%;
}

div.handicapped div.job_content_3 div.job_content1_title_img img {
}

div.handicapped div.job_content_3 div.question_text {
	    text-align: left;
    margin: 2% 0;
    color: #009944;
}

div.handicapped div.job_content_3 div.answer_text {
	 text-align: left;
    margin: 2% 0;
}



div.handicapped_top1 {
	    max-width: 1100px;
	margin: 0 auto;
}

div.handicapped_top1 div.handicapped_top1 {
padding: 2.5em 1em;
    margin: 7% 0 0;
    font-weight: bold;
    border: solid 6px #009944;
    width: 50%;
    float: left;
    background-color: #009944;
    text-align: center;
}

div.handicapped_top1 div.handicapped_top1 div.main_title1 {
	color: #fff;
    font-size: 30px;
    letter-spacing: 3px;
    font-family: 'KFhimaji',' Huiji','きろ字 - B';
}
/*
div.handicapped_top1 div.handicapped_top2 {
	    padding: 2.5em 1em;
    margin: 9% 0 0;
    font-weight: bold;
    border: solid 6px #009944;
    width: 46%;
    float: left;
	display: none;
}*/


div.handicapped div.job_content_3 div.question_text span{
	font-weight: 100;
    font-size: 20px;
    font-family: 'KFhimaji',' Huiji','きろ字 - B';
}

div.handicapped div.job_content_3 div.answer_text span{
	font-weight: 100;
    font-size: 20px;
    font-family: 'KFhimaji',' Huiji','きろ字 - B';
}


div.handicapped_top2 {
	    max-width: 1100px;
	margin: 0 auto;
}
/*
div.handicapped_top2 div.handicapped_top1 {
	    padding: 2.5em 1em;
    margin: 9% 0 0;
    font-weight: bold;
    border: solid 6px #009944;
    width: 46%;
    float: left;
	display: none;
}
*/


div.handicapped_top2 div.handicapped_top2 {
	    padding: 2.5em 1em;
    margin: 9% 0 0;
    font-weight: bold;
    border: solid 6px #009944;
    width: 46%;
    float: left;
    background-color: #009944;
}

div.handicapped_top2 div.handicapped_top2 div.main_title2 {
	color: #fff;
    font-size: 30px;
    letter-spacing: 3px;
    font-family: 'KFhimaji',' Huiji','きろ字 - B';
	text-align: center;
}

.yuukari50th_member1,
.yuukari50th_member2,
.yuukari50th_member3,
.yuukari50th_member4,
.yuukari50th_member5,
.yuukari50th_member6,
.yuukari50th_member7,
.yuukari50th_member8,
.yuukari50th_member9{
	    width: 27%;
    float: left;
    margin: 3%;
}

.yuukari50th_member1:hover,
.yuukari50th_member2:hover,
.yuukari50th_member3:hover,
.yuukari50th_member4:hover,
.yuukari50th_member5:hover,
.yuukari50th_member6:hover,
.yuukari50th_member7:hover,
.yuukari50th_member8:hover,
.yuukari50th_member9 :hover{
	opacity: 0.8;
}



div.yuukari_50th {
    max-width: 1100px;
    margin: 0 auto;
}


div.contact {
	margin: 0 auto;
    max-width: 1100px;
}

div.contact div.contact {
	    width: 45%;
    float: left;
    margin: 2%;
    font-weight: bold;
    border: solid 2px #009944;
    border-radius: 10px;
	    padding: 2% 0 4%;
	text-align: center;
}


div.contact div.contact div.contact_tel_title {
	    color: #009944;
    font-size: 24px;
    letter-spacing: 3px;
    font-family: 'KFhimaji',' Huiji','きろ字 - B';
    margin: 5% 0;
}

div.contact div.contact div.contact_tel {
	    font-size: 25px;
}

div.contact div.contact div.contact_meil_title {
	    color: #009944;
    font-size: 24px;
    letter-spacing: 3px;
    font-family: 'KFhimaji',' Huiji','きろ字 - B';
    margin: 5% 0;
}

div.contact div.contact div.contact_meil {
	    font-size: 25px;
}



div.yuukari_number_text{
	    line-height: 23px;
    margin: 8% 2% 43%;
}

div.handicapped_meintitle{
    color: #009944;
    font-size: 32px;
    font-family: 'KFhimaji',' Huiji','きろ字 - B';
    width: 100%;
    clear: both;
    text-align: center;
    margin: 41% 0 0px;
}

div.contact_call {
	    width: 31%;
    margin: 2% auto;
    font-weight: bold;
    border: solid 2px #009944;
    border-radius: 10px;
    padding: 1% 0 3%;
    text-align: center;
}

div.contact_call div.contact_call_title {
	   color: #009944;
    font-size: 24px;
    letter-spacing: 3px;
    font-family: 'KFhimaji',' Huiji','きろ字 - B';
    margin: 5% 0;
}

div.contact_call div.contact_number{
	font-size: 25px;
}

div.kadomatu-title {
}

div.kadomatu-3 {
}

div.kadomatu-3 div.kadomatu-3-box {
    width: 31%;
    float: left;
    margin: 0 1%;
}

div.kadomatu-3 div.kadomatu-3-box img {
    width: 100%;
    max-width: 250px;
}

div.kadomatu-3 div.kadomatu-3-box div.text {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
}

div.kadomatu-3 div.kadomatu-3-box div.kosu {
    display: inline-block;
    margin-bottom: 30px;
}

div.kadomatu-3 div.kadomatu-3-box div.kosu span {
    float: left;
    padding-right: 13px;
    line-height: 30px;
}
.page-id-1574 div#page_post {
    max-width: 800px;
    margin: 0 auto;
width: 100%;
}

.single-news .post-thumbnail{
display: none;
}

.single-news .post-header {
    margin: 90px auto 60px;
    text-align: left;
    display: block;
}

.single-news .post-header h1 {
color: #008745;
}

@media screen and (max-width: 767px) {
div.kadomatu-3 div.kadomatu-3-box {
    width: 100%;
    float: none;
    margin: 20px auto;
    display: block;
    max-width: 250px;
}
.single-news .post-header {
    margin: 30px auto;
}
	
div.banner2019-1, div.banner2019-1-text, div.banner2019-2, div.banner2019-2-text {
    margin: 5px auto;
    width: 90%;
    font-size: 14px;
    line-height: 20px;
}

}


/*====================================================================================
 法人概要ページ　Facebook
 ===================================================================================*/
.fb-icon {
	width: 8%;
}
@media screen and (max-width: 500px) {
	.fb-icon {
		margin-top: 10px !important;
		width: 8%;
	}
	.fb-text {
		margin-top: 10px !important;
	}
}
/*.fb-box {
	width: 1150px;
	margin: 5% auto 5%;
    background-image: url(http://yuukari-s.jp/houjin/wp-content/uploads/2017/12/houjin_free_bg1.png);
    background-repeat: no-repeat;
    background-position: 100% 50%;
}
.fb-item {
	padding-left: 200px;
}
@media screen and (max-width: 500px) {
	.fb-box{
	width: 100%;
	margin: 5% auto 5%;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 100% 50%;
	}
	.fb-item {
		padding-left: 0;
		width: 100%;
		height: 420px;
	}
}*/

/*====================================================================================
 topページ　門松バナー
 ===================================================================================*/
.kadomatu_baner {
	text-align: center;
	width: 100%;
	margin-bottom: 50px;
	padding: 0 5px;
    box-sizing: border-box;
}
.kadomatu_baner img {
	width: 57%;
}
.kadomatu_baner p {
	font-size: 20px;
	font-weight: bold;
	color: red;
}

@media screen and (max-width: 768px) {
	.kadomatu_baner {
	padding: 0 5px;
    box-sizing: border-box;
}
	.kadomatu_baner img {
	    width: 100%;
}
	.kadomatu_baner p {
	font-size: 14px;
}
}


/*====================================================================================
 topページ　年賀バナー
 ===================================================================================*/
.nenga {
	margin: 100px 0 100px;
    margin: 100px auto 100px;
    display: block;
    width: 100%;
    max-width: 1100px;
    
}


@media only screen and (min-width: 1200px) {
  .online_shop_btn {
    background-image: url(http://yuukari-s.jp/houjin/wp-content/uploads/online_shop_btn.png);
    width: 221px;
    background-repeat: no-repeat;
    margin-top: 14px;
    margin-bottom: -14px;
  }
}
@media only screen and (max-width: 1199px) {
  .online_shop_btn a {
    background-image: url(http://yuukari-s.jp/houjin/wp-content/uploads/online_shop_btn_sp.png) !important;
    height: 120px !important;
    max-width: 363px;
    background-repeat: no-repeat !important;
    background-color: #fff !important;
    padding: 15px !important;
    background-position: center !important;
  }

  .online_shop_btn a:before {
    content: '' !important;
  }
}

@media only screen and (min-width: 768px) {
  .pc_none {
    display: none;
  }
  .sp_none {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
}

/*====================================================================================
  職員紹介
===================================================================================*/
.staffSingle {
}
.main.staffSingle>.inner {
  max-width: 1920px;
  padding: 0;
  margin: 0 auto;
}

/* staffContets
---------------------------------------------------------------------------------*/
.staffContets {
  text-align: center;
  padding: 110px 0 240px;
  color: #1A1311;
}

/*singleTop*/

.singleTop {
  margin: 0 0 120px;
}
.singleTop .topImgWrap {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.singleTop .topImgWrap img {
  width: 100%;
  height: auto;
}
.singleTop .topTextWrap {
  max-width: 820px;
  margin: -154px auto 0;
  background-color: #FFF;
  z-index: 10;
  position: relative;
  border-radius: 23px;
  padding: 40px 20px 20px;
  box-sizing: border-box;
}
.singleTop .topTextWrap h1 {
  font-size: 36px;
  margin: 0 0 25px;
  font-weight: normal;
  letter-spacing: 0.1em;
  font-family: 'KFhimaji',' Huiji','きろ字 - B';
}
.singleTop .topTextWrap .middleTxt {
  font-size: 25px;
  line-height: 1.6em;
  margin: 0 0 25px;
  font-family: 'KFhimaji',' Huiji','きろ字 - B';
}
.singleTop .topTextWrap .bottomTxt {
}

/*txtImgWrap*/

.txtImgWrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 0 150px;
}
.txtImgWrap.cont01,
.txtImgWrap.cont03,
.txtImgWrap.cont05 {
  flex-flow: row-reverse;
}
.txtImgWrap .imgWrap {
  flex: 0 0 50%;
}
.txtImgWrap .imgWrap img {
  width: 100%;
  height: auto;
  /*
  -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
  */
}
.txtImgWrap .textWrap {
  flex: 0 0 50%;
  text-align: left;
  padding: 6% 8% 0 6%;
  box-sizing: border-box;
}
.txtImgWrap .textWrap h2 {
  position: relative;
  padding: 110px 0 0;
  font-size: 30px;
  font-family: 'KFhimaji',' Huiji','きろ字 - B';
  line-height: 1.6em;
  margin: 0 0 30px;
}
.txtImgWrap .textWrap h2::before {
  position: absolute;
  font-size: 100px;
  font-weight: bold;
  color: #D4D4D4;
  top: 0;
  left: 0;
  font-family: 'KFhimaji',' Huiji','きろ字 - B';
}
.txtImgWrap.cont01 .textWrap h2::before { content: "01"; }
.txtImgWrap.cont02 .textWrap h2::before { content: "02"; }
.txtImgWrap.cont03 .textWrap h2::before { content: "03"; }
.txtImgWrap.cont04 .textWrap h2::before { content: "04"; }
.txtImgWrap.cont05 .textWrap h2::before { content: "05"; }
.txtImgWrap .textWrap .innerTxt {
  line-height: 2.6em;
  word-break: break-all;
}

/*staffOsusume*/

.staffOsusume {
  border: solid 3px #009944;
  border-radius: 20px;
  padding: 50px;
  position: relative;
  max-width: 980px;
  margin: 120px auto 80px;
  box-sizing: border-box;
}
.staffOsusume h2 {
  position: absolute;
  background-color: #FFF;
  background: #FFF url(img/single/bg_osusume.svg) no-repeat center bottom 13px;
  font-family: 'KFhimaji',' Huiji','きろ字 - B';
  left: 76px;
  top: -25px;
  font-size: 34px;
  padding: 5px 40px;
}
.staffOsusume .img {
  margin: 0 0 40px;
}
.staffOsusume .img img {
  width: 100%;
  height: 100%;
}
.staffOsusume .text {
  text-align: left;
  line-height: 2.0em;
}

a.backToList {
  background-color: #009944;
  color: #FFF;
  padding: 22px;
  border-radius: 50px;
  width: 380px;
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  box-shadow: 0px 6px 0px #007e38;
}
a.backToList::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top: 18px solid #ffffff;
  transform: rotate(-90deg);
  right: 29px;
  top: 50%;
  z-index: 1;
  margin-top: -13px;
}

/* recruitBtnWrap
---------------------------------------------------------------------------------*/
.recruitBtnWrap {
  margin: 0 0 80px;
  text-align: center;
  background: url(img/single/bg_recruit.jpg) no-repeat center center;
  background-size: cover;
  padding: 110px 0;
}
.recruitBtnWrap a {
  background-color: #FDD35D;
  border: solid 3px #009944;
  color: #FFF;
  padding: 22px;
  border-radius: 50px;
  width: 520px;
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  box-shadow: 0px 6px 0px #e3b63c;
}
.recruitBtnWrap a span {
  text-decoration: underline;
  color: #009944;
  font-size: 29px;
}

.bottomContentWrap {
}
.main.staffSingle .bottomContentWrap>.inner {
  max-width: 1000px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .staffContets {
    padding: 60px 0 120px;
}
  .singleTop .topTextWrap {
    width: 80%;
    margin: -40px auto 0;
    background-color: #FFF;
    z-index: 10;
    position: relative;
    border-radius: 23px;
    padding: 40px 20px 20px;
    box-sizing: border-box;
  }
  .singleTop .topTextWrap .middleTxt {
    font-size: 23px;
  }
  .txtImgWrap {
    display: block;
    padding: 0 4%;
    margin: 0 0 12%;
  }
  .txtImgWrap .textWrap {
    padding: 15% 0 0 0;
  }
  .staffOsusume {
    margin: 14% 4% 14%;
    padding: 6%;
  }
  .staffOsusume h2 {
    left: 50%;
    top: -25px;
    font-size: 30px;
    padding: 5px 40px;
    width: 320px;
    box-sizing: border-box;
    margin-left: -160px;
  }
  .staffOsusume .img {
    margin: 0 0 5%;
  }
  a.backToList {
    width: 320px;
  }
  .recruitBtnWrap {
    padding: 12% 0;
  }
  .recruitBtnWrap a {
	  padding: 20px;
    width: 320px;
  }
  .recruitBtnWrap a span {
    font-size: 20px;
  }
  .bottomContentWrap {
  }
  .main.staffSingle .bottomContentWrap>.inner {
    box-sizing: border-box;
    padding: 0 6.11111%;
    width: 100%;
    margin: 0;
  }

}

.voice_content4_2_box.flex-type002 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 10px;
}
.voice_content4_2_box.flex-type002 p {
  width: 47%;
  margin-right: 2%;
  height: 2.5rem;
  line-height: 1rem;
}
.voice_content4_2_box.flex-type002 p:nth-child(2n) {
  margin-right: 0;}

  @media only screen and (max-width: 768px) {
    .voice_content4_2_box.flex-type002 p {
      font-size: 12px;
    }
  }