@charset "utf-8";

html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:14px;
vertical-align:baseline;
background:transparent;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
display:block;
}

.clearfix:after {
content:" "; 
display:block;
height:0.1px;
visibility:hidden;
font-size:0.1em;
line-height:0;
clear:both;
}
.clearfix {
display:inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
height:1%;
}


body {
width: 100%;
min-width:320px;
margin:0 auto;
color:#222;
font-size: 18px;
font-family:'Meiryo UI','メイリオ',"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
line-height:1.0;
zoom:1;
overflow-x:hidden;
}

a {-webkit-tap-highlight-color: #FF0000}

h1 {
margin: 0;
}

div {
box-sizing: border-box;
}

span {
display: inline-block;
}

strong {
font-size: 10em;
}

.bld {
font-weight: bold;
}
.point {
	margin: 12px -12px;
	border-bottom: 1px dashed #333;
	font-size: 26px;
	font-weight: bold;
}

.list {
padding:12px 0 12px 36px;
line-height:180%;
text-align:left;
}

.tbl_space {
	z-index:-2;
	margin:36px 0;
	text-align: left;
}

.tbl_space table {
width:300px;
}

.tbl_space th {
	width:40%;
	padding: 10px;
	border-bottom: 1px dashed #fff;
	font-weight:normal;
	color: #333;
	vertical-align:middle;
	background: #eee;
}

.tbl_space td {
	width:60%;
	padding: 10px;
	background: #fff;
}

/* effect \*/
.bb_effect
{
  position: relative;
}
.bb_effect:before {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}


/* 
　Header 
----------------------------------------------- */
    
header {
position: absolute;
top: 0;  
left: 0; 
z-index: 999;
width: 100%;
min-width:320px;
padding:12px  0;
background: -moz-linear-gradient(top, #fafafa, #eee); 
background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#eee));　
}

#hla {
padding-top:12px;
padding-left:24px;
}

#hra {
display:none;
float: left;
position: absolute;
top:14px;
right:20px;
}

#hra a {
color: #d03c36;
font-size: 34px;
font-weight: bold;
text-decoration: none;
vertical-align: -5px;
}


#bikou {
padding-top:4px;
font-size:12px;
text-align: right;
}


/*  Navi  */
　    
nav {
margin:0 auto; 
padding-top:60px;
overflow:hidden;  
}


nav li {
list-style:none;
}

nav li a {
display:block;
padding:24px;
border-bottom:1px solid #ddd;
color:#333;
font-size: 18px;
text-decoration: none;
}


/* 
　Content
----------------------------------------------- */

#content {
clear:both;	
width: 100%;
min-width:320px;
overflow:hidden;
}

section {
z-index: -2;
width: 100%;
min-width:320px;
height: 1200px;
margin: 0 auto;
padding: 100px;
text-align: center;
box-sizing: border-box;
}

section h1 {
	padding-top: 24px;
	font-size: 48px;
	font-weight: normal;
	color: #111;
}

section h2 {
	margin-top:24px;
	font-size: 48px;
	color: #111;
}

section p {
	text-align: left;
	line-height: 180%;
}


/* block0 */

#block0 {
    display:none;
}




#block00 {
	height:500px;
	width: 100%;
    min-width:320px;
}

#block00 img {
	width:100%;
	padding: 2px 3px;
	border:1px solid #ccc;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
}

/* block1 \*/

#block1 {
	width: 100%;
	min-width:320px;
    margin-top:400px;
    background: #fff url(../img/city.jpg) left top no-repeat;
}

#block1 h1 {
margin:-48px -80px 0;
font-size:28px;
}

#block1 p {
margin:0px -90px 0;
font-size:110%;
}

#box1 {
	z-index: 0;
    position: relative;
    top:30px;
    left:0;
    background-color: #fff;
    width: 210px;
    margin: 0 auto 36px;
    padding: 12px;
	border-radius: 24px;
	
}

#box1 p {
	margin:0 auto;
	font-size:90%;
}

/* block2 \*/

#block2 {
	width: 100%;
	min-width:320px;
    background: #fff url(../img/books.png) left bottom no-repeat;
    background-size: 50% 25%;
}

#block2 h1 {
	margin:-24px -84px 0;
	font-size:36px;
}

#box2 {
    position: relative;
    background-color: #eee;
    width: 280px;
    height: 300px;
    margin: 100px -320px;
    padding: 18px 12px;
    top:520px;
    left:240px;
    opacity: 0;
}

#box2 p {
font-size: 120%;
line-height: 180%;
}

#block2_0 {
    border-top:5px solid #BE322C;
	border-bottom:5px solid #BE322C;
    background:#D03C36;
}

