@charset "UTF-8";
/* reset */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, 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,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-size: 100%;font: inherit;vertical-align: top;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}
table {border-collapse: collapse;border-spacing: 0;}

/* clearfix */
.clearfix {
    overflow: hidden;
    zoom: 1;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

/* base */
body {
	font-family: "-apple-system", BlinkMacSystemFont, "Helvetica Neue", Roboto, "Droid Sans", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
	color:#373737;
	line-height:1.8em;
	letter-spacing:0;
	font-size:14px;
}
.topinner {
	width: 1200px;
  max-width: 96%;
	margin: 0 auto;
}
img{
  max-width: 100%;
}

a:focus, *:focus { outline:none; }

a,
a img {
	-webkit-transition: 200ms;
	transition: 200ms;
}
a,
a:visited {
	color:#555;
}
a:hover {
	text-decoration:none;
}
a:hover img {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
 	cursor:pointer;
}
.logo a:hover img {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
 	cursor:pointer;
}

.tac{
	text-align: center;
}
.tal{
	text-align: left;
}
.tar{
	text-align: right;
}

.con_l{
  float: left;
}
.con_r{
  float: right;
}

/* メインイメージ */
.mainimage{
  position: relative;
	width:100%;
    background: url(../img/image1.jpg) no-repeat center;
    height: 559px;
}
.mainimage img{
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* header */
header {
	padding: 30px 0 25px;
}
header .logo {
	float: left;
	width: 35%;
}
header .h_info {
	float: right;
	width: 356px;
}

/* footer */
footer{
	padding:30px 0;
	background: #fbfbfd;
}
footer p{
	margin:10px auto 0;
}

/* トップに戻るボタン */
.pagetop {
	position: fixed;
	bottom: 3%;
	right: 3%;
	z-index: 9999;
}

/* Googleマップ */
.googlemap {
	position: relative;
	width: 100%;
	padding-top: 60%;
}
.googlemap iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

/*================
  メインコンテンツ
================*/
main h2{
  position: relative;
  line-height: 1.2;
  padding-bottom: 30px;
  margin-bottom: 3em;
  text-align: center;
}
main h2:after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 10px;
  background: url(../img/icon001.png);
}
main h3{
  position: relative;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
}
main h3:after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 60px;
  height: 1px;
  background: #21228b;
}

.sec01{
  background: url(../img/bg_img001.jpg);
  padding: 6% 0;
  text-align: center;
}

.sec02{
  box-sizing: border-box;
	background: url(../img/bg_img002.jpg) no-repeat top center;
  padding: 5% 0;
}
.sec02 .clearfix{
  overflow: visible;
}
.sec02 p{
  font-size: 16px;
  line-height: 2;
  letter-spacing: 1px;
}
.sec02 .con01{
	position: relative;
	padding: 70px 0 4%;
}
.sec02 .con01 .con_r{
  background: #fafafa;
	width: 80%;
  float: left;
  min-height: 430px;
  position: relative;
  left: -4%;
}
.sec02 .con01 .con_r .txt-box{
  width: 53%;
  padding: 4%;
  text-align: left;
}
.sec02 .con01 .con_l{
	position: absolute;
	top: 20px;
	right: 0;
  max-width: 56%;
  box-shadow: 7px 7px 8px rgba(0,0,0,.25);
  z-index: 1;
}
.sec02 .con02{
	position: relative;
	padding: 70px 0;
}
.sec02 .con02 .con_r{
	background: #fafafa;
	width: 80%;
  float: right;
  min-height: 430px;
  position: relative;
  right: -4%;
}
.sec02 .con02 .con_r .txt-box{
  width: 53%;
  padding: 4%;
  margin-left: auto;
}
.sec02 .con02 .con_l{
  position: absolute;
  top: 20px;
	left: 0;
  max-width: 56%;
  box-shadow: 7px 7px 8px rgba(0,0,0,.25);
  z-index: 1;
}

.sec03{
  padding: 4% 0;
  background: url(../img/bg_img003.jpg) no-repeat center;
  background-size: cover;
}
.sec03 h2:after{
  background: url(../img/icon002.png);
}
.sec03 .con_l{
  width: 34.5%;
}
.sec03 .con_r{
  width: 63.5%;
  text-align: right;
}
.sec03 .con_l img{
  padding: 2em 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
