@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 {
  background-image: url("/files/body_bg.jpg"),url("/files/wrapper_bg_top.jpg");
  background-position: center top, center top 1010px;
}
#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:#02b2b2;
}

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

#branding_box {
  background-image: url("/files/branding_box_bg.png"), url("/files/access_bg.jpg");
  background-position: center bottom 70px, center bottom;
  background-repeat: no-repeat, repeat-x;
  height: 660px;
  padding:0;
  position: relative;
  width:100%;
  z-index:500;
}

#page_6 #branding_box { 
  height:1560px;
  background-position: center top 850px;
}

#site-description {
  text-align:right;
    width: 1100px;
    margin: 0 auto;
}

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

.main_header { text-align:center; }
.main_header img {
  width: 170px;
  height: 100px;
  margin: 20px 0 0 0;
/*
  position: absolute;
  top: 0;
  left: 0;
*/
}
#page_6 .main_header img { display:none; }

.h_btn {
    display: none;
    position: absolute;
    bottom: 120px;
    text-align: center;
    width: 100%;
}
#page_6 .h_btn { display: block; }

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

#access { 
  float: none;
  width: 100%;
  height: 70px;
  background: none transparent;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
#page_6 #access { bottom: 550px; }

#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/topnavi2.png');
  background-color: transparent;
  height: 70px;
  line-height: 70px;
  padding: 0px;
  margin: 0px;
}

/* ==================================================
   ■ メインイメージ
-------------------------------------------------- */

#main_teaser, #jquery_slider_pc {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
}

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

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

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

/* サイドナビ　メニュー部分 */
#main .widget-area ul ul li a {
  background-image: url('/files/widget_list_bg.jpg');
  color: #2c2c2c;
  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: 320px;
}

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

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

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

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

#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: #8eb4d9;
  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 #eeffff !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 bottom 60px transparent;
  height: 560px;
  width: 100%;
}

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

#footer-widget-area {
}

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

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

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

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

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

/*  見出し
----------------------------------------------------- */
.headline_title {
  background-image: url('/files/title_after.jpg'),url('/files/title_before.jpg');
  background-position: center left, center right;
  background-repeat: no-repeat;
  padding:0 100px;
  color: #000;
  width:  auto;
  display:  table;
  height:  auto;
  line-height:  2.3;
  margin: 0 auto 25px;
}

h3.entry_title, .entry_title, .entry-title { 
  /* カラー、サイズ、背景、余白 */
  background-image: url('/files/entry_title_bg.jpg');
  padding: 0 0 0 40px;
  width: 790px;
  color: #493307;
}
h3.entry_title, .entry_title, .entry_title h3, .entry-title { 
  font-size: 18px;
}
.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: #493307;
}
.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.png');
  /* 
  height: 50px;
  line-height: 50px;
  */
}

/* 小見出し */
h4.sub_entry_title {
  background-image: url('/files/sub_entry_title_bg.jpg');
  padding: 0 0 0 10px;
  width: 820px;
  color: #000;
}
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: #000;
}
.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: #fffefe;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

h5.inline_title a { color:#fffefe; }

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

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

/* 半分ブロック見出し */
.half_entry_title { color:#493307; }

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

small a {
  color: #02b2b2 !important;
  text-align: center !important;
}
small a:hover {
  background-color: #02b2b2;
  color: #FFF !important;
}

/* テーブル */
.iqfm-table th,
.table_area td.td_name {
  background-color: #02b2b2 !important;
  border: 1px solid #4e4e4e !important;
  color: #333333 !important;
}

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

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

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

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

.page_up a:hover, 
.page_up a:active {
  background: none #02b2b2;
  border: 1px solid #02b2b2;
  color: #fff;
} 


/* 詳細を見る/一覧に戻る */
.permalink_in a:link,
.permalink_in a:visited,
.pageback a:link,
.pageback a:visited {
  background: none #afeaea;
  border: 1px solid #afeaea;
  color: #000;
}
.permalink_in a:hover,
.permalink_in a:active,
.pageback a:hover,
.pageback a:active {
  background: none #02b2b2;
  border: 1px solid #02b2b2;
  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: #02b2b2;
}


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

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

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

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

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

#nav_menu-2.fixed,
#thirdly.fixed,
#text-4.fixed {
  width: 240px;
  position: fixed;
  top: 0;
}
#nav_menu-2.fix_under,
#thirdly.fix_under,
#text-4.fix_under {
  width: 240px;
  position: absolute;
}

#wji5k6m3drxsizdh7frn { display:none; }