@charset "utf-8";

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


/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  background: none transparent;
  background-color: #FFF;
}
body {
  background: none transparent;
  color:#573d2f  ;/*要変更：基本カラー*/
}
body#page_6 {
  background: none transparent;
}

.post_data {
  font-size: 14px;
}

/*ティザー部分
---------------------------------------------------------------------------------------------------- */

body#page_9{
  background: url("/files/pc_teaser_02.jpg") no-repeat center top 200px!important;
}
body#page_12{
  background: url("/files/pc_teaser_03.jpg") no-repeat center top 200px!important;
}
body#page_1003{
  background: url("/files/pc_teaser_04.jpg") no-repeat center top 200px!important;
}
body#page_1004{
  background: url("/files/pc_teaser_05.jpg") no-repeat center top 200px!important;
}
body#page_81{
  background: url("/files/pc_teaser_06.jpg") no-repeat center top 200px!important;
}
body#page_18{
  background: url("/files/pc_teaser_07.jpg") no-repeat center top 200px!important;
}
body.blog{
  background: url("/files/pc_teaser_08.jpg") no-repeat center top 200px;
}



#wrapper {
  background: none transparent;
}
#outer_block {
  background: none transparent;
}
#page_9 #outer_block,
#page_12 #outer_block{padding: 0;}

a:link, a:visited, a:hover, a:active {
color: #f15c0e/*要変更：リンクカラー*/;
}

/* A～Cブロック記事内リンクボタン */
.main_btn a,
.sub_text_btn a {
  background-color: #f15c0e/*要変更：リンクカラー*/;
  color: #fff/*要確認：bgリンクカラーの時に読める任意のカラー*/;
}


/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  height: 800px;
  background: none transparent;
  padding: 0;
  position: relative;
  z-index: 500;
}
#page_6 #branding_box {
  height: 0px/*要変更*/;
}
/* ヘッダーのH1～グローバルナビの高さ調整 */
#header_information {height: 0px/*要変更*/;}
#page_6 #header_information {height: 0px/*要変更*/;}

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#site-description a {
  display: inline;
  color: #757170/*要変更：H1テキストカラー*/;
  position: relative;
    top: 20px;
    z-index: 600;
}

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
.main_header, .header_class {
    display: none;
}
.main_header img, .header_class img {
    display: none;
}

/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */
#access {
  width: 100%;
  z-index: 590;
  height: 180px;
  margin: 0 auto;
  background: url(/files/topnavi_bg.jpg) no-repeat top center;
}
#access .menu-header{
  width: 1300px;
  height: 180px;
  margin: 0 auto;
}

div#access .menu-item a {
  background-image: url('/files/topnavi.png');
  background-repeat: no-repeat;
  background-position: scroll;
  background-color: transparent;
  width: 165px;
  height: 180px;
  margin: 0px;
  padding: 0px;
}
div#access .gnavi21 a { background-position: left top;}
div#access .gnavi22 a { background-position: -165px top;}
div#access .gnavi23 a { background-position: -330px top;}
div#access .gnavi24 a { background-position: -495px top;width: 300px;}
div#access .gnavi25 a { background-position: -815px top;}
div#access .gnavi26 a { background-position: -980px top;}
div#access .gnavi27 a { background-position: right top;}
div#access .gnavi21 a:hover { background-position: left bottom;}
div#access .gnavi22 a:hover { background-position: -165px bottom;}
div#access .gnavi23 a:hover { background-position: -330px bottom;}
div#access .gnavi24 a:hover { background-position: -495px bottom;width: 300px;}
div#access .gnavi25 a:hover { background-position: -815px bottom;}
div#access .gnavi26 a:hover { background-position: -980px bottom;}
div#access .gnavi27 a:hover { background-position: right bottom;}

/* プルダウンメニューのサイズ */
#access ul.menu ul.sub-menu {
  top: 180px/*要変更：topnaviの画像の高さ÷2*/;
  width: 100%;
}
#access ul.menu ul.sub-menu,
#access ul.menu ul.sub-menu li {
  min-width: 100%;
  width: 100%;
}

/* プルダウンメニューの色　16進数、RGBA両方変更すること */
div#access ul.sub-menu li.sub-gnavi a, div#access ul.sub-menu li.sub-gnavi2 a {
  background: none #757170;
  background: none rgba(117, 113, 112, 1);
  filter: alpha(opacity=75); /* ie 6 7 */
  -ms-filter: "alpha(opacity=75)"; /* ie 8 */
  width: 100%;
  color: #fff;
}
#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: #fff;
}
div#access ul.sub-menu li.sub-gnavi a:hover, div#access ul.sub-menu li.sub-gnavi2 a:hover {
  background: none #757170;
  background: none rgba(117, 113, 112, 1);
  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: #757170;
}
*: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: #757170;
}

