@charset "utf-8";

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

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

html {
  background: none #fff;
}
body {
  background: url("/files/body_bg.jpg") repeat-x scroll center top transparent;
  color:#000000;
}
#wrapper {
  background: url("/files/wrapper_bg.jpg") no-repeat scroll center top 221px transparent;
}
#page_6 #wrapper {
  background: url("/files/wrapper_top_bg.jpg") no-repeat scroll center top 221px 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 {
  color:#000000;
}
a:hover, a:active {
  color:#3e3e3e;
}

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

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

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

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

#header_information {
    width: 1100px;
    margin: 0 auto;
}

.main_header img {
  width: 410px;
  height: 85px;
  margin: 30px 0 0 0;
/*
  position: absolute;
  top: 0;
  left: 0;
*/
}


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

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

#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: 70px;
  line-height: 70px;
  padding: 0px;
  margin: 0px;
  width:220px;
}

div#access .gnavi01 a { background-position: left top; }
div#access .gnavi02 a { background-position: -220px top; }
div#access .gnavi03 a { background-position: -440px top; }
div#access .gnavi04 a { background-position: -660px top; width:180px; }
div#access .gnavi05 a { background-position: right top; width:260px; }
div#access .gnavi01 a:hover { background-position: left bottom; }
div#access .gnavi02 a:hover { background-position: -220px bottom; }
div#access .gnavi03 a:hover { background-position: -440px bottom; }
div#access .gnavi04 a:hover { background-position: -660px bottom; width:180px; }
div#access .gnavi05 a:hover { background-position: right bottom; width:260px; }

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

#access.fixed {
  background: url("/files/access_bg.jpg") repeat-x scroll center top transparent;
  filter: alpha(opacity=70); /* ie 6 7 */
  -ms-filter: "alpha(opacity=70)"; /* ie 8 */
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

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

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

#main_teaser { top: 0; }
#jquery_slider { 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;
}

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

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

#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: #;
  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:199px;
  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: #000;
}
#footer-widget-area .widget-area .menu-item a {
  border-color: #000;
  color: #000;
}

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

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

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

/* うにょ */
#float_top_btn {
  bottom: 50px;
  position: fixed;
  right: 20px;
  z-index: 9999;
}

.fixed_btn {
    bottom: 150px;
    position: fixed;
    right: 0;
    z-index: 1000;
}
.fixed_btn div {
    height: 60px;
    margin-bottom: 10px;
    right: 0;
    width: 60px;
}
.fixed_btn div a {
    display: block;
    height: 60px;
    position: absolute;
    right: 0;
    width: 60px;
}
.fixed_btn div#fixed_btn_gtn,
.fixed_btn div#fixed_btn_gtn a {
    height: 150px;
}

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

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

h3.entry_title, .entry_title, .entry-title { 
  /* カラー、サイズ、背景、余白 */
  background-image: url('/files/entry_title_bg.png');
  padding: 0 0 0 15px;
  width: 945px;
  color: #000000;
}
h3.entry_title, .entry_title, .entry_title h3, .entry-title { 
  font-size: 26px;
}
.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: #000;
}
.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;
  */
}

/* 小見出し */
.sub_entry_title {
  background-image: url('/files/sub_entry_title_bg.png');
  padding: 0 0 0 15px;
  width: 945px;
  color: #000;
  font-size:26px;
}
.sub_entry_title a:link, .sub_entry_title a:visited,
.sub_entry_title a:hover, .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列表示見出し */
.inline_title {
  background: url("/files/column3_title_bg.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;
}

.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 #fff;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  height: auto;
  line-height: 1.7;
  padding: 10px;
  text-align: left;
  colr:#000;
}

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

/* 半分ブロック見出し */
.half_entry_title {
    color: #fff;
    font-size: 18px;
}
.half_sub_entry_title {
    color: #fff;
    font-size: 18px;
}

.mid_entry_title {
    color: #000;
    padding: 0 0 0 15px;
    width: 555px;
}

.mid_sub_entry_title {
    background-image: url(/files/sub_entry_title_bg_w570.png);
    color: #000;
    font-weight: normal;
    padding: 0 0 0 15px;
    width: 555px;
}

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

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

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

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

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

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

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

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


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


