@charset "utf-8";

/*
 * スマホ用スタイルCSS
 */

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

/* ===================================================================================================================
   ■共有
------------------------------------------------------------------------------------------------------------------- */
/* リンク */
a:link, a:visited, a:hover, a:active{
  text-decoration: underline;
}


/* ロゴの上下余白調整 */
#h1_teaser_image {
  margin: 0;
}

/*fixする場合
#h1_teaser_image {
  position: fixed;
  top: 0;
  z-index: 1000;
}
#main {
    margin-top: calc(20px + 12.5%)（ハンバーガーメニューの高さ）;
    overflow: hidden;
}
*/

/* TOP ロゴ非表示 */
#page-6 #h1_teaser_image {
  background-image: none !important;
  height: 0px !important;
}

#video_teaser_sp {/*スライダーを重ね順下にする*/
    position: relative;
    z-index: -1;
}

/* ページ送り */
.tablenav { clear: both; }

.sp_gallery { text-align: center; }
.sp_gallery img {
  max-width: 100%;
  width: auto;
}
.img_border { border: 0 none; }


/* ===================================================================================================================
   ■ナビ
------------------------------------------------------------------------------------------------------------------- */
/* メニューON時　メニューの文字色変更 */
#Side .xoxo li .menu-item a {
  color: #333 !important;
}

/* ブログ下部 ブログメニュー部分　文字色変更 */
#primary ul.xoxo li ul li a {
  color: #ffba24 !important;/*h3と同じリンク色か全体のリンクカラー*/
}
/* ブログ下部 ブログメニュー部分　下線色変更 */
#Side .xoxo li .menu-item a,
#primary ul.xoxo li ul li {
  border-color: #ffba24 !important;/*h3と同じボーダー色か全体のボーダーカラー*/
}
#rSide_wrap {background: none transparent !important;}
#calendar_wrap table tr td a { text-decoration: underline; }
#calendar_wrap table tr td a:hover { text-decoration: none; }
#calendar_wrap table tr td#today,
#calendar_wrap table tr td#today a { color: #fff; }/*fffか333かサイト背景色*/

#searchform input[type="text"] { max-width: 77%; }

/*#Side_wrap{
  background: rgba(255, 255, 255, 0.9) !important;
}
*/

/* ===================================================================================================================
   ■見出し
------------------------------------------------------------------------------------------------------------------- */
/*中ページ ページタイトル*/
#naka_page_title {
    margin: 0 0 1em;
}
#naka_page_title h1 {
  background: #ececec;
  color: #333;
  padding: 1em 5%;
}

* .headline_title {
background-position:center top !important;
padding-top: 10vw !important;
}
* .entry_title {
}
* .widget-title, * .widget-title2, .top-back.unity_title {
}
* .sub_post_title {
  background-position:center bottom !important;

}
* .inline_title,
* small a ,.permalink_in a{
  text-align: center;
 border-radius: 0px;
}

#text-6 > div > div > a{padding-left: 5vw;}

#primary .widget-title{  padding: 15px 5vw;}


/* ===================================================================================================================
   ■ブロック
------------------------------------------------------------------------------------------------------------------- */
th,td{
  vertical-align: top;
  white-space: initial !important;
}

.mobile_e1 .icon_list_block {
  width: 100%;
  box-sizing: border-box;
}
.mobile_e1 .entry_post:not(:last-of-type) .icon_list_block {
  padding-bottom: 0 !important;
}

.icon_list_block {
}
.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: #666666 !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;
  max-height: 75vh;
  margin-bottom: 20px;
}


/* 必須項目 */
.iqfm-req_color {
  color: #ffba24;
  display: block;
}
/*メール送信後メッセージボックスのボーダー（デフォルト：グリーン）*/
div.wpcf7-mail-sent-ok {
  border-color: #ffba24 !important;
}

/* お問合せフォーム整形 */
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 {
    line-height: 1.7;
    list-style: square outside none;
    margin: 0 0 0 20px;
    padding: 0;
}


.z_g1 .content_area { box-shadow: none; }

