@charset "UTF-8";

/*
 *      テーマ、プラグインのcss置き換え
 */


/*******************************************
    typography.css 置き換え
********************************************/
H4 {
	color: #007e34;
}

/*******************************************
    置き換え
********************************************/
.wrapper{
	padding-top: 90px;
	padding-bottom: 120px;
}
.wrapper0{
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #FFFFFF;
}
/* ヘッダー行のスペース調整  */
.nav-link, .navbar {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
    z-index: 1000;
}
.navbar .container-fluid
{
	padding-left: 0px;
	padding-right: 0px;
}
.navbar .container-fluid .row
{
	margin-right: 0px;
	margin-left: 0px;
}

INPUT:focus{
	border-radius: 0px;
    outline: none
}
/* 検索input */
.wp-block-search .wp-block-search__input
{
	line-height: 1.5em;
	border-color: #cccccc;
}
.wp-block-search .wp-block-search__button {
	line-height: 1.5em;
}

/* 検索ラベル削除（スクトーフォンの横幅が狂う） */
.wp-block-search__label{
	display: none;
}




/* テーブル */
.wp-block-columns
{
	margin-bottom: 0px;
}

/* 蛍光線 */
.mark, mark{
	background-color: rgba(248,248,187,1.00);
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-right: 0.3em;
	padding-left: 0.3em;
}



/* サイトバー UL */
#menu-gmenu,
#menu-smenu,
.sub-menu
{ 	list-style-type: none; }
#menu-gmenu LI,
#menu-smenu LI
{
	background-image: url(../images/square.svg);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-size: 13px 13px;
	background-position: left 10px;
}

/*----------------------------------------*/
/*                  update                */
/*----------------------------------------*/

/* ボタン */

.btn {font-size: 16px;
	font-size: 1.6rem;}
.btn-primary {
	background-color: #007e34;
	border-radius: 1px;
	-webkit-box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.10);
	box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.10);
	border-width: 0px;
}

.btn-primary:hover {
	background-color: #aacf45;
}
.btn-primary {
	color: #fff;
	background-color: #007e34;
	border: thin none #007e34;
}
  .btn-primary:hover {
    color: #fff;
    background-color: #aacf45;
    border: thin none #aacf45; }
  .btn-primary:focus, .btn-primary.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(47,72,124,0.50);
	box-shadow: 0 0 0 0.2rem rgba(47,72,124,0.50);
}
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007e34;
    border: thin none #007e34; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #aacf45;
    border: thin none #aacf45;}
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(47,72,124,0.50);
	box-shadow: 0 0 0 0.2rem rgba(47,72,124,0.50);
}



.head_contact .btn {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 12px;
	padding-right: 12px;
}
.bg-primary{
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	
	background-color: transparent;
	border-bottom: 0px solid #dddddd;
	border-top: 0px solid #dddddd;
	background-image: url(images/bg0.jpg);
}

.navbar>.container, .navbar>.container-fluid
{
	display: block;
}
.navbar-brand
{
	color: #111111!important;
	font-weight: bold;
}


@media (min-width: 1201px) {
/*
@media (min-width: 768px) {
    */
    .navbar-expand-md .navbar-collapse {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: block !important;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}
    .navbar-expand-md .navbar-toggler {
      display: none; } 

}

@media (max-width: 1200px) {
    .navbar-expand-md .navbar-nav{
        flex-direction: column;
    }    
    .navbar-expand-md .navbar-toggler {
	display: block;
} 
.navbar-expand-md .navbar-nav .dropdown-menu {
	position: relative;
}    
.navbar-expand-md .navbar-collapse    
{
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: block!important;
}    
    .collapse:not(.show) {
    display: none!important;
}
    /*
.navbar-expand-md .navbar-collapse {
	display: block;
    /*
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}
    */
}

/*******************************************
    understraps 加工
********************************************/
.entry-header H1 {
	font-size: 48px;
	font-size: 4.8rem;
	margin-bottom: 60px;
}

