@charset "Shift_JIS";
/*contens-top.css
==================

==================*/


/* layout
==================*/

body#top header {
	position: relative;
	margin: 0 0 80px 0;
	padding: 0;
	background: url(../img/main-visual.jpg) no-repeat center 0;
	background-size: cover;
	height: auto;
}

body#top header section {
	display: inline-block;
	width: 90%;
	margin: 2% auto 12% auto;
}

body#top header h2 {
	margin: 0 0 6% 0;
	text-align: center;
}

body#top h3 {
	margin: 0;
	font-size: 200%;
	font-weight: normal;
}

body#top header p.btn_apl {
	width: 70%;
	margin: 0 auto 0 auto;
	padding: 0 0 6% 0;
	text-align: right;
}

body#top section#about {
	margin: 0 0 100px 0;
}

body#top section#about p {
	line-height: 3;
}

body#top section.service {
	margin: 0 0 40px 0;
	height: 100%;
}

body#top section.service h3 {
	margin: 0 0 10% 0;
}

body#top section.service p.text {
	margin: 0 0 50px 0;
	line-height: 2;
	text-align: left;
}

body#top section#service_01.service {
	background: url(../../img/bg_service01.jpg) no-repeat center 62px;
	background-size: cover;
}

body#top section#service_02.service {
	background: url(../../img/bg_service02.jpg) no-repeat center 62px;
	background-size: cover;
}

body#top section#service_03.service {
	background: url(../../img/bg_service03.jpg) no-repeat center 62px;
	background-size: cover;
}

body#top section#service_04.service {
	margin: 0 0 90px 0;
	background: url(../../img/bg_service04.jpg) no-repeat center 62px;
	background-size: cover;
}

body#top section#service_02.service h3,
body#top section#service_04.service h3 {
	width: 85%;
	margin-right: 15%;
	text-align: right;
}

body#top section#service_01.service h3,
body#top section#service_03.service h3 {
	width: 85%;
	margin-left: 15%;
	text-align: left;
}

body#top section#service_02.service p.text,
body#top section#service_04.service p.text {
	width: 40%;
	margin-right: 15%;
	margin-left: auto;
}

body#top section#service_01.service p.text {
	width: 50%;
	margin-left: 15%;
	margin-right: auto;
}

body#top section#service_03.service p.text {
	width: 50%;
	margin-left: 15%;
	margin-right: auto;
	margin-bottom: 180px;
}

body#top section.service p.btn-link a {
	display: block;
	position: relative;
	width: 200px;
	margin-bottom: 60px;
	margin-right: 15%;
	margin-left: auto;
	padding: 10px 12px 10px 0;
	background: rgba(255,255,255,0.9);
	border: 1px solid #07aee7;
	border-radius: 5px;
	color: #07aee7;
	font-size: 110%;
	text-decoration: none;
	text-align: center;
	
}

body#top section.service p.btn-link a::before{
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #5bc0de;
  border-right: solid 2px #5bc0de;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -4px;
}



body#top section#smart_store {
	margin: 0 0 160px 0;
}

body#top section#smart_store p.image img {
	width: 100%;
	max-width: 970px;
	height: auto;
}


body#top section#company {
	margin: 0 0 60px 0;
}


body#top section#company div.map {
	position: relative;
	margin: 0 auto 60px auto;
	max-width: 970px;
	padding-bottom: 50%; // これが縦横比
	height: 0;
	overflow: hidden;
}

body#top section#company div.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

body#top section#company dl {
	display: inline-block;
	width: 970px;
	margin: 0 auto;
	text-align: left;
}

body#top section#company dl dt {
	float: left;
	width: 14%;
	margin: 0 0 20px 0;
	padding: 0;
}

body#top section#company dl dd {
	float: right;
	width: 86%;
	margin: 0 0 20px 0;
	padding: 0;
}


@media screen and (max-width: 768px) {
	body#top header section {
		width: 100%;
	}

	body#top section.service h3 img {
		max-width: 100%;
		height: auto;
	}

	body#top section.service p.text {
		width: 90% !important;
		margin-left: 5% !important;
		margin-right: 5% !important;
	}

	body#top header p.btn_apl {
		width: 100%;
		margin: 0 auto;
		padding: 0 0 6% 0;
		text-align: center;
	}
	
	body#top header h2 img {
		width: 80%;
		height: auto;
	}
	
	body#top section#company dl {
		width: 100%;
	}
	
	body#top section#company dl dt {
		float: none;
		width: 100%;
		margin: 0;
		padding: 0;
		font-weight: bold;
	}
	
	body#top section#company dl dd {
		float: none;
		width: 100%;
		margin: 0 0 12px 0;
		padding: 0;
	}
}










