@charset "utf-8";

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

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

html {
  background: none #fff;
}
body {
  background: none transparent;
  color:#333333;
  overflow-x:hidden;
}
#wrapper {
  /*background: url("/files/wrapper_bg.jpg") no-repeat scroll center top transparent;*/
}
#outer_block {
  background: none transparent;
}
#inner_block{
  background: none transparent;
  padding: 0 0;
}

#main {
  width: px;
  margin:0 auto;
}

#secondary { padding: 0; }
#thirdly { padding: 0 0 50px; }

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

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

#branding_box {
  background: url("/files/branding_box_bg.png") no-repeat scroll center top transparent;
  height: 790px;
  padding:0;
  position: relative;
  z-index:500;
  width:100%;
}

#page_6 #branding_box { height: 1090px; }

#site-description {
  text-align:right;
}

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


.main_header img {
  width: 19vw;
  height: 16.5vw;
  margin: 0 0 0 18.5vw;
}
#page_6 .main_header img { margin-top: 1.5vw; }

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

#access { 
  float: none;
  width: 100%;
  height: 90px;
  background: url("/files/access_bg.jpg") repeat-x scroll center top transparent;
  position: absolute;
  bottom: 0;
}

#access .menu-header, div.menu {
  width: 1100px;
  margin: 0 auto;
}

/* 親ボタンの背景画像、高さなど　全サイズ共通 */
div#access .menu-item a, div#access .menu-item a:hover {
  background-image: url('/files/topnavi.png');
  background-color: transparent;
  height: 90px;
  line-height: 90px;
  padding: 0px;
  margin: 0px;
  width:157px;
}

div#access .gnavi11 a { background-position: left top; }
div#access .gnavi12 a { background-position: -157px top; }
div#access .gnavi13 a { background-position: -314px top; }
div#access .gnavi14 a { background-position: -471px top; }
div#access .gnavi15 a { background-position: -628px top; }
div#access .gnavi16 a { background-position: -785px top; }
div#access .gnavi17 a { background-position: right top; width: 158px; }

div#access .gnavi11 a:hover { background-position: left bottom; }
div#access .gnavi12 a:hover { background-position: -157px bottom; }
div#access .gnavi13 a:hover { background-position: -314px bottom; }
div#access .gnavi14 a:hover { background-position: -471px bottom; }
div#access .gnavi15 a:hover { background-position: -628px bottom; }
div#access .gnavi16 a:hover { background-position: -785px bottom; }
div#access .gnavi17 a:hover { background-position: right bottom; width: 158px; }


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

/* メニューの色　16進数、RGBA両方変更する */
div#access ul.sub-menu li.sub-gnavi a, div#access ul.sub-menu li.sub-gnavi2 a {
  background: none #a07e41;
  background: none rgba(160, 126, 65, 0.7);
  filter: alpha(opacity=75); /* ie 6 7 */
  -ms-filter: "alpha(opacity=75)"; /* ie 8 */
  color: #453d18;
  width: 157px;
}
#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: #453d18;
}
div#access ul.sub-menu li.sub-gnavi a:hover, div#access ul.sub-menu li.sub-gnavi2 a:hover {
  background: none #a07e41;
  background: none rgba(160, 126, 65, 0.9);
  filter: alpha(opacity=75); /* ie 6 7 */
  -ms-filter: "alpha(opacity=75)"; /* ie 8 */
  color: #fff;
}
#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: #fff;
}

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

