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

#body_wrap,.l-footer,.p-breadcrumb.-bg-on{
	background: url(https://mitsue.vi-hack.com/wp-content/uploads/2025/08/bg.jpg) repeat;
}
.p-mainVisual__slideText {
	font-size: 2em;
	font-family: serif;
	margin-top: 0;
}
.c-pageTitle {
	font-size: 3em;
	text-align: center;
	background: rgba(0, 0, 0, 0.4);
	padding: 2.5em 0;
	width: 60vw;
	margin: auto;
	border-radius: 8px;
}
.archive .c-pageTitle{
	background: none;
}
@media(max-width:599px){
	.c-pageTitle{
		line-height: 2em;
		padding: 30px 0;
	}
}
@media (max-width: 800px) {
	.p-mainVisual__textLayer img {
		width: 50vw;
	}

	.c-pageTitle {

		font-size: 1.5em;
		width: 90vw;
	}
}