@charset "utf-8";

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

/* ==================================================
   ■ 全体
-------------------------------------------------- */

html {
  background: none #fff;
}
body {
  background: url("/files/body_bg.jpg") no-repeat scroll center top transparent;
  color:#333333; /*---基本テキストカラー---*/
}
body#page_6 { /* TOP */
  background: url("/files/body_bg_top.jpg") no-repeat scroll center top transparent;
}
body#page_9 { /* 業務内容 */
  background: url("/files/body_bg_02.jpg") no-repeat scroll center top transparent;
}
body#page_12 { /* 求人情報 */
  background: url("/files/body_bg_03.jpg") no-repeat scroll center top transparent;
}
body#page_15 { /* 料金システム */
  background: url("/files/body_bg_04.jpg") no-repeat scroll center top transparent;
}
body#page_84 { /* ご依頼の流れ・よくあるご質問 */
  background: url("/files/body_bg_05.jpg") no-repeat scroll center top transparent;
}
body#page_18 { /* お問い合わせ */
  background: url("/files/body_bg_06.jpg") no-repeat scroll center top transparent;
}
#wrapper {
  /*background: url("/files/wrapper_bg.jpg") no-repeat scroll center top transparent;*/
}
#outer_block {
  background: none transparent;
  padding:120px 0 0;
}
#inner_block{
  background: none transparent;
}

/*---リンクカラー---*/
a:link, a:visited, a:hover, a:active {
  color:#22961f;
}

/* ==================================================
   ■ ヘッダー
-------------------------------------------------- */

#branding_box {
  height: 400px;
  padding:0;
  background: none transparent;
}

#page_6 #branding_box {
  height: 700px;
}

#site-description {
  padding:3px 0 0;
}

#site-description a {
  display: inline;
  color: #FFF;
}

/*---ロゴ画像---*/
.main_header img { 
  margin: 0 0 0 0;
  width: 136px;
  height: 134px;
}
#page_6 .main_header img { 
  margin: 91px 0 0 401px;
  width: 150px;
  height: 149px;
}


/*  Gナビ
----------------------------------------------------- */

#access { 
  position: relative;
}
#access .menu-header { /*---ナビメニュー位置---*/
  position: absolute;
  top: 243px;
  left: 0px;
}

#page_6 #access .menu-header { /*---ナビメニュー位置---*/
  position: absolute;
  top: 437px;
  left: 0px;
}

#access, #access .menu-header, div.menu {
  width: 960px;
}

/* 親ボタンの背景画像、高さなど　全サイズ共通 */
div#access .menu-item a, div#access .menu-item a:hover {
  background-color: transparent;
  height: 80px;
  line-height: 80px;
}


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

div#access ul.sub-menu li.sub-gnavi {
  border-bottom: 1px dashed #CFCFCF;
}

/* メニューの色　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 #fff;
  filter: alpha(opacity=75); /* ie 6 7 */
  -ms-filter: "alpha(opacity=75)"; /* ie 8 */
  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 #fff;
  filter: alpha(opacity=75); /* ie 6 7 */
  -ms-filter: "alpha(opacity=75)"; /* ie 8 */
  color: #8fbd00;
  text-decoration:none;
}
#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: #30932d;
}

/* 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: #333;
}
*: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: #8fbd00;
}

/* 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 {
  margin: 0 auto 0;
}

/* ==================================================
   ■ サイド
-------------------------------------------------- */

.widget-title, .widget-title2 a {
  padding: 0;
  text-align: center;
  color: #fff;
}
.widget-title2 a:link, .widget-title2 a:visited,
.widget-title2 a:hover, .widget-title2 a:active {
  color: #fff;
}

/* サイドナビ　メニュー部分 */
#main .widget-area ul ul li a {
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* サイドバナー */
.bnr_side {
  padding: 0;
  text-indent: -9999px;
}
.bnr_side a {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.bnr_side a:hover {
  background-position: center bottom !important;
}
#partner_bnr_block a {
  background: url("/files/partner_bnr.jpg") no-repeat scroll center top transparent;
  height: 100px;
}
#jsc_bnr_block a {
  background: url("/files/jsc_bnr.jpg") no-repeat scroll center top transparent;
  height: 100px;
}

#○○_bnr a {
  background: url("/files/○○_bnr.jpg") no-repeat scroll center top transparent;
  height: 100px;
}

/*<div id="○○_bnr" class="bnr_side"><a href="アドレス" target="_blank">テキスト</a></div>*/

/*  ブログ
----------------------------------------------------- */