/* ==================================================
   ■ 各ブロック個別調整
-------------------------------------------------- */
/* 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; }


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

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


/*  お問い合わせバナー
----------------------------------------------------- */
#ihcskwxshtw6bj1cfdfv img,
#zr26i9ndrdckua7b6mha img,
#jnms7l8xayoumci00aft img,
#ehanm1elnfkn1qc3yyj3 img
{ display: none; }

#ihcskwxshtw6bj1cfdfv,
#zr26i9ndrdckua7b6mha,
#jnms7l8xayoumci00aft,
#ehanm1elnfkn1qc3yyj3 {
    background: url(/files/html_02_bg.jpg) repeat center top transparent;
    padding: 0px 0;
    margin: 0 0 50px;
}

#ihcskwxshtw6bj1cfdfv .margin-bottom_50.field_1col,
#zr26i9ndrdckua7b6mha .margin-bottom_50.field_1col,
#jnms7l8xayoumci00aft .margin-bottom_50.field_1col,
#ehanm1elnfkn1qc3yyj3 .margin-bottom_50.field_1col {
  background: url(/files/contact_banner.png) no-repeat center bottom transparent;
  margin: 0;
  width:958px;
  height:413px;
  position: relative;
}

#ihcskwxshtw6bj1cfdfv a,
#zr26i9ndrdckua7b6mha a,
#jnms7l8xayoumci00aft a,
#ehanm1elnfkn1qc3yyj3 a {
    display: block;
    background: url(/files/contact_banner_btn.jpg) no-repeat center transparent;
    width: 411px;
    height: 77px;
    position: absolute;
    bottom: 44px;
    right: 34px;

  text-decoration: none;
  display:block;
  text-transform: uppercase;
  -webkit-transition: all 0.5s cubic-bezier(.5, .24, 0, 1);
  transition: all 0.5s cubic-bezier(.5, .24, 0, 1);
  border:1px solid transparent; 
}

#ihcskwxshtw6bj1cfdfv a::before,
#zr26i9ndrdckua7b6mha a::before,
#jnms7l8xayoumci00aft a::before,
#ehanm1elnfkn1qc3yyj3 a::before {
  content: '';
  position: absolute;
  left: 0px;
  bottom:0px;
  z-index:2000;
  width: 0%;
  height:1px;
  background: #fff;
  box-shadow: inset 0px 0px 0px #fff;
  display: block;
  -webkit-transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
  transition: all 0.4s cubic-bezier(.5, .24, 0, 1)
}

#ihcskwxshtw6bj1cfdfv a::after,
#zr26i9ndrdckua7b6mha a::after,
#jnms7l8xayoumci00aft a::after,
#ehanm1elnfkn1qc3yyj3 a::after {
  content: '';
  position: absolute;
  right: 0px;
  top:0px;
  z-index:2000;
  width: 0%;
  height:1px;
  background: #fff;
  -webkit-transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
  transition: all 0.4s cubic-bezier(.5, .24, 0, 1)
}

#ihcskwxshtw6bj1cfdfv a:hover,
#zr26i9ndrdckua7b6mha a:hover,
#jnms7l8xayoumci00aft a:hover,
#ehanm1elnfkn1qc3yyj3 a:hover {
  border-left:1px solid #fff;
  border-right:1px solid #fff;
    filter: alpha(opacity=90);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=90)";
    -moz-opacity: 0.90;
    opacity: 0.90;
}

#ihcskwxshtw6bj1cfdfv a:hover::before,
#zr26i9ndrdckua7b6mha a:hover::before,
#jnms7l8xayoumci00aft a:hover::before,
#ehanm1elnfkn1qc3yyj3 a:hover::before {
  width:411px;
  transition: width .8s .3s;
}
#ihcskwxshtw6bj1cfdfv a:hover::after,
#zr26i9ndrdckua7b6mha a:hover::after,
#jnms7l8xayoumci00aft a:hover::after,
#ehanm1elnfkn1qc3yyj3 a:hover::after {
  width:100%;
  transition: width .8s .3s;
}

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

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