@charset "utf-8";

/*
 * PC用スタイルCSS
 */


/* ↓↓　雛形　レイアウトにあわせて追記・上書きして下さい　↓↓
   後々解読が面倒になるので、必要な箇所のみ記述すること
  （例：背景がPNGになるなら background-image: url("/files/xx_bg.png");　など） */




/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  background: none #fff;
}
body {
  background: url("/files/pc_teaser_07.jpg") no-repeat center top;
  color: #1b201a;
  min-width: 1200px;
  max-width: 2000px;
  margin: 0 auto;
}
body#page_6 {
  background: url("/files/body_bg_top.jpg") no-repeat center top/100%;
}
body#page_9 {
  background: url("/files/pc_teaser_02.jpg") no-repeat center top;
}
body#page_12 {
  background: url("/files/pc_teaser_03.jpg") no-repeat center top;
}
body#page_15 {
  background: url("/files/pc_teaser_04.jpg") no-repeat center top;
}
body#page_81 {
  background: url("/files/pc_teaser_05.jpg") no-repeat center top;
}
body#page_18 {
  background: url("/files/pc_teaser_06.jpg") no-repeat center top;
}

#wrapper {
  background: none transparent;
}
#outer_block {
  background: none transparent;
}
#page_6 #outer_block,
#page_15 #outer_block {
  padding-top: 0;
}

a:link, a:visited, a:hover, a:active {
color: #d7a700;
}

/* A～Cブロック記事内リンクボタン */
.main_btn a,
.sub_text_btn a {
  background-color: #d7a700;
  color: #fff;
}


/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  height: 680px;
  padding: 0;
  position: relative;
  z-index: 500;
  background: none transparent;
}
#page_6 #branding_box {
  height: 1155px;
}
/* ヘッダーのH1～グローバルナビの高さ調整 */
#header_information {height: 610px;}
#page_6 #header_information {height: 1035px;}

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
  width: 100%;
  margin: 0 auto;
}
#site-description a {
  display: inline;
  color: #1b201a;
  position: absolute;
  top: 0;
  left: 4.25vw;
}

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
.main_header, .header_class {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.main_header img, .header_class img {
  width: 80px;
  height: 350px;
  position: absolute;
  top: 70px;
  left: calc(50% - 40px);
}
#page_6 .main_header img,#page_6 .header_class img {
  left: inherit;
}

/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */
#access {
  width: 100%;
  z-index: 590;
  height: 60px;
  margin: 0 auto;
}

#access .menu-header{
  width: 960px;
  height: 60px;
  margin: 0 auto;/*真ん中寄せ*/
/*  padding: 30px 0 0 0;*/
}

/*6列グローバルナビ*/
/* 親ボタンの背景画像、高さなど　全サイズ共通 */
div#access .menu-item a {
  background-image: url('/files/topnavi.png');
  background-repeat: no-repeat;
  background-position: scroll;
  background-color: transparent;
  width: 160px;
  height: 60px;
  margin: 0px;
  padding: 0px;
}

div#access .gnavi11 a { background-position: left top;}
div#access .gnavi12 a { background-position: -160px top;}
div#access .gnavi13 a { background-position: -320px top;}
div#access .gnavi14 a { background-position: -480px top;}
div#access .gnavi15 a { background-position: -640px top;}
div#access .gnavi16 a { background-position: right top;}

div#access .gnavi11 a:hover { background-position: left bottom;}
div#access .gnavi12 a:hover { background-position: -160px bottom;}
div#access .gnavi13 a:hover { background-position: -320px bottom;}
div#access .gnavi14 a:hover { background-position: -480px bottom;}
div#access .gnavi15 a:hover { background-position: -640px bottom;}
div#access .gnavi16 a:hover { background-position: right bottom;}


/*固定ナビ*/
#access.fixed {
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255,255,255,0.8);
}
#access.fixed .menu-header {
  padding: 0;
}


/* プルダウンメニューのサイズ */
#access ul.menu ul.sub-menu {
  top: 60px;
  width: 100%;
}
#access ul.menu ul.sub-menu,
#access ul.menu ul.sub-menu li {
  min-width: px;
  width:100%;
}

