@charset "utf-8";

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


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




/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  background: url("/files/html_bg.jpg") repeat center top;
}
body {
/*  background: url("/files/body_bg.jpg") no-repeat center top/100%;*/
  background: none transparent;
  color: #161d23;
  min-width: 1200px;
  max-width: 2000px;
  margin: 0 auto;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
body#page_6 {
  background: none transparent;
}

#wrapper {
  background: none transparent;
}
#outer_block {
  background: none transparent;
}
#page_6 #outer_block {
  padding-top: 0;
}

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

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


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

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

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

/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */
#access {
  width: 100%;
  z-index: 590;
  height: 350px;
  margin: 0 auto;
  background: url(/files/access_bg2.png)no-repeat center top;
}
#page_6 #access {
  background: url(/files/access_bg.jpg)no-repeat center top;
  height: 245px;
}

#access .menu-header{
  width: 860px;
  height: 65px;
  margin: 0 auto;/*真ん中寄せ*/
  padding-top: 25px;
}

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

div#access .gnavi11 a { background-position: left top;width: 112px;}
div#access .gnavi12 a { background-position: -112px top;width: 152px;}
div#access .gnavi13 a { background-position: -264px top;}
div#access .gnavi14 a { background-position: -396px top;}
div#access .gnavi15 a { background-position: -528px top;}
div#access .gnavi16 a { background-position: right top;width: 200px;}

div#access .gnavi11 a:hover { background-position: left bottom;width: 112px;}
div#access .gnavi12 a:hover { background-position: -112px bottom;width: 152px;}
div#access .gnavi13 a:hover { background-position: -264px bottom;}
div#access .gnavi14 a:hover { background-position: -396px bottom;}
div#access .gnavi15 a:hover { background-position: -528px bottom;}
div#access .gnavi16 a:hover { background-position: right bottom;width: 200px;}

/*固定ナビ*/
#access.fixed,#page_6 #access.fixed {
  width: 100%;
  z-index: 590;
  height: 65px;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255,255,255,0.8);
}

#access.fixed .menu-header {
  margin: 0 auto;
  padding-top: 0;
}



/* プルダウンメニューのサイズ */
#access ul.menu ul.sub-menu {
  top: 65px;
  width: 100%;
}
#access ul.menu ul.sub-menu,
#access ul.menu ul.sub-menu li {
  min-width: px;
  width: 100%;
}

/* プルダウンメニューの色　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: 100%;
  color: #896725;
}
#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: #896725;
}
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: #896725;
}
#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: #896725;
}

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

/*トップページメイン画像や中ページティザーをレスポンシブした時*/
#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: #ffffff;
  background-image: url(/files/widget_title_bg.png);
}
.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: #161d23;
  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: #8e9795;
  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: url(/files/footer_bg.png) no-repeat center top;
  height: 310px;
}
#footer_box {
  background: url(/files/footer_box_bg.png) no-repeat center top;
  height: 270px;
  position: relative;
}

#footer_box,#footer_sitemap_block,#footer-widget-area, .footer_infomation{
  width: 100%;
  margin: 0 auto;
}
#footer-widget-area{/*フッターナビの所*/
  display: block;
}

#footer_box,#footer_sitemap_block{
  width: 100%;
}
.footer_infomation{
  width: 450px;
  margin: 0 auto;
}

#footer-widget-area{
  width: 790px;
  margin: 0 auto;
  text-align: right;
}



/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer_sitemap_block {
  /* フッターナビの上余白はここで調整 */
  position: absolute;
  bottom: 15px;
  margin: 0 auto;
}
#footer-widget-area{
    display: block;
    text-align: right;
}


#footer-widget-area .widget-area ul.menu {
  border-color: #161d23;
}
#footer-widget-area .widget-area .menu-item a {
  border-color: #161d23;
  color: #161d23;
}
#footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}