/* 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;
}
div#access ul.sub-menu li.sub-gnavi2 {
    border-bottom: 1px dotted;
    width: 160px;
    text-indent: 0;
    color: #FFF;
}
/*  メイン画像
---------------------------------------------------------------------------------------------------- */
/* 通常メイン画像 */
#main_teaser, #video_teaser {
  position: absolute;
  top: 0/*要変更：中ページティザー画像のページ一番からの位置*/;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 99;
}
/* フラッシュ選択時 */
.flash_teaser {
  background-repeat: no-repeat;
  background-position: center top;
}

/* TOP SLIDER使用時 */
#video_teaser {
  margin: 0;
  top: 0/*要変更：トップページスライダーのページ一番上からの位置*/;
}





/* ===================================================================================================================
   ■ サイド
------------------------------------------------------------------------------------------------------------------- */
/* サイドナビ　タイトル */
.widget-title, .widget-title2 a {
  padding: 0;
  text-align: center;
  color: #757170  /*要変更：widget_title_bgのテキストカラー*/;
  background: url(/files/widget_title_bg.png) no-repeat scroll left top transparent;
}
.widget-title2 a:link, .widget-title2 a:visited,
.widget-title2 a:hover, .widget-title2 a:active {
  color: #757170  /*要変更：widget_title_bgのテキストカラー*/;

}

/* サイドナビ　メニュー部分 */
#blog_main .widget-area ul ul li a {
  color: #757170  /*要変更：widget_list_bgのテキストカラー*/;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-image: url(/files/widget_list_bg.png)/*要変更：拡張子が合っているか確認*/;
}

#wp-calendar {
  border-collapse: separate;
}
#wp-calendar caption {
  text-align: center;
}
#wp-calendar thead th {
}
#wp-calendar tbody td {
  background: none transparent;
  border-width: 0 0 1px;
  border-style: dotted;
  border-color: #757170/*要変更：ボーダーカラー*/;
  line-height: 2;
  padding: 5px;
}
#wp-calendar tbody td a { text-decoration: underline; }
#wp-calendar tbody td a:hover { text-decoration: none; }




/* ===================================================================================================================
   ■ フッター
------------------------------------------------------------------------------------------------------------------- */
#footer_block {
  background-position: center top;
  height: 330px;
}
#footer_box {
  background: url(/files/footer_box_bg.png) no-repeat center top;
  height: 290px;
  position: relative;
}

/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer_sitemap_block {
    padding: 100px 0 0 0;
    width: 100%;
    position: absolute;
}
#footer-widget-area {
    display: block;
    width: 960px;
    text-align: right;
}

#footer-widget-area .widget-area{
    text-align: left;

}

#footer-widget-area .widget-area ul.menu {
    border: none;
    column-count: 3;
}
#footer-widget-area .widget-area .menu-item a {
    border: none;
    color: #54392b    ;/*要変更：フッターメニューのテキストカラー*/
}
#footer-widget-area .widget-area .menu-item a:hover {
    background-color: transparent;
}

#footer-widget-area .widget-area .menu-item{
    float: none;
    width: 150px;
}



/*  フッター情報
  ---------------------------------------------------------------------------------------------------- */
.footer_infomation {
    display: block;
    margin: 0 auto;
    width: 960px;
}

#footer_information .entry-post {
    margin: 270px 0 0;
    text-align: right;
    color: #757170 /*要変更：フッター住所のテキストカラー*/;
    width: 748px;
}



/*  フッターSNSボタン
---------------------------------------------------------------------------------------------------- */
#footer_sns_btn {
  margin: 20px auto 0;
}
#footer_sns_btn .footer_sns_inner {
  width: 250px;
  height: 25px;
}
#footer_sns_btn div {width: 25px;height: 25px;}
#footer_sns_btn div a:hover {opacity: 0.8;}



/*  コピーライト
---------------------------------------------------------------------------------------------------- */
#copyright {
  color: #fff/*要変更：コピーライトのテキストカラー*/;
  width: 860px;
    text-align: left;
}


/*  フッターメニュー
---------------------------------------------------------------------------------------------------- */
.fixed_btn {z-index: 1000;}

.fixed_btn div,
.fixed_btn div a {height: 50px;width: 55px;}

