@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
*/
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Shippori+Mincho:wght@400;500;600;700;800&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');

/*投稿ページ↓のカテゴリー表示をけす*/
div.p-articleFoot {
    display: none;
}

/*投稿一覧の日付表示*/
.p-postList__body {
    display: grid;
    grid-template-columns: auto 1fr;
}

@media screen and (max-width:600px) {
    .p-postList__body {
        display: grid;
        grid-template-columns: 1fr;
        grid-auto-rows: auto auto;
        gap: 0.5em;
    }
}

.p-postList__body .p-postList__meta {
    font-size: 1em !important;
    color: var(--color_text) !important;
    line-height: 24px;
    margin: 0;
    align-self: flex-start;
}

.p-postList__body .p-postList__meta * {
    padding: 0;
}

.p-postList__meta .u-thin {
    opacity: 1;
}

.icon-posted:before {
    display: none;
}

.p-postList__body .p-postList__cat {
    background-color: var(--color_main);
    color: white;
    padding: 0 5px;
    font-weight: 400;
    border-radius: 4px;
    font-size: 0.875em;
    line-height: 1.5;
}

.p-postList.-type-simple .p-postList__cat:before {
    display: none;
}

.p-postList.-type-simple .p-postList__title {
    padding-left: 1em;
}
/* newマーク */
@keyframes slow-flash {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.3; }
}

.new-mark .p-postList__title::before {
    content: "New!";
    font-family: "Barlow Condensed", sans-serif;
    display: inline-block;
    background-color: rgb(246, 116, 59);
    color: #fff;
    line-height: 1;
    margin-right: .5em;
    margin-left: -1em;
    padding: .1em .3em;
    font-size: 1em;
    vertical-align: text-bottom;
	font-weight:500;
    /* フラッシュアニメーション追加 */
    animation: slow-flash 2s ease-in-out infinite;
}
/*フォント*/
.barlow {
    font-family: "Barlow Condensed", sans-serif;
    font-style: normal;
}

.zen-kaku {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-style: normal;
}

.shippori {
    font-family: "Shippori Mincho", serif;
    font-style: normal;
}

.page h1.c-pageTitle {
    font-family: "Shippori Mincho", serif;
    font-size: 1.8em;
}

@media (max-width:599px) {
    .page h1.c-pageTitle {        
        font-size: 1.25em;
    }
}

/*TOP見出し*/
.p-mainVisual__slideTitle,
.p-mainVisual__slideText {
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
}

.p-mainVisual__slideTitle {
    font-size: 2.2em !important;
}

.p-mainVisual__slideText {
    font-size: 1.5em !important;
	margin-top:0.2em!important;
}

.p-mainVisual__textLayer.l-container {
    max-width: none;
}

.title.barlow {
    font-size: 3em;
}
.p-mainVisual__video{
	object-position:center !important;
}
.post_content h2.teppou {
    width: fit-content;
    margin: 0 auto 60px !important;
    padding-left: 100px;
    position: relative;
    font-size: 2em;
    font-weight: 700;
}

.is-style-section_ttl.teppou::before {
    content: "";
    display: block;
    position: absolute;
    left: -10px;
    top: -30px;
    width: 100px;
    height: 120px;
    background-image: url(https://yamae-history.jp/wp-content/uploads/2025/06/05_hinawajuube.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contents-title {
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-size: clamp(1.25rem, -0.006rem + 3.34vw, 2rem) !important;
}

@media (min-width: 600px) and (max-width: 900px) {
    .wp-block-group:has(.contents-title) {
        padding: 1em;
    }
}

@media (max-width: 768px) {
    .p-mainVisual__slideTitle {
        font-size: 4.3vw !important;
    }

    .p-mainVisual__slideText {
        font-size: 3vw !important;
    }
}

@media (max-width: 600px) {
    .contents-title {
        font-size: 1.4em !important;
    }
}

/*topのリンク画像アニメーション*/
a.media-text-link img {
    transition: transform 0.3s ease;
}

a.media-text-link:hover img {
    transform: scale(1.05);
}

/*トップページのフェードイン*/
body.fade-in-start {
    opacity: 0;
    transition: opacity 1.6s ease;
}

body.fade-in-done {
    opacity: 1;
}

/*scroll*/
.p-mainVisual__scrollArrow {
    width: 40px;
    height: 40px;
}

.p-mainVisual__scrollLabel {
    font-size: 1em;
}

/*ヘッダーロゴ調整*/
.l-header__logo {
    padding: 0 !important;
    margin-right: 0 !important;
}

.l-fixHeader__logo {
    margin-right: 0 !important;
	padding:0 !important;
}

.home #content {
    margin-bottom: 0;
}

/*#header .l-container,
#fix_header .l-container {
    max-width: none;
    padding: 0 1em !important;
}
*/
/*フッターsns*/
#footer .u-fz-14 {
    font-size: 28px;
}

#footer .l-footer__widgetArea {
    padding-bottom: 0;
}

/*固定ページの空白調整*/
.page #content {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}
/*パンクズリストの改行調整*/
.p-breadcrumb__list{
	align-items:flex-start;
}
.p-breadcrumb__item:not(:first-child) .p-breadcrumb__text{
	white-space:wrap;
}
.c-categoryList__separation:after, .p-breadcrumb__item:after{
	margin-top:4px;
	margin-bottom:auto;
}
@media (min-width:600px){
	.p-breadcrumb__list{
	font-size:1em !important;
}
	.c-categoryList__separation:after, .p-breadcrumb__item:after {
		margin-top:0.5rem
	}
} 
/*汎用クラス*/
.p-1{
	padding:1rem;
}
@media (max-width:600px){
	.mx-80p>img{
	max-width:80%
}
}

/*セクション見出し装飾*/
.is-style-section_ttl.has-text-align-left{
	border-bottom:2px solid var(--color_main) ;
	display:inline-block;
	position:relative;
	margin-left:1.5em;
	padding:0 0.25em;
	font-weight:500 !important;
}
@media (max-width: 600px) {
    .is-style-section_ttl.has-text-align-left {
        font-size:2em !important;
    }
	.is-style-section_ttl.has-text-align-left.small {
        font-size:1.2em !important;
    }
}
.is-style-section_ttl.has-text-align-left::before{
	content:"";
	display:block;
	position:absolute;
	width:2.5em;
	height:2.5em;
	top:50%;
	left:-2em;
	transform: translateY(-35%);
	background-image:url(https://yamae-history.jp/wp-content/uploads/2025/12/d_yamae.png);
	background-size:contain;
	background-repeat:no-repeat;
}

/*キャプション調整*/
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{
	font-size:0.9rem;
	font-weight:600;
}
@media (max-width: 600px) {
    .wp-block-gallery.has-nested-images figure.wp-block-image figcaption{
	font-size:0.6em;	
}
}

.caption{
	font-size:1rem;
	font-weight:600;
	margin-top:0 !important;
	background-color:white;
	line-height:1.5;
	padding:0.2em 0 !important;
}