/*
font-family: 'Noto Serif JP', serif;
font-family: 'Spectral', serif;
*/

.pc{
	display: block;
}

.sp{
	display: none;
}

/* index.html トップページ */
.bnr{
	margin: 20px 0 50px 0;
}

.top img{
	width:100%;
}

.about-info{
	text-align: center;
}

.about-info h2{
	color:white;
}

.content-menu{
	position: relative;
	overflow: hidden;
	transition: .5s;
}

.content-menu figure{
	margin:0;
}

.content-menu p{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size:34px;
	transition: .5s;
}

.content-menu:hover p{
	text-shadow: 0px 0px 6px rgba(0,0,0,0.8), 0px 0px 6px rgba(0,0,0,0.8), 0px 0px 6px rgba(0,0,0,0.8);
}

.btn-def{
	display: inline-block;
	border:1px solid #555;
	color:white;
	width:200px;
	height:45px;
	line-height: 45px;
}

.btn-def:hover{
	background-color:white;
	color:black;
}

.content-top img{
	margin:10px 0;
}

#news{
	border-top:1px solid #555;
	border-bottom: 1px solid #555;
}

#news dt,#news dd{
	color:white;
	line-height: 1.6em;
}

.contact-top{
	border-bottom: 1px solid #555;
}

.access-top ul{
	padding:0;
}

.access-top li{
	list-style-type: none;
	color:white;
	line-height: 3em;
	border-bottom: 1px solid #555;
}

.foot-sitemap ul{
	display: flex;
	flex-wrap: wrap;
	padding:0
}

.foot-sitemap li{
	list-style-type: none;
	margin-right: 30px;
}

/* concept.html */
.concept img,.acs-img img{
	width:100%;
}
.concept-text p{
	font-size:20px;
	line-height: 2em;
	font-family: 'Noto Serif JP', serif;
}

.concept-image{
	display: flex;
	justify-content: center;
}

/* system.html */
.charm,.time{
	margin:40px 0;
}
.charm h3,.time h3,.group h3{
	color:#dab300;
	font-family: 'Noto Serif JP', serif;
}
.system-content{
	width: 100%;
}

.system-content th,.system-content td{
	color:white;
	padding:20px 10px;
}

.system-content th{
	border-bottom: 1px solid #dab300;
	font-family: 'Noto Serif JP', serif;
}

.system-content td{
	text-align: right;
	border-bottom: 1px solid #555;
}

.dab{
	text-align: center;
	color:#dab300!important;
	font-size:16px;
}

.group ul{
	padding:10px;
}

.group li{
	color:white;
	list-style-type: none;
	line-height: 2em;
	text-align: center;
}

/* plan.html */
.hanakura,.rera{
	text-align: center;
}

.hanakura img,.rera img{
	margin:20px 0;
}

.plan-text{
	font-size:26px;
}

.plan-text span{
	margin-right: 10px;
	background-color:white;
	padding:5px 10px;
	border-radius: 10px;
	color:red;
	font-weight: bold;
}

.plan-price{
	font-size:26px;
	margin:40px 0;
}

.plan-price span{
	margin:0 10px;
	font-size:30px;
	font-weight: bold;
}

.plan-rera{
	font-size: 14px;
}

/* access.html */
.mb-1{
	margin-bottom: 30px;
}

.map{
	margin:30px 0;
}

/* contact.html */
.etc-content h3{
	color:#dab300;
	padding:10px 0;
}

.etc-content ul{
	padding:0;
}

.etc-content li{
	list-style-type: none;
	color:white;
}

.tel-number{
	font-size:30px;
	font-weight: bold;
}

.label{
	font-size:16px;
	padding:0;
}

.label span{
	font-size:14px;
	background-color:red;
	border-radius: 5px;
	padding:3px 5px;
	margin-left: 10px;
}

input,textarea{
	margin:10px 0;
}

/* recruit.html */
.recruit-content table{
	width: 100%;
}

.recruit-content th{
	border-bottom: 1px solid #dab300;
	padding:10px;
}

.recruit-content td{
	border-bottom: 1px solid #555;
	padding-left: 10px;
}

.recruit-content ul{
	padding:0;
}

.recruit-content li{
	list-style-type: none;
	padding:15px 0;
	border-bottom: 1px solid #555;
}

.recruit-content h3{
	color:#dab300;
}

.recruit-content p{
	font-size:16px;
}

/* recruit.html */
.recruit-content{
	color:white;
}

.recruit-content img{
	width:100%;
}

.recruit-content table{
	line-height: 2em;
}

/* recruit-contact */
.recruit-contact{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.recruit-contact h4{
	font-size: 20px;
}

.recruit-contact h5{
	font-size: 20px;
}

.recruit-contact h5 span{
	font-size: 12px;
	font-weight: normal;
	padding-left: 10px;
}

/* sitemap.html */
.sitemap{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.sitemap li a{
	display: block;
	color: white;
	width:200px;
	height:50px;
	line-height: 50px;
	margin:10px;
	border:1px solid white;
	text-align: center;
	transition: .3s;
}

.sitemap li a:hover{
	background-color:white;
	color:#dab300;
}