﻿@charset "utf-8";
/* CSS Document 全体で使用するCSS */

/* -------------------------------------------- */
/* リセットスタイル
/* -------------------------------------------- */
a, abbr, acronym, address, big, body, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
h1, h2, h3, h4, h5, h6, p,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
	list-style: none;
	text-decoration: none;
	font-family:
		"メイリオ", Meiryo,
		"ヒラギノ角ゴ Pro W3",
		"HIragino Kaku Gothic Pro W3",
		"HIragino Kaku Gothic Pro",
		Osaka,
		"ＭＳ Ｐゴシック", "MS P Gothic",
		sans-serif;
}

body {
	width: 100%;
	min-width: 1000px;
	margin: 0;
	padding: 0;
	letter-spacing: 0.05em;
	background-color: #fff;
}

/* -------------------------------------------- */
/* clearfix
/* -------------------------------------------- */
.clearfix:after {
 	content: " ";
  	display: block;
  	clear: both;
  	height: 0;
  	visibility: hidden;
}

.float-clear {
	font-size: 0px;
	clear: both;
}

/* -------------------------------------------- */
/* wrap
/* -------------------------------------------- */
#wrap {
	background-color: #fff;
	color: #696969;
	margin:  0 auto;
}

/* -------------------------------------------- */
/* main
/* -------------------------------------------- */
main {
	width: 100%;
}

/* -------------------------------------------- */
/* header
/* -------------------------------------------- */
header {
	width: 100%;
	background-color: #85f2da;
/*	background-color: #fca9c6;*/
	border-top: 7px solid #222c40;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fca9c6+0,ffffff+100 */

background: #85f2da; /* Old browsers */
background: -moz-linear-gradient(top,#85f2da 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#85f2da), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #85f2da 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #85f2da 0%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #85f2da 0%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom, #85f2da 0%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85f2da', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

#header_wrap {
	width: 980px;
	height: 80px;
	margin: 0 auto;
}

#logo {
	float: left;
	width: 290px;
	height: 80px;
	margin-left: 50px;
}

.logo_01 {
	display: block;
	width: 290px;
	height: 30px;
	font-size: 10px;
	color: #3a5169;
	line-height: 37px;
	letter-spacing: 1.2px;
}

.top a {
	display: block;
	width: 290px;
	height: 50px;
	background-image: url(../img/material/header_logo.png);
	background-repeat: no-repeat;
}

.top span {
	visibility: hidden;
}

/* -------------------------------------------- */
/* navigation
/* -------------------------------------------- */
nav {
	float: right;
	width: 570px;
	height: 80px;
/*	margin-left: 15px;*/

}

nav li {
	 float: left;
	 text-align: center;
	 position:  relative;
}

nav ul.main_nav li a {
	display: block;
    width: 130px;
	height: 25px;
	padding: 44px 0 12px 0;
    color: #222c40;
	font-size: 13px;
	font-weight: bold;
	background-image:url(../img/material/header_navi.png);
	background-repeat: no-repeat;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}


nav .main_nav li a:hover {
	color: #00c7fc;
	background-image: url(../img/material/header_navi_over.png);
	background-repeat: no-repeat;
}
.menu2 a {
	background-position: -130px 0px;
}

.menu3 a {
	background-position: -260px 0px;
}

.menu4 a {
	background-position: -390px 0px;
}
/*
.menu5 a {
	background-position: -520px 0px;
}
*/
/* -------------------------------------------- */
/* sub navigation
/* -------------------------------------------- */

.sub_menu{
	position: absolute;
	top: 68px;
	padding-top: 15px;
}
.sub_menu:hover {
	background-image: url(../img/material/header_navi_over.png);
	background-position: center -68px;
}
.sub_menu li {
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	z-index: 5;
}

.sub_menu li:first-child {
	border-top: 1px solid #ccc;
}

.sub_menu li a.sub_hover {
	display: block;
    width: 130px;
	height: 25px;
	padding: 12px 0 8px 0;
    color: #222c40;
	font-size: 13px;
	font-weight: bold;
	background-image: none;
	background-color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.sub_menu li a.sub_hover:hover {
	background-image: none;
	background-color: #C4FDEC;
	color: #222c40;
/*	color: #00c7fc;*/
}

/* -------------------------------------------- */
/* cm
/* -------------------------------------------- */

#cm_wrap {
	width: 100%;
	height: 90px;
	overflow: hidden;
	background-color: #85f2da;
/*	background-color: #fca9c6;*/
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fca9c6+0,ffffff+100 */
background: #85f2da; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #85f2da 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#85f2da)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#85f2da 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#85f2da 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#85f2da 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#85f2da 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#85f2da',GradientType=0 ); /* IE6-9 */
}

