@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');



/* =================================================================================================================== */
:root {
  --basic_background_color:#ffffff;
  --body_text_color:#000c2f;
  --link_color:#0ab1ef;
  --border_color: #6c6c6c;
  --table_border_color: #6c6c6c;
  --th_background_color: #f1f8ff;
  --td_background_color: #ffffff;
  --th_character_color: #000c2f;
  --td_character_color: #000c2f;
  --required_color: #d10000;
  --navigation_background_color: transparent;
  --navi_characters_color: #127ae3;
  --navigation_sub_color: #127ae3;
  --medium_page_background_color: #0f427a;
  --inside_page_text_color: #ffffff;
  --middle_page_border_color: transparent;
  --h2_heading_background_color: #124681;
  --h2_heading_text_color: #ffffff;
  --h2_heading_link_color: #ffffff;
  --h2_heading_border_color: transparent;
  --h3_heading_background_color: #124681;
  --h3_heading_text_color: #ffffff;
  --h3_heading_link_color: #ffffff;
  --h3_heading_border_color: transparent;
  --h4_subheading_background_color: transparent;
  --h4_subheading_text_color: #124681;
  --h4_subheading_link_color: #124681;
  --h4_subheading_border_color: transparent;
  --inline_background_color: #00c5dc;
  --inline_characters_color: #ffffff;
  --inline_link_color: #ffffff;
  --inline_border_color: transparent;
  --widget_heading_background_color: transparent;
  --widget_heading_text_color: transparent;
  --widget_heading_link_color: transparent;
  --widget_heading_border_color: transparent;
  --blog_heading_background_color: transparent;
  --blog_heading_text_color: transparent;
  --blog_heading_link_color: transparent;
  --blog_heading_border_color: transparent;
  --copyright_background_color: #000c2f;
  --copyright_characters_color: #ffffff;
}

/* =================================================================================================================== */
/* 置換以外 */
:root {
  --easys_base_width: 640;
  /* EASYSの基準横幅(単位なし) */
  --easys_padding: 5%;
  /* EASYSの基本余白 */
  --easys_menu_size: calc(100vw * (80 / var(--easys_base_width)));
  /* メニューボタンサイズ */
  --easys_footer_h: calc(100vw * (112 / var(--easys_base_width)));
  /* スクロールフッタ高さ */
  --easys_standard_value001: #ffffff;
  /* スクロールフッタ＞背景色 */
  --easys_standard_value002: #ffffff;
  /* カレンダーの本日＞文字色 */
}


/* =================================================================================================================== */

/* ===================================================================================================================
   ■共有
------------------------------------------------------------------------------------------------------------------- */
html {
  scroll-behavior: smooth;
  /*scroll-padding-top: 0;*/
}

body {
  word-break: break-word;
  font-family: 'Noto Sans JP', sans-serif;
}

/* リンク */
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: underline;
}


/* ページ送り */
.tablenav {
  clear: both;
}

.sp_gallery {
  text-align: center;
}

.sp_gallery img {
  max-width: 100%;
  /* width: auto; */
}

.img_border {
  border: 0 none;
}

/* ロゴの上下余白調整 */
#h1_teaser_image {
  margin: 0;
}

/* SP余白設定
---------------------------------------------------------------------------------------------------- */
/* アウターブロック */
#main>#outer_block:not(#page-6 #main>#outer_block) {
  padding-top: 5%;
}

.outer_top #outer_block:not(.shosai .outer_top #outer_block) {
  padding-top: 0 !important;
}

/* 余白を付ける(「D-01 ギャラリーブロック」を除いたスライドショーとギャラリーは除外) */
/* #main>#outer_block>section:not(.has_nk_01) {
  padding-bottom: var(--easys_padding);
} */

#main>#outer_block>section:not(.device_width):not(.has_c_07):not(.has_c_08):not(.has_c_09):not(.has_np_04):not(.has_z_j6) {
  padding-right: 5%;
  padding-left: 5%;
}