.fixed_btn #fixed_btn_gtn,
.fixed_btn #fixed_btn_gtn a {height: 150px;}/*ガテン用、ガテンバナーがなければ削除*/



/* ===================================================================================================================
   ■ コンテンツ
------------------------------------------------------------------------------------------------------------------- */
#container_top {
  padding: 0;
}
#container_top.single_post {
  padding: 0 0 50px;
}

/*  見出し
---------------------------------------------------------------------------------------------------- */
.headline_title {
background: none transparent;
  color: #54392b  /*要変更：top_entry_titleのテキストカラー*/;
}
h3.entry_title, .entry_title, .entry-title { /* サイズ、背景、余白などはこちら */
  background-image: url(/files/entry_title_bg.png)/*要変更：拡張子が合っているか確認*/;
  color: #757170  /*要変更：entry_title_bgのテキストカラー*/;
}
h3.entry_title, .entry_title, .entry_title h3, .entry-title { /* フォントサイズはこちら */
}
.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: #757170  /*要変更：entry_title_bgのテキストカラー*/;
}
/* 見出しリンクボタン */
.entry_title span.read_more_btn a,
.entry_title span.read_more_btn a:hover {
  background-image: url(/files/read_more_btn.png)/*要変更：拡張子が合っているか確認*/;
}
.entry_title span.read_more_btn a:hover {opacity: 0.8;}
* .mid_entry_title {
  background-image: url(/files/entry_title_bg_w570.png)/*要変更：拡張子が合っているか確認*/;
  font-size: 20px;
  color: #FFF  /*要変更：entry_title_bg_w570のテキストカラー*/;
}


/* B-09、B-10など幅半分ブロックの見出し用 */
* .half_entry_title,
* .short_entry_title {
  background-image: url(/files/half_entry_title_bg.png)/*要変更：拡張子が合っているか確認*/;
}
* .half_entry_title,
* .half_entry_title a,
* .short_entry_title,
* .short_entry_title a {color: #FFF  /*要変更：half_entry_title_bgのテキストカラー*/;}

* .half_sub_entry_title,
.short_sub_entry_title {
  background-image: url(/files/half_sub_entry_title_bg.png)/*要変更：拡張子が合っているか確認*/;
}
* .half_sub_entry_title,
* .half_sub_entry_title a,
.short_sub_entry_title,
.short_sub_entry_title a {color: #757170  /*要変更：half_sub_entry_title_bgのテキストカラー*/;}



/* B-03など小見出し用 */
* .sub_entry_title {
  background: url("/files/sub_entry_title_bg.png") no-repeat scroll left top transparent/*要変更：拡張子が合っているか確認*/;
  color: #757170  /*要変更：sub_entry_title_bgのテキストカラー*/;
}
* .sub_entry_title a:link, * .sub_entry_title a:visited,
* .sub_entry_title a:hover, * .sub_entry_title a:active {
  color: #757170  /*要変更：sub_entry_title_bgのテキストカラー*/;
}
/* 小見出しリンクボタン */
.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.png)/*要変更：拡張子が合っているか確認*/;
}
.sub_entry_title span.read_more_btn a:hover  {opacity: 0.8;}
* .mid_sub_entry_title {
  background-image: url(/files/sub_entry_title_bg_w570.png)/*要変更：拡張子が合っているか確認*/;
  font-size: 20px;
  color: #54392b  /*要変更：sub_entry_title_bg_w570のテキストカラー*/;
}