/* プルダウンメニューの色　16進数、RGBA両方変更すること */
div#access ul.sub-menu li.sub-gnavi a, div#access ul.sub-menu li.sub-gnavi2 a {
  background: none #fff;
  background: none rgba(255, 255, 255, 0.75);
  filter: alpha(opacity=75); /* ie 6 7 */
  -ms-filter: "alpha(opacity=75)"; /* ie 8 */
  width: 100%;
  color: #333;
}
#access ul li.current_page_item > a, #access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a, #access ul li.current-menu-parent > a {
  color: #333;
}
div#access ul.sub-menu li.sub-gnavi a:hover, div#access ul.sub-menu li.sub-gnavi2 a:hover {
  background: none #fff;
  background: none rgba(255, 255, 255, 0.75);
  filter: alpha(opacity=75); /* ie 6 7 */
  -ms-filter: "alpha(opacity=75)"; /* ie 8 */
  color: #666;
}
#access ul li.current_page_item > a:hover, #access ul li.current-menu-ancestor > a:hover,
#access ul li.current-menu-item > a:hover, #access ul li.current-menu-parent > a:hover {
  color: #666;
}

/* IE7 hack */
*:first-child+html div#access ul.sub-menu li.sub-gnavi a,
*:first-child+html div#access ul.sub-menu li.sub-gnavi2 a {
  background-color: #fff;
}
*:first-child+html div#access ul.sub-menu li.sub-gnavi a:hover,
*:first-child+html div#access ul.sub-menu li.sub-gnavi2 a:hover {
  background-color: #fff;
}

/* IE9 hack */
div#access ul.sub-menu li.sub-gnavi a:not(:target),
div#access ul.sub-menu li.sub-gnavi2 a:not(:target),
div#access ul.sub-menu li.sub-gnavi a:not(:target):hover,
div#access ul.sub-menu li.sub-gnavi2 a:not(:target):hover {
  filter: none;
  -ms-filter: none;
}

/*  メイン画像
---------------------------------------------------------------------------------------------------- */
/* 通常メイン画像 */
#main_teaser, #jquery_slider_pc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 99;
}
/* フラッシュ選択時 */
.flash_teaser {
  background-repeat: no-repeat;
  background-position: center top;
}

/* TOP SLIDER使用時 */
#jquery_slider_pc {
  margin: 0;
  top: 0;
}

/*トップページメイン画像や中ページティザーをレスポンシブした時*/
#main_teaser img {
  display: block;
  min-width: 1200px;
  max-width: 2000px;
  margin: 0 auto;
}

/* ===================================================================================================================
   ■ サイド
------------------------------------------------------------------------------------------------------------------- */
/* サイドナビ　タイトル */
.widget-title, .widget-title2 a {
  padding: 0;
  text-align: center;
  color: #ffffff;
  background-image: url(/files/widget_title_bg.png);
}
.widget-title2 a:link, .widget-title2 a:visited,
.widget-title2 a:hover, .widget-title2 a:active {
  color: #ffffff;
}

/* サイドナビ　メニュー部分 */
#blog_main .widget-area ul ul li a {
  background-image: url(/files/widget_list_bg.png);
  color: #1b201a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#wp-calendar {
  border-collapse: separate;
}
#wp-calendar caption {
  text-align: center;
}
#wp-calendar thead th {
}
#wp-calendar tbody td {
  background: none transparent;
  border-width: 0 0 1px;
  border-style: dotted;
  border-color: #647361;
  line-height: 2;
  padding: 5px;
}
#wp-calendar tbody td a { text-decoration: underline; }
#wp-calendar tbody td a:hover { text-decoration: none; }




/* ===================================================================================================================
   ■ フッター
------------------------------------------------------------------------------------------------------------------- */
#footer_block {
  background: url(/files/footer_bg.png) no-repeat, url(/files/footer_parara.jpg) repeat fixed center bottom;
  height: 880px;
}
#footer_box {
  background: url(/files/footer_box_bg.png) no-repeat center top;
  height: 840px;
  position: relative;
}

#footer_box,#footer_sitemap_block,#footer-widget-area, .footer_infomation{
  width: 100%;
  margin: 0 auto;
}
#footer-widget-area{/*フッターナビの所*/
  display: block;
}

/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer_sitemap_block {
  /* フッターナビの上余白はここで調整 */
  position: absolute;
  bottom: 70px;
  margin: 0 auto;
}
#footer-widget-area .widget-area ul.menu {
  border-color: #000000;
}
#footer-widget-area .widget-area .menu-item a {
  border-color: #000000;
  color: #000000;
}
#footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}

#footer-widget-area .widget-area{/*フッターナビの所*/
  width: 960px;
}

