/*
 Theme Name: BusinessPress Child
 Template:businesspress
 Description: BusinessPress Child Theme
 Theme URI: https://businesspress.jp/theme/
 Author: BusinessPress
 Author URI: https://businesspress.jp/
 Version: 1.0.0
*/

/*250626 kuri フッター文字「Powered by WordPress|Powered by BusinessPress」を消す */
.site-credit {
    display:none !important;
    }

/*250701 kuri フッターのブロック間を最小にした*/
.widget {
	/*margin-bottom: 4rem;*/
	margin-bottom: 0rem;
}

/*250701 kuri フッターのTOPの隙間を小さく*/
.footer-widget-area {
	border-top: solid 1px #eee;
	padding-bottom: 2rem;
	/*padding-top: 6rem;*/
	padding-top: 1rem;
}


/*250701 kuri */
/*table -------- 色指定 ---------*/
:root {
  --s-text:#2f496e; /*文字の色*/
  /*--s-line:#2f496e; /*線の色*/
  --s-line:#ffffff; /*線の色*/
  --s-bg1:#e2ffc6; /*ストライプ背景の色*/
}
.simple-table{
color:var(--s-text);	
background-color:white;
border:2px solid var(--s-line);
}
.simple-table thead{
border-bottom:2px solid var(--s-line);	
}
.simple-table th, .simple-table tr:nth-child(even){
background-color:var(--s-bg1);
}
.simple-table table td ,.simple-table table ,.simple-table table th {
text-align:left;
border-color:var(--s-line);
}




/***** コンタクトフォーム *****/
.table-contactform7{
  overflow: hidden;
  table-layout: fixed;
}

.required-contactform7{
  padding: 5px;
  background: #DE8686;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
}

.unrequired-contactform7{
  padding: 5px;
  background: #e2ffc6;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
}

.table-contactform7 th{
  font-weight:bold;
}

.table-contactform7 input,
.table-contactform7 textarea{
  max-width: 90% !important;
  margin: 5px 10px 10px 5px;
}

.address-100 input{
  max-width: 90% !important;
  margin: 5px 10px 10px 5px;
}

.message-100 textarea{
  width: 100%;
  margin: 5px 10px 10px 5px;
}

/* cf7セレクトの枠線指定 */
.table-contactform7 select{
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #2b2b2b;
  padding: 8px 10px 7px;
}

select{
height: 50px;
}

.table-contactform7 input,
.table-contactform7 select{
  max-width: 90% !important;
  margin: 5px 10px 10px 5px;
}

.btn-cf7 {
  border-radius: 10px;
  margin-top: 2em; /* ラベルの上に余白 */
}

@media screen and (min-width: 900px){
  .table-contactform7 th{
    width:28%;
    }
}

@media screen and (max-width: 900px){
  .table-contactform7{
    display:block;
    }

      .table-contactform7 tbody,
      .table-contactform7 tr{
        display: block;
        width: 100%;
        }

          .table-contactform7 th{
            width:100%;
            display:block;
            margin: 0 auto;
            border:none;
        }

          .table-contactform7 td{
            display: list-item;
            list-style-type:none;
            margin:0;
            padding:0;
            width: 100%;
            border-top: none !important;
        }
}


/*250704 kuri ヘッダー画像を明るくした*/
/*e.g. https://em-wc.com/2021/06/02/businesspress-color/ */
.jumbotron-overlay, .home-header-overlay{
	background-color: rgba(0,0,0,0);
}
.jumbotron-title, .home-header-title, .home-header-text{
	text-shadow:2px 2px 2px #000;
}

/*250707 プラグイン「Breadcrumb NavXT」によるパンくず表示 */
/*.breadcrumbs{
	font-size:14px;
}
.cat-links a{
	background: #3582C4;
	color: #fff;
	padding:3px 10px;
	border-radius:14px;
	font-size:14px;
}
*/