/* 見出しだけ全幅にする時 
  #main > #outer_block > section {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  #main > #outer_block > section .content_area {
    margin-right: var(--easys_padding);
    margin-left: var(--easys_padding);
  }*/

/* ブログページ */
#main>#container,
#main>#rSide {
  padding: var(--easys_padding);
}

/* 見出しだけ全幅にする時 
  #main > #container,
  #main > #rSide {
    padding-right: 0;
    padding-left: 0;
  }
  #main > #container > #content > .post > *:not(.entry_title) {
    padding-right: var(--easys_padding);
    padding-left: var(--easys_padding);
  }
  #main > #rSide > #primary > .xoxo #searchform,
  #main > #rSide > #primary > .xoxo li ul li,
  #main > #rSide > #primary > .xoxo #calendar_wrap {
    margin-right: var(--easys_padding);
    margin-left: var(--easys_padding);
  }*/

/* ===================================================================================================================
   ■ナビ
------------------------------------------------------------------------------------------------------------------- */
/*左寄せのとき*/
/* #Side .xoxo li .menu-item a {
    text-align: left;
    padding: 0px 15%;
} */

/* メニューON時　メニューの文字色変更 */
#Side .xoxo li .menu-item a {
  color: var(--navi_characters_color) !important;
}

/* ブログ下部 ブログメニュー部分　文字色変更 */
#primary ul.xoxo li ul li a {
  color: var(--link_color) !important;
  /* 全体のリンクカラー */
}

/* ブログ下部 ブログメニュー部分　下線色変更 */
#Side .xoxo li .menu-item a,
#primary ul.xoxo li ul li {
  border-color: var(--border_color) !important;
}

#rSide_wrap {
  background: none transparent !important;
}

#searchform input[type="text"] {
  max-width: 77%;
}

/* SPメニュークリックで一番上にスクロールさせない */
.scroll-prevent {
  position: static !important;
  overflow: hidden !important;
}

#Side_wrap,
#rSide_wrap,
#Side {
  height: 100% !important;
}

/*ブログ　前後投稿リンク　ボーダー削除*/
#nav-below .nav-previous a {
  border: none;
}

/* ===================================================================================================================
   ■見出し @naka
------------------------------------------------------------------------------------------------------------------- */
/* 中ページ ページタイトル */
/* #naka_page_title {
  margin: 0;
} */
#naka_page_title h1 {
  padding: 1em 5%;
  background: var(--medium_page_background_color);
  /* background: transparent url(../files/sp_body_bg_naka.png) no-repeat center center / cover; */
  color: var(--inside_page_text_color);
  text-align: center;
  /* border-top: 1px solid var(--inside_page_text_color);
  border-bottom: 1px solid var(--inside_page_text_color); */
}

/*追加　詳細記事へのリンクボタン等*/
.pageback a,
.permalink_in a {
  border: none transparent !important;
}

/* ===================================================================================================================
   ■ブロック
------------------------------------------------------------------------------------------------------------------- */
th,
td {
  vertical-align: top;
  white-space: initial !important;
}

.mobile_e1 .icon_list_block {
  box-sizing: border-box;
  width: 100%;
}

.mobile_e1 .entry_post:not(:last-of-type) .icon_list_block {
  padding-bottom: 0 !important;
}

.img_thumb,
.column_1,
.column_2,
.column_3,
.column_4 {
  text-align: center;
}

.img_thumb img,
.column_1 img,
.column_2 img,
.column_3 img,
.column_4 img {
  max-width: 100%;
  /*width: auto;*/
  vertical-align: top;
}

.menu_area td,
.menu_td_text,
.bottom_border {
  /* Dブロック　メニュー部点線 */
  border-color: var(--border_color) !important;
}

.menu_area td,
.menu_td_text {
  vertical-align: top !important;
}

.flow_arr {
  background-size: contain !important;
}

/* K-01、K-02 メール投稿ブロック */
.k_01 .content_area,
.k-02 .content_area {
  line-height: 2;
}