/*  フッター情報
---------------------------------------------------------------------------------------------------- */
.footer_infomation {
  display: block;
  margin: 0 auto;
  width:960px;
}
#footer_information .entry-post {
  width: 380px;
  margin: 790px 0 0;/*住所の上からの位置*/
  text-align: left;
  color: #000000;
}

/*  フッターSNSボタン
---------------------------------------------------------------------------------------------------- */
#footer_sns_btn {
  margin: 20px auto 0;
}
#footer_sns_btn .footer_sns_inner {
  width: 250px;
  height: 25px;
}
#footer_sns_btn div {width: 25px;height: 25px;}
#footer_sns_btn div a:hover {opacity: 0.8;}



/*  コピーライト
---------------------------------------------------------------------------------------------------- */
#copyright {
  color: #aeaeae;
  width:960px;
  text-align: left;
}


/*  フッターメニュー
---------------------------------------------------------------------------------------------------- */
.fixed_btn {z-index: 1000;}

.fixed_btn div,
.fixed_btn div a {height: 50px;width: 50px;}

.fixed_btn #fixed_btn_gtn,
.fixed_btn #fixed_btn_gtn a {height: 150px;}

/*追記*/
.fixed_btn div{margin-bottom: 0;}
.fixed_btn div a:hover{opacity: 0.8;}
#float_top_btn{right: 0;}


/* ===================================================================================================================
   ■ コンテンツ
------------------------------------------------------------------------------------------------------------------- */
#container_top {
  padding: 0;
}
#container_top.single_post {
  padding: 0 0 50px;
}

/*  見出し
---------------------------------------------------------------------------------------------------- */
/*フォント*/
.widget-title, .widget-title2 a,
#blog_main .widget-area ul ul li a,
#blog_main .entry-title,
.headline_title,
h3.entry_title, .entry_title, .entry_title h3, .entry-title,
* .mid_entry_title,
* .half_entry_title,/*ハーフ見出し（H3）のこと*/
* .short_entry_title,/*ハーフ見出し（H3）のこと*/
* .half_sub_entry_title,/*ハーフ見出し（H4）のこと*/
* .short_sub_entry_title,/*ハーフ見出し（H4）のこと*/
* .sub_entry_title,
* .sub_entry_title h4,
* .mid_sub_entry_title,
* .inline_title/*3列タイトル*/{
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif !important;
}

.headline_title {
  background-image: url(/files/top_entry_title.png);
  color: #1b201a;
  height: 65px;
  padding-top: 35px;
}
h3.entry_title, .entry_title, .entry-title { /* サイズ、背景、余白などはこちら */
  background-image: url(/files/entry_title_bg.png);
  color: #1b201a;
}
h3.entry_title, .entry_title, .entry_title h3, .entry-title { /* フォントサイズはこちら */
}
.entry_title a:link, .entry_title a:visited, .entry_title a:hover, .entry_title a:active,
.entry-title a:link, .entry-title a:visited, .entry-title a:hover, .entry-title a:active {
  color: #1b201a;
}
/* 見出しリンクボタン */
.entry_title span.read_more_btn a,
.entry_title span.read_more_btn a:hover {
  background-image: url(/files/read_more_btn.png);
}
.entry_title span.read_more_btn a:hover {opacity: 0.8;}
* .mid_entry_title {
  background-image: url(/files/entry_title_bg_w570.png);
  font-size: 20px;
  color: #1b201a;
}