/* C-01など3列表示インラインタイトル用 */
* .inline_title {
  background-image: url(/files/column3_title_bg.png)/*要変更：拡張子が合っているか確認*/;
}
* .inline_title,
* .inline_title a {color: #FFF  /*要変更：clom3_sub_entry_titleのテキストカラー*/;}


/* クーポンの本文見出しなど、固定幅でないインラインタイトル用 */
.coupon_data .inline_title,
.c_04 .inline_title,
.i_01 .inline_title,
.j_01 .inline_title {
  background: none #ece8e6  /*要変更：テーブルのthの背景色*/;
  border: 1px solid #FFF/*要変更：テーブルのボーダーカラー*/;
  border-radius: 5px;
  height: auto;
  line-height: 1.7;
  padding: 10px;
  text-align: left;
  font-size: 15px;
  color: #573d2f  /*要変更：テーブルのthのテキストカラー*/;
}

/* 詳細画面の下部「コメント」見出し */
.indent_border {
  border-color: #f15c0e/*要変更：リンクテキストカラー*/;
  width: 685px;
}


/* 大きな地図で見る */
small {
  border-color: #f15c0e/*要変更：リンクテキストカラー*/;
}
small a {
  width: 100%;
  padding: 5px 0;
  text-align: center !important;
  color: #f15c0e/*要変更：リンクテキストカラー*/ !important;
}

small a:hover {
  background-color: #f15c0e/*要変更：リンクテキストカラー*/;
  color: #FFF !important;
}





/*  テーブル
---------------------------------------------------------------------------------------------------- */
.table_area td.td_name, .table_area td.td_value, /* Eブロック、Gブロック等 */
body.coupon .table_area td.td_name, body.coupon .table_area td.td_value, /* クーポンページ */
table.iqfm-table th, table.iqfm-table td /* お問合せ */ {
  border: none;
  color: #573d2f  ;
}
table.table_area td.td_name, body.coupon table.table_area td.td_name, .iqfm-table th {
  background: none #ece8e6  !important;
}
table.table_area td.td_value, body.coupon table.table_area td.td_value, .iqfm-table td,
.custom-wpcf7c-confirmed td, input.wpcf7c-conf, textarea.wpcf7c-conf {
  max-width: 300px;/*firefox 確認画面のはみ出し防止用*/
  background: none #ece8e6  ;
}
/*メール送信後メッセージボックスのボーダー（デフォルト：グリーン）*/
div.wpcf7-mail-sent-ok {
  border-color: #757170  !important;
}

/* Dメニュー下線 */
.td_cell {
  border-color: #757170  ;
  vertical-align: top;
}

.table_area table tr td {
  border: none !important;
  background: none #ece8e6  !important;
}

.table_area table,.iqfm-table { border-collapse: separate; border-spacing : 0 1px !important;}

/*  ページ遷移ボタン（詳細ブロックやページ送りのナビ用）
---------------------------------------------------------------------------------------------------- */
.tablenav { padding: 1em 0; }
a.page-numbers, .tablenav .current,
.permalink_in a, .pageback a,
.page_up a {
  background: none transparent;
  border-style: solid;
  border-color: #f15c0e/*要変更：リンクテキストカラー*/;
  color: #f15c0e/*要変更：リンクテキストカラー*/ !important;
}
.permalink_in a:link, .permalink_in a:visited,
.pageback a:link, .pageback a:visited {
}
.tablenav .next:link, .tablenav .next:visited,
.tablenav .prev:link, .tablenav .prev:visited {
  border: 1px solid #fff;
  background: none transparent;
}
.tablenav .next:hover, .tablenav .next:active,
.tablenav .prev:hover, .tablenav .prev:active {
  background-color: #f15c0e/*要変更：リンクテキストカラー*/;
  border-color: #f15c0e/*要変更：リンクテキストカラー*/;
}
.tablenav .current, a.page-numbers:hover,
.permalink_in a:hover, .permalink_in a:active,
.pageback a:hover, .pageback a:active,
.page_up a:hover, .page_up a:active {
  background: none #f15c0e/*要変更：リンクテキストカラー*/;
  border-style: solid;
  border-color: #f15c0e/*要変更：リンクテキストカラー*/;
  color: #fff !important;
}



/*  ブロック
---------------------------------------------------------------------------------------------------- */
/* 各ブロック点線 */
.border_margin,
.anchor_list ul li,
.cu_mail_block,
.blog_post,
.list_block .list_box {
  border-color: #757170/*要変更：ボーダーカラー*/;
}


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


/* Kブロック */
.k_03 .date_area {
  font-size: 13px;
  font-weight: bold;
}
.k_03 .news_small_text {
  font-size: 12px;
  line-height: 1.7;
}


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


/* Z_M タブブロック */
.z_m1 .link_list {
  font-size: 13px;
  line-height: 1.5;
}
.z_m1 div.link_list { margin-bottom: 10px; }
div.link_list a {
  background-color: transparent;
  border: 1px solid #f15c0e/*要変更：リンクテキストカラー*/;
  color: #f15c0e/*要変更：リンクテキストカラー*/;
}
div.link_list a:hover {
  background-color: #f15c0e/*要変更：リンクテキストカラー*/;
  border: 1px solid #f15c0e/*要変更：リンクテキストカラー*/;
  color: #fff;
}


.faq-title {
  background-color: #f15c0e/*要変更：リンクテキストカラー*/;
  font-weight: normal;
  color: #fff/*要変更：リンクテキストカラーが淡色の時は文字が読める色に適宜変更*/;
}



/*  メールフォーム
---------------------------------------------------------------------------------------------------- */
.iqfm-table td input[type="text"]:not([size]) {
  width: 75%;
}
#container_top .iqfm-table td textarea {
  width: 96%;
  height: 15em;
  font-size: 100%;
}
/* 必須項目 */
.iqfm-req_color {
  color: #f15c0e  /*要変更：テーブルの必須のテキストカラー*/;
}
.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: #FFF/*要変更：テーブルボーダーカラー*/;
}
/* 有効期限の部分 */
.coupon_box table tr td.coupon_meta_title {
  background-color: #ece8e6  /*要変更：テーブルthの背景色*/;
  width: 8em;
  color: #573d2f  /*要変更：テーブルthのテキストカラー*/;
}
.coupon_box table tr td.coupon_meta {
  background-color: #ece8e6  /*要変更：テーブルtdの背景色*/;
  color: #573d2f  /*要変更：テーブルtdのテキストカラー*/;
}
.e-04 .menu_area td {
  height: 3.5em;
}
.e-04 .menu_area .parent_title {
  font-size: 120%;
  height:  auto;
}



