@charset "utf-8";
body {
    font-size: 16px;
    line-height: 140%;
    font-family: Georgia, 'Hiragino Mincho ProN', 'Yu Mincho', serif;
    color: #000;
    text-align: center;
    background: #fff;
}

a:link { text-decoration:none;}
a:visited { text-decoration:none;}
a:active { text-decoration:none;}
a:hover { text-decoration:none;}

small {
    padding: 30px 0;
    width: 100%;
    font-size: 12px;
    text-align: center;
    display: block;
}

#container {
    width: 100%;
    text-align: center;

    padding-bottom: 100px;
}

.fullSlideShow {
    width: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
}
.fullSlideShow ul {
    top: 50%;
    left: 50%;
    width: 100%;
    position: fixed; /* absolute or fixed */
    overflow: hidden;
}
.fullSlideShow ul li {
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    position: absolute;
}
.fullSlideShow ul li img {
    width: 100%;
}

#wrapper {
    width: 100%;
    text-align: left;
    background: #fff;
    position: relative;
    z-index: 120;
}
.fullSlideShow ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
.fullSlideShow ul {
    display: inline-block;
    overflow: hidden;
}
.main_txt {
    z-index: 999;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    color: #fff;
    background: rgba(0,0,0,.5);
    /*text-shadow: 2px 2px 2px #333;*/
    padding: 3%;
    min-height: 45%;
    max-height: 45%;
    font-size: 1.2em;
}
.main_txt h1 {
    font-size:3em;
    font-weight: bold;
    letter-spacing: .15em;
}
.main_txt h2{
    font-size: 1.5em;
}
.main_txt p{
    line-height: 1.5em;
    margin: 40px 0;
    font-size: 1.1em;
}
.main_txt p.title{
    line-height: 1.5em;
    margin: 0 0 30px;
    font-size: 1.2em;
}
.arrow {
    display: block;
    position: absolute;
    bottom: 20px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.inner{
    width: 80%;
    margin: 0 auto;
}
#infoArea{
    background: #f1f1f1;
    padding:3% 0;
}
#kizuna h3,
#infoArea h3,
#gogyoArea h3{
    font-size: 2em;
    margin-bottom: 20px;
    text-align: center;
}
#kizuna p,
#infoArea p,
#gogyoArea p{
    line-height: 1.8em;
    text-align: center;
}
#infoArea p span {
    font-weight: bold;
    color: #8A0808;
}
#infoArea p span.txd {
    text-decoration: underline;
}
#kizuna,
#gogyoArea {
    background: #FFF;
    padding:3% 0;
    color: #333;
}
#gogyoArea p img {
    margin: 80px 0;
}
nav {
    z-index: 999;
    position: fixed;
    bottom: 0;
    background: rgba(0,0,0,.9);
    width: 100%;
    height: 100px;
    line-height: 100px;
}
nav ul li {
    display: inline-block;
    border-right: 1px solid #fff;
    padding: 0 2%;
    line-height: 20px;
}
nav ul li:first-child {
    border-left: 1px solid #fff;
}
nav ul li a{
    display: block;
    color: #fff;
}
nav ul li a:hover {
    text-decoration: underline;
    color: #8A0808;
}
hr{
    width: 30%;
}


/*--------------------------------------------------------------
   device
--------------------------------------------------------------*/
.pc {
    display: block;
}

.sp {
    display: none;
}

/*--------------------------------------------------------------
   responsive - sp
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {

    /* device */
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }
    .main_txt h1 {
        font-size:4rem;
    }
    .main_txt h2 {
        font-size: 1.8rem;
    }
    .main_txt p {
        font-size: 1.5rem;
    }
    nav{
        height: 180px;
        padding:20px 0 0;
    }
    nav ul li {
        display: block;
        border:none;
        line-height: 2em;
        border-bottom: 1px solid #fff;
    }
    nav ul li:first-child {
        border-left: none;
        border-top: 1px solid #fff;
    }
}