/* B-09、B-10など幅半分ブロックの見出し用 */
* .half_entry_title,
* .short_entry_title {
  background-image: url(/files/half_entry_title_bg.png);
}
* .half_entry_title,
* .half_entry_title a,
* .short_entry_title,
* .short_entry_title a {color: #1b201a;}

* .half_sub_entry_title,
.short_sub_entry_title {
  background-image: url(/files/half_sub_entry_title_bg.png);
}
* .half_sub_entry_title,
* .half_sub_entry_title a,
.short_sub_entry_title,
.short_sub_entry_title a {color: #1b201a;}



/* B-03など小見出し用 */
* .sub_entry_title {
  background: url("/files/sub_entry_title_bg.png") no-repeat scroll left top transparent;
  color: #1b201a;
}
* .sub_entry_title a:link, * .sub_entry_title a:visited,
* .sub_entry_title a:hover, * .sub_entry_title a:active {
  color: #1b201a;
}
/* 小見出しリンクボタン */
.sub_entry_title span.read_more_btn a,
.sub_entry_title span.read_more_btn a:hover {
  background-image: url(/files/sub_read_more_btn.png);
}
.sub_entry_title span.read_more_btn a:hover  {opacity: 0.8;}
* .mid_sub_entry_title {
  background-image: url(/files/sub_entry_title_bg_w570.png);
  font-size: 20px;
  color: #1b201a;
}


/* C-01など3列表示インラインタイトル用 */
* .inline_title {
  background-image: url(/files/column3_title_bg.png);
}
* .inline_title,
* .inline_title a {color: #1b201a;}


/* クーポンの本文見出しなど、固定幅でないインラインタイトル用 */
.coupon_data .inline_title,
.c_04 .inline_title,
.i_01 .inline_title,
.j_01 .inline_title {
  background: none #f2f4db;
  border: 1px solid transparent;
  border-radius: 5px;
  height: auto;
  line-height: 1.7;
  padding: 10px;
  text-align: left;
  font-size: 15px;
  color: #1b201a;
}

/* 詳細画面の下部「コメント」見出し */
.indent_border {
  border-color: #d7a700;
  width: 685px;
}


/* 大きな地図で見る */
small {
  border-color: #d7a700;
}
small a {
  width: 100%;
  padding: 5px 0;
  text-align: center !important;
  color: #d7a700 !important;
}

small a:hover {
  background-color: #d7a700 !important;
  color: #FFF !important;
}




/*  テーブル
---------------------------------------------------------------------------------------------------- */
.table_area td.td_name, .table_area td.td_value, /* Eブロック、Gブロック等 */
body.coupon .table_area td.td_name, body.coupon .table_area td.td_value, /* クーポンページ */
table.iqfm-table th, table.iqfm-table td /* お問合せ */ {
  border: none;
  color: #1b201a;
}
table.table_area td.td_name, body.coupon table.table_area td.td_name, .iqfm-table th {
  background: none #f2f4db !important;
}
table.table_area td.td_value, body.coupon table.table_area td.td_value, .iqfm-table td,
.custom-wpcf7c-confirmed td, input.wpcf7c-conf, textarea.wpcf7c-conf {
  max-width: 300px;/*firefox 確認画面のはみ出し防止用*/
  background: none #f2f4db;
}
/*メール送信後メッセージボックスのボーダー（デフォルト：グリーン）*/
div.wpcf7-mail-sent-ok {
  border-color: #647361 !important;
}

/* Dメニュー下線 */
.td_cell {
  border-color: #647361;
  vertical-align: top;
}

.table_area table tr td {
  border: none !important;
  background: none #f2f4db !important;
}

.table_area table,.iqfm-table { border-collapse: separate; border-spacing : 0 2px !important;}




/*  ページ遷移ボタン（詳細ブロックやページ送りのナビ用）
---------------------------------------------------------------------------------------------------- */
.tablenav { padding: 1em 0; }
a.page-numbers, .tablenav .current,
.permalink_in a, .pageback a,
.page_up a {
  background: none transparent;
  border-style: solid;
  border-color: #d7a700;
  color: #d7a700 !important;
}
.permalink_in a:link, .permalink_in a:visited,
.pageback a:link, .pageback a:visited {
}
.tablenav .next:link, .tablenav .next:visited,
.tablenav .prev:link, .tablenav .prev:visited {
  border: 1px solid #fff;
  background: none transparent;
}
.tablenav .next:hover, .tablenav .next:active,
.tablenav .prev:hover, .tablenav .prev:active {
  background-color: #d7a700;
  border-color: #d7a700;
}
.tablenav .current, a.page-numbers:hover,
.permalink_in a:hover, .permalink_in a:active,
.pageback a:hover, .pageback a:active,
.page_up a:hover, .page_up a:active {
  background: none #d7a700;
  border-style: solid;
  border-color: #d7a700;
  color: #fff !important;
} 



/*  ブロック
---------------------------------------------------------------------------------------------------- */
/* 各ブロック点線 */
.border_margin,
.anchor_list ul li,
.cu_mail_block,
.blog_post,
.list_block .list_box {
  border-color: #647361;
}


/* Cブロック */
.c_01, .c_02, .c_03, .c_05, .c_06 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 100%;
  padding: 0 0 20px;
  *padding: 0 0 30px;
}
.c_04 { margin: 0 0 20px; }


/* Dブロック */
.menu-list table {
  border-collapse:separate;
}


/* Gブロック */
.g_01 .sub_entry_title a,
.g_02 .sub_entry_title a { text-decoration: underline; }
.g_01 .sub_entry_title a:hover,
.g_02 .sub_entry_title a:hover { text-decoration: none; }


/* Kブロック */
.k_03 .date_area {
  font-size: 13px;
  font-weight: bold;
}
.k_03 .news_small_text {
  font-size: 12px;
  line-height: 1.7;
}


/* Z-D ブログRSS */
.z_d1 { margin: 0 0 20px; }


/* Z-E リンクバナー */
.banner_box { text-align: center; }
.banner_box img {
  max-width: 100%;
  width: auto;
  _width: 100%;
}



/* Z-I スライドショー */
.z_j1 { margin: 0 0 15px; }


/* Z_L お知らせブロック */
.Z_l1 .date_area {
  font-size: 13px;
  font-weight: bold;
}
.Z_l1 .news_small_text { font-size: 12px; }


/* Z_M タブブロック */
.z_m1 .link_list {
  font-size: 13px;
  line-height: 1.5;
}
.z_m1 div.link_list { margin-bottom: 10px; }
div.link_list a {
  background-color: transparent;
  border: 1px solid #d7a700;
  color: #d7a700;
}
div.link_list a:hover {
  background-color: #d7a700;
  border: 1px solid #d7a700;
  color: #fff;
}


.faq-title {
  background-color: #d7a700;
  font-weight: normal;
  color: #fff;
}



/*  メールフォーム
---------------------------------------------------------------------------------------------------- */
.iqfm-table td input[type="text"]:not([size]) {
  width: 75%;
}

/* 必須項目 */
.iqfm-req_color {
  color: #d7a700;
}
.iqfm-table button, .iqfm-table input[type="reset"], .iqfm-table input[type="button"], .iqfm-table input[type="submit"] {
  line-height: 1.7;
}
.iqfm-table .post_data { margin: 0 0 30px; }



/*  クーポンページ
---------------------------------------------------------------------------------------------------- */
body.coupon {
}
.coupon_print_block .print_header,
h1.print_page_title,
.coupon_box table tr td.coupon_data,
.coupon_box table tr td.coupon_meta_title,
.coupon_box table tr td.coupon_meta {
  border-color: transparent;
}
/* 有効期限の部分 */
.coupon_box table tr td.coupon_meta_title {
  background-color: #f2f4db;
  width: 8em;
  color: #1b201a;
}
.coupon_box table tr td.coupon_meta {
  background-color: #d7a700;
  color: #1b201a;
}
.e-04 .menu_area td {
  height: 3.5em;
}
.e-04 .menu_area .parent_title {
  font-size: 120%;
  height:  auto;
}



/*  ブログ
---------------------------------------------------------------------------------------------------- */
#nav-below div { border-color: #000; }
#nav-below .nav-next { padding: 0 0 0 10px; }

#blog_main .entry-title {
  background-image: url(/files/blog_title.png);
  background-position: center bottom;
  height: auto;
  padding: 15px 20px 15px 20px;
  line-height: 1.5;
}
#blog_main .entry-title,
#blog_main .entry-title a {
    color: #1b201a;
}