/*
.nav-previous  a,
.nav-next a{
	border: 1px solid #007e34;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: 2;
}
*/
.nav-previous a,
.nav-next a{
	border: 1px dotted #007e34;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.nav-next { 	margin-left: 10px; }
.nav-previous { 	margin-right: 10px; }

.nav-previous a,
.nav-next a{
	font-size: 14px;
	font-size: 1.4rem;
	text-decoration: none;
}

.nav-previous a:hover,
.nav-next a:hover{
	background-color: #007E34;
	border: 1px solid #007e34;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #FFFFFF;
}
.nav-previous a:hover,
.nav-next a:hover{
}
.post-navigation {
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 60px;
	border-top: 1px dotted #007E34;
	padding-top: 30px;
}

/******************************************************************
    ページネーション加工  understraps  % プラグイン wp-pagenavi
******************************************************************/

/*-------------現ページ非表示 -----------------*/
.wp-pagenavi .pages { 	display: none; }

.pagination,
.wp-pagenavi{
	display: block;
	padding-left: 0;
	border-radius: 0px;
	margin-left: 0px;
	margin-top: 30px;
}
/*
.page-link,
.wp-pagenavi a,
.wp-pagenavi span
{
	text-align: center;
	border-left: 1px solid #8C8C8C;
	border-right: 0px solid #8C8C8C;
	border-bottom: 1px solid #8C8C8C;
	border-top: 1px solid #8C8C8C;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #007e34;
	border-radius: 0px!important;
}
*/
.pagination LI .current,
.wp-pagenavi span.current
{
	background-color: #007e34;
	color: #FFFFFF;
/*
	text-align: center;
	border: 1px solid #8C8C8C;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 14px;
	font-size: 1.4rem;
	border-radius: 0px!important;
	margin-left: 5px;
	margin-right: 5px;
	*/
}
/*
.pagination LI:last-child,
.wp-pagenavi A:last-child 
{
	border-right: 1px solid #8C8C8C;
}
*/
.pagination LI A,
.wp-pagenavi a,
.wp-pagenavi span{
	text-align: center;
	border: 1px solid #dddddd;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #007e34;
	border-radius: 0px!important;
	margin-left: 5px;
	margin-right: 5px;
	display: inline-block;
	margin-bottom: 15px;
}
.pagination LI A:hover,
.wp-pagenavi A:hover

{
	background-color: #007e34;
	color: #FFFFFF;
	border: 1px solid #dddddd;
}

.page-item.active .page-link
{
	background-color: #007e34;
    
}
/*
@media (max-width: 360px) {
    .page-link{
	text-decoration: none;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #193E84;
}
.pagination LI .current{

	text-decoration: none;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	font-size: 12px;
	font-size: 1.2rem;

}
.pagination LI A{

	text-decoration: none;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	font-size: 12px;
	font-size: 1.2rem;

}
}
*/



/*------------- メインメニュー加工 -----------------*/

/*
@media (min-width: 768px) {
#main-menu LI{
	width: 16%;
	text-align: center;
}
#main-menu LI:nth-child(1),
#main-menu LI:nth-child(2),
#main-menu LI:nth-child(3),
#main-menu LI:nth-child(4)
    { 	width: 25%; }
    #main-menu LI:nth-child(6) A {
	color: #193e84;
}
}
*/

/* テーマ ページタイトル  */
.page-title{
	margin-top: 60px;
	margin-bottom: 60px;
}


/* テーマ フォーム  */
.form-control
{	font-size: 16px;
	font-size: 1.6rem;}

.form-control:focus, .wpcf7 .wpcf7-validation-errors:focus, .wpcf7 input:focus[type=color], .wpcf7 input:focus[type=date], .wpcf7 input:focus[type=datetime-local], .wpcf7 input:focus[type=datetime], .wpcf7 input:focus[type=email], .wpcf7 input:focus[type=file], .wpcf7 input:focus[type=month], .wpcf7 input:focus[type=number], .wpcf7 input:focus[type=range], .wpcf7 input:focus[type=search], .wpcf7 input:focus[type=submit], .wpcf7 input:focus[type=tel], .wpcf7 input:focus[type=text], .wpcf7 input:focus[type=time], .wpcf7 input:focus[type=url], .wpcf7 input:focus[type=week], .wpcf7 select:focus, .wpcf7 textarea:focus
{
	border-color: #2F487C;
	-webkit-box-shadow:  0 0 0 0.1rem rgba(47,72,124,0.3);
	box-shadow:  0 0 0 0.1rem rgba(47,72,124,0.3);
}



/*=======================================================*/
/*  プラグイン更新                                       */
/*=======================================================*/

/*----------------  Content Views ----------------*/
.pt-cv-content-item {
	border-bottom: 1px dotted #C7C7C7;
	padding-top: 20px;
	padding-bottom: 10px;
}
.pt-cv-content-item:first-child {
	border-top: 1px dotted #C7C7C7;
}
.pt-cv-meta-fields {
	font-size: 16px;
	font-size: 1.6rem;
	
}
/*  斜め線（/）の削除 */
.pt-cv-meta-fields SPAN:nth-child(2)
{
	color: #FFFFFF;
}
.pt-cv-meta-fields SPAN.terms
{
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	background-color: #007E34;
}
.pt-cv-meta-fields SPAN.terms a{
	color: #FFFFFF;
}

.pt-cv-title {
	font-size: 20px;
	font-size: 2.0rem;
	margin-left: 20px;	
}
a.pt-cv-href-thumbnail IMG{
	width: 240px;
	height: 150px;
	 object-fit:cover;
}

/*----------------  smart slider 3 ----------------*/
#post-5 {
	
	text-align: right!important;
}

