/*lightning専用********************/
/*下部コピー非表示*/
.site-footer-copyright p:nth-child(2){
	display:none;
}

/*スマホプルダウンメニューの右ボタンを大きくする*/
.vk-menu-acc .acc-btn {
    border: 1px solid var(--vk-menu-acc-btn-border-color);
    /*background: var(--vk-menu-acc-icon-open-black-bg-src) center 100% no-repeat;*/
}
.vk-menu-acc .acc-btn {
    position: absolute;
    right: 1px;
    top: 1px;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(25,25,25,.8);
    border-radius: 2px;
    /*background: url(../../inc/vk-mobile-nav/package/images/vk-menu-acc-icon-open-white.svg) center 50% no-repeat;*/
    background-size: 40px 40px;
    cursor: pointer;
    z-index: 1000;
    transition: transform .5s ease-out;
}

/*サイトボディー*/
.site-body {
    padding: 0rem 0px 0rem !important;
}

@media (min-width: 992px){
.site-body {
    padding: 0rem 0px 0rem !important;
}
}
@media (min-width: 768px){
.site-body {
    padding: 0rem 0px 0rem !important;
}
}
@media (max-width: 767px){
.site-body {
    padding: 0rem 0px 0rem !important;
}
}

/*ロゴ*/
.site-header-logo img {
    max-height:80px !important;
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*固定ページヘッダーに画像*/
.page-header {
    color: #000;
    background-image: url('https://fb-narumi.com/wp-content/uploads/2021/06/koteiheader.jpg');
    height: 15.6vw;
    background-size: cover;
}

/*ヘッダーのタイトル*/
/*タイトルにtransitionをつける*/
.page-header-title{
  text-decoration: none;
  transition: text-shadow .5s;
	/*vertical-align:middle;*/
	color:#FFF;
	font-weight: bold;
  font-size:250% !important;
	/*font-family: 'Sawarabi Mincho','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif !important;*/
  margin-top:4.7vw !important;
	text-shadow: 2px 2px 2px #000;
}

.page-header-title, h1.page-header-title:first-child {
    margin: 1.7em 0;
    font-size: 1.75rem;
    line-height: 1.1;
}

/*ホバー時にタイトルに影をつける*/
.page-header-title:hover{
  /*text-shadow: 2px 2px 2px #000;*/
}

@media screen and (max-width: 896px) {
/*スマホ横 タブレット縦*/

/*ヘッダーのタイトルの大きさ*/
.page-header-title{
  font-size:220% !important;
	/*font-family: 'Sawarabi Mincho','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif !important;*/
  margin-top:6.7vw !important;
}	
}

@media screen and (max-width: 480px) {
/*ヘッダーのタイトルの垂直位置*/	
.page-header-title{
  font-size:180% !important;
  margin-top:9.5vw !important;
}
}


/*ヘッダーキャッチコピーに影をつける*/
.ltg-slide-text-title {
  text-shadow: 2px 2px 5px rgb(0 0 0);
}
/*ヘッダーサブキャッチコピーに影をつける*/
.ltg-slide-text-caption {
  text-shadow: 2px 2px 5px rgb(0 0 0);
}
/*ヘッダーボタン色*/
a.btn.btn-ghost{
	background-color: rgba(0, 37, 88, .5) !important;
	
}

/*lightningビデオユニットで動画を欠けないで表示する*/
.vkvu_wrap .vkvu_video {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    min-width: 100%;
    /* min-height: 100%; */
    width: auto;
    height: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    height: 56.25vw;/*追加*/
}





/*レイアウト********************/
.i-block{
    display:inline-block;
}
.width800{
	width:100%;
	max-width:800px;
	margin:0 auto;
}

.width960{
	width:100%;
	max-width:960px;
	margin:0 auto;
}

.width1000{
	width:100%;
	max-width:1000px;
	margin:0 auto;
}

.center{
	text-align:center;
}

.p_left10{
	padding-left:10px;
}

/*交互に表示*/
.item-flex {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 0;　/*2em*/
}
.item-flex:nth-child(odd) {
  flex-direction: row-reverse;
}
.item-flex-image {
  width: 50%;
}
.item-flex-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item-flex-text {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding: 3em;
  background: #eee;
}
/*スマホの場合は縦並びにする*/
 @media screen and (max-width: 767px) {
     .item-flex {
         display: block;
     }
     .item-flex .item-flex-image {
         width: 100%;
         margin: 0 auto;
     }
     .item-flex .item-flex-text {
         width: 100%;
         margin: 0 auto;
     }
 }		







/*フォント********************/

.f100{
  font-size:100%;
}
.f110{
  font-size:110%;
}
.f120{
  font-size:120%;
}
.f130{
  font-size:130%;
}
.f140{
  font-size:140%;
}
.f150{
  font-size:150%;
}
.f200{
  font-size:200%;
}
.f250{
  font-size:250%;
}
.f300{
  font-size:300%;
}

.f_bold{
  font-wight:bold;
}
.f_normal{
  font-wight:normal;
}






/*ボタン********************/
.btn {
    /*ont-size: 1.2rem !important;*/
	/*max-width:260px;*/
	/*width:100%;*/
	padding: 0.9rem 1.5rem !important;
	transition: 1.0s ;
}

.btn:hover{
    background-color:	#4682b4;
}

.veu_contact .contact_bt {
    /*padding: 1.0rem 1.5rem !important;*/
	/*max-width:260px;*/
	width:100%;
}
/*サブミットボタン*/
input[type=submit] {
    border: 1px solid var(--vk-color-primary-dark);
    background-color: var(--vk-color-primary);
    color: #fff;
    padding: .5em 2em !important;
    border-radius: var(--vk-size-radius);
	transition: 1.0s ;
	width:240px;
}
input[type=submit]:hover {
    border:1px #4682b4 solid !inmportant;
    cursor: pointer;
    background-color: #4682b4 !important;
    color:#FFF !important;
	width:240px;
}

/*枠*/
/*枠点線角丸*/
.box_tensenkadomaru {
    padding: 1em 1em;
    margin: 2em 0;
    background: #f0f7ff;
    border: dashed 1px #5b8bd0;
    border-radius: 10px;
    font-size: 85%;
}








/* コンタクトフォーム********************/
.table tbody tr td .form-control, .table tbody tr th .form-control, .table td .form-control, .table th .form-control, .table thead tr td .form-control, .table thead tr th .form-control, table tbody tr td .form-control, table tbody tr th .form-control, table td .form-control, table th .form-control, table thead tr td .form-control, table thead tr th .form-control{
	max-width:100% !important;
}
/*交互に色を変える*/
table td {
	background: #fff;
}
table tr:nth-child(odd) td {
	background: #eee;
}
table th {
	background: #fff;
}
table tr:nth-child(odd) th {
	background: #eee;
}

input[type=date], input[type=email], input[type=number], input[type=tel], input[type=text], input[type=url], select, textarea {
    border: 1px solid var(--vk-color-border-form);
    border-radius: var(--vk-size-radius);
    padding: .8em 1em;
    margin: 10px 0 !important;
    width: 100%;
}

.table-bordered td, .table-bordered th {
  border: 1px solid #dee2e6;
	border-bottom: 0px solid rgba(0,0,0,.05) !important;
}

.required-contactform7{
  padding: 1px;
  color: #FF0000;
  margin-right: 3px;
  /*margin-left: 7px;*/
}

.table-contactform7 th{
  font-weight:bold;
  /*background: #eee !important;*/
	/*vertical-align:middle !important;*/
	width:22%;
	padding: 8px 15px;
	text-align:left;
	height:34px;
 }
.table-contactform7 td{
  font-weight:normal;
  /*background: #eee !important;*/
	vertical-align:middle !important;
	width:78%;
 }

/*郵便番号*/
.form-control {
    display: inline-block;
}

.wpcf7 input[name="zip31"] ,
.wpcf7 input[name="zip32"] {
  width: 120px !important;
  /*height: 35px !important;*/
}
.wpcf7 select[name="pref3"] {
  width: 200px !important;
  height: 34px !important;
	padding: 0 5px;	
}

@media screen and (max-width: 991px) {
/*スマホ縦*/
/* コンタクトフォーム********************/
.table-contactform7 th{
  font-weight:bold;
  /*background: #eee !important;*/
	vertical-align:middle !important;
	width:100% !important;
	display:block;
}
.table-contactform7 td{
  font-weight:normal;
  /*background: #eee !important;*/
	vertical-align:middle !important;
	width:100% !important;
	display:block;
}
}




/* アニメーション********************/
/*キャラクターアニメーション*/
.img_box{
  animation: img_box_9955 3s linear infinite;
  transform-origin: 50% 50%;
  margin: 1rem 0 !important;
}
 
@keyframes img_box_9955 {
  0% { transform: translateY(0) }
  33.33333% { transform: translateY(-10px) }
  66.66667% { transform: translateY(0) }
  100% { transform: translateY(0) }
}

.chara_haba{
  width:238px;
}
@media screen and (max-width: 1024px) {
/*タブレット横*/
.chara_haba{
  width:130px;
}
}
@media screen and (max-width: 896px) {
/*スマホ横 タブレット縦*/
.chara_haba{
  width:100px;
}
}
@media screen and (max-width: 480px) {
/*スマホ縦*/
.chara_haba{
  width:70px;
}
}		
/*キャラクターアニメーションend*/


/*マウスオーバー画像拡大*/
.figure_bigger {
  /*width: 13.0vw;*/
  /*height: 12.5vw;*/
  margin: 0;
  padding: 0;
  background: #B2B2A2;
  overflow: hidden;
  text-align:center;
}

.figure_bigger img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.figure_bigger:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}





/* その他********************/
/*infiniteslide2用*/
.gallery {
  margin-bottom: 0px !important;
}
.gallery__img {
  height: 200px;
}

 @media screen and (max-width: 767px) {
/*infiniteslide2*/
.gallery {
    margin-bottom: 0px !important;
}
｝


/*テーブル*/
/*交互に色を変える*/
table.table_color td {
	background: #fff;
}
table.table_color tr:nth-child(odd) td {
	background: #eee;
}
table.table_color th {
	background: #fff;
}
table.table_color tr:nth-child(odd) th {
	background: #eee;
}

table.table_color th {
	height:60px;
	text-align:left;
}






