/*250709 kuri タイムラインを沿革で使用するために*/
/*********************************
* タイムライン
*********************************/
.ptimeline-wrap{
    margin:0 auto 2rem;
}
.ptimeline-wrap .ptimeline{
    padding:0 !important;
    list-style:none !important;
}
.ptimeline-wrap .ptimeline-label {
    padding: 3px 0 0 2px;
    color: #aaa;
    font-size: 12px;
    font-weight: 500;
}
.ptimeline-wrap .ptimeline-title {
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.5;
    color:#00bfff;
}
.ptimeline-wrap .ptimeline-main {
    margin-top: 0.5em;
    padding: 0 0 1.5em;
    font-size: 0.9em;
    line-height: 1.8;
    border-bottom: dashed 1px #ddd;
    color:#555;
}
.ptimeline-wrap .ptimeline-main img{
  display:block;
  margin:1em auto;
}
.ptimeline-wrap .ptimeline-item {
    position: relative;
    padding: 0 0 1em 1.5em !important;
    margin-bottom:0 !important;
    border:none;
}
.ptimeline-wrap .ptimeline .ptimeline-item:before {
    content: "";
    width: 3px;
    background: #eee !important;
    display: block;
    position: absolute;
    top: 25px;
    bottom: -3px;
    left: 5px;
}
.ptimeline-wrap .ptimeline-item:last-child:before{
    content:none;
}
/*********************************
* タイムライン マーカー
*********************************/
.ptimeline-wrap .ptimeline-marker{
    display: block;
    position: absolute;
    content: "";
    top: 6px;
    left: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: solid 3px #00bfff;
}
.ptimeline-wrap .ptimeline-item:first-child .ptimeline-marker,.ptimeline-wrap .ptimeline-item:last-child .ptimeline-marker{
    background:#00bfff;
}
/*四角 */
.ptimeline-wrap .square .ptimeline-marker{
    border-radius: 0;
}
/* アイコン*/
.ptimeline-wrap .icon .ptimeline-item .ptimeline-marker{
    content:unset;
    border:none !important;
    background:none !important;
}
.ptimeline-wrap .icon .ptimeline-item .ptimeline-marker:before{
    font-family: "Font Awesome 5 Free";
    top: -1px;
    left: 0;
    position:absolute;
    font-weight:bold;
    font-size:16px;
    line-height:1;
    color:#00bfff;
}
.ptimeline-wrap .icon .ptimeline-item:first-child .ptimeline-marker,.ptimeline-wrap .icon .ptimeline-item:last-child .ptimeline-marker{
    background:none !important;
}
/* 画像*/
.ptimeline-wrap .tl-img .ptimeline-item .ptimeline-marker{
    content:unset;
    border:none !important;
    background:none !important;
}
.ptimeline-wrap .tl-img .ptimeline-item .ptimeline-marker:before {
    content:"";
    display:inline-block;
    background-image:url(ここに画像URL); /* 画像1番目*/
    background-size:contain;
    background-repeat:no-repeat;
    width:40px;
    height:40px;
    position: relative;
    top: -4px;
    left: -2px;
}
.ptimeline-wrap .tl-img li:nth-of-type(2) > .ptimeline-marker:before{
    background-image:url(ここに画像URL) !important; /* 画像2番目*/
}
.ptimeline-wrap .tl-img li:nth-of-type(3) > .ptimeline-marker:before{
    background-image:url(ここに画像URL) !important; /* 画像3番目*/
}
.ptimeline-wrap .tl-img li:nth-of-type(4) > .ptimeline-marker:before{
    background-image:url(ここに画像URL) !important; /* 画像4番目*/
}
.ptimeline-wrap .tl-img li:nth-of-type(5) > .ptimeline-marker:before{
    background-image:url(ここに画像URL) !important; /* 画像5番目*/
}
.ptimeline-wrap .tl-img .ptimeline-item {
    padding: 0 0 1em 3em !important;
}
.ptimeline-wrap .tl-img .ptimeline-item:before {
    top: 30px;
    left: 15px;
}
/*********************************
* タイムライン カラー
*********************************/
/* ピンク */
.ptimeline-wrap .pink .ptimeline-title{
    color:#f7bcbc !important; /* タイトル色 */
}
.ptimeline-wrap .pink .ptimeline-main{
    color:#555 !important; /* コンテンツ色 */
}
.ptimeline-wrap .pink .ptimeline-marker{
    border: solid 3px #f7bcbc !important; /* マーカー色 */
    color:#f7bcbc; /* アイコン色 */
}
.ptimeline-wrap .pink .ptimeline-item:first-child .ptimeline-marker,.ptimeline-wrap .pink .ptimeline-item:last-child .ptimeline-marker{
    background:#f7bcbc; /* マーカー色(最初と最後)*/
}
.ptimeline-wrap .pink .ptimeline-item .ptimeline-marker:before{
    color:#f7bcbc !important; /* アイコン色 */
}
/*イエロー*/
.ptimeline-wrap .yellow .ptimeline-title{
    color:#fdc44f !important; /* タイトル色 */
}
.ptimeline-wrap .yellow .ptimeline-main{
    color:#555 !important; /* コンテンツ色 */
}
.ptimeline-wrap .yellow .ptimeline-marker{
    border: solid 3px #fdc44f !important; /* マーカー色 */
    color:#fdc44f; /* アイコン色 */
}
.ptimeline-wrap .yellow .ptimeline-item:first-child .ptimeline-marker,.ptimeline-wrap .yellow .ptimeline-item:last-child .ptimeline-marker{
    background:#fdc44f; /* マーカー色(最初と最後)*/
}
.ptimeline-wrap .yellow .ptimeline-item .ptimeline-marker:before{
    color:#fdc44f !important; /* アイコン色 */
}
/*グリーン*/
.ptimeline-wrap .green .ptimeline-title{
    color:#629E2E !important; /* タイトル色 */
}
.ptimeline-wrap .green .ptimeline-main{
    color:#555 !important; /* コンテンツ色 */
}
.ptimeline-wrap .green .ptimeline-marker{
    border: solid 3px #2fcdb4 !important; /* マーカー色 */
    color:#629E2E; /* アイコン色 */
}
.ptimeline-wrap .green .ptimeline-item:first-child .ptimeline-marker,.ptimeline-wrap .green .ptimeline-item:last-child .ptimeline-marker{
    background:#2fcdb4; /* マーカー色(最初と最後)*/
}
.ptimeline-wrap .green .ptimeline-item .ptimeline-marker:before{
    color:#80C841 !important; /* アイコン色 */
}