/*  フッター情報
---------------------------------------------------------------------------------------------------- */
.footer_infomation {
  display: block;
  margin: 0 auto;
}
#footer_information .entry-post {
  width: 100%;
  margin: 200px 0 0;/*住所の上からの位置*/
  text-align: left;
  color: #161d23;
}
#footer_information .entry-post .post-data p{font-weight: bold;}

/*  フッター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: #8e9795;
  text-align: left;
  width: 450px;
}


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

.fixed_btn div,
.fixed_btn div a {height: 50px;width: 50px;transition: 0.3s;}
.fixed_btn div a:hover{opacity: 0.75;}

.fixed_btn #fixed_btn_gtn,
.fixed_btn #fixed_btn_gtn a {height: 150px;}
*/


/*中ページは最初から表示*/
.side_fixed_btn {
    z-index: 1000;
    position: fixed;
    right: 0;
    bottom: 150px;
/*    display:none;*/
    opacity: 1;
    transition:opacity 0.3s;
}

/*トップページだけ最初非表示*/
#page_6 .side_fixed_btn {
    opacity: 0;
    transition:opacity 0.3s;
    position: absolute;
}

/*固定時*/
#page_6 .side_fixed_btn.fixed {
    z-index: 1000;
    position: fixed;
    opacity: 1;
}

.side_fixed_btn div{
    margin-bottom: 10px;
    right: 0;
}
.side_fixed_btn div,
.side_fixed_btn div a {height: 50px;width: 50px;transition: 0.3s;}
.side_fixed_btn div a:hover{opacity: 0.75;}


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

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


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

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



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


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


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

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


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

small a:hover {
  background-color: #b69857 !important;
  color: #FFF !important;
}




/*  テーブル
---------------------------------------------------------------------------------------------------- */
.table_area td.td_name, .table_area td.td_value,
body.coupon .table_area td.td_name, body.coupon .table_area td.td_value,
table.iqfm-table th, table.iqfm-table td,
.table_area table tr td.column1,.table_area table tr td.column2  {
  border-color: #161d23;
  border-right: none;
  border-left: none;
  background: none transparent;
  color: #161d23;
}
.table_area td.td_name, body.coupon table.table_area td.td_name, .iqfm-table th {
  background: none transparent;
  color: #161d23;
}
.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 {
  background: none transparent;
  color: #161d23;
}
/*メール送信後メッセージボックスのボーダー（デフォルト：グリーン）*/
div.wpcf7-mail-sent-ok {
  border-color: #b69857 !important;
}

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

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

.table_area table tr td.column1 {/*募集要項　左項目*/
  background: none transparent;
  color: #161d23;
}
.table_area table tr td.column2 {/*募集要項　右項目*/
  background: none transparent;
  color: #161d23;
}



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



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


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


.faq-title {
  background-color: #b69857;
  font-weight: normal;
  color: #fff;
}



/*  メールフォーム
---------------------------------------------------------------------------------------------------- */
.iqfm-table td input[type="text"]:not([size]) {
  width: 75%;
}

/* 必須項目 */
.iqfm-req_color {
  color: #b69857;
}
.iqfm-table button, .iqfm-table input[type="reset"], .iqfm-table input[type="button"], .iqfm-table input[type="submit"] {
  line-height: 1.7;
}
.iqfm-table .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: #161d23;
}
/* 有効期限の部分 */
.coupon_box table tr td.coupon_meta_title {
  background-color: transparent;
  width: 8em;
  color: #161d23;
}
.coupon_box table tr td.coupon_meta {
  background-color: transparent;
  color: #161d23;
}
.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-repeat: repeat;
  background-position: center bottom;
  height: auto;
  padding: 15px 20px 15px 20px;
  line-height: 1.5;
}
#blog_main .entry-title,
#blog_main .entry-title a {
    color: #161d23;
}



/*  ローディング画面
---------------------------------------------------------------------------------------------------- */
.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;
}

/*  googleカレンダー
---------------------------------------------------------------------------------------------------- */
iframe[src^="https://calendar.google.com"] {
  border: none !important;
}


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


