@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* H2見出しのデザインを変更 */
.post_content h2 {
    font-family: 'Alegreya Sans', sans-serif;
    font-size: 3.5em !important;
    font-weight: 100 !important;
	display: flex;
	align-items: center;
}

/* H2のサブタイトルの調整 */
.post_content h2 .mininote {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 0.3em !important; 
    font-weight: 100 !important;
}

/* H3見出しのデザインを変更 */
.post_content h3 {
	font-family: 'Shippori Mincho B1', serif;
    font-size: 1.6em !important; 
    font-weight: 400 !important;
}

/* H4見出しのデザインを変更 */
.post_content h4 {
	font-family: 'Shippori Mincho B1', serif;
}

/* ヘッダーのフォント調整 */
.l-header__inner {
	font-family: 'Alegreya Sans', sans-serif;
}

.-txt .c-headLogo__link {
    font-size: 3em;
    font-weight: 100;
}

.c-gnav>.menu-item>a .ttl {
    font-size: 1em;
    font-weight: 400;
}

.c-gnav a::after {
	bottom: 18px !important;
}

/* メインビジュアル：メインテキストの調整 */
.p-mainVisual__slideTitle {
    font-family: 'Nothing You Could Do', cursive;
    font-size: 5em;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.1;
}

/* メインビジュアル：サブテキストの調整 */
.p-mainVisual__slideText {
    font-family: 'Zen Kurenaido', sans-serif;
    font-size: 1.5rem !important;
    font-weight: 400;
    margin-top: 10px;
}

/* コンタクトフォーム見た目調整 */
.post_content dd>:last-child, .post_content div>:last-child, .post_content>:last-child {
    margin: 0 auto;
}