@charset "utf-8";

body {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
* {
	outline: none;
}
.seijin .flexbox li {
	-webkit-flex-grow: 0 !important;
	flex-grow: 0 !important;
	text-align: left !important;
}

.seijin_title {
	font-size: 32px;
	margin-bottom: 40px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.title {
	overflow: hidden;
}
.comment {
	font-size: 16px;
	font-weight: bold;
	line-height: 2em;
	margin-bottom: 20px;
}
.pic_box {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 40px;
	margin-bottom: 40px;
}
.pic_box .text {
	font-size: 14px;
	font-weight: bold;
}
.slider{
    width: 320px;
		margin-bottom: 10px;
}
.slider img{
    height: auto;
    width: 100%;
}
.thumb {
	width: 255px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
.thumb img {
	width: 100%;
	height: auto;
}

.reserve_btn {
	width: 80%;
	margin: 0 auto;
}
.reserve_btn li {
	width: 40%;
}
.reserve_btn a {
	background-color: #a5561b;
	color: #ffffff;
	font-size: 16px;
	padding: 10px;
	text-align: center;
	display: block;
	width: 100%;
	cursor: pointer;
	letter-spacing: 0.1em;
}
.reserve_btn a:hover {
	opacity: 0.8;
}
