@charset "utf-8";
/*ゴシック*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap');

/*明朝*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');


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


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




/* ===================================================================================================================
   ■ 全体
------------------------------------------------------------------------------------------------------------------- */
html {
  background: none #f2f2f2;
  scroll-padding-top: 0;
  scroll-behavior: smooth;
}
body {
  position: relative;/*2000pxを超える画面の対策*/
  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', sans-serif;
  font-weight:normal;
}
body,
.wpcf7c-conf {
  color: #333333;
}
/*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: #9a3154;
}

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


/* ===================================================================================================================
   ■ ヘッダー
------------------------------------------------------------------------------------------------------------------- */
#branding_box {
  position: relative;
  z-index: 500;
  padding: calc(100% * (800/2000)) 0 0 0;/*ナビ上からの位置*/
  height: 130px;/*ナビの高さ*/
  background: url("/files/branding_box_bgg_adress.png") no-repeat right top;
}
#page_6 #branding_box {
    padding: calc(100% * (1035/2000)) 0 0 0;/*ナビ上からの位置*/
}

/*  H1テキスト
---------------------------------------------------------------------------------------------------- */
#site-description {
  margin: 0 auto;
/*  CSSレスポンシブ用*/
  position: absolute;
  top: 40px;
  right: 60px;
  width: auto;
  z-index: 751;
}
#site-description a {
  display: inline;
  color: #fff;
}

/*  サイトロゴ
---------------------------------------------------------------------------------------------------- */
/* ヘッダーのH1～グローバルナビの高さ調整 */
#header_information {
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 750;/*ナビより重ね順上*/
  background: url("/files/branding_box_bg.png") no-repeat center top;
  transform-origin: top left;
  width: 520px;
  height: 230px;
}
/*
#page_6 #header_information {
   height: auto;
}
*/
#header_information .main_header {
  margin: 0 auto;
  padding: 0;
/*  width: 960px;*/
}
#header_information .main_header a {
  display: inline-block;
  padding: 0;
}
#header_information .main_header a img {
  width: 100%;
  height: 100%;
  position: absolute;
}

/*Gナビ上部固定
div#access.fixed .menu-header #header_information {
  top: 0;
  left: 0;
}
*/

/*  グローバルナビ
---------------------------------------------------------------------------------------------------- */
#access {
  margin: 0 auto;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  padding: calc(100% * (800/2000)) 0 0 0;/*ナビ上からの位置*/
  width: 100%;
  height: 130px;
}
#page_6 #access {
  padding: calc(100% * (1035/2000)) 0 0 0;/*ナビ上からの位置*/
}
div#access .menu-header,
div#access .menu-header #menu-gnavi {
  height: 100%;
}
div#access .menu-header {
  /* float: right; */
  width: 960px;
  margin: 0 auto;
}
div#access .menu-item a {
  padding: 0;
  width: calc(960px / 6);
  height: 130px !important;
  background: url("/files/topnavi.png") no-repeat center top;
  line-height: 55px !important;
}
div#access .gnavi11 a {
  background-position-x: left;
}
div#access .gnavi12 a {
  background-position-x: calc((-960px / 6) * 1);
}
div#access .gnavi13 a {
  background-position-x: calc((-960px / 6) * 2);
}
div#access .gnavi14 a {
  background-position-x: calc((-960px / 6) * 3);
}
div#access .gnavi15 a {
  background-position-x: calc((-960px / 6) * 4);
}
div#access .gnavi16 a {
  background-position-x: right;
}
div#access .menu-item a:hover {
  background-position-y: bottom;
}
/*Gナビ上部固定(最大2000pxを維持)
div#access.fixed {
  position: fixed;
  padding: 0;
  min-width: 960px;
}
div#access.fixed .menu-header {
  position: relative;
  float: none;
  margin: 0 auto;
  max-width: 2000px;
  width: 100%;
  background-color: rgba(255,255,255,0.95);
}
div#access.fixed .menu-header #menu-gnavi {
  float: right;
  margin-right: 10px;
}
*/

