body {
	padding: 0;
	margin: 0;
	font-family: serif;
	font-size: 14px;
	color: #fff;
	background-image: url("../images/header_blue.jpg");
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #000;
}

#head_imgs {
	margin-top:20px;
}

#content {
	width: 1370px;
	margin: 0 auto;
	display: block;
	padding: 0;
	overflow: hidden;
}

#header_area {
	background-color: #2d3452;
	height: 65px;
	background-position: top center;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-top: 20px;
//border:1px solid #e00;
}

#head_title {
	margin: 0;
	float: none;
}

#nav_and_flags {
	display: flex;
	align-items: flex-start;
	gap: 20px;
}

#nav_and_flags ul {
	display: flex;
//border: 1px solid #fff;
	padding: 0;
	margin: 0;
	list-style: none;
	align-items: center;
}

#nav_and_flags ul li {
	font-size: 17px;
	padding: 2px 5px;
	display: flex;
	align-items: center;
}

#nav_and_flags ul li:not(:last-child)::after {
	content: "｜";
	color: #fff;
	margin: 15px 0.5em;
	display: inline-block;
	line-height: 1; /* 高さをそろえる */
}

#nav_and_flags ul li a {
	color: #fff;
	text-decoration: none;
}

#nav_and_flags ul li a:hover {
	background-color: #fff;
	color: #2d3452;
}

#country {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin-left: 20px;
}

.flag-row {
	display: flex;
	justify-content: center;
	gap: 4px;
}

.flag-row a {
	display: inline-block;
}

.flag-row img {
	width: 32px;
	height: auto;
	vertical-align: middle;
}

.image-overlay-container {
	position: relative;
	width: fit-content; /* または必要に応じて100%など */
}

.image-overlay-container img {
	display: block;
	max-width: 100%;
	height: auto;
}

#b_btn {
	position: absolute;
	bottom: 20px; /* ←画像の底から20px上に配置 */
	left: 0;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.4); /* 半透明白 */
	padding: 10px 0;
	overflow: hidden;
}

#b_btn ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	gap: 10px;
}

#b_btn ul li {
	text-align: center;
}

#footer_area {
	height:153px;
	margin-top:20px;
	background-image: url("../images/footer_blue.png");
	background-repeat: repeat-x;
}

#footer_area img {
	margin-left:60px;
	margin-top:10px;
	float:left;
}

#footer_area div {
	float:right;
	margin-right:60px;
	margin-top:0px;
}

#footer_area li {
	font-size:18px;
	line-height:2em;
	letter-spacing: 2px;

}

address {
	text-align:center;
	font-style: normal;
	margin-top:10px;
	margin-bottom:20px;
	font-size:16px;
	letter-spacing: 1px;
}

.cb {
	clear:both;
}

#hamburger {
	display:none;
}
