@charset "utf-8";

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


/* ↓↓　雛形　レイアウトにあわせて追記・上書きして下さい　↓↓
   後々解読が面倒になるので、必要な箇所のみ記述すること
  （例：背景がPNGになるなら background-image: url("/files/xx_bg.png");　など） */




/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  background: none #fff;
}
body {
  background: none transparent;
  color: #000000;
}
body#page_6 {
  background: none transparent;
}

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

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

/* A～Cブロック記事内リンクボタン */
.main_btn a,
.sub_text_btn a {
  background-color: #819e3b;
  color: #fff;
}


/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  height: 195px;
  padding: 0;
  position: relative;
  z-index: 500;
  background:url(/files/branding_box_bg.png) no-repeat left top/100%;
  min-width: 1200px;
  max-width: 2000px;
}
#page_6 #branding_box {
  height: 195px;
/*  background:url(/files/branding_box_bg_tel.jpg) no-repeat left top;*/
  background: none transparent;
}
/* ヘッダーのH1～グローバルナビの高さ調整 */
#header_information {height: px;}
#page_6 #header_information {height: px;}

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
  width: 100%;
  margin: 0 auto;
  text-align: right;
  position: absolute;
}
#site-description a {
  display: inline;
  color: #000000;
}

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
.main_header, .header_class {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.main_header img, .header_class img {
  width: 280px;
  height: 100px;
  position: absolute;
}

/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */
#access_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  background:url(/files/topnavi_bg.jpg) repeat-y center top;
  width: 60px;
  height: 100%;
  z-index: 510;
}
#menu_btn {
  position: fixed;
  top: 405px;/*ボタンの表示位置*/
  left: 0;
  z-index: 1000;/*変更しない*/
  width: 60px;/*ボタンのサイズ*/
  height: 60px;
  background: url(/files/topnavi_humberger.png) no-repeat center top;
  cursor: pointer;/*マウスカーソルをポインター(手)に変更*/
}
#menu_btn p {display: none;}
#access {
  width: 100%;
  height: 100vh;
  margin: 0;
  position: fixed;
  top: 0;
  left: -100%;/*widthと同じ数値、出てくる方向にマイナスする（上からならtop:-100%;など）*/
  background: url(/files/topnavi_bg01.jpg) no-repeat center center / cover #fff;
}
#access.open {/*出てきた時*/
  left: 0;
  transition: left .4s;
}
#access.close {/*隠れている時*/
  left: -100%;
  transition: left .3s;
}
#access .menu-header {
  width: 520px;
  height: 420px;
  margin: calc((100vh - 500px) / 2) auto 0;/*calc()で上下センターに合わせる（500px=menu-headerの高さ）*/
  padding: 80px 0 0;
}

/*7列グローバルナビ*/
/* 親ボタンの背景画像、高さなど　全サイズ共通 */
div#access .menu-item a {
  background-image: url('/files/topnavi.png');
  background-repeat: no-repeat;
  background-position: scroll;
  background-color: transparent;
  width: 80px;
  height: 340px;
  margin: 0px;
  padding: 0px;
}

div#access .gnavi11 a { background-position: left top;}
div#access .gnavi12 a { background-position: -80px top; }
div#access .gnavi13 a { background-position: -160px top;}
div#access .gnavi14 a { background-position: -240px top; }
div#access .gnavi15 a { background-position: -320px top;}
div#access .gnavi16 a { background-position: -400px top;}
div#access .gnavi17 a { background-position: right top;width: 40px;}

div#access .gnavi11 a:hover { background-position: left bottom;}
div#access .gnavi12 a:hover { background-position: -80px bottom; }
div#access .gnavi13 a:hover { background-position: -160px bottom;}
div#access .gnavi14 a:hover { background-position: -240px bottom;}
div#access .gnavi15 a:hover { background-position: -320px bottom;}
div#access .gnavi16 a:hover { background-position: -400px bottom;}
div#access .gnavi17 a:hover { background-position: right bottom;width: 40px;}




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

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

/* 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;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 99;
}
/* フラッシュ選択時 */
.flash_teaser {
  background-repeat: no-repeat;
  background-position: center top;
}

/* TOP SLIDER使用時 */
#jquery_slider_pc {
  margin: 0;
  top: 0;
}

/*トップページメイン画像や中ページティザーをレスポンシブした時*/
#main_teaser img {
  display: block;
  min-width: 1200px;
  max-width: 2000px;
  margin: 0 auto;
}