/* プルダウンメニューのサイズ */
#access ul.menu ul.sub-menu {
  top: 55px;
}
#access ul.menu ul.sub-menu,
#access ul.menu ul.sub-menu li {
  width: 100%;
}
/* プルダウンメニューの色　16進数、RGBA両方変更すること */
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.75);
  color: #333333;
}
#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: #333333;
}
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.75);
  color: #666666;
}
#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: #666666;
}

/*  メイン画像
---------------------------------------------------------------------------------------------------- */
#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.jpg);
  color: #ffffff;
  text-align: center;
}
.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 {
  overflow: hidden;
  background-image: url(/files/widget_list_bg.png);
  color: #30675c;
  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: #9a3154;
}
#calendar_wrap table tr td#today,
#calendar_wrap table tr td#today a {
  color: #ffffff;
}

/* ===================================================================================================================
   ■ フッター
------------------------------------------------------------------------------------------------------------------- */
#footer_block {
  position: relative;
  height: 640px;
  background: url(/files/footer_bg.jpg) no-repeat center top;
}
#footer_box {
  height: 600px;
  background: none;
}


/*  フッターナビ
---------------------------------------------------------------------------------------------------- */
#footer_sitemap_block {
  /* padding: 15px 0 0; */
  position: absolute;
  bottom: 184px;
  left: 50%;
  margin: 0;
  width: auto;
  transform: translateX(-50%);
}
#footer_sitemap_block #footer-widget-area {
  width: 100%;
}
#footer_sitemap_block #footer-widget-area .widget-area ul.menu {
  border-color: #ffffff;
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a {
  border-color: #ffffff;
  color: #ffffff;
}
#footer_sitemap_block #footer-widget-area .widget-area .menu-item a:hover {
  background-color: transparent;
}


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



/*  フッター情報
---------------------------------------------------------------------------------------------------- */
.footer_infomation {
  display: block;
  margin: 0 auto;
  width: 1020px;
}
#footer_information .entry-post {
  margin: 140px 0 0;
  width: 100%;
  text-align: center;
}


/*  フッター住所
---------------------------------------------------------------------------------------------------- */
#footer_information .entry-post .post-data > p:first-of-type {
  color: #ffffff;
  /* 絶対値指定する時 */
  position: absolute;
  bottom: 300px;
  left: 50%;
  margin: 0;
  width: auto;
  transform: translateX(-50%);
}

/*  フッターSNSボタン
---------------------------------------------------------------------------------------------------- */
#footer_sns_btn {
  margin: 20px auto 0;
  /*絶対値指定する時
  position: absolute;
  bottom: 130px;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
  */
}
#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: #ffffff;
  /* 絶対値指定する時 */
  position: absolute;
  bottom: 23px;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
}

/*  サイドメニュー
---------------------------------------------------------------------------------------------------- */
/*
.fixed_btn {
  z-index: 1000;
}

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

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


/*画面右下に固定ボタン-------------------------------------*/
.fixed_side_btn {
    z-index: 1000;
    right: 0;
    top: calc(50% - 160px);
    position: fixed;
}
.fixed_side_btn div,
.fixed_side_btn div a {margin-bottom: 10px;}

/*ボタン1*/
#fixed_btn1 a{
    background: url(/files/btn_line.png)no-repeat left top;
    display: block;
    height: 150px;
    width: 50px;
}

/*ボタン2*/
#fixed_btn2 a{
    background: url(/files/btn_blog.png)no-repeat left top;
    display: block;
    height: 150px;
    width: 50px;
}

/*ホバーで左右オンオフ*/
#fixed_btn1 a:hover,
#fixed_btn2 a:hover{background-position: right top;}


/*画面左下に固定ボタン-------------------------------------*/
.fixed_side_btn2{
    z-index: 1000;
    right: 0;
    bottom: 0;
    position: fixed;
}
/*ボタン3*/
#fixed_btn3 a{
    background: url(/files/btn_gaten.jpg)no-repeat left top;
    display: block;
    height: 110px;
    width: 240px;
}
#fixed_btn3 a:hover{background-position: left bottom;}


/*  スクロールトップ
---------------------------------------------------------------------------------------------------- */
#float_top_btn {
    bottom: 120px;
    right: 10px;
}

#float_top_btn a {
    background: url(/files/btn_top.png)no-repeat left top;
    display: block;
    height: 50px;
    width: 50px;
}
#float_top_btn a:hover {
  background-position: right top;
}