/* Z-J スライドショー */
.z_j1 {
  margin: 0 0 20px;
}

.gallery_box {
  display: inline-block;
  width: 100%;
  height: auto;
}

.j_01 .sub-post {
  margin: 0 10px 20px;
}

.j_01 .content_area .sub-post {
  margin: 0;
}

.z_d1 {
  overflow-x: hidden;
  overflow-y: scroll;
  margin-bottom: 20px;
  max-height: 75vh;
}

/* 必須項目 */
.iqfm-req_color {
  display: block;
  color: var(--required_color);
}

/* メール送信後メッセージボックスのボーダー（デフォルト：グリーン） */
div.wpcf7-mail-sent-ok {
  border-color: var(--border_color) !important;
}

/* お問合せフォーム整形 */
table.iqfm-table {
  margin: 0 auto 1em;
}

table.iqfm-table th,
table.iqfm-table td {
  vertical-align: middle !important;
  white-space: normal !important;
}

table.iqfm-table td {
  min-width: 16em;
}

table.iqfm-table td span.wpcf7-list-item {
  display: block;
  margin: 0;
}

input[type="text"],
input[type="email"],
textarea {
  width: 95%;
}

table.iqfm-table td input[type="text"]:not([size]) {
  width: 96%;
}

table.iqfm-table td input[type="text"][size="4"] {
  width: 4em;
}

/* プライバシーポリシー整形 */
.privacy_block strong {
  font-size: 130%;
  line-height: 2;
}

.privacy_block ul li {
  margin: 0 0 0 20px;
  padding: 0;
  list-style: square outside none;
  line-height: 1.7;
}

.z_g1 .content_area {
  box-shadow: none;
}

/* テーブルブロックのはみ出し禁止 */
.z_g1 .column1,
.z_g1 .column2,
.z_g1 .column3,
.z_g1 .column4 {
  vertical-align: top;
  text-align: left;
  white-space: normal !important;
  word-break: break-all;
}

/* テーブルセルの最小幅設定 */
.menu_area td:before,
.menu_td_text:before,
td.td_name:before,
.z_g1 .column1:before,
.z_g1 .column2:before,
.z_g1 .column3:before,
.z_g1 .column4:before {
  display: block;
  min-width: 4em;
  content: "";
}

#nav-below div a {
  background-size: cover !important;
}

.category-blog .entry-content img:not([src*="wp-social-book"]) {
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}

.entry-content img.alignnone,
.entry-content img.aligncenter,
.entry-content img.alignright,
.entry-content img.alignleft,
.entry-content .photo img {
  min-width: 0;
  max-width: 80%;
  width: auto;
}

.entry-content .alignleft {
  text-align: left;
}

.entry-content .aligncenter {
  text-align: center;
}

.entry-content .alignright {
  text-align: right;
}

.z_m1 {
  margin: 0 10px 10px;
}

/*  ■ メインスライド @main
---------------------------------------------------------------------------------------------------- */

#video_teaser_sp,
#jquery_slider_sp {
  position: relative;
  margin: 0;
  font-size: 0;
}
#jquery_slider_sp::before {
content: '';
display: block;
position: absolute;
top: 0px;
left: 0;
width: 100%;
height: calc(100vw * (150/640));
z-index: 2;
background: url(/files/sp_main_logo.png) no-repeat center top/100%;
}
#jquery_slider_sp #img01 {
  top:calc(340 / 640* 100vw);
  left:calc(45 / 640 * 100vw);
  width:calc(421 / 640 * 100vw);
  height:calc(250/ 640 * 100vw);
  background-image:url(../files/sp_top_header_cover01.png);
  background-size:100%;
  overflow:hidden;
  transition:0.6s;
  -webkit-clip-path:inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
#jquery_slider_sp.loaded #img01 {
  clip-path: inset(0) !important;
  -webkit-clip-path: inset(0) !important;
}