/* ===================================================================================================================
   ■ サイド
------------------------------------------------------------------------------------------------------------------- */
/* サイドナビ　タイトル */
.widget-title, .widget-title2 a {
  padding: 0;
  text-align: center;
  color: #000000;
}
.widget-title2 a:link, .widget-title2 a:visited,
.widget-title2 a:hover, .widget-title2 a:active {
  color: #000000;
}

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

#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: #666666;
  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: 620px;
}
#footer_box {
  background: none transparent;
  height: 560px;
  position: relative;
}

#footer_box,#footer_sitemap_block,#footer-widget-area, .footer_infomation{
  width: 960px;
  margin: 0 auto;
}
#footer-widget-area{/*フッターナビの所*/
  display: block;
}
/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer_sitemap_block {
  /* フッターナビの上余白はここで調整 */
  position: absolute;
  bottom: 268px;
  margin: 0 auto;
}
#footer-widget-area .widget-area ul.menu {
  border-color: #000000;
}

/*フッターナビを縦書きにする*/
#footer-widget-area .widget-area ul.menu li{
  border-color: #000000;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode:vertical-rl;
}

#footer-widget-area .widget-area .menu-item a {
  border-left: none transparent;/*フッターナビの線消す*/
  border-right: none transparent;/*フッターナビの線消す*/
  color: #000000;
  padding: 0 5px;/*フッターナビの間隔調整*/
  font-weight: normal;
}
#footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}

#footer-widget-area .widget-area{
    width: 310px;
    padding: 0 0 0 670px;/*左右位置調整*/
}

/*  フッター情報
---------------------------------------------------------------------------------------------------- */
.footer_infomation {
  display: block;
  margin: 0 auto;
}
#footer_information .entry-post {
  width: 400px;
  text-align: right;
  margin: 510px 0 0 535px;/*住所の上からの位置*/
  color: #000000;
}

/*  フッター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: #000000;
  text-align: right;
  width: 910px;
}


/*  フッターメニュー
---------------------------------------------------------------------------------------------------- */
.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;
}

/*  見出し
---------------------------------------------------------------------------------------------------- */
.widget-title, .widget-title2 a,
#blog_main .widget-area ul ul li a,
#blog_main .entry-title,
.headline_title,
h3.entry_title, .entry_title, .entry_title h3, .entry-title,
* .mid_entry_title,
* .half_entry_title,
* .short_entry_title,
* .half_sub_entry_title,
.short_sub_entry_title,
* .sub_entry_title,
* .mid_sub_entry_title,
* .inline_title{
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif !important;
}

.headline_title {
  background-image: url(/files/top_entry_title.png);
  color: #000000;
}
h3.entry_title, .entry_title, .entry-title { /* サイズ、背景、余白などはこちら */
  background-image: url(/files/entry_title_bg.png);
  color: #000000;
}
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: #000000;
}
/* 見出しリンクボタン */
.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.jpg);
  font-size: 20px;
  color: #000000;
}


/* B-09、B-10など幅半分ブロックの見出し用 */
* .half_entry_title,
* .short_entry_title {
  background-image: url(/files/half_entry_title_bg.jpg);
}
* .half_entry_title,
* .half_entry_title a,
* .short_entry_title,
* .short_entry_title a {color: #000000;}

* .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: #000000;}



/* B-03など小見出し用 */
* .sub_entry_title {
  background: url("/files/sub_entry_title_bg.png") no-repeat scroll left top transparent;
  color: #000000;
}
* .sub_entry_title a:link, * .sub_entry_title a:visited,
* .sub_entry_title a:hover, * .sub_entry_title a:active {
  color: #000000;
}
/* 小見出しリンクボタン */
.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: #000000;
}


/* C-01など3列表示インラインタイトル用 */
* .inline_title {
  background-image: url(/files/column3_title_bg.jpg);
}
* .inline_title,
* .inline_title a {color: #000000;}


/* クーポンの本文見出しなど、固定幅でないインラインタイトル用 */
.coupon_data .inline_title,
.c_04 .inline_title,
.i_01 .inline_title,
.j_01 .inline_title {
  background: none transparent;
  border: 1px solid #000000;
  border-radius: 5px;
  height: auto;
  line-height: 1.7;
  padding: 10px;
  text-align: left;
  font-size: 15px;
  color: #000000;
}

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


/* 大きな地図で見る */
small {
  border-color: #819e3b;
}
small a {
  width: 100%;
  padding: 5px 0;
  text-align: center !important;
  color: #819e3b !important;
}

small a:hover {
  background-color: #819e3b !important;
  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, /* クーポンページ */
.z_c1 .iqfm-table th, .z_c1 .iqfm-table td /* お問合せ */ {
  border-color: #000000;
  border-right: none;
  border-left: none;
}
.table_area td.td_name, body.coupon .table_area td.td_name, .z_c1 .iqfm-table th {
  background: none transparent;
  color: #000;
}
.table_area td.td_value, body.coupon .table_area td.td_value, .z_c1 .iqfm-table td {
  background: none transparent;
  color: #000;
}
/* Dメニュー下線 */
.td_cell {
  border-color: #666;
  vertical-align: top;
}

.table_area table tr td {
  border: solid 1px #000000 !important;
  border-right: none !important;
  border-left: none !important;
  background: none transparent;
}



/*  ページ遷移ボタン（詳細ブロックやページ送りのナビ用）
---------------------------------------------------------------------------------------------------- */
.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: #819e3b;
  color: #819e3b !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: #819e3b;
  border-color: #819e3b;
}
.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 #819e3b;
  border-style: solid;
  border-color: #819e3b;
  color: #fff !important;
} 