/* テーブルブロックのはみ出し禁止 */
.z_g1 .column1, .z_g1 .column2, .z_g1 .column3, .z_g1 .column4 {
  text-align:left;
  white-space: normal !important;
  word-break: break-all;
  vertical-align: top;
}

/* テーブルセルの最小幅設定 */
.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 {
    content: '';
    min-width: 4em;
    display: block;
}




#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 {
  width: auto;
  max-width: 80%;
  min-width: 0;
}
.entry-content .alignleft { text-align: left; }
.entry-content .aligncenter { text-align: center; }
.entry-content .alignright { text-align: right; }


/*テーブル設定*/
table:not(#wp-calendar) th { width: 25% !important;}
table:not(#wp-calendar) tr > * {
  box-sizing: border-box !important;
  background: none transparent !important;
  border-right: none !important;
  border-left: none !important;
  border-bottom: 1px solid #262626;
}
table:not(#wp-calendar) tr:first-child > * {
  border-top: 1px solid #262626;
}

.z_m1 { margin: 0 10px 10px; }

#jquery_slider_sp { margin: 0; }




/*  メニューアイコン
---------------------------------------------------------------------------------------------------- */
/*ハンバーガーメニューアイコン*/
#float_header #btn_menu {
  width: 10%;
  height: auto;
  top: 3vw;
  right: 3vw;
}

/*アクセスマップボタン*/
#float_header #menu_access_btn {
  width: 12.5%;
  height: auto;
  top: 20px;
  right: calc(20px + 12.5%);/*12.5％=ハンバーガーメニューの横幅*/
}
/*メニュー左上のロゴの位置
  ※ハンバーガーメニューのtop指定と同じ値を入れる*/
#menu-sp_side {
  background-position: center 20px;
}



/*  scrollfooter（最下部固定 お問い合わせ･TELボタン）
     ※画像差し替えはFTPにてそれぞれ上書き
---------------------------------------------------------------------------------------------------- */

/*半分の時*/

body.has_scroll_footer {padding: 0 0 65vw;}

.scroll_footer ul {background: none transparent;}
/*.scroll_footer ul {background: url(/files/sp_footerfix_contact_bg.png) no-repeat center top/100%;}*/

.scroll_footer,
.scroll_footer ul {height: 13vw !important;}
.scroll_footer ul li {width: 50%; height: 17.5vw;}

.scroll_footer ul li.footer_tel_link {left: 0;}
.scroll_footer ul li.footer_contact_link {right: 0;}

#copyright {
    padding: 54vw 0 10vw;
    background-size: 100% !important;
}

@media screen and (min-width: 800px) {
#copyright {
    padding: 57.5vw 0 13vw;
    background-size: 100% !important;
}
}


/*  その他
---------------------------------------------------------------------------------------------------- */

/*コンタクトフォームスパム*/
.grecaptcha-badge { visibility: hidden; }



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


/*  googleカレンダー
---------------------------------------------------------------------------------------------------- */
.z_h1 iframe[src^="https://calendar.google.com"] {
  height: 500px;
  display: block !important;
  width: 1000px !important;
  max-width: 100%;
  margin: 0 0 20px;
  border: none !important;
}

/*Contact Form 7 　バグ対応
---------------------------------------------------------------------------------------------------- */
input[type="tel"].wpcf7c-conf {
  min-width: 4em;
}

/*  トップページ
---------------------------------------------------------------------------------------------------- */
/*SPセカンドメイン*/
#rnkkyawbg3mvl0yn576x .content_area {margin: 0 0 10px;}

#rnkkyawbg3mvl0yn576x{    margin-top: -51vw;}

#rnkkyawbg3mvl0yn576x > div > div.img_display > div > div > a > img{width: 100%;}

/*SP 背景付きブロックの記事画像 非表示-----------------*/
#dl9fddii3njg69akcv3w .sp_gallery,
#e3693yprujvfrmvtfsfg .sp_gallery
{display: none;} 
#dl9fddii3njg69akcv3w .entry_post:first-of-type .eyecatch,
#e3693yprujvfrmvtfsfg .entry_post:first-of-type .eyecatch
{display: none;}