/* ============================== ↓↓各ブロックの個別CSSはこちらに記述↓↓ ============================== */
/*フェードイン*/
.easys_content_inner {
  position: relative;
  height: 100%;
  transition: all 1.3s ease 0s;
  opacity: 0;
  top: 150px;
}
.easys_content_inner.moved {
  top: 0;
  opacity: 1;
}



/*  トップページ
---------------------------------------------------------------------------------------------------- */
/*セカンドメイン　パララックス*/
#r9wc179bh0ibrvotip3w {/*上に重ねる画像、下に置く画像*/
  background: url(/files/2ndmain.png) no-repeat center top / auto scroll,url(/files/2ndmain_parara.jpg) no-repeat center center / cover fixed;
  height: 1125px;
  margin: 0 0 70px;
  position: relative;
}
/*固定画面で入れてるSPバナー画像消す*/
#r9wc179bh0ibrvotip3w a img{
  display: none;
}
/*タブレット閲覧時に人の顔が見えるよう画像位置調整*/
#r9wc179bh0ibrvotip3w.tablet_para001 {
  background-position: center top, center bottom -21vw;
}

/*テキスト画像*/
#r9wc179bh0ibrvotip3w .easys_content_inner{position: relative;}
#r9wc179bh0ibrvotip3w .easys_content_inner::before{
  display: block;
  content: "";
  background: url("/files/2ndmain_text.png")no-repeat left top;
  position: absolute;
  width: 550px;
  height: 110px;
  z-index: 0;
  top: 310px;
  left: calc(50% - 275px);
}

/*ボタン*/
#r9wc179bh0ibrvotip3w .eyecatch a{
    text-indent: -9999px;
    padding: 0;
    margin: 430px auto 0;/*ボタン位置調整*/
    border-radius: 0;
    display: block;
    width: 130px;/*ボタン幅*/
    height: 40px;
    background: url("/files/2ndmain_btn.png") no-repeat center top;
}
#r9wc179bh0ibrvotip3w .eyecatch a:hover{background-position: center bottom;}


/*ロゴ画像*/
#r9wc179bh0ibrvotip3w .secondmain_logo{
    display: block;
    width: 220px;
    height: 210px;
    position: absolute;
    top: 100px;
    left: calc(50% - 110px);
}
#r9wc179bh0ibrvotip3w .easys_content_inner+.secondmain_logo img{
    display: block;
    opacity: 0;
}
/*クラス名がついたらアニメーション*/
#r9wc179bh0ibrvotip3w .easys_content_inner.moved+.secondmain_logo img{
 	animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
    opacity: 1;
}

/* じわっと画像が表示される */
@keyframes fadeIn {
    0% {opacity: 0} /* 始め */
    100% {opacity: 1} /* 終わり */
}
/*古いブラウザ用*/
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}


/*テキスト＆ボタン　フェードインタイミング調整*/
#r9wc179bh0ibrvotip3w .easys_content_inner{
    opacity: 0;
}
#r9wc179bh0ibrvotip3w .easys_content_inner.moved{
 	animation: fadeIn_up 1.5s ease 0s 1 normal;
    -webkit-animation: fadeIn_up 1.5s ease 0s 1 normal;
    animation-delay:1.7s;/*ロゴ表示されてからアニメーション開始するよう調整*/
    animation-fill-mode: forwards;/*アニメーション完了時の状態で停止*/
}

/*セカンドメイン　ボタン用アニメーション*/
@keyframes fadeIn_up {
    0% {top: 150px;opacity: 0;} /* 始め */
    100% {top: 0px;opacity: 1;} /* 終わり */
}
/*古いブラウザ用*/
@-webkit-keyframes fadeIn_up {
    0% {top: 150px;opacity: 0;} /* 始め */
    100% {top: 0px;opacity: 1;} /* 終わり */
}