/*  ローディング画面
---------------------------------------------------------------------------------------------------- */
.black-screen {
  background-color: #000000;
}

.black-screen > .inner {
  top: calc(50vh - (5vw / 2));
  width: 3vw;
  height: 3vw;
  background-image: url("/files/loading.svg");
}


/*  地図
---------------------------------------------------------------------------------------------------- */
#map_canvas {
  width: 100%;
  height: 450px;
  margin: 0 0 20px;
}

/*  googleカレンダー
---------------------------------------------------------------------------------------------------- */
iframe[src^="https://calendar.google.com"] {
  border: none !important;
}


/*ページ内リンクアンカー位置調整*/
a[name^="anchor"] {
  content: "";
  display: block;
  height: 110px;
  margin-top: -110px;
  visibility: hidden;
}


/* ============================== ↓↓各ブロックの個別CSSはこちらに記述↓↓ ============================== */

/*  アニメーション
---------------------------------------------------------------------------------------------------- */
/*フェードイン*/
.easys_content_inner {
  position: relative;
  height: 100%;
  transition: all 1s ease 0s;
  opacity: 0;
  top: 150px;
}
.easys_content_inner.moved {
  top: 0;
  opacity: 1;
}
/*バナーはフェードインしない*/
#if7o25rredoupdmjde0k .easys_content_inner{
  top: 0;
  opacity: 1;
}


