@charset "utf-8";

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

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

html {
  background: url("/files/html_bg.jpg") repeat scroll center top transparent;
}
body {
  background: none transparent;
  color:#362e2b;
  min-width: initial;
  min-width: auto;
  overflow-x: hidden;
}
#wrapper {
  background: url("/files/wrapper_bg.png") no-repeat scroll center top transparent;
}
#page_6 #wrapper { background: none 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:#a85126;
}

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

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

#page_6 #branding_box {
  background: none transparent; 
  height: 933px;
  }

#site-description {
  text-align:left;
  padding: 10px 50px 0;
}

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


.main_header img {
  width: 333px;
  height: 111px;
  position: absolute;
  top: 200px;
  right: calc(50% - 428px);
}

#page_6 .main_header img { display:none; }


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

#access {
  position: absolute;
  top: 148px;
  left: calc(50% - 447px);
}

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

/* 親ボタンの背景画像、高さなど　全サイズ共通 */
div#access .menu-item a, div#access .menu-item a:hover {
  background-position: center top;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 60px;
  height: 450px;
  line-height: 450px;
  padding: 0px;
  margin: 0px;
}

div#access .gnavi01 a { background-image: url("/files/navi01.png"); }
div#access .gnavi02 a { background-image: url("/files/navi02.png"); }
div#access .gnavi03 a { background-image: url("/files/navi03.png"); }
div#access .gnavi04 a { background-image: url("/files/navi04.png"); }
div#access .gnavi05 a { background-image: url("/files/navi05.png"); }
div#access .gnavi01 a:hover { background-image: url("/files/navi01_on.png"); }
div#access .gnavi02 a:hover { background-image: url("/files/navi02_on.png"); }
div#access .gnavi03 a:hover { background-image: url("/files/navi03_on.png"); }
div#access .gnavi04 a:hover { background-image: url("/files/navi04_on.png"); }
div#access .gnavi05 a:hover { background-image: url("/files/navi05_on.png"); }

/* TOP ※レスポ */
#page_6 #access,
#page_6 #access .menu-header,
#page_6 div.menu { width: 15vw; }

#page_6 #access {
  top: 18vw;
  left: calc(50% - 22.1vw);
}
#page_6 div#access .menu-item a,
#page_6 div#access .menu-item a:hover {
  width: 3vw;
  height: auto;
  background-size: contain;
}
 /*
@media screen and (max-width: 1320px) {
  ～1320px 

#page_6 #access,
#page_6 #access .menu-header,
#page_6 div.menu { width: 15vw; }

#page_6 #access {
  top: 18vw;
  left: calc(50% - 22.1vw);
}
#page_6 div#access .menu-item a,
#page_6 div#access .menu-item a:hover {
  width: 3vw;
  height: auto;
  background-size: contain;
}
}*/


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

#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: #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 {
  background-image: url('/files/widget_list_bg.png');
  color: #362e2b;
  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: 240px;
}

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

#works_bnr_block a {
  background: url("/files/works_bnr.png") no-repeat scroll center top transparent;
  height: 260px;
}

/*<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: none;
  border-color: #;
  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.png") repeat-x scroll center bottom transparent;
}

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

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

#footer-widget-area {
}

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

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

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

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

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

/*  見出し
----------------------------------------------------- */
.headline_title {
  background-image: url('/files/top_entry_title.png');
  color: #362e2b;
  height: 70px;
  line-height: 70px;
}

h3.entry_title, .entry_title, .entry-title { 
  /* カラー、サイズ、背景、余白 */
  background-image: url('/files/entry_title_bg.png');
  padding: 0 0 0 20px;
  width: 810px;
  color: #fff;
}
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: #fff;
}
.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.png');
  padding: 0 0 0 20px;
  width: 810px;
  color: #362e2b;
  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: #362e2b;
}
.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 transparent;
  border: 1px solid transparent;
  border-radius: 0;
  height: auto;
  line-height: 1.7;
  padding: 10px;
  text-align: left;
  color:#362e2b;
}

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

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

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

small a {
  color: #000 !important;
  text-align: center !important;
}
small a:hover {
  background-color: #786b63;
  color: #FFF !important;
}

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

.iqfm-table td,
.table_area td.td_value {
  border: 1px solid #362e2b !important;
  background-color: transparent !important;
  color: #362e2b !important;
}

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

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

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

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


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


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

/* Aブロック　画像背景 */
.eyecatch.display_line_bg img,
.field_3col .display_line_bg img { padding:0; }
.eyecatch.display_line_bg {
    background-image: url(/files/recommend_b_top.png),url(/files/recommend_b_bottom.png);
    background-repeat: no-repeat;
    background-position: center top, center bottom;
}
.eyecatch .dispaly_line_outer {
    background-image: url(/files/recommend_b_bg.png);
    margin: 10px 0;
    padding: 0 10px;
    background-repeat: repeat-y;
}
.eyecatch .dispaly_line_inner { background: none; }


.field_3col .display_line_bg {
    background-image: url(/files/recommend_s_top.png),url(/files/recommend_s_bottom.png);
    background-repeat: no-repeat;
    background-position: center top, center bottom;
    padding: 10px 0;
}
.field_3col .dispaly_line_outer {
    background-image: url(/files/recommend_s_bg.png);
    /*margin: 10px 0;*/
    padding: 0 10px;
    background-repeat: repeat-y;
}
.field_3col .dispaly_line_inner { background: none; }


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

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

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

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

.table_area table tr td {
    background-color: transparent;
}

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