/*1ブロック目*/
#dl9fddii3njg69akcv3w {
    background: url(/files/sp_block_01.png) no-repeat center top / 100%;/*デザインブロック画像*/
    padding: 80vw 0 0;/*文字位置調整*/ position: relative;
}

#dl9fddii3njg69akcv3w .headline_title {
    font-family: 'Noto Sans JP', sans-serif;
    position: absolute;
    top: 15vw;
    right: 1vw;
    width: 46vw;
    text-align: left;
    line-height: 1.5;
    background: none transparent;
    font-size: 145%;
    letter-spacing: 0.3vw;
    font-weight: 700;
}
/*2ブロック目*/
#e3693yprujvfrmvtfsfg {
  background: url(/files/sp_block_02.png) no-repeat center top / 100%,url(/files/sp_block_02_bottom.png) no-repeat center bottom / 100%;
  padding: 73vw 0 17vw;
  margin-bottom: 30px;
  position: relative;
  color: #fff;
}
#e3693yprujvfrmvtfsfg > div{background: #489f73; padding-top: 10vw;}

#e3693yprujvfrmvtfsfg > div > div > div.margin-bottom_20 > small > a{
  background: #489f73 !important;
  color: #fff !important;
  border-color: #fff !important;
}


#e3693yprujvfrmvtfsfg .headline_title {
    font-family: 'Noto Sans JP', sans-serif;
    position: absolute;
    top: -5vw;
    right: 1vw;
    width: 69vw;
    text-align: right;
    line-height: 1.5;
    background: none transparent;
    font-size: 160%;
    letter-spacing: 0.3vw;
    font-weight: 700;
}
#e3693yprujvfrmvtfsfg .headline_title .design-title{
  display: block;
  font-size: 70%;
}

/*  バナー
---------------------------------------------------------------------------------------------------- */

/* 一列・二列 */
#a1w8u78axpux3wuv5sgc .content_area,
#ed3gkn7ey8bunnhh4vx8 .content_area,
#u638z2v7zzb41l7l5pe0 .content_area,
#k55rz352ksycvc7fh6tj .content_area,
#p3kk3txxwfr7r1i6lacd .content_area,
#u9myz0jti7brl5lj113l .content_area,
#x96ut8hz8p0d8ok76r98 .content_area,
#sd8iqgqr68kzyey15ynw .content_area,
#mmw244iiggrwv4dwk7zc .content_area,
#z24m0rd13s4bsmxjmzyy .content_area,
#zdtg7f306nc77o764x5r .content_area,
#n0bdlujk5xavibof2x6z .content_area,
#vig4e5euofuodgaqb00c .content_area,
#djf6rav9s7eoee6ubqod .content_area,
#rf29iiczyi3y2d88i5vl .content_area,
#zh3oplpxrrjonwti2obc .content_area
{margin:0 !important; }

#a1w8u78axpux3wuv5sgc .eyecatch img,
#ed3gkn7ey8bunnhh4vx8 .eyecatch img,
#u638z2v7zzb41l7l5pe0 .eyecatch img,
#k55rz352ksycvc7fh6tj .eyecatch img,
#p3kk3txxwfr7r1i6lacd .eyecatch img,
#u9myz0jti7brl5lj113l .eyecatch img,
#x96ut8hz8p0d8ok76r98 .eyecatch img,
#sd8iqgqr68kzyey15ynw .eyecatch img,
#mmw244iiggrwv4dwk7zc .eyecatch img,
#z24m0rd13s4bsmxjmzyy .eyecatch img,
#zdtg7f306nc77o764x5r .eyecatch img,
#n0bdlujk5xavibof2x6z .eyecatch img,
#vig4e5euofuodgaqb00c .eyecatch img,
#djf6rav9s7eoee6ubqod .eyecatch img,
#rf29iiczyi3y2d88i5vl .eyecatch img,
#zh3oplpxrrjonwti2obc .eyecatch img
{width: 100%;}

#sd8iqgqr68kzyey15ynw{
  margin-bottom: 40px;
}


/*Gtn*/ 
#thirdly {
 margin: 0 0 10px;
 width: 100%;
    }
#page-6 #thirdly{display: none;}