#jquery_slider_sp #img02 {
  top:calc(543 / 640 * 100vw);
  left:calc(150 / 640 * 100vw);
  width:calc(489 / 640 * 100vw);
  height:calc(129 / 640 * 100vw);
  transition-delay:0.8s;
  background-image:url(../files/sp_top_header_cover02.png);
  background-size:100%;
  opacity: 0;
  transform-origin: center;
  transition: 1s ease 0s;
  transform: translateY(100px);
}
#jquery_slider_sp.loaded #img02
 {transform: translate(0px, 0px);opacity: 1;}



/*  メニューアイコン
---------------------------------------------------------------------------------------------------- */
/* ハンバーガーメニューアイコン */
#float_header #btn_menu {
  top: 0;
  right: 0;
  width: var(--easys_menu_size);
  height: auto;
}

/* アクセスマップボタン */
#float_header #menu_access_btn {
  top: 20px;
  right: calc(20px + var(--easys_menu_size));
  /* 12.5％=ハンバーガーメニューの横幅 */
  width: var(--easys_menu_size);
  height: auto;
}

/* メニュー左上のロゴの位置
  ※ハンバーガーメニューのtop指定と同じ値を入れる */
#menu-sp_side {
  background-position: center 20px;
}

/*  scrollfooter（最下部固定 お問い合わせ･TELボタン） @footer footer
---------------------------------------------------------------------------------------------------- */
/* contact2ボタン */
body.has_scroll_footer {
  padding: 0 0 var(--easys_footer_h);
}
.scroll_footer,
.scroll_footer ul {
  height: var(--easys_footer_h);
  background-color: var(--easys_standard_value001);
}
 
.scroll_footer,
.scroll_footer ul {height: var(--easys_footer_h);}
.scroll_footer ul li {width: 100%; height: var(--easys_footer_h);}
 
.scroll_footer ul li.footer_contact_link {right: 0;}/*contactボタン*/
 
.scroll_footer ul li.footer_contact_link a {
  display:block;
  width:100%;
  height:var(--easys_footer_h);
  text-align:right;
}
.scroll_footer ul li.footer_contact_link a img {width: 100%;}

.footer_contact2_link{
  position: fixed !important;
  bottom: 22vw;
  right: 3vw;
  top: unset !important;
  z-index: 1000;
  background: url(/files/sp_top_btn.png) no-repeat center top/100%;
  width: 11vw !important;
  height: 42vw !important;
}
.footer_contact2_link a{
  width:100%;
  display: block;
  height: 100%;
}

/*  その他
---------------------------------------------------------------------------------------------------- */


/*  フッター - コピーライト
  ===============================================================■■■■■*/

#foot #copy {
  background: none;
  /* background: url(/files/sp_footer_bg.png) no-repeat center top/100%;
  padding-top: calc(350 / 640 * 100vw); */
}

/* #copyright {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
} */
address#copyright {
  display: block;
  background-color: var(--copyright_background_color);
  /* background: transparent url(../files/sp_footer_bg.png) no-repeat center center / cover; */
  color: var(--copyright_characters_color);
  font-style: normal;
  font-size: 12px;
}

/*  ローディング画面
---------------------------------------------------------------------------------------------------- */


/*  地図
---------------------------------------------------------------------------------------------------- */
#map_canvas {
  width: 100%;
  height: 450px;
}

/*  googleカレンダー
---------------------------------------------------------------------------------------------------- */
.z_h1 iframe[src^="https://calendar.google.com"] {
  display: block !important;
  margin: 0 0 20px;
  max-width: 100%;
  width: 1000px !important;
  height: 500px;
  border: none !important;
}

/* Contact Form 7 　バグ対応
---------------------------------------------------------------------------------------------------- */
input[type="tel"].wpcf7c-conf {
  min-width: 4em;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
        ▼SPサイトデザイン▼ここから
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*  タイトルロゴ @logo
===============================================================■■■■■*/
#h1_teaser_image {
  margin: 0;
  background: transparent url(../files/sp_main_logo02.png) no-repeat center top / 100% auto;
}