/* 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;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
}

#main_teaser { top: 0; }
#jquery_slider_pc { top: 0; }

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

.widget-title, .widget-title2 a {
  background-image: url('/files/widget_title_bg.jpg');
  padding: 0;
  text-align: center;
  color: #ffffff;
}
.widget-title2 a:link, .widget-title2 a:visited,
.widget-title2 a:hover, .widget-title2 a:active {
  color: #ffffff;
}

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

#contact_bnr_block a,
#contact_bnr_block a:hover {
  background-image: url('/files/contact_bnr.jpg');
  height: 330px;
}

#blog_block a,
#blog_block a:hover {
  background-image: url('/files/blog_bnr.jpg');
  height: 100px;
}

#coupon_bnr_block a,
#coupon_bnr_block a:hover {
  background-image: url('/files/coupon_bnr.jpg');
  height: 240px;
}

.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;
}

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

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

/*<div id="side_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: #a07e41;
  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 #fff !important;
}

#nav-below div {
}
#nav-below .nav-next { padding: 0 0 0 10px; }

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

#footer_block {
  background: url("/files/footer_bg.jpg") repeat-x scroll center bottom transparent;
}

#footer_box {
  background: url("/files/footer_box_bg.png") no-repeat scroll center top transparent;
  height:260px;
  width: 100%;
}

#footer_sitemap_block {
  padding: 227px 0 0;
  width: 1020px;
  margin:0 auto;
}

#footer-widget-area {
}

#footer-widget-area .widget-area ul.menu {
  border-color: #fff;
}
#footer-widget-area .widget-area .menu-item a {
  border-color: #fff;
  color: #fff;
}

.footer_infomation {
  display: block;
  width: 1000px;
  margin:0 auto;
}

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

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

/* ==================================================
   ■ コンテンツ内
-------------------------------------------------- */

/*  見出し
----------------------------------------------------- */
.headline_title {
  background-image: url('/files/top_entry_title.jpg');
  color: #a07e41;
}

h3.entry_title, .entry_title, .entry-title { 
  /* カラー、サイズ、背景、余白 */
  background-image: url('/files/entry_title_bg.jpg');
  padding: 0 0 0 30px;
  width: 800px;
  color: #fffefe;
  line-height: 55px;
}
h3.entry_title, .entry_title, .entry_title h3, .entry-title { 
  font-size: 18px;
  font-weight: bold;
}
.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: #fffefe;
}
.entry_title span.read_more_btn,
.entry_title span.read_more_btn a,
.entry_title span.read_more_btn a:hover {
  /* 
  background-image: url('/files/read_more_btn.jpg');
  height: 50px;
  line-height: 50px;
  */
}

/* 小見出し */
h4.sub_entry_title {
  background-image: url('/files/sub_entry_title_bg.jpg');
  padding: 0 0 0 10px;
  width: 830px;
  color: #a07e41;
  font-weight: bold;
}
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: #a07e41;
}
.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.jpg');
  height: 50px;
  line-height: 50px;
  */
}

/* 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: 14px;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

h5.inline_title a { color:#ffffff; }

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

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

/* 半分ブロック見出し */
.half_entry_title {
  background-image: url('/files/half_entry_title_bg.jpg');
  color:#000;
  
}

/* ==================================================
   ■ その他装飾
-------------------------------------------------- */
/* 大きな地図で見る */
small {
  border: none;
}

small a {
  background-color: #515151;
  color: #fff !important;
  text-align: center !important;
}
small a:hover {
  background-color: #68282b;
  color: #FFF !important;
}

/* テーブル */
.iqfm-table th,
.table_area td.td_name {
  background-color: #a07e41 !important;
  border: 1px solid #453d18 !important;
  color: #000 !important;
}

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

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

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

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

.page_up a:hover, 
.page_up a:active {
  background: none transparent;
  border: 1px solid #68282b;
  color: #68282b;
} 


/* 詳細を見る/一覧に戻る */
.permalink_in a:link,
.permalink_in a:visited,
.pageback a:link,
.pageback a:visited {
  background: none transparent;
  border: 1px solid #aa8b54;
  color: #000;
}
.permalink_in a:hover,
.permalink_in a:active,
.pageback a:hover,
.pageback a:active {
  background: none #aa8b54;
  border: 1px solid #453d18;
  color: #fff;
}

/* ページ送り */
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: #333333;
}


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

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

.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"); }


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

/* Z_M タブブロック */
.z_m1 .link_list {
  font-size: 13px;
  line-height: 1.5;
}
.z_m1 div.link_list { margin-bottom: 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; }


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

/*  クーポンページ
----------------------------------------------------- */
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;
}

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

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

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