.main-slider {
  height: 60%;/*100%;*/
  /* 高さを画面いっぱいに指定する。(vhが効かない場合の対策)*/
  height: 60vh;/*100vh;*/
  /* 高さを画面いっぱいに指定する。*/
  position: relative;
  /*横幅がウィンドウズサイズの縦幅よりもはみ出てしまう場合に、左にずらすために指定。*/
  width: 100%;
  /*横幅もいっぱいに。*/
  /*height: 500px;*/
}

.slick-slide, .youtube-wrap iframe, .video-wrap {
  height: 60%;/*100%;*/
  /* 高さを画面いっぱいに指定する。(vhが効かない場合の対策)*/
  height: 60vh;/*100vh;*/
  /*  高さを画面いっぱいに指定する。*/
  position: relative;
  /* 横幅がウィンドウズサイズの縦幅よりもはみ出てしまう場合に、左にずらすために指定。*/
  width: 100%;
  /*  横幅もいっぱいに。*/
}

.video-wrap video {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-attachment: fixed;
  /* 中央揃えになるように、fixed。*/
  background-position: center center;
  /* positionも中央に。*/
  background-size: cover;
  /* 画面サイズに応じてサイズを可変するように設定。*/
  /* 以下、画面いっぱいにするためのCSS設定*/
  min-height: 60%;/*100%;*/
  min-height: 60vh;/*100vh;*/
  min-width: 100%;
  min-width: 100vw;
  /* wrapperのサイズに応じて、leftの位置をjQueryで指定するため、positionはabsoluteにします。*/
  position: absolute;
}

/* スライドショーのサイズ*/
.bg_image {
  background-size: cover;
  height: 60vh;/*100vh;*/
  width: auto;
  background-position: center top;
}
.back-layer {
  width: 100%;
  height: 60%;/*100%;*/
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999999;
}
.back-layer img {
  position: absolute;
}
.back-layer-fixed {
  position: fixed;
  width: 100%;
  height: 60%;/*100%;*/
}
/*****トップコンテンツ背景色***/
body, .site-content-opacity, .site-content-contain, .grobal_nav, #breadcrumb, .sidebar {
  background-color:#f2f2f2;/* transparent;/*#c2924b;*/
}
/*****トップコンテンツ位置***/
.home .site-content-contain {
  margin-top: 60vh;/*100vh;*/
}
/****スライドショー画像リンク調整****/
#overlayer {
	width: 100%;
	height: 1000px;
}
.overlayer_p {
	height: 1000px;
	text-align: center;
	position: relative;
}
.overlayer, .overlayer-para {
	width: 100%;
	height: 1000px;
			height: 0%;/*スライドショー画像リンク範囲*/
	position: absolute;
	z-index: 9;
						background-color:white;
}
/*.overlayer, .overlayer-para {
  width: 100%;
 height: 15%;/*1000px; *//*スライダーにメニューの時*/
 /*height: 10%;/*1000px; *//*スライダーにメニューがない時*/
/*  position: absolute;
  z-index: 9;
background-color:#054492;
}*/

/***slider-up-nav全てに表示***/
/*@media only screen and (min-width:739px) and (max-width:1024px) */
/*@media only screen and (min-width:1024px) {*/

/*topnav　下の白い線なくす調整*/
.navigation {
    height: 55px;
}
/***上部のところ　slider-up-nav***/
.slick-track {
    padding: 80px 0 0 0;
    background-color: #054492;
    color:#fff;
}
#header-widgets{
    text-align:center;  
  }
/*}*/

#smartphone-widgets, .sub-menu .menu_description, .nav-toggle-smart,.sidebar-toggle {
	display: inline;
}
#slider-up-nav ul.nav>li:after {
	display: inline;
  }
#header-widgets,#slider-up-nav{
	display: block;
  }

#slider-up-nav {
    width: 100%;
    text-align: center;
    top: 30px;
    position: absolute;
    z-index: 11;
      color: #fff;
      text-align:center;  
}
#slider-up-nav, #slider-up-nav .nav>li>a {
    color: #fff;
      text-align:center;  
}
/***slider-up-nav全てに表示***/
/***./上部のところ　slider-up-nav***/

/***TOPナビ背景色***/
#nav-topbar .container {
    background-color:#727171;
}
@media only screen and (min-width: 739px){
.nav>li>a {
    color: white;
}}
/*コンテンツインナー幅指定*/
.container-inner {
    margin: 0 auto;
    max-width: 960px;/*1020px;*/
}
/*HOME以外のキャプションサイズ指定*/
.wp-block-image figcaption {
font-size: 12px;
}
/*TOP会社概要　キャプション　テキスト*/
body.home .wp-block-image figcaption {
    text-align: center;
		    font-size: 18px;
    padding: 10px;
    font-weight: 600;
}

/*TOPタイトル調整*/
body.home h2{font-size:30px;}
body.home h3{font-size:14px; 
		text-align:center;
margin: 15px 0 15px 0;
}
.post-list, .post-list-3c {
    margin-top: 0px;
		margin-bottom: 30px;
}
body.home main.main{margin-top:30px;}
/***footer***/
#footer-bottom ul>li a {
    color: #727171;
}
.footer_copyright, .social_links {
background-color:#054482;
		color:#fff;
		    margin-bottom: -50px;
}
#footer-ads {
 padding: 0; 
}
#footer hr{
    border-bottom: 1px solid  #727171;
    height: 1px;
    margin: 8px 0;
}
.oi_soc_icons {
    padding-bottom: 0px;
}
h2.widgettitle {
    padding:0px;
}
#footer-widgets {
    padding-top: 0px; 
}
#footer .widget {
  padding-bottom: 0px; 
}

.widget_frame {
    padding: 0 0 0px 0;
}
/*googlemap レスポンシブ*/
/*1025より下*/
/*@media only screen and (max-width:1024px) {
.ggmap {
position: relative;
padding-bottom: 100%;/*56.25%;*/
/*
padding-top: 0;/*30px;*/
/*height: 0;
overflow: hidden;
margin-bottom:30px;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
}
*/
/***./footer***/
/*サイドバー　タイトル色*/
.sidebar .widget>h3 {
    background-color: #054492;
    padding: 20px 0;
    margin: 0;
    color: #fff;
}
/*サイドバー展開1025より上は非表示にする*/
@media only screen and (min-width:1024px) {
.s1 .sidebar-toggle, .s1 .sidebar-top {
display:none;
}
}
.sidebar  .widget_freeareaitem{
padding-top:0;}
/**/
/*
固定ページのページタイトル非表示
*/
body.page h1.post-title , body.page .page-title{
		visibility:hidden;
		height:0;
		margin:0;
		padding:0;
}
/*コンタクトフォーム*/
.tRed{color:red;}
button[type=submit], input[type=submit] {
    background-color: #054492;
    color: white;
    font-weight: 600;
    font-size: 1.2em;
    border: rgba(39, 39, 39, 0.30) 0px solid;
    width: 200px;
    padding: 10px 0;
    border-radius: 3px;
}
/****ギャラリー画像タイトル文字　210324*****/
h2.vp-portfolio__item-meta-title {
		font-weight: 400;
		font-size:14px!important;
}
/*****フッター　インスタのユーザー名******/
#sb_instagram .sb_instagram_header .sbi_header_text h3{
    color: black;
}