#wp-calendar {
  border-collapse: separate;
}
#wp-calendar caption {
  text-align: center;
}
#wp-calendar thead th {
  /*background: none repeat scroll 0 0 #EDEDED;*/
}
#wp-calendar tbody td {
  background: none transparent;
  border-width: 0 0 1px;
  border-style: dotted;
  border-color: #47a845;
  line-height: 2;
  padding: 5px;

  /*
  background: none repeat scroll 0 0 #EDEDED;
  border: 1px solid #fff;
  */
}

#wp-calendar tbody td a { 
  text-decoration: underline;
}
#wp-calendar tbody td a:hover { 
  text-decoration: none; 
}

#today {
  background: none #f0f0f0 !important;
}

/*  調整CSS
----------------------------------------------------- */

#secondary {
  padding: 0;
}

#thirdly {
  padding: 0 0 50px;
}

/* ==================================================
   ■ 見出し系
-------------------------------------------------- */
/* Aブロックタイトル */
.headline_title {
  color: #30932d;
  font-size:20px;
}

/* 大見出し */
h3.entry_title, .entry_title, .entry-title { 
  /* カラー、サイズ、背景、余白 */
  color: #fff;
  text-align: left;
  padding: 0 0 0 30px;
  width: 670px;
}
h3.entry_title, .entry_title, .entry_title h3, .entry-title { 
  /* フォントサイズ */
  font-size: 15px;
}
.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: #fff;
}
.entry_title span.read_more_btn a,
.entry_title span.read_more_btn a:hover {
  /* READ MORE */
}

/* 小見出し */
h4.sub_entry_title {
  color: #22961f;
  padding: 0 0 0 10px;
  font-size:15px;
  width: 690px;
}
h4.sub_entry_title a:link, h4.sub_entry_title a:visited,
h4.sub_entry_title a:hover, h4.sub_entry_title a:active {
  color: #22961f;
}
.sub_entry_title span.read_more_btn a,
.sub_entry_title span.read_more_btn a:hover {
  /* READ MORE */
}

/* 3列表示見出し */
h5.inline_title {
  background: url("/files/clom3-title.jpg") no-repeat 0 0 transparent;
  height: 40px;
  line-height: 40px;
  padding: 0;
  border: none;
  border-radius: 0;
  font-size: 12px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
h5.inline_title a { color:#fff; }


/* 固定幅じゃないインラインタイトル用 */
.coupon_data h5.inline_title,
.c_04 h5.inline_title,
.i_01 .inline_title,
.j_01 h5.inline_title {
  background: none #f0f0f0;
  border: 1px solid #22961f;
  border-radius: 3px;
  height: auto;
  line-height: 1.7;
  padding: 10px;
  text-align: left;
  color:#22961f;
}

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

/* 半分ブロック見出し */
.half_entry_title {
}

/* ==================================================
   ■ その他装飾
-------------------------------------------------- */
/* 大きな地図で見る */
small {
  border: 1px solid #22961f;
}

small a {
  color: #22961f !important;
  text-align: center !important;
}
small a:hover {
  background-color: #adcf45;
  color: #FFF !important;
  text-decoration:none;
}

/* テーブル */
.iqfm-table th,
.table_area td.td_name {
  background-color: #8fbd00 !important;
  border: 1px solid #22961f !important;
  color: #fff !important;
}

.iqfm-table td,
.table_area td.td_value {
  border: 1px solid #22961f !important;
  background-color: #ffffff !important;
  color: #22961f !important;
}

.iqfm-req_color { /* メールフォーム必須色 */
  color:#c52c00;
}

/*  ページ遷移
----------------------------------------------------- */
.tablenav { padding: 1em 0; }

/* ページ上部へ */
.page_up a {
  background: none transparent;
  border: 1px solid #22961f;
  color: #22961f;
  }

.page_up a:hover, 
.page_up a:active {
  background: none #adcf45;
  border: 1px solid #22961f;
  color: #fff;
  text-decoration:none;
} 


/* 詳細を見る/一覧に戻る */
.permalink_in a:link,
.permalink_in a:visited,
.pageback a:link,
.pageback a:visited {
  background: none transparent;
  border: 1px solid #22961f;
  color: #22961f;
}
.permalink_in a:hover,
.permalink_in a:active,
.pageback a:hover,
.pageback a:active {
  background: none #adcf45;
  border: 1px solid #22961f;
  color: #fff;
  text-decoration:none;
}

/* ページ送り */
a.page-numbers, .tablenav .current {
  background: none transparent;
  border: 1px solid #666;
  color: #fff;
}

.tablenav .next:link, .tablenav .next:visited,
.tablenav .prev:link, .tablenav .prev:visited {
  background: none transparent;
  border: 1px solid #fff;
  color: #fff;
}

.tablenav .current, a.page-numbers:hover,
.tablenav .next:hover, .tablenav .next:active,
.tablenav .prev:hover, .tablenav .prev:active {
  background: none #666;
  border: 1px solid #666;
  color: #fff;
}


/*  ボーダー
----------------------------------------------------- */

.td_cell,
.border_margin,
.anchor_list ul li,
.cu_mail_block,
.z_d1 .blog_post,
.list_block .list_box {
  border-color: #22961f;
}


/* ==================================================
   ■ フッター
-------------------------------------------------- */

#footer_block {
}

#footer_box {
  height:258px;
}