/*  ブログ
---------------------------------------------------------------------------------------------------- */
#nav-below div { border-color: #000; }
#nav-below .nav-next { padding: 0 0 0 10px; }

#blog_main .entry-title {
  background-image: url(/files/blog_title.png)/*要変更：拡張子が合っているか確認*/;
  background-position: center bottom;
  height: auto;
  padding: 15px 10px 15px 20px;
  line-height: 1.5;
  color: #757170  /*要変更：blog_titleのテキストカラー*/;
}
#blog_main .entry-title,
#blog_main .entry-title a {color: #757170  ;}/*要変更：blog_titleのテキストカラー*/


/*  ローディング画面
---------------------------------------------------------------------------------------------------- */
.black-screen {
  background-color: #000000;
}

.black-screen > .inner {
  top: calc(50vh - (5vw / 2));
  width: 3vw;
  height: 3vw;
  background-image: url("/files/loading.svg");
}


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


/* ============================== ↓↓各ブロックの個別CSSはこちらに記述↓↓ ============================== */


/*  その他
---------------------------------------------------------------------------------------------------- */
#main_teaser img {
  display: block;
  min-width: 1200px;
  max-width: 2000px;
  margin: 0 auto;
}

/*ページ内リンクアンカー位置調整*/
a[name^="anchor"] {
  content: "";
  display: block;
  height: 110px;
  margin-top: -110px;
  visibility: hidden;
}


/*  扉ページ
---------------------------------------------------------------------------------------------------- */
#page_6 #branding_box,
#page_6 #access,
#page_6 #footer_block{display: none;}
#page_6 #outer_block{padding: 0;}
#oc1dfg679ggnruwgjtdf  div{margin-bottom: 0;padding-bottom: 0;}
#oc1dfg679ggnruwgjtdf {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
width: 960px;
height: 660px;
}
#oc1dfg679ggnruwgjtdf .field_3col .eyecatch{margin: 15px 0px!important;}
#oc1dfg679ggnruwgjtdf img{
    transition-duration: 0.4s;
}
#oc1dfg679ggnruwgjtdf .eyecatch a:hover img{
    transform: scale(0.9,0.9);
    cursor: pointer;
}

/*  大バナー設定
---------------------------------------------------------------------------------------------------- */
/* 共通 */
#t3oic0vyplz6b8f9e435 div,
#wwrc2lh5qeb2n1dwvpq0 div,
#yq1hmz0yffw62wc3gqgb div,
#xtta2ucnh9mypvypt2hm div,
#ltzjb7a77jnsfo8u0zmr div{
    margin-bottom: 0;
    padding-bottom: 0;
}

#t3oic0vyplz6b8f9e435 .eyecatch,
#wwrc2lh5qeb2n1dwvpq0 .eyecatch,
#yq1hmz0yffw62wc3gqgb .eyecatch,
#xtta2ucnh9mypvypt2hm .eyecatch,
#ltzjb7a77jnsfo8u0zmr .eyecatch{ width: 100%; }

#t3oic0vyplz6b8f9e435 .eyecatch a:hover,
#wwrc2lh5qeb2n1dwvpq0 .eyecatch a:hover,
#yq1hmz0yffw62wc3gqgb .eyecatch a:hover,
#xtta2ucnh9mypvypt2hm .eyecatch a:hover,
#ltzjb7a77jnsfo8u0zmr .eyecatch a:hover{ background-position: center bottom; }

