@charset "utf-8";

/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  background:
    url("/files/html_bg.jpg") repeat center top;
  scroll-padding-top: 80px;
  scroll-behavior: smooth;
}

body {
  position: relative;
  margin: 0 auto;
  min-width: 1300px;
  max-width: 2000px;
  background: url("/files/body_bg.jpg") no-repeat center top/100%;
  font-family: 'Noto Sans JP', 'Yu Gothic', '游ゴシック体', YuGothic, 'メイリオ', sans-serif !important;
  font-weight: 500;
}

/*フォントについて*/
.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,
* .sub_entry_title h4,
* .mid_sub_entry_title,
* .inline_title {
  /* noto serif */
  font-family: 'Noto Serif JP', serif, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo !important;
  font-weight: 600;
}

body,
.wpcf7c-conf {
  color:
    #3d3d3d;
}

/* Safariのみ */
_:lang(x)+_:-webkit-full-screen-document,
body {
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

body#page_6 {
  background: none no-repeat center top;
}

#wrapper {
  background: none transparent;
}

#outer_block {
  background: none transparent;
}

a:link,
a:visited,
a:hover,
a:active {
  color:
    #99c8e0;
}

/* A～Cブロック記事内リンクボタン */
.main_btn a,
.sub_text_btn a {
  background-color:
    #99c8e0;
  color: #ffffff;
}

/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  position: relative;
  z-index: 500;
  height: 0px;
  padding: 0 0 calc(100% * (850/2000)) 0;
  background: none transparent;
}

#page_6 #branding_box {
  height: 0px;
  padding: 0 0 calc(100% * (1035/2000)) 0;
  background: url("/files/branding_box_bg.png") no-repeat center top/100%;
}

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
  margin: 0 auto;
  width: auto;
  position: absolute;
  z-index: 753;
  top: calc(182 / 850 * 100%);
  left: calc(191 / 2000 * 100%);
}

#page_6 #site-description {
  top: calc(182 / 1035 * 100%);
  left: calc(191 / 2000 * 100%);
}

#site-description a {
  display: inline;
  color:
    #a5a5a5;
}

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
/* ヘッダーのH1～グローバルナビの高さ調整 */
#header_information,
#page_6 #header_information {
  height: 0px;
}

/*ロゴ*/
#header_information .main_header a img {
  position: absolute;
  z-index: 752;
  background: none;
  top: calc(110 / 850 * 100%);
  left: calc(90 / 2000 * 100%);
  width: calc(400 / 2000 * 100%);
  height: calc(80 / 850 * 100%);
}

#page_6 #header_information .main_header a img {
  top: calc(110 / 1035 * 100%);
  left: calc(90 / 2000 * 100%);
  width: calc(400 / 2000 * 100%);
  height: calc(80 / 1035 * 100%);
}

/* Gナビ上部固定
#header_information .main_header a img.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  transform: none !important;
  z-index: 1000;
}

@media(min-width:2000px) {
  #header_information .main_header a img.fixed {
    left: calc(50% - 1000px) !important;
  }
}

*/
/*  グローバルナビ（access）
---------------------------------------------------------------------------------------------------- */
#access {
  margin: 0 auto;
  position: absolute;
  top: calc(100 / 2000 * 100vw);
  left: 0;
  z-index: 751;
  padding: 0;
  width: 100%;
  height: 230px;
  transform-origin: top right;
}

@media(max-width:1316px) {
  #access {
    top: 66px;
  }
}

@media(min-width:2000px) {
  #access {
    top: 100px;
  }
}

div#access .menu-header {
  margin: 0 calc(180 / 2000 * 100%) 0 auto;
  width: 420px;
  height: 230px;
  transform-origin: top right;
}

div#access .menu-item a {
  background-image: url('/files/topnavi.png');
  background-repeat: no-repeat;
  background-position: scroll;
  background-color: transparent;
  width: 70px;
  height: 230px;
  margin: 0px;
  padding: 0px;
}

