img.justifyleft {
	float: left;
	margin: 0 20px 20px 0;
}

img.justifyright {
	float: right;
	margin: 0 0 20px 20px;
}
.space{
	width:18px;
	display:inline-block;
}
.sp_only{
	display:none;
}
p.justifyleft,
th.justifyleft,
td.justifyleft {
	text-align: left;
}

p.justifyright,
th.justifyright,
td.justifyright {
	text-align: right;
}

.tac{
	text-align: center;
}

.tar{
	text-align: right;
}

.tal{
	text-align: left;
}

.fll_wrapper img{
	float: left;
}

#contents hr {
	border: 0;
	height: 0;
	clear: both;
}

#page_title {
	height: 160px;
	text-indent: -9999px;
	margin: 0 0 70px 0;
}

#main {
	width: 1050px;
	margin: 0 auto;
	padding: 0 0 100px 0;
}
#contents section {
	margin: 0 0 70px 0;
	background: #fff;
	padding: 0 0 45px 0;
	border-radius: 0 0 5px 5px / 0 0 5px 5px;
	text-align: justify;
}
#contents section p{
	padding:0 20px;
}
#contents section th p,
#contents section td p{
	padding:0 !important;
}
#contents section th,
#contents section td{
}
#contents section ul,
#contents section ol{
	padding: 0 20px 0 50px;
}
#contents section .float_l{
	padding:0 0 0 20px;
	box-sizing:border-box;
}

#contents section .float_r{
	padding:0 10px 0 0;
	box-sizing:border-box;
}
#contents section h3 {
	font-size: 24px;
	line-height: 280px;
	text-align: center;
	font-family: "vdl-v7mincho",sans-serif;
	font-weight: bold;
}
@media all and (-ms-high-contrast:none){
	#contents section h3 {
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
		font-weight: normal;
	} 
}
#contents section h4 {
	font-size: 24px;
	line-height: 50px;
	margin: 0 0 20px 0;
	font-family: "vdl-v7mincho",sans-serif;
}
@media all and (-ms-high-contrast:none){
	#contents section h4 {
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
		font-weight: normal;
	} 
}

#contents section td h4{
	line-height: 1.2em;
	margin-bottom:10px !important;
}
#contents section h4 br{
	display:none;
}

#contents section h5 {
	font-size: 22px;
	padding: 0 0 10px 10px;
	margin: 0 0 20px 0;
	font-family: "vdl-v7mincho",serif;
}
td.price{
	white-space: nowrap;
}
.border_blue {
	border-top: 1px solid #50b5da !important;
}

.border_pink {
	border-top: 1px solid #ffc7c7 !important;
}

.border_green {
	border-top: 1px solid #9fd968 !important;
}

.box {
	border-radius: 5px;
	background: #f5f5f5;
	margin: 30px 0;
	padding: 0 0 30px 0;
}

.box h5 {
	background: #e5e5e5;
	font-size: 16px;
	line-height: 40px;
	margin: 0 0 20px 0;
	text-align: center;
	border-bottom: 0 !important;
	border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	color: #292929 !important;
}

.box h6 {
	border-top: 2px solid #c5c5c5;
	border-bottom: 2px solid #c5c5c5;
	background: #fff;
	padding: 5px 10px;
	margin: 0 20px 10px;
	text-align: center !important;
	font-family: "vdl-v7mincho",sans-serif;
}

@media all and (-ms-high-contrast:none){
	.box h6 {
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
		font-weight: normal;
	} 
}
.box p {
	margin: 0 20px;
}

.box ul,
.box ol {
	padding: 0 20px 0 50px;
	margin: 0 20px;
}

.gallery {
	display: -webkit-box; /* before Android4.3 iOS6:Safari */
	display: -ms-flexbox; /* IE10 */
	display: -webkit-flex; /* Pc-safari */
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-flex-flow: row wrap; /* IE10 */
	-webkit-flex-flow: row wrap; /* Pc-safari */
	flex-flow: row wrap;
	justify-content: center;
	list-style: none;
	padding: 20px 0 0 !important;
}

.gallery li {
	width: calc(100% / 3 - 40px);
	margin: 0 20px 20px;
	word-wrap: break-word;
}

.gallery li img {
	width: 100%;
	height: auto;
}

#contents ol {
	padding: 0 0 0 30px;
}


section article table{
	border-radius: 6px;
	border-collapse: separate;
	overflow: hidden;
}

section article ul{
}
.photo_gl{
	list-style:none;
	display: -webkit-box; /* before Android4.3 iOS6:Safari */
	display: -ms-flexbox; /* IE10 */
	display: -webkit-flex; /* Pc-safari */
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-flex-flow: row wrap; /* IE10 */
	-webkit-flex-flow: row wrap; /* Pc-safari */
	flex-flow: row wrap;
	width:100%;
	margin:0 auto;
	padding:0 !important;
}
.photo_gl li{
	width:calc(100% / 3 - 40px);
	margin:0 20px 20px;
	text-align:center;
}
.gallery li p,
.photo_gl p{
	padding:0 !important;
}
.photo_gl li img{
	width:100%;
	height:auto;
}
@media all and (-ms-high-contrast:none) {
	.map_more{
		font-family: "meyryo" !important;
	　}
}
.dankai{
	padding-left:40px !important;
	width:265px;
}

.dankai2{
	padding-left:40px !important;
	width:245px;
}
#recruit_banner{
	width:1050px;
	margin:0 auto;
}
#recruit_banner li{
	width:calc(100% / 3 - 30px);
	margin:0 15px 30px;
	float:left;
}
#recruit_banner li img{
	width:100%;
	height:auto;
}
.kintou{
	table-layout: fixed;
}