/* ===================================================================================================================
   ■ コンテンツ
------------------------------------------------------------------------------------------------------------------- */
#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,/*ハーフ見出し（H3）のこと*/
* .short_entry_title,/*ハーフ見出し（H3）のこと*/
* .half_sub_entry_title,/*ハーフ見出し（H4）のこと*/
* .short_sub_entry_title,/*ハーフ見出し（H4）のこと*/
* .sub_entry_title,
* .sub_entry_title h4,
* .mid_sub_entry_title,
* .inline_title/*3列タイトル*/{
  font-family: 'Noto Serif JP', serif;
  font-weight:normal;
}



.headline_title {
  background-image: url(/files/top_entry_title.png);
  color: #30675c;
  height: 80px;
  padding-top: 10px;
}
h3.entry_title,
.entry_title,
.entry-title {
  /* サイズ、背景、余白などはこちら */
  background-image: url(/files/entry_title_bg.jpg);
  color: #30675c;
}
/*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: #30675c;
}
/* 見出しリンクボタン */
.entry_title span.read_more_btn a,
.entry_title span.read_more_btn a:hover {
  background-image: url(/files/read_more_btn.jpg);
}
.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;
}
* .mid_entry_title,
* .mid_entry_title a {
  color: #30675c;
}

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

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



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

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

/* クーポンの本文見出しなど、固定幅でないインラインタイトル用 */
.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 #d3e1d7;
  color: #333333;
  text-align: left;
  font-size: 15px;
  line-height: 1.7;
}

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


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

small a:hover {
  background-color: #9a3154 !important;
  color: #ffffff !important;
}




/*  テーブル
---------------------------------------------------------------------------------------------------- */
.easys_content:not(.ne_01) table:not(#wp-calendar) tr > * {
  border: none !important;
  background: none #d3e1d7;
  color: #333333;
}
.easys_content:not(.ne_01) table:not(#wp-calendar) { border-collapse: separate; border-spacing : 0 10px !important;}

/*メール送信後メッセージボックスのボーダー（デフォルト：グリーン）*/
div.wpcf7-mail-sent-ok {
  border-color: #9a3154 !important;
}
/* Dメニュー下線 */
.td_cell {
  border-color: #666;
  vertical-align: top;
}




/*  ページ遷移ボタン（詳細ブロックやページ送りのナビ用）
---------------------------------------------------------------------------------------------------- */
.tablenav {
  padding: 1em 0;
}
a.page-numbers,
.tablenav .current,
.permalink_in a,
.pageback a,
.page_up a {
  border-style: solid;
  border-color: #9a3154;
  background: none transparent;
  color: #666666 !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: #9a3154;
  background-color: #9a3154;
}
.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: #9a3154;
  background: none #9a3154;
  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 #9a3154;
  background-color: transparent;
  color: #9a3154;
}
div.link_list a:hover {
  border: 1px solid #9a3154;
  background-color: #9a3154;
  color: #ffffff;
}


.faq-title {
  background-color: #9a3154;
  color: #ffffff;
  font-weight: normal;
}



/*  メールフォーム
---------------------------------------------------------------------------------------------------- */
.iqfm-table td input[type="text"]:not([size]) {
  width: 75%;
}
/* 必須項目 */
.iqfm-req_color {
  color: #9a3154;
}
.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: #d3e1d7;
  color: #333333;
}
.coupon_box table tr td.coupon_meta {
  background-color: #d3e1d7;
  color: #333333;
}
.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: #30675c;
}

.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はこちらに記述↓↓ ============================== */
/*全体フェードイン*/
.easys_content_inner:not(.nd_01 .easys_content_inner){
  transition: all 1s ease 0s;
  transform: translate(0px, 30px);
  opacity: 0;
}
.easys_content_inner.moved:not(.nd_01 .easys_content_inner.moved) {
  transform: translate(0px, 0px);
  opacity: 1;
}



/*  トップページ
---------------------------------------------------------------------------------------------------- */
/* セカンドメイン --------------------------------------------------------*/
#page_6 #outer_block {
  padding-top: 0;/*スライダー下の余白を消す*/
}