div#access .menu-item a::before,
div#access .menu-item a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease 0s;
  opacity: 1;
}

div#access .menu-item a::after {
  opacity: 0;
}

div#access .menu-item a:hover::before {
  opacity: 0;
}

div#access .menu-item a:hover::after {
  opacity: 1;
}

div#access .menu-item a::before {
  background: url("/files/topnavi.png") no-repeat center top;
}

div#access .menu-item a::after {
  background: url("/files/topnavi.png") no-repeat center bottom;
}

div#access .gnavi11 a,
div#access .gnavi11 a::before {
  background-position: left top;
}

div#access .gnavi11 a::after {
  background-position: left bottom;
}

div#access .gnavi12 a,
div#access .gnavi12 a::before {
  background-position: -70px top;
}

div#access .gnavi12 a::after {
  background-position: -70px bottom;
}

div#access .gnavi13 a,
div#access .gnavi13 a::before {
  background-position: -140px top;
}

div#access .gnavi13 a::after {
  background-position: -140px bottom;
}

div#access .gnavi14 a,
div#access .gnavi14 a::before {
  background-position: -210px top;
}

div#access .gnavi14 a::after {
  background-position: -210px bottom;
}

div#access .gnavi15 a,
div#access .gnavi15 a::before {
  background-position: -280px top;
}

div#access .gnavi15 a::after {
  background-position: -280px bottom;
}

div#access .gnavi16 a,
div#access .gnavi16 a::before {
  background-position: right top;
}

div#access .gnavi16 a::after {
  background-position: right bottom;
}

div#access ul.sub-menu li.sub-gnavi a::before,
div#access ul.sub-menu li.sub-gnavi a::after {
  display: none;
}

/*  グローバルナビ　fixed
--------------------------------------------------------------------------------- */
div#access.fixed {
  position: fixed;
  top: 0 !important;
  left: 50%;
  height: auto;
  padding: 0 !important;
  background-color: rgba(255, 255, 255, 0.90);
  min-width: 1300px;
  max-width: 2000px;
  transform: scale(1) translateX(-50%) !important;
  z-index: 753;
}

div#access.fixed .menu-header {
  position: relative;
  float: none;
  max-width: 2000px;
  transform: none !important;
  /*画像サイズ変わってたらwidth追記必要*/
  width: 730px;
  height: 80px;
}

div#access.fixed .menu-item a {
  background-color: transparent;
  width: 115px;
  height: 80px;
  margin: 0px;
  padding: 0px;
  background-image: none;
  background-repeat: no-repeat;
  background-position: scroll !important;
}

div#access.fixed .menu-item a::before,
div#access.fixed .menu-item a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease 0s;
  opacity: 1;
}

div#access.fixed .menu-item a::after {
  opacity: 0;
}

div#access.fixed .menu-item a:hover::before {
  opacity: 0;
}

div#access.fixed .menu-item a:hover::after {
  opacity: 1;
}

div#access.fixed .menu-item a::after {
  background: url("/files/scrollnavi.png") no-repeat center top;
}

div#access.fixed .menu-item a::before {
  background: url("/files/scrollnavi.png") no-repeat center bottom;
}

div#access.fixed .gnavi11 a,
div#access.fixed .gnavi11 a::before {
  background-position: left top;
}

div#access.fixed .gnavi11 a::after {
  background-position: left bottom;
}

div#access.fixed .gnavi12 a,
div#access.fixed .gnavi12 a::before {
  background-position: -115px top;
}

div#access.fixed .gnavi12 a::after {
  background-position: -115px bottom;
}

div#access.fixed .gnavi13 a,
div#access.fixed .gnavi13 a::before {
  background-position: -230px top;
  width: 125px;
}

div#access.fixed .gnavi13 a::after {
  background-position: -230px bottom;
}