/*  ブロック
---------------------------------------------------------------------------------------------------- */
/* 各ブロック点線 */
.border_margin,
.anchor_list ul li,
.cu_mail_block,
.blog_post,
.list_block .list_box {
  border-color: #666666;
}


/* 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: #EEEEEE;
  border: 1px solid #819e3b;
  color: #819e3b;
}
div.link_list a:hover {
  background-color: #819e3b;
  border: 1px solid #819e3b;
  color: #fff;
}


.faq-title {
  background-color: #819e3b;
  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: #819e3b;
}
.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: #000000;
}
/* 有効期限の部分 */
.coupon_box table tr td.coupon_meta_title {
  background-color: transparent;
  width: 8em;
  color: #000000;
}
.coupon_box table tr td.coupon_meta {
  background-color: transparent;
  color: #000000;
}
.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;
}
#blog_main .entry-title,
#blog_main .entry-title a {
    color: #000000;
}



/*  ローディング画面
---------------------------------------------------------------------------------------------------- */
.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はこちらに記述↓↓ ============================== */

/*  トップページ
---------------------------------------------------------------------------------------------------- */
/*画面左上にTEL画像*/
.fixed_side_btn{
    position: relative;
    z-index: 9999;
    left: 0;
    top:0;
}

/*1ブロック目　-------------------------------*/
#nyy6l5hwhkj0x3vrobee{
  height: 900px;
  position: relative;
  z-index: 200;
}
#nyy6l5hwhkj0x3vrobee *[class*="title"]{
    display: none;
}
#nyy6l5hwhkj0x3vrobee .text_box{
  position: absolute;
  width: 250px;
  top: 200px;
  right: 95px;
}
#nyy6l5hwhkj0x3vrobee .text_box .post_data {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode:vertical-rl;
  height: 320px;
}
#nyy6l5hwhkj0x3vrobee span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -5;
}
#nyy6l5hwhkj0x3vrobee #top_01_bg01 {
	background: url(/files/00top_block01_bg.jpg) no-repeat center top;
	z-index: -3;
}
#nyy6l5hwhkj0x3vrobee #top_01_bg02 {
	background: url(/files/00top_block01_bg02.png) no-repeat center top;
	z-index: -2;
    transition-delay:0.3s;
    margin-left: -450px;
}
#nyy6l5hwhkj0x3vrobee #top_01_bg03 {
	background: url(/files/00top_block01_bg03.png) no-repeat center top;
	z-index: -1;
    transition-delay:0.5s;
}
#nyy6l5hwhkj0x3vrobee .main_btn a{
  display: block;
  width: 40px;
  height: 180px;
  background: url("/files/button_readmore_tate.png") no-repeat right top;
  padding: 0;
  border-radius: 0;
  text-indent: -99999px;
  float: left;
}
#nyy6l5hwhkj0x3vrobee .main_btn a:hover{
    background-position: left top;
}


/*2ブロック目　-------------------------------*/
#baf7tepnkuyzwh12ov6u{
  height: 900px;
  position: relative;
  z-index: 200;
}
#baf7tepnkuyzwh12ov6u *[class*="title"]{
    display: none;
}
#baf7tepnkuyzwh12ov6u .text_box{
    position: absolute;
    width: 480px;
    top: 400px;
    left: 0;
}

#baf7tepnkuyzwh12ov6u span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -5;
}

