/**
Theme Name: Astra-child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

@import url('./css/contact.css');
@import url('./css/menu.css');


/*---------------------------
 ヘッダー部分
 *---------------------------*/
 .page .site-content > .ast-container {
        max-width: 100%;
	   padding:0px;
    }


@media screen and (min-width: 960px) {
   header#masthead {
        height: auto;
    }
}


section.widget.widget_block p {
	  margin:0px;
}
div.elementor-element.elementor-element-255ea10.e-con-full.e-flex.e-con.e-parent.e-lazyloaded{
	   padding:0px;	
}

.site-title {
    display: none;
}


@media screen and (min-width:1024px) {
div.site-header-primary-section-right.site-header-section.ast-flex.ast-grid-right-section{
        width: 1000px;
	   padding:0px;
    }

aside.header-widget-area.widget-area.site-header-focus-item.header-widget-area-inner{
        width: 100%;
	   padding:0px;
    }
    height: 150px;
}
	}
/*---------------------------
 ヘッダー部分
 *---------------------------*/

/*---------------------------
 ナビゲーションメニュー部分
 *---------------------------*/
.ast-above-header-wrap  {
	height:80px;
}

@media screen and (min-width: 960px) {
	.site-header {
    height: 150px;
}
	}
.ast-builder-menu .main-navigation>ul {
    font-weight: 800;
}

/*---------------------------
 ナビゲーションメニュー部分
 *---------------------------*/

a { text-decoration: none; }

/*---------------------------
 font部分
 *---------------------------*/
h2:where(:not(.wp-block-post-title)) {
    padding: .5em 0;
    border-top: 0px;
    border-bottom: 0px;
}
/*---------------------------
 font部分
 *---------------------------*/




@media (max-width: 1200px){
div#site-header-container.site-header-container.container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
	
.site-header--layout--nav-float .site-header-logo img {
    margin-left: auto;
}
	.global-nav--layout--float-right {
    width: auto;
	margin-left: 0;
}
}


/*---------------------------
 ページヘッダー
 *---------------------------*/

.page-header {
  display:none
}

.breadcrumb {
    border-top: 1px solid var(--vk-color-border-hr);
    border-bottom: 1px solid var(--vk-color-border-hr);
    display: none;
}

/*---------------------------
ページヘッダー
 *---------------------------*/

span.entry-meta-item.entry-meta-item-updated,span.entry-meta-item.entry-meta-item-author{
	display:none;
}
/*---------------------------
 投稿の非表示用
 *---------------------------*/
.next-prev {
    display:none;
}
/*---------------------------
 投稿の非表示用
 *---------------------------*/

/*---------------------------
 リクルート見出し横線
 *---------------------------*/
.catch {
   display: flex;
  align-items: center; /* 垂直中心 */
}
 .catch:after {
margin-left:5px; 
border-top:1px solid #00608D; 
content:""; 
flex-grow:1;
}
.catch:before {
  margin-right: 1em; /* 文字の右隣 */
}

/*---------------------------
 リクルート見出し横線
 *---------------------------*/

/*---------------------------
 ACCESSページ
 *---------------------------*/

	.table_line {
		display: table;
		margin:0.5em;
		padding:0.5em;
		width: 100%;
		border-bottom: 1px dashed #000;
	}
		.table_th {
		background-color:#6B8E23;
		display: table;
		width: 950px;
		text-align:center;
		color:#fff;
	}
		.table_td {	
		display: table;
		width: 100%;
	}

	.blockth{
		display: table-cell;
		width: 25%;
		font-size:16px;
	}
	.block {
		display: table-cell;
		font-size:16px;
	}


@media screen and (max-width: 960px) {
  .table {
    width: 80%;
  }
  .block,.table_line_gray,.table_line,.table_th,.table_td{
　　border-bottom: none;
    display: block;
    width: 100%;
  }
	  }


/*---------------------------
ACCESSページ
 *---------------------------*/

/*---------------------------
 フッター部分
 *---------------------------*/

div.container.site-footer-copyright{
	color:#ffff;
	
}
.site-footer {
    background-color: #BFA46F;
}

/*コピーライト*/
.site-footer-copyright p:nth-child(2) {
    display:none;
}
/*コピーライト*/
/*---------------------------
 フッター部分
 *---------------------------*/


/*---------------------------
 固定ページテーブル用
 *---------------------------*/

table {
  margin: 20px auto;
}

table, td, th {
     border: 0px;
	 border-bottom: 1px solid black;
}

.tbl-r02 th {
  padding: 1.1em;
  font-size:15px;
 width:25%;
}
.tbl-r02 td {
　border: solid 2px #000;
  padding: 10px;
  font-size:20px;
}

@media screen and (max-width: 640px) {
  .last td:last-child {
    width: 100%;
  }
  .tbl-r02 {
    width: 80%;
    font-size:20px;
  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
    font-size:15px;
  }
}

/*---------------------------
 固定ページテーブル用
 *---------------------------*/