div#access.fixed .gnavi14 a,
div#access.fixed .gnavi14 a::before {
  background-position: -355px top;
}

div#access.fixed .gnavi14 a::after {
  background-position: -355px bottom;
}

div#access.fixed .gnavi15 a,
div#access.fixed .gnavi15 a::before {
  background-position: -470px top;
}

div#access.fixed .gnavi15 a::after {
  background-position: -470px bottom;
}

div#access.fixed .gnavi16 a,
div#access.fixed .gnavi16 a::before {
  background-position: right top;
  width: 145px;
}

div#access.fixed .gnavi16 a::after {
  background-position: right bottom;
}

/* 固定時　プルダウンメニューのサイズ */
div#access.fixed ul.menu ul.sub-menu {
  top: 80px;
}

#access ul.menu ul.sub-menu,
#access ul.menu ul.sub-menu li {
  width: 100%;
}

div#access ul.sub-menu li.sub-gnavi a,
div#access ul.sub-menu li.sub-gnavi2 a {
  width: 100%;
  background: none rgba(255, 255, 255, 0.90);
  color: #414141;
}

#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: #414141;
}

div#access ul.sub-menu li.sub-gnavi a:hover,
div#access ul.sub-menu li.sub-gnavi2 a:hover {
  background: none rgba(255, 255, 255, 0.90);
  color: #47a4d3;
}

#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: #47a4d3;
}

/*  メイン画像
---------------------------------------------------------------------------------------------------- */
#main_teaser,
#video_teaser,
#jquery_slider_pc {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

#main_teaser,
#video_teaser #video_teaser_inner,
#jquery_slider_pc .viewer {
  display: block;
  margin: 0 auto;
  min-width: 1300px;
  max-width: 2000px;
}

#main_teaser img,
#video_teaser #video_teaser_inner video,
#jquery_slider_pc .viewer img {
  width: 100%;
}

/* ===================================================================================================================
   ■ サイド
------------------------------------------------------------------------------------------------------------------- */
/* サイドナビ　タイトル */
.widget-title,
.widget-title2 a {
  padding: 0;
  background-image: url(/files/widget_title_bg.png);
  color:
    #3d3d3d;
  text-align: center;
}

.widget-title2 a:link,
.widget-title2 a:visited,
.widget-title2 a:hover,
.widget-title2 a:active {
  color:
    #3d3d3d;
}

/* サイドナビ　メニュー部分 */
#blog_main .widget-area ul ul li a {
  overflow: hidden;
  background-image: url(/files/widget_list_bg.png);
  color:
    #3d3d3d;
  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 {
  padding: 5px;
  border-width: 0 0 1px;
  border-style: dotted;
  border-color:
    #666666;
  background: none transparent;
  line-height: 2;
}

#wp-calendar tbody td a {
  text-decoration: underline;
}

#wp-calendar tbody td a:hover {
  text-decoration: none;
}

#calendar_wrap table tr td#today {
  background-color:
    #99c8e0;
}

#calendar_wrap table tr td#today,
#calendar_wrap table tr td#today a {
  color: #ffffff;
}

/* ===================================================================================================================
   ■ フッター
------------------------------------------------------------------------------------------------------------------- */
#footer_block {
  position: relative;
  height: 360px;
  background: url(/files/footer_box_bg.png) no-repeat center top;
}

#footer_box {
  height: 360px;
  background: url(/files/footer_bg.png) no-repeat center top;
}

#footer-widget-area {
  /*フッターナビの所*/
  display: block;
}

/*  フッターナビ
---------------------------------------------------------------------------------------------------- */

#footer-widget-area .widget-area {
  position: absolute;
  top: 120px;
  left: calc(50% - 50px);
}

#footer_sitemap_block #footer-widget-area {
  display: block;
  width: 960px;
}

#footer_sitemap_block #footer-widget-area .widget-area ul.menu {
  border: none;
}

#footer-widget-area .widget-area .menu-item {
  margin-bottom: 0;
}