/*#cm {
	width: 980px;
	height: 60px;
	margin: 30px auto;
	background-color:#006;
}

#cm_left {
	float: left;
	width: 590px;
	height: 80px;
	background-color:pink;
}

#cm_right {
	float: right;
	width: 360px;
	height: 80px;
	background-color:green;
}
*/

/* -------------------------------------------- */
/* footer
/* -------------------------------------------- */
footer {
	width: 100%;
	background-color: #222c40;
	background-image:url(../img/material/footer_bg01.png);
	background-repeat:no-repeat;
	background-position: bottom right;
}

#navi_footer {
	width: 980px;
	height: 200px;
	font-size: 12px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#navi_footer ul li a {
	color: #fff;
	line-height: 25px;
}

#navi_footer ul li a:hover {
	color: #00c7fc;
}

.navi_foot_01, .navi_foot_02, .navi_foot_03 {
	float: left;
	margin: 35px 10px 0 0;
}

.navi_foot_01 ul li {
	width: 150px;
	height: 20px;
	margin-top: 5px;
}

.navi_foot_02 ul li {
	width: 150px;
	height: 20px;
	margin-top: 5px;
}

.navi_foot_03 ul li {
	width: 180px;
	height: 20px;
	margin: 5px 0 0 50px;
}

.navi_foot_04 {
	float: right;
	width: 290px;
	height: 150px;
	margin-top: 88px;
	text-align: right;
}

.navi_foot_04 .logo {
	font: normal 700 34px 'Tinos', serif;
	color: #fff;
	letter-spacing: 1.5px;
}

.navi_foot_04 address {
	width: 290px;
	height: 110px;
	line-height: 25px;
}

.navi_foot_04 address p {
	color: #FFF;
	font-size: 12px;
}

#navi_footer address .tel {
	margin-bottom: 20px;
	font: normal 700 24px 'Tinos', serif;
	color: #ffffff;
	letter-spacing: 1.1px;
}

#navi_footer h2 a {
	color: #fff;
	text-indent: 12px;
}

#copy_wrap {
	width: 100%;
	height: 25px;
}

.copy {
	width: 980px;
	margin: 0 auto;
	text-align: right;
}

small {
	font-size: 10px;
	color: #fff;
	line-height: 25px;
}

/* -------------------------------------------- */
/* page top
/* -------------------------------------------- */
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
}

.pagetop a {
    display: block;
}

.pagetop a:hover {
    display: block;
}

/* -------------------------------------------- */
/* sns
/* -------------------------------------------- */
.sns {
	width: 290px;
	height: 30px;
	margin-top: 20px;
}

/* -------------------------------------------- */
/* hover_img
/* -------------------------------------------- */
.img_over {
	display:block;
	background-color:#fff;
}

.img_over img {
  transition: 0.5s;
}

.img_over img:hover {
  opacity: 0.6;
  transition: 0.5s;
}

/* -------------------------------------------- */ 
/* breadcrumb パンくずリスト
/* -------------------------------------------- */
.crumb {
	width: 100%;
	background-color: #3a5169;
}

.breadcrumb {
	width: 980px;
	height: 25px;
	margin: 0 auto;
	font-size: 9px;
	line-height: 23px;
	color: #fff;
}

.breadcrumb a {
	color: #00c7fc;
}

.breadcrumb a:after {
	content: ">";
}

/* -------------------------------------------- */
/* subpage_wrap
/* -------------------------------------------- */
#subpage_wrap {
	width: 980px;
	margin: 15px auto 30px;
	overflow: hidden;
}

#subpage_wrap h2 {
	display: block;
	width: 980px;
	height: 70px;
	margin-bottom: 50px;
	line-height: 70px;
	color: #222c40;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	background: url(../img/material/h2_line2.png) no-repeat center bottom;
}

/* -------------------------------------------- */
/* font関連
/* -------------------------------------------- */
h3.allow {
	width: 980px;
	height: 30px;
	margin-bottom: 30px;
	border-bottom: 1px dotted #3a5169;
	color: #222c40;
	font-size: 18px;
	font-weight: bold;
	text-indent: 15px;
	line-height: 30px;
}

h3.allow,last {
	margin-top: 20px;
}

h3.map {
	width: 475px;
	height: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #3a5169;
	color: #222c40;
	font-size: 14px;
	font-weight: bold;
	text-indent: 10px;
}

h5.bold {
	margin: 30px 0 0 30px;
	font-size: 14px;
	font-weight: bold;
}

.box_title {
	width: 370px;
	height: 40px;
	margin: 30px 30px 0;
}

.box_text {
	width: 370px;
	height: 165px;
	margin: 15px 30px 30px;
}

p.info {
	margin-bottom: 20px;
	font-size: 14px;
}

a.link {
	color: #3a5169;
	font-weight: bold;
}

a.link:hover {
	color: #00c7fc;
}
