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


/*※※※※※　リセットCSSここから　※※※※※*/

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

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:100%;
    vertical-align:baseline;
    background:transparent;
	list-style: none;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	text-decoration: none;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

* {
min-height:0;
min-width : 0;
}

/*※※※※※　リセットCSSここまで　※※※※※*/

.all_wrapper{
	width: 100%;
	max-width: auto;
	height: auto;
	margin:0 auto;
	display: block;
	overflow: hidden;
	position: relative;
	top:-120px;
	/*margin-bottom: -200px;*/
}

@media screen and (max-width: 700px) {
	
.all_wrapper{
	width: 100%;
	max-width: auto;
	height: auto;
	margin:0 auto;
	padding-bottom: 50px;
	display: block;
	overflow: hidden;
	position: relative;
	top:0px;
}
	
}


/*
========================================
   fade枠ここから
=========================================
 */

#top_image {
	width: 100%;
	max-width: 2000px;
	min-height: 1200px;
	display: block;
	margin:0 auto;
	padding:0;
	background:url(/images/top_image.jpg);
	background-repeat: no-repeat;
	background-position:top;
	background-size:100% auto;
	position: relative;
	vertical-align: bottom;
	z-index: 10;
}
/*#top_pickup .slide .mask {
	overflow: hidden;
	position: relative;
}
#top_pickup .slide .slider {
	position: relative;
	width: 99999px;
}
#top_pickup .slide .slider .item {
	float: left;
}*/


.slide_gazou{
	width: 100%;
	max-width: 600px;
	height: auto;
	display: block;
	margin:0 auto;
	margin-top:5%;
}

.top_title{
	width: 100%;
	max-width: 2000px;
	height: auto;
	display: inline-block;
	position: absolute;
	padding-top:30%;
	/*padding-left: 50%;*/
	color:#FFFFFF;
	font-size: 30px;
	font-weight: normal;
	text-align: center;
	line-height: 1.5em;
}

/*
========================================
   fade枠ここまで
=========================================
 */

/*
========================================
   概要ここから
=========================================
 */
html, body {
  margin:0;
  padding:0;
  min-height: 100%;
  width: 100%;
  background-color: #28153F;
}
.contents {
  width: 100%;
  color: #fff;
  display: table;
}
.contents > * {
  display:table-cell;
  vertical-align: middle;
  text-align: center;
}
.fadeDone {
    opacity: 0;
}
/*#contents1 {
  background-color: #28153F;
}*/
#contents2 {
  background-color: #FC2D79;
}
#contents3 {
  background-color: #FCB635;
}



/*
========================================
   mapここまで
=========================================
 */

.space_wrapper{
	width: 100%;
	min-height: 50px;
	display: block;
}