#baf7tepnkuyzwh12ov6u #top_02_bg01 {
	background: url(/files/00top_block02_bg01.jpg) no-repeat center top;
	z-index: -3;
}
#baf7tepnkuyzwh12ov6u #top_02_bg02 {
	background: url(/files/00top_block02_bg02.png) no-repeat center top;
	z-index: -2;
    transition-delay:0.3s;
    margin-left: 535px;
}
#baf7tepnkuyzwh12ov6u .main_btn a{
  display: block;
  width: 180px;
  height: 40px;
  background: url("/files/button_readmore.png") no-repeat center top;
  padding: 0;
  border-radius: 0;
  text-indent: -99999px;
  float: left;
}
#baf7tepnkuyzwh12ov6u .main_btn a:hover{
    background-position: center bottom;
}

/*3ブロック目　-------------------------------*/
#d229990tmyjje2vydqlm{
  height: 910px;
  position: relative;
  z-index: 200;
}
#d229990tmyjje2vydqlm *[class*="title"]{
    display: none;
}
#d229990tmyjje2vydqlm .text_box{
    position: absolute;
    width: 480px;
    top: 380px;
    left: 0;
}
#d229990tmyjje2vydqlm span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -5;
}

#d229990tmyjje2vydqlm #top_03_bg01 {
	background: url(/files/00top_block03_bg01.jpg) no-repeat center top;
	z-index: -3;
}
#d229990tmyjje2vydqlm #top_03_bg02 {
	background: url(/files/00top_block03_bg02.png) no-repeat center top;
	z-index: -2;
}
#d229990tmyjje2vydqlm .main_btn a{
  display: block;
  width: 180px;
  height: 40px;
  background: url("/files/button_readmore.png") no-repeat center top;
  padding: 0;
  border-radius: 0;
  text-indent: -99999px;
  float: left;
}
#d229990tmyjje2vydqlm .main_btn a:hover{
    background-position: center bottom;
}

/*4ブロック目　パララックス-------------------------------*/
#kv99tdfbcdmxgqpakkid {
  background-image: url(/files/00top_block04_bg_pala.jpg);
  background-size: cover;
  background-attachment: fixed;
  height: 600px;
  margin-bottom: 70px;
}

/*5ブロック目　ブログ-------------------------------*/
#mcjm4i1sgutqg0x0egdd .post_data{padding: 0 0 0 25px;}
  
#cznzhj8bwzfyt9kr9gy6 *[class*="title"]{
    background-image: none;
    text-indent: -9999px;
    margin-bottom: 0;
    padding:0 0 60px 0;/*幅広げないと高さが足りなくてボタンが見切れる*/
}
#cznzhj8bwzfyt9kr9gy6 h3{display: none;}
#cznzhj8bwzfyt9kr9gy6 span.read_more_btn{
  float: none;
  display: block;
  width: 290px;/*ボタン画像の幅*/
  height: 110px;/*ボタン画像の高さ*/
  margin: 0 auto;
}
#cznzhj8bwzfyt9kr9gy6 span.read_more_btn a{
  display: block;
  background: url("/files/00top_block05_button.png") no-repeat left top transparent;
  width: 290px;
  height: 110px;
  transition: 0s;
}
#cznzhj8bwzfyt9kr9gy6 span.read_more_btn a:hover{ background-position:right top; }
/*ここまでブログ----------------------------------*/


/*  事業内容ページ
---------------------------------------------------------------------------------------------------- */
/*1ブロック目　-------------------------------*/
#vpu0enyrcy4zdzyuodks{
    background:url(/files/10business_block01_bg.jpg) no-repeat center top;
    height: 900px;
    margin-bottom: 60px;
}
#vpu0enyrcy4zdzyuodks *[class*="title"]{
    display: none;
}
#vpu0enyrcy4zdzyuodks .text_box{
    width: 570px;
    margin: 193px 0 0 80px;
}

/*3ブロック目　-------------------------------*/
#t2n4od50gvc6i7qmgme1{
    background:url(/files/10business_block03_bg.jpg) no-repeat center top;
    height: 940px;
}
#t2n4od50gvc6i7qmgme1 *[class*="title"]{
    display: none;
}
#t2n4od50gvc6i7qmgme1 .text_box{
    width: 480px;
    margin: 400px 0 0 0
}


/*  ご依頼の流れ/よくあるご質問ページ
---------------------------------------------------------------------------------------------------- */
/*1ブロック目　-------------------------------*/
#xphaiq1q25p8t4yzv72l{
    background:url(/files/20flow_block01_bg.jpg) no-repeat center top;
    height: 800px;
    margin-bottom: 60px;
}
#xphaiq1q25p8t4yzv72l *[class*="title"]{
    display: none;
}
#xphaiq1q25p8t4yzv72l .text_box{
    width: 480px;
    margin: 380px 0 0 0;
}


