/* CSS Document */
body {
	background: #fff;
}

* {
	box-sizing: border-box;
}

/* 追加CSS */
i {
	font-family: "Font Awesome 5 Free" !important;
}

/* CSS Document */
#header_inner h1 span {
	letter-spacing: -0.05em;
}

.sp {
	display: none;
}

/* CSS Document */
body {
	background: #f1ede3 !important;
}

#breadcrumbs {
	display: none;
}

/* ここから */

#mugengushi {
	background: url(../img/bg.webp) repeat-y;
	background-size: 100%;
	overflow: hidden;
	padding-bottom: 50px;
}

.mugengushi__inner {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 0 0 50px 0;
}

.mugengushi__inner video{
	display: block;
}

.mugengushi__inner .video video {
	width: 100%;
	max-width: 900px;
	height: auto;
}

.mugengushi__inner img {
	display: block;
	width: 100%;
	max-width: 900px;
}

/* ここまで */

#sub_contents {
	margin-top: 0;
}

#mugengushi #header2 {
	text-align: center;
	background: url(../img/bg_mugengushi.png);
	background-size: 100%;
	padding: 30px 0;
}

#mugengushi #searchbox {
	border-radius: 20px;
	width: 900px;
	margin: auto;
	background-color: #fff;
	padding: 2em 0;
}

#mugengushi .search_form {
	width: 790px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

#mugengushi .search_form img {
	margin-bottom: 0;
	padding-bottom: 0;
}

#mugengushi .search_form .place_search_box,
#mugengushi .search_form .keyword_search_box {
	width: 49%;
	background: #efefef;
	align-items: center;
	display: flex;
	padding: 3%;
}


#mugengushi .search_form .keyword_search_box ul {
	display: flex;
	justify-content: space-between;
}

#mugengushi .search_form .keyword_search_box ul li input[type=text] {
	height: 3em;
	width: 100%;
	margin-right: 5px;
}

#mugengushi .search_form .keyword_search_box ul li:first-child {
	width: 80%;
}

#mugengushi .search_form .keyword_search_box ul li:last-child {
	width: 19%;
}

#mugengushi .search_form button {
	height: 3em;
	width: 100%;
}