@charset "utf-8";

/* --------------------------------------------------
	基本
-------------------------------------------------- */

#wrap{
	border-top: 3px solid #404d6f;
	background: #FFFFFF;
}
.ttlBg{
	background: #404d6f;
}

/*見出し*/
h2.ttl01{
	border-top: #404d6f 2px solid;
}
h2.ttl02:after {
	border-bottom: #404d6f 3px solid;
}

/*お問い合わせボックス*/
.inquiryBox{
	border: #404d6f 1px solid;
	background: #FFFFFF;
}

/*----------------footer----------------*/
.footer02{
	background: #404d6f;
	z-index: 1;
	position: relative;
	opacity: 0.9;
}

.footer01{
	background: #333333;
	padding: 20px 0;
	opacity: 0.9;
	z-index: 1;
	position: relative;
}

.footer01 ul li a {
	color: #FFFFFF;
}

/* --------------------------------------------------
	/基本
-------------------------------------------------- */
.contentsAreaw{
	margin: 0 auto;
	width: 100%;
	height: 60px;
	position: relative;
	z-index: 1;
	background: #FFFFFF;
	top: -23px;
	padding-top: 20px;
		border-top: 3px solid #404d6f;
}

.contentsAreac{
	margin: 0 auto;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
	background: #FFFFFF;
	opacity: 1.0;
	padding-top: 0px;
	padding-bottom: 10px;
}

/* --------------------------------------------------
	トップページ
-------------------------------------------------- */
.prListTtl:first-letter{
	color: #404d6f;
}

.prList01 {
	display: block;
	background: url(../images/top/prList01.jpg) no-repeat;
}
.prList02 {
	display: block;
	background: url(../images/top/prList02.jpg) no-repeat;
}
.prList03 {
	display: block;
	background: url(../images/top/prList03.jpg) no-repeat;
}

.prListTtl:first-letter{
	font-size: 2em;
	color: #FFFFFF;
}
.prListTtl{
	font-size: 2.2rem;
	line-height: 1.3;
	font-weight: bold;
	margin-bottom: 12px;
	color: #FFFFFF;
}

.prListTxt{
	font-size: 1.4rem;
	line-height: 1.75;
	color: #FFFFFF;
}

.prList li{
	display: inline-block;
	left: -50%; /* 各リスト項目になるli要素を左に50%移動。 */
	float: left;
	margin: 0px;
	height: 300px;
	z-index: 0;
	width: 33.333333%;
}

.center{
	display: block;
	justify-content: center;
	align-items: center;
	height: 300px;
	width: 100%;
}
}

.center{	
	height: 300px;
	width: 100%;
}

.txt{
  display:inline-block;
  vertical-align: middle;
  line-height:normal;
	margin-top: 80px;
	width: 80%;
}
header p.logo img{
	width: 215px;
	height: auto;
}
@media screen and (max-width: 959px) {
	header p.logo img{
		width: 200px!important;
		height: auto;
	}
}
@media screen and (max-width: 900px) {
.txt{
	margin-top: 30px;
}
}

@media screen and (max-width: 650px) {
.prList li{
	display: block;
	width: 100%;
}
	
.txt{
	margin-top: 80px;
}
}

.news{
	margin-top: -48px;
}

header{
	background-color: #FFFFFF;
}

video {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
}
#slider {
	display: none;
	position: relative;
}
#video {
	width:	100%;
	height:	500px;
	margin-bottom: 54px;
}

@media screen and (max-width: 480px) {
video {
	display: none;
}
#video {
	display: none;
}
#slider {
	display: block;
	position: relative;
	margin-top: -45px;
	margin-bottom: 0;
	z-index: 0!important;
}
.mainVisual01{
	display: block;
	background: url(../images/top/main_v01.jpg) no-repeat;
}
.mainVisual02{
	display: block;
	background: url(../images/top/main_v02.jpg) no-repeat;
}
.mainVisual03{
	display: block;
	background: url(../images/top/main_v03.jpg) no-repeat;
}
}

/* --------------------------------------------------
	/トップページ
-------------------------------------------------- */




/* --------------------------------------------------
	サイトマップ
-------------------------------------------------- */

/* --------------------------------------------------
	/サイトマップ
-------------------------------------------------- */




/* --------------------------------------------------
	プライバシーポリシー
-------------------------------------------------- */
.privacyTtl{
	border-top: solid 2px #404d6f;
}
/* --------------------------------------------------
	プライバシーポリシー
-------------------------------------------------- */




/* --------------------------------------------------
	詳細ページ
-------------------------------------------------- */

/* --------------------------------------------------
	/詳細ページ
-------------------------------------------------- */