#footer_sitemap_block #footer-widget-area .widget-area .menu-item a {
  border: none;
  color:
    #3d3d3d;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 0;
  width: 40px;
  line-height: 40px;
  height: 100px;
  text-align: left;
}

#footer_sitemap_block #footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}

/*ナビ・装飾*/
#footer-widget-area .widget-area .menu-item {
  position: relative;
  width: 40px;
}

#footer-widget-area .widget-area .menu-item::before {
  display: block;
  content: '・';
  width: 15px;
  height: 15px;
  color: #3d3d3d;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}

/*ナビ縦*/
/* #footer_sitemap_block #footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}
#footer-widget-area .widget-area .menu-item {
  float: none;
  text-align: left;
} */

/*ナビ２列*/
/* #footer_sitemap_block #footer-widget-area .widget-area ul.menu {
  border: none;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 100px;
  align-content: space-between;
  width: 425px;
} */

/*  フッター情報
---------------------------------------------------------------------------------------------------- */

#footer_information {
  position: absolute;
  top: 210px;
  left: calc(50% - 503px);
}

#footer_information .entry-post {
  width: 300px;
  margin: 0;
  text-align: left;
}

/*  フッター住所文字色
---------------------------------------------------------------------------------------------------- */
#footer_information .entry-post .post-data>p {
  color:
    #3d3d3d;
}

/*  コピーライト
---------------------------------------------------------------------------------------------------- */
#copyright {
  color:
    #3d3d3d;
}

#copyright {
  position: absolute;
  bottom: 0px;
  left: calc(50% - 503px);
}

/*  サイドメニュー
---------------------------------------------------------------------------------------------------- */
.fixed_btn {
  z-index: 1000;
}

.fixed_btn div,
.fixed_btn div a {
  width: 50px;
  height: 50px;
}

.fixed_btn #fixed_btn_gtn,
.fixed_btn #fixed_btn_gtn a {
  height: 150px;
}

.fixed_btn div:last-child {
  margin-bottom: 0;
}

/*  スクロールトップ
---------------------------------------------------------------------------------------------------- */
#float_top_btn {
  bottom: 25px;
}

#float_top_btn a:hover img {
  opacity: 0.8;
}

/* ===================================================================================================================
   ■ コンテンツ
------------------------------------------------------------------------------------------------------------------- */
#container_top {
  padding: 0;
}

#container_top.single_post {
  padding: 0 0 50px;
}

/*  見出し
---------------------------------------------------------------------------------------------------- */
.headline_title {
  background-image: url(/files/top_entry_title.png);
  color:
    #3d3d3d;
}

h3.entry_title,
.entry_title,
.entry-title {
  /* サイズ、背景、余白などはこちら */
  background-image: url(/files/entry_title_bg.png);
  color:
    #3d3d3d;
}

/*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:
    #3d3d3d;
}

/* 見出しリンクボタン */
.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;
}

* .mid_entry_title,
* .mid_entry_title a {
  color:
    #3d3d3d;
}

/* 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:
    #3d3d3d;
}

/* B-03など小見出し用 */
* .sub_entry_title {
  background: url(/files/sub_entry_title_bg.png) no-repeat scroll left top transparent;
  color:
    #3d3d3d;
}

/*
* .sub_entry_title h4 {
  フォントサイズはこちら
}
*/
* .sub_entry_title a:link,
* .sub_entry_title a:visited,
* .sub_entry_title a:hover,
* .sub_entry_title a:active {
  color:
    #3d3d3d;
}

/* 小見出しリンクボタン */
.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;
}

* .mid_sub_entry_title,
* .mid_sub_entry_title a {
  color:
    #3d3d3d;
}

/* C-01など3列表示インラインタイトル用 */
* .inline_title {
  background-image: url(/files/column3_title_bg.png);
}

* .inline_title,
* .inline_title a {
  color:
    #3d3d3d;
}

