/* library-custom.css（CDN,framework,JS他、調整用CSS。既存のCSSを上書きするので後で読み込む） */

/* WordPress
====================================== */
/* 謎のラジオボックス非表示解除 */
.metabox-prefs .columns-prefs label input {
  opacity: 1 !important;
}

/* VK All in One ExUnit（※基本的にExUnit CSSに書く）
==================================== */
/* ExUnit：「編集」非表示 */
.veu_adminEdit {
  display: none !important;
}

/* ExUnit：ページトップボタン（デフォルトから書き換える） */
.page_top_btn {
  position: fixed;
  z-index: 700 !important;
  right: 24px !important;
  bottom: 55px !important;
  width: 48px !important;
  height: 48px !important;
  box-shadow: none !important;
  background: transparent !important;
  background-image: url("../img/ornaments/page_top_btn.svg") !important;
  background-size: 100% !important;
  /* 丸にする（四角のときはborder-radius:0px;） */
  border-radius: 0px !important;
  /* hover対策 */
  font-size: 0px !important;
  color: transparent !important;
}

/* ページトップボタン：スマホ */
@media screen and (max-width: 743.9px) {
  .page_top_btn {
    right: 0 !important;
    bottom: 114px !important;
  }
}

* ExUnit：最近の投稿（折返ししない） */ .veu_postList {
  white-space: nowrap;
}

/* veu_postList（EXunit） */
.veu_postList ul.postList li:nth-of-type(1) {
  border-top: 1px dashed #707070 !important;
}

.veu_postList ul.postList li {
  padding: 15px 15px;
  border-bottom: 1px dashed #707070 !important;
  line-height: 1.4em;
}

.veu_postList .postList_meta_items {
  font-size: 14px;
  color: #222;
}

.veu_postList .postList_date {
  margin-right: 14px;
  color: #222;
}

.veu_postList .postList_terms a {
  margin-right: 0px;
  display: inline-block;
  top: -1px;
  width: 85px;
  /* padding: 上  横  下 */
  padding: 4px 5px 6px;
  border-radius: 0;
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  position: relative;
  /* リンク無効（※IE対策 = block or iBlock）*/
  pointer-events: none;
}

.veu_postList .postList_title {
  display: inline-block;
  clear: both;
  /* margin: 上  横  下 */
  margin: 4px 12px 4px;
  font-size: 14px;
}

.veu_postList .postList a {
  color: #222;
  text-decoration: none;
}

.veu_postList a:hover,
.veu_postList .postList a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* 連絡先情報 */
.veu_contact .contact_txt_catch {
  font-size: var(--va-saraciere-fz_small) !important;
  text-align: left;
}

.veu_contact .contact_txt .contact_txt_time {
  font-size: var(--va-saraciere-fz_p) !important;
  text-align: left;
}

.veu_contact .contact_txt_tel {
  /* padding: 上  横  下 */
  padding: 10px 0px 10px !important;
  font-size: 24px !important;
}

.veu_contact .contact_txt a[href^="tel:"] {
  /* リンク無効（※IE対策 = Block or iBlock）*/
  display: block;
  pointer-events: none !important;
}

.veu_contact .contact_bt {
  margin-top: 1.5rem;
  background: #ededed !important;
  text-align: center;
}

.veu_contact .contact_bt_subTxt,
.veu_contact .contact_bt_txt {
  color: #111 !important;
}

.veu_contact .contact_bt_txt .fa-arrow-alt-circle-right {
  display: none !important;
}


/* Bulma
============================================== */
/* パンくずリスト */
.breadcrumb {
  margin: 0;
  width: 1000px;
  max-width: 90vw;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 16px 0px 16px;
  font-size: 15px;
  font-weight: 500;
}

.breadcrumb a {
  color: #222;
}

.breadcrumb a:hover {
  color: #888;
  text-decoration: none;
}

a.is-breadcrumb__current,
a.is-breadcrumb__current:hover {
  color: #222;
  /* eve:none & d:iB：IE対策 */
  pointer-events: none;
  display: inline-block;
}

.breadcrumb li+li::before {
  color: #222;
  content: ">";
}


/* パンくずリスト（スマホ） */
@media screen and (max-width: 743.9px) {
  .breadcrumb {
    margin-left: 5vw;
    font-size: 15px;
  }
}

