/* CSS Document */
body{
background:#000000;
}

#container{
background: url(../images/bg_goroku.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top:60px;
  padding-bottom:0;
}

#wrapper{
display:none;
}

h2 {
font-size:180%;
color:#FFFFFF;
line-height:3.5;
font-weight:bold;
text-shadow: 2px 2px 2px #000000;
}

#slider {
	margin:30px auto 0 auto;
	width: auto;
	height: 550px;
}

#slide_box{
width:40%;
margin:-60px auto 0 20%;
}

.slide_text{
vertical-align: middle;
font-size:130%;
font-weight:bold;
color:#FFFFFF;
text-shadow: 2px 2px 2px #000000;
line-height:1.7;
height: 550px;
padding:10px 0;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}



.jquery-slider {
    overflow: hidden;
    position: relative;
	margin:0 auto;
}
.jquery-slider-element {
    overflow: hidden;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.jquery-slider-control {
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    border: 1px solid #FFF;
    background: #fff;
    opacity: 0.53;
    cursor: pointer;
    border-radius: 12px;
    box-shadow: #FFF 0 0 2px;
    text-shadow: #fff 0 0 1px;
}
.jquery-slider-control:hover {
    opacity: 1;
}
.jquery-slider-control-prev {
    left: 25px;
    top: 30%;
}
.jquery-slider-control-next {
    right: 25px;
    top: 30%;
}
.jquery-slider-pages {
    overflow: visible;
    position: absolute;
    left: 40%;
    bottom: 5px;
    height: 20px;
	text-align:center;
}
.jquery-slider-page {
    overflow: hidden;
    position: relative;
    display: block;
    float: right;
    width: 12px;
    height: 12px;
    padding: 0;
    margin: 0;
    background: #FFF;
	border:1px #FFFFFF solid;
	cursor: pointer;
    opacity: 0.53;
    margin: 3px;
    border-radius: 6px;
    box-shadow: #333 0 0 2px;
}
.jquery-slider-page:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}
.jquery-slider-page-current {
    opacity: 1;
}

/* 1500px以下から表示
------------------------------------------------------------*/
@media only screen and (max-width: 1500px){
#slider {
	margin:20px auto 0 auto;
	width: auto;
	height: 550px;
}

#slide_box{
width:45%;
margin:-40px auto 0 10%;
}

.slide_text{
vertical-align: middle;
font-size:120%;
font-weight:bold;
color:#FFFFFF;
text-shadow: 2px 2px 2px #000000;
line-height:1.7;
height: 500px;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}
}


/* 1100px以下から表示
------------------------------------------------------------*/
@media only screen and (max-width: 1100px){
#slider {
	margin:10px auto 0 auto;
	width: 100%;
	height: 450px;
}

#slide_box{
width:75%;
margin:-80px auto 0 10%;
}

.slide_text{
vertical-align: middle;
font-size:110%;
font-weight:bold;
color:#FFFFFF;
text-shadow: 2px 2px 2px #000000;
line-height:1.9;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

.jquery-slider-control-prev {
    left: 5px;
    top: 30%;
}
.jquery-slider-control-next {
    right: 5px;
    top: 30%;
}
.jquery-slider-control {
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    border: 1px solid #FFF;
    background: #fff;
    opacity: 0.53;
    cursor: pointer;
    border-radius: 12px;
    box-shadow: #FFF 0 0 2px;
    text-shadow: #fff 0 0 1px;
}
.jquery-slider-pages {
    overflow: visible;
    position: absolute;
    left: 35%;
    bottom: 5px;
    height: 20px;
	text-align:center;
}
.jquery-slider-page {
    overflow: hidden;
    position: relative;
    display: block;
    float: left;
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 0;
    background: #FFF;
	border:1px #FFFFFF solid;
	cursor: pointer;
    opacity: 0.53;
    margin: 3px;
    border-radius: 6px;
    box-shadow: #333 0 0 2px;
}
}

/* 800px以下から表示
------------------------------------------------------------*/
@media only screen and (max-width: 800px){
#slider {
	margin:10px auto 0 auto;
	width: 100%;
	height: 450px;
}

.slide_text{
margin:0 auto 0 10%;
width:80%;
font-size:110%;
font-weight:bold;
color:#FFFFFF;
text-shadow: 1px 1px 1px #000000;
line-height:1.6;
padding-bottom:10px;
}
.jquery-slider-control-prev {
    left: 5px;
    top: 20%;
}
.jquery-slider-control-next {
    right: 5px;
    top: 20%;
}
.sp_img{
display:none;
}
}

/* 幅560px以下から非表示
------------------------------------------------------------*/
@media only screen and (max-width: 700px){
#container{
display:none;
}
body::before {
content:"";
display:block;
position:fixed;
top:0;
left:0;
z-index:-1;
width:100%;
height:100vh;
background:url(../images/bg_goroku.jpg) center/cover no-repeat; /*fixedをトル！*/
-webkit-background-size:cover;/*Android4*/
}
#wrapper{
display:inherit;}
#content{
  width: 100%;
  height: auto;
}
#box04{
font-size:18px;
}
#footer{
clear:both;
width:100%;
padding:0;
background:#373737;
position: fixed;
bottom: 0;
}
#footer .inner{
display:none;
}
}