﻿@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
 Version: 4.0
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/

body{
	background-color: #333;
}

#container .header, .drawer__title{
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    position: fixed;
    width: 100%;
    top:0;
    left:0;
    z-index: 9000;
    transition: background-color 0.3s ease;
}

#container .header.scrolled {
    background-color: rgba(0, 0, 0, 0.5);
}


.header-image__text {
	/* max-width: 1500px;; */
	padding: 25vh 10px;
	/* width:var(--wp--custom--wrap--content-width); */
	p{
		text-align:left;
	}
	.header-image__headline {
		/* font-size: 4vw; */
		font-weight: bold;
		font-family: 'Noto Sans JP', sans-serif;
	}
	.header-image__descr {
		/* font-size: 1.5em; */
	}
}

.entry-content h2{
	/* font-size: 2.0em; */
}

.entry-content p {
	margin: 0 0 1.5em;
	line-height: 2em;
	letter-spacing: 0.02em;
	color: #404040;
}

.single #content, .page #content, .search #content, .archive #content {
    margin-top: 100px;
}

.search-title{
	color:#fff;
	padding-top:30px;
	margin-bottom:30px;
}

@media screen and (min-width:768px) {

	.single #content, .page #content, .search #content, .archive #content {
		margin-top: 62px;
	}
	.header-image__text {
		max-width: 1500px;
		padding: 20vh 0px;
		width:var(--wp--custom--wrap--content-width);
		p{
		}
		.header-image__headline {
			font-size: 4vw;
			/* font-size: 4em; */
		}
		.header-image__descr {
			font-size: 1.5em;
		}
	}
	
	.entry-content h2{
		font-size: 2.0em;
	}
	
	.entry-content p {
		/* margin: 0 0 1.5em;
		line-height: 2em;
		letter-spacing: 0.02em;
		color: #404040; */
	}
}