/* fixする場合(ハンバーガーメニューの高さ) */
  #h1_teaser_image {
    position: fixed;
    top: 0;
    z-index: 1000;
  }


#naka_page_title {
  margin-top: calc(100vw * (80/ var(--easys_base_width)));
}

/* fixする場合(ハンバーガーメニューの高さ) */
  #h1_teaser_image {
    position: fixed;
    top: 0;
    z-index: 1000;
    height: calc(100vw * (79/ var(--easys_base_width)));
    background-color: #fff;
  }



#page-6 #h1_teaser_image {
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
#page-6 #h1_teaser_image.moved{opacity: 1;pointer-events: visible;}
#page-6 #main{margin-top: 0vw}

#h1_teaser_image h1 a img {
  width: 100%;
  height: calc(100vw * (80 / var(--easys_base_width)));
}

/*	メイン背景画像 - トップページ用(※不要な場合はコメントアウト)
  ===============================================================■■■■■*/
/* body#page-6 div#main #top_slide {
    padding-bottom: calc(100vw * (870 / var(--easys_base_width)));
    background: transparent url(../files/sp_top_bg.png) no-repeat center bottom / 100% auto;
} */

/*	メイン背景画像 - 中ページ用
  ===============================================================■■■■■
  body:not(#page-6) div#main #top_slide {
    padding-bottom: calc(100vw * (870 / var(--easys_base_width)));
    background: transparent url(../files/sp_naka_bg.png) no-repeat center bottom / 100% auto;
  }*/


/*	■メインコンテンツ背景 @bg
  ===============================================================■■■■■*/
html,
body,
#Wrap {
  /* 背景色のみなら↓　 */
  background-color: var(--basic_background_color);

  /*画像なら↓
  background: url(../files/sp_html_bg.png);*/
}

/*	○ 両サイドナビゲーション背景 @navi
  ===============================================================■■■■■*/
#Side_wrap {
  background: url(../files/sp_menu_bg.png)no-repeat center / cover;
}

#Side_wrap ul#menu-sp_side {
  padding: 38% 0 8%;
  background-image:  none;
}

/*  サイト全体 テキストカラー：文字色
  ===============================================================■■■■■*/
body {
  color: var(--body_text_color);
}

/*	サイト全体 リンクカラー：リンク文字色
  ===============================================================■■■■■*/
* a {
  color: var(--link_color);
}

/*	サイト全体 リンクカラー：リンク文字色（マウスオーバー）
  ===============================================================■■■■■*/
* a:hover {
  color: var(--link_color);
}

/*	■ 大見出し(h2見出し) @ttl title
  ===============================================================■■■■■*/
* .headline_title {
  box-sizing: border-box;
  border:0;
  color: var(--h2_heading_text_color);
  background: 
url(/files/sp_headline_title_bg_top.png) no-repeat center top / 100%,
url(/files/sp_headline_title_bg_bottom.png) no-repeat center bottom / 100%,var(--h2_heading_background_color);
  padding: 30px 5%;
}

/*  大見出し(h2見出し)：リンクカラー
  ===============================================================■■■■■*/
* .headline_title a {
  color:
    var(--h2_link);
  font-weight: bold;
}

* .headline_title a:hover {
  color:
    var(--h2_link);
}

/*  見出し(h3見出し) 
  ===============================================================■■■■■*/
/*  ウィジェットタイトル(ウィジェット見出し)
  ===============================================================■■■■■*/
/*  ブログ見出し：グラデーション
  ===============================================================■■■■■*/
* .entry_title,
* .widget-title,
* .widget-title2,
.top-back.unity_title,
#content .type-post .entry_title {
  box-sizing: border-box;
  color: var(--h3_heading_text_color);
  background: transparent url(../files/sp_entry_title_bg.png) no-repeat center center / cover;
  padding: 15px 5%;
}

/*ブログタイトル*/
.widget-title2 {
  padding: 0;
}