/* musubii
============================================== */
.wysiwyg a {
  color: inherit;
  border-bottom: none;
}

/* ボタン（musubii） */
.ba-marble-saraciere [type=button],
.ba-marble-saraciere [type=reset],
.ba-marble-saraciere [type=submit],
.ba-marble-saraciere button {
  font-size: 15px;
}

/* インプット（musubii） */
.ba-marble-saraciere .button,
.ba-marble-saraciere .input,
.ba-marble-saraciere .textarea,
.ba-marble-saraciere .select select,
.ba-marble-saraciere .file-cta,
.ba-marble-saraciere .file-name {
  font-size: 15px;
}




/* lazysizes
============================================== */
.lazysizes-fadein {
  opacity: 0;
  transform: translate(0, 80px);
  transition: all 1s ease-in-out;
}

.lazysizes-fadein.lazyloaded {
  transform: translate(0, 0);
  opacity: 1;
}


/* widgets_on_page
============================================== */
/* タイトル非表示（デフォルト） */
.widgets_on_page .widgettitle {
  display: none;
}

/* タイトル表示 */
.widgets_on_page .widgettitle-show .widgettitle {
  margin-top: 0px;
  display: block;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  /* padding: 上  横  下 */
  padding: 10px 10px 10px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  background-color: #ec88b4;
  /* radius: 左上  右上  右下  左下 */
  border-radius: 5px 5px 0px 0px;
}

/* .textwidget（インナー） */
.widgets_on_page .textwidget {
  margin: 0;
  padding: 0;
  width: auto;
  margin-right: auto;
  margin-left: auto;
}

/* Shortcodes Ultimate
============================================== */
/* Shortcodes Ultimate： Button */
.su-button:nth-of-type(1) {
  margin-left: 0px;
}

.su-button:not( :nth-of-type(1)) {
  margin-left: 4px;
}

.su-button>span {
  position: relative;
  font-size: 1em;
  font-weight: 600;
}

.su-button>span img {
  display: inline-block;
  height: 1.125em;
  width: auto;
}

.su-button-style-ghost span {
  border-width: 1px !important;
  border-style: solid;
  background: white;
  background: rgba(255, 255, 255, 0.8);
}

.su-button.su-button-style-single>span {
  /* padding: 上  右  下  左 */
  padding: 0px 0.05em 0px 0.72em !important;
}

.su-button.su-button-style-square>span {
  /* padding: 上  右  下  左 */
  padding: 0em 0em 0em 0.72em !important;
}

.su-button.su-button-style-circle {
  border-radius: 50% !important;
}

.su-button.su-button-style-circle>span {
  /* padding: 上  右  下  左 */
  padding: 0em 0em 0em 0.72em !important;
}

/* Shortcodes Ultimate： 表（table） */
.su-table-responsive table {
  width: auto;
  min-width: 100%;
}

.su-table table th {
  text-align: center !important;
  padding: 1em !important;
  font-size: 1em !important;
  font-weight: 700 !important;
  color: #333 !important;
  border: 1px solid #ccc !important;
  background: #f0f0f0 !important;
}

.su-table table td {
  padding: 1em !important;
  border: 1px solid #ccc !important;
  background: #fff !important;
}

/* Shortcodes Ultimate：アーカイブ
============================================== */
/* su-posts, su-post */
.su-posts-default-loop {
  margin-top: 0;
  width: 1000px;
  max-width: 90vw;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  /* padding: 上  横  下 */
  padding: 1rem 0rem 1rem;
  margin-bottom: 0rem;
}

.su-posts-default-loop .su-post {
  margin-bottom: 2.5em;
  line-height: 1.5;
  /* padding: 上  横  下 */
  padding: 1rem 0px 1rem;
  border-bottom: 1px solid var(--va-saraciere-c_p);
  overflow: hidden;
}

.su-posts-default-loop .su-post-thumbnail {
  float: left;
  display: block;
  width: 135px;
  height: auto;
  margin-right: 1rem;
}

.su-posts-default-loop .su-post-thumbnail img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.su-post .su-post-title {
  margin-top: 0rem;
  font-size: var(--va-saraciere-fz_h6);
  font-weight: 600;
  /* padding: 上  横  下 */
  padding: 0rem 0rem 0rem;
}

.su-post .su-post-excerpt {
  margin-top: 0rem;
  font-size: var(--va-saraciere-fz_small);
  /* padding: 上  横  下 */
  padding: 0rem 0rem 0rem;
}