#n2-ss-2-align{
	text-align: right!important;
}
.n2-section-smartslider{

	text-align: right!important;
}

/*----------------  お問い合わせフォーム ----------------*/

.breadcrumbs{
	margin-left: 10px;
	margin-top: 0px;
	font-size: 12px;
	font-size: 1.2rem;
	/*
	float: right;
	overflow: hidden;
    */
	text-align: right;
	margin-right: 10px;
}
.breadcrumbs I{	font-size: 14px;
	font-size: 1.4rem;
}
.breadcrumbs SPAN{
	padding-left: 1px;
	padding-right: 1px;
}
.breadcrumbs A{ 	text-decoration: none; }

@media (max-width: 767px) {
.breadcrumbs{
	margin-left: 10px;
	margin-top: 7px;
	font-size: 12px;
	font-size: 1.2rem;
}
}


/*----------------  お問い合わせフォーム ----------------*/

/* 横幅100%  */
.wpcf7 { 	max-width: 100%; }

.tel_inquiry_wrap {
	background-color: #EDF3EF;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
.tel_inquiry_wrap .mvi-tel
{
	font-size: 48px;
	font-size: 4.8rem;		
}
.tel_inquiry_wrap .mvi-tel I
{
	font-size: 36px;
	font-size: 3.6rem;		
}
.tel_inquiry_wrap .mvi-tel SPAN{
	font-size: 20px;
	font-size: 2.0rem;		
}

.tel_inquiry_wrap .mvi-tel SPAN{
	font-size: 20px;
	font-size: 2.0rem;		
}
.tel_inquiry_p {
	font-size: 15px;
	font-size: 1.5rem;		
}


.form-control, .wpcf7 .wpcf7-validation-errors, .wpcf7 input[type=color], .wpcf7 input[type=date], .wpcf7 input[type=datetime-local], .wpcf7 input[type=datetime], .wpcf7 input[type=email], .wpcf7 input[type=file], .wpcf7 input[type=month], .wpcf7 input[type=number], .wpcf7 input[type=range], .wpcf7 input[type=search], .wpcf7 input[type=submit], .wpcf7 input[type=tel], .wpcf7 input[type=text], .wpcf7 input[type=time], .wpcf7 input[type=url], .wpcf7 input[type=week], .wpcf7 select, .wpcf7 textarea {
	font-size: 16px;
	font-size: 1.6rem;	
}

/*テーブルを親要素の幅いっぱいに伸ばす*/
.table_inquiry {
	width: 100%;
}
/* テーマのスキン無効化*/
.table_inquiry INPUT,
.table_inquiry TEXTAREA
{
		font-size: 16px!important;
		font-size: 1.6rem!important;
	display: inline-block!important;
	width: auto!important;
}


/*一行ごとに上ボーダー*/
.table_inquiry tr {
	background-color: #EDF3EF;
	border-top: 0px #DDD solid;	border-bottom: 2px solid #FFFFFF;
}
/*一番上の行だけボーダーなし*/
.table_inquiry tr:first-child {
    border-top: none;
}
/*奇数行だけ背景色つける*/
/*
.table_estimates tr:nth-child(2n+1) {
    background: #eee;
}
*/
/*thとtd内の余白指定*/
.table_inquiry th{
	padding-top: 1.5em;
	padding-right: 1.5em;
	padding-left: 3.5em;
	padding-bottom: 1.5em;
	border-bottom-width: 0px;
}
.table_inquiry td {
	padding-top: 1.5em;
	padding-right: 3.5em;
	padding-left: 1.5em;
	padding-bottom: 1.5em;
	border-bottom-width: 0px;
}

/*th（項目欄）は30%幅、テキストを右寄せ*/
.table_inquiry th {
	width: 30%;
	text-align: left;
	font-weight: bold;
	align-items: center;
}
/*「必須」部分のスタイリング*/
.table_inquiry .requied {
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 2px;
	border-radius: 2px;
	font-size: 80%;
	vertical-align: 2px;
	background-color: #E85457;
	font-weight: normal;
	margin-left: 10px;
}
.table_inquiry .optional {
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 2px;
	border-radius: 2px;
	font-size: 80%;
	vertical-align: 2px;
	background-color: #294D96;
	font-weight: normal;
	margin-left: 10px;
}

/*ここから入力欄のスタイル指定*/

/*各入力フォームスタイリング*/
.table_inquiry input
.table_inquiry select
.table_inquiry textarea
{
	padding: 0.5em;
	border-radius: 0px;
	margin-bottom: 0.5em;
}
/*入力欄にフォーカスしたら変化*/
.table_inquiry input,
.table_inquiry select,
.table_inquiry textarea 
{	border-radius: 0px;}

	
.table_inquiry input[type="text"]:focus,
.table_inquiry input[type="email"]:focus,
.table_inquiry input[type="tel"]:focus,
.table_inquiry select:focus,
.table_inquiry textarea:focus 
{
	box-shadow: 0px 0px 0px 0px rgba(0,94,174,0.50);
	border-color: #2F487C;
	border-radius: 0px;
}

/*送信ボタンスタイリング*/
.wpcf7-form input[type="submit"] {
	border: 0px #89BDDE solid;
	padding-top: 0.5em;
	padding-right: 4em;
	padding-left: 4em;
	padding-bottom: 2em;
	border-radius: 5px;
	background: #007e34;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin-right: auto!important;
	margin-left: auto!important;
	display: block;
	margin-top: 50px;
	letter-spacing: 4px;
	font-size: 18px;
	font-size: 1.8rem;
	width: 200px;
}
/*送信ボタン・マウスオーバー時スタイリング*/
.wpcf7-form  input[type="submit"]:hover {
	background-color: #aacf45;
	box-shadow: none;
}

/* ラベル文字normal*/
.table_inquiry LABEL {
	font-weight: normal;
}
/* テキストエリア横幅調整 */
.table_inquiry  textarea
{width:100%!important;}


/* コンタクトフォーム７ 個人情報未チェック時の送信ボタン */
.wpcf7 input.disabled[type=submit], .wpcf7 input:disabled[type=submit]
{
	background-color: #C9C9C9;
	color: #FFFFFF;
}




/*ここから768px以下の指定 → IE表示不正で991へ変更  */

@media only screen and (max-width: 991px) {
/*thとtdをブロック化して幅100％にして、縦積み*/
.table_inquiry  th, .table_inquiry  td {
        width: 100%;
        display: block;
    }
/*th（項目名）欄の不要な余白削除・テキスト左寄せ*/
    .table_inquiry  th {
	padding-left: 2.0em;		
	text-align: left!important;
	padding-bottom: 0;
    }
    .table_inquiry  td {
	padding-top: 1em;
    }
	
/*不要な最終行の左のthを非表示にする*/
    .table_inquiry  .empty {
        display: none;
    }
}
/*ここまで768px以下の指定---終わり*/



@media only screen and (max-width: 768px) {
.table_inquiry th{
}
.table_inquiry td {
	padding-right: 1.5em;
}	
	
   .table_inquiry  th, .table_inquiry  td {
        width: 100%;
        display: block;
	}
.table_inquiry  .wpcf7-form-control{
	width: 100%!important;
	display: block!important;
	min-width: 100%!important;
}
	
.tel_inquiry_wrap {
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
}	
.tel_inquiry_wrap .mvi-tel
{
	font-size: 34px;
	font-size: 3.4rem;		
}
.tel_inquiry_wrap .mvi-tel I
{
	font-size: 26px;
	font-size: 2.6rem;		
}
.tel_inquiry_wrap .mvi-tel SPAN{
	font-size: 18px;
	font-size: 1.8rem;		
}	

}
@media only screen and (max-width: 340px) {
		
.tel_inquiry_wrap {
	padding-top: 30px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
}	
.tel_inquiry_wrap .mvi-tel
{
	font-size: 30px;
	font-size: 3.0rem;		
}
.tel_inquiry_wrap .mvi-tel I
{
	font-size: 24px;
	font-size: 2.4rem;		
}
}

/*----------------  お問い合わせフォーム（第Ⅱ版） ----------------*/


.wrap_inquiry
{	
	background-color: #F2F5F8;
}

.smf-form--simple-table .smf-item
{
	padding-left: 20px;
	padding-right: 20px;
	border-bottom: 2px solid #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
}
.smf-item__label
{
	font-weight: bold;
}
/*「必須」部分のスタイリング*/
.wrap_inquiry  .requied {
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 2px;
	border-radius: 2px;
	font-size: 80%;
	vertical-align: 2px;
	background-color: #E85457;
	font-weight: normal;
	margin-left: 15px;
}
.wrap_inquiry .optional {
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 2px;
	border-radius: 2px;
	font-size: 80%;
	vertical-align: 2px;
	background-color: #294D96;
	font-weight: normal;
	margin-left: 15px;
}
.wrap_inquiry  .thanks
{
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}