@charset "UTF-8";

/* -------------------------------------------- */
/*                    body
/* -------------------------------------------- */
a:link,a:visited,a:hover,a:active{
    color:#000;
}


body, html {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    font-size: 12px;
    font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    letter-spacing: 0.15em;
    background-color: #fff;
    color: #ddd;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
    margin-bottom: 20px;
}

h2 {
    text-align: center;
    font-size: 20px;
    color: #aaa;
}

hr {
    width: 900px;
    margin-bottom: 40px;
    background-color: #ccc;
    border: 0;
    height: 1px;
    border-bottom: 1px solid rgba(255,255,255,1);
}

.hr-white {
    width: 900px;
    margin-bottom: 40px;
    background-color: #ccc;
    border: 0;
    height: 1px;
    border-bottom: 1px solid rgba(255,255,255,1);
}


.clearfix {
    content: " ";
    clear: both;
    display: block;
}


/* -------------------------------------------- */
/*                    header
/* -------------------------------------------- */

#headLine {
        background-color: #6B3432;
        height: 10px;
        width: 100%;
}

header {
    width: 100%;
    height: 520px;
    margin: 0 auto;
    background-color: #ffffff;
    background-image: url(http://www.transparenttextures.com/patterns/ecailles.png);
}

header h1 {
    margin: 0;
    z-index: 1;
    float: right;
    position: relative;
    right: 180px;

}

header #mainVisual {
    margin: 0 auto;
    height: 460px;
    width: 1280px;
    position: relative;
}

header #mainVisual:after {
    content: " ";
    clear: both;
    display: block;
}


header #mainVisual .mainVisual {
    position: absolute;
    margin-top: 68px;
}

header #mainVisual .lead01 {
    position: absolute;
    top: 66px;
    right: 330px;
}

header #mainVisual .lead02 {
    position: absolute;
    top: 170px;
    left: 320px;
}



/* -------------------------------------------- */
/*                    line up
/* -------------------------------------------- */

#lineup {
    width: 100%;
    min-height: 1000px;
    margin: 0 auto;
    background-color: #fff;
    background-image: url(http://www.transparenttextures.com/patterns/white-plaster.png);
}

#lineup #lineupWrap {
    width: 900px;
    margin: 0 auto;
    padding-top: 50px;
    min-height: 480px;

}

#lineup #lineupWrap ul {
    height: 200px;
    width: 930px;
    margin: 0;
    margin-right: -36px;
}

#lineup #lineupWrap ul:after {
    content: " ";
    clear: both;
    display: block;
}

#lineup #lineupWrap ul li {
    float: left;
    margin-right: 30px;
    margin-bottom: 40px;
}

#lineup #lineupWrap ul li:hover {
    opacity: 0.7;
}

#lineup #notes {
    width: 900px;
    margin: 0 auto;
    padding-bottom: 80px;
    position: relative;
}

#lineup #notes:after {
    content: " ";
    clear: both;
    display: block;
}


#lineup #notes img {
    margin-top: -10px;
    position: absolute;
    right: 30%;
}

#lineup #meditationWrap figure {
    margin: 0 auto;
    width: 600px;
}

#lineup #meditationWrap figure:hover {
    opacity: 0.7;
}


/* -------------------------------------------- */
/*                    map
/* -------------------------------------------- */

#map {
    padding-top: 50px;
    padding-bottom: 100px;
    background-color: #fcfcfc;
    background-image: url(http://www.transparenttextures.com/patterns/tex2res5.png);
}

#map_canvas {
    margin: 0 auto;
    width: 900px;
    height: 760px;
}

/*  infowindow  */
#infoWindow p {
    font-size: 14px;
    color: #6B3432;
}


#infoWindow span {
    color: #333;
}


/* -------------------------------------------- */
/*                    special
/* -------------------------------------------- */

#special {
    width: 100%;
    height: 480px;
    background-color: #fff;
    background-image: url(http://www.transparenttextures.com/patterns/white-plaster.png);
}

#special #specialWrap {
    width: 900px;
    margin: 0 auto;
    padding-top: 70px;
}

#special #specialWrap ul.specialContents {
    width: 950px;
}

#special #specialWrap ul.specialContents li {
    float: left;
    margin-right: 30px;
}

#special #specialWrap ul.specialContents li:hover {
    opacity: 0.7;
}


/* -------------------------------------------- */
/*                    footer
/* -------------------------------------------- */

footer {
        background-color: #6B3432;
        height: 30px;
        width: 100%;
        margin: 0;
        padding: 0;
}

footer p {
    font-size: 8px;
    text-align: center;
    margin: 0;
    padding: 7px;
}


/* -------------------------------------------- */
/*                    page top
/* -------------------------------------------- */

p.gotop{
    position: fixed;
    right: 2%;
    bottom: 0;
}
p.gotop a{
    width: 45px;
    height: 45px;
    display: block;
}
