/*
Template:ystandard
Theme Name:ystandard-child
Theme URI: https://wp-ystandard.com
Author: yosiakatsuki
Author URI: https://yosiakatsuki.net
Description:「自分色に染めた、自分だけのサイトを作る楽しさ」を感じてもらうために作った一風変わったWordPressテーマ「ystandard」の子テーマ
Version: 4.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

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



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

.archive__header {
    display: none;
}


.page-id-344 .singular-header>:first-child,.page-id-512 .singular-header>:first-child,.page-id-524 .singular-header>:first-child,.page-id-582 .singular-header>:first-child{
    display: none;
}

.page-id-344 .site-body-container.container,.page-id-512 .site-body-container.container ,.page-id-524 .site-body-container.container,.page-id-582 .site-body-container.container{
	max-width: 100%;
	padding: 0;
}
.container.page-id-344 .site-content > .container,.container.page-id-512 .site-content > .container,.container.page-id-524 .site-content > .container,.container.page-id-582 .site-content > .container{
    max-width:100%;
	}

.page-id-344 .site-content > .container ,.page-id-512 .site-content > .container,.page-id-524 .site-content > .container,.page-id-582 .site-content > .container{
    max-width:100%;
	}

	
.page-id-344  .content__main ,.page-id-512  .content__main ,.page-id-524  .content__main,.page-id-582  .content__main{
    max-width: 100%;
    margin: 0px;
    padding: 0px;
}


body.home .site-body-container.container{
	max-width: 100%;
	padding: 0;
}

body.home .site-content > .container {
    max-width:100%;
	}
	
body.home .content__main {
    max-width: 100%;
    margin: 0px;
    padding: 0px;
}

/* フォント*/

.entry-content h2{
    margin: 0em;
}


.entry-content h3{
    margin: 0;
}



/* フォント*/

/* お問い合わせメニュー*/
li.contact.menu-item.menu-item-type-post_type.menu-item-object-page{
	background-color:#000000;
	padding:10px;
	margin:0 0 0 10px;
}
li.contact.menu-item.menu-item-type-post_type.menu-item-object-page a{
	color:#ffffff;
}

.global-nav__menu>.menu-item>a {
    display: flex;
    position: relative;
    flex-direction: row;
    height: 100%;
    padding: 1em 0;
    font-weight: var(--global-nav-bold);
    align-items: center;
}
.fa-envelope:before {
    content: "\f0e0";
	padding-right:5px;
}
/* お問い合わせメニュー*/


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



/*---------------------------
company
 *---------------------------*/

table {
  margin: 20px auto;
}
.tbl-r02 th {
  background: #f7f8f8;
  color:#3e3a39;
  padding: 0.5em;
  font-size:15px;
 width:25%;
}
.tbl-r02 td {
  background: #ffffff;
　border: solid 2px #000;
  padding: 5px;
  font-size:15px;
}

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

/*---------------------------
company
 *---------------------------*/



/*---------------------------
トップ問い合わせ単線
 *---------------------------*/
.lined-heading {
  position: relative;
  text-align: center;
  display: inline-block;
  padding: 40px 120px; /* 横に余白（線を見せるため） */
}

/* 共通：左右100pxの線 */
.lined-heading::before,
.lined-heading::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  background-color: #000;
  top: 50%; /* 上下中央位置 */
  transform: translateY(-50%); /* ちょうど中央に揃える */
}

/* 左側の線（上中央と下中央の両方と同じ位置） */
.lined-heading::before {
  left: 0;
}

/* 右側の線 */
.lined-heading::after {
  right: 0;
}



@media screen and (max-width: 767px) {
.lined-heading {
  position: relative;
  text-align: center;
  display: inline-block;
  padding: 30px 50px; /* 横に余白（線を見せるため） */
}

/* 共通：左右100pxの線 */
.lined-heading::before,
.lined-heading::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #000;
  top: 50%; /* 上下中央位置 */
  transform: translateY(-50%); /* ちょうど中央に揃える */
}

/* 左側の線（上中央と下中央の両方と同じ位置） */
.lined-heading::before {
  left: 0;
}

/* 右側の線 */
.lined-heading::after {
  right: 0;
}
}


/*---------------------------
トップ問い合わせ単線
 *---------------------------*/


/*---------------------------
21official 
 *---------------------------*/

	.table_line {
		display: table;
		margin:0.5em;
		padding:0.3em;
		width: 100%;
	}
		.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:15px;
	}
	.block {
		display: table-cell;
		font-size:15px;
	}


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

/*---------------------------
21official 
 *---------------------------*/




/*フッター*/


div.container.site-footer-copyright {
    border-top: 1px solid #000000;
    background: #000000;
	color:#ffffff;
	max-width: 100%;
}

.footer-main {
    padding-top: 4em;
    padding-bottom: 1em;
    overflow: hidden;
    background-color: #000000;
    color: var(--footer-text);
}

.site-footer {
    border-top: 0px solid var(--vk-color-primary);
    background: #409ecc;
}

.ystdb-column-block-container {
    align-items: center;
}



/*コピーライト削除*/
.footer-poweredby {
    display: none;
}
/*コピーライト削除*/


/*フッター*/
