html,body{
    width:100%;
}

html,body{
    background-color:#F3EA47;
}


section{
    padding-bottom:70px;
}


/* ==========================================================================
top
========================================================================== */
#top{
    padding:0;
}

#top img{
    width:100%;
}

/* ==========================================================================
story
========================================================================== */


#cast .sakai{
    width:100%;

}

#story{
    padding:200px 0;
}

#story p{
    text-align:center;
    font-size:19px;
    line-height:36px;
    color:#64616D;
}


#story dl{
    margin: 0 auto;
    padding: 0;
    color: black;
    text-align: center;
    font-weight: bold;
    width: 40%;
    margin-bottom:100px;
}

#story dl:nth-of-type(even){
    float: right;
}

#story dl:nth-of-type(5),
#story dl:nth-of-type(6){
    margin-bottom: 0;
}

#story dl dt{
    margin: 0 auto;
    padding: 0 0 5% ;
    width: 80%;
    font-size: 28px;
    border-bottom: 1px solid #000;
    color: #000;
}

#story dl dd{
    margin: 0;
    padding: 5% 0 0 0;
    font-size: 24px;
    color: #000;
}

.story{
    width:100%;
    margin-top:20px;
}



/* ==========================================================================
cast
========================================================================== */

#cast .row{
    margin:30px 0;
}

.col-sm-7{
    margin-top:110px;
}

#cast p{
    text-align: center;
}


/* ==========================================================================
info
========================================================================== */
.schedule,.reserve{
    margin-bottom:30px;
}

.schedule table{
    margin:0 auto;
}
#info h4{
    width:110px;
}

#info a{
    font-size:19px;
}

#info .img_font{
    margin-top:-5px;
}

.res_botton{
    display:block;
    margin:0 auto;
    margin-bottom:15px;
    margin-top:35px;
}

.reserve p{
text-align: center;
}


/* ==========================================================================
access
========================================================================== */
#access p{
    text-align: center;
}


/* ==========================================================================
staff
========================================================================== */

#staff{
    margin: 0;
}

.st_f{
    position: fixed;
    height: 100vh;
    width: 100vw;
    background-size: cover;
    top: 0;
    left: 0;
    z-index: -1;
}

#staff h2{
    width: 26.8%;
    left: 2.2%;
    right: 0;
    margin: auto;
    top: 9.5%;
}

#staff img.effect_left{
    margin-left: 293%;
    transition-duration: 1s;
    opacity: 1;
}

#staff a:hover{
    display: block;
    opacity: 0.7;
}

#staff p{
    font-size:16px;
}

/* ==========================================================================
footer
========================================================================== */
footer{
    height:130px;
    background-color:#c8c4b0;
    padding-top:70px;

}

footer p{
    text-align: center;
    color:#686670;
}

.marg{
	margin-top:30px;
	
}

.gmap {
    border: 10px solid #f6f5f0;
    border-radius: 0%;
    height: 500px;
    width: 500px;
    box-shadow: 0px 0px 3px 3px #e7e4dc;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom:0px;
    max-width:100%;
}

.gmap iframe {
    width: 100%;
    height: 100%;
}

.title{
	width:auto;
    display:block;
    margin:0 auto;
	
}


.center{
    display:block;
    margin:0 auto;
    max-width:50%;
}

    .pc{
    display:block;
    }


.fukidashi{
    width:80px;
    position:block;

}

.fukidashi1{
    width:80px;
    position:block;

}

.doon{
    width:100%;
}

.fukidashi_h{
    width:100%;
    margin:0px 0px 50px 0px;
    display:block;
    height:50px;
}

.left{
    float:left;
   padding-left:0px;
   width:200px;
    display:block;
           margin-bottom:30px;
}

.right{
    float:right;
    padding-right:0px;
    display:block;
       width:200px;
       margin-bottom:30px;
}


.gmap{
    width:300px;
    height:300px;
}

#info .img_font {
    width: auto;
    max-width: 60%;
}


#story dl {
    margin: 0 auto;
    padding: 0;
    color: #fff;
    text-align: center;
    font-weight: bold;
    width: 100%; 
    margin-bottom: 100px;
}

#info a {
    font-size: 14px;
}

body{

    font-weight:600;
}

#cast .row {
    margin: 5px 0;
}

#story p{
    text-align:left;
    font-size:14px;
    line-height:22px;
    margin:30px;

}

#story{
    padding:100px 0;
}

/* 767px以下: デフォルト */
/* 992px以上 */
@media (min-width: 1200px) {


    .sp{
        display:none;
    }

    .fukidashi{
    width:15%;
    position:block;

}

}

@media (min-width: 992px) {


    .sp{
        display:none;
    }

}

/* 768px以上 */
@media (max-width: 992px) {

  .pc{
    display:none;
  }
  .sp{
    display: block;
  }

  .title{
    margin-bottom:30px;
  }

  .fukidashi{
    width:15%;
    position:block;

}



}

@media (min-width:756px){

    section{
    padding-bottom:180px;
}

.left{
    float:left;
   padding-left:0px;
   width:271px;
    display:block;
           margin-bottom:70px;
}

.right{
    float:right;
    padding-right:0px;
    display:block;
       width:271px;
       margin-bottom:70px;
}

.fukidashi_h{
    width:100%;
    margin:0px 0px 50px 0px;
    display:block;
    height:100px;
}

.doon{
    width:500px;
    margin:0 auto;
    margin-bottom:20px;
    display:block;
}

#access h5{
    margin-top:100px;
}

.gmap{
    width:400px;
    height:400px;
}
}




