/*
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');
@import url('./css/tabs.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: 0.5em;
}


.entry-content h3{
    margin: 0;
}



/* フォント*/



/* お問い合わせメニュー*/
li.contact.menu-item.menu-item-type-post_type.menu-item-object-page{
  background-image: url('https://phenix.designparca.site/Phenix/wp-content/uploads/2025/07/CONTACT-buttonback.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
	padding:5px;
  	color:#7f4f21;
}
li.contact.menu-item.menu-item-type-post_type.menu-item-object-page a{
	color:#7f4f21;
}

.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;
}
/* お問い合わせメニュー*/

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



/*---------------------------
正規代理店
 *---------------------------*/

	.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: 100%;
  }
  .block,.table_line_gray,.table_line,.table_th,.table_td{
　　border-bottom: none;
    display: block;
    width: 100%;
  }
	  }

/*---------------------------
正規代理店
 *---------------------------*/






/*フッター*/


div.container.site-footer-copyright {
    border-top: 1px solid #EEEEEE;
    background: linear-gradient(to right, #866b9c, #dcc6e0);
	color:#ffffff;
	max-width: 100%;
}

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

.site-footer {
    border-top: 0px solid var(--vk-color-primary);
    background-image: url('https://phenix.designparca.site/Phenix/wp-content/uploads/2025/07/footer-back.png');
	  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


@media screen and (max-width: 1366px) {
.site-footer {
    border-top: 0px solid var(--vk-color-primary);
    background-image: url('https://phenix.designparca.site/Phenix/wp-content/uploads/2025/07/footer-backpc.jpg');
	  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
}

@media screen and (max-width: 960px) {
.site-footer {
    border-top: 0px solid var(--vk-color-primary);
    background-image: url('https://phenix.designparca.site/Phenix/wp-content/uploads/2025/07/footer-backmov.jpg');
	  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
}

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


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


/*フッター*/