/* クーポンの本文見出しなど、固定幅でないインラインタイトル用 */
.coupon_data .inline_title,
.c_04 .inline_title,
.i_01 .inline_title,
.j_01 .inline_title {
  padding: 10px;
  height: auto;
  border: 1px solid transparent;
  border-radius: 5px;
  background: none #ededed;
  color:
    #3d3d3d;
  text-align: left;
  font-size: 15px;
  line-height: 1.7;
}

/* 詳細画面の下部「コメント」見出し */
.indent_border {
  width: 685px;
  border-color:
    #99c8e0;
}

/* 大きな地図で見る */
small {
  border-color:
    #99c8e0;
}

small a {
  padding: 5px 0;
  width: 100%;
  color:
    #99c8e0 !important;
  text-align: center !important;
}

small a:hover {
  background-color:
    #99c8e0 !important;
  color: #ffffff !important;
}

#rf8jvyojuils00h86sxy .html_post small {
  height: 36px;
  margin: 10px auto;
}

#rf8jvyojuils00h86sxy .html_post small a {
  height: 36px;
}

/*  テーブル
---------------------------------------------------------------------------------------------------- */
.easys_content:not(.ne_01) table:not(#wp-calendar) tr>* {
  border: none !important;
  background: none #ededed;
  color:
    #3d3d3d;
  box-sizing: border-box;
}

.easys_content:not(.ne_01) table:not(#wp-calendar) {
  border-collapse: separate;
  border-spacing: 0 10px !important;
}

table.iqfm-table td {
  min-width: 7em;
}

/*メール送信後メッセージボックスのボーダー（デフォルト：グリーン）*/
div.wpcf7-mail-sent-ok {
  border-color:
    #666666 !important;
}

/* Dメニュー下線 */
.td_cell {
  border-color:
    #666666;
  vertical-align: top;
}

.table_area table tr td {
  border: solid 1px transparent !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 {
  border-style: solid;
  border-color:
    #99c8e0;
  background: none transparent;
  color:
    #99c8e0 !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 #ffffff;
  background: none transparent;
}

.tablenav .next:hover,
.tablenav .next:active,
.tablenav .prev:hover,
.tablenav .prev:active {
  border-color:
    #99c8e0;
  background-color:
    #99c8e0;
}

.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 {
  border-style: solid;
  border-color:
    #99c8e0;
  background: none #99c8e0;
  color: #ffffff !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;
  padding: 0 0 20px;
  width: 100%;
}

.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-weight: bold;
  font-size: 13px;
}

.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;
}

/* Z-I スライドショー */
.z_j1 {
  margin: 0 0 15px;
}

/* Z_L お知らせブロック */
.Z_l1 .date_area {
  font-weight: bold;
  font-size: 13px;
}

.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 {
  border: 1px solid #99c8e0;
  background-color: transparent;
  color:
    #99c8e0;
}

div.link_list a:hover {
  border: 1px solid #99c8e0;
  background-color:
    #99c8e0;
  color: #ffffff;
}

.faq-title {
  background-color:
    #99c8e0;
  color: #ffffff;
  font-weight: normal;
}

/*  メールフォーム
---------------------------------------------------------------------------------------------------- */
.iqfm-table td input[type="text"]:not([size]) {
  width: 75%;
}

/* 必須項目 */
.iqfm-req_color {
  color:
    #99c8e0;
}

.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:
    transparent;
}

/* 有効期限の部分 */
.coupon_box table tr td.coupon_meta_title {
  width: 8em;
  background-color:
    #ededed;
  color:
    #3d3d3d;
}

.coupon_box table tr td.coupon_meta {
  background-color:
    #ededed;
  color:
    #3d3d3d;
}

.e-04 .menu_area td {
  height: 3.5em;
}

.e-04 .menu_area .parent_title {
  height: auto;
  font-size: 120%;
}

