/*
Theme Name: Inspiro Child
Theme URI: https://www.wpzoom.com/themes/inspiro/
Template: inspiro
Author: WPZOOM
Author URI: https://www.wpzoom.com/
Description: Inspiro is a versatile, ultra-lightweight WordPress theme ideal for small businesses, creative professionals, and visual portfolios. Combining modern aesthetics with lightning-fast performance, it enhances user experience and boosts SEO rankings. Get started instantly with 10+ beautiful starter sites crafted for specific business niches, letting you launch your website quickly. Inspiro features unique fullscreen video backgrounds supporting Vimeo, YouTube, and self-hosted videos, perfect for photography and multimedia projects. It integrates seamlessly with popular page builders (Elementor, Beaver Builder) and WooCommerce, making it effortless to create any type of site, from business and agency websites to online shops and blogs. Fully responsive, GDPR-compliant, and privacy-focused (no external Google fonts), Inspiro looks perfect on every device. Explore more powerful features in our Premium version: https://www.wpzoom.com/themes/inspiro/
Tags: one-column,two-columns,right-sidebar,flexible-header,custom-colors,custom-header,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,post-formats,rtl-language-support,sticky-post,threaded-comments,translation-ready,e-commerce,wide-blocks,portfolio,blog,custom-background,featured-image-header,full-width-template,theme-options,block-styles,block-patterns
Version: 2.1.8.1770340654
Updated: 2026-02-06 10:17:34

*/

/* ========= Custom CSS START ========= */

/* Front page タイトル削除 */
.home .inner-wrap .entry-title{
    display:none !important;
}


.site-branding-text .site-title a{
  display: inline-block;
  max-width: 17ch;
  white-space: normal;
}
/* ===== WORKS 見出しブロック ===== */
.head{
  margin-bottom: 40px;
}

.head .point{
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  margin: 0 0 10px;
  font-weight: 600;
  letter-spacing: .08em;
}

.head .point .eng{
  font-size: 0.9em;
  letter-spacing: .14em;
  opacity: .85;
}

.head h3{
  margin: 0;
  line-height: 1.3;
}


/* ===== Contact Form スマホ最適化 ===== */

@media (max-width: 768px){

/* 入力欄を100%に */
.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select{
    width:100%;
    max-width:100%;
    box-sizing:border-box;
}

/* textareaだけ変に小さい問題防止 */
.wpcf7 textarea{
    min-height:140px;
}

/* 2カラム崩れ防止（もし横並びしてたら） */
.wpcf7 p{
    width:100%;
}

/* 必須マークの改行事故防止 */
.m-alert{
    display:inline-block;
    margin-left:6px;
    font-size:0.8em;
}

/* ボタンを押しやすくする */
.wpcf7-submit{
    width:100%;
    padding:16px;
    font-size:16px;
}

/* 電話番号でズームする問題防止 */
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"],
.wpcf7 input[type="text"]{
    font-size:16px;
}

}



/* ========= Custom CSS END ========= */