/*  会社概要ページ
---------------------------------------------------------------------------------------------------- */
/*3ブロック目　パララックス-------------------------------*/
#kp8rs3cykuj0x7q9p9cj {
  background-image: url(/files/40company_block04_bg_pala.jpg);
  background-size: cover;
  background-attachment: fixed;
  height: 600px;
}

/*4ブロック目　-------------------------------*/
#fo8vky9pj40m9x749qhc{
    background:url(/files/40company_block04_bg.jpg) no-repeat center top;
    height: 800px;
    margin-bottom: 60px;
}
#fo8vky9pj40m9x749qhc *[class*="title"]{
    display: none;
}
#fo8vky9pj40m9x749qhc .text_box{
    width: 480px;
    margin: 300px 0 0 0;
}


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

/*PC 背景付きブロックの記事画像 非表示*/
/*トップページ*/
#nyy6l5hwhkj0x3vrobee .entry_post:first-of-type .eyecatch,
#baf7tepnkuyzwh12ov6u .entry_post:first-of-type .eyecatch,
#d229990tmyjje2vydqlm .entry_post:first-of-type .eyecatch,
/*事業内容*/
#vpu0enyrcy4zdzyuodks .entry_post:first-of-type .eyecatch,
#t2n4od50gvc6i7qmgme1 .entry_post:first-of-type .eyecatch,
/*ご依頼の流れ/よくあるご質問*/
#xphaiq1q25p8t4yzv72l .entry_post:first-of-type .eyecatch,
/*会社概要*/
#fo8vky9pj40m9x749qhc .entry_post:first-of-type .eyecatch
{display: none;}


/*トップ用フェードインギミック------------------------------------*/
.f_up,.f_down ,.f_left ,.f_right {
  opacity: 0;
  transform-origin: center;
  transition: 0.8s ease 0s;
}
.moved{
	top:0;
	opacity: 1;
}

.f_up {
  transform: translateY(-100px);
}
.f_down {
  transform: translateY(100px);
}
.f_left {
  transform: translateX(-100px);
}
.f_right {
  transform: translateX(100px);
}

.moved {
  transform: translate(0px, 0px);
}

/* フェードイン
---------------------------------------------------------------------------------------------------- */
/*記事コンテンツフェードイン*/
.nd_01,
#page_6 .easys_content_inner,
#page_9 .easys_content_inner,
#page_12 .easys_content_inner,
#page_15 .easys_content_inner,
#page_81 .easys_content_inner,
#page_18 .easys_content_inner{
  opacity: 0;
  transform: translate(0, 50px);
  transform-origin: center;
  transition: 1s ease;
}
#page_6 .nd_01 .easys_content_inner,
#page_9 .nd_01 .easys_content_inner,
#page_12 .nd_01 .easys_content_inner,
#page_15 .nd_01 .easys_content_inner,
#page_81 .nd_01 .easys_content_inner,
#page_18 .nd_01 .easys_content_inner{
   opacity: 1;
   transform: translate(0,0);
}

/*トップページ　1～3ブロック目　文章フェードイン遅くする*/
#nyy6l5hwhkj0x3vrobee .easys_content_inner,
#baf7tepnkuyzwh12ov6u .easys_content_inner,
#d229990tmyjje2vydqlm .easys_content_inner{
    transition-delay: 0.8s !important;
}

.moved2{
  opacity: 1 !important;
  -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
}



/*バナー---------------------------------------------------------------------------------------------------- */
/*各ページの一番下（footerの真上）のバナーは必ずmargin-bottom:0にする*/
#content .nd_01:last-of-type,
#content .nd_01:last-of-type div {  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}


/*バナー　お問い合わせ*/
#i6gi87swwl6mh36b8mqo,
#gq4l5n5m9eebci7fd90f,
#botcf78udhqo29loh9kf,
#npi2m9enjochgbb4ro95{
    background: url("/files/banner_contact_on.png") no-repeat center top,url("/files/banner_contact_bg.jpg") no-repeat center top;
}

/*バナー　ご依頼の流れ/よくあるご質問*/
#wz9yx3h8xh7qxr0wwq2l,
#zicfngk0mcyhpwyj9nzb{
    background: url("/files/banner_faq_on.png") no-repeat center top,url("/files/banner_faq_bg.jpg") no-repeat center top;
}

/*共通　ホバー時、OFF画像を非表示にする*/
#i6gi87swwl6mh36b8mqo a:hover img,
#gq4l5n5m9eebci7fd90f a:hover img,
#botcf78udhqo29loh9kf a:hover img,
#npi2m9enjochgbb4ro95 a:hover img,
#wz9yx3h8xh7qxr0wwq2l a:hover img,
#zicfngk0mcyhpwyj9nzb a:hover img{
    opacity: 0;
}