.su-post .su-post-meta {
  font-size: var(--va-saraciere-fz_x-small);
  /* padding: 上  横  下 */
  padding: 0rem 0rem 0rem;
}

.su-post .su-post-readmore {
  font-size: var(--va-saraciere-fz_p);
  /* padding: 上  横  下 */
  padding: 0rem 0rem 0rem;
}

/* float対策 */
.su-post .su-post-ifield {
  float: none;
  overflow: hidden;
}

/* Content Views
============================================== */
/* Content Views（アーカイブ用）
---------------------------------------------- */
.archivalar .pt-cv-wrapper,
.archivalar .pt-cv-wrapper * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: auto;
  /* IE対策 */
  word-wrap: break-word;
}

.archivalar .pt-cv-wrapper {
  margin: 0;
  width: 1000px;
  max-width: 90vw;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  /* padding: 上  横  下 */
  padding: 1rem 0rem 1rem;
  margin-bottom: 0rem;
}

.archivalar .pt-cv-content-item {
  margin-top: 2rem;
  width: 100%;
  height: auto;
  /* padding: 上  横  下 */
  padding: 0px 0px 0px;
  overflow: visible;
  letter-spacing: 0.05em;
}

.archivalar .pt-cv-view .pt-cv-ifield {
  margin-top: 2rem;
  height: 400px;
  width: auto;
  max-width: 90vw;
  margin-right: auto;
  margin-left: auto;
  /* padding: 上  横  下 */
  padding: 0px 0px 0px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
    rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  margin-bottom: 0 !important;
  position: relative;
}

/* flexboxで順番並び替え */
.archivalar .pt-cv-view .pt-cv-ifield {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.archivalar .pt-cv-ifield .pt-cv-href-thumbnail {
  -ms-flex-order: 1;
  order: 1;
}

.archivalar .pt-cv-ifield .pt-cv-title {
  -ms-flex-order: 2;
  order: 2;
}

.archivalar .pt-cv-ifield .pt-cv-content {
  -ms-flex-order: 4;
  order: 4;
}

.archivalar .pt-cv-ifield .pt-cv-meta-fields {
  -ms-flex-order: 3;
  order: 3;
}

/* サムネイル */
.archivalar .pt-cv-ifield .pt-cv-href-thumbnail {
  margin: 0;
  /* height：imgサイズ + padding */
  height: 190px;
  width: 100% !important;
  max-width: 100% !important;
  /* padding: 上  横  下 */
  padding: 0px 0px 0px;
}

.archivalar .pt-cv-ifield .pt-cv-href-thumbnail .pt-cv-thumbnail {
  margin: 0 !important;
  height: 190px;
  width: 100% !important;
  min-width: inherit !important;
  max-width: 100% !important;
  object-fit: cover;
  /* box-shadow分のスキマ調整 */
  margin-right: 3px;
}

/* タイトル */
.archivalar .pt-cv-view .pt-cv-title {
  width: 100% !important;
  margin-top: 0.66rem !important;
  font-size: var(--va-saraciere-fz_h6) !important;
  font-weight: 600;
  /* padding: 上  横  下 */
  padding: 0px 1rem 0px !important;
  margin-bottom: 0.4rem !important;
}

.archivalar .pt-cv-view .pt-cv-title a {
  display: block;
  width: 100% !important;
  overflow: hidden;
  position: relative;
  line-height: 1.2em;
  max-height: 2.4em;
  text-align: justify;
}

.archivalar .pt-cv-view .pt-cv-title a::before {
  content: "...";
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #fff;
  width: 1em;
}

.archivalar .pt-cv-view .pt-cv-title a::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1em;
  height: 1.2em;
  background-color: #fff;
}

/* 抜粋文・ボタン設定 */
.archivalar .pt-cv-content {
  margin: 0;
  width: 100%;
  max-width: 100%;
  height: 150px;
  /* ボタンの分、下にpadding（抜粋次第で調整：65文字） */
  padding: 0px 1rem 65px;
  font-weight: 500;
  font-size: var(--va-saraciere-fz_small);
  color: var(--va-saraciere-c_p_light);
}

/* ボタン設定 */
.archivalar .pt-cv-content .pt-cv-readmore {
  max-width: 100%;
  margin: 0.5rem 0;
}