/*center
#primary .widget-title{
    text-align: center;
}
#rSide .widget-title2 a {
text-align: center;
}
#primary ul.xoxo li ul li a {
  text-align: center;
}
*/

/*	見出し(h3見出し)：リンクカラー
  ===============================================================■■■■■*/
/*	ウィジェットタイトル(ウィジェット見出し)：リンクカラー
  ===============================================================■■■■■*/
/*	ブログ見出し：リンクカラー
  ===============================================================■■■■■*/
* .entry_title a,
* .widget-title a,
* .widget-title2 a,
.top-back.unity_title a,
#content .type-post .entry_title a {
  color: var(--h3_heading_link_color);
  font-weight: bold;
}

* .entry_title a:hover,
* .widget-title a:hover,
* .widget-title2 a:hover,
.top-back.unity_title a:hover,
#content .type-post .entry_title a:hover {
  color: var(--h3_heading_link_color);
}

/*	小見出し(h4小見出し) 
  ===============================================================■■■■■*/
* .sub_post_title {
  box-sizing: border-box;
  color: var(--h4_subheading_text_color);
  background: transparent url(../files/sp_sub_title_bg.png) no-repeat center bottom / 100% auto;
  padding: 15px 5% 29px;
}

/*  小見出し(h4小見出し)：リンクカラー
  ===============================================================■■■■■*/
* .sub_post_title a {
  color:
    var(--h4_link);
  font-weight: bold;
}

* .sub_post_title a:hover {
  color:
    var(--h4_link);
}

/*  インラインタイトル(インライン) 
  ===============================================================■■■■■*/
.inline_title,
small a,
.tablenav .page-numbers,
.navigation .nav-next a,
.navigation .nav-previous a,
.pageback a,
.permalink_in a {
  box-sizing: border-box;
  background: var(--inline_background_color);
  color: var(--inline_characters_color);
  border: 0;
}

.inline_title,
small a {
  text-align: center;
  /* border-radius: 0; */
}

.comment_title {
  border-left: 5px solid var(--inline_border_color);
}

/*	インラインタイトル(インライン)：リンクカラー
  ===============================================================■■■■■*/
.inline_title a {
  color: var(--inline_link_color);
}

small a,
.tablenav a,
.navigation .nav-next a,
.navigation .nav-previous a,
.pageback a,
.permalink_in a {
  color: var(--inline_link_color) !important;
  font-weight: bold;
}

.inline_title a:hover,
small a:hover,
.tablenav a:hover,
.navigation .nav-next a:hover,
.navigation .nav-previous a:hover,
.pageback a:hover,
.permalink_in a:hover {
  color: var(--inline_link_color) !important;
}

/*	テーブル @table
  ===============================================================■■■■■*/
/* テーブル背景 */
.iqfm-table tr th,
.iqfm-table tr td,
td.td_name,
td.td_value,
td.coupon_meta_title,
td.coupon_meta,
td.coupon_data {
  box-sizing: border-box;
  border: solid 1px var(--table_border_color);
  background-color: var(--td_background_color);
  color: var(--td_character_color);
}

td.coupon_data {
  color: var(--td_character_color);
}

/* テーブルセル左 */
.iqfm-table tr th,
td.td_name,
td.coupon_meta_title {
  background-color: var(--th_background_color);
  color: var(--th_character_color);
}

/* テーブルセル右 */
.iqfm-table tr td,
.iqfm-table tr td input.wpcf7c-conf,
.iqfm-table tr td textarea.wpcf7c-conf,
td.td_value,
td.coupon_meta,
td.coupon_data {
  background-color: var(--td_background_color);
  color: var(--td_character_color);
}



/* ▲テーブル設定▲ここまで */


/*	新着リスト：ベースカラー
  ===============================================================■■■■■*/
.nq_01 .list_block {
  border: 1px solid var(--link_color);
}

/* インデント */
.nq_01 h2.post_read_title .border_line {
  border-left: 5px solid var(--link_color);
}

/* リスト見出し */
.nq_01 h2.post_read_title {
  padding: 10px;
  border-bottom: 1px solid var(--link_color);
}