/*時間差をつける　記事文章とタイトルとボタン*/
#d5ebq5x281t3co9s4riq .text_box .post_data,
#d5ebq5x281t3co9s4riq *[class*="title"],
#d5ebq5x281t3co9s4riq .main_btn,
#zxuojdhj78mfzrvxdzmt .text_box .post_data{
  transition: all 1s ease 0s;
  opacity: 0;
  transform: translateY(100px);
}
/*クラス名movedがついた後の記事文章*/
#d5ebq5x281t3co9s4riq .moved .text_box .post_data,
#zxuojdhj78mfzrvxdzmt .moved .text_box .post_data{
  transform: translate(0px, 0px);
  opacity: 1;
  transition-delay: 1s;
}
#zxuojdhj78mfzrvxdzmt .moved .text_box .post_data{
  transition-delay: 1.2s;
}
/*クラス名movedがついた後のタイトルとボタン*/
#d5ebq5x281t3co9s4riq .moved *[class*="title"],
#d5ebq5x281t3co9s4riq .moved .main_btn{
  transform: translate(0px, 0px);
  opacity: 1;
  transition-delay: 2s;
}


/*  トップページ
---------------------------------------------------------------------------------------------------- */
/*1 シキミ・サカキ・ヒサカキの生産から加工まで末永生花にお任せ下さい*/
#b3kpx9h2xbdkikfiy1ik {
  background: url(/files/top_01_cover.png) no-repeat center top / auto scroll,url(/files/top_01_parara.jpg) no-repeat center center / cover fixed;
  height: 930px;
  position: relative;
}
#b3kpx9h2xbdkikfiy1ik *[class*="title"]{
    display: none;
}
#b3kpx9h2xbdkikfiy1ik .text_box {
    overflow: visible;
}

/*2列文章*/
#b3kpx9h2xbdkikfiy1ik .text_box .post_data {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode:vertical-rl;
  display: flex;/*真ん中揃え*/
  justify-content: center;/*真ん中揃え*/
  flex-direction: column;/*真ん中揃え*/
  position: absolute;
  top: 500px;
  height: 340px;
  line-height: 3;
}
/*右記事*/
#b3kpx9h2xbdkikfiy1ik .text_box .post_data.float_left{
  right: 0;
  width: 270px !important;
}
/*左記事*/
#b3kpx9h2xbdkikfiy1ik .text_box .post_data.float_right{
  left: 0;
  width: 270px !important;
}

/*ボタン*/
#b3kpx9h2xbdkikfiy1ik .main_btn{
    position: absolute;
    top: 500px;
    left: calc(50% - 125px);
    padding-top: 0;
}
#b3kpx9h2xbdkikfiy1ik .main_btn a {
  text-indent: -9999px;
  display: block;
  border-radius: 0;
  padding: 0;
  background: url(/files/top_01_btn_off.png) no-repeat center top;/*画像*/
  width: 250px;
  height: 340px;
  transition: 0.3s;
}
#b3kpx9h2xbdkikfiy1ik .main_btn a:hover {
  background: url(/files/top_01_btn_on.png) no-repeat center top;/*画像*/
}


/*2 神仏用枝物生産・加工を専門に行っております*/
#ok7l0xytvrca1f7ix6bh {
  background: url(/files/top_02_cover.png) no-repeat center top / auto scroll,url(/files/top_02_parara.jpg) no-repeat center center / cover fixed;
  height: 930px;
}
#ok7l0xytvrca1f7ix6bh *[class*="title"]{
    display: none;
}
#ok7l0xytvrca1f7ix6bh .text_box {
    overflow: visible;
}

/*2列文章*/
#ok7l0xytvrca1f7ix6bh .text_box .post_data {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode:vertical-rl;
  display: flex;/*真ん中揃え*/
  justify-content: center;/*真ん中揃え*/
  flex-direction: column;/*真ん中揃え*/
  position: absolute;
  top: 500px;
  height: 340px;
  line-height: 3;
}
/*右記事*/
#ok7l0xytvrca1f7ix6bh .text_box .post_data.float_left{
  right: 0;
  width: 220px !important;
}
/*左記事*/
#ok7l0xytvrca1f7ix6bh .text_box .post_data.float_right{
  left: 0;
  width: 220px !important;
  height: 390px;
  margin-left: 25px;
}

