#page_title {
	height: 479px;
	background: #e7e1d9 url('../../../../media/kinds/pagetitle.webp') no-repeat top center;
	margin: 0 auto 90px;
}

#page_title h2 {
	padding: 50px 0 0;
}

#page_title #chara1{
	position: absolute;
	bottom: 40px;
  left: calc(50% - 350px);
  transform-origin: 50% 100%;
}

#header_contact {
	background: linear-gradient(to bottom, #f24c0e 0%, #f24c0e 50%, #fbc8b5 51%, #fbc8b5 100%);
	box-shadow: 0 5px 0 #9a1609;
}

#header_contact:after {
	color: #ced0ff;
	text-shadow: 2px 3px 0 #0010e1;
}

#header_contact a {
	border: 1px solid #a01b0b;
}

#header_contact a span {
	color: #0010e1;
}

main h3 {
	font-size: 30px;
	color: #c72f2f;
	text-align: center;
	padding: 0 0 30px;
	margin: 0 0 40px;
	font-family: "vdl-logog", sans-serif;
	font-weight: 400;
	font-style: normal;
	background: url('../../../../media/kinds/midashi1.webp') no-repeat bottom center;
}

#section1 article {
	display: flex;
	justify-content: space-between;
}

#section1 article .comment {
	width: 485px;
	flex: none;
}

#section1 article .photo {
	width: 430px;
	flex: none;
}

#section2 {
	border-top: 10px solid #9f744c;
	border-bottom: 30px solid #624020;
	margin: 0 auto 100px;
}

#section2 h3 {
	color: #fff;
}

#section2 .inner {
	border-top: 30px solid #624020;
	border-bottom: 10px solid #9f744c;
	background: url('../../../../media/kinds/bg_kokuban.webp') top center;
	color: #fff;
	position: relative;
	padding: 60px 0;
}

#section2 .inner:after {
	height: 52px;
	content: "";
	display: block;
	background: url('../../../../media/kinds/bottom_kokuban.webp') no-repeat top center;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}

#section2 .inner table {
	width: 100%;
	background: #fff;
	color: #313131;
}

#section2 .inner th,
#section2 .inner td {
	border: 2px solid #edad14;
	padding: 10px;
}

#section2 .inner th {
	white-space: nowrap;
}

#section3 ul {
	list-style: none;
	display: flex;
	padding: 40px 0 0;
}

#section3 ul li {
	width: 50%;
	flex: none;
	text-align: center;
}

#section4 article {
	display: flex;
}

#section4 article .comment {
	width: 60%;
	padding-right: 40px;
	box-sizing: border-box;
}

#section4 article .photo {
	width: 40%;
}