/* 250715 テキスト リンクの下線を削除 */
a{
     text-decoration: none;
}



/* 250717 パンくずリストの見栄えを調整するCSS */
/* パンくずリストの見栄えを調整するCSS */
ul.pan {
    list-style: none;
  }
ul.pan li{
    display: inline;
  }
ul.pan li a{
    color: #629E2E;
    text-decoration: none;
  }
ul.pan li + li:before{
    content: ">";
    margin:.5em;
  }


/* 250721 スマホ画面にてメニューの三本線の下にMENUの文字を追加 */
.drawer-hamburger:after{
	display: block;
	content:"MENU";
	width:50px;
	margin-top:15px;
	margin-left:-15px;
	font-size:8px;
	color:#000;
}

/* 250725 ヘッダー部分の高さをスリムにする */
.main-header{
 	padding-top:15px;
	padding-bottom:15px;
}

/* 250725 メニューの文字色を変更 */
.main-navigation a{
	color: #629E2E  !important;
}

/* 250725 メニューの背景色を変更
.main-header{
  background-color:#B5DF90;
	padding-top:15px;
	padding-bottom:15px;
} */

 250725 ヘッダー部分の背景色を半透明にする
.main-header-original{
	top:0;
  left:0;
	position: absolute;
	z-index:1;
	width: 100%;
}
.main-header{
  background-color: rgba(255,255,255,0.9);
	padding-top:30px;
	padding-bottom:15px;
}

/* 250725 ホームページヘッダー文字サイズ変更*/
.home-header-text {
	font-size: 120%;
	margin-top: 10px;

}


/*250725 全画面ズームスライダー Swiper.js使用 */
.wrap{
	margin: 0 calc(50% - 50vw);
	max-width: 100vw;
	position: relative;
	overflow: hidden;
}
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img{
  animation: zoom 10s linear 0s 1 normal both;  
}
.slide-text{
	position: absolute;
	top: 50%;
	left: 40%;
	font-size: 40px;
	font-family: serif;
	font-weight: bold;
	text-shadow: 2px 2px 8px #000;
	color: #fff;
	transform: translate(-50%,-50%);
}
.slide-img img{
	object-fit: cover;
	height: 50vh;  /*100vhから変更*/
  width: 100vw;
}


/*250726 2カラム表示でパンくず表示が崩れるため修正*/
.has-sidebar .alignwide_pan {
	width: 100%;
	max-width: none;
}
@media (min-width: 782px) {
	.has-sidebar .alignwide_pan {
		width: 90vw;
		margin-left: calc( 50% - 90vw / 2 );
	}
}
@media (min-width: 980px) {
	.has-sidebar .alignwide_pan {
		width: 85vw;
		margin-left: calc( 50% - 85vw / 2 );
	}
}
@media (min-width: 1160px) {
	.has-sidebar .alignwide_pan {
		width: 1120px;
		margin-left: calc( 50% - 1120px / 2 );
	}
}
.no-sidebar .alignwide_pan {
	width: 100%;
	max-width: none;
}
@media (min-width: 782px) {
	.no-sidebar .alignwide_pan {
		width: 90vw;
		margin-left: calc( 50% - 90vw / 2 );
	}
}
@media (min-width: 980px) {
	.no-sidebar .alignwide_pan {
		width: 85vw;
		margin-left: calc( 50% - 85vw / 2 );
	}
}
@media (min-width: 1160px) {
	.no-sidebar .alignwide_pan {
		width: 1120px;
		margin-left: calc( 50% - 1120px / 2 );
	}
}



/*250728 メニューの下に英語表記（日本語表記）などのサブタイトルを追加*/
.menu-item-description{
	display:block;
	font-size:13px;
	line-height:15px;
	text-align:center;
	color: #888;
}
.main-navigation {
        font-size: 90%;
        line-height: 20px;
}
@media screen and (min-width:981px){
  .main-navigation div.menu > ul > li, .main-navigation ul.menu > li {
        text-align: center;
  }
}	
@media screen and (max-width:980px){
  .menu-item-description{
	text-align:left;
  }
}
.main-navigation div.menu > ul > li.menu-item-has-children > a:after,/*子がある場合∨により高さがずれるため非表示 */
.main-navigation ul.menu > li.menu-item-has-children > a:after {
	display: none;
}

/*250822 固定ページ「ごあいさつ」にて社長名前にて使用*/
.special-font {
    font-family: "Ryumin Medium KL";
	font-size:1.75rem;
}