.archivalar .pt-cv-wrapper .pt-cv-content .btn {
  /* ボタン下揃え */
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 1rem;
  margin: auto;
  width: 250px;
  height: auto;
  padding: 0.5em 1em;
  font-size: var(--va-saraciere-fz_small);
  line-height: 1.42857143;
  border-radius: 3px;
}

/* ボタン色 */
.archivalar .pt-cv-wrapper .pt-cv-readmore.btn.btn-success {
  color: #418fd0;
  background-color: white;
  border: 1px solid #418fd0;
}

/* メタフィールド */
.archivalar .pt-cv-ifield .pt-cv-meta-fields {
  margin-top: 0px;
  /* padding: 上  横  下 */
  padding: 0px 1rem 0px;
}

.archivalar .pt-cv-ifield .pt-cv-meta-fields {
  /* 区切りのカンマ・スラッシュをなしにする */
  font-size: 0px;
  color: transparent;
}

/* 日付 */
.archivalar .pt-cv-ifield .pt-cv-meta-fields .entry-date {
  display: inline-block;
  font-size: var(--va-saraciere-fz_x-small);
  line-height: 1.25;
  padding: 4px 0px;
  text-align: left;
  background: none;
  color: #666;
  margin-right: 4px;
}

/* タグ */
.archivalar .pt-cv-ifield .pt-cv-meta-fields .terms [class^="pt-cv-tax-"] {
  display: inline-block;
  width: auto;
  height: auto;
  font-size: var(--va-saraciere-fz_xx-small);
  line-height: 1.25;
  padding: 4px 8px;
  text-align: center;
  background: #d7e8ea;
  color: #333;
  border-radius: 999rem;
  /* タグは面倒なので触らせない */
  pointer-events: none;
  margin-right: 4px;
}

/* カテゴリー */
.archivalar .pt-cv-ifield .pt-cv-meta-fields .terms [class^="pt-cv-tax-cat-"] {
  position: absolute;
  top: 0px;
  right: 0px;
  margin: auto;
  display: inline-block;
  width: auto;
  height: auto;
  font-size: var(--va-saraciere-fz_x-small);
  line-height: 1.25;
  padding: 4px 8px;
  text-align: center;
  font-weight: 600;
  background: #ec8314;
  color: #fff;
  border-radius: 0px;
  /* カテゴリだけリンクにする */
  pointer-events: auto;
}

/* Content Views（ページネーション）
---------------------------------------------- */
.pt-cv-pagination-wrapper {
  margin-top: 45px;
  clear: both;
  position: relative;
  text-align: center;
}

.pt-cv-wrapper .pagination>li>a,
.pt-cv-wrapper .pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.43;
  text-decoration: none;
  color: silver;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pt-cv-pagination-wrapper .pagination>.active>a,
.pt-cv-pagination-wrapper .pagination>.active>a:focus,
.pt-cv-pagination-wrapper .pagination>.active>a:hover,
.pt-cv-pagination-wrapper .pagination>.active>span,
.pt-cv-pagination-wrapper .pagination>.active>span:focus,
.pt-cv-pagination-wrapper .pagination>.active>span:hover,
.pt-cv-pagination-wrapper .pagination>.cv-pageitem>span.current,
.pt-cv-pagination-wrapper .pagination>.cv-pageitem>span.current:focus,
.pt-cv-pagination-wrapper .pagination>.cv-pageitem>span.current:hover {
  z-index: 2;
  color: #fff;
  background-color: silver;
  border: 1px solid #ddd;
  cursor: default;
}

.pt-cv-pagination li.active a,
.pt-cv-pagination .cv-pageitem span.current {
  border-color: rgba(221, 221, 221, 1) !important;
}

.pt-cv-wrapper .pagination>li:last-child>a,
.pt-cv-wrapper .pagination>li:last-child>span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

/* hover & current（CSS animo） *
==================================== */


/* imagehover-extended（hover）
============================================== */
[class^='imghvr-'],
[class*=' imghvr-'] {
  line-height: 0;
  overflow: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

/* Inview（フェードイン）
============================================== */
.invw-fadeInRight {
  opacity: 0;
  transform: translate(100px, 0px);
}

.invw-fadeInLeft {
  opacity: 0;
  transform: translate(-100px, 0px);
}

fv .invw-fadeInUp {
  opacity: 0;
  transform: translate(0px, 100px);
}