/* リストボーダー */
.nq_01 .list_box {
  border-bottom: 1px dotted var(--link_color);
}

/* 日付ボーダー */
.nq_01 .list_box .date,
.nq_01 .list_box_last .date {
  border-bottom: 1px dashed var(--link_color);
}

/* 新着リスト：文字色 */
.nq_01 .list_block {
  color: var(--link_color);
}

/*	投稿カレンダー：今日のテーブルセル背景色
  ===============================================================■■■■■*/
#calendar_wrap table tr td#today {
  background-color: var(--link_color);
}

#calendar_wrap table tr td a {
  text-decoration: underline;
}

#calendar_wrap table tr td a:hover {
  text-decoration: none;
}

/* fffか333かサイト背景色 */
#calendar_wrap table tr td#today,
#calendar_wrap table tr td#today a {
  color: var(--easys_standard_value002);
}

/*	HTMLリセット
  ===============================================================■■■■■*/
html {
  margin-top: 0 !important;
}

* html body {
  margin-top: 0 !important;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
          ▲SPサイトデザイン▲ここまで
  ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* デザインブロック共通
--------------------------------------- */
.has_ndb_01 {position: relative;}
.has_ndb_01 *[class*="title"] {
  display: none;
}

.has_ndb_01 .content_area {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  text-align: justify;
}

.has_ndb_01 .margin-bottom_20 {
  margin-top: calc(40 / 640 * 100vw);
}

/*追加画像*/
.design_block {
  position: absolute;
  z-index: 9;
  display: block;
  pointer-events: none;
  background-position: center top;
  background-repeat: no-repeat;
}



section.no_margin {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

section.no_margin+section:not(.no_margin) {
  margin-top: 5vw;
}

/* バナー一括
--------------------------------------- */
.bnr_block {
  padding: 0 !important;
}

.bnr_block div {
  margin-bottom: 0;
}

#zzz {
  padding: 0 !important;
}
#zzz div {
  margin-bottom: 0;
}


/*全体フェードイン　Dブロックは解除*/
.easys_content:not(.has_nd_01 .easys_content) {
  opacity: 0;
  transform: translateY(100px);
  transition: 1.3s ease 0s;
}

.easys_content.moved:not(.has_nd_01 .easys_content.moved) {
  opacity: 1;
  transform: translateY(0);
}
  

/* ===========================================================================
     トップページ
=========================================================================== */

/*セカンドメイン
vpdjqpwak2zk2koelj25
--------------------------------------- */
#vpdjqpwak2zk2koelj25{background: url(/files/sp_secondmain_bg.png) no-repeat center top / 100%;padding: calc(100vw * (1020/640)) calc(100vw * (90/640)) calc(100vw * (575/640)) !important;}
/*イメージ画像
awp90a5107ror7gc5rl4
--------------------------------------- */
#awp90a5107ror7gc5rl4 {position: relative;padding: 0 !important;}
#awp90a5107ror7gc5rl4 .easys_content {
  padding: calc(370 / 640 * 100vw) 0 0 0 !important;
          clip-path: inset(0);
  -webkit-clip-path: inset(0);
}
#awp90a5107ror7gc5rl4 div {margin-bottom: 0;}
#awp90a5107ror7gc5rl4 .img_display {height: 0;}
#awp90a5107ror7gc5rl4 [class*='column_']:nth-of-type(1) img {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}
#awp90a5107ror7gc5rl4 [class*='column_']:nth-of-type(2) img {
  position: absolute;
  top: 0;
  left: 0;
}
/*バナー＞お問い合わせ（※top）
qecioxhxk6v047lxk0wo
--------------------------------------- */
#qecioxhxk6v047lxk0wo {
  padding: 0 !important;
}
#qecioxhxk6v047lxk0wo div {
  margin-bottom: 0;
}


 /*ローディング------------------------------*/
    
 
#progress #progress_image{
display: block;
    width:calc(400/640*100vw) !important;
} 