#footer_sitemap_block { /* フッターナビ上の余白調整 */
  padding: 15px 0 0;
}

#footer-widget-area {
}

#footer-widget-area .widget-area ul.menu {
  border-color: #22961f;
}
#footer-widget-area .widget-area .menu-item a {
  border-color: #22961f;
  color: #22961f;
  font-weight:normal;
}

#footer_information .entry-post {
  color:#333333;
  width: 100%;
  margin: 190px 0 0;
  text-align: center;
}

#copyright {
  color: #fff;
  height: 32px;
  line-height: 32px;
}

/* ==================================================
   ■ 各ブロック個別調整
-------------------------------------------------- */

/* Aブロック　画像背景 */
.eyecatch.display_line_bg { background-image: url("/files/recommend_b_bg.jpg"); }
.eyecatch .dispaly_line_outer { background-image: url("/files/recommend_b_top.jpg"); }
.eyecatch .dispaly_line_inner { background-image: url("/files/recommend_b_bottom.jpg"); }
.eyecatch.display_line_bg img { width: 300px; }

.field_3col .display_line_bg { background-image: url("/files/recommend_s_bg.jpg"); }
.field_3col .dispaly_line_outer { background-image: url("/files/recommend_s_top.jpg"); }
.field_3col .dispaly_line_inner { background-image: url("/files/recommend_s_bottom.jpg"); }
.field_3col .display_line_bg img { width: 200px; }


/* 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; }


/* 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; }

/* メール投稿ブロックの画像とコメントの間余白挿入 */
.cu_mail_block .img_size_thumb {
  padding-left: 10px;
}

/*  メールフォーム
----------------------------------------------------- */

.iqfm-table td input[type="text"]:not([size]) {
  width: 75%;
}
#container_top .iqfm-table td textarea {
  width: 96%;
  height: 15em;
  font-size: 100%;
}
.z_c1 button, .z_c1 input[type="reset"], .z_c1 input[type="button"], .z_c1 input[type="submit"] {
  line-height: 1.7;
}
.z_c1 .post_data { margin: 0 0 30px; }


/* ==================================================
   ■ 各ページ個別調整
-------------------------------------------------- */

/*  ブログページ
----------------------------------------------------- */
#nav-below div {
}
#nav-below .nav-next { padding: 0 0 0 10px; }

/*  クーポンページ
----------------------------------------------------- */
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: #ccc;
}
/* 有効期限の部分 */
.coupon_box table tr td.coupon_meta_title {
  background-color: #666;
  width: 8em;
  color: #fff;
}
.coupon_box table tr td.coupon_meta {
  background-color: #fff;
}
.e-04 .menu_area td {
  height: 3.5em;
}
.e-04 .menu_area .parent_title {
  font-size: 120%;
  height:  auto;
}


/*Instagram CSS（PC）*/

#mrnh08nqo9hz1g405jui {
    /*background: url(/files/insta_bg.png) no-repeat center top transparent;
    height: 970px;*/
    margin: 80px 0 0;
}
#mrnh08nqo9hz1g405jui .entry_title {
   /* text-indent: -9999px;
    background: url(/files/insta_title.png) no-repeat center top transparent;*/
    height: 70px;
    margin: 0 0 0px;
}

div#instafeed {
    width: 700px;
    margin: 0px;
}
div#instafeed a {
    margin: 0 5px 15px 5px;
    display: inline-block;
}
#instafeed a img {
    width: 220px;
    height: 220px;
    object-fit: cover;
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
#instafeed a:hover img {
    opacity: .5;
}

/*  ●●ページ
----------------------------------------------------- */

/*  ●●ページ
----------------------------------------------------- */

/*  ●●ページ
----------------------------------------------------- */