/*  ブログ
---------------------------------------------------------------------------------------------------- */
#nav-below div {
  border-color: #000000;
}

#nav-below .nav-next {
  padding: 0 0 0 10px;
}

#blog_main .entry-title {
  padding: 15px 20px 15px 20px;
  height: auto;
  background-image: url(/files/blog_title.png);
  background-position: center bottom;
  line-height: 1.5;
}

#blog_main .entry-title,
#blog_main .entry-title a {
  color:
    #3d3d3d;
}

.img_size_thumb {
  overflow: hidden;
  width: 150px;
  height: 150px;
}

/*  ローディング画面
---------------------------------------------------------------------------------------------------- */
.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 {
  margin: 0 0 20px;
  width: 100%;
  height: 450px;
}

/*  googleカレンダー
---------------------------------------------------------------------------------------------------- */
iframe[src^="https://calendar.google.com"] {
  border: none !important;
}

/* ページ内リンクアンカー位置調整 */
a[id^="anchor"] {
  display: block;
  visibility: hidden;
  margin-top: -110px;
  height: 110px;
  content: "";
}

/* ============================== ↓↓各ブロックの個別CSSはこちらに記述↓↓ ============================== */
/*上下左右フェードインギミック------------------------------------*/
.f_up,
.f_down,
.f_left,
.f_right {
  opacity: 0;
  transform-origin: center;
  transition: 1s ease 0s;
}

.moved {
  top: 0;
  opacity: 1;
}

.f_up {
  transform: translate(0px, -100px);
}

.f_down {
  transform: translate(0px, 100px);
}

.f_left {
  transform: translate(-100px, 0px);
}

.f_right {
  transform: translate(100px, 0px);
}

.moved {
  transform: translate(0px, 0px);
}

/*全体フェードイン　Dブロックは解除*/
.easys_content_inner:not(.nd_01 .easys_content_inner) {
  transition: all 1s ease 0s;
  transform: translate(0px, 100px);
  opacity: 0;
}

.easys_content_inner.moved_all:not(.nd_01 .easys_content_inner.moved_all) {
  transform: translate(0px, 0px);
  opacity: 1;
}

/* デザインブロック共通設定
--------------------------------------- */
/*追加画像*/
.add_images {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  pointer-events: none;
}

.easys_content .sub_post .float_left {
  float: left !important;
}

.easys_content .sub_post .float_right {
  float: right !important;
}

#page_6 #outer_block:not(.shosai #page_6 #outer_block) {
  padding-top: 0;
}

/*  トップページ
---------------------------------------------------------------------------------------------------- */
/* セカンドメイン＞採用情報
hujpb4t5in4p9ueu46sy
--------------------------------------- */
#hujpb4t5in4p9ueu46sy {
  background: url(/files/secondmain_bg.jpg) no-repeat center top / 100%;
  height: calc(100vw * ((1090 - 15) / 2000));
  max-height: 1090px;
  min-height: calc(1090px * (1300 / 2000));
  margin-bottom: 70px;
  position: relative;
  z-index: 200;
}

#hujpb4t5in4p9ueu46sy div {
  margin-bottom: 0;
  padding-bottom: 0;
}

#hujpb4t5in4p9ueu46sy .easys_content_inner {
  width: 100%;
}

#hujpb4t5in4p9ueu46sy .eyecatch img {
  display: none;
}

#hujpb4t5in4p9ueu46sy .eyecatch {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(420 / 2000 * 100%);
  height: calc(50 / 1090 * 100%);
  margin-top: calc(880 / 2000 * 100%);
  margin-left: calc(790 / 2000 * 100%);
}

#hujpb4t5in4p9ueu46sy .eyecatch a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: none;
}

#hujpb4t5in4p9ueu46sy .eyecatch a::before,
#hujpb4t5in4p9ueu46sy .eyecatch a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease 0s;
  opacity: 0;
}