#t3oic0vyplz6b8f9e435 .eyecatch a img,
#wwrc2lh5qeb2n1dwvpq0 .eyecatch a img,
#yq1hmz0yffw62wc3gqgb .eyecatch a img,
#xtta2ucnh9mypvypt2hm .eyecatch a img,
#ltzjb7a77jnsfo8u0zmr .eyecatch a img{ display: none; }




/* お問い合わせバナー① */
#t3oic0vyplz6b8f9e435,
#wwrc2lh5qeb2n1dwvpq0{
    background: url(/files/contact_banner_bg_02.jpg) no-repeat center center fixed transparent;
    background-size: cover;
    height: 500px;
}


#t3oic0vyplz6b8f9e435 .eyecatch a{
    display: block;
    width: 960px;
    height: 500px;
    background: url(/files/contact_banner_02.png) no-repeat top center;
}

#wwrc2lh5qeb2n1dwvpq0 .eyecatch a{
    display: block;
    width: 960px;
    height: 500px;
    background: url(/files/contact_banner_03.png) no-repeat top center;
}

/* お問い合わせバナー② */
#yq1hmz0yffw62wc3gqgb,
#xtta2ucnh9mypvypt2hm,
#ltzjb7a77jnsfo8u0zmr{
    background: url(/files/contact_banner_bg_01.jpg) no-repeat center center fixed transparent;
    background-size: cover;
    height: 500px;
}


#yq1hmz0yffw62wc3gqgb .eyecatch a,
#xtta2ucnh9mypvypt2hm .eyecatch a,
#ltzjb7a77jnsfo8u0zmr .eyecatch a{
    display: block;
    width: 960px;
    height: 500px;
    background: url(/files/contact_banner_01.png) no-repeat top center;
}

/*ハーフバナー設定
---------------------------------------------------------------------------------------------------- */
#q07ctsc9a9nsffuf0hfq{
background: url(/files/half_banner_bg.jpg) no-repeat top center;
height: 750px;
    margin-bottom: 60px;
    }
    #q07ctsc9a9nsffuf0hfq .easys_content_inner{
        padding: 280px 0px 0px 0px;
        width: 830px;
    }

    #q07ctsc9a9nsffuf0hfq .field_2col {
        width: 400px !important;
        overflow: hidden;
    }

    #q07ctsc9a9nsffuf0hfq  .field_2col .eyecatch{
        width: 400px;
      }

    #q07ctsc9a9nsffuf0hfq img{
      transition-duration: 0.4s;
    }
    #q07ctsc9a9nsffuf0hfq .eyecatch a:hover img{
      transform: scale(0.9,0.9);
      cursor: pointer;
    }
/*  記事背景指定
---------------------------------------------------------------------------------------------------- */
#iz4k02f6q13mhsmawcyt{
    background: url(/files/block_bg_05.jpg);
    padding-top: 60px;
}

#n3dhyb1jelnrwanrqnum{
    background: url(/files/block_bg_04.jpg);
    padding-top: 60px;
    margin-bottom: 60px;
}


#zc0us334y3a13onlj8ou,
#n2fhplyw39lt93ilp5wq{
    background: url(/files/block_bg_03.jpg);
    padding-top: 60px;
}

#sc0pqauw9wloq4nlrkyv,
#jddwq32xglod94pzcs8x{
    background: url(/files/block_bg_02.jpg);
    padding-top: 60px;
}


#zc0us334y3a13onlj8ou,
#sc0pqauw9wloq4nlrkyv{
    padding-top: 60px;
}

#zc0us334y3a13onlj8ou *[class*="title"],
#sc0pqauw9wloq4nlrkyv *[class*="title"]{
margin-bottom: 0;
}
#n2fhplyw39lt93ilp5wq,
#jddwq32xglod94pzcs8x{
margin-bottom: 60px;
}

/*  全体にフェードインアニメーション
---------------------------------------------------------------------------------------------------- */
.post_data,
.post-html,
*[class*="title"],
.easys_content_inner {
  position: relative;
  top: 30px;
  height: 100%;
  opacity: 0;
  transform: rotate3d(-1, -1, 0, -10deg);
  transform-origin: center;
  transition: transform 1.3s, top 1.3s, opacity 1.3s ease 0s;
}
.post_data.moved,
.post-html.moved,
*[class*="title"].moved,
.easys_content_inner.moved {
  top: 0;
  opacity: 1;
  transform: rotate3d(0, 0, 1, 0);
}