/*ボタン*/
#ok7l0xytvrca1f7ix6bh .main_btn{
    position: absolute;
    top: 500px;
    left: calc(50% - 180px);
    padding-top: 0;
}
#ok7l0xytvrca1f7ix6bh .main_btn a {
  text-indent: -9999px;
  display: block;
  border-radius: 0;
  padding: 0;
  background: url(/files/top_02_btn_off.png) no-repeat center top;/*画像*/
  width: 360px;
  height: 260px;
  transition: 0.3s;
}
#ok7l0xytvrca1f7ix6bh .main_btn a:hover {
  background: url(/files/top_02_btn_on.png) no-repeat center top;/*画像*/
}


/*3 独立支援有！空いた時間でアルバイトもOKです！*/
#d5ebq5x281t3co9s4riq {
  background: url(/files/top_03_cover.png) no-repeat center top / auto scroll,url(/files/top_03_parara.jpg) no-repeat center center / cover fixed;
  height: 1585px;
  position: relative;
}
#d5ebq5x281t3co9s4riq *[class*="title"]{
  text-indent: -9999px;
  background: url(/files/top_03_text.png) no-repeat center top;/*画像*/
  position: absolute;
  top: 1310px;
  height: 150px;
}
#d5ebq5x281t3co9s4riq .text_box {
    overflow: visible;
    width: 100%;/*真ん中揃え*/
    display: flex;/*真ん中揃え*/
    justify-content: center;/*真ん中揃え*/
}

/*文章*/
#d5ebq5x281t3co9s4riq .text_box .post_data {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode:vertical-rl;
  position: relative;
  top: 500px;
  height: 430px;
  line-height: 3;
}
#d5ebq5x281t3co9s4riq .text_box .post_data p{margin-left: 30px;}
#d5ebq5x281t3co9s4riq .text_box .post_data p:last-of-type{margin-left: 0;}

/*ボタン*/
#d5ebq5x281t3co9s4riq .main_btn{
    position: absolute;
    top: 1450px;
    left: calc(50% - 43px);
    padding-top: 0;
}
#d5ebq5x281t3co9s4riq .main_btn a {
  text-indent: -9999px;
  display: block;
  border-radius: 0;
  padding: 0;
  background: url(/files/top_03_btn_off.png) no-repeat center top;/*画像*/
  width: 85px;
  height: 35px;
  transition: 0.3s;
}
#d5ebq5x281t3co9s4riq .main_btn a:hover {
  background: url(/files/top_03_btn_on.png) no-repeat center top;/*画像*/
}


/*4　ブログ-----------------------------------------------------*/
/*ブログ見出し*/
#rpz78h2f8bp178xzqf9v{
    position: relative;
}
#rpz78h2f8bp178xzqf9v *[class*="title"]{
  text-indent: -9999px;
  background: url(/files/top_04_title.png) no-repeat center top;/*画像*/
  height: 400px;
  width: 250px;
  position: absolute;
  top: 205px;
  right: 0;
  overflow: visible;/*ボタン可視化の為*/
}
#rpz78h2f8bp178xzqf9v .read_more_btn a,
#rpz78h2f8bp178xzqf9v .sub_read_more_btn a{
    background: url(/files/top_04_btn_off.png) no-repeat center top;/*画像*/
    width: 60px;
    height: 40px;
    z-index: 1;/*ボタンクリック可の為*/
    position: absolute;
    top: 400px;
    right: 100px;
}
#rpz78h2f8bp178xzqf9v .read_more_btn a:hover,
#rpz78h2f8bp178xzqf9v .sub_read_more_btn a:hover{
    background: url(/files/top_04_btn_on.png) no-repeat center top;/*画像*/
}

/*ブログ記事*/
#mcjm4i1sgutqg0x0egdd{
  background: url(/files/top_04_bg.jpg)no-repeat center top;
  height: 710px;
  margin-bottom: 55px;
  padding-top: 180px;
}
/*記事全体幅*/
#mcjm4i1sgutqg0x0egdd .blog_post {
  width: 540px;
  margin-bottom: 10px;
}
/*記事テキスト幅*/
#mcjm4i1sgutqg0x0egdd .blog_post .blog_list_text_size{
  width: 380px;
  line-height: 1;
}

#mcjm4i1sgutqg0x0egdd .blog_post a{
  color: #1b201a;
}

