@charset "UTF-8";
/* CSS Document */

/* 共通
============================================= */
html, body {
	height: 100%;
}

body {
	font-size: 1.2rem;
	font-family: "メイリオ",meiryo,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,sans-serif;
	line-height: 1.7;
	margin: 0 auto;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,p,table,tr,td,ul,li,ol,dl,dt,dd,address,th,div {
	margin:0;
	padding:0;
	box-sizing: border-box;
}

h1, h2, h3 {
	font-size: 1.3rem;
	font-weight: normal;
}

p {
	font-size: 1rem;
}

a {
	color: #333;
	text-decoration: none;
}

a:link {
	color: #333;
}

a:visited {
	color: #333;
}

a:hover {
	color: #333;
}

a:active {
	color: #333;
}


/* header
============================================= */
header {
	background: url("../images/bg_head.gif") 0 0 repeat;
	position: relative;
	padding: 20px;
}

.logo {
	width: 160px;
	margin: 0 auto;
	padding: 15px 10px;
	text-align: center;
	background: linear-gradient(#fff 60%, #ccc);
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1000;
	box-shadow: 1px 1px 0px 0px rgba(255,255,255,0.5) inset,-1px -1px 0px 0px rgba(0,0,0,0.3) inset;
}

.logo img {
	width: 45%;
	margin: 5px;
}

.logo p:nth-of-type(1), .logo p:nth-of-type(2) {
	font-size: 0.1rem;
}

.logo p:last-of-type {
	font-size: 0.7rem;
}

header nav ul {
	overflow: hidden;
}

header nav ul li {
	float: left;
	list-style: none;
	margin-right: 15px;
	font-size: 0.9rem;
}

header nav ul li:last-of-type {
	margin-right: 0;
}

.phone {
	position: absolute;
	top: 20px;
	right: 20px;
}

.phone i {
	margin-right: 6px;
}


/* コンテンツ
============================================= */
.img-main {
	background: url("../images/top_main.jpg") 0 0 no-repeat;
	background-size: cover;
	height: 450px;
	position: relative;
	margin-bottom: 70px;
}

.img-main h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	color: #fff;
	text-shadow: 1px 1px 3px #000, -1px -1px 3px #000;
	font-weight: bold;
}

section {
	text-align: center;
	margin-bottom: 80px;
}

section:last-of-type {
	margin-bottom: 0;
}

section#news h2, section#business h2, section#profile h2, section#access h2 {
	font-size: 1.2rem;
	border-bottom: 1px #2885be solid;
	display: inline-block;
	padding: 0 10px;
}

section p.sub-ttl {
	text-align: center;
	font-size: 0.8rem;
	color: #2885be;
	margin-bottom: 20px;
}

section#news {
	width: 80%;
	border: 1px #333 solid;
	margin: 0 auto 80px;
	padding: 30px;
}

section#news dl dt {
	font-size: 1.5rem;
	color: #f00;
}

section#news dl dd {
	font-size: 1.1rem;
	margin-bottom: 15px;
}

section#news dl dd:last-of-type {
	margin-bottom: 0;
}

#business {
	margin-bottom: 250px;
}

.busi-box {
	display: flex;
	justify-content: center;
	align-content: center;
}

#business .busi001 {
	background: url("../images/top001.jpg") 0 0 no-repeat;
	background-size: cover;
	width: 40%;
	height: 300px;
	margin: 0 60px 0 0;
	position: relative;
}

#business .busi002 {
	background: url("../images/top002.jpg") 0 0 no-repeat;
	background-size: cover;
	width: 40%;
	height: 300px;
	position: relative;
}

.box-txt {
	position: absolute;
	bottom: -50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, 0);
	width: 88%;
	height: 250px;
	background: #fff;
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
	padding: 15px;
}

.box-txt h3 {
	color: #2483c6;
	font-size: 1.2rem;
	margin-bottom: 10px;
}

.box-txt p {
	font-size: 0.8rem;
	text-align: left;
}

#profile h3 {
	margin-bottom: 30px;
}

#profile p {
	margin-bottom: 7px;
}

#profile p:last-of-type {
	margin: 0;
}

.img-prof {
	margin: 30px 0;
}

.img-prof img {
	width: 25%;
}

#profile dl dt {
	font-size: 1rem;
	letter-spacing: 0.5em;
	margin-bottom: 4px;
	color: #555;
}

#profile dl dd {
	font-size: 1.2rem;
	margin-bottom: 20px;
}

#profile dl dd p {
	margin-bottom: 0;
}

#profile dl dd:last-of-type {
	margin-bottom: 0;
}

#access iframe {
	width: 100%;
	vertical-align: bottom;
}


/* footer
============================================= */
footer {
	text-align: center;
	padding: 10px;
	background: #3f3f3f;
}

footer p {
	color: #fff;
	letter-spacing: 0.1em;
	font-size: 0.9rem;
}

footer p span {
	font-size: 1.4rem;
	vertical-align: middle;
}