@charset "utf-8";
/*
 * resposive.css は 991px 以下のデバイスへと反映されます。
 * 
 * ブレイクポイントは標準のLightningテーマおよびBootstrapの理念に基づき
 * sm: 576px　md: 768px　lg: 992px　xl: 1200px　となっているので、それに準じてください。
 * 
*/
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  General　全体的な設定
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* :root設定、bodyへの上書き、カラー変数設定など */
html {
  margin-top: unset !important;
}
.admin-bar #wpadminbar {
  visibility: hidden;
}
.admin-bar .vk-mobile-nav-menu-btn {
  top: 5px;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Common 汎用パーツ系
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 繰り返しボタン・見出し、余白設計など 汎用パーツへの上書き */
/*順序*/
.order1{
  order:1;
}
.order2{
  order:2;
}
/*見出しサイズ*/
h2 {
  font-size: 1.6rem;
}
.sp-page-heading{
  font-size: 1.8rem !important;
}
h3 {
  font-size: 1.3rem;
}
/*番号の装飾*/
.number-title {
  padding-left: 2.2em !important;
}
.number-title mark {
  padding: 1.5em .6em;
  font-size: 1rem;
}
/*余白調整*/
.sp-gap-none{
  gap:0;
}
/*グループbox*/
.sp-group-box{
  padding: 1.5em !important;
}
/*スマホでは左寄せ*/
.sp-text-left{
  text-align: left !important;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Header, Hamburger ヘッダーまわり・ハンバーガーナビ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
header#site-header {
  min-height: calc(44px + 5px + 5px);
  display: flex;
  align-items: center;
  top: unset;
}
#site-header-container .site-header-logo {
  margin-left: 0;
  min-height: 70px;
}
.site-header-logo img {
  max-height: 50px !important;
}
.site-header-logo {
  padding: .5em 0 0 1em !important;
}
.site-header-logo::before {
  top: .4em;
  width: 60px;
}
.home:not(.scrolled) header#site-header {
  background-color: transparent;
  box-shadow: none;
}
.home:not(.scrolled) h1.site-header-logo span::before{
  min-height:50px;
}
#vk-mobile-nav {
  width: 100%;
  padding: 40px 20px 20px 20px !important;
  border-bottom: medium none;
}
#vk-mobile-nav-menu-btn {
  width: 70px;
  height: 70px;
}
.vk-mobile-nav.vk-mobile-nav-open.vk-mobile-nav-right-in {
  left: 0!important;
}
.mobile-bottom-link a{
  color: #fff !important;
  text-decoration: none;
}
/*固定ナビ*/
.mobile-fix-nav .mobile-fix-nav-menu {
  opacity:1!important;
  padding: 0 !important;
  margin: 0 !important;
  align-items: flex-end!important;
}
.mobile-fix-nav .mobile-fix-nav-menu li {
  width: 50%;
}
.mobile-fix-nav .mobile-fix-nav-menu li .vk-mobile-nav-menu-btn,.mobile-fix-nav .mobile-fix-nav-menu li a {
  padding:10px;
}
.mobile-fix-nav .mobile-fix-nav-menu li:nth-child(2){
  background-color: var(--vk-color-custom-1);
}
.mobile-fix-nav .mobile-fix-nav-menu li a {
  height: 62px;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Footer フッターまわり
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* フッターウィジェット、フッターロゴ、コピーライト */
.site-footer-content {
  padding-top: 0;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Toppage トップページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パーツごとにコメントアウトで注釈を入れてください。 */
/*FV*/
.fv{
  justify-content: center !important;
}
.fv .wp-block-group{
/*   padding-left: 1.2em !important;
  padding-right: 1.2em !important; */
  margin-inline: 0 !important;
  text-align: center;
}
.fv .fv-copy{
  font-size: 2rem !important;
}
.fv .sub-copy{
  font-size: 1.2rem !important;
  margin-bottom: 10px !important;
}
.fv-copy {
    padding-left: 0!important;
}

/*TOPニューススライダー*/
.top-news {
  padding: 1.5em !important;
  gap: 0.5em;
}
.top-news  .vk_post {
  padding: 0 !important;
}
/*被せる横並び画像*/
.top-point-img{
  min-height: 200px !important;
}
.over-item {
  bottom: -20px;
  width: 90%;
}
/*グリッドカードのリンクアイテム*/
.grid-link-item .vk_gridcolcard_item_container{
  margin-bottom: 1em;
}
.grid-link-item .wp-block-cover{
  min-height: 25vh !important;
}
/*背景ループ*/
.roop-item .wp-block-cover{
  min-height: 300px;
}
.roop-item::before, .roop-item::after {
  background-size: cover;
}
/*CTA*/
.cta {
  padding:0 1.5em !important;
}
.cta .wp-block-columns {
  gap:0;
}
.cta .wp-block-columns::before {
  display: none;
}
.cta .wp-block-column{
  padding:2em 0;
  border-bottom: 1px solid #999;
}

.is-style-af-overflowing-right.fv-copy {
    width: 100vw !important;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Pageheader, Breadcrumb 下層ページヘッダー・パンくずリスト
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 下層ページのページヘッダー、パンクズ設定 */
.page-header {
  min-height: 10rem !important;
}
.page-header-title, h1.page-header-title {
  font-size: 1.7rem !important;
}
.breadcrumb {
  top: 0;
  left: 0;
  width: auto;
  padding: 5px;
}
ol.breadcrumb-list {
  white-space: normal !important;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Page 下層ページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ページごと、パーツごとにコメントアウトで注釈を入れてください。 */
/*クラウドチェックサービス CTA*/
.service-cta{
  padding: 2em 1.5em !important;
}
/*縦のテーブル*/
.sp-vertical-table table th{
  padding: 1em 0 0 0 !important;
  border-bottom: medium none !important;
}
.sp-vertical-table table td{
  padding: 0 0 1em 0 !important;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  ハンバーガーメニュー
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
#vk-mobile-nav {
    background-color: rgba(0, 0, 0, 0.9)!important;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  フォーム
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.text-box-left{
	text-align: left!important;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 * ホスピタルアート
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.production-staff{
    gap: 0em;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  SPでのボタンの位置
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.sp-btn{
    text-align: center!important;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  SPでのCTAボタンの左右幅
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.sp-cta-btn a{
    width: 80%;
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  FV ボタンサイズ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.fv .vk_button .vk_button_link.btn-lg{
    font-size: calc(0.8rem * 1.25)!important;
}
/* パーツごとにコメントアウトで注釈を入れてください。 */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Single　ブログ詳細ページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パーツごとにコメントアウトで注釈を入れてください。 */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  その他・追加機能
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パーツごとにコメントアウトで注釈を入れてください。 */