#block2_0 #at p{
margin:48px 0;
padding:24px;
background:#000;
font-size:20px;
color:#fff;
}

#box2_1 {
	width: 100%;
	min-width:320px;
	overflow: hidden;
	position: relative;
	padding: 36px;
    background: #fff url(../img/mailbox.png) right bottom no-repeat;
    background-size: 300px; 
}

#box2_1 h1 {
	margin:0 -60px;
	font-size:36px;
}

#box2_1 #plane {
	position: absolute;
	left: -300px;
	width:50%;
}



/* block3 \*/

#block3 {
	height:600px;
	margin-top: -34px;
    border-top:5px solid #BE322C;
	border-bottom:5px solid #BE322C;
    background:#D03C36;
}

#block3 h1 {
	margin:0 -110px;
	font-size:200%;
}

#box3 {
    position: relative;
    height: 20px;
    margin: 40px 0 0;
    box-sizing: border-box;
}


#box3 p strong {
	color: #fff;
    font-size: 48px;
	line-height: 110%;
}

#box3 p.box3_t {
	padding-top: 120px;
	text-align:right;
}

/* text_box \*/

.text_box {
	padding-top: 120px;
}



/* inquiry_block \*/

.inquiry_block {
	height: 580px;
	margin: 160px 0 0;
	background:#D03C36 url(../img/flyer.png) 12px 120px no-repeat;
	background-size:100% 50%;
}

.inquiry_block h1 {
margin:-72px -60px 0;
font-size:200%;
}

.inquiry_block p {
padding-right:72px;
}

.prbox {
	position: relative;
	top:280px;
	left:0;
	width:300px;
}

.tel0 {
	width: 120px;
	padding: 3px;
	border:1px solid #eee;
	border-radius: 10px;
	font-size: 90%;
	font-weight: bold;
	color: #111;
	text-align: center;
	background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}


.tel1 {
	color: #fff;
	font-size: 125%;
	font-weight: bold;
	text-shadow: 1px 1px 3px #000;
}

.tel1 a {
	display:inline-block;
	color: #fff;
	font-size: 130%;
	text-decoration: none;
}

.tel2 {
	margin-top: -20px;
	padding-right:24px;
	color: #fff;
	font-size:90%;
	text-shadow: 1px 1px 3px #000;
}


.prbox .form_box a {
display: block;
width: 70%;
padding:16px 0;
color: #fff;
font-size: 120%;
text-decoration: none;
background: #000;
}



/* subpage \*/

#sp {
	width:110%;
	height: 90%;
	margin:0 auto;
	padding-left:24px;
	text-align:left;
}

#sp h1 {
	margin:12px  -36px 60px;
	padding-left:24px;
	text-align:center;
	font-size:32px;
}

#map_area {
	text-align: left;
}


#kgsp {
	height: 90%;
	margin-top: 80px;
}

/* 
　lBox
----------------------------------------------- */

#lBox {
position:relative;
top:50px;
left:12px;
text-align:left;
}

#lBox a img {
padding-bottom:6px;
}

#lBox a:hover img {
opacity:0.9;
}


/* 
　Scroll to Top
----------------------------------------------- */

p#page-top a {
display:none;
}

/*
#page-top {
	display:none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #222;
    text-decoration: none;
    color: #fff;
    padding: 20px 15px;
    text-align: center;
    display: block;
    border-radius: 5px;
    filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#page-top a:hover {
    text-decoration: none;
    background: #666;
}

*/

/* 
　Footer
----------------------------------------------- */

footer {
width:100%;
margin-top: 80px;
padding:36px 0;
border-top: 2px solid #e1e1e1;
font-size: 50%;
text-align:center;
line-height:160%;
background: -moz-linear-gradient(top, #fafafa, #e1e1e1); 
background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#e1e1e1));　
}

footer a {
font-size: 60%;
color: #333;
}


/* 
　Mailform
----------------------------------------------- */
#formarea {
margin-top:460px;
padding:48px 6px 36px;
}

#formarea h1 {
margin:24px 0 18px;
padding-bottom:2px;
padding-left:8px;
border-left:3px solid #333;
font-size:28px;
}

form table {
padding:24px 0 0 6px;
}

form th {
padding:10px;
text-align:left;
vertical-align:middle;
background:#eee;
}

form td {
padding:10px;
}


/* 
　Add
----------------------------------------------- */

#la {
width: 100%;
min-width:320px;
}

#ll {
float:left;
width:50%;
}


#rl {
float:right;
width:50%;
}

#il {
clear:both;
font-size:120%;
}