#oc1dfg679ggnruwgjtdf .easys_content_inner,
#x7kfepgiktlx4tedps6m .easys_content_inner,
#x7kfepgiktlx4tedps6m .post_data,
#x7kfepgiktlx4tedps6m .post-html,
#x7kfepgiktlx4tedps6m *[class*="title"]{
    top: 0;
    opacity: 1;
    transform: rotate3d(0, 0, 1, 0);
}
/*====================================================
ここからデザインブロック
===================================================== */
/* PC 背景付きブロックの記事画像 非表示  */
#edf5sf748c173347nodq .entry_post:first-of-type .eyecatch,
#n9cnt63fugo94ufwzae0 .entry_post:first-of-type .eyecatch,
#wvm02kqlq9osz7fbdedj .entry_post:first-of-type .eyecatch,
#l5tjm0wzsivqhn3e7b13 .entry_post:first-of-type .eyecatch,
#g91ik14gqrwkp9jdh5u8 .entry_post:first-of-type .eyecatch {display: none;}
/*  float 解除 */
#edf5sf748c173347nodq .entry_post:first-of-type .float_left,
#edf5sf748c173347nodq .entry_post:first-of-type .float_right,
#n9cnt63fugo94ufwzae0 .entry_post:first-of-type .float_left,
#n9cnt63fugo94ufwzae0 .entry_post:first-of-type .float_right,
#wvm02kqlq9osz7fbdedj .entry_post:first-of-type .float_left,
#wvm02kqlq9osz7fbdedj .entry_post:first-of-type .float_right,
#l5tjm0wzsivqhn3e7b13 .entry_post:first-of-type .float_left,
#l5tjm0wzsivqhn3e7b13 .entry_post:first-of-type .float_right,
#g91ik14gqrwkp9jdh5u8 .entry_post:first-of-type .float_left,
#g91ik14gqrwkp9jdh5u8 .entry_post:first-of-type .float_right{float: none;}
.easys_content .sub_post .float_left {float: left !important;}
.easys_content .sub_post .float_right {float: right !important;}
/* デザインブロックタイトル消去 */
#edf5sf748c173347nodq *[class*="title"],
#n9cnt63fugo94ufwzae0 *[class*="title"],
#wvm02kqlq9osz7fbdedj *[class*="title"],
#l5tjm0wzsivqhn3e7b13 *[class*="title"],
#g91ik14gqrwkp9jdh5u8 *[class*="title"]{display: none;}

/*========================
デザインブロックspan一括設定
======================== */
#edf5sf748c173347nodq span,
#n9cnt63fugo94ufwzae0 span,
#l5tjm0wzsivqhn3e7b13 span,
#g91ik14gqrwkp9jdh5u8 span{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -5;
}


/*不動産事業ページ 宅地造成から大工工事まで一括して対応
不動産のことならお任せください
---------------------------------------------------------------------------------------------------- */
#edf5sf748c173347nodq{
    background:url(/files/estate_bg.jpg) no-repeat center top;
    height: 880px;
    position: relative;
}

#edf5sf748c173347nodq #top_01_bg01 {
    background: url(/files/estate_title.png) no-repeat center top;
    z-index: 1;
height: 440px;
margin: 20px 0px 0px 0px;
}

#edf5sf748c173347nodq .text_box{
    width: 480px;
    margin: 260px 0 0 440px;
}

#edf5sf748c173347nodq .main_btn a {display: none;}
#links_edf5sf748c173347nodq{display: none;}

/*大工事業ページ “土木工事”に特化した、型枠大工工事
---------------------------------------------------------------------------------------------------- */
#n9cnt63fugo94ufwzae0{
    background:url(/files/carpentry_bg.jpg) no-repeat center top;
    height: 950px;
    position: relative;
}

#n9cnt63fugo94ufwzae0 #top_02_bg01 {
    background: url(/files/carpentry_title.png) no-repeat center top;
    z-index: 1;
height: 440px;
margin: 490px 0px 0px 0px;
}

#n9cnt63fugo94ufwzae0 .text_box{
    width: 480px;
    margin: 610px 0 0 440px;
    color: #FFF;
}

#n9cnt63fugo94ufwzae0.main_btn a {display: none;}
#links_n9cnt63fugo94ufwzae0{display: none;}


/*learning-cafeページ
---------------------------------------------------------------------------------------------------- */
body#page_15{
    background: none;
     }
     #page_15 #outer_block{padding: 0;}
     #page_15 #branding_box{height: 200px!important;}

     #x7kfepgiktlx4tedps6m .easys_content_inner{width: 100%;}
     #x7kfepgiktlx4tedps6m div{margin-bottom: 0;padding-bottom: 0;}

