@charset "UTF-8";
/*---------- break point ----------*/
@media screen and (max-width: 768px) {
  .spNone {
    display: none !important;
  }
}
@media screen and (max-width: 992px) {
  .pcNone {
    display: none !important;
  }
}
html {
  scroll-behavior: smooth;
}

/*---------- link ----------*/
a {
  transition: 0.3s;
  color: #337ab7;
  text-decoration: dotted;
}
a:hover {
  transition: 0.3s;
  text-decoration: underline;
}

a img {
  transition: 0.3s;
}
a img:hover {
  opacity: 0.6;
  transition: 0.3s;
}

/*---------- フォントサイズ ----------*/
.has-small-font-size {
  font-size: clamp(12px, 3vw, 14px) !important;
}

.has-regular-font-size {
  font-size: clamp(16px, 3vw, 20px) !important;
}

.has-large-font-size {
  font-size: clamp(18px, 3vw, 24px) !important;
}

.has-huge-font-size {
  font-size: clamp(20px, 3vw, 36px) !important;
}

/*---------- ヘッダー ----------*/
@media screen and (max-width: 992px) {
  #site-header {
    height: 63px;
  }
  #site-header .site-header-logo {
    padding-top: 1rem;
    margin-bottom: 0.75rem;
  }
}

/*---------- pdfリンク ----------*/
.wp-block-file:not(.wp-element-button) {
  font-size: 1em;
}
.wp-block-file:not(.wp-element-button) a {
  color: #337ab7;
}
.wp-block-file:not(.wp-element-button) a:hover {
  color: #dd3333;
}

/*---------- 天気予報 ----------*/
#weather-wrapper {
  margin: 0 auto;
}

.widget_block .menu-item a {
  background-color: #fff;
}
.widget_block .menu-item a:hover {
  background-color: #3063b5;
  color: #fff;
}

/*---------- グローバルサブメニュー ----------*/
.global-nav-list > li > ul.sub-menu {
  margin-top: 0;
}

.global-nav-list > li > ul.sub-menu > li > a {
  background-color: #f3f4f5;
  color: #000;
}

.global-nav-list > li:before {
  border-bottom: 2px solid #df2600;
}

.global-nav-list > li.menu-item-has-children::after {
  display: none;
}

/*---------- サイドメニュー ----------*/
.widget_nav_menu > div > ul li.current_page_item > a {
  background-color: #fff;
}

/*---------- トップページスライド ----------*/
.kv .container,
.kv .container-fluid,
.kv .container-lg,
.kv .container-md,
.kv .container-sm,
.kv .container-xl {
  padding-right: 0;
  padding-left: 0;
}

/*---------- ハンバーガーメニュー ----------*/
.vk-mobile-nav-menu-btn {
  position: fixed;
  top: 7px;
  right: 7px !important;
  z-index: 2100;
  overflow: hidden;
  border-radius: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
  text-indent: -9999px;
  background-size: 24px 24px;
  transition: border-color 0.5s ease-out;
  background: url(/wp-content/themes/lightning/_g3/inc/vk-mobile-nav/package/images/vk-menu-btn-white.svg) center 50% no-repeat #3063b5;
  border: none;
}

.vk-mobile-nav-menu-btn.menu-open {
  background: url(/wp-content/themes/lightning/_g3/inc/vk-mobile-nav/package/images/vk-menu-close-white.svg) center 50% no-repeat #3063b5;
  border: solid 1px #3063b5;
}

.vk-mobile-nav {
  padding: 60px 10px;
  background-color: rgba(0, 117, 194, 0.9);
}

.vk-mobile-nav-menu-outer .vk-menu-acc {
  border-top: solid 1px #3063b5;
}
.vk-mobile-nav-menu-outer .vk-menu-acc li a {
  border-bottom: solid 1px rgba(255, 255, 255, 0.3137254902);
  color: #fff;
  font-weight: bold;
}
.vk-mobile-nav-menu-outer .vk-menu-acc li a br {
  display: none;
}
.vk-mobile-nav-menu-outer .vk-menu-acc li a i {
  margin-left: 0.25em;
}

/*---------- ページの先頭へボタン ----------*/
.page_top_btn {
  position: fixed;
  right: 30px;
  bottom: 50px;
  z-index: 100;
  width: 40px;
  height: 38px;
  color: transparent;
  border: none;
  background: #ea6100;
  box-shadow: none;
  background-image: var(--ver_page_top_button_url);
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100%;
  opacity: 0;
  transition: 0.3s;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .page_top_btn {
    right: 10px;
    bottom: 10px;
  }
}

/*---------- テーブル ----------*/
table th,
table td {
  font-size: 16px;
}
@media screen and (max-width: 992px) {
  table th,
  table td {
    font-size: 14px;
  }
}