/*  記事背景
---------------------------------------------------------------------------------------------------- */
#ge3xs70p4yjk5190uqqm,/*ブログタイトル*/
#vfwk615yxf8rtz5ww0gr/*ブログ内容*/{
   background: url(/files/block_bg_01.jpg)repeat center top;
}
#ge3xs70p4yjk5190uqqm{padding-top: 70px;}/*要調整*/
#ge3xs70p4yjk5190uqqm *[class*="title"]{
    padding-bottom:25px;
    margin-bottom: 0;
}
#vfwk615yxf8rtz5ww0gr{padding-bottom: 30px;margin: 0;}/*要調整*/

/*会社概要*/
#k0cct71t1cdsmlqfnai6{margin-bottom: 50px;}


/*  バナー
---------------------------------------------------------------------------------------------------- */
/*2列バナー　レスポンシブあり Product/Gallery*/
#v56zwxng7j4dfv7l6p88{
    height: 25.6vw;/*バナー画像高さ*/
    min-height: 312px;/*PC画面幅1200px時のバナー画像高さ*/
}
#v56zwxng7j4dfv7l6p88 .easys_content_inner {width: 100%;}
.img_display_1006 .field_2col {width: 50% !important;}
.img_display_1006 .eyecatch{width: 100%;}
.img_display_1006 .eyecatch a{
  display: block;
  position: relative;
  width: 100%;
  height: 25.6vw;
  min-height: 312px;
}
.img_display_1006 .eyecatch a:before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: opacity 0.3s ease 0s;
}
/*ホバー時に、beforeに入れてるON画像表示*/
.img_display_1006 .eyecatch a:hover:before{opacity: 1;}

/*固定画面で入れたSPバナー画像非表示*/
.img_display_1006 .eyecatch a img{display: none;}

/*OFF画像*/
.img_display_1006 .float_left a{ background: url("/files/product_half_banner_off.png") no-repeat center top/100%;}
.img_display_1006 .float_right a{ background: url("/files/gallery_half_banner_off.png") no-repeat center top/100%;}

/*ON画像*/
.img_display_1006 .float_left a:before{ background: url("/files/product_half_banner_on.png") no-repeat center top /100%;}
.img_display_1006 .float_right a:before{ background: url("/files/gallery_half_banner_on.png") no-repeat center top /100%;}



/*3列 レスポンシブなし LINE/Instagram*/
#yb7jgce8gthixhk5ds0e,
#y4l183i7y6v65jtaj31k,
#tj1arydp3n8pfwvai8mh,
#dtmcy0t9dct9hz50hv1u,
#hguicwqn2itc5c4q651k{
    background: url(/files/half_banner_bg.jpg)no-repeat center top;
    height: 350px;
    padding-top: 100px;
}
#yb7jgce8gthixhk5ds0e .easys_content_inner,
#y4l183i7y6v65jtaj31k .easys_content_inner,
#tj1arydp3n8pfwvai8mh .easys_content_inner,
#dtmcy0t9dct9hz50hv1u .easys_content_inner,
#hguicwqn2itc5c4q651k .easys_content_inner {width: 960px;}

.img_display_1045 .field_2col {width: 250px !important;}
.img_display_1045 .eyecatch{width: 100%;}
.img_display_1045 .eyecatch a{
  display: block;
  position: relative;
  width: 250px;/*レスポンシブならvw*/
  height: 250px;/*レスポンシブならvw。画面幅1200pxの時のmin-heightも書く*/
}
.img_display_1045 .eyecatch a:before,
.img_display_1045 .eyecatch a:after{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;/*ON画像非表示*/
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: opacity 0.3s ease 0s;/*ゆっくり変化*/
}
/*OFF画像表示*/
.img_display_1045 .eyecatch a:after{opacity:1;}

/*ホバー時*/
.img_display_1045 .eyecatch a:hover:before{opacity: 1;}/*ON画像表示*/
.img_display_1045 .eyecatch a:hover:after{opacity: 0;}/*Off画像非表示*/

/*固定画面のSPバナー画像非表示*/
.img_display_1045 .eyecatch a img{display: none;}

