@charset "utf-8";
#primary {
	float:none !important;
	max-width:650px !important;
	margin:auto;
}

#chienoyu,
.onsen-other {
	max-width:650px;
	margin:auto;
}

#chienoyu .d-flex,
.onsen-other .d-flex {
	display:flex;
	gap:30px;
	flex-direction:column;
}

section.onsen-other {
    margin: 50px auto;
    border-top: 1px dotted #ccc;
    padding-top: 50px;
}

#chienoyu img,
.onsen-other img {
	width:100%;
}

#chienoyu h2 {
	margin:1.7em auto;
}

#chienoyu h3 {
	font-size:1.3rem;
	background-color: #000;
	color: #fff;
	text-align: center;
	padding:10px 0;
}

#chienoyu dt {
	font-weight:bold;
}

#chienoyu dd {
	margin-left:0;
	margin-bottom:20px;
}

#chienoyu table {
	border-collapse:collapse;
}

#chienoyu th,
#chienoyu td {
	border: 1px solid #cc9933;
	border-collapse:collapse;
}

#chienoyu tr:first-of-type th {
	background-image: inherit;
	background-color: #654e32;
	color: #fff;
	text-align: center;
	border: 1px solid #cc9933;
}

#chienoyu th {
	background-color: #ffd8aa;
}

#chienoyu td {
	text-align:center;
}

section:not(#chienoyu) table {
	border-collapse: separate;
	border-spacing: 10px;
	border:none;
	width:auto;
}

section:not(#chienoyu) table th {
	background-color: #ffd8aa;
	text-align: center;
	padding: 10px;
	white-space: nowrap;
	border:none;
}

section:not(#chienoyu) table td {
	text-align:left;
	border:none;
}


/* ================================
ブレイクポイント
================================== */
@media (min-width: 480px) {

}

@media (min-width: 768px) {
	#chienoyu .d-flex,
	.onsen-other .d-flex {
		flex-direction:row;
	}

	#chienoyu .d-flex .first-block {
		flex-basis:320px;
		flex-shrink:0;
	}

	.onsen-img {
		flex-basis:150px;
		flex-shrink:0;
	}
}

@media (min-width: 1024px) {
	br.mb {
		display:none;
	}
}

@media (min-width: 1320px) {

}

@media (min-width: 1920px) {

}