/*---------- お問い合わせ ----------*/
.kk_form {
  padding: 0 40px;
}
@media screen and (max-width: 992px) {
  .kk_form {
    padding: 0;
  }
}
.kk_form .kk-data {
  border-top: solid 1px #ccc;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .kk_form .kk-data {
    display: block;
  }
}
.kk_form .kk-data dt,
.kk_form .kk-data dd {
  margin: 0;
  padding: 0.75em 0;
  border-bottom: solid 1px #ccc;
}
.kk_form .kk-data dt p,
.kk_form .kk-data dd p {
  margin: 0;
  padding: 0;
  line-height: 1.4;
}
.kk_form .kk-data dt {
  width: 15em;
  display: flex;
  align-items: center;
}
.kk_form .kk-data dt.item-top {
  align-items: start;
}
@media screen and (max-width: 768px) {
  .kk_form .kk-data dt {
    border-bottom: none;
    width: 100%;
    padding: 0.75em 0 0;
  }
  .kk_form .kk-data dt br {
    display: none;
  }
}
.kk_form .kk-data dt label {
  margin: 0;
}
.kk_form .kk-data dt .required {
  background-color: #cc4b00;
  color: #fff;
  padding: 3px 0.5em 3px;
  margin-left: 0.5em;
  font-size: 11px;
  font-weight: normal;
  line-height: 1;
  border-radius: 4px;
  margin-right: 2em;
}
@media screen and (max-width: 768px) {
  .kk_form .kk-data dt .required {
    font-size: 11px;
  }
}
.kk_form .kk-data dd {
  width: calc(100% - 15em);
}
@media screen and (max-width: 768px) {
  .kk_form .kk-data dd {
    width: 100%;
  }
}
.kk_form .kk-data dd input,
.kk_form .kk-data dd textarea,
.kk_form .kk-data dd select {
  margin: 0;
}
.kk_form .size-l {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .kk_form .size-l {
    width: 100%;
  }
}
.kk_form .size-m {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .kk_form .size-m {
    width: 100%;
  }
}
.kk_form .size-s {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .kk_form .size-s {
    width: 100%;
  }
}
.kk_form .size-ss {
  width: 80px;
}
@media screen and (max-width: 768px) {
  .kk_form .size-ss {
    width: 60px;
  }
}
.kk_form .kk_btn {
  margin-top: 1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .kk_form .kk_btn {
    margin-top: 1em;
  }
}
.kk_form .kk_btn .wpcf7-spinner {
  display: block;
  margin: 0.5em auto 0;
}

.editorskit-block-link:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

#wpcf7cpcnf table {
  background-color: #fff;
}
#wpcf7cpcnf table th,
#wpcf7cpcnf table td {
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #wpcf7cpcnf table th,
  #wpcf7cpcnf table td {
    font-size: 14px;
    display: block;
  }
}
#wpcf7cpcnf table th p,
#wpcf7cpcnf table td p {
  margin: 0;
  padding: 5px;
}
@media screen and (max-width: 768px) {
  #wpcf7cpcnf table th p,
  #wpcf7cpcnf table td p {
    padding: 0;
  }
}
#wpcf7cpcnf table th {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #wpcf7cpcnf table th {
    width: 100%;
    border-bottom: none;
    text-align: left;
    padding-bottom: 0;
  }
}
#wpcf7cpcnf table td {
  width: 70%;
}
@media screen and (max-width: 768px) {
  #wpcf7cpcnf table td {
    width: 100%;
    border-top: none;
    padding-top: 0;
  }
}
#wpcf7cpcnf .wpcf7cp-btns {
  text-align: center;
}
#wpcf7cpcnf .wpcf7cp-btns .wpcf7cp-cfm-edit-btn {
  cursor: pointer;
}
#wpcf7cpcnf .wpcf7cp-btns .wpcf7-submit {
  font-size: 1rem;
  border: 1px solid var(--vk-color-primary-dark);
  background-color: var(--vk-color-primary);
  color: #fff;
  padding: 0.5em 2em;
  border-radius: var(--vk-size-radius);
  cursor: pointer;
}
#wpcf7cpcnf .wpcf7cp-btns .wpcf7-submit:hover {
  opacity: 0.8;
}

/*---------- ナビゲーション ----------*/
.global-nav-list li {
  font-size: 14px;
}

/*---------- サイドバーログイン ----------*/
.kk-login #wpmem_login {
  width: 100%;
}
.kk-login fieldset {
  margin: 20px 0 !important;
}
.kk-login fieldset legend {
  display: none;
}
.kk-login .button_div {
  text-align: center !important;
}
.kk-login .login_status {
  text-align: center;
}
.kk-login .login_status a {
  display: inline-block;
  background-color: #3063b5;
  color: #fff;
  border-radius: 5px;
  margin-top: 0.5em;
  padding: 5px 15px 8px;
}