#ga8ec3tkynfuryyf5ela {
  background: url(/files/wrapper_bg_top_bg.jpg) no-repeat center top / 100%;
  max-height: 1331px;/*セカンドメイン画像の高さ*/
  min-height: calc(1331px * (1300 / 2000));/* 1331＝セカンドメイン画像の高さ*/
  height: calc(100vw * ((1331 - 15) / 2000));/* 1331＝セカンドメイン画像の高さ*/
  margin-bottom: 70px;
  position: relative;/*ボタン位置調整用*/
}

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


/*ボタン　管理画面ではなくCSSで入れる場合--------------------------------------------*/
/*スマホ用画像非表示*/
#ga8ec3tkynfuryyf5ela .eyecatch img{display: none;}

#ga8ec3tkynfuryyf5ela .eyecatch{
    display: block;
    position: absolute;
    top: 0;/*marginで調整するためにいったん位置リセット*/
    left: 0;/*marginで調整するためにいったん位置リセット*/
    width: calc(640 / 2000 * 100%);/*ボタン画像幅÷2000*/
    height: calc(90 / 1331 * 100%);/*ボタン画像高さ÷バナー背景画像高さ730px*/
    margin-top: calc(1063 / 2000 * 100%);/* PSD上での上と左余白を入力 */
    margin-left: calc(681 / 2000 * 100%);/* 左余白を入力 */
}
#ga8ec3tkynfuryyf5ela .eyecatch a{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background:url(/files/wrapper_bg_top_btn.png)no-repeat center top/100%;
}

/*上下オンオフの時*/
#ga8ec3tkynfuryyf5ela .eyecatch a:hover{
    background-position: center bottom;
}


/*  パララックス
---------------------------------------------------------------------------------------------------- */
#dv8z6ucipog1qy4yz6pb {
  background: url(/files/bg_pala_over.png) no-repeat center center / auto scroll,url(/files/bg_pala.jpg) no-repeat center center / cover fixed;
  height: 800px;
  margin: 0;
}

/*  記事背景
---------------------------------------------------------------------------------------------------- */
#hfeez81btcg52pqy4v5s {
  background: #fff;
  padding-top: 80px;
}


/*  バナー
---------------------------------------------------------------------------------------------------- */
/*2列バナー　レスポンシブあり*/
#a879smbeet9z3cizg7a6,
#b7pz5n3cdsx2eeguaoxa,
#qnvjixjewgyaij5mcxzv,
#tbwucz6ylm1fxtv62toq,
#w3yolw6xp6k1c0i7cm0e,
#eced9lebum9693xwuhs6{
    padding-top: calc(40 / 2000 * 100%);
    padding-bottom: calc(90 / 2000 * 100%);
}

#b7pz5n3cdsx2eeguaoxa{
    padding-top: calc(0 / 2000 * 100%);
    padding-bottom: calc(90 / 2000 * 100%);
}


/*レスポンシブ*/
#a879smbeet9z3cizg7a6 .easys_content_inner,
#b7pz5n3cdsx2eeguaoxa .easys_content_inner,
#qnvjixjewgyaij5mcxzv .easys_content_inner,
#tbwucz6ylm1fxtv62toq .easys_content_inner,
#w3yolw6xp6k1c0i7cm0e .easys_content_inner,
#eced9lebum9693xwuhs6 .easys_content_inner {
  width: 100%;
  padding: 0 calc(90 / 2000 * 100%);/*左右隙間*/
  box-sizing: border-box;
}
#a879smbeet9z3cizg7a6 .field_2col,
.img_display_1065 .field_2col {
  width: 49.5% !important;/*真ん中隙間*/
  margin: 0;
}
#a879smbeet9z3cizg7a6 .eyecatch,
.img_display_1065 .eyecatch{width: 100%;}

#a879smbeet9z3cizg7a6 .eyecatch img,
.img_display_1065 .eyecatch img{transition: 0.3s;}

#a879smbeet9z3cizg7a6 .eyecatch a:hover img,
.img_display_1065 .eyecatch a:hover img{transition: 0.3s;opacity: 0.85;}




/*追記*/
#hd2ptwc0e45lcmnhpqyl {
    padding-top: 70px;
}