.img_display_1045 .float_left a:after{ background: url("/files/line_banner_off.png") no-repeat center top transparent; }
.img_display_1045 .float_right a:after{ background: url("/files/insta_banner_off.png") no-repeat center top transparent; }

.img_display_1045 .float_left a:before{ background: url("/files/line_banner_on.png") no-repeat center top transparent; }
.img_display_1045 .float_right a:before{ background: url("/files/insta_banner_on.png") no-repeat center top transparent; }

/*YouTube*/
.img_display_1045 .field_3col:nth-of-type(2) a:before{ background: url("/files/youtube_banner_on.png") no-repeat center top transparent; }
.img_display_1045 .field_3col:nth-of-type(2) a::after{ background: url("/files/youtube_banner_off.png") no-repeat center top transparent; }



/*1列バナー　お問い合わせ　パララックス*/
#npxipdtevrnw1hbk809d,
#gqreu8ahpwdwlht5ms15,
#wmm1narb27tenht2902x,
#k52k2rs38r13tvedtxyz,
#fxvuestmlphcntphi03e {
  background:url(/files/contact_banner_cover.png) no-repeat center center,url(/files/contact_banner_parara.jpg) no-repeat center center / cover fixed;
  height: 600px;
  margin: 0;
  position: relative;
}
#npxipdtevrnw1hbk809d {
  margin: 0 0 70px;
}

/*バナー画像*/
.img_display_1046 .eyecatch a{
  display: block;
  position: relative;
  width: 960px;
  height: 600px;/*バナー画像高さ*/
}
.img_display_1046 .eyecatch a:before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: opacity 0.3s ease 0s;
}
/*ホバー時に、beforeに入れてるON画像表示*/
.img_display_1046 .eyecatch a:hover:before{opacity: 1;}

/*OFF画像*/
.img_display_1046 .eyecatch a{ background: url("/files/contact_banner_off.png") no-repeat center top;}

/*ON画像*/
.img_display_1046 .eyecatch a:before{ background: url("/files/contact_banner_on.png") no-repeat center top;}

/*固定画面で入れたSPバナー画像非表示*/
.img_display_1046 .eyecatch a img{display: none;}




/*1列バナー　about-us　パララックス*/
#shq0q5givu7hzy9gm0pm {
  background:url(/files/about_banner_cover.png) no-repeat center center,url(/files/about_banner_parara.jpg) no-repeat center center / cover fixed;
  height: 600px;
  margin: 0;
  position: relative;
}

/*バナー画像*/
#shq0q5givu7hzy9gm0pm .eyecatch a{
  display: block;
  position: relative;
  width: 960px;
  height: 600px;/*バナー画像高さ*/
}
#shq0q5givu7hzy9gm0pm .eyecatch a:before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: opacity 0.3s ease 0s;
}
/*ホバー時に、beforeに入れてるON画像表示*/
#shq0q5givu7hzy9gm0pm .eyecatch a:hover:before{opacity: 1;}

/*OFF画像*/
#shq0q5givu7hzy9gm0pm .eyecatch a{ background: url("/files/about_banner_off.png") no-repeat center top;}

/*ON画像*/
#shq0q5givu7hzy9gm0pm .eyecatch a:before{ background: url("/files/about_banner_on.png") no-repeat center top;}

/*固定画面で入れたSPバナー画像非表示*/
#shq0q5givu7hzy9gm0pm .eyecatch a img{display: none;}


/*  共通　中ページ
---------------------------------------------------------------------------------------------------- */
.header_logo{
    position: absolute;
    top: 98px;
    left: calc(50% - 75px);
    opacity: 0;
}
#page_6 .header_logo{display: none;}

/*クラス名がついたらアニメーション*/
.header_logo.fadein{
 	animation: fadeIn 1.5s ease 0s 1 normal;
    -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
    opacity: 1;
}

/* じわっと画像が表示される */
@keyframes fadeIn {
    0% {opacity: 0} /* 始め */
    100% {opacity: 1} /* 終わり */
}

/*古いブラウザ用*/
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.grecaptcha-badge { visibility: hidden; }