/*  求人情報
---------------------------------------------------------------------------------------------------- */
/*1 ちょっとした空いた時間を有効利用！アルバイト・パート募集！*/
#bd8uytnh1jdkb9x3fjdd{
    background:url(/files/recruit_bg.jpg) no-repeat center top;
    height: 1110px;
    margin-bottom: 60px;
}
#bd8uytnh1jdkb9x3fjdd .entry_post{
    padding-top: 90px;
}
#bd8uytnh1jdkb9x3fjdd *[class*="title"]{
    background: url(/files/recruit_title.png) no-repeat center top;
    padding: 0;
    text-indent: -9999px;
    width: 130px;
    height: 360px;
    margin: 0 auto;/*真ん中揃え*/
}
#bd8uytnh1jdkb9x3fjdd .text_box{
    width: 450px;
    margin: 100px 0 0 0;
}
#bd8uytnh1jdkb9x3fjdd .text_box .post_data{
    line-height: 2.8;
}


/*  会社概要ページ
---------------------------------------------------------------------------------------------------- */
/*1 代表挨拶*/
#zxuojdhj78mfzrvxdzmt {
  background:url(/files/company_bg.jpg) no-repeat center top;
  height: 1490px;
  margin-bottom: 60px;
}
#zxuojdhj78mfzrvxdzmt *[class*="title"]{
  text-indent: -9999px;
  background: url(/files/company_title.png) no-repeat center top;/*画像*/
  position: absolute;
  top: 130px;
  left: calc(50% - 30px);
  width: 60px;
  height: 230px;
}
#zxuojdhj78mfzrvxdzmt .text_box {
    overflow: visible;
    width: 100%;/*真ん中揃え*/
    display: flex;/*真ん中揃え*/
    justify-content: center;/*真ん中揃え*/
}

/*文章*/
#zxuojdhj78mfzrvxdzmt .text_box .post_data {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode:vertical-rl;
  position: relative;
  top: 910px;
  height: 520px;
  line-height: 3;
}
#zxuojdhj78mfzrvxdzmt .text_box .post_data p{margin-left: 30px;}
#zxuojdhj78mfzrvxdzmt .text_box .post_data p:last-of-type{margin-left: 0;}




/*  バナー
---------------------------------------------------------------------------------------------------- */
/*1列バナー画像*/
#if7o25rredoupdmjde0k{
    background: url("/files/contact_banner_on.png") no-repeat center top;/*ホバーしたときの画像*/
}
/*ゆっくりホバー*/
#if7o25rredoupdmjde0k img{
    transition: 0.3s;
}
/*ホバー時、固定画面に入れてるOFF画像を非表示にする*/
#if7o25rredoupdmjde0k a:hover img{
    opacity: 0;
}


/*  共通
---------------------------------------------------------------------------------------------------- */
/*記事背景画像*/
#s6aacq2cz4fo382vrrnx,
#dqg044lpt9vi1dgklme4,
#bctewt6037hqdr37uunb{
  background: url(/files/block_bg_01.jpg)repeat center top;
  margin-bottom: 70px;
  padding-top: 60px;
}
#s6aacq2cz4fo382vrrnx{
  margin-bottom: 0;
}

/* PC 背景付きブロックの記事画像 非表示  */
#b3kpx9h2xbdkikfiy1ik .entry_post:first-of-type .eyecatch,
#ok7l0xytvrca1f7ix6bh .entry_post:first-of-type .eyecatch,
#d5ebq5x281t3co9s4riq .entry_post:first-of-type .eyecatch,
#bd8uytnh1jdkb9x3fjdd .entry_post:first-of-type .eyecatch,
#zxuojdhj78mfzrvxdzmt .entry_post:first-of-type .eyecatch{display: none;}

/*  float 解除 */
#b3kpx9h2xbdkikfiy1ik .entry_post:first-of-type .float_left,
#b3kpx9h2xbdkikfiy1ik .entry_post:first-of-type .float_right,
#ok7l0xytvrca1f7ix6bh .entry_post:first-of-type .float_left,
#ok7l0xytvrca1f7ix6bh .entry_post:first-of-type .float_right,
#d5ebq5x281t3co9s4riq .entry_post:first-of-type .float_left,
#d5ebq5x281t3co9s4riq .entry_post:first-of-type .float_right,
#bd8uytnh1jdkb9x3fjdd .entry_post:first-of-type .float_left,
#bd8uytnh1jdkb9x3fjdd .entry_post:first-of-type .float_right,
#zxuojdhj78mfzrvxdzmt .entry_post:first-of-type .float_left,
#zxuojdhj78mfzrvxdzmt .entry_post:first-of-type .float_right{float: none;}

.easys_content .sub_post .float_left {float: left !important;}
.easys_content .sub_post .float_right {float: right !important;}


/*SP用ボタンブロック非表示*/
#do40xp3klu4z257skui1{display:none;}

.grecaptcha-badge { visibility: hidden; }