@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

body{
	font-family: 'Noto Sans Japanese', serif;
	padding: 20px;
	height: auto;
	width: 100%;
	}
.noto100 {font-weight:100;}
.noto200 {font-weight:200;}
.noto300 {font-weight:300;}
.noto400 {font-weight:400;}
.noto500 {font-weight:500;}
.noto600 {font-weight:600;}
.noto700 {font-weight:700;}
.noto800 {font-weight:800;}
.noto900 {font-weight:900;}
/*レイアウト----------------------------------------------------------------*/
#wrapper {
	width:100%;
	margin:10px auto;
	padding:20px;
}
body a, body a:visited {
  color: #231815;
  text-decoration: none;
}
body a:hover {
  color: #2583ba;
}

/*header----------------------------------------------------------------*/
#header {
	padding: 10px;
}
#header h1 img{
	width:30vw;}
.stext{
	position: absolute;
	top:20px;
	right: 30px;
	color: dimgrey;
	font-size: 0.8em;
}
#tel {
	position:absolute;
	top:40px;
	right: 30px;
}
#tel img{
	width:30vw;
	}
/*GlobalNavi----------------------------------------------------------------*/

#navigation {
  position: absolute;
  width: 100%;
  margin:0 auto;
  text-align: center;
}
#navigation ul li {
  display: inline-block;
}

ul:before {
	content:"  |  ";
	color:#999;
	font-size:18px;
}
li:after {
	content:"  |  ";
	color:#999;
	font-size:18px;
}
#navigation ul li a {
  display: inline-block;
  padding: 10px 15px;
  font-size: 1.7vw;
}
#navigation ul li.current-item a {
  color: #000;
}
#navigation #slide-line {
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: #2583ba;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
/*main-image----------------------------------------------------------------*/
#main {
	width:95vw;
	margin-top:55px;
	padding-top: 24.25%;
	background: url(../images/kv.png)0 0 no-repeat;
	background-size: contain;
	}
#main h2{
	position:absolute;
	top:37%;
	left:25%;
	font-size:2.5vw;
	line-height:1.3em;
	}
/*新着----------------------------------------------------------------*/
#info {
	position: relative;
}
/*ミリオンライフとは-----------------------------------------------------------------*/
#intro{
	margin-bottom:30px;
	width:100%;
	}

#intro h3 {
	background-color:#e2f4ff;
	margin:20px 0;
	padding:10px;
	font-size: 1.8em;
	width:100%;
}
#intro h3 .titleV{
	padding: 2px 20px;
	border-left: 3px solid #23a3ee;
	}
#intro img{
	float:left;
	margin-right: 30px;
	width:30vw;
	max-width:362px;
	max-height:240px;
	}
#intro h4{
	font-size:1.4em;
	color:#2583ba;
	}
#intro p{
	line-height:1.4em;
	padding:10px 30px;
	}
.detail{
	float:right;
	padding-right:20px;
	}
/*選ばれる理由----------------------------------------------------------------*/
#reason{
	margin-bottom:30px;
	width:100%;
	height:auto;
	clear: both;
	}

#reason h3 {
	background-color:#e2f4ff;
	margin:20px 0;
	padding:10px;
	font-size: 1.8em;
	width:100%;
}
#reason h3 .titleV{
	padding: 2px 20px;
	border-left: 3px solid #23a3ee;
	}
#reason dl{
	float:left;
	}
	
#reason .consulting {
	width: 33%;
}
.consulting dt{
	text-align:center;
}

#reason img{
	margin-bottom:20px;
	width:80%;
	max-width:282px;
	}
#reason p{
	background-image:url(../images/bg01.jpg);
	background-repeat:no-repeat;
	background-position: top center;
	height:100%;
	margin-bottom:30px;
	line-height:1.4em;
	padding-right: 10px;
	padding-left: 10px;
	font-size:1em;
	}
#reason .hospitality {
	width: 33%;
}
.hospitality dt{
	text-align:center;
}
#reason .accident {
	width: 33%;
}
.accident dt{
	text-align:center;
	}

/*お知らせ*/
#news h3 {
	background-color:#e2f4ff;
	padding:10px;
	font-size: 1.8em;
	width:100%;
	clear: left;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
#news h3 .titleV{
	padding: 2px 20px;
	border-left: 3px solid #23a3ee;
	}
	