.localNavi > div > ul li a:hover,
.localNavi > div > ul li.current-cat > a,
.localNavi > div > ul li.current_page_item > a,
.localNavi > ul li a:hover,
.localNavi > ul li.current-cat > a,
.localNavi > ul li.current_page_item > a,
.widget .localNavi > div > ul li a:hover,
.widget .localNavi > div > ul li.current-cat > a,
.widget .localNavi > div > ul li.current_page_item > a,
.widget .localNavi > ul li a:hover,
.widget .localNavi > ul li.current-cat > a,
.widget .localNavi > ul li.current_page_item > a,
.widget_archive > div > ul li a:hover,
.widget_archive > div > ul li.current-cat > a,
.widget_archive > div > ul li.current_page_item > a,
.widget_archive > ul li a:hover,
.widget_archive > ul li.current-cat > a,
.widget_archive > ul li.current_page_item > a,
.widget_categories > div > ul li a:hover,
.widget_categories > div > ul li.current-cat > a,
.widget_categories > div > ul li.current_page_item > a,
.widget_categories > ul li a:hover,
.widget_categories > ul li.current-cat > a,
.widget_categories > ul li.current_page_item > a,
.widget_link_list > div > ul li a:hover,
.widget_link_list > div > ul li.current-cat > a,
.widget_link_list > div > ul li.current_page_item > a,
.widget_link_list > ul li a:hover,
.widget_link_list > ul li.current-cat > a,
.widget_link_list > ul li.current_page_item > a,
.widget_nav_menu > div > ul li a:hover,
.widget_nav_menu > div > ul li.current-cat > a,
.widget_nav_menu > div > ul li.current_page_item > a,
.widget_nav_menu > ul li a:hover,
.widget_nav_menu > ul li.current-cat > a,
.widget_nav_menu > ul li.current_page_item > a,
.widget_pages > div > ul li a:hover,
.widget_pages > div > ul li.current-cat > a,
.widget_pages > div > ul li.current_page_item > a,
.widget_pages > ul li a:hover,
.widget_pages > ul li.current-cat > a,
.widget_pages > ul li.current_page_item > a,
.widget_postlist > div > ul li a:hover,
.widget_postlist > div > ul li.current-cat > a,
.widget_postlist > div > ul li.current_page_item > a,
.widget_postlist > ul li a:hover,
.widget_postlist > ul li.current-cat > a,
.widget_postlist > ul li.current_page_item > a {
  background-color: #ebeff3;
}

.or-menu h2.widgettitle {
  display: none;
}

/*---------- リンクアイコンの位置 ----------*/
.vk_button .vk_button_link_after,
.editor-styles-wrapper .vk_button .vk_button_link_after {
  margin-left: 0.3rem !important;
  margin-top: 0.15rem;
}

/*---------- 見出し ----------*/
h2 {
  font-size: clamp(1rem, 3vw, 1.5rem);
}

/*---------- 扉ページリンク ----------*/
.pb-button ul {
  margin: 0;
  padding: 0;
}
.pb-button ul li {
  list-style: none;
  text-align: center;
  margin: 0 0 2em;
  padding: 0;
}
.pb-button ul li a {
  display: block;
  max-width: 80%;
  margin: 0 auto;
  padding: 10px 20px;
  background-color: #fff;
  border: solid 2px #3063b5;
  color: #3063b5;
  border-radius: 5px;
  font-size: clamp(16px, 3vw, 20px);
}
@media screen and (max-width: 768px) {
  .pb-button ul li a {
    max-width: 90%;
  }
}
.pb-button ul li a:hover {
  background-color: #3063b5;
  color: #fff;
}

/*---------- 組合員の情報箱 ----------*/
.post-413 .vk_ancestorPageList_list li .children {
  display: none;
}

.post-1418 .vk_ancestorPageList_list > li.page_item {
  display: none;
}
.post-1418 .vk_ancestorPageList_list > li.page-item-1418 {
  display: block;
}
.post-1418 .vk_ancestorPageList_list > li.page-item-1418 > a {
  display: none;
}
.post-1418 .vk_ancestorPageList_list > li .children li {
  display: block !important;
}

/*---------- widget_link_list ----------*/
.widget_link_list .localNavi .children .page_item {
  display: none;
}

#wpmem_msg,
.wpmem_msg {
  width: 100% !important;
  text-align: left !important;
}
#wpmem_msg a,
.wpmem_msg a {
  display: none;
}

/*---------- ログインエリア ----------*/
.kk-logged-in {
  text-align: center;
  display: none !important;
}

body.logged-in .kk-login .vk_outer_container .vk_block-margin-xs--margin-top,
body.logged-in .kk-login .vk_outer_container .login_status {
  display: none;
}
body.logged-in .kk-login .kk-logged-in {
  display: block !important;
}

/*---------- 検索 ----------*/
.wp-block-search input.wp-block-search__input {
  width: 250px;
}/*# sourceMappingURL=style.css.map */