body {
	/* padding: 120px 0 0; */
}

#wrapper{
	padding: 80px 0 0;
}

#page_title {
	width: 100%;
	box-sizing: border-box;
	height: 400px;
	/* background: #535353; */
	background: #000 url('../images/pagetitle_saru.svg') no-repeat right 30px center;
	background-size: 46.7% auto;
	padding: 0 0 0 10.4dvw;
	display: flex;
	align-items: center;
	margin-bottom: 180px;
}

#page_title h2 {
	color: #fff;
}

#page_title h2 .eng {
	font-size: clamp(100px, 8.33dvw, 175px);
	display: block;
	line-height: 1em;
}

#page_title h2 small {
	font-size: 30px;
	display: block;
	line-height: 1em;
}

#page_title h2 .jp {
	font-size: 30px;
	display: block;
	line-height: 1em;
}

main section article {
	line-height: 1.8em;
}

.photo_comment {
	display: flex;
}

.more {
	text-align: center;
}

.more a {
	display: inline-block;
	font-family: "futura-pt", sans-serif;
	font-weight: 600;
	font-style: normal;
	text-align: center;
	color: #000000;
	text-decoration: none;
	font-size: 36px;
	line-height: 85px;
	padding: 0 50px 0 0;
	background: url(../images/more1.svg) no-repeat right center;
}


form .hissu {
	color: #fff;
	background: #ff0000;
	border-radius: 5px;
	padding: 0 5px;
	float: right;
}

form input[type="text"],
form input[type="email"],
form textarea {
	border: 1px solid #ccc;
	border-radius: 6px;
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
}

form input[type="date"] {
	border: 1px solid #ccc;
	border-radius: 6px;
	padding: 5px;
	box-sizing: border-box;
}

form input[type="tel"],
form input[type="number"] {
	border: 1px solid #ccc;
	border-radius: 6px;
	padding: 5px;
	box-sizing: border-box;
}

form select {
	border: 1px solid #ccc;
	border-radius: 6px;
	padding: 5px;
	box-sizing: border-box;
}

form .year {
	width: 100px !important;
}

form .gakureki {
	width: 300px !important;
	margin: 0 0 10px;
}

form .month,
form .day {
	width: 60px !important;
	margin-left: 20px !important;
}

form input.radio {
	width: auto;
}

form #tel {
	width: 320px !important;
}

form #submitbutton input {
	display: block;
	line-height: 60px;
	margin: 20px auto;
	border: 0;
	width: 400px;
	background: #000;
	text-decoration: none;
	text-align: center;
	color: #fff;
	font-size: 20px;
}

form .shortbox {
	width: 80px !important;
}