#hujpb4t5in4p9ueu46sy .eyecatch a::after {
  opacity: 1;
}

#hujpb4t5in4p9ueu46sy .eyecatch a:hover::before {
  opacity: 1;
}

#hujpb4t5in4p9ueu46sy .eyecatch a:hover::after {
  opacity: 0;
}

#hujpb4t5in4p9ueu46sy .eyecatch a::after {
  background: url(/files/second_btn.png) no-repeat center top/100%;
}

#hujpb4t5in4p9ueu46sy .eyecatch a::before {
  background: url(/files/second_btn_on.png) no-repeat center top/100%;
}

#hujpb4t5in4p9ueu46sy .img01 {
  display: block;
  background: url(/files/secondmain_img01.png) no-repeat center top / 100%;
  width: calc(1000 / 2000 * 100%);
  height: calc(550 / 1090 * 100%);
  margin-top: calc(0 / 2000 * 100%);
  margin-left: calc(1000 / 2000 * 100%);
}

#hujpb4t5in4p9ueu46sy .img02 {
  display: block;
  background: url(/files/secondmain_img02.png) no-repeat center top / 100%;
  width: calc(1000 / 2000 * 100%);
  height: calc(600 / 1090 * 100%);
  margin-top: calc(490 / 2000 * 100%);
  margin-left: calc(0 / 2000 * 100%);
}

/* バナー＞採用情報／キャリア計画（※top）
bz02804flr6ulx5w80ts
--------------------------------------- */
#bz02804flr6ulx5w80ts {
  margin-bottom: 130px;
}

#bz02804flr6ulx5w80ts .easys_content_inner {
  width: 100%;
  padding: 0;
}

#bz02804flr6ulx5w80ts .field_2col {
  width: 50% !important;
  transition: all .3s;
}

#bz02804flr6ulx5w80ts .float_left {
  background: url(/files/half_bnr_recruit_img.jpg) no-repeat center top / 100%;
}

#bz02804flr6ulx5w80ts .float_right {
  background: url(/files/half_bnr_carrier_img.jpg) no-repeat center top / 100%;
}

#bz02804flr6ulx5w80ts .field_2col:hover {
  background-size: 105%;
}

#bz02804flr6ulx5w80ts .eyecatch {
  width: 100%;
}

#bz02804flr6ulx5w80ts .margin-bottom_30 {
  margin-bottom: 0;
}

#bz02804flr6ulx5w80ts .eyecatch a img {
  display: block;
  position: relative;
  transition: ease .3s;
}

#bz02804flr6ulx5w80ts .eyecatch a:hover img {
  opacity: 1;
}

/* イメージ画像
g2tvr0quxt1eq8k6fyzh
--------------------------------------- */
#g2tvr0quxt1eq8k6fyzh {
  background: url(/files/parallax_upper.png) no-repeat center center / auto scroll, url(/files/parallax_bg.jpg) no-repeat center center / cover fixed;
  height: 850px;
  margin: 0 0 70px;
}

#g2tvr0quxt1eq8k6fyzh .easys_content_inner {
  display: none;
}

#g2tvr0quxt1eq8k6fyzh .eyecatch img {
  display: none;
}

/* コンテンツ画像＞キャリアプラン
qfaek42b6n9gdkmpc1c7
--------------------------------------- */
#qfaek42b6n9gdkmpc1c7,
#qfaek42b6n9gdkmpc1c7 .easys_content_inner {
  width: 100%;
  height: 1170px;
  position: relative;
  padding: 0;
}

#qfaek42b6n9gdkmpc1c7 .margin-bottom_50 {
  margin-bottom: 0;
}

#qfaek42b6n9gdkmpc1c7 .eyecatch,
#qfaek42b6n9gdkmpc1c7 .eyecatch a {
  display: block;
  position: absolute;
  width: 2000px;
  height: 1170px;
  top: 0;
  left: 50%;
  transform: translatex(-50%);
}