/* print.css — 印刷用スタイル */

/* 全体基本設定 */
body {
	font-family: serif;
	font-size: 12pt;
	color: #000;
	background: #fff !important;
	margin: 0;
	padding: 0;
}
#top_img {
	width:50%;margin:auto;display:block;	
}

#head_title {
	filter: grayscale(100%) invert(100%);width:45%;margin:auto;display:block;	
}

/* 不要な要素を非表示 */
#nav_and_flags,
#footer_area,
#hamburger,
#b_btn,
#country,
nav,
menu,
.sidebar,
.print-hide {
	display: none !important;
}

h2 {
	text-align:center;
}

a {
	color: #000;
	text-decoration: none;
}

/* 全体幅調整 */
#content {
	width: 100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

/* フレックスで画像を横並びに、小さく */
#mid_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 5px;
	width: 95%;
	margin: 0 auto;
	box-sizing: border-box;

}


/* 各ボックス調整（2列） */
#box2, #box3, #box4 {
	width: 48%;
	margin: 5px 0;
	page-break-inside: avoid;
}

/* 一般画像の縮小 */
#box1 img, #box2 img, #box3 img, #box4 img {
	width: 90%;
	object-fit: cover;
	display: block;
	margin: 3px auto;
}


#f1 {
	width:45%;
	float:left;
}

#f2 {
	width:45%;
	float:left;
}


#box1 {
	display:block;
	width:50%;
	float:left;
}

#box1 img {
	width: 50%;
	display: block;

}

#mid_box2 {
	width:90%;
	margin:auto;
	display:block;
	overflow:hidden;
}



#c_kumiko {display:none;}


#m1, #m2 {
	font-size: 14pt;
	text-align: center;

}

#msg {
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
	text-align: left;
}

#msg p {
	font-size: 14pt;
	line-height: 2em;
	width:45%;
	float:right;
}

address {
	font-size: 10pt;
	color: #000;
	text-align: center;
	margin-top: 20px;
}

/* 改ページ防止 */
.page-break {
	page-break-before: always;
}

.image-overlay-container img {display:none; }