/*aerningCAFEページ 新着情報
---------------------------------------------------------------------------------------------------- */
/* タイトル非表示 */
#lo83piu0kso8yuqenlz9 {display: none;}

#f0alxt85mf7ywjr4eba3 {
    overflow: hidden;
    position: relative;
    background: url(/files/learning_bg.png) no-repeat top center,
    url(/files/block_bg_01.jpg) repeat;
    height: 900px;
}
#f0alxt85mf7ywjr4eba3 .easys_content_inner{padding-top: 367px;}
#f0alxt85mf7ywjr4eba3 .post_data{
    padding: 0;

}
#f0alxt85mf7ywjr4eba3 .blog_post {
  width: 280px;
  float: left;
  display: block;
  background-color: transparent;
  border: none transparent !important;/*記事ごとのドット下線消す*/
  text-align: center;
}

/* 記事間 左右余白調整 */
#f0alxt85mf7ywjr4eba3 .blog_post:nth-child(2){margin: 0 60px;}
#f0alxt85mf7ywjr4eba3 .blog_list_text_size {width: 100%;text-align: center;}/*日付、記事タイトル、本文のテキストを真ん中揃え*/
#f0alxt85mf7ywjr4eba3 .eyecatch {float: none;}
#f0alxt85mf7ywjr4eba3 .eyecatch img {width:280px;height:280px;object-fit:cover;}
#f0alxt85mf7ywjr4eba3 .date_area {/* 日付 */
  padding: 0 2%;
  color: #FFF;
}
#f0alxt85mf7ywjr4eba3 .post_title_list {/* 記事タイトル */
  width: 100%;
  padding: 0 2%;
  }
#f0alxt85mf7ywjr4eba3 .blog_thumb {/* サムネイル画像 */
  width: 280px;
  height: 280px;
  max-height: none;
  margin: 0 0 10px;/*画像下の隙間調整*/
  border-radius: 50%;
}

#f0alxt85mf7ywjr4eba3 .news_small_text {
  display: none;
}
/* #f0alxt85mf7ywjr4eba3 .news_small_text {
  line-height: 1.8;
  display: block;
  width: 94%;
  margin: 0 auto;
  font-size: 14px;
  word-break: break-all;
  position: relative;
  color: #FFF;
} */

/* リンクボタン */
#alfjj478r36mpif13kye{
    position: relative;
    margin-top: -200px;
}

#alfjj478r36mpif13kye a{
    display: block;
    background: url(/files/learning_btn.png) no-repeat top center;
    height: 170px;
    width: 285px;
}
#alfjj478r36mpif13kye .easys_content_inner{padding-bottom: 0;}
#alfjj478r36mpif13kye a:hover{background-position: bottom center;}
#alfjj478r36mpif13kye a img{display: none;}

/*絵画教室ページ 講師プロフィール
---------------------------------------------------------------------------------------------------- */

#l5tjm0wzsivqhn3e7b13{
    background:url(/files/painting_bg.jpg) no-repeat center top;
    height: 1380px;
    position: relative;
    margin-bottom: 60px;
  }

  #l5tjm0wzsivqhn3e7b13 #top_03_bg01 {
      background: url(/files/painting_profile_02.png) no-repeat center top;
      z-index: 1;
      height: 510px;
      margin: 750px 0px 0px 0px;
  }

  #l5tjm0wzsivqhn3e7b13 #top_03_bg02 {
    background: url(/files/painting_profile_01.png) no-repeat center top;
    z-index: 1;
    height:510px ;
    margin: 220px 0px 0px 0px;
}

#l5tjm0wzsivqhn3e7b13 .entry_post_1073{
    margin: 440px 0px 0px 545px;
    width: 400px;
}


#l5tjm0wzsivqhn3e7b13 .entry_post_1075{
    margin: 320px 540px 0px 0px;
    width: 400px;
}




/*書道教室ページ 講師プロフィール
---------------------------------------------------------------------------------------------------- */


#g91ik14gqrwkp9jdh5u8{
    background:url(/files/calligraphy_bg.jpg) no-repeat center top;
    height: 700px;
    position: relative;
    margin-bottom: 60px;
  }
  #g91ik14gqrwkp9jdh5u8 .text_box{
    width: 450px;
    margin: 300px 0px 0px 510px;
  }

  #g91ik14gqrwkp9jdh5u8 #top_04_bg01 {
      background: url(/files/calligraphy_profile.png) no-repeat center center;
      z-index: 1;
      height: 700px;
  }

.grecaptcha-badge { visibility: hidden; }