/*
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.
*/

/******************************************
 * HOME
 * ****************************************/
/*メイン画像*/
/* Coverブロック */
.hero{
    position: relative;
    min-height: 100vh;
    overflow: hidden;
}

/* 左側の画像 */
.hero::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 35%;
    background: url("http://collins.ne.jp/yamato/wp-content/uploads/2026/08/main_or2.png") no-repeat left top;
    background-size: auto 100%;
    z-index: 2;
    pointer-events: none;
}

/* コンテンツを前面へ */
.hero .wp-block-cover__inner-container{
    position: relative;
    z-index: 3;
}

/* スマホ */
@media (max-width:767px){
	.hero{
	 min-height:600px;
	}

	.hero::before{
	 width:100%;
	 background-position:center top;
	 background-size:auto 100%;
 }
}

.bg-top{
    background-repeat: no-repeat;
    background-position: center top;
}
/******************************************
 * サービス
 * ****************************************/
/* PC表示 */
.pc-only {
    display: block;
}

.sp-only {
    display: none;
}

/* スマホ */
@media (max-width: 767px) {
    .pc-only {
        display: none;
    }

    .sp-only {
        display: block;
    }
}
/******************************************
 * 会社案内
 * ****************************************/
.ipf-image img {
    transition: opacity 0.2s ease;
}

.ipf-image img:hover {
    opacity: 0.6;
}
/******************************************
 * お問い合わせ
 * ****************************************/

/* 送信ボタン */
.wpcf7-submit {
    display: block !important;
    margin: 2rem auto 0 !important;
    float: none !important;
	min-width: 240px;
}

/* スピナーをボタンの下中央へ */
.wpcf7-spinner {
    display: block !important;
    margin: 0.5rem auto 0 !important;
}
.bottom-button {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.bottom-button .wp-block-button {
    margin-top: auto;
}
/******************************************
 * Common
 * ****************************************/
@media screen and (max-width: 767px) {
    .footer-nav-pc {
        display: none;
    }
}

/* yStandard記載消去 */
.footer-poweredby{
	display:none;
}
/*見出し装飾*/
.heading-line1{
    border-bottom:2px solid #000;
    padding-bottom:8px;
}
.heading-line2{
    border-bottom:2px double #000;
    padding-bottom:8px;
}
.heading-line3{
    border-top:2px solid #000;
    padding-top:8px;
}
.heading-dotted{
    border-bottom:2px dotted #000;
    padding-bottom:8px;
}
.heading-left1{
    border-left:2px solid #000;
    padding-left:15px;
}
.heading-left2{
    border-left:4px double #000;
    padding-left:15px;
}

/* 見出しフォントサイズ
 * PC:5rem / タブレット・スマホ:2rem */
.fs-heading{
	margin:2rem !important;
    font-size:4rem !important;
    font-weight:700;
}

@media (max-width:1024px){
    .fs-heading{
        font-size:2rem !important;
    }
}

@media (max-width:767px){

.global-nav__menu > li > a{
    display:block;
    border-bottom:1px dotted #ddd;
}

.global-nav__menu > li:last-child > a{
    border-bottom:none;
}

}
.site-header-thumbnail{
	display:none;
}
